# 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 = "2018" name = "ac-ffmpeg" version = "0.18.1" authors = ["Angelcam, Inc. "] description = """ Simple and safe Rust interface for FFmpeg libraries. """ documentation = "https://docs.rs/ac-ffmpeg/" readme = "README.md" keywords = [ "ffmpeg", "audio", "video", "codec", "multimedia", ] license = "MIT" repository = "https://github.com/angelcam/rust-ac-ffmpeg" [dependencies.lazy_static] version = "1.4" [dev-dependencies.clap] version = "2.33" [build-dependencies.cc] version = "1.0" [build-dependencies.pkg-config] version = "0.3.16"