[package] name = "gst-plugin-audiofx" version = "0.5.0" authors = ["Sebastian Dröge "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MIT/Apache-2.0" description = "Rust AudioFx Plugin" [dependencies] glib = { version = "0.8" } gstreamer = { version = "0.14", features = ["subclassing"] } gstreamer-base = { version = "0.14", features = ["subclassing"] } gstreamer-audio = { version = "0.14" } byte-slice-cast = "0.3" num-traits = "0.2" [lib] name = "gstrsaudiofx" crate-type = ["cdylib"] path = "src/lib.rs" [build-dependencies] gst-plugin-version-helper = { path="../gst-plugin-version-helper" }