argon2-cli 0.2.1

Generate Argon2 hashes from command line
# 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"
name = "argon2-cli"
version = "0.2.1"
authors = [
    "Joel Schulz-Andres <joel@systemscape.de>",
    "Julian Dickert <julian@systemscape.de>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generate Argon2 hashes from command line"
readme = "README.md"
keywords = [
    "argon2",
    "hash",
    "cli",
    "terminal",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/Systemscape/argon2-cli"

[package.metadata.wix]
upgrade-guid = "B9F6078C-1F85-4B80-9D44-98AA7D55E9FD"
path-guid = "126638F7-DCCB-49E3-95D2-AD7F8B18EB82"
license = false
eula = false

[[bin]]
name = "argon2-cli"
path = "src/main.rs"

[[test]]
name = "verify"
path = "tests/verify.rs"

[dependencies.argon2]
version = "0.5.3"

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

[dependencies.hex]
version = "0.4.3"

[dependencies.rand_core]
version = "0.6"
features = ["getrandom"]

[dependencies.zeroize]
version = "1"

[dev-dependencies.rand]
version = "0.9.4"
features = [
    "std",
    "std_rng",
]

[profile.dist]
lto = "thin"
inherits = "release"