Cargo Features

[dependencies]
pallet-revive-mock-network = { version = "0.2.0", default-features = false, features = ["std", "runtime-benchmarks"] }
default = std

The std feature is set by default whenever pallet-revive-mock-network is added without default-features = false somewhere in the dependency tree.

std default

Enables std of parity-scale-codec, frame-support ^38.0.0, frame-system ^38.0.0, pallet-balances ^39.0.0, pallet-proxy ^38.0.0, pallet-revive, pallet-timestamp ^37.0.0, pallet-utility ^38.0.0, pallet-xcm ^17.0.0, scale-info, sp-api ^34.0.0, sp-core ^34.0.0, sp-io ^38.0.0, sp-keystore ^0.40.0, sp-runtime ^39.0.1, staging-xcm ^14.2.0, and staging-xcm-executor ^17.0.0

runtime-benchmarks

Enables runtime-benchmarks of frame-support ^38.0.0, frame-system ^38.0.0, pallet-assets ^40.0.0, pallet-balances ^39.0.0, pallet-message-queue ^41.0.0, pallet-proxy ^38.0.0, pallet-revive, pallet-timestamp ^37.0.0, pallet-utility ^38.0.0, pallet-xcm ^17.0.0, polkadot-parachain-primitives ^14.0.0, polkadot-primitives ^16.0.0, polkadot-runtime-parachains ^17.0.0, sp-runtime ^39.0.1, staging-xcm-builder ^17.0.0, and staging-xcm-executor ^17.0.0

pallet-revive-mock-network has 3 features without comments.