libvpx-native-sys 5.0.17

Rust bindings to libvpx
Documentation
# 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.17"
authors = [
    "Kornel LesiƄski <kornel@geekhood.net>",
    "Richard Diamond <wichard@vitalitystudios.com>",
]
build = "build.rs"
links = "vpx"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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"

[features]
default = []
generate = ["dep:bindgen"]

[lib]
name = "vpx_sys"
path = "lib.rs"

[build-dependencies.bindgen]
version = "0.72"
optional = true

[build-dependencies.pkg-config]
version = "0.3.34"

[build-dependencies.semver-parser]
version = "0.10.3"