[package] name = "gst-plugin-file" version = "0.6.0" authors = ["Sebastian Dröge "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MIT/Apache-2.0" description = "Rust File Plugin" [dependencies] url = "2" glib = { git = "https://github.com/gtk-rs/glib" } gstreamer = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" } gstreamer-base = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" } lazy_static = "1.0" [lib] name = "gstrsfile" crate-type = ["cdylib"] path = "src/lib.rs" [build-dependencies] gst-plugin-version-helper = { path="../../version-helper" }