hiero-ledger / tsc

This repo serves to provide a structure for activity, discussions and decisions of the Hiero Technical Steering Committee (TSC)
https://hiero.org
Apache License 2.0
1 stars 1 forks source link

Transfer of hedera-sdk-rust #10

Open hendrikebbers opened 1 month ago

hendrikebbers commented 1 month ago

Transfer of https://github.com/hashgraph/hedera-sdk-rust to Hiero

hendrikebbers commented 1 month ago

Unidentified accounts with 1+ commit without DCO signing:

    author name                                author email commiter name            commiter email
Aaron Necoechea 72991418+a-necoec1@users.noreply.github.com        GitHub        noreply@github.com
         PRei-A                   patrick.audije1@gmail.com        PRei-A patrick.audije1@gmail.com
            Rei   102768123+PRei-A@users.noreply.github.com        GitHub        noreply@github.com
SimiHunjan commented 1 month ago

Internal:

author name                                author email commiter name            commiter email
  Ricky Saechao   76449893+RickyLB@users.noreply.github.com        GitHub        noreply@github.com
      iamjpotts  8704475+iamjpotts@users.noreply.github.com        GitHub        noreply@github.com
      iamjpotts  8704475+iamjpotts@users.noreply.github.com        GitHub        noreply@github.com
  Ricky Saechao   76449893+RickyLB@users.noreply.github.com        GitHub        noreply@github.com
      iamjpotts  8704475+iamjpotts@users.noreply.github.com        GitHub        noreply@github.com
  Ricky Saechao   76449893+RickyLB@users.noreply.github.com        GitHub        noreply@github.com
  Ricky Saechao   76449893+RickyLB@users.noreply.github.com        GitHub        noreply@github.com
     Dan Alvizu                            alvizu@gmail.com        GitHub        noreply@github.com
SimiHunjan commented 1 month ago

Other:

Rei   102768123+PRei-A@users.noreply.github.com        GitHub        noreply@github.com
PRei-A                   patrick.audije1@gmail.com        PRei-A patrick.audije1@gmail.com
Aaron Necoechea 72991418+a-necoec1@users.noreply.github.com        GitHub        noreply@github.com
hendrikebbers commented 3 weeks ago

Result of cargo tree:

