@corbet-labs/ccht 0.2.0 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (382) hide show
  1. package/README.md +194 -212
  2. package/index.d.ts +6 -1
  3. package/index.js +8 -1
  4. package/package.json +12 -26
  5. package/src/auth.ts +149 -0
  6. package/src/components/AccountConnection.svelte +201 -0
  7. package/src/components/Dock.svelte +172 -0
  8. package/src/dock.ts +244 -0
  9. package/wasm/ccht_bg.wasm +0 -0
  10. package/LICENSE +0 -307
  11. package/LICENSE.md +0 -25
  12. package/LICENSES/GPL-3.0-only.txt +0 -232
  13. package/LICENSES/LGPL-3.0-only.txt +0 -304
  14. package/LICENSES/dependencies/agent-client-protocol-2.1.0/LICENSE +0 -191
  15. package/LICENSES/dependencies/agent-client-protocol-derive-2.1.0/LICENSE +0 -191
  16. package/LICENSES/dependencies/agent-client-protocol-schema-1.7.0/LICENSE +0 -190
  17. package/LICENSES/dependencies/android_system_properties-0.1.6/LICENSE-APACHE +0 -13
  18. package/LICENSES/dependencies/android_system_properties-0.1.6/LICENSE-MIT +0 -20
  19. package/LICENSES/dependencies/anyhow-1.0.104/LICENSE-APACHE +0 -176
  20. package/LICENSES/dependencies/anyhow-1.0.104/LICENSE-MIT +0 -23
  21. package/LICENSES/dependencies/async-channel-2.5.0/LICENSE-APACHE +0 -201
  22. package/LICENSES/dependencies/async-channel-2.5.0/LICENSE-MIT +0 -23
  23. package/LICENSES/dependencies/async-io-2.6.0/LICENSE-APACHE +0 -201
  24. package/LICENSES/dependencies/async-io-2.6.0/LICENSE-MIT +0 -23
  25. package/LICENSES/dependencies/async-lock-3.4.2/LICENSE-APACHE +0 -201
  26. package/LICENSES/dependencies/async-lock-3.4.2/LICENSE-MIT +0 -23
  27. package/LICENSES/dependencies/async-process-2.5.0/LICENSE-APACHE +0 -201
  28. package/LICENSES/dependencies/async-process-2.5.0/LICENSE-MIT +0 -23
  29. package/LICENSES/dependencies/async-signal-0.2.14/LICENSE-APACHE +0 -201
  30. package/LICENSES/dependencies/async-signal-0.2.14/LICENSE-MIT +0 -23
  31. package/LICENSES/dependencies/async-task-4.7.1/LICENSE-APACHE +0 -201
  32. package/LICENSES/dependencies/async-task-4.7.1/LICENSE-MIT +0 -23
  33. package/LICENSES/dependencies/atomic-waker-1.1.2/LICENSE-APACHE +0 -201
  34. package/LICENSES/dependencies/atomic-waker-1.1.2/LICENSE-MIT +0 -23
  35. package/LICENSES/dependencies/atomic-waker-1.1.2/LICENSE-THIRD-PARTY +0 -45
  36. package/LICENSES/dependencies/autocfg-1.5.1/LICENSE-APACHE +0 -201
  37. package/LICENSES/dependencies/autocfg-1.5.1/LICENSE-MIT +0 -25
  38. package/LICENSES/dependencies/base64-0.22.1/LICENSE-APACHE +0 -201
  39. package/LICENSES/dependencies/base64-0.22.1/LICENSE-MIT +0 -21
  40. package/LICENSES/dependencies/base64-0.23.1/LICENSE-APACHE +0 -201
  41. package/LICENSES/dependencies/base64-0.23.1/LICENSE-MIT +0 -21
  42. package/LICENSES/dependencies/bitflags-1.3.2/LICENSE-APACHE +0 -201
  43. package/LICENSES/dependencies/bitflags-1.3.2/LICENSE-MIT +0 -25
  44. package/LICENSES/dependencies/bitflags-2.13.2/LICENSE-APACHE +0 -201
  45. package/LICENSES/dependencies/bitflags-2.13.2/LICENSE-MIT +0 -25
  46. package/LICENSES/dependencies/blocking-1.7.0/LICENSE-APACHE +0 -201
  47. package/LICENSES/dependencies/blocking-1.7.0/LICENSE-MIT +0 -23
  48. package/LICENSES/dependencies/bs58-0.5.1/LICENSE-APACHE +0 -201
  49. package/LICENSES/dependencies/bs58-0.5.1/LICENSE-MIT +0 -20
  50. package/LICENSES/dependencies/bumpalo-3.20.3/LICENSE-APACHE +0 -201
  51. package/LICENSES/dependencies/bumpalo-3.20.3/LICENSE-MIT +0 -25
  52. package/LICENSES/dependencies/cc-1.4.5/LICENSE-APACHE +0 -201
  53. package/LICENSES/dependencies/cc-1.4.5/LICENSE-MIT +0 -25
  54. package/LICENSES/dependencies/cfg-if-1.0.4/LICENSE-APACHE +0 -201
  55. package/LICENSES/dependencies/cfg-if-1.0.4/LICENSE-MIT +0 -25
  56. package/LICENSES/dependencies/chrono-0.4.45/LICENSE.txt +0 -240
  57. package/LICENSES/dependencies/concurrent-queue-2.5.0/LICENSE-APACHE +0 -201
  58. package/LICENSES/dependencies/concurrent-queue-2.5.0/LICENSE-MIT +0 -23
  59. package/LICENSES/dependencies/convert_case-0.10.0/LICENSE +0 -21
  60. package/LICENSES/dependencies/core-foundation-sys-0.8.7/LICENSE-APACHE +0 -201
  61. package/LICENSES/dependencies/core-foundation-sys-0.8.7/LICENSE-MIT +0 -25
  62. package/LICENSES/dependencies/crossbeam-deque-0.8.8/LICENSE-APACHE +0 -201
  63. package/LICENSES/dependencies/crossbeam-deque-0.8.8/LICENSE-MIT +0 -27
  64. package/LICENSES/dependencies/crossbeam-epoch-0.9.21/LICENSE-APACHE +0 -201
  65. package/LICENSES/dependencies/crossbeam-epoch-0.9.21/LICENSE-MIT +0 -27
  66. package/LICENSES/dependencies/crossbeam-utils-0.8.23/LICENSE-APACHE +0 -201
  67. package/LICENSES/dependencies/crossbeam-utils-0.8.23/LICENSE-MIT +0 -27
  68. package/LICENSES/dependencies/darling-0.24.1/LICENSE +0 -21
  69. package/LICENSES/dependencies/darling_core-0.24.1/LICENSE +0 -21
  70. package/LICENSES/dependencies/darling_macro-0.24.1/LICENSE +0 -21
  71. package/LICENSES/dependencies/defmt-1.1.1/LICENSE-APACHE +0 -201
  72. package/LICENSES/dependencies/defmt-1.1.1/LICENSE-MIT +0 -25
  73. package/LICENSES/dependencies/defmt-macros-1.1.1/LICENSE-APACHE +0 -201
  74. package/LICENSES/dependencies/defmt-macros-1.1.1/LICENSE-MIT +0 -25
  75. package/LICENSES/dependencies/defmt-parser-1.0.0/LICENSE-APACHE +0 -201
  76. package/LICENSES/dependencies/defmt-parser-1.0.0/LICENSE-MIT +0 -25
  77. package/LICENSES/dependencies/deranged-0.5.8/LICENSE-Apache +0 -202
  78. package/LICENSES/dependencies/deranged-0.5.8/LICENSE-MIT +0 -19
  79. package/LICENSES/dependencies/derive_more-2.1.1/LICENSE +0 -21
  80. package/LICENSES/dependencies/derive_more-impl-2.1.1/LICENSE +0 -21
  81. package/LICENSES/dependencies/dyn-clone-1.0.20/LICENSE-APACHE +0 -176
  82. package/LICENSES/dependencies/dyn-clone-1.0.20/LICENSE-MIT +0 -23
  83. package/LICENSES/dependencies/either-1.18.0/LICENSE-APACHE +0 -201
  84. package/LICENSES/dependencies/either-1.18.0/LICENSE-MIT +0 -25
  85. package/LICENSES/dependencies/equivalent-1.0.2/LICENSE-APACHE +0 -201
  86. package/LICENSES/dependencies/equivalent-1.0.2/LICENSE-MIT +0 -25
  87. package/LICENSES/dependencies/errno-0.3.14/LICENSE-APACHE +0 -201
  88. package/LICENSES/dependencies/errno-0.3.14/LICENSE-MIT +0 -25
  89. package/LICENSES/dependencies/event-listener-5.4.2/LICENSE-APACHE +0 -201
  90. package/LICENSES/dependencies/event-listener-5.4.2/LICENSE-MIT +0 -23
  91. package/LICENSES/dependencies/event-listener-strategy-0.5.4/LICENSE-APACHE +0 -201
  92. package/LICENSES/dependencies/event-listener-strategy-0.5.4/LICENSE-MIT +0 -23
  93. package/LICENSES/dependencies/fallible-iterator-0.3.0/LICENSE-APACHE +0 -202
  94. package/LICENSES/dependencies/fallible-iterator-0.3.0/LICENSE-MIT +0 -19
  95. package/LICENSES/dependencies/fastrand-2.5.0/LICENSE-APACHE +0 -201
  96. package/LICENSES/dependencies/fastrand-2.5.0/LICENSE-MIT +0 -23
  97. package/LICENSES/dependencies/find-msvc-tools-0.1.12/LICENSE-APACHE +0 -201
  98. package/LICENSES/dependencies/find-msvc-tools-0.1.12/LICENSE-MIT +0 -25
  99. package/LICENSES/dependencies/fixedbitset-0.5.7/LICENSE-APACHE +0 -201
  100. package/LICENSES/dependencies/fixedbitset-0.5.7/LICENSE-MIT +0 -25
  101. package/LICENSES/dependencies/foldhash-0.2.0/LICENSE +0 -19
  102. package/LICENSES/dependencies/futures-0.3.34/LICENSE-APACHE +0 -202
  103. package/LICENSES/dependencies/futures-0.3.34/LICENSE-MIT +0 -26
  104. package/LICENSES/dependencies/futures-channel-0.3.34/LICENSE-APACHE +0 -202
  105. package/LICENSES/dependencies/futures-channel-0.3.34/LICENSE-MIT +0 -26
  106. package/LICENSES/dependencies/futures-concurrency-7.7.1/LICENSE-APACHE +0 -190
  107. package/LICENSES/dependencies/futures-concurrency-7.7.1/LICENSE-MIT +0 -21
  108. package/LICENSES/dependencies/futures-core-0.3.34/LICENSE-APACHE +0 -202
  109. package/LICENSES/dependencies/futures-core-0.3.34/LICENSE-MIT +0 -26
  110. package/LICENSES/dependencies/futures-executor-0.3.34/LICENSE-APACHE +0 -202
  111. package/LICENSES/dependencies/futures-executor-0.3.34/LICENSE-MIT +0 -26
  112. package/LICENSES/dependencies/futures-io-0.3.34/LICENSE-APACHE +0 -202
  113. package/LICENSES/dependencies/futures-io-0.3.34/LICENSE-MIT +0 -26
  114. package/LICENSES/dependencies/futures-lite-2.6.1/LICENSE-APACHE +0 -201
  115. package/LICENSES/dependencies/futures-lite-2.6.1/LICENSE-MIT +0 -23
  116. package/LICENSES/dependencies/futures-lite-2.6.1/LICENSE-THIRD-PARTY +0 -45
  117. package/LICENSES/dependencies/futures-macro-0.3.34/LICENSE-APACHE +0 -202
  118. package/LICENSES/dependencies/futures-macro-0.3.34/LICENSE-MIT +0 -26
  119. package/LICENSES/dependencies/futures-sink-0.3.34/LICENSE-APACHE +0 -202
  120. package/LICENSES/dependencies/futures-sink-0.3.34/LICENSE-MIT +0 -26
  121. package/LICENSES/dependencies/futures-task-0.3.34/LICENSE-APACHE +0 -202
  122. package/LICENSES/dependencies/futures-task-0.3.34/LICENSE-MIT +0 -26
  123. package/LICENSES/dependencies/futures-util-0.3.34/LICENSE-APACHE +0 -202
  124. package/LICENSES/dependencies/futures-util-0.3.34/LICENSE-MIT +0 -26
  125. package/LICENSES/dependencies/getrandom-0.4.3/LICENSE-APACHE +0 -201
  126. package/LICENSES/dependencies/getrandom-0.4.3/LICENSE-MIT +0 -26
  127. package/LICENSES/dependencies/gimli-0.32.3/LICENSE-APACHE +0 -201
  128. package/LICENSES/dependencies/gimli-0.32.3/LICENSE-MIT +0 -25
  129. package/LICENSES/dependencies/hashbrown-0.12.3/LICENSE-APACHE +0 -201
  130. package/LICENSES/dependencies/hashbrown-0.12.3/LICENSE-MIT +0 -25
  131. package/LICENSES/dependencies/hashbrown-0.16.1/LICENSE-APACHE +0 -201
  132. package/LICENSES/dependencies/hashbrown-0.16.1/LICENSE-MIT +0 -25
  133. package/LICENSES/dependencies/hashbrown-0.17.1/LICENSE-APACHE +0 -201
  134. package/LICENSES/dependencies/hashbrown-0.17.1/LICENSE-MIT +0 -25
  135. package/LICENSES/dependencies/heck-0.5.0/LICENSE-APACHE +0 -201
  136. package/LICENSES/dependencies/heck-0.5.0/LICENSE-MIT +0 -25
  137. package/LICENSES/dependencies/hermit-abi-0.5.3/LICENSE-APACHE +0 -201
  138. package/LICENSES/dependencies/hermit-abi-0.5.3/LICENSE-MIT +0 -23
  139. package/LICENSES/dependencies/hex-0.4.3/LICENSE-APACHE +0 -202
  140. package/LICENSES/dependencies/hex-0.4.3/LICENSE-MIT +0 -20
  141. package/LICENSES/dependencies/iana-time-zone-0.1.65/LICENSE-APACHE +0 -201
  142. package/LICENSES/dependencies/iana-time-zone-0.1.65/LICENSE-MIT +0 -25
  143. package/LICENSES/dependencies/iana-time-zone-haiku-0.1.2/LICENSE-APACHE +0 -201
  144. package/LICENSES/dependencies/iana-time-zone-haiku-0.1.2/LICENSE-MIT +0 -25
  145. package/LICENSES/dependencies/id-arena-2.3.0/LICENSE-APACHE +0 -201
  146. package/LICENSES/dependencies/id-arena-2.3.0/LICENSE-MIT +0 -25
  147. package/LICENSES/dependencies/ident_case-1.0.1/LICENSE +0 -19
  148. package/LICENSES/dependencies/indexmap-1.9.3/LICENSE-APACHE +0 -201
  149. package/LICENSES/dependencies/indexmap-1.9.3/LICENSE-MIT +0 -25
  150. package/LICENSES/dependencies/indexmap-2.14.2/LICENSE-APACHE +0 -201
  151. package/LICENSES/dependencies/indexmap-2.14.2/LICENSE-MIT +0 -25
  152. package/LICENSES/dependencies/itoa-1.0.18/LICENSE-APACHE +0 -176
  153. package/LICENSES/dependencies/itoa-1.0.18/LICENSE-MIT +0 -23
  154. package/LICENSES/dependencies/jiff-0.2.35/COPYING +0 -3
  155. package/LICENSES/dependencies/jiff-0.2.35/LICENSE-MIT +0 -21
  156. package/LICENSES/dependencies/jiff-0.2.35/UNLICENSE +0 -24
  157. package/LICENSES/dependencies/jiff-core-0.1.0/COPYING +0 -3
  158. package/LICENSES/dependencies/jiff-core-0.1.0/LICENSE-MIT +0 -21
  159. package/LICENSES/dependencies/jiff-core-0.1.0/UNLICENSE +0 -24
  160. package/LICENSES/dependencies/jiff-static-0.2.35/COPYING +0 -3
  161. package/LICENSES/dependencies/jiff-static-0.2.35/LICENSE-MIT +0 -21
  162. package/LICENSES/dependencies/jiff-static-0.2.35/UNLICENSE +0 -24
  163. package/LICENSES/dependencies/jiff-tzdb-0.1.8/COPYING +0 -3
  164. package/LICENSES/dependencies/jiff-tzdb-0.1.8/LICENSE-MIT +0 -21
  165. package/LICENSES/dependencies/jiff-tzdb-0.1.8/UNLICENSE +0 -24
  166. package/LICENSES/dependencies/jiff-tzdb-platform-0.1.3/COPYING +0 -3
  167. package/LICENSES/dependencies/jiff-tzdb-platform-0.1.3/LICENSE-MIT +0 -21
  168. package/LICENSES/dependencies/jiff-tzdb-platform-0.1.3/UNLICENSE +0 -24
  169. package/LICENSES/dependencies/js-sys-0.3.105/LICENSE-APACHE +0 -201
  170. package/LICENSES/dependencies/js-sys-0.3.105/LICENSE-MIT +0 -25
  171. package/LICENSES/dependencies/leb128-0.2.7/LICENSE-APACHE +0 -201
  172. package/LICENSES/dependencies/leb128-0.2.7/LICENSE-MIT +0 -25
  173. package/LICENSES/dependencies/leb128fmt-0.1.0/LICENSE-APACHE +0 -201
  174. package/LICENSES/dependencies/leb128fmt-0.1.0/LICENSE-MIT +0 -23
  175. package/LICENSES/dependencies/libc-0.2.189/LICENSE-APACHE +0 -176
  176. package/LICENSES/dependencies/libc-0.2.189/LICENSE-MIT +0 -25
  177. package/LICENSES/dependencies/linux-raw-sys-0.12.1/COPYRIGHT +0 -29
  178. package/LICENSES/dependencies/linux-raw-sys-0.12.1/LICENSE-APACHE +0 -201
  179. package/LICENSES/dependencies/linux-raw-sys-0.12.1/LICENSE-Apache-2.0_WITH_LLVM-exception +0 -220
  180. package/LICENSES/dependencies/linux-raw-sys-0.12.1/LICENSE-MIT +0 -23
  181. package/LICENSES/dependencies/log-0.4.34/LICENSE-APACHE +0 -201
  182. package/LICENSES/dependencies/log-0.4.34/LICENSE-MIT +0 -25
  183. package/LICENSES/dependencies/memchr-2.8.3/COPYING +0 -3
  184. package/LICENSES/dependencies/memchr-2.8.3/LICENSE-MIT +0 -21
  185. package/LICENSES/dependencies/memchr-2.8.3/UNLICENSE +0 -24
  186. package/LICENSES/dependencies/mio-1.2.3/LICENSE +0 -19
  187. package/LICENSES/dependencies/num-conv-0.2.2/LICENSE-Apache +0 -177
  188. package/LICENSES/dependencies/num-conv-0.2.2/LICENSE-MIT +0 -19
  189. package/LICENSES/dependencies/num-traits-0.2.19/LICENSE-APACHE +0 -201
  190. package/LICENSES/dependencies/num-traits-0.2.19/LICENSE-MIT +0 -25
  191. package/LICENSES/dependencies/once_cell-1.21.4/LICENSE-APACHE +0 -201
  192. package/LICENSES/dependencies/once_cell-1.21.4/LICENSE-MIT +0 -23
  193. package/LICENSES/dependencies/parking-2.2.1/LICENSE-APACHE +0 -201
  194. package/LICENSES/dependencies/parking-2.2.1/LICENSE-MIT +0 -23
  195. package/LICENSES/dependencies/parking-2.2.1/LICENSE-THIRD-PARTY +0 -9
  196. package/LICENSES/dependencies/pin-project-1.1.13/LICENSE-APACHE +0 -177
  197. package/LICENSES/dependencies/pin-project-1.1.13/LICENSE-MIT +0 -23
  198. package/LICENSES/dependencies/pin-project-internal-1.1.13/LICENSE-APACHE +0 -177
  199. package/LICENSES/dependencies/pin-project-internal-1.1.13/LICENSE-MIT +0 -23
  200. package/LICENSES/dependencies/pin-project-lite-0.2.17/LICENSE-APACHE +0 -177
  201. package/LICENSES/dependencies/pin-project-lite-0.2.17/LICENSE-MIT +0 -23
  202. package/LICENSES/dependencies/piper-0.2.5/LICENSE-APACHE +0 -201
  203. package/LICENSES/dependencies/piper-0.2.5/LICENSE-MIT +0 -23
  204. package/LICENSES/dependencies/polling-3.11.0/LICENSE-APACHE +0 -201
  205. package/LICENSES/dependencies/polling-3.11.0/LICENSE-MIT +0 -23
  206. package/LICENSES/dependencies/portable-atomic-1.15.0/LICENSE-APACHE +0 -177
  207. package/LICENSES/dependencies/portable-atomic-1.15.0/LICENSE-MIT +0 -23
  208. package/LICENSES/dependencies/portable-atomic-util-0.2.8/LICENSE-APACHE +0 -177
  209. package/LICENSES/dependencies/portable-atomic-util-0.2.8/LICENSE-MIT +0 -23
  210. package/LICENSES/dependencies/powerfmt-0.2.0/LICENSE-Apache +0 -202
  211. package/LICENSES/dependencies/powerfmt-0.2.0/LICENSE-MIT +0 -19
  212. package/LICENSES/dependencies/proc-macro2-1.0.107/LICENSE-APACHE +0 -176
  213. package/LICENSES/dependencies/proc-macro2-1.0.107/LICENSE-MIT +0 -23
  214. package/LICENSES/dependencies/quote-1.0.47/LICENSE-APACHE +0 -176
  215. package/LICENSES/dependencies/quote-1.0.47/LICENSE-MIT +0 -23
  216. package/LICENSES/dependencies/r-efi-6.0.0/AUTHORS +0 -75
  217. package/LICENSES/dependencies/rayon-1.12.0/LICENSE-APACHE +0 -201
  218. package/LICENSES/dependencies/rayon-1.12.0/LICENSE-MIT +0 -25
  219. package/LICENSES/dependencies/rayon-core-1.13.0/LICENSE-APACHE +0 -201
  220. package/LICENSES/dependencies/rayon-core-1.13.0/LICENSE-MIT +0 -25
  221. package/LICENSES/dependencies/ref-cast-1.0.27/LICENSE-APACHE +0 -176
  222. package/LICENSES/dependencies/ref-cast-1.0.27/LICENSE-MIT +0 -23
  223. package/LICENSES/dependencies/ref-cast-impl-1.0.27/LICENSE-APACHE +0 -176
  224. package/LICENSES/dependencies/ref-cast-impl-1.0.27/LICENSE-MIT +0 -23
  225. package/LICENSES/dependencies/rustc-demangle-0.1.28/LICENSE-APACHE +0 -201
  226. package/LICENSES/dependencies/rustc-demangle-0.1.28/LICENSE-MIT +0 -25
  227. package/LICENSES/dependencies/rustc-hash-2.1.3/LICENSE-APACHE +0 -176
  228. package/LICENSES/dependencies/rustc-hash-2.1.3/LICENSE-MIT +0 -23
  229. package/LICENSES/dependencies/rustc_version-0.4.1/LICENSE-APACHE +0 -201
  230. package/LICENSES/dependencies/rustc_version-0.4.1/LICENSE-MIT +0 -25
  231. package/LICENSES/dependencies/rustix-1.1.4/COPYRIGHT +0 -29
  232. package/LICENSES/dependencies/rustix-1.1.4/LICENSE-APACHE +0 -201
  233. package/LICENSES/dependencies/rustix-1.1.4/LICENSE-Apache-2.0_WITH_LLVM-exception +0 -220
  234. package/LICENSES/dependencies/rustix-1.1.4/LICENSE-MIT +0 -23
  235. package/LICENSES/dependencies/rustversion-1.0.23/LICENSE-APACHE +0 -176
  236. package/LICENSES/dependencies/rustversion-1.0.23/LICENSE-MIT +0 -23
  237. package/LICENSES/dependencies/schemars-0.9.0/LICENSE +0 -21
  238. package/LICENSES/dependencies/schemars-1.2.2/LICENSE +0 -21
  239. package/LICENSES/dependencies/schemars_derive-1.2.2/LICENSE +0 -21
  240. package/LICENSES/dependencies/semver-1.0.28/LICENSE-APACHE +0 -176
  241. package/LICENSES/dependencies/semver-1.0.28/LICENSE-MIT +0 -23
  242. package/LICENSES/dependencies/serde-1.0.229/LICENSE-APACHE +0 -176
  243. package/LICENSES/dependencies/serde-1.0.229/LICENSE-MIT +0 -23
  244. package/LICENSES/dependencies/serde_core-1.0.229/LICENSE-APACHE +0 -176
  245. package/LICENSES/dependencies/serde_core-1.0.229/LICENSE-MIT +0 -23
  246. package/LICENSES/dependencies/serde_derive-1.0.229/LICENSE-APACHE +0 -176
  247. package/LICENSES/dependencies/serde_derive-1.0.229/LICENSE-MIT +0 -23
  248. package/LICENSES/dependencies/serde_derive_internals-0.30.0/LICENSE-APACHE +0 -176
  249. package/LICENSES/dependencies/serde_derive_internals-0.30.0/LICENSE-MIT +0 -23
  250. package/LICENSES/dependencies/serde_json-1.0.151/LICENSE-APACHE +0 -176
  251. package/LICENSES/dependencies/serde_json-1.0.151/LICENSE-MIT +0 -23
  252. package/LICENSES/dependencies/serde_with-3.23.0/LICENSE-APACHE +0 -201
  253. package/LICENSES/dependencies/serde_with-3.23.0/LICENSE-MIT +0 -25
  254. package/LICENSES/dependencies/serde_with_macros-3.23.0/LICENSE-APACHE +0 -201
  255. package/LICENSES/dependencies/serde_with_macros-3.23.0/LICENSE-MIT +0 -25
  256. package/LICENSES/dependencies/shell-words-1.1.1/LICENSE-APACHE +0 -201
  257. package/LICENSES/dependencies/shell-words-1.1.1/LICENSE-MIT +0 -25
  258. package/LICENSES/dependencies/shlex-2.0.1/LICENSE-APACHE +0 -13
  259. package/LICENSES/dependencies/shlex-2.0.1/LICENSE-MIT +0 -21
  260. package/LICENSES/dependencies/signal-hook-registry-1.4.8/LICENSE-APACHE +0 -201
  261. package/LICENSES/dependencies/signal-hook-registry-1.4.8/LICENSE-MIT +0 -25
  262. package/LICENSES/dependencies/slab-0.4.12/LICENSE +0 -25
  263. package/LICENSES/dependencies/smallvec-1.16.0/LICENSE-APACHE +0 -201
  264. package/LICENSES/dependencies/smallvec-1.16.0/LICENSE-MIT +0 -25
  265. package/LICENSES/dependencies/socket2-0.6.5/LICENSE-APACHE +0 -201
  266. package/LICENSES/dependencies/socket2-0.6.5/LICENSE-MIT +0 -25
  267. package/LICENSES/dependencies/stable_deref_trait-1.2.1/LICENSE-APACHE +0 -201
  268. package/LICENSES/dependencies/stable_deref_trait-1.2.1/LICENSE-MIT +0 -25
  269. package/LICENSES/dependencies/strsim-0.11.1/LICENSE +0 -23
  270. package/LICENSES/dependencies/strum-0.28.0/LICENSE +0 -21
  271. package/LICENSES/dependencies/strum_macros-0.28.0/LICENSE +0 -21
  272. package/LICENSES/dependencies/syn-2.0.119/LICENSE-APACHE +0 -176
  273. package/LICENSES/dependencies/syn-2.0.119/LICENSE-MIT +0 -23
  274. package/LICENSES/dependencies/syn-3.0.5/LICENSE-APACHE +0 -176
  275. package/LICENSES/dependencies/syn-3.0.5/LICENSE-MIT +0 -23
  276. package/LICENSES/dependencies/thiserror-2.0.20/LICENSE-APACHE +0 -176
  277. package/LICENSES/dependencies/thiserror-2.0.20/LICENSE-MIT +0 -23
  278. package/LICENSES/dependencies/thiserror-impl-2.0.20/LICENSE-APACHE +0 -176
  279. package/LICENSES/dependencies/thiserror-impl-2.0.20/LICENSE-MIT +0 -23
  280. package/LICENSES/dependencies/time-0.3.55/LICENSE-Apache +0 -177
  281. package/LICENSES/dependencies/time-0.3.55/LICENSE-MIT +0 -19
  282. package/LICENSES/dependencies/time-core-0.1.9/LICENSE-Apache +0 -177
  283. package/LICENSES/dependencies/time-core-0.1.9/LICENSE-MIT +0 -19
  284. package/LICENSES/dependencies/time-macros-0.2.32/LICENSE-Apache +0 -177
  285. package/LICENSES/dependencies/time-macros-0.2.32/LICENSE-MIT +0 -19
  286. package/LICENSES/dependencies/tinyvec-1.13.2/LICENSE-APACHE.md +0 -202
  287. package/LICENSES/dependencies/tinyvec-1.13.2/LICENSE-MIT.md +0 -5
  288. package/LICENSES/dependencies/tinyvec-1.13.2/LICENSE-ZLIB.md +0 -11
  289. package/LICENSES/dependencies/tinyvec_macros-0.1.1/LICENSE-APACHE.md +0 -202
  290. package/LICENSES/dependencies/tinyvec_macros-0.1.1/LICENSE-MIT.md +0 -21
  291. package/LICENSES/dependencies/tinyvec_macros-0.1.1/LICENSE-ZLIB.md +0 -20
  292. package/LICENSES/dependencies/tokio-1.53.1/LICENSE +0 -21
  293. package/LICENSES/dependencies/tokio-macros-2.7.2/LICENSE +0 -22
  294. package/LICENSES/dependencies/tracing-0.1.44/LICENSE +0 -25
  295. package/LICENSES/dependencies/tracing-attributes-0.1.31/LICENSE +0 -25
  296. package/LICENSES/dependencies/tracing-core-0.1.36/LICENSE +0 -25
  297. package/LICENSES/dependencies/unicode-ident-1.0.24/LICENSE-APACHE +0 -176
  298. package/LICENSES/dependencies/unicode-ident-1.0.24/LICENSE-MIT +0 -23
  299. package/LICENSES/dependencies/unicode-ident-1.0.24/LICENSE-UNICODE +0 -39
  300. package/LICENSES/dependencies/unicode-segmentation-1.13.3/COPYRIGHT +0 -7
  301. package/LICENSES/dependencies/unicode-segmentation-1.13.3/LICENSE-APACHE +0 -201
  302. package/LICENSES/dependencies/unicode-segmentation-1.13.3/LICENSE-MIT +0 -25
  303. package/LICENSES/dependencies/unicode-xid-0.2.6/COPYRIGHT +0 -7
  304. package/LICENSES/dependencies/unicode-xid-0.2.6/LICENSE-APACHE +0 -201
  305. package/LICENSES/dependencies/unicode-xid-0.2.6/LICENSE-MIT +0 -25
  306. package/LICENSES/dependencies/uuid-1.26.1/LICENSE-APACHE +0 -201
  307. package/LICENSES/dependencies/uuid-1.26.1/LICENSE-MIT +0 -26
  308. package/LICENSES/dependencies/walrus-0.26.5/LICENSE-APACHE +0 -201
  309. package/LICENSES/dependencies/walrus-0.26.5/LICENSE-MIT +0 -25
  310. package/LICENSES/dependencies/walrus-macro-0.26.0/LICENSE-APACHE +0 -201
  311. package/LICENSES/dependencies/walrus-macro-0.26.0/LICENSE-MIT +0 -25
  312. package/LICENSES/dependencies/wasi-0.11.1+wasi-snapshot-preview1/LICENSE-APACHE +0 -201
  313. package/LICENSES/dependencies/wasi-0.11.1+wasi-snapshot-preview1/LICENSE-Apache-2.0_WITH_LLVM-exception +0 -220
  314. package/LICENSES/dependencies/wasi-0.11.1+wasi-snapshot-preview1/LICENSE-MIT +0 -23
  315. package/LICENSES/dependencies/wasm-bindgen-0.2.128/LICENSE-APACHE +0 -201
  316. package/LICENSES/dependencies/wasm-bindgen-0.2.128/LICENSE-MIT +0 -25
  317. package/LICENSES/dependencies/wasm-bindgen-cli-support-0.2.128/LICENSE-APACHE +0 -201
  318. package/LICENSES/dependencies/wasm-bindgen-cli-support-0.2.128/LICENSE-MIT +0 -25
  319. package/LICENSES/dependencies/wasm-bindgen-macro-0.2.128/LICENSE-APACHE +0 -201
  320. package/LICENSES/dependencies/wasm-bindgen-macro-0.2.128/LICENSE-MIT +0 -25
  321. package/LICENSES/dependencies/wasm-bindgen-macro-support-0.2.128/LICENSE-APACHE +0 -201
  322. package/LICENSES/dependencies/wasm-bindgen-macro-support-0.2.128/LICENSE-MIT +0 -25
  323. package/LICENSES/dependencies/wasm-bindgen-shared-0.2.128/LICENSE-APACHE +0 -201
  324. package/LICENSES/dependencies/wasm-bindgen-shared-0.2.128/LICENSE-MIT +0 -25
  325. package/LICENSES/dependencies/wasm-encoder-0.245.1/LICENSE-APACHE +0 -201
  326. package/LICENSES/dependencies/wasm-encoder-0.245.1/LICENSE-Apache-2.0_WITH_LLVM-exception +0 -220
  327. package/LICENSES/dependencies/wasm-encoder-0.245.1/LICENSE-MIT +0 -23
  328. package/LICENSES/dependencies/wasmparser-0.245.1/LICENSE-APACHE +0 -201
  329. package/LICENSES/dependencies/wasmparser-0.245.1/LICENSE-Apache-2.0_WITH_LLVM-exception +0 -220
  330. package/LICENSES/dependencies/wasmparser-0.245.1/LICENSE-MIT +0 -23
  331. package/LICENSES/dependencies/windows-core-0.62.2/license-apache-2.0 +0 -201
  332. package/LICENSES/dependencies/windows-core-0.62.2/license-mit +0 -21
  333. package/LICENSES/dependencies/windows-implement-0.60.2/license-apache-2.0 +0 -201
  334. package/LICENSES/dependencies/windows-implement-0.60.2/license-mit +0 -21
  335. package/LICENSES/dependencies/windows-interface-0.59.3/license-apache-2.0 +0 -201
  336. package/LICENSES/dependencies/windows-interface-0.59.3/license-mit +0 -21
  337. package/LICENSES/dependencies/windows-link-0.2.1/license-apache-2.0 +0 -201
  338. package/LICENSES/dependencies/windows-link-0.2.1/license-mit +0 -21
  339. package/LICENSES/dependencies/windows-result-0.4.1/license-apache-2.0 +0 -201
  340. package/LICENSES/dependencies/windows-result-0.4.1/license-mit +0 -21
  341. package/LICENSES/dependencies/windows-strings-0.5.1/license-apache-2.0 +0 -201
  342. package/LICENSES/dependencies/windows-strings-0.5.1/license-mit +0 -21
  343. package/LICENSES/dependencies/windows-sys-0.61.2/license-apache-2.0 +0 -201
  344. package/LICENSES/dependencies/windows-sys-0.61.2/license-mit +0 -21
  345. package/LICENSES/dependencies/zmij-1.0.23/LICENSE-MIT +0 -23
  346. package/THIRD-PARTY.md +0 -45
  347. package/source/.cargo/config.toml +0 -5
  348. package/source/.ci/upstream-notices/PROVENANCE.json +0 -198
  349. package/source/.ci/upstream-notices/agent-client-protocol-2.1.0/LICENSE +0 -191
  350. package/source/.ci/upstream-notices/agent-client-protocol-derive-2.1.0/LICENSE +0 -191
  351. package/source/.ci/upstream-notices/agent-client-protocol-schema-1.7.0/LICENSE +0 -190
  352. package/source/.ci/upstream-notices/defmt-parser-1.0.0/LICENSE-APACHE +0 -201
  353. package/source/.ci/upstream-notices/defmt-parser-1.0.0/LICENSE-MIT +0 -25
  354. package/source/.ci/upstream-notices/r-efi-6.0.0/AUTHORS +0 -75
  355. package/source/.ci/upstream-notices/wasm-encoder-0.245.1/LICENSE-APACHE +0 -201
  356. package/source/.ci/upstream-notices/wasm-encoder-0.245.1/LICENSE-Apache-2.0_WITH_LLVM-exception +0 -220
  357. package/source/.ci/upstream-notices/wasm-encoder-0.245.1/LICENSE-MIT +0 -23
  358. package/source/.ci/upstream-notices/wasmparser-0.245.1/LICENSE-APACHE +0 -201
  359. package/source/.ci/upstream-notices/wasmparser-0.245.1/LICENSE-Apache-2.0_WITH_LLVM-exception +0 -220
  360. package/source/.ci/upstream-notices/wasmparser-0.245.1/LICENSE-MIT +0 -23
  361. package/source/.ci/wasm-bundle/Cargo.toml +0 -10
  362. package/source/.ci/wasm-bundle/src/main.rs +0 -17
  363. package/source/CHANGELOG.md +0 -28
  364. package/source/Cargo.lock +0 -1622
  365. package/source/Cargo.toml +0 -48
  366. package/source/LICENSE +0 -307
  367. package/source/LICENSE.md +0 -25
  368. package/source/LICENSES/GPL-3.0-only.txt +0 -232
  369. package/source/LICENSES/LGPL-3.0-only.txt +0 -304
  370. package/source/README.md +0 -234
  371. package/source/THIRD-PARTY.md +0 -45
  372. package/source/dependencies.tar.gz +0 -0
  373. package/source/examples/native.rs +0 -45
  374. package/source/src/configuration.rs +0 -89
  375. package/source/src/conversation.rs +0 -569
  376. package/source/src/lib.rs +0 -30
  377. package/source/src/native/client.rs +0 -395
  378. package/source/src/native/fixture.py +0 -114
  379. package/source/src/native/mod.rs +0 -252
  380. package/source/src/native/session.rs +0 -603
  381. package/source/src/native/tests.rs +0 -463
  382. package/source/src/web.rs +0 -35
