# 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 = "weighted_trie" version = "0.1.4" authors = ["Alexander Osipenko "] description = "Weighted prefix trie for autosuggestions" homepage = "https://github.com/subpath/weighted_trie" readme = "README.md" keywords = [ "trie", "weighted-trie", "autocomplete", ] categories = [ "compression", "data-structures", ] license = "Apache-2.0" repository = "https://github.com/subpath/weighted_trie" [[bench]] name = "bench" harness = false [dependencies] [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.lazy_static] version = "1.4.0"