# 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 = "trie-hard" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Fast implementation of trie data structure """ readme = "README.md" keywords = [ "trie", "prefix-search", ] categories = ["data-structures"] license = "Apache-2.0" repository = "https://github.com/cloudflare/trie-hard" [lib] name = "trie_hard" path = "src/lib.rs" [[bench]] name = "bench" path = "benches/bench.rs" harness = false [dev-dependencies.criterion] version = "0.3" [dev-dependencies.once_cell] version = "1.19.0" [dev-dependencies.paste] version = "1.0.15" [dev-dependencies.radix_trie] version = "0.2.1" [dev-dependencies.rstest] version = "0.21.0"