gst-plugins-rs/gst-plugin-audiofx/Cargo.toml
2018-05-09 12:27:25 +03:00

21 lines
466 B
TOML

[package]
name = "gst-plugin-audiofx"
version = "0.2.1"
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
repository = "https://github.com/sdroege/gst-plugin-rs"
license = "MIT/Apache-2.0"
[dependencies]
gst-plugin = { version = "0.2", path="../gst-plugin" }
glib = "0.5"
gstreamer = "0.11"
gstreamer-base = "0.11"
gstreamer-audio = "0.11"
byte-slice-cast = "0.1"
num-traits = "0.2"
[lib]
name = "gstrsaudiofx"
crate-type = ["cdylib"]
path = "src/lib.rs"