stegoeggo-cli 0.2.3

Command-line interface for the stegoeggo image protection library
# 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 = "2021"
rust-version = "1.87"
name = "stegoeggo-cli"
version = "0.2.3"
authors = ["David Bowman <dbowman91@proton.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line interface for the stegoeggo image protection library"
homepage = "https://github.com/eggstack/stegoeggo"
readme = "README.md"
keywords = [
    "image",
    "steganography",
    "rights-metadata",
    "cli",
    "ai-safety",
]
categories = [
    "command-line-utilities",
    "multimedia::images",
]
license = "MIT"
repository = "https://github.com/eggstack/stegoeggo"

[features]
default = []
signatures = [
    "stegoeggo/signatures",
    "stegoeggo/detached-manifest",
]

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

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

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

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

[dependencies.hex]
version = "0.4"

[dependencies.image]
version = "0.25"
features = [
    "png",
    "jpeg",
    "webp",
]
default-features = false

[dependencies.rayon]
version = "1.10"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.stegoeggo]
version = "0.2"
features = ["test-seeds"]

[dependencies.tempfile]
version = "3"

[dev-dependencies.image]
version = "0.25"
features = [
    "png",
    "jpeg",
    "webp",
]
default-features = false

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

[lints.rust]
unsafe_code = "forbid"