fhc 0.11.4

File hash checker (BLAKE3, SHA256, SHA512)
Documentation
# 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 = "fhc"
version = "0.11.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "File hash checker (BLAKE3, SHA256, SHA512)"
readme = "README.md"
keywords = [
    "sha256sum",
    "sha256",
    "blake3",
    "b3",
    "integrity",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/qtfkwk/fhc"

[lib]
name = "fhc"
path = "src/lib.rs"

[[bin]]
name = "fhc"
path = "src/bin/fhc.rs"

[[bench]]
name = "bench"
path = "benches/bench.rs"
harness = false

[dependencies.anyhow]
version = "1.0.102"

[dependencies.blake3]
version = "1.8.3"

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

[dependencies.clap-cargo]
version = "0.18.3"

[dependencies.rayon]
version = "1.11.0"

[dependencies.sha2]
version = "0.10.9"

[dev-dependencies.criterion]
version = "0.8.2"
features = ["html_reports"]