# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "pyxel" version = "0.2.2" authors = ["Alex Tennant "] description = "Pyxel is a library for loading [PyxelEdit](https://pyxeledit.com) documents in Rust" homepage = "https://github.com/adtennant/pyxel" documentation = "https://docs.rs/pyxel" readme = "README.md" keywords = ["pyxel", "pyxeledit"] categories = ["multimedia::encoding", "multimedia::images"] license = "MIT" repository = "https://github.com/adtennant/pyxel.git" [dependencies.derivative] version = "1.0.2" [dependencies.hex] version = "0.3.2" [dependencies.image] version = "0.22.0" features = ["png_codec"] optional = true default-features = false [dependencies.semver] version = "0.9.0" features = ["serde"] [dependencies.serde] version = "1.0.97" features = ["derive"] [dependencies.serde_json] version = "1.0.40" [dependencies.zip] version = "0.5.2" features = ["deflate"] default-features = false [features] default = [] images = ["image"]