gst-plugins-rs/gst-plugin-http/Cargo.toml
2018-03-20 13:18:42 +02:00

19 lines
452 B
TOML

[package]
name = "gst-plugin-http"
version = "0.2.0"
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
repository = "https://github.com/sdroege/gst-plugin-rs"
license = "MIT/Apache-2.0"
[dependencies]
url = "1.1"
gst-plugin = { version = "0.2", path="../gst-plugin" }
gst-plugin-simple = { version = "0.2", path="../gst-plugin-simple" }
reqwest = "0.8"
gstreamer = "0.11"
[lib]
name = "gstrshttp"
crate-type = ["cdylib"]
path = "src/lib.rs"