oc-earley 0.1.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,2393 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 4
4
+
5
+ [[package]]
6
+ name = "adler2"
7
+ version = "2.0.1"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
10
+
11
+ [[package]]
12
+ name = "ahash"
13
+ version = "0.8.12"
14
+ source = "registry+https://github.com/rust-lang/crates.io-index"
15
+ checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
16
+ dependencies = [
17
+ "cfg-if",
18
+ "getrandom 0.3.4",
19
+ "once_cell",
20
+ "serde",
21
+ "version_check",
22
+ "zerocopy",
23
+ ]
24
+
25
+ [[package]]
26
+ name = "aho-corasick"
27
+ version = "1.1.5"
28
+ source = "registry+https://github.com/rust-lang/crates.io-index"
29
+ checksum = "c982642fa9e8606056828ee9a8505737230110bb1099153c79efe865c59d12ba"
30
+ dependencies = [
31
+ "memchr",
32
+ ]
33
+
34
+ [[package]]
35
+ name = "atomic-waker"
36
+ version = "1.1.2"
37
+ source = "registry+https://github.com/rust-lang/crates.io-index"
38
+ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
39
+
40
+ [[package]]
41
+ name = "aws-lc-rs"
42
+ version = "1.18.1"
43
+ source = "registry+https://github.com/rust-lang/crates.io-index"
44
+ checksum = "b281d307588d634de920874890732659e2e7672f72b5e10e81badc1a8a83621e"
45
+ dependencies = [
46
+ "aws-lc-sys",
47
+ "zeroize",
48
+ ]
49
+
50
+ [[package]]
51
+ name = "aws-lc-sys"
52
+ version = "0.45.0"
53
+ source = "registry+https://github.com/rust-lang/crates.io-index"
54
+ checksum = "9bff6c3b54fad79a2e60b8102caf565819711497c1f5f092f49508e2f5c31b27"
55
+ dependencies = [
56
+ "cc",
57
+ "cmake",
58
+ "dunce",
59
+ "fs_extra",
60
+ "pkg-config",
61
+ ]
62
+
63
+ [[package]]
64
+ name = "base64"
65
+ version = "0.13.1"
66
+ source = "registry+https://github.com/rust-lang/crates.io-index"
67
+ checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
68
+
69
+ [[package]]
70
+ name = "base64"
71
+ version = "0.22.1"
72
+ source = "registry+https://github.com/rust-lang/crates.io-index"
73
+ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
74
+
75
+ [[package]]
76
+ name = "bincode"
77
+ version = "2.0.1"
78
+ source = "registry+https://github.com/rust-lang/crates.io-index"
79
+ checksum = "36eaf5d7b090263e8150820482d5d93cd964a81e4019913c972f4edcc6edb740"
80
+ dependencies = [
81
+ "bincode_derive",
82
+ "serde",
83
+ "unty",
84
+ ]
85
+
86
+ [[package]]
87
+ name = "bincode_derive"
88
+ version = "2.0.1"
89
+ source = "registry+https://github.com/rust-lang/crates.io-index"
90
+ checksum = "bf95709a440f45e986983918d0e8a1f30a9b1df04918fc828670606804ac3c09"
91
+ dependencies = [
92
+ "virtue",
93
+ ]
94
+
95
+ [[package]]
96
+ name = "bitflags"
97
+ version = "2.13.2"
98
+ source = "registry+https://github.com/rust-lang/crates.io-index"
99
+ checksum = "3ded4057c258ba199e2d26386d3af3780957ecaee6c4ef4041c6b4b8b97c0b06"
100
+
101
+ [[package]]
102
+ name = "bumpalo"
103
+ version = "3.20.3"
104
+ source = "registry+https://github.com/rust-lang/crates.io-index"
105
+ checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649"
106
+
107
+ [[package]]
108
+ name = "byteorder"
109
+ version = "1.5.0"
110
+ source = "registry+https://github.com/rust-lang/crates.io-index"
111
+ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
112
+
113
+ [[package]]
114
+ name = "bytes"
115
+ version = "1.12.1"
116
+ source = "registry+https://github.com/rust-lang/crates.io-index"
117
+ checksum = "fc652a48c352aef3ea3aed32080501cf3ef6ed5da78602a020c991775b0aff04"
118
+
119
+ [[package]]
120
+ name = "castaway"
121
+ version = "0.2.4"
122
+ source = "registry+https://github.com/rust-lang/crates.io-index"
123
+ checksum = "dec551ab6e7578819132c713a93c022a05d60159dc86e7a7050223577484c55a"
124
+ dependencies = [
125
+ "rustversion",
126
+ ]
127
+
128
+ [[package]]
129
+ name = "cc"
130
+ version = "1.4.5"
131
+ source = "registry+https://github.com/rust-lang/crates.io-index"
132
+ checksum = "005ec2760ca554fae18df7a11195552ec576cd665632a881bc011d5bb2fd4d80"
133
+ dependencies = [
134
+ "find-msvc-tools",
135
+ "jobserver",
136
+ "libc",
137
+ "shlex",
138
+ ]
139
+
140
+ [[package]]
141
+ name = "cfg-if"
142
+ version = "1.0.4"
143
+ source = "registry+https://github.com/rust-lang/crates.io-index"
144
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
145
+
146
+ [[package]]
147
+ name = "cfg_aliases"
148
+ version = "0.2.2"
149
+ source = "registry+https://github.com/rust-lang/crates.io-index"
150
+ checksum = "f079e83a288787bcd14a6aea84cee5c87a67c5a3e660c30f557a3d24761b3527"
151
+
152
+ [[package]]
153
+ name = "chacha20"
154
+ version = "0.10.2"
155
+ source = "registry+https://github.com/rust-lang/crates.io-index"
156
+ checksum = "65c35e4b699c7e15ccbe7ee35c005e4fc0a278d22238a2857e6ce2dadeda1b06"
157
+ dependencies = [
158
+ "cfg-if",
159
+ "cpufeatures",
160
+ "rand_core 0.10.1",
161
+ ]
162
+
163
+ [[package]]
164
+ name = "cmake"
165
+ version = "0.1.58"
166
+ source = "registry+https://github.com/rust-lang/crates.io-index"
167
+ checksum = "c0f78a02292a74a88ac736019ab962ece0bc380e3f977bf72e376c5d78ff0678"
168
+ dependencies = [
169
+ "cc",
170
+ ]
171
+
172
+ [[package]]
173
+ name = "compact_str"
174
+ version = "0.9.1"
175
+ source = "registry+https://github.com/rust-lang/crates.io-index"
176
+ checksum = "9dfdd1c2274d9aa354115b09dc9a901d6c5576818cdf70d14cae2bdb47df00ab"
177
+ dependencies = [
178
+ "castaway",
179
+ "cfg-if",
180
+ "itoa",
181
+ "rustversion",
182
+ "ryu",
183
+ "serde",
184
+ "static_assertions",
185
+ ]
186
+
187
+ [[package]]
188
+ name = "console"
189
+ version = "0.15.11"
190
+ source = "registry+https://github.com/rust-lang/crates.io-index"
191
+ checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
192
+ dependencies = [
193
+ "encode_unicode",
194
+ "libc",
195
+ "once_cell",
196
+ "unicode-width",
197
+ "windows-sys 0.59.0",
198
+ ]
199
+
200
+ [[package]]
201
+ name = "cpufeatures"
202
+ version = "0.3.1"
203
+ source = "registry+https://github.com/rust-lang/crates.io-index"
204
+ checksum = "5ca28b0ae3115b884660db4118d803791fd6756b6e88f39c0f3f7859060d7566"
205
+ dependencies = [
206
+ "libc",
207
+ ]
208
+
209
+ [[package]]
210
+ name = "crc32fast"
211
+ version = "1.5.1"
212
+ source = "registry+https://github.com/rust-lang/crates.io-index"
213
+ checksum = "8498c871161e1742aaa9d52551b2d6ebdd4c3d45a3be423e3728f33b955be550"
214
+ dependencies = [
215
+ "cfg-if",
216
+ ]
217
+
218
+ [[package]]
219
+ name = "crossbeam-deque"
220
+ version = "0.8.8"
221
+ source = "registry+https://github.com/rust-lang/crates.io-index"
222
+ checksum = "622f3fc73690be383c7214310406f28a90e6edeadc3cea882f9d71e495b9711a"
223
+ dependencies = [
224
+ "crossbeam-epoch",
225
+ "crossbeam-utils",
226
+ ]
227
+
228
+ [[package]]
229
+ name = "crossbeam-epoch"
230
+ version = "0.9.21"
231
+ source = "registry+https://github.com/rust-lang/crates.io-index"
232
+ checksum = "dc74980687109a3b14c72fd458107bf0baa1da1a1a805e178d15501ba9b86d9d"
233
+ dependencies = [
234
+ "crossbeam-utils",
235
+ ]
236
+
237
+ [[package]]
238
+ name = "crossbeam-utils"
239
+ version = "0.8.23"
240
+ source = "registry+https://github.com/rust-lang/crates.io-index"
241
+ checksum = "a31eee39dddec8330830986fcd7625edb5a24ec90ea038215273bbc3adb08ac6"
242
+
243
+ [[package]]
244
+ name = "darling"
245
+ version = "0.20.11"
246
+ source = "registry+https://github.com/rust-lang/crates.io-index"
247
+ checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
248
+ dependencies = [
249
+ "darling_core",
250
+ "darling_macro",
251
+ ]
252
+
253
+ [[package]]
254
+ name = "darling_core"
255
+ version = "0.20.11"
256
+ source = "registry+https://github.com/rust-lang/crates.io-index"
257
+ checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
258
+ dependencies = [
259
+ "fnv",
260
+ "ident_case",
261
+ "proc-macro2",
262
+ "quote",
263
+ "strsim",
264
+ "syn 2.0.119",
265
+ ]
266
+
267
+ [[package]]
268
+ name = "darling_macro"
269
+ version = "0.20.11"
270
+ source = "registry+https://github.com/rust-lang/crates.io-index"
271
+ checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
272
+ dependencies = [
273
+ "darling_core",
274
+ "quote",
275
+ "syn 2.0.119",
276
+ ]
277
+
278
+ [[package]]
279
+ name = "dary_heap"
280
+ version = "0.3.9"
281
+ source = "registry+https://github.com/rust-lang/crates.io-index"
282
+ checksum = "8b1e3a325bc115f096c8b77bbf027a7c2592230e70be2d985be950d3d5e60ebe"
283
+ dependencies = [
284
+ "serde",
285
+ ]
286
+
287
+ [[package]]
288
+ name = "derive_builder"
289
+ version = "0.20.2"
290
+ source = "registry+https://github.com/rust-lang/crates.io-index"
291
+ checksum = "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947"
292
+ dependencies = [
293
+ "derive_builder_macro",
294
+ ]
295
+
296
+ [[package]]
297
+ name = "derive_builder_core"
298
+ version = "0.20.2"
299
+ source = "registry+https://github.com/rust-lang/crates.io-index"
300
+ checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8"
301
+ dependencies = [
302
+ "darling",
303
+ "proc-macro2",
304
+ "quote",
305
+ "syn 2.0.119",
306
+ ]
307
+
308
+ [[package]]
309
+ name = "derive_builder_macro"
310
+ version = "0.20.2"
311
+ source = "registry+https://github.com/rust-lang/crates.io-index"
312
+ checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c"
313
+ dependencies = [
314
+ "derive_builder_core",
315
+ "syn 2.0.119",
316
+ ]
317
+
318
+ [[package]]
319
+ name = "dirs"
320
+ version = "5.0.1"
321
+ source = "registry+https://github.com/rust-lang/crates.io-index"
322
+ checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
323
+ dependencies = [
324
+ "dirs-sys",
325
+ ]
326
+
327
+ [[package]]
328
+ name = "dirs-sys"
329
+ version = "0.4.1"
330
+ source = "registry+https://github.com/rust-lang/crates.io-index"
331
+ checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
332
+ dependencies = [
333
+ "libc",
334
+ "option-ext",
335
+ "redox_users",
336
+ "windows-sys 0.48.0",
337
+ ]
338
+
339
+ [[package]]
340
+ name = "displaydoc"
341
+ version = "0.2.7"
342
+ source = "registry+https://github.com/rust-lang/crates.io-index"
343
+ checksum = "c6232dd377dcc64799954cbd3a9bb882e9cdc1308ccd87b1c098f1fb2eaf82a8"
344
+ dependencies = [
345
+ "proc-macro2",
346
+ "quote",
347
+ "syn 3.0.5",
348
+ ]
349
+
350
+ [[package]]
351
+ name = "dunce"
352
+ version = "1.0.5"
353
+ source = "registry+https://github.com/rust-lang/crates.io-index"
354
+ checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
355
+
356
+ [[package]]
357
+ name = "either"
358
+ version = "1.18.0"
359
+ source = "registry+https://github.com/rust-lang/crates.io-index"
360
+ checksum = "252afb9ae5eaa683babdc6a068b3f5726eb19e05070c731f9b2a23a7c3e8ed34"
361
+
362
+ [[package]]
363
+ name = "encode_unicode"
364
+ version = "1.0.0"
365
+ source = "registry+https://github.com/rust-lang/crates.io-index"
366
+ checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
367
+
368
+ [[package]]
369
+ name = "equivalent"
370
+ version = "1.0.2"
371
+ source = "registry+https://github.com/rust-lang/crates.io-index"
372
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
373
+
374
+ [[package]]
375
+ name = "esaxx-rs"
376
+ version = "0.1.10"
377
+ source = "registry+https://github.com/rust-lang/crates.io-index"
378
+ checksum = "d817e038c30374a4bcb22f94d0a8a0e216958d4c3dcde369b1439fec4bdda6e6"
379
+
380
+ [[package]]
381
+ name = "find-msvc-tools"
382
+ version = "0.1.12"
383
+ source = "registry+https://github.com/rust-lang/crates.io-index"
384
+ checksum = "3e0f1c7c3a72c66fd80abe965175f7523475c0489a87d3ff9d6e8c87d87a9d2d"
385
+
386
+ [[package]]
387
+ name = "flate2"
388
+ version = "1.1.10"
389
+ source = "registry+https://github.com/rust-lang/crates.io-index"
390
+ checksum = "6e634e2e0ebac1ee034020da1ca582e17ffe4e0f5e985823721e168928136dcb"
391
+ dependencies = [
392
+ "crc32fast",
393
+ "miniz_oxide",
394
+ "zlib-rs",
395
+ ]
396
+
397
+ [[package]]
398
+ name = "fnv"
399
+ version = "1.0.7"
400
+ source = "registry+https://github.com/rust-lang/crates.io-index"
401
+ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
402
+
403
+ [[package]]
404
+ name = "form_urlencoded"
405
+ version = "1.2.2"
406
+ source = "registry+https://github.com/rust-lang/crates.io-index"
407
+ checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
408
+ dependencies = [
409
+ "percent-encoding",
410
+ ]
411
+
412
+ [[package]]
413
+ name = "fs_extra"
414
+ version = "1.3.0"
415
+ source = "registry+https://github.com/rust-lang/crates.io-index"
416
+ checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
417
+
418
+ [[package]]
419
+ name = "futures-channel"
420
+ version = "0.3.34"
421
+ source = "registry+https://github.com/rust-lang/crates.io-index"
422
+ checksum = "b1f9e3d69d39e4862ffed03ed071a76f9a13ba1d9109d355b0f0aa6b15e393c4"
423
+ dependencies = [
424
+ "futures-core",
425
+ ]
426
+
427
+ [[package]]
428
+ name = "futures-core"
429
+ version = "0.3.34"
430
+ source = "registry+https://github.com/rust-lang/crates.io-index"
431
+ checksum = "92d699e522242e69e3003b94ecc1f960f3a5e015aa7c5d7486e65ad01dd94f5e"
432
+
433
+ [[package]]
434
+ name = "futures-io"
435
+ version = "0.3.34"
436
+ source = "registry+https://github.com/rust-lang/crates.io-index"
437
+ checksum = "53c0fa8157de1303bfffdaa1cc2a673bfffb60102f76b0ef4441659124373fed"
438
+
439
+ [[package]]
440
+ name = "futures-macro"
441
+ version = "0.3.34"
442
+ source = "registry+https://github.com/rust-lang/crates.io-index"
443
+ checksum = "9fb9654ba8355388abeb8dcb4fc62f511300867002afc858860463bdd9fe0c44"
444
+ dependencies = [
445
+ "proc-macro2",
446
+ "quote",
447
+ "syn 3.0.5",
448
+ ]
449
+
450
+ [[package]]
451
+ name = "futures-sink"
452
+ version = "0.3.34"
453
+ source = "registry+https://github.com/rust-lang/crates.io-index"
454
+ checksum = "1944426bf7d03f1d14f708785e4b33efd750b36d48a157b836b3efc15ede8e1d"
455
+
456
+ [[package]]
457
+ name = "futures-task"
458
+ version = "0.3.34"
459
+ source = "registry+https://github.com/rust-lang/crates.io-index"
460
+ checksum = "cd417de3d1d015fc3bfd2b1ea46dfc7bab72ef86f1cc7cc9c78e728b34a6d1fd"
461
+
462
+ [[package]]
463
+ name = "futures-util"
464
+ version = "0.3.34"
465
+ source = "registry+https://github.com/rust-lang/crates.io-index"
466
+ checksum = "0d50a92467f8ba5dd6e3ee5d4bd04d73ab2e4e1c44474a0674821dfce14b79bc"
467
+ dependencies = [
468
+ "futures-core",
469
+ "futures-io",
470
+ "futures-macro",
471
+ "futures-sink",
472
+ "futures-task",
473
+ "memchr",
474
+ "pin-project-lite",
475
+ "slab",
476
+ ]
477
+
478
+ [[package]]
479
+ name = "getrandom"
480
+ version = "0.2.17"
481
+ source = "registry+https://github.com/rust-lang/crates.io-index"
482
+ checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
483
+ dependencies = [
484
+ "cfg-if",
485
+ "js-sys",
486
+ "libc",
487
+ "wasi",
488
+ "wasm-bindgen",
489
+ ]
490
+
491
+ [[package]]
492
+ name = "getrandom"
493
+ version = "0.3.4"
494
+ source = "registry+https://github.com/rust-lang/crates.io-index"
495
+ checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
496
+ dependencies = [
497
+ "cfg-if",
498
+ "libc",
499
+ "r-efi 5.3.0",
500
+ "wasip2",
501
+ ]
502
+
503
+ [[package]]
504
+ name = "getrandom"
505
+ version = "0.4.3"
506
+ source = "registry+https://github.com/rust-lang/crates.io-index"
507
+ checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099"
508
+ dependencies = [
509
+ "cfg-if",
510
+ "js-sys",
511
+ "libc",
512
+ "r-efi 6.0.0",
513
+ "rand_core 0.10.1",
514
+ "wasm-bindgen",
515
+ ]
516
+
517
+ [[package]]
518
+ name = "hashbrown"
519
+ version = "0.17.1"
520
+ source = "registry+https://github.com/rust-lang/crates.io-index"
521
+ checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
522
+
523
+ [[package]]
524
+ name = "heck"
525
+ version = "0.5.0"
526
+ source = "registry+https://github.com/rust-lang/crates.io-index"
527
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
528
+
529
+ [[package]]
530
+ name = "hf-hub"
531
+ version = "0.4.1"
532
+ source = "registry+https://github.com/rust-lang/crates.io-index"
533
+ checksum = "112fa2f6ad4ab815b9e1b938b4b1e437032d055e2f92ed10fd6ab2e62d02c6b6"
534
+ dependencies = [
535
+ "dirs",
536
+ "http",
537
+ "indicatif",
538
+ "log",
539
+ "rand 0.8.8",
540
+ "reqwest",
541
+ "rustls",
542
+ "serde",
543
+ "serde_json",
544
+ "thiserror 2.0.20",
545
+ "ureq",
546
+ ]
547
+
548
+ [[package]]
549
+ name = "http"
550
+ version = "1.5.0"
551
+ source = "registry+https://github.com/rust-lang/crates.io-index"
552
+ checksum = "918d3568bebf352712bc2ef3d46a8bcf1a75b373be6539de198e9105cbbf9ce0"
553
+ dependencies = [
554
+ "bytes",
555
+ "itoa",
556
+ ]
557
+
558
+ [[package]]
559
+ name = "http-body"
560
+ version = "1.1.0"
561
+ source = "registry+https://github.com/rust-lang/crates.io-index"
562
+ checksum = "ca2a8f2913ee65f60facd6a5905613afaa448497a0230cc41ce022d93290bc2c"
563
+ dependencies = [
564
+ "bytes",
565
+ "http",
566
+ ]
567
+
568
+ [[package]]
569
+ name = "http-body-util"
570
+ version = "0.1.5"
571
+ source = "registry+https://github.com/rust-lang/crates.io-index"
572
+ checksum = "23169fe34a5fbcdd3f3862e78fb9b6fccd5f02a6dc6f732547005d45631ce71c"
573
+ dependencies = [
574
+ "bytes",
575
+ "futures-core",
576
+ "http",
577
+ "http-body",
578
+ "pin-project-lite",
579
+ ]
580
+
581
+ [[package]]
582
+ name = "httparse"
583
+ version = "1.10.1"
584
+ source = "registry+https://github.com/rust-lang/crates.io-index"
585
+ checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
586
+
587
+ [[package]]
588
+ name = "hyper"
589
+ version = "1.11.1"
590
+ source = "registry+https://github.com/rust-lang/crates.io-index"
591
+ checksum = "27b501faa50e7a26c3d3560ca625132f4078a17771f4810baf70475ae48cbe43"
592
+ dependencies = [
593
+ "atomic-waker",
594
+ "bytes",
595
+ "futures-channel",
596
+ "futures-core",
597
+ "http",
598
+ "http-body",
599
+ "httparse",
600
+ "itoa",
601
+ "pin-project-lite",
602
+ "smallvec",
603
+ "tokio",
604
+ "want",
605
+ ]
606
+
607
+ [[package]]
608
+ name = "hyper-rustls"
609
+ version = "0.27.9"
610
+ source = "registry+https://github.com/rust-lang/crates.io-index"
611
+ checksum = "33ca68d021ef39cf6463ab54c1d0f5daf03377b70561305bb89a8f83aab66e0f"
612
+ dependencies = [
613
+ "http",
614
+ "hyper",
615
+ "hyper-util",
616
+ "rustls",
617
+ "tokio",
618
+ "tokio-rustls",
619
+ "tower-service",
620
+ "webpki-roots 1.0.9",
621
+ ]
622
+
623
+ [[package]]
624
+ name = "hyper-util"
625
+ version = "0.1.20"
626
+ source = "registry+https://github.com/rust-lang/crates.io-index"
627
+ checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
628
+ dependencies = [
629
+ "base64 0.22.1",
630
+ "bytes",
631
+ "futures-channel",
632
+ "futures-util",
633
+ "http",
634
+ "http-body",
635
+ "hyper",
636
+ "ipnet",
637
+ "libc",
638
+ "percent-encoding",
639
+ "pin-project-lite",
640
+ "socket2",
641
+ "tokio",
642
+ "tower-service",
643
+ "tracing",
644
+ ]
645
+
646
+ [[package]]
647
+ name = "icu_collections"
648
+ version = "2.3.0"
649
+ source = "registry+https://github.com/rust-lang/crates.io-index"
650
+ checksum = "fa68d21081c4a05d5a901a1c62add574c77048b6a1c67be3b50ce0b60d4ca513"
651
+ dependencies = [
652
+ "displaydoc",
653
+ "potential_utf",
654
+ "utf8_iter",
655
+ "yoke",
656
+ "zerofrom",
657
+ "zerovec",
658
+ ]
659
+
660
+ [[package]]
661
+ name = "icu_locale_core"
662
+ version = "2.3.0"
663
+ source = "registry+https://github.com/rust-lang/crates.io-index"
664
+ checksum = "d56e28588da92eee5c3201a6eff33fabdd49b62269c8938d4ff050ce4d900deb"
665
+ dependencies = [
666
+ "displaydoc",
667
+ "litemap",
668
+ "tinystr",
669
+ "writeable",
670
+ "zerovec",
671
+ ]
672
+
673
+ [[package]]
674
+ name = "icu_normalizer"
675
+ version = "2.3.0"
676
+ source = "registry+https://github.com/rust-lang/crates.io-index"
677
+ checksum = "12f9cf5f235641ed274641dd81c3f28d870e276763d0797aeeab72317b1c646f"
678
+ dependencies = [
679
+ "icu_collections",
680
+ "icu_normalizer_data",
681
+ "icu_properties",
682
+ "icu_provider",
683
+ "smallvec",
684
+ "zerovec",
685
+ ]
686
+
687
+ [[package]]
688
+ name = "icu_normalizer_data"
689
+ version = "2.3.0"
690
+ source = "registry+https://github.com/rust-lang/crates.io-index"
691
+ checksum = "1563da1ed3e0b3bf3d74c9b85917ac9c56464d2f57242270c09c9e752f8021a0"
692
+
693
+ [[package]]
694
+ name = "icu_properties"
695
+ version = "2.3.0"
696
+ source = "registry+https://github.com/rust-lang/crates.io-index"
697
+ checksum = "7e7ca276ad3145661a65914e6daf131ca5120cd3dcee8f8f3214b8875184a148"
698
+ dependencies = [
699
+ "displaydoc",
700
+ "icu_collections",
701
+ "icu_locale_core",
702
+ "icu_properties_data",
703
+ "icu_provider",
704
+ "zerotrie",
705
+ "zerovec",
706
+ ]
707
+
708
+ [[package]]
709
+ name = "icu_properties_data"
710
+ version = "2.3.0"
711
+ source = "registry+https://github.com/rust-lang/crates.io-index"
712
+ checksum = "e590f038c1464a96894fd6d10127e90a8be4509f56ff7ecef851b15cee0b7caa"
713
+
714
+ [[package]]
715
+ name = "icu_provider"
716
+ version = "2.3.1"
717
+ source = "registry+https://github.com/rust-lang/crates.io-index"
718
+ checksum = "d27bbb9d3abbefac45d55f647c9de1d44aafcd1186eb91879afef17c396c3e73"
719
+ dependencies = [
720
+ "displaydoc",
721
+ "icu_locale_core",
722
+ "writeable",
723
+ "yoke",
724
+ "zerofrom",
725
+ "zerotrie",
726
+ "zerovec",
727
+ ]
728
+
729
+ [[package]]
730
+ name = "ident_case"
731
+ version = "1.0.1"
732
+ source = "registry+https://github.com/rust-lang/crates.io-index"
733
+ checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
734
+
735
+ [[package]]
736
+ name = "idna"
737
+ version = "1.1.0"
738
+ source = "registry+https://github.com/rust-lang/crates.io-index"
739
+ checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
740
+ dependencies = [
741
+ "idna_adapter",
742
+ "smallvec",
743
+ "utf8_iter",
744
+ ]
745
+
746
+ [[package]]
747
+ name = "idna_adapter"
748
+ version = "1.2.2"
749
+ source = "registry+https://github.com/rust-lang/crates.io-index"
750
+ checksum = "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714"
751
+ dependencies = [
752
+ "icu_normalizer",
753
+ "icu_properties",
754
+ ]
755
+
756
+ [[package]]
757
+ name = "indexmap"
758
+ version = "2.14.2"
759
+ source = "registry+https://github.com/rust-lang/crates.io-index"
760
+ checksum = "cc4e190f5d26ca7051642629da2c52fc03bde85a03197c99408dcd291734c855"
761
+ dependencies = [
762
+ "equivalent",
763
+ "hashbrown",
764
+ ]
765
+
766
+ [[package]]
767
+ name = "indicatif"
768
+ version = "0.17.11"
769
+ source = "registry+https://github.com/rust-lang/crates.io-index"
770
+ checksum = "183b3088984b400f4cfac3620d5e076c84da5364016b4f49473de574b2586235"
771
+ dependencies = [
772
+ "console",
773
+ "number_prefix",
774
+ "portable-atomic",
775
+ "unicode-width",
776
+ "web-time",
777
+ ]
778
+
779
+ [[package]]
780
+ name = "ipnet"
781
+ version = "2.12.2"
782
+ source = "registry+https://github.com/rust-lang/crates.io-index"
783
+ checksum = "791930b43c0d5973160d90a8f3894509f2b273430f5c5c73b668636d0287c5c0"
784
+
785
+ [[package]]
786
+ name = "itertools"
787
+ version = "0.14.0"
788
+ source = "registry+https://github.com/rust-lang/crates.io-index"
789
+ checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
790
+ dependencies = [
791
+ "either",
792
+ ]
793
+
794
+ [[package]]
795
+ name = "itoa"
796
+ version = "1.0.18"
797
+ source = "registry+https://github.com/rust-lang/crates.io-index"
798
+ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
799
+
800
+ [[package]]
801
+ name = "jobserver"
802
+ version = "0.1.35"
803
+ source = "registry+https://github.com/rust-lang/crates.io-index"
804
+ checksum = "1c00acbd29eabad4a2392fa0e921c874934dbbf4194312ad20f04a0ed67a3cb3"
805
+ dependencies = [
806
+ "getrandom 0.4.3",
807
+ "libc",
808
+ ]
809
+
810
+ [[package]]
811
+ name = "js-sys"
812
+ version = "0.3.105"
813
+ source = "registry+https://github.com/rust-lang/crates.io-index"
814
+ checksum = "ce57d20d1ea864ce2ac172ab472d409214f4fd359f0b2a2775abdf522e2af99e"
815
+ dependencies = [
816
+ "cfg-if",
817
+ "futures-util",
818
+ "wasm-bindgen",
819
+ ]
820
+
821
+ [[package]]
822
+ name = "libc"
823
+ version = "0.2.189"
824
+ source = "registry+https://github.com/rust-lang/crates.io-index"
825
+ checksum = "3eaf3ede3fee6db1a4c2ee091bf8a8b4dccdc6d17f656fb07896ee72867612f2"
826
+
827
+ [[package]]
828
+ name = "libredox"
829
+ version = "0.1.23"
830
+ source = "registry+https://github.com/rust-lang/crates.io-index"
831
+ checksum = "8d8f1ea3f21fd3405dcaf6c9b5c1630af9afc422d9073ea39c5f6d6c772e08ed"
832
+ dependencies = [
833
+ "libc",
834
+ ]
835
+
836
+ [[package]]
837
+ name = "litemap"
838
+ version = "0.8.3"
839
+ source = "registry+https://github.com/rust-lang/crates.io-index"
840
+ checksum = "47d9d19d1d6efa0109d2f65ff4c85cddd50bd572e5a00127ab10987290bcefae"
841
+
842
+ [[package]]
843
+ name = "log"
844
+ version = "0.4.34"
845
+ source = "registry+https://github.com/rust-lang/crates.io-index"
846
+ checksum = "f9f8bd3e56ce4dfc153cf470fffbfa98c7620958b312ca5c3a4b8d5181fd13c6"
847
+
848
+ [[package]]
849
+ name = "lru-slab"
850
+ version = "0.1.2"
851
+ source = "registry+https://github.com/rust-lang/crates.io-index"
852
+ checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
853
+
854
+ [[package]]
855
+ name = "macro_rules_attribute"
856
+ version = "0.2.3"
857
+ source = "registry+https://github.com/rust-lang/crates.io-index"
858
+ checksum = "b3ae8f6d608c795738406608304d30a2dfbdc8e58e44f7ba43236da5208ded3c"
859
+ dependencies = [
860
+ "macro_rules_attribute-proc_macro",
861
+ "pastey",
862
+ ]
863
+
864
+ [[package]]
865
+ name = "macro_rules_attribute-proc_macro"
866
+ version = "0.2.3"
867
+ source = "registry+https://github.com/rust-lang/crates.io-index"
868
+ checksum = "fc04a4c58212d57930a24bf47d3fa87485264a3a054e9c10e042eb373573ad3c"
869
+
870
+ [[package]]
871
+ name = "memchr"
872
+ version = "2.8.3"
873
+ source = "registry+https://github.com/rust-lang/crates.io-index"
874
+ checksum = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98"
875
+
876
+ [[package]]
877
+ name = "minimal-lexical"
878
+ version = "0.2.1"
879
+ source = "registry+https://github.com/rust-lang/crates.io-index"
880
+ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
881
+
882
+ [[package]]
883
+ name = "miniz_oxide"
884
+ version = "0.9.1"
885
+ source = "registry+https://github.com/rust-lang/crates.io-index"
886
+ checksum = "b63fbc4a50860e98e7b2aa7804ded1db5cbc3aff9193adaff57a6931bf7c4b4c"
887
+ dependencies = [
888
+ "adler2",
889
+ "simd-adler32",
890
+ ]
891
+
892
+ [[package]]
893
+ name = "mio"
894
+ version = "1.2.3"
895
+ source = "registry+https://github.com/rust-lang/crates.io-index"
896
+ checksum = "4b18443e9c262bfe8fa82f51666e2642c53393f7e5c27b3e1aeab922cff5b9d8"
897
+ dependencies = [
898
+ "libc",
899
+ "wasi",
900
+ "windows-sys 0.61.2",
901
+ ]
902
+
903
+ [[package]]
904
+ name = "monostate"
905
+ version = "0.1.18"
906
+ source = "registry+https://github.com/rust-lang/crates.io-index"
907
+ checksum = "3341a273f6c9d5bef1908f17b7267bbab0e95c9bf69a0d4dcf8e9e1b2c76ef67"
908
+ dependencies = [
909
+ "monostate-impl",
910
+ "serde",
911
+ "serde_core",
912
+ ]
913
+
914
+ [[package]]
915
+ name = "monostate-impl"
916
+ version = "0.1.18"
917
+ source = "registry+https://github.com/rust-lang/crates.io-index"
918
+ checksum = "e4db6d5580af57bf992f59068d4ea26fd518574ff48d7639b255a36f9de6e7e9"
919
+ dependencies = [
920
+ "proc-macro2",
921
+ "quote",
922
+ "syn 2.0.119",
923
+ ]
924
+
925
+ [[package]]
926
+ name = "nom"
927
+ version = "7.1.3"
928
+ source = "registry+https://github.com/rust-lang/crates.io-index"
929
+ checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
930
+ dependencies = [
931
+ "memchr",
932
+ "minimal-lexical",
933
+ ]
934
+
935
+ [[package]]
936
+ name = "number_prefix"
937
+ version = "0.4.0"
938
+ source = "registry+https://github.com/rust-lang/crates.io-index"
939
+ checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
940
+
941
+ [[package]]
942
+ name = "oc-earley"
943
+ version = "0.1.0"
944
+ dependencies = [
945
+ "bincode",
946
+ "hf-hub",
947
+ "once_cell",
948
+ "pyo3",
949
+ "regex",
950
+ "regex-automata",
951
+ "rustc-hash",
952
+ "serde",
953
+ "serde-pyobject",
954
+ "serde_json",
955
+ "thiserror 2.0.20",
956
+ "tokenizers",
957
+ ]
958
+
959
+ [[package]]
960
+ name = "once_cell"
961
+ version = "1.21.4"
962
+ source = "registry+https://github.com/rust-lang/crates.io-index"
963
+ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
964
+
965
+ [[package]]
966
+ name = "onig"
967
+ version = "6.5.3"
968
+ source = "registry+https://github.com/rust-lang/crates.io-index"
969
+ checksum = "0cc3cbf698f9438986c11a880c90a6d04b9de27575afd28bbf45b154b6c709e2"
970
+ dependencies = [
971
+ "bitflags",
972
+ "libc",
973
+ "once_cell",
974
+ "onig_sys",
975
+ ]
976
+
977
+ [[package]]
978
+ name = "onig_sys"
979
+ version = "69.9.3"
980
+ source = "registry+https://github.com/rust-lang/crates.io-index"
981
+ checksum = "1e68317604e77e53b85896388e1a803c1d21b74c899ec9e5e1112db90735edd7"
982
+ dependencies = [
983
+ "cc",
984
+ "pkg-config",
985
+ ]
986
+
987
+ [[package]]
988
+ name = "option-ext"
989
+ version = "0.2.0"
990
+ source = "registry+https://github.com/rust-lang/crates.io-index"
991
+ checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
992
+
993
+ [[package]]
994
+ name = "paste"
995
+ version = "1.0.15"
996
+ source = "registry+https://github.com/rust-lang/crates.io-index"
997
+ checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
998
+
999
+ [[package]]
1000
+ name = "pastey"
1001
+ version = "0.2.3"
1002
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1003
+ checksum = "2ee67f1008b1ba2321834326597b8e186293b049a023cdef258527550b9935b4"
1004
+
1005
+ [[package]]
1006
+ name = "percent-encoding"
1007
+ version = "2.3.2"
1008
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1009
+ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
1010
+
1011
+ [[package]]
1012
+ name = "pin-project-lite"
1013
+ version = "0.2.17"
1014
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1015
+ checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
1016
+
1017
+ [[package]]
1018
+ name = "pkg-config"
1019
+ version = "0.3.34"
1020
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1021
+ checksum = "f6b464fbc74e149a392436b17d523f769e057cb6877f6a5c4618bc6f11800548"
1022
+
1023
+ [[package]]
1024
+ name = "portable-atomic"
1025
+ version = "1.15.0"
1026
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1027
+ checksum = "05c8b63e8d9609db387f0324918f81d68fe27748f084ef092fb35954d0539a85"
1028
+
1029
+ [[package]]
1030
+ name = "potential_utf"
1031
+ version = "0.1.6"
1032
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1033
+ checksum = "d83eb9bc6d8e5cf568e7a1101d60ee05e81ed50ea106026f3d18deeb046d7661"
1034
+ dependencies = [
1035
+ "zerovec",
1036
+ ]
1037
+
1038
+ [[package]]
1039
+ name = "ppv-lite86"
1040
+ version = "0.2.21"
1041
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1042
+ checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
1043
+ dependencies = [
1044
+ "zerocopy",
1045
+ ]
1046
+
1047
+ [[package]]
1048
+ name = "proc-macro2"
1049
+ version = "1.0.107"
1050
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1051
+ checksum = "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9"
1052
+ dependencies = [
1053
+ "unicode-ident",
1054
+ ]
1055
+
1056
+ [[package]]
1057
+ name = "pyo3"
1058
+ version = "0.29.2"
1059
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1060
+ checksum = "4688ddedf473e32662b9b067670129a8afb8c18e351482c70d62ba4a88171e8b"
1061
+ dependencies = [
1062
+ "libc",
1063
+ "once_cell",
1064
+ "portable-atomic",
1065
+ "pyo3-build-config",
1066
+ "pyo3-ffi",
1067
+ "pyo3-macros",
1068
+ ]
1069
+
1070
+ [[package]]
1071
+ name = "pyo3-build-config"
1072
+ version = "0.29.2"
1073
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1074
+ checksum = "f41027e41b4bd03f6e60f9f417fe24a6341a6bb744edd62b6f709f2a52ea30e9"
1075
+ dependencies = [
1076
+ "target-lexicon",
1077
+ ]
1078
+
1079
+ [[package]]
1080
+ name = "pyo3-ffi"
1081
+ version = "0.29.2"
1082
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1083
+ checksum = "e591a95526fead067432c3b3a33fc74770b87b1e04e73671090d9c2055a2b327"
1084
+ dependencies = [
1085
+ "libc",
1086
+ "pyo3-build-config",
1087
+ ]
1088
+
1089
+ [[package]]
1090
+ name = "pyo3-macros"
1091
+ version = "0.29.2"
1092
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1093
+ checksum = "73225868fc1cd84eef2c3c230ddb91273bf1de46aeb8a4248da76d32a0924a1c"
1094
+ dependencies = [
1095
+ "proc-macro2",
1096
+ "pyo3-macros-backend",
1097
+ "quote",
1098
+ "syn 2.0.119",
1099
+ ]
1100
+
1101
+ [[package]]
1102
+ name = "pyo3-macros-backend"
1103
+ version = "0.29.2"
1104
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1105
+ checksum = "571575aa3749fa6216757dd47d2a3e7ef360f329a40f0666a9fbd14889024952"
1106
+ dependencies = [
1107
+ "heck",
1108
+ "proc-macro2",
1109
+ "quote",
1110
+ "syn 2.0.119",
1111
+ ]
1112
+
1113
+ [[package]]
1114
+ name = "quinn"
1115
+ version = "0.11.11"
1116
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1117
+ checksum = "0c1a41e437b6bbd489372cd4971de128e85c855f56c57f283d20ff016cf7c0a8"
1118
+ dependencies = [
1119
+ "bytes",
1120
+ "cfg_aliases",
1121
+ "pin-project-lite",
1122
+ "quinn-proto",
1123
+ "quinn-udp",
1124
+ "rustc-hash",
1125
+ "rustls",
1126
+ "socket2",
1127
+ "thiserror 2.0.20",
1128
+ "tokio",
1129
+ "tracing",
1130
+ "web-time",
1131
+ ]
1132
+
1133
+ [[package]]
1134
+ name = "quinn-proto"
1135
+ version = "0.11.17"
1136
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1137
+ checksum = "04759210543be93709136e28212294a659ef5001836ff4eab4d663e4529bba83"
1138
+ dependencies = [
1139
+ "bytes",
1140
+ "getrandom 0.4.3",
1141
+ "lru-slab",
1142
+ "rand 0.10.2",
1143
+ "rand_pcg",
1144
+ "ring",
1145
+ "rustc-hash",
1146
+ "rustls",
1147
+ "rustls-pki-types",
1148
+ "slab",
1149
+ "thiserror 2.0.20",
1150
+ "tinyvec",
1151
+ "tracing",
1152
+ "web-time",
1153
+ ]
1154
+
1155
+ [[package]]
1156
+ name = "quinn-udp"
1157
+ version = "0.5.15"
1158
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1159
+ checksum = "35a133f956daabe89a61a685c2649f13d82d5aa4bd5d12d1277e1072a21c0694"
1160
+ dependencies = [
1161
+ "cfg_aliases",
1162
+ "libc",
1163
+ "once_cell",
1164
+ "socket2",
1165
+ "tracing",
1166
+ "windows-sys 0.61.2",
1167
+ ]
1168
+
1169
+ [[package]]
1170
+ name = "quote"
1171
+ version = "1.0.47"
1172
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1173
+ checksum = "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001"
1174
+ dependencies = [
1175
+ "proc-macro2",
1176
+ ]
1177
+
1178
+ [[package]]
1179
+ name = "r-efi"
1180
+ version = "5.3.0"
1181
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1182
+ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
1183
+
1184
+ [[package]]
1185
+ name = "r-efi"
1186
+ version = "6.0.0"
1187
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1188
+ checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
1189
+
1190
+ [[package]]
1191
+ name = "rand"
1192
+ version = "0.8.8"
1193
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1194
+ checksum = "e058c7de0b26af77780c769414d6257830bb240f3c38477dbc2c16e5f54d6d4c"
1195
+ dependencies = [
1196
+ "libc",
1197
+ "rand_chacha 0.3.1",
1198
+ "rand_core 0.6.4",
1199
+ ]
1200
+
1201
+ [[package]]
1202
+ name = "rand"
1203
+ version = "0.9.5"
1204
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1205
+ checksum = "b9ef1d0d795eb7d84685bca4f72f3649f064e6641543d3a8c415898726a57b41"
1206
+ dependencies = [
1207
+ "rand_chacha 0.9.0",
1208
+ "rand_core 0.9.5",
1209
+ ]
1210
+
1211
+ [[package]]
1212
+ name = "rand"
1213
+ version = "0.10.2"
1214
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1215
+ checksum = "c7f5fa3a058cd35567ef9bfa5e75732bee0f9e4c55fa90477bef2dfcdbc4be80"
1216
+ dependencies = [
1217
+ "chacha20",
1218
+ "getrandom 0.4.3",
1219
+ "rand_core 0.10.1",
1220
+ ]
1221
+
1222
+ [[package]]
1223
+ name = "rand_chacha"
1224
+ version = "0.3.1"
1225
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1226
+ checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
1227
+ dependencies = [
1228
+ "ppv-lite86",
1229
+ "rand_core 0.6.4",
1230
+ ]
1231
+
1232
+ [[package]]
1233
+ name = "rand_chacha"
1234
+ version = "0.9.0"
1235
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1236
+ checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
1237
+ dependencies = [
1238
+ "ppv-lite86",
1239
+ "rand_core 0.9.5",
1240
+ ]
1241
+
1242
+ [[package]]
1243
+ name = "rand_core"
1244
+ version = "0.6.4"
1245
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1246
+ checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1247
+ dependencies = [
1248
+ "getrandom 0.2.17",
1249
+ ]
1250
+
1251
+ [[package]]
1252
+ name = "rand_core"
1253
+ version = "0.9.5"
1254
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1255
+ checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
1256
+ dependencies = [
1257
+ "getrandom 0.3.4",
1258
+ ]
1259
+
1260
+ [[package]]
1261
+ name = "rand_core"
1262
+ version = "0.10.1"
1263
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1264
+ checksum = "63b8176103e19a2643978565ca18b50549f6101881c443590420e4dc998a3c69"
1265
+
1266
+ [[package]]
1267
+ name = "rand_pcg"
1268
+ version = "0.10.2"
1269
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1270
+ checksum = "caa0f4137e1c0a72f4c651489402276c8e8e1cf081f3b0ba156d2cbeef09e86a"
1271
+ dependencies = [
1272
+ "rand_core 0.10.1",
1273
+ ]
1274
+
1275
+ [[package]]
1276
+ name = "rayon"
1277
+ version = "1.12.0"
1278
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1279
+ checksum = "fb39b166781f92d482534ef4b4b1b2568f42613b53e5b6c160e24cfbfa30926d"
1280
+ dependencies = [
1281
+ "either",
1282
+ "rayon-core",
1283
+ ]
1284
+
1285
+ [[package]]
1286
+ name = "rayon-cond"
1287
+ version = "0.4.0"
1288
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1289
+ checksum = "2964d0cf57a3e7a06e8183d14a8b527195c706b7983549cd5462d5aa3747438f"
1290
+ dependencies = [
1291
+ "either",
1292
+ "itertools",
1293
+ "rayon",
1294
+ ]
1295
+
1296
+ [[package]]
1297
+ name = "rayon-core"
1298
+ version = "1.13.0"
1299
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1300
+ checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
1301
+ dependencies = [
1302
+ "crossbeam-deque",
1303
+ "crossbeam-utils",
1304
+ ]
1305
+
1306
+ [[package]]
1307
+ name = "redox_users"
1308
+ version = "0.4.6"
1309
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1310
+ checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
1311
+ dependencies = [
1312
+ "getrandom 0.2.17",
1313
+ "libredox",
1314
+ "thiserror 1.0.69",
1315
+ ]
1316
+
1317
+ [[package]]
1318
+ name = "regex"
1319
+ version = "1.13.1"
1320
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1321
+ checksum = "f020237b6c8eed93db2e2cb53c00c60a8e1bc73da7d073199a1180401450218d"
1322
+ dependencies = [
1323
+ "aho-corasick",
1324
+ "memchr",
1325
+ "regex-automata",
1326
+ "regex-syntax",
1327
+ ]
1328
+
1329
+ [[package]]
1330
+ name = "regex-automata"
1331
+ version = "0.4.18"
1332
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1333
+ checksum = "ad8553b9b26413251cbf30e620595c7a41b3887f03da04579c0e6b0d6a06b4b2"
1334
+ dependencies = [
1335
+ "aho-corasick",
1336
+ "memchr",
1337
+ "regex-syntax",
1338
+ ]
1339
+
1340
+ [[package]]
1341
+ name = "regex-syntax"
1342
+ version = "0.8.11"
1343
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1344
+ checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4"
1345
+
1346
+ [[package]]
1347
+ name = "reqwest"
1348
+ version = "0.12.28"
1349
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1350
+ checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147"
1351
+ dependencies = [
1352
+ "base64 0.22.1",
1353
+ "bytes",
1354
+ "futures-core",
1355
+ "futures-util",
1356
+ "http",
1357
+ "http-body",
1358
+ "http-body-util",
1359
+ "hyper",
1360
+ "hyper-rustls",
1361
+ "hyper-util",
1362
+ "js-sys",
1363
+ "log",
1364
+ "percent-encoding",
1365
+ "pin-project-lite",
1366
+ "quinn",
1367
+ "rustls",
1368
+ "rustls-pki-types",
1369
+ "serde",
1370
+ "serde_json",
1371
+ "serde_urlencoded",
1372
+ "sync_wrapper",
1373
+ "tokio",
1374
+ "tokio-rustls",
1375
+ "tokio-util",
1376
+ "tower",
1377
+ "tower-http",
1378
+ "tower-service",
1379
+ "url",
1380
+ "wasm-bindgen",
1381
+ "wasm-bindgen-futures",
1382
+ "wasm-streams",
1383
+ "web-sys",
1384
+ "webpki-roots 1.0.9",
1385
+ ]
1386
+
1387
+ [[package]]
1388
+ name = "ring"
1389
+ version = "0.17.14"
1390
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1391
+ checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
1392
+ dependencies = [
1393
+ "cc",
1394
+ "cfg-if",
1395
+ "getrandom 0.2.17",
1396
+ "libc",
1397
+ "untrusted",
1398
+ "windows-sys 0.52.0",
1399
+ ]
1400
+
1401
+ [[package]]
1402
+ name = "rustc-hash"
1403
+ version = "2.1.3"
1404
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1405
+ checksum = "6b1e7f9a428571be2dc5bc0505c13fb6bf936822b894ec87abf8a08a4e51742d"
1406
+
1407
+ [[package]]
1408
+ name = "rustls"
1409
+ version = "0.23.44"
1410
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1411
+ checksum = "6725596c3f2c3a0aef021139e145d4eafe314a6623e4680ca83852b2c67ab2ba"
1412
+ dependencies = [
1413
+ "aws-lc-rs",
1414
+ "log",
1415
+ "once_cell",
1416
+ "ring",
1417
+ "rustls-pki-types",
1418
+ "rustls-webpki",
1419
+ "subtle",
1420
+ "zeroize",
1421
+ ]
1422
+
1423
+ [[package]]
1424
+ name = "rustls-pki-types"
1425
+ version = "1.15.1"
1426
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1427
+ checksum = "2f4925028c7eb5d1fcdaf196971378ed9d2c1c4efc7dc5d011256f76c99c0a96"
1428
+ dependencies = [
1429
+ "web-time",
1430
+ "zeroize",
1431
+ ]
1432
+
1433
+ [[package]]
1434
+ name = "rustls-webpki"
1435
+ version = "0.103.15"
1436
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1437
+ checksum = "f3c3cf1d8b1e7d4927e2d154c3fcb02979afb9939629c62cd9048d4f07b60ac2"
1438
+ dependencies = [
1439
+ "aws-lc-rs",
1440
+ "ring",
1441
+ "rustls-pki-types",
1442
+ "untrusted",
1443
+ ]
1444
+
1445
+ [[package]]
1446
+ name = "rustversion"
1447
+ version = "1.0.23"
1448
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1449
+ checksum = "cf54715a573b99ac80df0bc206da022bcd442c974952c7b9720069370852e21f"
1450
+
1451
+ [[package]]
1452
+ name = "ryu"
1453
+ version = "1.0.23"
1454
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1455
+ checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
1456
+
1457
+ [[package]]
1458
+ name = "serde"
1459
+ version = "1.0.229"
1460
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1461
+ checksum = "4148590afebada386688f18773da617792bf2ef03ffc1e4cbd2b1d45b023e0ba"
1462
+ dependencies = [
1463
+ "serde_core",
1464
+ "serde_derive",
1465
+ ]
1466
+
1467
+ [[package]]
1468
+ name = "serde-pyobject"
1469
+ version = "0.8.0"
1470
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1471
+ checksum = "5614e792b7c36d3feeb45b8287ea2dc615f063896e59258d11ef5015c18bdf6a"
1472
+ dependencies = [
1473
+ "log",
1474
+ "pyo3",
1475
+ "serde",
1476
+ ]
1477
+
1478
+ [[package]]
1479
+ name = "serde_core"
1480
+ version = "1.0.229"
1481
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1482
+ checksum = "67dca2c9c51e58a4791a4b1ed58308b39c64224d349a935ab5039aa360942a48"
1483
+ dependencies = [
1484
+ "serde_derive",
1485
+ ]
1486
+
1487
+ [[package]]
1488
+ name = "serde_derive"
1489
+ version = "1.0.229"
1490
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1491
+ checksum = "e7a5d71263a5a7d47b41f6b3f06ba276f10cc18b0931f1799f710578e2309348"
1492
+ dependencies = [
1493
+ "proc-macro2",
1494
+ "quote",
1495
+ "syn 3.0.5",
1496
+ ]
1497
+
1498
+ [[package]]
1499
+ name = "serde_json"
1500
+ version = "1.0.151"
1501
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1502
+ checksum = "c841b55ecdae098c80dcae9cf767f6f8a0c2cdb3416bbef72181df4d0fe73f14"
1503
+ dependencies = [
1504
+ "indexmap",
1505
+ "itoa",
1506
+ "memchr",
1507
+ "serde",
1508
+ "serde_core",
1509
+ "zmij",
1510
+ ]
1511
+
1512
+ [[package]]
1513
+ name = "serde_urlencoded"
1514
+ version = "0.7.1"
1515
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1516
+ checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
1517
+ dependencies = [
1518
+ "form_urlencoded",
1519
+ "itoa",
1520
+ "ryu",
1521
+ "serde",
1522
+ ]
1523
+
1524
+ [[package]]
1525
+ name = "shlex"
1526
+ version = "2.0.1"
1527
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1528
+ checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
1529
+
1530
+ [[package]]
1531
+ name = "simd-adler32"
1532
+ version = "0.3.10"
1533
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1534
+ checksum = "3a219298ac11a56ea9a6d2120044824d6f01aeb034955e7af7bc16858527deea"
1535
+
1536
+ [[package]]
1537
+ name = "slab"
1538
+ version = "0.4.12"
1539
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1540
+ checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
1541
+
1542
+ [[package]]
1543
+ name = "smallvec"
1544
+ version = "1.16.1"
1545
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1546
+ checksum = "ba467056f1b547ed52077911161fc86985becbc60e8e1857c8a144dab0def891"
1547
+
1548
+ [[package]]
1549
+ name = "socket2"
1550
+ version = "0.6.5"
1551
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1552
+ checksum = "c3d1e2c7f27f8d4cb10542a02c49005dbd6e93095799d6f3be745fae9f8fedd4"
1553
+ dependencies = [
1554
+ "libc",
1555
+ "windows-sys 0.61.2",
1556
+ ]
1557
+
1558
+ [[package]]
1559
+ name = "socks"
1560
+ version = "0.3.4"
1561
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1562
+ checksum = "f0c3dbbd9ae980613c6dd8e28a9407b50509d3803b57624d5dfe8315218cd58b"
1563
+ dependencies = [
1564
+ "byteorder",
1565
+ "libc",
1566
+ "winapi",
1567
+ ]
1568
+
1569
+ [[package]]
1570
+ name = "spm_precompiled"
1571
+ version = "0.1.4"
1572
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1573
+ checksum = "5851699c4033c63636f7ea4cf7b7c1f1bf06d0cc03cfb42e711de5a5c46cf326"
1574
+ dependencies = [
1575
+ "base64 0.13.1",
1576
+ "nom",
1577
+ "serde",
1578
+ "unicode-segmentation",
1579
+ ]
1580
+
1581
+ [[package]]
1582
+ name = "stable_deref_trait"
1583
+ version = "1.2.1"
1584
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1585
+ checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
1586
+
1587
+ [[package]]
1588
+ name = "static_assertions"
1589
+ version = "1.1.0"
1590
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1591
+ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
1592
+
1593
+ [[package]]
1594
+ name = "strsim"
1595
+ version = "0.11.1"
1596
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1597
+ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
1598
+
1599
+ [[package]]
1600
+ name = "subtle"
1601
+ version = "2.6.1"
1602
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1603
+ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
1604
+
1605
+ [[package]]
1606
+ name = "syn"
1607
+ version = "2.0.119"
1608
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1609
+ checksum = "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297"
1610
+ dependencies = [
1611
+ "proc-macro2",
1612
+ "quote",
1613
+ "unicode-ident",
1614
+ ]
1615
+
1616
+ [[package]]
1617
+ name = "syn"
1618
+ version = "3.0.5"
1619
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1620
+ checksum = "12df2e0110f65b775f769bb17ef989067a1d931b2eb822bd4346631eeada89f9"
1621
+ dependencies = [
1622
+ "proc-macro2",
1623
+ "quote",
1624
+ "unicode-ident",
1625
+ ]
1626
+
1627
+ [[package]]
1628
+ name = "sync_wrapper"
1629
+ version = "1.0.2"
1630
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1631
+ checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
1632
+ dependencies = [
1633
+ "futures-core",
1634
+ ]
1635
+
1636
+ [[package]]
1637
+ name = "synstructure"
1638
+ version = "0.13.2"
1639
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1640
+ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
1641
+ dependencies = [
1642
+ "proc-macro2",
1643
+ "quote",
1644
+ "syn 2.0.119",
1645
+ ]
1646
+
1647
+ [[package]]
1648
+ name = "target-lexicon"
1649
+ version = "0.13.5"
1650
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1651
+ checksum = "adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca"
1652
+
1653
+ [[package]]
1654
+ name = "thiserror"
1655
+ version = "1.0.69"
1656
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1657
+ checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
1658
+ dependencies = [
1659
+ "thiserror-impl 1.0.69",
1660
+ ]
1661
+
1662
+ [[package]]
1663
+ name = "thiserror"
1664
+ version = "2.0.20"
1665
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1666
+ checksum = "ec86235f5fcc2a73650310756d2ac5b138a5780bbbdfae3eeccec992c435ba4f"
1667
+ dependencies = [
1668
+ "thiserror-impl 2.0.20",
1669
+ ]
1670
+
1671
+ [[package]]
1672
+ name = "thiserror-impl"
1673
+ version = "1.0.69"
1674
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1675
+ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
1676
+ dependencies = [
1677
+ "proc-macro2",
1678
+ "quote",
1679
+ "syn 2.0.119",
1680
+ ]
1681
+
1682
+ [[package]]
1683
+ name = "thiserror-impl"
1684
+ version = "2.0.20"
1685
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1686
+ checksum = "bc04cd3e1236dd4a98afca4569f2deb3f120e5422a4023be2cb683f8486292af"
1687
+ dependencies = [
1688
+ "proc-macro2",
1689
+ "quote",
1690
+ "syn 3.0.5",
1691
+ ]
1692
+
1693
+ [[package]]
1694
+ name = "tinystr"
1695
+ version = "0.8.4"
1696
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1697
+ checksum = "b1e27c91459209c2986af3dcf603a5a74a4368754ce37414f59acc971167f643"
1698
+ dependencies = [
1699
+ "displaydoc",
1700
+ "zerovec",
1701
+ ]
1702
+
1703
+ [[package]]
1704
+ name = "tinyvec"
1705
+ version = "1.13.2"
1706
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1707
+ checksum = "4cf0ded5c4e56918d8f8a339e1bb67d038d3bc6d144ac407904015ba2e4cde9b"
1708
+ dependencies = [
1709
+ "tinyvec_macros",
1710
+ ]
1711
+
1712
+ [[package]]
1713
+ name = "tinyvec_macros"
1714
+ version = "0.1.1"
1715
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1716
+ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
1717
+
1718
+ [[package]]
1719
+ name = "tokenizers"
1720
+ version = "0.22.2"
1721
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1722
+ checksum = "b238e22d44a15349529690fb07bd645cf58149a1b1e44d6cb5bd1641ff1a6223"
1723
+ dependencies = [
1724
+ "ahash",
1725
+ "aho-corasick",
1726
+ "compact_str",
1727
+ "dary_heap",
1728
+ "derive_builder",
1729
+ "esaxx-rs",
1730
+ "getrandom 0.3.4",
1731
+ "hf-hub",
1732
+ "itertools",
1733
+ "log",
1734
+ "macro_rules_attribute",
1735
+ "monostate",
1736
+ "onig",
1737
+ "paste",
1738
+ "rand 0.9.5",
1739
+ "rayon",
1740
+ "rayon-cond",
1741
+ "regex",
1742
+ "regex-syntax",
1743
+ "serde",
1744
+ "serde_json",
1745
+ "spm_precompiled",
1746
+ "thiserror 2.0.20",
1747
+ "unicode-normalization-alignments",
1748
+ "unicode-segmentation",
1749
+ "unicode_categories",
1750
+ ]
1751
+
1752
+ [[package]]
1753
+ name = "tokio"
1754
+ version = "1.53.1"
1755
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1756
+ checksum = "202caea871b69668250d242070849eb495be178ed697a3e98aebce5bc81a0bed"
1757
+ dependencies = [
1758
+ "bytes",
1759
+ "libc",
1760
+ "mio",
1761
+ "pin-project-lite",
1762
+ "socket2",
1763
+ "windows-sys 0.61.2",
1764
+ ]
1765
+
1766
+ [[package]]
1767
+ name = "tokio-rustls"
1768
+ version = "0.26.5"
1769
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1770
+ checksum = "b0c85f2c3ef0b1cd58b36682f4b17aaa995f0e5db534d85692b4903abce21f67"
1771
+ dependencies = [
1772
+ "rustls",
1773
+ "tokio",
1774
+ ]
1775
+
1776
+ [[package]]
1777
+ name = "tokio-util"
1778
+ version = "0.7.19"
1779
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1780
+ checksum = "494815d09bf52b5548659851081238f0ca39ff638363907596da739561c62c52"
1781
+ dependencies = [
1782
+ "bytes",
1783
+ "futures-core",
1784
+ "futures-sink",
1785
+ "pin-project-lite",
1786
+ "tokio",
1787
+ ]
1788
+
1789
+ [[package]]
1790
+ name = "tower"
1791
+ version = "0.5.3"
1792
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1793
+ checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
1794
+ dependencies = [
1795
+ "futures-core",
1796
+ "futures-util",
1797
+ "pin-project-lite",
1798
+ "sync_wrapper",
1799
+ "tokio",
1800
+ "tower-layer",
1801
+ "tower-service",
1802
+ ]
1803
+
1804
+ [[package]]
1805
+ name = "tower-http"
1806
+ version = "0.6.11"
1807
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1808
+ checksum = "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840"
1809
+ dependencies = [
1810
+ "bitflags",
1811
+ "bytes",
1812
+ "futures-util",
1813
+ "http",
1814
+ "http-body",
1815
+ "pin-project-lite",
1816
+ "tower",
1817
+ "tower-layer",
1818
+ "tower-service",
1819
+ "url",
1820
+ ]
1821
+
1822
+ [[package]]
1823
+ name = "tower-layer"
1824
+ version = "0.3.3"
1825
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1826
+ checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
1827
+
1828
+ [[package]]
1829
+ name = "tower-service"
1830
+ version = "0.3.3"
1831
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1832
+ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
1833
+
1834
+ [[package]]
1835
+ name = "tracing"
1836
+ version = "0.1.44"
1837
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1838
+ checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
1839
+ dependencies = [
1840
+ "pin-project-lite",
1841
+ "tracing-core",
1842
+ ]
1843
+
1844
+ [[package]]
1845
+ name = "tracing-core"
1846
+ version = "0.1.36"
1847
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1848
+ checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
1849
+ dependencies = [
1850
+ "once_cell",
1851
+ ]
1852
+
1853
+ [[package]]
1854
+ name = "try-lock"
1855
+ version = "0.2.5"
1856
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1857
+ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
1858
+
1859
+ [[package]]
1860
+ name = "unicode-ident"
1861
+ version = "1.0.24"
1862
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1863
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
1864
+
1865
+ [[package]]
1866
+ name = "unicode-normalization-alignments"
1867
+ version = "0.1.12"
1868
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1869
+ checksum = "43f613e4fa046e69818dd287fdc4bc78175ff20331479dab6e1b0f98d57062de"
1870
+ dependencies = [
1871
+ "smallvec",
1872
+ ]
1873
+
1874
+ [[package]]
1875
+ name = "unicode-segmentation"
1876
+ version = "1.13.3"
1877
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1878
+ checksum = "c6f5d3c3b1bf09027a88a6bc961fc00497d651009560b5463668dc81b0fa87a8"
1879
+
1880
+ [[package]]
1881
+ name = "unicode-width"
1882
+ version = "0.2.2"
1883
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1884
+ checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
1885
+
1886
+ [[package]]
1887
+ name = "unicode_categories"
1888
+ version = "0.1.1"
1889
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1890
+ checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
1891
+
1892
+ [[package]]
1893
+ name = "untrusted"
1894
+ version = "0.9.0"
1895
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1896
+ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
1897
+
1898
+ [[package]]
1899
+ name = "unty"
1900
+ version = "0.0.4"
1901
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1902
+ checksum = "6d49784317cd0d1ee7ec5c716dd598ec5b4483ea832a2dced265471cc0f690ae"
1903
+
1904
+ [[package]]
1905
+ name = "ureq"
1906
+ version = "2.12.1"
1907
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1908
+ checksum = "02d1a66277ed75f640d608235660df48c8e3c19f3b4edb6a263315626cc3c01d"
1909
+ dependencies = [
1910
+ "base64 0.22.1",
1911
+ "flate2",
1912
+ "log",
1913
+ "once_cell",
1914
+ "rustls",
1915
+ "rustls-pki-types",
1916
+ "serde",
1917
+ "serde_json",
1918
+ "socks",
1919
+ "url",
1920
+ "webpki-roots 0.26.11",
1921
+ ]
1922
+
1923
+ [[package]]
1924
+ name = "url"
1925
+ version = "2.5.8"
1926
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1927
+ checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
1928
+ dependencies = [
1929
+ "form_urlencoded",
1930
+ "idna",
1931
+ "percent-encoding",
1932
+ "serde",
1933
+ ]
1934
+
1935
+ [[package]]
1936
+ name = "utf8_iter"
1937
+ version = "1.0.4"
1938
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1939
+ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
1940
+
1941
+ [[package]]
1942
+ name = "version_check"
1943
+ version = "0.9.5"
1944
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1945
+ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
1946
+
1947
+ [[package]]
1948
+ name = "virtue"
1949
+ version = "0.0.18"
1950
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1951
+ checksum = "051eb1abcf10076295e815102942cc58f9d5e3b4560e46e53c21e8ff6f3af7b1"
1952
+
1953
+ [[package]]
1954
+ name = "want"
1955
+ version = "0.3.1"
1956
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1957
+ checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
1958
+ dependencies = [
1959
+ "try-lock",
1960
+ ]
1961
+
1962
+ [[package]]
1963
+ name = "wasi"
1964
+ version = "0.11.1+wasi-snapshot-preview1"
1965
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1966
+ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
1967
+
1968
+ [[package]]
1969
+ name = "wasip2"
1970
+ version = "1.0.4+wasi-0.2.12"
1971
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1972
+ checksum = "b67efb37e106e55ce722a510d6b5f9c17f083e5fc79afc2badeb12cc313d9487"
1973
+ dependencies = [
1974
+ "wit-bindgen",
1975
+ ]
1976
+
1977
+ [[package]]
1978
+ name = "wasm-bindgen"
1979
+ version = "0.2.128"
1980
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1981
+ checksum = "aecb87a33d3b0c5e3b7aa46336eaf486cffafbd281b195e4c8b80d50df2351bf"
1982
+ dependencies = [
1983
+ "cfg-if",
1984
+ "once_cell",
1985
+ "rustversion",
1986
+ "wasm-bindgen-macro",
1987
+ "wasm-bindgen-shared",
1988
+ ]
1989
+
1990
+ [[package]]
1991
+ name = "wasm-bindgen-futures"
1992
+ version = "0.4.78"
1993
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1994
+ checksum = "6ef4c5d3d2cdf5c54f4231181768f5510842e350db025faf1f7163b1030ed928"
1995
+ dependencies = [
1996
+ "js-sys",
1997
+ "wasm-bindgen",
1998
+ ]
1999
+
2000
+ [[package]]
2001
+ name = "wasm-bindgen-macro"
2002
+ version = "0.2.128"
2003
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2004
+ checksum = "a690d511e3c1a8b3a55e33511e3c2c00c78415cd23650f32b808627f5696b9ed"
2005
+ dependencies = [
2006
+ "quote",
2007
+ "wasm-bindgen-macro-support",
2008
+ ]
2009
+
2010
+ [[package]]
2011
+ name = "wasm-bindgen-macro-support"
2012
+ version = "0.2.128"
2013
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2014
+ checksum = "411e4887f0071ef2d2164a9d5fdf2d20efbef78fccd3a78b0c10a1dc5295e48a"
2015
+ dependencies = [
2016
+ "bumpalo",
2017
+ "proc-macro2",
2018
+ "quote",
2019
+ "syn 3.0.5",
2020
+ "wasm-bindgen-shared",
2021
+ ]
2022
+
2023
+ [[package]]
2024
+ name = "wasm-bindgen-shared"
2025
+ version = "0.2.128"
2026
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2027
+ checksum = "81941cd78d0c92026c33e5e01312845a4cb1e9af3407f9134b100dd03144103e"
2028
+ dependencies = [
2029
+ "unicode-ident",
2030
+ ]
2031
+
2032
+ [[package]]
2033
+ name = "wasm-streams"
2034
+ version = "0.4.2"
2035
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2036
+ checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
2037
+ dependencies = [
2038
+ "futures-util",
2039
+ "js-sys",
2040
+ "wasm-bindgen",
2041
+ "wasm-bindgen-futures",
2042
+ "web-sys",
2043
+ ]
2044
+
2045
+ [[package]]
2046
+ name = "web-sys"
2047
+ version = "0.3.105"
2048
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2049
+ checksum = "9fbddc4a036f00ec4f18c83445bd3115cb306a91da554919a099d9222fe4a7f8"
2050
+ dependencies = [
2051
+ "js-sys",
2052
+ "wasm-bindgen",
2053
+ ]
2054
+
2055
+ [[package]]
2056
+ name = "web-time"
2057
+ version = "1.1.0"
2058
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2059
+ checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
2060
+ dependencies = [
2061
+ "js-sys",
2062
+ "wasm-bindgen",
2063
+ ]
2064
+
2065
+ [[package]]
2066
+ name = "webpki-roots"
2067
+ version = "0.26.11"
2068
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2069
+ checksum = "521bc38abb08001b01866da9f51eb7c5d647a19260e00054a8c7fd5f9e57f7a9"
2070
+ dependencies = [
2071
+ "webpki-roots 1.0.9",
2072
+ ]
2073
+
2074
+ [[package]]
2075
+ name = "webpki-roots"
2076
+ version = "1.0.9"
2077
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2078
+ checksum = "7dcd9d09a39985f5344844e66b0c530a33843579125f23e21e9f0f220850f22a"
2079
+ dependencies = [
2080
+ "rustls-pki-types",
2081
+ ]
2082
+
2083
+ [[package]]
2084
+ name = "winapi"
2085
+ version = "0.3.9"
2086
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2087
+ checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2088
+ dependencies = [
2089
+ "winapi-i686-pc-windows-gnu",
2090
+ "winapi-x86_64-pc-windows-gnu",
2091
+ ]
2092
+
2093
+ [[package]]
2094
+ name = "winapi-i686-pc-windows-gnu"
2095
+ version = "0.4.0"
2096
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2097
+ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2098
+
2099
+ [[package]]
2100
+ name = "winapi-x86_64-pc-windows-gnu"
2101
+ version = "0.4.0"
2102
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2103
+ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2104
+
2105
+ [[package]]
2106
+ name = "windows-link"
2107
+ version = "0.2.1"
2108
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2109
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
2110
+
2111
+ [[package]]
2112
+ name = "windows-sys"
2113
+ version = "0.48.0"
2114
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2115
+ checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
2116
+ dependencies = [
2117
+ "windows-targets 0.48.5",
2118
+ ]
2119
+
2120
+ [[package]]
2121
+ name = "windows-sys"
2122
+ version = "0.52.0"
2123
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2124
+ checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
2125
+ dependencies = [
2126
+ "windows-targets 0.52.6",
2127
+ ]
2128
+
2129
+ [[package]]
2130
+ name = "windows-sys"
2131
+ version = "0.59.0"
2132
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2133
+ checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
2134
+ dependencies = [
2135
+ "windows-targets 0.52.6",
2136
+ ]
2137
+
2138
+ [[package]]
2139
+ name = "windows-sys"
2140
+ version = "0.61.2"
2141
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2142
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
2143
+ dependencies = [
2144
+ "windows-link",
2145
+ ]
2146
+
2147
+ [[package]]
2148
+ name = "windows-targets"
2149
+ version = "0.48.5"
2150
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2151
+ checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
2152
+ dependencies = [
2153
+ "windows_aarch64_gnullvm 0.48.5",
2154
+ "windows_aarch64_msvc 0.48.5",
2155
+ "windows_i686_gnu 0.48.5",
2156
+ "windows_i686_msvc 0.48.5",
2157
+ "windows_x86_64_gnu 0.48.5",
2158
+ "windows_x86_64_gnullvm 0.48.5",
2159
+ "windows_x86_64_msvc 0.48.5",
2160
+ ]
2161
+
2162
+ [[package]]
2163
+ name = "windows-targets"
2164
+ version = "0.52.6"
2165
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2166
+ checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2167
+ dependencies = [
2168
+ "windows_aarch64_gnullvm 0.52.6",
2169
+ "windows_aarch64_msvc 0.52.6",
2170
+ "windows_i686_gnu 0.52.6",
2171
+ "windows_i686_gnullvm",
2172
+ "windows_i686_msvc 0.52.6",
2173
+ "windows_x86_64_gnu 0.52.6",
2174
+ "windows_x86_64_gnullvm 0.52.6",
2175
+ "windows_x86_64_msvc 0.52.6",
2176
+ ]
2177
+
2178
+ [[package]]
2179
+ name = "windows_aarch64_gnullvm"
2180
+ version = "0.48.5"
2181
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2182
+ checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
2183
+
2184
+ [[package]]
2185
+ name = "windows_aarch64_gnullvm"
2186
+ version = "0.52.6"
2187
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2188
+ checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2189
+
2190
+ [[package]]
2191
+ name = "windows_aarch64_msvc"
2192
+ version = "0.48.5"
2193
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2194
+ checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
2195
+
2196
+ [[package]]
2197
+ name = "windows_aarch64_msvc"
2198
+ version = "0.52.6"
2199
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2200
+ checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2201
+
2202
+ [[package]]
2203
+ name = "windows_i686_gnu"
2204
+ version = "0.48.5"
2205
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2206
+ checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
2207
+
2208
+ [[package]]
2209
+ name = "windows_i686_gnu"
2210
+ version = "0.52.6"
2211
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2212
+ checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
2213
+
2214
+ [[package]]
2215
+ name = "windows_i686_gnullvm"
2216
+ version = "0.52.6"
2217
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2218
+ checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2219
+
2220
+ [[package]]
2221
+ name = "windows_i686_msvc"
2222
+ version = "0.48.5"
2223
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2224
+ checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
2225
+
2226
+ [[package]]
2227
+ name = "windows_i686_msvc"
2228
+ version = "0.52.6"
2229
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2230
+ checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2231
+
2232
+ [[package]]
2233
+ name = "windows_x86_64_gnu"
2234
+ version = "0.48.5"
2235
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2236
+ checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
2237
+
2238
+ [[package]]
2239
+ name = "windows_x86_64_gnu"
2240
+ version = "0.52.6"
2241
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2242
+ checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2243
+
2244
+ [[package]]
2245
+ name = "windows_x86_64_gnullvm"
2246
+ version = "0.48.5"
2247
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2248
+ checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
2249
+
2250
+ [[package]]
2251
+ name = "windows_x86_64_gnullvm"
2252
+ version = "0.52.6"
2253
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2254
+ checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2255
+
2256
+ [[package]]
2257
+ name = "windows_x86_64_msvc"
2258
+ version = "0.48.5"
2259
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2260
+ checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
2261
+
2262
+ [[package]]
2263
+ name = "windows_x86_64_msvc"
2264
+ version = "0.52.6"
2265
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2266
+ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2267
+
2268
+ [[package]]
2269
+ name = "wit-bindgen"
2270
+ version = "0.57.1"
2271
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2272
+ checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
2273
+
2274
+ [[package]]
2275
+ name = "writeable"
2276
+ version = "0.6.4"
2277
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2278
+ checksum = "3ad82d2a33cdc9674dc7465672f271e096168fcdbe0f799d9e6db8c5892679dc"
2279
+
2280
+ [[package]]
2281
+ name = "yoke"
2282
+ version = "0.8.3"
2283
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2284
+ checksum = "709fe23a0424b6a435d82152b1bd3fdfb0833487d5fa90d05d42762a9891fef5"
2285
+ dependencies = [
2286
+ "stable_deref_trait",
2287
+ "yoke-derive",
2288
+ "zerofrom",
2289
+ ]
2290
+
2291
+ [[package]]
2292
+ name = "yoke-derive"
2293
+ version = "0.8.2"
2294
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2295
+ checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
2296
+ dependencies = [
2297
+ "proc-macro2",
2298
+ "quote",
2299
+ "syn 2.0.119",
2300
+ "synstructure",
2301
+ ]
2302
+
2303
+ [[package]]
2304
+ name = "zerocopy"
2305
+ version = "0.8.57"
2306
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2307
+ checksum = "d35102a9f36d089ccae9e4c6802bc118be4487b80aaffc0ab4e0cf5ce92d2873"
2308
+ dependencies = [
2309
+ "zerocopy-derive",
2310
+ ]
2311
+
2312
+ [[package]]
2313
+ name = "zerocopy-derive"
2314
+ version = "0.8.57"
2315
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2316
+ checksum = "146c01f5ab44258da43cf276c74a2763db2ff3969c9c652c3f2de07041d0b2bc"
2317
+ dependencies = [
2318
+ "proc-macro2",
2319
+ "quote",
2320
+ "syn 2.0.119",
2321
+ ]
2322
+
2323
+ [[package]]
2324
+ name = "zerofrom"
2325
+ version = "0.1.8"
2326
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2327
+ checksum = "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272"
2328
+ dependencies = [
2329
+ "zerofrom-derive",
2330
+ ]
2331
+
2332
+ [[package]]
2333
+ name = "zerofrom-derive"
2334
+ version = "0.1.7"
2335
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2336
+ checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
2337
+ dependencies = [
2338
+ "proc-macro2",
2339
+ "quote",
2340
+ "syn 2.0.119",
2341
+ "synstructure",
2342
+ ]
2343
+
2344
+ [[package]]
2345
+ name = "zeroize"
2346
+ version = "1.9.0"
2347
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2348
+ checksum = "e13c156562582aa81c60cb29407084cdb54c4164760106ab78e6c5b0858cf64e"
2349
+
2350
+ [[package]]
2351
+ name = "zerotrie"
2352
+ version = "0.2.5"
2353
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2354
+ checksum = "4ea269c3bd32f0a32c321907a2ae912ba6f4649bb0fc764a15627e99a7095a3f"
2355
+ dependencies = [
2356
+ "displaydoc",
2357
+ "yoke",
2358
+ "zerofrom",
2359
+ ]
2360
+
2361
+ [[package]]
2362
+ name = "zerovec"
2363
+ version = "0.11.8"
2364
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2365
+ checksum = "bb0464e17806c1d976d5cba29399c7f08e516e279e2ba493f63123b5fca67dd8"
2366
+ dependencies = [
2367
+ "yoke",
2368
+ "zerofrom",
2369
+ "zerovec-derive",
2370
+ ]
2371
+
2372
+ [[package]]
2373
+ name = "zerovec-derive"
2374
+ version = "0.11.6"
2375
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2376
+ checksum = "34df6fc39dbd26ddc9c10e6a2984476e13acce22e64e4487636ef494369225da"
2377
+ dependencies = [
2378
+ "proc-macro2",
2379
+ "quote",
2380
+ "syn 3.0.5",
2381
+ ]
2382
+
2383
+ [[package]]
2384
+ name = "zlib-rs"
2385
+ version = "0.6.7"
2386
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2387
+ checksum = "34b31d188d9d685a4f9c7b46d6e36631b07058d2cfe190267adce54dc230bf12"
2388
+
2389
+ [[package]]
2390
+ name = "zmij"
2391
+ version = "1.0.23"
2392
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2393
+ checksum = "29666d0abbfad1e3dc4dcf6144730dd3a3ab225bbbdac83319345b1b44ccfc1b"