# 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 = "hashable-map" version = "0.4.0" authors = ["Fabian Bösiger"] description = "Wrappers for HashMap and HashSet that implement Hash" readme = "README.md" keywords = [ "hashmap", "hashset", "hash", "hashable", "wrapper", ] categories = ["data-structures"] license = "MIT OR Apache-2.0" repository = "https://github.com/fabianboesiger/hashable-map" [dependencies.serde] version = "1.0" optional = true [dev-dependencies.ahash] version = "0.8" [dev-dependencies.fnv] version = "1.0" [dev-dependencies.fxhash] version = "0.2" [dev-dependencies.rand] version = "0.8" features = ["min_const_gen"] [features] serde = ["dep:serde"]