[package] name = "gaborator" version = "0.1.1" authors = ["Andreas Gustafsson ", "Vitaly \"_Vi\" Shukela "] edition = "2018" description = "Rust API for Gaborator audio processing library" license = "AGPL-3.0" keywords = ["audio","filter","fft","sound"] categories = ["multimedia::audio"] repository = "https://github.com/vi/gaborator-rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] gaborator-sys = {version = "=0.1.1", path=".."} [dev-dependencies] anyhow = "1.0.38" hound = "3.4.0" num-complex = "0.3.1"