# 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" name = "libvpx-native-sys" version = "5.0.13" authors = [ "Kornel Lesiński ", "Richard Diamond ", ] build = "build.rs" links = "vpx" description = "Rust bindings to libvpx" homepage = "https://github.com/kornelski/rust-vpx/tree/master/src/sys" documentation = "https://kornelski.github.io/rust-vpx/vpx_sys/" readme = "README.md" keywords = [ "vp9", "webm", ] categories = [ "multimedia::video", "multimedia::encoding", "api-bindings", ] license = "MPL-2.0" repository = "https://github.com/kornelski/rust-vpx" [lib] name = "vpx_sys" path = "lib.rs" [build-dependencies.bindgen] version = "0.69.1" optional = true [build-dependencies.pkg-config] version = "0.3.27" [build-dependencies.semver-parser] version = "0.10.2" [features] default = [] generate = ["dep:bindgen"]