gst-plugins-rs/gst-plugin-flv/Cargo.toml

23 lines
685 B
TOML
Raw Normal View History

[package]
name = "gst-plugin-flv"
2018-09-09 23:02:31 +00:00
version = "0.4.0"
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugin-rs"
license = "MIT/Apache-2.0"
[dependencies]
url = "1.1"
2018-11-04 18:46:07 +00:00
glib = { git = "https://github.com/gtk-rs/glib" }
gst-plugin = { path="../gst-plugin" }
gst-plugin-simple = { path="../gst-plugin-simple" }
gstreamer = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }
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"
[lib]
name = "gstrsflv"
crate-type = ["cdylib"]
path = "src/lib.rs"