[dependencies.crush-sys]
version = "1.0.0"
[dependencies.libc]
version = "0.2.176"
[dev-dependencies.googletest]
version = "0.14.2"
[lib]
name = "libcrush"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "data-structures"]
description = "Rust implementation of the CRUSH (Controlled Replication Under Scalable Hashing) algorithm"
edition = "2024"
homepage = "https://github.com/sevki/libcrush"
keywords = ["crush", "hashing", "distributed", "consistent-hashing", "ceph"]
license = "GPL-3.0-or-later OR LGPL-2.1-or-later"
name = "libcrush"
readme = "README.md"
repository = "https://github.com/sevki/libcrush"
resolver = "2"
version = "1.0.0"
[[test]]
name = "test_builder"
path = "tests/test_builder.rs"
[[test]]
name = "test_helpers"
path = "tests/test_helpers.rs"
[[test]]
name = "test_mapper"
path = "tests/test_mapper.rs"