# 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 = "basic_trie" version = "2.0.0" authors = ["LukasCobbler"] description = "A simple Trie implementation in Rust" documentation = "https://docs.rs/basic_trie/" readme = "README.md" keywords = [ "trie", "collection", "generic", ] categories = ["data-structures"] license-file = "LICENSE" repository = "https://github.com/lukascobbler/basic_trie" [dependencies.arrayvec] version = "0.7.4" [dependencies.fixedstr] version = "0.5.5" [dependencies.fxhash] version = "0.2.1" [dependencies.serde_crate] version = "1.0.*" features = ["derive"] optional = true package = "serde" [dependencies.thin-vec] version = "0.2.12" [dependencies.unicode-segmentation] version = "1.11.0" optional = true [dev-dependencies.growable-bloom-filter] version = "2.1.0" [dev-dependencies.peak_alloc] version = "0.2.0" [dev-dependencies.randomizer] version = "0.1.2" [dev-dependencies.serde-pickle] version = "1.1.*" [dev-dependencies.serde_json] version = "1.0.*" [features] data = [] default = [ "unicode", "data", ] serde = [ "serde_crate", "thin-vec/serde", "arrayvec/serde", ] unicode = ["unicode-segmentation"]