[[bench]]
harness = false
name = "hash"
path = "benches/hash.rs"
[dependencies]
[dev-dependencies.criterion]
version = "0.3.6"
[lib]
name = "tenthash"
path = "src/lib.rs"
[package]
authors = ["Nathan Vegdahl <cessen@cessen.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["algorithms", "no-std"]
description = "A high-quality, non-cryptographic, 160-bit hash function."
documentation = "https://docs.rs/tenthash"
edition = "2021"
keywords = ["hash", "digest", "checksum"]
license = "MIT OR Apache-2.0"
name = "tenthash"
readme = "README.md"
repository = "https://github.com/cessen/tenthash/tree/main/tenthash-rust"
version = "0.5.0"
[[test]]
name = "test_vectors"
path = "tests/test_vectors.rs"