cblas-src/Cargo.toml

24 lines
523 B
TOML
Raw Normal View History

2020-08-28 14:44:27 +04:00
[package]
name = "cblas-src"
2020-09-11 18:36:49 +04:00
version = "0.1.3"
2020-09-11 18:37:38 +04:00
authors = ["Andrey Tkachenko <andrey@aidev.ru>"]
2020-08-28 14:44:27 +04:00
edition = "2018"
build="build.rs"
2020-08-28 14:59:34 +04:00
description="C interface to Legacy BLAS"
license="BSD-3-Clause"
2020-08-28 14:44:27 +04:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
[build-dependencies]
cc = {version = "1.0", features=["parallel"]}
curl = "0.4"
anyhow = "1.0"
flate2 = "1.0"
tar = "0.4"
2020-08-28 15:24:25 +04:00
[dev-dependencies]
openblas-src = {version = "0.9.0", features=["system"]}
cblas = "0.2.0"