path-tree 0.8.1

path-tree is a lightweight high performance HTTP request router for Rust
Documentation
example = []

[[bench]]
harness = false
name = "bench"
path = "benches/bench.rs"
[dependencies.smallvec]
features = ["const_new"]
version = "1.13.2"
[dev-dependencies.actix-router]
version = "0.5"

[dev-dependencies.bytes]
version = "1"

[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.5"

[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]
features = ["full"]
version = "1"

[dev-dependencies.hyper-util]
features = ["tokio"]
version = "0.1"

[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]
default-features = false
features = ["macros", "rt-multi-thread", "net"]
version = "1"

[package]
authors = ["Fangdun Tsai <cfddream@gmail.com>"]
categories = ["asynchronous", "web-programming", "web-programming::http-server"]
description = "path-tree is a lightweight high performance HTTP request router for Rust"
documentation = "https://docs.rs/path-tree"
edition = "2021"
include = ["CHANGES.md", "Cargo.toml", "LICENSE-APACHE", "LICENSE-MIT", "README.md", "src/*.rs"]
keywords = ["radix", "tree", "path", "router"]
license = "MIT OR Apache-2.0"
name = "path-tree"
readme = "README.md"
repository = "https://github.com/viz-rs/path-tree"
version = "0.8.1"
[profile.bench]
lto = true