Cargo Features

[dependencies]
faer = { version = "0.19.0", default-features = false, features = ["std", "unstable", "rand", "rayon", "nightly", "perf-warn", "serde", "npy"] }
default = npy, rand, rayon, serde, std

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

std default npy rayon = matrixcompare, matrixcompare-core

Enables std of faer-entity, gemm, nano-gemm, num-complex, and num-traits

Affects faer::io

unstable

Affects faer::linop

rand default = rand_distr

Enables rand, rand of num-complex

Affects faer::stats

rayon default = std

Enables rayon, rayon of gemm

nightly

Enables nightly of faer-entity, gemm, and nano-gemm

perf-warn = log
serde default

Enables serde

npy default = std

Enables npyz

Affects io::Npy, io::NpyDType, io::FromNpy

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.

matrixcompare-core std
matrixcompare std
log perf-warn?
rand_distr rand