gst-plugins-rs/gst-plugin-audiofx/Cargo.toml
2017-10-07 01:04:33 +03:00

21 lines
682 B
TOML

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