png_pong 0.0.2

Reading and writing PNG/APNG files without system dependencies.
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 = "png_pong"
version = "0.0.2"
authors = ["Jeron Aldaron Lau <jeronlau@plopgrizzly.com>"]
include = ["src/**/*", "COPYRIGHT", "README.md", "Cargo.toml"]
description = "Reading and writing PNG/APNG files without system dependencies."
homepage = "https://crates.rs/crates/png_pong/"
documentation = "https://docs.rs/png_pong/"
readme = "README.md"
keywords = ["PNG", "lodepng", "encoder", "decoder"]
categories = ["multimedia::encoding", "multimedia::images"]
license = "Zlib / MIT / BSL-1.0"
repository = "https://github.com/Aldarobot/png_pong.git"
[profile.test]
opt-level = 2

[profile.dev]
opt-level = 2

[[example]]
name = "read"

[[example]]
name = "write"

[[example]]
name = "passthrough"

[[example]]
name = "read_advanced"
[dependencies.miniz_oxide]
version = "0.3"
optional = true

[dependencies.pix]
version = "0.6"

[features]
default = ["flate"]
flate = ["miniz_oxide"]
[badges.travis-ci]
repository = "Aldarobot/png_pong"