mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-14 06:11:10 +00:00
21 lines
607 B
TOML
21 lines
607 B
TOML
[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.2", default-features = false, features = [] }
|
|
nom = "3.0"
|
|
flavors = {git = "https://github.com/rust-av/flavors.git"}
|
|
muldiv = "0.2"
|
|
|
|
[lib]
|
|
name = "gstrsflv"
|
|
crate-type = ["cdylib"]
|
|
path = "src/lib.rs"
|