[package] name = "fil-rustacuda" version = "0.1.4" authors = ["Brook Heisler "] edition = "2018" description = "CUDA Driver API Wrapper" repository = "https://github.com/filecoin-project/fil-rustacuda" readme = "README.md" license = "Apache-2.0 OR MIT" keywords = ["bindings", "cuda", "gpgpu"] categories = ["api-bindings", "concurrency"] [badges] maintenance = { status = "actively-developed" } [dependencies] cuda-driver-sys = "0.3" bitflags = "1.2" rustacuda_derive = { version = "0.1.2", path = "rustacuda_derive" } rustacuda_core = { version = "0.1.2", path = "rustacuda_core" }