radixmap 0.2.4

Rust-based Radix Tree for fast prefix lookup, supporting named param, glob, regex
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"
name = "radixmap"
version = "0.2.4"
authors = ["Jian Chen <admin@chensoft.com>"]
description = "Rust-based Radix Tree for fast prefix lookup, supporting named param, glob, regex"
documentation = "https://docs.rs/radixmap"
readme = "README.md"
keywords = [
    "radixtree",
    "radixmap",
    "radixset",
    "glob",
    "regex",
]
license = "MIT"
repository = "https://github.com/chensoft/radixmap"

[[bench]]
name = "lookup"
harness = false

[[bench]]
name = "insert"
harness = false

[dependencies.bytes]
version = "1.6"

[dependencies.glob]
version = "0.3"

[dependencies.indexmap]
version = "2.2"

[dependencies.memchr]
version = "2.7"

[dependencies.regex]
version = "1.10"

[dependencies.thiserror]
version = "1.0"

[dependencies.vec_map]
version = "0.8"

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