[[bin]]
name = "stegano"
path = "src/main.rs"
[dependencies.clap]
features = ["cargo", "derive", "color"]
version = "4.5"
[dependencies.dialoguer]
default-features = false
features = ["password"]
version = "0.12"
[dependencies.env_logger]
version = "0.11"
[dependencies.log]
version = "0.4"
[dependencies.stegano-core]
version = "0.6.1"
[package]
authors = ["Sven Kanoldt <sven@d34dl0ck.me>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["encoding", "multimedia::encoding", "multimedia::images", "command-line-utilities"]
description = "Hiding data with steganography in PNG images and WAV audio files"
edition = "2021"
homepage = "https://www.stegano.org"
include = ["src/**/*", "LICENSE", "README.md", "../CHANGELOG.md"]
keywords = ["steganography", "image", "hiding", "unveil", "commandline"]
license = "GPL-3.0-only"
name = "stegano-cli"
readme = "README.md"
repository = "https://github.com/steganogram/stegano-rs"
version = "0.6.1"
[package.metadata.deb]
extended-description = """
## Features
- Simple and easy-to-use command line tool
- Cross-platform support (Windows, macOS and Linux)
- Support PNG Images and WAV Audio as carrier media
- Supports strong encryption with [XChaCha20-Poly1305](https://en.wikipedia.org/wiki/ChaCha20-Poly1305) and [Argon2id](https://en.wikipedia.org/wiki/Argon2)
- Hides one or many files as well as simple messages
- Based on [least significant bit steganography](https://youtu.be/ARDhkujNXrY?t=705)
- Backwards compatible with [stegano for windows for image en-/decoding](https://apps.microsoft.com/detail/9p6xh5xr280v?ocid=webpdpshare)
- Memory safe by design
- Written in [rust](https://www.rust-lang.org/)
"""
section = "security"