[package] name = "open-cl-runtime" version = "0.1.0" authors = ["Jason Goldberger "] edition = "2018" license = "MIT" description = "OpenCL async scheduler runtime" keywords = ["opencl", "gpu", "computation" ] homepage = "https://github.com/elbow-jason/open_cl_rust/tree/master/open-cl-runtime" repository = "https://github.com/elbow-jason/open_cl_rust/tree/master/open-cl-runtime" [lib] name = "open_cl_runtime" [dependencies] open-cl-low-level = { version = "0.1.0", path = "../open-cl-low-level" } tokio = {version = "0.2.11", features = ["full"]} once_cell = "1.3.1" log = "0.4"