stegasaurus 0.1.1

A steganography library able to conceal arbitrary data within PNG files. (Able to, but not necessarily good at.)
Documentation
[package]

name = "stegasaurus"

version = "0.1.1"

authors = ["J/A <archer884@gmail.com>"]

edition = "2018"

license = "MIT/Apache-2.0"

keywords = ["image", "image-manipulation", "cryptography"]

repository = "https://github.com/archer884/stegasaurus"

homepage = "https://github.com/archer884/stegasaurus"

categories = ["cryptography"]

description = """
A steganography library able to conceal arbitrary data within PNG files. (Able
to, but not necessarily good at.)
"""



# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html



[dependencies]

image = "0.22"

sha3 = "0.8"