hashcrew 0.1.1

Fast, portable non-cryptographic hashes for Rust
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.85"
name = "hashcrew"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fast, portable non-cryptographic hashes for Rust"
homepage = "https://github.com/fast/hashcrew"
documentation = "https://docs.rs/hashcrew"
readme = "README.md"
keywords = [
    "hash",
    "xxhash",
    "cityhash",
    "murmurhash",
    "fnv",
]
categories = [
    "algorithms",
    "no-std",
]
license = "Apache-2.0"
repository = "https://github.com/fast/hashcrew"

[package.metadata.docs.rs]
all-features = true

[features]
default = ["std"]
std = []

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

[lints.clippy]
dbg_macro = "deny"
missing_safety_doc = "deny"
undocumented_unsafe_blocks = "deny"

[lints.rust]
unknown_lints = "deny"
unsafe_op_in_unsafe_fn = "deny"