[package] name = "fhc" version = "0.10.1" edition = "2021" description = "File hash checker (BLAKE3, SHA256, SHA512)" repository = "https://github.com/qtfkwk/fhc" license = "MIT" keywords = ["sha256sum", "sha256", "blake3", "b3", "integrity"] categories = ["command-line-utilities"] [dependencies] anyhow = "1.0.92" blake3 = "1.5.4" clap = { version = "4.5.20", features = ["derive", "wrap_help"] } clap-cargo = "0.14.1" rayon = "1.10.0" sha2 = "0.10.8" [dev-dependencies] criterion = { version = "0.5.1", features = ["html_reports"] } [[bench]] name = "bench" harness = false