Cargo Features

[dependencies]
ismp-parachain = { version = "16.0.0", default-features = false, features = ["std", "try-runtime", "runtime-benchmarks"] }
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 parity-scale-codec, ismp, log, pallet-ismp, polkadot-sdk ^0.7.0, primitive-types ^0.12.2, scale-info, and substrate-state-machine

substrate-state-machine:

local

try-runtime

Enables try-runtime of polkadot-sdk ^0.7.0

runtime-benchmarks

Enables runtime-benchmarks of pallet-ismp, frame-benchmarking and runtime-benchmarks of polkadot-sdk ^0.7.0