# 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-frame-grabber" version = "0.1.0" authors = ["Henning Dieterichs "] exclude = ["data/**/*"] description = "Provides a frame iterator for videos by using ffmpeg. Decodes images using the image crate." license = "MIT" repository = "https://github.com/hediet/rust-ffmpeg-frame-grabber" [dependencies.image] version = "0.23.14" [dependencies.lazy_static] version = "1.4.0" [dependencies.regex] version = "1.4.5" [dependencies.serde] version = "1.0.125" [dependencies.serde_json] version = "1.0.64" [dependencies.snafu] version = "0.6.10" [dev-dependencies.image-visualizer] version = "0.1.1" [dev-dependencies.insta] version = "1.7.1"