Cargo Features
[dependencies]
rococo-runtime-constants = { version = "17.0.0", default-features = false, features = ["std", "fast-runtime"] }
- default = std
-
The
std
feature is set by default wheneverrococo-runtime-constants
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of frame-support, polkadot-primitives, polkadot-runtime-common, sp-core, sp-runtime, sp-weights, staging-xcm, and staging-xcm-builder
- fast-runtime
-
Set timing constants (e.g. session period) to faster versions to speed up testing.
Affects
rococo-runtime-constants::coretime.TIMESLICE_PERIOD
…