pglite 0.0.1

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.
data/ext/Cargo.lock ADDED
@@ -0,0 +1,3336 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 4
4
+
5
+ [[package]]
6
+ name = "addr2line"
7
+ version = "0.21.0"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
10
+ dependencies = [
11
+ "gimli",
12
+ ]
13
+
14
+ [[package]]
15
+ name = "adler2"
16
+ version = "2.0.1"
17
+ source = "registry+https://github.com/rust-lang/crates.io-index"
18
+ checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
19
+
20
+ [[package]]
21
+ name = "ahash"
22
+ version = "0.8.12"
23
+ source = "registry+https://github.com/rust-lang/crates.io-index"
24
+ checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
25
+ dependencies = [
26
+ "cfg-if",
27
+ "once_cell",
28
+ "version_check",
29
+ "zerocopy",
30
+ ]
31
+
32
+ [[package]]
33
+ name = "aho-corasick"
34
+ version = "1.1.4"
35
+ source = "registry+https://github.com/rust-lang/crates.io-index"
36
+ checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
37
+ dependencies = [
38
+ "memchr",
39
+ ]
40
+
41
+ [[package]]
42
+ name = "ambient-authority"
43
+ version = "0.0.2"
44
+ source = "registry+https://github.com/rust-lang/crates.io-index"
45
+ checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
46
+
47
+ [[package]]
48
+ name = "android_system_properties"
49
+ version = "0.1.5"
50
+ source = "registry+https://github.com/rust-lang/crates.io-index"
51
+ checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
52
+ dependencies = [
53
+ "libc",
54
+ ]
55
+
56
+ [[package]]
57
+ name = "anyhow"
58
+ version = "1.0.100"
59
+ source = "registry+https://github.com/rust-lang/crates.io-index"
60
+ checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
61
+
62
+ [[package]]
63
+ name = "ar_archive_writer"
64
+ version = "0.2.0"
65
+ source = "registry+https://github.com/rust-lang/crates.io-index"
66
+ checksum = "f0c269894b6fe5e9d7ada0cf69b5bf847ff35bc25fc271f08e1d080fce80339a"
67
+ dependencies = [
68
+ "object",
69
+ ]
70
+
71
+ [[package]]
72
+ name = "arbitrary"
73
+ version = "1.4.2"
74
+ source = "registry+https://github.com/rust-lang/crates.io-index"
75
+ checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1"
76
+
77
+ [[package]]
78
+ name = "async-trait"
79
+ version = "0.1.89"
80
+ source = "registry+https://github.com/rust-lang/crates.io-index"
81
+ checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
82
+ dependencies = [
83
+ "proc-macro2",
84
+ "quote",
85
+ "syn",
86
+ ]
87
+
88
+ [[package]]
89
+ name = "autocfg"
90
+ version = "1.5.0"
91
+ source = "registry+https://github.com/rust-lang/crates.io-index"
92
+ checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
93
+
94
+ [[package]]
95
+ name = "base64"
96
+ version = "0.21.7"
97
+ source = "registry+https://github.com/rust-lang/crates.io-index"
98
+ checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
99
+
100
+ [[package]]
101
+ name = "base64"
102
+ version = "0.22.1"
103
+ source = "registry+https://github.com/rust-lang/crates.io-index"
104
+ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
105
+
106
+ [[package]]
107
+ name = "bincode"
108
+ version = "1.3.3"
109
+ source = "registry+https://github.com/rust-lang/crates.io-index"
110
+ checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
111
+ dependencies = [
112
+ "serde",
113
+ ]
114
+
115
+ [[package]]
116
+ name = "bindgen"
117
+ version = "0.69.5"
118
+ source = "registry+https://github.com/rust-lang/crates.io-index"
119
+ checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
120
+ dependencies = [
121
+ "bitflags",
122
+ "cexpr",
123
+ "clang-sys",
124
+ "itertools",
125
+ "lazy_static",
126
+ "lazycell",
127
+ "proc-macro2",
128
+ "quote",
129
+ "regex",
130
+ "rustc-hash",
131
+ "shlex",
132
+ "syn",
133
+ ]
134
+
135
+ [[package]]
136
+ name = "bitflags"
137
+ version = "2.10.0"
138
+ source = "registry+https://github.com/rust-lang/crates.io-index"
139
+ checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
140
+
141
+ [[package]]
142
+ name = "block-buffer"
143
+ version = "0.10.4"
144
+ source = "registry+https://github.com/rust-lang/crates.io-index"
145
+ checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
146
+ dependencies = [
147
+ "generic-array",
148
+ ]
149
+
150
+ [[package]]
151
+ name = "bumpalo"
152
+ version = "3.19.0"
153
+ source = "registry+https://github.com/rust-lang/crates.io-index"
154
+ checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
155
+
156
+ [[package]]
157
+ name = "byteorder"
158
+ version = "1.5.0"
159
+ source = "registry+https://github.com/rust-lang/crates.io-index"
160
+ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
161
+
162
+ [[package]]
163
+ name = "bytes"
164
+ version = "1.11.0"
165
+ source = "registry+https://github.com/rust-lang/crates.io-index"
166
+ checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3"
167
+
168
+ [[package]]
169
+ name = "cap-fs-ext"
170
+ version = "3.4.5"
171
+ source = "registry+https://github.com/rust-lang/crates.io-index"
172
+ checksum = "d5528f85b1e134ae811704e41ef80930f56e795923f866813255bc342cc20654"
173
+ dependencies = [
174
+ "cap-primitives",
175
+ "cap-std",
176
+ "io-lifetimes",
177
+ "windows-sys 0.59.0",
178
+ ]
179
+
180
+ [[package]]
181
+ name = "cap-net-ext"
182
+ version = "3.4.5"
183
+ source = "registry+https://github.com/rust-lang/crates.io-index"
184
+ checksum = "20a158160765c6a7d0d8c072a53d772e4cb243f38b04bfcf6b4939cfbe7482e7"
185
+ dependencies = [
186
+ "cap-primitives",
187
+ "cap-std",
188
+ "rustix 1.1.2",
189
+ "smallvec",
190
+ ]
191
+
192
+ [[package]]
193
+ name = "cap-primitives"
194
+ version = "3.4.5"
195
+ source = "registry+https://github.com/rust-lang/crates.io-index"
196
+ checksum = "b6cf3aea8a5081171859ef57bc1606b1df6999df4f1110f8eef68b30098d1d3a"
197
+ dependencies = [
198
+ "ambient-authority",
199
+ "fs-set-times",
200
+ "io-extras",
201
+ "io-lifetimes",
202
+ "ipnet",
203
+ "maybe-owned",
204
+ "rustix 1.1.2",
205
+ "rustix-linux-procfs",
206
+ "windows-sys 0.59.0",
207
+ "winx",
208
+ ]
209
+
210
+ [[package]]
211
+ name = "cap-rand"
212
+ version = "3.4.5"
213
+ source = "registry+https://github.com/rust-lang/crates.io-index"
214
+ checksum = "d8144c22e24bbcf26ade86cb6501a0916c46b7e4787abdb0045a467eb1645a1d"
215
+ dependencies = [
216
+ "ambient-authority",
217
+ "rand 0.8.5",
218
+ ]
219
+
220
+ [[package]]
221
+ name = "cap-std"
222
+ version = "3.4.5"
223
+ source = "registry+https://github.com/rust-lang/crates.io-index"
224
+ checksum = "b6dc3090992a735d23219de5c204927163d922f42f575a0189b005c62d37549a"
225
+ dependencies = [
226
+ "cap-primitives",
227
+ "io-extras",
228
+ "io-lifetimes",
229
+ "rustix 1.1.2",
230
+ ]
231
+
232
+ [[package]]
233
+ name = "cap-time-ext"
234
+ version = "3.4.5"
235
+ source = "registry+https://github.com/rust-lang/crates.io-index"
236
+ checksum = "def102506ce40c11710a9b16e614af0cde8e76ae51b1f48c04b8d79f4b671a80"
237
+ dependencies = [
238
+ "ambient-authority",
239
+ "cap-primitives",
240
+ "iana-time-zone",
241
+ "once_cell",
242
+ "rustix 1.1.2",
243
+ "winx",
244
+ ]
245
+
246
+ [[package]]
247
+ name = "cc"
248
+ version = "1.2.47"
249
+ source = "registry+https://github.com/rust-lang/crates.io-index"
250
+ checksum = "cd405d82c84ff7f35739f175f67d8b9fb7687a0e84ccdc78bd3568839827cf07"
251
+ dependencies = [
252
+ "find-msvc-tools",
253
+ "jobserver",
254
+ "libc",
255
+ "shlex",
256
+ ]
257
+
258
+ [[package]]
259
+ name = "cexpr"
260
+ version = "0.6.0"
261
+ source = "registry+https://github.com/rust-lang/crates.io-index"
262
+ checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
263
+ dependencies = [
264
+ "nom",
265
+ ]
266
+
267
+ [[package]]
268
+ name = "cfg-if"
269
+ version = "1.0.4"
270
+ source = "registry+https://github.com/rust-lang/crates.io-index"
271
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
272
+
273
+ [[package]]
274
+ name = "clang-sys"
275
+ version = "1.8.1"
276
+ source = "registry+https://github.com/rust-lang/crates.io-index"
277
+ checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
278
+ dependencies = [
279
+ "glob",
280
+ "libc",
281
+ "libloading",
282
+ ]
283
+
284
+ [[package]]
285
+ name = "core-foundation-sys"
286
+ version = "0.8.7"
287
+ source = "registry+https://github.com/rust-lang/crates.io-index"
288
+ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
289
+
290
+ [[package]]
291
+ name = "cpp_demangle"
292
+ version = "0.4.5"
293
+ source = "registry+https://github.com/rust-lang/crates.io-index"
294
+ checksum = "f2bb79cb74d735044c972aae58ed0aaa9a837e85b01106a54c39e42e97f62253"
295
+ dependencies = [
296
+ "cfg-if",
297
+ ]
298
+
299
+ [[package]]
300
+ name = "cpufeatures"
301
+ version = "0.2.17"
302
+ source = "registry+https://github.com/rust-lang/crates.io-index"
303
+ checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
304
+ dependencies = [
305
+ "libc",
306
+ ]
307
+
308
+ [[package]]
309
+ name = "cranelift-bforest"
310
+ version = "0.106.2"
311
+ source = "registry+https://github.com/rust-lang/crates.io-index"
312
+ checksum = "3b57d4f3ffc28bbd6ef1ca7b50b20126717232f97487efe027d135d9d87eb29c"
313
+ dependencies = [
314
+ "cranelift-entity",
315
+ ]
316
+
317
+ [[package]]
318
+ name = "cranelift-codegen"
319
+ version = "0.106.2"
320
+ source = "registry+https://github.com/rust-lang/crates.io-index"
321
+ checksum = "d1f7d0ac7fd53f2c29db3ff9a063f6ff5a8be2abaa8f6942aceb6e1521e70df7"
322
+ dependencies = [
323
+ "bumpalo",
324
+ "cranelift-bforest",
325
+ "cranelift-codegen-meta",
326
+ "cranelift-codegen-shared",
327
+ "cranelift-control",
328
+ "cranelift-entity",
329
+ "cranelift-isle",
330
+ "gimli",
331
+ "hashbrown 0.14.5",
332
+ "log",
333
+ "regalloc2",
334
+ "smallvec",
335
+ "target-lexicon",
336
+ ]
337
+
338
+ [[package]]
339
+ name = "cranelift-codegen-meta"
340
+ version = "0.106.2"
341
+ source = "registry+https://github.com/rust-lang/crates.io-index"
342
+ checksum = "b40bf21460a600178956cb7fd900a7408c6587fbb988a8063f7215361801a1da"
343
+ dependencies = [
344
+ "cranelift-codegen-shared",
345
+ ]
346
+
347
+ [[package]]
348
+ name = "cranelift-codegen-shared"
349
+ version = "0.106.2"
350
+ source = "registry+https://github.com/rust-lang/crates.io-index"
351
+ checksum = "d792ecc1243b7ebec4a7f77d9ed428ef27456eeb1f8c780587a6f5c38841be19"
352
+
353
+ [[package]]
354
+ name = "cranelift-control"
355
+ version = "0.106.2"
356
+ source = "registry+https://github.com/rust-lang/crates.io-index"
357
+ checksum = "cea2808043df964b73ad7582e09afbbe06a31f3fb9db834d53e74b4e16facaeb"
358
+ dependencies = [
359
+ "arbitrary",
360
+ ]
361
+
362
+ [[package]]
363
+ name = "cranelift-entity"
364
+ version = "0.106.2"
365
+ source = "registry+https://github.com/rust-lang/crates.io-index"
366
+ checksum = "f1930946836da6f514da87625cd1a0331f3908e0de454628c24a0b97b130c4d4"
367
+ dependencies = [
368
+ "serde",
369
+ "serde_derive",
370
+ ]
371
+
372
+ [[package]]
373
+ name = "cranelift-frontend"
374
+ version = "0.106.2"
375
+ source = "registry+https://github.com/rust-lang/crates.io-index"
376
+ checksum = "5482a5fcdf98f2f31b21093643bdcfe9030866b8be6481117022e7f52baa0f2b"
377
+ dependencies = [
378
+ "cranelift-codegen",
379
+ "log",
380
+ "smallvec",
381
+ "target-lexicon",
382
+ ]
383
+
384
+ [[package]]
385
+ name = "cranelift-isle"
386
+ version = "0.106.2"
387
+ source = "registry+https://github.com/rust-lang/crates.io-index"
388
+ checksum = "6f6e1869b6053383bdb356900e42e33555b4c9ebee05699469b7c53cdafc82ea"
389
+
390
+ [[package]]
391
+ name = "cranelift-native"
392
+ version = "0.106.2"
393
+ source = "registry+https://github.com/rust-lang/crates.io-index"
394
+ checksum = "a91446e8045f1c4bc164b7bba68e2419c623904580d4b730877a663c6da38964"
395
+ dependencies = [
396
+ "cranelift-codegen",
397
+ "libc",
398
+ "target-lexicon",
399
+ ]
400
+
401
+ [[package]]
402
+ name = "cranelift-wasm"
403
+ version = "0.106.2"
404
+ source = "registry+https://github.com/rust-lang/crates.io-index"
405
+ checksum = "f8b17979b862d3b0d52de6ae3294ffe4d86c36027b56ad0443a7c8c8f921d14f"
406
+ dependencies = [
407
+ "cranelift-codegen",
408
+ "cranelift-entity",
409
+ "cranelift-frontend",
410
+ "itertools",
411
+ "log",
412
+ "smallvec",
413
+ "wasmparser 0.201.0",
414
+ "wasmtime-types",
415
+ ]
416
+
417
+ [[package]]
418
+ name = "crc32fast"
419
+ version = "1.5.0"
420
+ source = "registry+https://github.com/rust-lang/crates.io-index"
421
+ checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
422
+ dependencies = [
423
+ "cfg-if",
424
+ ]
425
+
426
+ [[package]]
427
+ name = "crossbeam-deque"
428
+ version = "0.8.6"
429
+ source = "registry+https://github.com/rust-lang/crates.io-index"
430
+ checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
431
+ dependencies = [
432
+ "crossbeam-epoch",
433
+ "crossbeam-utils",
434
+ ]
435
+
436
+ [[package]]
437
+ name = "crossbeam-epoch"
438
+ version = "0.9.18"
439
+ source = "registry+https://github.com/rust-lang/crates.io-index"
440
+ checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
441
+ dependencies = [
442
+ "crossbeam-utils",
443
+ ]
444
+
445
+ [[package]]
446
+ name = "crossbeam-utils"
447
+ version = "0.8.21"
448
+ source = "registry+https://github.com/rust-lang/crates.io-index"
449
+ checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
450
+
451
+ [[package]]
452
+ name = "crypto-common"
453
+ version = "0.1.7"
454
+ source = "registry+https://github.com/rust-lang/crates.io-index"
455
+ checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
456
+ dependencies = [
457
+ "generic-array",
458
+ "typenum",
459
+ ]
460
+
461
+ [[package]]
462
+ name = "debugid"
463
+ version = "0.8.0"
464
+ source = "registry+https://github.com/rust-lang/crates.io-index"
465
+ checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
466
+ dependencies = [
467
+ "uuid",
468
+ ]
469
+
470
+ [[package]]
471
+ name = "digest"
472
+ version = "0.10.7"
473
+ source = "registry+https://github.com/rust-lang/crates.io-index"
474
+ checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
475
+ dependencies = [
476
+ "block-buffer",
477
+ "crypto-common",
478
+ "subtle",
479
+ ]
480
+
481
+ [[package]]
482
+ name = "directories"
483
+ version = "5.0.1"
484
+ source = "registry+https://github.com/rust-lang/crates.io-index"
485
+ checksum = "9a49173b84e034382284f27f1af4dcbbd231ffa358c0fe316541a7337f376a35"
486
+ dependencies = [
487
+ "dirs-sys 0.4.1",
488
+ ]
489
+
490
+ [[package]]
491
+ name = "directories-next"
492
+ version = "2.0.0"
493
+ source = "registry+https://github.com/rust-lang/crates.io-index"
494
+ checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"
495
+ dependencies = [
496
+ "cfg-if",
497
+ "dirs-sys-next",
498
+ ]
499
+
500
+ [[package]]
501
+ name = "dirs"
502
+ version = "4.0.0"
503
+ source = "registry+https://github.com/rust-lang/crates.io-index"
504
+ checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
505
+ dependencies = [
506
+ "dirs-sys 0.3.7",
507
+ ]
508
+
509
+ [[package]]
510
+ name = "dirs-sys"
511
+ version = "0.3.7"
512
+ source = "registry+https://github.com/rust-lang/crates.io-index"
513
+ checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
514
+ dependencies = [
515
+ "libc",
516
+ "redox_users",
517
+ "winapi",
518
+ ]
519
+
520
+ [[package]]
521
+ name = "dirs-sys"
522
+ version = "0.4.1"
523
+ source = "registry+https://github.com/rust-lang/crates.io-index"
524
+ checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
525
+ dependencies = [
526
+ "libc",
527
+ "option-ext",
528
+ "redox_users",
529
+ "windows-sys 0.48.0",
530
+ ]
531
+
532
+ [[package]]
533
+ name = "dirs-sys-next"
534
+ version = "0.1.2"
535
+ source = "registry+https://github.com/rust-lang/crates.io-index"
536
+ checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
537
+ dependencies = [
538
+ "libc",
539
+ "redox_users",
540
+ "winapi",
541
+ ]
542
+
543
+ [[package]]
544
+ name = "displaydoc"
545
+ version = "0.2.5"
546
+ source = "registry+https://github.com/rust-lang/crates.io-index"
547
+ checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
548
+ dependencies = [
549
+ "proc-macro2",
550
+ "quote",
551
+ "syn",
552
+ ]
553
+
554
+ [[package]]
555
+ name = "either"
556
+ version = "1.15.0"
557
+ source = "registry+https://github.com/rust-lang/crates.io-index"
558
+ checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
559
+
560
+ [[package]]
561
+ name = "encoding_rs"
562
+ version = "0.8.35"
563
+ source = "registry+https://github.com/rust-lang/crates.io-index"
564
+ checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
565
+ dependencies = [
566
+ "cfg-if",
567
+ ]
568
+
569
+ [[package]]
570
+ name = "equivalent"
571
+ version = "1.0.2"
572
+ source = "registry+https://github.com/rust-lang/crates.io-index"
573
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
574
+
575
+ [[package]]
576
+ name = "errno"
577
+ version = "0.3.14"
578
+ source = "registry+https://github.com/rust-lang/crates.io-index"
579
+ checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
580
+ dependencies = [
581
+ "libc",
582
+ "windows-sys 0.61.2",
583
+ ]
584
+
585
+ [[package]]
586
+ name = "fallible-iterator"
587
+ version = "0.2.0"
588
+ source = "registry+https://github.com/rust-lang/crates.io-index"
589
+ checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
590
+
591
+ [[package]]
592
+ name = "fallible-iterator"
593
+ version = "0.3.0"
594
+ source = "registry+https://github.com/rust-lang/crates.io-index"
595
+ checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
596
+
597
+ [[package]]
598
+ name = "fd-lock"
599
+ version = "4.0.4"
600
+ source = "registry+https://github.com/rust-lang/crates.io-index"
601
+ checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
602
+ dependencies = [
603
+ "cfg-if",
604
+ "rustix 1.1.2",
605
+ "windows-sys 0.59.0",
606
+ ]
607
+
608
+ [[package]]
609
+ name = "filetime"
610
+ version = "0.2.26"
611
+ source = "registry+https://github.com/rust-lang/crates.io-index"
612
+ checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed"
613
+ dependencies = [
614
+ "cfg-if",
615
+ "libc",
616
+ "libredox",
617
+ "windows-sys 0.60.2",
618
+ ]
619
+
620
+ [[package]]
621
+ name = "find-msvc-tools"
622
+ version = "0.1.5"
623
+ source = "registry+https://github.com/rust-lang/crates.io-index"
624
+ checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
625
+
626
+ [[package]]
627
+ name = "flate2"
628
+ version = "1.1.5"
629
+ source = "registry+https://github.com/rust-lang/crates.io-index"
630
+ checksum = "bfe33edd8e85a12a67454e37f8c75e730830d83e313556ab9ebf9ee7fbeb3bfb"
631
+ dependencies = [
632
+ "crc32fast",
633
+ "miniz_oxide",
634
+ ]
635
+
636
+ [[package]]
637
+ name = "form_urlencoded"
638
+ version = "1.2.2"
639
+ source = "registry+https://github.com/rust-lang/crates.io-index"
640
+ checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
641
+ dependencies = [
642
+ "percent-encoding",
643
+ ]
644
+
645
+ [[package]]
646
+ name = "fs-set-times"
647
+ version = "0.20.3"
648
+ source = "registry+https://github.com/rust-lang/crates.io-index"
649
+ checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
650
+ dependencies = [
651
+ "io-lifetimes",
652
+ "rustix 1.1.2",
653
+ "windows-sys 0.59.0",
654
+ ]
655
+
656
+ [[package]]
657
+ name = "futures"
658
+ version = "0.3.31"
659
+ source = "registry+https://github.com/rust-lang/crates.io-index"
660
+ checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
661
+ dependencies = [
662
+ "futures-channel",
663
+ "futures-core",
664
+ "futures-io",
665
+ "futures-sink",
666
+ "futures-task",
667
+ "futures-util",
668
+ ]
669
+
670
+ [[package]]
671
+ name = "futures-channel"
672
+ version = "0.3.31"
673
+ source = "registry+https://github.com/rust-lang/crates.io-index"
674
+ checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
675
+ dependencies = [
676
+ "futures-core",
677
+ "futures-sink",
678
+ ]
679
+
680
+ [[package]]
681
+ name = "futures-core"
682
+ version = "0.3.31"
683
+ source = "registry+https://github.com/rust-lang/crates.io-index"
684
+ checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
685
+
686
+ [[package]]
687
+ name = "futures-io"
688
+ version = "0.3.31"
689
+ source = "registry+https://github.com/rust-lang/crates.io-index"
690
+ checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
691
+
692
+ [[package]]
693
+ name = "futures-sink"
694
+ version = "0.3.31"
695
+ source = "registry+https://github.com/rust-lang/crates.io-index"
696
+ checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
697
+
698
+ [[package]]
699
+ name = "futures-task"
700
+ version = "0.3.31"
701
+ source = "registry+https://github.com/rust-lang/crates.io-index"
702
+ checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
703
+
704
+ [[package]]
705
+ name = "futures-util"
706
+ version = "0.3.31"
707
+ source = "registry+https://github.com/rust-lang/crates.io-index"
708
+ checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
709
+ dependencies = [
710
+ "futures-core",
711
+ "futures-sink",
712
+ "futures-task",
713
+ "pin-project-lite",
714
+ "pin-utils",
715
+ ]
716
+
717
+ [[package]]
718
+ name = "fxhash"
719
+ version = "0.2.1"
720
+ source = "registry+https://github.com/rust-lang/crates.io-index"
721
+ checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
722
+ dependencies = [
723
+ "byteorder",
724
+ ]
725
+
726
+ [[package]]
727
+ name = "fxprof-processed-profile"
728
+ version = "0.6.0"
729
+ source = "registry+https://github.com/rust-lang/crates.io-index"
730
+ checksum = "27d12c0aed7f1e24276a241aadc4cb8ea9f83000f34bc062b7cc2d51e3b0fabd"
731
+ dependencies = [
732
+ "bitflags",
733
+ "debugid",
734
+ "fxhash",
735
+ "serde",
736
+ "serde_json",
737
+ ]
738
+
739
+ [[package]]
740
+ name = "generic-array"
741
+ version = "0.14.7"
742
+ source = "registry+https://github.com/rust-lang/crates.io-index"
743
+ checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
744
+ dependencies = [
745
+ "typenum",
746
+ "version_check",
747
+ ]
748
+
749
+ [[package]]
750
+ name = "getrandom"
751
+ version = "0.2.16"
752
+ source = "registry+https://github.com/rust-lang/crates.io-index"
753
+ checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
754
+ dependencies = [
755
+ "cfg-if",
756
+ "libc",
757
+ "wasi",
758
+ ]
759
+
760
+ [[package]]
761
+ name = "getrandom"
762
+ version = "0.3.4"
763
+ source = "registry+https://github.com/rust-lang/crates.io-index"
764
+ checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
765
+ dependencies = [
766
+ "cfg-if",
767
+ "libc",
768
+ "r-efi",
769
+ "wasip2",
770
+ ]
771
+
772
+ [[package]]
773
+ name = "gimli"
774
+ version = "0.28.1"
775
+ source = "registry+https://github.com/rust-lang/crates.io-index"
776
+ checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
777
+ dependencies = [
778
+ "fallible-iterator 0.3.0",
779
+ "indexmap",
780
+ "stable_deref_trait",
781
+ ]
782
+
783
+ [[package]]
784
+ name = "glob"
785
+ version = "0.3.3"
786
+ source = "registry+https://github.com/rust-lang/crates.io-index"
787
+ checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
788
+
789
+ [[package]]
790
+ name = "hashbrown"
791
+ version = "0.13.2"
792
+ source = "registry+https://github.com/rust-lang/crates.io-index"
793
+ checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
794
+ dependencies = [
795
+ "ahash",
796
+ ]
797
+
798
+ [[package]]
799
+ name = "hashbrown"
800
+ version = "0.14.5"
801
+ source = "registry+https://github.com/rust-lang/crates.io-index"
802
+ checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
803
+ dependencies = [
804
+ "ahash",
805
+ ]
806
+
807
+ [[package]]
808
+ name = "hashbrown"
809
+ version = "0.16.1"
810
+ source = "registry+https://github.com/rust-lang/crates.io-index"
811
+ checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
812
+
813
+ [[package]]
814
+ name = "heck"
815
+ version = "0.4.1"
816
+ source = "registry+https://github.com/rust-lang/crates.io-index"
817
+ checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
818
+
819
+ [[package]]
820
+ name = "hex"
821
+ version = "0.4.3"
822
+ source = "registry+https://github.com/rust-lang/crates.io-index"
823
+ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
824
+
825
+ [[package]]
826
+ name = "hmac"
827
+ version = "0.12.1"
828
+ source = "registry+https://github.com/rust-lang/crates.io-index"
829
+ checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
830
+ dependencies = [
831
+ "digest",
832
+ ]
833
+
834
+ [[package]]
835
+ name = "iana-time-zone"
836
+ version = "0.1.64"
837
+ source = "registry+https://github.com/rust-lang/crates.io-index"
838
+ checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
839
+ dependencies = [
840
+ "android_system_properties",
841
+ "core-foundation-sys",
842
+ "iana-time-zone-haiku",
843
+ "js-sys",
844
+ "log",
845
+ "wasm-bindgen",
846
+ "windows-core",
847
+ ]
848
+
849
+ [[package]]
850
+ name = "iana-time-zone-haiku"
851
+ version = "0.1.2"
852
+ source = "registry+https://github.com/rust-lang/crates.io-index"
853
+ checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
854
+ dependencies = [
855
+ "cc",
856
+ ]
857
+
858
+ [[package]]
859
+ name = "icu_collections"
860
+ version = "2.1.1"
861
+ source = "registry+https://github.com/rust-lang/crates.io-index"
862
+ checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43"
863
+ dependencies = [
864
+ "displaydoc",
865
+ "potential_utf",
866
+ "yoke",
867
+ "zerofrom",
868
+ "zerovec",
869
+ ]
870
+
871
+ [[package]]
872
+ name = "icu_locale_core"
873
+ version = "2.1.1"
874
+ source = "registry+https://github.com/rust-lang/crates.io-index"
875
+ checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6"
876
+ dependencies = [
877
+ "displaydoc",
878
+ "litemap",
879
+ "tinystr",
880
+ "writeable",
881
+ "zerovec",
882
+ ]
883
+
884
+ [[package]]
885
+ name = "icu_normalizer"
886
+ version = "2.1.1"
887
+ source = "registry+https://github.com/rust-lang/crates.io-index"
888
+ checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599"
889
+ dependencies = [
890
+ "icu_collections",
891
+ "icu_normalizer_data",
892
+ "icu_properties",
893
+ "icu_provider",
894
+ "smallvec",
895
+ "zerovec",
896
+ ]
897
+
898
+ [[package]]
899
+ name = "icu_normalizer_data"
900
+ version = "2.1.1"
901
+ source = "registry+https://github.com/rust-lang/crates.io-index"
902
+ checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a"
903
+
904
+ [[package]]
905
+ name = "icu_properties"
906
+ version = "2.1.1"
907
+ source = "registry+https://github.com/rust-lang/crates.io-index"
908
+ checksum = "e93fcd3157766c0c8da2f8cff6ce651a31f0810eaa1c51ec363ef790bbb5fb99"
909
+ dependencies = [
910
+ "icu_collections",
911
+ "icu_locale_core",
912
+ "icu_properties_data",
913
+ "icu_provider",
914
+ "zerotrie",
915
+ "zerovec",
916
+ ]
917
+
918
+ [[package]]
919
+ name = "icu_properties_data"
920
+ version = "2.1.1"
921
+ source = "registry+https://github.com/rust-lang/crates.io-index"
922
+ checksum = "02845b3647bb045f1100ecd6480ff52f34c35f82d9880e029d329c21d1054899"
923
+
924
+ [[package]]
925
+ name = "icu_provider"
926
+ version = "2.1.1"
927
+ source = "registry+https://github.com/rust-lang/crates.io-index"
928
+ checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614"
929
+ dependencies = [
930
+ "displaydoc",
931
+ "icu_locale_core",
932
+ "writeable",
933
+ "yoke",
934
+ "zerofrom",
935
+ "zerotrie",
936
+ "zerovec",
937
+ ]
938
+
939
+ [[package]]
940
+ name = "id-arena"
941
+ version = "2.2.1"
942
+ source = "registry+https://github.com/rust-lang/crates.io-index"
943
+ checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
944
+
945
+ [[package]]
946
+ name = "idna"
947
+ version = "1.1.0"
948
+ source = "registry+https://github.com/rust-lang/crates.io-index"
949
+ checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
950
+ dependencies = [
951
+ "idna_adapter",
952
+ "smallvec",
953
+ "utf8_iter",
954
+ ]
955
+
956
+ [[package]]
957
+ name = "idna_adapter"
958
+ version = "1.2.1"
959
+ source = "registry+https://github.com/rust-lang/crates.io-index"
960
+ checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
961
+ dependencies = [
962
+ "icu_normalizer",
963
+ "icu_properties",
964
+ ]
965
+
966
+ [[package]]
967
+ name = "indexmap"
968
+ version = "2.12.1"
969
+ source = "registry+https://github.com/rust-lang/crates.io-index"
970
+ checksum = "0ad4bb2b565bca0645f4d68c5c9af97fba094e9791da685bf83cb5f3ce74acf2"
971
+ dependencies = [
972
+ "equivalent",
973
+ "hashbrown 0.16.1",
974
+ "serde",
975
+ "serde_core",
976
+ ]
977
+
978
+ [[package]]
979
+ name = "io-extras"
980
+ version = "0.18.4"
981
+ source = "registry+https://github.com/rust-lang/crates.io-index"
982
+ checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
983
+ dependencies = [
984
+ "io-lifetimes",
985
+ "windows-sys 0.59.0",
986
+ ]
987
+
988
+ [[package]]
989
+ name = "io-lifetimes"
990
+ version = "2.0.4"
991
+ source = "registry+https://github.com/rust-lang/crates.io-index"
992
+ checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
993
+
994
+ [[package]]
995
+ name = "ipnet"
996
+ version = "2.11.0"
997
+ source = "registry+https://github.com/rust-lang/crates.io-index"
998
+ checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
999
+
1000
+ [[package]]
1001
+ name = "itertools"
1002
+ version = "0.12.1"
1003
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1004
+ checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
1005
+ dependencies = [
1006
+ "either",
1007
+ ]
1008
+
1009
+ [[package]]
1010
+ name = "itoa"
1011
+ version = "1.0.15"
1012
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1013
+ checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
1014
+
1015
+ [[package]]
1016
+ name = "ittapi"
1017
+ version = "0.4.0"
1018
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1019
+ checksum = "6b996fe614c41395cdaedf3cf408a9534851090959d90d54a535f675550b64b1"
1020
+ dependencies = [
1021
+ "anyhow",
1022
+ "ittapi-sys",
1023
+ "log",
1024
+ ]
1025
+
1026
+ [[package]]
1027
+ name = "ittapi-sys"
1028
+ version = "0.4.0"
1029
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1030
+ checksum = "52f5385394064fa2c886205dba02598013ce83d3e92d33dbdc0c52fe0e7bf4fc"
1031
+ dependencies = [
1032
+ "cc",
1033
+ ]
1034
+
1035
+ [[package]]
1036
+ name = "jobserver"
1037
+ version = "0.1.34"
1038
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1039
+ checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
1040
+ dependencies = [
1041
+ "getrandom 0.3.4",
1042
+ "libc",
1043
+ ]
1044
+
1045
+ [[package]]
1046
+ name = "js-sys"
1047
+ version = "0.3.82"
1048
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1049
+ checksum = "b011eec8cc36da2aab2d5cff675ec18454fad408585853910a202391cf9f8e65"
1050
+ dependencies = [
1051
+ "once_cell",
1052
+ "wasm-bindgen",
1053
+ ]
1054
+
1055
+ [[package]]
1056
+ name = "lazy_static"
1057
+ version = "1.5.0"
1058
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1059
+ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
1060
+
1061
+ [[package]]
1062
+ name = "lazycell"
1063
+ version = "1.3.0"
1064
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1065
+ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
1066
+
1067
+ [[package]]
1068
+ name = "leb128"
1069
+ version = "0.2.5"
1070
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1071
+ checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
1072
+
1073
+ [[package]]
1074
+ name = "leb128fmt"
1075
+ version = "0.1.0"
1076
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1077
+ checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
1078
+
1079
+ [[package]]
1080
+ name = "libc"
1081
+ version = "0.2.177"
1082
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1083
+ checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976"
1084
+
1085
+ [[package]]
1086
+ name = "libloading"
1087
+ version = "0.8.9"
1088
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1089
+ checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
1090
+ dependencies = [
1091
+ "cfg-if",
1092
+ "windows-link",
1093
+ ]
1094
+
1095
+ [[package]]
1096
+ name = "libredox"
1097
+ version = "0.1.10"
1098
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1099
+ checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
1100
+ dependencies = [
1101
+ "bitflags",
1102
+ "libc",
1103
+ "redox_syscall",
1104
+ ]
1105
+
1106
+ [[package]]
1107
+ name = "linux-raw-sys"
1108
+ version = "0.4.15"
1109
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1110
+ checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
1111
+
1112
+ [[package]]
1113
+ name = "linux-raw-sys"
1114
+ version = "0.11.0"
1115
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1116
+ checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
1117
+
1118
+ [[package]]
1119
+ name = "litemap"
1120
+ version = "0.8.1"
1121
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1122
+ checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77"
1123
+
1124
+ [[package]]
1125
+ name = "lock_api"
1126
+ version = "0.4.14"
1127
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1128
+ checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
1129
+ dependencies = [
1130
+ "scopeguard",
1131
+ ]
1132
+
1133
+ [[package]]
1134
+ name = "log"
1135
+ version = "0.4.28"
1136
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1137
+ checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432"
1138
+
1139
+ [[package]]
1140
+ name = "lzma-sys"
1141
+ version = "0.1.20"
1142
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1143
+ checksum = "5fda04ab3764e6cde78b9974eec4f779acaba7c4e84b36eca3cf77c581b85d27"
1144
+ dependencies = [
1145
+ "cc",
1146
+ "libc",
1147
+ "pkg-config",
1148
+ ]
1149
+
1150
+ [[package]]
1151
+ name = "mach"
1152
+ version = "0.3.2"
1153
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1154
+ checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
1155
+ dependencies = [
1156
+ "libc",
1157
+ ]
1158
+
1159
+ [[package]]
1160
+ name = "magnus"
1161
+ version = "0.8.2"
1162
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1163
+ checksum = "3b36a5b126bbe97eb0d02d07acfeb327036c6319fd816139a49824a83b7f9012"
1164
+ dependencies = [
1165
+ "magnus-macros",
1166
+ "rb-sys",
1167
+ "rb-sys-env",
1168
+ "seq-macro",
1169
+ ]
1170
+
1171
+ [[package]]
1172
+ name = "magnus-macros"
1173
+ version = "0.8.0"
1174
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1175
+ checksum = "47607461fd8e1513cb4f2076c197d8092d921a1ea75bd08af97398f593751892"
1176
+ dependencies = [
1177
+ "proc-macro2",
1178
+ "quote",
1179
+ "syn",
1180
+ ]
1181
+
1182
+ [[package]]
1183
+ name = "matchers"
1184
+ version = "0.2.0"
1185
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1186
+ checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
1187
+ dependencies = [
1188
+ "regex-automata",
1189
+ ]
1190
+
1191
+ [[package]]
1192
+ name = "maybe-owned"
1193
+ version = "0.3.4"
1194
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1195
+ checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
1196
+
1197
+ [[package]]
1198
+ name = "md-5"
1199
+ version = "0.10.6"
1200
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1201
+ checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
1202
+ dependencies = [
1203
+ "cfg-if",
1204
+ "digest",
1205
+ ]
1206
+
1207
+ [[package]]
1208
+ name = "memchr"
1209
+ version = "2.7.6"
1210
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1211
+ checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
1212
+
1213
+ [[package]]
1214
+ name = "memfd"
1215
+ version = "0.6.5"
1216
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1217
+ checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227"
1218
+ dependencies = [
1219
+ "rustix 1.1.2",
1220
+ ]
1221
+
1222
+ [[package]]
1223
+ name = "memoffset"
1224
+ version = "0.9.1"
1225
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1226
+ checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
1227
+ dependencies = [
1228
+ "autocfg",
1229
+ ]
1230
+
1231
+ [[package]]
1232
+ name = "minimal-lexical"
1233
+ version = "0.2.1"
1234
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1235
+ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
1236
+
1237
+ [[package]]
1238
+ name = "miniz_oxide"
1239
+ version = "0.8.9"
1240
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1241
+ checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
1242
+ dependencies = [
1243
+ "adler2",
1244
+ "simd-adler32",
1245
+ ]
1246
+
1247
+ [[package]]
1248
+ name = "mio"
1249
+ version = "1.1.0"
1250
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1251
+ checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
1252
+ dependencies = [
1253
+ "libc",
1254
+ "wasi",
1255
+ "windows-sys 0.61.2",
1256
+ ]
1257
+
1258
+ [[package]]
1259
+ name = "nom"
1260
+ version = "7.1.3"
1261
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1262
+ checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
1263
+ dependencies = [
1264
+ "memchr",
1265
+ "minimal-lexical",
1266
+ ]
1267
+
1268
+ [[package]]
1269
+ name = "nu-ansi-term"
1270
+ version = "0.50.3"
1271
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1272
+ checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
1273
+ dependencies = [
1274
+ "windows-sys 0.61.2",
1275
+ ]
1276
+
1277
+ [[package]]
1278
+ name = "object"
1279
+ version = "0.32.2"
1280
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1281
+ checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441"
1282
+ dependencies = [
1283
+ "crc32fast",
1284
+ "hashbrown 0.14.5",
1285
+ "indexmap",
1286
+ "memchr",
1287
+ ]
1288
+
1289
+ [[package]]
1290
+ name = "once_cell"
1291
+ version = "1.21.3"
1292
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1293
+ checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
1294
+
1295
+ [[package]]
1296
+ name = "option-ext"
1297
+ version = "0.2.0"
1298
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1299
+ checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
1300
+
1301
+ [[package]]
1302
+ name = "parking_lot"
1303
+ version = "0.12.5"
1304
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1305
+ checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
1306
+ dependencies = [
1307
+ "lock_api",
1308
+ "parking_lot_core",
1309
+ ]
1310
+
1311
+ [[package]]
1312
+ name = "parking_lot_core"
1313
+ version = "0.9.12"
1314
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1315
+ checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
1316
+ dependencies = [
1317
+ "cfg-if",
1318
+ "libc",
1319
+ "redox_syscall",
1320
+ "smallvec",
1321
+ "windows-link",
1322
+ ]
1323
+
1324
+ [[package]]
1325
+ name = "paste"
1326
+ version = "1.0.15"
1327
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1328
+ checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
1329
+
1330
+ [[package]]
1331
+ name = "percent-encoding"
1332
+ version = "2.3.2"
1333
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1334
+ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
1335
+
1336
+ [[package]]
1337
+ name = "pglite-oxide"
1338
+ version = "0.1.0"
1339
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1340
+ checksum = "d1d42204e8892d557402fbdda0b9c3436280ea611d2522ba9e91394393b97545"
1341
+ dependencies = [
1342
+ "anyhow",
1343
+ "cap-std",
1344
+ "directories",
1345
+ "flate2",
1346
+ "getrandom 0.2.16",
1347
+ "md-5",
1348
+ "once_cell",
1349
+ "tar",
1350
+ "tokio",
1351
+ "tracing",
1352
+ "tracing-subscriber",
1353
+ "wasmtime",
1354
+ "wasmtime-wasi",
1355
+ "xz2",
1356
+ ]
1357
+
1358
+ [[package]]
1359
+ name = "pglite_rb_ext"
1360
+ version = "0.0.1"
1361
+ dependencies = [
1362
+ "anyhow",
1363
+ "bytes",
1364
+ "hex",
1365
+ "magnus",
1366
+ "pglite-oxide",
1367
+ "serde",
1368
+ "serde_json",
1369
+ "tokio",
1370
+ "tokio-postgres",
1371
+ ]
1372
+
1373
+ [[package]]
1374
+ name = "phf"
1375
+ version = "0.13.1"
1376
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1377
+ checksum = "c1562dc717473dbaa4c1f85a36410e03c047b2e7df7f45ee938fbef64ae7fadf"
1378
+ dependencies = [
1379
+ "phf_shared",
1380
+ "serde",
1381
+ ]
1382
+
1383
+ [[package]]
1384
+ name = "phf_shared"
1385
+ version = "0.13.1"
1386
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1387
+ checksum = "e57fef6bc5981e38c2ce2d63bfa546861309f875b8a75f092d1d54ae2d64f266"
1388
+ dependencies = [
1389
+ "siphasher",
1390
+ ]
1391
+
1392
+ [[package]]
1393
+ name = "pin-project-lite"
1394
+ version = "0.2.16"
1395
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1396
+ checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
1397
+
1398
+ [[package]]
1399
+ name = "pin-utils"
1400
+ version = "0.1.0"
1401
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1402
+ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1403
+
1404
+ [[package]]
1405
+ name = "pkg-config"
1406
+ version = "0.3.32"
1407
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1408
+ checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
1409
+
1410
+ [[package]]
1411
+ name = "postgres-protocol"
1412
+ version = "0.6.9"
1413
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1414
+ checksum = "fbef655056b916eb868048276cfd5d6a7dea4f81560dfd047f97c8c6fe3fcfd4"
1415
+ dependencies = [
1416
+ "base64 0.22.1",
1417
+ "byteorder",
1418
+ "bytes",
1419
+ "fallible-iterator 0.2.0",
1420
+ "hmac",
1421
+ "md-5",
1422
+ "memchr",
1423
+ "rand 0.9.2",
1424
+ "sha2",
1425
+ "stringprep",
1426
+ ]
1427
+
1428
+ [[package]]
1429
+ name = "postgres-types"
1430
+ version = "0.2.11"
1431
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1432
+ checksum = "ef4605b7c057056dd35baeb6ac0c0338e4975b1f2bef0f65da953285eb007095"
1433
+ dependencies = [
1434
+ "bytes",
1435
+ "fallible-iterator 0.2.0",
1436
+ "postgres-protocol",
1437
+ ]
1438
+
1439
+ [[package]]
1440
+ name = "potential_utf"
1441
+ version = "0.1.4"
1442
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1443
+ checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77"
1444
+ dependencies = [
1445
+ "zerovec",
1446
+ ]
1447
+
1448
+ [[package]]
1449
+ name = "ppv-lite86"
1450
+ version = "0.2.21"
1451
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1452
+ checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
1453
+ dependencies = [
1454
+ "zerocopy",
1455
+ ]
1456
+
1457
+ [[package]]
1458
+ name = "proc-macro2"
1459
+ version = "1.0.103"
1460
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1461
+ checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8"
1462
+ dependencies = [
1463
+ "unicode-ident",
1464
+ ]
1465
+
1466
+ [[package]]
1467
+ name = "psm"
1468
+ version = "0.1.28"
1469
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1470
+ checksum = "d11f2fedc3b7dafdc2851bc52f277377c5473d378859be234bc7ebb593144d01"
1471
+ dependencies = [
1472
+ "ar_archive_writer",
1473
+ "cc",
1474
+ ]
1475
+
1476
+ [[package]]
1477
+ name = "quote"
1478
+ version = "1.0.42"
1479
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1480
+ checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f"
1481
+ dependencies = [
1482
+ "proc-macro2",
1483
+ ]
1484
+
1485
+ [[package]]
1486
+ name = "r-efi"
1487
+ version = "5.3.0"
1488
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1489
+ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
1490
+
1491
+ [[package]]
1492
+ name = "rand"
1493
+ version = "0.8.5"
1494
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1495
+ checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
1496
+ dependencies = [
1497
+ "libc",
1498
+ "rand_chacha 0.3.1",
1499
+ "rand_core 0.6.4",
1500
+ ]
1501
+
1502
+ [[package]]
1503
+ name = "rand"
1504
+ version = "0.9.2"
1505
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1506
+ checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
1507
+ dependencies = [
1508
+ "rand_chacha 0.9.0",
1509
+ "rand_core 0.9.3",
1510
+ ]
1511
+
1512
+ [[package]]
1513
+ name = "rand_chacha"
1514
+ version = "0.3.1"
1515
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1516
+ checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
1517
+ dependencies = [
1518
+ "ppv-lite86",
1519
+ "rand_core 0.6.4",
1520
+ ]
1521
+
1522
+ [[package]]
1523
+ name = "rand_chacha"
1524
+ version = "0.9.0"
1525
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1526
+ checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
1527
+ dependencies = [
1528
+ "ppv-lite86",
1529
+ "rand_core 0.9.3",
1530
+ ]
1531
+
1532
+ [[package]]
1533
+ name = "rand_core"
1534
+ version = "0.6.4"
1535
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1536
+ checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1537
+ dependencies = [
1538
+ "getrandom 0.2.16",
1539
+ ]
1540
+
1541
+ [[package]]
1542
+ name = "rand_core"
1543
+ version = "0.9.3"
1544
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1545
+ checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
1546
+ dependencies = [
1547
+ "getrandom 0.3.4",
1548
+ ]
1549
+
1550
+ [[package]]
1551
+ name = "rayon"
1552
+ version = "1.11.0"
1553
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1554
+ checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
1555
+ dependencies = [
1556
+ "either",
1557
+ "rayon-core",
1558
+ ]
1559
+
1560
+ [[package]]
1561
+ name = "rayon-core"
1562
+ version = "1.13.0"
1563
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1564
+ checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
1565
+ dependencies = [
1566
+ "crossbeam-deque",
1567
+ "crossbeam-utils",
1568
+ ]
1569
+
1570
+ [[package]]
1571
+ name = "rb-sys"
1572
+ version = "0.9.117"
1573
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1574
+ checksum = "f900d1ce4629a2ebffaf5de74bd8f9c1188d4c5ed406df02f97e22f77a006f44"
1575
+ dependencies = [
1576
+ "rb-sys-build",
1577
+ ]
1578
+
1579
+ [[package]]
1580
+ name = "rb-sys-build"
1581
+ version = "0.9.117"
1582
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1583
+ checksum = "ef1e9c857028f631056bcd6d88cec390c751e343ce2223ddb26d23eb4a151d59"
1584
+ dependencies = [
1585
+ "bindgen",
1586
+ "lazy_static",
1587
+ "proc-macro2",
1588
+ "quote",
1589
+ "regex",
1590
+ "shell-words",
1591
+ "syn",
1592
+ ]
1593
+
1594
+ [[package]]
1595
+ name = "rb-sys-env"
1596
+ version = "0.2.2"
1597
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1598
+ checksum = "08f8d2924cf136a1315e2b4c7460a39f62ef11ee5d522df9b2750fab55b868b6"
1599
+
1600
+ [[package]]
1601
+ name = "redox_syscall"
1602
+ version = "0.5.18"
1603
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1604
+ checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
1605
+ dependencies = [
1606
+ "bitflags",
1607
+ ]
1608
+
1609
+ [[package]]
1610
+ name = "redox_users"
1611
+ version = "0.4.6"
1612
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1613
+ checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
1614
+ dependencies = [
1615
+ "getrandom 0.2.16",
1616
+ "libredox",
1617
+ "thiserror",
1618
+ ]
1619
+
1620
+ [[package]]
1621
+ name = "regalloc2"
1622
+ version = "0.9.3"
1623
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1624
+ checksum = "ad156d539c879b7a24a363a2016d77961786e71f48f2e2fc8302a92abd2429a6"
1625
+ dependencies = [
1626
+ "hashbrown 0.13.2",
1627
+ "log",
1628
+ "rustc-hash",
1629
+ "slice-group-by",
1630
+ "smallvec",
1631
+ ]
1632
+
1633
+ [[package]]
1634
+ name = "regex"
1635
+ version = "1.12.2"
1636
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1637
+ checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
1638
+ dependencies = [
1639
+ "aho-corasick",
1640
+ "memchr",
1641
+ "regex-automata",
1642
+ "regex-syntax",
1643
+ ]
1644
+
1645
+ [[package]]
1646
+ name = "regex-automata"
1647
+ version = "0.4.13"
1648
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1649
+ checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
1650
+ dependencies = [
1651
+ "aho-corasick",
1652
+ "memchr",
1653
+ "regex-syntax",
1654
+ ]
1655
+
1656
+ [[package]]
1657
+ name = "regex-syntax"
1658
+ version = "0.8.8"
1659
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1660
+ checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
1661
+
1662
+ [[package]]
1663
+ name = "rustc-demangle"
1664
+ version = "0.1.26"
1665
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1666
+ checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
1667
+
1668
+ [[package]]
1669
+ name = "rustc-hash"
1670
+ version = "1.1.0"
1671
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1672
+ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
1673
+
1674
+ [[package]]
1675
+ name = "rustix"
1676
+ version = "0.38.44"
1677
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1678
+ checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
1679
+ dependencies = [
1680
+ "bitflags",
1681
+ "errno",
1682
+ "libc",
1683
+ "linux-raw-sys 0.4.15",
1684
+ "windows-sys 0.59.0",
1685
+ ]
1686
+
1687
+ [[package]]
1688
+ name = "rustix"
1689
+ version = "1.1.2"
1690
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1691
+ checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
1692
+ dependencies = [
1693
+ "bitflags",
1694
+ "errno",
1695
+ "libc",
1696
+ "linux-raw-sys 0.11.0",
1697
+ "windows-sys 0.61.2",
1698
+ ]
1699
+
1700
+ [[package]]
1701
+ name = "rustix-linux-procfs"
1702
+ version = "0.1.1"
1703
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1704
+ checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
1705
+ dependencies = [
1706
+ "once_cell",
1707
+ "rustix 1.1.2",
1708
+ ]
1709
+
1710
+ [[package]]
1711
+ name = "rustversion"
1712
+ version = "1.0.22"
1713
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1714
+ checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
1715
+
1716
+ [[package]]
1717
+ name = "ryu"
1718
+ version = "1.0.20"
1719
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1720
+ checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
1721
+
1722
+ [[package]]
1723
+ name = "scopeguard"
1724
+ version = "1.2.0"
1725
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1726
+ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
1727
+
1728
+ [[package]]
1729
+ name = "semver"
1730
+ version = "1.0.27"
1731
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1732
+ checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
1733
+
1734
+ [[package]]
1735
+ name = "seq-macro"
1736
+ version = "0.3.6"
1737
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1738
+ checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
1739
+
1740
+ [[package]]
1741
+ name = "serde"
1742
+ version = "1.0.228"
1743
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1744
+ checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
1745
+ dependencies = [
1746
+ "serde_core",
1747
+ "serde_derive",
1748
+ ]
1749
+
1750
+ [[package]]
1751
+ name = "serde_core"
1752
+ version = "1.0.228"
1753
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1754
+ checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
1755
+ dependencies = [
1756
+ "serde_derive",
1757
+ ]
1758
+
1759
+ [[package]]
1760
+ name = "serde_derive"
1761
+ version = "1.0.228"
1762
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1763
+ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
1764
+ dependencies = [
1765
+ "proc-macro2",
1766
+ "quote",
1767
+ "syn",
1768
+ ]
1769
+
1770
+ [[package]]
1771
+ name = "serde_json"
1772
+ version = "1.0.145"
1773
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1774
+ checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
1775
+ dependencies = [
1776
+ "itoa",
1777
+ "memchr",
1778
+ "ryu",
1779
+ "serde",
1780
+ "serde_core",
1781
+ ]
1782
+
1783
+ [[package]]
1784
+ name = "serde_spanned"
1785
+ version = "0.6.9"
1786
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1787
+ checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
1788
+ dependencies = [
1789
+ "serde",
1790
+ ]
1791
+
1792
+ [[package]]
1793
+ name = "sha2"
1794
+ version = "0.10.9"
1795
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1796
+ checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
1797
+ dependencies = [
1798
+ "cfg-if",
1799
+ "cpufeatures",
1800
+ "digest",
1801
+ ]
1802
+
1803
+ [[package]]
1804
+ name = "sharded-slab"
1805
+ version = "0.1.7"
1806
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1807
+ checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
1808
+ dependencies = [
1809
+ "lazy_static",
1810
+ ]
1811
+
1812
+ [[package]]
1813
+ name = "shell-words"
1814
+ version = "1.1.0"
1815
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1816
+ checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
1817
+
1818
+ [[package]]
1819
+ name = "shellexpand"
1820
+ version = "2.1.2"
1821
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1822
+ checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
1823
+ dependencies = [
1824
+ "dirs",
1825
+ ]
1826
+
1827
+ [[package]]
1828
+ name = "shlex"
1829
+ version = "1.3.0"
1830
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1831
+ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
1832
+
1833
+ [[package]]
1834
+ name = "signal-hook-registry"
1835
+ version = "1.4.7"
1836
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1837
+ checksum = "7664a098b8e616bdfcc2dc0e9ac44eb231eedf41db4e9fe95d8d32ec728dedad"
1838
+ dependencies = [
1839
+ "libc",
1840
+ ]
1841
+
1842
+ [[package]]
1843
+ name = "simd-adler32"
1844
+ version = "0.3.7"
1845
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1846
+ checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
1847
+
1848
+ [[package]]
1849
+ name = "siphasher"
1850
+ version = "1.0.1"
1851
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1852
+ checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
1853
+
1854
+ [[package]]
1855
+ name = "slice-group-by"
1856
+ version = "0.3.1"
1857
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1858
+ checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"
1859
+
1860
+ [[package]]
1861
+ name = "smallvec"
1862
+ version = "1.15.1"
1863
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1864
+ checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
1865
+
1866
+ [[package]]
1867
+ name = "socket2"
1868
+ version = "0.6.1"
1869
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1870
+ checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
1871
+ dependencies = [
1872
+ "libc",
1873
+ "windows-sys 0.60.2",
1874
+ ]
1875
+
1876
+ [[package]]
1877
+ name = "sptr"
1878
+ version = "0.3.2"
1879
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1880
+ checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
1881
+
1882
+ [[package]]
1883
+ name = "stable_deref_trait"
1884
+ version = "1.2.1"
1885
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1886
+ checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
1887
+
1888
+ [[package]]
1889
+ name = "stringprep"
1890
+ version = "0.1.5"
1891
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1892
+ checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
1893
+ dependencies = [
1894
+ "unicode-bidi",
1895
+ "unicode-normalization",
1896
+ "unicode-properties",
1897
+ ]
1898
+
1899
+ [[package]]
1900
+ name = "subtle"
1901
+ version = "2.6.1"
1902
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1903
+ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
1904
+
1905
+ [[package]]
1906
+ name = "syn"
1907
+ version = "2.0.111"
1908
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1909
+ checksum = "390cc9a294ab71bdb1aa2e99d13be9c753cd2d7bd6560c77118597410c4d2e87"
1910
+ dependencies = [
1911
+ "proc-macro2",
1912
+ "quote",
1913
+ "unicode-ident",
1914
+ ]
1915
+
1916
+ [[package]]
1917
+ name = "synstructure"
1918
+ version = "0.13.2"
1919
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1920
+ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
1921
+ dependencies = [
1922
+ "proc-macro2",
1923
+ "quote",
1924
+ "syn",
1925
+ ]
1926
+
1927
+ [[package]]
1928
+ name = "system-interface"
1929
+ version = "0.27.3"
1930
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1931
+ checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
1932
+ dependencies = [
1933
+ "bitflags",
1934
+ "cap-fs-ext",
1935
+ "cap-std",
1936
+ "fd-lock",
1937
+ "io-lifetimes",
1938
+ "rustix 0.38.44",
1939
+ "windows-sys 0.59.0",
1940
+ "winx",
1941
+ ]
1942
+
1943
+ [[package]]
1944
+ name = "tar"
1945
+ version = "0.4.44"
1946
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1947
+ checksum = "1d863878d212c87a19c1a610eb53bb01fe12951c0501cf5a0d65f724914a667a"
1948
+ dependencies = [
1949
+ "filetime",
1950
+ "libc",
1951
+ "xattr",
1952
+ ]
1953
+
1954
+ [[package]]
1955
+ name = "target-lexicon"
1956
+ version = "0.12.16"
1957
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1958
+ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
1959
+
1960
+ [[package]]
1961
+ name = "thiserror"
1962
+ version = "1.0.69"
1963
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1964
+ checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
1965
+ dependencies = [
1966
+ "thiserror-impl",
1967
+ ]
1968
+
1969
+ [[package]]
1970
+ name = "thiserror-impl"
1971
+ version = "1.0.69"
1972
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1973
+ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
1974
+ dependencies = [
1975
+ "proc-macro2",
1976
+ "quote",
1977
+ "syn",
1978
+ ]
1979
+
1980
+ [[package]]
1981
+ name = "thread_local"
1982
+ version = "1.1.9"
1983
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1984
+ checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
1985
+ dependencies = [
1986
+ "cfg-if",
1987
+ ]
1988
+
1989
+ [[package]]
1990
+ name = "tinystr"
1991
+ version = "0.8.2"
1992
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1993
+ checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869"
1994
+ dependencies = [
1995
+ "displaydoc",
1996
+ "zerovec",
1997
+ ]
1998
+
1999
+ [[package]]
2000
+ name = "tinyvec"
2001
+ version = "1.10.0"
2002
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2003
+ checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
2004
+ dependencies = [
2005
+ "tinyvec_macros",
2006
+ ]
2007
+
2008
+ [[package]]
2009
+ name = "tinyvec_macros"
2010
+ version = "0.1.1"
2011
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2012
+ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2013
+
2014
+ [[package]]
2015
+ name = "tokio"
2016
+ version = "1.48.0"
2017
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2018
+ checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
2019
+ dependencies = [
2020
+ "bytes",
2021
+ "libc",
2022
+ "mio",
2023
+ "pin-project-lite",
2024
+ "signal-hook-registry",
2025
+ "socket2",
2026
+ "tokio-macros",
2027
+ "windows-sys 0.61.2",
2028
+ ]
2029
+
2030
+ [[package]]
2031
+ name = "tokio-macros"
2032
+ version = "2.6.0"
2033
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2034
+ checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
2035
+ dependencies = [
2036
+ "proc-macro2",
2037
+ "quote",
2038
+ "syn",
2039
+ ]
2040
+
2041
+ [[package]]
2042
+ name = "tokio-postgres"
2043
+ version = "0.7.15"
2044
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2045
+ checksum = "2b40d66d9b2cfe04b628173409368e58247e8eddbbd3b0e6c6ba1d09f20f6c9e"
2046
+ dependencies = [
2047
+ "async-trait",
2048
+ "byteorder",
2049
+ "bytes",
2050
+ "fallible-iterator 0.2.0",
2051
+ "futures-channel",
2052
+ "futures-util",
2053
+ "log",
2054
+ "parking_lot",
2055
+ "percent-encoding",
2056
+ "phf",
2057
+ "pin-project-lite",
2058
+ "postgres-protocol",
2059
+ "postgres-types",
2060
+ "rand 0.9.2",
2061
+ "socket2",
2062
+ "tokio",
2063
+ "tokio-util",
2064
+ "whoami",
2065
+ ]
2066
+
2067
+ [[package]]
2068
+ name = "tokio-util"
2069
+ version = "0.7.17"
2070
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2071
+ checksum = "2efa149fe76073d6e8fd97ef4f4eca7b67f599660115591483572e406e165594"
2072
+ dependencies = [
2073
+ "bytes",
2074
+ "futures-core",
2075
+ "futures-sink",
2076
+ "pin-project-lite",
2077
+ "tokio",
2078
+ ]
2079
+
2080
+ [[package]]
2081
+ name = "toml"
2082
+ version = "0.8.23"
2083
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2084
+ checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
2085
+ dependencies = [
2086
+ "serde",
2087
+ "serde_spanned",
2088
+ "toml_datetime",
2089
+ "toml_edit",
2090
+ ]
2091
+
2092
+ [[package]]
2093
+ name = "toml_datetime"
2094
+ version = "0.6.11"
2095
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2096
+ checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
2097
+ dependencies = [
2098
+ "serde",
2099
+ ]
2100
+
2101
+ [[package]]
2102
+ name = "toml_edit"
2103
+ version = "0.22.27"
2104
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2105
+ checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
2106
+ dependencies = [
2107
+ "indexmap",
2108
+ "serde",
2109
+ "serde_spanned",
2110
+ "toml_datetime",
2111
+ "toml_write",
2112
+ "winnow",
2113
+ ]
2114
+
2115
+ [[package]]
2116
+ name = "toml_write"
2117
+ version = "0.1.2"
2118
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2119
+ checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
2120
+
2121
+ [[package]]
2122
+ name = "tracing"
2123
+ version = "0.1.41"
2124
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2125
+ checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
2126
+ dependencies = [
2127
+ "pin-project-lite",
2128
+ "tracing-attributes",
2129
+ "tracing-core",
2130
+ ]
2131
+
2132
+ [[package]]
2133
+ name = "tracing-attributes"
2134
+ version = "0.1.30"
2135
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2136
+ checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903"
2137
+ dependencies = [
2138
+ "proc-macro2",
2139
+ "quote",
2140
+ "syn",
2141
+ ]
2142
+
2143
+ [[package]]
2144
+ name = "tracing-core"
2145
+ version = "0.1.34"
2146
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2147
+ checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678"
2148
+ dependencies = [
2149
+ "once_cell",
2150
+ "valuable",
2151
+ ]
2152
+
2153
+ [[package]]
2154
+ name = "tracing-log"
2155
+ version = "0.2.0"
2156
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2157
+ checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
2158
+ dependencies = [
2159
+ "log",
2160
+ "once_cell",
2161
+ "tracing-core",
2162
+ ]
2163
+
2164
+ [[package]]
2165
+ name = "tracing-subscriber"
2166
+ version = "0.3.20"
2167
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2168
+ checksum = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5"
2169
+ dependencies = [
2170
+ "matchers",
2171
+ "nu-ansi-term",
2172
+ "once_cell",
2173
+ "regex-automata",
2174
+ "sharded-slab",
2175
+ "smallvec",
2176
+ "thread_local",
2177
+ "tracing",
2178
+ "tracing-core",
2179
+ "tracing-log",
2180
+ ]
2181
+
2182
+ [[package]]
2183
+ name = "typenum"
2184
+ version = "1.19.0"
2185
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2186
+ checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
2187
+
2188
+ [[package]]
2189
+ name = "unicode-bidi"
2190
+ version = "0.3.18"
2191
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2192
+ checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
2193
+
2194
+ [[package]]
2195
+ name = "unicode-ident"
2196
+ version = "1.0.22"
2197
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2198
+ checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
2199
+
2200
+ [[package]]
2201
+ name = "unicode-normalization"
2202
+ version = "0.1.25"
2203
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2204
+ checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8"
2205
+ dependencies = [
2206
+ "tinyvec",
2207
+ ]
2208
+
2209
+ [[package]]
2210
+ name = "unicode-properties"
2211
+ version = "0.1.4"
2212
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2213
+ checksum = "7df058c713841ad818f1dc5d3fd88063241cc61f49f5fbea4b951e8cf5a8d71d"
2214
+
2215
+ [[package]]
2216
+ name = "unicode-width"
2217
+ version = "0.2.2"
2218
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2219
+ checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
2220
+
2221
+ [[package]]
2222
+ name = "unicode-xid"
2223
+ version = "0.2.6"
2224
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2225
+ checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
2226
+
2227
+ [[package]]
2228
+ name = "url"
2229
+ version = "2.5.7"
2230
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2231
+ checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
2232
+ dependencies = [
2233
+ "form_urlencoded",
2234
+ "idna",
2235
+ "percent-encoding",
2236
+ "serde",
2237
+ ]
2238
+
2239
+ [[package]]
2240
+ name = "utf8_iter"
2241
+ version = "1.0.4"
2242
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2243
+ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
2244
+
2245
+ [[package]]
2246
+ name = "uuid"
2247
+ version = "1.18.1"
2248
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2249
+ checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
2250
+ dependencies = [
2251
+ "js-sys",
2252
+ "wasm-bindgen",
2253
+ ]
2254
+
2255
+ [[package]]
2256
+ name = "valuable"
2257
+ version = "0.1.1"
2258
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2259
+ checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
2260
+
2261
+ [[package]]
2262
+ name = "version_check"
2263
+ version = "0.9.5"
2264
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2265
+ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
2266
+
2267
+ [[package]]
2268
+ name = "wasi"
2269
+ version = "0.11.1+wasi-snapshot-preview1"
2270
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2271
+ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
2272
+
2273
+ [[package]]
2274
+ name = "wasip2"
2275
+ version = "1.0.1+wasi-0.2.4"
2276
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2277
+ checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
2278
+ dependencies = [
2279
+ "wit-bindgen",
2280
+ ]
2281
+
2282
+ [[package]]
2283
+ name = "wasite"
2284
+ version = "0.1.0"
2285
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2286
+ checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
2287
+
2288
+ [[package]]
2289
+ name = "wasm-bindgen"
2290
+ version = "0.2.105"
2291
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2292
+ checksum = "da95793dfc411fbbd93f5be7715b0578ec61fe87cb1a42b12eb625caa5c5ea60"
2293
+ dependencies = [
2294
+ "cfg-if",
2295
+ "once_cell",
2296
+ "rustversion",
2297
+ "wasm-bindgen-macro",
2298
+ "wasm-bindgen-shared",
2299
+ ]
2300
+
2301
+ [[package]]
2302
+ name = "wasm-bindgen-macro"
2303
+ version = "0.2.105"
2304
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2305
+ checksum = "04264334509e04a7bf8690f2384ef5265f05143a4bff3889ab7a3269adab59c2"
2306
+ dependencies = [
2307
+ "quote",
2308
+ "wasm-bindgen-macro-support",
2309
+ ]
2310
+
2311
+ [[package]]
2312
+ name = "wasm-bindgen-macro-support"
2313
+ version = "0.2.105"
2314
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2315
+ checksum = "420bc339d9f322e562942d52e115d57e950d12d88983a14c79b86859ee6c7ebc"
2316
+ dependencies = [
2317
+ "bumpalo",
2318
+ "proc-macro2",
2319
+ "quote",
2320
+ "syn",
2321
+ "wasm-bindgen-shared",
2322
+ ]
2323
+
2324
+ [[package]]
2325
+ name = "wasm-bindgen-shared"
2326
+ version = "0.2.105"
2327
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2328
+ checksum = "76f218a38c84bcb33c25ec7059b07847d465ce0e0a76b995e134a45adcb6af76"
2329
+ dependencies = [
2330
+ "unicode-ident",
2331
+ ]
2332
+
2333
+ [[package]]
2334
+ name = "wasm-encoder"
2335
+ version = "0.201.0"
2336
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2337
+ checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
2338
+ dependencies = [
2339
+ "leb128",
2340
+ ]
2341
+
2342
+ [[package]]
2343
+ name = "wasm-encoder"
2344
+ version = "0.241.2"
2345
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2346
+ checksum = "e01164c9dda68301e34fdae536c23ed6fe90ce6d97213ccc171eebbd3d02d6b8"
2347
+ dependencies = [
2348
+ "leb128fmt",
2349
+ "wasmparser 0.241.2",
2350
+ ]
2351
+
2352
+ [[package]]
2353
+ name = "wasmparser"
2354
+ version = "0.201.0"
2355
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2356
+ checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
2357
+ dependencies = [
2358
+ "bitflags",
2359
+ "indexmap",
2360
+ "semver",
2361
+ ]
2362
+
2363
+ [[package]]
2364
+ name = "wasmparser"
2365
+ version = "0.241.2"
2366
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2367
+ checksum = "46d90019b1afd4b808c263e428de644f3003691f243387d30d673211ee0cb8e8"
2368
+ dependencies = [
2369
+ "bitflags",
2370
+ "indexmap",
2371
+ "semver",
2372
+ ]
2373
+
2374
+ [[package]]
2375
+ name = "wasmprinter"
2376
+ version = "0.201.0"
2377
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2378
+ checksum = "a67e66da702706ba08729a78e3c0079085f6bfcb1a62e4799e97bbf728c2c265"
2379
+ dependencies = [
2380
+ "anyhow",
2381
+ "wasmparser 0.201.0",
2382
+ ]
2383
+
2384
+ [[package]]
2385
+ name = "wasmtime"
2386
+ version = "19.0.2"
2387
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2388
+ checksum = "4e300c0e3f19dc9064e3b17ce661088646c70dbdde36aab46470ed68ba58db7d"
2389
+ dependencies = [
2390
+ "addr2line",
2391
+ "anyhow",
2392
+ "async-trait",
2393
+ "bincode",
2394
+ "bumpalo",
2395
+ "cfg-if",
2396
+ "encoding_rs",
2397
+ "fxprof-processed-profile",
2398
+ "gimli",
2399
+ "indexmap",
2400
+ "ittapi",
2401
+ "libc",
2402
+ "log",
2403
+ "object",
2404
+ "once_cell",
2405
+ "paste",
2406
+ "rayon",
2407
+ "rustix 0.38.44",
2408
+ "semver",
2409
+ "serde",
2410
+ "serde_derive",
2411
+ "serde_json",
2412
+ "target-lexicon",
2413
+ "wasm-encoder 0.201.0",
2414
+ "wasmparser 0.201.0",
2415
+ "wasmtime-cache",
2416
+ "wasmtime-component-macro",
2417
+ "wasmtime-component-util",
2418
+ "wasmtime-cranelift",
2419
+ "wasmtime-environ",
2420
+ "wasmtime-fiber",
2421
+ "wasmtime-jit-debug",
2422
+ "wasmtime-jit-icache-coherence",
2423
+ "wasmtime-runtime",
2424
+ "wasmtime-slab",
2425
+ "wasmtime-winch",
2426
+ "wat",
2427
+ "windows-sys 0.52.0",
2428
+ ]
2429
+
2430
+ [[package]]
2431
+ name = "wasmtime-asm-macros"
2432
+ version = "19.0.2"
2433
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2434
+ checksum = "110aa598e02a136fb095ca70fa96367fc16bab55256a131e66f9b58f16c73daf"
2435
+ dependencies = [
2436
+ "cfg-if",
2437
+ ]
2438
+
2439
+ [[package]]
2440
+ name = "wasmtime-cache"
2441
+ version = "19.0.2"
2442
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2443
+ checksum = "c4e660537b0ac2fc76917fb0cc9d403d2448b6983a84e59c51f7fea7b7dae024"
2444
+ dependencies = [
2445
+ "anyhow",
2446
+ "base64 0.21.7",
2447
+ "bincode",
2448
+ "directories-next",
2449
+ "log",
2450
+ "rustix 0.38.44",
2451
+ "serde",
2452
+ "serde_derive",
2453
+ "sha2",
2454
+ "toml",
2455
+ "windows-sys 0.52.0",
2456
+ "zstd",
2457
+ ]
2458
+
2459
+ [[package]]
2460
+ name = "wasmtime-component-macro"
2461
+ version = "19.0.2"
2462
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2463
+ checksum = "091f32ce586251ac4d07019388fb665b010d9518ffe47be1ddbabb162eed6007"
2464
+ dependencies = [
2465
+ "anyhow",
2466
+ "proc-macro2",
2467
+ "quote",
2468
+ "syn",
2469
+ "wasmtime-component-util",
2470
+ "wasmtime-wit-bindgen",
2471
+ "wit-parser",
2472
+ ]
2473
+
2474
+ [[package]]
2475
+ name = "wasmtime-component-util"
2476
+ version = "19.0.2"
2477
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2478
+ checksum = "0dd17dc1ebc0b28fd24b6b9d07638f55b82ae908918ff08fd221f8b0fefa9125"
2479
+
2480
+ [[package]]
2481
+ name = "wasmtime-cranelift"
2482
+ version = "19.0.2"
2483
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2484
+ checksum = "e923262451a4b5b39fe02f69f1338d56356db470e289ea1887346b9c7f592738"
2485
+ dependencies = [
2486
+ "anyhow",
2487
+ "cfg-if",
2488
+ "cranelift-codegen",
2489
+ "cranelift-control",
2490
+ "cranelift-entity",
2491
+ "cranelift-frontend",
2492
+ "cranelift-native",
2493
+ "cranelift-wasm",
2494
+ "gimli",
2495
+ "log",
2496
+ "object",
2497
+ "target-lexicon",
2498
+ "thiserror",
2499
+ "wasmparser 0.201.0",
2500
+ "wasmtime-cranelift-shared",
2501
+ "wasmtime-environ",
2502
+ "wasmtime-versioned-export-macros",
2503
+ ]
2504
+
2505
+ [[package]]
2506
+ name = "wasmtime-cranelift-shared"
2507
+ version = "19.0.2"
2508
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2509
+ checksum = "508898cbbea0df81a5d29cfc1c7c72431a1bc4c9e89fd9514b4c868474c05c7a"
2510
+ dependencies = [
2511
+ "anyhow",
2512
+ "cranelift-codegen",
2513
+ "cranelift-control",
2514
+ "cranelift-native",
2515
+ "gimli",
2516
+ "object",
2517
+ "target-lexicon",
2518
+ "wasmtime-environ",
2519
+ ]
2520
+
2521
+ [[package]]
2522
+ name = "wasmtime-environ"
2523
+ version = "19.0.2"
2524
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2525
+ checksum = "d7e3f2aa72dbb64c19708646e1ff97650f34e254598b82bad5578ea9c80edd30"
2526
+ dependencies = [
2527
+ "anyhow",
2528
+ "bincode",
2529
+ "cpp_demangle",
2530
+ "cranelift-entity",
2531
+ "gimli",
2532
+ "indexmap",
2533
+ "log",
2534
+ "object",
2535
+ "rustc-demangle",
2536
+ "serde",
2537
+ "serde_derive",
2538
+ "target-lexicon",
2539
+ "thiserror",
2540
+ "wasm-encoder 0.201.0",
2541
+ "wasmparser 0.201.0",
2542
+ "wasmprinter",
2543
+ "wasmtime-component-util",
2544
+ "wasmtime-types",
2545
+ ]
2546
+
2547
+ [[package]]
2548
+ name = "wasmtime-fiber"
2549
+ version = "19.0.2"
2550
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2551
+ checksum = "9235b643527bcbac808216ed342e1fba324c95f14a62762acfa6f2e6ca5edbd6"
2552
+ dependencies = [
2553
+ "anyhow",
2554
+ "cc",
2555
+ "cfg-if",
2556
+ "rustix 0.38.44",
2557
+ "wasmtime-asm-macros",
2558
+ "wasmtime-versioned-export-macros",
2559
+ "windows-sys 0.52.0",
2560
+ ]
2561
+
2562
+ [[package]]
2563
+ name = "wasmtime-jit-debug"
2564
+ version = "19.0.2"
2565
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2566
+ checksum = "92de34217bf7f0464262adf391a9950eba440f9dfc7d3b0e3209302875c6f65f"
2567
+ dependencies = [
2568
+ "object",
2569
+ "once_cell",
2570
+ "rustix 0.38.44",
2571
+ "wasmtime-versioned-export-macros",
2572
+ ]
2573
+
2574
+ [[package]]
2575
+ name = "wasmtime-jit-icache-coherence"
2576
+ version = "19.0.2"
2577
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2578
+ checksum = "c22ca2ef4d87b23d400660373453e274b2251bc2d674e3102497f690135e04b0"
2579
+ dependencies = [
2580
+ "cfg-if",
2581
+ "libc",
2582
+ "windows-sys 0.52.0",
2583
+ ]
2584
+
2585
+ [[package]]
2586
+ name = "wasmtime-runtime"
2587
+ version = "19.0.2"
2588
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2589
+ checksum = "1806ee242ca4fd183309b7406e4e83ae7739b7569f395d56700de7c7ef9f5eb8"
2590
+ dependencies = [
2591
+ "anyhow",
2592
+ "cc",
2593
+ "cfg-if",
2594
+ "encoding_rs",
2595
+ "indexmap",
2596
+ "libc",
2597
+ "log",
2598
+ "mach",
2599
+ "memfd",
2600
+ "memoffset",
2601
+ "paste",
2602
+ "psm",
2603
+ "rustix 0.38.44",
2604
+ "sptr",
2605
+ "wasm-encoder 0.201.0",
2606
+ "wasmtime-asm-macros",
2607
+ "wasmtime-environ",
2608
+ "wasmtime-fiber",
2609
+ "wasmtime-jit-debug",
2610
+ "wasmtime-versioned-export-macros",
2611
+ "wasmtime-wmemcheck",
2612
+ "windows-sys 0.52.0",
2613
+ ]
2614
+
2615
+ [[package]]
2616
+ name = "wasmtime-slab"
2617
+ version = "19.0.2"
2618
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2619
+ checksum = "20c58bef9ce877fd06acb58f08d003af17cb05cc51225b455e999fbad8e584c0"
2620
+
2621
+ [[package]]
2622
+ name = "wasmtime-types"
2623
+ version = "19.0.2"
2624
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2625
+ checksum = "cebe297aa063136d9d2e5b347c1528868aa43c2c8d0e1eb0eec144567e38fe0f"
2626
+ dependencies = [
2627
+ "cranelift-entity",
2628
+ "serde",
2629
+ "serde_derive",
2630
+ "thiserror",
2631
+ "wasmparser 0.201.0",
2632
+ ]
2633
+
2634
+ [[package]]
2635
+ name = "wasmtime-versioned-export-macros"
2636
+ version = "19.0.2"
2637
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2638
+ checksum = "ffaafa5c12355b1a9ee068e9295d50c4ca0a400c721950cdae4f5b54391a2da5"
2639
+ dependencies = [
2640
+ "proc-macro2",
2641
+ "quote",
2642
+ "syn",
2643
+ ]
2644
+
2645
+ [[package]]
2646
+ name = "wasmtime-wasi"
2647
+ version = "19.0.2"
2648
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2649
+ checksum = "b95961546319d4019625920756967a929879d1d46c4e5f89a74e9f4405655b0c"
2650
+ dependencies = [
2651
+ "anyhow",
2652
+ "async-trait",
2653
+ "bitflags",
2654
+ "bytes",
2655
+ "cap-fs-ext",
2656
+ "cap-net-ext",
2657
+ "cap-rand",
2658
+ "cap-std",
2659
+ "cap-time-ext",
2660
+ "fs-set-times",
2661
+ "futures",
2662
+ "io-extras",
2663
+ "io-lifetimes",
2664
+ "once_cell",
2665
+ "rustix 0.38.44",
2666
+ "system-interface",
2667
+ "thiserror",
2668
+ "tokio",
2669
+ "tracing",
2670
+ "url",
2671
+ "wasmtime",
2672
+ "wiggle",
2673
+ "windows-sys 0.52.0",
2674
+ ]
2675
+
2676
+ [[package]]
2677
+ name = "wasmtime-winch"
2678
+ version = "19.0.2"
2679
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2680
+ checksum = "d618b4e90d3f259b1b77411ce573c9f74aade561957102132e169918aabdc863"
2681
+ dependencies = [
2682
+ "anyhow",
2683
+ "cranelift-codegen",
2684
+ "gimli",
2685
+ "object",
2686
+ "target-lexicon",
2687
+ "wasmparser 0.201.0",
2688
+ "wasmtime-cranelift-shared",
2689
+ "wasmtime-environ",
2690
+ "winch-codegen",
2691
+ ]
2692
+
2693
+ [[package]]
2694
+ name = "wasmtime-wit-bindgen"
2695
+ version = "19.0.2"
2696
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2697
+ checksum = "7c7a253c8505edd7493603e548bff3af937b0b7dbf2b498bd5ff2131b651af72"
2698
+ dependencies = [
2699
+ "anyhow",
2700
+ "heck",
2701
+ "indexmap",
2702
+ "wit-parser",
2703
+ ]
2704
+
2705
+ [[package]]
2706
+ name = "wasmtime-wmemcheck"
2707
+ version = "19.0.2"
2708
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2709
+ checksum = "c9a8c62e9df8322b2166d2a6f096fbec195ddb093748fd74170dcf25ef596769"
2710
+
2711
+ [[package]]
2712
+ name = "wast"
2713
+ version = "35.0.2"
2714
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2715
+ checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
2716
+ dependencies = [
2717
+ "leb128",
2718
+ ]
2719
+
2720
+ [[package]]
2721
+ name = "wast"
2722
+ version = "241.0.2"
2723
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2724
+ checksum = "63f66e07e2ddf531fef6344dbf94d112df7c2f23ed6ffb10962e711500b8d816"
2725
+ dependencies = [
2726
+ "bumpalo",
2727
+ "leb128fmt",
2728
+ "memchr",
2729
+ "unicode-width",
2730
+ "wasm-encoder 0.241.2",
2731
+ ]
2732
+
2733
+ [[package]]
2734
+ name = "wat"
2735
+ version = "1.241.2"
2736
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2737
+ checksum = "45f923705c40830af909c5dec2352ec2821202e4a66008194585e1917458a26d"
2738
+ dependencies = [
2739
+ "wast 241.0.2",
2740
+ ]
2741
+
2742
+ [[package]]
2743
+ name = "web-sys"
2744
+ version = "0.3.82"
2745
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2746
+ checksum = "3a1f95c0d03a47f4ae1f7a64643a6bb97465d9b740f0fa8f90ea33915c99a9a1"
2747
+ dependencies = [
2748
+ "js-sys",
2749
+ "wasm-bindgen",
2750
+ ]
2751
+
2752
+ [[package]]
2753
+ name = "whoami"
2754
+ version = "1.6.1"
2755
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2756
+ checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
2757
+ dependencies = [
2758
+ "libredox",
2759
+ "wasite",
2760
+ "web-sys",
2761
+ ]
2762
+
2763
+ [[package]]
2764
+ name = "wiggle"
2765
+ version = "19.0.2"
2766
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2767
+ checksum = "899d3fe5fbacd02f114cacdaa1cca9040280c4153c71833a77b9609c60ccf72b"
2768
+ dependencies = [
2769
+ "anyhow",
2770
+ "async-trait",
2771
+ "bitflags",
2772
+ "thiserror",
2773
+ "tracing",
2774
+ "wasmtime",
2775
+ "wiggle-macro",
2776
+ ]
2777
+
2778
+ [[package]]
2779
+ name = "wiggle-generate"
2780
+ version = "19.0.2"
2781
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2782
+ checksum = "2df5887f452cff44ffe1e1aba69b7fafe812deed38498446fa7a46b55e962cd5"
2783
+ dependencies = [
2784
+ "anyhow",
2785
+ "heck",
2786
+ "proc-macro2",
2787
+ "quote",
2788
+ "shellexpand",
2789
+ "syn",
2790
+ "witx",
2791
+ ]
2792
+
2793
+ [[package]]
2794
+ name = "wiggle-macro"
2795
+ version = "19.0.2"
2796
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2797
+ checksum = "acdb12de36507498abaa3a042f895a43ee00a2f6125b6901b9a27edf72bfdbe7"
2798
+ dependencies = [
2799
+ "proc-macro2",
2800
+ "quote",
2801
+ "syn",
2802
+ "wiggle-generate",
2803
+ ]
2804
+
2805
+ [[package]]
2806
+ name = "winapi"
2807
+ version = "0.3.9"
2808
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2809
+ checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2810
+ dependencies = [
2811
+ "winapi-i686-pc-windows-gnu",
2812
+ "winapi-x86_64-pc-windows-gnu",
2813
+ ]
2814
+
2815
+ [[package]]
2816
+ name = "winapi-i686-pc-windows-gnu"
2817
+ version = "0.4.0"
2818
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2819
+ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2820
+
2821
+ [[package]]
2822
+ name = "winapi-x86_64-pc-windows-gnu"
2823
+ version = "0.4.0"
2824
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2825
+ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2826
+
2827
+ [[package]]
2828
+ name = "winch-codegen"
2829
+ version = "0.17.2"
2830
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2831
+ checksum = "2d15869abc9e3bb29c017c003dbe007a08e9910e8ff9023a962aa13c1b2ee6af"
2832
+ dependencies = [
2833
+ "anyhow",
2834
+ "cranelift-codegen",
2835
+ "gimli",
2836
+ "regalloc2",
2837
+ "smallvec",
2838
+ "target-lexicon",
2839
+ "wasmparser 0.201.0",
2840
+ "wasmtime-environ",
2841
+ ]
2842
+
2843
+ [[package]]
2844
+ name = "windows-core"
2845
+ version = "0.62.2"
2846
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2847
+ checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
2848
+ dependencies = [
2849
+ "windows-implement",
2850
+ "windows-interface",
2851
+ "windows-link",
2852
+ "windows-result",
2853
+ "windows-strings",
2854
+ ]
2855
+
2856
+ [[package]]
2857
+ name = "windows-implement"
2858
+ version = "0.60.2"
2859
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2860
+ checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
2861
+ dependencies = [
2862
+ "proc-macro2",
2863
+ "quote",
2864
+ "syn",
2865
+ ]
2866
+
2867
+ [[package]]
2868
+ name = "windows-interface"
2869
+ version = "0.59.3"
2870
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2871
+ checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
2872
+ dependencies = [
2873
+ "proc-macro2",
2874
+ "quote",
2875
+ "syn",
2876
+ ]
2877
+
2878
+ [[package]]
2879
+ name = "windows-link"
2880
+ version = "0.2.1"
2881
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2882
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
2883
+
2884
+ [[package]]
2885
+ name = "windows-result"
2886
+ version = "0.4.1"
2887
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2888
+ checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
2889
+ dependencies = [
2890
+ "windows-link",
2891
+ ]
2892
+
2893
+ [[package]]
2894
+ name = "windows-strings"
2895
+ version = "0.5.1"
2896
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2897
+ checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
2898
+ dependencies = [
2899
+ "windows-link",
2900
+ ]
2901
+
2902
+ [[package]]
2903
+ name = "windows-sys"
2904
+ version = "0.48.0"
2905
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2906
+ checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
2907
+ dependencies = [
2908
+ "windows-targets 0.48.5",
2909
+ ]
2910
+
2911
+ [[package]]
2912
+ name = "windows-sys"
2913
+ version = "0.52.0"
2914
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2915
+ checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
2916
+ dependencies = [
2917
+ "windows-targets 0.52.6",
2918
+ ]
2919
+
2920
+ [[package]]
2921
+ name = "windows-sys"
2922
+ version = "0.59.0"
2923
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2924
+ checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
2925
+ dependencies = [
2926
+ "windows-targets 0.52.6",
2927
+ ]
2928
+
2929
+ [[package]]
2930
+ name = "windows-sys"
2931
+ version = "0.60.2"
2932
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2933
+ checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
2934
+ dependencies = [
2935
+ "windows-targets 0.53.5",
2936
+ ]
2937
+
2938
+ [[package]]
2939
+ name = "windows-sys"
2940
+ version = "0.61.2"
2941
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2942
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
2943
+ dependencies = [
2944
+ "windows-link",
2945
+ ]
2946
+
2947
+ [[package]]
2948
+ name = "windows-targets"
2949
+ version = "0.48.5"
2950
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2951
+ checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
2952
+ dependencies = [
2953
+ "windows_aarch64_gnullvm 0.48.5",
2954
+ "windows_aarch64_msvc 0.48.5",
2955
+ "windows_i686_gnu 0.48.5",
2956
+ "windows_i686_msvc 0.48.5",
2957
+ "windows_x86_64_gnu 0.48.5",
2958
+ "windows_x86_64_gnullvm 0.48.5",
2959
+ "windows_x86_64_msvc 0.48.5",
2960
+ ]
2961
+
2962
+ [[package]]
2963
+ name = "windows-targets"
2964
+ version = "0.52.6"
2965
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2966
+ checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2967
+ dependencies = [
2968
+ "windows_aarch64_gnullvm 0.52.6",
2969
+ "windows_aarch64_msvc 0.52.6",
2970
+ "windows_i686_gnu 0.52.6",
2971
+ "windows_i686_gnullvm 0.52.6",
2972
+ "windows_i686_msvc 0.52.6",
2973
+ "windows_x86_64_gnu 0.52.6",
2974
+ "windows_x86_64_gnullvm 0.52.6",
2975
+ "windows_x86_64_msvc 0.52.6",
2976
+ ]
2977
+
2978
+ [[package]]
2979
+ name = "windows-targets"
2980
+ version = "0.53.5"
2981
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2982
+ checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
2983
+ dependencies = [
2984
+ "windows-link",
2985
+ "windows_aarch64_gnullvm 0.53.1",
2986
+ "windows_aarch64_msvc 0.53.1",
2987
+ "windows_i686_gnu 0.53.1",
2988
+ "windows_i686_gnullvm 0.53.1",
2989
+ "windows_i686_msvc 0.53.1",
2990
+ "windows_x86_64_gnu 0.53.1",
2991
+ "windows_x86_64_gnullvm 0.53.1",
2992
+ "windows_x86_64_msvc 0.53.1",
2993
+ ]
2994
+
2995
+ [[package]]
2996
+ name = "windows_aarch64_gnullvm"
2997
+ version = "0.48.5"
2998
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2999
+ checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
3000
+
3001
+ [[package]]
3002
+ name = "windows_aarch64_gnullvm"
3003
+ version = "0.52.6"
3004
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3005
+ checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
3006
+
3007
+ [[package]]
3008
+ name = "windows_aarch64_gnullvm"
3009
+ version = "0.53.1"
3010
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3011
+ checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
3012
+
3013
+ [[package]]
3014
+ name = "windows_aarch64_msvc"
3015
+ version = "0.48.5"
3016
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3017
+ checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
3018
+
3019
+ [[package]]
3020
+ name = "windows_aarch64_msvc"
3021
+ version = "0.52.6"
3022
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3023
+ checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
3024
+
3025
+ [[package]]
3026
+ name = "windows_aarch64_msvc"
3027
+ version = "0.53.1"
3028
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3029
+ checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
3030
+
3031
+ [[package]]
3032
+ name = "windows_i686_gnu"
3033
+ version = "0.48.5"
3034
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3035
+ checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
3036
+
3037
+ [[package]]
3038
+ name = "windows_i686_gnu"
3039
+ version = "0.52.6"
3040
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3041
+ checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
3042
+
3043
+ [[package]]
3044
+ name = "windows_i686_gnu"
3045
+ version = "0.53.1"
3046
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3047
+ checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
3048
+
3049
+ [[package]]
3050
+ name = "windows_i686_gnullvm"
3051
+ version = "0.52.6"
3052
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3053
+ checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
3054
+
3055
+ [[package]]
3056
+ name = "windows_i686_gnullvm"
3057
+ version = "0.53.1"
3058
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3059
+ checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
3060
+
3061
+ [[package]]
3062
+ name = "windows_i686_msvc"
3063
+ version = "0.48.5"
3064
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3065
+ checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
3066
+
3067
+ [[package]]
3068
+ name = "windows_i686_msvc"
3069
+ version = "0.52.6"
3070
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3071
+ checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
3072
+
3073
+ [[package]]
3074
+ name = "windows_i686_msvc"
3075
+ version = "0.53.1"
3076
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3077
+ checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
3078
+
3079
+ [[package]]
3080
+ name = "windows_x86_64_gnu"
3081
+ version = "0.48.5"
3082
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3083
+ checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
3084
+
3085
+ [[package]]
3086
+ name = "windows_x86_64_gnu"
3087
+ version = "0.52.6"
3088
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3089
+ checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
3090
+
3091
+ [[package]]
3092
+ name = "windows_x86_64_gnu"
3093
+ version = "0.53.1"
3094
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3095
+ checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
3096
+
3097
+ [[package]]
3098
+ name = "windows_x86_64_gnullvm"
3099
+ version = "0.48.5"
3100
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3101
+ checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
3102
+
3103
+ [[package]]
3104
+ name = "windows_x86_64_gnullvm"
3105
+ version = "0.52.6"
3106
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3107
+ checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
3108
+
3109
+ [[package]]
3110
+ name = "windows_x86_64_gnullvm"
3111
+ version = "0.53.1"
3112
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3113
+ checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
3114
+
3115
+ [[package]]
3116
+ name = "windows_x86_64_msvc"
3117
+ version = "0.48.5"
3118
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3119
+ checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
3120
+
3121
+ [[package]]
3122
+ name = "windows_x86_64_msvc"
3123
+ version = "0.52.6"
3124
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3125
+ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
3126
+
3127
+ [[package]]
3128
+ name = "windows_x86_64_msvc"
3129
+ version = "0.53.1"
3130
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3131
+ checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
3132
+
3133
+ [[package]]
3134
+ name = "winnow"
3135
+ version = "0.7.13"
3136
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3137
+ checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
3138
+ dependencies = [
3139
+ "memchr",
3140
+ ]
3141
+
3142
+ [[package]]
3143
+ name = "winx"
3144
+ version = "0.36.4"
3145
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3146
+ checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
3147
+ dependencies = [
3148
+ "bitflags",
3149
+ "windows-sys 0.59.0",
3150
+ ]
3151
+
3152
+ [[package]]
3153
+ name = "wit-bindgen"
3154
+ version = "0.46.0"
3155
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3156
+ checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
3157
+
3158
+ [[package]]
3159
+ name = "wit-parser"
3160
+ version = "0.201.0"
3161
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3162
+ checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
3163
+ dependencies = [
3164
+ "anyhow",
3165
+ "id-arena",
3166
+ "indexmap",
3167
+ "log",
3168
+ "semver",
3169
+ "serde",
3170
+ "serde_derive",
3171
+ "serde_json",
3172
+ "unicode-xid",
3173
+ "wasmparser 0.201.0",
3174
+ ]
3175
+
3176
+ [[package]]
3177
+ name = "witx"
3178
+ version = "0.9.1"
3179
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3180
+ checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
3181
+ dependencies = [
3182
+ "anyhow",
3183
+ "log",
3184
+ "thiserror",
3185
+ "wast 35.0.2",
3186
+ ]
3187
+
3188
+ [[package]]
3189
+ name = "writeable"
3190
+ version = "0.6.2"
3191
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3192
+ checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9"
3193
+
3194
+ [[package]]
3195
+ name = "xattr"
3196
+ version = "1.6.1"
3197
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3198
+ checksum = "32e45ad4206f6d2479085147f02bc2ef834ac85886624a23575ae137c8aa8156"
3199
+ dependencies = [
3200
+ "libc",
3201
+ "rustix 1.1.2",
3202
+ ]
3203
+
3204
+ [[package]]
3205
+ name = "xz2"
3206
+ version = "0.1.7"
3207
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3208
+ checksum = "388c44dc09d76f1536602ead6d325eb532f5c122f17782bd57fb47baeeb767e2"
3209
+ dependencies = [
3210
+ "lzma-sys",
3211
+ ]
3212
+
3213
+ [[package]]
3214
+ name = "yoke"
3215
+ version = "0.8.1"
3216
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3217
+ checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954"
3218
+ dependencies = [
3219
+ "stable_deref_trait",
3220
+ "yoke-derive",
3221
+ "zerofrom",
3222
+ ]
3223
+
3224
+ [[package]]
3225
+ name = "yoke-derive"
3226
+ version = "0.8.1"
3227
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3228
+ checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d"
3229
+ dependencies = [
3230
+ "proc-macro2",
3231
+ "quote",
3232
+ "syn",
3233
+ "synstructure",
3234
+ ]
3235
+
3236
+ [[package]]
3237
+ name = "zerocopy"
3238
+ version = "0.8.28"
3239
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3240
+ checksum = "43fa6694ed34d6e57407afbccdeecfa268c470a7d2a5b0cf49ce9fcc345afb90"
3241
+ dependencies = [
3242
+ "zerocopy-derive",
3243
+ ]
3244
+
3245
+ [[package]]
3246
+ name = "zerocopy-derive"
3247
+ version = "0.8.28"
3248
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3249
+ checksum = "c640b22cd9817fae95be82f0d2f90b11f7605f6c319d16705c459b27ac2cbc26"
3250
+ dependencies = [
3251
+ "proc-macro2",
3252
+ "quote",
3253
+ "syn",
3254
+ ]
3255
+
3256
+ [[package]]
3257
+ name = "zerofrom"
3258
+ version = "0.1.6"
3259
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3260
+ checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
3261
+ dependencies = [
3262
+ "zerofrom-derive",
3263
+ ]
3264
+
3265
+ [[package]]
3266
+ name = "zerofrom-derive"
3267
+ version = "0.1.6"
3268
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3269
+ checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
3270
+ dependencies = [
3271
+ "proc-macro2",
3272
+ "quote",
3273
+ "syn",
3274
+ "synstructure",
3275
+ ]
3276
+
3277
+ [[package]]
3278
+ name = "zerotrie"
3279
+ version = "0.2.3"
3280
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3281
+ checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851"
3282
+ dependencies = [
3283
+ "displaydoc",
3284
+ "yoke",
3285
+ "zerofrom",
3286
+ ]
3287
+
3288
+ [[package]]
3289
+ name = "zerovec"
3290
+ version = "0.11.5"
3291
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3292
+ checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002"
3293
+ dependencies = [
3294
+ "yoke",
3295
+ "zerofrom",
3296
+ "zerovec-derive",
3297
+ ]
3298
+
3299
+ [[package]]
3300
+ name = "zerovec-derive"
3301
+ version = "0.11.2"
3302
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3303
+ checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3"
3304
+ dependencies = [
3305
+ "proc-macro2",
3306
+ "quote",
3307
+ "syn",
3308
+ ]
3309
+
3310
+ [[package]]
3311
+ name = "zstd"
3312
+ version = "0.13.3"
3313
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3314
+ checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a"
3315
+ dependencies = [
3316
+ "zstd-safe",
3317
+ ]
3318
+
3319
+ [[package]]
3320
+ name = "zstd-safe"
3321
+ version = "7.2.4"
3322
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3323
+ checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d"
3324
+ dependencies = [
3325
+ "zstd-sys",
3326
+ ]
3327
+
3328
+ [[package]]
3329
+ name = "zstd-sys"
3330
+ version = "2.0.16+zstd.1.5.7"
3331
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3332
+ checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
3333
+ dependencies = [
3334
+ "cc",
3335
+ "pkg-config",
3336
+ ]