@nmtjs/proxy 0.15.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/Cargo.lock ADDED
@@ -0,0 +1,2681 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 4
4
+
5
+ [[package]]
6
+ name = "addr2line"
7
+ version = "0.25.1"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b"
10
+ dependencies = [
11
+ "gimli",
12
+ ]
13
+
14
+ [[package]]
15
+ name = "adler2"
16
+ version = "2.0.1"
17
+ source = "registry+https://github.com/rust-lang/crates.io-index"
18
+ checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
19
+
20
+ [[package]]
21
+ name = "ahash"
22
+ version = "0.8.12"
23
+ source = "registry+https://github.com/rust-lang/crates.io-index"
24
+ checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
25
+ dependencies = [
26
+ "cfg-if",
27
+ "getrandom 0.3.4",
28
+ "once_cell",
29
+ "version_check",
30
+ "zerocopy",
31
+ ]
32
+
33
+ [[package]]
34
+ name = "aho-corasick"
35
+ version = "1.1.4"
36
+ source = "registry+https://github.com/rust-lang/crates.io-index"
37
+ checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
38
+ dependencies = [
39
+ "memchr",
40
+ ]
41
+
42
+ [[package]]
43
+ name = "alloc-no-stdlib"
44
+ version = "2.0.4"
45
+ source = "registry+https://github.com/rust-lang/crates.io-index"
46
+ checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
47
+
48
+ [[package]]
49
+ name = "alloc-stdlib"
50
+ version = "0.2.2"
51
+ source = "registry+https://github.com/rust-lang/crates.io-index"
52
+ checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
53
+ dependencies = [
54
+ "alloc-no-stdlib",
55
+ ]
56
+
57
+ [[package]]
58
+ name = "allocator-api2"
59
+ version = "0.2.21"
60
+ source = "registry+https://github.com/rust-lang/crates.io-index"
61
+ checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
62
+
63
+ [[package]]
64
+ name = "anstream"
65
+ version = "0.6.21"
66
+ source = "registry+https://github.com/rust-lang/crates.io-index"
67
+ checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
68
+ dependencies = [
69
+ "anstyle",
70
+ "anstyle-parse",
71
+ "anstyle-query",
72
+ "anstyle-wincon",
73
+ "colorchoice",
74
+ "is_terminal_polyfill",
75
+ "utf8parse",
76
+ ]
77
+
78
+ [[package]]
79
+ name = "anstyle"
80
+ version = "1.0.13"
81
+ source = "registry+https://github.com/rust-lang/crates.io-index"
82
+ checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
83
+
84
+ [[package]]
85
+ name = "anstyle-parse"
86
+ version = "0.2.7"
87
+ source = "registry+https://github.com/rust-lang/crates.io-index"
88
+ checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
89
+ dependencies = [
90
+ "utf8parse",
91
+ ]
92
+
93
+ [[package]]
94
+ name = "anstyle-query"
95
+ version = "1.1.5"
96
+ source = "registry+https://github.com/rust-lang/crates.io-index"
97
+ checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
98
+ dependencies = [
99
+ "windows-sys 0.61.2",
100
+ ]
101
+
102
+ [[package]]
103
+ name = "anstyle-wincon"
104
+ version = "3.0.11"
105
+ source = "registry+https://github.com/rust-lang/crates.io-index"
106
+ checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
107
+ dependencies = [
108
+ "anstyle",
109
+ "once_cell_polyfill",
110
+ "windows-sys 0.61.2",
111
+ ]
112
+
113
+ [[package]]
114
+ name = "arc-swap"
115
+ version = "1.7.1"
116
+ source = "registry+https://github.com/rust-lang/crates.io-index"
117
+ checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457"
118
+
119
+ [[package]]
120
+ name = "arrayvec"
121
+ version = "0.7.6"
122
+ source = "registry+https://github.com/rust-lang/crates.io-index"
123
+ checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
124
+
125
+ [[package]]
126
+ name = "async-stream"
127
+ version = "0.3.6"
128
+ source = "registry+https://github.com/rust-lang/crates.io-index"
129
+ checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
130
+ dependencies = [
131
+ "async-stream-impl",
132
+ "futures-core",
133
+ "pin-project-lite",
134
+ ]
135
+
136
+ [[package]]
137
+ name = "async-stream-impl"
138
+ version = "0.3.6"
139
+ source = "registry+https://github.com/rust-lang/crates.io-index"
140
+ checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
141
+ dependencies = [
142
+ "proc-macro2",
143
+ "quote",
144
+ "syn 2.0.111",
145
+ ]
146
+
147
+ [[package]]
148
+ name = "async-trait"
149
+ version = "0.1.89"
150
+ source = "registry+https://github.com/rust-lang/crates.io-index"
151
+ checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
152
+ dependencies = [
153
+ "proc-macro2",
154
+ "quote",
155
+ "syn 2.0.111",
156
+ ]
157
+
158
+ [[package]]
159
+ name = "atomic-waker"
160
+ version = "1.1.2"
161
+ source = "registry+https://github.com/rust-lang/crates.io-index"
162
+ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
163
+
164
+ [[package]]
165
+ name = "atty"
166
+ version = "0.2.14"
167
+ source = "registry+https://github.com/rust-lang/crates.io-index"
168
+ checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
169
+ dependencies = [
170
+ "hermit-abi",
171
+ "libc",
172
+ "winapi",
173
+ ]
174
+
175
+ [[package]]
176
+ name = "autocfg"
177
+ version = "1.5.0"
178
+ source = "registry+https://github.com/rust-lang/crates.io-index"
179
+ checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
180
+
181
+ [[package]]
182
+ name = "backtrace"
183
+ version = "0.3.76"
184
+ source = "registry+https://github.com/rust-lang/crates.io-index"
185
+ checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"
186
+ dependencies = [
187
+ "addr2line",
188
+ "cfg-if",
189
+ "libc",
190
+ "miniz_oxide",
191
+ "object",
192
+ "rustc-demangle",
193
+ "windows-link",
194
+ ]
195
+
196
+ [[package]]
197
+ name = "base64"
198
+ version = "0.22.1"
199
+ source = "registry+https://github.com/rust-lang/crates.io-index"
200
+ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
201
+
202
+ [[package]]
203
+ name = "bitflags"
204
+ version = "1.3.2"
205
+ source = "registry+https://github.com/rust-lang/crates.io-index"
206
+ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
207
+
208
+ [[package]]
209
+ name = "bitflags"
210
+ version = "2.10.0"
211
+ source = "registry+https://github.com/rust-lang/crates.io-index"
212
+ checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
213
+
214
+ [[package]]
215
+ name = "blake2"
216
+ version = "0.10.6"
217
+ source = "registry+https://github.com/rust-lang/crates.io-index"
218
+ checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"
219
+ dependencies = [
220
+ "digest",
221
+ ]
222
+
223
+ [[package]]
224
+ name = "block-buffer"
225
+ version = "0.10.4"
226
+ source = "registry+https://github.com/rust-lang/crates.io-index"
227
+ checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
228
+ dependencies = [
229
+ "generic-array",
230
+ ]
231
+
232
+ [[package]]
233
+ name = "brotli"
234
+ version = "3.5.0"
235
+ source = "registry+https://github.com/rust-lang/crates.io-index"
236
+ checksum = "d640d25bc63c50fb1f0b545ffd80207d2e10a4c965530809b40ba3386825c391"
237
+ dependencies = [
238
+ "alloc-no-stdlib",
239
+ "alloc-stdlib",
240
+ "brotli-decompressor",
241
+ ]
242
+
243
+ [[package]]
244
+ name = "brotli-decompressor"
245
+ version = "2.5.1"
246
+ source = "registry+https://github.com/rust-lang/crates.io-index"
247
+ checksum = "4e2e4afe60d7dd600fdd3de8d0f08c2b7ec039712e3b6137ff98b7004e82de4f"
248
+ dependencies = [
249
+ "alloc-no-stdlib",
250
+ "alloc-stdlib",
251
+ ]
252
+
253
+ [[package]]
254
+ name = "byteorder"
255
+ version = "1.5.0"
256
+ source = "registry+https://github.com/rust-lang/crates.io-index"
257
+ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
258
+
259
+ [[package]]
260
+ name = "bytes"
261
+ version = "1.11.0"
262
+ source = "registry+https://github.com/rust-lang/crates.io-index"
263
+ checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3"
264
+
265
+ [[package]]
266
+ name = "cc"
267
+ version = "1.2.49"
268
+ source = "registry+https://github.com/rust-lang/crates.io-index"
269
+ checksum = "90583009037521a116abf44494efecd645ba48b6622457080f080b85544e2215"
270
+ dependencies = [
271
+ "find-msvc-tools",
272
+ "jobserver",
273
+ "libc",
274
+ "shlex",
275
+ ]
276
+
277
+ [[package]]
278
+ name = "cf-rustracing"
279
+ version = "1.2.1"
280
+ source = "registry+https://github.com/rust-lang/crates.io-index"
281
+ checksum = "93f85c3824e4191621dec0551e3cef3d511f329da9a8990bf3e450a85651d97e"
282
+ dependencies = [
283
+ "backtrace",
284
+ "rand 0.8.5",
285
+ "tokio",
286
+ "trackable",
287
+ ]
288
+
289
+ [[package]]
290
+ name = "cf-rustracing-jaeger"
291
+ version = "1.2.2"
292
+ source = "registry+https://github.com/rust-lang/crates.io-index"
293
+ checksum = "a6a5f80d44c257c3300a7f45ada676c211e64bbbac591bbec19344a8f61fbcab"
294
+ dependencies = [
295
+ "cf-rustracing",
296
+ "hostname",
297
+ "local-ip-address",
298
+ "percent-encoding",
299
+ "rand 0.9.2",
300
+ "thrift_codec",
301
+ "tokio",
302
+ "trackable",
303
+ ]
304
+
305
+ [[package]]
306
+ name = "cfg-if"
307
+ version = "1.0.4"
308
+ source = "registry+https://github.com/rust-lang/crates.io-index"
309
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
310
+
311
+ [[package]]
312
+ name = "chrono"
313
+ version = "0.4.42"
314
+ source = "registry+https://github.com/rust-lang/crates.io-index"
315
+ checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
316
+ dependencies = [
317
+ "num-traits",
318
+ ]
319
+
320
+ [[package]]
321
+ name = "clap"
322
+ version = "3.2.25"
323
+ source = "registry+https://github.com/rust-lang/crates.io-index"
324
+ checksum = "4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123"
325
+ dependencies = [
326
+ "atty",
327
+ "bitflags 1.3.2",
328
+ "clap_derive",
329
+ "clap_lex",
330
+ "indexmap 1.9.3",
331
+ "once_cell",
332
+ "strsim 0.10.0",
333
+ "termcolor",
334
+ "textwrap",
335
+ ]
336
+
337
+ [[package]]
338
+ name = "clap_derive"
339
+ version = "3.2.25"
340
+ source = "registry+https://github.com/rust-lang/crates.io-index"
341
+ checksum = "ae6371b8bdc8b7d3959e9cf7b22d4435ef3e79e138688421ec654acf8c81b008"
342
+ dependencies = [
343
+ "heck 0.4.1",
344
+ "proc-macro-error",
345
+ "proc-macro2",
346
+ "quote",
347
+ "syn 1.0.109",
348
+ ]
349
+
350
+ [[package]]
351
+ name = "clap_lex"
352
+ version = "0.2.4"
353
+ source = "registry+https://github.com/rust-lang/crates.io-index"
354
+ checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
355
+ dependencies = [
356
+ "os_str_bytes",
357
+ ]
358
+
359
+ [[package]]
360
+ name = "cmake"
361
+ version = "0.1.54"
362
+ source = "registry+https://github.com/rust-lang/crates.io-index"
363
+ checksum = "e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0"
364
+ dependencies = [
365
+ "cc",
366
+ ]
367
+
368
+ [[package]]
369
+ name = "colorchoice"
370
+ version = "1.0.4"
371
+ source = "registry+https://github.com/rust-lang/crates.io-index"
372
+ checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
373
+
374
+ [[package]]
375
+ name = "convert_case"
376
+ version = "0.10.0"
377
+ source = "registry+https://github.com/rust-lang/crates.io-index"
378
+ checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9"
379
+ dependencies = [
380
+ "unicode-segmentation",
381
+ ]
382
+
383
+ [[package]]
384
+ name = "crc32fast"
385
+ version = "1.5.0"
386
+ source = "registry+https://github.com/rust-lang/crates.io-index"
387
+ checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
388
+ dependencies = [
389
+ "cfg-if",
390
+ ]
391
+
392
+ [[package]]
393
+ name = "crossbeam-queue"
394
+ version = "0.3.12"
395
+ source = "registry+https://github.com/rust-lang/crates.io-index"
396
+ checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
397
+ dependencies = [
398
+ "crossbeam-utils",
399
+ ]
400
+
401
+ [[package]]
402
+ name = "crossbeam-utils"
403
+ version = "0.8.21"
404
+ source = "registry+https://github.com/rust-lang/crates.io-index"
405
+ checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
406
+
407
+ [[package]]
408
+ name = "crypto-common"
409
+ version = "0.1.7"
410
+ source = "registry+https://github.com/rust-lang/crates.io-index"
411
+ checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
412
+ dependencies = [
413
+ "generic-array",
414
+ "typenum",
415
+ ]
416
+
417
+ [[package]]
418
+ name = "ctor"
419
+ version = "0.6.3"
420
+ source = "registry+https://github.com/rust-lang/crates.io-index"
421
+ checksum = "424e0138278faeb2b401f174ad17e715c829512d74f3d1e81eb43365c2e0590e"
422
+ dependencies = [
423
+ "ctor-proc-macro",
424
+ "dtor",
425
+ ]
426
+
427
+ [[package]]
428
+ name = "ctor-proc-macro"
429
+ version = "0.0.7"
430
+ source = "registry+https://github.com/rust-lang/crates.io-index"
431
+ checksum = "52560adf09603e58c9a7ee1fe1dcb95a16927b17c127f0ac02d6e768a0e25bc1"
432
+
433
+ [[package]]
434
+ name = "daemonize"
435
+ version = "0.5.0"
436
+ source = "registry+https://github.com/rust-lang/crates.io-index"
437
+ checksum = "ab8bfdaacb3c887a54d41bdf48d3af8873b3f5566469f8ba21b92057509f116e"
438
+ dependencies = [
439
+ "libc",
440
+ ]
441
+
442
+ [[package]]
443
+ name = "darling"
444
+ version = "0.20.11"
445
+ source = "registry+https://github.com/rust-lang/crates.io-index"
446
+ checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
447
+ dependencies = [
448
+ "darling_core",
449
+ "darling_macro",
450
+ ]
451
+
452
+ [[package]]
453
+ name = "darling_core"
454
+ version = "0.20.11"
455
+ source = "registry+https://github.com/rust-lang/crates.io-index"
456
+ checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
457
+ dependencies = [
458
+ "fnv",
459
+ "ident_case",
460
+ "proc-macro2",
461
+ "quote",
462
+ "strsim 0.11.1",
463
+ "syn 2.0.111",
464
+ ]
465
+
466
+ [[package]]
467
+ name = "darling_macro"
468
+ version = "0.20.11"
469
+ source = "registry+https://github.com/rust-lang/crates.io-index"
470
+ checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
471
+ dependencies = [
472
+ "darling_core",
473
+ "quote",
474
+ "syn 2.0.111",
475
+ ]
476
+
477
+ [[package]]
478
+ name = "derivative"
479
+ version = "2.2.0"
480
+ source = "registry+https://github.com/rust-lang/crates.io-index"
481
+ checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
482
+ dependencies = [
483
+ "proc-macro2",
484
+ "quote",
485
+ "syn 1.0.109",
486
+ ]
487
+
488
+ [[package]]
489
+ name = "derive_builder"
490
+ version = "0.20.2"
491
+ source = "registry+https://github.com/rust-lang/crates.io-index"
492
+ checksum = "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947"
493
+ dependencies = [
494
+ "derive_builder_macro",
495
+ ]
496
+
497
+ [[package]]
498
+ name = "derive_builder_core"
499
+ version = "0.20.2"
500
+ source = "registry+https://github.com/rust-lang/crates.io-index"
501
+ checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8"
502
+ dependencies = [
503
+ "darling",
504
+ "proc-macro2",
505
+ "quote",
506
+ "syn 2.0.111",
507
+ ]
508
+
509
+ [[package]]
510
+ name = "derive_builder_macro"
511
+ version = "0.20.2"
512
+ source = "registry+https://github.com/rust-lang/crates.io-index"
513
+ checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c"
514
+ dependencies = [
515
+ "derive_builder_core",
516
+ "syn 2.0.111",
517
+ ]
518
+
519
+ [[package]]
520
+ name = "digest"
521
+ version = "0.10.7"
522
+ source = "registry+https://github.com/rust-lang/crates.io-index"
523
+ checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
524
+ dependencies = [
525
+ "block-buffer",
526
+ "crypto-common",
527
+ "subtle",
528
+ ]
529
+
530
+ [[package]]
531
+ name = "displaydoc"
532
+ version = "0.2.5"
533
+ source = "registry+https://github.com/rust-lang/crates.io-index"
534
+ checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
535
+ dependencies = [
536
+ "proc-macro2",
537
+ "quote",
538
+ "syn 2.0.111",
539
+ ]
540
+
541
+ [[package]]
542
+ name = "dtor"
543
+ version = "0.1.1"
544
+ source = "registry+https://github.com/rust-lang/crates.io-index"
545
+ checksum = "404d02eeb088a82cfd873006cb713fe411306c7d182c344905e101fb1167d301"
546
+ dependencies = [
547
+ "dtor-proc-macro",
548
+ ]
549
+
550
+ [[package]]
551
+ name = "dtor-proc-macro"
552
+ version = "0.0.6"
553
+ source = "registry+https://github.com/rust-lang/crates.io-index"
554
+ checksum = "f678cf4a922c215c63e0de95eb1ff08a958a81d47e485cf9da1e27bf6305cfa5"
555
+
556
+ [[package]]
557
+ name = "either"
558
+ version = "1.15.0"
559
+ source = "registry+https://github.com/rust-lang/crates.io-index"
560
+ checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
561
+
562
+ [[package]]
563
+ name = "env_filter"
564
+ version = "0.1.4"
565
+ source = "registry+https://github.com/rust-lang/crates.io-index"
566
+ checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2"
567
+ dependencies = [
568
+ "log",
569
+ "regex",
570
+ ]
571
+
572
+ [[package]]
573
+ name = "env_logger"
574
+ version = "0.11.8"
575
+ source = "registry+https://github.com/rust-lang/crates.io-index"
576
+ checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
577
+ dependencies = [
578
+ "anstream",
579
+ "anstyle",
580
+ "env_filter",
581
+ "jiff",
582
+ "log",
583
+ ]
584
+
585
+ [[package]]
586
+ name = "equivalent"
587
+ version = "1.0.2"
588
+ source = "registry+https://github.com/rust-lang/crates.io-index"
589
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
590
+
591
+ [[package]]
592
+ name = "find-msvc-tools"
593
+ version = "0.1.5"
594
+ source = "registry+https://github.com/rust-lang/crates.io-index"
595
+ checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
596
+
597
+ [[package]]
598
+ name = "flate2"
599
+ version = "1.1.5"
600
+ source = "registry+https://github.com/rust-lang/crates.io-index"
601
+ checksum = "bfe33edd8e85a12a67454e37f8c75e730830d83e313556ab9ebf9ee7fbeb3bfb"
602
+ dependencies = [
603
+ "crc32fast",
604
+ "libz-ng-sys",
605
+ "miniz_oxide",
606
+ ]
607
+
608
+ [[package]]
609
+ name = "fnv"
610
+ version = "1.0.7"
611
+ source = "registry+https://github.com/rust-lang/crates.io-index"
612
+ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
613
+
614
+ [[package]]
615
+ name = "foldhash"
616
+ version = "0.1.5"
617
+ source = "registry+https://github.com/rust-lang/crates.io-index"
618
+ checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
619
+
620
+ [[package]]
621
+ name = "foldhash"
622
+ version = "0.2.0"
623
+ source = "registry+https://github.com/rust-lang/crates.io-index"
624
+ checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
625
+
626
+ [[package]]
627
+ name = "form_urlencoded"
628
+ version = "1.2.2"
629
+ source = "registry+https://github.com/rust-lang/crates.io-index"
630
+ checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
631
+ dependencies = [
632
+ "percent-encoding",
633
+ ]
634
+
635
+ [[package]]
636
+ name = "futures"
637
+ version = "0.3.31"
638
+ source = "registry+https://github.com/rust-lang/crates.io-index"
639
+ checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
640
+ dependencies = [
641
+ "futures-channel",
642
+ "futures-core",
643
+ "futures-executor",
644
+ "futures-io",
645
+ "futures-sink",
646
+ "futures-task",
647
+ "futures-util",
648
+ ]
649
+
650
+ [[package]]
651
+ name = "futures-channel"
652
+ version = "0.3.31"
653
+ source = "registry+https://github.com/rust-lang/crates.io-index"
654
+ checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
655
+ dependencies = [
656
+ "futures-core",
657
+ "futures-sink",
658
+ ]
659
+
660
+ [[package]]
661
+ name = "futures-core"
662
+ version = "0.3.31"
663
+ source = "registry+https://github.com/rust-lang/crates.io-index"
664
+ checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
665
+
666
+ [[package]]
667
+ name = "futures-executor"
668
+ version = "0.3.31"
669
+ source = "registry+https://github.com/rust-lang/crates.io-index"
670
+ checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
671
+ dependencies = [
672
+ "futures-core",
673
+ "futures-task",
674
+ "futures-util",
675
+ ]
676
+
677
+ [[package]]
678
+ name = "futures-io"
679
+ version = "0.3.31"
680
+ source = "registry+https://github.com/rust-lang/crates.io-index"
681
+ checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
682
+
683
+ [[package]]
684
+ name = "futures-macro"
685
+ version = "0.3.31"
686
+ source = "registry+https://github.com/rust-lang/crates.io-index"
687
+ checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
688
+ dependencies = [
689
+ "proc-macro2",
690
+ "quote",
691
+ "syn 2.0.111",
692
+ ]
693
+
694
+ [[package]]
695
+ name = "futures-sink"
696
+ version = "0.3.31"
697
+ source = "registry+https://github.com/rust-lang/crates.io-index"
698
+ checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
699
+
700
+ [[package]]
701
+ name = "futures-task"
702
+ version = "0.3.31"
703
+ source = "registry+https://github.com/rust-lang/crates.io-index"
704
+ checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
705
+
706
+ [[package]]
707
+ name = "futures-util"
708
+ version = "0.3.31"
709
+ source = "registry+https://github.com/rust-lang/crates.io-index"
710
+ checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
711
+ dependencies = [
712
+ "futures-channel",
713
+ "futures-core",
714
+ "futures-io",
715
+ "futures-macro",
716
+ "futures-sink",
717
+ "futures-task",
718
+ "memchr",
719
+ "pin-project-lite",
720
+ "pin-utils",
721
+ "slab",
722
+ ]
723
+
724
+ [[package]]
725
+ name = "generic-array"
726
+ version = "0.14.7"
727
+ source = "registry+https://github.com/rust-lang/crates.io-index"
728
+ checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
729
+ dependencies = [
730
+ "typenum",
731
+ "version_check",
732
+ ]
733
+
734
+ [[package]]
735
+ name = "getrandom"
736
+ version = "0.2.16"
737
+ source = "registry+https://github.com/rust-lang/crates.io-index"
738
+ checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
739
+ dependencies = [
740
+ "cfg-if",
741
+ "libc",
742
+ "wasi",
743
+ ]
744
+
745
+ [[package]]
746
+ name = "getrandom"
747
+ version = "0.3.4"
748
+ source = "registry+https://github.com/rust-lang/crates.io-index"
749
+ checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
750
+ dependencies = [
751
+ "cfg-if",
752
+ "libc",
753
+ "r-efi",
754
+ "wasip2",
755
+ ]
756
+
757
+ [[package]]
758
+ name = "getset"
759
+ version = "0.1.6"
760
+ source = "registry+https://github.com/rust-lang/crates.io-index"
761
+ checksum = "9cf0fc11e47561d47397154977bc219f4cf809b2974facc3ccb3b89e2436f912"
762
+ dependencies = [
763
+ "proc-macro-error2",
764
+ "proc-macro2",
765
+ "quote",
766
+ "syn 2.0.111",
767
+ ]
768
+
769
+ [[package]]
770
+ name = "gimli"
771
+ version = "0.32.3"
772
+ source = "registry+https://github.com/rust-lang/crates.io-index"
773
+ checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
774
+
775
+ [[package]]
776
+ name = "h2"
777
+ version = "0.4.12"
778
+ source = "registry+https://github.com/rust-lang/crates.io-index"
779
+ checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
780
+ dependencies = [
781
+ "atomic-waker",
782
+ "bytes",
783
+ "fnv",
784
+ "futures-core",
785
+ "futures-sink",
786
+ "http",
787
+ "indexmap 2.12.1",
788
+ "slab",
789
+ "tokio",
790
+ "tokio-util",
791
+ "tracing",
792
+ ]
793
+
794
+ [[package]]
795
+ name = "hashbrown"
796
+ version = "0.12.3"
797
+ source = "registry+https://github.com/rust-lang/crates.io-index"
798
+ checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
799
+
800
+ [[package]]
801
+ name = "hashbrown"
802
+ version = "0.15.5"
803
+ source = "registry+https://github.com/rust-lang/crates.io-index"
804
+ checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
805
+ dependencies = [
806
+ "allocator-api2",
807
+ "equivalent",
808
+ "foldhash 0.1.5",
809
+ ]
810
+
811
+ [[package]]
812
+ name = "hashbrown"
813
+ version = "0.16.1"
814
+ source = "registry+https://github.com/rust-lang/crates.io-index"
815
+ checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
816
+ dependencies = [
817
+ "allocator-api2",
818
+ "equivalent",
819
+ "foldhash 0.2.0",
820
+ ]
821
+
822
+ [[package]]
823
+ name = "heck"
824
+ version = "0.4.1"
825
+ source = "registry+https://github.com/rust-lang/crates.io-index"
826
+ checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
827
+
828
+ [[package]]
829
+ name = "heck"
830
+ version = "0.5.0"
831
+ source = "registry+https://github.com/rust-lang/crates.io-index"
832
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
833
+
834
+ [[package]]
835
+ name = "hermit-abi"
836
+ version = "0.1.19"
837
+ source = "registry+https://github.com/rust-lang/crates.io-index"
838
+ checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
839
+ dependencies = [
840
+ "libc",
841
+ ]
842
+
843
+ [[package]]
844
+ name = "hex"
845
+ version = "0.4.3"
846
+ source = "registry+https://github.com/rust-lang/crates.io-index"
847
+ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
848
+
849
+ [[package]]
850
+ name = "hostname"
851
+ version = "0.4.2"
852
+ source = "registry+https://github.com/rust-lang/crates.io-index"
853
+ checksum = "617aaa3557aef3810a6369d0a99fac8a080891b68bd9f9812a1eeda0c0730cbd"
854
+ dependencies = [
855
+ "cfg-if",
856
+ "libc",
857
+ "windows-link",
858
+ ]
859
+
860
+ [[package]]
861
+ name = "http"
862
+ version = "1.4.0"
863
+ source = "registry+https://github.com/rust-lang/crates.io-index"
864
+ checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a"
865
+ dependencies = [
866
+ "bytes",
867
+ "itoa",
868
+ ]
869
+
870
+ [[package]]
871
+ name = "httparse"
872
+ version = "1.10.1"
873
+ source = "registry+https://github.com/rust-lang/crates.io-index"
874
+ checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
875
+
876
+ [[package]]
877
+ name = "httpdate"
878
+ version = "1.0.3"
879
+ source = "registry+https://github.com/rust-lang/crates.io-index"
880
+ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
881
+
882
+ [[package]]
883
+ name = "icu_collections"
884
+ version = "2.1.1"
885
+ source = "registry+https://github.com/rust-lang/crates.io-index"
886
+ checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43"
887
+ dependencies = [
888
+ "displaydoc",
889
+ "potential_utf",
890
+ "yoke",
891
+ "zerofrom",
892
+ "zerovec",
893
+ ]
894
+
895
+ [[package]]
896
+ name = "icu_locale_core"
897
+ version = "2.1.1"
898
+ source = "registry+https://github.com/rust-lang/crates.io-index"
899
+ checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6"
900
+ dependencies = [
901
+ "displaydoc",
902
+ "litemap",
903
+ "tinystr",
904
+ "writeable",
905
+ "zerovec",
906
+ ]
907
+
908
+ [[package]]
909
+ name = "icu_normalizer"
910
+ version = "2.1.1"
911
+ source = "registry+https://github.com/rust-lang/crates.io-index"
912
+ checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599"
913
+ dependencies = [
914
+ "icu_collections",
915
+ "icu_normalizer_data",
916
+ "icu_properties",
917
+ "icu_provider",
918
+ "smallvec",
919
+ "zerovec",
920
+ ]
921
+
922
+ [[package]]
923
+ name = "icu_normalizer_data"
924
+ version = "2.1.1"
925
+ source = "registry+https://github.com/rust-lang/crates.io-index"
926
+ checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a"
927
+
928
+ [[package]]
929
+ name = "icu_properties"
930
+ version = "2.1.1"
931
+ source = "registry+https://github.com/rust-lang/crates.io-index"
932
+ checksum = "e93fcd3157766c0c8da2f8cff6ce651a31f0810eaa1c51ec363ef790bbb5fb99"
933
+ dependencies = [
934
+ "icu_collections",
935
+ "icu_locale_core",
936
+ "icu_properties_data",
937
+ "icu_provider",
938
+ "zerotrie",
939
+ "zerovec",
940
+ ]
941
+
942
+ [[package]]
943
+ name = "icu_properties_data"
944
+ version = "2.1.1"
945
+ source = "registry+https://github.com/rust-lang/crates.io-index"
946
+ checksum = "02845b3647bb045f1100ecd6480ff52f34c35f82d9880e029d329c21d1054899"
947
+
948
+ [[package]]
949
+ name = "icu_provider"
950
+ version = "2.1.1"
951
+ source = "registry+https://github.com/rust-lang/crates.io-index"
952
+ checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614"
953
+ dependencies = [
954
+ "displaydoc",
955
+ "icu_locale_core",
956
+ "writeable",
957
+ "yoke",
958
+ "zerofrom",
959
+ "zerotrie",
960
+ "zerovec",
961
+ ]
962
+
963
+ [[package]]
964
+ name = "ident_case"
965
+ version = "1.0.1"
966
+ source = "registry+https://github.com/rust-lang/crates.io-index"
967
+ checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
968
+
969
+ [[package]]
970
+ name = "idna"
971
+ version = "1.1.0"
972
+ source = "registry+https://github.com/rust-lang/crates.io-index"
973
+ checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
974
+ dependencies = [
975
+ "idna_adapter",
976
+ "smallvec",
977
+ "utf8_iter",
978
+ ]
979
+
980
+ [[package]]
981
+ name = "idna_adapter"
982
+ version = "1.2.1"
983
+ source = "registry+https://github.com/rust-lang/crates.io-index"
984
+ checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
985
+ dependencies = [
986
+ "icu_normalizer",
987
+ "icu_properties",
988
+ ]
989
+
990
+ [[package]]
991
+ name = "indexmap"
992
+ version = "1.9.3"
993
+ source = "registry+https://github.com/rust-lang/crates.io-index"
994
+ checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
995
+ dependencies = [
996
+ "autocfg",
997
+ "hashbrown 0.12.3",
998
+ ]
999
+
1000
+ [[package]]
1001
+ name = "indexmap"
1002
+ version = "2.12.1"
1003
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1004
+ checksum = "0ad4bb2b565bca0645f4d68c5c9af97fba094e9791da685bf83cb5f3ce74acf2"
1005
+ dependencies = [
1006
+ "equivalent",
1007
+ "hashbrown 0.16.1",
1008
+ ]
1009
+
1010
+ [[package]]
1011
+ name = "is_terminal_polyfill"
1012
+ version = "1.70.2"
1013
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1014
+ checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
1015
+
1016
+ [[package]]
1017
+ name = "itoa"
1018
+ version = "1.0.15"
1019
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1020
+ checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
1021
+
1022
+ [[package]]
1023
+ name = "jiff"
1024
+ version = "0.2.16"
1025
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1026
+ checksum = "49cce2b81f2098e7e3efc35bc2e0a6b7abec9d34128283d7a26fa8f32a6dbb35"
1027
+ dependencies = [
1028
+ "jiff-static",
1029
+ "log",
1030
+ "portable-atomic",
1031
+ "portable-atomic-util",
1032
+ "serde_core",
1033
+ ]
1034
+
1035
+ [[package]]
1036
+ name = "jiff-static"
1037
+ version = "0.2.16"
1038
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1039
+ checksum = "980af8b43c3ad5d8d349ace167ec8170839f753a42d233ba19e08afe1850fa69"
1040
+ dependencies = [
1041
+ "proc-macro2",
1042
+ "quote",
1043
+ "syn 2.0.111",
1044
+ ]
1045
+
1046
+ [[package]]
1047
+ name = "jobserver"
1048
+ version = "0.1.34"
1049
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1050
+ checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
1051
+ dependencies = [
1052
+ "getrandom 0.3.4",
1053
+ "libc",
1054
+ ]
1055
+
1056
+ [[package]]
1057
+ name = "lazy_static"
1058
+ version = "1.5.0"
1059
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1060
+ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
1061
+
1062
+ [[package]]
1063
+ name = "libc"
1064
+ version = "0.2.178"
1065
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1066
+ checksum = "37c93d8daa9d8a012fd8ab92f088405fb202ea0b6ab73ee2482ae66af4f42091"
1067
+
1068
+ [[package]]
1069
+ name = "libloading"
1070
+ version = "0.9.0"
1071
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1072
+ checksum = "754ca22de805bb5744484a5b151a9e1a8e837d5dc232c2d7d8c2e3492edc8b60"
1073
+ dependencies = [
1074
+ "cfg-if",
1075
+ "windows-link",
1076
+ ]
1077
+
1078
+ [[package]]
1079
+ name = "libz-ng-sys"
1080
+ version = "1.1.23"
1081
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1082
+ checksum = "7bf914b7dd154ca9193afec311d8e39345c1bd93b48b3faa77329f0db8f553c0"
1083
+ dependencies = [
1084
+ "cmake",
1085
+ "libc",
1086
+ ]
1087
+
1088
+ [[package]]
1089
+ name = "linked-hash-map"
1090
+ version = "0.5.6"
1091
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1092
+ checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
1093
+
1094
+ [[package]]
1095
+ name = "litemap"
1096
+ version = "0.8.1"
1097
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1098
+ checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77"
1099
+
1100
+ [[package]]
1101
+ name = "local-ip-address"
1102
+ version = "0.6.6"
1103
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1104
+ checksum = "786c72d9739fc316a7acf9b22d9c2794ac9cb91074e9668feb04304ab7219783"
1105
+ dependencies = [
1106
+ "libc",
1107
+ "neli",
1108
+ "thiserror 2.0.17",
1109
+ "windows-sys 0.61.2",
1110
+ ]
1111
+
1112
+ [[package]]
1113
+ name = "lock_api"
1114
+ version = "0.4.14"
1115
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1116
+ checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
1117
+ dependencies = [
1118
+ "scopeguard",
1119
+ ]
1120
+
1121
+ [[package]]
1122
+ name = "log"
1123
+ version = "0.4.29"
1124
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1125
+ checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
1126
+
1127
+ [[package]]
1128
+ name = "lru"
1129
+ version = "0.14.0"
1130
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1131
+ checksum = "9f8cc7106155f10bdf99a6f379688f543ad6596a415375b36a59a054ceda1198"
1132
+ dependencies = [
1133
+ "hashbrown 0.15.5",
1134
+ ]
1135
+
1136
+ [[package]]
1137
+ name = "memchr"
1138
+ version = "2.7.6"
1139
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1140
+ checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
1141
+
1142
+ [[package]]
1143
+ name = "memoffset"
1144
+ version = "0.6.5"
1145
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1146
+ checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
1147
+ dependencies = [
1148
+ "autocfg",
1149
+ ]
1150
+
1151
+ [[package]]
1152
+ name = "miniz_oxide"
1153
+ version = "0.8.9"
1154
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1155
+ checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
1156
+ dependencies = [
1157
+ "adler2",
1158
+ "simd-adler32",
1159
+ ]
1160
+
1161
+ [[package]]
1162
+ name = "mio"
1163
+ version = "1.1.1"
1164
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1165
+ checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc"
1166
+ dependencies = [
1167
+ "libc",
1168
+ "wasi",
1169
+ "windows-sys 0.61.2",
1170
+ ]
1171
+
1172
+ [[package]]
1173
+ name = "napi"
1174
+ version = "3.6.1"
1175
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1176
+ checksum = "3af30fe8e799dda3a555c496c59e960e4cff1e931b63acbaf3a3b25d9fad22b6"
1177
+ dependencies = [
1178
+ "bitflags 2.10.0",
1179
+ "ctor",
1180
+ "futures",
1181
+ "napi-build",
1182
+ "napi-sys",
1183
+ "nohash-hasher",
1184
+ "rustc-hash",
1185
+ "tokio",
1186
+ ]
1187
+
1188
+ [[package]]
1189
+ name = "napi-build"
1190
+ version = "2.3.1"
1191
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1192
+ checksum = "d376940fd5b723c6893cd1ee3f33abbfd86acb1cd1ec079f3ab04a2a3bc4d3b1"
1193
+
1194
+ [[package]]
1195
+ name = "napi-derive"
1196
+ version = "3.4.0"
1197
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1198
+ checksum = "47cffa09ea668c4cc5d7b1198780882e28780ed1804a903b80680725426223d9"
1199
+ dependencies = [
1200
+ "convert_case",
1201
+ "ctor",
1202
+ "napi-derive-backend",
1203
+ "proc-macro2",
1204
+ "quote",
1205
+ "syn 2.0.111",
1206
+ ]
1207
+
1208
+ [[package]]
1209
+ name = "napi-derive-backend"
1210
+ version = "4.0.0"
1211
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1212
+ checksum = "5e186227ec22f4675267a176d98dffecb27e6cc88926cbb7efb5427268565c0f"
1213
+ dependencies = [
1214
+ "convert_case",
1215
+ "proc-macro2",
1216
+ "quote",
1217
+ "semver",
1218
+ "syn 2.0.111",
1219
+ ]
1220
+
1221
+ [[package]]
1222
+ name = "napi-sys"
1223
+ version = "3.2.1"
1224
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1225
+ checksum = "8eb602b84d7c1edae45e50bbf1374696548f36ae179dfa667f577e384bb90c2b"
1226
+ dependencies = [
1227
+ "libloading",
1228
+ ]
1229
+
1230
+ [[package]]
1231
+ name = "neemata-proxy"
1232
+ version = "0.1.0"
1233
+ dependencies = [
1234
+ "async-trait",
1235
+ "env_logger",
1236
+ "http",
1237
+ "log",
1238
+ "napi",
1239
+ "napi-build",
1240
+ "napi-derive",
1241
+ "pingora",
1242
+ "pingora-load-balancing",
1243
+ "tokio",
1244
+ "url",
1245
+ ]
1246
+
1247
+ [[package]]
1248
+ name = "neli"
1249
+ version = "0.7.3"
1250
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1251
+ checksum = "e23bebbf3e157c402c4d5ee113233e5e0610cc27453b2f07eefce649c7365dcc"
1252
+ dependencies = [
1253
+ "bitflags 2.10.0",
1254
+ "byteorder",
1255
+ "derive_builder",
1256
+ "getset",
1257
+ "libc",
1258
+ "log",
1259
+ "neli-proc-macros",
1260
+ "parking_lot",
1261
+ ]
1262
+
1263
+ [[package]]
1264
+ name = "neli-proc-macros"
1265
+ version = "0.2.2"
1266
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1267
+ checksum = "05d8d08c6e98f20a62417478ebf7be8e1425ec9acecc6f63e22da633f6b71609"
1268
+ dependencies = [
1269
+ "either",
1270
+ "proc-macro2",
1271
+ "quote",
1272
+ "serde",
1273
+ "syn 2.0.111",
1274
+ ]
1275
+
1276
+ [[package]]
1277
+ name = "nix"
1278
+ version = "0.24.3"
1279
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1280
+ checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069"
1281
+ dependencies = [
1282
+ "bitflags 1.3.2",
1283
+ "cfg-if",
1284
+ "libc",
1285
+ "memoffset",
1286
+ ]
1287
+
1288
+ [[package]]
1289
+ name = "nohash-hasher"
1290
+ version = "0.2.0"
1291
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1292
+ checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"
1293
+
1294
+ [[package]]
1295
+ name = "num-traits"
1296
+ version = "0.2.19"
1297
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1298
+ checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1299
+ dependencies = [
1300
+ "autocfg",
1301
+ ]
1302
+
1303
+ [[package]]
1304
+ name = "object"
1305
+ version = "0.37.3"
1306
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1307
+ checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
1308
+ dependencies = [
1309
+ "memchr",
1310
+ ]
1311
+
1312
+ [[package]]
1313
+ name = "once_cell"
1314
+ version = "1.21.3"
1315
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1316
+ checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
1317
+
1318
+ [[package]]
1319
+ name = "once_cell_polyfill"
1320
+ version = "1.70.2"
1321
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1322
+ checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
1323
+
1324
+ [[package]]
1325
+ name = "openssl-probe"
1326
+ version = "0.1.6"
1327
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1328
+ checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
1329
+
1330
+ [[package]]
1331
+ name = "os_str_bytes"
1332
+ version = "6.6.1"
1333
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1334
+ checksum = "e2355d85b9a3786f481747ced0e0ff2ba35213a1f9bd406ed906554d7af805a1"
1335
+
1336
+ [[package]]
1337
+ name = "parking_lot"
1338
+ version = "0.12.5"
1339
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1340
+ checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
1341
+ dependencies = [
1342
+ "lock_api",
1343
+ "parking_lot_core",
1344
+ ]
1345
+
1346
+ [[package]]
1347
+ name = "parking_lot_core"
1348
+ version = "0.9.12"
1349
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1350
+ checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
1351
+ dependencies = [
1352
+ "cfg-if",
1353
+ "libc",
1354
+ "redox_syscall",
1355
+ "smallvec",
1356
+ "windows-link",
1357
+ ]
1358
+
1359
+ [[package]]
1360
+ name = "paste"
1361
+ version = "1.0.15"
1362
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1363
+ checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
1364
+
1365
+ [[package]]
1366
+ name = "percent-encoding"
1367
+ version = "2.3.2"
1368
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1369
+ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
1370
+
1371
+ [[package]]
1372
+ name = "pin-project-lite"
1373
+ version = "0.2.16"
1374
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1375
+ checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
1376
+
1377
+ [[package]]
1378
+ name = "pin-utils"
1379
+ version = "0.1.0"
1380
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1381
+ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1382
+
1383
+ [[package]]
1384
+ name = "pingora"
1385
+ version = "0.6.0"
1386
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1387
+ checksum = "1a1f02a6347e81953ab831fdcf090a028db12d67ec3badf47831d1299dac6e20"
1388
+ dependencies = [
1389
+ "pingora-core",
1390
+ "pingora-http",
1391
+ "pingora-load-balancing",
1392
+ "pingora-proxy",
1393
+ "pingora-timeout",
1394
+ ]
1395
+
1396
+ [[package]]
1397
+ name = "pingora-cache"
1398
+ version = "0.6.0"
1399
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1400
+ checksum = "7ef622051fbb2cb98a524df3a8112f02d0919ccda600a44d705ec550f1a28fe2"
1401
+ dependencies = [
1402
+ "ahash",
1403
+ "async-trait",
1404
+ "blake2",
1405
+ "bytes",
1406
+ "cf-rustracing",
1407
+ "cf-rustracing-jaeger",
1408
+ "hex",
1409
+ "http",
1410
+ "httparse",
1411
+ "httpdate",
1412
+ "indexmap 1.9.3",
1413
+ "log",
1414
+ "lru",
1415
+ "once_cell",
1416
+ "parking_lot",
1417
+ "pingora-core",
1418
+ "pingora-error",
1419
+ "pingora-header-serde",
1420
+ "pingora-http",
1421
+ "pingora-lru",
1422
+ "pingora-timeout",
1423
+ "rand 0.8.5",
1424
+ "regex",
1425
+ "rmp",
1426
+ "rmp-serde",
1427
+ "serde",
1428
+ "strum",
1429
+ "tokio",
1430
+ ]
1431
+
1432
+ [[package]]
1433
+ name = "pingora-core"
1434
+ version = "0.6.0"
1435
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1436
+ checksum = "76f63d3f67d99c95a1f85623fc43242fd644dd12ccbaa18c38a54e1580c6846a"
1437
+ dependencies = [
1438
+ "ahash",
1439
+ "async-trait",
1440
+ "brotli",
1441
+ "bytes",
1442
+ "chrono",
1443
+ "clap",
1444
+ "daemonize",
1445
+ "derivative",
1446
+ "flate2",
1447
+ "futures",
1448
+ "h2",
1449
+ "http",
1450
+ "httparse",
1451
+ "httpdate",
1452
+ "libc",
1453
+ "log",
1454
+ "nix",
1455
+ "once_cell",
1456
+ "openssl-probe",
1457
+ "parking_lot",
1458
+ "percent-encoding",
1459
+ "pingora-error",
1460
+ "pingora-http",
1461
+ "pingora-pool",
1462
+ "pingora-runtime",
1463
+ "pingora-timeout",
1464
+ "prometheus",
1465
+ "rand 0.8.5",
1466
+ "regex",
1467
+ "serde",
1468
+ "serde_yaml",
1469
+ "sfv",
1470
+ "socket2",
1471
+ "strum",
1472
+ "strum_macros",
1473
+ "tokio",
1474
+ "tokio-test",
1475
+ "unicase",
1476
+ "windows-sys 0.59.0",
1477
+ "zstd",
1478
+ ]
1479
+
1480
+ [[package]]
1481
+ name = "pingora-error"
1482
+ version = "0.6.0"
1483
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1484
+ checksum = "52119570d3f4644e09654ad24df2b7d851bf12eaa8c4148b4674c7f90916598e"
1485
+
1486
+ [[package]]
1487
+ name = "pingora-header-serde"
1488
+ version = "0.6.0"
1489
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1490
+ checksum = "252a16def05c7adbbdda776e87b2be36e9481c8a77249207a2f3b563e8933b35"
1491
+ dependencies = [
1492
+ "bytes",
1493
+ "http",
1494
+ "httparse",
1495
+ "pingora-error",
1496
+ "pingora-http",
1497
+ "thread_local",
1498
+ "zstd",
1499
+ "zstd-safe",
1500
+ ]
1501
+
1502
+ [[package]]
1503
+ name = "pingora-http"
1504
+ version = "0.6.0"
1505
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1506
+ checksum = "5a3542fd0fd0a83212882c5066ae739ba51804f20d624ff7e12ec85113c5c89a"
1507
+ dependencies = [
1508
+ "bytes",
1509
+ "http",
1510
+ "pingora-error",
1511
+ ]
1512
+
1513
+ [[package]]
1514
+ name = "pingora-ketama"
1515
+ version = "0.6.0"
1516
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1517
+ checksum = "3f5dd8546b1874d5cfca594375c1cfb852c3dffd4f060428fa031a6e790dea18"
1518
+ dependencies = [
1519
+ "crc32fast",
1520
+ ]
1521
+
1522
+ [[package]]
1523
+ name = "pingora-load-balancing"
1524
+ version = "0.6.0"
1525
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1526
+ checksum = "4b5bb0314830a64b73b50b3782f3089f87947b61b4324c804d6f8d4ff9ce1c70"
1527
+ dependencies = [
1528
+ "arc-swap",
1529
+ "async-trait",
1530
+ "derivative",
1531
+ "fnv",
1532
+ "futures",
1533
+ "http",
1534
+ "log",
1535
+ "pingora-core",
1536
+ "pingora-error",
1537
+ "pingora-http",
1538
+ "pingora-ketama",
1539
+ "pingora-runtime",
1540
+ "rand 0.8.5",
1541
+ "tokio",
1542
+ ]
1543
+
1544
+ [[package]]
1545
+ name = "pingora-lru"
1546
+ version = "0.6.0"
1547
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1548
+ checksum = "ba89e4400cb978f0d7be1c14bd7ab4168c8e2c00d97ff19f964fc0048780237c"
1549
+ dependencies = [
1550
+ "arrayvec",
1551
+ "hashbrown 0.16.1",
1552
+ "parking_lot",
1553
+ "rand 0.8.5",
1554
+ ]
1555
+
1556
+ [[package]]
1557
+ name = "pingora-pool"
1558
+ version = "0.6.0"
1559
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1560
+ checksum = "996c574f30a6e1ad10b47ac1626a86e0e47d5075953dd049d60df16ba5f7076e"
1561
+ dependencies = [
1562
+ "crossbeam-queue",
1563
+ "log",
1564
+ "lru",
1565
+ "parking_lot",
1566
+ "pingora-timeout",
1567
+ "thread_local",
1568
+ "tokio",
1569
+ ]
1570
+
1571
+ [[package]]
1572
+ name = "pingora-proxy"
1573
+ version = "0.6.0"
1574
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1575
+ checksum = "6c4097fd2639905bf5b81f3618551cd826d5e03aac063e17fd7a4137f19c1a5b"
1576
+ dependencies = [
1577
+ "async-trait",
1578
+ "bytes",
1579
+ "clap",
1580
+ "futures",
1581
+ "h2",
1582
+ "http",
1583
+ "log",
1584
+ "once_cell",
1585
+ "pingora-cache",
1586
+ "pingora-core",
1587
+ "pingora-error",
1588
+ "pingora-http",
1589
+ "rand 0.8.5",
1590
+ "regex",
1591
+ "tokio",
1592
+ ]
1593
+
1594
+ [[package]]
1595
+ name = "pingora-runtime"
1596
+ version = "0.6.0"
1597
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1598
+ checksum = "8ccc165021cf55a39b9e760121b22c4260b17a0b2c530d5b93092fc5bc765b94"
1599
+ dependencies = [
1600
+ "once_cell",
1601
+ "rand 0.8.5",
1602
+ "thread_local",
1603
+ "tokio",
1604
+ ]
1605
+
1606
+ [[package]]
1607
+ name = "pingora-timeout"
1608
+ version = "0.6.0"
1609
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1610
+ checksum = "548cd21d41611c725827677937e68f2cd008bbfa09f3416d3fbad07e1e42f6d7"
1611
+ dependencies = [
1612
+ "once_cell",
1613
+ "parking_lot",
1614
+ "pin-project-lite",
1615
+ "thread_local",
1616
+ "tokio",
1617
+ ]
1618
+
1619
+ [[package]]
1620
+ name = "pkg-config"
1621
+ version = "0.3.32"
1622
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1623
+ checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
1624
+
1625
+ [[package]]
1626
+ name = "portable-atomic"
1627
+ version = "1.11.1"
1628
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1629
+ checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
1630
+
1631
+ [[package]]
1632
+ name = "portable-atomic-util"
1633
+ version = "0.2.4"
1634
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1635
+ checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
1636
+ dependencies = [
1637
+ "portable-atomic",
1638
+ ]
1639
+
1640
+ [[package]]
1641
+ name = "potential_utf"
1642
+ version = "0.1.4"
1643
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1644
+ checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77"
1645
+ dependencies = [
1646
+ "zerovec",
1647
+ ]
1648
+
1649
+ [[package]]
1650
+ name = "ppv-lite86"
1651
+ version = "0.2.21"
1652
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1653
+ checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
1654
+ dependencies = [
1655
+ "zerocopy",
1656
+ ]
1657
+
1658
+ [[package]]
1659
+ name = "proc-macro-error"
1660
+ version = "1.0.4"
1661
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1662
+ checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
1663
+ dependencies = [
1664
+ "proc-macro-error-attr",
1665
+ "proc-macro2",
1666
+ "quote",
1667
+ "syn 1.0.109",
1668
+ "version_check",
1669
+ ]
1670
+
1671
+ [[package]]
1672
+ name = "proc-macro-error-attr"
1673
+ version = "1.0.4"
1674
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1675
+ checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
1676
+ dependencies = [
1677
+ "proc-macro2",
1678
+ "quote",
1679
+ "version_check",
1680
+ ]
1681
+
1682
+ [[package]]
1683
+ name = "proc-macro-error-attr2"
1684
+ version = "2.0.0"
1685
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1686
+ checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
1687
+ dependencies = [
1688
+ "proc-macro2",
1689
+ "quote",
1690
+ ]
1691
+
1692
+ [[package]]
1693
+ name = "proc-macro-error2"
1694
+ version = "2.0.1"
1695
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1696
+ checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
1697
+ dependencies = [
1698
+ "proc-macro-error-attr2",
1699
+ "proc-macro2",
1700
+ "quote",
1701
+ "syn 2.0.111",
1702
+ ]
1703
+
1704
+ [[package]]
1705
+ name = "proc-macro2"
1706
+ version = "1.0.103"
1707
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1708
+ checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8"
1709
+ dependencies = [
1710
+ "unicode-ident",
1711
+ ]
1712
+
1713
+ [[package]]
1714
+ name = "prometheus"
1715
+ version = "0.13.4"
1716
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1717
+ checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
1718
+ dependencies = [
1719
+ "cfg-if",
1720
+ "fnv",
1721
+ "lazy_static",
1722
+ "memchr",
1723
+ "parking_lot",
1724
+ "protobuf",
1725
+ "thiserror 1.0.69",
1726
+ ]
1727
+
1728
+ [[package]]
1729
+ name = "protobuf"
1730
+ version = "2.28.0"
1731
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1732
+ checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
1733
+
1734
+ [[package]]
1735
+ name = "quote"
1736
+ version = "1.0.42"
1737
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1738
+ checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f"
1739
+ dependencies = [
1740
+ "proc-macro2",
1741
+ ]
1742
+
1743
+ [[package]]
1744
+ name = "r-efi"
1745
+ version = "5.3.0"
1746
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1747
+ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
1748
+
1749
+ [[package]]
1750
+ name = "rand"
1751
+ version = "0.8.5"
1752
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1753
+ checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
1754
+ dependencies = [
1755
+ "libc",
1756
+ "rand_chacha 0.3.1",
1757
+ "rand_core 0.6.4",
1758
+ ]
1759
+
1760
+ [[package]]
1761
+ name = "rand"
1762
+ version = "0.9.2"
1763
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1764
+ checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
1765
+ dependencies = [
1766
+ "rand_chacha 0.9.0",
1767
+ "rand_core 0.9.3",
1768
+ ]
1769
+
1770
+ [[package]]
1771
+ name = "rand_chacha"
1772
+ version = "0.3.1"
1773
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1774
+ checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
1775
+ dependencies = [
1776
+ "ppv-lite86",
1777
+ "rand_core 0.6.4",
1778
+ ]
1779
+
1780
+ [[package]]
1781
+ name = "rand_chacha"
1782
+ version = "0.9.0"
1783
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1784
+ checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
1785
+ dependencies = [
1786
+ "ppv-lite86",
1787
+ "rand_core 0.9.3",
1788
+ ]
1789
+
1790
+ [[package]]
1791
+ name = "rand_core"
1792
+ version = "0.6.4"
1793
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1794
+ checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1795
+ dependencies = [
1796
+ "getrandom 0.2.16",
1797
+ ]
1798
+
1799
+ [[package]]
1800
+ name = "rand_core"
1801
+ version = "0.9.3"
1802
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1803
+ checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
1804
+ dependencies = [
1805
+ "getrandom 0.3.4",
1806
+ ]
1807
+
1808
+ [[package]]
1809
+ name = "redox_syscall"
1810
+ version = "0.5.18"
1811
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1812
+ checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
1813
+ dependencies = [
1814
+ "bitflags 2.10.0",
1815
+ ]
1816
+
1817
+ [[package]]
1818
+ name = "regex"
1819
+ version = "1.12.2"
1820
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1821
+ checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
1822
+ dependencies = [
1823
+ "aho-corasick",
1824
+ "memchr",
1825
+ "regex-automata",
1826
+ "regex-syntax",
1827
+ ]
1828
+
1829
+ [[package]]
1830
+ name = "regex-automata"
1831
+ version = "0.4.13"
1832
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1833
+ checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
1834
+ dependencies = [
1835
+ "aho-corasick",
1836
+ "memchr",
1837
+ "regex-syntax",
1838
+ ]
1839
+
1840
+ [[package]]
1841
+ name = "regex-syntax"
1842
+ version = "0.8.8"
1843
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1844
+ checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
1845
+
1846
+ [[package]]
1847
+ name = "rmp"
1848
+ version = "0.8.14"
1849
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1850
+ checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
1851
+ dependencies = [
1852
+ "byteorder",
1853
+ "num-traits",
1854
+ "paste",
1855
+ ]
1856
+
1857
+ [[package]]
1858
+ name = "rmp-serde"
1859
+ version = "1.3.0"
1860
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1861
+ checksum = "52e599a477cf9840e92f2cde9a7189e67b42c57532749bf90aea6ec10facd4db"
1862
+ dependencies = [
1863
+ "byteorder",
1864
+ "rmp",
1865
+ "serde",
1866
+ ]
1867
+
1868
+ [[package]]
1869
+ name = "rust_decimal"
1870
+ version = "1.39.0"
1871
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1872
+ checksum = "35affe401787a9bd846712274d97654355d21b2a2c092a3139aabe31e9022282"
1873
+ dependencies = [
1874
+ "arrayvec",
1875
+ "num-traits",
1876
+ ]
1877
+
1878
+ [[package]]
1879
+ name = "rustc-demangle"
1880
+ version = "0.1.26"
1881
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1882
+ checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
1883
+
1884
+ [[package]]
1885
+ name = "rustc-hash"
1886
+ version = "2.1.1"
1887
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1888
+ checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
1889
+
1890
+ [[package]]
1891
+ name = "rustversion"
1892
+ version = "1.0.22"
1893
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1894
+ checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
1895
+
1896
+ [[package]]
1897
+ name = "ryu"
1898
+ version = "1.0.20"
1899
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1900
+ checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
1901
+
1902
+ [[package]]
1903
+ name = "scopeguard"
1904
+ version = "1.2.0"
1905
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1906
+ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
1907
+
1908
+ [[package]]
1909
+ name = "semver"
1910
+ version = "1.0.27"
1911
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1912
+ checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
1913
+
1914
+ [[package]]
1915
+ name = "serde"
1916
+ version = "1.0.228"
1917
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1918
+ checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
1919
+ dependencies = [
1920
+ "serde_core",
1921
+ "serde_derive",
1922
+ ]
1923
+
1924
+ [[package]]
1925
+ name = "serde_core"
1926
+ version = "1.0.228"
1927
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1928
+ checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
1929
+ dependencies = [
1930
+ "serde_derive",
1931
+ ]
1932
+
1933
+ [[package]]
1934
+ name = "serde_derive"
1935
+ version = "1.0.228"
1936
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1937
+ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
1938
+ dependencies = [
1939
+ "proc-macro2",
1940
+ "quote",
1941
+ "syn 2.0.111",
1942
+ ]
1943
+
1944
+ [[package]]
1945
+ name = "serde_yaml"
1946
+ version = "0.8.26"
1947
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1948
+ checksum = "578a7433b776b56a35785ed5ce9a7e777ac0598aac5a6dd1b4b18a307c7fc71b"
1949
+ dependencies = [
1950
+ "indexmap 1.9.3",
1951
+ "ryu",
1952
+ "serde",
1953
+ "yaml-rust",
1954
+ ]
1955
+
1956
+ [[package]]
1957
+ name = "sfv"
1958
+ version = "0.10.4"
1959
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1960
+ checksum = "3fa1f336066b758b7c9df34ed049c0e693a426afe2b27ff7d5b14f410ab1a132"
1961
+ dependencies = [
1962
+ "base64",
1963
+ "indexmap 2.12.1",
1964
+ "rust_decimal",
1965
+ ]
1966
+
1967
+ [[package]]
1968
+ name = "shlex"
1969
+ version = "1.3.0"
1970
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1971
+ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
1972
+
1973
+ [[package]]
1974
+ name = "signal-hook-registry"
1975
+ version = "1.4.7"
1976
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1977
+ checksum = "7664a098b8e616bdfcc2dc0e9ac44eb231eedf41db4e9fe95d8d32ec728dedad"
1978
+ dependencies = [
1979
+ "libc",
1980
+ ]
1981
+
1982
+ [[package]]
1983
+ name = "simd-adler32"
1984
+ version = "0.3.8"
1985
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1986
+ checksum = "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2"
1987
+
1988
+ [[package]]
1989
+ name = "slab"
1990
+ version = "0.4.11"
1991
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1992
+ checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
1993
+
1994
+ [[package]]
1995
+ name = "smallvec"
1996
+ version = "1.15.1"
1997
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1998
+ checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
1999
+
2000
+ [[package]]
2001
+ name = "socket2"
2002
+ version = "0.6.1"
2003
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2004
+ checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
2005
+ dependencies = [
2006
+ "libc",
2007
+ "windows-sys 0.60.2",
2008
+ ]
2009
+
2010
+ [[package]]
2011
+ name = "stable_deref_trait"
2012
+ version = "1.2.1"
2013
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2014
+ checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
2015
+
2016
+ [[package]]
2017
+ name = "strsim"
2018
+ version = "0.10.0"
2019
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2020
+ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
2021
+
2022
+ [[package]]
2023
+ name = "strsim"
2024
+ version = "0.11.1"
2025
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2026
+ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
2027
+
2028
+ [[package]]
2029
+ name = "strum"
2030
+ version = "0.26.3"
2031
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2032
+ checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
2033
+ dependencies = [
2034
+ "strum_macros",
2035
+ ]
2036
+
2037
+ [[package]]
2038
+ name = "strum_macros"
2039
+ version = "0.26.4"
2040
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2041
+ checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
2042
+ dependencies = [
2043
+ "heck 0.5.0",
2044
+ "proc-macro2",
2045
+ "quote",
2046
+ "rustversion",
2047
+ "syn 2.0.111",
2048
+ ]
2049
+
2050
+ [[package]]
2051
+ name = "subtle"
2052
+ version = "2.6.1"
2053
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2054
+ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
2055
+
2056
+ [[package]]
2057
+ name = "syn"
2058
+ version = "1.0.109"
2059
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2060
+ checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
2061
+ dependencies = [
2062
+ "proc-macro2",
2063
+ "quote",
2064
+ "unicode-ident",
2065
+ ]
2066
+
2067
+ [[package]]
2068
+ name = "syn"
2069
+ version = "2.0.111"
2070
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2071
+ checksum = "390cc9a294ab71bdb1aa2e99d13be9c753cd2d7bd6560c77118597410c4d2e87"
2072
+ dependencies = [
2073
+ "proc-macro2",
2074
+ "quote",
2075
+ "unicode-ident",
2076
+ ]
2077
+
2078
+ [[package]]
2079
+ name = "synstructure"
2080
+ version = "0.13.2"
2081
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2082
+ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
2083
+ dependencies = [
2084
+ "proc-macro2",
2085
+ "quote",
2086
+ "syn 2.0.111",
2087
+ ]
2088
+
2089
+ [[package]]
2090
+ name = "termcolor"
2091
+ version = "1.4.1"
2092
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2093
+ checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
2094
+ dependencies = [
2095
+ "winapi-util",
2096
+ ]
2097
+
2098
+ [[package]]
2099
+ name = "textwrap"
2100
+ version = "0.16.2"
2101
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2102
+ checksum = "c13547615a44dc9c452a8a534638acdf07120d4b6847c8178705da06306a3057"
2103
+
2104
+ [[package]]
2105
+ name = "thiserror"
2106
+ version = "1.0.69"
2107
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2108
+ checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
2109
+ dependencies = [
2110
+ "thiserror-impl 1.0.69",
2111
+ ]
2112
+
2113
+ [[package]]
2114
+ name = "thiserror"
2115
+ version = "2.0.17"
2116
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2117
+ checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
2118
+ dependencies = [
2119
+ "thiserror-impl 2.0.17",
2120
+ ]
2121
+
2122
+ [[package]]
2123
+ name = "thiserror-impl"
2124
+ version = "1.0.69"
2125
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2126
+ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
2127
+ dependencies = [
2128
+ "proc-macro2",
2129
+ "quote",
2130
+ "syn 2.0.111",
2131
+ ]
2132
+
2133
+ [[package]]
2134
+ name = "thiserror-impl"
2135
+ version = "2.0.17"
2136
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2137
+ checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
2138
+ dependencies = [
2139
+ "proc-macro2",
2140
+ "quote",
2141
+ "syn 2.0.111",
2142
+ ]
2143
+
2144
+ [[package]]
2145
+ name = "thread_local"
2146
+ version = "1.1.9"
2147
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2148
+ checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
2149
+ dependencies = [
2150
+ "cfg-if",
2151
+ ]
2152
+
2153
+ [[package]]
2154
+ name = "thrift_codec"
2155
+ version = "0.3.2"
2156
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2157
+ checksum = "83d957f535b242b91aa9f47bde08080f9a6fef276477e55b0079979d002759d5"
2158
+ dependencies = [
2159
+ "byteorder",
2160
+ "trackable",
2161
+ ]
2162
+
2163
+ [[package]]
2164
+ name = "tinystr"
2165
+ version = "0.8.2"
2166
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2167
+ checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869"
2168
+ dependencies = [
2169
+ "displaydoc",
2170
+ "zerovec",
2171
+ ]
2172
+
2173
+ [[package]]
2174
+ name = "tokio"
2175
+ version = "1.48.0"
2176
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2177
+ checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
2178
+ dependencies = [
2179
+ "bytes",
2180
+ "libc",
2181
+ "mio",
2182
+ "pin-project-lite",
2183
+ "signal-hook-registry",
2184
+ "socket2",
2185
+ "tokio-macros",
2186
+ "windows-sys 0.61.2",
2187
+ ]
2188
+
2189
+ [[package]]
2190
+ name = "tokio-macros"
2191
+ version = "2.6.0"
2192
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2193
+ checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
2194
+ dependencies = [
2195
+ "proc-macro2",
2196
+ "quote",
2197
+ "syn 2.0.111",
2198
+ ]
2199
+
2200
+ [[package]]
2201
+ name = "tokio-stream"
2202
+ version = "0.1.17"
2203
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2204
+ checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
2205
+ dependencies = [
2206
+ "futures-core",
2207
+ "pin-project-lite",
2208
+ "tokio",
2209
+ ]
2210
+
2211
+ [[package]]
2212
+ name = "tokio-test"
2213
+ version = "0.4.4"
2214
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2215
+ checksum = "2468baabc3311435b55dd935f702f42cd1b8abb7e754fb7dfb16bd36aa88f9f7"
2216
+ dependencies = [
2217
+ "async-stream",
2218
+ "bytes",
2219
+ "futures-core",
2220
+ "tokio",
2221
+ "tokio-stream",
2222
+ ]
2223
+
2224
+ [[package]]
2225
+ name = "tokio-util"
2226
+ version = "0.7.17"
2227
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2228
+ checksum = "2efa149fe76073d6e8fd97ef4f4eca7b67f599660115591483572e406e165594"
2229
+ dependencies = [
2230
+ "bytes",
2231
+ "futures-core",
2232
+ "futures-sink",
2233
+ "pin-project-lite",
2234
+ "tokio",
2235
+ ]
2236
+
2237
+ [[package]]
2238
+ name = "tracing"
2239
+ version = "0.1.43"
2240
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2241
+ checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647"
2242
+ dependencies = [
2243
+ "pin-project-lite",
2244
+ "tracing-core",
2245
+ ]
2246
+
2247
+ [[package]]
2248
+ name = "tracing-core"
2249
+ version = "0.1.35"
2250
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2251
+ checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c"
2252
+ dependencies = [
2253
+ "once_cell",
2254
+ ]
2255
+
2256
+ [[package]]
2257
+ name = "trackable"
2258
+ version = "1.3.0"
2259
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2260
+ checksum = "b15bd114abb99ef8cee977e517c8f37aee63f184f2d08e3e6ceca092373369ae"
2261
+ dependencies = [
2262
+ "trackable_derive",
2263
+ ]
2264
+
2265
+ [[package]]
2266
+ name = "trackable_derive"
2267
+ version = "1.0.0"
2268
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2269
+ checksum = "ebeb235c5847e2f82cfe0f07eb971d1e5f6804b18dac2ae16349cc604380f82f"
2270
+ dependencies = [
2271
+ "quote",
2272
+ "syn 1.0.109",
2273
+ ]
2274
+
2275
+ [[package]]
2276
+ name = "typenum"
2277
+ version = "1.19.0"
2278
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2279
+ checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
2280
+
2281
+ [[package]]
2282
+ name = "unicase"
2283
+ version = "2.8.1"
2284
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2285
+ checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
2286
+
2287
+ [[package]]
2288
+ name = "unicode-ident"
2289
+ version = "1.0.22"
2290
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2291
+ checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
2292
+
2293
+ [[package]]
2294
+ name = "unicode-segmentation"
2295
+ version = "1.12.0"
2296
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2297
+ checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
2298
+
2299
+ [[package]]
2300
+ name = "url"
2301
+ version = "2.5.7"
2302
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2303
+ checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
2304
+ dependencies = [
2305
+ "form_urlencoded",
2306
+ "idna",
2307
+ "percent-encoding",
2308
+ "serde",
2309
+ ]
2310
+
2311
+ [[package]]
2312
+ name = "utf8_iter"
2313
+ version = "1.0.4"
2314
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2315
+ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
2316
+
2317
+ [[package]]
2318
+ name = "utf8parse"
2319
+ version = "0.2.2"
2320
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2321
+ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
2322
+
2323
+ [[package]]
2324
+ name = "version_check"
2325
+ version = "0.9.5"
2326
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2327
+ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
2328
+
2329
+ [[package]]
2330
+ name = "wasi"
2331
+ version = "0.11.1+wasi-snapshot-preview1"
2332
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2333
+ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
2334
+
2335
+ [[package]]
2336
+ name = "wasip2"
2337
+ version = "1.0.1+wasi-0.2.4"
2338
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2339
+ checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
2340
+ dependencies = [
2341
+ "wit-bindgen",
2342
+ ]
2343
+
2344
+ [[package]]
2345
+ name = "winapi"
2346
+ version = "0.3.9"
2347
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2348
+ checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2349
+ dependencies = [
2350
+ "winapi-i686-pc-windows-gnu",
2351
+ "winapi-x86_64-pc-windows-gnu",
2352
+ ]
2353
+
2354
+ [[package]]
2355
+ name = "winapi-i686-pc-windows-gnu"
2356
+ version = "0.4.0"
2357
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2358
+ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2359
+
2360
+ [[package]]
2361
+ name = "winapi-util"
2362
+ version = "0.1.11"
2363
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2364
+ checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
2365
+ dependencies = [
2366
+ "windows-sys 0.61.2",
2367
+ ]
2368
+
2369
+ [[package]]
2370
+ name = "winapi-x86_64-pc-windows-gnu"
2371
+ version = "0.4.0"
2372
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2373
+ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2374
+
2375
+ [[package]]
2376
+ name = "windows-link"
2377
+ version = "0.2.1"
2378
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2379
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
2380
+
2381
+ [[package]]
2382
+ name = "windows-sys"
2383
+ version = "0.59.0"
2384
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2385
+ checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
2386
+ dependencies = [
2387
+ "windows-targets 0.52.6",
2388
+ ]
2389
+
2390
+ [[package]]
2391
+ name = "windows-sys"
2392
+ version = "0.60.2"
2393
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2394
+ checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
2395
+ dependencies = [
2396
+ "windows-targets 0.53.5",
2397
+ ]
2398
+
2399
+ [[package]]
2400
+ name = "windows-sys"
2401
+ version = "0.61.2"
2402
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2403
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
2404
+ dependencies = [
2405
+ "windows-link",
2406
+ ]
2407
+
2408
+ [[package]]
2409
+ name = "windows-targets"
2410
+ version = "0.52.6"
2411
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2412
+ checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2413
+ dependencies = [
2414
+ "windows_aarch64_gnullvm 0.52.6",
2415
+ "windows_aarch64_msvc 0.52.6",
2416
+ "windows_i686_gnu 0.52.6",
2417
+ "windows_i686_gnullvm 0.52.6",
2418
+ "windows_i686_msvc 0.52.6",
2419
+ "windows_x86_64_gnu 0.52.6",
2420
+ "windows_x86_64_gnullvm 0.52.6",
2421
+ "windows_x86_64_msvc 0.52.6",
2422
+ ]
2423
+
2424
+ [[package]]
2425
+ name = "windows-targets"
2426
+ version = "0.53.5"
2427
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2428
+ checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
2429
+ dependencies = [
2430
+ "windows-link",
2431
+ "windows_aarch64_gnullvm 0.53.1",
2432
+ "windows_aarch64_msvc 0.53.1",
2433
+ "windows_i686_gnu 0.53.1",
2434
+ "windows_i686_gnullvm 0.53.1",
2435
+ "windows_i686_msvc 0.53.1",
2436
+ "windows_x86_64_gnu 0.53.1",
2437
+ "windows_x86_64_gnullvm 0.53.1",
2438
+ "windows_x86_64_msvc 0.53.1",
2439
+ ]
2440
+
2441
+ [[package]]
2442
+ name = "windows_aarch64_gnullvm"
2443
+ version = "0.52.6"
2444
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2445
+ checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2446
+
2447
+ [[package]]
2448
+ name = "windows_aarch64_gnullvm"
2449
+ version = "0.53.1"
2450
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2451
+ checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
2452
+
2453
+ [[package]]
2454
+ name = "windows_aarch64_msvc"
2455
+ version = "0.52.6"
2456
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2457
+ checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2458
+
2459
+ [[package]]
2460
+ name = "windows_aarch64_msvc"
2461
+ version = "0.53.1"
2462
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2463
+ checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
2464
+
2465
+ [[package]]
2466
+ name = "windows_i686_gnu"
2467
+ version = "0.52.6"
2468
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2469
+ checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
2470
+
2471
+ [[package]]
2472
+ name = "windows_i686_gnu"
2473
+ version = "0.53.1"
2474
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2475
+ checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
2476
+
2477
+ [[package]]
2478
+ name = "windows_i686_gnullvm"
2479
+ version = "0.52.6"
2480
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2481
+ checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2482
+
2483
+ [[package]]
2484
+ name = "windows_i686_gnullvm"
2485
+ version = "0.53.1"
2486
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2487
+ checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
2488
+
2489
+ [[package]]
2490
+ name = "windows_i686_msvc"
2491
+ version = "0.52.6"
2492
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2493
+ checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2494
+
2495
+ [[package]]
2496
+ name = "windows_i686_msvc"
2497
+ version = "0.53.1"
2498
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2499
+ checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
2500
+
2501
+ [[package]]
2502
+ name = "windows_x86_64_gnu"
2503
+ version = "0.52.6"
2504
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2505
+ checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2506
+
2507
+ [[package]]
2508
+ name = "windows_x86_64_gnu"
2509
+ version = "0.53.1"
2510
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2511
+ checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
2512
+
2513
+ [[package]]
2514
+ name = "windows_x86_64_gnullvm"
2515
+ version = "0.52.6"
2516
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2517
+ checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2518
+
2519
+ [[package]]
2520
+ name = "windows_x86_64_gnullvm"
2521
+ version = "0.53.1"
2522
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2523
+ checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
2524
+
2525
+ [[package]]
2526
+ name = "windows_x86_64_msvc"
2527
+ version = "0.52.6"
2528
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2529
+ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2530
+
2531
+ [[package]]
2532
+ name = "windows_x86_64_msvc"
2533
+ version = "0.53.1"
2534
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2535
+ checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
2536
+
2537
+ [[package]]
2538
+ name = "wit-bindgen"
2539
+ version = "0.46.0"
2540
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2541
+ checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
2542
+
2543
+ [[package]]
2544
+ name = "writeable"
2545
+ version = "0.6.2"
2546
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2547
+ checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9"
2548
+
2549
+ [[package]]
2550
+ name = "yaml-rust"
2551
+ version = "0.4.5"
2552
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2553
+ checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
2554
+ dependencies = [
2555
+ "linked-hash-map",
2556
+ ]
2557
+
2558
+ [[package]]
2559
+ name = "yoke"
2560
+ version = "0.8.1"
2561
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2562
+ checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954"
2563
+ dependencies = [
2564
+ "stable_deref_trait",
2565
+ "yoke-derive",
2566
+ "zerofrom",
2567
+ ]
2568
+
2569
+ [[package]]
2570
+ name = "yoke-derive"
2571
+ version = "0.8.1"
2572
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2573
+ checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d"
2574
+ dependencies = [
2575
+ "proc-macro2",
2576
+ "quote",
2577
+ "syn 2.0.111",
2578
+ "synstructure",
2579
+ ]
2580
+
2581
+ [[package]]
2582
+ name = "zerocopy"
2583
+ version = "0.8.31"
2584
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2585
+ checksum = "fd74ec98b9250adb3ca554bdde269adf631549f51d8a8f8f0a10b50f1cb298c3"
2586
+ dependencies = [
2587
+ "zerocopy-derive",
2588
+ ]
2589
+
2590
+ [[package]]
2591
+ name = "zerocopy-derive"
2592
+ version = "0.8.31"
2593
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2594
+ checksum = "d8a8d209fdf45cf5138cbb5a506f6b52522a25afccc534d1475dad8e31105c6a"
2595
+ dependencies = [
2596
+ "proc-macro2",
2597
+ "quote",
2598
+ "syn 2.0.111",
2599
+ ]
2600
+
2601
+ [[package]]
2602
+ name = "zerofrom"
2603
+ version = "0.1.6"
2604
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2605
+ checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
2606
+ dependencies = [
2607
+ "zerofrom-derive",
2608
+ ]
2609
+
2610
+ [[package]]
2611
+ name = "zerofrom-derive"
2612
+ version = "0.1.6"
2613
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2614
+ checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
2615
+ dependencies = [
2616
+ "proc-macro2",
2617
+ "quote",
2618
+ "syn 2.0.111",
2619
+ "synstructure",
2620
+ ]
2621
+
2622
+ [[package]]
2623
+ name = "zerotrie"
2624
+ version = "0.2.3"
2625
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2626
+ checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851"
2627
+ dependencies = [
2628
+ "displaydoc",
2629
+ "yoke",
2630
+ "zerofrom",
2631
+ ]
2632
+
2633
+ [[package]]
2634
+ name = "zerovec"
2635
+ version = "0.11.5"
2636
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2637
+ checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002"
2638
+ dependencies = [
2639
+ "yoke",
2640
+ "zerofrom",
2641
+ "zerovec-derive",
2642
+ ]
2643
+
2644
+ [[package]]
2645
+ name = "zerovec-derive"
2646
+ version = "0.11.2"
2647
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2648
+ checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3"
2649
+ dependencies = [
2650
+ "proc-macro2",
2651
+ "quote",
2652
+ "syn 2.0.111",
2653
+ ]
2654
+
2655
+ [[package]]
2656
+ name = "zstd"
2657
+ version = "0.13.3"
2658
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2659
+ checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a"
2660
+ dependencies = [
2661
+ "zstd-safe",
2662
+ ]
2663
+
2664
+ [[package]]
2665
+ name = "zstd-safe"
2666
+ version = "7.2.4"
2667
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2668
+ checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d"
2669
+ dependencies = [
2670
+ "zstd-sys",
2671
+ ]
2672
+
2673
+ [[package]]
2674
+ name = "zstd-sys"
2675
+ version = "2.0.16+zstd.1.5.7"
2676
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2677
+ checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
2678
+ dependencies = [
2679
+ "cc",
2680
+ "pkg-config",
2681
+ ]