webm-sys 2.2.1

Rust FFI bindings and wrapper for libwebm
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 = "2024"
name = "webm-sys"
version = "2.2.1"
authors = [
    "Kornel Lesiński <kornel@geekhood.net>",
    "Richard Diamond <wichard@vitalitystudios.com>",
    "Sean Oxley <sean.oxley@bibo.com.ph>",
]
build = "build.rs"
links = "webm"
include = [
    "lib.rs",
    "build.rs",
    "Cargo.toml",
    "ffi.cpp",
    "libwebm/*.hpp",
    "libwebm/common/*.h",
    "libwebm/mkvmuxer/*.cc",
    "libwebm/mkvmuxer/*.h",
    "libwebm/mkvparser/*.cc",
    "libwebm/mkvparser/*.h",
    "LICENSE.TXT",
    "PATENTS.TXT",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust FFI bindings and wrapper for libwebm"
homepage = "https://lib.rs/crates/webm-sys"
documentation = "https://docs.rs/webm"
readme = "README.md"
keywords = [
    "webm",
    "mkv",
    "matroska",
    "vp9",
]
categories = [
    "external-ffi-bindings",
    "multimedia::encoding",
    "multimedia::video",
]
license = "MPL-2.0"
repository = "https://github.com/DiamondLovesYou/rust-webm.git"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]

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

[build-dependencies.cc]
version = "1.2"