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, frame-system, pallet-balances, pallet-proxy, pallet-revive, pallet-timestamp, pallet-utility, pallet-xcm, scale-info, sp-api, sp-core, sp-io, sp-keystore, sp-runtime, staging-xcm, and staging-xcm-executor

runtime-benchmarks

Enables runtime-benchmarks of frame-support, frame-system, pallet-assets, pallet-balances, pallet-message-queue, pallet-proxy, pallet-revive, pallet-timestamp, pallet-utility, pallet-xcm, polkadot-parachain-primitives, polkadot-primitives, polkadot-runtime-parachains, sp-runtime, staging-xcm-builder, and staging-xcm-executor

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