twox-hash 1.6.1

A Rust implementation of the XXHash and XXH3 algorithms
Documentation
[dependencies.cfg-if]
default-features = false
version = ">= 0.1, < 2"

[dependencies.digest]
default-features = false
optional = true
package = "digest"
version = "0.8"

[dependencies.digest_0_9]
default-features = false
optional = true
package = "digest"
version = "0.9"

[dependencies.rand]
optional = true
version = ">= 0.3.10, < 0.9"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"

[dependencies.static_assertions]
default-features = false
version = "1.0"
[dev-dependencies.serde_json]
version = "1.0"

[features]
default = ["std"]
serialize = ["serde"]
std = ["rand"]

[package]
authors = ["Jake Goulding <jake.goulding@gmail.com>"]
categories = ["algorithms"]
description = "A Rust implementation of the XXHash and XXH3 algorithms"
documentation = "https://docs.rs/twox-hash/"
edition = "2018"
keywords = ["hash", "hasher", "xxhash", "xxh3"]
license = "MIT"
name = "twox-hash"
readme = "README.md"
repository = "https://github.com/shepmaster/twox-hash"
version = "1.6.1"