Cargo Features

[dependencies]
ismp-parachain = { version = "15.0.1", 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 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.2, scale-info, sp-consensus-aura ^0.40.0, sp-inherents ^34.0.0, sp-io ^38.0.0, sp-runtime ^39.0.0, and sp-trie ^37.0.0

frame-support:

substrate

try-runtime

Enables try-runtime of frame-support ^37.0.0, frame-system ^37.0.0, and sp-runtime ^39.0.0

runtime-benchmarks

Enables runtime-benchmarks of frame-benchmarking ^37.0.0, frame-support ^37.0.0, frame-system ^37.0.0, and pallet-ismp

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

frame-benchmarking runtime-benchmarks?

Enables frame-benchmarking ^37.0.0