Cargo Features
[dependencies]
pallet-contracts-mock-network = { version = "14.0.0", default-features = false, features = ["std", "runtime-benchmarks"] }
- default = std
-
The
std
feature is set by default wheneverpallet-contracts-mock-network
is added without
somewhere in the dependency tree.default-features = false - 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, 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.