1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3[[package]]
4name = "autocfg"
5version = "1.0.1"
6source = "registry+https://github.com/rust-lang/crates.io-index"
7checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
8
9[[package]]
10name = "bitflags"
11version = "1.2.1"
12source = "registry+https://github.com/rust-lang/crates.io-index"
13checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
14
15[[package]]
16name = "bytes"
17version = "0.5.3"
18source = "registry+https://github.com/rust-lang/crates.io-index"
19checksum = "10004c15deb332055f7a4a208190aed362cf9a7c2f6ab70a305fba50e1105f38"
20
21[[package]]
22name = "bytes"
23version = "1.0.0"
24source = "registry+https://github.com/rust-lang/crates.io-index"
25checksum = "ad1f8e949d755f9d79112b5bb46938e0ef9d3804a0b16dfab13aafcaa5f0fa72"
26
27[[package]]
28name = "cc"
29version = "1.0.66"
30source = "registry+https://github.com/rust-lang/crates.io-index"
31checksum = "4c0496836a84f8d0495758516b8621a622beb77c0fed418570e50764093ced48"
32
33[[package]]
34name = "cfg-if"
35version = "0.1.10"
36source = "registry+https://github.com/rust-lang/crates.io-index"
37checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
38
39[[package]]
40name = "cfg-if"
41version = "1.0.0"
42source = "registry+https://github.com/rust-lang/crates.io-index"
43checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
44
45[[package]]
46name = "core-foundation"
47version = "0.9.1"
48source = "registry+https://github.com/rust-lang/crates.io-index"
49checksum = "0a89e2ae426ea83155dccf10c0fa6b1463ef6d5fcb44cee0b224a408fa640a62"
50dependencies = [
51 "core-foundation-sys",
52 "libc",
53]
54
55[[package]]
56name = "core-foundation-sys"
57version = "0.8.2"
58source = "registry+https://github.com/rust-lang/crates.io-index"
59checksum = "ea221b5284a47e40033bf9b66f35f984ec0ea2931eb03505246cd27a963f981b"
60
61[[package]]
62name = "fnv"
63version = "1.0.6"
64source = "registry+https://github.com/rust-lang/crates.io-index"
65checksum = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3"
66
67[[package]]
68name = "foreign-types"
69version = "0.3.2"
70source = "registry+https://github.com/rust-lang/crates.io-index"
71checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
72dependencies = [
73 "foreign-types-shared",
74]
75
76[[package]]
77name = "foreign-types-shared"
78version = "0.1.1"
79source = "registry+https://github.com/rust-lang/crates.io-index"
80checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
81
82[[package]]
83name = "futures-channel"
84version = "0.3.1"
85source = "registry+https://github.com/rust-lang/crates.io-index"
86checksum = "fcae98ca17d102fd8a3603727b9259fcf7fa4239b603d2142926189bc8999b86"
87dependencies = [
88 "futures-core",
89]
90
91[[package]]
92name = "futures-core"
93version = "0.3.1"
94source = "registry+https://github.com/rust-lang/crates.io-index"
95checksum = "79564c427afefab1dfb3298535b21eda083ef7935b4f0ecbfcb121f0aec10866"
96
97[[package]]
98name = "futures-task"
99version = "0.3.1"
100source = "registry+https://github.com/rust-lang/crates.io-index"
101checksum = "0bae52d6b29cf440e298856fec3965ee6fa71b06aa7495178615953fd669e5f9"
102
103[[package]]
104name = "futures-util"
105version = "0.3.1"
106source = "registry+https://github.com/rust-lang/crates.io-index"
107checksum = "c0d66274fb76985d3c62c886d1da7ac4c0903a8c9f754e8fe0f35a6a6cc39e76"
108dependencies = [
109 "futures-core",
110 "futures-task",
111 "pin-utils",
112]
113
114[[package]]
115name = "getrandom"
116version = "0.1.16"
117source = "registry+https://github.com/rust-lang/crates.io-index"
118checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
119dependencies = [
120 "cfg-if 1.0.0",
121 "libc",
122 "wasi",
123]
124
125[[package]]
126name = "http"
127version = "0.2.0"
128source = "registry+https://github.com/rust-lang/crates.io-index"
129checksum = "b708cc7f06493459026f53b9a61a7a121a5d1ec6238dee58ea4941132b30156b"
130dependencies = [
131 "bytes 0.5.3",
132 "fnv",
133 "itoa",
134]
135
136[[package]]
137name = "http-body"
138version = "0.4.0"
139source = "registry+https://github.com/rust-lang/crates.io-index"
140checksum = "2861bd27ee074e5ee891e8b539837a9430012e249d7f0ca2d795650f579c1994"
141dependencies = [
142 "bytes 1.0.0",
143 "http",
144]
145
146[[package]]
147name = "httparse"
148version = "1.3.4"
149source = "registry+https://github.com/rust-lang/crates.io-index"
150checksum = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9"
151
152[[package]]
153name = "httpdate"
154version = "0.3.2"
155source = "registry+https://github.com/rust-lang/crates.io-index"
156checksum = "494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47"
157
158[[package]]
159name = "hyper"
160version = "0.14.2"
161source = "registry+https://github.com/rust-lang/crates.io-index"
162checksum = "12219dc884514cb4a6a03737f4413c0e01c23a1b059b0156004b23f1e19dccbe"
163dependencies = [
164 "bytes 1.0.0",
165 "futures-channel",
166 "futures-core",
167 "futures-util",
168 "http",
169 "http-body",
170 "httparse",
171 "httpdate",
172 "itoa",
173 "pin-project",
174 "socket2",
175 "tokio",
176 "tower-service",
177 "tracing",
178 "want",
179]
180
181[[package]]
182name = "hyper-timeout"
183version = "0.4.1"
184dependencies = [
185 "hyper",
186 "hyper-tls",
187 "pin-project-lite",
188 "tokio",
189 "tokio-io-timeout",
190]
191
192[[package]]
193name = "hyper-tls"
194version = "0.5.0"
195source = "registry+https://github.com/rust-lang/crates.io-index"
196checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
197dependencies = [
198 "bytes 1.0.0",
199 "hyper",
200 "native-tls",
201 "tokio",
202 "tokio-native-tls",
203]
204
205[[package]]
206name = "itoa"
207version = "0.4.4"
208source = "registry+https://github.com/rust-lang/crates.io-index"
209checksum = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f"
210
211[[package]]
212name = "lazy_static"
213version = "1.4.0"
214source = "registry+https://github.com/rust-lang/crates.io-index"
215checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
216
217[[package]]
218name = "libc"
219version = "0.2.81"
220source = "registry+https://github.com/rust-lang/crates.io-index"
221checksum = "1482821306169ec4d07f6aca392a4681f66c75c9918aa49641a2595db64053cb"
222
223[[package]]
224name = "log"
225version = "0.4.8"
226source = "registry+https://github.com/rust-lang/crates.io-index"
227checksum = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
228dependencies = [
229 "cfg-if 0.1.10",
230]
231
232[[package]]
233name = "memchr"
234version = "2.3.4"
235source = "registry+https://github.com/rust-lang/crates.io-index"
236checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525"
237
238[[package]]
239name = "mio"
240version = "0.7.6"
241source = "registry+https://github.com/rust-lang/crates.io-index"
242checksum = "f33bc887064ef1fd66020c9adfc45bb9f33d75a42096c81e7c56c65b75dd1a8b"
243dependencies = [
244 "libc",
245 "log",
246 "miow",
247 "ntapi",
248 "winapi",
249]
250
251[[package]]
252name = "miow"
253version = "0.3.6"
254source = "registry+https://github.com/rust-lang/crates.io-index"
255checksum = "5a33c1b55807fbed163481b5ba66db4b2fa6cde694a5027be10fb724206c5897"
256dependencies = [
257 "socket2",
258 "winapi",
259]
260
261[[package]]
262name = "native-tls"
263version = "0.2.7"
264source = "registry+https://github.com/rust-lang/crates.io-index"
265checksum = "b8d96b2e1c8da3957d58100b09f102c6d9cfdfced01b7ec5a8974044bb09dbd4"
266dependencies = [
267 "lazy_static",
268 "libc",
269 "log",
270 "openssl",
271 "openssl-probe",
272 "openssl-sys",
273 "schannel",
274 "security-framework",
275 "security-framework-sys",
276 "tempfile",
277]
278
279[[package]]
280name = "ntapi"
281version = "0.3.6"
282source = "registry+https://github.com/rust-lang/crates.io-index"
283checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44"
284dependencies = [
285 "winapi",
286]
287
288[[package]]
289name = "openssl"
290version = "0.10.32"
291source = "registry+https://github.com/rust-lang/crates.io-index"
292checksum = "038d43985d1ddca7a9900630d8cd031b56e4794eecc2e9ea39dd17aa04399a70"
293dependencies = [
294 "bitflags",
295 "cfg-if 1.0.0",
296 "foreign-types",
297 "lazy_static",
298 "libc",
299 "openssl-sys",
300]
301
302[[package]]
303name = "openssl-probe"
304version = "0.1.2"
305source = "registry+https://github.com/rust-lang/crates.io-index"
306checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
307
308[[package]]
309name = "openssl-sys"
310version = "0.9.60"
311source = "registry+https://github.com/rust-lang/crates.io-index"
312checksum = "921fc71883267538946025deffb622905ecad223c28efbfdef9bb59a0175f3e6"
313dependencies = [
314 "autocfg",
315 "cc",
316 "libc",
317 "pkg-config",
318 "vcpkg",
319]
320
321[[package]]
322name = "pin-project"
323version = "1.0.2"
324source = "registry+https://github.com/rust-lang/crates.io-index"
325checksum = "9ccc2237c2c489783abd8c4c80e5450fc0e98644555b1364da68cc29aa151ca7"
326dependencies = [
327 "pin-project-internal",
328]
329
330[[package]]
331name = "pin-project-internal"
332version = "1.0.2"
333source = "registry+https://github.com/rust-lang/crates.io-index"
334checksum = "f8e8d2bf0b23038a4424865103a4df472855692821aab4e4f5c3312d461d9e5f"
335dependencies = [
336 "proc-macro2",
337 "quote",
338 "syn",
339]
340
341[[package]]
342name = "pin-project-lite"
343version = "0.2.0"
344source = "registry+https://github.com/rust-lang/crates.io-index"
345checksum = "6b063f57ec186e6140e2b8b6921e5f1bd89c7356dda5b33acc5401203ca6131c"
346
347[[package]]
348name = "pin-utils"
349version = "0.1.0-alpha.4"
350source = "registry+https://github.com/rust-lang/crates.io-index"
351checksum = "5894c618ce612a3fa23881b152b608bafb8c56cfc22f434a3ba3120b40f7b587"
352
353[[package]]
354name = "pkg-config"
355version = "0.3.19"
356source = "registry+https://github.com/rust-lang/crates.io-index"
357checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c"
358
359[[package]]
360name = "ppv-lite86"
361version = "0.2.10"
362source = "registry+https://github.com/rust-lang/crates.io-index"
363checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
364
365[[package]]
366name = "proc-macro2"
367version = "1.0.24"
368source = "registry+https://github.com/rust-lang/crates.io-index"
369checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
370dependencies = [
371 "unicode-xid",
372]
373
374[[package]]
375name = "quote"
376version = "1.0.2"
377source = "registry+https://github.com/rust-lang/crates.io-index"
378checksum = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe"
379dependencies = [
380 "proc-macro2",
381]
382
383[[package]]
384name = "rand"
385version = "0.7.3"
386source = "registry+https://github.com/rust-lang/crates.io-index"
387checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
388dependencies = [
389 "getrandom",
390 "libc",
391 "rand_chacha",
392 "rand_core",
393 "rand_hc",
394]
395
396[[package]]
397name = "rand_chacha"
398version = "0.2.2"
399source = "registry+https://github.com/rust-lang/crates.io-index"
400checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
401dependencies = [
402 "ppv-lite86",
403 "rand_core",
404]
405
406[[package]]
407name = "rand_core"
408version = "0.5.1"
409source = "registry+https://github.com/rust-lang/crates.io-index"
410checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
411dependencies = [
412 "getrandom",
413]
414
415[[package]]
416name = "rand_hc"
417version = "0.2.0"
418source = "registry+https://github.com/rust-lang/crates.io-index"
419checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
420dependencies = [
421 "rand_core",
422]
423
424[[package]]
425name = "redox_syscall"
426version = "0.1.57"
427source = "registry+https://github.com/rust-lang/crates.io-index"
428checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
429
430[[package]]
431name = "remove_dir_all"
432version = "0.5.3"
433source = "registry+https://github.com/rust-lang/crates.io-index"
434checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
435dependencies = [
436 "winapi",
437]
438
439[[package]]
440name = "schannel"
441version = "0.1.19"
442source = "registry+https://github.com/rust-lang/crates.io-index"
443checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
444dependencies = [
445 "lazy_static",
446 "winapi",
447]
448
449[[package]]
450name = "security-framework"
451version = "2.0.0"
452source = "registry+https://github.com/rust-lang/crates.io-index"
453checksum = "c1759c2e3c8580017a484a7ac56d3abc5a6c1feadf88db2f3633f12ae4268c69"
454dependencies = [
455 "bitflags",
456 "core-foundation",
457 "core-foundation-sys",
458 "libc",
459 "security-framework-sys",
460]
461
462[[package]]
463name = "security-framework-sys"
464version = "2.0.0"
465source = "registry+https://github.com/rust-lang/crates.io-index"
466checksum = "f99b9d5e26d2a71633cc4f2ebae7cc9f874044e0c351a27e17892d76dce5678b"
467dependencies = [
468 "core-foundation-sys",
469 "libc",
470]
471
472[[package]]
473name = "socket2"
474version = "0.3.19"
475source = "registry+https://github.com/rust-lang/crates.io-index"
476checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"
477dependencies = [
478 "cfg-if 1.0.0",
479 "libc",
480 "winapi",
481]
482
483[[package]]
484name = "syn"
485version = "1.0.55"
486source = "registry+https://github.com/rust-lang/crates.io-index"
487checksum = "a571a711dddd09019ccc628e1b17fe87c59b09d513c06c026877aa708334f37a"
488dependencies = [
489 "proc-macro2",
490 "quote",
491 "unicode-xid",
492]
493
494[[package]]
495name = "tempfile"
496version = "3.1.0"
497source = "registry+https://github.com/rust-lang/crates.io-index"
498checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
499dependencies = [
500 "cfg-if 0.1.10",
501 "libc",
502 "rand",
503 "redox_syscall",
504 "remove_dir_all",
505 "winapi",
506]
507
508[[package]]
509name = "tokio"
510version = "1.0.0"
511source = "registry+https://github.com/rust-lang/crates.io-index"
512checksum = "9f4bfdcbd00fa893ac0549b38aa27080636a0104b0d0c38475a99439405e1df8"
513dependencies = [
514 "autocfg",
515 "bytes 1.0.0",
516 "libc",
517 "memchr",
518 "mio",
519 "pin-project-lite",
520 "tokio-macros",
521]
522
523[[package]]
524name = "tokio-io-timeout"
525version = "1.1.0"
526source = "registry+https://github.com/rust-lang/crates.io-index"
527checksum = "f94145871d9fccb4ed1d839cbba6a76c3f6665c62209a6c0e696dc45d7a9e077"
528dependencies = [
529 "pin-project-lite",
530 "tokio",
531]
532
533[[package]]
534name = "tokio-macros"
535version = "1.0.0"
536source = "registry+https://github.com/rust-lang/crates.io-index"
537checksum = "42517d2975ca3114b22a16192634e8241dc5cc1f130be194645970cc1c371494"
538dependencies = [
539 "proc-macro2",
540 "quote",
541 "syn",
542]
543
544[[package]]
545name = "tokio-native-tls"
546version = "0.3.0"
547source = "registry+https://github.com/rust-lang/crates.io-index"
548checksum = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b"
549dependencies = [
550 "native-tls",
551 "tokio",
552]
553
554[[package]]
555name = "tower-service"
556version = "0.3.0"
557source = "registry+https://github.com/rust-lang/crates.io-index"
558checksum = "e987b6bf443f4b5b3b6f38704195592cca41c5bb7aedd3c3693c7081f8289860"
559
560[[package]]
561name = "tracing"
562version = "0.1.22"
563source = "registry+https://github.com/rust-lang/crates.io-index"
564checksum = "9f47026cdc4080c07e49b37087de021820269d996f581aac150ef9e5583eefe3"
565dependencies = [
566 "cfg-if 1.0.0",
567 "pin-project-lite",
568 "tracing-core",
569]
570
571[[package]]
572name = "tracing-core"
573version = "0.1.17"
574source = "registry+https://github.com/rust-lang/crates.io-index"
575checksum = "f50de3927f93d202783f4513cda820ab47ef17f624b03c096e86ef00c67e6b5f"
576dependencies = [
577 "lazy_static",
578]
579
580[[package]]
581name = "try-lock"
582version = "0.2.2"
583source = "registry+https://github.com/rust-lang/crates.io-index"
584checksum = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382"
585
586[[package]]
587name = "unicode-xid"
588version = "0.2.0"
589source = "registry+https://github.com/rust-lang/crates.io-index"
590checksum = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
591
592[[package]]
593name = "vcpkg"
594version = "0.2.11"
595source = "registry+https://github.com/rust-lang/crates.io-index"
596checksum = "b00bca6106a5e23f3eee943593759b7fcddb00554332e856d990c893966879fb"
597
598[[package]]
599name = "want"
600version = "0.3.0"
601source = "registry+https://github.com/rust-lang/crates.io-index"
602checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
603dependencies = [
604 "log",
605 "try-lock",
606]
607
608[[package]]
609name = "wasi"
610version = "0.9.0+wasi-snapshot-preview1"
611source = "registry+https://github.com/rust-lang/crates.io-index"
612checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
613
614[[package]]
615name = "winapi"
616version = "0.3.9"
617source = "registry+https://github.com/rust-lang/crates.io-index"
618checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
619dependencies = [
620 "winapi-i686-pc-windows-gnu",
621 "winapi-x86_64-pc-windows-gnu",
622]
623
624[[package]]
625name = "winapi-i686-pc-windows-gnu"
626version = "0.4.0"
627source = "registry+https://github.com/rust-lang/crates.io-index"
628checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
629
630[[package]]
631name = "winapi-x86_64-pc-windows-gnu"
632version = "0.4.0"
633source = "registry+https://github.com/rust-lang/crates.io-index"
634checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
635