uselesskey-core-hash 0.5.1

Length-prefixed hashing helpers shared by deterministic fixture derivation paths.
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"
rust-version = "1.92"
name = "uselesskey-core-hash"
version = "0.5.1"
authors = ["Effortless Metrics <opensource@effortlessmetrics.com>"]
build = false
exclude = [
    "fuzz/**",
    "corpus/**",
    "**/*.der",
    "**/*.pem",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Length-prefixed hashing helpers shared by deterministic fixture derivation paths."
homepage = "https://github.com/EffortlessMetrics/uselesskey"
documentation = "https://docs.rs/uselesskey-core-hash"
readme = "README.md"
keywords = [
    "hash",
    "blake3",
    "fixtures",
    "testing",
    "determinism",
]
categories = [
    "development-tools::testing",
    "cryptography",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/EffortlessMetrics/uselesskey"
resolver = "2"

[package.metadata.docs.rs]
features = ["std"]

[features]
default = ["std"]
std = ["blake3/std"]

[lib]
name = "uselesskey_core_hash"
path = "src/lib.rs"

[[test]]
name = "edge_cases"
path = "tests/edge_cases.rs"

[[test]]
name = "hash_integration"
path = "tests/hash_integration.rs"

[[test]]
name = "hash_tests"
path = "tests/hash_tests.rs"

[[test]]
name = "mutant_killers"
path = "tests/mutant_killers.rs"

[[test]]
name = "prop_hash"
path = "tests/prop_hash.rs"

[[test]]
name = "snapshots_hash"
path = "tests/snapshots_hash.rs"

[[test]]
name = "trait_impls"
path = "tests/trait_impls.rs"

[dependencies.blake3]
version = "1.8.3"

[dev-dependencies.insta]
version = "1.47.0"
features = [
    "yaml",
    "redactions",
]

[dev-dependencies.proptest]
version = "1.11.0"

[dev-dependencies.serde]
version = "1.0.228"
features = ["derive"]