Cargo Features
[dependencies]
ismp-parachain = { version = "1.15.1", default-features = false, features = ["std", "try-runtime"] }
- default = std
-
The
std
feature is set by default wheneverismp-parachain
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of substrate-state-machine
local
and std of parity-scale-codec, cumulus-pallet-parachain-system ^0.16.0, and cumulus-primitives-core ^0.15.0
cumulus-pallet-parachain-system:
cumulus
and std of frame-support ^37.0.0, frame-system ^37.0.0, ismp, log, pallet-ismp, primitive-types ^0.12.1, scale-info, sp-consensus-aura, sp-inherents, sp-io, sp-runtime, and sp-trie
frame-support:
substrate
- try-runtime
-
Enables try-runtime of frame-support ^37.0.0, frame-system ^37.0.0, and sp-runtime