whasher 0.1.6

Hardware-accelerated hashing, streaming checksums, and concurrent collections / 硬件加速哈希、流式校验和与并发集合
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "whasher"
version = "0.1.6"
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/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.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_init]
version = "0.1.39"

[lints.clippy]
arc_with_non_send_sync = "allow"