Cargo Features

[dependencies]
ismp-parachain = { version = "1.15.0", default-features = false, features = ["std", "try-runtime"] }
default = std

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

std default

Enables std of substrate-state-machine

local

and std of parity-scale-codec, cumulus-pallet-parachain-system, 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