package/source/Cargo.lock DELETED
@@ -1,1622 +0,0 @@
1
- # This file is automatically @generated by Cargo.
2
- # It is not intended for manual editing.
3
- version = 4
4
-
5
- [[package]]
6
- name = "agent-client-protocol"
7
- version = "2.1.0"
8
- source = "registry+https://github.com/rust-lang/crates.io-index"
9
- checksum = "6395d81d91fd2ee93f48ea31cfc511356e75b9061ca0389cefd0308507cc11ba"
10
- dependencies = [
11
- "agent-client-protocol-derive",
12
- "agent-client-protocol-schema",
13
- "async-io",
14
- "async-process",
15
- "blocking",
16
- "futures",
17
- "futures-concurrency",
18
- "rustc-hash",
19
- "rustix",
20
- "schemars 1.2.2",
21
- "serde",
22
- "serde_json",
23
- "shell-words",
24
- "tracing",
25
- "uuid",
26
- "windows-sys",
27
- ]
28
-
29
- [[package]]
30
- name = "agent-client-protocol-derive"
31
- version = "2.1.0"
32
- source = "registry+https://github.com/rust-lang/crates.io-index"
33
- checksum = "7e8d5f32208cdc11238004bec4e4229d68fb937598f900e153468ca084865fa5"
34
- dependencies = [
35
- "quote",
36
- "syn 3.0.5",
37
- ]
38
-
39
- [[package]]
40
- name = "agent-client-protocol-schema"
41
- version = "1.7.0"
42
- source = "registry+https://github.com/rust-lang/crates.io-index"
43
- checksum = "ca98360c7bb8cc97d7acd49e2a8a851c3f7bee6b2f0535036d8ab86b5fcd223d"
44
- dependencies = [
45
- "anyhow",
46
- "derive_more",
47
- "schemars 1.2.2",
48
- "serde",
49
- "serde_json",
50
- "serde_with",
51
- "strum",
52
- "tracing",
53
- ]
54
-
55
- [[package]]
56
- name = "android_system_properties"
57
- version = "0.1.6"
58
- source = "registry+https://github.com/rust-lang/crates.io-index"
59
- checksum = "ae221649c9976a6f6c56ae1facf410f3ddb33cc661c4b7b61020a912d4237fbc"
60
- dependencies = [
61
- "libc",
62
- ]
63
-
64
- [[package]]
65
- name = "anyhow"
66
- version = "1.0.104"
67
- source = "registry+https://github.com/rust-lang/crates.io-index"
68
- checksum = "330a5ed07fa54e4702c9d6c4174f74427fc0ef6e214bbd677ae50a5099946470"
69
-
70
- [[package]]
71
- name = "async-channel"
72
- version = "2.5.0"
73
- source = "registry+https://github.com/rust-lang/crates.io-index"
74
- checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2"
75
- dependencies = [
76
- "concurrent-queue",
77
- "event-listener-strategy",
78
- "futures-core",
79
- "pin-project-lite",
80
- ]
81
-
82
- [[package]]
83
- name = "async-io"
84
- version = "2.6.0"
85
- source = "registry+https://github.com/rust-lang/crates.io-index"
86
- checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc"
87
- dependencies = [
88
- "autocfg",
89
- "cfg-if",
90
- "concurrent-queue",
91
- "futures-io",
92
- "futures-lite",
93
- "parking",
94
- "polling",
95
- "rustix",
96
- "slab",
97
- "windows-sys",
98
- ]
99
-
100
- [[package]]
101
- name = "async-lock"
102
- version = "3.4.2"
103
- source = "registry+https://github.com/rust-lang/crates.io-index"
104
- checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311"
105
- dependencies = [
106
- "event-listener",
107
- "event-listener-strategy",
108
- "pin-project-lite",
109
- ]
110
-
111
- [[package]]
112
- name = "async-process"
113
- version = "2.5.0"
114
- source = "registry+https://github.com/rust-lang/crates.io-index"
115
- checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75"
116
- dependencies = [
117
- "async-channel",
118
- "async-io",
119
- "async-lock",
120
- "async-signal",
121
- "async-task",
122
- "blocking",
123
- "cfg-if",
124
- "event-listener",
125
- "futures-lite",
126
- "rustix",
127
- ]
128
-
129
- [[package]]
130
- name = "async-signal"
131
- version = "0.2.14"
132
- source = "registry+https://github.com/rust-lang/crates.io-index"
133
- checksum = "52b5aaafa020cf5053a01f2a60e8ff5dccf550f0f77ec54a4e47285ac2bab485"
134
- dependencies = [
135
- "async-io",
136
- "async-lock",
137
- "atomic-waker",
138
- "cfg-if",
139
- "futures-core",
140
- "futures-io",
141
- "rustix",
142
- "signal-hook-registry",
143
- "slab",
144
- "windows-sys",
145
- ]
146
-
147
- [[package]]
148
- name = "async-task"
149
- version = "4.7.1"
150
- source = "registry+https://github.com/rust-lang/crates.io-index"
151
- checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
152
-
153
- [[package]]
154
- name = "atomic-waker"
155
- version = "1.1.2"
156
- source = "registry+https://github.com/rust-lang/crates.io-index"
157
- checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
158
-
159
- [[package]]
160
- name = "autocfg"
161
- version = "1.5.1"
162
- source = "registry+https://github.com/rust-lang/crates.io-index"
163
- checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
164
-
165
- [[package]]
166
- name = "base64"
167
- version = "0.22.1"
168
- source = "registry+https://github.com/rust-lang/crates.io-index"
169
- checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
170
-
171
- [[package]]
172
- name = "base64"
173
- version = "0.23.1"
174
- source = "registry+https://github.com/rust-lang/crates.io-index"
175
- checksum = "ac07cdecf99051d9a5238b80f35af32cdeba5b336e55d957b318b50137e18da5"
176
-
177
- [[package]]
178
- name = "bitflags"
179
- version = "1.3.2"
180
- source = "registry+https://github.com/rust-lang/crates.io-index"
181
- checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
182
-
183
- [[package]]
184
- name = "bitflags"
185
- version = "2.13.2"
186
- source = "registry+https://github.com/rust-lang/crates.io-index"
187
- checksum = "3ded4057c258ba199e2d26386d3af3780957ecaee6c4ef4041c6b4b8b97c0b06"
188
-
189
- [[package]]
190
- name = "blocking"
191
- version = "1.7.0"
192
- source = "registry+https://github.com/rust-lang/crates.io-index"
193
- checksum = "a70e4329df6cb94385eed412ec92375c3cdd8a6e502493d1229b6414e4036dfa"
194
- dependencies = [
195
- "async-channel",
196
- "async-task",
197
- "futures-io",
198
- "futures-lite",
199
- "piper",
200
- ]
201
-
202
- [[package]]
203
- name = "bs58"
204
- version = "0.5.1"
205
- source = "registry+https://github.com/rust-lang/crates.io-index"
206
- checksum = "bf88ba1141d185c399bee5288d850d63b8369520c1eafc32a0430b5b6c287bf4"
207
- dependencies = [
208
- "tinyvec",
209
- ]
210
-
211
- [[package]]
212
- name = "bumpalo"
213
- version = "3.20.3"
214
- source = "registry+https://github.com/rust-lang/crates.io-index"
215
- checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649"
216
-
217
- [[package]]
218
- name = "cc"
219
- version = "1.4.5"
220
- source = "registry+https://github.com/rust-lang/crates.io-index"
221
- checksum = "005ec2760ca554fae18df7a11195552ec576cd665632a881bc011d5bb2fd4d80"
222
- dependencies = [
223
- "find-msvc-tools",
224
- "shlex",
225
- ]
226
-
227
- [[package]]
228
- name = "ccht"
229
- version = "0.2.0"
230
- dependencies = [
231
- "agent-client-protocol",
232
- "agent-client-protocol-schema",
233
- "futures",
234
- "serde",
235
- "serde_json",
236
- "thiserror",
237
- "tokio",
238
- "wasm-bindgen",
239
- ]
240
-
241
- [[package]]
242
- name = "ccht-wasm-bundle"
243
- version = "0.0.0"
244
- dependencies = [
245
- "wasm-bindgen-cli-support",
246
- ]
247
-
248
- [[package]]
249
- name = "cfg-if"
250
- version = "1.0.4"
251
- source = "registry+https://github.com/rust-lang/crates.io-index"
252
- checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
253
-
254
- [[package]]
255
- name = "chrono"
256
- version = "0.4.45"
257
- source = "registry+https://github.com/rust-lang/crates.io-index"
258
- checksum = "1aa79e62e7697b8e29b513a68abacf485adcd1fe8284a4316c5ae868e6633327"
259
- dependencies = [
260
- "iana-time-zone",
261
- "num-traits",
262
- "serde",
263
- "windows-link",
264
- ]
265
-
266
- [[package]]
267
- name = "concurrent-queue"
268
- version = "2.5.0"
269
- source = "registry+https://github.com/rust-lang/crates.io-index"
270
- checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
271
- dependencies = [
272
- "crossbeam-utils",
273
- ]
274
-
275
- [[package]]
276
- name = "convert_case"
277
- version = "0.10.0"
278
- source = "registry+https://github.com/rust-lang/crates.io-index"
279
- checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9"
280
- dependencies = [
281
- "unicode-segmentation",
282
- ]
283
-
284
- [[package]]
285
- name = "core-foundation-sys"
286
- version = "0.8.7"
287
- source = "registry+https://github.com/rust-lang/crates.io-index"
288
- checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
289
-
290
- [[package]]
291
- name = "crossbeam-deque"
292
- version = "0.8.8"
293
- source = "registry+https://github.com/rust-lang/crates.io-index"
294
- checksum = "622f3fc73690be383c7214310406f28a90e6edeadc3cea882f9d71e495b9711a"
295
- dependencies = [
296
- "crossbeam-epoch",
297
- "crossbeam-utils",
298
- ]
299
-
300
- [[package]]
301
- name = "crossbeam-epoch"
302
- version = "0.9.21"
303
- source = "registry+https://github.com/rust-lang/crates.io-index"
304
- checksum = "dc74980687109a3b14c72fd458107bf0baa1da1a1a805e178d15501ba9b86d9d"
305
- dependencies = [
306
- "crossbeam-utils",
307
- ]
308
-
309
- [[package]]
310
- name = "crossbeam-utils"
311
- version = "0.8.23"
312
- source = "registry+https://github.com/rust-lang/crates.io-index"
313
- checksum = "a31eee39dddec8330830986fcd7625edb5a24ec90ea038215273bbc3adb08ac6"
314
-
315
- [[package]]
316
- name = "darling"
317
- version = "0.24.1"
318
- source = "registry+https://github.com/rust-lang/crates.io-index"
319
- checksum = "ed17f5901b6630b993ca003def43f2f8ef4014fc13b047b57aad617ff32bc2ec"
320
- dependencies = [
321
- "darling_core",
322
- "darling_macro",
323
- ]
324
-
325
- [[package]]
326
- name = "darling_core"
327
- version = "0.24.1"
328
- source = "registry+https://github.com/rust-lang/crates.io-index"
329
- checksum = "6837e2cf7485aaae18f86181d2f0e9a7ed297a025e220aeabf63fdebd3a2ddff"
330
- dependencies = [
331
- "ident_case",
332
- "proc-macro2",
333
- "quote",
334
- "strsim",
335
- "syn 3.0.5",
336
- ]
337
-
338
- [[package]]
339
- name = "darling_macro"
340
- version = "0.24.1"
341
- source = "registry+https://github.com/rust-lang/crates.io-index"
342
- checksum = "2ac7135c3ef02b2f7833bbeb1be5ba7f966dcde8a87c6b87f65a778d71a02785"
343
- dependencies = [
344
- "darling_core",
345
- "quote",
346
- "syn 3.0.5",
347
- ]
348
-
349
- [[package]]
350
- name = "defmt"
351
- version = "1.1.1"
352
- source = "registry+https://github.com/rust-lang/crates.io-index"
353
- checksum = "e2953bfe4f93bbd20cc71198842756f77d161884c99ebbabc41d80231ded88d1"
354
- dependencies = [
355
- "bitflags 1.3.2",
356
- "defmt-macros",
357
- ]
358
-
359
- [[package]]
360
- name = "defmt-macros"
361
- version = "1.1.1"
362
- source = "registry+https://github.com/rust-lang/crates.io-index"
363
- checksum = "bad9c72e7ca2137e0dc3813245a0d282fd6daad32fd800af018306a9169b5fe8"
364
- dependencies = [
365
- "defmt-parser",
366
- "proc-macro2",
367
- "quote",
368
- "syn 2.0.119",
369
- ]
370
-
371
- [[package]]
372
- name = "defmt-parser"
373
- version = "1.0.0"
374
- source = "registry+https://github.com/rust-lang/crates.io-index"
375
- checksum = "10d60334b3b2e7c9d91ef8150abfb6fa4c1c39ebbcf4a81c2e346aad939fee3e"
376
- dependencies = [
377
- "thiserror",
378
- ]
379
-
380
- [[package]]
381
- name = "deranged"
382
- version = "0.5.8"
383
- source = "registry+https://github.com/rust-lang/crates.io-index"
384
- checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c"
385
- dependencies = [
386
- "serde_core",
387
- ]
388
-
389
- [[package]]
390
- name = "derive_more"
391
- version = "2.1.1"
392
- source = "registry+https://github.com/rust-lang/crates.io-index"
393
- checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134"
394
- dependencies = [
395
- "derive_more-impl",
396
- ]
397
-
398
- [[package]]
399
- name = "derive_more-impl"
400
- version = "2.1.1"
401
- source = "registry+https://github.com/rust-lang/crates.io-index"
402
- checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb"
403
- dependencies = [
404
- "convert_case",
405
- "proc-macro2",
406
- "quote",
407
- "rustc_version",
408
- "syn 2.0.119",
409
- "unicode-xid",
410
- ]
411
-
412
- [[package]]
413
- name = "dyn-clone"
414
- version = "1.0.20"
415
- source = "registry+https://github.com/rust-lang/crates.io-index"
416
- checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
417
-
418
- [[package]]
419
- name = "either"
420
- version = "1.18.0"
421
- source = "registry+https://github.com/rust-lang/crates.io-index"
422
- checksum = "252afb9ae5eaa683babdc6a068b3f5726eb19e05070c731f9b2a23a7c3e8ed34"
423
-
424
- [[package]]
425
- name = "equivalent"
426
- version = "1.0.2"
427
- source = "registry+https://github.com/rust-lang/crates.io-index"
428
- checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
429
-
430
- [[package]]
431
- name = "errno"
432
- version = "0.3.14"
433
- source = "registry+https://github.com/rust-lang/crates.io-index"
434
- checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
435
- dependencies = [
436
- "libc",
437
- "windows-sys",
438
- ]
439
-
440
- [[package]]
441
- name = "event-listener"
442
- version = "5.4.2"
443
- source = "registry+https://github.com/rust-lang/crates.io-index"
444
- checksum = "5a23add41df1562121a9393cb065eab5146a1242410f23a644851e90cfd669d2"
445
- dependencies = [
446
- "parking",
447
- "pin-project-lite",
448
- ]
449
-
450
- [[package]]
451
- name = "event-listener-strategy"
452
- version = "0.5.4"
453
- source = "registry+https://github.com/rust-lang/crates.io-index"
454
- checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
455
- dependencies = [
456
- "event-listener",
457
- "pin-project-lite",
458
- ]
459
-
460
- [[package]]
461
- name = "fallible-iterator"
462
- version = "0.3.0"
463
- source = "registry+https://github.com/rust-lang/crates.io-index"
464
- checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
465
-
466
- [[package]]
467
- name = "fastrand"
468
- version = "2.5.0"
469
- source = "registry+https://github.com/rust-lang/crates.io-index"
470
- checksum = "da7c62ceae207dd37ea5b845da6a0696c799f85e97da1ab5b7910be3c1c80223"
471
-
472
- [[package]]
473
- name = "find-msvc-tools"
474
- version = "0.1.12"
475
- source = "registry+https://github.com/rust-lang/crates.io-index"
476
- checksum = "3e0f1c7c3a72c66fd80abe965175f7523475c0489a87d3ff9d6e8c87d87a9d2d"
477
-
478
- [[package]]
479
- name = "fixedbitset"
480
- version = "0.5.7"
481
- source = "registry+https://github.com/rust-lang/crates.io-index"
482
- checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
483
-
484
- [[package]]
485
- name = "foldhash"
486
- version = "0.2.0"
487
- source = "registry+https://github.com/rust-lang/crates.io-index"
488
- checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
489
-
490
- [[package]]
491
- name = "futures"
492
- version = "0.3.34"
493
- source = "registry+https://github.com/rust-lang/crates.io-index"
494
- checksum = "9a31d2a3fbaaeb2af2368bbdd904aa8e812d3c04a1ee10d3171f52d556e5d0a3"
495
- dependencies = [
496
- "futures-channel",
497
- "futures-core",
498
- "futures-executor",
499
- "futures-io",
500
- "futures-sink",
501
- "futures-task",
502
- "futures-util",
503
- ]
504
-
505
- [[package]]
506
- name = "futures-channel"
507
- version = "0.3.34"
508
- source = "registry+https://github.com/rust-lang/crates.io-index"
509
- checksum = "b1f9e3d69d39e4862ffed03ed071a76f9a13ba1d9109d355b0f0aa6b15e393c4"
510
- dependencies = [
511
- "futures-core",
512
- "futures-sink",
513
- ]
514
-
515
- [[package]]
516
- name = "futures-concurrency"
517
- version = "7.7.1"
518
- source = "registry+https://github.com/rust-lang/crates.io-index"
519
- checksum = "175cd8cca9e1d45b87f18ffa75088f2099e3c4fe5e2f83e42de112560bea8ea6"
520
- dependencies = [
521
- "fixedbitset",
522
- "futures-core",
523
- "futures-lite",
524
- "pin-project",
525
- "smallvec",
526
- ]
527
-
528
- [[package]]
529
- name = "futures-core"
530
- version = "0.3.34"
531
- source = "registry+https://github.com/rust-lang/crates.io-index"
532
- checksum = "92d699e522242e69e3003b94ecc1f960f3a5e015aa7c5d7486e65ad01dd94f5e"
533
-
534
- [[package]]
535
- name = "futures-executor"
536
- version = "0.3.34"
537
- source = "registry+https://github.com/rust-lang/crates.io-index"
538
- checksum = "031b47cf1a3c6cc8bc2fc76cd437f521619387907d469316e7c0bc278f1f5432"
539
- dependencies = [
540
- "futures-core",
541
- "futures-task",
542
- "futures-util",
543
- ]
544
-
545
- [[package]]
546
- name = "futures-io"
547
- version = "0.3.34"
548
- source = "registry+https://github.com/rust-lang/crates.io-index"
549
- checksum = "53c0fa8157de1303bfffdaa1cc2a673bfffb60102f76b0ef4441659124373fed"
550
-
551
- [[package]]
552
- name = "futures-lite"
553
- version = "2.6.1"
554
- source = "registry+https://github.com/rust-lang/crates.io-index"
555
- checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
556
- dependencies = [
557
- "fastrand",
558
- "futures-core",
559
- "futures-io",
560
- "parking",
561
- "pin-project-lite",
562
- ]
563
-
564
- [[package]]
565
- name = "futures-macro"
566
- version = "0.3.34"
567
- source = "registry+https://github.com/rust-lang/crates.io-index"
568
- checksum = "9fb9654ba8355388abeb8dcb4fc62f511300867002afc858860463bdd9fe0c44"
569
- dependencies = [
570
- "proc-macro2",
571
- "quote",
572
- "syn 3.0.5",
573
- ]
574
-
575
- [[package]]
576
- name = "futures-sink"
577
- version = "0.3.34"
578
- source = "registry+https://github.com/rust-lang/crates.io-index"
579
- checksum = "1944426bf7d03f1d14f708785e4b33efd750b36d48a157b836b3efc15ede8e1d"
580
-
581
- [[package]]
582
- name = "futures-task"
583
- version = "0.3.34"
584
- source = "registry+https://github.com/rust-lang/crates.io-index"
585
- checksum = "cd417de3d1d015fc3bfd2b1ea46dfc7bab72ef86f1cc7cc9c78e728b34a6d1fd"
586
-
587
- [[package]]
588
- name = "futures-util"
589
- version = "0.3.34"
590
- source = "registry+https://github.com/rust-lang/crates.io-index"
591
- checksum = "0d50a92467f8ba5dd6e3ee5d4bd04d73ab2e4e1c44474a0674821dfce14b79bc"
592
- dependencies = [
593
- "futures-channel",
594
- "futures-core",
595
- "futures-io",
596
- "futures-macro",
597
- "futures-sink",
598
- "futures-task",
599
- "memchr",
600
- "pin-project-lite",
601
- "slab",
602
- ]
603
-
604
- [[package]]
605
- name = "getrandom"
606
- version = "0.4.3"
607
- source = "registry+https://github.com/rust-lang/crates.io-index"
608
- checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099"
609
- dependencies = [
610
- "cfg-if",
611
- "libc",
612
- "r-efi",
613
- ]
614
-
615
- [[package]]
616
- name = "gimli"
617
- version = "0.32.3"
618
- source = "registry+https://github.com/rust-lang/crates.io-index"
619
- checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
620
- dependencies = [
621
- "fallible-iterator",
622
- "indexmap 2.14.2",
623
- "stable_deref_trait",
624
- ]
625
-
626
- [[package]]
627
- name = "hashbrown"
628
- version = "0.12.3"
629
- source = "registry+https://github.com/rust-lang/crates.io-index"
630
- checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
631
-
632
- [[package]]
633
- name = "hashbrown"
634
- version = "0.16.1"
635
- source = "registry+https://github.com/rust-lang/crates.io-index"
636
- checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
637
- dependencies = [
638
- "foldhash",
639
- "serde",
640
- "serde_core",
641
- ]
642
-
643
- [[package]]
644
- name = "hashbrown"
645
- version = "0.17.1"
646
- source = "registry+https://github.com/rust-lang/crates.io-index"
647
- checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
648
-
649
- [[package]]
650
- name = "heck"
651
- version = "0.5.0"
652
- source = "registry+https://github.com/rust-lang/crates.io-index"
653
- checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
654
-
655
- [[package]]
656
- name = "hermit-abi"
657
- version = "0.5.3"
658
- source = "registry+https://github.com/rust-lang/crates.io-index"
659
- checksum = "e17592d60ebacc7d5e169f4663c5f84f9161cc90328abcfe8456f41e4dfcb284"
660
-
661
- [[package]]
662
- name = "hex"
663
- version = "0.4.3"
664
- source = "registry+https://github.com/rust-lang/crates.io-index"
665
- checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
666
-
667
- [[package]]
668
- name = "iana-time-zone"
669
- version = "0.1.65"
670
- source = "registry+https://github.com/rust-lang/crates.io-index"
671
- checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
672
- dependencies = [
673
- "android_system_properties",
674
- "core-foundation-sys",
675
- "iana-time-zone-haiku",
676
- "js-sys",
677
- "log",
678
- "wasm-bindgen",
679
- "windows-core",
680
- ]
681
-
682
- [[package]]
683
- name = "iana-time-zone-haiku"
684
- version = "0.1.2"
685
- source = "registry+https://github.com/rust-lang/crates.io-index"
686
- checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
687
- dependencies = [
688
- "cc",
689
- ]
690
-
691
- [[package]]
692
- name = "id-arena"
693
- version = "2.3.0"
694
- source = "registry+https://github.com/rust-lang/crates.io-index"
695
- checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954"
696
- dependencies = [
697
- "rayon",
698
- ]
699
-
700
- [[package]]
701
- name = "ident_case"
702
- version = "1.0.1"
703
- source = "registry+https://github.com/rust-lang/crates.io-index"
704
- checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
705
-
706
- [[package]]
707
- name = "indexmap"
708
- version = "1.9.3"
709
- source = "registry+https://github.com/rust-lang/crates.io-index"
710
- checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
711
- dependencies = [
712
- "autocfg",
713
- "hashbrown 0.12.3",
714
- "serde",
715
- ]
716
-
717
- [[package]]
718
- name = "indexmap"
719
- version = "2.14.2"
720
- source = "registry+https://github.com/rust-lang/crates.io-index"
721
- checksum = "cc4e190f5d26ca7051642629da2c52fc03bde85a03197c99408dcd291734c855"
722
- dependencies = [
723
- "equivalent",
724
- "hashbrown 0.17.1",
725
- "serde",
726
- "serde_core",
727
- ]
728
-
729
- [[package]]
730
- name = "itoa"
731
- version = "1.0.18"
732
- source = "registry+https://github.com/rust-lang/crates.io-index"
733
- checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
734
-
735
- [[package]]
736
- name = "jiff"
737
- version = "0.2.35"
738
- source = "registry+https://github.com/rust-lang/crates.io-index"
739
- checksum = "668b7183bd07af9a4885f5c35b0cc5c83c4607a913c16b7e17291832910d2dcc"
740
- dependencies = [
741
- "defmt",
742
- "jiff-core",
743
- "jiff-static",
744
- "jiff-tzdb-platform",
745
- "log",
746
- "portable-atomic",
747
- "portable-atomic-util",
748
- "serde_core",
749
- "windows-link",
750
- ]
751
-
752
- [[package]]
753
- name = "jiff-core"
754
- version = "0.1.0"
755
- source = "registry+https://github.com/rust-lang/crates.io-index"
756
- checksum = "7feca88439efe53da3754500c1851dedf3cb36c524dd5cf8225cc0794de95d09"
757
- dependencies = [
758
- "defmt",
759
- ]
760
-
761
- [[package]]
762
- name = "jiff-static"
763
- version = "0.2.35"
764
- source = "registry+https://github.com/rust-lang/crates.io-index"
765
- checksum = "3a69dcb3a21cfb32ce1cd056169337ca284af0766dd766e7878819b251a49204"
766
- dependencies = [
767
- "jiff-core",
768
- "proc-macro2",
769
- "quote",
770
- "syn 2.0.119",
771
- ]
772
-
773
- [[package]]
774
- name = "jiff-tzdb"
775
- version = "0.1.8"
776
- source = "registry+https://github.com/rust-lang/crates.io-index"
777
- checksum = "142bd39932ad231f10513df9ab62661fead8719872150b7ad02a2df79f4e141e"
778
-
779
- [[package]]
780
- name = "jiff-tzdb-platform"
781
- version = "0.1.3"
782
- source = "registry+https://github.com/rust-lang/crates.io-index"
783
- checksum = "875a5a69ac2bab1a891711cf5eccbec1ce0341ea805560dcd90b7a2e925132e8"
784
- dependencies = [
785
- "jiff-tzdb",
786
- ]
787
-
788
- [[package]]
789
- name = "js-sys"
790
- version = "0.3.105"
791
- source = "registry+https://github.com/rust-lang/crates.io-index"
792
- checksum = "ce57d20d1ea864ce2ac172ab472d409214f4fd359f0b2a2775abdf522e2af99e"
793
- dependencies = [
794
- "cfg-if",
795
- "futures-util",
796
- "wasm-bindgen",
797
- ]
798
-
799
- [[package]]
800
- name = "leb128"
801
- version = "0.2.7"
802
- source = "registry+https://github.com/rust-lang/crates.io-index"
803
- checksum = "c83bff1d572d6b9aeef67ddfc8448e4a3737909cb28e81f97c791b9018703e52"
804
-
805
- [[package]]
806
- name = "leb128fmt"
807
- version = "0.1.0"
808
- source = "registry+https://github.com/rust-lang/crates.io-index"
809
- checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
810
-
811
- [[package]]
812
- name = "libc"
813
- version = "0.2.189"
814
- source = "registry+https://github.com/rust-lang/crates.io-index"
815
- checksum = "3eaf3ede3fee6db1a4c2ee091bf8a8b4dccdc6d17f656fb07896ee72867612f2"
816
-
817
- [[package]]
818
- name = "linux-raw-sys"
819
- version = "0.12.1"
820
- source = "registry+https://github.com/rust-lang/crates.io-index"
821
- checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
822
-
823
- [[package]]
824
- name = "log"
825
- version = "0.4.34"
826
- source = "registry+https://github.com/rust-lang/crates.io-index"
827
- checksum = "f9f8bd3e56ce4dfc153cf470fffbfa98c7620958b312ca5c3a4b8d5181fd13c6"
828
-
829
- [[package]]
830
- name = "memchr"
831
- version = "2.8.3"
832
- source = "registry+https://github.com/rust-lang/crates.io-index"
833
- checksum = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98"
834
-
835
- [[package]]
836
- name = "mio"
837
- version = "1.2.3"
838
- source = "registry+https://github.com/rust-lang/crates.io-index"
839
- checksum = "4b18443e9c262bfe8fa82f51666e2642c53393f7e5c27b3e1aeab922cff5b9d8"
840
- dependencies = [
841
- "libc",
842
- "wasi",
843
- "windows-sys",
844
- ]
845
-
846
- [[package]]
847
- name = "num-conv"
848
- version = "0.2.2"
849
- source = "registry+https://github.com/rust-lang/crates.io-index"
850
- checksum = "521739c6d2bac4aa25192232afe6841231376b2b26d4d9fae5ecf8ca5772e441"
851
-
852
- [[package]]
853
- name = "num-traits"
854
- version = "0.2.19"
855
- source = "registry+https://github.com/rust-lang/crates.io-index"
856
- checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
857
- dependencies = [
858
- "autocfg",
859
- ]
860
-
861
- [[package]]
862
- name = "once_cell"
863
- version = "1.21.4"
864
- source = "registry+https://github.com/rust-lang/crates.io-index"
865
- checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
866
-
867
- [[package]]
868
- name = "parking"
869
- version = "2.2.1"
870
- source = "registry+https://github.com/rust-lang/crates.io-index"
871
- checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
872
-
873
- [[package]]
874
- name = "pin-project"
875
- version = "1.1.13"
876
- source = "registry+https://github.com/rust-lang/crates.io-index"
877
- checksum = "2466b2336ed02bcdca6b294417127b90ec92038d1d5c4fbeac971a922e0e0924"
878
- dependencies = [
879
- "pin-project-internal",
880
- ]
881
-
882
- [[package]]
883
- name = "pin-project-internal"
884
- version = "1.1.13"
885
- source = "registry+https://github.com/rust-lang/crates.io-index"
886
- checksum = "c96395f0a926bc13b1c17622aaddda1ecb55d49c8f1bf9777e4d877800a43f8b"
887
- dependencies = [
888
- "proc-macro2",
889
- "quote",
890
- "syn 2.0.119",
891
- ]
892
-
893
- [[package]]
894
- name = "pin-project-lite"
895
- version = "0.2.17"
896
- source = "registry+https://github.com/rust-lang/crates.io-index"
897
- checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
898
-
899
- [[package]]
900
- name = "piper"
901
- version = "0.2.5"
902
- source = "registry+https://github.com/rust-lang/crates.io-index"
903
- checksum = "c835479a4443ded371d6c535cbfd8d31ad92c5d23ae9770a61bc155e4992a3c1"
904
- dependencies = [
905
- "atomic-waker",
906
- "fastrand",
907
- "futures-io",
908
- ]
909
-
910
- [[package]]
911
- name = "polling"
912
- version = "3.11.0"
913
- source = "registry+https://github.com/rust-lang/crates.io-index"
914
- checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
915
- dependencies = [
916
- "cfg-if",
917
- "concurrent-queue",
918
- "hermit-abi",
919
- "pin-project-lite",
920
- "rustix",
921
- "windows-sys",
922
- ]
923
-
924
- [[package]]
925
- name = "portable-atomic"
926
- version = "1.15.0"
927
- source = "registry+https://github.com/rust-lang/crates.io-index"
928
- checksum = "05c8b63e8d9609db387f0324918f81d68fe27748f084ef092fb35954d0539a85"
929
-
930
- [[package]]
931
- name = "portable-atomic-util"
932
- version = "0.2.8"
933
- source = "registry+https://github.com/rust-lang/crates.io-index"
934
- checksum = "10ab3eb7f3becc3a1cbc4f2c6f20267996cfc1a6467a873763411b136a122715"
935
- dependencies = [
936
- "portable-atomic",
937
- ]
938
-
939
- [[package]]
940
- name = "powerfmt"
941
- version = "0.2.0"
942
- source = "registry+https://github.com/rust-lang/crates.io-index"
943
- checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
944
-
945
- [[package]]
946
- name = "proc-macro2"
947
- version = "1.0.107"
948
- source = "registry+https://github.com/rust-lang/crates.io-index"
949
- checksum = "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9"
950
- dependencies = [
951
- "unicode-ident",
952
- ]
953
-
954
- [[package]]
955
- name = "quote"
956
- version = "1.0.47"
957
- source = "registry+https://github.com/rust-lang/crates.io-index"
958
- checksum = "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001"
959
- dependencies = [
960
- "proc-macro2",
961
- ]
962
-
963
- [[package]]
964
- name = "r-efi"
965
- version = "6.0.0"
966
- source = "registry+https://github.com/rust-lang/crates.io-index"
967
- checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
968
-
969
- [[package]]
970
- name = "rayon"
971
- version = "1.12.0"
972
- source = "registry+https://github.com/rust-lang/crates.io-index"
973
- checksum = "fb39b166781f92d482534ef4b4b1b2568f42613b53e5b6c160e24cfbfa30926d"
974
- dependencies = [
975
- "either",
976
- "rayon-core",
977
- ]
978
-
979
- [[package]]
980
- name = "rayon-core"
981
- version = "1.13.0"
982
- source = "registry+https://github.com/rust-lang/crates.io-index"
983
- checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
984
- dependencies = [
985
- "crossbeam-deque",
986
- "crossbeam-utils",
987
- ]
988
-
989
- [[package]]
990
- name = "ref-cast"
991
- version = "1.0.27"
992
- source = "registry+https://github.com/rust-lang/crates.io-index"
993
- checksum = "7e440fb4e4b4147295338efb76001ab9e4efc0e5839df2c47fc5ac2381d365c3"
994
- dependencies = [
995
- "ref-cast-impl",
996
- ]
997
-
998
- [[package]]
999
- name = "ref-cast-impl"
1000
- version = "1.0.27"
1001
- source = "registry+https://github.com/rust-lang/crates.io-index"
1002
- checksum = "92ecd8964f8453721699a1ed72037b0db49ce2f5a5138486ee89bed6f67cdf3a"
1003
- dependencies = [
1004
- "proc-macro2",
1005
- "quote",
1006
- "syn 3.0.5",
1007
- ]
1008
-
1009
- [[package]]
1010
- name = "rustc-demangle"
1011
- version = "0.1.28"
1012
- source = "registry+https://github.com/rust-lang/crates.io-index"
1013
- checksum = "b74b56ffa8bb2830709a538c2cbcae9aa062db0d2a42563bfb09bdaae44020eb"
1014
-
1015
- [[package]]
1016
- name = "rustc-hash"
1017
- version = "2.1.3"
1018
- source = "registry+https://github.com/rust-lang/crates.io-index"
1019
- checksum = "6b1e7f9a428571be2dc5bc0505c13fb6bf936822b894ec87abf8a08a4e51742d"
1020
-
1021
- [[package]]
1022
- name = "rustc_version"
1023
- version = "0.4.1"
1024
- source = "registry+https://github.com/rust-lang/crates.io-index"
1025
- checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
1026
- dependencies = [
1027
- "semver",
1028
- ]
1029
-
1030
- [[package]]
1031
- name = "rustix"
1032
- version = "1.1.4"
1033
- source = "registry+https://github.com/rust-lang/crates.io-index"
1034
- checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
1035
- dependencies = [
1036
- "bitflags 2.13.2",
1037
- "errno",
1038
- "libc",
1039
- "linux-raw-sys",
1040
- "windows-sys",
1041
- ]
1042
-
1043
- [[package]]
1044
- name = "rustversion"
1045
- version = "1.0.23"
1046
- source = "registry+https://github.com/rust-lang/crates.io-index"
1047
- checksum = "cf54715a573b99ac80df0bc206da022bcd442c974952c7b9720069370852e21f"
1048
-
1049
- [[package]]
1050
- name = "schemars"
1051
- version = "0.9.0"
1052
- source = "registry+https://github.com/rust-lang/crates.io-index"
1053
- checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f"
1054
- dependencies = [
1055
- "dyn-clone",
1056
- "ref-cast",
1057
- "serde",
1058
- "serde_json",
1059
- ]
1060
-
1061
- [[package]]
1062
- name = "schemars"
1063
- version = "1.2.2"
1064
- source = "registry+https://github.com/rust-lang/crates.io-index"
1065
- checksum = "687274d293b6cdc6e73e0fee520bf2049650090d7164f87672d212a3c530cf4a"
1066
- dependencies = [
1067
- "dyn-clone",
1068
- "ref-cast",
1069
- "schemars_derive",
1070
- "serde",
1071
- "serde_json",
1072
- ]
1073
-
1074
- [[package]]
1075
- name = "schemars_derive"
1076
- version = "1.2.2"
1077
- source = "registry+https://github.com/rust-lang/crates.io-index"
1078
- checksum = "d98c67716b46af2f0b8cf752abc930f6f9aecfbf671ecfb531db8a31dbe4e2ba"
1079
- dependencies = [
1080
- "proc-macro2",
1081
- "quote",
1082
- "serde_derive_internals",
1083
- "syn 3.0.5",
1084
- ]
1085
-
1086
- [[package]]
1087
- name = "semver"
1088
- version = "1.0.28"
1089
- source = "registry+https://github.com/rust-lang/crates.io-index"
1090
- checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
1091
-
1092
- [[package]]
1093
- name = "serde"
1094
- version = "1.0.229"
1095
- source = "registry+https://github.com/rust-lang/crates.io-index"
1096
- checksum = "4148590afebada386688f18773da617792bf2ef03ffc1e4cbd2b1d45b023e0ba"
1097
- dependencies = [
1098
- "serde_core",
1099
- "serde_derive",
1100
- ]
1101
-
1102
- [[package]]
1103
- name = "serde_core"
1104
- version = "1.0.229"
1105
- source = "registry+https://github.com/rust-lang/crates.io-index"
1106
- checksum = "67dca2c9c51e58a4791a4b1ed58308b39c64224d349a935ab5039aa360942a48"
1107
- dependencies = [
1108
- "serde_derive",
1109
- ]
1110
-
1111
- [[package]]
1112
- name = "serde_derive"
1113
- version = "1.0.229"
1114
- source = "registry+https://github.com/rust-lang/crates.io-index"
1115
- checksum = "e7a5d71263a5a7d47b41f6b3f06ba276f10cc18b0931f1799f710578e2309348"
1116
- dependencies = [
1117
- "proc-macro2",
1118
- "quote",
1119
- "syn 3.0.5",
1120
- ]
1121
-
1122
- [[package]]
1123
- name = "serde_derive_internals"
1124
- version = "0.30.0"
1125
- source = "registry+https://github.com/rust-lang/crates.io-index"
1126
- checksum = "f852137cce035d6a4df67ccce505ff6b3e9fd3a10e3e52b24dc71e650bb1a9bd"
1127
- dependencies = [
1128
- "proc-macro2",
1129
- "quote",
1130
- "syn 3.0.5",
1131
- ]
1132
-
1133
- [[package]]
1134
- name = "serde_json"
1135
- version = "1.0.151"
1136
- source = "registry+https://github.com/rust-lang/crates.io-index"
1137
- checksum = "c841b55ecdae098c80dcae9cf767f6f8a0c2cdb3416bbef72181df4d0fe73f14"
1138
- dependencies = [
1139
- "indexmap 2.14.2",
1140
- "itoa",
1141
- "memchr",
1142
- "serde",
1143
- "serde_core",
1144
- "zmij",
1145
- ]
1146
-
1147
- [[package]]
1148
- name = "serde_with"
1149
- version = "3.23.0"
1150
- source = "registry+https://github.com/rust-lang/crates.io-index"
1151
- checksum = "935177bb8c0cd8ca1a4e6d1a2ac8988bea69cab4f9d3a31311e012ad27868ea4"
1152
- dependencies = [
1153
- "base64 0.23.1",
1154
- "bs58",
1155
- "chrono",
1156
- "hex",
1157
- "indexmap 1.9.3",
1158
- "indexmap 2.14.2",
1159
- "jiff",
1160
- "schemars 0.9.0",
1161
- "schemars 1.2.2",
1162
- "serde_core",
1163
- "serde_json",
1164
- "serde_with_macros",
1165
- "time",
1166
- ]
1167
-
1168
- [[package]]
1169
- name = "serde_with_macros"
1170
- version = "3.23.0"
1171
- source = "registry+https://github.com/rust-lang/crates.io-index"
1172
- checksum = "1d607aa01a3cb0ad757d6fd216136910db3c97b102fe686585689615a02dbcdc"
1173
- dependencies = [
1174
- "darling",
1175
- "proc-macro2",
1176
- "quote",
1177
- "syn 3.0.5",
1178
- ]
1179
-
1180
- [[package]]
1181
- name = "shell-words"
1182
- version = "1.1.1"
1183
- source = "registry+https://github.com/rust-lang/crates.io-index"
1184
- checksum = "dc6fe69c597f9c37bfeeeeeb33da3530379845f10be461a66d16d03eca2ded77"
1185
-
1186
- [[package]]
1187
- name = "shlex"
1188
- version = "2.0.1"
1189
- source = "registry+https://github.com/rust-lang/crates.io-index"
1190
- checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
1191
-
1192
- [[package]]
1193
- name = "signal-hook-registry"
1194
- version = "1.4.8"
1195
- source = "registry+https://github.com/rust-lang/crates.io-index"
1196
- checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
1197
- dependencies = [
1198
- "errno",
1199
- "libc",
1200
- ]
1201
-
1202
- [[package]]
1203
- name = "slab"
1204
- version = "0.4.12"
1205
- source = "registry+https://github.com/rust-lang/crates.io-index"
1206
- checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
1207
-
1208
- [[package]]
1209
- name = "smallvec"
1210
- version = "1.16.0"
1211
- source = "registry+https://github.com/rust-lang/crates.io-index"
1212
- checksum = "b9be42f50aa861c555654aa3a37f52f4b1074bacf4e48fe0ef7fa584e80f1f0f"
1213
-
1214
- [[package]]
1215
- name = "socket2"
1216
- version = "0.6.5"
1217
- source = "registry+https://github.com/rust-lang/crates.io-index"
1218
- checksum = "c3d1e2c7f27f8d4cb10542a02c49005dbd6e93095799d6f3be745fae9f8fedd4"
1219
- dependencies = [
1220
- "libc",
1221
- "windows-sys",
1222
- ]
1223
-
1224
- [[package]]
1225
- name = "stable_deref_trait"
1226
- version = "1.2.1"
1227
- source = "registry+https://github.com/rust-lang/crates.io-index"
1228
- checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
1229
-
1230
- [[package]]
1231
- name = "strsim"
1232
- version = "0.11.1"
1233
- source = "registry+https://github.com/rust-lang/crates.io-index"
1234
- checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
1235
-
1236
- [[package]]
1237
- name = "strum"
1238
- version = "0.28.0"
1239
- source = "registry+https://github.com/rust-lang/crates.io-index"
1240
- checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd"
1241
- dependencies = [
1242
- "strum_macros",
1243
- ]
1244
-
1245
- [[package]]
1246
- name = "strum_macros"
1247
- version = "0.28.0"
1248
- source = "registry+https://github.com/rust-lang/crates.io-index"
1249
- checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664"
1250
- dependencies = [
1251
- "heck",
1252
- "proc-macro2",
1253
- "quote",
1254
- "syn 2.0.119",
1255
- ]
1256
-
1257
- [[package]]
1258
- name = "syn"
1259
- version = "2.0.119"
1260
- source = "registry+https://github.com/rust-lang/crates.io-index"
1261
- checksum = "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297"
1262
- dependencies = [
1263
- "proc-macro2",
1264
- "quote",
1265
- "unicode-ident",
1266
- ]
1267
-
1268
- [[package]]
1269
- name = "syn"
1270
- version = "3.0.5"
1271
- source = "registry+https://github.com/rust-lang/crates.io-index"
1272
- checksum = "12df2e0110f65b775f769bb17ef989067a1d931b2eb822bd4346631eeada89f9"
1273
- dependencies = [
1274
- "proc-macro2",
1275
- "quote",
1276
- "unicode-ident",
1277
- ]
1278
-
1279
- [[package]]
1280
- name = "thiserror"
1281
- version = "2.0.20"
1282
- source = "registry+https://github.com/rust-lang/crates.io-index"
1283
- checksum = "ec86235f5fcc2a73650310756d2ac5b138a5780bbbdfae3eeccec992c435ba4f"
1284
- dependencies = [
1285
- "thiserror-impl",
1286
- ]
1287
-
1288
- [[package]]
1289
- name = "thiserror-impl"
1290
- version = "2.0.20"
1291
- source = "registry+https://github.com/rust-lang/crates.io-index"
1292
- checksum = "bc04cd3e1236dd4a98afca4569f2deb3f120e5422a4023be2cb683f8486292af"
1293
- dependencies = [
1294
- "proc-macro2",
1295
- "quote",
1296
- "syn 3.0.5",
1297
- ]
1298
-
1299
- [[package]]
1300
- name = "time"
1301
- version = "0.3.55"
1302
- source = "registry+https://github.com/rust-lang/crates.io-index"
1303
- checksum = "cdb87b95ec50ddfa440816d227a17b2ccbdda963a316a727fda0fc4334f7d134"
1304
- dependencies = [
1305
- "deranged",
1306
- "num-conv",
1307
- "powerfmt",
1308
- "serde_core",
1309
- "time-core",
1310
- "time-macros",
1311
- ]
1312
-
1313
- [[package]]
1314
- name = "time-core"
1315
- version = "0.1.9"
1316
- source = "registry+https://github.com/rust-lang/crates.io-index"
1317
- checksum = "9e1c906769ad99c88eaa54e728060edef082f8e358ff32030cb7c7d315e81109"
1318
-
1319
- [[package]]
1320
- name = "time-macros"
1321
- version = "0.2.32"
1322
- source = "registry+https://github.com/rust-lang/crates.io-index"
1323
- checksum = "7e689342a48d2ea927c87ea50cabf8594854bf940e9310208848d680d668ed85"
1324
- dependencies = [
1325
- "num-conv",
1326
- "time-core",
1327
- ]
1328
-
1329
- [[package]]
1330
- name = "tinyvec"
1331
- version = "1.13.2"
1332
- source = "registry+https://github.com/rust-lang/crates.io-index"
1333
- checksum = "4cf0ded5c4e56918d8f8a339e1bb67d038d3bc6d144ac407904015ba2e4cde9b"
1334
- dependencies = [
1335
- "tinyvec_macros",
1336
- ]
1337
-
1338
- [[package]]
1339
- name = "tinyvec_macros"
1340
- version = "0.1.1"
1341
- source = "registry+https://github.com/rust-lang/crates.io-index"
1342
- checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
1343
-
1344
- [[package]]
1345
- name = "tokio"
1346
- version = "1.53.1"
1347
- source = "registry+https://github.com/rust-lang/crates.io-index"
1348
- checksum = "202caea871b69668250d242070849eb495be178ed697a3e98aebce5bc81a0bed"
1349
- dependencies = [
1350
- "libc",
1351
- "mio",
1352
- "pin-project-lite",
1353
- "socket2",
1354
- "tokio-macros",
1355
- "windows-sys",
1356
- ]
1357
-
1358
- [[package]]
1359
- name = "tokio-macros"
1360
- version = "2.7.2"
1361
- source = "registry+https://github.com/rust-lang/crates.io-index"
1362
- checksum = "78773a2a397f451582ce068015985c33193cf6dea8b74d2a639fe457b2f07b0e"
1363
- dependencies = [
1364
- "proc-macro2",
1365
- "quote",
1366
- "syn 3.0.5",
1367
- ]
1368
-
1369
- [[package]]
1370
- name = "tracing"
1371
- version = "0.1.44"
1372
- source = "registry+https://github.com/rust-lang/crates.io-index"
1373
- checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
1374
- dependencies = [
1375
- "pin-project-lite",
1376
- "tracing-attributes",
1377
- "tracing-core",
1378
- ]
1379
-
1380
- [[package]]
1381
- name = "tracing-attributes"
1382
- version = "0.1.31"
1383
- source = "registry+https://github.com/rust-lang/crates.io-index"
1384
- checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
1385
- dependencies = [
1386
- "proc-macro2",
1387
- "quote",
1388
- "syn 2.0.119",
1389
- ]
1390
-
1391
- [[package]]
1392
- name = "tracing-core"
1393
- version = "0.1.36"
1394
- source = "registry+https://github.com/rust-lang/crates.io-index"
1395
- checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
1396
- dependencies = [
1397
- "once_cell",
1398
- ]
1399
-
1400
- [[package]]
1401
- name = "unicode-ident"
1402
- version = "1.0.24"
1403
- source = "registry+https://github.com/rust-lang/crates.io-index"
1404
- checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
1405
-
1406
- [[package]]
1407
- name = "unicode-segmentation"
1408
- version = "1.13.3"
1409
- source = "registry+https://github.com/rust-lang/crates.io-index"
1410
- checksum = "c6f5d3c3b1bf09027a88a6bc961fc00497d651009560b5463668dc81b0fa87a8"
1411
-
1412
- [[package]]
1413
- name = "unicode-xid"
1414
- version = "0.2.6"
1415
- source = "registry+https://github.com/rust-lang/crates.io-index"
1416
- checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
1417
-
1418
- [[package]]
1419
- name = "uuid"
1420
- version = "1.26.1"
1421
- source = "registry+https://github.com/rust-lang/crates.io-index"
1422
- checksum = "2ef6dac1e96601b4fb3acccccff2139741fcb757cb9a36089bf5be91cfb285ce"
1423
- dependencies = [
1424
- "getrandom",
1425
- "js-sys",
1426
- "wasm-bindgen",
1427
- ]
1428
-
1429
- [[package]]
1430
- name = "walrus"
1431
- version = "0.26.5"
1432
- source = "registry+https://github.com/rust-lang/crates.io-index"
1433
- checksum = "25b63a2bc6e4acb4cf69080068a531bad4530791098230e972ffcb64fd1dc266"
1434
- dependencies = [
1435
- "anyhow",
1436
- "gimli",
1437
- "id-arena",
1438
- "leb128",
1439
- "log",
1440
- "rayon",
1441
- "walrus-macro",
1442
- "wasm-encoder",
1443
- "wasmparser",
1444
- ]
1445
-
1446
- [[package]]
1447
- name = "walrus-macro"
1448
- version = "0.26.0"
1449
- source = "registry+https://github.com/rust-lang/crates.io-index"
1450
- checksum = "1a9b0525d7ea6e5f906aca581a172e5c91b4c595290dfa8ad4a2bc9ffef33b44"
1451
- dependencies = [
1452
- "heck",
1453
- "proc-macro2",
1454
- "quote",
1455
- "syn 2.0.119",
1456
- ]
1457
-
1458
- [[package]]
1459
- name = "wasi"
1460
- version = "0.11.1+wasi-snapshot-preview1"
1461
- source = "registry+https://github.com/rust-lang/crates.io-index"
1462
- checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
1463
-
1464
- [[package]]
1465
- name = "wasm-bindgen"
1466
- version = "0.2.128"
1467
- source = "registry+https://github.com/rust-lang/crates.io-index"
1468
- checksum = "aecb87a33d3b0c5e3b7aa46336eaf486cffafbd281b195e4c8b80d50df2351bf"
1469
- dependencies = [
1470
- "cfg-if",
1471
- "once_cell",
1472
- "rustversion",
1473
- "wasm-bindgen-macro",
1474
- "wasm-bindgen-shared",
1475
- ]
1476
-
1477
- [[package]]
1478
- name = "wasm-bindgen-cli-support"
1479
- version = "0.2.128"
1480
- source = "registry+https://github.com/rust-lang/crates.io-index"
1481
- checksum = "e771daffd9404412ad1b20076ab5d0aa9f8c031e5d1734c362f720cf5538f8e3"
1482
- dependencies = [
1483
- "anyhow",
1484
- "base64 0.22.1",
1485
- "leb128",
1486
- "log",
1487
- "rustc-demangle",
1488
- "serde",
1489
- "serde_json",
1490
- "walrus",
1491
- "wasm-bindgen-shared",
1492
- "wasmparser",
1493
- ]
1494
-
1495
- [[package]]
1496
- name = "wasm-bindgen-macro"
1497
- version = "0.2.128"
1498
- source = "registry+https://github.com/rust-lang/crates.io-index"
1499
- checksum = "a690d511e3c1a8b3a55e33511e3c2c00c78415cd23650f32b808627f5696b9ed"
1500
- dependencies = [
1501
- "quote",
1502
- "wasm-bindgen-macro-support",
1503
- ]
1504
-
1505
- [[package]]
1506
- name = "wasm-bindgen-macro-support"
1507
- version = "0.2.128"
1508
- source = "registry+https://github.com/rust-lang/crates.io-index"
1509
- checksum = "411e4887f0071ef2d2164a9d5fdf2d20efbef78fccd3a78b0c10a1dc5295e48a"
1510
- dependencies = [
1511
- "bumpalo",
1512
- "proc-macro2",
1513
- "quote",
1514
- "syn 3.0.5",
1515
- "wasm-bindgen-shared",
1516
- ]
1517
-
1518
- [[package]]
1519
- name = "wasm-bindgen-shared"
1520
- version = "0.2.128"
1521
- source = "registry+https://github.com/rust-lang/crates.io-index"
1522
- checksum = "81941cd78d0c92026c33e5e01312845a4cb1e9af3407f9134b100dd03144103e"
1523
- dependencies = [
1524
- "unicode-ident",
1525
- ]
1526
-
1527
- [[package]]
1528
- name = "wasm-encoder"
1529
- version = "0.245.1"
1530
- source = "registry+https://github.com/rust-lang/crates.io-index"
1531
- checksum = "3f9dca005e69bf015e45577e415b9af8c67e8ee3c0e38b5b0add5aa92581ed5c"
1532
- dependencies = [
1533
- "leb128fmt",
1534
- "wasmparser",
1535
- ]
1536
-
1537
- [[package]]
1538
- name = "wasmparser"
1539
- version = "0.245.1"
1540
- source = "registry+https://github.com/rust-lang/crates.io-index"
1541
- checksum = "4f08c9adee0428b7bddf3890fc27e015ac4b761cc608c822667102b8bfd6995e"
1542
- dependencies = [
1543
- "bitflags 2.13.2",
1544
- "hashbrown 0.16.1",
1545
- "indexmap 2.14.2",
1546
- "semver",
1547
- "serde",
1548
- ]
1549
-
1550
- [[package]]
1551
- name = "windows-core"
1552
- version = "0.62.2"
1553
- source = "registry+https://github.com/rust-lang/crates.io-index"
1554
- checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
1555
- dependencies = [
1556
- "windows-implement",
1557
- "windows-interface",
1558
- "windows-link",
1559
- "windows-result",
1560
- "windows-strings",
1561
- ]
1562
-
1563
- [[package]]
1564
- name = "windows-implement"
1565
- version = "0.60.2"
1566
- source = "registry+https://github.com/rust-lang/crates.io-index"
1567
- checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
1568
- dependencies = [
1569
- "proc-macro2",
1570
- "quote",
1571
- "syn 2.0.119",
1572
- ]
1573
-
1574
- [[package]]
1575
- name = "windows-interface"
1576
- version = "0.59.3"
1577
- source = "registry+https://github.com/rust-lang/crates.io-index"
1578
- checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
1579
- dependencies = [
1580
- "proc-macro2",
1581
- "quote",
1582
- "syn 2.0.119",
1583
- ]
1584
-
1585
- [[package]]
1586
- name = "windows-link"
1587
- version = "0.2.1"
1588
- source = "registry+https://github.com/rust-lang/crates.io-index"
1589
- checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
1590
-
1591
- [[package]]
1592
- name = "windows-result"
1593
- version = "0.4.1"
1594
- source = "registry+https://github.com/rust-lang/crates.io-index"
1595
- checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
1596
- dependencies = [
1597
- "windows-link",
1598
- ]
1599
-
1600
- [[package]]
1601
- name = "windows-strings"
1602
- version = "0.5.1"
1603
- source = "registry+https://github.com/rust-lang/crates.io-index"
1604
- checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
1605
- dependencies = [
1606
- "windows-link",
1607
- ]
1608
-
1609
- [[package]]
1610
- name = "windows-sys"
1611
- version = "0.61.2"
1612
- source = "registry+https://github.com/rust-lang/crates.io-index"
1613
- checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
1614
- dependencies = [
1615
- "windows-link",
1616
- ]
1617
-
1618
- [[package]]
1619
- name = "zmij"
1620
- version = "1.0.23"
1621
- source = "registry+https://github.com/rust-lang/crates.io-index"
1622
- checksum = "29666d0abbfad1e3dc4dcf6144730dd3a3ab225bbbdac83319345b1b44ccfc1b"