Cargo Features

[dependencies]
faer = { version = "0.18.2", default-features = false, features = ["std", "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, num-complex, and num-traits

Affects faer::io

rand default = rand_distr

Enables rand

Affects faer::stats

rayon default = std

Enables rayon, rayon of gemm

nightly

Enables nightly of faer-entity and 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