[package] name = "axum-starter-macro" version = "0.10.0" edition = "2021" authors = ["FrozenString"] description = "A help crate for simplify the code of starting axum server " homepage = "https://github.com/Goodjooy/axum-server-starter" documentation = "https://docs.rs/axum-starter" readme = "../../Readme.md" license = "MIT" keywords = ["web", "http", "axum"] [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] [lib] proc-macro = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] darling = "0.20" proc-macro2 = "1.0.66" quote = "1" syn = { version = "2", features = ["visit-mut", "visit"] } heck = "0.4" [dev-dependencies] axum-starter = "0.8.0" log = "0.4.20"