# 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 = "suggestion_trie" version = "0.1.4" authors = ["Angelo L. B. Rodem"] exclude = [ "doc_imgs/", ".*", ] description = """ A Radix trie for suggestion search, it allows to search for data indexed by a set of keywords fast. """ homepage = "https://github.com/angelorodem/SuggestionTrie" readme = "README.md" keywords = [ "trie", "suggestion", "search", "data-structure", ] categories = [ "data-structures", "algorithms", ] license = "MIT" repository = "https://github.com/angelorodem/SuggestionTrie" [[bench]] name = "benches" [dependencies.hashbrown] version = "0.14" [dependencies.lazy_static] version = "^1.4.0" [dependencies.rand] version = "^0.8"