mirror of
https://github.com/bheisler/RustaCUDA.git
synced 2026-03-01 02:08:27 +09:00
23 lines
645 B
TOML
23 lines
645 B
TOML
[package]
|
|
name = "rustacuda"
|
|
version = "0.1.3"
|
|
authors = ["Brook Heisler <brookheisler@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
description = "CUDA Driver API Wrapper"
|
|
repository = "https://github.com/bheisler/RustaCUDA"
|
|
readme = "README.md"
|
|
license = "Apache-2.0 OR MIT"
|
|
keywords = ["bindings", "cuda", "gpgpu"]
|
|
categories = ["api-bindings", "concurrency"]
|
|
|
|
[badges]
|
|
travis-ci = { repository = "bheisler/RustaCUDA" }
|
|
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" }
|