[package] name = "gst-flexhlssink" description = "GStreamer Plugin that is a highly configurable HLS (HTTP Live Streaming) sink" repository = "https://github.com/rafaelcaricio/gst-flexhlssink-rs" version = "0.1.0" authors = ["Rafael Caricio "] edition = "2018" license = "MIT OR Apache-2.0" [lib] name = "flexhlssink" crate-type = ["cdylib", "rlib", "staticlib"] path = "src/lib.rs" [dependencies] glib = { git = "https://github.com/gtk-rs/gtk-rs-core" } gio = { git = "https://github.com/gtk-rs/gtk-rs-core" } gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", features = ["v1_16"] } gst-base = { package = "gstreamer-base", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", features = ["v1_16"] } gst-app = { package = "gstreamer-app", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", features = ["v1_14"]} once_cell = "1.7.2" m3u8-rs = "2.0.0" bytes = "1.0.1" [dev-dependencies] gst-audio = { package = "gstreamer-audio", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", features = ["v1_16"] } gst-check = { package = "gstreamer-check", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", features = ["v1_16"] } [build-dependencies] gst-plugin-version-helper = { git = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" } [package.metadata.capi.pkg_config] requires_private = "gstreamer-1.0, gstreamer-base-1.0, gobject-2.0, glib-2.0, gmodule-2.0"