gst-plugins-rs/gst-plugin-http/Cargo.toml
2017-10-25 14:58:41 +02:00

19 lines
485 B
TOML

[package]
name = "gst-plugin-http"
version = "0.1.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 = { path="../gst-plugin" }
gst-plugin-simple = { path="../gst-plugin-simple" }
reqwest = "0.8"
gstreamer = { git = "https://github.com/sdroege/gstreamer-rs", features = ["v1_10"] }
[lib]
name = "gstrshttp"
crate-type = ["cdylib"]
path = "src/lib.rs"