gst-plugins-rs/Cargo.toml

22 lines
474 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"
2018-04-09 05:53:04 +00:00
[dependencies]
gobject-subclass = "0.2"
gst-plugin = "0.3"
glib = "0.6"
gstreamer = "0.12"
gstreamer-base = "0.12"
gstreamer-video = "0.12"
gstreamer-audio = "0.12"
lazy_static = "1.1.0"
2018-04-09 05:53:04 +00:00
[lib]
name = "gstndi"
crate-type = ["cdylib"]
path = "src/lib.rs"