nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "addr2line"
7version = "0.19.0"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97"
10dependencies = [
11 "gimli",
12]
13
14[[package]]
15name = "adler"
16version = "1.0.2"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
19
20[[package]]
21name = "aho-corasick"
22version = "0.6.10"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "81ce3d38065e618af2d7b77e10c5ad9a069859b4be3c2250f674af3840d9c8a5"
25dependencies = [
26 "memchr",
27]
28
29[[package]]
30name = "aho-corasick"
31version = "0.7.20"
32source = "registry+https://github.com/rust-lang/crates.io-index"
33checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
34dependencies = [
35 "memchr",
36]
37
38[[package]]
39name = "ansi_term"
40version = "0.12.1"
41source = "registry+https://github.com/rust-lang/crates.io-index"
42checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
43dependencies = [
44 "winapi 0.3.9",
45]
46
47[[package]]
48name = "arrayref"
49version = "0.3.6"
50source = "registry+https://github.com/rust-lang/crates.io-index"
51checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
52
53[[package]]
54name = "arrayvec"
55version = "0.5.2"
56source = "registry+https://github.com/rust-lang/crates.io-index"
57checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
58
59[[package]]
60name = "atty"
61version = "0.2.14"
62source = "registry+https://github.com/rust-lang/crates.io-index"
63checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
64dependencies = [
65 "hermit-abi 0.1.19",
66 "libc",
67 "winapi 0.3.9",
68]
69
70[[package]]
71name = "autocfg"
72version = "0.1.8"
73source = "registry+https://github.com/rust-lang/crates.io-index"
74checksum = "0dde43e75fd43e8a1bf86103336bc699aa8d17ad1be60c76c0bdfd4828e19b78"
75dependencies = [
76 "autocfg 1.1.0",
77]
78
79[[package]]
80name = "autocfg"
81version = "1.1.0"
82source = "registry+https://github.com/rust-lang/crates.io-index"
83checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
84
85[[package]]
86name = "backtrace"
87version = "0.3.67"
88source = "registry+https://github.com/rust-lang/crates.io-index"
89checksum = "233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca"
90dependencies = [
91 "addr2line",
92 "cc",
93 "cfg-if 1.0.0",
94 "libc",
95 "miniz_oxide",
96 "object",
97 "rustc-demangle",
98]
99
100[[package]]
101name = "base64"
102version = "0.10.1"
103source = "registry+https://github.com/rust-lang/crates.io-index"
104checksum = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e"
105dependencies = [
106 "byteorder",
107]
108
109[[package]]
110name = "base64"
111version = "0.13.1"
112source = "registry+https://github.com/rust-lang/crates.io-index"
113checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
114
115[[package]]
116name = "bitflags"
117version = "1.3.2"
118source = "registry+https://github.com/rust-lang/crates.io-index"
119checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
120
121[[package]]
122name = "blake2b_simd"
123version = "0.5.11"
124source = "registry+https://github.com/rust-lang/crates.io-index"
125checksum = "afa748e348ad3be8263be728124b24a24f268266f6f5d58af9d75f6a40b5c587"
126dependencies = [
127 "arrayref",
128 "arrayvec",
129 "constant_time_eq",
130]
131
132[[package]]
133name = "butlerd"
134version = "0.1.2"
135source = "registry+https://github.com/rust-lang/crates.io-index"
136checksum = "095899eb6b69e0a1c98215e51a44c67b8e3c902ebb9440afaafe2eb45e650a09"
137dependencies = [
138 "hyper",
139 "rand 0.5.6",
140 "regex 1.7.1",
141 "reqwest",
142 "serde",
143 "serde_derive",
144 "serde_json",
145]
146
147[[package]]
148name = "byteorder"
149version = "1.4.3"
150source = "registry+https://github.com/rust-lang/crates.io-index"
151checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
152
153[[package]]
154name = "bytes"
155version = "0.4.12"
156source = "registry+https://github.com/rust-lang/crates.io-index"
157checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
158dependencies = [
159 "byteorder",
160 "either",
161 "iovec",
162]
163
164[[package]]
165name = "cc"
166version = "1.0.79"
167source = "registry+https://github.com/rust-lang/crates.io-index"
168checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
169
170[[package]]
171name = "cfg-if"
172version = "0.1.10"
173source = "registry+https://github.com/rust-lang/crates.io-index"
174checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
175
176[[package]]
177name = "cfg-if"
178version = "1.0.0"
179source = "registry+https://github.com/rust-lang/crates.io-index"
180checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
181
182[[package]]
183name = "clap"
184version = "2.34.0"
185source = "registry+https://github.com/rust-lang/crates.io-index"
186checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
187dependencies = [
188 "ansi_term",
189 "atty",
190 "bitflags",
191 "strsim",
192 "textwrap",
193 "unicode-width",
194 "vec_map",
195]
196
197[[package]]
198name = "cloudabi"
199version = "0.0.3"
200source = "registry+https://github.com/rust-lang/crates.io-index"
201checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
202dependencies = [
203 "bitflags",
204]
205
206[[package]]
207name = "concolor"
208version = "0.0.11"
209source = "registry+https://github.com/rust-lang/crates.io-index"
210checksum = "318d6c16e73b3a900eb212ad6a82fc7d298c5ab8184c7a9998646455bc474a16"
211dependencies = [
212 "bitflags",
213 "concolor-query",
214 "is-terminal",
215]
216
217[[package]]
218name = "concolor-query"
219version = "0.1.0"
220source = "registry+https://github.com/rust-lang/crates.io-index"
221checksum = "82a90734b3d5dcf656e7624cca6bce9c3a90ee11f900e80141a7427ccfb3d317"
222
223[[package]]
224name = "constant_time_eq"
225version = "0.1.5"
226source = "registry+https://github.com/rust-lang/crates.io-index"
227checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
228
229[[package]]
230name = "cookie"
231version = "0.12.0"
232source = "registry+https://github.com/rust-lang/crates.io-index"
233checksum = "888604f00b3db336d2af898ec3c1d5d0ddf5e6d462220f2ededc33a87ac4bbd5"
234dependencies = [
235 "time",
236 "url 1.7.2",
237]
238
239[[package]]
240name = "cookie_store"
241version = "0.7.0"
242source = "registry+https://github.com/rust-lang/crates.io-index"
243checksum = "46750b3f362965f197996c4448e4a0935e791bf7d6631bfce9ee0af3d24c919c"
244dependencies = [
245 "cookie",
246 "failure",
247 "idna 0.1.5",
248 "log",
249 "publicsuffix",
250 "serde",
251 "serde_json",
252 "time",
253 "try_from",
254 "url 1.7.2",
255]
256
257[[package]]
258name = "core-foundation"
259version = "0.9.3"
260source = "registry+https://github.com/rust-lang/crates.io-index"
261checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
262dependencies = [
263 "core-foundation-sys",
264 "libc",
265]
266
267[[package]]
268name = "core-foundation-sys"
269version = "0.8.3"
270source = "registry+https://github.com/rust-lang/crates.io-index"
271checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
272
273[[package]]
274name = "crc32fast"
275version = "1.3.2"
276source = "registry+https://github.com/rust-lang/crates.io-index"
277checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
278dependencies = [
279 "cfg-if 1.0.0",
280]
281
282[[package]]
283name = "crossbeam-deque"
284version = "0.7.4"
285source = "registry+https://github.com/rust-lang/crates.io-index"
286checksum = "c20ff29ded3204c5106278a81a38f4b482636ed4fa1e6cfbeef193291beb29ed"
287dependencies = [
288 "crossbeam-epoch",
289 "crossbeam-utils 0.7.2",
290 "maybe-uninit",
291]
292
293[[package]]
294name = "crossbeam-epoch"
295version = "0.8.2"
296source = "registry+https://github.com/rust-lang/crates.io-index"
297checksum = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace"
298dependencies = [
299 "autocfg 1.1.0",
300 "cfg-if 0.1.10",
301 "crossbeam-utils 0.7.2",
302 "lazy_static",
303 "maybe-uninit",
304 "memoffset",
305 "scopeguard",
306]
307
308[[package]]
309name = "crossbeam-queue"
310version = "0.2.3"
311source = "registry+https://github.com/rust-lang/crates.io-index"
312checksum = "774ba60a54c213d409d5353bda12d49cd68d14e45036a285234c8d6f91f92570"
313dependencies = [
314 "cfg-if 0.1.10",
315 "crossbeam-utils 0.7.2",
316 "maybe-uninit",
317]
318
319[[package]]
320name = "crossbeam-utils"
321version = "0.7.2"
322source = "registry+https://github.com/rust-lang/crates.io-index"
323checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
324dependencies = [
325 "autocfg 1.1.0",
326 "cfg-if 0.1.10",
327 "lazy_static",
328]
329
330[[package]]
331name = "crossbeam-utils"
332version = "0.8.14"
333source = "registry+https://github.com/rust-lang/crates.io-index"
334checksum = "4fb766fa798726286dbbb842f174001dab8abc7b627a1dd86e0b7222a95d929f"
335dependencies = [
336 "cfg-if 1.0.0",
337]
338
339[[package]]
340name = "dirs"
341version = "1.0.5"
342source = "registry+https://github.com/rust-lang/crates.io-index"
343checksum = "3fd78930633bd1c6e35c4b42b1df7b0cbc6bc191146e512bb3bedf243fcc3901"
344dependencies = [
345 "libc",
346 "redox_users",
347 "winapi 0.3.9",
348]
349
350[[package]]
351name = "dtoa"
352version = "0.4.8"
353source = "registry+https://github.com/rust-lang/crates.io-index"
354checksum = "56899898ce76aaf4a0f24d914c97ea6ed976d42fec6ad33fcbb0a1103e07b2b0"
355
356[[package]]
357name = "eidolon"
358version = "1.4.6"
359dependencies = [
360 "butlerd",
361 "dirs",
362 "human-panic",
363 "regex 0.2.11",
364 "serde",
365 "serde_derive",
366 "serde_json",
367 "structopt",
368]
369
370[[package]]
371name = "either"
372version = "1.8.1"
373source = "registry+https://github.com/rust-lang/crates.io-index"
374checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
375
376[[package]]
377name = "encoding_rs"
378version = "0.8.32"
379source = "registry+https://github.com/rust-lang/crates.io-index"
380checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394"
381dependencies = [
382 "cfg-if 1.0.0",
383]
384
385[[package]]
386name = "errno"
387version = "0.2.8"
388source = "registry+https://github.com/rust-lang/crates.io-index"
389checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
390dependencies = [
391 "errno-dragonfly",
392 "libc",
393 "winapi 0.3.9",
394]
395
396[[package]]
397name = "errno-dragonfly"
398version = "0.1.2"
399source = "registry+https://github.com/rust-lang/crates.io-index"
400checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
401dependencies = [
402 "cc",
403 "libc",
404]
405
406[[package]]
407name = "failure"
408version = "0.1.8"
409source = "registry+https://github.com/rust-lang/crates.io-index"
410checksum = "d32e9bd16cc02eae7db7ef620b392808b89f6a5e16bb3497d159c6b92a0f4f86"
411dependencies = [
412 "backtrace",
413 "failure_derive",
414]
415
416[[package]]
417name = "failure_derive"
418version = "0.1.8"
419source = "registry+https://github.com/rust-lang/crates.io-index"
420checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4"
421dependencies = [
422 "proc-macro2 1.0.51",
423 "quote 1.0.23",
424 "syn 1.0.109",
425 "synstructure",
426]
427
428[[package]]
429name = "fastrand"
430version = "1.9.0"
431source = "registry+https://github.com/rust-lang/crates.io-index"
432checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
433dependencies = [
434 "instant",
435]
436
437[[package]]
438name = "flate2"
439version = "1.0.25"
440source = "registry+https://github.com/rust-lang/crates.io-index"
441checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841"
442dependencies = [
443 "crc32fast",
444 "miniz_oxide",
445]
446
447[[package]]
448name = "fnv"
449version = "1.0.7"
450source = "registry+https://github.com/rust-lang/crates.io-index"
451checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
452
453[[package]]
454name = "foreign-types"
455version = "0.3.2"
456source = "registry+https://github.com/rust-lang/crates.io-index"
457checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
458dependencies = [
459 "foreign-types-shared",
460]
461
462[[package]]
463name = "foreign-types-shared"
464version = "0.1.1"
465source = "registry+https://github.com/rust-lang/crates.io-index"
466checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
467
468[[package]]
469name = "form_urlencoded"
470version = "1.1.0"
471source = "registry+https://github.com/rust-lang/crates.io-index"
472checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
473dependencies = [
474 "percent-encoding 2.2.0",
475]
476
477[[package]]
478name = "fuchsia-cprng"
479version = "0.1.1"
480source = "registry+https://github.com/rust-lang/crates.io-index"
481checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
482
483[[package]]
484name = "fuchsia-zircon"
485version = "0.3.3"
486source = "registry+https://github.com/rust-lang/crates.io-index"
487checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
488dependencies = [
489 "bitflags",
490 "fuchsia-zircon-sys",
491]
492
493[[package]]
494name = "fuchsia-zircon-sys"
495version = "0.3.3"
496source = "registry+https://github.com/rust-lang/crates.io-index"
497checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
498
499[[package]]
500name = "futures"
501version = "0.1.31"
502source = "registry+https://github.com/rust-lang/crates.io-index"
503checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
504
505[[package]]
506name = "futures-cpupool"
507version = "0.1.8"
508source = "registry+https://github.com/rust-lang/crates.io-index"
509checksum = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4"
510dependencies = [
511 "futures",
512 "num_cpus",
513]
514
515[[package]]
516name = "getrandom"
517version = "0.1.16"
518source = "registry+https://github.com/rust-lang/crates.io-index"
519checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
520dependencies = [
521 "cfg-if 1.0.0",
522 "libc",
523 "wasi 0.9.0+wasi-snapshot-preview1",
524]
525
526[[package]]
527name = "getrandom"
528version = "0.2.8"
529source = "registry+https://github.com/rust-lang/crates.io-index"
530checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
531dependencies = [
532 "cfg-if 1.0.0",
533 "libc",
534 "wasi 0.11.0+wasi-snapshot-preview1",
535]
536
537[[package]]
538name = "gimli"
539version = "0.27.2"
540source = "registry+https://github.com/rust-lang/crates.io-index"
541checksum = "ad0a93d233ebf96623465aad4046a8d3aa4da22d4f4beba5388838c8a434bbb4"
542
543[[package]]
544name = "h2"
545version = "0.1.26"
546source = "registry+https://github.com/rust-lang/crates.io-index"
547checksum = "a5b34c246847f938a410a03c5458c7fee2274436675e76d8b903c08efc29c462"
548dependencies = [
549 "byteorder",
550 "bytes",
551 "fnv",
552 "futures",
553 "http",
554 "indexmap",
555 "log",
556 "slab",
557 "string",
558 "tokio-io",
559]
560
561[[package]]
562name = "hashbrown"
563version = "0.12.3"
564source = "registry+https://github.com/rust-lang/crates.io-index"
565checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
566
567[[package]]
568name = "heck"
569version = "0.3.3"
570source = "registry+https://github.com/rust-lang/crates.io-index"
571checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
572dependencies = [
573 "unicode-segmentation",
574]
575
576[[package]]
577name = "hermit-abi"
578version = "0.1.19"
579source = "registry+https://github.com/rust-lang/crates.io-index"
580checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
581dependencies = [
582 "libc",
583]
584
585[[package]]
586name = "hermit-abi"
587version = "0.2.6"
588source = "registry+https://github.com/rust-lang/crates.io-index"
589checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
590dependencies = [
591 "libc",
592]
593
594[[package]]
595name = "hermit-abi"
596version = "0.3.1"
597source = "registry+https://github.com/rust-lang/crates.io-index"
598checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
599
600[[package]]
601name = "http"
602version = "0.1.21"
603source = "registry+https://github.com/rust-lang/crates.io-index"
604checksum = "d6ccf5ede3a895d8856620237b2f02972c1bbc78d2965ad7fe8838d4a0ed41f0"
605dependencies = [
606 "bytes",
607 "fnv",
608 "itoa 0.4.8",
609]
610
611[[package]]
612name = "http-body"
613version = "0.1.0"
614source = "registry+https://github.com/rust-lang/crates.io-index"
615checksum = "6741c859c1b2463a423a1dbce98d418e6c3c3fc720fb0d45528657320920292d"
616dependencies = [
617 "bytes",
618 "futures",
619 "http",
620 "tokio-buf",
621]
622
623[[package]]
624name = "httparse"
625version = "1.8.0"
626source = "registry+https://github.com/rust-lang/crates.io-index"
627checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
628
629[[package]]
630name = "human-panic"
631version = "1.1.0"
632source = "registry+https://github.com/rust-lang/crates.io-index"
633checksum = "87eb03e654582b31967d414b86711a7bbd7c6b28a6b7d32857b7d1d45c0926f9"
634dependencies = [
635 "backtrace",
636 "concolor",
637 "os_info",
638 "serde",
639 "serde_derive",
640 "termcolor",
641 "toml",
642 "uuid 0.8.2",
643]
644
645[[package]]
646name = "hyper"
647version = "0.12.36"
648source = "registry+https://github.com/rust-lang/crates.io-index"
649checksum = "5c843caf6296fc1f93444735205af9ed4e109a539005abb2564ae1d6fad34c52"
650dependencies = [
651 "bytes",
652 "futures",
653 "futures-cpupool",
654 "h2",
655 "http",
656 "http-body",
657 "httparse",
658 "iovec",
659 "itoa 0.4.8",
660 "log",
661 "net2",
662 "rustc_version",
663 "time",
664 "tokio",
665 "tokio-buf",
666 "tokio-executor",
667 "tokio-io",
668 "tokio-reactor",
669 "tokio-tcp",
670 "tokio-threadpool",
671 "tokio-timer",
672 "want",
673]
674
675[[package]]
676name = "hyper-tls"
677version = "0.3.2"
678source = "registry+https://github.com/rust-lang/crates.io-index"
679checksum = "3a800d6aa50af4b5850b2b0f659625ce9504df908e9733b635720483be26174f"
680dependencies = [
681 "bytes",
682 "futures",
683 "hyper",
684 "native-tls",
685 "tokio-io",
686]
687
688[[package]]
689name = "idna"
690version = "0.1.5"
691source = "registry+https://github.com/rust-lang/crates.io-index"
692checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
693dependencies = [
694 "matches",
695 "unicode-bidi",
696 "unicode-normalization",
697]
698
699[[package]]
700name = "idna"
701version = "0.2.3"
702source = "registry+https://github.com/rust-lang/crates.io-index"
703checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
704dependencies = [
705 "matches",
706 "unicode-bidi",
707 "unicode-normalization",
708]
709
710[[package]]
711name = "idna"
712version = "0.3.0"
713source = "registry+https://github.com/rust-lang/crates.io-index"
714checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
715dependencies = [
716 "unicode-bidi",
717 "unicode-normalization",
718]
719
720[[package]]
721name = "indexmap"
722version = "1.9.2"
723source = "registry+https://github.com/rust-lang/crates.io-index"
724checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399"
725dependencies = [
726 "autocfg 1.1.0",
727 "hashbrown",
728]
729
730[[package]]
731name = "instant"
732version = "0.1.12"
733source = "registry+https://github.com/rust-lang/crates.io-index"
734checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
735dependencies = [
736 "cfg-if 1.0.0",
737]
738
739[[package]]
740name = "io-lifetimes"
741version = "1.0.5"
742source = "registry+https://github.com/rust-lang/crates.io-index"
743checksum = "1abeb7a0dd0f8181267ff8adc397075586500b81b28a73e8a0208b00fc170fb3"
744dependencies = [
745 "libc",
746 "windows-sys 0.45.0",
747]
748
749[[package]]
750name = "iovec"
751version = "0.1.4"
752source = "registry+https://github.com/rust-lang/crates.io-index"
753checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
754dependencies = [
755 "libc",
756]
757
758[[package]]
759name = "is-terminal"
760version = "0.4.4"
761source = "registry+https://github.com/rust-lang/crates.io-index"
762checksum = "21b6b32576413a8e69b90e952e4a026476040d81017b80445deda5f2d3921857"
763dependencies = [
764 "hermit-abi 0.3.1",
765 "io-lifetimes",
766 "rustix",
767 "windows-sys 0.45.0",
768]
769
770[[package]]
771name = "itoa"
772version = "0.4.8"
773source = "registry+https://github.com/rust-lang/crates.io-index"
774checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
775
776[[package]]
777name = "itoa"
778version = "1.0.5"
779source = "registry+https://github.com/rust-lang/crates.io-index"
780checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440"
781
782[[package]]
783name = "kernel32-sys"
784version = "0.2.2"
785source = "registry+https://github.com/rust-lang/crates.io-index"
786checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
787dependencies = [
788 "winapi 0.2.8",
789 "winapi-build",
790]
791
792[[package]]
793name = "lazy_static"
794version = "1.4.0"
795source = "registry+https://github.com/rust-lang/crates.io-index"
796checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
797
798[[package]]
799name = "libc"
800version = "0.2.139"
801source = "registry+https://github.com/rust-lang/crates.io-index"
802checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
803
804[[package]]
805name = "linux-raw-sys"
806version = "0.1.4"
807source = "registry+https://github.com/rust-lang/crates.io-index"
808checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"
809
810[[package]]
811name = "lock_api"
812version = "0.3.4"
813source = "registry+https://github.com/rust-lang/crates.io-index"
814checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75"
815dependencies = [
816 "scopeguard",
817]
818
819[[package]]
820name = "log"
821version = "0.4.17"
822source = "registry+https://github.com/rust-lang/crates.io-index"
823checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
824dependencies = [
825 "cfg-if 1.0.0",
826]
827
828[[package]]
829name = "matches"
830version = "0.1.10"
831source = "registry+https://github.com/rust-lang/crates.io-index"
832checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"
833
834[[package]]
835name = "maybe-uninit"
836version = "2.0.0"
837source = "registry+https://github.com/rust-lang/crates.io-index"
838checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
839
840[[package]]
841name = "memchr"
842version = "2.5.0"
843source = "registry+https://github.com/rust-lang/crates.io-index"
844checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
845
846[[package]]
847name = "memoffset"
848version = "0.5.6"
849source = "registry+https://github.com/rust-lang/crates.io-index"
850checksum = "043175f069eda7b85febe4a74abbaeff828d9f8b448515d3151a14a3542811aa"
851dependencies = [
852 "autocfg 1.1.0",
853]
854
855[[package]]
856name = "mime"
857version = "0.3.16"
858source = "registry+https://github.com/rust-lang/crates.io-index"
859checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
860
861[[package]]
862name = "mime_guess"
863version = "2.0.4"
864source = "registry+https://github.com/rust-lang/crates.io-index"
865checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
866dependencies = [
867 "mime",
868 "unicase",
869]
870
871[[package]]
872name = "miniz_oxide"
873version = "0.6.2"
874source = "registry+https://github.com/rust-lang/crates.io-index"
875checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
876dependencies = [
877 "adler",
878]
879
880[[package]]
881name = "mio"
882version = "0.6.23"
883source = "registry+https://github.com/rust-lang/crates.io-index"
884checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
885dependencies = [
886 "cfg-if 0.1.10",
887 "fuchsia-zircon",
888 "fuchsia-zircon-sys",
889 "iovec",
890 "kernel32-sys",
891 "libc",
892 "log",
893 "miow",
894 "net2",
895 "slab",
896 "winapi 0.2.8",
897]
898
899[[package]]
900name = "miow"
901version = "0.2.2"
902source = "registry+https://github.com/rust-lang/crates.io-index"
903checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
904dependencies = [
905 "kernel32-sys",
906 "net2",
907 "winapi 0.2.8",
908 "ws2_32-sys",
909]
910
911[[package]]
912name = "native-tls"
913version = "0.2.11"
914source = "registry+https://github.com/rust-lang/crates.io-index"
915checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
916dependencies = [
917 "lazy_static",
918 "libc",
919 "log",
920 "openssl",
921 "openssl-probe",
922 "openssl-sys",
923 "schannel",
924 "security-framework",
925 "security-framework-sys",
926 "tempfile",
927]
928
929[[package]]
930name = "net2"
931version = "0.2.38"
932source = "registry+https://github.com/rust-lang/crates.io-index"
933checksum = "74d0df99cfcd2530b2e694f6e17e7f37b8e26bb23983ac530c0c97408837c631"
934dependencies = [
935 "cfg-if 0.1.10",
936 "libc",
937 "winapi 0.3.9",
938]
939
940[[package]]
941name = "num_cpus"
942version = "1.15.0"
943source = "registry+https://github.com/rust-lang/crates.io-index"
944checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
945dependencies = [
946 "hermit-abi 0.2.6",
947 "libc",
948]
949
950[[package]]
951name = "object"
952version = "0.30.3"
953source = "registry+https://github.com/rust-lang/crates.io-index"
954checksum = "ea86265d3d3dcb6a27fc51bd29a4bf387fae9d2986b823079d4986af253eb439"
955dependencies = [
956 "memchr",
957]
958
959[[package]]
960name = "once_cell"
961version = "1.17.1"
962source = "registry+https://github.com/rust-lang/crates.io-index"
963checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
964
965[[package]]
966name = "openssl"
967version = "0.10.45"
968source = "registry+https://github.com/rust-lang/crates.io-index"
969checksum = "b102428fd03bc5edf97f62620f7298614c45cedf287c271e7ed450bbaf83f2e1"
970dependencies = [
971 "bitflags",
972 "cfg-if 1.0.0",
973 "foreign-types",
974 "libc",
975 "once_cell",
976 "openssl-macros",
977 "openssl-sys",
978]
979
980[[package]]
981name = "openssl-macros"
982version = "0.1.0"
983source = "registry+https://github.com/rust-lang/crates.io-index"
984checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c"
985dependencies = [
986 "proc-macro2 1.0.51",
987 "quote 1.0.23",
988 "syn 1.0.109",
989]
990
991[[package]]
992name = "openssl-probe"
993version = "0.1.5"
994source = "registry+https://github.com/rust-lang/crates.io-index"
995checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
996
997[[package]]
998name = "openssl-sys"
999version = "0.9.80"
1000source = "registry+https://github.com/rust-lang/crates.io-index"
1001checksum = "23bbbf7854cd45b83958ebe919f0e8e516793727652e27fda10a8384cfc790b7"
1002dependencies = [
1003 "autocfg 1.1.0",
1004 "cc",
1005 "libc",
1006 "pkg-config",
1007 "vcpkg",
1008]
1009
1010[[package]]
1011name = "os_info"
1012version = "2.0.8"
1013source = "registry+https://github.com/rust-lang/crates.io-index"
1014checksum = "d2cc1b4330bb29087e791ae2a5cf56be64fb8946a4ff5aec2ba11c6ca51f5d60"
1015dependencies = [
1016 "log",
1017 "serde",
1018 "winapi 0.3.9",
1019]
1020
1021[[package]]
1022name = "parking_lot"
1023version = "0.9.0"
1024source = "registry+https://github.com/rust-lang/crates.io-index"
1025checksum = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252"
1026dependencies = [
1027 "lock_api",
1028 "parking_lot_core",
1029 "rustc_version",
1030]
1031
1032[[package]]
1033name = "parking_lot_core"
1034version = "0.6.3"
1035source = "registry+https://github.com/rust-lang/crates.io-index"
1036checksum = "bda66b810a62be75176a80873726630147a5ca780cd33921e0b5709033e66b0a"
1037dependencies = [
1038 "cfg-if 0.1.10",
1039 "cloudabi",
1040 "libc",
1041 "redox_syscall 0.1.57",
1042 "rustc_version",
1043 "smallvec",
1044 "winapi 0.3.9",
1045]
1046
1047[[package]]
1048name = "percent-encoding"
1049version = "1.0.1"
1050source = "registry+https://github.com/rust-lang/crates.io-index"
1051checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
1052
1053[[package]]
1054name = "percent-encoding"
1055version = "2.2.0"
1056source = "registry+https://github.com/rust-lang/crates.io-index"
1057checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
1058
1059[[package]]
1060name = "pkg-config"
1061version = "0.3.26"
1062source = "registry+https://github.com/rust-lang/crates.io-index"
1063checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
1064
1065[[package]]
1066name = "proc-macro2"
1067version = "0.4.30"
1068source = "registry+https://github.com/rust-lang/crates.io-index"
1069checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
1070dependencies = [
1071 "unicode-xid 0.1.0",
1072]
1073
1074[[package]]
1075name = "proc-macro2"
1076version = "1.0.51"
1077source = "registry+https://github.com/rust-lang/crates.io-index"
1078checksum = "5d727cae5b39d21da60fa540906919ad737832fe0b1c165da3a34d6548c849d6"
1079dependencies = [
1080 "unicode-ident",
1081]
1082
1083[[package]]
1084name = "publicsuffix"
1085version = "1.5.6"
1086source = "registry+https://github.com/rust-lang/crates.io-index"
1087checksum = "95b4ce31ff0a27d93c8de1849cf58162283752f065a90d508f1105fa6c9a213f"
1088dependencies = [
1089 "idna 0.2.3",
1090 "url 2.3.1",
1091]
1092
1093[[package]]
1094name = "quote"
1095version = "0.6.13"
1096source = "registry+https://github.com/rust-lang/crates.io-index"
1097checksum = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1"
1098dependencies = [
1099 "proc-macro2 0.4.30",
1100]
1101
1102[[package]]
1103name = "quote"
1104version = "1.0.23"
1105source = "registry+https://github.com/rust-lang/crates.io-index"
1106checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b"
1107dependencies = [
1108 "proc-macro2 1.0.51",
1109]
1110
1111[[package]]
1112name = "rand"
1113version = "0.5.6"
1114source = "registry+https://github.com/rust-lang/crates.io-index"
1115checksum = "c618c47cd3ebd209790115ab837de41425723956ad3ce2e6a7f09890947cacb9"
1116dependencies = [
1117 "cloudabi",
1118 "fuchsia-cprng",
1119 "libc",
1120 "rand_core 0.3.1",
1121 "winapi 0.3.9",
1122]
1123
1124[[package]]
1125name = "rand"
1126version = "0.6.5"
1127source = "registry+https://github.com/rust-lang/crates.io-index"
1128checksum = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
1129dependencies = [
1130 "autocfg 0.1.8",
1131 "libc",
1132 "rand_chacha",
1133 "rand_core 0.4.2",
1134 "rand_hc",
1135 "rand_isaac",
1136 "rand_jitter",
1137 "rand_os",
1138 "rand_pcg",
1139 "rand_xorshift",
1140 "winapi 0.3.9",
1141]
1142
1143[[package]]
1144name = "rand_chacha"
1145version = "0.1.1"
1146source = "registry+https://github.com/rust-lang/crates.io-index"
1147checksum = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
1148dependencies = [
1149 "autocfg 0.1.8",
1150 "rand_core 0.3.1",
1151]
1152
1153[[package]]
1154name = "rand_core"
1155version = "0.3.1"
1156source = "registry+https://github.com/rust-lang/crates.io-index"
1157checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
1158dependencies = [
1159 "rand_core 0.4.2",
1160]
1161
1162[[package]]
1163name = "rand_core"
1164version = "0.4.2"
1165source = "registry+https://github.com/rust-lang/crates.io-index"
1166checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
1167
1168[[package]]
1169name = "rand_hc"
1170version = "0.1.0"
1171source = "registry+https://github.com/rust-lang/crates.io-index"
1172checksum = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
1173dependencies = [
1174 "rand_core 0.3.1",
1175]
1176
1177[[package]]
1178name = "rand_isaac"
1179version = "0.1.1"
1180source = "registry+https://github.com/rust-lang/crates.io-index"
1181checksum = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
1182dependencies = [
1183 "rand_core 0.3.1",
1184]
1185
1186[[package]]
1187name = "rand_jitter"
1188version = "0.1.4"
1189source = "registry+https://github.com/rust-lang/crates.io-index"
1190checksum = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b"
1191dependencies = [
1192 "libc",
1193 "rand_core 0.4.2",
1194 "winapi 0.3.9",
1195]
1196
1197[[package]]
1198name = "rand_os"
1199version = "0.1.3"
1200source = "registry+https://github.com/rust-lang/crates.io-index"
1201checksum = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
1202dependencies = [
1203 "cloudabi",
1204 "fuchsia-cprng",
1205 "libc",
1206 "rand_core 0.4.2",
1207 "rdrand",
1208 "winapi 0.3.9",
1209]
1210
1211[[package]]
1212name = "rand_pcg"
1213version = "0.1.2"
1214source = "registry+https://github.com/rust-lang/crates.io-index"
1215checksum = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44"
1216dependencies = [
1217 "autocfg 0.1.8",
1218 "rand_core 0.4.2",
1219]
1220
1221[[package]]
1222name = "rand_xorshift"
1223version = "0.1.1"
1224source = "registry+https://github.com/rust-lang/crates.io-index"
1225checksum = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c"
1226dependencies = [
1227 "rand_core 0.3.1",
1228]
1229
1230[[package]]
1231name = "rdrand"
1232version = "0.4.0"
1233source = "registry+https://github.com/rust-lang/crates.io-index"
1234checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
1235dependencies = [
1236 "rand_core 0.3.1",
1237]
1238
1239[[package]]
1240name = "redox_syscall"
1241version = "0.1.57"
1242source = "registry+https://github.com/rust-lang/crates.io-index"
1243checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
1244
1245[[package]]
1246name = "redox_syscall"
1247version = "0.2.16"
1248source = "registry+https://github.com/rust-lang/crates.io-index"
1249checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
1250dependencies = [
1251 "bitflags",
1252]
1253
1254[[package]]
1255name = "redox_users"
1256version = "0.3.5"
1257source = "registry+https://github.com/rust-lang/crates.io-index"
1258checksum = "de0737333e7a9502c789a36d7c7fa6092a49895d4faa31ca5df163857ded2e9d"
1259dependencies = [
1260 "getrandom 0.1.16",
1261 "redox_syscall 0.1.57",
1262 "rust-argon2",
1263]
1264
1265[[package]]
1266name = "regex"
1267version = "0.2.11"
1268source = "registry+https://github.com/rust-lang/crates.io-index"
1269checksum = "9329abc99e39129fcceabd24cf5d85b4671ef7c29c50e972bc5afe32438ec384"
1270dependencies = [
1271 "aho-corasick 0.6.10",
1272 "memchr",
1273 "regex-syntax 0.5.6",
1274 "thread_local",
1275 "utf8-ranges",
1276]
1277
1278[[package]]
1279name = "regex"
1280version = "1.7.1"
1281source = "registry+https://github.com/rust-lang/crates.io-index"
1282checksum = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733"
1283dependencies = [
1284 "aho-corasick 0.7.20",
1285 "memchr",
1286 "regex-syntax 0.6.28",
1287]
1288
1289[[package]]
1290name = "regex-syntax"
1291version = "0.5.6"
1292source = "registry+https://github.com/rust-lang/crates.io-index"
1293checksum = "7d707a4fa2637f2dca2ef9fd02225ec7661fe01a53623c1e6515b6916511f7a7"
1294dependencies = [
1295 "ucd-util",
1296]
1297
1298[[package]]
1299name = "regex-syntax"
1300version = "0.6.28"
1301source = "registry+https://github.com/rust-lang/crates.io-index"
1302checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
1303
1304[[package]]
1305name = "reqwest"
1306version = "0.9.24"
1307source = "registry+https://github.com/rust-lang/crates.io-index"
1308checksum = "f88643aea3c1343c804950d7bf983bd2067f5ab59db6d613a08e05572f2714ab"
1309dependencies = [
1310 "base64 0.10.1",
1311 "bytes",
1312 "cookie",
1313 "cookie_store",
1314 "encoding_rs",
1315 "flate2",
1316 "futures",
1317 "http",
1318 "hyper",
1319 "hyper-tls",
1320 "log",
1321 "mime",
1322 "mime_guess",
1323 "native-tls",
1324 "serde",
1325 "serde_json",
1326 "serde_urlencoded",
1327 "time",
1328 "tokio",
1329 "tokio-executor",
1330 "tokio-io",
1331 "tokio-threadpool",
1332 "tokio-timer",
1333 "url 1.7.2",
1334 "uuid 0.7.4",
1335 "winreg",
1336]
1337
1338[[package]]
1339name = "rust-argon2"
1340version = "0.8.3"
1341source = "registry+https://github.com/rust-lang/crates.io-index"
1342checksum = "4b18820d944b33caa75a71378964ac46f58517c92b6ae5f762636247c09e78fb"
1343dependencies = [
1344 "base64 0.13.1",
1345 "blake2b_simd",
1346 "constant_time_eq",
1347 "crossbeam-utils 0.8.14",
1348]
1349
1350[[package]]
1351name = "rustc-demangle"
1352version = "0.1.21"
1353source = "registry+https://github.com/rust-lang/crates.io-index"
1354checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
1355
1356[[package]]
1357name = "rustc_version"
1358version = "0.2.3"
1359source = "registry+https://github.com/rust-lang/crates.io-index"
1360checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
1361dependencies = [
1362 "semver",
1363]
1364
1365[[package]]
1366name = "rustix"
1367version = "0.36.8"
1368source = "registry+https://github.com/rust-lang/crates.io-index"
1369checksum = "f43abb88211988493c1abb44a70efa56ff0ce98f233b7b276146f1f3f7ba9644"
1370dependencies = [
1371 "bitflags",
1372 "errno",
1373 "io-lifetimes",
1374 "libc",
1375 "linux-raw-sys",
1376 "windows-sys 0.45.0",
1377]
1378
1379[[package]]
1380name = "ryu"
1381version = "1.0.12"
1382source = "registry+https://github.com/rust-lang/crates.io-index"
1383checksum = "7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde"
1384
1385[[package]]
1386name = "schannel"
1387version = "0.1.21"
1388source = "registry+https://github.com/rust-lang/crates.io-index"
1389checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3"
1390dependencies = [
1391 "windows-sys 0.42.0",
1392]
1393
1394[[package]]
1395name = "scopeguard"
1396version = "1.1.0"
1397source = "registry+https://github.com/rust-lang/crates.io-index"
1398checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
1399
1400[[package]]
1401name = "security-framework"
1402version = "2.8.2"
1403source = "registry+https://github.com/rust-lang/crates.io-index"
1404checksum = "a332be01508d814fed64bf28f798a146d73792121129962fdf335bb3c49a4254"
1405dependencies = [
1406 "bitflags",
1407 "core-foundation",
1408 "core-foundation-sys",
1409 "libc",
1410 "security-framework-sys",
1411]
1412
1413[[package]]
1414name = "security-framework-sys"
1415version = "2.8.0"
1416source = "registry+https://github.com/rust-lang/crates.io-index"
1417checksum = "31c9bb296072e961fcbd8853511dd39c2d8be2deb1e17c6860b1d30732b323b4"
1418dependencies = [
1419 "core-foundation-sys",
1420 "libc",
1421]
1422
1423[[package]]
1424name = "semver"
1425version = "0.9.0"
1426source = "registry+https://github.com/rust-lang/crates.io-index"
1427checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
1428dependencies = [
1429 "semver-parser",
1430]
1431
1432[[package]]
1433name = "semver-parser"
1434version = "0.7.0"
1435source = "registry+https://github.com/rust-lang/crates.io-index"
1436checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
1437
1438[[package]]
1439name = "serde"
1440version = "1.0.152"
1441source = "registry+https://github.com/rust-lang/crates.io-index"
1442checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb"
1443dependencies = [
1444 "serde_derive",
1445]
1446
1447[[package]]
1448name = "serde_derive"
1449version = "1.0.152"
1450source = "registry+https://github.com/rust-lang/crates.io-index"
1451checksum = "af487d118eecd09402d70a5d72551860e788df87b464af30e5ea6a38c75c541e"
1452dependencies = [
1453 "proc-macro2 1.0.51",
1454 "quote 1.0.23",
1455 "syn 1.0.109",
1456]
1457
1458[[package]]
1459name = "serde_json"
1460version = "1.0.93"
1461source = "registry+https://github.com/rust-lang/crates.io-index"
1462checksum = "cad406b69c91885b5107daf2c29572f6c8cdb3c66826821e286c533490c0bc76"
1463dependencies = [
1464 "itoa 1.0.5",
1465 "ryu",
1466 "serde",
1467]
1468
1469[[package]]
1470name = "serde_urlencoded"
1471version = "0.5.5"
1472source = "registry+https://github.com/rust-lang/crates.io-index"
1473checksum = "642dd69105886af2efd227f75a520ec9b44a820d65bc133a9131f7d229fd165a"
1474dependencies = [
1475 "dtoa",
1476 "itoa 0.4.8",
1477 "serde",
1478 "url 1.7.2",
1479]
1480
1481[[package]]
1482name = "slab"
1483version = "0.4.8"
1484source = "registry+https://github.com/rust-lang/crates.io-index"
1485checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
1486dependencies = [
1487 "autocfg 1.1.0",
1488]
1489
1490[[package]]
1491name = "smallvec"
1492version = "0.6.14"
1493source = "registry+https://github.com/rust-lang/crates.io-index"
1494checksum = "b97fcaeba89edba30f044a10c6a3cc39df9c3f17d7cd829dd1446cab35f890e0"
1495dependencies = [
1496 "maybe-uninit",
1497]
1498
1499[[package]]
1500name = "string"
1501version = "0.2.1"
1502source = "registry+https://github.com/rust-lang/crates.io-index"
1503checksum = "d24114bfcceb867ca7f71a0d3fe45d45619ec47a6fbfa98cb14e14250bfa5d6d"
1504dependencies = [
1505 "bytes",
1506]
1507
1508[[package]]
1509name = "strsim"
1510version = "0.8.0"
1511source = "registry+https://github.com/rust-lang/crates.io-index"
1512checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
1513
1514[[package]]
1515name = "structopt"
1516version = "0.2.18"
1517source = "registry+https://github.com/rust-lang/crates.io-index"
1518checksum = "16c2cdbf9cc375f15d1b4141bc48aeef444806655cd0e904207edc8d68d86ed7"
1519dependencies = [
1520 "clap",
1521 "structopt-derive",
1522]
1523
1524[[package]]
1525name = "structopt-derive"
1526version = "0.2.18"
1527source = "registry+https://github.com/rust-lang/crates.io-index"
1528checksum = "53010261a84b37689f9ed7d395165029f9cc7abb9f56bbfe86bee2597ed25107"
1529dependencies = [
1530 "heck",
1531 "proc-macro2 0.4.30",
1532 "quote 0.6.13",
1533 "syn 0.15.44",
1534]
1535
1536[[package]]
1537name = "syn"
1538version = "0.15.44"
1539source = "registry+https://github.com/rust-lang/crates.io-index"
1540checksum = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5"
1541dependencies = [
1542 "proc-macro2 0.4.30",
1543 "quote 0.6.13",
1544 "unicode-xid 0.1.0",
1545]
1546
1547[[package]]
1548name = "syn"
1549version = "1.0.109"
1550source = "registry+https://github.com/rust-lang/crates.io-index"
1551checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
1552dependencies = [
1553 "proc-macro2 1.0.51",
1554 "quote 1.0.23",
1555 "unicode-ident",
1556]
1557
1558[[package]]
1559name = "synstructure"
1560version = "0.12.6"
1561source = "registry+https://github.com/rust-lang/crates.io-index"
1562checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
1563dependencies = [
1564 "proc-macro2 1.0.51",
1565 "quote 1.0.23",
1566 "syn 1.0.109",
1567 "unicode-xid 0.2.4",
1568]
1569
1570[[package]]
1571name = "tempfile"
1572version = "3.4.0"
1573source = "registry+https://github.com/rust-lang/crates.io-index"
1574checksum = "af18f7ae1acd354b992402e9ec5864359d693cd8a79dcbef59f76891701c1e95"
1575dependencies = [
1576 "cfg-if 1.0.0",
1577 "fastrand",
1578 "redox_syscall 0.2.16",
1579 "rustix",
1580 "windows-sys 0.42.0",
1581]
1582
1583[[package]]
1584name = "termcolor"
1585version = "1.2.0"
1586source = "registry+https://github.com/rust-lang/crates.io-index"
1587checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
1588dependencies = [
1589 "winapi-util",
1590]
1591
1592[[package]]
1593name = "textwrap"
1594version = "0.11.0"
1595source = "registry+https://github.com/rust-lang/crates.io-index"
1596checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
1597dependencies = [
1598 "unicode-width",
1599]
1600
1601[[package]]
1602name = "thread_local"
1603version = "0.3.6"
1604source = "registry+https://github.com/rust-lang/crates.io-index"
1605checksum = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b"
1606dependencies = [
1607 "lazy_static",
1608]
1609
1610[[package]]
1611name = "time"
1612version = "0.1.45"
1613source = "registry+https://github.com/rust-lang/crates.io-index"
1614checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"
1615dependencies = [
1616 "libc",
1617 "wasi 0.10.0+wasi-snapshot-preview1",
1618 "winapi 0.3.9",
1619]
1620
1621[[package]]
1622name = "tinyvec"
1623version = "1.6.0"
1624source = "registry+https://github.com/rust-lang/crates.io-index"
1625checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
1626dependencies = [
1627 "tinyvec_macros",
1628]
1629
1630[[package]]
1631name = "tinyvec_macros"
1632version = "0.1.1"
1633source = "registry+https://github.com/rust-lang/crates.io-index"
1634checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
1635
1636[[package]]
1637name = "tokio"
1638version = "0.1.22"
1639source = "registry+https://github.com/rust-lang/crates.io-index"
1640checksum = "5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6"
1641dependencies = [
1642 "bytes",
1643 "futures",
1644 "mio",
1645 "num_cpus",
1646 "tokio-current-thread",
1647 "tokio-executor",
1648 "tokio-io",
1649 "tokio-reactor",
1650 "tokio-tcp",
1651 "tokio-threadpool",
1652 "tokio-timer",
1653]
1654
1655[[package]]
1656name = "tokio-buf"
1657version = "0.1.1"
1658source = "registry+https://github.com/rust-lang/crates.io-index"
1659checksum = "8fb220f46c53859a4b7ec083e41dec9778ff0b1851c0942b211edb89e0ccdc46"
1660dependencies = [
1661 "bytes",
1662 "either",
1663 "futures",
1664]
1665
1666[[package]]
1667name = "tokio-current-thread"
1668version = "0.1.7"
1669source = "registry+https://github.com/rust-lang/crates.io-index"
1670checksum = "b1de0e32a83f131e002238d7ccde18211c0a5397f60cbfffcb112868c2e0e20e"
1671dependencies = [
1672 "futures",
1673 "tokio-executor",
1674]
1675
1676[[package]]
1677name = "tokio-executor"
1678version = "0.1.10"
1679source = "registry+https://github.com/rust-lang/crates.io-index"
1680checksum = "fb2d1b8f4548dbf5e1f7818512e9c406860678f29c300cdf0ebac72d1a3a1671"
1681dependencies = [
1682 "crossbeam-utils 0.7.2",
1683 "futures",
1684]
1685
1686[[package]]
1687name = "tokio-io"
1688version = "0.1.13"
1689source = "registry+https://github.com/rust-lang/crates.io-index"
1690checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
1691dependencies = [
1692 "bytes",
1693 "futures",
1694 "log",
1695]
1696
1697[[package]]
1698name = "tokio-reactor"
1699version = "0.1.12"
1700source = "registry+https://github.com/rust-lang/crates.io-index"
1701checksum = "09bc590ec4ba8ba87652da2068d150dcada2cfa2e07faae270a5e0409aa51351"
1702dependencies = [
1703 "crossbeam-utils 0.7.2",
1704 "futures",
1705 "lazy_static",
1706 "log",
1707 "mio",
1708 "num_cpus",
1709 "parking_lot",
1710 "slab",
1711 "tokio-executor",
1712 "tokio-io",
1713 "tokio-sync",
1714]
1715
1716[[package]]
1717name = "tokio-sync"
1718version = "0.1.8"
1719source = "registry+https://github.com/rust-lang/crates.io-index"
1720checksum = "edfe50152bc8164fcc456dab7891fa9bf8beaf01c5ee7e1dd43a397c3cf87dee"
1721dependencies = [
1722 "fnv",
1723 "futures",
1724]
1725
1726[[package]]
1727name = "tokio-tcp"
1728version = "0.1.4"
1729source = "registry+https://github.com/rust-lang/crates.io-index"
1730checksum = "98df18ed66e3b72e742f185882a9e201892407957e45fbff8da17ae7a7c51f72"
1731dependencies = [
1732 "bytes",
1733 "futures",
1734 "iovec",
1735 "mio",
1736 "tokio-io",
1737 "tokio-reactor",
1738]
1739
1740[[package]]
1741name = "tokio-threadpool"
1742version = "0.1.18"
1743source = "registry+https://github.com/rust-lang/crates.io-index"
1744checksum = "df720b6581784c118f0eb4310796b12b1d242a7eb95f716a8367855325c25f89"
1745dependencies = [
1746 "crossbeam-deque",
1747 "crossbeam-queue",
1748 "crossbeam-utils 0.7.2",
1749 "futures",
1750 "lazy_static",
1751 "log",
1752 "num_cpus",
1753 "slab",
1754 "tokio-executor",
1755]
1756
1757[[package]]
1758name = "tokio-timer"
1759version = "0.2.13"
1760source = "registry+https://github.com/rust-lang/crates.io-index"
1761checksum = "93044f2d313c95ff1cb7809ce9a7a05735b012288a888b62d4434fd58c94f296"
1762dependencies = [
1763 "crossbeam-utils 0.7.2",
1764 "futures",
1765 "slab",
1766 "tokio-executor",
1767]
1768
1769[[package]]
1770name = "toml"
1771version = "0.5.11"
1772source = "registry+https://github.com/rust-lang/crates.io-index"
1773checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
1774dependencies = [
1775 "serde",
1776]
1777
1778[[package]]
1779name = "try-lock"
1780version = "0.2.4"
1781source = "registry+https://github.com/rust-lang/crates.io-index"
1782checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
1783
1784[[package]]
1785name = "try_from"
1786version = "0.3.2"
1787source = "registry+https://github.com/rust-lang/crates.io-index"
1788checksum = "283d3b89e1368717881a9d51dad843cc435380d8109c9e47d38780a324698d8b"
1789dependencies = [
1790 "cfg-if 0.1.10",
1791]
1792
1793[[package]]
1794name = "ucd-util"
1795version = "0.1.10"
1796source = "registry+https://github.com/rust-lang/crates.io-index"
1797checksum = "abd2fc5d32b590614af8b0a20d837f32eca055edd0bbead59a9cfe80858be003"
1798
1799[[package]]
1800name = "unicase"
1801version = "2.6.0"
1802source = "registry+https://github.com/rust-lang/crates.io-index"
1803checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
1804dependencies = [
1805 "version_check",
1806]
1807
1808[[package]]
1809name = "unicode-bidi"
1810version = "0.3.10"
1811source = "registry+https://github.com/rust-lang/crates.io-index"
1812checksum = "d54675592c1dbefd78cbd98db9bacd89886e1ca50692a0692baefffdeb92dd58"
1813
1814[[package]]
1815name = "unicode-ident"
1816version = "1.0.6"
1817source = "registry+https://github.com/rust-lang/crates.io-index"
1818checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc"
1819
1820[[package]]
1821name = "unicode-normalization"
1822version = "0.1.22"
1823source = "registry+https://github.com/rust-lang/crates.io-index"
1824checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
1825dependencies = [
1826 "tinyvec",
1827]
1828
1829[[package]]
1830name = "unicode-segmentation"
1831version = "1.10.1"
1832source = "registry+https://github.com/rust-lang/crates.io-index"
1833checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
1834
1835[[package]]
1836name = "unicode-width"
1837version = "0.1.10"
1838source = "registry+https://github.com/rust-lang/crates.io-index"
1839checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
1840
1841[[package]]
1842name = "unicode-xid"
1843version = "0.1.0"
1844source = "registry+https://github.com/rust-lang/crates.io-index"
1845checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
1846
1847[[package]]
1848name = "unicode-xid"
1849version = "0.2.4"
1850source = "registry+https://github.com/rust-lang/crates.io-index"
1851checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
1852
1853[[package]]
1854name = "url"
1855version = "1.7.2"
1856source = "registry+https://github.com/rust-lang/crates.io-index"
1857checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"
1858dependencies = [
1859 "idna 0.1.5",
1860 "matches",
1861 "percent-encoding 1.0.1",
1862]
1863
1864[[package]]
1865name = "url"
1866version = "2.3.1"
1867source = "registry+https://github.com/rust-lang/crates.io-index"
1868checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
1869dependencies = [
1870 "form_urlencoded",
1871 "idna 0.3.0",
1872 "percent-encoding 2.2.0",
1873]
1874
1875[[package]]
1876name = "utf8-ranges"
1877version = "1.0.5"
1878source = "registry+https://github.com/rust-lang/crates.io-index"
1879checksum = "7fcfc827f90e53a02eaef5e535ee14266c1d569214c6aa70133a624d8a3164ba"
1880
1881[[package]]
1882name = "uuid"
1883version = "0.7.4"
1884source = "registry+https://github.com/rust-lang/crates.io-index"
1885checksum = "90dbc611eb48397705a6b0f6e917da23ae517e4d127123d2cf7674206627d32a"
1886dependencies = [
1887 "rand 0.6.5",
1888]
1889
1890[[package]]
1891name = "uuid"
1892version = "0.8.2"
1893source = "registry+https://github.com/rust-lang/crates.io-index"
1894checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
1895dependencies = [
1896 "getrandom 0.2.8",
1897]
1898
1899[[package]]
1900name = "vcpkg"
1901version = "0.2.15"
1902source = "registry+https://github.com/rust-lang/crates.io-index"
1903checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
1904
1905[[package]]
1906name = "vec_map"
1907version = "0.8.2"
1908source = "registry+https://github.com/rust-lang/crates.io-index"
1909checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
1910
1911[[package]]
1912name = "version_check"
1913version = "0.9.4"
1914source = "registry+https://github.com/rust-lang/crates.io-index"
1915checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
1916
1917[[package]]
1918name = "want"
1919version = "0.2.0"
1920source = "registry+https://github.com/rust-lang/crates.io-index"
1921checksum = "b6395efa4784b027708f7451087e647ec73cc74f5d9bc2e418404248d679a230"
1922dependencies = [
1923 "futures",
1924 "log",
1925 "try-lock",
1926]
1927
1928[[package]]
1929name = "wasi"
1930version = "0.9.0+wasi-snapshot-preview1"
1931source = "registry+https://github.com/rust-lang/crates.io-index"
1932checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
1933
1934[[package]]
1935name = "wasi"
1936version = "0.10.0+wasi-snapshot-preview1"
1937source = "registry+https://github.com/rust-lang/crates.io-index"
1938checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
1939
1940[[package]]
1941name = "wasi"
1942version = "0.11.0+wasi-snapshot-preview1"
1943source = "registry+https://github.com/rust-lang/crates.io-index"
1944checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
1945
1946[[package]]
1947name = "winapi"
1948version = "0.2.8"
1949source = "registry+https://github.com/rust-lang/crates.io-index"
1950checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
1951
1952[[package]]
1953name = "winapi"
1954version = "0.3.9"
1955source = "registry+https://github.com/rust-lang/crates.io-index"
1956checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1957dependencies = [
1958 "winapi-i686-pc-windows-gnu",
1959 "winapi-x86_64-pc-windows-gnu",
1960]
1961
1962[[package]]
1963name = "winapi-build"
1964version = "0.1.1"
1965source = "registry+https://github.com/rust-lang/crates.io-index"
1966checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
1967
1968[[package]]
1969name = "winapi-i686-pc-windows-gnu"
1970version = "0.4.0"
1971source = "registry+https://github.com/rust-lang/crates.io-index"
1972checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1973
1974[[package]]
1975name = "winapi-util"
1976version = "0.1.5"
1977source = "registry+https://github.com/rust-lang/crates.io-index"
1978checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
1979dependencies = [
1980 "winapi 0.3.9",
1981]
1982
1983[[package]]
1984name = "winapi-x86_64-pc-windows-gnu"
1985version = "0.4.0"
1986source = "registry+https://github.com/rust-lang/crates.io-index"
1987checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1988
1989[[package]]
1990name = "windows-sys"
1991version = "0.42.0"
1992source = "registry+https://github.com/rust-lang/crates.io-index"
1993checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
1994dependencies = [
1995 "windows_aarch64_gnullvm",
1996 "windows_aarch64_msvc",
1997 "windows_i686_gnu",
1998 "windows_i686_msvc",
1999 "windows_x86_64_gnu",
2000 "windows_x86_64_gnullvm",
2001 "windows_x86_64_msvc",
2002]
2003
2004[[package]]
2005name = "windows-sys"
2006version = "0.45.0"
2007source = "registry+https://github.com/rust-lang/crates.io-index"
2008checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
2009dependencies = [
2010 "windows-targets",
2011]
2012
2013[[package]]
2014name = "windows-targets"
2015version = "0.42.1"
2016source = "registry+https://github.com/rust-lang/crates.io-index"
2017checksum = "8e2522491fbfcd58cc84d47aeb2958948c4b8982e9a2d8a2a35bbaed431390e7"
2018dependencies = [
2019 "windows_aarch64_gnullvm",
2020 "windows_aarch64_msvc",
2021 "windows_i686_gnu",
2022 "windows_i686_msvc",
2023 "windows_x86_64_gnu",
2024 "windows_x86_64_gnullvm",
2025 "windows_x86_64_msvc",
2026]
2027
2028[[package]]
2029name = "windows_aarch64_gnullvm"
2030version = "0.42.1"
2031source = "registry+https://github.com/rust-lang/crates.io-index"
2032checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608"
2033
2034[[package]]
2035name = "windows_aarch64_msvc"
2036version = "0.42.1"
2037source = "registry+https://github.com/rust-lang/crates.io-index"
2038checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7"
2039
2040[[package]]
2041name = "windows_i686_gnu"
2042version = "0.42.1"
2043source = "registry+https://github.com/rust-lang/crates.io-index"
2044checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640"
2045
2046[[package]]
2047name = "windows_i686_msvc"
2048version = "0.42.1"
2049source = "registry+https://github.com/rust-lang/crates.io-index"
2050checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605"
2051
2052[[package]]
2053name = "windows_x86_64_gnu"
2054version = "0.42.1"
2055source = "registry+https://github.com/rust-lang/crates.io-index"
2056checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45"
2057
2058[[package]]
2059name = "windows_x86_64_gnullvm"
2060version = "0.42.1"
2061source = "registry+https://github.com/rust-lang/crates.io-index"
2062checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463"
2063
2064[[package]]
2065name = "windows_x86_64_msvc"
2066version = "0.42.1"
2067source = "registry+https://github.com/rust-lang/crates.io-index"
2068checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd"
2069
2070[[package]]
2071name = "winreg"
2072version = "0.6.2"
2073source = "registry+https://github.com/rust-lang/crates.io-index"
2074checksum = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9"
2075dependencies = [
2076 "winapi 0.3.9",
2077]
2078
2079[[package]]
2080name = "ws2_32-sys"
2081version = "0.2.1"
2082source = "registry+https://github.com/rust-lang/crates.io-index"
2083checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
2084dependencies = [
2085 "winapi 0.2.8",
2086 "winapi-build",
2087]