# 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 = "stega" version = "0.1.0" authors = ["Orlando Valverde "] description = "A simple tool and library to conceal and reveal UTF-8 encoded data within PNG images" homepage = "https://github.com/septum/stega" documentation = "https://docs.rs/stega" readme = "README.md" keywords = [ "steganography", "conceal", "reveal", "utf-8", "png", ] categories = [ "command-line-utilities", "encoding", ] license = "MIT OR Apache-2.0" repository = "https://github.com/septum/stega" [dependencies.anyhow] version = "1.0.65" [dependencies.clap] version = "3.2.21" features = [ "derive", "std", ] default-features = false [dependencies.image] version = "0.24.3" features = ["png"] default-features = false [dependencies.thiserror] version = "1.0.33" [dev-dependencies.tempfile] version = "3.3.0"