[package] name = "wasimage" version = "0.1.1" edition = "2018" license = "Unlicense" authors = ["Bejolithic "] repository = "https://github.com/nervive/wasimage" readme = "README.md" keywords = ["wasimage", "image", "compression", "pnginator"] homepage = "https://github.com/nervive/wasimage" description = "Combines a Javascript and WASM file into a single executable polygot PNG+HTML file" [dependencies] anyhow = "1" argh = "0.1" fs-err = "2" lodepng = "3" zopfli = "0.5"