enveloperb 0.0.0.1.ENOTAG-x86_64-darwin

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,1733 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 3
4
+
5
+ [[package]]
6
+ name = "aead"
7
+ version = "0.4.3"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "0b613b8e1e3cf911a086f53f03bf286f52fd7a7258e4fa606f0ef220d39d8877"
10
+ dependencies = [
11
+ "generic-array",
12
+ ]
13
+
14
+ [[package]]
15
+ name = "aes"
16
+ version = "0.7.5"
17
+ source = "registry+https://github.com/rust-lang/crates.io-index"
18
+ checksum = "9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8"
19
+ dependencies = [
20
+ "cfg-if",
21
+ "cipher",
22
+ "cpufeatures",
23
+ "opaque-debug",
24
+ ]
25
+
26
+ [[package]]
27
+ name = "aes-gcm"
28
+ version = "0.9.4"
29
+ source = "registry+https://github.com/rust-lang/crates.io-index"
30
+ checksum = "df5f85a83a7d8b0442b6aa7b504b8212c1733da07b98aae43d4bc21b2cb3cdf6"
31
+ dependencies = [
32
+ "aead",
33
+ "aes",
34
+ "cipher",
35
+ "ctr",
36
+ "ghash",
37
+ "subtle",
38
+ ]
39
+
40
+ [[package]]
41
+ name = "aho-corasick"
42
+ version = "0.7.18"
43
+ source = "registry+https://github.com/rust-lang/crates.io-index"
44
+ checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
45
+ dependencies = [
46
+ "memchr",
47
+ ]
48
+
49
+ [[package]]
50
+ name = "ansi_term"
51
+ version = "0.12.1"
52
+ source = "registry+https://github.com/rust-lang/crates.io-index"
53
+ checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
54
+ dependencies = [
55
+ "winapi",
56
+ ]
57
+
58
+ [[package]]
59
+ name = "async-trait"
60
+ version = "0.1.53"
61
+ source = "registry+https://github.com/rust-lang/crates.io-index"
62
+ checksum = "ed6aa3524a2dfcf9fe180c51eae2b58738348d819517ceadf95789c51fff7600"
63
+ dependencies = [
64
+ "proc-macro2",
65
+ "quote",
66
+ "syn",
67
+ ]
68
+
69
+ [[package]]
70
+ name = "atty"
71
+ version = "0.2.14"
72
+ source = "registry+https://github.com/rust-lang/crates.io-index"
73
+ checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
74
+ dependencies = [
75
+ "hermit-abi",
76
+ "libc",
77
+ "winapi",
78
+ ]
79
+
80
+ [[package]]
81
+ name = "autocfg"
82
+ version = "1.1.0"
83
+ source = "registry+https://github.com/rust-lang/crates.io-index"
84
+ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
85
+
86
+ [[package]]
87
+ name = "aws-config"
88
+ version = "0.10.1"
89
+ source = "registry+https://github.com/rust-lang/crates.io-index"
90
+ checksum = "d77fa6e51f756ca6a0b1732e2cffde895d1e967e595c444e1a4e11aac92437dd"
91
+ dependencies = [
92
+ "aws-http",
93
+ "aws-sdk-sso",
94
+ "aws-sdk-sts",
95
+ "aws-smithy-async",
96
+ "aws-smithy-client",
97
+ "aws-smithy-http",
98
+ "aws-smithy-http-tower",
99
+ "aws-smithy-json",
100
+ "aws-smithy-types",
101
+ "aws-types",
102
+ "bytes",
103
+ "hex",
104
+ "http",
105
+ "hyper",
106
+ "ring",
107
+ "tokio",
108
+ "tower",
109
+ "tracing",
110
+ "zeroize",
111
+ ]
112
+
113
+ [[package]]
114
+ name = "aws-endpoint"
115
+ version = "0.10.1"
116
+ source = "registry+https://github.com/rust-lang/crates.io-index"
117
+ checksum = "fb9486b31d996a309594b3491ae752dbe807d1d13731f5718d37a2ccfe4bdf11"
118
+ dependencies = [
119
+ "aws-smithy-http",
120
+ "aws-types",
121
+ "http",
122
+ "regex",
123
+ "tracing",
124
+ ]
125
+
126
+ [[package]]
127
+ name = "aws-http"
128
+ version = "0.10.1"
129
+ source = "registry+https://github.com/rust-lang/crates.io-index"
130
+ checksum = "43b0c6a0938ee38f5f7659d8b175d151f75cf64f856bbde2f1aabb4d3d6f79be"
131
+ dependencies = [
132
+ "aws-smithy-http",
133
+ "aws-smithy-types",
134
+ "aws-types",
135
+ "http",
136
+ "lazy_static 1.4.0",
137
+ "percent-encoding",
138
+ "tracing",
139
+ ]
140
+
141
+ [[package]]
142
+ name = "aws-sdk-kms"
143
+ version = "0.10.1"
144
+ source = "registry+https://github.com/rust-lang/crates.io-index"
145
+ checksum = "01f73b4b28a68a21322082c581b40b88d243203b58e680ad6eca742158efdf4d"
146
+ dependencies = [
147
+ "aws-endpoint",
148
+ "aws-http",
149
+ "aws-sig-auth",
150
+ "aws-smithy-async",
151
+ "aws-smithy-client",
152
+ "aws-smithy-http",
153
+ "aws-smithy-http-tower",
154
+ "aws-smithy-json",
155
+ "aws-smithy-types",
156
+ "aws-types",
157
+ "bytes",
158
+ "http",
159
+ "tokio-stream",
160
+ "tower",
161
+ ]
162
+
163
+ [[package]]
164
+ name = "aws-sdk-sso"
165
+ version = "0.10.1"
166
+ source = "registry+https://github.com/rust-lang/crates.io-index"
167
+ checksum = "0c446f905f10fe8306186eac98eb6304366c2db0310ceeb0d441769a264bf0fa"
168
+ dependencies = [
169
+ "aws-endpoint",
170
+ "aws-http",
171
+ "aws-sig-auth",
172
+ "aws-smithy-async",
173
+ "aws-smithy-client",
174
+ "aws-smithy-http",
175
+ "aws-smithy-http-tower",
176
+ "aws-smithy-json",
177
+ "aws-smithy-types",
178
+ "aws-types",
179
+ "bytes",
180
+ "http",
181
+ "tokio-stream",
182
+ "tower",
183
+ ]
184
+
185
+ [[package]]
186
+ name = "aws-sdk-sts"
187
+ version = "0.10.1"
188
+ source = "registry+https://github.com/rust-lang/crates.io-index"
189
+ checksum = "6b41d5d00307f0c5a2195ee0f11bb9414e5e88b9a8cbced191b0c04196c3f0da"
190
+ dependencies = [
191
+ "aws-endpoint",
192
+ "aws-http",
193
+ "aws-sig-auth",
194
+ "aws-smithy-async",
195
+ "aws-smithy-client",
196
+ "aws-smithy-http",
197
+ "aws-smithy-http-tower",
198
+ "aws-smithy-query",
199
+ "aws-smithy-types",
200
+ "aws-smithy-xml",
201
+ "aws-types",
202
+ "bytes",
203
+ "http",
204
+ "tower",
205
+ ]
206
+
207
+ [[package]]
208
+ name = "aws-sig-auth"
209
+ version = "0.10.1"
210
+ source = "registry+https://github.com/rust-lang/crates.io-index"
211
+ checksum = "b6c2bd9951d37869431a9c21c5e2319baaf549f41045e8eb891fb3de5bde3ec7"
212
+ dependencies = [
213
+ "aws-sigv4",
214
+ "aws-smithy-http",
215
+ "aws-types",
216
+ "http",
217
+ "thiserror",
218
+ "tracing",
219
+ ]
220
+
221
+ [[package]]
222
+ name = "aws-sigv4"
223
+ version = "0.10.1"
224
+ source = "registry+https://github.com/rust-lang/crates.io-index"
225
+ checksum = "bcfa45ad4f4d00e7d4f770c6f760ffde6b1fb409ed30e0577361f00d903a0895"
226
+ dependencies = [
227
+ "aws-smithy-http",
228
+ "form_urlencoded",
229
+ "hex",
230
+ "http",
231
+ "once_cell",
232
+ "percent-encoding",
233
+ "regex",
234
+ "ring",
235
+ "time",
236
+ "tracing",
237
+ ]
238
+
239
+ [[package]]
240
+ name = "aws-smithy-async"
241
+ version = "0.40.2"
242
+ source = "registry+https://github.com/rust-lang/crates.io-index"
243
+ checksum = "235f5e604c23992ca08892d0762bc1be9c166912f109597ec80220dd698277ff"
244
+ dependencies = [
245
+ "futures-util",
246
+ "pin-project-lite",
247
+ "tokio",
248
+ "tokio-stream",
249
+ ]
250
+
251
+ [[package]]
252
+ name = "aws-smithy-client"
253
+ version = "0.40.2"
254
+ source = "registry+https://github.com/rust-lang/crates.io-index"
255
+ checksum = "666694cbd62dd2892ddfdcb8f3b416b0425705ec0f0114d76ddd50c9c16be948"
256
+ dependencies = [
257
+ "aws-smithy-async",
258
+ "aws-smithy-http",
259
+ "aws-smithy-http-tower",
260
+ "aws-smithy-types",
261
+ "bytes",
262
+ "fastrand",
263
+ "http",
264
+ "http-body",
265
+ "hyper",
266
+ "hyper-rustls",
267
+ "lazy_static 1.4.0",
268
+ "pin-project",
269
+ "pin-project-lite",
270
+ "tokio",
271
+ "tower",
272
+ "tracing",
273
+ ]
274
+
275
+ [[package]]
276
+ name = "aws-smithy-http"
277
+ version = "0.40.2"
278
+ source = "registry+https://github.com/rust-lang/crates.io-index"
279
+ checksum = "a06512ad2d8e80dcddb67859ed482ff433e2a2769228b980c1403d2cb069e365"
280
+ dependencies = [
281
+ "aws-smithy-types",
282
+ "bytes",
283
+ "bytes-utils",
284
+ "futures-core",
285
+ "http",
286
+ "http-body",
287
+ "hyper",
288
+ "once_cell",
289
+ "percent-encoding",
290
+ "pin-project",
291
+ "tokio",
292
+ "tokio-util 0.6.9",
293
+ "tracing",
294
+ ]
295
+
296
+ [[package]]
297
+ name = "aws-smithy-http-tower"
298
+ version = "0.40.2"
299
+ source = "registry+https://github.com/rust-lang/crates.io-index"
300
+ checksum = "61cc242962fc624a942cd9d9341007f3a28d94d72ba4eaed82754126e19c7327"
301
+ dependencies = [
302
+ "aws-smithy-http",
303
+ "bytes",
304
+ "http",
305
+ "http-body",
306
+ "pin-project",
307
+ "tower",
308
+ "tracing",
309
+ ]
310
+
311
+ [[package]]
312
+ name = "aws-smithy-json"
313
+ version = "0.40.2"
314
+ source = "registry+https://github.com/rust-lang/crates.io-index"
315
+ checksum = "cfb575dc48946d75a55a28137fce1ae2b94fd75b82ddad7d67760b0613a08068"
316
+ dependencies = [
317
+ "aws-smithy-types",
318
+ ]
319
+
320
+ [[package]]
321
+ name = "aws-smithy-query"
322
+ version = "0.40.2"
323
+ source = "registry+https://github.com/rust-lang/crates.io-index"
324
+ checksum = "5d1f71d4f1c9f2cb0aded4d27c9dc5d55f5398372e0e19a9d489b80ab0bcdb80"
325
+ dependencies = [
326
+ "aws-smithy-types",
327
+ "urlencoding",
328
+ ]
329
+
330
+ [[package]]
331
+ name = "aws-smithy-types"
332
+ version = "0.40.2"
333
+ source = "registry+https://github.com/rust-lang/crates.io-index"
334
+ checksum = "540e9d7f6d9655b17d2a794b0a54322359754fea3357a60f6d9c7cf1bc7ff0f2"
335
+ dependencies = [
336
+ "itoa",
337
+ "num-integer",
338
+ "ryu",
339
+ "time",
340
+ ]
341
+
342
+ [[package]]
343
+ name = "aws-smithy-xml"
344
+ version = "0.40.2"
345
+ source = "registry+https://github.com/rust-lang/crates.io-index"
346
+ checksum = "c431df835bfa2cce08535bb8735a9a8b2fc0fed7c52ed16506c9c430dc18aa7e"
347
+ dependencies = [
348
+ "thiserror",
349
+ "xmlparser",
350
+ ]
351
+
352
+ [[package]]
353
+ name = "aws-types"
354
+ version = "0.10.1"
355
+ source = "registry+https://github.com/rust-lang/crates.io-index"
356
+ checksum = "25a1ae75d090d4cd44b2fe1d2de1783ff8665f2f0e3957f5e99c1a5760a77a0a"
357
+ dependencies = [
358
+ "aws-smithy-async",
359
+ "aws-smithy-client",
360
+ "aws-smithy-http",
361
+ "aws-smithy-types",
362
+ "http",
363
+ "rustc_version",
364
+ "tracing",
365
+ "zeroize",
366
+ ]
367
+
368
+ [[package]]
369
+ name = "base64"
370
+ version = "0.13.0"
371
+ source = "registry+https://github.com/rust-lang/crates.io-index"
372
+ checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
373
+
374
+ [[package]]
375
+ name = "bindgen"
376
+ version = "0.59.2"
377
+ source = "registry+https://github.com/rust-lang/crates.io-index"
378
+ checksum = "2bd2a9a458e8f4304c52c43ebb0cfbd520289f8379a52e329a38afda99bf8eb8"
379
+ dependencies = [
380
+ "bitflags",
381
+ "cexpr",
382
+ "clang-sys",
383
+ "clap",
384
+ "env_logger",
385
+ "lazy_static 1.4.0",
386
+ "lazycell",
387
+ "log",
388
+ "peeking_take_while",
389
+ "proc-macro2",
390
+ "quote",
391
+ "regex",
392
+ "rustc-hash",
393
+ "shlex",
394
+ "which",
395
+ ]
396
+
397
+ [[package]]
398
+ name = "bitflags"
399
+ version = "1.3.2"
400
+ source = "registry+https://github.com/rust-lang/crates.io-index"
401
+ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
402
+
403
+ [[package]]
404
+ name = "bumpalo"
405
+ version = "3.9.1"
406
+ source = "registry+https://github.com/rust-lang/crates.io-index"
407
+ checksum = "a4a45a46ab1f2412e53d3a0ade76ffad2025804294569aae387231a0cd6e0899"
408
+
409
+ [[package]]
410
+ name = "bytes"
411
+ version = "1.1.0"
412
+ source = "registry+https://github.com/rust-lang/crates.io-index"
413
+ checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
414
+
415
+ [[package]]
416
+ name = "bytes-utils"
417
+ version = "0.1.2"
418
+ source = "registry+https://github.com/rust-lang/crates.io-index"
419
+ checksum = "1934a3ef9cac8efde4966a92781e77713e1ba329f1d42e446c7d7eba340d8ef1"
420
+ dependencies = [
421
+ "bytes",
422
+ "either",
423
+ ]
424
+
425
+ [[package]]
426
+ name = "cc"
427
+ version = "1.0.73"
428
+ source = "registry+https://github.com/rust-lang/crates.io-index"
429
+ checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
430
+
431
+ [[package]]
432
+ name = "cexpr"
433
+ version = "0.6.0"
434
+ source = "registry+https://github.com/rust-lang/crates.io-index"
435
+ checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
436
+ dependencies = [
437
+ "nom",
438
+ ]
439
+
440
+ [[package]]
441
+ name = "cfg-if"
442
+ version = "1.0.0"
443
+ source = "registry+https://github.com/rust-lang/crates.io-index"
444
+ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
445
+
446
+ [[package]]
447
+ name = "cipher"
448
+ version = "0.3.0"
449
+ source = "registry+https://github.com/rust-lang/crates.io-index"
450
+ checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"
451
+ dependencies = [
452
+ "generic-array",
453
+ ]
454
+
455
+ [[package]]
456
+ name = "clang-sys"
457
+ version = "1.3.1"
458
+ source = "registry+https://github.com/rust-lang/crates.io-index"
459
+ checksum = "4cc00842eed744b858222c4c9faf7243aafc6d33f92f96935263ef4d8a41ce21"
460
+ dependencies = [
461
+ "glob",
462
+ "libc",
463
+ "libloading",
464
+ ]
465
+
466
+ [[package]]
467
+ name = "clap"
468
+ version = "2.34.0"
469
+ source = "registry+https://github.com/rust-lang/crates.io-index"
470
+ checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
471
+ dependencies = [
472
+ "ansi_term",
473
+ "atty",
474
+ "bitflags",
475
+ "strsim",
476
+ "textwrap",
477
+ "unicode-width",
478
+ "vec_map",
479
+ ]
480
+
481
+ [[package]]
482
+ name = "core-foundation"
483
+ version = "0.9.3"
484
+ source = "registry+https://github.com/rust-lang/crates.io-index"
485
+ checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
486
+ dependencies = [
487
+ "core-foundation-sys",
488
+ "libc",
489
+ ]
490
+
491
+ [[package]]
492
+ name = "core-foundation-sys"
493
+ version = "0.8.3"
494
+ source = "registry+https://github.com/rust-lang/crates.io-index"
495
+ checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
496
+
497
+ [[package]]
498
+ name = "cpufeatures"
499
+ version = "0.2.2"
500
+ source = "registry+https://github.com/rust-lang/crates.io-index"
501
+ checksum = "59a6001667ab124aebae2a495118e11d30984c3a653e99d86d58971708cf5e4b"
502
+ dependencies = [
503
+ "libc",
504
+ ]
505
+
506
+ [[package]]
507
+ name = "ct-logs"
508
+ version = "0.8.0"
509
+ source = "registry+https://github.com/rust-lang/crates.io-index"
510
+ checksum = "c1a816186fa68d9e426e3cb4ae4dff1fcd8e4a2c34b781bf7a822574a0d0aac8"
511
+ dependencies = [
512
+ "sct",
513
+ ]
514
+
515
+ [[package]]
516
+ name = "ctr"
517
+ version = "0.8.0"
518
+ source = "registry+https://github.com/rust-lang/crates.io-index"
519
+ checksum = "049bb91fb4aaf0e3c7efa6cd5ef877dbbbd15b39dad06d9948de4ec8a75761ea"
520
+ dependencies = [
521
+ "cipher",
522
+ ]
523
+
524
+ [[package]]
525
+ name = "either"
526
+ version = "1.6.1"
527
+ source = "registry+https://github.com/rust-lang/crates.io-index"
528
+ checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
529
+
530
+ [[package]]
531
+ name = "env_logger"
532
+ version = "0.9.0"
533
+ source = "registry+https://github.com/rust-lang/crates.io-index"
534
+ checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"
535
+ dependencies = [
536
+ "atty",
537
+ "humantime",
538
+ "log",
539
+ "regex",
540
+ "termcolor",
541
+ ]
542
+
543
+ [[package]]
544
+ name = "enveloperb"
545
+ version = "0.0.0"
546
+ dependencies = [
547
+ "aws-config",
548
+ "aws-sdk-kms",
549
+ "aws-types",
550
+ "envelopers",
551
+ "lazy_static 0.2.11",
552
+ "rb-sys",
553
+ "rutie",
554
+ "tokio",
555
+ ]
556
+
557
+ [[package]]
558
+ name = "envelopers"
559
+ version = "0.1.2"
560
+ source = "registry+https://github.com/rust-lang/crates.io-index"
561
+ checksum = "1e015ae6b5a2ce41dc75155fd8e200d33a07d6627c6969c5e60e1e5ade18ed34"
562
+ dependencies = [
563
+ "aes-gcm",
564
+ "async-trait",
565
+ "aws-sdk-kms",
566
+ "rand",
567
+ "rand_chacha",
568
+ "serde",
569
+ "serde_cbor",
570
+ "thiserror",
571
+ ]
572
+
573
+ [[package]]
574
+ name = "fastrand"
575
+ version = "1.7.0"
576
+ source = "registry+https://github.com/rust-lang/crates.io-index"
577
+ checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"
578
+ dependencies = [
579
+ "instant",
580
+ ]
581
+
582
+ [[package]]
583
+ name = "fnv"
584
+ version = "1.0.7"
585
+ source = "registry+https://github.com/rust-lang/crates.io-index"
586
+ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
587
+
588
+ [[package]]
589
+ name = "form_urlencoded"
590
+ version = "1.0.1"
591
+ source = "registry+https://github.com/rust-lang/crates.io-index"
592
+ checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
593
+ dependencies = [
594
+ "matches",
595
+ "percent-encoding",
596
+ ]
597
+
598
+ [[package]]
599
+ name = "futures-channel"
600
+ version = "0.3.21"
601
+ source = "registry+https://github.com/rust-lang/crates.io-index"
602
+ checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010"
603
+ dependencies = [
604
+ "futures-core",
605
+ ]
606
+
607
+ [[package]]
608
+ name = "futures-core"
609
+ version = "0.3.21"
610
+ source = "registry+https://github.com/rust-lang/crates.io-index"
611
+ checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"
612
+
613
+ [[package]]
614
+ name = "futures-macro"
615
+ version = "0.3.21"
616
+ source = "registry+https://github.com/rust-lang/crates.io-index"
617
+ checksum = "33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512"
618
+ dependencies = [
619
+ "proc-macro2",
620
+ "quote",
621
+ "syn",
622
+ ]
623
+
624
+ [[package]]
625
+ name = "futures-sink"
626
+ version = "0.3.21"
627
+ source = "registry+https://github.com/rust-lang/crates.io-index"
628
+ checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868"
629
+
630
+ [[package]]
631
+ name = "futures-task"
632
+ version = "0.3.21"
633
+ source = "registry+https://github.com/rust-lang/crates.io-index"
634
+ checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"
635
+
636
+ [[package]]
637
+ name = "futures-util"
638
+ version = "0.3.21"
639
+ source = "registry+https://github.com/rust-lang/crates.io-index"
640
+ checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"
641
+ dependencies = [
642
+ "futures-core",
643
+ "futures-macro",
644
+ "futures-task",
645
+ "pin-project-lite",
646
+ "pin-utils",
647
+ "slab",
648
+ ]
649
+
650
+ [[package]]
651
+ name = "generic-array"
652
+ version = "0.14.5"
653
+ source = "registry+https://github.com/rust-lang/crates.io-index"
654
+ checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"
655
+ dependencies = [
656
+ "typenum",
657
+ "version_check",
658
+ ]
659
+
660
+ [[package]]
661
+ name = "getrandom"
662
+ version = "0.2.6"
663
+ source = "registry+https://github.com/rust-lang/crates.io-index"
664
+ checksum = "9be70c98951c83b8d2f8f60d7065fa6d5146873094452a1008da8c2f1e4205ad"
665
+ dependencies = [
666
+ "cfg-if",
667
+ "libc",
668
+ "wasi 0.10.2+wasi-snapshot-preview1",
669
+ ]
670
+
671
+ [[package]]
672
+ name = "ghash"
673
+ version = "0.4.4"
674
+ source = "registry+https://github.com/rust-lang/crates.io-index"
675
+ checksum = "1583cc1656d7839fd3732b80cf4f38850336cdb9b8ded1cd399ca62958de3c99"
676
+ dependencies = [
677
+ "opaque-debug",
678
+ "polyval",
679
+ ]
680
+
681
+ [[package]]
682
+ name = "glob"
683
+ version = "0.3.0"
684
+ source = "registry+https://github.com/rust-lang/crates.io-index"
685
+ checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
686
+
687
+ [[package]]
688
+ name = "h2"
689
+ version = "0.3.13"
690
+ source = "registry+https://github.com/rust-lang/crates.io-index"
691
+ checksum = "37a82c6d637fc9515a4694bbf1cb2457b79d81ce52b3108bdeea58b07dd34a57"
692
+ dependencies = [
693
+ "bytes",
694
+ "fnv",
695
+ "futures-core",
696
+ "futures-sink",
697
+ "futures-util",
698
+ "http",
699
+ "indexmap",
700
+ "slab",
701
+ "tokio",
702
+ "tokio-util 0.7.1",
703
+ "tracing",
704
+ ]
705
+
706
+ [[package]]
707
+ name = "half"
708
+ version = "1.8.2"
709
+ source = "registry+https://github.com/rust-lang/crates.io-index"
710
+ checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7"
711
+
712
+ [[package]]
713
+ name = "hashbrown"
714
+ version = "0.11.2"
715
+ source = "registry+https://github.com/rust-lang/crates.io-index"
716
+ checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
717
+
718
+ [[package]]
719
+ name = "hermit-abi"
720
+ version = "0.1.19"
721
+ source = "registry+https://github.com/rust-lang/crates.io-index"
722
+ checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
723
+ dependencies = [
724
+ "libc",
725
+ ]
726
+
727
+ [[package]]
728
+ name = "hex"
729
+ version = "0.4.3"
730
+ source = "registry+https://github.com/rust-lang/crates.io-index"
731
+ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
732
+
733
+ [[package]]
734
+ name = "http"
735
+ version = "0.2.6"
736
+ source = "registry+https://github.com/rust-lang/crates.io-index"
737
+ checksum = "31f4c6746584866f0feabcc69893c5b51beef3831656a968ed7ae254cdc4fd03"
738
+ dependencies = [
739
+ "bytes",
740
+ "fnv",
741
+ "itoa",
742
+ ]
743
+
744
+ [[package]]
745
+ name = "http-body"
746
+ version = "0.4.4"
747
+ source = "registry+https://github.com/rust-lang/crates.io-index"
748
+ checksum = "1ff4f84919677303da5f147645dbea6b1881f368d03ac84e1dc09031ebd7b2c6"
749
+ dependencies = [
750
+ "bytes",
751
+ "http",
752
+ "pin-project-lite",
753
+ ]
754
+
755
+ [[package]]
756
+ name = "httparse"
757
+ version = "1.7.0"
758
+ source = "registry+https://github.com/rust-lang/crates.io-index"
759
+ checksum = "6330e8a36bd8c859f3fa6d9382911fbb7147ec39807f63b923933a247240b9ba"
760
+
761
+ [[package]]
762
+ name = "httpdate"
763
+ version = "1.0.2"
764
+ source = "registry+https://github.com/rust-lang/crates.io-index"
765
+ checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
766
+
767
+ [[package]]
768
+ name = "humantime"
769
+ version = "2.1.0"
770
+ source = "registry+https://github.com/rust-lang/crates.io-index"
771
+ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
772
+
773
+ [[package]]
774
+ name = "hyper"
775
+ version = "0.14.18"
776
+ source = "registry+https://github.com/rust-lang/crates.io-index"
777
+ checksum = "b26ae0a80afebe130861d90abf98e3814a4f28a4c6ffeb5ab8ebb2be311e0ef2"
778
+ dependencies = [
779
+ "bytes",
780
+ "futures-channel",
781
+ "futures-core",
782
+ "futures-util",
783
+ "h2",
784
+ "http",
785
+ "http-body",
786
+ "httparse",
787
+ "httpdate",
788
+ "itoa",
789
+ "pin-project-lite",
790
+ "socket2",
791
+ "tokio",
792
+ "tower-service",
793
+ "tracing",
794
+ "want",
795
+ ]
796
+
797
+ [[package]]
798
+ name = "hyper-rustls"
799
+ version = "0.22.1"
800
+ source = "registry+https://github.com/rust-lang/crates.io-index"
801
+ checksum = "5f9f7a97316d44c0af9b0301e65010573a853a9fc97046d7331d7f6bc0fd5a64"
802
+ dependencies = [
803
+ "ct-logs",
804
+ "futures-util",
805
+ "hyper",
806
+ "log",
807
+ "rustls",
808
+ "rustls-native-certs",
809
+ "tokio",
810
+ "tokio-rustls",
811
+ "webpki",
812
+ ]
813
+
814
+ [[package]]
815
+ name = "indexmap"
816
+ version = "1.8.1"
817
+ source = "registry+https://github.com/rust-lang/crates.io-index"
818
+ checksum = "0f647032dfaa1f8b6dc29bd3edb7bbef4861b8b8007ebb118d6db284fd59f6ee"
819
+ dependencies = [
820
+ "autocfg",
821
+ "hashbrown",
822
+ ]
823
+
824
+ [[package]]
825
+ name = "instant"
826
+ version = "0.1.12"
827
+ source = "registry+https://github.com/rust-lang/crates.io-index"
828
+ checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
829
+ dependencies = [
830
+ "cfg-if",
831
+ ]
832
+
833
+ [[package]]
834
+ name = "itoa"
835
+ version = "1.0.1"
836
+ source = "registry+https://github.com/rust-lang/crates.io-index"
837
+ checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"
838
+
839
+ [[package]]
840
+ name = "js-sys"
841
+ version = "0.3.57"
842
+ source = "registry+https://github.com/rust-lang/crates.io-index"
843
+ checksum = "671a26f820db17c2a2750743f1dd03bafd15b98c9f30c7c2628c024c05d73397"
844
+ dependencies = [
845
+ "wasm-bindgen",
846
+ ]
847
+
848
+ [[package]]
849
+ name = "lazy_static"
850
+ version = "0.2.11"
851
+ source = "registry+https://github.com/rust-lang/crates.io-index"
852
+ checksum = "76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73"
853
+
854
+ [[package]]
855
+ name = "lazy_static"
856
+ version = "1.4.0"
857
+ source = "registry+https://github.com/rust-lang/crates.io-index"
858
+ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
859
+
860
+ [[package]]
861
+ name = "lazycell"
862
+ version = "1.3.0"
863
+ source = "registry+https://github.com/rust-lang/crates.io-index"
864
+ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
865
+
866
+ [[package]]
867
+ name = "libc"
868
+ version = "0.2.121"
869
+ source = "registry+https://github.com/rust-lang/crates.io-index"
870
+ checksum = "efaa7b300f3b5fe8eb6bf21ce3895e1751d9665086af2d64b42f19701015ff4f"
871
+
872
+ [[package]]
873
+ name = "libloading"
874
+ version = "0.7.3"
875
+ source = "registry+https://github.com/rust-lang/crates.io-index"
876
+ checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd"
877
+ dependencies = [
878
+ "cfg-if",
879
+ "winapi",
880
+ ]
881
+
882
+ [[package]]
883
+ name = "log"
884
+ version = "0.4.16"
885
+ source = "registry+https://github.com/rust-lang/crates.io-index"
886
+ checksum = "6389c490849ff5bc16be905ae24bc913a9c8892e19b2341dbc175e14c341c2b8"
887
+ dependencies = [
888
+ "cfg-if",
889
+ ]
890
+
891
+ [[package]]
892
+ name = "matches"
893
+ version = "0.1.9"
894
+ source = "registry+https://github.com/rust-lang/crates.io-index"
895
+ checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
896
+
897
+ [[package]]
898
+ name = "memchr"
899
+ version = "2.4.1"
900
+ source = "registry+https://github.com/rust-lang/crates.io-index"
901
+ checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
902
+
903
+ [[package]]
904
+ name = "minimal-lexical"
905
+ version = "0.2.1"
906
+ source = "registry+https://github.com/rust-lang/crates.io-index"
907
+ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
908
+
909
+ [[package]]
910
+ name = "mio"
911
+ version = "0.8.2"
912
+ source = "registry+https://github.com/rust-lang/crates.io-index"
913
+ checksum = "52da4364ffb0e4fe33a9841a98a3f3014fb964045ce4f7a45a398243c8d6b0c9"
914
+ dependencies = [
915
+ "libc",
916
+ "log",
917
+ "miow",
918
+ "ntapi",
919
+ "wasi 0.11.0+wasi-snapshot-preview1",
920
+ "winapi",
921
+ ]
922
+
923
+ [[package]]
924
+ name = "miow"
925
+ version = "0.3.7"
926
+ source = "registry+https://github.com/rust-lang/crates.io-index"
927
+ checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
928
+ dependencies = [
929
+ "winapi",
930
+ ]
931
+
932
+ [[package]]
933
+ name = "nom"
934
+ version = "7.1.1"
935
+ source = "registry+https://github.com/rust-lang/crates.io-index"
936
+ checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"
937
+ dependencies = [
938
+ "memchr",
939
+ "minimal-lexical",
940
+ ]
941
+
942
+ [[package]]
943
+ name = "ntapi"
944
+ version = "0.3.7"
945
+ source = "registry+https://github.com/rust-lang/crates.io-index"
946
+ checksum = "c28774a7fd2fbb4f0babd8237ce554b73af68021b5f695a3cebd6c59bac0980f"
947
+ dependencies = [
948
+ "winapi",
949
+ ]
950
+
951
+ [[package]]
952
+ name = "num-integer"
953
+ version = "0.1.44"
954
+ source = "registry+https://github.com/rust-lang/crates.io-index"
955
+ checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
956
+ dependencies = [
957
+ "autocfg",
958
+ "num-traits",
959
+ ]
960
+
961
+ [[package]]
962
+ name = "num-traits"
963
+ version = "0.2.14"
964
+ source = "registry+https://github.com/rust-lang/crates.io-index"
965
+ checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
966
+ dependencies = [
967
+ "autocfg",
968
+ ]
969
+
970
+ [[package]]
971
+ name = "num_cpus"
972
+ version = "1.13.1"
973
+ source = "registry+https://github.com/rust-lang/crates.io-index"
974
+ checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
975
+ dependencies = [
976
+ "hermit-abi",
977
+ "libc",
978
+ ]
979
+
980
+ [[package]]
981
+ name = "num_threads"
982
+ version = "0.1.5"
983
+ source = "registry+https://github.com/rust-lang/crates.io-index"
984
+ checksum = "aba1801fb138d8e85e11d0fc70baf4fe1cdfffda7c6cd34a854905df588e5ed0"
985
+ dependencies = [
986
+ "libc",
987
+ ]
988
+
989
+ [[package]]
990
+ name = "once_cell"
991
+ version = "1.10.0"
992
+ source = "registry+https://github.com/rust-lang/crates.io-index"
993
+ checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9"
994
+
995
+ [[package]]
996
+ name = "opaque-debug"
997
+ version = "0.3.0"
998
+ source = "registry+https://github.com/rust-lang/crates.io-index"
999
+ checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
1000
+
1001
+ [[package]]
1002
+ name = "openssl-probe"
1003
+ version = "0.1.5"
1004
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1005
+ checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
1006
+
1007
+ [[package]]
1008
+ name = "peeking_take_while"
1009
+ version = "0.1.2"
1010
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1011
+ checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
1012
+
1013
+ [[package]]
1014
+ name = "percent-encoding"
1015
+ version = "2.1.0"
1016
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1017
+ checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
1018
+
1019
+ [[package]]
1020
+ name = "pin-project"
1021
+ version = "1.0.10"
1022
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1023
+ checksum = "58ad3879ad3baf4e44784bc6a718a8698867bb991f8ce24d1bcbe2cfb4c3a75e"
1024
+ dependencies = [
1025
+ "pin-project-internal",
1026
+ ]
1027
+
1028
+ [[package]]
1029
+ name = "pin-project-internal"
1030
+ version = "1.0.10"
1031
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1032
+ checksum = "744b6f092ba29c3650faf274db506afd39944f48420f6c86b17cfe0ee1cb36bb"
1033
+ dependencies = [
1034
+ "proc-macro2",
1035
+ "quote",
1036
+ "syn",
1037
+ ]
1038
+
1039
+ [[package]]
1040
+ name = "pin-project-lite"
1041
+ version = "0.2.8"
1042
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1043
+ checksum = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c"
1044
+
1045
+ [[package]]
1046
+ name = "pin-utils"
1047
+ version = "0.1.0"
1048
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1049
+ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1050
+
1051
+ [[package]]
1052
+ name = "pkg-config"
1053
+ version = "0.3.25"
1054
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1055
+ checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"
1056
+
1057
+ [[package]]
1058
+ name = "polyval"
1059
+ version = "0.5.3"
1060
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1061
+ checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"
1062
+ dependencies = [
1063
+ "cfg-if",
1064
+ "cpufeatures",
1065
+ "opaque-debug",
1066
+ "universal-hash",
1067
+ ]
1068
+
1069
+ [[package]]
1070
+ name = "ppv-lite86"
1071
+ version = "0.2.16"
1072
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1073
+ checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
1074
+
1075
+ [[package]]
1076
+ name = "proc-macro2"
1077
+ version = "1.0.37"
1078
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1079
+ checksum = "ec757218438d5fda206afc041538b2f6d889286160d649a86a24d37e1235afd1"
1080
+ dependencies = [
1081
+ "unicode-xid",
1082
+ ]
1083
+
1084
+ [[package]]
1085
+ name = "quote"
1086
+ version = "1.0.18"
1087
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1088
+ checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1"
1089
+ dependencies = [
1090
+ "proc-macro2",
1091
+ ]
1092
+
1093
+ [[package]]
1094
+ name = "rand"
1095
+ version = "0.8.5"
1096
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1097
+ checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
1098
+ dependencies = [
1099
+ "libc",
1100
+ "rand_chacha",
1101
+ "rand_core",
1102
+ ]
1103
+
1104
+ [[package]]
1105
+ name = "rand_chacha"
1106
+ version = "0.3.1"
1107
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1108
+ checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
1109
+ dependencies = [
1110
+ "ppv-lite86",
1111
+ "rand_core",
1112
+ ]
1113
+
1114
+ [[package]]
1115
+ name = "rand_core"
1116
+ version = "0.6.3"
1117
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1118
+ checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
1119
+ dependencies = [
1120
+ "getrandom",
1121
+ ]
1122
+
1123
+ [[package]]
1124
+ name = "rb-sys"
1125
+ version = "0.8.1"
1126
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1127
+ checksum = "4db52af35291b64ce86f23f755b4576c20e3063b517269252b2f8cc883ca00e6"
1128
+ dependencies = [
1129
+ "bindgen",
1130
+ "libc",
1131
+ "pkg-config",
1132
+ ]
1133
+
1134
+ [[package]]
1135
+ name = "regex"
1136
+ version = "1.5.5"
1137
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1138
+ checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286"
1139
+ dependencies = [
1140
+ "aho-corasick",
1141
+ "memchr",
1142
+ "regex-syntax",
1143
+ ]
1144
+
1145
+ [[package]]
1146
+ name = "regex-syntax"
1147
+ version = "0.6.25"
1148
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1149
+ checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
1150
+
1151
+ [[package]]
1152
+ name = "ring"
1153
+ version = "0.16.20"
1154
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1155
+ checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
1156
+ dependencies = [
1157
+ "cc",
1158
+ "libc",
1159
+ "once_cell",
1160
+ "spin",
1161
+ "untrusted",
1162
+ "web-sys",
1163
+ "winapi",
1164
+ ]
1165
+
1166
+ [[package]]
1167
+ name = "rustc-hash"
1168
+ version = "1.1.0"
1169
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1170
+ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
1171
+
1172
+ [[package]]
1173
+ name = "rustc_version"
1174
+ version = "0.4.0"
1175
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1176
+ checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
1177
+ dependencies = [
1178
+ "semver",
1179
+ ]
1180
+
1181
+ [[package]]
1182
+ name = "rustls"
1183
+ version = "0.19.1"
1184
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1185
+ checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"
1186
+ dependencies = [
1187
+ "base64",
1188
+ "log",
1189
+ "ring",
1190
+ "sct",
1191
+ "webpki",
1192
+ ]
1193
+
1194
+ [[package]]
1195
+ name = "rustls-native-certs"
1196
+ version = "0.5.0"
1197
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1198
+ checksum = "5a07b7c1885bd8ed3831c289b7870b13ef46fe0e856d288c30d9cc17d75a2092"
1199
+ dependencies = [
1200
+ "openssl-probe",
1201
+ "rustls",
1202
+ "schannel",
1203
+ "security-framework",
1204
+ ]
1205
+
1206
+ [[package]]
1207
+ name = "rutie"
1208
+ version = "0.8.4"
1209
+ source = "git+https://github.com/mpalmer/rutie?branch=rb_sys#c7b16b35d20c688b32b3f4092ddc6202dd9e2433"
1210
+ dependencies = [
1211
+ "lazy_static 1.4.0",
1212
+ "libc",
1213
+ "rb-sys",
1214
+ ]
1215
+
1216
+ [[package]]
1217
+ name = "ryu"
1218
+ version = "1.0.9"
1219
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1220
+ checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"
1221
+
1222
+ [[package]]
1223
+ name = "schannel"
1224
+ version = "0.1.19"
1225
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1226
+ checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
1227
+ dependencies = [
1228
+ "lazy_static 1.4.0",
1229
+ "winapi",
1230
+ ]
1231
+
1232
+ [[package]]
1233
+ name = "sct"
1234
+ version = "0.6.1"
1235
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1236
+ checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"
1237
+ dependencies = [
1238
+ "ring",
1239
+ "untrusted",
1240
+ ]
1241
+
1242
+ [[package]]
1243
+ name = "security-framework"
1244
+ version = "2.6.1"
1245
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1246
+ checksum = "2dc14f172faf8a0194a3aded622712b0de276821addc574fa54fc0a1167e10dc"
1247
+ dependencies = [
1248
+ "bitflags",
1249
+ "core-foundation",
1250
+ "core-foundation-sys",
1251
+ "libc",
1252
+ "security-framework-sys",
1253
+ ]
1254
+
1255
+ [[package]]
1256
+ name = "security-framework-sys"
1257
+ version = "2.6.1"
1258
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1259
+ checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"
1260
+ dependencies = [
1261
+ "core-foundation-sys",
1262
+ "libc",
1263
+ ]
1264
+
1265
+ [[package]]
1266
+ name = "semver"
1267
+ version = "1.0.7"
1268
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1269
+ checksum = "d65bd28f48be7196d222d95b9243287f48d27aca604e08497513019ff0502cc4"
1270
+
1271
+ [[package]]
1272
+ name = "serde"
1273
+ version = "1.0.136"
1274
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1275
+ checksum = "ce31e24b01e1e524df96f1c2fdd054405f8d7376249a5110886fb4b658484789"
1276
+ dependencies = [
1277
+ "serde_derive",
1278
+ ]
1279
+
1280
+ [[package]]
1281
+ name = "serde_cbor"
1282
+ version = "0.11.2"
1283
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1284
+ checksum = "2bef2ebfde456fb76bbcf9f59315333decc4fda0b2b44b420243c11e0f5ec1f5"
1285
+ dependencies = [
1286
+ "half",
1287
+ "serde",
1288
+ ]
1289
+
1290
+ [[package]]
1291
+ name = "serde_derive"
1292
+ version = "1.0.136"
1293
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1294
+ checksum = "08597e7152fcd306f41838ed3e37be9eaeed2b61c42e2117266a554fab4662f9"
1295
+ dependencies = [
1296
+ "proc-macro2",
1297
+ "quote",
1298
+ "syn",
1299
+ ]
1300
+
1301
+ [[package]]
1302
+ name = "shlex"
1303
+ version = "1.1.0"
1304
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1305
+ checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
1306
+
1307
+ [[package]]
1308
+ name = "slab"
1309
+ version = "0.4.6"
1310
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1311
+ checksum = "eb703cfe953bccee95685111adeedb76fabe4e97549a58d16f03ea7b9367bb32"
1312
+
1313
+ [[package]]
1314
+ name = "socket2"
1315
+ version = "0.4.4"
1316
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1317
+ checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"
1318
+ dependencies = [
1319
+ "libc",
1320
+ "winapi",
1321
+ ]
1322
+
1323
+ [[package]]
1324
+ name = "spin"
1325
+ version = "0.5.2"
1326
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1327
+ checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
1328
+
1329
+ [[package]]
1330
+ name = "strsim"
1331
+ version = "0.8.0"
1332
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1333
+ checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
1334
+
1335
+ [[package]]
1336
+ name = "subtle"
1337
+ version = "2.4.1"
1338
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1339
+ checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
1340
+
1341
+ [[package]]
1342
+ name = "syn"
1343
+ version = "1.0.91"
1344
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1345
+ checksum = "b683b2b825c8eef438b77c36a06dc262294da3d5a5813fac20da149241dcd44d"
1346
+ dependencies = [
1347
+ "proc-macro2",
1348
+ "quote",
1349
+ "unicode-xid",
1350
+ ]
1351
+
1352
+ [[package]]
1353
+ name = "termcolor"
1354
+ version = "1.1.3"
1355
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1356
+ checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
1357
+ dependencies = [
1358
+ "winapi-util",
1359
+ ]
1360
+
1361
+ [[package]]
1362
+ name = "textwrap"
1363
+ version = "0.11.0"
1364
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1365
+ checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
1366
+ dependencies = [
1367
+ "unicode-width",
1368
+ ]
1369
+
1370
+ [[package]]
1371
+ name = "thiserror"
1372
+ version = "1.0.30"
1373
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1374
+ checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"
1375
+ dependencies = [
1376
+ "thiserror-impl",
1377
+ ]
1378
+
1379
+ [[package]]
1380
+ name = "thiserror-impl"
1381
+ version = "1.0.30"
1382
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1383
+ checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"
1384
+ dependencies = [
1385
+ "proc-macro2",
1386
+ "quote",
1387
+ "syn",
1388
+ ]
1389
+
1390
+ [[package]]
1391
+ name = "time"
1392
+ version = "0.3.9"
1393
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1394
+ checksum = "c2702e08a7a860f005826c6815dcac101b19b5eb330c27fe4a5928fec1d20ddd"
1395
+ dependencies = [
1396
+ "libc",
1397
+ "num_threads",
1398
+ ]
1399
+
1400
+ [[package]]
1401
+ name = "tokio"
1402
+ version = "1.17.0"
1403
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1404
+ checksum = "2af73ac49756f3f7c01172e34a23e5d0216f6c32333757c2c61feb2bbff5a5ee"
1405
+ dependencies = [
1406
+ "bytes",
1407
+ "libc",
1408
+ "memchr",
1409
+ "mio",
1410
+ "num_cpus",
1411
+ "pin-project-lite",
1412
+ "socket2",
1413
+ "winapi",
1414
+ ]
1415
+
1416
+ [[package]]
1417
+ name = "tokio-rustls"
1418
+ version = "0.22.0"
1419
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1420
+ checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6"
1421
+ dependencies = [
1422
+ "rustls",
1423
+ "tokio",
1424
+ "webpki",
1425
+ ]
1426
+
1427
+ [[package]]
1428
+ name = "tokio-stream"
1429
+ version = "0.1.8"
1430
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1431
+ checksum = "50145484efff8818b5ccd256697f36863f587da82cf8b409c53adf1e840798e3"
1432
+ dependencies = [
1433
+ "futures-core",
1434
+ "pin-project-lite",
1435
+ "tokio",
1436
+ ]
1437
+
1438
+ [[package]]
1439
+ name = "tokio-util"
1440
+ version = "0.6.9"
1441
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1442
+ checksum = "9e99e1983e5d376cd8eb4b66604d2e99e79f5bd988c3055891dcd8c9e2604cc0"
1443
+ dependencies = [
1444
+ "bytes",
1445
+ "futures-core",
1446
+ "futures-sink",
1447
+ "log",
1448
+ "pin-project-lite",
1449
+ "tokio",
1450
+ ]
1451
+
1452
+ [[package]]
1453
+ name = "tokio-util"
1454
+ version = "0.7.1"
1455
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1456
+ checksum = "0edfdeb067411dba2044da6d1cb2df793dd35add7888d73c16e3381ded401764"
1457
+ dependencies = [
1458
+ "bytes",
1459
+ "futures-core",
1460
+ "futures-sink",
1461
+ "pin-project-lite",
1462
+ "tokio",
1463
+ "tracing",
1464
+ ]
1465
+
1466
+ [[package]]
1467
+ name = "tower"
1468
+ version = "0.4.12"
1469
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1470
+ checksum = "9a89fd63ad6adf737582df5db40d286574513c69a11dac5214dc3b5603d6713e"
1471
+ dependencies = [
1472
+ "futures-core",
1473
+ "futures-util",
1474
+ "pin-project",
1475
+ "pin-project-lite",
1476
+ "tokio",
1477
+ "tower-layer",
1478
+ "tower-service",
1479
+ "tracing",
1480
+ ]
1481
+
1482
+ [[package]]
1483
+ name = "tower-layer"
1484
+ version = "0.3.1"
1485
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1486
+ checksum = "343bc9466d3fe6b0f960ef45960509f84480bf4fd96f92901afe7ff3df9d3a62"
1487
+
1488
+ [[package]]
1489
+ name = "tower-service"
1490
+ version = "0.3.1"
1491
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1492
+ checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
1493
+
1494
+ [[package]]
1495
+ name = "tracing"
1496
+ version = "0.1.34"
1497
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1498
+ checksum = "5d0ecdcb44a79f0fe9844f0c4f33a342cbcbb5117de8001e6ba0dc2351327d09"
1499
+ dependencies = [
1500
+ "cfg-if",
1501
+ "log",
1502
+ "pin-project-lite",
1503
+ "tracing-attributes",
1504
+ "tracing-core",
1505
+ ]
1506
+
1507
+ [[package]]
1508
+ name = "tracing-attributes"
1509
+ version = "0.1.20"
1510
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1511
+ checksum = "2e65ce065b4b5c53e73bb28912318cb8c9e9ad3921f1d669eb0e68b4c8143a2b"
1512
+ dependencies = [
1513
+ "proc-macro2",
1514
+ "quote",
1515
+ "syn",
1516
+ ]
1517
+
1518
+ [[package]]
1519
+ name = "tracing-core"
1520
+ version = "0.1.26"
1521
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1522
+ checksum = "f54c8ca710e81886d498c2fd3331b56c93aa248d49de2222ad2742247c60072f"
1523
+ dependencies = [
1524
+ "lazy_static 1.4.0",
1525
+ ]
1526
+
1527
+ [[package]]
1528
+ name = "try-lock"
1529
+ version = "0.2.3"
1530
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1531
+ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
1532
+
1533
+ [[package]]
1534
+ name = "typenum"
1535
+ version = "1.15.0"
1536
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1537
+ checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
1538
+
1539
+ [[package]]
1540
+ name = "unicode-width"
1541
+ version = "0.1.9"
1542
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1543
+ checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
1544
+
1545
+ [[package]]
1546
+ name = "unicode-xid"
1547
+ version = "0.2.2"
1548
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1549
+ checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
1550
+
1551
+ [[package]]
1552
+ name = "universal-hash"
1553
+ version = "0.4.1"
1554
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1555
+ checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"
1556
+ dependencies = [
1557
+ "generic-array",
1558
+ "subtle",
1559
+ ]
1560
+
1561
+ [[package]]
1562
+ name = "untrusted"
1563
+ version = "0.7.1"
1564
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1565
+ checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
1566
+
1567
+ [[package]]
1568
+ name = "urlencoding"
1569
+ version = "2.1.0"
1570
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1571
+ checksum = "68b90931029ab9b034b300b797048cf23723400aa757e8a2bfb9d748102f9821"
1572
+
1573
+ [[package]]
1574
+ name = "vec_map"
1575
+ version = "0.8.2"
1576
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1577
+ checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
1578
+
1579
+ [[package]]
1580
+ name = "version_check"
1581
+ version = "0.9.4"
1582
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1583
+ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
1584
+
1585
+ [[package]]
1586
+ name = "want"
1587
+ version = "0.3.0"
1588
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1589
+ checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
1590
+ dependencies = [
1591
+ "log",
1592
+ "try-lock",
1593
+ ]
1594
+
1595
+ [[package]]
1596
+ name = "wasi"
1597
+ version = "0.10.2+wasi-snapshot-preview1"
1598
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1599
+ checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
1600
+
1601
+ [[package]]
1602
+ name = "wasi"
1603
+ version = "0.11.0+wasi-snapshot-preview1"
1604
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1605
+ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
1606
+
1607
+ [[package]]
1608
+ name = "wasm-bindgen"
1609
+ version = "0.2.80"
1610
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1611
+ checksum = "27370197c907c55e3f1a9fbe26f44e937fe6451368324e009cba39e139dc08ad"
1612
+ dependencies = [
1613
+ "cfg-if",
1614
+ "wasm-bindgen-macro",
1615
+ ]
1616
+
1617
+ [[package]]
1618
+ name = "wasm-bindgen-backend"
1619
+ version = "0.2.80"
1620
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1621
+ checksum = "53e04185bfa3a779273da532f5025e33398409573f348985af9a1cbf3774d3f4"
1622
+ dependencies = [
1623
+ "bumpalo",
1624
+ "lazy_static 1.4.0",
1625
+ "log",
1626
+ "proc-macro2",
1627
+ "quote",
1628
+ "syn",
1629
+ "wasm-bindgen-shared",
1630
+ ]
1631
+
1632
+ [[package]]
1633
+ name = "wasm-bindgen-macro"
1634
+ version = "0.2.80"
1635
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1636
+ checksum = "17cae7ff784d7e83a2fe7611cfe766ecf034111b49deb850a3dc7699c08251f5"
1637
+ dependencies = [
1638
+ "quote",
1639
+ "wasm-bindgen-macro-support",
1640
+ ]
1641
+
1642
+ [[package]]
1643
+ name = "wasm-bindgen-macro-support"
1644
+ version = "0.2.80"
1645
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1646
+ checksum = "99ec0dc7a4756fffc231aab1b9f2f578d23cd391390ab27f952ae0c9b3ece20b"
1647
+ dependencies = [
1648
+ "proc-macro2",
1649
+ "quote",
1650
+ "syn",
1651
+ "wasm-bindgen-backend",
1652
+ "wasm-bindgen-shared",
1653
+ ]
1654
+
1655
+ [[package]]
1656
+ name = "wasm-bindgen-shared"
1657
+ version = "0.2.80"
1658
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1659
+ checksum = "d554b7f530dee5964d9a9468d95c1f8b8acae4f282807e7d27d4b03099a46744"
1660
+
1661
+ [[package]]
1662
+ name = "web-sys"
1663
+ version = "0.3.57"
1664
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1665
+ checksum = "7b17e741662c70c8bd24ac5c5b18de314a2c26c32bf8346ee1e6f53de919c283"
1666
+ dependencies = [
1667
+ "js-sys",
1668
+ "wasm-bindgen",
1669
+ ]
1670
+
1671
+ [[package]]
1672
+ name = "webpki"
1673
+ version = "0.21.4"
1674
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1675
+ checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"
1676
+ dependencies = [
1677
+ "ring",
1678
+ "untrusted",
1679
+ ]
1680
+
1681
+ [[package]]
1682
+ name = "which"
1683
+ version = "4.2.5"
1684
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1685
+ checksum = "5c4fb54e6113b6a8772ee41c3404fb0301ac79604489467e0a9ce1f3e97c24ae"
1686
+ dependencies = [
1687
+ "either",
1688
+ "lazy_static 1.4.0",
1689
+ "libc",
1690
+ ]
1691
+
1692
+ [[package]]
1693
+ name = "winapi"
1694
+ version = "0.3.9"
1695
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1696
+ checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1697
+ dependencies = [
1698
+ "winapi-i686-pc-windows-gnu",
1699
+ "winapi-x86_64-pc-windows-gnu",
1700
+ ]
1701
+
1702
+ [[package]]
1703
+ name = "winapi-i686-pc-windows-gnu"
1704
+ version = "0.4.0"
1705
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1706
+ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1707
+
1708
+ [[package]]
1709
+ name = "winapi-util"
1710
+ version = "0.1.5"
1711
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1712
+ checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
1713
+ dependencies = [
1714
+ "winapi",
1715
+ ]
1716
+
1717
+ [[package]]
1718
+ name = "winapi-x86_64-pc-windows-gnu"
1719
+ version = "0.4.0"
1720
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1721
+ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1722
+
1723
+ [[package]]
1724
+ name = "xmlparser"
1725
+ version = "0.13.3"
1726
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1727
+ checksum = "114ba2b24d2167ef6d67d7d04c8cc86522b87f490025f39f0303b7db5bf5e3d8"
1728
+
1729
+ [[package]]
1730
+ name = "zeroize"
1731
+ version = "1.5.4"
1732
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1733
+ checksum = "7eb5728b8afd3f280a869ce1d4c554ffaed35f45c231fc41bfbd0381bef50317"