Cargo Features

[dependencies]
slas = { version = "0.3.1", default-features = false, features = ["blis-sys", "blis-static", "blas", "fast-floats"] }
default = blis-sys, fast-floats

These default features are set whenever slas is added without default-features = false somewhere in the dependency tree.

blis-sys default = blas, blis-src

Enables system of blis-src

blis-static = blas, blis-src

Enables static of blis-src

blas blis-static? blis-sys = cblas-sys
fast-floats default

Enables fast-floats of levitate

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

blis-src blis-static? blis-sys
cblas-sys blas?