836a293d63d1d715aa0b470ffd8ee63abeeecbee
[litoprism.git] / 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 = "actix-codec"
7 version = "0.5.0"
8 source = "registry+https://github.com/rust-lang/crates.io-index"
9 checksum = "57a7559404a7f3573127aab53c08ce37a6c6a315c374a31070f3c91cd1b4a7fe"
10 dependencies = [
11 "bitflags",
12 "bytes",
13 "futures-core",
14 "futures-sink",
15 "log",
16 "memchr",
17 "pin-project-lite",
18 "tokio",
19 "tokio-util",
20 ]
21
22 [[package]]
23 name = "actix-http"
24 version = "3.1.0"
25 source = "registry+https://github.com/rust-lang/crates.io-index"
26 checksum = "bd2e9f6794b5826aff6df65e3a0d0127b271d1c03629c774238f3582e903d4e4"
27 dependencies = [
28 "actix-codec",
29 "actix-rt",
30 "actix-service",
31 "actix-utils",
32 "ahash",
33 "base64",
34 "bitflags",
35 "brotli",
36 "bytes",
37 "bytestring",
38 "derive_more",
39 "encoding_rs",
40 "flate2",
41 "futures-core",
42 "h2",
43 "http",
44 "httparse",
45 "httpdate",
46 "itoa",
47 "language-tags",
48 "local-channel",
49 "mime",
50 "percent-encoding",
51 "pin-project-lite",
52 "rand",
53 "sha1",
54 "smallvec",
55 "tracing",
56 "zstd",
57 ]
58
59 [[package]]
60 name = "actix-macros"
61 version = "0.2.3"
62 source = "registry+https://github.com/rust-lang/crates.io-index"
63 checksum = "465a6172cf69b960917811022d8f29bc0b7fa1398bc4f78b3c466673db1213b6"
64 dependencies = [
65 "quote",
66 "syn",
67 ]
68
69 [[package]]
70 name = "actix-router"
71 version = "0.5.0"
72 source = "registry+https://github.com/rust-lang/crates.io-index"
73 checksum = "eb60846b52c118f2f04a56cc90880a274271c489b2498623d58176f8ca21fa80"
74 dependencies = [
75 "bytestring",
76 "firestorm",
77 "http",
78 "log",
79 "regex",
80 "serde",
81 ]
82
83 [[package]]
84 name = "actix-rt"
85 version = "2.7.0"
86 source = "registry+https://github.com/rust-lang/crates.io-index"
87 checksum = "7ea16c295198e958ef31930a6ef37d0fb64e9ca3b6116e6b93a8bdae96ee1000"
88 dependencies = [
89 "futures-core",
90 "tokio",
91 ]
92
93 [[package]]
94 name = "actix-server"
95 version = "2.1.1"
96 source = "registry+https://github.com/rust-lang/crates.io-index"
97 checksum = "0da34f8e659ea1b077bb4637948b815cd3768ad5a188fdcd74ff4d84240cd824"
98 dependencies = [
99 "actix-rt",
100 "actix-service",
101 "actix-utils",
102 "futures-core",
103 "futures-util",
104 "mio",
105 "num_cpus",
106 "socket2",
107 "tokio",
108 "tracing",
109 ]
110
111 [[package]]
112 name = "actix-service"
113 version = "2.0.2"
114 source = "registry+https://github.com/rust-lang/crates.io-index"
115 checksum = "3b894941f818cfdc7ccc4b9e60fa7e53b5042a2e8567270f9147d5591893373a"
116 dependencies = [
117 "futures-core",
118 "paste",
119 "pin-project-lite",
120 ]
121
122 [[package]]
123 name = "actix-test"
124 version = "0.1.0"
125 dependencies = [
126 "actix-web",
127 ]
128
129 [[package]]
130 name = "actix-utils"
131 version = "3.0.0"
132 source = "registry+https://github.com/rust-lang/crates.io-index"
133 checksum = "e491cbaac2e7fc788dfff99ff48ef317e23b3cf63dbaf7aaab6418f40f92aa94"
134 dependencies = [
135 "local-waker",
136 "pin-project-lite",
137 ]
138
139 [[package]]
140 name = "actix-web"
141 version = "4.1.0"
142 source = "registry+https://github.com/rust-lang/crates.io-index"
143 checksum = "a27e8fe9ba4ae613c21f677c2cfaf0696c3744030c6f485b34634e502d6bb379"
144 dependencies = [
145 "actix-codec",
146 "actix-http",
147 "actix-macros",
148 "actix-router",
149 "actix-rt",
150 "actix-server",
151 "actix-service",
152 "actix-utils",
153 "actix-web-codegen",
154 "ahash",
155 "bytes",
156 "bytestring",
157 "cfg-if",
158 "cookie",
159 "derive_more",
160 "encoding_rs",
161 "futures-core",
162 "futures-util",
163 "itoa",
164 "language-tags",
165 "log",
166 "mime",
167 "once_cell",
168 "pin-project-lite",
169 "regex",
170 "serde",
171 "serde_json",
172 "serde_urlencoded",
173 "smallvec",
174 "socket2",
175 "time",
176 "url",
177 ]
178
179 [[package]]
180 name = "actix-web-codegen"
181 version = "4.0.1"
182 source = "registry+https://github.com/rust-lang/crates.io-index"
183 checksum = "5f270541caec49c15673b0af0e9a00143421ad4f118d2df7edcb68b627632f56"
184 dependencies = [
185 "actix-router",
186 "proc-macro2",
187 "quote",
188 "syn",
189 ]
190
191 [[package]]
192 name = "adler"
193 version = "1.0.2"
194 source = "registry+https://github.com/rust-lang/crates.io-index"
195 checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
196
197 [[package]]
198 name = "ahash"
199 version = "0.7.6"
200 source = "registry+https://github.com/rust-lang/crates.io-index"
201 checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
202 dependencies = [
203 "getrandom",
204 "once_cell",
205 "version_check",
206 ]
207
208 [[package]]
209 name = "aho-corasick"
210 version = "0.7.18"
211 source = "registry+https://github.com/rust-lang/crates.io-index"
212 checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
213 dependencies = [
214 "memchr",
215 ]
216
217 [[package]]
218 name = "alloc-no-stdlib"
219 version = "2.0.3"
220 source = "registry+https://github.com/rust-lang/crates.io-index"
221 checksum = "35ef4730490ad1c4eae5c4325b2a95f521d023e5c885853ff7aca0a6a1631db3"
222
223 [[package]]
224 name = "alloc-stdlib"
225 version = "0.2.1"
226 source = "registry+https://github.com/rust-lang/crates.io-index"
227 checksum = "697ed7edc0f1711de49ce108c541623a0af97c6c60b2f6e2b65229847ac843c2"
228 dependencies = [
229 "alloc-no-stdlib",
230 ]
231
232 [[package]]
233 name = "autocfg"
234 version = "1.1.0"
235 source = "registry+https://github.com/rust-lang/crates.io-index"
236 checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
237
238 [[package]]
239 name = "base64"
240 version = "0.13.0"
241 source = "registry+https://github.com/rust-lang/crates.io-index"
242 checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
243
244 [[package]]
245 name = "bitflags"
246 version = "1.3.2"
247 source = "registry+https://github.com/rust-lang/crates.io-index"
248 checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
249
250 [[package]]
251 name = "block-buffer"
252 version = "0.10.2"
253 source = "registry+https://github.com/rust-lang/crates.io-index"
254 checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324"
255 dependencies = [
256 "generic-array",
257 ]
258
259 [[package]]
260 name = "brotli"
261 version = "3.3.4"
262 source = "registry+https://github.com/rust-lang/crates.io-index"
263 checksum = "a1a0b1dbcc8ae29329621f8d4f0d835787c1c38bb1401979b49d13b0b305ff68"
264 dependencies = [
265 "alloc-no-stdlib",
266 "alloc-stdlib",
267 "brotli-decompressor",
268 ]
269
270 [[package]]
271 name = "brotli-decompressor"
272 version = "2.3.2"
273 source = "registry+https://github.com/rust-lang/crates.io-index"
274 checksum = "59ad2d4653bf5ca36ae797b1f4bb4dbddb60ce49ca4aed8a2ce4829f60425b80"
275 dependencies = [
276 "alloc-no-stdlib",
277 "alloc-stdlib",
278 ]
279
280 [[package]]
281 name = "bytes"
282 version = "1.1.0"
283 source = "registry+https://github.com/rust-lang/crates.io-index"
284 checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
285
286 [[package]]
287 name = "bytestring"
288 version = "1.1.0"
289 source = "registry+https://github.com/rust-lang/crates.io-index"
290 checksum = "86b6a75fd3048808ef06af5cd79712be8111960adaf89d90250974b38fc3928a"
291 dependencies = [
292 "bytes",
293 ]
294
295 [[package]]
296 name = "cc"
297 version = "1.0.73"
298 source = "registry+https://github.com/rust-lang/crates.io-index"
299 checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
300 dependencies = [
301 "jobserver",
302 ]
303
304 [[package]]
305 name = "cfg-if"
306 version = "1.0.0"
307 source = "registry+https://github.com/rust-lang/crates.io-index"
308 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
309
310 [[package]]
311 name = "convert_case"
312 version = "0.4.0"
313 source = "registry+https://github.com/rust-lang/crates.io-index"
314 checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
315
316 [[package]]
317 name = "cookie"
318 version = "0.16.0"
319 source = "registry+https://github.com/rust-lang/crates.io-index"
320 checksum = "94d4706de1b0fa5b132270cddffa8585166037822e260a944fe161acd137ca05"
321 dependencies = [
322 "percent-encoding",
323 "time",
324 "version_check",
325 ]
326
327 [[package]]
328 name = "cpufeatures"
329 version = "0.2.2"
330 source = "registry+https://github.com/rust-lang/crates.io-index"
331 checksum = "59a6001667ab124aebae2a495118e11d30984c3a653e99d86d58971708cf5e4b"
332 dependencies = [
333 "libc",
334 ]
335
336 [[package]]
337 name = "crc32fast"
338 version = "1.3.2"
339 source = "registry+https://github.com/rust-lang/crates.io-index"
340 checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
341 dependencies = [
342 "cfg-if",
343 ]
344
345 [[package]]
346 name = "crypto-common"
347 version = "0.1.3"
348 source = "registry+https://github.com/rust-lang/crates.io-index"
349 checksum = "57952ca27b5e3606ff4dd79b0020231aaf9d6aa76dc05fd30137538c50bd3ce8"
350 dependencies = [
351 "generic-array",
352 "typenum",
353 ]
354
355 [[package]]
356 name = "derive_more"
357 version = "0.99.17"
358 source = "registry+https://github.com/rust-lang/crates.io-index"
359 checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
360 dependencies = [
361 "convert_case",
362 "proc-macro2",
363 "quote",
364 "rustc_version",
365 "syn",
366 ]
367
368 [[package]]
369 name = "digest"
370 version = "0.10.3"
371 source = "registry+https://github.com/rust-lang/crates.io-index"
372 checksum = "f2fb860ca6fafa5552fb6d0e816a69c8e49f0908bf524e30a90d97c85892d506"
373 dependencies = [
374 "block-buffer",
375 "crypto-common",
376 ]
377
378 [[package]]
379 name = "encoding_rs"
380 version = "0.8.31"
381 source = "registry+https://github.com/rust-lang/crates.io-index"
382 checksum = "9852635589dc9f9ea1b6fe9f05b50ef208c85c834a562f0c6abb1c475736ec2b"
383 dependencies = [
384 "cfg-if",
385 ]
386
387 [[package]]
388 name = "firestorm"
389 version = "0.5.1"
390 source = "registry+https://github.com/rust-lang/crates.io-index"
391 checksum = "2c5f6c2c942da57e2aaaa84b8a521489486f14e75e7fa91dab70aba913975f98"
392
393 [[package]]
394 name = "flate2"
395 version = "1.0.24"
396 source = "registry+https://github.com/rust-lang/crates.io-index"
397 checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6"
398 dependencies = [
399 "crc32fast",
400 "miniz_oxide",
401 ]
402
403 [[package]]
404 name = "fnv"
405 version = "1.0.7"
406 source = "registry+https://github.com/rust-lang/crates.io-index"
407 checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
408
409 [[package]]
410 name = "form_urlencoded"
411 version = "1.0.1"
412 source = "registry+https://github.com/rust-lang/crates.io-index"
413 checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
414 dependencies = [
415 "matches",
416 "percent-encoding",
417 ]
418
419 [[package]]
420 name = "futures-core"
421 version = "0.3.21"
422 source = "registry+https://github.com/rust-lang/crates.io-index"
423 checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"
424
425 [[package]]
426 name = "futures-sink"
427 version = "0.3.21"
428 source = "registry+https://github.com/rust-lang/crates.io-index"
429 checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868"
430
431 [[package]]
432 name = "futures-task"
433 version = "0.3.21"
434 source = "registry+https://github.com/rust-lang/crates.io-index"
435 checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"
436
437 [[package]]
438 name = "futures-util"
439 version = "0.3.21"
440 source = "registry+https://github.com/rust-lang/crates.io-index"
441 checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"
442 dependencies = [
443 "futures-core",
444 "futures-task",
445 "pin-project-lite",
446 "pin-utils",
447 ]
448
449 [[package]]
450 name = "generic-array"
451 version = "0.14.5"
452 source = "registry+https://github.com/rust-lang/crates.io-index"
453 checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"
454 dependencies = [
455 "typenum",
456 "version_check",
457 ]
458
459 [[package]]
460 name = "getrandom"
461 version = "0.2.7"
462 source = "registry+https://github.com/rust-lang/crates.io-index"
463 checksum = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6"
464 dependencies = [
465 "cfg-if",
466 "libc",
467 "wasi",
468 ]
469
470 [[package]]
471 name = "h2"
472 version = "0.3.13"
473 source = "registry+https://github.com/rust-lang/crates.io-index"
474 checksum = "37a82c6d637fc9515a4694bbf1cb2457b79d81ce52b3108bdeea58b07dd34a57"
475 dependencies = [
476 "bytes",
477 "fnv",
478 "futures-core",
479 "futures-sink",
480 "futures-util",
481 "http",
482 "indexmap",
483 "slab",
484 "tokio",
485 "tokio-util",
486 "tracing",
487 ]
488
489 [[package]]
490 name = "hashbrown"
491 version = "0.12.1"
492 source = "registry+https://github.com/rust-lang/crates.io-index"
493 checksum = "db0d4cf898abf0081f964436dc980e96670a0f36863e4b83aaacdb65c9d7ccc3"
494
495 [[package]]
496 name = "hermit-abi"
497 version = "0.1.19"
498 source = "registry+https://github.com/rust-lang/crates.io-index"
499 checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
500 dependencies = [
501 "libc",
502 ]
503
504 [[package]]
505 name = "http"
506 version = "0.2.8"
507 source = "registry+https://github.com/rust-lang/crates.io-index"
508 checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"
509 dependencies = [
510 "bytes",
511 "fnv",
512 "itoa",
513 ]
514
515 [[package]]
516 name = "httparse"
517 version = "1.7.1"
518 source = "registry+https://github.com/rust-lang/crates.io-index"
519 checksum = "496ce29bb5a52785b44e0f7ca2847ae0bb839c9bd28f69acac9b99d461c0c04c"
520
521 [[package]]
522 name = "httpdate"
523 version = "1.0.2"
524 source = "registry+https://github.com/rust-lang/crates.io-index"
525 checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
526
527 [[package]]
528 name = "idna"
529 version = "0.2.3"
530 source = "registry+https://github.com/rust-lang/crates.io-index"
531 checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
532 dependencies = [
533 "matches",
534 "unicode-bidi",
535 "unicode-normalization",
536 ]
537
538 [[package]]
539 name = "indexmap"
540 version = "1.9.1"
541 source = "registry+https://github.com/rust-lang/crates.io-index"
542 checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"
543 dependencies = [
544 "autocfg",
545 "hashbrown",
546 ]
547
548 [[package]]
549 name = "itoa"
550 version = "1.0.2"
551 source = "registry+https://github.com/rust-lang/crates.io-index"
552 checksum = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d"
553
554 [[package]]
555 name = "jobserver"
556 version = "0.1.24"
557 source = "registry+https://github.com/rust-lang/crates.io-index"
558 checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"
559 dependencies = [
560 "libc",
561 ]
562
563 [[package]]
564 name = "language-tags"
565 version = "0.3.2"
566 source = "registry+https://github.com/rust-lang/crates.io-index"
567 checksum = "d4345964bb142484797b161f473a503a434de77149dd8c7427788c6e13379388"
568
569 [[package]]
570 name = "libc"
571 version = "0.2.126"
572 source = "registry+https://github.com/rust-lang/crates.io-index"
573 checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"
574
575 [[package]]
576 name = "local-channel"
577 version = "0.1.3"
578 source = "registry+https://github.com/rust-lang/crates.io-index"
579 checksum = "7f303ec0e94c6c54447f84f3b0ef7af769858a9c4ef56ef2a986d3dcd4c3fc9c"
580 dependencies = [
581 "futures-core",
582 "futures-sink",
583 "futures-util",
584 "local-waker",
585 ]
586
587 [[package]]
588 name = "local-waker"
589 version = "0.1.3"
590 source = "registry+https://github.com/rust-lang/crates.io-index"
591 checksum = "e34f76eb3611940e0e7d53a9aaa4e6a3151f69541a282fd0dad5571420c53ff1"
592
593 [[package]]
594 name = "lock_api"
595 version = "0.4.7"
596 source = "registry+https://github.com/rust-lang/crates.io-index"
597 checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53"
598 dependencies = [
599 "autocfg",
600 "scopeguard",
601 ]
602
603 [[package]]
604 name = "log"
605 version = "0.4.17"
606 source = "registry+https://github.com/rust-lang/crates.io-index"
607 checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
608 dependencies = [
609 "cfg-if",
610 ]
611
612 [[package]]
613 name = "matches"
614 version = "0.1.9"
615 source = "registry+https://github.com/rust-lang/crates.io-index"
616 checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
617
618 [[package]]
619 name = "memchr"
620 version = "2.5.0"
621 source = "registry+https://github.com/rust-lang/crates.io-index"
622 checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
623
624 [[package]]
625 name = "mime"
626 version = "0.3.16"
627 source = "registry+https://github.com/rust-lang/crates.io-index"
628 checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
629
630 [[package]]
631 name = "miniz_oxide"
632 version = "0.5.3"
633 source = "registry+https://github.com/rust-lang/crates.io-index"
634 checksum = "6f5c75688da582b8ffc1f1799e9db273f32133c49e048f614d22ec3256773ccc"
635 dependencies = [
636 "adler",
637 ]
638
639 [[package]]
640 name = "mio"
641 version = "0.8.4"
642 source = "registry+https://github.com/rust-lang/crates.io-index"
643 checksum = "57ee1c23c7c63b0c9250c339ffdc69255f110b298b901b9f6c82547b7b87caaf"
644 dependencies = [
645 "libc",
646 "log",
647 "wasi",
648 "windows-sys",
649 ]
650
651 [[package]]
652 name = "num_cpus"
653 version = "1.13.1"
654 source = "registry+https://github.com/rust-lang/crates.io-index"
655 checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
656 dependencies = [
657 "hermit-abi",
658 "libc",
659 ]
660
661 [[package]]
662 name = "num_threads"
663 version = "0.1.6"
664 source = "registry+https://github.com/rust-lang/crates.io-index"
665 checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44"
666 dependencies = [
667 "libc",
668 ]
669
670 [[package]]
671 name = "once_cell"
672 version = "1.12.0"
673 source = "registry+https://github.com/rust-lang/crates.io-index"
674 checksum = "7709cef83f0c1f58f666e746a08b21e0085f7440fa6a29cc194d68aac97a4225"
675
676 [[package]]
677 name = "parking_lot"
678 version = "0.12.1"
679 source = "registry+https://github.com/rust-lang/crates.io-index"
680 checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
681 dependencies = [
682 "lock_api",
683 "parking_lot_core",
684 ]
685
686 [[package]]
687 name = "parking_lot_core"
688 version = "0.9.3"
689 source = "registry+https://github.com/rust-lang/crates.io-index"
690 checksum = "09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929"
691 dependencies = [
692 "cfg-if",
693 "libc",
694 "redox_syscall",
695 "smallvec",
696 "windows-sys",
697 ]
698
699 [[package]]
700 name = "paste"
701 version = "1.0.7"
702 source = "registry+https://github.com/rust-lang/crates.io-index"
703 checksum = "0c520e05135d6e763148b6426a837e239041653ba7becd2e538c076c738025fc"
704
705 [[package]]
706 name = "percent-encoding"
707 version = "2.1.0"
708 source = "registry+https://github.com/rust-lang/crates.io-index"
709 checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
710
711 [[package]]
712 name = "pin-project-lite"
713 version = "0.2.9"
714 source = "registry+https://github.com/rust-lang/crates.io-index"
715 checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
716
717 [[package]]
718 name = "pin-utils"
719 version = "0.1.0"
720 source = "registry+https://github.com/rust-lang/crates.io-index"
721 checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
722
723 [[package]]
724 name = "ppv-lite86"
725 version = "0.2.16"
726 source = "registry+https://github.com/rust-lang/crates.io-index"
727 checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
728
729 [[package]]
730 name = "proc-macro2"
731 version = "1.0.40"
732 source = "registry+https://github.com/rust-lang/crates.io-index"
733 checksum = "dd96a1e8ed2596c337f8eae5f24924ec83f5ad5ab21ea8e455d3566c69fbcaf7"
734 dependencies = [
735 "unicode-ident",
736 ]
737
738 [[package]]
739 name = "quote"
740 version = "1.0.20"
741 source = "registry+https://github.com/rust-lang/crates.io-index"
742 checksum = "3bcdf212e9776fbcb2d23ab029360416bb1706b1aea2d1a5ba002727cbcab804"
743 dependencies = [
744 "proc-macro2",
745 ]
746
747 [[package]]
748 name = "rand"
749 version = "0.8.5"
750 source = "registry+https://github.com/rust-lang/crates.io-index"
751 checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
752 dependencies = [
753 "libc",
754 "rand_chacha",
755 "rand_core",
756 ]
757
758 [[package]]
759 name = "rand_chacha"
760 version = "0.3.1"
761 source = "registry+https://github.com/rust-lang/crates.io-index"
762 checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
763 dependencies = [
764 "ppv-lite86",
765 "rand_core",
766 ]
767
768 [[package]]
769 name = "rand_core"
770 version = "0.6.3"
771 source = "registry+https://github.com/rust-lang/crates.io-index"
772 checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
773 dependencies = [
774 "getrandom",
775 ]
776
777 [[package]]
778 name = "redox_syscall"
779 version = "0.2.13"
780 source = "registry+https://github.com/rust-lang/crates.io-index"
781 checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42"
782 dependencies = [
783 "bitflags",
784 ]
785
786 [[package]]
787 name = "regex"
788 version = "1.5.6"
789 source = "registry+https://github.com/rust-lang/crates.io-index"
790 checksum = "d83f127d94bdbcda4c8cc2e50f6f84f4b611f69c902699ca385a39c3a75f9ff1"
791 dependencies = [
792 "aho-corasick",
793 "memchr",
794 "regex-syntax",
795 ]
796
797 [[package]]
798 name = "regex-syntax"
799 version = "0.6.26"
800 source = "registry+https://github.com/rust-lang/crates.io-index"
801 checksum = "49b3de9ec5dc0a3417da371aab17d729997c15010e7fd24ff707773a33bddb64"
802
803 [[package]]
804 name = "rustc_version"
805 version = "0.4.0"
806 source = "registry+https://github.com/rust-lang/crates.io-index"
807 checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
808 dependencies = [
809 "semver",
810 ]
811
812 [[package]]
813 name = "ryu"
814 version = "1.0.10"
815 source = "registry+https://github.com/rust-lang/crates.io-index"
816 checksum = "f3f6f92acf49d1b98f7a81226834412ada05458b7364277387724a237f062695"
817
818 [[package]]
819 name = "scopeguard"
820 version = "1.1.0"
821 source = "registry+https://github.com/rust-lang/crates.io-index"
822 checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
823
824 [[package]]
825 name = "semver"
826 version = "1.0.10"
827 source = "registry+https://github.com/rust-lang/crates.io-index"
828 checksum = "a41d061efea015927ac527063765e73601444cdc344ba855bc7bd44578b25e1c"
829
830 [[package]]
831 name = "serde"
832 version = "1.0.137"
833 source = "registry+https://github.com/rust-lang/crates.io-index"
834 checksum = "61ea8d54c77f8315140a05f4c7237403bf38b72704d031543aa1d16abbf517d1"
835
836 [[package]]
837 name = "serde_json"
838 version = "1.0.81"
839 source = "registry+https://github.com/rust-lang/crates.io-index"
840 checksum = "9b7ce2b32a1aed03c558dc61a5cd328f15aff2dbc17daad8fb8af04d2100e15c"
841 dependencies = [
842 "itoa",
843 "ryu",
844 "serde",
845 ]
846
847 [[package]]
848 name = "serde_urlencoded"
849 version = "0.7.1"
850 source = "registry+https://github.com/rust-lang/crates.io-index"
851 checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
852 dependencies = [
853 "form_urlencoded",
854 "itoa",
855 "ryu",
856 "serde",
857 ]
858
859 [[package]]
860 name = "sha1"
861 version = "0.10.1"
862 source = "registry+https://github.com/rust-lang/crates.io-index"
863 checksum = "c77f4e7f65455545c2153c1253d25056825e77ee2533f0e41deb65a93a34852f"
864 dependencies = [
865 "cfg-if",
866 "cpufeatures",
867 "digest",
868 ]
869
870 [[package]]
871 name = "signal-hook-registry"
872 version = "1.4.0"
873 source = "registry+https://github.com/rust-lang/crates.io-index"
874 checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
875 dependencies = [
876 "libc",
877 ]
878
879 [[package]]
880 name = "slab"
881 version = "0.4.6"
882 source = "registry+https://github.com/rust-lang/crates.io-index"
883 checksum = "eb703cfe953bccee95685111adeedb76fabe4e97549a58d16f03ea7b9367bb32"
884
885 [[package]]
886 name = "smallvec"
887 version = "1.8.0"
888 source = "registry+https://github.com/rust-lang/crates.io-index"
889 checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"
890
891 [[package]]
892 name = "socket2"
893 version = "0.4.4"
894 source = "registry+https://github.com/rust-lang/crates.io-index"
895 checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"
896 dependencies = [
897 "libc",
898 "winapi",
899 ]
900
901 [[package]]
902 name = "syn"
903 version = "1.0.98"
904 source = "registry+https://github.com/rust-lang/crates.io-index"
905 checksum = "c50aef8a904de4c23c788f104b7dddc7d6f79c647c7c8ce4cc8f73eb0ca773dd"
906 dependencies = [
907 "proc-macro2",
908 "quote",
909 "unicode-ident",
910 ]
911
912 [[package]]
913 name = "time"
914 version = "0.3.11"
915 source = "registry+https://github.com/rust-lang/crates.io-index"
916 checksum = "72c91f41dcb2f096c05f0873d667dceec1087ce5bcf984ec8ffb19acddbb3217"
917 dependencies = [
918 "itoa",
919 "libc",
920 "num_threads",
921 "time-macros",
922 ]
923
924 [[package]]
925 name = "time-macros"
926 version = "0.2.4"
927 source = "registry+https://github.com/rust-lang/crates.io-index"
928 checksum = "42657b1a6f4d817cda8e7a0ace261fe0cc946cf3a80314390b22cc61ae080792"
929
930 [[package]]
931 name = "tinyvec"
932 version = "1.6.0"
933 source = "registry+https://github.com/rust-lang/crates.io-index"
934 checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
935 dependencies = [
936 "tinyvec_macros",
937 ]
938
939 [[package]]
940 name = "tinyvec_macros"
941 version = "0.1.0"
942 source = "registry+https://github.com/rust-lang/crates.io-index"
943 checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
944
945 [[package]]
946 name = "tokio"
947 version = "1.19.2"
948 source = "registry+https://github.com/rust-lang/crates.io-index"
949 checksum = "c51a52ed6686dd62c320f9b89299e9dfb46f730c7a48e635c19f21d116cb1439"
950 dependencies = [
951 "bytes",
952 "libc",
953 "memchr",
954 "mio",
955 "once_cell",
956 "parking_lot",
957 "pin-project-lite",
958 "signal-hook-registry",
959 "socket2",
960 "winapi",
961 ]
962
963 [[package]]
964 name = "tokio-util"
965 version = "0.7.3"
966 source = "registry+https://github.com/rust-lang/crates.io-index"
967 checksum = "cc463cd8deddc3770d20f9852143d50bf6094e640b485cb2e189a2099085ff45"
968 dependencies = [
969 "bytes",
970 "futures-core",
971 "futures-sink",
972 "pin-project-lite",
973 "tokio",
974 "tracing",
975 ]
976
977 [[package]]
978 name = "tracing"
979 version = "0.1.35"
980 source = "registry+https://github.com/rust-lang/crates.io-index"
981 checksum = "a400e31aa60b9d44a52a8ee0343b5b18566b03a8321e0d321f695cf56e940160"
982 dependencies = [
983 "cfg-if",
984 "log",
985 "pin-project-lite",
986 "tracing-core",
987 ]
988
989 [[package]]
990 name = "tracing-core"
991 version = "0.1.27"
992 source = "registry+https://github.com/rust-lang/crates.io-index"
993 checksum = "7709595b8878a4965ce5e87ebf880a7d39c9afc6837721b21a5a816a8117d921"
994 dependencies = [
995 "once_cell",
996 ]
997
998 [[package]]
999 name = "typenum"
1000 version = "1.15.0"
1001 source = "registry+https://github.com/rust-lang/crates.io-index"
1002 checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
1003
1004 [[package]]
1005 name = "unicode-bidi"
1006 version = "0.3.8"
1007 source = "registry+https://github.com/rust-lang/crates.io-index"
1008 checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"
1009
1010 [[package]]
1011 name = "unicode-ident"
1012 version = "1.0.1"
1013 source = "registry+https://github.com/rust-lang/crates.io-index"
1014 checksum = "5bd2fe26506023ed7b5e1e315add59d6f584c621d037f9368fea9cfb988f368c"
1015
1016 [[package]]
1017 name = "unicode-normalization"
1018 version = "0.1.19"
1019 source = "registry+https://github.com/rust-lang/crates.io-index"
1020 checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"
1021 dependencies = [
1022 "tinyvec",
1023 ]
1024
1025 [[package]]
1026 name = "url"
1027 version = "2.2.2"
1028 source = "registry+https://github.com/rust-lang/crates.io-index"
1029 checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
1030 dependencies = [
1031 "form_urlencoded",
1032 "idna",
1033 "matches",
1034 "percent-encoding",
1035 ]
1036
1037 [[package]]
1038 name = "version_check"
1039 version = "0.9.4"
1040 source = "registry+https://github.com/rust-lang/crates.io-index"
1041 checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
1042
1043 [[package]]
1044 name = "wasi"
1045 version = "0.11.0+wasi-snapshot-preview1"
1046 source = "registry+https://github.com/rust-lang/crates.io-index"
1047 checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
1048
1049 [[package]]
1050 name = "winapi"
1051 version = "0.3.9"
1052 source = "registry+https://github.com/rust-lang/crates.io-index"
1053 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1054 dependencies = [
1055 "winapi-i686-pc-windows-gnu",
1056 "winapi-x86_64-pc-windows-gnu",
1057 ]
1058
1059 [[package]]
1060 name = "winapi-i686-pc-windows-gnu"
1061 version = "0.4.0"
1062 source = "registry+https://github.com/rust-lang/crates.io-index"
1063 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1064
1065 [[package]]
1066 name = "winapi-x86_64-pc-windows-gnu"
1067 version = "0.4.0"
1068 source = "registry+https://github.com/rust-lang/crates.io-index"
1069 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1070
1071 [[package]]
1072 name = "windows-sys"
1073 version = "0.36.1"
1074 source = "registry+https://github.com/rust-lang/crates.io-index"
1075 checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
1076 dependencies = [
1077 "windows_aarch64_msvc",
1078 "windows_i686_gnu",
1079 "windows_i686_msvc",
1080 "windows_x86_64_gnu",
1081 "windows_x86_64_msvc",
1082 ]
1083
1084 [[package]]
1085 name = "windows_aarch64_msvc"
1086 version = "0.36.1"
1087 source = "registry+https://github.com/rust-lang/crates.io-index"
1088 checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
1089
1090 [[package]]
1091 name = "windows_i686_gnu"
1092 version = "0.36.1"
1093 source = "registry+https://github.com/rust-lang/crates.io-index"
1094 checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
1095
1096 [[package]]
1097 name = "windows_i686_msvc"
1098 version = "0.36.1"
1099 source = "registry+https://github.com/rust-lang/crates.io-index"
1100 checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
1101
1102 [[package]]
1103 name = "windows_x86_64_gnu"
1104 version = "0.36.1"
1105 source = "registry+https://github.com/rust-lang/crates.io-index"
1106 checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
1107
1108 [[package]]
1109 name = "windows_x86_64_msvc"
1110 version = "0.36.1"
1111 source = "registry+https://github.com/rust-lang/crates.io-index"
1112 checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
1113
1114 [[package]]
1115 name = "zstd"
1116 version = "0.11.2+zstd.1.5.2"
1117 source = "registry+https://github.com/rust-lang/crates.io-index"
1118 checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
1119 dependencies = [
1120 "zstd-safe",
1121 ]
1122
1123 [[package]]
1124 name = "zstd-safe"
1125 version = "5.0.2+zstd.1.5.2"
1126 source = "registry+https://github.com/rust-lang/crates.io-index"
1127 checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
1128 dependencies = [
1129 "libc",
1130 "zstd-sys",
1131 ]
1132
1133 [[package]]
1134 name = "zstd-sys"
1135 version = "2.0.1+zstd.1.5.2"
1136 source = "registry+https://github.com/rust-lang/crates.io-index"
1137 checksum = "9fd07cbbc53846d9145dbffdf6dd09a7a0aa52be46741825f5c97bdd4f73f12b"
1138 dependencies = [
1139 "cc",
1140 "libc",
1141 ]