[package] name = "rust-blas" version = "0.2.0" authors = [ "Paul Kassianik ", "Lissa Hyacinth ", "Bernhard Schuster ", "Michael Yang ", ] description = "BLAS bindings and wrappers, fork of rblas" documentation = "http://mikkyang.github.io/rust-blas/doc/rblas/index.html" homepage = "https://github.com/spearow/juice/tree/master/rust-blas" repository = "https://github.com/spearow/juice" readme = "README.md" keywords = ["BLAS"] license = "MIT" build = "build.rs" edition = "2018" [dependencies] num = "0.4" num-complex = "0.4" libc = "0.2" [build-dependencies] pkg-config = "0.3"