2016-12-23 17:04:32 +00:00
|
|
|
[package]
|
|
|
|
name = "gst-plugin-http"
|
2018-09-09 23:02:31 +00:00
|
|
|
version = "0.4.0"
|
2016-12-23 17:04:32 +00:00
|
|
|
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
|
2018-11-26 10:52:09 +00:00
|
|
|
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
|
2017-02-16 15:52:27 +00:00
|
|
|
license = "MIT/Apache-2.0"
|
2016-12-23 17:04:32 +00:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
url = "1.1"
|
2018-11-04 18:46:07 +00:00
|
|
|
glib = { git = "https://github.com/gtk-rs/glib" }
|
2016-12-23 17:04:32 +00:00
|
|
|
gst-plugin = { path="../gst-plugin" }
|
2017-10-11 10:32:44 +00:00
|
|
|
gst-plugin-simple = { path="../gst-plugin-simple" }
|
2017-10-25 12:58:41 +00:00
|
|
|
reqwest = "0.8"
|
2018-11-03 18:24:21 +00:00
|
|
|
gstreamer = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }
|
2016-12-23 17:04:32 +00:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
name = "gstrshttp"
|
|
|
|
crate-type = ["cdylib"]
|
|
|
|
path = "src/lib.rs"
|