[package] name = "steganography" version = "1.0.2" authors = ["Teo Voinea "] description = "A simple steganography library" repository = "https://github.com/teovoinea/steganography" homepage = "https://teovoinea.github.io/steganography/" readme = "README.md" keywords = ["image", "steganography"] categories = ["encoding"] license = "MIT" [dependencies] image = "0.21.0" [badges] travis-ci = { repository = "teovoinea/steganography" }