# 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 = "2018" name = "anchorhash" version = "0.2.2" authors = ["Dom Dwyer "] description = "A consistent hashing algorithm that outperforms state-of-the-art algorithms." documentation = "https://docs.rs/anchorhash" readme = "README.md" keywords = [ "consistent", "hash", "sharding", "routing", "balancer", ] categories = [ "algorithms", "caching", "network-programming", ] license = "Apache-2.0" repository = "https://github.com/domodwyer/anchorhash/" [[bench]] name = "anchorhash" harness = false [[bench]] name = "range_map" harness = false [[bench]] name = "fasthash" harness = false [dependencies.fnv] version = "1.0.7" [dependencies.hashbrown] version = "0.12.1" [dependencies.thiserror] version = "1.0.24" [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.quickcheck] version = "1.0.3" [dev-dependencies.quickcheck_macros] version = "1.0.0" [dev-dependencies.rand] version = "0.8.3" [features] default = ["fastmod"] fastmod = [] simd = []