# 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] edition = "2018" name = "encode-webm-video-frames" version = "0.4.4" authors = ["Kornel Lesiński "] description = "A simple video encoder that takes frames in YUV format and generates a WebM file from them" homepage = "https://lib.rs/crates/encode-webm-video-frames" readme = "README.md" keywords = ["webm", "vp9", "ivf", "encode"] categories = ["multimedia::video"] license = "Apache-2.0 OR MIT" repository = "https://gitlab.com/kornelski/encode-webm-video-frames" [lib] doctest = false [dependencies.byteorder] version = "1.0.0" [dependencies.imgref] version = "1.3.4" [dependencies.libvpx-native-sys] version = "5" [dependencies.rgb] version = "0.8" [dependencies.webm] version = "1.0.0"