# 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] edition = "2018" name = "af-opencl-interop" version = "3.7.1" authors = ["Pradeep Garigipati "] description = "ArrayFire is a high performance software library for parallel computing with an easy-to-use API. This crate is an addition on top of ArrayFire crate to enable users to mix RAW CUDA code in rust and ArrayFire." homepage = "https://github.com/arrayfire/arrayfire-rust" documentation = "http://arrayfire.github.io/arrayfire-rust/af_opencl_interop/index.html" license = "BSD-3-Clause" repository = "https://github.com/arrayfire/arrayfire-rust/tree/master/opencl-interop" [[example]] name = "custom_kernel" path = "examples/custom_kernel.rs" [[example]] name = "ocl_af_app" path = "examples/ocl_af_app.rs" [dependencies.arrayfire] version = "3.7" [dependencies.cl-sys] version = "0.4.2" [dependencies.libc] version = "0.2" [dev-dependencies.ocl-core] version = "0.11.2"