is-it-slop 0.4.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.
Files changed (32) hide show
  1. is_it_slop-0.4.0/Cargo.lock +1947 -0
  2. is_it_slop-0.4.0/Cargo.toml +103 -0
  3. is_it_slop-0.4.0/PKG-INFO +97 -0
  4. is_it_slop-0.4.0/README.md +88 -0
  5. is_it_slop-0.4.0/crates/is-it-slop/CHANGELOG.md +0 -0
  6. is_it_slop-0.4.0/crates/is-it-slop/Cargo.toml +60 -0
  7. is_it_slop-0.4.0/crates/is-it-slop/README.md +98 -0
  8. is_it_slop-0.4.0/crates/is-it-slop/build.rs +241 -0
  9. is_it_slop-0.4.0/crates/is-it-slop/src/bin/is-it-slop.rs +11 -0
  10. is_it_slop-0.4.0/crates/is-it-slop/src/cli.rs +276 -0
  11. is_it_slop-0.4.0/crates/is-it-slop/src/lib.rs +181 -0
  12. is_it_slop-0.4.0/crates/is-it-slop/src/model/mod.rs +40 -0
  13. is_it_slop-0.4.0/crates/is-it-slop/src/pipeline/classification.rs +44 -0
  14. is_it_slop-0.4.0/crates/is-it-slop/src/pipeline/mod.rs +97 -0
  15. is_it_slop-0.4.0/crates/is-it-slop/src/pipeline/prediction.rs +77 -0
  16. is_it_slop-0.4.0/crates/is-it-slop/src/python/mod.rs +133 -0
  17. is_it_slop-0.4.0/crates/is-it-slop-preprocessing/CHANGELOG.md +0 -0
  18. is_it_slop-0.4.0/crates/is-it-slop-preprocessing/Cargo.toml +55 -0
  19. is_it_slop-0.4.0/crates/is-it-slop-preprocessing/README.md +98 -0
  20. is_it_slop-0.4.0/crates/is-it-slop-preprocessing/src/lib.rs +43 -0
  21. is_it_slop-0.4.0/crates/is-it-slop-preprocessing/src/pre_processor/mod.rs +3 -0
  22. is_it_slop-0.4.0/crates/is-it-slop-preprocessing/src/pre_processor/vectorizer/count_vectorizer.rs +360 -0
  23. is_it_slop-0.4.0/crates/is-it-slop-preprocessing/src/pre_processor/vectorizer/mod.rs +8 -0
  24. is_it_slop-0.4.0/crates/is-it-slop-preprocessing/src/pre_processor/vectorizer/ngrams.rs +178 -0
  25. is_it_slop-0.4.0/crates/is-it-slop-preprocessing/src/pre_processor/vectorizer/params.rs +120 -0
  26. is_it_slop-0.4.0/crates/is-it-slop-preprocessing/src/pre_processor/vectorizer/tfidf_vectorizer.rs +213 -0
  27. is_it_slop-0.4.0/crates/is-it-slop-preprocessing/src/pre_processor/vectorizer/tokenizer.rs +139 -0
  28. is_it_slop-0.4.0/crates/is-it-slop-preprocessing/src/python/mod.rs +272 -0
  29. is_it_slop-0.4.0/pyproject.toml +21 -0
  30. is_it_slop-0.4.0/src/is_it_slop/__init__.py +42 -0
  31. is_it_slop-0.4.0/src/is_it_slop/_internal.py +187 -0
  32. is_it_slop-0.4.0/src/is_it_slop/py.typed +0 -0
