b3sum 1.8.4

a command line implementation of the BLAKE3 hash function
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "b3sum"
version = "1.8.4"
authors = ["Jack O'Connor <oconnor663@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "a command line implementation of the BLAKE3 hash function"
readme = "README.md"
license = "CC0-1.0 OR Apache-2.0 OR Apache-2.0 WITH LLVM-exception"
repository = "https://github.com/BLAKE3-team/BLAKE3"

[features]
neon = ["blake3/neon"]
prefer_intrinsics = ["blake3/prefer_intrinsics"]
pure = ["blake3/pure"]

[[bin]]
name = "b3sum"
path = "src/main.rs"

[[test]]
name = "cli_tests"
path = "tests/cli_tests.rs"

[dependencies.anyhow]
version = "1.0.25"

[dependencies.blake3]
version = "1.8"
features = [
    "mmap",
    "rayon",
]

[dependencies.clap]
version = "4.0.8"
features = [
    "derive",
    "wrap_help",
]

[dependencies.hex]
version = "0.4.0"

[dependencies.rayon-core]
version = "1.12.1"

[dependencies.wild]
version = "2.0.3"

[dev-dependencies.duct]
version = "1.0.0"

[dev-dependencies.tempfile]
version = "3.1.0"