[package] name = "front-line-derive" version = "0.2.0" edition = "2021" license = "MIT" description = "Derive proc-macros for the front-line http router" repository = "https://github.com/plasmaconduit/front-line/" readme = "README.md" [lib] proc-macro = true [dependencies] proc-macro2 = { workspace = true } quote = { workspace = true } regex = { workspace = true } syn = { workspace = true }