Cargo Features

[dependencies]
pallet-revive-mock-network = { version = "0.4.0", default-features = false, features = ["std", "try-runtime", "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-revive, pallet-timestamp, pallet-xcm, scale-info, sp-core, sp-io, sp-runtime, staging-xcm, and staging-xcm-executor

try-runtime

Enables try-runtime of frame-support, frame-system, pallet-assets, pallet-balances, pallet-message-queue, pallet-revive, pallet-timestamp, pallet-xcm, polkadot-runtime-parachains, and sp-runtime

runtime-benchmarks

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

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