[package]
name = "suitesparse_graphblas_sys"
description = "Rust bindings for SuiteSparse::GraphBLAS"
version = "0.4.2"
edition = "2021"
license = "CC-BY-NC-4.0"
authors = ["code_sam <mail@samdekker.nl>"]
keywords = ["GraphBLAS", "SuiteSparse"]
categories = ["external-ffi-bindings", "mathematics"]
readme = "README.md"
repository = "https://github.com/code-sam/graphblas_sparse_linear_algebra"
[features]
build-standard-kernels = []
disable-just-in-time-compiler = []
[build-dependencies]
bindgen = "0.72"
cmake = "0.1"
git2 = "0.18"
regex = "1.12"