style: apply taplo format to all Cargo.toml files

This commit is contained in:
2026-01-04 17:37:38 +03:00
parent 57fef835e3
commit 5bdc1a900a
405 changed files with 1273 additions and 1272 deletions
+6 -6
View File
@@ -112,10 +112,10 @@ runtime-benchmarks = [
"pezkuwi-node-core-pvf/runtime-benchmarks",
"pezkuwi-overseer/runtime-benchmarks",
]
try-runtime = [ "pezkuwi-cli/try-runtime" ]
fast-runtime = [ "pezkuwi-cli/fast-runtime" ]
runtime-metrics = [ "pezkuwi-cli/runtime-metrics" ]
pyroscope = [ "pezkuwi-cli/pyroscope" ]
try-runtime = ["pezkuwi-cli/try-runtime"]
fast-runtime = ["pezkuwi-cli/fast-runtime"]
runtime-metrics = ["pezkuwi-cli/runtime-metrics"]
pyroscope = ["pezkuwi-cli/pyroscope"]
jemalloc-allocator = [
"dep:tikv-jemallocator",
"pezkuwi-node-core-pvf-prepare-worker/jemalloc-allocator",
@@ -125,8 +125,8 @@ jemalloc-allocator = [
# Generate the metadata hash needed for CheckMetadataHash
# in the builtin test runtimes (zagros and pezkuwichain).
metadata-hash = [ "pezkuwi-cli/metadata-hash" ]
metadata-hash = ["pezkuwi-cli/metadata-hash"]
# Enables timeout-based tests supposed to be run only in CI environment as they may be flaky
# when run locally depending on system load
ci-only-tests = [ "pezkuwi-node-core-pvf/ci-only-tests" ]
ci-only-tests = ["pezkuwi-node-core-pvf/ci-only-tests"]
+11 -11
View File
@@ -47,10 +47,10 @@ pezsp-runtime = { workspace = true, default-features = true }
bizinikiwi-build-script-utils = { workspace = true, default-features = true }
[features]
default = [ "cli", "db", "full-node" ]
db = [ "pezkuwi-service/db" ]
metadata-hash = [ "pezkuwi-service/metadata-hash" ]
service = [ "dep:pezkuwi-service" ]
default = ["cli", "db", "full-node"]
db = ["pezkuwi-service/db"]
metadata-hash = ["pezkuwi-service/metadata-hash"]
service = ["dep:pezkuwi-service"]
cli = [
"clap",
"pezframe-benchmarking-cli",
@@ -71,16 +71,16 @@ runtime-benchmarks = [
"pezsp-keyring/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
]
full-node = [ "pezkuwi-service/full-node" ]
try-runtime = [ "pezkuwi-service?/try-runtime", "pezsp-runtime/try-runtime" ]
fast-runtime = [ "pezkuwi-service/fast-runtime" ]
pyroscope = [ "dep:pyroscope", "pyroscope_pprofrs" ]
full-node = ["pezkuwi-service/full-node"]
try-runtime = ["pezkuwi-service?/try-runtime", "pezsp-runtime/try-runtime"]
fast-runtime = ["pezkuwi-service/fast-runtime"]
pyroscope = ["dep:pyroscope", "pyroscope_pprofrs"]
# Configure the native runtimes to use.
zagros-native = [ "pezkuwi-service/zagros-native" ]
pezkuwichain-native = [ "pezkuwi-service/pezkuwichain-native" ]
zagros-native = ["pezkuwi-service/zagros-native"]
pezkuwichain-native = ["pezkuwi-service/pezkuwichain-native"]
malus = [ "full-node", "pezkuwi-service/malus" ]
malus = ["full-node", "pezkuwi-service/malus"]
runtime-metrics = [
"pezkuwi-node-metrics/runtime-metrics",
"pezkuwi-service/runtime-metrics",
+3 -3
View File
@@ -19,6 +19,6 @@ pezsp-runtime = { workspace = true }
scale-info = { features = ["derive"], workspace = true }
[features]
default = [ "std" ]
std = [ "codec/std", "pezsp-core/std", "pezsp-runtime/std", "scale-info/std" ]
runtime-benchmarks = [ "pezsp-runtime/runtime-benchmarks" ]
default = ["std"]
std = ["codec/std", "pezsp-core/std", "pezsp-runtime/std", "scale-info/std"]
runtime-benchmarks = ["pezsp-runtime/runtime-benchmarks"]
+1 -1
View File
@@ -77,7 +77,7 @@ pezsc-sysinfo = { workspace = true, default-features = true }
[features]
ci-only-tests = []
jemalloc-allocator = [ "pezkuwi-node-core-pvf-common/jemalloc-allocator" ]
jemalloc-allocator = ["pezkuwi-node-core-pvf-common/jemalloc-allocator"]
# This feature is used to export test code to other crates without putting it in the production build.
test-utils = [
"dep:is_executable",
+1 -1
View File
@@ -21,4 +21,4 @@ pezkuwi-primitives = { features = [
tracing = { workspace = true, default-features = true }
[features]
runtime-benchmarks = [ "pezkuwi-primitives/runtime-benchmarks" ]
runtime-benchmarks = ["pezkuwi-primitives/runtime-benchmarks"]
+1 -1
View File
@@ -67,7 +67,7 @@ bizinikiwi-build-script-utils = { workspace = true, default-features = true }
[features]
default = []
fast-runtime = [ "pezkuwi-cli/fast-runtime" ]
fast-runtime = ["pezkuwi-cli/fast-runtime"]
runtime-benchmarks = [
"gum/runtime-benchmarks",
"pezkuwi-cli/runtime-benchmarks",
@@ -56,7 +56,7 @@ itertools = { workspace = true }
[features]
default = []
experimental-collator-protocol = [ "async-trait", "tokio" ]
experimental-collator-protocol = ["async-trait", "tokio"]
runtime-benchmarks = [
"gum/runtime-benchmarks",
"pezkuwi-node-network-protocol/runtime-benchmarks",
+4 -4
View File
@@ -39,10 +39,10 @@ pezkuwi-node-subsystem-test-helpers = { workspace = true }
pezkuwi-primitives-test-helpers = { workspace = true }
[features]
default = [ "futures_channel" ]
expand = [ "orchestra/expand" ]
futures_channel = [ "metered/futures_channel", "orchestra/futures_channel" ]
jemalloc-allocator = [ "dep:tikv-jemalloc-ctl" ]
default = ["futures_channel"]
expand = ["orchestra/expand"]
futures_channel = ["metered/futures_channel", "orchestra/futures_channel"]
jemalloc-allocator = ["dep:tikv-jemalloc-ctl"]
runtime-benchmarks = [
"gum/runtime-benchmarks",
"pezkuwi-node-metrics/runtime-benchmarks",
+3 -3
View File
@@ -146,8 +146,8 @@ pezsp-tracing = { workspace = true }
tempfile = { workspace = true }
[features]
default = [ "db", "full-node" ]
db = [ "pezsc-service/rocksdb" ]
default = ["db", "full-node"]
db = ["pezsc-service/rocksdb"]
full-node = [
"kvdb-rocksdb",
"parity-db",
@@ -301,7 +301,7 @@ fast-runtime = [
"zagros-runtime?/fast-runtime",
]
malus = [ "full-node" ]
malus = ["full-node"]
runtime-metrics = [
"pezkuwi-runtime-teyrchains/runtime-metrics",
"pezkuwichain-runtime?/runtime-metrics",
+1 -1
View File
@@ -102,7 +102,7 @@ strum = { features = ["derive"], workspace = true, default-features = true }
[features]
default = []
memprofile = [ "dep:tikv-jemallocator" ]
memprofile = ["dep:tikv-jemallocator"]
runtime-benchmarks = [
"gum/runtime-benchmarks",
"pezkuwi-approval-distribution/runtime-benchmarks",
+1 -1
View File
@@ -60,7 +60,7 @@ pezpallet-balances = { workspace = true }
tokio = { features = ["macros"], workspace = true, default-features = true }
[features]
runtime-metrics = [ "pezkuwi-test-runtime/runtime-metrics" ]
runtime-metrics = ["pezkuwi-test-runtime/runtime-metrics"]
runtime-benchmarks = [
"bizinikiwi-test-client/runtime-benchmarks",
"pezframe-system/runtime-benchmarks",
@@ -30,4 +30,4 @@ tokio = { features = [
tokio-tungstenite = { workspace = true }
[features]
runtime-benchmarks = [ "gum/runtime-benchmarks" ]
runtime-benchmarks = ["gum/runtime-benchmarks"]
+1 -1
View File
@@ -43,7 +43,7 @@ pezsp-staking = { workspace = true, default-features = false }
serde = { version = "1.0" }
[features]
default = [ "std" ]
default = ["std"]
std = [
"codec/std",
"log/std",
+1 -1
View File
@@ -39,7 +39,7 @@ pezkuwi-core-primitives = { workspace = true }
pezkuwi-teyrchain-primitives = { workspace = true }
[features]
default = [ "std" ]
default = ["std"]
std = [
"bitvec/std",
"bounded-collections/std",
+1 -1
View File
@@ -74,7 +74,7 @@ pezsp-keystore = { workspace = true, default-features = true }
serde_json = { workspace = true, default-features = true }
[features]
default = [ "std" ]
default = ["std"]
no_std = []
std = [
"bitvec/std",
@@ -19,6 +19,6 @@ paste = { workspace = true, default-features = true }
pezsp-runtime = { workspace = true }
[features]
default = [ "std" ]
std = [ "codec/std", "pezsp-runtime/std" ]
runtime-benchmarks = [ "pezsp-runtime/runtime-benchmarks" ]
default = ["std"]
std = ["codec/std", "pezsp-runtime/std"]
runtime-benchmarks = ["pezsp-runtime/runtime-benchmarks"]
+2 -2
View File
@@ -21,7 +21,7 @@ pezsp-tracing = { workspace = true }
bs58 = { features = ["alloc"], workspace = true }
[features]
default = [ "std" ]
default = ["std"]
std = [
"bs58/std",
"codec/std",
@@ -29,7 +29,7 @@ std = [
"pezkuwi-primitives/std",
"pezsp-tracing/std",
]
runtime-metrics = [ "pezframe-benchmarking", "pezsp-tracing/with-tracing" ]
runtime-metrics = ["pezframe-benchmarking", "pezsp-tracing/with-tracing"]
runtime-benchmarks = [
"pezframe-benchmarking?/runtime-benchmarks",
"pezkuwi-primitives/runtime-benchmarks",
+4 -4
View File
@@ -129,7 +129,7 @@ tokio = { features = ["macros"], workspace = true, default-features = true }
bizinikiwi-wasm-builder = { optional = true, workspace = true, default-features = true }
[features]
default = [ "std" ]
default = ["std"]
no_std = []
std = [
"bitvec/std",
@@ -359,10 +359,10 @@ try-runtime = [
]
# Enable the metadata hash generation in the wasm builder.
metadata-hash = [ "bizinikiwi-wasm-builder/metadata-hash" ]
metadata-hash = ["bizinikiwi-wasm-builder/metadata-hash"]
# Set timing constants (e.g. session period) to faster versions to speed up testing.
fast-runtime = [ "pezkuwichain-runtime-constants/fast-runtime" ]
fast-runtime = ["pezkuwichain-runtime-constants/fast-runtime"]
runtime-metrics = [
"pezkuwi-runtime-teyrchains/runtime-metrics",
@@ -372,4 +372,4 @@ runtime-metrics = [
# A feature that should be enabled when the runtime should be built for on-chain
# deployment. This will disable stuff that shouldn't be part of the on-chain wasm
# to make it smaller, like logging for example.
on-chain-release-build = [ "metadata-hash" ]
on-chain-release-build = ["metadata-hash"]
@@ -27,7 +27,7 @@ pezsp-api = { workspace = true }
pezsp-std = { workspace = true }
[features]
default = [ "std" ]
default = ["std"]
std = [
"pezbp-header-pez-chain/std",
"pezbp-pezkuwi-core/std",
@@ -29,7 +29,7 @@ xcm = { workspace = true }
xcm-builder = { workspace = true }
[features]
default = [ "std" ]
default = ["std"]
std = [
"pezframe-support/std",
"pezkuwi-primitives/std",
+1 -1
View File
@@ -71,7 +71,7 @@ xcm-executor = { workspace = true }
bizinikiwi-wasm-builder = { workspace = true, default-features = true }
[features]
default = [ "std" ]
default = ["std"]
no_std = []
runtime-metrics = [
@@ -21,8 +21,8 @@ pezkuwi-primitives = { workspace = true }
pezsp-runtime = { workspace = true }
[features]
default = [ "std" ]
std = [ "pezframe-support/std", "pezkuwi-primitives/std", "pezsp-runtime/std" ]
default = ["std"]
std = ["pezframe-support/std", "pezkuwi-primitives/std", "pezsp-runtime/std"]
runtime-benchmarks = [
"pezframe-support/runtime-benchmarks",
"pezkuwi-primitives/runtime-benchmarks",
+1 -1
View File
@@ -78,7 +78,7 @@ serde_json = { workspace = true, default-features = true }
thousands = { workspace = true }
[features]
default = [ "std" ]
default = ["std"]
no_std = []
std = [
"bitvec/std",
+3 -3
View File
@@ -135,7 +135,7 @@ tokio = { features = ["macros"], workspace = true, default-features = true }
bizinikiwi-wasm-builder = { workspace = true, default-features = true }
[features]
default = [ "std" ]
default = ["std"]
no_std = []
std = [
"bitvec/std",
@@ -386,7 +386,7 @@ try-runtime = [
]
# Enable the metadata hash generation in the wasm builder.
metadata-hash = [ "bizinikiwi-wasm-builder/metadata-hash" ]
metadata-hash = ["bizinikiwi-wasm-builder/metadata-hash"]
# Set timing constants (e.g. session period) to faster versions to speed up testing.
fast-runtime = []
@@ -399,4 +399,4 @@ runtime-metrics = [
# A feature that should be enabled when the runtime should be built for on-chain
# deployment. This will disable stuff that shouldn't be part of the on-chain wasm
# to make it smaller, like logging for example.
on-chain-release-build = [ "metadata-hash" ]
on-chain-release-build = ["metadata-hash"]
@@ -27,7 +27,7 @@ pezsp-api = { workspace = true }
pezsp-std = { workspace = true }
[features]
default = [ "std" ]
default = ["std"]
std = [
"pezbp-header-pez-chain/std",
"pezbp-pezkuwi-core/std",
+1 -1
View File
@@ -29,7 +29,7 @@ xcm = { workspace = true }
xcm-builder = { workspace = true }
[features]
default = [ "std" ]
default = ["std"]
std = [
"pezframe-support/std",
"pezkuwi-primitives/std",
+1 -1
View File
@@ -30,7 +30,7 @@ scale-info = { features = ["derive", "serde"], workspace = true }
serde = { features = ["alloc", "derive"], workspace = true }
[features]
default = [ "std" ]
default = ["std"]
wasm-api = []
std = [
"bounded-collections/std",
@@ -27,8 +27,8 @@ pezsp-io = { features = ["disable_allocator"], workspace = true }
bizinikiwi-wasm-builder = { workspace = true, default-features = true }
[features]
default = [ "std" ]
std = [ "codec/std", "pezkuwi-teyrchain-primitives/std", "pezsp-io/std" ]
default = ["std"]
std = ["codec/std", "pezkuwi-teyrchain-primitives/std", "pezsp-io/std"]
runtime-benchmarks = [
"bizinikiwi-wasm-builder/runtime-benchmarks",
"pezkuwi-teyrchain-primitives/runtime-benchmarks",
@@ -19,5 +19,5 @@ bizinikiwi-wasm-builder = { workspace = true, default-features = true }
rustversion = { workspace = true }
[features]
default = [ "std" ]
default = ["std"]
std = []
@@ -29,7 +29,7 @@ pezsp-io = { features = ["disable_allocator"], workspace = true }
bizinikiwi-wasm-builder = { workspace = true, default-features = true }
[features]
default = [ "std" ]
default = ["std"]
std = [
"codec/std",
"log/std",
+1 -1
View File
@@ -33,7 +33,7 @@ xcm-pez-procedural = { workspace = true, default-features = true }
pezsp-io = { workspace = true, default-features = true }
[features]
default = [ "std" ]
default = ["std"]
wasm-api = []
std = [
"bounded-collections/std",
@@ -33,7 +33,7 @@ pezsp-tracing = { workspace = true, default-features = true }
xcm = { workspace = true, default-features = true }
[features]
default = [ "std" ]
default = ["std"]
std = [
"codec/std",
"pezframe-benchmarking/std",
+2 -2
View File
@@ -45,7 +45,7 @@ pezsp-tracing = { workspace = true, default-features = true }
# xcm-pez-simulator = { workspace = true, default-features = true }
[features]
default = [ "std" ]
default = ["std"]
std = [
"bounded-collections/std",
"codec/std",
@@ -80,7 +80,7 @@ runtime-benchmarks = [
"xcm-runtime-pezapis/runtime-benchmarks",
"xcm/runtime-benchmarks",
]
test-utils = [ "std" ]
test-utils = ["std"]
try-runtime = [
"pezframe-support/try-runtime",
"pezframe-system/try-runtime",
@@ -39,7 +39,7 @@ xcm-builder = { workspace = true, default-features = true }
xcm-pez-simulator = { workspace = true, default-features = true }
[features]
default = [ "std" ]
default = ["std"]
std = [
"codec/std",
"pezframe-support/std",
+1 -1
View File
@@ -50,7 +50,7 @@ primitive-types = { features = [
xcm-pez-simulator = { workspace = true, default-features = true }
[features]
default = [ "std" ]
default = ["std"]
runtime-benchmarks = [
"pezframe-support/runtime-benchmarks",
"pezframe-system/runtime-benchmarks",
+1 -1
View File
@@ -28,7 +28,7 @@ tracing = { workspace = true }
xcm = { workspace = true }
[features]
default = [ "std" ]
default = ["std"]
runtime-benchmarks = [
"pezframe-benchmarking/runtime-benchmarks",
"pezframe-support/runtime-benchmarks",
@@ -34,7 +34,7 @@ xcm = { workspace = true }
xcm-executor = { workspace = true, default-features = true }
[features]
default = [ "std" ]
default = ["std"]
std = [
"pezframe-support/std",
"pezframe-system/std",
+1 -1
View File
@@ -35,7 +35,7 @@ xcm-builder = { workspace = true }
# xcm-pez-simulator = { workspace = true, default-features = true }
[features]
default = [ "std" ]
default = ["std"]
std = [
"codec/std",
"pezframe-support/std",
+2 -2
View File
@@ -23,6 +23,8 @@ pezkuwi-primitives = { workspace = true, default-features = true }
pezkuwi-subxt = { workspace = true, default-features = false, features = [
"native",
] }
pezkuwi-zombienet-orchestrator = { workspace = true }
pezkuwi-zombienet-sdk = { workspace = true }
pezpallet-revive = { workspace = true, features = ["std"] }
pezsp-core = { workspace = true }
pezsp-runtime = { workspace = true }
@@ -31,8 +33,6 @@ serde = { workspace = true }
serde_json = { workspace = true }
tokio = { workspace = true, features = ["rt-multi-thread"] }
tokio-util = { workspace = true, features = ["time"] }
pezkuwi-zombienet-orchestrator = { workspace = true }
pezkuwi-zombienet-sdk = { workspace = true }
[features]
zombie-metadata = []