gst-plugins-rs/Cargo.toml

25 lines
682 B
TOML
Raw Normal View History

2018-04-09 05:53:04 +00:00
[package]
name = "gst-plugin-ndi"
2018-09-18 11:25:24 +00:00
version = "1.0.0"
authors = ["Ruben Gonzalez <rubenrua@teltek.es>", "Daniel Vilar <daniel.peiteado@teltek.es>"]
2018-09-18 11:25:24 +00:00
repository = "https://github.com/teltek/gst-plugin-ndi"
2018-04-10 16:50:44 +00:00
license = "LGPL"
description = "NewTek NDI Plugin"
2018-04-09 05:53:04 +00:00
[dependencies]
glib = { version = "0.8.0", features = ["subclassing"] }
gstreamer = { version = "0.14.0", features = ["subclassing"] }
gstreamer-base = { version = "0.14.0", features = ["subclassing"] }
gstreamer-audio = "0.14.0"
gstreamer-video = "0.14.0"
lazy_static = "1.1.0"
byte-slice-cast = "0.2.0"
2018-04-09 05:53:04 +00:00
[build-dependencies]
gst-plugin-version-helper = "0.1"
2018-04-09 05:53:04 +00:00
[lib]
name = "gstndi"
crate-type = ["cdylib"]
path = "src/lib.rs"