[package] name = "bliss-audio-aubio-sys" version = "0.2.2" description = "audio-rs for bliss' internal use" categories = ["external-ffi-bindings", "multimedia::audio"] keywords = ["aubio", "audio", "processing", "recognition", "ffi"] authors = ["K. "] license = "GPL-3.0" readme = "README.md" repository = "https://github.com/Polochon-street/aubio-rs" edition = "2018" links = "aubio" [dependencies.fftw-sys] version = "0.6" optional = true [build-dependencies.pkg-config] version = "0.3.19" optional = true [build-dependencies.cc] version = "1.0.67" features = ["parallel"] [build-dependencies.bindgen] version = "0.64" optional = true [features] update-bindings = ["bindgen"] builtin = [] shared = [] static = [] fftw3 = ["fftw-sys"] intelipp = [] double = [] accelerate = [] blas = [] atlas = [] rustdoc = [] [package.metadata.docs.rs] features = ["rustdoc"]