pyroscope 0.5.1-aarch64-linux → 0.5.3-aarch64-linux

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,2603 @@
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 = "0.7.20"
46
+ source = "registry+https://github.com/rust-lang/crates.io-index"
47
+ checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
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.69"
73
+ source = "registry+https://github.com/rust-lang/crates.io-index"
74
+ checksum = "224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800"
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.6.0"
96
+ source = "registry+https://github.com/rust-lang/crates.io-index"
97
+ checksum = "c8101efe8695a6c17e02911402145357e718ac92d3ff88ae8419e84b1707b685"
98
+ dependencies = [
99
+ "event-listener",
100
+ "futures-lite",
101
+ ]
102
+
103
+ [[package]]
104
+ name = "async-task"
105
+ version = "4.3.0"
106
+ source = "registry+https://github.com/rust-lang/crates.io-index"
107
+ checksum = "7a40729d2133846d9ed0ea60a8b9541bccddab49cd30f0715a1da672fe9a2524"
108
+
109
+ [[package]]
110
+ name = "atomic-waker"
111
+ version = "1.1.0"
112
+ source = "registry+https://github.com/rust-lang/crates.io-index"
113
+ checksum = "debc29dde2e69f9e47506b525f639ed42300fc014a3e007832592448fa8e4599"
114
+
115
+ [[package]]
116
+ name = "atty"
117
+ version = "0.2.14"
118
+ source = "registry+https://github.com/rust-lang/crates.io-index"
119
+ checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
120
+ dependencies = [
121
+ "hermit-abi 0.1.19",
122
+ "libc",
123
+ "winapi",
124
+ ]
125
+
126
+ [[package]]
127
+ name = "autocfg"
128
+ version = "1.1.0"
129
+ source = "registry+https://github.com/rust-lang/crates.io-index"
130
+ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
131
+
132
+ [[package]]
133
+ name = "base64"
134
+ version = "0.21.0"
135
+ source = "registry+https://github.com/rust-lang/crates.io-index"
136
+ checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a"
137
+
138
+ [[package]]
139
+ name = "bincode"
140
+ version = "2.0.0-rc.2"
141
+ source = "registry+https://github.com/rust-lang/crates.io-index"
142
+ checksum = "7bb50c5a2ef4b9b1e7ae73e3a73b52ea24b20312d629f9c4df28260b7ad2c3c4"
143
+ dependencies = [
144
+ "bincode_derive",
145
+ "serde",
146
+ ]
147
+
148
+ [[package]]
149
+ name = "bincode_derive"
150
+ version = "2.0.0-rc.2"
151
+ source = "registry+https://github.com/rust-lang/crates.io-index"
152
+ checksum = "0a45a23389446d2dd25dc8e73a7a3b3c43522b630cac068927f0649d43d719d2"
153
+ dependencies = [
154
+ "virtue",
155
+ ]
156
+
157
+ [[package]]
158
+ name = "bindgen"
159
+ version = "0.59.2"
160
+ source = "registry+https://github.com/rust-lang/crates.io-index"
161
+ checksum = "2bd2a9a458e8f4304c52c43ebb0cfbd520289f8379a52e329a38afda99bf8eb8"
162
+ dependencies = [
163
+ "bitflags",
164
+ "cexpr",
165
+ "clang-sys",
166
+ "lazy_static 1.4.0",
167
+ "lazycell",
168
+ "peeking_take_while",
169
+ "proc-macro2",
170
+ "quote",
171
+ "regex",
172
+ "rustc-hash",
173
+ "shlex",
174
+ ]
175
+
176
+ [[package]]
177
+ name = "bindgen"
178
+ version = "0.60.1"
179
+ source = "registry+https://github.com/rust-lang/crates.io-index"
180
+ checksum = "062dddbc1ba4aca46de6338e2bf87771414c335f7b2f2036e8f3e9befebf88e6"
181
+ dependencies = [
182
+ "bitflags",
183
+ "cexpr",
184
+ "clang-sys",
185
+ "clap 3.2.23",
186
+ "env_logger 0.9.3",
187
+ "lazy_static 1.4.0",
188
+ "lazycell",
189
+ "log",
190
+ "peeking_take_while",
191
+ "proc-macro2",
192
+ "quote",
193
+ "regex",
194
+ "rustc-hash",
195
+ "shlex",
196
+ "which",
197
+ ]
198
+
199
+ [[package]]
200
+ name = "bitflags"
201
+ version = "1.3.2"
202
+ source = "registry+https://github.com/rust-lang/crates.io-index"
203
+ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
204
+
205
+ [[package]]
206
+ name = "blocking"
207
+ version = "1.3.0"
208
+ source = "registry+https://github.com/rust-lang/crates.io-index"
209
+ checksum = "3c67b173a56acffd6d2326fb7ab938ba0b00a71480e14902b2591c87bc5741e8"
210
+ dependencies = [
211
+ "async-channel",
212
+ "async-lock",
213
+ "async-task",
214
+ "atomic-waker",
215
+ "fastrand",
216
+ "futures-lite",
217
+ ]
218
+
219
+ [[package]]
220
+ name = "bumpalo"
221
+ version = "3.12.0"
222
+ source = "registry+https://github.com/rust-lang/crates.io-index"
223
+ checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535"
224
+
225
+ [[package]]
226
+ name = "bytemuck"
227
+ version = "1.13.0"
228
+ source = "registry+https://github.com/rust-lang/crates.io-index"
229
+ checksum = "c041d3eab048880cb0b86b256447da3f18859a163c3b8d8893f4e6368abe6393"
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",
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.23"
280
+ source = "registry+https://github.com/rust-lang/crates.io-index"
281
+ checksum = "16b0a3d9ed01224b22057780a37bb8c5dbfe1be8ba48678e7bf57ec4b385411f"
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.4.0"
295
+ source = "registry+https://github.com/rust-lang/crates.io-index"
296
+ checksum = "fa2e27ae6ab525c3d369ded447057bca5438d86dc3a68f6faafb8269ba82ebf3"
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.23"
321
+ source = "registry+https://github.com/rust-lang/crates.io-index"
322
+ checksum = "71655c45cb9845d3270c9d6df84ebe72b4dad3c2ba3f7023ad47c144e4e473a5"
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.18"
338
+ source = "registry+https://github.com/rust-lang/crates.io-index"
339
+ checksum = "ea0c8bce528c4be4da13ea6fead8965e95b6073585a2f05204bd8f4119f82a65"
340
+ dependencies = [
341
+ "heck 0.4.1",
342
+ "proc-macro-error",
343
+ "proc-macro2",
344
+ "quote",
345
+ "syn",
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.1.0"
370
+ source = "registry+https://github.com/rust-lang/crates.io-index"
371
+ checksum = "c278839b831783b70278b14df4d45e1beb1aad306c07bb796637de9a0e323e8e"
372
+ dependencies = [
373
+ "crossbeam-utils",
374
+ ]
375
+
376
+ [[package]]
377
+ name = "core-foundation-sys"
378
+ version = "0.8.3"
379
+ source = "registry+https://github.com/rust-lang/crates.io-index"
380
+ checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
381
+
382
+ [[package]]
383
+ name = "cpp_demangle"
384
+ version = "0.4.0"
385
+ source = "registry+https://github.com/rust-lang/crates.io-index"
386
+ checksum = "b446fd40bcc17eddd6a4a78f24315eb90afdb3334999ddfd4909985c47722442"
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.6"
403
+ source = "registry+https://github.com/rust-lang/crates.io-index"
404
+ checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"
405
+ dependencies = [
406
+ "cfg-if",
407
+ "crossbeam-utils",
408
+ ]
409
+
410
+ [[package]]
411
+ name = "crossbeam-utils"
412
+ version = "0.8.14"
413
+ source = "registry+https://github.com/rust-lang/crates.io-index"
414
+ checksum = "4fb766fa798726286dbbb842f174001dab8abc7b627a1dd86e0b7222a95d929f"
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.91"
432
+ source = "registry+https://github.com/rust-lang/crates.io-index"
433
+ checksum = "86d3488e7665a7a483b57e25bdd90d0aeb2bc7608c8d0346acf2ad3f1caf1d62"
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.91"
444
+ source = "registry+https://github.com/rust-lang/crates.io-index"
445
+ checksum = "48fcaf066a053a41a81dfb14d57d99738b767febb8b735c3016e469fac5da690"
446
+ dependencies = [
447
+ "cc",
448
+ "codespan-reporting",
449
+ "once_cell",
450
+ "proc-macro2",
451
+ "quote",
452
+ "scratch",
453
+ "syn",
454
+ ]
455
+
456
+ [[package]]
457
+ name = "cxxbridge-flags"
458
+ version = "1.0.91"
459
+ source = "registry+https://github.com/rust-lang/crates.io-index"
460
+ checksum = "a2ef98b8b717a829ca5603af80e1f9e2e48013ab227b68ef37872ef84ee479bf"
461
+
462
+ [[package]]
463
+ name = "cxxbridge-macro"
464
+ version = "1.0.91"
465
+ source = "registry+https://github.com/rust-lang/crates.io-index"
466
+ checksum = "086c685979a698443656e5cf7856c95c642295a38599f12fb1ff76fb28d19892"
467
+ dependencies = [
468
+ "proc-macro2",
469
+ "quote",
470
+ "syn",
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-dragonfly"
573
+ version = "0.1.2"
574
+ source = "registry+https://github.com/rust-lang/crates.io-index"
575
+ checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
576
+ dependencies = [
577
+ "cc",
578
+ "libc",
579
+ ]
580
+
581
+ [[package]]
582
+ name = "event-listener"
583
+ version = "2.5.3"
584
+ source = "registry+https://github.com/rust-lang/crates.io-index"
585
+ checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
586
+
587
+ [[package]]
588
+ name = "fallible-iterator"
589
+ version = "0.2.0"
590
+ source = "registry+https://github.com/rust-lang/crates.io-index"
591
+ checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
592
+
593
+ [[package]]
594
+ name = "fastrand"
595
+ version = "1.9.0"
596
+ source = "registry+https://github.com/rust-lang/crates.io-index"
597
+ checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
598
+ dependencies = [
599
+ "instant",
600
+ ]
601
+
602
+ [[package]]
603
+ name = "ffikit"
604
+ version = "0.1.0"
605
+ dependencies = [
606
+ "bincode",
607
+ "interprocess",
608
+ "lazy_static 0.1.16",
609
+ "log",
610
+ "pyroscope",
611
+ ]
612
+
613
+ [[package]]
614
+ name = "flate2"
615
+ version = "1.0.25"
616
+ source = "registry+https://github.com/rust-lang/crates.io-index"
617
+ checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841"
618
+ dependencies = [
619
+ "crc32fast",
620
+ "miniz_oxide",
621
+ ]
622
+
623
+ [[package]]
624
+ name = "fnv"
625
+ version = "1.0.7"
626
+ source = "registry+https://github.com/rust-lang/crates.io-index"
627
+ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
628
+
629
+ [[package]]
630
+ name = "form_urlencoded"
631
+ version = "1.1.0"
632
+ source = "registry+https://github.com/rust-lang/crates.io-index"
633
+ checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
634
+ dependencies = [
635
+ "percent-encoding",
636
+ ]
637
+
638
+ [[package]]
639
+ name = "fuchsia-cprng"
640
+ version = "0.1.1"
641
+ source = "registry+https://github.com/rust-lang/crates.io-index"
642
+ checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
643
+
644
+ [[package]]
645
+ name = "futures-channel"
646
+ version = "0.3.26"
647
+ source = "registry+https://github.com/rust-lang/crates.io-index"
648
+ checksum = "2e5317663a9089767a1ec00a487df42e0ca174b61b4483213ac24448e4664df5"
649
+ dependencies = [
650
+ "futures-core",
651
+ ]
652
+
653
+ [[package]]
654
+ name = "futures-core"
655
+ version = "0.3.26"
656
+ source = "registry+https://github.com/rust-lang/crates.io-index"
657
+ checksum = "ec90ff4d0fe1f57d600049061dc6bb68ed03c7d2fbd697274c41805dcb3f8608"
658
+
659
+ [[package]]
660
+ name = "futures-io"
661
+ version = "0.3.26"
662
+ source = "registry+https://github.com/rust-lang/crates.io-index"
663
+ checksum = "bfb8371b6fb2aeb2d280374607aeabfc99d95c72edfe51692e42d3d7f0d08531"
664
+
665
+ [[package]]
666
+ name = "futures-lite"
667
+ version = "1.12.0"
668
+ source = "registry+https://github.com/rust-lang/crates.io-index"
669
+ checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"
670
+ dependencies = [
671
+ "fastrand",
672
+ "futures-core",
673
+ "futures-io",
674
+ "memchr",
675
+ "parking",
676
+ "pin-project-lite",
677
+ "waker-fn",
678
+ ]
679
+
680
+ [[package]]
681
+ name = "futures-sink"
682
+ version = "0.3.26"
683
+ source = "registry+https://github.com/rust-lang/crates.io-index"
684
+ checksum = "f310820bb3e8cfd46c80db4d7fb8353e15dfff853a127158425f31e0be6c8364"
685
+
686
+ [[package]]
687
+ name = "futures-task"
688
+ version = "0.3.26"
689
+ source = "registry+https://github.com/rust-lang/crates.io-index"
690
+ checksum = "dcf79a1bf610b10f42aea489289c5a2c478a786509693b80cd39c44ccd936366"
691
+
692
+ [[package]]
693
+ name = "futures-util"
694
+ version = "0.3.26"
695
+ source = "registry+https://github.com/rust-lang/crates.io-index"
696
+ checksum = "9c1d6de3acfef38d2be4b1f543f553131788603495be83da675e180c8d6b7bd1"
697
+ dependencies = [
698
+ "futures-core",
699
+ "futures-io",
700
+ "futures-task",
701
+ "memchr",
702
+ "pin-project-lite",
703
+ "pin-utils",
704
+ "slab",
705
+ ]
706
+
707
+ [[package]]
708
+ name = "getrandom"
709
+ version = "0.2.8"
710
+ source = "registry+https://github.com/rust-lang/crates.io-index"
711
+ checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
712
+ dependencies = [
713
+ "cfg-if",
714
+ "libc",
715
+ "wasi 0.11.0+wasi-snapshot-preview1",
716
+ ]
717
+
718
+ [[package]]
719
+ name = "gimli"
720
+ version = "0.27.2"
721
+ source = "registry+https://github.com/rust-lang/crates.io-index"
722
+ checksum = "ad0a93d233ebf96623465aad4046a8d3aa4da22d4f4beba5388838c8a434bbb4"
723
+ dependencies = [
724
+ "fallible-iterator",
725
+ "stable_deref_trait",
726
+ ]
727
+
728
+ [[package]]
729
+ name = "glob"
730
+ version = "0.3.1"
731
+ source = "registry+https://github.com/rust-lang/crates.io-index"
732
+ checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
733
+
734
+ [[package]]
735
+ name = "goblin"
736
+ version = "0.6.0"
737
+ source = "registry+https://github.com/rust-lang/crates.io-index"
738
+ checksum = "572564d6cba7d09775202c8e7eebc4d534d5ae36578ab402fb21e182a0ac9505"
739
+ dependencies = [
740
+ "log",
741
+ "plain",
742
+ "scroll",
743
+ ]
744
+
745
+ [[package]]
746
+ name = "h2"
747
+ version = "0.3.15"
748
+ source = "registry+https://github.com/rust-lang/crates.io-index"
749
+ checksum = "5f9f29bc9dda355256b2916cf526ab02ce0aeaaaf2bad60d65ef3f12f11dd0f4"
750
+ dependencies = [
751
+ "bytes",
752
+ "fnv",
753
+ "futures-core",
754
+ "futures-sink",
755
+ "futures-util",
756
+ "http",
757
+ "indexmap",
758
+ "slab",
759
+ "tokio",
760
+ "tokio-util",
761
+ "tracing",
762
+ ]
763
+
764
+ [[package]]
765
+ name = "hashbrown"
766
+ version = "0.12.3"
767
+ source = "registry+https://github.com/rust-lang/crates.io-index"
768
+ checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
769
+
770
+ [[package]]
771
+ name = "heck"
772
+ version = "0.3.3"
773
+ source = "registry+https://github.com/rust-lang/crates.io-index"
774
+ checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
775
+ dependencies = [
776
+ "unicode-segmentation",
777
+ ]
778
+
779
+ [[package]]
780
+ name = "heck"
781
+ version = "0.4.1"
782
+ source = "registry+https://github.com/rust-lang/crates.io-index"
783
+ checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
784
+
785
+ [[package]]
786
+ name = "hermit-abi"
787
+ version = "0.1.19"
788
+ source = "registry+https://github.com/rust-lang/crates.io-index"
789
+ checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
790
+ dependencies = [
791
+ "libc",
792
+ ]
793
+
794
+ [[package]]
795
+ name = "hermit-abi"
796
+ version = "0.2.6"
797
+ source = "registry+https://github.com/rust-lang/crates.io-index"
798
+ checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
799
+ dependencies = [
800
+ "libc",
801
+ ]
802
+
803
+ [[package]]
804
+ name = "hermit-abi"
805
+ version = "0.3.1"
806
+ source = "registry+https://github.com/rust-lang/crates.io-index"
807
+ checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
808
+
809
+ [[package]]
810
+ name = "http"
811
+ version = "0.2.9"
812
+ source = "registry+https://github.com/rust-lang/crates.io-index"
813
+ checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
814
+ dependencies = [
815
+ "bytes",
816
+ "fnv",
817
+ "itoa",
818
+ ]
819
+
820
+ [[package]]
821
+ name = "http-body"
822
+ version = "0.4.5"
823
+ source = "registry+https://github.com/rust-lang/crates.io-index"
824
+ checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
825
+ dependencies = [
826
+ "bytes",
827
+ "http",
828
+ "pin-project-lite",
829
+ ]
830
+
831
+ [[package]]
832
+ name = "httparse"
833
+ version = "1.8.0"
834
+ source = "registry+https://github.com/rust-lang/crates.io-index"
835
+ checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
836
+
837
+ [[package]]
838
+ name = "httpdate"
839
+ version = "1.0.2"
840
+ source = "registry+https://github.com/rust-lang/crates.io-index"
841
+ checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
842
+
843
+ [[package]]
844
+ name = "humantime"
845
+ version = "1.3.0"
846
+ source = "registry+https://github.com/rust-lang/crates.io-index"
847
+ checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
848
+ dependencies = [
849
+ "quick-error",
850
+ ]
851
+
852
+ [[package]]
853
+ name = "humantime"
854
+ version = "2.1.0"
855
+ source = "registry+https://github.com/rust-lang/crates.io-index"
856
+ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
857
+
858
+ [[package]]
859
+ name = "hyper"
860
+ version = "0.14.24"
861
+ source = "registry+https://github.com/rust-lang/crates.io-index"
862
+ checksum = "5e011372fa0b68db8350aa7a248930ecc7839bf46d8485577d69f117a75f164c"
863
+ dependencies = [
864
+ "bytes",
865
+ "futures-channel",
866
+ "futures-core",
867
+ "futures-util",
868
+ "h2",
869
+ "http",
870
+ "http-body",
871
+ "httparse",
872
+ "httpdate",
873
+ "itoa",
874
+ "pin-project-lite",
875
+ "socket2",
876
+ "tokio",
877
+ "tower-service",
878
+ "tracing",
879
+ "want",
880
+ ]
881
+
882
+ [[package]]
883
+ name = "hyper-rustls"
884
+ version = "0.23.2"
885
+ source = "registry+https://github.com/rust-lang/crates.io-index"
886
+ checksum = "1788965e61b367cd03a62950836d5cd41560c3577d90e40e0819373194d1661c"
887
+ dependencies = [
888
+ "http",
889
+ "hyper",
890
+ "rustls",
891
+ "tokio",
892
+ "tokio-rustls",
893
+ ]
894
+
895
+ [[package]]
896
+ name = "iana-time-zone"
897
+ version = "0.1.53"
898
+ source = "registry+https://github.com/rust-lang/crates.io-index"
899
+ checksum = "64c122667b287044802d6ce17ee2ddf13207ed924c712de9a66a5814d5b64765"
900
+ dependencies = [
901
+ "android_system_properties",
902
+ "core-foundation-sys",
903
+ "iana-time-zone-haiku",
904
+ "js-sys",
905
+ "wasm-bindgen",
906
+ "winapi",
907
+ ]
908
+
909
+ [[package]]
910
+ name = "iana-time-zone-haiku"
911
+ version = "0.1.1"
912
+ source = "registry+https://github.com/rust-lang/crates.io-index"
913
+ checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca"
914
+ dependencies = [
915
+ "cxx",
916
+ "cxx-build",
917
+ ]
918
+
919
+ [[package]]
920
+ name = "idna"
921
+ version = "0.3.0"
922
+ source = "registry+https://github.com/rust-lang/crates.io-index"
923
+ checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
924
+ dependencies = [
925
+ "unicode-bidi",
926
+ "unicode-normalization",
927
+ ]
928
+
929
+ [[package]]
930
+ name = "indexmap"
931
+ version = "1.9.2"
932
+ source = "registry+https://github.com/rust-lang/crates.io-index"
933
+ checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399"
934
+ dependencies = [
935
+ "autocfg",
936
+ "hashbrown",
937
+ ]
938
+
939
+ [[package]]
940
+ name = "inferno"
941
+ version = "0.11.14"
942
+ source = "registry+https://github.com/rust-lang/crates.io-index"
943
+ checksum = "d6e66fa9bb3c52f40d05c11b78919ff2f18993c2305bd8a62556d20cb3e9606f"
944
+ dependencies = [
945
+ "ahash",
946
+ "atty",
947
+ "clap 3.2.23",
948
+ "crossbeam-channel",
949
+ "crossbeam-utils",
950
+ "dashmap",
951
+ "env_logger 0.9.3",
952
+ "indexmap",
953
+ "itoa",
954
+ "log",
955
+ "num-format",
956
+ "num_cpus",
957
+ "once_cell",
958
+ "quick-xml",
959
+ "rgb",
960
+ "str_stack",
961
+ ]
962
+
963
+ [[package]]
964
+ name = "instant"
965
+ version = "0.1.12"
966
+ source = "registry+https://github.com/rust-lang/crates.io-index"
967
+ checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
968
+ dependencies = [
969
+ "cfg-if",
970
+ ]
971
+
972
+ [[package]]
973
+ name = "interprocess"
974
+ version = "1.2.1"
975
+ source = "registry+https://github.com/rust-lang/crates.io-index"
976
+ checksum = "81f2533f3be42fffe3b5e63b71aeca416c1c3bc33e4e27be018521e76b1f38fb"
977
+ dependencies = [
978
+ "blocking",
979
+ "cfg-if",
980
+ "futures-core",
981
+ "futures-io",
982
+ "intmap",
983
+ "libc",
984
+ "once_cell",
985
+ "rustc_version",
986
+ "spinning",
987
+ "thiserror",
988
+ "to_method",
989
+ "winapi",
990
+ ]
991
+
992
+ [[package]]
993
+ name = "intmap"
994
+ version = "0.7.1"
995
+ source = "registry+https://github.com/rust-lang/crates.io-index"
996
+ checksum = "ae52f28f45ac2bc96edb7714de995cffc174a395fb0abf5bff453587c980d7b9"
997
+
998
+ [[package]]
999
+ name = "io-lifetimes"
1000
+ version = "1.0.5"
1001
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1002
+ checksum = "1abeb7a0dd0f8181267ff8adc397075586500b81b28a73e8a0208b00fc170fb3"
1003
+ dependencies = [
1004
+ "libc",
1005
+ "windows-sys 0.45.0",
1006
+ ]
1007
+
1008
+ [[package]]
1009
+ name = "ipnet"
1010
+ version = "2.7.1"
1011
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1012
+ checksum = "30e22bd8629359895450b59ea7a776c850561b96a3b1d31321c1949d9e6c9146"
1013
+
1014
+ [[package]]
1015
+ name = "is-terminal"
1016
+ version = "0.4.3"
1017
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1018
+ checksum = "22e18b0a45d56fe973d6db23972bf5bc46f988a4a2385deac9cc29572f09daef"
1019
+ dependencies = [
1020
+ "hermit-abi 0.3.1",
1021
+ "io-lifetimes",
1022
+ "rustix",
1023
+ "windows-sys 0.45.0",
1024
+ ]
1025
+
1026
+ [[package]]
1027
+ name = "itertools"
1028
+ version = "0.10.5"
1029
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1030
+ checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
1031
+ dependencies = [
1032
+ "either",
1033
+ ]
1034
+
1035
+ [[package]]
1036
+ name = "itoa"
1037
+ version = "1.0.5"
1038
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1039
+ checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440"
1040
+
1041
+ [[package]]
1042
+ name = "js-sys"
1043
+ version = "0.3.61"
1044
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1045
+ checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730"
1046
+ dependencies = [
1047
+ "wasm-bindgen",
1048
+ ]
1049
+
1050
+ [[package]]
1051
+ name = "json"
1052
+ version = "0.12.4"
1053
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1054
+ checksum = "078e285eafdfb6c4b434e0d31e8cfcb5115b651496faca5749b88fafd4f23bfd"
1055
+
1056
+ [[package]]
1057
+ name = "lazy_static"
1058
+ version = "0.1.16"
1059
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1060
+ checksum = "cf186d1a8aa5f5bee5fd662bc9c1b949e0259e1bcc379d1f006847b0080c7417"
1061
+
1062
+ [[package]]
1063
+ name = "lazy_static"
1064
+ version = "1.4.0"
1065
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1066
+ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
1067
+
1068
+ [[package]]
1069
+ name = "lazycell"
1070
+ version = "1.3.0"
1071
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1072
+ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
1073
+
1074
+ [[package]]
1075
+ name = "libc"
1076
+ version = "0.2.139"
1077
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1078
+ checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
1079
+
1080
+ [[package]]
1081
+ name = "libflate"
1082
+ version = "1.3.0"
1083
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1084
+ checksum = "97822bf791bd4d5b403713886a5fbe8bf49520fe78e323b0dc480ca1a03e50b0"
1085
+ dependencies = [
1086
+ "adler32",
1087
+ "crc32fast",
1088
+ "libflate_lz77",
1089
+ ]
1090
+
1091
+ [[package]]
1092
+ name = "libflate_lz77"
1093
+ version = "1.2.0"
1094
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1095
+ checksum = "a52d3a8bfc85f250440e4424db7d857e241a3aebbbe301f3eb606ab15c39acbf"
1096
+ dependencies = [
1097
+ "rle-decode-fast",
1098
+ ]
1099
+
1100
+ [[package]]
1101
+ name = "libloading"
1102
+ version = "0.7.4"
1103
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1104
+ checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
1105
+ dependencies = [
1106
+ "cfg-if",
1107
+ "winapi",
1108
+ ]
1109
+
1110
+ [[package]]
1111
+ name = "libproc"
1112
+ version = "0.12.0"
1113
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1114
+ checksum = "0b799ad155d75ce914c467ee5627b62247c20d4aedbd446f821484cebf3cded7"
1115
+ dependencies = [
1116
+ "bindgen 0.59.2",
1117
+ "errno",
1118
+ "libc",
1119
+ ]
1120
+
1121
+ [[package]]
1122
+ name = "link-cplusplus"
1123
+ version = "1.0.8"
1124
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1125
+ checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5"
1126
+ dependencies = [
1127
+ "cc",
1128
+ ]
1129
+
1130
+ [[package]]
1131
+ name = "linux-raw-sys"
1132
+ version = "0.1.4"
1133
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1134
+ checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"
1135
+
1136
+ [[package]]
1137
+ name = "lock_api"
1138
+ version = "0.4.9"
1139
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1140
+ checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
1141
+ dependencies = [
1142
+ "autocfg",
1143
+ "scopeguard",
1144
+ ]
1145
+
1146
+ [[package]]
1147
+ name = "log"
1148
+ version = "0.4.17"
1149
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1150
+ checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
1151
+ dependencies = [
1152
+ "cfg-if",
1153
+ ]
1154
+
1155
+ [[package]]
1156
+ name = "mach"
1157
+ version = "0.3.2"
1158
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1159
+ checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
1160
+ dependencies = [
1161
+ "libc",
1162
+ ]
1163
+
1164
+ [[package]]
1165
+ name = "mach2"
1166
+ version = "0.4.1"
1167
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1168
+ checksum = "6d0d1830bcd151a6fc4aea1369af235b36c1528fe976b8ff678683c9995eade8"
1169
+ dependencies = [
1170
+ "libc",
1171
+ ]
1172
+
1173
+ [[package]]
1174
+ name = "mach_o_sys"
1175
+ version = "0.1.1"
1176
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1177
+ checksum = "3e854583a83f20cf329bb9283366335387f7db59d640d1412167e05fedb98826"
1178
+
1179
+ [[package]]
1180
+ name = "memchr"
1181
+ version = "2.5.0"
1182
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1183
+ checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
1184
+
1185
+ [[package]]
1186
+ name = "memmap"
1187
+ version = "0.7.0"
1188
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1189
+ checksum = "6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b"
1190
+ dependencies = [
1191
+ "libc",
1192
+ "winapi",
1193
+ ]
1194
+
1195
+ [[package]]
1196
+ name = "memmap2"
1197
+ version = "0.5.9"
1198
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1199
+ checksum = "2af2c65375e552a67fe3829ca63e8a7c27a378a62824594f43b2851d682b5ec2"
1200
+ dependencies = [
1201
+ "libc",
1202
+ ]
1203
+
1204
+ [[package]]
1205
+ name = "memoffset"
1206
+ version = "0.7.1"
1207
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1208
+ checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
1209
+ dependencies = [
1210
+ "autocfg",
1211
+ ]
1212
+
1213
+ [[package]]
1214
+ name = "mime"
1215
+ version = "0.3.16"
1216
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1217
+ checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
1218
+
1219
+ [[package]]
1220
+ name = "minimal-lexical"
1221
+ version = "0.2.1"
1222
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1223
+ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
1224
+
1225
+ [[package]]
1226
+ name = "miniz_oxide"
1227
+ version = "0.6.2"
1228
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1229
+ checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
1230
+ dependencies = [
1231
+ "adler",
1232
+ ]
1233
+
1234
+ [[package]]
1235
+ name = "mio"
1236
+ version = "0.8.6"
1237
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1238
+ checksum = "5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9"
1239
+ dependencies = [
1240
+ "libc",
1241
+ "log",
1242
+ "wasi 0.11.0+wasi-snapshot-preview1",
1243
+ "windows-sys 0.45.0",
1244
+ ]
1245
+
1246
+ [[package]]
1247
+ name = "names"
1248
+ version = "0.13.0"
1249
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1250
+ checksum = "e7d66043b25d4a6cccb23619d10c19c25304b355a7dccd4a8e11423dd2382146"
1251
+ dependencies = [
1252
+ "clap 3.2.23",
1253
+ "rand 0.8.5",
1254
+ ]
1255
+
1256
+ [[package]]
1257
+ name = "nix"
1258
+ version = "0.25.1"
1259
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1260
+ checksum = "f346ff70e7dbfd675fe90590b92d59ef2de15a8779ae305ebcbfd3f0caf59be4"
1261
+ dependencies = [
1262
+ "autocfg",
1263
+ "bitflags",
1264
+ "cfg-if",
1265
+ "libc",
1266
+ ]
1267
+
1268
+ [[package]]
1269
+ name = "nix"
1270
+ version = "0.26.2"
1271
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1272
+ checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a"
1273
+ dependencies = [
1274
+ "bitflags",
1275
+ "cfg-if",
1276
+ "libc",
1277
+ "memoffset",
1278
+ "pin-utils",
1279
+ "static_assertions",
1280
+ ]
1281
+
1282
+ [[package]]
1283
+ name = "nom"
1284
+ version = "7.1.3"
1285
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1286
+ checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
1287
+ dependencies = [
1288
+ "memchr",
1289
+ "minimal-lexical",
1290
+ ]
1291
+
1292
+ [[package]]
1293
+ name = "num-format"
1294
+ version = "0.4.4"
1295
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1296
+ checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
1297
+ dependencies = [
1298
+ "arrayvec",
1299
+ "itoa",
1300
+ ]
1301
+
1302
+ [[package]]
1303
+ name = "num-integer"
1304
+ version = "0.1.45"
1305
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1306
+ checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
1307
+ dependencies = [
1308
+ "autocfg",
1309
+ "num-traits",
1310
+ ]
1311
+
1312
+ [[package]]
1313
+ name = "num-traits"
1314
+ version = "0.2.15"
1315
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1316
+ checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
1317
+ dependencies = [
1318
+ "autocfg",
1319
+ ]
1320
+
1321
+ [[package]]
1322
+ name = "num_cpus"
1323
+ version = "1.15.0"
1324
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1325
+ checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
1326
+ dependencies = [
1327
+ "hermit-abi 0.2.6",
1328
+ "libc",
1329
+ ]
1330
+
1331
+ [[package]]
1332
+ name = "object"
1333
+ version = "0.30.3"
1334
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1335
+ checksum = "ea86265d3d3dcb6a27fc51bd29a4bf387fae9d2986b823079d4986af253eb439"
1336
+ dependencies = [
1337
+ "flate2",
1338
+ "memchr",
1339
+ ]
1340
+
1341
+ [[package]]
1342
+ name = "once_cell"
1343
+ version = "1.17.1"
1344
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1345
+ checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
1346
+
1347
+ [[package]]
1348
+ name = "os_str_bytes"
1349
+ version = "6.4.1"
1350
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1351
+ checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee"
1352
+
1353
+ [[package]]
1354
+ name = "parking"
1355
+ version = "2.0.0"
1356
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1357
+ checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"
1358
+
1359
+ [[package]]
1360
+ name = "parking_lot_core"
1361
+ version = "0.9.7"
1362
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1363
+ checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521"
1364
+ dependencies = [
1365
+ "cfg-if",
1366
+ "libc",
1367
+ "redox_syscall",
1368
+ "smallvec",
1369
+ "windows-sys 0.45.0",
1370
+ ]
1371
+
1372
+ [[package]]
1373
+ name = "peeking_take_while"
1374
+ version = "0.1.2"
1375
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1376
+ checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
1377
+
1378
+ [[package]]
1379
+ name = "percent-encoding"
1380
+ version = "2.2.0"
1381
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1382
+ checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
1383
+
1384
+ [[package]]
1385
+ name = "pin-project-lite"
1386
+ version = "0.2.9"
1387
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1388
+ checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
1389
+
1390
+ [[package]]
1391
+ name = "pin-utils"
1392
+ version = "0.1.0"
1393
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1394
+ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1395
+
1396
+ [[package]]
1397
+ name = "plain"
1398
+ version = "0.2.3"
1399
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1400
+ checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
1401
+
1402
+ [[package]]
1403
+ name = "ppv-lite86"
1404
+ version = "0.2.17"
1405
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1406
+ checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
1407
+
1408
+ [[package]]
1409
+ name = "pretty_env_logger"
1410
+ version = "0.4.0"
1411
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1412
+ checksum = "926d36b9553851b8b0005f1275891b392ee4d2d833852c417ed025477350fb9d"
1413
+ dependencies = [
1414
+ "env_logger 0.7.1",
1415
+ "log",
1416
+ ]
1417
+
1418
+ [[package]]
1419
+ name = "proc-macro-error"
1420
+ version = "1.0.4"
1421
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1422
+ checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
1423
+ dependencies = [
1424
+ "proc-macro-error-attr",
1425
+ "proc-macro2",
1426
+ "quote",
1427
+ "syn",
1428
+ "version_check",
1429
+ ]
1430
+
1431
+ [[package]]
1432
+ name = "proc-macro-error-attr"
1433
+ version = "1.0.4"
1434
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1435
+ checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
1436
+ dependencies = [
1437
+ "proc-macro2",
1438
+ "quote",
1439
+ "version_check",
1440
+ ]
1441
+
1442
+ [[package]]
1443
+ name = "proc-macro2"
1444
+ version = "1.0.51"
1445
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1446
+ checksum = "5d727cae5b39d21da60fa540906919ad737832fe0b1c165da3a34d6548c849d6"
1447
+ dependencies = [
1448
+ "unicode-ident",
1449
+ ]
1450
+
1451
+ [[package]]
1452
+ name = "proc-maps"
1453
+ version = "0.3.0"
1454
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1455
+ checksum = "2c790484f98e8b00e2385ebde989077698f99417307a74361001ada102f8c2ce"
1456
+ dependencies = [
1457
+ "anyhow",
1458
+ "bindgen 0.60.1",
1459
+ "libc",
1460
+ "libproc",
1461
+ "mach2",
1462
+ "winapi",
1463
+ ]
1464
+
1465
+ [[package]]
1466
+ name = "prost"
1467
+ version = "0.10.4"
1468
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1469
+ checksum = "71adf41db68aa0daaefc69bb30bcd68ded9b9abaad5d1fbb6304c4fb390e083e"
1470
+ dependencies = [
1471
+ "bytes",
1472
+ "prost-derive 0.10.1",
1473
+ ]
1474
+
1475
+ [[package]]
1476
+ name = "prost"
1477
+ version = "0.11.6"
1478
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1479
+ checksum = "21dc42e00223fc37204bd4aa177e69420c604ca4a183209a8f9de30c6d934698"
1480
+ dependencies = [
1481
+ "bytes",
1482
+ "prost-derive 0.11.6",
1483
+ ]
1484
+
1485
+ [[package]]
1486
+ name = "prost-derive"
1487
+ version = "0.10.1"
1488
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1489
+ checksum = "7b670f45da57fb8542ebdbb6105a925fe571b67f9e7ed9f47a06a84e72b4e7cc"
1490
+ dependencies = [
1491
+ "anyhow",
1492
+ "itertools",
1493
+ "proc-macro2",
1494
+ "quote",
1495
+ "syn",
1496
+ ]
1497
+
1498
+ [[package]]
1499
+ name = "prost-derive"
1500
+ version = "0.11.6"
1501
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1502
+ checksum = "8bda8c0881ea9f722eb9629376db3d0b903b462477c1aafcb0566610ac28ac5d"
1503
+ dependencies = [
1504
+ "anyhow",
1505
+ "itertools",
1506
+ "proc-macro2",
1507
+ "quote",
1508
+ "syn",
1509
+ ]
1510
+
1511
+ [[package]]
1512
+ name = "pyroscope"
1513
+ version = "0.5.5"
1514
+ dependencies = [
1515
+ "json",
1516
+ "libc",
1517
+ "libflate",
1518
+ "log",
1519
+ "names",
1520
+ "prost 0.10.4",
1521
+ "reqwest",
1522
+ "thiserror",
1523
+ "url",
1524
+ "winapi",
1525
+ ]
1526
+
1527
+ [[package]]
1528
+ name = "pyroscope_rbspy"
1529
+ version = "0.2.5"
1530
+ dependencies = [
1531
+ "anyhow",
1532
+ "inferno",
1533
+ "log",
1534
+ "pyroscope",
1535
+ "rbspy 0.16.0",
1536
+ "thiserror",
1537
+ ]
1538
+
1539
+ [[package]]
1540
+ name = "quick-error"
1541
+ version = "1.2.3"
1542
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1543
+ checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
1544
+
1545
+ [[package]]
1546
+ name = "quick-xml"
1547
+ version = "0.26.0"
1548
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1549
+ checksum = "7f50b1c63b38611e7d4d7f68b82d3ad0cc71a2ad2e7f61fc10f1328d917c93cd"
1550
+ dependencies = [
1551
+ "memchr",
1552
+ ]
1553
+
1554
+ [[package]]
1555
+ name = "quote"
1556
+ version = "1.0.23"
1557
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1558
+ checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b"
1559
+ dependencies = [
1560
+ "proc-macro2",
1561
+ ]
1562
+
1563
+ [[package]]
1564
+ name = "rand"
1565
+ version = "0.4.6"
1566
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1567
+ checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
1568
+ dependencies = [
1569
+ "fuchsia-cprng",
1570
+ "libc",
1571
+ "rand_core 0.3.1",
1572
+ "rdrand",
1573
+ "winapi",
1574
+ ]
1575
+
1576
+ [[package]]
1577
+ name = "rand"
1578
+ version = "0.8.5"
1579
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1580
+ checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
1581
+ dependencies = [
1582
+ "libc",
1583
+ "rand_chacha",
1584
+ "rand_core 0.6.4",
1585
+ ]
1586
+
1587
+ [[package]]
1588
+ name = "rand_chacha"
1589
+ version = "0.3.1"
1590
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1591
+ checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
1592
+ dependencies = [
1593
+ "ppv-lite86",
1594
+ "rand_core 0.6.4",
1595
+ ]
1596
+
1597
+ [[package]]
1598
+ name = "rand_core"
1599
+ version = "0.3.1"
1600
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1601
+ checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
1602
+ dependencies = [
1603
+ "rand_core 0.4.2",
1604
+ ]
1605
+
1606
+ [[package]]
1607
+ name = "rand_core"
1608
+ version = "0.4.2"
1609
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1610
+ checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
1611
+
1612
+ [[package]]
1613
+ name = "rand_core"
1614
+ version = "0.6.4"
1615
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1616
+ checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1617
+ dependencies = [
1618
+ "getrandom",
1619
+ ]
1620
+
1621
+ [[package]]
1622
+ name = "rbspy"
1623
+ version = "0.1.0"
1624
+ dependencies = [
1625
+ "cbindgen",
1626
+ "ffikit",
1627
+ "inferno",
1628
+ "log",
1629
+ "pretty_env_logger",
1630
+ "pyroscope",
1631
+ "pyroscope_rbspy",
1632
+ ]
1633
+
1634
+ [[package]]
1635
+ name = "rbspy"
1636
+ version = "0.16.0"
1637
+ dependencies = [
1638
+ "anyhow",
1639
+ "chrono",
1640
+ "clap 3.2.23",
1641
+ "ctrlc",
1642
+ "directories",
1643
+ "env_logger 0.10.0",
1644
+ "flate2",
1645
+ "goblin",
1646
+ "inferno",
1647
+ "lazy_static 1.4.0",
1648
+ "libc",
1649
+ "libproc",
1650
+ "log",
1651
+ "memmap2",
1652
+ "nix 0.26.2",
1653
+ "proc-maps",
1654
+ "prost 0.11.6",
1655
+ "rand 0.8.5",
1656
+ "rbspy-ruby-structs",
1657
+ "remoteprocess",
1658
+ "semver",
1659
+ "serde",
1660
+ "serde_derive",
1661
+ "serde_json",
1662
+ "spytools",
1663
+ "tempdir",
1664
+ "term_size",
1665
+ "thiserror",
1666
+ "winapi",
1667
+ ]
1668
+
1669
+ [[package]]
1670
+ name = "rbspy-ruby-structs"
1671
+ version = "0.16.0"
1672
+
1673
+ [[package]]
1674
+ name = "rdrand"
1675
+ version = "0.4.0"
1676
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1677
+ checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
1678
+ dependencies = [
1679
+ "rand_core 0.3.1",
1680
+ ]
1681
+
1682
+ [[package]]
1683
+ name = "read-process-memory"
1684
+ version = "0.1.5"
1685
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1686
+ checksum = "267e0cd5ea49a2ce89cfc7e6799bbd2ba07724fa51ccbb41ea1f62d515b5cd84"
1687
+ dependencies = [
1688
+ "libc",
1689
+ "log",
1690
+ "mach",
1691
+ "winapi",
1692
+ ]
1693
+
1694
+ [[package]]
1695
+ name = "redox_syscall"
1696
+ version = "0.2.16"
1697
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1698
+ checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
1699
+ dependencies = [
1700
+ "bitflags",
1701
+ ]
1702
+
1703
+ [[package]]
1704
+ name = "redox_users"
1705
+ version = "0.4.3"
1706
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1707
+ checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
1708
+ dependencies = [
1709
+ "getrandom",
1710
+ "redox_syscall",
1711
+ "thiserror",
1712
+ ]
1713
+
1714
+ [[package]]
1715
+ name = "regex"
1716
+ version = "1.7.1"
1717
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1718
+ checksum = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733"
1719
+ dependencies = [
1720
+ "aho-corasick",
1721
+ "memchr",
1722
+ "regex-syntax",
1723
+ ]
1724
+
1725
+ [[package]]
1726
+ name = "regex-syntax"
1727
+ version = "0.6.28"
1728
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1729
+ checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
1730
+
1731
+ [[package]]
1732
+ name = "remoteprocess"
1733
+ version = "0.4.11"
1734
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1735
+ checksum = "5a3ed67d3fade907d519c2edd07329a8f16296a64f91b6f3c35570769cf6b25d"
1736
+ dependencies = [
1737
+ "addr2line",
1738
+ "goblin",
1739
+ "lazy_static 1.4.0",
1740
+ "libc",
1741
+ "libproc",
1742
+ "log",
1743
+ "mach",
1744
+ "mach_o_sys",
1745
+ "memmap",
1746
+ "nix 0.25.1",
1747
+ "object",
1748
+ "proc-maps",
1749
+ "read-process-memory",
1750
+ "regex",
1751
+ "winapi",
1752
+ ]
1753
+
1754
+ [[package]]
1755
+ name = "remove_dir_all"
1756
+ version = "0.5.3"
1757
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1758
+ checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
1759
+ dependencies = [
1760
+ "winapi",
1761
+ ]
1762
+
1763
+ [[package]]
1764
+ name = "reqwest"
1765
+ version = "0.11.14"
1766
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1767
+ checksum = "21eed90ec8570952d53b772ecf8f206aa1ec9a3d76b2521c56c42973f2d91ee9"
1768
+ dependencies = [
1769
+ "base64",
1770
+ "bytes",
1771
+ "encoding_rs",
1772
+ "futures-core",
1773
+ "futures-util",
1774
+ "h2",
1775
+ "http",
1776
+ "http-body",
1777
+ "hyper",
1778
+ "hyper-rustls",
1779
+ "ipnet",
1780
+ "js-sys",
1781
+ "log",
1782
+ "mime",
1783
+ "once_cell",
1784
+ "percent-encoding",
1785
+ "pin-project-lite",
1786
+ "rustls",
1787
+ "rustls-pemfile",
1788
+ "serde",
1789
+ "serde_json",
1790
+ "serde_urlencoded",
1791
+ "tokio",
1792
+ "tokio-rustls",
1793
+ "tower-service",
1794
+ "url",
1795
+ "wasm-bindgen",
1796
+ "wasm-bindgen-futures",
1797
+ "web-sys",
1798
+ "webpki-roots",
1799
+ "winreg",
1800
+ ]
1801
+
1802
+ [[package]]
1803
+ name = "rgb"
1804
+ version = "0.8.35"
1805
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1806
+ checksum = "7495acf66551cdb696b7711408144bcd3194fc78e32f3a09e809bfe7dd4a7ce3"
1807
+ dependencies = [
1808
+ "bytemuck",
1809
+ ]
1810
+
1811
+ [[package]]
1812
+ name = "ring"
1813
+ version = "0.16.20"
1814
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1815
+ checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
1816
+ dependencies = [
1817
+ "cc",
1818
+ "libc",
1819
+ "once_cell",
1820
+ "spin",
1821
+ "untrusted",
1822
+ "web-sys",
1823
+ "winapi",
1824
+ ]
1825
+
1826
+ [[package]]
1827
+ name = "rle-decode-fast"
1828
+ version = "1.0.3"
1829
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1830
+ checksum = "3582f63211428f83597b51b2ddb88e2a91a9d52d12831f9d08f5e624e8977422"
1831
+
1832
+ [[package]]
1833
+ name = "rustc-demangle"
1834
+ version = "0.1.21"
1835
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1836
+ checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
1837
+
1838
+ [[package]]
1839
+ name = "rustc-hash"
1840
+ version = "1.1.0"
1841
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1842
+ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
1843
+
1844
+ [[package]]
1845
+ name = "rustc_version"
1846
+ version = "0.4.0"
1847
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1848
+ checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
1849
+ dependencies = [
1850
+ "semver",
1851
+ ]
1852
+
1853
+ [[package]]
1854
+ name = "rustix"
1855
+ version = "0.36.8"
1856
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1857
+ checksum = "f43abb88211988493c1abb44a70efa56ff0ce98f233b7b276146f1f3f7ba9644"
1858
+ dependencies = [
1859
+ "bitflags",
1860
+ "errno",
1861
+ "io-lifetimes",
1862
+ "libc",
1863
+ "linux-raw-sys",
1864
+ "windows-sys 0.45.0",
1865
+ ]
1866
+
1867
+ [[package]]
1868
+ name = "rustls"
1869
+ version = "0.20.8"
1870
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1871
+ checksum = "fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f"
1872
+ dependencies = [
1873
+ "log",
1874
+ "ring",
1875
+ "sct",
1876
+ "webpki",
1877
+ ]
1878
+
1879
+ [[package]]
1880
+ name = "rustls-pemfile"
1881
+ version = "1.0.2"
1882
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1883
+ checksum = "d194b56d58803a43635bdc398cd17e383d6f71f9182b9a192c127ca42494a59b"
1884
+ dependencies = [
1885
+ "base64",
1886
+ ]
1887
+
1888
+ [[package]]
1889
+ name = "ryu"
1890
+ version = "1.0.12"
1891
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1892
+ checksum = "7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde"
1893
+
1894
+ [[package]]
1895
+ name = "scopeguard"
1896
+ version = "1.1.0"
1897
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1898
+ checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
1899
+
1900
+ [[package]]
1901
+ name = "scratch"
1902
+ version = "1.0.3"
1903
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1904
+ checksum = "ddccb15bcce173023b3fedd9436f882a0739b8dfb45e4f6b6002bee5929f61b2"
1905
+
1906
+ [[package]]
1907
+ name = "scroll"
1908
+ version = "0.11.0"
1909
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1910
+ checksum = "04c565b551bafbef4157586fa379538366e4385d42082f255bfd96e4fe8519da"
1911
+ dependencies = [
1912
+ "scroll_derive",
1913
+ ]
1914
+
1915
+ [[package]]
1916
+ name = "scroll_derive"
1917
+ version = "0.11.0"
1918
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1919
+ checksum = "bdbda6ac5cd1321e724fa9cee216f3a61885889b896f073b8f82322789c5250e"
1920
+ dependencies = [
1921
+ "proc-macro2",
1922
+ "quote",
1923
+ "syn",
1924
+ ]
1925
+
1926
+ [[package]]
1927
+ name = "sct"
1928
+ version = "0.7.0"
1929
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1930
+ checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
1931
+ dependencies = [
1932
+ "ring",
1933
+ "untrusted",
1934
+ ]
1935
+
1936
+ [[package]]
1937
+ name = "semver"
1938
+ version = "1.0.16"
1939
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1940
+ checksum = "58bc9567378fc7690d6b2addae4e60ac2eeea07becb2c64b9f218b53865cba2a"
1941
+
1942
+ [[package]]
1943
+ name = "serde"
1944
+ version = "1.0.152"
1945
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1946
+ checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb"
1947
+ dependencies = [
1948
+ "serde_derive",
1949
+ ]
1950
+
1951
+ [[package]]
1952
+ name = "serde_derive"
1953
+ version = "1.0.152"
1954
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1955
+ checksum = "af487d118eecd09402d70a5d72551860e788df87b464af30e5ea6a38c75c541e"
1956
+ dependencies = [
1957
+ "proc-macro2",
1958
+ "quote",
1959
+ "syn",
1960
+ ]
1961
+
1962
+ [[package]]
1963
+ name = "serde_json"
1964
+ version = "1.0.93"
1965
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1966
+ checksum = "cad406b69c91885b5107daf2c29572f6c8cdb3c66826821e286c533490c0bc76"
1967
+ dependencies = [
1968
+ "itoa",
1969
+ "ryu",
1970
+ "serde",
1971
+ ]
1972
+
1973
+ [[package]]
1974
+ name = "serde_urlencoded"
1975
+ version = "0.7.1"
1976
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1977
+ checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
1978
+ dependencies = [
1979
+ "form_urlencoded",
1980
+ "itoa",
1981
+ "ryu",
1982
+ "serde",
1983
+ ]
1984
+
1985
+ [[package]]
1986
+ name = "shlex"
1987
+ version = "1.1.0"
1988
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1989
+ checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
1990
+
1991
+ [[package]]
1992
+ name = "slab"
1993
+ version = "0.4.7"
1994
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1995
+ checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"
1996
+ dependencies = [
1997
+ "autocfg",
1998
+ ]
1999
+
2000
+ [[package]]
2001
+ name = "smallvec"
2002
+ version = "1.10.0"
2003
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2004
+ checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
2005
+
2006
+ [[package]]
2007
+ name = "socket2"
2008
+ version = "0.4.7"
2009
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2010
+ checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd"
2011
+ dependencies = [
2012
+ "libc",
2013
+ "winapi",
2014
+ ]
2015
+
2016
+ [[package]]
2017
+ name = "spin"
2018
+ version = "0.5.2"
2019
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2020
+ checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
2021
+
2022
+ [[package]]
2023
+ name = "spinning"
2024
+ version = "0.1.0"
2025
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2026
+ checksum = "2d4f0e86297cad2658d92a707320d87bf4e6ae1050287f51d19b67ef3f153a7b"
2027
+ dependencies = [
2028
+ "lock_api",
2029
+ ]
2030
+
2031
+ [[package]]
2032
+ name = "spytools"
2033
+ version = "0.1.4"
2034
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2035
+ checksum = "c04c26ba0b990e198276595f99839a3233a95190d04beb23f9adc9b188dff695"
2036
+ dependencies = [
2037
+ "anyhow",
2038
+ "goblin",
2039
+ "lazy_static 1.4.0",
2040
+ "libc",
2041
+ "log",
2042
+ "memmap2",
2043
+ "proc-maps",
2044
+ "regex",
2045
+ "remoteprocess",
2046
+ ]
2047
+
2048
+ [[package]]
2049
+ name = "stable_deref_trait"
2050
+ version = "1.2.0"
2051
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2052
+ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
2053
+
2054
+ [[package]]
2055
+ name = "static_assertions"
2056
+ version = "1.1.0"
2057
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2058
+ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
2059
+
2060
+ [[package]]
2061
+ name = "str_stack"
2062
+ version = "0.1.0"
2063
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2064
+ checksum = "9091b6114800a5f2141aee1d1b9d6ca3592ac062dc5decb3764ec5895a47b4eb"
2065
+
2066
+ [[package]]
2067
+ name = "strsim"
2068
+ version = "0.8.0"
2069
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2070
+ checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
2071
+
2072
+ [[package]]
2073
+ name = "strsim"
2074
+ version = "0.10.0"
2075
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2076
+ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
2077
+
2078
+ [[package]]
2079
+ name = "syn"
2080
+ version = "1.0.107"
2081
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2082
+ checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5"
2083
+ dependencies = [
2084
+ "proc-macro2",
2085
+ "quote",
2086
+ "unicode-ident",
2087
+ ]
2088
+
2089
+ [[package]]
2090
+ name = "tempdir"
2091
+ version = "0.3.7"
2092
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2093
+ checksum = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8"
2094
+ dependencies = [
2095
+ "rand 0.4.6",
2096
+ "remove_dir_all",
2097
+ ]
2098
+
2099
+ [[package]]
2100
+ name = "tempfile"
2101
+ version = "3.3.0"
2102
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2103
+ checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
2104
+ dependencies = [
2105
+ "cfg-if",
2106
+ "fastrand",
2107
+ "libc",
2108
+ "redox_syscall",
2109
+ "remove_dir_all",
2110
+ "winapi",
2111
+ ]
2112
+
2113
+ [[package]]
2114
+ name = "term_size"
2115
+ version = "0.3.2"
2116
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2117
+ checksum = "1e4129646ca0ed8f45d09b929036bafad5377103edd06e50bf574b353d2b08d9"
2118
+ dependencies = [
2119
+ "libc",
2120
+ "winapi",
2121
+ ]
2122
+
2123
+ [[package]]
2124
+ name = "termcolor"
2125
+ version = "1.2.0"
2126
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2127
+ checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
2128
+ dependencies = [
2129
+ "winapi-util",
2130
+ ]
2131
+
2132
+ [[package]]
2133
+ name = "textwrap"
2134
+ version = "0.11.0"
2135
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2136
+ checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
2137
+ dependencies = [
2138
+ "unicode-width",
2139
+ ]
2140
+
2141
+ [[package]]
2142
+ name = "textwrap"
2143
+ version = "0.16.0"
2144
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2145
+ checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
2146
+
2147
+ [[package]]
2148
+ name = "thiserror"
2149
+ version = "1.0.38"
2150
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2151
+ checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0"
2152
+ dependencies = [
2153
+ "thiserror-impl",
2154
+ ]
2155
+
2156
+ [[package]]
2157
+ name = "thiserror-impl"
2158
+ version = "1.0.38"
2159
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2160
+ checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f"
2161
+ dependencies = [
2162
+ "proc-macro2",
2163
+ "quote",
2164
+ "syn",
2165
+ ]
2166
+
2167
+ [[package]]
2168
+ name = "time"
2169
+ version = "0.1.45"
2170
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2171
+ checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"
2172
+ dependencies = [
2173
+ "libc",
2174
+ "wasi 0.10.0+wasi-snapshot-preview1",
2175
+ "winapi",
2176
+ ]
2177
+
2178
+ [[package]]
2179
+ name = "tinyvec"
2180
+ version = "1.6.0"
2181
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2182
+ checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
2183
+ dependencies = [
2184
+ "tinyvec_macros",
2185
+ ]
2186
+
2187
+ [[package]]
2188
+ name = "tinyvec_macros"
2189
+ version = "0.1.1"
2190
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2191
+ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2192
+
2193
+ [[package]]
2194
+ name = "to_method"
2195
+ version = "1.1.0"
2196
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2197
+ checksum = "c7c4ceeeca15c8384bbc3e011dbd8fccb7f068a440b752b7d9b32ceb0ca0e2e8"
2198
+
2199
+ [[package]]
2200
+ name = "tokio"
2201
+ version = "1.25.0"
2202
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2203
+ checksum = "c8e00990ebabbe4c14c08aca901caed183ecd5c09562a12c824bb53d3c3fd3af"
2204
+ dependencies = [
2205
+ "autocfg",
2206
+ "bytes",
2207
+ "libc",
2208
+ "memchr",
2209
+ "mio",
2210
+ "num_cpus",
2211
+ "pin-project-lite",
2212
+ "socket2",
2213
+ "windows-sys 0.42.0",
2214
+ ]
2215
+
2216
+ [[package]]
2217
+ name = "tokio-rustls"
2218
+ version = "0.23.4"
2219
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2220
+ checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"
2221
+ dependencies = [
2222
+ "rustls",
2223
+ "tokio",
2224
+ "webpki",
2225
+ ]
2226
+
2227
+ [[package]]
2228
+ name = "tokio-util"
2229
+ version = "0.7.7"
2230
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2231
+ checksum = "5427d89453009325de0d8f342c9490009f76e999cb7672d77e46267448f7e6b2"
2232
+ dependencies = [
2233
+ "bytes",
2234
+ "futures-core",
2235
+ "futures-sink",
2236
+ "pin-project-lite",
2237
+ "tokio",
2238
+ "tracing",
2239
+ ]
2240
+
2241
+ [[package]]
2242
+ name = "toml"
2243
+ version = "0.5.11"
2244
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2245
+ checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
2246
+ dependencies = [
2247
+ "serde",
2248
+ ]
2249
+
2250
+ [[package]]
2251
+ name = "tower-service"
2252
+ version = "0.3.2"
2253
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2254
+ checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
2255
+
2256
+ [[package]]
2257
+ name = "tracing"
2258
+ version = "0.1.37"
2259
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2260
+ checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
2261
+ dependencies = [
2262
+ "cfg-if",
2263
+ "pin-project-lite",
2264
+ "tracing-core",
2265
+ ]
2266
+
2267
+ [[package]]
2268
+ name = "tracing-core"
2269
+ version = "0.1.30"
2270
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2271
+ checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
2272
+ dependencies = [
2273
+ "once_cell",
2274
+ ]
2275
+
2276
+ [[package]]
2277
+ name = "try-lock"
2278
+ version = "0.2.4"
2279
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2280
+ checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
2281
+
2282
+ [[package]]
2283
+ name = "unicode-bidi"
2284
+ version = "0.3.10"
2285
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2286
+ checksum = "d54675592c1dbefd78cbd98db9bacd89886e1ca50692a0692baefffdeb92dd58"
2287
+
2288
+ [[package]]
2289
+ name = "unicode-ident"
2290
+ version = "1.0.6"
2291
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2292
+ checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc"
2293
+
2294
+ [[package]]
2295
+ name = "unicode-normalization"
2296
+ version = "0.1.22"
2297
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2298
+ checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
2299
+ dependencies = [
2300
+ "tinyvec",
2301
+ ]
2302
+
2303
+ [[package]]
2304
+ name = "unicode-segmentation"
2305
+ version = "1.10.1"
2306
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2307
+ checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
2308
+
2309
+ [[package]]
2310
+ name = "unicode-width"
2311
+ version = "0.1.10"
2312
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2313
+ checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
2314
+
2315
+ [[package]]
2316
+ name = "untrusted"
2317
+ version = "0.7.1"
2318
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2319
+ checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
2320
+
2321
+ [[package]]
2322
+ name = "url"
2323
+ version = "2.3.1"
2324
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2325
+ checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
2326
+ dependencies = [
2327
+ "form_urlencoded",
2328
+ "idna",
2329
+ "percent-encoding",
2330
+ ]
2331
+
2332
+ [[package]]
2333
+ name = "vec_map"
2334
+ version = "0.8.2"
2335
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2336
+ checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
2337
+
2338
+ [[package]]
2339
+ name = "version_check"
2340
+ version = "0.9.4"
2341
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2342
+ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
2343
+
2344
+ [[package]]
2345
+ name = "virtue"
2346
+ version = "0.0.8"
2347
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2348
+ checksum = "7b60dcd6a64dd45abf9bd426970c9843726da7fc08f44cd6fcebf68c21220a63"
2349
+
2350
+ [[package]]
2351
+ name = "waker-fn"
2352
+ version = "1.1.0"
2353
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2354
+ checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
2355
+
2356
+ [[package]]
2357
+ name = "want"
2358
+ version = "0.3.0"
2359
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2360
+ checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
2361
+ dependencies = [
2362
+ "log",
2363
+ "try-lock",
2364
+ ]
2365
+
2366
+ [[package]]
2367
+ name = "wasi"
2368
+ version = "0.10.0+wasi-snapshot-preview1"
2369
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2370
+ checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
2371
+
2372
+ [[package]]
2373
+ name = "wasi"
2374
+ version = "0.11.0+wasi-snapshot-preview1"
2375
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2376
+ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2377
+
2378
+ [[package]]
2379
+ name = "wasm-bindgen"
2380
+ version = "0.2.84"
2381
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2382
+ checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b"
2383
+ dependencies = [
2384
+ "cfg-if",
2385
+ "wasm-bindgen-macro",
2386
+ ]
2387
+
2388
+ [[package]]
2389
+ name = "wasm-bindgen-backend"
2390
+ version = "0.2.84"
2391
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2392
+ checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9"
2393
+ dependencies = [
2394
+ "bumpalo",
2395
+ "log",
2396
+ "once_cell",
2397
+ "proc-macro2",
2398
+ "quote",
2399
+ "syn",
2400
+ "wasm-bindgen-shared",
2401
+ ]
2402
+
2403
+ [[package]]
2404
+ name = "wasm-bindgen-futures"
2405
+ version = "0.4.34"
2406
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2407
+ checksum = "f219e0d211ba40266969f6dbdd90636da12f75bee4fc9d6c23d1260dadb51454"
2408
+ dependencies = [
2409
+ "cfg-if",
2410
+ "js-sys",
2411
+ "wasm-bindgen",
2412
+ "web-sys",
2413
+ ]
2414
+
2415
+ [[package]]
2416
+ name = "wasm-bindgen-macro"
2417
+ version = "0.2.84"
2418
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2419
+ checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5"
2420
+ dependencies = [
2421
+ "quote",
2422
+ "wasm-bindgen-macro-support",
2423
+ ]
2424
+
2425
+ [[package]]
2426
+ name = "wasm-bindgen-macro-support"
2427
+ version = "0.2.84"
2428
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2429
+ checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6"
2430
+ dependencies = [
2431
+ "proc-macro2",
2432
+ "quote",
2433
+ "syn",
2434
+ "wasm-bindgen-backend",
2435
+ "wasm-bindgen-shared",
2436
+ ]
2437
+
2438
+ [[package]]
2439
+ name = "wasm-bindgen-shared"
2440
+ version = "0.2.84"
2441
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2442
+ checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d"
2443
+
2444
+ [[package]]
2445
+ name = "web-sys"
2446
+ version = "0.3.61"
2447
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2448
+ checksum = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97"
2449
+ dependencies = [
2450
+ "js-sys",
2451
+ "wasm-bindgen",
2452
+ ]
2453
+
2454
+ [[package]]
2455
+ name = "webpki"
2456
+ version = "0.22.0"
2457
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2458
+ checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"
2459
+ dependencies = [
2460
+ "ring",
2461
+ "untrusted",
2462
+ ]
2463
+
2464
+ [[package]]
2465
+ name = "webpki-roots"
2466
+ version = "0.22.6"
2467
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2468
+ checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
2469
+ dependencies = [
2470
+ "webpki",
2471
+ ]
2472
+
2473
+ [[package]]
2474
+ name = "which"
2475
+ version = "4.4.0"
2476
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2477
+ checksum = "2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269"
2478
+ dependencies = [
2479
+ "either",
2480
+ "libc",
2481
+ "once_cell",
2482
+ ]
2483
+
2484
+ [[package]]
2485
+ name = "winapi"
2486
+ version = "0.3.9"
2487
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2488
+ checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2489
+ dependencies = [
2490
+ "winapi-i686-pc-windows-gnu",
2491
+ "winapi-x86_64-pc-windows-gnu",
2492
+ ]
2493
+
2494
+ [[package]]
2495
+ name = "winapi-i686-pc-windows-gnu"
2496
+ version = "0.4.0"
2497
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2498
+ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2499
+
2500
+ [[package]]
2501
+ name = "winapi-util"
2502
+ version = "0.1.5"
2503
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2504
+ checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
2505
+ dependencies = [
2506
+ "winapi",
2507
+ ]
2508
+
2509
+ [[package]]
2510
+ name = "winapi-x86_64-pc-windows-gnu"
2511
+ version = "0.4.0"
2512
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2513
+ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2514
+
2515
+ [[package]]
2516
+ name = "windows-sys"
2517
+ version = "0.42.0"
2518
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2519
+ checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
2520
+ dependencies = [
2521
+ "windows_aarch64_gnullvm",
2522
+ "windows_aarch64_msvc",
2523
+ "windows_i686_gnu",
2524
+ "windows_i686_msvc",
2525
+ "windows_x86_64_gnu",
2526
+ "windows_x86_64_gnullvm",
2527
+ "windows_x86_64_msvc",
2528
+ ]
2529
+
2530
+ [[package]]
2531
+ name = "windows-sys"
2532
+ version = "0.45.0"
2533
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2534
+ checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
2535
+ dependencies = [
2536
+ "windows-targets",
2537
+ ]
2538
+
2539
+ [[package]]
2540
+ name = "windows-targets"
2541
+ version = "0.42.1"
2542
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2543
+ checksum = "8e2522491fbfcd58cc84d47aeb2958948c4b8982e9a2d8a2a35bbaed431390e7"
2544
+ dependencies = [
2545
+ "windows_aarch64_gnullvm",
2546
+ "windows_aarch64_msvc",
2547
+ "windows_i686_gnu",
2548
+ "windows_i686_msvc",
2549
+ "windows_x86_64_gnu",
2550
+ "windows_x86_64_gnullvm",
2551
+ "windows_x86_64_msvc",
2552
+ ]
2553
+
2554
+ [[package]]
2555
+ name = "windows_aarch64_gnullvm"
2556
+ version = "0.42.1"
2557
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2558
+ checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608"
2559
+
2560
+ [[package]]
2561
+ name = "windows_aarch64_msvc"
2562
+ version = "0.42.1"
2563
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2564
+ checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7"
2565
+
2566
+ [[package]]
2567
+ name = "windows_i686_gnu"
2568
+ version = "0.42.1"
2569
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2570
+ checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640"
2571
+
2572
+ [[package]]
2573
+ name = "windows_i686_msvc"
2574
+ version = "0.42.1"
2575
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2576
+ checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605"
2577
+
2578
+ [[package]]
2579
+ name = "windows_x86_64_gnu"
2580
+ version = "0.42.1"
2581
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2582
+ checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45"
2583
+
2584
+ [[package]]
2585
+ name = "windows_x86_64_gnullvm"
2586
+ version = "0.42.1"
2587
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2588
+ checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463"
2589
+
2590
+ [[package]]
2591
+ name = "windows_x86_64_msvc"
2592
+ version = "0.42.1"
2593
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2594
+ checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd"
2595
+
2596
+ [[package]]
2597
+ name = "winreg"
2598
+ version = "0.10.1"
2599
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2600
+ checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
2601
+ dependencies = [
2602
+ "winapi",
2603
+ ]