# 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 = "ffmpeg-di" version = "1.0.1" authors = ["yaozhihui"] build = "build.rs" description = "Safe FFmpeg wrapper (FFmpeg 4 5 6 compatible fork of the ffmpeg crate)" homepage = "https://github.com/aispeech-di/ffmpeg-di#readme" readme = "README.md" keywords = [ "ffmpeg", "multimedia", "video", "audio", ] categories = ["multimedia"] license = "MIT" repository = "https://github.com/aispeech-di/ffmpeg-di" [dependencies.anyhow] version = "1.0.71" [dependencies.bitflags] version = "1.3.2" [dependencies.ffmpeg-sys-next] version = "6.0.1" default-features = false [dependencies.image] version = "0.24.6" optional = true [dependencies.libc] version = "0.2.144" [features] codec = ["ffmpeg-sys-next/avcodec"] default = [ "codec", "device", "filter", "format", "software-resampling", "software-scaling", ] device = [ "ffmpeg-sys-next/avdevice", "format", ] filter = ["ffmpeg-sys-next/avfilter"] format = [ "ffmpeg-sys-next/avformat", "codec", ] postprocessing = ["ffmpeg-sys-next/postproc"] resampling = ["ffmpeg-sys-next/avresample"] software-resampling = ["ffmpeg-sys-next/swresample"] software-scaling = [ "ffmpeg-sys-next/swscale", "codec", ]