pvtcoms-client v0.1.1 (/home/rui/Apps/pvtcoms/client) ├── anyhow v1.0.102 ├── axum v0.8.9 │ ├── axum-core v0.5.6 │ │ ├── bytes v1.11.1 │ │ ├── futures-core v0.3.32 │ │ ├── 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 │ │ ├── sync_wrapper v1.0.2 │ │ ├── tower-layer v0.3.3 │ │ ├── tower-service v0.3.3 │ │ └── tracing v0.1.44 │ │ ├── log v0.4.29 │ │ ├── pin-project-lite v0.2.17 │ │ ├── tracing-attributes v0.1.31 (proc-macro) │ │ │ ├── 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 │ │ └── tracing-core v0.1.36 │ │ └── once_cell v1.21.4 │ ├── base64 v0.22.1 │ ├── bytes v1.11.1 │ ├── form_urlencoded v1.2.2 │ │ └── percent-encoding v2.3.2 │ ├── futures-util v0.3.32 │ │ ├── futures-channel v0.3.32 │ │ │ ├── futures-core v0.3.32 │ │ │ └── futures-sink 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.45 (*) │ │ │ └── syn v2.0.117 (*) │ │ ├── futures-sink v0.3.32 │ │ ├── futures-task v0.3.32 │ │ ├── memchr v2.8.0 │ │ ├── pin-project-lite v0.2.17 │ │ └── slab v0.4.12 │ ├── 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 │ │ ├── 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 │ │ ├── bytes v1.11.1 │ │ ├── libc v0.2.186 │ │ ├── mio v1.2.1 │ │ │ └── libc v0.2.186 │ │ ├── pin-project-lite v0.2.17 │ │ ├── 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 (*) │ ├── hyper-util v0.1.20 │ │ ├── bytes v1.11.1 │ │ ├── http v1.4.1 (*) │ │ ├── http-body v1.0.1 (*) │ │ ├── hyper v1.10.1 (*) │ │ ├── pin-project-lite v0.2.17 │ │ ├── tokio v1.52.3 (*) │ │ └── tower-service v0.3.3 │ ├── itoa v1.0.18 │ ├── matchit v0.8.4 │ ├── memchr v2.8.0 │ ├── mime v0.3.17 │ ├── percent-encoding v2.3.2 │ ├── pin-project-lite v0.2.17 │ ├── serde_core v1.0.228 │ ├── serde_json v1.0.149 │ │ ├── itoa v1.0.18 │ │ ├── memchr v2.8.0 │ │ ├── serde_core v1.0.228 │ │ └── zmij v1.0.21 │ ├── serde_path_to_error v0.1.20 │ │ ├── itoa v1.0.18 │ │ └── serde_core v1.0.228 │ ├── serde_urlencoded v0.7.1 │ │ ├── form_urlencoded v1.2.2 (*) │ │ ├── itoa v1.0.18 │ │ ├── ryu v1.0.23 │ │ └── 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 (*) │ ├── sha1 v0.10.6 │ │ ├── cfg-if v1.0.4 │ │ ├── cpufeatures v0.2.17 │ │ └── 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 │ ├── sync_wrapper v1.0.2 │ ├── tokio v1.52.3 (*) │ ├── tokio-tungstenite v0.29.0 │ │ ├── futures-util v0.3.32 (*) │ │ ├── log v0.4.29 │ │ ├── tokio v1.52.3 (*) │ │ └── tungstenite v0.29.0 │ │ ├── bytes v1.11.1 │ │ ├── data-encoding v2.11.0 │ │ ├── http v1.4.1 (*) │ │ ├── httparse v1.10.1 │ │ ├── log v0.4.29 │ │ ├── rand v0.9.4 │ │ │ ├── rand_chacha v0.9.0 │ │ │ │ ├── ppv-lite86 v0.2.21 │ │ │ │ │ └── zerocopy v0.8.50 │ │ │ │ └── rand_core v0.9.5 │ │ │ │ └── getrandom v0.3.4 │ │ │ │ ├── cfg-if v1.0.4 │ │ │ │ └── libc v0.2.186 │ │ │ └── rand_core v0.9.5 (*) │ │ ├── sha1 v0.10.6 (*) │ │ └── thiserror v2.0.18 │ │ └── thiserror-impl v2.0.18 (proc-macro) │ │ ├── proc-macro2 v1.0.106 (*) │ │ ├── quote v1.0.45 (*) │ │ └── syn v2.0.117 (*) │ ├── 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.52.3 (*) │ │ ├── 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 (*) ├── futures v0.3.32 │ ├── futures-channel 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-io v0.3.32 │ ├── futures-sink v0.3.32 │ ├── futures-task v0.3.32 │ └── futures-util v0.3.32 (*) ├── getrandom v0.2.17 (*) ├── keyring v3.6.3 │ ├── log v0.4.29 │ ├── secret-service v4.0.0 │ │ ├── aes v0.8.4 │ │ │ ├── cfg-if v1.0.4 │ │ │ ├── cipher v0.4.4 │ │ │ │ ├── crypto-common v0.1.7 (*) │ │ │ │ ├── inout v0.1.4 │ │ │ │ │ ├── block-padding v0.3.3 │ │ │ │ │ │ └── generic-array v0.14.7 (*) │ │ │ │ │ └── generic-array v0.14.7 (*) │ │ │ │ └── zeroize v1.8.2 │ │ │ │ └── zeroize_derive v1.4.3 (proc-macro) │ │ │ │ ├── proc-macro2 v1.0.106 (*) │ │ │ │ ├── quote v1.0.45 (*) │ │ │ │ └── syn v2.0.117 (*) │ │ │ └── cpufeatures v0.2.17 │ │ ├── cbc v0.1.2 │ │ │ └── cipher v0.4.4 (*) │ │ ├── futures-util v0.3.32 (*) │ │ ├── generic-array v0.14.7 (*) │ │ ├── hkdf v0.12.4 │ │ │ └── hmac v0.12.1 │ │ │ └── digest v0.10.7 (*) │ │ ├── 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 │ │ ├── once_cell v1.21.4 │ │ ├── rand v0.8.6 │ │ │ ├── libc v0.2.186 │ │ │ ├── rand_chacha v0.3.1 │ │ │ │ ├── ppv-lite86 v0.2.21 (*) │ │ │ │ └── rand_core v0.6.4 (*) │ │ │ └── rand_core v0.6.4 (*) │ │ ├── serde v1.0.228 (*) │ │ ├── sha2 v0.10.9 │ │ │ ├── cfg-if v1.0.4 │ │ │ ├── cpufeatures v0.2.17 │ │ │ └── digest v0.10.7 (*) │ │ └── zbus v4.4.0 │ │ ├── async-broadcast v0.7.2 │ │ │ ├── event-listener v5.4.1 │ │ │ │ ├── concurrent-queue v2.5.0 │ │ │ │ │ └── crossbeam-utils v0.8.21 │ │ │ │ ├── parking v2.2.1 │ │ │ │ └── pin-project-lite v0.2.17 │ │ │ ├── event-listener-strategy v0.5.4 │ │ │ │ ├── event-listener v5.4.1 (*) │ │ │ │ └── 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-fs v2.2.0 │ │ │ ├── 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 │ │ │ │ │ ├── concurrent-queue v2.5.0 (*) │ │ │ │ │ ├── event-listener-strategy v0.5.4 (*) │ │ │ │ │ ├── futures-core v0.3.32 │ │ │ │ │ └── pin-project-lite v0.2.17 │ │ │ │ ├── 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 (*) │ │ ├── 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.11.1 │ │ │ │ └── linux-raw-sys v0.12.1 │ │ │ ├── rustix v1.1.4 (*) │ │ │ └── slab v0.4.12 │ │ ├── async-lock v3.4.2 (*) │ │ ├── async-task v4.7.1 │ │ ├── async-trait v0.1.89 (proc-macro) │ │ │ ├── proc-macro2 v1.0.106 (*) │ │ │ ├── quote v1.0.45 (*) │ │ │ └── syn v2.0.117 (*) │ │ ├── blocking v1.6.2 (*) │ │ ├── enumflags2 v0.7.12 │ │ │ ├── enumflags2_derive v0.7.12 (proc-macro) │ │ │ │ ├── proc-macro2 v1.0.106 (*) │ │ │ │ ├── quote v1.0.45 (*) │ │ │ │ └── syn v2.0.117 (*) │ │ │ └── serde v1.0.228 (*) │ │ ├── event-listener v5.4.1 (*) │ │ ├── futures-core v0.3.32 │ │ ├── futures-sink v0.3.32 │ │ ├── futures-util v0.3.32 (*) │ │ ├── hex v0.4.3 │ │ ├── nix v0.29.0 │ │ │ ├── bitflags v2.11.1 │ │ │ ├── cfg-if v1.0.4 │ │ │ ├── libc v0.2.186 │ │ │ └── memoffset v0.9.1 │ │ ├── ordered-stream v0.2.0 │ │ │ ├── futures-core v0.3.32 │ │ │ └── pin-project-lite v0.2.17 │ │ ├── rand v0.8.6 (*) │ │ ├── serde v1.0.228 (*) │ │ ├── serde_repr v0.1.20 (proc-macro) │ │ │ ├── proc-macro2 v1.0.106 (*) │ │ │ ├── quote v1.0.45 (*) │ │ │ └── syn v2.0.117 (*) │ │ ├── sha1 v0.10.6 (*) │ │ ├── static_assertions v1.1.0 │ │ ├── tracing v0.1.44 (*) │ │ ├── xdg-home v1.3.0 │ │ │ └── libc v0.2.186 │ │ ├── zbus_macros v4.4.0 (proc-macro) │ │ │ ├── proc-macro-crate v3.5.0 │ │ │ │ └── toml_edit v0.25.12+spec-1.1.0 │ │ │ │ ├── indexmap v2.14.0 │ │ │ │ │ ├── equivalent v1.0.2 │ │ │ │ │ └── hashbrown v0.17.0 │ │ │ │ ├── toml_datetime v1.1.1+spec-1.1.0 │ │ │ │ ├── toml_parser v1.1.2+spec-1.1.0 │ │ │ │ │ └── winnow v1.0.3 │ │ │ │ └── winnow v1.0.3 │ │ │ ├── proc-macro2 v1.0.106 (*) │ │ │ ├── quote v1.0.45 (*) │ │ │ ├── syn v2.0.117 (*) │ │ │ └── zvariant_utils v2.1.0 │ │ │ ├── proc-macro2 v1.0.106 (*) │ │ │ ├── quote v1.0.45 (*) │ │ │ └── syn v2.0.117 (*) │ │ ├── zbus_names v3.0.0 │ │ │ ├── serde v1.0.228 (*) │ │ │ ├── static_assertions v1.1.0 │ │ │ └── zvariant v4.2.0 │ │ │ ├── endi v1.1.1 │ │ │ ├── enumflags2 v0.7.12 (*) │ │ │ ├── serde v1.0.228 (*) │ │ │ ├── static_assertions v1.1.0 │ │ │ └── zvariant_derive v4.2.0 (proc-macro) │ │ │ ├── proc-macro-crate v3.5.0 (*) │ │ │ ├── proc-macro2 v1.0.106 (*) │ │ │ ├── quote v1.0.45 (*) │ │ │ ├── syn v2.0.117 (*) │ │ │ └── zvariant_utils v2.1.0 (*) │ │ └── zvariant v4.2.0 (*) │ └── zbus v4.4.0 (*) ├── pvtcoms-concurrency v0.1.9 (/home/rui/Apps/pvtcoms/concurrency) ├── pvtcoms-core v0.1.1 (/home/rui/Apps/pvtcoms/core) │ ├── chacha20poly1305 v0.10.1 │ │ ├── aead v0.5.2 │ │ │ ├── crypto-common v0.1.7 (*) │ │ │ └── generic-array v0.14.7 (*) │ │ ├── chacha20 v0.9.1 │ │ │ ├── cfg-if v1.0.4 │ │ │ ├── cipher v0.4.4 (*) │ │ │ └── cpufeatures v0.2.17 │ │ ├── cipher v0.4.4 (*) │ │ ├── poly1305 v0.8.0 │ │ │ ├── cpufeatures v0.2.17 │ │ │ ├── opaque-debug v0.3.1 │ │ │ └── universal-hash v0.5.1 │ │ │ ├── crypto-common v0.1.7 (*) │ │ │ └── subtle v2.6.1 │ │ └── zeroize v1.8.2 (*) │ ├── ed25519-dalek v2.2.0 │ │ ├── curve25519-dalek v4.1.3 │ │ │ ├── cfg-if v1.0.4 │ │ │ ├── cpufeatures v0.2.17 │ │ │ ├── curve25519-dalek-derive v0.1.1 (proc-macro) │ │ │ │ ├── proc-macro2 v1.0.106 (*) │ │ │ │ ├── quote v1.0.45 (*) │ │ │ │ └── syn v2.0.117 (*) │ │ │ ├── digest v0.10.7 (*) │ │ │ ├── subtle v2.6.1 │ │ │ └── zeroize v1.8.2 (*) │ │ ├── ed25519 v2.2.3 │ │ │ └── signature v2.2.0 │ │ ├── sha2 v0.10.9 (*) │ │ ├── subtle v2.6.1 │ │ └── zeroize v1.8.2 (*) │ ├── getrandom v0.2.17 (*) │ ├── hkdf v0.13.0 │ │ └── hmac v0.13.0 │ │ └── digest v0.11.3 │ │ ├── block-buffer v0.12.0 │ │ │ └── hybrid-array v0.4.12 │ │ │ └── typenum v1.20.1 │ │ ├── const-oid v0.10.2 │ │ ├── crypto-common v0.2.2 │ │ │ └── hybrid-array v0.4.12 (*) │ │ └── ctutils v0.4.2 │ │ └── cmov v0.5.4 │ ├── hmac v0.13.0 (*) │ ├── libcrux-ml-kem v0.0.9 │ │ ├── hax-lib v0.3.6 │ │ │ └── hax-lib-macros v0.3.6 (proc-macro) │ │ │ ├── proc-macro2 v1.0.106 (*) │ │ │ ├── quote v1.0.45 (*) │ │ │ └── syn v2.0.117 (*) │ │ ├── libcrux-intrinsics v0.0.7 │ │ │ └── hax-lib v0.3.6 (*) │ │ ├── libcrux-platform v0.0.3 │ │ │ └── libc v0.2.186 │ │ ├── libcrux-secrets v0.0.5 │ │ │ └── hax-lib v0.3.6 (*) │ │ ├── libcrux-sha3 v0.0.9 │ │ │ ├── hax-lib v0.3.6 (*) │ │ │ ├── libcrux-intrinsics v0.0.7 (*) │ │ │ ├── libcrux-platform v0.0.3 (*) │ │ │ └── libcrux-traits v0.0.7 │ │ │ ├── libcrux-secrets v0.0.5 (*) │ │ │ └── rand v0.10.1 │ │ │ └── rand_core v0.10.1 │ │ └── libcrux-traits v0.0.7 (*) │ ├── sha2 v0.11.0 │ │ ├── cfg-if v1.0.4 │ │ ├── cpufeatures v0.3.0 │ │ └── digest v0.11.3 (*) │ ├── x25519-dalek v2.0.1 │ │ ├── curve25519-dalek v4.1.3 (*) │ │ ├── rand_core v0.6.4 (*) │ │ └── zeroize v1.8.2 (*) │ └── zeroize v1.8.2 (*) ├── qrcode v0.14.1 ├── rusqlite v0.39.0 │ ├── bitflags v2.11.1 │ ├── fallible-iterator v0.3.0 │ ├── fallible-streaming-iterator v0.1.9 │ ├── hashlink v0.11.0 │ │ └── hashbrown v0.16.1 │ │ └── foldhash v0.2.0 │ ├── libsqlite3-sys v0.37.0 │ │ └── openssl-sys v0.9.116 │ │ └── libc v0.2.186 │ └── smallvec v1.15.1 ├── tokio v1.52.3 (*) ├── tokio-util v0.7.18 │ ├── bytes v1.11.1 │ ├── futures-core v0.3.32 │ ├── futures-io v0.3.32 │ ├── futures-sink v0.3.32 │ ├── pin-project-lite v0.2.17 │ └── tokio v1.52.3 (*) └── zeroize v1.8.2 (*) pvtcoms-concurrency v0.1.9 (/home/rui/Apps/pvtcoms/concurrency) pvtcoms-core v0.1.1 (/home/rui/Apps/pvtcoms/core) (*) pvtcoms-ffi v0.1.8 (/home/rui/Apps/pvtcoms/ffi) ├── pvtcoms-core v0.1.1 (/home/rui/Apps/pvtcoms/core) (*) ├── thiserror v2.0.18 (*) └── uniffi v0.31.1 ├── anyhow v1.0.102 ├── camino v1.2.2 │ └── serde_core v1.0.228 ├── cargo_metadata v0.19.2 │ ├── camino v1.2.2 (*) │ ├── cargo-platform v0.1.9 │ │ └── serde v1.0.228 (*) │ ├── semver v1.0.28 │ │ └── serde_core v1.0.228 │ ├── serde v1.0.228 (*) │ ├── serde_json v1.0.149 (*) │ └── thiserror v2.0.18 (*) ├── clap v4.6.1 │ ├── clap_builder v4.6.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.45 (*) │ └── syn v2.0.117 (*) ├── uniffi_bindgen v0.31.1 │ ├── anyhow v1.0.102 │ ├── askama v0.14.0 │ │ ├── askama_derive v0.14.0 (proc-macro) │ │ │ ├── askama_parser v0.14.0 │ │ │ │ ├── memchr v2.8.0 │ │ │ │ ├── serde v1.0.228 (*) │ │ │ │ ├── serde_derive v1.0.228 (proc-macro) (*) │ │ │ │ └── winnow v0.7.15 │ │ │ ├── basic-toml v0.1.10 │ │ │ │ └── serde v1.0.228 (*) │ │ │ ├── memchr v2.8.0 │ │ │ ├── proc-macro2 v1.0.106 (*) │ │ │ ├── quote v1.0.45 (*) │ │ │ ├── rustc-hash v2.1.2 │ │ │ ├── serde v1.0.228 (*) │ │ │ ├── serde_derive v1.0.228 (proc-macro) (*) │ │ │ └── syn v2.0.117 (*) │ │ └── itoa v1.0.18 │ ├── camino v1.2.2 (*) │ ├── cargo_metadata v0.19.2 (*) │ ├── fs-err v2.11.0 │ ├── glob v0.3.3 │ ├── goblin v0.8.2 │ │ ├── log v0.4.29 │ │ ├── plain v0.2.3 │ │ └── scroll v0.12.0 │ │ └── scroll_derive v0.12.1 (proc-macro) │ │ ├── proc-macro2 v1.0.106 (*) │ │ ├── quote v1.0.45 (*) │ │ └── syn v2.0.117 (*) │ ├── heck v0.5.0 │ ├── indexmap v2.14.0 │ │ ├── equivalent v1.0.2 │ │ ├── hashbrown v0.17.0 │ │ └── serde_core v1.0.228 │ ├── once_cell v1.21.4 │ ├── serde v1.0.228 (*) │ ├── tempfile v3.27.0 │ │ ├── fastrand v2.4.1 │ │ ├── getrandom v0.4.2 │ │ │ ├── cfg-if v1.0.4 │ │ │ └── libc v0.2.186 │ │ ├── once_cell v1.21.4 │ │ └── rustix v1.1.4 (*) │ ├── textwrap v0.16.2 │ │ └── smawk v0.3.2 │ ├── toml v0.8.2 │ │ ├── serde v1.0.228 (*) │ │ ├── serde_spanned v0.6.9 │ │ │ └── serde v1.0.228 (*) │ │ ├── toml_datetime v0.6.3 │ │ │ └── serde v1.0.228 (*) │ │ └── toml_edit v0.20.2 │ │ ├── indexmap v2.14.0 (*) │ │ ├── serde v1.0.228 (*) │ │ ├── serde_spanned v0.6.9 (*) │ │ ├── toml_datetime v0.6.3 (*) │ │ └── winnow v0.5.40 │ ├── uniffi_internal_macros v0.31.1 (proc-macro) │ │ ├── anyhow v1.0.102 │ │ ├── indexmap v2.14.0 (*) │ │ ├── proc-macro2 v1.0.106 (*) │ │ ├── quote v1.0.45 (*) │ │ └── syn v2.0.117 (*) │ ├── uniffi_meta v0.31.1 │ │ ├── anyhow v1.0.102 │ │ ├── siphasher v1.0.3 │ │ ├── uniffi_internal_macros v0.31.1 (proc-macro) (*) │ │ └── uniffi_pipeline v0.31.1 │ │ ├── anyhow v1.0.102 │ │ ├── heck v0.5.0 │ │ ├── indexmap v2.14.0 (*) │ │ ├── tempfile v3.27.0 (*) │ │ └── uniffi_internal_macros v0.31.1 (proc-macro) (*) │ ├── uniffi_pipeline v0.31.1 (*) │ └── uniffi_udl v0.31.1 │ ├── anyhow v1.0.102 │ ├── textwrap v0.16.2 (*) │ ├── uniffi_meta v0.31.1 (*) │ └── weedle2 v5.0.0 │ └── nom v7.1.3 │ ├── memchr v2.8.0 │ └── minimal-lexical v0.2.1 ├── uniffi_core v0.31.1 │ ├── anyhow v1.0.102 │ ├── bytes v1.11.1 │ ├── once_cell v1.21.4 │ └── static_assertions v1.1.0 ├── uniffi_macros v0.31.1 (proc-macro) │ ├── camino v1.2.2 │ ├── fs-err v2.11.0 │ ├── once_cell v1.21.4 │ ├── proc-macro2 v1.0.106 (*) │ ├── quote v1.0.45 (*) │ ├── serde v1.0.228 (*) │ ├── syn v2.0.117 (*) │ ├── toml v0.8.2 (*) │ └── uniffi_meta v0.31.1 (*) └── uniffi_pipeline v0.31.1 (*)