[package]
name = "gxhash"
author = "Olivier Giniaux"
version = "1.1.1"
edition = "2021"
description = "GxHash non-cryptographic algorithm"
license = "MIT"
readme = "README.md"
repository = "https://github.com/ogxd/gxhash"
documentation = "https://docs.rs/gxhash/latest/gxhash"
keywords = ["hash", "hasher", "hashmap", "no-std", "crypto"]
categories = ["algorithms", "data-structures", "no-std"]
exclude = ["article/*"]
[features]
avx2 = []
bench-csv = []
bench-md = []
[dependencies]
rand = "0.8"
[dev-dependencies]
rstest = "0.18.2"
criterion = { version = "0.5.1" }
lazy_static = { version = "1.3" }
ahash = "0.8.3"
t1ha = "0.1.0"
twox-hash = "1.6.3"
highway = "1.1.0"
seahash = "4.1.0"
metrohash = "1.0.6"
fnv = "1.0.3"
[[bench]]
name = "throughput"
harness = false
[[bench]]
name = "throughput_criterion"
harness = false
[[bench]]
name = "ilp"
harness = false
[[bench]]
name = "hashset"
harness = false