hedera v0.29.0 (/Users/hendrikebbers/git/hedera-sdk-rust)
├── aes v0.8.4
│   ├── cfg-if v1.0.0
│   ├── cipher v0.4.4
│   │   ├── crypto-common v0.1.6
│   │   │   ├── generic-array v0.14.7
│   │   │   │   ├── typenum v1.17.0
│   │   │   │   └── zeroize v1.8.1
│   │   │   │   [build-dependencies]
│   │   │   │   └── version_check v0.9.5
│   │   │   └── typenum v1.17.0
│   │   └── inout v0.1.3
│   │       ├── block-padding v0.3.3
│   │       │   └── generic-array v0.14.7 (*)
│   │       └── generic-array v0.14.7 (*)
│   └── cpufeatures v0.2.12
│       └── libc v0.2.155
├── arc-swap v1.7.1
├── async-stream v0.3.5
│   ├── async-stream-impl v0.3.5 (proc-macro)
│   │   ├── proc-macro2 v1.0.86
│   │   │   └── unicode-ident v1.0.12
│   │   ├── quote v1.0.36
│   │   │   └── proc-macro2 v1.0.86 (*)
│   │   └── syn v2.0.72
│   │       ├── proc-macro2 v1.0.86 (*)
│   │       ├── quote v1.0.36 (*)
│   │       └── unicode-ident v1.0.12
│   ├── futures-core v0.3.30
│   └── pin-project-lite v0.2.14
├── backoff v0.4.0
│   ├── getrandom v0.2.15
│   │   ├── cfg-if v1.0.0
│   │   └── libc v0.2.155
│   ├── instant v0.1.13
│   │   └── cfg-if v1.0.0
│   └── rand v0.8.5
│       ├── libc v0.2.155
│       ├── rand_chacha v0.3.1
│       │   ├── ppv-lite86 v0.2.20
│       │   │   └── zerocopy v0.7.35
│       │   │       ├── byteorder v1.5.0
│       │   │       └── zerocopy-derive v0.7.35 (proc-macro)
│       │   │           ├── proc-macro2 v1.0.86 (*)
│       │   │           ├── quote v1.0.36 (*)
│       │   │           └── syn v2.0.72 (*)
│       │   └── rand_core v0.6.4
│       │       └── getrandom v0.2.15 (*)
│       └── rand_core v0.6.4 (*)
├── bytes v1.7.1
├── cbc v0.1.2
│   └── cipher v0.4.4 (*)
├── ed25519-dalek v2.1.1
│   ├── curve25519-dalek v4.1.3
│   │   ├── cfg-if v1.0.0
│   │   ├── digest v0.10.7
│   │   │   ├── block-buffer v0.10.4
│   │   │   │   └── generic-array v0.14.7 (*)
│   │   │   ├── const-oid v0.9.6
│   │   │   ├── crypto-common v0.1.6 (*)
│   │   │   └── subtle v2.6.1
│   │   ├── subtle v2.6.1
│   │   └── zeroize v1.8.1
│   │   [build-dependencies]
│   │   └── rustc_version v0.4.0
│   │       └── semver v1.0.23
│   ├── ed25519 v2.2.3
│   │   └── signature v2.2.0
│   │       ├── digest v0.10.7 (*)
│   │       └── rand_core v0.6.4 (*)
│   ├── rand_core v0.6.4 (*)
│   ├── sha2 v0.10.8
│   │   ├── cfg-if v1.0.0
│   │   ├── cpufeatures v0.2.12 (*)
│   │   └── digest v0.10.7 (*)
│   ├── subtle v2.6.1
│   └── zeroize v1.8.1
├── fraction v0.15.3
│   └── num v0.4.3
│       ├── num-complex v0.4.6
│       │   └── num-traits v0.2.19
│       │       [build-dependencies]
│       │       └── autocfg v1.3.0
│       ├── num-integer v0.1.46
│       │   └── num-traits v0.2.19 (*)
│       ├── num-iter v0.1.45
│       │   ├── num-integer v0.1.46 (*)
│       │   └── num-traits v0.2.19 (*)
│       │   [build-dependencies]
│       │   └── autocfg v1.3.0
│       ├── num-rational v0.4.2
│       │   ├── num-integer v0.1.46 (*)
│       │   └── num-traits v0.2.19 (*)
│       └── num-traits v0.2.19 (*)
├── futures-core v0.3.30
├── futures-util v0.3.30
│   ├── futures-core v0.3.30
│   ├── futures-task v0.3.30
│   ├── pin-project-lite v0.2.14
│   └── pin-utils v0.1.0
├── h2 v0.3.26
│   ├── bytes v1.7.1
│   ├── fnv v1.0.7
│   ├── futures-core v0.3.30
│   ├── futures-sink v0.3.30
│   ├── futures-util v0.3.30 (*)
│   ├── http v0.2.12
│   │   ├── bytes v1.7.1
│   │   ├── fnv v1.0.7
│   │   └── itoa v1.0.11
│   ├── indexmap v2.3.0
│   │   ├── equivalent v1.0.1
│   │   └── hashbrown v0.14.5
│   ├── slab v0.4.9
│   │   [build-dependencies]
│   │   └── autocfg v1.3.0
│   ├── tokio v1.39.2
│   │   ├── bytes v1.7.1
│   │   ├── libc v0.2.155
│   │   ├── mio v1.0.1
│   │   │   └── libc v0.2.155
│   │   ├── parking_lot v0.12.3
│   │   │   ├── lock_api v0.4.12
│   │   │   │   └── scopeguard v1.2.0
│   │   │   │   [build-dependencies]
│   │   │   │   └── autocfg v1.3.0
│   │   │   └── parking_lot_core v0.9.10
│   │   │       ├── cfg-if v1.0.0
│   │   │       ├── libc v0.2.155
│   │   │       └── smallvec v1.13.2
│   │   ├── pin-project-lite v0.2.14
│   │   ├── socket2 v0.5.7
│   │   │   └── libc v0.2.155
│   │   └── tokio-macros v2.4.0 (proc-macro)
│   │       ├── proc-macro2 v1.0.86 (*)
│   │       ├── quote v1.0.36 (*)
│   │       └── syn v2.0.72 (*)
│   ├── tokio-util v0.7.11
│   │   ├── bytes v1.7.1
│   │   ├── futures-core v0.3.30
│   │   ├── futures-sink v0.3.30
│   │   ├── pin-project-lite v0.2.14
│   │   └── tokio v1.39.2 (*)
│   └── tracing v0.1.40
│       ├── pin-project-lite v0.2.14
│       ├── tracing-attributes v0.1.27 (proc-macro)
│       │   ├── proc-macro2 v1.0.86 (*)
│       │   ├── quote v1.0.36 (*)
│       │   └── syn v2.0.72 (*)
│       └── tracing-core v0.1.32
│           └── once_cell v1.19.0
├── h2 v0.4.6
│   ├── atomic-waker v1.1.2
│   ├── bytes v1.7.1
│   ├── fnv v1.0.7
│   ├── futures-core v0.3.30
│   ├── futures-sink v0.3.30
│   ├── http v1.1.0
│   │   ├── bytes v1.7.1
│   │   ├── fnv v1.0.7
│   │   └── itoa v1.0.11
│   ├── indexmap v2.3.0 (*)
│   ├── slab v0.4.9 (*)
│   ├── tokio v1.39.2 (*)
│   ├── tokio-util v0.7.11 (*)
│   └── tracing v0.1.40 (*)
├── hedera-proto v0.14.0 (/Users/hendrikebbers/git/hedera-sdk-rust/protobufs)
│   ├── fraction v0.15.3 (*)
│   ├── prost v0.12.6
│   │   ├── bytes v1.7.1
│   │   └── prost-derive v0.12.6 (proc-macro)
│   │       ├── anyhow v1.0.86
│   │       ├── itertools v0.12.1
│   │       │   └── either v1.13.0
│   │       ├── proc-macro2 v1.0.86 (*)
│   │       ├── quote v1.0.36 (*)
│   │       └── syn v2.0.72 (*)
│   ├── prost-types v0.12.6
│   │   └── prost v0.12.6 (*)
│   ├── time v0.3.36
│   │   ├── deranged v0.3.11
│   │   │   └── powerfmt v0.2.0
│   │   ├── num-conv v0.1.0
│   │   ├── powerfmt v0.2.0
│   │   └── time-core v0.1.2
│   └── tonic v0.11.0
│       ├── async-stream v0.3.5 (*)
│       ├── async-trait v0.1.81 (proc-macro)
│       │   ├── proc-macro2 v1.0.86 (*)
│       │   ├── quote v1.0.36 (*)
│       │   └── syn v2.0.72 (*)
│       ├── axum v0.6.20
│       │   ├── async-trait v0.1.81 (proc-macro) (*)
│       │   ├── axum-core v0.3.4
│       │   │   ├── async-trait v0.1.81 (proc-macro) (*)
│       │   │   ├── bytes v1.7.1
│       │   │   ├── futures-util v0.3.30 (*)
│       │   │   ├── http v0.2.12 (*)
│       │   │   ├── http-body v0.4.6
│       │   │   │   ├── bytes v1.7.1
│       │   │   │   ├── http v0.2.12 (*)
│       │   │   │   └── pin-project-lite v0.2.14
│       │   │   ├── mime v0.3.17
│       │   │   ├── tower-layer v0.3.2
│       │   │   └── tower-service v0.3.2
│       │   │   [build-dependencies]
│       │   │   └── rustversion v1.0.17 (proc-macro)
│       │   ├── bitflags v1.3.2
│       │   ├── bytes v1.7.1
│       │   ├── futures-util v0.3.30 (*)
│       │   ├── http v0.2.12 (*)
│       │   ├── http-body v0.4.6 (*)
│       │   ├── hyper v0.14.30
│       │   │   ├── bytes v1.7.1
│       │   │   ├── futures-channel v0.3.30
│       │   │   │   └── futures-core v0.3.30
│       │   │   ├── futures-core v0.3.30
│       │   │   ├── futures-util v0.3.30 (*)
│       │   │   ├── h2 v0.3.26 (*)
│       │   │   ├── http v0.2.12 (*)
│       │   │   ├── http-body v0.4.6 (*)
│       │   │   ├── httparse v1.9.4
│       │   │   ├── httpdate v1.0.3
│       │   │   ├── itoa v1.0.11
│       │   │   ├── pin-project-lite v0.2.14
│       │   │   ├── socket2 v0.5.7 (*)
│       │   │   ├── tokio v1.39.2 (*)
│       │   │   ├── tower-service v0.3.2
│       │   │   ├── tracing v0.1.40 (*)
│       │   │   └── want v0.3.1
│       │   │       └── try-lock v0.2.5
│       │   ├── itoa v1.0.11
│       │   ├── matchit v0.7.3
│       │   ├── memchr v2.7.4
│       │   ├── mime v0.3.17
│       │   ├── percent-encoding v2.3.1
│       │   ├── pin-project-lite v0.2.14
│       │   ├── serde v1.0.205
│       │   ├── sync_wrapper v0.1.2
│       │   ├── tower v0.4.13
│       │   │   ├── futures-core v0.3.30
│       │   │   ├── futures-util v0.3.30 (*)
│       │   │   ├── indexmap v1.9.3
│       │   │   │   └── hashbrown v0.12.3
│       │   │   │   [build-dependencies]
│       │   │   │   └── autocfg v1.3.0
│       │   │   ├── pin-project v1.1.5
│       │   │   │   └── pin-project-internal v1.1.5 (proc-macro)
│       │   │   │       ├── proc-macro2 v1.0.86 (*)
│       │   │   │       ├── quote v1.0.36 (*)
│       │   │   │       └── syn v2.0.72 (*)
│       │   │   ├── pin-project-lite v0.2.14
│       │   │   ├── rand v0.8.5 (*)
│       │   │   ├── slab v0.4.9 (*)
│       │   │   ├── tokio v1.39.2 (*)
│       │   │   ├── tokio-util v0.7.11 (*)
│       │   │   ├── tower-layer v0.3.2
│       │   │   ├── tower-service v0.3.2
│       │   │   └── tracing v0.1.40 (*)
│       │   ├── tower-layer v0.3.2
│       │   └── tower-service v0.3.2
│       │   [build-dependencies]
│       │   └── rustversion v1.0.17 (proc-macro)
│       ├── base64 v0.21.7
│       ├── bytes v1.7.1
│       ├── h2 v0.3.26 (*)
│       ├── http v0.2.12 (*)
│       ├── http-body v0.4.6 (*)
│       ├── hyper v0.14.30 (*)
│       ├── hyper-timeout v0.4.1
│       │   ├── hyper v0.14.30 (*)
│       │   ├── pin-project-lite v0.2.14
│       │   ├── tokio v1.39.2 (*)
│       │   └── tokio-io-timeout v1.2.0
│       │       ├── pin-project-lite v0.2.14
│       │       └── tokio v1.39.2 (*)
│       ├── percent-encoding v2.3.1
│       ├── pin-project v1.1.5 (*)
│       ├── prost v0.12.6 (*)
│       ├── rustls-pemfile v2.1.3
│       │   ├── base64 v0.22.1
│       │   └── rustls-pki-types v1.8.0
│       ├── rustls-pki-types v1.8.0
│       ├── tokio v1.39.2 (*)
│       ├── tokio-rustls v0.25.0
│       │   ├── rustls v0.22.4
│       │   │   ├── log v0.4.22
│       │   │   ├── ring v0.17.8
│       │   │   │   ├── cfg-if v1.0.0
│       │   │   │   ├── getrandom v0.2.15 (*)
│       │   │   │   ├── spin v0.9.8
│       │   │   │   └── untrusted v0.9.0
│       │   │   │   [build-dependencies]
│       │   │   │   └── cc v1.1.8
│       │   │   ├── rustls-pki-types v1.8.0
│       │   │   ├── rustls-webpki v0.102.6
│       │   │   │   ├── ring v0.17.8 (*)
│       │   │   │   ├── rustls-pki-types v1.8.0
│       │   │   │   └── untrusted v0.9.0
│       │   │   ├── subtle v2.6.1
│       │   │   └── zeroize v1.8.1
│       │   ├── rustls-pki-types v1.8.0
│       │   └── tokio v1.39.2 (*)
│       ├── tokio-stream v0.1.15
│       │   ├── futures-core v0.3.30
│       │   ├── pin-project-lite v0.2.14
│       │   └── tokio v1.39.2 (*)
│       ├── tower v0.4.13 (*)
│       ├── tower-layer v0.3.2
│       ├── tower-service v0.3.2
│       ├── tracing v0.1.40 (*)
│       └── webpki-roots v0.26.3
│           └── rustls-pki-types v1.8.0
│   [build-dependencies]
│   ├── anyhow v1.0.86
│   ├── fs_extra v1.3.0
│   ├── regex v1.10.6
│   │   ├── aho-corasick v1.1.3
│   │   │   └── memchr v2.7.4
│   │   ├── memchr v2.7.4
│   │   ├── regex-automata v0.4.7
│   │   │   ├── aho-corasick v1.1.3 (*)
│   │   │   ├── memchr v2.7.4
│   │   │   └── regex-syntax v0.8.4
│   │   └── regex-syntax v0.8.4
│   └── tonic-build v0.11.0
│       ├── prettyplease v0.2.20
│       │   ├── proc-macro2 v1.0.86 (*)
│       │   └── syn v2.0.72 (*)
│       ├── proc-macro2 v1.0.86 (*)
│       ├── prost-build v0.12.6
│       │   ├── bytes v1.7.1
│       │   ├── heck v0.5.0
│       │   ├── itertools v0.12.1 (*)
│       │   ├── log v0.4.22
│       │   ├── multimap v0.10.0
│       │   ├── once_cell v1.19.0
│       │   ├── petgraph v0.6.5
│       │   │   ├── fixedbitset v0.4.2
│       │   │   └── indexmap v2.3.0 (*)
│       │   ├── prettyplease v0.2.20 (*)
│       │   ├── prost v0.12.6
│       │   │   ├── bytes v1.7.1
│       │   │   └── prost-derive v0.12.6 (proc-macro) (*)
│       │   ├── prost-types v0.12.6
│       │   │   └── prost v0.12.6 (*)
│       │   ├── regex v1.10.6 (*)
│       │   ├── syn v2.0.72 (*)
│       │   └── tempfile v3.12.0
│       │       ├── cfg-if v1.0.0
│       │       ├── fastrand v2.1.0
│       │       ├── once_cell v1.19.0
│       │       └── rustix v0.38.34
│       │           ├── bitflags v2.6.0
│       │           ├── errno v0.3.9
│       │           │   └── libc v0.2.155
│       │           └── libc v0.2.155
│       ├── quote v1.0.36 (*)
│       └── syn v2.0.72 (*)
├── hex v0.4.3
├── hmac v0.12.1
│   └── digest v0.10.7 (*)
├── hyper v0.14.30 (*)
├── hyper v1.4.1
│   ├── bytes v1.7.1
│   ├── http v1.1.0 (*)
│   ├── http-body v1.0.1
│   │   ├── bytes v1.7.1
│   │   └── http v1.1.0 (*)
│   └── tokio v1.39.2 (*)
├── k256 v0.13.3
│   ├── cfg-if v1.0.0
│   ├── ecdsa v0.16.9
│   │   ├── der v0.7.9
│   │   │   ├── const-oid v0.9.6
│   │   │   └── zeroize v1.8.1
│   │   ├── digest v0.10.7 (*)
│   │   ├── elliptic-curve v0.13.8
│   │   │   ├── base16ct v0.2.0
│   │   │   ├── crypto-bigint v0.5.5
│   │   │   │   ├── generic-array v0.14.7 (*)
│   │   │   │   ├── rand_core v0.6.4 (*)
│   │   │   │   ├── subtle v2.6.1
│   │   │   │   └── zeroize v1.8.1
│   │   │   ├── digest v0.10.7 (*)
│   │   │   ├── ff v0.13.0
│   │   │   │   ├── rand_core v0.6.4 (*)
│   │   │   │   └── subtle v2.6.1
│   │   │   ├── generic-array v0.14.7 (*)
│   │   │   ├── group v0.13.0
│   │   │   │   ├── ff v0.13.0 (*)
│   │   │   │   ├── rand_core v0.6.4 (*)
│   │   │   │   └── subtle v2.6.1
│   │   │   ├── rand_core v0.6.4 (*)
│   │   │   ├── sec1 v0.7.3
│   │   │   │   ├── base16ct v0.2.0
│   │   │   │   ├── der v0.7.9 (*)
│   │   │   │   ├── generic-array v0.14.7 (*)
│   │   │   │   ├── subtle v2.6.1
│   │   │   │   └── zeroize v1.8.1
│   │   │   ├── subtle v2.6.1
│   │   │   └── zeroize v1.8.1
│   │   ├── rfc6979 v0.4.0
│   │   │   ├── hmac v0.12.1 (*)
│   │   │   └── subtle v2.6.1
│   │   ├── signature v2.2.0 (*)
│   │   └── spki v0.7.3
│   │       └── der v0.7.9 (*)
│   ├── elliptic-curve v0.13.8 (*)
│   ├── once_cell v1.19.0
│   └── sha2 v0.10.8 (*)
├── log v0.4.22
├── md5 v0.7.0
├── num-bigint v0.4.6
│   ├── num-integer v0.1.46 (*)
│   └── num-traits v0.2.19 (*)
├── once_cell v1.19.0
├── parking_lot v0.12.3 (*)
├── pbkdf2 v0.12.2
│   ├── digest v0.10.7 (*)
│   └── hmac v0.12.1 (*)
├── pem v3.0.4
│   └── base64 v0.22.1
├── pin-project-lite v0.2.14
├── pkcs8 v0.10.2
│   ├── der v0.7.9 (*)
│   ├── pkcs5 v0.7.1
│   │   ├── aes v0.8.4 (*)
│   │   ├── cbc v0.1.2 (*)
│   │   ├── der v0.7.9 (*)
│   │   ├── pbkdf2 v0.12.2 (*)
│   │   ├── scrypt v0.11.0
│   │   │   ├── pbkdf2 v0.12.2 (*)
│   │   │   ├── salsa20 v0.10.2
│   │   │   │   └── cipher v0.4.4 (*)
│   │   │   └── sha2 v0.10.8 (*)
│   │   ├── sha2 v0.10.8 (*)
│   │   └── spki v0.7.3 (*)
│   ├── rand_core v0.6.4 (*)
│   └── spki v0.7.3 (*)
├── prost v0.12.6 (*)
├── rand v0.8.5 (*)
├── rlp v0.5.2
│   ├── bytes v1.7.1
│   └── rustc-hex v2.1.0
├── rust_decimal v1.35.0
│   ├── arrayvec v0.7.4
│   └── num-traits v0.2.19 (*)
├── sec1 v0.7.3 (*)
├── serde v1.0.205
├── serde_derive v1.0.205 (proc-macro)
│   ├── proc-macro2 v1.0.86 (*)
│   ├── quote v1.0.36 (*)
│   └── syn v2.0.72 (*)
├── serde_json v1.0.122
│   ├── itoa v1.0.11
│   ├── memchr v2.7.4
│   ├── ryu v1.0.18
│   └── serde v1.0.205
├── sha2 v0.10.8 (*)
├── sha3 v0.10.8
│   ├── digest v0.10.7 (*)
│   └── keccak v0.1.5
│       └── cpufeatures v0.2.12 (*)
├── thiserror v1.0.63
│   └── thiserror-impl v1.0.63 (proc-macro)
│       ├── proc-macro2 v1.0.86 (*)
│       ├── quote v1.0.36 (*)
│       └── syn v2.0.72 (*)
├── time v0.3.36 (*)
├── tinystr v0.7.6
│   └── displaydoc v0.2.5 (proc-macro)
│       ├── proc-macro2 v1.0.86 (*)
│       ├── quote v1.0.36 (*)
│       └── syn v2.0.72 (*)
├── tokio v1.39.2 (*)
├── tonic v0.11.0 (*)
├── triomphe v0.1.13
│   ├── arc-swap v1.7.1
│   └── unsize v1.1.0
│       [build-dependencies]
│       └── autocfg v1.3.0
└── unsize v1.1.0 (*)
[dev-dependencies]
├── anyhow v1.0.86
├── assert_matches v1.5.0
├── clap v4.5.14
│   ├── clap_builder v4.5.14
│   │   ├── anstream v0.6.15
│   │   │   ├── anstyle v1.0.8
│   │   │   ├── anstyle-parse v0.2.5
│   │   │   │   └── utf8parse v0.2.2
│   │   │   ├── anstyle-query v1.1.1
│   │   │   ├── colorchoice v1.0.2
│   │   │   ├── is_terminal_polyfill v1.70.1
│   │   │   └── utf8parse v0.2.2
│   │   ├── anstyle v1.0.8
│   │   ├── clap_lex v0.7.2
│   │   └── strsim v0.11.1
│   └── clap_derive v4.5.13 (proc-macro)
│       ├── heck v0.5.0
│       ├── proc-macro2 v1.0.86 (*)
│       ├── quote v1.0.36 (*)
│       └── syn v2.0.72 (*)
├── dotenvy v0.15.7
├── env_logger v0.11.5
│   ├── anstream v0.6.15 (*)
│   ├── anstyle v1.0.8
│   ├── env_filter v0.1.2
│   │   └── log v0.4.22
│   ├── humantime v2.1.0
│   └── log v0.4.22
├── expect-test v1.5.0
│   ├── dissimilar v1.0.9
│   └── once_cell v1.19.0
├── hex-literal v0.4.1
├── miniserde v0.1.39
│   ├── itoa v1.0.11
│   ├── mini-internal v0.1.39 (proc-macro)
│   │   ├── proc-macro2 v1.0.86 (*)
│   │   ├── quote v1.0.36 (*)
│   │   └── syn v2.0.72 (*)
│   └── ryu v1.0.18
├── parking_lot v0.12.3 (*)
└── tokio v1.39.2 (*)
hendrikebbers commented 3 weeks ago

Dependencies on crates.io: https://crates.io/crates/hedera/0.29.0/dependencies