Cargo Features
[dependencies]
sc-simnode = { version = "1.15.0", default-features = false, features = ["std", "parachain", "aura", "babe"] }
- default = std
-
The
std
feature is set by default wheneversc-simnode
is added without
somewhere in the dependency tree.default-features = false - 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
…