aimem v1.22.0 (/home/harsha/repos/aimem/aimem) ├── aimem-client v0.19.5 (/home/harsha/repos/aimem/aimem-client) │ ├── async-trait v0.1.89 (proc-macro) │ │ ├── proc-macro2 v1.0.106 │ │ │ └── unicode-ident v1.0.19 │ │ ├── quote v1.0.45 │ │ │ └── proc-macro2 v1.0.106 (*) │ │ └── syn v2.0.117 │ │ ├── proc-macro2 v1.0.106 (*) │ │ ├── quote v1.0.45 (*) │ │ └── unicode-ident v1.0.19 │ ├── auto_impl v1.3.0 (proc-macro) │ │ ├── proc-macro2 v1.0.106 (*) │ │ ├── quote v1.0.45 (*) │ │ └── syn v2.0.117 (*) │ ├── base64ct v1.8.0 │ ├── bytes v1.11.1 │ │ └── serde v1.0.228 │ │ ├── serde_core v1.0.228 │ │ └── serde_derive v1.0.228 (proc-macro) │ │ ├── proc-macro2 v1.0.106 (*) │ │ ├── quote v1.0.45 (*) │ │ └── syn v2.0.117 (*) │ ├── const_format v0.2.34 │ │ └── const_format_proc_macros v0.2.34 (proc-macro) │ │ ├── proc-macro2 v1.0.106 (*) │ │ ├── quote v1.0.45 (*) │ │ └── unicode-xid v0.2.6 │ ├── crc-fast v1.10.0 │ │ ├── digest v0.10.7 │ │ │ ├── block-buffer v0.10.4 │ │ │ │ └── generic-array v0.14.7 │ │ │ │ └── typenum v1.18.0 │ │ │ ├── crypto-common v0.1.6 │ │ │ │ ├── generic-array v0.14.7 (*) │ │ │ │ └── typenum v1.18.0 │ │ │ └── subtle v2.6.1 │ │ └── spin v0.10.0 │ ├── futures v0.3.31 │ │ ├── futures-channel v0.3.31 │ │ │ ├── futures-core v0.3.31 │ │ │ └── futures-sink v0.3.31 │ │ ├── futures-core v0.3.31 │ │ ├── futures-executor v0.3.31 │ │ │ ├── futures-core v0.3.31 │ │ │ ├── futures-task v0.3.31 │ │ │ ├── futures-util v0.3.31 │ │ │ │ ├── futures-channel v0.3.31 (*) │ │ │ │ ├── futures-core v0.3.31 │ │ │ │ ├── futures-io v0.3.31 │ │ │ │ ├── futures-macro v0.3.31 (proc-macro) │ │ │ │ │ ├── proc-macro2 v1.0.106 (*) │ │ │ │ │ ├── quote v1.0.45 (*) │ │ │ │ │ └── syn v2.0.117 (*) │ │ │ │ ├── futures-sink v0.3.31 │ │ │ │ ├── futures-task v0.3.31 │ │ │ │ ├── memchr v2.7.6 │ │ │ │ ├── pin-project-lite v0.2.16 │ │ │ │ ├── pin-utils v0.1.0 │ │ │ │ └── slab v0.4.11 │ │ │ └── num_cpus v1.17.0 │ │ │ └── libc v0.2.176 │ │ ├── futures-io v0.3.31 │ │ ├── futures-sink v0.3.31 │ │ ├── futures-task v0.3.31 │ │ └── futures-util v0.3.31 (*) │ ├── futures-timer v3.0.3 │ ├── metrics v0.24.2 │ │ └── ahash v0.8.12 │ │ ├── cfg-if v1.0.3 │ │ ├── once_cell v1.21.3 │ │ └── zerocopy v0.8.26 │ │ └── zerocopy-derive v0.8.26 (proc-macro) │ │ ├── proc-macro2 v1.0.106 (*) │ │ ├── quote v1.0.45 (*) │ │ └── syn v2.0.117 (*) │ ├── minio v0.4.0 (https://github.com/minio/minio-rs?rev=7abc86c261299da8fa30ad1231fe955224881b70#7abc86c2) │ │ ├── async-recursion v1.1.1 (proc-macro) │ │ │ ├── proc-macro2 v1.0.106 (*) │ │ │ ├── quote v1.0.45 (*) │ │ │ └── syn v2.0.117 (*) │ │ ├── async-std v1.13.2 │ │ │ ├── async-attributes v1.1.2 (proc-macro) │ │ │ │ ├── quote v1.0.45 (*) │ │ │ │ └── syn v1.0.109 │ │ │ │ ├── proc-macro2 v1.0.106 (*) │ │ │ │ ├── quote v1.0.45 (*) │ │ │ │ └── unicode-ident v1.0.19 │ │ │ ├── async-channel v1.9.0 │ │ │ │ ├── concurrent-queue v2.5.0 │ │ │ │ │ └── crossbeam-utils v0.8.21 │ │ │ │ ├── event-listener v2.5.3 │ │ │ │ └── futures-core v0.3.31 │ │ │ ├── async-global-executor v2.4.1 │ │ │ │ ├── async-channel v2.5.0 │ │ │ │ │ ├── concurrent-queue v2.5.0 (*) │ │ │ │ │ ├── event-listener-strategy v0.5.4 │ │ │ │ │ │ ├── event-listener v5.4.1 │ │ │ │ │ │ │ ├── concurrent-queue v2.5.0 (*) │ │ │ │ │ │ │ ├── parking v2.2.1 │ │ │ │ │ │ │ └── pin-project-lite v0.2.16 │ │ │ │ │ │ └── pin-project-lite v0.2.16 │ │ │ │ │ ├── futures-core v0.3.31 │ │ │ │ │ └── pin-project-lite v0.2.16 │ │ │ │ ├── async-executor v1.14.0 │ │ │ │ │ ├── async-task v4.7.1 │ │ │ │ │ ├── concurrent-queue v2.5.0 (*) │ │ │ │ │ ├── fastrand v2.3.0 │ │ │ │ │ ├── futures-lite v2.6.1 │ │ │ │ │ │ ├── fastrand v2.3.0 │ │ │ │ │ │ ├── futures-core v0.3.31 │ │ │ │ │ │ ├── futures-io v0.3.31 │ │ │ │ │ │ ├── parking v2.2.1 │ │ │ │ │ │ └── pin-project-lite v0.2.16 │ │ │ │ │ ├── pin-project-lite v0.2.16 │ │ │ │ │ └── slab v0.4.11 │ │ │ │ ├── async-io v2.6.0 │ │ │ │ │ ├── cfg-if v1.0.3 │ │ │ │ │ ├── concurrent-queue v2.5.0 (*) │ │ │ │ │ ├── futures-io v0.3.31 │ │ │ │ │ ├── futures-lite v2.6.1 (*) │ │ │ │ │ ├── parking v2.2.1 │ │ │ │ │ ├── polling v3.10.0 │ │ │ │ │ │ ├── cfg-if v1.0.3 │ │ │ │ │ │ └── rustix v1.0.8 │ │ │ │ │ │ ├── bitflags v2.9.4 │ │ │ │ │ │ └── linux-raw-sys v0.9.4 │ │ │ │ │ ├── rustix v1.0.8 (*) │ │ │ │ │ └── slab v0.4.11 │ │ │ │ ├── async-lock v3.4.1 │ │ │ │ │ ├── event-listener v5.4.1 (*) │ │ │ │ │ ├── event-listener-strategy v0.5.4 (*) │ │ │ │ │ └── pin-project-lite v0.2.16 │ │ │ │ ├── blocking v1.6.2 │ │ │ │ │ ├── async-channel v2.5.0 (*) │ │ │ │ │ ├── async-task v4.7.1 │ │ │ │ │ ├── futures-io v0.3.31 │ │ │ │ │ ├── futures-lite v2.6.1 (*) │ │ │ │ │ └── piper v0.2.5 │ │ │ │ │ ├── atomic-waker v1.1.2 │ │ │ │ │ ├── fastrand v2.3.0 │ │ │ │ │ └── futures-io v0.3.31 │ │ │ │ ├── futures-lite v2.6.1 (*) │ │ │ │ └── once_cell v1.21.3 │ │ │ ├── async-io v2.6.0 (*) │ │ │ ├── async-lock v3.4.1 (*) │ │ │ ├── crossbeam-utils v0.8.21 │ │ │ ├── futures-core v0.3.31 │ │ │ ├── futures-io v0.3.31 │ │ │ ├── futures-lite v2.6.1 (*) │ │ │ ├── kv-log-macro v1.0.7 │ │ │ │ └── log v0.4.28 │ │ │ │ └── value-bag v1.12.0 │ │ │ ├── log v0.4.28 (*) │ │ │ ├── memchr v2.7.6 │ │ │ ├── once_cell v1.21.3 │ │ │ ├── pin-project-lite v0.2.16 │ │ │ ├── pin-utils v0.1.0 │ │ │ └── slab v0.4.11 │ │ ├── async-stream v0.3.6 │ │ │ ├── async-stream-impl v0.3.6 (proc-macro) │ │ │ │ ├── proc-macro2 v1.0.106 (*) │ │ │ │ ├── quote v1.0.45 (*) │ │ │ │ └── syn v2.0.117 (*) │ │ │ ├── futures-core v0.3.31 │ │ │ └── pin-project-lite v0.2.16 │ │ ├── async-trait v0.1.89 (proc-macro) (*) │ │ ├── base64 v0.22.1 │ │ ├── bytes v1.11.1 (*) │ │ ├── chrono v0.4.44 │ │ │ ├── iana-time-zone v0.1.65 │ │ │ ├── num-traits v0.2.19 │ │ │ └── serde v1.0.228 (*) │ │ ├── crc-fast v1.10.0 (*) │ │ ├── dashmap v6.1.0 │ │ │ ├── cfg-if v1.0.3 │ │ │ ├── crossbeam-utils v0.8.21 │ │ │ ├── hashbrown v0.14.5 │ │ │ ├── lock_api v0.4.13 │ │ │ │ └── scopeguard v1.2.0 │ │ │ ├── once_cell v1.21.3 │ │ │ └── parking_lot_core v0.9.11 │ │ │ ├── cfg-if v1.0.3 │ │ │ ├── libc v0.2.176 │ │ │ └── smallvec v1.15.1 │ │ ├── env_logger v0.11.8 │ │ │ ├── anstream v0.6.20 │ │ │ │ ├── anstyle v1.0.11 │ │ │ │ ├── anstyle-parse v0.2.7 │ │ │ │ │ └── utf8parse v0.2.2 │ │ │ │ ├── anstyle-query v1.1.4 │ │ │ │ ├── colorchoice v1.0.4 │ │ │ │ ├── is_terminal_polyfill v1.70.1 │ │ │ │ └── utf8parse v0.2.2 │ │ │ ├── anstyle v1.0.11 │ │ │ ├── env_filter v0.1.3 │ │ │ │ ├── log v0.4.28 (*) │ │ │ │ └── regex v1.12.2 │ │ │ │ ├── aho-corasick v1.1.3 │ │ │ │ │ └── memchr v2.7.6 │ │ │ │ ├── memchr v2.7.6 │ │ │ │ ├── regex-automata v0.4.13 │ │ │ │ │ ├── aho-corasick v1.1.3 (*) │ │ │ │ │ ├── memchr v2.7.6 │ │ │ │ │ └── regex-syntax v0.8.6 │ │ │ │ └── regex-syntax v0.8.6 │ │ │ ├── jiff v0.2.15 │ │ │ └── log v0.4.28 (*) │ │ ├── futures-util v0.3.31 (*) │ │ ├── hmac v0.12.1 │ │ │ └── digest v0.10.7 (*) │ │ ├── http v1.4.2 │ │ │ ├── bytes v1.11.1 (*) │ │ │ └── itoa v1.0.18 │ │ ├── hyper v1.10.1 │ │ │ ├── atomic-waker v1.1.2 │ │ │ ├── bytes v1.11.1 (*) │ │ │ ├── futures-channel v0.3.31 (*) │ │ │ ├── futures-core v0.3.31 │ │ │ ├── h2 v0.4.17 │ │ │ │ ├── atomic-waker v1.1.2 │ │ │ │ ├── bytes v1.11.1 (*) │ │ │ │ ├── fnv v1.0.7 │ │ │ │ ├── futures-core v0.3.31 │ │ │ │ ├── futures-sink v0.3.31 │ │ │ │ ├── http v1.4.2 (*) │ │ │ │ ├── indexmap v2.13.0 │ │ │ │ │ ├── equivalent v1.0.2 │ │ │ │ │ └── hashbrown v0.16.1 │ │ │ │ ├── slab v0.4.11 │ │ │ │ ├── tokio v1.50.0 │ │ │ │ │ ├── bytes v1.11.1 (*) │ │ │ │ │ ├── libc v0.2.176 │ │ │ │ │ ├── mio v1.0.4 │ │ │ │ │ │ └── libc v0.2.176 │ │ │ │ │ ├── pin-project-lite v0.2.16 │ │ │ │ │ ├── signal-hook-registry v1.4.6 │ │ │ │ │ │ └── libc v0.2.176 │ │ │ │ │ ├── socket2 v0.6.0 │ │ │ │ │ │ └── libc v0.2.176 │ │ │ │ │ └── tokio-macros v2.6.1 (proc-macro) │ │ │ │ │ ├── proc-macro2 v1.0.106 (*) │ │ │ │ │ ├── quote v1.0.45 (*) │ │ │ │ │ └── syn v2.0.117 (*) │ │ │ │ ├── tokio-util v0.7.18 │ │ │ │ │ ├── bytes v1.11.1 (*) │ │ │ │ │ ├── futures-core v0.3.31 │ │ │ │ │ ├── futures-sink v0.3.31 │ │ │ │ │ ├── pin-project-lite v0.2.16 │ │ │ │ │ └── tokio v1.50.0 (*) │ │ │ │ └── tracing v0.1.44 │ │ │ │ ├── log v0.4.28 (*) │ │ │ │ ├── pin-project-lite v0.2.16 │ │ │ │ ├── tracing-attributes v0.1.31 (proc-macro) │ │ │ │ │ ├── proc-macro2 v1.0.106 (*) │ │ │ │ │ ├── quote v1.0.45 (*) │ │ │ │ │ └── syn v2.0.117 (*) │ │ │ │ └── tracing-core v0.1.36 │ │ │ │ └── once_cell v1.21.3 │ │ │ ├── http v1.4.2 (*) │ │ │ ├── http-body v1.0.1 │ │ │ │ ├── bytes v1.11.1 (*) │ │ │ │ └── http v1.4.2 (*) │ │ │ ├── httparse v1.10.1 │ │ │ ├── httpdate v1.0.3 │ │ │ ├── itoa v1.0.18 │ │ │ ├── pin-project-lite v0.2.16 │ │ │ ├── smallvec v1.15.1 │ │ │ ├── tokio v1.50.0 (*) │ │ │ └── want v0.3.1 │ │ │ └── try-lock v0.2.5 │ │ ├── lazy_static v1.5.0 │ │ ├── log v0.4.28 (*) │ │ ├── md5 v0.8.0 │ │ ├── multimap v0.10.1 │ │ │ └── serde v1.0.228 (*) │ │ ├── percent-encoding v2.3.2 │ │ ├── regex v1.12.2 (*) │ │ ├── reqwest v0.12.22 │ │ │ ├── base64 v0.22.1 │ │ │ ├── bytes v1.11.1 (*) │ │ │ ├── futures-core v0.3.31 │ │ │ ├── futures-util v0.3.31 (*) │ │ │ ├── h2 v0.4.17 (*) │ │ │ ├── http v1.4.2 (*) │ │ │ ├── http-body v1.0.1 (*) │ │ │ ├── http-body-util v0.1.3 │ │ │ │ ├── bytes v1.11.1 (*) │ │ │ │ ├── futures-core v0.3.31 │ │ │ │ ├── http v1.4.2 (*) │ │ │ │ ├── http-body v1.0.1 (*) │ │ │ │ └── pin-project-lite v0.2.16 │ │ │ ├── hyper v1.10.1 (*) │ │ │ ├── hyper-rustls v0.27.7 │ │ │ │ ├── http v1.4.2 (*) │ │ │ │ ├── hyper v1.10.1 (*) │ │ │ │ ├── hyper-util v0.1.16 │ │ │ │ │ ├── base64 v0.22.1 │ │ │ │ │ ├── bytes v1.11.1 (*) │ │ │ │ │ ├── futures-channel v0.3.31 (*) │ │ │ │ │ ├── futures-core v0.3.31 │ │ │ │ │ ├── futures-util v0.3.31 (*) │ │ │ │ │ ├── http v1.4.2 (*) │ │ │ │ │ ├── http-body v1.0.1 (*) │ │ │ │ │ ├── hyper v1.10.1 (*) │ │ │ │ │ ├── ipnet v2.11.0 │ │ │ │ │ ├── libc v0.2.176 │ │ │ │ │ ├── percent-encoding v2.3.2 │ │ │ │ │ ├── pin-project-lite v0.2.16 │ │ │ │ │ ├── socket2 v0.6.0 (*) │ │ │ │ │ ├── tokio v1.50.0 (*) │ │ │ │ │ ├── tower-service v0.3.3 │ │ │ │ │ └── tracing v0.1.44 (*) │ │ │ │ ├── rustls v0.23.31 │ │ │ │ │ ├── log v0.4.28 (*) │ │ │ │ │ ├── once_cell v1.21.3 │ │ │ │ │ ├── ring v0.17.14 │ │ │ │ │ │ ├── cfg-if v1.0.3 │ │ │ │ │ │ ├── getrandom v0.2.16 │ │ │ │ │ │ │ ├── cfg-if v1.0.3 │ │ │ │ │ │ │ └── libc v0.2.176 │ │ │ │ │ │ └── untrusted v0.9.0 │ │ │ │ │ ├── rustls-pki-types v1.12.0 │ │ │ │ │ │ └── zeroize v1.8.2 │ │ │ │ │ │ └── zeroize_derive v1.4.3 (proc-macro) │ │ │ │ │ │ ├── proc-macro2 v1.0.106 (*) │ │ │ │ │ │ ├── quote v1.0.45 (*) │ │ │ │ │ │ └── syn v2.0.117 (*) │ │ │ │ │ ├── rustls-webpki v0.103.13 │ │ │ │ │ │ ├── ring v0.17.14 (*) │ │ │ │ │ │ ├── rustls-pki-types v1.12.0 (*) │ │ │ │ │ │ └── untrusted v0.9.0 │ │ │ │ │ ├── subtle v2.6.1 │ │ │ │ │ └── zeroize v1.8.2 (*) │ │ │ │ ├── rustls-native-certs v0.8.1 │ │ │ │ │ ├── openssl-probe v0.1.6 │ │ │ │ │ └── rustls-pki-types v1.12.0 (*) │ │ │ │ ├── rustls-pki-types v1.12.0 (*) │ │ │ │ ├── tokio v1.50.0 (*) │ │ │ │ ├── tokio-rustls v0.26.2 │ │ │ │ │ ├── rustls v0.23.31 (*) │ │ │ │ │ └── tokio v1.50.0 (*) │ │ │ │ ├── tower-service v0.3.3 │ │ │ │ └── webpki-roots v1.0.6 │ │ │ │ └── rustls-pki-types v1.12.0 (*) │ │ │ ├── hyper-util v0.1.16 (*) │ │ │ ├── log v0.4.28 (*) │ │ │ ├── percent-encoding v2.3.2 │ │ │ ├── pin-project-lite v0.2.16 │ │ │ ├── rustls v0.23.31 (*) │ │ │ ├── rustls-native-certs v0.8.1 (*) │ │ │ ├── rustls-pki-types v1.12.0 (*) │ │ │ ├── serde v1.0.228 (*) │ │ │ ├── serde_json v1.0.145 │ │ │ │ ├── itoa v1.0.18 │ │ │ │ ├── memchr v2.7.6 │ │ │ │ ├── ryu v1.0.23 │ │ │ │ └── serde_core v1.0.228 │ │ │ ├── serde_urlencoded v0.7.1 │ │ │ │ ├── form_urlencoded v1.2.2 │ │ │ │ │ └── percent-encoding v2.3.2 │ │ │ │ ├── itoa v1.0.18 │ │ │ │ ├── ryu v1.0.23 │ │ │ │ └── serde v1.0.228 (*) │ │ │ ├── sync_wrapper v1.0.2 │ │ │ │ └── futures-core v0.3.31 │ │ │ ├── tokio v1.50.0 (*) │ │ │ ├── tokio-rustls v0.26.2 (*) │ │ │ ├── tokio-util v0.7.18 (*) │ │ │ ├── tower v0.5.2 │ │ │ │ ├── futures-core v0.3.31 │ │ │ │ ├── futures-util v0.3.31 (*) │ │ │ │ ├── indexmap v2.13.0 (*) │ │ │ │ ├── pin-project-lite v0.2.16 │ │ │ │ ├── slab v0.4.11 │ │ │ │ ├── sync_wrapper v1.0.2 (*) │ │ │ │ ├── tokio v1.50.0 (*) │ │ │ │ ├── tokio-util v0.7.18 (*) │ │ │ │ ├── tower-layer v0.3.3 │ │ │ │ ├── tower-service v0.3.3 │ │ │ │ └── tracing v0.1.44 (*) │ │ │ ├── tower-http v0.6.8 │ │ │ │ ├── bitflags v2.9.4 │ │ │ │ ├── bytes v1.11.1 (*) │ │ │ │ ├── futures-util v0.3.31 (*) │ │ │ │ ├── http v1.4.2 (*) │ │ │ │ ├── http-body v1.0.1 (*) │ │ │ │ ├── iri-string v0.7.8 │ │ │ │ ├── pin-project-lite v0.2.16 │ │ │ │ ├── tower v0.5.2 (*) │ │ │ │ ├── tower-layer v0.3.3 │ │ │ │ └── tower-service v0.3.3 │ │ │ ├── tower-service v0.3.3 │ │ │ ├── url v2.5.7 │ │ │ │ ├── form_urlencoded v1.2.2 (*) │ │ │ │ ├── idna v1.1.0 │ │ │ │ │ ├── idna_adapter v1.2.1 │ │ │ │ │ │ ├── icu_normalizer v2.0.0 │ │ │ │ │ │ │ ├── displaydoc v0.2.5 (proc-macro) │ │ │ │ │ │ │ │ ├── proc-macro2 v1.0.106 (*) │ │ │ │ │ │ │ │ ├── quote v1.0.45 (*) │ │ │ │ │ │ │ │ └── syn v2.0.117 (*) │ │ │ │ │ │ │ ├── icu_collections v2.0.0 │ │ │ │ │ │ │ │ ├── displaydoc v0.2.5 (proc-macro) (*) │ │ │ │ │ │ │ │ ├── potential_utf v0.1.2 │ │ │ │ │ │ │ │ │ └── zerovec v0.11.4 │ │ │ │ │ │ │ │ │ ├── yoke v0.8.0 │ │ │ │ │ │ │ │ │ │ ├── stable_deref_trait v1.2.0 │ │ │ │ │ │ │ │ │ │ ├── yoke-derive v0.8.0 (proc-macro) │ │ │ │ │ │ │ │ │ │ │ ├── proc-macro2 v1.0.106 (*) │ │ │ │ │ │ │ │ │ │ │ ├── quote v1.0.45 (*) │ │ │ │ │ │ │ │ │ │ │ ├── syn v2.0.117 (*) │ │ │ │ │ │ │ │ │ │ │ └── synstructure v0.13.2 │ │ │ │ │ │ │ │ │ │ │ ├── proc-macro2 v1.0.106 (*) │ │ │ │ │ │ │ │ │ │ │ ├── quote v1.0.45 (*) │ │ │ │ │ │ │ │ │ │ │ └── syn v2.0.117 (*) │ │ │ │ │ │ │ │ │ │ └── zerofrom v0.1.6 │ │ │ │ │ │ │ │ │ │ └── zerofrom-derive v0.1.6 (proc-macro) │ │ │ │ │ │ │ │ │ │ ├── proc-macro2 v1.0.106 (*) │ │ │ │ │ │ │ │ │ │ ├── quote v1.0.45 (*) │ │ │ │ │ │ │ │ │ │ ├── syn v2.0.117 (*) │ │ │ │ │ │ │ │ │ │ └── synstructure v0.13.2 (*) │ │ │ │ │ │ │ │ │ ├── zerofrom v0.1.6 (*) │ │ │ │ │ │ │ │ │ └── zerovec-derive v0.11.1 (proc-macro) │ │ │ │ │ │ │ │ │ ├── proc-macro2 v1.0.106 (*) │ │ │ │ │ │ │ │ │ ├── quote v1.0.45 (*) │ │ │ │ │ │ │ │ │ └── syn v2.0.117 (*) │ │ │ │ │ │ │ │ ├── yoke v0.8.0 (*) │ │ │ │ │ │ │ │ ├── zerofrom v0.1.6 (*) │ │ │ │ │ │ │ │ └── zerovec v0.11.4 (*) │ │ │ │ │ │ │ ├── icu_normalizer_data v2.0.0 │ │ │ │ │ │ │ ├── icu_provider v2.0.0 │ │ │ │ │ │ │ │ ├── displaydoc v0.2.5 (proc-macro) (*) │ │ │ │ │ │ │ │ ├── icu_locale_core v2.0.0 │ │ │ │ │ │ │ │ │ ├── displaydoc v0.2.5 (proc-macro) (*) │ │ │ │ │ │ │ │ │ ├── litemap v0.8.0 │ │ │ │ │ │ │ │ │ ├── tinystr v0.8.1 │ │ │ │ │ │ │ │ │ │ ├── displaydoc v0.2.5 (proc-macro) (*) │ │ │ │ │ │ │ │ │ │ └── zerovec v0.11.4 (*) │ │ │ │ │ │ │ │ │ ├── writeable v0.6.1 │ │ │ │ │ │ │ │ │ └── zerovec v0.11.4 (*) │ │ │ │ │ │ │ │ ├── stable_deref_trait v1.2.0 │ │ │ │ │ │ │ │ ├── tinystr v0.8.1 (*) │ │ │ │ │ │ │ │ ├── writeable v0.6.1 │ │ │ │ │ │ │ │ ├── yoke v0.8.0 (*) │ │ │ │ │ │ │ │ ├── zerofrom v0.1.6 (*) │ │ │ │ │ │ │ │ ├── zerotrie v0.2.2 │ │ │ │ │ │ │ │ │ ├── displaydoc v0.2.5 (proc-macro) (*) │ │ │ │ │ │ │ │ │ ├── yoke v0.8.0 (*) │ │ │ │ │ │ │ │ │ └── zerofrom v0.1.6 (*) │ │ │ │ │ │ │ │ └── zerovec v0.11.4 (*) │ │ │ │ │ │ │ ├── smallvec v1.15.1 │ │ │ │ │ │ │ └── zerovec v0.11.4 (*) │ │ │ │ │ │ └── icu_properties v2.0.1 │ │ │ │ │ │ ├── displaydoc v0.2.5 (proc-macro) (*) │ │ │ │ │ │ ├── icu_collections v2.0.0 (*) │ │ │ │ │ │ ├── icu_locale_core v2.0.0 (*) │ │ │ │ │ │ ├── icu_properties_data v2.0.1 │ │ │ │ │ │ ├── icu_provider v2.0.0 (*) │ │ │ │ │ │ ├── potential_utf v0.1.2 (*) │ │ │ │ │ │ ├── zerotrie v0.2.2 (*) │ │ │ │ │ │ └── zerovec v0.11.4 (*) │ │ │ │ │ ├── smallvec v1.15.1 │ │ │ │ │ └── utf8_iter v1.0.4 │ │ │ │ ├── percent-encoding v2.3.2 │ │ │ │ └── serde v1.0.228 (*) │ │ │ └── webpki-roots v1.0.6 (*) │ │ ├── serde v1.0.228 (*) │ │ ├── serde_json v1.0.145 (*) │ │ ├── serde_yaml v0.9.34+deprecated │ │ │ ├── indexmap v2.13.0 (*) │ │ │ ├── itoa v1.0.18 │ │ │ ├── ryu v1.0.23 │ │ │ ├── serde v1.0.228 (*) │ │ │ └── unsafe-libyaml v0.2.11 │ │ ├── sha1 v0.10.6 │ │ │ ├── cfg-if v1.0.3 │ │ │ ├── cpufeatures v0.2.17 │ │ │ └── digest v0.10.7 (*) │ │ ├── sha2 v0.10.9 │ │ │ ├── cfg-if v1.0.3 │ │ │ ├── cpufeatures v0.2.17 │ │ │ └── digest v0.10.7 (*) │ │ ├── thiserror v2.0.17 │ │ │ └── thiserror-impl v2.0.17 (proc-macro) │ │ │ ├── proc-macro2 v1.0.106 (*) │ │ │ ├── quote v1.0.45 (*) │ │ │ └── syn v2.0.117 (*) │ │ ├── twox-hash v2.1.2 │ │ ├── typed-builder v0.23.2 │ │ │ └── typed-builder-macro v0.23.2 (proc-macro) │ │ │ ├── proc-macro2 v1.0.106 (*) │ │ │ ├── quote v1.0.45 (*) │ │ │ └── syn v2.0.117 (*) │ │ ├── url v2.5.7 (*) │ │ ├── urlencoding v2.1.3 │ │ ├── uuid v1.23.2 │ │ │ └── getrandom v0.4.2 │ │ │ ├── cfg-if v1.0.3 │ │ │ ├── libc v0.2.176 │ │ │ └── rand_core v0.10.1 │ │ └── xmltree v0.12.0 │ │ └── xml v1.3.0 │ ├── percent-encoding v2.3.2 │ ├── pin-project v1.1.10 │ │ └── pin-project-internal v1.1.10 (proc-macro) │ │ ├── proc-macro2 v1.0.106 (*) │ │ ├── quote v1.0.45 (*) │ │ └── syn v2.0.117 (*) │ ├── platform-info v2.0.5 │ │ └── libc v0.2.176 │ ├── regex v1.12.2 (*) │ ├── reqwest v0.12.22 (*) │ ├── serde v1.0.228 (*) │ ├── serde_json v1.0.145 (*) │ ├── sha1 v0.10.6 (*) │ ├── sha2 v0.10.9 (*) │ ├── static_assertions v1.1.0 │ ├── supports-color v3.0.2 │ │ └── is_ci v1.2.0 │ ├── thiserror v2.0.17 (*) │ ├── time v0.3.47 │ │ ├── deranged v0.5.4 │ │ │ ├── powerfmt v0.2.0 │ │ │ └── serde_core v1.0.228 │ │ ├── itoa v1.0.18 │ │ ├── libc v0.2.176 │ │ ├── num-conv v0.2.1 │ │ ├── num_threads v0.1.7 │ │ ├── powerfmt v0.2.0 │ │ ├── serde_core v1.0.228 │ │ ├── time-core v0.1.8 │ │ └── time-macros v0.2.27 (proc-macro) │ │ ├── num-conv v0.2.1 │ │ └── time-core v0.1.8 │ ├── tokio v1.50.0 (*) │ ├── tracing v0.1.44 (*) │ ├── uuid v1.23.2 (*) │ └── xmltree v0.11.0 │ └── xml-rs v0.8.27 ├── aimem-fs v0.8.4 (/home/harsha/repos/aimem/aimem-fs) │ ├── aimem-client v0.19.5 (/home/harsha/repos/aimem/aimem-client) (*) │ ├── aimem-fuser v0.1.1 (/home/harsha/repos/aimem/aimem-fuser) │ │ ├── libc v0.2.176 │ │ ├── log v0.4.28 (*) │ │ ├── memchr v2.7.6 │ │ ├── nix v0.29.0 │ │ │ ├── bitflags v2.9.4 │ │ │ ├── cfg-if v1.0.3 │ │ │ └── libc v0.2.176 │ │ ├── page_size v0.6.0 │ │ │ └── libc v0.2.176 │ │ ├── smallvec v1.15.1 │ │ └── zerocopy v0.8.26 (*) │ ├── anyhow v1.0.103 │ ├── async-channel v2.5.0 (*) │ ├── async-lock v3.4.1 (*) │ ├── async-stream v0.3.6 (*) │ ├── async-trait v0.1.89 (proc-macro) (*) │ ├── base64ct v1.8.0 │ ├── bincode v2.0.1 │ │ ├── bincode_derive v2.0.1 (proc-macro) │ │ │ └── virtue v0.0.18 │ │ └── unty v0.0.4 │ ├── bitflags v2.9.4 │ ├── bytes v1.11.1 (*) │ ├── clap v4.5.48 │ │ ├── clap_builder v4.5.48 │ │ │ ├── anstream v0.6.20 (*) │ │ │ ├── anstyle v1.0.11 │ │ │ ├── clap_lex v0.7.5 │ │ │ └── strsim v0.11.1 │ │ └── clap_derive v4.5.47 (proc-macro) │ │ ├── heck v0.5.0 │ │ ├── proc-macro2 v1.0.106 (*) │ │ ├── quote v1.0.45 (*) │ │ └── syn v2.0.117 (*) │ ├── const_format v0.2.34 (*) │ ├── crc-fast v1.10.0 (*) │ ├── ctrlc v3.5.0 │ │ └── nix v0.30.1 │ │ ├── bitflags v2.9.4 │ │ ├── cfg-if v1.0.3 │ │ └── libc v0.2.176 │ ├── dashmap v6.1.0 (*) │ ├── futures v0.3.31 (*) │ ├── futures-timer v3.0.3 │ ├── hashbrown v0.15.5 │ │ ├── allocator-api2 v0.2.21 │ │ ├── equivalent v1.0.2 │ │ └── foldhash v0.1.5 │ ├── hdrhistogram v7.5.4 │ │ ├── byteorder v1.5.0 │ │ └── num-traits v0.2.19 │ ├── hex v0.4.3 │ ├── humansize v2.1.3 │ │ └── libm v0.2.15 │ ├── libc v0.2.176 │ ├── linked-hash-map v0.5.6 │ ├── metrics v0.24.2 (*) │ ├── mime_guess v2.0.5 │ │ ├── mime v0.3.17 │ │ └── unicase v2.9.0 │ ├── nix v0.30.1 (*) │ ├── opentelemetry v0.32.0 │ │ ├── futures-core v0.3.31 │ │ ├── futures-sink v0.3.31 │ │ ├── pin-project-lite v0.2.16 │ │ ├── thiserror v2.0.17 (*) │ │ └── tracing v0.1.44 (*) │ ├── opentelemetry-otlp v0.32.0 │ │ ├── http v1.4.2 (*) │ │ ├── opentelemetry v0.32.0 (*) │ │ ├── opentelemetry-http v0.32.0 │ │ │ ├── async-trait v0.1.89 (proc-macro) (*) │ │ │ ├── bytes v1.11.1 (*) │ │ │ ├── http v1.4.2 (*) │ │ │ ├── opentelemetry v0.32.0 (*) │ │ │ └── reqwest v0.13.4 │ │ │ ├── base64 v0.22.1 │ │ │ ├── bytes v1.11.1 (*) │ │ │ ├── futures-channel v0.3.31 (*) │ │ │ ├── futures-core v0.3.31 │ │ │ ├── futures-util v0.3.31 (*) │ │ │ ├── http v1.4.2 (*) │ │ │ ├── http-body v1.0.1 (*) │ │ │ ├── http-body-util v0.1.3 (*) │ │ │ ├── hyper v1.10.1 (*) │ │ │ ├── hyper-util v0.1.16 (*) │ │ │ ├── log v0.4.28 (*) │ │ │ ├── percent-encoding v2.3.2 │ │ │ ├── pin-project-lite v0.2.16 │ │ │ ├── sync_wrapper v1.0.2 (*) │ │ │ ├── tokio v1.50.0 (*) │ │ │ ├── tower v0.5.2 (*) │ │ │ ├── tower-http v0.6.8 (*) │ │ │ ├── tower-service v0.3.3 │ │ │ └── url v2.5.7 (*) │ │ ├── opentelemetry-proto v0.32.0 │ │ │ ├── opentelemetry v0.32.0 (*) │ │ │ ├── opentelemetry_sdk v0.32.1 │ │ │ │ ├── futures-channel v0.3.31 (*) │ │ │ │ ├── futures-executor v0.3.31 (*) │ │ │ │ ├── futures-util v0.3.31 (*) │ │ │ │ ├── opentelemetry v0.32.0 (*) │ │ │ │ ├── percent-encoding v2.3.2 │ │ │ │ ├── rand v0.9.3 │ │ │ │ │ ├── rand_chacha v0.9.0 │ │ │ │ │ │ ├── ppv-lite86 v0.2.21 │ │ │ │ │ │ │ └── zerocopy v0.8.26 (*) │ │ │ │ │ │ └── rand_core v0.9.3 │ │ │ │ │ │ └── getrandom v0.3.3 │ │ │ │ │ │ ├── cfg-if v1.0.3 │ │ │ │ │ │ └── libc v0.2.176 │ │ │ │ │ └── rand_core v0.9.3 (*) │ │ │ │ ├── thiserror v2.0.17 (*) │ │ │ │ ├── tokio v1.50.0 (*) │ │ │ │ └── tokio-stream v0.1.17 │ │ │ │ ├── futures-core v0.3.31 │ │ │ │ ├── pin-project-lite v0.2.16 │ │ │ │ └── tokio v1.50.0 (*) │ │ │ └── prost v0.14.1 │ │ │ ├── bytes v1.11.1 (*) │ │ │ └── prost-derive v0.14.1 (proc-macro) │ │ │ ├── anyhow v1.0.103 │ │ │ ├── itertools v0.14.0 │ │ │ │ └── either v1.15.0 │ │ │ ├── proc-macro2 v1.0.106 (*) │ │ │ ├── quote v1.0.45 (*) │ │ │ └── syn v2.0.117 (*) │ │ ├── opentelemetry_sdk v0.32.1 (*) │ │ ├── prost v0.14.1 (*) │ │ ├── reqwest v0.13.4 (*) │ │ └── thiserror v2.0.17 (*) │ ├── opentelemetry_sdk v0.32.1 (*) │ ├── procfs v0.18.0 │ │ ├── bitflags v2.9.4 │ │ ├── procfs-core v0.18.0 │ │ │ ├── bitflags v2.9.4 │ │ │ └── hex v0.4.3 │ │ └── rustix v1.0.8 (*) │ ├── rand v0.9.3 (*) │ ├── regex v1.12.2 (*) │ ├── serde v1.0.228 (*) │ ├── serde_json v1.0.145 (*) │ ├── sha2 v0.10.9 (*) │ ├── signal-hook v0.3.18 │ │ ├── libc v0.2.176 │ │ └── signal-hook-registry v1.4.6 (*) │ ├── supports-color v3.0.2 (*) │ ├── sysinfo v0.37.2 │ │ ├── libc v0.2.176 │ │ └── memchr v2.7.6 │ ├── syslog v7.0.0 │ │ ├── hostname v0.4.1 │ │ │ ├── cfg-if v1.0.3 │ │ │ └── libc v0.2.176 │ │ ├── libc v0.2.176 │ │ ├── log v0.4.28 (*) │ │ └── time v0.3.47 (*) │ ├── tempfile v3.23.0 │ │ ├── fastrand v2.3.0 │ │ ├── getrandom v0.3.3 (*) │ │ ├── once_cell v1.21.3 │ │ └── rustix v1.0.8 (*) │ ├── thiserror v2.0.17 (*) │ ├── time v0.3.47 (*) │ ├── tokio v1.50.0 (*) │ ├── tracing v0.1.44 (*) │ ├── tracing-log v0.2.0 │ │ ├── log v0.4.28 (*) │ │ ├── once_cell v1.21.3 │ │ └── tracing-core v0.1.36 (*) │ ├── tracing-subscriber v0.3.20 │ │ ├── matchers v0.2.0 │ │ │ └── regex-automata v0.4.13 (*) │ │ ├── nu-ansi-term v0.50.1 │ │ ├── once_cell v1.21.3 │ │ ├── regex-automata v0.4.13 (*) │ │ ├── sharded-slab v0.1.7 │ │ │ └── lazy_static v1.5.0 │ │ ├── smallvec v1.15.1 │ │ ├── thread_local v1.1.9 │ │ │ └── cfg-if v1.0.3 │ │ ├── tracing v0.1.44 (*) │ │ ├── tracing-core v0.1.36 (*) │ │ └── tracing-log v0.2.0 (*) │ └── uuid v1.23.2 (*) ├── aimem-secret v0.1.0 (/home/harsha/repos/aimem/aimem-secret) │ ├── anyhow v1.0.103 │ ├── reqwest v0.12.22 (*) │ └── thiserror v2.0.17 (*) ├── anyhow v1.0.103 ├── clap v4.5.48 (*) ├── futures v0.3.31 (*) ├── nix v0.30.1 (*) ├── owo-colors v4.2.3 │ ├── supports-color v2.1.0 │ │ ├── is-terminal v0.4.16 │ │ │ └── libc v0.2.176 │ │ └── is_ci v1.2.0 │ └── supports-color v3.0.2 (*) ├── rand v0.9.3 (*) ├── regex v1.12.2 (*) ├── serde v1.0.228 (*) ├── serde_json v1.0.145 (*) ├── serde_yaml v0.9.34+deprecated (*) ├── sysinfo v0.37.2 (*) ├── tokio v1.50.0 (*) └── tracing v0.1.44 (*) aimem-client v0.19.5 (/home/harsha/repos/aimem/aimem-client) (*) aimem-fs v0.8.4 (/home/harsha/repos/aimem/aimem-fs) (*) aimem-fuser v0.1.1 (/home/harsha/repos/aimem/aimem-fuser) (*) aimem-fusermount v0.1.0 (/home/harsha/repos/aimem/aimem-fusermount) └── libc v0.2.176 aimem-secret v0.1.0 (/home/harsha/repos/aimem/aimem-secret) (*) aimem-sink v0.1.0 (/home/harsha/repos/aimem/aimem-sink) ├── flate2 v1.1.9 │ ├── crc32fast v1.5.0 │ │ └── cfg-if v1.0.3 │ └── miniz_oxide v0.8.9 │ ├── adler2 v2.0.1 │ └── simd-adler32 v0.3.10 └── serde v1.0.228 (*) test-utils v0.1.0 (/home/harsha/repos/aimem/test-utils) ├── bollard v0.20.2 │ ├── async-stream v0.3.6 (*) │ ├── base64 v0.22.1 │ ├── bitflags v2.9.4 │ ├── bollard-buildkit-proto v0.7.0 │ │ ├── prost v0.14.1 (*) │ │ ├── prost-types v0.14.1 │ │ │ └── prost v0.14.1 (*) │ │ ├── tonic v0.14.2 │ │ │ ├── async-trait v0.1.89 (proc-macro) (*) │ │ │ ├── axum v0.8.9 │ │ │ │ ├── axum-core v0.5.6 │ │ │ │ │ ├── bytes v1.11.1 (*) │ │ │ │ │ ├── futures-core v0.3.31 │ │ │ │ │ ├── http v1.4.2 (*) │ │ │ │ │ ├── http-body v1.0.1 (*) │ │ │ │ │ ├── http-body-util v0.1.3 (*) │ │ │ │ │ ├── mime v0.3.17 │ │ │ │ │ ├── pin-project-lite v0.2.16 │ │ │ │ │ ├── sync_wrapper v1.0.2 (*) │ │ │ │ │ ├── tower-layer v0.3.3 │ │ │ │ │ └── tower-service v0.3.3 │ │ │ │ ├── bytes v1.11.1 (*) │ │ │ │ ├── futures-util v0.3.31 (*) │ │ │ │ ├── http v1.4.2 (*) │ │ │ │ ├── http-body v1.0.1 (*) │ │ │ │ ├── http-body-util v0.1.3 (*) │ │ │ │ ├── itoa v1.0.18 │ │ │ │ ├── matchit v0.8.4 │ │ │ │ ├── memchr v2.7.6 │ │ │ │ ├── mime v0.3.17 │ │ │ │ ├── percent-encoding v2.3.2 │ │ │ │ ├── pin-project-lite v0.2.16 │ │ │ │ ├── serde_core v1.0.228 │ │ │ │ ├── sync_wrapper v1.0.2 (*) │ │ │ │ ├── tower v0.5.2 (*) │ │ │ │ ├── tower-layer v0.3.3 │ │ │ │ └── tower-service v0.3.3 │ │ │ ├── base64 v0.22.1 │ │ │ ├── bytes v1.11.1 (*) │ │ │ ├── h2 v0.4.17 (*) │ │ │ ├── http v1.4.2 (*) │ │ │ ├── http-body v1.0.1 (*) │ │ │ ├── http-body-util v0.1.3 (*) │ │ │ ├── hyper v1.10.1 (*) │ │ │ ├── hyper-timeout v0.5.2 │ │ │ │ ├── hyper v1.10.1 (*) │ │ │ │ ├── hyper-util v0.1.16 (*) │ │ │ │ ├── pin-project-lite v0.2.16 │ │ │ │ ├── tokio v1.50.0 (*) │ │ │ │ └── tower-service v0.3.3 │ │ │ ├── hyper-util v0.1.16 (*) │ │ │ ├── percent-encoding v2.3.2 │ │ │ ├── pin-project v1.1.10 (*) │ │ │ ├── socket2 v0.6.0 (*) │ │ │ ├── sync_wrapper v1.0.2 (*) │ │ │ ├── tokio v1.50.0 (*) │ │ │ ├── tokio-stream v0.1.17 (*) │ │ │ ├── tower v0.5.2 (*) │ │ │ ├── tower-layer v0.3.3 │ │ │ ├── tower-service v0.3.3 │ │ │ └── tracing v0.1.44 (*) │ │ ├── tonic-prost v0.14.2 │ │ │ ├── bytes v1.11.1 (*) │ │ │ ├── prost v0.14.1 (*) │ │ │ └── tonic v0.14.2 (*) │ │ └── ureq v3.3.0 │ │ ├── base64 v0.22.1 │ │ ├── log v0.4.28 (*) │ │ ├── percent-encoding v2.3.2 │ │ ├── rustls v0.23.31 (*) │ │ ├── rustls-pki-types v1.12.0 (*) │ │ ├── ureq-proto v0.6.0 │ │ │ ├── base64 v0.22.1 │ │ │ ├── http v1.4.2 (*) │ │ │ ├── httparse v1.10.1 │ │ │ └── log v0.4.28 (*) │ │ └── utf8-zero v0.8.1 │ ├── bollard-stubs v1.52.1-rc.29.1.3 │ │ ├── base64 v0.22.1 │ │ ├── bollard-buildkit-proto v0.7.0 (*) │ │ ├── bytes v1.11.1 (*) │ │ ├── prost v0.14.1 (*) │ │ ├── serde v1.0.228 (*) │ │ ├── serde_json v1.0.145 (*) │ │ ├── serde_repr v0.1.20 (proc-macro) │ │ │ ├── proc-macro2 v1.0.106 (*) │ │ │ ├── quote v1.0.45 (*) │ │ │ └── syn v2.0.117 (*) │ │ └── time v0.3.47 (*) │ ├── bytes v1.11.1 (*) │ ├── futures-core v0.3.31 │ ├── futures-util v0.3.31 (*) │ ├── hex v0.4.3 │ ├── home v0.5.11 │ ├── http v1.4.2 (*) │ ├── http-body-util v0.1.3 (*) │ ├── hyper v1.10.1 (*) │ ├── hyper-rustls v0.27.7 (*) │ ├── hyper-util v0.1.16 (*) │ ├── hyperlocal v0.9.1 │ │ ├── hex v0.4.3 │ │ ├── http-body-util v0.1.3 (*) │ │ ├── hyper v1.10.1 (*) │ │ ├── hyper-util v0.1.16 (*) │ │ ├── pin-project-lite v0.2.16 │ │ ├── tokio v1.50.0 (*) │ │ └── tower-service v0.3.3 │ ├── log v0.4.28 (*) │ ├── num v0.4.3 │ │ ├── num-bigint v0.4.6 │ │ │ ├── num-integer v0.1.46 │ │ │ │ └── num-traits v0.2.19 │ │ │ └── num-traits v0.2.19 │ │ ├── num-complex v0.4.6 │ │ │ └── num-traits v0.2.19 │ │ ├── num-integer v0.1.46 (*) │ │ ├── num-iter v0.1.45 │ │ │ ├── num-integer v0.1.46 (*) │ │ │ └── num-traits v0.2.19 │ │ ├── num-rational v0.4.2 │ │ │ ├── num-bigint v0.4.6 (*) │ │ │ ├── num-integer v0.1.46 (*) │ │ │ └── num-traits v0.2.19 │ │ └── num-traits v0.2.19 │ ├── pin-project-lite v0.2.16 │ ├── rand v0.9.3 (*) │ ├── rustls v0.23.31 (*) │ ├── rustls-native-certs v0.8.1 (*) │ ├── rustls-pki-types v1.12.0 (*) │ ├── serde v1.0.228 (*) │ ├── serde_derive v1.0.228 (proc-macro) (*) │ ├── serde_json v1.0.145 (*) │ ├── serde_urlencoded v0.7.1 (*) │ ├── thiserror v2.0.17 (*) │ ├── time v0.3.47 (*) │ ├── tokio v1.50.0 (*) │ ├── tokio-stream v0.1.17 (*) │ ├── tokio-util v0.7.18 (*) │ ├── tonic v0.14.2 (*) │ ├── tower-service v0.3.3 │ └── url v2.5.7 (*) ├── futures v0.3.31 (*) ├── jsonwebtoken v10.4.0 │ ├── base64 v0.22.1 │ ├── pem v3.0.6 │ │ └── base64 v0.22.1 │ ├── serde v1.0.228 (*) │ ├── serde_json v1.0.145 (*) │ ├── signature v2.2.0 │ ├── simple_asn1 v0.6.3 │ │ ├── num-bigint v0.4.6 (*) │ │ ├── num-traits v0.2.19 │ │ ├── thiserror v2.0.17 (*) │ │ └── time v0.3.47 (*) │ └── zeroize v1.8.2 (*) ├── reqwest v0.12.22 (*) ├── serde v1.0.228 (*) ├── serde_json v1.0.145 (*) ├── testcontainers v0.27.3 │ ├── astral-tokio-tar v0.6.2 │ │ ├── filetime v0.2.26 │ │ │ ├── cfg-if v1.0.3 │ │ │ └── libc v0.2.176 │ │ ├── futures-core v0.3.31 │ │ ├── libc v0.2.176 │ │ ├── portable-atomic v1.13.1 │ │ ├── rustc-hash v2.1.1 │ │ ├── tokio v1.50.0 (*) │ │ ├── tokio-stream v0.1.17 (*) │ │ └── xattr v1.6.1 │ │ └── rustix v1.0.8 (*) │ ├── async-trait v0.1.89 (proc-macro) (*) │ ├── bollard v0.20.2 (*) │ ├── bytes v1.11.1 (*) │ ├── docker_credential v1.3.2 │ │ ├── base64 v0.21.7 │ │ ├── serde v1.0.228 (*) │ │ └── serde_json v1.0.145 (*) │ ├── either v1.15.0 │ ├── etcetera v0.11.0 │ │ └── cfg-if v1.0.3 │ ├── ferroid v2.0.0 │ │ ├── portable-atomic v1.13.1 │ │ └── rand v0.10.1 │ │ ├── chacha20 v0.10.0 │ │ │ ├── cfg-if v1.0.3 │ │ │ ├── cpufeatures v0.3.0 │ │ │ └── rand_core v0.10.1 │ │ ├── getrandom v0.4.2 (*) │ │ └── rand_core v0.10.1 │ ├── futures v0.3.31 (*) │ ├── http v1.4.2 (*) │ ├── itertools v0.14.0 (*) │ ├── log v0.4.28 (*) │ ├── memchr v2.7.6 │ ├── parse-display v0.9.1 │ │ ├── parse-display-derive v0.9.1 (proc-macro) │ │ │ ├── proc-macro2 v1.0.106 (*) │ │ │ ├── quote v1.0.45 (*) │ │ │ ├── regex v1.12.2 (*) │ │ │ ├── regex-syntax v0.8.6 │ │ │ ├── structmeta v0.3.0 │ │ │ │ ├── proc-macro2 v1.0.106 (*) │ │ │ │ ├── quote v1.0.45 (*) │ │ │ │ ├── structmeta-derive v0.3.0 (proc-macro) │ │ │ │ │ ├── proc-macro2 v1.0.106 (*) │ │ │ │ │ ├── quote v1.0.45 (*) │ │ │ │ │ └── syn v2.0.117 (*) │ │ │ │ └── syn v2.0.117 (*) │ │ │ └── syn v2.0.117 (*) │ │ ├── regex v1.12.2 (*) │ │ └── regex-syntax v0.8.6 │ ├── pin-project-lite v0.2.16 │ ├── serde v1.0.228 (*) │ ├── serde_json v1.0.145 (*) │ ├── serde_with v3.17.0 │ │ ├── serde_core v1.0.228 │ │ └── serde_with_macros v3.17.0 (proc-macro) │ │ ├── darling v0.21.3 │ │ │ ├── darling_core v0.21.3 │ │ │ │ ├── fnv v1.0.7 │ │ │ │ ├── ident_case v1.0.1 │ │ │ │ ├── proc-macro2 v1.0.106 (*) │ │ │ │ ├── quote v1.0.45 (*) │ │ │ │ ├── strsim v0.11.1 │ │ │ │ └── syn v2.0.117 (*) │ │ │ └── darling_macro v0.21.3 (proc-macro) │ │ │ ├── darling_core v0.21.3 (*) │ │ │ ├── quote v1.0.45 (*) │ │ │ └── syn v2.0.117 (*) │ │ ├── proc-macro2 v1.0.106 (*) │ │ ├── quote v1.0.45 (*) │ │ └── syn v2.0.117 (*) │ ├── thiserror v2.0.17 (*) │ ├── tokio v1.50.0 (*) │ ├── tokio-stream v0.1.17 (*) │ ├── tokio-util v0.7.18 (*) │ └── url v2.5.7 (*) └── tokio v1.50.0 (*) === aimem-bio (excluded sub-workspace) === aimem-bio v0.1.0 (/home/harsha/repos/aimem/aimem-bio) ├── aimem-client v0.19.5 (/home/harsha/repos/aimem/aimem-client) │ ├── async-trait v0.1.89 (proc-macro) │ │ ├── proc-macro2 v1.0.106 │ │ │ └── unicode-ident v1.0.24 │ │ ├── quote v1.0.46 │ │ │ └── proc-macro2 v1.0.106 (*) │ │ └── syn v2.0.119 │ │ ├── proc-macro2 v1.0.106 (*) │ │ ├── quote v1.0.46 (*) │ │ └── unicode-ident v1.0.24 │ ├── auto_impl v1.3.0 (proc-macro) │ │ ├── proc-macro2 v1.0.106 (*) │ │ ├── quote v1.0.46 (*) │ │ └── syn v2.0.119 (*) │ ├── base64ct v1.8.3 │ ├── bytes v1.12.1 │ ├── const_format v0.2.36 │ │ ├── const_format_proc_macros v0.2.34 (proc-macro) │ │ │ ├── proc-macro2 v1.0.106 (*) │ │ │ ├── quote v1.0.46 (*) │ │ │ └── unicode-xid v0.2.6 │ │ └── konst v0.2.20 │ │ └── konst_macro_rules v0.2.19 │ ├── crc-fast v1.10.0 │ │ ├── digest v0.10.7 │ │ │ ├── block-buffer v0.10.4 │ │ │ │ └── generic-array v0.14.7 │ │ │ │ └── typenum v1.20.1 │ │ │ ├── crypto-common v0.1.7 │ │ │ │ ├── generic-array v0.14.7 (*) │ │ │ │ ├── rand_core v0.6.4 │ │ │ │ │ └── getrandom v0.2.17 │ │ │ │ │ ├── cfg-if v1.0.4 │ │ │ │ │ └── libc v0.2.186 │ │ │ │ └── typenum v1.20.1 │ │ │ └── subtle v2.6.1 │ │ └── spin v0.10.1 │ ├── futures v0.3.32 │ │ ├── futures-channel v0.3.32 │ │ │ ├── futures-core v0.3.32 │ │ │ └── futures-sink v0.3.32 │ │ ├── futures-core v0.3.32 │ │ ├── futures-executor v0.3.32 │ │ │ ├── futures-core v0.3.32 │ │ │ ├── futures-task v0.3.32 │ │ │ └── futures-util v0.3.32 │ │ │ ├── futures-channel v0.3.32 (*) │ │ │ ├── futures-core v0.3.32 │ │ │ ├── futures-io v0.3.32 │ │ │ ├── futures-macro v0.3.32 (proc-macro) │ │ │ │ ├── proc-macro2 v1.0.106 (*) │ │ │ │ ├── quote v1.0.46 (*) │ │ │ │ └── syn v2.0.119 (*) │ │ │ ├── futures-sink v0.3.32 │ │ │ ├── futures-task v0.3.32 │ │ │ ├── memchr v2.8.3 │ │ │ ├── pin-project-lite v0.2.17 │ │ │ └── slab v0.4.12 │ │ ├── futures-io v0.3.32 │ │ ├── futures-sink v0.3.32 │ │ ├── futures-task v0.3.32 │ │ └── futures-util v0.3.32 (*) │ ├── futures-timer v3.0.4 │ ├── metrics v0.24.6 │ │ └── rapidhash v4.5.1 │ │ └── rustversion v1.0.23 (proc-macro) │ ├── minio v0.4.0 (https://github.com/minio/minio-rs?rev=7abc86c261299da8fa30ad1231fe955224881b70#7abc86c2) │ │ ├── async-recursion v1.1.1 (proc-macro) │ │ │ ├── proc-macro2 v1.0.106 (*) │ │ │ ├── quote v1.0.46 (*) │ │ │ └── syn v2.0.119 (*) │ │ ├── async-std v1.13.2 │ │ │ ├── async-attributes v1.1.2 (proc-macro) │ │ │ │ ├── quote v1.0.46 (*) │ │ │ │ └── syn v1.0.109 │ │ │ │ ├── proc-macro2 v1.0.106 (*) │ │ │ │ ├── quote v1.0.46 (*) │ │ │ │ └── unicode-ident v1.0.24 │ │ │ ├── async-channel v1.9.0 │ │ │ │ ├── concurrent-queue v2.5.0 │ │ │ │ │ └── crossbeam-utils v0.8.22 │ │ │ │ ├── event-listener v2.5.3 │ │ │ │ └── futures-core v0.3.32 │ │ │ ├── async-global-executor v2.4.1 │ │ │ │ ├── async-channel v2.5.0 │ │ │ │ │ ├── concurrent-queue v2.5.0 (*) │ │ │ │ │ ├── event-listener-strategy v0.5.4 │ │ │ │ │ │ ├── event-listener v5.4.1 │ │ │ │ │ │ │ ├── concurrent-queue v2.5.0 (*) │ │ │ │ │ │ │ ├── parking v2.2.1 │ │ │ │ │ │ │ └── pin-project-lite v0.2.17 │ │ │ │ │ │ └── pin-project-lite v0.2.17 │ │ │ │ │ ├── futures-core v0.3.32 │ │ │ │ │ └── pin-project-lite v0.2.17 │ │ │ │ ├── async-executor v1.14.0 │ │ │ │ │ ├── async-task v4.7.1 │ │ │ │ │ ├── concurrent-queue v2.5.0 (*) │ │ │ │ │ ├── fastrand v2.4.1 │ │ │ │ │ ├── futures-lite v2.6.1 │ │ │ │ │ │ ├── fastrand v2.4.1 │ │ │ │ │ │ ├── futures-core v0.3.32 │ │ │ │ │ │ ├── futures-io v0.3.32 │ │ │ │ │ │ ├── parking v2.2.1 │ │ │ │ │ │ └── pin-project-lite v0.2.17 │ │ │ │ │ ├── pin-project-lite v0.2.17 │ │ │ │ │ └── slab v0.4.12 │ │ │ │ ├── async-io v2.6.0 │ │ │ │ │ ├── cfg-if v1.0.4 │ │ │ │ │ ├── concurrent-queue v2.5.0 (*) │ │ │ │ │ ├── futures-io v0.3.32 │ │ │ │ │ ├── futures-lite v2.6.1 (*) │ │ │ │ │ ├── parking v2.2.1 │ │ │ │ │ ├── polling v3.11.0 │ │ │ │ │ │ ├── cfg-if v1.0.4 │ │ │ │ │ │ └── rustix v1.1.4 │ │ │ │ │ │ ├── bitflags v2.13.1 │ │ │ │ │ │ └── linux-raw-sys v0.12.1 │ │ │ │ │ ├── rustix v1.1.4 (*) │ │ │ │ │ └── slab v0.4.12 │ │ │ │ ├── async-lock v3.4.2 │ │ │ │ │ ├── event-listener v5.4.1 (*) │ │ │ │ │ ├── event-listener-strategy v0.5.4 (*) │ │ │ │ │ └── pin-project-lite v0.2.17 │ │ │ │ ├── blocking v1.6.2 │ │ │ │ │ ├── async-channel v2.5.0 (*) │ │ │ │ │ ├── async-task v4.7.1 │ │ │ │ │ ├── futures-io v0.3.32 │ │ │ │ │ ├── futures-lite v2.6.1 (*) │ │ │ │ │ └── piper v0.2.5 │ │ │ │ │ ├── atomic-waker v1.1.2 │ │ │ │ │ ├── fastrand v2.4.1 │ │ │ │ │ └── futures-io v0.3.32 │ │ │ │ ├── futures-lite v2.6.1 (*) │ │ │ │ └── once_cell v1.21.4 │ │ │ ├── async-io v2.6.0 (*) │ │ │ ├── async-lock v3.4.2 (*) │ │ │ ├── crossbeam-utils v0.8.22 │ │ │ ├── futures-core v0.3.32 │ │ │ ├── futures-io v0.3.32 │ │ │ ├── futures-lite v2.6.1 (*) │ │ │ ├── kv-log-macro v1.0.7 │ │ │ │ └── log v0.4.33 │ │ │ │ └── value-bag v1.13.0 │ │ │ ├── log v0.4.33 (*) │ │ │ ├── memchr v2.8.3 │ │ │ ├── once_cell v1.21.4 │ │ │ ├── pin-project-lite v0.2.17 │ │ │ ├── pin-utils v0.1.0 │ │ │ └── slab v0.4.12 │ │ ├── async-stream v0.3.6 │ │ │ ├── async-stream-impl v0.3.6 (proc-macro) │ │ │ │ ├── proc-macro2 v1.0.106 (*) │ │ │ │ ├── quote v1.0.46 (*) │ │ │ │ └── syn v2.0.119 (*) │ │ │ ├── futures-core v0.3.32 │ │ │ └── pin-project-lite v0.2.17 │ │ ├── async-trait v0.1.89 (proc-macro) (*) │ │ ├── base64 v0.22.1 │ │ ├── bytes v1.12.1 │ │ ├── chrono v0.4.45 │ │ │ ├── iana-time-zone v0.1.65 │ │ │ ├── num-traits v0.2.19 │ │ │ │ └── libm v0.2.16 │ │ │ └── serde v1.0.228 │ │ │ ├── serde_core v1.0.228 │ │ │ └── serde_derive v1.0.228 (proc-macro) │ │ │ ├── proc-macro2 v1.0.106 (*) │ │ │ ├── quote v1.0.46 (*) │ │ │ └── syn v2.0.119 (*) │ │ ├── crc-fast v1.10.0 (*) │ │ ├── dashmap v6.2.1 │ │ │ ├── cfg-if v1.0.4 │ │ │ ├── crossbeam-utils v0.8.22 │ │ │ ├── hashbrown v0.14.5 │ │ │ ├── lock_api v0.4.14 │ │ │ │ └── scopeguard v1.2.0 │ │ │ ├── once_cell v1.21.4 │ │ │ └── parking_lot_core v0.9.12 │ │ │ ├── cfg-if v1.0.4 │ │ │ ├── libc v0.2.186 │ │ │ └── smallvec v1.15.2 │ │ ├── env_logger v0.11.11 │ │ │ ├── anstream v1.0.0 │ │ │ │ ├── anstyle v1.0.14 │ │ │ │ ├── anstyle-parse v1.0.0 │ │ │ │ │ └── utf8parse v0.2.2 │ │ │ │ ├── anstyle-query v1.1.5 │ │ │ │ ├── colorchoice v1.0.5 │ │ │ │ ├── is_terminal_polyfill v1.70.2 │ │ │ │ └── utf8parse v0.2.2 │ │ │ ├── anstyle v1.0.14 │ │ │ ├── env_filter v2.0.0 │ │ │ │ ├── log v0.4.33 (*) │ │ │ │ └── regex v1.13.1 │ │ │ │ ├── aho-corasick v1.1.4 │ │ │ │ │ └── memchr v2.8.3 │ │ │ │ ├── memchr v2.8.3 │ │ │ │ ├── regex-automata v0.4.16 │ │ │ │ │ ├── aho-corasick v1.1.4 (*) │ │ │ │ │ ├── memchr v2.8.3 │ │ │ │ │ └── regex-syntax v0.8.11 │ │ │ │ └── regex-syntax v0.8.11 │ │ │ ├── jiff v0.2.32 │ │ │ │ └── serde_core v1.0.228 │ │ │ └── log v0.4.33 (*) │ │ ├── futures-util v0.3.32 (*) │ │ ├── hmac v0.12.1 │ │ │ └── digest v0.10.7 (*) │ │ ├── http v1.4.2 │ │ │ ├── bytes v1.12.1 │ │ │ └── itoa v1.0.18 │ │ ├── hyper v1.10.1 │ │ │ ├── atomic-waker v1.1.2 │ │ │ ├── bytes v1.12.1 │ │ │ ├── futures-channel v0.3.32 (*) │ │ │ ├── futures-core v0.3.32 │ │ │ ├── h2 v0.4.17 │ │ │ │ ├── atomic-waker v1.1.2 │ │ │ │ ├── bytes v1.12.1 │ │ │ │ ├── fnv v1.0.7 │ │ │ │ ├── futures-core v0.3.32 │ │ │ │ ├── futures-sink v0.3.32 │ │ │ │ ├── http v1.4.2 (*) │ │ │ │ ├── indexmap v2.14.0 │ │ │ │ │ ├── equivalent v1.0.2 │ │ │ │ │ └── hashbrown v0.17.1 │ │ │ │ ├── slab v0.4.12 │ │ │ │ ├── tokio v1.53.0 │ │ │ │ │ ├── bytes v1.12.1 │ │ │ │ │ ├── libc v0.2.186 │ │ │ │ │ ├── mio v1.2.2 │ │ │ │ │ │ └── libc v0.2.186 │ │ │ │ │ ├── pin-project-lite v0.2.17 │ │ │ │ │ ├── socket2 v0.6.5 │ │ │ │ │ │ └── libc v0.2.186 │ │ │ │ │ └── tokio-macros v2.7.1 (proc-macro) │ │ │ │ │ ├── proc-macro2 v1.0.106 (*) │ │ │ │ │ ├── quote v1.0.46 (*) │ │ │ │ │ └── syn v2.0.119 (*) │ │ │ │ ├── tokio-util v0.7.18 │ │ │ │ │ ├── bytes v1.12.1 │ │ │ │ │ ├── futures-core v0.3.32 │ │ │ │ │ ├── futures-sink v0.3.32 │ │ │ │ │ ├── pin-project-lite v0.2.17 │ │ │ │ │ └── tokio v1.53.0 (*) │ │ │ │ └── tracing v0.1.44 │ │ │ │ ├── log v0.4.33 (*) │ │ │ │ ├── pin-project-lite v0.2.17 │ │ │ │ ├── tracing-attributes v0.1.31 (proc-macro) │ │ │ │ │ ├── proc-macro2 v1.0.106 (*) │ │ │ │ │ ├── quote v1.0.46 (*) │ │ │ │ │ └── syn v2.0.119 (*) │ │ │ │ └── tracing-core v0.1.36 │ │ │ │ └── once_cell v1.21.4 │ │ │ ├── http v1.4.2 (*) │ │ │ ├── http-body v1.1.0 │ │ │ │ ├── bytes v1.12.1 │ │ │ │ └── http v1.4.2 (*) │ │ │ ├── httparse v1.10.1 │ │ │ ├── httpdate v1.0.3 │ │ │ ├── itoa v1.0.18 │ │ │ ├── pin-project-lite v0.2.17 │ │ │ ├── smallvec v1.15.2 │ │ │ ├── tokio v1.53.0 (*) │ │ │ └── want v0.3.1 │ │ │ └── try-lock v0.2.5 │ │ ├── lazy_static v1.5.0 │ │ ├── log v0.4.33 (*) │ │ ├── md5 v0.8.1 │ │ ├── multimap v0.10.1 │ │ │ └── serde v1.0.228 (*) │ │ ├── percent-encoding v2.3.2 │ │ ├── regex v1.13.1 (*) │ │ ├── reqwest v0.12.28 │ │ │ ├── base64 v0.22.1 │ │ │ ├── bytes v1.12.1 │ │ │ ├── futures-core v0.3.32 │ │ │ ├── futures-util v0.3.32 (*) │ │ │ ├── h2 v0.4.17 (*) │ │ │ ├── http v1.4.2 (*) │ │ │ ├── http-body v1.1.0 (*) │ │ │ ├── http-body-util v0.1.4 │ │ │ │ ├── bytes v1.12.1 │ │ │ │ ├── futures-core v0.3.32 │ │ │ │ ├── http v1.4.2 (*) │ │ │ │ ├── http-body v1.1.0 (*) │ │ │ │ └── pin-project-lite v0.2.17 │ │ │ ├── hyper v1.10.1 (*) │ │ │ ├── hyper-rustls v0.27.9 │ │ │ │ ├── http v1.4.2 (*) │ │ │ │ ├── hyper v1.10.1 (*) │ │ │ │ ├── hyper-util v0.1.20 │ │ │ │ │ ├── base64 v0.22.1 │ │ │ │ │ ├── bytes v1.12.1 │ │ │ │ │ ├── futures-channel v0.3.32 (*) │ │ │ │ │ ├── futures-util v0.3.32 (*) │ │ │ │ │ ├── http v1.4.2 (*) │ │ │ │ │ ├── http-body v1.1.0 (*) │ │ │ │ │ ├── hyper v1.10.1 (*) │ │ │ │ │ ├── ipnet v2.12.0 │ │ │ │ │ ├── libc v0.2.186 │ │ │ │ │ ├── percent-encoding v2.3.2 │ │ │ │ │ ├── pin-project-lite v0.2.17 │ │ │ │ │ ├── socket2 v0.6.5 (*) │ │ │ │ │ ├── tokio v1.53.0 (*) │ │ │ │ │ ├── tower-service v0.3.3 │ │ │ │ │ └── tracing v0.1.44 (*) │ │ │ │ ├── rustls v0.23.42 │ │ │ │ │ ├── aws-lc-rs v1.17.3 │ │ │ │ │ │ ├── aws-lc-sys v0.43.0 │ │ │ │ │ │ └── zeroize v1.9.0 │ │ │ │ │ ├── once_cell v1.21.4 │ │ │ │ │ ├── ring v0.17.14 │ │ │ │ │ │ ├── cfg-if v1.0.4 │ │ │ │ │ │ ├── getrandom v0.2.17 (*) │ │ │ │ │ │ └── untrusted v0.9.0 │ │ │ │ │ ├── rustls-pki-types v1.15.0 │ │ │ │ │ │ └── zeroize v1.9.0 │ │ │ │ │ ├── rustls-webpki v0.103.13 │ │ │ │ │ │ ├── aws-lc-rs v1.17.3 (*) │ │ │ │ │ │ ├── ring v0.17.14 (*) │ │ │ │ │ │ ├── rustls-pki-types v1.15.0 (*) │ │ │ │ │ │ └── untrusted v0.9.0 │ │ │ │ │ ├── subtle v2.6.1 │ │ │ │ │ └── zeroize v1.9.0 │ │ │ │ ├── rustls-native-certs v0.8.4 │ │ │ │ │ ├── openssl-probe v0.2.1 │ │ │ │ │ └── rustls-pki-types v1.15.0 (*) │ │ │ │ ├── tokio v1.53.0 (*) │ │ │ │ ├── tokio-rustls v0.26.4 │ │ │ │ │ ├── rustls v0.23.42 (*) │ │ │ │ │ └── tokio v1.53.0 (*) │ │ │ │ ├── tower-service v0.3.3 │ │ │ │ └── webpki-roots v1.0.8 │ │ │ │ └── rustls-pki-types v1.15.0 (*) │ │ │ ├── hyper-util v0.1.20 (*) │ │ │ ├── log v0.4.33 (*) │ │ │ ├── percent-encoding v2.3.2 │ │ │ ├── pin-project-lite v0.2.17 │ │ │ ├── rustls v0.23.42 (*) │ │ │ ├── rustls-native-certs v0.8.4 (*) │ │ │ ├── rustls-pki-types v1.15.0 (*) │ │ │ ├── serde v1.0.228 (*) │ │ │ ├── serde_json v1.0.150 │ │ │ │ ├── itoa v1.0.18 │ │ │ │ ├── memchr v2.8.3 │ │ │ │ ├── serde_core v1.0.228 │ │ │ │ └── zmij v1.0.23 │ │ │ ├── serde_urlencoded v0.7.1 │ │ │ │ ├── form_urlencoded v1.2.2 │ │ │ │ │ └── percent-encoding v2.3.2 │ │ │ │ ├── itoa v1.0.18 │ │ │ │ ├── ryu v1.0.23 │ │ │ │ └── serde v1.0.228 (*) │ │ │ ├── sync_wrapper v1.0.2 │ │ │ │ └── futures-core v0.3.32 │ │ │ ├── tokio v1.53.0 (*) │ │ │ ├── tokio-rustls v0.26.4 (*) │ │ │ ├── tokio-util v0.7.18 (*) │ │ │ ├── tower v0.5.3 │ │ │ │ ├── futures-core v0.3.32 │ │ │ │ ├── futures-util v0.3.32 (*) │ │ │ │ ├── pin-project-lite v0.2.17 │ │ │ │ ├── sync_wrapper v1.0.2 (*) │ │ │ │ ├── tokio v1.53.0 (*) │ │ │ │ ├── tower-layer v0.3.3 │ │ │ │ └── tower-service v0.3.3 │ │ │ ├── tower-http v0.6.11 │ │ │ │ ├── bitflags v2.13.1 │ │ │ │ ├── bytes v1.12.1 │ │ │ │ ├── futures-util v0.3.32 (*) │ │ │ │ ├── http v1.4.2 (*) │ │ │ │ ├── http-body v1.1.0 (*) │ │ │ │ ├── pin-project-lite v0.2.17 │ │ │ │ ├── tower v0.5.3 (*) │ │ │ │ ├── tower-layer v0.3.3 │ │ │ │ ├── tower-service v0.3.3 │ │ │ │ └── url v2.5.8 │ │ │ │ ├── form_urlencoded v1.2.2 (*) │ │ │ │ ├── idna v1.1.0 │ │ │ │ │ ├── idna_adapter v1.2.2 │ │ │ │ │ │ ├── icu_normalizer v2.2.0 │ │ │ │ │ │ │ ├── icu_collections v2.2.0 │ │ │ │ │ │ │ │ ├── displaydoc v0.2.6 (proc-macro) │ │ │ │ │ │ │ │ │ ├── proc-macro2 v1.0.106 (*) │ │ │ │ │ │ │ │ │ ├── quote v1.0.46 (*) │ │ │ │ │ │ │ │ │ └── syn v2.0.119 (*) │ │ │ │ │ │ │ │ ├── potential_utf v0.1.5 │ │ │ │ │ │ │ │ │ └── zerovec v0.11.6 │ │ │ │ │ │ │ │ │ ├── yoke v0.8.3 │ │ │ │ │ │ │ │ │ │ ├── stable_deref_trait v1.2.1 │ │ │ │ │ │ │ │ │ │ ├── yoke-derive v0.8.2 (proc-macro) │ │ │ │ │ │ │ │ │ │ │ ├── proc-macro2 v1.0.106 (*) │ │ │ │ │ │ │ │ │ │ │ ├── quote v1.0.46 (*) │ │ │ │ │ │ │ │ │ │ │ ├── syn v2.0.119 (*) │ │ │ │ │ │ │ │ │ │ │ └── synstructure v0.13.2 │ │ │ │ │ │ │ │ │ │ │ ├── proc-macro2 v1.0.106 (*) │ │ │ │ │ │ │ │ │ │ │ ├── quote v1.0.46 (*) │ │ │ │ │ │ │ │ │ │ │ └── syn v2.0.119 (*) │ │ │ │ │ │ │ │ │ │ └── zerofrom v0.1.8 │ │ │ │ │ │ │ │ │ │ └── zerofrom-derive v0.1.7 (proc-macro) │ │ │ │ │ │ │ │ │ │ ├── proc-macro2 v1.0.106 (*) │ │ │ │ │ │ │ │ │ │ ├── quote v1.0.46 (*) │ │ │ │ │ │ │ │ │ │ ├── syn v2.0.119 (*) │ │ │ │ │ │ │ │ │ │ └── synstructure v0.13.2 (*) │ │ │ │ │ │ │ │ │ ├── zerofrom v0.1.8 (*) │ │ │ │ │ │ │ │ │ └── zerovec-derive v0.11.3 (proc-macro) │ │ │ │ │ │ │ │ │ ├── proc-macro2 v1.0.106 (*) │ │ │ │ │ │ │ │ │ ├── quote v1.0.46 (*) │ │ │ │ │ │ │ │ │ └── syn v2.0.119 (*) │ │ │ │ │ │ │ │ ├── utf8_iter v1.0.4 │ │ │ │ │ │ │ │ ├── yoke v0.8.3 (*) │ │ │ │ │ │ │ │ ├── zerofrom v0.1.8 (*) │ │ │ │ │ │ │ │ └── zerovec v0.11.6 (*) │ │ │ │ │ │ │ ├── icu_normalizer_data v2.2.0 │ │ │ │ │ │ │ ├── icu_provider v2.2.0 │ │ │ │ │ │ │ │ ├── displaydoc v0.2.6 (proc-macro) (*) │ │ │ │ │ │ │ │ ├── icu_locale_core v2.2.0 │ │ │ │ │ │ │ │ │ ├── displaydoc v0.2.6 (proc-macro) (*) │ │ │ │ │ │ │ │ │ ├── litemap v0.8.2 │ │ │ │ │ │ │ │ │ ├── tinystr v0.8.3 │ │ │ │ │ │ │ │ │ │ ├── displaydoc v0.2.6 (proc-macro) (*) │ │ │ │ │ │ │ │ │ │ └── zerovec v0.11.6 (*) │ │ │ │ │ │ │ │ │ ├── writeable v0.6.3 │ │ │ │ │ │ │ │ │ └── zerovec v0.11.6 (*) │ │ │ │ │ │ │ │ ├── writeable v0.6.3 │ │ │ │ │ │ │ │ ├── yoke v0.8.3 (*) │ │ │ │ │ │ │ │ ├── zerofrom v0.1.8 (*) │ │ │ │ │ │ │ │ ├── zerotrie v0.2.4 │ │ │ │ │ │ │ │ │ ├── displaydoc v0.2.6 (proc-macro) (*) │ │ │ │ │ │ │ │ │ ├── yoke v0.8.3 (*) │ │ │ │ │ │ │ │ │ └── zerofrom v0.1.8 (*) │ │ │ │ │ │ │ │ └── zerovec v0.11.6 (*) │ │ │ │ │ │ │ ├── smallvec v1.15.2 │ │ │ │ │ │ │ └── zerovec v0.11.6 (*) │ │ │ │ │ │ └── icu_properties v2.2.0 │ │ │ │ │ │ ├── icu_collections v2.2.0 (*) │ │ │ │ │ │ ├── icu_locale_core v2.2.0 (*) │ │ │ │ │ │ ├── icu_properties_data v2.2.0 │ │ │ │ │ │ ├── icu_provider v2.2.0 (*) │ │ │ │ │ │ ├── zerotrie v0.2.4 (*) │ │ │ │ │ │ └── zerovec v0.11.6 (*) │ │ │ │ │ ├── smallvec v1.15.2 │ │ │ │ │ └── utf8_iter v1.0.4 │ │ │ │ └── percent-encoding v2.3.2 │ │ │ ├── tower-service v0.3.3 │ │ │ ├── url v2.5.8 (*) │ │ │ └── webpki-roots v1.0.8 (*) │ │ ├── serde v1.0.228 (*) │ │ ├── serde_json v1.0.150 (*) │ │ ├── serde_yaml v0.9.34+deprecated │ │ │ ├── indexmap v2.14.0 (*) │ │ │ ├── itoa v1.0.18 │ │ │ ├── ryu v1.0.23 │ │ │ ├── serde v1.0.228 (*) │ │ │ └── unsafe-libyaml v0.2.11 │ │ ├── sha1 v0.10.7 │ │ │ ├── cfg-if v1.0.4 │ │ │ ├── cpufeatures v0.2.17 │ │ │ └── digest v0.10.7 (*) │ │ ├── sha2 v0.10.9 │ │ │ ├── cfg-if v1.0.4 │ │ │ ├── cpufeatures v0.2.17 │ │ │ └── digest v0.10.7 (*) │ │ ├── thiserror v2.0.18 │ │ │ └── thiserror-impl v2.0.18 (proc-macro) │ │ │ ├── proc-macro2 v1.0.106 (*) │ │ │ ├── quote v1.0.46 (*) │ │ │ └── syn v2.0.119 (*) │ │ ├── twox-hash v2.1.2 │ │ ├── typed-builder v0.23.2 │ │ │ └── typed-builder-macro v0.23.2 (proc-macro) │ │ │ ├── proc-macro2 v1.0.106 (*) │ │ │ ├── quote v1.0.46 (*) │ │ │ └── syn v2.0.119 (*) │ │ ├── url v2.5.8 (*) │ │ ├── urlencoding v2.1.3 │ │ ├── uuid v1.24.0 │ │ │ ├── getrandom v0.4.3 │ │ │ │ ├── cfg-if v1.0.4 │ │ │ │ └── libc v0.2.186 │ │ │ └── serde_core v1.0.228 │ │ └── xmltree v0.12.0 │ │ └── xml v1.3.0 │ ├── percent-encoding v2.3.2 │ ├── pin-project v1.1.13 │ │ └── pin-project-internal v1.1.13 (proc-macro) │ │ ├── proc-macro2 v1.0.106 (*) │ │ ├── quote v1.0.46 (*) │ │ └── syn v2.0.119 (*) │ ├── platform-info v2.1.0 │ │ └── libc v0.2.186 │ ├── regex v1.13.1 (*) │ ├── reqwest v0.12.28 (*) │ ├── serde v1.0.228 (*) │ ├── serde_json v1.0.150 (*) │ ├── sha1 v0.10.7 (*) │ ├── sha2 v0.10.9 (*) │ ├── static_assertions v1.1.0 │ ├── supports-color v3.0.2 │ │ └── is_ci v1.2.0 │ ├── thiserror v2.0.18 (*) │ ├── time v0.3.53 │ │ ├── deranged v0.5.8 │ │ ├── num-conv v0.2.2 │ │ ├── powerfmt v0.2.0 │ │ └── time-core v0.1.9 │ ├── tokio v1.53.0 (*) │ ├── tracing v0.1.44 (*) │ ├── uuid v1.24.0 (*) │ └── xmltree v0.11.0 │ └── xml-rs v0.8.28 ├── aimem-sink v0.1.0 (/home/harsha/repos/aimem/aimem-sink) │ ├── flate2 v1.1.9 │ │ ├── crc32fast v1.5.0 │ │ │ └── cfg-if v1.0.4 │ │ ├── miniz_oxide v0.8.9 │ │ │ ├── adler2 v2.0.1 │ │ │ └── simd-adler32 v0.3.10 │ │ └── zlib-rs v0.6.6 │ └── serde v1.0.228 (*) ├── anyhow v1.0.103 ├── arrow-array v58.3.0 │ ├── ahash v0.8.12 │ │ ├── cfg-if v1.0.4 │ │ ├── getrandom v0.3.4 │ │ │ ├── cfg-if v1.0.4 │ │ │ └── libc v0.2.186 │ │ ├── once_cell v1.21.4 │ │ └── zerocopy v0.8.54 │ │ └── zerocopy-derive v0.8.54 (proc-macro) │ │ ├── proc-macro2 v1.0.106 (*) │ │ ├── quote v1.0.46 (*) │ │ └── syn v2.0.119 (*) │ ├── arrow-buffer v58.3.0 │ │ ├── bytes v1.12.1 │ │ ├── half v2.7.1 │ │ │ ├── cfg-if v1.0.4 │ │ │ ├── num-traits v0.2.19 (*) │ │ │ └── zerocopy v0.8.54 (*) │ │ ├── num-bigint v0.4.8 │ │ │ ├── num-integer v0.1.46 │ │ │ │ └── num-traits v0.2.19 (*) │ │ │ ├── num-traits v0.2.19 (*) │ │ │ └── serde v1.0.228 (*) │ │ └── num-traits v0.2.19 (*) │ ├── arrow-data v58.3.0 │ │ ├── arrow-buffer v58.3.0 (*) │ │ ├── arrow-schema v58.3.0 │ │ ├── half v2.7.1 (*) │ │ ├── num-integer v0.1.46 (*) │ │ └── num-traits v0.2.19 (*) │ ├── arrow-schema v58.3.0 │ ├── chrono v0.4.45 (*) │ ├── half v2.7.1 (*) │ ├── hashbrown v0.17.1 │ ├── num-complex v0.4.6 │ │ └── num-traits v0.2.19 (*) │ ├── num-integer v0.1.46 (*) │ └── num-traits v0.2.19 (*) ├── arrow-json v58.3.0 │ ├── arrow-array v58.3.0 (*) │ ├── arrow-buffer v58.3.0 (*) │ ├── arrow-cast v58.3.0 │ │ ├── arrow-array v58.3.0 (*) │ │ ├── arrow-buffer v58.3.0 (*) │ │ ├── arrow-data v58.3.0 (*) │ │ ├── arrow-ord v58.3.0 │ │ │ ├── arrow-array v58.3.0 (*) │ │ │ ├── arrow-buffer v58.3.0 (*) │ │ │ ├── arrow-data v58.3.0 (*) │ │ │ ├── arrow-schema v58.3.0 │ │ │ └── arrow-select v58.3.0 │ │ │ ├── ahash v0.8.12 (*) │ │ │ ├── arrow-array v58.3.0 (*) │ │ │ ├── arrow-buffer v58.3.0 (*) │ │ │ ├── arrow-data v58.3.0 (*) │ │ │ ├── arrow-schema v58.3.0 │ │ │ └── num-traits v0.2.19 (*) │ │ ├── arrow-schema v58.3.0 │ │ ├── arrow-select v58.3.0 (*) │ │ ├── atoi v2.0.0 │ │ │ └── num-traits v0.2.19 (*) │ │ ├── base64 v0.22.1 │ │ ├── chrono v0.4.45 (*) │ │ ├── half v2.7.1 (*) │ │ ├── lexical-core v1.0.6 │ │ │ ├── lexical-parse-float v1.0.6 │ │ │ │ ├── lexical-parse-integer v1.0.6 │ │ │ │ │ └── lexical-util v1.0.7 │ │ │ │ └── lexical-util v1.0.7 │ │ │ ├── lexical-parse-integer v1.0.6 (*) │ │ │ ├── lexical-util v1.0.7 │ │ │ ├── lexical-write-float v1.0.6 │ │ │ │ ├── lexical-util v1.0.7 │ │ │ │ └── lexical-write-integer v1.0.6 │ │ │ │ └── lexical-util v1.0.7 │ │ │ └── lexical-write-integer v1.0.6 (*) │ │ ├── num-traits v0.2.19 (*) │ │ └── ryu v1.0.23 │ ├── arrow-ord v58.3.0 (*) │ ├── arrow-schema v58.3.0 │ ├── arrow-select v58.3.0 (*) │ ├── chrono v0.4.45 (*) │ ├── half v2.7.1 (*) │ ├── indexmap v2.14.0 (*) │ ├── itoa v1.0.18 │ ├── lexical-core v1.0.6 (*) │ ├── memchr v2.8.3 │ ├── num-traits v0.2.19 (*) │ ├── ryu v1.0.23 │ ├── serde_core v1.0.228 │ ├── serde_json v1.0.150 (*) │ └── simdutf8 v0.1.5 ├── arrow-schema v58.3.0 ├── arrow-select v58.3.0 (*) ├── async-trait v0.1.89 (proc-macro) (*) ├── clap v4.6.2 │ ├── clap_builder v4.6.2 │ │ ├── anstream v1.0.0 (*) │ │ ├── anstyle v1.0.14 │ │ ├── clap_lex v1.1.0 │ │ └── strsim v0.11.1 │ └── clap_derive v4.6.1 (proc-macro) │ ├── heck v0.5.0 │ ├── proc-macro2 v1.0.106 (*) │ ├── quote v1.0.46 (*) │ └── syn v2.0.119 (*) ├── futures v0.3.32 (*) ├── iceberg v0.10.0 (https://github.com/miniohq/iceberg-rust?rev=cdf0b7d65c134146d2d56c80bd06736a2cc59174#cdf0b7d6) │ ├── aes-gcm v0.10.3 │ │ ├── aead v0.5.2 │ │ │ ├── crypto-common v0.1.7 (*) │ │ │ └── generic-array v0.14.7 (*) │ │ ├── aes v0.8.4 │ │ │ ├── cfg-if v1.0.4 │ │ │ ├── cipher v0.4.4 │ │ │ │ ├── crypto-common v0.1.7 (*) │ │ │ │ └── inout v0.1.4 │ │ │ │ └── generic-array v0.14.7 (*) │ │ │ └── cpufeatures v0.2.17 │ │ ├── cipher v0.4.4 (*) │ │ ├── ctr v0.9.2 │ │ │ └── cipher v0.4.4 (*) │ │ ├── ghash v0.5.1 │ │ │ ├── opaque-debug v0.3.1 │ │ │ └── polyval v0.6.2 │ │ │ ├── cfg-if v1.0.4 │ │ │ ├── cpufeatures v0.2.17 │ │ │ ├── opaque-debug v0.3.1 │ │ │ └── universal-hash v0.5.1 │ │ │ ├── crypto-common v0.1.7 (*) │ │ │ └── subtle v2.6.1 │ │ └── subtle v2.6.1 │ ├── anyhow v1.0.103 │ ├── apache-avro v0.21.0 │ │ ├── bigdecimal v0.4.10 │ │ │ ├── libm v0.2.16 │ │ │ ├── num-bigint v0.4.8 (*) │ │ │ ├── num-integer v0.1.46 (*) │ │ │ ├── num-traits v0.2.19 (*) │ │ │ └── serde v1.0.228 (*) │ │ ├── bon v3.9.3 │ │ │ ├── bon-macros v3.9.3 (proc-macro) │ │ │ │ ├── darling v0.23.0 │ │ │ │ │ ├── darling_core v0.23.0 │ │ │ │ │ │ ├── ident_case v1.0.1 │ │ │ │ │ │ ├── proc-macro2 v1.0.106 (*) │ │ │ │ │ │ ├── quote v1.0.46 (*) │ │ │ │ │ │ ├── strsim v0.11.1 │ │ │ │ │ │ └── syn v2.0.119 (*) │ │ │ │ │ └── darling_macro v0.23.0 (proc-macro) │ │ │ │ │ ├── darling_core v0.23.0 (*) │ │ │ │ │ ├── quote v1.0.46 (*) │ │ │ │ │ └── syn v2.0.119 (*) │ │ │ │ ├── ident_case v1.0.1 │ │ │ │ ├── prettyplease v0.2.37 │ │ │ │ │ ├── proc-macro2 v1.0.106 (*) │ │ │ │ │ └── syn v2.0.119 (*) │ │ │ │ ├── proc-macro2 v1.0.106 (*) │ │ │ │ ├── quote v1.0.46 (*) │ │ │ │ ├── rustversion v1.0.23 (proc-macro) │ │ │ │ └── syn v2.0.119 (*) │ │ │ └── rustversion v1.0.23 (proc-macro) │ │ ├── crc32fast v1.5.0 (*) │ │ ├── digest v0.10.7 (*) │ │ ├── log v0.4.33 (*) │ │ ├── miniz_oxide v0.8.9 (*) │ │ ├── num-bigint v0.4.8 (*) │ │ ├── rand v0.9.5 │ │ │ ├── rand_chacha v0.9.0 │ │ │ │ ├── ppv-lite86 v0.2.21 │ │ │ │ │ └── zerocopy v0.8.54 (*) │ │ │ │ └── rand_core v0.9.5 │ │ │ │ └── getrandom v0.3.4 (*) │ │ │ └── rand_core v0.9.5 (*) │ │ ├── regex-lite v0.1.9 │ │ ├── serde v1.0.228 (*) │ │ ├── serde_bytes v0.11.19 │ │ │ └── serde_core v1.0.228 │ │ ├── serde_json v1.0.150 (*) │ │ ├── snap v1.1.2 │ │ ├── strum v0.27.2 │ │ │ └── strum_macros v0.27.2 (proc-macro) │ │ │ ├── heck v0.5.0 │ │ │ ├── proc-macro2 v1.0.106 (*) │ │ │ ├── quote v1.0.46 (*) │ │ │ └── syn v2.0.119 (*) │ │ ├── strum_macros v0.27.2 (proc-macro) (*) │ │ ├── thiserror v2.0.18 (*) │ │ ├── uuid v1.24.0 (*) │ │ └── zstd v0.13.3 │ │ └── zstd-safe v7.2.4 │ │ └── zstd-sys v2.0.16+zstd.1.5.7 │ ├── array-init v2.1.0 │ ├── arrow-arith v58.3.0 │ │ ├── arrow-array v58.3.0 (*) │ │ ├── arrow-buffer v58.3.0 (*) │ │ ├── arrow-data v58.3.0 (*) │ │ ├── arrow-schema v58.3.0 │ │ ├── chrono v0.4.45 (*) │ │ └── num-traits v0.2.19 (*) │ ├── arrow-array v58.3.0 (*) │ ├── arrow-buffer v58.3.0 (*) │ ├── arrow-cast v58.3.0 (*) │ ├── arrow-ord v58.3.0 (*) │ ├── arrow-schema v58.3.0 │ ├── arrow-select v58.3.0 (*) │ ├── arrow-string v58.3.0 │ │ ├── arrow-array v58.3.0 (*) │ │ ├── arrow-buffer v58.3.0 (*) │ │ ├── arrow-data v58.3.0 (*) │ │ ├── arrow-schema v58.3.0 │ │ ├── arrow-select v58.3.0 (*) │ │ ├── memchr v2.8.3 │ │ ├── num-traits v0.2.19 (*) │ │ ├── regex v1.13.1 (*) │ │ └── regex-syntax v0.8.11 │ ├── as-any v0.3.2 │ ├── async-trait v0.1.89 (proc-macro) (*) │ ├── backon v1.6.0 │ │ ├── fastrand v2.4.1 │ │ └── tokio v1.53.0 (*) │ ├── base64 v0.22.1 │ ├── bimap v0.6.3 │ ├── bytes v1.12.1 │ ├── chrono v0.4.45 (*) │ ├── derive_builder v0.20.2 │ │ └── derive_builder_macro v0.20.2 (proc-macro) │ │ ├── derive_builder_core v0.20.2 │ │ │ ├── darling v0.20.11 │ │ │ │ ├── darling_core v0.20.11 │ │ │ │ │ ├── fnv v1.0.7 │ │ │ │ │ ├── ident_case v1.0.1 │ │ │ │ │ ├── proc-macro2 v1.0.106 (*) │ │ │ │ │ ├── quote v1.0.46 (*) │ │ │ │ │ ├── strsim v0.11.1 │ │ │ │ │ └── syn v2.0.119 (*) │ │ │ │ └── darling_macro v0.20.11 (proc-macro) │ │ │ │ ├── darling_core v0.20.11 (*) │ │ │ │ ├── quote v1.0.46 (*) │ │ │ │ └── syn v2.0.119 (*) │ │ │ ├── proc-macro2 v1.0.106 (*) │ │ │ ├── quote v1.0.46 (*) │ │ │ └── syn v2.0.119 (*) │ │ └── syn v2.0.119 (*) │ ├── expect-test v1.5.1 │ │ ├── dissimilar v1.0.11 │ │ └── once_cell v1.21.4 │ ├── fastnum v0.7.5 │ │ ├── bnum v0.12.1 │ │ │ ├── serde v1.0.228 (*) │ │ │ └── serde-big-array v0.5.1 │ │ │ └── serde v1.0.228 (*) │ │ ├── num-integer v0.1.46 (*) │ │ ├── num-traits v0.2.19 (*) │ │ └── serde v1.0.228 (*) │ ├── flate2 v1.1.9 (*) │ ├── fnv v1.0.7 │ ├── futures v0.3.32 (*) │ ├── itertools v0.13.0 │ │ └── either v1.16.0 │ ├── moka v0.12.15 │ │ ├── async-lock v3.4.2 (*) │ │ ├── crossbeam-channel v0.5.16 │ │ │ └── crossbeam-utils v0.8.22 │ │ ├── crossbeam-epoch v0.9.20 │ │ │ └── crossbeam-utils v0.8.22 │ │ ├── crossbeam-utils v0.8.22 │ │ ├── equivalent v1.0.2 │ │ ├── event-listener v5.4.1 (*) │ │ ├── futures-util v0.3.32 (*) │ │ ├── parking_lot v0.12.5 │ │ │ ├── lock_api v0.4.14 (*) │ │ │ └── parking_lot_core v0.9.12 (*) │ │ ├── portable-atomic v1.14.0 │ │ ├── smallvec v1.15.2 │ │ ├── tagptr v0.2.0 │ │ └── uuid v1.24.0 (*) │ ├── murmur3 v0.5.2 │ ├── once_cell v1.21.4 │ ├── ordered-float v4.6.0 │ │ └── num-traits v0.2.19 (*) │ ├── parquet v58.3.0 │ │ ├── ahash v0.8.12 (*) │ │ ├── arrow-array v58.3.0 (*) │ │ ├── arrow-buffer v58.3.0 (*) │ │ ├── arrow-data v58.3.0 (*) │ │ ├── arrow-ipc v58.3.0 │ │ │ ├── arrow-array v58.3.0 (*) │ │ │ ├── arrow-buffer v58.3.0 (*) │ │ │ ├── arrow-data v58.3.0 (*) │ │ │ ├── arrow-schema v58.3.0 │ │ │ ├── arrow-select v58.3.0 (*) │ │ │ └── flatbuffers v25.12.19 │ │ │ └── bitflags v2.13.1 │ │ ├── arrow-schema v58.3.0 │ │ ├── arrow-select v58.3.0 (*) │ │ ├── base64 v0.22.1 │ │ ├── brotli v8.0.4 │ │ │ ├── alloc-no-stdlib v2.0.4 │ │ │ ├── alloc-stdlib v0.2.4 │ │ │ │ └── alloc-no-stdlib v2.0.4 │ │ │ └── brotli-decompressor v5.0.3 │ │ │ ├── alloc-no-stdlib v2.0.4 │ │ │ └── alloc-stdlib v0.2.4 (*) │ │ ├── bytes v1.12.1 │ │ ├── chrono v0.4.45 (*) │ │ ├── flate2 v1.1.9 (*) │ │ ├── futures v0.3.32 (*) │ │ ├── half v2.7.1 (*) │ │ ├── hashbrown v0.17.1 │ │ ├── lz4_flex v0.13.1 │ │ │ └── twox-hash v2.1.2 │ │ ├── num-bigint v0.4.8 (*) │ │ ├── num-integer v0.1.46 (*) │ │ ├── num-traits v0.2.19 (*) │ │ ├── paste v1.0.15 (proc-macro) │ │ ├── ring v0.17.14 (*) │ │ ├── seq-macro v0.3.6 (proc-macro) │ │ ├── simdutf8 v0.1.5 │ │ ├── snap v1.1.2 │ │ ├── thrift v0.17.0 │ │ │ ├── byteorder v1.5.0 │ │ │ ├── integer-encoding v3.0.4 │ │ │ └── ordered-float v2.10.1 │ │ │ └── num-traits v0.2.19 (*) │ │ ├── tokio v1.53.0 (*) │ │ ├── twox-hash v2.1.2 │ │ └── zstd v0.13.3 (*) │ ├── rand v0.9.5 (*) │ ├── reqwest v0.12.28 (*) │ ├── roaring v0.11.4 │ │ ├── bytemuck v1.25.1 │ │ └── byteorder v1.5.0 │ ├── serde v1.0.228 (*) │ ├── serde_bytes v0.11.19 (*) │ ├── serde_derive v1.0.228 (proc-macro) (*) │ ├── serde_json v1.0.150 (*) │ ├── serde_repr v0.1.20 (proc-macro) │ │ ├── proc-macro2 v1.0.106 (*) │ │ ├── quote v1.0.46 (*) │ │ └── syn v2.0.119 (*) │ ├── serde_with v3.21.0 │ │ ├── serde_core v1.0.228 │ │ └── serde_with_macros v3.21.0 (proc-macro) │ │ ├── darling v0.23.0 (*) │ │ ├── proc-macro2 v1.0.106 (*) │ │ ├── quote v1.0.46 (*) │ │ └── syn v2.0.119 (*) │ ├── strum v0.27.2 (*) │ ├── tokio v1.53.0 (*) │ ├── tracing v0.1.44 (*) │ ├── typed-builder v0.20.1 │ │ └── typed-builder-macro v0.20.1 (proc-macro) │ │ ├── proc-macro2 v1.0.106 (*) │ │ ├── quote v1.0.46 (*) │ │ └── syn v2.0.119 (*) │ ├── typetag v0.2.22 │ │ ├── erased-serde v0.4.10 │ │ │ ├── serde_core v1.0.228 │ │ │ └── typeid v1.0.3 │ │ ├── inventory v0.3.24 │ │ ├── once_cell v1.21.4 │ │ ├── serde v1.0.228 (*) │ │ └── typetag-impl v0.2.22 (proc-macro) │ │ ├── proc-macro2 v1.0.106 (*) │ │ ├── quote v1.0.46 (*) │ │ └── syn v2.0.119 (*) │ ├── url v2.5.8 (*) │ ├── uuid v1.24.0 (*) │ ├── zeroize v1.9.0 │ └── zstd v0.13.3 (*) ├── iceberg-catalog-rest v0.10.0 (https://github.com/miniohq/iceberg-rust?rev=cdf0b7d65c134146d2d56c80bd06736a2cc59174#cdf0b7d6) │ ├── async-trait v0.1.89 (proc-macro) (*) │ ├── chrono v0.4.45 (*) │ ├── futures v0.3.32 (*) │ ├── hmac v0.12.1 (*) │ ├── http v1.4.2 (*) │ ├── iceberg v0.10.0 (https://github.com/miniohq/iceberg-rust?rev=cdf0b7d65c134146d2d56c80bd06736a2cc59174#cdf0b7d6) (*) │ ├── itertools v0.13.0 (*) │ ├── percent-encoding v2.3.2 │ ├── reqwest v0.12.28 (*) │ ├── serde v1.0.228 (*) │ ├── serde_derive v1.0.228 (proc-macro) (*) │ ├── serde_json v1.0.150 (*) │ ├── sha2 v0.10.9 (*) │ ├── tokio v1.53.0 (*) │ ├── typed-builder v0.20.1 (*) │ └── uuid v1.24.0 (*) ├── iceberg-storage-opendal v0.10.0 (https://github.com/miniohq/iceberg-rust?rev=cdf0b7d65c134146d2d56c80bd06736a2cc59174#cdf0b7d6) │ ├── anyhow v1.0.103 │ ├── async-trait v0.1.89 (proc-macro) (*) │ ├── bytes v1.12.1 │ ├── cfg-if v1.0.4 │ ├── futures v0.3.32 (*) │ ├── iceberg v0.10.0 (https://github.com/miniohq/iceberg-rust?rev=cdf0b7d65c134146d2d56c80bd06736a2cc59174#cdf0b7d6) (*) │ ├── opendal v0.58.1 │ │ ├── ctor v1.0.9 │ │ │ ├── link-section v0.19.0 │ │ │ └── linktime-proc-macro v0.2.0 (proc-macro) │ │ ├── opendal-core v0.58.1 │ │ │ ├── anyhow v1.0.103 │ │ │ ├── base64 v0.23.1 │ │ │ ├── bytes v1.12.1 │ │ │ ├── futures v0.3.32 (*) │ │ │ ├── http v1.4.2 (*) │ │ │ ├── jiff v0.2.32 (*) │ │ │ ├── log v0.4.33 (*) │ │ │ ├── md-5 v0.11.0 │ │ │ │ ├── cfg-if v1.0.4 │ │ │ │ └── digest v0.11.3 │ │ │ │ ├── block-buffer v0.12.1 │ │ │ │ │ └── hybrid-array v0.4.13 │ │ │ │ │ └── typenum v1.20.1 │ │ │ │ ├── const-oid v0.10.2 │ │ │ │ ├── crypto-common v0.2.2 │ │ │ │ │ └── hybrid-array v0.4.13 (*) │ │ │ │ └── ctutils v0.4.2 │ │ │ │ └── cmov v0.5.4 │ │ │ ├── mea v0.6.4 │ │ │ │ └── slab v0.4.12 │ │ │ ├── percent-encoding v2.3.2 │ │ │ ├── quick-xml v0.41.0 │ │ │ │ ├── memchr v2.8.3 │ │ │ │ └── serde v1.0.228 (*) │ │ │ ├── reqsign-core v3.3.0 │ │ │ │ ├── anyhow v1.0.103 │ │ │ │ ├── base64 v0.23.1 │ │ │ │ ├── bytes v1.12.1 │ │ │ │ ├── futures v0.3.32 (*) │ │ │ │ ├── hex v0.4.3 │ │ │ │ ├── hmac v0.13.0 │ │ │ │ │ └── digest v0.11.3 (*) │ │ │ │ ├── http v1.4.2 (*) │ │ │ │ ├── jiff v0.2.32 (*) │ │ │ │ ├── log v0.4.33 (*) │ │ │ │ ├── percent-encoding v2.3.2 │ │ │ │ ├── sha1 v0.11.0 │ │ │ │ │ ├── cfg-if v1.0.4 │ │ │ │ │ ├── cpufeatures v0.3.0 │ │ │ │ │ └── digest v0.11.3 (*) │ │ │ │ └── sha2 v0.11.0 │ │ │ │ ├── cfg-if v1.0.4 │ │ │ │ ├── cpufeatures v0.3.0 │ │ │ │ └── digest v0.11.3 (*) │ │ │ ├── serde v1.0.228 (*) │ │ │ ├── serde_json v1.0.150 (*) │ │ │ ├── tokio v1.53.0 (*) │ │ │ ├── url v2.5.8 (*) │ │ │ └── uuid v1.24.0 (*) │ │ ├── opendal-http-transport-reqwest v0.58.1 │ │ │ ├── bytes v1.12.1 │ │ │ ├── futures v0.3.32 (*) │ │ │ ├── http v1.4.2 (*) │ │ │ ├── http-body v1.1.0 (*) │ │ │ ├── opendal-core v0.58.1 (*) │ │ │ └── reqwest v0.13.4 │ │ │ ├── base64 v0.22.1 │ │ │ ├── bytes v1.12.1 │ │ │ ├── futures-core v0.3.32 │ │ │ ├── futures-util v0.3.32 (*) │ │ │ ├── http v1.4.2 (*) │ │ │ ├── http-body v1.1.0 (*) │ │ │ ├── http-body-util v0.1.4 (*) │ │ │ ├── hyper v1.10.1 (*) │ │ │ ├── hyper-rustls v0.27.9 (*) │ │ │ ├── hyper-util v0.1.20 (*) │ │ │ ├── log v0.4.33 (*) │ │ │ ├── percent-encoding v2.3.2 │ │ │ ├── pin-project-lite v0.2.17 │ │ │ ├── rustls v0.23.42 (*) │ │ │ ├── rustls-pki-types v1.15.0 (*) │ │ │ ├── rustls-platform-verifier v0.7.0 │ │ │ │ ├── log v0.4.33 (*) │ │ │ │ ├── rustls v0.23.42 (*) │ │ │ │ ├── rustls-native-certs v0.8.4 (*) │ │ │ │ └── rustls-webpki v0.103.13 (*) │ │ │ ├── sync_wrapper v1.0.2 (*) │ │ │ ├── tokio v1.53.0 (*) │ │ │ ├── tokio-rustls v0.26.4 (*) │ │ │ ├── tokio-util v0.7.18 (*) │ │ │ ├── tower v0.5.3 (*) │ │ │ ├── tower-http v0.6.11 (*) │ │ │ ├── tower-service v0.3.3 │ │ │ └── url v2.5.8 (*) │ │ ├── opendal-layer-concurrent-limit v0.58.1 │ │ │ ├── futures v0.3.32 (*) │ │ │ ├── http v1.4.2 (*) │ │ │ ├── mea v0.6.4 (*) │ │ │ └── opendal-core v0.58.1 (*) │ │ ├── opendal-layer-logging v0.58.1 │ │ │ ├── log v0.4.33 (*) │ │ │ └── opendal-core v0.58.1 (*) │ │ ├── opendal-layer-retry v0.58.1 │ │ │ ├── backon v1.6.0 (*) │ │ │ ├── log v0.4.33 (*) │ │ │ └── opendal-core v0.58.1 (*) │ │ ├── opendal-layer-timeout v0.58.1 │ │ │ ├── opendal-core v0.58.1 (*) │ │ │ └── tokio v1.53.0 (*) │ │ ├── opendal-service-fs v0.58.1 │ │ │ ├── bytes v1.12.1 │ │ │ ├── log v0.4.33 (*) │ │ │ ├── opendal-core v0.58.1 (*) │ │ │ ├── serde v1.0.228 (*) │ │ │ ├── tokio v1.53.0 (*) │ │ │ └── xattr v1.6.1 │ │ │ └── rustix v1.1.4 (*) │ │ └── opendal-service-s3 v0.58.1 │ │ ├── base64 v0.23.1 │ │ ├── bytes v1.12.1 │ │ ├── crc-fast v1.10.0 (*) │ │ ├── http v1.4.2 (*) │ │ ├── log v0.4.33 (*) │ │ ├── md-5 v0.11.0 (*) │ │ ├── opendal-core v0.58.1 (*) │ │ ├── quick-xml v0.41.0 (*) │ │ ├── reqsign-aws-v4 v3.2.0 │ │ │ ├── bytes v1.12.1 │ │ │ ├── http v1.4.2 (*) │ │ │ ├── log v0.4.33 (*) │ │ │ ├── quick-xml v0.41.0 (*) │ │ │ ├── reqsign-aws-core v3.1.0 │ │ │ │ ├── bytes v1.12.1 │ │ │ │ ├── form_urlencoded v1.2.2 (*) │ │ │ │ ├── hex v0.4.3 │ │ │ │ ├── http v1.4.2 (*) │ │ │ │ ├── log v0.4.33 (*) │ │ │ │ ├── percent-encoding v2.3.2 │ │ │ │ ├── quick-xml v0.41.0 (*) │ │ │ │ ├── reqsign-core v3.3.0 (*) │ │ │ │ ├── rust-ini v0.21.3 │ │ │ │ │ ├── cfg-if v1.0.4 │ │ │ │ │ └── ordered-multimap v0.7.3 │ │ │ │ │ ├── dlv-list v0.5.2 │ │ │ │ │ │ └── const-random v0.1.18 │ │ │ │ │ │ └── const-random-macro v0.1.16 (proc-macro) │ │ │ │ │ │ ├── getrandom v0.2.17 (*) │ │ │ │ │ │ ├── once_cell v1.21.4 │ │ │ │ │ │ └── tiny-keccak v2.0.2 │ │ │ │ │ │ └── crunchy v0.2.4 │ │ │ │ │ └── hashbrown v0.14.5 │ │ │ │ ├── serde v1.0.228 (*) │ │ │ │ ├── serde_json v1.0.150 (*) │ │ │ │ ├── serde_urlencoded v0.7.1 (*) │ │ │ │ └── sha1 v0.11.0 (*) │ │ │ ├── reqsign-core v3.3.0 (*) │ │ │ └── serde v1.0.228 (*) │ │ ├── reqsign-core v3.3.0 (*) │ │ ├── reqsign-file-read-tokio v3.0.5 │ │ │ ├── anyhow v1.0.103 │ │ │ ├── reqsign-core v3.3.0 (*) │ │ │ └── tokio v1.53.0 (*) │ │ ├── serde v1.0.228 (*) │ │ └── url v2.5.8 (*) │ ├── reqsign-aws-v4 v3.2.0 (*) │ ├── reqsign-core v3.3.0 (*) │ ├── serde v1.0.228 (*) │ ├── typetag v0.2.22 (*) │ └── url v2.5.8 (*) ├── opentelemetry-proto v0.32.0 │ ├── base64 v0.22.1 │ ├── const-hex v1.19.1 │ │ ├── cfg-if v1.0.4 │ │ └── cpufeatures v0.2.17 │ ├── opentelemetry v0.32.0 │ │ ├── futures-core v0.3.32 │ │ ├── futures-sink v0.3.32 │ │ ├── pin-project-lite v0.2.17 │ │ └── thiserror v2.0.18 (*) │ ├── opentelemetry_sdk v0.32.1 │ │ ├── futures-channel v0.3.32 (*) │ │ ├── futures-executor v0.3.32 (*) │ │ ├── futures-util v0.3.32 (*) │ │ ├── opentelemetry v0.32.0 (*) │ │ ├── percent-encoding v2.3.2 │ │ ├── rand v0.9.5 (*) │ │ └── thiserror v2.0.18 (*) │ ├── prost v0.14.4 │ │ ├── bytes v1.12.1 │ │ └── prost-derive v0.14.4 (proc-macro) │ │ ├── anyhow v1.0.103 │ │ ├── itertools v0.13.0 (*) │ │ ├── proc-macro2 v1.0.106 (*) │ │ ├── quote v1.0.46 (*) │ │ └── syn v2.0.119 (*) │ └── serde v1.0.228 (*) ├── parquet v58.3.0 (*) ├── prost v0.14.4 (*) ├── serde_json v1.0.150 (*) ├── sha2 v0.10.9 (*) ├── signal-hook v0.3.18 │ ├── libc v0.2.186 │ └── signal-hook-registry v1.4.8 │ ├── errno v0.3.14 │ │ └── libc v0.2.186 │ └── libc v0.2.186 └── tokio v1.53.0 (*) === aimem-csi (excluded sub-workspace) === aimem-csi-driver v0.1.0 (/home/harsha/repos/aimem/aimem-csi/aimem-csi-driver) ├── anyhow v1.0.102 ├── clap v4.6.1 │ ├── clap_builder v4.6.0 │ │ ├── anstream v1.0.0 │ │ │ ├── anstyle v1.0.14 │ │ │ ├── anstyle-parse v1.0.0 │ │ │ │ └── utf8parse v0.2.2 │ │ │ ├── anstyle-query v1.1.5 │ │ │ ├── colorchoice v1.0.5 │ │ │ ├── is_terminal_polyfill v1.70.2 │ │ │ └── utf8parse v0.2.2 │ │ ├── anstyle v1.0.14 │ │ ├── clap_lex v1.1.0 │ │ └── strsim v0.11.1 │ └── clap_derive v4.6.1 (proc-macro) │ ├── heck v0.5.0 │ ├── proc-macro2 v1.0.106 │ │ └── unicode-ident v1.0.24 │ ├── quote v1.0.45 │ │ └── proc-macro2 v1.0.106 (*) │ └── syn v2.0.117 │ ├── proc-macro2 v1.0.106 (*) │ ├── quote v1.0.45 (*) │ └── unicode-ident v1.0.24 ├── libc v0.2.186 ├── nix v0.30.1 │ ├── bitflags v2.12.1 │ ├── cfg-if v1.0.4 │ └── libc v0.2.186 ├── prost v0.13.5 │ ├── bytes v1.11.1 │ └── prost-derive v0.13.5 (proc-macro) │ ├── anyhow v1.0.102 │ ├── itertools v0.14.0 │ │ └── either v1.16.0 │ ├── proc-macro2 v1.0.106 (*) │ ├── quote v1.0.45 (*) │ └── syn v2.0.117 (*) ├── prost-types v0.13.5 │ └── prost v0.13.5 (*) ├── thiserror v2.0.18 │ └── thiserror-impl v2.0.18 (proc-macro) │ ├── proc-macro2 v1.0.106 (*) │ ├── quote v1.0.45 (*) │ └── syn v2.0.117 (*) ├── tokio v1.52.3 │ ├── bytes v1.11.1 │ ├── libc v0.2.186 │ ├── mio v1.2.1 │ │ └── libc v0.2.186 │ ├── parking_lot v0.12.5 │ │ ├── lock_api v0.4.14 │ │ │ └── scopeguard v1.2.0 │ │ └── parking_lot_core v0.9.12 │ │ ├── cfg-if v1.0.4 │ │ ├── libc v0.2.186 │ │ └── smallvec v1.15.1 │ ├── pin-project-lite v0.2.17 │ ├── signal-hook-registry v1.4.8 │ │ ├── errno v0.3.14 │ │ │ └── libc v0.2.186 │ │ └── libc v0.2.186 │ ├── socket2 v0.6.4 │ │ └── libc v0.2.186 │ └── tokio-macros v2.7.0 (proc-macro) │ ├── proc-macro2 v1.0.106 (*) │ ├── quote v1.0.45 (*) │ └── syn v2.0.117 (*) ├── tokio-stream v0.1.18 │ ├── futures-core v0.3.32 │ ├── pin-project-lite v0.2.17 │ └── tokio v1.52.3 (*) ├── tonic v0.12.3 │ ├── async-stream v0.3.6 │ │ ├── async-stream-impl v0.3.6 (proc-macro) │ │ │ ├── proc-macro2 v1.0.106 (*) │ │ │ ├── quote v1.0.45 (*) │ │ │ └── syn v2.0.117 (*) │ │ ├── futures-core v0.3.32 │ │ └── pin-project-lite v0.2.17 │ ├── async-trait v0.1.89 (proc-macro) │ │ ├── proc-macro2 v1.0.106 (*) │ │ ├── quote v1.0.45 (*) │ │ └── syn v2.0.117 (*) │ ├── axum v0.7.9 │ │ ├── async-trait v0.1.89 (proc-macro) (*) │ │ ├── axum-core v0.4.5 │ │ │ ├── async-trait v0.1.89 (proc-macro) (*) │ │ │ ├── bytes v1.11.1 │ │ │ ├── futures-util v0.3.32 │ │ │ │ ├── futures-core v0.3.32 │ │ │ │ ├── futures-task v0.3.32 │ │ │ │ ├── pin-project-lite v0.2.17 │ │ │ │ └── slab v0.4.12 │ │ │ ├── http v1.4.1 │ │ │ │ ├── bytes v1.11.1 │ │ │ │ └── itoa v1.0.18 │ │ │ ├── http-body v1.0.1 │ │ │ │ ├── bytes v1.11.1 │ │ │ │ └── http v1.4.1 (*) │ │ │ ├── http-body-util v0.1.3 │ │ │ │ ├── bytes v1.11.1 │ │ │ │ ├── futures-core v0.3.32 │ │ │ │ ├── http v1.4.1 (*) │ │ │ │ ├── http-body v1.0.1 (*) │ │ │ │ └── pin-project-lite v0.2.17 │ │ │ ├── mime v0.3.17 │ │ │ ├── pin-project-lite v0.2.17 │ │ │ ├── rustversion v1.0.22 (proc-macro) │ │ │ ├── sync_wrapper v1.0.2 │ │ │ ├── tower-layer v0.3.3 │ │ │ └── tower-service v0.3.3 │ │ ├── bytes v1.11.1 │ │ ├── futures-util v0.3.32 (*) │ │ ├── http v1.4.1 (*) │ │ ├── http-body v1.0.1 (*) │ │ ├── http-body-util v0.1.3 (*) │ │ ├── itoa v1.0.18 │ │ ├── matchit v0.7.3 │ │ ├── memchr v2.8.1 │ │ ├── mime v0.3.17 │ │ ├── percent-encoding v2.3.2 │ │ ├── pin-project-lite v0.2.17 │ │ ├── rustversion v1.0.22 (proc-macro) │ │ ├── serde v1.0.228 │ │ │ └── serde_core v1.0.228 │ │ ├── sync_wrapper v1.0.2 │ │ ├── tower v0.5.3 │ │ │ ├── futures-core v0.3.32 │ │ │ ├── futures-util v0.3.32 (*) │ │ │ ├── pin-project-lite v0.2.17 │ │ │ ├── sync_wrapper v1.0.2 │ │ │ ├── tower-layer v0.3.3 │ │ │ └── tower-service v0.3.3 │ │ ├── tower-layer v0.3.3 │ │ └── tower-service v0.3.3 │ ├── base64 v0.22.1 │ ├── bytes v1.11.1 │ ├── h2 v0.4.17 │ │ ├── atomic-waker v1.1.2 │ │ ├── bytes v1.11.1 │ │ ├── fnv v1.0.7 │ │ ├── futures-core v0.3.32 │ │ ├── futures-sink v0.3.32 │ │ ├── http v1.4.1 (*) │ │ ├── indexmap v2.14.0 │ │ │ ├── equivalent v1.0.2 │ │ │ └── hashbrown v0.17.1 │ │ ├── slab v0.4.12 │ │ ├── tokio v1.52.3 (*) │ │ ├── tokio-util v0.7.18 │ │ │ ├── bytes v1.11.1 │ │ │ ├── futures-core v0.3.32 │ │ │ ├── futures-sink v0.3.32 │ │ │ ├── pin-project-lite v0.2.17 │ │ │ └── tokio v1.52.3 (*) │ │ └── tracing v0.1.44 │ │ ├── pin-project-lite v0.2.17 │ │ ├── tracing-attributes v0.1.31 (proc-macro) │ │ │ ├── proc-macro2 v1.0.106 (*) │ │ │ ├── quote v1.0.45 (*) │ │ │ └── syn v2.0.117 (*) │ │ └── tracing-core v0.1.36 │ │ └── once_cell v1.21.4 │ ├── http v1.4.1 (*) │ ├── http-body v1.0.1 (*) │ ├── http-body-util v0.1.3 (*) │ ├── hyper v1.10.1 │ │ ├── atomic-waker v1.1.2 │ │ ├── bytes v1.11.1 │ │ ├── futures-channel v0.3.32 │ │ │ └── futures-core v0.3.32 │ │ ├── futures-core v0.3.32 │ │ ├── h2 v0.4.17 (*) │ │ ├── http v1.4.1 (*) │ │ ├── http-body v1.0.1 (*) │ │ ├── httparse v1.10.1 │ │ ├── httpdate v1.0.3 │ │ ├── itoa v1.0.18 │ │ ├── pin-project-lite v0.2.17 │ │ ├── smallvec v1.15.1 │ │ ├── tokio v1.52.3 (*) │ │ └── want v0.3.1 │ │ └── try-lock v0.2.5 │ ├── hyper-timeout v0.5.2 │ │ ├── hyper v1.10.1 (*) │ │ ├── hyper-util v0.1.20 │ │ │ ├── bytes v1.11.1 │ │ │ ├── futures-channel v0.3.32 (*) │ │ │ ├── futures-util v0.3.32 (*) │ │ │ ├── http v1.4.1 (*) │ │ │ ├── http-body v1.0.1 (*) │ │ │ ├── hyper v1.10.1 (*) │ │ │ ├── libc v0.2.186 │ │ │ ├── pin-project-lite v0.2.17 │ │ │ ├── socket2 v0.6.4 (*) │ │ │ ├── tokio v1.52.3 (*) │ │ │ ├── tower-service v0.3.3 │ │ │ └── tracing v0.1.44 (*) │ │ ├── pin-project-lite v0.2.17 │ │ ├── tokio v1.52.3 (*) │ │ └── tower-service v0.3.3 │ ├── hyper-util v0.1.20 (*) │ ├── percent-encoding v2.3.2 │ ├── pin-project v1.1.13 │ │ └── pin-project-internal v1.1.13 (proc-macro) │ │ ├── proc-macro2 v1.0.106 (*) │ │ ├── quote v1.0.45 (*) │ │ └── syn v2.0.117 (*) │ ├── prost v0.13.5 (*) │ ├── socket2 v0.5.10 │ │ └── libc v0.2.186 │ ├── tokio v1.52.3 (*) │ ├── tokio-stream v0.1.18 (*) │ ├── tower v0.4.13 │ │ ├── futures-core v0.3.32 │ │ ├── futures-util v0.3.32 (*) │ │ ├── indexmap v1.9.3 │ │ │ └── hashbrown v0.12.3 │ │ ├── pin-project v1.1.13 (*) │ │ ├── pin-project-lite v0.2.17 │ │ ├── rand v0.8.6 │ │ │ ├── libc v0.2.186 │ │ │ ├── rand_chacha v0.3.1 │ │ │ │ ├── ppv-lite86 v0.2.21 │ │ │ │ │ └── zerocopy v0.8.50 │ │ │ │ └── rand_core v0.6.4 │ │ │ │ └── getrandom v0.2.17 │ │ │ │ ├── cfg-if v1.0.4 │ │ │ │ └── libc v0.2.186 │ │ │ └── rand_core v0.6.4 (*) │ │ ├── slab v0.4.12 │ │ ├── tokio v1.52.3 (*) │ │ ├── tokio-util v0.7.18 (*) │ │ ├── tower-layer v0.3.3 │ │ ├── tower-service v0.3.3 │ │ └── tracing v0.1.44 (*) │ ├── tower-layer v0.3.3 │ ├── tower-service v0.3.3 │ └── tracing v0.1.44 (*) ├── tracing v0.1.44 (*) └── tracing-subscriber v0.3.23 ├── matchers v0.2.0 │ └── regex-automata v0.4.14 │ └── regex-syntax v0.8.10 ├── nu-ansi-term v0.50.3 ├── once_cell v1.21.4 ├── regex-automata v0.4.14 (*) ├── sharded-slab v0.1.7 │ └── lazy_static v1.5.0 ├── smallvec v1.15.1 ├── thread_local v1.1.9 │ └── cfg-if v1.0.4 ├── tracing v0.1.44 (*) ├── tracing-core v0.1.36 (*) └── tracing-log v0.2.0 ├── log v0.4.31 ├── once_cell v1.21.4 └── tracing-core v0.1.36 (*)