# 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" rust-version = "1.70.0" name = "rsmpeg" version = "0.15.1+ffmpeg.7.0" authors = ["liudingming "] exclude = [ "/.github", "/tests", "/utils", ] description = "A Rust crate that exposes FFmpeg's power as much as possible." homepage = "https://github.com/larksuite/rsmpeg" documentation = "https://docs.rs/rsmpeg" readme = "README.md" keywords = [ "ffmpeg", "ffi", "binding", "audio", "video", ] license = "MIT" repository = "https://github.com/larksuite/rsmpeg" [dependencies.paste] version = "1.0" [dependencies.rusty_ffmpeg] version = "0.14.0" [dependencies.thiserror] version = "1.0" [dev-dependencies.anyhow] version = "1.0.57" [dev-dependencies.camino] version = "1.1.6" [dev-dependencies.cstr] version = "0.2.11" [dev-dependencies.libc] version = "0.2" [dev-dependencies.once_cell] version = "1.12.0" [dev-dependencies.tempdir] version = "0.3.7" [features] default = ["ffmpeg7"] ffmpeg6 = ["rusty_ffmpeg/ffmpeg6"] ffmpeg7 = [ "ffmpeg6", "rusty_ffmpeg/ffmpeg7", ] link_system_ffmpeg = ["rusty_ffmpeg/link_system_ffmpeg"]