[package]
edition = "2024"
rust-version = "1.85"
name = "baracuda-cusparse"
version = "0.0.1-alpha.60"
authors = ["The baracuda contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Safe Rust wrappers for NVIDIA cuSPARSE (generic-API SpMV at v0.1)."
homepage = "https://github.com/ciresnave/baracuda"
readme = "README.md"
keywords = [
"cuda",
"gpu",
"nvidia",
"driver",
"runtime",
]
categories = [
"api-bindings",
"external-ffi-bindings",
"hardware-support",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ciresnave/baracuda"
[lib]
name = "baracuda_cusparse"
path = "src/lib.rs"
[[test]]
name = "gpu_smoke"
path = "tests/gpu_smoke.rs"
[dependencies.baracuda-core]
version = "0.0.1-alpha.60"
[dependencies.baracuda-cuda-sys]
version = "0.0.1-alpha.60"
[dependencies.baracuda-cusparse-sys]
version = "0.0.1-alpha.60"
[dependencies.baracuda-driver]
version = "0.0.1-alpha.60"
[dependencies.baracuda-types]
version = "0.0.1-alpha.60"
[dependencies.thiserror]
version = "1"