54 lines
1.3 KiB
TOML
54 lines
1.3 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"
|
|
version = "1.1.0"
|
|
authors = [
|
|
"Kornel Lesiński <kornel@geekhood.net>",
|
|
"Richard Diamond <wichard@vitalitystudios.com>",
|
|
]
|
|
build = 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]
|
|
rustdoc-args = ["--generate-link-to-definition"]
|
|
targets = ["x86_64-unknown-linux-gnu"]
|
|
|
|
[lib]
|
|
name = "webm"
|
|
path = "src/lib/lib.rs"
|
|
|
|
[dependencies.webm-sys]
|
|
version = "1.0.4"
|
|
path = "src/sys"
|
|
|
|
[badges.maintenance]
|
|
status = "passively-maintained"
|