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

21 lines
574 B
TOML

[package]
name = "gst-plugin-audiofx"
version = "0.1.0"
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.1", path="../gst-plugin" }
glib = "0.4"
gstreamer = { version = "0.10", features = ["v1_10"] }
gstreamer-base = { version = "0.10", features = ["v1_10"] }
gstreamer-audio = { version = "0.10", features = ["v1_10"] }
byte-slice-cast = "0.1"
num-traits = "0.1"
[lib]
name = "gstrsaudiofx"
crate-type = ["cdylib"]
path = "src/lib.rs"