[package]
edition = "2024"
name = "kevy-hash"
version = "2.0.21"
authors = ["GOLIA K.K."]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "FxHash + fmix64 hasher for single-trust-domain keyspaces."
homepage = "https://github.com/goliajp/kevy"
documentation = "https://docs.rs/kevy-hash"
readme = "README.md"
keywords = [
"hash",
"hasher",
"fxhash",
"fmix",
"hashmap",
]
categories = [
"algorithms",
"data-structures",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/goliajp/kevy"
[lib]
name = "kevy_hash"
path = "src/lib.rs"
[[example]]
name = "bench_hash"
path = "examples/bench_hash.rs"
[[test]]
name = "perf_gate"
path = "tests/perf_gate.rs"
[dependencies]
[dev-dependencies]
[lints.clippy.all]
level = "deny"
priority = 0
[lints.rust]
warnings = "deny"