[package] name = "nginx_derive" version = "0.1.1" edition = "2021" authors = ["Gabriel Oprisan "] description = "Helper crate for nginx-rust" homepage = "https://github.com/g-Core/nginx-rust" repository = "https://github.com/g-Core/nginx-rust" readme = "README.md" license = "Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] proc-macro = true [dependencies] syn = "2.0.18" quote = "1.0.28" proc-macro2 = "1.0.59"