# 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 = "dyn_trie" version = "1.0.4" authors = ["software9119.technology"] description = "Dynamic trie is trie capable of mapping any T to any string." homepage = "https://github.com/bravequickcleverfibreyarn/tries/tree/main/dyn_trie" documentation = "https://docs.rs/dyn_trie/latest/dyn_trie/index.html" readme = "README.md" keywords = [ "digital-tree", "prefix-tree", "trie", "retrieval-tree", ] categories = ["data-structures"] license = "MIT" repository = "https://github.com/bravequickcleverfibreyarn/tries/tree/main/dyn_trie"