lodepng 2.1.2

Reading and writing PNG files without system dependencies. Pure Rust port of LodePNG.
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]
name = "lodepng"
version = "2.1.2"
authors = ["Kornel <kornel@geekhood.net>", "Lode Vandevenne <lvandeve@gmail.com>"]
include = ["src/**/*", "examples/**/*", "tests/**/*", "COPYRIGHT", "README.md", "Cargo.toml"]
description = "Reading and writing PNG files without system dependencies. Pure Rust port of LodePNG."
homepage = "https://github.com/pornel/lodepng-rust#readme"
documentation = "https://pornel.github.io/lodepng-rust/lodepng/"
readme = "README.md"
keywords = ["PNG", "lodepng", "encoder", "decoder"]
categories = ["multimedia::encoding", "multimedia::images"]
license = "BSD-3-Clause"
repository = "https://github.com/pornel/lodepng-rust.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.libc]
version = "0.2.33"

[dependencies.rgb]
version = "0.8"
[badges.travis-ci]
repository = "pornel/lodepng-rust"