# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "path-tree" version = "0.8.1" authors = ["Fangdun Tsai "] include = [ "CHANGES.md", "Cargo.toml", "LICENSE-APACHE", "LICENSE-MIT", "README.md", "src/*.rs", ] description = "path-tree is a lightweight high performance HTTP request router for Rust" documentation = "https://docs.rs/path-tree" readme = "README.md" keywords = [ "radix", "tree", "path", "router", ] categories = [ "asynchronous", "web-programming", "web-programming::http-server", ] license = "MIT OR Apache-2.0" repository = "https://github.com/viz-rs/path-tree" [profile.bench] lto = true [[example]] name = "hello" path = "examples/hello.rs" [[bench]] name = "bench" path = "benches/bench.rs" harness = false [dependencies.smallvec] version = "1.13.2" features = ["const_new"] [dev-dependencies.actix-router] version = "0.5" [dev-dependencies.bytes] version = "1" [dev-dependencies.criterion] version = "0.5" features = ["html_reports"] [dev-dependencies.futures] version = "0.3" [dev-dependencies.gonzales] version = "0.0.3-beta" [dev-dependencies.http-body-util] version = "0.1" [dev-dependencies.hyper] version = "1" features = ["full"] [dev-dependencies.hyper-util] version = "0.1" features = ["tokio"] [dev-dependencies.matchit] version = "0.7" [dev-dependencies.ntex-router] version = "0.5" [dev-dependencies.path-table] version = "1.0" [dev-dependencies.rand] version = "0.8" [dev-dependencies.route-recognizer] version = "0.3" [dev-dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", "net", ] default-features = false