consistent_hashing 0.5.0

ConsistentHashing Alogrithm in Rust
Documentation
[package]
name = "consistent_hashing"
description = "ConsistentHashing Alogrithm in Rust"
version = "0.5.0"
authors = ["Stephen Leyva <sleyva1297@gmail.com>"]
license = "MIT"
edition = "2018"
keywords = ["loadbalancing"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rand = "0.7.3"
md5 = "0.7.0"