voidcrawl-mcp 0.3.2__tar.gz

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 (44) hide show
  1. voidcrawl_mcp-0.3.2/Cargo.lock +2696 -0
  2. voidcrawl_mcp-0.3.2/Cargo.toml +41 -0
  3. voidcrawl_mcp-0.3.2/LICENSE.md +66 -0
  4. voidcrawl_mcp-0.3.2/PKG-INFO +96 -0
  5. voidcrawl_mcp-0.3.2/README.md +68 -0
  6. voidcrawl_mcp-0.3.2/crates/core/Cargo.toml +28 -0
  7. voidcrawl_mcp-0.3.2/crates/core/README.md +167 -0
  8. voidcrawl_mcp-0.3.2/crates/core/src/ax.rs +161 -0
  9. voidcrawl_mcp-0.3.2/crates/core/src/captcha.rs +349 -0
  10. voidcrawl_mcp-0.3.2/crates/core/src/error.rs +67 -0
  11. voidcrawl_mcp-0.3.2/crates/core/src/lib.rs +30 -0
  12. voidcrawl_mcp-0.3.2/crates/core/src/page.rs +1030 -0
  13. voidcrawl_mcp-0.3.2/crates/core/src/pool.rs +616 -0
  14. voidcrawl_mcp-0.3.2/crates/core/src/profile.rs +303 -0
  15. voidcrawl_mcp-0.3.2/crates/core/src/session.rs +671 -0
  16. voidcrawl_mcp-0.3.2/crates/core/src/stealth.rs +87 -0
  17. voidcrawl_mcp-0.3.2/crates/core/tests/ax_tree.rs +171 -0
  18. voidcrawl_mcp-0.3.2/crates/core/tests/captcha_capture.rs +115 -0
  19. voidcrawl_mcp-0.3.2/crates/core/tests/captcha_runtime_loaded.rs +67 -0
  20. voidcrawl_mcp-0.3.2/crates/core/tests/emulation.rs +107 -0
  21. voidcrawl_mcp-0.3.2/crates/core/tests/integration.rs +357 -0
  22. voidcrawl_mcp-0.3.2/crates/core/tests/profile_lock.rs +83 -0
  23. voidcrawl_mcp-0.3.2/crates/core/tests/stealth_ua.rs +39 -0
  24. voidcrawl_mcp-0.3.2/crates/mcp_server/Cargo.toml +46 -0
  25. voidcrawl_mcp-0.3.2/crates/mcp_server/LICENSE.md +66 -0
  26. voidcrawl_mcp-0.3.2/crates/mcp_server/README.md +68 -0
  27. voidcrawl_mcp-0.3.2/crates/mcp_server/src/errors.rs +55 -0
  28. voidcrawl_mcp-0.3.2/crates/mcp_server/src/install.rs +604 -0
  29. voidcrawl_mcp-0.3.2/crates/mcp_server/src/lib.rs +15 -0
  30. voidcrawl_mcp-0.3.2/crates/mcp_server/src/main.rs +135 -0
  31. voidcrawl_mcp-0.3.2/crates/mcp_server/src/server.rs +392 -0
  32. voidcrawl_mcp-0.3.2/crates/mcp_server/src/sessions.rs +52 -0
  33. voidcrawl_mcp-0.3.2/crates/mcp_server/src/state.rs +135 -0
  34. voidcrawl_mcp-0.3.2/crates/mcp_server/src/tools/actions.rs +752 -0
  35. voidcrawl_mcp-0.3.2/crates/mcp_server/src/tools/fetch.rs +206 -0
  36. voidcrawl_mcp-0.3.2/crates/mcp_server/src/tools/introspect.rs +43 -0
  37. voidcrawl_mcp-0.3.2/crates/mcp_server/src/tools/mod.rs +12 -0
  38. voidcrawl_mcp-0.3.2/crates/mcp_server/src/tools/screenshot.rs +66 -0
  39. voidcrawl_mcp-0.3.2/crates/mcp_server/src/tools/session.rs +168 -0
  40. voidcrawl_mcp-0.3.2/crates/mcp_server/src/tools/wait.rs +59 -0
  41. voidcrawl_mcp-0.3.2/crates/mcp_server/tests/ax_tools.rs +159 -0
  42. voidcrawl_mcp-0.3.2/crates/mcp_server/tests/error_wire_format.rs +61 -0
  43. voidcrawl_mcp-0.3.2/crates/mcp_server/tests/wait_selector.rs +120 -0
  44. voidcrawl_mcp-0.3.2/pyproject.toml +45 -0
