pyroscope 0.5.9-x86_64-darwin → 0.5.11-x86_64-darwin

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