[package] name = "imagequilt" version = "0.1.0" edition = "2021" authors = ['Taylor C. Richberger '] description = "Experimental crate to work with encoding data noisily into images" repository = "https://gitlab.com/Taywee/imagequilt" license = 'GPL-3.0-or-later' keywords = ["encoding", "steganography", "images"] categories = ["encoding", "graphics"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] image = '0.24.3'