challenge 0.1.0

A lightweight CLI for ALTCHA Proof-of-Work v2 challenges.
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.96"
name = "challenge"
version = "0.1.0"
build = false
exclude = [
    ".github/dependabot.yml",
    ".github/workflows/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A lightweight CLI for ALTCHA Proof-of-Work v2 challenges."
homepage = "https://github.com/melonask/challenge"
documentation = "https://docs.rs/challenge"
readme = "README.md"
keywords = [
    "altcha",
    "captcha",
    "pow",
    "cli",
    "security",
]
categories = [
    "command-line-utilities",
    "authentication",
]
license = "MIT"
repository = "https://github.com/melonask/challenge"

[features]
argon2 = ["altcha/argon2"]
default = []
scrypt = ["altcha/scrypt"]

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

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

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

[dependencies.altcha]
version = "0.1.0"

[dependencies.anyhow]
version = "1.0.102"

[dependencies.base64]
version = "0.22.1"

[dependencies.clap]
version = "4.6.1"
features = [
    "derive",
    "env",
    "wrap_help",
]

[dependencies.rand]
version = "0.10.1"

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

[dependencies.serde_json]
version = "1.0.150"

[dev-dependencies.tempfile]
version = "3.27.0"