# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "openblas-src" version = "0.10.9" authors = [ "Corey Richardson ", "Ethan Smith ", "Ivan Ukhov ", "Jim Turner ", "Ken Elkabany ", "Mitsutoshi Aoe ", "Steve Harris ", "Toshiki Teramura ", ] build = "build.rs" links = "openblas" 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" [dev-dependencies.libc] version = "0.2" [build-dependencies.dirs] version = "3.0.1" [build-dependencies.openblas-build] version = "0.10.9" [features] cache = [] cblas = [] default = [ "cblas", "lapacke", ] lapacke = [] static = [] system = [] [target."cfg(target_os=\"windows\")".build-dependencies.vcpkg] version = "0.2"