style: apply taplo format to all Cargo.toml files
This commit is contained in:
@@ -23,7 +23,7 @@ array-bytes = { workspace = true, default-features = true }
|
||||
pezsp-core = { workspace = true, default-features = true }
|
||||
|
||||
[features]
|
||||
debug = [ "array-bytes", "log" ]
|
||||
default = [ "debug", "std" ]
|
||||
std = [ "codec/std", "hash-db/std", "log/std" ]
|
||||
debug = ["array-bytes", "log"]
|
||||
default = ["debug", "std"]
|
||||
std = ["codec/std", "hash-db/std", "log/std"]
|
||||
runtime-benchmarks = []
|
||||
|
||||
@@ -21,7 +21,7 @@ bip39 = { workspace = true, default-features = true }
|
||||
rustc-hex = { workspace = true, default-features = true }
|
||||
|
||||
[features]
|
||||
default = [ "std" ]
|
||||
default = ["std"]
|
||||
std = [
|
||||
"hmac/std",
|
||||
"pbkdf2/std",
|
||||
|
||||
@@ -26,7 +26,7 @@ pezsp-trie = { workspace = true }
|
||||
[build-dependencies]
|
||||
|
||||
[features]
|
||||
default = [ "std" ]
|
||||
default = ["std"]
|
||||
no_std = []
|
||||
std = [
|
||||
"codec/std",
|
||||
|
||||
Reference in New Issue
Block a user