pyroscope 0.5.1-x86_64-darwin → 0.5.2-x86_64-darwin

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