Cargo Features

[dependencies]
polkadot-overseer = { version = "12.0.0", default-features = false, features = ["expand", "futures_channel", "jemalloc-allocator"] }
default = futures_channel

The futures_channel feature is set by default whenever polkadot-overseer is added without default-features = false somewhere in the dependency tree.

expand

Enables expand of orchestra

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

polkadot-overseer has 4 features without comments.