gst-plugins-rs/gst-plugin-http/Cargo.toml

20 lines
522 B
TOML
Raw Normal View History

[package]
name = "gst-plugin-http"
2018-09-09 23:02:31 +00:00
version = "0.4.0"
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MIT/Apache-2.0"
[dependencies]
url = "1.1"
glib = { version = "0.7", features = ["subclassing"] }
reqwest = "0.9"
2019-02-22 11:17:54 +00:00
hyperx = "0.14"
gstreamer = { version = "0.13", features = ["subclassing"] }
gstreamer-base = { version = "0.13", features = ["subclassing"] }
[lib]
name = "gstrshttp"
crate-type = ["cdylib"]
path = "src/lib.rs"