[package] name = "fftw3-sys" version = "0.0.2" authors = [ "Huon Wilson " ] homepage = "https://github.com/huonw/fftw3-rs" repository = "https://github.com/huonw/fftw3-rs" license = "MIT/Apache-2.0" keywords = [] description = """ Low-level bindings to the FFTW3 library. """ build = "build.rs" links = "fftw3" [dependencies] libc = "0" [build-dependencies] pkg-config = "0" [lib] name = "fftw3-sys" path = "lib.rs"