Cargo Features
[dependencies]
pallet-revive = { version = "0.5.0", default-features = false, features = ["std", "try-runtime", "runtime-benchmarks"] }
- default = std
-
The
std
feature is set by default wheneverpallet-revive
is added without
somewhere in the dependency tree.default-features = false - std default = subxt-signer
-
Enables std of alloy-core ^0.8.15, parity-scale-codec, environmental, ethabi-decode, ethereum-types, optional frame-benchmarking, frame-support, frame-system, log, num-bigint, num-integer, num-traits, optional pallet-revive-fixtures, pallet-transaction-payment, polkavm, optional polkavm-common, optional rand ^0.8.5, ripemd, rlp, scale-info, serde, sp-api, sp-arithmetic, sp-consensus-aura, sp-consensus-babe, sp-consensus-slots, sp-core, sp-io, sp-runtime, staging-xcm, and staging-xcm-builder
pallet-revive-fixtures:
only when std is enabled all fixtures are available
- try-runtime
-
Enables try-runtime of frame-support, frame-system, pallet-transaction-payment, and sp-runtime
- runtime-benchmarks = pallet-revive-fixtures, rand, rand_pcg, sp-consensus-aura, sp-consensus-babe, sp-consensus-slots
-
Enables alloc of polkavm-common, runtime-benchmarks of sp-runtime, staging-xcm, and staging-xcm-builder, runtime-benchmarks of frame-benchmarking, frame-support, frame-system, and pallet-transaction-payment
Affects
exec::Ext.transient_storage
,bn128::generate_random_ecpairs
…
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.
- polkavm-common runtime-benchmarks?
- rand runtime-benchmarks?
-
Enables rand ^0.8.5
- rand_pcg runtime-benchmarks?
-
Enables rand_pcg ^0.3.1
- frame-benchmarking runtime-benchmarks?
- pallet-revive-fixtures runtime-benchmarks?
- sp-consensus-aura runtime-benchmarks? std
- sp-consensus-babe runtime-benchmarks? std
- sp-consensus-slots runtime-benchmarks? std
- subxt-signer std
-
Enables subxt-signer ^0.38