# 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 = "video-rs" version = "0.10.2" authors = ["Oddity.ai Developers "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "High-level video toolkit based on ffmpeg." readme = "README.md" keywords = [ "video", "ffmpeg", "encoding", "decoding", "muxing", ] categories = [ "multimedia", "multimedia::video", ] license = "MIT OR Apache-2.0" repository = "https://github.com/oddity-ai/video-rs" [package.metadata.docs.rs] all-features = true [lib] name = "video_rs" path = "src/lib.rs" [dependencies.ffmpeg-next] version = "7.1" features = [ "format", "codec", "software-resampling", "software-scaling", ] [dependencies.ndarray] version = "0.16" optional = true [dependencies.tracing] version = "0.1" [dependencies.url] version = "2"