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