[package]
edition = "2021"
name = "graphblas_sparse_linear_algebra"
version = "0.60.2"
authors = ["code_sam <mail@samdekker.nl>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Wrapper for SuiteSparse:GraphBLAS"
readme = "README.md"
keywords = [
"math",
"GraphBLAS",
"sparse",
"linear-algebra",
]
categories = [
"api-bindings",
"mathematics",
]
license = "CC-BY-NC-4.0"
repository = "https://github.com/code-sam/graphblas_sparse_linear_algebra"
[features]
build-standard-kernels = ["suitesparse_graphblas_sys/build-standard-kernels"]
disable-just-in-time-compiler = ["suitesparse_graphblas_sys/disable-just-in-time-compiler"]
[lib]
name = "graphblas_sparse_linear_algebra"
path = "src/lib.rs"
[[test]]
name = "doc_test"
path = "tests/doc_test.rs"
[[test]]
name = "mod"
path = "tests/mod.rs"
[[bench]]
name = "apply_binary_operator"
path = "benches/apply_binary_operator.rs"
[[bench]]
name = "insert_scalar_into_matrix"
path = "benches/insert_scalar_into_matrix.rs"
[[bench]]
name = "vector_indices"
path = "benches/vector_indices.rs"
harness = false
[dependencies.graphblas_sparse_linear_algebra_proc_macros]
version = "0.3.1"
[dependencies.once_cell]
version = "1.18"
[dependencies.paste]
version = "1.0"
[dependencies.rayon]
version = "1.8"
[dependencies.suitesparse_graphblas_sys]
version = "0.4.3"
[dev-dependencies.criterion]
version = "0.4"
[dev-dependencies.rand]
version = "0.8"