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
@@ -24,7 +24,7 @@ scale-info = { features = ["derive"], workspace = true }
serde = { optional = true, features = ["alloc", "derive"], workspace = true }
[features]
default = [ "std" ]
default = ["std"]
std = [
"codec/std",
"full_crypto",
@@ -35,7 +35,7 @@ std = [
]
# Serde support without relying on std features.
serde = [ "dep:serde", "pezsp-core/serde", "scale-info/serde" ]
serde = ["dep:serde", "pezsp-core/serde", "scale-info/serde"]
# This feature enables all crypto primitives for `no_std` builds like microcontrollers
# or Intel SGX.
@@ -25,7 +25,7 @@ pezsp-keystore = { workspace = true }
pezsp-tracing = { workspace = true, default-features = true }
[features]
bls-experimental = [ "bizinikiwi-test-runtime-client/bls-experimental" ]
bls-experimental = ["bizinikiwi-test-runtime-client/bls-experimental"]
runtime-benchmarks = [
"bizinikiwi-test-runtime-client/runtime-benchmarks",
"pezsp-api/runtime-benchmarks",