[package] name = "openblas-provider" version = "0.4.1" license = "Apache-2.0/MIT" authors = [ "Corey Richardson ", "Ivan Ukhov ", ] description = "The package provides BLAS and LAPACK using the OpenBLAS implementation." homepage = "https://github.com/cmr/openblas-provider" repository = "https://github.com/cmr/openblas-provider" links = "openblas" build = "build.rs" [features] default = ["cblas"] cblas = [] static = [] system = []