Cargo Features
[dependencies]
snowbridge-runtime-test-common = { version = "0.10.0", default-features = false, features = ["std", "fast-runtime", "runtime-benchmarks"] }
- default = std
-
The
std
feature is set by default wheneversnowbridge-runtime-test-common
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of parity-scale-codec, cumulus-pallet-parachain-system, frame-support, frame-system, pallet-balances, pallet-collator-selection, pallet-message-queue, pallet-session, pallet-timestamp, pallet-utility, pallet-xcm, staging-parachain-info, parachains-runtimes-test-utils, 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
- 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
snowbridge-runtime-test-common has 4 features without comments.