Cargo Features
Bastion has no features set by default.
[dependencies]
bastion = { version = "0.4.5", features = ["unstable", "distributed", "scaling", "tokio-runtime", "docs"] }
- default docs?
-
These default features are set whenever
bastion
is added without
somewhere in the dependency tree.default-features = false - unstable
-
Enables unstable of bastion-executor
- distributed docs? = artillery-core
- scaling docs?
-
Affects
bastion::resizer
,resizer::OptimalSizeExploringResizer
,resizer::UpperBound
,resizer::UpscaleStrategy
… - tokio-runtime
-
Enables tokio-runtime of bastion-executor
- docs = default, distributed, scaling
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.
- artillery-core distributed?
-
Enables artillery-core
Distributed