[package] name = "gst-plugin-http" version = "0.4.0" authors = ["Sebastian Dröge "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugin-rs" license = "MIT/Apache-2.0" [dependencies] url = "1.1" glib = { git = "https://github.com/gtk-rs/glib" } gst-plugin = { path="../gst-plugin" } gst-plugin-simple = { path="../gst-plugin-simple" } reqwest = "0.8" gstreamer = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" } [lib] name = "gstrshttp" crate-type = ["cdylib"] path = "src/lib.rs"