[package] name = "openblas-src" version = "0.10.9" license = "Apache-2.0/MIT" edition = "2018" authors = [ "Corey Richardson ", "Ethan Smith ", "Ivan Ukhov ", "Jim Turner ", "Ken Elkabany ", "Mitsutoshi Aoe ", "Steve Harris ", "Toshiki Teramura ", ] description = "The package provides a source of BLAS and LAPACK via OpenBLAS." documentation = "https://docs.rs/openblas-src" homepage = "https://github.com/blas-lapack-rs/openblas-src" repository = "https://github.com/blas-lapack-rs/openblas-src" readme = "../README.md" categories = ["science"] keywords = ["linear-algebra"] build = "build.rs" links = "openblas" [features] default = ["cblas", "lapacke"] cache = [] cblas = [] lapacke = [] static = [] system = [] [dev-dependencies] libc = "0.2" [build-dependencies] dirs = "3.0.1" openblas-build = { version = "0.10.9", path = "../openblas-build" } [target.'cfg(target_os="windows")'.build-dependencies] vcpkg = "0.2"