pyroscope 1.0.6-aarch64-linux → 1.0.8-aarch64-linux

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,2743 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 3
4
+
5
+ [[package]]
6
+ name = "addr2line"
7
+ version = "0.26.1"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "59317f77929f0e679d39364702289274de2f0f0b22cbf50b2b8cff2169a0b27a"
10
+ dependencies = [
11
+ "cpp_demangle",
12
+ "fallible-iterator",
13
+ "gimli",
14
+ "memmap2",
15
+ "object",
16
+ "rustc-demangle",
17
+ "smallvec",
18
+ "typed-arena",
19
+ ]
20
+
21
+ [[package]]
22
+ name = "adler2"
23
+ version = "2.0.1"
24
+ source = "registry+https://github.com/rust-lang/crates.io-index"
25
+ checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
26
+
27
+ [[package]]
28
+ name = "adler32"
29
+ version = "1.2.0"
30
+ source = "registry+https://github.com/rust-lang/crates.io-index"
31
+ checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
32
+
33
+ [[package]]
34
+ name = "ahash"
35
+ version = "0.8.12"
36
+ source = "registry+https://github.com/rust-lang/crates.io-index"
37
+ checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
38
+ dependencies = [
39
+ "cfg-if",
40
+ "getrandom 0.3.4",
41
+ "once_cell",
42
+ "version_check",
43
+ "zerocopy",
44
+ ]
45
+
46
+ [[package]]
47
+ name = "aho-corasick"
48
+ version = "1.1.4"
49
+ source = "registry+https://github.com/rust-lang/crates.io-index"
50
+ checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
51
+ dependencies = [
52
+ "memchr",
53
+ ]
54
+
55
+ [[package]]
56
+ name = "allocator-api2"
57
+ version = "0.2.21"
58
+ source = "registry+https://github.com/rust-lang/crates.io-index"
59
+ checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
60
+
61
+ [[package]]
62
+ name = "android_system_properties"
63
+ version = "0.1.5"
64
+ source = "registry+https://github.com/rust-lang/crates.io-index"
65
+ checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
66
+ dependencies = [
67
+ "libc",
68
+ ]
69
+
70
+ [[package]]
71
+ name = "anstream"
72
+ version = "1.0.0"
73
+ source = "registry+https://github.com/rust-lang/crates.io-index"
74
+ checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d"
75
+ dependencies = [
76
+ "anstyle",
77
+ "anstyle-parse",
78
+ "anstyle-query",
79
+ "anstyle-wincon",
80
+ "colorchoice",
81
+ "is_terminal_polyfill",
82
+ "utf8parse",
83
+ ]
84
+
85
+ [[package]]
86
+ name = "anstyle"
87
+ version = "1.0.14"
88
+ source = "registry+https://github.com/rust-lang/crates.io-index"
89
+ checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000"
90
+
91
+ [[package]]
92
+ name = "anstyle-parse"
93
+ version = "1.0.0"
94
+ source = "registry+https://github.com/rust-lang/crates.io-index"
95
+ checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e"
96
+ dependencies = [
97
+ "utf8parse",
98
+ ]
99
+
100
+ [[package]]
101
+ name = "anstyle-query"
102
+ version = "1.1.5"
103
+ source = "registry+https://github.com/rust-lang/crates.io-index"
104
+ checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
105
+ dependencies = [
106
+ "windows-sys",
107
+ ]
108
+
109
+ [[package]]
110
+ name = "anstyle-wincon"
111
+ version = "3.0.11"
112
+ source = "registry+https://github.com/rust-lang/crates.io-index"
113
+ checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
114
+ dependencies = [
115
+ "anstyle",
116
+ "once_cell_polyfill",
117
+ "windows-sys",
118
+ ]
119
+
120
+ [[package]]
121
+ name = "anyhow"
122
+ version = "1.0.102"
123
+ source = "registry+https://github.com/rust-lang/crates.io-index"
124
+ checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
125
+
126
+ [[package]]
127
+ name = "arrayvec"
128
+ version = "0.7.6"
129
+ source = "registry+https://github.com/rust-lang/crates.io-index"
130
+ checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
131
+
132
+ [[package]]
133
+ name = "atomic-waker"
134
+ version = "1.1.2"
135
+ source = "registry+https://github.com/rust-lang/crates.io-index"
136
+ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
137
+
138
+ [[package]]
139
+ name = "autocfg"
140
+ version = "1.5.1"
141
+ source = "registry+https://github.com/rust-lang/crates.io-index"
142
+ checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
143
+
144
+ [[package]]
145
+ name = "base64"
146
+ version = "0.22.1"
147
+ source = "registry+https://github.com/rust-lang/crates.io-index"
148
+ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
149
+
150
+ [[package]]
151
+ name = "bindgen"
152
+ version = "0.70.1"
153
+ source = "registry+https://github.com/rust-lang/crates.io-index"
154
+ checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
155
+ dependencies = [
156
+ "bitflags",
157
+ "cexpr",
158
+ "clang-sys",
159
+ "itertools 0.13.0",
160
+ "log",
161
+ "prettyplease",
162
+ "proc-macro2",
163
+ "quote",
164
+ "regex",
165
+ "rustc-hash 1.1.0",
166
+ "shlex",
167
+ "syn",
168
+ ]
169
+
170
+ [[package]]
171
+ name = "bindgen"
172
+ version = "0.72.1"
173
+ source = "registry+https://github.com/rust-lang/crates.io-index"
174
+ checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
175
+ dependencies = [
176
+ "bitflags",
177
+ "cexpr",
178
+ "clang-sys",
179
+ "itertools 0.13.0",
180
+ "proc-macro2",
181
+ "quote",
182
+ "regex",
183
+ "rustc-hash 2.1.2",
184
+ "shlex",
185
+ "syn",
186
+ ]
187
+
188
+ [[package]]
189
+ name = "bitflags"
190
+ version = "2.11.1"
191
+ source = "registry+https://github.com/rust-lang/crates.io-index"
192
+ checksum = "c4512299f36f043ab09a583e57bceb5a5aab7a73db1805848e8fef3c9e8c78b3"
193
+
194
+ [[package]]
195
+ name = "block2"
196
+ version = "0.6.2"
197
+ source = "registry+https://github.com/rust-lang/crates.io-index"
198
+ checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5"
199
+ dependencies = [
200
+ "objc2",
201
+ ]
202
+
203
+ [[package]]
204
+ name = "bumpalo"
205
+ version = "3.20.3"
206
+ source = "registry+https://github.com/rust-lang/crates.io-index"
207
+ checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649"
208
+
209
+ [[package]]
210
+ name = "bytemuck"
211
+ version = "1.25.0"
212
+ source = "registry+https://github.com/rust-lang/crates.io-index"
213
+ checksum = "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec"
214
+
215
+ [[package]]
216
+ name = "bytes"
217
+ version = "1.11.1"
218
+ source = "registry+https://github.com/rust-lang/crates.io-index"
219
+ checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
220
+
221
+ [[package]]
222
+ name = "cc"
223
+ version = "1.2.62"
224
+ source = "registry+https://github.com/rust-lang/crates.io-index"
225
+ checksum = "a1dce859f0832a7d088c4f1119888ab94ef4b5d6795d1ce05afb7fe159d79f98"
226
+ dependencies = [
227
+ "find-msvc-tools",
228
+ "shlex",
229
+ ]
230
+
231
+ [[package]]
232
+ name = "cexpr"
233
+ version = "0.6.0"
234
+ source = "registry+https://github.com/rust-lang/crates.io-index"
235
+ checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
236
+ dependencies = [
237
+ "nom",
238
+ ]
239
+
240
+ [[package]]
241
+ name = "cfg-if"
242
+ version = "1.0.4"
243
+ source = "registry+https://github.com/rust-lang/crates.io-index"
244
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
245
+
246
+ [[package]]
247
+ name = "cfg_aliases"
248
+ version = "0.2.1"
249
+ source = "registry+https://github.com/rust-lang/crates.io-index"
250
+ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
251
+
252
+ [[package]]
253
+ name = "chacha20"
254
+ version = "0.10.0"
255
+ source = "registry+https://github.com/rust-lang/crates.io-index"
256
+ checksum = "6f8d983286843e49675a4b7a2d174efe136dc93a18d69130dd18198a6c167601"
257
+ dependencies = [
258
+ "cfg-if",
259
+ "cpufeatures",
260
+ "rand_core",
261
+ ]
262
+
263
+ [[package]]
264
+ name = "chrono"
265
+ version = "0.4.44"
266
+ source = "registry+https://github.com/rust-lang/crates.io-index"
267
+ checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0"
268
+ dependencies = [
269
+ "iana-time-zone",
270
+ "num-traits",
271
+ "windows-link",
272
+ ]
273
+
274
+ [[package]]
275
+ name = "clang-sys"
276
+ version = "1.8.1"
277
+ source = "registry+https://github.com/rust-lang/crates.io-index"
278
+ checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
279
+ dependencies = [
280
+ "glob",
281
+ "libc",
282
+ "libloading",
283
+ ]
284
+
285
+ [[package]]
286
+ name = "clap"
287
+ version = "4.6.1"
288
+ source = "registry+https://github.com/rust-lang/crates.io-index"
289
+ checksum = "1ddb117e43bbf7dacf0a4190fef4d345b9bad68dfc649cb349e7d17d28428e51"
290
+ dependencies = [
291
+ "clap_builder",
292
+ "clap_derive",
293
+ ]
294
+
295
+ [[package]]
296
+ name = "clap_builder"
297
+ version = "4.6.0"
298
+ source = "registry+https://github.com/rust-lang/crates.io-index"
299
+ checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f"
300
+ dependencies = [
301
+ "anstream",
302
+ "anstyle",
303
+ "clap_lex",
304
+ "strsim",
305
+ ]
306
+
307
+ [[package]]
308
+ name = "clap_derive"
309
+ version = "4.6.1"
310
+ source = "registry+https://github.com/rust-lang/crates.io-index"
311
+ checksum = "f2ce8604710f6733aa641a2b3731eaa1e8b3d9973d5e3565da11800813f997a9"
312
+ dependencies = [
313
+ "heck",
314
+ "proc-macro2",
315
+ "quote",
316
+ "syn",
317
+ ]
318
+
319
+ [[package]]
320
+ name = "clap_lex"
321
+ version = "1.1.0"
322
+ source = "registry+https://github.com/rust-lang/crates.io-index"
323
+ checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9"
324
+
325
+ [[package]]
326
+ name = "colorchoice"
327
+ version = "1.0.5"
328
+ source = "registry+https://github.com/rust-lang/crates.io-index"
329
+ checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570"
330
+
331
+ [[package]]
332
+ name = "core-foundation"
333
+ version = "0.10.1"
334
+ source = "registry+https://github.com/rust-lang/crates.io-index"
335
+ checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
336
+ dependencies = [
337
+ "core-foundation-sys",
338
+ "libc",
339
+ ]
340
+
341
+ [[package]]
342
+ name = "core-foundation-sys"
343
+ version = "0.8.7"
344
+ source = "registry+https://github.com/rust-lang/crates.io-index"
345
+ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
346
+
347
+ [[package]]
348
+ name = "cpp_demangle"
349
+ version = "0.5.1"
350
+ source = "registry+https://github.com/rust-lang/crates.io-index"
351
+ checksum = "0667304c32ea56cb4cd6d2d7c0cfe9a2f8041229db8c033af7f8d69492429def"
352
+ dependencies = [
353
+ "cfg-if",
354
+ ]
355
+
356
+ [[package]]
357
+ name = "cpufeatures"
358
+ version = "0.3.0"
359
+ source = "registry+https://github.com/rust-lang/crates.io-index"
360
+ checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201"
361
+ dependencies = [
362
+ "libc",
363
+ ]
364
+
365
+ [[package]]
366
+ name = "crc32fast"
367
+ version = "1.5.0"
368
+ source = "registry+https://github.com/rust-lang/crates.io-index"
369
+ checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
370
+ dependencies = [
371
+ "cfg-if",
372
+ ]
373
+
374
+ [[package]]
375
+ name = "crossbeam-channel"
376
+ version = "0.5.15"
377
+ source = "registry+https://github.com/rust-lang/crates.io-index"
378
+ checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
379
+ dependencies = [
380
+ "crossbeam-utils",
381
+ ]
382
+
383
+ [[package]]
384
+ name = "crossbeam-utils"
385
+ version = "0.8.21"
386
+ source = "registry+https://github.com/rust-lang/crates.io-index"
387
+ checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
388
+
389
+ [[package]]
390
+ name = "ctrlc"
391
+ version = "3.5.2"
392
+ source = "registry+https://github.com/rust-lang/crates.io-index"
393
+ checksum = "e0b1fab2ae45819af2d0731d60f2afe17227ebb1a1538a236da84c93e9a60162"
394
+ dependencies = [
395
+ "dispatch2",
396
+ "nix",
397
+ "windows-sys",
398
+ ]
399
+
400
+ [[package]]
401
+ name = "dary_heap"
402
+ version = "0.3.9"
403
+ source = "registry+https://github.com/rust-lang/crates.io-index"
404
+ checksum = "8b1e3a325bc115f096c8b77bbf027a7c2592230e70be2d985be950d3d5e60ebe"
405
+
406
+ [[package]]
407
+ name = "dashmap"
408
+ version = "6.2.1"
409
+ source = "registry+https://github.com/rust-lang/crates.io-index"
410
+ checksum = "e6361d5c062261c78a176addb82d4c821ae42bed6089de0e12603cd25de2059c"
411
+ dependencies = [
412
+ "cfg-if",
413
+ "crossbeam-utils",
414
+ "hashbrown 0.14.5",
415
+ "lock_api",
416
+ "once_cell",
417
+ "parking_lot_core",
418
+ ]
419
+
420
+ [[package]]
421
+ name = "directories"
422
+ version = "6.0.0"
423
+ source = "registry+https://github.com/rust-lang/crates.io-index"
424
+ checksum = "16f5094c54661b38d03bd7e50df373292118db60b585c08a411c6d840017fe7d"
425
+ dependencies = [
426
+ "dirs-sys",
427
+ ]
428
+
429
+ [[package]]
430
+ name = "dirs-sys"
431
+ version = "0.5.0"
432
+ source = "registry+https://github.com/rust-lang/crates.io-index"
433
+ checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
434
+ dependencies = [
435
+ "libc",
436
+ "option-ext",
437
+ "redox_users",
438
+ "windows-sys",
439
+ ]
440
+
441
+ [[package]]
442
+ name = "dispatch2"
443
+ version = "0.3.1"
444
+ source = "registry+https://github.com/rust-lang/crates.io-index"
445
+ checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38"
446
+ dependencies = [
447
+ "bitflags",
448
+ "block2",
449
+ "libc",
450
+ "objc2",
451
+ ]
452
+
453
+ [[package]]
454
+ name = "displaydoc"
455
+ version = "0.2.6"
456
+ source = "registry+https://github.com/rust-lang/crates.io-index"
457
+ checksum = "1ac70aa55017e108007fbaf5aa0f54b021c98f92ff8af59d42eda9da96e3dd4f"
458
+ dependencies = [
459
+ "proc-macro2",
460
+ "quote",
461
+ "syn",
462
+ ]
463
+
464
+ [[package]]
465
+ name = "either"
466
+ version = "1.16.0"
467
+ source = "registry+https://github.com/rust-lang/crates.io-index"
468
+ checksum = "91622ff5e7162018101f2fea40d6ebf4a78bbe5a49736a2020649edf9693679e"
469
+
470
+ [[package]]
471
+ name = "env_filter"
472
+ version = "1.0.1"
473
+ source = "registry+https://github.com/rust-lang/crates.io-index"
474
+ checksum = "32e90c2accc4b07a8456ea0debdc2e7587bdd890680d71173a15d4ae604f6eef"
475
+ dependencies = [
476
+ "log",
477
+ "regex",
478
+ ]
479
+
480
+ [[package]]
481
+ name = "env_logger"
482
+ version = "0.10.2"
483
+ source = "registry+https://github.com/rust-lang/crates.io-index"
484
+ checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
485
+ dependencies = [
486
+ "humantime",
487
+ "is-terminal",
488
+ "log",
489
+ "regex",
490
+ "termcolor",
491
+ ]
492
+
493
+ [[package]]
494
+ name = "env_logger"
495
+ version = "0.11.10"
496
+ source = "registry+https://github.com/rust-lang/crates.io-index"
497
+ checksum = "0621c04f2196ac3f488dd583365b9c09be011a4ab8b9f37248ffcc8f6198b56a"
498
+ dependencies = [
499
+ "anstream",
500
+ "anstyle",
501
+ "env_filter",
502
+ "jiff",
503
+ "log",
504
+ ]
505
+
506
+ [[package]]
507
+ name = "equivalent"
508
+ version = "1.0.2"
509
+ source = "registry+https://github.com/rust-lang/crates.io-index"
510
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
511
+
512
+ [[package]]
513
+ name = "errno"
514
+ version = "0.3.14"
515
+ source = "registry+https://github.com/rust-lang/crates.io-index"
516
+ checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
517
+ dependencies = [
518
+ "libc",
519
+ "windows-sys",
520
+ ]
521
+
522
+ [[package]]
523
+ name = "fallible-iterator"
524
+ version = "0.3.0"
525
+ source = "registry+https://github.com/rust-lang/crates.io-index"
526
+ checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
527
+
528
+ [[package]]
529
+ name = "fastrand"
530
+ version = "2.4.1"
531
+ source = "registry+https://github.com/rust-lang/crates.io-index"
532
+ checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6"
533
+
534
+ [[package]]
535
+ name = "ffiruby"
536
+ version = "1.0.8"
537
+ dependencies = [
538
+ "anyhow",
539
+ "libc",
540
+ "log",
541
+ "pretty_env_logger",
542
+ "pyroscope",
543
+ "rbspy",
544
+ "remoteprocess",
545
+ ]
546
+
547
+ [[package]]
548
+ name = "find-msvc-tools"
549
+ version = "0.1.9"
550
+ source = "registry+https://github.com/rust-lang/crates.io-index"
551
+ checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
552
+
553
+ [[package]]
554
+ name = "flate2"
555
+ version = "1.1.9"
556
+ source = "registry+https://github.com/rust-lang/crates.io-index"
557
+ checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c"
558
+ dependencies = [
559
+ "crc32fast",
560
+ "miniz_oxide",
561
+ ]
562
+
563
+ [[package]]
564
+ name = "foldhash"
565
+ version = "0.1.5"
566
+ source = "registry+https://github.com/rust-lang/crates.io-index"
567
+ checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
568
+
569
+ [[package]]
570
+ name = "foldhash"
571
+ version = "0.2.0"
572
+ source = "registry+https://github.com/rust-lang/crates.io-index"
573
+ checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
574
+
575
+ [[package]]
576
+ name = "foreign-types"
577
+ version = "0.3.2"
578
+ source = "registry+https://github.com/rust-lang/crates.io-index"
579
+ checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
580
+ dependencies = [
581
+ "foreign-types-shared",
582
+ ]
583
+
584
+ [[package]]
585
+ name = "foreign-types-shared"
586
+ version = "0.1.1"
587
+ source = "registry+https://github.com/rust-lang/crates.io-index"
588
+ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
589
+
590
+ [[package]]
591
+ name = "form_urlencoded"
592
+ version = "1.2.2"
593
+ source = "registry+https://github.com/rust-lang/crates.io-index"
594
+ checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
595
+ dependencies = [
596
+ "percent-encoding",
597
+ ]
598
+
599
+ [[package]]
600
+ name = "futures-channel"
601
+ version = "0.3.32"
602
+ source = "registry+https://github.com/rust-lang/crates.io-index"
603
+ checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
604
+ dependencies = [
605
+ "futures-core",
606
+ "futures-sink",
607
+ ]
608
+
609
+ [[package]]
610
+ name = "futures-core"
611
+ version = "0.3.32"
612
+ source = "registry+https://github.com/rust-lang/crates.io-index"
613
+ checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
614
+
615
+ [[package]]
616
+ name = "futures-io"
617
+ version = "0.3.32"
618
+ source = "registry+https://github.com/rust-lang/crates.io-index"
619
+ checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
620
+
621
+ [[package]]
622
+ name = "futures-sink"
623
+ version = "0.3.32"
624
+ source = "registry+https://github.com/rust-lang/crates.io-index"
625
+ checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
626
+
627
+ [[package]]
628
+ name = "futures-task"
629
+ version = "0.3.32"
630
+ source = "registry+https://github.com/rust-lang/crates.io-index"
631
+ checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
632
+
633
+ [[package]]
634
+ name = "futures-util"
635
+ version = "0.3.32"
636
+ source = "registry+https://github.com/rust-lang/crates.io-index"
637
+ checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
638
+ dependencies = [
639
+ "futures-core",
640
+ "futures-io",
641
+ "futures-sink",
642
+ "futures-task",
643
+ "memchr",
644
+ "pin-project-lite",
645
+ "slab",
646
+ ]
647
+
648
+ [[package]]
649
+ name = "getrandom"
650
+ version = "0.2.17"
651
+ source = "registry+https://github.com/rust-lang/crates.io-index"
652
+ checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
653
+ dependencies = [
654
+ "cfg-if",
655
+ "libc",
656
+ "wasi",
657
+ ]
658
+
659
+ [[package]]
660
+ name = "getrandom"
661
+ version = "0.3.4"
662
+ source = "registry+https://github.com/rust-lang/crates.io-index"
663
+ checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
664
+ dependencies = [
665
+ "cfg-if",
666
+ "libc",
667
+ "r-efi 5.3.0",
668
+ "wasip2",
669
+ ]
670
+
671
+ [[package]]
672
+ name = "getrandom"
673
+ version = "0.4.2"
674
+ source = "registry+https://github.com/rust-lang/crates.io-index"
675
+ checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555"
676
+ dependencies = [
677
+ "cfg-if",
678
+ "libc",
679
+ "r-efi 6.0.0",
680
+ "rand_core",
681
+ "wasip2",
682
+ "wasip3",
683
+ ]
684
+
685
+ [[package]]
686
+ name = "gimli"
687
+ version = "0.33.0"
688
+ source = "registry+https://github.com/rust-lang/crates.io-index"
689
+ checksum = "0bf7f043f89559805f8c7cacc432749b2fa0d0a0a9ee46ce47164ed5ba7f126c"
690
+ dependencies = [
691
+ "stable_deref_trait",
692
+ ]
693
+
694
+ [[package]]
695
+ name = "glob"
696
+ version = "0.3.3"
697
+ source = "registry+https://github.com/rust-lang/crates.io-index"
698
+ checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
699
+
700
+ [[package]]
701
+ name = "goblin"
702
+ version = "0.10.7"
703
+ source = "registry+https://github.com/rust-lang/crates.io-index"
704
+ checksum = "17582616a7718cca54cec18e534a76c7c4aec11a8b9a85695712f262fd15a4c8"
705
+ dependencies = [
706
+ "log",
707
+ "plain",
708
+ "scroll",
709
+ ]
710
+
711
+ [[package]]
712
+ name = "hashbrown"
713
+ version = "0.14.5"
714
+ source = "registry+https://github.com/rust-lang/crates.io-index"
715
+ checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
716
+
717
+ [[package]]
718
+ name = "hashbrown"
719
+ version = "0.15.5"
720
+ source = "registry+https://github.com/rust-lang/crates.io-index"
721
+ checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
722
+ dependencies = [
723
+ "foldhash 0.1.5",
724
+ ]
725
+
726
+ [[package]]
727
+ name = "hashbrown"
728
+ version = "0.16.1"
729
+ source = "registry+https://github.com/rust-lang/crates.io-index"
730
+ checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
731
+ dependencies = [
732
+ "allocator-api2",
733
+ "equivalent",
734
+ "foldhash 0.2.0",
735
+ ]
736
+
737
+ [[package]]
738
+ name = "hashbrown"
739
+ version = "0.17.1"
740
+ source = "registry+https://github.com/rust-lang/crates.io-index"
741
+ checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
742
+
743
+ [[package]]
744
+ name = "heck"
745
+ version = "0.5.0"
746
+ source = "registry+https://github.com/rust-lang/crates.io-index"
747
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
748
+
749
+ [[package]]
750
+ name = "hermit-abi"
751
+ version = "0.5.2"
752
+ source = "registry+https://github.com/rust-lang/crates.io-index"
753
+ checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
754
+
755
+ [[package]]
756
+ name = "http"
757
+ version = "1.4.1"
758
+ source = "registry+https://github.com/rust-lang/crates.io-index"
759
+ checksum = "8be7462df143984c4598a256ef469b251d7d7f9e271135073e78fc535414f3d0"
760
+ dependencies = [
761
+ "bytes",
762
+ "itoa",
763
+ ]
764
+
765
+ [[package]]
766
+ name = "http-body"
767
+ version = "1.0.1"
768
+ source = "registry+https://github.com/rust-lang/crates.io-index"
769
+ checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
770
+ dependencies = [
771
+ "bytes",
772
+ "http",
773
+ ]
774
+
775
+ [[package]]
776
+ name = "http-body-util"
777
+ version = "0.1.3"
778
+ source = "registry+https://github.com/rust-lang/crates.io-index"
779
+ checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
780
+ dependencies = [
781
+ "bytes",
782
+ "futures-core",
783
+ "http",
784
+ "http-body",
785
+ "pin-project-lite",
786
+ ]
787
+
788
+ [[package]]
789
+ name = "httparse"
790
+ version = "1.10.1"
791
+ source = "registry+https://github.com/rust-lang/crates.io-index"
792
+ checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
793
+
794
+ [[package]]
795
+ name = "humantime"
796
+ version = "2.3.0"
797
+ source = "registry+https://github.com/rust-lang/crates.io-index"
798
+ checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
799
+
800
+ [[package]]
801
+ name = "hyper"
802
+ version = "1.10.0"
803
+ source = "registry+https://github.com/rust-lang/crates.io-index"
804
+ checksum = "eb92f162bf56536459fc83c79b974bb12837acfed43d6bc370a7916d0ae15ecc"
805
+ dependencies = [
806
+ "atomic-waker",
807
+ "bytes",
808
+ "futures-channel",
809
+ "futures-core",
810
+ "http",
811
+ "http-body",
812
+ "httparse",
813
+ "itoa",
814
+ "pin-project-lite",
815
+ "smallvec",
816
+ "tokio",
817
+ "want",
818
+ ]
819
+
820
+ [[package]]
821
+ name = "hyper-tls"
822
+ version = "0.6.0"
823
+ source = "registry+https://github.com/rust-lang/crates.io-index"
824
+ checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
825
+ dependencies = [
826
+ "bytes",
827
+ "http-body-util",
828
+ "hyper",
829
+ "hyper-util",
830
+ "native-tls",
831
+ "tokio",
832
+ "tokio-native-tls",
833
+ "tower-service",
834
+ ]
835
+
836
+ [[package]]
837
+ name = "hyper-util"
838
+ version = "0.1.20"
839
+ source = "registry+https://github.com/rust-lang/crates.io-index"
840
+ checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
841
+ dependencies = [
842
+ "base64",
843
+ "bytes",
844
+ "futures-channel",
845
+ "futures-util",
846
+ "http",
847
+ "http-body",
848
+ "hyper",
849
+ "ipnet",
850
+ "libc",
851
+ "percent-encoding",
852
+ "pin-project-lite",
853
+ "socket2",
854
+ "tokio",
855
+ "tower-service",
856
+ "tracing",
857
+ ]
858
+
859
+ [[package]]
860
+ name = "iana-time-zone"
861
+ version = "0.1.65"
862
+ source = "registry+https://github.com/rust-lang/crates.io-index"
863
+ checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
864
+ dependencies = [
865
+ "android_system_properties",
866
+ "core-foundation-sys",
867
+ "iana-time-zone-haiku",
868
+ "js-sys",
869
+ "log",
870
+ "wasm-bindgen",
871
+ "windows-core",
872
+ ]
873
+
874
+ [[package]]
875
+ name = "iana-time-zone-haiku"
876
+ version = "0.1.2"
877
+ source = "registry+https://github.com/rust-lang/crates.io-index"
878
+ checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
879
+ dependencies = [
880
+ "cc",
881
+ ]
882
+
883
+ [[package]]
884
+ name = "icu_collections"
885
+ version = "2.2.0"
886
+ source = "registry+https://github.com/rust-lang/crates.io-index"
887
+ checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c"
888
+ dependencies = [
889
+ "displaydoc",
890
+ "potential_utf",
891
+ "utf8_iter",
892
+ "yoke",
893
+ "zerofrom",
894
+ "zerovec",
895
+ ]
896
+
897
+ [[package]]
898
+ name = "icu_locale_core"
899
+ version = "2.2.0"
900
+ source = "registry+https://github.com/rust-lang/crates.io-index"
901
+ checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29"
902
+ dependencies = [
903
+ "displaydoc",
904
+ "litemap",
905
+ "tinystr",
906
+ "writeable",
907
+ "zerovec",
908
+ ]
909
+
910
+ [[package]]
911
+ name = "icu_normalizer"
912
+ version = "2.2.0"
913
+ source = "registry+https://github.com/rust-lang/crates.io-index"
914
+ checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4"
915
+ dependencies = [
916
+ "icu_collections",
917
+ "icu_normalizer_data",
918
+ "icu_properties",
919
+ "icu_provider",
920
+ "smallvec",
921
+ "zerovec",
922
+ ]
923
+
924
+ [[package]]
925
+ name = "icu_normalizer_data"
926
+ version = "2.2.0"
927
+ source = "registry+https://github.com/rust-lang/crates.io-index"
928
+ checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38"
929
+
930
+ [[package]]
931
+ name = "icu_properties"
932
+ version = "2.2.0"
933
+ source = "registry+https://github.com/rust-lang/crates.io-index"
934
+ checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de"
935
+ dependencies = [
936
+ "icu_collections",
937
+ "icu_locale_core",
938
+ "icu_properties_data",
939
+ "icu_provider",
940
+ "zerotrie",
941
+ "zerovec",
942
+ ]
943
+
944
+ [[package]]
945
+ name = "icu_properties_data"
946
+ version = "2.2.0"
947
+ source = "registry+https://github.com/rust-lang/crates.io-index"
948
+ checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14"
949
+
950
+ [[package]]
951
+ name = "icu_provider"
952
+ version = "2.2.0"
953
+ source = "registry+https://github.com/rust-lang/crates.io-index"
954
+ checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421"
955
+ dependencies = [
956
+ "displaydoc",
957
+ "icu_locale_core",
958
+ "writeable",
959
+ "yoke",
960
+ "zerofrom",
961
+ "zerotrie",
962
+ "zerovec",
963
+ ]
964
+
965
+ [[package]]
966
+ name = "id-arena"
967
+ version = "2.3.0"
968
+ source = "registry+https://github.com/rust-lang/crates.io-index"
969
+ checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954"
970
+
971
+ [[package]]
972
+ name = "idna"
973
+ version = "1.1.0"
974
+ source = "registry+https://github.com/rust-lang/crates.io-index"
975
+ checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
976
+ dependencies = [
977
+ "idna_adapter",
978
+ "smallvec",
979
+ "utf8_iter",
980
+ ]
981
+
982
+ [[package]]
983
+ name = "idna_adapter"
984
+ version = "1.2.2"
985
+ source = "registry+https://github.com/rust-lang/crates.io-index"
986
+ checksum = "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714"
987
+ dependencies = [
988
+ "icu_normalizer",
989
+ "icu_properties",
990
+ ]
991
+
992
+ [[package]]
993
+ name = "indexmap"
994
+ version = "2.14.0"
995
+ source = "registry+https://github.com/rust-lang/crates.io-index"
996
+ checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
997
+ dependencies = [
998
+ "equivalent",
999
+ "hashbrown 0.17.1",
1000
+ "serde",
1001
+ "serde_core",
1002
+ ]
1003
+
1004
+ [[package]]
1005
+ name = "inferno"
1006
+ version = "0.12.6"
1007
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1008
+ checksum = "90807d610575744524d9bdc69f3885d96f0e6c3354565b0828354a7ff2a262b8"
1009
+ dependencies = [
1010
+ "ahash",
1011
+ "clap",
1012
+ "crossbeam-channel",
1013
+ "crossbeam-utils",
1014
+ "dashmap",
1015
+ "env_logger 0.11.10",
1016
+ "indexmap",
1017
+ "itoa",
1018
+ "log",
1019
+ "num-format",
1020
+ "once_cell",
1021
+ "quick-xml",
1022
+ "rgb",
1023
+ "str_stack",
1024
+ ]
1025
+
1026
+ [[package]]
1027
+ name = "ipnet"
1028
+ version = "2.12.0"
1029
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1030
+ checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2"
1031
+
1032
+ [[package]]
1033
+ name = "is-terminal"
1034
+ version = "0.4.17"
1035
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1036
+ checksum = "3640c1c38b8e4e43584d8df18be5fc6b0aa314ce6ebf51b53313d4306cca8e46"
1037
+ dependencies = [
1038
+ "hermit-abi",
1039
+ "libc",
1040
+ "windows-sys",
1041
+ ]
1042
+
1043
+ [[package]]
1044
+ name = "is_terminal_polyfill"
1045
+ version = "1.70.2"
1046
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1047
+ checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
1048
+
1049
+ [[package]]
1050
+ name = "itertools"
1051
+ version = "0.13.0"
1052
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1053
+ checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
1054
+ dependencies = [
1055
+ "either",
1056
+ ]
1057
+
1058
+ [[package]]
1059
+ name = "itertools"
1060
+ version = "0.14.0"
1061
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1062
+ checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
1063
+ dependencies = [
1064
+ "either",
1065
+ ]
1066
+
1067
+ [[package]]
1068
+ name = "itoa"
1069
+ version = "1.0.18"
1070
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1071
+ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
1072
+
1073
+ [[package]]
1074
+ name = "jiff"
1075
+ version = "0.2.28"
1076
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1077
+ checksum = "4603d3033e49e2b0e31229fcab20a5d40089c607d975cd9c80551dc69eed9102"
1078
+ dependencies = [
1079
+ "jiff-static",
1080
+ "log",
1081
+ "portable-atomic",
1082
+ "portable-atomic-util",
1083
+ "serde_core",
1084
+ ]
1085
+
1086
+ [[package]]
1087
+ name = "jiff-static"
1088
+ version = "0.2.28"
1089
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1090
+ checksum = "782d32378dddf207193ac91cefb848ad41abb58195c95168e1291227a0832b47"
1091
+ dependencies = [
1092
+ "proc-macro2",
1093
+ "quote",
1094
+ "syn",
1095
+ ]
1096
+
1097
+ [[package]]
1098
+ name = "js-sys"
1099
+ version = "0.3.99"
1100
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1101
+ checksum = "142bc4740e452c1e57ade0cbc129f139c9093e354346f0872ef985f4f5cf5f11"
1102
+ dependencies = [
1103
+ "cfg-if",
1104
+ "futures-util",
1105
+ "once_cell",
1106
+ "wasm-bindgen",
1107
+ ]
1108
+
1109
+ [[package]]
1110
+ name = "lazy_static"
1111
+ version = "1.5.0"
1112
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1113
+ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
1114
+
1115
+ [[package]]
1116
+ name = "leb128fmt"
1117
+ version = "0.1.0"
1118
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1119
+ checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
1120
+
1121
+ [[package]]
1122
+ name = "libc"
1123
+ version = "0.2.186"
1124
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1125
+ checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
1126
+
1127
+ [[package]]
1128
+ name = "libflate"
1129
+ version = "2.3.0"
1130
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1131
+ checksum = "cd96e993e5f3368b0cb8497dae6c860c22af8ff18388c61c6c0b86c58d86b5df"
1132
+ dependencies = [
1133
+ "adler32",
1134
+ "crc32fast",
1135
+ "dary_heap",
1136
+ "libflate_lz77",
1137
+ "no_std_io2",
1138
+ ]
1139
+
1140
+ [[package]]
1141
+ name = "libflate_lz77"
1142
+ version = "2.3.0"
1143
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1144
+ checksum = "ff7a10e427698aef6eef269482776debfef63384d30f13aad39a1a95e0e098fd"
1145
+ dependencies = [
1146
+ "hashbrown 0.16.1",
1147
+ "no_std_io2",
1148
+ "rle-decode-fast",
1149
+ ]
1150
+
1151
+ [[package]]
1152
+ name = "libloading"
1153
+ version = "0.8.9"
1154
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1155
+ checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
1156
+ dependencies = [
1157
+ "cfg-if",
1158
+ "windows-link",
1159
+ ]
1160
+
1161
+ [[package]]
1162
+ name = "libproc"
1163
+ version = "0.14.11"
1164
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1165
+ checksum = "a54ad7278b8bc5301d5ffd2a94251c004feb971feba96c971ea4063645990757"
1166
+ dependencies = [
1167
+ "bindgen 0.72.1",
1168
+ "errno",
1169
+ "libc",
1170
+ ]
1171
+
1172
+ [[package]]
1173
+ name = "libredox"
1174
+ version = "0.1.17"
1175
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1176
+ checksum = "f02ab6bace2054fb888a3c16f990117b579d14a3088e472d63c6011fa185c9d3"
1177
+ dependencies = [
1178
+ "libc",
1179
+ ]
1180
+
1181
+ [[package]]
1182
+ name = "linux-raw-sys"
1183
+ version = "0.12.1"
1184
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1185
+ checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
1186
+
1187
+ [[package]]
1188
+ name = "litemap"
1189
+ version = "0.8.2"
1190
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1191
+ checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"
1192
+
1193
+ [[package]]
1194
+ name = "lock_api"
1195
+ version = "0.4.14"
1196
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1197
+ checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
1198
+ dependencies = [
1199
+ "scopeguard",
1200
+ ]
1201
+
1202
+ [[package]]
1203
+ name = "log"
1204
+ version = "0.4.30"
1205
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1206
+ checksum = "616ec5685824bcc94416c6d4a7a446eea774a31efd7062c8480ba6fd06d7a6e5"
1207
+
1208
+ [[package]]
1209
+ name = "mach"
1210
+ version = "0.3.2"
1211
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1212
+ checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
1213
+ dependencies = [
1214
+ "libc",
1215
+ ]
1216
+
1217
+ [[package]]
1218
+ name = "mach2"
1219
+ version = "0.4.3"
1220
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1221
+ checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
1222
+ dependencies = [
1223
+ "libc",
1224
+ ]
1225
+
1226
+ [[package]]
1227
+ name = "mach_o_sys"
1228
+ version = "0.1.1"
1229
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1230
+ checksum = "3e854583a83f20cf329bb9283366335387f7db59d640d1412167e05fedb98826"
1231
+
1232
+ [[package]]
1233
+ name = "memchr"
1234
+ version = "2.8.1"
1235
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1236
+ checksum = "6b947ae49db0d222b1dbc6b113ce7248a3fc3a6ca21b696717bfc000ba4484d8"
1237
+
1238
+ [[package]]
1239
+ name = "memmap2"
1240
+ version = "0.9.10"
1241
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1242
+ checksum = "714098028fe011992e1c3962653c96b2d578c4b4bce9036e15ff220319b1e0e3"
1243
+ dependencies = [
1244
+ "libc",
1245
+ ]
1246
+
1247
+ [[package]]
1248
+ name = "minimal-lexical"
1249
+ version = "0.2.1"
1250
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1251
+ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
1252
+
1253
+ [[package]]
1254
+ name = "miniz_oxide"
1255
+ version = "0.8.9"
1256
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1257
+ checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
1258
+ dependencies = [
1259
+ "adler2",
1260
+ "simd-adler32",
1261
+ ]
1262
+
1263
+ [[package]]
1264
+ name = "mio"
1265
+ version = "1.2.1"
1266
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1267
+ checksum = "02bd0af71c67b473010cbbc60715ee815645a4dc942899111f494b4b737d6fda"
1268
+ dependencies = [
1269
+ "libc",
1270
+ "wasi",
1271
+ "windows-sys",
1272
+ ]
1273
+
1274
+ [[package]]
1275
+ name = "native-tls"
1276
+ version = "0.2.18"
1277
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1278
+ checksum = "465500e14ea162429d264d44189adc38b199b62b1c21eea9f69e4b73cb03bbf2"
1279
+ dependencies = [
1280
+ "libc",
1281
+ "log",
1282
+ "openssl",
1283
+ "openssl-probe",
1284
+ "openssl-sys",
1285
+ "schannel",
1286
+ "security-framework",
1287
+ "security-framework-sys",
1288
+ "tempfile",
1289
+ ]
1290
+
1291
+ [[package]]
1292
+ name = "nix"
1293
+ version = "0.31.3"
1294
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1295
+ checksum = "cf20d2fde8ff38632c426f1165ed7436270b44f199fc55284c38276f9db47c3d"
1296
+ dependencies = [
1297
+ "bitflags",
1298
+ "cfg-if",
1299
+ "cfg_aliases",
1300
+ "libc",
1301
+ ]
1302
+
1303
+ [[package]]
1304
+ name = "no_std_io2"
1305
+ version = "0.9.4"
1306
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1307
+ checksum = "418abd1b6d34fbf6cae440dc874771b0525a604428704c76e48b29a5e67b8003"
1308
+ dependencies = [
1309
+ "memchr",
1310
+ ]
1311
+
1312
+ [[package]]
1313
+ name = "nom"
1314
+ version = "7.1.3"
1315
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1316
+ checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
1317
+ dependencies = [
1318
+ "memchr",
1319
+ "minimal-lexical",
1320
+ ]
1321
+
1322
+ [[package]]
1323
+ name = "num-format"
1324
+ version = "0.4.4"
1325
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1326
+ checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
1327
+ dependencies = [
1328
+ "arrayvec",
1329
+ "itoa",
1330
+ ]
1331
+
1332
+ [[package]]
1333
+ name = "num-traits"
1334
+ version = "0.2.19"
1335
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1336
+ checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1337
+ dependencies = [
1338
+ "autocfg",
1339
+ ]
1340
+
1341
+ [[package]]
1342
+ name = "objc2"
1343
+ version = "0.6.4"
1344
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1345
+ checksum = "3a12a8ed07aefc768292f076dc3ac8c48f3781c8f2d5851dd3d98950e8c5a89f"
1346
+ dependencies = [
1347
+ "objc2-encode",
1348
+ ]
1349
+
1350
+ [[package]]
1351
+ name = "objc2-encode"
1352
+ version = "4.1.0"
1353
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1354
+ checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
1355
+
1356
+ [[package]]
1357
+ name = "object"
1358
+ version = "0.39.1"
1359
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1360
+ checksum = "2e5a6c098c7a3b6547378093f5cc30bc54fd361ce711e05293a5cc589562739b"
1361
+ dependencies = [
1362
+ "flate2",
1363
+ "memchr",
1364
+ "ruzstd",
1365
+ ]
1366
+
1367
+ [[package]]
1368
+ name = "once_cell"
1369
+ version = "1.21.4"
1370
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1371
+ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
1372
+
1373
+ [[package]]
1374
+ name = "once_cell_polyfill"
1375
+ version = "1.70.2"
1376
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1377
+ checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
1378
+
1379
+ [[package]]
1380
+ name = "openssl"
1381
+ version = "0.10.80"
1382
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1383
+ checksum = "a45fa2aa886c42762255da344f0a0d313e254066c46aad76f300c3d3da62d967"
1384
+ dependencies = [
1385
+ "bitflags",
1386
+ "cfg-if",
1387
+ "foreign-types",
1388
+ "libc",
1389
+ "openssl-macros",
1390
+ "openssl-sys",
1391
+ ]
1392
+
1393
+ [[package]]
1394
+ name = "openssl-macros"
1395
+ version = "0.1.1"
1396
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1397
+ checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
1398
+ dependencies = [
1399
+ "proc-macro2",
1400
+ "quote",
1401
+ "syn",
1402
+ ]
1403
+
1404
+ [[package]]
1405
+ name = "openssl-probe"
1406
+ version = "0.2.1"
1407
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1408
+ checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe"
1409
+
1410
+ [[package]]
1411
+ name = "openssl-sys"
1412
+ version = "0.9.116"
1413
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1414
+ checksum = "f28a22dc7140cda5f096e5e7724a6962ca81a7f8bfd2979f9b18c11af56318c4"
1415
+ dependencies = [
1416
+ "cc",
1417
+ "libc",
1418
+ "pkg-config",
1419
+ "vcpkg",
1420
+ ]
1421
+
1422
+ [[package]]
1423
+ name = "option-ext"
1424
+ version = "0.2.0"
1425
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1426
+ checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
1427
+
1428
+ [[package]]
1429
+ name = "parking_lot_core"
1430
+ version = "0.9.12"
1431
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1432
+ checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
1433
+ dependencies = [
1434
+ "cfg-if",
1435
+ "libc",
1436
+ "redox_syscall",
1437
+ "smallvec",
1438
+ "windows-link",
1439
+ ]
1440
+
1441
+ [[package]]
1442
+ name = "percent-encoding"
1443
+ version = "2.3.2"
1444
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1445
+ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
1446
+
1447
+ [[package]]
1448
+ name = "pin-project-lite"
1449
+ version = "0.2.17"
1450
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1451
+ checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
1452
+
1453
+ [[package]]
1454
+ name = "pkg-config"
1455
+ version = "0.3.33"
1456
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1457
+ checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e"
1458
+
1459
+ [[package]]
1460
+ name = "plain"
1461
+ version = "0.2.3"
1462
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1463
+ checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
1464
+
1465
+ [[package]]
1466
+ name = "portable-atomic"
1467
+ version = "1.13.1"
1468
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1469
+ checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
1470
+
1471
+ [[package]]
1472
+ name = "portable-atomic-util"
1473
+ version = "0.2.7"
1474
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1475
+ checksum = "c2a106d1259c23fac8e543272398ae0e3c0b8d33c88ed73d0cc71b0f1d902618"
1476
+ dependencies = [
1477
+ "portable-atomic",
1478
+ ]
1479
+
1480
+ [[package]]
1481
+ name = "potential_utf"
1482
+ version = "0.1.5"
1483
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1484
+ checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564"
1485
+ dependencies = [
1486
+ "zerovec",
1487
+ ]
1488
+
1489
+ [[package]]
1490
+ name = "pretty_env_logger"
1491
+ version = "0.5.0"
1492
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1493
+ checksum = "865724d4dbe39d9f3dd3b52b88d859d66bcb2d6a0acfd5ea68a65fb66d4bdc1c"
1494
+ dependencies = [
1495
+ "env_logger 0.10.2",
1496
+ "log",
1497
+ ]
1498
+
1499
+ [[package]]
1500
+ name = "prettyplease"
1501
+ version = "0.2.37"
1502
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1503
+ checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
1504
+ dependencies = [
1505
+ "proc-macro2",
1506
+ "syn",
1507
+ ]
1508
+
1509
+ [[package]]
1510
+ name = "proc-macro2"
1511
+ version = "1.0.106"
1512
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1513
+ checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
1514
+ dependencies = [
1515
+ "unicode-ident",
1516
+ ]
1517
+
1518
+ [[package]]
1519
+ name = "proc-maps"
1520
+ version = "0.4.0"
1521
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1522
+ checksum = "3db44c5aa60e193a25fcd93bb9ed27423827e8f118897866f946e2cf936c44fb"
1523
+ dependencies = [
1524
+ "anyhow",
1525
+ "bindgen 0.70.1",
1526
+ "libc",
1527
+ "libproc",
1528
+ "mach2",
1529
+ "winapi",
1530
+ ]
1531
+
1532
+ [[package]]
1533
+ name = "prost"
1534
+ version = "0.14.3"
1535
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1536
+ checksum = "d2ea70524a2f82d518bce41317d0fae74151505651af45faf1ffbd6fd33f0568"
1537
+ dependencies = [
1538
+ "bytes",
1539
+ "prost-derive",
1540
+ ]
1541
+
1542
+ [[package]]
1543
+ name = "prost-derive"
1544
+ version = "0.14.3"
1545
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1546
+ checksum = "27c6023962132f4b30eb4c172c91ce92d933da334c59c23cddee82358ddafb0b"
1547
+ dependencies = [
1548
+ "anyhow",
1549
+ "itertools 0.14.0",
1550
+ "proc-macro2",
1551
+ "quote",
1552
+ "syn",
1553
+ ]
1554
+
1555
+ [[package]]
1556
+ name = "pyroscope"
1557
+ version = "2.0.6"
1558
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1559
+ checksum = "b6869e0f2cae5cef10281c57d5a260f91372d7f190a7f717eb1a54f643d92151"
1560
+ dependencies = [
1561
+ "lazy_static",
1562
+ "libc",
1563
+ "libflate",
1564
+ "log",
1565
+ "prost",
1566
+ "reqwest",
1567
+ "serde_json",
1568
+ "thiserror",
1569
+ "url",
1570
+ "uuid",
1571
+ ]
1572
+
1573
+ [[package]]
1574
+ name = "quick-xml"
1575
+ version = "0.39.4"
1576
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1577
+ checksum = "cdcc8dd4e2f670d309a5f0e83fe36dfdc05af317008fea29144da1a2ac858e5e"
1578
+ dependencies = [
1579
+ "memchr",
1580
+ ]
1581
+
1582
+ [[package]]
1583
+ name = "quote"
1584
+ version = "1.0.45"
1585
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1586
+ checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
1587
+ dependencies = [
1588
+ "proc-macro2",
1589
+ ]
1590
+
1591
+ [[package]]
1592
+ name = "r-efi"
1593
+ version = "5.3.0"
1594
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1595
+ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
1596
+
1597
+ [[package]]
1598
+ name = "r-efi"
1599
+ version = "6.0.0"
1600
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1601
+ checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
1602
+
1603
+ [[package]]
1604
+ name = "rand"
1605
+ version = "0.10.1"
1606
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1607
+ checksum = "d2e8e8bcc7961af1fdac401278c6a831614941f6164ee3bf4ce61b7edb162207"
1608
+ dependencies = [
1609
+ "chacha20",
1610
+ "getrandom 0.4.2",
1611
+ "rand_core",
1612
+ ]
1613
+
1614
+ [[package]]
1615
+ name = "rand_core"
1616
+ version = "0.10.1"
1617
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1618
+ checksum = "63b8176103e19a2643978565ca18b50549f6101881c443590420e4dc998a3c69"
1619
+
1620
+ [[package]]
1621
+ name = "rbspy"
1622
+ version = "0.48.0"
1623
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1624
+ checksum = "0a4e1bb1e6a96fb6c99bb00e8e90e35b86289463a0d4b2103d2badda4df92267"
1625
+ dependencies = [
1626
+ "anyhow",
1627
+ "chrono",
1628
+ "clap",
1629
+ "ctrlc",
1630
+ "directories",
1631
+ "env_logger 0.11.10",
1632
+ "flate2",
1633
+ "inferno",
1634
+ "lazy_static",
1635
+ "libc",
1636
+ "libproc",
1637
+ "log",
1638
+ "memmap2",
1639
+ "nix",
1640
+ "proc-maps",
1641
+ "prost",
1642
+ "rand",
1643
+ "rbspy-ruby-structs",
1644
+ "remoteprocess",
1645
+ "semver",
1646
+ "serde",
1647
+ "serde_derive",
1648
+ "serde_json",
1649
+ "spytools",
1650
+ "tempfile",
1651
+ "terminal_size",
1652
+ "thiserror",
1653
+ "winapi",
1654
+ ]
1655
+
1656
+ [[package]]
1657
+ name = "rbspy-ruby-structs"
1658
+ version = "0.48.0"
1659
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1660
+ checksum = "e9adb9e18de2d3c1523044da372f8f1cfb4a05d4a68474803cd4b30bc590f52d"
1661
+
1662
+ [[package]]
1663
+ name = "read-process-memory"
1664
+ version = "0.1.6"
1665
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1666
+ checksum = "8497683b2f0b6887786f1928c118f26ecc6bb3d78bbb6ed23e8e7ba110af3bb0"
1667
+ dependencies = [
1668
+ "libc",
1669
+ "log",
1670
+ "mach",
1671
+ "winapi",
1672
+ ]
1673
+
1674
+ [[package]]
1675
+ name = "redox_syscall"
1676
+ version = "0.5.18"
1677
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1678
+ checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
1679
+ dependencies = [
1680
+ "bitflags",
1681
+ ]
1682
+
1683
+ [[package]]
1684
+ name = "redox_users"
1685
+ version = "0.5.2"
1686
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1687
+ checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
1688
+ dependencies = [
1689
+ "getrandom 0.2.17",
1690
+ "libredox",
1691
+ "thiserror",
1692
+ ]
1693
+
1694
+ [[package]]
1695
+ name = "regex"
1696
+ version = "1.12.3"
1697
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1698
+ checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
1699
+ dependencies = [
1700
+ "aho-corasick",
1701
+ "memchr",
1702
+ "regex-automata",
1703
+ "regex-syntax",
1704
+ ]
1705
+
1706
+ [[package]]
1707
+ name = "regex-automata"
1708
+ version = "0.4.14"
1709
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1710
+ checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
1711
+ dependencies = [
1712
+ "aho-corasick",
1713
+ "memchr",
1714
+ "regex-syntax",
1715
+ ]
1716
+
1717
+ [[package]]
1718
+ name = "regex-syntax"
1719
+ version = "0.8.10"
1720
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1721
+ checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a"
1722
+
1723
+ [[package]]
1724
+ name = "remoteprocess"
1725
+ version = "0.5.2"
1726
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1727
+ checksum = "1861c221cfbe6c963fd804eb56c64c0fa25d133b06537ac6cba7ca56085ae556"
1728
+ dependencies = [
1729
+ "addr2line",
1730
+ "cfg-if",
1731
+ "goblin",
1732
+ "lazy_static",
1733
+ "libc",
1734
+ "libproc",
1735
+ "log",
1736
+ "mach",
1737
+ "mach_o_sys",
1738
+ "memmap2",
1739
+ "nix",
1740
+ "object",
1741
+ "proc-maps",
1742
+ "read-process-memory",
1743
+ "regex",
1744
+ "winapi",
1745
+ ]
1746
+
1747
+ [[package]]
1748
+ name = "reqwest"
1749
+ version = "0.13.4"
1750
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1751
+ checksum = "219c5811de6525e5416c7d5d53bb656d3afdbc6c5af816e0802bcfa42dbdc1c3"
1752
+ dependencies = [
1753
+ "base64",
1754
+ "bytes",
1755
+ "futures-channel",
1756
+ "futures-core",
1757
+ "futures-util",
1758
+ "http",
1759
+ "http-body",
1760
+ "http-body-util",
1761
+ "hyper",
1762
+ "hyper-tls",
1763
+ "hyper-util",
1764
+ "js-sys",
1765
+ "log",
1766
+ "native-tls",
1767
+ "percent-encoding",
1768
+ "pin-project-lite",
1769
+ "rustls-pki-types",
1770
+ "serde",
1771
+ "serde_urlencoded",
1772
+ "sync_wrapper",
1773
+ "tokio",
1774
+ "tokio-native-tls",
1775
+ "tower",
1776
+ "tower-http",
1777
+ "tower-service",
1778
+ "url",
1779
+ "wasm-bindgen",
1780
+ "wasm-bindgen-futures",
1781
+ "web-sys",
1782
+ ]
1783
+
1784
+ [[package]]
1785
+ name = "rgb"
1786
+ version = "0.8.53"
1787
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1788
+ checksum = "47b34b781b31e5d73e9fbc8689c70551fd1ade9a19e3e28cfec8580a79290cc4"
1789
+ dependencies = [
1790
+ "bytemuck",
1791
+ ]
1792
+
1793
+ [[package]]
1794
+ name = "rle-decode-fast"
1795
+ version = "1.0.3"
1796
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1797
+ checksum = "3582f63211428f83597b51b2ddb88e2a91a9d52d12831f9d08f5e624e8977422"
1798
+
1799
+ [[package]]
1800
+ name = "rustc-demangle"
1801
+ version = "0.1.27"
1802
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1803
+ checksum = "b50b8869d9fc858ce7266cce0194bd74df58b9d0e3f6df3a9fc8eb470d95c09d"
1804
+
1805
+ [[package]]
1806
+ name = "rustc-hash"
1807
+ version = "1.1.0"
1808
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1809
+ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
1810
+
1811
+ [[package]]
1812
+ name = "rustc-hash"
1813
+ version = "2.1.2"
1814
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1815
+ checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe"
1816
+
1817
+ [[package]]
1818
+ name = "rustix"
1819
+ version = "1.1.4"
1820
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1821
+ checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
1822
+ dependencies = [
1823
+ "bitflags",
1824
+ "errno",
1825
+ "libc",
1826
+ "linux-raw-sys",
1827
+ "windows-sys",
1828
+ ]
1829
+
1830
+ [[package]]
1831
+ name = "rustls-pki-types"
1832
+ version = "1.14.1"
1833
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1834
+ checksum = "30a7197ae7eb376e574fe940d068c30fe0462554a3ddbe4eca7838e049c937a9"
1835
+ dependencies = [
1836
+ "zeroize",
1837
+ ]
1838
+
1839
+ [[package]]
1840
+ name = "rustversion"
1841
+ version = "1.0.22"
1842
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1843
+ checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
1844
+
1845
+ [[package]]
1846
+ name = "ruzstd"
1847
+ version = "0.8.3"
1848
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1849
+ checksum = "a7c1c839d570d835527c9a5e4db7cb2198683a988cb9d7293fc8674e6bd58fc8"
1850
+ dependencies = [
1851
+ "twox-hash",
1852
+ ]
1853
+
1854
+ [[package]]
1855
+ name = "ryu"
1856
+ version = "1.0.23"
1857
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1858
+ checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
1859
+
1860
+ [[package]]
1861
+ name = "schannel"
1862
+ version = "0.1.29"
1863
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1864
+ checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939"
1865
+ dependencies = [
1866
+ "windows-sys",
1867
+ ]
1868
+
1869
+ [[package]]
1870
+ name = "scopeguard"
1871
+ version = "1.2.0"
1872
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1873
+ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
1874
+
1875
+ [[package]]
1876
+ name = "scroll"
1877
+ version = "0.13.0"
1878
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1879
+ checksum = "c1257cd4248b4132760d6524d6dda4e053bc648c9070b960929bf50cfb1e7add"
1880
+ dependencies = [
1881
+ "scroll_derive",
1882
+ ]
1883
+
1884
+ [[package]]
1885
+ name = "scroll_derive"
1886
+ version = "0.13.1"
1887
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1888
+ checksum = "ed76efe62313ab6610570951494bdaa81568026e0318eaa55f167de70eeea67d"
1889
+ dependencies = [
1890
+ "proc-macro2",
1891
+ "quote",
1892
+ "syn",
1893
+ ]
1894
+
1895
+ [[package]]
1896
+ name = "security-framework"
1897
+ version = "3.7.0"
1898
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1899
+ checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d"
1900
+ dependencies = [
1901
+ "bitflags",
1902
+ "core-foundation",
1903
+ "core-foundation-sys",
1904
+ "libc",
1905
+ "security-framework-sys",
1906
+ ]
1907
+
1908
+ [[package]]
1909
+ name = "security-framework-sys"
1910
+ version = "2.17.0"
1911
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1912
+ checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3"
1913
+ dependencies = [
1914
+ "core-foundation-sys",
1915
+ "libc",
1916
+ ]
1917
+
1918
+ [[package]]
1919
+ name = "semver"
1920
+ version = "1.0.28"
1921
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1922
+ checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
1923
+
1924
+ [[package]]
1925
+ name = "serde"
1926
+ version = "1.0.228"
1927
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1928
+ checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
1929
+ dependencies = [
1930
+ "serde_core",
1931
+ ]
1932
+
1933
+ [[package]]
1934
+ name = "serde_core"
1935
+ version = "1.0.228"
1936
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1937
+ checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
1938
+ dependencies = [
1939
+ "serde_derive",
1940
+ ]
1941
+
1942
+ [[package]]
1943
+ name = "serde_derive"
1944
+ version = "1.0.228"
1945
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1946
+ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
1947
+ dependencies = [
1948
+ "proc-macro2",
1949
+ "quote",
1950
+ "syn",
1951
+ ]
1952
+
1953
+ [[package]]
1954
+ name = "serde_json"
1955
+ version = "1.0.150"
1956
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1957
+ checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9"
1958
+ dependencies = [
1959
+ "itoa",
1960
+ "memchr",
1961
+ "serde",
1962
+ "serde_core",
1963
+ "zmij",
1964
+ ]
1965
+
1966
+ [[package]]
1967
+ name = "serde_urlencoded"
1968
+ version = "0.7.1"
1969
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1970
+ checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
1971
+ dependencies = [
1972
+ "form_urlencoded",
1973
+ "itoa",
1974
+ "ryu",
1975
+ "serde",
1976
+ ]
1977
+
1978
+ [[package]]
1979
+ name = "shlex"
1980
+ version = "1.3.0"
1981
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1982
+ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
1983
+
1984
+ [[package]]
1985
+ name = "simd-adler32"
1986
+ version = "0.3.9"
1987
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1988
+ checksum = "703d5c7ef118737c72f1af64ad2f6f8c5e1921f818cdcb97b8fe6fc69bf66214"
1989
+
1990
+ [[package]]
1991
+ name = "slab"
1992
+ version = "0.4.12"
1993
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1994
+ checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
1995
+
1996
+ [[package]]
1997
+ name = "smallvec"
1998
+ version = "1.15.1"
1999
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2000
+ checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
2001
+
2002
+ [[package]]
2003
+ name = "socket2"
2004
+ version = "0.6.4"
2005
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2006
+ checksum = "52d1cfed4120b4d927bf7c0f86d2087a4a7d6027c906d9f9d525a80573b9be51"
2007
+ dependencies = [
2008
+ "libc",
2009
+ "windows-sys",
2010
+ ]
2011
+
2012
+ [[package]]
2013
+ name = "spytools"
2014
+ version = "0.4.0"
2015
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2016
+ checksum = "585cd3cb3ff82ef35c878f2111d6e4ac1ad42c5c3c7c90b386738a03b8e5f32f"
2017
+ dependencies = [
2018
+ "anyhow",
2019
+ "goblin",
2020
+ "lazy_static",
2021
+ "libc",
2022
+ "log",
2023
+ "memmap2",
2024
+ "proc-maps",
2025
+ "regex",
2026
+ "remoteprocess",
2027
+ ]
2028
+
2029
+ [[package]]
2030
+ name = "stable_deref_trait"
2031
+ version = "1.2.1"
2032
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2033
+ checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
2034
+
2035
+ [[package]]
2036
+ name = "str_stack"
2037
+ version = "0.1.1"
2038
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2039
+ checksum = "7f446288b699d66d0fd2e30d1cfe7869194312524b3b9252594868ed26ef056a"
2040
+
2041
+ [[package]]
2042
+ name = "strsim"
2043
+ version = "0.11.1"
2044
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2045
+ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
2046
+
2047
+ [[package]]
2048
+ name = "syn"
2049
+ version = "2.0.117"
2050
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2051
+ checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
2052
+ dependencies = [
2053
+ "proc-macro2",
2054
+ "quote",
2055
+ "unicode-ident",
2056
+ ]
2057
+
2058
+ [[package]]
2059
+ name = "sync_wrapper"
2060
+ version = "1.0.2"
2061
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2062
+ checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
2063
+ dependencies = [
2064
+ "futures-core",
2065
+ ]
2066
+
2067
+ [[package]]
2068
+ name = "synstructure"
2069
+ version = "0.13.2"
2070
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2071
+ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
2072
+ dependencies = [
2073
+ "proc-macro2",
2074
+ "quote",
2075
+ "syn",
2076
+ ]
2077
+
2078
+ [[package]]
2079
+ name = "tempfile"
2080
+ version = "3.27.0"
2081
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2082
+ checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
2083
+ dependencies = [
2084
+ "fastrand",
2085
+ "getrandom 0.3.4",
2086
+ "once_cell",
2087
+ "rustix",
2088
+ "windows-sys",
2089
+ ]
2090
+
2091
+ [[package]]
2092
+ name = "termcolor"
2093
+ version = "1.4.1"
2094
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2095
+ checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
2096
+ dependencies = [
2097
+ "winapi-util",
2098
+ ]
2099
+
2100
+ [[package]]
2101
+ name = "terminal_size"
2102
+ version = "0.4.4"
2103
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2104
+ checksum = "230a1b821ccbd75b185820a1f1ff7b14d21da1e442e22c0863ea5f08771a8874"
2105
+ dependencies = [
2106
+ "rustix",
2107
+ "windows-sys",
2108
+ ]
2109
+
2110
+ [[package]]
2111
+ name = "thiserror"
2112
+ version = "2.0.18"
2113
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2114
+ checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
2115
+ dependencies = [
2116
+ "thiserror-impl",
2117
+ ]
2118
+
2119
+ [[package]]
2120
+ name = "thiserror-impl"
2121
+ version = "2.0.18"
2122
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2123
+ checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
2124
+ dependencies = [
2125
+ "proc-macro2",
2126
+ "quote",
2127
+ "syn",
2128
+ ]
2129
+
2130
+ [[package]]
2131
+ name = "tinystr"
2132
+ version = "0.8.3"
2133
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2134
+ checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d"
2135
+ dependencies = [
2136
+ "displaydoc",
2137
+ "zerovec",
2138
+ ]
2139
+
2140
+ [[package]]
2141
+ name = "tokio"
2142
+ version = "1.52.3"
2143
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2144
+ checksum = "8fc7f01b389ac15039e4dc9531aa973a135d7a4135281b12d7c1bc79fd57fffe"
2145
+ dependencies = [
2146
+ "bytes",
2147
+ "libc",
2148
+ "mio",
2149
+ "pin-project-lite",
2150
+ "socket2",
2151
+ "windows-sys",
2152
+ ]
2153
+
2154
+ [[package]]
2155
+ name = "tokio-native-tls"
2156
+ version = "0.3.1"
2157
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2158
+ checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
2159
+ dependencies = [
2160
+ "native-tls",
2161
+ "tokio",
2162
+ ]
2163
+
2164
+ [[package]]
2165
+ name = "tower"
2166
+ version = "0.5.3"
2167
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2168
+ checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
2169
+ dependencies = [
2170
+ "futures-core",
2171
+ "futures-util",
2172
+ "pin-project-lite",
2173
+ "sync_wrapper",
2174
+ "tokio",
2175
+ "tower-layer",
2176
+ "tower-service",
2177
+ ]
2178
+
2179
+ [[package]]
2180
+ name = "tower-http"
2181
+ version = "0.6.11"
2182
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2183
+ checksum = "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840"
2184
+ dependencies = [
2185
+ "bitflags",
2186
+ "bytes",
2187
+ "futures-util",
2188
+ "http",
2189
+ "http-body",
2190
+ "pin-project-lite",
2191
+ "tower",
2192
+ "tower-layer",
2193
+ "tower-service",
2194
+ "url",
2195
+ ]
2196
+
2197
+ [[package]]
2198
+ name = "tower-layer"
2199
+ version = "0.3.3"
2200
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2201
+ checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
2202
+
2203
+ [[package]]
2204
+ name = "tower-service"
2205
+ version = "0.3.3"
2206
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2207
+ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
2208
+
2209
+ [[package]]
2210
+ name = "tracing"
2211
+ version = "0.1.44"
2212
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2213
+ checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
2214
+ dependencies = [
2215
+ "pin-project-lite",
2216
+ "tracing-core",
2217
+ ]
2218
+
2219
+ [[package]]
2220
+ name = "tracing-core"
2221
+ version = "0.1.36"
2222
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2223
+ checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
2224
+ dependencies = [
2225
+ "once_cell",
2226
+ ]
2227
+
2228
+ [[package]]
2229
+ name = "try-lock"
2230
+ version = "0.2.5"
2231
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2232
+ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
2233
+
2234
+ [[package]]
2235
+ name = "twox-hash"
2236
+ version = "2.1.2"
2237
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2238
+ checksum = "9ea3136b675547379c4bd395ca6b938e5ad3c3d20fad76e7fe85f9e0d011419c"
2239
+
2240
+ [[package]]
2241
+ name = "typed-arena"
2242
+ version = "2.0.2"
2243
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2244
+ checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a"
2245
+
2246
+ [[package]]
2247
+ name = "unicode-ident"
2248
+ version = "1.0.24"
2249
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2250
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
2251
+
2252
+ [[package]]
2253
+ name = "unicode-xid"
2254
+ version = "0.2.6"
2255
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2256
+ checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
2257
+
2258
+ [[package]]
2259
+ name = "url"
2260
+ version = "2.5.8"
2261
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2262
+ checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
2263
+ dependencies = [
2264
+ "form_urlencoded",
2265
+ "idna",
2266
+ "percent-encoding",
2267
+ "serde",
2268
+ ]
2269
+
2270
+ [[package]]
2271
+ name = "utf8_iter"
2272
+ version = "1.0.4"
2273
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2274
+ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
2275
+
2276
+ [[package]]
2277
+ name = "utf8parse"
2278
+ version = "0.2.2"
2279
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2280
+ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
2281
+
2282
+ [[package]]
2283
+ name = "uuid"
2284
+ version = "1.23.1"
2285
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2286
+ checksum = "ddd74a9687298c6858e9b88ec8935ec45d22e8fd5e6394fa1bd4e99a87789c76"
2287
+ dependencies = [
2288
+ "getrandom 0.4.2",
2289
+ "js-sys",
2290
+ "wasm-bindgen",
2291
+ ]
2292
+
2293
+ [[package]]
2294
+ name = "vcpkg"
2295
+ version = "0.2.15"
2296
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2297
+ checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
2298
+
2299
+ [[package]]
2300
+ name = "version_check"
2301
+ version = "0.9.5"
2302
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2303
+ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
2304
+
2305
+ [[package]]
2306
+ name = "want"
2307
+ version = "0.3.1"
2308
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2309
+ checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
2310
+ dependencies = [
2311
+ "try-lock",
2312
+ ]
2313
+
2314
+ [[package]]
2315
+ name = "wasi"
2316
+ version = "0.11.1+wasi-snapshot-preview1"
2317
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2318
+ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
2319
+
2320
+ [[package]]
2321
+ name = "wasip2"
2322
+ version = "1.0.3+wasi-0.2.9"
2323
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2324
+ checksum = "20064672db26d7cdc89c7798c48a0fdfac8213434a1186e5ef29fd560ae223d6"
2325
+ dependencies = [
2326
+ "wit-bindgen 0.57.1",
2327
+ ]
2328
+
2329
+ [[package]]
2330
+ name = "wasip3"
2331
+ version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
2332
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2333
+ checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
2334
+ dependencies = [
2335
+ "wit-bindgen 0.51.0",
2336
+ ]
2337
+
2338
+ [[package]]
2339
+ name = "wasm-bindgen"
2340
+ version = "0.2.122"
2341
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2342
+ checksum = "3ed04576f974d2b2fba0f38c51dbc5518011e38c36bf1143164be765528fd409"
2343
+ dependencies = [
2344
+ "cfg-if",
2345
+ "once_cell",
2346
+ "rustversion",
2347
+ "wasm-bindgen-macro",
2348
+ "wasm-bindgen-shared",
2349
+ ]
2350
+
2351
+ [[package]]
2352
+ name = "wasm-bindgen-futures"
2353
+ version = "0.4.72"
2354
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2355
+ checksum = "9473dbd2991ae90b6291c3c32c30c6187ac49aa32f9905d1cce280ec1e110b0f"
2356
+ dependencies = [
2357
+ "js-sys",
2358
+ "wasm-bindgen",
2359
+ ]
2360
+
2361
+ [[package]]
2362
+ name = "wasm-bindgen-macro"
2363
+ version = "0.2.122"
2364
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2365
+ checksum = "916151b09da36bd82f6615cbf3a419e2f0ba23a03c6160e8e92eb6bd4aa1dec6"
2366
+ dependencies = [
2367
+ "quote",
2368
+ "wasm-bindgen-macro-support",
2369
+ ]
2370
+
2371
+ [[package]]
2372
+ name = "wasm-bindgen-macro-support"
2373
+ version = "0.2.122"
2374
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2375
+ checksum = "299047362ccbfce148b67ab7e73349f77748e00c8296f9542adfad2ad82c5c5e"
2376
+ dependencies = [
2377
+ "bumpalo",
2378
+ "proc-macro2",
2379
+ "quote",
2380
+ "syn",
2381
+ "wasm-bindgen-shared",
2382
+ ]
2383
+
2384
+ [[package]]
2385
+ name = "wasm-bindgen-shared"
2386
+ version = "0.2.122"
2387
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2388
+ checksum = "9a929b2c61f11ba3e9bc35b50c1f25cb38e0e892c0c231ae2b8cf78d5dad4437"
2389
+ dependencies = [
2390
+ "unicode-ident",
2391
+ ]
2392
+
2393
+ [[package]]
2394
+ name = "wasm-encoder"
2395
+ version = "0.244.0"
2396
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2397
+ checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
2398
+ dependencies = [
2399
+ "leb128fmt",
2400
+ "wasmparser",
2401
+ ]
2402
+
2403
+ [[package]]
2404
+ name = "wasm-metadata"
2405
+ version = "0.244.0"
2406
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2407
+ checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
2408
+ dependencies = [
2409
+ "anyhow",
2410
+ "indexmap",
2411
+ "wasm-encoder",
2412
+ "wasmparser",
2413
+ ]
2414
+
2415
+ [[package]]
2416
+ name = "wasmparser"
2417
+ version = "0.244.0"
2418
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2419
+ checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
2420
+ dependencies = [
2421
+ "bitflags",
2422
+ "hashbrown 0.15.5",
2423
+ "indexmap",
2424
+ "semver",
2425
+ ]
2426
+
2427
+ [[package]]
2428
+ name = "web-sys"
2429
+ version = "0.3.99"
2430
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2431
+ checksum = "6d621441cfc37b84979402712047321980c178f299193a3589d05b99e8763436"
2432
+ dependencies = [
2433
+ "js-sys",
2434
+ "wasm-bindgen",
2435
+ ]
2436
+
2437
+ [[package]]
2438
+ name = "winapi"
2439
+ version = "0.3.9"
2440
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2441
+ checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2442
+ dependencies = [
2443
+ "winapi-i686-pc-windows-gnu",
2444
+ "winapi-x86_64-pc-windows-gnu",
2445
+ ]
2446
+
2447
+ [[package]]
2448
+ name = "winapi-i686-pc-windows-gnu"
2449
+ version = "0.4.0"
2450
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2451
+ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2452
+
2453
+ [[package]]
2454
+ name = "winapi-util"
2455
+ version = "0.1.11"
2456
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2457
+ checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
2458
+ dependencies = [
2459
+ "windows-sys",
2460
+ ]
2461
+
2462
+ [[package]]
2463
+ name = "winapi-x86_64-pc-windows-gnu"
2464
+ version = "0.4.0"
2465
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2466
+ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2467
+
2468
+ [[package]]
2469
+ name = "windows-core"
2470
+ version = "0.62.2"
2471
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2472
+ checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
2473
+ dependencies = [
2474
+ "windows-implement",
2475
+ "windows-interface",
2476
+ "windows-link",
2477
+ "windows-result",
2478
+ "windows-strings",
2479
+ ]
2480
+
2481
+ [[package]]
2482
+ name = "windows-implement"
2483
+ version = "0.60.2"
2484
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2485
+ checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
2486
+ dependencies = [
2487
+ "proc-macro2",
2488
+ "quote",
2489
+ "syn",
2490
+ ]
2491
+
2492
+ [[package]]
2493
+ name = "windows-interface"
2494
+ version = "0.59.3"
2495
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2496
+ checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
2497
+ dependencies = [
2498
+ "proc-macro2",
2499
+ "quote",
2500
+ "syn",
2501
+ ]
2502
+
2503
+ [[package]]
2504
+ name = "windows-link"
2505
+ version = "0.2.1"
2506
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2507
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
2508
+
2509
+ [[package]]
2510
+ name = "windows-result"
2511
+ version = "0.4.1"
2512
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2513
+ checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
2514
+ dependencies = [
2515
+ "windows-link",
2516
+ ]
2517
+
2518
+ [[package]]
2519
+ name = "windows-strings"
2520
+ version = "0.5.1"
2521
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2522
+ checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
2523
+ dependencies = [
2524
+ "windows-link",
2525
+ ]
2526
+
2527
+ [[package]]
2528
+ name = "windows-sys"
2529
+ version = "0.61.2"
2530
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2531
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
2532
+ dependencies = [
2533
+ "windows-link",
2534
+ ]
2535
+
2536
+ [[package]]
2537
+ name = "wit-bindgen"
2538
+ version = "0.51.0"
2539
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2540
+ checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
2541
+ dependencies = [
2542
+ "wit-bindgen-rust-macro",
2543
+ ]
2544
+
2545
+ [[package]]
2546
+ name = "wit-bindgen"
2547
+ version = "0.57.1"
2548
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2549
+ checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
2550
+
2551
+ [[package]]
2552
+ name = "wit-bindgen-core"
2553
+ version = "0.51.0"
2554
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2555
+ checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
2556
+ dependencies = [
2557
+ "anyhow",
2558
+ "heck",
2559
+ "wit-parser",
2560
+ ]
2561
+
2562
+ [[package]]
2563
+ name = "wit-bindgen-rust"
2564
+ version = "0.51.0"
2565
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2566
+ checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
2567
+ dependencies = [
2568
+ "anyhow",
2569
+ "heck",
2570
+ "indexmap",
2571
+ "prettyplease",
2572
+ "syn",
2573
+ "wasm-metadata",
2574
+ "wit-bindgen-core",
2575
+ "wit-component",
2576
+ ]
2577
+
2578
+ [[package]]
2579
+ name = "wit-bindgen-rust-macro"
2580
+ version = "0.51.0"
2581
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2582
+ checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
2583
+ dependencies = [
2584
+ "anyhow",
2585
+ "prettyplease",
2586
+ "proc-macro2",
2587
+ "quote",
2588
+ "syn",
2589
+ "wit-bindgen-core",
2590
+ "wit-bindgen-rust",
2591
+ ]
2592
+
2593
+ [[package]]
2594
+ name = "wit-component"
2595
+ version = "0.244.0"
2596
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2597
+ checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
2598
+ dependencies = [
2599
+ "anyhow",
2600
+ "bitflags",
2601
+ "indexmap",
2602
+ "log",
2603
+ "serde",
2604
+ "serde_derive",
2605
+ "serde_json",
2606
+ "wasm-encoder",
2607
+ "wasm-metadata",
2608
+ "wasmparser",
2609
+ "wit-parser",
2610
+ ]
2611
+
2612
+ [[package]]
2613
+ name = "wit-parser"
2614
+ version = "0.244.0"
2615
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2616
+ checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
2617
+ dependencies = [
2618
+ "anyhow",
2619
+ "id-arena",
2620
+ "indexmap",
2621
+ "log",
2622
+ "semver",
2623
+ "serde",
2624
+ "serde_derive",
2625
+ "serde_json",
2626
+ "unicode-xid",
2627
+ "wasmparser",
2628
+ ]
2629
+
2630
+ [[package]]
2631
+ name = "writeable"
2632
+ version = "0.6.3"
2633
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2634
+ checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4"
2635
+
2636
+ [[package]]
2637
+ name = "yoke"
2638
+ version = "0.8.2"
2639
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2640
+ checksum = "abe8c5fda708d9ca3df187cae8bfb9ceda00dd96231bed36e445a1a48e66f9ca"
2641
+ dependencies = [
2642
+ "stable_deref_trait",
2643
+ "yoke-derive",
2644
+ "zerofrom",
2645
+ ]
2646
+
2647
+ [[package]]
2648
+ name = "yoke-derive"
2649
+ version = "0.8.2"
2650
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2651
+ checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
2652
+ dependencies = [
2653
+ "proc-macro2",
2654
+ "quote",
2655
+ "syn",
2656
+ "synstructure",
2657
+ ]
2658
+
2659
+ [[package]]
2660
+ name = "zerocopy"
2661
+ version = "0.8.49"
2662
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2663
+ checksum = "bce33a6288fa3f072a8c2c7d0f2fdbb90e28298f0135c1f99b96c3db2efcc60b"
2664
+ dependencies = [
2665
+ "zerocopy-derive",
2666
+ ]
2667
+
2668
+ [[package]]
2669
+ name = "zerocopy-derive"
2670
+ version = "0.8.49"
2671
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2672
+ checksum = "8fd425244944f4ab65ccff928e7323354c5a018c75838362fdce749dfad2ee1e"
2673
+ dependencies = [
2674
+ "proc-macro2",
2675
+ "quote",
2676
+ "syn",
2677
+ ]
2678
+
2679
+ [[package]]
2680
+ name = "zerofrom"
2681
+ version = "0.1.8"
2682
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2683
+ checksum = "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272"
2684
+ dependencies = [
2685
+ "zerofrom-derive",
2686
+ ]
2687
+
2688
+ [[package]]
2689
+ name = "zerofrom-derive"
2690
+ version = "0.1.7"
2691
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2692
+ checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
2693
+ dependencies = [
2694
+ "proc-macro2",
2695
+ "quote",
2696
+ "syn",
2697
+ "synstructure",
2698
+ ]
2699
+
2700
+ [[package]]
2701
+ name = "zeroize"
2702
+ version = "1.8.2"
2703
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2704
+ checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
2705
+
2706
+ [[package]]
2707
+ name = "zerotrie"
2708
+ version = "0.2.4"
2709
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2710
+ checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf"
2711
+ dependencies = [
2712
+ "displaydoc",
2713
+ "yoke",
2714
+ "zerofrom",
2715
+ ]
2716
+
2717
+ [[package]]
2718
+ name = "zerovec"
2719
+ version = "0.11.6"
2720
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2721
+ checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239"
2722
+ dependencies = [
2723
+ "yoke",
2724
+ "zerofrom",
2725
+ "zerovec-derive",
2726
+ ]
2727
+
2728
+ [[package]]
2729
+ name = "zerovec-derive"
2730
+ version = "0.11.3"
2731
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2732
+ checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555"
2733
+ dependencies = [
2734
+ "proc-macro2",
2735
+ "quote",
2736
+ "syn",
2737
+ ]
2738
+
2739
+ [[package]]
2740
+ name = "zmij"
2741
+ version = "1.0.21"
2742
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2743
+ checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"