Cargo Features

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

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

std default rayon

Enables std of faer-core and pulp

perf-warn = log

Enables perf-warn of faer-core

rayon default = std

Enables rayon, rayon of faer-core

nightly

Enables nightly of faer-core and pulp

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.

log perf-warn?