Cargo Features
[dependencies]
faer = { version = "0.19.4", default-features = false, features = ["std", "unstable", "rand", "rayon", "nightly", "perf-warn", "serde", "npy"] }
- default = npy, rand, rayon, serde, std
-
These default features are set whenever
faer
is added without
somewhere in the dependency tree.default-features = false - std default npy rayon = matrixcompare, matrixcompare-core
-
Enables std of faer-entity, gemm, nano-gemm, num-complex, and num-traits
Affects
faer::io
… - unstable
-
Affects
faer::linop
… - rand default = rand_distr
-
Enables rand, rand of num-complex
Affects
faer::stats
… - rayon default = std
- nightly
-
Enables nightly of faer-entity, gemm, and nano-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.