[package] name = "mimeograph_router" version = "0.6.2" authors = ["Benjamin Halsted "] edition = "2018" license = "MIT OR Apache-2.0" description = "A minimalistic HTTP router." categories = ["web-programming", "wasm"] documentation = "https://docs.rs/mimeograph_router" keywords = ["router", "web", "framework", "http"] readme = "README.md" repository = "https://git.sr.ht/~halzy/mimeograph_router" [dependencies] mimeograph_router_helpers = { version= "^0.5.1", path="../helpers" } mimeograph_router_codegen = { version= "^0.5.1", path="../codegen" } mimeograph_request = { version="0.1.2", path="../request" } [dev-dependencies] http = "0.2.4" mimeograph_request = { version = "0.1.2", features = ["with_http"], path="../request" } tokio = { version = "1.6.0", features = ["macros", "rt-multi-thread"] } trybuild = "1.0.42"