[package]
edition = "2021"
rust-version = "1.85"
name = "stenoxide-cli"
version = "3.16.4"
build = false
exclude = [
"tests/*",
"scripts/*",
"examples/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line tool for hiding encrypted messages inside PNG images"
homepage = "https://github.com/stenoxide/stenoxide"
documentation = "https://docs.rs/stenoxide-cli"
readme = "README.md"
keywords = [
"steganography",
"cryptography",
"cli",
"security",
]
categories = [
"command-line-utilities",
"cryptography",
]
license = "Apache-2.0"
repository = "https://github.com/stenoxide/stenoxide"
[features]
default = []
ffi-stc = ["stenoxide-core/ffi-stc"]
pqc = ["stenoxide-core/pqc"]
[[bin]]
name = "stenoxide"
path = "src/main.rs"
[dependencies.clap]
version = "4.6"
features = ["derive"]
[dependencies.clap_complete]
version = "4.6"
[dependencies.clap_mangen]
version = "0.3"
[dependencies.indicatif]
version = "0.18.6"
[dependencies.rpassword]
version = "7.5"
[dependencies.stenoxide-core]
version = "3.16.4"
[dependencies.zeroize]
version = "1.9"
features = ["derive"]
[dev-dependencies.image]
version = "0.25"
[dev-dependencies.indicatif]
version = "0.18.6"
features = ["in_memory"]
[dev-dependencies.tempfile]
version = "3.27"