[package] name = "hashring" version = "0.3.6" authors = ["Jerome Froelich "] description = "A minimal implementation of consistent hashing" homepage = "https://github.com/jeromefroe/hashring-rs" repository = "https://github.com/jeromefroe/hashring-rs.git" documentation = "https://docs.rs/hashring/" readme = "README.md" license = "MIT" keywords = ["consistent", "hashing", "hash", "ring"] [features] nightly = [] [dependencies] siphasher = "0.3.1"