[[bin]]
name = "b3sum"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0.25"
[dependencies.blake3]
features = ["mmap", "rayon"]
version = "1.8"
[dependencies.clap]
features = ["derive", "wrap_help"]
version = "4.0.8"
[dependencies.hex]
version = "0.4.0"
[dependencies.rayon-core]
version = "1.12.1"
[dependencies.wild]
version = "2.0.3"
[dev-dependencies.duct]
version = "0.13.3"
[dev-dependencies.tempfile]
version = "3.1.0"
[features]
neon = ["blake3/neon"]
prefer_intrinsics = ["blake3/prefer_intrinsics"]
pure = ["blake3/pure"]
[package]
authors = ["Jack O'Connor <oconnor663@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "a command line implementation of the BLAKE3 hash function"
edition = "2021"
license = "CC0-1.0 OR Apache-2.0 OR Apache-2.0 WITH LLVM-exception"
name = "b3sum"
readme = "README.md"
repository = "https://github.com/BLAKE3-team/BLAKE3"
version = "1.8.2"
[[test]]
name = "cli_tests"
path = "tests/cli_tests.rs"