# 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 = "cl-sys" version = "0.4.3" authors = ["Nick Sanders "] build = "build.rs" exclude = [ "target/*", "bak/*", ] description = "OpenCL FFI bindings." homepage = "https://github.com/cogciprocate/ocl/tree/master/cl-sys" documentation = "https://docs.rs/cl-sys/" readme = "README.md" keywords = [ "opencl", "gpu", "gpgpu", ] categories = [ "api-bindings", "external-ffi-bindings", "asynchronous", "science", ] license = "MIT OR Apache-2.0" repository = "https://github.com/cogciprocate/ocl/tree/master/cl-sys" [dependencies.libc] version = "0.2" [features] default = [ "opencl_version_1_1", "opencl_version_1_2", ] opencl_vendor_mesa = [] opencl_version_1_1 = [] opencl_version_1_2 = [] opencl_version_2_0 = [] opencl_version_2_1 = [] opencl_version_2_2 = []