cuda_blas 0.1.0

cuBLAS API bindings.
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "cuda"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef88d68521ba90478b86c46f7261e1ffa5958195b22cc7e30ec72448eb2e1ca"
dependencies = [
 "libc",
]

[[package]]
name = "cuda_blas"
version = "0.1.0"
dependencies = [
 "cuda",
 "libc",
]

[[package]]
name = "libc"
version = "0.2.161"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e9489c2807c139ffd9c1794f4af0ebe86a828db53ecdc7fea2111d0fed085d1"