style: apply taplo format to all Cargo.toml files
This commit is contained in:
@@ -18,7 +18,6 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
array-bytes = { workspace = true }
|
||||
pez-binary-merkle-tree = { workspace = true }
|
||||
bitflags = { workspace = true }
|
||||
codec = { features = ["derive", "max-encoded-len"], workspace = true }
|
||||
docify = { workspace = true }
|
||||
@@ -29,6 +28,7 @@ k256 = { features = ["ecdsa"], workspace = true }
|
||||
log = { workspace = true }
|
||||
macro_magic = { workspace = true }
|
||||
paste = { workspace = true, default-features = true }
|
||||
pez-binary-merkle-tree = { workspace = true }
|
||||
pezframe-support-procedural = { workspace = true }
|
||||
pezsp-api = { features = ["frame-metadata"], workspace = true }
|
||||
pezsp-arithmetic = { workspace = true }
|
||||
@@ -60,7 +60,7 @@ pezsp-crypto-hashing = { workspace = true, default-features = true }
|
||||
pretty_assertions = { workspace = true }
|
||||
|
||||
[features]
|
||||
default = [ "std" ]
|
||||
default = ["std"]
|
||||
std = [
|
||||
"codec/std",
|
||||
"environmental/std",
|
||||
@@ -100,8 +100,8 @@ runtime-benchmarks = [
|
||||
"pezsp-state-machine?/runtime-benchmarks",
|
||||
"pezsp-trie/runtime-benchmarks",
|
||||
]
|
||||
try-runtime = [ "pezsp-debug-derive/force-debug", "pezsp-runtime/try-runtime" ]
|
||||
experimental = [ "pezframe-support-procedural/experimental" ]
|
||||
try-runtime = ["pezsp-debug-derive/force-debug", "pezsp-runtime/try-runtime"]
|
||||
experimental = ["pezframe-support-procedural/experimental"]
|
||||
# By default some types have documentation, `no-metadata-docs` allows to reduce the documentation
|
||||
# in the metadata.
|
||||
no-metadata-docs = [
|
||||
@@ -110,8 +110,8 @@ no-metadata-docs = [
|
||||
]
|
||||
# By default some types have documentation, `full-metadata-docs` allows to add documentation to
|
||||
# more types in the metadata.
|
||||
full-metadata-docs = [ "scale-info/docs" ]
|
||||
full-metadata-docs = ["scale-info/docs"]
|
||||
# Generate impl-trait for tuples with the given number of tuples. Will be needed as the number of
|
||||
# pallets in a runtime grows. Does increase the compile time!
|
||||
tuples-96 = [ "pezframe-support-procedural/tuples-96" ]
|
||||
tuples-128 = [ "pezframe-support-procedural/tuples-128" ]
|
||||
tuples-96 = ["pezframe-support-procedural/tuples-96"]
|
||||
tuples-128 = ["pezframe-support-procedural/tuples-128"]
|
||||
|
||||
@@ -45,8 +45,8 @@ pretty_assertions = { workspace = true }
|
||||
regex = { workspace = true }
|
||||
|
||||
[features]
|
||||
default = [ "std" ]
|
||||
std = [ "pezsp-crypto-hashing/std" ]
|
||||
default = ["std"]
|
||||
std = ["pezsp-crypto-hashing/std"]
|
||||
no-metadata-docs = []
|
||||
experimental = []
|
||||
# Generate impl-trait for tuples with the given number of tuples. Will be needed as the number of
|
||||
|
||||
@@ -41,7 +41,7 @@ trybuild = { features = ["diff"], workspace = true }
|
||||
test-pezpallet = { workspace = true }
|
||||
|
||||
[features]
|
||||
default = [ "std" ]
|
||||
default = ["std"]
|
||||
std = [
|
||||
"codec/std",
|
||||
"frame-metadata/std",
|
||||
@@ -90,4 +90,4 @@ frame-feature-testing = []
|
||||
frame-feature-testing-2 = []
|
||||
# Disable ui tests
|
||||
disable-ui-tests = []
|
||||
no-metadata-docs = [ "pezframe-support/no-metadata-docs" ]
|
||||
no-metadata-docs = ["pezframe-support/no-metadata-docs"]
|
||||
|
||||
@@ -26,7 +26,7 @@ pezsp-version = { workspace = true }
|
||||
scale-info = { features = ["derive"], workspace = true }
|
||||
|
||||
[features]
|
||||
default = [ "std" ]
|
||||
default = ["std"]
|
||||
std = [
|
||||
"codec/std",
|
||||
"pezframe-support/std",
|
||||
|
||||
@@ -25,7 +25,7 @@ scale-info = { features = ["derive"], workspace = true }
|
||||
serde = { features = ["derive"], workspace = true }
|
||||
|
||||
[features]
|
||||
default = [ "std" ]
|
||||
default = ["std"]
|
||||
std = [
|
||||
"codec/std",
|
||||
"pezframe-support/std",
|
||||
|
||||
@@ -24,7 +24,7 @@ pezframe-system = { workspace = true }
|
||||
scale-info = { features = ["derive"], workspace = true }
|
||||
|
||||
[features]
|
||||
default = [ "std" ]
|
||||
default = ["std"]
|
||||
std = [
|
||||
"codec/std",
|
||||
"pezframe-support/std",
|
||||
@@ -33,7 +33,7 @@ std = [
|
||||
"scale-info/std",
|
||||
]
|
||||
runtime-benchmarks = [
|
||||
"pezframe/runtime-benchmarks",
|
||||
"pezframe-support/runtime-benchmarks",
|
||||
"pezframe-system/runtime-benchmarks"
|
||||
"pezframe-system/runtime-benchmarks",
|
||||
"pezframe/runtime-benchmarks",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user