style: apply taplo format to all Cargo.toml files
This commit is contained in:
@@ -96,10 +96,10 @@ pezbp-messages = { workspace = true }
|
||||
pezbp-pezkuwi-bulletin = { workspace = true }
|
||||
pezbp-pezkuwi-core = { workspace = true }
|
||||
pezbp-relayers = { workspace = true }
|
||||
pezbp-runtime = { workspace = true }
|
||||
pezbp-teyrchains = { workspace = true }
|
||||
pezbp-xcm-bridge-hub-router = { workspace = true }
|
||||
pezbp-zagros = { workspace = true }
|
||||
pezbp-runtime = { workspace = true }
|
||||
pezbridge-runtime-common = { workspace = true }
|
||||
pezpallet-bridge-grandpa = { workspace = true }
|
||||
pezpallet-bridge-messages = { workspace = true }
|
||||
@@ -133,7 +133,7 @@ pezsnowbridge-runtime-test-common = { workspace = true, default-features = true
|
||||
teyrchains-runtimes-test-utils = { workspace = true, default-features = true }
|
||||
|
||||
[features]
|
||||
default = [ "std" ]
|
||||
default = ["std"]
|
||||
std = [
|
||||
"bizinikiwi-wasm-builder",
|
||||
"codec/std",
|
||||
|
||||
+2
-2
@@ -21,8 +21,8 @@ codec = { features = ["derive"], workspace = true }
|
||||
# Bridge Dependencies
|
||||
pezbp-bridge-hub-pezcumulus = { workspace = true }
|
||||
pezbp-messages = { workspace = true }
|
||||
pezbp-xcm-bridge-hub = { workspace = true }
|
||||
pezbp-runtime = { workspace = true }
|
||||
pezbp-xcm-bridge-hub = { workspace = true }
|
||||
|
||||
# Bizinikiwi Based Dependencies
|
||||
pezframe-support = { workspace = true }
|
||||
@@ -31,7 +31,7 @@ pezsp-runtime = { workspace = true }
|
||||
pezsp-std = { workspace = true }
|
||||
|
||||
[features]
|
||||
default = [ "std" ]
|
||||
default = ["std"]
|
||||
std = [
|
||||
"codec/std",
|
||||
"pezbp-bridge-hub-pezcumulus/std",
|
||||
|
||||
@@ -94,10 +94,10 @@ pezbp-messages = { workspace = true }
|
||||
pezbp-pezkuwi-core = { workspace = true }
|
||||
pezbp-pezkuwichain = { workspace = true }
|
||||
pezbp-relayers = { workspace = true }
|
||||
pezbp-runtime = { workspace = true }
|
||||
pezbp-teyrchains = { workspace = true }
|
||||
pezbp-xcm-bridge-hub-router = { workspace = true }
|
||||
pezbridge-hub-common = { workspace = true }
|
||||
pezbp-runtime = { workspace = true }
|
||||
pezbridge-runtime-common = { workspace = true }
|
||||
pezpallet-bridge-grandpa = { workspace = true }
|
||||
pezpallet-bridge-messages = { workspace = true }
|
||||
@@ -238,7 +238,7 @@ std = [
|
||||
"xcm/std",
|
||||
"zagros-runtime-constants/std",
|
||||
]
|
||||
default = [ "std" ]
|
||||
default = ["std"]
|
||||
|
||||
runtime-benchmarks = [
|
||||
"bizinikiwi-wasm-builder?/runtime-benchmarks",
|
||||
@@ -377,11 +377,11 @@ try-runtime = [
|
||||
]
|
||||
|
||||
# Enable the metadata hash generation in the wasm builder.
|
||||
metadata-hash = [ "bizinikiwi-wasm-builder/metadata-hash" ]
|
||||
metadata-hash = ["bizinikiwi-wasm-builder/metadata-hash"]
|
||||
|
||||
# A feature that should be enabled when the runtime should be built for on-chain
|
||||
# deployment. This will disable stuff that shouldn't be part of the on-chain wasm
|
||||
# to make it smaller, like logging for example.
|
||||
on-chain-release-build = [ "metadata-hash" ]
|
||||
on-chain-release-build = ["metadata-hash"]
|
||||
|
||||
fast-runtime = []
|
||||
|
||||
+2
-2
@@ -21,8 +21,8 @@ codec = { features = ["derive"], workspace = true }
|
||||
# Bridge Dependencies
|
||||
pezbp-bridge-hub-pezcumulus = { workspace = true }
|
||||
pezbp-messages = { workspace = true }
|
||||
pezbp-xcm-bridge-hub = { workspace = true }
|
||||
pezbp-runtime = { workspace = true }
|
||||
pezbp-xcm-bridge-hub = { workspace = true }
|
||||
|
||||
# Bizinikiwi Based Dependencies
|
||||
pezframe-support = { workspace = true }
|
||||
@@ -31,7 +31,7 @@ pezsp-runtime = { workspace = true }
|
||||
pezsp-std = { workspace = true }
|
||||
|
||||
[features]
|
||||
default = [ "std" ]
|
||||
default = ["std"]
|
||||
std = [
|
||||
"codec/std",
|
||||
"pezbp-bridge-hub-pezcumulus/std",
|
||||
|
||||
@@ -27,7 +27,7 @@ xcm-builder = { workspace = true }
|
||||
xcm-executor = { workspace = true }
|
||||
|
||||
[features]
|
||||
default = [ "std" ]
|
||||
default = ["std"]
|
||||
std = [
|
||||
"codec/std",
|
||||
"pezcumulus-primitives-core/std",
|
||||
|
||||
@@ -48,9 +48,9 @@ pezbp-header-pez-chain = { workspace = true }
|
||||
pezbp-messages = { workspace = true }
|
||||
pezbp-pezkuwi-core = { workspace = true }
|
||||
pezbp-relayers = { workspace = true }
|
||||
pezbp-runtime = { workspace = true }
|
||||
pezbp-test-utils = { workspace = true }
|
||||
pezbp-teyrchains = { workspace = true }
|
||||
pezbp-runtime = { workspace = true }
|
||||
pezpallet-bridge-grandpa = { workspace = true }
|
||||
pezpallet-bridge-messages = { features = ["test-helpers"], workspace = true }
|
||||
pezpallet-bridge-relayers = { workspace = true }
|
||||
@@ -58,7 +58,7 @@ pezpallet-bridge-teyrchains = { workspace = true }
|
||||
pezpallet-xcm-bridge-hub = { workspace = true }
|
||||
|
||||
[features]
|
||||
default = [ "std" ]
|
||||
default = ["std"]
|
||||
std = [
|
||||
"asset-test-pezutils/std",
|
||||
"codec/std",
|
||||
|
||||
Reference in New Issue
Block a user