cblas 0.1.5

The package provides wrappers for CBLAS (C).
Documentation
[package]
name = "cblas"
version = "0.1.5"
license = "Apache-2.0/MIT"
authors = ["Ivan Ukhov <ivan.ukhov@gmail.com>"]
description = "The package provides wrappers for CBLAS (C)."
documentation = "https://docs.rs/cblas"
homepage = "https://github.com/blas-lapack-rs/cblas"
repository = "https://github.com/blas-lapack-rs/cblas"
readme = "README.md"
categories = ["api-bindings", "science"]
keywords = ["linear-algebra"]

[dependencies]
cblas-sys = "0.1"
libc = "0.2"
num-complex = { version = "0.1", default-features = false }