actix-web-codegen 4.0.1

Routing and runtime macros for Actix Web
Documentation
[dependencies.actix-router]
version = "0.5.0"

[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

[dependencies.syn]
features = ["full", "parsing"]
version = "1"
[dev-dependencies.actix-macros]
version = "0.2.3"

[dev-dependencies.actix-rt]
version = "2.2"

[dev-dependencies.actix-test]
version = "0.1.0-beta.13"

[dev-dependencies.actix-utils]
version = "3.0.0"

[dev-dependencies.actix-web]
version = "4.0.0"

[dev-dependencies.futures-core]
default-features = false
features = ["alloc"]
version = "0.3.7"

[dev-dependencies.rustversion]
version = "1"

[dev-dependencies.trybuild]
version = "1"

[lib]
proc-macro = true

[package]
authors = ["Nikolay Kim <fafhrd91@gmail.com>", "Rob Ede <robjtede@icloud.com>"]
description = "Routing and runtime macros for Actix Web"
edition = "2018"
homepage = "https://actix.rs"
license = "MIT OR Apache-2.0"
name = "actix-web-codegen"
readme = "README.md"
repository = "https://github.com/actix/actix-web.git"
resolver = "2"
version = "4.0.1"