[package] name = "gst-plugin-simple" version = "0.1.0" authors = ["Sebastian Dröge "] repository = "https://github.com/sdroege/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" } gstreamer = { git = "https://github.com/sdroege/gstreamer-rs", features = ["v1_10"] } gstreamer-base = { git = "https://github.com/sdroege/gstreamer-rs", features = ["v1_10"] } [lib] name = "gst_plugin_simple" path = "src/lib.rs"