Skip to content

Instantly share code, notes, and snippets.

@bbaudry
Last active May 11, 2023 15:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bbaudry/69d57533c5829bf45bcebb3cd5a8aa7a to your computer and use it in GitHub Desktop.
Save bbaudry/69d57533c5829bf45bcebb3cd5a8aa7a to your computer and use it in GitHub Desktop.
cloned, built and collected all dependencies of solana, on May 11, 2023
On May 11, 2023, 17h, performed
> git clone https://github.com/solana-labs/solana
> cd solana
> cargo build
> cargo tree --workspace
gen-headers v1.16.0 (/home/benoit/Documents/tmp/solana/sdk/gen-headers)
├── log v0.4.17
│ └── cfg-if v1.0.0
└── regex v1.6.0
├── aho-corasick v0.7.18
│ └── memchr v2.4.1
├── memchr v2.4.1
└── regex-syntax v0.6.27
gen-syscall-list v1.16.0 (/home/benoit/Documents/tmp/solana/programs/bpf_loader/gen-syscall-list)
[build-dependencies]
└── regex v1.6.0 (*)
proto v1.16.0 (/home/benoit/Documents/tmp/solana/storage-bigtable/build-proto)
├── protobuf-src v1.1.0+21.5
│ [build-dependencies]
│ └── autotools v0.2.5
│ └── cc v1.0.79
│ └── jobserver v0.1.24
│ └── libc v0.2.144
└── tonic-build v0.8.4
├── prettyplease v0.1.9
│ ├── proc-macro2 v1.0.56
│ │ └── unicode-ident v1.0.2
│ └── syn v1.0.109
│ ├── proc-macro2 v1.0.56 (*)
│ ├── quote v1.0.27
│ │ └── proc-macro2 v1.0.56 (*)
│ └── unicode-ident v1.0.2
├── proc-macro2 v1.0.56 (*)
├── prost-build v0.11.4
│ ├── bytes v1.4.0
│ ├── heck v0.4.0
│ ├── itertools v0.10.5
│ │ └── either v1.8.1
│ ├── lazy_static v1.4.0
│ ├── log v0.4.17 (*)
│ ├── multimap v0.8.3
│ ├── petgraph v0.6.0
│ │ ├── fixedbitset v0.4.0
│ │ └── indexmap v1.9.3
│ │ ├── hashbrown v0.12.3
│ │ │ └── ahash v0.7.6
│ │ │ ├── getrandom v0.2.8
│ │ │ │ ├── cfg-if v1.0.0
│ │ │ │ └── libc v0.2.144
│ │ │ └── once_cell v1.17.1
│ │ │ [build-dependencies]
│ │ │ └── version_check v0.9.4
│ │ └── rayon v1.7.0
│ │ ├── either v1.8.1
│ │ └── rayon-core v1.11.0
│ │ ├── crossbeam-channel v0.5.8
│ │ │ ├── cfg-if v1.0.0
│ │ │ └── crossbeam-utils v0.8.14
│ │ │ └── cfg-if v1.0.0
│ │ ├── crossbeam-deque v0.8.1
│ │ │ ├── cfg-if v1.0.0
│ │ │ ├── crossbeam-epoch v0.9.5 (https://github.com/solana-labs/crossbeam?rev=fd279d707025f0e60951e429bf778b4813d1b6bf#fd279d70)
│ │ │ │ ├── cfg-if v1.0.0
│ │ │ │ ├── crossbeam-utils v0.8.14 (*)
│ │ │ │ ├── lazy_static v1.4.0
│ │ │ │ ├── memoffset v0.6.4
│ │ │ │ │ [build-dependencies]
│ │ │ │ │ └── autocfg v1.1.0
│ │ │ │ └── scopeguard v1.1.0
│ │ │ └── crossbeam-utils v0.8.14 (*)
│ │ ├── crossbeam-utils v0.8.14 (*)
│ │ └── num_cpus v1.15.0
│ │ └── libc v0.2.144
│ │ [build-dependencies]
│ │ └── autocfg v1.1.0
│ ├── prettyplease v0.1.9 (*)
│ ├── prost v0.11.9
│ │ ├── bytes v1.4.0
│ │ └── prost-derive v0.11.9 (proc-macro)
│ │ ├── anyhow v1.0.71
│ │ ├── itertools v0.10.5 (*)
│ │ ├── proc-macro2 v1.0.56 (*)
│ │ ├── quote v1.0.27 (*)
│ │ └── syn v1.0.109
│ │ ├── proc-macro2 v1.0.56 (*)
│ │ ├── quote v1.0.27 (*)
│ │ └── unicode-ident v1.0.2
│ ├── prost-types v0.11.9
│ │ └── prost v0.11.9 (*)
│ ├── regex v1.6.0 (*)
│ ├── syn v1.0.109 (*)
│ ├── tempfile v3.5.0
│ │ ├── cfg-if v1.0.0
│ │ ├── fastrand v1.6.0
│ │ └── rustix v0.37.18
│ │ ├── bitflags v1.3.2
│ │ ├── io-lifetimes v1.0.10
│ │ │ └── libc v0.2.144
│ │ ├── libc v0.2.144
│ │ └── linux-raw-sys v0.3.6
│ └── which v4.2.2
│ ├── either v1.8.1
│ └── libc v0.2.144
├── quote v1.0.27 (*)
└── syn v1.0.109 (*)
rbpf-cli v1.16.0 (/home/benoit/Documents/tmp/solana/rbpf-cli)
solana-account-decoder v1.16.0 (/home/benoit/Documents/tmp/solana/account-decoder)
├── Inflector v0.11.4
│ ├── lazy_static v1.4.0
│ └── regex v1.6.0 (*)
├── base64 v0.13.1
├── bincode v1.3.3
│ └── serde v1.0.162
│ └── serde_derive v1.0.162 (proc-macro)
│ ├── proc-macro2 v1.0.56 (*)
│ ├── quote v1.0.27 (*)
│ └── syn v2.0.15
│ ├── proc-macro2 v1.0.56 (*)
│ ├── quote v1.0.27 (*)
│ └── unicode-ident v1.0.2
├── bs58 v0.4.0
├── bv v0.11.1
│ └── serde v1.0.162 (*)
│ [build-dependencies]
│ └── feature-probe v0.1.1
├── lazy_static v1.4.0
├── serde v1.0.162 (*)
├── serde_derive v1.0.162 (proc-macro) (*)
├── serde_json v1.0.96
│ ├── itoa v1.0.1
│ ├── ryu v1.0.5
│ └── serde v1.0.162 (*)
├── solana-address-lookup-table-program v1.16.0 (/home/benoit/Documents/tmp/solana/programs/address-lookup-table)
│ ├── bincode v1.3.3 (*)
│ ├── bytemuck v1.13.1
│ │ └── bytemuck_derive v1.4.0 (proc-macro)
│ │ ├── proc-macro2 v1.0.56 (*)
│ │ ├── quote v1.0.27 (*)
│ │ └── syn v1.0.109 (*)
│ ├── log v0.4.17 (*)
│ ├── num-derive v0.3.3 (proc-macro)
│ │ ├── proc-macro2 v1.0.56 (*)
│ │ ├── quote v1.0.27 (*)
│ │ └── syn v1.0.109 (*)
│ ├── num-traits v0.2.15
│ │ └── libm v0.2.1
│ │ [build-dependencies]
│ │ └── autocfg v1.1.0
│ ├── serde v1.0.162 (*)
│ ├── solana-frozen-abi v1.16.0 (/home/benoit/Documents/tmp/solana/frozen-abi)
│ │ ├── ahash v0.8.3
│ │ │ ├── cfg-if v1.0.0
│ │ │ ├── getrandom v0.2.8 (*)
│ │ │ └── once_cell v1.17.1
│ │ │ [build-dependencies]
│ │ │ └── version_check v0.9.4
│ │ ├── blake3 v1.3.3
│ │ │ ├── arrayref v0.3.7
│ │ │ ├── arrayvec v0.7.2
│ │ │ ├── cfg-if v1.0.0
│ │ │ ├── constant_time_eq v0.2.5
│ │ │ └── digest v0.10.6
│ │ │ ├── block-buffer v0.10.2
│ │ │ │ └── generic-array v0.14.7
│ │ │ │ ├── serde v1.0.162 (*)
│ │ │ │ └── typenum v1.15.0
│ │ │ │ [build-dependencies]
│ │ │ │ └── version_check v0.9.4
│ │ │ ├── crypto-common v0.1.3
│ │ │ │ ├── generic-array v0.14.7 (*)
│ │ │ │ └── typenum v1.15.0
│ │ │ └── subtle v2.4.1
│ │ │ [build-dependencies]
│ │ │ └── cc v1.0.79 (*)
│ │ ├── block-buffer v0.9.0
│ │ │ ├── block-padding v0.2.1
│ │ │ └── generic-array v0.14.7 (*)
│ │ ├── bs58 v0.4.0
│ │ ├── bv v0.11.1 (*)
│ │ ├── byteorder v1.4.3
│ │ ├── cc v1.0.79 (*)
│ │ ├── either v1.8.1
│ │ ├── generic-array v0.14.7 (*)
│ │ ├── getrandom v0.1.16
│ │ │ ├── cfg-if v1.0.0
│ │ │ └── libc v0.2.144
│ │ ├── im v15.1.0
│ │ │ ├── bitmaps v2.1.0
│ │ │ │ └── typenum v1.15.0
│ │ │ ├── rand_core v0.6.4
│ │ │ │ └── getrandom v0.2.8 (*)
│ │ │ ├── rand_xoshiro v0.6.0
│ │ │ │ └── rand_core v0.6.4 (*)
│ │ │ ├── rayon v1.7.0 (*)
│ │ │ ├── serde v1.0.162 (*)
│ │ │ ├── sized-chunks v0.6.5
│ │ │ │ ├── bitmaps v2.1.0 (*)
│ │ │ │ └── typenum v1.15.0
│ │ │ └── typenum v1.15.0
│ │ │ [build-dependencies]
│ │ │ └── version_check v0.9.4
│ │ ├── lazy_static v1.4.0
│ │ ├── log v0.4.17 (*)
│ │ ├── memmap2 v0.5.10
│ │ │ └── libc v0.2.144
│ │ ├── once_cell v1.17.1
│ │ ├── rand_core v0.6.4 (*)
│ │ ├── serde v1.0.162 (*)
│ │ ├── serde_bytes v0.11.9
│ │ │ └── serde v1.0.162 (*)
│ │ ├── serde_derive v1.0.162 (proc-macro) (*)
│ │ ├── serde_json v1.0.96 (*)
│ │ ├── sha2 v0.10.6
│ │ │ ├── cfg-if v1.0.0
│ │ │ ├── cpufeatures v0.2.1
│ │ │ └── digest v0.10.6 (*)
│ │ ├── solana-frozen-abi-macro v1.16.0 (proc-macro) (/home/benoit/Documents/tmp/solana/frozen-abi/macro)
│ │ │ ├── proc-macro2 v1.0.56 (*)
│ │ │ ├── quote v1.0.27 (*)
│ │ │ └── syn v2.0.15 (*)
│ │ │ [build-dependencies]
│ │ │ └── rustc_version v0.4.0
│ │ │ └── semver v1.0.17
│ │ ├── subtle v2.4.1
│ │ └── thiserror v1.0.40
│ │ └── thiserror-impl v1.0.40 (proc-macro)
│ │ ├── proc-macro2 v1.0.56 (*)
│ │ ├── quote v1.0.27 (*)
│ │ └── syn v2.0.15 (*)
│ │ [build-dependencies]
│ │ └── rustc_version v0.4.0 (*)
│ │ [dev-dependencies]
│ │ └── solana-logger v1.16.0 (/home/benoit/Documents/tmp/solana/logger)
│ │ ├── env_logger v0.9.3
│ │ │ ├── atty v0.2.14
│ │ │ │ └── libc v0.2.144
│ │ │ ├── humantime v2.1.0
│ │ │ ├── log v0.4.17 (*)
│ │ │ ├── regex v1.6.0 (*)
│ │ │ └── termcolor v1.1.2
│ │ ├── lazy_static v1.4.0
│ │ └── log v0.4.17 (*)
│ ├── solana-frozen-abi-macro v1.16.0 (proc-macro) (/home/benoit/Documents/tmp/solana/frozen-abi/macro) (*)
│ ├── solana-program v1.16.0 (/home/benoit/Documents/tmp/solana/sdk/program)
│ │ ├── ark-bn254 v0.4.0
│ │ │ ├── ark-ec v0.4.2
│ │ │ │ ├── ark-ff v0.4.2
│ │ │ │ │ ├── ark-ff-asm v0.4.2 (proc-macro)
│ │ │ │ │ │ ├── quote v1.0.27 (*)
│ │ │ │ │ │ └── syn v1.0.109 (*)
│ │ │ │ │ ├── ark-ff-macros v0.4.2 (proc-macro)
│ │ │ │ │ │ ├── num-bigint v0.4.3
│ │ │ │ │ │ │ ├── num-integer v0.1.44
│ │ │ │ │ │ │ │ └── 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.56 (*)
│ │ │ │ │ │ ├── quote v1.0.27 (*)
│ │ │ │ │ │ └── syn v1.0.109 (*)
│ │ │ │ │ ├── ark-serialize v0.4.2
│ │ │ │ │ │ ├── ark-serialize-derive v0.4.2 (proc-macro)
│ │ │ │ │ │ │ ├── proc-macro2 v1.0.56 (*)
│ │ │ │ │ │ │ ├── quote v1.0.27 (*)
│ │ │ │ │ │ │ └── syn v1.0.109 (*)
│ │ │ │ │ │ ├── ark-std v0.4.0
│ │ │ │ │ │ │ ├── num-traits v0.2.15 (*)
│ │ │ │ │ │ │ └── rand v0.8.5
│ │ │ │ │ │ │ ├── libc v0.2.144
│ │ │ │ │ │ │ ├── rand_chacha v0.3.1
│ │ │ │ │ │ │ │ ├── ppv-lite86 v0.2.15
│ │ │ │ │ │ │ │ └── rand_core v0.6.4 (*)
│ │ │ │ │ │ │ └── rand_core v0.6.4 (*)
│ │ │ │ │ │ ├── digest v0.10.6 (*)
│ │ │ │ │ │ └── num-bigint v0.4.3 (*)
│ │ │ │ │ ├── ark-std v0.4.0 (*)
│ │ │ │ │ ├── derivative v2.2.0 (proc-macro)
│ │ │ │ │ │ ├── proc-macro2 v1.0.56 (*)
│ │ │ │ │ │ ├── quote v1.0.27 (*)
│ │ │ │ │ │ └── syn v1.0.109 (*)
│ │ │ │ │ ├── digest v0.10.6 (*)
│ │ │ │ │ ├── itertools v0.10.5 (*)
│ │ │ │ │ ├── num-bigint v0.4.3 (*)
│ │ │ │ │ ├── num-traits v0.2.15 (*)
│ │ │ │ │ ├── paste v1.0.9 (proc-macro)
│ │ │ │ │ └── zeroize v1.3.0
│ │ │ │ │ └── zeroize_derive v1.2.0 (proc-macro)
│ │ │ │ │ ├── proc-macro2 v1.0.56 (*)
│ │ │ │ │ ├── quote v1.0.27 (*)
│ │ │ │ │ ├── syn v1.0.109 (*)
│ │ │ │ │ └── synstructure v0.12.6
│ │ │ │ │ ├── proc-macro2 v1.0.56 (*)
│ │ │ │ │ ├── quote v1.0.27 (*)
│ │ │ │ │ ├── syn v1.0.109 (*)
│ │ │ │ │ └── unicode-xid v0.2.2
│ │ │ │ │ [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
│ │ │ │ │ └── ahash v0.8.3 (*)
│ │ │ │ ├── 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.3.0 (*)
│ │ │ ├── ark-ff v0.4.2 (*)
│ │ │ └── ark-std v0.4.0 (*)
│ │ ├── ark-ec v0.4.2 (*)
│ │ ├── ark-ff v0.4.2 (*)
│ │ ├── ark-serialize v0.4.2 (*)
│ │ ├── array-bytes v1.4.1
│ │ ├── base64 v0.13.1
│ │ ├── bincode v1.3.3 (*)
│ │ ├── bitflags v1.3.2
│ │ ├── blake3 v1.3.3 (*)
│ │ ├── borsh v0.9.3
│ │ │ ├── borsh-derive v0.9.3 (proc-macro)
│ │ │ │ ├── borsh-derive-internal v0.9.3
│ │ │ │ │ ├── proc-macro2 v1.0.56 (*)
│ │ │ │ │ ├── quote v1.0.27 (*)
│ │ │ │ │ └── syn v1.0.109 (*)
│ │ │ │ ├── borsh-schema-derive-internal v0.9.3
│ │ │ │ │ ├── proc-macro2 v1.0.56 (*)
│ │ │ │ │ ├── quote v1.0.27 (*)
│ │ │ │ │ └── syn v1.0.109 (*)
│ │ │ │ ├── proc-macro-crate v0.1.5
│ │ │ │ │ └── toml v0.5.8
│ │ │ │ │ └── serde v1.0.162
│ │ │ │ ├── proc-macro2 v1.0.56 (*)
│ │ │ │ └── syn v1.0.109 (*)
│ │ │ └── hashbrown v0.11.2
│ │ │ └── ahash v0.7.6 (*)
│ │ ├── borsh-derive v0.9.3 (proc-macro) (*)
│ │ ├── bs58 v0.4.0
│ │ ├── bv v0.11.1 (*)
│ │ ├── bytemuck v1.13.1 (*)
│ │ ├── curve25519-dalek v3.2.1
│ │ │ ├── byteorder v1.4.3
│ │ │ ├── digest v0.9.0
│ │ │ │ └── generic-array v0.14.7 (*)
│ │ │ ├── rand_core v0.5.1
│ │ │ │ └── getrandom v0.1.16 (*)
│ │ │ ├── serde v1.0.162 (*)
│ │ │ ├── subtle v2.4.1
│ │ │ └── zeroize v1.3.0 (*)
│ │ ├── itertools v0.10.5 (*)
│ │ ├── lazy_static v1.4.0
│ │ ├── libc v0.2.144
│ │ ├── libsecp256k1 v0.6.0
│ │ │ ├── arrayref v0.3.7
│ │ │ ├── base64 v0.12.3
│ │ │ ├── digest v0.9.0 (*)
│ │ │ ├── hmac-drbg v0.3.0
│ │ │ │ ├── digest v0.9.0 (*)
│ │ │ │ ├── generic-array v0.14.7 (*)
│ │ │ │ └── hmac v0.8.1
│ │ │ │ ├── crypto-mac v0.8.0
│ │ │ │ │ ├── generic-array v0.14.7 (*)
│ │ │ │ │ └── subtle v2.4.1
│ │ │ │ └── digest v0.9.0 (*)
│ │ │ ├── libsecp256k1-core v0.2.2
│ │ │ │ ├── crunchy v0.2.2
│ │ │ │ ├── digest v0.9.0 (*)
│ │ │ │ └── subtle v2.4.1
│ │ │ ├── rand v0.7.3
│ │ │ │ ├── getrandom v0.1.16 (*)
│ │ │ │ ├── libc v0.2.144
│ │ │ │ ├── rand_chacha v0.2.2
│ │ │ │ │ ├── ppv-lite86 v0.2.15
│ │ │ │ │ └── rand_core v0.5.1 (*)
│ │ │ │ └── rand_core v0.5.1 (*)
│ │ │ ├── serde v1.0.162 (*)
│ │ │ ├── sha2 v0.9.9
│ │ │ │ ├── block-buffer v0.9.0 (*)
│ │ │ │ ├── cfg-if v1.0.0
│ │ │ │ ├── cpufeatures v0.2.1
│ │ │ │ ├── digest v0.9.0 (*)
│ │ │ │ └── opaque-debug v0.3.0
│ │ │ └── typenum v1.15.0
│ │ │ [build-dependencies]
│ │ │ ├── libsecp256k1-gen-ecmult v0.2.1
│ │ │ │ └── libsecp256k1-core v0.2.2
│ │ │ │ ├── crunchy v0.2.2
│ │ │ │ ├── digest v0.9.0
│ │ │ │ │ └── generic-array v0.14.7
│ │ │ │ │ └── typenum v1.15.0
│ │ │ │ │ [build-dependencies]
│ │ │ │ │ └── version_check v0.9.4
│ │ │ │ └── subtle v2.4.1
│ │ │ └── libsecp256k1-gen-genmult v0.2.1
│ │ │ └── libsecp256k1-core v0.2.2 (*)
│ │ ├── log v0.4.17 (*)
│ │ ├── memoffset v0.8.0
│ │ │ [build-dependencies]
│ │ │ └── autocfg v1.1.0
│ │ ├── num-bigint v0.4.3 (*)
│ │ ├── num-derive v0.3.3 (proc-macro) (*)
│ │ ├── num-traits v0.2.15 (*)
│ │ ├── rand v0.7.3 (*)
│ │ ├── rand_chacha v0.2.2 (*)
│ │ ├── rustversion v1.0.12 (proc-macro)
│ │ ├── serde v1.0.162 (*)
│ │ ├── serde_bytes v0.11.9 (*)
│ │ ├── serde_derive v1.0.162 (proc-macro) (*)
│ │ ├── serde_json v1.0.96 (*)
│ │ ├── sha2 v0.10.6 (*)
│ │ ├── sha3 v0.10.4
│ │ │ ├── digest v0.10.6 (*)
│ │ │ └── keccak v0.1.0
│ │ ├── solana-frozen-abi v1.16.0 (/home/benoit/Documents/tmp/solana/frozen-abi) (*)
│ │ ├── solana-frozen-abi-macro v1.16.0 (proc-macro) (/home/benoit/Documents/tmp/solana/frozen-abi/macro) (*)
│ │ ├── solana-sdk-macro v1.16.0 (proc-macro) (/home/benoit/Documents/tmp/solana/sdk/macro)
│ │ │ ├── bs58 v0.4.0
│ │ │ ├── proc-macro2 v1.0.56 (*)
│ │ │ ├── quote v1.0.27 (*)
│ │ │ ├── rustversion v1.0.12 (proc-macro)
│ │ │ └── syn v2.0.15 (*)
│ │ ├── thiserror v1.0.40 (*)
│ │ ├── tiny-bip39 v0.8.2
│ │ │ ├── anyhow v1.0.71
│ │ │ ├── hmac v0.8.1 (*)
│ │ │ ├── once_cell v1.17.1
│ │ │ ├── pbkdf2 v0.4.0
│ │ │ │ └── crypto-mac v0.8.0 (*)
│ │ │ ├── rand v0.7.3 (*)
│ │ │ ├── rustc-hash v1.1.0
│ │ │ ├── sha2 v0.9.9 (*)
│ │ │ ├── thiserror v1.0.40 (*)
│ │ │ ├── unicode-normalization v0.1.19
│ │ │ │ └── tinyvec v1.5.0
│ │ │ │ └── tinyvec_macros v0.1.0
│ │ │ └── zeroize v1.3.0 (*)
│ │ ├── wasm-bindgen v0.2.84
│ │ │ ├── cfg-if v1.0.0
│ │ │ └── wasm-bindgen-macro v0.2.84 (proc-macro)
│ │ │ ├── quote v1.0.27 (*)
│ │ │ └── wasm-bindgen-macro-support v0.2.84
│ │ │ ├── proc-macro2 v1.0.56 (*)
│ │ │ ├── quote v1.0.27 (*)
│ │ │ ├── syn v1.0.109 (*)
│ │ │ ├── wasm-bindgen-backend v0.2.84
│ │ │ │ ├── bumpalo v3.12.0
│ │ │ │ ├── log v0.4.17
│ │ │ │ │ └── cfg-if v1.0.0
│ │ │ │ ├── once_cell v1.17.1
│ │ │ │ ├── proc-macro2 v1.0.56 (*)
│ │ │ │ ├── quote v1.0.27 (*)
│ │ │ │ ├── syn v1.0.109 (*)
│ │ │ │ └── wasm-bindgen-shared v0.2.84
│ │ │ └── wasm-bindgen-shared v0.2.84
│ │ └── zeroize v1.3.0 (*)
│ │ [build-dependencies]
│ │ ├── cc v1.0.79 (*)
│ │ └── rustc_version v0.4.0 (*)
│ │ [dev-dependencies]
│ │ ├── anyhow v1.0.71
│ │ ├── assert_matches v1.5.0
│ │ ├── serde_json v1.0.96 (*)
│ │ ├── solana-logger v1.16.0 (/home/benoit/Documents/tmp/solana/logger) (*)
│ │ └── static_assertions v1.1.0
│ ├── solana-program-runtime v1.16.0 (/home/benoit/Documents/tmp/solana/program-runtime)
│ │ ├── base64 v0.13.1
│ │ ├── bincode v1.3.3 (*)
│ │ ├── eager v0.1.0
│ │ ├── enum-iterator v1.4.1
│ │ │ └── enum-iterator-derive v1.2.1 (proc-macro)
│ │ │ ├── proc-macro2 v1.0.56 (*)
│ │ │ ├── quote v1.0.27 (*)
│ │ │ └── syn v2.0.15 (*)
│ │ ├── itertools v0.10.5 (*)
│ │ ├── libc v0.2.144
│ │ ├── log v0.4.17 (*)
│ │ ├── num-derive v0.3.3 (proc-macro) (*)
│ │ ├── num-traits v0.2.15 (*)
│ │ ├── percentage v0.1.0
│ │ │ └── num v0.2.1
│ │ │ ├── num-bigint v0.2.6
│ │ │ │ ├── num-integer v0.1.44 (*)
│ │ │ │ └── num-traits v0.2.15 (*)
│ │ │ │ [build-dependencies]
│ │ │ │ └── autocfg v1.1.0
│ │ │ ├── num-complex v0.2.4
│ │ │ │ └── num-traits v0.2.15 (*)
│ │ │ │ [build-dependencies]
│ │ │ │ └── autocfg v1.1.0
│ │ │ ├── num-integer v0.1.44 (*)
│ │ │ ├── num-iter v0.1.43
│ │ │ │ ├── num-integer v0.1.44 (*)
│ │ │ │ └── num-traits v0.2.15 (*)
│ │ │ │ [build-dependencies]
│ │ │ │ └── autocfg v1.1.0
│ │ │ ├── num-rational v0.2.4
│ │ │ │ ├── num-bigint v0.2.6 (*)
│ │ │ │ ├── num-integer v0.1.44 (*)
│ │ │ │ └── num-traits v0.2.15 (*)
│ │ │ │ [build-dependencies]
│ │ │ │ └── autocfg v1.1.0
│ │ │ └── num-traits v0.2.15 (*)
│ │ ├── rand v0.7.3 (*)
│ │ ├── serde v1.0.162 (*)
│ │ ├── solana-frozen-abi v1.16.0 (/home/benoit/Documents/tmp/solana/frozen-abi) (*)
│ │ ├── solana-frozen-abi-macro v1.16.0 (proc-macro) (/home/benoit/Documents/tmp/solana/frozen-abi/macro) (*)
│ │ ├── solana-measure v1.16.0 (/home/benoit/Documents/tmp/solana/measure)
│ │ │ ├── log v0.4.17 (*)
│ │ │ └── solana-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/sdk)
│ │ │ ├── assert_matches v1.5.0
│ │ │ ├── base64 v0.13.1
│ │ │ ├── bincode v1.3.3 (*)
│ │ │ ├── bitflags v1.3.2
│ │ │ ├── borsh v0.9.3 (*)
│ │ │ ├── bs58 v0.4.0
│ │ │ ├── bytemuck v1.13.1 (*)
│ │ │ ├── byteorder v1.4.3
│ │ │ ├── chrono v0.4.24
│ │ │ │ ├── iana-time-zone v0.1.46
│ │ │ │ ├── num-integer v0.1.44 (*)
│ │ │ │ ├── num-traits v0.2.15 (*)
│ │ │ │ ├── serde v1.0.162 (*)
│ │ │ │ └── time v0.1.43
│ │ │ │ └── libc v0.2.144
│ │ │ ├── derivation-path v0.2.0
│ │ │ ├── digest v0.10.6 (*)
│ │ │ ├── ed25519-dalek v1.0.1
│ │ │ │ ├── curve25519-dalek v3.2.1 (*)
│ │ │ │ ├── ed25519 v1.2.0
│ │ │ │ │ └── signature v1.4.0
│ │ │ │ ├── rand v0.7.3 (*)
│ │ │ │ ├── serde v1.0.162 (*)
│ │ │ │ ├── sha2 v0.9.9 (*)
│ │ │ │ └── zeroize v1.3.0 (*)
│ │ │ ├── ed25519-dalek-bip32 v0.2.0
│ │ │ │ ├── derivation-path v0.2.0
│ │ │ │ ├── ed25519-dalek v1.0.1 (*)
│ │ │ │ ├── hmac v0.12.1
│ │ │ │ │ └── digest v0.10.6 (*)
│ │ │ │ └── sha2 v0.10.6 (*)
│ │ │ ├── generic-array v0.14.7 (*)
│ │ │ ├── hmac v0.12.1 (*)
│ │ │ ├── itertools v0.10.5 (*)
│ │ │ ├── lazy_static v1.4.0
│ │ │ ├── libsecp256k1 v0.6.0 (*)
│ │ │ ├── log v0.4.17 (*)
│ │ │ ├── memmap2 v0.5.10 (*)
│ │ │ ├── num-derive v0.3.3 (proc-macro) (*)
│ │ │ ├── num-traits v0.2.15 (*)
│ │ │ ├── num_enum v0.6.1
│ │ │ │ └── num_enum_derive v0.6.1 (proc-macro)
│ │ │ │ ├── proc-macro-crate v1.1.0
│ │ │ │ │ ├── thiserror v1.0.40 (*)
│ │ │ │ │ └── toml v0.5.8 (*)
│ │ │ │ ├── proc-macro2 v1.0.56 (*)
│ │ │ │ ├── quote v1.0.27 (*)
│ │ │ │ └── syn v2.0.15 (*)
│ │ │ ├── pbkdf2 v0.11.0
│ │ │ │ └── digest v0.10.6 (*)
│ │ │ ├── qstring v0.7.2
│ │ │ │ └── percent-encoding v2.1.0
│ │ │ ├── rand v0.7.3 (*)
│ │ │ ├── rand_chacha v0.2.2 (*)
│ │ │ ├── rustversion v1.0.12 (proc-macro)
│ │ │ ├── serde v1.0.162 (*)
│ │ │ ├── serde_bytes v0.11.9 (*)
│ │ │ ├── serde_derive v1.0.162 (proc-macro) (*)
│ │ │ ├── serde_json v1.0.96 (*)
│ │ │ ├── serde_with v2.3.3
│ │ │ │ ├── serde v1.0.162 (*)
│ │ │ │ └── serde_with_macros v2.3.3 (proc-macro)
│ │ │ │ ├── darling v0.20.1
│ │ │ │ │ ├── darling_core v0.20.1
│ │ │ │ │ │ ├── fnv v1.0.7
│ │ │ │ │ │ ├── ident_case v1.0.1
│ │ │ │ │ │ ├── proc-macro2 v1.0.56 (*)
│ │ │ │ │ │ ├── quote v1.0.27 (*)
│ │ │ │ │ │ ├── strsim v0.10.0
│ │ │ │ │ │ └── syn v2.0.15 (*)
│ │ │ │ │ └── darling_macro v0.20.1 (proc-macro)
│ │ │ │ │ ├── darling_core v0.20.1 (*)
│ │ │ │ │ ├── quote v1.0.27 (*)
│ │ │ │ │ └── syn v2.0.15 (*)
│ │ │ │ ├── proc-macro2 v1.0.56 (*)
│ │ │ │ ├── quote v1.0.27 (*)
│ │ │ │ └── syn v2.0.15 (*)
│ │ │ ├── sha2 v0.10.6 (*)
│ │ │ ├── sha3 v0.10.4 (*)
│ │ │ ├── solana-frozen-abi v1.16.0 (/home/benoit/Documents/tmp/solana/frozen-abi) (*)
│ │ │ ├── solana-frozen-abi-macro v1.16.0 (proc-macro) (/home/benoit/Documents/tmp/solana/frozen-abi/macro) (*)
│ │ │ ├── solana-logger v1.16.0 (/home/benoit/Documents/tmp/solana/logger) (*)
│ │ │ ├── solana-program v1.16.0 (/home/benoit/Documents/tmp/solana/sdk/program) (*)
│ │ │ ├── solana-sdk-macro v1.16.0 (proc-macro) (/home/benoit/Documents/tmp/solana/sdk/macro) (*)
│ │ │ ├── thiserror v1.0.40 (*)
│ │ │ ├── uriparse v0.6.4
│ │ │ │ ├── fnv v1.0.7
│ │ │ │ └── lazy_static v1.4.0
│ │ │ └── wasm-bindgen v0.2.84 (*)
│ │ │ [build-dependencies]
│ │ │ └── rustc_version v0.4.0 (*)
│ │ │ [dev-dependencies]
│ │ │ ├── anyhow v1.0.71
│ │ │ ├── curve25519-dalek v3.2.1 (*)
│ │ │ ├── hex v0.4.3
│ │ │ ├── static_assertions v1.1.0
│ │ │ └── tiny-bip39 v0.8.2 (*)
│ │ ├── solana-metrics v1.16.0 (/home/benoit/Documents/tmp/solana/metrics)
│ │ │ ├── crossbeam-channel v0.5.8 (*)
│ │ │ ├── gethostname v0.2.3
│ │ │ │ └── libc v0.2.144
│ │ │ ├── lazy_static v1.4.0
│ │ │ ├── log v0.4.17 (*)
│ │ │ ├── reqwest v0.11.17
│ │ │ │ ├── async-compression v0.3.14
│ │ │ │ │ ├── brotli v3.3.4
│ │ │ │ │ │ ├── alloc-no-stdlib v2.0.3
│ │ │ │ │ │ ├── alloc-stdlib v0.2.1
│ │ │ │ │ │ │ └── alloc-no-stdlib v2.0.3
│ │ │ │ │ │ └── brotli-decompressor v2.3.2
│ │ │ │ │ │ ├── alloc-no-stdlib v2.0.3
│ │ │ │ │ │ └── alloc-stdlib v0.2.1 (*)
│ │ │ │ │ ├── flate2 v1.0.26
│ │ │ │ │ │ ├── crc32fast v1.2.1
│ │ │ │ │ │ │ └── cfg-if v1.0.0
│ │ │ │ │ │ └── miniz_oxide v0.7.1
│ │ │ │ │ │ └── adler v1.0.2
│ │ │ │ │ ├── futures-core v0.3.28
│ │ │ │ │ ├── memchr v2.4.1
│ │ │ │ │ ├── pin-project-lite v0.2.7
│ │ │ │ │ └── tokio v1.14.1
│ │ │ │ │ ├── bytes v1.4.0
│ │ │ │ │ ├── libc v0.2.144
│ │ │ │ │ ├── memchr v2.4.1
│ │ │ │ │ ├── mio v0.7.14
│ │ │ │ │ │ ├── libc v0.2.144
│ │ │ │ │ │ └── log v0.4.17 (*)
│ │ │ │ │ ├── num_cpus v1.15.0 (*)
│ │ │ │ │ ├── once_cell v1.17.1
│ │ │ │ │ ├── parking_lot v0.11.2
│ │ │ │ │ │ ├── instant v0.1.12
│ │ │ │ │ │ │ └── cfg-if v1.0.0
│ │ │ │ │ │ ├── lock_api v0.4.6
│ │ │ │ │ │ │ └── scopeguard v1.1.0
│ │ │ │ │ │ └── parking_lot_core v0.8.5
│ │ │ │ │ │ ├── cfg-if v1.0.0
│ │ │ │ │ │ ├── instant v0.1.12 (*)
│ │ │ │ │ │ ├── libc v0.2.144
│ │ │ │ │ │ └── smallvec v1.7.0
│ │ │ │ │ ├── pin-project-lite v0.2.7
│ │ │ │ │ ├── signal-hook-registry v1.4.0
│ │ │ │ │ │ └── libc v0.2.144
│ │ │ │ │ └── tokio-macros v1.7.0 (proc-macro)
│ │ │ │ │ ├── proc-macro2 v1.0.56 (*)
│ │ │ │ │ ├── quote v1.0.27 (*)
│ │ │ │ │ └── syn v1.0.109 (*)
│ │ │ │ │ [build-dependencies]
│ │ │ │ │ └── autocfg v1.1.0
│ │ │ │ ├── base64 v0.21.0
│ │ │ │ ├── bytes v1.4.0
│ │ │ │ ├── encoding_rs v0.8.29
│ │ │ │ │ └── cfg-if v1.0.0
│ │ │ │ ├── futures-core v0.3.28
│ │ │ │ ├── futures-util v0.3.28
│ │ │ │ │ ├── futures v0.1.31
│ │ │ │ │ ├── futures-channel v0.3.28
│ │ │ │ │ │ ├── futures-core v0.3.28
│ │ │ │ │ │ └── futures-sink v0.3.28
│ │ │ │ │ ├── futures-core v0.3.28
│ │ │ │ │ ├── futures-io v0.3.28
│ │ │ │ │ ├── futures-macro v0.3.28 (proc-macro)
│ │ │ │ │ │ ├── proc-macro2 v1.0.56 (*)
│ │ │ │ │ │ ├── quote v1.0.27 (*)
│ │ │ │ │ │ └── syn v2.0.15 (*)
│ │ │ │ │ ├── futures-sink v0.3.28
│ │ │ │ │ ├── futures-task v0.3.28
│ │ │ │ │ ├── memchr v2.4.1
│ │ │ │ │ ├── pin-project-lite v0.2.7
│ │ │ │ │ ├── pin-utils v0.1.0
│ │ │ │ │ └── slab v0.4.5
│ │ │ │ ├── h2 v0.3.18
│ │ │ │ │ ├── bytes v1.4.0
│ │ │ │ │ ├── fnv v1.0.7
│ │ │ │ │ ├── futures-core v0.3.28
│ │ │ │ │ ├── futures-sink v0.3.28
│ │ │ │ │ ├── futures-util v0.3.28 (*)
│ │ │ │ │ ├── http v0.2.9
│ │ │ │ │ │ ├── bytes v1.4.0
│ │ │ │ │ │ ├── fnv v1.0.7
│ │ │ │ │ │ └── itoa v1.0.1
│ │ │ │ │ ├── indexmap v1.9.3 (*)
│ │ │ │ │ ├── slab v0.4.5
│ │ │ │ │ ├── tokio v1.14.1 (*)
│ │ │ │ │ ├── tokio-util v0.7.1
│ │ │ │ │ │ ├── bytes v1.4.0
│ │ │ │ │ │ ├── futures-core v0.3.28
│ │ │ │ │ │ ├── futures-sink v0.3.28
│ │ │ │ │ │ ├── pin-project-lite v0.2.7
│ │ │ │ │ │ ├── tokio v1.14.1 (*)
│ │ │ │ │ │ └── tracing v0.1.29
│ │ │ │ │ │ ├── cfg-if v1.0.0
│ │ │ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ │ │ ├── pin-project-lite v0.2.7
│ │ │ │ │ │ ├── tracing-attributes v0.1.18 (proc-macro)
│ │ │ │ │ │ │ ├── proc-macro2 v1.0.56 (*)
│ │ │ │ │ │ │ ├── quote v1.0.27 (*)
│ │ │ │ │ │ │ └── syn v1.0.109 (*)
│ │ │ │ │ │ └── tracing-core v0.1.21
│ │ │ │ │ │ └── lazy_static v1.4.0
│ │ │ │ │ └── tracing v0.1.29 (*)
│ │ │ │ ├── http v0.2.9 (*)
│ │ │ │ ├── http-body v0.4.5
│ │ │ │ │ ├── bytes v1.4.0
│ │ │ │ │ ├── http v0.2.9 (*)
│ │ │ │ │ └── pin-project-lite v0.2.7
│ │ │ │ ├── hyper v0.14.26
│ │ │ │ │ ├── bytes v1.4.0
│ │ │ │ │ ├── futures-channel v0.3.28 (*)
│ │ │ │ │ ├── futures-core v0.3.28
│ │ │ │ │ ├── futures-util v0.3.28 (*)
│ │ │ │ │ ├── h2 v0.3.18 (*)
│ │ │ │ │ ├── http v0.2.9 (*)
│ │ │ │ │ ├── http-body v0.4.5 (*)
│ │ │ │ │ ├── httparse v1.8.0
│ │ │ │ │ ├── httpdate v1.0.1
│ │ │ │ │ ├── itoa v1.0.1
│ │ │ │ │ ├── pin-project-lite v0.2.7
│ │ │ │ │ ├── socket2 v0.4.9
│ │ │ │ │ │ └── libc v0.2.144
│ │ │ │ │ ├── tokio v1.14.1 (*)
│ │ │ │ │ ├── tower-service v0.3.1
│ │ │ │ │ ├── tracing v0.1.29 (*)
│ │ │ │ │ └── want v0.3.0
│ │ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ │ └── try-lock v0.2.3
│ │ │ │ ├── hyper-rustls v0.23.0
│ │ │ │ │ ├── http v0.2.9 (*)
│ │ │ │ │ ├── hyper v0.14.26 (*)
│ │ │ │ │ ├── rustls v0.20.8
│ │ │ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ │ │ ├── ring v0.16.20
│ │ │ │ │ │ │ ├── libc v0.2.144
│ │ │ │ │ │ │ ├── once_cell v1.17.1
│ │ │ │ │ │ │ ├── spin v0.5.2
│ │ │ │ │ │ │ └── untrusted v0.7.1
│ │ │ │ │ │ │ [build-dependencies]
│ │ │ │ │ │ │ └── cc v1.0.79 (*)
│ │ │ │ │ │ ├── sct v0.7.0
│ │ │ │ │ │ │ ├── ring v0.16.20 (*)
│ │ │ │ │ │ │ └── untrusted v0.7.1
│ │ │ │ │ │ └── webpki v0.22.0
│ │ │ │ │ │ ├── ring v0.16.20 (*)
│ │ │ │ │ │ └── untrusted v0.7.1
│ │ │ │ │ ├── tokio v1.14.1 (*)
│ │ │ │ │ └── tokio-rustls v0.23.3
│ │ │ │ │ ├── rustls v0.20.8 (*)
│ │ │ │ │ ├── tokio v1.14.1 (*)
│ │ │ │ │ └── webpki v0.22.0 (*)
│ │ │ │ ├── hyper-tls v0.5.0
│ │ │ │ │ ├── bytes v1.4.0
│ │ │ │ │ ├── hyper v0.14.26 (*)
│ │ │ │ │ ├── native-tls v0.2.11
│ │ │ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ │ │ ├── openssl v0.10.52
│ │ │ │ │ │ │ ├── bitflags v1.3.2
│ │ │ │ │ │ │ ├── cfg-if v1.0.0
│ │ │ │ │ │ │ ├── foreign-types v0.3.2
│ │ │ │ │ │ │ │ └── foreign-types-shared v0.1.1
│ │ │ │ │ │ │ ├── libc v0.2.144
│ │ │ │ │ │ │ ├── once_cell v1.17.1
│ │ │ │ │ │ │ ├── openssl-macros v0.1.0 (proc-macro)
│ │ │ │ │ │ │ │ ├── proc-macro2 v1.0.56 (*)
│ │ │ │ │ │ │ │ ├── quote v1.0.27 (*)
│ │ │ │ │ │ │ │ └── syn v1.0.109 (*)
│ │ │ │ │ │ │ └── openssl-sys v0.9.87
│ │ │ │ │ │ │ └── libc v0.2.144
│ │ │ │ │ │ │ [build-dependencies]
│ │ │ │ │ │ │ ├── cc v1.0.79 (*)
│ │ │ │ │ │ │ ├── openssl-src v111.25.0+1.1.1t
│ │ │ │ │ │ │ │ └── cc v1.0.79 (*)
│ │ │ │ │ │ │ └── pkg-config v0.3.22
│ │ │ │ │ │ ├── openssl-probe v0.1.4
│ │ │ │ │ │ └── openssl-sys v0.9.87 (*)
│ │ │ │ │ ├── tokio v1.14.1 (*)
│ │ │ │ │ └── tokio-native-tls v0.3.0
│ │ │ │ │ ├── native-tls v0.2.11 (*)
│ │ │ │ │ └── tokio v1.14.1 (*)
│ │ │ │ ├── ipnet v2.3.1
│ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ ├── mime v0.3.16
│ │ │ │ ├── native-tls v0.2.11 (*)
│ │ │ │ ├── once_cell v1.17.1
│ │ │ │ ├── percent-encoding v2.1.0
│ │ │ │ ├── pin-project-lite v0.2.7
│ │ │ │ ├── rustls v0.20.8 (*)
│ │ │ │ ├── rustls-pemfile v1.0.0
│ │ │ │ │ └── base64 v0.13.1
│ │ │ │ ├── serde v1.0.162 (*)
│ │ │ │ ├── serde_json v1.0.96 (*)
│ │ │ │ ├── serde_urlencoded v0.7.1
│ │ │ │ │ ├── form_urlencoded v1.0.1
│ │ │ │ │ │ ├── matches v0.1.10
│ │ │ │ │ │ └── percent-encoding v2.1.0
│ │ │ │ │ ├── itoa v1.0.1
│ │ │ │ │ ├── ryu v1.0.5
│ │ │ │ │ └── serde v1.0.162 (*)
│ │ │ │ ├── tokio v1.14.1 (*)
│ │ │ │ ├── tokio-native-tls v0.3.0 (*)
│ │ │ │ ├── tokio-rustls v0.23.3 (*)
│ │ │ │ ├── tokio-util v0.7.1 (*)
│ │ │ │ ├── tower-service v0.3.1
│ │ │ │ ├── url v2.2.2
│ │ │ │ │ ├── form_urlencoded v1.0.1 (*)
│ │ │ │ │ ├── idna v0.2.3
│ │ │ │ │ │ ├── matches v0.1.10
│ │ │ │ │ │ ├── unicode-bidi v0.3.7
│ │ │ │ │ │ └── unicode-normalization v0.1.19 (*)
│ │ │ │ │ ├── matches v0.1.10
│ │ │ │ │ └── percent-encoding v2.1.0
│ │ │ │ └── webpki-roots v0.22.1
│ │ │ │ └── webpki v0.22.0 (*)
│ │ │ └── solana-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/sdk) (*)
│ │ │ [dev-dependencies]
│ │ │ ├── env_logger v0.9.3 (*)
│ │ │ ├── rand v0.7.3 (*)
│ │ │ └── serial_test v0.9.0
│ │ │ ├── dashmap v5.2.0
│ │ │ │ ├── cfg-if v1.0.0
│ │ │ │ ├── num_cpus v1.15.0 (*)
│ │ │ │ └── parking_lot v0.12.1
│ │ │ │ ├── lock_api v0.4.6 (*)
│ │ │ │ └── parking_lot_core v0.9.1
│ │ │ │ ├── cfg-if v1.0.0
│ │ │ │ ├── libc v0.2.144
│ │ │ │ └── smallvec v1.7.0
│ │ │ ├── futures v0.3.28
│ │ │ │ ├── futures-channel v0.3.28 (*)
│ │ │ │ ├── futures-core v0.3.28
│ │ │ │ ├── futures-executor v0.3.28
│ │ │ │ │ ├── futures-core v0.3.28
│ │ │ │ │ ├── futures-task v0.3.28
│ │ │ │ │ ├── futures-util v0.3.28 (*)
│ │ │ │ │ └── num_cpus v1.15.0 (*)
│ │ │ │ ├── futures-io v0.3.28
│ │ │ │ ├── futures-sink v0.3.28
│ │ │ │ ├── futures-task v0.3.28
│ │ │ │ └── futures-util v0.3.28 (*)
│ │ │ ├── lazy_static v1.4.0
│ │ │ ├── log v0.4.17 (*)
│ │ │ ├── parking_lot v0.12.1 (*)
│ │ │ └── serial_test_derive v0.9.0 (proc-macro)
│ │ │ ├── proc-macro-error v1.0.4
│ │ │ │ ├── proc-macro-error-attr v1.0.4 (proc-macro)
│ │ │ │ │ ├── proc-macro2 v1.0.56 (*)
│ │ │ │ │ └── quote v1.0.27 (*)
│ │ │ │ │ [build-dependencies]
│ │ │ │ │ └── version_check v0.9.4
│ │ │ │ ├── proc-macro2 v1.0.56 (*)
│ │ │ │ ├── quote v1.0.27 (*)
│ │ │ │ └── syn v1.0.109 (*)
│ │ │ │ [build-dependencies]
│ │ │ │ └── version_check v0.9.4
│ │ │ ├── proc-macro2 v1.0.56 (*)
│ │ │ ├── quote v1.0.27 (*)
│ │ │ └── syn v1.0.109 (*)
│ │ ├── solana-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/sdk) (*)
│ │ ├── solana_rbpf v0.3.0
│ │ │ ├── byteorder v1.4.3
│ │ │ ├── combine v3.8.1
│ │ │ │ ├── ascii v0.9.3
│ │ │ │ ├── byteorder v1.4.3
│ │ │ │ ├── either v1.8.1
│ │ │ │ ├── memchr v2.4.1
│ │ │ │ └── unreachable v1.0.0
│ │ │ │ └── void v1.0.2
│ │ │ ├── gdbstub v0.6.3
│ │ │ │ ├── bitflags v1.3.2
│ │ │ │ ├── cfg-if v1.0.0
│ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ ├── managed v0.8.0
│ │ │ │ ├── num-traits v0.2.15 (*)
│ │ │ │ └── paste v1.0.9 (proc-macro)
│ │ │ ├── goblin v0.5.1
│ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ ├── plain v0.2.3
│ │ │ │ └── scroll v0.11.0
│ │ │ │ └── scroll_derive v0.11.0 (proc-macro)
│ │ │ │ ├── proc-macro2 v1.0.56 (*)
│ │ │ │ ├── quote v1.0.27 (*)
│ │ │ │ └── syn v1.0.109 (*)
│ │ │ ├── hash32 v0.2.1
│ │ │ │ └── byteorder v1.4.3
│ │ │ ├── libc v0.2.144
│ │ │ ├── log v0.4.17 (*)
│ │ │ ├── rand v0.8.5 (*)
│ │ │ ├── rustc-demangle v0.1.21
│ │ │ ├── scroll v0.11.0 (*)
│ │ │ ├── thiserror v1.0.40 (*)
│ │ │ └── winapi v0.3.9
│ │ └── thiserror v1.0.40 (*)
│ │ [build-dependencies]
│ │ └── rustc_version v0.4.0 (*)
│ │ [dev-dependencies]
│ │ └── solana-logger v1.16.0 (/home/benoit/Documents/tmp/solana/logger) (*)
│ ├── solana-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/sdk) (*)
│ └── thiserror v1.0.40 (*)
│ [build-dependencies]
│ └── rustc_version v0.4.0 (*)
├── solana-config-program v1.16.0 (/home/benoit/Documents/tmp/solana/programs/config)
│ ├── bincode v1.3.3 (*)
│ ├── chrono v0.4.24 (*)
│ ├── serde v1.0.162 (*)
│ ├── serde_derive v1.0.162 (proc-macro) (*)
│ ├── solana-program-runtime v1.16.0 (/home/benoit/Documents/tmp/solana/program-runtime) (*)
│ └── solana-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/sdk) (*)
│ [dev-dependencies]
│ └── solana-logger v1.16.0 (/home/benoit/Documents/tmp/solana/logger) (*)
├── solana-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/sdk) (*)
├── spl-token v3.5.0
│ ├── arrayref v0.3.7
│ ├── bytemuck v1.13.1 (*)
│ ├── num-derive v0.3.3 (proc-macro) (*)
│ ├── num-traits v0.2.15 (*)
│ ├── num_enum v0.5.11
│ │ └── num_enum_derive v0.5.11 (proc-macro)
│ │ ├── proc-macro-crate v1.1.0 (*)
│ │ ├── proc-macro2 v1.0.56 (*)
│ │ ├── quote v1.0.27 (*)
│ │ └── syn v1.0.109 (*)
│ ├── solana-program v1.15.1
│ │ ├── ark-bn254 v0.3.0
│ │ │ ├── ark-ec v0.3.0
│ │ │ │ ├── ark-ff v0.3.0
│ │ │ │ │ ├── ark-ff-asm v0.3.0 (proc-macro)
│ │ │ │ │ │ ├── quote v1.0.27 (*)
│ │ │ │ │ │ └── syn v1.0.109 (*)
│ │ │ │ │ ├── ark-ff-macros v0.3.0 (proc-macro)
│ │ │ │ │ │ ├── num-bigint v0.4.3 (*)
│ │ │ │ │ │ ├── num-traits v0.2.15 (*)
│ │ │ │ │ │ ├── quote v1.0.27 (*)
│ │ │ │ │ │ └── syn v1.0.109 (*)
│ │ │ │ │ ├── ark-serialize v0.3.0
│ │ │ │ │ │ ├── ark-std v0.3.0
│ │ │ │ │ │ │ ├── num-traits v0.2.15 (*)
│ │ │ │ │ │ │ └── rand v0.8.5 (*)
│ │ │ │ │ │ └── digest v0.9.0 (*)
│ │ │ │ │ ├── ark-std v0.3.0 (*)
│ │ │ │ │ ├── derivative v2.2.0 (proc-macro) (*)
│ │ │ │ │ ├── num-bigint v0.4.3 (*)
│ │ │ │ │ ├── num-traits v0.2.15 (*)
│ │ │ │ │ ├── paste v1.0.9 (proc-macro)
│ │ │ │ │ └── zeroize v1.3.0 (*)
│ │ │ │ │ [build-dependencies]
│ │ │ │ │ └── rustc_version v0.3.3
│ │ │ │ │ └── semver v0.11.0
│ │ │ │ │ └── semver-parser v0.10.2
│ │ │ │ │ └── pest v2.1.3
│ │ │ │ │ └── ucd-trie v0.1.3
│ │ │ │ ├── ark-serialize v0.3.0 (*)
│ │ │ │ ├── ark-std v0.3.0 (*)
│ │ │ │ ├── derivative v2.2.0 (proc-macro) (*)
│ │ │ │ ├── num-traits v0.2.15 (*)
│ │ │ │ └── zeroize v1.3.0 (*)
│ │ │ ├── ark-ff v0.3.0 (*)
│ │ │ └── ark-std v0.3.0 (*)
│ │ ├── ark-ec v0.3.0 (*)
│ │ ├── ark-ff v0.3.0 (*)
│ │ ├── array-bytes v1.4.1
│ │ ├── base64 v0.13.1
│ │ ├── bincode v1.3.3 (*)
│ │ ├── bitflags v1.3.2
│ │ ├── blake3 v1.3.3 (*)
│ │ ├── borsh v0.9.3 (*)
│ │ ├── borsh-derive v0.9.3 (proc-macro) (*)
│ │ ├── bs58 v0.4.0
│ │ ├── bv v0.11.1 (*)
│ │ ├── bytemuck v1.13.1 (*)
│ │ ├── curve25519-dalek v3.2.1 (*)
│ │ ├── itertools v0.10.5 (*)
│ │ ├── lazy_static v1.4.0
│ │ ├── libc v0.2.144
│ │ ├── libsecp256k1 v0.6.0 (*)
│ │ ├── log v0.4.17 (*)
│ │ ├── memoffset v0.8.0 (*)
│ │ ├── num-bigint v0.4.3 (*)
│ │ ├── num-derive v0.3.3 (proc-macro) (*)
│ │ ├── num-traits v0.2.15 (*)
│ │ ├── rand v0.7.3 (*)
│ │ ├── rand_chacha v0.2.2 (*)
│ │ ├── rustversion v1.0.12 (proc-macro)
│ │ ├── serde v1.0.162 (*)
│ │ ├── serde_bytes v0.11.9 (*)
│ │ ├── serde_derive v1.0.162 (proc-macro) (*)
│ │ ├── serde_json v1.0.96 (*)
│ │ ├── sha2 v0.10.6 (*)
│ │ ├── sha3 v0.10.4 (*)
│ │ ├── solana-frozen-abi v1.15.1
│ │ │ ├── ahash v0.7.6 (*)
│ │ │ ├── blake3 v1.3.3 (*)
│ │ │ ├── block-buffer v0.9.0 (*)
│ │ │ ├── bs58 v0.4.0
│ │ │ ├── bv v0.11.1 (*)
│ │ │ ├── byteorder v1.4.3
│ │ │ ├── cc v1.0.79 (*)
│ │ │ ├── either v1.8.1
│ │ │ ├── generic-array v0.14.7 (*)
│ │ │ ├── getrandom v0.1.16 (*)
│ │ │ ├── hashbrown v0.12.3 (*)
│ │ │ ├── im v15.1.0 (*)
│ │ │ ├── lazy_static v1.4.0
│ │ │ ├── log v0.4.17 (*)
│ │ │ ├── memmap2 v0.5.10 (*)
│ │ │ ├── once_cell v1.17.1
│ │ │ ├── rand_core v0.6.4 (*)
│ │ │ ├── serde v1.0.162 (*)
│ │ │ ├── serde_bytes v0.11.9 (*)
│ │ │ ├── serde_derive v1.0.162 (proc-macro) (*)
│ │ │ ├── serde_json v1.0.96 (*)
│ │ │ ├── sha2 v0.10.6 (*)
│ │ │ ├── solana-frozen-abi-macro v1.15.1 (proc-macro)
│ │ │ │ ├── proc-macro2 v1.0.56 (*)
│ │ │ │ ├── quote v1.0.27 (*)
│ │ │ │ └── syn v1.0.109 (*)
│ │ │ │ [build-dependencies]
│ │ │ │ └── rustc_version v0.4.0 (*)
│ │ │ ├── subtle v2.4.1
│ │ │ └── thiserror v1.0.40 (*)
│ │ │ [build-dependencies]
│ │ │ └── rustc_version v0.4.0 (*)
│ │ ├── solana-frozen-abi-macro v1.15.1 (proc-macro) (*)
│ │ ├── solana-sdk-macro v1.15.1 (proc-macro)
│ │ │ ├── bs58 v0.4.0
│ │ │ ├── proc-macro2 v1.0.56 (*)
│ │ │ ├── quote v1.0.27 (*)
│ │ │ ├── rustversion v1.0.12 (proc-macro)
│ │ │ └── syn v1.0.109 (*)
│ │ ├── thiserror v1.0.40 (*)
│ │ ├── tiny-bip39 v0.8.2 (*)
│ │ ├── wasm-bindgen v0.2.84 (*)
│ │ └── zeroize v1.3.0 (*)
│ │ [build-dependencies]
│ │ ├── cc v1.0.79 (*)
│ │ └── rustc_version v0.4.0 (*)
│ └── thiserror v1.0.40 (*)
├── spl-token-2022 v0.6.1
│ ├── arrayref v0.3.7
│ ├── bytemuck v1.13.1 (*)
│ ├── num-derive v0.3.3 (proc-macro) (*)
│ ├── num-traits v0.2.15 (*)
│ ├── num_enum v0.5.11 (*)
│ ├── solana-program v1.15.1 (*)
│ ├── solana-zk-token-sdk v1.15.1
│ │ ├── aes-gcm-siv v0.10.3
│ │ │ ├── aead v0.4.3
│ │ │ │ └── generic-array v0.14.7 (*)
│ │ │ ├── aes v0.7.5
│ │ │ │ ├── cfg-if v1.0.0
│ │ │ │ ├── cipher v0.3.0
│ │ │ │ │ └── generic-array v0.14.7 (*)
│ │ │ │ ├── cpufeatures v0.2.1
│ │ │ │ └── opaque-debug v0.3.0
│ │ │ ├── cipher v0.3.0 (*)
│ │ │ ├── ctr v0.8.0
│ │ │ │ └── cipher v0.3.0 (*)
│ │ │ ├── polyval v0.5.3
│ │ │ │ ├── cfg-if v1.0.0
│ │ │ │ ├── cpufeatures v0.2.1
│ │ │ │ ├── opaque-debug v0.3.0
│ │ │ │ └── universal-hash v0.4.1
│ │ │ │ ├── generic-array v0.14.7 (*)
│ │ │ │ └── subtle v2.4.1
│ │ │ ├── subtle v2.4.1
│ │ │ └── zeroize v1.3.0 (*)
│ │ ├── arrayref v0.3.7
│ │ ├── base64 v0.13.1
│ │ ├── bincode v1.3.3 (*)
│ │ ├── bytemuck v1.13.1 (*)
│ │ ├── byteorder v1.4.3
│ │ ├── cipher v0.4.3
│ │ │ ├── crypto-common v0.1.3 (*)
│ │ │ └── inout v0.1.2
│ │ │ └── generic-array v0.14.7 (*)
│ │ ├── curve25519-dalek v3.2.1 (*)
│ │ ├── getrandom v0.1.16 (*)
│ │ ├── itertools v0.10.5 (*)
│ │ ├── lazy_static v1.4.0
│ │ ├── merlin v3.0.0
│ │ │ ├── byteorder v1.4.3
│ │ │ ├── keccak v0.1.0
│ │ │ ├── rand_core v0.6.4 (*)
│ │ │ └── zeroize v1.3.0 (*)
│ │ ├── num-derive v0.3.3 (proc-macro) (*)
│ │ ├── num-traits v0.2.15 (*)
│ │ ├── rand v0.7.3 (*)
│ │ ├── serde v1.0.162 (*)
│ │ ├── serde_json v1.0.96 (*)
│ │ ├── sha3 v0.9.1
│ │ │ ├── block-buffer v0.9.0 (*)
│ │ │ ├── digest v0.9.0 (*)
│ │ │ ├── keccak v0.1.0
│ │ │ └── opaque-debug v0.3.0
│ │ ├── solana-program v1.15.1 (*)
│ │ ├── solana-sdk v1.15.1
│ │ │ ├── assert_matches v1.5.0
│ │ │ ├── base64 v0.13.1
│ │ │ ├── bincode v1.3.3 (*)
│ │ │ ├── bitflags v1.3.2
│ │ │ ├── borsh v0.9.3 (*)
│ │ │ ├── bs58 v0.4.0
│ │ │ ├── bytemuck v1.13.1 (*)
│ │ │ ├── byteorder v1.4.3
│ │ │ ├── chrono v0.4.24 (*)
│ │ │ ├── derivation-path v0.2.0
│ │ │ ├── digest v0.10.6 (*)
│ │ │ ├── ed25519-dalek v1.0.1 (*)
│ │ │ ├── ed25519-dalek-bip32 v0.2.0 (*)
│ │ │ ├── generic-array v0.14.7 (*)
│ │ │ ├── hmac v0.12.1 (*)
│ │ │ ├── itertools v0.10.5 (*)
│ │ │ ├── lazy_static v1.4.0
│ │ │ ├── libsecp256k1 v0.6.0 (*)
│ │ │ ├── log v0.4.17 (*)
│ │ │ ├── memmap2 v0.5.10 (*)
│ │ │ ├── num-derive v0.3.3 (proc-macro) (*)
│ │ │ ├── num-traits v0.2.15 (*)
│ │ │ ├── num_enum v0.5.11 (*)
│ │ │ ├── pbkdf2 v0.11.0 (*)
│ │ │ ├── qstring v0.7.2 (*)
│ │ │ ├── rand v0.7.3 (*)
│ │ │ ├── rand_chacha v0.2.2 (*)
│ │ │ ├── rustversion v1.0.12 (proc-macro)
│ │ │ ├── serde v1.0.162 (*)
│ │ │ ├── serde_bytes v0.11.9 (*)
│ │ │ ├── serde_derive v1.0.162 (proc-macro) (*)
│ │ │ ├── serde_json v1.0.96 (*)
│ │ │ ├── serde_with v2.3.3 (*)
│ │ │ ├── sha2 v0.10.6 (*)
│ │ │ ├── sha3 v0.10.4 (*)
│ │ │ ├── solana-frozen-abi v1.15.1 (*)
│ │ │ ├── solana-frozen-abi-macro v1.15.1 (proc-macro) (*)
│ │ │ ├── solana-logger v1.15.1
│ │ │ │ ├── env_logger v0.9.3 (*)
│ │ │ │ ├── lazy_static v1.4.0
│ │ │ │ └── log v0.4.17 (*)
│ │ │ ├── solana-program v1.15.1 (*)
│ │ │ ├── solana-sdk-macro v1.15.1 (proc-macro) (*)
│ │ │ ├── thiserror v1.0.40 (*)
│ │ │ ├── uriparse v0.6.4 (*)
│ │ │ └── wasm-bindgen v0.2.84 (*)
│ │ │ [build-dependencies]
│ │ │ └── rustc_version v0.4.0 (*)
│ │ ├── subtle v2.4.1
│ │ ├── thiserror v1.0.40 (*)
│ │ └── zeroize v1.3.0 (*)
│ ├── spl-memo v3.0.1
│ │ └── solana-program v1.15.1 (*)
│ ├── spl-token v3.5.0 (*)
│ └── thiserror v1.0.40 (*)
├── thiserror v1.0.40 (*)
└── zstd v0.11.2+zstd.1.5.2
└── zstd-safe v5.0.1+zstd.1.5.2
├── libc v0.2.144
└── zstd-sys v2.0.1+zstd.1.5.2
└── libc v0.2.144
[build-dependencies]
└── cc v1.0.79 (*)
solana-accounts-bench v1.16.0 (/home/benoit/Documents/tmp/solana/accounts-bench)
├── clap v2.33.3
│ ├── ansi_term v0.11.0
│ ├── atty v0.2.14 (*)
│ ├── bitflags v1.3.2
│ ├── strsim v0.8.0
│ ├── textwrap v0.11.0
│ │ └── unicode-width v0.1.9
│ ├── unicode-width v0.1.9
│ └── vec_map v0.8.2
├── log v0.4.17 (*)
├── rayon v1.7.0 (*)
├── solana-logger v1.16.0 (/home/benoit/Documents/tmp/solana/logger) (*)
├── solana-measure v1.16.0 (/home/benoit/Documents/tmp/solana/measure) (*)
├── solana-runtime v1.16.0 (/home/benoit/Documents/tmp/solana/runtime)
│ ├── arrayref v0.3.7
│ ├── bincode v1.3.3 (*)
│ ├── blake3 v1.3.3 (*)
│ ├── bv v0.11.1 (*)
│ ├── bytemuck v1.13.1 (*)
│ ├── byteorder v1.4.3
│ ├── bzip2 v0.4.4
│ │ ├── bzip2-sys v0.1.11+1.0.8
│ │ │ └── libc v0.2.144
│ │ │ [build-dependencies]
│ │ │ ├── cc v1.0.79 (*)
│ │ │ └── pkg-config v0.3.22
│ │ └── libc v0.2.144
│ ├── crossbeam-channel v0.5.8 (*)
│ ├── dashmap v4.0.2
│ │ ├── cfg-if v1.0.0
│ │ ├── num_cpus v1.15.0 (*)
│ │ └── rayon v1.7.0 (*)
│ ├── dir-diff v0.3.2
│ │ └── walkdir v2.3.2
│ │ └── same-file v1.0.6
│ ├── flate2 v1.0.26 (*)
│ ├── fnv v1.0.7
│ ├── im v15.1.0 (*)
│ ├── index_list v0.2.7
│ ├── itertools v0.10.5 (*)
│ ├── lazy_static v1.4.0
│ ├── log v0.4.17 (*)
│ ├── lru v0.7.8
│ │ └── hashbrown v0.12.3 (*)
│ ├── lz4 v1.24.0
│ │ ├── libc v0.2.144
│ │ └── lz4-sys v1.9.4
│ │ └── libc v0.2.144
│ │ [build-dependencies]
│ │ └── cc v1.0.79 (*)
│ ├── memmap2 v0.5.10 (*)
│ ├── modular-bitfield v0.11.2
│ │ ├── modular-bitfield-impl v0.11.2 (proc-macro)
│ │ │ ├── proc-macro2 v1.0.56 (*)
│ │ │ ├── quote v1.0.27 (*)
│ │ │ └── syn v1.0.109 (*)
│ │ └── static_assertions v1.1.0
│ ├── num-derive v0.3.3 (proc-macro) (*)
│ ├── num-traits v0.2.15 (*)
│ ├── num_cpus v1.15.0 (*)
│ ├── num_enum v0.6.1 (*)
│ ├── once_cell v1.17.1
│ ├── ouroboros v0.15.6
│ │ ├── aliasable v0.1.3
│ │ └── ouroboros_macro v0.15.6 (proc-macro)
│ │ ├── Inflector v0.11.4
│ │ ├── proc-macro-error v1.0.4 (*)
│ │ ├── proc-macro2 v1.0.56 (*)
│ │ ├── quote v1.0.27 (*)
│ │ └── syn v1.0.109 (*)
│ ├── percentage v0.1.0 (*)
│ ├── rand v0.7.3 (*)
│ ├── rayon v1.7.0 (*)
│ ├── regex v1.6.0 (*)
│ ├── serde v1.0.162 (*)
│ ├── serde_derive v1.0.162 (proc-macro) (*)
│ ├── solana-address-lookup-table-program v1.16.0 (/home/benoit/Documents/tmp/solana/programs/address-lookup-table) (*)
│ ├── solana-bpf-loader-program v1.16.0 (/home/benoit/Documents/tmp/solana/programs/bpf_loader)
│ │ ├── bincode v1.3.3 (*)
│ │ ├── byteorder v1.4.3
│ │ ├── libsecp256k1 v0.6.0 (*)
│ │ ├── log v0.4.17 (*)
│ │ ├── rand v0.7.3 (*)
│ │ ├── solana-measure v1.16.0 (/home/benoit/Documents/tmp/solana/measure) (*)
│ │ ├── solana-program-runtime v1.16.0 (/home/benoit/Documents/tmp/solana/program-runtime) (*)
│ │ ├── solana-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/sdk) (*)
│ │ ├── solana-zk-token-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/zk-token-sdk)
│ │ │ ├── aes-gcm-siv v0.10.3 (*)
│ │ │ ├── arrayref v0.3.7
│ │ │ ├── base64 v0.13.1
│ │ │ ├── bincode v1.3.3 (*)
│ │ │ ├── bytemuck v1.13.1 (*)
│ │ │ ├── byteorder v1.4.3
│ │ │ ├── curve25519-dalek v3.2.1 (*)
│ │ │ ├── getrandom v0.1.16 (*)
│ │ │ ├── itertools v0.10.5 (*)
│ │ │ ├── lazy_static v1.4.0
│ │ │ ├── merlin v3.0.0 (*)
│ │ │ ├── num-derive v0.3.3 (proc-macro) (*)
│ │ │ ├── num-traits v0.2.15 (*)
│ │ │ ├── rand v0.7.3 (*)
│ │ │ ├── serde v1.0.162 (*)
│ │ │ ├── serde_json v1.0.96 (*)
│ │ │ ├── sha3 v0.9.1 (*)
│ │ │ ├── solana-program v1.16.0 (/home/benoit/Documents/tmp/solana/sdk/program) (*)
│ │ │ ├── solana-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/sdk) (*)
│ │ │ ├── subtle v2.4.1
│ │ │ ├── thiserror v1.0.40 (*)
│ │ │ └── zeroize v1.3.0 (*)
│ │ ├── solana_rbpf v0.3.0 (*)
│ │ └── thiserror v1.0.40 (*)
│ │ [dev-dependencies]
│ │ └── memoffset v0.8.0 (*)
│ ├── solana-bucket-map v1.16.0 (/home/benoit/Documents/tmp/solana/bucket_map)
│ │ ├── bv v0.11.1 (*)
│ │ ├── log v0.4.17 (*)
│ │ ├── memmap2 v0.5.10 (*)
│ │ ├── modular-bitfield v0.11.2 (*)
│ │ ├── num_enum v0.6.1 (*)
│ │ ├── rand v0.7.3 (*)
│ │ ├── solana-measure v1.16.0 (/home/benoit/Documents/tmp/solana/measure) (*)
│ │ ├── solana-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/sdk) (*)
│ │ └── tempfile v3.5.0 (*)
│ │ [dev-dependencies]
│ │ ├── fs_extra v1.3.0
│ │ ├── rayon v1.7.0 (*)
│ │ └── solana-logger v1.16.0 (/home/benoit/Documents/tmp/solana/logger) (*)
│ ├── solana-compute-budget-program v1.16.0 (/home/benoit/Documents/tmp/solana/programs/compute-budget)
│ │ ├── solana-program-runtime v1.16.0 (/home/benoit/Documents/tmp/solana/program-runtime) (*)
│ │ └── solana-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/sdk) (*)
│ ├── solana-config-program v1.16.0 (/home/benoit/Documents/tmp/solana/programs/config) (*)
│ ├── solana-frozen-abi v1.16.0 (/home/benoit/Documents/tmp/solana/frozen-abi) (*)
│ ├── solana-frozen-abi-macro v1.16.0 (proc-macro) (/home/benoit/Documents/tmp/solana/frozen-abi/macro) (*)
│ ├── solana-loader-v4-program v1.16.0 (/home/benoit/Documents/tmp/solana/programs/loader-v4)
│ │ ├── log v0.4.17 (*)
│ │ ├── rand v0.7.3 (*)
│ │ ├── solana-measure v1.16.0 (/home/benoit/Documents/tmp/solana/measure) (*)
│ │ ├── solana-program-runtime v1.16.0 (/home/benoit/Documents/tmp/solana/program-runtime) (*)
│ │ ├── solana-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/sdk) (*)
│ │ └── solana_rbpf v0.3.0 (*)
│ │ [dev-dependencies]
│ │ └── bincode v1.3.3 (*)
│ ├── solana-measure v1.16.0 (/home/benoit/Documents/tmp/solana/measure) (*)
│ ├── solana-metrics v1.16.0 (/home/benoit/Documents/tmp/solana/metrics) (*)
│ ├── solana-perf v1.16.0 (/home/benoit/Documents/tmp/solana/perf)
│ │ ├── ahash v0.8.3 (*)
│ │ ├── bincode v1.3.3 (*)
│ │ ├── bv v0.11.1 (*)
│ │ ├── caps v0.5.5
│ │ │ ├── libc v0.2.144
│ │ │ └── thiserror v1.0.40 (*)
│ │ ├── curve25519-dalek v3.2.1 (*)
│ │ ├── dlopen v0.1.8
│ │ │ ├── dlopen_derive v0.1.4 (proc-macro)
│ │ │ │ ├── libc v0.2.144
│ │ │ │ ├── quote v0.6.13
│ │ │ │ │ └── proc-macro2 v0.4.30
│ │ │ │ │ └── unicode-xid v0.1.0
│ │ │ │ └── syn v0.15.44
│ │ │ │ ├── proc-macro2 v0.4.30 (*)
│ │ │ │ ├── quote v0.6.13 (*)
│ │ │ │ └── unicode-xid v0.1.0
│ │ │ ├── lazy_static v1.4.0
│ │ │ └── libc v0.2.144
│ │ ├── dlopen_derive v0.1.4 (proc-macro) (*)
│ │ ├── fnv v1.0.7
│ │ ├── lazy_static v1.4.0
│ │ ├── libc v0.2.144
│ │ ├── log v0.4.17 (*)
│ │ ├── nix v0.26.2
│ │ │ ├── bitflags v1.3.2
│ │ │ ├── cfg-if v1.0.0
│ │ │ ├── libc v0.2.144
│ │ │ ├── memoffset v0.7.1
│ │ │ │ [build-dependencies]
│ │ │ │ └── autocfg v1.1.0
│ │ │ ├── pin-utils v0.1.0
│ │ │ └── static_assertions v1.1.0
│ │ ├── rand v0.7.3 (*)
│ │ ├── rayon v1.7.0 (*)
│ │ ├── serde v1.0.162 (*)
│ │ ├── solana-metrics v1.16.0 (/home/benoit/Documents/tmp/solana/metrics) (*)
│ │ ├── solana-rayon-threadlimit v1.16.0 (/home/benoit/Documents/tmp/solana/rayon-threadlimit)
│ │ │ ├── lazy_static v1.4.0
│ │ │ └── num_cpus v1.15.0 (*)
│ │ ├── solana-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/sdk) (*)
│ │ └── solana-vote-program v1.16.0 (/home/benoit/Documents/tmp/solana/programs/vote)
│ │ ├── bincode v1.3.3 (*)
│ │ ├── log v0.4.17 (*)
│ │ ├── num-derive v0.3.3 (proc-macro) (*)
│ │ ├── num-traits v0.2.15 (*)
│ │ ├── serde v1.0.162 (*)
│ │ ├── serde_derive v1.0.162 (proc-macro) (*)
│ │ ├── solana-frozen-abi v1.16.0 (/home/benoit/Documents/tmp/solana/frozen-abi) (*)
│ │ ├── solana-frozen-abi-macro v1.16.0 (proc-macro) (/home/benoit/Documents/tmp/solana/frozen-abi/macro) (*)
│ │ ├── solana-metrics v1.16.0 (/home/benoit/Documents/tmp/solana/metrics) (*)
│ │ ├── solana-program v1.16.0 (/home/benoit/Documents/tmp/solana/sdk/program) (*)
│ │ ├── solana-program-runtime v1.16.0 (/home/benoit/Documents/tmp/solana/program-runtime) (*)
│ │ ├── solana-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/sdk) (*)
│ │ └── thiserror v1.0.40 (*)
│ │ [build-dependencies]
│ │ └── rustc_version v0.4.0 (*)
│ │ [dev-dependencies]
│ │ ├── solana-logger v1.16.0 (/home/benoit/Documents/tmp/solana/logger) (*)
│ │ └── test-case v2.2.2
│ │ └── test-case-macros v2.2.2 (proc-macro)
│ │ ├── cfg-if v1.0.0
│ │ ├── proc-macro-error v1.0.4 (*)
│ │ ├── proc-macro2 v1.0.56 (*)
│ │ ├── quote v1.0.27 (*)
│ │ └── syn v1.0.109 (*)
│ │ [dev-dependencies]
│ │ ├── matches v0.1.10
│ │ ├── rand_chacha v0.2.2 (*)
│ │ ├── solana-logger v1.16.0 (/home/benoit/Documents/tmp/solana/logger) (*)
│ │ └── test-case v2.2.2 (*)
│ ├── solana-program-runtime v1.16.0 (/home/benoit/Documents/tmp/solana/program-runtime) (*)
│ ├── solana-rayon-threadlimit v1.16.0 (/home/benoit/Documents/tmp/solana/rayon-threadlimit) (*)
│ ├── solana-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/sdk) (*)
│ ├── solana-stake-program v1.16.0 (/home/benoit/Documents/tmp/solana/programs/stake)
│ │ ├── bincode v1.3.3 (*)
│ │ ├── log v0.4.17 (*)
│ │ ├── solana-config-program v1.16.0 (/home/benoit/Documents/tmp/solana/programs/config) (*)
│ │ ├── solana-program-runtime v1.16.0 (/home/benoit/Documents/tmp/solana/program-runtime) (*)
│ │ ├── solana-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/sdk) (*)
│ │ └── solana-vote-program v1.16.0 (/home/benoit/Documents/tmp/solana/programs/vote) (*)
│ │ [build-dependencies]
│ │ └── rustc_version v0.4.0 (*)
│ │ [dev-dependencies]
│ │ ├── assert_matches v1.5.0
│ │ ├── proptest v1.1.0
│ │ │ ├── bit-set v0.5.2
│ │ │ │ └── bit-vec v0.6.3
│ │ │ ├── bitflags v1.3.2
│ │ │ ├── byteorder v1.4.3
│ │ │ ├── lazy_static v1.4.0
│ │ │ ├── num-traits v0.2.15 (*)
│ │ │ ├── quick-error v2.0.1
│ │ │ ├── rand v0.8.5 (*)
│ │ │ ├── rand_chacha v0.3.1 (*)
│ │ │ ├── rand_xorshift v0.3.0
│ │ │ │ └── rand_core v0.6.4 (*)
│ │ │ ├── regex-syntax v0.6.27
│ │ │ ├── rusty-fork v0.3.0
│ │ │ │ ├── fnv v1.0.7
│ │ │ │ ├── quick-error v1.2.3
│ │ │ │ ├── tempfile v3.5.0 (*)
│ │ │ │ └── wait-timeout v0.2.0
│ │ │ │ └── libc v0.2.144
│ │ │ ├── tempfile v3.5.0 (*)
│ │ │ └── unarray v0.1.4
│ │ ├── solana-logger v1.16.0 (/home/benoit/Documents/tmp/solana/logger) (*)
│ │ └── test-case v2.2.2 (*)
│ ├── solana-system-program v1.16.0 (/home/benoit/Documents/tmp/solana/programs/system)
│ │ ├── bincode v1.3.3 (*)
│ │ ├── log v0.4.17 (*)
│ │ ├── serde v1.0.162 (*)
│ │ ├── serde_derive v1.0.162 (proc-macro) (*)
│ │ ├── solana-program-runtime v1.16.0 (/home/benoit/Documents/tmp/solana/program-runtime) (*)
│ │ └── solana-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/sdk) (*)
│ │ [dev-dependencies]
│ │ ├── assert_matches v1.5.0
│ │ └── solana-logger v1.16.0 (/home/benoit/Documents/tmp/solana/logger) (*)
│ ├── solana-vote-program v1.16.0 (/home/benoit/Documents/tmp/solana/programs/vote) (*)
│ ├── solana-zk-token-proof-program v1.16.0 (/home/benoit/Documents/tmp/solana/programs/zk-token-proof)
│ │ ├── bytemuck v1.13.1 (*)
│ │ ├── getrandom v0.1.16 (*)
│ │ ├── num-derive v0.3.3 (proc-macro) (*)
│ │ ├── num-traits v0.2.15 (*)
│ │ ├── solana-program-runtime v1.16.0 (/home/benoit/Documents/tmp/solana/program-runtime) (*)
│ │ ├── solana-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/sdk) (*)
│ │ └── solana-zk-token-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/zk-token-sdk) (*)
│ ├── solana-zk-token-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/zk-token-sdk) (*)
│ ├── static_assertions v1.1.0
│ ├── strum v0.24.0
│ │ └── strum_macros v0.24.3 (proc-macro)
│ │ ├── heck v0.4.0
│ │ ├── proc-macro2 v1.0.56 (*)
│ │ ├── quote v1.0.27 (*)
│ │ ├── rustversion v1.0.12 (proc-macro)
│ │ └── syn v1.0.109 (*)
│ ├── strum_macros v0.24.3 (proc-macro) (*)
│ ├── symlink v0.1.0
│ ├── tar v0.4.38
│ │ ├── filetime v0.2.15
│ │ │ ├── cfg-if v1.0.0
│ │ │ └── libc v0.2.144
│ │ ├── libc v0.2.144
│ │ └── xattr v0.2.2
│ │ └── libc v0.2.144
│ ├── tempfile v3.5.0 (*)
│ ├── thiserror v1.0.40 (*)
│ └── zstd v0.11.2+zstd.1.5.2 (*)
│ [build-dependencies]
│ └── rustc_version v0.4.0 (*)
│ [dev-dependencies]
│ ├── assert_matches v1.5.0
│ ├── ed25519-dalek v1.0.1 (*)
│ ├── libsecp256k1 v0.6.0 (*)
│ ├── memoffset v0.8.0 (*)
│ ├── rand_chacha v0.2.2 (*)
│ ├── solana-logger v1.16.0 (/home/benoit/Documents/tmp/solana/logger) (*)
│ ├── static_assertions v1.1.0
│ └── test-case v2.2.2 (*)
├── solana-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/sdk) (*)
└── solana-version v1.16.0 (/home/benoit/Documents/tmp/solana/version)
├── log v0.4.17 (*)
├── semver v1.0.17
│ └── serde v1.0.162 (*)
├── serde v1.0.162 (*)
├── serde_derive v1.0.162 (proc-macro) (*)
├── solana-frozen-abi v1.16.0 (/home/benoit/Documents/tmp/solana/frozen-abi) (*)
├── solana-frozen-abi-macro v1.16.0 (proc-macro) (/home/benoit/Documents/tmp/solana/frozen-abi/macro) (*)
└── solana-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/sdk) (*)
[build-dependencies]
└── rustc_version v0.4.0 (*)
solana-accounts-cluster-bench v1.16.0 (/home/benoit/Documents/tmp/solana/accounts-cluster-bench)
├── clap v2.33.3 (*)
├── log v0.4.17 (*)
├── rand v0.7.3 (*)
├── rayon v1.7.0 (*)
├── solana-account-decoder v1.16.0 (/home/benoit/Documents/tmp/solana/account-decoder) (*)
├── solana-clap-utils v1.16.0 (/home/benoit/Documents/tmp/solana/clap-utils)
│ ├── chrono v0.4.24 (*)
│ ├── clap v2.33.3 (*)
│ ├── rpassword v7.2.0
│ │ ├── libc v0.2.144
│ │ └── rtoolbox v0.0.1
│ │ └── libc v0.2.144
│ ├── solana-perf v1.16.0 (/home/benoit/Documents/tmp/solana/perf) (*)
│ ├── solana-remote-wallet v1.16.0 (/home/benoit/Documents/tmp/solana/remote-wallet)
│ │ ├── console v0.15.5
│ │ │ ├── lazy_static v1.4.0
│ │ │ ├── libc v0.2.144
│ │ │ └── unicode-width v0.1.9
│ │ ├── dialoguer v0.10.4
│ │ │ ├── console v0.15.5 (*)
│ │ │ ├── shell-words v1.1.0
│ │ │ ├── tempfile v3.5.0 (*)
│ │ │ └── zeroize v1.3.0 (*)
│ │ ├── hidapi v2.3.1
│ │ │ └── libc v0.2.144
│ │ │ [build-dependencies]
│ │ │ ├── cc v1.0.79 (*)
│ │ │ └── pkg-config v0.3.22
│ │ ├── log v0.4.17 (*)
│ │ ├── num-derive v0.3.3 (proc-macro) (*)
│ │ ├── num-traits v0.2.15 (*)
│ │ ├── parking_lot v0.12.1 (*)
│ │ ├── qstring v0.7.2 (*)
│ │ ├── semver v1.0.17 (*)
│ │ ├── solana-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/sdk) (*)
│ │ ├── thiserror v1.0.40 (*)
│ │ └── uriparse v0.6.4 (*)
│ ├── solana-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/sdk) (*)
│ ├── thiserror v1.0.40 (*)
│ ├── tiny-bip39 v0.8.2 (*)
│ ├── uriparse v0.6.4 (*)
│ └── url v2.2.2 (*)
│ [dev-dependencies]
│ └── tempfile v3.5.0 (*)
├── solana-cli-config v1.16.0 (/home/benoit/Documents/tmp/solana/cli-config)
│ ├── dirs-next v2.0.0
│ │ ├── cfg-if v1.0.0
│ │ └── dirs-sys-next v0.1.2
│ │ └── libc v0.2.144
│ ├── lazy_static v1.4.0
│ ├── serde v1.0.162 (*)
│ ├── serde_derive v1.0.162 (proc-macro) (*)
│ ├── serde_yaml v0.9.21
│ │ ├── indexmap v1.9.3 (*)
│ │ ├── itoa v1.0.1
│ │ ├── ryu v1.0.5
│ │ ├── serde v1.0.162 (*)
│ │ └── unsafe-libyaml v0.2.8
│ ├── solana-clap-utils v1.16.0 (/home/benoit/Documents/tmp/solana/clap-utils) (*)
│ ├── solana-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/sdk) (*)
│ └── url v2.2.2 (*)
│ [dev-dependencies]
│ └── anyhow v1.0.71
├── solana-client v1.16.0 (/home/benoit/Documents/tmp/solana/client)
│ ├── async-trait v0.1.68 (proc-macro)
│ │ ├── proc-macro2 v1.0.56 (*)
│ │ ├── quote v1.0.27 (*)
│ │ └── syn v2.0.15 (*)
│ ├── bincode v1.3.3 (*)
│ ├── futures v0.3.28 (*)
│ ├── futures-util v0.3.28 (*)
│ ├── indexmap v1.9.3 (*)
│ ├── indicatif v0.17.3
│ │ ├── console v0.15.5 (*)
│ │ ├── number_prefix v0.4.0
│ │ ├── portable-atomic v0.3.19
│ │ └── unicode-width v0.1.9
│ ├── log v0.4.17 (*)
│ ├── quinn v0.9.3
│ │ ├── bytes v1.4.0
│ │ ├── pin-project-lite v0.2.7
│ │ ├── quinn-proto v0.9.3
│ │ │ ├── bytes v1.4.0
│ │ │ ├── rand v0.8.5 (*)
│ │ │ ├── ring v0.16.20 (*)
│ │ │ ├── rustc-hash v1.1.0
│ │ │ ├── rustls v0.20.8 (*)
│ │ │ ├── rustls-native-certs v0.6.1
│ │ │ │ ├── openssl-probe v0.1.4
│ │ │ │ └── rustls-pemfile v0.2.1
│ │ │ │ └── base64 v0.13.1
│ │ │ ├── slab v0.4.5
│ │ │ ├── thiserror v1.0.40 (*)
│ │ │ ├── tinyvec v1.5.0 (*)
│ │ │ ├── tracing v0.1.29 (*)
│ │ │ └── webpki v0.22.0 (*)
│ │ ├── quinn-udp v0.3.2
│ │ │ ├── libc v0.2.144
│ │ │ ├── quinn-proto v0.9.3 (*)
│ │ │ ├── socket2 v0.4.9 (*)
│ │ │ └── tracing v0.1.29 (*)
│ │ ├── rustc-hash v1.1.0
│ │ ├── rustls v0.20.8 (*)
│ │ ├── thiserror v1.0.40 (*)
│ │ ├── tokio v1.14.1 (*)
│ │ ├── tracing v0.1.29 (*)
│ │ └── webpki v0.22.0 (*)
│ ├── rand v0.7.3 (*)
│ ├── rayon v1.7.0 (*)
│ ├── solana-connection-cache v1.16.0 (/home/benoit/Documents/tmp/solana/connection-cache)
│ │ ├── async-trait v0.1.68 (proc-macro) (*)
│ │ ├── bincode v1.3.3 (*)
│ │ ├── futures-util v0.3.28 (*)
│ │ ├── indexmap v1.9.3 (*)
│ │ ├── log v0.4.17 (*)
│ │ ├── rand v0.7.3 (*)
│ │ ├── rayon v1.7.0 (*)
│ │ ├── rcgen v0.10.0
│ │ │ ├── pem v1.1.1
│ │ │ │ └── base64 v0.13.1
│ │ │ ├── ring v0.16.20 (*)
│ │ │ ├── time v0.3.9
│ │ │ │ ├── itoa v1.0.1
│ │ │ │ ├── libc v0.2.144
│ │ │ │ ├── num_threads v0.1.3
│ │ │ │ └── time-macros v0.2.4 (proc-macro)
│ │ │ └── yasna v0.5.0
│ │ │ └── time v0.3.9 (*)
│ │ ├── solana-measure v1.16.0 (/home/benoit/Documents/tmp/solana/measure) (*)
│ │ ├── solana-metrics v1.16.0 (/home/benoit/Documents/tmp/solana/metrics) (*)
│ │ ├── solana-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/sdk) (*)
│ │ ├── thiserror v1.0.40 (*)
│ │ └── tokio v1.14.1 (*)
│ │ [dev-dependencies]
│ │ ├── rand_chacha v0.2.2 (*)
│ │ ├── solana-logger v1.16.0 (/home/benoit/Documents/tmp/solana/logger) (*)
│ │ └── solana-net-utils v1.16.0 (/home/benoit/Documents/tmp/solana/net-utils)
│ │ ├── bincode v1.3.3 (*)
│ │ ├── clap v3.2.23
│ │ │ ├── atty v0.2.14 (*)
│ │ │ ├── bitflags v1.3.2
│ │ │ ├── clap_derive v3.2.18 (proc-macro)
│ │ │ │ ├── heck v0.4.0
│ │ │ │ ├── proc-macro-error v1.0.4 (*)
│ │ │ │ ├── proc-macro2 v1.0.56 (*)
│ │ │ │ ├── quote v1.0.27 (*)
│ │ │ │ └── syn v1.0.109 (*)
│ │ │ ├── clap_lex v0.2.4
│ │ │ │ └── os_str_bytes v6.0.0
│ │ │ ├── indexmap v1.9.3 (*)
│ │ │ ├── once_cell v1.17.1
│ │ │ ├── strsim v0.10.0
│ │ │ ├── termcolor v1.1.2
│ │ │ └── textwrap v0.16.0
│ │ ├── crossbeam-channel v0.5.8 (*)
│ │ ├── log v0.4.17 (*)
│ │ ├── nix v0.26.2 (*)
│ │ ├── rand v0.7.3 (*)
│ │ ├── serde v1.0.162 (*)
│ │ ├── serde_derive v1.0.162 (proc-macro) (*)
│ │ ├── socket2 v0.4.9 (*)
│ │ ├── solana-logger v1.16.0 (/home/benoit/Documents/tmp/solana/logger) (*)
│ │ ├── solana-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/sdk) (*)
│ │ ├── solana-version v1.16.0 (/home/benoit/Documents/tmp/solana/version) (*)
│ │ ├── tokio v1.14.1 (*)
│ │ └── url v2.2.2 (*)
│ ├── solana-measure v1.16.0 (/home/benoit/Documents/tmp/solana/measure) (*)
│ ├── solana-metrics v1.16.0 (/home/benoit/Documents/tmp/solana/metrics) (*)
│ ├── solana-pubsub-client v1.16.0 (/home/benoit/Documents/tmp/solana/pubsub-client)
│ │ ├── crossbeam-channel v0.5.8 (*)
│ │ ├── futures-util v0.3.28 (*)
│ │ ├── log v0.4.17 (*)
│ │ ├── reqwest v0.11.17 (*)
│ │ ├── semver v1.0.17 (*)
│ │ ├── serde v1.0.162 (*)
│ │ ├── serde_derive v1.0.162 (proc-macro) (*)
│ │ ├── serde_json v1.0.96 (*)
│ │ ├── solana-account-decoder v1.16.0 (/home/benoit/Documents/tmp/solana/account-decoder) (*)
│ │ ├── solana-rpc-client-api v1.16.0 (/home/benoit/Documents/tmp/solana/rpc-client-api)
│ │ │ ├── base64 v0.13.1
│ │ │ ├── bs58 v0.4.0
│ │ │ ├── jsonrpc-core v18.0.0
│ │ │ │ ├── futures v0.3.28 (*)
│ │ │ │ ├── futures-executor v0.3.28 (*)
│ │ │ │ ├── futures-util v0.3.28 (*)
│ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ ├── serde v1.0.162 (*)
│ │ │ │ ├── serde_derive v1.0.162 (proc-macro) (*)
│ │ │ │ └── serde_json v1.0.96 (*)
│ │ │ ├── reqwest v0.11.17 (*)
│ │ │ ├── semver v1.0.17 (*)
│ │ │ ├── serde v1.0.162 (*)
│ │ │ ├── serde_derive v1.0.162 (proc-macro) (*)
│ │ │ ├── serde_json v1.0.96 (*)
│ │ │ ├── solana-account-decoder v1.16.0 (/home/benoit/Documents/tmp/solana/account-decoder) (*)
│ │ │ ├── solana-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/sdk) (*)
│ │ │ ├── solana-transaction-status v1.16.0 (/home/benoit/Documents/tmp/solana/transaction-status)
│ │ │ │ ├── Inflector v0.11.4 (*)
│ │ │ │ ├── base64 v0.13.1
│ │ │ │ ├── bincode v1.3.3 (*)
│ │ │ │ ├── borsh v0.9.3 (*)
│ │ │ │ ├── bs58 v0.4.0
│ │ │ │ ├── lazy_static v1.4.0
│ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ ├── serde v1.0.162 (*)
│ │ │ │ ├── serde_derive v1.0.162 (proc-macro) (*)
│ │ │ │ ├── serde_json v1.0.96 (*)
│ │ │ │ ├── solana-account-decoder v1.16.0 (/home/benoit/Documents/tmp/solana/account-decoder) (*)
│ │ │ │ ├── solana-address-lookup-table-program v1.16.0 (/home/benoit/Documents/tmp/solana/programs/address-lookup-table) (*)
│ │ │ │ ├── solana-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/sdk) (*)
│ │ │ │ ├── spl-associated-token-account v1.1.3
│ │ │ │ │ ├── assert_matches v1.5.0
│ │ │ │ │ ├── borsh v0.9.3 (*)
│ │ │ │ │ ├── num-derive v0.3.3 (proc-macro) (*)
│ │ │ │ │ ├── num-traits v0.2.15 (*)
│ │ │ │ │ ├── solana-program v1.15.1 (*)
│ │ │ │ │ ├── spl-token v3.5.0 (*)
│ │ │ │ │ ├── spl-token-2022 v0.6.1 (*)
│ │ │ │ │ └── thiserror v1.0.40 (*)
│ │ │ │ ├── spl-memo v3.0.1 (*)
│ │ │ │ ├── spl-token v3.5.0 (*)
│ │ │ │ ├── spl-token-2022 v0.6.1 (*)
│ │ │ │ └── thiserror v1.0.40 (*)
│ │ │ ├── solana-version v1.16.0 (/home/benoit/Documents/tmp/solana/version) (*)
│ │ │ ├── spl-token-2022 v0.6.1 (*)
│ │ │ └── thiserror v1.0.40 (*)
│ │ ├── solana-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/sdk) (*)
│ │ ├── thiserror v1.0.40 (*)
│ │ ├── tokio v1.14.1 (*)
│ │ ├── tokio-stream v0.1.12
│ │ │ ├── futures-core v0.3.28
│ │ │ ├── pin-project-lite v0.2.7
│ │ │ └── tokio v1.14.1 (*)
│ │ ├── tokio-tungstenite v0.17.2
│ │ │ ├── futures-util v0.3.28 (*)
│ │ │ ├── log v0.4.17 (*)
│ │ │ ├── rustls v0.20.8 (*)
│ │ │ ├── tokio v1.14.1 (*)
│ │ │ ├── tokio-rustls v0.23.3 (*)
│ │ │ ├── tungstenite v0.17.3
│ │ │ │ ├── base64 v0.13.1
│ │ │ │ ├── byteorder v1.4.3
│ │ │ │ ├── bytes v1.4.0
│ │ │ │ ├── http v0.2.9 (*)
│ │ │ │ ├── httparse v1.8.0
│ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ ├── rand v0.8.5 (*)
│ │ │ │ ├── rustls v0.20.8 (*)
│ │ │ │ ├── sha-1 v0.10.0
│ │ │ │ │ ├── cfg-if v1.0.0
│ │ │ │ │ ├── cpufeatures v0.2.1
│ │ │ │ │ └── digest v0.10.6 (*)
│ │ │ │ ├── thiserror v1.0.40 (*)
│ │ │ │ ├── url v2.2.2 (*)
│ │ │ │ ├── utf-8 v0.7.6
│ │ │ │ ├── webpki v0.22.0 (*)
│ │ │ │ └── webpki-roots v0.22.1 (*)
│ │ │ ├── webpki v0.22.0 (*)
│ │ │ └── webpki-roots v0.22.1 (*)
│ │ ├── tungstenite v0.17.3 (*)
│ │ └── url v2.2.2 (*)
│ │ [dev-dependencies]
│ │ └── anyhow v1.0.71
│ ├── solana-quic-client v1.16.0 (/home/benoit/Documents/tmp/solana/quic-client)
│ │ ├── async-mutex v1.4.0
│ │ │ └── event-listener v2.5.2
│ │ ├── async-trait v0.1.68 (proc-macro) (*)
│ │ ├── futures v0.3.28 (*)
│ │ ├── itertools v0.10.5 (*)
│ │ ├── lazy_static v1.4.0
│ │ ├── log v0.4.17 (*)
│ │ ├── quinn v0.9.3 (*)
│ │ ├── quinn-proto v0.9.3 (*)
│ │ ├── quinn-udp v0.3.2 (*)
│ │ ├── rcgen v0.10.0 (*)
│ │ ├── rustls v0.20.8 (*)
│ │ ├── solana-connection-cache v1.16.0 (/home/benoit/Documents/tmp/solana/connection-cache) (*)
│ │ ├── solana-measure v1.16.0 (/home/benoit/Documents/tmp/solana/measure) (*)
│ │ ├── solana-metrics v1.16.0 (/home/benoit/Documents/tmp/solana/metrics) (*)
│ │ ├── solana-net-utils v1.16.0 (/home/benoit/Documents/tmp/solana/net-utils) (*)
│ │ ├── solana-rpc-client-api v1.16.0 (/home/benoit/Documents/tmp/solana/rpc-client-api) (*)
│ │ ├── solana-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/sdk) (*)
│ │ ├── solana-streamer v1.16.0 (/home/benoit/Documents/tmp/solana/streamer)
│ │ │ ├── async-channel v1.8.0
│ │ │ │ ├── concurrent-queue v2.1.0
│ │ │ │ │ └── crossbeam-utils v0.8.14 (*)
│ │ │ │ ├── event-listener v2.5.2
│ │ │ │ └── futures-core v0.3.28
│ │ │ ├── bytes v1.4.0
│ │ │ ├── crossbeam-channel v0.5.8 (*)
│ │ │ ├── futures-util v0.3.28 (*)
│ │ │ ├── histogram v0.6.9
│ │ │ ├── indexmap v1.9.3 (*)
│ │ │ ├── itertools v0.10.5 (*)
│ │ │ ├── libc v0.2.144
│ │ │ ├── log v0.4.17 (*)
│ │ │ ├── nix v0.26.2 (*)
│ │ │ ├── pem v1.1.1 (*)
│ │ │ ├── percentage v0.1.0 (*)
│ │ │ ├── pkcs8 v0.8.0
│ │ │ │ ├── der v0.5.1
│ │ │ │ │ └── const-oid v0.7.1
│ │ │ │ ├── spki v0.5.4
│ │ │ │ │ ├── base64ct v1.3.3
│ │ │ │ │ └── der v0.5.1 (*)
│ │ │ │ └── zeroize v1.3.0 (*)
│ │ │ ├── quinn v0.9.3 (*)
│ │ │ ├── quinn-proto v0.9.3 (*)
│ │ │ ├── quinn-udp v0.3.2 (*)
│ │ │ ├── rand v0.7.3 (*)
│ │ │ ├── rcgen v0.10.0 (*)
│ │ │ ├── rustls v0.20.8 (*)
│ │ │ ├── solana-metrics v1.16.0 (/home/benoit/Documents/tmp/solana/metrics) (*)
│ │ │ ├── solana-perf v1.16.0 (/home/benoit/Documents/tmp/solana/perf) (*)
│ │ │ ├── solana-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/sdk) (*)
│ │ │ ├── thiserror v1.0.40 (*)
│ │ │ ├── tokio v1.14.1 (*)
│ │ │ └── x509-parser v0.14.0
│ │ │ ├── asn1-rs v0.5.1
│ │ │ │ ├── asn1-rs-derive v0.4.0 (proc-macro)
│ │ │ │ │ ├── proc-macro2 v1.0.56 (*)
│ │ │ │ │ ├── quote v1.0.27 (*)
│ │ │ │ │ ├── syn v1.0.109 (*)
│ │ │ │ │ └── synstructure v0.12.6 (*)
│ │ │ │ ├── asn1-rs-impl v0.1.0 (proc-macro)
│ │ │ │ │ ├── proc-macro2 v1.0.56 (*)
│ │ │ │ │ ├── quote v1.0.27 (*)
│ │ │ │ │ └── syn v1.0.109 (*)
│ │ │ │ ├── displaydoc v0.2.3 (proc-macro)
│ │ │ │ │ ├── proc-macro2 v1.0.56 (*)
│ │ │ │ │ ├── quote v1.0.27 (*)
│ │ │ │ │ └── syn v1.0.109 (*)
│ │ │ │ ├── nom v7.0.0
│ │ │ │ │ ├── memchr v2.4.1
│ │ │ │ │ └── minimal-lexical v0.1.4
│ │ │ │ │ [build-dependencies]
│ │ │ │ │ └── version_check v0.9.4
│ │ │ │ ├── num-traits v0.2.15 (*)
│ │ │ │ ├── rusticata-macros v4.1.0
│ │ │ │ │ └── nom v7.0.0 (*)
│ │ │ │ ├── thiserror v1.0.40 (*)
│ │ │ │ └── time v0.3.9 (*)
│ │ │ ├── base64 v0.13.1
│ │ │ ├── data-encoding v2.3.2
│ │ │ ├── der-parser v8.1.0
│ │ │ │ ├── asn1-rs v0.5.1 (*)
│ │ │ │ ├── displaydoc v0.2.3 (proc-macro) (*)
│ │ │ │ ├── nom v7.0.0 (*)
│ │ │ │ ├── num-bigint v0.4.3 (*)
│ │ │ │ ├── num-traits v0.2.15 (*)
│ │ │ │ └── rusticata-macros v4.1.0 (*)
│ │ │ ├── lazy_static v1.4.0
│ │ │ ├── nom v7.0.0 (*)
│ │ │ ├── oid-registry v0.6.0
│ │ │ │ └── asn1-rs v0.5.1 (*)
│ │ │ ├── rusticata-macros v4.1.0 (*)
│ │ │ ├── thiserror v1.0.40 (*)
│ │ │ └── time v0.3.9 (*)
│ │ │ [dev-dependencies]
│ │ │ └── solana-logger v1.16.0 (/home/benoit/Documents/tmp/solana/logger) (*)
│ │ ├── thiserror v1.0.40 (*)
│ │ └── tokio v1.14.1 (*)
│ │ [dev-dependencies]
│ │ ├── crossbeam-channel v0.5.8 (*)
│ │ ├── solana-logger v1.16.0 (/home/benoit/Documents/tmp/solana/logger) (*)
│ │ └── solana-perf v1.16.0 (/home/benoit/Documents/tmp/solana/perf) (*)
│ ├── solana-rpc-client v1.16.0 (/home/benoit/Documents/tmp/solana/rpc-client)
│ │ ├── async-trait v0.1.68 (proc-macro) (*)
│ │ ├── base64 v0.13.1
│ │ ├── bincode v1.3.3 (*)
│ │ ├── bs58 v0.4.0
│ │ ├── indicatif v0.17.3 (*)
│ │ ├── log v0.4.17 (*)
│ │ ├── reqwest v0.11.17 (*)
│ │ ├── semver v1.0.17 (*)
│ │ ├── serde v1.0.162 (*)
│ │ ├── serde_derive v1.0.162 (proc-macro) (*)
│ │ ├── serde_json v1.0.96 (*)
│ │ ├── solana-account-decoder v1.16.0 (/home/benoit/Documents/tmp/solana/account-decoder) (*)
│ │ ├── solana-rpc-client-api v1.16.0 (/home/benoit/Documents/tmp/solana/rpc-client-api) (*)
│ │ ├── solana-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/sdk) (*)
│ │ ├── solana-transaction-status v1.16.0 (/home/benoit/Documents/tmp/solana/transaction-status) (*)
│ │ ├── solana-version v1.16.0 (/home/benoit/Documents/tmp/solana/version) (*)
│ │ ├── solana-vote-program v1.16.0 (/home/benoit/Documents/tmp/solana/programs/vote) (*)
│ │ └── tokio v1.14.1 (*)
│ │ [dev-dependencies]
│ │ ├── assert_matches v1.5.0
│ │ ├── crossbeam-channel v0.5.8 (*)
│ │ ├── futures v0.3.28 (*)
│ │ ├── jsonrpc-core v18.0.0 (*)
│ │ └── jsonrpc-http-server v18.0.0
│ │ ├── futures v0.3.28 (*)
│ │ ├── hyper v0.14.26 (*)
│ │ ├── jsonrpc-core v18.0.0 (*)
│ │ ├── jsonrpc-server-utils v18.0.0
│ │ │ ├── bytes v1.4.0
│ │ │ ├── futures v0.3.28 (*)
│ │ │ ├── globset v0.4.8
│ │ │ │ ├── aho-corasick v0.7.18 (*)
│ │ │ │ ├── bstr v0.2.17
│ │ │ │ │ └── memchr v2.4.1
│ │ │ │ ├── fnv v1.0.7
│ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ └── regex v1.6.0 (*)
│ │ │ ├── jsonrpc-core v18.0.0 (*)
│ │ │ ├── lazy_static v1.4.0
│ │ │ ├── log v0.4.17 (*)
│ │ │ ├── tokio v1.14.1 (*)
│ │ │ ├── tokio-stream v0.1.12 (*)
│ │ │ ├── tokio-util v0.6.9
│ │ │ │ ├── bytes v1.4.0
│ │ │ │ ├── futures-core v0.3.28
│ │ │ │ ├── futures-io v0.3.28
│ │ │ │ ├── futures-sink v0.3.28
│ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ ├── pin-project-lite v0.2.7
│ │ │ │ ├── slab v0.4.5
│ │ │ │ └── tokio v1.14.1 (*)
│ │ │ └── unicase v2.6.0
│ │ │ [build-dependencies]
│ │ │ └── version_check v0.9.4
│ │ ├── log v0.4.17 (*)
│ │ ├── net2 v0.2.37
│ │ │ ├── cfg-if v0.1.10
│ │ │ └── libc v0.2.144
│ │ ├── parking_lot v0.11.2 (*)
│ │ └── unicase v2.6.0 (*)
│ ├── solana-rpc-client-api v1.16.0 (/home/benoit/Documents/tmp/solana/rpc-client-api) (*)
│ ├── solana-rpc-client-nonce-utils v1.16.0 (/home/benoit/Documents/tmp/solana/rpc-client-nonce-utils)
│ │ ├── clap v2.33.3 (*)
│ │ ├── solana-clap-utils v1.16.0 (/home/benoit/Documents/tmp/solana/clap-utils) (*)
│ │ ├── solana-rpc-client v1.16.0 (/home/benoit/Documents/tmp/solana/rpc-client) (*)
│ │ ├── solana-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/sdk) (*)
│ │ └── thiserror v1.0.40 (*)
│ │ [dev-dependencies]
│ │ ├── anyhow v1.0.71
│ │ ├── futures v0.3.28 (*)
│ │ ├── serde_json v1.0.96 (*)
│ │ ├── solana-account-decoder v1.16.0 (/home/benoit/Documents/tmp/solana/account-decoder) (*)
│ │ ├── solana-rpc-client-api v1.16.0 (/home/benoit/Documents/tmp/solana/rpc-client-api) (*)
│ │ └── tokio v1.14.1 (*)
│ ├── solana-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/sdk) (*)
│ ├── solana-streamer v1.16.0 (/home/benoit/Documents/tmp/solana/streamer) (*)
│ ├── solana-thin-client v1.16.0 (/home/benoit/Documents/tmp/solana/thin-client)
│ │ ├── bincode v1.3.3 (*)
│ │ ├── log v0.4.17 (*)
│ │ ├── rayon v1.7.0 (*)
│ │ ├── solana-connection-cache v1.16.0 (/home/benoit/Documents/tmp/solana/connection-cache) (*)
│ │ ├── solana-rpc-client v1.16.0 (/home/benoit/Documents/tmp/solana/rpc-client) (*)
│ │ ├── solana-rpc-client-api v1.16.0 (/home/benoit/Documents/tmp/solana/rpc-client-api) (*)
│ │ └── solana-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/sdk) (*)
│ │ [dev-dependencies]
│ │ └── solana-logger v1.16.0 (/home/benoit/Documents/tmp/solana/logger) (*)
│ ├── solana-tpu-client v1.16.0 (/home/benoit/Documents/tmp/solana/tpu-client)
│ │ ├── async-trait v0.1.68 (proc-macro) (*)
│ │ ├── bincode v1.3.3 (*)
│ │ ├── futures-util v0.3.28 (*)
│ │ ├── indexmap v1.9.3 (*)
│ │ ├── indicatif v0.17.3 (*)
│ │ ├── log v0.4.17 (*)
│ │ ├── rand v0.7.3 (*)
│ │ ├── rayon v1.7.0 (*)
│ │ ├── solana-connection-cache v1.16.0 (/home/benoit/Documents/tmp/solana/connection-cache) (*)
│ │ ├── solana-measure v1.16.0 (/home/benoit/Documents/tmp/solana/measure) (*)
│ │ ├── solana-metrics v1.16.0 (/home/benoit/Documents/tmp/solana/metrics) (*)
│ │ ├── solana-pubsub-client v1.16.0 (/home/benoit/Documents/tmp/solana/pubsub-client) (*)
│ │ ├── solana-rpc-client v1.16.0 (/home/benoit/Documents/tmp/solana/rpc-client) (*)
│ │ ├── solana-rpc-client-api v1.16.0 (/home/benoit/Documents/tmp/solana/rpc-client-api) (*)
│ │ ├── solana-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/sdk) (*)
│ │ ├── thiserror v1.0.40 (*)
│ │ └── tokio v1.14.1 (*)
│ │ [dev-dependencies]
│ │ └── rand_chacha v0.2.2 (*)
│ ├── solana-udp-client v1.16.0 (/home/benoit/Documents/tmp/solana/udp-client)
│ │ ├── async-trait v0.1.68 (proc-macro) (*)
│ │ ├── solana-connection-cache v1.16.0 (/home/benoit/Documents/tmp/solana/connection-cache) (*)
│ │ ├── solana-net-utils v1.16.0 (/home/benoit/Documents/tmp/solana/net-utils) (*)
│ │ ├── solana-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/sdk) (*)
│ │ ├── solana-streamer v1.16.0 (/home/benoit/Documents/tmp/solana/streamer) (*)
│ │ ├── thiserror v1.0.40 (*)
│ │ └── tokio v1.14.1 (*)
│ ├── thiserror v1.0.40 (*)
│ └── tokio v1.14.1 (*)
│ [dev-dependencies]
│ ├── crossbeam-channel v0.5.8 (*)
│ └── rand_chacha v0.2.2 (*)
├── solana-faucet v1.16.0 (/home/benoit/Documents/tmp/solana/faucet)
│ ├── bincode v1.3.3 (*)
│ ├── byteorder v1.4.3
│ ├── clap v2.33.3 (*)
│ ├── crossbeam-channel v0.5.8 (*)
│ ├── log v0.4.17 (*)
│ ├── serde v1.0.162 (*)
│ ├── serde_derive v1.0.162 (proc-macro) (*)
│ ├── solana-clap-utils v1.16.0 (/home/benoit/Documents/tmp/solana/clap-utils) (*)
│ ├── solana-cli-config v1.16.0 (/home/benoit/Documents/tmp/solana/cli-config) (*)
│ ├── solana-logger v1.16.0 (/home/benoit/Documents/tmp/solana/logger) (*)
│ ├── solana-metrics v1.16.0 (/home/benoit/Documents/tmp/solana/metrics) (*)
│ ├── solana-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/sdk) (*)
│ ├── solana-version v1.16.0 (/home/benoit/Documents/tmp/solana/version) (*)
│ ├── spl-memo v3.0.1 (*)
│ ├── thiserror v1.0.40 (*)
│ └── tokio v1.14.1 (*)
├── solana-gossip v1.16.0 (/home/benoit/Documents/tmp/solana/gossip)
│ ├── bincode v1.3.3 (*)
│ ├── bv v0.11.1 (*)
│ ├── clap v2.33.3 (*)
│ ├── crossbeam-channel v0.5.8 (*)
│ ├── flate2 v1.0.26 (*)
│ ├── indexmap v1.9.3 (*)
│ ├── itertools v0.10.5 (*)
│ ├── log v0.4.17 (*)
│ ├── lru v0.7.8 (*)
│ ├── matches v0.1.10
│ ├── num-traits v0.2.15 (*)
│ ├── rand v0.7.3 (*)
│ ├── rand_chacha v0.2.2 (*)
│ ├── rayon v1.7.0 (*)
│ ├── serde v1.0.162 (*)
│ ├── serde_bytes v0.11.9 (*)
│ ├── serde_derive v1.0.162 (proc-macro) (*)
│ ├── solana-bloom v1.16.0 (/home/benoit/Documents/tmp/solana/bloom)
│ │ ├── bv v0.11.1 (*)
│ │ ├── fnv v1.0.7
│ │ ├── log v0.4.17 (*)
│ │ ├── rand v0.7.3 (*)
│ │ ├── rayon v1.7.0 (*)
│ │ ├── serde v1.0.162 (*)
│ │ ├── serde_derive v1.0.162 (proc-macro) (*)
│ │ ├── solana-frozen-abi v1.16.0 (/home/benoit/Documents/tmp/solana/frozen-abi) (*)
│ │ ├── solana-frozen-abi-macro v1.16.0 (proc-macro) (/home/benoit/Documents/tmp/solana/frozen-abi/macro) (*)
│ │ └── solana-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/sdk) (*)
│ │ [build-dependencies]
│ │ └── rustc_version v0.4.0 (*)
│ ├── solana-clap-utils v1.16.0 (/home/benoit/Documents/tmp/solana/clap-utils) (*)
│ ├── solana-client v1.16.0 (/home/benoit/Documents/tmp/solana/client) (*)
│ ├── solana-entry v1.16.0 (/home/benoit/Documents/tmp/solana/entry)
│ │ ├── bincode v1.3.3 (*)
│ │ ├── crossbeam-channel v0.5.8 (*)
│ │ ├── dlopen v0.1.8 (*)
│ │ ├── dlopen_derive v0.1.4 (proc-macro) (*)
│ │ ├── lazy_static v1.4.0
│ │ ├── log v0.4.17 (*)
│ │ ├── rand v0.7.3 (*)
│ │ ├── rayon v1.7.0 (*)
│ │ ├── serde v1.0.162 (*)
│ │ ├── solana-measure v1.16.0 (/home/benoit/Documents/tmp/solana/measure) (*)
│ │ ├── solana-merkle-tree v1.16.0 (/home/benoit/Documents/tmp/solana/merkle-tree)
│ │ │ ├── fast-math v0.1.1
│ │ │ │ └── ieee754 v0.2.6
│ │ │ └── solana-program v1.16.0 (/home/benoit/Documents/tmp/solana/sdk/program) (*)
│ │ │ [dev-dependencies]
│ │ │ └── hex v0.4.3
│ │ ├── solana-metrics v1.16.0 (/home/benoit/Documents/tmp/solana/metrics) (*)
│ │ ├── solana-perf v1.16.0 (/home/benoit/Documents/tmp/solana/perf) (*)
│ │ ├── solana-rayon-threadlimit v1.16.0 (/home/benoit/Documents/tmp/solana/rayon-threadlimit) (*)
│ │ └── solana-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/sdk) (*)
│ │ [dev-dependencies]
│ │ ├── matches v0.1.10
│ │ └── solana-logger v1.16.0 (/home/benoit/Documents/tmp/solana/logger) (*)
│ ├── solana-frozen-abi v1.16.0 (/home/benoit/Documents/tmp/solana/frozen-abi) (*)
│ ├── solana-frozen-abi-macro v1.16.0 (proc-macro) (/home/benoit/Documents/tmp/solana/frozen-abi/macro) (*)
│ ├── solana-ledger v1.16.0 (/home/benoit/Documents/tmp/solana/ledger)
│ │ ├── assert_matches v1.5.0
│ │ ├── bincode v1.3.3 (*)
│ │ ├── bitflags v1.3.2
│ │ ├── byteorder v1.4.3
│ │ ├── chrono v0.4.24 (*)
│ │ ├── chrono-humanize v0.2.2
│ │ │ └── chrono v0.4.24 (*)
│ │ ├── crossbeam-channel v0.5.8 (*)
│ │ ├── dashmap v4.0.2 (*)
│ │ ├── fs_extra v1.3.0
│ │ ├── futures v0.3.28 (*)
│ │ ├── itertools v0.10.5 (*)
│ │ ├── lazy_static v1.4.0
│ │ ├── libc v0.2.144
│ │ ├── log v0.4.17 (*)
│ │ ├── lru v0.7.8 (*)
│ │ ├── num_cpus v1.15.0 (*)
│ │ ├── num_enum v0.6.1 (*)
│ │ ├── prost v0.11.9 (*)
│ │ ├── rand v0.7.3 (*)
│ │ ├── rand_chacha v0.2.2 (*)
│ │ ├── rayon v1.7.0 (*)
│ │ ├── reed-solomon-erasure v6.0.0
│ │ │ ├── libc v0.2.144
│ │ │ ├── libm v0.2.1
│ │ │ ├── lru v0.7.8 (*)
│ │ │ ├── parking_lot v0.11.2 (*)
│ │ │ ├── smallvec v1.7.0
│ │ │ └── spin v0.9.2
│ │ │ [build-dependencies]
│ │ │ └── cc v1.0.79 (*)
│ │ ├── rocksdb v0.19.0
│ │ │ ├── libc v0.2.144
│ │ │ └── librocksdb-sys v0.8.0+7.4.4
│ │ │ └── libc v0.2.144
│ │ │ [build-dependencies]
│ │ │ ├── bindgen v0.60.1
│ │ │ │ ├── bitflags v1.3.2
│ │ │ │ ├── cexpr v0.6.0
│ │ │ │ │ └── nom v7.0.0
│ │ │ │ │ ├── memchr v2.4.1
│ │ │ │ │ └── minimal-lexical v0.1.4
│ │ │ │ │ [build-dependencies]
│ │ │ │ │ └── version_check v0.9.4
│ │ │ │ ├── clang-sys v1.2.2
│ │ │ │ │ ├── glob v0.3.0
│ │ │ │ │ ├── libc v0.2.144
│ │ │ │ │ └── libloading v0.7.4
│ │ │ │ │ └── cfg-if v1.0.0
│ │ │ │ │ [build-dependencies]
│ │ │ │ │ └── glob v0.3.0
│ │ │ │ ├── lazy_static v1.4.0
│ │ │ │ ├── lazycell v1.3.0
│ │ │ │ ├── peeking_take_while v0.1.2
│ │ │ │ ├── proc-macro2 v1.0.56 (*)
│ │ │ │ ├── quote v1.0.27 (*)
│ │ │ │ ├── regex v1.6.0 (*)
│ │ │ │ ├── rustc-hash v1.1.0
│ │ │ │ └── shlex v1.1.0
│ │ │ ├── cc v1.0.79 (*)
│ │ │ └── glob v0.3.0
│ │ ├── scopeguard v1.1.0
│ │ ├── serde v1.0.162 (*)
│ │ ├── serde_bytes v0.11.9 (*)
│ │ ├── sha2 v0.10.6 (*)
│ │ ├── solana-account-decoder v1.16.0 (/home/benoit/Documents/tmp/solana/account-decoder) (*)
│ │ ├── solana-bpf-loader-program v1.16.0 (/home/benoit/Documents/tmp/solana/programs/bpf_loader) (*)
│ │ ├── solana-entry v1.16.0 (/home/benoit/Documents/tmp/solana/entry) (*)
│ │ ├── solana-frozen-abi v1.16.0 (/home/benoit/Documents/tmp/solana/frozen-abi) (*)
│ │ ├── solana-frozen-abi-macro v1.16.0 (proc-macro) (/home/benoit/Documents/tmp/solana/frozen-abi/macro) (*)
│ │ ├── solana-measure v1.16.0 (/home/benoit/Documents/tmp/solana/measure) (*)
│ │ ├── solana-metrics v1.16.0 (/home/benoit/Documents/tmp/solana/metrics) (*)
│ │ ├── solana-perf v1.16.0 (/home/benoit/Documents/tmp/solana/perf) (*)
│ │ ├── solana-program-runtime v1.16.0 (/home/benoit/Documents/tmp/solana/program-runtime) (*)
│ │ ├── solana-rayon-threadlimit v1.16.0 (/home/benoit/Documents/tmp/solana/rayon-threadlimit) (*)
│ │ ├── solana-runtime v1.16.0 (/home/benoit/Documents/tmp/solana/runtime) (*)
│ │ ├── solana-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/sdk) (*)
│ │ ├── solana-stake-program v1.16.0 (/home/benoit/Documents/tmp/solana/programs/stake) (*)
│ │ ├── solana-storage-bigtable v1.16.0 (/home/benoit/Documents/tmp/solana/storage-bigtable)
│ │ │ ├── backoff v0.4.0
│ │ │ │ ├── futures-core v0.3.28
│ │ │ │ ├── getrandom v0.2.8 (*)
│ │ │ │ ├── instant v0.1.12 (*)
│ │ │ │ ├── pin-project-lite v0.2.7
│ │ │ │ ├── rand v0.8.5 (*)
│ │ │ │ └── tokio v1.14.1 (*)
│ │ │ ├── bincode v1.3.3 (*)
│ │ │ ├── bytes v1.4.0
│ │ │ ├── bzip2 v0.4.4 (*)
│ │ │ ├── enum-iterator v1.4.1 (*)
│ │ │ ├── flate2 v1.0.26 (*)
│ │ │ ├── futures v0.3.28 (*)
│ │ │ ├── goauth v0.13.1
│ │ │ │ ├── arc-swap v1.5.0
│ │ │ │ ├── futures v0.3.28 (*)
│ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ ├── reqwest v0.11.17 (*)
│ │ │ │ ├── serde v1.0.162 (*)
│ │ │ │ ├── serde_derive v1.0.162 (proc-macro) (*)
│ │ │ │ ├── serde_json v1.0.96 (*)
│ │ │ │ ├── simpl v0.1.0
│ │ │ │ ├── smpl_jwt v0.7.1
│ │ │ │ │ ├── base64 v0.13.1
│ │ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ │ ├── openssl v0.10.52 (*)
│ │ │ │ │ ├── serde v1.0.162 (*)
│ │ │ │ │ ├── serde_derive v1.0.162 (proc-macro) (*)
│ │ │ │ │ ├── serde_json v1.0.96 (*)
│ │ │ │ │ ├── simpl v0.1.0
│ │ │ │ │ └── time v0.3.9 (*)
│ │ │ │ ├── time v0.3.9 (*)
│ │ │ │ └── tokio v1.14.1 (*)
│ │ │ ├── http v0.2.9 (*)
│ │ │ ├── hyper v0.14.26 (*)
│ │ │ ├── hyper-proxy v0.9.1
│ │ │ │ ├── bytes v1.4.0
│ │ │ │ ├── futures v0.3.28 (*)
│ │ │ │ ├── headers v0.3.7
│ │ │ │ │ ├── base64 v0.13.1
│ │ │ │ │ ├── bitflags v1.3.2
│ │ │ │ │ ├── bytes v1.4.0
│ │ │ │ │ ├── headers-core v0.2.0
│ │ │ │ │ │ └── http v0.2.9 (*)
│ │ │ │ │ ├── http v0.2.9 (*)
│ │ │ │ │ ├── httpdate v1.0.1
│ │ │ │ │ ├── mime v0.3.16
│ │ │ │ │ └── sha-1 v0.10.0 (*)
│ │ │ │ ├── http v0.2.9 (*)
│ │ │ │ ├── hyper v0.14.26 (*)
│ │ │ │ ├── hyper-tls v0.5.0 (*)
│ │ │ │ ├── native-tls v0.2.11 (*)
│ │ │ │ ├── tokio v1.14.1 (*)
│ │ │ │ ├── tokio-native-tls v0.3.0 (*)
│ │ │ │ └── tower-service v0.3.1
│ │ │ ├── log v0.4.17 (*)
│ │ │ ├── openssl v0.10.52 (*)
│ │ │ ├── prost v0.11.9 (*)
│ │ │ ├── prost-types v0.11.9 (*)
│ │ │ ├── serde v1.0.162 (*)
│ │ │ ├── serde_derive v1.0.162 (proc-macro) (*)
│ │ │ ├── smpl_jwt v0.7.1 (*)
│ │ │ ├── solana-metrics v1.16.0 (/home/benoit/Documents/tmp/solana/metrics) (*)
│ │ │ ├── solana-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/sdk) (*)
│ │ │ ├── solana-storage-proto v1.16.0 (/home/benoit/Documents/tmp/solana/storage-proto)
│ │ │ │ ├── bincode v1.3.3 (*)
│ │ │ │ ├── bs58 v0.4.0
│ │ │ │ ├── prost v0.11.9 (*)
│ │ │ │ ├── serde v1.0.162 (*)
│ │ │ │ ├── solana-account-decoder v1.16.0 (/home/benoit/Documents/tmp/solana/account-decoder) (*)
│ │ │ │ ├── solana-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/sdk) (*)
│ │ │ │ └── solana-transaction-status v1.16.0 (/home/benoit/Documents/tmp/solana/transaction-status) (*)
│ │ │ │ [build-dependencies]
│ │ │ │ ├── protobuf-src v1.1.0+21.5 (*)
│ │ │ │ └── tonic-build v0.8.4 (*)
│ │ │ │ [dev-dependencies]
│ │ │ │ └── enum-iterator v1.4.1 (*)
│ │ │ ├── solana-transaction-status v1.16.0 (/home/benoit/Documents/tmp/solana/transaction-status) (*)
│ │ │ ├── thiserror v1.0.40 (*)
│ │ │ ├── tokio v1.14.1 (*)
│ │ │ ├── tonic v0.8.3
│ │ │ │ ├── async-stream v0.3.2
│ │ │ │ │ ├── async-stream-impl v0.3.2 (proc-macro)
│ │ │ │ │ │ ├── proc-macro2 v1.0.56 (*)
│ │ │ │ │ │ ├── quote v1.0.27 (*)
│ │ │ │ │ │ └── syn v1.0.109 (*)
│ │ │ │ │ └── futures-core v0.3.28
│ │ │ │ ├── async-trait v0.1.68 (proc-macro) (*)
│ │ │ │ ├── axum v0.6.4
│ │ │ │ │ ├── async-trait v0.1.68 (proc-macro) (*)
│ │ │ │ │ ├── axum-core v0.3.2
│ │ │ │ │ │ ├── async-trait v0.1.68 (proc-macro) (*)
│ │ │ │ │ │ ├── bytes v1.4.0
│ │ │ │ │ │ ├── futures-util v0.3.28 (*)
│ │ │ │ │ │ ├── http v0.2.9 (*)
│ │ │ │ │ │ ├── http-body v0.4.5 (*)
│ │ │ │ │ │ ├── mime v0.3.16
│ │ │ │ │ │ ├── tower-layer v0.3.2
│ │ │ │ │ │ └── tower-service v0.3.1
│ │ │ │ │ │ [build-dependencies]
│ │ │ │ │ │ └── rustversion v1.0.12 (proc-macro)
│ │ │ │ │ ├── bitflags v1.3.2
│ │ │ │ │ ├── bytes v1.4.0
│ │ │ │ │ ├── futures-util v0.3.28 (*)
│ │ │ │ │ ├── http v0.2.9 (*)
│ │ │ │ │ ├── http-body v0.4.5 (*)
│ │ │ │ │ ├── hyper v0.14.26 (*)
│ │ │ │ │ ├── itoa v1.0.1
│ │ │ │ │ ├── matchit v0.7.0
│ │ │ │ │ ├── memchr v2.4.1
│ │ │ │ │ ├── mime v0.3.16
│ │ │ │ │ ├── percent-encoding v2.1.0
│ │ │ │ │ ├── pin-project-lite v0.2.7
│ │ │ │ │ ├── serde v1.0.162 (*)
│ │ │ │ │ ├── sync_wrapper v0.1.1
│ │ │ │ │ ├── tower v0.4.13
│ │ │ │ │ │ ├── futures-core v0.3.28
│ │ │ │ │ │ ├── futures-util v0.3.28 (*)
│ │ │ │ │ │ ├── indexmap v1.9.3 (*)
│ │ │ │ │ │ ├── pin-project v1.0.12
│ │ │ │ │ │ │ └── pin-project-internal v1.0.12 (proc-macro)
│ │ │ │ │ │ │ ├── proc-macro2 v1.0.56 (*)
│ │ │ │ │ │ │ ├── quote v1.0.27 (*)
│ │ │ │ │ │ │ └── syn v1.0.109 (*)
│ │ │ │ │ │ ├── pin-project-lite v0.2.7
│ │ │ │ │ │ ├── rand v0.8.5 (*)
│ │ │ │ │ │ ├── slab v0.4.5
│ │ │ │ │ │ ├── tokio v1.14.1 (*)
│ │ │ │ │ │ ├── tokio-util v0.7.1 (*)
│ │ │ │ │ │ ├── tower-layer v0.3.2
│ │ │ │ │ │ ├── tower-service v0.3.1
│ │ │ │ │ │ └── tracing v0.1.29 (*)
│ │ │ │ │ ├── tower-http v0.3.5
│ │ │ │ │ │ ├── bitflags v1.3.2
│ │ │ │ │ │ ├── bytes v1.4.0
│ │ │ │ │ │ ├── futures-core v0.3.28
│ │ │ │ │ │ ├── futures-util v0.3.28 (*)
│ │ │ │ │ │ ├── http v0.2.9 (*)
│ │ │ │ │ │ ├── http-body v0.4.5 (*)
│ │ │ │ │ │ ├── http-range-header v0.3.0
│ │ │ │ │ │ ├── pin-project-lite v0.2.7
│ │ │ │ │ │ ├── tower v0.4.13 (*)
│ │ │ │ │ │ ├── tower-layer v0.3.2
│ │ │ │ │ │ └── tower-service v0.3.1
│ │ │ │ │ ├── tower-layer v0.3.2
│ │ │ │ │ └── tower-service v0.3.1
│ │ │ │ │ [build-dependencies]
│ │ │ │ │ └── rustversion v1.0.12 (proc-macro)
│ │ │ │ ├── base64 v0.13.1
│ │ │ │ ├── bytes v1.4.0
│ │ │ │ ├── futures-core v0.3.28
│ │ │ │ ├── futures-util v0.3.28 (*)
│ │ │ │ ├── h2 v0.3.18 (*)
│ │ │ │ ├── http v0.2.9 (*)
│ │ │ │ ├── http-body v0.4.5 (*)
│ │ │ │ ├── hyper v0.14.26 (*)
│ │ │ │ ├── hyper-timeout v0.4.1
│ │ │ │ │ ├── hyper v0.14.26 (*)
│ │ │ │ │ ├── pin-project-lite v0.2.7
│ │ │ │ │ ├── tokio v1.14.1 (*)
│ │ │ │ │ └── tokio-io-timeout v1.1.1
│ │ │ │ │ ├── pin-project-lite v0.2.7
│ │ │ │ │ └── tokio v1.14.1 (*)
│ │ │ │ ├── percent-encoding v2.1.0
│ │ │ │ ├── pin-project v1.0.12 (*)
│ │ │ │ ├── prost v0.11.9 (*)
│ │ │ │ ├── prost-derive v0.11.9 (proc-macro) (*)
│ │ │ │ ├── rustls-pemfile v1.0.0 (*)
│ │ │ │ ├── tokio v1.14.1 (*)
│ │ │ │ ├── tokio-rustls v0.23.3 (*)
│ │ │ │ ├── tokio-stream v0.1.12 (*)
│ │ │ │ ├── tokio-util v0.7.1 (*)
│ │ │ │ ├── tower v0.4.13 (*)
│ │ │ │ ├── tower-layer v0.3.2
│ │ │ │ ├── tower-service v0.3.1
│ │ │ │ ├── tracing v0.1.29 (*)
│ │ │ │ └── tracing-futures v0.2.5
│ │ │ │ ├── pin-project v1.0.12 (*)
│ │ │ │ └── tracing v0.1.29 (*)
│ │ │ └── zstd v0.11.2+zstd.1.5.2 (*)
│ │ ├── solana-storage-proto v1.16.0 (/home/benoit/Documents/tmp/solana/storage-proto) (*)
│ │ ├── solana-transaction-status v1.16.0 (/home/benoit/Documents/tmp/solana/transaction-status) (*)
│ │ ├── solana-vote-program v1.16.0 (/home/benoit/Documents/tmp/solana/programs/vote) (*)
│ │ ├── spl-token v3.5.0 (*)
│ │ ├── spl-token-2022 v0.6.1 (*)
│ │ ├── static_assertions v1.1.0
│ │ ├── tempfile v3.5.0 (*)
│ │ ├── thiserror v1.0.40 (*)
│ │ ├── tokio v1.14.1 (*)
│ │ ├── tokio-stream v0.1.12 (*)
│ │ └── trees v0.4.2
│ │ [build-dependencies]
│ │ └── rustc_version v0.4.0 (*)
│ │ [dev-dependencies]
│ │ ├── bs58 v0.4.0
│ │ ├── matches v0.1.10
│ │ ├── solana-account-decoder v1.16.0 (/home/benoit/Documents/tmp/solana/account-decoder) (*)
│ │ ├── solana-logger v1.16.0 (/home/benoit/Documents/tmp/solana/logger) (*)
│ │ └── test-case v2.2.2 (*)
│ ├── solana-logger v1.16.0 (/home/benoit/Documents/tmp/solana/logger) (*)
│ ├── solana-measure v1.16.0 (/home/benoit/Documents/tmp/solana/measure) (*)
│ ├── solana-metrics v1.16.0 (/home/benoit/Documents/tmp/solana/metrics) (*)
│ ├── solana-net-utils v1.16.0 (/home/benoit/Documents/tmp/solana/net-utils) (*)
│ ├── solana-perf v1.16.0 (/home/benoit/Documents/tmp/solana/perf) (*)
│ ├── solana-rayon-threadlimit v1.16.0 (/home/benoit/Documents/tmp/solana/rayon-threadlimit) (*)
│ ├── solana-runtime v1.16.0 (/home/benoit/Documents/tmp/solana/runtime) (*)
│ ├── solana-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/sdk) (*)
│ ├── solana-streamer v1.16.0 (/home/benoit/Documents/tmp/solana/streamer) (*)
│ ├── solana-thin-client v1.16.0 (/home/benoit/Documents/tmp/solana/thin-client) (*)
│ ├── solana-tpu-client v1.16.0 (/home/benoit/Documents/tmp/solana/tpu-client) (*)
│ ├── solana-version v1.16.0 (/home/benoit/Documents/tmp/solana/version) (*)
│ ├── solana-vote-program v1.16.0 (/home/benoit/Documents/tmp/solana/programs/vote) (*)
│ ├── static_assertions v1.1.0
│ └── thiserror v1.0.40 (*)
│ [build-dependencies]
│ └── rustc_version v0.4.0 (*)
│ [dev-dependencies]
│ ├── num_cpus v1.15.0 (*)
│ ├── regex v1.6.0 (*)
│ └── serial_test v0.9.0 (*)
├── solana-logger v1.16.0 (/home/benoit/Documents/tmp/solana/logger) (*)
├── solana-measure v1.16.0 (/home/benoit/Documents/tmp/solana/measure) (*)
├── solana-net-utils v1.16.0 (/home/benoit/Documents/tmp/solana/net-utils) (*)
├── solana-rpc-client v1.16.0 (/home/benoit/Documents/tmp/solana/rpc-client) (*)
├── solana-runtime v1.16.0 (/home/benoit/Documents/tmp/solana/runtime) (*)
├── solana-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/sdk) (*)
├── solana-streamer v1.16.0 (/home/benoit/Documents/tmp/solana/streamer) (*)
├── solana-transaction-status v1.16.0 (/home/benoit/Documents/tmp/solana/transaction-status) (*)
├── solana-version v1.16.0 (/home/benoit/Documents/tmp/solana/version) (*)
└── spl-token v3.5.0 (*)
[dev-dependencies]
├── solana-core v1.16.0 (/home/benoit/Documents/tmp/solana/core)
│ ├── base64 v0.13.1
│ ├── bincode v1.3.3 (*)
│ ├── bs58 v0.4.0
│ ├── chrono v0.4.24 (*)
│ ├── crossbeam-channel v0.5.8 (*)
│ ├── dashmap v4.0.2 (*)
│ ├── eager v0.1.0
│ ├── etcd-client v0.8.2
│ │ ├── http v0.2.9 (*)
│ │ ├── prost v0.9.0
│ │ │ ├── bytes v1.4.0
│ │ │ └── prost-derive v0.9.0 (proc-macro)
│ │ │ ├── anyhow v1.0.71
│ │ │ ├── itertools v0.10.5 (*)
│ │ │ ├── proc-macro2 v1.0.56 (*)
│ │ │ ├── quote v1.0.27 (*)
│ │ │ └── syn v1.0.109 (*)
│ │ ├── tokio v1.14.1 (*)
│ │ ├── tokio-stream v0.1.12 (*)
│ │ ├── tonic v0.6.2
│ │ │ ├── async-stream v0.3.2 (*)
│ │ │ ├── async-trait v0.1.68 (proc-macro) (*)
│ │ │ ├── base64 v0.13.1
│ │ │ ├── bytes v1.4.0
│ │ │ ├── futures-core v0.3.28
│ │ │ ├── futures-util v0.3.28 (*)
│ │ │ ├── h2 v0.3.18 (*)
│ │ │ ├── http v0.2.9 (*)
│ │ │ ├── http-body v0.4.5 (*)
│ │ │ ├── hyper v0.14.26 (*)
│ │ │ ├── hyper-timeout v0.4.1 (*)
│ │ │ ├── percent-encoding v2.1.0
│ │ │ ├── pin-project v1.0.12 (*)
│ │ │ ├── prost v0.9.0 (*)
│ │ │ ├── prost-derive v0.9.0 (proc-macro) (*)
│ │ │ ├── tokio v1.14.1 (*)
│ │ │ ├── tokio-rustls v0.22.0
│ │ │ │ ├── rustls v0.19.1
│ │ │ │ │ ├── base64 v0.13.1
│ │ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ │ ├── ring v0.16.20 (*)
│ │ │ │ │ ├── sct v0.6.1
│ │ │ │ │ │ ├── ring v0.16.20 (*)
│ │ │ │ │ │ └── untrusted v0.7.1
│ │ │ │ │ └── webpki v0.21.4
│ │ │ │ │ ├── ring v0.16.20 (*)
│ │ │ │ │ └── untrusted v0.7.1
│ │ │ │ ├── tokio v1.14.1 (*)
│ │ │ │ └── webpki v0.21.4 (*)
│ │ │ ├── tokio-stream v0.1.12 (*)
│ │ │ ├── tokio-util v0.6.9 (*)
│ │ │ ├── tower v0.4.13 (*)
│ │ │ ├── tower-layer v0.3.2
│ │ │ ├── tower-service v0.3.1
│ │ │ ├── tracing v0.1.29 (*)
│ │ │ └── tracing-futures v0.2.5 (*)
│ │ └── tower-service v0.3.1
│ │ [build-dependencies]
│ │ └── tonic-build v0.6.2
│ │ ├── proc-macro2 v1.0.56 (*)
│ │ ├── prost-build v0.9.0
│ │ │ ├── bytes v1.4.0
│ │ │ ├── heck v0.3.3
│ │ │ │ └── unicode-segmentation v1.9.0
│ │ │ ├── itertools v0.10.5 (*)
│ │ │ ├── lazy_static v1.4.0
│ │ │ ├── log v0.4.17 (*)
│ │ │ ├── multimap v0.8.3
│ │ │ ├── petgraph v0.6.0 (*)
│ │ │ ├── prost v0.9.0
│ │ │ │ ├── bytes v1.4.0
│ │ │ │ └── prost-derive v0.9.0 (proc-macro) (*)
│ │ │ ├── prost-types v0.9.0
│ │ │ │ ├── bytes v1.4.0
│ │ │ │ └── prost v0.9.0 (*)
│ │ │ ├── regex v1.6.0 (*)
│ │ │ └── tempfile v3.5.0 (*)
│ │ │ [build-dependencies]
│ │ │ └── which v4.2.2 (*)
│ │ ├── quote v1.0.27 (*)
│ │ └── syn v1.0.109 (*)
│ ├── histogram v0.6.9
│ ├── itertools v0.10.5 (*)
│ ├── lazy_static v1.4.0
│ ├── log v0.4.17 (*)
│ ├── lru v0.7.8 (*)
│ ├── min-max-heap v1.3.0
│ ├── num_enum v0.6.1 (*)
│ ├── rand v0.7.3 (*)
│ ├── rand_chacha v0.2.2 (*)
│ ├── rayon v1.7.0 (*)
│ ├── rolling-file v0.2.0
│ │ └── chrono v0.4.24 (*)
│ ├── serde v1.0.162 (*)
│ ├── serde_derive v1.0.162 (proc-macro) (*)
│ ├── solana-address-lookup-table-program v1.16.0 (/home/benoit/Documents/tmp/solana/programs/address-lookup-table) (*)
│ ├── solana-bloom v1.16.0 (/home/benoit/Documents/tmp/solana/bloom) (*)
│ ├── solana-client v1.16.0 (/home/benoit/Documents/tmp/solana/client) (*)
│ ├── solana-entry v1.16.0 (/home/benoit/Documents/tmp/solana/entry) (*)
│ ├── solana-frozen-abi v1.16.0 (/home/benoit/Documents/tmp/solana/frozen-abi) (*)
│ ├── solana-frozen-abi-macro v1.16.0 (proc-macro) (/home/benoit/Documents/tmp/solana/frozen-abi/macro) (*)
│ ├── solana-geyser-plugin-manager v1.16.0 (/home/benoit/Documents/tmp/solana/geyser-plugin-manager)
│ │ ├── bs58 v0.4.0
│ │ ├── crossbeam-channel v0.5.8 (*)
│ │ ├── json5 v0.4.1
│ │ │ ├── pest v2.1.3 (*)
│ │ │ ├── pest_derive v2.1.0 (proc-macro)
│ │ │ │ ├── pest v2.1.3 (*)
│ │ │ │ └── pest_generator v2.1.3
│ │ │ │ ├── pest v2.1.3 (*)
│ │ │ │ ├── pest_meta v2.1.3
│ │ │ │ │ ├── maplit v1.0.2
│ │ │ │ │ └── pest v2.1.3 (*)
│ │ │ │ │ [build-dependencies]
│ │ │ │ │ └── sha-1 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
│ │ │ │ │ │ └── typenum v1.15.0
│ │ │ │ │ ├── digest v0.8.1
│ │ │ │ │ │ └── generic-array v0.12.4 (*)
│ │ │ │ │ ├── fake-simd v0.1.2
│ │ │ │ │ └── opaque-debug v0.2.3
│ │ │ │ ├── proc-macro2 v1.0.56 (*)
│ │ │ │ ├── quote v1.0.27 (*)
│ │ │ │ └── syn v1.0.109 (*)
│ │ │ └── serde v1.0.162 (*)
│ │ ├── jsonrpc-core v18.0.0 (*)
│ │ ├── jsonrpc-server-utils v18.0.0 (*)
│ │ ├── libloading v0.7.4 (*)
│ │ ├── log v0.4.17 (*)
│ │ ├── serde_json v1.0.96 (*)
│ │ ├── solana-entry v1.16.0 (/home/benoit/Documents/tmp/solana/entry) (*)
│ │ ├── solana-geyser-plugin-interface v1.16.0 (/home/benoit/Documents/tmp/solana/geyser-plugin-interface)
│ │ │ ├── log v0.4.17 (*)
│ │ │ ├── solana-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/sdk) (*)
│ │ │ ├── solana-transaction-status v1.16.0 (/home/benoit/Documents/tmp/solana/transaction-status) (*)
│ │ │ └── thiserror v1.0.40 (*)
│ │ ├── solana-ledger v1.16.0 (/home/benoit/Documents/tmp/solana/ledger) (*)
│ │ ├── solana-measure v1.16.0 (/home/benoit/Documents/tmp/solana/measure) (*)
│ │ ├── solana-metrics v1.16.0 (/home/benoit/Documents/tmp/solana/metrics) (*)
│ │ ├── solana-rpc v1.16.0 (/home/benoit/Documents/tmp/solana/rpc)
│ │ │ ├── base64 v0.13.1
│ │ │ ├── bincode v1.3.3 (*)
│ │ │ ├── bs58 v0.4.0
│ │ │ ├── crossbeam-channel v0.5.8 (*)
│ │ │ ├── dashmap v4.0.2 (*)
│ │ │ ├── itertools v0.10.5 (*)
│ │ │ ├── jsonrpc-core v18.0.0 (*)
│ │ │ ├── jsonrpc-core-client v18.0.0
│ │ │ │ ├── futures v0.3.28 (*)
│ │ │ │ └── jsonrpc-client-transports v18.0.0
│ │ │ │ ├── derive_more v0.99.16 (proc-macro)
│ │ │ │ │ ├── convert_case v0.4.0
│ │ │ │ │ ├── proc-macro2 v1.0.56 (*)
│ │ │ │ │ ├── quote v1.0.27 (*)
│ │ │ │ │ └── syn v1.0.109 (*)
│ │ │ │ │ [build-dependencies]
│ │ │ │ │ └── rustc_version v0.3.3 (*)
│ │ │ │ ├── futures v0.3.28 (*)
│ │ │ │ ├── jsonrpc-core v18.0.0 (*)
│ │ │ │ ├── jsonrpc-pubsub v18.0.0
│ │ │ │ │ ├── futures v0.3.28 (*)
│ │ │ │ │ ├── jsonrpc-core v18.0.0 (*)
│ │ │ │ │ ├── lazy_static v1.4.0
│ │ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ │ ├── parking_lot v0.11.2 (*)
│ │ │ │ │ ├── rand v0.7.3 (*)
│ │ │ │ │ └── serde v1.0.162 (*)
│ │ │ │ ├── jsonrpc-server-utils v18.0.0 (*)
│ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ ├── parity-tokio-ipc v0.9.0
│ │ │ │ │ ├── futures v0.3.28 (*)
│ │ │ │ │ ├── libc v0.2.144
│ │ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ │ ├── rand v0.7.3 (*)
│ │ │ │ │ └── tokio v1.14.1 (*)
│ │ │ │ ├── serde v1.0.162 (*)
│ │ │ │ ├── serde_json v1.0.96 (*)
│ │ │ │ ├── tokio v1.14.1 (*)
│ │ │ │ └── url v1.7.2
│ │ │ │ ├── idna v0.1.5
│ │ │ │ │ ├── matches v0.1.10
│ │ │ │ │ ├── unicode-bidi v0.3.7
│ │ │ │ │ └── unicode-normalization v0.1.19 (*)
│ │ │ │ ├── matches v0.1.10
│ │ │ │ └── percent-encoding v1.0.1
│ │ │ ├── jsonrpc-derive v18.0.0 (proc-macro)
│ │ │ │ ├── proc-macro-crate v0.1.5 (*)
│ │ │ │ ├── proc-macro2 v1.0.56 (*)
│ │ │ │ ├── quote v1.0.27 (*)
│ │ │ │ └── syn v1.0.109 (*)
│ │ │ ├── jsonrpc-http-server v18.0.0 (*)
│ │ │ ├── jsonrpc-pubsub v18.0.0 (*)
│ │ │ ├── libc v0.2.144
│ │ │ ├── log v0.4.17 (*)
│ │ │ ├── rayon v1.7.0 (*)
│ │ │ ├── regex v1.6.0 (*)
│ │ │ ├── serde v1.0.162 (*)
│ │ │ ├── serde_derive v1.0.162 (proc-macro) (*)
│ │ │ ├── serde_json v1.0.96 (*)
│ │ │ ├── soketto v0.7.1
│ │ │ │ ├── base64 v0.13.1
│ │ │ │ ├── bytes v1.4.0
│ │ │ │ ├── futures v0.3.28 (*)
│ │ │ │ ├── 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.1
│ │ │ │ ├── digest v0.9.0 (*)
│ │ │ │ └── opaque-debug v0.3.0
│ │ │ ├── solana-account-decoder v1.16.0 (/home/benoit/Documents/tmp/solana/account-decoder) (*)
│ │ │ ├── solana-client v1.16.0 (/home/benoit/Documents/tmp/solana/client) (*)
│ │ │ ├── solana-entry v1.16.0 (/home/benoit/Documents/tmp/solana/entry) (*)
│ │ │ ├── solana-faucet v1.16.0 (/home/benoit/Documents/tmp/solana/faucet) (*)
│ │ │ ├── solana-gossip v1.16.0 (/home/benoit/Documents/tmp/solana/gossip) (*)
│ │ │ ├── solana-ledger v1.16.0 (/home/benoit/Documents/tmp/solana/ledger) (*)
│ │ │ ├── solana-measure v1.16.0 (/home/benoit/Documents/tmp/solana/measure) (*)
│ │ │ ├── solana-metrics v1.16.0 (/home/benoit/Documents/tmp/solana/metrics) (*)
│ │ │ ├── solana-perf v1.16.0 (/home/benoit/Documents/tmp/solana/perf) (*)
│ │ │ ├── solana-poh v1.16.0 (/home/benoit/Documents/tmp/solana/poh)
│ │ │ │ ├── core_affinity v0.5.10
│ │ │ │ │ ├── libc v0.2.144
│ │ │ │ │ └── num_cpus v1.15.0 (*)
│ │ │ │ ├── crossbeam-channel v0.5.8 (*)
│ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ ├── solana-entry v1.16.0 (/home/benoit/Documents/tmp/solana/entry) (*)
│ │ │ │ ├── solana-ledger v1.16.0 (/home/benoit/Documents/tmp/solana/ledger) (*)
│ │ │ │ ├── solana-measure v1.16.0 (/home/benoit/Documents/tmp/solana/measure) (*)
│ │ │ │ ├── solana-metrics v1.16.0 (/home/benoit/Documents/tmp/solana/metrics) (*)
│ │ │ │ ├── solana-runtime v1.16.0 (/home/benoit/Documents/tmp/solana/runtime) (*)
│ │ │ │ ├── solana-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/sdk) (*)
│ │ │ │ ├── solana-sys-tuner v1.16.0 (/home/benoit/Documents/tmp/solana/sys-tuner)
│ │ │ │ │ ├── clap v2.33.3 (*)
│ │ │ │ │ ├── libc v0.2.144
│ │ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ │ ├── nix v0.26.2 (*)
│ │ │ │ │ ├── solana-logger v1.16.0 (/home/benoit/Documents/tmp/solana/logger) (*)
│ │ │ │ │ ├── solana-version v1.16.0 (/home/benoit/Documents/tmp/solana/version) (*)
│ │ │ │ │ ├── sysctl v0.4.6
│ │ │ │ │ │ ├── bitflags v1.3.2
│ │ │ │ │ │ ├── byteorder v1.4.3
│ │ │ │ │ │ ├── libc v0.2.144
│ │ │ │ │ │ ├── thiserror v1.0.40 (*)
│ │ │ │ │ │ └── walkdir v2.3.2 (*)
│ │ │ │ │ ├── unix_socket2 v0.5.4
│ │ │ │ │ │ └── libc v0.2.144
│ │ │ │ │ └── users v0.10.0
│ │ │ │ │ ├── libc v0.2.144
│ │ │ │ │ └── log v0.4.17 (*)
│ │ │ │ └── thiserror v1.0.40 (*)
│ │ │ │ [dev-dependencies]
│ │ │ │ ├── bincode v1.3.3 (*)
│ │ │ │ ├── matches v0.1.10
│ │ │ │ ├── rand v0.7.3 (*)
│ │ │ │ ├── solana-logger v1.16.0 (/home/benoit/Documents/tmp/solana/logger) (*)
│ │ │ │ └── solana-perf v1.16.0 (/home/benoit/Documents/tmp/solana/perf) (*)
│ │ │ ├── solana-rayon-threadlimit v1.16.0 (/home/benoit/Documents/tmp/solana/rayon-threadlimit) (*)
│ │ │ ├── solana-rpc-client-api v1.16.0 (/home/benoit/Documents/tmp/solana/rpc-client-api) (*)
│ │ │ ├── solana-runtime v1.16.0 (/home/benoit/Documents/tmp/solana/runtime) (*)
│ │ │ ├── solana-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/sdk) (*)
│ │ │ ├── solana-send-transaction-service v1.16.0 (/home/benoit/Documents/tmp/solana/send-transaction-service)
│ │ │ │ ├── crossbeam-channel v0.5.8 (*)
│ │ │ │ ├── log v0.4.17 (*)
│ │ │ │ ├── solana-client v1.16.0 (/home/benoit/Documents/tmp/solana/client) (*)
│ │ │ │ ├── solana-measure v1.16.0 (/home/benoit/Documents/tmp/solana/measure) (*)
│ │ │ │ ├── solana-metrics v1.16.0 (/home/benoit/Documents/tmp/solana/metrics) (*)
│ │ │ │ ├── solana-runtime v1.16.0 (/home/benoit/Documents/tmp/solana/runtime) (*)
│ │ │ │ ├── solana-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/sdk) (*)
│ │ │ │ └── solana-tpu-client v1.16.0 (/home/benoit/Documents/tmp/solana/tpu-client) (*)
│ │ │ │ [dev-dependencies]
│ │ │ │ └── solana-logger v1.16.0 (/home/benoit/Documents/tmp/solana/logger) (*)
│ │ │ ├── solana-stake-program v1.16.0 (/home/benoit/Documents/tmp/solana/programs/stake) (*)
│ │ │ ├── solana-storage-bigtable v1.16.0 (/home/benoit/Documents/tmp/solana/storage-bigtable) (*)
│ │ │ ├── solana-streamer v1.16.0 (/home/benoit/Documents/tmp/solana/streamer) (*)
│ │ │ ├── solana-tpu-client v1.16.0 (/home/benoit/Documents/tmp/solana/tpu-client) (*)
│ │ │ ├── solana-transaction-status v1.16.0 (/home/benoit/Documents/tmp/solana/transaction-status) (*)
│ │ │ ├── solana-version v1.16.0 (/home/benoit/Documents/tmp/solana/version) (*)
│ │ │ ├── solana-vote-program v1.16.0 (/home/benoit/Documents/tmp/solana/programs/vote) (*)
│ │ │ ├── spl-token v3.5.0 (*)
│ │ │ ├── spl-token-2022 v0.6.1 (*)
│ │ │ ├── stream-cancel v0.8.1
│ │ │ │ ├── futures-core v0.3.28
│ │ │ │ ├── pin-project v1.0.12 (*)
│ │ │ │ └── tokio v1.14.1 (*)
│ │ │ ├── thiserror v1.0.40 (*)
│ │ │ ├── tokio v1.14.1 (*)
│ │ │ └── tokio-util v0.6.9 (*)
│ │ │ [dev-dependencies]
│ │ │ ├── serial_test v0.9.0 (*)
│ │ │ ├── solana-address-lookup-table-program v1.16.0 (/home/benoit/Documents/tmp/solana/programs/address-lookup-table) (*)
│ │ │ ├── solana-net-utils v1.16.0 (/home/benoit/Documents/tmp/solana/net-utils) (*)
│ │ │ ├── solana-stake-program v1.16.0 (/home/benoit/Documents/tmp/solana/programs/stake) (*)
│ │ │ └── symlink v0.1.0
│ │ ├── solana-runtime v1.16.0 (/home/benoit/Documents/tmp/solana/runtime) (*)
│ │ ├── solana-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/sdk) (*)
│ │ ├── solana-transaction-status v1.16.0 (/home/benoit/Documents/tmp/solana/transaction-status) (*)
│ │ └── thiserror v1.0.40 (*)
│ ├── solana-gossip v1.16.0 (/home/benoit/Documents/tmp/solana/gossip) (*)
│ ├── solana-ledger v1.16.0 (/home/benoit/Documents/tmp/solana/ledger) (*)
│ ├── solana-measure v1.16.0 (/home/benoit/Documents/tmp/solana/measure) (*)
│ ├── solana-metrics v1.16.0 (/home/benoit/Documents/tmp/solana/metrics) (*)
│ ├── solana-net-utils v1.16.0 (/home/benoit/Documents/tmp/solana/net-utils) (*)
│ ├── solana-perf v1.16.0 (/home/benoit/Documents/tmp/solana/perf) (*)
│ ├── solana-poh v1.16.0 (/home/benoit/Documents/tmp/solana/poh) (*)
│ ├── solana-program-runtime v1.16.0 (/home/benoit/Documents/tmp/solana/program-runtime) (*)
│ ├── solana-rayon-threadlimit v1.16.0 (/home/benoit/Documents/tmp/solana/rayon-threadlimit) (*)
│ ├── solana-rpc v1.16.0 (/home/benoit/Documents/tmp/solana/rpc) (*)
│ ├── solana-rpc-client-api v1.16.0 (/home/benoit/Documents/tmp/solana/rpc-client-api) (*)
│ ├── solana-runtime v1.16.0 (/home/benoit/Documents/tmp/solana/runtime) (*)
│ ├── solana-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/sdk) (*)
│ ├── solana-send-transaction-service v1.16.0 (/home/benoit/Documents/tmp/solana/send-transaction-service) (*)
│ ├── solana-streamer v1.16.0 (/home/benoit/Documents/tmp/solana/streamer) (*)
│ ├── solana-tpu-client v1.16.0 (/home/benoit/Documents/tmp/solana/tpu-client) (*)
│ ├── solana-transaction-status v1.16.0 (/home/benoit/Documents/tmp/solana/transaction-status) (*)
│ ├── solana-version v1.16.0 (/home/benoit/Documents/tmp/solana/version) (*)
│ ├── solana-vote-program v1.16.0 (/home/benoit/Documents/tmp/solana/programs/vote) (*)
│ ├── strum v0.24.0 (*)
│ ├── strum_macros v0.24.3 (proc-macro) (*)
│ ├── sys-info v0.9.1
│ │ └── libc v0.2.144
│ │ [build-dependencies]
│ │ └── cc v1.0.79 (*)
│ ├── sysctl v0.4.6 (*)
│ ├── tempfile v3.5.0 (*)
│ ├── thiserror v1.0.40 (*)
│ ├── tokio v1.14.1 (*)
│ └── trees v0.4.2
│ [build-dependencies]
│ └── rustc_version v0.4.0 (*)
│ [dev-dependencies]
│ ├── fs_extra v1.3.0
│ ├── matches v0.1.10
│ ├── raptorq v1.7.0
│ ├── serde_json v1.0.96 (*)
│ ├── serial_test v0.9.0 (*)
│ ├── solana-logger v1.16.0 (/home/benoit/Documents/tmp/solana/logger) (*)
│ ├── solana-program-runtime v1.16.0 (/home/benoit/Documents/tmp/solana/program-runtime) (*)
│ ├── solana-stake-program v1.16.0 (/home/benoit/Documents/tmp/solana/programs/stake) (*)
│ ├── static_assertions v1.1.0
│ ├── systemstat v0.2.3
│ │ ├── bytesize v1.1.0
│ │ ├── lazy_static v1.4.0
│ │ ├── libc v0.2.144
│ │ ├── nom v7.0.0 (*)
│ │ └── time v0.3.9 (*)
│ └── test-case v2.2.2 (*)
├── solana-local-cluster v1.16.0 (/home/benoit/Documents/tmp/solana/local-cluster)
│ ├── crossbeam-channel v0.5.8 (*)
│ ├── itertools v0.10.5 (*)
│ ├── log v0.4.17 (*)
│ ├── rand v0.7.3 (*)
│ ├── rayon v1.7.0 (*)
│ ├── solana-client v1.16.0 (/home/benoit/Documents/tmp/solana/client) (*)
│ ├── solana-config-program v1.16.0 (/home/benoit/Documents/tmp/solana/programs/config) (*)
│ ├── solana-core v1.16.0 (/home/benoit/Documents/tmp/solana/core) (*)
│ ├── solana-entry v1.16.0 (/home/benoit/Documents/tmp/solana/entry) (*)
│ ├── solana-gossip v1.16.0 (/home/benoit/Documents/tmp/solana/gossip) (*)
│ ├── solana-ledger v1.16.0 (/home/benoit/Documents/tmp/solana/ledger) (*)
│ ├── solana-pubsub-client v1.16.0 (/home/benoit/Documents/tmp/solana/pubsub-client) (*)
│ ├── solana-rpc-client v1.16.0 (/home/benoit/Documents/tmp/solana/rpc-client) (*)
│ ├── solana-rpc-client-api v1.16.0 (/home/benoit/Documents/tmp/solana/rpc-client-api) (*)
│ ├── solana-runtime v1.16.0 (/home/benoit/Documents/tmp/solana/runtime) (*)
│ ├── solana-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/sdk) (*)
│ ├── solana-stake-program v1.16.0 (/home/benoit/Documents/tmp/solana/programs/stake) (*)
│ ├── solana-streamer v1.16.0 (/home/benoit/Documents/tmp/solana/streamer) (*)
│ ├── solana-thin-client v1.16.0 (/home/benoit/Documents/tmp/solana/thin-client) (*)
│ ├── solana-tpu-client v1.16.0 (/home/benoit/Documents/tmp/solana/tpu-client) (*)
│ ├── solana-vote-program v1.16.0 (/home/benoit/Documents/tmp/solana/programs/vote) (*)
│ └── tempfile v3.5.0 (*)
│ [dev-dependencies]
│ ├── assert_matches v1.5.0
│ ├── fs_extra v1.3.0
│ ├── gag v1.0.0
│ │ ├── filedescriptor v0.8.1
│ │ │ ├── libc v0.2.144
│ │ │ └── thiserror v1.0.40 (*)
│ │ └── tempfile v3.5.0 (*)
│ ├── serial_test v0.9.0 (*)
│ ├── solana-download-utils v1.16.0 (/home/benoit/Documents/tmp/solana/download-utils)
│ │ ├── console v0.15.5 (*)
│ │ ├── indicatif v0.17.3 (*)
│ │ ├── log v0.4.17 (*)
│ │ ├── reqwest v0.11.17 (*)
│ │ ├── solana-runtime v1.16.0 (/home/benoit/Documents/tmp/solana/runtime) (*)
│ │ └── solana-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/sdk) (*)
│ └── solana-logger v1.16.0 (/home/benoit/Documents/tmp/solana/logger) (*)
└── solana-test-validator v1.16.0 (/home/benoit/Documents/tmp/solana/test-validator)
├── base64 v0.13.1
├── bincode v1.3.3 (*)
├── crossbeam-channel v0.5.8 (*)
├── log v0.4.17 (*)
├── serde_derive v1.0.162 (proc-macro) (*)
├── serde_json v1.0.96 (*)
├── solana-cli-output v1.16.0 (/home/benoit/Documents/tmp/solana/cli-output)
│ ├── Inflector v0.11.4 (*)
│ ├── base64 v0.13.1
│ ├── chrono v0.4.24 (*)
│ ├── clap v2.33.3 (*)
│ ├── console v0.15.5 (*)
│ ├── humantime v2.1.0
│ ├── indicatif v0.17.3 (*)
│ ├── pretty-hex v0.3.0
│ ├── semver v1.0.17 (*)
│ ├── serde v1.0.162 (*)
│ ├── serde_json v1.0.96 (*)
│ ├── solana-account-decoder v1.16.0 (/home/benoit/Documents/tmp/solana/account-decoder) (*)
│ ├── solana-clap-utils v1.16.0 (/home/benoit/Documents/tmp/solana/clap-utils) (*)
│ ├── solana-cli-config v1.16.0 (/home/benoit/Documents/tmp/solana/cli-config) (*)
│ ├── solana-rpc-client-api v1.16.0 (/home/benoit/Documents/tmp/solana/rpc-client-api) (*)
│ ├── solana-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/sdk) (*)
│ ├── solana-transaction-status v1.16.0 (/home/benoit/Documents/tmp/solana/transaction-status) (*)
│ ├── solana-vote-program v1.16.0 (/home/benoit/Documents/tmp/solana/programs/vote) (*)
│ └── spl-memo v3.0.1 (*)
│ [dev-dependencies]
│ └── ed25519-dalek v1.0.1 (*)
├── solana-client v1.16.0 (/home/benoit/Documents/tmp/solana/client) (*)
├── solana-core v1.16.0 (/home/benoit/Documents/tmp/solana/core) (*)
├── solana-geyser-plugin-manager v1.16.0 (/home/benoit/Documents/tmp/solana/geyser-plugin-manager) (*)
├── solana-gossip v1.16.0 (/home/benoit/Documents/tmp/solana/gossip) (*)
├── solana-ledger v1.16.0 (/home/benoit/Documents/tmp/solana/ledger) (*)
├── solana-logger v1.16.0 (/home/benoit/Documents/tmp/solana/logger) (*)
├── solana-net-utils v1.16.0 (/home/benoit/Documents/tmp/solana/net-utils) (*)
├── solana-program-runtime v1.16.0 (/home/benoit/Documents/tmp/solana/program-runtime) (*)
├── solana-program-test v1.16.0 (/home/benoit/Documents/tmp/solana/program-test)
│ ├── assert_matches v1.5.0
│ ├── async-trait v0.1.68 (proc-macro) (*)
│ ├── base64 v0.13.1
│ ├── bincode v1.3.3 (*)
│ ├── chrono-humanize v0.2.2 (*)
│ ├── crossbeam-channel v0.5.8 (*)
│ ├── log v0.4.17 (*)
│ ├── serde v1.0.162 (*)
│ ├── solana-banks-client v1.16.0 (/home/benoit/Documents/tmp/solana/banks-client)
│ │ ├── borsh v0.9.3 (*)
│ │ ├── futures v0.3.28 (*)
│ │ ├── solana-banks-interface v1.16.0 (/home/benoit/Documents/tmp/solana/banks-interface)
│ │ │ ├── serde v1.0.162 (*)
│ │ │ ├── solana-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/sdk) (*)
│ │ │ └── tarpc v0.29.0
│ │ │ ├── anyhow v1.0.71
│ │ │ ├── fnv v1.0.7
│ │ │ ├── futures v0.3.28 (*)
│ │ │ ├── humantime v2.1.0
│ │ │ ├── opentelemetry v0.17.0
│ │ │ │ ├── async-trait v0.1.68 (proc-macro) (*)
│ │ │ │ ├── crossbeam-channel v0.5.8 (*)
│ │ │ │ ├── futures-channel v0.3.28 (*)
│ │ │ │ ├── futures-executor v0.3.28 (*)
│ │ │ │ ├── futures-util v0.3.28 (*)
│ │ │ │ ├── lazy_static v1.4.0
│ │ │ │ ├── percent-encoding v2.1.0
│ │ │ │ ├── pin-project v1.0.12 (*)
│ │ │ │ ├── rand v0.8.5 (*)
│ │ │ │ └── thiserror v1.0.40 (*)
│ │ │ ├── pin-project v1.0.12 (*)
│ │ │ ├── rand v0.8.5 (*)
│ │ │ ├── serde v1.0.162 (*)
│ │ │ ├── static_assertions v1.1.0
│ │ │ ├── tarpc-plugins v0.12.0 (proc-macro)
│ │ │ │ ├── proc-macro2 v1.0.56 (*)
│ │ │ │ ├── quote v1.0.27 (*)
│ │ │ │ └── syn v1.0.109 (*)
│ │ │ ├── thiserror v1.0.40 (*)
│ │ │ ├── tokio v1.14.1 (*)
│ │ │ ├── tokio-serde v0.8.0
│ │ │ │ ├── bincode v1.3.3 (*)
│ │ │ │ ├── bytes v1.4.0
│ │ │ │ ├── educe v0.4.18 (proc-macro)
│ │ │ │ │ ├── enum-ordinalize v3.1.10 (proc-macro)
│ │ │ │ │ │ ├── num-bigint v0.4.3 (*)
│ │ │ │ │ │ ├── num-traits v0.2.15 (*)
│ │ │ │ │ │ ├── proc-macro2 v1.0.56 (*)
│ │ │ │ │ │ ├── quote v1.0.27 (*)
│ │ │ │ │ │ └── syn v1.0.109 (*)
│ │ │ │ │ ├── proc-macro2 v1.0.56 (*)
│ │ │ │ │ ├── quote v1.0.27 (*)
│ │ │ │ │ └── syn v1.0.109 (*)
│ │ │ │ ├── futures-core v0.3.28
│ │ │ │ ├── futures-sink v0.3.28
│ │ │ │ ├── pin-project v1.0.12 (*)
│ │ │ │ ├── serde v1.0.162 (*)
│ │ │ │ └── serde_json v1.0.96 (*)
│ │ │ ├── tokio-util v0.6.9 (*)
│ │ │ ├── tracing v0.1.29 (*)
│ │ │ └── tracing-opentelemetry v0.17.2
│ │ │ ├── opentelemetry v0.17.0 (*)
│ │ │ ├── tracing v0.1.29 (*)
│ │ │ ├── tracing-core v0.1.21 (*)
│ │ │ └── tracing-subscriber v0.3.7
│ │ │ ├── sharded-slab v0.1.4
│ │ │ │ └── lazy_static v1.4.0
│ │ │ ├── thread_local v1.1.4
│ │ │ │ └── once_cell v1.17.1
│ │ │ └── tracing-core v0.1.21 (*)
│ │ ├── solana-program v1.16.0 (/home/benoit/Documents/tmp/solana/sdk/program) (*)
│ │ ├── solana-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/sdk) (*)
│ │ ├── tarpc v0.29.0 (*)
│ │ ├── thiserror v1.0.40 (*)
│ │ ├── tokio v1.14.1 (*)
│ │ └── tokio-serde v0.8.0 (*)
│ │ [dev-dependencies]
│ │ ├── solana-banks-server v1.16.0 (/home/benoit/Documents/tmp/solana/banks-server)
│ │ │ ├── bincode v1.3.3 (*)
│ │ │ ├── crossbeam-channel v0.5.8 (*)
│ │ │ ├── futures v0.3.28 (*)
│ │ │ ├── solana-banks-interface v1.16.0 (/home/benoit/Documents/tmp/solana/banks-interface) (*)
│ │ │ ├── solana-client v1.16.0 (/home/benoit/Documents/tmp/solana/client) (*)
│ │ │ ├── solana-runtime v1.16.0 (/home/benoit/Documents/tmp/solana/runtime) (*)
│ │ │ ├── solana-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/sdk) (*)
│ │ │ ├── solana-send-transaction-service v1.16.0 (/home/benoit/Documents/tmp/solana/send-transaction-service) (*)
│ │ │ ├── tarpc v0.29.0 (*)
│ │ │ ├── tokio v1.14.1 (*)
│ │ │ └── tokio-serde v0.8.0 (*)
│ │ └── solana-runtime v1.16.0 (/home/benoit/Documents/tmp/solana/runtime) (*)
│ ├── solana-banks-interface v1.16.0 (/home/benoit/Documents/tmp/solana/banks-interface) (*)
│ ├── solana-banks-server v1.16.0 (/home/benoit/Documents/tmp/solana/banks-server) (*)
│ ├── solana-bpf-loader-program v1.16.0 (/home/benoit/Documents/tmp/solana/programs/bpf_loader) (*)
│ ├── solana-logger v1.16.0 (/home/benoit/Documents/tmp/solana/logger) (*)
│ ├── solana-program-runtime v1.16.0 (/home/benoit/Documents/tmp/solana/program-runtime) (*)
│ ├── solana-runtime v1.16.0 (/home/benoit/Documents/tmp/solana/runtime) (*)
│ ├── solana-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/sdk) (*)
│ ├── solana-vote-program v1.16.0 (/home/benoit/Documents/tmp/solana/programs/vote) (*)
│ ├── thiserror v1.0.40 (*)
│ └── tokio v1.14.1 (*)
│ [dev-dependencies]
│ └── solana-stake-program v1.16.0 (/home/benoit/Documents/tmp/solana/programs/stake) (*)
├── solana-rpc v1.16.0 (/home/benoit/Documents/tmp/solana/rpc) (*)
├── solana-rpc-client v1.16.0 (/home/benoit/Documents/tmp/solana/rpc-client) (*)
├── solana-runtime v1.16.0 (/home/benoit/Documents/tmp/solana/runtime) (*)
├── solana-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/sdk) (*)
├── solana-streamer v1.16.0 (/home/benoit/Documents/tmp/solana/streamer) (*)
├── solana-tpu-client v1.16.0 (/home/benoit/Documents/tmp/solana/tpu-client) (*)
└── tokio v1.14.1 (*)
solana-address-lookup-table-program v1.16.0 (/home/benoit/Documents/tmp/solana/programs/address-lookup-table) (*)
solana-address-lookup-table-program-tests v1.16.0 (/home/benoit/Documents/tmp/solana/programs/address-lookup-table-tests)
[dev-dependencies]
├── assert_matches v1.5.0
├── bincode v1.3.3 (*)
├── solana-address-lookup-table-program v1.16.0 (/home/benoit/Documents/tmp/solana/programs/address-lookup-table) (*)
├── solana-program-test v1.16.0 (/home/benoit/Documents/tmp/solana/program-test) (*)
└── solana-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/sdk) (*)
solana-banking-bench v1.16.0 (/home/benoit/Documents/tmp/solana/banking-bench)
├── clap v3.2.23 (*)
├── crossbeam-channel v0.5.8 (*)
├── log v0.4.17 (*)
├── rand v0.7.3 (*)
├── rayon v1.7.0 (*)
├── solana-client v1.16.0 (/home/benoit/Documents/tmp/solana/client) (*)
├── solana-core v1.16.0 (/home/benoit/Documents/tmp/solana/core) (*)
├── solana-gossip v1.16.0 (/home/benoit/Documents/tmp/solana/gossip) (*)
├── solana-ledger v1.16.0 (/home/benoit/Documents/tmp/solana/ledger) (*)
├── solana-logger v1.16.0 (/home/benoit/Documents/tmp/solana/logger) (*)
├── solana-measure v1.16.0 (/home/benoit/Documents/tmp/solana/measure) (*)
├── solana-perf v1.16.0 (/home/benoit/Documents/tmp/solana/perf) (*)
├── solana-poh v1.16.0 (/home/benoit/Documents/tmp/solana/poh) (*)
├── solana-runtime v1.16.0 (/home/benoit/Documents/tmp/solana/runtime) (*)
├── solana-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/sdk) (*)
├── solana-streamer v1.16.0 (/home/benoit/Documents/tmp/solana/streamer) (*)
├── solana-tpu-client v1.16.0 (/home/benoit/Documents/tmp/solana/tpu-client) (*)
└── solana-version v1.16.0 (/home/benoit/Documents/tmp/solana/version) (*)
solana-banks-client v1.16.0 (/home/benoit/Documents/tmp/solana/banks-client) (*)
solana-banks-interface v1.16.0 (/home/benoit/Documents/tmp/solana/banks-interface) (*)
solana-banks-server v1.16.0 (/home/benoit/Documents/tmp/solana/banks-server) (*)
solana-bench-streamer v1.16.0 (/home/benoit/Documents/tmp/solana/bench-streamer)
├── clap v3.2.23 (*)
├── crossbeam-channel v0.5.8 (*)
├── solana-net-utils v1.16.0 (/home/benoit/Documents/tmp/solana/net-utils) (*)
├── solana-streamer v1.16.0 (/home/benoit/Documents/tmp/solana/streamer) (*)
└── solana-version v1.16.0 (/home/benoit/Documents/tmp/solana/version) (*)
solana-bench-tps v1.16.0 (/home/benoit/Documents/tmp/solana/bench-tps)
├── clap v2.33.3 (*)
├── crossbeam-channel v0.5.8 (*)
├── log v0.4.17 (*)
├── rand v0.7.3 (*)
├── rayon v1.7.0 (*)
├── serde_json v1.0.96 (*)
├── serde_yaml v0.9.21 (*)
├── solana-clap-utils v1.16.0 (/home/benoit/Documents/tmp/solana/clap-utils) (*)
├── solana-cli-config v1.16.0 (/home/benoit/Documents/tmp/solana/cli-config) (*)
├── solana-client v1.16.0 (/home/benoit/Documents/tmp/solana/client) (*)
├── solana-connection-cache v1.16.0 (/home/benoit/Documents/tmp/solana/connection-cache) (*)
├── solana-core v1.16.0 (/home/benoit/Documents/tmp/solana/core) (*)
├── solana-faucet v1.16.0 (/home/benoit/Documents/tmp/solana/faucet) (*)
├── solana-genesis v1.16.0 (/home/benoit/Documents/tmp/solana/genesis)
│ ├── base64 v0.13.1
│ ├── bincode v1.3.3 (*)
│ ├── clap v2.33.3 (*)
│ ├── itertools v0.10.5 (*)
│ ├── serde v1.0.162 (*)
│ ├── serde_json v1.0.96 (*)
│ ├── serde_yaml v0.9.21 (*)
│ ├── solana-clap-utils v1.16.0 (/home/benoit/Documents/tmp/solana/clap-utils) (*)
│ ├── solana-cli-config v1.16.0 (/home/benoit/Documents/tmp/solana/cli-config) (*)
│ ├── solana-entry v1.16.0 (/home/benoit/Documents/tmp/solana/entry) (*)
│ ├── solana-ledger v1.16.0 (/home/benoit/Documents/tmp/solana/ledger) (*)
│ ├── solana-logger v1.16.0 (/home/benoit/Documents/tmp/solana/logger) (*)
│ ├── solana-runtime v1.16.0 (/home/benoit/Documents/tmp/solana/runtime) (*)
│ ├── solana-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/sdk) (*)
│ ├── solana-stake-program v1.16.0 (/home/benoit/Documents/tmp/solana/programs/stake) (*)
│ ├── solana-version v1.16.0 (/home/benoit/Documents/tmp/solana/version) (*)
│ ├── solana-vote-program v1.16.0 (/home/benoit/Documents/tmp/solana/programs/vote) (*)
│ └── tempfile v3.5.0 (*)
├── solana-gossip v1.16.0 (/home/benoit/Documents/tmp/solana/gossip) (*)
├── solana-logger v1.16.0 (/home/benoit/Documents/tmp/solana/logger) (*)
├── solana-measure v1.16.0 (/home/benoit/Documents/tmp/solana/measure) (*)
├── solana-metrics v1.16.0 (/home/benoit/Documents/tmp/solana/metrics) (*)
├── solana-net-utils v1.16.0 (/home/benoit/Documents/tmp/solana/net-utils) (*)
├── solana-rpc v1.16.0 (/home/benoit/Documents/tmp/solana/rpc) (*)
├── solana-rpc-client v1.16.0 (/home/benoit/Documents/tmp/solana/rpc-client) (*)
├── solana-rpc-client-api v1.16.0 (/home/benoit/Documents/tmp/solana/rpc-client-api) (*)
├── solana-rpc-client-nonce-utils v1.16.0 (/home/benoit/Documents/tmp/solana/rpc-client-nonce-utils) (*)
├── solana-runtime v1.16.0 (/home/benoit/Documents/tmp/solana/runtime) (*)
├── solana-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/sdk) (*)
├── solana-streamer v1.16.0 (/home/benoit/Documents/tmp/solana/streamer) (*)
├── solana-thin-client v1.16.0 (/home/benoit/Documents/tmp/solana/thin-client) (*)
├── solana-tpu-client v1.16.0 (/home/benoit/Documents/tmp/solana/tpu-client) (*)
├── solana-version v1.16.0 (/home/benoit/Documents/tmp/solana/version) (*)
├── spl-instruction-padding v0.1.0
│ ├── num_enum v0.5.11 (*)
│ └── solana-program v1.15.1 (*)
└── thiserror v1.0.40 (*)
[dev-dependencies]
├── serial_test v0.9.0 (*)
├── solana-local-cluster v1.16.0 (/home/benoit/Documents/tmp/solana/local-cluster) (*)
├── solana-test-validator v1.16.0 (/home/benoit/Documents/tmp/solana/test-validator) (*)
└── tempfile v3.5.0 (*)
solana-bloom v1.16.0 (/home/benoit/Documents/tmp/solana/bloom) (*)
solana-bpf-loader-program v1.16.0 (/home/benoit/Documents/tmp/solana/programs/bpf_loader) (*)
solana-bpf-loader-program-tests v1.16.0 (/home/benoit/Documents/tmp/solana/programs/bpf-loader-tests)
[dev-dependencies]
├── assert_matches v1.5.0
├── bincode v1.3.3 (*)
├── solana-bpf-loader-program v1.16.0 (/home/benoit/Documents/tmp/solana/programs/bpf_loader) (*)
├── solana-program-test v1.16.0 (/home/benoit/Documents/tmp/solana/program-test) (*)
└── solana-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/sdk) (*)
solana-bucket-map v1.16.0 (/home/benoit/Documents/tmp/solana/bucket_map) (*)
solana-cargo-build-bpf v1.16.0 (/home/benoit/Documents/tmp/solana/sdk/cargo-build-bpf)
├── cargo_metadata v0.15.4
│ ├── camino v1.0.9
│ │ └── serde v1.0.162 (*)
│ ├── cargo-platform v0.1.2
│ │ └── serde v1.0.162 (*)
│ ├── semver v1.0.17 (*)
│ ├── serde v1.0.162 (*)
│ ├── serde_json v1.0.96 (*)
│ └── thiserror v1.0.40 (*)
├── clap v3.2.23 (*)
├── log v0.4.17 (*)
├── solana-logger v1.16.0 (/home/benoit/Documents/tmp/solana/logger) (*)
└── solana-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/sdk) (*)
solana-cargo-build-sbf v1.16.0 (/home/benoit/Documents/tmp/solana/sdk/cargo-build-sbf)
├── bzip2 v0.4.4 (*)
├── cargo_metadata v0.15.4 (*)
├── clap v3.2.23 (*)
├── log v0.4.17 (*)
├── regex v1.6.0 (*)
├── reqwest v0.11.17 (*)
├── semver v1.0.17 (*)
├── solana-download-utils v1.16.0 (/home/benoit/Documents/tmp/solana/download-utils) (*)
├── solana-logger v1.16.0 (/home/benoit/Documents/tmp/solana/logger) (*)
├── solana-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/sdk) (*)
└── tar v0.4.38 (*)
[dev-dependencies]
├── assert_cmd v2.0.8
│ ├── bstr v1.4.0
│ │ ├── memchr v2.4.1
│ │ ├── once_cell v1.17.1
│ │ └── regex-automata v0.1.10
│ ├── doc-comment v0.3.3
│ ├── 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.2
│ │ └── regex v1.6.0 (*)
│ ├── predicates-core v1.0.2
│ ├── predicates-tree v1.0.4
│ │ ├── predicates-core v1.0.2
│ │ └── termtree v0.2.3
│ └── wait-timeout v0.2.0 (*)
├── predicates v2.1.5 (*)
└── serial_test v0.9.0 (*)
solana-cargo-test-bpf v1.16.0 (/home/benoit/Documents/tmp/solana/sdk/cargo-test-bpf)
├── cargo_metadata v0.15.4 (*)
└── clap v3.2.23 (*)
solana-cargo-test-sbf v1.16.0 (/home/benoit/Documents/tmp/solana/sdk/cargo-test-sbf)
├── cargo_metadata v0.15.4 (*)
├── clap v3.2.23 (*)
├── log v0.4.17 (*)
└── solana-logger v1.16.0 (/home/benoit/Documents/tmp/solana/logger) (*)
solana-clap-utils v1.16.0 (/home/benoit/Documents/tmp/solana/clap-utils) (*)
solana-clap-v3-utils v1.16.0 (/home/benoit/Documents/tmp/solana/clap-v3-utils)
├── chrono v0.4.24 (*)
├── clap v3.2.23 (*)
├── rpassword v7.2.0 (*)
├── solana-perf v1.16.0 (/home/benoit/Documents/tmp/solana/perf) (*)
├── solana-remote-wallet v1.16.0 (/home/benoit/Documents/tmp/solana/remote-wallet) (*)
├── solana-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/sdk) (*)
├── solana-zk-token-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/zk-token-sdk) (*)
├── thiserror v1.0.40 (*)
├── tiny-bip39 v0.8.2 (*)
├── uriparse v0.6.4 (*)
└── url v2.2.2 (*)
[dev-dependencies]
└── tempfile v3.5.0 (*)
solana-cli v1.16.0 (/home/benoit/Documents/tmp/solana/cli)
├── bincode v1.3.3 (*)
├── bs58 v0.4.0
├── clap v2.33.3 (*)
├── console v0.15.5 (*)
├── const_format v0.2.30
│ └── const_format_proc_macros v0.2.29 (proc-macro)
│ ├── proc-macro2 v1.0.56 (*)
│ ├── quote v1.0.27 (*)
│ └── unicode-xid v0.2.2
├── criterion-stats v0.3.0
│ ├── cast v0.2.7
│ │ [build-dependencies]
│ │ └── rustc_version v0.4.0 (*)
│ ├── num-traits v0.2.15 (*)
│ ├── num_cpus v1.15.0 (*)
│ ├── rand v0.4.6
│ │ └── libc v0.2.144
│ └── thread-scoped v1.0.2
├── crossbeam-channel v0.5.8 (*)
├── ctrlc v3.2.5
│ └── nix v0.26.2 (*)
├── hex v0.4.3
├── humantime v2.1.0
├── log v0.4.17 (*)
├── num-traits v0.2.15 (*)
├── pretty-hex v0.3.0
├── reqwest v0.11.17 (*)
├── semver v1.0.17 (*)
├── serde v1.0.162 (*)
├── serde_derive v1.0.162 (proc-macro) (*)
├── serde_json v1.0.96 (*)
├── solana-account-decoder v1.16.0 (/home/benoit/Documents/tmp/solana/account-decoder) (*)
├── solana-address-lookup-table-program v1.16.0 (/home/benoit/Documents/tmp/solana/programs/address-lookup-table) (*)
├── solana-bpf-loader-program v1.16.0 (/home/benoit/Documents/tmp/solana/programs/bpf_loader) (*)
├── solana-clap-utils v1.16.0 (/home/benoit/Documents/tmp/solana/clap-utils) (*)
├── solana-cli-config v1.16.0 (/home/benoit/Documents/tmp/solana/cli-config) (*)
├── solana-cli-output v1.16.0 (/home/benoit/Documents/tmp/solana/cli-output) (*)
├── solana-client v1.16.0 (/home/benoit/Documents/tmp/solana/client) (*)
├── solana-config-program v1.16.0 (/home/benoit/Documents/tmp/solana/programs/config) (*)
├── solana-faucet v1.16.0 (/home/benoit/Documents/tmp/solana/faucet) (*)
├── solana-logger v1.16.0 (/home/benoit/Documents/tmp/solana/logger) (*)
├── solana-program-runtime v1.16.0 (/home/benoit/Documents/tmp/solana/program-runtime) (*)
├── solana-pubsub-client v1.16.0 (/home/benoit/Documents/tmp/solana/pubsub-client) (*)
├── solana-remote-wallet v1.16.0 (/home/benoit/Documents/tmp/solana/remote-wallet) (*)
├── solana-rpc-client v1.16.0 (/home/benoit/Documents/tmp/solana/rpc-client) (*)
├── solana-rpc-client-api v1.16.0 (/home/benoit/Documents/tmp/solana/rpc-client-api) (*)
├── solana-rpc-client-nonce-utils v1.16.0 (/home/benoit/Documents/tmp/solana/rpc-client-nonce-utils) (*)
├── solana-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/sdk) (*)
├── solana-tpu-client v1.16.0 (/home/benoit/Documents/tmp/solana/tpu-client) (*)
├── solana-transaction-status v1.16.0 (/home/benoit/Documents/tmp/solana/transaction-status) (*)
├── solana-version v1.16.0 (/home/benoit/Documents/tmp/solana/version) (*)
├── solana-vote-program v1.16.0 (/home/benoit/Documents/tmp/solana/programs/vote) (*)
├── solana_rbpf v0.3.0 (*)
├── spl-memo v3.0.1 (*)
├── thiserror v1.0.40 (*)
└── tiny-bip39 v0.8.2 (*)
[dev-dependencies]
├── solana-streamer v1.16.0 (/home/benoit/Documents/tmp/solana/streamer) (*)
├── solana-test-validator v1.16.0 (/home/benoit/Documents/tmp/solana/test-validator) (*)
└── tempfile v3.5.0 (*)
solana-cli-config v1.16.0 (/home/benoit/Documents/tmp/solana/cli-config) (*)
solana-cli-output v1.16.0 (/home/benoit/Documents/tmp/solana/cli-output) (*)
solana-client v1.16.0 (/home/benoit/Documents/tmp/solana/client) (*)
solana-client-test v1.16.0 (/home/benoit/Documents/tmp/solana/client-test)
├── futures-util v0.3.28 (*)
├── serde_json v1.0.96 (*)
├── solana-ledger v1.16.0 (/home/benoit/Documents/tmp/solana/ledger) (*)
├── solana-measure v1.16.0 (/home/benoit/Documents/tmp/solana/measure) (*)
├── solana-merkle-tree v1.16.0 (/home/benoit/Documents/tmp/solana/merkle-tree) (*)
├── solana-metrics v1.16.0 (/home/benoit/Documents/tmp/solana/metrics) (*)
├── solana-perf v1.16.0 (/home/benoit/Documents/tmp/solana/perf) (*)
├── solana-pubsub-client v1.16.0 (/home/benoit/Documents/tmp/solana/pubsub-client) (*)
├── solana-rayon-threadlimit v1.16.0 (/home/benoit/Documents/tmp/solana/rayon-threadlimit) (*)
├── solana-rpc v1.16.0 (/home/benoit/Documents/tmp/solana/rpc) (*)
├── solana-rpc-client v1.16.0 (/home/benoit/Documents/tmp/solana/rpc-client) (*)
├── solana-rpc-client-api v1.16.0 (/home/benoit/Documents/tmp/solana/rpc-client-api) (*)
├── solana-runtime v1.16.0 (/home/benoit/Documents/tmp/solana/runtime) (*)
├── solana-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/sdk) (*)
├── solana-streamer v1.16.0 (/home/benoit/Documents/tmp/solana/streamer) (*)
├── solana-test-validator v1.16.0 (/home/benoit/Documents/tmp/solana/test-validator) (*)
├── solana-transaction-status v1.16.0 (/home/benoit/Documents/tmp/solana/transaction-status) (*)
├── solana-version v1.16.0 (/home/benoit/Documents/tmp/solana/version) (*)
├── systemstat v0.2.3 (*)
├── tokio v1.14.1 (*)
└── tungstenite v0.17.3 (*)
[dev-dependencies]
└── solana-logger v1.16.0 (/home/benoit/Documents/tmp/solana/logger) (*)
solana-compute-budget-program v1.16.0 (/home/benoit/Documents/tmp/solana/programs/compute-budget) (*)
solana-config-program v1.16.0 (/home/benoit/Documents/tmp/solana/programs/config) (*)
solana-connection-cache v1.16.0 (/home/benoit/Documents/tmp/solana/connection-cache) (*)
solana-core v1.16.0 (/home/benoit/Documents/tmp/solana/core) (*)
solana-dos v1.16.0 (/home/benoit/Documents/tmp/solana/dos)
├── bincode v1.3.3 (*)
├── clap v3.2.23 (*)
├── crossbeam-channel v0.5.8 (*)
├── itertools v0.10.5 (*)
├── log v0.4.17 (*)
├── rand v0.7.3 (*)
├── serde v1.0.162 (*)
├── solana-bench-tps v1.16.0 (/home/benoit/Documents/tmp/solana/bench-tps) (*)
├── solana-client v1.16.0 (/home/benoit/Documents/tmp/solana/client) (*)
├── solana-core v1.16.0 (/home/benoit/Documents/tmp/solana/core) (*)
├── solana-faucet v1.16.0 (/home/benoit/Documents/tmp/solana/faucet) (*)
├── solana-gossip v1.16.0 (/home/benoit/Documents/tmp/solana/gossip) (*)
├── solana-logger v1.16.0 (/home/benoit/Documents/tmp/solana/logger) (*)
├── solana-measure v1.16.0 (/home/benoit/Documents/tmp/solana/measure) (*)
├── solana-net-utils v1.16.0 (/home/benoit/Documents/tmp/solana/net-utils) (*)
├── solana-perf v1.16.0 (/home/benoit/Documents/tmp/solana/perf) (*)
├── solana-rpc v1.16.0 (/home/benoit/Documents/tmp/solana/rpc) (*)
├── solana-rpc-client v1.16.0 (/home/benoit/Documents/tmp/solana/rpc-client) (*)
├── solana-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/sdk) (*)
├── solana-streamer v1.16.0 (/home/benoit/Documents/tmp/solana/streamer) (*)
├── solana-tpu-client v1.16.0 (/home/benoit/Documents/tmp/solana/tpu-client) (*)
└── solana-version v1.16.0 (/home/benoit/Documents/tmp/solana/version) (*)
[dev-dependencies]
├── solana-local-cluster v1.16.0 (/home/benoit/Documents/tmp/solana/local-cluster) (*)
└── solana-thin-client v1.16.0 (/home/benoit/Documents/tmp/solana/thin-client) (*)
solana-download-utils v1.16.0 (/home/benoit/Documents/tmp/solana/download-utils) (*)
solana-ed25519-program-tests v1.16.0 (/home/benoit/Documents/tmp/solana/programs/ed25519-tests)
[dev-dependencies]
├── assert_matches v1.5.0
├── ed25519-dalek v1.0.1 (*)
├── rand v0.7.3 (*)
├── solana-program-test v1.16.0 (/home/benoit/Documents/tmp/solana/program-test) (*)
└── solana-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/sdk) (*)
solana-entry v1.16.0 (/home/benoit/Documents/tmp/solana/entry) (*)
solana-faucet v1.16.0 (/home/benoit/Documents/tmp/solana/faucet) (*)
solana-frozen-abi v1.16.0 (/home/benoit/Documents/tmp/solana/frozen-abi) (*)
solana-frozen-abi-macro v1.16.0 (proc-macro) (/home/benoit/Documents/tmp/solana/frozen-abi/macro) (*)
solana-genesis v1.16.0 (/home/benoit/Documents/tmp/solana/genesis) (*)
solana-genesis-utils v1.16.0 (/home/benoit/Documents/tmp/solana/genesis-utils)
├── log v0.4.17 (*)
├── solana-download-utils v1.16.0 (/home/benoit/Documents/tmp/solana/download-utils) (*)
├── solana-rpc-client v1.16.0 (/home/benoit/Documents/tmp/solana/rpc-client) (*)
├── solana-runtime v1.16.0 (/home/benoit/Documents/tmp/solana/runtime) (*)
└── solana-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/sdk) (*)
solana-geyser-plugin-interface v1.16.0 (/home/benoit/Documents/tmp/solana/geyser-plugin-interface) (*)
solana-geyser-plugin-manager v1.16.0 (/home/benoit/Documents/tmp/solana/geyser-plugin-manager) (*)
solana-gossip v1.16.0 (/home/benoit/Documents/tmp/solana/gossip) (*)
solana-install v1.16.0 (/home/benoit/Documents/tmp/solana/install)
├── atty v0.2.14 (*)
├── bincode v1.3.3 (*)
├── bzip2 v0.4.4 (*)
├── chrono v0.4.24 (*)
├── clap v2.33.3 (*)
├── console v0.15.5 (*)
├── crossbeam-channel v0.5.8 (*)
├── ctrlc v3.2.5 (*)
├── dirs-next v2.0.0 (*)
├── indicatif v0.17.3 (*)
├── lazy_static v1.4.0
├── nix v0.26.2 (*)
├── reqwest v0.11.17 (*)
├── scopeguard v1.1.0
├── semver v1.0.17 (*)
├── serde v1.0.162 (*)
├── serde_yaml v0.8.26
│ ├── indexmap v1.9.3 (*)
│ ├── ryu v1.0.5
│ ├── serde v1.0.162 (*)
│ └── yaml-rust v0.4.5
│ └── linked-hash-map v0.5.4
├── serde_yaml v0.9.21 (*)
├── solana-clap-utils v1.16.0 (/home/benoit/Documents/tmp/solana/clap-utils) (*)
├── solana-config-program v1.16.0 (/home/benoit/Documents/tmp/solana/programs/config) (*)
├── solana-logger v1.16.0 (/home/benoit/Documents/tmp/solana/logger) (*)
├── solana-rpc-client v1.16.0 (/home/benoit/Documents/tmp/solana/rpc-client) (*)
├── solana-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/sdk) (*)
├── solana-version v1.16.0 (/home/benoit/Documents/tmp/solana/version) (*)
├── tar v0.4.38 (*)
├── tempfile v3.5.0 (*)
└── url v2.2.2 (*)
solana-keygen v1.16.0 (/home/benoit/Documents/tmp/solana/keygen)
├── bs58 v0.4.0
├── clap v3.2.23 (*)
├── dirs-next v2.0.0 (*)
├── num_cpus v1.15.0 (*)
├── solana-clap-v3-utils v1.16.0 (/home/benoit/Documents/tmp/solana/clap-v3-utils) (*)
├── solana-cli-config v1.16.0 (/home/benoit/Documents/tmp/solana/cli-config) (*)
├── solana-remote-wallet v1.16.0 (/home/benoit/Documents/tmp/solana/remote-wallet) (*)
├── solana-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/sdk) (*)
├── solana-version v1.16.0 (/home/benoit/Documents/tmp/solana/version) (*)
└── tiny-bip39 v0.8.2 (*)
[dev-dependencies]
└── tempfile v3.5.0 (*)
solana-ledger v1.16.0 (/home/benoit/Documents/tmp/solana/ledger) (*)
solana-ledger-tool v1.16.0 (/home/benoit/Documents/tmp/solana/ledger-tool)
├── bs58 v0.4.0
├── chrono v0.4.24 (*)
├── clap v2.33.3 (*)
├── crossbeam-channel v0.5.8 (*)
├── csv v1.2.1
│ ├── csv-core v0.1.10
│ │ └── memchr v2.4.1
│ ├── itoa v1.0.1
│ ├── ryu v1.0.5
│ └── serde v1.0.162 (*)
├── dashmap v4.0.2 (*)
├── futures v0.3.28 (*)
├── histogram v0.6.9
├── itertools v0.10.5 (*)
├── log v0.4.17 (*)
├── num_cpus v1.15.0 (*)
├── regex v1.6.0 (*)
├── serde v1.0.162 (*)
├── serde_json v1.0.96 (*)
├── signal-hook v0.3.15
│ ├── libc v0.2.144
│ └── signal-hook-registry v1.4.0 (*)
├── solana-account-decoder v1.16.0 (/home/benoit/Documents/tmp/solana/account-decoder) (*)
├── solana-bpf-loader-program v1.16.0 (/home/benoit/Documents/tmp/solana/programs/bpf_loader) (*)
├── solana-clap-utils v1.16.0 (/home/benoit/Documents/tmp/solana/clap-utils) (*)
├── solana-cli-output v1.16.0 (/home/benoit/Documents/tmp/solana/cli-output) (*)
├── solana-core v1.16.0 (/home/benoit/Documents/tmp/solana/core) (*)
├── solana-entry v1.16.0 (/home/benoit/Documents/tmp/solana/entry) (*)
├── solana-geyser-plugin-manager v1.16.0 (/home/benoit/Documents/tmp/solana/geyser-plugin-manager) (*)
├── solana-gossip v1.16.0 (/home/benoit/Documents/tmp/solana/gossip) (*)
├── solana-ledger v1.16.0 (/home/benoit/Documents/tmp/solana/ledger) (*)
├── solana-logger v1.16.0 (/home/benoit/Documents/tmp/solana/logger) (*)
├── solana-measure v1.16.0 (/home/benoit/Documents/tmp/solana/measure) (*)
├── solana-program-runtime v1.16.0 (/home/benoit/Documents/tmp/solana/program-runtime) (*)
├── solana-rpc v1.16.0 (/home/benoit/Documents/tmp/solana/rpc) (*)
├── solana-runtime v1.16.0 (/home/benoit/Documents/tmp/solana/runtime) (*)
├── solana-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/sdk) (*)
├── solana-stake-program v1.16.0 (/home/benoit/Documents/tmp/solana/programs/stake) (*)
├── solana-storage-bigtable v1.16.0 (/home/benoit/Documents/tmp/solana/storage-bigtable) (*)
├── solana-streamer v1.16.0 (/home/benoit/Documents/tmp/solana/streamer) (*)
├── solana-transaction-status v1.16.0 (/home/benoit/Documents/tmp/solana/transaction-status) (*)
├── solana-version v1.16.0 (/home/benoit/Documents/tmp/solana/version) (*)
├── solana-vote-program v1.16.0 (/home/benoit/Documents/tmp/solana/programs/vote) (*)
├── solana_rbpf v0.3.0 (*)
├── tikv-jemallocator v0.4.1
│ ├── libc v0.2.144
│ └── tikv-jemalloc-sys v0.4.2+5.2.1-patched.2
│ └── libc v0.2.144
│ [build-dependencies]
│ ├── cc v1.0.79 (*)
│ └── fs_extra v1.3.0
└── tokio v1.14.1 (*)
[dev-dependencies]
├── assert_cmd v2.0.8 (*)
└── bytecount v0.6.3
solana-loader-v4-program v1.16.0 (/home/benoit/Documents/tmp/solana/programs/loader-v4) (*)
solana-local-cluster v1.16.0 (/home/benoit/Documents/tmp/solana/local-cluster) (*)
solana-log-analyzer v1.16.0 (/home/benoit/Documents/tmp/solana/log-analyzer)
├── byte-unit v4.0.19
│ ├── serde v1.0.162 (*)
│ └── utf8-width v0.1.5
├── clap v3.2.23 (*)
├── serde v1.0.162 (*)
├── serde_json v1.0.96 (*)
├── solana-logger v1.16.0 (/home/benoit/Documents/tmp/solana/logger) (*)
└── solana-version v1.16.0 (/home/benoit/Documents/tmp/solana/version) (*)
solana-logger v1.16.0 (/home/benoit/Documents/tmp/solana/logger) (*)
solana-measure v1.16.0 (/home/benoit/Documents/tmp/solana/measure) (*)
solana-memory-management v1.16.0 (/home/benoit/Documents/tmp/solana/memory-management)
solana-merkle-root-bench v1.16.0 (/home/benoit/Documents/tmp/solana/merkle-root-bench)
├── clap v2.33.3 (*)
├── log v0.4.17 (*)
├── solana-logger v1.16.0 (/home/benoit/Documents/tmp/solana/logger) (*)
├── solana-measure v1.16.0 (/home/benoit/Documents/tmp/solana/measure) (*)
├── solana-runtime v1.16.0 (/home/benoit/Documents/tmp/solana/runtime) (*)
├── solana-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/sdk) (*)
└── solana-version v1.16.0 (/home/benoit/Documents/tmp/solana/version) (*)
solana-merkle-tree v1.16.0 (/home/benoit/Documents/tmp/solana/merkle-tree) (*)
solana-metrics v1.16.0 (/home/benoit/Documents/tmp/solana/metrics) (*)
solana-net-shaper v1.16.0 (/home/benoit/Documents/tmp/solana/net-shaper)
├── clap v3.2.23 (*)
├── rand v0.7.3 (*)
├── serde v1.0.162 (*)
├── serde_json v1.0.96 (*)
└── solana-logger v1.16.0 (/home/benoit/Documents/tmp/solana/logger) (*)
solana-net-utils v1.16.0 (/home/benoit/Documents/tmp/solana/net-utils) (*)
solana-notifier v1.16.0 (/home/benoit/Documents/tmp/solana/notifier)
├── log v0.4.17 (*)
├── reqwest v0.11.17 (*)
├── serde_json v1.0.96 (*)
└── solana-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/sdk) (*)
solana-perf v1.16.0 (/home/benoit/Documents/tmp/solana/perf) (*)
solana-poh v1.16.0 (/home/benoit/Documents/tmp/solana/poh) (*)
solana-poh-bench v1.16.0 (/home/benoit/Documents/tmp/solana/poh-bench)
├── clap v3.2.23 (*)
├── log v0.4.17 (*)
├── rand v0.7.3 (*)
├── rayon v1.7.0 (*)
├── solana-entry v1.16.0 (/home/benoit/Documents/tmp/solana/entry) (*)
├── solana-logger v1.16.0 (/home/benoit/Documents/tmp/solana/logger) (*)
├── solana-measure v1.16.0 (/home/benoit/Documents/tmp/solana/measure) (*)
├── solana-perf v1.16.0 (/home/benoit/Documents/tmp/solana/perf) (*)
├── solana-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/sdk) (*)
└── solana-version v1.16.0 (/home/benoit/Documents/tmp/solana/version) (*)
solana-program v1.16.0 (/home/benoit/Documents/tmp/solana/sdk/program) (*)
solana-program-runtime v1.16.0 (/home/benoit/Documents/tmp/solana/program-runtime) (*)
solana-program-test v1.16.0 (/home/benoit/Documents/tmp/solana/program-test) (*)
solana-pubsub-client v1.16.0 (/home/benoit/Documents/tmp/solana/pubsub-client) (*)
solana-quic-client v1.16.0 (/home/benoit/Documents/tmp/solana/quic-client) (*)
solana-rayon-threadlimit v1.16.0 (/home/benoit/Documents/tmp/solana/rayon-threadlimit) (*)
solana-remote-wallet v1.16.0 (/home/benoit/Documents/tmp/solana/remote-wallet) (*)
solana-rpc v1.16.0 (/home/benoit/Documents/tmp/solana/rpc) (*)
solana-rpc-client v1.16.0 (/home/benoit/Documents/tmp/solana/rpc-client) (*)
solana-rpc-client-api v1.16.0 (/home/benoit/Documents/tmp/solana/rpc-client-api) (*)
solana-rpc-client-nonce-utils v1.16.0 (/home/benoit/Documents/tmp/solana/rpc-client-nonce-utils) (*)
solana-rpc-test v1.16.0 (/home/benoit/Documents/tmp/solana/rpc-test)
├── bincode v1.3.3 (*)
├── bs58 v0.4.0
├── crossbeam-channel v0.5.8 (*)
├── futures-util v0.3.28 (*)
├── log v0.4.17 (*)
├── reqwest v0.11.17 (*)
├── serde v1.0.162 (*)
├── serde_json v1.0.96 (*)
├── solana-account-decoder v1.16.0 (/home/benoit/Documents/tmp/solana/account-decoder) (*)
├── solana-client v1.16.0 (/home/benoit/Documents/tmp/solana/client) (*)
├── solana-pubsub-client v1.16.0 (/home/benoit/Documents/tmp/solana/pubsub-client) (*)
├── solana-rpc v1.16.0 (/home/benoit/Documents/tmp/solana/rpc) (*)
├── solana-rpc-client v1.16.0 (/home/benoit/Documents/tmp/solana/rpc-client) (*)
├── solana-rpc-client-api v1.16.0 (/home/benoit/Documents/tmp/solana/rpc-client-api) (*)
├── solana-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/sdk) (*)
├── solana-streamer v1.16.0 (/home/benoit/Documents/tmp/solana/streamer) (*)
├── solana-test-validator v1.16.0 (/home/benoit/Documents/tmp/solana/test-validator) (*)
├── solana-tpu-client v1.16.0 (/home/benoit/Documents/tmp/solana/tpu-client) (*)
├── solana-transaction-status v1.16.0 (/home/benoit/Documents/tmp/solana/transaction-status) (*)
└── tokio v1.14.1 (*)
[dev-dependencies]
└── solana-logger v1.16.0 (/home/benoit/Documents/tmp/solana/logger) (*)
solana-runtime v1.16.0 (/home/benoit/Documents/tmp/solana/runtime) (*)
solana-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/sdk) (*)
solana-sdk-macro v1.16.0 (proc-macro) (/home/benoit/Documents/tmp/solana/sdk/macro) (*)
solana-send-transaction-service v1.16.0 (/home/benoit/Documents/tmp/solana/send-transaction-service) (*)
solana-stake-accounts v1.16.0 (/home/benoit/Documents/tmp/solana/stake-accounts)
├── clap v2.33.3 (*)
├── solana-clap-utils v1.16.0 (/home/benoit/Documents/tmp/solana/clap-utils) (*)
├── solana-cli-config v1.16.0 (/home/benoit/Documents/tmp/solana/cli-config) (*)
├── solana-remote-wallet v1.16.0 (/home/benoit/Documents/tmp/solana/remote-wallet) (*)
├── solana-rpc-client v1.16.0 (/home/benoit/Documents/tmp/solana/rpc-client) (*)
├── solana-rpc-client-api v1.16.0 (/home/benoit/Documents/tmp/solana/rpc-client-api) (*)
├── solana-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/sdk) (*)
├── solana-stake-program v1.16.0 (/home/benoit/Documents/tmp/solana/programs/stake) (*)
└── solana-version v1.16.0 (/home/benoit/Documents/tmp/solana/version) (*)
[dev-dependencies]
└── solana-runtime v1.16.0 (/home/benoit/Documents/tmp/solana/runtime) (*)
solana-stake-program v1.16.0 (/home/benoit/Documents/tmp/solana/programs/stake) (*)
solana-storage-bigtable v1.16.0 (/home/benoit/Documents/tmp/solana/storage-bigtable) (*)
solana-storage-proto v1.16.0 (/home/benoit/Documents/tmp/solana/storage-proto) (*)
solana-store-tool v1.16.0 (/home/benoit/Documents/tmp/solana/runtime/store-tool)
├── clap v2.33.3 (*)
├── log v0.4.17 (*)
├── solana-logger v1.16.0 (/home/benoit/Documents/tmp/solana/logger) (*)
├── solana-runtime v1.16.0 (/home/benoit/Documents/tmp/solana/runtime) (*)
├── solana-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/sdk) (*)
└── solana-version v1.16.0 (/home/benoit/Documents/tmp/solana/version) (*)
solana-streamer v1.16.0 (/home/benoit/Documents/tmp/solana/streamer) (*)
solana-sys-tuner v1.16.0 (/home/benoit/Documents/tmp/solana/sys-tuner) (*)
solana-system-program v1.16.0 (/home/benoit/Documents/tmp/solana/programs/system) (*)
solana-test-validator v1.16.0 (/home/benoit/Documents/tmp/solana/test-validator) (*)
solana-thin-client v1.16.0 (/home/benoit/Documents/tmp/solana/thin-client) (*)
solana-tokens v1.16.0 (/home/benoit/Documents/tmp/solana/tokens)
├── chrono v0.4.24 (*)
├── clap v2.33.3 (*)
├── console v0.15.5 (*)
├── csv v1.2.1 (*)
├── ctrlc v3.2.5 (*)
├── indexmap v1.9.3 (*)
├── indicatif v0.17.3 (*)
├── pickledb v0.5.1
│ ├── serde v1.0.162 (*)
│ └── serde_yaml v0.8.26 (*)
├── serde v1.0.162 (*)
├── solana-account-decoder v1.16.0 (/home/benoit/Documents/tmp/solana/account-decoder) (*)
├── solana-clap-utils v1.16.0 (/home/benoit/Documents/tmp/solana/clap-utils) (*)
├── solana-cli-config v1.16.0 (/home/benoit/Documents/tmp/solana/cli-config) (*)
├── solana-remote-wallet v1.16.0 (/home/benoit/Documents/tmp/solana/remote-wallet) (*)
├── solana-rpc-client v1.16.0 (/home/benoit/Documents/tmp/solana/rpc-client) (*)
├── solana-rpc-client-api v1.16.0 (/home/benoit/Documents/tmp/solana/rpc-client-api) (*)
├── solana-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/sdk) (*)
├── solana-transaction-status v1.16.0 (/home/benoit/Documents/tmp/solana/transaction-status) (*)
├── solana-version v1.16.0 (/home/benoit/Documents/tmp/solana/version) (*)
├── spl-associated-token-account v1.1.3 (*)
├── spl-token v3.5.0 (*)
├── tempfile v3.5.0 (*)
└── thiserror v1.0.40 (*)
[dev-dependencies]
├── bincode v1.3.3 (*)
├── solana-logger v1.16.0 (/home/benoit/Documents/tmp/solana/logger) (*)
├── solana-streamer v1.16.0 (/home/benoit/Documents/tmp/solana/streamer) (*)
└── solana-test-validator v1.16.0 (/home/benoit/Documents/tmp/solana/test-validator) (*)
solana-tpu-client v1.16.0 (/home/benoit/Documents/tmp/solana/tpu-client) (*)
solana-transaction-dos v1.16.0 (/home/benoit/Documents/tmp/solana/transaction-dos)
├── bincode v1.3.3 (*)
├── clap v2.33.3 (*)
├── log v0.4.17 (*)
├── rand v0.7.3 (*)
├── rayon v1.7.0 (*)
├── solana-clap-utils v1.16.0 (/home/benoit/Documents/tmp/solana/clap-utils) (*)
├── solana-cli v1.16.0 (/home/benoit/Documents/tmp/solana/cli) (*)
├── solana-client v1.16.0 (/home/benoit/Documents/tmp/solana/client) (*)
├── solana-core v1.16.0 (/home/benoit/Documents/tmp/solana/core) (*)
├── solana-faucet v1.16.0 (/home/benoit/Documents/tmp/solana/faucet) (*)
├── solana-gossip v1.16.0 (/home/benoit/Documents/tmp/solana/gossip) (*)
├── solana-logger v1.16.0 (/home/benoit/Documents/tmp/solana/logger) (*)
├── solana-measure v1.16.0 (/home/benoit/Documents/tmp/solana/measure) (*)
├── solana-net-utils v1.16.0 (/home/benoit/Documents/tmp/solana/net-utils) (*)
├── solana-rpc-client v1.16.0 (/home/benoit/Documents/tmp/solana/rpc-client) (*)
├── solana-runtime v1.16.0 (/home/benoit/Documents/tmp/solana/runtime) (*)
├── solana-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/sdk) (*)
├── solana-streamer v1.16.0 (/home/benoit/Documents/tmp/solana/streamer) (*)
├── solana-transaction-status v1.16.0 (/home/benoit/Documents/tmp/solana/transaction-status) (*)
└── solana-version v1.16.0 (/home/benoit/Documents/tmp/solana/version) (*)
[dev-dependencies]
└── solana-local-cluster v1.16.0 (/home/benoit/Documents/tmp/solana/local-cluster) (*)
solana-transaction-status v1.16.0 (/home/benoit/Documents/tmp/solana/transaction-status) (*)
solana-udp-client v1.16.0 (/home/benoit/Documents/tmp/solana/udp-client) (*)
solana-upload-perf v1.16.0 (/home/benoit/Documents/tmp/solana/upload-perf)
├── serde_json v1.0.96 (*)
└── solana-metrics v1.16.0 (/home/benoit/Documents/tmp/solana/metrics) (*)
solana-validator v1.16.0 (/home/benoit/Documents/tmp/solana/validator)
├── chrono v0.4.24 (*)
├── clap v2.33.3 (*)
├── console v0.15.5 (*)
├── core_affinity v0.5.10 (*)
├── crossbeam-channel v0.5.8 (*)
├── fd-lock v3.0.12
│ ├── cfg-if v1.0.0
│ └── rustix v0.37.18 (*)
├── indicatif v0.17.3 (*)
├── itertools v0.10.5 (*)
├── jsonrpc-core v18.0.0 (*)
├── jsonrpc-core-client v18.0.0 (*)
├── jsonrpc-derive v18.0.0 (proc-macro) (*)
├── jsonrpc-ipc-server v18.0.0
│ ├── futures v0.3.28 (*)
│ ├── jsonrpc-core v18.0.0 (*)
│ ├── jsonrpc-server-utils v18.0.0 (*)
│ ├── log v0.4.17 (*)
│ ├── parity-tokio-ipc v0.9.0 (*)
│ ├── parking_lot v0.11.2 (*)
│ └── tower-service v0.3.1
├── jsonrpc-server-utils v18.0.0 (*)
├── lazy_static v1.4.0
├── libc v0.2.144
├── libloading v0.7.4 (*)
├── log v0.4.17 (*)
├── num_cpus v1.15.0 (*)
├── rand v0.7.3 (*)
├── rayon v1.7.0 (*)
├── serde v1.0.162 (*)
├── serde_json v1.0.96 (*)
├── serde_yaml v0.9.21 (*)
├── signal-hook v0.3.15 (*)
├── solana-clap-utils v1.16.0 (/home/benoit/Documents/tmp/solana/clap-utils) (*)
├── solana-cli-config v1.16.0 (/home/benoit/Documents/tmp/solana/cli-config) (*)
├── solana-core v1.16.0 (/home/benoit/Documents/tmp/solana/core) (*)
├── solana-download-utils v1.16.0 (/home/benoit/Documents/tmp/solana/download-utils) (*)
├── solana-entry v1.16.0 (/home/benoit/Documents/tmp/solana/entry) (*)
├── solana-faucet v1.16.0 (/home/benoit/Documents/tmp/solana/faucet) (*)
├── solana-genesis-utils v1.16.0 (/home/benoit/Documents/tmp/solana/genesis-utils) (*)
├── solana-geyser-plugin-interface v1.16.0 (/home/benoit/Documents/tmp/solana/geyser-plugin-interface) (*)
├── solana-geyser-plugin-manager v1.16.0 (/home/benoit/Documents/tmp/solana/geyser-plugin-manager) (*)
├── solana-gossip v1.16.0 (/home/benoit/Documents/tmp/solana/gossip) (*)
├── solana-ledger v1.16.0 (/home/benoit/Documents/tmp/solana/ledger) (*)
├── solana-logger v1.16.0 (/home/benoit/Documents/tmp/solana/logger) (*)
├── solana-metrics v1.16.0 (/home/benoit/Documents/tmp/solana/metrics) (*)
├── solana-net-utils v1.16.0 (/home/benoit/Documents/tmp/solana/net-utils) (*)
├── solana-perf v1.16.0 (/home/benoit/Documents/tmp/solana/perf) (*)
├── solana-poh v1.16.0 (/home/benoit/Documents/tmp/solana/poh) (*)
├── solana-rpc v1.16.0 (/home/benoit/Documents/tmp/solana/rpc) (*)
├── solana-rpc-client v1.16.0 (/home/benoit/Documents/tmp/solana/rpc-client) (*)
├── solana-rpc-client-api v1.16.0 (/home/benoit/Documents/tmp/solana/rpc-client-api) (*)
├── solana-runtime v1.16.0 (/home/benoit/Documents/tmp/solana/runtime) (*)
├── solana-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/sdk) (*)
├── solana-send-transaction-service v1.16.0 (/home/benoit/Documents/tmp/solana/send-transaction-service) (*)
├── solana-storage-bigtable v1.16.0 (/home/benoit/Documents/tmp/solana/storage-bigtable) (*)
├── solana-streamer v1.16.0 (/home/benoit/Documents/tmp/solana/streamer) (*)
├── solana-test-validator v1.16.0 (/home/benoit/Documents/tmp/solana/test-validator) (*)
├── solana-tpu-client v1.16.0 (/home/benoit/Documents/tmp/solana/tpu-client) (*)
├── solana-version v1.16.0 (/home/benoit/Documents/tmp/solana/version) (*)
├── solana-vote-program v1.16.0 (/home/benoit/Documents/tmp/solana/programs/vote) (*)
├── symlink v0.1.0
├── thiserror v1.0.40 (*)
└── tikv-jemallocator v0.4.1 (*)
[dev-dependencies]
├── solana-account-decoder v1.16.0 (/home/benoit/Documents/tmp/solana/account-decoder) (*)
└── spl-token-2022 v0.6.1 (*)
solana-version v1.16.0 (/home/benoit/Documents/tmp/solana/version) (*)
solana-vote-program v1.16.0 (/home/benoit/Documents/tmp/solana/programs/vote) (*)
solana-watchtower v1.16.0 (/home/benoit/Documents/tmp/solana/watchtower)
├── clap v2.33.3 (*)
├── humantime v2.1.0
├── log v0.4.17 (*)
├── solana-clap-utils v1.16.0 (/home/benoit/Documents/tmp/solana/clap-utils) (*)
├── solana-cli-config v1.16.0 (/home/benoit/Documents/tmp/solana/cli-config) (*)
├── solana-cli-output v1.16.0 (/home/benoit/Documents/tmp/solana/cli-output) (*)
├── solana-logger v1.16.0 (/home/benoit/Documents/tmp/solana/logger) (*)
├── solana-metrics v1.16.0 (/home/benoit/Documents/tmp/solana/metrics) (*)
├── solana-notifier v1.16.0 (/home/benoit/Documents/tmp/solana/notifier) (*)
├── solana-rpc-client v1.16.0 (/home/benoit/Documents/tmp/solana/rpc-client) (*)
├── solana-rpc-client-api v1.16.0 (/home/benoit/Documents/tmp/solana/rpc-client-api) (*)
├── solana-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/sdk) (*)
└── solana-version v1.16.0 (/home/benoit/Documents/tmp/solana/version) (*)
solana-zk-token-proof-program v1.16.0 (/home/benoit/Documents/tmp/solana/programs/zk-token-proof) (*)
solana-zk-token-proof-program-tests v1.16.0 (/home/benoit/Documents/tmp/solana/programs/zk-token-proof-tests)
[dev-dependencies]
├── bytemuck v1.13.1 (*)
├── solana-program-runtime v1.16.0 (/home/benoit/Documents/tmp/solana/program-runtime) (*)
├── solana-program-test v1.16.0 (/home/benoit/Documents/tmp/solana/program-test) (*)
├── solana-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/sdk) (*)
└── solana-zk-token-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/zk-token-sdk) (*)
solana-zk-token-sdk v1.16.0 (/home/benoit/Documents/tmp/solana/zk-token-sdk) (*)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment