Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save bernardoaraujor/ad4479ea13961308176938cd0907659c to your computer and use it in GitHub Desktop.
Save bernardoaraujor/ad4479ea13961308176938cd0907659c to your computer and use it in GitHub Desktop.
fc-cli v1.0.0-dev (/Users/bear/develop/frontier/client/cli)
├── clap v4.1.6
│ ├── bitflags v1.3.2
│ ├── clap_derive v4.1.0 (proc-macro)
│ │ ├── heck v0.4.0
│ │ ├── proc-macro-error v1.0.4
│ │ │ ├── proc-macro-error-attr v1.0.4 (proc-macro)
│ │ │ │ ├── proc-macro2 v1.0.50
│ │ │ │ │ └── unicode-ident v1.0.6
│ │ │ │ └── quote v1.0.23
│ │ │ │ └── proc-macro2 v1.0.50 (*)
│ │ │ │ [build-dependencies]
│ │ │ │ └── version_check v0.9.4
│ │ │ ├── proc-macro2 v1.0.50 (*)
│ │ │ ├── quote v1.0.23 (*)
│ │ │ └── syn v1.0.107
│ │ │ ├── proc-macro2 v1.0.50 (*)
│ │ │ ├── quote v1.0.23 (*)
│ │ │ └── unicode-ident v1.0.6
│ │ │ [build-dependencies]
│ │ │ └── version_check v0.9.4
│ │ ├── proc-macro2 v1.0.50 (*)
│ │ ├── quote v1.0.23 (*)
│ │ └── syn v1.0.107 (*)
│ ├── clap_lex v0.3.1
│ │ └── os_str_bytes v6.4.1
│ ├── is-terminal v0.4.2
│ │ ├── io-lifetimes v1.0.4
│ │ │ └── libc v0.2.139
│ │ └── rustix v0.36.7
│ │ ├── bitflags v1.3.2
│ │ ├── errno v0.2.8
│ │ │ └── libc v0.2.139
│ │ ├── io-lifetimes v1.0.4 (*)
│ │ └── libc v0.2.139
│ ├── once_cell v1.17.0
│ ├── strsim v0.10.0
│ └── termcolor v1.2.0
├── ethereum-types v0.14.1
│ ├── ethbloom v0.13.0
│ │ ├── crunchy v0.2.2
│ │ ├── fixed-hash v0.8.0
│ │ │ ├── byteorder v1.4.3
│ │ │ ├── rand v0.8.5
│ │ │ │ ├── libc v0.2.139
│ │ │ │ ├── rand_chacha v0.3.1
│ │ │ │ │ ├── ppv-lite86 v0.2.17
│ │ │ │ │ └── rand_core v0.6.4
│ │ │ │ │ └── getrandom v0.2.8
│ │ │ │ │ ├── cfg-if v1.0.0
│ │ │ │ │ └── libc v0.2.139
│ │ │ │ └── rand_core v0.6.4 (*)
│ │ │ ├── rustc-hex v2.1.0
│ │ │ └── static_assertions v1.1.0
│ │ ├── impl-codec v0.6.0
│ │ │ └── parity-scale-codec v3.4.0
│ │ │ ├── arrayvec v0.7.2
│ │ │ ├── byte-slice-cast v1.2.2
│ │ │ ├── bytes v1.3.0
│ │ │ ├── impl-trait-for-tuples v0.2.2 (proc-macro)
│ │ │ │ ├── proc-macro2 v1.0.50 (*)
│ │ │ │ ├── quote v1.0.23 (*)
│ │ │ │ └── syn v1.0.107 (*)
│ │ │ ├── parity-scale-codec-derive v3.1.4 (proc-macro)
│ │ │ │ ├── proc-macro-crate v1.1.3
│ │ │ │ │ ├── thiserror v1.0.38
│ │ │ │ │ │ └── thiserror-impl v1.0.38 (proc-macro)
│ │ │ │ │ │ ├── proc-macro2 v1.0.50 (*)
│ │ │ │ │ │ ├── quote v1.0.23 (*)
│ │ │ │ │ │ └── syn v1.0.107 (*)
│ │ │ │ │ └── toml v0.5.11
│ │ │ │ │ └── serde v1.0.152
│ │ │ │ │ └── serde_derive v1.0.152 (proc-macro)
│ │ │ │ │ ├── proc-macro2 v1.0.50 (*)
│ │ │ │ │ ├── quote v1.0.23 (*)
│ │ │ │ │ └── syn v1.0.107 (*)
│ │ │ │ ├── proc-macro2 v1.0.50 (*)
│ │ │ │ ├── quote v1.0.23 (*)
│ │ │ │ └── syn v1.0.107 (*)
│ │ │ └── serde v1.0.152
│ │ │ └── serde_derive v1.0.152 (proc-macro) (*)
│ │ ├── impl-rlp v0.3.0
│ │ │ └── rlp v0.5.2
│ │ │ ├── bytes v1.3.0
│ │ │ ├── rlp-derive v0.1.0 (proc-macro)
│ │ │ │ ├── proc-macro2 v1.0.50 (*)
│ │ │ │ ├── quote v1.0.23 (*)
│ │ │ │ └── syn v1.0.107 (*)
│ │ │ └── rustc-hex v2.1.0
│ │ ├── impl-serde v0.4.0
│ │ │ └── serde v1.0.152 (*)
│ │ ├── scale-info v2.3.1
│ │ │ ├── cfg-if v1.0.0
│ │ │ ├── derive_more v0.99.17 (proc-macro)
│ │ │ │ ├── proc-macro2 v1.0.50 (*)
│ │ │ │ ├── quote v1.0.23 (*)
│ │ │ │ └── syn v1.0.107 (*)
│ │ │ ├── parity-scale-codec v3.4.0 (*)
│ │ │ ├── scale-info-derive v2.3.1 (proc-macro)
│ │ │ │ ├── proc-macro-crate v1.1.3 (*)
│ │ │ │ ├── proc-macro2 v1.0.50 (*)
│ │ │ │ ├── quote v1.0.23 (*)
│ │ │ │ └── syn v1.0.107 (*)
│ │ │ └── serde v1.0.152 (*)
│ │ └── tiny-keccak v2.0.2
│ │ └── crunchy v0.2.2
│ ├── fixed-hash v0.8.0 (*)
│ ├── impl-codec v0.6.0 (*)
│ ├── impl-rlp v0.3.0 (*)
│ ├── impl-serde v0.4.0 (*)
│ ├── primitive-types v0.12.1
│ │ ├── fixed-hash v0.8.0 (*)
│ │ ├── impl-codec v0.6.0 (*)
│ │ ├── impl-rlp v0.3.0 (*)
│ │ ├── impl-serde v0.4.0 (*)
│ │ ├── scale-info v2.3.1 (*)
│ │ └── uint v0.9.5
│ │ ├── byteorder v1.4.3
│ │ ├── crunchy v0.2.2
│ │ ├── hex v0.4.3
│ │ └── static_assertions v1.1.0
│ ├── scale-info v2.3.1 (*)
│ └── uint v0.9.5 (*)
├── fc-db v2.0.0-dev (/Users/bear/develop/frontier/client/db)
│ ├── fp-storage v2.0.0 (/Users/bear/develop/frontier/primitives/storage)
│ │ ├── parity-scale-codec v3.4.0 (*)
│ │ └── serde v1.0.152 (*)
│ ├── kvdb-rocksdb v0.17.0
│ │ ├── kvdb v0.13.0
│ │ │ └── smallvec v1.10.0
│ │ ├── num_cpus v1.15.0
│ │ │ └── libc v0.2.139
│ │ ├── parking_lot v0.12.1
│ │ │ ├── lock_api v0.4.9
│ │ │ │ └── scopeguard v1.1.0
│ │ │ │ [build-dependencies]
│ │ │ │ └── autocfg v1.1.0
│ │ │ └── parking_lot_core v0.9.6
│ │ │ ├── cfg-if v1.0.0
│ │ │ ├── libc v0.2.139
│ │ │ └── smallvec v1.10.0
│ │ ├── regex v1.7.1
│ │ │ ├── aho-corasick v0.7.20
│ │ │ │ └── memchr v2.5.0
│ │ │ ├── memchr v2.5.0
│ │ │ └── regex-syntax v0.6.28
│ │ ├── rocksdb v0.19.0
│ │ │ ├── libc v0.2.139
│ │ │ └── librocksdb-sys v0.8.3+7.4.4
│ │ │ ├── libc v0.2.139
│ │ │ └── tikv-jemalloc-sys v0.5.2+5.3.0-patched
│ │ │ └── libc v0.2.139
│ │ │ [build-dependencies]
│ │ │ ├── cc v1.0.78
│ │ │ │ └── jobserver v0.1.25
│ │ │ │ └── libc v0.2.139
│ │ │ └── fs_extra v1.2.0
│ │ │ [build-dependencies]
│ │ │ ├── bindgen v0.64.0
│ │ │ │ ├── bitflags v1.3.2
│ │ │ │ ├── cexpr v0.6.0
│ │ │ │ │ └── nom v7.1.3
│ │ │ │ │ ├── memchr v2.5.0
│ │ │ │ │ └── minimal-lexical v0.2.1
│ │ │ │ ├── clang-sys v1.4.0
│ │ │ │ │ ├── glob v0.3.1
│ │ │ │ │ ├── libc v0.2.139
│ │ │ │ │ └── libloading v0.7.4
│ │ │ │ │ └── cfg-if v1.0.0
│ │ │ │ │ [build-dependencies]
│ │ │ │ │ └── glob v0.3.1
│ │ │ │ ├── lazy_static v1.4.0
│ │ │ │ ├── lazycell v1.3.0
│ │ │ │ ├── peeking_take_while v0.1.2
│ │ │ │ ├── proc-macro2 v1.0.50 (*)
│ │ │ │ ├── quote v1.0.23 (*)
│ │ │ │ ├── regex v1.7.1 (*)
│ │ │ │ ├── rustc-hash v1.1.0
│ │ │ │ ├── shlex v1.1.0
│ │ │ │ └── syn v1.0.107 (*)
│ │ │ ├── cc v1.0.78 (*)
│ │ │ └── glob v0.3.1
│ │ └── smallvec v1.10.0
│ ├── log v0.4.17
│ │ └── cfg-if v1.0.0
│ ├── parity-db v0.4.6
│ │ ├── blake2 v0.10.6
│ │ │ └── digest v0.10.6
│ │ │ ├── block-buffer v0.10.3
│ │ │ │ └── generic-array v0.14.6
│ │ │ │ └── typenum v1.16.0
│ │ │ │ [build-dependencies]
│ │ │ │ └── version_check v0.9.4
│ │ │ ├── crypto-common v0.1.6
│ │ │ │ ├── generic-array v0.14.6 (*)
│ │ │ │ └── typenum v1.16.0
│ │ │ └── subtle v2.4.1
│ │ ├── crc32fast v1.3.2
│ │ │ └── cfg-if v1.0.0
│ │ ├── fs2 v0.4.3
│ │ │ └── libc v0.2.139
│ │ ├── hex v0.4.3
│ │ ├── libc v0.2.139
│ │ ├── log v0.4.17 (*)
│ │ ├── lz4 v1.24.0
│ │ │ ├── libc v0.2.139
│ │ │ └── lz4-sys v1.9.4
│ │ │ └── libc v0.2.139
│ │ │ [build-dependencies]
│ │ │ └── cc v1.0.78 (*)
│ │ ├── memmap2 v0.5.8
│ │ │ └── libc v0.2.139
│ │ ├── parking_lot v0.12.1 (*)
│ │ ├── rand v0.8.5 (*)
│ │ ├── siphasher v0.3.10
│ │ └── snap v1.1.0
│ ├── parity-scale-codec v3.4.0 (*)
│ ├── parking_lot v0.12.1 (*)
│ ├── sc-client-db v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ ├── hash-db v0.16.0
│ │ ├── kvdb v0.13.0 (*)
│ │ ├── kvdb-memorydb v0.13.0
│ │ │ ├── kvdb v0.13.0 (*)
│ │ │ └── parking_lot v0.12.1 (*)
│ │ ├── kvdb-rocksdb v0.17.0 (*)
│ │ ├── linked-hash-map v0.5.6
│ │ ├── log v0.4.17 (*)
│ │ ├── parity-db v0.4.6 (*)
│ │ ├── parity-scale-codec v3.4.0 (*)
│ │ ├── parking_lot v0.12.1 (*)
│ │ ├── sc-client-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ ├── fnv v1.0.7
│ │ │ ├── futures v0.3.25
│ │ │ │ ├── futures-channel v0.3.25
│ │ │ │ │ ├── futures-core v0.3.25
│ │ │ │ │ └── futures-sink v0.3.25
│ │ │ │ ├── futures-core v0.3.25
│ │ │ │ ├── futures-executor v0.3.25
│ │ │ │ │ ├── futures-core v0.3.25
│ │ │ │ │ ├── futures-task v0.3.25
│ │ │ │ │ ├── futures-util v0.3.25
│ │ │ │ │ │ ├── futures-channel v0.3.25 (*)
│ │ │ │ │ │ ├── futures-core v0.3.25
│ │ │ │ │ │ ├── futures-io v0.3.25
│ │ │ │ │ │ ├── futures-macro v0.3.25 (proc-macro)
│ │ │ │ │ │ │ ├── proc-macro2 v1.0.50 (*)
│ │ │ │ │ │ │ ├── quote v1.0.23 (*)
│ │ │ │ │ │ │ └── syn v1.0.107 (*)
│ │ │ │ │ │ ├── futures-sink v0.3.25
│ │ │ │ │ │ ├── futures-task v0.3.25
│ │ │ │ │ │ ├── memchr v2.5.0
│ │ │ │ │ │ ├── pin-project-lite v0.2.9
│ │ │ │ │ │ ├── pin-utils v0.1.0
│ │ │ │ │ │ └── slab v0.4.7
│ │ │ │ │ │ [build-dependencies]
│ │ │ │ │ │ └── autocfg v1.1.0
│ │ │ │ │ └── num_cpus v1.15.0 (*)
│ │ │ │ ├── futures-io v0.3.25
│ │ │ │ ├── futures-sink v0.3.25
│ │ │ │ ├── futures-task v0.3.25
│ │ │ │ └── futures-util v0.3.25 (*)
│ │ │ ├── log v0.4.17 (*)
│ │ │ ├── parity-scale-codec v3.4.0 (*)
│ │ │ ├── parking_lot v0.12.1 (*)
│ │ │ ├── sc-executor v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ ├── lru v0.8.1
│ │ │ │ │ └── hashbrown v0.12.3
│ │ │ │ │ └── ahash v0.7.6
│ │ │ │ │ ├── getrandom v0.2.8 (*)
│ │ │ │ │ └── once_cell v1.17.0
│ │ │ │ │ [build-dependencies]
│ │ │ │ │ └── version_check v0.9.4
│ │ │ │ ├── parity-scale-codec v3.4.0 (*)
│ │ │ │ ├── parking_lot v0.12.1 (*)
│ │ │ │ ├── sc-executor-common v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ ├── sc-allocator v4.1.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ │ │ ├── sp-core v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ │ │ ├── array-bytes v4.2.0
│ │ │ │ │ │ │ ├── base58 v0.2.0
│ │ │ │ │ │ │ ├── bitflags v1.3.2
│ │ │ │ │ │ │ ├── blake2 v0.10.6 (*)
│ │ │ │ │ │ │ ├── bounded-collections v0.1.5
│ │ │ │ │ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ │ │ │ │ ├── parity-scale-codec v3.4.0 (*)
│ │ │ │ │ │ │ │ ├── scale-info v2.3.1 (*)
│ │ │ │ │ │ │ │ └── serde v1.0.152 (*)
│ │ │ │ │ │ │ ├── dyn-clonable v0.9.0
│ │ │ │ │ │ │ │ ├── dyn-clonable-impl v0.9.0 (proc-macro)
│ │ │ │ │ │ │ │ │ ├── proc-macro2 v1.0.50 (*)
│ │ │ │ │ │ │ │ │ ├── quote v1.0.23 (*)
│ │ │ │ │ │ │ │ │ └── syn v1.0.107 (*)
│ │ │ │ │ │ │ │ └── dyn-clone v1.0.10
│ │ │ │ │ │ │ ├── ed25519-zebra v3.1.0
│ │ │ │ │ │ │ │ ├── curve25519-dalek v3.2.0
│ │ │ │ │ │ │ │ │ ├── byteorder v1.4.3
│ │ │ │ │ │ │ │ │ ├── digest v0.9.0
│ │ │ │ │ │ │ │ │ │ └── generic-array v0.14.6 (*)
│ │ │ │ │ │ │ │ │ ├── rand_core v0.5.1
│ │ │ │ │ │ │ │ │ │ └── getrandom v0.1.16
│ │ │ │ │ │ │ │ │ │ ├── cfg-if v1.0.0
│ │ │ │ │ │ │ │ │ │ └── libc v0.2.139
│ │ │ │ │ │ │ │ │ ├── subtle v2.4.1
│ │ │ │ │ │ │ │ │ └── zeroize v1.5.7
│ │ │ │ │ │ │ │ │ └── zeroize_derive v1.3.3 (proc-macro)
│ │ │ │ │ │ │ │ │ ├── proc-macro2 v1.0.50 (*)
│ │ │ │ │ │ │ │ │ ├── quote v1.0.23 (*)
│ │ │ │ │ │ │ │ │ ├── syn v1.0.107 (*)
│ │ │ │ │ │ │ │ │ └── synstructure v0.12.6
│ │ │ │ │ │ │ │ │ ├── proc-macro2 v1.0.50 (*)
│ │ │ │ │ │ │ │ │ ├── quote v1.0.23 (*)
│ │ │ │ │ │ │ │ │ ├── syn v1.0.107 (*)
│ │ │ │ │ │ │ │ │ └── unicode-xid v0.2.4
│ │ │ │ │ │ │ │ ├── hashbrown v0.12.3 (*)
│ │ │ │ │ │ │ │ ├── hex v0.4.3
│ │ │ │ │ │ │ │ ├── rand_core v0.6.4 (*)
│ │ │ │ │ │ │ │ ├── sha2 v0.9.9
│ │ │ │ │ │ │ │ │ ├── block-buffer v0.9.0
│ │ │ │ │ │ │ │ │ │ └── generic-array v0.14.6 (*)
│ │ │ │ │ │ │ │ │ ├── cfg-if v1.0.0
│ │ │ │ │ │ │ │ │ ├── cpufeatures v0.2.5
│ │ │ │ │ │ │ │ │ │ └── libc v0.2.139
│ │ │ │ │ │ │ │ │ ├── digest v0.9.0 (*)
│ │ │ │ │ │ │ │ │ └── opaque-debug v0.3.0
│ │ │ │ │ │ │ │ └── zeroize v1.5.7 (*)
│ │ │ │ │ │ │ ├── futures v0.3.25 (*)
│ │ │ │ │ │ │ ├── hash-db v0.16.0
│ │ │ │ │ │ │ ├── hash256-std-hasher v0.15.2
│ │ │ │ │ │ │ │ └── crunchy v0.2.2
│ │ │ │ │ │ │ ├── impl-serde v0.4.0 (*)
│ │ │ │ │ │ │ ├── lazy_static v1.4.0
│ │ │ │ │ │ │ │ └── spin v0.5.2
│ │ │ │ │ │ │ ├── libsecp256k1 v0.7.1
│ │ │ │ │ │ │ │ ├── arrayref v0.3.6
│ │ │ │ │ │ │ │ ├── base64 v0.13.1
│ │ │ │ │ │ │ │ ├── digest v0.9.0 (*)
│ │ │ │ │ │ │ │ ├── hmac-drbg v0.3.0
│ │ │ │ │ │ │ │ │ ├── digest v0.9.0 (*)
│ │ │ │ │ │ │ │ │ ├── generic-array v0.14.6 (*)
│ │ │ │ │ │ │ │ │ └── hmac v0.8.1
│ │ │ │ │ │ │ │ │ ├── crypto-mac v0.8.0
│ │ │ │ │ │ │ │ │ │ ├── generic-array v0.14.6 (*)
│ │ │ │ │ │ │ │ │ │ └── subtle v2.4.1
│ │ │ │ │ │ │ │ │ └── digest v0.9.0 (*)
│ │ │ │ │ │ │ │ ├── libsecp256k1-core v0.3.0
│ │ │ │ │ │ │ │ │ ├── crunchy v0.2.2
│ │ │ │ │ │ │ │ │ ├── digest v0.9.0 (*)
│ │ │ │ │ │ │ │ │ └── subtle v2.4.1
│ │ │ │ │ │ │ │ ├── rand v0.8.5 (*)
│ │ │ │ │ │ │ │ ├── serde v1.0.152 (*)
│ │ │ │ │ │ │ │ ├── sha2 v0.9.9 (*)
│ │ │ │ │ │ │ │ └── typenum v1.16.0
│ │ │ │ │ │ │ │ [build-dependencies]
│ │ │ │ │ │ │ │ ├── libsecp256k1-gen-ecmult v0.3.0
│ │ │ │ │ │ │ │ │ └── libsecp256k1-core v0.3.0
│ │ │ │ │ │ │ │ │ ├── crunchy v0.2.2
│ │ │ │ │ │ │ │ │ ├── digest v0.9.0
│ │ │ │ │ │ │ │ │ │ └── generic-array v0.14.6 (*)
│ │ │ │ │ │ │ │ │ └── subtle v2.4.1
│ │ │ │ │ │ │ │ └── libsecp256k1-gen-genmult v0.3.0
│ │ │ │ │ │ │ │ └── libsecp256k1-core v0.3.0 (*)
│ │ │ │ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ │ │ │ ├── merlin v2.0.1
│ │ │ │ │ │ │ │ ├── byteorder v1.4.3
│ │ │ │ │ │ │ │ ├── keccak v0.1.3
│ │ │ │ │ │ │ │ │ └── cpufeatures v0.2.5 (*)
│ │ │ │ │ │ │ │ ├── rand_core v0.5.1 (*)
│ │ │ │ │ │ │ │ └── zeroize v1.5.7 (*)
│ │ │ │ │ │ │ ├── parity-scale-codec v3.4.0 (*)
│ │ │ │ │ │ │ ├── parking_lot v0.12.1 (*)
│ │ │ │ │ │ │ ├── primitive-types v0.12.1 (*)
│ │ │ │ │ │ │ ├── rand v0.8.5 (*)
│ │ │ │ │ │ │ ├── regex v1.7.1 (*)
│ │ │ │ │ │ │ ├── scale-info v2.3.1 (*)
│ │ │ │ │ │ │ ├── schnorrkel v0.9.1
│ │ │ │ │ │ │ │ ├── arrayref v0.3.6
│ │ │ │ │ │ │ │ ├── arrayvec v0.5.2
│ │ │ │ │ │ │ │ ├── curve25519-dalek v2.1.3
│ │ │ │ │ │ │ │ │ ├── byteorder v1.4.3
│ │ │ │ │ │ │ │ │ ├── digest v0.8.1
│ │ │ │ │ │ │ │ │ │ └── generic-array v0.12.4
│ │ │ │ │ │ │ │ │ │ └── typenum v1.16.0
│ │ │ │ │ │ │ │ │ ├── rand_core v0.5.1 (*)
│ │ │ │ │ │ │ │ │ ├── subtle v2.4.1
│ │ │ │ │ │ │ │ │ └── zeroize v1.5.7 (*)
│ │ │ │ │ │ │ │ ├── getrandom v0.1.16 (*)
│ │ │ │ │ │ │ │ ├── merlin v2.0.1 (*)
│ │ │ │ │ │ │ │ ├── rand v0.7.3
│ │ │ │ │ │ │ │ │ ├── getrandom v0.1.16 (*)
│ │ │ │ │ │ │ │ │ ├── libc v0.2.139
│ │ │ │ │ │ │ │ │ ├── rand_chacha v0.2.2
│ │ │ │ │ │ │ │ │ │ ├── ppv-lite86 v0.2.17
│ │ │ │ │ │ │ │ │ │ └── rand_core v0.5.1 (*)
│ │ │ │ │ │ │ │ │ └── rand_core v0.5.1 (*)
│ │ │ │ │ │ │ │ ├── rand_core v0.5.1 (*)
│ │ │ │ │ │ │ │ ├── sha2 v0.8.2
│ │ │ │ │ │ │ │ │ ├── block-buffer v0.7.3
│ │ │ │ │ │ │ │ │ │ ├── block-padding v0.1.5
│ │ │ │ │ │ │ │ │ │ │ └── byte-tools v0.3.1
│ │ │ │ │ │ │ │ │ │ ├── byte-tools v0.3.1
│ │ │ │ │ │ │ │ │ │ ├── byteorder v1.4.3
│ │ │ │ │ │ │ │ │ │ └── generic-array v0.12.4 (*)
│ │ │ │ │ │ │ │ │ ├── digest v0.8.1 (*)
│ │ │ │ │ │ │ │ │ ├── fake-simd v0.1.2
│ │ │ │ │ │ │ │ │ └── opaque-debug v0.2.3
│ │ │ │ │ │ │ │ ├── subtle v2.4.1
│ │ │ │ │ │ │ │ └── zeroize v1.5.7 (*)
│ │ │ │ │ │ │ ├── secp256k1 v0.24.3
│ │ │ │ │ │ │ │ └── secp256k1-sys v0.6.1
│ │ │ │ │ │ │ │ [build-dependencies]
│ │ │ │ │ │ │ │ └── cc v1.0.78 (*)
│ │ │ │ │ │ │ ├── secrecy v0.8.0
│ │ │ │ │ │ │ │ └── zeroize v1.5.7 (*)
│ │ │ │ │ │ │ ├── serde v1.0.152 (*)
│ │ │ │ │ │ │ ├── sp-core-hashing v5.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ │ │ │ ├── blake2b_simd v1.0.1
│ │ │ │ │ │ │ │ │ ├── arrayref v0.3.6
│ │ │ │ │ │ │ │ │ ├── arrayvec v0.7.2
│ │ │ │ │ │ │ │ │ └── constant_time_eq v0.2.4
│ │ │ │ │ │ │ │ ├── byteorder v1.4.3
│ │ │ │ │ │ │ │ ├── digest v0.10.6 (*)
│ │ │ │ │ │ │ │ ├── sha2 v0.10.6
│ │ │ │ │ │ │ │ │ ├── cfg-if v1.0.0
│ │ │ │ │ │ │ │ │ ├── cpufeatures v0.2.5 (*)
│ │ │ │ │ │ │ │ │ └── digest v0.10.6 (*)
│ │ │ │ │ │ │ │ ├── sha3 v0.10.6
│ │ │ │ │ │ │ │ │ ├── digest v0.10.6 (*)
│ │ │ │ │ │ │ │ │ └── keccak v0.1.3 (*)
│ │ │ │ │ │ │ │ ├── sp-std v5.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ │ │ │ └── twox-hash v1.6.3
│ │ │ │ │ │ │ │ ├── cfg-if v1.0.0
│ │ │ │ │ │ │ │ ├── digest v0.10.6 (*)
│ │ │ │ │ │ │ │ ├── rand v0.7.3 (*)
│ │ │ │ │ │ │ │ └── static_assertions v1.1.0
│ │ │ │ │ │ │ ├── sp-debug-derive v5.0.0 (proc-macro) (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ │ │ │ ├── proc-macro2 v1.0.50 (*)
│ │ │ │ │ │ │ │ ├── quote v1.0.23 (*)
│ │ │ │ │ │ │ │ └── syn v1.0.107 (*)
│ │ │ │ │ │ │ ├── sp-externalities v0.13.0 (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ │ │ │ ├── environmental v1.1.4
│ │ │ │ │ │ │ │ ├── parity-scale-codec v3.4.0 (*)
│ │ │ │ │ │ │ │ ├── sp-std v5.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ │ │ │ └── sp-storage v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ │ │ │ ├── impl-serde v0.4.0 (*)
│ │ │ │ │ │ │ │ ├── parity-scale-codec v3.4.0 (*)
│ │ │ │ │ │ │ │ ├── ref-cast v1.0.14
│ │ │ │ │ │ │ │ │ └── ref-cast-impl v1.0.14 (proc-macro)
│ │ │ │ │ │ │ │ │ ├── proc-macro2 v1.0.50 (*)
│ │ │ │ │ │ │ │ │ ├── quote v1.0.23 (*)
│ │ │ │ │ │ │ │ │ └── syn v1.0.107 (*)
│ │ │ │ │ │ │ │ ├── serde v1.0.152 (*)
│ │ │ │ │ │ │ │ ├── sp-debug-derive v5.0.0 (proc-macro) (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ │ │ │ └── sp-std v5.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ │ │ ├── sp-runtime-interface v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ │ │ │ ├── bytes v1.3.0
│ │ │ │ │ │ │ │ ├── impl-trait-for-tuples v0.2.2 (proc-macro) (*)
│ │ │ │ │ │ │ │ ├── parity-scale-codec v3.4.0 (*)
│ │ │ │ │ │ │ │ ├── primitive-types v0.12.1 (*)
│ │ │ │ │ │ │ │ ├── sp-externalities v0.13.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ │ │ │ ├── sp-runtime-interface-proc-macro v6.0.0 (proc-macro) (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ │ │ │ │ ├── Inflector v0.11.4
│ │ │ │ │ │ │ │ │ │ ├── lazy_static v1.4.0
│ │ │ │ │ │ │ │ │ │ └── regex v1.7.1 (*)
│ │ │ │ │ │ │ │ │ ├── proc-macro-crate v1.1.3 (*)
│ │ │ │ │ │ │ │ │ ├── proc-macro2 v1.0.50 (*)
│ │ │ │ │ │ │ │ │ ├── quote v1.0.23 (*)
│ │ │ │ │ │ │ │ │ └── syn v1.0.107 (*)
│ │ │ │ │ │ │ │ ├── sp-std v5.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ │ │ │ ├── sp-storage v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ │ │ │ ├── sp-tracing v6.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ │ │ │ │ ├── parity-scale-codec v3.4.0 (*)
│ │ │ │ │ │ │ │ │ ├── sp-std v5.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ │ │ │ │ ├── tracing v0.1.37
│ │ │ │ │ │ │ │ │ │ ├── cfg-if v1.0.0
│ │ │ │ │ │ │ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ │ │ │ │ │ │ ├── pin-project-lite v0.2.9
│ │ │ │ │ │ │ │ │ │ ├── tracing-attributes v0.1.23 (proc-macro)
│ │ │ │ │ │ │ │ │ │ │ ├── proc-macro2 v1.0.50 (*)
│ │ │ │ │ │ │ │ │ │ │ ├── quote v1.0.23 (*)
│ │ │ │ │ │ │ │ │ │ │ └── syn v1.0.107 (*)
│ │ │ │ │ │ │ │ │ │ └── tracing-core v0.1.30
│ │ │ │ │ │ │ │ │ │ └── once_cell v1.17.0
│ │ │ │ │ │ │ │ │ ├── tracing-core v0.1.30 (*)
│ │ │ │ │ │ │ │ │ └── tracing-subscriber v0.2.25
│ │ │ │ │ │ │ │ │ ├── ansi_term v0.12.1
│ │ │ │ │ │ │ │ │ ├── chrono v0.4.23
│ │ │ │ │ │ │ │ │ │ ├── iana-time-zone v0.1.53
│ │ │ │ │ │ │ │ │ │ │ └── core-foundation-sys v0.8.3
│ │ │ │ │ │ │ │ │ │ ├── num-integer v0.1.45
│ │ │ │ │ │ │ │ │ │ │ └── num-traits v0.2.15
│ │ │ │ │ │ │ │ │ │ │ [build-dependencies]
│ │ │ │ │ │ │ │ │ │ │ └── autocfg v1.1.0
│ │ │ │ │ │ │ │ │ │ │ [build-dependencies]
│ │ │ │ │ │ │ │ │ │ │ └── autocfg v1.1.0
│ │ │ │ │ │ │ │ │ │ ├── num-traits v0.2.15 (*)
│ │ │ │ │ │ │ │ │ │ └── time v0.1.45
│ │ │ │ │ │ │ │ │ │ └── libc v0.2.139
│ │ │ │ │ │ │ │ │ ├── lazy_static v1.4.0 (*)
│ │ │ │ │ │ │ │ │ ├── matchers v0.0.1
│ │ │ │ │ │ │ │ │ │ └── regex-automata v0.1.10
│ │ │ │ │ │ │ │ │ │ └── regex-syntax v0.6.28
│ │ │ │ │ │ │ │ │ ├── parking_lot v0.11.2
│ │ │ │ │ │ │ │ │ │ ├── instant v0.1.12
│ │ │ │ │ │ │ │ │ │ │ └── cfg-if v1.0.0
│ │ │ │ │ │ │ │ │ │ ├── lock_api v0.4.9 (*)
│ │ │ │ │ │ │ │ │ │ └── parking_lot_core v0.8.6
│ │ │ │ │ │ │ │ │ │ ├── cfg-if v1.0.0
│ │ │ │ │ │ │ │ │ │ ├── instant v0.1.12 (*)
│ │ │ │ │ │ │ │ │ │ ├── libc v0.2.139
│ │ │ │ │ │ │ │ │ │ └── smallvec v1.10.0
│ │ │ │ │ │ │ │ │ ├── regex v1.7.1 (*)
│ │ │ │ │ │ │ │ │ ├── serde v1.0.152 (*)
│ │ │ │ │ │ │ │ │ ├── serde_json v1.0.93
│ │ │ │ │ │ │ │ │ │ ├── itoa v1.0.5
│ │ │ │ │ │ │ │ │ │ ├── ryu v1.0.12
│ │ │ │ │ │ │ │ │ │ └── serde v1.0.152 (*)
│ │ │ │ │ │ │ │ │ ├── sharded-slab v0.1.4
│ │ │ │ │ │ │ │ │ │ └── lazy_static v1.4.0 (*)
│ │ │ │ │ │ │ │ │ ├── smallvec v1.10.0
│ │ │ │ │ │ │ │ │ ├── thread_local v1.1.4
│ │ │ │ │ │ │ │ │ │ └── once_cell v1.17.0
│ │ │ │ │ │ │ │ │ ├── tracing v0.1.37 (*)
│ │ │ │ │ │ │ │ │ ├── tracing-core v0.1.30 (*)
│ │ │ │ │ │ │ │ │ ├── tracing-log v0.1.3
│ │ │ │ │ │ │ │ │ │ ├── lazy_static v1.4.0 (*)
│ │ │ │ │ │ │ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ │ │ │ │ │ │ └── tracing-core v0.1.30 (*)
│ │ │ │ │ │ │ │ │ └── tracing-serde v0.1.3
│ │ │ │ │ │ │ │ │ ├── serde v1.0.152 (*)
│ │ │ │ │ │ │ │ │ └── tracing-core v0.1.30 (*)
│ │ │ │ │ │ │ │ ├── sp-wasm-interface v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ │ │ │ │ ├── anyhow v1.0.68
│ │ │ │ │ │ │ │ │ ├── impl-trait-for-tuples v0.2.2 (proc-macro) (*)
│ │ │ │ │ │ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ │ │ │ │ │ ├── parity-scale-codec v3.4.0 (*)
│ │ │ │ │ │ │ │ │ ├── sp-std v5.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ │ │ │ │ ├── wasmi v0.13.2
│ │ │ │ │ │ │ │ │ │ ├── parity-wasm v0.45.0
│ │ │ │ │ │ │ │ │ │ ├── wasmi-validation v0.5.0
│ │ │ │ │ │ │ │ │ │ │ └── parity-wasm v0.45.0
│ │ │ │ │ │ │ │ │ │ └── wasmi_core v0.2.1
│ │ │ │ │ │ │ │ │ │ ├── downcast-rs v1.2.0
│ │ │ │ │ │ │ │ │ │ ├── libm v0.2.6
│ │ │ │ │ │ │ │ │ │ ├── memory_units v0.4.0
│ │ │ │ │ │ │ │ │ │ ├── num-rational v0.4.1
│ │ │ │ │ │ │ │ │ │ │ ├── num-bigint v0.4.3
│ │ │ │ │ │ │ │ │ │ │ │ ├── num-integer v0.1.45 (*)
│ │ │ │ │ │ │ │ │ │ │ │ └── num-traits v0.2.15 (*)
│ │ │ │ │ │ │ │ │ │ │ │ [build-dependencies]
│ │ │ │ │ │ │ │ │ │ │ │ └── autocfg v1.1.0
│ │ │ │ │ │ │ │ │ │ │ ├── num-integer v0.1.45 (*)
│ │ │ │ │ │ │ │ │ │ │ └── num-traits v0.2.15 (*)
│ │ │ │ │ │ │ │ │ │ │ [build-dependencies]
│ │ │ │ │ │ │ │ │ │ │ └── autocfg v1.1.0
│ │ │ │ │ │ │ │ │ │ ├── num-traits v0.2.15 (*)
│ │ │ │ │ │ │ │ │ │ └── region v3.0.0
│ │ │ │ │ │ │ │ │ │ ├── bitflags v1.3.2
│ │ │ │ │ │ │ │ │ │ ├── libc v0.2.139
│ │ │ │ │ │ │ │ │ │ └── mach v0.3.2
│ │ │ │ │ │ │ │ │ │ └── libc v0.2.139
│ │ │ │ │ │ │ │ │ └── wasmtime v6.0.1
│ │ │ │ │ │ │ │ │ ├── anyhow v1.0.68
│ │ │ │ │ │ │ │ │ ├── bincode v1.3.3
│ │ │ │ │ │ │ │ │ │ └── serde v1.0.152 (*)
│ │ │ │ │ │ │ │ │ ├── cfg-if v1.0.0
│ │ │ │ │ │ │ │ │ ├── indexmap v1.9.2
│ │ │ │ │ │ │ │ │ │ ├── hashbrown v0.12.3 (*)
│ │ │ │ │ │ │ │ │ │ └── serde v1.0.152 (*)
│ │ │ │ │ │ │ │ │ │ [build-dependencies]
│ │ │ │ │ │ │ │ │ │ └── autocfg v1.1.0
│ │ │ │ │ │ │ │ │ ├── libc v0.2.139
│ │ │ │ │ │ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ │ │ │ │ │ ├── object v0.29.0
│ │ │ │ │ │ │ │ │ │ ├── crc32fast v1.3.2 (*)
│ │ │ │ │ │ │ │ │ │ ├── hashbrown v0.12.3 (*)
│ │ │ │ │ │ │ │ │ │ ├── indexmap v1.9.2 (*)
│ │ │ │ │ │ │ │ │ │ └── memchr v2.5.0
│ │ │ │ │ │ │ │ │ ├── once_cell v1.17.0
│ │ │ │ │ │ │ │ │ ├── paste v1.0.11 (proc-macro)
│ │ │ │ │ │ │ │ │ ├── psm v0.1.21
│ │ │ │ │ │ │ │ │ │ [build-dependencies]
│ │ │ │ │ │ │ │ │ │ └── cc v1.0.78 (*)
│ │ │ │ │ │ │ │ │ ├── rayon v1.6.1
│ │ │ │ │ │ │ │ │ │ ├── either v1.8.0
│ │ │ │ │ │ │ │ │ │ └── rayon-core v1.10.2
│ │ │ │ │ │ │ │ │ │ ├── crossbeam-channel v0.5.6
│ │ │ │ │ │ │ │ │ │ │ ├── cfg-if v1.0.0
│ │ │ │ │ │ │ │ │ │ │ └── crossbeam-utils v0.8.14
│ │ │ │ │ │ │ │ │ │ │ └── cfg-if v1.0.0
│ │ │ │ │ │ │ │ │ │ ├── crossbeam-deque v0.8.2
│ │ │ │ │ │ │ │ │ │ │ ├── cfg-if v1.0.0
│ │ │ │ │ │ │ │ │ │ │ ├── crossbeam-epoch v0.9.13
│ │ │ │ │ │ │ │ │ │ │ │ ├── cfg-if v1.0.0
│ │ │ │ │ │ │ │ │ │ │ │ ├── crossbeam-utils v0.8.14 (*)
│ │ │ │ │ │ │ │ │ │ │ │ ├── memoffset v0.7.1
│ │ │ │ │ │ │ │ │ │ │ │ │ [build-dependencies]
│ │ │ │ │ │ │ │ │ │ │ │ │ └── autocfg v1.1.0
│ │ │ │ │ │ │ │ │ │ │ │ └── scopeguard v1.1.0
│ │ │ │ │ │ │ │ │ │ │ │ [build-dependencies]
│ │ │ │ │ │ │ │ │ │ │ │ └── autocfg v1.1.0
│ │ │ │ │ │ │ │ │ │ │ └── crossbeam-utils v0.8.14 (*)
│ │ │ │ │ │ │ │ │ │ ├── crossbeam-utils v0.8.14 (*)
│ │ │ │ │ │ │ │ │ │ └── num_cpus v1.15.0 (*)
│ │ │ │ │ │ │ │ │ ├── serde v1.0.152 (*)
│ │ │ │ │ │ │ │ │ ├── target-lexicon v0.12.5
│ │ │ │ │ │ │ │ │ ├── wasmparser v0.100.0
│ │ │ │ │ │ │ │ │ │ ├── indexmap v1.9.2 (*)
│ │ │ │ │ │ │ │ │ │ └── url v2.3.1
│ │ │ │ │ │ │ │ │ │ ├── form_urlencoded v1.1.0
│ │ │ │ │ │ │ │ │ │ │ └── percent-encoding v2.2.0
│ │ │ │ │ │ │ │ │ │ ├── idna v0.3.0
│ │ │ │ │ │ │ │ │ │ │ ├── unicode-bidi v0.3.10
│ │ │ │ │ │ │ │ │ │ │ └── unicode-normalization v0.1.22
│ │ │ │ │ │ │ │ │ │ │ └── tinyvec v1.6.0
│ │ │ │ │ │ │ │ │ │ │ └── tinyvec_macros v0.1.0
│ │ │ │ │ │ │ │ │ │ └── percent-encoding v2.2.0
│ │ │ │ │ │ │ │ │ ├── wasmtime-cache v6.0.1
│ │ │ │ │ │ │ │ │ │ ├── anyhow v1.0.68
│ │ │ │ │ │ │ │ │ │ ├── base64 v0.13.1
│ │ │ │ │ │ │ │ │ │ ├── bincode v1.3.3 (*)
│ │ │ │ │ │ │ │ │ │ ├── directories-next v2.0.0
│ │ │ │ │ │ │ │ │ │ │ ├── cfg-if v1.0.0
│ │ │ │ │ │ │ │ │ │ │ └── dirs-sys-next v0.1.2
│ │ │ │ │ │ │ │ │ │ │ └── libc v0.2.139
│ │ │ │ │ │ │ │ │ │ ├── file-per-thread-logger v0.1.6
│ │ │ │ │ │ │ │ │ │ │ ├── env_logger v0.10.0
│ │ │ │ │ │ │ │ │ │ │ │ ├── humantime v2.1.0
│ │ │ │ │ │ │ │ │ │ │ │ ├── is-terminal v0.4.2 (*)
│ │ │ │ │ │ │ │ │ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ │ │ │ │ │ │ │ │ ├── regex v1.7.1 (*)
│ │ │ │ │ │ │ │ │ │ │ │ └── termcolor v1.2.0
│ │ │ │ │ │ │ │ │ │ │ └── log v0.4.17 (*)
│ │ │ │ │ │ │ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ │ │ │ │ │ │ ├── rustix v0.36.7 (*)
│ │ │ │ │ │ │ │ │ │ ├── serde v1.0.152 (*)
│ │ │ │ │ │ │ │ │ │ ├── sha2 v0.10.6 (*)
│ │ │ │ │ │ │ │ │ │ ├── toml v0.5.11 (*)
│ │ │ │ │ │ │ │ │ │ └── zstd v0.11.2+zstd.1.5.2
│ │ │ │ │ │ │ │ │ │ └── zstd-safe v5.0.2+zstd.1.5.2
│ │ │ │ │ │ │ │ │ │ ├── libc v0.2.139
│ │ │ │ │ │ │ │ │ │ └── zstd-sys v2.0.5+zstd.1.5.2
│ │ │ │ │ │ │ │ │ │ └── libc v0.2.139
│ │ │ │ │ │ │ │ │ │ [build-dependencies]
│ │ │ │ │ │ │ │ │ │ ├── cc v1.0.78 (*)
│ │ │ │ │ │ │ │ │ │ └── pkg-config v0.3.26
│ │ │ │ │ │ │ │ │ ├── wasmtime-cranelift v6.0.1
│ │ │ │ │ │ │ │ │ │ ├── anyhow v1.0.68
│ │ │ │ │ │ │ │ │ │ ├── cranelift-codegen v0.93.1
│ │ │ │ │ │ │ │ │ │ │ ├── arrayvec v0.7.2
│ │ │ │ │ │ │ │ │ │ │ ├── bumpalo v3.12.0
│ │ │ │ │ │ │ │ │ │ │ ├── cranelift-bforest v0.93.1
│ │ │ │ │ │ │ │ │ │ │ │ └── cranelift-entity v0.93.1
│ │ │ │ │ │ │ │ │ │ │ │ └── serde v1.0.152 (*)
│ │ │ │ │ │ │ │ │ │ │ ├── cranelift-codegen-shared v0.93.1
│ │ │ │ │ │ │ │ │ │ │ ├── cranelift-entity v0.93.1 (*)
│ │ │ │ │ │ │ │ │ │ │ ├── gimli v0.26.2
│ │ │ │ │ │ │ │ │ │ │ │ ├── fallible-iterator v0.2.0
│ │ │ │ │ │ │ │ │ │ │ │ ├── indexmap v1.9.2 (*)
│ │ │ │ │ │ │ │ │ │ │ │ └── stable_deref_trait v1.2.0
│ │ │ │ │ │ │ │ │ │ │ ├── hashbrown v0.12.3 (*)
│ │ │ │ │ │ │ │ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ │ │ │ │ │ │ │ ├── regalloc2 v0.5.1
│ │ │ │ │ │ │ │ │ │ │ │ ├── fxhash v0.2.1
│ │ │ │ │ │ │ │ │ │ │ │ │ └── byteorder v1.4.3
│ │ │ │ │ │ │ │ │ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ │ │ │ │ │ │ │ │ ├── slice-group-by v0.3.0
│ │ │ │ │ │ │ │ │ │ │ │ └── smallvec v1.10.0
│ │ │ │ │ │ │ │ │ │ │ ├── smallvec v1.10.0
│ │ │ │ │ │ │ │ │ │ │ └── target-lexicon v0.12.5
│ │ │ │ │ │ │ │ │ │ │ [build-dependencies]
│ │ │ │ │ │ │ │ │ │ │ ├── cranelift-codegen-meta v0.93.1
│ │ │ │ │ │ │ │ │ │ │ │ └── cranelift-codegen-shared v0.93.1
│ │ │ │ │ │ │ │ │ │ │ └── cranelift-isle v0.93.1
│ │ │ │ │ │ │ │ │ │ ├── cranelift-entity v0.93.1 (*)
│ │ │ │ │ │ │ │ │ │ ├── cranelift-frontend v0.93.1
│ │ │ │ │ │ │ │ │ │ │ ├── cranelift-codegen v0.93.1 (*)
│ │ │ │ │ │ │ │ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ │ │ │ │ │ │ │ ├── smallvec v1.10.0
│ │ │ │ │ │ │ │ │ │ │ └── target-lexicon v0.12.5
│ │ │ │ │ │ │ │ │ │ ├── cranelift-native v0.93.1
│ │ │ │ │ │ │ │ │ │ │ ├── cranelift-codegen v0.93.1 (*)
│ │ │ │ │ │ │ │ │ │ │ └── target-lexicon v0.12.5
│ │ │ │ │ │ │ │ │ │ ├── cranelift-wasm v0.93.1
│ │ │ │ │ │ │ │ │ │ │ ├── cranelift-codegen v0.93.1 (*)
│ │ │ │ │ │ │ │ │ │ │ ├── cranelift-entity v0.93.1 (*)
│ │ │ │ │ │ │ │ │ │ │ ├── cranelift-frontend v0.93.1 (*)
│ │ │ │ │ │ │ │ │ │ │ ├── itertools v0.10.5
│ │ │ │ │ │ │ │ │ │ │ │ └── either v1.8.0
│ │ │ │ │ │ │ │ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ │ │ │ │ │ │ │ ├── smallvec v1.10.0
│ │ │ │ │ │ │ │ │ │ │ ├── wasmparser v0.100.0 (*)
│ │ │ │ │ │ │ │ │ │ │ └── wasmtime-types v6.0.1
│ │ │ │ │ │ │ │ │ │ │ ├── cranelift-entity v0.93.1 (*)
│ │ │ │ │ │ │ │ │ │ │ ├── serde v1.0.152 (*)
│ │ │ │ │ │ │ │ │ │ │ ├── thiserror v1.0.38 (*)
│ │ │ │ │ │ │ │ │ │ │ └── wasmparser v0.100.0 (*)
│ │ │ │ │ │ │ │ │ │ ├── gimli v0.26.2 (*)
│ │ │ │ │ │ │ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ │ │ │ │ │ │ ├── object v0.29.0 (*)
│ │ │ │ │ │ │ │ │ │ ├── target-lexicon v0.12.5
│ │ │ │ │ │ │ │ │ │ ├── thiserror v1.0.38 (*)
│ │ │ │ │ │ │ │ │ │ ├── wasmparser v0.100.0 (*)
│ │ │ │ │ │ │ │ │ │ └── wasmtime-environ v6.0.1
│ │ │ │ │ │ │ │ │ │ ├── anyhow v1.0.68
│ │ │ │ │ │ │ │ │ │ ├── cranelift-entity v0.93.1 (*)
│ │ │ │ │ │ │ │ │ │ ├── gimli v0.26.2 (*)
│ │ │ │ │ │ │ │ │ │ ├── indexmap v1.9.2 (*)
│ │ │ │ │ │ │ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ │ │ │ │ │ │ ├── object v0.29.0 (*)
│ │ │ │ │ │ │ │ │ │ ├── serde v1.0.152 (*)
│ │ │ │ │ │ │ │ │ │ ├── target-lexicon v0.12.5
│ │ │ │ │ │ │ │ │ │ ├── thiserror v1.0.38 (*)
│ │ │ │ │ │ │ │ │ │ ├── wasmparser v0.100.0 (*)
│ │ │ │ │ │ │ │ │ │ └── wasmtime-types v6.0.1 (*)
│ │ │ │ │ │ │ │ │ ├── wasmtime-environ v6.0.1 (*)
│ │ │ │ │ │ │ │ │ ├── wasmtime-jit v6.0.1
│ │ │ │ │ │ │ │ │ │ ├── addr2line v0.17.0
│ │ │ │ │ │ │ │ │ │ │ └── gimli v0.26.2 (*)
│ │ │ │ │ │ │ │ │ │ ├── anyhow v1.0.68
│ │ │ │ │ │ │ │ │ │ ├── bincode v1.3.3 (*)
│ │ │ │ │ │ │ │ │ │ ├── cfg-if v1.0.0
│ │ │ │ │ │ │ │ │ │ ├── cpp_demangle v0.3.5
│ │ │ │ │ │ │ │ │ │ │ └── cfg-if v1.0.0
│ │ │ │ │ │ │ │ │ │ ├── gimli v0.26.2 (*)
│ │ │ │ │ │ │ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ │ │ │ │ │ │ ├── object v0.29.0 (*)
│ │ │ │ │ │ │ │ │ │ ├── rustc-demangle v0.1.21
│ │ │ │ │ │ │ │ │ │ ├── serde v1.0.152 (*)
│ │ │ │ │ │ │ │ │ │ ├── target-lexicon v0.12.5
│ │ │ │ │ │ │ │ │ │ ├── wasmtime-environ v6.0.1 (*)
│ │ │ │ │ │ │ │ │ │ ├── wasmtime-jit-debug v6.0.1
│ │ │ │ │ │ │ │ │ │ │ ├── object v0.29.0 (*)
│ │ │ │ │ │ │ │ │ │ │ └── once_cell v1.17.0
│ │ │ │ │ │ │ │ │ │ ├── wasmtime-jit-icache-coherence v6.0.1
│ │ │ │ │ │ │ │ │ │ │ ├── cfg-if v1.0.0
│ │ │ │ │ │ │ │ │ │ │ └── libc v0.2.139
│ │ │ │ │ │ │ │ │ │ └── wasmtime-runtime v6.0.1
│ │ │ │ │ │ │ │ │ │ ├── anyhow v1.0.68
│ │ │ │ │ │ │ │ │ │ ├── cfg-if v1.0.0
│ │ │ │ │ │ │ │ │ │ ├── indexmap v1.9.2 (*)
│ │ │ │ │ │ │ │ │ │ ├── libc v0.2.139
│ │ │ │ │ │ │ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ │ │ │ │ │ │ ├── mach v0.3.2 (*)
│ │ │ │ │ │ │ │ │ │ ├── memfd v0.6.2
│ │ │ │ │ │ │ │ │ │ │ └── rustix v0.36.7 (*)
│ │ │ │ │ │ │ │ │ │ ├── memoffset v0.6.5
│ │ │ │ │ │ │ │ │ │ │ [build-dependencies]
│ │ │ │ │ │ │ │ │ │ │ └── autocfg v1.1.0
│ │ │ │ │ │ │ │ │ │ ├── paste v1.0.11 (proc-macro)
│ │ │ │ │ │ │ │ │ │ ├── rand v0.8.5 (*)
│ │ │ │ │ │ │ │ │ │ ├── rustix v0.36.7 (*)
│ │ │ │ │ │ │ │ │ │ ├── wasmtime-asm-macros v6.0.1
│ │ │ │ │ │ │ │ │ │ │ └── cfg-if v1.0.0
│ │ │ │ │ │ │ │ │ │ ├── wasmtime-environ v6.0.1 (*)
│ │ │ │ │ │ │ │ │ │ └── wasmtime-jit-debug v6.0.1 (*)
│ │ │ │ │ │ │ │ │ │ [build-dependencies]
│ │ │ │ │ │ │ │ │ │ └── cc v1.0.78 (*)
│ │ │ │ │ │ │ │ │ └── wasmtime-runtime v6.0.1 (*)
│ │ │ │ │ │ │ │ └── static_assertions v1.1.0
│ │ │ │ │ │ │ ├── sp-std v5.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ │ │ ├── sp-storage v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ │ │ ├── ss58-registry v1.38.0
│ │ │ │ │ │ │ │ └── num-format v0.4.4
│ │ │ │ │ │ │ │ ├── arrayvec v0.7.2
│ │ │ │ │ │ │ │ └── itoa v1.0.5
│ │ │ │ │ │ │ │ [build-dependencies]
│ │ │ │ │ │ │ │ ├── Inflector v0.11.4 (*)
│ │ │ │ │ │ │ │ ├── proc-macro2 v1.0.50 (*)
│ │ │ │ │ │ │ │ ├── quote v1.0.23 (*)
│ │ │ │ │ │ │ │ ├── serde v1.0.152 (*)
│ │ │ │ │ │ │ │ ├── serde_json v1.0.93
│ │ │ │ │ │ │ │ │ ├── itoa v1.0.5
│ │ │ │ │ │ │ │ │ ├── ryu v1.0.12
│ │ │ │ │ │ │ │ │ └── serde v1.0.152 (*)
│ │ │ │ │ │ │ │ └── unicode-xid v0.2.4
│ │ │ │ │ │ │ ├── substrate-bip39 v0.4.4
│ │ │ │ │ │ │ │ ├── hmac v0.11.0
│ │ │ │ │ │ │ │ │ ├── crypto-mac v0.11.1
│ │ │ │ │ │ │ │ │ │ ├── generic-array v0.14.6 (*)
│ │ │ │ │ │ │ │ │ │ └── subtle v2.4.1
│ │ │ │ │ │ │ │ │ └── digest v0.9.0 (*)
│ │ │ │ │ │ │ │ ├── pbkdf2 v0.8.0
│ │ │ │ │ │ │ │ │ └── crypto-mac v0.11.1 (*)
│ │ │ │ │ │ │ │ ├── schnorrkel v0.9.1 (*)
│ │ │ │ │ │ │ │ ├── sha2 v0.9.9 (*)
│ │ │ │ │ │ │ │ └── zeroize v1.5.7 (*)
│ │ │ │ │ │ │ ├── thiserror v1.0.38 (*)
│ │ │ │ │ │ │ ├── tiny-bip39 v1.0.0
│ │ │ │ │ │ │ │ ├── anyhow v1.0.68
│ │ │ │ │ │ │ │ ├── hmac v0.12.1
│ │ │ │ │ │ │ │ │ └── digest v0.10.6 (*)
│ │ │ │ │ │ │ │ ├── once_cell v1.17.0
│ │ │ │ │ │ │ │ ├── pbkdf2 v0.11.0
│ │ │ │ │ │ │ │ │ └── digest v0.10.6 (*)
│ │ │ │ │ │ │ │ ├── rand v0.8.5 (*)
│ │ │ │ │ │ │ │ ├── rustc-hash v1.1.0
│ │ │ │ │ │ │ │ ├── sha2 v0.10.6 (*)
│ │ │ │ │ │ │ │ ├── thiserror v1.0.38 (*)
│ │ │ │ │ │ │ │ ├── unicode-normalization v0.1.22 (*)
│ │ │ │ │ │ │ │ └── zeroize v1.5.7 (*)
│ │ │ │ │ │ │ └── zeroize v1.5.7 (*)
│ │ │ │ │ │ ├── sp-wasm-interface v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ │ └── thiserror v1.0.38 (*)
│ │ │ │ │ ├── sp-maybe-compressed-blob v4.1.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ │ ├── thiserror v1.0.38 (*)
│ │ │ │ │ │ └── zstd v0.11.2+zstd.1.5.2 (*)
│ │ │ │ │ ├── sp-wasm-interface v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── thiserror v1.0.38 (*)
│ │ │ │ │ ├── wasm-instrument v0.3.0
│ │ │ │ │ │ └── parity-wasm v0.45.0
│ │ │ │ │ └── wasmi v0.13.2 (*)
│ │ │ │ ├── sc-executor-wasmi v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ │ ├── sc-allocator v4.1.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sc-executor-common v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sp-runtime-interface v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sp-wasm-interface v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ └── wasmi v0.13.2 (*)
│ │ │ │ ├── sc-executor-wasmtime v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ ├── anyhow v1.0.68
│ │ │ │ │ ├── cfg-if v1.0.0
│ │ │ │ │ ├── libc v0.2.139
│ │ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ │ ├── once_cell v1.17.0
│ │ │ │ │ ├── rustix v0.36.7 (*)
│ │ │ │ │ ├── sc-allocator v4.1.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sc-executor-common v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sp-runtime-interface v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sp-wasm-interface v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ └── wasmtime v6.0.1 (*)
│ │ │ │ ├── sp-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ ├── hash-db v0.16.0
│ │ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ │ ├── parity-scale-codec v3.4.0 (*)
│ │ │ │ │ ├── sp-api-proc-macro v4.0.0-dev (proc-macro) (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ │ ├── Inflector v0.11.4 (*)
│ │ │ │ │ │ ├── blake2 v0.10.6 (*)
│ │ │ │ │ │ ├── expander v1.0.0
│ │ │ │ │ │ │ ├── blake2 v0.10.6 (*)
│ │ │ │ │ │ │ ├── fs-err v2.9.0
│ │ │ │ │ │ │ ├── proc-macro2 v1.0.50 (*)
│ │ │ │ │ │ │ ├── quote v1.0.23 (*)
│ │ │ │ │ │ │ └── syn v1.0.107 (*)
│ │ │ │ │ │ ├── proc-macro-crate v1.1.3 (*)
│ │ │ │ │ │ ├── proc-macro2 v1.0.50 (*)
│ │ │ │ │ │ ├── quote v1.0.23 (*)
│ │ │ │ │ │ └── syn v1.0.107 (*)
│ │ │ │ │ ├── sp-core v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ │ ├── either v1.8.0
│ │ │ │ │ │ ├── hash256-std-hasher v0.15.2 (*)
│ │ │ │ │ │ ├── impl-trait-for-tuples v0.2.2 (proc-macro) (*)
│ │ │ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ │ │ ├── parity-scale-codec v3.4.0 (*)
│ │ │ │ │ │ ├── paste v1.0.11 (proc-macro)
│ │ │ │ │ │ ├── rand v0.8.5 (*)
│ │ │ │ │ │ ├── scale-info v2.3.1 (*)
│ │ │ │ │ │ ├── serde v1.0.152 (*)
│ │ │ │ │ │ ├── sp-application-crypto v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ │ │ ├── parity-scale-codec v3.4.0 (*)
│ │ │ │ │ │ │ ├── scale-info v2.3.1 (*)
│ │ │ │ │ │ │ ├── serde v1.0.152 (*)
│ │ │ │ │ │ │ ├── sp-core v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ │ │ ├── sp-io v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ │ │ │ ├── bytes v1.3.0
│ │ │ │ │ │ │ │ ├── ed25519 v1.5.3
│ │ │ │ │ │ │ │ │ └── signature v1.6.4
│ │ │ │ │ │ │ │ │ ├── digest v0.10.6 (*)
│ │ │ │ │ │ │ │ │ └── rand_core v0.6.4 (*)
│ │ │ │ │ │ │ │ ├── ed25519-dalek v1.0.1
│ │ │ │ │ │ │ │ │ ├── curve25519-dalek v3.2.0 (*)
│ │ │ │ │ │ │ │ │ ├── ed25519 v1.5.3 (*)
│ │ │ │ │ │ │ │ │ ├── rand v0.7.3 (*)
│ │ │ │ │ │ │ │ │ ├── serde v1.0.152 (*)
│ │ │ │ │ │ │ │ │ ├── sha2 v0.9.9 (*)
│ │ │ │ │ │ │ │ │ └── zeroize v1.5.7 (*)
│ │ │ │ │ │ │ │ ├── futures v0.3.25 (*)
│ │ │ │ │ │ │ │ ├── libsecp256k1 v0.7.1 (*)
│ │ │ │ │ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ │ │ │ │ ├── parity-scale-codec v3.4.0 (*)
│ │ │ │ │ │ │ │ ├── secp256k1 v0.24.3 (*)
│ │ │ │ │ │ │ │ ├── sp-core v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ │ │ │ ├── sp-externalities v0.13.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ │ │ │ ├── sp-keystore v0.13.0 (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ │ │ │ │ ├── async-trait v0.1.63 (proc-macro)
│ │ │ │ │ │ │ │ │ │ ├── proc-macro2 v1.0.50 (*)
│ │ │ │ │ │ │ │ │ │ ├── quote v1.0.23 (*)
│ │ │ │ │ │ │ │ │ │ └── syn v1.0.107 (*)
│ │ │ │ │ │ │ │ │ ├── futures v0.3.25 (*)
│ │ │ │ │ │ │ │ │ ├── merlin v2.0.1 (*)
│ │ │ │ │ │ │ │ │ ├── parity-scale-codec v3.4.0 (*)
│ │ │ │ │ │ │ │ │ ├── parking_lot v0.12.1 (*)
│ │ │ │ │ │ │ │ │ ├── schnorrkel v0.9.1 (*)
│ │ │ │ │ │ │ │ │ ├── serde v1.0.152 (*)
│ │ │ │ │ │ │ │ │ ├── sp-core v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ │ │ │ │ ├── sp-externalities v0.13.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ │ │ │ │ └── thiserror v1.0.38 (*)
│ │ │ │ │ │ │ │ ├── sp-runtime-interface v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ │ │ │ ├── sp-state-machine v0.13.0 (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ │ │ │ │ ├── hash-db v0.16.0
│ │ │ │ │ │ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ │ │ │ │ │ ├── parity-scale-codec v3.4.0 (*)
│ │ │ │ │ │ │ │ │ ├── parking_lot v0.12.1 (*)
│ │ │ │ │ │ │ │ │ ├── rand v0.8.5 (*)
│ │ │ │ │ │ │ │ │ ├── smallvec v1.10.0
│ │ │ │ │ │ │ │ │ ├── sp-core v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ │ │ │ │ ├── sp-externalities v0.13.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ │ │ │ │ ├── sp-panic-handler v5.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ │ │ │ │ │ ├── backtrace v0.3.67
│ │ │ │ │ │ │ │ │ │ │ ├── addr2line v0.19.0
│ │ │ │ │ │ │ │ │ │ │ │ └── gimli v0.27.1
│ │ │ │ │ │ │ │ │ │ │ ├── cfg-if v1.0.0
│ │ │ │ │ │ │ │ │ │ │ ├── libc v0.2.139
│ │ │ │ │ │ │ │ │ │ │ ├── miniz_oxide v0.6.2
│ │ │ │ │ │ │ │ │ │ │ │ └── adler v1.0.2
│ │ │ │ │ │ │ │ │ │ │ ├── object v0.30.3
│ │ │ │ │ │ │ │ │ │ │ │ └── memchr v2.5.0
│ │ │ │ │ │ │ │ │ │ │ └── rustc-demangle v0.1.21
│ │ │ │ │ │ │ │ │ │ │ [build-dependencies]
│ │ │ │ │ │ │ │ │ │ │ └── cc v1.0.78 (*)
│ │ │ │ │ │ │ │ │ │ ├── lazy_static v1.4.0 (*)
│ │ │ │ │ │ │ │ │ │ └── regex v1.7.1 (*)
│ │ │ │ │ │ │ │ │ ├── sp-std v5.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ │ │ │ │ ├── sp-trie v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ │ │ │ │ │ ├── ahash v0.8.3
│ │ │ │ │ │ │ │ │ │ │ ├── cfg-if v1.0.0
│ │ │ │ │ │ │ │ │ │ │ ├── getrandom v0.2.8 (*)
│ │ │ │ │ │ │ │ │ │ │ └── once_cell v1.17.0
│ │ │ │ │ │ │ │ │ │ │ [build-dependencies]
│ │ │ │ │ │ │ │ │ │ │ └── version_check v0.9.4
│ │ │ │ │ │ │ │ │ │ ├── hash-db v0.16.0
│ │ │ │ │ │ │ │ │ │ ├── hashbrown v0.12.3 (*)
│ │ │ │ │ │ │ │ │ │ ├── lazy_static v1.4.0 (*)
│ │ │ │ │ │ │ │ │ │ ├── memory-db v0.32.0
│ │ │ │ │ │ │ │ │ │ │ └── hash-db v0.16.0
│ │ │ │ │ │ │ │ │ │ ├── nohash-hasher v0.2.0
│ │ │ │ │ │ │ │ │ │ ├── parity-scale-codec v3.4.0 (*)
│ │ │ │ │ │ │ │ │ │ ├── parking_lot v0.12.1 (*)
│ │ │ │ │ │ │ │ │ │ ├── scale-info v2.3.1 (*)
│ │ │ │ │ │ │ │ │ │ ├── schnellru v0.2.1
│ │ │ │ │ │ │ │ │ │ │ ├── ahash v0.8.3 (*)
│ │ │ │ │ │ │ │ │ │ │ ├── cfg-if v1.0.0
│ │ │ │ │ │ │ │ │ │ │ └── hashbrown v0.13.2
│ │ │ │ │ │ │ │ │ │ │ └── ahash v0.8.3 (*)
│ │ │ │ │ │ │ │ │ │ ├── sp-core v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ │ │ │ │ │ ├── sp-std v5.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ │ │ │ │ │ ├── thiserror v1.0.38 (*)
│ │ │ │ │ │ │ │ │ │ ├── tracing v0.1.37 (*)
│ │ │ │ │ │ │ │ │ │ ├── trie-db v0.27.1
│ │ │ │ │ │ │ │ │ │ │ ├── hash-db v0.16.0
│ │ │ │ │ │ │ │ │ │ │ ├── hashbrown v0.13.2 (*)
│ │ │ │ │ │ │ │ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ │ │ │ │ │ │ │ ├── rustc-hex v2.1.0
│ │ │ │ │ │ │ │ │ │ │ └── smallvec v1.10.0
│ │ │ │ │ │ │ │ │ │ └── trie-root v0.18.0
│ │ │ │ │ │ │ │ │ │ └── hash-db v0.16.0
│ │ │ │ │ │ │ │ │ ├── thiserror v1.0.38 (*)
│ │ │ │ │ │ │ │ │ └── tracing v0.1.37 (*)
│ │ │ │ │ │ │ │ ├── sp-std v5.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ │ │ │ ├── sp-tracing v6.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ │ │ │ ├── sp-trie v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ │ │ │ ├── tracing v0.1.37 (*)
│ │ │ │ │ │ │ │ └── tracing-core v0.1.30 (*)
│ │ │ │ │ │ │ └── sp-std v5.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ │ ├── sp-arithmetic v6.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ │ │ ├── integer-sqrt v0.1.5
│ │ │ │ │ │ │ │ └── num-traits v0.2.15 (*)
│ │ │ │ │ │ │ ├── num-traits v0.2.15 (*)
│ │ │ │ │ │ │ ├── parity-scale-codec v3.4.0 (*)
│ │ │ │ │ │ │ ├── scale-info v2.3.1 (*)
│ │ │ │ │ │ │ ├── serde v1.0.152 (*)
│ │ │ │ │ │ │ ├── sp-std v5.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ │ │ └── static_assertions v1.1.0
│ │ │ │ │ │ ├── sp-core v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ │ ├── sp-io v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ │ ├── sp-std v5.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ │ └── sp-weights v4.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ │ ├── parity-scale-codec v3.4.0 (*)
│ │ │ │ │ │ ├── scale-info v2.3.1 (*)
│ │ │ │ │ │ ├── serde v1.0.152 (*)
│ │ │ │ │ │ ├── smallvec v1.10.0
│ │ │ │ │ │ ├── sp-arithmetic v6.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ │ ├── sp-core v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ │ ├── sp-debug-derive v5.0.0 (proc-macro) (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ │ └── sp-std v5.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ ├── sp-state-machine v0.13.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sp-std v5.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ ├── sp-trie v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sp-version v5.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ │ ├── impl-serde v0.4.0 (*)
│ │ │ │ │ │ ├── parity-scale-codec v3.4.0 (*)
│ │ │ │ │ │ ├── parity-wasm v0.45.0
│ │ │ │ │ │ ├── scale-info v2.3.1 (*)
│ │ │ │ │ │ ├── serde v1.0.152 (*)
│ │ │ │ │ │ ├── sp-core-hashing-proc-macro v5.0.0 (proc-macro) (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ │ │ ├── proc-macro2 v1.0.50 (*)
│ │ │ │ │ │ │ ├── quote v1.0.23 (*)
│ │ │ │ │ │ │ ├── sp-core-hashing v5.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ │ │ │ ├── blake2b_simd v1.0.1
│ │ │ │ │ │ │ │ │ ├── arrayref v0.3.6
│ │ │ │ │ │ │ │ │ ├── arrayvec v0.7.2
│ │ │ │ │ │ │ │ │ └── constant_time_eq v0.2.4
│ │ │ │ │ │ │ │ ├── byteorder v1.4.3
│ │ │ │ │ │ │ │ ├── digest v0.10.6 (*)
│ │ │ │ │ │ │ │ ├── sha2 v0.10.6
│ │ │ │ │ │ │ │ │ ├── cfg-if v1.0.0
│ │ │ │ │ │ │ │ │ ├── cpufeatures v0.2.5 (*)
│ │ │ │ │ │ │ │ │ └── digest v0.10.6 (*)
│ │ │ │ │ │ │ │ ├── sha3 v0.10.6
│ │ │ │ │ │ │ │ │ ├── digest v0.10.6 (*)
│ │ │ │ │ │ │ │ │ └── keccak v0.1.3 (*)
│ │ │ │ │ │ │ │ ├── sp-std v5.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ │ │ │ └── twox-hash v1.6.3
│ │ │ │ │ │ │ │ ├── cfg-if v1.0.0
│ │ │ │ │ │ │ │ ├── digest v0.10.6 (*)
│ │ │ │ │ │ │ │ └── static_assertions v1.1.0
│ │ │ │ │ │ │ └── syn v1.0.107 (*)
│ │ │ │ │ │ ├── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ │ ├── sp-std v5.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ │ ├── sp-version-proc-macro v4.0.0-dev (proc-macro) (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ │ │ ├── parity-scale-codec v3.4.0
│ │ │ │ │ │ │ │ ├── arrayvec v0.7.2
│ │ │ │ │ │ │ │ ├── byte-slice-cast v1.2.2
│ │ │ │ │ │ │ │ ├── impl-trait-for-tuples v0.2.2 (proc-macro) (*)
│ │ │ │ │ │ │ │ ├── parity-scale-codec-derive v3.1.4 (proc-macro) (*)
│ │ │ │ │ │ │ │ └── serde v1.0.152 (*)
│ │ │ │ │ │ │ ├── proc-macro2 v1.0.50 (*)
│ │ │ │ │ │ │ ├── quote v1.0.23 (*)
│ │ │ │ │ │ │ └── syn v1.0.107 (*)
│ │ │ │ │ │ └── thiserror v1.0.38 (*)
│ │ │ │ │ └── thiserror v1.0.38 (*)
│ │ │ │ ├── sp-core v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ ├── sp-externalities v0.13.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ ├── sp-io v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ ├── sp-panic-handler v5.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ ├── sp-runtime-interface v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ ├── sp-trie v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ ├── sp-version v5.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ ├── sp-wasm-interface v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ ├── tracing v0.1.37 (*)
│ │ │ │ └── wasmi v0.13.2 (*)
│ │ │ ├── sc-transaction-pool-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ ├── async-trait v0.1.63 (proc-macro) (*)
│ │ │ │ ├── futures v0.3.25 (*)
│ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ ├── serde v1.0.152 (*)
│ │ │ │ ├── sp-blockchain v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ ├── futures v0.3.25 (*)
│ │ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ │ ├── lru v0.8.1 (*)
│ │ │ │ │ ├── parity-scale-codec v3.4.0 (*)
│ │ │ │ │ ├── parking_lot v0.12.1 (*)
│ │ │ │ │ ├── sp-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sp-consensus v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ │ ├── async-trait v0.1.63 (proc-macro) (*)
│ │ │ │ │ │ ├── futures v0.3.25 (*)
│ │ │ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ │ │ ├── sp-core v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ │ ├── sp-inherents v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ │ │ ├── async-trait v0.1.63 (proc-macro) (*)
│ │ │ │ │ │ │ ├── impl-trait-for-tuples v0.2.2 (proc-macro) (*)
│ │ │ │ │ │ │ ├── parity-scale-codec v3.4.0 (*)
│ │ │ │ │ │ │ ├── scale-info v2.3.1 (*)
│ │ │ │ │ │ │ ├── sp-core v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ │ │ ├── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ │ │ ├── sp-std v5.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ │ │ └── thiserror v1.0.38 (*)
│ │ │ │ │ │ ├── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ │ ├── sp-state-machine v0.13.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ │ └── thiserror v1.0.38 (*)
│ │ │ │ │ ├── sp-database v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ │ ├── kvdb v0.13.0 (*)
│ │ │ │ │ │ └── parking_lot v0.12.1 (*)
│ │ │ │ │ ├── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sp-state-machine v0.13.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ └── thiserror v1.0.38 (*)
│ │ │ │ ├── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ └── thiserror v1.0.38 (*)
│ │ │ ├── sc-utils v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ ├── async-channel v1.8.0
│ │ │ │ │ ├── concurrent-queue v2.1.0
│ │ │ │ │ │ └── crossbeam-utils v0.8.14 (*)
│ │ │ │ │ ├── event-listener v2.5.3
│ │ │ │ │ └── futures-core v0.3.25
│ │ │ │ ├── futures v0.3.25 (*)
│ │ │ │ ├── futures-timer v3.0.2
│ │ │ │ ├── lazy_static v1.4.0 (*)
│ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ ├── parking_lot v0.12.1 (*)
│ │ │ │ ├── prometheus v0.13.3
│ │ │ │ │ ├── cfg-if v1.0.0
│ │ │ │ │ ├── fnv v1.0.7
│ │ │ │ │ ├── lazy_static v1.4.0 (*)
│ │ │ │ │ ├── memchr v2.5.0
│ │ │ │ │ ├── parking_lot v0.12.1 (*)
│ │ │ │ │ └── thiserror v1.0.38 (*)
│ │ │ │ └── sp-arithmetic v6.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ ├── sp-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ ├── sp-blockchain v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ ├── sp-consensus v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ ├── sp-core v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ ├── sp-database v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ ├── sp-externalities v0.13.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ ├── sp-keystore v0.13.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ ├── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ ├── sp-state-machine v0.13.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ ├── sp-storage v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ └── substrate-prometheus-endpoint v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ ├── hyper v0.14.23
│ │ │ │ ├── bytes v1.3.0
│ │ │ │ ├── futures-channel v0.3.25 (*)
│ │ │ │ ├── futures-core v0.3.25
│ │ │ │ ├── futures-util v0.3.25 (*)
│ │ │ │ ├── h2 v0.3.15
│ │ │ │ │ ├── bytes v1.3.0
│ │ │ │ │ ├── fnv v1.0.7
│ │ │ │ │ ├── futures-core v0.3.25
│ │ │ │ │ ├── futures-sink v0.3.25
│ │ │ │ │ ├── futures-util v0.3.25 (*)
│ │ │ │ │ ├── http v0.2.8
│ │ │ │ │ │ ├── bytes v1.3.0
│ │ │ │ │ │ ├── fnv v1.0.7
│ │ │ │ │ │ └── itoa v1.0.5
│ │ │ │ │ ├── indexmap v1.9.2 (*)
│ │ │ │ │ ├── slab v0.4.7 (*)
│ │ │ │ │ ├── tokio v1.24.2
│ │ │ │ │ │ ├── bytes v1.3.0
│ │ │ │ │ │ ├── libc v0.2.139
│ │ │ │ │ │ ├── memchr v2.5.0
│ │ │ │ │ │ ├── mio v0.8.5
│ │ │ │ │ │ │ ├── libc v0.2.139
│ │ │ │ │ │ │ └── log v0.4.17 (*)
│ │ │ │ │ │ ├── num_cpus v1.15.0 (*)
│ │ │ │ │ │ ├── parking_lot v0.12.1 (*)
│ │ │ │ │ │ ├── pin-project-lite v0.2.9
│ │ │ │ │ │ ├── signal-hook-registry v1.4.0
│ │ │ │ │ │ │ └── libc v0.2.139
│ │ │ │ │ │ ├── socket2 v0.4.7
│ │ │ │ │ │ │ └── libc v0.2.139
│ │ │ │ │ │ └── tokio-macros v1.8.2 (proc-macro)
│ │ │ │ │ │ ├── proc-macro2 v1.0.50 (*)
│ │ │ │ │ │ ├── quote v1.0.23 (*)
│ │ │ │ │ │ └── syn v1.0.107 (*)
│ │ │ │ │ │ [build-dependencies]
│ │ │ │ │ │ └── autocfg v1.1.0
│ │ │ │ │ ├── tokio-util v0.7.4
│ │ │ │ │ │ ├── bytes v1.3.0
│ │ │ │ │ │ ├── futures-core v0.3.25
│ │ │ │ │ │ ├── futures-io v0.3.25
│ │ │ │ │ │ ├── futures-sink v0.3.25
│ │ │ │ │ │ ├── pin-project-lite v0.2.9
│ │ │ │ │ │ ├── tokio v1.24.2 (*)
│ │ │ │ │ │ └── tracing v0.1.37 (*)
│ │ │ │ │ └── tracing v0.1.37 (*)
│ │ │ │ ├── http v0.2.8 (*)
│ │ │ │ ├── http-body v0.4.5
│ │ │ │ │ ├── bytes v1.3.0
│ │ │ │ │ ├── http v0.2.8 (*)
│ │ │ │ │ └── pin-project-lite v0.2.9
│ │ │ │ ├── httparse v1.8.0
│ │ │ │ ├── httpdate v1.0.2
│ │ │ │ ├── itoa v1.0.5
│ │ │ │ ├── pin-project-lite v0.2.9
│ │ │ │ ├── socket2 v0.4.7 (*)
│ │ │ │ ├── tokio v1.24.2 (*)
│ │ │ │ ├── tower-service v0.3.2
│ │ │ │ ├── tracing v0.1.37 (*)
│ │ │ │ └── want v0.3.0
│ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ └── try-lock v0.2.4
│ │ │ ├── log v0.4.17 (*)
│ │ │ ├── prometheus v0.13.3 (*)
│ │ │ ├── thiserror v1.0.38 (*)
│ │ │ └── tokio v1.24.2 (*)
│ │ ├── sc-state-db v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ ├── log v0.4.17 (*)
│ │ │ ├── parity-scale-codec v3.4.0 (*)
│ │ │ ├── parking_lot v0.12.1 (*)
│ │ │ └── sp-core v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── schnellru v0.2.1 (*)
│ │ ├── sp-arithmetic v6.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sp-blockchain v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sp-core v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sp-database v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sp-state-machine v0.13.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ └── sp-trie v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── smallvec v1.10.0
│ ├── sp-blockchain v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sp-core v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sp-database v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ └── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ [dev-dependencies]
│ ├── futures v0.3.25 (*)
│ ├── sc-block-builder v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ ├── parity-scale-codec v3.4.0 (*)
│ │ ├── sc-client-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sp-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sp-block-builder v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ ├── parity-scale-codec v3.4.0 (*)
│ │ │ ├── sp-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ ├── sp-inherents v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ ├── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ └── sp-std v5.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ ├── sp-blockchain v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sp-core v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sp-inherents v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ └── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sp-consensus v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── substrate-test-runtime-client v2.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ ├── futures v0.3.25 (*)
│ │ ├── parity-scale-codec v3.4.0 (*)
│ │ ├── sc-block-builder v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sc-chain-spec v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ ├── memmap2 v0.5.8 (*)
│ │ │ ├── sc-chain-spec-derive v4.0.0-dev (proc-macro) (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ ├── proc-macro-crate v1.1.3 (*)
│ │ │ │ ├── proc-macro2 v1.0.50 (*)
│ │ │ │ ├── quote v1.0.23 (*)
│ │ │ │ └── syn v1.0.107 (*)
│ │ │ ├── sc-client-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ ├── sc-executor v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ ├── sc-network v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ ├── array-bytes v4.2.0
│ │ │ │ ├── async-channel v1.8.0 (*)
│ │ │ │ ├── async-trait v0.1.63 (proc-macro) (*)
│ │ │ │ ├── asynchronous-codec v0.6.1
│ │ │ │ │ ├── bytes v1.3.0
│ │ │ │ │ ├── futures-sink v0.3.25
│ │ │ │ │ ├── futures-util v0.3.25 (*)
│ │ │ │ │ ├── memchr v2.5.0
│ │ │ │ │ └── pin-project-lite v0.2.9
│ │ │ │ ├── bytes v1.3.0
│ │ │ │ ├── either v1.8.0
│ │ │ │ ├── fnv v1.0.7
│ │ │ │ ├── futures v0.3.25 (*)
│ │ │ │ ├── futures-timer v3.0.2
│ │ │ │ ├── ip_network v0.4.1
│ │ │ │ ├── libp2p v0.50.0
│ │ │ │ │ ├── bytes v1.3.0
│ │ │ │ │ ├── futures v0.3.25 (*)
│ │ │ │ │ ├── futures-timer v3.0.2
│ │ │ │ │ ├── getrandom v0.2.8 (*)
│ │ │ │ │ ├── instant v0.1.12 (*)
│ │ │ │ │ ├── libp2p-core v0.38.0
│ │ │ │ │ │ ├── asn1_der v0.7.5
│ │ │ │ │ │ ├── bs58 v0.4.0
│ │ │ │ │ │ ├── ed25519-dalek v1.0.1 (*)
│ │ │ │ │ │ ├── either v1.8.0
│ │ │ │ │ │ ├── fnv v1.0.7
│ │ │ │ │ │ ├── futures v0.3.25 (*)
│ │ │ │ │ │ ├── futures-timer v3.0.2
│ │ │ │ │ │ ├── instant v0.1.12 (*)
│ │ │ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ │ │ ├── multiaddr v0.16.0
│ │ │ │ │ │ │ ├── arrayref v0.3.6
│ │ │ │ │ │ │ ├── byteorder v1.4.3
│ │ │ │ │ │ │ ├── data-encoding v2.3.3
│ │ │ │ │ │ │ ├── multibase v0.9.1
│ │ │ │ │ │ │ │ ├── base-x v0.2.11
│ │ │ │ │ │ │ │ ├── data-encoding v2.3.3
│ │ │ │ │ │ │ │ └── data-encoding-macro v0.1.12
│ │ │ │ │ │ │ │ ├── data-encoding v2.3.3
│ │ │ │ │ │ │ │ └── data-encoding-macro-internal v0.1.10 (proc-macro)
│ │ │ │ │ │ │ │ ├── data-encoding v2.3.3
│ │ │ │ │ │ │ │ └── syn v1.0.107 (*)
│ │ │ │ │ │ │ ├── multihash v0.16.3
│ │ │ │ │ │ │ │ ├── blake2b_simd v1.0.1 (*)
│ │ │ │ │ │ │ │ ├── blake2s_simd v1.0.0
│ │ │ │ │ │ │ │ │ ├── arrayref v0.3.6
│ │ │ │ │ │ │ │ │ ├── arrayvec v0.7.2
│ │ │ │ │ │ │ │ │ └── constant_time_eq v0.1.5
│ │ │ │ │ │ │ │ ├── blake3 v1.3.3
│ │ │ │ │ │ │ │ │ ├── arrayref v0.3.6
│ │ │ │ │ │ │ │ │ ├── arrayvec v0.7.2
│ │ │ │ │ │ │ │ │ ├── cfg-if v1.0.0
│ │ │ │ │ │ │ │ │ └── constant_time_eq v0.2.4
│ │ │ │ │ │ │ │ │ [build-dependencies]
│ │ │ │ │ │ │ │ │ └── cc v1.0.78 (*)
│ │ │ │ │ │ │ │ ├── core2 v0.4.0
│ │ │ │ │ │ │ │ │ └── memchr v2.5.0
│ │ │ │ │ │ │ │ ├── digest v0.10.6 (*)
│ │ │ │ │ │ │ │ ├── multihash-derive v0.8.1 (proc-macro)
│ │ │ │ │ │ │ │ │ ├── proc-macro-crate v1.1.3 (*)
│ │ │ │ │ │ │ │ │ ├── proc-macro-error v1.0.4 (*)
│ │ │ │ │ │ │ │ │ ├── proc-macro2 v1.0.50 (*)
│ │ │ │ │ │ │ │ │ ├── quote v1.0.23 (*)
│ │ │ │ │ │ │ │ │ ├── syn v1.0.107 (*)
│ │ │ │ │ │ │ │ │ └── synstructure v0.12.6 (*)
│ │ │ │ │ │ │ │ ├── sha2 v0.10.6 (*)
│ │ │ │ │ │ │ │ ├── sha3 v0.10.6 (*)
│ │ │ │ │ │ │ │ └── unsigned-varint v0.7.1
│ │ │ │ │ │ │ │ ├── asynchronous-codec v0.6.1 (*)
│ │ │ │ │ │ │ │ ├── bytes v1.3.0
│ │ │ │ │ │ │ │ ├── futures-io v0.3.25
│ │ │ │ │ │ │ │ └── futures-util v0.3.25 (*)
│ │ │ │ │ │ │ ├── percent-encoding v2.2.0
│ │ │ │ │ │ │ ├── serde v1.0.152 (*)
│ │ │ │ │ │ │ ├── static_assertions v1.1.0
│ │ │ │ │ │ │ ├── unsigned-varint v0.7.1 (*)
│ │ │ │ │ │ │ └── url v2.3.1 (*)
│ │ │ │ │ │ ├── multihash v0.16.3 (*)
│ │ │ │ │ │ ├── multistream-select v0.12.1
│ │ │ │ │ │ │ ├── bytes v1.3.0
│ │ │ │ │ │ │ ├── futures v0.3.25 (*)
│ │ │ │ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ │ │ │ ├── pin-project v1.0.12
│ │ │ │ │ │ │ │ └── pin-project-internal v1.0.12 (proc-macro)
│ │ │ │ │ │ │ │ ├── proc-macro2 v1.0.50 (*)
│ │ │ │ │ │ │ │ ├── quote v1.0.23 (*)
│ │ │ │ │ │ │ │ └── syn v1.0.107 (*)
│ │ │ │ │ │ │ ├── smallvec v1.10.0
│ │ │ │ │ │ │ └── unsigned-varint v0.7.1 (*)
│ │ │ │ │ │ ├── once_cell v1.17.0
│ │ │ │ │ │ ├── parking_lot v0.12.1 (*)
│ │ │ │ │ │ ├── pin-project v1.0.12 (*)
│ │ │ │ │ │ ├── prost v0.11.6
│ │ │ │ │ │ │ ├── bytes v1.3.0
│ │ │ │ │ │ │ └── prost-derive v0.11.6 (proc-macro)
│ │ │ │ │ │ │ ├── anyhow v1.0.68
│ │ │ │ │ │ │ ├── itertools v0.10.5 (*)
│ │ │ │ │ │ │ ├── proc-macro2 v1.0.50 (*)
│ │ │ │ │ │ │ ├── quote v1.0.23 (*)
│ │ │ │ │ │ │ └── syn v1.0.107 (*)
│ │ │ │ │ │ ├── rand v0.8.5 (*)
│ │ │ │ │ │ ├── rw-stream-sink v0.3.0
│ │ │ │ │ │ │ ├── futures v0.3.25 (*)
│ │ │ │ │ │ │ ├── pin-project v1.0.12 (*)
│ │ │ │ │ │ │ └── static_assertions v1.1.0
│ │ │ │ │ │ ├── sec1 v0.3.0
│ │ │ │ │ │ │ ├── base16ct v0.1.1
│ │ │ │ │ │ │ ├── der v0.6.1
│ │ │ │ │ │ │ │ ├── const-oid v0.9.1
│ │ │ │ │ │ │ │ └── zeroize v1.5.7 (*)
│ │ │ │ │ │ │ ├── generic-array v0.14.6 (*)
│ │ │ │ │ │ │ ├── pkcs8 v0.9.0
│ │ │ │ │ │ │ │ ├── der v0.6.1 (*)
│ │ │ │ │ │ │ │ └── spki v0.6.0
│ │ │ │ │ │ │ │ ├── base64ct v1.5.3
│ │ │ │ │ │ │ │ └── der v0.6.1 (*)
│ │ │ │ │ │ │ ├── subtle v2.4.1
│ │ │ │ │ │ │ └── zeroize v1.5.7 (*)
│ │ │ │ │ │ ├── sha2 v0.10.6 (*)
│ │ │ │ │ │ ├── smallvec v1.10.0
│ │ │ │ │ │ ├── thiserror v1.0.38 (*)
│ │ │ │ │ │ ├── unsigned-varint v0.7.1 (*)
│ │ │ │ │ │ ├── void v1.0.2
│ │ │ │ │ │ └── zeroize v1.5.7 (*)
│ │ │ │ │ │ [build-dependencies]
│ │ │ │ │ │ └── prost-build v0.11.6
│ │ │ │ │ │ ├── bytes v1.3.0
│ │ │ │ │ │ ├── heck v0.4.0
│ │ │ │ │ │ ├── itertools v0.10.5 (*)
│ │ │ │ │ │ ├── lazy_static v1.4.0
│ │ │ │ │ │ ├── log v0.4.17
│ │ │ │ │ │ │ └── cfg-if v1.0.0
│ │ │ │ │ │ ├── multimap v0.8.3
│ │ │ │ │ │ ├── petgraph v0.6.2
│ │ │ │ │ │ │ ├── fixedbitset v0.4.2
│ │ │ │ │ │ │ └── indexmap v1.9.2
│ │ │ │ │ │ │ └── hashbrown v0.12.3
│ │ │ │ │ │ │ [build-dependencies]
│ │ │ │ │ │ │ └── autocfg v1.1.0
│ │ │ │ │ │ ├── prettyplease v0.1.23
│ │ │ │ │ │ │ ├── proc-macro2 v1.0.50 (*)
│ │ │ │ │ │ │ └── syn v1.0.107 (*)
│ │ │ │ │ │ ├── prost v0.11.6
│ │ │ │ │ │ │ ├── bytes v1.3.0
│ │ │ │ │ │ │ └── prost-derive v0.11.6 (proc-macro) (*)
│ │ │ │ │ │ ├── prost-types v0.11.6
│ │ │ │ │ │ │ ├── bytes v1.3.0
│ │ │ │ │ │ │ └── prost v0.11.6 (*)
│ │ │ │ │ │ ├── regex v1.7.1 (*)
│ │ │ │ │ │ ├── syn v1.0.107 (*)
│ │ │ │ │ │ ├── tempfile v3.3.0
│ │ │ │ │ │ │ ├── cfg-if v1.0.0
│ │ │ │ │ │ │ ├── fastrand v1.8.0
│ │ │ │ │ │ │ ├── libc v0.2.139
│ │ │ │ │ │ │ └── remove_dir_all v0.5.3
│ │ │ │ │ │ └── which v4.4.0
│ │ │ │ │ │ ├── either v1.8.0
│ │ │ │ │ │ └── libc v0.2.139
│ │ │ │ │ ├── libp2p-dns v0.38.0
│ │ │ │ │ │ ├── futures v0.3.25 (*)
│ │ │ │ │ │ ├── libp2p-core v0.38.0 (*)
│ │ │ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ │ │ ├── parking_lot v0.12.1 (*)
│ │ │ │ │ │ ├── smallvec v1.10.0
│ │ │ │ │ │ └── trust-dns-resolver v0.22.0
│ │ │ │ │ │ ├── cfg-if v1.0.0
│ │ │ │ │ │ ├── futures-util v0.3.25 (*)
│ │ │ │ │ │ ├── lazy_static v1.4.0 (*)
│ │ │ │ │ │ ├── lru-cache v0.1.2
│ │ │ │ │ │ │ └── linked-hash-map v0.5.6
│ │ │ │ │ │ ├── parking_lot v0.12.1 (*)
│ │ │ │ │ │ ├── resolv-conf v0.7.0
│ │ │ │ │ │ │ ├── hostname v0.3.1
│ │ │ │ │ │ │ │ ├── libc v0.2.139
│ │ │ │ │ │ │ │ └── match_cfg v0.1.0
│ │ │ │ │ │ │ └── quick-error v1.2.3
│ │ │ │ │ │ ├── smallvec v1.10.0
│ │ │ │ │ │ ├── thiserror v1.0.38 (*)
│ │ │ │ │ │ ├── tokio v1.24.2 (*)
│ │ │ │ │ │ ├── tracing v0.1.37 (*)
│ │ │ │ │ │ └── trust-dns-proto v0.22.0
│ │ │ │ │ │ ├── async-trait v0.1.63 (proc-macro) (*)
│ │ │ │ │ │ ├── cfg-if v1.0.0
│ │ │ │ │ │ ├── data-encoding v2.3.3
│ │ │ │ │ │ ├── enum-as-inner v0.5.1 (proc-macro)
│ │ │ │ │ │ │ ├── heck v0.4.0
│ │ │ │ │ │ │ ├── proc-macro2 v1.0.50 (*)
│ │ │ │ │ │ │ ├── quote v1.0.23 (*)
│ │ │ │ │ │ │ └── syn v1.0.107 (*)
│ │ │ │ │ │ ├── futures-channel v0.3.25 (*)
│ │ │ │ │ │ ├── futures-io v0.3.25
│ │ │ │ │ │ ├── futures-util v0.3.25 (*)
│ │ │ │ │ │ ├── idna v0.2.3
│ │ │ │ │ │ │ ├── matches v0.1.10
│ │ │ │ │ │ │ ├── unicode-bidi v0.3.10
│ │ │ │ │ │ │ └── unicode-normalization v0.1.22 (*)
│ │ │ │ │ │ ├── ipnet v2.7.1
│ │ │ │ │ │ ├── lazy_static v1.4.0 (*)
│ │ │ │ │ │ ├── rand v0.8.5 (*)
│ │ │ │ │ │ ├── smallvec v1.10.0
│ │ │ │ │ │ ├── socket2 v0.4.7 (*)
│ │ │ │ │ │ ├── thiserror v1.0.38 (*)
│ │ │ │ │ │ ├── tinyvec v1.6.0 (*)
│ │ │ │ │ │ ├── tokio v1.24.2 (*)
│ │ │ │ │ │ ├── tracing v0.1.37 (*)
│ │ │ │ │ │ └── url v2.3.1 (*)
│ │ │ │ │ ├── libp2p-identify v0.41.1
│ │ │ │ │ │ ├── asynchronous-codec v0.6.1 (*)
│ │ │ │ │ │ ├── futures v0.3.25 (*)
│ │ │ │ │ │ ├── futures-timer v3.0.2
│ │ │ │ │ │ ├── libp2p-core v0.38.0 (*)
│ │ │ │ │ │ ├── libp2p-swarm v0.41.1
│ │ │ │ │ │ │ ├── either v1.8.0
│ │ │ │ │ │ │ ├── fnv v1.0.7
│ │ │ │ │ │ │ ├── futures v0.3.25 (*)
│ │ │ │ │ │ │ ├── futures-timer v3.0.2
│ │ │ │ │ │ │ ├── instant v0.1.12 (*)
│ │ │ │ │ │ │ ├── libp2p-core v0.38.0 (*)
│ │ │ │ │ │ │ ├── libp2p-swarm-derive v0.31.0 (proc-macro)
│ │ │ │ │ │ │ │ ├── heck v0.4.0
│ │ │ │ │ │ │ │ ├── quote v1.0.23 (*)
│ │ │ │ │ │ │ │ └── syn v1.0.107 (*)
│ │ │ │ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ │ │ │ ├── pin-project v1.0.12 (*)
│ │ │ │ │ │ │ ├── rand v0.8.5 (*)
│ │ │ │ │ │ │ ├── smallvec v1.10.0
│ │ │ │ │ │ │ ├── thiserror v1.0.38 (*)
│ │ │ │ │ │ │ ├── tokio v1.24.2 (*)
│ │ │ │ │ │ │ └── void v1.0.2
│ │ │ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ │ │ ├── lru v0.8.1 (*)
│ │ │ │ │ │ ├── prost v0.11.6 (*)
│ │ │ │ │ │ ├── prost-codec v0.3.0
│ │ │ │ │ │ │ ├── asynchronous-codec v0.6.1 (*)
│ │ │ │ │ │ │ ├── bytes v1.3.0
│ │ │ │ │ │ │ ├── prost v0.11.6 (*)
│ │ │ │ │ │ │ ├── thiserror v1.0.38 (*)
│ │ │ │ │ │ │ └── unsigned-varint v0.7.1 (*)
│ │ │ │ │ │ ├── smallvec v1.10.0
│ │ │ │ │ │ ├── thiserror v1.0.38 (*)
│ │ │ │ │ │ └── void v1.0.2
│ │ │ │ │ │ [build-dependencies]
│ │ │ │ │ │ └── prost-build v0.11.6 (*)
│ │ │ │ │ ├── libp2p-kad v0.42.1
│ │ │ │ │ │ ├── arrayvec v0.7.2
│ │ │ │ │ │ ├── asynchronous-codec v0.6.1 (*)
│ │ │ │ │ │ ├── bytes v1.3.0
│ │ │ │ │ │ ├── either v1.8.0
│ │ │ │ │ │ ├── fnv v1.0.7
│ │ │ │ │ │ ├── futures v0.3.25 (*)
│ │ │ │ │ │ ├── futures-timer v3.0.2
│ │ │ │ │ │ ├── instant v0.1.12 (*)
│ │ │ │ │ │ ├── libp2p-core v0.38.0 (*)
│ │ │ │ │ │ ├── libp2p-swarm v0.41.1 (*)
│ │ │ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ │ │ ├── prost v0.11.6 (*)
│ │ │ │ │ │ ├── rand v0.8.5 (*)
│ │ │ │ │ │ ├── sha2 v0.10.6 (*)
│ │ │ │ │ │ ├── smallvec v1.10.0
│ │ │ │ │ │ ├── thiserror v1.0.38 (*)
│ │ │ │ │ │ ├── uint v0.9.5 (*)
│ │ │ │ │ │ ├── unsigned-varint v0.7.1 (*)
│ │ │ │ │ │ └── void v1.0.2
│ │ │ │ │ │ [build-dependencies]
│ │ │ │ │ │ └── prost-build v0.11.6 (*)
│ │ │ │ │ ├── libp2p-mdns v0.42.0
│ │ │ │ │ │ ├── data-encoding v2.3.3
│ │ │ │ │ │ ├── futures v0.3.25 (*)
│ │ │ │ │ │ ├── if-watch v3.0.0
│ │ │ │ │ │ │ ├── core-foundation v0.9.3
│ │ │ │ │ │ │ │ ├── core-foundation-sys v0.8.3
│ │ │ │ │ │ │ │ └── libc v0.2.139
│ │ │ │ │ │ │ ├── fnv v1.0.7
│ │ │ │ │ │ │ ├── futures v0.3.25 (*)
│ │ │ │ │ │ │ ├── if-addrs v0.7.0
│ │ │ │ │ │ │ │ └── libc v0.2.139
│ │ │ │ │ │ │ ├── ipnet v2.7.1
│ │ │ │ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ │ │ │ ├── system-configuration v0.5.0
│ │ │ │ │ │ │ │ ├── bitflags v1.3.2
│ │ │ │ │ │ │ │ ├── core-foundation v0.9.3 (*)
│ │ │ │ │ │ │ │ └── system-configuration-sys v0.5.0
│ │ │ │ │ │ │ │ ├── core-foundation-sys v0.8.3
│ │ │ │ │ │ │ │ └── libc v0.2.139
│ │ │ │ │ │ │ └── tokio v1.24.2 (*)
│ │ │ │ │ │ ├── libp2p-core v0.38.0 (*)
│ │ │ │ │ │ ├── libp2p-swarm v0.41.1 (*)
│ │ │ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ │ │ ├── rand v0.8.5 (*)
│ │ │ │ │ │ ├── smallvec v1.10.0
│ │ │ │ │ │ ├── socket2 v0.4.7 (*)
│ │ │ │ │ │ ├── tokio v1.24.2 (*)
│ │ │ │ │ │ ├── trust-dns-proto v0.22.0 (*)
│ │ │ │ │ │ └── void v1.0.2
│ │ │ │ │ ├── libp2p-mplex v0.38.0
│ │ │ │ │ │ ├── asynchronous-codec v0.6.1 (*)
│ │ │ │ │ │ ├── bytes v1.3.0
│ │ │ │ │ │ ├── futures v0.3.25 (*)
│ │ │ │ │ │ ├── libp2p-core v0.38.0 (*)
│ │ │ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ │ │ ├── nohash-hasher v0.2.0
│ │ │ │ │ │ ├── parking_lot v0.12.1 (*)
│ │ │ │ │ │ ├── rand v0.8.5 (*)
│ │ │ │ │ │ ├── smallvec v1.10.0
│ │ │ │ │ │ └── unsigned-varint v0.7.1 (*)
│ │ │ │ │ ├── libp2p-noise v0.41.0
│ │ │ │ │ │ ├── bytes v1.3.0
│ │ │ │ │ │ ├── curve25519-dalek v3.2.0 (*)
│ │ │ │ │ │ ├── futures v0.3.25 (*)
│ │ │ │ │ │ ├── libp2p-core v0.38.0 (*)
│ │ │ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ │ │ ├── once_cell v1.17.0
│ │ │ │ │ │ ├── prost v0.11.6 (*)
│ │ │ │ │ │ ├── rand v0.8.5 (*)
│ │ │ │ │ │ ├── sha2 v0.10.6 (*)
│ │ │ │ │ │ ├── snow v0.9.0
│ │ │ │ │ │ │ ├── rand_core v0.6.4 (*)
│ │ │ │ │ │ │ ├── ring v0.16.20
│ │ │ │ │ │ │ │ └── untrusted v0.7.1
│ │ │ │ │ │ │ │ [build-dependencies]
│ │ │ │ │ │ │ │ └── cc v1.0.78 (*)
│ │ │ │ │ │ │ └── subtle v2.4.1
│ │ │ │ │ │ │ [build-dependencies]
│ │ │ │ │ │ │ └── rustc_version v0.4.0
│ │ │ │ │ │ │ └── semver v1.0.16
│ │ │ │ │ │ │ └── serde v1.0.152 (*)
│ │ │ │ │ │ ├── static_assertions v1.1.0
│ │ │ │ │ │ ├── thiserror v1.0.38 (*)
│ │ │ │ │ │ ├── x25519-dalek v1.1.1
│ │ │ │ │ │ │ ├── curve25519-dalek v3.2.0 (*)
│ │ │ │ │ │ │ ├── rand_core v0.5.1 (*)
│ │ │ │ │ │ │ └── zeroize v1.5.7 (*)
│ │ │ │ │ │ └── zeroize v1.5.7 (*)
│ │ │ │ │ │ [build-dependencies]
│ │ │ │ │ │ └── prost-build v0.11.6 (*)
│ │ │ │ │ ├── libp2p-ping v0.41.0
│ │ │ │ │ │ ├── futures v0.3.25 (*)
│ │ │ │ │ │ ├── futures-timer v3.0.2
│ │ │ │ │ │ ├── instant v0.1.12 (*)
│ │ │ │ │ │ ├── libp2p-core v0.38.0 (*)
│ │ │ │ │ │ ├── libp2p-swarm v0.41.1 (*)
│ │ │ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ │ │ ├── rand v0.8.5 (*)
│ │ │ │ │ │ └── void v1.0.2
│ │ │ │ │ ├── libp2p-request-response v0.23.0
│ │ │ │ │ │ ├── async-trait v0.1.63 (proc-macro) (*)
│ │ │ │ │ │ ├── bytes v1.3.0
│ │ │ │ │ │ ├── futures v0.3.25 (*)
│ │ │ │ │ │ ├── instant v0.1.12 (*)
│ │ │ │ │ │ ├── libp2p-core v0.38.0 (*)
│ │ │ │ │ │ ├── libp2p-swarm v0.41.1 (*)
│ │ │ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ │ │ ├── rand v0.8.5 (*)
│ │ │ │ │ │ ├── smallvec v1.10.0
│ │ │ │ │ │ └── unsigned-varint v0.7.1 (*)
│ │ │ │ │ ├── libp2p-swarm v0.41.1 (*)
│ │ │ │ │ ├── libp2p-tcp v0.38.0
│ │ │ │ │ │ ├── futures v0.3.25 (*)
│ │ │ │ │ │ ├── futures-timer v3.0.2
│ │ │ │ │ │ ├── if-watch v3.0.0 (*)
│ │ │ │ │ │ ├── libc v0.2.139
│ │ │ │ │ │ ├── libp2p-core v0.38.0 (*)
│ │ │ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ │ │ ├── socket2 v0.4.7 (*)
│ │ │ │ │ │ └── tokio v1.24.2 (*)
│ │ │ │ │ ├── libp2p-wasm-ext v0.38.0
│ │ │ │ │ │ ├── futures v0.3.25 (*)
│ │ │ │ │ │ ├── js-sys v0.3.60
│ │ │ │ │ │ │ └── wasm-bindgen v0.2.83
│ │ │ │ │ │ │ ├── cfg-if v1.0.0
│ │ │ │ │ │ │ └── wasm-bindgen-macro v0.2.83 (proc-macro)
│ │ │ │ │ │ │ ├── quote v1.0.23 (*)
│ │ │ │ │ │ │ └── wasm-bindgen-macro-support v0.2.83
│ │ │ │ │ │ │ ├── proc-macro2 v1.0.50 (*)
│ │ │ │ │ │ │ ├── quote v1.0.23 (*)
│ │ │ │ │ │ │ ├── syn v1.0.107 (*)
│ │ │ │ │ │ │ ├── wasm-bindgen-backend v0.2.83
│ │ │ │ │ │ │ │ ├── bumpalo v3.12.0
│ │ │ │ │ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ │ │ │ │ ├── once_cell v1.17.0
│ │ │ │ │ │ │ │ ├── proc-macro2 v1.0.50 (*)
│ │ │ │ │ │ │ │ ├── quote v1.0.23 (*)
│ │ │ │ │ │ │ │ ├── syn v1.0.107 (*)
│ │ │ │ │ │ │ │ └── wasm-bindgen-shared v0.2.83
│ │ │ │ │ │ │ └── wasm-bindgen-shared v0.2.83
│ │ │ │ │ │ ├── libp2p-core v0.38.0 (*)
│ │ │ │ │ │ ├── parity-send-wrapper v0.1.0
│ │ │ │ │ │ ├── wasm-bindgen v0.2.83 (*)
│ │ │ │ │ │ └── wasm-bindgen-futures v0.4.33
│ │ │ │ │ │ ├── cfg-if v1.0.0
│ │ │ │ │ │ ├── js-sys v0.3.60 (*)
│ │ │ │ │ │ └── wasm-bindgen v0.2.83 (*)
│ │ │ │ │ ├── libp2p-websocket v0.40.0
│ │ │ │ │ │ ├── either v1.8.0
│ │ │ │ │ │ ├── futures v0.3.25 (*)
│ │ │ │ │ │ ├── futures-rustls v0.22.2
│ │ │ │ │ │ │ ├── futures-io v0.3.25
│ │ │ │ │ │ │ ├── rustls v0.20.8
│ │ │ │ │ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ │ │ │ │ ├── ring v0.16.20 (*)
│ │ │ │ │ │ │ │ ├── sct v0.7.0
│ │ │ │ │ │ │ │ │ ├── ring v0.16.20 (*)
│ │ │ │ │ │ │ │ │ └── untrusted v0.7.1
│ │ │ │ │ │ │ │ └── webpki v0.22.0
│ │ │ │ │ │ │ │ ├── ring v0.16.20 (*)
│ │ │ │ │ │ │ │ └── untrusted v0.7.1
│ │ │ │ │ │ │ └── webpki v0.22.0 (*)
│ │ │ │ │ │ ├── libp2p-core v0.38.0 (*)
│ │ │ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ │ │ ├── parking_lot v0.12.1 (*)
│ │ │ │ │ │ ├── quicksink v0.1.2
│ │ │ │ │ │ │ ├── futures-core v0.3.25
│ │ │ │ │ │ │ ├── futures-sink v0.3.25
│ │ │ │ │ │ │ └── pin-project-lite v0.1.12
│ │ │ │ │ │ ├── rw-stream-sink v0.3.0 (*)
│ │ │ │ │ │ ├── soketto v0.7.1
│ │ │ │ │ │ │ ├── base64 v0.13.1
│ │ │ │ │ │ │ ├── bytes v1.3.0
│ │ │ │ │ │ │ ├── flate2 v1.0.25
│ │ │ │ │ │ │ │ ├── crc32fast v1.3.2 (*)
│ │ │ │ │ │ │ │ └── libz-sys v1.1.8
│ │ │ │ │ │ │ │ [build-dependencies]
│ │ │ │ │ │ │ │ ├── cc v1.0.78 (*)
│ │ │ │ │ │ │ │ └── pkg-config v0.3.26
│ │ │ │ │ │ │ ├── futures v0.3.25 (*)
│ │ │ │ │ │ │ ├── http v0.2.8 (*)
│ │ │ │ │ │ │ ├── httparse v1.8.0
│ │ │ │ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ │ │ │ ├── rand v0.8.5 (*)
│ │ │ │ │ │ │ └── sha-1 v0.9.8
│ │ │ │ │ │ │ ├── block-buffer v0.9.0 (*)
│ │ │ │ │ │ │ ├── cfg-if v1.0.0
│ │ │ │ │ │ │ ├── cpufeatures v0.2.5 (*)
│ │ │ │ │ │ │ ├── digest v0.9.0 (*)
│ │ │ │ │ │ │ └── opaque-debug v0.3.0
│ │ │ │ │ │ ├── url v2.3.1 (*)
│ │ │ │ │ │ └── webpki-roots v0.22.6
│ │ │ │ │ │ └── webpki v0.22.0 (*)
│ │ │ │ │ ├── libp2p-yamux v0.42.0
│ │ │ │ │ │ ├── futures v0.3.25 (*)
│ │ │ │ │ │ ├── libp2p-core v0.38.0 (*)
│ │ │ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ │ │ ├── parking_lot v0.12.1 (*)
│ │ │ │ │ │ ├── thiserror v1.0.38 (*)
│ │ │ │ │ │ └── yamux v0.10.2
│ │ │ │ │ │ ├── futures v0.3.25 (*)
│ │ │ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ │ │ ├── nohash-hasher v0.2.0
│ │ │ │ │ │ ├── parking_lot v0.12.1 (*)
│ │ │ │ │ │ ├── rand v0.8.5 (*)
│ │ │ │ │ │ └── static_assertions v1.1.0
│ │ │ │ │ ├── multiaddr v0.16.0 (*)
│ │ │ │ │ ├── parking_lot v0.12.1 (*)
│ │ │ │ │ ├── pin-project v1.0.12 (*)
│ │ │ │ │ └── smallvec v1.10.0
│ │ │ │ ├── linked_hash_set v0.1.4
│ │ │ │ │ └── linked-hash-map v0.5.6
│ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ ├── lru v0.8.1 (*)
│ │ │ │ ├── mockall v0.11.3
│ │ │ │ │ ├── cfg-if v1.0.0
│ │ │ │ │ ├── downcast v0.11.0
│ │ │ │ │ ├── fragile v2.0.0
│ │ │ │ │ ├── lazy_static v1.4.0 (*)
│ │ │ │ │ ├── mockall_derive v0.11.3 (proc-macro)
│ │ │ │ │ │ ├── cfg-if v1.0.0
│ │ │ │ │ │ ├── proc-macro2 v1.0.50 (*)
│ │ │ │ │ │ ├── quote v1.0.23 (*)
│ │ │ │ │ │ └── syn v1.0.107 (*)
│ │ │ │ │ ├── predicates v2.1.5
│ │ │ │ │ │ ├── difflib v0.4.0
│ │ │ │ │ │ ├── float-cmp v0.9.0
│ │ │ │ │ │ │ └── num-traits v0.2.15 (*)
│ │ │ │ │ │ ├── itertools v0.10.5 (*)
│ │ │ │ │ │ ├── normalize-line-endings v0.3.0
│ │ │ │ │ │ ├── predicates-core v1.0.5
│ │ │ │ │ │ └── regex v1.7.1 (*)
│ │ │ │ │ └── predicates-tree v1.0.7
│ │ │ │ │ ├── predicates-core v1.0.5
│ │ │ │ │ └── termtree v0.4.0
│ │ │ │ ├── parity-scale-codec v3.4.0 (*)
│ │ │ │ ├── parking_lot v0.12.1 (*)
│ │ │ │ ├── pin-project v1.0.12 (*)
│ │ │ │ ├── rand v0.8.5 (*)
│ │ │ │ ├── sc-block-builder v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ ├── sc-client-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ ├── sc-consensus v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ ├── async-trait v0.1.63 (proc-macro) (*)
│ │ │ │ │ ├── futures v0.3.25 (*)
│ │ │ │ │ ├── futures-timer v3.0.2
│ │ │ │ │ ├── libp2p v0.50.0 (*)
│ │ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ │ ├── mockall v0.11.3 (*)
│ │ │ │ │ ├── parking_lot v0.12.1 (*)
│ │ │ │ │ ├── sc-client-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sc-utils v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── serde v1.0.152 (*)
│ │ │ │ │ ├── sp-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sp-blockchain v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sp-consensus v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sp-core v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sp-state-machine v0.13.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── substrate-prometheus-endpoint v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ └── thiserror v1.0.38 (*)
│ │ │ │ ├── sc-network-common v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ ├── array-bytes v4.2.0
│ │ │ │ │ ├── async-trait v0.1.63 (proc-macro) (*)
│ │ │ │ │ ├── bitflags v1.3.2
│ │ │ │ │ ├── bytes v1.3.0
│ │ │ │ │ ├── futures v0.3.25 (*)
│ │ │ │ │ ├── futures-timer v3.0.2
│ │ │ │ │ ├── libp2p v0.50.0 (*)
│ │ │ │ │ ├── parity-scale-codec v3.4.0 (*)
│ │ │ │ │ ├── sc-consensus v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sc-peerset v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ │ ├── futures v0.3.25 (*)
│ │ │ │ │ │ ├── libp2p v0.50.0 (*)
│ │ │ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ │ │ ├── sc-utils v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ │ ├── serde_json v1.0.93 (*)
│ │ │ │ │ │ └── wasm-timer v0.2.5
│ │ │ │ │ │ ├── futures v0.3.25 (*)
│ │ │ │ │ │ ├── parking_lot v0.11.2 (*)
│ │ │ │ │ │ └── pin-utils v0.1.0
│ │ │ │ │ ├── sc-utils v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── serde v1.0.152 (*)
│ │ │ │ │ ├── smallvec v1.10.0
│ │ │ │ │ ├── sp-blockchain v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sp-consensus v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sp-consensus-grandpa v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ │ ├── finality-grandpa v0.16.2
│ │ │ │ │ │ │ ├── either v1.8.0
│ │ │ │ │ │ │ ├── futures v0.3.25 (*)
│ │ │ │ │ │ │ ├── futures-timer v3.0.2
│ │ │ │ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ │ │ │ ├── num-traits v0.2.15 (*)
│ │ │ │ │ │ │ ├── parity-scale-codec v3.4.0 (*)
│ │ │ │ │ │ │ ├── parking_lot v0.12.1 (*)
│ │ │ │ │ │ │ └── scale-info v2.3.1 (*)
│ │ │ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ │ │ ├── parity-scale-codec v3.4.0 (*)
│ │ │ │ │ │ ├── scale-info v2.3.1 (*)
│ │ │ │ │ │ ├── serde v1.0.152 (*)
│ │ │ │ │ │ ├── sp-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ │ ├── sp-application-crypto v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ │ ├── sp-core v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ │ ├── sp-keystore v0.13.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ │ ├── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ │ └── sp-std v5.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ ├── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── substrate-prometheus-endpoint v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── thiserror v1.0.38 (*)
│ │ │ │ │ └── zeroize v1.5.7 (*)
│ │ │ │ │ [build-dependencies]
│ │ │ │ │ └── prost-build v0.11.6 (*)
│ │ │ │ ├── sc-peerset v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ ├── sc-utils v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ ├── serde v1.0.152 (*)
│ │ │ │ ├── serde_json v1.0.93 (*)
│ │ │ │ ├── smallvec v1.10.0
│ │ │ │ ├── sp-arithmetic v6.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ ├── sp-blockchain v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ ├── sp-consensus v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ ├── sp-core v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ ├── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ ├── substrate-prometheus-endpoint v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ ├── thiserror v1.0.38 (*)
│ │ │ │ ├── unsigned-varint v0.7.1 (*)
│ │ │ │ └── zeroize v1.5.7 (*)
│ │ │ ├── sc-telemetry v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ ├── chrono v0.4.23 (*)
│ │ │ │ ├── futures v0.3.25 (*)
│ │ │ │ ├── libp2p v0.50.0 (*)
│ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ ├── parking_lot v0.12.1 (*)
│ │ │ │ ├── pin-project v1.0.12 (*)
│ │ │ │ ├── rand v0.8.5 (*)
│ │ │ │ ├── sc-utils v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ ├── serde v1.0.152 (*)
│ │ │ │ ├── serde_json v1.0.93 (*)
│ │ │ │ ├── thiserror v1.0.38 (*)
│ │ │ │ └── wasm-timer v0.2.5 (*)
│ │ │ ├── serde v1.0.152 (*)
│ │ │ ├── serde_json v1.0.93 (*)
│ │ │ ├── sp-blockchain v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ ├── sp-core v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ ├── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ └── sp-state-machine v0.13.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sc-client-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sc-consensus v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sp-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sp-blockchain v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sp-consensus v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sp-core v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── substrate-test-client v2.0.1 (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ ├── array-bytes v4.2.0
│ │ │ ├── async-trait v0.1.63 (proc-macro) (*)
│ │ │ ├── futures v0.3.25 (*)
│ │ │ ├── parity-scale-codec v3.4.0 (*)
│ │ │ ├── sc-client-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ ├── sc-client-db v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ ├── sc-consensus v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ ├── sc-executor v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ ├── sc-offchain v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ ├── array-bytes v4.2.0
│ │ │ │ ├── bytes v1.3.0
│ │ │ │ ├── fnv v1.0.7
│ │ │ │ ├── futures v0.3.25 (*)
│ │ │ │ ├── futures-timer v3.0.2
│ │ │ │ ├── hyper v0.14.23 (*)
│ │ │ │ ├── hyper-rustls v0.23.2
│ │ │ │ │ ├── http v0.2.8 (*)
│ │ │ │ │ ├── hyper v0.14.23 (*)
│ │ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ │ ├── rustls v0.20.8 (*)
│ │ │ │ │ ├── rustls-native-certs v0.6.2
│ │ │ │ │ │ ├── rustls-pemfile v1.0.2
│ │ │ │ │ │ │ └── base64 v0.21.0
│ │ │ │ │ │ └── security-framework v2.8.1
│ │ │ │ │ │ ├── bitflags v1.3.2
│ │ │ │ │ │ ├── core-foundation v0.9.3 (*)
│ │ │ │ │ │ ├── core-foundation-sys v0.8.3
│ │ │ │ │ │ ├── libc v0.2.139
│ │ │ │ │ │ └── security-framework-sys v2.8.0
│ │ │ │ │ │ ├── core-foundation-sys v0.8.3
│ │ │ │ │ │ └── libc v0.2.139
│ │ │ │ │ ├── tokio v1.24.2 (*)
│ │ │ │ │ └── tokio-rustls v0.23.4
│ │ │ │ │ ├── rustls v0.20.8 (*)
│ │ │ │ │ ├── tokio v1.24.2 (*)
│ │ │ │ │ └── webpki v0.22.0 (*)
│ │ │ │ ├── libp2p v0.50.0 (*)
│ │ │ │ ├── num_cpus v1.15.0 (*)
│ │ │ │ ├── once_cell v1.17.0
│ │ │ │ ├── parity-scale-codec v3.4.0 (*)
│ │ │ │ ├── parking_lot v0.12.1 (*)
│ │ │ │ ├── rand v0.8.5 (*)
│ │ │ │ ├── sc-client-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ ├── sc-network v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ ├── sc-network-common v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ ├── sc-peerset v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ ├── sc-utils v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ ├── sp-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ ├── sp-core v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ ├── sp-offchain v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ ├── sp-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sp-core v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ └── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ ├── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ ├── threadpool v1.8.1
│ │ │ │ │ └── num_cpus v1.15.0 (*)
│ │ │ │ └── tracing v0.1.37 (*)
│ │ │ ├── sc-service v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ ├── async-trait v0.1.63 (proc-macro) (*)
│ │ │ │ ├── directories v4.0.1
│ │ │ │ │ └── dirs-sys v0.3.7
│ │ │ │ │ └── libc v0.2.139
│ │ │ │ ├── exit-future v0.2.0
│ │ │ │ │ └── futures v0.3.25 (*)
│ │ │ │ ├── futures v0.3.25 (*)
│ │ │ │ ├── futures-timer v3.0.2
│ │ │ │ ├── jsonrpsee v0.16.2
│ │ │ │ │ ├── jsonrpsee-core v0.16.2
│ │ │ │ │ │ ├── anyhow v1.0.68
│ │ │ │ │ │ ├── arrayvec v0.7.2
│ │ │ │ │ │ ├── async-trait v0.1.63 (proc-macro) (*)
│ │ │ │ │ │ ├── beef v0.5.2
│ │ │ │ │ │ │ └── serde v1.0.152 (*)
│ │ │ │ │ │ ├── futures-channel v0.3.25 (*)
│ │ │ │ │ │ ├── futures-util v0.3.25 (*)
│ │ │ │ │ │ ├── globset v0.4.10
│ │ │ │ │ │ │ ├── aho-corasick v0.7.20 (*)
│ │ │ │ │ │ │ ├── bstr v1.1.0
│ │ │ │ │ │ │ │ └── memchr v2.5.0
│ │ │ │ │ │ │ ├── fnv v1.0.7
│ │ │ │ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ │ │ │ └── regex v1.7.1 (*)
│ │ │ │ │ │ ├── hyper v0.14.23 (*)
│ │ │ │ │ │ ├── jsonrpsee-types v0.16.2
│ │ │ │ │ │ │ ├── anyhow v1.0.68
│ │ │ │ │ │ │ ├── beef v0.5.2 (*)
│ │ │ │ │ │ │ ├── serde v1.0.152 (*)
│ │ │ │ │ │ │ ├── serde_json v1.0.93 (*)
│ │ │ │ │ │ │ ├── thiserror v1.0.38 (*)
│ │ │ │ │ │ │ └── tracing v0.1.37 (*)
│ │ │ │ │ │ ├── parking_lot v0.12.1 (*)
│ │ │ │ │ │ ├── rand v0.8.5 (*)
│ │ │ │ │ │ ├── rustc-hash v1.1.0
│ │ │ │ │ │ ├── serde v1.0.152 (*)
│ │ │ │ │ │ ├── serde_json v1.0.93 (*)
│ │ │ │ │ │ ├── soketto v0.7.1 (*)
│ │ │ │ │ │ ├── thiserror v1.0.38 (*)
│ │ │ │ │ │ ├── tokio v1.24.2 (*)
│ │ │ │ │ │ └── tracing v0.1.37 (*)
│ │ │ │ │ ├── jsonrpsee-proc-macros v0.16.2 (proc-macro)
│ │ │ │ │ │ ├── heck v0.4.0
│ │ │ │ │ │ ├── proc-macro-crate v1.1.3 (*)
│ │ │ │ │ │ ├── proc-macro2 v1.0.50 (*)
│ │ │ │ │ │ ├── quote v1.0.23 (*)
│ │ │ │ │ │ └── syn v1.0.107 (*)
│ │ │ │ │ ├── jsonrpsee-server v0.16.2
│ │ │ │ │ │ ├── futures-channel v0.3.25 (*)
│ │ │ │ │ │ ├── futures-util v0.3.25 (*)
│ │ │ │ │ │ ├── http v0.2.8 (*)
│ │ │ │ │ │ ├── hyper v0.14.23 (*)
│ │ │ │ │ │ ├── jsonrpsee-core v0.16.2 (*)
│ │ │ │ │ │ ├── jsonrpsee-types v0.16.2 (*)
│ │ │ │ │ │ ├── serde v1.0.152 (*)
│ │ │ │ │ │ ├── serde_json v1.0.93 (*)
│ │ │ │ │ │ ├── soketto v0.7.1 (*)
│ │ │ │ │ │ ├── tokio v1.24.2 (*)
│ │ │ │ │ │ ├── tokio-stream v0.1.11
│ │ │ │ │ │ │ ├── futures-core v0.3.25
│ │ │ │ │ │ │ ├── pin-project-lite v0.2.9
│ │ │ │ │ │ │ ├── tokio v1.24.2 (*)
│ │ │ │ │ │ │ └── tokio-util v0.7.4 (*)
│ │ │ │ │ │ ├── tokio-util v0.7.4 (*)
│ │ │ │ │ │ ├── tower v0.4.13
│ │ │ │ │ │ │ ├── tower-layer v0.3.2
│ │ │ │ │ │ │ ├── tower-service v0.3.2
│ │ │ │ │ │ │ └── tracing v0.1.37 (*)
│ │ │ │ │ │ └── tracing v0.1.37 (*)
│ │ │ │ │ ├── jsonrpsee-types v0.16.2 (*)
│ │ │ │ │ └── tracing v0.1.37 (*)
│ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ ├── parity-scale-codec v3.4.0 (*)
│ │ │ │ ├── parking_lot v0.12.1 (*)
│ │ │ │ ├── pin-project v1.0.12 (*)
│ │ │ │ ├── rand v0.8.5 (*)
│ │ │ │ ├── sc-block-builder v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ ├── sc-chain-spec v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ ├── sc-client-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ ├── sc-client-db v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ ├── sc-consensus v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ ├── sc-executor v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ ├── sc-informant v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ ├── ansi_term v0.12.1
│ │ │ │ │ ├── futures v0.3.25 (*)
│ │ │ │ │ ├── futures-timer v3.0.2
│ │ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ │ ├── sc-client-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sc-network v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sc-network-common v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sp-blockchain v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ └── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ ├── sc-keystore v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ ├── array-bytes v4.2.0
│ │ │ │ │ ├── async-trait v0.1.63 (proc-macro) (*)
│ │ │ │ │ ├── parking_lot v0.12.1 (*)
│ │ │ │ │ ├── serde_json v1.0.93 (*)
│ │ │ │ │ ├── sp-application-crypto v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sp-core v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sp-keystore v0.13.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ └── thiserror v1.0.38 (*)
│ │ │ │ ├── sc-network v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ ├── sc-network-bitswap v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ ├── cid v0.8.6
│ │ │ │ │ │ ├── core2 v0.4.0 (*)
│ │ │ │ │ │ ├── multibase v0.9.1 (*)
│ │ │ │ │ │ ├── multihash v0.16.3 (*)
│ │ │ │ │ │ ├── serde v1.0.152 (*)
│ │ │ │ │ │ └── unsigned-varint v0.7.1 (*)
│ │ │ │ │ ├── futures v0.3.25 (*)
│ │ │ │ │ ├── libp2p v0.50.0 (*)
│ │ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ │ ├── prost v0.11.6 (*)
│ │ │ │ │ ├── sc-client-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sc-network v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sc-network-common v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sp-blockchain v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── thiserror v1.0.38 (*)
│ │ │ │ │ └── unsigned-varint v0.7.1 (*)
│ │ │ │ │ [build-dependencies]
│ │ │ │ │ └── prost-build v0.11.6 (*)
│ │ │ │ ├── sc-network-common v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ ├── sc-network-light v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ ├── array-bytes v4.2.0
│ │ │ │ │ ├── futures v0.3.25 (*)
│ │ │ │ │ ├── libp2p v0.50.0 (*)
│ │ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ │ ├── parity-scale-codec v3.4.0 (*)
│ │ │ │ │ ├── prost v0.11.6 (*)
│ │ │ │ │ ├── sc-client-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sc-network v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sc-network-common v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sc-peerset v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sp-blockchain v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sp-core v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ └── thiserror v1.0.38 (*)
│ │ │ │ │ [build-dependencies]
│ │ │ │ │ └── prost-build v0.11.6 (*)
│ │ │ │ ├── sc-network-sync v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ ├── array-bytes v4.2.0
│ │ │ │ │ ├── async-trait v0.1.63 (proc-macro) (*)
│ │ │ │ │ ├── fork-tree v3.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ │ └── parity-scale-codec v3.4.0 (*)
│ │ │ │ │ ├── futures v0.3.25 (*)
│ │ │ │ │ ├── futures-timer v3.0.2
│ │ │ │ │ ├── libp2p v0.50.0 (*)
│ │ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ │ ├── lru v0.8.1 (*)
│ │ │ │ │ ├── mockall v0.11.3 (*)
│ │ │ │ │ ├── parity-scale-codec v3.4.0 (*)
│ │ │ │ │ ├── prost v0.11.6 (*)
│ │ │ │ │ ├── sc-client-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sc-consensus v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sc-network v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sc-network-common v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sc-peerset v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sc-utils v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── smallvec v1.10.0
│ │ │ │ │ ├── sp-arithmetic v6.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sp-blockchain v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sp-consensus v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sp-consensus-grandpa v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sp-core v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── substrate-prometheus-endpoint v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ └── thiserror v1.0.38 (*)
│ │ │ │ │ [build-dependencies]
│ │ │ │ │ └── prost-build v0.11.6 (*)
│ │ │ │ ├── sc-network-transactions v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ ├── array-bytes v4.2.0
│ │ │ │ │ ├── futures v0.3.25 (*)
│ │ │ │ │ ├── libp2p v0.50.0 (*)
│ │ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ │ ├── parity-scale-codec v3.4.0 (*)
│ │ │ │ │ ├── pin-project v1.0.12 (*)
│ │ │ │ │ ├── sc-network v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sc-network-common v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sc-peerset v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sc-utils v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sp-consensus v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ └── substrate-prometheus-endpoint v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ ├── sc-offchain v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ ├── sc-rpc v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ ├── futures v0.3.25 (*)
│ │ │ │ │ ├── jsonrpsee v0.16.2 (*)
│ │ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ │ ├── parity-scale-codec v3.4.0 (*)
│ │ │ │ │ ├── parking_lot v0.12.1 (*)
│ │ │ │ │ ├── sc-block-builder v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sc-chain-spec v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sc-client-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sc-rpc-api v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ │ ├── jsonrpsee v0.16.2 (*)
│ │ │ │ │ │ ├── parity-scale-codec v3.4.0 (*)
│ │ │ │ │ │ ├── sc-chain-spec v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ │ ├── sc-transaction-pool-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ │ ├── scale-info v2.3.1 (*)
│ │ │ │ │ │ ├── serde v1.0.152 (*)
│ │ │ │ │ │ ├── serde_json v1.0.93 (*)
│ │ │ │ │ │ ├── sp-core v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ │ ├── sp-rpc v6.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ │ │ ├── rustc-hash v1.1.0
│ │ │ │ │ │ │ ├── serde v1.0.152 (*)
│ │ │ │ │ │ │ └── sp-core v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ │ ├── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ │ ├── sp-version v5.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ │ └── thiserror v1.0.38 (*)
│ │ │ │ │ ├── sc-tracing v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ │ ├── ansi_term v0.12.1
│ │ │ │ │ │ ├── atty v0.2.14
│ │ │ │ │ │ │ └── libc v0.2.139
│ │ │ │ │ │ ├── chrono v0.4.23 (*)
│ │ │ │ │ │ ├── lazy_static v1.4.0 (*)
│ │ │ │ │ │ ├── libc v0.2.139
│ │ │ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ │ │ ├── once_cell v1.17.0
│ │ │ │ │ │ ├── parking_lot v0.12.1 (*)
│ │ │ │ │ │ ├── regex v1.7.1 (*)
│ │ │ │ │ │ ├── rustc-hash v1.1.0
│ │ │ │ │ │ ├── sc-client-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ │ ├── sc-rpc-server v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ │ │ ├── http v0.2.8 (*)
│ │ │ │ │ │ │ ├── jsonrpsee v0.16.2 (*)
│ │ │ │ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ │ │ │ ├── serde_json v1.0.93 (*)
│ │ │ │ │ │ │ ├── substrate-prometheus-endpoint v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ │ │ ├── tokio v1.24.2 (*)
│ │ │ │ │ │ │ ├── tower v0.4.13 (*)
│ │ │ │ │ │ │ └── tower-http v0.3.5
│ │ │ │ │ │ │ ├── bitflags v1.3.2
│ │ │ │ │ │ │ ├── bytes v1.3.0
│ │ │ │ │ │ │ ├── futures-core v0.3.25
│ │ │ │ │ │ │ ├── futures-util v0.3.25 (*)
│ │ │ │ │ │ │ ├── http v0.2.8 (*)
│ │ │ │ │ │ │ ├── http-body v0.4.5 (*)
│ │ │ │ │ │ │ ├── http-range-header v0.3.0
│ │ │ │ │ │ │ ├── pin-project-lite v0.2.9
│ │ │ │ │ │ │ ├── tower-layer v0.3.2
│ │ │ │ │ │ │ └── tower-service v0.3.2
│ │ │ │ │ │ ├── sc-tracing-proc-macro v4.0.0-dev (proc-macro) (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ │ │ ├── proc-macro-crate v1.1.3 (*)
│ │ │ │ │ │ │ ├── proc-macro2 v1.0.50 (*)
│ │ │ │ │ │ │ ├── quote v1.0.23 (*)
│ │ │ │ │ │ │ └── syn v1.0.107 (*)
│ │ │ │ │ │ ├── serde v1.0.152 (*)
│ │ │ │ │ │ ├── sp-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ │ ├── sp-blockchain v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ │ ├── sp-core v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ │ ├── sp-rpc v6.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ │ ├── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ │ ├── sp-tracing v6.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ │ ├── thiserror v1.0.38 (*)
│ │ │ │ │ │ ├── tracing v0.1.37 (*)
│ │ │ │ │ │ ├── tracing-log v0.1.3 (*)
│ │ │ │ │ │ └── tracing-subscriber v0.2.25 (*)
│ │ │ │ │ ├── sc-transaction-pool-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sc-utils v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── serde_json v1.0.93 (*)
│ │ │ │ │ ├── sp-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sp-blockchain v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sp-core v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sp-keystore v0.13.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sp-offchain v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sp-rpc v6.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sp-session v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ │ ├── parity-scale-codec v3.4.0 (*)
│ │ │ │ │ │ ├── scale-info v2.3.1 (*)
│ │ │ │ │ │ ├── sp-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ │ ├── sp-core v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ │ ├── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ │ ├── sp-staking v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ │ │ ├── parity-scale-codec v3.4.0 (*)
│ │ │ │ │ │ │ ├── scale-info v2.3.1 (*)
│ │ │ │ │ │ │ ├── sp-core v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ │ │ ├── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ │ │ └── sp-std v5.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ │ └── sp-std v5.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ ├── sp-version v5.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ └── tokio v1.24.2 (*)
│ │ │ │ ├── sc-rpc-server v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ ├── sc-rpc-spec-v2 v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ ├── array-bytes v4.2.0
│ │ │ │ │ ├── futures v0.3.25 (*)
│ │ │ │ │ ├── futures-util v0.3.25 (*)
│ │ │ │ │ ├── hex v0.4.3
│ │ │ │ │ ├── jsonrpsee v0.16.2 (*)
│ │ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ │ ├── parity-scale-codec v3.4.0 (*)
│ │ │ │ │ ├── parking_lot v0.12.1 (*)
│ │ │ │ │ ├── sc-chain-spec v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sc-client-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sc-transaction-pool-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── serde v1.0.152 (*)
│ │ │ │ │ ├── sp-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sp-blockchain v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sp-core v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sp-version v5.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── thiserror v1.0.38 (*)
│ │ │ │ │ └── tokio-stream v0.1.11 (*)
│ │ │ │ ├── sc-storage-monitor v0.1.0 (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ ├── clap v4.1.6 (*)
│ │ │ │ │ ├── fs4 v0.6.3
│ │ │ │ │ │ ├── libc v0.2.139
│ │ │ │ │ │ └── rustix v0.35.13
│ │ │ │ │ │ ├── bitflags v1.3.2
│ │ │ │ │ │ ├── errno v0.2.8 (*)
│ │ │ │ │ │ ├── io-lifetimes v0.7.5
│ │ │ │ │ │ └── libc v0.2.139
│ │ │ │ │ ├── futures v0.3.25 (*)
│ │ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ │ ├── sc-client-db v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sc-utils v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sp-core v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── thiserror v1.0.38 (*)
│ │ │ │ │ └── tokio v1.24.2 (*)
│ │ │ │ ├── sc-sysinfo v6.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ ├── futures v0.3.25 (*)
│ │ │ │ │ ├── libc v0.2.139
│ │ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ │ ├── rand v0.8.5 (*)
│ │ │ │ │ ├── rand_pcg v0.3.1
│ │ │ │ │ │ └── rand_core v0.6.4 (*)
│ │ │ │ │ ├── regex v1.7.1 (*)
│ │ │ │ │ ├── sc-telemetry v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── serde v1.0.152 (*)
│ │ │ │ │ ├── serde_json v1.0.93 (*)
│ │ │ │ │ ├── sp-core v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sp-io v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ └── sp-std v5.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ ├── sc-telemetry v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ ├── sc-tracing v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ ├── sc-transaction-pool v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ ├── async-trait v0.1.63 (proc-macro) (*)
│ │ │ │ │ ├── futures v0.3.25 (*)
│ │ │ │ │ ├── futures-timer v3.0.2
│ │ │ │ │ ├── linked-hash-map v0.5.6
│ │ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ │ ├── num-traits v0.2.15 (*)
│ │ │ │ │ ├── parity-scale-codec v3.4.0 (*)
│ │ │ │ │ ├── parking_lot v0.12.1 (*)
│ │ │ │ │ ├── sc-client-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sc-transaction-pool-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sc-utils v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── serde v1.0.152 (*)
│ │ │ │ │ ├── sp-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sp-blockchain v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sp-core v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sp-tracing v6.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sp-transaction-pool v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ │ ├── sp-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ │ └── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── substrate-prometheus-endpoint v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ └── thiserror v1.0.38 (*)
│ │ │ │ ├── sc-transaction-pool-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ ├── sc-utils v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ ├── serde v1.0.152 (*)
│ │ │ │ ├── serde_json v1.0.93 (*)
│ │ │ │ ├── sp-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ ├── sp-blockchain v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ ├── sp-consensus v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ ├── sp-core v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ ├── sp-externalities v0.13.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ ├── sp-keystore v0.13.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ ├── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ ├── sp-session v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ ├── sp-state-machine v0.13.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ ├── sp-storage v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ ├── sp-transaction-pool v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ ├── sp-transaction-storage-proof v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ ├── async-trait v0.1.63 (proc-macro) (*)
│ │ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ │ ├── parity-scale-codec v3.4.0 (*)
│ │ │ │ │ ├── scale-info v2.3.1 (*)
│ │ │ │ │ ├── sp-core v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sp-inherents v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sp-std v5.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ └── sp-trie v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ ├── sp-trie v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ ├── sp-version v5.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ ├── static_init v1.0.3
│ │ │ │ │ ├── bitflags v1.3.2
│ │ │ │ │ ├── parking_lot v0.11.2 (*)
│ │ │ │ │ ├── parking_lot_core v0.8.6 (*)
│ │ │ │ │ └── static_init_macro v1.0.2 (proc-macro)
│ │ │ │ │ ├── memchr v2.5.0
│ │ │ │ │ ├── proc-macro2 v1.0.50 (*)
│ │ │ │ │ ├── quote v1.0.23 (*)
│ │ │ │ │ └── syn v1.0.107 (*)
│ │ │ │ │ [build-dependencies]
│ │ │ │ │ └── cfg_aliases v0.1.1
│ │ │ │ │ [build-dependencies]
│ │ │ │ │ └── cfg_aliases v0.1.1
│ │ │ │ ├── substrate-prometheus-endpoint v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ ├── tempfile v3.3.0 (*)
│ │ │ │ ├── thiserror v1.0.38 (*)
│ │ │ │ ├── tokio v1.24.2 (*)
│ │ │ │ ├── tracing v0.1.37 (*)
│ │ │ │ └── tracing-futures v0.2.5
│ │ │ │ ├── pin-project v1.0.12 (*)
│ │ │ │ └── tracing v0.1.37 (*)
│ │ │ ├── serde v1.0.152 (*)
│ │ │ ├── serde_json v1.0.93 (*)
│ │ │ ├── sp-blockchain v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ ├── sp-consensus v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ ├── sp-core v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ ├── sp-keyring v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ ├── lazy_static v1.4.0 (*)
│ │ │ │ ├── sp-core v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ ├── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ └── strum v0.24.1
│ │ │ │ └── strum_macros v0.24.3 (proc-macro)
│ │ │ │ ├── heck v0.4.0
│ │ │ │ ├── proc-macro2 v1.0.50 (*)
│ │ │ │ ├── quote v1.0.23 (*)
│ │ │ │ ├── rustversion v1.0.11 (proc-macro)
│ │ │ │ └── syn v1.0.107 (*)
│ │ │ ├── sp-keystore v0.13.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ ├── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ └── sp-state-machine v0.13.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ └── substrate-test-runtime v2.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ ├── cfg-if v1.0.0
│ │ ├── frame-support v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ ├── bitflags v1.3.2
│ │ │ ├── environmental v1.1.4
│ │ │ ├── frame-metadata v15.0.0
│ │ │ │ ├── cfg-if v1.0.0
│ │ │ │ ├── parity-scale-codec v3.4.0 (*)
│ │ │ │ ├── scale-info v2.3.1 (*)
│ │ │ │ └── serde v1.0.152 (*)
│ │ │ ├── frame-support-procedural v4.0.0-dev (proc-macro) (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ ├── Inflector v0.11.4 (*)
│ │ │ │ ├── cfg-expr v0.10.3
│ │ │ │ │ └── smallvec v1.10.0
│ │ │ │ ├── derive-syn-parse v0.1.5 (proc-macro)
│ │ │ │ │ ├── proc-macro2 v1.0.50 (*)
│ │ │ │ │ ├── quote v1.0.23 (*)
│ │ │ │ │ └── syn v1.0.107 (*)
│ │ │ │ ├── frame-support-procedural-tools v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ ├── frame-support-procedural-tools-derive v3.0.0 (proc-macro) (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ │ ├── proc-macro2 v1.0.50 (*)
│ │ │ │ │ │ ├── quote v1.0.23 (*)
│ │ │ │ │ │ └── syn v1.0.107 (*)
│ │ │ │ │ ├── proc-macro-crate v1.1.3 (*)
│ │ │ │ │ ├── proc-macro2 v1.0.50 (*)
│ │ │ │ │ ├── quote v1.0.23 (*)
│ │ │ │ │ └── syn v1.0.107 (*)
│ │ │ │ ├── itertools v0.10.5 (*)
│ │ │ │ ├── proc-macro2 v1.0.50 (*)
│ │ │ │ ├── quote v1.0.23 (*)
│ │ │ │ └── syn v1.0.107 (*)
│ │ │ ├── impl-trait-for-tuples v0.2.2 (proc-macro) (*)
│ │ │ ├── k256 v0.11.6
│ │ │ │ ├── cfg-if v1.0.0
│ │ │ │ ├── ecdsa v0.14.8
│ │ │ │ │ ├── der v0.6.1 (*)
│ │ │ │ │ ├── elliptic-curve v0.12.3
│ │ │ │ │ │ ├── base16ct v0.1.1
│ │ │ │ │ │ ├── crypto-bigint v0.4.9
│ │ │ │ │ │ │ ├── generic-array v0.14.6 (*)
│ │ │ │ │ │ │ ├── rand_core v0.6.4 (*)
│ │ │ │ │ │ │ ├── subtle v2.4.1
│ │ │ │ │ │ │ └── zeroize v1.5.7 (*)
│ │ │ │ │ │ ├── der v0.6.1 (*)
│ │ │ │ │ │ ├── digest v0.10.6 (*)
│ │ │ │ │ │ ├── ff v0.12.1
│ │ │ │ │ │ │ ├── rand_core v0.6.4 (*)
│ │ │ │ │ │ │ └── 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 (*)
│ │ │ │ │ │ ├── sec1 v0.3.0 (*)
│ │ │ │ │ │ ├── subtle v2.4.1
│ │ │ │ │ │ └── zeroize v1.5.7 (*)
│ │ │ │ │ ├── rfc6979 v0.3.1
│ │ │ │ │ │ ├── crypto-bigint v0.4.9 (*)
│ │ │ │ │ │ ├── hmac v0.12.1 (*)
│ │ │ │ │ │ └── zeroize v1.5.7 (*)
│ │ │ │ │ └── signature v1.6.4 (*)
│ │ │ │ ├── elliptic-curve v0.12.3 (*)
│ │ │ │ └── sha2 v0.10.6 (*)
│ │ │ ├── log v0.4.17 (*)
│ │ │ ├── once_cell v1.17.0
│ │ │ ├── parity-scale-codec v3.4.0 (*)
│ │ │ ├── paste v1.0.11 (proc-macro)
│ │ │ ├── scale-info v2.3.1 (*)
│ │ │ ├── serde v1.0.152 (*)
│ │ │ ├── smallvec v1.10.0
│ │ │ ├── sp-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ ├── sp-arithmetic v6.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ ├── sp-core v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ ├── sp-core-hashing-proc-macro v5.0.0 (proc-macro) (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ ├── sp-inherents v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ ├── sp-io v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ ├── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ ├── sp-staking v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ ├── sp-state-machine v0.13.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ ├── sp-std v5.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ ├── sp-tracing v6.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ ├── sp-weights v4.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ └── tt-call v1.0.9
│ │ ├── frame-system v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ ├── frame-support v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ ├── log v0.4.17 (*)
│ │ │ ├── parity-scale-codec v3.4.0 (*)
│ │ │ ├── scale-info v2.3.1 (*)
│ │ │ ├── serde v1.0.152 (*)
│ │ │ ├── sp-core v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ ├── sp-io v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ ├── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ ├── sp-std v5.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ ├── sp-version v5.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ └── sp-weights v4.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── frame-system-rpc-runtime-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ ├── parity-scale-codec v3.4.0 (*)
│ │ │ └── sp-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── log v0.4.17 (*)
│ │ ├── memory-db v0.32.0 (*)
│ │ ├── pallet-babe v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ ├── frame-support v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ ├── frame-system v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ ├── log v0.4.17 (*)
│ │ │ ├── pallet-authorship v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ ├── frame-support v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ ├── frame-system v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ ├── impl-trait-for-tuples v0.2.2 (proc-macro) (*)
│ │ │ │ ├── parity-scale-codec v3.4.0 (*)
│ │ │ │ ├── scale-info v2.3.1 (*)
│ │ │ │ ├── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ └── sp-std v5.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ ├── pallet-session v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ ├── frame-support v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ ├── frame-system v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ ├── impl-trait-for-tuples v0.2.2 (proc-macro) (*)
│ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ ├── pallet-timestamp v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ ├── frame-support v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── frame-system v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ │ ├── parity-scale-codec v3.4.0 (*)
│ │ │ │ │ ├── scale-info v2.3.1 (*)
│ │ │ │ │ ├── sp-inherents v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sp-std v5.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ └── sp-timestamp v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ ├── async-trait v0.1.63 (proc-macro) (*)
│ │ │ │ │ ├── futures-timer v3.0.2
│ │ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ │ ├── parity-scale-codec v3.4.0 (*)
│ │ │ │ │ ├── sp-inherents v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sp-std v5.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ └── thiserror v1.0.38 (*)
│ │ │ │ ├── parity-scale-codec v3.4.0 (*)
│ │ │ │ ├── scale-info v2.3.1 (*)
│ │ │ │ ├── sp-core v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ ├── sp-io v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ ├── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ ├── sp-session v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ ├── sp-staking v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ ├── sp-std v5.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ └── sp-trie v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ ├── pallet-timestamp v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ ├── parity-scale-codec v3.4.0 (*)
│ │ │ ├── scale-info v2.3.1 (*)
│ │ │ ├── sp-application-crypto v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ ├── sp-consensus-babe v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ ├── async-trait v0.1.63 (proc-macro) (*)
│ │ │ │ ├── merlin v2.0.1 (*)
│ │ │ │ ├── parity-scale-codec v3.4.0 (*)
│ │ │ │ ├── scale-info v2.3.1 (*)
│ │ │ │ ├── serde v1.0.152 (*)
│ │ │ │ ├── sp-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ ├── sp-application-crypto v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ ├── sp-consensus v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ ├── sp-consensus-slots v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ ├── parity-scale-codec v3.4.0 (*)
│ │ │ │ │ ├── scale-info v2.3.1 (*)
│ │ │ │ │ ├── serde v1.0.152 (*)
│ │ │ │ │ ├── sp-std v5.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ └── sp-timestamp v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ ├── sp-consensus-vrf v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ ├── parity-scale-codec v3.4.0 (*)
│ │ │ │ │ ├── scale-info v2.3.1 (*)
│ │ │ │ │ ├── schnorrkel v0.9.1 (*)
│ │ │ │ │ ├── sp-core v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ └── sp-std v5.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ ├── sp-core v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ ├── sp-inherents v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ ├── sp-keystore v0.13.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ ├── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ ├── sp-std v5.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ └── sp-timestamp v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ ├── sp-consensus-vrf v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ ├── sp-io v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ ├── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ ├── sp-session v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ ├── sp-staking v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ └── sp-std v5.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ ├── pallet-beefy-mmr v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ ├── array-bytes v4.2.0
│ │ │ ├── binary-merkle-tree v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ ├── hash-db v0.16.0
│ │ │ │ └── log v0.4.17 (*)
│ │ │ ├── frame-support v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ ├── frame-system v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ ├── log v0.4.17 (*)
│ │ │ ├── pallet-beefy v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ ├── frame-support v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ ├── frame-system v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ ├── pallet-authorship v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ ├── pallet-session v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ ├── parity-scale-codec v3.4.0 (*)
│ │ │ │ ├── scale-info v2.3.1 (*)
│ │ │ │ ├── serde v1.0.152 (*)
│ │ │ │ ├── sp-consensus-beefy v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ ├── lazy_static v1.4.0 (*)
│ │ │ │ │ ├── parity-scale-codec v3.4.0 (*)
│ │ │ │ │ ├── scale-info v2.3.1 (*)
│ │ │ │ │ ├── serde v1.0.152 (*)
│ │ │ │ │ ├── sp-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sp-application-crypto v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sp-core v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sp-io v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sp-mmr-primitives v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ │ ├── ckb-merkle-mountain-range v0.5.2
│ │ │ │ │ │ │ └── cfg-if v1.0.0
│ │ │ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ │ │ ├── parity-scale-codec v3.4.0 (*)
│ │ │ │ │ │ ├── scale-info v2.3.1 (*)
│ │ │ │ │ │ ├── serde v1.0.152 (*)
│ │ │ │ │ │ ├── sp-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ │ ├── sp-core v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ │ ├── sp-debug-derive v5.0.0 (proc-macro) (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ │ ├── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ │ ├── sp-std v5.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ │ └── thiserror v1.0.38 (*)
│ │ │ │ │ ├── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ │ ├── sp-std v5.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ │ └── strum v0.24.1 (*)
│ │ │ │ ├── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ ├── sp-session v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ ├── sp-staking v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ └── sp-std v5.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ ├── pallet-mmr v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ │ ├── frame-support v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ ├── frame-system v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ ├── parity-scale-codec v3.4.0 (*)
│ │ │ │ ├── scale-info v2.3.1 (*)
│ │ │ │ ├── sp-core v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ ├── sp-io v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ ├── sp-mmr-primitives v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ ├── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ └── sp-std v5.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ ├── pallet-session v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ ├── parity-scale-codec v3.4.0 (*)
│ │ │ ├── scale-info v2.3.1 (*)
│ │ │ ├── serde v1.0.152 (*)
│ │ │ ├── sp-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ ├── sp-consensus-beefy v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ ├── sp-core v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ ├── sp-io v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ ├── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ └── sp-std v5.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ ├── pallet-timestamp v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── parity-scale-codec v3.4.0 (*)
│ │ ├── sc-service v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── scale-info v2.3.1 (*)
│ │ ├── serde v1.0.152 (*)
│ │ ├── sp-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sp-application-crypto v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sp-block-builder v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sp-consensus-aura v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ ├── async-trait v0.1.63 (proc-macro) (*)
│ │ │ ├── parity-scale-codec v3.4.0 (*)
│ │ │ ├── scale-info v2.3.1 (*)
│ │ │ ├── sp-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ ├── sp-application-crypto v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ ├── sp-consensus v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ ├── sp-consensus-slots v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ ├── sp-inherents v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ ├── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ ├── sp-std v5.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ └── sp-timestamp v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sp-consensus-babe v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sp-consensus-beefy v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sp-consensus-grandpa v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sp-core v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sp-externalities v0.13.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sp-inherents v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sp-io v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sp-keyring v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sp-offchain v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sp-runtime-interface v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sp-session v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sp-state-machine v0.13.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sp-std v5.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ ├── sp-transaction-pool v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sp-trie v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sp-version v5.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ └── trie-db v0.27.1 (*)
│ │ [build-dependencies]
│ │ └── substrate-wasm-builder v5.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ ├── ansi_term v0.12.1
│ │ ├── build-helper v0.1.1
│ │ │ └── semver v0.6.0
│ │ │ └── semver-parser v0.7.0
│ │ ├── cargo_metadata v0.15.3
│ │ │ ├── camino v1.1.2
│ │ │ │ └── serde v1.0.152 (*)
│ │ │ ├── cargo-platform v0.1.2
│ │ │ │ └── serde v1.0.152 (*)
│ │ │ ├── semver v1.0.16 (*)
│ │ │ ├── serde v1.0.152 (*)
│ │ │ ├── serde_json v1.0.93 (*)
│ │ │ └── thiserror v1.0.38 (*)
│ │ ├── filetime v0.2.19
│ │ │ ├── cfg-if v1.0.0
│ │ │ └── libc v0.2.139
│ │ ├── sp-maybe-compressed-blob v4.1.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── strum v0.24.1
│ │ │ └── strum_macros v0.24.3 (proc-macro) (*)
│ │ ├── tempfile v3.3.0 (*)
│ │ ├── toml v0.5.11 (*)
│ │ ├── walkdir v2.3.2
│ │ │ └── same-file v1.0.6
│ │ └── wasm-opt v0.111.0
│ │ ├── anyhow v1.0.68
│ │ ├── libc v0.2.139
│ │ ├── strum v0.24.1 (*)
│ │ ├── strum_macros v0.24.3 (proc-macro) (*)
│ │ ├── tempfile v3.3.0 (*)
│ │ ├── thiserror v1.0.38 (*)
│ │ ├── wasm-opt-cxx-sys v0.111.0
│ │ │ ├── anyhow v1.0.68
│ │ │ ├── cxx v1.0.87
│ │ │ │ ├── cxxbridge-macro v1.0.87 (proc-macro)
│ │ │ │ │ ├── proc-macro2 v1.0.50 (*)
│ │ │ │ │ ├── quote v1.0.23 (*)
│ │ │ │ │ └── syn v1.0.107 (*)
│ │ │ │ └── link-cplusplus v1.0.8
│ │ │ │ [build-dependencies]
│ │ │ │ └── cc v1.0.78 (*)
│ │ │ │ [build-dependencies]
│ │ │ │ ├── cc v1.0.78 (*)
│ │ │ │ └── cxxbridge-flags v1.0.87
│ │ │ └── wasm-opt-sys v0.111.0
│ │ │ └── cxx v1.0.87 (*)
│ │ │ [build-dependencies]
│ │ │ ├── anyhow v1.0.68
│ │ │ ├── cc v1.0.78 (*)
│ │ │ ├── cxx-build v1.0.87
│ │ │ │ ├── cc v1.0.78 (*)
│ │ │ │ ├── codespan-reporting v0.11.1
│ │ │ │ │ ├── termcolor v1.2.0
│ │ │ │ │ └── unicode-width v0.1.10
│ │ │ │ ├── once_cell v1.17.0
│ │ │ │ ├── proc-macro2 v1.0.50 (*)
│ │ │ │ ├── quote v1.0.23 (*)
│ │ │ │ ├── scratch v1.0.3
│ │ │ │ └── syn v1.0.107 (*)
│ │ │ └── regex v1.7.1 (*)
│ │ │ [build-dependencies]
│ │ │ ├── anyhow v1.0.68
│ │ │ └── cxx-build v1.0.87 (*)
│ │ └── wasm-opt-sys v0.111.0 (*)
│ └── tempfile v3.3.0 (*)
├── fp-rpc v3.0.0-dev (/Users/bear/develop/frontier/primitives/rpc)
│ ├── ethereum v0.14.0
│ │ ├── bytes v1.3.0
│ │ ├── ethereum-types v0.14.1 (*)
│ │ ├── hash-db v0.15.2
│ │ ├── hash256-std-hasher v0.15.2 (*)
│ │ ├── parity-scale-codec v3.4.0 (*)
│ │ ├── rlp v0.5.2 (*)
│ │ ├── scale-info v2.3.1 (*)
│ │ ├── serde v1.0.152 (*)
│ │ ├── sha3 v0.10.6 (*)
│ │ └── triehash v0.8.4
│ │ ├── hash-db v0.15.2
│ │ └── rlp v0.5.2 (*)
│ ├── ethereum-types v0.14.1 (*)
│ ├── fp-evm v3.0.0-dev (/Users/bear/develop/frontier/primitives/evm)
│ │ ├── evm v0.37.0
│ │ │ ├── auto_impl v1.0.1 (proc-macro)
│ │ │ │ ├── proc-macro-error v1.0.4 (*)
│ │ │ │ ├── proc-macro2 v1.0.50 (*)
│ │ │ │ ├── quote v1.0.23 (*)
│ │ │ │ └── syn v1.0.107 (*)
│ │ │ ├── environmental v1.1.4
│ │ │ ├── ethereum v0.14.0 (*)
│ │ │ ├── evm-core v0.37.0
│ │ │ │ ├── parity-scale-codec v3.4.0 (*)
│ │ │ │ ├── primitive-types v0.12.1 (*)
│ │ │ │ ├── scale-info v2.3.1 (*)
│ │ │ │ └── serde v1.0.152 (*)
│ │ │ ├── evm-gasometer v0.37.0
│ │ │ │ ├── environmental v1.1.4
│ │ │ │ ├── evm-core v0.37.0 (*)
│ │ │ │ ├── evm-runtime v0.37.0
│ │ │ │ │ ├── auto_impl v1.0.1 (proc-macro) (*)
│ │ │ │ │ ├── environmental v1.1.4
│ │ │ │ │ ├── evm-core v0.37.0 (*)
│ │ │ │ │ ├── primitive-types v0.12.1 (*)
│ │ │ │ │ └── sha3 v0.10.6 (*)
│ │ │ │ └── primitive-types v0.12.1 (*)
│ │ │ ├── evm-runtime v0.37.0 (*)
│ │ │ ├── log v0.4.17 (*)
│ │ │ ├── parity-scale-codec v3.4.0 (*)
│ │ │ ├── primitive-types v0.12.1 (*)
│ │ │ ├── rlp v0.5.2 (*)
│ │ │ ├── scale-info v2.3.1 (*)
│ │ │ ├── serde v1.0.152 (*)
│ │ │ └── sha3 v0.10.6 (*)
│ │ ├── frame-support v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── parity-scale-codec v3.4.0 (*)
│ │ ├── serde v1.0.152 (*)
│ │ ├── sp-core v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ └── sp-std v5.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ ├── parity-scale-codec v3.4.0 (*)
│ ├── scale-info v2.3.1 (*)
│ ├── sp-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sp-core v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sp-state-machine v0.13.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ └── sp-std v5.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c)
├── fp-storage v2.0.0 (/Users/bear/develop/frontier/primitives/storage) (*)
├── sc-cli v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ ├── array-bytes v4.2.0
│ ├── chrono v0.4.23 (*)
│ ├── clap v4.1.6 (*)
│ ├── fdlimit v0.2.1
│ │ └── libc v0.2.139
│ ├── futures v0.3.25 (*)
│ ├── libp2p v0.50.0 (*)
│ ├── log v0.4.17 (*)
│ ├── names v0.13.0
│ │ └── rand v0.8.5 (*)
│ ├── parity-scale-codec v3.4.0 (*)
│ ├── rand v0.8.5 (*)
│ ├── regex v1.7.1 (*)
│ ├── rpassword v7.2.0
│ │ ├── libc v0.2.139
│ │ └── rtoolbox v0.0.1
│ │ └── libc v0.2.139
│ ├── sc-client-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sc-client-db v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sc-keystore v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sc-network v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sc-network-common v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sc-service v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sc-telemetry v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sc-tracing v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sc-utils v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── serde v1.0.152 (*)
│ ├── serde_json v1.0.93 (*)
│ ├── sp-blockchain v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sp-core v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sp-keyring v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sp-keystore v0.13.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sp-panic-handler v5.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sp-version v5.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── thiserror v1.0.38 (*)
│ ├── tiny-bip39 v1.0.0 (*)
│ └── tokio v1.24.2 (*)
├── serde v1.0.152 (*)
├── serde_json v1.0.93 (*)
├── sp-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
├── sp-blockchain v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
└── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
[dev-dependencies]
├── frontier-template-runtime v0.0.0 (/Users/bear/develop/frontier/template/runtime)
│ ├── fp-account v1.0.0-dev (/Users/bear/develop/frontier/primitives/account)
│ │ ├── hex v0.4.3
│ │ ├── impl-serde v0.4.0 (*)
│ │ ├── libsecp256k1 v0.7.1 (*)
│ │ ├── log v0.4.17 (*)
│ │ ├── parity-scale-codec v3.4.0 (*)
│ │ ├── scale-info v2.3.1 (*)
│ │ ├── serde v1.0.152 (*)
│ │ ├── sp-core v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sp-io v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ └── sp-std v5.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ ├── fp-evm v3.0.0-dev (/Users/bear/develop/frontier/primitives/evm) (*)
│ ├── fp-rpc v3.0.0-dev (/Users/bear/develop/frontier/primitives/rpc) (*)
│ ├── fp-self-contained v1.0.0-dev (/Users/bear/develop/frontier/primitives/self-contained)
│ │ ├── frame-support v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── parity-scale-codec v3.4.0 (*)
│ │ ├── scale-info v2.3.1 (*)
│ │ ├── serde v1.0.152 (*)
│ │ └── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── frame-benchmarking v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ ├── frame-support v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── frame-support-procedural v4.0.0-dev (proc-macro) (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── frame-system v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── linregress v0.5.1
│ │ │ └── nalgebra v0.32.1
│ │ │ ├── approx v0.5.1
│ │ │ │ └── num-traits v0.2.15 (*)
│ │ │ ├── matrixmultiply v0.3.2
│ │ │ │ └── rawpointer v0.2.1
│ │ │ ├── nalgebra-macros v0.2.0 (proc-macro)
│ │ │ │ ├── proc-macro2 v1.0.50 (*)
│ │ │ │ ├── quote v1.0.23 (*)
│ │ │ │ └── syn v1.0.107 (*)
│ │ │ ├── num-complex v0.4.3
│ │ │ │ └── num-traits v0.2.15 (*)
│ │ │ ├── num-rational v0.4.1 (*)
│ │ │ ├── num-traits v0.2.15 (*)
│ │ │ ├── simba v0.8.0
│ │ │ │ ├── approx v0.5.1 (*)
│ │ │ │ ├── num-complex v0.4.3 (*)
│ │ │ │ ├── num-traits v0.2.15 (*)
│ │ │ │ ├── paste v1.0.11 (proc-macro)
│ │ │ │ └── wide v0.7.8
│ │ │ │ ├── bytemuck v1.13.1
│ │ │ │ └── safe_arch v0.6.0
│ │ │ │ └── bytemuck v1.13.1
│ │ │ └── typenum v1.16.0
│ │ ├── log v0.4.17 (*)
│ │ ├── parity-scale-codec v3.4.0 (*)
│ │ ├── paste v1.0.11 (proc-macro)
│ │ ├── scale-info v2.3.1 (*)
│ │ ├── serde v1.0.152 (*)
│ │ ├── sp-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sp-application-crypto v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sp-core v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sp-io v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sp-runtime-interface v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sp-std v5.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ ├── sp-storage v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ └── static_assertions v1.1.0
│ ├── frame-executive v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ ├── frame-support v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── frame-system v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── parity-scale-codec v3.4.0 (*)
│ │ ├── scale-info v2.3.1 (*)
│ │ ├── sp-core v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sp-io v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sp-std v5.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ └── sp-tracing v6.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── frame-support v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── frame-system v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── frame-system-benchmarking v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ ├── frame-benchmarking v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── frame-support v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── frame-system v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── parity-scale-codec v3.4.0 (*)
│ │ ├── scale-info v2.3.1 (*)
│ │ ├── sp-core v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ └── sp-std v5.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ ├── frame-system-rpc-runtime-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── pallet-aura v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ ├── frame-support v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── frame-system v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── pallet-timestamp v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── parity-scale-codec v3.4.0 (*)
│ │ ├── scale-info v2.3.1 (*)
│ │ ├── sp-application-crypto v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sp-consensus-aura v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ └── sp-std v5.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ ├── pallet-balances v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ ├── frame-support v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── frame-system v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── log v0.4.17 (*)
│ │ ├── parity-scale-codec v3.4.0 (*)
│ │ ├── scale-info v2.3.1 (*)
│ │ ├── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ └── sp-std v5.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ ├── pallet-base-fee v1.0.0 (/Users/bear/develop/frontier/frame/base-fee)
│ │ ├── fp-evm v3.0.0-dev (/Users/bear/develop/frontier/primitives/evm) (*)
│ │ ├── frame-support v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── frame-system v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── parity-scale-codec v3.4.0 (*)
│ │ ├── scale-info v2.3.1 (*)
│ │ ├── sp-core v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ └── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ [dev-dependencies]
│ │ └── sp-io v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── pallet-dynamic-fee v4.0.0-dev (/Users/bear/develop/frontier/frame/dynamic-fee)
│ │ ├── fp-dynamic-fee v1.0.0 (/Users/bear/develop/frontier/primitives/dynamic-fee)
│ │ │ ├── async-trait v0.1.63 (proc-macro) (*)
│ │ │ ├── sp-core v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ └── sp-inherents v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── fp-evm v3.0.0-dev (/Users/bear/develop/frontier/primitives/evm) (*)
│ │ ├── frame-support v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── frame-system v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── parity-scale-codec v3.4.0 (*)
│ │ ├── scale-info v2.3.1 (*)
│ │ ├── sp-core v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sp-inherents v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ └── sp-std v5.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ [dev-dependencies]
│ │ ├── pallet-timestamp v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sp-io v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ └── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── pallet-ethereum v4.0.0-dev (/Users/bear/develop/frontier/frame/ethereum)
│ │ ├── ethereum v0.14.0 (*)
│ │ ├── ethereum-types v0.14.1 (*)
│ │ ├── evm v0.37.0 (*)
│ │ ├── fp-consensus v2.0.0-dev (/Users/bear/develop/frontier/primitives/consensus)
│ │ │ ├── ethereum v0.14.0 (*)
│ │ │ ├── parity-scale-codec v3.4.0 (*)
│ │ │ ├── sp-core v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ ├── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ └── sp-std v5.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ ├── fp-ethereum v1.0.0-dev (/Users/bear/develop/frontier/primitives/ethereum)
│ │ │ ├── ethereum v0.14.0 (*)
│ │ │ ├── ethereum-types v0.14.1 (*)
│ │ │ ├── fp-evm v3.0.0-dev (/Users/bear/develop/frontier/primitives/evm) (*)
│ │ │ ├── frame-support v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ ├── num_enum v0.5.9
│ │ │ │ └── num_enum_derive v0.5.9 (proc-macro)
│ │ │ │ ├── proc-macro-crate v1.1.3 (*)
│ │ │ │ ├── proc-macro2 v1.0.50 (*)
│ │ │ │ ├── quote v1.0.23 (*)
│ │ │ │ └── syn v1.0.107 (*)
│ │ │ ├── parity-scale-codec v3.4.0 (*)
│ │ │ └── sp-std v5.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ ├── fp-evm v3.0.0-dev (/Users/bear/develop/frontier/primitives/evm) (*)
│ │ ├── fp-rpc v3.0.0-dev (/Users/bear/develop/frontier/primitives/rpc) (*)
│ │ ├── fp-storage v2.0.0 (/Users/bear/develop/frontier/primitives/storage) (*)
│ │ ├── frame-support v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── frame-system v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── pallet-evm v6.0.0-dev (/Users/bear/develop/frontier/frame/evm)
│ │ │ ├── evm v0.37.0 (*)
│ │ │ ├── fp-account v1.0.0-dev (/Users/bear/develop/frontier/primitives/account) (*)
│ │ │ ├── fp-evm v3.0.0-dev (/Users/bear/develop/frontier/primitives/evm) (*)
│ │ │ ├── frame-benchmarking v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ ├── frame-support v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ ├── frame-system v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ ├── hex v0.4.3
│ │ │ ├── impl-trait-for-tuples v0.2.2 (proc-macro) (*)
│ │ │ ├── log v0.4.17 (*)
│ │ │ ├── parity-scale-codec v3.4.0 (*)
│ │ │ ├── rlp v0.5.2 (*)
│ │ │ ├── scale-info v2.3.1 (*)
│ │ │ ├── sp-core v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ ├── sp-io v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ ├── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ └── sp-std v5.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ [dev-dependencies]
│ │ │ ├── pallet-balances v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ ├── pallet-evm-precompile-simple v2.0.0-dev (/Users/bear/develop/frontier/frame/evm/precompile/simple)
│ │ │ │ ├── fp-evm v3.0.0-dev (/Users/bear/develop/frontier/primitives/evm) (*)
│ │ │ │ ├── ripemd v0.1.3
│ │ │ │ │ └── digest v0.10.6 (*)
│ │ │ │ └── sp-io v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ │ [dev-dependencies]
│ │ │ │ └── pallet-evm-test-vector-support v1.0.0-dev (/Users/bear/develop/frontier/frame/evm/test-vector-support)
│ │ │ │ ├── evm v0.37.0 (*)
│ │ │ │ ├── fp-evm v3.0.0-dev (/Users/bear/develop/frontier/primitives/evm) (*)
│ │ │ │ ├── hex v0.4.3
│ │ │ │ ├── serde v1.0.152 (*)
│ │ │ │ ├── serde_json v1.0.93 (*)
│ │ │ │ └── sp-core v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ └── pallet-timestamp v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── parity-scale-codec v3.4.0 (*)
│ │ ├── scale-info v2.3.1 (*)
│ │ ├── sp-io v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ └── sp-std v5.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ [dev-dependencies]
│ │ ├── fp-self-contained v1.0.0-dev (/Users/bear/develop/frontier/primitives/self-contained) (*)
│ │ ├── hex v0.4.3
│ │ ├── libsecp256k1 v0.7.1 (*)
│ │ ├── pallet-balances v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── pallet-timestamp v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── rlp v0.5.2 (*)
│ │ └── sp-core v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── pallet-evm v6.0.0-dev (/Users/bear/develop/frontier/frame/evm) (*)
│ ├── pallet-evm-chain-id v1.0.0-dev (/Users/bear/develop/frontier/frame/evm-chain-id)
│ │ ├── frame-support v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── frame-system v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── parity-scale-codec v3.4.0 (*)
│ │ └── scale-info v2.3.1 (*)
│ ├── pallet-evm-precompile-modexp v2.0.0-dev (/Users/bear/develop/frontier/frame/evm/precompile/modexp)
│ │ ├── fp-evm v3.0.0-dev (/Users/bear/develop/frontier/primitives/evm) (*)
│ │ └── num v0.4.0
│ │ ├── num-bigint v0.4.3 (*)
│ │ ├── num-complex v0.4.3 (*)
│ │ ├── num-integer v0.1.45 (*)
│ │ ├── num-iter v0.1.43
│ │ │ ├── num-integer v0.1.45 (*)
│ │ │ └── num-traits v0.2.15 (*)
│ │ │ [build-dependencies]
│ │ │ └── autocfg v1.1.0
│ │ ├── num-rational v0.4.1 (*)
│ │ └── num-traits v0.2.15 (*)
│ │ [dev-dependencies]
│ │ ├── hex v0.4.3
│ │ └── pallet-evm-test-vector-support v1.0.0-dev (/Users/bear/develop/frontier/frame/evm/test-vector-support) (*)
│ ├── pallet-evm-precompile-sha3fips v2.0.0-dev (/Users/bear/develop/frontier/frame/evm/precompile/sha3fips)
│ │ ├── fp-evm v3.0.0-dev (/Users/bear/develop/frontier/primitives/evm) (*)
│ │ └── tiny-keccak v2.0.2 (*)
│ ├── pallet-evm-precompile-simple v2.0.0-dev (/Users/bear/develop/frontier/frame/evm/precompile/simple) (*)
│ ├── pallet-grandpa v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ ├── frame-support v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── frame-system v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── log v0.4.17 (*)
│ │ ├── pallet-authorship v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── pallet-session v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── parity-scale-codec v3.4.0 (*)
│ │ ├── scale-info v2.3.1 (*)
│ │ ├── sp-application-crypto v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sp-consensus-grandpa v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sp-core v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sp-io v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sp-session v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sp-staking v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ └── sp-std v5.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ ├── pallet-hotfix-sufficients v1.0.0 (/Users/bear/develop/frontier/frame/hotfix-sufficients)
│ │ ├── frame-benchmarking v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── frame-support v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── frame-system v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── pallet-evm v6.0.0-dev (/Users/bear/develop/frontier/frame/evm) (*)
│ │ ├── parity-scale-codec v3.4.0 (*)
│ │ ├── scale-info v2.3.1 (*)
│ │ ├── sp-core v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ └── sp-std v5.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ [dev-dependencies]
│ │ └── sp-io v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── pallet-sudo v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ ├── frame-support v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── frame-system v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── parity-scale-codec v3.4.0 (*)
│ │ ├── scale-info v2.3.1 (*)
│ │ ├── sp-io v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ └── sp-std v5.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ ├── pallet-timestamp v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── pallet-transaction-payment v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ ├── frame-support v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── frame-system v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── parity-scale-codec v3.4.0 (*)
│ │ ├── scale-info v2.3.1 (*)
│ │ ├── serde v1.0.152 (*)
│ │ ├── sp-core v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sp-io v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ └── sp-std v5.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ ├── pallet-transaction-payment-rpc-runtime-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ ├── pallet-transaction-payment v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── parity-scale-codec v3.4.0 (*)
│ │ ├── sp-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ └── sp-weights v4.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── parity-scale-codec v3.4.0 (*)
│ ├── scale-info v2.3.1 (*)
│ ├── sp-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sp-block-builder v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sp-consensus-aura v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sp-core v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sp-inherents v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sp-offchain v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sp-session v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sp-std v5.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ ├── sp-transaction-pool v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ └── sp-version v5.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ [build-dependencies]
│ └── substrate-wasm-builder v5.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
├── futures v0.3.25 (*)
├── parity-scale-codec v3.4.0 (*)
├── sc-block-builder v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
├── sc-client-db v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
├── sp-consensus v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
├── sp-io v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
├── substrate-test-runtime-client v2.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
└── tempfile v3.3.0 (*)
fc-consensus v2.0.0-dev (/Users/bear/develop/frontier/client/consensus)
├── async-trait v0.1.63 (proc-macro) (*)
├── fc-db v2.0.0-dev (/Users/bear/develop/frontier/client/db) (*)
├── fp-consensus v2.0.0-dev (/Users/bear/develop/frontier/primitives/consensus) (*)
├── fp-rpc v3.0.0-dev (/Users/bear/develop/frontier/primitives/rpc) (*)
├── sc-consensus v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
├── sp-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
├── sp-block-builder v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
├── sp-consensus v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
├── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
└── thiserror v1.0.38 (*)
fc-db v2.0.0-dev (/Users/bear/develop/frontier/client/db) (*)
fc-mapping-sync v2.0.0-dev (/Users/bear/develop/frontier/client/mapping-sync)
├── fc-db v2.0.0-dev (/Users/bear/develop/frontier/client/db) (*)
├── fc-storage v1.0.0-dev (/Users/bear/develop/frontier/client/storage)
│ ├── ethereum v0.14.0 (*)
│ ├── ethereum-types v0.14.1 (*)
│ ├── fp-rpc v3.0.0-dev (/Users/bear/develop/frontier/primitives/rpc) (*)
│ ├── fp-storage v2.0.0 (/Users/bear/develop/frontier/primitives/storage) (*)
│ ├── parity-scale-codec v3.4.0 (*)
│ ├── sc-client-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sp-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sp-blockchain v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sp-io v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ └── sp-storage v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
├── fp-consensus v2.0.0-dev (/Users/bear/develop/frontier/primitives/consensus) (*)
├── fp-rpc v3.0.0-dev (/Users/bear/develop/frontier/primitives/rpc) (*)
├── futures v0.3.25 (*)
├── futures-timer v3.0.2
├── log v0.4.17 (*)
├── parking_lot v0.12.1 (*)
├── sc-client-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
├── sc-utils v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
├── sp-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
├── sp-blockchain v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
├── sp-consensus v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
└── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
[dev-dependencies]
├── ethereum v0.14.0 (*)
├── ethereum-types v0.14.1 (*)
├── fp-storage v2.0.0 (/Users/bear/develop/frontier/primitives/storage) (*)
├── frontier-template-runtime v0.0.0 (/Users/bear/develop/frontier/template/runtime) (*)
├── sc-block-builder v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
├── sc-client-db v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
├── sp-core v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
├── substrate-test-runtime-client v2.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
├── tempfile v3.3.0 (*)
└── tokio v1.24.2 (*)
fc-rpc v2.0.0-dev (/Users/bear/develop/frontier/client/rpc)
├── ethereum v0.14.0 (*)
├── ethereum-types v0.14.1 (*)
├── evm v0.37.0 (*)
├── fc-db v2.0.0-dev (/Users/bear/develop/frontier/client/db) (*)
├── fc-mapping-sync v2.0.0-dev (/Users/bear/develop/frontier/client/mapping-sync) (*)
├── fc-rpc-core v1.1.0-dev (/Users/bear/develop/frontier/client/rpc-core)
│ ├── ethereum v0.14.0 (*)
│ ├── ethereum-types v0.14.1 (*)
│ ├── jsonrpsee v0.16.2 (*)
│ ├── rustc-hex v2.1.0
│ ├── serde v1.0.152 (*)
│ └── serde_json v1.0.93 (*)
├── fc-storage v1.0.0-dev (/Users/bear/develop/frontier/client/storage) (*)
├── fp-ethereum v1.0.0-dev (/Users/bear/develop/frontier/primitives/ethereum) (*)
├── fp-evm v3.0.0-dev (/Users/bear/develop/frontier/primitives/evm) (*)
├── fp-rpc v3.0.0-dev (/Users/bear/develop/frontier/primitives/rpc) (*)
├── fp-storage v2.0.0 (/Users/bear/develop/frontier/primitives/storage) (*)
├── futures v0.3.25 (*)
├── hex v0.4.3
├── jsonrpsee v0.16.2 (*)
├── libsecp256k1 v0.7.1 (*)
├── log v0.4.17 (*)
├── lru v0.8.1 (*)
├── pallet-evm v6.0.0-dev (/Users/bear/develop/frontier/frame/evm) (*)
├── parity-scale-codec v3.4.0 (*)
├── prometheus v0.13.3 (*)
├── rand v0.8.5 (*)
├── rlp v0.5.2 (*)
├── sc-client-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
├── sc-network v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
├── sc-network-common v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
├── sc-network-sync v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
├── sc-rpc v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
├── sc-service v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
├── sc-transaction-pool v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
├── sc-transaction-pool-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
├── sc-utils v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
├── sp-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
├── sp-block-builder v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
├── sp-blockchain v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
├── sp-consensus v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
├── sp-core v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
├── sp-io v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
├── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
├── sp-state-machine v0.13.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
├── sp-storage v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
├── substrate-prometheus-endpoint v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
└── tokio v1.24.2 (*)
[dev-dependencies]
├── sc-block-builder v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
├── sc-client-db v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
├── sp-consensus v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
├── substrate-test-runtime-client v2.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
└── tempfile v3.3.0 (*)
fc-rpc-core v1.1.0-dev (/Users/bear/develop/frontier/client/rpc-core) (*)
fc-storage v1.0.0-dev (/Users/bear/develop/frontier/client/storage) (*)
fp-account v1.0.0-dev (/Users/bear/develop/frontier/primitives/account) (*)
fp-consensus v2.0.0-dev (/Users/bear/develop/frontier/primitives/consensus) (*)
fp-dynamic-fee v1.0.0 (/Users/bear/develop/frontier/primitives/dynamic-fee) (*)
fp-ethereum v1.0.0-dev (/Users/bear/develop/frontier/primitives/ethereum) (*)
fp-evm v3.0.0-dev (/Users/bear/develop/frontier/primitives/evm) (*)
fp-rpc v3.0.0-dev (/Users/bear/develop/frontier/primitives/rpc) (*)
fp-self-contained v1.0.0-dev (/Users/bear/develop/frontier/primitives/self-contained) (*)
fp-storage v2.0.0 (/Users/bear/develop/frontier/primitives/storage) (*)
frontier-template-node v0.0.0 (/Users/bear/develop/frontier/template/node)
├── async-trait v0.1.63 (proc-macro) (*)
├── clap v4.1.6 (*)
├── fc-cli v1.0.0-dev (/Users/bear/develop/frontier/client/cli) (*)
├── fc-consensus v2.0.0-dev (/Users/bear/develop/frontier/client/consensus) (*)
├── fc-db v2.0.0-dev (/Users/bear/develop/frontier/client/db) (*)
├── fc-mapping-sync v2.0.0-dev (/Users/bear/develop/frontier/client/mapping-sync) (*)
├── fc-rpc v2.0.0-dev (/Users/bear/develop/frontier/client/rpc) (*)
├── fc-rpc-core v1.1.0-dev (/Users/bear/develop/frontier/client/rpc-core) (*)
├── fc-storage v1.0.0-dev (/Users/bear/develop/frontier/client/storage) (*)
├── fp-account v1.0.0-dev (/Users/bear/develop/frontier/primitives/account) (*)
├── fp-dynamic-fee v1.0.0 (/Users/bear/develop/frontier/primitives/dynamic-fee) (*)
├── fp-evm v3.0.0-dev (/Users/bear/develop/frontier/primitives/evm) (*)
├── fp-rpc v3.0.0-dev (/Users/bear/develop/frontier/primitives/rpc) (*)
├── frame-system v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
├── frame-system-rpc-runtime-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
├── frontier-template-runtime v0.0.0 (/Users/bear/develop/frontier/template/runtime) (*)
├── futures v0.3.25 (*)
├── hex-literal v0.3.4 (proc-macro)
├── jsonrpsee v0.16.2 (*)
├── log v0.4.17 (*)
├── pallet-transaction-payment v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
├── pallet-transaction-payment-rpc v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ ├── jsonrpsee v0.16.2 (*)
│ ├── pallet-transaction-payment-rpc-runtime-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── parity-scale-codec v3.4.0 (*)
│ ├── sp-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sp-blockchain v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sp-core v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sp-rpc v6.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ └── sp-weights v4.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
├── pallet-transaction-payment-rpc-runtime-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
├── parity-scale-codec v3.4.0 (*)
├── sc-basic-authorship v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ ├── futures v0.3.25 (*)
│ ├── futures-timer v3.0.2
│ ├── log v0.4.17 (*)
│ ├── parity-scale-codec v3.4.0 (*)
│ ├── sc-block-builder v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sc-client-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sc-proposer-metrics v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ ├── log v0.4.17 (*)
│ │ └── substrate-prometheus-endpoint v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sc-telemetry v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sc-transaction-pool-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sp-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sp-blockchain v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sp-consensus v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sp-core v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sp-inherents v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ └── substrate-prometheus-endpoint v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
├── sc-chain-spec v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
├── sc-cli v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
├── sc-client-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
├── sc-consensus v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
├── sc-consensus-aura v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ ├── async-trait v0.1.63 (proc-macro) (*)
│ ├── futures v0.3.25 (*)
│ ├── log v0.4.17 (*)
│ ├── parity-scale-codec v3.4.0 (*)
│ ├── sc-block-builder v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sc-client-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sc-consensus v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sc-consensus-slots v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ ├── async-trait v0.1.63 (proc-macro) (*)
│ │ ├── futures v0.3.25 (*)
│ │ ├── futures-timer v3.0.2
│ │ ├── log v0.4.17 (*)
│ │ ├── parity-scale-codec v3.4.0 (*)
│ │ ├── sc-client-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sc-consensus v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sc-telemetry v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sp-arithmetic v6.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sp-blockchain v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sp-consensus v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sp-consensus-slots v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sp-core v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sp-inherents v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ └── sp-state-machine v0.13.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sc-telemetry v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sp-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sp-application-crypto v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sp-block-builder v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sp-blockchain v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sp-consensus v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sp-consensus-aura v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sp-consensus-slots v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sp-core v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sp-inherents v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sp-keystore v0.13.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── substrate-prometheus-endpoint v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ └── thiserror v1.0.38 (*)
├── sc-consensus-grandpa v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ ├── ahash v0.8.3 (*)
│ ├── array-bytes v4.2.0
│ ├── async-trait v0.1.63 (proc-macro) (*)
│ ├── dyn-clone v1.0.10
│ ├── finality-grandpa v0.16.2 (*)
│ ├── fork-tree v3.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── futures v0.3.25 (*)
│ ├── futures-timer v3.0.2
│ ├── log v0.4.17 (*)
│ ├── parity-scale-codec v3.4.0 (*)
│ ├── parking_lot v0.12.1 (*)
│ ├── rand v0.8.5 (*)
│ ├── sc-block-builder v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sc-chain-spec v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sc-client-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sc-consensus v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sc-network v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sc-network-common v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sc-network-gossip v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ ├── ahash v0.8.3 (*)
│ │ ├── futures v0.3.25 (*)
│ │ ├── futures-timer v3.0.2
│ │ ├── libp2p v0.50.0 (*)
│ │ ├── log v0.4.17 (*)
│ │ ├── lru v0.8.1 (*)
│ │ ├── sc-network v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sc-network-common v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sc-peerset v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── substrate-prometheus-endpoint v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ └── tracing v0.1.37 (*)
│ ├── sc-telemetry v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sc-utils v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── serde_json v1.0.93 (*)
│ ├── sp-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sp-application-crypto v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sp-arithmetic v6.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sp-blockchain v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sp-consensus v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sp-consensus-grandpa v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sp-core v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sp-keystore v0.13.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── substrate-prometheus-endpoint v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ └── thiserror v1.0.38 (*)
├── sc-consensus-manual-seal v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ ├── assert_matches v1.5.0
│ ├── async-trait v0.1.63 (proc-macro) (*)
│ ├── futures v0.3.25 (*)
│ ├── jsonrpsee v0.16.2 (*)
│ ├── log v0.4.17 (*)
│ ├── parity-scale-codec v3.4.0 (*)
│ ├── sc-client-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sc-consensus v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sc-consensus-aura v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sc-consensus-babe v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ ├── async-trait v0.1.63 (proc-macro) (*)
│ │ ├── fork-tree v3.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── futures v0.3.25 (*)
│ │ ├── log v0.4.17 (*)
│ │ ├── merlin v2.0.1 (*)
│ │ ├── num-bigint v0.4.3 (*)
│ │ ├── num-rational v0.4.1 (*)
│ │ ├── num-traits v0.2.15 (*)
│ │ ├── parity-scale-codec v3.4.0 (*)
│ │ ├── parking_lot v0.12.1 (*)
│ │ ├── sc-client-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sc-consensus v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sc-consensus-epochs v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ │ │ ├── fork-tree v3.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ ├── parity-scale-codec v3.4.0 (*)
│ │ │ ├── sc-client-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ ├── sc-consensus v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ ├── sp-blockchain v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ │ └── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sc-consensus-slots v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sc-keystore v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sc-telemetry v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── scale-info v2.3.1 (*)
│ │ ├── schnorrkel v0.9.1 (*)
│ │ ├── sp-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sp-application-crypto v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sp-block-builder v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sp-blockchain v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sp-consensus v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sp-consensus-babe v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sp-consensus-slots v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sp-consensus-vrf v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sp-core v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sp-inherents v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sp-keystore v0.13.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ ├── substrate-prometheus-endpoint v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ │ └── thiserror v1.0.38 (*)
│ ├── sc-consensus-epochs v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sc-transaction-pool v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sc-transaction-pool-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── serde v1.0.152 (*)
│ ├── sp-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sp-blockchain v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sp-consensus v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sp-consensus-aura v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sp-consensus-babe v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sp-consensus-slots v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sp-core v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sp-inherents v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sp-keystore v0.13.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sp-timestamp v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── substrate-prometheus-endpoint v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ └── thiserror v1.0.38 (*)
├── sc-executor v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
├── sc-network v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
├── sc-network-common v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
├── sc-network-sync v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
├── sc-rpc v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
├── sc-rpc-api v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
├── sc-service v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
├── sc-telemetry v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
├── sc-transaction-pool v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
├── sc-transaction-pool-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
├── serde v1.0.152 (*)
├── sp-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
├── sp-block-builder v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
├── sp-blockchain v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
├── sp-consensus-aura v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
├── sp-consensus-grandpa v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
├── sp-core v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
├── sp-inherents v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
├── sp-offchain v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
├── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
├── sp-session v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
├── sp-state-machine v0.13.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
├── sp-timestamp v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
├── sp-transaction-pool v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
├── sp-trie v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
├── substrate-frame-rpc-system v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ ├── frame-system-rpc-runtime-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── futures v0.3.25 (*)
│ ├── jsonrpsee v0.16.2 (*)
│ ├── log v0.4.17 (*)
│ ├── parity-scale-codec v3.4.0 (*)
│ ├── sc-rpc-api v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sc-transaction-pool-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sp-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sp-block-builder v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sp-blockchain v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sp-core v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ └── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
└── substrate-prometheus-endpoint v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
[build-dependencies]
└── substrate-build-script-utils v3.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c)
└── platforms v2.0.0
frontier-template-runtime v0.0.0 (/Users/bear/develop/frontier/template/runtime) (*)
pallet-base-fee v1.0.0 (/Users/bear/develop/frontier/frame/base-fee) (*)
pallet-dynamic-fee v4.0.0-dev (/Users/bear/develop/frontier/frame/dynamic-fee) (*)
pallet-ethereum v4.0.0-dev (/Users/bear/develop/frontier/frame/ethereum) (*)
pallet-evm v6.0.0-dev (/Users/bear/develop/frontier/frame/evm) (*)
pallet-evm-chain-id v1.0.0-dev (/Users/bear/develop/frontier/frame/evm-chain-id) (*)
pallet-evm-precompile-blake2 v2.0.0-dev (/Users/bear/develop/frontier/frame/evm/precompile/blake2)
└── fp-evm v3.0.0-dev (/Users/bear/develop/frontier/primitives/evm) (*)
[dev-dependencies]
└── pallet-evm-test-vector-support v1.0.0-dev (/Users/bear/develop/frontier/frame/evm/test-vector-support) (*)
pallet-evm-precompile-bls12377 v1.0.0-dev (/Users/bear/develop/frontier/frame/evm/precompile/bls12377)
├── ark-bls12-377 v0.4.0
│ ├── ark-ec v0.4.2
│ │ ├── ark-ff v0.4.2
│ │ │ ├── ark-ff-asm v0.4.2 (proc-macro)
│ │ │ │ ├── quote v1.0.23 (*)
│ │ │ │ └── syn v1.0.107 (*)
│ │ │ ├── ark-ff-macros v0.4.2 (proc-macro)
│ │ │ │ ├── num-bigint v0.4.3
│ │ │ │ │ ├── num-integer v0.1.45
│ │ │ │ │ │ └── num-traits v0.2.15
│ │ │ │ │ │ [build-dependencies]
│ │ │ │ │ │ └── autocfg v1.1.0
│ │ │ │ │ │ [build-dependencies]
│ │ │ │ │ │ └── autocfg v1.1.0
│ │ │ │ │ └── num-traits v0.2.15 (*)
│ │ │ │ │ [build-dependencies]
│ │ │ │ │ └── autocfg v1.1.0
│ │ │ │ ├── num-traits v0.2.15 (*)
│ │ │ │ ├── proc-macro2 v1.0.50 (*)
│ │ │ │ ├── quote v1.0.23 (*)
│ │ │ │ └── syn v1.0.107 (*)
│ │ │ ├── ark-serialize v0.4.2
│ │ │ │ ├── ark-serialize-derive v0.4.2 (proc-macro)
│ │ │ │ │ ├── proc-macro2 v1.0.50 (*)
│ │ │ │ │ ├── quote v1.0.23 (*)
│ │ │ │ │ └── syn v1.0.107 (*)
│ │ │ │ ├── ark-std v0.4.0
│ │ │ │ │ ├── num-traits v0.2.15 (*)
│ │ │ │ │ └── rand v0.8.5 (*)
│ │ │ │ ├── digest v0.10.6 (*)
│ │ │ │ └── num-bigint v0.4.3 (*)
│ │ │ ├── ark-std v0.4.0 (*)
│ │ │ ├── derivative v2.2.0 (proc-macro)
│ │ │ │ ├── proc-macro2 v1.0.50 (*)
│ │ │ │ ├── quote v1.0.23 (*)
│ │ │ │ └── syn v1.0.107 (*)
│ │ │ ├── digest v0.10.6 (*)
│ │ │ ├── itertools v0.10.5 (*)
│ │ │ ├── num-bigint v0.4.3 (*)
│ │ │ ├── num-traits v0.2.15 (*)
│ │ │ ├── paste v1.0.11 (proc-macro)
│ │ │ └── zeroize v1.5.7 (*)
│ │ │ [build-dependencies]
│ │ │ └── rustc_version v0.4.0 (*)
│ │ ├── ark-poly v0.4.2
│ │ │ ├── ark-ff v0.4.2 (*)
│ │ │ ├── ark-serialize v0.4.2 (*)
│ │ │ ├── ark-std v0.4.0 (*)
│ │ │ ├── derivative v2.2.0 (proc-macro) (*)
│ │ │ └── hashbrown v0.13.2 (*)
│ │ ├── ark-serialize v0.4.2 (*)
│ │ ├── ark-std v0.4.0 (*)
│ │ ├── derivative v2.2.0 (proc-macro) (*)
│ │ ├── hashbrown v0.13.2 (*)
│ │ ├── itertools v0.10.5 (*)
│ │ ├── num-traits v0.2.15 (*)
│ │ └── zeroize v1.5.7 (*)
│ ├── ark-ff v0.4.2 (*)
│ └── ark-std v0.4.0 (*)
├── ark-ec v0.4.2 (*)
├── ark-ff v0.4.2 (*)
├── ark-std v0.4.0 (*)
└── fp-evm v3.0.0-dev (/Users/bear/develop/frontier/primitives/evm) (*)
[dev-dependencies]
└── pallet-evm-test-vector-support v1.0.0-dev (/Users/bear/develop/frontier/frame/evm/test-vector-support) (*)
pallet-evm-precompile-bn128 v2.0.0-dev (/Users/bear/develop/frontier/frame/evm/precompile/bn128)
├── fp-evm v3.0.0-dev (/Users/bear/develop/frontier/primitives/evm) (*)
├── sp-core v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
└── substrate-bn v0.6.0
├── byteorder v1.4.3
├── crunchy v0.2.2
├── lazy_static v1.4.0 (*)
├── rand v0.8.5 (*)
└── rustc-hex v2.1.0
[dev-dependencies]
└── pallet-evm-test-vector-support v1.0.0-dev (/Users/bear/develop/frontier/frame/evm/test-vector-support) (*)
pallet-evm-precompile-bw6761 v1.0.0-dev (/Users/bear/develop/frontier/frame/evm/precompile/bw6761)
├── ark-bw6-761 v0.4.0
│ ├── ark-bls12-377 v0.4.0 (*)
│ ├── ark-ec v0.4.2 (*)
│ ├── ark-ff v0.4.2 (*)
│ └── ark-std v0.4.0 (*)
├── ark-ec v0.4.2 (*)
├── ark-ff v0.4.2 (*)
├── ark-std v0.4.0 (*)
└── fp-evm v3.0.0-dev (/Users/bear/develop/frontier/primitives/evm) (*)
[dev-dependencies]
└── pallet-evm-test-vector-support v1.0.0-dev (/Users/bear/develop/frontier/frame/evm/test-vector-support) (*)
pallet-evm-precompile-curve25519 v1.0.0-dev (/Users/bear/develop/frontier/frame/evm/precompile/curve25519)
├── curve25519-dalek v4.0.0-pre.1
│ ├── byteorder v1.4.3
│ ├── digest v0.9.0 (*)
│ ├── rand_core v0.6.4 (*)
│ ├── subtle v2.4.1
│ └── zeroize v1.5.7 (*)
└── fp-evm v3.0.0-dev (/Users/bear/develop/frontier/primitives/evm) (*)
pallet-evm-precompile-dispatch v2.0.0-dev (/Users/bear/develop/frontier/frame/evm/precompile/dispatch)
├── fp-evm v3.0.0-dev (/Users/bear/develop/frontier/primitives/evm) (*)
├── frame-support v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
└── pallet-evm v6.0.0-dev (/Users/bear/develop/frontier/frame/evm) (*)
[dev-dependencies]
├── frame-system v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
├── pallet-balances v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
├── pallet-timestamp v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
├── pallet-utility v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c)
│ ├── frame-support v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── frame-system v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── parity-scale-codec v3.4.0 (*)
│ ├── scale-info v2.3.1 (*)
│ ├── sp-core v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sp-io v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ ├── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
│ └── sp-std v5.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c)
├── parity-scale-codec v3.4.0 (*)
├── scale-info v2.3.1 (*)
├── sp-core v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
├── sp-io v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
├── sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c) (*)
└── sp-std v5.0.0 (https://github.com/paritytech/substrate?branch=master#ba87188c)
pallet-evm-precompile-ed25519 v2.0.0-dev (/Users/bear/develop/frontier/frame/evm/precompile/ed25519)
├── ed25519-dalek v1.0.1 (*)
└── fp-evm v3.0.0-dev (/Users/bear/develop/frontier/primitives/evm) (*)
pallet-evm-precompile-modexp v2.0.0-dev (/Users/bear/develop/frontier/frame/evm/precompile/modexp) (*)
pallet-evm-precompile-sha3fips v2.0.0-dev (/Users/bear/develop/frontier/frame/evm/precompile/sha3fips) (*)
pallet-evm-precompile-simple v2.0.0-dev (/Users/bear/develop/frontier/frame/evm/precompile/simple) (*)
pallet-evm-test-vector-support v1.0.0-dev (/Users/bear/develop/frontier/frame/evm/test-vector-support) (*)
pallet-hotfix-sufficients v1.0.0 (/Users/bear/develop/frontier/frame/hotfix-sufficients) (*)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment