Cargo Features
[dependencies]
sprs = { version = "0.11.2", default-features = false, features = ["multi_thread", "alga", "serde", "approx"] }
- default = alga, multi_thread
-
These default features are set whenever
sprs
is added without
somewhere in the dependency tree.default-features = false - multi_thread default
-
Affects
smmp::ThreadingStrategy
,smmp::set_thread_threading_strategy
,smmp::thread_threading_strategy
…
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.