2016-12-23 17:04:32 +00:00
|
|
|
[package]
|
|
|
|
name = "gst-plugin-file"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
|
2017-10-11 10:32:44 +00:00
|
|
|
repository = "https://github.com/sdroege/gst-plugin-rs"
|
2017-02-16 15:52:27 +00:00
|
|
|
license = "MIT/Apache-2.0"
|
2016-12-23 17:04:32 +00:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
url = "1.1"
|
2017-12-22 14:03:18 +00:00
|
|
|
gst-plugin = { version = "0.1", path="../gst-plugin" }
|
|
|
|
gst-plugin-simple = { path = "../gst-plugin-simple" }
|
|
|
|
gstreamer = { version = "0.10", features = ["v1_10"] }
|
2016-12-23 17:04:32 +00:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
name = "gstrsfile"
|
|
|
|
crate-type = ["cdylib"]
|
|
|
|
path = "src/lib.rs"
|