[package] name = "axum-typed-routing-macros" version = "0.2.1" edition = "2021" license = "MIT OR Apache-2.0" keywords = ["axum", "routing", "handler", "typed", "macro"] categories = ["web-programming"] description = "Typed routing macros for axum" homepage = "https://github.com/jvdwrf/axum-typed-routing" repository = "https://github.com/jvdwrf/axum-typed-routing" readme = "../README.md" [dependencies] syn = { version = "2", features = ["full"] } quote = "1" proc-macro2 = "1" [dev-dependencies] axum = { version = "0.7", features = [] } aide = { version = "0.13", features = ["axum"] } serde = { version = "1.0", features = ["derive"] } schemars = "0.8" [lib] proc-macro = true