2016-12-23 17:04:32 +00:00
|
|
|
[package]
|
|
|
|
name = "gst-plugin-flv"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
|
|
|
|
repository = "https://github.com/sdroege/rsplugin"
|
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"
|
|
|
|
gst-plugin = { path="../gst-plugin" }
|
2017-09-16 17:35:01 +00:00
|
|
|
gstreamer = { git = "https://github.com/sdroege/gstreamer-rs", features = ["v1_10"] }
|
|
|
|
num-rational = { version = "0.1", 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"}
|
2017-08-18 09:55:24 +00:00
|
|
|
muldiv = "0.1"
|
2016-12-23 17:04:32 +00:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
name = "gstrsflv"
|
|
|
|
crate-type = ["cdylib"]
|
|
|
|
path = "src/lib.rs"
|