pyxel 0.1.0

Pyxel is a library for loading [PyxelEdit](https://pyxeledit.com) documents in Rust
Documentation
# 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.1.0"
authors = ["Alex Tennant <alex@adtennant.co.uk>"]
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.21.0"
features = ["png_codec"]
default-features = false

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

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

[dependencies.serde_json]
version = "1.0.39"

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