# 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" rust-version = "1.65" name = "prefix_array" version = "0.3.2" authors = ["Alexander Hall "] description = "A generic container for searching on prefixes of keys" homepage = "https://github.com/ultrabear/prefix_array_rs" readme = "README.md" keywords = [ "array", "collection", "generic", "prefix", "search", ] categories = [ "data-structures", "no-std", ] license = "MPL-2.0" repository = "https://github.com/ultrabear/prefix_array_rs" [[bench]] name = "prefix_array" harness = false [dependencies] [dev-dependencies.criterion] version = "0.4" [dev-dependencies.radix_trie] version = "0.2.1" [features] default = ["std"] std = []