Cargo Features
[dependencies]
pallet-contracts-mock-network-next = { version = "3.0.0", default-features = false, features = ["std", "runtime-benchmarks"] }
- default = std
-
The
std
feature is set by default wheneverpallet-contracts-mock-network-next
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables full of pallet-contracts-proc-macro ^18.0.0, std of parity-scale-codec, frame-support ^28.0.0, frame-system ^28.0.0, pallet-balances ^28.0.0, and pallet-contracts-next, std of pallet-insecure-randomness-collective-flip ^16.0.0, pallet-proxy ^28.0.0, pallet-timestamp ^27.0.0, pallet-utility ^28.0.0, pallet-xcm ^7.0.0, scale-info, sp-api ^26.0.0, sp-core ^28.0.0, sp-io ^30.0.0, sp-keystore ^0.34.0, sp-runtime ^31.0.0, sp-std, staging-xcm ^7.0.0, and staging-xcm-executor ^7.0.0
- runtime-benchmarks
-
Enables runtime-benchmarks of frame-support ^28.0.0, frame-system ^28.0.0, pallet-assets ^29.0.0, pallet-balances ^28.0.0, pallet-contracts-next, pallet-message-queue ^31.0.0, pallet-proxy ^28.0.0, pallet-timestamp ^27.0.0, pallet-utility ^28.0.0, pallet-xcm ^7.0.0, polkadot-parachain-primitives ^6.0.0, polkadot-primitives ^7.0.0, polkadot-runtime-parachains ^7.0.0, sp-runtime ^31.0.0, staging-xcm-builder ^7.0.0, and staging-xcm-executor ^7.0.0
pallet-contracts-mock-network-next has 3 features without comments.