[package] name = "trout" version = "0.4.0" authors = ["Colin Reeder "] edition = "2018" license = "MIT" description = "Tree-based routing library for HTTP and beyond" repository = "https://git.sr.ht/~vpzom/trout" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] default = ["http02"] [dependencies] http02 = { package = "http", version = "0.2.6", optional = true } percent-encoding = "2.1.0" [dev-dependencies] hyper = { version = "0.14.16", features = ["server", "tcp", "http1"] } tokio = { version = "1.8.0", features = ["macros", "rt-multi-thread"] }