# 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 = "tetengo_trie" version = "1.2.4" authors = ["kaoru"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A trie library implemented with a double array" homepage = "https://www.tetengo.org/" readme = "README.md" keywords = [ "common-prefix-search", "data-structure", "double-array", "search", "trie", ] categories = [ "algorithms", "data-structures", "text-processing", ] license = "MIT" repository = "https://github.com/tetengo/tetengo.rs" [lib] name = "tetengo_trie" path = "src/lib.rs" [[example]] name = "make_dict" path = "examples/make_dict/main.rs" [[example]] name = "search_dict" path = "examples/search_dict/main.rs" [[test]] name = "usage" path = "tests/usage.rs" [dependencies.anyhow] version = "1.0.93" [dependencies.hashlink] version = "0.9.1" [dependencies.memmap2] version = "0.9.5" [dependencies.tempfile] version = "3.14.0" [dependencies.thiserror] version = "2.0.1"