[package]
categories = ["algorithms", "no-std"]
description = "Fast, portable hashing for non-cryptographic use"
documentation = "https://docs.rs/hashcrew"
homepage = "https://github.com/fast/hashcrew"
keywords = ["hash", "xxhash", "cityhash", "murmurhash", "fnv"]
name = "hashcrew"
repository = "https://github.com/fast/hashcrew"
version = "0.2.0"
edition.workspace = true
license.workspace = true
readme.workspace = true
rust-version.workspace = true
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[features]
default = []
std = []
cityhash = []
fnv = []
md5 = []
murmur = []
xxhash = []
[lints]
workspace = true