[build-dependencies.cmake]
version = "0.1.50"
[dependencies.libc]
version = "0.2"
[dependencies.openblas-src]
features = ["cache"]
version = "0.10.10"
[lib]
name = "superlu_sys"
path = "src/lib.rs"
[package]
authors = ["Ivan Ukhov <ivan.ukhov@gmail.com>", "Henrik Stromberg <henrik@askdrq.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["external-ffi-bindings", "science"]
description = "The package provides bindings to SuperLU."
documentation = "https://docs.rs/superlu-sys"
keywords = ["linear-algebra"]
license = "Apache-2.0/MIT"
links = "superlu"
name = "superlu-sys"
readme = "README.md"
repository = "https://github.com/stainless-steel/superlu-sys"
version = "0.4.2"
[[test]]
name = "lib"
path = "tests/lib.rs"