style: apply taplo format to all Cargo.toml files
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user