style: apply taplo format to all Cargo.toml files
This commit is contained in:
@@ -74,7 +74,7 @@ pezsp-keystore = { workspace = true, default-features = true }
|
||||
serde_json = { workspace = true, default-features = true }
|
||||
|
||||
[features]
|
||||
default = [ "std" ]
|
||||
default = ["std"]
|
||||
no_std = []
|
||||
std = [
|
||||
"bitvec/std",
|
||||
|
||||
@@ -19,6 +19,6 @@ paste = { workspace = true, default-features = true }
|
||||
pezsp-runtime = { workspace = true }
|
||||
|
||||
[features]
|
||||
default = [ "std" ]
|
||||
std = [ "codec/std", "pezsp-runtime/std" ]
|
||||
runtime-benchmarks = [ "pezsp-runtime/runtime-benchmarks" ]
|
||||
default = ["std"]
|
||||
std = ["codec/std", "pezsp-runtime/std"]
|
||||
runtime-benchmarks = ["pezsp-runtime/runtime-benchmarks"]
|
||||
|
||||
@@ -21,7 +21,7 @@ pezsp-tracing = { workspace = true }
|
||||
bs58 = { features = ["alloc"], workspace = true }
|
||||
|
||||
[features]
|
||||
default = [ "std" ]
|
||||
default = ["std"]
|
||||
std = [
|
||||
"bs58/std",
|
||||
"codec/std",
|
||||
@@ -29,7 +29,7 @@ std = [
|
||||
"pezkuwi-primitives/std",
|
||||
"pezsp-tracing/std",
|
||||
]
|
||||
runtime-metrics = [ "pezframe-benchmarking", "pezsp-tracing/with-tracing" ]
|
||||
runtime-metrics = ["pezframe-benchmarking", "pezsp-tracing/with-tracing"]
|
||||
runtime-benchmarks = [
|
||||
"pezframe-benchmarking?/runtime-benchmarks",
|
||||
"pezkuwi-primitives/runtime-benchmarks",
|
||||
|
||||
@@ -129,7 +129,7 @@ tokio = { features = ["macros"], workspace = true, default-features = true }
|
||||
bizinikiwi-wasm-builder = { optional = true, workspace = true, default-features = true }
|
||||
|
||||
[features]
|
||||
default = [ "std" ]
|
||||
default = ["std"]
|
||||
no_std = []
|
||||
std = [
|
||||
"bitvec/std",
|
||||
@@ -359,10 +359,10 @@ 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"]
|
||||
|
||||
# Set timing constants (e.g. session period) to faster versions to speed up testing.
|
||||
fast-runtime = [ "pezkuwichain-runtime-constants/fast-runtime" ]
|
||||
fast-runtime = ["pezkuwichain-runtime-constants/fast-runtime"]
|
||||
|
||||
runtime-metrics = [
|
||||
"pezkuwi-runtime-teyrchains/runtime-metrics",
|
||||
@@ -372,4 +372,4 @@ runtime-metrics = [
|
||||
# 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"]
|
||||
|
||||
@@ -27,7 +27,7 @@ pezsp-api = { workspace = true }
|
||||
pezsp-std = { workspace = true }
|
||||
|
||||
[features]
|
||||
default = [ "std" ]
|
||||
default = ["std"]
|
||||
std = [
|
||||
"pezbp-header-pez-chain/std",
|
||||
"pezbp-pezkuwi-core/std",
|
||||
|
||||
@@ -29,7 +29,7 @@ xcm = { workspace = true }
|
||||
xcm-builder = { workspace = true }
|
||||
|
||||
[features]
|
||||
default = [ "std" ]
|
||||
default = ["std"]
|
||||
std = [
|
||||
"pezframe-support/std",
|
||||
"pezkuwi-primitives/std",
|
||||
|
||||
@@ -71,7 +71,7 @@ xcm-executor = { workspace = true }
|
||||
bizinikiwi-wasm-builder = { workspace = true, default-features = true }
|
||||
|
||||
[features]
|
||||
default = [ "std" ]
|
||||
default = ["std"]
|
||||
no_std = []
|
||||
|
||||
runtime-metrics = [
|
||||
|
||||
@@ -21,8 +21,8 @@ pezkuwi-primitives = { workspace = true }
|
||||
pezsp-runtime = { workspace = true }
|
||||
|
||||
[features]
|
||||
default = [ "std" ]
|
||||
std = [ "pezframe-support/std", "pezkuwi-primitives/std", "pezsp-runtime/std" ]
|
||||
default = ["std"]
|
||||
std = ["pezframe-support/std", "pezkuwi-primitives/std", "pezsp-runtime/std"]
|
||||
runtime-benchmarks = [
|
||||
"pezframe-support/runtime-benchmarks",
|
||||
"pezkuwi-primitives/runtime-benchmarks",
|
||||
|
||||
@@ -78,7 +78,7 @@ serde_json = { workspace = true, default-features = true }
|
||||
thousands = { workspace = true }
|
||||
|
||||
[features]
|
||||
default = [ "std" ]
|
||||
default = ["std"]
|
||||
no_std = []
|
||||
std = [
|
||||
"bitvec/std",
|
||||
|
||||
@@ -135,7 +135,7 @@ tokio = { features = ["macros"], workspace = true, default-features = true }
|
||||
bizinikiwi-wasm-builder = { workspace = true, default-features = true }
|
||||
|
||||
[features]
|
||||
default = [ "std" ]
|
||||
default = ["std"]
|
||||
no_std = []
|
||||
std = [
|
||||
"bitvec/std",
|
||||
@@ -386,7 +386,7 @@ 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"]
|
||||
|
||||
# Set timing constants (e.g. session period) to faster versions to speed up testing.
|
||||
fast-runtime = []
|
||||
@@ -399,4 +399,4 @@ runtime-metrics = [
|
||||
# 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"]
|
||||
|
||||
@@ -27,7 +27,7 @@ pezsp-api = { workspace = true }
|
||||
pezsp-std = { workspace = true }
|
||||
|
||||
[features]
|
||||
default = [ "std" ]
|
||||
default = ["std"]
|
||||
std = [
|
||||
"pezbp-header-pez-chain/std",
|
||||
"pezbp-pezkuwi-core/std",
|
||||
|
||||
@@ -29,7 +29,7 @@ xcm = { workspace = true }
|
||||
xcm-builder = { workspace = true }
|
||||
|
||||
[features]
|
||||
default = [ "std" ]
|
||||
default = ["std"]
|
||||
std = [
|
||||
"pezframe-support/std",
|
||||
"pezkuwi-primitives/std",
|
||||
|
||||
Reference in New Issue
Block a user