# 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-native" version = "0.3.6" authors = ["Kornel Lesiński ", "Richard Diamond "] 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" 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"