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