[dependencies.siphasher]
version = "1.0.1"
[[example]]
name = "simple"
path = "examples/simple.rs"
[lib]
name = "hashring_coordinator"
path = "src/lib.rs"
[package]
authors = ["Sebastian Detert <rust-crates@elygor.de>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "config", "data-structures"]
description = "Calculates hash ranges to help coordinate a hashring (using consistent hashing) for storing and finding keys, and replicating keys between nodes if the cluster changes (add, remove nodes) or between two clusters (for example during deployments) "
edition = "2024"
keywords = ["hashring", "consistent_hashing", "coordinator", "replication", "in_memory_cluster"]
license = "MIT"
name = "hashring_coordinator"
readme = "README.md"
repository = "https://github.com/Thomblin/hashring_coordinator"
version = "0.1.0"