# 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 = "pruning_radix_trie" version = "1.0.1" authors = ["Peter Allwin "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust implementation of Pruning Radix Trie, originally by Wolf Garbe" homepage = "https://github.com/peterall/pruning_radix_trie.git" readme = "README.md" license = "MIT" repository = "https://github.com/peterall/pruning_radix_trie.git" [lib] name = "pruning_radix_trie" path = "src/lib.rs" [[bench]] name = "bench" path = "benches/bench.rs" harness = false [dependencies.compact_str] version = "0.7.0" [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.lazy_static] version = "1.4.0"