Cargo Features

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

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

std default rayon

Enables std of faer-core, faer-qr, and pulp

perf-warn = log

Enables perf-warn of faer-core

rayon default = std

Enables rayon of faer-core and faer-qr

nightly

Enables nightly of faer-core, faer-qr, 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?