fix: taplo format all Cargo.toml files

This commit is contained in:
2026-01-07 18:47:06 +03:00
parent 043f6e875a
commit f291117ad4
49 changed files with 123 additions and 123 deletions
@@ -35,6 +35,8 @@ pezsp-transaction-pool = { workspace = true, default-features = true }
[features]
default = ["std"]
std = [
"bizinikiwi-test-runtime-client/std",
"bizinikiwi-wasm-builder/std",
"codec/std",
"const-hex/std",
"log/std",
@@ -42,25 +44,23 @@ std = [
"pezframe-system/std",
"pezsp-runtime/std",
"scale-info/std",
"bizinikiwi-test-runtime-client/std",
"bizinikiwi-wasm-builder/std"
]
runtime-benchmarks = [
"bizinikiwi-test-runtime-client/runtime-benchmarks",
"bizinikiwi-wasm-builder/runtime-benchmarks",
"pezframe-support/runtime-benchmarks",
"pezframe-system/runtime-benchmarks",
"pezsp-api/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
"pezsp-transaction-pool/runtime-benchmarks",
"bizinikiwi-wasm-builder/runtime-benchmarks"
]
try-runtime = [
"bizinikiwi-test-runtime-client/try-runtime",
"pezframe-support/try-runtime",
"pezframe-system/try-runtime",
"pezsp-api/try-runtime",
"pezsp-runtime/try-runtime",
"bizinikiwi-test-runtime-client/try-runtime",
"pezsp-transaction-pool/try-runtime"
"pezsp-transaction-pool/try-runtime",
]
serde = []
experimental = []