Cargo Features
[dependencies]
snowbridge-pallet-outbound-queue-v2 = { version = "0.2.1", default-features = false, features = ["std", "try-runtime", "runtime-benchmarks"] }
- default = std
-
The
std
feature is set by default wheneversnowbridge-pallet-outbound-queue-v2
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of alloy-core ^0.8.15, bp-relayers, bridge-hub-common, parity-scale-codec, ethabi-decode, frame-benchmarking, frame-support, frame-system, scale-info, serde, snowbridge-beacon-primitives, snowbridge-core, snowbridge-merkle-tree, snowbridge-outbound-queue-primitives, snowbridge-verification-primitives, sp-arithmetic, sp-core, sp-io, sp-runtime, sp-std, staging-xcm, staging-xcm-builder, and staging-xcm-executor
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, frame-system, and sp-runtime
- runtime-benchmarks = frame-benchmarking
-
Enables runtime-benchmarks of bridge-hub-common, frame-benchmarking, frame-support, frame-system, snowbridge-core, sp-runtime, staging-xcm, staging-xcm-builder, and staging-xcm-executor
Affects
snowbridge-pallet-outbound-queue-v2::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.