near / nearcore

Reference client for NEAR Protocol
https://near.org
GNU General Public License v3.0
2.31k stars 614 forks source link

Outdated dependencies, Unresolved security advisories #6798

Closed semtexzv closed 2 years ago

semtexzv commented 2 years ago

Describe the bug Various NEAR libraries refer to severely outdated libraries. Some of them subjects to security advisories (time 0.1 -> chrono -> near-chain-configs is affected by https://rustsec.org/advisories/RUSTSEC-2020-0071). This can result in a severe vulnerabilities and breaks downstream users.

In addition to that, the nearcore set of libraries uses outdated beta versions of actix and actix-web and connected libraries.

To Reproduce To see current state from the security side, install cargo install cargo-deny and run cargo deny check advisories. There are currently 3 errors, 4 warnings.

Critically: https://rustsec.org/advisories/RUSTSEC-2020-0071 https://rustsec.org/advisories/RUSTSEC-2022-0014 https://rustsec.org/advisories/RUSTSEC-2021-0131

Expected behavior The deps are kept up to date, and security is integrated into ci process.

Version (please complete the following information):

mina86 commented 2 years ago

cc https://github.com/near/nearcore/pull/6694

mina86 commented 2 years ago

The first does not affect us. From an Issue on chrono:

(Note that https://rustsec.org/advisories/RUSTSEC-2020-0071 does not affect chrono, because chrono does not call into the vulnerable time 0.1 API surface.)

semtexzv commented 2 years ago

Also, I'd like to mention the use of failure crate, which is deprecated

semtexzv commented 2 years ago

And differend versions of rand crate, and generaly duplicaiton of different versions of dependencies. This is the output of cargo tree -d on the workspace as a whole:

actix-codec v0.4.2
├── actix-http v3.0.0-beta.6
│   ├── actix-web v4.0.0-beta.6
│   │   ├── actix-cors v0.6.0-beta.2 (https://github.com/near/actix-extras.git?branch=actix-web-4-beta.6#eb38fbcc)
│   │   │   ├── near-jsonrpc v0.0.0 (/Users/mhornicky/nearcore/chain/jsonrpc)
│   │   │   │   ├── integration-tests v0.0.0 (/Users/mhornicky/nearcore/integration-tests)
│   │   │   │   │   └── restaked v0.0.0 (/Users/mhornicky/nearcore/tools/restaked)
│   │   │   │   ├── mock_node v0.0.0 (/Users/mhornicky/nearcore/tools/mock_node)
│   │   │   │   ├── near-jsonrpc-fuzz v0.0.0 (/Users/mhornicky/nearcore/chain/jsonrpc/fuzz)
│   │   │   │   ├── near-jsonrpc-tests v0.0.0 (/Users/mhornicky/nearcore/chain/jsonrpc/jsonrpc-tests)
│   │   │   │   │   └── near-jsonrpc-fuzz v0.0.0 (/Users/mhornicky/nearcore/chain/jsonrpc/fuzz)
│   │   │   │   ├── nearcore v0.0.0 (/Users/mhornicky/nearcore/nearcore)
│   │   │   │   │   ├── chainsync-loadtest v0.0.0 (/Users/mhornicky/nearcore/tools/chainsync-loadtest)
│   │   │   │   │   ├── genesis-csv-to-json v0.0.0 (/Users/mhornicky/nearcore/genesis-tools/genesis-csv-to-json)
│   │   │   │   │   ├── genesis-populate v0.0.0 (/Users/mhornicky/nearcore/genesis-tools/genesis-populate)
│   │   │   │   │   │   └── runtime-params-estimator v0.0.0 (/Users/mhornicky/nearcore/runtime/runtime-params-estimator)
│   │   │   │   │   ├── integration-tests v0.0.0 (/Users/mhornicky/nearcore/integration-tests) (*)
│   │   │   │   │   ├── keypair-generator v0.0.0 (/Users/mhornicky/nearcore/genesis-tools/keypair-generator)
│   │   │   │   │   ├── mock_node v0.0.0 (/Users/mhornicky/nearcore/tools/mock_node)
│   │   │   │   │   ├── near-indexer v0.0.0 (/Users/mhornicky/nearcore/chain/indexer)
│   │   │   │   │   │   └── indexer-example v0.0.0 (/Users/mhornicky/nearcore/tools/indexer/example)
│   │   │   │   │   ├── neard v0.0.0 (/Users/mhornicky/nearcore/neard)
│   │   │   │   │   ├── restaked v0.0.0 (/Users/mhornicky/nearcore/tools/restaked)
│   │   │   │   │   ├── restored-receipts-verifier v0.0.0 (/Users/mhornicky/nearcore/tools/restored-receipts-verifier)
│   │   │   │   │   ├── runtime-params-estimator v0.0.0 (/Users/mhornicky/nearcore/runtime/runtime-params-estimator)
│   │   │   │   │   ├── runtime-tester v0.0.0 (/Users/mhornicky/nearcore/test-utils/runtime-tester)
│   │   │   │   │   │   └── runtime-tester-fuzz v0.0.0 (/Users/mhornicky/nearcore/test-utils/runtime-tester/fuzz)
│   │   │   │   │   ├── state-viewer v0.0.0 (/Users/mhornicky/nearcore/tools/state-viewer)
│   │   │   │   │   │   └── neard v0.0.0 (/Users/mhornicky/nearcore/neard)
│   │   │   │   │   └── store-validator v0.0.0 (/Users/mhornicky/nearcore/test-utils/store-validator)
│   │   │   │   └── restored-receipts-verifier v0.0.0 (/Users/mhornicky/nearcore/tools/restored-receipts-verifier)
│   │   │   └── near-rosetta-rpc v0.0.0 (/Users/mhornicky/nearcore/chain/rosetta-rpc)
│   │   │       └── nearcore v0.0.0 (/Users/mhornicky/nearcore/nearcore) (*)
│   │   ├── mock_node v0.0.0 (/Users/mhornicky/nearcore/tools/mock_node)
│   │   ├── near-jsonrpc v0.0.0 (/Users/mhornicky/nearcore/chain/jsonrpc) (*)
│   │   ├── near-rosetta-rpc v0.0.0 (/Users/mhornicky/nearcore/chain/rosetta-rpc) (*)
│   │   ├── near-telemetry v0.0.0 (/Users/mhornicky/nearcore/chain/telemetry)
│   │   │   ├── integration-tests v0.0.0 (/Users/mhornicky/nearcore/integration-tests) (*)
│   │   │   ├── mock_node v0.0.0 (/Users/mhornicky/nearcore/tools/mock_node)
│   │   │   ├── near-client v0.0.0 (/Users/mhornicky/nearcore/chain/client)
│   │   │   │   ├── integration-tests v0.0.0 (/Users/mhornicky/nearcore/integration-tests) (*)
│   │   │   │   ├── mock_node v0.0.0 (/Users/mhornicky/nearcore/tools/mock_node)
│   │   │   │   ├── near-indexer v0.0.0 (/Users/mhornicky/nearcore/chain/indexer) (*)
│   │   │   │   ├── near-jsonrpc v0.0.0 (/Users/mhornicky/nearcore/chain/jsonrpc) (*)
│   │   │   │   ├── near-jsonrpc-tests v0.0.0 (/Users/mhornicky/nearcore/chain/jsonrpc/jsonrpc-tests) (*)
│   │   │   │   ├── near-rosetta-rpc v0.0.0 (/Users/mhornicky/nearcore/chain/rosetta-rpc) (*)
│   │   │   │   ├── nearcore v0.0.0 (/Users/mhornicky/nearcore/nearcore) (*)
│   │   │   │   └── runtime-tester v0.0.0 (/Users/mhornicky/nearcore/test-utils/runtime-tester) (*)
│   │   │   │   [dev-dependencies]
│   │   │   │   ├── state-viewer v0.0.0 (/Users/mhornicky/nearcore/tools/state-viewer) (*)
│   │   │   │   └── store-validator v0.0.0 (/Users/mhornicky/nearcore/test-utils/store-validator)
│   │   │   └── nearcore v0.0.0 (/Users/mhornicky/nearcore/nearcore) (*)
│   │   ├── nearcore v0.0.0 (/Users/mhornicky/nearcore/nearcore) (*)
│   │   ├── paperclip-actix v0.3.0 (https://github.com/near/paperclip?branch=actix-web-4-beta.6#b9589c6e)
│   │   │   └── paperclip v0.5.0 (https://github.com/near/paperclip?branch=actix-web-4-beta.6#b9589c6e)
│   │   │       └── near-rosetta-rpc v0.0.0 (/Users/mhornicky/nearcore/chain/rosetta-rpc) (*)
│   │   └── paperclip-core v0.3.0 (https://github.com/near/paperclip?branch=actix-web-4-beta.6#b9589c6e)
│   │       ├── paperclip v0.5.0 (https://github.com/near/paperclip?branch=actix-web-4-beta.6#b9589c6e) (*)
│   │       └── paperclip-actix v0.3.0 (https://github.com/near/paperclip?branch=actix-web-4-beta.6#b9589c6e) (*)
│   ├── awc v3.0.0-beta.5
│   │   ├── near-jsonrpc-client v0.0.0 (/Users/mhornicky/nearcore/chain/jsonrpc/client)
│   │   │   ├── integration-tests v0.0.0 (/Users/mhornicky/nearcore/integration-tests) (*)
│   │   │   ├── near-jsonrpc v0.0.0 (/Users/mhornicky/nearcore/chain/jsonrpc) (*)
│   │   │   └── restaked v0.0.0 (/Users/mhornicky/nearcore/tools/restaked)
│   │   ├── near-jsonrpc-fuzz v0.0.0 (/Users/mhornicky/nearcore/chain/jsonrpc/fuzz)
│   │   ├── near-jsonrpc-tests v0.0.0 (/Users/mhornicky/nearcore/chain/jsonrpc/jsonrpc-tests) (*)
│   │   ├── near-rosetta-rpc v0.0.0 (/Users/mhornicky/nearcore/chain/rosetta-rpc) (*)
│   │   ├── near-telemetry v0.0.0 (/Users/mhornicky/nearcore/chain/telemetry) (*)
│   │   └── nearcore v0.0.0 (/Users/mhornicky/nearcore/nearcore) (*)
│   ├── near-jsonrpc-client v0.0.0 (/Users/mhornicky/nearcore/chain/jsonrpc/client) (*)
│   └── near-rosetta-rpc v0.0.0 (/Users/mhornicky/nearcore/chain/rosetta-rpc) (*)
├── actix-web v4.0.0-beta.6 (*)
└── awc v3.0.0-beta.5 (*)

actix-codec v0.5.0
└── actix-tls v3.0.3
    ├── actix-http v3.0.0-beta.6 (*)
    └── actix-web v4.0.0-beta.6 (*)

actix-router v0.2.7
└── actix-web v4.0.0-beta.6 (*)

actix-router v0.5.0
└── actix-web-codegen v0.5.0-rc.2 (proc-macro)
    └── actix-web v4.0.0-beta.6 (*)

arrayvec v0.5.2
└── parity-secp256k1 v0.7.0
    └── near-crypto v0.0.0 (/Users/mhornicky/nearcore/core/crypto)
        ├── chainsync-loadtest v0.0.0 (/Users/mhornicky/nearcore/tools/chainsync-loadtest)
        ├── genesis-csv-to-json v0.0.0 (/Users/mhornicky/nearcore/genesis-tools/genesis-csv-to-json)
        ├── genesis-populate v0.0.0 (/Users/mhornicky/nearcore/genesis-tools/genesis-populate) (*)
        ├── integration-tests v0.0.0 (/Users/mhornicky/nearcore/integration-tests) (*)
        ├── keypair-generator v0.0.0 (/Users/mhornicky/nearcore/genesis-tools/keypair-generator)
        ├── mock_node v0.0.0 (/Users/mhornicky/nearcore/tools/mock_node)
        ├── near-chain v0.0.0 (/Users/mhornicky/nearcore/chain/chain)
        │   ├── genesis-populate v0.0.0 (/Users/mhornicky/nearcore/genesis-tools/genesis-populate) (*)
        │   ├── integration-tests v0.0.0 (/Users/mhornicky/nearcore/integration-tests) (*)
        │   ├── mock_node v0.0.0 (/Users/mhornicky/nearcore/tools/mock_node)
        │   ├── near-chunks v0.0.0 (/Users/mhornicky/nearcore/chain/chunks)
        │   │   ├── integration-tests v0.0.0 (/Users/mhornicky/nearcore/integration-tests) (*)
        │   │   ├── near-client v0.0.0 (/Users/mhornicky/nearcore/chain/client) (*)
        │   │   └── nearcore v0.0.0 (/Users/mhornicky/nearcore/nearcore) (*)
        │   ├── near-client v0.0.0 (/Users/mhornicky/nearcore/chain/client) (*)
        │   ├── near-epoch-manager v0.0.0 (/Users/mhornicky/nearcore/chain/epoch_manager)
        │   │   ├── integration-tests v0.0.0 (/Users/mhornicky/nearcore/integration-tests) (*)
        │   │   ├── mock_node v0.0.0 (/Users/mhornicky/nearcore/tools/mock_node)
        │   │   ├── nearcore v0.0.0 (/Users/mhornicky/nearcore/nearcore) (*)
        │   │   └── state-viewer v0.0.0 (/Users/mhornicky/nearcore/tools/state-viewer) (*)
        │   ├── nearcore v0.0.0 (/Users/mhornicky/nearcore/nearcore) (*)
        │   ├── restored-receipts-verifier v0.0.0 (/Users/mhornicky/nearcore/tools/restored-receipts-verifier)
        │   ├── runtime-tester v0.0.0 (/Users/mhornicky/nearcore/test-utils/runtime-tester) (*)
        │   ├── state-viewer v0.0.0 (/Users/mhornicky/nearcore/tools/state-viewer) (*)
        │   ├── store-validator v0.0.0 (/Users/mhornicky/nearcore/test-utils/store-validator)
        │   └── testlib v0.0.0 (/Users/mhornicky/nearcore/test-utils/testlib)
        │       └── integration-tests v0.0.0 (/Users/mhornicky/nearcore/integration-tests) (*)
        │       [dev-dependencies]
        │       ├── nearcore v0.0.0 (/Users/mhornicky/nearcore/nearcore) (*)
        │       ├── node-runtime v0.0.0 (/Users/mhornicky/nearcore/runtime/runtime)
        │       │   ├── integration-tests v0.0.0 (/Users/mhornicky/nearcore/integration-tests) (*)
        │       │   ├── near-indexer v0.0.0 (/Users/mhornicky/nearcore/chain/indexer) (*)
        │       │   ├── nearcore v0.0.0 (/Users/mhornicky/nearcore/nearcore) (*)
        │       │   ├── runtime-params-estimator v0.0.0 (/Users/mhornicky/nearcore/runtime/runtime-params-estimator)
        │       │   ├── state-viewer v0.0.0 (/Users/mhornicky/nearcore/tools/state-viewer) (*)
        │       │   └── storage-usage-delta-calculator v0.0.0 (/Users/mhornicky/nearcore/tools/storage-usage-delta-calculator)
        │       ├── runtime-tester v0.0.0 (/Users/mhornicky/nearcore/test-utils/runtime-tester) (*)
        │       ├── state-viewer v0.0.0 (/Users/mhornicky/nearcore/tools/state-viewer) (*)
        │       └── store-validator v0.0.0 (/Users/mhornicky/nearcore/test-utils/store-validator)
        ├── near-chain-configs v0.0.0 (/Users/mhornicky/nearcore/core/chain-configs)
        │   ├── chainsync-loadtest v0.0.0 (/Users/mhornicky/nearcore/tools/chainsync-loadtest)
        │   ├── genesis-csv-to-json v0.0.0 (/Users/mhornicky/nearcore/genesis-tools/genesis-csv-to-json)
        │   ├── genesis-populate v0.0.0 (/Users/mhornicky/nearcore/genesis-tools/genesis-populate) (*)
        │   ├── integration-tests v0.0.0 (/Users/mhornicky/nearcore/integration-tests) (*)
        │   ├── mock_node v0.0.0 (/Users/mhornicky/nearcore/tools/mock_node)
        │   ├── near-chain v0.0.0 (/Users/mhornicky/nearcore/chain/chain) (*)
        │   ├── near-client v0.0.0 (/Users/mhornicky/nearcore/chain/client) (*)
        │   ├── near-client-primitives v0.0.0 (/Users/mhornicky/nearcore/chain/client-primitives)
        │   │   ├── integration-tests v0.0.0 (/Users/mhornicky/nearcore/integration-tests) (*)
        │   │   ├── near-client v0.0.0 (/Users/mhornicky/nearcore/chain/client) (*)
        │   │   ├── near-jsonrpc-primitives v0.0.0 (/Users/mhornicky/nearcore/chain/jsonrpc-primitives)
        │   │   │   ├── integration-tests v0.0.0 (/Users/mhornicky/nearcore/integration-tests) (*)
        │   │   │   ├── near-jsonrpc v0.0.0 (/Users/mhornicky/nearcore/chain/jsonrpc) (*)
        │   │   │   ├── near-jsonrpc-client v0.0.0 (/Users/mhornicky/nearcore/chain/jsonrpc/client) (*)
        │   │   │   └── near-jsonrpc-tests v0.0.0 (/Users/mhornicky/nearcore/chain/jsonrpc/jsonrpc-tests) (*)
        │   │   │   [dev-dependencies]
        │   │   │   └── nearcore v0.0.0 (/Users/mhornicky/nearcore/nearcore) (*)
        │   │   ├── near-rosetta-rpc v0.0.0 (/Users/mhornicky/nearcore/chain/rosetta-rpc) (*)
        │   │   └── runtime-tester v0.0.0 (/Users/mhornicky/nearcore/test-utils/runtime-tester) (*)
        │   ├── near-epoch-manager v0.0.0 (/Users/mhornicky/nearcore/chain/epoch_manager) (*)
        │   ├── near-indexer v0.0.0 (/Users/mhornicky/nearcore/chain/indexer) (*)
        │   ├── near-jsonrpc v0.0.0 (/Users/mhornicky/nearcore/chain/jsonrpc) (*)
        │   ├── near-jsonrpc-primitives v0.0.0 (/Users/mhornicky/nearcore/chain/jsonrpc-primitives) (*)
        │   ├── near-jsonrpc-tests v0.0.0 (/Users/mhornicky/nearcore/chain/jsonrpc/jsonrpc-tests) (*)
        │   ├── near-rosetta-rpc v0.0.0 (/Users/mhornicky/nearcore/chain/rosetta-rpc) (*)
        │   ├── nearcore v0.0.0 (/Users/mhornicky/nearcore/nearcore) (*)
        │   ├── neard v0.0.0 (/Users/mhornicky/nearcore/neard)
        │   ├── node-runtime v0.0.0 (/Users/mhornicky/nearcore/runtime/runtime) (*)
        │   ├── restored-receipts-verifier v0.0.0 (/Users/mhornicky/nearcore/tools/restored-receipts-verifier)
        │   ├── runtime-params-estimator v0.0.0 (/Users/mhornicky/nearcore/runtime/runtime-params-estimator)
        │   ├── runtime-tester v0.0.0 (/Users/mhornicky/nearcore/test-utils/runtime-tester) (*)
        │   ├── state-viewer v0.0.0 (/Users/mhornicky/nearcore/tools/state-viewer) (*)
        │   ├── storage-usage-delta-calculator v0.0.0 (/Users/mhornicky/nearcore/tools/storage-usage-delta-calculator)
        │   ├── store-validator v0.0.0 (/Users/mhornicky/nearcore/test-utils/store-validator)
        │   └── testlib v0.0.0 (/Users/mhornicky/nearcore/test-utils/testlib) (*)
        │   [dev-dependencies]
        │   └── node-runtime v0.0.0 (/Users/mhornicky/nearcore/runtime/runtime) (*)
        ├── near-chain-primitives v0.0.0 (/Users/mhornicky/nearcore/chain/chain-primitives)
        │   ├── near-chain v0.0.0 (/Users/mhornicky/nearcore/chain/chain) (*)
        │   ├── near-chunks-primitives v0.0.0 (/Users/mhornicky/nearcore/chain/chunks-primitives)
        │   │   ├── near-chunks v0.0.0 (/Users/mhornicky/nearcore/chain/chunks) (*)
        │   │   └── near-client-primitives v0.0.0 (/Users/mhornicky/nearcore/chain/client-primitives) (*)
        │   └── near-client-primitives v0.0.0 (/Users/mhornicky/nearcore/chain/client-primitives) (*)
        ├── near-chunks v0.0.0 (/Users/mhornicky/nearcore/chain/chunks) (*)
        ├── near-client v0.0.0 (/Users/mhornicky/nearcore/chain/client) (*)
        ├── near-client-primitives v0.0.0 (/Users/mhornicky/nearcore/chain/client-primitives) (*)
        ├── near-epoch-manager v0.0.0 (/Users/mhornicky/nearcore/chain/epoch_manager) (*)
        ├── near-indexer v0.0.0 (/Users/mhornicky/nearcore/chain/indexer) (*)
        ├── near-jsonrpc-primitives v0.0.0 (/Users/mhornicky/nearcore/chain/jsonrpc-primitives) (*)
        ├── near-jsonrpc-tests v0.0.0 (/Users/mhornicky/nearcore/chain/jsonrpc/jsonrpc-tests) (*)
        ├── near-network v0.0.0 (/Users/mhornicky/nearcore/chain/network)
        │   ├── chainsync-loadtest v0.0.0 (/Users/mhornicky/nearcore/tools/chainsync-loadtest)
        │   ├── integration-tests v0.0.0 (/Users/mhornicky/nearcore/integration-tests) (*)
        │   ├── mock_node v0.0.0 (/Users/mhornicky/nearcore/tools/mock_node)
        │   ├── near-chunks v0.0.0 (/Users/mhornicky/nearcore/chain/chunks) (*)
        │   ├── near-client v0.0.0 (/Users/mhornicky/nearcore/chain/client) (*)
        │   ├── near-jsonrpc v0.0.0 (/Users/mhornicky/nearcore/chain/jsonrpc) (*)
        │   ├── near-jsonrpc-tests v0.0.0 (/Users/mhornicky/nearcore/chain/jsonrpc/jsonrpc-tests) (*)
        │   ├── near-rosetta-rpc v0.0.0 (/Users/mhornicky/nearcore/chain/rosetta-rpc) (*)
        │   ├── nearcore v0.0.0 (/Users/mhornicky/nearcore/nearcore) (*)
        │   └── state-viewer v0.0.0 (/Users/mhornicky/nearcore/tools/state-viewer) (*)
        ├── near-network-primitives v0.0.0 (/Users/mhornicky/nearcore/chain/network-primitives)
        │   ├── chainsync-loadtest v0.0.0 (/Users/mhornicky/nearcore/tools/chainsync-loadtest)
        │   ├── genesis-csv-to-json v0.0.0 (/Users/mhornicky/nearcore/genesis-tools/genesis-csv-to-json)
        │   ├── integration-tests v0.0.0 (/Users/mhornicky/nearcore/integration-tests) (*)
        │   ├── mock_node v0.0.0 (/Users/mhornicky/nearcore/tools/mock_node)
        │   ├── near-chunks v0.0.0 (/Users/mhornicky/nearcore/chain/chunks) (*)
        │   ├── near-client v0.0.0 (/Users/mhornicky/nearcore/chain/client) (*)
        │   ├── near-client-primitives v0.0.0 (/Users/mhornicky/nearcore/chain/client-primitives) (*)
        │   ├── near-jsonrpc v0.0.0 (/Users/mhornicky/nearcore/chain/jsonrpc) (*)
        │   ├── near-jsonrpc-adversarial-primitives v0.0.0 (/Users/mhornicky/nearcore/chain/jsonrpc-adversarial-primitives)
        │   ├── near-jsonrpc-primitives v0.0.0 (/Users/mhornicky/nearcore/chain/jsonrpc-primitives) (*)
        │   ├── near-network v0.0.0 (/Users/mhornicky/nearcore/chain/network) (*)
        │   └── nearcore v0.0.0 (/Users/mhornicky/nearcore/nearcore) (*)
        ├── near-pool v0.0.0 (/Users/mhornicky/nearcore/chain/pool)
        │   ├── near-chain v0.0.0 (/Users/mhornicky/nearcore/chain/chain) (*)
        │   ├── near-chunks v0.0.0 (/Users/mhornicky/nearcore/chain/chunks) (*)
        │   ├── near-client v0.0.0 (/Users/mhornicky/nearcore/chain/client) (*)
        │   └── nearcore v0.0.0 (/Users/mhornicky/nearcore/nearcore) (*)
        ├── near-primitives v0.0.0 (/Users/mhornicky/nearcore/core/primitives)
        │   ├── chainsync-loadtest v0.0.0 (/Users/mhornicky/nearcore/tools/chainsync-loadtest)
        │   ├── genesis-csv-to-json v0.0.0 (/Users/mhornicky/nearcore/genesis-tools/genesis-csv-to-json)
        │   ├── genesis-populate v0.0.0 (/Users/mhornicky/nearcore/genesis-tools/genesis-populate) (*)
        │   ├── integration-tests v0.0.0 (/Users/mhornicky/nearcore/integration-tests) (*)
        │   ├── mock_node v0.0.0 (/Users/mhornicky/nearcore/tools/mock_node)
        │   ├── near-chain v0.0.0 (/Users/mhornicky/nearcore/chain/chain) (*)
        │   ├── near-chain-configs v0.0.0 (/Users/mhornicky/nearcore/core/chain-configs) (*)
        │   ├── near-chain-primitives v0.0.0 (/Users/mhornicky/nearcore/chain/chain-primitives) (*)
        │   ├── near-chunks v0.0.0 (/Users/mhornicky/nearcore/chain/chunks) (*)
        │   ├── near-chunks-primitives v0.0.0 (/Users/mhornicky/nearcore/chain/chunks-primitives) (*)
        │   ├── near-client v0.0.0 (/Users/mhornicky/nearcore/chain/client) (*)
        │   ├── near-client-primitives v0.0.0 (/Users/mhornicky/nearcore/chain/client-primitives) (*)
        │   ├── near-epoch-manager v0.0.0 (/Users/mhornicky/nearcore/chain/epoch_manager) (*)
        │   ├── near-indexer v0.0.0 (/Users/mhornicky/nearcore/chain/indexer) (*)
        │   ├── near-indexer-primitives v0.0.0 (/Users/mhornicky/nearcore/chain/indexer-primitives)
        │   │   └── near-indexer v0.0.0 (/Users/mhornicky/nearcore/chain/indexer) (*)
        │   ├── near-jsonrpc v0.0.0 (/Users/mhornicky/nearcore/chain/jsonrpc) (*)
        │   ├── near-jsonrpc-adversarial-primitives v0.0.0 (/Users/mhornicky/nearcore/chain/jsonrpc-adversarial-primitives)
        │   ├── near-jsonrpc-client v0.0.0 (/Users/mhornicky/nearcore/chain/jsonrpc/client) (*)
        │   ├── near-jsonrpc-primitives v0.0.0 (/Users/mhornicky/nearcore/chain/jsonrpc-primitives) (*)
        │   ├── near-jsonrpc-tests v0.0.0 (/Users/mhornicky/nearcore/chain/jsonrpc/jsonrpc-tests) (*)
        │   ├── near-network v0.0.0 (/Users/mhornicky/nearcore/chain/network) (*)
        │   ├── near-network-primitives v0.0.0 (/Users/mhornicky/nearcore/chain/network-primitives) (*)
        │   ├── near-pool v0.0.0 (/Users/mhornicky/nearcore/chain/pool) (*)
        │   ├── near-rosetta-rpc v0.0.0 (/Users/mhornicky/nearcore/chain/rosetta-rpc) (*)
        │   ├── near-store v0.0.0 (/Users/mhornicky/nearcore/core/store)
        │   │   ├── chainsync-loadtest v0.0.0 (/Users/mhornicky/nearcore/tools/chainsync-loadtest)
        │   │   ├── genesis-populate v0.0.0 (/Users/mhornicky/nearcore/genesis-tools/genesis-populate) (*)
        │   │   ├── integration-tests v0.0.0 (/Users/mhornicky/nearcore/integration-tests) (*)
        │   │   ├── mock_node v0.0.0 (/Users/mhornicky/nearcore/tools/mock_node)
        │   │   ├── near-actix-test-utils v0.0.0 (/Users/mhornicky/nearcore/test-utils/actix-test-utils)
        │   │   │   ├── integration-tests v0.0.0 (/Users/mhornicky/nearcore/integration-tests) (*)
        │   │   │   └── mock_node v0.0.0 (/Users/mhornicky/nearcore/tools/mock_node)
        │   │   │   [dev-dependencies]
        │   │   │   ├── near-client v0.0.0 (/Users/mhornicky/nearcore/chain/client) (*)
        │   │   │   ├── near-jsonrpc-tests v0.0.0 (/Users/mhornicky/nearcore/chain/jsonrpc/jsonrpc-tests) (*)
        │   │   │   └── nearcore v0.0.0 (/Users/mhornicky/nearcore/nearcore) (*)
        │   │   ├── near-chain v0.0.0 (/Users/mhornicky/nearcore/chain/chain) (*)
        │   │   ├── near-chunks v0.0.0 (/Users/mhornicky/nearcore/chain/chunks) (*)
        │   │   ├── near-client v0.0.0 (/Users/mhornicky/nearcore/chain/client) (*)
        │   │   ├── near-epoch-manager v0.0.0 (/Users/mhornicky/nearcore/chain/epoch_manager) (*)
        │   │   ├── near-network v0.0.0 (/Users/mhornicky/nearcore/chain/network) (*)
        │   │   ├── nearcore v0.0.0 (/Users/mhornicky/nearcore/nearcore) (*)
        │   │   ├── neard v0.0.0 (/Users/mhornicky/nearcore/neard)
        │   │   ├── node-runtime v0.0.0 (/Users/mhornicky/nearcore/runtime/runtime) (*)
        │   │   ├── restored-receipts-verifier v0.0.0 (/Users/mhornicky/nearcore/tools/restored-receipts-verifier)
        │   │   ├── runtime-params-estimator v0.0.0 (/Users/mhornicky/nearcore/runtime/runtime-params-estimator)
        │   │   ├── runtime-tester v0.0.0 (/Users/mhornicky/nearcore/test-utils/runtime-tester) (*)
        │   │   ├── state-viewer v0.0.0 (/Users/mhornicky/nearcore/tools/state-viewer) (*)
        │   │   └── store-validator v0.0.0 (/Users/mhornicky/nearcore/test-utils/store-validator)
        │   ├── near-vm-logic v0.0.0 (/Users/mhornicky/nearcore/runtime/near-vm-logic)
        │   │   ├── near-vm-runner v0.0.0 (/Users/mhornicky/nearcore/runtime/near-vm-runner)
        │   │   │   ├── integration-tests v0.0.0 (/Users/mhornicky/nearcore/integration-tests) (*)
        │   │   │   ├── near-vm-runner-fuzz v0.0.0 (/Users/mhornicky/nearcore/runtime/near-vm-runner/fuzz)
        │   │   │   ├── near-vm-runner-standalone v0.0.0 (/Users/mhornicky/nearcore/runtime/near-vm-runner-standalone)
        │   │   │   ├── nearcore v0.0.0 (/Users/mhornicky/nearcore/nearcore) (*)
        │   │   │   ├── node-runtime v0.0.0 (/Users/mhornicky/nearcore/runtime/runtime) (*)
        │   │   │   └── runtime-params-estimator v0.0.0 (/Users/mhornicky/nearcore/runtime/runtime-params-estimator)
        │   │   ├── near-vm-runner-fuzz v0.0.0 (/Users/mhornicky/nearcore/runtime/near-vm-runner/fuzz)
        │   │   ├── near-vm-runner-standalone v0.0.0 (/Users/mhornicky/nearcore/runtime/near-vm-runner-standalone)
        │   │   ├── node-runtime v0.0.0 (/Users/mhornicky/nearcore/runtime/runtime) (*)
        │   │   └── runtime-params-estimator v0.0.0 (/Users/mhornicky/nearcore/runtime/runtime-params-estimator)
        │   ├── near-vm-runner v0.0.0 (/Users/mhornicky/nearcore/runtime/near-vm-runner) (*)
        │   ├── near-vm-runner-fuzz v0.0.0 (/Users/mhornicky/nearcore/runtime/near-vm-runner/fuzz)
        │   ├── near-vm-runner-standalone v0.0.0 (/Users/mhornicky/nearcore/runtime/near-vm-runner-standalone)
        │   ├── nearcore v0.0.0 (/Users/mhornicky/nearcore/nearcore) (*)
        │   ├── neard v0.0.0 (/Users/mhornicky/nearcore/neard)
        │   ├── node-runtime v0.0.0 (/Users/mhornicky/nearcore/runtime/runtime) (*)
        │   ├── restaked v0.0.0 (/Users/mhornicky/nearcore/tools/restaked)
        │   ├── restored-receipts-verifier v0.0.0 (/Users/mhornicky/nearcore/tools/restored-receipts-verifier)
        │   ├── runtime-params-estimator v0.0.0 (/Users/mhornicky/nearcore/runtime/runtime-params-estimator)
        │   ├── runtime-tester v0.0.0 (/Users/mhornicky/nearcore/test-utils/runtime-tester) (*)
        │   ├── state-viewer v0.0.0 (/Users/mhornicky/nearcore/tools/state-viewer) (*)
        │   ├── storage-usage-delta-calculator v0.0.0 (/Users/mhornicky/nearcore/tools/storage-usage-delta-calculator)
        │   ├── store-validator v0.0.0 (/Users/mhornicky/nearcore/test-utils/store-validator)
        │   └── testlib v0.0.0 (/Users/mhornicky/nearcore/test-utils/testlib) (*)
        ├── near-rosetta-rpc v0.0.0 (/Users/mhornicky/nearcore/chain/rosetta-rpc) (*)
        ├── near-store v0.0.0 (/Users/mhornicky/nearcore/core/store) (*)
        ├── near-vm-logic v0.0.0 (/Users/mhornicky/nearcore/runtime/near-vm-logic) (*)
        ├── nearcore v0.0.0 (/Users/mhornicky/nearcore/nearcore) (*)
        ├── node-runtime v0.0.0 (/Users/mhornicky/nearcore/runtime/runtime) (*)
        ├── restaked v0.0.0 (/Users/mhornicky/nearcore/tools/restaked)
        ├── runtime-params-estimator v0.0.0 (/Users/mhornicky/nearcore/runtime/runtime-params-estimator)
        ├── runtime-tester v0.0.0 (/Users/mhornicky/nearcore/test-utils/runtime-tester) (*)
        ├── state-viewer v0.0.0 (/Users/mhornicky/nearcore/tools/state-viewer) (*)
        └── testlib v0.0.0 (/Users/mhornicky/nearcore/test-utils/testlib) (*)

arrayvec v0.7.2
└── parity-scale-codec v2.3.1
    └── impl-codec v0.5.1
        └── primitive-types v0.10.1
            ├── integration-tests v0.0.0 (/Users/mhornicky/nearcore/integration-tests) (*)
            ├── near-crypto v0.0.0 (/Users/mhornicky/nearcore/core/crypto) (*)
            ├── near-epoch-manager v0.0.0 (/Users/mhornicky/nearcore/chain/epoch_manager) (*)
            └── near-primitives v0.0.0 (/Users/mhornicky/nearcore/core/primitives) (*)
            [dev-dependencies]
            └── nearcore v0.0.0 (/Users/mhornicky/nearcore/nearcore) (*)

autocfg v0.1.8
[build-dependencies]
├── rand v0.6.5
│   ├── near-epoch-manager v0.0.0 (/Users/mhornicky/nearcore/chain/epoch_manager) (*)
│   └── near-network v0.0.0 (/Users/mhornicky/nearcore/chain/network) (*)
├── rand_chacha v0.1.1
│   └── rand v0.6.5 (*)
└── rand_pcg v0.1.2
    ├── near-network v0.0.0 (/Users/mhornicky/nearcore/chain/network) (*)
    └── rand v0.6.5 (*)

autocfg v1.1.0
└── autocfg v0.1.8 (*)
[build-dependencies]
├── crossbeam-epoch v0.9.8
│   └── crossbeam-deque v0.8.1
│       ├── rayon v1.5.2
│       │   ├── criterion v0.3.5
│       │   │   [dev-dependencies]
│       │   │   ├── mock_node v0.0.0 (/Users/mhornicky/nearcore/tools/mock_node)
│       │   │   └── near-network v0.0.0 (/Users/mhornicky/nearcore/chain/network) (*)
│       │   ├── indicatif v0.15.0
│       │   │   ├── genesis-populate v0.0.0 (/Users/mhornicky/nearcore/genesis-tools/genesis-populate) (*)
│       │   │   ├── nearcore v0.0.0 (/Users/mhornicky/nearcore/nearcore) (*)
│       │   │   └── runtime-params-estimator v0.0.0 (/Users/mhornicky/nearcore/runtime/runtime-params-estimator)
│       │   │   [dev-dependencies]
│       │   │   └── node-runtime v0.0.0 (/Users/mhornicky/nearcore/runtime/runtime) (*)
│       │   ├── mock_node v0.0.0 (/Users/mhornicky/nearcore/tools/mock_node)
│       │   ├── near-chain v0.0.0 (/Users/mhornicky/nearcore/chain/chain) (*)
│       │   ├── near-vm-runner-standalone v0.0.0 (/Users/mhornicky/nearcore/runtime/near-vm-runner-standalone)
│       │   ├── nearcore v0.0.0 (/Users/mhornicky/nearcore/nearcore) (*)
│       │   ├── neard v0.0.0 (/Users/mhornicky/nearcore/neard)
│       │   ├── node-runtime v0.0.0 (/Users/mhornicky/nearcore/runtime/runtime) (*)
│       │   ├── state-viewer v0.0.0 (/Users/mhornicky/nearcore/tools/state-viewer) (*)
│       │   └── sysinfo v0.14.3 (https://github.com/near/sysinfo?rev=3cb97ee79a02754407d2f0f63628f247d7c65e7b#3cb97ee7)
│       │       └── near-client v0.0.0 (/Users/mhornicky/nearcore/chain/client) (*)
│       │   [dev-dependencies]
│       │   └── node-runtime v0.0.0 (/Users/mhornicky/nearcore/runtime/runtime) (*)
│       └── rayon-core v1.9.2
│           └── rayon v1.5.2 (*)
├── indexmap v1.8.1
│   ├── clap v3.1.18
│   │   ├── chainsync-loadtest v0.0.0 (/Users/mhornicky/nearcore/tools/chainsync-loadtest)
│   │   ├── estimator-warehouse v0.0.0 (/Users/mhornicky/nearcore/runtime/runtime-params-estimator/estimator-warehouse)
│   │   ├── genesis-csv-to-json v0.0.0 (/Users/mhornicky/nearcore/genesis-tools/genesis-csv-to-json)
│   │   ├── genesis-populate v0.0.0 (/Users/mhornicky/nearcore/genesis-tools/genesis-populate) (*)
│   │   ├── indexer-example v0.0.0 (/Users/mhornicky/nearcore/tools/indexer/example)
│   │   ├── integration-tests v0.0.0 (/Users/mhornicky/nearcore/integration-tests) (*)
│   │   ├── keypair-generator v0.0.0 (/Users/mhornicky/nearcore/genesis-tools/keypair-generator)
│   │   ├── mock_node v0.0.0 (/Users/mhornicky/nearcore/tools/mock_node)
│   │   ├── near-o11y v0.0.0 (/Users/mhornicky/nearcore/core/o11y)
│   │   │   ├── chainsync-loadtest v0.0.0 (/Users/mhornicky/nearcore/tools/chainsync-loadtest)
│   │   │   ├── indexer-example v0.0.0 (/Users/mhornicky/nearcore/tools/indexer/example)
│   │   │   ├── near-client v0.0.0 (/Users/mhornicky/nearcore/chain/client) (*)
│   │   │   ├── near-jsonrpc v0.0.0 (/Users/mhornicky/nearcore/chain/jsonrpc) (*)
│   │   │   ├── near-logger-utils v0.0.0 (/Users/mhornicky/nearcore/test-utils/logger)
│   │   │   │   ├── integration-tests v0.0.0 (/Users/mhornicky/nearcore/integration-tests) (*)
│   │   │   │   ├── mock_node v0.0.0 (/Users/mhornicky/nearcore/tools/mock_node)
│   │   │   │   ├── near-jsonrpc-fuzz v0.0.0 (/Users/mhornicky/nearcore/chain/jsonrpc/fuzz)
│   │   │   │   ├── near-network v0.0.0 (/Users/mhornicky/nearcore/chain/network) (*)
│   │   │   │   ├── state-viewer v0.0.0 (/Users/mhornicky/nearcore/tools/state-viewer) (*)
│   │   │   │   └── store-validator v0.0.0 (/Users/mhornicky/nearcore/test-utils/store-validator)
│   │   │   │   [dev-dependencies]
│   │   │   │   ├── integration-tests v0.0.0 (/Users/mhornicky/nearcore/integration-tests) (*)
│   │   │   │   ├── near-chain v0.0.0 (/Users/mhornicky/nearcore/chain/chain) (*)
│   │   │   │   ├── near-chunks v0.0.0 (/Users/mhornicky/nearcore/chain/chunks) (*)
│   │   │   │   ├── near-client v0.0.0 (/Users/mhornicky/nearcore/chain/client) (*)
│   │   │   │   ├── near-jsonrpc-tests v0.0.0 (/Users/mhornicky/nearcore/chain/jsonrpc/jsonrpc-tests) (*)
│   │   │   │   ├── nearcore v0.0.0 (/Users/mhornicky/nearcore/nearcore) (*)
│   │   │   │   └── runtime-tester v0.0.0 (/Users/mhornicky/nearcore/test-utils/runtime-tester) (*)
│   │   │   ├── near-store v0.0.0 (/Users/mhornicky/nearcore/core/store) (*)
│   │   │   ├── nearcore v0.0.0 (/Users/mhornicky/nearcore/nearcore) (*)
│   │   │   ├── neard v0.0.0 (/Users/mhornicky/nearcore/neard)
│   │   │   ├── restaked v0.0.0 (/Users/mhornicky/nearcore/tools/restaked)
│   │   │   └── storage-usage-delta-calculator v0.0.0 (/Users/mhornicky/nearcore/tools/storage-usage-delta-calculator)
│   │   ├── near-vm-runner-standalone v0.0.0 (/Users/mhornicky/nearcore/runtime/near-vm-runner-standalone)
│   │   ├── neard v0.0.0 (/Users/mhornicky/nearcore/neard)
│   │   ├── restaked v0.0.0 (/Users/mhornicky/nearcore/tools/restaked)
│   │   ├── restored-receipts-verifier v0.0.0 (/Users/mhornicky/nearcore/tools/restored-receipts-verifier)
│   │   ├── runtime-params-estimator v0.0.0 (/Users/mhornicky/nearcore/runtime/runtime-params-estimator)
│   │   ├── state-viewer v0.0.0 (/Users/mhornicky/nearcore/tools/state-viewer) (*)
│   │   └── store-validator v0.0.0 (/Users/mhornicky/nearcore/test-utils/store-validator)
│   ├── gimli v0.26.1
│   │   ├── addr2line v0.17.0
│   │   │   ├── backtrace v0.3.65
│   │   │   │   ├── anyhow v1.0.57
│   │   │   │   │   ├── chainsync-loadtest v0.0.0 (/Users/mhornicky/nearcore/tools/chainsync-loadtest)
│   │   │   │   │   ├── estimator-warehouse v0.0.0 (/Users/mhornicky/nearcore/runtime/runtime-params-estimator/estimator-warehouse)
│   │   │   │   │   ├── indexer-example v0.0.0 (/Users/mhornicky/nearcore/tools/indexer/example)
│   │   │   │   │   ├── integration-tests v0.0.0 (/Users/mhornicky/nearcore/integration-tests) (*)
│   │   │   │   │   ├── mock_node v0.0.0 (/Users/mhornicky/nearcore/tools/mock_node)
│   │   │   │   │   ├── near-chain-configs v0.0.0 (/Users/mhornicky/nearcore/core/chain-configs) (*)
│   │   │   │   │   ├── near-chain-primitives v0.0.0 (/Users/mhornicky/nearcore/chain/chain-primitives) (*)
│   │   │   │   │   ├── near-indexer v0.0.0 (/Users/mhornicky/nearcore/chain/indexer) (*)
│   │   │   │   │   ├── near-network v0.0.0 (/Users/mhornicky/nearcore/chain/network) (*)
│   │   │   │   │   ├── near-network-primitives v0.0.0 (/Users/mhornicky/nearcore/chain/network-primitives) (*)
│   │   │   │   │   ├── near-vm-runner v0.0.0 (/Users/mhornicky/nearcore/runtime/near-vm-runner) (*)
│   │   │   │   │   ├── nearcore v0.0.0 (/Users/mhornicky/nearcore/nearcore) (*)
│   │   │   │   │   ├── paperclip v0.5.0 (https://github.com/near/paperclip?branch=actix-web-4-beta.6#b9589c6e) (*)
│   │   │   │   │   ├── protobuf-codegen v3.0.2
│   │   │   │   │   │   [build-dependencies]
│   │   │   │   │   │   └── near-network v0.0.0 (/Users/mhornicky/nearcore/chain/network) (*)
│   │   │   │   │   ├── protobuf-parse v3.0.2
│   │   │   │   │   │   └── protobuf-codegen v3.0.2 (*)
│   │   │   │   │   ├── runtime-params-estimator v0.0.0 (/Users/mhornicky/nearcore/runtime/runtime-params-estimator)
│   │   │   │   │   ├── state-viewer v0.0.0 (/Users/mhornicky/nearcore/tools/state-viewer) (*)
│   │   │   │   │   ├── themis v0.0.0 (/Users/mhornicky/nearcore/tools/themis)
│   │   │   │   │   ├── walrus v0.18.0
│   │   │   │   │   │   └── runtime-params-estimator v0.0.0 (/Users/mhornicky/nearcore/runtime/runtime-params-estimator)
│   │   │   │   │   ├── wasmprinter v0.2.34
│   │   │   │   │   │   └── near-vm-runner-fuzz v0.0.0 (/Users/mhornicky/nearcore/runtime/near-vm-runner/fuzz)
│   │   │   │   │   ├── wasmtime v0.33.1
│   │   │   │   │   │   └── near-vm-runner v0.0.0 (/Users/mhornicky/nearcore/runtime/near-vm-runner) (*)
│   │   │   │   │   ├── wasmtime-cranelift v0.33.1
│   │   │   │   │   │   └── wasmtime v0.33.1 (*)
│   │   │   │   │   ├── wasmtime-environ v0.33.1
│   │   │   │   │   │   ├── wasmtime v0.33.1 (*)
│   │   │   │   │   │   ├── wasmtime-cranelift v0.33.1 (*)
│   │   │   │   │   │   ├── wasmtime-jit v0.33.1
│   │   │   │   │   │   │   └── wasmtime v0.33.1 (*)
│   │   │   │   │   │   └── wasmtime-runtime v0.33.1
│   │   │   │   │   │       ├── wasmtime v0.33.1 (*)
│   │   │   │   │   │       └── wasmtime-jit v0.33.1 (*)
│   │   │   │   │   ├── wasmtime-jit v0.33.1 (*)
│   │   │   │   │   └── wasmtime-runtime v0.33.1 (*)
│   │   │   │   │   [build-dependencies]
│   │   │   │   │   ├── near-network v0.0.0 (/Users/mhornicky/nearcore/chain/network) (*)
│   │   │   │   │   └── neard v0.0.0 (/Users/mhornicky/nearcore/neard)
│   │   │   │   ├── near-o11y v0.0.0 (/Users/mhornicky/nearcore/core/o11y) (*)
│   │   │   │   ├── wasmtime v0.33.1 (*)
│   │   │   │   └── wasmtime-runtime v0.33.1 (*)
│   │   │   └── wasmtime-jit v0.33.1 (*)
│   │   ├── cranelift-codegen v0.80.1
│   │   │   ├── cranelift-frontend v0.80.1
│   │   │   │   ├── cranelift-wasm v0.80.1
│   │   │   │   │   └── wasmtime-cranelift v0.33.1 (*)
│   │   │   │   └── wasmtime-cranelift v0.33.1 (*)
│   │   │   ├── cranelift-native v0.80.1
│   │   │   │   └── wasmtime-cranelift v0.33.1 (*)
│   │   │   ├── cranelift-wasm v0.80.1 (*)
│   │   │   └── wasmtime-cranelift v0.33.1 (*)
│   │   ├── wasmtime-cranelift v0.33.1 (*)
│   │   ├── wasmtime-environ v0.33.1 (*)
│   │   └── wasmtime-jit v0.33.1 (*)
│   ├── h2 v0.3.13
│   │   ├── actix-http v3.0.0-beta.6 (*)
│   │   ├── hyper v0.14.18
│   │   │   ├── hyper-tls v0.5.0
│   │   │   │   ├── nearcore v0.0.0 (/Users/mhornicky/nearcore/nearcore) (*)
│   │   │   │   └── reqwest v0.11.10
│   │   │   │       └── estimator-warehouse v0.0.0 (/Users/mhornicky/nearcore/runtime/runtime-params-estimator/estimator-warehouse)
│   │   │   ├── nearcore v0.0.0 (/Users/mhornicky/nearcore/nearcore) (*)
│   │   │   └── reqwest v0.11.10 (*)
│   │   └── reqwest v0.11.10 (*)
│   ├── object v0.27.1
│   │   ├── wasmtime v0.33.1 (*)
│   │   ├── wasmtime-cranelift v0.33.1 (*)
│   │   ├── wasmtime-environ v0.33.1 (*)
│   │   └── wasmtime-jit v0.33.1 (*)
│   ├── protobuf-parse v3.0.2 (*)
│   ├── serde_json v1.0.81
│   │   ├── actix-web v4.0.0-beta.6 (*)
│   │   ├── awc v3.0.0-beta.5 (*)
│   │   ├── cargo_metadata v0.14.2
│   │   │   └── themis v0.0.0 (/Users/mhornicky/nearcore/tools/themis)
│   │   ├── criterion v0.3.5 (*)
│   │   ├── estimator-warehouse v0.0.0 (/Users/mhornicky/nearcore/runtime/runtime-params-estimator/estimator-warehouse)
│   │   ├── indexer-example v0.0.0 (/Users/mhornicky/nearcore/tools/indexer/example)
│   │   ├── insta v1.14.0
│   │   │   [dev-dependencies]
│   │   │   ├── estimator-warehouse v0.0.0 (/Users/mhornicky/nearcore/runtime/runtime-params-estimator/estimator-warehouse)
│   │   │   ├── integration-tests v0.0.0 (/Users/mhornicky/nearcore/integration-tests) (*)
│   │   │   ├── near-chain v0.0.0 (/Users/mhornicky/nearcore/chain/chain) (*)
│   │   │   ├── near-primitives v0.0.0 (/Users/mhornicky/nearcore/core/primitives) (*)
│   │   │   └── near-rosetta-rpc v0.0.0 (/Users/mhornicky/nearcore/chain/rosetta-rpc) (*)
│   │   ├── integration-tests v0.0.0 (/Users/mhornicky/nearcore/integration-tests) (*)
│   │   ├── near-account-id-fuzz v0.0.0 (/Users/mhornicky/nearcore/core/account-id/fuzz)
│   │   ├── near-chain-configs v0.0.0 (/Users/mhornicky/nearcore/core/chain-configs) (*)
│   │   ├── near-client v0.0.0 (/Users/mhornicky/nearcore/chain/client) (*)
│   │   ├── near-crypto v0.0.0 (/Users/mhornicky/nearcore/core/crypto) (*)
│   │   ├── near-epoch-manager v0.0.0 (/Users/mhornicky/nearcore/chain/epoch_manager) (*)
│   │   ├── near-indexer v0.0.0 (/Users/mhornicky/nearcore/chain/indexer) (*)
│   │   ├── near-indexer-primitives v0.0.0 (/Users/mhornicky/nearcore/chain/indexer-primitives) (*)
│   │   ├── near-jsonrpc v0.0.0 (/Users/mhornicky/nearcore/chain/jsonrpc) (*)
│   │   ├── near-jsonrpc-client v0.0.0 (/Users/mhornicky/nearcore/chain/jsonrpc/client) (*)
│   │   ├── near-jsonrpc-fuzz v0.0.0 (/Users/mhornicky/nearcore/chain/jsonrpc/fuzz)
│   │   ├── near-jsonrpc-primitives v0.0.0 (/Users/mhornicky/nearcore/chain/jsonrpc-primitives) (*)
│   │   ├── near-jsonrpc-tests v0.0.0 (/Users/mhornicky/nearcore/chain/jsonrpc/jsonrpc-tests) (*)
│   │   ├── near-primitives v0.0.0 (/Users/mhornicky/nearcore/core/primitives) (*)
│   │   ├── near-rosetta-rpc v0.0.0 (/Users/mhornicky/nearcore/chain/rosetta-rpc) (*)
│   │   ├── near-store v0.0.0 (/Users/mhornicky/nearcore/core/store) (*)
│   │   ├── near-telemetry v0.0.0 (/Users/mhornicky/nearcore/chain/telemetry) (*)
│   │   ├── near-vm-runner-standalone v0.0.0 (/Users/mhornicky/nearcore/runtime/near-vm-runner-standalone)
│   │   ├── nearcore v0.0.0 (/Users/mhornicky/nearcore/nearcore) (*)
│   │   ├── neard v0.0.0 (/Users/mhornicky/nearcore/neard)
│   │   ├── node-runtime v0.0.0 (/Users/mhornicky/nearcore/runtime/runtime) (*)
│   │   ├── paperclip v0.5.0 (https://github.com/near/paperclip?branch=actix-web-4-beta.6#b9589c6e) (*)
│   │   ├── paperclip-actix v0.3.0 (https://github.com/near/paperclip?branch=actix-web-4-beta.6#b9589c6e) (*)
│   │   ├── paperclip-core v0.3.0 (https://github.com/near/paperclip?branch=actix-web-4-beta.6#b9589c6e) (*)
│   │   ├── restored-receipts-verifier v0.0.0 (/Users/mhornicky/nearcore/tools/restored-receipts-verifier)
│   │   ├── runtime-params-estimator v0.0.0 (/Users/mhornicky/nearcore/runtime/runtime-params-estimator)
│   │   ├── runtime-tester v0.0.0 (/Users/mhornicky/nearcore/test-utils/runtime-tester) (*)
│   │   ├── runtime-tester-fuzz v0.0.0 (/Users/mhornicky/nearcore/test-utils/runtime-tester/fuzz)
│   │   ├── state-viewer v0.0.0 (/Users/mhornicky/nearcore/tools/state-viewer) (*)
│   │   ├── storage-usage-delta-calculator v0.0.0 (/Users/mhornicky/nearcore/tools/storage-usage-delta-calculator)
│   │   ├── tinytemplate v1.2.1
│   │   │   └── criterion v0.3.5 (*)
│   │   └── validator v0.12.0
│   │       └── near-rosetta-rpc v0.0.0 (/Users/mhornicky/nearcore/chain/rosetta-rpc) (*)
│   │   [dev-dependencies]
│   │   ├── genesis-csv-to-json v0.0.0 (/Users/mhornicky/nearcore/genesis-tools/genesis-csv-to-json)
│   │   ├── near-account-id v0.0.0 (/Users/mhornicky/nearcore/core/account-id)
│   │   │   ├── near-account-id-fuzz v0.0.0 (/Users/mhornicky/nearcore/core/account-id/fuzz)
│   │   │   ├── near-crypto v0.0.0 (/Users/mhornicky/nearcore/core/crypto) (*)
│   │   │   ├── near-primitives-core v0.0.0 (/Users/mhornicky/nearcore/core/primitives-core)
│   │   │   │   ├── integration-tests v0.0.0 (/Users/mhornicky/nearcore/integration-tests) (*)
│   │   │   │   ├── near-jsonrpc-primitives v0.0.0 (/Users/mhornicky/nearcore/chain/jsonrpc-primitives) (*)
│   │   │   │   ├── near-primitives v0.0.0 (/Users/mhornicky/nearcore/core/primitives) (*)
│   │   │   │   ├── near-vm-logic v0.0.0 (/Users/mhornicky/nearcore/runtime/near-vm-logic) (*)
│   │   │   │   ├── near-vm-runner-standalone v0.0.0 (/Users/mhornicky/nearcore/runtime/near-vm-runner-standalone)
│   │   │   │   └── state-viewer v0.0.0 (/Users/mhornicky/nearcore/tools/state-viewer) (*)
│   │   │   ├── near-rosetta-rpc v0.0.0 (/Users/mhornicky/nearcore/chain/rosetta-rpc) (*)
│   │   │   ├── near-vm-errors v0.0.0 (/Users/mhornicky/nearcore/runtime/near-vm-errors)
│   │   │   │   ├── integration-tests v0.0.0 (/Users/mhornicky/nearcore/integration-tests) (*)
│   │   │   │   ├── near-primitives v0.0.0 (/Users/mhornicky/nearcore/core/primitives) (*)
│   │   │   │   ├── near-vm-logic v0.0.0 (/Users/mhornicky/nearcore/runtime/near-vm-logic) (*)
│   │   │   │   ├── near-vm-runner v0.0.0 (/Users/mhornicky/nearcore/runtime/near-vm-runner) (*)
│   │   │   │   └── node-runtime v0.0.0 (/Users/mhornicky/nearcore/runtime/runtime) (*)
│   │   │   └── near-vm-logic v0.0.0 (/Users/mhornicky/nearcore/runtime/near-vm-logic) (*)
│   │   ├── near-primitives-core v0.0.0 (/Users/mhornicky/nearcore/core/primitives-core) (*)
│   │   ├── near-rpc-error-core v0.0.0 (/Users/mhornicky/nearcore/tools/rpctypegen/core)
│   │   │   └── near-rpc-error-macro v0.0.0 (proc-macro) (/Users/mhornicky/nearcore/tools/rpctypegen/macro)
│   │   │       ├── near-jsonrpc v0.0.0 (/Users/mhornicky/nearcore/chain/jsonrpc) (*)
│   │   │       ├── near-jsonrpc-primitives v0.0.0 (/Users/mhornicky/nearcore/chain/jsonrpc-primitives) (*)
│   │   │       ├── near-primitives v0.0.0 (/Users/mhornicky/nearcore/core/primitives) (*)
│   │   │       └── near-vm-errors v0.0.0 (/Users/mhornicky/nearcore/runtime/near-vm-errors) (*)
│   │   ├── near-vm-logic v0.0.0 (/Users/mhornicky/nearcore/runtime/near-vm-logic) (*)
│   │   ├── node-runtime v0.0.0 (/Users/mhornicky/nearcore/runtime/runtime) (*)
│   │   └── store-validator v0.0.0 (/Users/mhornicky/nearcore/test-utils/store-validator)
│   ├── serde_yaml v0.8.24
│   │   ├── insta v1.14.0 (*)
│   │   ├── paperclip v0.5.0 (https://github.com/near/paperclip?branch=actix-web-4-beta.6#b9589c6e) (*)
│   │   └── paperclip-core v0.3.0 (https://github.com/near/paperclip?branch=actix-web-4-beta.6#b9589c6e) (*)
│   ├── wasm-smith v0.10.0
│   │   ├── near-test-contracts v0.0.0 (/Users/mhornicky/nearcore/runtime/near-test-contracts)
│   │   │   ├── genesis-populate v0.0.0 (/Users/mhornicky/nearcore/genesis-tools/genesis-populate) (*)
│   │   │   ├── integration-tests v0.0.0 (/Users/mhornicky/nearcore/integration-tests) (*)
│   │   │   ├── runtime-tester v0.0.0 (/Users/mhornicky/nearcore/test-utils/runtime-tester) (*)
│   │   │   └── testlib v0.0.0 (/Users/mhornicky/nearcore/test-utils/testlib) (*)
│   │   │   [dev-dependencies]
│   │   │   ├── near-vm-runner v0.0.0 (/Users/mhornicky/nearcore/runtime/near-vm-runner) (*)
│   │   │   ├── near-vm-runner-standalone v0.0.0 (/Users/mhornicky/nearcore/runtime/near-vm-runner-standalone)
│   │   │   └── node-runtime v0.0.0 (/Users/mhornicky/nearcore/runtime/runtime) (*)
│   │   └── near-vm-runner-fuzz v0.0.0 (/Users/mhornicky/nearcore/runtime/near-vm-runner/fuzz)
│   │   [dev-dependencies]
│   │   └── near-vm-runner v0.0.0 (/Users/mhornicky/nearcore/runtime/near-vm-runner) (*)
│   ├── wasmparser v0.84.0
│   │   ├── wasm-smith v0.10.0 (*)
│   │   └── wasmprinter v0.2.34 (*)
│   ├── wasmtime v0.33.1 (*)
│   ├── wasmtime-environ v0.33.1 (*)
│   └── wasmtime-runtime v0.33.1 (*)
├── lock_api v0.4.7
│   ├── parking_lot v0.11.2
│   │   ├── chainsync-loadtest v0.0.0 (/Users/mhornicky/nearcore/tools/chainsync-loadtest)
│   │   ├── integration-tests v0.0.0 (/Users/mhornicky/nearcore/integration-tests) (*)
│   │   ├── near-network v0.0.0 (/Users/mhornicky/nearcore/chain/network) (*)
│   │   ├── paperclip v0.5.0 (https://github.com/near/paperclip?branch=actix-web-4-beta.6#b9589c6e) (*)
│   │   ├── paperclip-actix v0.3.0 (https://github.com/near/paperclip?branch=actix-web-4-beta.6#b9589c6e) (*)
│   │   ├── paperclip-core v0.3.0 (https://github.com/near/paperclip?branch=actix-web-4-beta.6#b9589c6e) (*)
│   │   └── prometheus v0.11.0
│   │       ├── near-chain v0.0.0 (/Users/mhornicky/nearcore/chain/chain) (*)
│   │       ├── near-chunks v0.0.0 (/Users/mhornicky/nearcore/chain/chunks) (*)
│   │       ├── near-client v0.0.0 (/Users/mhornicky/nearcore/chain/client) (*)
│   │       ├── near-jsonrpc v0.0.0 (/Users/mhornicky/nearcore/chain/jsonrpc) (*)
│   │       ├── near-metrics v0.0.0 (/Users/mhornicky/nearcore/core/metrics)
│   │       │   ├── near-chain v0.0.0 (/Users/mhornicky/nearcore/chain/chain) (*)
│   │       │   ├── near-chunks v0.0.0 (/Users/mhornicky/nearcore/chain/chunks) (*)
│   │       │   ├── near-client v0.0.0 (/Users/mhornicky/nearcore/chain/client) (*)
│   │       │   ├── near-jsonrpc v0.0.0 (/Users/mhornicky/nearcore/chain/jsonrpc) (*)
│   │       │   ├── near-jsonrpc-primitives v0.0.0 (/Users/mhornicky/nearcore/chain/jsonrpc-primitives) (*)
│   │       │   ├── near-network v0.0.0 (/Users/mhornicky/nearcore/chain/network) (*)
│   │       │   ├── near-pool v0.0.0 (/Users/mhornicky/nearcore/chain/pool) (*)
│   │       │   ├── near-store v0.0.0 (/Users/mhornicky/nearcore/core/store) (*)
│   │       │   ├── nearcore v0.0.0 (/Users/mhornicky/nearcore/nearcore) (*)
│   │       │   └── node-runtime v0.0.0 (/Users/mhornicky/nearcore/runtime/runtime) (*)
│   │       └── nearcore v0.0.0 (/Users/mhornicky/nearcore/nearcore) (*)
│   └── parking_lot v0.12.0
│       ├── actix v0.13.0
│       │   ├── chainsync-loadtest v0.0.0 (/Users/mhornicky/nearcore/tools/chainsync-loadtest)
│       │   ├── indexer-example v0.0.0 (/Users/mhornicky/nearcore/tools/indexer/example)
│       │   ├── integration-tests v0.0.0 (/Users/mhornicky/nearcore/integration-tests) (*)
│       │   ├── mock_node v0.0.0 (/Users/mhornicky/nearcore/tools/mock_node)
│       │   ├── near-chain v0.0.0 (/Users/mhornicky/nearcore/chain/chain) (*)
│       │   ├── near-chunks v0.0.0 (/Users/mhornicky/nearcore/chain/chunks) (*)
│       │   ├── near-client v0.0.0 (/Users/mhornicky/nearcore/chain/client) (*)
│       │   ├── near-client-primitives v0.0.0 (/Users/mhornicky/nearcore/chain/client-primitives) (*)
│       │   ├── near-indexer v0.0.0 (/Users/mhornicky/nearcore/chain/indexer) (*)
│       │   ├── near-jsonrpc v0.0.0 (/Users/mhornicky/nearcore/chain/jsonrpc) (*)
│       │   ├── near-jsonrpc-fuzz v0.0.0 (/Users/mhornicky/nearcore/chain/jsonrpc/fuzz)
│       │   ├── near-jsonrpc-primitives v0.0.0 (/Users/mhornicky/nearcore/chain/jsonrpc-primitives) (*)
│       │   ├── near-jsonrpc-tests v0.0.0 (/Users/mhornicky/nearcore/chain/jsonrpc/jsonrpc-tests) (*)
│       │   ├── near-network v0.0.0 (/Users/mhornicky/nearcore/chain/network) (*)
│       │   ├── near-network-primitives v0.0.0 (/Users/mhornicky/nearcore/chain/network-primitives) (*)
│       │   ├── near-performance-metrics v0.0.0 (/Users/mhornicky/nearcore/utils/near-performance-metrics)
│       │   │   ├── integration-tests v0.0.0 (/Users/mhornicky/nearcore/integration-tests) (*)
│       │   │   ├── mock_node v0.0.0 (/Users/mhornicky/nearcore/tools/mock_node)
│       │   │   ├── near-client v0.0.0 (/Users/mhornicky/nearcore/chain/client) (*)
│       │   │   ├── near-network v0.0.0 (/Users/mhornicky/nearcore/chain/network) (*)
│       │   │   ├── near-telemetry v0.0.0 (/Users/mhornicky/nearcore/chain/telemetry) (*)
│       │   │   ├── nearcore v0.0.0 (/Users/mhornicky/nearcore/nearcore) (*)
│       │   │   └── neard v0.0.0 (/Users/mhornicky/nearcore/neard)
│       │   ├── near-rate-limiter v0.0.0 (/Users/mhornicky/nearcore/utils/near-rate-limiter)
│       │   │   └── near-network v0.0.0 (/Users/mhornicky/nearcore/chain/network) (*)
│       │   ├── near-rosetta-rpc v0.0.0 (/Users/mhornicky/nearcore/chain/rosetta-rpc) (*)
│       │   ├── near-telemetry v0.0.0 (/Users/mhornicky/nearcore/chain/telemetry) (*)
│       │   ├── nearcore v0.0.0 (/Users/mhornicky/nearcore/nearcore) (*)
│       │   └── neard v0.0.0 (/Users/mhornicky/nearcore/neard)
│       └── tokio v1.18.2
│           ├── actix v0.13.0 (*)
│           ├── actix-codec v0.4.2 (*)
│           ├── actix-codec v0.5.0 (*)
│           ├── actix-http v3.0.0-beta.6 (*)
│           ├── actix-rt v2.7.0
│           │   ├── actix v0.13.0 (*)
│           │   ├── actix-http v3.0.0-beta.6 (*)
│           │   ├── actix-server v2.1.1
│           │   │   └── actix-web v4.0.0-beta.6 (*)
│           │   ├── actix-tls v3.0.3 (*)
│           │   ├── actix-web v4.0.0-beta.6 (*)
│           │   ├── awc v3.0.0-beta.5 (*)
│           │   ├── integration-tests v0.0.0 (/Users/mhornicky/nearcore/integration-tests) (*)
│           │   ├── mock_node v0.0.0 (/Users/mhornicky/nearcore/tools/mock_node)
│           │   ├── near-actix-test-utils v0.0.0 (/Users/mhornicky/nearcore/test-utils/actix-test-utils) (*)
│           │   ├── near-client v0.0.0 (/Users/mhornicky/nearcore/chain/client) (*)
│           │   └── nearcore v0.0.0 (/Users/mhornicky/nearcore/nearcore) (*)
│           ├── actix-server v2.1.1 (*)
│           ├── chainsync-loadtest v0.0.0 (/Users/mhornicky/nearcore/tools/chainsync-loadtest)
│           ├── h2 v0.3.13 (*)
│           ├── hyper v0.14.18 (*)
│           ├── hyper-tls v0.5.0 (*)
│           ├── indexer-example v0.0.0 (/Users/mhornicky/nearcore/tools/indexer/example)
│           ├── integration-tests v0.0.0 (/Users/mhornicky/nearcore/integration-tests) (*)
│           ├── near-client v0.0.0 (/Users/mhornicky/nearcore/chain/client) (*)
│           ├── near-indexer v0.0.0 (/Users/mhornicky/nearcore/chain/indexer) (*)
│           ├── near-jsonrpc v0.0.0 (/Users/mhornicky/nearcore/chain/jsonrpc) (*)
│           ├── near-jsonrpc-fuzz v0.0.0 (/Users/mhornicky/nearcore/chain/jsonrpc/fuzz)
│           ├── near-network v0.0.0 (/Users/mhornicky/nearcore/chain/network) (*)
│           ├── near-network-primitives v0.0.0 (/Users/mhornicky/nearcore/chain/network-primitives) (*)
│           ├── near-performance-metrics v0.0.0 (/Users/mhornicky/nearcore/utils/near-performance-metrics) (*)
│           ├── near-rate-limiter v0.0.0 (/Users/mhornicky/nearcore/utils/near-rate-limiter) (*)
│           ├── near-rosetta-rpc v0.0.0 (/Users/mhornicky/nearcore/chain/rosetta-rpc) (*)
│           ├── nearcore v0.0.0 (/Users/mhornicky/nearcore/nearcore) (*)
│           ├── neard v0.0.0 (/Users/mhornicky/nearcore/neard)
│           ├── reqwest v0.11.10 (*)
│           ├── tokio-native-tls v0.3.0
│           │   ├── hyper-tls v0.5.0 (*)
│           │   └── reqwest v0.11.10 (*)
│           ├── tokio-openssl v0.6.3
│           │   └── actix-tls v3.0.3 (*)
│           ├── tokio-stream v0.1.8
│           │   └── near-network v0.0.0 (/Users/mhornicky/nearcore/chain/network) (*)
│           │   [dev-dependencies]
│           │   └── near-rate-limiter v0.0.0 (/Users/mhornicky/nearcore/utils/near-rate-limiter) (*)
│           ├── tokio-util v0.6.9
│           │   └── actix-codec v0.4.2 (*)
│           └── tokio-util v0.7.1
│               ├── actix v0.13.0 (*)
│               ├── actix-codec v0.5.0 (*)
│               ├── actix-tls v3.0.3 (*)
│               ├── h2 v0.3.13 (*)
│               ├── near-network v0.0.0 (/Users/mhornicky/nearcore/chain/network) (*)
│               ├── near-performance-metrics v0.0.0 (/Users/mhornicky/nearcore/utils/near-performance-metrics) (*)
│               └── near-rate-limiter v0.0.0 (/Users/mhornicky/nearcore/utils/near-rate-limiter) (*)
├── memoffset v0.6.5
│   ├── crossbeam-epoch v0.9.8 (*)
│   ├── near-vm-runner v0.0.0 (/Users/mhornicky/nearcore/runtime/near-vm-runner) (*)
│   └── wasmtime-runtime v0.33.1 (*)
├── num-bigint v0.3.3
│   ├── node-runtime v0.0.0 (/Users/mhornicky/nearcore/runtime/runtime) (*)
│   └── num-rational v0.3.2
│       ├── near-chain v0.0.0 (/Users/mhornicky/nearcore/chain/chain) (*)
│       ├── near-chain-configs v0.0.0 (/Users/mhornicky/nearcore/core/chain-configs) (*)
│       ├── near-client v0.0.0 (/Users/mhornicky/nearcore/chain/client) (*)
│       ├── near-epoch-manager v0.0.0 (/Users/mhornicky/nearcore/chain/epoch_manager) (*)
│       ├── near-primitives v0.0.0 (/Users/mhornicky/nearcore/core/primitives) (*)
│       ├── near-primitives-core v0.0.0 (/Users/mhornicky/nearcore/core/primitives-core) (*)
│       ├── near-vm-runner-standalone v0.0.0 (/Users/mhornicky/nearcore/runtime/near-vm-runner-standalone)
│       ├── nearcore v0.0.0 (/Users/mhornicky/nearcore/nearcore) (*)
│       ├── node-runtime v0.0.0 (/Users/mhornicky/nearcore/runtime/runtime) (*)
│       └── runtime-params-estimator v0.0.0 (/Users/mhornicky/nearcore/runtime/runtime-params-estimator)
├── num-integer v0.1.45
│   ├── chrono v0.4.19
│   │   ├── estimator-warehouse v0.0.0 (/Users/mhornicky/nearcore/runtime/runtime-params-estimator/estimator-warehouse)
│   │   ├── genesis-csv-to-json v0.0.0 (/Users/mhornicky/nearcore/genesis-tools/genesis-csv-to-json)
│   │   ├── integration-tests v0.0.0 (/Users/mhornicky/nearcore/integration-tests) (*)
│   │   ├── near-chain v0.0.0 (/Users/mhornicky/nearcore/chain/chain) (*)
│   │   ├── near-chain-configs v0.0.0 (/Users/mhornicky/nearcore/core/chain-configs) (*)
│   │   ├── near-chain-primitives v0.0.0 (/Users/mhornicky/nearcore/chain/chain-primitives) (*)
│   │   ├── near-chunks v0.0.0 (/Users/mhornicky/nearcore/chain/chunks) (*)
│   │   ├── near-client v0.0.0 (/Users/mhornicky/nearcore/chain/client) (*)
│   │   ├── near-client-primitives v0.0.0 (/Users/mhornicky/nearcore/chain/client-primitives) (*)
│   │   ├── near-network v0.0.0 (/Users/mhornicky/nearcore/chain/network) (*)
│   │   ├── near-network-primitives v0.0.0 (/Users/mhornicky/nearcore/chain/network-primitives) (*)
│   │   ├── near-primitives v0.0.0 (/Users/mhornicky/nearcore/core/primitives) (*)
│   │   ├── nearcore v0.0.0 (/Users/mhornicky/nearcore/nearcore) (*)
│   │   ├── runtime-params-estimator v0.0.0 (/Users/mhornicky/nearcore/runtime/runtime-params-estimator)
│   │   └── rusqlite v0.27.0
│   │       └── estimator-warehouse v0.0.0 (/Users/mhornicky/nearcore/runtime/runtime-params-estimator/estimator-warehouse)
│   ├── num-bigint v0.3.3 (*)
│   └── num-rational v0.3.2 (*)
├── num-rational v0.3.2 (*)
├── num-traits v0.2.15
│   ├── chrono v0.4.19 (*)
│   ├── criterion v0.3.5 (*)
│   ├── node-runtime v0.0.0 (/Users/mhornicky/nearcore/runtime/runtime) (*)
│   ├── num-bigint v0.3.3 (*)
│   ├── num-integer v0.1.45 (*)
│   ├── num-rational v0.3.2 (*)
│   ├── ordered-float v1.1.1
│   │   └── thrift v0.15.0
│   │       └── opentelemetry-jaeger v0.16.0
│   │           └── near-o11y v0.0.0 (/Users/mhornicky/nearcore/core/o11y) (*)
│   ├── plotters v0.3.1
│   │   └── criterion v0.3.5 (*)
│   └── runtime-params-estimator v0.0.0 (/Users/mhornicky/nearcore/runtime/runtime-params-estimator)
├── openssl-sys v0.9.73
│   ├── openssl v0.10.40
│   │   ├── actix-tls v3.0.3 (*)
│   │   ├── near-telemetry v0.0.0 (/Users/mhornicky/nearcore/chain/telemetry) (*)
│   │   └── tokio-openssl v0.6.3 (*)
│   └── tokio-openssl v0.6.3 (*)
└── rayon v1.5.2 (*)

base64 v0.11.0
├── integration-tests v0.0.0 (/Users/mhornicky/nearcore/integration-tests) (*)
└── near-primitives-core v0.0.0 (/Users/mhornicky/nearcore/core/primitives-core) (*)
[dev-dependencies]
└── node-runtime v0.0.0 (/Users/mhornicky/nearcore/runtime/runtime) (*)

base64 v0.13.0
├── actix-http v3.0.0-beta.6 (*)
├── awc v3.0.0-beta.5 (*)
├── near-jsonrpc-fuzz v0.0.0 (/Users/mhornicky/nearcore/chain/jsonrpc/fuzz)
├── near-vm-logic v0.0.0 (/Users/mhornicky/nearcore/runtime/near-vm-logic) (*)
├── near-vm-runner-standalone v0.0.0 (/Users/mhornicky/nearcore/runtime/near-vm-runner-standalone)
└── reqwest v0.11.10 (*)
[dev-dependencies]
└── near-vm-runner v0.0.0 (/Users/mhornicky/nearcore/runtime/near-vm-runner) (*)

cfg-if v0.1.10
├── nix v0.15.0
│   └── estimator-warehouse v0.0.0 (/Users/mhornicky/nearcore/runtime/runtime-params-estimator/estimator-warehouse)
└── sysinfo v0.14.3 (https://github.com/near/sysinfo?rev=3cb97ee79a02754407d2f0f63628f247d7c65e7b#3cb97ee7) (*)
[build-dependencies]
└── parity-secp256k1 v0.7.0 (*)

cfg-if v1.0.0
├── backtrace v0.3.65 (*)
├── cpp_demangle v0.3.5
│   └── wasmtime v0.33.1 (*)
├── crc32fast v1.3.2
│   ├── flate2 v1.0.23
│   │   ├── actix-http v3.0.0-beta.6 (*)
│   │   └── mock_node v0.0.0 (/Users/mhornicky/nearcore/tools/mock_node)
│   └── object v0.27.1 (*)
├── crossbeam-channel v0.5.4
│   ├── actix v0.13.0 (*)
│   ├── near-network v0.0.0 (/Users/mhornicky/nearcore/chain/network) (*)
│   ├── opentelemetry v0.17.0
│   │   ├── near-o11y v0.0.0 (/Users/mhornicky/nearcore/core/o11y) (*)
│   │   ├── opentelemetry-jaeger v0.16.0 (*)
│   │   ├── opentelemetry-semantic-conventions v0.9.0
│   │   │   └── opentelemetry-jaeger v0.16.0 (*)
│   │   └── tracing-opentelemetry v0.17.2
│   │       └── near-o11y v0.0.0 (/Users/mhornicky/nearcore/core/o11y) (*)
│   ├── rayon-core v1.9.2 (*)
│   └── tracing-appender v0.2.2
│       └── near-o11y v0.0.0 (/Users/mhornicky/nearcore/core/o11y) (*)
├── crossbeam-deque v0.8.1 (*)
├── crossbeam-epoch v0.9.8 (*)
├── crossbeam-utils v0.8.8
│   ├── crossbeam-channel v0.5.4 (*)
│   ├── crossbeam-deque v0.8.1 (*)
│   ├── crossbeam-epoch v0.9.8 (*)
│   └── rayon-core v1.9.2 (*)
├── encoding_rs v0.8.31
│   ├── actix-http v3.0.0-beta.6 (*)
│   ├── actix-web v4.0.0-beta.6 (*)
│   └── reqwest v0.11.10 (*)
├── filetime v0.2.16
│   └── tar v0.4.38
│       └── mock_node v0.0.0 (/Users/mhornicky/nearcore/tools/mock_node)
├── flate2 v1.0.23 (*)
├── getrandom v0.1.16
│   ├── rand v0.7.3
│   │   ├── ed25519-dalek v1.0.1
│   │   │   └── near-crypto v0.0.0 (/Users/mhornicky/nearcore/core/crypto) (*)
│   │   ├── integration-tests v0.0.0 (/Users/mhornicky/nearcore/integration-tests) (*)
│   │   ├── mock_node v0.0.0 (/Users/mhornicky/nearcore/tools/mock_node)
│   │   ├── near-chain v0.0.0 (/Users/mhornicky/nearcore/chain/chain) (*)
│   │   ├── near-chunks v0.0.0 (/Users/mhornicky/nearcore/chain/chunks) (*)
│   │   ├── near-client v0.0.0 (/Users/mhornicky/nearcore/chain/client) (*)
│   │   ├── near-crypto v0.0.0 (/Users/mhornicky/nearcore/core/crypto) (*)
│   │   ├── near-epoch-manager v0.0.0 (/Users/mhornicky/nearcore/chain/epoch_manager) (*)
│   │   ├── near-pool v0.0.0 (/Users/mhornicky/nearcore/chain/pool) (*)
│   │   ├── near-primitives v0.0.0 (/Users/mhornicky/nearcore/core/primitives) (*)
│   │   ├── near-store v0.0.0 (/Users/mhornicky/nearcore/core/store) (*)
│   │   ├── nearcore v0.0.0 (/Users/mhornicky/nearcore/nearcore) (*)
│   │   ├── node-runtime v0.0.0 (/Users/mhornicky/nearcore/runtime/runtime) (*)
│   │   ├── parity-secp256k1 v0.7.0 (*)
│   │   ├── runtime-params-estimator v0.0.0 (/Users/mhornicky/nearcore/runtime/runtime-params-estimator)
│   │   └── state-viewer v0.0.0 (/Users/mhornicky/nearcore/tools/state-viewer) (*)
│   │   [dev-dependencies]
│   │   ├── near-cache v0.0.0 (/Users/mhornicky/nearcore/utils/near-cache)
│   │   │   ├── near-epoch-manager v0.0.0 (/Users/mhornicky/nearcore/chain/epoch_manager) (*)
│   │   │   └── near-vm-runner v0.0.0 (/Users/mhornicky/nearcore/runtime/near-vm-runner) (*)
│   │   └── near-store v0.0.0 (/Users/mhornicky/nearcore/core/store) (*)
│   └── rand_core v0.5.1
│       ├── curve25519-dalek v3.2.1
│       │   ├── ed25519-dalek v1.0.1 (*)
│       │   └── near-crypto v0.0.0 (/Users/mhornicky/nearcore/core/crypto) (*)
│       ├── near-crypto v0.0.0 (/Users/mhornicky/nearcore/core/crypto) (*)
│       ├── rand v0.7.3 (*)
│       ├── rand_chacha v0.2.2
│       │   └── rand v0.7.3 (*)
│       └── rand_xorshift v0.2.0
│           └── runtime-params-estimator v0.0.0 (/Users/mhornicky/nearcore/runtime/runtime-params-estimator)
├── getrandom v0.2.6
│   ├── ahash v0.7.6
│   │   ├── actix-http v3.0.0-beta.6 (*)
│   │   ├── actix-web v4.0.0-beta.6 (*)
│   │   └── hashbrown v0.11.2
│   │       ├── borsh v0.9.3
│   │       │   ├── genesis-populate v0.0.0 (/Users/mhornicky/nearcore/genesis-tools/genesis-populate) (*)
│   │       │   ├── integration-tests v0.0.0 (/Users/mhornicky/nearcore/integration-tests) (*)
│   │       │   ├── near-account-id v0.0.0 (/Users/mhornicky/nearcore/core/account-id) (*)
│   │       │   ├── near-account-id-fuzz v0.0.0 (/Users/mhornicky/nearcore/core/account-id/fuzz)
│   │       │   ├── near-chain v0.0.0 (/Users/mhornicky/nearcore/chain/chain) (*)
│   │       │   ├── near-chunks v0.0.0 (/Users/mhornicky/nearcore/chain/chunks) (*)
│   │       │   ├── near-client v0.0.0 (/Users/mhornicky/nearcore/chain/client) (*)
│   │       │   ├── near-crypto v0.0.0 (/Users/mhornicky/nearcore/core/crypto) (*)
│   │       │   ├── near-epoch-manager v0.0.0 (/Users/mhornicky/nearcore/chain/epoch_manager) (*)
│   │       │   ├── near-jsonrpc-tests v0.0.0 (/Users/mhornicky/nearcore/chain/jsonrpc/jsonrpc-tests) (*)
│   │       │   ├── near-network v0.0.0 (/Users/mhornicky/nearcore/chain/network) (*)
│   │       │   ├── near-network-primitives v0.0.0 (/Users/mhornicky/nearcore/chain/network-primitives) (*)
│   │       │   ├── near-pool v0.0.0 (/Users/mhornicky/nearcore/chain/pool) (*)
│   │       │   ├── near-primitives v0.0.0 (/Users/mhornicky/nearcore/core/primitives) (*)
│   │       │   ├── near-primitives-core v0.0.0 (/Users/mhornicky/nearcore/core/primitives-core) (*)
│   │       │   ├── near-store v0.0.0 (/Users/mhornicky/nearcore/core/store) (*)
│   │       │   ├── near-vm-errors v0.0.0 (/Users/mhornicky/nearcore/runtime/near-vm-errors) (*)
│   │       │   ├── near-vm-logic v0.0.0 (/Users/mhornicky/nearcore/runtime/near-vm-logic) (*)
│   │       │   ├── near-vm-runner v0.0.0 (/Users/mhornicky/nearcore/runtime/near-vm-runner) (*)
│   │       │   ├── nearcore v0.0.0 (/Users/mhornicky/nearcore/nearcore) (*)
│   │       │   ├── node-runtime v0.0.0 (/Users/mhornicky/nearcore/runtime/runtime) (*)
│   │       │   ├── runtime-params-estimator v0.0.0 (/Users/mhornicky/nearcore/runtime/runtime-params-estimator)
│   │       │   └── state-viewer v0.0.0 (/Users/mhornicky/nearcore/tools/state-viewer) (*)
│   │       ├── hashlink v0.7.0
│   │       │   └── rusqlite v0.27.0 (*)
│   │       ├── indexmap v1.8.1 (*)
│   │       └── lru v0.7.5
│   │           ├── near-cache v0.0.0 (/Users/mhornicky/nearcore/utils/near-cache) (*)
│   │           ├── near-chain v0.0.0 (/Users/mhornicky/nearcore/chain/chain) (*)
│   │           ├── near-chunks v0.0.0 (/Users/mhornicky/nearcore/chain/chunks) (*)
│   │           ├── near-client v0.0.0 (/Users/mhornicky/nearcore/chain/client) (*)
│   │           ├── near-network v0.0.0 (/Users/mhornicky/nearcore/chain/network) (*)
│   │           └── near-store v0.0.0 (/Users/mhornicky/nearcore/core/store) (*)
│   ├── rand_core v0.6.3
│   │   ├── rand v0.8.5
│   │   │   ├── actix-http v3.0.0-beta.6 (*)
│   │   │   ├── awc v3.0.0-beta.5 (*)
│   │   │   ├── chainsync-loadtest v0.0.0 (/Users/mhornicky/nearcore/tools/chainsync-loadtest)
│   │   │   ├── fixed-hash v0.7.0
│   │   │   │   └── primitive-types v0.10.1 (*)
│   │   │   ├── near-test-contracts v0.0.0 (/Users/mhornicky/nearcore/runtime/near-test-contracts) (*)
│   │   │   ├── opentelemetry v0.17.0 (*)
│   │   │   └── wasmtime-runtime v0.33.1 (*)
│   │   │   [dev-dependencies]
│   │   │   └── near-vm-runner v0.0.0 (/Users/mhornicky/nearcore/runtime/near-vm-runner) (*)
│   │   └── rand_chacha v0.3.1
│   │       └── rand v0.8.5 (*)
│   └── uuid v0.8.2
│       ├── near-jsonrpc-client v0.0.0 (/Users/mhornicky/nearcore/chain/jsonrpc/client) (*)
│       └── near-jsonrpc-primitives v0.0.0 (/Users/mhornicky/nearcore/chain/jsonrpc-primitives) (*)
├── instant v0.1.12
│   ├── parking_lot v0.11.2 (*)
│   └── parking_lot_core v0.8.5
│       └── parking_lot v0.11.2 (*)
├── libloading v0.7.3
│   └── clang-sys v1.3.1
│       └── bindgen v0.59.2
│           [build-dependencies]
│           └── librocksdb-sys v0.6.1+6.28.2
│               └── rocksdb v0.18.0
│                   ├── near-indexer v0.0.0 (/Users/mhornicky/nearcore/chain/indexer) (*)
│                   ├── near-store v0.0.0 (/Users/mhornicky/nearcore/core/store) (*)
│                   └── runtime-params-estimator v0.0.0 (/Users/mhornicky/nearcore/runtime/runtime-params-estimator)
├── log v0.4.17
│   ├── actix v0.13.0 (*)
│   ├── actix-codec v0.4.2 (*)
│   ├── actix-codec v0.5.0 (*)
│   ├── actix-cors v0.6.0-beta.2 (https://github.com/near/actix-extras.git?branch=actix-web-4-beta.6#eb38fbcc) (*)
│   ├── actix-http v3.0.0-beta.6 (*)
│   ├── actix-router v0.2.7 (*)
│   ├── actix-router v0.5.0 (*)
│   ├── actix-tls v3.0.3 (*)
│   ├── actix-web v4.0.0-beta.6 (*)
│   ├── awc v3.0.0-beta.5 (*)
│   ├── chainsync-loadtest v0.0.0 (/Users/mhornicky/nearcore/tools/chainsync-loadtest)
│   ├── cranelift-codegen v0.80.1 (*)
│   ├── cranelift-frontend v0.80.1 (*)
│   ├── cranelift-wasm v0.80.1 (*)
│   ├── mio v0.8.3
│   │   ├── actix-server v2.1.1 (*)
│   │   └── tokio v1.18.2 (*)
│   ├── protobuf-parse v3.0.2 (*)
│   ├── pwasm-utils v0.12.0
│   │   └── near-vm-runner v0.0.0 (/Users/mhornicky/nearcore/runtime/near-vm-runner) (*)
│   ├── regalloc v0.0.33
│   │   └── cranelift-codegen v0.80.1 (*)
│   ├── reqwest v0.11.10 (*)
│   ├── thrift v0.15.0 (*)
│   ├── tokio-util v0.6.9 (*)
│   ├── tracing v0.1.34
│   │   ├── actix-server v2.1.1 (*)
│   │   ├── delay-detector v0.0.0 (/Users/mhornicky/nearcore/tools/delay_detector)
│   │   │   ├── near-chain v0.0.0 (/Users/mhornicky/nearcore/chain/chain) (*)
│   │   │   ├── near-client v0.0.0 (/Users/mhornicky/nearcore/chain/client) (*)
│   │   │   ├── near-network v0.0.0 (/Users/mhornicky/nearcore/chain/network) (*)
│   │   │   └── nearcore v0.0.0 (/Users/mhornicky/nearcore/nearcore) (*)
│   │   ├── h2 v0.3.13 (*)
│   │   ├── hyper v0.14.18 (*)
│   │   ├── indexer-example v0.0.0 (/Users/mhornicky/nearcore/tools/indexer/example)
│   │   ├── integration-tests v0.0.0 (/Users/mhornicky/nearcore/integration-tests) (*)
│   │   ├── mock_node v0.0.0 (/Users/mhornicky/nearcore/tools/mock_node)
│   │   ├── near-chain v0.0.0 (/Users/mhornicky/nearcore/chain/chain) (*)
│   │   ├── near-chain-configs v0.0.0 (/Users/mhornicky/nearcore/core/chain-configs) (*)
│   │   ├── near-chain-primitives v0.0.0 (/Users/mhornicky/nearcore/chain/chain-primitives) (*)
│   │   ├── near-chunks v0.0.0 (/Users/mhornicky/nearcore/chain/chunks) (*)
│   │   ├── near-client v0.0.0 (/Users/mhornicky/nearcore/chain/client) (*)
│   │   ├── near-epoch-manager v0.0.0 (/Users/mhornicky/nearcore/chain/epoch_manager) (*)
│   │   ├── near-indexer v0.0.0 (/Users/mhornicky/nearcore/chain/indexer) (*)
│   │   ├── near-jsonrpc v0.0.0 (/Users/mhornicky/nearcore/chain/jsonrpc) (*)
│   │   ├── near-jsonrpc-primitives v0.0.0 (/Users/mhornicky/nearcore/chain/jsonrpc-primitives) (*)
│   │   ├── near-logger-utils v0.0.0 (/Users/mhornicky/nearcore/test-utils/logger) (*)
│   │   ├── near-metrics v0.0.0 (/Users/mhornicky/nearcore/core/metrics) (*)
│   │   ├── near-network v0.0.0 (/Users/mhornicky/nearcore/chain/network) (*)
│   │   ├── near-network-primitives v0.0.0 (/Users/mhornicky/nearcore/chain/network-primitives) (*)
│   │   ├── near-o11y v0.0.0 (/Users/mhornicky/nearcore/core/o11y) (*)
│   │   ├── near-performance-metrics v0.0.0 (/Users/mhornicky/nearcore/utils/near-performance-metrics) (*)
│   │   ├── near-rate-limiter v0.0.0 (/Users/mhornicky/nearcore/utils/near-rate-limiter) (*)
│   │   ├── near-store v0.0.0 (/Users/mhornicky/nearcore/core/store) (*)
│   │   ├── near-telemetry v0.0.0 (/Users/mhornicky/nearcore/chain/telemetry) (*)
│   │   ├── near-vm-runner v0.0.0 (/Users/mhornicky/nearcore/runtime/near-vm-runner) (*)
│   │   ├── nearcore v0.0.0 (/Users/mhornicky/nearcore/nearcore) (*)
│   │   ├── neard v0.0.0 (/Users/mhornicky/nearcore/neard)
│   │   ├── node-runtime v0.0.0 (/Users/mhornicky/nearcore/runtime/runtime) (*)
│   │   ├── runtime-tester v0.0.0 (/Users/mhornicky/nearcore/test-utils/runtime-tester) (*)
│   │   ├── state-viewer v0.0.0 (/Users/mhornicky/nearcore/tools/state-viewer) (*)
│   │   ├── storage-usage-delta-calculator v0.0.0 (/Users/mhornicky/nearcore/tools/storage-usage-delta-calculator)
│   │   ├── tokio-util v0.7.1 (*)
│   │   ├── tracing-opentelemetry v0.17.2 (*)
│   │   ├── tracing-span-tree v0.1.1
│   │   │   ├── near-vm-runner-standalone v0.0.0 (/Users/mhornicky/nearcore/runtime/near-vm-runner-standalone)
│   │   │   └── runtime-params-estimator v0.0.0 (/Users/mhornicky/nearcore/runtime/runtime-params-estimator)
│   │   └── tracing-subscriber v0.3.11
│   │       ├── near-jsonrpc v0.0.0 (/Users/mhornicky/nearcore/chain/jsonrpc) (*)
│   │       ├── near-o11y v0.0.0 (/Users/mhornicky/nearcore/core/o11y) (*)
│   │       ├── tracing-appender v0.2.2 (*)
│   │       ├── tracing-opentelemetry v0.17.2 (*)
│   │       └── tracing-span-tree v0.1.1 (*)
│   ├── tracing-log v0.1.3
│   │   ├── tracing-opentelemetry v0.17.2 (*)
│   │   └── tracing-subscriber v0.3.11 (*)
│   ├── walrus v0.18.0 (*)
│   ├── want v0.3.0
│   │   └── hyper v0.14.18 (*)
│   ├── wasmtime v0.33.1 (*)
│   ├── wasmtime-cranelift v0.33.1 (*)
│   ├── wasmtime-environ v0.33.1 (*)
│   └── wasmtime-runtime v0.33.1 (*)
├── openssl v0.10.40 (*)
├── parking_lot_core v0.8.5 (*)
├── parking_lot_core v0.9.3
│   └── parking_lot v0.12.0 (*)
├── prometheus v0.11.0 (*)
├── runtime-params-estimator v0.0.0 (/Users/mhornicky/nearcore/runtime/runtime-params-estimator)
├── sha-1 v0.9.8
│   └── actix-http v3.0.0-beta.6 (*)
├── sha2 v0.9.9
│   ├── ed25519-dalek v1.0.1 (*)
│   ├── near-chain-configs v0.0.0 (/Users/mhornicky/nearcore/core/chain-configs) (*)
│   ├── near-primitives-core v0.0.0 (/Users/mhornicky/nearcore/core/primitives-core) (*)
│   ├── near-vm-logic v0.0.0 (/Users/mhornicky/nearcore/runtime/near-vm-logic) (*)
│   └── sha256 v1.0.3
│       └── runtime-params-estimator v0.0.0 (/Users/mhornicky/nearcore/runtime/runtime-params-estimator)
│   [dev-dependencies]
│   └── near-crypto v0.0.0 (/Users/mhornicky/nearcore/core/crypto) (*)
├── tempfile v3.3.0
│   ├── estimator-warehouse v0.0.0 (/Users/mhornicky/nearcore/runtime/runtime-params-estimator/estimator-warehouse)
│   ├── genesis-populate v0.0.0 (/Users/mhornicky/nearcore/genesis-tools/genesis-populate) (*)
│   ├── integration-tests v0.0.0 (/Users/mhornicky/nearcore/integration-tests) (*)
│   ├── mock_node v0.0.0 (/Users/mhornicky/nearcore/tools/mock_node)
│   ├── native-tls v0.2.10
│   │   ├── hyper-tls v0.5.0 (*)
│   │   ├── reqwest v0.11.10 (*)
│   │   └── tokio-native-tls v0.3.0 (*)
│   ├── nearcore v0.0.0 (/Users/mhornicky/nearcore/nearcore) (*)
│   ├── protobuf-codegen v3.0.2 (*)
│   ├── protobuf-parse v3.0.2 (*)
│   ├── runtime-params-estimator v0.0.0 (/Users/mhornicky/nearcore/runtime/runtime-params-estimator)
│   ├── runtime-tester v0.0.0 (/Users/mhornicky/nearcore/test-utils/runtime-tester) (*)
│   └── state-viewer v0.0.0 (/Users/mhornicky/nearcore/tools/state-viewer) (*)
│   [dev-dependencies]
│   ├── genesis-csv-to-json v0.0.0 (/Users/mhornicky/nearcore/genesis-tools/genesis-csv-to-json)
│   ├── near-network v0.0.0 (/Users/mhornicky/nearcore/chain/network) (*)
│   ├── near-store v0.0.0 (/Users/mhornicky/nearcore/core/store) (*)
│   └── node-runtime v0.0.0 (/Users/mhornicky/nearcore/runtime/runtime) (*)
├── tracing v0.1.34 (*)
├── wasmtime v0.33.1 (*)
├── wasmtime-jit v0.33.1 (*)
└── wasmtime-runtime v0.33.1 (*)

clap v2.34.0
└── criterion v0.3.5 (*)

clap v3.1.18 (*)

getrandom v0.1.16 (*)

getrandom v0.2.6 (*)

heck v0.3.3
├── paperclip-macros v0.4.0 (proc-macro) (https://github.com/near/paperclip?branch=actix-web-4-beta.6#b9589c6e)
│   ├── paperclip v0.5.0 (https://github.com/near/paperclip?branch=actix-web-4-beta.6#b9589c6e) (*)
│   ├── paperclip-actix v0.3.0 (https://github.com/near/paperclip?branch=actix-web-4-beta.6#b9589c6e) (*)
│   └── paperclip-core v0.3.0 (https://github.com/near/paperclip?branch=actix-web-4-beta.6#b9589c6e) (*)
├── strum_macros v0.20.1 (proc-macro)
│   ├── paperclip-macros v0.4.0 (proc-macro) (https://github.com/near/paperclip?branch=actix-web-4-beta.6#b9589c6e) (*)
│   └── strum v0.20.0
│       ├── near-chain v0.0.0 (/Users/mhornicky/nearcore/chain/chain) (*)
│       ├── near-client v0.0.0 (/Users/mhornicky/nearcore/chain/client) (*)
│       ├── near-client-primitives v0.0.0 (/Users/mhornicky/nearcore/chain/client-primitives) (*)
│       ├── near-network v0.0.0 (/Users/mhornicky/nearcore/chain/network) (*)
│       ├── near-network-primitives v0.0.0 (/Users/mhornicky/nearcore/chain/network-primitives) (*)
│       ├── near-performance-metrics v0.0.0 (/Users/mhornicky/nearcore/utils/near-performance-metrics) (*)
│       ├── near-primitives v0.0.0 (/Users/mhornicky/nearcore/core/primitives) (*)
│       ├── near-primitives-core v0.0.0 (/Users/mhornicky/nearcore/core/primitives-core) (*)
│       ├── near-rosetta-rpc v0.0.0 (/Users/mhornicky/nearcore/chain/rosetta-rpc) (*)
│       ├── near-store v0.0.0 (/Users/mhornicky/nearcore/core/store) (*)
│       ├── nearcore v0.0.0 (/Users/mhornicky/nearcore/nearcore) (*)
│       └── paperclip-macros v0.4.0 (proc-macro) (https://github.com/near/paperclip?branch=actix-web-4-beta.6#b9589c6e) (*)
└── walrus-macro v0.18.0 (proc-macro)
    └── walrus v0.18.0 (*)

heck v0.4.0
└── clap_derive v3.1.18 (proc-macro)
    └── clap v3.1.18 (*)

itoa v0.4.8
├── actix-http v3.0.0-beta.6 (*)
├── actix-web v4.0.0-beta.6 (*)
├── awc v3.0.0-beta.5 (*)
├── csv v1.1.6
│   ├── criterion v0.3.5 (*)
│   └── genesis-csv-to-json v0.0.0 (/Users/mhornicky/nearcore/genesis-tools/genesis-csv-to-json)
└── redis v0.21.5
    └── state-viewer v0.0.0 (/Users/mhornicky/nearcore/tools/state-viewer) (*)

itoa v1.0.1
├── http v0.2.7
│   ├── actix-http v3.0.0-beta.6 (*)
│   ├── actix-router v0.2.7 (*)
│   ├── actix-router v0.5.0 (*)
│   ├── h2 v0.3.13 (*)
│   ├── http-body v0.4.4
│   │   ├── hyper v0.14.18 (*)
│   │   └── reqwest v0.11.10 (*)
│   ├── hyper v0.14.18 (*)
│   ├── paperclip-macros v0.4.0 (proc-macro) (https://github.com/near/paperclip?branch=actix-web-4-beta.6#b9589c6e) (*)
│   └── reqwest v0.11.10 (*)
├── hyper v0.14.18 (*)
├── serde_json v1.0.81 (*)
├── serde_urlencoded v0.7.1
│   ├── actix-web v4.0.0-beta.6 (*)
│   ├── awc v3.0.0-beta.5 (*)
│   └── reqwest v0.11.10 (*)
└── time v0.3.9
    └── tracing-appender v0.2.2 (*)

object v0.27.1 (*)

object v0.28.4
└── backtrace v0.3.65 (*)

parity-wasm v0.41.0
├── near-vm-runner v0.0.0 (/Users/mhornicky/nearcore/runtime/near-vm-runner) (*)
└── pwasm-utils v0.12.0 (*)

parity-wasm v0.42.2
└── near-vm-runner v0.0.0 (/Users/mhornicky/nearcore/runtime/near-vm-runner) (*)

parking_lot v0.11.2 (*)

parking_lot v0.12.0 (*)

parking_lot_core v0.8.5 (*)

parking_lot_core v0.9.3 (*)

proc-macro-crate v0.1.5
└── borsh-derive v0.9.3 (proc-macro)
    └── borsh v0.9.3 (*)

proc-macro-crate v1.1.3
└── parity-scale-codec-derive v2.3.1 (proc-macro)
    └── parity-scale-codec v2.3.1 (*)

protobuf v2.27.1
└── prometheus v0.11.0 (*)

protobuf v3.0.2
├── near-network v0.0.0 (/Users/mhornicky/nearcore/chain/network) (*)
├── protobuf-codegen v3.0.2 (*)
└── protobuf-parse v3.0.2 (*)

rand v0.6.5 (*)

rand v0.7.3 (*)

rand v0.8.5 (*)

rand_chacha v0.1.1 (*)

rand_chacha v0.2.2 (*)

rand_chacha v0.3.1 (*)

rand_core v0.3.1
├── rand_chacha v0.1.1 (*)
├── rand_hc v0.1.0
│   └── rand v0.6.5 (*)
├── rand_isaac v0.1.1
│   └── rand v0.6.5 (*)
└── rand_xorshift v0.1.1
    └── rand v0.6.5 (*)

rand_core v0.4.2
├── rand v0.6.5 (*)
├── rand_core v0.3.1 (*)
├── rand_jitter v0.1.4
│   └── rand v0.6.5 (*)
├── rand_os v0.1.3
│   └── rand v0.6.5 (*)
└── rand_pcg v0.1.2 (*)

rand_core v0.5.1 (*)

rand_core v0.6.3 (*)

rand_xorshift v0.1.1 (*)

rand_xorshift v0.2.0 (*)

semver v0.11.0
└── paperclip v0.5.0 (https://github.com/near/paperclip?branch=actix-web-4-beta.6#b9589c6e) (*)

semver v1.0.9
├── cargo_metadata v0.14.2 (*)
├── rustc_version v0.4.0
│   [build-dependencies]
│   ├── cast v0.2.7
│   │   ├── criterion v0.3.5 (*)
│   │   └── criterion-plot v0.4.4
│   │       └── criterion v0.3.5 (*)
│   ├── derive_more v0.99.17 (proc-macro)
│   │   ├── actix-cors v0.6.0-beta.2 (https://github.com/near/actix-extras.git?branch=actix-web-4-beta.6#eb38fbcc) (*)
│   │   ├── actix-http v3.0.0-beta.6 (*)
│   │   ├── actix-web v4.0.0-beta.6 (*)
│   │   ├── awc v3.0.0-beta.5 (*)
│   │   ├── near-chain-configs v0.0.0 (/Users/mhornicky/nearcore/core/chain-configs) (*)
│   │   ├── near-crypto v0.0.0 (/Users/mhornicky/nearcore/core/crypto) (*)
│   │   ├── near-primitives v0.0.0 (/Users/mhornicky/nearcore/core/primitives) (*)
│   │   ├── near-primitives-core v0.0.0 (/Users/mhornicky/nearcore/core/primitives-core) (*)
│   │   ├── near-rosetta-rpc v0.0.0 (/Users/mhornicky/nearcore/chain/rosetta-rpc) (*)
│   │   └── near-store v0.0.0 (/Users/mhornicky/nearcore/core/store) (*)
│   └── neard v0.0.0 (/Users/mhornicky/nearcore/neard)
└── themis v0.0.0 (/Users/mhornicky/nearcore/tools/themis)

textwrap v0.11.0
└── clap v2.34.0 (*)

textwrap v0.15.0
└── clap v3.1.18 (*)

time v0.1.44
└── chrono v0.4.19 (*)

time v0.2.27
├── actix-http v3.0.0-beta.6 (*)
├── actix-web v4.0.0-beta.6 (*)
└── cookie v0.15.1
    ├── actix-web v4.0.0-beta.6 (*)
    └── awc v3.0.0-beta.5 (*)

time v0.3.9 (*)

tokio-util v0.6.9 (*)

tokio-util v0.7.1 (*)

wasmparser v0.59.0
└── walrus v0.18.0 (*)

wasmparser v0.78.2
└── near-vm-runner v0.0.0 (/Users/mhornicky/nearcore/runtime/near-vm-runner) (*)

wasmparser v0.81.0
├── cranelift-wasm v0.80.1 (*)
├── wasmtime v0.33.1 (*)
├── wasmtime-cranelift v0.33.1 (*)
├── wasmtime-environ v0.33.1 (*)
└── wasmtime-types v0.33.1
    ├── cranelift-wasm v0.80.1 (*)
    └── wasmtime-environ v0.33.1 (*)

wasmparser v0.84.0 (*)
mina86 commented 2 years ago

and generaly duplicaiton of different versions of dependencies.

Yes, we are aware of those.