[package] name = "trillium-router" version = "0.4.1" authors = ["Jacob Rothstein "] edition = "2021" description = "router for trillium.rs" license = "MIT OR Apache-2.0" repository = "https://github.com/trillium-rs/trillium" readme = "../README.md" keywords = ["trillium", "framework", "async", "router"] categories = ["web-programming::http-server", "web-programming"] [dependencies] log = "0.4.20" routefinder = { version = "0.5.4", features = ["memchr"] } trillium = { path = "../trillium", version = "0.2.19" } [dev-dependencies] env_logger = "0.11.0" trillium-logger = { path = "../logger" } trillium-smol = { path = "../smol" } trillium-testing = { path = "../testing" }