[package] name = "lsb_text_png_steganography" version = "0.1.2" authors = ["Peter Heesterman "] description = "A steganography strategy that uses the least significant bits of a png to hide text" repository = "https://github.com/peterheesterman/lsb_text_png_steganography" readme = "./README.md" keywords = ["steganography", "steg", "hiding", "text", "png"] categories = ["command-line-interface", "encoding", "text-processing"] license = "MIT" [dependencies] image = "0.20"