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

19 lines
452 B
TOML
Raw Permalink Normal View History

[package]
name = "gst-plugin-http"
2018-05-09 09:27:25 +00:00
version = "0.2.1"
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" }
2017-10-25 12:58:41 +00:00
reqwest = "0.8"
gstreamer = "0.11"
[lib]
name = "gstrshttp"
crate-type = ["cdylib"]
path = "src/lib.rs"