Cargo Features

[dependencies]
sampling = { version = "0.2.0", default-features = false, features = ["serde_support", "sweep_time_optimization", "sweep_stats", "replica_exchange"] }
default = replica_exchange, serde_support

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

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.

serde serde_support
rayon replica_exchange