# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "ffmpeg-dev" version = "0.3.8" authors = ["colbyn "] exclude = ["assets", "examples"] description = "Self contained (no net/sys deps) static rust bindings to ffmpeg." homepage = "https://github.com/imager-io/ffmpeg-dev-rs" readme = "README.md" keywords = ["video", "ffmpeg"] license = "MIT" repository = "https://github.com/imager-io/ffmpeg-dev-rs" [dependencies.libc] version = "^0.2" [dependencies.num_cpus] version = "1.11.1" [build-dependencies.bindgen] version = "0.51" [build-dependencies.cc] version = "1.0.46" [build-dependencies.flate2] version = "1.0.12" [build-dependencies.num_cpus] version = "1.11.1" [build-dependencies.tar] version = "0.4.26"