turso 0.1.0 → 0.1.2

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,2990 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 4
4
+
5
+ [[package]]
6
+ name = "aead"
7
+ version = "0.5.2"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0"
10
+ dependencies = [
11
+ "crypto-common",
12
+ "generic-array",
13
+ ]
14
+
15
+ [[package]]
16
+ name = "aegis"
17
+ version = "0.9.15"
18
+ source = "registry+https://github.com/rust-lang/crates.io-index"
19
+ checksum = "58541132f980da31e9aa99f7bdee69bc84bf1e168b9b91ef2dbe8abb7b4ce5dd"
20
+ dependencies = [
21
+ "cc",
22
+ "softaes",
23
+ ]
24
+
25
+ [[package]]
26
+ name = "aes"
27
+ version = "0.8.4"
28
+ source = "registry+https://github.com/rust-lang/crates.io-index"
29
+ checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
30
+ dependencies = [
31
+ "cfg-if",
32
+ "cipher",
33
+ "cpufeatures",
34
+ ]
35
+
36
+ [[package]]
37
+ name = "aes-gcm"
38
+ version = "0.10.3"
39
+ source = "registry+https://github.com/rust-lang/crates.io-index"
40
+ checksum = "831010a0f742e1209b3bcea8fab6a8e149051ba6099432c8cb2cc117dec3ead1"
41
+ dependencies = [
42
+ "aead",
43
+ "aes",
44
+ "cipher",
45
+ "ctr",
46
+ "ghash",
47
+ "subtle",
48
+ ]
49
+
50
+ [[package]]
51
+ name = "aho-corasick"
52
+ version = "1.1.4"
53
+ source = "registry+https://github.com/rust-lang/crates.io-index"
54
+ checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
55
+ dependencies = [
56
+ "memchr",
57
+ ]
58
+
59
+ [[package]]
60
+ name = "allocator-api2"
61
+ version = "0.2.21"
62
+ source = "registry+https://github.com/rust-lang/crates.io-index"
63
+ checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
64
+
65
+ [[package]]
66
+ name = "allocator-api2"
67
+ version = "0.4.0"
68
+ source = "registry+https://github.com/rust-lang/crates.io-index"
69
+ checksum = "c880a97d28a3681c0267bd29cff89621202715b065127cd445fa0f0fe0aa2880"
70
+
71
+ [[package]]
72
+ name = "android_system_properties"
73
+ version = "0.1.5"
74
+ source = "registry+https://github.com/rust-lang/crates.io-index"
75
+ checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
76
+ dependencies = [
77
+ "libc",
78
+ ]
79
+
80
+ [[package]]
81
+ name = "antithesis_sdk"
82
+ version = "0.2.9"
83
+ source = "registry+https://github.com/rust-lang/crates.io-index"
84
+ checksum = "08410fcac93669a476c006cd6c4512ac1e2b30fd117231a5d55d8a2c76599b82"
85
+ dependencies = [
86
+ "libc",
87
+ "libloading",
88
+ "linkme",
89
+ "once_cell",
90
+ "rand 0.8.7",
91
+ "rustc_version_runtime",
92
+ "serde",
93
+ "serde_json",
94
+ ]
95
+
96
+ [[package]]
97
+ name = "arc-swap"
98
+ version = "1.9.2"
99
+ source = "registry+https://github.com/rust-lang/crates.io-index"
100
+ checksum = "c049c0be4daef0b145cb3555416b3b8ef5b7888a38aea1a3a155801fe7b0810b"
101
+ dependencies = [
102
+ "rustversion",
103
+ ]
104
+
105
+ [[package]]
106
+ name = "aristo"
107
+ version = "0.4.1"
108
+ source = "registry+https://github.com/rust-lang/crates.io-index"
109
+ checksum = "fcdeefa800110050103e2459a2f8dbdbd560ad046e30f1f87e24ce19c2cb8bde"
110
+ dependencies = [
111
+ "aristo-macros",
112
+ ]
113
+
114
+ [[package]]
115
+ name = "aristo-macros"
116
+ version = "0.4.1"
117
+ source = "registry+https://github.com/rust-lang/crates.io-index"
118
+ checksum = "d64a66d21a80182b35b1741997a6d2456911f54b7eb1918aa4e2382fc205268d"
119
+ dependencies = [
120
+ "proc-macro2",
121
+ "quote",
122
+ "syn 2.0.119",
123
+ ]
124
+
125
+ [[package]]
126
+ name = "assoc"
127
+ version = "0.1.3"
128
+ source = "registry+https://github.com/rust-lang/crates.io-index"
129
+ checksum = "bfdc70193dadb9d7287fa4b633f15f90c876915b31f6af17da307fc59c9859a8"
130
+
131
+ [[package]]
132
+ name = "async-trait"
133
+ version = "0.1.91"
134
+ source = "registry+https://github.com/rust-lang/crates.io-index"
135
+ checksum = "ae36dc4177970ef04fde5178d3e2429882def40e57a451f919c098f72baa6cec"
136
+ dependencies = [
137
+ "proc-macro2",
138
+ "quote",
139
+ "syn 3.0.1",
140
+ ]
141
+
142
+ [[package]]
143
+ name = "autocfg"
144
+ version = "1.5.1"
145
+ source = "registry+https://github.com/rust-lang/crates.io-index"
146
+ checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
147
+
148
+ [[package]]
149
+ name = "base64"
150
+ version = "0.22.1"
151
+ source = "registry+https://github.com/rust-lang/crates.io-index"
152
+ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
153
+
154
+ [[package]]
155
+ name = "bigdecimal"
156
+ version = "0.4.10"
157
+ source = "registry+https://github.com/rust-lang/crates.io-index"
158
+ checksum = "4d6867f1565b3aad85681f1015055b087fcfd840d6aeee6eee7f2da317603695"
159
+ dependencies = [
160
+ "autocfg",
161
+ "libm",
162
+ "num-bigint",
163
+ "num-integer",
164
+ "num-traits",
165
+ ]
166
+
167
+ [[package]]
168
+ name = "bindgen"
169
+ version = "0.69.5"
170
+ source = "registry+https://github.com/rust-lang/crates.io-index"
171
+ checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
172
+ dependencies = [
173
+ "bitflags",
174
+ "cexpr",
175
+ "clang-sys",
176
+ "itertools 0.12.1",
177
+ "lazy_static",
178
+ "lazycell",
179
+ "log",
180
+ "prettyplease",
181
+ "proc-macro2",
182
+ "quote",
183
+ "regex",
184
+ "rustc-hash 1.1.0",
185
+ "shlex 1.3.0",
186
+ "syn 2.0.119",
187
+ "which",
188
+ ]
189
+
190
+ [[package]]
191
+ name = "bindgen"
192
+ version = "0.72.1"
193
+ source = "registry+https://github.com/rust-lang/crates.io-index"
194
+ checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
195
+ dependencies = [
196
+ "bitflags",
197
+ "cexpr",
198
+ "clang-sys",
199
+ "itertools 0.13.0",
200
+ "proc-macro2",
201
+ "quote",
202
+ "regex",
203
+ "rustc-hash 2.1.3",
204
+ "shlex 1.3.0",
205
+ "syn 2.0.119",
206
+ ]
207
+
208
+ [[package]]
209
+ name = "bitflags"
210
+ version = "2.13.1"
211
+ source = "registry+https://github.com/rust-lang/crates.io-index"
212
+ checksum = "b588b76d00fde79687d7646a9b5bdf3cc0f655e0bbd080335a95d7e96f3587da"
213
+
214
+ [[package]]
215
+ name = "bitpacking"
216
+ version = "0.9.3"
217
+ source = "registry+https://github.com/rust-lang/crates.io-index"
218
+ checksum = "96a7139abd3d9cebf8cd6f920a389cf3dc9576172e32f4563f188cae3c3eb019"
219
+ dependencies = [
220
+ "crunchy",
221
+ ]
222
+
223
+ [[package]]
224
+ name = "bitvec"
225
+ version = "1.1.1"
226
+ source = "registry+https://github.com/rust-lang/crates.io-index"
227
+ checksum = "ddcec3d12c579d40898fe0a9a358a803c23e9c52ca3c425707f81c9436211837"
228
+ dependencies = [
229
+ "funty",
230
+ "radium",
231
+ "tap",
232
+ "wyz",
233
+ ]
234
+
235
+ [[package]]
236
+ name = "bon"
237
+ version = "3.9.3"
238
+ source = "registry+https://github.com/rust-lang/crates.io-index"
239
+ checksum = "a602c73c7b0148ec6d12af6fd5cc7a46e2eacc8878271a999abac56eed12f561"
240
+ dependencies = [
241
+ "bon-macros",
242
+ "rustversion",
243
+ ]
244
+
245
+ [[package]]
246
+ name = "bon-macros"
247
+ version = "3.9.3"
248
+ source = "registry+https://github.com/rust-lang/crates.io-index"
249
+ checksum = "6dee98b0db6a962de883bf5d20362dee4d7ca0d12fe39a7c6c73c844e1cd7c1f"
250
+ dependencies = [
251
+ "darling",
252
+ "ident_case",
253
+ "prettyplease",
254
+ "proc-macro2",
255
+ "quote",
256
+ "rustversion",
257
+ "syn 2.0.119",
258
+ ]
259
+
260
+ [[package]]
261
+ name = "branches"
262
+ version = "0.4.4"
263
+ source = "registry+https://github.com/rust-lang/crates.io-index"
264
+ checksum = "e426eb5cc1900033930ec955317b302e68f19f326cc7bb0c8a86865a826cdf0c"
265
+ dependencies = [
266
+ "rustc_version",
267
+ ]
268
+
269
+ [[package]]
270
+ name = "bumpalo"
271
+ version = "3.20.3"
272
+ source = "registry+https://github.com/rust-lang/crates.io-index"
273
+ checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649"
274
+
275
+ [[package]]
276
+ name = "bytemuck"
277
+ version = "1.25.1"
278
+ source = "registry+https://github.com/rust-lang/crates.io-index"
279
+ checksum = "d6aedf8ae72766347502cf3cb4f41cf5e9cc37d28bee90f1fdaaae15f9cf9424"
280
+ dependencies = [
281
+ "bytemuck_derive",
282
+ ]
283
+
284
+ [[package]]
285
+ name = "bytemuck_derive"
286
+ version = "1.11.0"
287
+ source = "registry+https://github.com/rust-lang/crates.io-index"
288
+ checksum = "f65693059b6b9c588b9f62fed1cedbf0a8b805631457ea162d68f0de186f3de5"
289
+ dependencies = [
290
+ "proc-macro2",
291
+ "quote",
292
+ "syn 2.0.119",
293
+ ]
294
+
295
+ [[package]]
296
+ name = "byteorder"
297
+ version = "1.5.0"
298
+ source = "registry+https://github.com/rust-lang/crates.io-index"
299
+ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
300
+
301
+ [[package]]
302
+ name = "cc"
303
+ version = "1.3.0"
304
+ source = "registry+https://github.com/rust-lang/crates.io-index"
305
+ checksum = "c89588d05638b5b4594a3348a2d6c20277e43a7f5c5202b05cc56888475a47b8"
306
+ dependencies = [
307
+ "find-msvc-tools",
308
+ "jobserver",
309
+ "libc",
310
+ "shlex 2.0.1",
311
+ ]
312
+
313
+ [[package]]
314
+ name = "census"
315
+ version = "0.4.2"
316
+ source = "registry+https://github.com/rust-lang/crates.io-index"
317
+ checksum = "4f4c707c6a209cbe82d10abd08e1ea8995e9ea937d2550646e02798948992be0"
318
+
319
+ [[package]]
320
+ name = "cexpr"
321
+ version = "0.6.0"
322
+ source = "registry+https://github.com/rust-lang/crates.io-index"
323
+ checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
324
+ dependencies = [
325
+ "nom",
326
+ ]
327
+
328
+ [[package]]
329
+ name = "cfg-if"
330
+ version = "1.0.4"
331
+ source = "registry+https://github.com/rust-lang/crates.io-index"
332
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
333
+
334
+ [[package]]
335
+ name = "cfg_aliases"
336
+ version = "0.2.2"
337
+ source = "registry+https://github.com/rust-lang/crates.io-index"
338
+ checksum = "f079e83a288787bcd14a6aea84cee5c87a67c5a3e660c30f557a3d24761b3527"
339
+
340
+ [[package]]
341
+ name = "cfg_block"
342
+ version = "0.1.1"
343
+ source = "registry+https://github.com/rust-lang/crates.io-index"
344
+ checksum = "18758054972164c3264f7c8386f5fc6da6114cb46b619fd365d4e3b2dc3ae487"
345
+
346
+ [[package]]
347
+ name = "chrono"
348
+ version = "0.4.45"
349
+ source = "registry+https://github.com/rust-lang/crates.io-index"
350
+ checksum = "1aa79e62e7697b8e29b513a68abacf485adcd1fe8284a4316c5ae868e6633327"
351
+ dependencies = [
352
+ "iana-time-zone",
353
+ "js-sys",
354
+ "num-traits",
355
+ "wasm-bindgen",
356
+ "windows-link",
357
+ ]
358
+
359
+ [[package]]
360
+ name = "cipher"
361
+ version = "0.4.4"
362
+ source = "registry+https://github.com/rust-lang/crates.io-index"
363
+ checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
364
+ dependencies = [
365
+ "crypto-common",
366
+ "inout",
367
+ ]
368
+
369
+ [[package]]
370
+ name = "clang-sys"
371
+ version = "1.8.1"
372
+ source = "registry+https://github.com/rust-lang/crates.io-index"
373
+ checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
374
+ dependencies = [
375
+ "glob",
376
+ "libc",
377
+ "libloading",
378
+ ]
379
+
380
+ [[package]]
381
+ name = "concurrent-queue"
382
+ version = "2.5.0"
383
+ source = "registry+https://github.com/rust-lang/crates.io-index"
384
+ checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
385
+ dependencies = [
386
+ "crossbeam-utils",
387
+ ]
388
+
389
+ [[package]]
390
+ name = "core-foundation-sys"
391
+ version = "0.8.7"
392
+ source = "registry+https://github.com/rust-lang/crates.io-index"
393
+ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
394
+
395
+ [[package]]
396
+ name = "cpufeatures"
397
+ version = "0.2.17"
398
+ source = "registry+https://github.com/rust-lang/crates.io-index"
399
+ checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
400
+ dependencies = [
401
+ "libc",
402
+ ]
403
+
404
+ [[package]]
405
+ name = "crc32c"
406
+ version = "0.6.8"
407
+ source = "registry+https://github.com/rust-lang/crates.io-index"
408
+ checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
409
+ dependencies = [
410
+ "rustc_version",
411
+ ]
412
+
413
+ [[package]]
414
+ name = "crc32fast"
415
+ version = "1.5.0"
416
+ source = "registry+https://github.com/rust-lang/crates.io-index"
417
+ checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
418
+ dependencies = [
419
+ "cfg-if",
420
+ ]
421
+
422
+ [[package]]
423
+ name = "crossbeam-channel"
424
+ version = "0.5.16"
425
+ source = "registry+https://github.com/rust-lang/crates.io-index"
426
+ checksum = "d85363c37faeca707aef026efa9f3b34d077bce547e48f770770625c6013679e"
427
+ dependencies = [
428
+ "crossbeam-utils",
429
+ ]
430
+
431
+ [[package]]
432
+ name = "crossbeam-deque"
433
+ version = "0.8.7"
434
+ source = "registry+https://github.com/rust-lang/crates.io-index"
435
+ checksum = "5181e0de7b61eb03a81e347d6dd8797bae9da5146707b51077e2d71a54ec0ceb"
436
+ dependencies = [
437
+ "crossbeam-epoch",
438
+ "crossbeam-utils",
439
+ ]
440
+
441
+ [[package]]
442
+ name = "crossbeam-epoch"
443
+ version = "0.9.20"
444
+ source = "registry+https://github.com/rust-lang/crates.io-index"
445
+ checksum = "2d6914041f254d6e9176c01941b21115dcfb7089e55135a35411081bd106ef3f"
446
+ dependencies = [
447
+ "crossbeam-utils",
448
+ ]
449
+
450
+ [[package]]
451
+ name = "crossbeam-utils"
452
+ version = "0.8.22"
453
+ source = "registry+https://github.com/rust-lang/crates.io-index"
454
+ checksum = "61803da095bee82a81bb1a452ecc25d3b2f1416d1897eb86430c6159ef717c17"
455
+
456
+ [[package]]
457
+ name = "crunchy"
458
+ version = "0.2.4"
459
+ source = "registry+https://github.com/rust-lang/crates.io-index"
460
+ checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
461
+
462
+ [[package]]
463
+ name = "crypto-common"
464
+ version = "0.1.7"
465
+ source = "registry+https://github.com/rust-lang/crates.io-index"
466
+ checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
467
+ dependencies = [
468
+ "generic-array",
469
+ "rand_core 0.6.4",
470
+ "typenum",
471
+ ]
472
+
473
+ [[package]]
474
+ name = "ctr"
475
+ version = "0.9.2"
476
+ source = "registry+https://github.com/rust-lang/crates.io-index"
477
+ checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835"
478
+ dependencies = [
479
+ "cipher",
480
+ ]
481
+
482
+ [[package]]
483
+ name = "darling"
484
+ version = "0.23.0"
485
+ source = "registry+https://github.com/rust-lang/crates.io-index"
486
+ checksum = "25ae13da2f202d56bd7f91c25fba009e7717a1e4a1cc98a76d844b65ae912e9d"
487
+ dependencies = [
488
+ "darling_core",
489
+ "darling_macro",
490
+ ]
491
+
492
+ [[package]]
493
+ name = "darling_core"
494
+ version = "0.23.0"
495
+ source = "registry+https://github.com/rust-lang/crates.io-index"
496
+ checksum = "9865a50f7c335f53564bb694ef660825eb8610e0a53d3e11bf1b0d3df31e03b0"
497
+ dependencies = [
498
+ "ident_case",
499
+ "proc-macro2",
500
+ "quote",
501
+ "strsim",
502
+ "syn 2.0.119",
503
+ ]
504
+
505
+ [[package]]
506
+ name = "darling_macro"
507
+ version = "0.23.0"
508
+ source = "registry+https://github.com/rust-lang/crates.io-index"
509
+ checksum = "ac3984ec7bd6cfa798e62b4a642426a5be0e68f9401cfc2a01e3fa9ea2fcdb8d"
510
+ dependencies = [
511
+ "darling_core",
512
+ "quote",
513
+ "syn 2.0.119",
514
+ ]
515
+
516
+ [[package]]
517
+ name = "datasketches"
518
+ version = "0.2.0"
519
+ source = "registry+https://github.com/rust-lang/crates.io-index"
520
+ checksum = "c286de4e81ea2590afc24d754e0f83810c566f50a1388fa75ebd57928c0d9745"
521
+
522
+ [[package]]
523
+ name = "deranged"
524
+ version = "0.5.8"
525
+ source = "registry+https://github.com/rust-lang/crates.io-index"
526
+ checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c"
527
+ dependencies = [
528
+ "serde_core",
529
+ ]
530
+
531
+ [[package]]
532
+ name = "displaydoc"
533
+ version = "0.2.6"
534
+ source = "registry+https://github.com/rust-lang/crates.io-index"
535
+ checksum = "1ac70aa55017e108007fbaf5aa0f54b021c98f92ff8af59d42eda9da96e3dd4f"
536
+ dependencies = [
537
+ "proc-macro2",
538
+ "quote",
539
+ "syn 2.0.119",
540
+ ]
541
+
542
+ [[package]]
543
+ name = "downcast-rs"
544
+ version = "2.0.2"
545
+ source = "registry+https://github.com/rust-lang/crates.io-index"
546
+ checksum = "117240f60069e65410b3ae1bb213295bd828f707b5bec6596a1afc8793ce0cbc"
547
+
548
+ [[package]]
549
+ name = "either"
550
+ version = "1.16.0"
551
+ source = "registry+https://github.com/rust-lang/crates.io-index"
552
+ checksum = "91622ff5e7162018101f2fea40d6ebf4a78bbe5a49736a2020649edf9693679e"
553
+
554
+ [[package]]
555
+ name = "env_filter"
556
+ version = "2.0.0"
557
+ source = "registry+https://github.com/rust-lang/crates.io-index"
558
+ checksum = "900d271a03799a1ee8d1ca9b19893b48ca674a9284fefcfb85f05e74ed314217"
559
+ dependencies = [
560
+ "log",
561
+ "regex",
562
+ ]
563
+
564
+ [[package]]
565
+ name = "env_logger"
566
+ version = "0.11.11"
567
+ source = "registry+https://github.com/rust-lang/crates.io-index"
568
+ checksum = "de671bd27a75a797dc9ae289ba1e77276e75e2026408aab65185384e2d5cd3f6"
569
+ dependencies = [
570
+ "env_filter",
571
+ "log",
572
+ ]
573
+
574
+ [[package]]
575
+ name = "equivalent"
576
+ version = "1.0.2"
577
+ source = "registry+https://github.com/rust-lang/crates.io-index"
578
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
579
+
580
+ [[package]]
581
+ name = "erased-serde"
582
+ version = "0.4.10"
583
+ source = "registry+https://github.com/rust-lang/crates.io-index"
584
+ checksum = "d2add8a07dd6a8d93ff627029c51de145e12686fbc36ecb298ac22e74cf02dec"
585
+ dependencies = [
586
+ "serde",
587
+ "serde_core",
588
+ "typeid",
589
+ ]
590
+
591
+ [[package]]
592
+ name = "errno"
593
+ version = "0.3.14"
594
+ source = "registry+https://github.com/rust-lang/crates.io-index"
595
+ checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
596
+ dependencies = [
597
+ "libc",
598
+ "windows-sys 0.61.2",
599
+ ]
600
+
601
+ [[package]]
602
+ name = "fallible-iterator"
603
+ version = "0.3.0"
604
+ source = "registry+https://github.com/rust-lang/crates.io-index"
605
+ checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
606
+
607
+ [[package]]
608
+ name = "fastbloom"
609
+ version = "0.14.1"
610
+ source = "registry+https://github.com/rust-lang/crates.io-index"
611
+ checksum = "4e7f34442dbe69c60fe8eaf58a8cafff81a1f278816d8ab4db255b3bef4ac3c4"
612
+ dependencies = [
613
+ "getrandom 0.3.4",
614
+ "libm",
615
+ "siphasher",
616
+ ]
617
+
618
+ [[package]]
619
+ name = "fastdivide"
620
+ version = "0.4.2"
621
+ source = "registry+https://github.com/rust-lang/crates.io-index"
622
+ checksum = "9afc2bd4d5a73106dd53d10d73d3401c2f32730ba2c0b93ddb888a8983680471"
623
+
624
+ [[package]]
625
+ name = "fastrand"
626
+ version = "2.4.1"
627
+ source = "registry+https://github.com/rust-lang/crates.io-index"
628
+ checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6"
629
+
630
+ [[package]]
631
+ name = "find-msvc-tools"
632
+ version = "0.1.9"
633
+ source = "registry+https://github.com/rust-lang/crates.io-index"
634
+ checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
635
+
636
+ [[package]]
637
+ name = "fnv"
638
+ version = "1.0.7"
639
+ source = "registry+https://github.com/rust-lang/crates.io-index"
640
+ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
641
+
642
+ [[package]]
643
+ name = "foldhash"
644
+ version = "0.2.0"
645
+ source = "registry+https://github.com/rust-lang/crates.io-index"
646
+ checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
647
+
648
+ [[package]]
649
+ name = "fs4"
650
+ version = "0.13.1"
651
+ source = "registry+https://github.com/rust-lang/crates.io-index"
652
+ checksum = "8640e34b88f7652208ce9e88b1a37a2ae95227d84abec377ccd3c5cfeb141ed4"
653
+ dependencies = [
654
+ "rustix 1.1.4",
655
+ "windows-sys 0.59.0",
656
+ ]
657
+
658
+ [[package]]
659
+ name = "funty"
660
+ version = "2.0.0"
661
+ source = "registry+https://github.com/rust-lang/crates.io-index"
662
+ checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
663
+
664
+ [[package]]
665
+ name = "futures-core"
666
+ version = "0.3.33"
667
+ source = "registry+https://github.com/rust-lang/crates.io-index"
668
+ checksum = "2cd50c473c80f6d7c3670a752354b8e569b1a7cbfdc0419ec88e5edad85e0dc7"
669
+
670
+ [[package]]
671
+ name = "futures-macro"
672
+ version = "0.3.33"
673
+ source = "registry+https://github.com/rust-lang/crates.io-index"
674
+ checksum = "2d6d3cde68c518367be28956066ddfef33813991b77a55005a69dae04bf3b10b"
675
+ dependencies = [
676
+ "proc-macro2",
677
+ "quote",
678
+ "syn 2.0.119",
679
+ ]
680
+
681
+ [[package]]
682
+ name = "futures-task"
683
+ version = "0.3.33"
684
+ source = "registry+https://github.com/rust-lang/crates.io-index"
685
+ checksum = "b231ed28831efb4a61a08580c4bc233ec56bc009f4cd8f52da2c3cb97df0c109"
686
+
687
+ [[package]]
688
+ name = "futures-util"
689
+ version = "0.3.33"
690
+ source = "registry+https://github.com/rust-lang/crates.io-index"
691
+ checksum = "a77a90a256fce34da66415271e30f94ee91c57b04b8a2c042d9cf3220179deaa"
692
+ dependencies = [
693
+ "futures-core",
694
+ "futures-macro",
695
+ "futures-task",
696
+ "pin-project-lite",
697
+ "slab",
698
+ ]
699
+
700
+ [[package]]
701
+ name = "generator"
702
+ version = "0.8.9"
703
+ source = "registry+https://github.com/rust-lang/crates.io-index"
704
+ checksum = "b3b854b0e584ead1a33f18b2fcad7cf7be18b3875c78816b753639aa501513ae"
705
+ dependencies = [
706
+ "cc",
707
+ "cfg-if",
708
+ "libc",
709
+ "log",
710
+ "rustversion",
711
+ "windows-link",
712
+ "windows-result",
713
+ ]
714
+
715
+ [[package]]
716
+ name = "generic-array"
717
+ version = "0.14.7"
718
+ source = "registry+https://github.com/rust-lang/crates.io-index"
719
+ checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
720
+ dependencies = [
721
+ "typenum",
722
+ "version_check",
723
+ ]
724
+
725
+ [[package]]
726
+ name = "getrandom"
727
+ version = "0.2.17"
728
+ source = "registry+https://github.com/rust-lang/crates.io-index"
729
+ checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
730
+ dependencies = [
731
+ "cfg-if",
732
+ "libc",
733
+ "wasi",
734
+ ]
735
+
736
+ [[package]]
737
+ name = "getrandom"
738
+ version = "0.3.4"
739
+ source = "registry+https://github.com/rust-lang/crates.io-index"
740
+ checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
741
+ dependencies = [
742
+ "cfg-if",
743
+ "libc",
744
+ "r-efi 5.3.0",
745
+ "wasip2",
746
+ ]
747
+
748
+ [[package]]
749
+ name = "getrandom"
750
+ version = "0.4.3"
751
+ source = "registry+https://github.com/rust-lang/crates.io-index"
752
+ checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099"
753
+ dependencies = [
754
+ "cfg-if",
755
+ "libc",
756
+ "r-efi 6.0.0",
757
+ ]
758
+
759
+ [[package]]
760
+ name = "ghash"
761
+ version = "0.5.1"
762
+ source = "registry+https://github.com/rust-lang/crates.io-index"
763
+ checksum = "f0d8a4362ccb29cb0b265253fb0a2728f592895ee6854fd9bc13f2ffda266ff1"
764
+ dependencies = [
765
+ "opaque-debug",
766
+ "polyval",
767
+ ]
768
+
769
+ [[package]]
770
+ name = "glob"
771
+ version = "0.3.3"
772
+ source = "registry+https://github.com/rust-lang/crates.io-index"
773
+ checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
774
+
775
+ [[package]]
776
+ name = "hashbrown"
777
+ version = "0.16.1"
778
+ source = "registry+https://github.com/rust-lang/crates.io-index"
779
+ checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
780
+ dependencies = [
781
+ "allocator-api2 0.2.21",
782
+ "equivalent",
783
+ "foldhash",
784
+ ]
785
+
786
+ [[package]]
787
+ name = "heck"
788
+ version = "0.5.0"
789
+ source = "registry+https://github.com/rust-lang/crates.io-index"
790
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
791
+
792
+ [[package]]
793
+ name = "hermit-abi"
794
+ version = "0.5.2"
795
+ source = "registry+https://github.com/rust-lang/crates.io-index"
796
+ checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
797
+
798
+ [[package]]
799
+ name = "hex"
800
+ version = "0.4.3"
801
+ source = "registry+https://github.com/rust-lang/crates.io-index"
802
+ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
803
+
804
+ [[package]]
805
+ name = "home"
806
+ version = "0.5.12"
807
+ source = "registry+https://github.com/rust-lang/crates.io-index"
808
+ checksum = "cc627f471c528ff0c4a49e1d5e60450c8f6461dd6d10ba9dcd3a61d3dff7728d"
809
+ dependencies = [
810
+ "windows-sys 0.61.2",
811
+ ]
812
+
813
+ [[package]]
814
+ name = "htmlescape"
815
+ version = "0.3.1"
816
+ source = "registry+https://github.com/rust-lang/crates.io-index"
817
+ checksum = "e9025058dae765dee5070ec375f591e2ba14638c63feff74f13805a72e523163"
818
+
819
+ [[package]]
820
+ name = "iana-time-zone"
821
+ version = "0.1.65"
822
+ source = "registry+https://github.com/rust-lang/crates.io-index"
823
+ checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
824
+ dependencies = [
825
+ "android_system_properties",
826
+ "core-foundation-sys",
827
+ "iana-time-zone-haiku",
828
+ "js-sys",
829
+ "log",
830
+ "wasm-bindgen",
831
+ "windows-core",
832
+ ]
833
+
834
+ [[package]]
835
+ name = "iana-time-zone-haiku"
836
+ version = "0.1.2"
837
+ source = "registry+https://github.com/rust-lang/crates.io-index"
838
+ checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
839
+ dependencies = [
840
+ "cc",
841
+ ]
842
+
843
+ [[package]]
844
+ name = "icu_collator"
845
+ version = "2.2.1"
846
+ source = "registry+https://github.com/rust-lang/crates.io-index"
847
+ checksum = "8bbdf98e5e0aa827770acee171ebb568aaab975a36b56afdb5fd0e2f525750bb"
848
+ dependencies = [
849
+ "icu_collator_data",
850
+ "icu_collections",
851
+ "icu_locale",
852
+ "icu_locale_core",
853
+ "icu_normalizer",
854
+ "icu_properties",
855
+ "icu_provider",
856
+ "smallvec",
857
+ "utf16_iter",
858
+ "utf8_iter",
859
+ "zerovec",
860
+ ]
861
+
862
+ [[package]]
863
+ name = "icu_collator_data"
864
+ version = "2.2.0"
865
+ source = "registry+https://github.com/rust-lang/crates.io-index"
866
+ checksum = "038ed8e5817f2059c2f3efb0945ba78d060d3d25e8f1a1bea5139f821a21a2f0"
867
+
868
+ [[package]]
869
+ name = "icu_collections"
870
+ version = "2.2.0"
871
+ source = "registry+https://github.com/rust-lang/crates.io-index"
872
+ checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c"
873
+ dependencies = [
874
+ "displaydoc",
875
+ "potential_utf",
876
+ "utf8_iter",
877
+ "yoke",
878
+ "zerofrom",
879
+ "zerovec",
880
+ ]
881
+
882
+ [[package]]
883
+ name = "icu_locale"
884
+ version = "2.2.0"
885
+ source = "registry+https://github.com/rust-lang/crates.io-index"
886
+ checksum = "d5a396343c7208121dc86e35623d3dfe19814a7613cfd14964994cdc9c9a2e26"
887
+ dependencies = [
888
+ "icu_collections",
889
+ "icu_locale_core",
890
+ "icu_locale_data",
891
+ "icu_provider",
892
+ "potential_utf",
893
+ "tinystr",
894
+ "zerovec",
895
+ ]
896
+
897
+ [[package]]
898
+ name = "icu_locale_core"
899
+ version = "2.2.0"
900
+ source = "registry+https://github.com/rust-lang/crates.io-index"
901
+ checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29"
902
+ dependencies = [
903
+ "displaydoc",
904
+ "litemap",
905
+ "serde",
906
+ "tinystr",
907
+ "writeable",
908
+ "zerovec",
909
+ ]
910
+
911
+ [[package]]
912
+ name = "icu_locale_data"
913
+ version = "2.2.0"
914
+ source = "registry+https://github.com/rust-lang/crates.io-index"
915
+ checksum = "d5fdcc9ac77c6d74ff5cf6e65ef3181d6af32003b16fce3a77fb451d2f695993"
916
+
917
+ [[package]]
918
+ name = "icu_normalizer"
919
+ version = "2.2.0"
920
+ source = "registry+https://github.com/rust-lang/crates.io-index"
921
+ checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4"
922
+ dependencies = [
923
+ "icu_collections",
924
+ "icu_normalizer_data",
925
+ "icu_properties",
926
+ "icu_provider",
927
+ "smallvec",
928
+ "utf16_iter",
929
+ "utf8_iter",
930
+ "write16",
931
+ "zerovec",
932
+ ]
933
+
934
+ [[package]]
935
+ name = "icu_normalizer_data"
936
+ version = "2.2.0"
937
+ source = "registry+https://github.com/rust-lang/crates.io-index"
938
+ checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38"
939
+
940
+ [[package]]
941
+ name = "icu_properties"
942
+ version = "2.2.0"
943
+ source = "registry+https://github.com/rust-lang/crates.io-index"
944
+ checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de"
945
+ dependencies = [
946
+ "icu_collections",
947
+ "icu_locale_core",
948
+ "icu_properties_data",
949
+ "icu_provider",
950
+ "zerotrie",
951
+ "zerovec",
952
+ ]
953
+
954
+ [[package]]
955
+ name = "icu_properties_data"
956
+ version = "2.2.0"
957
+ source = "registry+https://github.com/rust-lang/crates.io-index"
958
+ checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14"
959
+
960
+ [[package]]
961
+ name = "icu_provider"
962
+ version = "2.2.0"
963
+ source = "registry+https://github.com/rust-lang/crates.io-index"
964
+ checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421"
965
+ dependencies = [
966
+ "displaydoc",
967
+ "icu_locale_core",
968
+ "serde",
969
+ "stable_deref_trait",
970
+ "writeable",
971
+ "yoke",
972
+ "zerofrom",
973
+ "zerotrie",
974
+ "zerovec",
975
+ ]
976
+
977
+ [[package]]
978
+ name = "ident_case"
979
+ version = "1.0.1"
980
+ source = "registry+https://github.com/rust-lang/crates.io-index"
981
+ checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
982
+
983
+ [[package]]
984
+ name = "inout"
985
+ version = "0.1.4"
986
+ source = "registry+https://github.com/rust-lang/crates.io-index"
987
+ checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
988
+ dependencies = [
989
+ "generic-array",
990
+ ]
991
+
992
+ [[package]]
993
+ name = "intrusive-collections"
994
+ version = "0.9.7"
995
+ source = "registry+https://github.com/rust-lang/crates.io-index"
996
+ checksum = "189d0897e4cbe8c75efedf3502c18c887b05046e59d28404d4d8e46cbc4d1e86"
997
+ dependencies = [
998
+ "memoffset",
999
+ ]
1000
+
1001
+ [[package]]
1002
+ name = "inventory"
1003
+ version = "0.3.24"
1004
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1005
+ checksum = "a4f0c30c76f2f4ccee3fe55a2435f691ca00c0e4bd87abe4f4a851b1d4dac39b"
1006
+ dependencies = [
1007
+ "rustversion",
1008
+ ]
1009
+
1010
+ [[package]]
1011
+ name = "io-uring"
1012
+ version = "0.7.13"
1013
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1014
+ checksum = "9080b15e63775b9a2ac7dca720f7050a8b955e092ea0f6020a4a80f69998cdc0"
1015
+ dependencies = [
1016
+ "bitflags",
1017
+ "cfg-if",
1018
+ "libc",
1019
+ ]
1020
+
1021
+ [[package]]
1022
+ name = "itertools"
1023
+ version = "0.12.1"
1024
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1025
+ checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
1026
+ dependencies = [
1027
+ "either",
1028
+ ]
1029
+
1030
+ [[package]]
1031
+ name = "itertools"
1032
+ version = "0.13.0"
1033
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1034
+ checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
1035
+ dependencies = [
1036
+ "either",
1037
+ ]
1038
+
1039
+ [[package]]
1040
+ name = "itertools"
1041
+ version = "0.14.0"
1042
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1043
+ checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
1044
+ dependencies = [
1045
+ "either",
1046
+ ]
1047
+
1048
+ [[package]]
1049
+ name = "itoa"
1050
+ version = "1.0.18"
1051
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1052
+ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
1053
+
1054
+ [[package]]
1055
+ name = "jobserver"
1056
+ version = "0.1.35"
1057
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1058
+ checksum = "1c00acbd29eabad4a2392fa0e921c874934dbbf4194312ad20f04a0ed67a3cb3"
1059
+ dependencies = [
1060
+ "getrandom 0.4.3",
1061
+ "libc",
1062
+ ]
1063
+
1064
+ [[package]]
1065
+ name = "js-sys"
1066
+ version = "0.3.103"
1067
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1068
+ checksum = "53b44bfcdb3f8d5837a46dae1ca9660a837176eee74a28b229bc626816589102"
1069
+ dependencies = [
1070
+ "cfg-if",
1071
+ "futures-util",
1072
+ "wasm-bindgen",
1073
+ ]
1074
+
1075
+ [[package]]
1076
+ name = "lazy_static"
1077
+ version = "1.5.0"
1078
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1079
+ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
1080
+
1081
+ [[package]]
1082
+ name = "lazycell"
1083
+ version = "1.3.0"
1084
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1085
+ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
1086
+
1087
+ [[package]]
1088
+ name = "levenshtein_automata"
1089
+ version = "0.2.1"
1090
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1091
+ checksum = "0c2cdeb66e45e9f36bfad5bbdb4d2384e70936afbee843c6f6543f0c551ebb25"
1092
+
1093
+ [[package]]
1094
+ name = "libc"
1095
+ version = "0.2.186"
1096
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1097
+ checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
1098
+
1099
+ [[package]]
1100
+ name = "libloading"
1101
+ version = "0.8.9"
1102
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1103
+ checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
1104
+ dependencies = [
1105
+ "cfg-if",
1106
+ "windows-link",
1107
+ ]
1108
+
1109
+ [[package]]
1110
+ name = "libm"
1111
+ version = "0.2.16"
1112
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1113
+ checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"
1114
+
1115
+ [[package]]
1116
+ name = "linkme"
1117
+ version = "0.3.36"
1118
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1119
+ checksum = "e83272d46373fb8decca684579ac3e7c8f3d71d4cc3aa693df8759e260ae41cf"
1120
+ dependencies = [
1121
+ "linkme-impl",
1122
+ ]
1123
+
1124
+ [[package]]
1125
+ name = "linkme-impl"
1126
+ version = "0.3.36"
1127
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1128
+ checksum = "32d59e20403c7d08fe62b4376edfe5c7fb2ef1e6b1465379686d0f21c8df444b"
1129
+ dependencies = [
1130
+ "proc-macro2",
1131
+ "quote",
1132
+ "syn 2.0.119",
1133
+ ]
1134
+
1135
+ [[package]]
1136
+ name = "linux-raw-sys"
1137
+ version = "0.4.15"
1138
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1139
+ checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
1140
+
1141
+ [[package]]
1142
+ name = "linux-raw-sys"
1143
+ version = "0.12.1"
1144
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1145
+ checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
1146
+
1147
+ [[package]]
1148
+ name = "litemap"
1149
+ version = "0.8.2"
1150
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1151
+ checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"
1152
+
1153
+ [[package]]
1154
+ name = "lock_api"
1155
+ version = "0.4.14"
1156
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1157
+ checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
1158
+ dependencies = [
1159
+ "scopeguard",
1160
+ ]
1161
+
1162
+ [[package]]
1163
+ name = "log"
1164
+ version = "0.4.33"
1165
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1166
+ checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad"
1167
+
1168
+ [[package]]
1169
+ name = "loom"
1170
+ version = "0.7.2"
1171
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1172
+ checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
1173
+ dependencies = [
1174
+ "cfg-if",
1175
+ "generator",
1176
+ "scoped-tls",
1177
+ "tracing",
1178
+ "tracing-subscriber",
1179
+ ]
1180
+
1181
+ [[package]]
1182
+ name = "lru"
1183
+ version = "0.16.4"
1184
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1185
+ checksum = "7f66e8d5d03f609abc3a39e6f08e4164ebf1447a732906d39eb9b99b7919ef39"
1186
+ dependencies = [
1187
+ "hashbrown",
1188
+ ]
1189
+
1190
+ [[package]]
1191
+ name = "lz4_flex"
1192
+ version = "0.13.1"
1193
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1194
+ checksum = "7ef0d4ed8669f8f8826eb00dc878084aa8f253506c4fd5e8f58f5bce72ddb97e"
1195
+
1196
+ [[package]]
1197
+ name = "magnus"
1198
+ version = "0.8.2"
1199
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1200
+ checksum = "3b36a5b126bbe97eb0d02d07acfeb327036c6319fd816139a49824a83b7f9012"
1201
+ dependencies = [
1202
+ "magnus-macros",
1203
+ "rb-sys",
1204
+ "rb-sys-env",
1205
+ "seq-macro",
1206
+ ]
1207
+
1208
+ [[package]]
1209
+ name = "magnus-macros"
1210
+ version = "0.8.0"
1211
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1212
+ checksum = "47607461fd8e1513cb4f2076c197d8092d921a1ea75bd08af97398f593751892"
1213
+ dependencies = [
1214
+ "proc-macro2",
1215
+ "quote",
1216
+ "syn 2.0.119",
1217
+ ]
1218
+
1219
+ [[package]]
1220
+ name = "matchers"
1221
+ version = "0.2.0"
1222
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1223
+ checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
1224
+ dependencies = [
1225
+ "regex-automata",
1226
+ ]
1227
+
1228
+ [[package]]
1229
+ name = "measure_time"
1230
+ version = "0.9.0"
1231
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1232
+ checksum = "51c55d61e72fc3ab704396c5fa16f4c184db37978ae4e94ca8959693a235fc0e"
1233
+ dependencies = [
1234
+ "log",
1235
+ ]
1236
+
1237
+ [[package]]
1238
+ name = "memchr"
1239
+ version = "2.8.3"
1240
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1241
+ checksum = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98"
1242
+
1243
+ [[package]]
1244
+ name = "memmap2"
1245
+ version = "0.9.11"
1246
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1247
+ checksum = "d1219ed1b7f229ee7104d281dd01d6802fe28bb6e95d292942c4daacdeb798c0"
1248
+ dependencies = [
1249
+ "libc",
1250
+ ]
1251
+
1252
+ [[package]]
1253
+ name = "memoffset"
1254
+ version = "0.9.1"
1255
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1256
+ checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
1257
+ dependencies = [
1258
+ "autocfg",
1259
+ ]
1260
+
1261
+ [[package]]
1262
+ name = "miette"
1263
+ version = "7.6.0"
1264
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1265
+ checksum = "5f98efec8807c63c752b5bd61f862c165c115b0a35685bdcfd9238c7aeb592b7"
1266
+ dependencies = [
1267
+ "cfg-if",
1268
+ "miette-derive",
1269
+ "unicode-width",
1270
+ ]
1271
+
1272
+ [[package]]
1273
+ name = "miette-derive"
1274
+ version = "7.6.0"
1275
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1276
+ checksum = "db5b29714e950dbb20d5e6f74f9dcec4edbcc1067bb7f8ed198c097b8c1a818b"
1277
+ dependencies = [
1278
+ "proc-macro2",
1279
+ "quote",
1280
+ "syn 2.0.119",
1281
+ ]
1282
+
1283
+ [[package]]
1284
+ name = "minimal-lexical"
1285
+ version = "0.2.1"
1286
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1287
+ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
1288
+
1289
+ [[package]]
1290
+ name = "murmurhash32"
1291
+ version = "0.3.1"
1292
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1293
+ checksum = "2195bf6aa996a481483b29d62a7663eed3fe39600c460e323f8ff41e90bdd89b"
1294
+
1295
+ [[package]]
1296
+ name = "nom"
1297
+ version = "7.1.3"
1298
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1299
+ checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
1300
+ dependencies = [
1301
+ "memchr",
1302
+ "minimal-lexical",
1303
+ ]
1304
+
1305
+ [[package]]
1306
+ name = "nu-ansi-term"
1307
+ version = "0.50.3"
1308
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1309
+ checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
1310
+ dependencies = [
1311
+ "windows-sys 0.61.2",
1312
+ ]
1313
+
1314
+ [[package]]
1315
+ name = "num-bigint"
1316
+ version = "0.4.8"
1317
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1318
+ checksum = "c89e69e7e0f03bea5ef08013795c25018e101932225a656383bd384495ecc367"
1319
+ dependencies = [
1320
+ "num-integer",
1321
+ "num-traits",
1322
+ ]
1323
+
1324
+ [[package]]
1325
+ name = "num-conv"
1326
+ version = "0.2.2"
1327
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1328
+ checksum = "521739c6d2bac4aa25192232afe6841231376b2b26d4d9fae5ecf8ca5772e441"
1329
+
1330
+ [[package]]
1331
+ name = "num-integer"
1332
+ version = "0.1.46"
1333
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1334
+ checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
1335
+ dependencies = [
1336
+ "num-traits",
1337
+ ]
1338
+
1339
+ [[package]]
1340
+ name = "num-traits"
1341
+ version = "0.2.19"
1342
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1343
+ checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1344
+ dependencies = [
1345
+ "autocfg",
1346
+ ]
1347
+
1348
+ [[package]]
1349
+ name = "once_cell"
1350
+ version = "1.21.4"
1351
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1352
+ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
1353
+
1354
+ [[package]]
1355
+ name = "oneshot"
1356
+ version = "0.1.13"
1357
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1358
+ checksum = "269bca4c2591a28585d6bf10d9ed0332b7d76900a1b02bec41bdc3a2cdcda107"
1359
+
1360
+ [[package]]
1361
+ name = "opaque-debug"
1362
+ version = "0.3.1"
1363
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1364
+ checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381"
1365
+
1366
+ [[package]]
1367
+ name = "ordered-float"
1368
+ version = "5.3.0"
1369
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1370
+ checksum = "b7d950ca161dc355eaf28f82b11345ed76c6e1f6eb1f4f4479e0323b9e2fbd0e"
1371
+ dependencies = [
1372
+ "num-traits",
1373
+ ]
1374
+
1375
+ [[package]]
1376
+ name = "ownedbytes"
1377
+ version = "0.9.0"
1378
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1379
+ checksum = "2fbd56f7631767e61784dc43f8580f403f4475bd4aaa4da003e6295e1bab4a7e"
1380
+ dependencies = [
1381
+ "stable_deref_trait",
1382
+ ]
1383
+
1384
+ [[package]]
1385
+ name = "owo-colors"
1386
+ version = "3.5.0"
1387
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1388
+ checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f"
1389
+
1390
+ [[package]]
1391
+ name = "pack1"
1392
+ version = "1.1.0"
1393
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1394
+ checksum = "e3b7bb0ecf2e447b1f20ee94ee79ef6eed1e9d4b3c36ce1903b9dea3bf205523"
1395
+ dependencies = [
1396
+ "bytemuck",
1397
+ ]
1398
+
1399
+ [[package]]
1400
+ name = "parking_lot"
1401
+ version = "0.12.5"
1402
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1403
+ checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
1404
+ dependencies = [
1405
+ "lock_api",
1406
+ "parking_lot_core",
1407
+ ]
1408
+
1409
+ [[package]]
1410
+ name = "parking_lot_core"
1411
+ version = "0.9.12"
1412
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1413
+ checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
1414
+ dependencies = [
1415
+ "cfg-if",
1416
+ "libc",
1417
+ "redox_syscall",
1418
+ "smallvec",
1419
+ "windows-link",
1420
+ ]
1421
+
1422
+ [[package]]
1423
+ name = "pastey"
1424
+ version = "0.2.3"
1425
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1426
+ checksum = "2ee67f1008b1ba2321834326597b8e186293b049a023cdef258527550b9935b4"
1427
+
1428
+ [[package]]
1429
+ name = "pin-project-lite"
1430
+ version = "0.2.17"
1431
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1432
+ checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
1433
+
1434
+ [[package]]
1435
+ name = "pkg-config"
1436
+ version = "0.3.33"
1437
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1438
+ checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e"
1439
+
1440
+ [[package]]
1441
+ name = "polling"
1442
+ version = "3.11.0"
1443
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1444
+ checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
1445
+ dependencies = [
1446
+ "cfg-if",
1447
+ "concurrent-queue",
1448
+ "hermit-abi",
1449
+ "pin-project-lite",
1450
+ "rustix 1.1.4",
1451
+ "windows-sys 0.61.2",
1452
+ ]
1453
+
1454
+ [[package]]
1455
+ name = "polyval"
1456
+ version = "0.6.2"
1457
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1458
+ checksum = "9d1fe60d06143b2430aa532c94cfe9e29783047f06c0d7fd359a9a51b729fa25"
1459
+ dependencies = [
1460
+ "cfg-if",
1461
+ "cpufeatures",
1462
+ "opaque-debug",
1463
+ "universal-hash",
1464
+ ]
1465
+
1466
+ [[package]]
1467
+ name = "potential_utf"
1468
+ version = "0.1.5"
1469
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1470
+ checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564"
1471
+ dependencies = [
1472
+ "serde_core",
1473
+ "writeable",
1474
+ "zerovec",
1475
+ ]
1476
+
1477
+ [[package]]
1478
+ name = "powerfmt"
1479
+ version = "0.2.0"
1480
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1481
+ checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
1482
+
1483
+ [[package]]
1484
+ name = "ppv-lite86"
1485
+ version = "0.2.21"
1486
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1487
+ checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
1488
+ dependencies = [
1489
+ "zerocopy",
1490
+ ]
1491
+
1492
+ [[package]]
1493
+ name = "prettyplease"
1494
+ version = "0.2.37"
1495
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1496
+ checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
1497
+ dependencies = [
1498
+ "proc-macro2",
1499
+ "syn 2.0.119",
1500
+ ]
1501
+
1502
+ [[package]]
1503
+ name = "proc-macro2"
1504
+ version = "1.0.106"
1505
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1506
+ checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
1507
+ dependencies = [
1508
+ "unicode-ident",
1509
+ ]
1510
+
1511
+ [[package]]
1512
+ name = "quote"
1513
+ version = "1.0.46"
1514
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1515
+ checksum = "dfbc457d0c7a0759a614551b11a6409e5951f6c7537be1f1b7682b9ae9230368"
1516
+ dependencies = [
1517
+ "proc-macro2",
1518
+ ]
1519
+
1520
+ [[package]]
1521
+ name = "r-efi"
1522
+ version = "5.3.0"
1523
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1524
+ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
1525
+
1526
+ [[package]]
1527
+ name = "r-efi"
1528
+ version = "6.0.0"
1529
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1530
+ checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
1531
+
1532
+ [[package]]
1533
+ name = "radium"
1534
+ version = "0.7.0"
1535
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1536
+ checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
1537
+
1538
+ [[package]]
1539
+ name = "rand"
1540
+ version = "0.8.7"
1541
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1542
+ checksum = "22f6172bdec972074665ed81ed53b71da00bfc44b65a753cfde883ec4c702a1a"
1543
+ dependencies = [
1544
+ "libc",
1545
+ "rand_chacha 0.3.1",
1546
+ "rand_core 0.6.4",
1547
+ ]
1548
+
1549
+ [[package]]
1550
+ name = "rand"
1551
+ version = "0.9.5"
1552
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1553
+ checksum = "b9ef1d0d795eb7d84685bca4f72f3649f064e6641543d3a8c415898726a57b41"
1554
+ dependencies = [
1555
+ "rand_chacha 0.9.0",
1556
+ "rand_core 0.9.5",
1557
+ ]
1558
+
1559
+ [[package]]
1560
+ name = "rand_chacha"
1561
+ version = "0.3.1"
1562
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1563
+ checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
1564
+ dependencies = [
1565
+ "ppv-lite86",
1566
+ "rand_core 0.6.4",
1567
+ ]
1568
+
1569
+ [[package]]
1570
+ name = "rand_chacha"
1571
+ version = "0.9.0"
1572
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1573
+ checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
1574
+ dependencies = [
1575
+ "ppv-lite86",
1576
+ "rand_core 0.9.5",
1577
+ ]
1578
+
1579
+ [[package]]
1580
+ name = "rand_core"
1581
+ version = "0.6.4"
1582
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1583
+ checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1584
+ dependencies = [
1585
+ "getrandom 0.2.17",
1586
+ ]
1587
+
1588
+ [[package]]
1589
+ name = "rand_core"
1590
+ version = "0.9.5"
1591
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1592
+ checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
1593
+ dependencies = [
1594
+ "getrandom 0.3.4",
1595
+ ]
1596
+
1597
+ [[package]]
1598
+ name = "rand_pcg"
1599
+ version = "0.3.1"
1600
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1601
+ checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
1602
+ dependencies = [
1603
+ "rand_core 0.6.4",
1604
+ ]
1605
+
1606
+ [[package]]
1607
+ name = "rapidhash"
1608
+ version = "4.5.1"
1609
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1610
+ checksum = "5da7e78a036ce858e8d55b7e7dc8ba3a88b78350fd2155d3591bbd966b58589e"
1611
+ dependencies = [
1612
+ "rustversion",
1613
+ ]
1614
+
1615
+ [[package]]
1616
+ name = "rayon"
1617
+ version = "1.12.0"
1618
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1619
+ checksum = "fb39b166781f92d482534ef4b4b1b2568f42613b53e5b6c160e24cfbfa30926d"
1620
+ dependencies = [
1621
+ "either",
1622
+ "rayon-core",
1623
+ ]
1624
+
1625
+ [[package]]
1626
+ name = "rayon-core"
1627
+ version = "1.13.0"
1628
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1629
+ checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
1630
+ dependencies = [
1631
+ "crossbeam-deque",
1632
+ "crossbeam-utils",
1633
+ ]
1634
+
1635
+ [[package]]
1636
+ name = "rb-sys"
1637
+ version = "0.9.128"
1638
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1639
+ checksum = "45ca28513560e56cfb79a62b1fce363c73af170a182024ce880c77ee9429920a"
1640
+ dependencies = [
1641
+ "rb-sys-build",
1642
+ ]
1643
+
1644
+ [[package]]
1645
+ name = "rb-sys-build"
1646
+ version = "0.9.128"
1647
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1648
+ checksum = "ce04b2c55eff3a21aaa623fcc655d94373238e72cac6b3e1a3641ff31649f99a"
1649
+ dependencies = [
1650
+ "bindgen 0.72.1",
1651
+ "lazy_static",
1652
+ "proc-macro2",
1653
+ "quote",
1654
+ "regex",
1655
+ "shell-words",
1656
+ "syn 2.0.119",
1657
+ ]
1658
+
1659
+ [[package]]
1660
+ name = "rb-sys-env"
1661
+ version = "0.2.3"
1662
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1663
+ checksum = "cca7ad6a7e21e72151d56fe2495a259b5670e204c3adac41ee7ef676ea08117a"
1664
+
1665
+ [[package]]
1666
+ name = "redox_syscall"
1667
+ version = "0.5.18"
1668
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1669
+ checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
1670
+ dependencies = [
1671
+ "bitflags",
1672
+ ]
1673
+
1674
+ [[package]]
1675
+ name = "regex"
1676
+ version = "1.13.1"
1677
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1678
+ checksum = "f020237b6c8eed93db2e2cb53c00c60a8e1bc73da7d073199a1180401450218d"
1679
+ dependencies = [
1680
+ "aho-corasick",
1681
+ "memchr",
1682
+ "regex-automata",
1683
+ "regex-syntax",
1684
+ ]
1685
+
1686
+ [[package]]
1687
+ name = "regex-automata"
1688
+ version = "0.4.16"
1689
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1690
+ checksum = "8fcfdb36bda0c880c5931cdc7a2bcdc8ba4556847b9d912bca70bc94708711ad"
1691
+ dependencies = [
1692
+ "aho-corasick",
1693
+ "memchr",
1694
+ "regex-syntax",
1695
+ ]
1696
+
1697
+ [[package]]
1698
+ name = "regex-syntax"
1699
+ version = "0.8.11"
1700
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1701
+ checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4"
1702
+
1703
+ [[package]]
1704
+ name = "roaring"
1705
+ version = "0.11.2"
1706
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1707
+ checksum = "f08d6a905edb32d74a5d5737a0c9d7e950c312f3c46cb0ca0a2ca09ea11878a0"
1708
+ dependencies = [
1709
+ "bytemuck",
1710
+ "byteorder",
1711
+ ]
1712
+
1713
+ [[package]]
1714
+ name = "rust-stemmers"
1715
+ version = "1.2.0"
1716
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1717
+ checksum = "e46a2036019fdb888131db7a4c847a1063a7493f971ed94ea82c67eada63ca54"
1718
+ dependencies = [
1719
+ "serde",
1720
+ "serde_derive",
1721
+ ]
1722
+
1723
+ [[package]]
1724
+ name = "rustc-hash"
1725
+ version = "1.1.0"
1726
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1727
+ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
1728
+
1729
+ [[package]]
1730
+ name = "rustc-hash"
1731
+ version = "2.1.3"
1732
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1733
+ checksum = "6b1e7f9a428571be2dc5bc0505c13fb6bf936822b894ec87abf8a08a4e51742d"
1734
+
1735
+ [[package]]
1736
+ name = "rustc_version"
1737
+ version = "0.4.1"
1738
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1739
+ checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
1740
+ dependencies = [
1741
+ "semver",
1742
+ ]
1743
+
1744
+ [[package]]
1745
+ name = "rustc_version_runtime"
1746
+ version = "0.3.0"
1747
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1748
+ checksum = "2dd18cd2bae1820af0b6ad5e54f4a51d0f3fcc53b05f845675074efcc7af071d"
1749
+ dependencies = [
1750
+ "rustc_version",
1751
+ "semver",
1752
+ ]
1753
+
1754
+ [[package]]
1755
+ name = "rustix"
1756
+ version = "0.38.44"
1757
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1758
+ checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
1759
+ dependencies = [
1760
+ "bitflags",
1761
+ "errno",
1762
+ "libc",
1763
+ "linux-raw-sys 0.4.15",
1764
+ "windows-sys 0.59.0",
1765
+ ]
1766
+
1767
+ [[package]]
1768
+ name = "rustix"
1769
+ version = "1.1.4"
1770
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1771
+ checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
1772
+ dependencies = [
1773
+ "bitflags",
1774
+ "errno",
1775
+ "libc",
1776
+ "linux-raw-sys 0.12.1",
1777
+ "windows-sys 0.61.2",
1778
+ ]
1779
+
1780
+ [[package]]
1781
+ name = "rustversion"
1782
+ version = "1.0.23"
1783
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1784
+ checksum = "cf54715a573b99ac80df0bc206da022bcd442c974952c7b9720069370852e21f"
1785
+
1786
+ [[package]]
1787
+ name = "ryu"
1788
+ version = "1.0.23"
1789
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1790
+ checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
1791
+
1792
+ [[package]]
1793
+ name = "scoped-tls"
1794
+ version = "1.0.1"
1795
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1796
+ checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
1797
+
1798
+ [[package]]
1799
+ name = "scopeguard"
1800
+ version = "1.2.0"
1801
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1802
+ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
1803
+
1804
+ [[package]]
1805
+ name = "semver"
1806
+ version = "1.0.28"
1807
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1808
+ checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
1809
+
1810
+ [[package]]
1811
+ name = "seq-macro"
1812
+ version = "0.3.6"
1813
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1814
+ checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
1815
+
1816
+ [[package]]
1817
+ name = "serde"
1818
+ version = "1.0.228"
1819
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1820
+ checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
1821
+ dependencies = [
1822
+ "serde_core",
1823
+ "serde_derive",
1824
+ ]
1825
+
1826
+ [[package]]
1827
+ name = "serde_core"
1828
+ version = "1.0.228"
1829
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1830
+ checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
1831
+ dependencies = [
1832
+ "serde_derive",
1833
+ ]
1834
+
1835
+ [[package]]
1836
+ name = "serde_derive"
1837
+ version = "1.0.228"
1838
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1839
+ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
1840
+ dependencies = [
1841
+ "proc-macro2",
1842
+ "quote",
1843
+ "syn 2.0.119",
1844
+ ]
1845
+
1846
+ [[package]]
1847
+ name = "serde_json"
1848
+ version = "1.0.150"
1849
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1850
+ checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9"
1851
+ dependencies = [
1852
+ "itoa",
1853
+ "memchr",
1854
+ "serde",
1855
+ "serde_core",
1856
+ "zmij",
1857
+ ]
1858
+
1859
+ [[package]]
1860
+ name = "sha1_smol"
1861
+ version = "1.0.1"
1862
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1863
+ checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
1864
+
1865
+ [[package]]
1866
+ name = "sharded-slab"
1867
+ version = "0.1.7"
1868
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1869
+ checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
1870
+ dependencies = [
1871
+ "lazy_static",
1872
+ ]
1873
+
1874
+ [[package]]
1875
+ name = "shell-words"
1876
+ version = "1.1.1"
1877
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1878
+ checksum = "dc6fe69c597f9c37bfeeeeeb33da3530379845f10be461a66d16d03eca2ded77"
1879
+
1880
+ [[package]]
1881
+ name = "shlex"
1882
+ version = "1.3.0"
1883
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1884
+ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
1885
+
1886
+ [[package]]
1887
+ name = "shlex"
1888
+ version = "2.0.1"
1889
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1890
+ checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
1891
+
1892
+ [[package]]
1893
+ name = "shuttle"
1894
+ version = "0.8.1"
1895
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1896
+ checksum = "2ab17edba38d63047f46780cf7360acf7467fec2c048928689a5c1dd1c2b4e31"
1897
+ dependencies = [
1898
+ "assoc",
1899
+ "bitvec",
1900
+ "cfg-if",
1901
+ "generator",
1902
+ "hex",
1903
+ "owo-colors",
1904
+ "rand 0.8.7",
1905
+ "rand_core 0.6.4",
1906
+ "rand_pcg",
1907
+ "scoped-tls",
1908
+ "smallvec",
1909
+ "tracing",
1910
+ ]
1911
+
1912
+ [[package]]
1913
+ name = "simsimd"
1914
+ version = "6.5.16"
1915
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1916
+ checksum = "f4fb3bc3cdce07a7d7d4caa4c54f8aa967f6be41690482b54b24100a2253fa70"
1917
+ dependencies = [
1918
+ "cc",
1919
+ ]
1920
+
1921
+ [[package]]
1922
+ name = "siphasher"
1923
+ version = "1.0.3"
1924
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1925
+ checksum = "8ee5873ec9cce0195efcb7a4e9507a04cd49aec9c83d0389df45b1ef7ba2e649"
1926
+
1927
+ [[package]]
1928
+ name = "sketches-ddsketch"
1929
+ version = "0.4.0"
1930
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1931
+ checksum = "05e40b6cf54d988dc1a2223531b969c9a9e30906ad90ef64890c27b4bfbb46ea"
1932
+ dependencies = [
1933
+ "serde",
1934
+ ]
1935
+
1936
+ [[package]]
1937
+ name = "slab"
1938
+ version = "0.4.12"
1939
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1940
+ checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
1941
+
1942
+ [[package]]
1943
+ name = "smallvec"
1944
+ version = "1.15.2"
1945
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1946
+ checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90"
1947
+
1948
+ [[package]]
1949
+ name = "softaes"
1950
+ version = "0.1.5"
1951
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1952
+ checksum = "45e14297decde697ddf377c25752aead0927d5cfc89c2684d2af96901a4ceeea"
1953
+
1954
+ [[package]]
1955
+ name = "stable_deref_trait"
1956
+ version = "1.2.1"
1957
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1958
+ checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
1959
+
1960
+ [[package]]
1961
+ name = "strsim"
1962
+ version = "0.11.1"
1963
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1964
+ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
1965
+
1966
+ [[package]]
1967
+ name = "strum"
1968
+ version = "0.26.3"
1969
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1970
+ checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
1971
+ dependencies = [
1972
+ "strum_macros",
1973
+ ]
1974
+
1975
+ [[package]]
1976
+ name = "strum_macros"
1977
+ version = "0.26.4"
1978
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1979
+ checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
1980
+ dependencies = [
1981
+ "heck",
1982
+ "proc-macro2",
1983
+ "quote",
1984
+ "rustversion",
1985
+ "syn 2.0.119",
1986
+ ]
1987
+
1988
+ [[package]]
1989
+ name = "subtle"
1990
+ version = "2.6.1"
1991
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1992
+ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
1993
+
1994
+ [[package]]
1995
+ name = "symlink"
1996
+ version = "0.1.0"
1997
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1998
+ checksum = "a7973cce6668464ea31f176d85b13c7ab3bba2cb3b77a2ed26abd7801688010a"
1999
+
2000
+ [[package]]
2001
+ name = "syn"
2002
+ version = "2.0.119"
2003
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2004
+ checksum = "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297"
2005
+ dependencies = [
2006
+ "proc-macro2",
2007
+ "quote",
2008
+ "unicode-ident",
2009
+ ]
2010
+
2011
+ [[package]]
2012
+ name = "syn"
2013
+ version = "3.0.1"
2014
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2015
+ checksum = "5edbec4ed188954a10c12c038215f8ce7606b2d5c973cd8dc43e8795065c5f2f"
2016
+ dependencies = [
2017
+ "proc-macro2",
2018
+ "quote",
2019
+ "unicode-ident",
2020
+ ]
2021
+
2022
+ [[package]]
2023
+ name = "synstructure"
2024
+ version = "0.13.2"
2025
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2026
+ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
2027
+ dependencies = [
2028
+ "proc-macro2",
2029
+ "quote",
2030
+ "syn 2.0.119",
2031
+ ]
2032
+
2033
+ [[package]]
2034
+ name = "tantivy"
2035
+ version = "0.26.1"
2036
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2037
+ checksum = "edde6a10743fff00a4e1a8c9ef020bf5f3cbad301b7d2d39f2b07f123c4eac07"
2038
+ dependencies = [
2039
+ "aho-corasick",
2040
+ "arc-swap",
2041
+ "base64",
2042
+ "bitpacking",
2043
+ "bon",
2044
+ "byteorder",
2045
+ "census",
2046
+ "crc32fast",
2047
+ "crossbeam-channel",
2048
+ "datasketches",
2049
+ "downcast-rs",
2050
+ "fastdivide",
2051
+ "fnv",
2052
+ "fs4",
2053
+ "htmlescape",
2054
+ "itertools 0.14.0",
2055
+ "levenshtein_automata",
2056
+ "log",
2057
+ "lru",
2058
+ "lz4_flex",
2059
+ "measure_time",
2060
+ "memmap2",
2061
+ "once_cell",
2062
+ "oneshot",
2063
+ "rayon",
2064
+ "regex",
2065
+ "rust-stemmers",
2066
+ "rustc-hash 2.1.3",
2067
+ "serde",
2068
+ "serde_json",
2069
+ "sketches-ddsketch",
2070
+ "smallvec",
2071
+ "tantivy-bitpacker",
2072
+ "tantivy-columnar",
2073
+ "tantivy-common",
2074
+ "tantivy-fst",
2075
+ "tantivy-query-grammar",
2076
+ "tantivy-stacker",
2077
+ "tantivy-tokenizer-api",
2078
+ "tempfile",
2079
+ "thiserror",
2080
+ "time",
2081
+ "typetag",
2082
+ "uuid",
2083
+ "winapi",
2084
+ ]
2085
+
2086
+ [[package]]
2087
+ name = "tantivy-bitpacker"
2088
+ version = "0.10.0"
2089
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2090
+ checksum = "4fed3d674429bcd2de5d0a6d1aa5495fed8afd9c5ecce993019caf7615f53fa4"
2091
+ dependencies = [
2092
+ "bitpacking",
2093
+ ]
2094
+
2095
+ [[package]]
2096
+ name = "tantivy-columnar"
2097
+ version = "0.7.0"
2098
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2099
+ checksum = "c57166f5bcfd478f370ab8445afb4678dce44801fa5ce5c451aaf8595583c5dc"
2100
+ dependencies = [
2101
+ "downcast-rs",
2102
+ "fastdivide",
2103
+ "itertools 0.14.0",
2104
+ "serde",
2105
+ "tantivy-bitpacker",
2106
+ "tantivy-common",
2107
+ "tantivy-sstable",
2108
+ "tantivy-stacker",
2109
+ ]
2110
+
2111
+ [[package]]
2112
+ name = "tantivy-common"
2113
+ version = "0.11.0"
2114
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2115
+ checksum = "bbf10915aa75da3c3b0d58b58853d2e889efbaf32d4982a4c3715dde6bba23e5"
2116
+ dependencies = [
2117
+ "async-trait",
2118
+ "byteorder",
2119
+ "ownedbytes",
2120
+ "serde",
2121
+ "time",
2122
+ ]
2123
+
2124
+ [[package]]
2125
+ name = "tantivy-fst"
2126
+ version = "0.5.0"
2127
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2128
+ checksum = "d60769b80ad7953d8a7b2c70cdfe722bbcdcac6bccc8ac934c40c034d866fc18"
2129
+ dependencies = [
2130
+ "byteorder",
2131
+ "regex-syntax",
2132
+ "utf8-ranges",
2133
+ ]
2134
+
2135
+ [[package]]
2136
+ name = "tantivy-query-grammar"
2137
+ version = "0.26.0"
2138
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2139
+ checksum = "dfadb8526b6da90704feb293b0701a6aae62ea14983143344be2dc5ce30f1d82"
2140
+ dependencies = [
2141
+ "fnv",
2142
+ "nom",
2143
+ "ordered-float",
2144
+ "serde",
2145
+ "serde_json",
2146
+ ]
2147
+
2148
+ [[package]]
2149
+ name = "tantivy-sstable"
2150
+ version = "0.7.0"
2151
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2152
+ checksum = "8a2cfc3ac5164cbadc28965ffb145a8f47582a60ae5897859ad8d4316596c606"
2153
+ dependencies = [
2154
+ "futures-util",
2155
+ "itertools 0.14.0",
2156
+ "tantivy-bitpacker",
2157
+ "tantivy-common",
2158
+ "tantivy-fst",
2159
+ "zstd",
2160
+ ]
2161
+
2162
+ [[package]]
2163
+ name = "tantivy-stacker"
2164
+ version = "0.7.0"
2165
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2166
+ checksum = "6cbb051742da9d53ca9e8fff43a9b10e319338b24e2c0e15d0372df19ffeb951"
2167
+ dependencies = [
2168
+ "murmurhash32",
2169
+ "tantivy-common",
2170
+ ]
2171
+
2172
+ [[package]]
2173
+ name = "tantivy-tokenizer-api"
2174
+ version = "0.7.0"
2175
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2176
+ checksum = "eac258c2c6390673f2685813afeeafcb8c4e0ee7de8dd3fc46838dcc37263f98"
2177
+ dependencies = [
2178
+ "serde",
2179
+ ]
2180
+
2181
+ [[package]]
2182
+ name = "tap"
2183
+ version = "1.0.1"
2184
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2185
+ checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
2186
+
2187
+ [[package]]
2188
+ name = "tempfile"
2189
+ version = "3.27.0"
2190
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2191
+ checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
2192
+ dependencies = [
2193
+ "fastrand",
2194
+ "getrandom 0.4.3",
2195
+ "once_cell",
2196
+ "rustix 1.1.4",
2197
+ "windows-sys 0.61.2",
2198
+ ]
2199
+
2200
+ [[package]]
2201
+ name = "thiserror"
2202
+ version = "2.0.18"
2203
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2204
+ checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
2205
+ dependencies = [
2206
+ "thiserror-impl",
2207
+ ]
2208
+
2209
+ [[package]]
2210
+ name = "thiserror-impl"
2211
+ version = "2.0.18"
2212
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2213
+ checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
2214
+ dependencies = [
2215
+ "proc-macro2",
2216
+ "quote",
2217
+ "syn 2.0.119",
2218
+ ]
2219
+
2220
+ [[package]]
2221
+ name = "thread_local"
2222
+ version = "1.1.10"
2223
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2224
+ checksum = "1ad99c4c6d32803332c548b1af0540b357b3f5fc0be8f6c6bfe8b2e6ae784070"
2225
+ dependencies = [
2226
+ "cfg-if",
2227
+ ]
2228
+
2229
+ [[package]]
2230
+ name = "time"
2231
+ version = "0.3.53"
2232
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2233
+ checksum = "18dfaaeddcb932337b5e7866ee7d0ce9b76d2fd092997146f187ec09b4558a50"
2234
+ dependencies = [
2235
+ "deranged",
2236
+ "num-conv",
2237
+ "powerfmt",
2238
+ "serde_core",
2239
+ "time-core",
2240
+ "time-macros",
2241
+ ]
2242
+
2243
+ [[package]]
2244
+ name = "time-core"
2245
+ version = "0.1.9"
2246
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2247
+ checksum = "9e1c906769ad99c88eaa54e728060edef082f8e358ff32030cb7c7d315e81109"
2248
+
2249
+ [[package]]
2250
+ name = "time-macros"
2251
+ version = "0.2.31"
2252
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2253
+ checksum = "c431b87111666e491a90baa837f914fb45cd5dc3c268591b0220ff5057f2085f"
2254
+ dependencies = [
2255
+ "num-conv",
2256
+ "time-core",
2257
+ ]
2258
+
2259
+ [[package]]
2260
+ name = "tinystr"
2261
+ version = "0.8.3"
2262
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2263
+ checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d"
2264
+ dependencies = [
2265
+ "displaydoc",
2266
+ "serde_core",
2267
+ "zerovec",
2268
+ ]
2269
+
2270
+ [[package]]
2271
+ name = "tracing"
2272
+ version = "0.1.44"
2273
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2274
+ checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
2275
+ dependencies = [
2276
+ "pin-project-lite",
2277
+ "tracing-attributes",
2278
+ "tracing-core",
2279
+ ]
2280
+
2281
+ [[package]]
2282
+ name = "tracing-appender"
2283
+ version = "0.2.5"
2284
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2285
+ checksum = "050686193eb999b4bb3bc2acfa891a13da00f79734704c4b8b4ef1a10b368a3c"
2286
+ dependencies = [
2287
+ "crossbeam-channel",
2288
+ "symlink",
2289
+ "thiserror",
2290
+ "time",
2291
+ "tracing-subscriber",
2292
+ ]
2293
+
2294
+ [[package]]
2295
+ name = "tracing-attributes"
2296
+ version = "0.1.31"
2297
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2298
+ checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
2299
+ dependencies = [
2300
+ "proc-macro2",
2301
+ "quote",
2302
+ "syn 2.0.119",
2303
+ ]
2304
+
2305
+ [[package]]
2306
+ name = "tracing-core"
2307
+ version = "0.1.36"
2308
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2309
+ checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
2310
+ dependencies = [
2311
+ "once_cell",
2312
+ "valuable",
2313
+ ]
2314
+
2315
+ [[package]]
2316
+ name = "tracing-log"
2317
+ version = "0.2.0"
2318
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2319
+ checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
2320
+ dependencies = [
2321
+ "log",
2322
+ "once_cell",
2323
+ "tracing-core",
2324
+ ]
2325
+
2326
+ [[package]]
2327
+ name = "tracing-subscriber"
2328
+ version = "0.3.23"
2329
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2330
+ checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319"
2331
+ dependencies = [
2332
+ "matchers",
2333
+ "nu-ansi-term",
2334
+ "once_cell",
2335
+ "regex-automata",
2336
+ "sharded-slab",
2337
+ "smallvec",
2338
+ "thread_local",
2339
+ "tracing",
2340
+ "tracing-core",
2341
+ "tracing-log",
2342
+ ]
2343
+
2344
+ [[package]]
2345
+ name = "turso_core"
2346
+ version = "0.7.0"
2347
+ dependencies = [
2348
+ "aegis",
2349
+ "aes",
2350
+ "aes-gcm",
2351
+ "allocator-api2 0.4.0",
2352
+ "antithesis_sdk",
2353
+ "arc-swap",
2354
+ "aristo",
2355
+ "bigdecimal",
2356
+ "bitflags",
2357
+ "branches",
2358
+ "bumpalo",
2359
+ "bytemuck",
2360
+ "cfg_aliases",
2361
+ "cfg_block",
2362
+ "chrono",
2363
+ "crc32c",
2364
+ "crossbeam-epoch",
2365
+ "crossbeam-utils",
2366
+ "either",
2367
+ "fallible-iterator",
2368
+ "fastbloom",
2369
+ "hex",
2370
+ "icu_collator",
2371
+ "icu_locale",
2372
+ "intrusive-collections",
2373
+ "io-uring",
2374
+ "libc",
2375
+ "libloading",
2376
+ "libm",
2377
+ "loom",
2378
+ "miette",
2379
+ "num-bigint",
2380
+ "num-traits",
2381
+ "pack1",
2382
+ "parking_lot",
2383
+ "pastey",
2384
+ "polling",
2385
+ "rand 0.9.5",
2386
+ "rapidhash",
2387
+ "regex",
2388
+ "regex-syntax",
2389
+ "roaring",
2390
+ "rustc-hash 2.1.3",
2391
+ "rustix 1.1.4",
2392
+ "ryu",
2393
+ "serde_json",
2394
+ "shuttle",
2395
+ "simsimd",
2396
+ "smallvec",
2397
+ "strum",
2398
+ "strum_macros",
2399
+ "tantivy",
2400
+ "tempfile",
2401
+ "thiserror",
2402
+ "tracing",
2403
+ "tracing-subscriber",
2404
+ "turso_ext",
2405
+ "turso_macros",
2406
+ "turso_parser",
2407
+ "twox-hash",
2408
+ "uncased",
2409
+ "uuid",
2410
+ "windows-sys 0.61.2",
2411
+ ]
2412
+
2413
+ [[package]]
2414
+ name = "turso_ext"
2415
+ version = "0.7.0"
2416
+ dependencies = [
2417
+ "chrono",
2418
+ "getrandom 0.4.3",
2419
+ "turso_macros",
2420
+ ]
2421
+
2422
+ [[package]]
2423
+ name = "turso_macros"
2424
+ version = "0.7.0"
2425
+ dependencies = [
2426
+ "proc-macro2",
2427
+ "quote",
2428
+ "syn 2.0.119",
2429
+ ]
2430
+
2431
+ [[package]]
2432
+ name = "turso_parser"
2433
+ version = "0.7.0"
2434
+ dependencies = [
2435
+ "bitflags",
2436
+ "memchr",
2437
+ "miette",
2438
+ "strum",
2439
+ "strum_macros",
2440
+ "thiserror",
2441
+ "turso_macros",
2442
+ ]
2443
+
2444
+ [[package]]
2445
+ name = "turso_ruby"
2446
+ version = "0.1.2"
2447
+ dependencies = [
2448
+ "magnus",
2449
+ "rb-sys",
2450
+ "turso_core",
2451
+ "turso_sdk_kit",
2452
+ ]
2453
+
2454
+ [[package]]
2455
+ name = "turso_sdk_kit"
2456
+ version = "0.7.0"
2457
+ dependencies = [
2458
+ "bindgen 0.69.5",
2459
+ "env_logger",
2460
+ "parking_lot",
2461
+ "tracing",
2462
+ "tracing-appender",
2463
+ "tracing-subscriber",
2464
+ "turso_core",
2465
+ "turso_ext",
2466
+ "turso_sdk_kit_macros",
2467
+ ]
2468
+
2469
+ [[package]]
2470
+ name = "turso_sdk_kit_macros"
2471
+ version = "0.7.0"
2472
+ dependencies = [
2473
+ "proc-macro2",
2474
+ "quote",
2475
+ "syn 2.0.119",
2476
+ ]
2477
+
2478
+ [[package]]
2479
+ name = "twox-hash"
2480
+ version = "2.1.2"
2481
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2482
+ checksum = "9ea3136b675547379c4bd395ca6b938e5ad3c3d20fad76e7fe85f9e0d011419c"
2483
+ dependencies = [
2484
+ "rand 0.9.5",
2485
+ ]
2486
+
2487
+ [[package]]
2488
+ name = "typeid"
2489
+ version = "1.0.3"
2490
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2491
+ checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
2492
+
2493
+ [[package]]
2494
+ name = "typenum"
2495
+ version = "1.20.1"
2496
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2497
+ checksum = "b6f5e870be6c3b371b77fe0ee0bafb859fa4964b4404c27de1d380043c4dda20"
2498
+
2499
+ [[package]]
2500
+ name = "typetag"
2501
+ version = "0.2.23"
2502
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2503
+ checksum = "c90e86058a30d42a1a928dfb4b49bb33c98c3a2b4909492e6b0881cd94798ec2"
2504
+ dependencies = [
2505
+ "erased-serde",
2506
+ "inventory",
2507
+ "once_cell",
2508
+ "serde",
2509
+ "typetag-impl",
2510
+ ]
2511
+
2512
+ [[package]]
2513
+ name = "typetag-impl"
2514
+ version = "0.2.23"
2515
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2516
+ checksum = "f153acc4e99a5f2a5aefa09fb078be54e26271b2813f6041200b224c098d8328"
2517
+ dependencies = [
2518
+ "proc-macro2",
2519
+ "quote",
2520
+ "syn 3.0.1",
2521
+ ]
2522
+
2523
+ [[package]]
2524
+ name = "uncased"
2525
+ version = "0.9.10"
2526
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2527
+ checksum = "e1b88fcfe09e89d3866a5c11019378088af2d24c3fbd4f0543f96b479ec90697"
2528
+ dependencies = [
2529
+ "version_check",
2530
+ ]
2531
+
2532
+ [[package]]
2533
+ name = "unicode-ident"
2534
+ version = "1.0.24"
2535
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2536
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
2537
+
2538
+ [[package]]
2539
+ name = "unicode-width"
2540
+ version = "0.1.14"
2541
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2542
+ checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
2543
+
2544
+ [[package]]
2545
+ name = "universal-hash"
2546
+ version = "0.5.1"
2547
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2548
+ checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea"
2549
+ dependencies = [
2550
+ "crypto-common",
2551
+ "subtle",
2552
+ ]
2553
+
2554
+ [[package]]
2555
+ name = "utf16_iter"
2556
+ version = "1.0.5"
2557
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2558
+ checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
2559
+
2560
+ [[package]]
2561
+ name = "utf8-ranges"
2562
+ version = "1.0.5"
2563
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2564
+ checksum = "7fcfc827f90e53a02eaef5e535ee14266c1d569214c6aa70133a624d8a3164ba"
2565
+
2566
+ [[package]]
2567
+ name = "utf8_iter"
2568
+ version = "1.0.4"
2569
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2570
+ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
2571
+
2572
+ [[package]]
2573
+ name = "uuid"
2574
+ version = "1.24.0"
2575
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2576
+ checksum = "bf3923a6f5c4c6382e0b653c4117f48d631ea17f38ed86e2a828e6f7412f5239"
2577
+ dependencies = [
2578
+ "getrandom 0.4.3",
2579
+ "js-sys",
2580
+ "serde_core",
2581
+ "sha1_smol",
2582
+ "wasm-bindgen",
2583
+ ]
2584
+
2585
+ [[package]]
2586
+ name = "valuable"
2587
+ version = "0.1.1"
2588
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2589
+ checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
2590
+
2591
+ [[package]]
2592
+ name = "version_check"
2593
+ version = "0.9.5"
2594
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2595
+ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
2596
+
2597
+ [[package]]
2598
+ name = "wasi"
2599
+ version = "0.11.1+wasi-snapshot-preview1"
2600
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2601
+ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
2602
+
2603
+ [[package]]
2604
+ name = "wasip2"
2605
+ version = "1.0.4+wasi-0.2.12"
2606
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2607
+ checksum = "b67efb37e106e55ce722a510d6b5f9c17f083e5fc79afc2badeb12cc313d9487"
2608
+ dependencies = [
2609
+ "wit-bindgen",
2610
+ ]
2611
+
2612
+ [[package]]
2613
+ name = "wasm-bindgen"
2614
+ version = "0.2.126"
2615
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2616
+ checksum = "4b067c0c11094aef6b7a801c1e34a26affafdf3d051dba08456b868789aaf9a4"
2617
+ dependencies = [
2618
+ "cfg-if",
2619
+ "once_cell",
2620
+ "rustversion",
2621
+ "wasm-bindgen-macro",
2622
+ "wasm-bindgen-shared",
2623
+ ]
2624
+
2625
+ [[package]]
2626
+ name = "wasm-bindgen-macro"
2627
+ version = "0.2.126"
2628
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2629
+ checksum = "167ce5e579f6bcf889c4f7175a8a5a585de84e8ff93976ce393efa5f2837aab1"
2630
+ dependencies = [
2631
+ "quote",
2632
+ "wasm-bindgen-macro-support",
2633
+ ]
2634
+
2635
+ [[package]]
2636
+ name = "wasm-bindgen-macro-support"
2637
+ version = "0.2.126"
2638
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2639
+ checksum = "f3997c7839262f4ef12cf90b818d6340c18e80f263f1a94bf157d0ec4420380e"
2640
+ dependencies = [
2641
+ "bumpalo",
2642
+ "proc-macro2",
2643
+ "quote",
2644
+ "syn 2.0.119",
2645
+ "wasm-bindgen-shared",
2646
+ ]
2647
+
2648
+ [[package]]
2649
+ name = "wasm-bindgen-shared"
2650
+ version = "0.2.126"
2651
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2652
+ checksum = "dc1b4cb0cc549fcf58d7dfc081778139b3d283a081644e833e84682ad71cea24"
2653
+ dependencies = [
2654
+ "unicode-ident",
2655
+ ]
2656
+
2657
+ [[package]]
2658
+ name = "which"
2659
+ version = "4.4.2"
2660
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2661
+ checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
2662
+ dependencies = [
2663
+ "either",
2664
+ "home",
2665
+ "once_cell",
2666
+ "rustix 0.38.44",
2667
+ ]
2668
+
2669
+ [[package]]
2670
+ name = "winapi"
2671
+ version = "0.3.9"
2672
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2673
+ checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2674
+ dependencies = [
2675
+ "winapi-i686-pc-windows-gnu",
2676
+ "winapi-x86_64-pc-windows-gnu",
2677
+ ]
2678
+
2679
+ [[package]]
2680
+ name = "winapi-i686-pc-windows-gnu"
2681
+ version = "0.4.0"
2682
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2683
+ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2684
+
2685
+ [[package]]
2686
+ name = "winapi-x86_64-pc-windows-gnu"
2687
+ version = "0.4.0"
2688
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2689
+ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2690
+
2691
+ [[package]]
2692
+ name = "windows-core"
2693
+ version = "0.62.2"
2694
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2695
+ checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
2696
+ dependencies = [
2697
+ "windows-implement",
2698
+ "windows-interface",
2699
+ "windows-link",
2700
+ "windows-result",
2701
+ "windows-strings",
2702
+ ]
2703
+
2704
+ [[package]]
2705
+ name = "windows-implement"
2706
+ version = "0.60.2"
2707
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2708
+ checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
2709
+ dependencies = [
2710
+ "proc-macro2",
2711
+ "quote",
2712
+ "syn 2.0.119",
2713
+ ]
2714
+
2715
+ [[package]]
2716
+ name = "windows-interface"
2717
+ version = "0.59.3"
2718
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2719
+ checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
2720
+ dependencies = [
2721
+ "proc-macro2",
2722
+ "quote",
2723
+ "syn 2.0.119",
2724
+ ]
2725
+
2726
+ [[package]]
2727
+ name = "windows-link"
2728
+ version = "0.2.1"
2729
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2730
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
2731
+
2732
+ [[package]]
2733
+ name = "windows-result"
2734
+ version = "0.4.1"
2735
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2736
+ checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
2737
+ dependencies = [
2738
+ "windows-link",
2739
+ ]
2740
+
2741
+ [[package]]
2742
+ name = "windows-strings"
2743
+ version = "0.5.1"
2744
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2745
+ checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
2746
+ dependencies = [
2747
+ "windows-link",
2748
+ ]
2749
+
2750
+ [[package]]
2751
+ name = "windows-sys"
2752
+ version = "0.59.0"
2753
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2754
+ checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
2755
+ dependencies = [
2756
+ "windows-targets",
2757
+ ]
2758
+
2759
+ [[package]]
2760
+ name = "windows-sys"
2761
+ version = "0.61.2"
2762
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2763
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
2764
+ dependencies = [
2765
+ "windows-link",
2766
+ ]
2767
+
2768
+ [[package]]
2769
+ name = "windows-targets"
2770
+ version = "0.52.6"
2771
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2772
+ checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2773
+ dependencies = [
2774
+ "windows_aarch64_gnullvm",
2775
+ "windows_aarch64_msvc",
2776
+ "windows_i686_gnu",
2777
+ "windows_i686_gnullvm",
2778
+ "windows_i686_msvc",
2779
+ "windows_x86_64_gnu",
2780
+ "windows_x86_64_gnullvm",
2781
+ "windows_x86_64_msvc",
2782
+ ]
2783
+
2784
+ [[package]]
2785
+ name = "windows_aarch64_gnullvm"
2786
+ version = "0.52.6"
2787
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2788
+ checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2789
+
2790
+ [[package]]
2791
+ name = "windows_aarch64_msvc"
2792
+ version = "0.52.6"
2793
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2794
+ checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2795
+
2796
+ [[package]]
2797
+ name = "windows_i686_gnu"
2798
+ version = "0.52.6"
2799
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2800
+ checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
2801
+
2802
+ [[package]]
2803
+ name = "windows_i686_gnullvm"
2804
+ version = "0.52.6"
2805
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2806
+ checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2807
+
2808
+ [[package]]
2809
+ name = "windows_i686_msvc"
2810
+ version = "0.52.6"
2811
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2812
+ checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2813
+
2814
+ [[package]]
2815
+ name = "windows_x86_64_gnu"
2816
+ version = "0.52.6"
2817
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2818
+ checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2819
+
2820
+ [[package]]
2821
+ name = "windows_x86_64_gnullvm"
2822
+ version = "0.52.6"
2823
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2824
+ checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2825
+
2826
+ [[package]]
2827
+ name = "windows_x86_64_msvc"
2828
+ version = "0.52.6"
2829
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2830
+ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2831
+
2832
+ [[package]]
2833
+ name = "wit-bindgen"
2834
+ version = "0.57.1"
2835
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2836
+ checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
2837
+
2838
+ [[package]]
2839
+ name = "write16"
2840
+ version = "1.0.0"
2841
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2842
+ checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
2843
+
2844
+ [[package]]
2845
+ name = "writeable"
2846
+ version = "0.6.3"
2847
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2848
+ checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4"
2849
+
2850
+ [[package]]
2851
+ name = "wyz"
2852
+ version = "0.5.1"
2853
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2854
+ checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
2855
+ dependencies = [
2856
+ "tap",
2857
+ ]
2858
+
2859
+ [[package]]
2860
+ name = "yoke"
2861
+ version = "0.8.3"
2862
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2863
+ checksum = "709fe23a0424b6a435d82152b1bd3fdfb0833487d5fa90d05d42762a9891fef5"
2864
+ dependencies = [
2865
+ "stable_deref_trait",
2866
+ "yoke-derive",
2867
+ "zerofrom",
2868
+ ]
2869
+
2870
+ [[package]]
2871
+ name = "yoke-derive"
2872
+ version = "0.8.2"
2873
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2874
+ checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
2875
+ dependencies = [
2876
+ "proc-macro2",
2877
+ "quote",
2878
+ "syn 2.0.119",
2879
+ "synstructure",
2880
+ ]
2881
+
2882
+ [[package]]
2883
+ name = "zerocopy"
2884
+ version = "0.8.54"
2885
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2886
+ checksum = "b7cbbc0a705a0fd05cc3676525980d2bf5a9bc4adac6d6475209a7887cf59d19"
2887
+ dependencies = [
2888
+ "zerocopy-derive",
2889
+ ]
2890
+
2891
+ [[package]]
2892
+ name = "zerocopy-derive"
2893
+ version = "0.8.54"
2894
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2895
+ checksum = "e2e817b7b52d0c7358d3246da9d69935ebb18116b2b102b4230dac079b4862f5"
2896
+ dependencies = [
2897
+ "proc-macro2",
2898
+ "quote",
2899
+ "syn 2.0.119",
2900
+ ]
2901
+
2902
+ [[package]]
2903
+ name = "zerofrom"
2904
+ version = "0.1.8"
2905
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2906
+ checksum = "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272"
2907
+ dependencies = [
2908
+ "zerofrom-derive",
2909
+ ]
2910
+
2911
+ [[package]]
2912
+ name = "zerofrom-derive"
2913
+ version = "0.1.7"
2914
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2915
+ checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
2916
+ dependencies = [
2917
+ "proc-macro2",
2918
+ "quote",
2919
+ "syn 2.0.119",
2920
+ "synstructure",
2921
+ ]
2922
+
2923
+ [[package]]
2924
+ name = "zerotrie"
2925
+ version = "0.2.4"
2926
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2927
+ checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf"
2928
+ dependencies = [
2929
+ "displaydoc",
2930
+ "yoke",
2931
+ "zerofrom",
2932
+ "zerovec",
2933
+ ]
2934
+
2935
+ [[package]]
2936
+ name = "zerovec"
2937
+ version = "0.11.6"
2938
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2939
+ checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239"
2940
+ dependencies = [
2941
+ "serde",
2942
+ "yoke",
2943
+ "zerofrom",
2944
+ "zerovec-derive",
2945
+ ]
2946
+
2947
+ [[package]]
2948
+ name = "zerovec-derive"
2949
+ version = "0.11.3"
2950
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2951
+ checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555"
2952
+ dependencies = [
2953
+ "proc-macro2",
2954
+ "quote",
2955
+ "syn 2.0.119",
2956
+ ]
2957
+
2958
+ [[package]]
2959
+ name = "zmij"
2960
+ version = "1.0.23"
2961
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2962
+ checksum = "29666d0abbfad1e3dc4dcf6144730dd3a3ab225bbbdac83319345b1b44ccfc1b"
2963
+
2964
+ [[package]]
2965
+ name = "zstd"
2966
+ version = "0.13.3"
2967
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2968
+ checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a"
2969
+ dependencies = [
2970
+ "zstd-safe",
2971
+ ]
2972
+
2973
+ [[package]]
2974
+ name = "zstd-safe"
2975
+ version = "7.2.4"
2976
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2977
+ checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d"
2978
+ dependencies = [
2979
+ "zstd-sys",
2980
+ ]
2981
+
2982
+ [[package]]
2983
+ name = "zstd-sys"
2984
+ version = "2.0.16+zstd.1.5.7"
2985
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2986
+ checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
2987
+ dependencies = [
2988
+ "cc",
2989
+ "pkg-config",
2990
+ ]