[dependencies.intbin]
version = "0.1.2"
[dependencies.xxhash-rust]
features = ["const_xxh3", "xxh3"]
version = "0.8.12"
[dev-dependencies.aok]
version = "0.1.12"
[dev-dependencies.ifs]
features = ["fs"]
version = "0.1.41"
[features]
default = ["xhash"]
fs = []
hash_li = ["xhash"]
hasher = []
xhash = []
[lib]
name = "xhash"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "wrap xxhash-rust for easy use"
edition = "2021"
homepage = "https://github.com/i18n-site/rust/tree/main/xhash"
license = "MulanPSL-2.0"
name = "xhash"
readme = false
repository = "https://github.com/i18n-site/rust.git"
version = "0.1.28"
[package.metadata.docs.rs]
all-features = true
rustc-args = ["-C", "target-feature=+aes"]
[[test]]
name = "main"
path = "tests/main.rs"