# 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.54.0" authors = ["code_sam "] description = "Wrapper for SuiteSparse:GraphBLAS" readme = "README.md" keywords = [ "GraphBLAS", "sparse", "linear", "algebra", ] categories = [ "api-bindings", "mathematics", ] license = "CC-BY-NC-4.0" repository = "https://github.com/code-sam/graphblas_sparse_linear_algebra" [[bench]] name = "vector_indices" harness = false [dependencies.graphblas_sparse_linear_algebra_proc_macros] version = "0.3" [dependencies.once_cell] version = "1.18" [dependencies.paste] version = "1.0" [dependencies.rayon] version = "1.8" [dependencies.suitesparse_graphblas_sys] version = "0.3" [dev-dependencies.criterion] version = "0.4" [dev-dependencies.rand] version = "0.8" [features] build-standard-kernels = ["suitesparse_graphblas_sys/build-standard-kernels"] disable-just-in-time-compiler = ["suitesparse_graphblas_sys/disable-just-in-time-compiler"]