repo: name: paritytech/substrate ref: cc370aa61e15c18d23a2f686b812fd576a630afe cases: - cmd: f f -f stdout: | Found 131 crates with unformatted features: node-template frame-benchmarking frame-support frame-support-procedural sp-api sp-core sp-core-hashing sp-std sp-externalities sp-storage sp-runtime-interface sp-tracing sp-io sp-keystore sp-state-machine sp-trie sp-runtime sp-application-crypto sp-arithmetic sc-executor sc-executor-common sp-sandbox sc-runtime-test sp-tasks sp-version sp-test-primitives substrate-test-runtime beefy-merkle-tree beefy-primitives frame-system frame-system-rpc-runtime-api pallet-babe pallet-authorship pallet-session pallet-timestamp sp-staking sp-consensus-babe sp-consensus-slots sp-consensus-vrf frame-election-provider-support sp-npos-elections sc-service sc-utils sp-finality-grandpa sc-client-db kitchensink-runtime frame-executive pallet-balances pallet-transaction-payment frame-system-benchmarking node-primitives pallet-alliance pallet-collective pallet-identity pallet-asset-tx-payment pallet-assets pallet-authority-discovery sp-authority-discovery pallet-bags-list pallet-bounties pallet-treasury pallet-child-bounties pallet-contracts pallet-contracts-primitives pallet-randomness-collective-flip pallet-utility pallet-contracts-rpc-runtime-api pallet-conviction-voting pallet-scheduler pallet-preimage pallet-democracy pallet-election-provider-multi-phase pallet-election-provider-support-benchmarking pallet-elections-phragmen pallet-gilt pallet-grandpa pallet-offences pallet-staking pallet-im-online pallet-indices pallet-lottery frame-support-test frame-support-test-pallet pallet-membership pallet-mmr sp-mmr-primitives pallet-multisig pallet-nomination-pools pallet-nomination-pools-benchmarking pallet-nomination-pools-runtime-api pallet-offences-benchmarking pallet-proxy pallet-ranked-collective pallet-recovery pallet-referenda pallet-remark pallet-session-benchmarking pallet-society pallet-state-trie-migration remote-externalities pallet-sudo pallet-tips pallet-transaction-payment-rpc-runtime-api pallet-transaction-storage pallet-uniques pallet-vesting pallet-whitelist sp-offchain sp-transaction-pool sc-rpc sp-consensus-aura frame-benchmarking-cli sc-cli node-template-runtime pallet-aura pallet-template node-executor node-cli sp-consensus-pow pallet-atomic-swap pallet-beefy pallet-beefy-mmr pallet-example-basic pallet-example-offchain-worker pallet-example-parallel pallet-nicks pallet-node-authorization pallet-scored-pool pallet-staking-reward-fn frame-support-test-compile-pass sp-npos-elections-fuzzer Formatted 131 crates (all fixed). code: 0 diff: "diff --git bin/node-template/node/Cargo.toml bin/node-template/node/Cargo.toml\nindex eeba198da8..eb78b17ba1 100644\n--- bin/node-template/node/Cargo.toml\n+++ bin/node-template/node/Cargo.toml\n@@ -70 +70 @@ default = []\n-runtime-benchmarks = [\"node-template-runtime/runtime-benchmarks\"]\n+runtime-benchmarks = [ \"node-template-runtime/runtime-benchmarks\" ]\n@@ -73 +73 @@ runtime-benchmarks = [\"node-template-runtime/runtime-benchmarks\"]\n-try-runtime = [\"node-template-runtime/try-runtime\", \"try-runtime-cli\"]\n+try-runtime = [ \"node-template-runtime/try-runtime\", \"try-runtime-cli\" ]\ndiff --git bin/node-template/pallets/template/Cargo.toml bin/node-template/pallets/template/Cargo.toml\nindex 6f7a4b1d25..902aec9c27 100644\n--- bin/node-template/pallets/template/Cargo.toml\n+++ bin/node-template/pallets/template/Cargo.toml\n@@ -30 +30 @@ sp-runtime = { version = \"6.0.0\", default-features = false, path = \"../../../../\n-default = [\"std\"]\n+default = [ \"std\" ]\n@@ -38,2 +38,2 @@ std = [\n-runtime-benchmarks = [\"frame-benchmarking/runtime-benchmarks\"]\n-try-runtime = [\"frame-support/try-runtime\"]\n+runtime-benchmarks = [ \"frame-benchmarking/runtime-benchmarks\" ]\n+try-runtime = [ \"frame-support/try-runtime\" ]\ndiff --git bin/node-template/runtime/Cargo.toml bin/node-template/runtime/Cargo.toml\nindex bbe3e8eef7..ff3b49c6f7 100644\n--- bin/node-template/runtime/Cargo.toml\n+++ bin/node-template/runtime/Cargo.toml\n@@ -58 +58 @@ substrate-wasm-builder = { version = \"5.0.0-dev\", path = \"../../../utils/wasm-bu\n-default = [\"std\"]\n+default = [ \"std\" ]\n@@ -61 +60,0 @@ std = [\n-\t\"scale-info/std\",\n@@ -75,0 +75 @@ std = [\n+\t\"scale-info/std\",\n@@ -101 +100,0 @@ try-runtime = [\n-\t\"frame-try-runtime\",\n@@ -103 +101,0 @@ try-runtime = [\n-\t\"frame-system/try-runtime\",\n@@ -104,0 +103,2 @@ try-runtime = [\n+\t\"frame-system/try-runtime\",\n+\t\"frame-try-runtime\",\ndiff --git bin/node/cli/Cargo.toml bin/node/cli/Cargo.toml\nindex d84b8491cb..85372606fb 100644\n--- bin/node/cli/Cargo.toml\n+++ bin/node/cli/Cargo.toml\n@@ -150 +150 @@ pallet-balances = { version = \"4.0.0-dev\", path = \"../../../frame/balances\" }\n-default = [\"cli\"]\n+default = [ \"cli\" ]\n@@ -151,0 +152,3 @@ cli = [\n+\t\"clap\",\n+\t\"clap_complete\",\n+\t\"frame-benchmarking-cli\",\n@@ -155,2 +157,0 @@ cli = [\n-\t\"frame-benchmarking-cli\",\n-\t\"substrate-frame-cli\",\n@@ -158,2 +158,0 @@ cli = [\n-\t\"clap\",\n-\t\"clap_complete\",\n@@ -160,0 +160 @@ cli = [\n+\t\"substrate-frame-cli\",\n@@ -163 +163,4 @@ cli = [\n-runtime-benchmarks = [\"kitchensink-runtime/runtime-benchmarks\", \"frame-benchmarking-cli\"]\n+runtime-benchmarks = [\n+\t\"frame-benchmarking-cli\",\n+\t\"kitchensink-runtime/runtime-benchmarks\",\n+]\n@@ -166 +169 @@ runtime-benchmarks = [\"kitchensink-runtime/runtime-benchmarks\", \"frame-benchmark\n-try-runtime = [\"kitchensink-runtime/try-runtime\", \"try-runtime-cli\"]\n+try-runtime = [ \"kitchensink-runtime/try-runtime\", \"try-runtime-cli\" ]\ndiff --git bin/node/executor/Cargo.toml bin/node/executor/Cargo.toml\nindex 71865783da..c55aaf9162 100644\n--- bin/node/executor/Cargo.toml\n+++ bin/node/executor/Cargo.toml\n@@ -48,2 +48,2 @@ sp-runtime = { version = \"6.0.0\", path = \"../../../primitives/runtime\" }\n-wasmtime = [\"sc-executor/wasmtime\"]\n-wasmi-errno = [\"sc-executor/wasmi-errno\"]\n+wasmtime = [ \"sc-executor/wasmtime\" ]\n+wasmi-errno = [ \"sc-executor/wasmi-errno\" ]\ndiff --git bin/node/primitives/Cargo.toml bin/node/primitives/Cargo.toml\nindex bc6fa669ca..4794d277dc 100644\n--- bin/node/primitives/Cargo.toml\n+++ bin/node/primitives/Cargo.toml\n@@ -24 +24 @@ sp-runtime = { version = \"6.0.0\", default-features = false, path = \"../../../pri\n-default = [\"std\"]\n+default = [ \"std\" ]\ndiff --git bin/node/runtime/Cargo.toml bin/node/runtime/Cargo.toml\nindex ebec9b8b75..5bbf67b593 100644\n--- bin/node/runtime/Cargo.toml\n+++ bin/node/runtime/Cargo.toml\n@@ -116,2 +116,2 @@ substrate-wasm-builder = { version = \"5.0.0-dev\", path = \"../../../utils/wasm-bu\n-default = [\"std\"]\n-with-tracing = [\"frame-executive/with-tracing\"]\n+default = [ \"std\" ]\n+with-tracing = [ \"frame-executive/with-tracing\" ]\n@@ -119 +119,10 @@ std = [\n-\t\"sp-authority-discovery/std\",\n+\t\"codec/std\",\n+\t\"frame-benchmarking/std\",\n+\t\"frame-executive/std\",\n+\t\"frame-support/std\",\n+\t\"frame-system-rpc-runtime-api/std\",\n+\t\"frame-system/std\",\n+\t\"frame-try-runtime/std\",\n+\t\"log/std\",\n+\t\"node-primitives/std\",\n+\t\"pallet-alliance/std\",\n@@ -123 +131,0 @@ std = [\n-\t\"sp-consensus-babe/std\",\n@@ -128,3 +136 @@ std = [\n-\t\"sp-block-builder/std\",\n-\t\"codec/std\",\n-\t\"scale-info/std\",\n+\t\"pallet-child-bounties/std\",\n@@ -132 +137,0 @@ std = [\n-\t\"pallet-contracts/std\",\n@@ -134,0 +140 @@ std = [\n+\t\"pallet-contracts/std\",\n@@ -136,0 +143 @@ std = [\n+\t\"pallet-election-provider-multi-phase/std\",\n@@ -138 +144,0 @@ std = [\n-\t\"frame-executive/std\",\n@@ -140,0 +147 @@ std = [\n+\t\"pallet-identity/std\",\n@@ -143 +149,0 @@ std = [\n-\t\"sp-inherents/std\",\n@@ -148 +153,0 @@ std = [\n-\t\"pallet-nomination-pools/std\",\n@@ -150,4 +155 @@ std = [\n-\t\"pallet-identity/std\",\n-\t\"pallet-scheduler/std\",\n-\t\"node-primitives/std\",\n-\t\"sp-offchain/std\",\n+\t\"pallet-nomination-pools/std\",\n@@ -157 +158,0 @@ std = [\n-\t\"sp-core/std\",\n@@ -159 +160,5 @@ std = [\n-\t\"sp-std/std\",\n+\t\"pallet-ranked-collective/std\",\n+\t\"pallet-recovery/std\",\n+\t\"pallet-referenda/std\",\n+\t\"pallet-remark/std\",\n+\t\"pallet-scheduler/std\",\n@@ -161,3 +166 @@ std = [\n-\t\"sp-api/std\",\n-\t\"sp-runtime/std\",\n-\t\"sp-staking/std\",\n+\t\"pallet-society/std\",\n@@ -166 +168,0 @@ std = [\n-\t\"sp-session/std\",\n@@ -168,5 +169,0 @@ std = [\n-\t\"frame-support/std\",\n-\t\"frame-benchmarking/std\",\n-\t\"frame-system-rpc-runtime-api/std\",\n-\t\"frame-system/std\",\n-\t\"pallet-election-provider-multi-phase/std\",\n@@ -179,8 +175,0 @@ std = [\n-\t\"sp-transaction-pool/std\",\n-\t\"pallet-utility/std\",\n-\t\"sp-version/std\",\n-\t\"pallet-society/std\",\n-\t\"pallet-ranked-collective/std\",\n-\t\"pallet-referenda/std\",\n-\t\"pallet-remark/std\",\n-\t\"pallet-recovery/std\",\n@@ -187,0 +177 @@ std = [\n+\t\"pallet-utility/std\",\n@@ -189,2 +179,7 @@ std = [\n-\t\"log/std\",\n-\t\"frame-try-runtime/std\",\n+\t\"scale-info/std\",\n+\t\"sp-api/std\",\n+\t\"sp-authority-discovery/std\",\n+\t\"sp-block-builder/std\",\n+\t\"sp-consensus-babe/std\",\n+\t\"sp-core/std\",\n+\t\"sp-inherents/std\",\n@@ -192,2 +187,7 @@ std = [\n-\t\"pallet-child-bounties/std\",\n-\t\"pallet-alliance/std\",\n+\t\"sp-offchain/std\",\n+\t\"sp-runtime/std\",\n+\t\"sp-session/std\",\n+\t\"sp-staking/std\",\n+\t\"sp-std/std\",\n+\t\"sp-transaction-pool/std\",\n+\t\"sp-version/std\",\n@@ -197,0 +198 @@ runtime-benchmarks = [\n+\t\"frame-system-benchmarking\",\n@@ -199 +200 @@ runtime-benchmarks = [\n-\t\"sp-runtime/runtime-benchmarks\",\n+\t\"hex-literal\",\n@@ -227 +227,0 @@ runtime-benchmarks = [\n-\t\"pallet-scheduler/runtime-benchmarks\",\n@@ -229 +228,0 @@ runtime-benchmarks = [\n-\t\"pallet-referenda/runtime-benchmarks\",\n@@ -230,0 +230 @@ runtime-benchmarks = [\n+\t\"pallet-referenda/runtime-benchmarks\",\n@@ -231,0 +232 @@ runtime-benchmarks = [\n+\t\"pallet-scheduler/runtime-benchmarks\",\n@@ -240 +240,0 @@ runtime-benchmarks = [\n-\t\"pallet-utility/runtime-benchmarks\",\n@@ -241,0 +242 @@ runtime-benchmarks = [\n+\t\"pallet-utility/runtime-benchmarks\",\n@@ -244,2 +245 @@ runtime-benchmarks = [\n-\t\"frame-system-benchmarking\",\n-\t\"hex-literal\",\n+\t\"sp-runtime/runtime-benchmarks\",\n@@ -248 +247,0 @@ try-runtime = [\n-\t\"frame-try-runtime\",\n@@ -250 +248,0 @@ try-runtime = [\n-\t\"frame-system/try-runtime\",\n@@ -251,0 +250,2 @@ try-runtime = [\n+\t\"frame-system/try-runtime\",\n+\t\"frame-try-runtime\",\n@@ -252,0 +253 @@ try-runtime = [\n+\t\"pallet-asset-tx-payment/try-runtime\",\n@@ -268,0 +270 @@ try-runtime = [\n+\t\"pallet-identity/try-runtime\",\n@@ -271 +272,0 @@ try-runtime = [\n-\t\"pallet-identity/try-runtime\",\n@@ -284,0 +286 @@ try-runtime = [\n+\t\"pallet-scheduler/try-runtime\",\n@@ -285,0 +288 @@ try-runtime = [\n+\t\"pallet-society/try-runtime\",\n@@ -288,2 +290,0 @@ try-runtime = [\n-\t\"pallet-scheduler/try-runtime\",\n-\t\"pallet-society/try-runtime\",\n@@ -293,2 +293,0 @@ try-runtime = [\n-\t\"pallet-treasury/try-runtime\",\n-\t\"pallet-utility/try-runtime\",\n@@ -296 +294,0 @@ try-runtime = [\n-\t\"pallet-asset-tx-payment/try-runtime\",\n@@ -297,0 +296 @@ try-runtime = [\n+\t\"pallet-treasury/try-runtime\",\n@@ -298,0 +298 @@ try-runtime = [\n+\t\"pallet-utility/try-runtime\",\n@@ -304 +304 @@ try-runtime = [\n-contracts-unstable-interface = [\"pallet-contracts/unstable-interface\"]\n+contracts-unstable-interface = [ \"pallet-contracts/unstable-interface\" ]\n@@ -309 +309 @@ contracts-unstable-interface = [\"pallet-contracts/unstable-interface\"]\n-wasmer-sandbox = [\"sp-sandbox/wasmer-sandbox\"]\n+wasmer-sandbox = [ \"sp-sandbox/wasmer-sandbox\" ]\ndiff --git client/cli/Cargo.toml client/cli/Cargo.toml\nindex 50d110d40e..106990a62c 100644\n--- client/cli/Cargo.toml\n+++ client/cli/Cargo.toml\n@@ -53,3 +53,3 @@ tempfile = \"3.1.0\"\n-default = [\"rocksdb\"]\n-rocksdb = [\"sc-client-db/rocksdb\"]\n-wasmtime = [\"sc-service/wasmtime\"]\n+default = [ \"rocksdb\" ]\n+rocksdb = [ \"sc-client-db/rocksdb\" ]\n+wasmtime = [ \"sc-service/wasmtime\" ]\ndiff --git client/db/Cargo.toml client/db/Cargo.toml\nindex 7f564ae642..54242f9acf 100644\n--- client/db/Cargo.toml\n+++ client/db/Cargo.toml\n@@ -51 +51 @@ runtime-benchmarks = []\n-rocksdb = [\"kvdb-rocksdb\"]\n+rocksdb = [ \"kvdb-rocksdb\" ]\ndiff --git client/executor/Cargo.toml client/executor/Cargo.toml\nindex 6a4b2a44a2..8d7fcb4756 100644\n--- client/executor/Cargo.toml\n+++ client/executor/Cargo.toml\n@@ -61 +61 @@ harness = false\n-default = [\"std\"]\n+default = [ \"std\" ]\n@@ -65,3 +65,3 @@ wasm-extern-trace = []\n-wasmtime = [\"sc-executor-wasmtime\"]\n-wasmi-errno = [\"wasmi/errno\"]\n-wasmer-sandbox = [\"sc-executor-common/wasmer-sandbox\"]\n+wasmtime = [ \"sc-executor-wasmtime\" ]\n+wasmi-errno = [ \"wasmi/errno\" ]\n+wasmer-sandbox = [ \"sc-executor-common/wasmer-sandbox\" ]\ndiff --git client/executor/common/Cargo.toml client/executor/common/Cargo.toml\nindex b16ed7e855..70a848eacf 100644\n--- client/executor/common/Cargo.toml\n+++ client/executor/common/Cargo.toml\n@@ -30,3 +30 @@ default = []\n-wasmer-sandbox = [\n-\t\"wasmer\",\n-]\n+wasmer-sandbox = [ \"wasmer\" ]\ndiff --git client/executor/runtime-test/Cargo.toml client/executor/runtime-test/Cargo.toml\nindex 7a7848700c..b9c87c7cce 100644\n--- client/executor/runtime-test/Cargo.toml\n+++ client/executor/runtime-test/Cargo.toml\n@@ -28 +28 @@ substrate-wasm-builder = { version = \"5.0.0-dev\", path = \"../../../utils/wasm-bu\n-default = [\"std\"]\n+default = [ \"std\" ]\ndiff --git client/rpc/Cargo.toml client/rpc/Cargo.toml\nindex 4131fecaf5..4994eb3cee 100644\n--- client/rpc/Cargo.toml\n+++ client/rpc/Cargo.toml\n@@ -57 +57 @@ substrate-test-runtime-client = { version = \"2.0.0\", path = \"../../test-utils/ru\n-test-helpers = [\"lazy_static\", \"tokio\"]\n+test-helpers = [ \"lazy_static\", \"tokio\" ]\ndiff --git client/service/Cargo.toml client/service/Cargo.toml\nindex 0acdbb1b1b..3bd3f6de0f 100644\n--- client/service/Cargo.toml\n+++ client/service/Cargo.toml\n@@ -16 +16 @@ targets = [\"x86_64-unknown-linux-gnu\"]\n-default = [\"rocksdb\"]\n+default = [ \"rocksdb\" ]\n@@ -19,2 +19,2 @@ default = [\"rocksdb\"]\n-rocksdb = [\"sc-client-db/rocksdb\"]\n-wasmtime = [\"sc-executor/wasmtime\"]\n+rocksdb = [ \"sc-client-db/rocksdb\" ]\n+wasmtime = [ \"sc-executor/wasmtime\" ]\ndiff --git client/utils/Cargo.toml client/utils/Cargo.toml\nindex 082ac3b55e..f3775461d7 100644\n--- client/utils/Cargo.toml\n+++ client/utils/Cargo.toml\n@@ -21 +21 @@ prometheus = { version = \"0.13.0\", default-features = false }\n-default = [\"metered\"]\n+default = [ \"metered\" ]\ndiff --git frame/alliance/Cargo.toml frame/alliance/Cargo.toml\nindex 706827708c..14c0bb723e 100644\n--- frame/alliance/Cargo.toml\n+++ frame/alliance/Cargo.toml\n@@ -42 +42 @@ pallet-collective = { version = \"4.0.0-dev\", path = \"../collective\" }\n-default = [\"std\"]\n+default = [ \"std\" ]\n@@ -44 +43,0 @@ std = [\n-\t\"log/std\",\n@@ -45,0 +45,4 @@ std = [\n+\t\"frame-support/std\",\n+\t\"frame-system/std\",\n+\t\"log/std\",\n+\t\"pallet-identity/std\",\n@@ -47 +49,0 @@ std = [\n-\t\"sp-std/std\",\n@@ -51,3 +53 @@ std = [\n-\t\"frame-support/std\",\n-\t\"frame-system/std\",\n-\t\"pallet-identity/std\",\n+\t\"sp-std/std\",\n@@ -56,2 +55,0 @@ runtime-benchmarks = [\n-\t\"hex\",\n-\t\"sha2\",\n@@ -59 +56,0 @@ runtime-benchmarks = [\n-\t\"sp-runtime/runtime-benchmarks\",\n@@ -61,0 +59 @@ runtime-benchmarks = [\n+\t\"hex\",\n@@ -63,0 +62,2 @@ runtime-benchmarks = [\n+\t\"sha2\",\n+\t\"sp-runtime/runtime-benchmarks\",\n@@ -65,4 +65 @@ runtime-benchmarks = [\n-try-runtime = [\n-\t\"frame-support/try-runtime\",\n-\t\"frame-system/try-runtime\",\n-]\n+try-runtime = [ \"frame-support/try-runtime\", \"frame-system/try-runtime\" ]\ndiff --git frame/assets/Cargo.toml frame/assets/Cargo.toml\nindex 9e98d4e15a..6ef5ae65e8 100644\n--- frame/assets/Cargo.toml\n+++ frame/assets/Cargo.toml\n@@ -34 +34 @@ pallet-balances = { version = \"4.0.0-dev\", path = \"../balances\" }\n-default = [\"std\"]\n+default = [ \"std\" ]\n@@ -37,3 +37 @@ std = [\n-\t\"scale-info/std\",\n-\t\"sp-std/std\",\n-\t\"sp-runtime/std\",\n+\t\"frame-benchmarking/std\",\n@@ -42 +40,3 @@ std = [\n-\t\"frame-benchmarking/std\",\n+\t\"scale-info/std\",\n+\t\"sp-runtime/std\",\n+\t\"sp-std/std\",\n@@ -46 +45,0 @@ runtime-benchmarks = [\n-\t\"sp-runtime/runtime-benchmarks\",\n@@ -47,0 +47 @@ runtime-benchmarks = [\n+\t\"sp-runtime/runtime-benchmarks\",\n@@ -49 +49 @@ runtime-benchmarks = [\n-try-runtime = [\"frame-support/try-runtime\"]\n+try-runtime = [ \"frame-support/try-runtime\" ]\ndiff --git frame/atomic-swap/Cargo.toml frame/atomic-swap/Cargo.toml\nindex e70041f21c..f2507c802d 100644\n--- frame/atomic-swap/Cargo.toml\n+++ frame/atomic-swap/Cargo.toml\n@@ -29 +29 @@ pallet-balances = { version = \"4.0.0-dev\", path = \"../balances\" }\n-default = [\"std\"]\n+default = [ \"std\" ]\n@@ -40 +40 @@ std = [\n-try-runtime = [\"frame-support/try-runtime\"]\n+try-runtime = [ \"frame-support/try-runtime\" ]\ndiff --git frame/aura/Cargo.toml frame/aura/Cargo.toml\nindex 7dad0b6b1b..b34a644e27 100644\n--- frame/aura/Cargo.toml\n+++ frame/aura/Cargo.toml\n@@ -31 +31 @@ sp-io = { version = \"6.0.0\", path = \"../../primitives/io\" }\n-default = [\"std\"]\n+default = [ \"std\" ]\n@@ -43 +43 @@ std = [\n-try-runtime = [\"frame-support/try-runtime\"]\n+try-runtime = [ \"frame-support/try-runtime\" ]\ndiff --git frame/authority-discovery/Cargo.toml frame/authority-discovery/Cargo.toml\nindex 514fd7e244..e1590ed28b 100644\n--- frame/authority-discovery/Cargo.toml\n+++ frame/authority-discovery/Cargo.toml\n@@ -35 +35 @@ sp-io = { version = \"6.0.0\", path = \"../../primitives/io\" }\n-default = [\"std\"]\n+default = [ \"std\" ]\n@@ -47 +47 @@ std = [\n-try-runtime = [\"frame-support/try-runtime\"]\n+try-runtime = [ \"frame-support/try-runtime\" ]\ndiff --git frame/authorship/Cargo.toml frame/authorship/Cargo.toml\nindex 3078b9dfa2..5e175d4875 100644\n--- frame/authorship/Cargo.toml\n+++ frame/authorship/Cargo.toml\n@@ -32 +32 @@ sp-io = { version = \"6.0.0\", path = \"../../primitives/io\" }\n-default = [\"std\"]\n+default = [ \"std\" ]\n@@ -42 +42 @@ std = [\n-try-runtime = [\"frame-support/try-runtime\"]\n+try-runtime = [ \"frame-support/try-runtime\" ]\ndiff --git frame/babe/Cargo.toml frame/babe/Cargo.toml\nindex dd76726df3..80cfb29acc 100644\n--- frame/babe/Cargo.toml\n+++ frame/babe/Cargo.toml\n@@ -43 +43 @@ sp-core = { version = \"6.0.0\", path = \"../../primitives/core\" }\n-default = [\"std\"]\n+default = [ \"std\" ]\n@@ -63,2 +63,2 @@ std = [\n-runtime-benchmarks = [\"frame-benchmarking/runtime-benchmarks\"]\n-try-runtime = [\"frame-support/try-runtime\"]\n+runtime-benchmarks = [ \"frame-benchmarking/runtime-benchmarks\" ]\n+try-runtime = [ \"frame-support/try-runtime\" ]\ndiff --git frame/bags-list/Cargo.toml frame/bags-list/Cargo.toml\nindex 9590d3d3ec..809b275383 100644\n--- frame/bags-list/Cargo.toml\n+++ frame/bags-list/Cargo.toml\n@@ -48 +48 @@ frame-benchmarking = { version = \"4.0.0-dev\", path = \"../benchmarking\" }\n-default = [\"std\"]\n+default = [ \"std\" ]\n@@ -51,2 +51 @@ std = [\n-\t\"sp-runtime/std\",\n-\t\"sp-std/std\",\n+\t\"frame-election-provider-support/std\",\n@@ -55 +53,0 @@ std = [\n-\t\"frame-election-provider-support/std\",\n@@ -56,0 +55,2 @@ std = [\n+\t\"sp-runtime/std\",\n+\t\"sp-std/std\",\n@@ -60,4 +59,0 @@ runtime-benchmarks = [\n-\t\"sp-core\",\n-\t\"sp-io\",\n-\t\"pallet-balances\",\n-\t\"sp-tracing\",\n@@ -65,2 +61 @@ runtime-benchmarks = [\n-]\n-fuzz = [\n+\t\"pallet-balances\",\n@@ -69 +63,0 @@ fuzz = [\n-\t\"pallet-balances\",\n@@ -71,0 +66 @@ fuzz = [\n+fuzz = [ \"pallet-balances\", \"sp-core\", \"sp-io\", \"sp-tracing\" ]\ndiff --git frame/balances/Cargo.toml frame/balances/Cargo.toml\nindex 10150f0895..3e26ee4fc9 100644\n--- frame/balances/Cargo.toml\n+++ frame/balances/Cargo.toml\n@@ -31 +31 @@ sp-io = { version = \"6.0.0\", path = \"../../primitives/io\" }\n-default = [\"std\"]\n+default = [ \"std\" ]\n@@ -42,2 +42,2 @@ std = [\n-runtime-benchmarks = [\"frame-benchmarking/runtime-benchmarks\"]\n-try-runtime = [\"frame-support/try-runtime\"]\n+runtime-benchmarks = [ \"frame-benchmarking/runtime-benchmarks\" ]\n+try-runtime = [ \"frame-support/try-runtime\" ]\ndiff --git frame/beefy-mmr/Cargo.toml frame/beefy-mmr/Cargo.toml\nindex e8366943c8..3853d7fe69 100644\n--- frame/beefy-mmr/Cargo.toml\n+++ frame/beefy-mmr/Cargo.toml\n@@ -34 +34 @@ sp-staking = { version = \"4.0.0-dev\", path = \"../../primitives/staking\" }\n-default = [\"std\"]\n+default = [ \"std\" ]\n@@ -53 +53 @@ std = [\n-try-runtime = [\"frame-support/try-runtime\"]\n+try-runtime = [ \"frame-support/try-runtime\" ]\ndiff --git frame/beefy-mmr/primitives/Cargo.toml frame/beefy-mmr/primitives/Cargo.toml\nindex f30a418def..9121fb43a5 100644\n--- frame/beefy-mmr/primitives/Cargo.toml\n+++ frame/beefy-mmr/primitives/Cargo.toml\n@@ -25,7 +25,4 @@ hex-literal = \"0.3\"\n-debug = [\"hex\", \"hex/std\", \"log\"]\n-default = [\"debug\", \"keccak\", \"std\"]\n-keccak = [\"tiny-keccak\"]\n-std = [\n-\t\"beefy-primitives/std\",\n-\t\"sp-api/std\"\n-]\n+debug = [ \"hex\", \"hex/std\", \"log\" ]\n+default = [ \"debug\", \"keccak\", \"std\" ]\n+keccak = [ \"tiny-keccak\" ]\n+std = [ \"beefy-primitives/std\", \"sp-api/std\" ]\ndiff --git frame/beefy/Cargo.toml frame/beefy/Cargo.toml\nindex 84aa8c7757..1a73c18dff 100644\n--- frame/beefy/Cargo.toml\n+++ frame/beefy/Cargo.toml\n@@ -28 +28 @@ sp-staking = { version = \"4.0.0-dev\", path = \"../../primitives/staking\" }\n-default = [\"std\"]\n+default = [ \"std\" ]\n@@ -40 +40 @@ std = [\n-try-runtime = [\"frame-support/try-runtime\"]\n+try-runtime = [ \"frame-support/try-runtime\" ]\ndiff --git frame/benchmarking/Cargo.toml frame/benchmarking/Cargo.toml\nindex c098eee528..5e23bfd777 100644\n--- frame/benchmarking/Cargo.toml\n+++ frame/benchmarking/Cargo.toml\n@@ -39 +39 @@ sp-keystore = { version = \"0.12.0\", path = \"../../primitives/keystore\" }\n-default = [\"std\"]\n+default = [ \"std\" ]\ndiff --git frame/bounties/Cargo.toml frame/bounties/Cargo.toml\nindex 645772fb27..c3ddf6549b 100644\n--- frame/bounties/Cargo.toml\n+++ frame/bounties/Cargo.toml\n@@ -34 +34 @@ pallet-balances = { version = \"4.0.0-dev\", path = \"../balances\" }\n-default = [\"std\"]\n+default = [ \"std\" ]\n@@ -52 +52 @@ runtime-benchmarks = [\n-try-runtime = [\"frame-support/try-runtime\"]\n+try-runtime = [ \"frame-support/try-runtime\" ]\ndiff --git frame/child-bounties/Cargo.toml frame/child-bounties/Cargo.toml\nindex 575f3e38c8..a7a0fbfe5d 100644\n--- frame/child-bounties/Cargo.toml\n+++ frame/child-bounties/Cargo.toml\n@@ -35 +35 @@ pallet-balances = { version = \"4.0.0-dev\", path = \"../balances\" }\n-default = [\"std\"]\n+default = [ \"std\" ]\n@@ -54 +54 @@ runtime-benchmarks = [\n-try-runtime = [\"frame-support/try-runtime\"]\n+try-runtime = [ \"frame-support/try-runtime\" ]\ndiff --git frame/collective/Cargo.toml frame/collective/Cargo.toml\nindex 0cb2a8b136..35b0852860 100644\n--- frame/collective/Cargo.toml\n+++ frame/collective/Cargo.toml\n@@ -28 +28 @@ sp-std = { version = \"4.0.0\", default-features = false, path = \"../../primitives\n-default = [\"std\"]\n+default = [ \"std\" ]\n@@ -47 +47 @@ runtime-benchmarks = [\n-try-runtime = [\"frame-support/try-runtime\"]\n+try-runtime = [ \"frame-support/try-runtime\" ]\ndiff --git frame/contracts/Cargo.toml frame/contracts/Cargo.toml\nindex ac85c46935..2df134ac53 100644\n--- frame/contracts/Cargo.toml\n+++ frame/contracts/Cargo.toml\n@@ -62 +62 @@ sp-keystore = { version = \"0.12.0\", path = \"../../primitives/keystore\" }\n-default = [\"std\"]\n+default = [ \"std\" ]\n@@ -64 +63,0 @@ std = [\n-\t\"serde\",\n@@ -66,6 +64,0 @@ std = [\n-\t\"scale-info/std\",\n-\t\"sp-core/std\",\n-\t\"sp-runtime/std\",\n-\t\"sp-io/std\",\n-\t\"sp-std/std\",\n-\t\"sp-sandbox/std\",\n@@ -75,2 +68 @@ std = [\n-\t\"wasm-instrument/std\",\n-\t\"wasmi-validation/std\",\n+\t\"log/std\",\n@@ -79 +70,0 @@ std = [\n-\t\"log/std\",\n@@ -80,0 +72,9 @@ std = [\n+\t\"scale-info/std\",\n+\t\"serde\",\n+\t\"sp-core/std\",\n+\t\"sp-io/std\",\n+\t\"sp-runtime/std\",\n+\t\"sp-sandbox/std\",\n+\t\"sp-std/std\",\n+\t\"wasm-instrument/std\",\n+\t\"wasmi-validation/std\",\n@@ -88 +88 @@ runtime-benchmarks = [\n-try-runtime = [\"frame-support/try-runtime\"]\n+try-runtime = [ \"frame-support/try-runtime\" ]\ndiff --git frame/contracts/common/Cargo.toml frame/contracts/common/Cargo.toml\nindex 49d7973ab1..c3ce340273 100644\n--- frame/contracts/common/Cargo.toml\n+++ frame/contracts/common/Cargo.toml\n@@ -28 +28 @@ sp-runtime = { version = \"6.0.0\", default-features = false, path = \"../../../pri\n-default = [\"std\"]\n+default = [ \"std\" ]\n@@ -31,0 +32 @@ std = [\n+\t\"serde\",\n@@ -32,0 +34 @@ std = [\n+\t\"sp-rpc\",\n@@ -35,2 +36,0 @@ std = [\n-\t\"sp-rpc\",\n-\t\"serde\",\ndiff --git frame/contracts/rpc/runtime-api/Cargo.toml frame/contracts/rpc/runtime-api/Cargo.toml\nindex bd07d577ec..9f9c327dfe 100644\n--- frame/contracts/rpc/runtime-api/Cargo.toml\n+++ frame/contracts/rpc/runtime-api/Cargo.toml\n@@ -26 +26 @@ sp-std = { version = \"4.0.0\", default-features = false, path = \"../../../../prim\n-default = [\"std\"]\n+default = [ \"std\" ]\n@@ -28 +27,0 @@ std = [\n-\t\"sp-api/std\",\n@@ -29,0 +29 @@ std = [\n+\t\"pallet-contracts-primitives/std\",\n@@ -31 +31 @@ std = [\n-\t\"sp-std/std\",\n+\t\"sp-api/std\",\n@@ -33 +33 @@ std = [\n-\t\"pallet-contracts-primitives/std\",\n+\t\"sp-std/std\",\ndiff --git frame/conviction-voting/Cargo.toml frame/conviction-voting/Cargo.toml\nindex ab6d04d199..5aa8996863 100644\n--- frame/conviction-voting/Cargo.toml\n+++ frame/conviction-voting/Cargo.toml\n@@ -36 +36 @@ sp-core = { version = \"6.0.0\", path = \"../../primitives/core\" }\n-default = [\"std\"]\n+default = [ \"std\" ]\n@@ -54 +54 @@ runtime-benchmarks = [\n-try-runtime = [\"frame-support/try-runtime\"]\n+try-runtime = [ \"frame-support/try-runtime\" ]\ndiff --git frame/democracy/Cargo.toml frame/democracy/Cargo.toml\nindex e0b85ed7d1..339e6a2b1e 100644\n--- frame/democracy/Cargo.toml\n+++ frame/democracy/Cargo.toml\n@@ -34 +34 @@ sp-core = { version = \"6.0.0\", path = \"../../primitives/core\" }\n-default = [\"std\"]\n+default = [ \"std\" ]\n@@ -52 +52 @@ runtime-benchmarks = [\n-try-runtime = [\"frame-support/try-runtime\"]\n+try-runtime = [ \"frame-support/try-runtime\" ]\ndiff --git frame/election-provider-multi-phase/Cargo.toml frame/election-provider-multi-phase/Cargo.toml\nindex aea3b5cd6d..d54dc20c6f 100644\n--- frame/election-provider-multi-phase/Cargo.toml\n+++ frame/election-provider-multi-phase/Cargo.toml\n@@ -53 +53 @@ frame-benchmarking = { version = \"4.0.0-dev\", path = \"../benchmarking\" }\n-default = [\"std\"]\n+default = [ \"std\" ]\n@@ -56,3 +56,2 @@ std = [\n-\t\"scale-info/std\",\n-\t\"log/std\",\n-\n+\t\"frame-benchmarking/std\",\n+\t\"frame-election-provider-support/std\",\n@@ -61,8 +59,0 @@ std = [\n-\n-\t\"sp-io/std\",\n-\t\"sp-std/std\",\n-\t\"sp-core/std\",\n-\t\"sp-runtime/std\",\n-\t\"sp-npos-elections/std\",\n-\t\"sp-arithmetic/std\",\n-\t\"frame-election-provider-support/std\",\n@@ -70,2 +60,0 @@ std = [\n-\n-\t\"frame-benchmarking/std\",\n@@ -72,0 +62,7 @@ std = [\n+\t\"scale-info/std\",\n+\t\"sp-arithmetic/std\",\n+\t\"sp-core/std\",\n+\t\"sp-io/std\",\n+\t\"sp-npos-elections/std\",\n+\t\"sp-runtime/std\",\n+\t\"sp-std/std\",\n@@ -81 +77 @@ runtime-benchmarks = [\n-try-runtime = [\"frame-support/try-runtime\"]\n+try-runtime = [ \"frame-support/try-runtime\" ]\ndiff --git frame/election-provider-support/Cargo.toml frame/election-provider-support/Cargo.toml\nindex 67e1ea63cb..1a9c55e81d 100644\n--- frame/election-provider-support/Cargo.toml\n+++ frame/election-provider-support/Cargo.toml\n@@ -33 +33 @@ sp-npos-elections = { version = \"4.0.0-dev\", path = \"../../primitives/npos-elect\n-default = [\"std\"]\n+default = [ \"std\" ]\ndiff --git frame/election-provider-support/benchmarking/Cargo.toml frame/election-provider-support/benchmarking/Cargo.toml\nindex 00037d460d..2e46b3ec1d 100644\n--- frame/election-provider-support/benchmarking/Cargo.toml\n+++ frame/election-provider-support/benchmarking/Cargo.toml\n@@ -25 +25 @@ sp-runtime = { version = \"6.0.0\", default-features = false, path = \"../../../pri\n-default = [\"std\"]\n+default = [ \"std\" ]\ndiff --git frame/elections-phragmen/Cargo.toml frame/elections-phragmen/Cargo.toml\nindex d71a74f76a..2589b90452 100644\n--- frame/elections-phragmen/Cargo.toml\n+++ frame/elections-phragmen/Cargo.toml\n@@ -37 +37 @@ substrate-test-utils = { version = \"4.0.0-dev\", path = \"../../test-utils\" }\n-default = [\"std\"]\n+default = [ \"std\" ]\n@@ -55 +55 @@ runtime-benchmarks = [\n-try-runtime = [\"frame-support/try-runtime\"]\n+try-runtime = [ \"frame-support/try-runtime\" ]\ndiff --git frame/examples/basic/Cargo.toml frame/examples/basic/Cargo.toml\nindex a5f0c7c893..27937b960a 100644\n--- frame/examples/basic/Cargo.toml\n+++ frame/examples/basic/Cargo.toml\n@@ -31 +31 @@ sp-core = { version = \"6.0.0\", default-features = false, path = \"../../../primit\n-default = [\"std\"]\n+default = [ \"std\" ]\n@@ -44,2 +44,2 @@ std = [\n-runtime-benchmarks = [\"frame-benchmarking/runtime-benchmarks\"]\n-try-runtime = [\"frame-support/try-runtime\"]\n+runtime-benchmarks = [ \"frame-benchmarking/runtime-benchmarks\" ]\n+try-runtime = [ \"frame-support/try-runtime\" ]\ndiff --git frame/examples/offchain-worker/Cargo.toml frame/examples/offchain-worker/Cargo.toml\nindex e63b82757c..886d700f04 100644\n--- frame/examples/offchain-worker/Cargo.toml\n+++ frame/examples/offchain-worker/Cargo.toml\n@@ -29 +29 @@ sp-std = { version = \"4.0.0\", default-features = false, path = \"../../../primiti\n-default = [\"std\"]\n+default = [ \"std\" ]\n@@ -43 +43 @@ std = [\n-try-runtime = [\"frame-support/try-runtime\"]\n+try-runtime = [ \"frame-support/try-runtime\" ]\ndiff --git frame/examples/parallel/Cargo.toml frame/examples/parallel/Cargo.toml\nindex f4d2c72a23..6acfc5df59 100644\n--- frame/examples/parallel/Cargo.toml\n+++ frame/examples/parallel/Cargo.toml\n@@ -26 +26 @@ sp-tasks = { version = \"4.0.0-dev\", default-features = false, path = \"../../../p\n-default = [\"std\"]\n+default = [ \"std\" ]\n@@ -38 +38 @@ std = [\n-try-runtime = [\"frame-support/try-runtime\"]\n+try-runtime = [ \"frame-support/try-runtime\" ]\ndiff --git frame/executive/Cargo.toml frame/executive/Cargo.toml\nindex 1ae22ddbb0..51f4e8ed0c 100644\n--- frame/executive/Cargo.toml\n+++ frame/executive/Cargo.toml\n@@ -39,2 +39,2 @@ sp-version = { version = \"5.0.0\", path = \"../../primitives/version\" }\n-default = [\"std\"]\n-with-tracing = [\"sp-tracing/with-tracing\"]\n+default = [ \"std\" ]\n+with-tracing = [ \"sp-tracing/with-tracing\" ]\n@@ -52 +52 @@ std = [\n-try-runtime = [\"frame-support/try-runtime\", \"frame-try-runtime\" ]\n+try-runtime = [ \"frame-support/try-runtime\", \"frame-try-runtime\" ]\ndiff --git frame/gilt/Cargo.toml frame/gilt/Cargo.toml\nindex d6f61c6d25..cbfa16a757 100644\n--- frame/gilt/Cargo.toml\n+++ frame/gilt/Cargo.toml\n@@ -31 +31 @@ sp-io = { version = \"6.0.0\", path = \"../../primitives/io\" }\n-default = [\"std\"]\n+default = [ \"std\" ]\n@@ -47 +47 @@ runtime-benchmarks = [\n-try-runtime = [\"frame-support/try-runtime\"]\n+try-runtime = [ \"frame-support/try-runtime\" ]\ndiff --git frame/grandpa/Cargo.toml frame/grandpa/Cargo.toml\nindex 2090a4ea2e..2a8f6f1bb5 100644\n--- frame/grandpa/Cargo.toml\n+++ frame/grandpa/Cargo.toml\n@@ -45 +45 @@ sp-keyring = { version = \"6.0.0\", path = \"../../primitives/keyring\" }\n-default = [\"std\"]\n+default = [ \"std\" ]\n@@ -64,2 +64,2 @@ std = [\n-runtime-benchmarks = [\"frame-benchmarking/runtime-benchmarks\"]\n-try-runtime = [\"frame-support/try-runtime\"]\n+runtime-benchmarks = [ \"frame-benchmarking/runtime-benchmarks\" ]\n+try-runtime = [ \"frame-support/try-runtime\" ]\ndiff --git frame/identity/Cargo.toml frame/identity/Cargo.toml\nindex 8e821537fd..257a950858 100644\n--- frame/identity/Cargo.toml\n+++ frame/identity/Cargo.toml\n@@ -31 +31 @@ sp-core = { version = \"6.0.0\", path = \"../../primitives/core\" }\n-default = [\"std\"]\n+default = [ \"std\" ]\n@@ -47 +47 @@ runtime-benchmarks = [\n-try-runtime = [\"frame-support/try-runtime\"]\n+try-runtime = [ \"frame-support/try-runtime\" ]\ndiff --git frame/im-online/Cargo.toml frame/im-online/Cargo.toml\nindex a90b95b21c..68f3b368d1 100644\n--- frame/im-online/Cargo.toml\n+++ frame/im-online/Cargo.toml\n@@ -34 +34 @@ pallet-session = { version = \"4.0.0-dev\", path = \"../session\" }\n-default = [\"std\"]\n+default = [ \"std\" ]\n@@ -49,2 +49,2 @@ std = [\n-runtime-benchmarks = [\"frame-benchmarking/runtime-benchmarks\"]\n-try-runtime = [\"frame-support/try-runtime\"]\n+runtime-benchmarks = [ \"frame-benchmarking/runtime-benchmarks\" ]\n+try-runtime = [ \"frame-support/try-runtime\" ]\ndiff --git frame/indices/Cargo.toml frame/indices/Cargo.toml\nindex 90eb18a106..5aaeb99940 100644\n--- frame/indices/Cargo.toml\n+++ frame/indices/Cargo.toml\n@@ -31 +31 @@ pallet-balances = { version = \"4.0.0-dev\", path = \"../balances\" }\n-default = [\"std\"]\n+default = [ \"std\" ]\n@@ -48 +48 @@ runtime-benchmarks = [\n-try-runtime = [\"frame-support/try-runtime\"]\n+try-runtime = [ \"frame-support/try-runtime\" ]\ndiff --git frame/lottery/Cargo.toml frame/lottery/Cargo.toml\nindex 8f7c8eefe8..5506a3c9df 100644\n--- frame/lottery/Cargo.toml\n+++ frame/lottery/Cargo.toml\n@@ -33 +33 @@ sp-io = { version = \"6.0.0\", path = \"../../primitives/io\" }\n-default = [\"std\"]\n+default = [ \"std\" ]\n@@ -47 +47 @@ runtime-benchmarks = [\n-try-runtime = [\"frame-support/try-runtime\"]\n+try-runtime = [ \"frame-support/try-runtime\" ]\ndiff --git frame/membership/Cargo.toml frame/membership/Cargo.toml\nindex 0473fd4695..6e1dc249db 100644\n--- frame/membership/Cargo.toml\n+++ frame/membership/Cargo.toml\n@@ -28 +28 @@ sp-std = { version = \"4.0.0\", default-features = false, path = \"../../primitives\n-default = [\"std\"]\n+default = [ \"std\" ]\n@@ -47 +47 @@ runtime-benchmarks = [\n-try-runtime = [\"frame-support/try-runtime\"]\n+try-runtime = [ \"frame-support/try-runtime\" ]\ndiff --git frame/merkle-mountain-range/Cargo.toml frame/merkle-mountain-range/Cargo.toml\nindex 75301afed0..6efe61f500 100644\n--- frame/merkle-mountain-range/Cargo.toml\n+++ frame/merkle-mountain-range/Cargo.toml\n@@ -33 +33 @@ itertools = \"0.10.3\"\n-default = [\"std\"]\n+default = [ \"std\" ]\n@@ -47,2 +47,2 @@ std = [\n-runtime-benchmarks = [\"frame-benchmarking/runtime-benchmarks\"]\n-try-runtime = [\"frame-support/try-runtime\"]\n+runtime-benchmarks = [ \"frame-benchmarking/runtime-benchmarks\" ]\n+try-runtime = [ \"frame-support/try-runtime\" ]\ndiff --git frame/multisig/Cargo.toml frame/multisig/Cargo.toml\nindex a370215032..6da0c36a06 100644\n--- frame/multisig/Cargo.toml\n+++ frame/multisig/Cargo.toml\n@@ -30 +30 @@ sp-core = { version = \"6.0.0\", path = \"../../primitives/core\" }\n-default = [\"std\"]\n+default = [ \"std\" ]\n@@ -45 +45 @@ runtime-benchmarks = [\n-try-runtime = [\"frame-support/try-runtime\"]\n+try-runtime = [ \"frame-support/try-runtime\" ]\ndiff --git frame/nicks/Cargo.toml frame/nicks/Cargo.toml\nindex 1d378b257f..d77e3280af 100644\n--- frame/nicks/Cargo.toml\n+++ frame/nicks/Cargo.toml\n@@ -29 +29 @@ sp-core = { version = \"6.0.0\", path = \"../../primitives/core\" }\n-default = [\"std\"]\n+default = [ \"std\" ]\n@@ -39 +39 @@ std = [\n-try-runtime = [\"frame-support/try-runtime\"]\n+try-runtime = [ \"frame-support/try-runtime\" ]\ndiff --git frame/node-authorization/Cargo.toml frame/node-authorization/Cargo.toml\nindex 0b27028228..c5b708e766 100644\n--- frame/node-authorization/Cargo.toml\n+++ frame/node-authorization/Cargo.toml\n@@ -26 +26 @@ sp-std = { version = \"4.0.0\", default-features = false, path = \"../../primitives\n-default = [\"std\"]\n+default = [ \"std\" ]\n@@ -38 +38 @@ std = [\n-try-runtime = [\"frame-support/try-runtime\"]\n+try-runtime = [ \"frame-support/try-runtime\" ]\ndiff --git frame/nomination-pools/Cargo.toml frame/nomination-pools/Cargo.toml\nindex 1d613511ea..190c081f5d 100644\n--- frame/nomination-pools/Cargo.toml\n+++ frame/nomination-pools/Cargo.toml\n@@ -36 +36 @@ try-runtime = [ \"frame-support/try-runtime\" ]\n-default = [\"std\"]\n+default = [ \"std\" ]\n@@ -39 +38,0 @@ std = [\n-\t\"scale-info/std\",\n@@ -42,2 +41,3 @@ std = [\n-\t\"sp-runtime/std\",\n-\t\"sp-std/std\",\n+\t\"log/std\",\n+\t\"scale-info/std\",\n+\t\"sp-core/std\",\n@@ -44,0 +45 @@ std = [\n+\t\"sp-runtime/std\",\n@@ -46,2 +47 @@ std = [\n-\t\"sp-core/std\",\n-\t\"log/std\",\n+\t\"sp-std/std\",\ndiff --git frame/nomination-pools/benchmarking/Cargo.toml frame/nomination-pools/benchmarking/Cargo.toml\nindex 2e045c95ec..03280210f4 100644\n--- frame/nomination-pools/benchmarking/Cargo.toml\n+++ frame/nomination-pools/benchmarking/Cargo.toml\n@@ -42 +42 @@ sp-io = { version = \"6.0.0\", path = \"../../../primitives/io\" }\n-default = [\"std\"]\n+default = [ \"std\" ]\n@@ -49 +49 @@ std = [\n-\t\"pallet-staking/std\",\n+\t\"pallet-balances/std\",\n@@ -50,0 +51 @@ std = [\n+\t\"pallet-staking/std\",\n@@ -54 +54,0 @@ std = [\n-\t\"pallet-balances/std\",\ndiff --git frame/nomination-pools/runtime-api/Cargo.toml frame/nomination-pools/runtime-api/Cargo.toml\nindex dde925c62f..34771226f2 100644\n--- frame/nomination-pools/runtime-api/Cargo.toml\n+++ frame/nomination-pools/runtime-api/Cargo.toml\n@@ -21,6 +21,2 @@ sp-std = { version = \"4.0.0-dev\", default-features = false, path = \"../../../pri\n-default = [\"std\"]\n-std = [\n-\t\"codec/std\",\n-\t\"sp-api/std\",\n-\t\"sp-std/std\",\n-]\n+default = [ \"std\" ]\n+std = [ \"codec/std\", \"sp-api/std\", \"sp-std/std\" ]\ndiff --git frame/offences/Cargo.toml frame/offences/Cargo.toml\nindex ddbed3d329..7bcd19c287 100644\n--- frame/offences/Cargo.toml\n+++ frame/offences/Cargo.toml\n@@ -32 +32 @@ sp-io = { version = \"6.0.0\", path = \"../../primitives/io\" }\n-default = [\"std\"]\n+default = [ \"std\" ]\n@@ -46 +46 @@ runtime-benchmarks = []\n-try-runtime = [\"frame-support/try-runtime\"]\n+try-runtime = [ \"frame-support/try-runtime\" ]\ndiff --git frame/offences/benchmarking/Cargo.toml frame/offences/benchmarking/Cargo.toml\nindex 2b8e461b84..03f0163563 100644\n--- frame/offences/benchmarking/Cargo.toml\n+++ frame/offences/benchmarking/Cargo.toml\n@@ -44 +44 @@ sp-io = { version = \"6.0.0\", path = \"../../../primitives/io\" }\n-default = [\"std\"]\n+default = [ \"std\" ]\ndiff --git frame/preimage/Cargo.toml frame/preimage/Cargo.toml\nindex 325e906c61..c05c1ac00d 100644\n--- frame/preimage/Cargo.toml\n+++ frame/preimage/Cargo.toml\n@@ -28 +28 @@ sp-core = { version = \"6.0.0\", default-features = false, path = \"../../primitive\n-default = [\"std\"]\n+default = [ \"std\" ]\n@@ -45 +45 @@ std = [\n-try-runtime = [\"frame-support/try-runtime\"]\n+try-runtime = [ \"frame-support/try-runtime\" ]\ndiff --git frame/proxy/Cargo.toml frame/proxy/Cargo.toml\nindex aaacaa2302..938c266485 100644\n--- frame/proxy/Cargo.toml\n+++ frame/proxy/Cargo.toml\n@@ -31 +31 @@ sp-core = { version = \"6.0.0\", path = \"../../primitives/core\" }\n-default = [\"std\"]\n+default = [ \"std\" ]\n@@ -46 +46 @@ runtime-benchmarks = [\n-try-runtime = [\"frame-support/try-runtime\"]\n+try-runtime = [ \"frame-support/try-runtime\" ]\ndiff --git frame/randomness-collective-flip/Cargo.toml frame/randomness-collective-flip/Cargo.toml\nindex 03f0022a42..ac4198bc7d 100644\n--- frame/randomness-collective-flip/Cargo.toml\n+++ frame/randomness-collective-flip/Cargo.toml\n@@ -29 +29 @@ sp-io = { version = \"6.0.0\", path = \"../../primitives/io\" }\n-default = [\"std\"]\n+default = [ \"std\" ]\n@@ -39 +39 @@ std = [\n-try-runtime = [\"frame-support/try-runtime\"]\n+try-runtime = [ \"frame-support/try-runtime\" ]\ndiff --git frame/ranked-collective/Cargo.toml frame/ranked-collective/Cargo.toml\nindex cb43b9ea4c..194dac7be0 100644\n--- frame/ranked-collective/Cargo.toml\n+++ frame/ranked-collective/Cargo.toml\n@@ -29 +29 @@ sp-std = { version = \"4.0.0\", default-features = false, path = \"../../primitives\n-default = [\"std\"]\n+default = [ \"std\" ]\n@@ -49 +49 @@ runtime-benchmarks = [\n-try-runtime = [\"frame-support/try-runtime\"]\n+try-runtime = [ \"frame-support/try-runtime\" ]\ndiff --git frame/recovery/Cargo.toml frame/recovery/Cargo.toml\nindex 396555b3e2..7a491e6f6e 100644\n--- frame/recovery/Cargo.toml\n+++ frame/recovery/Cargo.toml\n@@ -30 +30 @@ sp-core = { version = \"6.0.0\", path = \"../../primitives/core\" }\n-default = [\"std\"]\n+default = [ \"std\" ]\n@@ -47 +47 @@ std = [\n-try-runtime = [\"frame-support/try-runtime\"]\n+try-runtime = [ \"frame-support/try-runtime\" ]\ndiff --git frame/referenda/Cargo.toml frame/referenda/Cargo.toml\nindex 508f5a5ef8..a2d953819f 100644\n--- frame/referenda/Cargo.toml\n+++ frame/referenda/Cargo.toml\n@@ -38 +38 @@ sp-core = { version = \"6.0.0\", path = \"../../primitives/core\" }\n-default = [\"std\"]\n+default = [ \"std\" ]\n@@ -43,2 +42,0 @@ std = [\n-\t\"sp-runtime/std\",\n-\t\"sp-arithmetic/std\",\n@@ -47,0 +46 @@ std = [\n+\t\"sp-arithmetic/std\",\n@@ -59 +58 @@ runtime-benchmarks = [\n-try-runtime = [\"frame-support/try-runtime\"]\n+try-runtime = [ \"frame-support/try-runtime\" ]\ndiff --git frame/remark/Cargo.toml frame/remark/Cargo.toml\nindex fe20365b7c..f241c22ac6 100644\n--- frame/remark/Cargo.toml\n+++ frame/remark/Cargo.toml\n@@ -31,2 +31,2 @@ sp-core = { version = \"6.0.0\", default-features = false, path = \"../../primitive\n-default = [\"std\"]\n-runtime-benchmarks = [\"frame-benchmarking/runtime-benchmarks\"]\n+default = [ \"std\" ]\n+runtime-benchmarks = [ \"frame-benchmarking/runtime-benchmarks\" ]\ndiff --git frame/scheduler/Cargo.toml frame/scheduler/Cargo.toml\nindex d92d0df0c8..331f5dfa37 100644\n--- frame/scheduler/Cargo.toml\n+++ frame/scheduler/Cargo.toml\n@@ -29 +29 @@ substrate-test-utils = { version = \"4.0.0-dev\", path = \"../../test-utils\" }\n-default = [\"std\"]\n+default = [ \"std\" ]\n@@ -46 +46 @@ std = [\n-try-runtime = [\"frame-support/try-runtime\"]\n+try-runtime = [ \"frame-support/try-runtime\" ]\ndiff --git frame/scored-pool/Cargo.toml frame/scored-pool/Cargo.toml\nindex 2ec765498b..ec73713226 100644\n--- frame/scored-pool/Cargo.toml\n+++ frame/scored-pool/Cargo.toml\n@@ -29 +29 @@ sp-core = { version = \"6.0.0\", path = \"../../primitives/core\" }\n-default = [\"std\"]\n+default = [ \"std\" ]\n@@ -39 +39 @@ std = [\n-try-runtime = [\"frame-support/try-runtime\"]\n+try-runtime = [ \"frame-support/try-runtime\" ]\ndiff --git frame/session/Cargo.toml frame/session/Cargo.toml\nindex 14996782ea..c43ad6646f 100644\n--- frame/session/Cargo.toml\n+++ frame/session/Cargo.toml\n@@ -32,2 +32,2 @@ sp-trie = { version = \"6.0.0\", default-features = false, optional = true, path =\n-default = [\"historical\", \"std\"]\n-historical = [\"sp-trie\"]\n+default = [ \"historical\", \"std\" ]\n+historical = [ \"sp-trie\" ]\n@@ -49 +49 @@ std = [\n-try-runtime = [\"frame-support/try-runtime\"]\n+try-runtime = [ \"frame-support/try-runtime\" ]\ndiff --git frame/session/benchmarking/Cargo.toml frame/session/benchmarking/Cargo.toml\nindex 930ddb0ce7..9c5272f57f 100644\n--- frame/session/benchmarking/Cargo.toml\n+++ frame/session/benchmarking/Cargo.toml\n@@ -37 +37 @@ sp-io = { version = \"6.0.0\", path = \"../../../primitives/io\" }\n-default = [\"std\"]\n+default = [ \"std\" ]\ndiff --git frame/society/Cargo.toml frame/society/Cargo.toml\nindex 5e13c95d74..494d3720c5 100644\n--- frame/society/Cargo.toml\n+++ frame/society/Cargo.toml\n@@ -31 +31 @@ sp-io = { version = \"6.0.0\", path = \"../../primitives/io\" }\n-default = [\"std\"]\n+default = [ \"std\" ]\n@@ -45 +45 @@ runtime-benchmarks = [\n-try-runtime = [\"frame-support/try-runtime\"]\n+try-runtime = [ \"frame-support/try-runtime\" ]\ndiff --git frame/staking/Cargo.toml frame/staking/Cargo.toml\nindex 37d13a54ba..5927de23c8 100644\n--- frame/staking/Cargo.toml\n+++ frame/staking/Cargo.toml\n@@ -53 +53 @@ rand_chacha = { version = \"0.2\" }\n-default = [\"std\"]\n+default = [ \"std\" ]\n@@ -55 +54,0 @@ std = [\n-\t\"serde\",\n@@ -57,3 +56 @@ std = [\n-\t\"scale-info/std\",\n-\t\"sp-std/std\",\n-\t\"sp-io/std\",\n+\t\"frame-election-provider-support/std\",\n@@ -61,3 +57,0 @@ std = [\n-\t\"sp-runtime/std\",\n-\t\"sp-staking/std\",\n-\t\"pallet-session/std\",\n@@ -64,0 +59 @@ std = [\n+\t\"log/std\",\n@@ -65,0 +61,3 @@ std = [\n+\t\"pallet-session/std\",\n+\t\"scale-info/std\",\n+\t\"serde\",\n@@ -67,2 +65,4 @@ std = [\n-\t\"log/std\",\n-\t\"frame-election-provider-support/std\",\n+\t\"sp-io/std\",\n+\t\"sp-runtime/std\",\n+\t\"sp-staking/std\",\n+\t\"sp-std/std\",\n@@ -76 +76 @@ runtime-benchmarks = [\n-try-runtime = [\"frame-support/try-runtime\"]\n+try-runtime = [ \"frame-support/try-runtime\" ]\ndiff --git frame/staking/reward-fn/Cargo.toml frame/staking/reward-fn/Cargo.toml\nindex f16131f481..3a3db88946 100644\n--- frame/staking/reward-fn/Cargo.toml\n+++ frame/staking/reward-fn/Cargo.toml\n@@ -21,5 +21,2 @@ sp-arithmetic = { version = \"5.0.0\", default-features = false, path = \"../../../\n-default = [\"std\"]\n-std = [\n-\t\"log/std\",\n-\t\"sp-arithmetic/std\",\n-]\n+default = [ \"std\" ]\n+std = [ \"log/std\", \"sp-arithmetic/std\" ]\ndiff --git frame/state-trie-migration/Cargo.toml frame/state-trie-migration/Cargo.toml\nindex f8a3b1ba3a..9dfc617fac 100644\n--- frame/state-trie-migration/Cargo.toml\n+++ frame/state-trie-migration/Cargo.toml\n@@ -39 +39 @@ sp-tracing = { path = \"../../primitives/tracing\" }\n-default = [\"std\"]\n+default = [ \"std\" ]\n@@ -52,3 +52,10 @@ std = [\n-runtime-benchmarks = [\"frame-benchmarking\"]\n-try-runtime = [\"frame-support/try-runtime\"]\n-remote-test = [ \"remote-externalities\", \"serde\", \"std\", \"substrate-state-trie-migration-rpc\", \"thousands\", \"zstd\" ]\n+runtime-benchmarks = [ \"frame-benchmarking\" ]\n+try-runtime = [ \"frame-support/try-runtime\" ]\n+remote-test = [\n+\t\"remote-externalities\",\n+\t\"serde\",\n+\t\"std\",\n+\t\"substrate-state-trie-migration-rpc\",\n+\t\"thousands\",\n+\t\"zstd\",\n+]\ndiff --git frame/sudo/Cargo.toml frame/sudo/Cargo.toml\nindex efa75813af..de56c70934 100644\n--- frame/sudo/Cargo.toml\n+++ frame/sudo/Cargo.toml\n@@ -28 +28 @@ sp-core = { version = \"6.0.0\", path = \"../../primitives/core\" }\n-default = [\"std\"]\n+default = [ \"std\" ]\n@@ -38 +38 @@ std = [\n-try-runtime = [\"frame-support/try-runtime\"]\n+try-runtime = [ \"frame-support/try-runtime\" ]\ndiff --git frame/support/Cargo.toml frame/support/Cargo.toml\nindex 6f0831b751..3ce28b517e 100644\n--- frame/support/Cargo.toml\n+++ frame/support/Cargo.toml\n@@ -49 +49 @@ parity-util-mem = { version = \"0.11.0\", default-features = false, features = [\"p\n-default = [\"std\"]\n+default = [ \"std\" ]\n@@ -50,0 +51,4 @@ std = [\n+\t\"codec/std\",\n+\t\"frame-metadata/std\",\n+\t\"frame-support-procedural/std\",\n+\t\"log/std\",\n@@ -51,0 +56 @@ std = [\n+\t\"scale-info/std\",\n@@ -54,6 +58,0 @@ std = [\n-\t\"sp-io/std\",\n-\t\"codec/std\",\n-\t\"scale-info/std\",\n-\t\"sp-std/std\",\n-\t\"sp-runtime/std\",\n-\t\"sp-tracing/std\",\n@@ -61 +59,0 @@ std = [\n-\t\"frame-metadata/std\",\n@@ -62,0 +61,2 @@ std = [\n+\t\"sp-io/std\",\n+\t\"sp-runtime/std\",\n@@ -65,2 +65,2 @@ std = [\n-\t\"frame-support-procedural/std\",\n-\t\"log/std\",\n+\t\"sp-std/std\",\n+\t\"sp-tracing/std\",\n@@ -72 +72 @@ try-runtime = []\n-no-metadata-docs = [\"frame-support-procedural/no-metadata-docs\"]\n+no-metadata-docs = [ \"frame-support-procedural/no-metadata-docs\" ]\n@@ -75 +75 @@ no-metadata-docs = [\"frame-support-procedural/no-metadata-docs\"]\n-full-metadata-docs = [\"scale-info/docs\"]\n+full-metadata-docs = [ \"scale-info/docs\" ]\ndiff --git frame/support/procedural/Cargo.toml frame/support/procedural/Cargo.toml\nindex 06b8056aff..d33b9a13ed 100644\n--- frame/support/procedural/Cargo.toml\n+++ frame/support/procedural/Cargo.toml\n@@ -27 +27 @@ frame-support-procedural-tools = { version = \"4.0.0-dev\", path = \"./tools\" }\n-default = [\"std\"]\n+default = [ \"std\" ]\ndiff --git frame/support/test/Cargo.toml frame/support/test/Cargo.toml\nindex dd23d7e6b0..1c4468a63e 100644\n--- frame/support/test/Cargo.toml\n+++ frame/support/test/Cargo.toml\n@@ -34 +34 @@ test-pallet = { package = \"frame-support-test-pallet\", default-features = false,\n-default = [\"std\"]\n+default = [ \"std\" ]\n@@ -36 +35,0 @@ std = [\n-\t\"serde/std\",\n@@ -38 +36,0 @@ std = [\n-\t\"scale-info/std\",\n@@ -40,0 +39,3 @@ std = [\n+\t\"scale-info/std\",\n+\t\"serde/std\",\n+\t\"sp-arithmetic/std\",\n@@ -42 +42,0 @@ std = [\n-\t\"sp-std/std\",\n@@ -46 +46 @@ std = [\n-\t\"sp-arithmetic/std\",\n+\t\"sp-std/std\",\n@@ -49 +49 @@ std = [\n-try-runtime = [\"frame-support/try-runtime\"]\n+try-runtime = [ \"frame-support/try-runtime\" ]\n@@ -55 +55 @@ disable-ui-tests = []\n-no-metadata-docs = [\"frame-support/no-metadata-docs\"]\n+no-metadata-docs = [ \"frame-support/no-metadata-docs\" ]\ndiff --git frame/support/test/compile_pass/Cargo.toml frame/support/test/compile_pass/Cargo.toml\nindex 34bd980e01..c44ad4b78f 100644\n--- frame/support/test/compile_pass/Cargo.toml\n+++ frame/support/test/compile_pass/Cargo.toml\n@@ -24 +24 @@ sp-version = { version = \"5.0.0\", default-features = false, path = \"../../../../\n-default = [\"std\"]\n+default = [ \"std\" ]\ndiff --git frame/support/test/pallet/Cargo.toml frame/support/test/pallet/Cargo.toml\nindex bf5febeb45..b83980ffeb 100644\n--- frame/support/test/pallet/Cargo.toml\n+++ frame/support/test/pallet/Cargo.toml\n@@ -21,7 +21,2 @@ frame-system = { version = \"4.0.0-dev\", default-features = false, path = \"../../\n-default = [\"std\"]\n-std = [\n-\t\"codec/std\",\n-\t\"frame-support/std\",\n-\t\"frame-system/std\",\n-\t\"scale-info/std\",\n-]\n+default = [ \"std\" ]\n+std = [ \"codec/std\", \"frame-support/std\", \"frame-system/std\", \"scale-info/std\" ]\ndiff --git frame/system/Cargo.toml frame/system/Cargo.toml\nindex 3429c6546c..87c726defa 100644\n--- frame/system/Cargo.toml\n+++ frame/system/Cargo.toml\n@@ -33 +33 @@ substrate-test-runtime-client = { version = \"2.0.0\", path = \"../../test-utils/ru\n-default = [\"std\"]\n+default = [ \"std\" ]\n@@ -50 +50 @@ runtime-benchmarks = [\n-try-runtime = [\"frame-support/try-runtime\"]\n+try-runtime = [ \"frame-support/try-runtime\" ]\ndiff --git frame/system/benchmarking/Cargo.toml frame/system/benchmarking/Cargo.toml\nindex 437d06a17c..a5927d2bff 100644\n--- frame/system/benchmarking/Cargo.toml\n+++ frame/system/benchmarking/Cargo.toml\n@@ -29 +29 @@ sp-io = { version = \"6.0.0\", path = \"../../../primitives/io\" }\n-default = [\"std\"]\n+default = [ \"std\" ]\ndiff --git frame/system/rpc/runtime-api/Cargo.toml frame/system/rpc/runtime-api/Cargo.toml\nindex 63d76d731e..71ef96363d 100644\n--- frame/system/rpc/runtime-api/Cargo.toml\n+++ frame/system/rpc/runtime-api/Cargo.toml\n@@ -20,5 +20,2 @@ sp-api = { version = \"4.0.0-dev\", default-features = false, path = \"../../../../\n-default = [\"std\"]\n-std = [\n-\t\"codec/std\",\n-\t\"sp-api/std\",\n-]\n+default = [ \"std\" ]\n+std = [ \"codec/std\", \"sp-api/std\" ]\ndiff --git frame/timestamp/Cargo.toml frame/timestamp/Cargo.toml\nindex 8967733f7c..3e0b508cc5 100644\n--- frame/timestamp/Cargo.toml\n+++ frame/timestamp/Cargo.toml\n@@ -34 +34 @@ sp-io = { version = \"6.0.0\", path = \"../../primitives/io\" }\n-default = [\"std\"]\n+default = [ \"std\" ]\n@@ -47,2 +47,2 @@ std = [\n-runtime-benchmarks = [\"frame-benchmarking/runtime-benchmarks\", \"sp-io\"]\n-try-runtime = [\"frame-support/try-runtime\"]\n+runtime-benchmarks = [ \"frame-benchmarking/runtime-benchmarks\", \"sp-io\" ]\n+try-runtime = [ \"frame-support/try-runtime\" ]\ndiff --git frame/tips/Cargo.toml frame/tips/Cargo.toml\nindex e2ca152148..4d0b14564d 100644\n--- frame/tips/Cargo.toml\n+++ frame/tips/Cargo.toml\n@@ -34 +34 @@ sp-storage = { version = \"6.0.0\", path = \"../../primitives/storage\" }\n-default = [\"std\"]\n+default = [ \"std\" ]\n@@ -53 +53 @@ runtime-benchmarks = [\n-try-runtime = [\"frame-support/try-runtime\"]\n+try-runtime = [ \"frame-support/try-runtime\" ]\ndiff --git frame/transaction-payment/Cargo.toml frame/transaction-payment/Cargo.toml\nindex 9150f87c71..65b14cf907 100644\n--- frame/transaction-payment/Cargo.toml\n+++ frame/transaction-payment/Cargo.toml\n@@ -33 +33 @@ pallet-balances = { version = \"4.0.0-dev\", path = \"../balances\" }\n-default = [\"std\"]\n+default = [ \"std\" ]\n@@ -45 +45 @@ std = [\n-try-runtime = [\"frame-support/try-runtime\"]\n+try-runtime = [ \"frame-support/try-runtime\" ]\ndiff --git frame/transaction-payment/asset-tx-payment/Cargo.toml frame/transaction-payment/asset-tx-payment/Cargo.toml\nindex de9772d885..9e767fc20b 100644\n--- frame/transaction-payment/asset-tx-payment/Cargo.toml\n+++ frame/transaction-payment/asset-tx-payment/Cargo.toml\n@@ -42 +42 @@ pallet-balances = { version = \"4.0.0-dev\", path = \"../../balances\" }\n-default = [\"std\"]\n+default = [ \"std\" ]\n@@ -44 +43,0 @@ std = [\n-\t\"serde\",\n@@ -46,2 +44,0 @@ std = [\n-\t\"sp-std/std\",\n-\t\"sp-runtime/std\",\n@@ -50,2 +46,0 @@ std = [\n-\t\"sp-io/std\",\n-\t\"sp-core/std\",\n@@ -52,0 +48,5 @@ std = [\n+\t\"serde\",\n+\t\"sp-core/std\",\n+\t\"sp-io/std\",\n+\t\"sp-runtime/std\",\n+\t\"sp-std/std\",\n@@ -54 +54 @@ std = [\n-try-runtime = [\"frame-support/try-runtime\"]\n+try-runtime = [ \"frame-support/try-runtime\" ]\ndiff --git frame/transaction-payment/rpc/runtime-api/Cargo.toml frame/transaction-payment/rpc/runtime-api/Cargo.toml\nindex 5e1cb46753..fdd5d74d5d 100644\n--- frame/transaction-payment/rpc/runtime-api/Cargo.toml\n+++ frame/transaction-payment/rpc/runtime-api/Cargo.toml\n@@ -22 +22 @@ sp-runtime = { version = \"6.0.0\", default-features = false, path = \"../../../../\n-default = [\"std\"]\n+default = [ \"std\" ]\ndiff --git frame/transaction-storage/Cargo.toml frame/transaction-storage/Cargo.toml\nindex 8ed34cb50a..2f8a86b8eb 100644\n--- frame/transaction-storage/Cargo.toml\n+++ frame/transaction-storage/Cargo.toml\n@@ -36,2 +36,2 @@ sp-transaction-storage-proof = { version = \"4.0.0-dev\", default-features = true,\n-default = [\"std\"]\n-runtime-benchmarks = [\"frame-benchmarking/runtime-benchmarks\", \"hex-literal\"]\n+default = [ \"std\" ]\n+runtime-benchmarks = [ \"frame-benchmarking/runtime-benchmarks\", \"hex-literal\" ]\n@@ -51 +51 @@ std = [\n-try-runtime = [\"frame-support/try-runtime\"]\n+try-runtime = [ \"frame-support/try-runtime\" ]\ndiff --git frame/treasury/Cargo.toml frame/treasury/Cargo.toml\nindex 56c2fcdab5..c78256eb8f 100644\n--- frame/treasury/Cargo.toml\n+++ frame/treasury/Cargo.toml\n@@ -35 +35 @@ sp-io = { version = \"6.0.0\", path = \"../../primitives/io\" }\n-default = [\"std\"]\n+default = [ \"std\" ]\n@@ -51 +51 @@ runtime-benchmarks = [\n-try-runtime = [\"frame-support/try-runtime\"]\n+try-runtime = [ \"frame-support/try-runtime\" ]\ndiff --git frame/uniques/Cargo.toml frame/uniques/Cargo.toml\nindex 19b0790947..e8cb9b0279 100644\n--- frame/uniques/Cargo.toml\n+++ frame/uniques/Cargo.toml\n@@ -32 +32 @@ sp-std = { version = \"4.0.0\", path = \"../../primitives/std\" }\n-default = [\"std\"]\n+default = [ \"std\" ]\n@@ -48 +48 @@ runtime-benchmarks = [\n-try-runtime = [\"frame-support/try-runtime\"]\n+try-runtime = [ \"frame-support/try-runtime\" ]\ndiff --git frame/utility/Cargo.toml frame/utility/Cargo.toml\nindex 7b56d7974e..7ab9883134 100644\n--- frame/utility/Cargo.toml\n+++ frame/utility/Cargo.toml\n@@ -31 +31 @@ sp-core = { version = \"6.0.0\", path = \"../../primitives/core\" }\n-default = [\"std\"]\n+default = [ \"std\" ]\n@@ -47 +47 @@ runtime-benchmarks = [\n-try-runtime = [\"frame-support/try-runtime\"]\n+try-runtime = [ \"frame-support/try-runtime\" ]\ndiff --git frame/vesting/Cargo.toml frame/vesting/Cargo.toml\nindex eb902c0633..95d51fa7ac 100644\n--- frame/vesting/Cargo.toml\n+++ frame/vesting/Cargo.toml\n@@ -33 +33 @@ sp-io = { version = \"6.0.0\", default-features = false, path = \"../../primitives/\n-default = [\"std\"]\n+default = [ \"std\" ]\n@@ -43,2 +43,2 @@ std = [\n-runtime-benchmarks = [\"frame-benchmarking/runtime-benchmarks\"]\n-try-runtime = [\"frame-support/try-runtime\"]\n+runtime-benchmarks = [ \"frame-benchmarking/runtime-benchmarks\" ]\n+try-runtime = [ \"frame-support/try-runtime\" ]\ndiff --git frame/whitelist/Cargo.toml frame/whitelist/Cargo.toml\nindex daee560904..349bd99189 100644\n--- frame/whitelist/Cargo.toml\n+++ frame/whitelist/Cargo.toml\n@@ -32 +32 @@ sp-io = { version = \"6.0.0\", path = \"../../primitives/io\" }\n-default = [\"std\"]\n+default = [ \"std\" ]\n@@ -47 +47 @@ runtime-benchmarks = [\n-try-runtime = [\"frame-support/try-runtime\"]\n+try-runtime = [ \"frame-support/try-runtime\" ]\ndiff --git primitives/api/Cargo.toml primitives/api/Cargo.toml\nindex 75c935bf84..88230f2ee6 100644\n--- primitives/api/Cargo.toml\n+++ primitives/api/Cargo.toml\n@@ -33 +33 @@ sp-test-primitives = { version = \"2.0.0\", path = \"../test-primitives\" }\n-default = [\"std\"]\n+default = [ \"std\" ]\n@@ -35,0 +36,2 @@ std = [\n+\t\"hash-db\",\n+\t\"log/std\",\n@@ -37 +38,0 @@ std = [\n-\t\"sp-std/std\",\n@@ -39,0 +41 @@ std = [\n+\t\"sp-std/std\",\n@@ -42 +43,0 @@ std = [\n-\t\"hash-db\",\n@@ -44 +44,0 @@ std = [\n-\t\"log/std\",\n@@ -53 +53 @@ std = [\n-disable-logging = [\"log/max_level_off\"]\n+disable-logging = [ \"log/max_level_off\" ]\ndiff --git primitives/application-crypto/Cargo.toml primitives/application-crypto/Cargo.toml\nindex 117e84e959..652f32f9c8 100644\n--- primitives/application-crypto/Cargo.toml\n+++ primitives/application-crypto/Cargo.toml\n@@ -28,2 +27,0 @@ std = [\n-\t\"full_crypto\",\n-\t\"sp-core/std\",\n@@ -30,0 +29 @@ std = [\n+\t\"full_crypto\",\n@@ -33 +32 @@ std = [\n-\t\"sp-std/std\",\n+\t\"sp-core/std\",\n@@ -34,0 +34 @@ std = [\n+\t\"sp-std/std\",\n@@ -41,0 +42 @@ full_crypto = [\n+\t\"sp-io/disable_oom\",\n@@ -45 +45,0 @@ full_crypto = [\n-\t\"sp-io/disable_oom\",\ndiff --git primitives/arithmetic/Cargo.toml primitives/arithmetic/Cargo.toml\nindex d7046b3254..321ba3058a 100644\n--- primitives/arithmetic/Cargo.toml\n+++ primitives/arithmetic/Cargo.toml\n@@ -36 +36 @@ rand = \"0.7.2\"\n-default = [\"std\"]\n+default = [ \"std\" ]\ndiff --git primitives/authority-discovery/Cargo.toml primitives/authority-discovery/Cargo.toml\nindex b5491931d1..a1bf83b1d8 100644\n--- primitives/authority-discovery/Cargo.toml\n+++ primitives/authority-discovery/Cargo.toml\n@@ -24 +24 @@ sp-std = { version = \"4.0.0\", default-features = false, path = \"../std\" }\n-default = [\"std\"]\n+default = [ \"std\" ]\ndiff --git primitives/beefy/Cargo.toml primitives/beefy/Cargo.toml\nindex 320a30770a..8d10c5ddde 100644\n--- primitives/beefy/Cargo.toml\n+++ primitives/beefy/Cargo.toml\n@@ -30 +30 @@ sp-keystore = { version = \"0.12.0\", path = \"../keystore\" }\n-default = [\"std\"]\n+default = [ \"std\" ]\ndiff --git primitives/consensus/aura/Cargo.toml primitives/consensus/aura/Cargo.toml\nindex 30f5c89650..3336370518 100644\n--- primitives/consensus/aura/Cargo.toml\n+++ primitives/consensus/aura/Cargo.toml\n@@ -29 +29 @@ sp-timestamp = { version = \"4.0.0-dev\", default-features = false, path = \"../../\n-default = [\"std\"]\n+default = [ \"std\" ]\ndiff --git primitives/consensus/babe/Cargo.toml primitives/consensus/babe/Cargo.toml\nindex 049e511175..c170a3a80c 100644\n--- primitives/consensus/babe/Cargo.toml\n+++ primitives/consensus/babe/Cargo.toml\n@@ -34 +34 @@ sp-timestamp = { version = \"4.0.0-dev\", optional = true, path = \"../../timestamp\n-default = [\"std\"]\n+default = [ \"std\" ]\ndiff --git primitives/consensus/pow/Cargo.toml primitives/consensus/pow/Cargo.toml\nindex f909b0b466..85bb312046 100644\n--- primitives/consensus/pow/Cargo.toml\n+++ primitives/consensus/pow/Cargo.toml\n@@ -23 +23 @@ sp-std = { version = \"4.0.0\", default-features = false, path = \"../../std\" }\n-default = [\"std\"]\n+default = [ \"std\" ]\ndiff --git primitives/consensus/slots/Cargo.toml primitives/consensus/slots/Cargo.toml\nindex a334b10d65..04d47bf50d 100644\n--- primitives/consensus/slots/Cargo.toml\n+++ primitives/consensus/slots/Cargo.toml\n@@ -25 +25 @@ sp-timestamp = { version = \"4.0.0-dev\", default-features = false, path = \"../../\n-default = [\"std\"]\n+default = [ \"std\" ]\ndiff --git primitives/consensus/vrf/Cargo.toml primitives/consensus/vrf/Cargo.toml\nindex 3209fb230b..b54ce38533 100644\n--- primitives/consensus/vrf/Cargo.toml\n+++ primitives/consensus/vrf/Cargo.toml\n@@ -24 +24 @@ sp-std = { version = \"4.0.0\", default-features = false, path = \"../../std\" }\n-default = [\"std\"]\n+default = [ \"std\" ]\ndiff --git primitives/core/Cargo.toml primitives/core/Cargo.toml\nindex d591657ee4..8a80ee528e 100644\n--- primitives/core/Cargo.toml\n+++ primitives/core/Cargo.toml\n@@ -80 +80 @@ bench = false\n-default = [\"std\"]\n+default = [ \"std\" ]\n@@ -81,0 +82,6 @@ std = [\n+\t\"base58\",\n+\t\"blake2-rfc/std\",\n+\t\"byteorder/std\",\n+\t\"codec/std\",\n+\t\"dyn-clonable\",\n+\t\"ed25519-zebra\",\n@@ -83,3 +89,6 @@ std = [\n-\t\"log/std\",\n-\t\"thiserror\",\n-\t\"wasmi\",\n+\t\"futures\",\n+\t\"futures/thread-pool\",\n+\t\"hash-db/std\",\n+\t\"hash256-std-hasher/std\",\n+\t\"hex/std\",\n+\t\"impl-serde\",\n@@ -86,0 +96,3 @@ std = [\n+\t\"libsecp256k1/std\",\n+\t\"log/std\",\n+\t\"num-traits/std\",\n@@ -88,2 +99,0 @@ std = [\n-\t\"primitive-types/std\",\n-\t\"primitive-types/serde\",\n@@ -92,14 +102,2 @@ std = [\n-\t\"impl-serde\",\n-\t\"codec/std\",\n-\t\"scale-info/std\",\n-\t\"hash256-std-hasher/std\",\n-\t\"hash-db/std\",\n-\t\"sp-std/std\",\n-\t\"serde\",\n-\t\"blake2-rfc/std\",\n-\t\"ed25519-zebra\",\n-\t\"hex/std\",\n-\t\"base58\",\n-\t\"substrate-bip39\",\n-\t\"tiny-bip39\",\n-\t\"byteorder/std\",\n+\t\"primitive-types/serde\",\n+\t\"primitive-types/std\",\n@@ -107 +104,0 @@ std = [\n-\t\"schnorrkel/std\",\n@@ -109,2 +106,2 @@ std = [\n-\t\"num-traits/std\",\n-\t\"secp256k1/std\",\n+\t\"scale-info/std\",\n+\t\"schnorrkel/std\",\n@@ -111,0 +109,3 @@ std = [\n+\t\"secp256k1/std\",\n+\t\"secrecy/alloc\",\n+\t\"serde\",\n@@ -115 +114,0 @@ std = [\n-\t\"sp-storage/std\",\n@@ -116,0 +116,2 @@ std = [\n+\t\"sp-std/std\",\n+\t\"sp-storage/std\",\n@@ -117,0 +119,4 @@ std = [\n+\t\"substrate-bip39\",\n+\t\"thiserror\",\n+\t\"tiny-bip39\",\n+\t\"wasmi\",\n@@ -119,5 +123,0 @@ std = [\n-\t\"secrecy/alloc\",\n-\t\"futures\",\n-\t\"futures/thread-pool\",\n-\t\"libsecp256k1/std\",\n-\t\"dyn-clonable\",\n@@ -130 +129,0 @@ full_crypto = [\n-\t\"ed25519-zebra\",\n@@ -132 +131 @@ full_crypto = [\n-\t\"schnorrkel\",\n+\t\"ed25519-zebra\",\n@@ -134,0 +134,2 @@ full_crypto = [\n+\t\"merlin\",\n+\t\"schnorrkel\",\n@@ -138 +138,0 @@ full_crypto = [\n-\t\"merlin\",\ndiff --git primitives/core/hashing/Cargo.toml primitives/core/hashing/Cargo.toml\nindex d85e28d1b2..246e833e8f 100644\n--- primitives/core/hashing/Cargo.toml\n+++ primitives/core/hashing/Cargo.toml\n@@ -25 +25 @@ sp-std = { version = \"4.0.0\", default-features = false, path = \"../../std\" }\n-default = [\"std\"]\n+default = [ \"std\" ]\ndiff --git primitives/externalities/Cargo.toml primitives/externalities/Cargo.toml\nindex e84047d5da..4ecd307bea 100644\n--- primitives/externalities/Cargo.toml\n+++ primitives/externalities/Cargo.toml\n@@ -23,7 +23,2 @@ sp-storage = { version = \"6.0.0\", default-features = false, path = \"../storage\"\n-default = [\"std\"]\n-std = [\n-\t\"codec/std\",\n-\t\"environmental/std\",\n-\t\"sp-std/std\",\n-\t\"sp-storage/std\",\n-]\n+default = [ \"std\" ]\n+std = [ \"codec/std\", \"environmental/std\", \"sp-std/std\", \"sp-storage/std\" ]\ndiff --git primitives/finality-grandpa/Cargo.toml primitives/finality-grandpa/Cargo.toml\nindex 32945eacf0..6e116ad4a4 100644\n--- primitives/finality-grandpa/Cargo.toml\n+++ primitives/finality-grandpa/Cargo.toml\n@@ -30 +30 @@ sp-std = { version = \"4.0.0\", default-features = false, path = \"../std\" }\n-default = [\"std\"]\n+default = [ \"std\" ]\ndiff --git primitives/io/Cargo.toml primitives/io/Cargo.toml\nindex 2e271d3949..0006094f7d 100644\n--- primitives/io/Cargo.toml\n+++ primitives/io/Cargo.toml\n@@ -39 +39 @@ tracing-core = { version = \"0.1.28\", default-features = false}\n-default = [\"std\"]\n+default = [ \"std\" ]\n@@ -41,3 +40,0 @@ std = [\n-\t\"sp-externalities/std\",\n-\t\"sp-core/std\",\n-\t\"sp-keystore\",\n@@ -45 +42 @@ std = [\n-\t\"sp-std/std\",\n+\t\"futures\",\n@@ -47,2 +43,0 @@ std = [\n-\t\"sp-trie\",\n-\t\"sp-state-machine\",\n@@ -49,0 +45,2 @@ std = [\n+\t\"log\",\n+\t\"parking_lot\",\n@@ -50,0 +48,3 @@ std = [\n+\t\"sp-core/std\",\n+\t\"sp-externalities/std\",\n+\t\"sp-keystore\",\n@@ -52 +52,2 @@ std = [\n-\t\"sp-wasm-interface/std\",\n+\t\"sp-state-machine\",\n+\t\"sp-std/std\",\n@@ -54 +55,2 @@ std = [\n-\t\"tracing/std\",\n+\t\"sp-trie\",\n+\t\"sp-wasm-interface/std\",\n@@ -56,3 +58 @@ std = [\n-\t\"log\",\n-\t\"futures\",\n-\t\"parking_lot\",\n+\t\"tracing/std\",\n@@ -61,3 +61 @@ std = [\n-with-tracing = [\n-\t\"sp-tracing/with-tracing\"\n-]\n+with-tracing = [ \"sp-tracing/with-tracing\" ]\ndiff --git primitives/keystore/Cargo.toml primitives/keystore/Cargo.toml\nindex cbb8a22ba4..83c8738539 100644\n--- primitives/keystore/Cargo.toml\n+++ primitives/keystore/Cargo.toml\n@@ -32 +32 @@ rand_chacha = \"0.2.2\"\n-default = [\"std\"]\n+default = [ \"std\" ]\ndiff --git primitives/merkle-mountain-range/Cargo.toml primitives/merkle-mountain-range/Cargo.toml\nindex 2be3f592b2..5cd042e58c 100644\n--- primitives/merkle-mountain-range/Cargo.toml\n+++ primitives/merkle-mountain-range/Cargo.toml\n@@ -28 +28 @@ hex-literal = \"0.3\"\n-default = [\"std\"]\n+default = [ \"std\" ]\ndiff --git primitives/npos-elections/Cargo.toml primitives/npos-elections/Cargo.toml\nindex db42199a52..04cf2a1c57 100644\n--- primitives/npos-elections/Cargo.toml\n+++ primitives/npos-elections/Cargo.toml\n@@ -29 +29 @@ substrate-test-utils = { version = \"4.0.0-dev\", path = \"../../test-utils\" }\n-default = [\"std\"]\n+default = [ \"std\" ]\ndiff --git primitives/npos-elections/fuzzer/Cargo.toml primitives/npos-elections/fuzzer/Cargo.toml\nindex a200d5c41e..42a80296a4 100644\n--- primitives/npos-elections/fuzzer/Cargo.toml\n+++ primitives/npos-elections/fuzzer/Cargo.toml\n@@ -39 +39 @@ name = \"phragmen_pjr\"\n-path = \"src/phragmen_pjr.rs\"\n\\ No newline at end of file\n+path = \"src/phragmen_pjr.rs\"\ndiff --git primitives/offchain/Cargo.toml primitives/offchain/Cargo.toml\nindex f21c2fe837..af3a91aff5 100644\n--- primitives/offchain/Cargo.toml\n+++ primitives/offchain/Cargo.toml\n@@ -21,2 +21,2 @@ sp-runtime = { version = \"6.0.0\", default-features = false, path = \"../runtime\"\n-default = [\"std\"]\n-std = [\"sp-api/std\", \"sp-core/std\", \"sp-runtime/std\"]\n+default = [ \"std\" ]\n+std = [ \"sp-api/std\", \"sp-core/std\", \"sp-runtime/std\" ]\ndiff --git primitives/runtime-interface/Cargo.toml primitives/runtime-interface/Cargo.toml\nindex a657c98381..5858d6332b 100644\n--- primitives/runtime-interface/Cargo.toml\n+++ primitives/runtime-interface/Cargo.toml\n@@ -40,3 +39,0 @@ std = [\n-\t\"sp-wasm-interface/std\",\n-\t\"sp-std/std\",\n-\t\"sp-tracing/std\",\n@@ -44 +40,0 @@ std = [\n-\t\"sp-externalities/std\",\n@@ -45,0 +42,4 @@ std = [\n+\t\"sp-externalities/std\",\n+\t\"sp-std/std\",\n+\t\"sp-tracing/std\",\n+\t\"sp-wasm-interface/std\",\ndiff --git primitives/runtime/Cargo.toml primitives/runtime/Cargo.toml\nindex 9e4b36c584..d43f976e93 100644\n--- primitives/runtime/Cargo.toml\n+++ primitives/runtime/Cargo.toml\n@@ -45 +45 @@ runtime-benchmarks = []\n-default = [\"std\"]\n+default = [ \"std\" ]\ndiff --git primitives/sandbox/Cargo.toml primitives/sandbox/Cargo.toml\nindex 6a83e20a94..8b898bf32f 100644\n--- primitives/sandbox/Cargo.toml\n+++ primitives/sandbox/Cargo.toml\n@@ -35 +35 @@ wat = \"1.0\"\n-default = [\"std\"]\n+default = [ \"std\" ]\ndiff --git primitives/staking/Cargo.toml primitives/staking/Cargo.toml\nindex 7afc13d7c5..7e31e07282 100644\n--- primitives/staking/Cargo.toml\n+++ primitives/staking/Cargo.toml\n@@ -22,7 +22,2 @@ sp-std = { version = \"4.0.0\", default-features = false, path = \"../std\" }\n-default = [\"std\"]\n-std = [\n-\t\"codec/std\",\n-\t\"scale-info/std\",\n-\t\"sp-runtime/std\",\n-\t\"sp-std/std\",\n-]\n+default = [ \"std\" ]\n+std = [ \"codec/std\", \"scale-info/std\", \"sp-runtime/std\", \"sp-std/std\" ]\ndiff --git primitives/state-machine/Cargo.toml primitives/state-machine/Cargo.toml\nindex 5de6eb7112..005112763f 100644\n--- primitives/state-machine/Cargo.toml\n+++ primitives/state-machine/Cargo.toml\n@@ -42 +42 @@ assert_matches = \"1.5\"\n-default = [\"std\"]\n+default = [ \"std\" ]\ndiff --git primitives/std/Cargo.toml primitives/std/Cargo.toml\nindex e4a6a9f6a6..1c0599903e 100644\n--- primitives/std/Cargo.toml\n+++ primitives/std/Cargo.toml\n@@ -17 +17 @@ targets = [\"x86_64-unknown-linux-gnu\"]\n-default = [\"std\"]\n+default = [ \"std\" ]\ndiff --git primitives/storage/Cargo.toml primitives/storage/Cargo.toml\nindex b37a4eb4b3..b2a76d59a1 100644\n--- primitives/storage/Cargo.toml\n+++ primitives/storage/Cargo.toml\n@@ -26 +26,7 @@ default = [ \"std\" ]\n-std = [ \"codec/std\", \"impl-serde\", \"serde\", \"sp-debug-derive/std\", \"sp-std/std\" ]\n+std = [\n+\t\"codec/std\",\n+\t\"impl-serde\",\n+\t\"serde\",\n+\t\"sp-debug-derive/std\",\n+\t\"sp-std/std\",\n+]\ndiff --git primitives/tasks/Cargo.toml primitives/tasks/Cargo.toml\nindex c37a8a66f9..9a7273e07d 100644\n--- primitives/tasks/Cargo.toml\n+++ primitives/tasks/Cargo.toml\n@@ -28 +28 @@ codec = { package = \"parity-scale-codec\", version = \"3.0.0\", default-features =\n-default = [\"std\"]\n+default = [ \"std\" ]\ndiff --git primitives/test-primitives/Cargo.toml primitives/test-primitives/Cargo.toml\nindex 2a20addf66..39d2d051b8 100644\n--- primitives/test-primitives/Cargo.toml\n+++ primitives/test-primitives/Cargo.toml\n@@ -23,3 +23 @@ sp-runtime = { version = \"6.0.0\", default-features = false, path = \"../runtime\"\n-default = [\n-\t\"std\",\n-]\n+default = [ \"std\" ]\ndiff --git primitives/tracing/Cargo.toml primitives/tracing/Cargo.toml\nindex c2ca57d2b5..45d12c9d45 100644\n--- primitives/tracing/Cargo.toml\n+++ primitives/tracing/Cargo.toml\n@@ -32,2 +32,2 @@ tracing-subscriber = { version = \"0.2.25\", optional = true, features = [\n-default = [\"std\"]\n-with-tracing = [\"codec/derive\", \"codec/full\"]\n+default = [ \"std\" ]\n+with-tracing = [ \"codec/derive\", \"codec/full\" ]\n@@ -35,3 +34,0 @@ std = [\n-\t\"with-tracing\",\n-\t\"tracing/std\",\n-\t\"tracing-core/std\",\n@@ -39,0 +37 @@ std = [\n+\t\"tracing-core/std\",\n@@ -40,0 +39,2 @@ std = [\n+\t\"tracing/std\",\n+\t\"with-tracing\",\ndiff --git primitives/transaction-pool/Cargo.toml primitives/transaction-pool/Cargo.toml\nindex 544b149ce3..59715c4e25 100644\n--- primitives/transaction-pool/Cargo.toml\n+++ primitives/transaction-pool/Cargo.toml\n@@ -22,4 +22 @@ default = [ \"std\" ]\n-std = [\n-\t\"sp-api/std\",\n-\t\"sp-runtime/std\",\n-]\n+std = [ \"sp-api/std\", \"sp-runtime/std\" ]\ndiff --git primitives/trie/Cargo.toml primitives/trie/Cargo.toml\nindex 291615c935..b394974963 100644\n--- primitives/trie/Cargo.toml\n+++ primitives/trie/Cargo.toml\n@@ -46 +46 @@ sp-runtime = { version = \"6.0.0\", path = \"../runtime\" }\n-default = [\"std\"]\n+default = [ \"std\" ]\n@@ -50 +49,0 @@ std = [\n-\t\"hashbrown\",\n@@ -51,0 +51 @@ std = [\n+\t\"hashbrown\",\ndiff --git primitives/version/Cargo.toml primitives/version/Cargo.toml\nindex 0ca78940fb..56566fb668 100644\n--- primitives/version/Cargo.toml\n+++ primitives/version/Cargo.toml\n@@ -29 +29 @@ sp-version-proc-macro = { version = \"4.0.0-dev\", default-features = false, path\n-default = [\"std\"]\n+default = [ \"std\" ]\ndiff --git test-utils/runtime/Cargo.toml test-utils/runtime/Cargo.toml\nindex 6cea6282f5..39e15d257c 100644\n--- test-utils/runtime/Cargo.toml\n+++ test-utils/runtime/Cargo.toml\n@@ -66,3 +66 @@ substrate-wasm-builder = { version = \"5.0.0-dev\", path = \"../../utils/wasm-build\n-default = [\n-\t\"std\",\n-]\n+default = [ \"std\" ]\n@@ -70 +67,0 @@ std = [\n-\t\"beefy-primitives/std\",\n@@ -71,0 +69,13 @@ std = [\n+\t\"beefy-primitives/std\",\n+\t\"codec/std\",\n+\t\"frame-support/std\",\n+\t\"frame-system-rpc-runtime-api/std\",\n+\t\"frame-system/std\",\n+\t\"log/std\",\n+\t\"memory-db/std\",\n+\t\"pallet-babe/std\",\n+\t\"pallet-timestamp/std\",\n+\t\"sc-service\",\n+\t\"scale-info/std\",\n+\t\"serde\",\n+\t\"sp-api/std\",\n@@ -72,0 +83 @@ std = [\n+\t\"sp-block-builder/std\",\n@@ -75,3 +86,3 @@ std = [\n-\t\"sp-block-builder/std\",\n-\t\"codec/std\",\n-\t\"scale-info/std\",\n+\t\"sp-core/std\",\n+\t\"sp-externalities/std\",\n+\t\"sp-finality-grandpa/std\",\n@@ -78,0 +90 @@ std = [\n+\t\"sp-io/std\",\n@@ -80,2 +91,0 @@ std = [\n-\t\"log/std\",\n-\t\"memory-db/std\",\n@@ -83,3 +92,0 @@ std = [\n-\t\"sp-core/std\",\n-\t\"sp-core/std\",\n-\t\"sp-std/std\",\n@@ -87,6 +93,0 @@ std = [\n-\t\"sp-io/std\",\n-\t\"frame-support/std\",\n-\t\"sp-version/std\",\n-\t\"serde\",\n-\t\"sp-session/std\",\n-\t\"sp-api/std\",\n@@ -94 +95 @@ std = [\n-\t\"sp-externalities/std\",\n+\t\"sp-session/std\",\n@@ -96,7 +97 @@ std = [\n-\t\"pallet-babe/std\",\n-\t\"frame-system-rpc-runtime-api/std\",\n-\t\"frame-system/std\",\n-\t\"pallet-timestamp/std\",\n-\t\"sc-service\",\n-\t\"sp-finality-grandpa/std\",\n-\t\"sp-trie/std\",\n+\t\"sp-std/std\",\n@@ -103,0 +99,2 @@ std = [\n+\t\"sp-trie/std\",\n+\t\"sp-version/std\",\ndiff --git utils/frame/benchmarking-cli/Cargo.toml utils/frame/benchmarking-cli/Cargo.toml\nindex 4f9d703544..934012e2f8 100644\n--- utils/frame/benchmarking-cli/Cargo.toml\n+++ utils/frame/benchmarking-cli/Cargo.toml\n@@ -62,3 +62,3 @@ gethostname = \"0.2.3\"\n-default = [\"rocksdb\", \"runtime-benchmarks\"]\n-runtime-benchmarks = [\"sc-client-db/runtime-benchmarks\"]\n-rocksdb = [\"sc-cli/rocksdb\", \"sc-client-db/rocksdb\"]\n+default = [ \"rocksdb\", \"runtime-benchmarks\" ]\n+runtime-benchmarks = [ \"sc-client-db/runtime-benchmarks\" ]\n+rocksdb = [ \"sc-cli/rocksdb\", \"sc-client-db/rocksdb\" ]\ndiff --git utils/frame/remote-externalities/Cargo.toml utils/frame/remote-externalities/Cargo.toml\nindex 3121157df6..6cf2f22fc0 100644\n--- utils/frame/remote-externalities/Cargo.toml\n+++ utils/frame/remote-externalities/Cargo.toml\n@@ -34 +34 @@ pallet-elections-phragmen = { version = \"5.0.0-dev\", path = \"../../../frame/elec\n-remote-test = [\"frame-support\"]\n+remote-test = [ \"frame-support\" ]\n" - cmd: f f --fix-hint off stdout: | Found 131 crates with unformatted features: node-template frame-benchmarking frame-support frame-support-procedural sp-api sp-core sp-core-hashing sp-std sp-externalities sp-storage sp-runtime-interface sp-tracing sp-io sp-keystore sp-state-machine sp-trie sp-runtime sp-application-crypto sp-arithmetic sc-executor sc-executor-common sp-sandbox sc-runtime-test sp-tasks sp-version sp-test-primitives substrate-test-runtime beefy-merkle-tree beefy-primitives frame-system frame-system-rpc-runtime-api pallet-babe pallet-authorship pallet-session pallet-timestamp sp-staking sp-consensus-babe sp-consensus-slots sp-consensus-vrf frame-election-provider-support sp-npos-elections sc-service sc-utils sp-finality-grandpa sc-client-db kitchensink-runtime frame-executive pallet-balances pallet-transaction-payment frame-system-benchmarking node-primitives pallet-alliance pallet-collective pallet-identity pallet-asset-tx-payment pallet-assets pallet-authority-discovery sp-authority-discovery pallet-bags-list pallet-bounties pallet-treasury pallet-child-bounties pallet-contracts pallet-contracts-primitives pallet-randomness-collective-flip pallet-utility pallet-contracts-rpc-runtime-api pallet-conviction-voting pallet-scheduler pallet-preimage pallet-democracy pallet-election-provider-multi-phase pallet-election-provider-support-benchmarking pallet-elections-phragmen pallet-gilt pallet-grandpa pallet-offences pallet-staking pallet-im-online pallet-indices pallet-lottery frame-support-test frame-support-test-pallet pallet-membership pallet-mmr sp-mmr-primitives pallet-multisig pallet-nomination-pools pallet-nomination-pools-benchmarking pallet-nomination-pools-runtime-api pallet-offences-benchmarking pallet-proxy pallet-ranked-collective pallet-recovery pallet-referenda pallet-remark pallet-session-benchmarking pallet-society pallet-state-trie-migration remote-externalities pallet-sudo pallet-tips pallet-transaction-payment-rpc-runtime-api pallet-transaction-storage pallet-uniques pallet-vesting pallet-whitelist sp-offchain sp-transaction-pool sc-rpc sp-consensus-aura frame-benchmarking-cli sc-cli node-template-runtime pallet-aura pallet-template node-executor node-cli sp-consensus-pow pallet-atomic-swap pallet-beefy pallet-beefy-mmr pallet-example-basic pallet-example-offchain-worker pallet-example-parallel pallet-nicks pallet-node-authorization pallet-scored-pool pallet-staking-reward-fn frame-support-test-compile-pass sp-npos-elections-fuzzer code: 1 - cmd: f f --check stdout: | Found 131 crates with unformatted features: node-template frame-benchmarking frame-support frame-support-procedural sp-api sp-core sp-core-hashing sp-std sp-externalities sp-storage sp-runtime-interface sp-tracing sp-io sp-keystore sp-state-machine sp-trie sp-runtime sp-application-crypto sp-arithmetic sc-executor sc-executor-common sp-sandbox sc-runtime-test sp-tasks sp-version sp-test-primitives substrate-test-runtime beefy-merkle-tree beefy-primitives frame-system frame-system-rpc-runtime-api pallet-babe pallet-authorship pallet-session pallet-timestamp sp-staking sp-consensus-babe sp-consensus-slots sp-consensus-vrf frame-election-provider-support sp-npos-elections sc-service sc-utils sp-finality-grandpa sc-client-db kitchensink-runtime frame-executive pallet-balances pallet-transaction-payment frame-system-benchmarking node-primitives pallet-alliance pallet-collective pallet-identity pallet-asset-tx-payment pallet-assets pallet-authority-discovery sp-authority-discovery pallet-bags-list pallet-bounties pallet-treasury pallet-child-bounties pallet-contracts pallet-contracts-primitives pallet-randomness-collective-flip pallet-utility pallet-contracts-rpc-runtime-api pallet-conviction-voting pallet-scheduler pallet-preimage pallet-democracy pallet-election-provider-multi-phase pallet-election-provider-support-benchmarking pallet-elections-phragmen pallet-gilt pallet-grandpa pallet-offences pallet-staking pallet-im-online pallet-indices pallet-lottery frame-support-test frame-support-test-pallet pallet-membership pallet-mmr sp-mmr-primitives pallet-multisig pallet-nomination-pools pallet-nomination-pools-benchmarking pallet-nomination-pools-runtime-api pallet-offences-benchmarking pallet-proxy pallet-ranked-collective pallet-recovery pallet-referenda pallet-remark pallet-session-benchmarking pallet-society pallet-state-trie-migration remote-externalities pallet-sudo pallet-tips pallet-transaction-payment-rpc-runtime-api pallet-transaction-storage pallet-uniques pallet-vesting pallet-whitelist sp-offchain sp-transaction-pool sc-rpc sp-consensus-aura frame-benchmarking-cli sc-cli node-template-runtime pallet-aura pallet-template node-executor node-cli sp-consensus-pow pallet-atomic-swap pallet-beefy pallet-beefy-mmr pallet-example-basic pallet-example-offchain-worker pallet-example-parallel pallet-nicks pallet-node-authorization pallet-scored-pool pallet-staking-reward-fn frame-support-test-compile-pass sp-npos-elections-fuzzer Run again with `--fix` to format them. stderr: | [WARN] The `--check` is now implicit and ignored code: 1