pyxel 0.2.2

Pyxel is a library for loading [PyxelEdit](https://pyxeledit.com) documents in Rust
Documentation
[dependencies.derivative]
version = "1.0.2"

[dependencies.hex]
version = "0.3.2"

[dependencies.image]
default-features = false
features = ["png_codec"]
optional = true
version = "0.22.0"

[dependencies.semver]
features = ["serde"]
version = "0.9.0"

[dependencies.serde]
features = ["derive"]
version = "1.0.97"

[dependencies.serde_json]
version = "1.0.40"

[dependencies.zip]
default-features = false
features = ["deflate"]
version = "0.5.2"

[features]
default = []
images = ["image"]

[package]
authors = ["Alex Tennant <alex@adtennant.co.uk>"]
categories = ["multimedia::encoding", "multimedia::images"]
description = "Pyxel is a library for loading [PyxelEdit](https://pyxeledit.com) documents in Rust"
documentation = "https://docs.rs/pyxel"
edition = "2018"
homepage = "https://github.com/adtennant/pyxel"
keywords = ["pyxel", "pyxeledit"]
license = "MIT"
name = "pyxel"
readme = "README.md"
repository = "https://github.com/adtennant/pyxel.git"
version = "0.2.2"