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 wheneverpallet-hyperbridge
is added without
somewhere in the dependency tree.default-features = false - 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.