[package]
edition = "2018"
rust-version = "1.71.1"
name = "openblas-src"
version = "0.10.15"
authors = [
"Corey Richardson <corey@octayn.net>",
"Ethan Smith <ethan@ethanhs.me>",
"Ivan Ukhov <ivan.ukhov@gmail.com>",
"Jim Turner <git@turner.link>",
"Ken Elkabany <ken@elkabany.com>",
"Mitsutoshi Aoe <me@maoe.name>",
"Steve Harris <steveOfAR@gmail.com>",
"Toshiki Teramura <toshiki.teramura@gmail.com>",
]
build = "build.rs"
links = "openblas"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The package provides a source of BLAS and LAPACK via OpenBLAS."
homepage = "https://github.com/blas-lapack-rs/openblas-src"
documentation = "https://docs.rs/openblas-src"
readme = "README.md"
keywords = ["linear-algebra"]
categories = ["science"]
license = "Apache-2.0/MIT"
repository = "https://github.com/blas-lapack-rs/openblas-src"
[features]
cache = []
cblas = []
default = [
"cblas",
"lapacke",
]
lapacke = []
static = []
system = []
[lib]
name = "openblas_src"
path = "src/lib.rs"
[[test]]
name = "fortran_lapack"
path = "tests/fortran_lapack.rs"
[[test]]
name = "lib"
path = "tests/lib.rs"
[dev-dependencies.libc]
version = "0.2"
[build-dependencies.dirs]
version = "6.0.0"
[build-dependencies.openblas-build]
version = "=0.10.15"
[build-dependencies.pkg-config]
version = "0.3.30"
[target.'cfg(target_os="windows")'.build-dependencies.vcpkg]
version = "0.2"