[package]
edition = "2021"
name = "media-codec-vpx-sys"
version = "0.2.1"
authors = ["Zhou Wei <zhouwei@ehom.net>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust bindings to libvpx"
homepage = "https://github.com/rust-media"
readme = false
keywords = [
"vpx",
"vp8",
"vp9",
"libvpx",
]
categories = [
"multimedia::video",
"multimedia::encoding",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-media/media-codec-vpx"
[package.metadata.docs.rs]
features = ["docsrs"]
rustdoc-args = [
"--cfg",
"docsrs",
]
[features]
docsrs = []
[lib]
name = "media_codec_vpx_sys"
path = "src/lib.rs"
[build-dependencies.bindgen]
version = "0.72"
[build-dependencies.pkg-config]
version = "0.3"