openblas-src 0.5.6

The package provides a source of BLAS and LAPACK via OpenBLAS.
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "openblas-src"
version = "0.5.6"
authors = ["Corey Richardson <corey@octayn.net>", "Ivan Ukhov <ivan.ukhov@gmail.com>", "Steve Harris <steveOfAR@gmail.com>"]
build = "build.rs"
links = "openblas"
exclude = ["source/benchmark/*", "source/ctest/*", "source/lapack-netlib/BLAS/TESTING/*", "source/lapack-netlib/CBLAS/testing/*", "source/lapack-netlib/TESTING/*.in", "source/lapack-netlib/TESTING/EIG/*", "source/lapack-netlib/TESTING/LIN/*", "source/reference/*", "source/test/*", "source/utest/*"]
description = "The package provides a source of BLAS and LAPACK via OpenBLAS."
homepage = "https://github.com/cmr/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/cmr/openblas-src"
[dev-dependencies.libc]
version = "0.2"

[features]
cblas = []
default = ["cblas", "lapacke"]
lapacke = []
static = []
system = []