jigor 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.
jigor-0.1.0/Cargo.lock ADDED
@@ -0,0 +1,1520 @@
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 = "anyhow"
36
+ version = "1.0.104"
37
+ source = "registry+https://github.com/rust-lang/crates.io-index"
38
+ checksum = "330a5ed07fa54e4702c9d6c4174f74427fc0ef6e214bbd677ae50a5099946470"
39
+
40
+ [[package]]
41
+ name = "approx"
42
+ version = "0.5.1"
43
+ source = "registry+https://github.com/rust-lang/crates.io-index"
44
+ checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
45
+ dependencies = [
46
+ "num-traits",
47
+ ]
48
+
49
+ [[package]]
50
+ name = "atomic-waker"
51
+ version = "1.1.2"
52
+ source = "registry+https://github.com/rust-lang/crates.io-index"
53
+ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
54
+
55
+ [[package]]
56
+ name = "autocfg"
57
+ version = "1.5.1"
58
+ source = "registry+https://github.com/rust-lang/crates.io-index"
59
+ checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
60
+
61
+ [[package]]
62
+ name = "base64"
63
+ version = "0.13.1"
64
+ source = "registry+https://github.com/rust-lang/crates.io-index"
65
+ checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
66
+
67
+ [[package]]
68
+ name = "base64"
69
+ version = "0.23.1"
70
+ source = "registry+https://github.com/rust-lang/crates.io-index"
71
+ checksum = "ac07cdecf99051d9a5238b80f35af32cdeba5b336e55d957b318b50137e18da5"
72
+
73
+ [[package]]
74
+ name = "bitflags"
75
+ version = "2.13.2"
76
+ source = "registry+https://github.com/rust-lang/crates.io-index"
77
+ checksum = "3ded4057c258ba199e2d26386d3af3780957ecaee6c4ef4041c6b4b8b97c0b06"
78
+
79
+ [[package]]
80
+ name = "bumpalo"
81
+ version = "3.20.3"
82
+ source = "registry+https://github.com/rust-lang/crates.io-index"
83
+ checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649"
84
+
85
+ [[package]]
86
+ name = "byteorder"
87
+ version = "1.5.0"
88
+ source = "registry+https://github.com/rust-lang/crates.io-index"
89
+ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
90
+
91
+ [[package]]
92
+ name = "bytes"
93
+ version = "1.12.1"
94
+ source = "registry+https://github.com/rust-lang/crates.io-index"
95
+ checksum = "fc652a48c352aef3ea3aed32080501cf3ef6ed5da78602a020c991775b0aff04"
96
+
97
+ [[package]]
98
+ name = "castaway"
99
+ version = "0.2.4"
100
+ source = "registry+https://github.com/rust-lang/crates.io-index"
101
+ checksum = "dec551ab6e7578819132c713a93c022a05d60159dc86e7a7050223577484c55a"
102
+ dependencies = [
103
+ "rustversion",
104
+ ]
105
+
106
+ [[package]]
107
+ name = "cc"
108
+ version = "1.4.7"
109
+ source = "registry+https://github.com/rust-lang/crates.io-index"
110
+ checksum = "54413ede23c2daf518f35156dfde027feb2374004d63bd497f983c8db9c0e313"
111
+ dependencies = [
112
+ "find-msvc-tools",
113
+ "shlex",
114
+ ]
115
+
116
+ [[package]]
117
+ name = "cfg-if"
118
+ version = "1.0.5"
119
+ source = "registry+https://github.com/rust-lang/crates.io-index"
120
+ checksum = "4e7648175b45a9a48536d676f68d918270699102aa8dab5496df06904c914600"
121
+
122
+ [[package]]
123
+ name = "compact_str"
124
+ version = "0.9.1"
125
+ source = "registry+https://github.com/rust-lang/crates.io-index"
126
+ checksum = "9dfdd1c2274d9aa354115b09dc9a901d6c5576818cdf70d14cae2bdb47df00ab"
127
+ dependencies = [
128
+ "castaway",
129
+ "cfg-if",
130
+ "itoa",
131
+ "rustversion",
132
+ "ryu",
133
+ "serde",
134
+ "static_assertions",
135
+ ]
136
+
137
+ [[package]]
138
+ name = "console"
139
+ version = "0.16.6"
140
+ source = "registry+https://github.com/rust-lang/crates.io-index"
141
+ checksum = "e96a4956774c13c126a8b5af4daa79384f4d826534c95a02d76afb39e2ab64e3"
142
+ dependencies = [
143
+ "encode_unicode",
144
+ "libc",
145
+ "unicode-width",
146
+ "windows-sys 0.61.2",
147
+ ]
148
+
149
+ [[package]]
150
+ name = "crc32fast"
151
+ version = "1.5.2"
152
+ source = "registry+https://github.com/rust-lang/crates.io-index"
153
+ checksum = "01a7799fd6b852db0e61728dde9a204c423b44d689dbd432522543614b490e78"
154
+ dependencies = [
155
+ "cfg-if",
156
+ ]
157
+
158
+ [[package]]
159
+ name = "crossbeam-deque"
160
+ version = "0.8.8"
161
+ source = "registry+https://github.com/rust-lang/crates.io-index"
162
+ checksum = "622f3fc73690be383c7214310406f28a90e6edeadc3cea882f9d71e495b9711a"
163
+ dependencies = [
164
+ "crossbeam-epoch",
165
+ "crossbeam-utils",
166
+ ]
167
+
168
+ [[package]]
169
+ name = "crossbeam-epoch"
170
+ version = "0.9.21"
171
+ source = "registry+https://github.com/rust-lang/crates.io-index"
172
+ checksum = "dc74980687109a3b14c72fd458107bf0baa1da1a1a805e178d15501ba9b86d9d"
173
+ dependencies = [
174
+ "crossbeam-utils",
175
+ ]
176
+
177
+ [[package]]
178
+ name = "crossbeam-utils"
179
+ version = "0.8.23"
180
+ source = "registry+https://github.com/rust-lang/crates.io-index"
181
+ checksum = "a31eee39dddec8330830986fcd7625edb5a24ec90ea038215273bbc3adb08ac6"
182
+
183
+ [[package]]
184
+ name = "daachorse"
185
+ version = "3.0.3"
186
+ source = "registry+https://github.com/rust-lang/crates.io-index"
187
+ checksum = "5614204febbc33cc07a2806aa6440b904ac012b68eecc37f4493ea4a76455a3d"
188
+
189
+ [[package]]
190
+ name = "darling"
191
+ version = "0.20.11"
192
+ source = "registry+https://github.com/rust-lang/crates.io-index"
193
+ checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
194
+ dependencies = [
195
+ "darling_core",
196
+ "darling_macro",
197
+ ]
198
+
199
+ [[package]]
200
+ name = "darling_core"
201
+ version = "0.20.11"
202
+ source = "registry+https://github.com/rust-lang/crates.io-index"
203
+ checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
204
+ dependencies = [
205
+ "fnv",
206
+ "ident_case",
207
+ "proc-macro2",
208
+ "quote",
209
+ "strsim",
210
+ "syn 2.0.119",
211
+ ]
212
+
213
+ [[package]]
214
+ name = "darling_macro"
215
+ version = "0.20.11"
216
+ source = "registry+https://github.com/rust-lang/crates.io-index"
217
+ checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
218
+ dependencies = [
219
+ "darling_core",
220
+ "quote",
221
+ "syn 2.0.119",
222
+ ]
223
+
224
+ [[package]]
225
+ name = "dary_heap"
226
+ version = "0.3.9"
227
+ source = "registry+https://github.com/rust-lang/crates.io-index"
228
+ checksum = "8b1e3a325bc115f096c8b77bbf027a7c2592230e70be2d985be950d3d5e60ebe"
229
+ dependencies = [
230
+ "serde",
231
+ ]
232
+
233
+ [[package]]
234
+ name = "derive_builder"
235
+ version = "0.20.2"
236
+ source = "registry+https://github.com/rust-lang/crates.io-index"
237
+ checksum = "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947"
238
+ dependencies = [
239
+ "derive_builder_macro",
240
+ ]
241
+
242
+ [[package]]
243
+ name = "derive_builder_core"
244
+ version = "0.20.2"
245
+ source = "registry+https://github.com/rust-lang/crates.io-index"
246
+ checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8"
247
+ dependencies = [
248
+ "darling",
249
+ "proc-macro2",
250
+ "quote",
251
+ "syn 2.0.119",
252
+ ]
253
+
254
+ [[package]]
255
+ name = "derive_builder_macro"
256
+ version = "0.20.2"
257
+ source = "registry+https://github.com/rust-lang/crates.io-index"
258
+ checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c"
259
+ dependencies = [
260
+ "derive_builder_core",
261
+ "syn 2.0.119",
262
+ ]
263
+
264
+ [[package]]
265
+ name = "either"
266
+ version = "1.18.0"
267
+ source = "registry+https://github.com/rust-lang/crates.io-index"
268
+ checksum = "252afb9ae5eaa683babdc6a068b3f5726eb19e05070c731f9b2a23a7c3e8ed34"
269
+
270
+ [[package]]
271
+ name = "encode_unicode"
272
+ version = "1.0.0"
273
+ source = "registry+https://github.com/rust-lang/crates.io-index"
274
+ checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
275
+
276
+ [[package]]
277
+ name = "esaxx-rs"
278
+ version = "0.1.10"
279
+ source = "registry+https://github.com/rust-lang/crates.io-index"
280
+ checksum = "d817e038c30374a4bcb22f94d0a8a0e216958d4c3dcde369b1439fec4bdda6e6"
281
+ dependencies = [
282
+ "cc",
283
+ ]
284
+
285
+ [[package]]
286
+ name = "find-msvc-tools"
287
+ version = "0.1.13"
288
+ source = "registry+https://github.com/rust-lang/crates.io-index"
289
+ checksum = "ef25905e51abafe4dcea6c15fec58c57b601cdbd0ee53d22ea1d3016c587d39b"
290
+
291
+ [[package]]
292
+ name = "flate2"
293
+ version = "1.1.10"
294
+ source = "registry+https://github.com/rust-lang/crates.io-index"
295
+ checksum = "6e634e2e0ebac1ee034020da1ca582e17ffe4e0f5e985823721e168928136dcb"
296
+ dependencies = [
297
+ "crc32fast",
298
+ "miniz_oxide",
299
+ "zlib-rs",
300
+ ]
301
+
302
+ [[package]]
303
+ name = "fnv"
304
+ version = "1.0.7"
305
+ source = "registry+https://github.com/rust-lang/crates.io-index"
306
+ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
307
+
308
+ [[package]]
309
+ name = "futures-channel"
310
+ version = "0.3.34"
311
+ source = "registry+https://github.com/rust-lang/crates.io-index"
312
+ checksum = "b1f9e3d69d39e4862ffed03ed071a76f9a13ba1d9109d355b0f0aa6b15e393c4"
313
+ dependencies = [
314
+ "futures-core",
315
+ ]
316
+
317
+ [[package]]
318
+ name = "futures-core"
319
+ version = "0.3.34"
320
+ source = "registry+https://github.com/rust-lang/crates.io-index"
321
+ checksum = "92d699e522242e69e3003b94ecc1f960f3a5e015aa7c5d7486e65ad01dd94f5e"
322
+
323
+ [[package]]
324
+ name = "futures-task"
325
+ version = "0.3.34"
326
+ source = "registry+https://github.com/rust-lang/crates.io-index"
327
+ checksum = "cd417de3d1d015fc3bfd2b1ea46dfc7bab72ef86f1cc7cc9c78e728b34a6d1fd"
328
+
329
+ [[package]]
330
+ name = "futures-util"
331
+ version = "0.3.34"
332
+ source = "registry+https://github.com/rust-lang/crates.io-index"
333
+ checksum = "0d50a92467f8ba5dd6e3ee5d4bd04d73ab2e4e1c44474a0674821dfce14b79bc"
334
+ dependencies = [
335
+ "futures-core",
336
+ "futures-task",
337
+ "pin-project-lite",
338
+ "slab",
339
+ ]
340
+
341
+ [[package]]
342
+ name = "getrandom"
343
+ version = "0.2.17"
344
+ source = "registry+https://github.com/rust-lang/crates.io-index"
345
+ checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
346
+ dependencies = [
347
+ "cfg-if",
348
+ "libc",
349
+ "wasi",
350
+ ]
351
+
352
+ [[package]]
353
+ name = "getrandom"
354
+ version = "0.3.4"
355
+ source = "registry+https://github.com/rust-lang/crates.io-index"
356
+ checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
357
+ dependencies = [
358
+ "cfg-if",
359
+ "libc",
360
+ "r-efi",
361
+ "wasip2",
362
+ ]
363
+
364
+ [[package]]
365
+ name = "hmac-sha256"
366
+ version = "1.1.14"
367
+ source = "registry+https://github.com/rust-lang/crates.io-index"
368
+ checksum = "ec9d92d097f4749b64e8cc33d924d9f40a2d4eb91402b458014b781f5733d60f"
369
+
370
+ [[package]]
371
+ name = "http"
372
+ version = "1.5.0"
373
+ source = "registry+https://github.com/rust-lang/crates.io-index"
374
+ checksum = "918d3568bebf352712bc2ef3d46a8bcf1a75b373be6539de198e9105cbbf9ce0"
375
+ dependencies = [
376
+ "bytes",
377
+ "itoa",
378
+ ]
379
+
380
+ [[package]]
381
+ name = "http-body"
382
+ version = "1.1.0"
383
+ source = "registry+https://github.com/rust-lang/crates.io-index"
384
+ checksum = "ca2a8f2913ee65f60facd6a5905613afaa448497a0230cc41ce022d93290bc2c"
385
+ dependencies = [
386
+ "bytes",
387
+ "http",
388
+ ]
389
+
390
+ [[package]]
391
+ name = "http-body-util"
392
+ version = "0.1.5"
393
+ source = "registry+https://github.com/rust-lang/crates.io-index"
394
+ checksum = "23169fe34a5fbcdd3f3862e78fb9b6fccd5f02a6dc6f732547005d45631ce71c"
395
+ dependencies = [
396
+ "bytes",
397
+ "futures-core",
398
+ "http",
399
+ "http-body",
400
+ "pin-project-lite",
401
+ ]
402
+
403
+ [[package]]
404
+ name = "httparse"
405
+ version = "1.10.1"
406
+ source = "registry+https://github.com/rust-lang/crates.io-index"
407
+ checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
408
+
409
+ [[package]]
410
+ name = "httpdate"
411
+ version = "1.0.3"
412
+ source = "registry+https://github.com/rust-lang/crates.io-index"
413
+ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
414
+
415
+ [[package]]
416
+ name = "hyper"
417
+ version = "1.11.1"
418
+ source = "registry+https://github.com/rust-lang/crates.io-index"
419
+ checksum = "27b501faa50e7a26c3d3560ca625132f4078a17771f4810baf70475ae48cbe43"
420
+ dependencies = [
421
+ "atomic-waker",
422
+ "bytes",
423
+ "futures-channel",
424
+ "futures-core",
425
+ "http",
426
+ "http-body",
427
+ "httparse",
428
+ "httpdate",
429
+ "itoa",
430
+ "pin-project-lite",
431
+ "smallvec",
432
+ "tokio",
433
+ ]
434
+
435
+ [[package]]
436
+ name = "hyper-util"
437
+ version = "0.1.20"
438
+ source = "registry+https://github.com/rust-lang/crates.io-index"
439
+ checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
440
+ dependencies = [
441
+ "bytes",
442
+ "http",
443
+ "http-body",
444
+ "hyper",
445
+ "pin-project-lite",
446
+ "tokio",
447
+ ]
448
+
449
+ [[package]]
450
+ name = "ident_case"
451
+ version = "1.0.1"
452
+ source = "registry+https://github.com/rust-lang/crates.io-index"
453
+ checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
454
+
455
+ [[package]]
456
+ name = "indicatif"
457
+ version = "0.18.6"
458
+ source = "registry+https://github.com/rust-lang/crates.io-index"
459
+ checksum = "9433806cd6b4ec1aba79c021c7e4c58fb4c3b9977c085062e611ac929998fb0c"
460
+ dependencies = [
461
+ "console",
462
+ "portable-atomic",
463
+ "unicode-width",
464
+ "unit-prefix",
465
+ "web-time",
466
+ ]
467
+
468
+ [[package]]
469
+ name = "itertools"
470
+ version = "0.14.0"
471
+ source = "registry+https://github.com/rust-lang/crates.io-index"
472
+ checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
473
+ dependencies = [
474
+ "either",
475
+ ]
476
+
477
+ [[package]]
478
+ name = "itoa"
479
+ version = "1.0.18"
480
+ source = "registry+https://github.com/rust-lang/crates.io-index"
481
+ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
482
+
483
+ [[package]]
484
+ name = "jigor"
485
+ version = "0.1.0"
486
+ dependencies = [
487
+ "anyhow",
488
+ "approx",
489
+ "http",
490
+ "ndarray",
491
+ "ort",
492
+ "serde",
493
+ "serde_json",
494
+ "thiserror",
495
+ "tokenizers",
496
+ "tokio",
497
+ "ureq",
498
+ ]
499
+
500
+ [[package]]
501
+ name = "jigor-cli"
502
+ version = "0.1.0"
503
+ dependencies = [
504
+ "anyhow",
505
+ "bytes",
506
+ "http",
507
+ "http-body-util",
508
+ "hyper",
509
+ "hyper-util",
510
+ "jigor",
511
+ "ort",
512
+ "serde_json",
513
+ "tokio",
514
+ ]
515
+
516
+ [[package]]
517
+ name = "js-sys"
518
+ version = "0.3.105"
519
+ source = "registry+https://github.com/rust-lang/crates.io-index"
520
+ checksum = "ce57d20d1ea864ce2ac172ab472d409214f4fd359f0b2a2775abdf522e2af99e"
521
+ dependencies = [
522
+ "cfg-if",
523
+ "futures-util",
524
+ "wasm-bindgen",
525
+ ]
526
+
527
+ [[package]]
528
+ name = "libc"
529
+ version = "0.2.189"
530
+ source = "registry+https://github.com/rust-lang/crates.io-index"
531
+ checksum = "3eaf3ede3fee6db1a4c2ee091bf8a8b4dccdc6d17f656fb07896ee72867612f2"
532
+
533
+ [[package]]
534
+ name = "log"
535
+ version = "0.4.34"
536
+ source = "registry+https://github.com/rust-lang/crates.io-index"
537
+ checksum = "f9f8bd3e56ce4dfc153cf470fffbfa98c7620958b312ca5c3a4b8d5181fd13c6"
538
+
539
+ [[package]]
540
+ name = "lzma-rust2"
541
+ version = "0.15.8"
542
+ source = "registry+https://github.com/rust-lang/crates.io-index"
543
+ checksum = "e20f57f9918e5bd7bc58c22cdd70a6afc7375d4dd9683af5f2b34bd3d2bba619"
544
+
545
+ [[package]]
546
+ name = "macro_rules_attribute"
547
+ version = "0.2.3"
548
+ source = "registry+https://github.com/rust-lang/crates.io-index"
549
+ checksum = "b3ae8f6d608c795738406608304d30a2dfbdc8e58e44f7ba43236da5208ded3c"
550
+ dependencies = [
551
+ "macro_rules_attribute-proc_macro",
552
+ "pastey",
553
+ ]
554
+
555
+ [[package]]
556
+ name = "macro_rules_attribute-proc_macro"
557
+ version = "0.2.3"
558
+ source = "registry+https://github.com/rust-lang/crates.io-index"
559
+ checksum = "fc04a4c58212d57930a24bf47d3fa87485264a3a054e9c10e042eb373573ad3c"
560
+
561
+ [[package]]
562
+ name = "matrixmultiply"
563
+ version = "0.3.11"
564
+ source = "registry+https://github.com/rust-lang/crates.io-index"
565
+ checksum = "3f607c237553f086e7043417a51df26b2eb899d3caff94e6a67592ff992fedc7"
566
+ dependencies = [
567
+ "autocfg",
568
+ "rawpointer",
569
+ ]
570
+
571
+ [[package]]
572
+ name = "memchr"
573
+ version = "2.8.3"
574
+ source = "registry+https://github.com/rust-lang/crates.io-index"
575
+ checksum = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98"
576
+
577
+ [[package]]
578
+ name = "minimal-lexical"
579
+ version = "0.2.1"
580
+ source = "registry+https://github.com/rust-lang/crates.io-index"
581
+ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
582
+
583
+ [[package]]
584
+ name = "miniz_oxide"
585
+ version = "0.9.1"
586
+ source = "registry+https://github.com/rust-lang/crates.io-index"
587
+ checksum = "b63fbc4a50860e98e7b2aa7804ded1db5cbc3aff9193adaff57a6931bf7c4b4c"
588
+ dependencies = [
589
+ "adler2",
590
+ "simd-adler32",
591
+ ]
592
+
593
+ [[package]]
594
+ name = "mio"
595
+ version = "1.2.3"
596
+ source = "registry+https://github.com/rust-lang/crates.io-index"
597
+ checksum = "4b18443e9c262bfe8fa82f51666e2642c53393f7e5c27b3e1aeab922cff5b9d8"
598
+ dependencies = [
599
+ "libc",
600
+ "wasi",
601
+ "windows-sys 0.61.2",
602
+ ]
603
+
604
+ [[package]]
605
+ name = "monostate"
606
+ version = "0.1.18"
607
+ source = "registry+https://github.com/rust-lang/crates.io-index"
608
+ checksum = "3341a273f6c9d5bef1908f17b7267bbab0e95c9bf69a0d4dcf8e9e1b2c76ef67"
609
+ dependencies = [
610
+ "monostate-impl",
611
+ "serde",
612
+ "serde_core",
613
+ ]
614
+
615
+ [[package]]
616
+ name = "monostate-impl"
617
+ version = "0.1.18"
618
+ source = "registry+https://github.com/rust-lang/crates.io-index"
619
+ checksum = "e4db6d5580af57bf992f59068d4ea26fd518574ff48d7639b255a36f9de6e7e9"
620
+ dependencies = [
621
+ "proc-macro2",
622
+ "quote",
623
+ "syn 2.0.119",
624
+ ]
625
+
626
+ [[package]]
627
+ name = "ndarray"
628
+ version = "0.17.2"
629
+ source = "registry+https://github.com/rust-lang/crates.io-index"
630
+ checksum = "520080814a7a6b4a6e9070823bb24b4531daac8c4627e08ba5de8c5ef2f2752d"
631
+ dependencies = [
632
+ "matrixmultiply",
633
+ "num-complex",
634
+ "num-integer",
635
+ "num-traits",
636
+ "portable-atomic",
637
+ "portable-atomic-util",
638
+ "rawpointer",
639
+ ]
640
+
641
+ [[package]]
642
+ name = "nom"
643
+ version = "7.1.3"
644
+ source = "registry+https://github.com/rust-lang/crates.io-index"
645
+ checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
646
+ dependencies = [
647
+ "memchr",
648
+ "minimal-lexical",
649
+ ]
650
+
651
+ [[package]]
652
+ name = "num-complex"
653
+ version = "0.4.6"
654
+ source = "registry+https://github.com/rust-lang/crates.io-index"
655
+ checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
656
+ dependencies = [
657
+ "num-traits",
658
+ ]
659
+
660
+ [[package]]
661
+ name = "num-integer"
662
+ version = "0.1.47"
663
+ source = "registry+https://github.com/rust-lang/crates.io-index"
664
+ checksum = "7ce2d95d4b3734dc35aa2f45e1aa22cd416814592a4f9d9205e11affd5b8e10b"
665
+ dependencies = [
666
+ "num-traits",
667
+ ]
668
+
669
+ [[package]]
670
+ name = "num-traits"
671
+ version = "0.2.19"
672
+ source = "registry+https://github.com/rust-lang/crates.io-index"
673
+ checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
674
+ dependencies = [
675
+ "autocfg",
676
+ ]
677
+
678
+ [[package]]
679
+ name = "once_cell"
680
+ version = "1.21.4"
681
+ source = "registry+https://github.com/rust-lang/crates.io-index"
682
+ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
683
+
684
+ [[package]]
685
+ name = "onig"
686
+ version = "6.5.3"
687
+ source = "registry+https://github.com/rust-lang/crates.io-index"
688
+ checksum = "0cc3cbf698f9438986c11a880c90a6d04b9de27575afd28bbf45b154b6c709e2"
689
+ dependencies = [
690
+ "bitflags",
691
+ "libc",
692
+ "once_cell",
693
+ "onig_sys",
694
+ ]
695
+
696
+ [[package]]
697
+ name = "onig_sys"
698
+ version = "69.9.3"
699
+ source = "registry+https://github.com/rust-lang/crates.io-index"
700
+ checksum = "1e68317604e77e53b85896388e1a803c1d21b74c899ec9e5e1112db90735edd7"
701
+ dependencies = [
702
+ "cc",
703
+ "pkg-config",
704
+ ]
705
+
706
+ [[package]]
707
+ name = "ort"
708
+ version = "2.0.0-rc.13"
709
+ source = "registry+https://github.com/rust-lang/crates.io-index"
710
+ checksum = "4336a1e2b38848325241c72889086886004e589b7c74f335e60a8e8db5138a0b"
711
+ dependencies = [
712
+ "ndarray",
713
+ "ort-sys",
714
+ "smallvec",
715
+ "tracing",
716
+ "ureq",
717
+ ]
718
+
719
+ [[package]]
720
+ name = "ort-sys"
721
+ version = "2.0.0-rc.13"
722
+ source = "registry+https://github.com/rust-lang/crates.io-index"
723
+ checksum = "cf211e3776eea6aec988552fa118dd746d70e1b1e5e244058d1c98015f3e5872"
724
+ dependencies = [
725
+ "hmac-sha256",
726
+ "lzma-rust2",
727
+ "ureq",
728
+ ]
729
+
730
+ [[package]]
731
+ name = "paste"
732
+ version = "1.0.15"
733
+ source = "registry+https://github.com/rust-lang/crates.io-index"
734
+ checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
735
+
736
+ [[package]]
737
+ name = "pastey"
738
+ version = "0.2.3"
739
+ source = "registry+https://github.com/rust-lang/crates.io-index"
740
+ checksum = "2ee67f1008b1ba2321834326597b8e186293b049a023cdef258527550b9935b4"
741
+
742
+ [[package]]
743
+ name = "percent-encoding"
744
+ version = "2.3.2"
745
+ source = "registry+https://github.com/rust-lang/crates.io-index"
746
+ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
747
+
748
+ [[package]]
749
+ name = "pin-project-lite"
750
+ version = "0.2.17"
751
+ source = "registry+https://github.com/rust-lang/crates.io-index"
752
+ checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
753
+
754
+ [[package]]
755
+ name = "pkg-config"
756
+ version = "0.3.34"
757
+ source = "registry+https://github.com/rust-lang/crates.io-index"
758
+ checksum = "f6b464fbc74e149a392436b17d523f769e057cb6877f6a5c4618bc6f11800548"
759
+
760
+ [[package]]
761
+ name = "portable-atomic"
762
+ version = "1.15.0"
763
+ source = "registry+https://github.com/rust-lang/crates.io-index"
764
+ checksum = "05c8b63e8d9609db387f0324918f81d68fe27748f084ef092fb35954d0539a85"
765
+
766
+ [[package]]
767
+ name = "portable-atomic-util"
768
+ version = "0.2.8"
769
+ source = "registry+https://github.com/rust-lang/crates.io-index"
770
+ checksum = "10ab3eb7f3becc3a1cbc4f2c6f20267996cfc1a6467a873763411b136a122715"
771
+ dependencies = [
772
+ "portable-atomic",
773
+ ]
774
+
775
+ [[package]]
776
+ name = "ppv-lite86"
777
+ version = "0.2.21"
778
+ source = "registry+https://github.com/rust-lang/crates.io-index"
779
+ checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
780
+ dependencies = [
781
+ "zerocopy",
782
+ ]
783
+
784
+ [[package]]
785
+ name = "proc-macro2"
786
+ version = "1.0.107"
787
+ source = "registry+https://github.com/rust-lang/crates.io-index"
788
+ checksum = "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9"
789
+ dependencies = [
790
+ "unicode-ident",
791
+ ]
792
+
793
+ [[package]]
794
+ name = "quote"
795
+ version = "1.0.47"
796
+ source = "registry+https://github.com/rust-lang/crates.io-index"
797
+ checksum = "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001"
798
+ dependencies = [
799
+ "proc-macro2",
800
+ ]
801
+
802
+ [[package]]
803
+ name = "r-efi"
804
+ version = "5.3.0"
805
+ source = "registry+https://github.com/rust-lang/crates.io-index"
806
+ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
807
+
808
+ [[package]]
809
+ name = "rand"
810
+ version = "0.9.5"
811
+ source = "registry+https://github.com/rust-lang/crates.io-index"
812
+ checksum = "b9ef1d0d795eb7d84685bca4f72f3649f064e6641543d3a8c415898726a57b41"
813
+ dependencies = [
814
+ "rand_chacha",
815
+ "rand_core",
816
+ ]
817
+
818
+ [[package]]
819
+ name = "rand_chacha"
820
+ version = "0.9.0"
821
+ source = "registry+https://github.com/rust-lang/crates.io-index"
822
+ checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
823
+ dependencies = [
824
+ "ppv-lite86",
825
+ "rand_core",
826
+ ]
827
+
828
+ [[package]]
829
+ name = "rand_core"
830
+ version = "0.9.5"
831
+ source = "registry+https://github.com/rust-lang/crates.io-index"
832
+ checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
833
+ dependencies = [
834
+ "getrandom 0.3.4",
835
+ ]
836
+
837
+ [[package]]
838
+ name = "rawpointer"
839
+ version = "0.2.1"
840
+ source = "registry+https://github.com/rust-lang/crates.io-index"
841
+ checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"
842
+
843
+ [[package]]
844
+ name = "rayon"
845
+ version = "1.12.0"
846
+ source = "registry+https://github.com/rust-lang/crates.io-index"
847
+ checksum = "fb39b166781f92d482534ef4b4b1b2568f42613b53e5b6c160e24cfbfa30926d"
848
+ dependencies = [
849
+ "either",
850
+ "rayon-core",
851
+ ]
852
+
853
+ [[package]]
854
+ name = "rayon-cond"
855
+ version = "0.4.0"
856
+ source = "registry+https://github.com/rust-lang/crates.io-index"
857
+ checksum = "2964d0cf57a3e7a06e8183d14a8b527195c706b7983549cd5462d5aa3747438f"
858
+ dependencies = [
859
+ "either",
860
+ "itertools",
861
+ "rayon",
862
+ ]
863
+
864
+ [[package]]
865
+ name = "rayon-core"
866
+ version = "1.13.0"
867
+ source = "registry+https://github.com/rust-lang/crates.io-index"
868
+ checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
869
+ dependencies = [
870
+ "crossbeam-deque",
871
+ "crossbeam-utils",
872
+ ]
873
+
874
+ [[package]]
875
+ name = "regex"
876
+ version = "1.13.1"
877
+ source = "registry+https://github.com/rust-lang/crates.io-index"
878
+ checksum = "f020237b6c8eed93db2e2cb53c00c60a8e1bc73da7d073199a1180401450218d"
879
+ dependencies = [
880
+ "aho-corasick",
881
+ "memchr",
882
+ "regex-automata",
883
+ "regex-syntax",
884
+ ]
885
+
886
+ [[package]]
887
+ name = "regex-automata"
888
+ version = "0.4.18"
889
+ source = "registry+https://github.com/rust-lang/crates.io-index"
890
+ checksum = "ad8553b9b26413251cbf30e620595c7a41b3887f03da04579c0e6b0d6a06b4b2"
891
+ dependencies = [
892
+ "aho-corasick",
893
+ "memchr",
894
+ "regex-syntax",
895
+ ]
896
+
897
+ [[package]]
898
+ name = "regex-syntax"
899
+ version = "0.8.11"
900
+ source = "registry+https://github.com/rust-lang/crates.io-index"
901
+ checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4"
902
+
903
+ [[package]]
904
+ name = "ring"
905
+ version = "0.17.14"
906
+ source = "registry+https://github.com/rust-lang/crates.io-index"
907
+ checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
908
+ dependencies = [
909
+ "cc",
910
+ "cfg-if",
911
+ "getrandom 0.2.17",
912
+ "libc",
913
+ "untrusted",
914
+ "windows-sys 0.52.0",
915
+ ]
916
+
917
+ [[package]]
918
+ name = "rustls"
919
+ version = "0.23.45"
920
+ source = "registry+https://github.com/rust-lang/crates.io-index"
921
+ checksum = "0d41d731c7d2f962d1ccc364cec258de3c0e93b38c2fb3ba97ac74513048d634"
922
+ dependencies = [
923
+ "log",
924
+ "once_cell",
925
+ "ring",
926
+ "rustls-pki-types",
927
+ "rustls-webpki",
928
+ "subtle",
929
+ "zeroize",
930
+ ]
931
+
932
+ [[package]]
933
+ name = "rustls-pki-types"
934
+ version = "1.15.1"
935
+ source = "registry+https://github.com/rust-lang/crates.io-index"
936
+ checksum = "2f4925028c7eb5d1fcdaf196971378ed9d2c1c4efc7dc5d011256f76c99c0a96"
937
+ dependencies = [
938
+ "zeroize",
939
+ ]
940
+
941
+ [[package]]
942
+ name = "rustls-webpki"
943
+ version = "0.103.15"
944
+ source = "registry+https://github.com/rust-lang/crates.io-index"
945
+ checksum = "f3c3cf1d8b1e7d4927e2d154c3fcb02979afb9939629c62cd9048d4f07b60ac2"
946
+ dependencies = [
947
+ "ring",
948
+ "rustls-pki-types",
949
+ "untrusted",
950
+ ]
951
+
952
+ [[package]]
953
+ name = "rustversion"
954
+ version = "1.0.23"
955
+ source = "registry+https://github.com/rust-lang/crates.io-index"
956
+ checksum = "cf54715a573b99ac80df0bc206da022bcd442c974952c7b9720069370852e21f"
957
+
958
+ [[package]]
959
+ name = "ryu"
960
+ version = "1.0.23"
961
+ source = "registry+https://github.com/rust-lang/crates.io-index"
962
+ checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
963
+
964
+ [[package]]
965
+ name = "serde"
966
+ version = "1.0.229"
967
+ source = "registry+https://github.com/rust-lang/crates.io-index"
968
+ checksum = "4148590afebada386688f18773da617792bf2ef03ffc1e4cbd2b1d45b023e0ba"
969
+ dependencies = [
970
+ "serde_core",
971
+ "serde_derive",
972
+ ]
973
+
974
+ [[package]]
975
+ name = "serde_core"
976
+ version = "1.0.229"
977
+ source = "registry+https://github.com/rust-lang/crates.io-index"
978
+ checksum = "67dca2c9c51e58a4791a4b1ed58308b39c64224d349a935ab5039aa360942a48"
979
+ dependencies = [
980
+ "serde_derive",
981
+ ]
982
+
983
+ [[package]]
984
+ name = "serde_derive"
985
+ version = "1.0.229"
986
+ source = "registry+https://github.com/rust-lang/crates.io-index"
987
+ checksum = "e7a5d71263a5a7d47b41f6b3f06ba276f10cc18b0931f1799f710578e2309348"
988
+ dependencies = [
989
+ "proc-macro2",
990
+ "quote",
991
+ "syn 3.0.6",
992
+ ]
993
+
994
+ [[package]]
995
+ name = "serde_json"
996
+ version = "1.0.151"
997
+ source = "registry+https://github.com/rust-lang/crates.io-index"
998
+ checksum = "c841b55ecdae098c80dcae9cf767f6f8a0c2cdb3416bbef72181df4d0fe73f14"
999
+ dependencies = [
1000
+ "itoa",
1001
+ "memchr",
1002
+ "serde",
1003
+ "serde_core",
1004
+ "zmij",
1005
+ ]
1006
+
1007
+ [[package]]
1008
+ name = "shlex"
1009
+ version = "2.0.1"
1010
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1011
+ checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
1012
+
1013
+ [[package]]
1014
+ name = "simd-adler32"
1015
+ version = "0.3.10"
1016
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1017
+ checksum = "3a219298ac11a56ea9a6d2120044824d6f01aeb034955e7af7bc16858527deea"
1018
+
1019
+ [[package]]
1020
+ name = "slab"
1021
+ version = "0.4.12"
1022
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1023
+ checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
1024
+
1025
+ [[package]]
1026
+ name = "smallvec"
1027
+ version = "1.16.1"
1028
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1029
+ checksum = "ba467056f1b547ed52077911161fc86985becbc60e8e1857c8a144dab0def891"
1030
+
1031
+ [[package]]
1032
+ name = "socket2"
1033
+ version = "0.6.5"
1034
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1035
+ checksum = "c3d1e2c7f27f8d4cb10542a02c49005dbd6e93095799d6f3be745fae9f8fedd4"
1036
+ dependencies = [
1037
+ "libc",
1038
+ "windows-sys 0.61.2",
1039
+ ]
1040
+
1041
+ [[package]]
1042
+ name = "socks"
1043
+ version = "0.3.4"
1044
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1045
+ checksum = "f0c3dbbd9ae980613c6dd8e28a9407b50509d3803b57624d5dfe8315218cd58b"
1046
+ dependencies = [
1047
+ "byteorder",
1048
+ "libc",
1049
+ "winapi",
1050
+ ]
1051
+
1052
+ [[package]]
1053
+ name = "spm_precompiled"
1054
+ version = "0.1.4"
1055
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1056
+ checksum = "5851699c4033c63636f7ea4cf7b7c1f1bf06d0cc03cfb42e711de5a5c46cf326"
1057
+ dependencies = [
1058
+ "base64 0.13.1",
1059
+ "nom",
1060
+ "serde",
1061
+ "unicode-segmentation",
1062
+ ]
1063
+
1064
+ [[package]]
1065
+ name = "static_assertions"
1066
+ version = "1.1.0"
1067
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1068
+ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
1069
+
1070
+ [[package]]
1071
+ name = "strsim"
1072
+ version = "0.11.1"
1073
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1074
+ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
1075
+
1076
+ [[package]]
1077
+ name = "subtle"
1078
+ version = "2.6.1"
1079
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1080
+ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
1081
+
1082
+ [[package]]
1083
+ name = "syn"
1084
+ version = "2.0.119"
1085
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1086
+ checksum = "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297"
1087
+ dependencies = [
1088
+ "proc-macro2",
1089
+ "quote",
1090
+ "unicode-ident",
1091
+ ]
1092
+
1093
+ [[package]]
1094
+ name = "syn"
1095
+ version = "3.0.6"
1096
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1097
+ checksum = "8593e8e72159ed2257d083c7a454a85cbf854f37a0966d8d483aff8c8a3ebcee"
1098
+ dependencies = [
1099
+ "proc-macro2",
1100
+ "quote",
1101
+ "unicode-ident",
1102
+ ]
1103
+
1104
+ [[package]]
1105
+ name = "thiserror"
1106
+ version = "2.0.21"
1107
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1108
+ checksum = "09e52cb86a36cede5cb101bf8908837b3e4c6e5e59fe7fd85c23fb56200d189e"
1109
+ dependencies = [
1110
+ "thiserror-impl",
1111
+ ]
1112
+
1113
+ [[package]]
1114
+ name = "thiserror-impl"
1115
+ version = "2.0.21"
1116
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1117
+ checksum = "fe5197923287db20a58125f0bc85c062f7f2c892de97b18c356f9efb14b28524"
1118
+ dependencies = [
1119
+ "proc-macro2",
1120
+ "quote",
1121
+ "syn 3.0.6",
1122
+ ]
1123
+
1124
+ [[package]]
1125
+ name = "tokenizers"
1126
+ version = "0.23.2"
1127
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1128
+ checksum = "7afbf6e88718afcc138bad01d6ccc3051dbbc3b2ce9793d8b8a3aeb610969cfc"
1129
+ dependencies = [
1130
+ "ahash",
1131
+ "compact_str",
1132
+ "daachorse",
1133
+ "dary_heap",
1134
+ "derive_builder",
1135
+ "esaxx-rs",
1136
+ "getrandom 0.3.4",
1137
+ "indicatif",
1138
+ "itertools",
1139
+ "log",
1140
+ "macro_rules_attribute",
1141
+ "monostate",
1142
+ "onig",
1143
+ "paste",
1144
+ "rand",
1145
+ "rayon",
1146
+ "rayon-cond",
1147
+ "regex",
1148
+ "regex-syntax",
1149
+ "serde",
1150
+ "serde_json",
1151
+ "spm_precompiled",
1152
+ "thiserror",
1153
+ "unicode-normalization-alignments",
1154
+ "unicode-segmentation",
1155
+ "unicode_categories",
1156
+ ]
1157
+
1158
+ [[package]]
1159
+ name = "tokio"
1160
+ version = "1.53.1"
1161
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1162
+ checksum = "202caea871b69668250d242070849eb495be178ed697a3e98aebce5bc81a0bed"
1163
+ dependencies = [
1164
+ "libc",
1165
+ "mio",
1166
+ "pin-project-lite",
1167
+ "socket2",
1168
+ "tokio-macros",
1169
+ "windows-sys 0.61.2",
1170
+ ]
1171
+
1172
+ [[package]]
1173
+ name = "tokio-macros"
1174
+ version = "2.7.2"
1175
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1176
+ checksum = "78773a2a397f451582ce068015985c33193cf6dea8b74d2a639fe457b2f07b0e"
1177
+ dependencies = [
1178
+ "proc-macro2",
1179
+ "quote",
1180
+ "syn 3.0.6",
1181
+ ]
1182
+
1183
+ [[package]]
1184
+ name = "tracing"
1185
+ version = "0.1.44"
1186
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1187
+ checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
1188
+ dependencies = [
1189
+ "pin-project-lite",
1190
+ "tracing-core",
1191
+ ]
1192
+
1193
+ [[package]]
1194
+ name = "tracing-core"
1195
+ version = "0.1.36"
1196
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1197
+ checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
1198
+ dependencies = [
1199
+ "once_cell",
1200
+ ]
1201
+
1202
+ [[package]]
1203
+ name = "unicode-ident"
1204
+ version = "1.0.26"
1205
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1206
+ checksum = "d245f478577f809a851594d02313b640fb437e0bb33866753cff937863096954"
1207
+
1208
+ [[package]]
1209
+ name = "unicode-normalization-alignments"
1210
+ version = "0.1.12"
1211
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1212
+ checksum = "43f613e4fa046e69818dd287fdc4bc78175ff20331479dab6e1b0f98d57062de"
1213
+ dependencies = [
1214
+ "smallvec",
1215
+ ]
1216
+
1217
+ [[package]]
1218
+ name = "unicode-segmentation"
1219
+ version = "1.13.3"
1220
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1221
+ checksum = "c6f5d3c3b1bf09027a88a6bc961fc00497d651009560b5463668dc81b0fa87a8"
1222
+
1223
+ [[package]]
1224
+ name = "unicode-width"
1225
+ version = "0.2.2"
1226
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1227
+ checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
1228
+
1229
+ [[package]]
1230
+ name = "unicode_categories"
1231
+ version = "0.1.1"
1232
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1233
+ checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
1234
+
1235
+ [[package]]
1236
+ name = "unit-prefix"
1237
+ version = "0.5.2"
1238
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1239
+ checksum = "81e544489bf3d8ef66c953931f56617f423cd4b5494be343d9b9d3dda037b9a3"
1240
+
1241
+ [[package]]
1242
+ name = "untrusted"
1243
+ version = "0.9.0"
1244
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1245
+ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
1246
+
1247
+ [[package]]
1248
+ name = "ureq"
1249
+ version = "3.4.2"
1250
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1251
+ checksum = "9a7ac20be9b7726e0bbdbf974c059676d9acb1cd414961f570a4e8231cacd7fc"
1252
+ dependencies = [
1253
+ "base64 0.23.1",
1254
+ "flate2",
1255
+ "log",
1256
+ "percent-encoding",
1257
+ "rustls",
1258
+ "rustls-pki-types",
1259
+ "socks",
1260
+ "ureq-proto",
1261
+ "utf8-zero",
1262
+ "webpki-roots",
1263
+ ]
1264
+
1265
+ [[package]]
1266
+ name = "ureq-proto"
1267
+ version = "0.6.4"
1268
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1269
+ checksum = "f86fd172ccca569e458f61b6bdd6220965a9ef36e672a6852953b51a0e1583be"
1270
+ dependencies = [
1271
+ "base64 0.23.1",
1272
+ "http",
1273
+ "httparse",
1274
+ "log",
1275
+ ]
1276
+
1277
+ [[package]]
1278
+ name = "utf8-zero"
1279
+ version = "0.8.1"
1280
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1281
+ checksum = "b8c0a043c9540bae7c578c88f91dda8bd82e59ae27c21baca69c8b191aaf5a6e"
1282
+
1283
+ [[package]]
1284
+ name = "version_check"
1285
+ version = "0.9.5"
1286
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1287
+ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
1288
+
1289
+ [[package]]
1290
+ name = "wasi"
1291
+ version = "0.11.1+wasi-snapshot-preview1"
1292
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1293
+ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
1294
+
1295
+ [[package]]
1296
+ name = "wasip2"
1297
+ version = "1.0.4+wasi-0.2.12"
1298
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1299
+ checksum = "b67efb37e106e55ce722a510d6b5f9c17f083e5fc79afc2badeb12cc313d9487"
1300
+ dependencies = [
1301
+ "wit-bindgen",
1302
+ ]
1303
+
1304
+ [[package]]
1305
+ name = "wasm-bindgen"
1306
+ version = "0.2.128"
1307
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1308
+ checksum = "aecb87a33d3b0c5e3b7aa46336eaf486cffafbd281b195e4c8b80d50df2351bf"
1309
+ dependencies = [
1310
+ "cfg-if",
1311
+ "once_cell",
1312
+ "rustversion",
1313
+ "wasm-bindgen-macro",
1314
+ "wasm-bindgen-shared",
1315
+ ]
1316
+
1317
+ [[package]]
1318
+ name = "wasm-bindgen-macro"
1319
+ version = "0.2.128"
1320
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1321
+ checksum = "a690d511e3c1a8b3a55e33511e3c2c00c78415cd23650f32b808627f5696b9ed"
1322
+ dependencies = [
1323
+ "quote",
1324
+ "wasm-bindgen-macro-support",
1325
+ ]
1326
+
1327
+ [[package]]
1328
+ name = "wasm-bindgen-macro-support"
1329
+ version = "0.2.128"
1330
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1331
+ checksum = "411e4887f0071ef2d2164a9d5fdf2d20efbef78fccd3a78b0c10a1dc5295e48a"
1332
+ dependencies = [
1333
+ "bumpalo",
1334
+ "proc-macro2",
1335
+ "quote",
1336
+ "syn 3.0.6",
1337
+ "wasm-bindgen-shared",
1338
+ ]
1339
+
1340
+ [[package]]
1341
+ name = "wasm-bindgen-shared"
1342
+ version = "0.2.128"
1343
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1344
+ checksum = "81941cd78d0c92026c33e5e01312845a4cb1e9af3407f9134b100dd03144103e"
1345
+ dependencies = [
1346
+ "unicode-ident",
1347
+ ]
1348
+
1349
+ [[package]]
1350
+ name = "web-time"
1351
+ version = "1.1.0"
1352
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1353
+ checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
1354
+ dependencies = [
1355
+ "js-sys",
1356
+ "wasm-bindgen",
1357
+ ]
1358
+
1359
+ [[package]]
1360
+ name = "webpki-roots"
1361
+ version = "1.0.9"
1362
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1363
+ checksum = "7dcd9d09a39985f5344844e66b0c530a33843579125f23e21e9f0f220850f22a"
1364
+ dependencies = [
1365
+ "rustls-pki-types",
1366
+ ]
1367
+
1368
+ [[package]]
1369
+ name = "winapi"
1370
+ version = "0.3.9"
1371
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1372
+ checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1373
+ dependencies = [
1374
+ "winapi-i686-pc-windows-gnu",
1375
+ "winapi-x86_64-pc-windows-gnu",
1376
+ ]
1377
+
1378
+ [[package]]
1379
+ name = "winapi-i686-pc-windows-gnu"
1380
+ version = "0.4.0"
1381
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1382
+ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1383
+
1384
+ [[package]]
1385
+ name = "winapi-x86_64-pc-windows-gnu"
1386
+ version = "0.4.0"
1387
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1388
+ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1389
+
1390
+ [[package]]
1391
+ name = "windows-link"
1392
+ version = "0.2.1"
1393
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1394
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
1395
+
1396
+ [[package]]
1397
+ name = "windows-sys"
1398
+ version = "0.52.0"
1399
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1400
+ checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
1401
+ dependencies = [
1402
+ "windows-targets",
1403
+ ]
1404
+
1405
+ [[package]]
1406
+ name = "windows-sys"
1407
+ version = "0.61.2"
1408
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1409
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
1410
+ dependencies = [
1411
+ "windows-link",
1412
+ ]
1413
+
1414
+ [[package]]
1415
+ name = "windows-targets"
1416
+ version = "0.52.6"
1417
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1418
+ checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
1419
+ dependencies = [
1420
+ "windows_aarch64_gnullvm",
1421
+ "windows_aarch64_msvc",
1422
+ "windows_i686_gnu",
1423
+ "windows_i686_gnullvm",
1424
+ "windows_i686_msvc",
1425
+ "windows_x86_64_gnu",
1426
+ "windows_x86_64_gnullvm",
1427
+ "windows_x86_64_msvc",
1428
+ ]
1429
+
1430
+ [[package]]
1431
+ name = "windows_aarch64_gnullvm"
1432
+ version = "0.52.6"
1433
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1434
+ checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
1435
+
1436
+ [[package]]
1437
+ name = "windows_aarch64_msvc"
1438
+ version = "0.52.6"
1439
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1440
+ checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
1441
+
1442
+ [[package]]
1443
+ name = "windows_i686_gnu"
1444
+ version = "0.52.6"
1445
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1446
+ checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
1447
+
1448
+ [[package]]
1449
+ name = "windows_i686_gnullvm"
1450
+ version = "0.52.6"
1451
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1452
+ checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
1453
+
1454
+ [[package]]
1455
+ name = "windows_i686_msvc"
1456
+ version = "0.52.6"
1457
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1458
+ checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
1459
+
1460
+ [[package]]
1461
+ name = "windows_x86_64_gnu"
1462
+ version = "0.52.6"
1463
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1464
+ checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
1465
+
1466
+ [[package]]
1467
+ name = "windows_x86_64_gnullvm"
1468
+ version = "0.52.6"
1469
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1470
+ checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
1471
+
1472
+ [[package]]
1473
+ name = "windows_x86_64_msvc"
1474
+ version = "0.52.6"
1475
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1476
+ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
1477
+
1478
+ [[package]]
1479
+ name = "wit-bindgen"
1480
+ version = "0.57.1"
1481
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1482
+ checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
1483
+
1484
+ [[package]]
1485
+ name = "zerocopy"
1486
+ version = "0.8.58"
1487
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1488
+ checksum = "c17e8fafad82b542ff3717217ecdc736231b59e387768c9630123b4ce4d2db44"
1489
+ dependencies = [
1490
+ "zerocopy-derive",
1491
+ ]
1492
+
1493
+ [[package]]
1494
+ name = "zerocopy-derive"
1495
+ version = "0.8.58"
1496
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1497
+ checksum = "595f56e044df4f46a0c9a626f65c3d99eb8488f7e8a8baa12dd76326d9710bf2"
1498
+ dependencies = [
1499
+ "proc-macro2",
1500
+ "quote",
1501
+ "syn 2.0.119",
1502
+ ]
1503
+
1504
+ [[package]]
1505
+ name = "zeroize"
1506
+ version = "1.9.0"
1507
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1508
+ checksum = "e13c156562582aa81c60cb29407084cdb54c4164760106ab78e6c5b0858cf64e"
1509
+
1510
+ [[package]]
1511
+ name = "zlib-rs"
1512
+ version = "0.6.8"
1513
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1514
+ checksum = "b268e58e7c693d7c271f93ffc4ba3b380412554231c85bf61ca7af91042a4112"
1515
+
1516
+ [[package]]
1517
+ name = "zmij"
1518
+ version = "1.0.23"
1519
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1520
+ checksum = "29666d0abbfad1e3dc4dcf6144730dd3a3ab225bbbdac83319345b1b44ccfc1b"