style: apply taplo format to all Cargo.toml files
This commit is contained in:
@@ -63,8 +63,8 @@ pezsp-tracing = { workspace = true, default-features = true }
|
||||
tempfile = { workspace = true }
|
||||
|
||||
[features]
|
||||
default = [ "rocksdb" ]
|
||||
rocksdb = [ "pezsc-client-db/rocksdb" ]
|
||||
default = ["rocksdb"]
|
||||
rocksdb = ["pezsc-client-db/rocksdb"]
|
||||
runtime-benchmarks = [
|
||||
"pezsc-client-api/runtime-benchmarks",
|
||||
"pezsc-client-db/runtime-benchmarks",
|
||||
|
||||
@@ -68,4 +68,4 @@ runtime-benchmarks = [
|
||||
"pezsp-state-machine/runtime-benchmarks",
|
||||
"pezsp-trie/runtime-benchmarks",
|
||||
]
|
||||
rocksdb = [ "kvdb-rocksdb" ]
|
||||
rocksdb = ["kvdb-rocksdb"]
|
||||
|
||||
@@ -58,7 +58,7 @@ tracing-subscriber = { workspace = true }
|
||||
wat = { workspace = true }
|
||||
|
||||
[features]
|
||||
default = [ "std" ]
|
||||
default = ["std"]
|
||||
# This crate does not have `no_std` support, we just require this for tests
|
||||
std = [
|
||||
"bizinikiwi-test-runtime/std",
|
||||
|
||||
@@ -27,7 +27,7 @@ pezsp-runtime-interface = { workspace = true }
|
||||
bizinikiwi-wasm-builder = { optional = true, workspace = true, default-features = true }
|
||||
|
||||
[features]
|
||||
default = [ "std" ]
|
||||
default = ["std"]
|
||||
std = [
|
||||
"bizinikiwi-wasm-builder",
|
||||
"pezsp-core/std",
|
||||
|
||||
@@ -21,4 +21,4 @@ codec = { features = ["derive"], workspace = true, default-features = true }
|
||||
pezsp-runtime = { workspace = true, default-features = true }
|
||||
|
||||
[features]
|
||||
runtime-benchmarks = [ "pezsp-runtime/runtime-benchmarks" ]
|
||||
runtime-benchmarks = ["pezsp-runtime/runtime-benchmarks"]
|
||||
|
||||
@@ -38,4 +38,4 @@ tower = { workspace = true, features = ["util"] }
|
||||
tower-http = { workspace = true, features = ["cors"] }
|
||||
|
||||
[features]
|
||||
runtime-benchmarks = [ "pezsc-rpc-api/runtime-benchmarks" ]
|
||||
runtime-benchmarks = ["pezsc-rpc-api/runtime-benchmarks"]
|
||||
|
||||
@@ -84,10 +84,10 @@ bizinikiwi-test-runtime = { workspace = true }
|
||||
bizinikiwi-test-runtime-client = { workspace = true }
|
||||
|
||||
[features]
|
||||
default = [ "rocksdb" ]
|
||||
default = ["rocksdb"]
|
||||
# The RocksDB feature activates the RocksDB database backend. If it is not activated, and you pass
|
||||
# a path to a database, an error will be produced at runtime.
|
||||
rocksdb = [ "pezsc-client-db/rocksdb" ]
|
||||
rocksdb = ["pezsc-client-db/rocksdb"]
|
||||
runtime-benchmarks = [
|
||||
"bizinikiwi-test-runtime-client/runtime-benchmarks",
|
||||
"bizinikiwi-test-runtime/runtime-benchmarks",
|
||||
|
||||
@@ -59,6 +59,8 @@ chrono = { workspace = true }
|
||||
criterion = { workspace = true, default-features = true }
|
||||
env_logger = { workspace = true }
|
||||
pezcumulus-zombienet-sdk-helpers = { workspace = true }
|
||||
pezkuwi-zombienet-configuration = { workspace = true }
|
||||
pezkuwi-zombienet-sdk = { workspace = true }
|
||||
pezsc-block-builder = { workspace = true, default-features = true }
|
||||
pezsp-consensus = { workspace = true, default-features = true }
|
||||
rstest = { workspace = true }
|
||||
@@ -67,8 +69,6 @@ serde_json = { workspace = true }
|
||||
tokio = { workspace = true, features = ["rt-multi-thread"] }
|
||||
tracing-subscriber = { workspace = true }
|
||||
txtesttool = { workspace = true }
|
||||
pezkuwi-zombienet-configuration = { workspace = true }
|
||||
pezkuwi-zombienet-sdk = { workspace = true }
|
||||
|
||||
[features]
|
||||
runtime-benchmarks = [
|
||||
|
||||
@@ -26,5 +26,5 @@ prometheus = { workspace = true }
|
||||
tokio-test = { workspace = true }
|
||||
|
||||
[features]
|
||||
default = [ "metered" ]
|
||||
default = ["metered"]
|
||||
metered = []
|
||||
|
||||
Reference in New Issue
Block a user