[package]
edition = "2024"
rust-version = "1.95"
name = "osom_lib_hashes"
version = "0.1.21"
authors = ["Rafal Szefler <rafael.szefler@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ABI-stable hashing algorithms for osom_lib."
homepage = "https://github.com/RafalSzefler/osom_lib"
documentation = "https://docs.rs/osom_lib_hashes"
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/RafalSzefler/osom_lib"
[lib]
name = "osom_lib_hashes"
path = "src/lib.rs"
[[test]]
name = "common"
path = "tests/common.rs"
[[test]]
name = "test_fnv"
path = "tests/test_fnv.rs"
[[test]]
name = "test_fxhash"
path = "tests/test_fxhash.rs"
[[test]]
name = "test_sha2"
path = "tests/test_sha2.rs"
[[test]]
name = "test_siphash"
path = "tests/test_siphash.rs"
[[bench]]
name = "hashing_calc"
path = "benches/hashing_calc.rs"
harness = false
[dependencies.osom_lib_arrays]
version = "0.1"
[dependencies.osom_lib_reprc]
version = "0.1"
[dependencies.paste]
version = "1.0"
[dev-dependencies.criterion]
version = "0.8"
default-features = false
[dev-dependencies.rstest]
version = "0.26"