Skip to content

Instantly share code, notes, and snippets.

@TonyGiorgio
Created March 4, 2023 01:47
Show Gist options
  • Save TonyGiorgio/783e647e636e81c2d72b07eb604cf4cc to your computer and use it in GitHub Desktop.
Save TonyGiorgio/783e647e636e81c2d72b07eb604cf4cc to your computer and use it in GitHub Desktop.
node-manager v0.2.2 (/data/Dev/Mutiny/mutiny-node/node-manager)
├── bitcoin_hashes v0.11.0
│ ├── core2 v0.3.3
│ │ └── memchr v2.5.0
│ └── serde v1.0.152
│ └── serde_derive feature "default"
│ └── serde_derive v1.0.152 (proc-macro)
│ ├── proc-macro2 feature "default"
│ │ ├── proc-macro2 v1.0.50
│ │ │ └── unicode-ident feature "default"
│ │ │ └── unicode-ident v1.0.6
│ │ └── proc-macro2 feature "proc-macro"
│ │ └── proc-macro2 v1.0.50 (*)
│ ├── quote feature "default"
│ │ ├── quote v1.0.23
│ │ │ └── proc-macro2 v1.0.50 (*)
│ │ └── quote feature "proc-macro"
│ │ ├── quote v1.0.23 (*)
│ │ └── proc-macro2 feature "proc-macro" (*)
│ └── syn feature "default"
│ ├── syn v1.0.107
│ │ ├── proc-macro2 v1.0.50 (*)
│ │ ├── quote v1.0.23 (*)
│ │ └── unicode-ident feature "default" (*)
│ ├── syn feature "clone-impls"
│ │ └── syn v1.0.107 (*)
│ ├── syn feature "derive"
│ │ └── syn v1.0.107 (*)
│ ├── syn feature "parsing"
│ │ └── syn v1.0.107 (*)
│ ├── syn feature "printing"
│ │ ├── syn v1.0.107 (*)
│ │ └── syn feature "quote"
│ │ └── syn v1.0.107 (*)
│ └── syn feature "proc-macro"
│ ├── syn v1.0.107 (*)
│ ├── proc-macro2 feature "proc-macro" (*)
│ ├── quote feature "proc-macro" (*)
│ └── syn feature "quote" (*)
├── aes-gcm feature "default"
│ ├── aes-gcm v0.10.1
│ │ ├── aead v0.5.1
│ │ │ ├── generic-array v0.14.6
│ │ │ │ └── typenum feature "default"
│ │ │ │ └── typenum v1.16.0
│ │ │ │ [build-dependencies]
│ │ │ │ └── version_check feature "default"
│ │ │ │ └── version_check v0.9.4
│ │ │ └── crypto-common feature "default"
│ │ │ └── crypto-common v0.1.6
│ │ │ ├── generic-array feature "default"
│ │ │ │ └── generic-array v0.14.6 (*)
│ │ │ ├── generic-array feature "more_lengths"
│ │ │ │ └── generic-array v0.14.6 (*)
│ │ │ ├── typenum feature "default" (*)
│ │ │ └── rand_core feature "default"
│ │ │ └── rand_core v0.6.4
│ │ │ └── getrandom feature "default"
│ │ │ └── getrandom v0.2.8
│ │ │ ├── libc v0.2.139
│ │ │ └── cfg-if feature "default"
│ │ │ └── cfg-if v1.0.0
│ │ ├── ghash v0.5.0
│ │ │ ├── opaque-debug feature "default"
│ │ │ │ └── opaque-debug v0.3.0
│ │ │ └── polyval feature "default"
│ │ │ └── polyval v0.6.0
│ │ │ ├── universal-hash v0.5.0
│ │ │ │ ├── subtle v2.4.1
│ │ │ │ └── crypto-common feature "default" (*)
│ │ │ ├── cfg-if feature "default" (*)
│ │ │ ├── cpufeatures feature "default"
│ │ │ │ └── cpufeatures v0.2.5
│ │ │ └── opaque-debug feature "default" (*)
│ │ ├── subtle v2.4.1
│ │ ├── aes feature "default"
│ │ │ └── aes v0.8.2
│ │ │ ├── cfg-if feature "default" (*)
│ │ │ ├── cipher feature "default"
│ │ │ │ └── cipher v0.4.3
│ │ │ │ ├── crypto-common feature "default" (*)
│ │ │ │ └── inout feature "default"
│ │ │ │ └── inout v0.1.3
│ │ │ │ └── generic-array feature "default" (*)
│ │ │ └── cpufeatures feature "default" (*)
│ │ ├── cipher feature "default" (*)
│ │ └── ctr feature "default"
│ │ └── ctr v0.9.2
│ │ └── cipher feature "default" (*)
│ ├── aes-gcm feature "aes"
│ │ └── aes-gcm v0.10.1 (*)
│ ├── aes-gcm feature "alloc"
│ │ ├── aes-gcm v0.10.1 (*)
│ │ └── aead feature "alloc"
│ │ └── aead v0.5.1 (*)
│ └── aes-gcm feature "getrandom"
│ ├── aes-gcm v0.10.1 (*)
│ └── aead feature "getrandom"
│ ├── aead v0.5.1 (*)
│ ├── aead feature "rand_core"
│ │ ├── aead v0.5.1 (*)
│ │ └── crypto-common feature "rand_core"
│ │ └── crypto-common v0.1.6 (*)
│ └── crypto-common feature "getrandom"
│ ├── crypto-common v0.1.6 (*)
│ ├── crypto-common feature "rand_core" (*)
│ └── rand_core feature "getrandom"
│ └── rand_core v0.6.4 (*)
├── rand_core feature "default" (*)
├── rand_core feature "std"
│ ├── rand_core v0.6.4 (*)
│ ├── rand_core feature "alloc"
│ │ └── rand_core v0.6.4 (*)
│ ├── rand_core feature "getrandom" (*)
│ └── getrandom feature "std"
│ └── getrandom v0.2.8 (*)
├── getrandom feature "default" (*)
├── getrandom feature "js"
│ ├── getrandom v0.2.8 (*)
│ ├── getrandom feature "js-sys"
│ │ └── getrandom v0.2.8 (*)
│ └── getrandom feature "wasm-bindgen"
│ └── getrandom v0.2.8 (*)
├── cfg-if feature "default" (*)
├── anyhow feature "default"
│ ├── anyhow v1.0.68
│ └── anyhow feature "std"
│ └── anyhow v1.0.68
├── async-trait feature "default"
│ └── async-trait v0.1.64 (proc-macro)
│ ├── proc-macro2 feature "default" (*)
│ ├── quote feature "default" (*)
│ ├── syn feature "default" (*)
│ ├── syn feature "full"
│ │ └── syn v1.0.107 (*)
│ └── syn feature "visit-mut"
│ └── syn v1.0.107 (*)
├── base64 feature "default"
│ ├── base64 v0.13.1
│ └── base64 feature "std"
│ └── base64 v0.13.1
├── bdk feature "async-interface"
│ ├── bdk v0.27.0
│ │ ├── esplora-client v0.3.0 (https://github.com/TheBlueMatt/rust-esplora-client#ac52e952)
│ │ │ ├── serde feature "default"
│ │ │ │ ├── serde v1.0.152 (*)
│ │ │ │ └── serde feature "std"
│ │ │ │ └── serde v1.0.152 (*)
│ │ │ ├── serde feature "derive"
│ │ │ │ ├── serde v1.0.152 (*)
│ │ │ │ └── serde feature "serde_derive"
│ │ │ │ └── serde v1.0.152 (*)
│ │ │ ├── bitcoin feature "serde"
│ │ │ │ ├── bitcoin v0.29.2
│ │ │ │ │ ├── bech32 v0.9.1
│ │ │ │ │ ├── bitcoin_hashes v0.11.0 (*)
│ │ │ │ │ ├── core2 v0.3.3 (*)
│ │ │ │ │ ├── base64 feature "default" (*)
│ │ │ │ │ ├── serde feature "alloc"
│ │ │ │ │ │ └── serde v1.0.152 (*)
│ │ │ │ │ ├── serde feature "derive" (*)
│ │ │ │ │ ├── hashbrown feature "default"
│ │ │ │ │ │ ├── hashbrown v0.8.2
│ │ │ │ │ │ │ └── ahash v0.3.8
│ │ │ │ │ │ │ [build-dependencies]
│ │ │ │ │ │ │ └── autocfg feature "default"
│ │ │ │ │ │ │ └── autocfg v1.1.0
│ │ │ │ │ │ ├── hashbrown feature "ahash"
│ │ │ │ │ │ │ └── hashbrown v0.8.2 (*)
│ │ │ │ │ │ └── hashbrown feature "inline-more"
│ │ │ │ │ │ └── hashbrown v0.8.2 (*)
│ │ │ │ │ └── secp256k1 feature "bitcoin_hashes"
│ │ │ │ │ └── secp256k1 v0.24.3
│ │ │ │ │ ├── bitcoin_hashes v0.11.0 (*)
│ │ │ │ │ ├── rand v0.8.5
│ │ │ │ │ │ ├── libc v0.2.139
│ │ │ │ │ │ ├── rand_chacha v0.3.1
│ │ │ │ │ │ │ ├── rand_core feature "default" (*)
│ │ │ │ │ │ │ └── ppv-lite86 feature "simd"
│ │ │ │ │ │ │ └── ppv-lite86 v0.2.17
│ │ │ │ │ │ └── rand_core feature "default" (*)
│ │ │ │ │ ├── secp256k1-sys v0.6.1
│ │ │ │ │ │ [build-dependencies]
│ │ │ │ │ │ └── cc feature "default"
│ │ │ │ │ │ └── cc v1.0.79
│ │ │ │ │ └── serde v1.0.152 (*)
│ │ │ │ ├── bitcoin feature "actual-serde"
│ │ │ │ │ └── bitcoin v0.29.2 (*)
│ │ │ │ ├── bitcoin_hashes feature "serde"
│ │ │ │ │ └── bitcoin_hashes v0.11.0 (*)
│ │ │ │ └── secp256k1 feature "serde"
│ │ │ │ └── secp256k1 v0.24.3 (*)
│ │ │ ├── log feature "default"
│ │ │ │ └── log v0.4.17
│ │ │ │ └── cfg-if feature "default" (*)
│ │ │ └── reqwest feature "json"
│ │ │ ├── reqwest v0.11.14
│ │ │ │ ├── futures-core v0.3.26
│ │ │ │ ├── futures-util v0.3.26
│ │ │ │ │ ├── futures-core v0.3.26
│ │ │ │ │ ├── futures-macro v0.3.26 (proc-macro)
│ │ │ │ │ │ ├── proc-macro2 feature "default" (*)
│ │ │ │ │ │ ├── quote feature "default" (*)
│ │ │ │ │ │ ├── syn feature "default" (*)
│ │ │ │ │ │ └── syn feature "full" (*)
│ │ │ │ │ ├── futures-sink v0.3.26
│ │ │ │ │ ├── futures-task v0.3.26
│ │ │ │ │ ├── memchr feature "default"
│ │ │ │ │ │ ├── memchr v2.5.0
│ │ │ │ │ │ └── memchr feature "std"
│ │ │ │ │ │ └── memchr v2.5.0
│ │ │ │ │ ├── futures-channel feature "std"
│ │ │ │ │ │ ├── futures-channel v0.3.26
│ │ │ │ │ │ │ ├── futures-core v0.3.26
│ │ │ │ │ │ │ └── futures-sink v0.3.26
│ │ │ │ │ │ ├── futures-core feature "std"
│ │ │ │ │ │ │ ├── futures-core v0.3.26
│ │ │ │ │ │ │ └── futures-core feature "alloc"
│ │ │ │ │ │ │ └── futures-core v0.3.26
│ │ │ │ │ │ └── futures-channel feature "alloc"
│ │ │ │ │ │ ├── futures-channel v0.3.26 (*)
│ │ │ │ │ │ └── futures-core feature "alloc" (*)
│ │ │ │ │ ├── futures-io feature "std"
│ │ │ │ │ │ └── futures-io v0.3.26
│ │ │ │ │ ├── pin-project-lite feature "default"
│ │ │ │ │ │ └── pin-project-lite v0.2.9
│ │ │ │ │ ├── pin-utils feature "default"
│ │ │ │ │ │ └── pin-utils v0.1.0
│ │ │ │ │ └── slab feature "default"
│ │ │ │ │ ├── slab v0.4.7
│ │ │ │ │ │ [build-dependencies]
│ │ │ │ │ │ └── autocfg feature "default" (*)
│ │ │ │ │ └── slab feature "std"
│ │ │ │ │ └── slab v0.4.7 (*)
│ │ │ │ ├── serde feature "default" (*)
│ │ │ │ ├── log feature "default" (*)
│ │ │ │ ├── base64 feature "default"
│ │ │ │ │ ├── base64 v0.21.0
│ │ │ │ │ └── base64 feature "std"
│ │ │ │ │ └── base64 v0.21.0
│ │ │ │ ├── bytes feature "default"
│ │ │ │ │ ├── bytes v1.3.0
│ │ │ │ │ └── bytes feature "std"
│ │ │ │ │ └── bytes v1.3.0
│ │ │ │ ├── encoding_rs feature "default"
│ │ │ │ │ ├── encoding_rs v0.8.31
│ │ │ │ │ │ └── cfg-if feature "default" (*)
│ │ │ │ │ └── encoding_rs feature "alloc"
│ │ │ │ │ └── encoding_rs v0.8.31 (*)
│ │ │ │ ├── pin-project-lite feature "default" (*)
│ │ │ │ ├── h2 feature "default"
│ │ │ │ │ └── h2 v0.3.15
│ │ │ │ │ ├── futures-core v0.3.26
│ │ │ │ │ ├── futures-sink v0.3.26
│ │ │ │ │ ├── futures-util v0.3.26 (*)
│ │ │ │ │ ├── bytes feature "default" (*)
│ │ │ │ │ ├── slab feature "default" (*)
│ │ │ │ │ ├── fnv feature "default"
│ │ │ │ │ │ ├── fnv v1.0.7
│ │ │ │ │ │ └── fnv feature "std"
│ │ │ │ │ │ └── fnv v1.0.7
│ │ │ │ │ ├── http feature "default"
│ │ │ │ │ │ └── http v0.2.8
│ │ │ │ │ │ ├── bytes feature "default" (*)
│ │ │ │ │ │ ├── fnv feature "default" (*)
│ │ │ │ │ │ └── itoa feature "default"
│ │ │ │ │ │ └── itoa v1.0.5
│ │ │ │ │ ├── indexmap feature "default"
│ │ │ │ │ │ └── indexmap v1.9.2
│ │ │ │ │ │ └── hashbrown feature "raw"
│ │ │ │ │ │ └── hashbrown v0.12.3
│ │ │ │ │ │ [build-dependencies]
│ │ │ │ │ │ └── autocfg feature "default" (*)
│ │ │ │ │ ├── indexmap feature "std"
│ │ │ │ │ │ └── indexmap v1.9.2 (*)
│ │ │ │ │ ├── tokio feature "default"
│ │ │ │ │ │ └── tokio v1.25.0
│ │ │ │ │ │ ├── libc feature "default"
│ │ │ │ │ │ │ ├── libc v0.2.139
│ │ │ │ │ │ │ └── libc feature "std"
│ │ │ │ │ │ │ └── libc v0.2.139
│ │ │ │ │ │ ├── memchr feature "default" (*)
│ │ │ │ │ │ ├── bytes feature "default" (*)
│ │ │ │ │ │ ├── pin-project-lite feature "default" (*)
│ │ │ │ │ │ ├── mio feature "default"
│ │ │ │ │ │ │ └── mio v0.8.5
│ │ │ │ │ │ │ ├── libc feature "default" (*)
│ │ │ │ │ │ │ └── log feature "default" (*)
│ │ │ │ │ │ ├── socket2 feature "all"
│ │ │ │ │ │ │ └── socket2 v0.4.7
│ │ │ │ │ │ │ └── libc feature "default" (*)
│ │ │ │ │ │ ├── socket2 feature "default"
│ │ │ │ │ │ │ └── socket2 v0.4.7 (*)
│ │ │ │ │ │ └── tokio-macros feature "default"
│ │ │ │ │ │ └── tokio-macros v1.8.2 (proc-macro)
│ │ │ │ │ │ ├── proc-macro2 feature "default" (*)
│ │ │ │ │ │ ├── quote feature "default" (*)
│ │ │ │ │ │ ├── syn feature "default" (*)
│ │ │ │ │ │ └── syn feature "full" (*)
│ │ │ │ │ │ [build-dependencies]
│ │ │ │ │ │ └── autocfg feature "default" (*)
│ │ │ │ │ ├── tokio feature "io-util"
│ │ │ │ │ │ ├── tokio v1.25.0 (*)
│ │ │ │ │ │ ├── tokio feature "bytes"
│ │ │ │ │ │ │ └── tokio v1.25.0 (*)
│ │ │ │ │ │ └── tokio feature "memchr"
│ │ │ │ │ │ └── tokio v1.25.0 (*)
│ │ │ │ │ ├── tokio-util feature "codec"
│ │ │ │ │ │ ├── tokio-util v0.7.4
│ │ │ │ │ │ │ ├── bytes feature "default" (*)
│ │ │ │ │ │ │ ├── futures-core feature "default"
│ │ │ │ │ │ │ │ ├── futures-core v0.3.26
│ │ │ │ │ │ │ │ └── futures-core feature "std" (*)
│ │ │ │ │ │ │ ├── futures-sink feature "default"
│ │ │ │ │ │ │ │ ├── futures-sink v0.3.26
│ │ │ │ │ │ │ │ └── futures-sink feature "std"
│ │ │ │ │ │ │ │ ├── futures-sink v0.3.26
│ │ │ │ │ │ │ │ └── futures-sink feature "alloc"
│ │ │ │ │ │ │ │ └── futures-sink v0.3.26
│ │ │ │ │ │ │ ├── pin-project-lite feature "default" (*)
│ │ │ │ │ │ │ ├── tokio feature "default" (*)
│ │ │ │ │ │ │ ├── tokio feature "sync"
│ │ │ │ │ │ │ │ └── tokio v1.25.0 (*)
│ │ │ │ │ │ │ └── tracing feature "std"
│ │ │ │ │ │ │ ├── tracing v0.1.37
│ │ │ │ │ │ │ │ ├── tracing-core v0.1.30
│ │ │ │ │ │ │ │ │ └── once_cell feature "default"
│ │ │ │ │ │ │ │ │ ├── once_cell v1.17.0
│ │ │ │ │ │ │ │ │ └── once_cell feature "std"
│ │ │ │ │ │ │ │ │ ├── once_cell v1.17.0
│ │ │ │ │ │ │ │ │ └── once_cell feature "alloc"
│ │ │ │ │ │ │ │ │ ├── once_cell v1.17.0
│ │ │ │ │ │ │ │ │ └── once_cell feature "race"
│ │ │ │ │ │ │ │ │ └── once_cell v1.17.0
│ │ │ │ │ │ │ │ ├── cfg-if feature "default" (*)
│ │ │ │ │ │ │ │ └── pin-project-lite feature "default" (*)
│ │ │ │ │ │ │ └── tracing-core feature "std"
│ │ │ │ │ │ │ ├── tracing-core v0.1.30 (*)
│ │ │ │ │ │ │ └── tracing-core feature "once_cell"
│ │ │ │ │ │ │ └── tracing-core v0.1.30 (*)
│ │ │ │ │ │ └── tokio-util feature "tracing"
│ │ │ │ │ │ └── tokio-util v0.7.4 (*)
│ │ │ │ │ ├── tokio-util feature "default"
│ │ │ │ │ │ └── tokio-util v0.7.4 (*)
│ │ │ │ │ └── tracing feature "std" (*)
│ │ │ │ ├── http feature "default" (*)
│ │ │ │ ├── tokio feature "net"
│ │ │ │ │ ├── tokio v1.25.0 (*)
│ │ │ │ │ ├── tokio feature "libc"
│ │ │ │ │ │ └── tokio v1.25.0 (*)
│ │ │ │ │ ├── tokio feature "mio"
│ │ │ │ │ │ └── tokio v1.25.0 (*)
│ │ │ │ │ ├── tokio feature "socket2"
│ │ │ │ │ │ └── tokio v1.25.0 (*)
│ │ │ │ │ ├── mio feature "net"
│ │ │ │ │ │ └── mio v0.8.5 (*)
│ │ │ │ │ ├── mio feature "os-ext"
│ │ │ │ │ │ ├── mio v0.8.5 (*)
│ │ │ │ │ │ └── mio feature "os-poll"
│ │ │ │ │ │ └── mio v0.8.5 (*)
│ │ │ │ │ └── mio feature "os-poll" (*)
│ │ │ │ ├── tokio feature "time"
│ │ │ │ │ └── tokio v1.25.0 (*)
│ │ │ │ ├── once_cell feature "default" (*)
│ │ │ │ ├── http-body feature "default"
│ │ │ │ │ └── http-body v0.4.5
│ │ │ │ │ ├── bytes feature "default" (*)
│ │ │ │ │ ├── pin-project-lite feature "default" (*)
│ │ │ │ │ └── http feature "default" (*)
│ │ │ │ ├── hyper feature "client"
│ │ │ │ │ └── hyper v0.14.23
│ │ │ │ │ ├── futures-core v0.3.26
│ │ │ │ │ ├── futures-util v0.3.26 (*)
│ │ │ │ │ ├── bytes feature "default" (*)
│ │ │ │ │ ├── futures-channel feature "default"
│ │ │ │ │ │ ├── futures-channel v0.3.26 (*)
│ │ │ │ │ │ └── futures-channel feature "std" (*)
│ │ │ │ │ ├── pin-project-lite feature "default" (*)
│ │ │ │ │ ├── h2 feature "default" (*)
│ │ │ │ │ ├── http feature "default" (*)
│ │ │ │ │ ├── itoa feature "default" (*)
│ │ │ │ │ ├── tokio feature "default" (*)
│ │ │ │ │ ├── tokio feature "sync" (*)
│ │ │ │ │ ├── socket2 feature "all" (*)
│ │ │ │ │ ├── socket2 feature "default" (*)
│ │ │ │ │ ├── tracing feature "std" (*)
│ │ │ │ │ ├── http-body feature "default" (*)
│ │ │ │ │ ├── httparse feature "default"
│ │ │ │ │ │ ├── httparse v1.8.0
│ │ │ │ │ │ └── httparse feature "std"
│ │ │ │ │ │ └── httparse v1.8.0
│ │ │ │ │ ├── httpdate feature "default"
│ │ │ │ │ │ └── httpdate v1.0.2
│ │ │ │ │ ├── tower-service feature "default"
│ │ │ │ │ │ └── tower-service v0.3.2
│ │ │ │ │ └── want feature "default"
│ │ │ │ │ └── want v0.3.0
│ │ │ │ │ ├── log feature "default" (*)
│ │ │ │ │ └── try-lock feature "default"
│ │ │ │ │ └── try-lock v0.2.4
│ │ │ │ ├── hyper feature "http1"
│ │ │ │ │ └── hyper v0.14.23 (*)
│ │ │ │ ├── hyper feature "http2"
│ │ │ │ │ ├── hyper v0.14.23 (*)
│ │ │ │ │ └── hyper feature "h2"
│ │ │ │ │ └── hyper v0.14.23 (*)
│ │ │ │ ├── hyper feature "runtime"
│ │ │ │ │ ├── hyper v0.14.23 (*)
│ │ │ │ │ ├── tokio feature "rt"
│ │ │ │ │ │ └── tokio v1.25.0 (*)
│ │ │ │ │ ├── tokio feature "time" (*)
│ │ │ │ │ └── hyper feature "tcp"
│ │ │ │ │ ├── hyper v0.14.23 (*)
│ │ │ │ │ ├── tokio feature "net" (*)
│ │ │ │ │ ├── tokio feature "rt" (*)
│ │ │ │ │ ├── tokio feature "time" (*)
│ │ │ │ │ └── hyper feature "socket2"
│ │ │ │ │ └── hyper v0.14.23 (*)
│ │ │ │ ├── hyper feature "tcp" (*)
│ │ │ │ ├── tower-service feature "default" (*)
│ │ │ │ ├── ipnet feature "default"
│ │ │ │ │ └── ipnet v2.7.1
│ │ │ │ ├── mime feature "default"
│ │ │ │ │ └── mime v0.3.16
│ │ │ │ ├── percent-encoding feature "default"
│ │ │ │ │ ├── percent-encoding v2.2.0
│ │ │ │ │ └── percent-encoding feature "alloc"
│ │ │ │ │ └── percent-encoding v2.2.0
│ │ │ │ ├── serde_json feature "default"
│ │ │ │ │ ├── serde_json v1.0.91
│ │ │ │ │ │ ├── serde v1.0.152 (*)
│ │ │ │ │ │ ├── itoa feature "default" (*)
│ │ │ │ │ │ └── ryu feature "default"
│ │ │ │ │ │ └── ryu v1.0.12
│ │ │ │ │ └── serde_json feature "std"
│ │ │ │ │ ├── serde_json v1.0.91 (*)
│ │ │ │ │ └── serde feature "std" (*)
│ │ │ │ ├── serde_urlencoded feature "default"
│ │ │ │ │ └── serde_urlencoded v0.7.1
│ │ │ │ │ ├── serde feature "default" (*)
│ │ │ │ │ ├── itoa feature "default" (*)
│ │ │ │ │ ├── ryu feature "default" (*)
│ │ │ │ │ └── form_urlencoded feature "default"
│ │ │ │ │ └── form_urlencoded v1.1.0
│ │ │ │ │ └── percent-encoding feature "default" (*)
│ │ │ │ ├── tokio-socks feature "default"
│ │ │ │ │ └── tokio-socks v0.5.1
│ │ │ │ │ ├── futures-util v0.3.26 (*)
│ │ │ │ │ ├── tokio feature "default" (*)
│ │ │ │ │ ├── tokio feature "io-util" (*)
│ │ │ │ │ ├── tokio feature "net" (*)
│ │ │ │ │ ├── either feature "default"
│ │ │ │ │ │ ├── either v1.8.1
│ │ │ │ │ │ └── either feature "use_std"
│ │ │ │ │ │ └── either v1.8.1
│ │ │ │ │ └── thiserror feature "default"
│ │ │ │ │ └── thiserror v1.0.38
│ │ │ │ │ └── thiserror-impl feature "default"
│ │ │ │ │ └── thiserror-impl v1.0.38 (proc-macro)
│ │ │ │ │ ├── proc-macro2 feature "default" (*)
│ │ │ │ │ ├── quote feature "default" (*)
│ │ │ │ │ └── syn feature "default" (*)
│ │ │ │ └── url feature "default"
│ │ │ │ └── url v2.3.0
│ │ │ │ ├── percent-encoding feature "default" (*)
│ │ │ │ ├── form_urlencoded feature "default" (*)
│ │ │ │ └── idna feature "default"
│ │ │ │ └── idna v0.2.1
│ │ │ │ ├── unicode-normalization feature "default"
│ │ │ │ │ └── unicode-normalization v0.1.9
│ │ │ │ │ └── smallvec feature "default"
│ │ │ │ │ ├── smallvec v0.6.14
│ │ │ │ │ │ └── maybe-uninit feature "default"
│ │ │ │ │ │ └── maybe-uninit v2.0.0
│ │ │ │ │ └── smallvec feature "std"
│ │ │ │ │ └── smallvec v0.6.14 (*)
│ │ │ │ ├── matches feature "default"
│ │ │ │ │ └── matches v0.1.10
│ │ │ │ └── unicode-bidi feature "default"
│ │ │ │ ├── unicode-bidi v0.3.10
│ │ │ │ ├── unicode-bidi feature "hardcoded-data"
│ │ │ │ │ └── unicode-bidi v0.3.10
│ │ │ │ └── unicode-bidi feature "std"
│ │ │ │ └── unicode-bidi v0.3.10
│ │ │ └── reqwest feature "serde_json"
│ │ │ └── reqwest v0.11.14 (*)
│ │ ├── async-trait feature "default" (*)
│ │ ├── bdk-macros feature "default"
│ │ │ └── bdk-macros v0.6.0 (proc-macro)
│ │ │ ├── proc-macro2 feature "default" (*)
│ │ │ ├── quote feature "default" (*)
│ │ │ ├── syn feature "default" (*)
│ │ │ ├── syn feature "full" (*)
│ │ │ └── syn feature "parsing" (*)
│ │ ├── bip39 feature "default"
│ │ │ ├── bip39 v1.0.1
│ │ │ │ ├── serde v1.0.152 (*)
│ │ │ │ ├── bitcoin_hashes feature "default"
│ │ │ │ │ ├── bitcoin_hashes v0.9.7
│ │ │ │ │ └── bitcoin_hashes feature "std"
│ │ │ │ │ └── bitcoin_hashes v0.9.7
│ │ │ │ ├── rand_core feature "default"
│ │ │ │ │ └── rand_core v0.4.2
│ │ │ │ └── unicode-normalization feature "default" (*)
│ │ │ └── bip39 feature "std"
│ │ │ ├── bip39 v1.0.1 (*)
│ │ │ ├── bip39 feature "serde"
│ │ │ │ └── bip39 v1.0.1 (*)
│ │ │ ├── bip39 feature "unicode-normalization"
│ │ │ │ └── bip39 v1.0.1 (*)
│ │ │ └── serde feature "std" (*)
│ │ ├── serde feature "default" (*)
│ │ ├── serde feature "derive" (*)
│ │ ├── bitcoin feature "base64"
│ │ │ └── bitcoin v0.29.2 (*)
│ │ ├── bitcoin feature "default"
│ │ │ ├── bitcoin v0.29.2 (*)
│ │ │ ├── bitcoin feature "secp-recovery"
│ │ │ │ ├── bitcoin v0.29.2 (*)
│ │ │ │ └── secp256k1 feature "recovery"
│ │ │ │ ├── secp256k1 v0.24.3 (*)
│ │ │ │ └── secp256k1-sys feature "recovery"
│ │ │ │ └── secp256k1-sys v0.6.1 (*)
│ │ │ └── bitcoin feature "std"
│ │ │ ├── bitcoin v0.29.2 (*)
│ │ │ ├── bech32 feature "std"
│ │ │ │ └── bech32 v0.9.1
│ │ │ ├── bitcoin_hashes feature "std"
│ │ │ │ └── bitcoin_hashes v0.11.0 (*)
│ │ │ └── secp256k1 feature "std"
│ │ │ ├── secp256k1 v0.24.3 (*)
│ │ │ ├── secp256k1 feature "alloc"
│ │ │ │ ├── secp256k1 v0.24.3 (*)
│ │ │ │ └── secp256k1-sys feature "alloc"
│ │ │ │ └── secp256k1-sys v0.6.1 (*)
│ │ │ └── secp256k1-sys feature "std"
│ │ │ ├── secp256k1-sys v0.6.1 (*)
│ │ │ └── secp256k1-sys feature "alloc" (*)
│ │ ├── bitcoin feature "rand"
│ │ │ ├── bitcoin v0.29.2 (*)
│ │ │ └── secp256k1 feature "rand-std"
│ │ │ ├── secp256k1 v0.24.3 (*)
│ │ │ ├── secp256k1 feature "rand"
│ │ │ │ └── secp256k1 v0.24.3 (*)
│ │ │ ├── rand feature "std"
│ │ │ │ ├── rand v0.8.5 (*)
│ │ │ │ ├── rand_core feature "std" (*)
│ │ │ │ ├── rand feature "alloc"
│ │ │ │ │ ├── rand v0.8.5 (*)
│ │ │ │ │ └── rand_core feature "alloc" (*)
│ │ │ │ ├── rand feature "getrandom"
│ │ │ │ │ ├── rand v0.8.5 (*)
│ │ │ │ │ └── rand_core feature "getrandom" (*)
│ │ │ │ ├── rand feature "libc"
│ │ │ │ │ └── rand v0.8.5 (*)
│ │ │ │ ├── rand feature "rand_chacha"
│ │ │ │ │ └── rand v0.8.5 (*)
│ │ │ │ └── rand_chacha feature "std"
│ │ │ │ ├── rand_chacha v0.3.1 (*)
│ │ │ │ └── ppv-lite86 feature "std"
│ │ │ │ └── ppv-lite86 v0.2.17
│ │ │ └── rand feature "std_rng"
│ │ │ ├── rand v0.8.5 (*)
│ │ │ └── rand feature "rand_chacha" (*)
│ │ ├── bitcoin feature "serde" (*)
│ │ ├── rand feature "default"
│ │ │ ├── rand v0.8.5 (*)
│ │ │ ├── rand feature "std" (*)
│ │ │ └── rand feature "std_rng" (*)
│ │ ├── log feature "default" (*)
│ │ ├── tokio feature "default" (*)
│ │ ├── tokio feature "macros"
│ │ │ ├── tokio v1.25.0 (*)
│ │ │ └── tokio feature "tokio-macros"
│ │ │ └── tokio v1.25.0 (*)
│ │ ├── tokio feature "rt" (*)
│ │ ├── serde_json feature "default" (*)
│ │ ├── futures feature "default"
│ │ │ ├── futures v0.3.26
│ │ │ │ ├── futures-core v0.3.26
│ │ │ │ ├── futures-executor v0.3.26
│ │ │ │ │ ├── futures-core v0.3.26
│ │ │ │ │ ├── futures-task v0.3.26
│ │ │ │ │ └── futures-util v0.3.26 (*)
│ │ │ │ ├── futures-io v0.3.26
│ │ │ │ ├── futures-sink v0.3.26
│ │ │ │ ├── futures-task v0.3.26
│ │ │ │ ├── futures-util feature "sink"
│ │ │ │ │ ├── futures-util v0.3.26 (*)
│ │ │ │ │ └── futures-util feature "futures-sink"
│ │ │ │ │ └── futures-util v0.3.26 (*)
│ │ │ │ └── futures-channel feature "sink"
│ │ │ │ ├── futures-channel v0.3.26 (*)
│ │ │ │ └── futures-channel feature "futures-sink"
│ │ │ │ └── futures-channel v0.3.26 (*)
│ │ │ ├── futures feature "async-await"
│ │ │ │ ├── futures v0.3.26 (*)
│ │ │ │ ├── futures-util feature "async-await"
│ │ │ │ │ └── futures-util v0.3.26 (*)
│ │ │ │ └── futures-util feature "async-await-macro"
│ │ │ │ ├── futures-util v0.3.26 (*)
│ │ │ │ ├── futures-util feature "async-await" (*)
│ │ │ │ └── futures-util feature "futures-macro"
│ │ │ │ └── futures-util v0.3.26 (*)
│ │ │ ├── futures feature "executor"
│ │ │ │ ├── futures v0.3.26 (*)
│ │ │ │ ├── futures feature "futures-executor"
│ │ │ │ │ └── futures v0.3.26 (*)
│ │ │ │ ├── futures feature "std"
│ │ │ │ │ ├── futures v0.3.26 (*)
│ │ │ │ │ ├── futures-core feature "std" (*)
│ │ │ │ │ ├── futures-util feature "channel"
│ │ │ │ │ │ ├── futures-util v0.3.26 (*)
│ │ │ │ │ │ ├── futures-util feature "futures-channel"
│ │ │ │ │ │ │ └── futures-util v0.3.26 (*)
│ │ │ │ │ │ └── futures-util feature "std"
│ │ │ │ │ │ ├── futures-util v0.3.26 (*)
│ │ │ │ │ │ ├── futures-core feature "std" (*)
│ │ │ │ │ │ ├── futures-util feature "alloc"
│ │ │ │ │ │ │ ├── futures-util v0.3.26 (*)
│ │ │ │ │ │ │ ├── futures-core feature "alloc" (*)
│ │ │ │ │ │ │ └── futures-task feature "alloc"
│ │ │ │ │ │ │ └── futures-task v0.3.26
│ │ │ │ │ │ ├── futures-util feature "slab"
│ │ │ │ │ │ │ └── futures-util v0.3.26 (*)
│ │ │ │ │ │ └── futures-task feature "std"
│ │ │ │ │ │ ├── futures-task v0.3.26
│ │ │ │ │ │ └── futures-task feature "alloc" (*)
│ │ │ │ │ ├── futures-util feature "io"
│ │ │ │ │ │ ├── futures-util v0.3.26 (*)
│ │ │ │ │ │ ├── futures-util feature "futures-io"
│ │ │ │ │ │ │ └── futures-util v0.3.26 (*)
│ │ │ │ │ │ ├── futures-util feature "memchr"
│ │ │ │ │ │ │ └── futures-util v0.3.26 (*)
│ │ │ │ │ │ └── futures-util feature "std" (*)
│ │ │ │ │ ├── futures-util feature "std" (*)
│ │ │ │ │ ├── futures-sink feature "std" (*)
│ │ │ │ │ ├── futures-io feature "std" (*)
│ │ │ │ │ ├── futures-task feature "std" (*)
│ │ │ │ │ └── futures feature "alloc"
│ │ │ │ │ ├── futures v0.3.26 (*)
│ │ │ │ │ ├── futures-core feature "alloc" (*)
│ │ │ │ │ ├── futures-util feature "alloc" (*)
│ │ │ │ │ ├── futures-channel feature "alloc" (*)
│ │ │ │ │ ├── futures-sink feature "alloc" (*)
│ │ │ │ │ └── futures-task feature "alloc" (*)
│ │ │ │ └── futures-executor feature "std"
│ │ │ │ ├── futures-executor v0.3.26 (*)
│ │ │ │ ├── futures-core feature "std" (*)
│ │ │ │ ├── futures-util feature "std" (*)
│ │ │ │ └── futures-task feature "std" (*)
│ │ │ └── futures feature "std" (*)
│ │ ├── miniscript feature "default"
│ │ │ ├── miniscript v9.0.0
│ │ │ │ ├── bitcoin v0.29.2 (*)
│ │ │ │ └── serde feature "default" (*)
│ │ │ └── miniscript feature "std"
│ │ │ ├── miniscript v9.0.0 (*)
│ │ │ ├── bitcoin feature "secp-recovery" (*)
│ │ │ └── bitcoin feature "std" (*)
│ │ └── miniscript feature "serde"
│ │ ├── miniscript v9.0.0 (*)
│ │ ├── bitcoin feature "serde" (*)
│ │ └── miniscript feature "actual-serde"
│ │ └── miniscript v9.0.0 (*)
│ └── bdk feature "async-trait"
│ └── bdk v0.27.0 (*)
├── bdk feature "esplora"
│ └── bdk v0.27.0 (*)
├── bdk feature "keys-bip39"
│ ├── bdk v0.27.0 (*)
│ └── bdk feature "bip39"
│ └── bdk v0.27.0 (*)
├── bdk feature "use-esplora-reqwest"
│ ├── bdk v0.27.0 (*)
│ └── bdk feature "use-esplora-async"
│ ├── bdk v0.27.0 (*)
│ ├── bdk feature "esplora" (*)
│ ├── bdk feature "esplora-client"
│ │ └── bdk v0.27.0 (*)
│ ├── bdk feature "futures"
│ │ └── bdk v0.27.0 (*)
│ └── esplora-client feature "async"
│ ├── esplora-client v0.3.0 (https://github.com/TheBlueMatt/rust-esplora-client#ac52e952) (*)
│ ├── esplora-client feature "reqwest"
│ │ └── esplora-client v0.3.0 (https://github.com/TheBlueMatt/rust-esplora-client#ac52e952) (*)
│ └── reqwest feature "socks"
│ ├── reqwest v0.11.14 (*)
│ └── reqwest feature "tokio-socks"
│ └── reqwest v0.11.14 (*)
├── bdk-macros feature "default" (*)
├── bip39 feature "default" (*)
├── serde feature "default" (*)
├── serde feature "derive" (*)
├── bitcoin feature "default" (*)
├── bitcoin feature "serde" (*)
├── secp256k1 feature "default"
│ ├── secp256k1 v0.24.3 (*)
│ └── secp256k1 feature "std" (*)
├── log feature "default" (*)
├── reqwest feature "json" (*)
├── futures-util feature "async-await-macro" (*)
├── serde_json feature "default" (*)
├── thiserror feature "default" (*)
├── futures feature "default" (*)
├── bip32 feature "default"
│ ├── bip32 v0.4.0
│ │ ├── hmac v0.12.1
│ │ │ ├── digest feature "default"
│ │ │ │ ├── digest v0.10.6
│ │ │ │ │ ├── subtle v2.4.1
│ │ │ │ │ ├── crypto-common feature "default" (*)
│ │ │ │ │ └── block-buffer feature "default"
│ │ │ │ │ └── block-buffer v0.10.3
│ │ │ │ │ └── generic-array feature "default" (*)
│ │ │ │ └── digest feature "core-api"
│ │ │ │ ├── digest v0.10.6 (*)
│ │ │ │ └── digest feature "block-buffer"
│ │ │ │ └── digest v0.10.6 (*)
│ │ │ └── digest feature "mac"
│ │ │ ├── digest v0.10.6 (*)
│ │ │ └── digest feature "subtle"
│ │ │ └── digest v0.10.6 (*)
│ │ ├── pbkdf2 v0.11.0
│ │ │ ├── hmac v0.12.1 (*)
│ │ │ ├── sha2 v0.10.6
│ │ │ │ ├── cfg-if feature "default" (*)
│ │ │ │ ├── cpufeatures feature "default" (*)
│ │ │ │ └── digest feature "default" (*)
│ │ │ ├── digest feature "default" (*)
│ │ │ ├── digest feature "mac" (*)
│ │ │ └── password-hash feature "rand_core"
│ │ │ └── password-hash v0.4.2
│ │ │ ├── rand_core v0.6.4 (*)
│ │ │ ├── subtle v2.4.1
│ │ │ └── base64ct feature "default"
│ │ │ └── base64ct v1.5.3
│ │ ├── rand_core v0.6.4 (*)
│ │ ├── ripemd v0.1.3
│ │ │ └── digest feature "default" (*)
│ │ ├── sha2 v0.10.6 (*)
│ │ ├── subtle v2.4.1
│ │ ├── zeroize v1.5.7
│ │ ├── once_cell feature "default" (*)
│ │ ├── bs58 feature "check"
│ │ │ ├── bs58 v0.4.0
│ │ │ │ └── sha2 v0.9.9
│ │ │ │ ├── cfg-if feature "default" (*)
│ │ │ │ ├── cpufeatures feature "default" (*)
│ │ │ │ ├── opaque-debug feature "default" (*)
│ │ │ │ ├── block-buffer feature "default"
│ │ │ │ │ └── block-buffer v0.9.0
│ │ │ │ │ └── generic-array feature "default" (*)
│ │ │ │ └── digest feature "default"
│ │ │ │ └── digest v0.9.0
│ │ │ │ └── generic-array feature "default" (*)
│ │ │ └── bs58 feature "sha2"
│ │ │ └── bs58 v0.4.0 (*)
│ │ ├── k256 feature "ecdsa"
│ │ │ ├── k256 v0.11.6
│ │ │ │ ├── sha2 v0.10.6 (*)
│ │ │ │ ├── sha3 v0.10.6
│ │ │ │ │ ├── digest feature "default" (*)
│ │ │ │ │ └── keccak feature "default"
│ │ │ │ │ └── keccak v0.1.3
│ │ │ │ ├── cfg-if feature "default" (*)
│ │ │ │ ├── ecdsa feature "der"
│ │ │ │ │ └── ecdsa v0.14.8
│ │ │ │ │ ├── der feature "default"
│ │ │ │ │ │ └── der v0.6.1
│ │ │ │ │ │ └── const-oid feature "default"
│ │ │ │ │ │ └── const-oid v0.9.1
│ │ │ │ │ ├── elliptic-curve feature "digest"
│ │ │ │ │ │ └── elliptic-curve v0.12.3
│ │ │ │ │ │ ├── ff v0.12.1
│ │ │ │ │ │ │ ├── rand_core v0.6.4 (*)
│ │ │ │ │ │ │ └── subtle feature "i128"
│ │ │ │ │ │ │ └── subtle v2.4.1
│ │ │ │ │ │ ├── generic-array v0.14.6 (*)
│ │ │ │ │ │ ├── group v0.12.1
│ │ │ │ │ │ │ ├── ff v0.12.1 (*)
│ │ │ │ │ │ │ ├── rand_core v0.6.4 (*)
│ │ │ │ │ │ │ └── subtle v2.4.1
│ │ │ │ │ │ ├── rand_core v0.6.4 (*)
│ │ │ │ │ │ ├── subtle v2.4.1
│ │ │ │ │ │ ├── zeroize v1.5.7
│ │ │ │ │ │ ├── digest feature "default" (*)
│ │ │ │ │ │ ├── der feature "oid"
│ │ │ │ │ │ │ ├── der v0.6.1 (*)
│ │ │ │ │ │ │ └── der feature "const-oid"
│ │ │ │ │ │ │ └── der v0.6.1 (*)
│ │ │ │ │ │ ├── base16ct feature "default"
│ │ │ │ │ │ │ └── base16ct v0.1.1
│ │ │ │ │ │ ├── crypto-bigint feature "generic-array"
│ │ │ │ │ │ │ └── crypto-bigint v0.4.9
│ │ │ │ │ │ │ ├── subtle v2.4.1
│ │ │ │ │ │ │ ├── zeroize v1.5.7
│ │ │ │ │ │ │ ├── generic-array feature "default" (*)
│ │ │ │ │ │ │ └── rand_core feature "default" (*)
│ │ │ │ │ │ ├── crypto-bigint feature "rand_core"
│ │ │ │ │ │ │ └── crypto-bigint v0.4.9 (*)
│ │ │ │ │ │ ├── crypto-bigint feature "zeroize"
│ │ │ │ │ │ │ └── crypto-bigint v0.4.9 (*)
│ │ │ │ │ │ ├── sec1 feature "default"
│ │ │ │ │ │ │ ├── sec1 v0.3.0
│ │ │ │ │ │ │ │ ├── base16ct v0.1.1
│ │ │ │ │ │ │ │ ├── generic-array v0.14.6 (*)
│ │ │ │ │ │ │ │ ├── subtle v2.4.1
│ │ │ │ │ │ │ │ ├── zeroize v1.5.7
│ │ │ │ │ │ │ │ ├── der feature "default" (*)
│ │ │ │ │ │ │ │ └── der feature "oid" (*)
│ │ │ │ │ │ │ ├── sec1 feature "der"
│ │ │ │ │ │ │ │ └── sec1 v0.3.0 (*)
│ │ │ │ │ │ │ └── sec1 feature "point"
│ │ │ │ │ │ │ ├── sec1 v0.3.0 (*)
│ │ │ │ │ │ │ ├── sec1 feature "base16ct"
│ │ │ │ │ │ │ │ └── sec1 v0.3.0 (*)
│ │ │ │ │ │ │ └── sec1 feature "generic-array"
│ │ │ │ │ │ │ └── sec1 v0.3.0 (*)
│ │ │ │ │ │ ├── sec1 feature "subtle"
│ │ │ │ │ │ │ └── sec1 v0.3.0 (*)
│ │ │ │ │ │ └── sec1 feature "zeroize"
│ │ │ │ │ │ └── sec1 v0.3.0 (*)
│ │ │ │ │ ├── elliptic-curve feature "sec1"
│ │ │ │ │ │ └── elliptic-curve v0.12.3 (*)
│ │ │ │ │ ├── rfc6979 feature "default"
│ │ │ │ │ │ └── rfc6979 v0.3.1
│ │ │ │ │ │ ├── zeroize v1.5.7
│ │ │ │ │ │ ├── hmac feature "reset"
│ │ │ │ │ │ │ └── hmac v0.12.1 (*)
│ │ │ │ │ │ ├── crypto-bigint feature "generic-array" (*)
│ │ │ │ │ │ └── crypto-bigint feature "zeroize" (*)
│ │ │ │ │ ├── signature feature "hazmat-preview"
│ │ │ │ │ │ └── signature v1.6.4
│ │ │ │ │ │ ├── digest v0.10.6 (*)
│ │ │ │ │ │ └── rand_core v0.6.4 (*)
│ │ │ │ │ └── signature feature "rand-preview"
│ │ │ │ │ ├── signature v1.6.4 (*)
│ │ │ │ │ └── signature feature "rand_core"
│ │ │ │ │ └── signature v1.6.4 (*)
│ │ │ │ ├── elliptic-curve feature "hazmat"
│ │ │ │ │ └── elliptic-curve v0.12.3 (*)
│ │ │ │ └── elliptic-curve feature "sec1" (*)
│ │ │ ├── k256 feature "arithmetic"
│ │ │ │ ├── k256 v0.11.6 (*)
│ │ │ │ └── elliptic-curve feature "arithmetic"
│ │ │ │ ├── elliptic-curve v0.12.3 (*)
│ │ │ │ ├── elliptic-curve feature "ff"
│ │ │ │ │ └── elliptic-curve v0.12.3 (*)
│ │ │ │ └── elliptic-curve feature "group"
│ │ │ │ └── elliptic-curve v0.12.3 (*)
│ │ │ ├── k256 feature "ecdsa-core"
│ │ │ │ └── k256 v0.11.6 (*)
│ │ │ ├── k256 feature "sha256"
│ │ │ │ ├── k256 v0.11.6 (*)
│ │ │ │ ├── k256 feature "digest"
│ │ │ │ │ ├── k256 v0.11.6 (*)
│ │ │ │ │ ├── k256 feature "ecdsa-core" (*)
│ │ │ │ │ ├── ecdsa feature "digest"
│ │ │ │ │ │ ├── ecdsa v0.14.8 (*)
│ │ │ │ │ │ └── signature feature "digest-preview"
│ │ │ │ │ │ ├── signature v1.6.4 (*)
│ │ │ │ │ │ └── signature feature "digest"
│ │ │ │ │ │ └── signature v1.6.4 (*)
│ │ │ │ │ └── ecdsa feature "hazmat"
│ │ │ │ │ └── ecdsa v0.14.8 (*)
│ │ │ │ └── k256 feature "sha2"
│ │ │ │ └── k256 v0.11.6 (*)
│ │ │ ├── ecdsa feature "sign"
│ │ │ │ ├── ecdsa v0.14.8 (*)
│ │ │ │ ├── ecdsa feature "arithmetic"
│ │ │ │ │ ├── ecdsa v0.14.8 (*)
│ │ │ │ │ └── elliptic-curve feature "arithmetic" (*)
│ │ │ │ ├── ecdsa feature "digest" (*)
│ │ │ │ ├── ecdsa feature "hazmat" (*)
│ │ │ │ └── ecdsa feature "rfc6979"
│ │ │ │ └── ecdsa v0.14.8 (*)
│ │ │ └── ecdsa feature "verify"
│ │ │ ├── ecdsa v0.14.8 (*)
│ │ │ ├── ecdsa feature "arithmetic" (*)
│ │ │ ├── ecdsa feature "digest" (*)
│ │ │ └── ecdsa feature "hazmat" (*)
│ │ ├── k256 feature "keccak256"
│ │ │ ├── k256 v0.11.6 (*)
│ │ │ ├── k256 feature "digest" (*)
│ │ │ └── k256 feature "sha3"
│ │ │ └── k256 v0.11.6 (*)
│ │ └── k256 feature "sha256" (*)
│ ├── bip32 feature "bip39"
│ │ ├── bip32 v0.4.0 (*)
│ │ ├── bip32 feature "mnemonic"
│ │ │ ├── bip32 v0.4.0 (*)
│ │ │ ├── bip32 feature "alloc"
│ │ │ │ ├── bip32 v0.4.0 (*)
│ │ │ │ └── zeroize feature "alloc"
│ │ │ │ └── zeroize v1.5.7
│ │ │ └── bip32 feature "once_cell"
│ │ │ └── bip32 v0.4.0 (*)
│ │ ├── bip32 feature "pbkdf2"
│ │ │ └── bip32 v0.4.0 (*)
│ │ └── bip32 feature "std"
│ │ ├── bip32 v0.4.0 (*)
│ │ └── bip32 feature "alloc" (*)
│ ├── bip32 feature "secp256k1"
│ │ ├── bip32 v0.4.0 (*)
│ │ └── bip32 feature "k256"
│ │ └── bip32 v0.4.0 (*)
│ └── bip32 feature "std" (*)
├── pbkdf2 feature "default"
│ ├── pbkdf2 v0.11.0 (*)
│ └── pbkdf2 feature "simple"
│ ├── pbkdf2 v0.11.0 (*)
│ ├── pbkdf2 feature "hmac"
│ │ └── pbkdf2 v0.11.0 (*)
│ ├── pbkdf2 feature "password-hash"
│ │ └── pbkdf2 v0.11.0 (*)
│ └── pbkdf2 feature "sha2"
│ └── pbkdf2 v0.11.0 (*)
├── bitcoin-bech32 feature "default"
│ └── bitcoin-bech32 v0.12.1
│ └── bech32 feature "default"
│ ├── bech32 v0.8.1
│ └── bech32 feature "std"
│ └── bech32 v0.8.1
├── chrono feature "default"
│ ├── chrono v0.4.23
│ │ ├── num-integer v0.1.45
│ │ │ └── num-traits v0.2.15
│ │ │ [build-dependencies]
│ │ │ └── autocfg feature "default" (*)
│ │ │ [build-dependencies]
│ │ │ └── autocfg feature "default" (*)
│ │ ├── num-traits v0.2.15 (*)
│ │ ├── iana-time-zone feature "default"
│ │ │ └── iana-time-zone v0.1.53
│ │ ├── iana-time-zone feature "fallback"
│ │ │ └── iana-time-zone v0.1.53
│ │ └── time feature "default"
│ │ └── time v0.1.45
│ │ └── libc feature "default" (*)
│ ├── chrono feature "clock"
│ │ ├── chrono v0.4.23 (*)
│ │ ├── chrono feature "iana-time-zone"
│ │ │ └── chrono v0.4.23 (*)
│ │ ├── chrono feature "std"
│ │ │ └── chrono v0.4.23 (*)
│ │ └── chrono feature "winapi"
│ │ └── chrono v0.4.23 (*)
│ ├── chrono feature "oldtime"
│ │ ├── chrono v0.4.23 (*)
│ │ └── chrono feature "time"
│ │ └── chrono v0.4.23 (*)
│ ├── chrono feature "std" (*)
│ └── chrono feature "wasmbind"
│ ├── chrono v0.4.23 (*)
│ ├── chrono feature "js-sys"
│ │ └── chrono v0.4.23 (*)
│ └── chrono feature "wasm-bindgen"
│ └── chrono v0.4.23 (*)
├── console_error_panic_hook feature "default"
│ └── console_error_panic_hook v0.1.7
│ ├── cfg-if feature "default" (*)
│ └── wasm-bindgen feature "default"
│ ├── wasm-bindgen v0.2.83
│ │ ├── cfg-if feature "default" (*)
│ │ └── wasm-bindgen-macro feature "default"
│ │ └── wasm-bindgen-macro v0.2.83 (proc-macro)
│ │ ├── quote feature "default" (*)
│ │ └── wasm-bindgen-macro-support feature "default"
│ │ └── wasm-bindgen-macro-support v0.2.83
│ │ ├── proc-macro2 feature "default" (*)
│ │ ├── quote feature "default" (*)
│ │ ├── syn feature "default" (*)
│ │ ├── syn feature "full" (*)
│ │ ├── syn feature "visit"
│ │ │ └── syn v1.0.107 (*)
│ │ ├── wasm-bindgen-backend feature "default"
│ │ │ └── wasm-bindgen-backend v0.2.83
│ │ │ ├── proc-macro2 feature "default" (*)
│ │ │ ├── quote feature "default" (*)
│ │ │ ├── syn feature "default" (*)
│ │ │ ├── syn feature "full" (*)
│ │ │ ├── log feature "default" (*)
│ │ │ ├── once_cell feature "default" (*)
│ │ │ ├── bumpalo feature "default"
│ │ │ │ └── bumpalo v3.12.0
│ │ │ └── wasm-bindgen-shared feature "default"
│ │ │ └── wasm-bindgen-shared v0.2.83
│ │ └── wasm-bindgen-shared feature "default" (*)
│ ├── wasm-bindgen feature "spans"
│ │ ├── wasm-bindgen v0.2.83 (*)
│ │ └── wasm-bindgen-macro feature "spans"
│ │ ├── wasm-bindgen-macro v0.2.83 (proc-macro) (*)
│ │ └── wasm-bindgen-macro-support feature "spans"
│ │ ├── wasm-bindgen-macro-support v0.2.83 (*)
│ │ └── wasm-bindgen-backend feature "spans"
│ │ └── wasm-bindgen-backend v0.2.83 (*)
│ └── wasm-bindgen feature "std"
│ └── wasm-bindgen v0.2.83 (*)
├── wasm-bindgen feature "default" (*)
├── crossbeam-channel feature "default"
│ ├── crossbeam-channel v0.5.6
│ │ ├── crossbeam-utils v0.8.14
│ │ │ └── cfg-if feature "default" (*)
│ │ └── cfg-if feature "default" (*)
│ └── crossbeam-channel feature "std"
│ ├── crossbeam-channel v0.5.6 (*)
│ ├── crossbeam-channel feature "crossbeam-utils"
│ │ └── crossbeam-channel v0.5.6 (*)
│ └── crossbeam-utils feature "std"
│ └── crossbeam-utils v0.8.14 (*)
├── gloo-net feature "default"
│ ├── gloo-net v0.2.6
│ │ ├── gloo-utils v0.1.6
│ │ │ ├── serde feature "default" (*)
│ │ │ ├── serde_json feature "default" (*)
│ │ │ ├── wasm-bindgen feature "default" (*)
│ │ │ ├── js-sys feature "default"
│ │ │ │ └── js-sys v0.3.60
│ │ │ │ └── wasm-bindgen feature "default" (*)
│ │ │ ├── web-sys feature "Document"
│ │ │ │ ├── web-sys v0.3.60
│ │ │ │ │ ├── wasm-bindgen feature "default" (*)
│ │ │ │ │ └── js-sys feature "default" (*)
│ │ │ │ ├── web-sys feature "EventTarget"
│ │ │ │ │ └── web-sys v0.3.60 (*)
│ │ │ │ └── web-sys feature "Node"
│ │ │ │ ├── web-sys v0.3.60 (*)
│ │ │ │ └── web-sys feature "EventTarget" (*)
│ │ │ ├── web-sys feature "Element"
│ │ │ │ ├── web-sys v0.3.60 (*)
│ │ │ │ ├── web-sys feature "EventTarget" (*)
│ │ │ │ └── web-sys feature "Node" (*)
│ │ │ ├── web-sys feature "History"
│ │ │ │ └── web-sys v0.3.60 (*)
│ │ │ ├── web-sys feature "HtmlElement"
│ │ │ │ ├── web-sys v0.3.60 (*)
│ │ │ │ ├── web-sys feature "Element" (*)
│ │ │ │ ├── web-sys feature "EventTarget" (*)
│ │ │ │ └── web-sys feature "Node" (*)
│ │ │ ├── web-sys feature "HtmlHeadElement"
│ │ │ │ ├── web-sys v0.3.60 (*)
│ │ │ │ ├── web-sys feature "Element" (*)
│ │ │ │ ├── web-sys feature "EventTarget" (*)
│ │ │ │ ├── web-sys feature "HtmlElement" (*)
│ │ │ │ └── web-sys feature "Node" (*)
│ │ │ ├── web-sys feature "Location"
│ │ │ │ └── web-sys v0.3.60 (*)
│ │ │ ├── web-sys feature "Window"
│ │ │ │ ├── web-sys v0.3.60 (*)
│ │ │ │ └── web-sys feature "EventTarget" (*)
│ │ │ └── web-sys feature "default"
│ │ │ └── web-sys v0.3.60 (*)
│ │ ├── serde feature "default" (*)
│ │ ├── futures-core feature "default" (*)
│ │ ├── futures-channel feature "default" (*)
│ │ ├── futures-sink feature "default" (*)
│ │ ├── serde_json feature "default" (*)
│ │ ├── thiserror feature "default" (*)
│ │ ├── wasm-bindgen feature "default" (*)
│ │ ├── js-sys feature "default" (*)
│ │ ├── web-sys feature "default" (*)
│ │ ├── pin-project feature "default"
│ │ │ └── pin-project v1.0.12
│ │ │ └── pin-project-internal feature "default"
│ │ │ └── pin-project-internal v1.0.12 (proc-macro)
│ │ │ ├── proc-macro2 feature "default" (*)
│ │ │ ├── quote feature "default" (*)
│ │ │ ├── syn feature "default" (*)
│ │ │ ├── syn feature "full" (*)
│ │ │ └── syn feature "visit-mut" (*)
│ │ └── wasm-bindgen-futures feature "default"
│ │ └── wasm-bindgen-futures v0.4.33
│ │ ├── cfg-if feature "default" (*)
│ │ ├── wasm-bindgen feature "default" (*)
│ │ └── js-sys feature "default" (*)
│ ├── gloo-net feature "eventsource"
│ │ ├── gloo-net v0.2.6 (*)
│ │ ├── gloo-net feature "futures-channel"
│ │ │ └── gloo-net v0.2.6 (*)
│ │ ├── gloo-net feature "futures-core"
│ │ │ └── gloo-net v0.2.6 (*)
│ │ ├── gloo-net feature "pin-project"
│ │ │ └── gloo-net v0.2.6 (*)
│ │ ├── web-sys feature "Event"
│ │ │ └── web-sys v0.3.60 (*)
│ │ ├── web-sys feature "EventSource"
│ │ │ ├── web-sys v0.3.60 (*)
│ │ │ └── web-sys feature "EventTarget" (*)
│ │ ├── web-sys feature "EventTarget" (*)
│ │ └── web-sys feature "MessageEvent"
│ │ ├── web-sys v0.3.60 (*)
│ │ └── web-sys feature "Event" (*)
│ ├── gloo-net feature "http"
│ │ ├── gloo-net v0.2.6 (*)
│ │ ├── web-sys feature "AbortSignal"
│ │ │ ├── web-sys v0.3.60 (*)
│ │ │ └── web-sys feature "EventTarget" (*)
│ │ ├── web-sys feature "Blob"
│ │ │ └── web-sys v0.3.60 (*)
│ │ ├── web-sys feature "FormData"
│ │ │ └── web-sys v0.3.60 (*)
│ │ ├── web-sys feature "Headers"
│ │ │ └── web-sys v0.3.60 (*)
│ │ ├── web-sys feature "ObserverCallback"
│ │ │ └── web-sys v0.3.60 (*)
│ │ ├── web-sys feature "ReadableStream"
│ │ │ └── web-sys v0.3.60 (*)
│ │ ├── web-sys feature "ReferrerPolicy"
│ │ │ └── web-sys v0.3.60 (*)
│ │ ├── web-sys feature "Request"
│ │ │ └── web-sys v0.3.60 (*)
│ │ ├── web-sys feature "RequestCache"
│ │ │ └── web-sys v0.3.60 (*)
│ │ ├── web-sys feature "RequestCredentials"
│ │ │ └── web-sys v0.3.60 (*)
│ │ ├── web-sys feature "RequestInit"
│ │ │ └── web-sys v0.3.60 (*)
│ │ ├── web-sys feature "RequestMode"
│ │ │ └── web-sys v0.3.60 (*)
│ │ ├── web-sys feature "RequestRedirect"
│ │ │ └── web-sys v0.3.60 (*)
│ │ ├── web-sys feature "Response"
│ │ │ └── web-sys v0.3.60 (*)
│ │ ├── web-sys feature "ResponseType"
│ │ │ └── web-sys v0.3.60 (*)
│ │ ├── web-sys feature "Url"
│ │ │ └── web-sys v0.3.60 (*)
│ │ ├── web-sys feature "UrlSearchParams"
│ │ │ └── web-sys v0.3.60 (*)
│ │ ├── web-sys feature "Window" (*)
│ │ └── web-sys feature "WorkerGlobalScope"
│ │ ├── web-sys v0.3.60 (*)
│ │ └── web-sys feature "EventTarget" (*)
│ ├── gloo-net feature "json"
│ │ ├── gloo-net v0.2.6 (*)
│ │ ├── gloo-net feature "serde"
│ │ │ └── gloo-net v0.2.6 (*)
│ │ ├── gloo-net feature "serde_json"
│ │ │ └── gloo-net v0.2.6 (*)
│ │ └── gloo-utils feature "serde"
│ │ └── gloo-utils v0.1.6 (*)
│ └── gloo-net feature "websocket"
│ ├── gloo-net v0.2.6 (*)
│ ├── gloo-net feature "futures-channel" (*)
│ ├── gloo-net feature "futures-core" (*)
│ ├── gloo-net feature "futures-sink"
│ │ └── gloo-net v0.2.6 (*)
│ ├── gloo-net feature "pin-project" (*)
│ ├── web-sys feature "AddEventListenerOptions"
│ │ └── web-sys v0.3.60 (*)
│ ├── web-sys feature "BinaryType"
│ │ └── web-sys v0.3.60 (*)
│ ├── web-sys feature "Blob" (*)
│ ├── web-sys feature "CloseEvent"
│ │ ├── web-sys v0.3.60 (*)
│ │ └── web-sys feature "Event" (*)
│ ├── web-sys feature "CloseEventInit"
│ │ └── web-sys v0.3.60 (*)
│ ├── web-sys feature "ErrorEvent"
│ │ ├── web-sys v0.3.60 (*)
│ │ └── web-sys feature "Event" (*)
│ ├── web-sys feature "FileReader"
│ │ ├── web-sys v0.3.60 (*)
│ │ └── web-sys feature "EventTarget" (*)
│ ├── web-sys feature "MessageEvent" (*)
│ ├── web-sys feature "ProgressEvent"
│ │ ├── web-sys v0.3.60 (*)
│ │ └── web-sys feature "Event" (*)
│ └── web-sys feature "WebSocket"
│ ├── web-sys v0.3.60 (*)
│ └── web-sys feature "EventTarget" (*)
├── js-sys feature "default" (*)
├── web-sys feature "console"
│ └── web-sys v0.3.60 (*)
├── web-sys feature "default" (*)
├── wasm-bindgen-futures feature "default" (*)
├── gloo-storage feature "default"
│ └── gloo-storage v0.2.2
│ ├── serde feature "default" (*)
│ ├── serde_json feature "default" (*)
│ ├── thiserror feature "default" (*)
│ ├── wasm-bindgen feature "default" (*)
│ ├── gloo-utils feature "default"
│ │ ├── gloo-utils v0.1.6 (*)
│ │ └── gloo-utils feature "serde" (*)
│ ├── js-sys feature "default" (*)
│ ├── web-sys feature "Storage"
│ │ └── web-sys v0.3.60 (*)
│ ├── web-sys feature "Window" (*)
│ └── web-sys feature "default" (*)
├── instant feature "default"
│ └── instant v0.1.12
│ └── cfg-if feature "default" (*)
├── instant feature "wasm-bindgen"
│ ├── instant v0.1.12 (*)
│ ├── instant feature "js-sys"
│ │ └── instant v0.1.12 (*)
│ ├── instant feature "wasm-bindgen_rs"
│ │ └── instant v0.1.12 (*)
│ └── instant feature "web-sys"
│ └── instant v0.1.12 (*)
├── lightning feature "grind_signatures"
│ └── lightning v0.0.114 (https://github.com/lightningdevkit/rust-lightning?rev=af76face12e924132596479f8b54849b14414f84#af76face)
│ ├── core2 v0.3.3 (*)
│ ├── bitcoin feature "secp-recovery" (*)
│ └── hashbrown feature "default" (*)
├── lightning feature "max_level_trace"
│ └── lightning v0.0.114 (https://github.com/lightningdevkit/rust-lightning?rev=af76face12e924132596479f8b54849b14414f84#af76face) (*)
├── lightning feature "no-std"
│ ├── lightning v0.0.114 (https://github.com/lightningdevkit/rust-lightning?rev=af76face12e924132596479f8b54849b14414f84#af76face) (*)
│ ├── bitcoin feature "no-std"
│ │ ├── bitcoin v0.29.2 (*)
│ │ ├── bitcoin feature "core2"
│ │ │ └── bitcoin v0.29.2 (*)
│ │ ├── bitcoin feature "hashbrown"
│ │ │ └── bitcoin v0.29.2 (*)
│ │ ├── bitcoin_hashes feature "alloc"
│ │ │ ├── bitcoin_hashes v0.11.0 (*)
│ │ │ ├── bitcoin_hashes feature "core2"
│ │ │ │ └── bitcoin_hashes v0.11.0 (*)
│ │ │ └── core2 feature "alloc"
│ │ │ └── core2 v0.3.3 (*)
│ │ ├── core2 feature "alloc" (*)
│ │ └── secp256k1 feature "alloc" (*)
│ ├── core2 feature "alloc" (*)
│ ├── lightning feature "core2"
│ │ └── lightning v0.0.114 (https://github.com/lightningdevkit/rust-lightning?rev=af76face12e924132596479f8b54849b14414f84#af76face) (*)
│ └── lightning feature "hashbrown"
│ └── lightning v0.0.114 (https://github.com/lightningdevkit/rust-lightning?rev=af76face12e924132596479f8b54849b14414f84#af76face) (*)
├── lightning-background-processor feature "futures"
│ ├── lightning-background-processor v0.0.114 (https://github.com/lightningdevkit/rust-lightning?rev=af76face12e924132596479f8b54849b14414f84#af76face)
│ │ ├── bitcoin v0.29.2 (*)
│ │ ├── lightning v0.0.114 (https://github.com/lightningdevkit/rust-lightning?rev=af76face12e924132596479f8b54849b14414f84#af76face) (*)
│ │ ├── lightning-rapid-gossip-sync v0.0.114 (https://github.com/lightningdevkit/rust-lightning?rev=af76face12e924132596479f8b54849b14414f84#af76face)
│ │ │ ├── bitcoin v0.29.2 (*)
│ │ │ └── lightning v0.0.114 (https://github.com/lightningdevkit/rust-lightning?rev=af76face12e924132596479f8b54849b14414f84#af76face) (*)
│ │ └── futures-util feature "async-await-macro" (*)
│ └── lightning-background-processor feature "futures-util"
│ └── lightning-background-processor v0.0.114 (https://github.com/lightningdevkit/rust-lightning?rev=af76face12e924132596479f8b54849b14414f84#af76face) (*)
├── lightning-rapid-gossip-sync feature "no-std"
│ ├── lightning-rapid-gossip-sync v0.0.114 (https://github.com/lightningdevkit/rust-lightning?rev=af76face12e924132596479f8b54849b14414f84#af76face) (*)
│ └── lightning feature "no-std" (*)
├── lightning-invoice feature "no-std"
│ ├── lightning-invoice v0.22.0 (https://github.com/lightningdevkit/rust-lightning?rev=af76face12e924132596479f8b54849b14414f84#af76face)
│ │ ├── bech32 v0.9.1
│ │ ├── bitcoin_hashes v0.11.0 (*)
│ │ ├── lightning v0.0.114 (https://github.com/lightningdevkit/rust-lightning?rev=af76face12e924132596479f8b54849b14414f84#af76face) (*)
│ │ ├── num-traits v0.2.15 (*)
│ │ ├── hashbrown feature "default" (*)
│ │ ├── secp256k1 feature "alloc" (*)
│ │ └── secp256k1 feature "recovery" (*)
│ ├── lightning feature "no-std" (*)
│ └── lightning-invoice feature "hashbrown"
│ └── lightning-invoice v0.22.0 (https://github.com/lightningdevkit/rust-lightning?rev=af76face12e924132596479f8b54849b14414f84#af76face) (*)
├── lightning-transaction-sync feature "async-interface"
│ └── lightning-transaction-sync v0.0.114 (https://github.com/lightningdevkit/rust-lightning?rev=af76face12e924132596479f8b54849b14414f84#af76face)
│ ├── bitcoin v0.29.2 (*)
│ ├── esplora-client v0.3.0 (https://github.com/TheBlueMatt/rust-esplora-client#ac52e952) (*)
│ ├── lightning v0.0.114 (https://github.com/lightningdevkit/rust-lightning?rev=af76face12e924132596479f8b54849b14414f84#af76face) (*)
│ ├── bdk-macros feature "default" (*)
│ └── futures feature "default" (*)
├── lightning-transaction-sync feature "esplora-async"
│ ├── lightning-transaction-sync v0.0.114 (https://github.com/lightningdevkit/rust-lightning?rev=af76face12e924132596479f8b54849b14414f84#af76face) (*)
│ ├── esplora-client feature "async" (*)
│ ├── lightning-transaction-sync feature "async-interface" (*)
│ ├── lightning-transaction-sync feature "esplora-client"
│ │ └── lightning-transaction-sync v0.0.114 (https://github.com/lightningdevkit/rust-lightning?rev=af76face12e924132596479f8b54849b14414f84#af76face) (*)
│ └── lightning-transaction-sync feature "futures"
│ └── lightning-transaction-sync v0.0.114 (https://github.com/lightningdevkit/rust-lightning?rev=af76face12e924132596479f8b54849b14414f84#af76face) (*)
├── ln-websocket-proxy feature "default"
│ └── ln-websocket-proxy v0.3.0
│ ├── serde feature "default" (*)
│ ├── serde feature "derive" (*)
│ ├── serde_json feature "default" (*)
│ └── serde_with feature "default"
│ ├── serde_with v2.2.0
│ │ ├── serde feature "derive" (*)
│ │ └── serde_with_macros feature "default"
│ │ └── serde_with_macros v2.2.0 (proc-macro)
│ │ ├── proc-macro2 feature "default" (*)
│ │ ├── quote feature "default" (*)
│ │ ├── syn feature "default" (*)
│ │ ├── syn feature "full" (*)
│ │ ├── syn feature "parsing" (*)
│ │ └── darling feature "default"
│ │ ├── darling v0.14.2
│ │ │ ├── darling_core feature "default"
│ │ │ │ └── darling_core v0.14.2
│ │ │ │ ├── proc-macro2 feature "default" (*)
│ │ │ │ ├── quote feature "default" (*)
│ │ │ │ ├── syn feature "default" (*)
│ │ │ │ ├── syn feature "extra-traits"
│ │ │ │ │ └── syn v1.0.107 (*)
│ │ │ │ ├── syn feature "full" (*)
│ │ │ │ ├── fnv feature "default" (*)
│ │ │ │ ├── ident_case feature "default"
│ │ │ │ │ └── ident_case v1.0.1
│ │ │ │ └── strsim feature "default"
│ │ │ │ └── strsim v0.10.0
│ │ │ └── darling_macro feature "default"
│ │ │ └── darling_macro v0.14.2 (proc-macro)
│ │ │ ├── quote feature "default" (*)
│ │ │ ├── syn feature "default" (*)
│ │ │ └── darling_core feature "default" (*)
│ │ └── darling feature "suggestions"
│ │ ├── darling v0.14.2 (*)
│ │ └── darling_core feature "suggestions"
│ │ ├── darling_core v0.14.2 (*)
│ │ └── darling_core feature "strsim"
│ │ └── darling_core v0.14.2 (*)
│ ├── serde_with feature "macros"
│ │ └── serde_with v2.2.0 (*)
│ └── serde_with feature "std"
│ ├── serde_with v2.2.0 (*)
│ ├── serde feature "std" (*)
│ └── serde_with feature "alloc"
│ ├── serde_with v2.2.0 (*)
│ └── serde feature "alloc" (*)
├── serde-wasm-bindgen feature "default"
│ └── serde-wasm-bindgen v0.4.5
│ ├── serde feature "default" (*)
│ ├── wasm-bindgen feature "default" (*)
│ └── js-sys feature "default" (*)
├── uuid feature "default"
│ ├── uuid v1.2.2
│ │ └── getrandom feature "default" (*)
│ └── uuid feature "std"
│ └── uuid v1.2.2 (*)
├── uuid feature "v4"
│ ├── uuid v1.2.2 (*)
│ └── uuid feature "rng"
│ ├── uuid v1.2.2 (*)
│ └── uuid feature "getrandom"
│ └── uuid v1.2.2 (*)
└── wasm-logger feature "default"
└── wasm-logger v0.2.0
├── log feature "default" (*)
├── log feature "std"
│ └── log v0.4.17 (*)
├── wasm-bindgen feature "default" (*)
├── web-sys feature "console" (*)
└── web-sys feature "default" (*)
[dev-dependencies]
├── mockall feature "default"
│ └── mockall v0.11.3
│ ├── cfg-if feature "default" (*)
│ ├── downcast feature "default"
│ │ ├── downcast v0.11.0
│ │ └── downcast feature "std"
│ │ └── downcast v0.11.0
│ ├── fragile feature "default"
│ │ └── fragile v2.0.0
│ ├── lazy_static feature "default"
│ │ └── lazy_static v1.4.0
│ ├── mockall_derive feature "default"
│ │ └── mockall_derive v0.11.3 (proc-macro)
│ │ ├── cfg-if feature "default" (*)
│ │ ├── proc-macro2 feature "default" (*)
│ │ ├── quote feature "default" (*)
│ │ ├── syn feature "default" (*)
│ │ ├── syn feature "extra-traits" (*)
│ │ └── syn feature "full" (*)
│ ├── predicates feature "default"
│ │ ├── predicates v2.1.5
│ │ │ ├── difflib feature "default"
│ │ │ │ └── difflib v0.4.0
│ │ │ ├── float-cmp feature "default"
│ │ │ │ ├── float-cmp v0.9.0
│ │ │ │ │ └── num-traits v0.2.15 (*)
│ │ │ │ └── float-cmp feature "ratio"
│ │ │ │ ├── float-cmp v0.9.0 (*)
│ │ │ │ └── float-cmp feature "num-traits"
│ │ │ │ └── float-cmp v0.9.0 (*)
│ │ │ ├── itertools feature "default"
│ │ │ │ ├── itertools v0.10.5
│ │ │ │ │ └── either v1.8.1
│ │ │ │ └── itertools feature "use_std"
│ │ │ │ ├── itertools v0.10.5 (*)
│ │ │ │ ├── either feature "use_std" (*)
│ │ │ │ └── itertools feature "use_alloc"
│ │ │ │ └── itertools v0.10.5 (*)
│ │ │ ├── normalize-line-endings feature "default"
│ │ │ │ └── normalize-line-endings v0.3.0
│ │ │ ├── predicates-core feature "default"
│ │ │ │ └── predicates-core v1.0.5
│ │ │ └── regex feature "default"
│ │ │ ├── regex v1.7.1
│ │ │ │ ├── regex-syntax v0.6.28
│ │ │ │ ├── memchr feature "default" (*)
│ │ │ │ └── aho-corasick feature "default"
│ │ │ │ ├── aho-corasick v0.7.20
│ │ │ │ │ └── memchr v2.5.0
│ │ │ │ └── aho-corasick feature "std"
│ │ │ │ ├── aho-corasick v0.7.20 (*)
│ │ │ │ └── memchr feature "std" (*)
│ │ │ ├── regex feature "perf"
│ │ │ │ ├── regex v1.7.1 (*)
│ │ │ │ ├── regex feature "perf-cache"
│ │ │ │ │ └── regex v1.7.1 (*)
│ │ │ │ ├── regex feature "perf-dfa"
│ │ │ │ │ └── regex v1.7.1 (*)
│ │ │ │ ├── regex feature "perf-inline"
│ │ │ │ │ └── regex v1.7.1 (*)
│ │ │ │ └── regex feature "perf-literal"
│ │ │ │ ├── regex v1.7.1 (*)
│ │ │ │ ├── regex feature "aho-corasick"
│ │ │ │ │ └── regex v1.7.1 (*)
│ │ │ │ └── regex feature "memchr"
│ │ │ │ └── regex v1.7.1 (*)
│ │ │ ├── regex feature "std"
│ │ │ │ └── regex v1.7.1 (*)
│ │ │ ├── regex feature "unicode"
│ │ │ │ ├── regex v1.7.1 (*)
│ │ │ │ ├── regex feature "unicode-age"
│ │ │ │ │ ├── regex v1.7.1 (*)
│ │ │ │ │ └── regex-syntax feature "unicode-age"
│ │ │ │ │ └── regex-syntax v0.6.28
│ │ │ │ ├── regex feature "unicode-bool"
│ │ │ │ │ ├── regex v1.7.1 (*)
│ │ │ │ │ └── regex-syntax feature "unicode-bool"
│ │ │ │ │ └── regex-syntax v0.6.28
│ │ │ │ ├── regex feature "unicode-case"
│ │ │ │ │ ├── regex v1.7.1 (*)
│ │ │ │ │ └── regex-syntax feature "unicode-case"
│ │ │ │ │ └── regex-syntax v0.6.28
│ │ │ │ ├── regex feature "unicode-gencat"
│ │ │ │ │ ├── regex v1.7.1 (*)
│ │ │ │ │ └── regex-syntax feature "unicode-gencat"
│ │ │ │ │ └── regex-syntax v0.6.28
│ │ │ │ ├── regex feature "unicode-perl"
│ │ │ │ │ ├── regex v1.7.1 (*)
│ │ │ │ │ └── regex-syntax feature "unicode-perl"
│ │ │ │ │ └── regex-syntax v0.6.28
│ │ │ │ ├── regex feature "unicode-script"
│ │ │ │ │ ├── regex v1.7.1 (*)
│ │ │ │ │ └── regex-syntax feature "unicode-script"
│ │ │ │ │ └── regex-syntax v0.6.28
│ │ │ │ ├── regex feature "unicode-segment"
│ │ │ │ │ ├── regex v1.7.1 (*)
│ │ │ │ │ └── regex-syntax feature "unicode-segment"
│ │ │ │ │ └── regex-syntax v0.6.28
│ │ │ │ └── regex-syntax feature "unicode"
│ │ │ │ ├── regex-syntax v0.6.28
│ │ │ │ ├── regex-syntax feature "unicode-age" (*)
│ │ │ │ ├── regex-syntax feature "unicode-bool" (*)
│ │ │ │ ├── regex-syntax feature "unicode-case" (*)
│ │ │ │ ├── regex-syntax feature "unicode-gencat" (*)
│ │ │ │ ├── regex-syntax feature "unicode-perl" (*)
│ │ │ │ ├── regex-syntax feature "unicode-script" (*)
│ │ │ │ └── regex-syntax feature "unicode-segment" (*)
│ │ │ └── regex-syntax feature "default"
│ │ │ ├── regex-syntax v0.6.28
│ │ │ └── regex-syntax feature "unicode" (*)
│ │ ├── predicates feature "diff"
│ │ │ └── predicates v2.1.5 (*)
│ │ ├── predicates feature "float-cmp"
│ │ │ └── predicates v2.1.5 (*)
│ │ ├── predicates feature "normalize-line-endings"
│ │ │ └── predicates v2.1.5 (*)
│ │ └── predicates feature "regex"
│ │ └── predicates v2.1.5 (*)
│ └── predicates-tree feature "default"
│ └── predicates-tree v1.0.7
│ ├── predicates-core feature "default" (*)
│ └── termtree feature "default"
│ └── termtree v0.4.0
└── wasm-bindgen-test feature "default"
└── wasm-bindgen-test v0.3.33
├── console_error_panic_hook feature "default" (*)
├── wasm-bindgen feature "default" (*)
├── js-sys feature "default" (*)
├── wasm-bindgen-futures feature "default" (*)
├── scoped-tls feature "default"
│ └── scoped-tls v1.0.1
└── wasm-bindgen-test-macro feature "default"
└── wasm-bindgen-test-macro v0.3.33 (proc-macro)
├── proc-macro2 feature "default" (*)
└── quote feature "default" (*)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment