# 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 = "2021" rust-version = "1.76" name = "avif-decode" version = "1.0.1" authors = ["Kornel "] build = 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] rustdoc-args = ["--generate-link-to-definition"] targets = ["x86_64-unknown-linux-gnu"] [profile.dev] opt-level = 1 debug = "line-tables-only" [profile.release] opt-level = 3 lto = true [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.10" [dependencies.avif-parse] version = "1.0.0" [dependencies.imgref] version = "1.10.1" [dependencies.lodepng] version = "3.10.3" optional = true [dependencies.owning_ref] version = "0.4.1" [dependencies.quick-error] version = "2.0.1" [dependencies.rgb] version = "0.8.45" [dependencies.yuv] version = "0.1.7" [features] binary = ["dep:lodepng"] cfzlib = ["lodepng?/cfzlib"] default = ["binary"] ngzlib = ["lodepng?/ngzlib"] [badges.maintenance] status = "passively-maintained"