minipng 1.0.0

Tiny PNG decoder with no dependencies
Documentation
[[bench]]
harness = false
name = "bench"
path = "benches/bench.rs"

[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.7.0"

[dev-dependencies.png]
version = "0.18.0"

[dev-dependencies.png-decoder]
version = "0.1.1"

[[example]]
name = "example"
path = "examples/example.rs"

[[example]]
name = "profile"
path = "examples/profile.rs"

[features]
adler = []
default = []

[lib]
name = "minipng"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["encoding", "graphics", "multimedia::images", "no-std::no-alloc"]
description = "Tiny PNG decoder with no dependencies"
edition = "2024"
exclude = ["/test/large", "/benches/large.png"]
keywords = ["png", "decoder", "image", "no_std", "no_alloc"]
license = "0BSD"
name = "minipng"
readme = "README.md"
repository = "https://github.com/pommicket/minipng"
version = "1.0.0"