# 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 = "2021" name = "blaze-rs" version = "1.0.3" authors = ["Alex Andreba "] build = "build.rs" exclude = [ ".github", "Makefile", "TODO.md", "CHANGELOG.md", "blase", ] description = "A Rustified OpenCL Experience" homepage = "https://blaze-rs.com" readme = "docs/src/intro.md" keywords = [ "opencl", "rust", "blaze", "gpgpu", "gpu", ] categories = [ "api-bindings", "concurrency", "hardware-support", "science", "rust-patterns", ] license = "MIT" repository = "https://github.com/Aandreba/blaze" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.bitflags] version = "1" [dependencies.bitvec] version = "1" [dependencies.blaze-proc] version = "1.0.0" [dependencies.bytemuck] version = "1.10.0" [dependencies.bytemuck_derive] version = "1.1.1" [dependencies.cfg-if] version = "1" [dependencies.crossbeam] version = "0.8.2" [dependencies.elor] version = "1" [dependencies.futures] version = "0.3.21" optional = true [dependencies.num-traits] version = "0.2.15" [dependencies.num_enum] version = "0.6.0" [dependencies.once_cell] version = "1.13.0" [dependencies.opencl-sys] version = "0.2.1" default-features = false [dependencies.pin-project] version = "1.0.12" [dependencies.utils-atomics] version = "1.0.0" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.tokio] version = "1.19.2" features = ["full"] [build-dependencies.camino] version = "1.1.2" [features] cl1_1 = ["opencl-sys/CL_VERSION_1_1"] cl1_2 = [ "cl1_1", "opencl-sys/CL_VERSION_1_2", ] cl2 = [ "cl1_2", "opencl-sys/CL_VERSION_2_0", ] cl2_1 = [ "cl2", "opencl-sys/CL_VERSION_2_1", ] cl2_2 = [ "cl2_1", "opencl-sys/CL_VERSION_2_2", ] cl3 = [ "cl2_2", "opencl-sys/CL_VERSION_3_0", ] futures = [ "dep:futures", "utils-atomics/futures", ] nightly = [] strict = [] svm = [ "nightly", "cl2", "utils-atomics/alloc_api", ]