@ebowwa/claudecodehistory 1.5.0 → 1.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,1955 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 4
4
+
5
+ [[package]]
6
+ name = "aho-corasick"
7
+ version = "1.1.4"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
10
+ dependencies = [
11
+ "memchr",
12
+ ]
13
+
14
+ [[package]]
15
+ name = "allocator-api2"
16
+ version = "0.2.21"
17
+ source = "registry+https://github.com/rust-lang/crates.io-index"
18
+ checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
19
+
20
+ [[package]]
21
+ name = "android_system_properties"
22
+ version = "0.1.5"
23
+ source = "registry+https://github.com/rust-lang/crates.io-index"
24
+ checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
25
+ dependencies = [
26
+ "libc",
27
+ ]
28
+
29
+ [[package]]
30
+ name = "anstream"
31
+ version = "0.6.21"
32
+ source = "registry+https://github.com/rust-lang/crates.io-index"
33
+ checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
34
+ dependencies = [
35
+ "anstyle",
36
+ "anstyle-parse",
37
+ "anstyle-query",
38
+ "anstyle-wincon",
39
+ "colorchoice",
40
+ "is_terminal_polyfill",
41
+ "utf8parse",
42
+ ]
43
+
44
+ [[package]]
45
+ name = "anstyle"
46
+ version = "1.0.13"
47
+ source = "registry+https://github.com/rust-lang/crates.io-index"
48
+ checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
49
+
50
+ [[package]]
51
+ name = "anstyle-parse"
52
+ version = "0.2.7"
53
+ source = "registry+https://github.com/rust-lang/crates.io-index"
54
+ checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
55
+ dependencies = [
56
+ "utf8parse",
57
+ ]
58
+
59
+ [[package]]
60
+ name = "anstyle-query"
61
+ version = "1.1.5"
62
+ source = "registry+https://github.com/rust-lang/crates.io-index"
63
+ checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
64
+ dependencies = [
65
+ "windows-sys 0.61.2",
66
+ ]
67
+
68
+ [[package]]
69
+ name = "anstyle-wincon"
70
+ version = "3.0.11"
71
+ source = "registry+https://github.com/rust-lang/crates.io-index"
72
+ checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
73
+ dependencies = [
74
+ "anstyle",
75
+ "once_cell_polyfill",
76
+ "windows-sys 0.61.2",
77
+ ]
78
+
79
+ [[package]]
80
+ name = "anyhow"
81
+ version = "1.0.102"
82
+ source = "registry+https://github.com/rust-lang/crates.io-index"
83
+ checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
84
+
85
+ [[package]]
86
+ name = "arc-swap"
87
+ version = "1.8.2"
88
+ source = "registry+https://github.com/rust-lang/crates.io-index"
89
+ checksum = "f9f3647c145568cec02c42054e07bdf9a5a698e15b466fb2341bfc393cd24aa5"
90
+ dependencies = [
91
+ "rustversion",
92
+ ]
93
+
94
+ [[package]]
95
+ name = "async-trait"
96
+ version = "0.1.89"
97
+ source = "registry+https://github.com/rust-lang/crates.io-index"
98
+ checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
99
+ dependencies = [
100
+ "proc-macro2",
101
+ "quote",
102
+ "syn",
103
+ ]
104
+
105
+ [[package]]
106
+ name = "autocfg"
107
+ version = "1.5.0"
108
+ source = "registry+https://github.com/rust-lang/crates.io-index"
109
+ checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
110
+
111
+ [[package]]
112
+ name = "base64"
113
+ version = "0.22.1"
114
+ source = "registry+https://github.com/rust-lang/crates.io-index"
115
+ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
116
+
117
+ [[package]]
118
+ name = "bitflags"
119
+ version = "2.11.0"
120
+ source = "registry+https://github.com/rust-lang/crates.io-index"
121
+ checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af"
122
+
123
+ [[package]]
124
+ name = "bitpacking"
125
+ version = "0.9.3"
126
+ source = "registry+https://github.com/rust-lang/crates.io-index"
127
+ checksum = "96a7139abd3d9cebf8cd6f920a389cf3dc9576172e32f4563f188cae3c3eb019"
128
+ dependencies = [
129
+ "crunchy",
130
+ ]
131
+
132
+ [[package]]
133
+ name = "bumpalo"
134
+ version = "3.20.2"
135
+ source = "registry+https://github.com/rust-lang/crates.io-index"
136
+ checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb"
137
+
138
+ [[package]]
139
+ name = "byteorder"
140
+ version = "1.5.0"
141
+ source = "registry+https://github.com/rust-lang/crates.io-index"
142
+ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
143
+
144
+ [[package]]
145
+ name = "bytes"
146
+ version = "1.11.1"
147
+ source = "registry+https://github.com/rust-lang/crates.io-index"
148
+ checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
149
+
150
+ [[package]]
151
+ name = "cc"
152
+ version = "1.2.56"
153
+ source = "registry+https://github.com/rust-lang/crates.io-index"
154
+ checksum = "aebf35691d1bfb0ac386a69bac2fde4dd276fb618cf8bf4f5318fe285e821bb2"
155
+ dependencies = [
156
+ "find-msvc-tools",
157
+ "jobserver",
158
+ "libc",
159
+ "shlex",
160
+ ]
161
+
162
+ [[package]]
163
+ name = "census"
164
+ version = "0.4.2"
165
+ source = "registry+https://github.com/rust-lang/crates.io-index"
166
+ checksum = "4f4c707c6a209cbe82d10abd08e1ea8995e9ea937d2550646e02798948992be0"
167
+
168
+ [[package]]
169
+ name = "cfg-if"
170
+ version = "1.0.4"
171
+ source = "registry+https://github.com/rust-lang/crates.io-index"
172
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
173
+
174
+ [[package]]
175
+ name = "chrono"
176
+ version = "0.4.44"
177
+ source = "registry+https://github.com/rust-lang/crates.io-index"
178
+ checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0"
179
+ dependencies = [
180
+ "iana-time-zone",
181
+ "js-sys",
182
+ "num-traits",
183
+ "serde",
184
+ "wasm-bindgen",
185
+ "windows-link",
186
+ ]
187
+
188
+ [[package]]
189
+ name = "clap"
190
+ version = "4.5.60"
191
+ source = "registry+https://github.com/rust-lang/crates.io-index"
192
+ checksum = "2797f34da339ce31042b27d23607e051786132987f595b02ba4f6a6dffb7030a"
193
+ dependencies = [
194
+ "clap_builder",
195
+ "clap_derive",
196
+ ]
197
+
198
+ [[package]]
199
+ name = "clap_builder"
200
+ version = "4.5.60"
201
+ source = "registry+https://github.com/rust-lang/crates.io-index"
202
+ checksum = "24a241312cea5059b13574bb9b3861cabf758b879c15190b37b6d6fd63ab6876"
203
+ dependencies = [
204
+ "anstream",
205
+ "anstyle",
206
+ "clap_lex",
207
+ "strsim",
208
+ ]
209
+
210
+ [[package]]
211
+ name = "clap_derive"
212
+ version = "4.5.55"
213
+ source = "registry+https://github.com/rust-lang/crates.io-index"
214
+ checksum = "a92793da1a46a5f2a02a6f4c46c6496b28c43638adea8306fcb0caa1634f24e5"
215
+ dependencies = [
216
+ "heck",
217
+ "proc-macro2",
218
+ "quote",
219
+ "syn",
220
+ ]
221
+
222
+ [[package]]
223
+ name = "clap_lex"
224
+ version = "1.0.0"
225
+ source = "registry+https://github.com/rust-lang/crates.io-index"
226
+ checksum = "3a822ea5bc7590f9d40f1ba12c0dc3c2760f3482c6984db1573ad11031420831"
227
+
228
+ [[package]]
229
+ name = "claudecodehistory-rs"
230
+ version = "1.6.0"
231
+ dependencies = [
232
+ "anyhow",
233
+ "chrono",
234
+ "clap",
235
+ "dirs",
236
+ "env_logger",
237
+ "libc",
238
+ "memmap2",
239
+ "napi-build",
240
+ "napi-derive",
241
+ "napi-sys",
242
+ "rayon",
243
+ "regex",
244
+ "serde",
245
+ "serde_json",
246
+ "tantivy",
247
+ "tempfile",
248
+ "thiserror",
249
+ "tokio",
250
+ "walkdir",
251
+ ]
252
+
253
+ [[package]]
254
+ name = "colorchoice"
255
+ version = "1.0.4"
256
+ source = "registry+https://github.com/rust-lang/crates.io-index"
257
+ checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
258
+
259
+ [[package]]
260
+ name = "convert_case"
261
+ version = "0.6.0"
262
+ source = "registry+https://github.com/rust-lang/crates.io-index"
263
+ checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
264
+ dependencies = [
265
+ "unicode-segmentation",
266
+ ]
267
+
268
+ [[package]]
269
+ name = "core-foundation-sys"
270
+ version = "0.8.7"
271
+ source = "registry+https://github.com/rust-lang/crates.io-index"
272
+ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
273
+
274
+ [[package]]
275
+ name = "crc32fast"
276
+ version = "1.5.0"
277
+ source = "registry+https://github.com/rust-lang/crates.io-index"
278
+ checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
279
+ dependencies = [
280
+ "cfg-if",
281
+ ]
282
+
283
+ [[package]]
284
+ name = "crossbeam-channel"
285
+ version = "0.5.15"
286
+ source = "registry+https://github.com/rust-lang/crates.io-index"
287
+ checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
288
+ dependencies = [
289
+ "crossbeam-utils",
290
+ ]
291
+
292
+ [[package]]
293
+ name = "crossbeam-deque"
294
+ version = "0.8.6"
295
+ source = "registry+https://github.com/rust-lang/crates.io-index"
296
+ checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
297
+ dependencies = [
298
+ "crossbeam-epoch",
299
+ "crossbeam-utils",
300
+ ]
301
+
302
+ [[package]]
303
+ name = "crossbeam-epoch"
304
+ version = "0.9.18"
305
+ source = "registry+https://github.com/rust-lang/crates.io-index"
306
+ checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
307
+ dependencies = [
308
+ "crossbeam-utils",
309
+ ]
310
+
311
+ [[package]]
312
+ name = "crossbeam-utils"
313
+ version = "0.8.21"
314
+ source = "registry+https://github.com/rust-lang/crates.io-index"
315
+ checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
316
+
317
+ [[package]]
318
+ name = "crunchy"
319
+ version = "0.2.4"
320
+ source = "registry+https://github.com/rust-lang/crates.io-index"
321
+ checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
322
+
323
+ [[package]]
324
+ name = "deranged"
325
+ version = "0.5.8"
326
+ source = "registry+https://github.com/rust-lang/crates.io-index"
327
+ checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c"
328
+ dependencies = [
329
+ "powerfmt",
330
+ "serde_core",
331
+ ]
332
+
333
+ [[package]]
334
+ name = "dirs"
335
+ version = "5.0.1"
336
+ source = "registry+https://github.com/rust-lang/crates.io-index"
337
+ checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
338
+ dependencies = [
339
+ "dirs-sys",
340
+ ]
341
+
342
+ [[package]]
343
+ name = "dirs-sys"
344
+ version = "0.4.1"
345
+ source = "registry+https://github.com/rust-lang/crates.io-index"
346
+ checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
347
+ dependencies = [
348
+ "libc",
349
+ "option-ext",
350
+ "redox_users",
351
+ "windows-sys 0.48.0",
352
+ ]
353
+
354
+ [[package]]
355
+ name = "downcast-rs"
356
+ version = "1.2.1"
357
+ source = "registry+https://github.com/rust-lang/crates.io-index"
358
+ checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
359
+
360
+ [[package]]
361
+ name = "either"
362
+ version = "1.15.0"
363
+ source = "registry+https://github.com/rust-lang/crates.io-index"
364
+ checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
365
+
366
+ [[package]]
367
+ name = "env_filter"
368
+ version = "1.0.0"
369
+ source = "registry+https://github.com/rust-lang/crates.io-index"
370
+ checksum = "7a1c3cc8e57274ec99de65301228b537f1e4eedc1b8e0f9411c6caac8ae7308f"
371
+ dependencies = [
372
+ "log",
373
+ "regex",
374
+ ]
375
+
376
+ [[package]]
377
+ name = "env_logger"
378
+ version = "0.11.9"
379
+ source = "registry+https://github.com/rust-lang/crates.io-index"
380
+ checksum = "b2daee4ea451f429a58296525ddf28b45a3b64f1acf6587e2067437bb11e218d"
381
+ dependencies = [
382
+ "anstream",
383
+ "anstyle",
384
+ "env_filter",
385
+ "jiff",
386
+ "log",
387
+ ]
388
+
389
+ [[package]]
390
+ name = "equivalent"
391
+ version = "1.0.2"
392
+ source = "registry+https://github.com/rust-lang/crates.io-index"
393
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
394
+
395
+ [[package]]
396
+ name = "errno"
397
+ version = "0.3.14"
398
+ source = "registry+https://github.com/rust-lang/crates.io-index"
399
+ checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
400
+ dependencies = [
401
+ "libc",
402
+ "windows-sys 0.61.2",
403
+ ]
404
+
405
+ [[package]]
406
+ name = "fastdivide"
407
+ version = "0.4.2"
408
+ source = "registry+https://github.com/rust-lang/crates.io-index"
409
+ checksum = "9afc2bd4d5a73106dd53d10d73d3401c2f32730ba2c0b93ddb888a8983680471"
410
+
411
+ [[package]]
412
+ name = "fastrand"
413
+ version = "2.3.0"
414
+ source = "registry+https://github.com/rust-lang/crates.io-index"
415
+ checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
416
+
417
+ [[package]]
418
+ name = "find-msvc-tools"
419
+ version = "0.1.9"
420
+ source = "registry+https://github.com/rust-lang/crates.io-index"
421
+ checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
422
+
423
+ [[package]]
424
+ name = "fnv"
425
+ version = "1.0.7"
426
+ source = "registry+https://github.com/rust-lang/crates.io-index"
427
+ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
428
+
429
+ [[package]]
430
+ name = "foldhash"
431
+ version = "0.1.5"
432
+ source = "registry+https://github.com/rust-lang/crates.io-index"
433
+ checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
434
+
435
+ [[package]]
436
+ name = "fs4"
437
+ version = "0.8.4"
438
+ source = "registry+https://github.com/rust-lang/crates.io-index"
439
+ checksum = "f7e180ac76c23b45e767bd7ae9579bc0bb458618c4bc71835926e098e61d15f8"
440
+ dependencies = [
441
+ "rustix 0.38.44",
442
+ "windows-sys 0.52.0",
443
+ ]
444
+
445
+ [[package]]
446
+ name = "getrandom"
447
+ version = "0.2.17"
448
+ source = "registry+https://github.com/rust-lang/crates.io-index"
449
+ checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
450
+ dependencies = [
451
+ "cfg-if",
452
+ "libc",
453
+ "wasi",
454
+ ]
455
+
456
+ [[package]]
457
+ name = "getrandom"
458
+ version = "0.3.4"
459
+ source = "registry+https://github.com/rust-lang/crates.io-index"
460
+ checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
461
+ dependencies = [
462
+ "cfg-if",
463
+ "libc",
464
+ "r-efi",
465
+ "wasip2",
466
+ ]
467
+
468
+ [[package]]
469
+ name = "getrandom"
470
+ version = "0.4.1"
471
+ source = "registry+https://github.com/rust-lang/crates.io-index"
472
+ checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec"
473
+ dependencies = [
474
+ "cfg-if",
475
+ "libc",
476
+ "r-efi",
477
+ "wasip2",
478
+ "wasip3",
479
+ ]
480
+
481
+ [[package]]
482
+ name = "hashbrown"
483
+ version = "0.15.5"
484
+ source = "registry+https://github.com/rust-lang/crates.io-index"
485
+ checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
486
+ dependencies = [
487
+ "allocator-api2",
488
+ "equivalent",
489
+ "foldhash",
490
+ ]
491
+
492
+ [[package]]
493
+ name = "hashbrown"
494
+ version = "0.16.1"
495
+ source = "registry+https://github.com/rust-lang/crates.io-index"
496
+ checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
497
+
498
+ [[package]]
499
+ name = "heck"
500
+ version = "0.5.0"
501
+ source = "registry+https://github.com/rust-lang/crates.io-index"
502
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
503
+
504
+ [[package]]
505
+ name = "hermit-abi"
506
+ version = "0.5.2"
507
+ source = "registry+https://github.com/rust-lang/crates.io-index"
508
+ checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
509
+
510
+ [[package]]
511
+ name = "htmlescape"
512
+ version = "0.3.1"
513
+ source = "registry+https://github.com/rust-lang/crates.io-index"
514
+ checksum = "e9025058dae765dee5070ec375f591e2ba14638c63feff74f13805a72e523163"
515
+
516
+ [[package]]
517
+ name = "iana-time-zone"
518
+ version = "0.1.65"
519
+ source = "registry+https://github.com/rust-lang/crates.io-index"
520
+ checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
521
+ dependencies = [
522
+ "android_system_properties",
523
+ "core-foundation-sys",
524
+ "iana-time-zone-haiku",
525
+ "js-sys",
526
+ "log",
527
+ "wasm-bindgen",
528
+ "windows-core",
529
+ ]
530
+
531
+ [[package]]
532
+ name = "iana-time-zone-haiku"
533
+ version = "0.1.2"
534
+ source = "registry+https://github.com/rust-lang/crates.io-index"
535
+ checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
536
+ dependencies = [
537
+ "cc",
538
+ ]
539
+
540
+ [[package]]
541
+ name = "id-arena"
542
+ version = "2.3.0"
543
+ source = "registry+https://github.com/rust-lang/crates.io-index"
544
+ checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954"
545
+
546
+ [[package]]
547
+ name = "indexmap"
548
+ version = "2.13.0"
549
+ source = "registry+https://github.com/rust-lang/crates.io-index"
550
+ checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017"
551
+ dependencies = [
552
+ "equivalent",
553
+ "hashbrown 0.16.1",
554
+ "serde",
555
+ "serde_core",
556
+ ]
557
+
558
+ [[package]]
559
+ name = "instant"
560
+ version = "0.1.13"
561
+ source = "registry+https://github.com/rust-lang/crates.io-index"
562
+ checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
563
+ dependencies = [
564
+ "cfg-if",
565
+ "js-sys",
566
+ "wasm-bindgen",
567
+ "web-sys",
568
+ ]
569
+
570
+ [[package]]
571
+ name = "is_terminal_polyfill"
572
+ version = "1.70.2"
573
+ source = "registry+https://github.com/rust-lang/crates.io-index"
574
+ checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
575
+
576
+ [[package]]
577
+ name = "itertools"
578
+ version = "0.12.1"
579
+ source = "registry+https://github.com/rust-lang/crates.io-index"
580
+ checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
581
+ dependencies = [
582
+ "either",
583
+ ]
584
+
585
+ [[package]]
586
+ name = "itoa"
587
+ version = "1.0.17"
588
+ source = "registry+https://github.com/rust-lang/crates.io-index"
589
+ checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2"
590
+
591
+ [[package]]
592
+ name = "jiff"
593
+ version = "0.2.21"
594
+ source = "registry+https://github.com/rust-lang/crates.io-index"
595
+ checksum = "b3e3d65f018c6ae946ab16e80944b97096ed73c35b221d1c478a6c81d8f57940"
596
+ dependencies = [
597
+ "jiff-static",
598
+ "log",
599
+ "portable-atomic",
600
+ "portable-atomic-util",
601
+ "serde_core",
602
+ ]
603
+
604
+ [[package]]
605
+ name = "jiff-static"
606
+ version = "0.2.21"
607
+ source = "registry+https://github.com/rust-lang/crates.io-index"
608
+ checksum = "a17c2b211d863c7fde02cbea8a3c1a439b98e109286554f2860bdded7ff83818"
609
+ dependencies = [
610
+ "proc-macro2",
611
+ "quote",
612
+ "syn",
613
+ ]
614
+
615
+ [[package]]
616
+ name = "jobserver"
617
+ version = "0.1.34"
618
+ source = "registry+https://github.com/rust-lang/crates.io-index"
619
+ checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
620
+ dependencies = [
621
+ "getrandom 0.3.4",
622
+ "libc",
623
+ ]
624
+
625
+ [[package]]
626
+ name = "js-sys"
627
+ version = "0.3.90"
628
+ source = "registry+https://github.com/rust-lang/crates.io-index"
629
+ checksum = "14dc6f6450b3f6d4ed5b16327f38fed626d375a886159ca555bd7822c0c3a5a6"
630
+ dependencies = [
631
+ "once_cell",
632
+ "wasm-bindgen",
633
+ ]
634
+
635
+ [[package]]
636
+ name = "leb128fmt"
637
+ version = "0.1.0"
638
+ source = "registry+https://github.com/rust-lang/crates.io-index"
639
+ checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
640
+
641
+ [[package]]
642
+ name = "levenshtein_automata"
643
+ version = "0.2.1"
644
+ source = "registry+https://github.com/rust-lang/crates.io-index"
645
+ checksum = "0c2cdeb66e45e9f36bfad5bbdb4d2384e70936afbee843c6f6543f0c551ebb25"
646
+
647
+ [[package]]
648
+ name = "libc"
649
+ version = "0.2.182"
650
+ source = "registry+https://github.com/rust-lang/crates.io-index"
651
+ checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
652
+
653
+ [[package]]
654
+ name = "libloading"
655
+ version = "0.8.9"
656
+ source = "registry+https://github.com/rust-lang/crates.io-index"
657
+ checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
658
+ dependencies = [
659
+ "cfg-if",
660
+ "windows-link",
661
+ ]
662
+
663
+ [[package]]
664
+ name = "libm"
665
+ version = "0.2.16"
666
+ source = "registry+https://github.com/rust-lang/crates.io-index"
667
+ checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"
668
+
669
+ [[package]]
670
+ name = "libredox"
671
+ version = "0.1.12"
672
+ source = "registry+https://github.com/rust-lang/crates.io-index"
673
+ checksum = "3d0b95e02c851351f877147b7deea7b1afb1df71b63aa5f8270716e0c5720616"
674
+ dependencies = [
675
+ "bitflags",
676
+ "libc",
677
+ ]
678
+
679
+ [[package]]
680
+ name = "linux-raw-sys"
681
+ version = "0.4.15"
682
+ source = "registry+https://github.com/rust-lang/crates.io-index"
683
+ checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
684
+
685
+ [[package]]
686
+ name = "linux-raw-sys"
687
+ version = "0.12.1"
688
+ source = "registry+https://github.com/rust-lang/crates.io-index"
689
+ checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
690
+
691
+ [[package]]
692
+ name = "log"
693
+ version = "0.4.29"
694
+ source = "registry+https://github.com/rust-lang/crates.io-index"
695
+ checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
696
+
697
+ [[package]]
698
+ name = "lru"
699
+ version = "0.12.5"
700
+ source = "registry+https://github.com/rust-lang/crates.io-index"
701
+ checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
702
+ dependencies = [
703
+ "hashbrown 0.15.5",
704
+ ]
705
+
706
+ [[package]]
707
+ name = "lz4_flex"
708
+ version = "0.11.6"
709
+ source = "registry+https://github.com/rust-lang/crates.io-index"
710
+ checksum = "373f5eceeeab7925e0c1098212f2fbc4d416adec9d35051a6ab251e824c1854a"
711
+
712
+ [[package]]
713
+ name = "measure_time"
714
+ version = "0.8.3"
715
+ source = "registry+https://github.com/rust-lang/crates.io-index"
716
+ checksum = "dbefd235b0aadd181626f281e1d684e116972988c14c264e42069d5e8a5775cc"
717
+ dependencies = [
718
+ "instant",
719
+ "log",
720
+ ]
721
+
722
+ [[package]]
723
+ name = "memchr"
724
+ version = "2.8.0"
725
+ source = "registry+https://github.com/rust-lang/crates.io-index"
726
+ checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
727
+
728
+ [[package]]
729
+ name = "memmap2"
730
+ version = "0.9.10"
731
+ source = "registry+https://github.com/rust-lang/crates.io-index"
732
+ checksum = "714098028fe011992e1c3962653c96b2d578c4b4bce9036e15ff220319b1e0e3"
733
+ dependencies = [
734
+ "libc",
735
+ ]
736
+
737
+ [[package]]
738
+ name = "minimal-lexical"
739
+ version = "0.2.1"
740
+ source = "registry+https://github.com/rust-lang/crates.io-index"
741
+ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
742
+
743
+ [[package]]
744
+ name = "murmurhash32"
745
+ version = "0.3.1"
746
+ source = "registry+https://github.com/rust-lang/crates.io-index"
747
+ checksum = "2195bf6aa996a481483b29d62a7663eed3fe39600c460e323f8ff41e90bdd89b"
748
+
749
+ [[package]]
750
+ name = "napi-build"
751
+ version = "2.3.1"
752
+ source = "registry+https://github.com/rust-lang/crates.io-index"
753
+ checksum = "d376940fd5b723c6893cd1ee3f33abbfd86acb1cd1ec079f3ab04a2a3bc4d3b1"
754
+
755
+ [[package]]
756
+ name = "napi-derive"
757
+ version = "2.16.13"
758
+ source = "registry+https://github.com/rust-lang/crates.io-index"
759
+ checksum = "7cbe2585d8ac223f7d34f13701434b9d5f4eb9c332cccce8dee57ea18ab8ab0c"
760
+ dependencies = [
761
+ "cfg-if",
762
+ "convert_case",
763
+ "napi-derive-backend",
764
+ "proc-macro2",
765
+ "quote",
766
+ "syn",
767
+ ]
768
+
769
+ [[package]]
770
+ name = "napi-derive-backend"
771
+ version = "1.0.75"
772
+ source = "registry+https://github.com/rust-lang/crates.io-index"
773
+ checksum = "1639aaa9eeb76e91c6ae66da8ce3e89e921cd3885e99ec85f4abacae72fc91bf"
774
+ dependencies = [
775
+ "convert_case",
776
+ "once_cell",
777
+ "proc-macro2",
778
+ "quote",
779
+ "regex",
780
+ "semver",
781
+ "syn",
782
+ ]
783
+
784
+ [[package]]
785
+ name = "napi-sys"
786
+ version = "2.4.0"
787
+ source = "registry+https://github.com/rust-lang/crates.io-index"
788
+ checksum = "427802e8ec3a734331fec1035594a210ce1ff4dc5bc1950530920ab717964ea3"
789
+ dependencies = [
790
+ "libloading",
791
+ ]
792
+
793
+ [[package]]
794
+ name = "nom"
795
+ version = "7.1.3"
796
+ source = "registry+https://github.com/rust-lang/crates.io-index"
797
+ checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
798
+ dependencies = [
799
+ "memchr",
800
+ "minimal-lexical",
801
+ ]
802
+
803
+ [[package]]
804
+ name = "num-conv"
805
+ version = "0.2.0"
806
+ source = "registry+https://github.com/rust-lang/crates.io-index"
807
+ checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
808
+
809
+ [[package]]
810
+ name = "num-traits"
811
+ version = "0.2.19"
812
+ source = "registry+https://github.com/rust-lang/crates.io-index"
813
+ checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
814
+ dependencies = [
815
+ "autocfg",
816
+ "libm",
817
+ ]
818
+
819
+ [[package]]
820
+ name = "num_cpus"
821
+ version = "1.17.0"
822
+ source = "registry+https://github.com/rust-lang/crates.io-index"
823
+ checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
824
+ dependencies = [
825
+ "hermit-abi",
826
+ "libc",
827
+ ]
828
+
829
+ [[package]]
830
+ name = "once_cell"
831
+ version = "1.21.3"
832
+ source = "registry+https://github.com/rust-lang/crates.io-index"
833
+ checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
834
+
835
+ [[package]]
836
+ name = "once_cell_polyfill"
837
+ version = "1.70.2"
838
+ source = "registry+https://github.com/rust-lang/crates.io-index"
839
+ checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
840
+
841
+ [[package]]
842
+ name = "oneshot"
843
+ version = "0.1.13"
844
+ source = "registry+https://github.com/rust-lang/crates.io-index"
845
+ checksum = "269bca4c2591a28585d6bf10d9ed0332b7d76900a1b02bec41bdc3a2cdcda107"
846
+
847
+ [[package]]
848
+ name = "option-ext"
849
+ version = "0.2.0"
850
+ source = "registry+https://github.com/rust-lang/crates.io-index"
851
+ checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
852
+
853
+ [[package]]
854
+ name = "ownedbytes"
855
+ version = "0.7.0"
856
+ source = "registry+https://github.com/rust-lang/crates.io-index"
857
+ checksum = "c3a059efb063b8f425b948e042e6b9bd85edfe60e913630ed727b23e2dfcc558"
858
+ dependencies = [
859
+ "stable_deref_trait",
860
+ ]
861
+
862
+ [[package]]
863
+ name = "pin-project-lite"
864
+ version = "0.2.16"
865
+ source = "registry+https://github.com/rust-lang/crates.io-index"
866
+ checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
867
+
868
+ [[package]]
869
+ name = "pkg-config"
870
+ version = "0.3.32"
871
+ source = "registry+https://github.com/rust-lang/crates.io-index"
872
+ checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
873
+
874
+ [[package]]
875
+ name = "portable-atomic"
876
+ version = "1.13.1"
877
+ source = "registry+https://github.com/rust-lang/crates.io-index"
878
+ checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
879
+
880
+ [[package]]
881
+ name = "portable-atomic-util"
882
+ version = "0.2.5"
883
+ source = "registry+https://github.com/rust-lang/crates.io-index"
884
+ checksum = "7a9db96d7fa8782dd8c15ce32ffe8680bbd1e978a43bf51a34d39483540495f5"
885
+ dependencies = [
886
+ "portable-atomic",
887
+ ]
888
+
889
+ [[package]]
890
+ name = "powerfmt"
891
+ version = "0.2.0"
892
+ source = "registry+https://github.com/rust-lang/crates.io-index"
893
+ checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
894
+
895
+ [[package]]
896
+ name = "ppv-lite86"
897
+ version = "0.2.21"
898
+ source = "registry+https://github.com/rust-lang/crates.io-index"
899
+ checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
900
+ dependencies = [
901
+ "zerocopy",
902
+ ]
903
+
904
+ [[package]]
905
+ name = "prettyplease"
906
+ version = "0.2.37"
907
+ source = "registry+https://github.com/rust-lang/crates.io-index"
908
+ checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
909
+ dependencies = [
910
+ "proc-macro2",
911
+ "syn",
912
+ ]
913
+
914
+ [[package]]
915
+ name = "proc-macro2"
916
+ version = "1.0.106"
917
+ source = "registry+https://github.com/rust-lang/crates.io-index"
918
+ checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
919
+ dependencies = [
920
+ "unicode-ident",
921
+ ]
922
+
923
+ [[package]]
924
+ name = "quote"
925
+ version = "1.0.44"
926
+ source = "registry+https://github.com/rust-lang/crates.io-index"
927
+ checksum = "21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4"
928
+ dependencies = [
929
+ "proc-macro2",
930
+ ]
931
+
932
+ [[package]]
933
+ name = "r-efi"
934
+ version = "5.3.0"
935
+ source = "registry+https://github.com/rust-lang/crates.io-index"
936
+ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
937
+
938
+ [[package]]
939
+ name = "rand"
940
+ version = "0.8.5"
941
+ source = "registry+https://github.com/rust-lang/crates.io-index"
942
+ checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
943
+ dependencies = [
944
+ "libc",
945
+ "rand_chacha",
946
+ "rand_core",
947
+ ]
948
+
949
+ [[package]]
950
+ name = "rand_chacha"
951
+ version = "0.3.1"
952
+ source = "registry+https://github.com/rust-lang/crates.io-index"
953
+ checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
954
+ dependencies = [
955
+ "ppv-lite86",
956
+ "rand_core",
957
+ ]
958
+
959
+ [[package]]
960
+ name = "rand_core"
961
+ version = "0.6.4"
962
+ source = "registry+https://github.com/rust-lang/crates.io-index"
963
+ checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
964
+ dependencies = [
965
+ "getrandom 0.2.17",
966
+ ]
967
+
968
+ [[package]]
969
+ name = "rand_distr"
970
+ version = "0.4.3"
971
+ source = "registry+https://github.com/rust-lang/crates.io-index"
972
+ checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"
973
+ dependencies = [
974
+ "num-traits",
975
+ "rand",
976
+ ]
977
+
978
+ [[package]]
979
+ name = "rayon"
980
+ version = "1.11.0"
981
+ source = "registry+https://github.com/rust-lang/crates.io-index"
982
+ checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
983
+ dependencies = [
984
+ "either",
985
+ "rayon-core",
986
+ ]
987
+
988
+ [[package]]
989
+ name = "rayon-core"
990
+ version = "1.13.0"
991
+ source = "registry+https://github.com/rust-lang/crates.io-index"
992
+ checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
993
+ dependencies = [
994
+ "crossbeam-deque",
995
+ "crossbeam-utils",
996
+ ]
997
+
998
+ [[package]]
999
+ name = "redox_users"
1000
+ version = "0.4.6"
1001
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1002
+ checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
1003
+ dependencies = [
1004
+ "getrandom 0.2.17",
1005
+ "libredox",
1006
+ "thiserror",
1007
+ ]
1008
+
1009
+ [[package]]
1010
+ name = "regex"
1011
+ version = "1.12.3"
1012
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1013
+ checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
1014
+ dependencies = [
1015
+ "aho-corasick",
1016
+ "memchr",
1017
+ "regex-automata",
1018
+ "regex-syntax",
1019
+ ]
1020
+
1021
+ [[package]]
1022
+ name = "regex-automata"
1023
+ version = "0.4.14"
1024
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1025
+ checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
1026
+ dependencies = [
1027
+ "aho-corasick",
1028
+ "memchr",
1029
+ "regex-syntax",
1030
+ ]
1031
+
1032
+ [[package]]
1033
+ name = "regex-syntax"
1034
+ version = "0.8.10"
1035
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1036
+ checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a"
1037
+
1038
+ [[package]]
1039
+ name = "rust-stemmers"
1040
+ version = "1.2.0"
1041
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1042
+ checksum = "e46a2036019fdb888131db7a4c847a1063a7493f971ed94ea82c67eada63ca54"
1043
+ dependencies = [
1044
+ "serde",
1045
+ "serde_derive",
1046
+ ]
1047
+
1048
+ [[package]]
1049
+ name = "rustc-hash"
1050
+ version = "1.1.0"
1051
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1052
+ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
1053
+
1054
+ [[package]]
1055
+ name = "rustix"
1056
+ version = "0.38.44"
1057
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1058
+ checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
1059
+ dependencies = [
1060
+ "bitflags",
1061
+ "errno",
1062
+ "libc",
1063
+ "linux-raw-sys 0.4.15",
1064
+ "windows-sys 0.59.0",
1065
+ ]
1066
+
1067
+ [[package]]
1068
+ name = "rustix"
1069
+ version = "1.1.4"
1070
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1071
+ checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
1072
+ dependencies = [
1073
+ "bitflags",
1074
+ "errno",
1075
+ "libc",
1076
+ "linux-raw-sys 0.12.1",
1077
+ "windows-sys 0.61.2",
1078
+ ]
1079
+
1080
+ [[package]]
1081
+ name = "rustversion"
1082
+ version = "1.0.22"
1083
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1084
+ checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
1085
+
1086
+ [[package]]
1087
+ name = "same-file"
1088
+ version = "1.0.6"
1089
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1090
+ checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
1091
+ dependencies = [
1092
+ "winapi-util",
1093
+ ]
1094
+
1095
+ [[package]]
1096
+ name = "semver"
1097
+ version = "1.0.27"
1098
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1099
+ checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
1100
+
1101
+ [[package]]
1102
+ name = "serde"
1103
+ version = "1.0.228"
1104
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1105
+ checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
1106
+ dependencies = [
1107
+ "serde_core",
1108
+ "serde_derive",
1109
+ ]
1110
+
1111
+ [[package]]
1112
+ name = "serde_core"
1113
+ version = "1.0.228"
1114
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1115
+ checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
1116
+ dependencies = [
1117
+ "serde_derive",
1118
+ ]
1119
+
1120
+ [[package]]
1121
+ name = "serde_derive"
1122
+ version = "1.0.228"
1123
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1124
+ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
1125
+ dependencies = [
1126
+ "proc-macro2",
1127
+ "quote",
1128
+ "syn",
1129
+ ]
1130
+
1131
+ [[package]]
1132
+ name = "serde_json"
1133
+ version = "1.0.149"
1134
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1135
+ checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
1136
+ dependencies = [
1137
+ "itoa",
1138
+ "memchr",
1139
+ "serde",
1140
+ "serde_core",
1141
+ "zmij",
1142
+ ]
1143
+
1144
+ [[package]]
1145
+ name = "shlex"
1146
+ version = "1.3.0"
1147
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1148
+ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
1149
+
1150
+ [[package]]
1151
+ name = "sketches-ddsketch"
1152
+ version = "0.2.2"
1153
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1154
+ checksum = "85636c14b73d81f541e525f585c0a2109e6744e1565b5c1668e31c70c10ed65c"
1155
+ dependencies = [
1156
+ "serde",
1157
+ ]
1158
+
1159
+ [[package]]
1160
+ name = "smallvec"
1161
+ version = "1.15.1"
1162
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1163
+ checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
1164
+
1165
+ [[package]]
1166
+ name = "stable_deref_trait"
1167
+ version = "1.2.1"
1168
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1169
+ checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
1170
+
1171
+ [[package]]
1172
+ name = "strsim"
1173
+ version = "0.11.1"
1174
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1175
+ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
1176
+
1177
+ [[package]]
1178
+ name = "syn"
1179
+ version = "2.0.117"
1180
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1181
+ checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
1182
+ dependencies = [
1183
+ "proc-macro2",
1184
+ "quote",
1185
+ "unicode-ident",
1186
+ ]
1187
+
1188
+ [[package]]
1189
+ name = "tantivy"
1190
+ version = "0.22.1"
1191
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1192
+ checksum = "96599ea6fccd844fc833fed21d2eecac2e6a7c1afd9e044057391d78b1feb141"
1193
+ dependencies = [
1194
+ "aho-corasick",
1195
+ "arc-swap",
1196
+ "base64",
1197
+ "bitpacking",
1198
+ "byteorder",
1199
+ "census",
1200
+ "crc32fast",
1201
+ "crossbeam-channel",
1202
+ "downcast-rs",
1203
+ "fastdivide",
1204
+ "fnv",
1205
+ "fs4",
1206
+ "htmlescape",
1207
+ "itertools",
1208
+ "levenshtein_automata",
1209
+ "log",
1210
+ "lru",
1211
+ "lz4_flex",
1212
+ "measure_time",
1213
+ "memmap2",
1214
+ "num_cpus",
1215
+ "once_cell",
1216
+ "oneshot",
1217
+ "rayon",
1218
+ "regex",
1219
+ "rust-stemmers",
1220
+ "rustc-hash",
1221
+ "serde",
1222
+ "serde_json",
1223
+ "sketches-ddsketch",
1224
+ "smallvec",
1225
+ "tantivy-bitpacker",
1226
+ "tantivy-columnar",
1227
+ "tantivy-common",
1228
+ "tantivy-fst",
1229
+ "tantivy-query-grammar",
1230
+ "tantivy-stacker",
1231
+ "tantivy-tokenizer-api",
1232
+ "tempfile",
1233
+ "thiserror",
1234
+ "time",
1235
+ "uuid",
1236
+ "winapi",
1237
+ ]
1238
+
1239
+ [[package]]
1240
+ name = "tantivy-bitpacker"
1241
+ version = "0.6.0"
1242
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1243
+ checksum = "284899c2325d6832203ac6ff5891b297fc5239c3dc754c5bc1977855b23c10df"
1244
+ dependencies = [
1245
+ "bitpacking",
1246
+ ]
1247
+
1248
+ [[package]]
1249
+ name = "tantivy-columnar"
1250
+ version = "0.3.0"
1251
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1252
+ checksum = "12722224ffbe346c7fec3275c699e508fd0d4710e629e933d5736ec524a1f44e"
1253
+ dependencies = [
1254
+ "downcast-rs",
1255
+ "fastdivide",
1256
+ "itertools",
1257
+ "serde",
1258
+ "tantivy-bitpacker",
1259
+ "tantivy-common",
1260
+ "tantivy-sstable",
1261
+ "tantivy-stacker",
1262
+ ]
1263
+
1264
+ [[package]]
1265
+ name = "tantivy-common"
1266
+ version = "0.7.0"
1267
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1268
+ checksum = "8019e3cabcfd20a1380b491e13ff42f57bb38bf97c3d5fa5c07e50816e0621f4"
1269
+ dependencies = [
1270
+ "async-trait",
1271
+ "byteorder",
1272
+ "ownedbytes",
1273
+ "serde",
1274
+ "time",
1275
+ ]
1276
+
1277
+ [[package]]
1278
+ name = "tantivy-fst"
1279
+ version = "0.5.0"
1280
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1281
+ checksum = "d60769b80ad7953d8a7b2c70cdfe722bbcdcac6bccc8ac934c40c034d866fc18"
1282
+ dependencies = [
1283
+ "byteorder",
1284
+ "regex-syntax",
1285
+ "utf8-ranges",
1286
+ ]
1287
+
1288
+ [[package]]
1289
+ name = "tantivy-query-grammar"
1290
+ version = "0.22.0"
1291
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1292
+ checksum = "847434d4af57b32e309f4ab1b4f1707a6c566656264caa427ff4285c4d9d0b82"
1293
+ dependencies = [
1294
+ "nom",
1295
+ ]
1296
+
1297
+ [[package]]
1298
+ name = "tantivy-sstable"
1299
+ version = "0.3.0"
1300
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1301
+ checksum = "c69578242e8e9fc989119f522ba5b49a38ac20f576fc778035b96cc94f41f98e"
1302
+ dependencies = [
1303
+ "tantivy-bitpacker",
1304
+ "tantivy-common",
1305
+ "tantivy-fst",
1306
+ "zstd",
1307
+ ]
1308
+
1309
+ [[package]]
1310
+ name = "tantivy-stacker"
1311
+ version = "0.3.0"
1312
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1313
+ checksum = "c56d6ff5591fc332739b3ce7035b57995a3ce29a93ffd6012660e0949c956ea8"
1314
+ dependencies = [
1315
+ "murmurhash32",
1316
+ "rand_distr",
1317
+ "tantivy-common",
1318
+ ]
1319
+
1320
+ [[package]]
1321
+ name = "tantivy-tokenizer-api"
1322
+ version = "0.3.0"
1323
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1324
+ checksum = "2a0dcade25819a89cfe6f17d932c9cedff11989936bf6dd4f336d50392053b04"
1325
+ dependencies = [
1326
+ "serde",
1327
+ ]
1328
+
1329
+ [[package]]
1330
+ name = "tempfile"
1331
+ version = "3.26.0"
1332
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1333
+ checksum = "82a72c767771b47409d2345987fda8628641887d5466101319899796367354a0"
1334
+ dependencies = [
1335
+ "fastrand",
1336
+ "getrandom 0.4.1",
1337
+ "once_cell",
1338
+ "rustix 1.1.4",
1339
+ "windows-sys 0.61.2",
1340
+ ]
1341
+
1342
+ [[package]]
1343
+ name = "thiserror"
1344
+ version = "1.0.69"
1345
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1346
+ checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
1347
+ dependencies = [
1348
+ "thiserror-impl",
1349
+ ]
1350
+
1351
+ [[package]]
1352
+ name = "thiserror-impl"
1353
+ version = "1.0.69"
1354
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1355
+ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
1356
+ dependencies = [
1357
+ "proc-macro2",
1358
+ "quote",
1359
+ "syn",
1360
+ ]
1361
+
1362
+ [[package]]
1363
+ name = "time"
1364
+ version = "0.3.47"
1365
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1366
+ checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
1367
+ dependencies = [
1368
+ "deranged",
1369
+ "itoa",
1370
+ "num-conv",
1371
+ "powerfmt",
1372
+ "serde_core",
1373
+ "time-core",
1374
+ "time-macros",
1375
+ ]
1376
+
1377
+ [[package]]
1378
+ name = "time-core"
1379
+ version = "0.1.8"
1380
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1381
+ checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
1382
+
1383
+ [[package]]
1384
+ name = "time-macros"
1385
+ version = "0.2.27"
1386
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1387
+ checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
1388
+ dependencies = [
1389
+ "num-conv",
1390
+ "time-core",
1391
+ ]
1392
+
1393
+ [[package]]
1394
+ name = "tokio"
1395
+ version = "1.49.0"
1396
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1397
+ checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86"
1398
+ dependencies = [
1399
+ "bytes",
1400
+ "pin-project-lite",
1401
+ ]
1402
+
1403
+ [[package]]
1404
+ name = "unicode-ident"
1405
+ version = "1.0.24"
1406
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1407
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
1408
+
1409
+ [[package]]
1410
+ name = "unicode-segmentation"
1411
+ version = "1.12.0"
1412
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1413
+ checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
1414
+
1415
+ [[package]]
1416
+ name = "unicode-xid"
1417
+ version = "0.2.6"
1418
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1419
+ checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
1420
+
1421
+ [[package]]
1422
+ name = "utf8-ranges"
1423
+ version = "1.0.5"
1424
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1425
+ checksum = "7fcfc827f90e53a02eaef5e535ee14266c1d569214c6aa70133a624d8a3164ba"
1426
+
1427
+ [[package]]
1428
+ name = "utf8parse"
1429
+ version = "0.2.2"
1430
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1431
+ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
1432
+
1433
+ [[package]]
1434
+ name = "uuid"
1435
+ version = "1.22.0"
1436
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1437
+ checksum = "a68d3c8f01c0cfa54a75291d83601161799e4a89a39e0929f4b0354d88757a37"
1438
+ dependencies = [
1439
+ "getrandom 0.4.1",
1440
+ "js-sys",
1441
+ "serde_core",
1442
+ "wasm-bindgen",
1443
+ ]
1444
+
1445
+ [[package]]
1446
+ name = "walkdir"
1447
+ version = "2.5.0"
1448
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1449
+ checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
1450
+ dependencies = [
1451
+ "same-file",
1452
+ "winapi-util",
1453
+ ]
1454
+
1455
+ [[package]]
1456
+ name = "wasi"
1457
+ version = "0.11.1+wasi-snapshot-preview1"
1458
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1459
+ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
1460
+
1461
+ [[package]]
1462
+ name = "wasip2"
1463
+ version = "1.0.2+wasi-0.2.9"
1464
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1465
+ checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5"
1466
+ dependencies = [
1467
+ "wit-bindgen",
1468
+ ]
1469
+
1470
+ [[package]]
1471
+ name = "wasip3"
1472
+ version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
1473
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1474
+ checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
1475
+ dependencies = [
1476
+ "wit-bindgen",
1477
+ ]
1478
+
1479
+ [[package]]
1480
+ name = "wasm-bindgen"
1481
+ version = "0.2.113"
1482
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1483
+ checksum = "60722a937f594b7fde9adb894d7c092fc1bb6612897c46368d18e7a20208eff2"
1484
+ dependencies = [
1485
+ "cfg-if",
1486
+ "once_cell",
1487
+ "rustversion",
1488
+ "wasm-bindgen-macro",
1489
+ "wasm-bindgen-shared",
1490
+ ]
1491
+
1492
+ [[package]]
1493
+ name = "wasm-bindgen-macro"
1494
+ version = "0.2.113"
1495
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1496
+ checksum = "0fac8c6395094b6b91c4af293f4c79371c163f9a6f56184d2c9a85f5a95f3950"
1497
+ dependencies = [
1498
+ "quote",
1499
+ "wasm-bindgen-macro-support",
1500
+ ]
1501
+
1502
+ [[package]]
1503
+ name = "wasm-bindgen-macro-support"
1504
+ version = "0.2.113"
1505
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1506
+ checksum = "ab3fabce6159dc20728033842636887e4877688ae94382766e00b180abac9d60"
1507
+ dependencies = [
1508
+ "bumpalo",
1509
+ "proc-macro2",
1510
+ "quote",
1511
+ "syn",
1512
+ "wasm-bindgen-shared",
1513
+ ]
1514
+
1515
+ [[package]]
1516
+ name = "wasm-bindgen-shared"
1517
+ version = "0.2.113"
1518
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1519
+ checksum = "de0e091bdb824da87dc01d967388880d017a0a9bc4f3bdc0d86ee9f9336e3bb5"
1520
+ dependencies = [
1521
+ "unicode-ident",
1522
+ ]
1523
+
1524
+ [[package]]
1525
+ name = "wasm-encoder"
1526
+ version = "0.244.0"
1527
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1528
+ checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
1529
+ dependencies = [
1530
+ "leb128fmt",
1531
+ "wasmparser",
1532
+ ]
1533
+
1534
+ [[package]]
1535
+ name = "wasm-metadata"
1536
+ version = "0.244.0"
1537
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1538
+ checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
1539
+ dependencies = [
1540
+ "anyhow",
1541
+ "indexmap",
1542
+ "wasm-encoder",
1543
+ "wasmparser",
1544
+ ]
1545
+
1546
+ [[package]]
1547
+ name = "wasmparser"
1548
+ version = "0.244.0"
1549
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1550
+ checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
1551
+ dependencies = [
1552
+ "bitflags",
1553
+ "hashbrown 0.15.5",
1554
+ "indexmap",
1555
+ "semver",
1556
+ ]
1557
+
1558
+ [[package]]
1559
+ name = "web-sys"
1560
+ version = "0.3.90"
1561
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1562
+ checksum = "705eceb4ce901230f8625bd1d665128056ccbe4b7408faa625eec1ba80f59a97"
1563
+ dependencies = [
1564
+ "js-sys",
1565
+ "wasm-bindgen",
1566
+ ]
1567
+
1568
+ [[package]]
1569
+ name = "winapi"
1570
+ version = "0.3.9"
1571
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1572
+ checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1573
+ dependencies = [
1574
+ "winapi-i686-pc-windows-gnu",
1575
+ "winapi-x86_64-pc-windows-gnu",
1576
+ ]
1577
+
1578
+ [[package]]
1579
+ name = "winapi-i686-pc-windows-gnu"
1580
+ version = "0.4.0"
1581
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1582
+ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1583
+
1584
+ [[package]]
1585
+ name = "winapi-util"
1586
+ version = "0.1.11"
1587
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1588
+ checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
1589
+ dependencies = [
1590
+ "windows-sys 0.61.2",
1591
+ ]
1592
+
1593
+ [[package]]
1594
+ name = "winapi-x86_64-pc-windows-gnu"
1595
+ version = "0.4.0"
1596
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1597
+ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1598
+
1599
+ [[package]]
1600
+ name = "windows-core"
1601
+ version = "0.62.2"
1602
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1603
+ checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
1604
+ dependencies = [
1605
+ "windows-implement",
1606
+ "windows-interface",
1607
+ "windows-link",
1608
+ "windows-result",
1609
+ "windows-strings",
1610
+ ]
1611
+
1612
+ [[package]]
1613
+ name = "windows-implement"
1614
+ version = "0.60.2"
1615
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1616
+ checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
1617
+ dependencies = [
1618
+ "proc-macro2",
1619
+ "quote",
1620
+ "syn",
1621
+ ]
1622
+
1623
+ [[package]]
1624
+ name = "windows-interface"
1625
+ version = "0.59.3"
1626
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1627
+ checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
1628
+ dependencies = [
1629
+ "proc-macro2",
1630
+ "quote",
1631
+ "syn",
1632
+ ]
1633
+
1634
+ [[package]]
1635
+ name = "windows-link"
1636
+ version = "0.2.1"
1637
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1638
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
1639
+
1640
+ [[package]]
1641
+ name = "windows-result"
1642
+ version = "0.4.1"
1643
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1644
+ checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
1645
+ dependencies = [
1646
+ "windows-link",
1647
+ ]
1648
+
1649
+ [[package]]
1650
+ name = "windows-strings"
1651
+ version = "0.5.1"
1652
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1653
+ checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
1654
+ dependencies = [
1655
+ "windows-link",
1656
+ ]
1657
+
1658
+ [[package]]
1659
+ name = "windows-sys"
1660
+ version = "0.48.0"
1661
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1662
+ checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
1663
+ dependencies = [
1664
+ "windows-targets 0.48.5",
1665
+ ]
1666
+
1667
+ [[package]]
1668
+ name = "windows-sys"
1669
+ version = "0.52.0"
1670
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1671
+ checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
1672
+ dependencies = [
1673
+ "windows-targets 0.52.6",
1674
+ ]
1675
+
1676
+ [[package]]
1677
+ name = "windows-sys"
1678
+ version = "0.59.0"
1679
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1680
+ checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
1681
+ dependencies = [
1682
+ "windows-targets 0.52.6",
1683
+ ]
1684
+
1685
+ [[package]]
1686
+ name = "windows-sys"
1687
+ version = "0.61.2"
1688
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1689
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
1690
+ dependencies = [
1691
+ "windows-link",
1692
+ ]
1693
+
1694
+ [[package]]
1695
+ name = "windows-targets"
1696
+ version = "0.48.5"
1697
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1698
+ checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
1699
+ dependencies = [
1700
+ "windows_aarch64_gnullvm 0.48.5",
1701
+ "windows_aarch64_msvc 0.48.5",
1702
+ "windows_i686_gnu 0.48.5",
1703
+ "windows_i686_msvc 0.48.5",
1704
+ "windows_x86_64_gnu 0.48.5",
1705
+ "windows_x86_64_gnullvm 0.48.5",
1706
+ "windows_x86_64_msvc 0.48.5",
1707
+ ]
1708
+
1709
+ [[package]]
1710
+ name = "windows-targets"
1711
+ version = "0.52.6"
1712
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1713
+ checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
1714
+ dependencies = [
1715
+ "windows_aarch64_gnullvm 0.52.6",
1716
+ "windows_aarch64_msvc 0.52.6",
1717
+ "windows_i686_gnu 0.52.6",
1718
+ "windows_i686_gnullvm",
1719
+ "windows_i686_msvc 0.52.6",
1720
+ "windows_x86_64_gnu 0.52.6",
1721
+ "windows_x86_64_gnullvm 0.52.6",
1722
+ "windows_x86_64_msvc 0.52.6",
1723
+ ]
1724
+
1725
+ [[package]]
1726
+ name = "windows_aarch64_gnullvm"
1727
+ version = "0.48.5"
1728
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1729
+ checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
1730
+
1731
+ [[package]]
1732
+ name = "windows_aarch64_gnullvm"
1733
+ version = "0.52.6"
1734
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1735
+ checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
1736
+
1737
+ [[package]]
1738
+ name = "windows_aarch64_msvc"
1739
+ version = "0.48.5"
1740
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1741
+ checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
1742
+
1743
+ [[package]]
1744
+ name = "windows_aarch64_msvc"
1745
+ version = "0.52.6"
1746
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1747
+ checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
1748
+
1749
+ [[package]]
1750
+ name = "windows_i686_gnu"
1751
+ version = "0.48.5"
1752
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1753
+ checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
1754
+
1755
+ [[package]]
1756
+ name = "windows_i686_gnu"
1757
+ version = "0.52.6"
1758
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1759
+ checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
1760
+
1761
+ [[package]]
1762
+ name = "windows_i686_gnullvm"
1763
+ version = "0.52.6"
1764
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1765
+ checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
1766
+
1767
+ [[package]]
1768
+ name = "windows_i686_msvc"
1769
+ version = "0.48.5"
1770
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1771
+ checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
1772
+
1773
+ [[package]]
1774
+ name = "windows_i686_msvc"
1775
+ version = "0.52.6"
1776
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1777
+ checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
1778
+
1779
+ [[package]]
1780
+ name = "windows_x86_64_gnu"
1781
+ version = "0.48.5"
1782
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1783
+ checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
1784
+
1785
+ [[package]]
1786
+ name = "windows_x86_64_gnu"
1787
+ version = "0.52.6"
1788
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1789
+ checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
1790
+
1791
+ [[package]]
1792
+ name = "windows_x86_64_gnullvm"
1793
+ version = "0.48.5"
1794
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1795
+ checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
1796
+
1797
+ [[package]]
1798
+ name = "windows_x86_64_gnullvm"
1799
+ version = "0.52.6"
1800
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1801
+ checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
1802
+
1803
+ [[package]]
1804
+ name = "windows_x86_64_msvc"
1805
+ version = "0.48.5"
1806
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1807
+ checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
1808
+
1809
+ [[package]]
1810
+ name = "windows_x86_64_msvc"
1811
+ version = "0.52.6"
1812
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1813
+ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
1814
+
1815
+ [[package]]
1816
+ name = "wit-bindgen"
1817
+ version = "0.51.0"
1818
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1819
+ checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
1820
+ dependencies = [
1821
+ "wit-bindgen-rust-macro",
1822
+ ]
1823
+
1824
+ [[package]]
1825
+ name = "wit-bindgen-core"
1826
+ version = "0.51.0"
1827
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1828
+ checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
1829
+ dependencies = [
1830
+ "anyhow",
1831
+ "heck",
1832
+ "wit-parser",
1833
+ ]
1834
+
1835
+ [[package]]
1836
+ name = "wit-bindgen-rust"
1837
+ version = "0.51.0"
1838
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1839
+ checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
1840
+ dependencies = [
1841
+ "anyhow",
1842
+ "heck",
1843
+ "indexmap",
1844
+ "prettyplease",
1845
+ "syn",
1846
+ "wasm-metadata",
1847
+ "wit-bindgen-core",
1848
+ "wit-component",
1849
+ ]
1850
+
1851
+ [[package]]
1852
+ name = "wit-bindgen-rust-macro"
1853
+ version = "0.51.0"
1854
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1855
+ checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
1856
+ dependencies = [
1857
+ "anyhow",
1858
+ "prettyplease",
1859
+ "proc-macro2",
1860
+ "quote",
1861
+ "syn",
1862
+ "wit-bindgen-core",
1863
+ "wit-bindgen-rust",
1864
+ ]
1865
+
1866
+ [[package]]
1867
+ name = "wit-component"
1868
+ version = "0.244.0"
1869
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1870
+ checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
1871
+ dependencies = [
1872
+ "anyhow",
1873
+ "bitflags",
1874
+ "indexmap",
1875
+ "log",
1876
+ "serde",
1877
+ "serde_derive",
1878
+ "serde_json",
1879
+ "wasm-encoder",
1880
+ "wasm-metadata",
1881
+ "wasmparser",
1882
+ "wit-parser",
1883
+ ]
1884
+
1885
+ [[package]]
1886
+ name = "wit-parser"
1887
+ version = "0.244.0"
1888
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1889
+ checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
1890
+ dependencies = [
1891
+ "anyhow",
1892
+ "id-arena",
1893
+ "indexmap",
1894
+ "log",
1895
+ "semver",
1896
+ "serde",
1897
+ "serde_derive",
1898
+ "serde_json",
1899
+ "unicode-xid",
1900
+ "wasmparser",
1901
+ ]
1902
+
1903
+ [[package]]
1904
+ name = "zerocopy"
1905
+ version = "0.8.42"
1906
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1907
+ checksum = "f2578b716f8a7a858b7f02d5bd870c14bf4ddbbcf3a4c05414ba6503640505e3"
1908
+ dependencies = [
1909
+ "zerocopy-derive",
1910
+ ]
1911
+
1912
+ [[package]]
1913
+ name = "zerocopy-derive"
1914
+ version = "0.8.42"
1915
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1916
+ checksum = "7e6cc098ea4d3bd6246687de65af3f920c430e236bee1e3bf2e441463f08a02f"
1917
+ dependencies = [
1918
+ "proc-macro2",
1919
+ "quote",
1920
+ "syn",
1921
+ ]
1922
+
1923
+ [[package]]
1924
+ name = "zmij"
1925
+ version = "1.0.21"
1926
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1927
+ checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
1928
+
1929
+ [[package]]
1930
+ name = "zstd"
1931
+ version = "0.13.3"
1932
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1933
+ checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a"
1934
+ dependencies = [
1935
+ "zstd-safe",
1936
+ ]
1937
+
1938
+ [[package]]
1939
+ name = "zstd-safe"
1940
+ version = "7.2.4"
1941
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1942
+ checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d"
1943
+ dependencies = [
1944
+ "zstd-sys",
1945
+ ]
1946
+
1947
+ [[package]]
1948
+ name = "zstd-sys"
1949
+ version = "2.0.16+zstd.1.5.7"
1950
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1951
+ checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
1952
+ dependencies = [
1953
+ "cc",
1954
+ "pkg-config",
1955
+ ]