smbcloud-auth 0.3.33

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.
data/Cargo.lock ADDED
@@ -0,0 +1,3009 @@
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 = "ansi_term"
25
+ version = "0.12.1"
26
+ source = "registry+https://github.com/rust-lang/crates.io-index"
27
+ checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
28
+ dependencies = [
29
+ "winapi",
30
+ ]
31
+
32
+ [[package]]
33
+ name = "anstream"
34
+ version = "1.0.0"
35
+ source = "registry+https://github.com/rust-lang/crates.io-index"
36
+ checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d"
37
+ dependencies = [
38
+ "anstyle",
39
+ "anstyle-parse",
40
+ "anstyle-query",
41
+ "anstyle-wincon",
42
+ "colorchoice",
43
+ "is_terminal_polyfill",
44
+ "utf8parse",
45
+ ]
46
+
47
+ [[package]]
48
+ name = "anstyle"
49
+ version = "1.0.14"
50
+ source = "registry+https://github.com/rust-lang/crates.io-index"
51
+ checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000"
52
+
53
+ [[package]]
54
+ name = "anstyle-parse"
55
+ version = "1.0.0"
56
+ source = "registry+https://github.com/rust-lang/crates.io-index"
57
+ checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e"
58
+ dependencies = [
59
+ "utf8parse",
60
+ ]
61
+
62
+ [[package]]
63
+ name = "anstyle-query"
64
+ version = "1.1.5"
65
+ source = "registry+https://github.com/rust-lang/crates.io-index"
66
+ checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
67
+ dependencies = [
68
+ "windows-sys 0.61.2",
69
+ ]
70
+
71
+ [[package]]
72
+ name = "anstyle-wincon"
73
+ version = "3.0.11"
74
+ source = "registry+https://github.com/rust-lang/crates.io-index"
75
+ checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
76
+ dependencies = [
77
+ "anstyle",
78
+ "once_cell_polyfill",
79
+ "windows-sys 0.61.2",
80
+ ]
81
+
82
+ [[package]]
83
+ name = "anyhow"
84
+ version = "1.0.102"
85
+ source = "registry+https://github.com/rust-lang/crates.io-index"
86
+ checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
87
+
88
+ [[package]]
89
+ name = "atomic-waker"
90
+ version = "1.1.2"
91
+ source = "registry+https://github.com/rust-lang/crates.io-index"
92
+ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
93
+
94
+ [[package]]
95
+ name = "atty"
96
+ version = "0.2.14"
97
+ source = "registry+https://github.com/rust-lang/crates.io-index"
98
+ checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
99
+ dependencies = [
100
+ "hermit-abi",
101
+ "libc",
102
+ "winapi",
103
+ ]
104
+
105
+ [[package]]
106
+ name = "auth"
107
+ version = "0.3.33"
108
+ dependencies = [
109
+ "magnus",
110
+ "serde",
111
+ "serde_json",
112
+ "smbcloud-auth",
113
+ "smbcloud-model",
114
+ "smbcloud-network",
115
+ "smbcloud-networking",
116
+ "tokio",
117
+ ]
118
+
119
+ [[package]]
120
+ name = "autocfg"
121
+ version = "1.5.0"
122
+ source = "registry+https://github.com/rust-lang/crates.io-index"
123
+ checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
124
+
125
+ [[package]]
126
+ name = "base64"
127
+ version = "0.22.1"
128
+ source = "registry+https://github.com/rust-lang/crates.io-index"
129
+ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
130
+
131
+ [[package]]
132
+ name = "bindgen"
133
+ version = "0.69.5"
134
+ source = "registry+https://github.com/rust-lang/crates.io-index"
135
+ checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
136
+ dependencies = [
137
+ "bitflags 2.11.0",
138
+ "cexpr",
139
+ "clang-sys",
140
+ "itertools",
141
+ "lazy_static",
142
+ "lazycell",
143
+ "proc-macro2",
144
+ "quote",
145
+ "regex",
146
+ "rustc-hash 1.1.0",
147
+ "shlex",
148
+ "syn 2.0.117",
149
+ ]
150
+
151
+ [[package]]
152
+ name = "bitflags"
153
+ version = "1.3.2"
154
+ source = "registry+https://github.com/rust-lang/crates.io-index"
155
+ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
156
+
157
+ [[package]]
158
+ name = "bitflags"
159
+ version = "2.11.0"
160
+ source = "registry+https://github.com/rust-lang/crates.io-index"
161
+ checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af"
162
+
163
+ [[package]]
164
+ name = "block-buffer"
165
+ version = "0.10.4"
166
+ source = "registry+https://github.com/rust-lang/crates.io-index"
167
+ checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
168
+ dependencies = [
169
+ "generic-array",
170
+ ]
171
+
172
+ [[package]]
173
+ name = "bumpalo"
174
+ version = "3.20.2"
175
+ source = "registry+https://github.com/rust-lang/crates.io-index"
176
+ checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb"
177
+
178
+ [[package]]
179
+ name = "bytes"
180
+ version = "1.11.1"
181
+ source = "registry+https://github.com/rust-lang/crates.io-index"
182
+ checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
183
+
184
+ [[package]]
185
+ name = "cc"
186
+ version = "1.2.58"
187
+ source = "registry+https://github.com/rust-lang/crates.io-index"
188
+ checksum = "e1e928d4b69e3077709075a938a05ffbedfa53a84c8f766efbf8220bb1ff60e1"
189
+ dependencies = [
190
+ "find-msvc-tools",
191
+ "shlex",
192
+ ]
193
+
194
+ [[package]]
195
+ name = "cexpr"
196
+ version = "0.6.0"
197
+ source = "registry+https://github.com/rust-lang/crates.io-index"
198
+ checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
199
+ dependencies = [
200
+ "nom",
201
+ ]
202
+
203
+ [[package]]
204
+ name = "cfg-if"
205
+ version = "1.0.4"
206
+ source = "registry+https://github.com/rust-lang/crates.io-index"
207
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
208
+
209
+ [[package]]
210
+ name = "cfg_aliases"
211
+ version = "0.2.1"
212
+ source = "registry+https://github.com/rust-lang/crates.io-index"
213
+ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
214
+
215
+ [[package]]
216
+ name = "chrono"
217
+ version = "0.4.44"
218
+ source = "registry+https://github.com/rust-lang/crates.io-index"
219
+ checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0"
220
+ dependencies = [
221
+ "iana-time-zone",
222
+ "js-sys",
223
+ "num-traits",
224
+ "serde",
225
+ "wasm-bindgen",
226
+ "windows-link",
227
+ ]
228
+
229
+ [[package]]
230
+ name = "clang-sys"
231
+ version = "1.8.1"
232
+ source = "registry+https://github.com/rust-lang/crates.io-index"
233
+ checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
234
+ dependencies = [
235
+ "glob",
236
+ "libc",
237
+ "libloading",
238
+ ]
239
+
240
+ [[package]]
241
+ name = "clap"
242
+ version = "2.34.0"
243
+ source = "registry+https://github.com/rust-lang/crates.io-index"
244
+ checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
245
+ dependencies = [
246
+ "ansi_term",
247
+ "atty",
248
+ "bitflags 1.3.2",
249
+ "strsim 0.8.0",
250
+ "textwrap",
251
+ "unicode-width",
252
+ "vec_map",
253
+ ]
254
+
255
+ [[package]]
256
+ name = "clap"
257
+ version = "4.6.0"
258
+ source = "registry+https://github.com/rust-lang/crates.io-index"
259
+ checksum = "b193af5b67834b676abd72466a96c1024e6a6ad978a1f484bd90b85c94041351"
260
+ dependencies = [
261
+ "clap_builder",
262
+ "clap_derive",
263
+ ]
264
+
265
+ [[package]]
266
+ name = "clap_builder"
267
+ version = "4.6.0"
268
+ source = "registry+https://github.com/rust-lang/crates.io-index"
269
+ checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f"
270
+ dependencies = [
271
+ "anstream",
272
+ "anstyle",
273
+ "clap_lex",
274
+ "strsim 0.11.1",
275
+ ]
276
+
277
+ [[package]]
278
+ name = "clap_derive"
279
+ version = "4.6.0"
280
+ source = "registry+https://github.com/rust-lang/crates.io-index"
281
+ checksum = "1110bd8a634a1ab8cb04345d8d878267d57c3cf1b38d91b71af6686408bbca6a"
282
+ dependencies = [
283
+ "heck 0.5.0",
284
+ "proc-macro2",
285
+ "quote",
286
+ "syn 2.0.117",
287
+ ]
288
+
289
+ [[package]]
290
+ name = "clap_lex"
291
+ version = "1.1.0"
292
+ source = "registry+https://github.com/rust-lang/crates.io-index"
293
+ checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9"
294
+
295
+ [[package]]
296
+ name = "colorchoice"
297
+ version = "1.0.5"
298
+ source = "registry+https://github.com/rust-lang/crates.io-index"
299
+ checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570"
300
+
301
+ [[package]]
302
+ name = "convert_case"
303
+ version = "0.6.0"
304
+ source = "registry+https://github.com/rust-lang/crates.io-index"
305
+ checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
306
+ dependencies = [
307
+ "unicode-segmentation",
308
+ ]
309
+
310
+ [[package]]
311
+ name = "core-foundation"
312
+ version = "0.9.4"
313
+ source = "registry+https://github.com/rust-lang/crates.io-index"
314
+ checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
315
+ dependencies = [
316
+ "core-foundation-sys",
317
+ "libc",
318
+ ]
319
+
320
+ [[package]]
321
+ name = "core-foundation"
322
+ version = "0.10.1"
323
+ source = "registry+https://github.com/rust-lang/crates.io-index"
324
+ checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
325
+ dependencies = [
326
+ "core-foundation-sys",
327
+ "libc",
328
+ ]
329
+
330
+ [[package]]
331
+ name = "core-foundation-sys"
332
+ version = "0.8.7"
333
+ source = "registry+https://github.com/rust-lang/crates.io-index"
334
+ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
335
+
336
+ [[package]]
337
+ name = "cpufeatures"
338
+ version = "0.2.17"
339
+ source = "registry+https://github.com/rust-lang/crates.io-index"
340
+ checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
341
+ dependencies = [
342
+ "libc",
343
+ ]
344
+
345
+ [[package]]
346
+ name = "crypto-common"
347
+ version = "0.1.7"
348
+ source = "registry+https://github.com/rust-lang/crates.io-index"
349
+ checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
350
+ dependencies = [
351
+ "generic-array",
352
+ "typenum",
353
+ ]
354
+
355
+ [[package]]
356
+ name = "digest"
357
+ version = "0.10.7"
358
+ source = "registry+https://github.com/rust-lang/crates.io-index"
359
+ checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
360
+ dependencies = [
361
+ "block-buffer",
362
+ "crypto-common",
363
+ ]
364
+
365
+ [[package]]
366
+ name = "displaydoc"
367
+ version = "0.2.5"
368
+ source = "registry+https://github.com/rust-lang/crates.io-index"
369
+ checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
370
+ dependencies = [
371
+ "proc-macro2",
372
+ "quote",
373
+ "syn 2.0.117",
374
+ ]
375
+
376
+ [[package]]
377
+ name = "either"
378
+ version = "1.15.0"
379
+ source = "registry+https://github.com/rust-lang/crates.io-index"
380
+ checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
381
+
382
+ [[package]]
383
+ name = "encoding_rs"
384
+ version = "0.8.35"
385
+ source = "registry+https://github.com/rust-lang/crates.io-index"
386
+ checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
387
+ dependencies = [
388
+ "cfg-if",
389
+ ]
390
+
391
+ [[package]]
392
+ name = "equivalent"
393
+ version = "1.0.2"
394
+ source = "registry+https://github.com/rust-lang/crates.io-index"
395
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
396
+
397
+ [[package]]
398
+ name = "errno"
399
+ version = "0.3.14"
400
+ source = "registry+https://github.com/rust-lang/crates.io-index"
401
+ checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
402
+ dependencies = [
403
+ "libc",
404
+ "windows-sys 0.61.2",
405
+ ]
406
+
407
+ [[package]]
408
+ name = "fastrand"
409
+ version = "2.3.0"
410
+ source = "registry+https://github.com/rust-lang/crates.io-index"
411
+ checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
412
+
413
+ [[package]]
414
+ name = "find-msvc-tools"
415
+ version = "0.1.9"
416
+ source = "registry+https://github.com/rust-lang/crates.io-index"
417
+ checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
418
+
419
+ [[package]]
420
+ name = "fnv"
421
+ version = "1.0.7"
422
+ source = "registry+https://github.com/rust-lang/crates.io-index"
423
+ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
424
+
425
+ [[package]]
426
+ name = "foldhash"
427
+ version = "0.1.5"
428
+ source = "registry+https://github.com/rust-lang/crates.io-index"
429
+ checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
430
+
431
+ [[package]]
432
+ name = "foreign-types"
433
+ version = "0.3.2"
434
+ source = "registry+https://github.com/rust-lang/crates.io-index"
435
+ checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
436
+ dependencies = [
437
+ "foreign-types-shared",
438
+ ]
439
+
440
+ [[package]]
441
+ name = "foreign-types-shared"
442
+ version = "0.1.1"
443
+ source = "registry+https://github.com/rust-lang/crates.io-index"
444
+ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
445
+
446
+ [[package]]
447
+ name = "form_urlencoded"
448
+ version = "1.2.2"
449
+ source = "registry+https://github.com/rust-lang/crates.io-index"
450
+ checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
451
+ dependencies = [
452
+ "percent-encoding",
453
+ ]
454
+
455
+ [[package]]
456
+ name = "futures-channel"
457
+ version = "0.3.32"
458
+ source = "registry+https://github.com/rust-lang/crates.io-index"
459
+ checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
460
+ dependencies = [
461
+ "futures-core",
462
+ ]
463
+
464
+ [[package]]
465
+ name = "futures-core"
466
+ version = "0.3.32"
467
+ source = "registry+https://github.com/rust-lang/crates.io-index"
468
+ checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
469
+
470
+ [[package]]
471
+ name = "futures-sink"
472
+ version = "0.3.32"
473
+ source = "registry+https://github.com/rust-lang/crates.io-index"
474
+ checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
475
+
476
+ [[package]]
477
+ name = "futures-task"
478
+ version = "0.3.32"
479
+ source = "registry+https://github.com/rust-lang/crates.io-index"
480
+ checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
481
+
482
+ [[package]]
483
+ name = "futures-util"
484
+ version = "0.3.32"
485
+ source = "registry+https://github.com/rust-lang/crates.io-index"
486
+ checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
487
+ dependencies = [
488
+ "futures-core",
489
+ "futures-task",
490
+ "pin-project-lite",
491
+ "slab",
492
+ ]
493
+
494
+ [[package]]
495
+ name = "generator"
496
+ version = "0.7.5"
497
+ source = "registry+https://github.com/rust-lang/crates.io-index"
498
+ checksum = "5cc16584ff22b460a382b7feec54b23d2908d858152e5739a120b949293bd74e"
499
+ dependencies = [
500
+ "cc",
501
+ "libc",
502
+ "log",
503
+ "rustversion",
504
+ "windows",
505
+ ]
506
+
507
+ [[package]]
508
+ name = "generic-array"
509
+ version = "0.14.7"
510
+ source = "registry+https://github.com/rust-lang/crates.io-index"
511
+ checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
512
+ dependencies = [
513
+ "typenum",
514
+ "version_check",
515
+ ]
516
+
517
+ [[package]]
518
+ name = "getrandom"
519
+ version = "0.2.17"
520
+ source = "registry+https://github.com/rust-lang/crates.io-index"
521
+ checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
522
+ dependencies = [
523
+ "cfg-if",
524
+ "js-sys",
525
+ "libc",
526
+ "wasi",
527
+ "wasm-bindgen",
528
+ ]
529
+
530
+ [[package]]
531
+ name = "getrandom"
532
+ version = "0.3.4"
533
+ source = "registry+https://github.com/rust-lang/crates.io-index"
534
+ checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
535
+ dependencies = [
536
+ "cfg-if",
537
+ "js-sys",
538
+ "libc",
539
+ "r-efi 5.3.0",
540
+ "wasip2",
541
+ "wasm-bindgen",
542
+ ]
543
+
544
+ [[package]]
545
+ name = "getrandom"
546
+ version = "0.4.2"
547
+ source = "registry+https://github.com/rust-lang/crates.io-index"
548
+ checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555"
549
+ dependencies = [
550
+ "cfg-if",
551
+ "libc",
552
+ "r-efi 6.0.0",
553
+ "wasip2",
554
+ "wasip3",
555
+ ]
556
+
557
+ [[package]]
558
+ name = "glob"
559
+ version = "0.3.3"
560
+ source = "registry+https://github.com/rust-lang/crates.io-index"
561
+ checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
562
+
563
+ [[package]]
564
+ name = "h2"
565
+ version = "0.4.13"
566
+ source = "registry+https://github.com/rust-lang/crates.io-index"
567
+ checksum = "2f44da3a8150a6703ed5d34e164b875fd14c2cdab9af1252a9a1020bde2bdc54"
568
+ dependencies = [
569
+ "atomic-waker",
570
+ "bytes",
571
+ "fnv",
572
+ "futures-core",
573
+ "futures-sink",
574
+ "http",
575
+ "indexmap",
576
+ "slab",
577
+ "tokio",
578
+ "tokio-util",
579
+ "tracing",
580
+ ]
581
+
582
+ [[package]]
583
+ name = "hashbrown"
584
+ version = "0.15.5"
585
+ source = "registry+https://github.com/rust-lang/crates.io-index"
586
+ checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
587
+ dependencies = [
588
+ "foldhash",
589
+ ]
590
+
591
+ [[package]]
592
+ name = "hashbrown"
593
+ version = "0.16.1"
594
+ source = "registry+https://github.com/rust-lang/crates.io-index"
595
+ checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
596
+
597
+ [[package]]
598
+ name = "heck"
599
+ version = "0.3.3"
600
+ source = "registry+https://github.com/rust-lang/crates.io-index"
601
+ checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
602
+ dependencies = [
603
+ "unicode-segmentation",
604
+ ]
605
+
606
+ [[package]]
607
+ name = "heck"
608
+ version = "0.4.1"
609
+ source = "registry+https://github.com/rust-lang/crates.io-index"
610
+ checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
611
+
612
+ [[package]]
613
+ name = "heck"
614
+ version = "0.5.0"
615
+ source = "registry+https://github.com/rust-lang/crates.io-index"
616
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
617
+
618
+ [[package]]
619
+ name = "hermit-abi"
620
+ version = "0.1.19"
621
+ source = "registry+https://github.com/rust-lang/crates.io-index"
622
+ checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
623
+ dependencies = [
624
+ "libc",
625
+ ]
626
+
627
+ [[package]]
628
+ name = "http"
629
+ version = "1.4.0"
630
+ source = "registry+https://github.com/rust-lang/crates.io-index"
631
+ checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a"
632
+ dependencies = [
633
+ "bytes",
634
+ "itoa",
635
+ ]
636
+
637
+ [[package]]
638
+ name = "http-body"
639
+ version = "1.0.1"
640
+ source = "registry+https://github.com/rust-lang/crates.io-index"
641
+ checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
642
+ dependencies = [
643
+ "bytes",
644
+ "http",
645
+ ]
646
+
647
+ [[package]]
648
+ name = "http-body-util"
649
+ version = "0.1.3"
650
+ source = "registry+https://github.com/rust-lang/crates.io-index"
651
+ checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
652
+ dependencies = [
653
+ "bytes",
654
+ "futures-core",
655
+ "http",
656
+ "http-body",
657
+ "pin-project-lite",
658
+ ]
659
+
660
+ [[package]]
661
+ name = "httparse"
662
+ version = "1.10.1"
663
+ source = "registry+https://github.com/rust-lang/crates.io-index"
664
+ checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
665
+
666
+ [[package]]
667
+ name = "hyper"
668
+ version = "1.8.1"
669
+ source = "registry+https://github.com/rust-lang/crates.io-index"
670
+ checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11"
671
+ dependencies = [
672
+ "atomic-waker",
673
+ "bytes",
674
+ "futures-channel",
675
+ "futures-core",
676
+ "h2",
677
+ "http",
678
+ "http-body",
679
+ "httparse",
680
+ "itoa",
681
+ "pin-project-lite",
682
+ "pin-utils",
683
+ "smallvec",
684
+ "tokio",
685
+ "want",
686
+ ]
687
+
688
+ [[package]]
689
+ name = "hyper-rustls"
690
+ version = "0.27.7"
691
+ source = "registry+https://github.com/rust-lang/crates.io-index"
692
+ checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
693
+ dependencies = [
694
+ "http",
695
+ "hyper",
696
+ "hyper-util",
697
+ "rustls",
698
+ "rustls-native-certs",
699
+ "rustls-pki-types",
700
+ "tokio",
701
+ "tokio-rustls",
702
+ "tower-service",
703
+ ]
704
+
705
+ [[package]]
706
+ name = "hyper-tls"
707
+ version = "0.6.0"
708
+ source = "registry+https://github.com/rust-lang/crates.io-index"
709
+ checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
710
+ dependencies = [
711
+ "bytes",
712
+ "http-body-util",
713
+ "hyper",
714
+ "hyper-util",
715
+ "native-tls",
716
+ "tokio",
717
+ "tokio-native-tls",
718
+ "tower-service",
719
+ ]
720
+
721
+ [[package]]
722
+ name = "hyper-util"
723
+ version = "0.1.20"
724
+ source = "registry+https://github.com/rust-lang/crates.io-index"
725
+ checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
726
+ dependencies = [
727
+ "base64",
728
+ "bytes",
729
+ "futures-channel",
730
+ "futures-util",
731
+ "http",
732
+ "http-body",
733
+ "hyper",
734
+ "ipnet",
735
+ "libc",
736
+ "percent-encoding",
737
+ "pin-project-lite",
738
+ "socket2",
739
+ "system-configuration",
740
+ "tokio",
741
+ "tower-service",
742
+ "tracing",
743
+ "windows-registry",
744
+ ]
745
+
746
+ [[package]]
747
+ name = "iana-time-zone"
748
+ version = "0.1.65"
749
+ source = "registry+https://github.com/rust-lang/crates.io-index"
750
+ checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
751
+ dependencies = [
752
+ "android_system_properties",
753
+ "core-foundation-sys",
754
+ "iana-time-zone-haiku",
755
+ "js-sys",
756
+ "log",
757
+ "wasm-bindgen",
758
+ "windows-core",
759
+ ]
760
+
761
+ [[package]]
762
+ name = "iana-time-zone-haiku"
763
+ version = "0.1.2"
764
+ source = "registry+https://github.com/rust-lang/crates.io-index"
765
+ checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
766
+ dependencies = [
767
+ "cc",
768
+ ]
769
+
770
+ [[package]]
771
+ name = "icu_collections"
772
+ version = "2.1.1"
773
+ source = "registry+https://github.com/rust-lang/crates.io-index"
774
+ checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43"
775
+ dependencies = [
776
+ "displaydoc",
777
+ "potential_utf",
778
+ "yoke",
779
+ "zerofrom",
780
+ "zerovec",
781
+ ]
782
+
783
+ [[package]]
784
+ name = "icu_locale_core"
785
+ version = "2.1.1"
786
+ source = "registry+https://github.com/rust-lang/crates.io-index"
787
+ checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6"
788
+ dependencies = [
789
+ "displaydoc",
790
+ "litemap",
791
+ "tinystr",
792
+ "writeable",
793
+ "zerovec",
794
+ ]
795
+
796
+ [[package]]
797
+ name = "icu_normalizer"
798
+ version = "2.1.1"
799
+ source = "registry+https://github.com/rust-lang/crates.io-index"
800
+ checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599"
801
+ dependencies = [
802
+ "icu_collections",
803
+ "icu_normalizer_data",
804
+ "icu_properties",
805
+ "icu_provider",
806
+ "smallvec",
807
+ "zerovec",
808
+ ]
809
+
810
+ [[package]]
811
+ name = "icu_normalizer_data"
812
+ version = "2.1.1"
813
+ source = "registry+https://github.com/rust-lang/crates.io-index"
814
+ checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a"
815
+
816
+ [[package]]
817
+ name = "icu_properties"
818
+ version = "2.1.2"
819
+ source = "registry+https://github.com/rust-lang/crates.io-index"
820
+ checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec"
821
+ dependencies = [
822
+ "icu_collections",
823
+ "icu_locale_core",
824
+ "icu_properties_data",
825
+ "icu_provider",
826
+ "zerotrie",
827
+ "zerovec",
828
+ ]
829
+
830
+ [[package]]
831
+ name = "icu_properties_data"
832
+ version = "2.1.2"
833
+ source = "registry+https://github.com/rust-lang/crates.io-index"
834
+ checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af"
835
+
836
+ [[package]]
837
+ name = "icu_provider"
838
+ version = "2.1.1"
839
+ source = "registry+https://github.com/rust-lang/crates.io-index"
840
+ checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614"
841
+ dependencies = [
842
+ "displaydoc",
843
+ "icu_locale_core",
844
+ "writeable",
845
+ "yoke",
846
+ "zerofrom",
847
+ "zerotrie",
848
+ "zerovec",
849
+ ]
850
+
851
+ [[package]]
852
+ name = "id-arena"
853
+ version = "2.3.0"
854
+ source = "registry+https://github.com/rust-lang/crates.io-index"
855
+ checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954"
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.1"
871
+ source = "registry+https://github.com/rust-lang/crates.io-index"
872
+ checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
873
+ dependencies = [
874
+ "icu_normalizer",
875
+ "icu_properties",
876
+ ]
877
+
878
+ [[package]]
879
+ name = "indexmap"
880
+ version = "2.13.0"
881
+ source = "registry+https://github.com/rust-lang/crates.io-index"
882
+ checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017"
883
+ dependencies = [
884
+ "equivalent",
885
+ "hashbrown 0.16.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 = "iri-string"
898
+ version = "0.7.11"
899
+ source = "registry+https://github.com/rust-lang/crates.io-index"
900
+ checksum = "d8e7418f59cc01c88316161279a7f665217ae316b388e58a0d10e29f54f1e5eb"
901
+ dependencies = [
902
+ "memchr",
903
+ "serde",
904
+ ]
905
+
906
+ [[package]]
907
+ name = "is_terminal_polyfill"
908
+ version = "1.70.2"
909
+ source = "registry+https://github.com/rust-lang/crates.io-index"
910
+ checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
911
+
912
+ [[package]]
913
+ name = "itertools"
914
+ version = "0.12.1"
915
+ source = "registry+https://github.com/rust-lang/crates.io-index"
916
+ checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
917
+ dependencies = [
918
+ "either",
919
+ ]
920
+
921
+ [[package]]
922
+ name = "itoa"
923
+ version = "1.0.18"
924
+ source = "registry+https://github.com/rust-lang/crates.io-index"
925
+ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
926
+
927
+ [[package]]
928
+ name = "js-sys"
929
+ version = "0.3.92"
930
+ source = "registry+https://github.com/rust-lang/crates.io-index"
931
+ checksum = "cc4c90f45aa2e6eacbe8645f77fdea542ac97a494bcd117a67df9ff4d611f995"
932
+ dependencies = [
933
+ "cfg-if",
934
+ "futures-util",
935
+ "once_cell",
936
+ "wasm-bindgen",
937
+ ]
938
+
939
+ [[package]]
940
+ name = "lazy_static"
941
+ version = "1.5.0"
942
+ source = "registry+https://github.com/rust-lang/crates.io-index"
943
+ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
944
+
945
+ [[package]]
946
+ name = "lazycell"
947
+ version = "1.3.0"
948
+ source = "registry+https://github.com/rust-lang/crates.io-index"
949
+ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
950
+
951
+ [[package]]
952
+ name = "leb128fmt"
953
+ version = "0.1.0"
954
+ source = "registry+https://github.com/rust-lang/crates.io-index"
955
+ checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
956
+
957
+ [[package]]
958
+ name = "libc"
959
+ version = "0.2.183"
960
+ source = "registry+https://github.com/rust-lang/crates.io-index"
961
+ checksum = "b5b646652bf6661599e1da8901b3b9522896f01e736bad5f723fe7a3a27f899d"
962
+
963
+ [[package]]
964
+ name = "libloading"
965
+ version = "0.8.9"
966
+ source = "registry+https://github.com/rust-lang/crates.io-index"
967
+ checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
968
+ dependencies = [
969
+ "cfg-if",
970
+ "windows-link",
971
+ ]
972
+
973
+ [[package]]
974
+ name = "linux-raw-sys"
975
+ version = "0.12.1"
976
+ source = "registry+https://github.com/rust-lang/crates.io-index"
977
+ checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
978
+
979
+ [[package]]
980
+ name = "litemap"
981
+ version = "0.8.1"
982
+ source = "registry+https://github.com/rust-lang/crates.io-index"
983
+ checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77"
984
+
985
+ [[package]]
986
+ name = "log"
987
+ version = "0.4.29"
988
+ source = "registry+https://github.com/rust-lang/crates.io-index"
989
+ checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
990
+
991
+ [[package]]
992
+ name = "loom"
993
+ version = "0.5.6"
994
+ source = "registry+https://github.com/rust-lang/crates.io-index"
995
+ checksum = "ff50ecb28bb86013e935fb6683ab1f6d3a20016f123c76fd4c27470076ac30f5"
996
+ dependencies = [
997
+ "cfg-if",
998
+ "generator",
999
+ "scoped-tls",
1000
+ "serde",
1001
+ "serde_json",
1002
+ "tracing",
1003
+ "tracing-subscriber",
1004
+ ]
1005
+
1006
+ [[package]]
1007
+ name = "lru-slab"
1008
+ version = "0.1.2"
1009
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1010
+ checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
1011
+
1012
+ [[package]]
1013
+ name = "magnus"
1014
+ version = "0.7.1"
1015
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1016
+ checksum = "3d87ae53030f3a22e83879e666cb94e58a7bdf31706878a0ba48752994146dab"
1017
+ dependencies = [
1018
+ "magnus-macros",
1019
+ "rb-sys",
1020
+ "rb-sys-env",
1021
+ "seq-macro",
1022
+ ]
1023
+
1024
+ [[package]]
1025
+ name = "magnus-macros"
1026
+ version = "0.6.0"
1027
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1028
+ checksum = "5968c820e2960565f647819f5928a42d6e874551cab9d88d75e3e0660d7f71e3"
1029
+ dependencies = [
1030
+ "proc-macro2",
1031
+ "quote",
1032
+ "syn 2.0.117",
1033
+ ]
1034
+
1035
+ [[package]]
1036
+ name = "maplit"
1037
+ version = "1.0.2"
1038
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1039
+ checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
1040
+
1041
+ [[package]]
1042
+ name = "matchers"
1043
+ version = "0.2.0"
1044
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1045
+ checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
1046
+ dependencies = [
1047
+ "regex-automata",
1048
+ ]
1049
+
1050
+ [[package]]
1051
+ name = "memchr"
1052
+ version = "2.8.0"
1053
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1054
+ checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
1055
+
1056
+ [[package]]
1057
+ name = "mime"
1058
+ version = "0.3.17"
1059
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1060
+ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
1061
+
1062
+ [[package]]
1063
+ name = "minimal-lexical"
1064
+ version = "0.2.1"
1065
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1066
+ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
1067
+
1068
+ [[package]]
1069
+ name = "mio"
1070
+ version = "1.2.0"
1071
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1072
+ checksum = "50b7e5b27aa02a74bac8c3f23f448f8d87ff11f92d3aac1a6ed369ee08cc56c1"
1073
+ dependencies = [
1074
+ "libc",
1075
+ "wasi",
1076
+ "windows-sys 0.61.2",
1077
+ ]
1078
+
1079
+ [[package]]
1080
+ name = "native-tls"
1081
+ version = "0.2.18"
1082
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1083
+ checksum = "465500e14ea162429d264d44189adc38b199b62b1c21eea9f69e4b73cb03bbf2"
1084
+ dependencies = [
1085
+ "libc",
1086
+ "log",
1087
+ "openssl",
1088
+ "openssl-probe",
1089
+ "openssl-sys",
1090
+ "schannel",
1091
+ "security-framework",
1092
+ "security-framework-sys",
1093
+ "tempfile",
1094
+ ]
1095
+
1096
+ [[package]]
1097
+ name = "nom"
1098
+ version = "7.1.3"
1099
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1100
+ checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
1101
+ dependencies = [
1102
+ "memchr",
1103
+ "minimal-lexical",
1104
+ ]
1105
+
1106
+ [[package]]
1107
+ name = "nu-ansi-term"
1108
+ version = "0.50.3"
1109
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1110
+ checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
1111
+ dependencies = [
1112
+ "windows-sys 0.61.2",
1113
+ ]
1114
+
1115
+ [[package]]
1116
+ name = "num-traits"
1117
+ version = "0.2.19"
1118
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1119
+ checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1120
+ dependencies = [
1121
+ "autocfg",
1122
+ ]
1123
+
1124
+ [[package]]
1125
+ name = "once_cell"
1126
+ version = "1.21.4"
1127
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1128
+ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
1129
+
1130
+ [[package]]
1131
+ name = "once_cell_polyfill"
1132
+ version = "1.70.2"
1133
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1134
+ checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
1135
+
1136
+ [[package]]
1137
+ name = "openssl"
1138
+ version = "0.10.76"
1139
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1140
+ checksum = "951c002c75e16ea2c65b8c7e4d3d51d5530d8dfa7d060b4776828c88cfb18ecf"
1141
+ dependencies = [
1142
+ "bitflags 2.11.0",
1143
+ "cfg-if",
1144
+ "foreign-types",
1145
+ "libc",
1146
+ "once_cell",
1147
+ "openssl-macros",
1148
+ "openssl-sys",
1149
+ ]
1150
+
1151
+ [[package]]
1152
+ name = "openssl-macros"
1153
+ version = "0.1.1"
1154
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1155
+ checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
1156
+ dependencies = [
1157
+ "proc-macro2",
1158
+ "quote",
1159
+ "syn 2.0.117",
1160
+ ]
1161
+
1162
+ [[package]]
1163
+ name = "openssl-probe"
1164
+ version = "0.2.1"
1165
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1166
+ checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe"
1167
+
1168
+ [[package]]
1169
+ name = "openssl-sys"
1170
+ version = "0.9.112"
1171
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1172
+ checksum = "57d55af3b3e226502be1526dfdba67ab0e9c96fc293004e79576b2b9edb0dbdb"
1173
+ dependencies = [
1174
+ "cc",
1175
+ "libc",
1176
+ "pkg-config",
1177
+ "vcpkg",
1178
+ ]
1179
+
1180
+ [[package]]
1181
+ name = "percent-encoding"
1182
+ version = "2.3.2"
1183
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1184
+ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
1185
+
1186
+ [[package]]
1187
+ name = "pin-project-lite"
1188
+ version = "0.2.17"
1189
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1190
+ checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
1191
+
1192
+ [[package]]
1193
+ name = "pin-utils"
1194
+ version = "0.1.0"
1195
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1196
+ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1197
+
1198
+ [[package]]
1199
+ name = "pkg-config"
1200
+ version = "0.3.32"
1201
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1202
+ checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
1203
+
1204
+ [[package]]
1205
+ name = "potential_utf"
1206
+ version = "0.1.4"
1207
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1208
+ checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77"
1209
+ dependencies = [
1210
+ "zerovec",
1211
+ ]
1212
+
1213
+ [[package]]
1214
+ name = "ppv-lite86"
1215
+ version = "0.2.21"
1216
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1217
+ checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
1218
+ dependencies = [
1219
+ "zerocopy",
1220
+ ]
1221
+
1222
+ [[package]]
1223
+ name = "prettyplease"
1224
+ version = "0.2.37"
1225
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1226
+ checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
1227
+ dependencies = [
1228
+ "proc-macro2",
1229
+ "syn 2.0.117",
1230
+ ]
1231
+
1232
+ [[package]]
1233
+ name = "proc-macro-error"
1234
+ version = "1.0.4"
1235
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1236
+ checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
1237
+ dependencies = [
1238
+ "proc-macro-error-attr",
1239
+ "proc-macro2",
1240
+ "quote",
1241
+ "syn 1.0.109",
1242
+ "version_check",
1243
+ ]
1244
+
1245
+ [[package]]
1246
+ name = "proc-macro-error-attr"
1247
+ version = "1.0.4"
1248
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1249
+ checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
1250
+ dependencies = [
1251
+ "proc-macro2",
1252
+ "quote",
1253
+ "version_check",
1254
+ ]
1255
+
1256
+ [[package]]
1257
+ name = "proc-macro2"
1258
+ version = "1.0.106"
1259
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1260
+ checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
1261
+ dependencies = [
1262
+ "unicode-ident",
1263
+ ]
1264
+
1265
+ [[package]]
1266
+ name = "quinn"
1267
+ version = "0.11.9"
1268
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1269
+ checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
1270
+ dependencies = [
1271
+ "bytes",
1272
+ "cfg_aliases",
1273
+ "pin-project-lite",
1274
+ "quinn-proto",
1275
+ "quinn-udp",
1276
+ "rustc-hash 2.1.2",
1277
+ "rustls",
1278
+ "socket2",
1279
+ "thiserror",
1280
+ "tokio",
1281
+ "tracing",
1282
+ "web-time",
1283
+ ]
1284
+
1285
+ [[package]]
1286
+ name = "quinn-proto"
1287
+ version = "0.11.14"
1288
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1289
+ checksum = "434b42fec591c96ef50e21e886936e66d3cc3f737104fdb9b737c40ffb94c098"
1290
+ dependencies = [
1291
+ "bytes",
1292
+ "getrandom 0.3.4",
1293
+ "lru-slab",
1294
+ "rand",
1295
+ "ring",
1296
+ "rustc-hash 2.1.2",
1297
+ "rustls",
1298
+ "rustls-pki-types",
1299
+ "slab",
1300
+ "thiserror",
1301
+ "tinyvec",
1302
+ "tracing",
1303
+ "web-time",
1304
+ ]
1305
+
1306
+ [[package]]
1307
+ name = "quinn-udp"
1308
+ version = "0.5.14"
1309
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1310
+ checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
1311
+ dependencies = [
1312
+ "cfg_aliases",
1313
+ "libc",
1314
+ "once_cell",
1315
+ "socket2",
1316
+ "tracing",
1317
+ "windows-sys 0.60.2",
1318
+ ]
1319
+
1320
+ [[package]]
1321
+ name = "quote"
1322
+ version = "1.0.45"
1323
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1324
+ checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
1325
+ dependencies = [
1326
+ "proc-macro2",
1327
+ ]
1328
+
1329
+ [[package]]
1330
+ name = "r-efi"
1331
+ version = "5.3.0"
1332
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1333
+ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
1334
+
1335
+ [[package]]
1336
+ name = "r-efi"
1337
+ version = "6.0.0"
1338
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1339
+ checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
1340
+
1341
+ [[package]]
1342
+ name = "rand"
1343
+ version = "0.9.2"
1344
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1345
+ checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
1346
+ dependencies = [
1347
+ "rand_chacha",
1348
+ "rand_core",
1349
+ ]
1350
+
1351
+ [[package]]
1352
+ name = "rand_chacha"
1353
+ version = "0.9.0"
1354
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1355
+ checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
1356
+ dependencies = [
1357
+ "ppv-lite86",
1358
+ "rand_core",
1359
+ ]
1360
+
1361
+ [[package]]
1362
+ name = "rand_core"
1363
+ version = "0.9.5"
1364
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1365
+ checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
1366
+ dependencies = [
1367
+ "getrandom 0.3.4",
1368
+ ]
1369
+
1370
+ [[package]]
1371
+ name = "rb-sys"
1372
+ version = "0.9.124"
1373
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1374
+ checksum = "c85c4188462601e2aa1469def389c17228566f82ea72f137ed096f21591bc489"
1375
+ dependencies = [
1376
+ "rb-sys-build",
1377
+ ]
1378
+
1379
+ [[package]]
1380
+ name = "rb-sys-build"
1381
+ version = "0.9.124"
1382
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1383
+ checksum = "568068db4102230882e6d4ae8de6632e224ca75fe5970f6e026a04e91ed635d3"
1384
+ dependencies = [
1385
+ "bindgen",
1386
+ "lazy_static",
1387
+ "proc-macro2",
1388
+ "quote",
1389
+ "regex",
1390
+ "shell-words",
1391
+ "syn 2.0.117",
1392
+ ]
1393
+
1394
+ [[package]]
1395
+ name = "rb-sys-env"
1396
+ version = "0.1.2"
1397
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1398
+ checksum = "a35802679f07360454b418a5d1735c89716bde01d35b1560fc953c1415a0b3bb"
1399
+
1400
+ [[package]]
1401
+ name = "regex"
1402
+ version = "1.12.3"
1403
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1404
+ checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
1405
+ dependencies = [
1406
+ "aho-corasick",
1407
+ "memchr",
1408
+ "regex-automata",
1409
+ "regex-syntax",
1410
+ ]
1411
+
1412
+ [[package]]
1413
+ name = "regex-automata"
1414
+ version = "0.4.14"
1415
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1416
+ checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
1417
+ dependencies = [
1418
+ "aho-corasick",
1419
+ "memchr",
1420
+ "regex-syntax",
1421
+ ]
1422
+
1423
+ [[package]]
1424
+ name = "regex-syntax"
1425
+ version = "0.8.10"
1426
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1427
+ checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a"
1428
+
1429
+ [[package]]
1430
+ name = "reqwest"
1431
+ version = "0.12.28"
1432
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1433
+ checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147"
1434
+ dependencies = [
1435
+ "base64",
1436
+ "bytes",
1437
+ "encoding_rs",
1438
+ "futures-core",
1439
+ "h2",
1440
+ "http",
1441
+ "http-body",
1442
+ "http-body-util",
1443
+ "hyper",
1444
+ "hyper-rustls",
1445
+ "hyper-tls",
1446
+ "hyper-util",
1447
+ "js-sys",
1448
+ "log",
1449
+ "mime",
1450
+ "native-tls",
1451
+ "percent-encoding",
1452
+ "pin-project-lite",
1453
+ "quinn",
1454
+ "rustls",
1455
+ "rustls-native-certs",
1456
+ "rustls-pki-types",
1457
+ "serde",
1458
+ "serde_json",
1459
+ "serde_urlencoded",
1460
+ "sync_wrapper",
1461
+ "tokio",
1462
+ "tokio-native-tls",
1463
+ "tokio-rustls",
1464
+ "tower",
1465
+ "tower-http",
1466
+ "tower-service",
1467
+ "url",
1468
+ "wasm-bindgen",
1469
+ "wasm-bindgen-futures",
1470
+ "web-sys",
1471
+ ]
1472
+
1473
+ [[package]]
1474
+ name = "ring"
1475
+ version = "0.17.14"
1476
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1477
+ checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
1478
+ dependencies = [
1479
+ "cc",
1480
+ "cfg-if",
1481
+ "getrandom 0.2.17",
1482
+ "libc",
1483
+ "untrusted",
1484
+ "windows-sys 0.52.0",
1485
+ ]
1486
+
1487
+ [[package]]
1488
+ name = "rustc-hash"
1489
+ version = "1.1.0"
1490
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1491
+ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
1492
+
1493
+ [[package]]
1494
+ name = "rustc-hash"
1495
+ version = "2.1.2"
1496
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1497
+ checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe"
1498
+
1499
+ [[package]]
1500
+ name = "rustix"
1501
+ version = "1.1.4"
1502
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1503
+ checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
1504
+ dependencies = [
1505
+ "bitflags 2.11.0",
1506
+ "errno",
1507
+ "libc",
1508
+ "linux-raw-sys",
1509
+ "windows-sys 0.61.2",
1510
+ ]
1511
+
1512
+ [[package]]
1513
+ name = "rustls"
1514
+ version = "0.23.37"
1515
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1516
+ checksum = "758025cb5fccfd3bc2fd74708fd4682be41d99e5dff73c377c0646c6012c73a4"
1517
+ dependencies = [
1518
+ "once_cell",
1519
+ "ring",
1520
+ "rustls-pki-types",
1521
+ "rustls-webpki",
1522
+ "subtle",
1523
+ "zeroize",
1524
+ ]
1525
+
1526
+ [[package]]
1527
+ name = "rustls-native-certs"
1528
+ version = "0.8.3"
1529
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1530
+ checksum = "612460d5f7bea540c490b2b6395d8e34a953e52b491accd6c86c8164c5932a63"
1531
+ dependencies = [
1532
+ "openssl-probe",
1533
+ "rustls-pki-types",
1534
+ "schannel",
1535
+ "security-framework",
1536
+ ]
1537
+
1538
+ [[package]]
1539
+ name = "rustls-pki-types"
1540
+ version = "1.14.0"
1541
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1542
+ checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd"
1543
+ dependencies = [
1544
+ "web-time",
1545
+ "zeroize",
1546
+ ]
1547
+
1548
+ [[package]]
1549
+ name = "rustls-webpki"
1550
+ version = "0.103.10"
1551
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1552
+ checksum = "df33b2b81ac578cabaf06b89b0631153a3f416b0a886e8a7a1707fb51abbd1ef"
1553
+ dependencies = [
1554
+ "ring",
1555
+ "rustls-pki-types",
1556
+ "untrusted",
1557
+ ]
1558
+
1559
+ [[package]]
1560
+ name = "rustversion"
1561
+ version = "1.0.22"
1562
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1563
+ checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
1564
+
1565
+ [[package]]
1566
+ name = "ryu"
1567
+ version = "1.0.23"
1568
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1569
+ checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
1570
+
1571
+ [[package]]
1572
+ name = "same-file"
1573
+ version = "1.0.6"
1574
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1575
+ checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
1576
+ dependencies = [
1577
+ "winapi-util",
1578
+ ]
1579
+
1580
+ [[package]]
1581
+ name = "schannel"
1582
+ version = "0.1.29"
1583
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1584
+ checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939"
1585
+ dependencies = [
1586
+ "windows-sys 0.61.2",
1587
+ ]
1588
+
1589
+ [[package]]
1590
+ name = "scoped-tls"
1591
+ version = "1.0.1"
1592
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1593
+ checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
1594
+
1595
+ [[package]]
1596
+ name = "security-framework"
1597
+ version = "3.7.0"
1598
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1599
+ checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d"
1600
+ dependencies = [
1601
+ "bitflags 2.11.0",
1602
+ "core-foundation 0.10.1",
1603
+ "core-foundation-sys",
1604
+ "libc",
1605
+ "security-framework-sys",
1606
+ ]
1607
+
1608
+ [[package]]
1609
+ name = "security-framework-sys"
1610
+ version = "2.17.0"
1611
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1612
+ checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3"
1613
+ dependencies = [
1614
+ "core-foundation-sys",
1615
+ "libc",
1616
+ ]
1617
+
1618
+ [[package]]
1619
+ name = "semver"
1620
+ version = "1.0.27"
1621
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1622
+ checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
1623
+
1624
+ [[package]]
1625
+ name = "seq-macro"
1626
+ version = "0.3.6"
1627
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1628
+ checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
1629
+
1630
+ [[package]]
1631
+ name = "serde"
1632
+ version = "1.0.228"
1633
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1634
+ checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
1635
+ dependencies = [
1636
+ "serde_core",
1637
+ "serde_derive",
1638
+ ]
1639
+
1640
+ [[package]]
1641
+ name = "serde_core"
1642
+ version = "1.0.228"
1643
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1644
+ checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
1645
+ dependencies = [
1646
+ "serde_derive",
1647
+ ]
1648
+
1649
+ [[package]]
1650
+ name = "serde_derive"
1651
+ version = "1.0.228"
1652
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1653
+ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
1654
+ dependencies = [
1655
+ "proc-macro2",
1656
+ "quote",
1657
+ "syn 2.0.117",
1658
+ ]
1659
+
1660
+ [[package]]
1661
+ name = "serde_json"
1662
+ version = "1.0.149"
1663
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1664
+ checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
1665
+ dependencies = [
1666
+ "itoa",
1667
+ "memchr",
1668
+ "serde",
1669
+ "serde_core",
1670
+ "zmij",
1671
+ ]
1672
+
1673
+ [[package]]
1674
+ name = "serde_repr"
1675
+ version = "0.1.20"
1676
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1677
+ checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
1678
+ dependencies = [
1679
+ "proc-macro2",
1680
+ "quote",
1681
+ "syn 2.0.117",
1682
+ ]
1683
+
1684
+ [[package]]
1685
+ name = "serde_urlencoded"
1686
+ version = "0.7.1"
1687
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1688
+ checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
1689
+ dependencies = [
1690
+ "form_urlencoded",
1691
+ "itoa",
1692
+ "ryu",
1693
+ "serde",
1694
+ ]
1695
+
1696
+ [[package]]
1697
+ name = "sha2"
1698
+ version = "0.10.9"
1699
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1700
+ checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
1701
+ dependencies = [
1702
+ "cfg-if",
1703
+ "cpufeatures",
1704
+ "digest",
1705
+ ]
1706
+
1707
+ [[package]]
1708
+ name = "sharded-slab"
1709
+ version = "0.1.7"
1710
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1711
+ checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
1712
+ dependencies = [
1713
+ "lazy_static",
1714
+ ]
1715
+
1716
+ [[package]]
1717
+ name = "shell-words"
1718
+ version = "1.1.1"
1719
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1720
+ checksum = "dc6fe69c597f9c37bfeeeeeb33da3530379845f10be461a66d16d03eca2ded77"
1721
+
1722
+ [[package]]
1723
+ name = "shlex"
1724
+ version = "1.3.0"
1725
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1726
+ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
1727
+
1728
+ [[package]]
1729
+ name = "slab"
1730
+ version = "0.4.12"
1731
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1732
+ checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
1733
+
1734
+ [[package]]
1735
+ name = "smallvec"
1736
+ version = "1.15.1"
1737
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1738
+ checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
1739
+
1740
+ [[package]]
1741
+ name = "smbcloud-auth"
1742
+ version = "0.3.33"
1743
+ dependencies = [
1744
+ "base64",
1745
+ "log",
1746
+ "reqwest",
1747
+ "serde",
1748
+ "serde_json",
1749
+ "sha2",
1750
+ "smbcloud-model",
1751
+ "smbcloud-network",
1752
+ "smbcloud-networking",
1753
+ "url-builder",
1754
+ "uuid",
1755
+ ]
1756
+
1757
+ [[package]]
1758
+ name = "smbcloud-model"
1759
+ version = "0.3.33"
1760
+ dependencies = [
1761
+ "chrono",
1762
+ "log",
1763
+ "serde",
1764
+ "serde_json",
1765
+ "serde_repr",
1766
+ "spinners",
1767
+ "strum 0.27.2",
1768
+ "strum_macros 0.27.2",
1769
+ "thiserror",
1770
+ "tsync",
1771
+ ]
1772
+
1773
+ [[package]]
1774
+ name = "smbcloud-network"
1775
+ version = "0.3.33"
1776
+ dependencies = [
1777
+ "clap 4.6.0",
1778
+ "log",
1779
+ "reqwest",
1780
+ "serde",
1781
+ "serde_json",
1782
+ "smbcloud-model",
1783
+ "wasm-bindgen",
1784
+ ]
1785
+
1786
+ [[package]]
1787
+ name = "smbcloud-networking"
1788
+ version = "0.3.31"
1789
+ dependencies = [
1790
+ "smbcloud-network",
1791
+ "url-builder",
1792
+ ]
1793
+
1794
+ [[package]]
1795
+ name = "socket2"
1796
+ version = "0.6.3"
1797
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1798
+ checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e"
1799
+ dependencies = [
1800
+ "libc",
1801
+ "windows-sys 0.61.2",
1802
+ ]
1803
+
1804
+ [[package]]
1805
+ name = "spinners"
1806
+ version = "4.2.0"
1807
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1808
+ checksum = "071af1a9d34b78b8db3ca4424b0ea4d87052d607dbe96287aebaccd596cabc86"
1809
+ dependencies = [
1810
+ "lazy_static",
1811
+ "maplit",
1812
+ "strum 0.24.1",
1813
+ ]
1814
+
1815
+ [[package]]
1816
+ name = "stable_deref_trait"
1817
+ version = "1.2.1"
1818
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1819
+ checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
1820
+
1821
+ [[package]]
1822
+ name = "state"
1823
+ version = "0.6.0"
1824
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1825
+ checksum = "2b8c4a4445d81357df8b1a650d0d0d6fbbbfe99d064aa5e02f3e4022061476d8"
1826
+ dependencies = [
1827
+ "loom",
1828
+ ]
1829
+
1830
+ [[package]]
1831
+ name = "strsim"
1832
+ version = "0.8.0"
1833
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1834
+ checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
1835
+
1836
+ [[package]]
1837
+ name = "strsim"
1838
+ version = "0.11.1"
1839
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1840
+ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
1841
+
1842
+ [[package]]
1843
+ name = "structopt"
1844
+ version = "0.3.26"
1845
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1846
+ checksum = "0c6b5c64445ba8094a6ab0c3cd2ad323e07171012d9c98b0b15651daf1787a10"
1847
+ dependencies = [
1848
+ "clap 2.34.0",
1849
+ "lazy_static",
1850
+ "structopt-derive",
1851
+ ]
1852
+
1853
+ [[package]]
1854
+ name = "structopt-derive"
1855
+ version = "0.4.18"
1856
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1857
+ checksum = "dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0"
1858
+ dependencies = [
1859
+ "heck 0.3.3",
1860
+ "proc-macro-error",
1861
+ "proc-macro2",
1862
+ "quote",
1863
+ "syn 1.0.109",
1864
+ ]
1865
+
1866
+ [[package]]
1867
+ name = "strum"
1868
+ version = "0.24.1"
1869
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1870
+ checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"
1871
+ dependencies = [
1872
+ "strum_macros 0.24.3",
1873
+ ]
1874
+
1875
+ [[package]]
1876
+ name = "strum"
1877
+ version = "0.27.2"
1878
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1879
+ checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
1880
+
1881
+ [[package]]
1882
+ name = "strum_macros"
1883
+ version = "0.24.3"
1884
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1885
+ checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59"
1886
+ dependencies = [
1887
+ "heck 0.4.1",
1888
+ "proc-macro2",
1889
+ "quote",
1890
+ "rustversion",
1891
+ "syn 1.0.109",
1892
+ ]
1893
+
1894
+ [[package]]
1895
+ name = "strum_macros"
1896
+ version = "0.27.2"
1897
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1898
+ checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
1899
+ dependencies = [
1900
+ "heck 0.5.0",
1901
+ "proc-macro2",
1902
+ "quote",
1903
+ "syn 2.0.117",
1904
+ ]
1905
+
1906
+ [[package]]
1907
+ name = "subtle"
1908
+ version = "2.6.1"
1909
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1910
+ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
1911
+
1912
+ [[package]]
1913
+ name = "syn"
1914
+ version = "1.0.109"
1915
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1916
+ checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
1917
+ dependencies = [
1918
+ "proc-macro2",
1919
+ "quote",
1920
+ "unicode-ident",
1921
+ ]
1922
+
1923
+ [[package]]
1924
+ name = "syn"
1925
+ version = "2.0.117"
1926
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1927
+ checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
1928
+ dependencies = [
1929
+ "proc-macro2",
1930
+ "quote",
1931
+ "unicode-ident",
1932
+ ]
1933
+
1934
+ [[package]]
1935
+ name = "sync_wrapper"
1936
+ version = "1.0.2"
1937
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1938
+ checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
1939
+ dependencies = [
1940
+ "futures-core",
1941
+ ]
1942
+
1943
+ [[package]]
1944
+ name = "synstructure"
1945
+ version = "0.13.2"
1946
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1947
+ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
1948
+ dependencies = [
1949
+ "proc-macro2",
1950
+ "quote",
1951
+ "syn 2.0.117",
1952
+ ]
1953
+
1954
+ [[package]]
1955
+ name = "system-configuration"
1956
+ version = "0.7.0"
1957
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1958
+ checksum = "a13f3d0daba03132c0aa9767f98351b3488edc2c100cda2d2ec2b04f3d8d3c8b"
1959
+ dependencies = [
1960
+ "bitflags 2.11.0",
1961
+ "core-foundation 0.9.4",
1962
+ "system-configuration-sys",
1963
+ ]
1964
+
1965
+ [[package]]
1966
+ name = "system-configuration-sys"
1967
+ version = "0.6.0"
1968
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1969
+ checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
1970
+ dependencies = [
1971
+ "core-foundation-sys",
1972
+ "libc",
1973
+ ]
1974
+
1975
+ [[package]]
1976
+ name = "tempfile"
1977
+ version = "3.27.0"
1978
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1979
+ checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
1980
+ dependencies = [
1981
+ "fastrand",
1982
+ "getrandom 0.4.2",
1983
+ "once_cell",
1984
+ "rustix",
1985
+ "windows-sys 0.61.2",
1986
+ ]
1987
+
1988
+ [[package]]
1989
+ name = "textwrap"
1990
+ version = "0.11.0"
1991
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1992
+ checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
1993
+ dependencies = [
1994
+ "unicode-width",
1995
+ ]
1996
+
1997
+ [[package]]
1998
+ name = "thiserror"
1999
+ version = "2.0.18"
2000
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2001
+ checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
2002
+ dependencies = [
2003
+ "thiserror-impl",
2004
+ ]
2005
+
2006
+ [[package]]
2007
+ name = "thiserror-impl"
2008
+ version = "2.0.18"
2009
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2010
+ checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
2011
+ dependencies = [
2012
+ "proc-macro2",
2013
+ "quote",
2014
+ "syn 2.0.117",
2015
+ ]
2016
+
2017
+ [[package]]
2018
+ name = "thread_local"
2019
+ version = "1.1.9"
2020
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2021
+ checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
2022
+ dependencies = [
2023
+ "cfg-if",
2024
+ ]
2025
+
2026
+ [[package]]
2027
+ name = "tinystr"
2028
+ version = "0.8.2"
2029
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2030
+ checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869"
2031
+ dependencies = [
2032
+ "displaydoc",
2033
+ "zerovec",
2034
+ ]
2035
+
2036
+ [[package]]
2037
+ name = "tinyvec"
2038
+ version = "1.11.0"
2039
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2040
+ checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3"
2041
+ dependencies = [
2042
+ "tinyvec_macros",
2043
+ ]
2044
+
2045
+ [[package]]
2046
+ name = "tinyvec_macros"
2047
+ version = "0.1.1"
2048
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2049
+ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2050
+
2051
+ [[package]]
2052
+ name = "tokio"
2053
+ version = "1.50.0"
2054
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2055
+ checksum = "27ad5e34374e03cfffefc301becb44e9dc3c17584f414349ebe29ed26661822d"
2056
+ dependencies = [
2057
+ "bytes",
2058
+ "libc",
2059
+ "mio",
2060
+ "pin-project-lite",
2061
+ "socket2",
2062
+ "windows-sys 0.61.2",
2063
+ ]
2064
+
2065
+ [[package]]
2066
+ name = "tokio-native-tls"
2067
+ version = "0.3.1"
2068
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2069
+ checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
2070
+ dependencies = [
2071
+ "native-tls",
2072
+ "tokio",
2073
+ ]
2074
+
2075
+ [[package]]
2076
+ name = "tokio-rustls"
2077
+ version = "0.26.4"
2078
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2079
+ checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
2080
+ dependencies = [
2081
+ "rustls",
2082
+ "tokio",
2083
+ ]
2084
+
2085
+ [[package]]
2086
+ name = "tokio-util"
2087
+ version = "0.7.18"
2088
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2089
+ checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
2090
+ dependencies = [
2091
+ "bytes",
2092
+ "futures-core",
2093
+ "futures-sink",
2094
+ "pin-project-lite",
2095
+ "tokio",
2096
+ ]
2097
+
2098
+ [[package]]
2099
+ name = "tower"
2100
+ version = "0.5.3"
2101
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2102
+ checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
2103
+ dependencies = [
2104
+ "futures-core",
2105
+ "futures-util",
2106
+ "pin-project-lite",
2107
+ "sync_wrapper",
2108
+ "tokio",
2109
+ "tower-layer",
2110
+ "tower-service",
2111
+ ]
2112
+
2113
+ [[package]]
2114
+ name = "tower-http"
2115
+ version = "0.6.8"
2116
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2117
+ checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8"
2118
+ dependencies = [
2119
+ "bitflags 2.11.0",
2120
+ "bytes",
2121
+ "futures-util",
2122
+ "http",
2123
+ "http-body",
2124
+ "iri-string",
2125
+ "pin-project-lite",
2126
+ "tower",
2127
+ "tower-layer",
2128
+ "tower-service",
2129
+ ]
2130
+
2131
+ [[package]]
2132
+ name = "tower-layer"
2133
+ version = "0.3.3"
2134
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2135
+ checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
2136
+
2137
+ [[package]]
2138
+ name = "tower-service"
2139
+ version = "0.3.3"
2140
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2141
+ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
2142
+
2143
+ [[package]]
2144
+ name = "tracing"
2145
+ version = "0.1.44"
2146
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2147
+ checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
2148
+ dependencies = [
2149
+ "pin-project-lite",
2150
+ "tracing-attributes",
2151
+ "tracing-core",
2152
+ ]
2153
+
2154
+ [[package]]
2155
+ name = "tracing-attributes"
2156
+ version = "0.1.31"
2157
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2158
+ checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
2159
+ dependencies = [
2160
+ "proc-macro2",
2161
+ "quote",
2162
+ "syn 2.0.117",
2163
+ ]
2164
+
2165
+ [[package]]
2166
+ name = "tracing-core"
2167
+ version = "0.1.36"
2168
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2169
+ checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
2170
+ dependencies = [
2171
+ "once_cell",
2172
+ "valuable",
2173
+ ]
2174
+
2175
+ [[package]]
2176
+ name = "tracing-log"
2177
+ version = "0.2.0"
2178
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2179
+ checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
2180
+ dependencies = [
2181
+ "log",
2182
+ "once_cell",
2183
+ "tracing-core",
2184
+ ]
2185
+
2186
+ [[package]]
2187
+ name = "tracing-subscriber"
2188
+ version = "0.3.23"
2189
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2190
+ checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319"
2191
+ dependencies = [
2192
+ "matchers",
2193
+ "nu-ansi-term",
2194
+ "once_cell",
2195
+ "regex-automata",
2196
+ "sharded-slab",
2197
+ "smallvec",
2198
+ "thread_local",
2199
+ "tracing",
2200
+ "tracing-core",
2201
+ "tracing-log",
2202
+ ]
2203
+
2204
+ [[package]]
2205
+ name = "try-lock"
2206
+ version = "0.2.5"
2207
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2208
+ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
2209
+
2210
+ [[package]]
2211
+ name = "tsync"
2212
+ version = "2.2.1"
2213
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2214
+ checksum = "4fc20a25899c5ae43735253244214f3d5eb75dd28d9cc8491732294a985adb8c"
2215
+ dependencies = [
2216
+ "convert_case",
2217
+ "proc-macro2",
2218
+ "quote",
2219
+ "state",
2220
+ "structopt",
2221
+ "syn 2.0.117",
2222
+ "tsync-macro",
2223
+ "walkdir",
2224
+ ]
2225
+
2226
+ [[package]]
2227
+ name = "tsync-macro"
2228
+ version = "0.1.0"
2229
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2230
+ checksum = "8acc9e35a3072d9ea375093f321b3738ea3ac4fdebc18d2789b01581e5c2e4ae"
2231
+
2232
+ [[package]]
2233
+ name = "typenum"
2234
+ version = "1.19.0"
2235
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2236
+ checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
2237
+
2238
+ [[package]]
2239
+ name = "unicode-ident"
2240
+ version = "1.0.24"
2241
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2242
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
2243
+
2244
+ [[package]]
2245
+ name = "unicode-segmentation"
2246
+ version = "1.13.2"
2247
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2248
+ checksum = "9629274872b2bfaf8d66f5f15725007f635594914870f65218920345aa11aa8c"
2249
+
2250
+ [[package]]
2251
+ name = "unicode-width"
2252
+ version = "0.1.14"
2253
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2254
+ checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
2255
+
2256
+ [[package]]
2257
+ name = "unicode-xid"
2258
+ version = "0.2.6"
2259
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2260
+ checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
2261
+
2262
+ [[package]]
2263
+ name = "untrusted"
2264
+ version = "0.9.0"
2265
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2266
+ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
2267
+
2268
+ [[package]]
2269
+ name = "url"
2270
+ version = "2.5.8"
2271
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2272
+ checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
2273
+ dependencies = [
2274
+ "form_urlencoded",
2275
+ "idna",
2276
+ "percent-encoding",
2277
+ "serde",
2278
+ ]
2279
+
2280
+ [[package]]
2281
+ name = "url-builder"
2282
+ version = "0.1.1"
2283
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2284
+ checksum = "6c560d19163937c53680c515b82a9311c5a796691c67890b8ad579423123e194"
2285
+
2286
+ [[package]]
2287
+ name = "utf8_iter"
2288
+ version = "1.0.4"
2289
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2290
+ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
2291
+
2292
+ [[package]]
2293
+ name = "utf8parse"
2294
+ version = "0.2.2"
2295
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2296
+ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
2297
+
2298
+ [[package]]
2299
+ name = "uuid"
2300
+ version = "1.23.0"
2301
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2302
+ checksum = "5ac8b6f42ead25368cf5b098aeb3dc8a1a2c05a3eee8a9a1a68c640edbfc79d9"
2303
+ dependencies = [
2304
+ "getrandom 0.4.2",
2305
+ "js-sys",
2306
+ "wasm-bindgen",
2307
+ ]
2308
+
2309
+ [[package]]
2310
+ name = "valuable"
2311
+ version = "0.1.1"
2312
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2313
+ checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
2314
+
2315
+ [[package]]
2316
+ name = "vcpkg"
2317
+ version = "0.2.15"
2318
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2319
+ checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
2320
+
2321
+ [[package]]
2322
+ name = "vec_map"
2323
+ version = "0.8.2"
2324
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2325
+ checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
2326
+
2327
+ [[package]]
2328
+ name = "version_check"
2329
+ version = "0.9.5"
2330
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2331
+ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
2332
+
2333
+ [[package]]
2334
+ name = "walkdir"
2335
+ version = "2.5.0"
2336
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2337
+ checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
2338
+ dependencies = [
2339
+ "same-file",
2340
+ "winapi-util",
2341
+ ]
2342
+
2343
+ [[package]]
2344
+ name = "want"
2345
+ version = "0.3.1"
2346
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2347
+ checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
2348
+ dependencies = [
2349
+ "try-lock",
2350
+ ]
2351
+
2352
+ [[package]]
2353
+ name = "wasi"
2354
+ version = "0.11.1+wasi-snapshot-preview1"
2355
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2356
+ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
2357
+
2358
+ [[package]]
2359
+ name = "wasip2"
2360
+ version = "1.0.2+wasi-0.2.9"
2361
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2362
+ checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5"
2363
+ dependencies = [
2364
+ "wit-bindgen",
2365
+ ]
2366
+
2367
+ [[package]]
2368
+ name = "wasip3"
2369
+ version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
2370
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2371
+ checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
2372
+ dependencies = [
2373
+ "wit-bindgen",
2374
+ ]
2375
+
2376
+ [[package]]
2377
+ name = "wasm-bindgen"
2378
+ version = "0.2.115"
2379
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2380
+ checksum = "6523d69017b7633e396a89c5efab138161ed5aafcbc8d3e5c5a42ae38f50495a"
2381
+ dependencies = [
2382
+ "cfg-if",
2383
+ "once_cell",
2384
+ "rustversion",
2385
+ "wasm-bindgen-macro",
2386
+ "wasm-bindgen-shared",
2387
+ ]
2388
+
2389
+ [[package]]
2390
+ name = "wasm-bindgen-futures"
2391
+ version = "0.4.65"
2392
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2393
+ checksum = "2d1faf851e778dfa54db7cd438b70758eba9755cb47403f3496edd7c8fc212f0"
2394
+ dependencies = [
2395
+ "js-sys",
2396
+ "wasm-bindgen",
2397
+ ]
2398
+
2399
+ [[package]]
2400
+ name = "wasm-bindgen-macro"
2401
+ version = "0.2.115"
2402
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2403
+ checksum = "4e3a6c758eb2f701ed3d052ff5737f5bfe6614326ea7f3bbac7156192dc32e67"
2404
+ dependencies = [
2405
+ "quote",
2406
+ "wasm-bindgen-macro-support",
2407
+ ]
2408
+
2409
+ [[package]]
2410
+ name = "wasm-bindgen-macro-support"
2411
+ version = "0.2.115"
2412
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2413
+ checksum = "921de2737904886b52bcbb237301552d05969a6f9c40d261eb0533c8b055fedf"
2414
+ dependencies = [
2415
+ "bumpalo",
2416
+ "proc-macro2",
2417
+ "quote",
2418
+ "syn 2.0.117",
2419
+ "wasm-bindgen-shared",
2420
+ ]
2421
+
2422
+ [[package]]
2423
+ name = "wasm-bindgen-shared"
2424
+ version = "0.2.115"
2425
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2426
+ checksum = "a93e946af942b58934c604527337bad9ae33ba1d5c6900bbb41c2c07c2364a93"
2427
+ dependencies = [
2428
+ "unicode-ident",
2429
+ ]
2430
+
2431
+ [[package]]
2432
+ name = "wasm-encoder"
2433
+ version = "0.244.0"
2434
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2435
+ checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
2436
+ dependencies = [
2437
+ "leb128fmt",
2438
+ "wasmparser",
2439
+ ]
2440
+
2441
+ [[package]]
2442
+ name = "wasm-metadata"
2443
+ version = "0.244.0"
2444
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2445
+ checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
2446
+ dependencies = [
2447
+ "anyhow",
2448
+ "indexmap",
2449
+ "wasm-encoder",
2450
+ "wasmparser",
2451
+ ]
2452
+
2453
+ [[package]]
2454
+ name = "wasmparser"
2455
+ version = "0.244.0"
2456
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2457
+ checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
2458
+ dependencies = [
2459
+ "bitflags 2.11.0",
2460
+ "hashbrown 0.15.5",
2461
+ "indexmap",
2462
+ "semver",
2463
+ ]
2464
+
2465
+ [[package]]
2466
+ name = "web-sys"
2467
+ version = "0.3.92"
2468
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2469
+ checksum = "84cde8507f4d7cfcb1185b8cb5890c494ffea65edbe1ba82cfd63661c805ed94"
2470
+ dependencies = [
2471
+ "js-sys",
2472
+ "wasm-bindgen",
2473
+ ]
2474
+
2475
+ [[package]]
2476
+ name = "web-time"
2477
+ version = "1.1.0"
2478
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2479
+ checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
2480
+ dependencies = [
2481
+ "js-sys",
2482
+ "wasm-bindgen",
2483
+ ]
2484
+
2485
+ [[package]]
2486
+ name = "winapi"
2487
+ version = "0.3.9"
2488
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2489
+ checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2490
+ dependencies = [
2491
+ "winapi-i686-pc-windows-gnu",
2492
+ "winapi-x86_64-pc-windows-gnu",
2493
+ ]
2494
+
2495
+ [[package]]
2496
+ name = "winapi-i686-pc-windows-gnu"
2497
+ version = "0.4.0"
2498
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2499
+ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2500
+
2501
+ [[package]]
2502
+ name = "winapi-util"
2503
+ version = "0.1.11"
2504
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2505
+ checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
2506
+ dependencies = [
2507
+ "windows-sys 0.61.2",
2508
+ ]
2509
+
2510
+ [[package]]
2511
+ name = "winapi-x86_64-pc-windows-gnu"
2512
+ version = "0.4.0"
2513
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2514
+ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2515
+
2516
+ [[package]]
2517
+ name = "windows"
2518
+ version = "0.48.0"
2519
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2520
+ checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
2521
+ dependencies = [
2522
+ "windows-targets 0.48.5",
2523
+ ]
2524
+
2525
+ [[package]]
2526
+ name = "windows-core"
2527
+ version = "0.62.2"
2528
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2529
+ checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
2530
+ dependencies = [
2531
+ "windows-implement",
2532
+ "windows-interface",
2533
+ "windows-link",
2534
+ "windows-result",
2535
+ "windows-strings",
2536
+ ]
2537
+
2538
+ [[package]]
2539
+ name = "windows-implement"
2540
+ version = "0.60.2"
2541
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2542
+ checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
2543
+ dependencies = [
2544
+ "proc-macro2",
2545
+ "quote",
2546
+ "syn 2.0.117",
2547
+ ]
2548
+
2549
+ [[package]]
2550
+ name = "windows-interface"
2551
+ version = "0.59.3"
2552
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2553
+ checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
2554
+ dependencies = [
2555
+ "proc-macro2",
2556
+ "quote",
2557
+ "syn 2.0.117",
2558
+ ]
2559
+
2560
+ [[package]]
2561
+ name = "windows-link"
2562
+ version = "0.2.1"
2563
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2564
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
2565
+
2566
+ [[package]]
2567
+ name = "windows-registry"
2568
+ version = "0.6.1"
2569
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2570
+ checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
2571
+ dependencies = [
2572
+ "windows-link",
2573
+ "windows-result",
2574
+ "windows-strings",
2575
+ ]
2576
+
2577
+ [[package]]
2578
+ name = "windows-result"
2579
+ version = "0.4.1"
2580
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2581
+ checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
2582
+ dependencies = [
2583
+ "windows-link",
2584
+ ]
2585
+
2586
+ [[package]]
2587
+ name = "windows-strings"
2588
+ version = "0.5.1"
2589
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2590
+ checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
2591
+ dependencies = [
2592
+ "windows-link",
2593
+ ]
2594
+
2595
+ [[package]]
2596
+ name = "windows-sys"
2597
+ version = "0.52.0"
2598
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2599
+ checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
2600
+ dependencies = [
2601
+ "windows-targets 0.52.6",
2602
+ ]
2603
+
2604
+ [[package]]
2605
+ name = "windows-sys"
2606
+ version = "0.60.2"
2607
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2608
+ checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
2609
+ dependencies = [
2610
+ "windows-targets 0.53.5",
2611
+ ]
2612
+
2613
+ [[package]]
2614
+ name = "windows-sys"
2615
+ version = "0.61.2"
2616
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2617
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
2618
+ dependencies = [
2619
+ "windows-link",
2620
+ ]
2621
+
2622
+ [[package]]
2623
+ name = "windows-targets"
2624
+ version = "0.48.5"
2625
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2626
+ checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
2627
+ dependencies = [
2628
+ "windows_aarch64_gnullvm 0.48.5",
2629
+ "windows_aarch64_msvc 0.48.5",
2630
+ "windows_i686_gnu 0.48.5",
2631
+ "windows_i686_msvc 0.48.5",
2632
+ "windows_x86_64_gnu 0.48.5",
2633
+ "windows_x86_64_gnullvm 0.48.5",
2634
+ "windows_x86_64_msvc 0.48.5",
2635
+ ]
2636
+
2637
+ [[package]]
2638
+ name = "windows-targets"
2639
+ version = "0.52.6"
2640
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2641
+ checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2642
+ dependencies = [
2643
+ "windows_aarch64_gnullvm 0.52.6",
2644
+ "windows_aarch64_msvc 0.52.6",
2645
+ "windows_i686_gnu 0.52.6",
2646
+ "windows_i686_gnullvm 0.52.6",
2647
+ "windows_i686_msvc 0.52.6",
2648
+ "windows_x86_64_gnu 0.52.6",
2649
+ "windows_x86_64_gnullvm 0.52.6",
2650
+ "windows_x86_64_msvc 0.52.6",
2651
+ ]
2652
+
2653
+ [[package]]
2654
+ name = "windows-targets"
2655
+ version = "0.53.5"
2656
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2657
+ checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
2658
+ dependencies = [
2659
+ "windows-link",
2660
+ "windows_aarch64_gnullvm 0.53.1",
2661
+ "windows_aarch64_msvc 0.53.1",
2662
+ "windows_i686_gnu 0.53.1",
2663
+ "windows_i686_gnullvm 0.53.1",
2664
+ "windows_i686_msvc 0.53.1",
2665
+ "windows_x86_64_gnu 0.53.1",
2666
+ "windows_x86_64_gnullvm 0.53.1",
2667
+ "windows_x86_64_msvc 0.53.1",
2668
+ ]
2669
+
2670
+ [[package]]
2671
+ name = "windows_aarch64_gnullvm"
2672
+ version = "0.48.5"
2673
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2674
+ checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
2675
+
2676
+ [[package]]
2677
+ name = "windows_aarch64_gnullvm"
2678
+ version = "0.52.6"
2679
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2680
+ checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2681
+
2682
+ [[package]]
2683
+ name = "windows_aarch64_gnullvm"
2684
+ version = "0.53.1"
2685
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2686
+ checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
2687
+
2688
+ [[package]]
2689
+ name = "windows_aarch64_msvc"
2690
+ version = "0.48.5"
2691
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2692
+ checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
2693
+
2694
+ [[package]]
2695
+ name = "windows_aarch64_msvc"
2696
+ version = "0.52.6"
2697
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2698
+ checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2699
+
2700
+ [[package]]
2701
+ name = "windows_aarch64_msvc"
2702
+ version = "0.53.1"
2703
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2704
+ checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
2705
+
2706
+ [[package]]
2707
+ name = "windows_i686_gnu"
2708
+ version = "0.48.5"
2709
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2710
+ checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
2711
+
2712
+ [[package]]
2713
+ name = "windows_i686_gnu"
2714
+ version = "0.52.6"
2715
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2716
+ checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
2717
+
2718
+ [[package]]
2719
+ name = "windows_i686_gnu"
2720
+ version = "0.53.1"
2721
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2722
+ checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
2723
+
2724
+ [[package]]
2725
+ name = "windows_i686_gnullvm"
2726
+ version = "0.52.6"
2727
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2728
+ checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2729
+
2730
+ [[package]]
2731
+ name = "windows_i686_gnullvm"
2732
+ version = "0.53.1"
2733
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2734
+ checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
2735
+
2736
+ [[package]]
2737
+ name = "windows_i686_msvc"
2738
+ version = "0.48.5"
2739
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2740
+ checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
2741
+
2742
+ [[package]]
2743
+ name = "windows_i686_msvc"
2744
+ version = "0.52.6"
2745
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2746
+ checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2747
+
2748
+ [[package]]
2749
+ name = "windows_i686_msvc"
2750
+ version = "0.53.1"
2751
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2752
+ checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
2753
+
2754
+ [[package]]
2755
+ name = "windows_x86_64_gnu"
2756
+ version = "0.48.5"
2757
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2758
+ checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
2759
+
2760
+ [[package]]
2761
+ name = "windows_x86_64_gnu"
2762
+ version = "0.52.6"
2763
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2764
+ checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2765
+
2766
+ [[package]]
2767
+ name = "windows_x86_64_gnu"
2768
+ version = "0.53.1"
2769
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2770
+ checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
2771
+
2772
+ [[package]]
2773
+ name = "windows_x86_64_gnullvm"
2774
+ version = "0.48.5"
2775
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2776
+ checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
2777
+
2778
+ [[package]]
2779
+ name = "windows_x86_64_gnullvm"
2780
+ version = "0.52.6"
2781
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2782
+ checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2783
+
2784
+ [[package]]
2785
+ name = "windows_x86_64_gnullvm"
2786
+ version = "0.53.1"
2787
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2788
+ checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
2789
+
2790
+ [[package]]
2791
+ name = "windows_x86_64_msvc"
2792
+ version = "0.48.5"
2793
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2794
+ checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
2795
+
2796
+ [[package]]
2797
+ name = "windows_x86_64_msvc"
2798
+ version = "0.52.6"
2799
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2800
+ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2801
+
2802
+ [[package]]
2803
+ name = "windows_x86_64_msvc"
2804
+ version = "0.53.1"
2805
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2806
+ checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
2807
+
2808
+ [[package]]
2809
+ name = "wit-bindgen"
2810
+ version = "0.51.0"
2811
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2812
+ checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
2813
+ dependencies = [
2814
+ "wit-bindgen-rust-macro",
2815
+ ]
2816
+
2817
+ [[package]]
2818
+ name = "wit-bindgen-core"
2819
+ version = "0.51.0"
2820
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2821
+ checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
2822
+ dependencies = [
2823
+ "anyhow",
2824
+ "heck 0.5.0",
2825
+ "wit-parser",
2826
+ ]
2827
+
2828
+ [[package]]
2829
+ name = "wit-bindgen-rust"
2830
+ version = "0.51.0"
2831
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2832
+ checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
2833
+ dependencies = [
2834
+ "anyhow",
2835
+ "heck 0.5.0",
2836
+ "indexmap",
2837
+ "prettyplease",
2838
+ "syn 2.0.117",
2839
+ "wasm-metadata",
2840
+ "wit-bindgen-core",
2841
+ "wit-component",
2842
+ ]
2843
+
2844
+ [[package]]
2845
+ name = "wit-bindgen-rust-macro"
2846
+ version = "0.51.0"
2847
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2848
+ checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
2849
+ dependencies = [
2850
+ "anyhow",
2851
+ "prettyplease",
2852
+ "proc-macro2",
2853
+ "quote",
2854
+ "syn 2.0.117",
2855
+ "wit-bindgen-core",
2856
+ "wit-bindgen-rust",
2857
+ ]
2858
+
2859
+ [[package]]
2860
+ name = "wit-component"
2861
+ version = "0.244.0"
2862
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2863
+ checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
2864
+ dependencies = [
2865
+ "anyhow",
2866
+ "bitflags 2.11.0",
2867
+ "indexmap",
2868
+ "log",
2869
+ "serde",
2870
+ "serde_derive",
2871
+ "serde_json",
2872
+ "wasm-encoder",
2873
+ "wasm-metadata",
2874
+ "wasmparser",
2875
+ "wit-parser",
2876
+ ]
2877
+
2878
+ [[package]]
2879
+ name = "wit-parser"
2880
+ version = "0.244.0"
2881
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2882
+ checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
2883
+ dependencies = [
2884
+ "anyhow",
2885
+ "id-arena",
2886
+ "indexmap",
2887
+ "log",
2888
+ "semver",
2889
+ "serde",
2890
+ "serde_derive",
2891
+ "serde_json",
2892
+ "unicode-xid",
2893
+ "wasmparser",
2894
+ ]
2895
+
2896
+ [[package]]
2897
+ name = "writeable"
2898
+ version = "0.6.2"
2899
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2900
+ checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9"
2901
+
2902
+ [[package]]
2903
+ name = "yoke"
2904
+ version = "0.8.1"
2905
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2906
+ checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954"
2907
+ dependencies = [
2908
+ "stable_deref_trait",
2909
+ "yoke-derive",
2910
+ "zerofrom",
2911
+ ]
2912
+
2913
+ [[package]]
2914
+ name = "yoke-derive"
2915
+ version = "0.8.1"
2916
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2917
+ checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d"
2918
+ dependencies = [
2919
+ "proc-macro2",
2920
+ "quote",
2921
+ "syn 2.0.117",
2922
+ "synstructure",
2923
+ ]
2924
+
2925
+ [[package]]
2926
+ name = "zerocopy"
2927
+ version = "0.8.48"
2928
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2929
+ checksum = "eed437bf9d6692032087e337407a86f04cd8d6a16a37199ed57949d415bd68e9"
2930
+ dependencies = [
2931
+ "zerocopy-derive",
2932
+ ]
2933
+
2934
+ [[package]]
2935
+ name = "zerocopy-derive"
2936
+ version = "0.8.48"
2937
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2938
+ checksum = "70e3cd084b1788766f53af483dd21f93881ff30d7320490ec3ef7526d203bad4"
2939
+ dependencies = [
2940
+ "proc-macro2",
2941
+ "quote",
2942
+ "syn 2.0.117",
2943
+ ]
2944
+
2945
+ [[package]]
2946
+ name = "zerofrom"
2947
+ version = "0.1.6"
2948
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2949
+ checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
2950
+ dependencies = [
2951
+ "zerofrom-derive",
2952
+ ]
2953
+
2954
+ [[package]]
2955
+ name = "zerofrom-derive"
2956
+ version = "0.1.6"
2957
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2958
+ checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
2959
+ dependencies = [
2960
+ "proc-macro2",
2961
+ "quote",
2962
+ "syn 2.0.117",
2963
+ "synstructure",
2964
+ ]
2965
+
2966
+ [[package]]
2967
+ name = "zeroize"
2968
+ version = "1.8.2"
2969
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2970
+ checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
2971
+
2972
+ [[package]]
2973
+ name = "zerotrie"
2974
+ version = "0.2.3"
2975
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2976
+ checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851"
2977
+ dependencies = [
2978
+ "displaydoc",
2979
+ "yoke",
2980
+ "zerofrom",
2981
+ ]
2982
+
2983
+ [[package]]
2984
+ name = "zerovec"
2985
+ version = "0.11.5"
2986
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2987
+ checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002"
2988
+ dependencies = [
2989
+ "yoke",
2990
+ "zerofrom",
2991
+ "zerovec-derive",
2992
+ ]
2993
+
2994
+ [[package]]
2995
+ name = "zerovec-derive"
2996
+ version = "0.11.2"
2997
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2998
+ checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3"
2999
+ dependencies = [
3000
+ "proc-macro2",
3001
+ "quote",
3002
+ "syn 2.0.117",
3003
+ ]
3004
+
3005
+ [[package]]
3006
+ name = "zmij"
3007
+ version = "1.0.21"
3008
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3009
+ checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"