# 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 = "png2wasm4src" version = "0.1.0" authors = ["Claudio Mattera "] exclude = [".drone.yml"] description = "Convert indexed PNG images to Rust source code for WASM-4 engine" readme = "Readme.md" keywords = ["png", "wasm"] categories = ["game-development", "multimedia::encoding"] license = "MIT" repository = "https://gitlab.com/claudiomattera/png2wasm4src" [dependencies.image] version = "0.23" features = ["png"] default-features = false [dependencies.png] version = "0.17" [dependencies.thiserror] version = "1" [dev-dependencies.anyhow] version = "1"