graphblas_sparse_linear_algebra 0.63.0

Wrapper for SuiteSparse:GraphBLAS
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"
name = "graphblas_sparse_linear_algebra"
version = "0.63.0"
authors = ["code_sam <mail@samdekker.nl>"]
build = "build.rs"
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"]
memory-allocator-jemalloc = [
    "dep:tikv-jemallocator",
    "dep:tikv-jemalloc-sys",
]
memory-allocator-mimalloc = [
    "dep:mimalloc",
    "dep:libmimalloc-sys",
]

[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.libc]
version = "0.2"

[dependencies.libmimalloc-sys]
version = "0.1"
optional = true

[dependencies.mimalloc]
version = "0.1"
optional = true
default-features = false

[dependencies.once_cell]
version = "1.18"

[dependencies.paste]
version = "1.0"

[dependencies.rayon]
version = "1.8"

[dependencies.suitesparse_graphblas_sys]
version = "0.4.3"

[dependencies.tikv-jemalloc-sys]
version = "0.6"
optional = true

[dependencies.tikv-jemallocator]
version = "0.6"
optional = true

[dev-dependencies.criterion]
version = "0.4"

[dev-dependencies.rand]
version = "0.8"