Cargo Features
[dependencies]
polkadot-overseer = { version = "18.0.0", default-features = false, features = ["expand", "futures_channel", "jemalloc-allocator"] }
- default = futures_channel
-
The
futures_channel
feature is set by default wheneverpolkadot-overseer
is added without
somewhere in the dependency tree.default-features = false - expand
-
orchestra:
Generate a file containing the generated code that is used via
include_str!
. - futures_channel default
-
Enables orchestra
orchestra:
Use compatibility futures channel in the subsystem message channels
- jemalloc-allocator
-
Enables tikv-jemalloc-ctl ^0.5.0
polkadot-overseer has 4 features without comments.