# 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.63" name = "libavif-image" version = "0.14.0" authors = [ "Charles Samuels ", "Paolo Barbolini ", ] description = "Load AVIF files into the `image` crate" documentation = "https://docs.rs/libavif-image" readme = "README.md" keywords = [ "codec", "image", "avif", "AV1", ] license = "BSD-2-Clause" repository = "https://github.com/njaard/libavif-rs" [package.metadata.docs.rs] no-default-features = true [dependencies.image] version = "0.25" default-features = false [dependencies.libavif] version = "0.14.0" default-features = false [dev-dependencies.image] version = "0.25" features = ["jpeg"] default-features = false [features] codec-aom = ["libavif/codec-aom"] codec-dav1d = ["libavif/codec-dav1d"] codec-rav1e = ["libavif/codec-rav1e"] default = [ "codec-dav1d", "codec-rav1e", ]