2019-03-07 20:09:42 +01:00
|
|
|
[package]
|
|
|
|
name = "actix-web-codegen"
|
2022-02-01 01:12:42 +01:00
|
|
|
version = "0.5.0-rc.2"
|
2021-02-10 13:45:46 +01:00
|
|
|
description = "Routing and runtime macros for Actix Web"
|
2020-05-25 09:45:34 +02:00
|
|
|
homepage = "https://actix.rs"
|
2021-10-19 18:30:32 +02:00
|
|
|
repository = "https://github.com/actix/actix-web.git"
|
|
|
|
authors = [
|
|
|
|
"Nikolay Kim <fafhrd91@gmail.com>",
|
|
|
|
"Rob Ede <robjtede@icloud.com>",
|
|
|
|
]
|
2020-07-14 04:19:56 +02:00
|
|
|
license = "MIT OR Apache-2.0"
|
2019-03-07 20:09:42 +01:00
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
proc-macro = true
|
|
|
|
|
|
|
|
[dependencies]
|
2022-01-31 23:21:30 +01:00
|
|
|
actix-router = "0.5.0-rc.3"
|
2022-01-04 16:33:44 +01:00
|
|
|
proc-macro2 = "1"
|
2020-05-23 10:22:30 +02:00
|
|
|
quote = "1"
|
|
|
|
syn = { version = "1", features = ["full", "parsing"] }
|
2019-03-18 04:20:10 +01:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2021-10-19 18:30:32 +02:00
|
|
|
actix-macros = "0.2.3"
|
2021-12-11 01:30:12 +01:00
|
|
|
actix-rt = "2.2"
|
2022-01-31 23:34:59 +01:00
|
|
|
actix-test = "0.1.0-beta.12"
|
2021-04-17 03:07:33 +02:00
|
|
|
actix-utils = "3.0.0"
|
2022-02-08 10:31:48 +01:00
|
|
|
actix-web = "4.0.0-rc.3"
|
2021-04-02 09:26:59 +02:00
|
|
|
|
2021-04-01 16:26:13 +02:00
|
|
|
futures-core = { version = "0.3.7", default-features = false, features = ["alloc"] }
|
2020-09-13 17:31:08 +02:00
|
|
|
trybuild = "1"
|
2020-09-16 23:37:41 +02:00
|
|
|
rustversion = "1"
|