[package] name = "steganographyrs" description = "Rust library Steganography" version = "0.1.1" edition = "2021" authors = ["Patrick Desjardins "] homepage = "https://github.com/MrDesjardins/steganographyrs" repository = "https://github.com/MrDesjardins/steganographyrs" license = "Apache-2.0" keywords = ["Steganography", "hidden-message"] exclude = [".vscode", ".github", "testAssets", "*.png", "*.sh"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "4.0", features = ["derive"] } image = "0.24.5" magic-crypt = "3.1.12" [dev-dependencies] criterion = "0.4.0" [[bench]] name = "benchmark" harness = false [build] rustdocflags = ["--document-private-items"] [doc] browser = "chromium"