Implementation of 'get_real_ip'.
[gandi_dns_update.git] / Cargo.lock
1 # This file is automatically @generated by Cargo.
2 # It is not intended for manual editing.
3 [[package]]
4 name = "asd"
5 version = "0.1.0"
6 dependencies = [
7  "itertools",
8  "reqwest",
9  "ron",
10  "serde",
11 ]
12
13 [[package]]
14 name = "autocfg"
15 version = "1.0.1"
16 source = "registry+https://github.com/rust-lang/crates.io-index"
17 checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
18
19 [[package]]
20 name = "base64"
21 version = "0.13.0"
22 source = "registry+https://github.com/rust-lang/crates.io-index"
23 checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
24
25 [[package]]
26 name = "bitflags"
27 version = "1.2.1"
28 source = "registry+https://github.com/rust-lang/crates.io-index"
29 checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
30
31 [[package]]
32 name = "bumpalo"
33 version = "3.6.1"
34 source = "registry+https://github.com/rust-lang/crates.io-index"
35 checksum = "63396b8a4b9de3f4fdfb320ab6080762242f66a8ef174c49d8e19b674db4cdbe"
36
37 [[package]]
38 name = "bytes"
39 version = "1.0.1"
40 source = "registry+https://github.com/rust-lang/crates.io-index"
41 checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040"
42
43 [[package]]
44 name = "cc"
45 version = "1.0.67"
46 source = "registry+https://github.com/rust-lang/crates.io-index"
47 checksum = "e3c69b077ad434294d3ce9f1f6143a2a4b89a8a2d54ef813d85003a4fd1137fd"
48
49 [[package]]
50 name = "cfg-if"
51 version = "1.0.0"
52 source = "registry+https://github.com/rust-lang/crates.io-index"
53 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
54
55 [[package]]
56 name = "core-foundation"
57 version = "0.9.1"
58 source = "registry+https://github.com/rust-lang/crates.io-index"
59 checksum = "0a89e2ae426ea83155dccf10c0fa6b1463ef6d5fcb44cee0b224a408fa640a62"
60 dependencies = [
61  "core-foundation-sys",
62  "libc",
63 ]
64
65 [[package]]
66 name = "core-foundation-sys"
67 version = "0.8.2"
68 source = "registry+https://github.com/rust-lang/crates.io-index"
69 checksum = "ea221b5284a47e40033bf9b66f35f984ec0ea2931eb03505246cd27a963f981b"
70
71 [[package]]
72 name = "either"
73 version = "1.6.1"
74 source = "registry+https://github.com/rust-lang/crates.io-index"
75 checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
76
77 [[package]]
78 name = "encoding_rs"
79 version = "0.8.28"
80 source = "registry+https://github.com/rust-lang/crates.io-index"
81 checksum = "80df024fbc5ac80f87dfef0d9f5209a252f2a497f7f42944cff24d8253cac065"
82 dependencies = [
83  "cfg-if",
84 ]
85
86 [[package]]
87 name = "fnv"
88 version = "1.0.7"
89 source = "registry+https://github.com/rust-lang/crates.io-index"
90 checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
91
92 [[package]]
93 name = "foreign-types"
94 version = "0.3.2"
95 source = "registry+https://github.com/rust-lang/crates.io-index"
96 checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
97 dependencies = [
98  "foreign-types-shared",
99 ]
100
101 [[package]]
102 name = "foreign-types-shared"
103 version = "0.1.1"
104 source = "registry+https://github.com/rust-lang/crates.io-index"
105 checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
106
107 [[package]]
108 name = "form_urlencoded"
109 version = "1.0.1"
110 source = "registry+https://github.com/rust-lang/crates.io-index"
111 checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
112 dependencies = [
113  "matches",
114  "percent-encoding",
115 ]
116
117 [[package]]
118 name = "futures-channel"
119 version = "0.3.13"
120 source = "registry+https://github.com/rust-lang/crates.io-index"
121 checksum = "8c2dd2df839b57db9ab69c2c9d8f3e8c81984781937fe2807dc6dcf3b2ad2939"
122 dependencies = [
123  "futures-core",
124 ]
125
126 [[package]]
127 name = "futures-core"
128 version = "0.3.13"
129 source = "registry+https://github.com/rust-lang/crates.io-index"
130 checksum = "15496a72fabf0e62bdc3df11a59a3787429221dd0710ba8ef163d6f7a9112c94"
131
132 [[package]]
133 name = "futures-io"
134 version = "0.3.13"
135 source = "registry+https://github.com/rust-lang/crates.io-index"
136 checksum = "d71c2c65c57704c32f5241c1223167c2c3294fd34ac020c807ddbe6db287ba59"
137
138 [[package]]
139 name = "futures-sink"
140 version = "0.3.13"
141 source = "registry+https://github.com/rust-lang/crates.io-index"
142 checksum = "85754d98985841b7d4f5e8e6fbfa4a4ac847916893ec511a2917ccd8525b8bb3"
143
144 [[package]]
145 name = "futures-task"
146 version = "0.3.13"
147 source = "registry+https://github.com/rust-lang/crates.io-index"
148 checksum = "fa189ef211c15ee602667a6fcfe1c1fd9e07d42250d2156382820fba33c9df80"
149
150 [[package]]
151 name = "futures-util"
152 version = "0.3.13"
153 source = "registry+https://github.com/rust-lang/crates.io-index"
154 checksum = "1812c7ab8aedf8d6f2701a43e1243acdbcc2b36ab26e2ad421eb99ac963d96d1"
155 dependencies = [
156  "futures-core",
157  "futures-io",
158  "futures-task",
159  "memchr",
160  "pin-project-lite",
161  "pin-utils",
162  "slab",
163 ]
164
165 [[package]]
166 name = "getrandom"
167 version = "0.2.2"
168 source = "registry+https://github.com/rust-lang/crates.io-index"
169 checksum = "c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8"
170 dependencies = [
171  "cfg-if",
172  "libc",
173  "wasi",
174 ]
175
176 [[package]]
177 name = "h2"
178 version = "0.3.1"
179 source = "registry+https://github.com/rust-lang/crates.io-index"
180 checksum = "d832b01df74254fe364568d6ddc294443f61cbec82816b60904303af87efae78"
181 dependencies = [
182  "bytes",
183  "fnv",
184  "futures-core",
185  "futures-sink",
186  "futures-util",
187  "http",
188  "indexmap",
189  "slab",
190  "tokio",
191  "tokio-util",
192  "tracing",
193 ]
194
195 [[package]]
196 name = "hashbrown"
197 version = "0.9.1"
198 source = "registry+https://github.com/rust-lang/crates.io-index"
199 checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
200
201 [[package]]
202 name = "hermit-abi"
203 version = "0.1.18"
204 source = "registry+https://github.com/rust-lang/crates.io-index"
205 checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c"
206 dependencies = [
207  "libc",
208 ]
209
210 [[package]]
211 name = "http"
212 version = "0.2.3"
213 source = "registry+https://github.com/rust-lang/crates.io-index"
214 checksum = "7245cd7449cc792608c3c8a9eaf69bd4eabbabf802713748fd739c98b82f0747"
215 dependencies = [
216  "bytes",
217  "fnv",
218  "itoa",
219 ]
220
221 [[package]]
222 name = "http-body"
223 version = "0.4.0"
224 source = "registry+https://github.com/rust-lang/crates.io-index"
225 checksum = "2861bd27ee074e5ee891e8b539837a9430012e249d7f0ca2d795650f579c1994"
226 dependencies = [
227  "bytes",
228  "http",
229 ]
230
231 [[package]]
232 name = "httparse"
233 version = "1.3.5"
234 source = "registry+https://github.com/rust-lang/crates.io-index"
235 checksum = "615caabe2c3160b313d52ccc905335f4ed5f10881dd63dc5699d47e90be85691"
236
237 [[package]]
238 name = "httpdate"
239 version = "0.3.2"
240 source = "registry+https://github.com/rust-lang/crates.io-index"
241 checksum = "494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47"
242
243 [[package]]
244 name = "hyper"
245 version = "0.14.4"
246 source = "registry+https://github.com/rust-lang/crates.io-index"
247 checksum = "e8e946c2b1349055e0b72ae281b238baf1a3ea7307c7e9f9d64673bdd9c26ac7"
248 dependencies = [
249  "bytes",
250  "futures-channel",
251  "futures-core",
252  "futures-util",
253  "h2",
254  "http",
255  "http-body",
256  "httparse",
257  "httpdate",
258  "itoa",
259  "pin-project",
260  "socket2",
261  "tokio",
262  "tower-service",
263  "tracing",
264  "want",
265 ]
266
267 [[package]]
268 name = "hyper-tls"
269 version = "0.5.0"
270 source = "registry+https://github.com/rust-lang/crates.io-index"
271 checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
272 dependencies = [
273  "bytes",
274  "hyper",
275  "native-tls",
276  "tokio",
277  "tokio-native-tls",
278 ]
279
280 [[package]]
281 name = "idna"
282 version = "0.2.2"
283 source = "registry+https://github.com/rust-lang/crates.io-index"
284 checksum = "89829a5d69c23d348314a7ac337fe39173b61149a9864deabd260983aed48c21"
285 dependencies = [
286  "matches",
287  "unicode-bidi",
288  "unicode-normalization",
289 ]
290
291 [[package]]
292 name = "indexmap"
293 version = "1.6.1"
294 source = "registry+https://github.com/rust-lang/crates.io-index"
295 checksum = "4fb1fa934250de4de8aef298d81c729a7d33d8c239daa3a7575e6b92bfc7313b"
296 dependencies = [
297  "autocfg",
298  "hashbrown",
299 ]
300
301 [[package]]
302 name = "ipnet"
303 version = "2.3.0"
304 source = "registry+https://github.com/rust-lang/crates.io-index"
305 checksum = "47be2f14c678be2fdcab04ab1171db51b2762ce6f0a8ee87c8dd4a04ed216135"
306
307 [[package]]
308 name = "itertools"
309 version = "0.10.0"
310 source = "registry+https://github.com/rust-lang/crates.io-index"
311 checksum = "37d572918e350e82412fe766d24b15e6682fb2ed2bbe018280caa810397cb319"
312 dependencies = [
313  "either",
314 ]
315
316 [[package]]
317 name = "itoa"
318 version = "0.4.7"
319 source = "registry+https://github.com/rust-lang/crates.io-index"
320 checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736"
321
322 [[package]]
323 name = "js-sys"
324 version = "0.3.48"
325 source = "registry+https://github.com/rust-lang/crates.io-index"
326 checksum = "dc9f84f9b115ce7843d60706df1422a916680bfdfcbdb0447c5614ff9d7e4d78"
327 dependencies = [
328  "wasm-bindgen",
329 ]
330
331 [[package]]
332 name = "lazy_static"
333 version = "1.4.0"
334 source = "registry+https://github.com/rust-lang/crates.io-index"
335 checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
336
337 [[package]]
338 name = "libc"
339 version = "0.2.86"
340 source = "registry+https://github.com/rust-lang/crates.io-index"
341 checksum = "b7282d924be3275cec7f6756ff4121987bc6481325397dde6ba3e7802b1a8b1c"
342
343 [[package]]
344 name = "log"
345 version = "0.4.14"
346 source = "registry+https://github.com/rust-lang/crates.io-index"
347 checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
348 dependencies = [
349  "cfg-if",
350 ]
351
352 [[package]]
353 name = "matches"
354 version = "0.1.8"
355 source = "registry+https://github.com/rust-lang/crates.io-index"
356 checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
357
358 [[package]]
359 name = "memchr"
360 version = "2.3.4"
361 source = "registry+https://github.com/rust-lang/crates.io-index"
362 checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525"
363
364 [[package]]
365 name = "mime"
366 version = "0.3.16"
367 source = "registry+https://github.com/rust-lang/crates.io-index"
368 checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
369
370 [[package]]
371 name = "mio"
372 version = "0.7.9"
373 source = "registry+https://github.com/rust-lang/crates.io-index"
374 checksum = "a5dede4e2065b3842b8b0af444119f3aa331cc7cc2dd20388bfb0f5d5a38823a"
375 dependencies = [
376  "libc",
377  "log",
378  "miow",
379  "ntapi",
380  "winapi",
381 ]
382
383 [[package]]
384 name = "miow"
385 version = "0.3.6"
386 source = "registry+https://github.com/rust-lang/crates.io-index"
387 checksum = "5a33c1b55807fbed163481b5ba66db4b2fa6cde694a5027be10fb724206c5897"
388 dependencies = [
389  "socket2",
390  "winapi",
391 ]
392
393 [[package]]
394 name = "native-tls"
395 version = "0.2.7"
396 source = "registry+https://github.com/rust-lang/crates.io-index"
397 checksum = "b8d96b2e1c8da3957d58100b09f102c6d9cfdfced01b7ec5a8974044bb09dbd4"
398 dependencies = [
399  "lazy_static",
400  "libc",
401  "log",
402  "openssl",
403  "openssl-probe",
404  "openssl-sys",
405  "schannel",
406  "security-framework",
407  "security-framework-sys",
408  "tempfile",
409 ]
410
411 [[package]]
412 name = "ntapi"
413 version = "0.3.6"
414 source = "registry+https://github.com/rust-lang/crates.io-index"
415 checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44"
416 dependencies = [
417  "winapi",
418 ]
419
420 [[package]]
421 name = "num_cpus"
422 version = "1.13.0"
423 source = "registry+https://github.com/rust-lang/crates.io-index"
424 checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
425 dependencies = [
426  "hermit-abi",
427  "libc",
428 ]
429
430 [[package]]
431 name = "openssl"
432 version = "0.10.32"
433 source = "registry+https://github.com/rust-lang/crates.io-index"
434 checksum = "038d43985d1ddca7a9900630d8cd031b56e4794eecc2e9ea39dd17aa04399a70"
435 dependencies = [
436  "bitflags",
437  "cfg-if",
438  "foreign-types",
439  "lazy_static",
440  "libc",
441  "openssl-sys",
442 ]
443
444 [[package]]
445 name = "openssl-probe"
446 version = "0.1.2"
447 source = "registry+https://github.com/rust-lang/crates.io-index"
448 checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
449
450 [[package]]
451 name = "openssl-sys"
452 version = "0.9.60"
453 source = "registry+https://github.com/rust-lang/crates.io-index"
454 checksum = "921fc71883267538946025deffb622905ecad223c28efbfdef9bb59a0175f3e6"
455 dependencies = [
456  "autocfg",
457  "cc",
458  "libc",
459  "pkg-config",
460  "vcpkg",
461 ]
462
463 [[package]]
464 name = "percent-encoding"
465 version = "2.1.0"
466 source = "registry+https://github.com/rust-lang/crates.io-index"
467 checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
468
469 [[package]]
470 name = "pin-project"
471 version = "1.0.5"
472 source = "registry+https://github.com/rust-lang/crates.io-index"
473 checksum = "96fa8ebb90271c4477f144354485b8068bd8f6b78b428b01ba892ca26caf0b63"
474 dependencies = [
475  "pin-project-internal",
476 ]
477
478 [[package]]
479 name = "pin-project-internal"
480 version = "1.0.5"
481 source = "registry+https://github.com/rust-lang/crates.io-index"
482 checksum = "758669ae3558c6f74bd2a18b41f7ac0b5a195aea6639d6a9b5e5d1ad5ba24c0b"
483 dependencies = [
484  "proc-macro2",
485  "quote",
486  "syn",
487 ]
488
489 [[package]]
490 name = "pin-project-lite"
491 version = "0.2.4"
492 source = "registry+https://github.com/rust-lang/crates.io-index"
493 checksum = "439697af366c49a6d0a010c56a0d97685bc140ce0d377b13a2ea2aa42d64a827"
494
495 [[package]]
496 name = "pin-utils"
497 version = "0.1.0"
498 source = "registry+https://github.com/rust-lang/crates.io-index"
499 checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
500
501 [[package]]
502 name = "pkg-config"
503 version = "0.3.19"
504 source = "registry+https://github.com/rust-lang/crates.io-index"
505 checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c"
506
507 [[package]]
508 name = "ppv-lite86"
509 version = "0.2.10"
510 source = "registry+https://github.com/rust-lang/crates.io-index"
511 checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
512
513 [[package]]
514 name = "proc-macro2"
515 version = "1.0.24"
516 source = "registry+https://github.com/rust-lang/crates.io-index"
517 checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
518 dependencies = [
519  "unicode-xid",
520 ]
521
522 [[package]]
523 name = "quote"
524 version = "1.0.9"
525 source = "registry+https://github.com/rust-lang/crates.io-index"
526 checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
527 dependencies = [
528  "proc-macro2",
529 ]
530
531 [[package]]
532 name = "rand"
533 version = "0.8.3"
534 source = "registry+https://github.com/rust-lang/crates.io-index"
535 checksum = "0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e"
536 dependencies = [
537  "libc",
538  "rand_chacha",
539  "rand_core",
540  "rand_hc",
541 ]
542
543 [[package]]
544 name = "rand_chacha"
545 version = "0.3.0"
546 source = "registry+https://github.com/rust-lang/crates.io-index"
547 checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d"
548 dependencies = [
549  "ppv-lite86",
550  "rand_core",
551 ]
552
553 [[package]]
554 name = "rand_core"
555 version = "0.6.2"
556 source = "registry+https://github.com/rust-lang/crates.io-index"
557 checksum = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7"
558 dependencies = [
559  "getrandom",
560 ]
561
562 [[package]]
563 name = "rand_hc"
564 version = "0.3.0"
565 source = "registry+https://github.com/rust-lang/crates.io-index"
566 checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73"
567 dependencies = [
568  "rand_core",
569 ]
570
571 [[package]]
572 name = "redox_syscall"
573 version = "0.2.5"
574 source = "registry+https://github.com/rust-lang/crates.io-index"
575 checksum = "94341e4e44e24f6b591b59e47a8a027df12e008d73fd5672dbea9cc22f4507d9"
576 dependencies = [
577  "bitflags",
578 ]
579
580 [[package]]
581 name = "remove_dir_all"
582 version = "0.5.3"
583 source = "registry+https://github.com/rust-lang/crates.io-index"
584 checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
585 dependencies = [
586  "winapi",
587 ]
588
589 [[package]]
590 name = "reqwest"
591 version = "0.11.1"
592 source = "registry+https://github.com/rust-lang/crates.io-index"
593 checksum = "0460542b551950620a3648c6aa23318ac6b3cd779114bd873209e6e8b5eb1c34"
594 dependencies = [
595  "base64",
596  "bytes",
597  "encoding_rs",
598  "futures-core",
599  "futures-util",
600  "http",
601  "http-body",
602  "hyper",
603  "hyper-tls",
604  "ipnet",
605  "js-sys",
606  "lazy_static",
607  "log",
608  "mime",
609  "native-tls",
610  "percent-encoding",
611  "pin-project-lite",
612  "serde",
613  "serde_json",
614  "serde_urlencoded",
615  "tokio",
616  "tokio-native-tls",
617  "url",
618  "wasm-bindgen",
619  "wasm-bindgen-futures",
620  "web-sys",
621  "winreg",
622 ]
623
624 [[package]]
625 name = "ron"
626 version = "0.6.4"
627 source = "registry+https://github.com/rust-lang/crates.io-index"
628 checksum = "064ea8613fb712a19faf920022ec8ddf134984f100090764a4e1d768f3827f1f"
629 dependencies = [
630  "base64",
631  "bitflags",
632  "serde",
633 ]
634
635 [[package]]
636 name = "ryu"
637 version = "1.0.5"
638 source = "registry+https://github.com/rust-lang/crates.io-index"
639 checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
640
641 [[package]]
642 name = "schannel"
643 version = "0.1.19"
644 source = "registry+https://github.com/rust-lang/crates.io-index"
645 checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
646 dependencies = [
647  "lazy_static",
648  "winapi",
649 ]
650
651 [[package]]
652 name = "security-framework"
653 version = "2.1.1"
654 source = "registry+https://github.com/rust-lang/crates.io-index"
655 checksum = "2dfd318104249865096c8da1dfabf09ddbb6d0330ea176812a62ec75e40c4166"
656 dependencies = [
657  "bitflags",
658  "core-foundation",
659  "core-foundation-sys",
660  "libc",
661  "security-framework-sys",
662 ]
663
664 [[package]]
665 name = "security-framework-sys"
666 version = "2.1.1"
667 source = "registry+https://github.com/rust-lang/crates.io-index"
668 checksum = "dee48cdde5ed250b0d3252818f646e174ab414036edb884dde62d80a3ac6082d"
669 dependencies = [
670  "core-foundation-sys",
671  "libc",
672 ]
673
674 [[package]]
675 name = "serde"
676 version = "1.0.123"
677 source = "registry+https://github.com/rust-lang/crates.io-index"
678 checksum = "92d5161132722baa40d802cc70b15262b98258453e85e5d1d365c757c73869ae"
679 dependencies = [
680  "serde_derive",
681 ]
682
683 [[package]]
684 name = "serde_derive"
685 version = "1.0.123"
686 source = "registry+https://github.com/rust-lang/crates.io-index"
687 checksum = "9391c295d64fc0abb2c556bad848f33cb8296276b1ad2677d1ae1ace4f258f31"
688 dependencies = [
689  "proc-macro2",
690  "quote",
691  "syn",
692 ]
693
694 [[package]]
695 name = "serde_json"
696 version = "1.0.64"
697 source = "registry+https://github.com/rust-lang/crates.io-index"
698 checksum = "799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79"
699 dependencies = [
700  "itoa",
701  "ryu",
702  "serde",
703 ]
704
705 [[package]]
706 name = "serde_urlencoded"
707 version = "0.7.0"
708 source = "registry+https://github.com/rust-lang/crates.io-index"
709 checksum = "edfa57a7f8d9c1d260a549e7224100f6c43d43f9103e06dd8b4095a9b2b43ce9"
710 dependencies = [
711  "form_urlencoded",
712  "itoa",
713  "ryu",
714  "serde",
715 ]
716
717 [[package]]
718 name = "slab"
719 version = "0.4.2"
720 source = "registry+https://github.com/rust-lang/crates.io-index"
721 checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
722
723 [[package]]
724 name = "socket2"
725 version = "0.3.19"
726 source = "registry+https://github.com/rust-lang/crates.io-index"
727 checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"
728 dependencies = [
729  "cfg-if",
730  "libc",
731  "winapi",
732 ]
733
734 [[package]]
735 name = "syn"
736 version = "1.0.60"
737 source = "registry+https://github.com/rust-lang/crates.io-index"
738 checksum = "c700597eca8a5a762beb35753ef6b94df201c81cca676604f547495a0d7f0081"
739 dependencies = [
740  "proc-macro2",
741  "quote",
742  "unicode-xid",
743 ]
744
745 [[package]]
746 name = "tempfile"
747 version = "3.2.0"
748 source = "registry+https://github.com/rust-lang/crates.io-index"
749 checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"
750 dependencies = [
751  "cfg-if",
752  "libc",
753  "rand",
754  "redox_syscall",
755  "remove_dir_all",
756  "winapi",
757 ]
758
759 [[package]]
760 name = "tinyvec"
761 version = "1.1.1"
762 source = "registry+https://github.com/rust-lang/crates.io-index"
763 checksum = "317cca572a0e89c3ce0ca1f1bdc9369547fe318a683418e42ac8f59d14701023"
764 dependencies = [
765  "tinyvec_macros",
766 ]
767
768 [[package]]
769 name = "tinyvec_macros"
770 version = "0.1.0"
771 source = "registry+https://github.com/rust-lang/crates.io-index"
772 checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
773
774 [[package]]
775 name = "tokio"
776 version = "1.2.0"
777 source = "registry+https://github.com/rust-lang/crates.io-index"
778 checksum = "e8190d04c665ea9e6b6a0dc45523ade572c088d2e6566244c1122671dbf4ae3a"
779 dependencies = [
780  "autocfg",
781  "bytes",
782  "libc",
783  "memchr",
784  "mio",
785  "num_cpus",
786  "pin-project-lite",
787 ]
788
789 [[package]]
790 name = "tokio-native-tls"
791 version = "0.3.0"
792 source = "registry+https://github.com/rust-lang/crates.io-index"
793 checksum = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b"
794 dependencies = [
795  "native-tls",
796  "tokio",
797 ]
798
799 [[package]]
800 name = "tokio-util"
801 version = "0.6.3"
802 source = "registry+https://github.com/rust-lang/crates.io-index"
803 checksum = "ebb7cb2f00c5ae8df755b252306272cd1790d39728363936e01827e11f0b017b"
804 dependencies = [
805  "bytes",
806  "futures-core",
807  "futures-sink",
808  "log",
809  "pin-project-lite",
810  "tokio",
811 ]
812
813 [[package]]
814 name = "tower-service"
815 version = "0.3.1"
816 source = "registry+https://github.com/rust-lang/crates.io-index"
817 checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
818
819 [[package]]
820 name = "tracing"
821 version = "0.1.25"
822 source = "registry+https://github.com/rust-lang/crates.io-index"
823 checksum = "01ebdc2bb4498ab1ab5f5b73c5803825e60199229ccba0698170e3be0e7f959f"
824 dependencies = [
825  "cfg-if",
826  "pin-project-lite",
827  "tracing-core",
828 ]
829
830 [[package]]
831 name = "tracing-core"
832 version = "0.1.17"
833 source = "registry+https://github.com/rust-lang/crates.io-index"
834 checksum = "f50de3927f93d202783f4513cda820ab47ef17f624b03c096e86ef00c67e6b5f"
835 dependencies = [
836  "lazy_static",
837 ]
838
839 [[package]]
840 name = "try-lock"
841 version = "0.2.3"
842 source = "registry+https://github.com/rust-lang/crates.io-index"
843 checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
844
845 [[package]]
846 name = "unicode-bidi"
847 version = "0.3.4"
848 source = "registry+https://github.com/rust-lang/crates.io-index"
849 checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
850 dependencies = [
851  "matches",
852 ]
853
854 [[package]]
855 name = "unicode-normalization"
856 version = "0.1.17"
857 source = "registry+https://github.com/rust-lang/crates.io-index"
858 checksum = "07fbfce1c8a97d547e8b5334978438d9d6ec8c20e38f56d4a4374d181493eaef"
859 dependencies = [
860  "tinyvec",
861 ]
862
863 [[package]]
864 name = "unicode-xid"
865 version = "0.2.1"
866 source = "registry+https://github.com/rust-lang/crates.io-index"
867 checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
868
869 [[package]]
870 name = "url"
871 version = "2.2.1"
872 source = "registry+https://github.com/rust-lang/crates.io-index"
873 checksum = "9ccd964113622c8e9322cfac19eb1004a07e636c545f325da085d5cdde6f1f8b"
874 dependencies = [
875  "form_urlencoded",
876  "idna",
877  "matches",
878  "percent-encoding",
879 ]
880
881 [[package]]
882 name = "vcpkg"
883 version = "0.2.11"
884 source = "registry+https://github.com/rust-lang/crates.io-index"
885 checksum = "b00bca6106a5e23f3eee943593759b7fcddb00554332e856d990c893966879fb"
886
887 [[package]]
888 name = "want"
889 version = "0.3.0"
890 source = "registry+https://github.com/rust-lang/crates.io-index"
891 checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
892 dependencies = [
893  "log",
894  "try-lock",
895 ]
896
897 [[package]]
898 name = "wasi"
899 version = "0.10.2+wasi-snapshot-preview1"
900 source = "registry+https://github.com/rust-lang/crates.io-index"
901 checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
902
903 [[package]]
904 name = "wasm-bindgen"
905 version = "0.2.71"
906 source = "registry+https://github.com/rust-lang/crates.io-index"
907 checksum = "7ee1280240b7c461d6a0071313e08f34a60b0365f14260362e5a2b17d1d31aa7"
908 dependencies = [
909  "cfg-if",
910  "serde",
911  "serde_json",
912  "wasm-bindgen-macro",
913 ]
914
915 [[package]]
916 name = "wasm-bindgen-backend"
917 version = "0.2.71"
918 source = "registry+https://github.com/rust-lang/crates.io-index"
919 checksum = "5b7d8b6942b8bb3a9b0e73fc79b98095a27de6fa247615e59d096754a3bc2aa8"
920 dependencies = [
921  "bumpalo",
922  "lazy_static",
923  "log",
924  "proc-macro2",
925  "quote",
926  "syn",
927  "wasm-bindgen-shared",
928 ]
929
930 [[package]]
931 name = "wasm-bindgen-futures"
932 version = "0.4.21"
933 source = "registry+https://github.com/rust-lang/crates.io-index"
934 checksum = "8e67a5806118af01f0d9045915676b22aaebecf4178ae7021bc171dab0b897ab"
935 dependencies = [
936  "cfg-if",
937  "js-sys",
938  "wasm-bindgen",
939  "web-sys",
940 ]
941
942 [[package]]
943 name = "wasm-bindgen-macro"
944 version = "0.2.71"
945 source = "registry+https://github.com/rust-lang/crates.io-index"
946 checksum = "e5ac38da8ef716661f0f36c0d8320b89028efe10c7c0afde65baffb496ce0d3b"
947 dependencies = [
948  "quote",
949  "wasm-bindgen-macro-support",
950 ]
951
952 [[package]]
953 name = "wasm-bindgen-macro-support"
954 version = "0.2.71"
955 source = "registry+https://github.com/rust-lang/crates.io-index"
956 checksum = "cc053ec74d454df287b9374ee8abb36ffd5acb95ba87da3ba5b7d3fe20eb401e"
957 dependencies = [
958  "proc-macro2",
959  "quote",
960  "syn",
961  "wasm-bindgen-backend",
962  "wasm-bindgen-shared",
963 ]
964
965 [[package]]
966 name = "wasm-bindgen-shared"
967 version = "0.2.71"
968 source = "registry+https://github.com/rust-lang/crates.io-index"
969 checksum = "7d6f8ec44822dd71f5f221a5847fb34acd9060535c1211b70a05844c0f6383b1"
970
971 [[package]]
972 name = "web-sys"
973 version = "0.3.48"
974 source = "registry+https://github.com/rust-lang/crates.io-index"
975 checksum = "ec600b26223b2948cedfde2a0aa6756dcf1fef616f43d7b3097aaf53a6c4d92b"
976 dependencies = [
977  "js-sys",
978  "wasm-bindgen",
979 ]
980
981 [[package]]
982 name = "winapi"
983 version = "0.3.9"
984 source = "registry+https://github.com/rust-lang/crates.io-index"
985 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
986 dependencies = [
987  "winapi-i686-pc-windows-gnu",
988  "winapi-x86_64-pc-windows-gnu",
989 ]
990
991 [[package]]
992 name = "winapi-i686-pc-windows-gnu"
993 version = "0.4.0"
994 source = "registry+https://github.com/rust-lang/crates.io-index"
995 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
996
997 [[package]]
998 name = "winapi-x86_64-pc-windows-gnu"
999 version = "0.4.0"
1000 source = "registry+https://github.com/rust-lang/crates.io-index"
1001 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1002
1003 [[package]]
1004 name = "winreg"
1005 version = "0.7.0"
1006 source = "registry+https://github.com/rust-lang/crates.io-index"
1007 checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69"
1008 dependencies = [
1009  "winapi",
1010 ]