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
+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",