webm-sys 1.0.0

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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "webm-sys"
version = "1.0.0"
authors = ["Kornel Lesiński <kornel@geekhood.net>", "Richard Diamond <wichard@vitalitystudios.com>"]
build = "build.rs"
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"]
description = "Rust FFI bindings and wrapper for libwebm"
homepage = "https://crates.rs/crates/webm-sys"
documentation = "https://docs.rs/webm"
readme = "README.md"
keywords = ["webm", "mkv", "matroska", "vp9"]
categories = ["external-ffi-bindings", "multimedia::encoding"]
license = "MPL-2.0"
repository = "https://github.com/DiamondLovesYou/rust-webm.git"

[lib]
name = "webm_sys"
path = "lib.rs"
[build-dependencies.cc]
version = "1.0.3"