# 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 = "rusvid_video_encoder" version = "0.2.1" description = "h264 mp4 encoder for rusvid" documentation = "https://docs.rs/rusvid_video_encoder/" readme = "README.md" keywords = [ "svg", "graphics", "animation", "h264", "mp4", ] license = "Apache-2.0" repository = "https://github.com/LetsMelon/rusvid" resolver = "1" [dependencies.ffmpeg-sys-next] version = "5.1.1" features = [ "avformat", "swscale", ] default-features = false [dependencies.rusvid_core] version = "0.2.0" [dependencies.thiserror] version = "1.0"