18 lines
461 B
TOML
18 lines
461 B
TOML
[package]
|
|
name = "vid2img"
|
|
description = "Use video content as collection of images."
|
|
version = "0.1.1"
|
|
authors = ["Rafael Caricio <rafael@caricio.com>"]
|
|
edition = "2018"
|
|
license = "MIT"
|
|
categories = ["multimedia"]
|
|
repository = "https://github.com/rafaelcaricio/vid2img"
|
|
keywords = ["gstreamer", "multimedia", "audio", "video"]
|
|
|
|
[dependencies]
|
|
glib = "0.10.1"
|
|
gstreamer = "0.16.2"
|
|
gstreamer-app = "0.16.0"
|
|
gstreamer-video = "0.16.0"
|
|
log = "0.4"
|
|
thiserror = "1"
|