blake3 1.4.1

the BLAKE3 hash function
Documentation
[build-dependencies.cc]
version = "1.0.4"
[dependencies.arrayref]
version = "0.3.5"

[dependencies.arrayvec]
default-features = false
version = "0.7.0"

[dependencies.cfg-if]
version = "1.0.0"

[dependencies.constant_time_eq]
version = "0.3.0"

[dependencies.digest]
features = ["mac"]
optional = true
version = "0.10.1"

[dependencies.rayon]
optional = true
version = "1.2.1"
[dev-dependencies.hex]
version = "0.4.2"

[dev-dependencies.hmac]
version = "0.12.0"

[dev-dependencies.page_size]
version = "0.5.0"

[dev-dependencies.rand]
version = "0.8.0"

[dev-dependencies.rand_chacha]
version = "0.3.0"

[features]
default = ["std"]
neon = []
no_avx2 = []
no_avx512 = []
no_neon = []
no_sse2 = []
no_sse41 = []
prefer_intrinsics = []
pure = []
std = ["digest/std"]
traits-preview = ["digest"]

[package]
authors = ["Jack O'Connor <oconnor663@gmail.com>", "Samuel Neves"]
description = "the BLAKE3 hash function"
documentation = "https://docs.rs/blake3"
edition = "2021"
license = "CC0-1.0 OR Apache-2.0"
name = "blake3"
readme = "README.md"
repository = "https://github.com/BLAKE3-team/BLAKE3"
version = "1.4.1"
[package.metadata.docs.rs]
features = ["rayon"]