chore: format TOML files with taplo
This commit is contained in:
Vendored
+5
-5
@@ -17,11 +17,16 @@ keywords = ["extrinsic", "no-std", "parity", "subxt"]
|
||||
[features]
|
||||
default = ["std"]
|
||||
std = [
|
||||
"bitvec/std",
|
||||
"blake2/std",
|
||||
"codec/std",
|
||||
"frame-decode/std",
|
||||
"frame-metadata/std",
|
||||
"hex/std",
|
||||
"impl-serde/std",
|
||||
"keccak-hash/std",
|
||||
"pezkuwi-subxt-metadata/std",
|
||||
"pezkuwi-subxt-signer/std",
|
||||
"pezsp-core/std",
|
||||
"pezsp-crypto-hashing/std",
|
||||
"pezsp-keyring/std",
|
||||
@@ -30,11 +35,6 @@ std = [
|
||||
"serde/std",
|
||||
"serde_json/std",
|
||||
"tracing/std",
|
||||
"bitvec/std",
|
||||
"blake2/std",
|
||||
"frame-decode/std",
|
||||
"keccak-hash/std",
|
||||
"pezkuwi-subxt-signer/std"
|
||||
]
|
||||
|
||||
[dependencies]
|
||||
|
||||
+1
-1
@@ -12,7 +12,7 @@ repository.workspace = true
|
||||
documentation.workspace = true
|
||||
homepage.workspace = true
|
||||
description = "Light Client for chain interaction"
|
||||
keywords = ["blockchain", "parity", "bizinikiwi"]
|
||||
keywords = ["bizinikiwi", "blockchain", "parity"]
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
+4
-4
@@ -16,12 +16,12 @@ description = "Command line utilities for checking metadata compatibility betwee
|
||||
[features]
|
||||
default = ["legacy", "std"]
|
||||
std = [
|
||||
"frame-metadata/std",
|
||||
"scale-info/std",
|
||||
"bitvec/std",
|
||||
"frame-decode/std",
|
||||
"codec/std",
|
||||
"pezsp-crypto-hashing/std"
|
||||
"frame-decode/std",
|
||||
"frame-metadata/std",
|
||||
"pezsp-crypto-hashing/std",
|
||||
"scale-info/std",
|
||||
]
|
||||
|
||||
# Enable decoding of legacy metadata, too.
|
||||
|
||||
+10
-10
@@ -18,10 +18,19 @@ keywords = ["extrinsic", "parity", "signer", "subxt"]
|
||||
default = ["ecdsa", "sr25519", "std", "subxt"]
|
||||
std = [
|
||||
"base64?/std",
|
||||
"bip32?/std",
|
||||
"bip39/std",
|
||||
"codec/std",
|
||||
"crypto_secretbox?/std",
|
||||
"getrandom?/std",
|
||||
"hex/std",
|
||||
"hmac/std",
|
||||
"keccak-hash?/std",
|
||||
"pbkdf2/std",
|
||||
"pezkuwi-subxt-core?/std",
|
||||
"pezsp-core/std",
|
||||
"pezsp-crypto-hashing/std",
|
||||
"pezsp-keyring/std",
|
||||
"regex/std",
|
||||
"schnorrkel?/std",
|
||||
"scrypt?/std",
|
||||
@@ -29,16 +38,7 @@ std = [
|
||||
"serde?/std",
|
||||
"serde_json?/std",
|
||||
"sha2/std",
|
||||
"bip32?/std",
|
||||
"getrandom?/std",
|
||||
"hex/std",
|
||||
"keccak-hash?/std",
|
||||
"codec/std",
|
||||
"pezkuwi-subxt-core?/std",
|
||||
"pezsp-core/std",
|
||||
"pezsp-crypto-hashing/std",
|
||||
"pezsp-keyring/std",
|
||||
"zeroize/std"
|
||||
"zeroize/std",
|
||||
]
|
||||
|
||||
# Pick the signer implementation(s) you need by enabling the
|
||||
|
||||
Reference in New Issue
Block a user