hashkit 0.1.0

Unified non-cryptographic hash functions for Santh performance crates
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 = "2021"
rust-version = "1.85"
name = "hashkit"
version = "0.1.0"
authors = ["Corum Collective LLC <contact@santh.io>"]
build = false
include = [
    "src/**",
    "Cargo.toml",
    "README.md",
    "LICENSE",
    "CHANGELOG.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Unified non-cryptographic hash functions for Santh performance crates"
homepage = "https://github.com/santhsecurity/hashkit"
documentation = "https://docs.rs/hashkit"
readme = "README.md"
keywords = [
    "hash",
    "fnv",
    "splitmix",
    "wyhash",
    "performance",
]
categories = [
    "algorithms",
    "no-std",
]
license = "MIT"
repository = "https://github.com/santhsecurity/hashkit"

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

[dependencies.blake3]
version = "1.8.4"

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

[lints.clippy]
todo = "deny"
unimplemented = "deny"
unwrap_used = "deny"