[dev-dependencies.blas-sys]
version = "0.7"
[dev-dependencies.cblas-sys]
version = "0.1.3"
[dev-dependencies.libc]
version = "0.2.154"
[features]
cblas = []
default = ["pthreads", "cblas"]
openmp = []
pthreads = []
serial = []
static = []
system = []
[lib]
name = "blis_src"
path = "src/lib.rs"
[package]
authors = ["Mathieu Poumeyrol <kali@zoy.org>", "Jed Brown <jed@jedbrown.org>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
categories = ["science"]
description = "Rust native linking for BLIS library"
edition = "2021"
exclude = ["upstream/docs/", "upstream/examples/", "upstream/mpi_test/", "upstream/**/test/"]
keywords = ["blas", "blis"]
license = "MIT OR Apache-2.0"
links = "blis"
name = "blis-src"
readme = "README.md"
repository = "https://github.com/blas-lapack-rs/blis-src"
version = "0.2.2"
[package.metadata.release]
tag-name = "{{crate_name}}-{{version}}"
[[test]]
name = "blas_gemm"
path = "tests/blas_gemm.rs"
[[test]]
name = "cblas_gemm"
path = "tests/cblas_gemm.rs"