# 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 = "2021" name = "fhc" version = "0.10.1" build = 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.92" [dependencies.blake3] version = "1.5.4" [dependencies.clap] version = "4.5.20" features = [ "derive", "wrap_help", ] [dependencies.clap-cargo] version = "0.14.1" [dependencies.rayon] version = "1.10.0" [dependencies.sha2] version = "0.10.8" [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"]