# 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 = "mpchash" version = "1.3.0" authors = ["Victor Farazdagi "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Multi-probe consistent hashing algorithm implementation" homepage = "https://github.com/farazdagi/mpchash" documentation = "https://docs.rs/mpchash" readme = "README.md" keywords = [ "consistent", "hash", "hashring", "consistent-hashing", "ring", ] categories = [ "algorithms", "data-structures", ] license = "MIT" repository = "https://github.com/farazdagi/mpchash" [lib] name = "mpchash" path = "src/lib.rs" [[test]] name = "hashring" path = "tests/hashring.rs" [[test]] name = "partitioner" path = "tests/partitioner.rs" [dependencies.hash-iter] version = "1" [dependencies.num-traits] version = "0.2" [dependencies.rand] version = "0.8" [dependencies.xxhash-rust] version = "0.8.6" features = [ "xxh3", "const_xxh3", ]