Cargo Features
[dependencies]
mzsignal = { version = "0.25.0", default-features = false, features = ["openblas", "netlib", "intel-mkl", "parallelism", "avx", "nalgebra"] }
local dependency crate
- default = avx, nalgebra, parallelism
-
These default features are set whenever
mzsignal
is added without
somewhere in the dependency tree.default-features = false - openblas = ndarray, ndarray-linalg
-
Enables openblas-static of ndarray-linalg
- netlib = ndarray, ndarray-linalg
-
Enables netlib of ndarray-linalg
- intel-mkl = ndarray, ndarray-linalg
-
Enables intel-mkl-static of ndarray-linalg
- parallelism default = rayon
- avx default
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.
- ndarray intel-mkl? netlib? openblas?
-
Enables ndarray >=0.15.6, <0.16
- ndarray-linalg intel-mkl? netlib? openblas?
- rayon parallelism
- nalgebra default