# 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-adder-dep" version = "0.4.1" authors = ["Oddity.ai Developers "] description = "High-level video toolkit based on ffmpeg. Slightly modified to expose internals for the ADDER project." 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" [dependencies.ffmpeg-next] version = "6.0" features = [ "format", "codec", "software-resampling", "software-scaling", ] [dependencies.ndarray] version = "0.15" optional = true [dependencies.tracing] version = "0.1" [dependencies.url] version = "2"