Cargo Features

[dependencies]
snowbridge-pallet-inbound-queue = { version = "0.5.0", 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-primitives ^0.4.2, alloy-sol-types ^0.4.2, parity-scale-codec, frame-benchmarking, frame-support, frame-system, log, pallet-balances, scale-info, snowbridge-beacon-primitives, snowbridge-core, optional snowbridge-pallet-inbound-queue-fixtures, snowbridge-router-primitives, 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-pallet-inbound-queue-fixtures, snowbridge-router-primitives, sp-runtime, 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.

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