poly v0.1.0 (C:\Users\andre\Desktop\poly) ├── alloy-primitives v1.4.1 │ ├── alloy-rlp v0.3.12 │ │ ├── alloy-rlp-derive v0.3.12 (proc-macro) │ │ │ ├── proc-macro2 v1.0.103 │ │ │ │ └── unicode-ident v1.0.18 │ │ │ ├── quote v1.0.41 │ │ │ │ └── proc-macro2 v1.0.103 (*) │ │ │ └── syn v2.0.108 │ │ │ ├── proc-macro2 v1.0.103 (*) │ │ │ ├── quote v1.0.41 (*) │ │ │ └── unicode-ident v1.0.18 │ │ ├── arrayvec v0.7.6 │ │ │ └── serde v1.0.228 │ │ │ ├── serde_core v1.0.228 │ │ │ └── serde_derive v1.0.228 (proc-macro) │ │ │ ├── proc-macro2 v1.0.103 (*) │ │ │ ├── quote v1.0.41 (*) │ │ │ └── syn v2.0.108 (*) │ │ └── bytes v1.10.1 │ │ └── serde v1.0.228 (*) │ ├── bytes v1.10.1 (*) │ ├── cfg-if v1.0.1 │ ├── const-hex v1.17.0 │ │ ├── cfg-if v1.0.1 │ │ ├── cpufeatures v0.2.17 │ │ └── serde_core v1.0.228 │ ├── derive_more v2.0.1 │ │ └── derive_more-impl v2.0.1 (proc-macro) │ │ ├── proc-macro2 v1.0.103 (*) │ │ ├── quote v1.0.41 (*) │ │ ├── syn v2.0.108 (*) │ │ └── unicode-xid v0.2.6 │ ├── foldhash v0.2.0 │ ├── hashbrown v0.16.0 │ │ ├── foldhash v0.2.0 │ │ └── serde v1.0.228 (*) │ ├── itoa v1.0.15 │ ├── k256 v0.13.4 │ │ ├── cfg-if v1.0.1 │ │ ├── ecdsa v0.16.9 │ │ │ ├── der v0.7.10 │ │ │ │ ├── const-oid v0.9.6 │ │ │ │ └── zeroize v1.8.1 │ │ │ ├── digest v0.10.7 │ │ │ │ ├── block-buffer v0.10.4 │ │ │ │ │ └── generic-array v0.14.9 │ │ │ │ │ ├── typenum v1.19.0 │ │ │ │ │ └── zeroize v1.8.1 │ │ │ │ │ [build-dependencies] │ │ │ │ │ └── version_check v0.9.5 │ │ │ │ ├── const-oid v0.9.6 │ │ │ │ ├── crypto-common v0.1.6 │ │ │ │ │ ├── generic-array v0.14.9 (*) │ │ │ │ │ └── typenum v1.19.0 │ │ │ │ └── subtle v2.6.1 │ │ │ ├── elliptic-curve v0.13.8 │ │ │ │ ├── base16ct v0.2.0 │ │ │ │ ├── crypto-bigint v0.5.5 │ │ │ │ │ ├── generic-array v0.14.9 (*) │ │ │ │ │ ├── rand_core v0.6.4 │ │ │ │ │ │ └── getrandom v0.2.16 │ │ │ │ │ │ └── cfg-if v1.0.1 │ │ │ │ │ ├── subtle v2.6.1 │ │ │ │ │ └── zeroize v1.8.1 │ │ │ │ ├── digest v0.10.7 (*) │ │ │ │ ├── ff v0.13.1 │ │ │ │ │ ├── rand_core v0.6.4 (*) │ │ │ │ │ └── subtle v2.6.1 │ │ │ │ ├── generic-array v0.14.9 (*) │ │ │ │ ├── group v0.13.0 │ │ │ │ │ ├── ff v0.13.1 (*) │ │ │ │ │ ├── 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.10 (*) │ │ │ │ │ ├── generic-array v0.14.9 (*) │ │ │ │ │ ├── subtle v2.6.1 │ │ │ │ │ └── zeroize v1.8.1 │ │ │ │ ├── subtle v2.6.1 │ │ │ │ └── zeroize v1.8.1 │ │ │ ├── rfc6979 v0.4.0 │ │ │ │ ├── hmac v0.12.1 │ │ │ │ │ └── digest v0.10.7 (*) │ │ │ │ └── subtle v2.6.1 │ │ │ ├── signature v2.2.0 │ │ │ │ ├── digest v0.10.7 (*) │ │ │ │ └── rand_core v0.6.4 (*) │ │ │ └── spki v0.7.3 │ │ │ └── der v0.7.10 (*) │ │ ├── elliptic-curve v0.13.8 (*) │ │ └── sha2 v0.10.9 │ │ ├── cfg-if v1.0.1 │ │ ├── cpufeatures v0.2.17 │ │ └── digest v0.10.7 (*) │ ├── paste v1.0.15 (proc-macro) │ ├── ruint v1.17.0 │ │ ├── alloy-rlp v0.3.12 (*) │ │ ├── ruint-macro v1.2.1 (proc-macro) │ │ └── serde_core v1.0.228 │ ├── serde v1.0.228 (*) │ └── tiny-keccak v2.0.2 │ └── crunchy v0.2.4 ├── alloy-signer v1.1.0 │ ├── alloy-dyn-abi v1.4.1 │ │ ├── alloy-json-abi v1.4.1 │ │ │ ├── alloy-primitives v1.4.1 (*) │ │ │ ├── alloy-sol-type-parser v1.4.1 │ │ │ │ ├── serde v1.0.228 (*) │ │ │ │ └── winnow v0.7.13 │ │ │ └── serde v1.0.228 (*) │ │ ├── alloy-primitives v1.4.1 (*) │ │ ├── alloy-sol-type-parser v1.4.1 (*) │ │ ├── alloy-sol-types v1.4.1 │ │ │ ├── alloy-json-abi v1.4.1 (*) │ │ │ ├── alloy-primitives v1.4.1 (*) │ │ │ ├── alloy-sol-macro v1.4.1 (proc-macro) │ │ │ │ ├── alloy-sol-macro-expander v1.4.1 │ │ │ │ │ ├── alloy-json-abi v1.4.1 │ │ │ │ │ │ ├── alloy-primitives v1.4.1 │ │ │ │ │ │ │ ├── bytes v1.10.1 │ │ │ │ │ │ │ │ └── serde v1.0.228 │ │ │ │ │ │ │ │ ├── serde_core v1.0.228 │ │ │ │ │ │ │ │ └── serde_derive v1.0.228 (proc-macro) (*) │ │ │ │ │ │ │ ├── cfg-if v1.0.1 │ │ │ │ │ │ │ ├── const-hex v1.17.0 │ │ │ │ │ │ │ │ ├── cfg-if v1.0.1 │ │ │ │ │ │ │ │ ├── cpufeatures v0.2.17 │ │ │ │ │ │ │ │ └── serde_core v1.0.228 │ │ │ │ │ │ │ ├── derive_more v2.0.1 │ │ │ │ │ │ │ │ └── derive_more-impl v2.0.1 (proc-macro) (*) │ │ │ │ │ │ │ ├── itoa v1.0.15 │ │ │ │ │ │ │ ├── paste v1.0.15 (proc-macro) │ │ │ │ │ │ │ ├── ruint v1.17.0 │ │ │ │ │ │ │ │ ├── ruint-macro v1.2.1 (proc-macro) │ │ │ │ │ │ │ │ └── serde_core v1.0.228 │ │ │ │ │ │ │ ├── serde v1.0.228 (*) │ │ │ │ │ │ │ └── tiny-keccak v2.0.2 (*) │ │ │ │ │ │ ├── alloy-sol-type-parser v1.4.1 │ │ │ │ │ │ │ ├── serde v1.0.228 (*) │ │ │ │ │ │ │ └── winnow v0.7.13 │ │ │ │ │ │ ├── serde v1.0.228 (*) │ │ │ │ │ │ └── serde_json v1.0.145 │ │ │ │ │ │ ├── itoa v1.0.15 │ │ │ │ │ │ ├── memchr v2.7.5 │ │ │ │ │ │ ├── ryu v1.0.20 │ │ │ │ │ │ └── serde_core v1.0.228 │ │ │ │ │ ├── alloy-sol-macro-input v1.4.1 │ │ │ │ │ │ ├── alloy-json-abi v1.4.1 (*) │ │ │ │ │ │ ├── const-hex v1.17.0 (*) │ │ │ │ │ │ ├── dunce v1.0.5 │ │ │ │ │ │ ├── heck v0.5.0 │ │ │ │ │ │ ├── macro-string v0.1.4 │ │ │ │ │ │ │ ├── proc-macro2 v1.0.103 (*) │ │ │ │ │ │ │ ├── quote v1.0.41 (*) │ │ │ │ │ │ │ └── syn v2.0.108 (*) │ │ │ │ │ │ ├── proc-macro2 v1.0.103 (*) │ │ │ │ │ │ ├── quote v1.0.41 (*) │ │ │ │ │ │ ├── serde_json v1.0.145 (*) │ │ │ │ │ │ ├── syn v2.0.108 (*) │ │ │ │ │ │ └── syn-solidity v1.4.1 │ │ │ │ │ │ ├── paste v1.0.15 (proc-macro) │ │ │ │ │ │ ├── proc-macro2 v1.0.103 (*) │ │ │ │ │ │ ├── quote v1.0.41 (*) │ │ │ │ │ │ └── syn v2.0.108 (*) │ │ │ │ │ ├── const-hex v1.17.0 (*) │ │ │ │ │ ├── heck v0.5.0 │ │ │ │ │ ├── indexmap v2.9.0 │ │ │ │ │ │ ├── equivalent v1.0.2 │ │ │ │ │ │ └── hashbrown v0.15.5 │ │ │ │ │ ├── proc-macro-error2 v2.0.1 │ │ │ │ │ │ ├── proc-macro-error-attr2 v2.0.0 (proc-macro) │ │ │ │ │ │ │ ├── proc-macro2 v1.0.103 (*) │ │ │ │ │ │ │ └── quote v1.0.41 (*) │ │ │ │ │ │ ├── proc-macro2 v1.0.103 (*) │ │ │ │ │ │ ├── quote v1.0.41 (*) │ │ │ │ │ │ └── syn v2.0.108 (*) │ │ │ │ │ ├── proc-macro2 v1.0.103 (*) │ │ │ │ │ ├── quote v1.0.41 (*) │ │ │ │ │ ├── syn v2.0.108 (*) │ │ │ │ │ ├── syn-solidity v1.4.1 (*) │ │ │ │ │ └── tiny-keccak v2.0.2 (*) │ │ │ │ ├── alloy-sol-macro-input v1.4.1 (*) │ │ │ │ ├── proc-macro-error2 v2.0.1 (*) │ │ │ │ ├── proc-macro2 v1.0.103 (*) │ │ │ │ ├── quote v1.0.41 (*) │ │ │ │ └── syn v2.0.108 (*) │ │ │ └── serde v1.0.228 (*) │ │ ├── derive_more v2.0.1 (*) │ │ ├── itoa v1.0.15 │ │ ├── serde v1.0.228 (*) │ │ ├── serde_json v1.0.145 │ │ │ ├── itoa v1.0.15 │ │ │ ├── memchr v2.7.5 │ │ │ ├── ryu v1.0.20 │ │ │ └── serde_core v1.0.228 │ │ └── winnow v0.7.13 │ ├── alloy-primitives v1.4.1 (*) │ ├── alloy-sol-types v1.4.1 (*) │ ├── async-trait v0.1.89 (proc-macro) │ │ ├── proc-macro2 v1.0.103 (*) │ │ ├── quote v1.0.41 (*) │ │ └── syn v2.0.108 (*) │ ├── auto_impl v1.3.0 (proc-macro) │ │ ├── proc-macro2 v1.0.103 (*) │ │ ├── quote v1.0.41 (*) │ │ └── syn v2.0.108 (*) │ ├── either v1.15.0 │ │ └── serde v1.0.228 (*) │ ├── elliptic-curve v0.13.8 (*) │ ├── k256 v0.13.4 (*) │ └── thiserror v2.0.17 │ └── thiserror-impl v2.0.17 (proc-macro) │ ├── proc-macro2 v1.0.103 (*) │ ├── quote v1.0.41 (*) │ └── syn v2.0.108 (*) ├── alloy-signer-local v1.1.0 │ ├── alloy-consensus v1.1.0 │ │ ├── alloy-eips v1.1.0 │ │ │ ├── alloy-eip2124 v0.2.0 │ │ │ │ ├── alloy-primitives v1.4.1 (*) │ │ │ │ ├── alloy-rlp v0.3.12 (*) │ │ │ │ ├── crc v3.3.0 │ │ │ │ │ └── crc-catalog v2.4.0 │ │ │ │ ├── serde v1.0.228 (*) │ │ │ │ └── thiserror v2.0.17 (*) │ │ │ ├── alloy-eip2930 v0.2.3 │ │ │ │ ├── alloy-primitives v1.4.1 (*) │ │ │ │ ├── alloy-rlp v0.3.12 (*) │ │ │ │ └── serde v1.0.228 (*) │ │ │ ├── alloy-eip7702 v0.6.3 │ │ │ │ ├── alloy-primitives v1.4.1 (*) │ │ │ │ ├── alloy-rlp v0.3.12 (*) │ │ │ │ ├── serde v1.0.228 (*) │ │ │ │ └── thiserror v2.0.17 (*) │ │ │ ├── alloy-primitives v1.4.1 (*) │ │ │ ├── alloy-rlp v0.3.12 (*) │ │ │ ├── alloy-serde v1.1.0 │ │ │ │ ├── alloy-primitives v1.4.1 (*) │ │ │ │ ├── serde v1.0.228 (*) │ │ │ │ └── serde_json v1.0.145 (*) │ │ │ ├── auto_impl v1.3.0 (proc-macro) (*) │ │ │ ├── derive_more v2.0.1 (*) │ │ │ ├── either v1.15.0 (*) │ │ │ ├── serde v1.0.228 (*) │ │ │ ├── serde_with v3.15.1 │ │ │ │ ├── serde_core v1.0.228 │ │ │ │ └── serde_with_macros v3.15.1 (proc-macro) │ │ │ │ ├── darling v0.21.3 │ │ │ │ │ ├── darling_core v0.21.3 │ │ │ │ │ │ ├── fnv v1.0.7 │ │ │ │ │ │ ├── ident_case v1.0.1 │ │ │ │ │ │ ├── proc-macro2 v1.0.103 (*) │ │ │ │ │ │ ├── quote v1.0.41 (*) │ │ │ │ │ │ ├── serde v1.0.228 (*) │ │ │ │ │ │ ├── strsim v0.11.1 │ │ │ │ │ │ └── syn v2.0.108 (*) │ │ │ │ │ └── darling_macro v0.21.3 (proc-macro) │ │ │ │ │ ├── darling_core v0.21.3 (*) │ │ │ │ │ ├── quote v1.0.41 (*) │ │ │ │ │ └── syn v2.0.108 (*) │ │ │ │ ├── proc-macro2 v1.0.103 (*) │ │ │ │ ├── quote v1.0.41 (*) │ │ │ │ └── syn v2.0.108 (*) │ │ │ ├── sha2 v0.10.9 (*) │ │ │ └── thiserror v2.0.17 (*) │ │ ├── alloy-primitives v1.4.1 (*) │ │ ├── alloy-rlp v0.3.12 (*) │ │ ├── alloy-serde v1.1.0 (*) │ │ ├── alloy-trie v0.9.1 │ │ │ ├── alloy-primitives v1.4.1 (*) │ │ │ ├── alloy-rlp v0.3.12 (*) │ │ │ ├── arrayvec v0.7.6 (*) │ │ │ ├── derive_more v2.0.1 (*) │ │ │ ├── nybbles v0.4.6 │ │ │ │ ├── cfg-if v1.0.1 │ │ │ │ ├── ruint v1.17.0 (*) │ │ │ │ ├── serde v1.0.228 (*) │ │ │ │ └── smallvec v1.15.1 │ │ │ │ └── serde v1.0.228 (*) │ │ │ ├── serde v1.0.228 (*) │ │ │ ├── smallvec v1.15.1 (*) │ │ │ └── tracing v0.1.41 │ │ │ ├── pin-project-lite v0.2.16 │ │ │ ├── tracing-attributes v0.1.30 (proc-macro) │ │ │ │ ├── proc-macro2 v1.0.103 (*) │ │ │ │ ├── quote v1.0.41 (*) │ │ │ │ └── syn v2.0.108 (*) │ │ │ └── tracing-core v0.1.34 │ │ │ └── once_cell v1.21.3 │ │ ├── alloy-tx-macros v1.1.0 (proc-macro) │ │ │ ├── darling v0.21.3 (*) │ │ │ ├── proc-macro2 v1.0.103 (*) │ │ │ ├── quote v1.0.41 (*) │ │ │ └── syn v2.0.108 (*) │ │ ├── auto_impl v1.3.0 (proc-macro) (*) │ │ ├── derive_more v2.0.1 (*) │ │ ├── either v1.15.0 (*) │ │ ├── once_cell v1.21.3 │ │ ├── serde v1.0.228 (*) │ │ ├── serde_json v1.0.145 (*) │ │ └── thiserror v2.0.17 (*) │ ├── alloy-network v1.1.0 │ │ ├── alloy-consensus v1.1.0 (*) │ │ ├── alloy-consensus-any v1.1.0 │ │ │ ├── alloy-consensus v1.1.0 (*) │ │ │ ├── alloy-eips v1.1.0 (*) │ │ │ ├── alloy-primitives v1.4.1 (*) │ │ │ ├── alloy-rlp v0.3.12 (*) │ │ │ ├── alloy-serde v1.1.0 (*) │ │ │ └── serde v1.0.228 (*) │ │ ├── alloy-eips v1.1.0 (*) │ │ ├── alloy-json-rpc v1.1.0 │ │ │ ├── alloy-primitives v1.4.1 (*) │ │ │ ├── alloy-sol-types v1.4.1 (*) │ │ │ ├── http v1.3.1 │ │ │ │ ├── bytes v1.10.1 (*) │ │ │ │ ├── fnv v1.0.7 │ │ │ │ └── itoa v1.0.15 │ │ │ ├── serde v1.0.228 (*) │ │ │ ├── serde_json v1.0.145 (*) │ │ │ ├── thiserror v2.0.17 (*) │ │ │ └── tracing v0.1.41 (*) │ │ ├── alloy-network-primitives v1.1.0 │ │ │ ├── alloy-consensus v1.1.0 (*) │ │ │ ├── alloy-eips v1.1.0 (*) │ │ │ ├── alloy-primitives v1.4.1 (*) │ │ │ ├── alloy-serde v1.1.0 (*) │ │ │ └── serde v1.0.228 (*) │ │ ├── alloy-primitives v1.4.1 (*) │ │ ├── alloy-rpc-types-any v1.1.0 │ │ │ ├── alloy-consensus-any v1.1.0 (*) │ │ │ ├── alloy-rpc-types-eth v1.1.0 │ │ │ │ ├── alloy-consensus v1.1.0 (*) │ │ │ │ ├── alloy-consensus-any v1.1.0 (*) │ │ │ │ ├── alloy-eips v1.1.0 (*) │ │ │ │ ├── alloy-network-primitives v1.1.0 (*) │ │ │ │ ├── alloy-primitives v1.4.1 (*) │ │ │ │ ├── alloy-rlp v0.3.12 (*) │ │ │ │ ├── alloy-serde v1.1.0 (*) │ │ │ │ ├── alloy-sol-types v1.4.1 (*) │ │ │ │ ├── itertools v0.14.0 │ │ │ │ │ └── either v1.15.0 (*) │ │ │ │ ├── serde v1.0.228 (*) │ │ │ │ ├── serde_json v1.0.145 (*) │ │ │ │ └── thiserror v2.0.17 (*) │ │ │ └── alloy-serde v1.1.0 (*) │ │ ├── alloy-rpc-types-eth v1.1.0 (*) │ │ ├── alloy-serde v1.1.0 (*) │ │ ├── alloy-signer v1.1.0 (*) │ │ ├── alloy-sol-types v1.4.1 (*) │ │ ├── async-trait v0.1.89 (proc-macro) (*) │ │ ├── auto_impl v1.3.0 (proc-macro) (*) │ │ ├── derive_more v2.0.1 (*) │ │ ├── futures-utils-wasm v0.1.0 │ │ ├── serde v1.0.228 (*) │ │ ├── serde_json v1.0.145 (*) │ │ └── thiserror v2.0.17 (*) │ ├── alloy-primitives v1.4.1 (*) │ ├── alloy-signer v1.1.0 (*) │ ├── async-trait v0.1.89 (proc-macro) (*) │ ├── k256 v0.13.4 (*) │ ├── rand v0.8.5 │ │ ├── rand_chacha v0.3.1 │ │ │ ├── ppv-lite86 v0.2.21 │ │ │ │ └── zerocopy v0.8.27 │ │ │ │ └── zerocopy-derive v0.8.27 (proc-macro) │ │ │ │ ├── proc-macro2 v1.0.103 (*) │ │ │ │ ├── quote v1.0.41 (*) │ │ │ │ └── syn v2.0.108 (*) │ │ │ └── rand_core v0.6.4 (*) │ │ └── rand_core v0.6.4 (*) │ └── thiserror v2.0.17 (*) ├── alloy-sol-types v1.4.1 (*) ├── android_logger v0.15.1 │ ├── android_log-sys v0.3.2 │ ├── env_filter v0.1.4 │ │ ├── log v0.4.28 │ │ └── regex v1.12.2 │ │ ├── aho-corasick v1.1.3 │ │ │ └── memchr v2.7.5 │ │ ├── memchr v2.7.5 │ │ ├── regex-automata v0.4.13 │ │ │ ├── aho-corasick v1.1.3 (*) │ │ │ ├── memchr v2.7.5 │ │ │ └── regex-syntax v0.8.6 │ │ └── regex-syntax v0.8.6 │ └── log v0.4.28 ├── anyhow v1.0.100 ├── base64 v0.22.1 ├── chrono v0.4.41 │ ├── num-traits v0.2.19 │ │ [build-dependencies] │ │ └── autocfg v1.4.0 │ ├── serde v1.0.228 (*) │ └── windows-link v0.1.3 ├── chrono-tz v0.10.4 │ ├── chrono v0.4.41 (*) │ └── phf v0.12.1 │ └── phf_shared v0.12.1 │ └── siphasher v1.0.1 ├── csv v1.4.0 │ ├── csv-core v0.1.13 │ │ └── memchr v2.7.5 │ ├── itoa v1.0.15 │ ├── ryu v1.0.20 │ └── serde_core v1.0.228 ├── eframe v0.33.0 (https://github.com/freetime12/egui#90a2749d) │ ├── ahash v0.8.12 │ │ ├── cfg-if v1.0.1 │ │ ├── once_cell v1.21.3 │ │ ├── serde v1.0.228 (*) │ │ └── zerocopy v0.8.27 (*) │ │ [build-dependencies] │ │ └── version_check v0.9.5 │ ├── document-features v0.2.11 (proc-macro) │ │ └── litrs v0.4.2 │ ├── egui v0.33.0 (https://github.com/freetime12/egui#90a2749d) │ │ ├── accesskit v0.21.1 │ │ │ ├── enumn v0.1.14 (proc-macro) │ │ │ │ ├── proc-macro2 v1.0.103 (*) │ │ │ │ ├── quote v1.0.41 (*) │ │ │ │ └── syn v2.0.108 (*) │ │ │ └── serde v1.0.228 (*) │ │ ├── ahash v0.8.12 (*) │ │ ├── bitflags v2.9.4 │ │ │ └── serde v1.0.228 (*) │ │ ├── emath v0.33.0 (https://github.com/freetime12/egui#90a2749d) │ │ │ ├── bytemuck v1.24.0 │ │ │ │ └── bytemuck_derive v1.10.2 (proc-macro) │ │ │ │ ├── proc-macro2 v1.0.103 (*) │ │ │ │ ├── quote v1.0.41 (*) │ │ │ │ └── syn v2.0.108 (*) │ │ │ └── serde v1.0.228 (*) │ │ ├── epaint v0.33.0 (https://github.com/freetime12/egui#90a2749d) │ │ │ ├── ab_glyph v0.2.32 │ │ │ │ ├── ab_glyph_rasterizer v0.1.10 │ │ │ │ └── owned_ttf_parser v0.25.1 │ │ │ │ └── ttf-parser v0.25.1 │ │ │ ├── ahash v0.8.12 (*) │ │ │ ├── bytemuck v1.24.0 (*) │ │ │ ├── ecolor v0.33.0 (https://github.com/freetime12/egui#90a2749d) │ │ │ │ ├── bytemuck v1.24.0 (*) │ │ │ │ ├── emath v0.33.0 (https://github.com/freetime12/egui#90a2749d) (*) │ │ │ │ └── serde v1.0.228 (*) │ │ │ ├── emath v0.33.0 (https://github.com/freetime12/egui#90a2749d) (*) │ │ │ ├── epaint_default_fonts v0.33.0 (https://github.com/freetime12/egui#90a2749d) │ │ │ ├── log v0.4.28 │ │ │ ├── nohash-hasher v0.2.0 │ │ │ ├── parking_lot v0.12.5 │ │ │ │ ├── lock_api v0.4.14 │ │ │ │ │ └── scopeguard v1.2.0 │ │ │ │ └── parking_lot_core v0.9.12 │ │ │ │ ├── cfg-if v1.0.1 │ │ │ │ ├── smallvec v1.15.1 (*) │ │ │ │ └── windows-link v0.2.1 │ │ │ ├── profiling v1.0.17 │ │ │ │ └── profiling-procmacros v1.0.17 (proc-macro) │ │ │ │ ├── quote v1.0.41 (*) │ │ │ │ └── syn v2.0.108 (*) │ │ │ └── serde v1.0.228 (*) │ │ ├── log v0.4.28 │ │ ├── nohash-hasher v0.2.0 │ │ ├── profiling v1.0.17 (*) │ │ ├── ron v0.11.0 │ │ │ ├── base64 v0.22.1 │ │ │ ├── bitflags v2.9.4 (*) │ │ │ ├── serde v1.0.228 (*) │ │ │ ├── serde_derive v1.0.228 (proc-macro) (*) │ │ │ └── unicode-ident v1.0.18 │ │ ├── serde v1.0.228 (*) │ │ ├── smallvec v1.15.1 (*) │ │ └── unicode-segmentation v1.12.0 │ ├── egui-winit v0.33.0 (https://github.com/freetime12/egui#90a2749d) │ │ ├── accesskit_winit v0.29.1 │ │ │ ├── accesskit v0.21.1 (*) │ │ │ ├── accesskit_windows v0.29.1 │ │ │ │ ├── accesskit v0.21.1 (*) │ │ │ │ ├── accesskit_consumer v0.30.1 │ │ │ │ │ ├── accesskit v0.21.1 (*) │ │ │ │ │ └── hashbrown v0.15.5 │ │ │ │ │ └── foldhash v0.1.5 │ │ │ │ ├── hashbrown v0.15.5 (*) │ │ │ │ ├── static_assertions v1.1.0 │ │ │ │ ├── windows v0.61.3 │ │ │ │ │ ├── windows-collections v0.2.0 │ │ │ │ │ │ └── windows-core v0.61.2 │ │ │ │ │ │ ├── windows-implement v0.60.1 (proc-macro) │ │ │ │ │ │ │ ├── proc-macro2 v1.0.103 (*) │ │ │ │ │ │ │ ├── quote v1.0.41 (*) │ │ │ │ │ │ │ └── syn v2.0.108 (*) │ │ │ │ │ │ ├── windows-interface v0.59.2 (proc-macro) │ │ │ │ │ │ │ ├── proc-macro2 v1.0.103 (*) │ │ │ │ │ │ │ ├── quote v1.0.41 (*) │ │ │ │ │ │ │ └── syn v2.0.108 (*) │ │ │ │ │ │ ├── windows-link v0.1.3 │ │ │ │ │ │ ├── windows-result v0.3.4 │ │ │ │ │ │ │ └── windows-link v0.1.3 │ │ │ │ │ │ └── windows-strings v0.4.2 │ │ │ │ │ │ └── windows-link v0.1.3 │ │ │ │ │ ├── windows-core v0.61.2 (*) │ │ │ │ │ ├── windows-future v0.2.1 │ │ │ │ │ │ ├── windows-core v0.61.2 (*) │ │ │ │ │ │ ├── windows-link v0.1.3 │ │ │ │ │ │ └── windows-threading v0.1.0 │ │ │ │ │ │ └── windows-link v0.1.3 │ │ │ │ │ ├── windows-link v0.1.3 │ │ │ │ │ └── windows-numerics v0.2.0 │ │ │ │ │ ├── windows-core v0.61.2 (*) │ │ │ │ │ └── windows-link v0.1.3 │ │ │ │ └── windows-core v0.61.2 (*) │ │ │ ├── raw-window-handle v0.6.2 │ │ │ └── winit v0.30.12 │ │ │ ├── bitflags v2.9.4 (*) │ │ │ ├── cursor-icon v1.2.0 │ │ │ ├── dpi v0.1.2 │ │ │ ├── raw-window-handle v0.6.2 │ │ │ ├── smol_str v0.2.2 │ │ │ ├── tracing v0.1.41 (*) │ │ │ ├── unicode-segmentation v1.12.0 │ │ │ └── windows-sys v0.52.0 │ │ │ └── windows-targets v0.52.6 │ │ │ └── windows_x86_64_msvc v0.52.6 │ │ │ [build-dependencies] │ │ │ └── cfg_aliases v0.2.1 │ │ ├── arboard v3.6.1 │ │ │ ├── clipboard-win v5.4.1 │ │ │ │ └── error-code v3.3.2 │ │ │ ├── image v0.25.8 │ │ │ │ ├── bytemuck v1.24.0 (*) │ │ │ │ ├── byteorder-lite v0.1.0 │ │ │ │ ├── color_quant v1.1.0 │ │ │ │ ├── exr v1.73.0 │ │ │ │ │ ├── bit_field v0.10.3 │ │ │ │ │ ├── half v2.7.1 │ │ │ │ │ │ ├── cfg-if v1.0.1 │ │ │ │ │ │ └── zerocopy v0.8.27 (*) │ │ │ │ │ ├── lebe v0.5.3 │ │ │ │ │ ├── miniz_oxide v0.8.9 │ │ │ │ │ │ ├── adler2 v2.0.1 │ │ │ │ │ │ └── simd-adler32 v0.3.7 │ │ │ │ │ ├── rayon-core v1.13.0 │ │ │ │ │ │ ├── crossbeam-deque v0.8.6 │ │ │ │ │ │ │ ├── crossbeam-epoch v0.9.18 │ │ │ │ │ │ │ │ └── crossbeam-utils v0.8.21 │ │ │ │ │ │ │ └── crossbeam-utils v0.8.21 │ │ │ │ │ │ └── crossbeam-utils v0.8.21 │ │ │ │ │ ├── smallvec v1.15.1 (*) │ │ │ │ │ └── zune-inflate v0.2.54 │ │ │ │ │ └── simd-adler32 v0.3.7 │ │ │ │ ├── gif v0.13.3 │ │ │ │ │ ├── color_quant v1.1.0 │ │ │ │ │ └── weezl v0.1.10 │ │ │ │ ├── image-webp v0.2.4 │ │ │ │ │ ├── byteorder-lite v0.1.0 │ │ │ │ │ └── quick-error v2.0.1 │ │ │ │ ├── moxcms v0.7.5 │ │ │ │ │ ├── num-traits v0.2.19 (*) │ │ │ │ │ └── pxfm v0.1.24 │ │ │ │ │ └── num-traits v0.2.19 (*) │ │ │ │ ├── num-traits v0.2.19 (*) │ │ │ │ ├── png v0.18.0 │ │ │ │ │ ├── bitflags v2.9.4 (*) │ │ │ │ │ ├── crc32fast v1.5.0 │ │ │ │ │ │ └── cfg-if v1.0.1 │ │ │ │ │ ├── fdeflate v0.3.7 │ │ │ │ │ │ └── simd-adler32 v0.3.7 │ │ │ │ │ ├── flate2 v1.1.5 │ │ │ │ │ │ ├── crc32fast v1.5.0 (*) │ │ │ │ │ │ └── miniz_oxide v0.8.9 (*) │ │ │ │ │ └── miniz_oxide v0.8.9 (*) │ │ │ │ ├── qoi v0.4.1 │ │ │ │ │ └── bytemuck v1.24.0 (*) │ │ │ │ ├── ravif v0.11.20 │ │ │ │ │ ├── avif-serialize v0.8.6 │ │ │ │ │ │ └── arrayvec v0.7.6 (*) │ │ │ │ │ ├── imgref v1.12.0 │ │ │ │ │ ├── loop9 v0.1.5 │ │ │ │ │ │ └── imgref v1.12.0 │ │ │ │ │ ├── quick-error v2.0.1 │ │ │ │ │ ├── rav1e v0.7.1 │ │ │ │ │ │ ├── arg_enum_proc_macro v0.3.4 (proc-macro) │ │ │ │ │ │ │ ├── proc-macro2 v1.0.103 (*) │ │ │ │ │ │ │ ├── quote v1.0.41 (*) │ │ │ │ │ │ │ └── syn v2.0.108 (*) │ │ │ │ │ │ ├── arrayvec v0.7.6 (*) │ │ │ │ │ │ ├── av1-grain v0.2.4 │ │ │ │ │ │ │ ├── anyhow v1.0.100 │ │ │ │ │ │ │ ├── arrayvec v0.7.6 (*) │ │ │ │ │ │ │ ├── log v0.4.28 │ │ │ │ │ │ │ ├── nom v7.1.3 │ │ │ │ │ │ │ │ ├── memchr v2.7.5 │ │ │ │ │ │ │ │ └── minimal-lexical v0.2.1 │ │ │ │ │ │ │ ├── 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 (*) │ │ │ │ │ │ │ │ ├── num-integer v0.1.46 (*) │ │ │ │ │ │ │ │ └── num-traits v0.2.19 (*) │ │ │ │ │ │ │ └── v_frame v0.3.9 │ │ │ │ │ │ │ ├── aligned-vec v0.6.4 │ │ │ │ │ │ │ │ └── equator v0.4.2 │ │ │ │ │ │ │ │ └── equator-macro v0.4.2 (proc-macro) │ │ │ │ │ │ │ │ ├── proc-macro2 v1.0.103 (*) │ │ │ │ │ │ │ │ ├── quote v1.0.41 (*) │ │ │ │ │ │ │ │ └── syn v2.0.108 (*) │ │ │ │ │ │ │ └── num-traits v0.2.19 (*) │ │ │ │ │ │ ├── bitstream-io v2.6.0 │ │ │ │ │ │ ├── cfg-if v1.0.1 │ │ │ │ │ │ ├── itertools v0.12.1 │ │ │ │ │ │ │ └── either v1.15.0 (*) │ │ │ │ │ │ ├── libc v0.2.177 │ │ │ │ │ │ ├── log v0.4.28 │ │ │ │ │ │ ├── maybe-rayon v0.1.1 │ │ │ │ │ │ │ ├── cfg-if v1.0.1 │ │ │ │ │ │ │ └── rayon v1.11.0 │ │ │ │ │ │ │ ├── either v1.15.0 (*) │ │ │ │ │ │ │ └── rayon-core v1.13.0 (*) │ │ │ │ │ │ ├── new_debug_unreachable v1.0.6 │ │ │ │ │ │ ├── noop_proc_macro v0.3.0 (proc-macro) │ │ │ │ │ │ ├── num-derive v0.4.2 (proc-macro) │ │ │ │ │ │ │ ├── proc-macro2 v1.0.103 (*) │ │ │ │ │ │ │ ├── quote v1.0.41 (*) │ │ │ │ │ │ │ └── syn v2.0.108 (*) │ │ │ │ │ │ ├── num-traits v0.2.19 (*) │ │ │ │ │ │ ├── once_cell v1.21.3 │ │ │ │ │ │ ├── paste v1.0.15 (proc-macro) │ │ │ │ │ │ ├── profiling v1.0.17 (*) │ │ │ │ │ │ ├── simd_helpers v0.1.0 (proc-macro) │ │ │ │ │ │ │ └── quote v1.0.41 (*) │ │ │ │ │ │ ├── thiserror v1.0.69 │ │ │ │ │ │ │ └── thiserror-impl v1.0.69 (proc-macro) │ │ │ │ │ │ │ ├── proc-macro2 v1.0.103 (*) │ │ │ │ │ │ │ ├── quote v1.0.41 (*) │ │ │ │ │ │ │ └── syn v2.0.108 (*) │ │ │ │ │ │ └── v_frame v0.3.9 (*) │ │ │ │ │ │ [build-dependencies] │ │ │ │ │ │ └── built v0.7.7 │ │ │ │ │ ├── rayon v1.11.0 (*) │ │ │ │ │ └── rgb v0.8.52 │ │ │ │ ├── rayon v1.11.0 (*) │ │ │ │ ├── rgb v0.8.52 │ │ │ │ ├── tiff v0.10.3 │ │ │ │ │ ├── fax v0.2.6 │ │ │ │ │ │ └── fax_derive v0.2.0 (proc-macro) │ │ │ │ │ │ ├── proc-macro2 v1.0.103 (*) │ │ │ │ │ │ ├── quote v1.0.41 (*) │ │ │ │ │ │ └── syn v2.0.108 (*) │ │ │ │ │ ├── flate2 v1.1.5 (*) │ │ │ │ │ ├── half v2.7.1 (*) │ │ │ │ │ ├── quick-error v2.0.1 │ │ │ │ │ ├── weezl v0.1.10 │ │ │ │ │ └── zune-jpeg v0.4.21 │ │ │ │ │ └── zune-core v0.4.12 │ │ │ │ ├── zune-core v0.4.12 │ │ │ │ └── zune-jpeg v0.4.21 (*) │ │ │ ├── log v0.4.28 │ │ │ └── windows-sys v0.60.2 │ │ │ └── windows-targets v0.53.2 │ │ │ └── windows_x86_64_msvc v0.53.0 │ │ ├── bytemuck v1.24.0 (*) │ │ ├── egui v0.33.0 (https://github.com/freetime12/egui#90a2749d) (*) │ │ ├── log v0.4.28 │ │ ├── profiling v1.0.17 (*) │ │ ├── raw-window-handle v0.6.2 │ │ ├── serde v1.0.228 (*) │ │ ├── web-time v1.1.0 │ │ ├── webbrowser v1.0.5 │ │ │ ├── log v0.4.28 │ │ │ └── url v2.5.7 │ │ │ ├── form_urlencoded v1.2.2 │ │ │ │ └── percent-encoding v2.3.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.103 (*) │ │ │ │ │ │ │ ├── quote v1.0.41 (*) │ │ │ │ │ │ │ └── syn v2.0.108 (*) │ │ │ │ │ │ ├── icu_collections v2.0.0 │ │ │ │ │ │ │ ├── displaydoc v0.2.5 (proc-macro) (*) │ │ │ │ │ │ │ ├── potential_utf v0.1.2 │ │ │ │ │ │ │ │ └── zerovec v0.11.2 │ │ │ │ │ │ │ │ ├── yoke v0.8.0 │ │ │ │ │ │ │ │ │ ├── stable_deref_trait v1.2.0 │ │ │ │ │ │ │ │ │ ├── yoke-derive v0.8.0 (proc-macro) │ │ │ │ │ │ │ │ │ │ ├── proc-macro2 v1.0.103 (*) │ │ │ │ │ │ │ │ │ │ ├── quote v1.0.41 (*) │ │ │ │ │ │ │ │ │ │ ├── syn v2.0.108 (*) │ │ │ │ │ │ │ │ │ │ └── synstructure v0.13.2 │ │ │ │ │ │ │ │ │ │ ├── proc-macro2 v1.0.103 (*) │ │ │ │ │ │ │ │ │ │ ├── quote v1.0.41 (*) │ │ │ │ │ │ │ │ │ │ └── syn v2.0.108 (*) │ │ │ │ │ │ │ │ │ └── zerofrom v0.1.6 │ │ │ │ │ │ │ │ │ └── zerofrom-derive v0.1.6 (proc-macro) │ │ │ │ │ │ │ │ │ ├── proc-macro2 v1.0.103 (*) │ │ │ │ │ │ │ │ │ ├── quote v1.0.41 (*) │ │ │ │ │ │ │ │ │ ├── syn v2.0.108 (*) │ │ │ │ │ │ │ │ │ └── synstructure v0.13.2 (*) │ │ │ │ │ │ │ │ ├── zerofrom v0.1.6 (*) │ │ │ │ │ │ │ │ └── zerovec-derive v0.11.1 (proc-macro) │ │ │ │ │ │ │ │ ├── proc-macro2 v1.0.103 (*) │ │ │ │ │ │ │ │ ├── quote v1.0.41 (*) │ │ │ │ │ │ │ │ └── syn v2.0.108 (*) │ │ │ │ │ │ │ ├── yoke v0.8.0 (*) │ │ │ │ │ │ │ ├── zerofrom v0.1.6 (*) │ │ │ │ │ │ │ └── zerovec v0.11.2 (*) │ │ │ │ │ │ ├── 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.2 (*) │ │ │ │ │ │ │ │ ├── writeable v0.6.1 │ │ │ │ │ │ │ │ └── zerovec v0.11.2 (*) │ │ │ │ │ │ │ ├── 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.2 (*) │ │ │ │ │ │ ├── smallvec v1.15.1 (*) │ │ │ │ │ │ └── zerovec v0.11.2 (*) │ │ │ │ │ └── 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.2 (*) │ │ │ │ ├── smallvec v1.15.1 (*) │ │ │ │ └── utf8_iter v1.0.4 │ │ │ ├── percent-encoding v2.3.2 │ │ │ └── serde v1.0.228 (*) │ │ └── winit v0.30.12 (*) │ ├── egui_glow v0.33.0 (https://github.com/freetime12/egui#90a2749d) │ │ ├── bytemuck v1.24.0 (*) │ │ ├── egui v0.33.0 (https://github.com/freetime12/egui#90a2749d) (*) │ │ ├── glow v0.16.0 │ │ ├── log v0.4.28 │ │ ├── memoffset v0.9.1 │ │ │ [build-dependencies] │ │ │ └── autocfg v1.4.0 │ │ └── profiling v1.0.17 (*) │ ├── glow v0.16.0 │ ├── glutin v0.32.3 │ │ ├── bitflags v2.9.4 (*) │ │ ├── glutin_egl_sys v0.7.1 │ │ │ └── windows-sys v0.52.0 (*) │ │ │ [build-dependencies] │ │ │ └── gl_generator v0.14.0 │ │ │ ├── khronos_api v3.1.0 │ │ │ ├── log v0.4.28 │ │ │ └── xml-rs v0.8.27 │ │ ├── glutin_wgl_sys v0.6.1 │ │ │ [build-dependencies] │ │ │ └── gl_generator v0.14.0 (*) │ │ ├── libloading v0.8.9 │ │ │ └── windows-link v0.2.1 │ │ ├── once_cell v1.21.3 │ │ ├── raw-window-handle v0.6.2 │ │ └── windows-sys v0.52.0 (*) │ │ [build-dependencies] │ │ └── cfg_aliases v0.2.1 │ ├── glutin-winit v0.5.0 │ │ ├── glutin v0.32.3 (*) │ │ ├── raw-window-handle v0.6.2 │ │ └── winit v0.30.12 (*) │ │ [build-dependencies] │ │ └── cfg_aliases v0.2.1 │ ├── home v0.5.11 │ │ └── windows-sys v0.59.0 │ │ └── windows-targets v0.52.6 (*) │ ├── image v0.25.8 (*) │ ├── log v0.4.28 │ ├── parking_lot v0.12.5 (*) │ ├── profiling v1.0.17 (*) │ ├── raw-window-handle v0.6.2 │ ├── ron v0.11.0 (*) │ ├── serde v1.0.228 (*) │ ├── static_assertions v1.1.0 │ ├── web-time v1.1.0 │ ├── windows-sys v0.61.2 │ │ └── windows-link v0.2.1 │ └── winit v0.30.12 (*) ├── egui_extras v0.33.0 │ ├── ahash v0.8.12 (*) │ ├── egui v0.33.0 (https://github.com/freetime12/egui#90a2749d) (*) │ ├── enum-map v2.7.3 │ │ └── enum-map-derive v0.17.0 (proc-macro) │ │ ├── proc-macro2 v1.0.103 (*) │ │ ├── quote v1.0.41 (*) │ │ └── syn v2.0.108 (*) │ ├── log v0.4.28 │ ├── mime_guess2 v2.3.1 │ │ ├── mime v0.3.17 │ │ └── unicase v2.8.1 │ │ [build-dependencies] │ │ ├── phf v0.11.3 │ │ │ └── phf_shared v0.11.3 │ │ │ ├── siphasher v1.0.1 │ │ │ └── unicase v2.8.1 │ │ ├── phf_shared v0.11.3 (*) │ │ └── unicase v2.8.1 │ └── profiling v1.0.17 (*) ├── egui_plot v0.34.0 │ ├── ahash v0.8.12 (*) │ ├── egui v0.33.0 (https://github.com/freetime12/egui#90a2749d) (*) │ └── emath v0.33.0 ├── futures-util v0.3.31 │ ├── futures-core v0.3.31 │ ├── futures-macro v0.3.31 (proc-macro) │ │ ├── proc-macro2 v1.0.103 (*) │ │ ├── quote v1.0.41 (*) │ │ └── syn v2.0.108 (*) │ ├── futures-sink v0.3.31 │ ├── futures-task v0.3.31 │ ├── pin-project-lite v0.2.16 │ ├── pin-utils v0.1.0 │ └── slab v0.4.10 ├── hmac v0.12.1 (*) ├── image v0.25.8 (*) ├── itertools v0.14.0 (*) ├── log v0.4.28 ├── num-format v0.4.4 │ ├── arrayvec v0.7.6 (*) │ └── itoa v1.0.15 ├── once_cell v1.21.3 ├── openssl v0.10.73 │ ├── bitflags v2.9.4 (*) │ ├── cfg-if v1.0.1 │ ├── foreign-types v0.3.2 │ │ └── foreign-types-shared v0.1.1 │ ├── libc v0.2.177 │ ├── once_cell v1.21.3 │ ├── openssl-macros v0.1.1 (proc-macro) │ │ ├── proc-macro2 v1.0.103 (*) │ │ ├── quote v1.0.41 (*) │ │ └── syn v2.0.108 (*) │ └── openssl-sys v0.9.109 │ └── libc v0.2.177 │ [build-dependencies] │ ├── cc v1.2.44 │ │ ├── find-msvc-tools v0.1.4 │ │ └── shlex v1.3.0 │ ├── openssl-src v300.5.4+3.5.4 │ │ └── cc v1.2.44 (*) │ ├── pkg-config v0.3.32 │ └── vcpkg v0.2.15 ├── ordered-float v5.1.0 │ └── num-traits v0.2.19 (*) ├── postcard v1.1.3 │ ├── cobs v0.3.0 │ │ └── thiserror v2.0.17 (*) │ ├── heapless v0.7.17 │ │ ├── hash32 v0.2.1 │ │ │ └── byteorder v1.5.0 │ │ ├── serde v1.0.228 (*) │ │ ├── spin v0.9.8 │ │ │ └── lock_api v0.4.14 (*) │ │ └── stable_deref_trait v1.2.0 │ │ [build-dependencies] │ │ └── rustc_version v0.4.1 │ │ └── semver v1.0.27 │ └── serde v1.0.228 (*) ├── quick-xml v0.38.3 │ ├── memchr v2.7.5 │ └── serde v1.0.228 (*) ├── rand v0.9.2 │ ├── rand_chacha v0.9.0 │ │ ├── ppv-lite86 v0.2.21 (*) │ │ └── rand_core v0.9.3 │ │ └── getrandom v0.3.3 │ │ └── cfg-if v1.0.1 │ └── rand_core v0.9.3 (*) ├── regex v1.12.2 (*) ├── reqwest v0.12.24 │ ├── base64 v0.22.1 │ ├── bytes v1.10.1 (*) │ ├── encoding_rs v0.8.35 │ │ └── cfg-if v1.0.1 │ ├── futures-core v0.3.31 │ ├── h2 v0.4.10 │ │ ├── atomic-waker v1.1.2 │ │ ├── bytes v1.10.1 (*) │ │ ├── fnv v1.0.7 │ │ ├── futures-core v0.3.31 │ │ ├── futures-sink v0.3.31 │ │ ├── http v1.3.1 (*) │ │ ├── indexmap v2.9.0 (*) │ │ ├── slab v0.4.10 │ │ ├── tokio v1.48.0 │ │ │ ├── bytes v1.10.1 (*) │ │ │ ├── mio v1.0.4 │ │ │ │ └── windows-sys v0.59.0 (*) │ │ │ ├── parking_lot v0.12.5 (*) │ │ │ ├── pin-project-lite v0.2.16 │ │ │ ├── socket2 v0.6.1 │ │ │ │ └── windows-sys v0.60.2 (*) │ │ │ ├── tokio-macros v2.6.0 (proc-macro) │ │ │ │ ├── proc-macro2 v1.0.103 (*) │ │ │ │ ├── quote v1.0.41 (*) │ │ │ │ └── syn v2.0.108 (*) │ │ │ └── windows-sys v0.61.2 (*) │ │ ├── tokio-util v0.7.15 │ │ │ ├── bytes v1.10.1 (*) │ │ │ ├── futures-core v0.3.31 │ │ │ ├── futures-sink v0.3.31 │ │ │ ├── pin-project-lite v0.2.16 │ │ │ └── tokio v1.48.0 (*) │ │ └── tracing v0.1.41 (*) │ ├── http v1.3.1 (*) │ ├── http-body v1.0.1 │ │ ├── bytes v1.10.1 (*) │ │ └── http v1.3.1 (*) │ ├── http-body-util v0.1.3 │ │ ├── bytes v1.10.1 (*) │ │ ├── futures-core v0.3.31 │ │ ├── http v1.3.1 (*) │ │ ├── http-body v1.0.1 (*) │ │ └── pin-project-lite v0.2.16 │ ├── hyper v1.6.0 │ │ ├── bytes v1.10.1 (*) │ │ ├── futures-channel v0.3.31 │ │ │ └── futures-core v0.3.31 │ │ ├── futures-util v0.3.31 (*) │ │ ├── h2 v0.4.10 (*) │ │ ├── http v1.3.1 (*) │ │ ├── http-body v1.0.1 (*) │ │ ├── httparse v1.10.1 │ │ ├── itoa v1.0.15 │ │ ├── pin-project-lite v0.2.16 │ │ ├── smallvec v1.15.1 (*) │ │ ├── tokio v1.48.0 (*) │ │ └── want v0.3.1 │ │ └── try-lock v0.2.5 │ ├── hyper-tls v0.6.0 │ │ ├── bytes v1.10.1 (*) │ │ ├── http-body-util v0.1.3 (*) │ │ ├── hyper v1.6.0 (*) │ │ ├── hyper-util v0.1.14 │ │ │ ├── base64 v0.22.1 │ │ │ ├── bytes v1.10.1 (*) │ │ │ ├── futures-channel v0.3.31 (*) │ │ │ ├── futures-core v0.3.31 │ │ │ ├── futures-util v0.3.31 (*) │ │ │ ├── http v1.3.1 (*) │ │ │ ├── http-body v1.0.1 (*) │ │ │ ├── hyper v1.6.0 (*) │ │ │ ├── ipnet v2.11.0 │ │ │ ├── libc v0.2.177 │ │ │ ├── percent-encoding v2.3.2 │ │ │ ├── pin-project-lite v0.2.16 │ │ │ ├── socket2 v0.5.10 │ │ │ │ └── windows-sys v0.52.0 (*) │ │ │ ├── tokio v1.48.0 (*) │ │ │ ├── tower-service v0.3.3 │ │ │ ├── tracing v0.1.41 (*) │ │ │ └── windows-registry v0.5.3 │ │ │ ├── windows-link v0.1.3 │ │ │ ├── windows-result v0.3.4 (*) │ │ │ └── windows-strings v0.4.2 (*) │ │ ├── native-tls v0.2.14 │ │ │ └── schannel v0.1.27 │ │ │ └── windows-sys v0.59.0 (*) │ │ ├── tokio v1.48.0 (*) │ │ ├── tokio-native-tls v0.3.1 │ │ │ ├── native-tls v0.2.14 (*) │ │ │ └── tokio v1.48.0 (*) │ │ └── tower-service v0.3.3 │ ├── hyper-util v0.1.14 (*) │ ├── log v0.4.28 │ ├── mime v0.3.17 │ ├── native-tls v0.2.14 (*) │ ├── percent-encoding v2.3.2 │ ├── pin-project-lite v0.2.16 │ ├── rustls-pki-types v1.12.0 │ │ └── zeroize v1.8.1 │ ├── serde v1.0.228 (*) │ ├── serde_json v1.0.145 (*) │ ├── serde_urlencoded v0.7.1 │ │ ├── form_urlencoded v1.2.2 (*) │ │ ├── itoa v1.0.15 │ │ ├── ryu v1.0.20 │ │ └── serde v1.0.228 (*) │ ├── sync_wrapper v1.0.2 │ │ └── futures-core v0.3.31 │ ├── tokio v1.48.0 (*) │ ├── tokio-native-tls v0.3.1 (*) │ ├── tower v0.5.2 │ │ ├── futures-core v0.3.31 │ │ ├── futures-util v0.3.31 (*) │ │ ├── pin-project-lite v0.2.16 │ │ ├── sync_wrapper v1.0.2 (*) │ │ ├── tokio v1.48.0 (*) │ │ ├── tower-layer v0.3.3 │ │ └── tower-service v0.3.3 │ ├── tower-http v0.6.6 │ │ ├── bitflags v2.9.4 (*) │ │ ├── bytes v1.10.1 (*) │ │ ├── futures-util v0.3.31 (*) │ │ ├── http v1.3.1 (*) │ │ ├── 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 (*) ├── rmp-serde v1.3.0 │ ├── byteorder v1.5.0 │ ├── rmp v0.8.14 │ │ ├── byteorder v1.5.0 │ │ ├── num-traits v0.2.19 (*) │ │ └── paste v1.0.15 (proc-macro) │ └── serde v1.0.228 (*) ├── rodio v0.21.1 │ ├── cpal v0.16.0 │ │ ├── dasp_sample v0.11.0 │ │ └── windows v0.54.0 │ │ ├── windows-core v0.54.0 │ │ │ ├── windows-result v0.1.2 │ │ │ │ └── windows-targets v0.52.6 (*) │ │ │ └── windows-targets v0.52.6 (*) │ │ └── windows-targets v0.52.6 (*) │ ├── dasp_sample v0.11.0 │ ├── num-rational v0.4.2 (*) │ └── symphonia v0.5.5 │ ├── lazy_static v1.5.0 │ ├── symphonia-bundle-flac v0.5.5 │ │ ├── log v0.4.28 │ │ ├── symphonia-core v0.5.5 │ │ │ ├── arrayvec v0.7.6 (*) │ │ │ ├── bitflags v1.3.2 │ │ │ ├── bytemuck v1.24.0 (*) │ │ │ ├── lazy_static v1.5.0 │ │ │ └── log v0.4.28 │ │ ├── symphonia-metadata v0.5.5 │ │ │ ├── encoding_rs v0.8.35 (*) │ │ │ ├── lazy_static v1.5.0 │ │ │ ├── log v0.4.28 │ │ │ └── symphonia-core v0.5.5 (*) │ │ └── symphonia-utils-xiph v0.5.5 │ │ ├── symphonia-core v0.5.5 (*) │ │ └── symphonia-metadata v0.5.5 (*) │ ├── symphonia-bundle-mp3 v0.5.5 │ │ ├── lazy_static v1.5.0 │ │ ├── log v0.4.28 │ │ ├── symphonia-core v0.5.5 (*) │ │ └── symphonia-metadata v0.5.5 (*) │ ├── symphonia-codec-aac v0.5.5 │ │ ├── lazy_static v1.5.0 │ │ ├── log v0.4.28 │ │ └── symphonia-core v0.5.5 (*) │ ├── symphonia-codec-pcm v0.5.5 │ │ ├── log v0.4.28 │ │ └── symphonia-core v0.5.5 (*) │ ├── symphonia-codec-vorbis v0.5.5 │ │ ├── log v0.4.28 │ │ ├── symphonia-core v0.5.5 (*) │ │ └── symphonia-utils-xiph v0.5.5 (*) │ ├── symphonia-core v0.5.5 (*) │ ├── symphonia-format-isomp4 v0.5.5 │ │ ├── encoding_rs v0.8.35 (*) │ │ ├── log v0.4.28 │ │ ├── symphonia-core v0.5.5 (*) │ │ ├── symphonia-metadata v0.5.5 (*) │ │ └── symphonia-utils-xiph v0.5.5 (*) │ ├── symphonia-format-ogg v0.5.5 │ │ ├── log v0.4.28 │ │ ├── symphonia-core v0.5.5 (*) │ │ ├── symphonia-metadata v0.5.5 (*) │ │ └── symphonia-utils-xiph v0.5.5 (*) │ ├── symphonia-format-riff v0.5.5 │ │ ├── extended v0.1.0 │ │ ├── log v0.4.28 │ │ ├── symphonia-core v0.5.5 (*) │ │ └── symphonia-metadata v0.5.5 (*) │ └── symphonia-metadata v0.5.5 (*) ├── rust_decimal v1.39.0 │ ├── arrayvec v0.7.6 (*) │ ├── num-traits v0.2.19 (*) │ └── serde v1.0.228 (*) ├── serde v1.0.228 (*) ├── serde-json-fmt v0.1.0 │ ├── serde v1.0.228 (*) │ ├── serde_json v1.0.145 (*) │ └── smartstring v1.0.1 │ └── static_assertions v1.1.0 │ [build-dependencies] │ ├── autocfg v1.4.0 │ └── version_check v0.9.5 ├── serde_json v1.0.145 (*) ├── sha1 v0.10.6 │ ├── cfg-if v1.0.1 │ ├── cpufeatures v0.2.17 │ └── digest v0.10.7 (*) ├── sha2 v0.10.9 (*) ├── tokio v1.48.0 (*) ├── tokio-tungstenite v0.28.0 │ ├── futures-util v0.3.31 (*) │ ├── log v0.4.28 │ ├── native-tls v0.2.14 (*) │ ├── tokio v1.48.0 (*) │ ├── tokio-native-tls v0.3.1 (*) │ └── tungstenite v0.28.0 │ ├── bytes v1.10.1 (*) │ ├── data-encoding v2.9.0 │ ├── http v1.3.1 (*) │ ├── httparse v1.10.1 │ ├── log v0.4.28 │ ├── native-tls v0.2.14 (*) │ ├── rand v0.9.2 (*) │ ├── sha1 v0.10.6 (*) │ ├── thiserror v2.0.17 (*) │ └── utf-8 v0.7.6 ├── u16cstr v0.4.0 │ ├── wchar v0.11.1 │ │ └── wchar-impl v0.11.0 (proc-macro) │ │ ├── proc-macro2 v1.0.103 (*) │ │ ├── quote v1.0.41 (*) │ │ └── syn v1.0.109 │ │ ├── proc-macro2 v1.0.103 (*) │ │ ├── quote v1.0.41 (*) │ │ └── unicode-ident v1.0.18 │ └── widestring v1.2.0 ├── ureq v3.1.4 │ ├── base64 v0.22.1 │ ├── encoding_rs v0.8.35 (*) │ ├── flate2 v1.1.5 (*) │ ├── log v0.4.28 │ ├── percent-encoding v2.3.2 │ ├── rustls v0.23.35 │ │ ├── log v0.4.28 │ │ ├── once_cell v1.21.3 │ │ ├── ring v0.17.14 │ │ │ ├── cfg-if v1.0.1 │ │ │ ├── getrandom v0.2.16 (*) │ │ │ └── untrusted v0.9.0 │ │ │ [build-dependencies] │ │ │ └── cc v1.2.44 (*) │ │ ├── rustls-pki-types v1.12.0 (*) │ │ ├── rustls-webpki v0.103.8 │ │ │ ├── ring v0.17.14 (*) │ │ │ ├── rustls-pki-types v1.12.0 (*) │ │ │ └── untrusted v0.9.0 │ │ ├── subtle v2.6.1 │ │ └── zeroize v1.8.1 │ ├── rustls-pki-types v1.12.0 (*) │ ├── serde v1.0.228 (*) │ ├── serde_json v1.0.145 (*) │ ├── ureq-proto v0.5.2 │ │ ├── base64 v0.22.1 │ │ ├── http v1.3.1 (*) │ │ ├── httparse v1.10.1 │ │ └── log v0.4.28 │ ├── utf-8 v0.7.6 │ └── webpki-roots v1.0.4 │ └── rustls-pki-types v1.12.0 (*) ├── widestring v1.2.0 └── winit v0.30.12 (*)