# 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 = "hfile" version = "0.3.5" authors = ["Nicolas Embriz "] description = "Hfile is a command-line interface (CLI) tool for generating hash values of files" homepage = "https://github.com/nbari/hfile" documentation = "https://github.com/nbari/hfile" readme = "README.md" keywords = [ "hash", "cli", "fingerprint", "checksum", ] categories = [ "command-line-utilities", "cryptography", ] license = "BSD-3-Clause" repository = "https://github.com/nbari/hfile" [dependencies.anyhow] version = "1" [dependencies.blake3] version = "1" [dependencies.bytesize] version = "1" [dependencies.clap] version = "4" features = [ "cargo", "derive", ] [dependencies.futures] version = "0.3" [dependencies.md5] version = "0.7" [dependencies.num_cpus] version = "1.15" [dependencies.path-clean] version = "1" [dependencies.ring] version = "0.17" [dependencies.tokio] version = "1" features = ["full"] [dependencies.walkdir] version = "2"