# 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" version = "0.14.0" authors = [ "Charles Samuels ", "Paolo Barbolini ", ] description = "High-level API for AVIF image files" documentation = "https://docs.rs/libavif" 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 [profile.dev] opt-level = 2 [dependencies.libavif-sys] version = "0.17.0" default-features = false [dev-dependencies.image] version = "0.25" [features] codec-aom = ["libavif-sys/codec-aom"] codec-dav1d = ["libavif-sys/codec-dav1d"] codec-rav1e = ["libavif-sys/codec-rav1e"] default = [ "codec-dav1d", "codec-rav1e", ]