# 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 = "trying" version = "0.5.1" authors = ["garypen "] description = "Basic trie crate" readme = "README.md" keywords = [ "trie", "collection", "generic", ] categories = ["data-structures"] license = "Apache-2.0" repository = "https://github.com/garypen/trying" [[example]] name = "iterator" path = "examples/iterator.rs" [[example]] name = "graphemes" path = "examples/graphemes.rs" [[bench]] name = "trying" harness = false [dependencies.serde_crate] version = "1.0" features = ["derive"] optional = true default-features = true package = "serde" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.itertools] version = "0.11" [dev-dependencies.rand] version = "0.8" [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.unicode-segmentation] version = "1.8" [features] serde = ["serde_crate"]