[package] name = "actix-web-lab-derive" version = "0.20.0" description = "Experimental macros for Actix Web" authors = ["Rob Ede "] keywords = ["actix", "http", "web", "framework", "async"] categories = [ "network-programming", "asynchronous", "web-programming::http-server", "web-programming::websocket", ] repository = "https://github.com/robjtede/actix-web-lab" license = "MIT OR Apache-2.0" edition = "2021" rust-version = "1.70" [lib] proc-macro = true [dependencies] proc-macro2 = "1" quote = "1" syn = { version = "2", features = ["full", "parsing"] }