# 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 = "2.0.0-alpha.1" authors = [ "Sean Oxley ", "Kornel Lesiński ", "Richard Diamond ", ] 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 = "2.0.0-alpha.1" [badges.maintenance] status = "passively-maintained"