# 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 = "vid2img" version = "0.1.1" authors = ["Rafael Caricio "] description = "Use video content as collection of images." keywords = ["gstreamer", "multimedia", "audio", "video"] categories = ["multimedia"] license = "MIT" repository = "https://github.com/rafaelcaricio/vid2img" [dependencies.glib] version = "0.10.1" [dependencies.gstreamer] version = "0.16.2" [dependencies.gstreamer-app] version = "0.16.0" [dependencies.gstreamer-video] version = "0.16.0" [dependencies.log] version = "0.4" [dependencies.thiserror] version = "1"