2019-03-07 19:09:42 +00:00
|
|
|
[package]
|
|
|
|
name = "actix-web-codegen"
|
2021-06-19 10:51:20 +00:00
|
|
|
version = "0.5.0-beta.3"
|
2021-02-10 12:45:46 +00:00
|
|
|
description = "Routing and runtime macros for Actix Web"
|
2019-03-28 20:46:26 +00:00
|
|
|
readme = "README.md"
|
2020-05-25 07:45:34 +00:00
|
|
|
homepage = "https://actix.rs"
|
|
|
|
repository = "https://github.com/actix/actix-web"
|
|
|
|
documentation = "https://docs.rs/actix-web-codegen"
|
2019-03-07 19:09:42 +00:00
|
|
|
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
2020-07-14 02:19:56 +00:00
|
|
|
license = "MIT OR Apache-2.0"
|
2019-03-07 19:09:42 +00:00
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
proc-macro = true
|
|
|
|
|
|
|
|
[dependencies]
|
2020-05-23 08:22:30 +00:00
|
|
|
quote = "1"
|
|
|
|
syn = { version = "1", features = ["full", "parsing"] }
|
|
|
|
proc-macro2 = "1"
|
2019-03-18 03:20:10 +00:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2021-03-29 12:45:48 +00:00
|
|
|
actix-rt = "2.2"
|
2021-06-20 18:47:42 +00:00
|
|
|
actix-test = "0.1.0-beta.3"
|
2021-04-17 01:07:33 +00:00
|
|
|
actix-utils = "3.0.0"
|
2021-06-26 15:33:36 +00:00
|
|
|
actix-web = "4.0.0-beta.8"
|
2021-04-02 07:26:59 +00:00
|
|
|
|
2021-04-01 14:26:13 +00:00
|
|
|
futures-core = { version = "0.3.7", 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"
|