# 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" version = "0.1.1" authors = ["Mahmoud Harmouch "] description = " The ultimate steganography swiss knife army CLI tool." homepage = "https://github.com/wiseaidev/stegano" documentation = "https://docs.rs/stegano/" readme = "README.md" keywords = [ "steganography", "encryption", "payload", "privacy", "png", ] categories = [ "cryptography", "command-line-utilities", ] license = "MIT" repository = "https://github.com/wiseaidev/stegano" [profile.release] opt-level = "z" lto = "thin" codegen-units = 1 strip = "symbols" [dependencies.aes] version = "0.8.3" [dependencies.clap] version = "4.4.10" features = ["derive"] [dependencies.crc32-v2] version = "0.0.4"