Cargo Features
[dependencies]
pallet-hyperbridge = { version = "1.15.1", default-features = false, features = ["std", "try-runtime"] }
- default = std
-
The
std
feature is set by default wheneverpallet-hyperbridge
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of anyhow, 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.