slim-live/Cargo.toml

17 lines
621 B
TOML

[package]
name = "slim-live"
description = "Live video encoder"
repository = "https://github.com/rafaelcaricio/slim-live"
authors = ["Rafael Caricio <rafael@caricio.com>"]
license = "MPL-2.0"
version = "0.1.0"
edition = "2021"
rust-version = "1.56"
[dependencies]
gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", features = ["v1_20"] }
gst-video = { package = "gstreamer-video", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }
gst-app = { package = "gstreamer-app", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }
anyhow = "1.0.51"
ulid = "1"