[package] description = "Macros for the `static-router` crate" documentation = "https://docs.rs/static-router" edition = "2021" license = "MIT OR Apache-2.0" name = "static-router-macros" repository = "https://github.com/mattfbacon/static-router" version = "0.1.5" [lib] proc-macro = true [dependencies] litrs = "0.2" proc-macro-error = "1" proc-macro2 = "1" quote = "1" walkdir = "2" xxhash-rust = { version = "0.8", features = ["xxh3"] }