2016-12-23 17:04:32 +00:00
|
|
|
[package]
|
|
|
|
name = "gst-plugin-flv"
|
2018-05-01 14:55:27 +00:00
|
|
|
version = "0.3.0"
|
2016-12-23 17:04:32 +00:00
|
|
|
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
|
2018-11-03 18:24:21 +00:00
|
|
|
repository = "https://gitlab.freedesktop.org/gstreamer/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"
|
2018-09-08 17:30:21 +00:00
|
|
|
gst-plugin = { version = "0.3", path="../gst-plugin" }
|
|
|
|
gst-plugin-simple = { version = "0.3", path="../gst-plugin-simple" }
|
|
|
|
gstreamer = "0.12"
|
2018-09-06 11:19:47 +00:00
|
|
|
num-rational = { version = "0.2", default-features = false, features = [] }
|
2017-06-06 10:28:50 +00:00
|
|
|
nom = "3.0"
|
2017-08-18 09:52:17 +00:00
|
|
|
flavors = {git = "https://github.com/rust-av/flavors.git"}
|
2018-05-11 07:37:34 +00:00
|
|
|
muldiv = "0.2"
|
2016-12-23 17:04:32 +00:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
name = "gstrsflv"
|
|
|
|
crate-type = ["cdylib"]
|
|
|
|
path = "src/lib.rs"
|