65 lines
1.5 KiB
TOML
65 lines
1.5 KiB
TOML
# 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 = "webm-sys"
|
|
version = "1.0.4"
|
|
authors = [
|
|
"Kornel Lesiński <kornel@geekhood.net>",
|
|
"Richard Diamond <wichard@vitalitystudios.com>",
|
|
]
|
|
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",
|
|
]
|
|
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 = "1.0.72"
|