# 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] edition = "2018" name = "cblas-src" version = "0.1.3" authors = ["Andrey Tkachenko "] build = "build.rs" description = "C interface to Legacy BLAS" license = "BSD-3-Clause" [dependencies] [dev-dependencies.cblas] version = "0.2.0" [dev-dependencies.openblas-src] version = "0.9.0" features = ["system"] [build-dependencies.anyhow] version = "1.0" [build-dependencies.cc] version = "1.0" features = ["parallel"] [build-dependencies.curl] version = "0.4" [build-dependencies.flate2] version = "1.0" [build-dependencies.tar] version = "0.4"