[package] name = "pffft_rust" version = "0.1.2" authors = ["Ellen Poe "] edition = "2018" license-file = "LICENSE.txt" keywords = ["fft", "pffft"] description = "A bindgen-based wrapper around PFFFT (Pretty Fast Fast Fourier Transform)." [dependencies] [build-dependencies] bindgen = "0.54.0" cc = "1.0.55"