Cargo Features

[dependencies]
sc-simnode = { version = "1.9.0", default-features = false, features = ["std", "parachain", "aura", "babe"] }
default = std

The std feature is set by default whenever sc-simnode is added without default-features = false somewhere in the dependency tree.

std default

This is here so that we can use the runtime_interface procedural macro

parachain

consensus

Affects client::parachain

aura

Affects client::aura

babe

Affects client::babe