[build-dependencies.cc]
version = "1.0"
[dependencies.libc]
version = "0.2"
[features]
default = []
dynamic = []
[package]
authors = ["Pascal Kuthe <pascal.kuthe@semimod.de>"]
build = "build.rs"
description = "Raw bindings to SuiteSparse's KLU sparse matrix solver"
edition = "2021"
keywords = ["sparse", "cholesky", "factorization", "suitesparse", "binding"]
license = "Apache-2.0"
links = "klu"
name = "klu_sys"
readme = "README.md"
repository = "https://github.com/vbarrielle/sprs"
version = "0.1.0"