pingora-ketama 0.4.0

Rust port of the nginx consistent hash function
Documentation
[[bench]]
harness = false
name = "memory"
path = "benches/memory.rs"

[[bench]]
harness = false
name = "simple"
path = "benches/simple.rs"

[dependencies.crc32fast]
version = "1.3"

[dev-dependencies.criterion]
version = "0.4"

[dev-dependencies.csv]
version = "1.2"

[dev-dependencies.dhat]
version = "0.3"

[dev-dependencies.env_logger]
version = "0.9"

[dev-dependencies.log]
version = "0.4"

[dev-dependencies.rand]
version = "0.8"

[[example]]
name = "health_aware_selector"
path = "examples/health_aware_selector.rs"

[features]
heap-prof = []

[lib]
name = "pingora_ketama"
path = "src/lib.rs"

[package]
authors = ["Pingora Team <pingora@cloudflare.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["caching", "algorithms"]
description = "Rust port of the nginx consistent hash function"
edition = "2021"
keywords = ["hash", "hashing", "consistent", "pingora"]
license = "Apache-2.0"
name = "pingora-ketama"
readme = false
repository = "https://github.com/cloudflare/pingora"
version = "0.4.0"