Cargo Features

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

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

std default rayon = matrixcompare-core

Enables std of faer-entity ^0.17.0, gemm, num-complex, num-traits, and pulp

rayon default = std

Enables rayon, rayon of gemm

nightly

Enables nightly of faer-entity ^0.17.0, gemm, and pulp

perf-warn = log
serde default

Enables serde

Affects faer-core::serde_impl

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.

rand implicit feature

Enables rand

rand:

Random number generators and other randomness functionality

log perf-warn?
matrixcompare-core std