# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "fftw-sys" version = "0.8.0" authors = ["Toshiki Teramura "] description = "unsafe wrapper of FFTW3" keywords = ["fftw"] license-file = "LICENSE.md" repository = "https://github.com/rust-math/fftw" [package.metadata.docs.rs] features = ["system"] no-default-features = true [dependencies.fftw-src] version = "0.8.0" optional = true [dependencies.intel-mkl-src] version = "0.8.1" optional = true [dependencies.libc] version = "0.2.142" [dependencies.num-complex] version = "0.4.3" [features] default = ["source"] intel-mkl = ["intel-mkl-src"] source = ["fftw-src"] system = []