[package] name = "cuda-runtime-sys" version = "0.3.0-alpha.1" authors = ["Toshiki Teramura "] edition = "2018" build = "build.rs" links = "cudart" description = "Rust binding to CUDA Runtime APIs" documentation = "https://docs.rs/cuda-runtime-sys/" repository = "https://github.com/rust-cuda/cuda-sys" keywords = ["GPGPU", "CUDA", "ffi"] license = "MIT/Apache-2.0" readme = "../README.md" categories = [] [build-dependencies.cuda-config] path = "../cuda-config" version = "0.1.0"