Cargo Features

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

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

std default = serde

Enables std of alloy-core ^0.8.15, 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-fixtures, sp-core, sp-io, sp-runtime, sp-std, staging-xcm, 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-fixtures, sp-runtime, staging-xcm, and staging-xcm-executor

Affects snowbridge-pallet-inbound-queue::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-fixtures runtime-benchmarks?