pyroscope 0.5.1-arm64-darwin → 0.5.3-arm64-darwin

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,2692 @@
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.19.0"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97"
10
+ dependencies = [
11
+ "cpp_demangle",
12
+ "fallible-iterator",
13
+ "gimli",
14
+ "object",
15
+ "rustc-demangle",
16
+ "smallvec",
17
+ ]
18
+
19
+ [[package]]
20
+ name = "adler"
21
+ version = "1.0.2"
22
+ source = "registry+https://github.com/rust-lang/crates.io-index"
23
+ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
24
+
25
+ [[package]]
26
+ name = "adler32"
27
+ version = "1.2.0"
28
+ source = "registry+https://github.com/rust-lang/crates.io-index"
29
+ checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
30
+
31
+ [[package]]
32
+ name = "ahash"
33
+ version = "0.8.3"
34
+ source = "registry+https://github.com/rust-lang/crates.io-index"
35
+ checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f"
36
+ dependencies = [
37
+ "cfg-if",
38
+ "getrandom",
39
+ "once_cell",
40
+ "version_check",
41
+ ]
42
+
43
+ [[package]]
44
+ name = "aho-corasick"
45
+ version = "1.0.1"
46
+ source = "registry+https://github.com/rust-lang/crates.io-index"
47
+ checksum = "67fc08ce920c31afb70f013dcce1bfc3a3195de6a228474e45e1f145b36f8d04"
48
+ dependencies = [
49
+ "memchr",
50
+ ]
51
+
52
+ [[package]]
53
+ name = "android_system_properties"
54
+ version = "0.1.5"
55
+ source = "registry+https://github.com/rust-lang/crates.io-index"
56
+ checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
57
+ dependencies = [
58
+ "libc",
59
+ ]
60
+
61
+ [[package]]
62
+ name = "ansi_term"
63
+ version = "0.12.1"
64
+ source = "registry+https://github.com/rust-lang/crates.io-index"
65
+ checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
66
+ dependencies = [
67
+ "winapi",
68
+ ]
69
+
70
+ [[package]]
71
+ name = "anyhow"
72
+ version = "1.0.70"
73
+ source = "registry+https://github.com/rust-lang/crates.io-index"
74
+ checksum = "7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4"
75
+
76
+ [[package]]
77
+ name = "arrayvec"
78
+ version = "0.7.2"
79
+ source = "registry+https://github.com/rust-lang/crates.io-index"
80
+ checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"
81
+
82
+ [[package]]
83
+ name = "async-channel"
84
+ version = "1.8.0"
85
+ source = "registry+https://github.com/rust-lang/crates.io-index"
86
+ checksum = "cf46fee83e5ccffc220104713af3292ff9bc7c64c7de289f66dae8e38d826833"
87
+ dependencies = [
88
+ "concurrent-queue",
89
+ "event-listener",
90
+ "futures-core",
91
+ ]
92
+
93
+ [[package]]
94
+ name = "async-lock"
95
+ version = "2.7.0"
96
+ source = "registry+https://github.com/rust-lang/crates.io-index"
97
+ checksum = "fa24f727524730b077666307f2734b4a1a1c57acb79193127dcc8914d5242dd7"
98
+ dependencies = [
99
+ "event-listener",
100
+ ]
101
+
102
+ [[package]]
103
+ name = "async-task"
104
+ version = "4.4.0"
105
+ source = "registry+https://github.com/rust-lang/crates.io-index"
106
+ checksum = "ecc7ab41815b3c653ccd2978ec3255c81349336702dfdf62ee6f7069b12a3aae"
107
+
108
+ [[package]]
109
+ name = "atomic-waker"
110
+ version = "1.1.1"
111
+ source = "registry+https://github.com/rust-lang/crates.io-index"
112
+ checksum = "1181e1e0d1fce796a03db1ae795d67167da795f9cf4a39c37589e85ef57f26d3"
113
+
114
+ [[package]]
115
+ name = "atty"
116
+ version = "0.2.14"
117
+ source = "registry+https://github.com/rust-lang/crates.io-index"
118
+ checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
119
+ dependencies = [
120
+ "hermit-abi 0.1.19",
121
+ "libc",
122
+ "winapi",
123
+ ]
124
+
125
+ [[package]]
126
+ name = "autocfg"
127
+ version = "1.1.0"
128
+ source = "registry+https://github.com/rust-lang/crates.io-index"
129
+ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
130
+
131
+ [[package]]
132
+ name = "base64"
133
+ version = "0.21.0"
134
+ source = "registry+https://github.com/rust-lang/crates.io-index"
135
+ checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a"
136
+
137
+ [[package]]
138
+ name = "bincode"
139
+ version = "2.0.0-rc.3"
140
+ source = "registry+https://github.com/rust-lang/crates.io-index"
141
+ checksum = "f11ea1a0346b94ef188834a65c068a03aec181c94896d481d7a0a40d85b0ce95"
142
+ dependencies = [
143
+ "bincode_derive",
144
+ "serde",
145
+ ]
146
+
147
+ [[package]]
148
+ name = "bincode_derive"
149
+ version = "2.0.0-rc.3"
150
+ source = "registry+https://github.com/rust-lang/crates.io-index"
151
+ checksum = "7e30759b3b99a1b802a7a3aa21c85c3ded5c28e1c83170d82d70f08bbf7f3e4c"
152
+ dependencies = [
153
+ "virtue",
154
+ ]
155
+
156
+ [[package]]
157
+ name = "bindgen"
158
+ version = "0.59.2"
159
+ source = "registry+https://github.com/rust-lang/crates.io-index"
160
+ checksum = "2bd2a9a458e8f4304c52c43ebb0cfbd520289f8379a52e329a38afda99bf8eb8"
161
+ dependencies = [
162
+ "bitflags",
163
+ "cexpr",
164
+ "clang-sys",
165
+ "lazy_static 1.4.0",
166
+ "lazycell",
167
+ "peeking_take_while",
168
+ "proc-macro2",
169
+ "quote",
170
+ "regex",
171
+ "rustc-hash",
172
+ "shlex",
173
+ ]
174
+
175
+ [[package]]
176
+ name = "bindgen"
177
+ version = "0.60.1"
178
+ source = "registry+https://github.com/rust-lang/crates.io-index"
179
+ checksum = "062dddbc1ba4aca46de6338e2bf87771414c335f7b2f2036e8f3e9befebf88e6"
180
+ dependencies = [
181
+ "bitflags",
182
+ "cexpr",
183
+ "clang-sys",
184
+ "clap 3.2.24",
185
+ "env_logger 0.9.3",
186
+ "lazy_static 1.4.0",
187
+ "lazycell",
188
+ "log",
189
+ "peeking_take_while",
190
+ "proc-macro2",
191
+ "quote",
192
+ "regex",
193
+ "rustc-hash",
194
+ "shlex",
195
+ "which",
196
+ ]
197
+
198
+ [[package]]
199
+ name = "bitflags"
200
+ version = "1.3.2"
201
+ source = "registry+https://github.com/rust-lang/crates.io-index"
202
+ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
203
+
204
+ [[package]]
205
+ name = "blocking"
206
+ version = "1.3.1"
207
+ source = "registry+https://github.com/rust-lang/crates.io-index"
208
+ checksum = "77231a1c8f801696fc0123ec6150ce92cffb8e164a02afb9c8ddee0e9b65ad65"
209
+ dependencies = [
210
+ "async-channel",
211
+ "async-lock",
212
+ "async-task",
213
+ "atomic-waker",
214
+ "fastrand",
215
+ "futures-lite",
216
+ "log",
217
+ ]
218
+
219
+ [[package]]
220
+ name = "bumpalo"
221
+ version = "3.12.1"
222
+ source = "registry+https://github.com/rust-lang/crates.io-index"
223
+ checksum = "9b1ce199063694f33ffb7dd4e0ee620741495c32833cde5aa08f02a0bf96f0c8"
224
+
225
+ [[package]]
226
+ name = "bytemuck"
227
+ version = "1.13.1"
228
+ source = "registry+https://github.com/rust-lang/crates.io-index"
229
+ checksum = "17febce684fd15d89027105661fec94afb475cb995fbc59d2865198446ba2eea"
230
+
231
+ [[package]]
232
+ name = "bytes"
233
+ version = "1.4.0"
234
+ source = "registry+https://github.com/rust-lang/crates.io-index"
235
+ checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
236
+
237
+ [[package]]
238
+ name = "cbindgen"
239
+ version = "0.20.0"
240
+ source = "registry+https://github.com/rust-lang/crates.io-index"
241
+ checksum = "51e3973b165dc0f435831a9e426de67e894de532754ff7a3f307c03ee5dec7dc"
242
+ dependencies = [
243
+ "clap 2.34.0",
244
+ "heck 0.3.3",
245
+ "indexmap",
246
+ "log",
247
+ "proc-macro2",
248
+ "quote",
249
+ "serde",
250
+ "serde_json",
251
+ "syn 1.0.109",
252
+ "tempfile",
253
+ "toml",
254
+ ]
255
+
256
+ [[package]]
257
+ name = "cc"
258
+ version = "1.0.79"
259
+ source = "registry+https://github.com/rust-lang/crates.io-index"
260
+ checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
261
+
262
+ [[package]]
263
+ name = "cexpr"
264
+ version = "0.6.0"
265
+ source = "registry+https://github.com/rust-lang/crates.io-index"
266
+ checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
267
+ dependencies = [
268
+ "nom",
269
+ ]
270
+
271
+ [[package]]
272
+ name = "cfg-if"
273
+ version = "1.0.0"
274
+ source = "registry+https://github.com/rust-lang/crates.io-index"
275
+ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
276
+
277
+ [[package]]
278
+ name = "chrono"
279
+ version = "0.4.24"
280
+ source = "registry+https://github.com/rust-lang/crates.io-index"
281
+ checksum = "4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b"
282
+ dependencies = [
283
+ "iana-time-zone",
284
+ "js-sys",
285
+ "num-integer",
286
+ "num-traits",
287
+ "time",
288
+ "wasm-bindgen",
289
+ "winapi",
290
+ ]
291
+
292
+ [[package]]
293
+ name = "clang-sys"
294
+ version = "1.6.1"
295
+ source = "registry+https://github.com/rust-lang/crates.io-index"
296
+ checksum = "c688fc74432808e3eb684cae8830a86be1d66a2bd58e1f248ed0960a590baf6f"
297
+ dependencies = [
298
+ "glob",
299
+ "libc",
300
+ "libloading",
301
+ ]
302
+
303
+ [[package]]
304
+ name = "clap"
305
+ version = "2.34.0"
306
+ source = "registry+https://github.com/rust-lang/crates.io-index"
307
+ checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
308
+ dependencies = [
309
+ "ansi_term",
310
+ "atty",
311
+ "bitflags",
312
+ "strsim 0.8.0",
313
+ "textwrap 0.11.0",
314
+ "unicode-width",
315
+ "vec_map",
316
+ ]
317
+
318
+ [[package]]
319
+ name = "clap"
320
+ version = "3.2.24"
321
+ source = "registry+https://github.com/rust-lang/crates.io-index"
322
+ checksum = "eef2b3ded6a26dfaec672a742c93c8cf6b689220324da509ec5caa20de55dc83"
323
+ dependencies = [
324
+ "atty",
325
+ "bitflags",
326
+ "clap_derive",
327
+ "clap_lex",
328
+ "indexmap",
329
+ "once_cell",
330
+ "strsim 0.10.0",
331
+ "termcolor",
332
+ "textwrap 0.16.0",
333
+ ]
334
+
335
+ [[package]]
336
+ name = "clap_derive"
337
+ version = "3.2.24"
338
+ source = "registry+https://github.com/rust-lang/crates.io-index"
339
+ checksum = "d756c5824fc5c0c1ee8e36000f576968dbcb2081def956c83fad6f40acd46f96"
340
+ dependencies = [
341
+ "heck 0.4.1",
342
+ "proc-macro-error",
343
+ "proc-macro2",
344
+ "quote",
345
+ "syn 1.0.109",
346
+ ]
347
+
348
+ [[package]]
349
+ name = "clap_lex"
350
+ version = "0.2.4"
351
+ source = "registry+https://github.com/rust-lang/crates.io-index"
352
+ checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
353
+ dependencies = [
354
+ "os_str_bytes",
355
+ ]
356
+
357
+ [[package]]
358
+ name = "codespan-reporting"
359
+ version = "0.11.1"
360
+ source = "registry+https://github.com/rust-lang/crates.io-index"
361
+ checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
362
+ dependencies = [
363
+ "termcolor",
364
+ "unicode-width",
365
+ ]
366
+
367
+ [[package]]
368
+ name = "concurrent-queue"
369
+ version = "2.2.0"
370
+ source = "registry+https://github.com/rust-lang/crates.io-index"
371
+ checksum = "62ec6771ecfa0762d24683ee5a32ad78487a3d3afdc0fb8cae19d2c5deb50b7c"
372
+ dependencies = [
373
+ "crossbeam-utils",
374
+ ]
375
+
376
+ [[package]]
377
+ name = "core-foundation-sys"
378
+ version = "0.8.4"
379
+ source = "registry+https://github.com/rust-lang/crates.io-index"
380
+ checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
381
+
382
+ [[package]]
383
+ name = "cpp_demangle"
384
+ version = "0.4.1"
385
+ source = "registry+https://github.com/rust-lang/crates.io-index"
386
+ checksum = "2c76f98bdfc7f66172e6c7065f981ebb576ffc903fe4c0561d9f0c2509226dc6"
387
+ dependencies = [
388
+ "cfg-if",
389
+ ]
390
+
391
+ [[package]]
392
+ name = "crc32fast"
393
+ version = "1.3.2"
394
+ source = "registry+https://github.com/rust-lang/crates.io-index"
395
+ checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
396
+ dependencies = [
397
+ "cfg-if",
398
+ ]
399
+
400
+ [[package]]
401
+ name = "crossbeam-channel"
402
+ version = "0.5.8"
403
+ source = "registry+https://github.com/rust-lang/crates.io-index"
404
+ checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
405
+ dependencies = [
406
+ "cfg-if",
407
+ "crossbeam-utils",
408
+ ]
409
+
410
+ [[package]]
411
+ name = "crossbeam-utils"
412
+ version = "0.8.15"
413
+ source = "registry+https://github.com/rust-lang/crates.io-index"
414
+ checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b"
415
+ dependencies = [
416
+ "cfg-if",
417
+ ]
418
+
419
+ [[package]]
420
+ name = "ctrlc"
421
+ version = "3.2.5"
422
+ source = "registry+https://github.com/rust-lang/crates.io-index"
423
+ checksum = "bbcf33c2a618cbe41ee43ae6e9f2e48368cd9f9db2896f10167d8d762679f639"
424
+ dependencies = [
425
+ "nix 0.26.2",
426
+ "windows-sys 0.45.0",
427
+ ]
428
+
429
+ [[package]]
430
+ name = "cxx"
431
+ version = "1.0.94"
432
+ source = "registry+https://github.com/rust-lang/crates.io-index"
433
+ checksum = "f61f1b6389c3fe1c316bf8a4dccc90a38208354b330925bce1f74a6c4756eb93"
434
+ dependencies = [
435
+ "cc",
436
+ "cxxbridge-flags",
437
+ "cxxbridge-macro",
438
+ "link-cplusplus",
439
+ ]
440
+
441
+ [[package]]
442
+ name = "cxx-build"
443
+ version = "1.0.94"
444
+ source = "registry+https://github.com/rust-lang/crates.io-index"
445
+ checksum = "12cee708e8962df2aeb38f594aae5d827c022b6460ac71a7a3e2c3c2aae5a07b"
446
+ dependencies = [
447
+ "cc",
448
+ "codespan-reporting",
449
+ "once_cell",
450
+ "proc-macro2",
451
+ "quote",
452
+ "scratch",
453
+ "syn 2.0.15",
454
+ ]
455
+
456
+ [[package]]
457
+ name = "cxxbridge-flags"
458
+ version = "1.0.94"
459
+ source = "registry+https://github.com/rust-lang/crates.io-index"
460
+ checksum = "7944172ae7e4068c533afbb984114a56c46e9ccddda550499caa222902c7f7bb"
461
+
462
+ [[package]]
463
+ name = "cxxbridge-macro"
464
+ version = "1.0.94"
465
+ source = "registry+https://github.com/rust-lang/crates.io-index"
466
+ checksum = "2345488264226bf682893e25de0769f3360aac9957980ec49361b083ddaa5bc5"
467
+ dependencies = [
468
+ "proc-macro2",
469
+ "quote",
470
+ "syn 2.0.15",
471
+ ]
472
+
473
+ [[package]]
474
+ name = "dashmap"
475
+ version = "5.4.0"
476
+ source = "registry+https://github.com/rust-lang/crates.io-index"
477
+ checksum = "907076dfda823b0b36d2a1bb5f90c96660a5bbcd7729e10727f07858f22c4edc"
478
+ dependencies = [
479
+ "cfg-if",
480
+ "hashbrown",
481
+ "lock_api",
482
+ "once_cell",
483
+ "parking_lot_core",
484
+ ]
485
+
486
+ [[package]]
487
+ name = "directories"
488
+ version = "4.0.1"
489
+ source = "registry+https://github.com/rust-lang/crates.io-index"
490
+ checksum = "f51c5d4ddabd36886dd3e1438cb358cdcb0d7c499cb99cb4ac2e38e18b5cb210"
491
+ dependencies = [
492
+ "dirs-sys",
493
+ ]
494
+
495
+ [[package]]
496
+ name = "dirs-sys"
497
+ version = "0.3.7"
498
+ source = "registry+https://github.com/rust-lang/crates.io-index"
499
+ checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
500
+ dependencies = [
501
+ "libc",
502
+ "redox_users",
503
+ "winapi",
504
+ ]
505
+
506
+ [[package]]
507
+ name = "either"
508
+ version = "1.8.1"
509
+ source = "registry+https://github.com/rust-lang/crates.io-index"
510
+ checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
511
+
512
+ [[package]]
513
+ name = "encoding_rs"
514
+ version = "0.8.32"
515
+ source = "registry+https://github.com/rust-lang/crates.io-index"
516
+ checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394"
517
+ dependencies = [
518
+ "cfg-if",
519
+ ]
520
+
521
+ [[package]]
522
+ name = "env_logger"
523
+ version = "0.7.1"
524
+ source = "registry+https://github.com/rust-lang/crates.io-index"
525
+ checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
526
+ dependencies = [
527
+ "atty",
528
+ "humantime 1.3.0",
529
+ "log",
530
+ "regex",
531
+ "termcolor",
532
+ ]
533
+
534
+ [[package]]
535
+ name = "env_logger"
536
+ version = "0.9.3"
537
+ source = "registry+https://github.com/rust-lang/crates.io-index"
538
+ checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7"
539
+ dependencies = [
540
+ "atty",
541
+ "humantime 2.1.0",
542
+ "log",
543
+ "regex",
544
+ "termcolor",
545
+ ]
546
+
547
+ [[package]]
548
+ name = "env_logger"
549
+ version = "0.10.0"
550
+ source = "registry+https://github.com/rust-lang/crates.io-index"
551
+ checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0"
552
+ dependencies = [
553
+ "humantime 2.1.0",
554
+ "is-terminal",
555
+ "log",
556
+ "regex",
557
+ "termcolor",
558
+ ]
559
+
560
+ [[package]]
561
+ name = "errno"
562
+ version = "0.2.8"
563
+ source = "registry+https://github.com/rust-lang/crates.io-index"
564
+ checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
565
+ dependencies = [
566
+ "errno-dragonfly",
567
+ "libc",
568
+ "winapi",
569
+ ]
570
+
571
+ [[package]]
572
+ name = "errno"
573
+ version = "0.3.1"
574
+ source = "registry+https://github.com/rust-lang/crates.io-index"
575
+ checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
576
+ dependencies = [
577
+ "errno-dragonfly",
578
+ "libc",
579
+ "windows-sys 0.48.0",
580
+ ]
581
+
582
+ [[package]]
583
+ name = "errno-dragonfly"
584
+ version = "0.1.2"
585
+ source = "registry+https://github.com/rust-lang/crates.io-index"
586
+ checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
587
+ dependencies = [
588
+ "cc",
589
+ "libc",
590
+ ]
591
+
592
+ [[package]]
593
+ name = "event-listener"
594
+ version = "2.5.3"
595
+ source = "registry+https://github.com/rust-lang/crates.io-index"
596
+ checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
597
+
598
+ [[package]]
599
+ name = "fallible-iterator"
600
+ version = "0.2.0"
601
+ source = "registry+https://github.com/rust-lang/crates.io-index"
602
+ checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
603
+
604
+ [[package]]
605
+ name = "fastrand"
606
+ version = "1.9.0"
607
+ source = "registry+https://github.com/rust-lang/crates.io-index"
608
+ checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
609
+ dependencies = [
610
+ "instant",
611
+ ]
612
+
613
+ [[package]]
614
+ name = "ffikit"
615
+ version = "0.1.0"
616
+ dependencies = [
617
+ "bincode",
618
+ "interprocess",
619
+ "lazy_static 0.1.16",
620
+ "log",
621
+ "pyroscope",
622
+ ]
623
+
624
+ [[package]]
625
+ name = "flate2"
626
+ version = "1.0.25"
627
+ source = "registry+https://github.com/rust-lang/crates.io-index"
628
+ checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841"
629
+ dependencies = [
630
+ "crc32fast",
631
+ "miniz_oxide",
632
+ ]
633
+
634
+ [[package]]
635
+ name = "fnv"
636
+ version = "1.0.7"
637
+ source = "registry+https://github.com/rust-lang/crates.io-index"
638
+ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
639
+
640
+ [[package]]
641
+ name = "form_urlencoded"
642
+ version = "1.1.0"
643
+ source = "registry+https://github.com/rust-lang/crates.io-index"
644
+ checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
645
+ dependencies = [
646
+ "percent-encoding",
647
+ ]
648
+
649
+ [[package]]
650
+ name = "fuchsia-cprng"
651
+ version = "0.1.1"
652
+ source = "registry+https://github.com/rust-lang/crates.io-index"
653
+ checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
654
+
655
+ [[package]]
656
+ name = "futures-channel"
657
+ version = "0.3.28"
658
+ source = "registry+https://github.com/rust-lang/crates.io-index"
659
+ checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
660
+ dependencies = [
661
+ "futures-core",
662
+ ]
663
+
664
+ [[package]]
665
+ name = "futures-core"
666
+ version = "0.3.28"
667
+ source = "registry+https://github.com/rust-lang/crates.io-index"
668
+ checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
669
+
670
+ [[package]]
671
+ name = "futures-io"
672
+ version = "0.3.28"
673
+ source = "registry+https://github.com/rust-lang/crates.io-index"
674
+ checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
675
+
676
+ [[package]]
677
+ name = "futures-lite"
678
+ version = "1.13.0"
679
+ source = "registry+https://github.com/rust-lang/crates.io-index"
680
+ checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
681
+ dependencies = [
682
+ "fastrand",
683
+ "futures-core",
684
+ "futures-io",
685
+ "memchr",
686
+ "parking",
687
+ "pin-project-lite",
688
+ "waker-fn",
689
+ ]
690
+
691
+ [[package]]
692
+ name = "futures-sink"
693
+ version = "0.3.28"
694
+ source = "registry+https://github.com/rust-lang/crates.io-index"
695
+ checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
696
+
697
+ [[package]]
698
+ name = "futures-task"
699
+ version = "0.3.28"
700
+ source = "registry+https://github.com/rust-lang/crates.io-index"
701
+ checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
702
+
703
+ [[package]]
704
+ name = "futures-util"
705
+ version = "0.3.28"
706
+ source = "registry+https://github.com/rust-lang/crates.io-index"
707
+ checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
708
+ dependencies = [
709
+ "futures-core",
710
+ "futures-io",
711
+ "futures-task",
712
+ "memchr",
713
+ "pin-project-lite",
714
+ "pin-utils",
715
+ "slab",
716
+ ]
717
+
718
+ [[package]]
719
+ name = "getrandom"
720
+ version = "0.2.9"
721
+ source = "registry+https://github.com/rust-lang/crates.io-index"
722
+ checksum = "c85e1d9ab2eadba7e5040d4e09cbd6d072b76a557ad64e797c2cb9d4da21d7e4"
723
+ dependencies = [
724
+ "cfg-if",
725
+ "libc",
726
+ "wasi 0.11.0+wasi-snapshot-preview1",
727
+ ]
728
+
729
+ [[package]]
730
+ name = "gimli"
731
+ version = "0.27.2"
732
+ source = "registry+https://github.com/rust-lang/crates.io-index"
733
+ checksum = "ad0a93d233ebf96623465aad4046a8d3aa4da22d4f4beba5388838c8a434bbb4"
734
+ dependencies = [
735
+ "fallible-iterator",
736
+ "stable_deref_trait",
737
+ ]
738
+
739
+ [[package]]
740
+ name = "glob"
741
+ version = "0.3.1"
742
+ source = "registry+https://github.com/rust-lang/crates.io-index"
743
+ checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
744
+
745
+ [[package]]
746
+ name = "goblin"
747
+ version = "0.6.1"
748
+ source = "registry+https://github.com/rust-lang/crates.io-index"
749
+ checksum = "0d6b4de4a8eb6c46a8c77e1d3be942cb9a8bf073c22374578e5ba4b08ed0ff68"
750
+ dependencies = [
751
+ "log",
752
+ "plain",
753
+ "scroll",
754
+ ]
755
+
756
+ [[package]]
757
+ name = "h2"
758
+ version = "0.3.18"
759
+ source = "registry+https://github.com/rust-lang/crates.io-index"
760
+ checksum = "17f8a914c2987b688368b5138aa05321db91f4090cf26118185672ad588bce21"
761
+ dependencies = [
762
+ "bytes",
763
+ "fnv",
764
+ "futures-core",
765
+ "futures-sink",
766
+ "futures-util",
767
+ "http",
768
+ "indexmap",
769
+ "slab",
770
+ "tokio",
771
+ "tokio-util",
772
+ "tracing",
773
+ ]
774
+
775
+ [[package]]
776
+ name = "hashbrown"
777
+ version = "0.12.3"
778
+ source = "registry+https://github.com/rust-lang/crates.io-index"
779
+ checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
780
+
781
+ [[package]]
782
+ name = "heck"
783
+ version = "0.3.3"
784
+ source = "registry+https://github.com/rust-lang/crates.io-index"
785
+ checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
786
+ dependencies = [
787
+ "unicode-segmentation",
788
+ ]
789
+
790
+ [[package]]
791
+ name = "heck"
792
+ version = "0.4.1"
793
+ source = "registry+https://github.com/rust-lang/crates.io-index"
794
+ checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
795
+
796
+ [[package]]
797
+ name = "hermit-abi"
798
+ version = "0.1.19"
799
+ source = "registry+https://github.com/rust-lang/crates.io-index"
800
+ checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
801
+ dependencies = [
802
+ "libc",
803
+ ]
804
+
805
+ [[package]]
806
+ name = "hermit-abi"
807
+ version = "0.2.6"
808
+ source = "registry+https://github.com/rust-lang/crates.io-index"
809
+ checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
810
+ dependencies = [
811
+ "libc",
812
+ ]
813
+
814
+ [[package]]
815
+ name = "hermit-abi"
816
+ version = "0.3.1"
817
+ source = "registry+https://github.com/rust-lang/crates.io-index"
818
+ checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
819
+
820
+ [[package]]
821
+ name = "http"
822
+ version = "0.2.9"
823
+ source = "registry+https://github.com/rust-lang/crates.io-index"
824
+ checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
825
+ dependencies = [
826
+ "bytes",
827
+ "fnv",
828
+ "itoa",
829
+ ]
830
+
831
+ [[package]]
832
+ name = "http-body"
833
+ version = "0.4.5"
834
+ source = "registry+https://github.com/rust-lang/crates.io-index"
835
+ checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
836
+ dependencies = [
837
+ "bytes",
838
+ "http",
839
+ "pin-project-lite",
840
+ ]
841
+
842
+ [[package]]
843
+ name = "httparse"
844
+ version = "1.8.0"
845
+ source = "registry+https://github.com/rust-lang/crates.io-index"
846
+ checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
847
+
848
+ [[package]]
849
+ name = "httpdate"
850
+ version = "1.0.2"
851
+ source = "registry+https://github.com/rust-lang/crates.io-index"
852
+ checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
853
+
854
+ [[package]]
855
+ name = "humantime"
856
+ version = "1.3.0"
857
+ source = "registry+https://github.com/rust-lang/crates.io-index"
858
+ checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
859
+ dependencies = [
860
+ "quick-error",
861
+ ]
862
+
863
+ [[package]]
864
+ name = "humantime"
865
+ version = "2.1.0"
866
+ source = "registry+https://github.com/rust-lang/crates.io-index"
867
+ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
868
+
869
+ [[package]]
870
+ name = "hyper"
871
+ version = "0.14.26"
872
+ source = "registry+https://github.com/rust-lang/crates.io-index"
873
+ checksum = "ab302d72a6f11a3b910431ff93aae7e773078c769f0a3ef15fb9ec692ed147d4"
874
+ dependencies = [
875
+ "bytes",
876
+ "futures-channel",
877
+ "futures-core",
878
+ "futures-util",
879
+ "h2",
880
+ "http",
881
+ "http-body",
882
+ "httparse",
883
+ "httpdate",
884
+ "itoa",
885
+ "pin-project-lite",
886
+ "socket2",
887
+ "tokio",
888
+ "tower-service",
889
+ "tracing",
890
+ "want",
891
+ ]
892
+
893
+ [[package]]
894
+ name = "hyper-rustls"
895
+ version = "0.23.2"
896
+ source = "registry+https://github.com/rust-lang/crates.io-index"
897
+ checksum = "1788965e61b367cd03a62950836d5cd41560c3577d90e40e0819373194d1661c"
898
+ dependencies = [
899
+ "http",
900
+ "hyper",
901
+ "rustls",
902
+ "tokio",
903
+ "tokio-rustls",
904
+ ]
905
+
906
+ [[package]]
907
+ name = "iana-time-zone"
908
+ version = "0.1.56"
909
+ source = "registry+https://github.com/rust-lang/crates.io-index"
910
+ checksum = "0722cd7114b7de04316e7ea5456a0bbb20e4adb46fd27a3697adb812cff0f37c"
911
+ dependencies = [
912
+ "android_system_properties",
913
+ "core-foundation-sys",
914
+ "iana-time-zone-haiku",
915
+ "js-sys",
916
+ "wasm-bindgen",
917
+ "windows",
918
+ ]
919
+
920
+ [[package]]
921
+ name = "iana-time-zone-haiku"
922
+ version = "0.1.1"
923
+ source = "registry+https://github.com/rust-lang/crates.io-index"
924
+ checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca"
925
+ dependencies = [
926
+ "cxx",
927
+ "cxx-build",
928
+ ]
929
+
930
+ [[package]]
931
+ name = "idna"
932
+ version = "0.3.0"
933
+ source = "registry+https://github.com/rust-lang/crates.io-index"
934
+ checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
935
+ dependencies = [
936
+ "unicode-bidi",
937
+ "unicode-normalization",
938
+ ]
939
+
940
+ [[package]]
941
+ name = "indexmap"
942
+ version = "1.9.3"
943
+ source = "registry+https://github.com/rust-lang/crates.io-index"
944
+ checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
945
+ dependencies = [
946
+ "autocfg",
947
+ "hashbrown",
948
+ ]
949
+
950
+ [[package]]
951
+ name = "inferno"
952
+ version = "0.11.14"
953
+ source = "registry+https://github.com/rust-lang/crates.io-index"
954
+ checksum = "d6e66fa9bb3c52f40d05c11b78919ff2f18993c2305bd8a62556d20cb3e9606f"
955
+ dependencies = [
956
+ "ahash",
957
+ "atty",
958
+ "clap 3.2.24",
959
+ "crossbeam-channel",
960
+ "crossbeam-utils",
961
+ "dashmap",
962
+ "env_logger 0.9.3",
963
+ "indexmap",
964
+ "itoa",
965
+ "log",
966
+ "num-format",
967
+ "num_cpus",
968
+ "once_cell",
969
+ "quick-xml",
970
+ "rgb",
971
+ "str_stack",
972
+ ]
973
+
974
+ [[package]]
975
+ name = "instant"
976
+ version = "0.1.12"
977
+ source = "registry+https://github.com/rust-lang/crates.io-index"
978
+ checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
979
+ dependencies = [
980
+ "cfg-if",
981
+ ]
982
+
983
+ [[package]]
984
+ name = "interprocess"
985
+ version = "1.2.1"
986
+ source = "registry+https://github.com/rust-lang/crates.io-index"
987
+ checksum = "81f2533f3be42fffe3b5e63b71aeca416c1c3bc33e4e27be018521e76b1f38fb"
988
+ dependencies = [
989
+ "blocking",
990
+ "cfg-if",
991
+ "futures-core",
992
+ "futures-io",
993
+ "intmap",
994
+ "libc",
995
+ "once_cell",
996
+ "rustc_version",
997
+ "spinning",
998
+ "thiserror",
999
+ "to_method",
1000
+ "winapi",
1001
+ ]
1002
+
1003
+ [[package]]
1004
+ name = "intmap"
1005
+ version = "0.7.1"
1006
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1007
+ checksum = "ae52f28f45ac2bc96edb7714de995cffc174a395fb0abf5bff453587c980d7b9"
1008
+
1009
+ [[package]]
1010
+ name = "io-lifetimes"
1011
+ version = "1.0.10"
1012
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1013
+ checksum = "9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220"
1014
+ dependencies = [
1015
+ "hermit-abi 0.3.1",
1016
+ "libc",
1017
+ "windows-sys 0.48.0",
1018
+ ]
1019
+
1020
+ [[package]]
1021
+ name = "ipnet"
1022
+ version = "2.7.2"
1023
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1024
+ checksum = "12b6ee2129af8d4fb011108c73d99a1b83a85977f23b82460c0ae2e25bb4b57f"
1025
+
1026
+ [[package]]
1027
+ name = "is-terminal"
1028
+ version = "0.4.7"
1029
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1030
+ checksum = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f"
1031
+ dependencies = [
1032
+ "hermit-abi 0.3.1",
1033
+ "io-lifetimes",
1034
+ "rustix",
1035
+ "windows-sys 0.48.0",
1036
+ ]
1037
+
1038
+ [[package]]
1039
+ name = "itertools"
1040
+ version = "0.10.5"
1041
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1042
+ checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
1043
+ dependencies = [
1044
+ "either",
1045
+ ]
1046
+
1047
+ [[package]]
1048
+ name = "itoa"
1049
+ version = "1.0.6"
1050
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1051
+ checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
1052
+
1053
+ [[package]]
1054
+ name = "js-sys"
1055
+ version = "0.3.61"
1056
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1057
+ checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730"
1058
+ dependencies = [
1059
+ "wasm-bindgen",
1060
+ ]
1061
+
1062
+ [[package]]
1063
+ name = "json"
1064
+ version = "0.12.4"
1065
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1066
+ checksum = "078e285eafdfb6c4b434e0d31e8cfcb5115b651496faca5749b88fafd4f23bfd"
1067
+
1068
+ [[package]]
1069
+ name = "lazy_static"
1070
+ version = "0.1.16"
1071
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1072
+ checksum = "cf186d1a8aa5f5bee5fd662bc9c1b949e0259e1bcc379d1f006847b0080c7417"
1073
+
1074
+ [[package]]
1075
+ name = "lazy_static"
1076
+ version = "1.4.0"
1077
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1078
+ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
1079
+
1080
+ [[package]]
1081
+ name = "lazycell"
1082
+ version = "1.3.0"
1083
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1084
+ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
1085
+
1086
+ [[package]]
1087
+ name = "libc"
1088
+ version = "0.2.142"
1089
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1090
+ checksum = "6a987beff54b60ffa6d51982e1aa1146bc42f19bd26be28b0586f252fccf5317"
1091
+
1092
+ [[package]]
1093
+ name = "libflate"
1094
+ version = "1.3.0"
1095
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1096
+ checksum = "97822bf791bd4d5b403713886a5fbe8bf49520fe78e323b0dc480ca1a03e50b0"
1097
+ dependencies = [
1098
+ "adler32",
1099
+ "crc32fast",
1100
+ "libflate_lz77",
1101
+ ]
1102
+
1103
+ [[package]]
1104
+ name = "libflate_lz77"
1105
+ version = "1.2.0"
1106
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1107
+ checksum = "a52d3a8bfc85f250440e4424db7d857e241a3aebbbe301f3eb606ab15c39acbf"
1108
+ dependencies = [
1109
+ "rle-decode-fast",
1110
+ ]
1111
+
1112
+ [[package]]
1113
+ name = "libloading"
1114
+ version = "0.7.4"
1115
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1116
+ checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
1117
+ dependencies = [
1118
+ "cfg-if",
1119
+ "winapi",
1120
+ ]
1121
+
1122
+ [[package]]
1123
+ name = "libproc"
1124
+ version = "0.12.0"
1125
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1126
+ checksum = "0b799ad155d75ce914c467ee5627b62247c20d4aedbd446f821484cebf3cded7"
1127
+ dependencies = [
1128
+ "bindgen 0.59.2",
1129
+ "errno 0.2.8",
1130
+ "libc",
1131
+ ]
1132
+
1133
+ [[package]]
1134
+ name = "link-cplusplus"
1135
+ version = "1.0.8"
1136
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1137
+ checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5"
1138
+ dependencies = [
1139
+ "cc",
1140
+ ]
1141
+
1142
+ [[package]]
1143
+ name = "linux-raw-sys"
1144
+ version = "0.3.4"
1145
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1146
+ checksum = "36eb31c1778188ae1e64398743890d0877fef36d11521ac60406b42016e8c2cf"
1147
+
1148
+ [[package]]
1149
+ name = "lock_api"
1150
+ version = "0.4.9"
1151
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1152
+ checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
1153
+ dependencies = [
1154
+ "autocfg",
1155
+ "scopeguard",
1156
+ ]
1157
+
1158
+ [[package]]
1159
+ name = "log"
1160
+ version = "0.4.17"
1161
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1162
+ checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
1163
+ dependencies = [
1164
+ "cfg-if",
1165
+ ]
1166
+
1167
+ [[package]]
1168
+ name = "mach"
1169
+ version = "0.3.2"
1170
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1171
+ checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
1172
+ dependencies = [
1173
+ "libc",
1174
+ ]
1175
+
1176
+ [[package]]
1177
+ name = "mach2"
1178
+ version = "0.4.1"
1179
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1180
+ checksum = "6d0d1830bcd151a6fc4aea1369af235b36c1528fe976b8ff678683c9995eade8"
1181
+ dependencies = [
1182
+ "libc",
1183
+ ]
1184
+
1185
+ [[package]]
1186
+ name = "mach_o_sys"
1187
+ version = "0.1.1"
1188
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1189
+ checksum = "3e854583a83f20cf329bb9283366335387f7db59d640d1412167e05fedb98826"
1190
+
1191
+ [[package]]
1192
+ name = "memchr"
1193
+ version = "2.5.0"
1194
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1195
+ checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
1196
+
1197
+ [[package]]
1198
+ name = "memmap"
1199
+ version = "0.7.0"
1200
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1201
+ checksum = "6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b"
1202
+ dependencies = [
1203
+ "libc",
1204
+ "winapi",
1205
+ ]
1206
+
1207
+ [[package]]
1208
+ name = "memmap2"
1209
+ version = "0.5.10"
1210
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1211
+ checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327"
1212
+ dependencies = [
1213
+ "libc",
1214
+ ]
1215
+
1216
+ [[package]]
1217
+ name = "memoffset"
1218
+ version = "0.7.1"
1219
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1220
+ checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
1221
+ dependencies = [
1222
+ "autocfg",
1223
+ ]
1224
+
1225
+ [[package]]
1226
+ name = "mime"
1227
+ version = "0.3.17"
1228
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1229
+ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
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.6.2"
1240
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1241
+ checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
1242
+ dependencies = [
1243
+ "adler",
1244
+ ]
1245
+
1246
+ [[package]]
1247
+ name = "mio"
1248
+ version = "0.8.6"
1249
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1250
+ checksum = "5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9"
1251
+ dependencies = [
1252
+ "libc",
1253
+ "log",
1254
+ "wasi 0.11.0+wasi-snapshot-preview1",
1255
+ "windows-sys 0.45.0",
1256
+ ]
1257
+
1258
+ [[package]]
1259
+ name = "names"
1260
+ version = "0.13.0"
1261
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1262
+ checksum = "e7d66043b25d4a6cccb23619d10c19c25304b355a7dccd4a8e11423dd2382146"
1263
+ dependencies = [
1264
+ "clap 3.2.24",
1265
+ "rand 0.8.5",
1266
+ ]
1267
+
1268
+ [[package]]
1269
+ name = "nix"
1270
+ version = "0.25.1"
1271
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1272
+ checksum = "f346ff70e7dbfd675fe90590b92d59ef2de15a8779ae305ebcbfd3f0caf59be4"
1273
+ dependencies = [
1274
+ "autocfg",
1275
+ "bitflags",
1276
+ "cfg-if",
1277
+ "libc",
1278
+ ]
1279
+
1280
+ [[package]]
1281
+ name = "nix"
1282
+ version = "0.26.2"
1283
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1284
+ checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a"
1285
+ dependencies = [
1286
+ "bitflags",
1287
+ "cfg-if",
1288
+ "libc",
1289
+ "memoffset",
1290
+ "pin-utils",
1291
+ "static_assertions",
1292
+ ]
1293
+
1294
+ [[package]]
1295
+ name = "nom"
1296
+ version = "7.1.3"
1297
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1298
+ checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
1299
+ dependencies = [
1300
+ "memchr",
1301
+ "minimal-lexical",
1302
+ ]
1303
+
1304
+ [[package]]
1305
+ name = "num-format"
1306
+ version = "0.4.4"
1307
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1308
+ checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
1309
+ dependencies = [
1310
+ "arrayvec",
1311
+ "itoa",
1312
+ ]
1313
+
1314
+ [[package]]
1315
+ name = "num-integer"
1316
+ version = "0.1.45"
1317
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1318
+ checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
1319
+ dependencies = [
1320
+ "autocfg",
1321
+ "num-traits",
1322
+ ]
1323
+
1324
+ [[package]]
1325
+ name = "num-traits"
1326
+ version = "0.2.15"
1327
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1328
+ checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
1329
+ dependencies = [
1330
+ "autocfg",
1331
+ ]
1332
+
1333
+ [[package]]
1334
+ name = "num_cpus"
1335
+ version = "1.15.0"
1336
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1337
+ checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
1338
+ dependencies = [
1339
+ "hermit-abi 0.2.6",
1340
+ "libc",
1341
+ ]
1342
+
1343
+ [[package]]
1344
+ name = "object"
1345
+ version = "0.30.3"
1346
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1347
+ checksum = "ea86265d3d3dcb6a27fc51bd29a4bf387fae9d2986b823079d4986af253eb439"
1348
+ dependencies = [
1349
+ "flate2",
1350
+ "memchr",
1351
+ ]
1352
+
1353
+ [[package]]
1354
+ name = "once_cell"
1355
+ version = "1.17.1"
1356
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1357
+ checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
1358
+
1359
+ [[package]]
1360
+ name = "os_str_bytes"
1361
+ version = "6.5.0"
1362
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1363
+ checksum = "ceedf44fb00f2d1984b0bc98102627ce622e083e49a5bacdb3e514fa4238e267"
1364
+
1365
+ [[package]]
1366
+ name = "parking"
1367
+ version = "2.1.0"
1368
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1369
+ checksum = "14f2252c834a40ed9bb5422029649578e63aa341ac401f74e719dd1afda8394e"
1370
+
1371
+ [[package]]
1372
+ name = "parking_lot_core"
1373
+ version = "0.9.7"
1374
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1375
+ checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521"
1376
+ dependencies = [
1377
+ "cfg-if",
1378
+ "libc",
1379
+ "redox_syscall 0.2.16",
1380
+ "smallvec",
1381
+ "windows-sys 0.45.0",
1382
+ ]
1383
+
1384
+ [[package]]
1385
+ name = "peeking_take_while"
1386
+ version = "0.1.2"
1387
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1388
+ checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
1389
+
1390
+ [[package]]
1391
+ name = "percent-encoding"
1392
+ version = "2.2.0"
1393
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1394
+ checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
1395
+
1396
+ [[package]]
1397
+ name = "pin-project-lite"
1398
+ version = "0.2.9"
1399
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1400
+ checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
1401
+
1402
+ [[package]]
1403
+ name = "pin-utils"
1404
+ version = "0.1.0"
1405
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1406
+ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1407
+
1408
+ [[package]]
1409
+ name = "plain"
1410
+ version = "0.2.3"
1411
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1412
+ checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
1413
+
1414
+ [[package]]
1415
+ name = "ppv-lite86"
1416
+ version = "0.2.17"
1417
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1418
+ checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
1419
+
1420
+ [[package]]
1421
+ name = "pretty_env_logger"
1422
+ version = "0.4.0"
1423
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1424
+ checksum = "926d36b9553851b8b0005f1275891b392ee4d2d833852c417ed025477350fb9d"
1425
+ dependencies = [
1426
+ "env_logger 0.7.1",
1427
+ "log",
1428
+ ]
1429
+
1430
+ [[package]]
1431
+ name = "proc-macro-error"
1432
+ version = "1.0.4"
1433
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1434
+ checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
1435
+ dependencies = [
1436
+ "proc-macro-error-attr",
1437
+ "proc-macro2",
1438
+ "quote",
1439
+ "syn 1.0.109",
1440
+ "version_check",
1441
+ ]
1442
+
1443
+ [[package]]
1444
+ name = "proc-macro-error-attr"
1445
+ version = "1.0.4"
1446
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1447
+ checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
1448
+ dependencies = [
1449
+ "proc-macro2",
1450
+ "quote",
1451
+ "version_check",
1452
+ ]
1453
+
1454
+ [[package]]
1455
+ name = "proc-macro2"
1456
+ version = "1.0.56"
1457
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1458
+ checksum = "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435"
1459
+ dependencies = [
1460
+ "unicode-ident",
1461
+ ]
1462
+
1463
+ [[package]]
1464
+ name = "proc-maps"
1465
+ version = "0.3.1"
1466
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1467
+ checksum = "3d17946c951c8e8c4233375fdbfc212b215bd14ea1b18388eae8c95bb03a0174"
1468
+ dependencies = [
1469
+ "anyhow",
1470
+ "bindgen 0.60.1",
1471
+ "libc",
1472
+ "libproc",
1473
+ "mach2",
1474
+ "winapi",
1475
+ ]
1476
+
1477
+ [[package]]
1478
+ name = "prost"
1479
+ version = "0.10.4"
1480
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1481
+ checksum = "71adf41db68aa0daaefc69bb30bcd68ded9b9abaad5d1fbb6304c4fb390e083e"
1482
+ dependencies = [
1483
+ "bytes",
1484
+ "prost-derive 0.10.1",
1485
+ ]
1486
+
1487
+ [[package]]
1488
+ name = "prost"
1489
+ version = "0.11.9"
1490
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1491
+ checksum = "0b82eaa1d779e9a4bc1c3217db8ffbeabaae1dca241bf70183242128d48681cd"
1492
+ dependencies = [
1493
+ "bytes",
1494
+ "prost-derive 0.11.9",
1495
+ ]
1496
+
1497
+ [[package]]
1498
+ name = "prost-derive"
1499
+ version = "0.10.1"
1500
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1501
+ checksum = "7b670f45da57fb8542ebdbb6105a925fe571b67f9e7ed9f47a06a84e72b4e7cc"
1502
+ dependencies = [
1503
+ "anyhow",
1504
+ "itertools",
1505
+ "proc-macro2",
1506
+ "quote",
1507
+ "syn 1.0.109",
1508
+ ]
1509
+
1510
+ [[package]]
1511
+ name = "prost-derive"
1512
+ version = "0.11.9"
1513
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1514
+ checksum = "e5d2d8d10f3c6ded6da8b05b5fb3b8a5082514344d56c9f871412d29b4e075b4"
1515
+ dependencies = [
1516
+ "anyhow",
1517
+ "itertools",
1518
+ "proc-macro2",
1519
+ "quote",
1520
+ "syn 1.0.109",
1521
+ ]
1522
+
1523
+ [[package]]
1524
+ name = "pyroscope"
1525
+ version = "0.5.5"
1526
+ dependencies = [
1527
+ "json",
1528
+ "libc",
1529
+ "libflate",
1530
+ "log",
1531
+ "names",
1532
+ "prost 0.10.4",
1533
+ "reqwest",
1534
+ "thiserror",
1535
+ "url",
1536
+ "winapi",
1537
+ ]
1538
+
1539
+ [[package]]
1540
+ name = "pyroscope_rbspy"
1541
+ version = "0.2.5"
1542
+ dependencies = [
1543
+ "anyhow",
1544
+ "inferno",
1545
+ "log",
1546
+ "pyroscope",
1547
+ "rbspy 0.16.0",
1548
+ "thiserror",
1549
+ ]
1550
+
1551
+ [[package]]
1552
+ name = "quick-error"
1553
+ version = "1.2.3"
1554
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1555
+ checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
1556
+
1557
+ [[package]]
1558
+ name = "quick-xml"
1559
+ version = "0.26.0"
1560
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1561
+ checksum = "7f50b1c63b38611e7d4d7f68b82d3ad0cc71a2ad2e7f61fc10f1328d917c93cd"
1562
+ dependencies = [
1563
+ "memchr",
1564
+ ]
1565
+
1566
+ [[package]]
1567
+ name = "quote"
1568
+ version = "1.0.26"
1569
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1570
+ checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc"
1571
+ dependencies = [
1572
+ "proc-macro2",
1573
+ ]
1574
+
1575
+ [[package]]
1576
+ name = "rand"
1577
+ version = "0.4.6"
1578
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1579
+ checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
1580
+ dependencies = [
1581
+ "fuchsia-cprng",
1582
+ "libc",
1583
+ "rand_core 0.3.1",
1584
+ "rdrand",
1585
+ "winapi",
1586
+ ]
1587
+
1588
+ [[package]]
1589
+ name = "rand"
1590
+ version = "0.8.5"
1591
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1592
+ checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
1593
+ dependencies = [
1594
+ "libc",
1595
+ "rand_chacha",
1596
+ "rand_core 0.6.4",
1597
+ ]
1598
+
1599
+ [[package]]
1600
+ name = "rand_chacha"
1601
+ version = "0.3.1"
1602
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1603
+ checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
1604
+ dependencies = [
1605
+ "ppv-lite86",
1606
+ "rand_core 0.6.4",
1607
+ ]
1608
+
1609
+ [[package]]
1610
+ name = "rand_core"
1611
+ version = "0.3.1"
1612
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1613
+ checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
1614
+ dependencies = [
1615
+ "rand_core 0.4.2",
1616
+ ]
1617
+
1618
+ [[package]]
1619
+ name = "rand_core"
1620
+ version = "0.4.2"
1621
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1622
+ checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
1623
+
1624
+ [[package]]
1625
+ name = "rand_core"
1626
+ version = "0.6.4"
1627
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1628
+ checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1629
+ dependencies = [
1630
+ "getrandom",
1631
+ ]
1632
+
1633
+ [[package]]
1634
+ name = "rbspy"
1635
+ version = "0.1.0"
1636
+ dependencies = [
1637
+ "cbindgen",
1638
+ "ffikit",
1639
+ "inferno",
1640
+ "log",
1641
+ "pretty_env_logger",
1642
+ "pyroscope",
1643
+ "pyroscope_rbspy",
1644
+ ]
1645
+
1646
+ [[package]]
1647
+ name = "rbspy"
1648
+ version = "0.16.0"
1649
+ dependencies = [
1650
+ "anyhow",
1651
+ "chrono",
1652
+ "clap 3.2.24",
1653
+ "ctrlc",
1654
+ "directories",
1655
+ "env_logger 0.10.0",
1656
+ "flate2",
1657
+ "goblin",
1658
+ "inferno",
1659
+ "lazy_static 1.4.0",
1660
+ "libc",
1661
+ "libproc",
1662
+ "log",
1663
+ "memmap2",
1664
+ "nix 0.26.2",
1665
+ "proc-maps",
1666
+ "prost 0.11.9",
1667
+ "rand 0.8.5",
1668
+ "rbspy-ruby-structs",
1669
+ "remoteprocess",
1670
+ "semver",
1671
+ "serde",
1672
+ "serde_derive",
1673
+ "serde_json",
1674
+ "spytools",
1675
+ "tempdir",
1676
+ "term_size",
1677
+ "thiserror",
1678
+ "winapi",
1679
+ ]
1680
+
1681
+ [[package]]
1682
+ name = "rbspy-ruby-structs"
1683
+ version = "0.16.0"
1684
+
1685
+ [[package]]
1686
+ name = "rdrand"
1687
+ version = "0.4.0"
1688
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1689
+ checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
1690
+ dependencies = [
1691
+ "rand_core 0.3.1",
1692
+ ]
1693
+
1694
+ [[package]]
1695
+ name = "read-process-memory"
1696
+ version = "0.1.6"
1697
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1698
+ checksum = "8497683b2f0b6887786f1928c118f26ecc6bb3d78bbb6ed23e8e7ba110af3bb0"
1699
+ dependencies = [
1700
+ "libc",
1701
+ "log",
1702
+ "mach",
1703
+ "winapi",
1704
+ ]
1705
+
1706
+ [[package]]
1707
+ name = "redox_syscall"
1708
+ version = "0.2.16"
1709
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1710
+ checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
1711
+ dependencies = [
1712
+ "bitflags",
1713
+ ]
1714
+
1715
+ [[package]]
1716
+ name = "redox_syscall"
1717
+ version = "0.3.5"
1718
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1719
+ checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
1720
+ dependencies = [
1721
+ "bitflags",
1722
+ ]
1723
+
1724
+ [[package]]
1725
+ name = "redox_users"
1726
+ version = "0.4.3"
1727
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1728
+ checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
1729
+ dependencies = [
1730
+ "getrandom",
1731
+ "redox_syscall 0.2.16",
1732
+ "thiserror",
1733
+ ]
1734
+
1735
+ [[package]]
1736
+ name = "regex"
1737
+ version = "1.8.1"
1738
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1739
+ checksum = "af83e617f331cc6ae2da5443c602dfa5af81e517212d9d611a5b3ba1777b5370"
1740
+ dependencies = [
1741
+ "aho-corasick",
1742
+ "memchr",
1743
+ "regex-syntax",
1744
+ ]
1745
+
1746
+ [[package]]
1747
+ name = "regex-syntax"
1748
+ version = "0.7.1"
1749
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1750
+ checksum = "a5996294f19bd3aae0453a862ad728f60e6600695733dd5df01da90c54363a3c"
1751
+
1752
+ [[package]]
1753
+ name = "remoteprocess"
1754
+ version = "0.4.11"
1755
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1756
+ checksum = "5a3ed67d3fade907d519c2edd07329a8f16296a64f91b6f3c35570769cf6b25d"
1757
+ dependencies = [
1758
+ "addr2line",
1759
+ "goblin",
1760
+ "lazy_static 1.4.0",
1761
+ "libc",
1762
+ "libproc",
1763
+ "log",
1764
+ "mach",
1765
+ "mach_o_sys",
1766
+ "memmap",
1767
+ "nix 0.25.1",
1768
+ "object",
1769
+ "proc-maps",
1770
+ "read-process-memory",
1771
+ "regex",
1772
+ "winapi",
1773
+ ]
1774
+
1775
+ [[package]]
1776
+ name = "remove_dir_all"
1777
+ version = "0.5.3"
1778
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1779
+ checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
1780
+ dependencies = [
1781
+ "winapi",
1782
+ ]
1783
+
1784
+ [[package]]
1785
+ name = "reqwest"
1786
+ version = "0.11.16"
1787
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1788
+ checksum = "27b71749df584b7f4cac2c426c127a7c785a5106cc98f7a8feb044115f0fa254"
1789
+ dependencies = [
1790
+ "base64",
1791
+ "bytes",
1792
+ "encoding_rs",
1793
+ "futures-core",
1794
+ "futures-util",
1795
+ "h2",
1796
+ "http",
1797
+ "http-body",
1798
+ "hyper",
1799
+ "hyper-rustls",
1800
+ "ipnet",
1801
+ "js-sys",
1802
+ "log",
1803
+ "mime",
1804
+ "once_cell",
1805
+ "percent-encoding",
1806
+ "pin-project-lite",
1807
+ "rustls",
1808
+ "rustls-pemfile",
1809
+ "serde",
1810
+ "serde_json",
1811
+ "serde_urlencoded",
1812
+ "tokio",
1813
+ "tokio-rustls",
1814
+ "tower-service",
1815
+ "url",
1816
+ "wasm-bindgen",
1817
+ "wasm-bindgen-futures",
1818
+ "web-sys",
1819
+ "webpki-roots",
1820
+ "winreg",
1821
+ ]
1822
+
1823
+ [[package]]
1824
+ name = "rgb"
1825
+ version = "0.8.36"
1826
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1827
+ checksum = "20ec2d3e3fc7a92ced357df9cebd5a10b6fb2aa1ee797bf7e9ce2f17dffc8f59"
1828
+ dependencies = [
1829
+ "bytemuck",
1830
+ ]
1831
+
1832
+ [[package]]
1833
+ name = "ring"
1834
+ version = "0.16.20"
1835
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1836
+ checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
1837
+ dependencies = [
1838
+ "cc",
1839
+ "libc",
1840
+ "once_cell",
1841
+ "spin",
1842
+ "untrusted",
1843
+ "web-sys",
1844
+ "winapi",
1845
+ ]
1846
+
1847
+ [[package]]
1848
+ name = "rle-decode-fast"
1849
+ version = "1.0.3"
1850
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1851
+ checksum = "3582f63211428f83597b51b2ddb88e2a91a9d52d12831f9d08f5e624e8977422"
1852
+
1853
+ [[package]]
1854
+ name = "rustc-demangle"
1855
+ version = "0.1.23"
1856
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1857
+ checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
1858
+
1859
+ [[package]]
1860
+ name = "rustc-hash"
1861
+ version = "1.1.0"
1862
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1863
+ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
1864
+
1865
+ [[package]]
1866
+ name = "rustc_version"
1867
+ version = "0.4.0"
1868
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1869
+ checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
1870
+ dependencies = [
1871
+ "semver",
1872
+ ]
1873
+
1874
+ [[package]]
1875
+ name = "rustix"
1876
+ version = "0.37.15"
1877
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1878
+ checksum = "a0661814f891c57c930a610266415528da53c4933e6dea5fb350cbfe048a9ece"
1879
+ dependencies = [
1880
+ "bitflags",
1881
+ "errno 0.3.1",
1882
+ "io-lifetimes",
1883
+ "libc",
1884
+ "linux-raw-sys",
1885
+ "windows-sys 0.48.0",
1886
+ ]
1887
+
1888
+ [[package]]
1889
+ name = "rustls"
1890
+ version = "0.20.8"
1891
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1892
+ checksum = "fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f"
1893
+ dependencies = [
1894
+ "log",
1895
+ "ring",
1896
+ "sct",
1897
+ "webpki",
1898
+ ]
1899
+
1900
+ [[package]]
1901
+ name = "rustls-pemfile"
1902
+ version = "1.0.2"
1903
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1904
+ checksum = "d194b56d58803a43635bdc398cd17e383d6f71f9182b9a192c127ca42494a59b"
1905
+ dependencies = [
1906
+ "base64",
1907
+ ]
1908
+
1909
+ [[package]]
1910
+ name = "ryu"
1911
+ version = "1.0.13"
1912
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1913
+ checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041"
1914
+
1915
+ [[package]]
1916
+ name = "scopeguard"
1917
+ version = "1.1.0"
1918
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1919
+ checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
1920
+
1921
+ [[package]]
1922
+ name = "scratch"
1923
+ version = "1.0.5"
1924
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1925
+ checksum = "1792db035ce95be60c3f8853017b3999209281c24e2ba5bc8e59bf97a0c590c1"
1926
+
1927
+ [[package]]
1928
+ name = "scroll"
1929
+ version = "0.11.0"
1930
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1931
+ checksum = "04c565b551bafbef4157586fa379538366e4385d42082f255bfd96e4fe8519da"
1932
+ dependencies = [
1933
+ "scroll_derive",
1934
+ ]
1935
+
1936
+ [[package]]
1937
+ name = "scroll_derive"
1938
+ version = "0.11.0"
1939
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1940
+ checksum = "bdbda6ac5cd1321e724fa9cee216f3a61885889b896f073b8f82322789c5250e"
1941
+ dependencies = [
1942
+ "proc-macro2",
1943
+ "quote",
1944
+ "syn 1.0.109",
1945
+ ]
1946
+
1947
+ [[package]]
1948
+ name = "sct"
1949
+ version = "0.7.0"
1950
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1951
+ checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
1952
+ dependencies = [
1953
+ "ring",
1954
+ "untrusted",
1955
+ ]
1956
+
1957
+ [[package]]
1958
+ name = "semver"
1959
+ version = "1.0.17"
1960
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1961
+ checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed"
1962
+
1963
+ [[package]]
1964
+ name = "serde"
1965
+ version = "1.0.160"
1966
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1967
+ checksum = "bb2f3770c8bce3bcda7e149193a069a0f4365bda1fa5cd88e03bca26afc1216c"
1968
+ dependencies = [
1969
+ "serde_derive",
1970
+ ]
1971
+
1972
+ [[package]]
1973
+ name = "serde_derive"
1974
+ version = "1.0.160"
1975
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1976
+ checksum = "291a097c63d8497e00160b166a967a4a79c64f3facdd01cbd7502231688d77df"
1977
+ dependencies = [
1978
+ "proc-macro2",
1979
+ "quote",
1980
+ "syn 2.0.15",
1981
+ ]
1982
+
1983
+ [[package]]
1984
+ name = "serde_json"
1985
+ version = "1.0.96"
1986
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1987
+ checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1"
1988
+ dependencies = [
1989
+ "itoa",
1990
+ "ryu",
1991
+ "serde",
1992
+ ]
1993
+
1994
+ [[package]]
1995
+ name = "serde_urlencoded"
1996
+ version = "0.7.1"
1997
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1998
+ checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
1999
+ dependencies = [
2000
+ "form_urlencoded",
2001
+ "itoa",
2002
+ "ryu",
2003
+ "serde",
2004
+ ]
2005
+
2006
+ [[package]]
2007
+ name = "shlex"
2008
+ version = "1.1.0"
2009
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2010
+ checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
2011
+
2012
+ [[package]]
2013
+ name = "slab"
2014
+ version = "0.4.8"
2015
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2016
+ checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
2017
+ dependencies = [
2018
+ "autocfg",
2019
+ ]
2020
+
2021
+ [[package]]
2022
+ name = "smallvec"
2023
+ version = "1.10.0"
2024
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2025
+ checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
2026
+
2027
+ [[package]]
2028
+ name = "socket2"
2029
+ version = "0.4.9"
2030
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2031
+ checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
2032
+ dependencies = [
2033
+ "libc",
2034
+ "winapi",
2035
+ ]
2036
+
2037
+ [[package]]
2038
+ name = "spin"
2039
+ version = "0.5.2"
2040
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2041
+ checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
2042
+
2043
+ [[package]]
2044
+ name = "spinning"
2045
+ version = "0.1.0"
2046
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2047
+ checksum = "2d4f0e86297cad2658d92a707320d87bf4e6ae1050287f51d19b67ef3f153a7b"
2048
+ dependencies = [
2049
+ "lock_api",
2050
+ ]
2051
+
2052
+ [[package]]
2053
+ name = "spytools"
2054
+ version = "0.1.4"
2055
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2056
+ checksum = "c04c26ba0b990e198276595f99839a3233a95190d04beb23f9adc9b188dff695"
2057
+ dependencies = [
2058
+ "anyhow",
2059
+ "goblin",
2060
+ "lazy_static 1.4.0",
2061
+ "libc",
2062
+ "log",
2063
+ "memmap2",
2064
+ "proc-maps",
2065
+ "regex",
2066
+ "remoteprocess",
2067
+ ]
2068
+
2069
+ [[package]]
2070
+ name = "stable_deref_trait"
2071
+ version = "1.2.0"
2072
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2073
+ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
2074
+
2075
+ [[package]]
2076
+ name = "static_assertions"
2077
+ version = "1.1.0"
2078
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2079
+ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
2080
+
2081
+ [[package]]
2082
+ name = "str_stack"
2083
+ version = "0.1.0"
2084
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2085
+ checksum = "9091b6114800a5f2141aee1d1b9d6ca3592ac062dc5decb3764ec5895a47b4eb"
2086
+
2087
+ [[package]]
2088
+ name = "strsim"
2089
+ version = "0.8.0"
2090
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2091
+ checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
2092
+
2093
+ [[package]]
2094
+ name = "strsim"
2095
+ version = "0.10.0"
2096
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2097
+ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
2098
+
2099
+ [[package]]
2100
+ name = "syn"
2101
+ version = "1.0.109"
2102
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2103
+ checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
2104
+ dependencies = [
2105
+ "proc-macro2",
2106
+ "quote",
2107
+ "unicode-ident",
2108
+ ]
2109
+
2110
+ [[package]]
2111
+ name = "syn"
2112
+ version = "2.0.15"
2113
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2114
+ checksum = "a34fcf3e8b60f57e6a14301a2e916d323af98b0ea63c599441eec8558660c822"
2115
+ dependencies = [
2116
+ "proc-macro2",
2117
+ "quote",
2118
+ "unicode-ident",
2119
+ ]
2120
+
2121
+ [[package]]
2122
+ name = "tempdir"
2123
+ version = "0.3.7"
2124
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2125
+ checksum = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8"
2126
+ dependencies = [
2127
+ "rand 0.4.6",
2128
+ "remove_dir_all",
2129
+ ]
2130
+
2131
+ [[package]]
2132
+ name = "tempfile"
2133
+ version = "3.5.0"
2134
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2135
+ checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998"
2136
+ dependencies = [
2137
+ "cfg-if",
2138
+ "fastrand",
2139
+ "redox_syscall 0.3.5",
2140
+ "rustix",
2141
+ "windows-sys 0.45.0",
2142
+ ]
2143
+
2144
+ [[package]]
2145
+ name = "term_size"
2146
+ version = "0.3.2"
2147
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2148
+ checksum = "1e4129646ca0ed8f45d09b929036bafad5377103edd06e50bf574b353d2b08d9"
2149
+ dependencies = [
2150
+ "libc",
2151
+ "winapi",
2152
+ ]
2153
+
2154
+ [[package]]
2155
+ name = "termcolor"
2156
+ version = "1.2.0"
2157
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2158
+ checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
2159
+ dependencies = [
2160
+ "winapi-util",
2161
+ ]
2162
+
2163
+ [[package]]
2164
+ name = "textwrap"
2165
+ version = "0.11.0"
2166
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2167
+ checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
2168
+ dependencies = [
2169
+ "unicode-width",
2170
+ ]
2171
+
2172
+ [[package]]
2173
+ name = "textwrap"
2174
+ version = "0.16.0"
2175
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2176
+ checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
2177
+
2178
+ [[package]]
2179
+ name = "thiserror"
2180
+ version = "1.0.40"
2181
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2182
+ checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
2183
+ dependencies = [
2184
+ "thiserror-impl",
2185
+ ]
2186
+
2187
+ [[package]]
2188
+ name = "thiserror-impl"
2189
+ version = "1.0.40"
2190
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2191
+ checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
2192
+ dependencies = [
2193
+ "proc-macro2",
2194
+ "quote",
2195
+ "syn 2.0.15",
2196
+ ]
2197
+
2198
+ [[package]]
2199
+ name = "time"
2200
+ version = "0.1.45"
2201
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2202
+ checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"
2203
+ dependencies = [
2204
+ "libc",
2205
+ "wasi 0.10.0+wasi-snapshot-preview1",
2206
+ "winapi",
2207
+ ]
2208
+
2209
+ [[package]]
2210
+ name = "tinyvec"
2211
+ version = "1.6.0"
2212
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2213
+ checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
2214
+ dependencies = [
2215
+ "tinyvec_macros",
2216
+ ]
2217
+
2218
+ [[package]]
2219
+ name = "tinyvec_macros"
2220
+ version = "0.1.1"
2221
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2222
+ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2223
+
2224
+ [[package]]
2225
+ name = "to_method"
2226
+ version = "1.1.0"
2227
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2228
+ checksum = "c7c4ceeeca15c8384bbc3e011dbd8fccb7f068a440b752b7d9b32ceb0ca0e2e8"
2229
+
2230
+ [[package]]
2231
+ name = "tokio"
2232
+ version = "1.28.0"
2233
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2234
+ checksum = "c3c786bf8134e5a3a166db9b29ab8f48134739014a3eca7bc6bfa95d673b136f"
2235
+ dependencies = [
2236
+ "autocfg",
2237
+ "bytes",
2238
+ "libc",
2239
+ "mio",
2240
+ "num_cpus",
2241
+ "pin-project-lite",
2242
+ "socket2",
2243
+ "windows-sys 0.48.0",
2244
+ ]
2245
+
2246
+ [[package]]
2247
+ name = "tokio-rustls"
2248
+ version = "0.23.4"
2249
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2250
+ checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"
2251
+ dependencies = [
2252
+ "rustls",
2253
+ "tokio",
2254
+ "webpki",
2255
+ ]
2256
+
2257
+ [[package]]
2258
+ name = "tokio-util"
2259
+ version = "0.7.8"
2260
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2261
+ checksum = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d"
2262
+ dependencies = [
2263
+ "bytes",
2264
+ "futures-core",
2265
+ "futures-sink",
2266
+ "pin-project-lite",
2267
+ "tokio",
2268
+ "tracing",
2269
+ ]
2270
+
2271
+ [[package]]
2272
+ name = "toml"
2273
+ version = "0.5.11"
2274
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2275
+ checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
2276
+ dependencies = [
2277
+ "serde",
2278
+ ]
2279
+
2280
+ [[package]]
2281
+ name = "tower-service"
2282
+ version = "0.3.2"
2283
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2284
+ checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
2285
+
2286
+ [[package]]
2287
+ name = "tracing"
2288
+ version = "0.1.38"
2289
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2290
+ checksum = "cf9cf6a813d3f40c88b0b6b6f29a5c95c6cdbf97c1f9cc53fb820200f5ad814d"
2291
+ dependencies = [
2292
+ "pin-project-lite",
2293
+ "tracing-core",
2294
+ ]
2295
+
2296
+ [[package]]
2297
+ name = "tracing-core"
2298
+ version = "0.1.30"
2299
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2300
+ checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
2301
+ dependencies = [
2302
+ "once_cell",
2303
+ ]
2304
+
2305
+ [[package]]
2306
+ name = "try-lock"
2307
+ version = "0.2.4"
2308
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2309
+ checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
2310
+
2311
+ [[package]]
2312
+ name = "unicode-bidi"
2313
+ version = "0.3.13"
2314
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2315
+ checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
2316
+
2317
+ [[package]]
2318
+ name = "unicode-ident"
2319
+ version = "1.0.8"
2320
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2321
+ checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4"
2322
+
2323
+ [[package]]
2324
+ name = "unicode-normalization"
2325
+ version = "0.1.22"
2326
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2327
+ checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
2328
+ dependencies = [
2329
+ "tinyvec",
2330
+ ]
2331
+
2332
+ [[package]]
2333
+ name = "unicode-segmentation"
2334
+ version = "1.10.1"
2335
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2336
+ checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
2337
+
2338
+ [[package]]
2339
+ name = "unicode-width"
2340
+ version = "0.1.10"
2341
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2342
+ checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
2343
+
2344
+ [[package]]
2345
+ name = "untrusted"
2346
+ version = "0.7.1"
2347
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2348
+ checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
2349
+
2350
+ [[package]]
2351
+ name = "url"
2352
+ version = "2.3.1"
2353
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2354
+ checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
2355
+ dependencies = [
2356
+ "form_urlencoded",
2357
+ "idna",
2358
+ "percent-encoding",
2359
+ ]
2360
+
2361
+ [[package]]
2362
+ name = "vec_map"
2363
+ version = "0.8.2"
2364
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2365
+ checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
2366
+
2367
+ [[package]]
2368
+ name = "version_check"
2369
+ version = "0.9.4"
2370
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2371
+ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
2372
+
2373
+ [[package]]
2374
+ name = "virtue"
2375
+ version = "0.0.13"
2376
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2377
+ checksum = "9dcc60c0624df774c82a0ef104151231d37da4962957d691c011c852b2473314"
2378
+
2379
+ [[package]]
2380
+ name = "waker-fn"
2381
+ version = "1.1.0"
2382
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2383
+ checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
2384
+
2385
+ [[package]]
2386
+ name = "want"
2387
+ version = "0.3.0"
2388
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2389
+ checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
2390
+ dependencies = [
2391
+ "log",
2392
+ "try-lock",
2393
+ ]
2394
+
2395
+ [[package]]
2396
+ name = "wasi"
2397
+ version = "0.10.0+wasi-snapshot-preview1"
2398
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2399
+ checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
2400
+
2401
+ [[package]]
2402
+ name = "wasi"
2403
+ version = "0.11.0+wasi-snapshot-preview1"
2404
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2405
+ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2406
+
2407
+ [[package]]
2408
+ name = "wasm-bindgen"
2409
+ version = "0.2.84"
2410
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2411
+ checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b"
2412
+ dependencies = [
2413
+ "cfg-if",
2414
+ "wasm-bindgen-macro",
2415
+ ]
2416
+
2417
+ [[package]]
2418
+ name = "wasm-bindgen-backend"
2419
+ version = "0.2.84"
2420
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2421
+ checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9"
2422
+ dependencies = [
2423
+ "bumpalo",
2424
+ "log",
2425
+ "once_cell",
2426
+ "proc-macro2",
2427
+ "quote",
2428
+ "syn 1.0.109",
2429
+ "wasm-bindgen-shared",
2430
+ ]
2431
+
2432
+ [[package]]
2433
+ name = "wasm-bindgen-futures"
2434
+ version = "0.4.34"
2435
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2436
+ checksum = "f219e0d211ba40266969f6dbdd90636da12f75bee4fc9d6c23d1260dadb51454"
2437
+ dependencies = [
2438
+ "cfg-if",
2439
+ "js-sys",
2440
+ "wasm-bindgen",
2441
+ "web-sys",
2442
+ ]
2443
+
2444
+ [[package]]
2445
+ name = "wasm-bindgen-macro"
2446
+ version = "0.2.84"
2447
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2448
+ checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5"
2449
+ dependencies = [
2450
+ "quote",
2451
+ "wasm-bindgen-macro-support",
2452
+ ]
2453
+
2454
+ [[package]]
2455
+ name = "wasm-bindgen-macro-support"
2456
+ version = "0.2.84"
2457
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2458
+ checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6"
2459
+ dependencies = [
2460
+ "proc-macro2",
2461
+ "quote",
2462
+ "syn 1.0.109",
2463
+ "wasm-bindgen-backend",
2464
+ "wasm-bindgen-shared",
2465
+ ]
2466
+
2467
+ [[package]]
2468
+ name = "wasm-bindgen-shared"
2469
+ version = "0.2.84"
2470
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2471
+ checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d"
2472
+
2473
+ [[package]]
2474
+ name = "web-sys"
2475
+ version = "0.3.61"
2476
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2477
+ checksum = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97"
2478
+ dependencies = [
2479
+ "js-sys",
2480
+ "wasm-bindgen",
2481
+ ]
2482
+
2483
+ [[package]]
2484
+ name = "webpki"
2485
+ version = "0.22.0"
2486
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2487
+ checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"
2488
+ dependencies = [
2489
+ "ring",
2490
+ "untrusted",
2491
+ ]
2492
+
2493
+ [[package]]
2494
+ name = "webpki-roots"
2495
+ version = "0.22.6"
2496
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2497
+ checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
2498
+ dependencies = [
2499
+ "webpki",
2500
+ ]
2501
+
2502
+ [[package]]
2503
+ name = "which"
2504
+ version = "4.4.0"
2505
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2506
+ checksum = "2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269"
2507
+ dependencies = [
2508
+ "either",
2509
+ "libc",
2510
+ "once_cell",
2511
+ ]
2512
+
2513
+ [[package]]
2514
+ name = "winapi"
2515
+ version = "0.3.9"
2516
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2517
+ checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2518
+ dependencies = [
2519
+ "winapi-i686-pc-windows-gnu",
2520
+ "winapi-x86_64-pc-windows-gnu",
2521
+ ]
2522
+
2523
+ [[package]]
2524
+ name = "winapi-i686-pc-windows-gnu"
2525
+ version = "0.4.0"
2526
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2527
+ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2528
+
2529
+ [[package]]
2530
+ name = "winapi-util"
2531
+ version = "0.1.5"
2532
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2533
+ checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
2534
+ dependencies = [
2535
+ "winapi",
2536
+ ]
2537
+
2538
+ [[package]]
2539
+ name = "winapi-x86_64-pc-windows-gnu"
2540
+ version = "0.4.0"
2541
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2542
+ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2543
+
2544
+ [[package]]
2545
+ name = "windows"
2546
+ version = "0.48.0"
2547
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2548
+ checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
2549
+ dependencies = [
2550
+ "windows-targets 0.48.0",
2551
+ ]
2552
+
2553
+ [[package]]
2554
+ name = "windows-sys"
2555
+ version = "0.45.0"
2556
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2557
+ checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
2558
+ dependencies = [
2559
+ "windows-targets 0.42.2",
2560
+ ]
2561
+
2562
+ [[package]]
2563
+ name = "windows-sys"
2564
+ version = "0.48.0"
2565
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2566
+ checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
2567
+ dependencies = [
2568
+ "windows-targets 0.48.0",
2569
+ ]
2570
+
2571
+ [[package]]
2572
+ name = "windows-targets"
2573
+ version = "0.42.2"
2574
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2575
+ checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
2576
+ dependencies = [
2577
+ "windows_aarch64_gnullvm 0.42.2",
2578
+ "windows_aarch64_msvc 0.42.2",
2579
+ "windows_i686_gnu 0.42.2",
2580
+ "windows_i686_msvc 0.42.2",
2581
+ "windows_x86_64_gnu 0.42.2",
2582
+ "windows_x86_64_gnullvm 0.42.2",
2583
+ "windows_x86_64_msvc 0.42.2",
2584
+ ]
2585
+
2586
+ [[package]]
2587
+ name = "windows-targets"
2588
+ version = "0.48.0"
2589
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2590
+ checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5"
2591
+ dependencies = [
2592
+ "windows_aarch64_gnullvm 0.48.0",
2593
+ "windows_aarch64_msvc 0.48.0",
2594
+ "windows_i686_gnu 0.48.0",
2595
+ "windows_i686_msvc 0.48.0",
2596
+ "windows_x86_64_gnu 0.48.0",
2597
+ "windows_x86_64_gnullvm 0.48.0",
2598
+ "windows_x86_64_msvc 0.48.0",
2599
+ ]
2600
+
2601
+ [[package]]
2602
+ name = "windows_aarch64_gnullvm"
2603
+ version = "0.42.2"
2604
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2605
+ checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
2606
+
2607
+ [[package]]
2608
+ name = "windows_aarch64_gnullvm"
2609
+ version = "0.48.0"
2610
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2611
+ checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
2612
+
2613
+ [[package]]
2614
+ name = "windows_aarch64_msvc"
2615
+ version = "0.42.2"
2616
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2617
+ checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
2618
+
2619
+ [[package]]
2620
+ name = "windows_aarch64_msvc"
2621
+ version = "0.48.0"
2622
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2623
+ checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
2624
+
2625
+ [[package]]
2626
+ name = "windows_i686_gnu"
2627
+ version = "0.42.2"
2628
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2629
+ checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
2630
+
2631
+ [[package]]
2632
+ name = "windows_i686_gnu"
2633
+ version = "0.48.0"
2634
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2635
+ checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
2636
+
2637
+ [[package]]
2638
+ name = "windows_i686_msvc"
2639
+ version = "0.42.2"
2640
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2641
+ checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
2642
+
2643
+ [[package]]
2644
+ name = "windows_i686_msvc"
2645
+ version = "0.48.0"
2646
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2647
+ checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
2648
+
2649
+ [[package]]
2650
+ name = "windows_x86_64_gnu"
2651
+ version = "0.42.2"
2652
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2653
+ checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
2654
+
2655
+ [[package]]
2656
+ name = "windows_x86_64_gnu"
2657
+ version = "0.48.0"
2658
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2659
+ checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
2660
+
2661
+ [[package]]
2662
+ name = "windows_x86_64_gnullvm"
2663
+ version = "0.42.2"
2664
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2665
+ checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
2666
+
2667
+ [[package]]
2668
+ name = "windows_x86_64_gnullvm"
2669
+ version = "0.48.0"
2670
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2671
+ checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
2672
+
2673
+ [[package]]
2674
+ name = "windows_x86_64_msvc"
2675
+ version = "0.42.2"
2676
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2677
+ checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
2678
+
2679
+ [[package]]
2680
+ name = "windows_x86_64_msvc"
2681
+ version = "0.48.0"
2682
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2683
+ checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
2684
+
2685
+ [[package]]
2686
+ name = "winreg"
2687
+ version = "0.10.1"
2688
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2689
+ checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
2690
+ dependencies = [
2691
+ "winapi",
2692
+ ]