style: apply taplo format to all Cargo.toml files
This commit is contained in:
@@ -10,11 +10,11 @@ description = "Runtime Modules shared primitive types."
|
||||
documentation.workspace = true
|
||||
readme = "README.md"
|
||||
exclude = [
|
||||
"docs/images/*.png",
|
||||
"docs/images/*.jpg",
|
||||
"docs/whitepaper/*.png",
|
||||
"!docs/images/Pezkuwi_Logo_Horizontal_Pink_White.png",
|
||||
"!docs/images/Pezkuwi_Logo_Horizontal_Pink_Black.png",
|
||||
"!docs/images/Pezkuwi_Logo_Horizontal_Pink_White.png",
|
||||
"docs/images/*.jpg",
|
||||
"docs/images/*.png",
|
||||
"docs/whitepaper/*.png",
|
||||
]
|
||||
|
||||
[lints]
|
||||
@@ -24,7 +24,6 @@ workspace = true
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
pez-binary-merkle-tree = { workspace = true }
|
||||
bytes = { workspace = true }
|
||||
codec = { features = ["derive", "max-encoded-len"], workspace = true }
|
||||
docify = { workspace = true }
|
||||
@@ -34,6 +33,7 @@ impl-trait-for-tuples = { workspace = true }
|
||||
log = { workspace = true }
|
||||
num-traits = { workspace = true }
|
||||
paste = { workspace = true, default-features = true }
|
||||
pez-binary-merkle-tree = { workspace = true }
|
||||
pezsp-application-crypto = { workspace = true }
|
||||
pezsp-arithmetic = { workspace = true }
|
||||
pezsp-core = { workspace = true }
|
||||
@@ -58,13 +58,13 @@ zstd = { workspace = true }
|
||||
|
||||
[features]
|
||||
runtime-benchmarks = [
|
||||
"pez-binary-merkle-tree/runtime-benchmarks",
|
||||
"pezsp-io/runtime-benchmarks",
|
||||
"pezsp-state-machine/runtime-benchmarks",
|
||||
"pezsp-trie/runtime-benchmarks",
|
||||
"pez-binary-merkle-tree/runtime-benchmarks"
|
||||
]
|
||||
try-runtime = []
|
||||
default = [ "std" ]
|
||||
default = ["std"]
|
||||
std = [
|
||||
"bytes/std",
|
||||
"codec/std",
|
||||
|
||||
Reference in New Issue
Block a user