# 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 = "open-cl-core" version = "0.2.1" authors = ["Jason Goldberger "] description = "OpenCL thread-safe, memory-safe Rust bindings" homepage = "https://github.com/elbow-jason/open_cl_rust/tree/master/opencl-core" keywords = ["opencl", "gpu", "computation"] license = "MIT" repository = "https://github.com/elbow-jason/open_cl_rust/tree/master/opencl-core" [lib] name = "opencl_core" [[example]] name = "simple_add" path = "examples/simple_add/main.rs" [dependencies.bitflags] version = "1.2.1" [dependencies.chrono] version = "0.4.10" [dependencies.colored] version = "1.9" [dependencies.env_logger] version = "0.7" [dependencies.failure] version = "0.1.6" [dependencies.lazy_static] version = "1.4.0" [dependencies.libc] version = "0.2.65" [dependencies.log] version = "0.4" [dependencies.num] version = "0.2" [dependencies.open-cl-low-level] version = "0.2.1" [dependencies.open-cl-sys] version = "0.1.0" [dependencies.paste] version = "0.1.6" [features] default = ["opencl_version_1_2_0"] opencl_version_1_2_0 = []