[package]
edition = "2021"
rust-version = "1.75"
name = "aocl-sparse"
version = "0.1.0"
authors = ["Eric Evans <ciresnave@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Safe Rust wrappers for AOCL-Sparse (sparse BLAS)"
readme = "README.md"
keywords = [
"aocl",
"amd",
"sparse",
"csr",
]
categories = [
"api-bindings",
"mathematics",
"science",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ciresnave/aocl"
[package.metadata.docs.rs]
default-target = "x86_64-unknown-linux-gnu"
rustdoc-args = [
"--cfg",
"docsrs",
]
[features]
default = []
ilp64 = ["aocl-sparse-sys/ilp64"]
static-link = ["aocl-sparse-sys/static-link"]
[lib]
name = "aocl_sparse"
path = "src/lib.rs"
[dependencies.aocl-error]
version = "0.1"
[dependencies.aocl-sparse-sys]
version = "0.1"
[dependencies.aocl-types]
version = "0.1"