# 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 = "2018" name = "cedarwood" version = "0.4.6" authors = ["Paul Meng "] exclude = [ "/benches/**", "/.travis.yml", ] description = "efficiently-updatable double-array trie in Rust (ported from cedar)" readme = "README.md" keywords = [ "trie", "cedar", "string", "search", "text", ] categories = [ "data-structures", "text-processing", ] license = "BSD-2-Clause" repository = "https://github.com/MnO2/cedarwood" [package.metadata.docs.rs] all-features = true [[bench]] name = "cedarwood_benchmark" path = "./benches/cedarwood_benchmark.rs" harness = false required-features = [] [dependencies.smallvec] version = "1.6.1" features = ["union"] [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.rand] version = "0.8.4" [features] default = [] reduced-trie = [] [badges.codecov] repository = "MnO2/cedarwood" [badges.travis-ci] repository = "MnO2/cedarwood"