Cargo Features

[dependencies]
pallet-ismp = { version = "16.1.0", default-features = false, features = ["std", "disable-panic-handler", "try-runtime", "unsigned", "runtime-benchmarks", "testing"] }
default = std

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

std default

Enables serde, std of sp-io ^38.0.0, std of anyhow, parity-scale-codec, ismp, log, polkadot-sdk ^0.9.0, and scale-info

disable-panic-handler

Enables disable_allocator, disable_oom and disable_panic_handler of sp-io ^38.0.0

try-runtime

Enables try-runtime of polkadot-sdk ^0.9.0

unsigned
runtime-benchmarks

Enables frame-benchmarking and runtime-benchmarks of polkadot-sdk ^0.9.0

testing

pallet-ismp has 7 features without comments.