aocl-sparse 0.1.0

Safe Rust wrappers for AOCL-Sparse (sparse BLAS)
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"