Cargo Features

[dependencies]
snowbridge-pallet-inbound-queue-v2 = { version = "0.2.0", default-features = false, features = ["std", "try-runtime", "runtime-benchmarks"] }
default = std

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

std default = serde

Enables std of alloy-core ^0.8.15, bp-relayers, parity-scale-codec, frame-benchmarking, frame-support, frame-system, log, pallet-balances, scale-info, snowbridge-beacon-primitives, snowbridge-core, snowbridge-inbound-queue-primitives, optional snowbridge-pallet-inbound-queue-v2-fixtures, sp-core, sp-io, sp-runtime, sp-std, tracing, staging-xcm, staging-xcm-builder, and staging-xcm-executor

try-runtime

Enables try-runtime of frame-support, frame-system, pallet-balances, and sp-runtime

runtime-benchmarks = frame-benchmarking, hex-literal

Enables runtime-benchmarks of frame-benchmarking, frame-support, frame-system, pallet-balances, snowbridge-core, snowbridge-inbound-queue-primitives, snowbridge-pallet-inbound-queue-v2-fixtures, sp-runtime, staging-xcm, staging-xcm-builder, and staging-xcm-executor

Affects snowbridge-pallet-inbound-queue-v2::pallet.BenchmarkHelper

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

hex-literal runtime-benchmarks?

Enables hex-literal ^0.4.1

serde std
frame-benchmarking runtime-benchmarks? std
snowbridge-pallet-inbound-queue-v2-fixtures runtime-benchmarks?