2021-03-13 13:44:16 +00:00
|
|
|
[package]
|
|
|
|
name = "vid2img"
|
2021-03-13 17:22:07 +00:00
|
|
|
description = "Use video content as collection of images."
|
2022-04-25 11:10:16 +00:00
|
|
|
version = "0.1.1"
|
2021-03-13 13:44:16 +00:00
|
|
|
authors = ["Rafael Caricio <rafael@caricio.com>"]
|
|
|
|
edition = "2018"
|
2021-03-13 15:15:28 +00:00
|
|
|
license = "MIT"
|
2021-03-13 17:22:07 +00:00
|
|
|
categories = ["multimedia"]
|
|
|
|
repository = "https://github.com/rafaelcaricio/vid2img"
|
|
|
|
keywords = ["gstreamer", "multimedia", "audio", "video"]
|
2021-03-13 13:44:16 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2021-03-13 15:15:28 +00:00
|
|
|
glib = "0.10.1"
|
|
|
|
gstreamer = "0.16.2"
|
|
|
|
gstreamer-app = "0.16.0"
|
|
|
|
gstreamer-video = "0.16.0"
|
|
|
|
log = "0.4"
|
2022-04-20 21:45:10 +00:00
|
|
|
thiserror = "1"
|