sha3sum 1.3.1

sha3sum - compute and check SHA3 message digest.
Documentation
# 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 = "2024"
rust-version = "1.85"
name = "sha3sum"
version = "1.3.1"
authors = ["ʕʘ̅͜ʘ̅ʔ <dev@kurdy.ch>"]
build = false
exclude = [
    ".idea/*",
    ".gitignore",
    ".directory",
    "tests/data/**/*",
]
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "sha3sum - compute and check SHA3 message digest."
homepage = "https://gitlab.com/kurdy/sha3sum/-/wikis/home"
readme = "README.md"
keywords = [
    "command",
    "hash",
    "sha3",
    "sum",
    "cli",
]
categories = [
    "cryptography",
    "command-line-utilities",
]
license = "GPL-3.0-or-later"
repository = "https://gitlab.com/kurdy/sha3sum.git"

[package.metadata.rpm]
buildflags = ["--release"]

[package.metadata.rpm.targets.sha3sum]
path = "/usr/bin/sha3sum"

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

[[bin]]
name = "sha3sum"
path = "src/main.rs"

[[bench]]
name = "hashing"
path = "benches/hashing.rs"
harness = false

[dependencies.clap]
version = "^4.5"
features = ["derive"]

[dependencies.data-encoding]
version = "^2.10"

[dependencies.sha3]
version = "^0.10"

[dev-dependencies.criterion]
version = "^0.8"
features = ["html_reports"]