[package] name = "mpchash" version = "1.3.0" authors = ["Victor Farazdagi "] edition = "2021" license = "MIT" description = "Multi-probe consistent hashing algorithm implementation" homepage = "https://github.com/farazdagi/mpchash" repository = "https://github.com/farazdagi/mpchash" documentation = "https://docs.rs/mpchash" readme = "README.md" keywords = ["consistent", "hash", "hashring", "consistent-hashing", "ring"] categories = ["algorithms", "data-structures"] [dependencies.xxhash-rust] version = "0.8.6" features = ["xxh3", "const_xxh3"] [dependencies] num-traits = "0.2" rand = "0.8" hash-iter = "1"