# 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 = "kv-trie-rs" version = "0.1.2" authors = ["Sudarsan Reddy "] description = "KV capable prefix trie library based on LOUDS." homepage = "https://github.com/sudarshan-reddy/kv-trie-rs" readme = "README.md" keywords = [ "trie", "louds", "succinct", ] categories = [ "compression", "data-structures", ] license = "MIT OR Apache-2.0" repository = "https://github.com/sudarshan-reddy/kv-trie-rs" [package.metadata.release] tag-prefix = "v" disable-publish = true [[bench]] name = "bench" harness = false [dependencies.louds-rs] version = "0.4" [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.lazy_static] version = "1.3" [dev-dependencies.rand] version = "0.6"