matchit 0.9.2

A high performance, zero-copy URL router.
Documentation
# 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"
rust-version = "1.66"
name = "matchit"
version = "0.9.2"
authors = ["Ibraheem Ahmed <ibraheem@ibraheem.ca>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A high performance, zero-copy URL router."
readme = "README.md"
keywords = [
    "router",
    "path",
    "tree",
    "match",
    "url",
]
categories = [
    "network-programming",
    "algorithms",
]
license = "MIT AND BSD-3-Clause"
repository = "https://github.com/ibraheemdev/matchit"

[features]
__test_helpers = []
default = []

[lib]
name = "matchit"
path = "src/lib.rs"

[[example]]
name = "hyper"
path = "examples/hyper.rs"

[[test]]
name = "insert"
path = "tests/insert.rs"

[[test]]
name = "match"
path = "tests/match.rs"

[[test]]
name = "merge"
path = "tests/merge.rs"

[[test]]
name = "remove"
path = "tests/remove.rs"

[[bench]]
name = "bench"
path = "benches/bench.rs"
harness = false

[dependencies]

[dev-dependencies.actix-router]
version = "0.5"

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

[dev-dependencies.gonzales]
version = "0.0.3-beta"

[dev-dependencies.http-body-util]
version = "0.1"

[dev-dependencies.hyper]
version = "1"
features = [
    "http1",
    "server",
]

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

[dev-dependencies.path-tree]
version = "0.8"

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

[dev-dependencies.route-recognizer]
version = "0.3"

[dev-dependencies.routefinder]
version = "0.5"

[dev-dependencies.tokio]
version = "1"
features = ["full"]

[dev-dependencies.tower]
version = "0.5.2"
features = [
    "make",
    "util",
]

[dev-dependencies.wayfind]
version = "0.8"

[profile.release]
opt-level = 3
lto = true
codegen-units = 1