# 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 = "hlocl" version = "0.1.0" description = "High-level bindings for OpenCL" readme = "README.md" keywords = [ "gpgpu", "opencl", "ocl", "opencl-framework", "ocl-framework", ] categories = [ "api-bindings", "asynchronous", "concurrency", "external-ffi-bindings", "hardware-support", ] license = "MIT OR Apache-2.0" resolver = "2" [dependencies.bitflags] version = "1" [dependencies.cfg-if] version = "1" [dependencies.elor] version = "1" [dependencies.error-stack] version = "0.1.0" optional = true [dependencies.future-parking_lot] version = "0.3.3" optional = true [dependencies.futures] version = "0.3.21" optional = true [dependencies.num-traits] version = "0.2.15" [dependencies.once_cell] version = "1.12.0" [dependencies.opencl-sys] version = "0.2.1" [dependencies.parking_lot] version = "0.9.0" [dependencies.serde] version = "1" optional = true [dev-dependencies.serde_json] version = "1" [dev-dependencies.tokio] version = "1" features = ["full"] [features] async = [ "futures", "future-parking_lot", "error-stack?/futures", ] cl2 = ["opencl-sys/CL_VERSION_2_0"] def = [] default = ["def"] rand = []