# 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] name = "qp-trie" version = "0.8.2" authors = ["Sean Leffler "] description = "An idiomatic and fast QP-trie implementation in pure Rust, written with an emphasis on safety." homepage = "https://github.com/sdleffler/qp-trie-rs" documentation = "https://docs.rs/qp-trie" readme = "README.md" keywords = [ "trie", "radix", "map", "key", "value", ] categories = [ "data-structures", "text-processing", "rust-patterns", "no-std", ] license = "MPL-2.0" repository = "https://github.com/sdleffler/qp-trie-rs" [dependencies.new_debug_unreachable] version = "1.0.1" [dependencies.serde] version = "1.0.11" features = ["derive"] optional = true [dependencies.unreachable] version = "1.0.0" [dev-dependencies.bincode] version = "1.0" [dev-dependencies.fnv] version = "1.0.5" [dev-dependencies.qptrie] version = "0.2.2" [dev-dependencies.quickcheck] version = "0.9" [dev-dependencies.rand] version = "0.7" [dev-dependencies.serde_json] version = "1.0.3" [badges.travis-ci] branch = "master" repository = "sdleffler/qp-trie-rs"