# 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 = "rusty_ffmpeg" version = "0.16.1+ffmpeg.7.0" authors = ["ldm0 "] build = "build.rs" links = "ffmpeg" exclude = [".github"] autobins = false autoexamples = false autotests = false autobenches = false description = "A library that provides Rust bindings for FFmpeg" homepage = "https://github.com/CCExtractor/rusty_ffmpeg/" documentation = "https://docs.rs/rusty_ffmpeg" readme = "README.md" keywords = [ "ffmpeg", "ffi", "binding", "video", "audio", ] categories = [ "external-ffi-bindings", "multimedia", ] license = "MIT" repository = "https://github.com/CCExtractor/rusty_ffmpeg/" [lib] name = "rusty_ffmpeg" path = "src/lib.rs" doctest = false [[example]] name = "slice" path = "examples/slice/main.rs" [dependencies.libc] version = "0.2" [build-dependencies.bindgen] version = "0.70" [build-dependencies.camino] version = "1.1" [build-dependencies.once_cell] version = "1.12" [build-dependencies.vcpkg] version = "0.2" optional = true [features] ffmpeg5 = [] ffmpeg6 = [] ffmpeg7 = [] link_system_ffmpeg = [] link_vcpkg_ffmpeg = ["vcpkg"] [target."cfg(not(windows))".build-dependencies.pkg-config] version = "0.3"