sha256sum 0.2.0

Generate checksum of a file with the SHA256 algorithm
[[bin]]
name = "sha256sum"
path = "src/main.rs"

[dependencies.sha2]
version = "0.10.9"

[dependencies.structopt]
version = "0.3.26"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Generate checksum of a file with the SHA256 algorithm"
edition = "2021"
license-file = "LICENSE"
name = "sha256sum"
readme = "README.md"
repository = "https://github.com/de-sh/sha256sum"
version = "0.2.0"