slas 0.3.1

Static Linear Algebra System
Documentation
[dependencies.blis-src]
default-features = false
optional = true
version = "0.2.0"

[dependencies.cblas-sys]
optional = true
version = "0.1.4"

[dependencies.levitate]
version = "0.1.1"

[dependencies.paste]
version = "1.0.6"

[dev-dependencies.pretty_assertions]
version = "1.0.0"

[features]
blas = ["cblas-sys"]
blis-static = ["blis-src", "blis-src/static", "blas"]
blis-sys = ["blis-src", "blis-src/system", "blas"]
default = ["blis-sys", "fast-floats"]
fast-floats = ["levitate/fast-floats"]

[package]
authors = ["Aksel Mannstaedt <unic0rn9k@protonmail.com>"]
categories = ["data-structures", "science", "mathematics"]
description = "Static Linear Algebra System"
edition = "2018"
keywords = ["matrix", "blas", "linearalgebra", "vectors"]
license = "Apache-2.0"
name = "slas"
readme = "README.md"
repository = "https://github.com/unic0rn9k/slas"
version = "0.3.1"

[profile.release]
codegen-units = 1
lto = true
opt-level = 3

[profile.release.package."*"]
opt-level = 3