# 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.71" name = "aom-decode" version = "0.2.13" authors = ["Kornel LesiƄski "] build = false include = [ "Cargo.toml", "README.md", "/src/*.rs", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Minimal safe wrapper for libaom AV1 decoder" homepage = "https://lib.rs/aom-decode" readme = "README.md" keywords = [ "decoder", "av1", "cest-lavif", "libaom", "unavif", ] categories = ["multimedia::images"] license = "BSD-2-Clause" repository = "https://gitlab.com/kornelski/aom-decode" [package.metadata.docs.rs] rustdoc-args = ["--generate-link-to-definition"] targets = ["x86_64-unknown-linux-gnu"] [lib] name = "aom_decode" path = "src/lib.rs" [dependencies.avif-parse] version = "1.3.0" optional = true [dependencies.imgref] version = "1.11" optional = true [dependencies.libaom-sys] version = "0.17.1-rc.1" features = ["av1_decoder"] default-features = false [dependencies.log] version = "0.4.22" [dependencies.quick-error] version = "2.0.1" [dependencies.rgb] version = "0.8.50" optional = true default-features = false [dependencies.yuv] version = "0.1.9" [dev-dependencies.avif-parse] version = "1.2.0" [dev-dependencies.env_logger] version = "0.11.5" default-features = false [dev-dependencies.lodepng] version = "3.10.2" [dev-dependencies.rayon] version = "1.10.0" [dev-dependencies.rgb] version = "0.8.50" default-features = false [features] avif = [ "dep:avif-parse", "dep:imgref", "dep:rgb", ] default = ["avif"] [badges.maintenance] status = "passively-maintained"