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
+2 -2
View File
@@ -18,8 +18,8 @@ pezsp-api = { workspace = true }
pezsp-consensus-aura = { workspace = true }
[features]
default = [ "std" ]
std = [ "pezsp-api/std", "pezsp-consensus-aura/std" ]
default = ["std"]
std = ["pezsp-api/std", "pezsp-consensus-aura/std"]
runtime-benchmarks = [
"pezsp-api/runtime-benchmarks",
"pezsp-consensus-aura/runtime-benchmarks",
+1 -1
View File
@@ -29,7 +29,7 @@ pezkuwi-teyrchain-primitives = { workspace = true }
xcm = { workspace = true }
[features]
default = [ "std" ]
default = ["std"]
std = [
"codec/std",
"pezkuwi-core-primitives/std",
@@ -23,7 +23,7 @@ pezsp-io = { workspace = true, default-features = true }
pezsp-state-machine = { workspace = true, default-features = true }
[features]
default = [ "std" ]
default = ["std"]
std = [
"pezsp-externalities/std",
"pezsp-runtime-interface/std",
@@ -33,7 +33,7 @@ pezsp-io = { workspace = true }
pezsp-trie = { workspace = true }
[features]
default = [ "std" ]
default = ["std"]
std = [
"codec/std",
"log/std",
@@ -26,7 +26,7 @@ pezsp-trie = { workspace = true }
pezcumulus-primitives-core = { workspace = true }
[features]
default = [ "std" ]
default = ["std"]
std = [
"async-trait",
"codec/std",
+1 -1
View File
@@ -21,7 +21,7 @@ pezsp-timestamp = { workspace = true }
pezcumulus-primitives-core = { workspace = true }
[features]
default = [ "std" ]
default = ["std"]
std = [
"pezcumulus-primitives-core/std",
"pezsp-inherents/std",
+1 -1
View File
@@ -31,7 +31,7 @@ xcm-executor = { workspace = true }
pezcumulus-primitives-core = { workspace = true }
[features]
default = [ "std" ]
default = ["std"]
std = [
"codec/std",
"log/std",