Cargo Features

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

The std feature is set by default whenever pallet-contracts-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-contracts, pallet-insecure-randomness-collective-flip, pallet-proxy, pallet-timestamp, pallet-utility, pallet-xcm, scale-info, sp-api, sp-core, sp-io, sp-keystore, sp-runtime, sp-std, staging-xcm, and staging-xcm-executor

runtime-benchmarks

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

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