# 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" rust-version = "1.49.0" name = "moonfire-ffmpeg" version = "0.0.2" authors = ["Scott Lamb "] description = "safe wrapper around select parts of ffmpeg" readme = "README.md" keywords = ["ffmpeg", "video"] categories = ["multimedia::video"] license = "MIT OR Apache-2.0" repository = "https://github.com/scottlamb/moonfire-ffmpeg" [profile.dev] panic = "abort" [profile.release] panic = "abort" [dependencies.libc] version = "0.2.69" [dependencies.log] version = "0.4.8" [dependencies.parking_lot] version = "0.12.0" features = [] [dev-dependencies.cstr] version = "0.2.5" [build-dependencies.cc] version = "1.0.50" [build-dependencies.pkg-config] version = "0.3.17" [features] swscale = []