gst-plugins-rs/gst-plugin-flv/Cargo.toml
2018-01-03 17:52:16 +02:00

22 lines
617 B
TOML

[package]
name = "gst-plugin-flv"
version = "0.1.2"
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
repository = "https://github.com/sdroege/gst-plugin-rs"
license = "MIT/Apache-2.0"
[dependencies]
url = "1.1"
gst-plugin = { version = "0.1", path="../gst-plugin" }
gst-plugin-simple = { path="../gst-plugin-simple" }
gstreamer = { version = "0.10", features = ["v1_10"] }
num-rational = { version = "0.1", default-features = false, features = [] }
nom = "3.0"
flavors = { git = "https://github.com/rust-av/flavors.git" }
muldiv = "0.1"
[lib]
name = "gstrsflv"
crate-type = ["cdylib"]
path = "src/lib.rs"