[dependencies.dashmap]
version = "6.1.0"
[dependencies.parking_lot]
version = "0.12.4"
[dependencies.skiplist]
version = "0.6.0"
[dev-dependencies.anyhow]
version = "1.0.100"
[dev-dependencies.log]
version = "0.4.28"
[dev-dependencies.log_init]
version = "0.1.25"
[dev-dependencies.ordered-float]
version = "5.0.0"
[dev-dependencies.rand]
version = "0.9.2"
[dev-dependencies.static_init]
version = "1.0.4"
[features]
card = []
default = ["impl"]
impl = []
[lib]
name = "zset"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "High-performance, thread-safe sorted set for Rust, inspired by Redis ZSET. / 高性能、线程安全的 Rust 排序集,灵感源自 Redis ZSET。"
edition = "2024"
homepage = "https://github.com/i18n-site/rust/tree/dev/zset"
keywords = ["sorted-set", "zset", "leaderboard", "concurrent", "data-structure"]
license = "MulanPSL-2.0"
name = "zset"
readme = "README.md"
repository = "https://github.com/i18n-site/rust.git"
resolver = "2"
version = "0.1.17"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[[test]]
name = "main"
path = "tests/main.rs"