[package]
edition = "2024"
name = "tab-hash"
version = "0.4.0"
authors = [
"Henning Timm <henning.timm@tu-dortmund.de>",
"Jianshu Zhao <jianshuzhao@yahoo.com>",
]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Simple, twisted, and mixed tabulation hashing for 32-bit and 64-bit unsigned integers."
homepage = "https://github.com/HenningTimm/rust-tab-hash"
documentation = "https://docs.rs/tab-hash"
readme = "README.md"
keywords = [
"hash",
"hashing",
]
license = "MIT"
repository = "https://github.com/HenningTimm/rust-tab-hash"
[badges.travis-ci]
repository = "HenningTimm/rust-tab-hash"
[lib]
name = "tab_hash"
path = "src/lib.rs"
[[test]]
name = "lib"
path = "tests/lib.rs"
[dependencies.array-init]
version = "2.1"
[dependencies.rand]
version = "0.10"
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dev-dependencies.bincode]
version = "1.3.3, <2.0.0"
[build-dependencies.cc]
version = "1.0.46"