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

22 lines
607 B
TOML
Raw Normal View History

[package]
name = "gst-plugin-flv"
version = "0.3.0"
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 = { path="../gst-plugin" }
gst-plugin-simple = { path="../gst-plugin-simple" }
gstreamer = { git = "https://github.com/sdroege/gstreamer-rs" }
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"}
2018-05-11 07:37:34 +00:00
muldiv = "0.2"
[lib]
name = "gstrsflv"
crate-type = ["cdylib"]
path = "src/lib.rs"