Cargo Features

[dependencies]
pallet-hyperbridge = { version = "1.15.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 parity-scale-codec, frame-support ^37.0.0, frame-system ^37.0.0, ismp, pallet-ismp, primitive-types ^0.12.1, scale-info, and sp-std

try-runtime

PALLET_HYPERBRIDGE has 3 features without comments.