@@ -0,0 +1,1947 @@
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.4"
28
+ source = "registry+https://github.com/rust-lang/crates.io-index"
29
+ checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
30
+ dependencies = [
31
+ "memchr",
32
+ ]
33
+
34
+ [[package]]
35
+ name = "alga"
36
+ version = "0.9.3"
37
+ source = "registry+https://github.com/rust-lang/crates.io-index"
38
+ checksum = "4f823d037a7ec6ea2197046bafd4ae150e6bc36f9ca347404f46a46823fa84f2"
39
+ dependencies = [
40
+ "approx",
41
+ "num-complex 0.2.4",
42
+ "num-traits",
43
+ ]
44
+
45
+ [[package]]
46
+ name = "anstream"
47
+ version = "0.6.21"
48
+ source = "registry+https://github.com/rust-lang/crates.io-index"
49
+ checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
50
+ dependencies = [
51
+ "anstyle",
52
+ "anstyle-parse",
53
+ "anstyle-query",
54
+ "anstyle-wincon",
55
+ "colorchoice",
56
+ "is_terminal_polyfill",
57
+ "utf8parse",
58
+ ]
59
+
60
+ [[package]]
61
+ name = "anstyle"
62
+ version = "1.0.13"
63
+ source = "registry+https://github.com/rust-lang/crates.io-index"
64
+ checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
65
+
66
+ [[package]]
67
+ name = "anstyle-parse"
68
+ version = "0.2.7"
69
+ source = "registry+https://github.com/rust-lang/crates.io-index"
70
+ checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
71
+ dependencies = [
72
+ "utf8parse",
73
+ ]
74
+
75
+ [[package]]
76
+ name = "anstyle-query"
77
+ version = "1.1.5"
78
+ source = "registry+https://github.com/rust-lang/crates.io-index"
79
+ checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
80
+ dependencies = [
81
+ "windows-sys 0.61.2",
82
+ ]
83
+
84
+ [[package]]
85
+ name = "anstyle-wincon"
86
+ version = "3.0.11"
87
+ source = "registry+https://github.com/rust-lang/crates.io-index"
88
+ checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
89
+ dependencies = [
90
+ "anstyle",
91
+ "once_cell_polyfill",
92
+ "windows-sys 0.61.2",
93
+ ]
94
+
95
+ [[package]]
96
+ name = "anyhow"
97
+ version = "1.0.100"
98
+ source = "registry+https://github.com/rust-lang/crates.io-index"
99
+ checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
100
+
101
+ [[package]]
102
+ name = "approx"
103
+ version = "0.3.2"
104
+ source = "registry+https://github.com/rust-lang/crates.io-index"
105
+ checksum = "f0e60b75072ecd4168020818c0107f2857bb6c4e64252d8d3983f6263b40a5c3"
106
+ dependencies = [
107
+ "num-traits",
108
+ ]
109
+
110
+ [[package]]
111
+ name = "arc-swap"
112
+ version = "1.7.1"
113
+ source = "registry+https://github.com/rust-lang/crates.io-index"
114
+ checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457"
115
+
116
+ [[package]]
117
+ name = "autocfg"
118
+ version = "1.5.0"
119
+ source = "registry+https://github.com/rust-lang/crates.io-index"
120
+ checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
121
+
122
+ [[package]]
123
+ name = "base64"
124
+ version = "0.22.1"
125
+ source = "registry+https://github.com/rust-lang/crates.io-index"
126
+ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
127
+
128
+ [[package]]
129
+ name = "base64ct"
130
+ version = "1.8.1"
131
+ source = "registry+https://github.com/rust-lang/crates.io-index"
132
+ checksum = "0e050f626429857a27ddccb31e0aca21356bfa709c04041aefddac081a8f068a"
133
+
134
+ [[package]]
135
+ name = "bincode"
136
+ version = "2.0.1"
137
+ source = "registry+https://github.com/rust-lang/crates.io-index"
138
+ checksum = "36eaf5d7b090263e8150820482d5d93cd964a81e4019913c972f4edcc6edb740"
139
+ dependencies = [
140
+ "bincode_derive",
141
+ "serde",
142
+ "unty",
143
+ ]
144
+
145
+ [[package]]
146
+ name = "bincode_derive"
147
+ version = "2.0.1"
148
+ source = "registry+https://github.com/rust-lang/crates.io-index"
149
+ checksum = "bf95709a440f45e986983918d0e8a1f30a9b1df04918fc828670606804ac3c09"
150
+ dependencies = [
151
+ "virtue",
152
+ ]
153
+
154
+ [[package]]
155
+ name = "bit-set"
156
+ version = "0.5.3"
157
+ source = "registry+https://github.com/rust-lang/crates.io-index"
158
+ checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
159
+ dependencies = [
160
+ "bit-vec",
161
+ ]
162
+
163
+ [[package]]
164
+ name = "bit-vec"
165
+ version = "0.6.3"
166
+ source = "registry+https://github.com/rust-lang/crates.io-index"
167
+ checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
168
+
169
+ [[package]]
170
+ name = "bitflags"
171
+ version = "2.10.0"
172
+ source = "registry+https://github.com/rust-lang/crates.io-index"
173
+ checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
174
+
175
+ [[package]]
176
+ name = "block-buffer"
177
+ version = "0.10.4"
178
+ source = "registry+https://github.com/rust-lang/crates.io-index"
179
+ checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
180
+ dependencies = [
181
+ "generic-array",
182
+ ]
183
+
184
+ [[package]]
185
+ name = "bstr"
186
+ version = "1.12.1"
187
+ source = "registry+https://github.com/rust-lang/crates.io-index"
188
+ checksum = "63044e1ae8e69f3b5a92c736ca6269b8d12fa7efe39bf34ddb06d102cf0e2cab"
189
+ dependencies = [
190
+ "memchr",
191
+ "regex-automata",
192
+ "serde",
193
+ ]
194
+
195
+ [[package]]
196
+ name = "bumpalo"
197
+ version = "3.19.0"
198
+ source = "registry+https://github.com/rust-lang/crates.io-index"
199
+ checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
200
+
201
+ [[package]]
202
+ name = "byteorder"
203
+ version = "1.5.0"
204
+ source = "registry+https://github.com/rust-lang/crates.io-index"
205
+ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
206
+
207
+ [[package]]
208
+ name = "bytes"
209
+ version = "1.11.0"
210
+ source = "registry+https://github.com/rust-lang/crates.io-index"
211
+ checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3"
212
+
213
+ [[package]]
214
+ name = "cc"
215
+ version = "1.2.49"
216
+ source = "registry+https://github.com/rust-lang/crates.io-index"
217
+ checksum = "90583009037521a116abf44494efecd645ba48b6622457080f080b85544e2215"
218
+ dependencies = [
219
+ "find-msvc-tools",
220
+ "shlex",
221
+ ]
222
+
223
+ [[package]]
224
+ name = "cfg-if"
225
+ version = "1.0.4"
226
+ source = "registry+https://github.com/rust-lang/crates.io-index"
227
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
228
+
229
+ [[package]]
230
+ name = "clap"
231
+ version = "4.5.53"
232
+ source = "registry+https://github.com/rust-lang/crates.io-index"
233
+ checksum = "c9e340e012a1bf4935f5282ed1436d1489548e8f72308207ea5df0e23d2d03f8"
234
+ dependencies = [
235
+ "clap_builder",
236
+ "clap_derive",
237
+ ]
238
+
239
+ [[package]]
240
+ name = "clap_builder"
241
+ version = "4.5.53"
242
+ source = "registry+https://github.com/rust-lang/crates.io-index"
243
+ checksum = "d76b5d13eaa18c901fd2f7fca939fefe3a0727a953561fefdf3b2922b8569d00"
244
+ dependencies = [
245
+ "anstream",
246
+ "anstyle",
247
+ "clap_lex",
248
+ "strsim",
249
+ ]
250
+
251
+ [[package]]
252
+ name = "clap_derive"
253
+ version = "4.5.49"
254
+ source = "registry+https://github.com/rust-lang/crates.io-index"
255
+ checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671"
256
+ dependencies = [
257
+ "heck",
258
+ "proc-macro2",
259
+ "quote",
260
+ "syn",
261
+ ]
262
+
263
+ [[package]]
264
+ name = "clap_lex"
265
+ version = "0.7.6"
266
+ source = "registry+https://github.com/rust-lang/crates.io-index"
267
+ checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
268
+
269
+ [[package]]
270
+ name = "colorchoice"
271
+ version = "1.0.4"
272
+ source = "registry+https://github.com/rust-lang/crates.io-index"
273
+ checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
274
+
275
+ [[package]]
276
+ name = "console"
277
+ version = "0.16.1"
278
+ source = "registry+https://github.com/rust-lang/crates.io-index"
279
+ checksum = "b430743a6eb14e9764d4260d4c0d8123087d504eeb9c48f2b2a5e810dd369df4"
280
+ dependencies = [
281
+ "encode_unicode",
282
+ "libc",
283
+ "once_cell",
284
+ "unicode-width",
285
+ "windows-sys 0.61.2",
286
+ ]
287
+
288
+ [[package]]
289
+ name = "core-foundation"
290
+ version = "0.9.4"
291
+ source = "registry+https://github.com/rust-lang/crates.io-index"
292
+ checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
293
+ dependencies = [
294
+ "core-foundation-sys",
295
+ "libc",
296
+ ]
297
+
298
+ [[package]]
299
+ name = "core-foundation-sys"
300
+ version = "0.8.7"
301
+ source = "registry+https://github.com/rust-lang/crates.io-index"
302
+ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
303
+
304
+ [[package]]
305
+ name = "cpufeatures"
306
+ version = "0.2.17"
307
+ source = "registry+https://github.com/rust-lang/crates.io-index"
308
+ checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
309
+ dependencies = [
310
+ "libc",
311
+ ]
312
+
313
+ [[package]]
314
+ name = "crc32fast"
315
+ version = "1.5.0"
316
+ source = "registry+https://github.com/rust-lang/crates.io-index"
317
+ checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
318
+ dependencies = [
319
+ "cfg-if",
320
+ ]
321
+
322
+ [[package]]
323
+ name = "crossbeam-deque"
324
+ version = "0.8.6"
325
+ source = "registry+https://github.com/rust-lang/crates.io-index"
326
+ checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
327
+ dependencies = [
328
+ "crossbeam-epoch",
329
+ "crossbeam-utils",
330
+ ]
331
+
332
+ [[package]]
333
+ name = "crossbeam-epoch"
334
+ version = "0.9.18"
335
+ source = "registry+https://github.com/rust-lang/crates.io-index"
336
+ checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
337
+ dependencies = [
338
+ "crossbeam-utils",
339
+ ]
340
+
341
+ [[package]]
342
+ name = "crossbeam-utils"
343
+ version = "0.8.21"
344
+ source = "registry+https://github.com/rust-lang/crates.io-index"
345
+ checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
346
+
347
+ [[package]]
348
+ name = "crypto-common"
349
+ version = "0.1.7"
350
+ source = "registry+https://github.com/rust-lang/crates.io-index"
351
+ checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
352
+ dependencies = [
353
+ "generic-array",
354
+ "typenum",
355
+ ]
356
+
357
+ [[package]]
358
+ name = "dashmap"
359
+ version = "6.1.0"
360
+ source = "registry+https://github.com/rust-lang/crates.io-index"
361
+ checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
362
+ dependencies = [
363
+ "cfg-if",
364
+ "crossbeam-utils",
365
+ "hashbrown",
366
+ "lock_api",
367
+ "once_cell",
368
+ "parking_lot_core",
369
+ ]
370
+
371
+ [[package]]
372
+ name = "der"
373
+ version = "0.7.10"
374
+ source = "registry+https://github.com/rust-lang/crates.io-index"
375
+ checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
376
+ dependencies = [
377
+ "pem-rfc7468",
378
+ "zeroize",
379
+ ]
380
+
381
+ [[package]]
382
+ name = "digest"
383
+ version = "0.10.7"
384
+ source = "registry+https://github.com/rust-lang/crates.io-index"
385
+ checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
386
+ dependencies = [
387
+ "block-buffer",
388
+ "crypto-common",
389
+ ]
390
+
391
+ [[package]]
392
+ name = "directories"
393
+ version = "6.0.0"
394
+ source = "registry+https://github.com/rust-lang/crates.io-index"
395
+ checksum = "16f5094c54661b38d03bd7e50df373292118db60b585c08a411c6d840017fe7d"
396
+ dependencies = [
397
+ "dirs-sys",
398
+ ]
399
+
400
+ [[package]]
401
+ name = "dirs-sys"
402
+ version = "0.5.0"
403
+ source = "registry+https://github.com/rust-lang/crates.io-index"
404
+ checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
405
+ dependencies = [
406
+ "libc",
407
+ "option-ext",
408
+ "redox_users",
409
+ "windows-sys 0.61.2",
410
+ ]
411
+
412
+ [[package]]
413
+ name = "either"
414
+ version = "1.15.0"
415
+ source = "registry+https://github.com/rust-lang/crates.io-index"
416
+ checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
417
+
418
+ [[package]]
419
+ name = "encode_unicode"
420
+ version = "1.0.0"
421
+ source = "registry+https://github.com/rust-lang/crates.io-index"
422
+ checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
423
+
424
+ [[package]]
425
+ name = "errno"
426
+ version = "0.3.14"
427
+ source = "registry+https://github.com/rust-lang/crates.io-index"
428
+ checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
429
+ dependencies = [
430
+ "libc",
431
+ "windows-sys 0.61.2",
432
+ ]
433
+
434
+ [[package]]
435
+ name = "fancy-regex"
436
+ version = "0.13.0"
437
+ source = "registry+https://github.com/rust-lang/crates.io-index"
438
+ checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
439
+ dependencies = [
440
+ "bit-set",
441
+ "regex-automata",
442
+ "regex-syntax",
443
+ ]
444
+
445
+ [[package]]
446
+ name = "fastrand"
447
+ version = "2.3.0"
448
+ source = "registry+https://github.com/rust-lang/crates.io-index"
449
+ checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
450
+
451
+ [[package]]
452
+ name = "filetime"
453
+ version = "0.2.26"
454
+ source = "registry+https://github.com/rust-lang/crates.io-index"
455
+ checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed"
456
+ dependencies = [
457
+ "cfg-if",
458
+ "libc",
459
+ "libredox",
460
+ "windows-sys 0.60.2",
461
+ ]
462
+
463
+ [[package]]
464
+ name = "find-msvc-tools"
465
+ version = "0.1.5"
466
+ source = "registry+https://github.com/rust-lang/crates.io-index"
467
+ checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
468
+
469
+ [[package]]
470
+ name = "flate2"
471
+ version = "1.1.5"
472
+ source = "registry+https://github.com/rust-lang/crates.io-index"
473
+ checksum = "bfe33edd8e85a12a67454e37f8c75e730830d83e313556ab9ebf9ee7fbeb3bfb"
474
+ dependencies = [
475
+ "crc32fast",
476
+ "miniz_oxide",
477
+ ]
478
+
479
+ [[package]]
480
+ name = "foreign-types"
481
+ version = "0.3.2"
482
+ source = "registry+https://github.com/rust-lang/crates.io-index"
483
+ checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
484
+ dependencies = [
485
+ "foreign-types-shared",
486
+ ]
487
+
488
+ [[package]]
489
+ name = "foreign-types-shared"
490
+ version = "0.1.1"
491
+ source = "registry+https://github.com/rust-lang/crates.io-index"
492
+ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
493
+
494
+ [[package]]
495
+ name = "generic-array"
496
+ version = "0.14.7"
497
+ source = "registry+https://github.com/rust-lang/crates.io-index"
498
+ checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
499
+ dependencies = [
500
+ "typenum",
501
+ "version_check",
502
+ ]
503
+
504
+ [[package]]
505
+ name = "getrandom"
506
+ version = "0.2.16"
507
+ source = "registry+https://github.com/rust-lang/crates.io-index"
508
+ checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
509
+ dependencies = [
510
+ "cfg-if",
511
+ "libc",
512
+ "wasi",
513
+ ]
514
+
515
+ [[package]]
516
+ name = "getrandom"
517
+ version = "0.3.4"
518
+ source = "registry+https://github.com/rust-lang/crates.io-index"
519
+ checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
520
+ dependencies = [
521
+ "cfg-if",
522
+ "libc",
523
+ "r-efi",
524
+ "wasip2",
525
+ ]
526
+
527
+ [[package]]
528
+ name = "hashbrown"
529
+ version = "0.14.5"
530
+ source = "registry+https://github.com/rust-lang/crates.io-index"
531
+ checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
532
+
533
+ [[package]]
534
+ name = "heck"
535
+ version = "0.5.0"
536
+ source = "registry+https://github.com/rust-lang/crates.io-index"
537
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
538
+
539
+ [[package]]
540
+ name = "hermit-abi"
541
+ version = "0.5.2"
542
+ source = "registry+https://github.com/rust-lang/crates.io-index"
543
+ checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
544
+
545
+ [[package]]
546
+ name = "http"
547
+ version = "1.4.0"
548
+ source = "registry+https://github.com/rust-lang/crates.io-index"
549
+ checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a"
550
+ dependencies = [
551
+ "bytes",
552
+ "itoa",
553
+ ]
554
+
555
+ [[package]]
556
+ name = "httparse"
557
+ version = "1.10.1"
558
+ source = "registry+https://github.com/rust-lang/crates.io-index"
559
+ checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
560
+
561
+ [[package]]
562
+ name = "indicatif"
563
+ version = "0.18.3"
564
+ source = "registry+https://github.com/rust-lang/crates.io-index"
565
+ checksum = "9375e112e4b463ec1b1c6c011953545c65a30164fbab5b581df32b3abf0dcb88"
566
+ dependencies = [
567
+ "console",
568
+ "portable-atomic",
569
+ "rayon",
570
+ "unicode-width",
571
+ "unit-prefix",
572
+ "web-time",
573
+ ]
574
+
575
+ [[package]]
576
+ name = "indoc"
577
+ version = "2.0.7"
578
+ source = "registry+https://github.com/rust-lang/crates.io-index"
579
+ checksum = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706"
580
+ dependencies = [
581
+ "rustversion",
582
+ ]
583
+
584
+ [[package]]
585
+ name = "is-it-slop"
586
+ version = "0.4.0"
587
+ dependencies = [
588
+ "anyhow",
589
+ "clap",
590
+ "directories",
591
+ "flate2",
592
+ "is-it-slop-preprocessing",
593
+ "mimalloc",
594
+ "ndarray 0.16.1",
595
+ "ort",
596
+ "pyo3",
597
+ "pyo3-log",
598
+ "serde",
599
+ "serde_json",
600
+ "sprs",
601
+ "tar",
602
+ "tempfile",
603
+ "ureq",
604
+ ]
605
+
606
+ [[package]]
607
+ name = "is-it-slop-preprocessing"
608
+ version = "0.4.0"
609
+ dependencies = [
610
+ "ahash",
611
+ "bincode",
612
+ "dashmap",
613
+ "indicatif",
614
+ "mimalloc",
615
+ "numpy",
616
+ "pyo3",
617
+ "pyo3-log",
618
+ "rayon",
619
+ "serde",
620
+ "serde_json",
621
+ "smallvec 1.15.1",
622
+ "sprs",
623
+ "tiktoken-rs",
624
+ "tracing",
625
+ ]
626
+
627
+ [[package]]
628
+ name = "is_terminal_polyfill"
629
+ version = "1.70.2"
630
+ source = "registry+https://github.com/rust-lang/crates.io-index"
631
+ checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
632
+
633
+ [[package]]
634
+ name = "itoa"
635
+ version = "1.0.15"
636
+ source = "registry+https://github.com/rust-lang/crates.io-index"
637
+ checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
638
+
639
+ [[package]]
640
+ name = "js-sys"
641
+ version = "0.3.83"
642
+ source = "registry+https://github.com/rust-lang/crates.io-index"
643
+ checksum = "464a3709c7f55f1f721e5389aa6ea4e3bc6aba669353300af094b29ffbdde1d8"
644
+ dependencies = [
645
+ "once_cell",
646
+ "wasm-bindgen",
647
+ ]
648
+
649
+ [[package]]
650
+ name = "lazy_static"
651
+ version = "1.5.0"
652
+ source = "registry+https://github.com/rust-lang/crates.io-index"
653
+ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
654
+
655
+ [[package]]
656
+ name = "libc"
657
+ version = "0.2.178"
658
+ source = "registry+https://github.com/rust-lang/crates.io-index"
659
+ checksum = "37c93d8daa9d8a012fd8ab92f088405fb202ea0b6ab73ee2482ae66af4f42091"
660
+
661
+ [[package]]
662
+ name = "libm"
663
+ version = "0.2.15"
664
+ source = "registry+https://github.com/rust-lang/crates.io-index"
665
+ checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
666
+
667
+ [[package]]
668
+ name = "libmimalloc-sys"
669
+ version = "0.1.44"
670
+ source = "registry+https://github.com/rust-lang/crates.io-index"
671
+ checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870"
672
+ dependencies = [
673
+ "cc",
674
+ "libc",
675
+ ]
676
+
677
+ [[package]]
678
+ name = "libredox"
679
+ version = "0.1.10"
680
+ source = "registry+https://github.com/rust-lang/crates.io-index"
681
+ checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
682
+ dependencies = [
683
+ "bitflags",
684
+ "libc",
685
+ "redox_syscall",
686
+ ]
687
+
688
+ [[package]]
689
+ name = "linux-raw-sys"
690
+ version = "0.11.0"
691
+ source = "registry+https://github.com/rust-lang/crates.io-index"
692
+ checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
693
+
694
+ [[package]]
695
+ name = "lock_api"
696
+ version = "0.4.14"
697
+ source = "registry+https://github.com/rust-lang/crates.io-index"
698
+ checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
699
+ dependencies = [
700
+ "scopeguard",
701
+ ]
702
+
703
+ [[package]]
704
+ name = "log"
705
+ version = "0.4.29"
706
+ source = "registry+https://github.com/rust-lang/crates.io-index"
707
+ checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
708
+
709
+ [[package]]
710
+ name = "matrixmultiply"
711
+ version = "0.3.10"
712
+ source = "registry+https://github.com/rust-lang/crates.io-index"
713
+ checksum = "a06de3016e9fae57a36fd14dba131fccf49f74b40b7fbdb472f96e361ec71a08"
714
+ dependencies = [
715
+ "autocfg",
716
+ "rawpointer",
717
+ ]
718
+
719
+ [[package]]
720
+ name = "memchr"
721
+ version = "2.7.6"
722
+ source = "registry+https://github.com/rust-lang/crates.io-index"
723
+ checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
724
+
725
+ [[package]]
726
+ name = "memoffset"
727
+ version = "0.9.1"
728
+ source = "registry+https://github.com/rust-lang/crates.io-index"
729
+ checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
730
+ dependencies = [
731
+ "autocfg",
732
+ ]
733
+
734
+ [[package]]
735
+ name = "mimalloc"
736
+ version = "0.1.48"
737
+ source = "registry+https://github.com/rust-lang/crates.io-index"
738
+ checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8"
739
+ dependencies = [
740
+ "libmimalloc-sys",
741
+ ]
742
+
743
+ [[package]]
744
+ name = "miniz_oxide"
745
+ version = "0.8.9"
746
+ source = "registry+https://github.com/rust-lang/crates.io-index"
747
+ checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
748
+ dependencies = [
749
+ "adler2",
750
+ "simd-adler32",
751
+ ]
752
+
753
+ [[package]]
754
+ name = "native-tls"
755
+ version = "0.2.14"
756
+ source = "registry+https://github.com/rust-lang/crates.io-index"
757
+ checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
758
+ dependencies = [
759
+ "libc",
760
+ "log",
761
+ "openssl",
762
+ "openssl-probe",
763
+ "openssl-sys",
764
+ "schannel",
765
+ "security-framework",
766
+ "security-framework-sys",
767
+ "tempfile",
768
+ ]
769
+
770
+ [[package]]
771
+ name = "ndarray"
772
+ version = "0.16.1"
773
+ source = "registry+https://github.com/rust-lang/crates.io-index"
774
+ checksum = "882ed72dce9365842bf196bdeedf5055305f11fc8c03dee7bb0194a6cad34841"
775
+ dependencies = [
776
+ "matrixmultiply",
777
+ "num-complex 0.4.6",
778
+ "num-integer",
779
+ "num-traits",
780
+ "portable-atomic",
781
+ "portable-atomic-util",
782
+ "rawpointer",
783
+ ]
784
+
785
+ [[package]]
786
+ name = "ndarray"
787
+ version = "0.17.1"
788
+ source = "registry+https://github.com/rust-lang/crates.io-index"
789
+ checksum = "0c7c9125e8f6f10c9da3aad044cc918cf8784fa34de857b1aa68038eb05a50a9"
790
+ dependencies = [
791
+ "matrixmultiply",
792
+ "num-complex 0.4.6",
793
+ "num-integer",
794
+ "num-traits",
795
+ "portable-atomic",
796
+ "portable-atomic-util",
797
+ "rawpointer",
798
+ ]
799
+
800
+ [[package]]
801
+ name = "num-complex"
802
+ version = "0.2.4"
803
+ source = "registry+https://github.com/rust-lang/crates.io-index"
804
+ checksum = "b6b19411a9719e753aff12e5187b74d60d3dc449ec3f4dc21e3989c3f554bc95"
805
+ dependencies = [
806
+ "autocfg",
807
+ "num-traits",
808
+ ]
809
+
810
+ [[package]]
811
+ name = "num-complex"
812
+ version = "0.4.6"
813
+ source = "registry+https://github.com/rust-lang/crates.io-index"
814
+ checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
815
+ dependencies = [
816
+ "num-traits",
817
+ ]
818
+
819
+ [[package]]
820
+ name = "num-integer"
821
+ version = "0.1.46"
822
+ source = "registry+https://github.com/rust-lang/crates.io-index"
823
+ checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
824
+ dependencies = [
825
+ "num-traits",
826
+ ]
827
+
828
+ [[package]]
829
+ name = "num-traits"
830
+ version = "0.2.19"
831
+ source = "registry+https://github.com/rust-lang/crates.io-index"
832
+ checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
833
+ dependencies = [
834
+ "autocfg",
835
+ "libm",
836
+ ]
837
+
838
+ [[package]]
839
+ name = "num_cpus"
840
+ version = "1.17.0"
841
+ source = "registry+https://github.com/rust-lang/crates.io-index"
842
+ checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
843
+ dependencies = [
844
+ "hermit-abi",
845
+ "libc",
846
+ ]
847
+
848
+ [[package]]
849
+ name = "numpy"
850
+ version = "0.27.1"
851
+ source = "registry+https://github.com/rust-lang/crates.io-index"
852
+ checksum = "7aac2e6a6e4468ffa092ad43c39b81c79196c2bb773b8db4085f695efe3bba17"
853
+ dependencies = [
854
+ "libc",
855
+ "ndarray 0.17.1",
856
+ "num-complex 0.4.6",
857
+ "num-integer",
858
+ "num-traits",
859
+ "pyo3",
860
+ "pyo3-build-config",
861
+ "rustc-hash 2.1.1",
862
+ ]
863
+
864
+ [[package]]
865
+ name = "once_cell"
866
+ version = "1.21.3"
867
+ source = "registry+https://github.com/rust-lang/crates.io-index"
868
+ checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
869
+
870
+ [[package]]
871
+ name = "once_cell_polyfill"
872
+ version = "1.70.2"
873
+ source = "registry+https://github.com/rust-lang/crates.io-index"
874
+ checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
875
+
876
+ [[package]]
877
+ name = "openssl"
878
+ version = "0.10.75"
879
+ source = "registry+https://github.com/rust-lang/crates.io-index"
880
+ checksum = "08838db121398ad17ab8531ce9de97b244589089e290a384c900cb9ff7434328"
881
+ dependencies = [
882
+ "bitflags",
883
+ "cfg-if",
884
+ "foreign-types",
885
+ "libc",
886
+ "once_cell",
887
+ "openssl-macros",
888
+ "openssl-sys",
889
+ ]
890
+
891
+ [[package]]
892
+ name = "openssl-macros"
893
+ version = "0.1.1"
894
+ source = "registry+https://github.com/rust-lang/crates.io-index"
895
+ checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
896
+ dependencies = [
897
+ "proc-macro2",
898
+ "quote",
899
+ "syn",
900
+ ]
901
+
902
+ [[package]]
903
+ name = "openssl-probe"
904
+ version = "0.1.6"
905
+ source = "registry+https://github.com/rust-lang/crates.io-index"
906
+ checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
907
+
908
+ [[package]]
909
+ name = "openssl-sys"
910
+ version = "0.9.111"
911
+ source = "registry+https://github.com/rust-lang/crates.io-index"
912
+ checksum = "82cab2d520aa75e3c58898289429321eb788c3106963d0dc886ec7a5f4adc321"
913
+ dependencies = [
914
+ "cc",
915
+ "libc",
916
+ "pkg-config",
917
+ "vcpkg",
918
+ ]
919
+
920
+ [[package]]
921
+ name = "option-ext"
922
+ version = "0.2.0"
923
+ source = "registry+https://github.com/rust-lang/crates.io-index"
924
+ checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
925
+
926
+ [[package]]
927
+ name = "ort"
928
+ version = "2.0.0-rc.10"
929
+ source = "registry+https://github.com/rust-lang/crates.io-index"
930
+ checksum = "1fa7e49bd669d32d7bc2a15ec540a527e7764aec722a45467814005725bcd721"
931
+ dependencies = [
932
+ "ndarray 0.16.1",
933
+ "ort-sys",
934
+ "smallvec 2.0.0-alpha.10",
935
+ "tracing",
936
+ ]
937
+
938
+ [[package]]
939
+ name = "ort-sys"
940
+ version = "2.0.0-rc.10"
941
+ source = "registry+https://github.com/rust-lang/crates.io-index"
942
+ checksum = "e2aba9f5c7c479925205799216e7e5d07cc1d4fa76ea8058c60a9a30f6a4e890"
943
+ dependencies = [
944
+ "flate2",
945
+ "pkg-config",
946
+ "sha2",
947
+ "tar",
948
+ "ureq",
949
+ ]
950
+
951
+ [[package]]
952
+ name = "parking_lot_core"
953
+ version = "0.9.12"
954
+ source = "registry+https://github.com/rust-lang/crates.io-index"
955
+ checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
956
+ dependencies = [
957
+ "cfg-if",
958
+ "libc",
959
+ "redox_syscall",
960
+ "smallvec 1.15.1",
961
+ "windows-link",
962
+ ]
963
+
964
+ [[package]]
965
+ name = "pem-rfc7468"
966
+ version = "0.7.0"
967
+ source = "registry+https://github.com/rust-lang/crates.io-index"
968
+ checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
969
+ dependencies = [
970
+ "base64ct",
971
+ ]
972
+
973
+ [[package]]
974
+ name = "percent-encoding"
975
+ version = "2.3.2"
976
+ source = "registry+https://github.com/rust-lang/crates.io-index"
977
+ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
978
+
979
+ [[package]]
980
+ name = "pin-project-lite"
981
+ version = "0.2.16"
982
+ source = "registry+https://github.com/rust-lang/crates.io-index"
983
+ checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
984
+
985
+ [[package]]
986
+ name = "pkg-config"
987
+ version = "0.3.32"
988
+ source = "registry+https://github.com/rust-lang/crates.io-index"
989
+ checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
990
+
991
+ [[package]]
992
+ name = "portable-atomic"
993
+ version = "1.11.1"
994
+ source = "registry+https://github.com/rust-lang/crates.io-index"
995
+ checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
996
+
997
+ [[package]]
998
+ name = "portable-atomic-util"
999
+ version = "0.2.4"
1000
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1001
+ checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
1002
+ dependencies = [
1003
+ "portable-atomic",
1004
+ ]
1005
+
1006
+ [[package]]
1007
+ name = "proc-macro2"
1008
+ version = "1.0.103"
1009
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1010
+ checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8"
1011
+ dependencies = [
1012
+ "unicode-ident",
1013
+ ]
1014
+
1015
+ [[package]]
1016
+ name = "pyo3"
1017
+ version = "0.27.2"
1018
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1019
+ checksum = "ab53c047fcd1a1d2a8820fe84f05d6be69e9526be40cb03b73f86b6b03e6d87d"
1020
+ dependencies = [
1021
+ "indoc",
1022
+ "libc",
1023
+ "memoffset",
1024
+ "once_cell",
1025
+ "portable-atomic",
1026
+ "pyo3-build-config",
1027
+ "pyo3-ffi",
1028
+ "pyo3-macros",
1029
+ "unindent",
1030
+ ]
1031
+
1032
+ [[package]]
1033
+ name = "pyo3-build-config"
1034
+ version = "0.27.2"
1035
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1036
+ checksum = "b455933107de8642b4487ed26d912c2d899dec6114884214a0b3bb3be9261ea6"
1037
+ dependencies = [
1038
+ "target-lexicon",
1039
+ ]
1040
+
1041
+ [[package]]
1042
+ name = "pyo3-ffi"
1043
+ version = "0.27.2"
1044
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1045
+ checksum = "1c85c9cbfaddf651b1221594209aed57e9e5cff63c4d11d1feead529b872a089"
1046
+ dependencies = [
1047
+ "libc",
1048
+ "pyo3-build-config",
1049
+ ]
1050
+
1051
+ [[package]]
1052
+ name = "pyo3-log"
1053
+ version = "0.13.2"
1054
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1055
+ checksum = "2f8bae9ad5ba08b0b0ed2bb9c2bdbaeccc69cafca96d78cf0fbcea0d45d122bb"
1056
+ dependencies = [
1057
+ "arc-swap",
1058
+ "log",
1059
+ "pyo3",
1060
+ ]
1061
+
1062
+ [[package]]
1063
+ name = "pyo3-macros"
1064
+ version = "0.27.2"
1065
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1066
+ checksum = "0a5b10c9bf9888125d917fb4d2ca2d25c8df94c7ab5a52e13313a07e050a3b02"
1067
+ dependencies = [
1068
+ "proc-macro2",
1069
+ "pyo3-macros-backend",
1070
+ "quote",
1071
+ "syn",
1072
+ ]
1073
+
1074
+ [[package]]
1075
+ name = "pyo3-macros-backend"
1076
+ version = "0.27.2"
1077
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1078
+ checksum = "03b51720d314836e53327f5871d4c0cfb4fb37cc2c4a11cc71907a86342c40f9"
1079
+ dependencies = [
1080
+ "heck",
1081
+ "proc-macro2",
1082
+ "pyo3-build-config",
1083
+ "quote",
1084
+ "syn",
1085
+ ]
1086
+
1087
+ [[package]]
1088
+ name = "quote"
1089
+ version = "1.0.42"
1090
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1091
+ checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f"
1092
+ dependencies = [
1093
+ "proc-macro2",
1094
+ ]
1095
+
1096
+ [[package]]
1097
+ name = "r-efi"
1098
+ version = "5.3.0"
1099
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1100
+ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
1101
+
1102
+ [[package]]
1103
+ name = "rawpointer"
1104
+ version = "0.2.1"
1105
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1106
+ checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"
1107
+
1108
+ [[package]]
1109
+ name = "rayon"
1110
+ version = "1.11.0"
1111
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1112
+ checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
1113
+ dependencies = [
1114
+ "either",
1115
+ "rayon-core",
1116
+ ]
1117
+
1118
+ [[package]]
1119
+ name = "rayon-core"
1120
+ version = "1.13.0"
1121
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1122
+ checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
1123
+ dependencies = [
1124
+ "crossbeam-deque",
1125
+ "crossbeam-utils",
1126
+ ]
1127
+
1128
+ [[package]]
1129
+ name = "redox_syscall"
1130
+ version = "0.5.18"
1131
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1132
+ checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
1133
+ dependencies = [
1134
+ "bitflags",
1135
+ ]
1136
+
1137
+ [[package]]
1138
+ name = "redox_users"
1139
+ version = "0.5.2"
1140
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1141
+ checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
1142
+ dependencies = [
1143
+ "getrandom 0.2.16",
1144
+ "libredox",
1145
+ "thiserror",
1146
+ ]
1147
+
1148
+ [[package]]
1149
+ name = "regex"
1150
+ version = "1.12.2"
1151
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1152
+ checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
1153
+ dependencies = [
1154
+ "aho-corasick",
1155
+ "memchr",
1156
+ "regex-automata",
1157
+ "regex-syntax",
1158
+ ]
1159
+
1160
+ [[package]]
1161
+ name = "regex-automata"
1162
+ version = "0.4.13"
1163
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1164
+ checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
1165
+ dependencies = [
1166
+ "aho-corasick",
1167
+ "memchr",
1168
+ "regex-syntax",
1169
+ ]
1170
+
1171
+ [[package]]
1172
+ name = "regex-syntax"
1173
+ version = "0.8.8"
1174
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1175
+ checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
1176
+
1177
+ [[package]]
1178
+ name = "ring"
1179
+ version = "0.17.14"
1180
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1181
+ checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
1182
+ dependencies = [
1183
+ "cc",
1184
+ "cfg-if",
1185
+ "getrandom 0.2.16",
1186
+ "libc",
1187
+ "untrusted",
1188
+ "windows-sys 0.52.0",
1189
+ ]
1190
+
1191
+ [[package]]
1192
+ name = "rustc-hash"
1193
+ version = "1.1.0"
1194
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1195
+ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
1196
+
1197
+ [[package]]
1198
+ name = "rustc-hash"
1199
+ version = "2.1.1"
1200
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1201
+ checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
1202
+
1203
+ [[package]]
1204
+ name = "rustix"
1205
+ version = "1.1.2"
1206
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1207
+ checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
1208
+ dependencies = [
1209
+ "bitflags",
1210
+ "errno",
1211
+ "libc",
1212
+ "linux-raw-sys",
1213
+ "windows-sys 0.61.2",
1214
+ ]
1215
+
1216
+ [[package]]
1217
+ name = "rustls"
1218
+ version = "0.23.35"
1219
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1220
+ checksum = "533f54bc6a7d4f647e46ad909549eda97bf5afc1585190ef692b4286b198bd8f"
1221
+ dependencies = [
1222
+ "log",
1223
+ "once_cell",
1224
+ "ring",
1225
+ "rustls-pki-types",
1226
+ "rustls-webpki",
1227
+ "subtle",
1228
+ "zeroize",
1229
+ ]
1230
+
1231
+ [[package]]
1232
+ name = "rustls-pki-types"
1233
+ version = "1.13.1"
1234
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1235
+ checksum = "708c0f9d5f54ba0272468c1d306a52c495b31fa155e91bc25371e6df7996908c"
1236
+ dependencies = [
1237
+ "zeroize",
1238
+ ]
1239
+
1240
+ [[package]]
1241
+ name = "rustls-webpki"
1242
+ version = "0.103.8"
1243
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1244
+ checksum = "2ffdfa2f5286e2247234e03f680868ac2815974dc39e00ea15adc445d0aafe52"
1245
+ dependencies = [
1246
+ "ring",
1247
+ "rustls-pki-types",
1248
+ "untrusted",
1249
+ ]
1250
+
1251
+ [[package]]
1252
+ name = "rustversion"
1253
+ version = "1.0.22"
1254
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1255
+ checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
1256
+
1257
+ [[package]]
1258
+ name = "ryu"
1259
+ version = "1.0.20"
1260
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1261
+ checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
1262
+
1263
+ [[package]]
1264
+ name = "schannel"
1265
+ version = "0.1.28"
1266
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1267
+ checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
1268
+ dependencies = [
1269
+ "windows-sys 0.61.2",
1270
+ ]
1271
+
1272
+ [[package]]
1273
+ name = "scopeguard"
1274
+ version = "1.2.0"
1275
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1276
+ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
1277
+
1278
+ [[package]]
1279
+ name = "security-framework"
1280
+ version = "2.11.1"
1281
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1282
+ checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
1283
+ dependencies = [
1284
+ "bitflags",
1285
+ "core-foundation",
1286
+ "core-foundation-sys",
1287
+ "libc",
1288
+ "security-framework-sys",
1289
+ ]
1290
+
1291
+ [[package]]
1292
+ name = "security-framework-sys"
1293
+ version = "2.15.0"
1294
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1295
+ checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
1296
+ dependencies = [
1297
+ "core-foundation-sys",
1298
+ "libc",
1299
+ ]
1300
+
1301
+ [[package]]
1302
+ name = "serde"
1303
+ version = "1.0.228"
1304
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1305
+ checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
1306
+ dependencies = [
1307
+ "serde_core",
1308
+ "serde_derive",
1309
+ ]
1310
+
1311
+ [[package]]
1312
+ name = "serde_core"
1313
+ version = "1.0.228"
1314
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1315
+ checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
1316
+ dependencies = [
1317
+ "serde_derive",
1318
+ ]
1319
+
1320
+ [[package]]
1321
+ name = "serde_derive"
1322
+ version = "1.0.228"
1323
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1324
+ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
1325
+ dependencies = [
1326
+ "proc-macro2",
1327
+ "quote",
1328
+ "syn",
1329
+ ]
1330
+
1331
+ [[package]]
1332
+ name = "serde_json"
1333
+ version = "1.0.145"
1334
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1335
+ checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
1336
+ dependencies = [
1337
+ "itoa",
1338
+ "memchr",
1339
+ "ryu",
1340
+ "serde",
1341
+ "serde_core",
1342
+ ]
1343
+
1344
+ [[package]]
1345
+ name = "sha2"
1346
+ version = "0.10.9"
1347
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1348
+ checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
1349
+ dependencies = [
1350
+ "cfg-if",
1351
+ "cpufeatures",
1352
+ "digest",
1353
+ ]
1354
+
1355
+ [[package]]
1356
+ name = "shlex"
1357
+ version = "1.3.0"
1358
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1359
+ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
1360
+
1361
+ [[package]]
1362
+ name = "simd-adler32"
1363
+ version = "0.3.7"
1364
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1365
+ checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
1366
+
1367
+ [[package]]
1368
+ name = "smallvec"
1369
+ version = "1.15.1"
1370
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1371
+ checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
1372
+ dependencies = [
1373
+ "bincode",
1374
+ "serde",
1375
+ "unty",
1376
+ ]
1377
+
1378
+ [[package]]
1379
+ name = "smallvec"
1380
+ version = "2.0.0-alpha.10"
1381
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1382
+ checksum = "51d44cfb396c3caf6fbfd0ab422af02631b69ddd96d2eff0b0f0724f9024051b"
1383
+
1384
+ [[package]]
1385
+ name = "socks"
1386
+ version = "0.3.4"
1387
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1388
+ checksum = "f0c3dbbd9ae980613c6dd8e28a9407b50509d3803b57624d5dfe8315218cd58b"
1389
+ dependencies = [
1390
+ "byteorder",
1391
+ "libc",
1392
+ "winapi",
1393
+ ]
1394
+
1395
+ [[package]]
1396
+ name = "sprs"
1397
+ version = "0.11.4"
1398
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1399
+ checksum = "6dca58a33be2188d4edc71534f8bafa826e787cc28ca1c47f31be3423f0d6e55"
1400
+ dependencies = [
1401
+ "alga",
1402
+ "ndarray 0.17.1",
1403
+ "num-complex 0.4.6",
1404
+ "num-traits",
1405
+ "num_cpus",
1406
+ "rayon",
1407
+ "smallvec 1.15.1",
1408
+ ]
1409
+
1410
+ [[package]]
1411
+ name = "strsim"
1412
+ version = "0.11.1"
1413
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1414
+ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
1415
+
1416
+ [[package]]
1417
+ name = "subtle"
1418
+ version = "2.6.1"
1419
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1420
+ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
1421
+
1422
+ [[package]]
1423
+ name = "syn"
1424
+ version = "2.0.111"
1425
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1426
+ checksum = "390cc9a294ab71bdb1aa2e99d13be9c753cd2d7bd6560c77118597410c4d2e87"
1427
+ dependencies = [
1428
+ "proc-macro2",
1429
+ "quote",
1430
+ "unicode-ident",
1431
+ ]
1432
+
1433
+ [[package]]
1434
+ name = "tar"
1435
+ version = "0.4.44"
1436
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1437
+ checksum = "1d863878d212c87a19c1a610eb53bb01fe12951c0501cf5a0d65f724914a667a"
1438
+ dependencies = [
1439
+ "filetime",
1440
+ "libc",
1441
+ "xattr",
1442
+ ]
1443
+
1444
+ [[package]]
1445
+ name = "target-lexicon"
1446
+ version = "0.13.3"
1447
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1448
+ checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c"
1449
+
1450
+ [[package]]
1451
+ name = "tempfile"
1452
+ version = "3.23.0"
1453
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1454
+ checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
1455
+ dependencies = [
1456
+ "fastrand",
1457
+ "getrandom 0.3.4",
1458
+ "once_cell",
1459
+ "rustix",
1460
+ "windows-sys 0.61.2",
1461
+ ]
1462
+
1463
+ [[package]]
1464
+ name = "thiserror"
1465
+ version = "2.0.17"
1466
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1467
+ checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
1468
+ dependencies = [
1469
+ "thiserror-impl",
1470
+ ]
1471
+
1472
+ [[package]]
1473
+ name = "thiserror-impl"
1474
+ version = "2.0.17"
1475
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1476
+ checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
1477
+ dependencies = [
1478
+ "proc-macro2",
1479
+ "quote",
1480
+ "syn",
1481
+ ]
1482
+
1483
+ [[package]]
1484
+ name = "tiktoken-rs"
1485
+ version = "0.9.1"
1486
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1487
+ checksum = "3a19830747d9034cd9da43a60eaa8e552dfda7712424aebf187b7a60126bae0d"
1488
+ dependencies = [
1489
+ "anyhow",
1490
+ "base64",
1491
+ "bstr",
1492
+ "fancy-regex",
1493
+ "lazy_static",
1494
+ "regex",
1495
+ "rustc-hash 1.1.0",
1496
+ ]
1497
+
1498
+ [[package]]
1499
+ name = "tracing"
1500
+ version = "0.1.43"
1501
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1502
+ checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647"
1503
+ dependencies = [
1504
+ "log",
1505
+ "pin-project-lite",
1506
+ "tracing-attributes",
1507
+ "tracing-core",
1508
+ ]
1509
+
1510
+ [[package]]
1511
+ name = "tracing-attributes"
1512
+ version = "0.1.31"
1513
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1514
+ checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
1515
+ dependencies = [
1516
+ "proc-macro2",
1517
+ "quote",
1518
+ "syn",
1519
+ ]
1520
+
1521
+ [[package]]
1522
+ name = "tracing-core"
1523
+ version = "0.1.35"
1524
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1525
+ checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c"
1526
+ dependencies = [
1527
+ "once_cell",
1528
+ ]
1529
+
1530
+ [[package]]
1531
+ name = "typenum"
1532
+ version = "1.19.0"
1533
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1534
+ checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
1535
+
1536
+ [[package]]
1537
+ name = "unicode-ident"
1538
+ version = "1.0.22"
1539
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1540
+ checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
1541
+
1542
+ [[package]]
1543
+ name = "unicode-width"
1544
+ version = "0.2.2"
1545
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1546
+ checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
1547
+
1548
+ [[package]]
1549
+ name = "unindent"
1550
+ version = "0.2.4"
1551
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1552
+ checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
1553
+
1554
+ [[package]]
1555
+ name = "unit-prefix"
1556
+ version = "0.5.2"
1557
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1558
+ checksum = "81e544489bf3d8ef66c953931f56617f423cd4b5494be343d9b9d3dda037b9a3"
1559
+
1560
+ [[package]]
1561
+ name = "untrusted"
1562
+ version = "0.9.0"
1563
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1564
+ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
1565
+
1566
+ [[package]]
1567
+ name = "unty"
1568
+ version = "0.0.4"
1569
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1570
+ checksum = "6d49784317cd0d1ee7ec5c716dd598ec5b4483ea832a2dced265471cc0f690ae"
1571
+
1572
+ [[package]]
1573
+ name = "ureq"
1574
+ version = "3.1.4"
1575
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1576
+ checksum = "d39cb1dbab692d82a977c0392ffac19e188bd9186a9f32806f0aaa859d75585a"
1577
+ dependencies = [
1578
+ "base64",
1579
+ "der",
1580
+ "flate2",
1581
+ "log",
1582
+ "native-tls",
1583
+ "percent-encoding",
1584
+ "rustls",
1585
+ "rustls-pki-types",
1586
+ "socks",
1587
+ "ureq-proto",
1588
+ "utf-8",
1589
+ "webpki-root-certs",
1590
+ "webpki-roots",
1591
+ ]
1592
+
1593
+ [[package]]
1594
+ name = "ureq-proto"
1595
+ version = "0.5.3"
1596
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1597
+ checksum = "d81f9efa9df032be5934a46a068815a10a042b494b6a58cb0a1a97bb5467ed6f"
1598
+ dependencies = [
1599
+ "base64",
1600
+ "http",
1601
+ "httparse",
1602
+ "log",
1603
+ ]
1604
+
1605
+ [[package]]
1606
+ name = "utf-8"
1607
+ version = "0.7.6"
1608
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1609
+ checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
1610
+
1611
+ [[package]]
1612
+ name = "utf8parse"
1613
+ version = "0.2.2"
1614
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1615
+ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
1616
+
1617
+ [[package]]
1618
+ name = "vcpkg"
1619
+ version = "0.2.15"
1620
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1621
+ checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
1622
+
1623
+ [[package]]
1624
+ name = "version_check"
1625
+ version = "0.9.5"
1626
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1627
+ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
1628
+
1629
+ [[package]]
1630
+ name = "virtue"
1631
+ version = "0.0.18"
1632
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1633
+ checksum = "051eb1abcf10076295e815102942cc58f9d5e3b4560e46e53c21e8ff6f3af7b1"
1634
+
1635
+ [[package]]
1636
+ name = "wasi"
1637
+ version = "0.11.1+wasi-snapshot-preview1"
1638
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1639
+ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
1640
+
1641
+ [[package]]
1642
+ name = "wasip2"
1643
+ version = "1.0.1+wasi-0.2.4"
1644
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1645
+ checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
1646
+ dependencies = [
1647
+ "wit-bindgen",
1648
+ ]
1649
+
1650
+ [[package]]
1651
+ name = "wasm-bindgen"
1652
+ version = "0.2.106"
1653
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1654
+ checksum = "0d759f433fa64a2d763d1340820e46e111a7a5ab75f993d1852d70b03dbb80fd"
1655
+ dependencies = [
1656
+ "cfg-if",
1657
+ "once_cell",
1658
+ "rustversion",
1659
+ "wasm-bindgen-macro",
1660
+ "wasm-bindgen-shared",
1661
+ ]
1662
+
1663
+ [[package]]
1664
+ name = "wasm-bindgen-macro"
1665
+ version = "0.2.106"
1666
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1667
+ checksum = "48cb0d2638f8baedbc542ed444afc0644a29166f1595371af4fecf8ce1e7eeb3"
1668
+ dependencies = [
1669
+ "quote",
1670
+ "wasm-bindgen-macro-support",
1671
+ ]
1672
+
1673
+ [[package]]
1674
+ name = "wasm-bindgen-macro-support"
1675
+ version = "0.2.106"
1676
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1677
+ checksum = "cefb59d5cd5f92d9dcf80e4683949f15ca4b511f4ac0a6e14d4e1ac60c6ecd40"
1678
+ dependencies = [
1679
+ "bumpalo",
1680
+ "proc-macro2",
1681
+ "quote",
1682
+ "syn",
1683
+ "wasm-bindgen-shared",
1684
+ ]
1685
+
1686
+ [[package]]
1687
+ name = "wasm-bindgen-shared"
1688
+ version = "0.2.106"
1689
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1690
+ checksum = "cbc538057e648b67f72a982e708d485b2efa771e1ac05fec311f9f63e5800db4"
1691
+ dependencies = [
1692
+ "unicode-ident",
1693
+ ]
1694
+
1695
+ [[package]]
1696
+ name = "web-time"
1697
+ version = "1.1.0"
1698
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1699
+ checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
1700
+ dependencies = [
1701
+ "js-sys",
1702
+ "wasm-bindgen",
1703
+ ]
1704
+
1705
+ [[package]]
1706
+ name = "webpki-root-certs"
1707
+ version = "1.0.4"
1708
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1709
+ checksum = "ee3e3b5f5e80bc89f30ce8d0343bf4e5f12341c51f3e26cbeecbc7c85443e85b"
1710
+ dependencies = [
1711
+ "rustls-pki-types",
1712
+ ]
1713
+
1714
+ [[package]]
1715
+ name = "webpki-roots"
1716
+ version = "1.0.4"
1717
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1718
+ checksum = "b2878ef029c47c6e8cf779119f20fcf52bde7ad42a731b2a304bc221df17571e"
1719
+ dependencies = [
1720
+ "rustls-pki-types",
1721
+ ]
1722
+
1723
+ [[package]]
1724
+ name = "winapi"
1725
+ version = "0.3.9"
1726
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1727
+ checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1728
+ dependencies = [
1729
+ "winapi-i686-pc-windows-gnu",
1730
+ "winapi-x86_64-pc-windows-gnu",
1731
+ ]
1732
+
1733
+ [[package]]
1734
+ name = "winapi-i686-pc-windows-gnu"
1735
+ version = "0.4.0"
1736
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1737
+ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1738
+
1739
+ [[package]]
1740
+ name = "winapi-x86_64-pc-windows-gnu"
1741
+ version = "0.4.0"
1742
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1743
+ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1744
+
1745
+ [[package]]
1746
+ name = "windows-link"
1747
+ version = "0.2.1"
1748
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1749
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
1750
+
1751
+ [[package]]
1752
+ name = "windows-sys"
1753
+ version = "0.52.0"
1754
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1755
+ checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
1756
+ dependencies = [
1757
+ "windows-targets 0.52.6",
1758
+ ]
1759
+
1760
+ [[package]]
1761
+ name = "windows-sys"
1762
+ version = "0.60.2"
1763
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1764
+ checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
1765
+ dependencies = [
1766
+ "windows-targets 0.53.5",
1767
+ ]
1768
+
1769
+ [[package]]
1770
+ name = "windows-sys"
1771
+ version = "0.61.2"
1772
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1773
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
1774
+ dependencies = [
1775
+ "windows-link",
1776
+ ]
1777
+
1778
+ [[package]]
1779
+ name = "windows-targets"
1780
+ version = "0.52.6"
1781
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1782
+ checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
1783
+ dependencies = [
1784
+ "windows_aarch64_gnullvm 0.52.6",
1785
+ "windows_aarch64_msvc 0.52.6",
1786
+ "windows_i686_gnu 0.52.6",
1787
+ "windows_i686_gnullvm 0.52.6",
1788
+ "windows_i686_msvc 0.52.6",
1789
+ "windows_x86_64_gnu 0.52.6",
1790
+ "windows_x86_64_gnullvm 0.52.6",
1791
+ "windows_x86_64_msvc 0.52.6",
1792
+ ]
1793
+
1794
+ [[package]]
1795
+ name = "windows-targets"
1796
+ version = "0.53.5"
1797
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1798
+ checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
1799
+ dependencies = [
1800
+ "windows-link",
1801
+ "windows_aarch64_gnullvm 0.53.1",
1802
+ "windows_aarch64_msvc 0.53.1",
1803
+ "windows_i686_gnu 0.53.1",
1804
+ "windows_i686_gnullvm 0.53.1",
1805
+ "windows_i686_msvc 0.53.1",
1806
+ "windows_x86_64_gnu 0.53.1",
1807
+ "windows_x86_64_gnullvm 0.53.1",
1808
+ "windows_x86_64_msvc 0.53.1",
1809
+ ]
1810
+
1811
+ [[package]]
1812
+ name = "windows_aarch64_gnullvm"
1813
+ version = "0.52.6"
1814
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1815
+ checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
1816
+
1817
+ [[package]]
1818
+ name = "windows_aarch64_gnullvm"
1819
+ version = "0.53.1"
1820
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1821
+ checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
1822
+
1823
+ [[package]]
1824
+ name = "windows_aarch64_msvc"
1825
+ version = "0.52.6"
1826
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1827
+ checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
1828
+
1829
+ [[package]]
1830
+ name = "windows_aarch64_msvc"
1831
+ version = "0.53.1"
1832
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1833
+ checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
1834
+
1835
+ [[package]]
1836
+ name = "windows_i686_gnu"
1837
+ version = "0.52.6"
1838
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1839
+ checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
1840
+
1841
+ [[package]]
1842
+ name = "windows_i686_gnu"
1843
+ version = "0.53.1"
1844
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1845
+ checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
1846
+
1847
+ [[package]]
1848
+ name = "windows_i686_gnullvm"
1849
+ version = "0.52.6"
1850
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1851
+ checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
1852
+
1853
+ [[package]]
1854
+ name = "windows_i686_gnullvm"
1855
+ version = "0.53.1"
1856
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1857
+ checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
1858
+
1859
+ [[package]]
1860
+ name = "windows_i686_msvc"
1861
+ version = "0.52.6"
1862
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1863
+ checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
1864
+
1865
+ [[package]]
1866
+ name = "windows_i686_msvc"
1867
+ version = "0.53.1"
1868
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1869
+ checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
1870
+
1871
+ [[package]]
1872
+ name = "windows_x86_64_gnu"
1873
+ version = "0.52.6"
1874
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1875
+ checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
1876
+
1877
+ [[package]]
1878
+ name = "windows_x86_64_gnu"
1879
+ version = "0.53.1"
1880
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1881
+ checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
1882
+
1883
+ [[package]]
1884
+ name = "windows_x86_64_gnullvm"
1885
+ version = "0.52.6"
1886
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1887
+ checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
1888
+
1889
+ [[package]]
1890
+ name = "windows_x86_64_gnullvm"
1891
+ version = "0.53.1"
1892
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1893
+ checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
1894
+
1895
+ [[package]]
1896
+ name = "windows_x86_64_msvc"
1897
+ version = "0.52.6"
1898
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1899
+ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
1900
+
1901
+ [[package]]
1902
+ name = "windows_x86_64_msvc"
1903
+ version = "0.53.1"
1904
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1905
+ checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
1906
+
1907
+ [[package]]
1908
+ name = "wit-bindgen"
1909
+ version = "0.46.0"
1910
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1911
+ checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
1912
+
1913
+ [[package]]
1914
+ name = "xattr"
1915
+ version = "1.6.1"
1916
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1917
+ checksum = "32e45ad4206f6d2479085147f02bc2ef834ac85886624a23575ae137c8aa8156"
1918
+ dependencies = [
1919
+ "libc",
1920
+ "rustix",
1921
+ ]
1922
+
1923
+ [[package]]
1924
+ name = "zerocopy"
1925
+ version = "0.8.31"
1926
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1927
+ checksum = "fd74ec98b9250adb3ca554bdde269adf631549f51d8a8f8f0a10b50f1cb298c3"
1928
+ dependencies = [
1929
+ "zerocopy-derive",
1930
+ ]
1931
+
1932
+ [[package]]
1933
+ name = "zerocopy-derive"
1934
+ version = "0.8.31"
1935
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1936
+ checksum = "d8a8d209fdf45cf5138cbb5a506f6b52522a25afccc534d1475dad8e31105c6a"
1937
+ dependencies = [
1938
+ "proc-macro2",
1939
+ "quote",
1940
+ "syn",
1941
+ ]
1942
+
1943
+ [[package]]
1944
+ name = "zeroize"
1945
+ version = "1.8.2"
1946
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1947
+ checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"