style: apply taplo format to all Cargo.toml files

This commit is contained in:
2026-01-04 17:37:38 +03:00
parent 479010094e
commit b8990884db
415 changed files with 2872 additions and 1272 deletions
+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"]