media-codec-vpx-sys 0.2.1

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 = "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"