mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 06:21:02 +00:00
@@ -6,10 +6,11 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
repository = "https://github.com/paritytech/substrate"
|
||||
description = "A no-std/Substrate compatible library to construct binary merkle tree."
|
||||
homepage = "https://substrate.io"
|
||||
|
||||
[dependencies]
|
||||
hex = { version = "0.4", optional = true, default-features = false }
|
||||
log = { version = "0.4", optional = true, default-features = false }
|
||||
hex = { version = "0.4", default-features = false, optional = true }
|
||||
log = { version = "0.4", default-features = false, optional = true }
|
||||
tiny-keccak = { version = "2.0.2", features = ["keccak"], optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
@@ -19,6 +20,6 @@ hex-literal = "0.3"
|
||||
|
||||
[features]
|
||||
debug = ["hex", "hex/std", "log"]
|
||||
default = ["std", "debug", "keccak"]
|
||||
default = ["debug", "keccak", "std"]
|
||||
keccak = ["tiny-keccak"]
|
||||
std = []
|
||||
|
||||
Reference in New Issue
Block a user