2019-03-07 19:09:42 +00:00
|
|
|
[package]
|
|
|
|
name = "actix-web-codegen"
|
2023-08-29 20:27:36 +00:00
|
|
|
version = "4.2.2"
|
2021-02-10 12:45:46 +00:00
|
|
|
description = "Routing and runtime macros for Actix Web"
|
2021-10-19 16:30:32 +00:00
|
|
|
authors = [
|
|
|
|
"Nikolay Kim <fafhrd91@gmail.com>",
|
|
|
|
"Rob Ede <robjtede@icloud.com>",
|
|
|
|
]
|
2024-05-14 05:30:58 +00:00
|
|
|
homepage.workspace = true
|
|
|
|
repository.workspace = true
|
|
|
|
license.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
rust-version.workspace = true
|
2019-03-07 19:09:42 +00:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
proc-macro = true
|
|
|
|
|
|
|
|
[dependencies]
|
2024-06-07 14:08:13 +00:00
|
|
|
actix-router = { version = "0.5", default-features = false }
|
2022-01-04 15:33:44 +00:00
|
|
|
proc-macro2 = "1"
|
2020-05-23 08:22:30 +00:00
|
|
|
quote = "1"
|
2023-07-20 09:49:01 +00:00
|
|
|
syn = { version = "2", features = ["full", "extra-traits"] }
|
2019-03-18 03:20:10 +00:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2023-07-20 09:49:01 +00:00
|
|
|
actix-macros = "0.2.4"
|
2021-12-11 00:30:12 +00:00
|
|
|
actix-rt = "2.2"
|
2022-07-24 01:13:46 +00:00
|
|
|
actix-test = "0.1"
|
2022-09-11 15:44:46 +00:00
|
|
|
actix-utils = "3"
|
|
|
|
actix-web = "4"
|
2021-04-02 07:26:59 +00:00
|
|
|
|
2022-12-18 01:34:48 +00:00
|
|
|
futures-core = { version = "0.3.17", default-features = false, features = ["alloc"] }
|
2020-09-13 15:31:08 +00:00
|
|
|
trybuild = "1"
|
2020-09-16 21:37:41 +00:00
|
|
|
rustversion = "1"
|