[package] name = "actix-macros" version = "0.2.4" authors = [ "Nikolay Kim ", "Ibraheem Ahmed ", "Rob Ede ", ] description = "Macros for Actix system and runtime" repository = "https://github.com/actix/actix-net.git" categories = ["network-programming", "asynchronous"] license = "MIT OR Apache-2.0" edition.workspace = true rust-version.workspace = true [lib] proc-macro = true [dependencies] quote = "1" syn = { version = "2", features = ["full"] } [dev-dependencies] actix-rt = "2" futures-util = { version = "0.3.17", default-features = false } rustversion = "1" trybuild = "1"