# 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-sys" version = "0.17.0+libavif.1.0.4" authors = [ "Charles Samuels ", "Paolo Barbolini ", ] build = "build.rs" exclude = [ "/libavif/tests/", "/libavif/ext/", "/libavif/examples/", ".github", ] description = "Unsafe wrapper around libavif, the image codec" documentation = "https://docs.rs/libavif-sys" readme = "README.md" keywords = [ "ffi", "codec", "image", "avif", "AV1", ] license = "BSD-2-Clause" repository = "https://github.com/njaard/libavif-rs" [package.metadata.docs.rs] no-default-features = true [dependencies.libaom-sys] version = "0.17" optional = true [dependencies.libc] version = "0.2" [dependencies.libdav1d-sys] version = "0.7" optional = true [dependencies.rav1e] version = "0.7.1" features = [ "asm", "capi", ] optional = true default-features = false [build-dependencies.cmake] version = "0.1.48" [features] codec-aom = ["libaom-sys"] codec-dav1d = ["libdav1d-sys"] codec-rav1e = ["rav1e"] default = [ "codec-dav1d", "codec-rav1e", ]