@@ -0,0 +1,2696 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 4
4
+
5
+ [[package]]
6
+ name = "aho-corasick"
7
+ version = "1.1.4"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
10
+ dependencies = [
11
+ "memchr",
12
+ ]
13
+
14
+ [[package]]
15
+ name = "android_system_properties"
16
+ version = "0.1.5"
17
+ source = "registry+https://github.com/rust-lang/crates.io-index"
18
+ checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
19
+ dependencies = [
20
+ "libc",
21
+ ]
22
+
23
+ [[package]]
24
+ name = "anstream"
25
+ version = "1.0.0"
26
+ source = "registry+https://github.com/rust-lang/crates.io-index"
27
+ checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d"
28
+ dependencies = [
29
+ "anstyle",
30
+ "anstyle-parse",
31
+ "anstyle-query",
32
+ "anstyle-wincon",
33
+ "colorchoice",
34
+ "is_terminal_polyfill",
35
+ "utf8parse",
36
+ ]
37
+
38
+ [[package]]
39
+ name = "anstyle"
40
+ version = "1.0.14"
41
+ source = "registry+https://github.com/rust-lang/crates.io-index"
42
+ checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000"
43
+
44
+ [[package]]
45
+ name = "anstyle-parse"
46
+ version = "1.0.0"
47
+ source = "registry+https://github.com/rust-lang/crates.io-index"
48
+ checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e"
49
+ dependencies = [
50
+ "utf8parse",
51
+ ]
52
+
53
+ [[package]]
54
+ name = "anstyle-query"
55
+ version = "1.1.5"
56
+ source = "registry+https://github.com/rust-lang/crates.io-index"
57
+ checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
58
+ dependencies = [
59
+ "windows-sys 0.61.2",
60
+ ]
61
+
62
+ [[package]]
63
+ name = "anstyle-wincon"
64
+ version = "3.0.11"
65
+ source = "registry+https://github.com/rust-lang/crates.io-index"
66
+ checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
67
+ dependencies = [
68
+ "anstyle",
69
+ "once_cell_polyfill",
70
+ "windows-sys 0.61.2",
71
+ ]
72
+
73
+ [[package]]
74
+ name = "anyhow"
75
+ version = "1.0.102"
76
+ source = "registry+https://github.com/rust-lang/crates.io-index"
77
+ checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
78
+
79
+ [[package]]
80
+ name = "async-trait"
81
+ version = "0.1.89"
82
+ source = "registry+https://github.com/rust-lang/crates.io-index"
83
+ checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
84
+ dependencies = [
85
+ "proc-macro2",
86
+ "quote",
87
+ "syn",
88
+ ]
89
+
90
+ [[package]]
91
+ name = "async-tungstenite"
92
+ version = "0.32.1"
93
+ source = "registry+https://github.com/rust-lang/crates.io-index"
94
+ checksum = "8acc405d38be14342132609f06f02acaf825ddccfe76c4824a69281e0458ebd4"
95
+ dependencies = [
96
+ "atomic-waker",
97
+ "futures-core",
98
+ "futures-io",
99
+ "futures-task",
100
+ "futures-util",
101
+ "log",
102
+ "pin-project-lite",
103
+ "tokio",
104
+ "tungstenite",
105
+ ]
106
+
107
+ [[package]]
108
+ name = "atomic-waker"
109
+ version = "1.1.2"
110
+ source = "registry+https://github.com/rust-lang/crates.io-index"
111
+ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
112
+
113
+ [[package]]
114
+ name = "autocfg"
115
+ version = "1.5.1"
116
+ source = "registry+https://github.com/rust-lang/crates.io-index"
117
+ checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
118
+
119
+ [[package]]
120
+ name = "base64"
121
+ version = "0.22.1"
122
+ source = "registry+https://github.com/rust-lang/crates.io-index"
123
+ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
124
+
125
+ [[package]]
126
+ name = "bitflags"
127
+ version = "2.11.1"
128
+ source = "registry+https://github.com/rust-lang/crates.io-index"
129
+ checksum = "c4512299f36f043ab09a583e57bceb5a5aab7a73db1805848e8fef3c9e8c78b3"
130
+
131
+ [[package]]
132
+ name = "block-buffer"
133
+ version = "0.10.4"
134
+ source = "registry+https://github.com/rust-lang/crates.io-index"
135
+ checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
136
+ dependencies = [
137
+ "generic-array",
138
+ ]
139
+
140
+ [[package]]
141
+ name = "bumpalo"
142
+ version = "3.20.3"
143
+ source = "registry+https://github.com/rust-lang/crates.io-index"
144
+ checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649"
145
+
146
+ [[package]]
147
+ name = "bytes"
148
+ version = "1.11.1"
149
+ source = "registry+https://github.com/rust-lang/crates.io-index"
150
+ checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
151
+
152
+ [[package]]
153
+ name = "cc"
154
+ version = "1.2.62"
155
+ source = "registry+https://github.com/rust-lang/crates.io-index"
156
+ checksum = "a1dce859f0832a7d088c4f1119888ab94ef4b5d6795d1ce05afb7fe159d79f98"
157
+ dependencies = [
158
+ "find-msvc-tools",
159
+ "shlex",
160
+ ]
161
+
162
+ [[package]]
163
+ name = "cfg-if"
164
+ version = "1.0.4"
165
+ source = "registry+https://github.com/rust-lang/crates.io-index"
166
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
167
+
168
+ [[package]]
169
+ name = "chromiumoxide"
170
+ version = "0.9.1"
171
+ source = "registry+https://github.com/rust-lang/crates.io-index"
172
+ checksum = "26ed067eb6c1f660bdb87c05efb964421d2ca262bae0296cdfe38cf0cd949a3e"
173
+ dependencies = [
174
+ "async-tungstenite",
175
+ "base64",
176
+ "chromiumoxide_cdp",
177
+ "chromiumoxide_types",
178
+ "dunce",
179
+ "fnv",
180
+ "futures",
181
+ "futures-timer",
182
+ "pin-project-lite",
183
+ "reqwest",
184
+ "serde",
185
+ "serde_json",
186
+ "thiserror",
187
+ "tokio",
188
+ "tracing",
189
+ "url",
190
+ "which",
191
+ "windows-registry",
192
+ ]
193
+
194
+ [[package]]
195
+ name = "chromiumoxide_cdp"
196
+ version = "0.9.1"
197
+ source = "registry+https://github.com/rust-lang/crates.io-index"
198
+ checksum = "68a6a03a7ebac4ea85308f285d6959a3e6b2ce32a0c9465dc7a7b1db0144eec7"
199
+ dependencies = [
200
+ "chromiumoxide_pdl",
201
+ "chromiumoxide_types",
202
+ "serde",
203
+ "serde_json",
204
+ ]
205
+
206
+ [[package]]
207
+ name = "chromiumoxide_pdl"
208
+ version = "0.9.1"
209
+ source = "registry+https://github.com/rust-lang/crates.io-index"
210
+ checksum = "c602dea92337bc4d824668d78c5b79c3b4ddb29b40dd7218282bbe8fd3fc2091"
211
+ dependencies = [
212
+ "chromiumoxide_types",
213
+ "either",
214
+ "heck",
215
+ "once_cell",
216
+ "proc-macro2",
217
+ "quote",
218
+ "regex",
219
+ "serde_json",
220
+ ]
221
+
222
+ [[package]]
223
+ name = "chromiumoxide_types"
224
+ version = "0.9.1"
225
+ source = "registry+https://github.com/rust-lang/crates.io-index"
226
+ checksum = "678d5146e74f16fc4a41978b275af572cd913de1f10270d2b93b6c276bc57d80"
227
+ dependencies = [
228
+ "serde",
229
+ "serde_json",
230
+ ]
231
+
232
+ [[package]]
233
+ name = "chrono"
234
+ version = "0.4.44"
235
+ source = "registry+https://github.com/rust-lang/crates.io-index"
236
+ checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0"
237
+ dependencies = [
238
+ "iana-time-zone",
239
+ "num-traits",
240
+ "serde",
241
+ "windows-link",
242
+ ]
243
+
244
+ [[package]]
245
+ name = "clap"
246
+ version = "4.6.1"
247
+ source = "registry+https://github.com/rust-lang/crates.io-index"
248
+ checksum = "1ddb117e43bbf7dacf0a4190fef4d345b9bad68dfc649cb349e7d17d28428e51"
249
+ dependencies = [
250
+ "clap_builder",
251
+ "clap_derive",
252
+ ]
253
+
254
+ [[package]]
255
+ name = "clap_builder"
256
+ version = "4.6.0"
257
+ source = "registry+https://github.com/rust-lang/crates.io-index"
258
+ checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f"
259
+ dependencies = [
260
+ "anstream",
261
+ "anstyle",
262
+ "clap_lex",
263
+ "strsim",
264
+ ]
265
+
266
+ [[package]]
267
+ name = "clap_derive"
268
+ version = "4.6.1"
269
+ source = "registry+https://github.com/rust-lang/crates.io-index"
270
+ checksum = "f2ce8604710f6733aa641a2b3731eaa1e8b3d9973d5e3565da11800813f997a9"
271
+ dependencies = [
272
+ "heck",
273
+ "proc-macro2",
274
+ "quote",
275
+ "syn",
276
+ ]
277
+
278
+ [[package]]
279
+ name = "clap_lex"
280
+ version = "1.1.0"
281
+ source = "registry+https://github.com/rust-lang/crates.io-index"
282
+ checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9"
283
+
284
+ [[package]]
285
+ name = "colorchoice"
286
+ version = "1.0.5"
287
+ source = "registry+https://github.com/rust-lang/crates.io-index"
288
+ checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570"
289
+
290
+ [[package]]
291
+ name = "combine"
292
+ version = "4.6.7"
293
+ source = "registry+https://github.com/rust-lang/crates.io-index"
294
+ checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
295
+ dependencies = [
296
+ "bytes",
297
+ "memchr",
298
+ ]
299
+
300
+ [[package]]
301
+ name = "core-foundation"
302
+ version = "0.10.1"
303
+ source = "registry+https://github.com/rust-lang/crates.io-index"
304
+ checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
305
+ dependencies = [
306
+ "core-foundation-sys",
307
+ "libc",
308
+ ]
309
+
310
+ [[package]]
311
+ name = "core-foundation-sys"
312
+ version = "0.8.7"
313
+ source = "registry+https://github.com/rust-lang/crates.io-index"
314
+ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
315
+
316
+ [[package]]
317
+ name = "cpufeatures"
318
+ version = "0.2.17"
319
+ source = "registry+https://github.com/rust-lang/crates.io-index"
320
+ checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
321
+ dependencies = [
322
+ "libc",
323
+ ]
324
+
325
+ [[package]]
326
+ name = "crypto-common"
327
+ version = "0.1.7"
328
+ source = "registry+https://github.com/rust-lang/crates.io-index"
329
+ checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
330
+ dependencies = [
331
+ "generic-array",
332
+ "typenum",
333
+ ]
334
+
335
+ [[package]]
336
+ name = "darling"
337
+ version = "0.23.0"
338
+ source = "registry+https://github.com/rust-lang/crates.io-index"
339
+ checksum = "25ae13da2f202d56bd7f91c25fba009e7717a1e4a1cc98a76d844b65ae912e9d"
340
+ dependencies = [
341
+ "darling_core",
342
+ "darling_macro",
343
+ ]
344
+
345
+ [[package]]
346
+ name = "darling_core"
347
+ version = "0.23.0"
348
+ source = "registry+https://github.com/rust-lang/crates.io-index"
349
+ checksum = "9865a50f7c335f53564bb694ef660825eb8610e0a53d3e11bf1b0d3df31e03b0"
350
+ dependencies = [
351
+ "ident_case",
352
+ "proc-macro2",
353
+ "quote",
354
+ "strsim",
355
+ "syn",
356
+ ]
357
+
358
+ [[package]]
359
+ name = "darling_macro"
360
+ version = "0.23.0"
361
+ source = "registry+https://github.com/rust-lang/crates.io-index"
362
+ checksum = "ac3984ec7bd6cfa798e62b4a642426a5be0e68f9401cfc2a01e3fa9ea2fcdb8d"
363
+ dependencies = [
364
+ "darling_core",
365
+ "quote",
366
+ "syn",
367
+ ]
368
+
369
+ [[package]]
370
+ name = "data-encoding"
371
+ version = "2.11.0"
372
+ source = "registry+https://github.com/rust-lang/crates.io-index"
373
+ checksum = "a4ae5f15dda3c708c0ade84bfee31ccab44a3da4f88015ed22f63732abe300c8"
374
+
375
+ [[package]]
376
+ name = "digest"
377
+ version = "0.10.7"
378
+ source = "registry+https://github.com/rust-lang/crates.io-index"
379
+ checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
380
+ dependencies = [
381
+ "block-buffer",
382
+ "crypto-common",
383
+ ]
384
+
385
+ [[package]]
386
+ name = "displaydoc"
387
+ version = "0.2.5"
388
+ source = "registry+https://github.com/rust-lang/crates.io-index"
389
+ checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
390
+ dependencies = [
391
+ "proc-macro2",
392
+ "quote",
393
+ "syn",
394
+ ]
395
+
396
+ [[package]]
397
+ name = "dunce"
398
+ version = "1.0.5"
399
+ source = "registry+https://github.com/rust-lang/crates.io-index"
400
+ checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
401
+
402
+ [[package]]
403
+ name = "dyn-clone"
404
+ version = "1.0.20"
405
+ source = "registry+https://github.com/rust-lang/crates.io-index"
406
+ checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
407
+
408
+ [[package]]
409
+ name = "either"
410
+ version = "1.16.0"
411
+ source = "registry+https://github.com/rust-lang/crates.io-index"
412
+ checksum = "91622ff5e7162018101f2fea40d6ebf4a78bbe5a49736a2020649edf9693679e"
413
+
414
+ [[package]]
415
+ name = "equivalent"
416
+ version = "1.0.2"
417
+ source = "registry+https://github.com/rust-lang/crates.io-index"
418
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
419
+
420
+ [[package]]
421
+ name = "errno"
422
+ version = "0.3.14"
423
+ source = "registry+https://github.com/rust-lang/crates.io-index"
424
+ checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
425
+ dependencies = [
426
+ "libc",
427
+ "windows-sys 0.61.2",
428
+ ]
429
+
430
+ [[package]]
431
+ name = "fastrand"
432
+ version = "2.4.1"
433
+ source = "registry+https://github.com/rust-lang/crates.io-index"
434
+ checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6"
435
+
436
+ [[package]]
437
+ name = "fd-lock"
438
+ version = "4.0.4"
439
+ source = "registry+https://github.com/rust-lang/crates.io-index"
440
+ checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
441
+ dependencies = [
442
+ "cfg-if",
443
+ "rustix",
444
+ "windows-sys 0.59.0",
445
+ ]
446
+
447
+ [[package]]
448
+ name = "find-msvc-tools"
449
+ version = "0.1.9"
450
+ source = "registry+https://github.com/rust-lang/crates.io-index"
451
+ checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
452
+
453
+ [[package]]
454
+ name = "fnv"
455
+ version = "1.0.7"
456
+ source = "registry+https://github.com/rust-lang/crates.io-index"
457
+ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
458
+
459
+ [[package]]
460
+ name = "foldhash"
461
+ version = "0.1.5"
462
+ source = "registry+https://github.com/rust-lang/crates.io-index"
463
+ checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
464
+
465
+ [[package]]
466
+ name = "form_urlencoded"
467
+ version = "1.2.2"
468
+ source = "registry+https://github.com/rust-lang/crates.io-index"
469
+ checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
470
+ dependencies = [
471
+ "percent-encoding",
472
+ ]
473
+
474
+ [[package]]
475
+ name = "futures"
476
+ version = "0.3.32"
477
+ source = "registry+https://github.com/rust-lang/crates.io-index"
478
+ checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
479
+ dependencies = [
480
+ "futures-channel",
481
+ "futures-core",
482
+ "futures-executor",
483
+ "futures-io",
484
+ "futures-sink",
485
+ "futures-task",
486
+ "futures-util",
487
+ ]
488
+
489
+ [[package]]
490
+ name = "futures-channel"
491
+ version = "0.3.32"
492
+ source = "registry+https://github.com/rust-lang/crates.io-index"
493
+ checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
494
+ dependencies = [
495
+ "futures-core",
496
+ "futures-sink",
497
+ ]
498
+
499
+ [[package]]
500
+ name = "futures-core"
501
+ version = "0.3.32"
502
+ source = "registry+https://github.com/rust-lang/crates.io-index"
503
+ checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
504
+
505
+ [[package]]
506
+ name = "futures-executor"
507
+ version = "0.3.32"
508
+ source = "registry+https://github.com/rust-lang/crates.io-index"
509
+ checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
510
+ dependencies = [
511
+ "futures-core",
512
+ "futures-task",
513
+ "futures-util",
514
+ ]
515
+
516
+ [[package]]
517
+ name = "futures-io"
518
+ version = "0.3.32"
519
+ source = "registry+https://github.com/rust-lang/crates.io-index"
520
+ checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
521
+
522
+ [[package]]
523
+ name = "futures-macro"
524
+ version = "0.3.32"
525
+ source = "registry+https://github.com/rust-lang/crates.io-index"
526
+ checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
527
+ dependencies = [
528
+ "proc-macro2",
529
+ "quote",
530
+ "syn",
531
+ ]
532
+
533
+ [[package]]
534
+ name = "futures-sink"
535
+ version = "0.3.32"
536
+ source = "registry+https://github.com/rust-lang/crates.io-index"
537
+ checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
538
+
539
+ [[package]]
540
+ name = "futures-task"
541
+ version = "0.3.32"
542
+ source = "registry+https://github.com/rust-lang/crates.io-index"
543
+ checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
544
+
545
+ [[package]]
546
+ name = "futures-timer"
547
+ version = "3.0.4"
548
+ source = "registry+https://github.com/rust-lang/crates.io-index"
549
+ checksum = "af43fadb8a98512d547e37b4e92e0ced13e205c061b87b4623eff01d918d6968"
550
+
551
+ [[package]]
552
+ name = "futures-util"
553
+ version = "0.3.32"
554
+ source = "registry+https://github.com/rust-lang/crates.io-index"
555
+ checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
556
+ dependencies = [
557
+ "futures-channel",
558
+ "futures-core",
559
+ "futures-io",
560
+ "futures-macro",
561
+ "futures-sink",
562
+ "futures-task",
563
+ "memchr",
564
+ "pin-project-lite",
565
+ "slab",
566
+ ]
567
+
568
+ [[package]]
569
+ name = "generic-array"
570
+ version = "0.14.7"
571
+ source = "registry+https://github.com/rust-lang/crates.io-index"
572
+ checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
573
+ dependencies = [
574
+ "typenum",
575
+ "version_check",
576
+ ]
577
+
578
+ [[package]]
579
+ name = "getrandom"
580
+ version = "0.2.17"
581
+ source = "registry+https://github.com/rust-lang/crates.io-index"
582
+ checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
583
+ dependencies = [
584
+ "cfg-if",
585
+ "libc",
586
+ "wasi",
587
+ ]
588
+
589
+ [[package]]
590
+ name = "getrandom"
591
+ version = "0.3.4"
592
+ source = "registry+https://github.com/rust-lang/crates.io-index"
593
+ checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
594
+ dependencies = [
595
+ "cfg-if",
596
+ "libc",
597
+ "r-efi 5.3.0",
598
+ "wasip2",
599
+ ]
600
+
601
+ [[package]]
602
+ name = "getrandom"
603
+ version = "0.4.2"
604
+ source = "registry+https://github.com/rust-lang/crates.io-index"
605
+ checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555"
606
+ dependencies = [
607
+ "cfg-if",
608
+ "libc",
609
+ "r-efi 6.0.0",
610
+ "wasip2",
611
+ "wasip3",
612
+ ]
613
+
614
+ [[package]]
615
+ name = "hashbrown"
616
+ version = "0.15.5"
617
+ source = "registry+https://github.com/rust-lang/crates.io-index"
618
+ checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
619
+ dependencies = [
620
+ "foldhash",
621
+ ]
622
+
623
+ [[package]]
624
+ name = "hashbrown"
625
+ version = "0.17.1"
626
+ source = "registry+https://github.com/rust-lang/crates.io-index"
627
+ checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
628
+
629
+ [[package]]
630
+ name = "heck"
631
+ version = "0.5.0"
632
+ source = "registry+https://github.com/rust-lang/crates.io-index"
633
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
634
+
635
+ [[package]]
636
+ name = "http"
637
+ version = "1.4.0"
638
+ source = "registry+https://github.com/rust-lang/crates.io-index"
639
+ checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a"
640
+ dependencies = [
641
+ "bytes",
642
+ "itoa",
643
+ ]
644
+
645
+ [[package]]
646
+ name = "http-body"
647
+ version = "1.0.1"
648
+ source = "registry+https://github.com/rust-lang/crates.io-index"
649
+ checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
650
+ dependencies = [
651
+ "bytes",
652
+ "http",
653
+ ]
654
+
655
+ [[package]]
656
+ name = "http-body-util"
657
+ version = "0.1.3"
658
+ source = "registry+https://github.com/rust-lang/crates.io-index"
659
+ checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
660
+ dependencies = [
661
+ "bytes",
662
+ "futures-core",
663
+ "http",
664
+ "http-body",
665
+ "pin-project-lite",
666
+ ]
667
+
668
+ [[package]]
669
+ name = "httparse"
670
+ version = "1.10.1"
671
+ source = "registry+https://github.com/rust-lang/crates.io-index"
672
+ checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
673
+
674
+ [[package]]
675
+ name = "httpdate"
676
+ version = "1.0.3"
677
+ source = "registry+https://github.com/rust-lang/crates.io-index"
678
+ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
679
+
680
+ [[package]]
681
+ name = "hyper"
682
+ version = "1.9.0"
683
+ source = "registry+https://github.com/rust-lang/crates.io-index"
684
+ checksum = "6299f016b246a94207e63da54dbe807655bf9e00044f73ded42c3ac5305fbcca"
685
+ dependencies = [
686
+ "atomic-waker",
687
+ "bytes",
688
+ "futures-channel",
689
+ "futures-core",
690
+ "http",
691
+ "http-body",
692
+ "httparse",
693
+ "httpdate",
694
+ "itoa",
695
+ "pin-project-lite",
696
+ "smallvec",
697
+ "tokio",
698
+ "want",
699
+ ]
700
+
701
+ [[package]]
702
+ name = "hyper-rustls"
703
+ version = "0.27.9"
704
+ source = "registry+https://github.com/rust-lang/crates.io-index"
705
+ checksum = "33ca68d021ef39cf6463ab54c1d0f5daf03377b70561305bb89a8f83aab66e0f"
706
+ dependencies = [
707
+ "http",
708
+ "hyper",
709
+ "hyper-util",
710
+ "rustls",
711
+ "tokio",
712
+ "tokio-rustls",
713
+ "tower-service",
714
+ ]
715
+
716
+ [[package]]
717
+ name = "hyper-util"
718
+ version = "0.1.20"
719
+ source = "registry+https://github.com/rust-lang/crates.io-index"
720
+ checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
721
+ dependencies = [
722
+ "base64",
723
+ "bytes",
724
+ "futures-channel",
725
+ "futures-util",
726
+ "http",
727
+ "http-body",
728
+ "hyper",
729
+ "ipnet",
730
+ "libc",
731
+ "percent-encoding",
732
+ "pin-project-lite",
733
+ "socket2",
734
+ "tokio",
735
+ "tower-service",
736
+ "tracing",
737
+ ]
738
+
739
+ [[package]]
740
+ name = "iana-time-zone"
741
+ version = "0.1.65"
742
+ source = "registry+https://github.com/rust-lang/crates.io-index"
743
+ checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
744
+ dependencies = [
745
+ "android_system_properties",
746
+ "core-foundation-sys",
747
+ "iana-time-zone-haiku",
748
+ "js-sys",
749
+ "log",
750
+ "wasm-bindgen",
751
+ "windows-core",
752
+ ]
753
+
754
+ [[package]]
755
+ name = "iana-time-zone-haiku"
756
+ version = "0.1.2"
757
+ source = "registry+https://github.com/rust-lang/crates.io-index"
758
+ checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
759
+ dependencies = [
760
+ "cc",
761
+ ]
762
+
763
+ [[package]]
764
+ name = "icu_collections"
765
+ version = "2.2.0"
766
+ source = "registry+https://github.com/rust-lang/crates.io-index"
767
+ checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c"
768
+ dependencies = [
769
+ "displaydoc",
770
+ "potential_utf",
771
+ "utf8_iter",
772
+ "yoke",
773
+ "zerofrom",
774
+ "zerovec",
775
+ ]
776
+
777
+ [[package]]
778
+ name = "icu_locale_core"
779
+ version = "2.2.0"
780
+ source = "registry+https://github.com/rust-lang/crates.io-index"
781
+ checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29"
782
+ dependencies = [
783
+ "displaydoc",
784
+ "litemap",
785
+ "tinystr",
786
+ "writeable",
787
+ "zerovec",
788
+ ]
789
+
790
+ [[package]]
791
+ name = "icu_normalizer"
792
+ version = "2.2.0"
793
+ source = "registry+https://github.com/rust-lang/crates.io-index"
794
+ checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4"
795
+ dependencies = [
796
+ "icu_collections",
797
+ "icu_normalizer_data",
798
+ "icu_properties",
799
+ "icu_provider",
800
+ "smallvec",
801
+ "zerovec",
802
+ ]
803
+
804
+ [[package]]
805
+ name = "icu_normalizer_data"
806
+ version = "2.2.0"
807
+ source = "registry+https://github.com/rust-lang/crates.io-index"
808
+ checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38"
809
+
810
+ [[package]]
811
+ name = "icu_properties"
812
+ version = "2.2.0"
813
+ source = "registry+https://github.com/rust-lang/crates.io-index"
814
+ checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de"
815
+ dependencies = [
816
+ "icu_collections",
817
+ "icu_locale_core",
818
+ "icu_properties_data",
819
+ "icu_provider",
820
+ "zerotrie",
821
+ "zerovec",
822
+ ]
823
+
824
+ [[package]]
825
+ name = "icu_properties_data"
826
+ version = "2.2.0"
827
+ source = "registry+https://github.com/rust-lang/crates.io-index"
828
+ checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14"
829
+
830
+ [[package]]
831
+ name = "icu_provider"
832
+ version = "2.2.0"
833
+ source = "registry+https://github.com/rust-lang/crates.io-index"
834
+ checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421"
835
+ dependencies = [
836
+ "displaydoc",
837
+ "icu_locale_core",
838
+ "writeable",
839
+ "yoke",
840
+ "zerofrom",
841
+ "zerotrie",
842
+ "zerovec",
843
+ ]
844
+
845
+ [[package]]
846
+ name = "id-arena"
847
+ version = "2.3.0"
848
+ source = "registry+https://github.com/rust-lang/crates.io-index"
849
+ checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954"
850
+
851
+ [[package]]
852
+ name = "ident_case"
853
+ version = "1.0.1"
854
+ source = "registry+https://github.com/rust-lang/crates.io-index"
855
+ checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
856
+
857
+ [[package]]
858
+ name = "idna"
859
+ version = "1.1.0"
860
+ source = "registry+https://github.com/rust-lang/crates.io-index"
861
+ checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
862
+ dependencies = [
863
+ "idna_adapter",
864
+ "smallvec",
865
+ "utf8_iter",
866
+ ]
867
+
868
+ [[package]]
869
+ name = "idna_adapter"
870
+ version = "1.2.2"
871
+ source = "registry+https://github.com/rust-lang/crates.io-index"
872
+ checksum = "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714"
873
+ dependencies = [
874
+ "icu_normalizer",
875
+ "icu_properties",
876
+ ]
877
+
878
+ [[package]]
879
+ name = "indexmap"
880
+ version = "2.14.0"
881
+ source = "registry+https://github.com/rust-lang/crates.io-index"
882
+ checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
883
+ dependencies = [
884
+ "equivalent",
885
+ "hashbrown 0.17.1",
886
+ "serde",
887
+ "serde_core",
888
+ ]
889
+
890
+ [[package]]
891
+ name = "ipnet"
892
+ version = "2.12.0"
893
+ source = "registry+https://github.com/rust-lang/crates.io-index"
894
+ checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2"
895
+
896
+ [[package]]
897
+ name = "is_terminal_polyfill"
898
+ version = "1.70.2"
899
+ source = "registry+https://github.com/rust-lang/crates.io-index"
900
+ checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
901
+
902
+ [[package]]
903
+ name = "itoa"
904
+ version = "1.0.18"
905
+ source = "registry+https://github.com/rust-lang/crates.io-index"
906
+ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
907
+
908
+ [[package]]
909
+ name = "jni"
910
+ version = "0.22.4"
911
+ source = "registry+https://github.com/rust-lang/crates.io-index"
912
+ checksum = "5efd9a482cf3a427f00d6b35f14332adc7902ce91efb778580e180ff90fa3498"
913
+ dependencies = [
914
+ "cfg-if",
915
+ "combine",
916
+ "jni-macros",
917
+ "jni-sys",
918
+ "log",
919
+ "simd_cesu8",
920
+ "thiserror",
921
+ "walkdir",
922
+ "windows-link",
923
+ ]
924
+
925
+ [[package]]
926
+ name = "jni-macros"
927
+ version = "0.22.4"
928
+ source = "registry+https://github.com/rust-lang/crates.io-index"
929
+ checksum = "a00109accc170f0bdb141fed3e393c565b6f5e072365c3bd58f5b062591560a3"
930
+ dependencies = [
931
+ "proc-macro2",
932
+ "quote",
933
+ "rustc_version",
934
+ "simd_cesu8",
935
+ "syn",
936
+ ]
937
+
938
+ [[package]]
939
+ name = "jni-sys"
940
+ version = "0.4.1"
941
+ source = "registry+https://github.com/rust-lang/crates.io-index"
942
+ checksum = "c6377a88cb3910bee9b0fa88d4f42e1d2da8e79915598f65fb0c7ee14c878af2"
943
+ dependencies = [
944
+ "jni-sys-macros",
945
+ ]
946
+
947
+ [[package]]
948
+ name = "jni-sys-macros"
949
+ version = "0.4.1"
950
+ source = "registry+https://github.com/rust-lang/crates.io-index"
951
+ checksum = "38c0b942f458fe50cdac086d2f946512305e5631e720728f2a61aabcd47a6264"
952
+ dependencies = [
953
+ "quote",
954
+ "syn",
955
+ ]
956
+
957
+ [[package]]
958
+ name = "js-sys"
959
+ version = "0.3.99"
960
+ source = "registry+https://github.com/rust-lang/crates.io-index"
961
+ checksum = "142bc4740e452c1e57ade0cbc129f139c9093e354346f0872ef985f4f5cf5f11"
962
+ dependencies = [
963
+ "cfg-if",
964
+ "futures-util",
965
+ "once_cell",
966
+ "wasm-bindgen",
967
+ ]
968
+
969
+ [[package]]
970
+ name = "lazy_static"
971
+ version = "1.5.0"
972
+ source = "registry+https://github.com/rust-lang/crates.io-index"
973
+ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
974
+
975
+ [[package]]
976
+ name = "leb128fmt"
977
+ version = "0.1.0"
978
+ source = "registry+https://github.com/rust-lang/crates.io-index"
979
+ checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
980
+
981
+ [[package]]
982
+ name = "libc"
983
+ version = "0.2.186"
984
+ source = "registry+https://github.com/rust-lang/crates.io-index"
985
+ checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
986
+
987
+ [[package]]
988
+ name = "linux-raw-sys"
989
+ version = "0.12.1"
990
+ source = "registry+https://github.com/rust-lang/crates.io-index"
991
+ checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
992
+
993
+ [[package]]
994
+ name = "litemap"
995
+ version = "0.8.2"
996
+ source = "registry+https://github.com/rust-lang/crates.io-index"
997
+ checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"
998
+
999
+ [[package]]
1000
+ name = "lock_api"
1001
+ version = "0.4.14"
1002
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1003
+ checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
1004
+ dependencies = [
1005
+ "scopeguard",
1006
+ ]
1007
+
1008
+ [[package]]
1009
+ name = "log"
1010
+ version = "0.4.29"
1011
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1012
+ checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
1013
+
1014
+ [[package]]
1015
+ name = "matchers"
1016
+ version = "0.2.0"
1017
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1018
+ checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
1019
+ dependencies = [
1020
+ "regex-automata",
1021
+ ]
1022
+
1023
+ [[package]]
1024
+ name = "memchr"
1025
+ version = "2.8.0"
1026
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1027
+ checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
1028
+
1029
+ [[package]]
1030
+ name = "mio"
1031
+ version = "1.2.0"
1032
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1033
+ checksum = "50b7e5b27aa02a74bac8c3f23f448f8d87ff11f92d3aac1a6ed369ee08cc56c1"
1034
+ dependencies = [
1035
+ "libc",
1036
+ "wasi",
1037
+ "windows-sys 0.61.2",
1038
+ ]
1039
+
1040
+ [[package]]
1041
+ name = "nu-ansi-term"
1042
+ version = "0.50.3"
1043
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1044
+ checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
1045
+ dependencies = [
1046
+ "windows-sys 0.61.2",
1047
+ ]
1048
+
1049
+ [[package]]
1050
+ name = "num-traits"
1051
+ version = "0.2.19"
1052
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1053
+ checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1054
+ dependencies = [
1055
+ "autocfg",
1056
+ ]
1057
+
1058
+ [[package]]
1059
+ name = "once_cell"
1060
+ version = "1.21.4"
1061
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1062
+ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
1063
+
1064
+ [[package]]
1065
+ name = "once_cell_polyfill"
1066
+ version = "1.70.2"
1067
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1068
+ checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
1069
+
1070
+ [[package]]
1071
+ name = "openssl-probe"
1072
+ version = "0.2.1"
1073
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1074
+ checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe"
1075
+
1076
+ [[package]]
1077
+ name = "parking_lot"
1078
+ version = "0.12.5"
1079
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1080
+ checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
1081
+ dependencies = [
1082
+ "lock_api",
1083
+ "parking_lot_core",
1084
+ ]
1085
+
1086
+ [[package]]
1087
+ name = "parking_lot_core"
1088
+ version = "0.9.12"
1089
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1090
+ checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
1091
+ dependencies = [
1092
+ "cfg-if",
1093
+ "libc",
1094
+ "redox_syscall",
1095
+ "smallvec",
1096
+ "windows-link",
1097
+ ]
1098
+
1099
+ [[package]]
1100
+ name = "pastey"
1101
+ version = "0.2.3"
1102
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1103
+ checksum = "2ee67f1008b1ba2321834326597b8e186293b049a023cdef258527550b9935b4"
1104
+
1105
+ [[package]]
1106
+ name = "percent-encoding"
1107
+ version = "2.3.2"
1108
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1109
+ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
1110
+
1111
+ [[package]]
1112
+ name = "pin-project-lite"
1113
+ version = "0.2.17"
1114
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1115
+ checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
1116
+
1117
+ [[package]]
1118
+ name = "portable-atomic"
1119
+ version = "1.13.1"
1120
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1121
+ checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
1122
+
1123
+ [[package]]
1124
+ name = "potential_utf"
1125
+ version = "0.1.5"
1126
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1127
+ checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564"
1128
+ dependencies = [
1129
+ "zerovec",
1130
+ ]
1131
+
1132
+ [[package]]
1133
+ name = "ppv-lite86"
1134
+ version = "0.2.21"
1135
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1136
+ checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
1137
+ dependencies = [
1138
+ "zerocopy",
1139
+ ]
1140
+
1141
+ [[package]]
1142
+ name = "prettyplease"
1143
+ version = "0.2.37"
1144
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1145
+ checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
1146
+ dependencies = [
1147
+ "proc-macro2",
1148
+ "syn",
1149
+ ]
1150
+
1151
+ [[package]]
1152
+ name = "proc-macro2"
1153
+ version = "1.0.106"
1154
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1155
+ checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
1156
+ dependencies = [
1157
+ "unicode-ident",
1158
+ ]
1159
+
1160
+ [[package]]
1161
+ name = "pyo3"
1162
+ version = "0.28.3"
1163
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1164
+ checksum = "91fd8e38a3b50ed1167fb981cd6fd60147e091784c427b8f7183a7ee32c31c12"
1165
+ dependencies = [
1166
+ "libc",
1167
+ "once_cell",
1168
+ "portable-atomic",
1169
+ "pyo3-build-config",
1170
+ "pyo3-ffi",
1171
+ "pyo3-macros",
1172
+ ]
1173
+
1174
+ [[package]]
1175
+ name = "pyo3-async-runtimes"
1176
+ version = "0.28.0"
1177
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1178
+ checksum = "9e7364a95bf00e8377bbf9b0f09d7ff9715a29d8fcf93b47d1a967363b973178"
1179
+ dependencies = [
1180
+ "futures-channel",
1181
+ "futures-util",
1182
+ "once_cell",
1183
+ "pin-project-lite",
1184
+ "pyo3",
1185
+ "tokio",
1186
+ ]
1187
+
1188
+ [[package]]
1189
+ name = "pyo3-build-config"
1190
+ version = "0.28.3"
1191
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1192
+ checksum = "e368e7ddfdeb98c9bca7f8383be1648fd84ab466bf2bc015e94008db6d35611e"
1193
+ dependencies = [
1194
+ "python3-dll-a",
1195
+ "target-lexicon",
1196
+ ]
1197
+
1198
+ [[package]]
1199
+ name = "pyo3-ffi"
1200
+ version = "0.28.3"
1201
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1202
+ checksum = "7f29e10af80b1f7ccaf7f69eace800a03ecd13e883acfacc1e5d0988605f651e"
1203
+ dependencies = [
1204
+ "libc",
1205
+ "pyo3-build-config",
1206
+ ]
1207
+
1208
+ [[package]]
1209
+ name = "pyo3-macros"
1210
+ version = "0.28.3"
1211
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1212
+ checksum = "df6e520eff47c45997d2fc7dd8214b25dd1310918bbb2642156ef66a67f29813"
1213
+ dependencies = [
1214
+ "proc-macro2",
1215
+ "pyo3-macros-backend",
1216
+ "quote",
1217
+ "syn",
1218
+ ]
1219
+
1220
+ [[package]]
1221
+ name = "pyo3-macros-backend"
1222
+ version = "0.28.3"
1223
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1224
+ checksum = "c4cdc218d835738f81c2338f822078af45b4afdf8b2e33cbb5916f108b813acb"
1225
+ dependencies = [
1226
+ "heck",
1227
+ "proc-macro2",
1228
+ "pyo3-build-config",
1229
+ "quote",
1230
+ "syn",
1231
+ ]
1232
+
1233
+ [[package]]
1234
+ name = "python3-dll-a"
1235
+ version = "0.2.15"
1236
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1237
+ checksum = "d80ba7540edb18890d444c5aa8e1f1f99b1bdf26fb26ae383135325f4a36042b"
1238
+ dependencies = [
1239
+ "cc",
1240
+ ]
1241
+
1242
+ [[package]]
1243
+ name = "quote"
1244
+ version = "1.0.45"
1245
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1246
+ checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
1247
+ dependencies = [
1248
+ "proc-macro2",
1249
+ ]
1250
+
1251
+ [[package]]
1252
+ name = "r-efi"
1253
+ version = "5.3.0"
1254
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1255
+ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
1256
+
1257
+ [[package]]
1258
+ name = "r-efi"
1259
+ version = "6.0.0"
1260
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1261
+ checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
1262
+
1263
+ [[package]]
1264
+ name = "rand"
1265
+ version = "0.9.4"
1266
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1267
+ checksum = "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea"
1268
+ dependencies = [
1269
+ "rand_chacha",
1270
+ "rand_core",
1271
+ ]
1272
+
1273
+ [[package]]
1274
+ name = "rand_chacha"
1275
+ version = "0.9.0"
1276
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1277
+ checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
1278
+ dependencies = [
1279
+ "ppv-lite86",
1280
+ "rand_core",
1281
+ ]
1282
+
1283
+ [[package]]
1284
+ name = "rand_core"
1285
+ version = "0.9.5"
1286
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1287
+ checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
1288
+ dependencies = [
1289
+ "getrandom 0.3.4",
1290
+ ]
1291
+
1292
+ [[package]]
1293
+ name = "redox_syscall"
1294
+ version = "0.5.18"
1295
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1296
+ checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
1297
+ dependencies = [
1298
+ "bitflags",
1299
+ ]
1300
+
1301
+ [[package]]
1302
+ name = "ref-cast"
1303
+ version = "1.0.25"
1304
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1305
+ checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
1306
+ dependencies = [
1307
+ "ref-cast-impl",
1308
+ ]
1309
+
1310
+ [[package]]
1311
+ name = "ref-cast-impl"
1312
+ version = "1.0.25"
1313
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1314
+ checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
1315
+ dependencies = [
1316
+ "proc-macro2",
1317
+ "quote",
1318
+ "syn",
1319
+ ]
1320
+
1321
+ [[package]]
1322
+ name = "regex"
1323
+ version = "1.12.3"
1324
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1325
+ checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
1326
+ dependencies = [
1327
+ "aho-corasick",
1328
+ "memchr",
1329
+ "regex-automata",
1330
+ "regex-syntax",
1331
+ ]
1332
+
1333
+ [[package]]
1334
+ name = "regex-automata"
1335
+ version = "0.4.14"
1336
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1337
+ checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
1338
+ dependencies = [
1339
+ "aho-corasick",
1340
+ "memchr",
1341
+ "regex-syntax",
1342
+ ]
1343
+
1344
+ [[package]]
1345
+ name = "regex-syntax"
1346
+ version = "0.8.10"
1347
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1348
+ checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a"
1349
+
1350
+ [[package]]
1351
+ name = "reqwest"
1352
+ version = "0.13.3"
1353
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1354
+ checksum = "62e0021ea2c22aed41653bc7e1419abb2c97e038ff2c33d0e1309e49a97deec0"
1355
+ dependencies = [
1356
+ "base64",
1357
+ "bytes",
1358
+ "futures-core",
1359
+ "http",
1360
+ "http-body",
1361
+ "http-body-util",
1362
+ "hyper",
1363
+ "hyper-rustls",
1364
+ "hyper-util",
1365
+ "js-sys",
1366
+ "log",
1367
+ "percent-encoding",
1368
+ "pin-project-lite",
1369
+ "rustls",
1370
+ "rustls-pki-types",
1371
+ "rustls-platform-verifier",
1372
+ "serde",
1373
+ "serde_json",
1374
+ "sync_wrapper",
1375
+ "tokio",
1376
+ "tokio-rustls",
1377
+ "tower",
1378
+ "tower-http",
1379
+ "tower-service",
1380
+ "url",
1381
+ "wasm-bindgen",
1382
+ "wasm-bindgen-futures",
1383
+ "web-sys",
1384
+ ]
1385
+
1386
+ [[package]]
1387
+ name = "ring"
1388
+ version = "0.17.14"
1389
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1390
+ checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
1391
+ dependencies = [
1392
+ "cc",
1393
+ "cfg-if",
1394
+ "getrandom 0.2.17",
1395
+ "libc",
1396
+ "untrusted",
1397
+ "windows-sys 0.52.0",
1398
+ ]
1399
+
1400
+ [[package]]
1401
+ name = "rmcp"
1402
+ version = "1.7.0"
1403
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1404
+ checksum = "0810a9f717d9828f475fe1f629f4c305c8464b7f496c3a854b58d29e65f4058e"
1405
+ dependencies = [
1406
+ "async-trait",
1407
+ "base64",
1408
+ "chrono",
1409
+ "futures",
1410
+ "pastey",
1411
+ "pin-project-lite",
1412
+ "rmcp-macros",
1413
+ "schemars",
1414
+ "serde",
1415
+ "serde_json",
1416
+ "thiserror",
1417
+ "tokio",
1418
+ "tokio-util",
1419
+ "tracing",
1420
+ ]
1421
+
1422
+ [[package]]
1423
+ name = "rmcp-macros"
1424
+ version = "1.7.0"
1425
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1426
+ checksum = "6aefac48c364756e97f04c0401ba3231e8607882c7c1d92da0437dc16307904d"
1427
+ dependencies = [
1428
+ "darling",
1429
+ "proc-macro2",
1430
+ "quote",
1431
+ "serde_json",
1432
+ "syn",
1433
+ ]
1434
+
1435
+ [[package]]
1436
+ name = "rustc_version"
1437
+ version = "0.4.1"
1438
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1439
+ checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
1440
+ dependencies = [
1441
+ "semver",
1442
+ ]
1443
+
1444
+ [[package]]
1445
+ name = "rustix"
1446
+ version = "1.1.4"
1447
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1448
+ checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
1449
+ dependencies = [
1450
+ "bitflags",
1451
+ "errno",
1452
+ "libc",
1453
+ "linux-raw-sys",
1454
+ "windows-sys 0.61.2",
1455
+ ]
1456
+
1457
+ [[package]]
1458
+ name = "rustls"
1459
+ version = "0.23.40"
1460
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1461
+ checksum = "ef86cd5876211988985292b91c96a8f2d298df24e75989a43a3c73f2d4d8168b"
1462
+ dependencies = [
1463
+ "once_cell",
1464
+ "ring",
1465
+ "rustls-pki-types",
1466
+ "rustls-webpki",
1467
+ "subtle",
1468
+ "zeroize",
1469
+ ]
1470
+
1471
+ [[package]]
1472
+ name = "rustls-native-certs"
1473
+ version = "0.8.3"
1474
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1475
+ checksum = "612460d5f7bea540c490b2b6395d8e34a953e52b491accd6c86c8164c5932a63"
1476
+ dependencies = [
1477
+ "openssl-probe",
1478
+ "rustls-pki-types",
1479
+ "schannel",
1480
+ "security-framework",
1481
+ ]
1482
+
1483
+ [[package]]
1484
+ name = "rustls-pki-types"
1485
+ version = "1.14.1"
1486
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1487
+ checksum = "30a7197ae7eb376e574fe940d068c30fe0462554a3ddbe4eca7838e049c937a9"
1488
+ dependencies = [
1489
+ "zeroize",
1490
+ ]
1491
+
1492
+ [[package]]
1493
+ name = "rustls-platform-verifier"
1494
+ version = "0.7.0"
1495
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1496
+ checksum = "26d1e2536ce4f35f4846aa13bff16bd0ff40157cdb14cc056c7b14ba41233ba0"
1497
+ dependencies = [
1498
+ "core-foundation",
1499
+ "core-foundation-sys",
1500
+ "jni",
1501
+ "log",
1502
+ "once_cell",
1503
+ "rustls",
1504
+ "rustls-native-certs",
1505
+ "rustls-platform-verifier-android",
1506
+ "rustls-webpki",
1507
+ "security-framework",
1508
+ "security-framework-sys",
1509
+ "webpki-root-certs",
1510
+ "windows-sys 0.61.2",
1511
+ ]
1512
+
1513
+ [[package]]
1514
+ name = "rustls-platform-verifier-android"
1515
+ version = "0.1.1"
1516
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1517
+ checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
1518
+
1519
+ [[package]]
1520
+ name = "rustls-webpki"
1521
+ version = "0.103.13"
1522
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1523
+ checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e"
1524
+ dependencies = [
1525
+ "ring",
1526
+ "rustls-pki-types",
1527
+ "untrusted",
1528
+ ]
1529
+
1530
+ [[package]]
1531
+ name = "rustversion"
1532
+ version = "1.0.22"
1533
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1534
+ checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
1535
+
1536
+ [[package]]
1537
+ name = "same-file"
1538
+ version = "1.0.6"
1539
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1540
+ checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
1541
+ dependencies = [
1542
+ "winapi-util",
1543
+ ]
1544
+
1545
+ [[package]]
1546
+ name = "schannel"
1547
+ version = "0.1.29"
1548
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1549
+ checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939"
1550
+ dependencies = [
1551
+ "windows-sys 0.61.2",
1552
+ ]
1553
+
1554
+ [[package]]
1555
+ name = "schemars"
1556
+ version = "1.2.1"
1557
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1558
+ checksum = "a2b42f36aa1cd011945615b92222f6bf73c599a102a300334cd7f8dbeec726cc"
1559
+ dependencies = [
1560
+ "chrono",
1561
+ "dyn-clone",
1562
+ "ref-cast",
1563
+ "schemars_derive",
1564
+ "serde",
1565
+ "serde_json",
1566
+ ]
1567
+
1568
+ [[package]]
1569
+ name = "schemars_derive"
1570
+ version = "1.2.1"
1571
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1572
+ checksum = "7d115b50f4aaeea07e79c1912f645c7513d81715d0420f8bc77a18c6260b307f"
1573
+ dependencies = [
1574
+ "proc-macro2",
1575
+ "quote",
1576
+ "serde_derive_internals",
1577
+ "syn",
1578
+ ]
1579
+
1580
+ [[package]]
1581
+ name = "scopeguard"
1582
+ version = "1.2.0"
1583
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1584
+ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
1585
+
1586
+ [[package]]
1587
+ name = "security-framework"
1588
+ version = "3.7.0"
1589
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1590
+ checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d"
1591
+ dependencies = [
1592
+ "bitflags",
1593
+ "core-foundation",
1594
+ "core-foundation-sys",
1595
+ "libc",
1596
+ "security-framework-sys",
1597
+ ]
1598
+
1599
+ [[package]]
1600
+ name = "security-framework-sys"
1601
+ version = "2.17.0"
1602
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1603
+ checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3"
1604
+ dependencies = [
1605
+ "core-foundation-sys",
1606
+ "libc",
1607
+ ]
1608
+
1609
+ [[package]]
1610
+ name = "semver"
1611
+ version = "1.0.28"
1612
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1613
+ checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
1614
+
1615
+ [[package]]
1616
+ name = "serde"
1617
+ version = "1.0.228"
1618
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1619
+ checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
1620
+ dependencies = [
1621
+ "serde_core",
1622
+ "serde_derive",
1623
+ ]
1624
+
1625
+ [[package]]
1626
+ name = "serde_core"
1627
+ version = "1.0.228"
1628
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1629
+ checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
1630
+ dependencies = [
1631
+ "serde_derive",
1632
+ ]
1633
+
1634
+ [[package]]
1635
+ name = "serde_derive"
1636
+ version = "1.0.228"
1637
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1638
+ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
1639
+ dependencies = [
1640
+ "proc-macro2",
1641
+ "quote",
1642
+ "syn",
1643
+ ]
1644
+
1645
+ [[package]]
1646
+ name = "serde_derive_internals"
1647
+ version = "0.29.1"
1648
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1649
+ checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
1650
+ dependencies = [
1651
+ "proc-macro2",
1652
+ "quote",
1653
+ "syn",
1654
+ ]
1655
+
1656
+ [[package]]
1657
+ name = "serde_json"
1658
+ version = "1.0.150"
1659
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1660
+ checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9"
1661
+ dependencies = [
1662
+ "itoa",
1663
+ "memchr",
1664
+ "serde",
1665
+ "serde_core",
1666
+ "zmij",
1667
+ ]
1668
+
1669
+ [[package]]
1670
+ name = "sha1"
1671
+ version = "0.10.6"
1672
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1673
+ checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
1674
+ dependencies = [
1675
+ "cfg-if",
1676
+ "cpufeatures",
1677
+ "digest",
1678
+ ]
1679
+
1680
+ [[package]]
1681
+ name = "sharded-slab"
1682
+ version = "0.1.7"
1683
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1684
+ checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
1685
+ dependencies = [
1686
+ "lazy_static",
1687
+ ]
1688
+
1689
+ [[package]]
1690
+ name = "shlex"
1691
+ version = "1.3.0"
1692
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1693
+ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
1694
+
1695
+ [[package]]
1696
+ name = "signal-hook-registry"
1697
+ version = "1.4.8"
1698
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1699
+ checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
1700
+ dependencies = [
1701
+ "errno",
1702
+ "libc",
1703
+ ]
1704
+
1705
+ [[package]]
1706
+ name = "simd_cesu8"
1707
+ version = "1.1.1"
1708
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1709
+ checksum = "94f90157bb87cddf702797c5dadfa0be7d266cdf49e22da2fcaa32eff75b2c33"
1710
+ dependencies = [
1711
+ "rustc_version",
1712
+ "simdutf8",
1713
+ ]
1714
+
1715
+ [[package]]
1716
+ name = "simdutf8"
1717
+ version = "0.1.5"
1718
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1719
+ checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
1720
+
1721
+ [[package]]
1722
+ name = "slab"
1723
+ version = "0.4.12"
1724
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1725
+ checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
1726
+
1727
+ [[package]]
1728
+ name = "smallvec"
1729
+ version = "1.15.1"
1730
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1731
+ checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
1732
+
1733
+ [[package]]
1734
+ name = "socket2"
1735
+ version = "0.6.3"
1736
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1737
+ checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e"
1738
+ dependencies = [
1739
+ "libc",
1740
+ "windows-sys 0.61.2",
1741
+ ]
1742
+
1743
+ [[package]]
1744
+ name = "stable_deref_trait"
1745
+ version = "1.2.1"
1746
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1747
+ checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
1748
+
1749
+ [[package]]
1750
+ name = "strsim"
1751
+ version = "0.11.1"
1752
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1753
+ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
1754
+
1755
+ [[package]]
1756
+ name = "subtle"
1757
+ version = "2.6.1"
1758
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1759
+ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
1760
+
1761
+ [[package]]
1762
+ name = "syn"
1763
+ version = "2.0.117"
1764
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1765
+ checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
1766
+ dependencies = [
1767
+ "proc-macro2",
1768
+ "quote",
1769
+ "unicode-ident",
1770
+ ]
1771
+
1772
+ [[package]]
1773
+ name = "sync_wrapper"
1774
+ version = "1.0.2"
1775
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1776
+ checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
1777
+ dependencies = [
1778
+ "futures-core",
1779
+ ]
1780
+
1781
+ [[package]]
1782
+ name = "synstructure"
1783
+ version = "0.13.2"
1784
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1785
+ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
1786
+ dependencies = [
1787
+ "proc-macro2",
1788
+ "quote",
1789
+ "syn",
1790
+ ]
1791
+
1792
+ [[package]]
1793
+ name = "target-lexicon"
1794
+ version = "0.13.5"
1795
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1796
+ checksum = "adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca"
1797
+
1798
+ [[package]]
1799
+ name = "tempfile"
1800
+ version = "3.27.0"
1801
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1802
+ checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
1803
+ dependencies = [
1804
+ "fastrand",
1805
+ "getrandom 0.4.2",
1806
+ "once_cell",
1807
+ "rustix",
1808
+ "windows-sys 0.61.2",
1809
+ ]
1810
+
1811
+ [[package]]
1812
+ name = "thiserror"
1813
+ version = "2.0.18"
1814
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1815
+ checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
1816
+ dependencies = [
1817
+ "thiserror-impl",
1818
+ ]
1819
+
1820
+ [[package]]
1821
+ name = "thiserror-impl"
1822
+ version = "2.0.18"
1823
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1824
+ checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
1825
+ dependencies = [
1826
+ "proc-macro2",
1827
+ "quote",
1828
+ "syn",
1829
+ ]
1830
+
1831
+ [[package]]
1832
+ name = "thread_local"
1833
+ version = "1.1.9"
1834
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1835
+ checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
1836
+ dependencies = [
1837
+ "cfg-if",
1838
+ ]
1839
+
1840
+ [[package]]
1841
+ name = "tinystr"
1842
+ version = "0.8.3"
1843
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1844
+ checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d"
1845
+ dependencies = [
1846
+ "displaydoc",
1847
+ "zerovec",
1848
+ ]
1849
+
1850
+ [[package]]
1851
+ name = "tokio"
1852
+ version = "1.52.3"
1853
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1854
+ checksum = "8fc7f01b389ac15039e4dc9531aa973a135d7a4135281b12d7c1bc79fd57fffe"
1855
+ dependencies = [
1856
+ "bytes",
1857
+ "libc",
1858
+ "mio",
1859
+ "parking_lot",
1860
+ "pin-project-lite",
1861
+ "signal-hook-registry",
1862
+ "socket2",
1863
+ "tokio-macros",
1864
+ "windows-sys 0.61.2",
1865
+ ]
1866
+
1867
+ [[package]]
1868
+ name = "tokio-macros"
1869
+ version = "2.7.0"
1870
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1871
+ checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496"
1872
+ dependencies = [
1873
+ "proc-macro2",
1874
+ "quote",
1875
+ "syn",
1876
+ ]
1877
+
1878
+ [[package]]
1879
+ name = "tokio-rustls"
1880
+ version = "0.26.4"
1881
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1882
+ checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
1883
+ dependencies = [
1884
+ "rustls",
1885
+ "tokio",
1886
+ ]
1887
+
1888
+ [[package]]
1889
+ name = "tokio-util"
1890
+ version = "0.7.18"
1891
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1892
+ checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
1893
+ dependencies = [
1894
+ "bytes",
1895
+ "futures-core",
1896
+ "futures-sink",
1897
+ "pin-project-lite",
1898
+ "tokio",
1899
+ ]
1900
+
1901
+ [[package]]
1902
+ name = "tower"
1903
+ version = "0.5.3"
1904
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1905
+ checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
1906
+ dependencies = [
1907
+ "futures-core",
1908
+ "futures-util",
1909
+ "pin-project-lite",
1910
+ "sync_wrapper",
1911
+ "tokio",
1912
+ "tower-layer",
1913
+ "tower-service",
1914
+ ]
1915
+
1916
+ [[package]]
1917
+ name = "tower-http"
1918
+ version = "0.6.11"
1919
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1920
+ checksum = "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840"
1921
+ dependencies = [
1922
+ "bitflags",
1923
+ "bytes",
1924
+ "futures-util",
1925
+ "http",
1926
+ "http-body",
1927
+ "pin-project-lite",
1928
+ "tower",
1929
+ "tower-layer",
1930
+ "tower-service",
1931
+ "url",
1932
+ ]
1933
+
1934
+ [[package]]
1935
+ name = "tower-layer"
1936
+ version = "0.3.3"
1937
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1938
+ checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
1939
+
1940
+ [[package]]
1941
+ name = "tower-service"
1942
+ version = "0.3.3"
1943
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1944
+ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
1945
+
1946
+ [[package]]
1947
+ name = "tracing"
1948
+ version = "0.1.44"
1949
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1950
+ checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
1951
+ dependencies = [
1952
+ "pin-project-lite",
1953
+ "tracing-attributes",
1954
+ "tracing-core",
1955
+ ]
1956
+
1957
+ [[package]]
1958
+ name = "tracing-attributes"
1959
+ version = "0.1.31"
1960
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1961
+ checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
1962
+ dependencies = [
1963
+ "proc-macro2",
1964
+ "quote",
1965
+ "syn",
1966
+ ]
1967
+
1968
+ [[package]]
1969
+ name = "tracing-core"
1970
+ version = "0.1.36"
1971
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1972
+ checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
1973
+ dependencies = [
1974
+ "once_cell",
1975
+ "valuable",
1976
+ ]
1977
+
1978
+ [[package]]
1979
+ name = "tracing-log"
1980
+ version = "0.2.0"
1981
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1982
+ checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
1983
+ dependencies = [
1984
+ "log",
1985
+ "once_cell",
1986
+ "tracing-core",
1987
+ ]
1988
+
1989
+ [[package]]
1990
+ name = "tracing-subscriber"
1991
+ version = "0.3.23"
1992
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1993
+ checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319"
1994
+ dependencies = [
1995
+ "matchers",
1996
+ "nu-ansi-term",
1997
+ "once_cell",
1998
+ "regex-automata",
1999
+ "sharded-slab",
2000
+ "smallvec",
2001
+ "thread_local",
2002
+ "tracing",
2003
+ "tracing-core",
2004
+ "tracing-log",
2005
+ ]
2006
+
2007
+ [[package]]
2008
+ name = "try-lock"
2009
+ version = "0.2.5"
2010
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2011
+ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
2012
+
2013
+ [[package]]
2014
+ name = "tungstenite"
2015
+ version = "0.28.0"
2016
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2017
+ checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
2018
+ dependencies = [
2019
+ "bytes",
2020
+ "data-encoding",
2021
+ "http",
2022
+ "httparse",
2023
+ "log",
2024
+ "rand",
2025
+ "sha1",
2026
+ "thiserror",
2027
+ "utf-8",
2028
+ ]
2029
+
2030
+ [[package]]
2031
+ name = "typenum"
2032
+ version = "1.20.0"
2033
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2034
+ checksum = "40ce102ab67701b8526c123c1bab5cbe42d7040ccfd0f64af1a385808d2f43de"
2035
+
2036
+ [[package]]
2037
+ name = "unicode-ident"
2038
+ version = "1.0.24"
2039
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2040
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
2041
+
2042
+ [[package]]
2043
+ name = "unicode-xid"
2044
+ version = "0.2.6"
2045
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2046
+ checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
2047
+
2048
+ [[package]]
2049
+ name = "untrusted"
2050
+ version = "0.9.0"
2051
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2052
+ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
2053
+
2054
+ [[package]]
2055
+ name = "url"
2056
+ version = "2.5.8"
2057
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2058
+ checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
2059
+ dependencies = [
2060
+ "form_urlencoded",
2061
+ "idna",
2062
+ "percent-encoding",
2063
+ "serde",
2064
+ ]
2065
+
2066
+ [[package]]
2067
+ name = "utf-8"
2068
+ version = "0.7.6"
2069
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2070
+ checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
2071
+
2072
+ [[package]]
2073
+ name = "utf8_iter"
2074
+ version = "1.0.4"
2075
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2076
+ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
2077
+
2078
+ [[package]]
2079
+ name = "utf8parse"
2080
+ version = "0.2.2"
2081
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2082
+ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
2083
+
2084
+ [[package]]
2085
+ name = "uuid"
2086
+ version = "1.23.1"
2087
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2088
+ checksum = "ddd74a9687298c6858e9b88ec8935ec45d22e8fd5e6394fa1bd4e99a87789c76"
2089
+ dependencies = [
2090
+ "getrandom 0.4.2",
2091
+ "js-sys",
2092
+ "wasm-bindgen",
2093
+ ]
2094
+
2095
+ [[package]]
2096
+ name = "valuable"
2097
+ version = "0.1.1"
2098
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2099
+ checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
2100
+
2101
+ [[package]]
2102
+ name = "version_check"
2103
+ version = "0.9.5"
2104
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2105
+ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
2106
+
2107
+ [[package]]
2108
+ name = "void_crawl"
2109
+ version = "0.3.2"
2110
+ dependencies = [
2111
+ "futures",
2112
+ "pyo3",
2113
+ "pyo3-async-runtimes",
2114
+ "serde_json",
2115
+ "tokio",
2116
+ "void_crawl_core",
2117
+ ]
2118
+
2119
+ [[package]]
2120
+ name = "void_crawl_core"
2121
+ version = "0.3.2"
2122
+ dependencies = [
2123
+ "chromiumoxide",
2124
+ "fd-lock",
2125
+ "futures",
2126
+ "reqwest",
2127
+ "rustls",
2128
+ "serde",
2129
+ "serde_json",
2130
+ "tempfile",
2131
+ "thiserror",
2132
+ "tokio",
2133
+ ]
2134
+
2135
+ [[package]]
2136
+ name = "voidcrawl-mcp"
2137
+ version = "0.3.2"
2138
+ dependencies = [
2139
+ "anyhow",
2140
+ "base64",
2141
+ "bytes",
2142
+ "clap",
2143
+ "futures",
2144
+ "http-body-util",
2145
+ "hyper",
2146
+ "hyper-util",
2147
+ "rmcp",
2148
+ "schemars",
2149
+ "serde",
2150
+ "serde_json",
2151
+ "thiserror",
2152
+ "tokio",
2153
+ "tracing",
2154
+ "tracing-subscriber",
2155
+ "uuid",
2156
+ "void_crawl_core",
2157
+ ]
2158
+
2159
+ [[package]]
2160
+ name = "walkdir"
2161
+ version = "2.5.0"
2162
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2163
+ checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
2164
+ dependencies = [
2165
+ "same-file",
2166
+ "winapi-util",
2167
+ ]
2168
+
2169
+ [[package]]
2170
+ name = "want"
2171
+ version = "0.3.1"
2172
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2173
+ checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
2174
+ dependencies = [
2175
+ "try-lock",
2176
+ ]
2177
+
2178
+ [[package]]
2179
+ name = "wasi"
2180
+ version = "0.11.1+wasi-snapshot-preview1"
2181
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2182
+ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
2183
+
2184
+ [[package]]
2185
+ name = "wasip2"
2186
+ version = "1.0.3+wasi-0.2.9"
2187
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2188
+ checksum = "20064672db26d7cdc89c7798c48a0fdfac8213434a1186e5ef29fd560ae223d6"
2189
+ dependencies = [
2190
+ "wit-bindgen 0.57.1",
2191
+ ]
2192
+
2193
+ [[package]]
2194
+ name = "wasip3"
2195
+ version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
2196
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2197
+ checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
2198
+ dependencies = [
2199
+ "wit-bindgen 0.51.0",
2200
+ ]
2201
+
2202
+ [[package]]
2203
+ name = "wasm-bindgen"
2204
+ version = "0.2.122"
2205
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2206
+ checksum = "3ed04576f974d2b2fba0f38c51dbc5518011e38c36bf1143164be765528fd409"
2207
+ dependencies = [
2208
+ "cfg-if",
2209
+ "once_cell",
2210
+ "rustversion",
2211
+ "wasm-bindgen-macro",
2212
+ "wasm-bindgen-shared",
2213
+ ]
2214
+
2215
+ [[package]]
2216
+ name = "wasm-bindgen-futures"
2217
+ version = "0.4.72"
2218
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2219
+ checksum = "9473dbd2991ae90b6291c3c32c30c6187ac49aa32f9905d1cce280ec1e110b0f"
2220
+ dependencies = [
2221
+ "js-sys",
2222
+ "wasm-bindgen",
2223
+ ]
2224
+
2225
+ [[package]]
2226
+ name = "wasm-bindgen-macro"
2227
+ version = "0.2.122"
2228
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2229
+ checksum = "916151b09da36bd82f6615cbf3a419e2f0ba23a03c6160e8e92eb6bd4aa1dec6"
2230
+ dependencies = [
2231
+ "quote",
2232
+ "wasm-bindgen-macro-support",
2233
+ ]
2234
+
2235
+ [[package]]
2236
+ name = "wasm-bindgen-macro-support"
2237
+ version = "0.2.122"
2238
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2239
+ checksum = "299047362ccbfce148b67ab7e73349f77748e00c8296f9542adfad2ad82c5c5e"
2240
+ dependencies = [
2241
+ "bumpalo",
2242
+ "proc-macro2",
2243
+ "quote",
2244
+ "syn",
2245
+ "wasm-bindgen-shared",
2246
+ ]
2247
+
2248
+ [[package]]
2249
+ name = "wasm-bindgen-shared"
2250
+ version = "0.2.122"
2251
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2252
+ checksum = "9a929b2c61f11ba3e9bc35b50c1f25cb38e0e892c0c231ae2b8cf78d5dad4437"
2253
+ dependencies = [
2254
+ "unicode-ident",
2255
+ ]
2256
+
2257
+ [[package]]
2258
+ name = "wasm-encoder"
2259
+ version = "0.244.0"
2260
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2261
+ checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
2262
+ dependencies = [
2263
+ "leb128fmt",
2264
+ "wasmparser",
2265
+ ]
2266
+
2267
+ [[package]]
2268
+ name = "wasm-metadata"
2269
+ version = "0.244.0"
2270
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2271
+ checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
2272
+ dependencies = [
2273
+ "anyhow",
2274
+ "indexmap",
2275
+ "wasm-encoder",
2276
+ "wasmparser",
2277
+ ]
2278
+
2279
+ [[package]]
2280
+ name = "wasmparser"
2281
+ version = "0.244.0"
2282
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2283
+ checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
2284
+ dependencies = [
2285
+ "bitflags",
2286
+ "hashbrown 0.15.5",
2287
+ "indexmap",
2288
+ "semver",
2289
+ ]
2290
+
2291
+ [[package]]
2292
+ name = "web-sys"
2293
+ version = "0.3.99"
2294
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2295
+ checksum = "6d621441cfc37b84979402712047321980c178f299193a3589d05b99e8763436"
2296
+ dependencies = [
2297
+ "js-sys",
2298
+ "wasm-bindgen",
2299
+ ]
2300
+
2301
+ [[package]]
2302
+ name = "webpki-root-certs"
2303
+ version = "1.0.7"
2304
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2305
+ checksum = "f31141ce3fc3e300ae89b78c0dd67f9708061d1d2eda54b8209346fd6be9a92c"
2306
+ dependencies = [
2307
+ "rustls-pki-types",
2308
+ ]
2309
+
2310
+ [[package]]
2311
+ name = "which"
2312
+ version = "8.0.2"
2313
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2314
+ checksum = "81995fafaaaf6ae47a7d0cc83c67caf92aeb7e5331650ae6ff856f7c0c60c459"
2315
+ dependencies = [
2316
+ "libc",
2317
+ ]
2318
+
2319
+ [[package]]
2320
+ name = "winapi-util"
2321
+ version = "0.1.11"
2322
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2323
+ checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
2324
+ dependencies = [
2325
+ "windows-sys 0.61.2",
2326
+ ]
2327
+
2328
+ [[package]]
2329
+ name = "windows-core"
2330
+ version = "0.62.2"
2331
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2332
+ checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
2333
+ dependencies = [
2334
+ "windows-implement",
2335
+ "windows-interface",
2336
+ "windows-link",
2337
+ "windows-result",
2338
+ "windows-strings",
2339
+ ]
2340
+
2341
+ [[package]]
2342
+ name = "windows-implement"
2343
+ version = "0.60.2"
2344
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2345
+ checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
2346
+ dependencies = [
2347
+ "proc-macro2",
2348
+ "quote",
2349
+ "syn",
2350
+ ]
2351
+
2352
+ [[package]]
2353
+ name = "windows-interface"
2354
+ version = "0.59.3"
2355
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2356
+ checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
2357
+ dependencies = [
2358
+ "proc-macro2",
2359
+ "quote",
2360
+ "syn",
2361
+ ]
2362
+
2363
+ [[package]]
2364
+ name = "windows-link"
2365
+ version = "0.2.1"
2366
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2367
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
2368
+
2369
+ [[package]]
2370
+ name = "windows-registry"
2371
+ version = "0.6.1"
2372
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2373
+ checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
2374
+ dependencies = [
2375
+ "windows-link",
2376
+ "windows-result",
2377
+ "windows-strings",
2378
+ ]
2379
+
2380
+ [[package]]
2381
+ name = "windows-result"
2382
+ version = "0.4.1"
2383
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2384
+ checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
2385
+ dependencies = [
2386
+ "windows-link",
2387
+ ]
2388
+
2389
+ [[package]]
2390
+ name = "windows-strings"
2391
+ version = "0.5.1"
2392
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2393
+ checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
2394
+ dependencies = [
2395
+ "windows-link",
2396
+ ]
2397
+
2398
+ [[package]]
2399
+ name = "windows-sys"
2400
+ version = "0.52.0"
2401
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2402
+ checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
2403
+ dependencies = [
2404
+ "windows-targets",
2405
+ ]
2406
+
2407
+ [[package]]
2408
+ name = "windows-sys"
2409
+ version = "0.59.0"
2410
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2411
+ checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
2412
+ dependencies = [
2413
+ "windows-targets",
2414
+ ]
2415
+
2416
+ [[package]]
2417
+ name = "windows-sys"
2418
+ version = "0.61.2"
2419
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2420
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
2421
+ dependencies = [
2422
+ "windows-link",
2423
+ ]
2424
+
2425
+ [[package]]
2426
+ name = "windows-targets"
2427
+ version = "0.52.6"
2428
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2429
+ checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2430
+ dependencies = [
2431
+ "windows_aarch64_gnullvm",
2432
+ "windows_aarch64_msvc",
2433
+ "windows_i686_gnu",
2434
+ "windows_i686_gnullvm",
2435
+ "windows_i686_msvc",
2436
+ "windows_x86_64_gnu",
2437
+ "windows_x86_64_gnullvm",
2438
+ "windows_x86_64_msvc",
2439
+ ]
2440
+
2441
+ [[package]]
2442
+ name = "windows_aarch64_gnullvm"
2443
+ version = "0.52.6"
2444
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2445
+ checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2446
+
2447
+ [[package]]
2448
+ name = "windows_aarch64_msvc"
2449
+ version = "0.52.6"
2450
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2451
+ checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2452
+
2453
+ [[package]]
2454
+ name = "windows_i686_gnu"
2455
+ version = "0.52.6"
2456
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2457
+ checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
2458
+
2459
+ [[package]]
2460
+ name = "windows_i686_gnullvm"
2461
+ version = "0.52.6"
2462
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2463
+ checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2464
+
2465
+ [[package]]
2466
+ name = "windows_i686_msvc"
2467
+ version = "0.52.6"
2468
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2469
+ checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2470
+
2471
+ [[package]]
2472
+ name = "windows_x86_64_gnu"
2473
+ version = "0.52.6"
2474
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2475
+ checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2476
+
2477
+ [[package]]
2478
+ name = "windows_x86_64_gnullvm"
2479
+ version = "0.52.6"
2480
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2481
+ checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2482
+
2483
+ [[package]]
2484
+ name = "windows_x86_64_msvc"
2485
+ version = "0.52.6"
2486
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2487
+ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2488
+
2489
+ [[package]]
2490
+ name = "wit-bindgen"
2491
+ version = "0.51.0"
2492
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2493
+ checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
2494
+ dependencies = [
2495
+ "wit-bindgen-rust-macro",
2496
+ ]
2497
+
2498
+ [[package]]
2499
+ name = "wit-bindgen"
2500
+ version = "0.57.1"
2501
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2502
+ checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
2503
+
2504
+ [[package]]
2505
+ name = "wit-bindgen-core"
2506
+ version = "0.51.0"
2507
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2508
+ checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
2509
+ dependencies = [
2510
+ "anyhow",
2511
+ "heck",
2512
+ "wit-parser",
2513
+ ]
2514
+
2515
+ [[package]]
2516
+ name = "wit-bindgen-rust"
2517
+ version = "0.51.0"
2518
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2519
+ checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
2520
+ dependencies = [
2521
+ "anyhow",
2522
+ "heck",
2523
+ "indexmap",
2524
+ "prettyplease",
2525
+ "syn",
2526
+ "wasm-metadata",
2527
+ "wit-bindgen-core",
2528
+ "wit-component",
2529
+ ]
2530
+
2531
+ [[package]]
2532
+ name = "wit-bindgen-rust-macro"
2533
+ version = "0.51.0"
2534
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2535
+ checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
2536
+ dependencies = [
2537
+ "anyhow",
2538
+ "prettyplease",
2539
+ "proc-macro2",
2540
+ "quote",
2541
+ "syn",
2542
+ "wit-bindgen-core",
2543
+ "wit-bindgen-rust",
2544
+ ]
2545
+
2546
+ [[package]]
2547
+ name = "wit-component"
2548
+ version = "0.244.0"
2549
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2550
+ checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
2551
+ dependencies = [
2552
+ "anyhow",
2553
+ "bitflags",
2554
+ "indexmap",
2555
+ "log",
2556
+ "serde",
2557
+ "serde_derive",
2558
+ "serde_json",
2559
+ "wasm-encoder",
2560
+ "wasm-metadata",
2561
+ "wasmparser",
2562
+ "wit-parser",
2563
+ ]
2564
+
2565
+ [[package]]
2566
+ name = "wit-parser"
2567
+ version = "0.244.0"
2568
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2569
+ checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
2570
+ dependencies = [
2571
+ "anyhow",
2572
+ "id-arena",
2573
+ "indexmap",
2574
+ "log",
2575
+ "semver",
2576
+ "serde",
2577
+ "serde_derive",
2578
+ "serde_json",
2579
+ "unicode-xid",
2580
+ "wasmparser",
2581
+ ]
2582
+
2583
+ [[package]]
2584
+ name = "writeable"
2585
+ version = "0.6.3"
2586
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2587
+ checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4"
2588
+
2589
+ [[package]]
2590
+ name = "yoke"
2591
+ version = "0.8.2"
2592
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2593
+ checksum = "abe8c5fda708d9ca3df187cae8bfb9ceda00dd96231bed36e445a1a48e66f9ca"
2594
+ dependencies = [
2595
+ "stable_deref_trait",
2596
+ "yoke-derive",
2597
+ "zerofrom",
2598
+ ]
2599
+
2600
+ [[package]]
2601
+ name = "yoke-derive"
2602
+ version = "0.8.2"
2603
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2604
+ checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
2605
+ dependencies = [
2606
+ "proc-macro2",
2607
+ "quote",
2608
+ "syn",
2609
+ "synstructure",
2610
+ ]
2611
+
2612
+ [[package]]
2613
+ name = "zerocopy"
2614
+ version = "0.8.48"
2615
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2616
+ checksum = "eed437bf9d6692032087e337407a86f04cd8d6a16a37199ed57949d415bd68e9"
2617
+ dependencies = [
2618
+ "zerocopy-derive",
2619
+ ]
2620
+
2621
+ [[package]]
2622
+ name = "zerocopy-derive"
2623
+ version = "0.8.48"
2624
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2625
+ checksum = "70e3cd084b1788766f53af483dd21f93881ff30d7320490ec3ef7526d203bad4"
2626
+ dependencies = [
2627
+ "proc-macro2",
2628
+ "quote",
2629
+ "syn",
2630
+ ]
2631
+
2632
+ [[package]]
2633
+ name = "zerofrom"
2634
+ version = "0.1.8"
2635
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2636
+ checksum = "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272"
2637
+ dependencies = [
2638
+ "zerofrom-derive",
2639
+ ]
2640
+
2641
+ [[package]]
2642
+ name = "zerofrom-derive"
2643
+ version = "0.1.7"
2644
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2645
+ checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
2646
+ dependencies = [
2647
+ "proc-macro2",
2648
+ "quote",
2649
+ "syn",
2650
+ "synstructure",
2651
+ ]
2652
+
2653
+ [[package]]
2654
+ name = "zeroize"
2655
+ version = "1.8.2"
2656
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2657
+ checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
2658
+
2659
+ [[package]]
2660
+ name = "zerotrie"
2661
+ version = "0.2.4"
2662
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2663
+ checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf"
2664
+ dependencies = [
2665
+ "displaydoc",
2666
+ "yoke",
2667
+ "zerofrom",
2668
+ ]
2669
+
2670
+ [[package]]
2671
+ name = "zerovec"
2672
+ version = "0.11.6"
2673
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2674
+ checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239"
2675
+ dependencies = [
2676
+ "yoke",
2677
+ "zerofrom",
2678
+ "zerovec-derive",
2679
+ ]
2680
+
2681
+ [[package]]
2682
+ name = "zerovec-derive"
2683
+ version = "0.11.3"
2684
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2685
+ checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555"
2686
+ dependencies = [
2687
+ "proc-macro2",
2688
+ "quote",
2689
+ "syn",
2690
+ ]
2691
+
2692
+ [[package]]
2693
+ name = "zmij"
2694
+ version = "1.0.21"
2695
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2696
+ checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"