Cargo Features
[dependencies]
snowbridge-outbound-queue-primitives = { version = "0.2.0", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default wheneversnowbridge-outbound-queue-primitives
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of alloy-core ^0.8.15, parity-scale-codec, ethabi-decode, frame-support, frame-system, log, polkadot-parachain-primitives, scale-info, snowbridge-core, snowbridge-verification-primitives, sp-arithmetic, sp-core, sp-io, sp-runtime, sp-std, staging-xcm, staging-xcm-builder, and staging-xcm-executor
snowbridge-outbound-queue-primitives has 2 features without comments.