Cargo Features

[dependencies]
mzsignal = { version = "0.12.0", default-features = false, features = ["openblas", "netlib", "intel-mkl", "parallelism", "plotting", "nalgebra"] }

local dependency crate

default = nalgebra, parallelism

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

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
plotting = plotters

Affects mzsignal::plot

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?

Affects peak_statistics::curve_regression_ndarray

ndarray-linalg intel-mkl? netlib? openblas?
rayon parallelism
plotters plotting?
nalgebra default

Affects peak_statistics::curve_regression_nalgebra