# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "clfft" version = "0.3.3" authors = ["Christian Liebhardt"] build = "build.rs" description = "Bindings for clFFT, a FFT library for OpenCL." homepage = "https://github.com/liebharc/clfft" documentation = "https://liebharc.github.io/clFFT/bindings/clfft/" keywords = ["fft", "opencl", "ffi"] categories = ["api-bindings"] license = "Apache-2.0" repository = "https://github.com/liebharc/clfft" [lib] crate-type = ["rlib"] [dependencies.cl-sys] version = "^0.4.0" [dependencies.lazy_static] version = "^1.1.0" [dependencies.ocl] version = "^0.19.0" [dependencies.ocl-core] version = "^0.10.0" [dev-dependencies.num] version = "^0.1" [dev-dependencies.rustfft] version = "^1.0.0" [build-dependencies.cmake] version = "^0.1.0" optional = true [features] build_all = ["cmake"]