Cargo Features
[dependencies]
sampling = { version = "0.3.1", default-features = false, features = ["serde_support", "sweep_time_optimization", "sweep_stats", "replica_exchange"] }
- default = replica_exchange, serde_support
-
These default features are set whenever
samplingis added withoutsomewhere in the dependency tree.default-features = false - serde_support default = serde
- sweep_time_optimization sweep_stats?
- sweep_stats = sweep_time_optimization
- replica_exchange default = rayon
-
Affects
sampling::rewl,sampling::rees…
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.