[package]
edition = "2024"
name = "whasher"
version = "0.1.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Hardware-accelerated hashing, streaming checksums, and concurrent collections / 硬件加速哈希、流式校验和与并发集合"
homepage = "https://github.com/webc-site/wedb_base/tree/main/whasher"
readme = "README.md"
keywords = [
"hash",
"gxhash",
"checksum",
"concurrent",
"collections",
]
categories = [
"algorithms",
"data-structures",
"concurrency",
"caching",
"database-implementations",
]
license = "MulanPSL-2.0"
repository = "https://github.com/webc-site/wedb_base.git"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
"--cfg",
"docsrs",
]
[features]
default = []
[lib]
name = "whasher"
path = "src/lib.rs"
[[test]]
name = "main"
path = "tests/main.rs"
[dependencies.gxhash]
version = "3.5.0"
[dependencies.papaya]
version = "0.2.5"
[dev-dependencies.aok]
version = "0.1.18"
[dev-dependencies.ctor]
version = "1.0.13"
[dev-dependencies.log]
version = "0.4.34"
[dev-dependencies.log_init]
version = "0.1.39"
[lints.clippy]
arc_with_non_send_sync = "allow"