maxion-mcp-gateway 1.0.1

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