tab-hash 0.4.0

Simple, twisted, and mixed tabulation hashing for 32-bit and 64-bit unsigned integers.
Documentation
# 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 = "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"