router_prefilter 1.6.0

Fast prefix-based prefiltering for router pattern matching
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 = "2024"
name = "router_prefilter"
version = "1.6.0"
authors = ["Zachary Dremann <dremann@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fast prefix-based prefiltering for router pattern matching"
readme = "README.md"
keywords = [
    "router",
    "routing",
    "prefilter",
    "http",
    "performance",
]
categories = ["data-structures"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Dr-Emann/router-prefilter"

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

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

[dependencies.bstr]
version = "1.12"

[dependencies.regex-syntax]
version = "0.8"

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

[dev-dependencies.rand]
version = "0.10.0"

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

[profile.samply]
debug = 2
inherits = "release"