Cargo Features
[dependencies]
net_ensembles = { version = "0.5.0", default-features = false, features = ["serde_support", "bootstrap"] }
- default = bootstrap, serde_support
-
These default features are set whenever
net_ensembles
is added without
somewhere in the dependency tree.default-features = false - serde_support default = serde
-
Affects
traits::SerdeStateConform
… - bootstrap default = average
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
- average bootstrap
-
Enables average ^0.13