blas-sys 0.6.9

The package provides bindings to the Basic Linear Algebra Subprograms.
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 = "blas-sys"
version = "0.6.9"
authors = ["Andrew Straw <strawman@astraw.com>", "Corey Richardson <corey@octayn.net>", "Ivan Ukhov <ivan.ukhov@gmail.com>", "bluss"]
description = "The package provides bindings to the Basic Linear Algebra Subprograms."
homepage = "https://github.com/stainless-steel/blas-sys"
documentation = "https://docs.rs/blas-sys"
readme = "README.md"
keywords = ["linear-algebra"]
categories = ["external-ffi-bindings", "science"]
license = "Apache-2.0/MIT"
repository = "https://github.com/stainless-steel/blas-sys"
[dependencies.libc]
version = "0.2"

[dependencies.accelerate-src]
version = "0.3"
optional = true

[dependencies.openblas-src]
version = "0.5"
optional = true

[dependencies.netlib-src]
version = "0.7"
optional = true

[features]
accelerate = ["accelerate-src"]
netlib = ["netlib-src"]
default = ["openblas"]
openblas = ["openblas-src"]