[package] name = "gst-plugin-file" version = "0.3.0" authors = ["Sebastian Dröge "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugin-rs" license = "MIT/Apache-2.0" [dependencies] url = "1.1" gst-plugin = { version = "0.3", path="../gst-plugin" } gst-plugin-simple = { version = "0.3", path="../gst-plugin-simple" } gstreamer = "0.12" [lib] name = "gstrsfile" crate-type = ["cdylib"] path = "src/lib.rs"