# 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 = "keetree" version = "0.0.1" description = "A lightweight and fast router with no_std support." readme = "README.md" keywords = [ "router", "path", "tree", ] categories = [ "network-programming", "algorithms", ] license-file = "LICENSE" repository = "https://github.com/leifu1128/keetree" [profile.bench] opt-level = 3 lto = true codegen-units = 1 debug = 2 [profile.release] opt-level = 3 lto = true codegen-units = 1 strip = true [[bench]] name = "bench" harness = false [dependencies.hashbrown] version = "0.14.3" features = [ "ahash", "inline-more", ] default-features = false [dependencies.regex] version = "1.10.2" features = [ "perf", "unicode", ] default-features = false [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.matchit] version = "0.7.3" [features] default = ["std"] std = ["regex/std"]