# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "wasmpng" version = "0.1.3" authors = ["Roy Jacobs "] description = "Combines a Javascript and WASM file into a single executable polygot PNG+HTML file" homepage = "https://github.com/datatrash/wasm-png" readme = "README.md" keywords = [ "wasm", "png", "compression", "pnginator", "demoscene", ] license = "MIT" repository = "https://github.com/datatrash/wasm-png" [dependencies.anyhow] version = "1" [dependencies.argh] version = "0.1" [dependencies.fs-err] version = "2" [dependencies.lodepng] version = "3" [dependencies.zopfli] version = "0.7"