Cargo Features

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

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

std default

Enables std of bridge-hub-common ^0.12.0, parity-scale-codec, ethabi-decode, frame-benchmarking ^39.0.0, frame-support ^39.1.0, frame-system ^39.1.0, scale-info, serde, snowbridge-core ^0.12.1, snowbridge-outbound-queue-merkle-tree, sp-arithmetic, sp-core ^35.0.0, sp-io ^39.0.0, sp-runtime ^40.1.0, and sp-std

serde:

Provide impls for common standard library types like Vec<T> and HashMap<K, V>.
Requires a dependency on the Rust standard library.

try-runtime

Enables try-runtime of frame-support ^39.1.0, frame-system ^39.1.0, and sp-runtime ^40.1.0

runtime-benchmarks = frame-benchmarking

Enables runtime-benchmarks of bridge-hub-common ^0.12.0, frame-benchmarking ^39.0.0, frame-support ^39.1.0, frame-system ^39.1.0, snowbridge-core ^0.12.1, and sp-runtime ^40.1.0

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.

frame-benchmarking runtime-benchmarks? std

Enables frame-benchmarking ^39.0.0