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
somewhere in the dependency tree.default-features = false - std default rayon = matrixcompare-core
-
Enables std of faer-entity ^0.17.0, gemm ^0.17.1, num-complex, num-traits, and pulp
- rayon default = std
-
Enables rayon, rayon of gemm ^0.17.1
- nightly
-
Enables nightly of faer-entity ^0.17.0, gemm ^0.17.1, 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.