[package] name = "mimeograph_router_codegen" version = "0.5.1" authors = ["Benjamin Halsted "] edition = "2018" license = "MIT OR Apache-2.0" description = "Codegen for a minimalistic HTTP router." categories = ["web-programming", "wasm"] documentation = "https://docs.rs/mimeograph_router_codegen" keywords = ["router", "web", "framework", "http"] readme = "README.md" repository = "https://git.sr.ht/~halzy/mimeograph_router" [lib] proc-macro = true [dependencies] proc-macro2 = "1.0.26" quote = "1.0.9" syn = { version = "1.0.72", default-features = false, features = ["full", "parsing", "printing", "proc-macro"] } heck = "0.3.2" [dev-dependencies] http = "0.2.4" mimeograph_request = { version = "0.1.1", features = ["with_http"], path="../request" } tokio = { version = "1.6.0", features = ["macros", "rt-multi-thread"] } trybuild = "1.0.42"