# 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" name = "stegano-cli" version = "0.5.3" authors = ["Sven Kanoldt "] include = [ "src/**/*", "LICENSE", "README.md", "../CHANGELOG.md", ] description = "Hiding secret data with steganography in PNG images and WAV audio files" homepage = "https://www.stegano.org" readme = "README.md" keywords = [ "steganography", "image", "hiding", "unveil", "commandline", ] categories = [ "encoding", "multimedia::encoding", "multimedia::images", "command-line-utilities", ] license = "GPL-3.0-only" repository = "https://github.com/steganogram/stegano-rs" resolver = "1" [package.metadata.deb] section = "security" extended-description = """ ## Features - Simple and easy-to-use command line tool - Cross-platform support (Windows, macOS and Linux) - Support Media formats like: - PNG Images - WAV Audio - Hides one or many files in a carrier media - Hides one-liner text messages in a carrier media - Based on [least significant bit steganography][lsb] - Backwards compatible to [stegano for windows for image en-/decoding][stegano/win] - Memory safe by design - Written in [rust](https://www.rust-lang.org/) """ [[bin]] name = "stegano" path = "src/main.rs" [dependencies.clap] version = "4.2" features = ["cargo"] [dependencies.stegano-core] version = "0.5.3" [badges.maintenance] status = "passively-maintained" [badges.travis-ci] branch = "main" repository = "steganogram/stegano-rs"