[package]
name = "singe-cusparse-sys"
description = "Low-level FFI bindings for the NVIDIA cuSPARSE sparse linear algebra library."
version = "0.1.0-alpha.5"
edition.workspace = true
repository.workspace = true
license-file = "../LICENSE"
readme = "README.md"
keywords = ["cuda", "cusparse", "bindings", "ffi"]
include.workspace = true
[package.metadata.docs.rs]
rustdoc-args = ["--html-in-header", "dist/katex_header.html"]
[features]
default = ["cusparse_13_2"]
cusparse_13_2 = ["singe-cuda-sys/runtime_13_2"]
[dependencies]
singe-cuda-sys.workspace = true
num_enum.workspace = true
[build-dependencies]
singe-cuda-find.workspace = true
anyhow.workspace = true