# 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 = "file-checksum" version = "2.0.0" authors = ["Paul Sanders "] description = "Generate and validate checksums for files" homepage = "https://github.com/pbs-data-solutions/file-checksum" documentation = "https://github.com/pbs-data-solutions/file-checksum" readme = "README.md" keywords = [ "checksum", "hash", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/pbs-data-solutions/file-checksum" [[bin]] name = "checksum" path = "src/main.rs" [dependencies.anyhow] version = "1.0.80" [dependencies.clap] version = "4.5.1" features = [ "suggestions", "derive", ] [dependencies.colored] version = "2.0.4" [dependencies.hex] version = "0.4.3" [dependencies.md5] version = "0.7.0" [dependencies.sha1] version = "0.10.6" [dependencies.sha2] version = "0.10.8" [dev-dependencies.tempfile] version = "3.10.0"