jsonhash 0.1.1

A tool to generate hash values for files. SHA256 and MD5. Output and Error messages in JSON format.
Documentation
[[bin]]
name = "jsonhash"
path = "src/main.rs"

[dependencies.clap]
features = ["derive"]
version = "4.5.48"

[dependencies.md5]
version = "0.8.0"

[dependencies.serde]
features = ["derive"]
version = "1.0.219"

[dependencies.serde_json]
version = "1.0.145"

[dependencies.sha2]
features = ["std"]
version = "0.10.6"

[dependencies.tempfile]
version = "3.23.0"

[lib]
name = "jsonhash"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "filesystem"]
description = "A tool to generate hash values for files. SHA256 and MD5. Output and Error messages in JSON format."
edition = "2024"
exclude = [".*"]
keywords = ["hash", "sha256", "json", "cli", "md5"]
license = "MIT OR Apache-2.0"
name = "jsonhash"
readme = "README.md"
repository = "https://github.com/fruafr/rust-jsonhash"
version = "0.1.1"