# 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 = "digestify" version = "0.4.0" authors = ["evaneaston"] description = "Verify a file against a provided digest/hash/checksum." homepage = "https://github.com/evaneaston/digestify" keywords = [ "digest", "hash", "download", ] categories = [ "command-line-utilities", "cryptography", ] license = "Apache-2.0 OR MIT-0" repository = "https://github.com/evaneaston/digestify" resolver = "2" [profile.release] lto = "fat" codegen-units = 1 [dependencies.clap] version = "3" features = ["derive"] [dependencies.crc32fast] version = "1.3" [dependencies.digest] version = "0.10" [dependencies.hex] version = "0.4" [dependencies.md-5] version = "0.10" [dependencies.sha-1] version = "0.10" [dependencies.sha2] version = "0.10"