[dev-dependencies.getrandom]
version = "0.2"
[dev-dependencies.xxhash-c-sys]
version = "0.8.6"
[features]
const_xxh3 = []
const_xxh32 = []
const_xxh64 = []
std = []
xxh3 = []
xxh32 = []
xxh64 = []
[package]
authors = ["Douman <douman@gmx.se>"]
categories = ["algorithms", "no-std::no-alloc"]
description = "Implementation of xxhash"
edition = "2018"
include = ["**/*.rs", "Cargo.toml", "README.md", "LICENSE"]
keywords = ["hash", "xxhash", "xxh3", "hasher", "no-std"]
license = "BSL-1.0"
name = "xxhash-rust"
readme = "README.md"
repository = "https://github.com/DoumanAsh/xxhash-rust"
version = "0.8.12"
[package.metadata.docs.rs]
features = ["xxh32", "const_xxh32", "xxh64", "const_xxh64", "xxh3", "const_xxh3"]