Cargo Features

[dependencies]
snowbridge-runtime-test-common = { version = "0.5.0", default-features = false, features = ["std", "fast-runtime", "runtime-benchmarks"] }
default = std

The std feature is set by default whenever snowbridge-runtime-test-common is added without default-features = false somewhere in the dependency tree.

std default

Enables std of parity-scale-codec and cumulus-pallet-parachain-system

cumulus-pallet-parachain-system:

Cumulus

and std of pallet-xcm, staging-parachain-info, and parachains-runtimes-test-utils

pallet-xcm:

Polkadot

and std of frame-support, frame-system, pallet-balances, pallet-collator-selection, pallet-message-queue, pallet-session, pallet-timestamp, and pallet-utility

frame-support:

Substrate

and std of snowbridge-core, snowbridge-pallet-ethereum-client, snowbridge-pallet-ethereum-client-fixtures, snowbridge-pallet-outbound-queue, snowbridge-pallet-system, sp-core, sp-io, sp-keyring, sp-runtime, staging-xcm, and staging-xcm-executor

snowbridge-core:

Ethereum Bridge (Snowbridge)

fast-runtime
runtime-benchmarks

Enables runtime-benchmarks of cumulus-pallet-parachain-system, frame-support, frame-system, pallet-balances, pallet-collator-selection, pallet-message-queue, pallet-timestamp, pallet-utility, pallet-xcm, snowbridge-core, snowbridge-pallet-ethereum-client, snowbridge-pallet-ethereum-client-fixtures, snowbridge-pallet-outbound-queue, snowbridge-pallet-system, sp-runtime, and staging-xcm-executor