# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "shasum" version = "0.7.0" authors = ["Vadim Smirnov "] description = "Print SHA checksums from STDIN, input file or directory." keywords = ["hash", "sha", "crypto", "digest"] categories = ["cryptography"] license = "GPL-3.0" repository = "https://github.com/smirnovvad/shasum" [dependencies.clap] version = "3.0.0-beta.2" [dependencies.sha-1] version = "0.9" [dependencies.sha2] version = "0.9" [badges.maintenance] status = "as-is" [badges.travis-ci] branch = "master" repository = "smirnovvad/shasum"