pyroscope 0.5.10 → 0.5.11

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