webm 2.2.1

Rust idiomatic wrapper to 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"
version = "2.2.1"
authors = [
    "Kornel Lesiński <kornel@geekhood.net>",
    "Sean Oxley <sean.oxley@bibo.com.ph>",
    "Richard Diamond <wichard@vitalitystudios.com>",
]
build = false
include = [
    "README.md",
    "LICENSE.TXT",
    "src/lib/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust idiomatic wrapper to libwebm"
homepage = "https://lib.rs/crates/webm"
readme = "README.md"
keywords = [
    "webm",
    "video",
]
categories = [
    "multimedia::video",
    "multimedia::encoding",
    "api-bindings",
]
license = "MPL-2.0"
repository = "https://github.com/DiamondLovesYou/rust-webm.git"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
rustdoc-args = ["--generate-link-to-definition"]

[badges.maintenance]
status = "passively-maintained"

[lib]
name = "webm"
path = "src/lib/lib.rs"

[dependencies.webm-sys]
version = "2.2.1"