# 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 = "2018" name = "rblake2sum" version = "0.3.1" authors = ["Dawid Ciężarkiewicz "] description = "Calculate recursive blake2 digest for path or directory" homepage = "https://github.com/crev-dev/rblake2sum" documentation = "https://docs.rs/rblake2sum" readme = "README.md" keywords = [ "data", "filesystem", "digest", "hash", ] license = "MPL-2.0 OR MIT OR Apache-2.0" repository = "https://github.com/crev-dev/rblake2sum" [dependencies.anyhow] version = "1.0.71" [dependencies.base64] version = "0.21" [dependencies.blake2] version = "0.10.6" [dependencies.clap] version = "4.2.7" features = ["derive"] [dependencies.crev-recursive-digest] version = "0.6.0" [dependencies.hex] version = "0.4"