Cargo Features

[dependencies]
pallet-hyperbridge = { version = "16.0.0", default-features = false, features = ["std", "try-runtime"] }
default = std

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

std default

Enables std of anyhow, parity-scale-codec, ismp, pallet-ismp, polkadot-sdk ^0.7.0, primitive-types ^0.12.2, and scale-info

try-runtime

Enables try-runtime of polkadot-sdk ^0.7.0

PALLET_HYPERBRIDGE has 3 features without comments.