avif-decode 1.0.2

Convert AVIF images to PNG or decompressed pixel data
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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.91"
name = "avif-decode"
version = "1.0.2"
authors = ["Kornel <kornel@geekhood.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Convert AVIF images to PNG or decompressed pixel data"
homepage = "https://lib.rs/avif-decode"
readme = "README.md"
keywords = [
    "av1",
    "libaom",
    "decoder",
    "heif",
]
categories = ["multimedia::images"]
license = "BSD-3-Clause"
repository = "https://github.com/kornelski/avif-decode"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
rustdoc-args = ["--generate-link-to-definition"]

[badges.maintenance]
status = "passively-maintained"

[features]
binary = ["dep:lodepng"]
cfzlib = ["lodepng?/zlibrs"]
default = ["binary"]
ngzlib = ["lodepng?/ngzlib"]

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

[[bin]]
name = "avif_decode"
path = "src/main.rs"
required-features = ["binary"]

[dependencies.aom-decode]
version = "0.2.13"

[dependencies.avif-parse]
version = "2.0.0"

[dependencies.imgref]
version = "1.12.0"

[dependencies.lodepng]
version = "3.12.1"
optional = true

[dependencies.owning_ref]
version = "0.4.1"

[dependencies.quick-error]
version = "2.0.1"

[dependencies.rgb]
version = "0.8.52"

[dependencies.yuv]
version = "0.1.7"

[profile.dev]
opt-level = 1
debug = "line-tables-only"

[profile.release]
opt-level = 3
lto = true