]> BookStack Code Mirror - api-scripts/blob - rust-list-all-pages/Cargo.lock
Added rust-list-all-pages example
[api-scripts] / rust-list-all-pages / Cargo.lock
1 # This file is automatically @generated by Cargo.
2 # It is not intended for manual editing.
3 version = 3
4
5 [[package]]
6 name = "autocfg"
7 version = "1.1.0"
8 source = "registry+https://github.com/rust-lang/crates.io-index"
9 checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
10
11 [[package]]
12 name = "base64"
13 version = "0.13.0"
14 source = "registry+https://github.com/rust-lang/crates.io-index"
15 checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
16
17 [[package]]
18 name = "bitflags"
19 version = "1.3.2"
20 source = "registry+https://github.com/rust-lang/crates.io-index"
21 checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
22
23 [[package]]
24 name = "bumpalo"
25 version = "3.9.1"
26 source = "registry+https://github.com/rust-lang/crates.io-index"
27 checksum = "a4a45a46ab1f2412e53d3a0ade76ffad2025804294569aae387231a0cd6e0899"
28
29 [[package]]
30 name = "bytes"
31 version = "1.1.0"
32 source = "registry+https://github.com/rust-lang/crates.io-index"
33 checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
34
35 [[package]]
36 name = "cc"
37 version = "1.0.73"
38 source = "registry+https://github.com/rust-lang/crates.io-index"
39 checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
40
41 [[package]]
42 name = "cfg-if"
43 version = "1.0.0"
44 source = "registry+https://github.com/rust-lang/crates.io-index"
45 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
46
47 [[package]]
48 name = "core-foundation"
49 version = "0.9.3"
50 source = "registry+https://github.com/rust-lang/crates.io-index"
51 checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
52 dependencies = [
53  "core-foundation-sys",
54  "libc",
55 ]
56
57 [[package]]
58 name = "core-foundation-sys"
59 version = "0.8.3"
60 source = "registry+https://github.com/rust-lang/crates.io-index"
61 checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
62
63 [[package]]
64 name = "encoding_rs"
65 version = "0.8.31"
66 source = "registry+https://github.com/rust-lang/crates.io-index"
67 checksum = "9852635589dc9f9ea1b6fe9f05b50ef208c85c834a562f0c6abb1c475736ec2b"
68 dependencies = [
69  "cfg-if",
70 ]
71
72 [[package]]
73 name = "fastrand"
74 version = "1.7.0"
75 source = "registry+https://github.com/rust-lang/crates.io-index"
76 checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"
77 dependencies = [
78  "instant",
79 ]
80
81 [[package]]
82 name = "fnv"
83 version = "1.0.7"
84 source = "registry+https://github.com/rust-lang/crates.io-index"
85 checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
86
87 [[package]]
88 name = "foreign-types"
89 version = "0.3.2"
90 source = "registry+https://github.com/rust-lang/crates.io-index"
91 checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
92 dependencies = [
93  "foreign-types-shared",
94 ]
95
96 [[package]]
97 name = "foreign-types-shared"
98 version = "0.1.1"
99 source = "registry+https://github.com/rust-lang/crates.io-index"
100 checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
101
102 [[package]]
103 name = "form_urlencoded"
104 version = "1.0.1"
105 source = "registry+https://github.com/rust-lang/crates.io-index"
106 checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
107 dependencies = [
108  "matches",
109  "percent-encoding",
110 ]
111
112 [[package]]
113 name = "futures-channel"
114 version = "0.3.21"
115 source = "registry+https://github.com/rust-lang/crates.io-index"
116 checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010"
117 dependencies = [
118  "futures-core",
119 ]
120
121 [[package]]
122 name = "futures-core"
123 version = "0.3.21"
124 source = "registry+https://github.com/rust-lang/crates.io-index"
125 checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"
126
127 [[package]]
128 name = "futures-io"
129 version = "0.3.21"
130 source = "registry+https://github.com/rust-lang/crates.io-index"
131 checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b"
132
133 [[package]]
134 name = "futures-sink"
135 version = "0.3.21"
136 source = "registry+https://github.com/rust-lang/crates.io-index"
137 checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868"
138
139 [[package]]
140 name = "futures-task"
141 version = "0.3.21"
142 source = "registry+https://github.com/rust-lang/crates.io-index"
143 checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"
144
145 [[package]]
146 name = "futures-util"
147 version = "0.3.21"
148 source = "registry+https://github.com/rust-lang/crates.io-index"
149 checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"
150 dependencies = [
151  "futures-core",
152  "futures-io",
153  "futures-task",
154  "memchr",
155  "pin-project-lite",
156  "pin-utils",
157  "slab",
158 ]
159
160 [[package]]
161 name = "h2"
162 version = "0.3.13"
163 source = "registry+https://github.com/rust-lang/crates.io-index"
164 checksum = "37a82c6d637fc9515a4694bbf1cb2457b79d81ce52b3108bdeea58b07dd34a57"
165 dependencies = [
166  "bytes",
167  "fnv",
168  "futures-core",
169  "futures-sink",
170  "futures-util",
171  "http",
172  "indexmap",
173  "slab",
174  "tokio",
175  "tokio-util",
176  "tracing",
177 ]
178
179 [[package]]
180 name = "hashbrown"
181 version = "0.11.2"
182 source = "registry+https://github.com/rust-lang/crates.io-index"
183 checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
184
185 [[package]]
186 name = "hermit-abi"
187 version = "0.1.19"
188 source = "registry+https://github.com/rust-lang/crates.io-index"
189 checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
190 dependencies = [
191  "libc",
192 ]
193
194 [[package]]
195 name = "http"
196 version = "0.2.7"
197 source = "registry+https://github.com/rust-lang/crates.io-index"
198 checksum = "ff8670570af52249509a86f5e3e18a08c60b177071826898fde8997cf5f6bfbb"
199 dependencies = [
200  "bytes",
201  "fnv",
202  "itoa",
203 ]
204
205 [[package]]
206 name = "http-body"
207 version = "0.4.5"
208 source = "registry+https://github.com/rust-lang/crates.io-index"
209 checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
210 dependencies = [
211  "bytes",
212  "http",
213  "pin-project-lite",
214 ]
215
216 [[package]]
217 name = "httparse"
218 version = "1.7.1"
219 source = "registry+https://github.com/rust-lang/crates.io-index"
220 checksum = "496ce29bb5a52785b44e0f7ca2847ae0bb839c9bd28f69acac9b99d461c0c04c"
221
222 [[package]]
223 name = "httpdate"
224 version = "1.0.2"
225 source = "registry+https://github.com/rust-lang/crates.io-index"
226 checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
227
228 [[package]]
229 name = "hyper"
230 version = "0.14.19"
231 source = "registry+https://github.com/rust-lang/crates.io-index"
232 checksum = "42dc3c131584288d375f2d07f822b0cb012d8c6fb899a5b9fdb3cb7eb9b6004f"
233 dependencies = [
234  "bytes",
235  "futures-channel",
236  "futures-core",
237  "futures-util",
238  "h2",
239  "http",
240  "http-body",
241  "httparse",
242  "httpdate",
243  "itoa",
244  "pin-project-lite",
245  "socket2",
246  "tokio",
247  "tower-service",
248  "tracing",
249  "want",
250 ]
251
252 [[package]]
253 name = "hyper-tls"
254 version = "0.5.0"
255 source = "registry+https://github.com/rust-lang/crates.io-index"
256 checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
257 dependencies = [
258  "bytes",
259  "hyper",
260  "native-tls",
261  "tokio",
262  "tokio-native-tls",
263 ]
264
265 [[package]]
266 name = "idna"
267 version = "0.2.3"
268 source = "registry+https://github.com/rust-lang/crates.io-index"
269 checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
270 dependencies = [
271  "matches",
272  "unicode-bidi",
273  "unicode-normalization",
274 ]
275
276 [[package]]
277 name = "indexmap"
278 version = "1.8.2"
279 source = "registry+https://github.com/rust-lang/crates.io-index"
280 checksum = "e6012d540c5baa3589337a98ce73408de9b5a25ec9fc2c6fd6be8f0d39e0ca5a"
281 dependencies = [
282  "autocfg",
283  "hashbrown",
284 ]
285
286 [[package]]
287 name = "instant"
288 version = "0.1.12"
289 source = "registry+https://github.com/rust-lang/crates.io-index"
290 checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
291 dependencies = [
292  "cfg-if",
293 ]
294
295 [[package]]
296 name = "ipnet"
297 version = "2.5.0"
298 source = "registry+https://github.com/rust-lang/crates.io-index"
299 checksum = "879d54834c8c76457ef4293a689b2a8c59b076067ad77b15efafbb05f92a592b"
300
301 [[package]]
302 name = "itoa"
303 version = "1.0.2"
304 source = "registry+https://github.com/rust-lang/crates.io-index"
305 checksum = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d"
306
307 [[package]]
308 name = "js-sys"
309 version = "0.3.57"
310 source = "registry+https://github.com/rust-lang/crates.io-index"
311 checksum = "671a26f820db17c2a2750743f1dd03bafd15b98c9f30c7c2628c024c05d73397"
312 dependencies = [
313  "wasm-bindgen",
314 ]
315
316 [[package]]
317 name = "lazy_static"
318 version = "1.4.0"
319 source = "registry+https://github.com/rust-lang/crates.io-index"
320 checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
321
322 [[package]]
323 name = "libc"
324 version = "0.2.126"
325 source = "registry+https://github.com/rust-lang/crates.io-index"
326 checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"
327
328 [[package]]
329 name = "log"
330 version = "0.4.17"
331 source = "registry+https://github.com/rust-lang/crates.io-index"
332 checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
333 dependencies = [
334  "cfg-if",
335 ]
336
337 [[package]]
338 name = "matches"
339 version = "0.1.9"
340 source = "registry+https://github.com/rust-lang/crates.io-index"
341 checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
342
343 [[package]]
344 name = "memchr"
345 version = "2.5.0"
346 source = "registry+https://github.com/rust-lang/crates.io-index"
347 checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
348
349 [[package]]
350 name = "mime"
351 version = "0.3.16"
352 source = "registry+https://github.com/rust-lang/crates.io-index"
353 checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
354
355 [[package]]
356 name = "mio"
357 version = "0.8.3"
358 source = "registry+https://github.com/rust-lang/crates.io-index"
359 checksum = "713d550d9b44d89174e066b7a6217ae06234c10cb47819a88290d2b353c31799"
360 dependencies = [
361  "libc",
362  "log",
363  "wasi",
364  "windows-sys",
365 ]
366
367 [[package]]
368 name = "native-tls"
369 version = "0.2.10"
370 source = "registry+https://github.com/rust-lang/crates.io-index"
371 checksum = "fd7e2f3618557f980e0b17e8856252eee3c97fa12c54dff0ca290fb6266ca4a9"
372 dependencies = [
373  "lazy_static",
374  "libc",
375  "log",
376  "openssl",
377  "openssl-probe",
378  "openssl-sys",
379  "schannel",
380  "security-framework",
381  "security-framework-sys",
382  "tempfile",
383 ]
384
385 [[package]]
386 name = "num_cpus"
387 version = "1.13.1"
388 source = "registry+https://github.com/rust-lang/crates.io-index"
389 checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
390 dependencies = [
391  "hermit-abi",
392  "libc",
393 ]
394
395 [[package]]
396 name = "once_cell"
397 version = "1.12.0"
398 source = "registry+https://github.com/rust-lang/crates.io-index"
399 checksum = "7709cef83f0c1f58f666e746a08b21e0085f7440fa6a29cc194d68aac97a4225"
400
401 [[package]]
402 name = "openssl"
403 version = "0.10.40"
404 source = "registry+https://github.com/rust-lang/crates.io-index"
405 checksum = "fb81a6430ac911acb25fe5ac8f1d2af1b4ea8a4fdfda0f1ee4292af2e2d8eb0e"
406 dependencies = [
407  "bitflags",
408  "cfg-if",
409  "foreign-types",
410  "libc",
411  "once_cell",
412  "openssl-macros",
413  "openssl-sys",
414 ]
415
416 [[package]]
417 name = "openssl-macros"
418 version = "0.1.0"
419 source = "registry+https://github.com/rust-lang/crates.io-index"
420 checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c"
421 dependencies = [
422  "proc-macro2",
423  "quote",
424  "syn",
425 ]
426
427 [[package]]
428 name = "openssl-probe"
429 version = "0.1.5"
430 source = "registry+https://github.com/rust-lang/crates.io-index"
431 checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
432
433 [[package]]
434 name = "openssl-sys"
435 version = "0.9.73"
436 source = "registry+https://github.com/rust-lang/crates.io-index"
437 checksum = "9d5fd19fb3e0a8191c1e34935718976a3e70c112ab9a24af6d7cadccd9d90bc0"
438 dependencies = [
439  "autocfg",
440  "cc",
441  "libc",
442  "pkg-config",
443  "vcpkg",
444 ]
445
446 [[package]]
447 name = "percent-encoding"
448 version = "2.1.0"
449 source = "registry+https://github.com/rust-lang/crates.io-index"
450 checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
451
452 [[package]]
453 name = "pin-project-lite"
454 version = "0.2.9"
455 source = "registry+https://github.com/rust-lang/crates.io-index"
456 checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
457
458 [[package]]
459 name = "pin-utils"
460 version = "0.1.0"
461 source = "registry+https://github.com/rust-lang/crates.io-index"
462 checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
463
464 [[package]]
465 name = "pkg-config"
466 version = "0.3.25"
467 source = "registry+https://github.com/rust-lang/crates.io-index"
468 checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"
469
470 [[package]]
471 name = "proc-macro2"
472 version = "1.0.39"
473 source = "registry+https://github.com/rust-lang/crates.io-index"
474 checksum = "c54b25569025b7fc9651de43004ae593a75ad88543b17178aa5e1b9c4f15f56f"
475 dependencies = [
476  "unicode-ident",
477 ]
478
479 [[package]]
480 name = "quote"
481 version = "1.0.18"
482 source = "registry+https://github.com/rust-lang/crates.io-index"
483 checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1"
484 dependencies = [
485  "proc-macro2",
486 ]
487
488 [[package]]
489 name = "redox_syscall"
490 version = "0.2.13"
491 source = "registry+https://github.com/rust-lang/crates.io-index"
492 checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42"
493 dependencies = [
494  "bitflags",
495 ]
496
497 [[package]]
498 name = "remove_dir_all"
499 version = "0.5.3"
500 source = "registry+https://github.com/rust-lang/crates.io-index"
501 checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
502 dependencies = [
503  "winapi",
504 ]
505
506 [[package]]
507 name = "reqwest"
508 version = "0.11.10"
509 source = "registry+https://github.com/rust-lang/crates.io-index"
510 checksum = "46a1f7aa4f35e5e8b4160449f51afc758f0ce6454315a9fa7d0d113e958c41eb"
511 dependencies = [
512  "base64",
513  "bytes",
514  "encoding_rs",
515  "futures-core",
516  "futures-util",
517  "h2",
518  "http",
519  "http-body",
520  "hyper",
521  "hyper-tls",
522  "ipnet",
523  "js-sys",
524  "lazy_static",
525  "log",
526  "mime",
527  "native-tls",
528  "percent-encoding",
529  "pin-project-lite",
530  "serde",
531  "serde_json",
532  "serde_urlencoded",
533  "tokio",
534  "tokio-native-tls",
535  "url",
536  "wasm-bindgen",
537  "wasm-bindgen-futures",
538  "web-sys",
539  "winreg",
540 ]
541
542 [[package]]
543 name = "rust-list-all-pages"
544 version = "0.1.0"
545 dependencies = [
546  "reqwest",
547  "serde",
548 ]
549
550 [[package]]
551 name = "ryu"
552 version = "1.0.10"
553 source = "registry+https://github.com/rust-lang/crates.io-index"
554 checksum = "f3f6f92acf49d1b98f7a81226834412ada05458b7364277387724a237f062695"
555
556 [[package]]
557 name = "schannel"
558 version = "0.1.20"
559 source = "registry+https://github.com/rust-lang/crates.io-index"
560 checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2"
561 dependencies = [
562  "lazy_static",
563  "windows-sys",
564 ]
565
566 [[package]]
567 name = "security-framework"
568 version = "2.6.1"
569 source = "registry+https://github.com/rust-lang/crates.io-index"
570 checksum = "2dc14f172faf8a0194a3aded622712b0de276821addc574fa54fc0a1167e10dc"
571 dependencies = [
572  "bitflags",
573  "core-foundation",
574  "core-foundation-sys",
575  "libc",
576  "security-framework-sys",
577 ]
578
579 [[package]]
580 name = "security-framework-sys"
581 version = "2.6.1"
582 source = "registry+https://github.com/rust-lang/crates.io-index"
583 checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"
584 dependencies = [
585  "core-foundation-sys",
586  "libc",
587 ]
588
589 [[package]]
590 name = "serde"
591 version = "1.0.137"
592 source = "registry+https://github.com/rust-lang/crates.io-index"
593 checksum = "61ea8d54c77f8315140a05f4c7237403bf38b72704d031543aa1d16abbf517d1"
594 dependencies = [
595  "serde_derive",
596 ]
597
598 [[package]]
599 name = "serde_derive"
600 version = "1.0.137"
601 source = "registry+https://github.com/rust-lang/crates.io-index"
602 checksum = "1f26faba0c3959972377d3b2d306ee9f71faee9714294e41bb777f83f88578be"
603 dependencies = [
604  "proc-macro2",
605  "quote",
606  "syn",
607 ]
608
609 [[package]]
610 name = "serde_json"
611 version = "1.0.81"
612 source = "registry+https://github.com/rust-lang/crates.io-index"
613 checksum = "9b7ce2b32a1aed03c558dc61a5cd328f15aff2dbc17daad8fb8af04d2100e15c"
614 dependencies = [
615  "itoa",
616  "ryu",
617  "serde",
618 ]
619
620 [[package]]
621 name = "serde_urlencoded"
622 version = "0.7.1"
623 source = "registry+https://github.com/rust-lang/crates.io-index"
624 checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
625 dependencies = [
626  "form_urlencoded",
627  "itoa",
628  "ryu",
629  "serde",
630 ]
631
632 [[package]]
633 name = "slab"
634 version = "0.4.6"
635 source = "registry+https://github.com/rust-lang/crates.io-index"
636 checksum = "eb703cfe953bccee95685111adeedb76fabe4e97549a58d16f03ea7b9367bb32"
637
638 [[package]]
639 name = "socket2"
640 version = "0.4.4"
641 source = "registry+https://github.com/rust-lang/crates.io-index"
642 checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"
643 dependencies = [
644  "libc",
645  "winapi",
646 ]
647
648 [[package]]
649 name = "syn"
650 version = "1.0.95"
651 source = "registry+https://github.com/rust-lang/crates.io-index"
652 checksum = "fbaf6116ab8924f39d52792136fb74fd60a80194cf1b1c6ffa6453eef1c3f942"
653 dependencies = [
654  "proc-macro2",
655  "quote",
656  "unicode-ident",
657 ]
658
659 [[package]]
660 name = "tempfile"
661 version = "3.3.0"
662 source = "registry+https://github.com/rust-lang/crates.io-index"
663 checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
664 dependencies = [
665  "cfg-if",
666  "fastrand",
667  "libc",
668  "redox_syscall",
669  "remove_dir_all",
670  "winapi",
671 ]
672
673 [[package]]
674 name = "tinyvec"
675 version = "1.6.0"
676 source = "registry+https://github.com/rust-lang/crates.io-index"
677 checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
678 dependencies = [
679  "tinyvec_macros",
680 ]
681
682 [[package]]
683 name = "tinyvec_macros"
684 version = "0.1.0"
685 source = "registry+https://github.com/rust-lang/crates.io-index"
686 checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
687
688 [[package]]
689 name = "tokio"
690 version = "1.18.2"
691 source = "registry+https://github.com/rust-lang/crates.io-index"
692 checksum = "4903bf0427cf68dddd5aa6a93220756f8be0c34fcfa9f5e6191e103e15a31395"
693 dependencies = [
694  "bytes",
695  "libc",
696  "memchr",
697  "mio",
698  "num_cpus",
699  "once_cell",
700  "pin-project-lite",
701  "socket2",
702  "winapi",
703 ]
704
705 [[package]]
706 name = "tokio-native-tls"
707 version = "0.3.0"
708 source = "registry+https://github.com/rust-lang/crates.io-index"
709 checksum = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b"
710 dependencies = [
711  "native-tls",
712  "tokio",
713 ]
714
715 [[package]]
716 name = "tokio-util"
717 version = "0.7.2"
718 source = "registry+https://github.com/rust-lang/crates.io-index"
719 checksum = "f988a1a1adc2fb21f9c12aa96441da33a1728193ae0b95d2be22dbd17fcb4e5c"
720 dependencies = [
721  "bytes",
722  "futures-core",
723  "futures-sink",
724  "pin-project-lite",
725  "tokio",
726  "tracing",
727 ]
728
729 [[package]]
730 name = "tower-service"
731 version = "0.3.1"
732 source = "registry+https://github.com/rust-lang/crates.io-index"
733 checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
734
735 [[package]]
736 name = "tracing"
737 version = "0.1.34"
738 source = "registry+https://github.com/rust-lang/crates.io-index"
739 checksum = "5d0ecdcb44a79f0fe9844f0c4f33a342cbcbb5117de8001e6ba0dc2351327d09"
740 dependencies = [
741  "cfg-if",
742  "pin-project-lite",
743  "tracing-attributes",
744  "tracing-core",
745 ]
746
747 [[package]]
748 name = "tracing-attributes"
749 version = "0.1.21"
750 source = "registry+https://github.com/rust-lang/crates.io-index"
751 checksum = "cc6b8ad3567499f98a1db7a752b07a7c8c7c7c34c332ec00effb2b0027974b7c"
752 dependencies = [
753  "proc-macro2",
754  "quote",
755  "syn",
756 ]
757
758 [[package]]
759 name = "tracing-core"
760 version = "0.1.26"
761 source = "registry+https://github.com/rust-lang/crates.io-index"
762 checksum = "f54c8ca710e81886d498c2fd3331b56c93aa248d49de2222ad2742247c60072f"
763 dependencies = [
764  "lazy_static",
765 ]
766
767 [[package]]
768 name = "try-lock"
769 version = "0.2.3"
770 source = "registry+https://github.com/rust-lang/crates.io-index"
771 checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
772
773 [[package]]
774 name = "unicode-bidi"
775 version = "0.3.8"
776 source = "registry+https://github.com/rust-lang/crates.io-index"
777 checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"
778
779 [[package]]
780 name = "unicode-ident"
781 version = "1.0.0"
782 source = "registry+https://github.com/rust-lang/crates.io-index"
783 checksum = "d22af068fba1eb5edcb4aea19d382b2a3deb4c8f9d475c589b6ada9e0fd493ee"
784
785 [[package]]
786 name = "unicode-normalization"
787 version = "0.1.19"
788 source = "registry+https://github.com/rust-lang/crates.io-index"
789 checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"
790 dependencies = [
791  "tinyvec",
792 ]
793
794 [[package]]
795 name = "url"
796 version = "2.2.2"
797 source = "registry+https://github.com/rust-lang/crates.io-index"
798 checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
799 dependencies = [
800  "form_urlencoded",
801  "idna",
802  "matches",
803  "percent-encoding",
804 ]
805
806 [[package]]
807 name = "vcpkg"
808 version = "0.2.15"
809 source = "registry+https://github.com/rust-lang/crates.io-index"
810 checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
811
812 [[package]]
813 name = "want"
814 version = "0.3.0"
815 source = "registry+https://github.com/rust-lang/crates.io-index"
816 checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
817 dependencies = [
818  "log",
819  "try-lock",
820 ]
821
822 [[package]]
823 name = "wasi"
824 version = "0.11.0+wasi-snapshot-preview1"
825 source = "registry+https://github.com/rust-lang/crates.io-index"
826 checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
827
828 [[package]]
829 name = "wasm-bindgen"
830 version = "0.2.80"
831 source = "registry+https://github.com/rust-lang/crates.io-index"
832 checksum = "27370197c907c55e3f1a9fbe26f44e937fe6451368324e009cba39e139dc08ad"
833 dependencies = [
834  "cfg-if",
835  "wasm-bindgen-macro",
836 ]
837
838 [[package]]
839 name = "wasm-bindgen-backend"
840 version = "0.2.80"
841 source = "registry+https://github.com/rust-lang/crates.io-index"
842 checksum = "53e04185bfa3a779273da532f5025e33398409573f348985af9a1cbf3774d3f4"
843 dependencies = [
844  "bumpalo",
845  "lazy_static",
846  "log",
847  "proc-macro2",
848  "quote",
849  "syn",
850  "wasm-bindgen-shared",
851 ]
852
853 [[package]]
854 name = "wasm-bindgen-futures"
855 version = "0.4.30"
856 source = "registry+https://github.com/rust-lang/crates.io-index"
857 checksum = "6f741de44b75e14c35df886aff5f1eb73aa114fa5d4d00dcd37b5e01259bf3b2"
858 dependencies = [
859  "cfg-if",
860  "js-sys",
861  "wasm-bindgen",
862  "web-sys",
863 ]
864
865 [[package]]
866 name = "wasm-bindgen-macro"
867 version = "0.2.80"
868 source = "registry+https://github.com/rust-lang/crates.io-index"
869 checksum = "17cae7ff784d7e83a2fe7611cfe766ecf034111b49deb850a3dc7699c08251f5"
870 dependencies = [
871  "quote",
872  "wasm-bindgen-macro-support",
873 ]
874
875 [[package]]
876 name = "wasm-bindgen-macro-support"
877 version = "0.2.80"
878 source = "registry+https://github.com/rust-lang/crates.io-index"
879 checksum = "99ec0dc7a4756fffc231aab1b9f2f578d23cd391390ab27f952ae0c9b3ece20b"
880 dependencies = [
881  "proc-macro2",
882  "quote",
883  "syn",
884  "wasm-bindgen-backend",
885  "wasm-bindgen-shared",
886 ]
887
888 [[package]]
889 name = "wasm-bindgen-shared"
890 version = "0.2.80"
891 source = "registry+https://github.com/rust-lang/crates.io-index"
892 checksum = "d554b7f530dee5964d9a9468d95c1f8b8acae4f282807e7d27d4b03099a46744"
893
894 [[package]]
895 name = "web-sys"
896 version = "0.3.57"
897 source = "registry+https://github.com/rust-lang/crates.io-index"
898 checksum = "7b17e741662c70c8bd24ac5c5b18de314a2c26c32bf8346ee1e6f53de919c283"
899 dependencies = [
900  "js-sys",
901  "wasm-bindgen",
902 ]
903
904 [[package]]
905 name = "winapi"
906 version = "0.3.9"
907 source = "registry+https://github.com/rust-lang/crates.io-index"
908 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
909 dependencies = [
910  "winapi-i686-pc-windows-gnu",
911  "winapi-x86_64-pc-windows-gnu",
912 ]
913
914 [[package]]
915 name = "winapi-i686-pc-windows-gnu"
916 version = "0.4.0"
917 source = "registry+https://github.com/rust-lang/crates.io-index"
918 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
919
920 [[package]]
921 name = "winapi-x86_64-pc-windows-gnu"
922 version = "0.4.0"
923 source = "registry+https://github.com/rust-lang/crates.io-index"
924 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
925
926 [[package]]
927 name = "windows-sys"
928 version = "0.36.1"
929 source = "registry+https://github.com/rust-lang/crates.io-index"
930 checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
931 dependencies = [
932  "windows_aarch64_msvc",
933  "windows_i686_gnu",
934  "windows_i686_msvc",
935  "windows_x86_64_gnu",
936  "windows_x86_64_msvc",
937 ]
938
939 [[package]]
940 name = "windows_aarch64_msvc"
941 version = "0.36.1"
942 source = "registry+https://github.com/rust-lang/crates.io-index"
943 checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
944
945 [[package]]
946 name = "windows_i686_gnu"
947 version = "0.36.1"
948 source = "registry+https://github.com/rust-lang/crates.io-index"
949 checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
950
951 [[package]]
952 name = "windows_i686_msvc"
953 version = "0.36.1"
954 source = "registry+https://github.com/rust-lang/crates.io-index"
955 checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
956
957 [[package]]
958 name = "windows_x86_64_gnu"
959 version = "0.36.1"
960 source = "registry+https://github.com/rust-lang/crates.io-index"
961 checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
962
963 [[package]]
964 name = "windows_x86_64_msvc"
965 version = "0.36.1"
966 source = "registry+https://github.com/rust-lang/crates.io-index"
967 checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
968
969 [[package]]
970 name = "winreg"
971 version = "0.10.1"
972 source = "registry+https://github.com/rust-lang/crates.io-index"
973 checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
974 dependencies = [
975  "winapi",
976 ]