[[bin]]
name = "stega"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.clap]
features = ["derive"]
version = "4.5"
[dependencies.image]
default-features = false
features = ["png"]
version = "0.25"
[dependencies.thiserror]
version = "2.0"
[dev-dependencies.tempfile]
version = "3.21"
[lib]
name = "stega"
path = "src/lib.rs"
[package]
authors = ["Orlando Valverde <orlando.jesig.va@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "encoding"]
description = "A simple tool and library to conceal and reveal UTF-8 encoded data within PNG images"
documentation = "https://docs.rs/stega"
edition = "2024"
homepage = "https://github.com/septum/stega"
keywords = ["steganography", "conceal", "reveal", "utf-8", "png"]
license = "MIT OR Apache-2.0"
name = "stega"
readme = "README.md"
repository = "https://github.com/septum/stega"
version = "0.1.2"
[[test]]
name = "integration"
path = "tests/integration.rs"