]> Untitled Git - lemmy.git/blob - Cargo.lock
5a0a40d58a954009e952ab7503ef4737e81031b0
[lemmy.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 = "Inflector"
7 version = "0.11.4"
8 source = "registry+https://github.com/rust-lang/crates.io-index"
9 checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"
10 dependencies = [
11  "lazy_static",
12  "regex",
13 ]
14
15 [[package]]
16 name = "activitypub_federation"
17 version = "0.4.4"
18 source = "registry+https://github.com/rust-lang/crates.io-index"
19 checksum = "27540f6c4b72c91176610ed5279061a021387f972c7c6f42c41032b78a808267"
20 dependencies = [
21  "activitystreams-kinds",
22  "actix-web",
23  "anyhow",
24  "async-trait",
25  "base64 0.21.2",
26  "bytes",
27  "chrono",
28  "derive_builder",
29  "displaydoc",
30  "dyn-clone",
31  "enum_delegate",
32  "futures-core",
33  "http",
34  "http-signature-normalization 0.7.0",
35  "http-signature-normalization-reqwest",
36  "httpdate",
37  "itertools",
38  "once_cell",
39  "openssl",
40  "pin-project-lite",
41  "regex",
42  "reqwest",
43  "reqwest-middleware",
44  "serde",
45  "serde_json",
46  "sha2",
47  "thiserror",
48  "tokio",
49  "tracing",
50  "url",
51 ]
52
53 [[package]]
54 name = "activitystreams-kinds"
55 version = "0.3.0"
56 source = "registry+https://github.com/rust-lang/crates.io-index"
57 checksum = "e97dfe76efd8c0b113cc3580a6b5f4acba47662e3cfbbfcce081c9ac89798990"
58 dependencies = [
59  "serde",
60  "url",
61 ]
62
63 [[package]]
64 name = "actix-codec"
65 version = "0.5.0"
66 source = "registry+https://github.com/rust-lang/crates.io-index"
67 checksum = "57a7559404a7f3573127aab53c08ce37a6c6a315c374a31070f3c91cd1b4a7fe"
68 dependencies = [
69  "bitflags 1.3.2",
70  "bytes",
71  "futures-core",
72  "futures-sink",
73  "log",
74  "memchr",
75  "pin-project-lite",
76  "tokio",
77  "tokio-util 0.7.4",
78 ]
79
80 [[package]]
81 name = "actix-cors"
82 version = "0.6.4"
83 source = "registry+https://github.com/rust-lang/crates.io-index"
84 checksum = "b340e9cfa5b08690aae90fb61beb44e9b06f44fe3d0f93781aaa58cfba86245e"
85 dependencies = [
86  "actix-utils",
87  "actix-web",
88  "derive_more",
89  "futures-util",
90  "log",
91  "once_cell",
92  "smallvec",
93 ]
94
95 [[package]]
96 name = "actix-form-data"
97 version = "0.7.0-beta.2"
98 source = "registry+https://github.com/rust-lang/crates.io-index"
99 checksum = "9f2c32091d556a5064062087511db68526848dfa3de83c5262156431d27df7a4"
100 dependencies = [
101  "actix-multipart",
102  "actix-rt",
103  "actix-web",
104  "futures-util",
105  "mime",
106  "thiserror",
107  "tokio",
108  "tracing",
109 ]
110
111 [[package]]
112 name = "actix-http"
113 version = "3.3.1"
114 source = "registry+https://github.com/rust-lang/crates.io-index"
115 checksum = "c2079246596c18b4a33e274ae10c0e50613f4d32a4198e09c7b93771013fed74"
116 dependencies = [
117  "actix-codec",
118  "actix-rt",
119  "actix-service",
120  "actix-tls",
121  "actix-utils",
122  "ahash 0.8.3",
123  "base64 0.21.2",
124  "bitflags 1.3.2",
125  "brotli",
126  "bytes",
127  "bytestring",
128  "derive_more",
129  "encoding_rs",
130  "flate2",
131  "futures-core",
132  "h2",
133  "http",
134  "httparse",
135  "httpdate",
136  "itoa",
137  "language-tags",
138  "local-channel",
139  "mime",
140  "percent-encoding",
141  "pin-project-lite",
142  "rand 0.8.5",
143  "sha1",
144  "smallvec",
145  "tokio",
146  "tokio-util 0.7.4",
147  "tracing",
148  "zstd",
149 ]
150
151 [[package]]
152 name = "actix-macros"
153 version = "0.2.3"
154 source = "registry+https://github.com/rust-lang/crates.io-index"
155 checksum = "465a6172cf69b960917811022d8f29bc0b7fa1398bc4f78b3c466673db1213b6"
156 dependencies = [
157  "quote",
158  "syn 1.0.103",
159 ]
160
161 [[package]]
162 name = "actix-multipart"
163 version = "0.6.0"
164 source = "registry+https://github.com/rust-lang/crates.io-index"
165 checksum = "dee489e3c01eae4d1c35b03c4493f71cb40d93f66b14558feb1b1a807671cc4e"
166 dependencies = [
167  "actix-utils",
168  "actix-web",
169  "bytes",
170  "derive_more",
171  "futures-core",
172  "futures-util",
173  "httparse",
174  "local-waker",
175  "log",
176  "memchr",
177  "mime",
178  "serde",
179  "serde_json",
180  "serde_plain",
181  "tokio",
182 ]
183
184 [[package]]
185 name = "actix-router"
186 version = "0.5.1"
187 source = "registry+https://github.com/rust-lang/crates.io-index"
188 checksum = "d66ff4d247d2b160861fa2866457e85706833527840e4133f8f49aa423a38799"
189 dependencies = [
190  "bytestring",
191  "http",
192  "regex",
193  "serde",
194  "tracing",
195 ]
196
197 [[package]]
198 name = "actix-rt"
199 version = "2.8.0"
200 source = "registry+https://github.com/rust-lang/crates.io-index"
201 checksum = "15265b6b8e2347670eb363c47fc8c75208b4a4994b27192f345fcbe707804f3e"
202 dependencies = [
203  "actix-macros",
204  "futures-core",
205  "tokio",
206 ]
207
208 [[package]]
209 name = "actix-server"
210 version = "2.1.1"
211 source = "registry+https://github.com/rust-lang/crates.io-index"
212 checksum = "0da34f8e659ea1b077bb4637948b815cd3768ad5a188fdcd74ff4d84240cd824"
213 dependencies = [
214  "actix-rt",
215  "actix-service",
216  "actix-utils",
217  "futures-core",
218  "futures-util",
219  "mio",
220  "num_cpus",
221  "socket2 0.4.9",
222  "tokio",
223  "tracing",
224 ]
225
226 [[package]]
227 name = "actix-service"
228 version = "2.0.2"
229 source = "registry+https://github.com/rust-lang/crates.io-index"
230 checksum = "3b894941f818cfdc7ccc4b9e60fa7e53b5042a2e8567270f9147d5591893373a"
231 dependencies = [
232  "futures-core",
233  "paste",
234  "pin-project-lite",
235 ]
236
237 [[package]]
238 name = "actix-tls"
239 version = "3.0.3"
240 source = "registry+https://github.com/rust-lang/crates.io-index"
241 checksum = "9fde0cf292f7cdc7f070803cb9a0d45c018441321a78b1042ffbbb81ec333297"
242 dependencies = [
243  "actix-codec",
244  "actix-rt",
245  "actix-service",
246  "actix-utils",
247  "futures-core",
248  "http",
249  "log",
250  "pin-project-lite",
251  "tokio-rustls 0.23.4",
252  "tokio-util 0.7.4",
253  "webpki-roots",
254 ]
255
256 [[package]]
257 name = "actix-utils"
258 version = "3.0.1"
259 source = "registry+https://github.com/rust-lang/crates.io-index"
260 checksum = "88a1dcdff1466e3c2488e1cb5c36a71822750ad43839937f85d2f4d9f8b705d8"
261 dependencies = [
262  "local-waker",
263  "pin-project-lite",
264 ]
265
266 [[package]]
267 name = "actix-web"
268 version = "4.3.1"
269 source = "registry+https://github.com/rust-lang/crates.io-index"
270 checksum = "cd3cb42f9566ab176e1ef0b8b3a896529062b4efc6be0123046095914c4c1c96"
271 dependencies = [
272  "actix-codec",
273  "actix-http",
274  "actix-macros",
275  "actix-router",
276  "actix-rt",
277  "actix-server",
278  "actix-service",
279  "actix-tls",
280  "actix-utils",
281  "actix-web-codegen",
282  "ahash 0.7.6",
283  "bytes",
284  "bytestring",
285  "cfg-if",
286  "cookie",
287  "derive_more",
288  "encoding_rs",
289  "futures-core",
290  "futures-util",
291  "http",
292  "itoa",
293  "language-tags",
294  "log",
295  "mime",
296  "once_cell",
297  "pin-project-lite",
298  "regex",
299  "serde",
300  "serde_json",
301  "serde_urlencoded",
302  "smallvec",
303  "socket2 0.4.9",
304  "time 0.3.15",
305  "url",
306 ]
307
308 [[package]]
309 name = "actix-web-codegen"
310 version = "4.2.0"
311 source = "registry+https://github.com/rust-lang/crates.io-index"
312 checksum = "2262160a7ae29e3415554a3f1fc04c764b1540c116aa524683208078b7a75bc9"
313 dependencies = [
314  "actix-router",
315  "proc-macro2",
316  "quote",
317  "syn 1.0.103",
318 ]
319
320 [[package]]
321 name = "addr2line"
322 version = "0.19.0"
323 source = "registry+https://github.com/rust-lang/crates.io-index"
324 checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97"
325 dependencies = [
326  "gimli",
327 ]
328
329 [[package]]
330 name = "adler"
331 version = "1.0.2"
332 source = "registry+https://github.com/rust-lang/crates.io-index"
333 checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
334
335 [[package]]
336 name = "ahash"
337 version = "0.7.6"
338 source = "registry+https://github.com/rust-lang/crates.io-index"
339 checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
340 dependencies = [
341  "getrandom 0.2.8",
342  "once_cell",
343  "version_check",
344 ]
345
346 [[package]]
347 name = "ahash"
348 version = "0.8.3"
349 source = "registry+https://github.com/rust-lang/crates.io-index"
350 checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f"
351 dependencies = [
352  "cfg-if",
353  "getrandom 0.2.8",
354  "once_cell",
355  "version_check",
356 ]
357
358 [[package]]
359 name = "aho-corasick"
360 version = "1.0.2"
361 source = "registry+https://github.com/rust-lang/crates.io-index"
362 checksum = "43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41"
363 dependencies = [
364  "memchr",
365 ]
366
367 [[package]]
368 name = "alloc-no-stdlib"
369 version = "2.0.4"
370 source = "registry+https://github.com/rust-lang/crates.io-index"
371 checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
372
373 [[package]]
374 name = "alloc-stdlib"
375 version = "0.2.2"
376 source = "registry+https://github.com/rust-lang/crates.io-index"
377 checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
378 dependencies = [
379  "alloc-no-stdlib",
380 ]
381
382 [[package]]
383 name = "android-tzdata"
384 version = "0.1.1"
385 source = "registry+https://github.com/rust-lang/crates.io-index"
386 checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
387
388 [[package]]
389 name = "android_system_properties"
390 version = "0.1.5"
391 source = "registry+https://github.com/rust-lang/crates.io-index"
392 checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
393 dependencies = [
394  "libc",
395 ]
396
397 [[package]]
398 name = "anyhow"
399 version = "1.0.71"
400 source = "registry+https://github.com/rust-lang/crates.io-index"
401 checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8"
402
403 [[package]]
404 name = "argparse"
405 version = "0.2.2"
406 source = "registry+https://github.com/rust-lang/crates.io-index"
407 checksum = "3f8ebf5827e4ac4fd5946560e6a99776ea73b596d80898f357007317a7141e47"
408
409 [[package]]
410 name = "arrayvec"
411 version = "0.5.2"
412 source = "registry+https://github.com/rust-lang/crates.io-index"
413 checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
414
415 [[package]]
416 name = "assert-json-diff"
417 version = "2.0.2"
418 source = "registry+https://github.com/rust-lang/crates.io-index"
419 checksum = "47e4f2b81832e72834d7518d8487a0396a28cc408186a2e8854c0f98011faf12"
420 dependencies = [
421  "serde",
422  "serde_json",
423 ]
424
425 [[package]]
426 name = "ast_node"
427 version = "0.8.8"
428 source = "registry+https://github.com/rust-lang/crates.io-index"
429 checksum = "70151a5226578411132d798aa248df45b30aa34aea2e580628870b4d87be717b"
430 dependencies = [
431  "darling 0.13.4",
432  "pmutil",
433  "proc-macro2",
434  "quote",
435  "swc_macros_common",
436  "syn 1.0.103",
437 ]
438
439 [[package]]
440 name = "async-stream"
441 version = "0.3.3"
442 source = "registry+https://github.com/rust-lang/crates.io-index"
443 checksum = "dad5c83079eae9969be7fadefe640a1c566901f05ff91ab221de4b6f68d9507e"
444 dependencies = [
445  "async-stream-impl",
446  "futures-core",
447 ]
448
449 [[package]]
450 name = "async-stream-impl"
451 version = "0.3.3"
452 source = "registry+https://github.com/rust-lang/crates.io-index"
453 checksum = "10f203db73a71dfa2fb6dd22763990fa26f3d2625a6da2da900d23b87d26be27"
454 dependencies = [
455  "proc-macro2",
456  "quote",
457  "syn 1.0.103",
458 ]
459
460 [[package]]
461 name = "async-trait"
462 version = "0.1.68"
463 source = "registry+https://github.com/rust-lang/crates.io-index"
464 checksum = "b9ccdd8f2a161be9bd5c023df56f1b2a0bd1d83872ae53b71a84a12c9bf6e842"
465 dependencies = [
466  "proc-macro2",
467  "quote",
468  "syn 2.0.18",
469 ]
470
471 [[package]]
472 name = "atom_syndication"
473 version = "0.12.1"
474 source = "registry+https://github.com/rust-lang/crates.io-index"
475 checksum = "ca96cb38e3d8236f1573a84bbc55e130bd1ae07df770e36d0cf221ea7a50e36c"
476 dependencies = [
477  "chrono",
478  "derive_builder",
479  "diligent-date-parser",
480  "never",
481  "quick-xml 0.28.2",
482 ]
483
484 [[package]]
485 name = "autocfg"
486 version = "1.1.0"
487 source = "registry+https://github.com/rust-lang/crates.io-index"
488 checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
489
490 [[package]]
491 name = "awc"
492 version = "3.0.1"
493 source = "registry+https://github.com/rust-lang/crates.io-index"
494 checksum = "80ca7ff88063086d2e2c70b9f3b29b2fcd999bac68ac21731e66781970d68519"
495 dependencies = [
496  "actix-codec",
497  "actix-http",
498  "actix-rt",
499  "actix-service",
500  "actix-tls",
501  "actix-utils",
502  "ahash 0.7.6",
503  "base64 0.13.1",
504  "bytes",
505  "cfg-if",
506  "derive_more",
507  "futures-core",
508  "futures-util",
509  "h2",
510  "http",
511  "itoa",
512  "log",
513  "mime",
514  "percent-encoding",
515  "pin-project-lite",
516  "rand 0.8.5",
517  "rustls 0.20.7",
518  "serde",
519  "serde_json",
520  "serde_urlencoded",
521  "tokio",
522 ]
523
524 [[package]]
525 name = "axum"
526 version = "0.5.17"
527 source = "registry+https://github.com/rust-lang/crates.io-index"
528 checksum = "acee9fd5073ab6b045a275b3e709c163dd36c90685219cb21804a147b58dba43"
529 dependencies = [
530  "async-trait",
531  "axum-core 0.2.9",
532  "bitflags 1.3.2",
533  "bytes",
534  "futures-util",
535  "http",
536  "http-body",
537  "hyper",
538  "itoa",
539  "matchit 0.5.0",
540  "memchr",
541  "mime",
542  "percent-encoding",
543  "pin-project-lite",
544  "serde",
545  "sync_wrapper",
546  "tokio",
547  "tower",
548  "tower-http",
549  "tower-layer",
550  "tower-service",
551 ]
552
553 [[package]]
554 name = "axum"
555 version = "0.6.18"
556 source = "registry+https://github.com/rust-lang/crates.io-index"
557 checksum = "f8175979259124331c1d7bf6586ee7e0da434155e4b2d48ec2c8386281d8df39"
558 dependencies = [
559  "async-trait",
560  "axum-core 0.3.4",
561  "bitflags 1.3.2",
562  "bytes",
563  "futures-util",
564  "http",
565  "http-body",
566  "hyper",
567  "itoa",
568  "matchit 0.7.0",
569  "memchr",
570  "mime",
571  "percent-encoding",
572  "pin-project-lite",
573  "rustversion",
574  "serde",
575  "sync_wrapper",
576  "tower",
577  "tower-layer",
578  "tower-service",
579 ]
580
581 [[package]]
582 name = "axum-core"
583 version = "0.2.9"
584 source = "registry+https://github.com/rust-lang/crates.io-index"
585 checksum = "37e5939e02c56fecd5c017c37df4238c0a839fa76b7f97acdd7efb804fd181cc"
586 dependencies = [
587  "async-trait",
588  "bytes",
589  "futures-util",
590  "http",
591  "http-body",
592  "mime",
593  "tower-layer",
594  "tower-service",
595 ]
596
597 [[package]]
598 name = "axum-core"
599 version = "0.3.4"
600 source = "registry+https://github.com/rust-lang/crates.io-index"
601 checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
602 dependencies = [
603  "async-trait",
604  "bytes",
605  "futures-util",
606  "http",
607  "http-body",
608  "mime",
609  "rustversion",
610  "tower-layer",
611  "tower-service",
612 ]
613
614 [[package]]
615 name = "backtrace"
616 version = "0.3.67"
617 source = "registry+https://github.com/rust-lang/crates.io-index"
618 checksum = "233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca"
619 dependencies = [
620  "addr2line",
621  "cc",
622  "cfg-if",
623  "libc",
624  "miniz_oxide 0.6.2",
625  "object",
626  "rustc-demangle",
627 ]
628
629 [[package]]
630 name = "base32"
631 version = "0.4.0"
632 source = "registry+https://github.com/rust-lang/crates.io-index"
633 checksum = "23ce669cd6c8588f79e15cf450314f9638f967fc5770ff1c7c1deb0925ea7cfa"
634
635 [[package]]
636 name = "base64"
637 version = "0.13.1"
638 source = "registry+https://github.com/rust-lang/crates.io-index"
639 checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
640
641 [[package]]
642 name = "base64"
643 version = "0.21.2"
644 source = "registry+https://github.com/rust-lang/crates.io-index"
645 checksum = "604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d"
646
647 [[package]]
648 name = "bcrypt"
649 version = "0.13.0"
650 source = "registry+https://github.com/rust-lang/crates.io-index"
651 checksum = "a7e7c93a3fb23b2fdde989b2c9ec4dd153063ec81f408507f84c090cd91c6641"
652 dependencies = [
653  "base64 0.13.1",
654  "blowfish",
655  "getrandom 0.2.8",
656  "zeroize",
657 ]
658
659 [[package]]
660 name = "better_scoped_tls"
661 version = "0.1.0"
662 source = "registry+https://github.com/rust-lang/crates.io-index"
663 checksum = "b73e8ecdec39e98aa3b19e8cd0b8ed8f77ccb86a6b0b2dc7cd86d105438a2123"
664 dependencies = [
665  "scoped-tls",
666 ]
667
668 [[package]]
669 name = "bincode"
670 version = "1.3.3"
671 source = "registry+https://github.com/rust-lang/crates.io-index"
672 checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
673 dependencies = [
674  "serde",
675 ]
676
677 [[package]]
678 name = "bit-set"
679 version = "0.5.3"
680 source = "registry+https://github.com/rust-lang/crates.io-index"
681 checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
682 dependencies = [
683  "bit-vec",
684 ]
685
686 [[package]]
687 name = "bit-vec"
688 version = "0.6.3"
689 source = "registry+https://github.com/rust-lang/crates.io-index"
690 checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
691
692 [[package]]
693 name = "bitflags"
694 version = "1.3.2"
695 source = "registry+https://github.com/rust-lang/crates.io-index"
696 checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
697
698 [[package]]
699 name = "bitflags"
700 version = "2.3.1"
701 source = "registry+https://github.com/rust-lang/crates.io-index"
702 checksum = "6776fc96284a0bb647b615056fc496d1fe1644a7ab01829818a6d91cae888b84"
703
704 [[package]]
705 name = "bitvec"
706 version = "0.19.6"
707 source = "registry+https://github.com/rust-lang/crates.io-index"
708 checksum = "55f93d0ef3363c364d5976646a38f04cf67cfe1d4c8d160cdea02cab2c116b33"
709 dependencies = [
710  "funty",
711  "radium",
712  "tap",
713  "wyz",
714 ]
715
716 [[package]]
717 name = "block-buffer"
718 version = "0.10.3"
719 source = "registry+https://github.com/rust-lang/crates.io-index"
720 checksum = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e"
721 dependencies = [
722  "generic-array",
723 ]
724
725 [[package]]
726 name = "blowfish"
727 version = "0.9.1"
728 source = "registry+https://github.com/rust-lang/crates.io-index"
729 checksum = "e412e2cd0f2b2d93e02543ceae7917b3c70331573df19ee046bcbc35e45e87d7"
730 dependencies = [
731  "byteorder",
732  "cipher",
733 ]
734
735 [[package]]
736 name = "brotli"
737 version = "3.3.4"
738 source = "registry+https://github.com/rust-lang/crates.io-index"
739 checksum = "a1a0b1dbcc8ae29329621f8d4f0d835787c1c38bb1401979b49d13b0b305ff68"
740 dependencies = [
741  "alloc-no-stdlib",
742  "alloc-stdlib",
743  "brotli-decompressor",
744 ]
745
746 [[package]]
747 name = "brotli-decompressor"
748 version = "2.3.4"
749 source = "registry+https://github.com/rust-lang/crates.io-index"
750 checksum = "4b6561fd3f895a11e8f72af2cb7d22e08366bebc2b6b57f7744c4bda27034744"
751 dependencies = [
752  "alloc-no-stdlib",
753  "alloc-stdlib",
754 ]
755
756 [[package]]
757 name = "bumpalo"
758 version = "3.11.1"
759 source = "registry+https://github.com/rust-lang/crates.io-index"
760 checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba"
761
762 [[package]]
763 name = "bytemuck"
764 version = "1.12.1"
765 source = "registry+https://github.com/rust-lang/crates.io-index"
766 checksum = "2f5715e491b5a1598fc2bef5a606847b5dc1d48ea625bd3c02c00de8285591da"
767
768 [[package]]
769 name = "byteorder"
770 version = "1.4.3"
771 source = "registry+https://github.com/rust-lang/crates.io-index"
772 checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
773
774 [[package]]
775 name = "bytes"
776 version = "1.4.0"
777 source = "registry+https://github.com/rust-lang/crates.io-index"
778 checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
779
780 [[package]]
781 name = "bytestring"
782 version = "1.1.0"
783 source = "registry+https://github.com/rust-lang/crates.io-index"
784 checksum = "86b6a75fd3048808ef06af5cd79712be8111960adaf89d90250974b38fc3928a"
785 dependencies = [
786  "bytes",
787 ]
788
789 [[package]]
790 name = "captcha"
791 version = "0.0.9"
792 source = "registry+https://github.com/rust-lang/crates.io-index"
793 checksum = "db21780337b425f968a2c3efa842eeaa4fe53d2bcb1eb27d2877460a862fb0ab"
794 dependencies = [
795  "base64 0.13.1",
796  "hound",
797  "image",
798  "lodepng",
799  "rand 0.8.5",
800  "serde_json",
801 ]
802
803 [[package]]
804 name = "cc"
805 version = "1.0.73"
806 source = "registry+https://github.com/rust-lang/crates.io-index"
807 checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
808 dependencies = [
809  "jobserver",
810 ]
811
812 [[package]]
813 name = "cesu8"
814 version = "1.1.0"
815 source = "registry+https://github.com/rust-lang/crates.io-index"
816 checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
817
818 [[package]]
819 name = "cfg-if"
820 version = "1.0.0"
821 source = "registry+https://github.com/rust-lang/crates.io-index"
822 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
823
824 [[package]]
825 name = "chrono"
826 version = "0.4.26"
827 source = "registry+https://github.com/rust-lang/crates.io-index"
828 checksum = "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5"
829 dependencies = [
830  "android-tzdata",
831  "iana-time-zone",
832  "js-sys",
833  "num-traits",
834  "serde",
835  "time 0.1.44",
836  "wasm-bindgen",
837  "winapi",
838 ]
839
840 [[package]]
841 name = "cipher"
842 version = "0.4.3"
843 source = "registry+https://github.com/rust-lang/crates.io-index"
844 checksum = "d1873270f8f7942c191139cb8a40fd228da6c3fd2fc376d7e92d47aa14aeb59e"
845 dependencies = [
846  "crypto-common",
847  "inout",
848 ]
849
850 [[package]]
851 name = "clap"
852 version = "4.0.32"
853 source = "registry+https://github.com/rust-lang/crates.io-index"
854 checksum = "a7db700bc935f9e43e88d00b0850dae18a63773cfbec6d8e070fccf7fef89a39"
855 dependencies = [
856  "bitflags 1.3.2",
857  "clap_derive",
858  "clap_lex",
859  "is-terminal",
860  "once_cell",
861  "strsim",
862  "termcolor",
863 ]
864
865 [[package]]
866 name = "clap_derive"
867 version = "4.0.21"
868 source = "registry+https://github.com/rust-lang/crates.io-index"
869 checksum = "0177313f9f02afc995627906bbd8967e2be069f5261954222dac78290c2b9014"
870 dependencies = [
871  "heck 0.4.0",
872  "proc-macro-error",
873  "proc-macro2",
874  "quote",
875  "syn 1.0.103",
876 ]
877
878 [[package]]
879 name = "clap_lex"
880 version = "0.3.0"
881 source = "registry+https://github.com/rust-lang/crates.io-index"
882 checksum = "0d4198f73e42b4936b35b5bb248d81d2b595ecb170da0bac7655c54eedfa8da8"
883 dependencies = [
884  "os_str_bytes",
885 ]
886
887 [[package]]
888 name = "clokwerk"
889 version = "0.3.5"
890 source = "registry+https://github.com/rust-lang/crates.io-index"
891 checksum = "7a99373edf782eec8fde0d52bd2f60e4ae5eaca31f1d2cf5aec68243849a37a9"
892 dependencies = [
893  "chrono",
894 ]
895
896 [[package]]
897 name = "codespan-reporting"
898 version = "0.11.1"
899 source = "registry+https://github.com/rust-lang/crates.io-index"
900 checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
901 dependencies = [
902  "termcolor",
903  "unicode-width",
904 ]
905
906 [[package]]
907 name = "color-eyre"
908 version = "0.6.2"
909 source = "registry+https://github.com/rust-lang/crates.io-index"
910 checksum = "5a667583cca8c4f8436db8de46ea8233c42a7d9ae424a82d338f2e4675229204"
911 dependencies = [
912  "backtrace",
913  "color-spantrace",
914  "eyre",
915  "indenter",
916  "once_cell",
917  "owo-colors",
918  "tracing-error",
919 ]
920
921 [[package]]
922 name = "color-spantrace"
923 version = "0.2.0"
924 source = "registry+https://github.com/rust-lang/crates.io-index"
925 checksum = "1ba75b3d9449ecdccb27ecbc479fdc0b87fa2dd43d2f8298f9bf0e59aacc8dce"
926 dependencies = [
927  "once_cell",
928  "owo-colors",
929  "tracing-core",
930  "tracing-error",
931 ]
932
933 [[package]]
934 name = "color_quant"
935 version = "1.1.0"
936 source = "registry+https://github.com/rust-lang/crates.io-index"
937 checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
938
939 [[package]]
940 name = "combine"
941 version = "4.6.6"
942 source = "registry+https://github.com/rust-lang/crates.io-index"
943 checksum = "35ed6e9d84f0b51a7f52daf1c7d71dd136fd7a3f41a8462b8cdb8c78d920fad4"
944 dependencies = [
945  "bytes",
946  "memchr",
947 ]
948
949 [[package]]
950 name = "config"
951 version = "0.13.3"
952 source = "registry+https://github.com/rust-lang/crates.io-index"
953 checksum = "d379af7f68bfc21714c6c7dea883544201741d2ce8274bb12fa54f89507f52a7"
954 dependencies = [
955  "async-trait",
956  "json5",
957  "lazy_static",
958  "nom 7.1.1",
959  "pathdiff",
960  "ron",
961  "rust-ini",
962  "serde",
963  "serde_json",
964  "toml 0.5.9",
965  "yaml-rust",
966 ]
967
968 [[package]]
969 name = "console-api"
970 version = "0.5.0"
971 source = "registry+https://github.com/rust-lang/crates.io-index"
972 checksum = "c2895653b4d9f1538a83970077cb01dfc77a4810524e51a110944688e916b18e"
973 dependencies = [
974  "prost 0.11.0",
975  "prost-types 0.11.1",
976  "tonic 0.9.2",
977  "tracing-core",
978 ]
979
980 [[package]]
981 name = "console-subscriber"
982 version = "0.1.9"
983 source = "registry+https://github.com/rust-lang/crates.io-index"
984 checksum = "57ab2224a0311582eb03adba4caaf18644f7b1f10a760803a803b9b605187fc7"
985 dependencies = [
986  "console-api",
987  "crossbeam-channel",
988  "crossbeam-utils",
989  "futures",
990  "hdrhistogram",
991  "humantime",
992  "prost-types 0.11.1",
993  "serde",
994  "serde_json",
995  "thread_local",
996  "tokio",
997  "tokio-stream",
998  "tonic 0.9.2",
999  "tracing",
1000  "tracing-core",
1001  "tracing-subscriber",
1002 ]
1003
1004 [[package]]
1005 name = "const_format"
1006 version = "0.2.31"
1007 source = "registry+https://github.com/rust-lang/crates.io-index"
1008 checksum = "c990efc7a285731f9a4378d81aff2f0e85a2c8781a05ef0f8baa8dac54d0ff48"
1009 dependencies = [
1010  "const_format_proc_macros",
1011 ]
1012
1013 [[package]]
1014 name = "const_format_proc_macros"
1015 version = "0.2.31"
1016 source = "registry+https://github.com/rust-lang/crates.io-index"
1017 checksum = "e026b6ce194a874cb9cf32cd5772d1ef9767cc8fcb5765948d74f37a9d8b2bf6"
1018 dependencies = [
1019  "proc-macro2",
1020  "quote",
1021  "unicode-xid",
1022 ]
1023
1024 [[package]]
1025 name = "constant_time_eq"
1026 version = "0.2.4"
1027 source = "registry+https://github.com/rust-lang/crates.io-index"
1028 checksum = "f3ad85c1f65dc7b37604eb0e89748faf0b9653065f2a8ef69f96a687ec1e9279"
1029
1030 [[package]]
1031 name = "convert_case"
1032 version = "0.4.0"
1033 source = "registry+https://github.com/rust-lang/crates.io-index"
1034 checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
1035
1036 [[package]]
1037 name = "cookie"
1038 version = "0.16.2"
1039 source = "registry+https://github.com/rust-lang/crates.io-index"
1040 checksum = "e859cd57d0710d9e06c381b550c06e76992472a8c6d527aecd2fc673dcc231fb"
1041 dependencies = [
1042  "percent-encoding",
1043  "time 0.3.15",
1044  "version_check",
1045 ]
1046
1047 [[package]]
1048 name = "core-foundation"
1049 version = "0.9.3"
1050 source = "registry+https://github.com/rust-lang/crates.io-index"
1051 checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
1052 dependencies = [
1053  "core-foundation-sys",
1054  "libc",
1055 ]
1056
1057 [[package]]
1058 name = "core-foundation-sys"
1059 version = "0.8.3"
1060 source = "registry+https://github.com/rust-lang/crates.io-index"
1061 checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
1062
1063 [[package]]
1064 name = "cpufeatures"
1065 version = "0.2.5"
1066 source = "registry+https://github.com/rust-lang/crates.io-index"
1067 checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"
1068 dependencies = [
1069  "libc",
1070 ]
1071
1072 [[package]]
1073 name = "crc32fast"
1074 version = "1.3.2"
1075 source = "registry+https://github.com/rust-lang/crates.io-index"
1076 checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
1077 dependencies = [
1078  "cfg-if",
1079 ]
1080
1081 [[package]]
1082 name = "crossbeam-channel"
1083 version = "0.5.6"
1084 source = "registry+https://github.com/rust-lang/crates.io-index"
1085 checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"
1086 dependencies = [
1087  "cfg-if",
1088  "crossbeam-utils",
1089 ]
1090
1091 [[package]]
1092 name = "crossbeam-epoch"
1093 version = "0.9.13"
1094 source = "registry+https://github.com/rust-lang/crates.io-index"
1095 checksum = "01a9af1f4c2ef74bb8aa1f7e19706bc72d03598c8a570bb5de72243c7a9d9d5a"
1096 dependencies = [
1097  "autocfg",
1098  "cfg-if",
1099  "crossbeam-utils",
1100  "memoffset",
1101  "scopeguard",
1102 ]
1103
1104 [[package]]
1105 name = "crossbeam-utils"
1106 version = "0.8.12"
1107 source = "registry+https://github.com/rust-lang/crates.io-index"
1108 checksum = "edbafec5fa1f196ca66527c1b12c2ec4745ca14b50f1ad8f9f6f720b55d11fac"
1109 dependencies = [
1110  "cfg-if",
1111 ]
1112
1113 [[package]]
1114 name = "crypto-common"
1115 version = "0.1.6"
1116 source = "registry+https://github.com/rust-lang/crates.io-index"
1117 checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
1118 dependencies = [
1119  "generic-array",
1120  "typenum",
1121 ]
1122
1123 [[package]]
1124 name = "cxx"
1125 version = "1.0.80"
1126 source = "registry+https://github.com/rust-lang/crates.io-index"
1127 checksum = "6b7d4e43b25d3c994662706a1d4fcfc32aaa6afd287502c111b237093bb23f3a"
1128 dependencies = [
1129  "cc",
1130  "cxxbridge-flags",
1131  "cxxbridge-macro",
1132  "link-cplusplus",
1133 ]
1134
1135 [[package]]
1136 name = "cxx-build"
1137 version = "1.0.80"
1138 source = "registry+https://github.com/rust-lang/crates.io-index"
1139 checksum = "84f8829ddc213e2c1368e51a2564c552b65a8cb6a28f31e576270ac81d5e5827"
1140 dependencies = [
1141  "cc",
1142  "codespan-reporting",
1143  "once_cell",
1144  "proc-macro2",
1145  "quote",
1146  "scratch",
1147  "syn 1.0.103",
1148 ]
1149
1150 [[package]]
1151 name = "cxxbridge-flags"
1152 version = "1.0.80"
1153 source = "registry+https://github.com/rust-lang/crates.io-index"
1154 checksum = "e72537424b474af1460806647c41d4b6d35d09ef7fe031c5c2fa5766047cc56a"
1155
1156 [[package]]
1157 name = "cxxbridge-macro"
1158 version = "1.0.80"
1159 source = "registry+https://github.com/rust-lang/crates.io-index"
1160 checksum = "309e4fb93eed90e1e14bea0da16b209f81813ba9fc7830c20ed151dd7bc0a4d7"
1161 dependencies = [
1162  "proc-macro2",
1163  "quote",
1164  "syn 1.0.103",
1165 ]
1166
1167 [[package]]
1168 name = "darling"
1169 version = "0.13.4"
1170 source = "registry+https://github.com/rust-lang/crates.io-index"
1171 checksum = "a01d95850c592940db9b8194bc39f4bc0e89dee5c4265e4b1807c34a9aba453c"
1172 dependencies = [
1173  "darling_core 0.13.4",
1174  "darling_macro 0.13.4",
1175 ]
1176
1177 [[package]]
1178 name = "darling"
1179 version = "0.14.1"
1180 source = "registry+https://github.com/rust-lang/crates.io-index"
1181 checksum = "4529658bdda7fd6769b8614be250cdcfc3aeb0ee72fe66f9e41e5e5eb73eac02"
1182 dependencies = [
1183  "darling_core 0.14.1",
1184  "darling_macro 0.14.1",
1185 ]
1186
1187 [[package]]
1188 name = "darling_core"
1189 version = "0.13.4"
1190 source = "registry+https://github.com/rust-lang/crates.io-index"
1191 checksum = "859d65a907b6852c9361e3185c862aae7fafd2887876799fa55f5f99dc40d610"
1192 dependencies = [
1193  "fnv",
1194  "ident_case",
1195  "proc-macro2",
1196  "quote",
1197  "strsim",
1198  "syn 1.0.103",
1199 ]
1200
1201 [[package]]
1202 name = "darling_core"
1203 version = "0.14.1"
1204 source = "registry+https://github.com/rust-lang/crates.io-index"
1205 checksum = "649c91bc01e8b1eac09fb91e8dbc7d517684ca6be8ebc75bb9cafc894f9fdb6f"
1206 dependencies = [
1207  "fnv",
1208  "ident_case",
1209  "proc-macro2",
1210  "quote",
1211  "strsim",
1212  "syn 1.0.103",
1213 ]
1214
1215 [[package]]
1216 name = "darling_macro"
1217 version = "0.13.4"
1218 source = "registry+https://github.com/rust-lang/crates.io-index"
1219 checksum = "9c972679f83bdf9c42bd905396b6c3588a843a17f0f16dfcfa3e2c5d57441835"
1220 dependencies = [
1221  "darling_core 0.13.4",
1222  "quote",
1223  "syn 1.0.103",
1224 ]
1225
1226 [[package]]
1227 name = "darling_macro"
1228 version = "0.14.1"
1229 source = "registry+https://github.com/rust-lang/crates.io-index"
1230 checksum = "ddfc69c5bfcbd2fc09a0f38451d2daf0e372e367986a83906d1b0dbc88134fb5"
1231 dependencies = [
1232  "darling_core 0.14.1",
1233  "quote",
1234  "syn 1.0.103",
1235 ]
1236
1237 [[package]]
1238 name = "dashmap"
1239 version = "5.4.0"
1240 source = "registry+https://github.com/rust-lang/crates.io-index"
1241 checksum = "907076dfda823b0b36d2a1bb5f90c96660a5bbcd7729e10727f07858f22c4edc"
1242 dependencies = [
1243  "cfg-if",
1244  "hashbrown",
1245  "lock_api",
1246  "once_cell",
1247  "parking_lot_core 0.9.4",
1248 ]
1249
1250 [[package]]
1251 name = "deadpool"
1252 version = "0.9.5"
1253 source = "registry+https://github.com/rust-lang/crates.io-index"
1254 checksum = "421fe0f90f2ab22016f32a9881be5134fdd71c65298917084b0c7477cbc3856e"
1255 dependencies = [
1256  "async-trait",
1257  "deadpool-runtime",
1258  "num_cpus",
1259  "retain_mut",
1260  "tokio",
1261 ]
1262
1263 [[package]]
1264 name = "deadpool-runtime"
1265 version = "0.1.2"
1266 source = "registry+https://github.com/rust-lang/crates.io-index"
1267 checksum = "eaa37046cc0f6c3cc6090fbdbf73ef0b8ef4cfcc37f6befc0020f63e8cf121e1"
1268 dependencies = [
1269  "tokio",
1270 ]
1271
1272 [[package]]
1273 name = "debug_unreachable"
1274 version = "0.1.1"
1275 source = "registry+https://github.com/rust-lang/crates.io-index"
1276 checksum = "9a032eac705ca39214d169f83e3d3da290af06d8d1d344d1baad2fd002dca4b3"
1277 dependencies = [
1278  "unreachable",
1279 ]
1280
1281 [[package]]
1282 name = "deno_ast"
1283 version = "0.20.0"
1284 source = "registry+https://github.com/rust-lang/crates.io-index"
1285 checksum = "322f52615649f4f096eed78ec8e2a7eb68ff0bf5f330d59302c5479c7a8fa158"
1286 dependencies = [
1287  "dprint-swc-ext",
1288  "serde",
1289  "swc_atoms",
1290  "swc_common",
1291  "swc_ecma_ast",
1292  "swc_ecma_parser",
1293  "text_lines",
1294 ]
1295
1296 [[package]]
1297 name = "derivative"
1298 version = "2.2.0"
1299 source = "registry+https://github.com/rust-lang/crates.io-index"
1300 checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
1301 dependencies = [
1302  "proc-macro2",
1303  "quote",
1304  "syn 1.0.103",
1305 ]
1306
1307 [[package]]
1308 name = "derive_builder"
1309 version = "0.12.0"
1310 source = "registry+https://github.com/rust-lang/crates.io-index"
1311 checksum = "8d67778784b508018359cbc8696edb3db78160bab2c2a28ba7f56ef6932997f8"
1312 dependencies = [
1313  "derive_builder_macro",
1314 ]
1315
1316 [[package]]
1317 name = "derive_builder_core"
1318 version = "0.12.0"
1319 source = "registry+https://github.com/rust-lang/crates.io-index"
1320 checksum = "c11bdc11a0c47bc7d37d582b5285da6849c96681023680b906673c5707af7b0f"
1321 dependencies = [
1322  "darling 0.14.1",
1323  "proc-macro2",
1324  "quote",
1325  "syn 1.0.103",
1326 ]
1327
1328 [[package]]
1329 name = "derive_builder_macro"
1330 version = "0.12.0"
1331 source = "registry+https://github.com/rust-lang/crates.io-index"
1332 checksum = "ebcda35c7a396850a55ffeac740804b40ffec779b98fffbb1738f4033f0ee79e"
1333 dependencies = [
1334  "derive_builder_core",
1335  "syn 1.0.103",
1336 ]
1337
1338 [[package]]
1339 name = "derive_more"
1340 version = "0.99.17"
1341 source = "registry+https://github.com/rust-lang/crates.io-index"
1342 checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
1343 dependencies = [
1344  "convert_case",
1345  "proc-macro2",
1346  "quote",
1347  "rustc_version",
1348  "syn 1.0.103",
1349 ]
1350
1351 [[package]]
1352 name = "deser-hjson"
1353 version = "1.0.2"
1354 source = "registry+https://github.com/rust-lang/crates.io-index"
1355 checksum = "1f486ff51f3ecdf9364736375a4b358b6eb9f02555d5324fa4837c00b5aa23f5"
1356 dependencies = [
1357  "serde",
1358 ]
1359
1360 [[package]]
1361 name = "diesel"
1362 version = "2.1.0"
1363 source = "registry+https://github.com/rust-lang/crates.io-index"
1364 checksum = "f7a532c1f99a0f596f6960a60d1e119e91582b24b39e2d83a190e61262c3ef0c"
1365 dependencies = [
1366  "bitflags 2.3.1",
1367  "byteorder",
1368  "chrono",
1369  "diesel_derives",
1370  "itoa",
1371  "pq-sys",
1372  "serde_json",
1373 ]
1374
1375 [[package]]
1376 name = "diesel-async"
1377 version = "0.3.1"
1378 source = "registry+https://github.com/rust-lang/crates.io-index"
1379 checksum = "a40df24b390b2437af8b934b39acd277c246a08004afb91b8ccbe3137ffd4edc"
1380 dependencies = [
1381  "async-trait",
1382  "deadpool",
1383  "diesel",
1384  "futures-util",
1385  "scoped-futures",
1386  "tokio",
1387  "tokio-postgres",
1388 ]
1389
1390 [[package]]
1391 name = "diesel-derive-enum"
1392 version = "2.1.0"
1393 source = "registry+https://github.com/rust-lang/crates.io-index"
1394 checksum = "81c5131a2895ef64741dad1d483f358c2a229a3a2d1b256778cdc5e146db64d4"
1395 dependencies = [
1396  "heck 0.4.0",
1397  "proc-macro2",
1398  "quote",
1399  "syn 2.0.18",
1400 ]
1401
1402 [[package]]
1403 name = "diesel-derive-newtype"
1404 version = "2.1.0"
1405 source = "registry+https://github.com/rust-lang/crates.io-index"
1406 checksum = "c7267437d5b12df60ae29bd97f8d120f1c3a6272d6f213551afa56bbb2ecfbb7"
1407 dependencies = [
1408  "proc-macro2",
1409  "quote",
1410  "syn 2.0.18",
1411 ]
1412
1413 [[package]]
1414 name = "diesel_derives"
1415 version = "2.1.0"
1416 source = "registry+https://github.com/rust-lang/crates.io-index"
1417 checksum = "74398b79d81e52e130d991afeed9c86034bb1b7735f46d2f5bf7deb261d80303"
1418 dependencies = [
1419  "diesel_table_macro_syntax",
1420  "proc-macro2",
1421  "quote",
1422  "syn 2.0.18",
1423 ]
1424
1425 [[package]]
1426 name = "diesel_ltree"
1427 version = "0.3.0"
1428 source = "registry+https://github.com/rust-lang/crates.io-index"
1429 checksum = "92d9f0b872d6c87b68a71f105802b941a7262788bf69d1bcd05654669cdbd55d"
1430 dependencies = [
1431  "byteorder",
1432  "diesel",
1433 ]
1434
1435 [[package]]
1436 name = "diesel_migrations"
1437 version = "2.1.0"
1438 source = "registry+https://github.com/rust-lang/crates.io-index"
1439 checksum = "6036b3f0120c5961381b570ee20a02432d7e2d27ea60de9578799cf9156914ac"
1440 dependencies = [
1441  "diesel",
1442  "migrations_internals",
1443  "migrations_macros",
1444 ]
1445
1446 [[package]]
1447 name = "diesel_table_macro_syntax"
1448 version = "0.1.0"
1449 source = "registry+https://github.com/rust-lang/crates.io-index"
1450 checksum = "fc5557efc453706fed5e4fa85006fe9817c224c3f480a34c7e5959fd700921c5"
1451 dependencies = [
1452  "syn 2.0.18",
1453 ]
1454
1455 [[package]]
1456 name = "digest"
1457 version = "0.10.5"
1458 source = "registry+https://github.com/rust-lang/crates.io-index"
1459 checksum = "adfbc57365a37acbd2ebf2b64d7e69bb766e2fea813521ed536f5d0520dcf86c"
1460 dependencies = [
1461  "block-buffer",
1462  "crypto-common",
1463  "subtle",
1464 ]
1465
1466 [[package]]
1467 name = "diligent-date-parser"
1468 version = "0.1.3"
1469 source = "registry+https://github.com/rust-lang/crates.io-index"
1470 checksum = "c2d0fd95c7c02e2d6c588c6c5628466fff9bdde4b8c6196465e087b08e792720"
1471 dependencies = [
1472  "chrono",
1473 ]
1474
1475 [[package]]
1476 name = "displaydoc"
1477 version = "0.2.4"
1478 source = "registry+https://github.com/rust-lang/crates.io-index"
1479 checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d"
1480 dependencies = [
1481  "proc-macro2",
1482  "quote",
1483  "syn 2.0.18",
1484 ]
1485
1486 [[package]]
1487 name = "dlv-list"
1488 version = "0.3.0"
1489 source = "registry+https://github.com/rust-lang/crates.io-index"
1490 checksum = "0688c2a7f92e427f44895cd63841bff7b29f8d7a1648b9e7e07a4a365b2e1257"
1491
1492 [[package]]
1493 name = "doku"
1494 version = "0.21.1"
1495 source = "registry+https://github.com/rust-lang/crates.io-index"
1496 checksum = "d018fadaf95088d2c12b66fe5b9d7c04a027b996c42a7b403b83fbd7a1c31531"
1497 dependencies = [
1498  "doku-derive",
1499  "serde",
1500  "serde_json",
1501  "url",
1502 ]
1503
1504 [[package]]
1505 name = "doku-derive"
1506 version = "0.21.1"
1507 source = "registry+https://github.com/rust-lang/crates.io-index"
1508 checksum = "74073dd10495ce912909655131925b0459d49363751b93676148d843097fe825"
1509 dependencies = [
1510  "darling 0.13.4",
1511  "proc-macro2",
1512  "quote",
1513  "syn 1.0.103",
1514 ]
1515
1516 [[package]]
1517 name = "downcast-rs"
1518 version = "1.2.0"
1519 source = "registry+https://github.com/rust-lang/crates.io-index"
1520 checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"
1521
1522 [[package]]
1523 name = "dprint-core"
1524 version = "0.59.0"
1525 source = "registry+https://github.com/rust-lang/crates.io-index"
1526 checksum = "84600c297cc99fc088a9a916286d71915c988fa3a6f1bbc994ad9b93dde80c03"
1527 dependencies = [
1528  "anyhow",
1529  "bumpalo",
1530  "indexmap",
1531  "rustc-hash",
1532  "serde",
1533 ]
1534
1535 [[package]]
1536 name = "dprint-plugin-typescript"
1537 version = "0.77.0"
1538 source = "registry+https://github.com/rust-lang/crates.io-index"
1539 checksum = "0e301864e67893077d67258287d90441e8b22fa5e571bd31f9b43c5de10db546"
1540 dependencies = [
1541  "anyhow",
1542  "deno_ast",
1543  "dprint-core",
1544  "rustc-hash",
1545  "serde",
1546 ]
1547
1548 [[package]]
1549 name = "dprint-swc-ext"
1550 version = "0.5.0"
1551 source = "registry+https://github.com/rust-lang/crates.io-index"
1552 checksum = "f8ac3ba92d2cf3b87b8f48551d1720ff63a134545c830476aaffd8cf9d80e84e"
1553 dependencies = [
1554  "bumpalo",
1555  "num-bigint",
1556  "rustc-hash",
1557  "swc_atoms",
1558  "swc_common",
1559  "swc_ecma_ast",
1560  "swc_ecma_parser",
1561  "text_lines",
1562 ]
1563
1564 [[package]]
1565 name = "dyn-clone"
1566 version = "1.0.11"
1567 source = "registry+https://github.com/rust-lang/crates.io-index"
1568 checksum = "68b0cf012f1230e43cd00ebb729c6bb58707ecfa8ad08b52ef3a4ccd2697fc30"
1569
1570 [[package]]
1571 name = "either"
1572 version = "1.8.0"
1573 source = "registry+https://github.com/rust-lang/crates.io-index"
1574 checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797"
1575
1576 [[package]]
1577 name = "email-encoding"
1578 version = "0.1.3"
1579 source = "registry+https://github.com/rust-lang/crates.io-index"
1580 checksum = "34dd14c63662e0206599796cd5e1ad0268ab2b9d19b868d6050d688eba2bbf98"
1581 dependencies = [
1582  "base64 0.13.1",
1583  "memchr",
1584 ]
1585
1586 [[package]]
1587 name = "email_address"
1588 version = "0.2.3"
1589 source = "registry+https://github.com/rust-lang/crates.io-index"
1590 checksum = "b1b32a7a2580c4473f10f66b512c34bdd7d33c5e3473227ca833abdb5afe4809"
1591
1592 [[package]]
1593 name = "encoding"
1594 version = "0.2.33"
1595 source = "registry+https://github.com/rust-lang/crates.io-index"
1596 checksum = "6b0d943856b990d12d3b55b359144ff341533e516d94098b1d3fc1ac666d36ec"
1597 dependencies = [
1598  "encoding-index-japanese",
1599  "encoding-index-korean",
1600  "encoding-index-simpchinese",
1601  "encoding-index-singlebyte",
1602  "encoding-index-tradchinese",
1603 ]
1604
1605 [[package]]
1606 name = "encoding-index-japanese"
1607 version = "1.20141219.5"
1608 source = "registry+https://github.com/rust-lang/crates.io-index"
1609 checksum = "04e8b2ff42e9a05335dbf8b5c6f7567e5591d0d916ccef4e0b1710d32a0d0c91"
1610 dependencies = [
1611  "encoding_index_tests",
1612 ]
1613
1614 [[package]]
1615 name = "encoding-index-korean"
1616 version = "1.20141219.5"
1617 source = "registry+https://github.com/rust-lang/crates.io-index"
1618 checksum = "4dc33fb8e6bcba213fe2f14275f0963fd16f0a02c878e3095ecfdf5bee529d81"
1619 dependencies = [
1620  "encoding_index_tests",
1621 ]
1622
1623 [[package]]
1624 name = "encoding-index-simpchinese"
1625 version = "1.20141219.5"
1626 source = "registry+https://github.com/rust-lang/crates.io-index"
1627 checksum = "d87a7194909b9118fc707194baa434a4e3b0fb6a5a757c73c3adb07aa25031f7"
1628 dependencies = [
1629  "encoding_index_tests",
1630 ]
1631
1632 [[package]]
1633 name = "encoding-index-singlebyte"
1634 version = "1.20141219.5"
1635 source = "registry+https://github.com/rust-lang/crates.io-index"
1636 checksum = "3351d5acffb224af9ca265f435b859c7c01537c0849754d3db3fdf2bfe2ae84a"
1637 dependencies = [
1638  "encoding_index_tests",
1639 ]
1640
1641 [[package]]
1642 name = "encoding-index-tradchinese"
1643 version = "1.20141219.5"
1644 source = "registry+https://github.com/rust-lang/crates.io-index"
1645 checksum = "fd0e20d5688ce3cab59eb3ef3a2083a5c77bf496cb798dc6fcdb75f323890c18"
1646 dependencies = [
1647  "encoding_index_tests",
1648 ]
1649
1650 [[package]]
1651 name = "encoding_index_tests"
1652 version = "0.1.4"
1653 source = "registry+https://github.com/rust-lang/crates.io-index"
1654 checksum = "a246d82be1c9d791c5dfde9a2bd045fc3cbba3fa2b11ad558f27d01712f00569"
1655
1656 [[package]]
1657 name = "encoding_rs"
1658 version = "0.8.31"
1659 source = "registry+https://github.com/rust-lang/crates.io-index"
1660 checksum = "9852635589dc9f9ea1b6fe9f05b50ef208c85c834a562f0c6abb1c475736ec2b"
1661 dependencies = [
1662  "cfg-if",
1663 ]
1664
1665 [[package]]
1666 name = "entities"
1667 version = "1.0.1"
1668 source = "registry+https://github.com/rust-lang/crates.io-index"
1669 checksum = "b5320ae4c3782150d900b79807611a59a99fc9a1d61d686faafc24b93fc8d7ca"
1670
1671 [[package]]
1672 name = "enum-map"
1673 version = "2.5.0"
1674 source = "registry+https://github.com/rust-lang/crates.io-index"
1675 checksum = "988f0d17a0fa38291e5f41f71ea8d46a5d5497b9054d5a759fae2cbb819f2356"
1676 dependencies = [
1677  "enum-map-derive",
1678 ]
1679
1680 [[package]]
1681 name = "enum-map-derive"
1682 version = "0.11.0"
1683 source = "registry+https://github.com/rust-lang/crates.io-index"
1684 checksum = "2a4da76b3b6116d758c7ba93f7ec6a35d2e2cf24feda76c6e38a375f4d5c59f2"
1685 dependencies = [
1686  "proc-macro2",
1687  "quote",
1688  "syn 1.0.103",
1689 ]
1690
1691 [[package]]
1692 name = "enum_delegate"
1693 version = "0.2.0"
1694 source = "registry+https://github.com/rust-lang/crates.io-index"
1695 checksum = "a8ea75f31022cba043afe037940d73684327e915f88f62478e778c3de914cd0a"
1696 dependencies = [
1697  "enum_delegate_lib",
1698  "proc-macro2",
1699  "quote",
1700  "syn 1.0.103",
1701 ]
1702
1703 [[package]]
1704 name = "enum_delegate_lib"
1705 version = "0.2.0"
1706 source = "registry+https://github.com/rust-lang/crates.io-index"
1707 checksum = "2e1f6c3800b304a6be0012039e2a45a322a093539c45ab818d9e6895a39c90fe"
1708 dependencies = [
1709  "proc-macro2",
1710  "quote",
1711  "rand 0.8.5",
1712  "syn 1.0.103",
1713 ]
1714
1715 [[package]]
1716 name = "enum_kind"
1717 version = "0.2.2"
1718 source = "registry+https://github.com/rust-lang/crates.io-index"
1719 checksum = "9895954c6ec59d897ed28a64815f2ceb57653fcaaebd317f2edc78b74f5495b6"
1720 dependencies = [
1721  "pmutil",
1722  "proc-macro2",
1723  "swc_macros_common",
1724  "syn 1.0.103",
1725 ]
1726
1727 [[package]]
1728 name = "errno"
1729 version = "0.2.8"
1730 source = "registry+https://github.com/rust-lang/crates.io-index"
1731 checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
1732 dependencies = [
1733  "errno-dragonfly",
1734  "libc",
1735  "winapi",
1736 ]
1737
1738 [[package]]
1739 name = "errno-dragonfly"
1740 version = "0.1.2"
1741 source = "registry+https://github.com/rust-lang/crates.io-index"
1742 checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
1743 dependencies = [
1744  "cc",
1745  "libc",
1746 ]
1747
1748 [[package]]
1749 name = "eyre"
1750 version = "0.6.8"
1751 source = "registry+https://github.com/rust-lang/crates.io-index"
1752 checksum = "4c2b6b5a29c02cdc822728b7d7b8ae1bab3e3b05d44522770ddd49722eeac7eb"
1753 dependencies = [
1754  "indenter",
1755  "once_cell",
1756 ]
1757
1758 [[package]]
1759 name = "fallible-iterator"
1760 version = "0.2.0"
1761 source = "registry+https://github.com/rust-lang/crates.io-index"
1762 checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
1763
1764 [[package]]
1765 name = "fallible_collections"
1766 version = "0.4.5"
1767 source = "registry+https://github.com/rust-lang/crates.io-index"
1768 checksum = "c195cf4b2285d3c993eb887b4dc56b0d5728bbe1d0f9a99c0ac6bec2da3e4d85"
1769 dependencies = [
1770  "hashbrown",
1771 ]
1772
1773 [[package]]
1774 name = "fancy-regex"
1775 version = "0.7.1"
1776 source = "registry+https://github.com/rust-lang/crates.io-index"
1777 checksum = "9d6b8560a05112eb52f04b00e5d3790c0dd75d9d980eb8a122fb23b92a623ccf"
1778 dependencies = [
1779  "bit-set",
1780  "regex",
1781 ]
1782
1783 [[package]]
1784 name = "fastrand"
1785 version = "1.8.0"
1786 source = "registry+https://github.com/rust-lang/crates.io-index"
1787 checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"
1788 dependencies = [
1789  "instant",
1790 ]
1791
1792 [[package]]
1793 name = "fixedbitset"
1794 version = "0.4.2"
1795 source = "registry+https://github.com/rust-lang/crates.io-index"
1796 checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
1797
1798 [[package]]
1799 name = "flate2"
1800 version = "1.0.24"
1801 source = "registry+https://github.com/rust-lang/crates.io-index"
1802 checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6"
1803 dependencies = [
1804  "crc32fast",
1805  "miniz_oxide 0.5.4",
1806 ]
1807
1808 [[package]]
1809 name = "fnv"
1810 version = "1.0.7"
1811 source = "registry+https://github.com/rust-lang/crates.io-index"
1812 checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
1813
1814 [[package]]
1815 name = "foreign-types"
1816 version = "0.3.2"
1817 source = "registry+https://github.com/rust-lang/crates.io-index"
1818 checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
1819 dependencies = [
1820  "foreign-types-shared",
1821 ]
1822
1823 [[package]]
1824 name = "foreign-types-shared"
1825 version = "0.1.1"
1826 source = "registry+https://github.com/rust-lang/crates.io-index"
1827 checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
1828
1829 [[package]]
1830 name = "form_urlencoded"
1831 version = "1.2.0"
1832 source = "registry+https://github.com/rust-lang/crates.io-index"
1833 checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"
1834 dependencies = [
1835  "percent-encoding",
1836 ]
1837
1838 [[package]]
1839 name = "from_variant"
1840 version = "0.1.5"
1841 source = "registry+https://github.com/rust-lang/crates.io-index"
1842 checksum = "1d449976075322384507443937df2f1d5577afbf4282f12a5a66ef29fa3e6307"
1843 dependencies = [
1844  "pmutil",
1845  "proc-macro2",
1846  "swc_macros_common",
1847  "syn 1.0.103",
1848 ]
1849
1850 [[package]]
1851 name = "fs2"
1852 version = "0.4.3"
1853 source = "registry+https://github.com/rust-lang/crates.io-index"
1854 checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
1855 dependencies = [
1856  "libc",
1857  "winapi",
1858 ]
1859
1860 [[package]]
1861 name = "funty"
1862 version = "1.1.0"
1863 source = "registry+https://github.com/rust-lang/crates.io-index"
1864 checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7"
1865
1866 [[package]]
1867 name = "futf"
1868 version = "0.1.5"
1869 source = "registry+https://github.com/rust-lang/crates.io-index"
1870 checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
1871 dependencies = [
1872  "mac",
1873  "new_debug_unreachable",
1874 ]
1875
1876 [[package]]
1877 name = "futures"
1878 version = "0.3.28"
1879 source = "registry+https://github.com/rust-lang/crates.io-index"
1880 checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"
1881 dependencies = [
1882  "futures-channel",
1883  "futures-core",
1884  "futures-executor",
1885  "futures-io",
1886  "futures-sink",
1887  "futures-task",
1888  "futures-util",
1889 ]
1890
1891 [[package]]
1892 name = "futures-channel"
1893 version = "0.3.28"
1894 source = "registry+https://github.com/rust-lang/crates.io-index"
1895 checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
1896 dependencies = [
1897  "futures-core",
1898  "futures-sink",
1899 ]
1900
1901 [[package]]
1902 name = "futures-core"
1903 version = "0.3.28"
1904 source = "registry+https://github.com/rust-lang/crates.io-index"
1905 checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
1906
1907 [[package]]
1908 name = "futures-executor"
1909 version = "0.3.28"
1910 source = "registry+https://github.com/rust-lang/crates.io-index"
1911 checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
1912 dependencies = [
1913  "futures-core",
1914  "futures-task",
1915  "futures-util",
1916 ]
1917
1918 [[package]]
1919 name = "futures-io"
1920 version = "0.3.28"
1921 source = "registry+https://github.com/rust-lang/crates.io-index"
1922 checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
1923
1924 [[package]]
1925 name = "futures-macro"
1926 version = "0.3.28"
1927 source = "registry+https://github.com/rust-lang/crates.io-index"
1928 checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
1929 dependencies = [
1930  "proc-macro2",
1931  "quote",
1932  "syn 2.0.18",
1933 ]
1934
1935 [[package]]
1936 name = "futures-sink"
1937 version = "0.3.28"
1938 source = "registry+https://github.com/rust-lang/crates.io-index"
1939 checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
1940
1941 [[package]]
1942 name = "futures-task"
1943 version = "0.3.28"
1944 source = "registry+https://github.com/rust-lang/crates.io-index"
1945 checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
1946
1947 [[package]]
1948 name = "futures-util"
1949 version = "0.3.28"
1950 source = "registry+https://github.com/rust-lang/crates.io-index"
1951 checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
1952 dependencies = [
1953  "futures-channel",
1954  "futures-core",
1955  "futures-io",
1956  "futures-macro",
1957  "futures-sink",
1958  "futures-task",
1959  "memchr",
1960  "pin-project-lite",
1961  "pin-utils",
1962  "slab",
1963 ]
1964
1965 [[package]]
1966 name = "fxhash"
1967 version = "0.2.1"
1968 source = "registry+https://github.com/rust-lang/crates.io-index"
1969 checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
1970 dependencies = [
1971  "byteorder",
1972 ]
1973
1974 [[package]]
1975 name = "generic-array"
1976 version = "0.14.6"
1977 source = "registry+https://github.com/rust-lang/crates.io-index"
1978 checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"
1979 dependencies = [
1980  "typenum",
1981  "version_check",
1982 ]
1983
1984 [[package]]
1985 name = "getrandom"
1986 version = "0.1.16"
1987 source = "registry+https://github.com/rust-lang/crates.io-index"
1988 checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
1989 dependencies = [
1990  "cfg-if",
1991  "libc",
1992  "wasi 0.9.0+wasi-snapshot-preview1",
1993 ]
1994
1995 [[package]]
1996 name = "getrandom"
1997 version = "0.2.8"
1998 source = "registry+https://github.com/rust-lang/crates.io-index"
1999 checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
2000 dependencies = [
2001  "cfg-if",
2002  "js-sys",
2003  "libc",
2004  "wasi 0.11.0+wasi-snapshot-preview1",
2005  "wasm-bindgen",
2006 ]
2007
2008 [[package]]
2009 name = "gimli"
2010 version = "0.27.0"
2011 source = "registry+https://github.com/rust-lang/crates.io-index"
2012 checksum = "dec7af912d60cdbd3677c1af9352ebae6fb8394d165568a2234df0fa00f87793"
2013
2014 [[package]]
2015 name = "h2"
2016 version = "0.3.14"
2017 source = "registry+https://github.com/rust-lang/crates.io-index"
2018 checksum = "5ca32592cf21ac7ccab1825cd87f6c9b3d9022c44d086172ed0966bec8af30be"
2019 dependencies = [
2020  "bytes",
2021  "fnv",
2022  "futures-core",
2023  "futures-sink",
2024  "futures-util",
2025  "http",
2026  "indexmap",
2027  "slab",
2028  "tokio",
2029  "tokio-util 0.7.4",
2030  "tracing",
2031 ]
2032
2033 [[package]]
2034 name = "half"
2035 version = "1.8.2"
2036 source = "registry+https://github.com/rust-lang/crates.io-index"
2037 checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7"
2038
2039 [[package]]
2040 name = "hashbrown"
2041 version = "0.12.3"
2042 source = "registry+https://github.com/rust-lang/crates.io-index"
2043 checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
2044 dependencies = [
2045  "ahash 0.7.6",
2046 ]
2047
2048 [[package]]
2049 name = "hdrhistogram"
2050 version = "7.5.2"
2051 source = "registry+https://github.com/rust-lang/crates.io-index"
2052 checksum = "7f19b9f54f7c7f55e31401bb647626ce0cf0f67b0004982ce815b3ee72a02aa8"
2053 dependencies = [
2054  "base64 0.13.1",
2055  "byteorder",
2056  "flate2",
2057  "nom 7.1.1",
2058  "num-traits",
2059 ]
2060
2061 [[package]]
2062 name = "heck"
2063 version = "0.3.3"
2064 source = "registry+https://github.com/rust-lang/crates.io-index"
2065 checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
2066 dependencies = [
2067  "unicode-segmentation",
2068 ]
2069
2070 [[package]]
2071 name = "heck"
2072 version = "0.4.0"
2073 source = "registry+https://github.com/rust-lang/crates.io-index"
2074 checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
2075
2076 [[package]]
2077 name = "hermit-abi"
2078 version = "0.1.19"
2079 source = "registry+https://github.com/rust-lang/crates.io-index"
2080 checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
2081 dependencies = [
2082  "libc",
2083 ]
2084
2085 [[package]]
2086 name = "hermit-abi"
2087 version = "0.2.6"
2088 source = "registry+https://github.com/rust-lang/crates.io-index"
2089 checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
2090 dependencies = [
2091  "libc",
2092 ]
2093
2094 [[package]]
2095 name = "hex"
2096 version = "0.4.3"
2097 source = "registry+https://github.com/rust-lang/crates.io-index"
2098 checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
2099
2100 [[package]]
2101 name = "hmac"
2102 version = "0.12.1"
2103 source = "registry+https://github.com/rust-lang/crates.io-index"
2104 checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
2105 dependencies = [
2106  "digest",
2107 ]
2108
2109 [[package]]
2110 name = "hostname"
2111 version = "0.3.1"
2112 source = "registry+https://github.com/rust-lang/crates.io-index"
2113 checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"
2114 dependencies = [
2115  "libc",
2116  "match_cfg",
2117  "winapi",
2118 ]
2119
2120 [[package]]
2121 name = "hound"
2122 version = "3.5.0"
2123 source = "registry+https://github.com/rust-lang/crates.io-index"
2124 checksum = "4d13cdbd5dbb29f9c88095bbdc2590c9cba0d0a1269b983fef6b2cdd7e9f4db1"
2125
2126 [[package]]
2127 name = "html-escape"
2128 version = "0.2.13"
2129 source = "registry+https://github.com/rust-lang/crates.io-index"
2130 checksum = "6d1ad449764d627e22bfd7cd5e8868264fc9236e07c752972b4080cd351cb476"
2131 dependencies = [
2132  "utf8-width",
2133 ]
2134
2135 [[package]]
2136 name = "html2md"
2137 version = "0.2.14"
2138 source = "registry+https://github.com/rust-lang/crates.io-index"
2139 checksum = "be92446e11d68f5d71367d571c229d09ced1f24ab6d08ea0bff329d5f6c0b2a3"
2140 dependencies = [
2141  "html5ever 0.26.0",
2142  "jni",
2143  "lazy_static",
2144  "markup5ever_rcdom 0.2.0",
2145  "percent-encoding",
2146  "regex",
2147 ]
2148
2149 [[package]]
2150 name = "html2text"
2151 version = "0.6.0"
2152 source = "registry+https://github.com/rust-lang/crates.io-index"
2153 checksum = "74cda84f06c1cc83476f79ae8e2e892b626bdadafcb227baec54c918cadc18a0"
2154 dependencies = [
2155  "html5ever 0.26.0",
2156  "markup5ever 0.11.0",
2157  "tendril",
2158  "unicode-width",
2159  "xml5ever 0.17.0",
2160 ]
2161
2162 [[package]]
2163 name = "html5ever"
2164 version = "0.25.2"
2165 source = "registry+https://github.com/rust-lang/crates.io-index"
2166 checksum = "e5c13fb08e5d4dfc151ee5e88bae63f7773d61852f3bdc73c9f4b9e1bde03148"
2167 dependencies = [
2168  "log",
2169  "mac",
2170  "markup5ever 0.10.1",
2171  "proc-macro2",
2172  "quote",
2173  "syn 1.0.103",
2174 ]
2175
2176 [[package]]
2177 name = "html5ever"
2178 version = "0.26.0"
2179 source = "registry+https://github.com/rust-lang/crates.io-index"
2180 checksum = "bea68cab48b8459f17cf1c944c67ddc572d272d9f2b274140f223ecb1da4a3b7"
2181 dependencies = [
2182  "log",
2183  "mac",
2184  "markup5ever 0.11.0",
2185  "proc-macro2",
2186  "quote",
2187  "syn 1.0.103",
2188 ]
2189
2190 [[package]]
2191 name = "http"
2192 version = "0.2.9"
2193 source = "registry+https://github.com/rust-lang/crates.io-index"
2194 checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
2195 dependencies = [
2196  "bytes",
2197  "fnv",
2198  "itoa",
2199 ]
2200
2201 [[package]]
2202 name = "http-body"
2203 version = "0.4.5"
2204 source = "registry+https://github.com/rust-lang/crates.io-index"
2205 checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
2206 dependencies = [
2207  "bytes",
2208  "http",
2209  "pin-project-lite",
2210 ]
2211
2212 [[package]]
2213 name = "http-range-header"
2214 version = "0.3.0"
2215 source = "registry+https://github.com/rust-lang/crates.io-index"
2216 checksum = "0bfe8eed0a9285ef776bb792479ea3834e8b94e13d615c2f66d03dd50a435a29"
2217
2218 [[package]]
2219 name = "http-signature-normalization"
2220 version = "0.6.0"
2221 source = "registry+https://github.com/rust-lang/crates.io-index"
2222 checksum = "f8f45adbef81d7ea3bd7e9bcc6734b7245dad05a14abdcc7ddc0988791d63515"
2223 dependencies = [
2224  "httpdate",
2225 ]
2226
2227 [[package]]
2228 name = "http-signature-normalization"
2229 version = "0.7.0"
2230 source = "registry+https://github.com/rust-lang/crates.io-index"
2231 checksum = "b95e3149194de5f3f9d5225bcc6a8677979f8ff8ce39c85654730ad4824f101e"
2232 dependencies = [
2233  "httpdate",
2234 ]
2235
2236 [[package]]
2237 name = "http-signature-normalization-actix"
2238 version = "0.6.2"
2239 source = "registry+https://github.com/rust-lang/crates.io-index"
2240 checksum = "7483d0ee4d093fa4bfe5956cd405492c07808a5064a29cfe3960d474f21f39c2"
2241 dependencies = [
2242  "actix-http",
2243  "actix-rt",
2244  "actix-web",
2245  "base64 0.13.1",
2246  "futures-util",
2247  "http-signature-normalization 0.6.0",
2248  "sha2",
2249  "thiserror",
2250  "tokio",
2251  "tracing",
2252  "tracing-error",
2253  "tracing-futures",
2254 ]
2255
2256 [[package]]
2257 name = "http-signature-normalization-reqwest"
2258 version = "0.8.0"
2259 source = "registry+https://github.com/rust-lang/crates.io-index"
2260 checksum = "3c382c69a07b21accae86298d520579403af6479b1cd1c389e3ee11f01d48627"
2261 dependencies = [
2262  "base64 0.13.1",
2263  "http-signature-normalization 0.7.0",
2264  "httpdate",
2265  "reqwest",
2266  "reqwest-middleware",
2267  "sha2",
2268  "thiserror",
2269  "tokio",
2270 ]
2271
2272 [[package]]
2273 name = "httparse"
2274 version = "1.8.0"
2275 source = "registry+https://github.com/rust-lang/crates.io-index"
2276 checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
2277
2278 [[package]]
2279 name = "httpdate"
2280 version = "1.0.2"
2281 source = "registry+https://github.com/rust-lang/crates.io-index"
2282 checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
2283
2284 [[package]]
2285 name = "humantime"
2286 version = "2.1.0"
2287 source = "registry+https://github.com/rust-lang/crates.io-index"
2288 checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
2289
2290 [[package]]
2291 name = "hyper"
2292 version = "0.14.25"
2293 source = "registry+https://github.com/rust-lang/crates.io-index"
2294 checksum = "cc5e554ff619822309ffd57d8734d77cd5ce6238bc956f037ea06c58238c9899"
2295 dependencies = [
2296  "bytes",
2297  "futures-channel",
2298  "futures-core",
2299  "futures-util",
2300  "h2",
2301  "http",
2302  "http-body",
2303  "httparse",
2304  "httpdate",
2305  "itoa",
2306  "pin-project-lite",
2307  "socket2 0.4.9",
2308  "tokio",
2309  "tower-service",
2310  "tracing",
2311  "want",
2312 ]
2313
2314 [[package]]
2315 name = "hyper-timeout"
2316 version = "0.4.1"
2317 source = "registry+https://github.com/rust-lang/crates.io-index"
2318 checksum = "bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1"
2319 dependencies = [
2320  "hyper",
2321  "pin-project-lite",
2322  "tokio",
2323  "tokio-io-timeout",
2324 ]
2325
2326 [[package]]
2327 name = "hyper-tls"
2328 version = "0.5.0"
2329 source = "registry+https://github.com/rust-lang/crates.io-index"
2330 checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
2331 dependencies = [
2332  "bytes",
2333  "hyper",
2334  "native-tls",
2335  "tokio",
2336  "tokio-native-tls",
2337 ]
2338
2339 [[package]]
2340 name = "iana-time-zone"
2341 version = "0.1.51"
2342 source = "registry+https://github.com/rust-lang/crates.io-index"
2343 checksum = "f5a6ef98976b22b3b7f2f3a806f858cb862044cfa66805aa3ad84cb3d3b785ed"
2344 dependencies = [
2345  "android_system_properties",
2346  "core-foundation-sys",
2347  "iana-time-zone-haiku",
2348  "js-sys",
2349  "wasm-bindgen",
2350  "winapi",
2351 ]
2352
2353 [[package]]
2354 name = "iana-time-zone-haiku"
2355 version = "0.1.1"
2356 source = "registry+https://github.com/rust-lang/crates.io-index"
2357 checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca"
2358 dependencies = [
2359  "cxx",
2360  "cxx-build",
2361 ]
2362
2363 [[package]]
2364 name = "ident_case"
2365 version = "1.0.1"
2366 source = "registry+https://github.com/rust-lang/crates.io-index"
2367 checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
2368
2369 [[package]]
2370 name = "idna"
2371 version = "0.2.3"
2372 source = "registry+https://github.com/rust-lang/crates.io-index"
2373 checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
2374 dependencies = [
2375  "matches",
2376  "unicode-bidi",
2377  "unicode-normalization",
2378 ]
2379
2380 [[package]]
2381 name = "idna"
2382 version = "0.4.0"
2383 source = "registry+https://github.com/rust-lang/crates.io-index"
2384 checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
2385 dependencies = [
2386  "unicode-bidi",
2387  "unicode-normalization",
2388 ]
2389
2390 [[package]]
2391 name = "image"
2392 version = "0.24.4"
2393 source = "registry+https://github.com/rust-lang/crates.io-index"
2394 checksum = "bd8e4fb07cf672b1642304e731ef8a6a4c7891d67bb4fd4f5ce58cd6ed86803c"
2395 dependencies = [
2396  "bytemuck",
2397  "byteorder",
2398  "color_quant",
2399  "num-rational",
2400  "num-traits",
2401  "png",
2402 ]
2403
2404 [[package]]
2405 name = "indenter"
2406 version = "0.3.3"
2407 source = "registry+https://github.com/rust-lang/crates.io-index"
2408 checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683"
2409
2410 [[package]]
2411 name = "indexmap"
2412 version = "1.9.1"
2413 source = "registry+https://github.com/rust-lang/crates.io-index"
2414 checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"
2415 dependencies = [
2416  "autocfg",
2417  "hashbrown",
2418  "serde",
2419 ]
2420
2421 [[package]]
2422 name = "inout"
2423 version = "0.1.3"
2424 source = "registry+https://github.com/rust-lang/crates.io-index"
2425 checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
2426 dependencies = [
2427  "generic-array",
2428 ]
2429
2430 [[package]]
2431 name = "instant"
2432 version = "0.1.12"
2433 source = "registry+https://github.com/rust-lang/crates.io-index"
2434 checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
2435 dependencies = [
2436  "cfg-if",
2437 ]
2438
2439 [[package]]
2440 name = "io-lifetimes"
2441 version = "1.0.3"
2442 source = "registry+https://github.com/rust-lang/crates.io-index"
2443 checksum = "46112a93252b123d31a119a8d1a1ac19deac4fac6e0e8b0df58f0d4e5870e63c"
2444 dependencies = [
2445  "libc",
2446  "windows-sys 0.42.0",
2447 ]
2448
2449 [[package]]
2450 name = "ipnet"
2451 version = "2.5.0"
2452 source = "registry+https://github.com/rust-lang/crates.io-index"
2453 checksum = "879d54834c8c76457ef4293a689b2a8c59b076067ad77b15efafbb05f92a592b"
2454
2455 [[package]]
2456 name = "is-macro"
2457 version = "0.2.2"
2458 source = "registry+https://github.com/rust-lang/crates.io-index"
2459 checksum = "8a7d079e129b77477a49c5c4f1cfe9ce6c2c909ef52520693e8e811a714c7b20"
2460 dependencies = [
2461  "Inflector",
2462  "pmutil",
2463  "proc-macro2",
2464  "quote",
2465  "syn 1.0.103",
2466 ]
2467
2468 [[package]]
2469 name = "is-terminal"
2470 version = "0.4.2"
2471 source = "registry+https://github.com/rust-lang/crates.io-index"
2472 checksum = "28dfb6c8100ccc63462345b67d1bbc3679177c75ee4bf59bf29c8b1d110b8189"
2473 dependencies = [
2474  "hermit-abi 0.2.6",
2475  "io-lifetimes",
2476  "rustix",
2477  "windows-sys 0.42.0",
2478 ]
2479
2480 [[package]]
2481 name = "itertools"
2482 version = "0.10.5"
2483 source = "registry+https://github.com/rust-lang/crates.io-index"
2484 checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
2485 dependencies = [
2486  "either",
2487 ]
2488
2489 [[package]]
2490 name = "itoa"
2491 version = "1.0.6"
2492 source = "registry+https://github.com/rust-lang/crates.io-index"
2493 checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
2494
2495 [[package]]
2496 name = "jni"
2497 version = "0.19.0"
2498 source = "registry+https://github.com/rust-lang/crates.io-index"
2499 checksum = "c6df18c2e3db7e453d3c6ac5b3e9d5182664d28788126d39b91f2d1e22b017ec"
2500 dependencies = [
2501  "cesu8",
2502  "combine",
2503  "jni-sys",
2504  "log",
2505  "thiserror",
2506  "walkdir",
2507 ]
2508
2509 [[package]]
2510 name = "jni-sys"
2511 version = "0.3.0"
2512 source = "registry+https://github.com/rust-lang/crates.io-index"
2513 checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
2514
2515 [[package]]
2516 name = "jobserver"
2517 version = "0.1.26"
2518 source = "registry+https://github.com/rust-lang/crates.io-index"
2519 checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2"
2520 dependencies = [
2521  "libc",
2522 ]
2523
2524 [[package]]
2525 name = "js-sys"
2526 version = "0.3.60"
2527 source = "registry+https://github.com/rust-lang/crates.io-index"
2528 checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47"
2529 dependencies = [
2530  "wasm-bindgen",
2531 ]
2532
2533 [[package]]
2534 name = "json5"
2535 version = "0.4.1"
2536 source = "registry+https://github.com/rust-lang/crates.io-index"
2537 checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1"
2538 dependencies = [
2539  "pest",
2540  "pest_derive",
2541  "serde",
2542 ]
2543
2544 [[package]]
2545 name = "jsonwebtoken"
2546 version = "8.1.1"
2547 source = "registry+https://github.com/rust-lang/crates.io-index"
2548 checksum = "1aa4b4af834c6cfd35d8763d359661b90f2e45d8f750a0849156c7f4671af09c"
2549 dependencies = [
2550  "base64 0.13.1",
2551  "pem",
2552  "ring",
2553  "serde",
2554  "serde_json",
2555  "simple_asn1",
2556 ]
2557
2558 [[package]]
2559 name = "language-tags"
2560 version = "0.3.2"
2561 source = "registry+https://github.com/rust-lang/crates.io-index"
2562 checksum = "d4345964bb142484797b161f473a503a434de77149dd8c7427788c6e13379388"
2563
2564 [[package]]
2565 name = "lazy_static"
2566 version = "1.4.0"
2567 source = "registry+https://github.com/rust-lang/crates.io-index"
2568 checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2569
2570 [[package]]
2571 name = "lemmy_api"
2572 version = "0.18.0"
2573 dependencies = [
2574  "actix-web",
2575  "anyhow",
2576  "async-trait",
2577  "base64 0.13.1",
2578  "bcrypt",
2579  "captcha",
2580  "lemmy_api_common",
2581  "lemmy_db_schema",
2582  "lemmy_db_views",
2583  "lemmy_db_views_actor",
2584  "lemmy_db_views_moderator",
2585  "lemmy_utils",
2586  "serde",
2587  "serial_test",
2588  "tokio",
2589  "tracing",
2590  "uuid",
2591 ]
2592
2593 [[package]]
2594 name = "lemmy_api_common"
2595 version = "0.18.0"
2596 dependencies = [
2597  "actix-web",
2598  "anyhow",
2599  "chrono",
2600  "encoding",
2601  "futures",
2602  "lemmy_db_schema",
2603  "lemmy_db_views",
2604  "lemmy_db_views_actor",
2605  "lemmy_db_views_moderator",
2606  "lemmy_utils",
2607  "percent-encoding",
2608  "regex",
2609  "reqwest",
2610  "reqwest-middleware",
2611  "rosetta-i18n",
2612  "serde",
2613  "serde_with",
2614  "tokio",
2615  "tracing",
2616  "ts-rs",
2617  "url",
2618  "uuid",
2619  "webpage",
2620 ]
2621
2622 [[package]]
2623 name = "lemmy_api_crud"
2624 version = "0.18.0"
2625 dependencies = [
2626  "activitypub_federation",
2627  "actix-web",
2628  "async-trait",
2629  "bcrypt",
2630  "lemmy_api_common",
2631  "lemmy_db_schema",
2632  "lemmy_db_views",
2633  "lemmy_db_views_actor",
2634  "lemmy_utils",
2635  "serde",
2636  "tracing",
2637  "url",
2638  "webmention",
2639 ]
2640
2641 [[package]]
2642 name = "lemmy_apub"
2643 version = "0.18.0"
2644 dependencies = [
2645  "activitypub_federation",
2646  "actix-web",
2647  "anyhow",
2648  "assert-json-diff",
2649  "async-trait",
2650  "chrono",
2651  "diesel",
2652  "enum_delegate",
2653  "futures",
2654  "html2md",
2655  "http",
2656  "http-signature-normalization-actix",
2657  "itertools",
2658  "lemmy_api_common",
2659  "lemmy_db_schema",
2660  "lemmy_db_views",
2661  "lemmy_db_views_actor",
2662  "lemmy_utils",
2663  "once_cell",
2664  "reqwest",
2665  "reqwest-middleware",
2666  "serde",
2667  "serde_json",
2668  "serde_with",
2669  "serial_test",
2670  "sha2",
2671  "strum_macros",
2672  "task-local-extensions",
2673  "tokio",
2674  "tracing",
2675  "url",
2676  "uuid",
2677 ]
2678
2679 [[package]]
2680 name = "lemmy_db_schema"
2681 version = "0.18.0"
2682 dependencies = [
2683  "activitypub_federation",
2684  "async-trait",
2685  "bcrypt",
2686  "chrono",
2687  "deadpool",
2688  "diesel",
2689  "diesel-async",
2690  "diesel-derive-enum",
2691  "diesel-derive-newtype",
2692  "diesel_ltree",
2693  "diesel_migrations",
2694  "futures-util",
2695  "lemmy_utils",
2696  "once_cell",
2697  "regex",
2698  "rustls 0.21.2",
2699  "serde",
2700  "serde_json",
2701  "serde_with",
2702  "serial_test",
2703  "sha2",
2704  "strum",
2705  "strum_macros",
2706  "tokio",
2707  "tokio-postgres",
2708  "tokio-postgres-rustls",
2709  "tracing",
2710  "ts-rs",
2711  "typed-builder",
2712  "url",
2713 ]
2714
2715 [[package]]
2716 name = "lemmy_db_views"
2717 version = "0.18.0"
2718 dependencies = [
2719  "diesel",
2720  "diesel-async",
2721  "diesel_ltree",
2722  "lemmy_db_schema",
2723  "serde",
2724  "serde_with",
2725  "serial_test",
2726  "tokio",
2727  "tracing",
2728  "ts-rs",
2729  "typed-builder",
2730 ]
2731
2732 [[package]]
2733 name = "lemmy_db_views_actor"
2734 version = "0.18.0"
2735 dependencies = [
2736  "diesel",
2737  "diesel-async",
2738  "lemmy_db_schema",
2739  "serde",
2740  "serde_with",
2741  "ts-rs",
2742  "typed-builder",
2743 ]
2744
2745 [[package]]
2746 name = "lemmy_db_views_moderator"
2747 version = "0.18.0"
2748 dependencies = [
2749  "diesel",
2750  "diesel-async",
2751  "lemmy_db_schema",
2752  "serde",
2753  "serde_with",
2754  "ts-rs",
2755 ]
2756
2757 [[package]]
2758 name = "lemmy_routes"
2759 version = "0.18.0"
2760 dependencies = [
2761  "activitypub_federation",
2762  "actix-web",
2763  "anyhow",
2764  "chrono",
2765  "futures",
2766  "lemmy_api_common",
2767  "lemmy_db_schema",
2768  "lemmy_db_views",
2769  "lemmy_db_views_actor",
2770  "lemmy_utils",
2771  "once_cell",
2772  "reqwest",
2773  "reqwest-middleware",
2774  "rss",
2775  "serde",
2776  "strum",
2777  "tokio",
2778  "tracing",
2779  "url",
2780 ]
2781
2782 [[package]]
2783 name = "lemmy_server"
2784 version = "0.18.0"
2785 dependencies = [
2786  "activitypub_federation",
2787  "actix-cors",
2788  "actix-web",
2789  "clokwerk",
2790  "console-subscriber",
2791  "diesel",
2792  "diesel-async",
2793  "doku",
2794  "futures-util",
2795  "lemmy_api",
2796  "lemmy_api_common",
2797  "lemmy_api_crud",
2798  "lemmy_apub",
2799  "lemmy_db_schema",
2800  "lemmy_routes",
2801  "lemmy_utils",
2802  "opentelemetry 0.17.0",
2803  "opentelemetry-otlp 0.10.0",
2804  "pict-rs",
2805  "reqwest",
2806  "reqwest-middleware",
2807  "reqwest-tracing",
2808  "rustls 0.21.2",
2809  "serde",
2810  "serde_json",
2811  "tokio",
2812  "tokio-postgres",
2813  "tokio-postgres-rustls",
2814  "tracing",
2815  "tracing-actix-web 0.6.2",
2816  "tracing-error",
2817  "tracing-log",
2818  "tracing-opentelemetry 0.17.4",
2819  "tracing-subscriber",
2820  "url",
2821 ]
2822
2823 [[package]]
2824 name = "lemmy_utils"
2825 version = "0.18.0"
2826 dependencies = [
2827  "actix-web",
2828  "anyhow",
2829  "chrono",
2830  "deser-hjson",
2831  "diesel",
2832  "doku",
2833  "enum-map",
2834  "futures",
2835  "html2text",
2836  "http",
2837  "itertools",
2838  "jsonwebtoken",
2839  "lettre",
2840  "markdown-it",
2841  "once_cell",
2842  "openssl",
2843  "percent-encoding",
2844  "regex",
2845  "reqwest",
2846  "reqwest-middleware",
2847  "rosetta-build",
2848  "rosetta-i18n",
2849  "serde",
2850  "serde_json",
2851  "smart-default",
2852  "strum",
2853  "strum_macros",
2854  "tokio",
2855  "totp-rs",
2856  "tracing",
2857  "tracing-error",
2858  "typed-builder",
2859  "url",
2860  "uuid",
2861 ]
2862
2863 [[package]]
2864 name = "lettre"
2865 version = "0.10.1"
2866 source = "registry+https://github.com/rust-lang/crates.io-index"
2867 checksum = "2eabca5e0b4d0e98e7f2243fb5b7520b6af2b65d8f87bcc86f2c75185a6ff243"
2868 dependencies = [
2869  "base64 0.13.1",
2870  "email-encoding",
2871  "email_address",
2872  "fastrand",
2873  "futures-util",
2874  "hostname",
2875  "httpdate",
2876  "idna 0.2.3",
2877  "mime",
2878  "native-tls",
2879  "nom 7.1.1",
2880  "once_cell",
2881  "quoted_printable",
2882  "socket2 0.4.9",
2883 ]
2884
2885 [[package]]
2886 name = "lexical"
2887 version = "6.1.1"
2888 source = "registry+https://github.com/rust-lang/crates.io-index"
2889 checksum = "c7aefb36fd43fef7003334742cbf77b243fcd36418a1d1bdd480d613a67968f6"
2890 dependencies = [
2891  "lexical-core 0.8.5",
2892 ]
2893
2894 [[package]]
2895 name = "lexical-core"
2896 version = "0.7.6"
2897 source = "registry+https://github.com/rust-lang/crates.io-index"
2898 checksum = "6607c62aa161d23d17a9072cc5da0be67cdfc89d3afb1e8d9c842bebc2525ffe"
2899 dependencies = [
2900  "arrayvec",
2901  "bitflags 1.3.2",
2902  "cfg-if",
2903  "ryu",
2904  "static_assertions",
2905 ]
2906
2907 [[package]]
2908 name = "lexical-core"
2909 version = "0.8.5"
2910 source = "registry+https://github.com/rust-lang/crates.io-index"
2911 checksum = "2cde5de06e8d4c2faabc400238f9ae1c74d5412d03a7bd067645ccbc47070e46"
2912 dependencies = [
2913  "lexical-parse-float",
2914  "lexical-parse-integer",
2915  "lexical-util",
2916  "lexical-write-float",
2917  "lexical-write-integer",
2918 ]
2919
2920 [[package]]
2921 name = "lexical-parse-float"
2922 version = "0.8.5"
2923 source = "registry+https://github.com/rust-lang/crates.io-index"
2924 checksum = "683b3a5ebd0130b8fb52ba0bdc718cc56815b6a097e28ae5a6997d0ad17dc05f"
2925 dependencies = [
2926  "lexical-parse-integer",
2927  "lexical-util",
2928  "static_assertions",
2929 ]
2930
2931 [[package]]
2932 name = "lexical-parse-integer"
2933 version = "0.8.6"
2934 source = "registry+https://github.com/rust-lang/crates.io-index"
2935 checksum = "6d0994485ed0c312f6d965766754ea177d07f9c00c9b82a5ee62ed5b47945ee9"
2936 dependencies = [
2937  "lexical-util",
2938  "static_assertions",
2939 ]
2940
2941 [[package]]
2942 name = "lexical-util"
2943 version = "0.8.5"
2944 source = "registry+https://github.com/rust-lang/crates.io-index"
2945 checksum = "5255b9ff16ff898710eb9eb63cb39248ea8a5bb036bea8085b1a767ff6c4e3fc"
2946 dependencies = [
2947  "static_assertions",
2948 ]
2949
2950 [[package]]
2951 name = "lexical-write-float"
2952 version = "0.8.5"
2953 source = "registry+https://github.com/rust-lang/crates.io-index"
2954 checksum = "accabaa1c4581f05a3923d1b4cfd124c329352288b7b9da09e766b0668116862"
2955 dependencies = [
2956  "lexical-util",
2957  "lexical-write-integer",
2958  "static_assertions",
2959 ]
2960
2961 [[package]]
2962 name = "lexical-write-integer"
2963 version = "0.8.5"
2964 source = "registry+https://github.com/rust-lang/crates.io-index"
2965 checksum = "e1b6f3d1f4422866b68192d62f77bc5c700bee84f3069f2469d7bc8c77852446"
2966 dependencies = [
2967  "lexical-util",
2968  "static_assertions",
2969 ]
2970
2971 [[package]]
2972 name = "libc"
2973 version = "0.2.146"
2974 source = "registry+https://github.com/rust-lang/crates.io-index"
2975 checksum = "f92be4933c13fd498862a9e02a3055f8a8d9c039ce33db97306fd5a6caa7f29b"
2976
2977 [[package]]
2978 name = "line-wrap"
2979 version = "0.1.1"
2980 source = "registry+https://github.com/rust-lang/crates.io-index"
2981 checksum = "f30344350a2a51da54c1d53be93fade8a237e545dbcc4bdbe635413f2117cab9"
2982 dependencies = [
2983  "safemem",
2984 ]
2985
2986 [[package]]
2987 name = "link-cplusplus"
2988 version = "1.0.7"
2989 source = "registry+https://github.com/rust-lang/crates.io-index"
2990 checksum = "9272ab7b96c9046fbc5bc56c06c117cb639fe2d509df0c421cad82d2915cf369"
2991 dependencies = [
2992  "cc",
2993 ]
2994
2995 [[package]]
2996 name = "linked-hash-map"
2997 version = "0.5.6"
2998 source = "registry+https://github.com/rust-lang/crates.io-index"
2999 checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
3000
3001 [[package]]
3002 name = "linkify"
3003 version = "0.9.0"
3004 source = "registry+https://github.com/rust-lang/crates.io-index"
3005 checksum = "96dd5884008358112bc66093362197c7248ece00d46624e2cf71e50029f8cff5"
3006 dependencies = [
3007  "memchr",
3008 ]
3009
3010 [[package]]
3011 name = "linux-raw-sys"
3012 version = "0.1.4"
3013 source = "registry+https://github.com/rust-lang/crates.io-index"
3014 checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"
3015
3016 [[package]]
3017 name = "local-channel"
3018 version = "0.1.3"
3019 source = "registry+https://github.com/rust-lang/crates.io-index"
3020 checksum = "7f303ec0e94c6c54447f84f3b0ef7af769858a9c4ef56ef2a986d3dcd4c3fc9c"
3021 dependencies = [
3022  "futures-core",
3023  "futures-sink",
3024  "futures-util",
3025  "local-waker",
3026 ]
3027
3028 [[package]]
3029 name = "local-waker"
3030 version = "0.1.3"
3031 source = "registry+https://github.com/rust-lang/crates.io-index"
3032 checksum = "e34f76eb3611940e0e7d53a9aaa4e6a3151f69541a282fd0dad5571420c53ff1"
3033
3034 [[package]]
3035 name = "lock_api"
3036 version = "0.4.9"
3037 source = "registry+https://github.com/rust-lang/crates.io-index"
3038 checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
3039 dependencies = [
3040  "autocfg",
3041  "scopeguard",
3042 ]
3043
3044 [[package]]
3045 name = "lodepng"
3046 version = "3.7.2"
3047 source = "registry+https://github.com/rust-lang/crates.io-index"
3048 checksum = "f0ad39f75bbaa4b10bb6f2316543632a8046a5bcf9c785488d79720b21f044f8"
3049 dependencies = [
3050  "crc32fast",
3051  "fallible_collections",
3052  "flate2",
3053  "libc",
3054  "rgb",
3055 ]
3056
3057 [[package]]
3058 name = "log"
3059 version = "0.4.17"
3060 source = "registry+https://github.com/rust-lang/crates.io-index"
3061 checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
3062 dependencies = [
3063  "cfg-if",
3064 ]
3065
3066 [[package]]
3067 name = "mac"
3068 version = "0.1.1"
3069 source = "registry+https://github.com/rust-lang/crates.io-index"
3070 checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
3071
3072 [[package]]
3073 name = "markdown-it"
3074 version = "0.5.0"
3075 source = "registry+https://github.com/rust-lang/crates.io-index"
3076 checksum = "53107ab22a09ae3b2eaedccf1d1c6aa58c1aa77e15689a799e0d8eda2b1a7d54"
3077 dependencies = [
3078  "argparse",
3079  "const_format",
3080  "derivative",
3081  "derive_more",
3082  "downcast-rs",
3083  "entities",
3084  "html-escape",
3085  "linkify",
3086  "mdurl",
3087  "once_cell",
3088  "readonly",
3089  "regex",
3090  "stacker",
3091  "syntect",
3092  "unicode-general-category",
3093 ]
3094
3095 [[package]]
3096 name = "markup5ever"
3097 version = "0.10.1"
3098 source = "registry+https://github.com/rust-lang/crates.io-index"
3099 checksum = "a24f40fb03852d1cdd84330cddcaf98e9ec08a7b7768e952fad3b4cf048ec8fd"
3100 dependencies = [
3101  "log",
3102  "phf 0.8.0",
3103  "phf_codegen 0.8.0",
3104  "string_cache",
3105  "string_cache_codegen",
3106  "tendril",
3107 ]
3108
3109 [[package]]
3110 name = "markup5ever"
3111 version = "0.11.0"
3112 source = "registry+https://github.com/rust-lang/crates.io-index"
3113 checksum = "7a2629bb1404f3d34c2e921f21fd34ba00b206124c81f65c50b43b6aaefeb016"
3114 dependencies = [
3115  "log",
3116  "phf 0.10.1",
3117  "phf_codegen 0.10.0",
3118  "string_cache",
3119  "string_cache_codegen",
3120  "tendril",
3121 ]
3122
3123 [[package]]
3124 name = "markup5ever_rcdom"
3125 version = "0.1.0"
3126 source = "registry+https://github.com/rust-lang/crates.io-index"
3127 checksum = "f015da43bcd8d4f144559a3423f4591d69b8ce0652c905374da7205df336ae2b"
3128 dependencies = [
3129  "html5ever 0.25.2",
3130  "markup5ever 0.10.1",
3131  "tendril",
3132  "xml5ever 0.16.2",
3133 ]
3134
3135 [[package]]
3136 name = "markup5ever_rcdom"
3137 version = "0.2.0"
3138 source = "registry+https://github.com/rust-lang/crates.io-index"
3139 checksum = "b9521dd6750f8e80ee6c53d65e2e4656d7de37064f3a7a5d2d11d05df93839c2"
3140 dependencies = [
3141  "html5ever 0.26.0",
3142  "markup5ever 0.11.0",
3143  "tendril",
3144  "xml5ever 0.17.0",
3145 ]
3146
3147 [[package]]
3148 name = "match_cfg"
3149 version = "0.1.0"
3150 source = "registry+https://github.com/rust-lang/crates.io-index"
3151 checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"
3152
3153 [[package]]
3154 name = "matchers"
3155 version = "0.1.0"
3156 source = "registry+https://github.com/rust-lang/crates.io-index"
3157 checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
3158 dependencies = [
3159  "regex-automata",
3160 ]
3161
3162 [[package]]
3163 name = "matches"
3164 version = "0.1.9"
3165 source = "registry+https://github.com/rust-lang/crates.io-index"
3166 checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
3167
3168 [[package]]
3169 name = "matchit"
3170 version = "0.5.0"
3171 source = "registry+https://github.com/rust-lang/crates.io-index"
3172 checksum = "73cbba799671b762df5a175adf59ce145165747bb891505c43d09aefbbf38beb"
3173
3174 [[package]]
3175 name = "matchit"
3176 version = "0.7.0"
3177 source = "registry+https://github.com/rust-lang/crates.io-index"
3178 checksum = "b87248edafb776e59e6ee64a79086f65890d3510f2c656c000bf2a7e8a0aea40"
3179
3180 [[package]]
3181 name = "md-5"
3182 version = "0.10.5"
3183 source = "registry+https://github.com/rust-lang/crates.io-index"
3184 checksum = "6365506850d44bff6e2fbcb5176cf63650e48bd45ef2fe2665ae1570e0f4b9ca"
3185 dependencies = [
3186  "digest",
3187 ]
3188
3189 [[package]]
3190 name = "mdurl"
3191 version = "0.3.1"
3192 source = "registry+https://github.com/rust-lang/crates.io-index"
3193 checksum = "5736ba45bbac8f7ccc99a897f88ce85e508a18baec973a040f2514e6cdbff0d2"
3194 dependencies = [
3195  "idna 0.2.3",
3196  "once_cell",
3197  "regex",
3198 ]
3199
3200 [[package]]
3201 name = "memchr"
3202 version = "2.5.0"
3203 source = "registry+https://github.com/rust-lang/crates.io-index"
3204 checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
3205
3206 [[package]]
3207 name = "memoffset"
3208 version = "0.7.1"
3209 source = "registry+https://github.com/rust-lang/crates.io-index"
3210 checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
3211 dependencies = [
3212  "autocfg",
3213 ]
3214
3215 [[package]]
3216 name = "migrations_internals"
3217 version = "2.1.0"
3218 source = "registry+https://github.com/rust-lang/crates.io-index"
3219 checksum = "0f23f71580015254b020e856feac3df5878c2c7a8812297edd6c0a485ac9dada"
3220 dependencies = [
3221  "serde",
3222  "toml 0.7.4",
3223 ]
3224
3225 [[package]]
3226 name = "migrations_macros"
3227 version = "2.1.0"
3228 source = "registry+https://github.com/rust-lang/crates.io-index"
3229 checksum = "cce3325ac70e67bbab5bd837a31cae01f1a6db64e0e744a33cb03a543469ef08"
3230 dependencies = [
3231  "migrations_internals",
3232  "proc-macro2",
3233  "quote",
3234 ]
3235
3236 [[package]]
3237 name = "mime"
3238 version = "0.3.16"
3239 source = "registry+https://github.com/rust-lang/crates.io-index"
3240 checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
3241
3242 [[package]]
3243 name = "mime_guess"
3244 version = "2.0.4"
3245 source = "registry+https://github.com/rust-lang/crates.io-index"
3246 checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
3247 dependencies = [
3248  "mime",
3249  "unicase",
3250 ]
3251
3252 [[package]]
3253 name = "minimal-lexical"
3254 version = "0.2.1"
3255 source = "registry+https://github.com/rust-lang/crates.io-index"
3256 checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
3257
3258 [[package]]
3259 name = "miniz_oxide"
3260 version = "0.5.4"
3261 source = "registry+https://github.com/rust-lang/crates.io-index"
3262 checksum = "96590ba8f175222643a85693f33d26e9c8a015f599c216509b1a6894af675d34"
3263 dependencies = [
3264  "adler",
3265 ]
3266
3267 [[package]]
3268 name = "miniz_oxide"
3269 version = "0.6.2"
3270 source = "registry+https://github.com/rust-lang/crates.io-index"
3271 checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
3272 dependencies = [
3273  "adler",
3274 ]
3275
3276 [[package]]
3277 name = "mio"
3278 version = "0.8.4"
3279 source = "registry+https://github.com/rust-lang/crates.io-index"
3280 checksum = "57ee1c23c7c63b0c9250c339ffdc69255f110b298b901b9f6c82547b7b87caaf"
3281 dependencies = [
3282  "libc",
3283  "log",
3284  "wasi 0.11.0+wasi-snapshot-preview1",
3285  "windows-sys 0.36.1",
3286 ]
3287
3288 [[package]]
3289 name = "multimap"
3290 version = "0.8.3"
3291 source = "registry+https://github.com/rust-lang/crates.io-index"
3292 checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
3293
3294 [[package]]
3295 name = "native-tls"
3296 version = "0.2.10"
3297 source = "registry+https://github.com/rust-lang/crates.io-index"
3298 checksum = "fd7e2f3618557f980e0b17e8856252eee3c97fa12c54dff0ca290fb6266ca4a9"
3299 dependencies = [
3300  "lazy_static",
3301  "libc",
3302  "log",
3303  "openssl",
3304  "openssl-probe",
3305  "openssl-sys",
3306  "schannel",
3307  "security-framework",
3308  "security-framework-sys",
3309  "tempfile",
3310 ]
3311
3312 [[package]]
3313 name = "never"
3314 version = "0.1.0"
3315 source = "registry+https://github.com/rust-lang/crates.io-index"
3316 checksum = "c96aba5aa877601bb3f6dd6a63a969e1f82e60646e81e71b14496995e9853c91"
3317
3318 [[package]]
3319 name = "new_debug_unreachable"
3320 version = "1.0.4"
3321 source = "registry+https://github.com/rust-lang/crates.io-index"
3322 checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
3323
3324 [[package]]
3325 name = "nom"
3326 version = "6.1.2"
3327 source = "registry+https://github.com/rust-lang/crates.io-index"
3328 checksum = "e7413f999671bd4745a7b624bd370a569fb6bc574b23c83a3c5ed2e453f3d5e2"
3329 dependencies = [
3330  "bitvec",
3331  "funty",
3332  "lexical-core 0.7.6",
3333  "memchr",
3334  "version_check",
3335 ]
3336
3337 [[package]]
3338 name = "nom"
3339 version = "7.1.1"
3340 source = "registry+https://github.com/rust-lang/crates.io-index"
3341 checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"
3342 dependencies = [
3343  "memchr",
3344  "minimal-lexical",
3345 ]
3346
3347 [[package]]
3348 name = "nu-ansi-term"
3349 version = "0.46.0"
3350 source = "registry+https://github.com/rust-lang/crates.io-index"
3351 checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
3352 dependencies = [
3353  "overload",
3354  "winapi",
3355 ]
3356
3357 [[package]]
3358 name = "num-bigint"
3359 version = "0.4.3"
3360 source = "registry+https://github.com/rust-lang/crates.io-index"
3361 checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f"
3362 dependencies = [
3363  "autocfg",
3364  "num-integer",
3365  "num-traits",
3366  "serde",
3367 ]
3368
3369 [[package]]
3370 name = "num-integer"
3371 version = "0.1.45"
3372 source = "registry+https://github.com/rust-lang/crates.io-index"
3373 checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
3374 dependencies = [
3375  "autocfg",
3376  "num-traits",
3377 ]
3378
3379 [[package]]
3380 name = "num-rational"
3381 version = "0.4.1"
3382 source = "registry+https://github.com/rust-lang/crates.io-index"
3383 checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"
3384 dependencies = [
3385  "autocfg",
3386  "num-integer",
3387  "num-traits",
3388 ]
3389
3390 [[package]]
3391 name = "num-traits"
3392 version = "0.2.15"
3393 source = "registry+https://github.com/rust-lang/crates.io-index"
3394 checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
3395 dependencies = [
3396  "autocfg",
3397 ]
3398
3399 [[package]]
3400 name = "num_cpus"
3401 version = "1.13.1"
3402 source = "registry+https://github.com/rust-lang/crates.io-index"
3403 checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
3404 dependencies = [
3405  "hermit-abi 0.1.19",
3406  "libc",
3407 ]
3408
3409 [[package]]
3410 name = "num_threads"
3411 version = "0.1.6"
3412 source = "registry+https://github.com/rust-lang/crates.io-index"
3413 checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44"
3414 dependencies = [
3415  "libc",
3416 ]
3417
3418 [[package]]
3419 name = "object"
3420 version = "0.30.0"
3421 source = "registry+https://github.com/rust-lang/crates.io-index"
3422 checksum = "239da7f290cfa979f43f85a8efeee9a8a76d0827c356d37f9d3d7254d6b537fb"
3423 dependencies = [
3424  "memchr",
3425 ]
3426
3427 [[package]]
3428 name = "once_cell"
3429 version = "1.18.0"
3430 source = "registry+https://github.com/rust-lang/crates.io-index"
3431 checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
3432
3433 [[package]]
3434 name = "openssl"
3435 version = "0.10.54"
3436 source = "registry+https://github.com/rust-lang/crates.io-index"
3437 checksum = "69b3f656a17a6cbc115b5c7a40c616947d213ba182135b014d6051b73ab6f019"
3438 dependencies = [
3439  "bitflags 1.3.2",
3440  "cfg-if",
3441  "foreign-types",
3442  "libc",
3443  "once_cell",
3444  "openssl-macros",
3445  "openssl-sys",
3446 ]
3447
3448 [[package]]
3449 name = "openssl-macros"
3450 version = "0.1.0"
3451 source = "registry+https://github.com/rust-lang/crates.io-index"
3452 checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c"
3453 dependencies = [
3454  "proc-macro2",
3455  "quote",
3456  "syn 1.0.103",
3457 ]
3458
3459 [[package]]
3460 name = "openssl-probe"
3461 version = "0.1.5"
3462 source = "registry+https://github.com/rust-lang/crates.io-index"
3463 checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
3464
3465 [[package]]
3466 name = "openssl-sys"
3467 version = "0.9.88"
3468 source = "registry+https://github.com/rust-lang/crates.io-index"
3469 checksum = "c2ce0f250f34a308dcfdbb351f511359857d4ed2134ba715a4eadd46e1ffd617"
3470 dependencies = [
3471  "cc",
3472  "libc",
3473  "pkg-config",
3474  "vcpkg",
3475 ]
3476
3477 [[package]]
3478 name = "opentelemetry"
3479 version = "0.16.0"
3480 source = "registry+https://github.com/rust-lang/crates.io-index"
3481 checksum = "e1cf9b1c4e9a6c4de793c632496fa490bdc0e1eea73f0c91394f7b6990935d22"
3482 dependencies = [
3483  "async-trait",
3484  "crossbeam-channel",
3485  "futures",
3486  "js-sys",
3487  "lazy_static",
3488  "percent-encoding",
3489  "pin-project",
3490  "rand 0.8.5",
3491  "thiserror",
3492 ]
3493
3494 [[package]]
3495 name = "opentelemetry"
3496 version = "0.17.0"
3497 source = "registry+https://github.com/rust-lang/crates.io-index"
3498 checksum = "6105e89802af13fdf48c49d7646d3b533a70e536d818aae7e78ba0433d01acb8"
3499 dependencies = [
3500  "async-trait",
3501  "crossbeam-channel",
3502  "futures-channel",
3503  "futures-executor",
3504  "futures-util",
3505  "js-sys",
3506  "lazy_static",
3507  "percent-encoding",
3508  "pin-project",
3509  "rand 0.8.5",
3510  "thiserror",
3511  "tokio",
3512  "tokio-stream",
3513 ]
3514
3515 [[package]]
3516 name = "opentelemetry"
3517 version = "0.19.0"
3518 source = "registry+https://github.com/rust-lang/crates.io-index"
3519 checksum = "5f4b8347cc26099d3aeee044065ecc3ae11469796b4d65d065a23a584ed92a6f"
3520 dependencies = [
3521  "opentelemetry_api",
3522  "opentelemetry_sdk",
3523 ]
3524
3525 [[package]]
3526 name = "opentelemetry-otlp"
3527 version = "0.10.0"
3528 source = "registry+https://github.com/rust-lang/crates.io-index"
3529 checksum = "9d1a6ca9de4c8b00aa7f1a153bd76cb263287155cec642680d79d98706f3d28a"
3530 dependencies = [
3531  "async-trait",
3532  "futures",
3533  "futures-util",
3534  "http",
3535  "opentelemetry 0.17.0",
3536  "prost 0.9.0",
3537  "thiserror",
3538  "tokio",
3539  "tonic 0.6.2",
3540  "tonic-build",
3541 ]
3542
3543 [[package]]
3544 name = "opentelemetry-otlp"
3545 version = "0.12.0"
3546 source = "registry+https://github.com/rust-lang/crates.io-index"
3547 checksum = "8af72d59a4484654ea8eb183fea5ae4eb6a41d7ac3e3bae5f4d2a282a3a7d3ca"
3548 dependencies = [
3549  "async-trait",
3550  "futures",
3551  "futures-util",
3552  "http",
3553  "opentelemetry 0.19.0",
3554  "opentelemetry-proto",
3555  "prost 0.11.0",
3556  "thiserror",
3557  "tokio",
3558  "tonic 0.8.2",
3559 ]
3560
3561 [[package]]
3562 name = "opentelemetry-proto"
3563 version = "0.2.0"
3564 source = "registry+https://github.com/rust-lang/crates.io-index"
3565 checksum = "045f8eea8c0fa19f7d48e7bc3128a39c2e5c533d5c61298c548dfefc1064474c"
3566 dependencies = [
3567  "futures",
3568  "futures-util",
3569  "opentelemetry 0.19.0",
3570  "prost 0.11.0",
3571  "tonic 0.8.2",
3572 ]
3573
3574 [[package]]
3575 name = "opentelemetry_api"
3576 version = "0.19.0"
3577 source = "registry+https://github.com/rust-lang/crates.io-index"
3578 checksum = "ed41783a5bf567688eb38372f2b7a8530f5a607a4b49d38dd7573236c23ca7e2"
3579 dependencies = [
3580  "fnv",
3581  "futures-channel",
3582  "futures-util",
3583  "indexmap",
3584  "once_cell",
3585  "pin-project-lite",
3586  "thiserror",
3587  "urlencoding",
3588 ]
3589
3590 [[package]]
3591 name = "opentelemetry_sdk"
3592 version = "0.19.0"
3593 source = "registry+https://github.com/rust-lang/crates.io-index"
3594 checksum = "8b3a2a91fdbfdd4d212c0dcc2ab540de2c2bcbbd90be17de7a7daf8822d010c1"
3595 dependencies = [
3596  "async-trait",
3597  "crossbeam-channel",
3598  "dashmap",
3599  "fnv",
3600  "futures-channel",
3601  "futures-executor",
3602  "futures-util",
3603  "once_cell",
3604  "opentelemetry_api",
3605  "percent-encoding",
3606  "rand 0.8.5",
3607  "thiserror",
3608  "tokio",
3609  "tokio-stream",
3610 ]
3611
3612 [[package]]
3613 name = "ordered-multimap"
3614 version = "0.4.3"
3615 source = "registry+https://github.com/rust-lang/crates.io-index"
3616 checksum = "ccd746e37177e1711c20dd619a1620f34f5c8b569c53590a72dedd5344d8924a"
3617 dependencies = [
3618  "dlv-list",
3619  "hashbrown",
3620 ]
3621
3622 [[package]]
3623 name = "os_str_bytes"
3624 version = "6.4.1"
3625 source = "registry+https://github.com/rust-lang/crates.io-index"
3626 checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee"
3627
3628 [[package]]
3629 name = "overload"
3630 version = "0.1.1"
3631 source = "registry+https://github.com/rust-lang/crates.io-index"
3632 checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
3633
3634 [[package]]
3635 name = "owo-colors"
3636 version = "3.5.0"
3637 source = "registry+https://github.com/rust-lang/crates.io-index"
3638 checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f"
3639
3640 [[package]]
3641 name = "parking_lot"
3642 version = "0.11.2"
3643 source = "registry+https://github.com/rust-lang/crates.io-index"
3644 checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
3645 dependencies = [
3646  "instant",
3647  "lock_api",
3648  "parking_lot_core 0.8.6",
3649 ]
3650
3651 [[package]]
3652 name = "parking_lot"
3653 version = "0.12.1"
3654 source = "registry+https://github.com/rust-lang/crates.io-index"
3655 checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
3656 dependencies = [
3657  "lock_api",
3658  "parking_lot_core 0.9.4",
3659 ]
3660
3661 [[package]]
3662 name = "parking_lot_core"
3663 version = "0.8.6"
3664 source = "registry+https://github.com/rust-lang/crates.io-index"
3665 checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
3666 dependencies = [
3667  "cfg-if",
3668  "instant",
3669  "libc",
3670  "redox_syscall",
3671  "smallvec",
3672  "winapi",
3673 ]
3674
3675 [[package]]
3676 name = "parking_lot_core"
3677 version = "0.9.4"
3678 source = "registry+https://github.com/rust-lang/crates.io-index"
3679 checksum = "4dc9e0dc2adc1c69d09143aff38d3d30c5c3f0df0dad82e6d25547af174ebec0"
3680 dependencies = [
3681  "cfg-if",
3682  "libc",
3683  "redox_syscall",
3684  "smallvec",
3685  "windows-sys 0.42.0",
3686 ]
3687
3688 [[package]]
3689 name = "paste"
3690 version = "1.0.9"
3691 source = "registry+https://github.com/rust-lang/crates.io-index"
3692 checksum = "b1de2e551fb905ac83f73f7aedf2f0cb4a0da7e35efa24a202a936269f1f18e1"
3693
3694 [[package]]
3695 name = "pathdiff"
3696 version = "0.2.1"
3697 source = "registry+https://github.com/rust-lang/crates.io-index"
3698 checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
3699
3700 [[package]]
3701 name = "pem"
3702 version = "1.1.0"
3703 source = "registry+https://github.com/rust-lang/crates.io-index"
3704 checksum = "03c64931a1a212348ec4f3b4362585eca7159d0d09cbdf4a7f74f02173596fd4"
3705 dependencies = [
3706  "base64 0.13.1",
3707 ]
3708
3709 [[package]]
3710 name = "percent-encoding"
3711 version = "2.3.0"
3712 source = "registry+https://github.com/rust-lang/crates.io-index"
3713 checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
3714
3715 [[package]]
3716 name = "pest"
3717 version = "2.4.0"
3718 source = "registry+https://github.com/rust-lang/crates.io-index"
3719 checksum = "dbc7bc69c062e492337d74d59b120c274fd3d261b6bf6d3207d499b4b379c41a"
3720 dependencies = [
3721  "thiserror",
3722  "ucd-trie",
3723 ]
3724
3725 [[package]]
3726 name = "pest_derive"
3727 version = "2.4.0"
3728 source = "registry+https://github.com/rust-lang/crates.io-index"
3729 checksum = "60b75706b9642ebcb34dab3bc7750f811609a0eb1dd8b88c2d15bf628c1c65b2"
3730 dependencies = [
3731  "pest",
3732  "pest_generator",
3733 ]
3734
3735 [[package]]
3736 name = "pest_generator"
3737 version = "2.4.0"
3738 source = "registry+https://github.com/rust-lang/crates.io-index"
3739 checksum = "f4f9272122f5979a6511a749af9db9bfc810393f63119970d7085fed1c4ea0db"
3740 dependencies = [
3741  "pest",
3742  "pest_meta",
3743  "proc-macro2",
3744  "quote",
3745  "syn 1.0.103",
3746 ]
3747
3748 [[package]]
3749 name = "pest_meta"
3750 version = "2.4.0"
3751 source = "registry+https://github.com/rust-lang/crates.io-index"
3752 checksum = "4c8717927f9b79515e565a64fe46c38b8cd0427e64c40680b14a7365ab09ac8d"
3753 dependencies = [
3754  "once_cell",
3755  "pest",
3756  "sha1",
3757 ]
3758
3759 [[package]]
3760 name = "petgraph"
3761 version = "0.6.2"
3762 source = "registry+https://github.com/rust-lang/crates.io-index"
3763 checksum = "e6d5014253a1331579ce62aa67443b4a658c5e7dd03d4bc6d302b94474888143"
3764 dependencies = [
3765  "fixedbitset",
3766  "indexmap",
3767 ]
3768
3769 [[package]]
3770 name = "phf"
3771 version = "0.8.0"
3772 source = "registry+https://github.com/rust-lang/crates.io-index"
3773 checksum = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12"
3774 dependencies = [
3775  "phf_shared 0.8.0",
3776 ]
3777
3778 [[package]]
3779 name = "phf"
3780 version = "0.10.1"
3781 source = "registry+https://github.com/rust-lang/crates.io-index"
3782 checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
3783 dependencies = [
3784  "phf_shared 0.10.0",
3785 ]
3786
3787 [[package]]
3788 name = "phf"
3789 version = "0.11.1"
3790 source = "registry+https://github.com/rust-lang/crates.io-index"
3791 checksum = "928c6535de93548188ef63bb7c4036bd415cd8f36ad25af44b9789b2ee72a48c"
3792 dependencies = [
3793  "phf_shared 0.11.1",
3794 ]
3795
3796 [[package]]
3797 name = "phf_codegen"
3798 version = "0.8.0"
3799 source = "registry+https://github.com/rust-lang/crates.io-index"
3800 checksum = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815"
3801 dependencies = [
3802  "phf_generator 0.8.0",
3803  "phf_shared 0.8.0",
3804 ]
3805
3806 [[package]]
3807 name = "phf_codegen"
3808 version = "0.10.0"
3809 source = "registry+https://github.com/rust-lang/crates.io-index"
3810 checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd"
3811 dependencies = [
3812  "phf_generator 0.10.0",
3813  "phf_shared 0.10.0",
3814 ]
3815
3816 [[package]]
3817 name = "phf_generator"
3818 version = "0.8.0"
3819 source = "registry+https://github.com/rust-lang/crates.io-index"
3820 checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526"
3821 dependencies = [
3822  "phf_shared 0.8.0",
3823  "rand 0.7.3",
3824 ]
3825
3826 [[package]]
3827 name = "phf_generator"
3828 version = "0.10.0"
3829 source = "registry+https://github.com/rust-lang/crates.io-index"
3830 checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
3831 dependencies = [
3832  "phf_shared 0.10.0",
3833  "rand 0.8.5",
3834 ]
3835
3836 [[package]]
3837 name = "phf_shared"
3838 version = "0.8.0"
3839 source = "registry+https://github.com/rust-lang/crates.io-index"
3840 checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7"
3841 dependencies = [
3842  "siphasher",
3843 ]
3844
3845 [[package]]
3846 name = "phf_shared"
3847 version = "0.10.0"
3848 source = "registry+https://github.com/rust-lang/crates.io-index"
3849 checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
3850 dependencies = [
3851  "siphasher",
3852 ]
3853
3854 [[package]]
3855 name = "phf_shared"
3856 version = "0.11.1"
3857 source = "registry+https://github.com/rust-lang/crates.io-index"
3858 checksum = "e1fb5f6f826b772a8d4c0394209441e7d37cbbb967ae9c7e0e8134365c9ee676"
3859 dependencies = [
3860  "siphasher",
3861 ]
3862
3863 [[package]]
3864 name = "pict-rs"
3865 version = "0.4.0-rc.3"
3866 source = "registry+https://github.com/rust-lang/crates.io-index"
3867 checksum = "58d0c1455f5ac5924267265895d9266617f1c34ad93759e1e7b8a1977228ee5c"
3868 dependencies = [
3869  "actix-form-data",
3870  "actix-rt",
3871  "actix-server",
3872  "actix-web",
3873  "anyhow",
3874  "async-trait",
3875  "awc",
3876  "base64 0.21.2",
3877  "clap",
3878  "color-eyre",
3879  "config",
3880  "console-subscriber",
3881  "dashmap",
3882  "futures-util",
3883  "hex",
3884  "md-5",
3885  "mime",
3886  "num_cpus",
3887  "once_cell",
3888  "opentelemetry 0.19.0",
3889  "opentelemetry-otlp 0.12.0",
3890  "pin-project-lite",
3891  "quick-xml 0.28.2",
3892  "rusty-s3",
3893  "serde",
3894  "serde_cbor",
3895  "serde_json",
3896  "serde_urlencoded",
3897  "sha2",
3898  "sled",
3899  "storage-path-generator",
3900  "thiserror",
3901  "time 0.3.15",
3902  "tokio",
3903  "tokio-util 0.7.4",
3904  "toml 0.7.4",
3905  "tracing",
3906  "tracing-actix-web 0.7.5",
3907  "tracing-awc",
3908  "tracing-error",
3909  "tracing-futures",
3910  "tracing-log",
3911  "tracing-opentelemetry 0.19.0",
3912  "tracing-subscriber",
3913  "url",
3914  "uuid",
3915 ]
3916
3917 [[package]]
3918 name = "pin-project"
3919 version = "1.0.12"
3920 source = "registry+https://github.com/rust-lang/crates.io-index"
3921 checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"
3922 dependencies = [
3923  "pin-project-internal",
3924 ]
3925
3926 [[package]]
3927 name = "pin-project-internal"
3928 version = "1.0.12"
3929 source = "registry+https://github.com/rust-lang/crates.io-index"
3930 checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"
3931 dependencies = [
3932  "proc-macro2",
3933  "quote",
3934  "syn 1.0.103",
3935 ]
3936
3937 [[package]]
3938 name = "pin-project-lite"
3939 version = "0.2.9"
3940 source = "registry+https://github.com/rust-lang/crates.io-index"
3941 checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
3942
3943 [[package]]
3944 name = "pin-utils"
3945 version = "0.1.0"
3946 source = "registry+https://github.com/rust-lang/crates.io-index"
3947 checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
3948
3949 [[package]]
3950 name = "pkg-config"
3951 version = "0.3.25"
3952 source = "registry+https://github.com/rust-lang/crates.io-index"
3953 checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"
3954
3955 [[package]]
3956 name = "plist"
3957 version = "1.4.3"
3958 source = "registry+https://github.com/rust-lang/crates.io-index"
3959 checksum = "9bd9647b268a3d3e14ff09c23201133a62589c658db02bb7388c7246aafe0590"
3960 dependencies = [
3961  "base64 0.21.2",
3962  "indexmap",
3963  "line-wrap",
3964  "quick-xml 0.28.2",
3965  "serde",
3966  "time 0.3.15",
3967 ]
3968
3969 [[package]]
3970 name = "pmutil"
3971 version = "0.5.3"
3972 source = "registry+https://github.com/rust-lang/crates.io-index"
3973 checksum = "3894e5d549cccbe44afecf72922f277f603cd4bb0219c8342631ef18fffbe004"
3974 dependencies = [
3975  "proc-macro2",
3976  "quote",
3977  "syn 1.0.103",
3978 ]
3979
3980 [[package]]
3981 name = "png"
3982 version = "0.17.6"
3983 source = "registry+https://github.com/rust-lang/crates.io-index"
3984 checksum = "8f0e7f4c94ec26ff209cee506314212639d6c91b80afb82984819fafce9df01c"
3985 dependencies = [
3986  "bitflags 1.3.2",
3987  "crc32fast",
3988  "flate2",
3989  "miniz_oxide 0.5.4",
3990 ]
3991
3992 [[package]]
3993 name = "postgres-protocol"
3994 version = "0.6.5"
3995 source = "registry+https://github.com/rust-lang/crates.io-index"
3996 checksum = "78b7fa9f396f51dffd61546fd8573ee20592287996568e6175ceb0f8699ad75d"
3997 dependencies = [
3998  "base64 0.21.2",
3999  "byteorder",
4000  "bytes",
4001  "fallible-iterator",
4002  "hmac",
4003  "md-5",
4004  "memchr",
4005  "rand 0.8.5",
4006  "sha2",
4007  "stringprep",
4008 ]
4009
4010 [[package]]
4011 name = "postgres-types"
4012 version = "0.2.4"
4013 source = "registry+https://github.com/rust-lang/crates.io-index"
4014 checksum = "73d946ec7d256b04dfadc4e6a3292324e6f417124750fc5c0950f981b703a0f1"
4015 dependencies = [
4016  "bytes",
4017  "fallible-iterator",
4018  "postgres-protocol",
4019 ]
4020
4021 [[package]]
4022 name = "ppv-lite86"
4023 version = "0.2.16"
4024 source = "registry+https://github.com/rust-lang/crates.io-index"
4025 checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
4026
4027 [[package]]
4028 name = "pq-sys"
4029 version = "0.4.7"
4030 source = "registry+https://github.com/rust-lang/crates.io-index"
4031 checksum = "3b845d6d8ec554f972a2c5298aad68953fd64e7441e846075450b44656a016d1"
4032 dependencies = [
4033  "vcpkg",
4034 ]
4035
4036 [[package]]
4037 name = "precomputed-hash"
4038 version = "0.1.1"
4039 source = "registry+https://github.com/rust-lang/crates.io-index"
4040 checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
4041
4042 [[package]]
4043 name = "proc-macro-error"
4044 version = "1.0.4"
4045 source = "registry+https://github.com/rust-lang/crates.io-index"
4046 checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
4047 dependencies = [
4048  "proc-macro-error-attr",
4049  "proc-macro2",
4050  "quote",
4051  "syn 1.0.103",
4052  "version_check",
4053 ]
4054
4055 [[package]]
4056 name = "proc-macro-error-attr"
4057 version = "1.0.4"
4058 source = "registry+https://github.com/rust-lang/crates.io-index"
4059 checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
4060 dependencies = [
4061  "proc-macro2",
4062  "quote",
4063  "version_check",
4064 ]
4065
4066 [[package]]
4067 name = "proc-macro2"
4068 version = "1.0.59"
4069 source = "registry+https://github.com/rust-lang/crates.io-index"
4070 checksum = "6aeca18b86b413c660b781aa319e4e2648a3e6f9eadc9b47e9038e6fe9f3451b"
4071 dependencies = [
4072  "unicode-ident",
4073 ]
4074
4075 [[package]]
4076 name = "prost"
4077 version = "0.9.0"
4078 source = "registry+https://github.com/rust-lang/crates.io-index"
4079 checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
4080 dependencies = [
4081  "bytes",
4082  "prost-derive 0.9.0",
4083 ]
4084
4085 [[package]]
4086 name = "prost"
4087 version = "0.11.0"
4088 source = "registry+https://github.com/rust-lang/crates.io-index"
4089 checksum = "399c3c31cdec40583bb68f0b18403400d01ec4289c383aa047560439952c4dd7"
4090 dependencies = [
4091  "bytes",
4092  "prost-derive 0.11.0",
4093 ]
4094
4095 [[package]]
4096 name = "prost-build"
4097 version = "0.9.0"
4098 source = "registry+https://github.com/rust-lang/crates.io-index"
4099 checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
4100 dependencies = [
4101  "bytes",
4102  "heck 0.3.3",
4103  "itertools",
4104  "lazy_static",
4105  "log",
4106  "multimap",
4107  "petgraph",
4108  "prost 0.9.0",
4109  "prost-types 0.9.0",
4110  "regex",
4111  "tempfile",
4112  "which",
4113 ]
4114
4115 [[package]]
4116 name = "prost-derive"
4117 version = "0.9.0"
4118 source = "registry+https://github.com/rust-lang/crates.io-index"
4119 checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
4120 dependencies = [
4121  "anyhow",
4122  "itertools",
4123  "proc-macro2",
4124  "quote",
4125  "syn 1.0.103",
4126 ]
4127
4128 [[package]]
4129 name = "prost-derive"
4130 version = "0.11.0"
4131 source = "registry+https://github.com/rust-lang/crates.io-index"
4132 checksum = "7345d5f0e08c0536d7ac7229952590239e77abf0a0100a1b1d890add6ea96364"
4133 dependencies = [
4134  "anyhow",
4135  "itertools",
4136  "proc-macro2",
4137  "quote",
4138  "syn 1.0.103",
4139 ]
4140
4141 [[package]]
4142 name = "prost-types"
4143 version = "0.9.0"
4144 source = "registry+https://github.com/rust-lang/crates.io-index"
4145 checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
4146 dependencies = [
4147  "bytes",
4148  "prost 0.9.0",
4149 ]
4150
4151 [[package]]
4152 name = "prost-types"
4153 version = "0.11.1"
4154 source = "registry+https://github.com/rust-lang/crates.io-index"
4155 checksum = "4dfaa718ad76a44b3415e6c4d53b17c8f99160dcb3a99b10470fce8ad43f6e3e"
4156 dependencies = [
4157  "bytes",
4158  "prost 0.11.0",
4159 ]
4160
4161 [[package]]
4162 name = "psm"
4163 version = "0.1.21"
4164 source = "registry+https://github.com/rust-lang/crates.io-index"
4165 checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"
4166 dependencies = [
4167  "cc",
4168 ]
4169
4170 [[package]]
4171 name = "quick-xml"
4172 version = "0.27.1"
4173 source = "registry+https://github.com/rust-lang/crates.io-index"
4174 checksum = "ffc053f057dd768a56f62cd7e434c42c831d296968997e9ac1f76ea7c2d14c41"
4175 dependencies = [
4176  "memchr",
4177  "serde",
4178 ]
4179
4180 [[package]]
4181 name = "quick-xml"
4182 version = "0.28.2"
4183 source = "registry+https://github.com/rust-lang/crates.io-index"
4184 checksum = "0ce5e73202a820a31f8a0ee32ada5e21029c81fd9e3ebf668a40832e4219d9d1"
4185 dependencies = [
4186  "encoding_rs",
4187  "memchr",
4188  "serde",
4189 ]
4190
4191 [[package]]
4192 name = "quote"
4193 version = "1.0.28"
4194 source = "registry+https://github.com/rust-lang/crates.io-index"
4195 checksum = "1b9ab9c7eadfd8df19006f1cf1a4aed13540ed5cbc047010ece5826e10825488"
4196 dependencies = [
4197  "proc-macro2",
4198 ]
4199
4200 [[package]]
4201 name = "quoted_printable"
4202 version = "0.4.5"
4203 source = "registry+https://github.com/rust-lang/crates.io-index"
4204 checksum = "3fee2dce59f7a43418e3382c766554c614e06a552d53a8f07ef499ea4b332c0f"
4205
4206 [[package]]
4207 name = "radium"
4208 version = "0.5.3"
4209 source = "registry+https://github.com/rust-lang/crates.io-index"
4210 checksum = "941ba9d78d8e2f7ce474c015eea4d9c6d25b6a3327f9832ee29a4de27f91bbb8"
4211
4212 [[package]]
4213 name = "rand"
4214 version = "0.7.3"
4215 source = "registry+https://github.com/rust-lang/crates.io-index"
4216 checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
4217 dependencies = [
4218  "getrandom 0.1.16",
4219  "libc",
4220  "rand_chacha 0.2.2",
4221  "rand_core 0.5.1",
4222  "rand_hc",
4223  "rand_pcg",
4224 ]
4225
4226 [[package]]
4227 name = "rand"
4228 version = "0.8.5"
4229 source = "registry+https://github.com/rust-lang/crates.io-index"
4230 checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
4231 dependencies = [
4232  "libc",
4233  "rand_chacha 0.3.1",
4234  "rand_core 0.6.4",
4235 ]
4236
4237 [[package]]
4238 name = "rand_chacha"
4239 version = "0.2.2"
4240 source = "registry+https://github.com/rust-lang/crates.io-index"
4241 checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
4242 dependencies = [
4243  "ppv-lite86",
4244  "rand_core 0.5.1",
4245 ]
4246
4247 [[package]]
4248 name = "rand_chacha"
4249 version = "0.3.1"
4250 source = "registry+https://github.com/rust-lang/crates.io-index"
4251 checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
4252 dependencies = [
4253  "ppv-lite86",
4254  "rand_core 0.6.4",
4255 ]
4256
4257 [[package]]
4258 name = "rand_core"
4259 version = "0.5.1"
4260 source = "registry+https://github.com/rust-lang/crates.io-index"
4261 checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
4262 dependencies = [
4263  "getrandom 0.1.16",
4264 ]
4265
4266 [[package]]
4267 name = "rand_core"
4268 version = "0.6.4"
4269 source = "registry+https://github.com/rust-lang/crates.io-index"
4270 checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
4271 dependencies = [
4272  "getrandom 0.2.8",
4273 ]
4274
4275 [[package]]
4276 name = "rand_hc"
4277 version = "0.2.0"
4278 source = "registry+https://github.com/rust-lang/crates.io-index"
4279 checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
4280 dependencies = [
4281  "rand_core 0.5.1",
4282 ]
4283
4284 [[package]]
4285 name = "rand_pcg"
4286 version = "0.2.1"
4287 source = "registry+https://github.com/rust-lang/crates.io-index"
4288 checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
4289 dependencies = [
4290  "rand_core 0.5.1",
4291 ]
4292
4293 [[package]]
4294 name = "readonly"
4295 version = "0.2.8"
4296 source = "registry+https://github.com/rust-lang/crates.io-index"
4297 checksum = "eb656d27c22b5c47154452686cae5e096f12e124daacb36a0bfcb32dbebb39e3"
4298 dependencies = [
4299  "proc-macro2",
4300  "quote",
4301  "syn 2.0.18",
4302 ]
4303
4304 [[package]]
4305 name = "redox_syscall"
4306 version = "0.2.16"
4307 source = "registry+https://github.com/rust-lang/crates.io-index"
4308 checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
4309 dependencies = [
4310  "bitflags 1.3.2",
4311 ]
4312
4313 [[package]]
4314 name = "regex"
4315 version = "1.8.4"
4316 source = "registry+https://github.com/rust-lang/crates.io-index"
4317 checksum = "d0ab3ca65655bb1e41f2a8c8cd662eb4fb035e67c3f78da1d61dffe89d07300f"
4318 dependencies = [
4319  "aho-corasick",
4320  "memchr",
4321  "regex-syntax 0.7.2",
4322 ]
4323
4324 [[package]]
4325 name = "regex-automata"
4326 version = "0.1.10"
4327 source = "registry+https://github.com/rust-lang/crates.io-index"
4328 checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
4329 dependencies = [
4330  "regex-syntax 0.6.27",
4331 ]
4332
4333 [[package]]
4334 name = "regex-syntax"
4335 version = "0.6.27"
4336 source = "registry+https://github.com/rust-lang/crates.io-index"
4337 checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244"
4338
4339 [[package]]
4340 name = "regex-syntax"
4341 version = "0.7.2"
4342 source = "registry+https://github.com/rust-lang/crates.io-index"
4343 checksum = "436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78"
4344
4345 [[package]]
4346 name = "remove_dir_all"
4347 version = "0.5.3"
4348 source = "registry+https://github.com/rust-lang/crates.io-index"
4349 checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
4350 dependencies = [
4351  "winapi",
4352 ]
4353
4354 [[package]]
4355 name = "reqwest"
4356 version = "0.11.18"
4357 source = "registry+https://github.com/rust-lang/crates.io-index"
4358 checksum = "cde824a14b7c14f85caff81225f411faacc04a2013f41670f41443742b1c1c55"
4359 dependencies = [
4360  "base64 0.21.2",
4361  "bytes",
4362  "encoding_rs",
4363  "futures-core",
4364  "futures-util",
4365  "h2",
4366  "http",
4367  "http-body",
4368  "hyper",
4369  "hyper-tls",
4370  "ipnet",
4371  "js-sys",
4372  "log",
4373  "mime",
4374  "mime_guess",
4375  "native-tls",
4376  "once_cell",
4377  "percent-encoding",
4378  "pin-project-lite",
4379  "serde",
4380  "serde_json",
4381  "serde_urlencoded",
4382  "tokio",
4383  "tokio-native-tls",
4384  "tokio-util 0.7.4",
4385  "tower-service",
4386  "url",
4387  "wasm-bindgen",
4388  "wasm-bindgen-futures",
4389  "wasm-streams",
4390  "web-sys",
4391  "winreg",
4392 ]
4393
4394 [[package]]
4395 name = "reqwest-middleware"
4396 version = "0.2.2"
4397 source = "registry+https://github.com/rust-lang/crates.io-index"
4398 checksum = "4531c89d50effe1fac90d095c8b133c20c5c714204feee0bfc3fd158e784209d"
4399 dependencies = [
4400  "anyhow",
4401  "async-trait",
4402  "http",
4403  "reqwest",
4404  "serde",
4405  "task-local-extensions",
4406  "thiserror",
4407 ]
4408
4409 [[package]]
4410 name = "reqwest-tracing"
4411 version = "0.4.4"
4412 source = "registry+https://github.com/rust-lang/crates.io-index"
4413 checksum = "783e8130d2427ddd7897dd3f814d4a3aea31b05deb42a4fdf8c18258fe5aefd1"
4414 dependencies = [
4415  "anyhow",
4416  "async-trait",
4417  "getrandom 0.2.8",
4418  "matchit 0.7.0",
4419  "opentelemetry 0.16.0",
4420  "reqwest",
4421  "reqwest-middleware",
4422  "task-local-extensions",
4423  "tracing",
4424  "tracing-opentelemetry 0.16.0",
4425 ]
4426
4427 [[package]]
4428 name = "retain_mut"
4429 version = "0.1.9"
4430 source = "registry+https://github.com/rust-lang/crates.io-index"
4431 checksum = "4389f1d5789befaf6029ebd9f7dac4af7f7e3d61b69d4f30e2ac02b57e7712b0"
4432
4433 [[package]]
4434 name = "rgb"
4435 version = "0.8.34"
4436 source = "registry+https://github.com/rust-lang/crates.io-index"
4437 checksum = "3603b7d71ca82644f79b5a06d1220e9a58ede60bd32255f698cb1af8838b8db3"
4438 dependencies = [
4439  "bytemuck",
4440 ]
4441
4442 [[package]]
4443 name = "ring"
4444 version = "0.16.20"
4445 source = "registry+https://github.com/rust-lang/crates.io-index"
4446 checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
4447 dependencies = [
4448  "cc",
4449  "libc",
4450  "once_cell",
4451  "spin",
4452  "untrusted",
4453  "web-sys",
4454  "winapi",
4455 ]
4456
4457 [[package]]
4458 name = "ron"
4459 version = "0.7.1"
4460 source = "registry+https://github.com/rust-lang/crates.io-index"
4461 checksum = "88073939a61e5b7680558e6be56b419e208420c2adb92be54921fa6b72283f1a"
4462 dependencies = [
4463  "base64 0.13.1",
4464  "bitflags 1.3.2",
4465  "serde",
4466 ]
4467
4468 [[package]]
4469 name = "rosetta-build"
4470 version = "0.1.2"
4471 source = "registry+https://github.com/rust-lang/crates.io-index"
4472 checksum = "6f697b8b3f19bee20f30dc87213d05ce091c43bc733ab1bfc98b0e5cdd9943f3"
4473 dependencies = [
4474  "convert_case",
4475  "lazy_static",
4476  "proc-macro2",
4477  "quote",
4478  "regex",
4479  "tinyjson",
4480 ]
4481
4482 [[package]]
4483 name = "rosetta-i18n"
4484 version = "0.1.2"
4485 source = "registry+https://github.com/rust-lang/crates.io-index"
4486 checksum = "c5298de832602aecc9458398f435d9bff0be57da7aac11221b6ff3d4ef9503de"
4487
4488 [[package]]
4489 name = "rss"
4490 version = "2.0.4"
4491 source = "registry+https://github.com/rust-lang/crates.io-index"
4492 checksum = "9acf62e0f3f4b52f61d3a12d6279e3f0b90d4811b0ae888eabdf61a2e7c03a95"
4493 dependencies = [
4494  "atom_syndication",
4495  "derive_builder",
4496  "never",
4497  "quick-xml 0.28.2",
4498 ]
4499
4500 [[package]]
4501 name = "rust-ini"
4502 version = "0.18.0"
4503 source = "registry+https://github.com/rust-lang/crates.io-index"
4504 checksum = "f6d5f2436026b4f6e79dc829837d467cc7e9a55ee40e750d716713540715a2df"
4505 dependencies = [
4506  "cfg-if",
4507  "ordered-multimap",
4508 ]
4509
4510 [[package]]
4511 name = "rustc-demangle"
4512 version = "0.1.21"
4513 source = "registry+https://github.com/rust-lang/crates.io-index"
4514 checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
4515
4516 [[package]]
4517 name = "rustc-hash"
4518 version = "1.1.0"
4519 source = "registry+https://github.com/rust-lang/crates.io-index"
4520 checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
4521
4522 [[package]]
4523 name = "rustc_version"
4524 version = "0.4.0"
4525 source = "registry+https://github.com/rust-lang/crates.io-index"
4526 checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
4527 dependencies = [
4528  "semver",
4529 ]
4530
4531 [[package]]
4532 name = "rustix"
4533 version = "0.36.5"
4534 source = "registry+https://github.com/rust-lang/crates.io-index"
4535 checksum = "a3807b5d10909833d3e9acd1eb5fb988f79376ff10fce42937de71a449c4c588"
4536 dependencies = [
4537  "bitflags 1.3.2",
4538  "errno",
4539  "io-lifetimes",
4540  "libc",
4541  "linux-raw-sys",
4542  "windows-sys 0.42.0",
4543 ]
4544
4545 [[package]]
4546 name = "rustls"
4547 version = "0.20.7"
4548 source = "registry+https://github.com/rust-lang/crates.io-index"
4549 checksum = "539a2bfe908f471bfa933876bd1eb6a19cf2176d375f82ef7f99530a40e48c2c"
4550 dependencies = [
4551  "log",
4552  "ring",
4553  "sct",
4554  "webpki",
4555 ]
4556
4557 [[package]]
4558 name = "rustls"
4559 version = "0.21.2"
4560 source = "registry+https://github.com/rust-lang/crates.io-index"
4561 checksum = "e32ca28af694bc1bbf399c33a516dbdf1c90090b8ab23c2bc24f834aa2247f5f"
4562 dependencies = [
4563  "log",
4564  "ring",
4565  "rustls-webpki",
4566  "sct",
4567 ]
4568
4569 [[package]]
4570 name = "rustls-webpki"
4571 version = "0.100.1"
4572 source = "registry+https://github.com/rust-lang/crates.io-index"
4573 checksum = "d6207cd5ed3d8dca7816f8f3725513a34609c0c765bf652b8c3cb4cfd87db46b"
4574 dependencies = [
4575  "ring",
4576  "untrusted",
4577 ]
4578
4579 [[package]]
4580 name = "rustversion"
4581 version = "1.0.9"
4582 source = "registry+https://github.com/rust-lang/crates.io-index"
4583 checksum = "97477e48b4cf8603ad5f7aaf897467cf42ab4218a38ef76fb14c2d6773a6d6a8"
4584
4585 [[package]]
4586 name = "rusty-s3"
4587 version = "0.4.1"
4588 source = "registry+https://github.com/rust-lang/crates.io-index"
4589 checksum = "9c92776b0db0fea6d7cc3abb9d0d745814c71124471a3bfd84b1265a28c06130"
4590 dependencies = [
4591  "base64 0.21.2",
4592  "hmac",
4593  "md-5",
4594  "percent-encoding",
4595  "quick-xml 0.27.1",
4596  "serde",
4597  "serde_json",
4598  "sha2",
4599  "time 0.3.15",
4600  "url",
4601  "zeroize",
4602 ]
4603
4604 [[package]]
4605 name = "ryu"
4606 version = "1.0.11"
4607 source = "registry+https://github.com/rust-lang/crates.io-index"
4608 checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09"
4609
4610 [[package]]
4611 name = "safemem"
4612 version = "0.3.3"
4613 source = "registry+https://github.com/rust-lang/crates.io-index"
4614 checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
4615
4616 [[package]]
4617 name = "same-file"
4618 version = "1.0.6"
4619 source = "registry+https://github.com/rust-lang/crates.io-index"
4620 checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
4621 dependencies = [
4622  "winapi-util",
4623 ]
4624
4625 [[package]]
4626 name = "schannel"
4627 version = "0.1.20"
4628 source = "registry+https://github.com/rust-lang/crates.io-index"
4629 checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2"
4630 dependencies = [
4631  "lazy_static",
4632  "windows-sys 0.36.1",
4633 ]
4634
4635 [[package]]
4636 name = "scoped-futures"
4637 version = "0.1.3"
4638 source = "registry+https://github.com/rust-lang/crates.io-index"
4639 checksum = "b1473e24c637950c9bd38763220bea91ec3e095a89f672bbd7a10d03e77ba467"
4640 dependencies = [
4641  "cfg-if",
4642  "pin-utils",
4643 ]
4644
4645 [[package]]
4646 name = "scoped-tls"
4647 version = "1.0.1"
4648 source = "registry+https://github.com/rust-lang/crates.io-index"
4649 checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
4650
4651 [[package]]
4652 name = "scopeguard"
4653 version = "1.1.0"
4654 source = "registry+https://github.com/rust-lang/crates.io-index"
4655 checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
4656
4657 [[package]]
4658 name = "scratch"
4659 version = "1.0.2"
4660 source = "registry+https://github.com/rust-lang/crates.io-index"
4661 checksum = "9c8132065adcfd6e02db789d9285a0deb2f3fcb04002865ab67d5fb103533898"
4662
4663 [[package]]
4664 name = "sct"
4665 version = "0.7.0"
4666 source = "registry+https://github.com/rust-lang/crates.io-index"
4667 checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
4668 dependencies = [
4669  "ring",
4670  "untrusted",
4671 ]
4672
4673 [[package]]
4674 name = "security-framework"
4675 version = "2.7.0"
4676 source = "registry+https://github.com/rust-lang/crates.io-index"
4677 checksum = "2bc1bb97804af6631813c55739f771071e0f2ed33ee20b68c86ec505d906356c"
4678 dependencies = [
4679  "bitflags 1.3.2",
4680  "core-foundation",
4681  "core-foundation-sys",
4682  "libc",
4683  "security-framework-sys",
4684 ]
4685
4686 [[package]]
4687 name = "security-framework-sys"
4688 version = "2.6.1"
4689 source = "registry+https://github.com/rust-lang/crates.io-index"
4690 checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"
4691 dependencies = [
4692  "core-foundation-sys",
4693  "libc",
4694 ]
4695
4696 [[package]]
4697 name = "select"
4698 version = "0.5.0"
4699 source = "registry+https://github.com/rust-lang/crates.io-index"
4700 checksum = "8ee061f90afcc8678bef7a78d0d121683f0ba753f740ff7005f833ec445876b7"
4701 dependencies = [
4702  "bit-set",
4703  "html5ever 0.25.2",
4704  "markup5ever_rcdom 0.1.0",
4705 ]
4706
4707 [[package]]
4708 name = "semver"
4709 version = "1.0.14"
4710 source = "registry+https://github.com/rust-lang/crates.io-index"
4711 checksum = "e25dfac463d778e353db5be2449d1cce89bd6fd23c9f1ea21310ce6e5a1b29c4"
4712
4713 [[package]]
4714 name = "serde"
4715 version = "1.0.164"
4716 source = "registry+https://github.com/rust-lang/crates.io-index"
4717 checksum = "9e8c8cf938e98f769bc164923b06dce91cea1751522f46f8466461af04c9027d"
4718 dependencies = [
4719  "serde_derive",
4720 ]
4721
4722 [[package]]
4723 name = "serde_cbor"
4724 version = "0.11.2"
4725 source = "registry+https://github.com/rust-lang/crates.io-index"
4726 checksum = "2bef2ebfde456fb76bbcf9f59315333decc4fda0b2b44b420243c11e0f5ec1f5"
4727 dependencies = [
4728  "half",
4729  "serde",
4730 ]
4731
4732 [[package]]
4733 name = "serde_derive"
4734 version = "1.0.164"
4735 source = "registry+https://github.com/rust-lang/crates.io-index"
4736 checksum = "d9735b638ccc51c28bf6914d90a2e9725b377144fc612c49a611fddd1b631d68"
4737 dependencies = [
4738  "proc-macro2",
4739  "quote",
4740  "syn 2.0.18",
4741 ]
4742
4743 [[package]]
4744 name = "serde_json"
4745 version = "1.0.96"
4746 source = "registry+https://github.com/rust-lang/crates.io-index"
4747 checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1"
4748 dependencies = [
4749  "indexmap",
4750  "itoa",
4751  "ryu",
4752  "serde",
4753 ]
4754
4755 [[package]]
4756 name = "serde_plain"
4757 version = "1.0.1"
4758 source = "registry+https://github.com/rust-lang/crates.io-index"
4759 checksum = "d6018081315db179d0ce57b1fe4b62a12a0028c9cf9bbef868c9cf477b3c34ae"
4760 dependencies = [
4761  "serde",
4762 ]
4763
4764 [[package]]
4765 name = "serde_spanned"
4766 version = "0.6.2"
4767 source = "registry+https://github.com/rust-lang/crates.io-index"
4768 checksum = "93107647184f6027e3b7dcb2e11034cf95ffa1e3a682c67951963ac69c1c007d"
4769 dependencies = [
4770  "serde",
4771 ]
4772
4773 [[package]]
4774 name = "serde_urlencoded"
4775 version = "0.7.1"
4776 source = "registry+https://github.com/rust-lang/crates.io-index"
4777 checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
4778 dependencies = [
4779  "form_urlencoded",
4780  "itoa",
4781  "ryu",
4782  "serde",
4783 ]
4784
4785 [[package]]
4786 name = "serde_with"
4787 version = "1.14.0"
4788 source = "registry+https://github.com/rust-lang/crates.io-index"
4789 checksum = "678b5a069e50bf00ecd22d0cd8ddf7c236f68581b03db652061ed5eb13a312ff"
4790 dependencies = [
4791  "serde",
4792  "serde_with_macros",
4793 ]
4794
4795 [[package]]
4796 name = "serde_with_macros"
4797 version = "1.5.2"
4798 source = "registry+https://github.com/rust-lang/crates.io-index"
4799 checksum = "e182d6ec6f05393cc0e5ed1bf81ad6db3a8feedf8ee515ecdd369809bcce8082"
4800 dependencies = [
4801  "darling 0.13.4",
4802  "proc-macro2",
4803  "quote",
4804  "syn 1.0.103",
4805 ]
4806
4807 [[package]]
4808 name = "serial_test"
4809 version = "0.9.0"
4810 source = "registry+https://github.com/rust-lang/crates.io-index"
4811 checksum = "92761393ee4dc3ff8f4af487bd58f4307c9329bbedea02cac0089ad9c411e153"
4812 dependencies = [
4813  "dashmap",
4814  "futures",
4815  "lazy_static",
4816  "log",
4817  "parking_lot 0.12.1",
4818  "serial_test_derive",
4819 ]
4820
4821 [[package]]
4822 name = "serial_test_derive"
4823 version = "0.9.0"
4824 source = "registry+https://github.com/rust-lang/crates.io-index"
4825 checksum = "4b6f5d1c3087fb119617cff2966fe3808a80e5eb59a8c1601d5994d66f4346a5"
4826 dependencies = [
4827  "proc-macro-error",
4828  "proc-macro2",
4829  "quote",
4830  "syn 1.0.103",
4831 ]
4832
4833 [[package]]
4834 name = "sha1"
4835 version = "0.10.5"
4836 source = "registry+https://github.com/rust-lang/crates.io-index"
4837 checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"
4838 dependencies = [
4839  "cfg-if",
4840  "cpufeatures",
4841  "digest",
4842 ]
4843
4844 [[package]]
4845 name = "sha2"
4846 version = "0.10.6"
4847 source = "registry+https://github.com/rust-lang/crates.io-index"
4848 checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
4849 dependencies = [
4850  "cfg-if",
4851  "cpufeatures",
4852  "digest",
4853 ]
4854
4855 [[package]]
4856 name = "sharded-slab"
4857 version = "0.1.4"
4858 source = "registry+https://github.com/rust-lang/crates.io-index"
4859 checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
4860 dependencies = [
4861  "lazy_static",
4862 ]
4863
4864 [[package]]
4865 name = "signal-hook-registry"
4866 version = "1.4.0"
4867 source = "registry+https://github.com/rust-lang/crates.io-index"
4868 checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
4869 dependencies = [
4870  "libc",
4871 ]
4872
4873 [[package]]
4874 name = "simple_asn1"
4875 version = "0.6.2"
4876 source = "registry+https://github.com/rust-lang/crates.io-index"
4877 checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
4878 dependencies = [
4879  "num-bigint",
4880  "num-traits",
4881  "thiserror",
4882  "time 0.3.15",
4883 ]
4884
4885 [[package]]
4886 name = "siphasher"
4887 version = "0.3.10"
4888 source = "registry+https://github.com/rust-lang/crates.io-index"
4889 checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de"
4890
4891 [[package]]
4892 name = "slab"
4893 version = "0.4.7"
4894 source = "registry+https://github.com/rust-lang/crates.io-index"
4895 checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"
4896 dependencies = [
4897  "autocfg",
4898 ]
4899
4900 [[package]]
4901 name = "sled"
4902 version = "0.34.7"
4903 source = "registry+https://github.com/rust-lang/crates.io-index"
4904 checksum = "7f96b4737c2ce5987354855aed3797279def4ebf734436c6aa4552cf8e169935"
4905 dependencies = [
4906  "crc32fast",
4907  "crossbeam-epoch",
4908  "crossbeam-utils",
4909  "fs2",
4910  "fxhash",
4911  "libc",
4912  "log",
4913  "parking_lot 0.11.2",
4914 ]
4915
4916 [[package]]
4917 name = "smallvec"
4918 version = "1.10.0"
4919 source = "registry+https://github.com/rust-lang/crates.io-index"
4920 checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
4921
4922 [[package]]
4923 name = "smart-default"
4924 version = "0.7.1"
4925 source = "registry+https://github.com/rust-lang/crates.io-index"
4926 checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
4927 dependencies = [
4928  "proc-macro2",
4929  "quote",
4930  "syn 2.0.18",
4931 ]
4932
4933 [[package]]
4934 name = "socket2"
4935 version = "0.4.9"
4936 source = "registry+https://github.com/rust-lang/crates.io-index"
4937 checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
4938 dependencies = [
4939  "libc",
4940  "winapi",
4941 ]
4942
4943 [[package]]
4944 name = "socket2"
4945 version = "0.5.3"
4946 source = "registry+https://github.com/rust-lang/crates.io-index"
4947 checksum = "2538b18701741680e0322a2302176d3253a35388e2e62f172f64f4f16605f877"
4948 dependencies = [
4949  "libc",
4950  "windows-sys 0.48.0",
4951 ]
4952
4953 [[package]]
4954 name = "spin"
4955 version = "0.5.2"
4956 source = "registry+https://github.com/rust-lang/crates.io-index"
4957 checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
4958
4959 [[package]]
4960 name = "stable_deref_trait"
4961 version = "1.2.0"
4962 source = "registry+https://github.com/rust-lang/crates.io-index"
4963 checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
4964
4965 [[package]]
4966 name = "stacker"
4967 version = "0.1.15"
4968 source = "registry+https://github.com/rust-lang/crates.io-index"
4969 checksum = "c886bd4480155fd3ef527d45e9ac8dd7118a898a46530b7b94c3e21866259fce"
4970 dependencies = [
4971  "cc",
4972  "cfg-if",
4973  "libc",
4974  "psm",
4975  "winapi",
4976 ]
4977
4978 [[package]]
4979 name = "static_assertions"
4980 version = "1.1.0"
4981 source = "registry+https://github.com/rust-lang/crates.io-index"
4982 checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
4983
4984 [[package]]
4985 name = "storage-path-generator"
4986 version = "0.1.1"
4987 source = "registry+https://github.com/rust-lang/crates.io-index"
4988 checksum = "7f11d35dae9818c4313649da4a97c8329e29357a7fe584526c1d78f5b63ef836"
4989
4990 [[package]]
4991 name = "string_cache"
4992 version = "0.8.4"
4993 source = "registry+https://github.com/rust-lang/crates.io-index"
4994 checksum = "213494b7a2b503146286049378ce02b482200519accc31872ee8be91fa820a08"
4995 dependencies = [
4996  "new_debug_unreachable",
4997  "once_cell",
4998  "parking_lot 0.12.1",
4999  "phf_shared 0.10.0",
5000  "precomputed-hash",
5001  "serde",
5002 ]
5003
5004 [[package]]
5005 name = "string_cache_codegen"
5006 version = "0.5.2"
5007 source = "registry+https://github.com/rust-lang/crates.io-index"
5008 checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
5009 dependencies = [
5010  "phf_generator 0.10.0",
5011  "phf_shared 0.10.0",
5012  "proc-macro2",
5013  "quote",
5014 ]
5015
5016 [[package]]
5017 name = "string_enum"
5018 version = "0.3.4"
5019 source = "registry+https://github.com/rust-lang/crates.io-index"
5020 checksum = "91f42363e5ca94ea6f3faee9e3b5e1a4047535ae323f5c0579385fb2ae95874e"
5021 dependencies = [
5022  "pmutil",
5023  "proc-macro2",
5024  "quote",
5025  "swc_macros_common",
5026  "syn 1.0.103",
5027 ]
5028
5029 [[package]]
5030 name = "stringprep"
5031 version = "0.1.2"
5032 source = "registry+https://github.com/rust-lang/crates.io-index"
5033 checksum = "8ee348cb74b87454fff4b551cbf727025810a004f88aeacae7f85b87f4e9a1c1"
5034 dependencies = [
5035  "unicode-bidi",
5036  "unicode-normalization",
5037 ]
5038
5039 [[package]]
5040 name = "strsim"
5041 version = "0.10.0"
5042 source = "registry+https://github.com/rust-lang/crates.io-index"
5043 checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
5044
5045 [[package]]
5046 name = "strum"
5047 version = "0.24.1"
5048 source = "registry+https://github.com/rust-lang/crates.io-index"
5049 checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"
5050
5051 [[package]]
5052 name = "strum_macros"
5053 version = "0.24.3"
5054 source = "registry+https://github.com/rust-lang/crates.io-index"
5055 checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59"
5056 dependencies = [
5057  "heck 0.4.0",
5058  "proc-macro2",
5059  "quote",
5060  "rustversion",
5061  "syn 1.0.103",
5062 ]
5063
5064 [[package]]
5065 name = "subtle"
5066 version = "2.4.1"
5067 source = "registry+https://github.com/rust-lang/crates.io-index"
5068 checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
5069
5070 [[package]]
5071 name = "swc_atoms"
5072 version = "0.4.23"
5073 source = "registry+https://github.com/rust-lang/crates.io-index"
5074 checksum = "01b878052680dcec3421ab50384279443dbf93651b05da38e5133e0894a18096"
5075 dependencies = [
5076  "once_cell",
5077  "rustc-hash",
5078  "serde",
5079  "string_cache",
5080  "string_cache_codegen",
5081  "triomphe",
5082 ]
5083
5084 [[package]]
5085 name = "swc_common"
5086 version = "0.29.10"
5087 source = "registry+https://github.com/rust-lang/crates.io-index"
5088 checksum = "ebd844dfbd9969a9ef8430e954661de43edde353d65e987f935a328619698883"
5089 dependencies = [
5090  "ahash 0.7.6",
5091  "ast_node",
5092  "better_scoped_tls",
5093  "cfg-if",
5094  "debug_unreachable",
5095  "either",
5096  "from_variant",
5097  "num-bigint",
5098  "once_cell",
5099  "rustc-hash",
5100  "serde",
5101  "siphasher",
5102  "string_cache",
5103  "swc_atoms",
5104  "swc_eq_ignore_macros",
5105  "swc_visit",
5106  "tracing",
5107  "unicode-width",
5108  "url",
5109 ]
5110
5111 [[package]]
5112 name = "swc_ecma_ast"
5113 version = "0.94.14"
5114 source = "registry+https://github.com/rust-lang/crates.io-index"
5115 checksum = "2c3303de79adce1137e6514e5939686173e7d26c71d91c3067056caa45183547"
5116 dependencies = [
5117  "bitflags 1.3.2",
5118  "is-macro",
5119  "num-bigint",
5120  "scoped-tls",
5121  "serde",
5122  "string_enum",
5123  "swc_atoms",
5124  "swc_common",
5125  "unicode-id",
5126 ]
5127
5128 [[package]]
5129 name = "swc_ecma_parser"
5130 version = "0.122.19"
5131 source = "registry+https://github.com/rust-lang/crates.io-index"
5132 checksum = "8cec064f10003ea47bd5e97d6456a683643da9f705670b97eb1c90bc434f58f3"
5133 dependencies = [
5134  "either",
5135  "enum_kind",
5136  "lexical",
5137  "num-bigint",
5138  "serde",
5139  "smallvec",
5140  "swc_atoms",
5141  "swc_common",
5142  "swc_ecma_ast",
5143  "tracing",
5144  "typed-arena",
5145 ]
5146
5147 [[package]]
5148 name = "swc_eq_ignore_macros"
5149 version = "0.1.1"
5150 source = "registry+https://github.com/rust-lang/crates.io-index"
5151 checksum = "0c20468634668c2bbab581947bb8c75c97158d5a6959f4ba33df20983b20b4f6"
5152 dependencies = [
5153  "pmutil",
5154  "proc-macro2",
5155  "quote",
5156  "syn 1.0.103",
5157 ]
5158
5159 [[package]]
5160 name = "swc_macros_common"
5161 version = "0.3.7"
5162 source = "registry+https://github.com/rust-lang/crates.io-index"
5163 checksum = "3e582c3e3c2269238524923781df5be49e011dbe29cf7683a2215d600a562ea6"
5164 dependencies = [
5165  "pmutil",
5166  "proc-macro2",
5167  "quote",
5168  "syn 1.0.103",
5169 ]
5170
5171 [[package]]
5172 name = "swc_visit"
5173 version = "0.5.5"
5174 source = "registry+https://github.com/rust-lang/crates.io-index"
5175 checksum = "d1d5999f23421c8e21a0f2bc53a0b9e8244f3b421de89471561af2fbe40b9cca"
5176 dependencies = [
5177  "either",
5178  "swc_visit_macros",
5179 ]
5180
5181 [[package]]
5182 name = "swc_visit_macros"
5183 version = "0.5.6"
5184 source = "registry+https://github.com/rust-lang/crates.io-index"
5185 checksum = "ebeed7eb0f545f48ad30f5aab314e5208b735bcea1d1464f26e20f06db904989"
5186 dependencies = [
5187  "Inflector",
5188  "pmutil",
5189  "proc-macro2",
5190  "quote",
5191  "swc_macros_common",
5192  "syn 1.0.103",
5193 ]
5194
5195 [[package]]
5196 name = "syn"
5197 version = "1.0.103"
5198 source = "registry+https://github.com/rust-lang/crates.io-index"
5199 checksum = "a864042229133ada95abf3b54fdc62ef5ccabe9515b64717bcb9a1919e59445d"
5200 dependencies = [
5201  "proc-macro2",
5202  "quote",
5203  "unicode-ident",
5204 ]
5205
5206 [[package]]
5207 name = "syn"
5208 version = "2.0.18"
5209 source = "registry+https://github.com/rust-lang/crates.io-index"
5210 checksum = "32d41677bcbe24c20c52e7c70b0d8db04134c5d1066bf98662e2871ad200ea3e"
5211 dependencies = [
5212  "proc-macro2",
5213  "quote",
5214  "unicode-ident",
5215 ]
5216
5217 [[package]]
5218 name = "sync_wrapper"
5219 version = "0.1.1"
5220 source = "registry+https://github.com/rust-lang/crates.io-index"
5221 checksum = "20518fe4a4c9acf048008599e464deb21beeae3d3578418951a189c235a7a9a8"
5222
5223 [[package]]
5224 name = "syntect"
5225 version = "5.0.0"
5226 source = "registry+https://github.com/rust-lang/crates.io-index"
5227 checksum = "c6c454c27d9d7d9a84c7803aaa3c50cd088d2906fe3c6e42da3209aa623576a8"
5228 dependencies = [
5229  "bincode",
5230  "bitflags 1.3.2",
5231  "fancy-regex",
5232  "flate2",
5233  "fnv",
5234  "lazy_static",
5235  "once_cell",
5236  "plist",
5237  "regex-syntax 0.6.27",
5238  "serde",
5239  "serde_derive",
5240  "serde_json",
5241  "thiserror",
5242  "walkdir",
5243  "yaml-rust",
5244 ]
5245
5246 [[package]]
5247 name = "tap"
5248 version = "1.0.1"
5249 source = "registry+https://github.com/rust-lang/crates.io-index"
5250 checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
5251
5252 [[package]]
5253 name = "task-local-extensions"
5254 version = "0.1.4"
5255 source = "registry+https://github.com/rust-lang/crates.io-index"
5256 checksum = "ba323866e5d033818e3240feeb9f7db2c4296674e4d9e16b97b7bf8f490434e8"
5257 dependencies = [
5258  "pin-utils",
5259 ]
5260
5261 [[package]]
5262 name = "tempfile"
5263 version = "3.3.0"
5264 source = "registry+https://github.com/rust-lang/crates.io-index"
5265 checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
5266 dependencies = [
5267  "cfg-if",
5268  "fastrand",
5269  "libc",
5270  "redox_syscall",
5271  "remove_dir_all",
5272  "winapi",
5273 ]
5274
5275 [[package]]
5276 name = "tendril"
5277 version = "0.4.3"
5278 source = "registry+https://github.com/rust-lang/crates.io-index"
5279 checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
5280 dependencies = [
5281  "futf",
5282  "mac",
5283  "utf-8",
5284 ]
5285
5286 [[package]]
5287 name = "termcolor"
5288 version = "1.1.3"
5289 source = "registry+https://github.com/rust-lang/crates.io-index"
5290 checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
5291 dependencies = [
5292  "winapi-util",
5293 ]
5294
5295 [[package]]
5296 name = "text_lines"
5297 version = "0.6.0"
5298 source = "registry+https://github.com/rust-lang/crates.io-index"
5299 checksum = "7fd5828de7deaa782e1dd713006ae96b3bee32d3279b79eb67ecf8072c059bcf"
5300 dependencies = [
5301  "serde",
5302 ]
5303
5304 [[package]]
5305 name = "thiserror"
5306 version = "1.0.40"
5307 source = "registry+https://github.com/rust-lang/crates.io-index"
5308 checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
5309 dependencies = [
5310  "thiserror-impl",
5311 ]
5312
5313 [[package]]
5314 name = "thiserror-impl"
5315 version = "1.0.40"
5316 source = "registry+https://github.com/rust-lang/crates.io-index"
5317 checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
5318 dependencies = [
5319  "proc-macro2",
5320  "quote",
5321  "syn 2.0.18",
5322 ]
5323
5324 [[package]]
5325 name = "thread_local"
5326 version = "1.1.4"
5327 source = "registry+https://github.com/rust-lang/crates.io-index"
5328 checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
5329 dependencies = [
5330  "once_cell",
5331 ]
5332
5333 [[package]]
5334 name = "time"
5335 version = "0.1.44"
5336 source = "registry+https://github.com/rust-lang/crates.io-index"
5337 checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
5338 dependencies = [
5339  "libc",
5340  "wasi 0.10.0+wasi-snapshot-preview1",
5341  "winapi",
5342 ]
5343
5344 [[package]]
5345 name = "time"
5346 version = "0.3.15"
5347 source = "registry+https://github.com/rust-lang/crates.io-index"
5348 checksum = "d634a985c4d4238ec39cacaed2e7ae552fbd3c476b552c1deac3021b7d7eaf0c"
5349 dependencies = [
5350  "itoa",
5351  "libc",
5352  "num_threads",
5353  "serde",
5354  "time-macros",
5355 ]
5356
5357 [[package]]
5358 name = "time-macros"
5359 version = "0.2.4"
5360 source = "registry+https://github.com/rust-lang/crates.io-index"
5361 checksum = "42657b1a6f4d817cda8e7a0ace261fe0cc946cf3a80314390b22cc61ae080792"
5362
5363 [[package]]
5364 name = "tinyjson"
5365 version = "2.5.0"
5366 source = "registry+https://github.com/rust-lang/crates.io-index"
5367 checksum = "b4b2f023483085707f4f0c1238a8a7baf8b502a1d427b9ed2a243884d3d687bb"
5368
5369 [[package]]
5370 name = "tinyvec"
5371 version = "1.6.0"
5372 source = "registry+https://github.com/rust-lang/crates.io-index"
5373 checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
5374 dependencies = [
5375  "tinyvec_macros",
5376 ]
5377
5378 [[package]]
5379 name = "tinyvec_macros"
5380 version = "0.1.0"
5381 source = "registry+https://github.com/rust-lang/crates.io-index"
5382 checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
5383
5384 [[package]]
5385 name = "tokio"
5386 version = "1.28.2"
5387 source = "registry+https://github.com/rust-lang/crates.io-index"
5388 checksum = "94d7b1cfd2aa4011f2de74c2c4c63665e27a71006b0a192dcd2710272e73dfa2"
5389 dependencies = [
5390  "autocfg",
5391  "bytes",
5392  "libc",
5393  "mio",
5394  "num_cpus",
5395  "parking_lot 0.12.1",
5396  "pin-project-lite",
5397  "signal-hook-registry",
5398  "socket2 0.4.9",
5399  "tokio-macros",
5400  "tracing",
5401  "windows-sys 0.48.0",
5402 ]
5403
5404 [[package]]
5405 name = "tokio-io-timeout"
5406 version = "1.2.0"
5407 source = "registry+https://github.com/rust-lang/crates.io-index"
5408 checksum = "30b74022ada614a1b4834de765f9bb43877f910cc8ce4be40e89042c9223a8bf"
5409 dependencies = [
5410  "pin-project-lite",
5411  "tokio",
5412 ]
5413
5414 [[package]]
5415 name = "tokio-macros"
5416 version = "2.1.0"
5417 source = "registry+https://github.com/rust-lang/crates.io-index"
5418 checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
5419 dependencies = [
5420  "proc-macro2",
5421  "quote",
5422  "syn 2.0.18",
5423 ]
5424
5425 [[package]]
5426 name = "tokio-native-tls"
5427 version = "0.3.0"
5428 source = "registry+https://github.com/rust-lang/crates.io-index"
5429 checksum = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b"
5430 dependencies = [
5431  "native-tls",
5432  "tokio",
5433 ]
5434
5435 [[package]]
5436 name = "tokio-postgres"
5437 version = "0.7.8"
5438 source = "registry+https://github.com/rust-lang/crates.io-index"
5439 checksum = "6e89f6234aa8fd43779746012fcf53603cdb91fdd8399aa0de868c2d56b6dde1"
5440 dependencies = [
5441  "async-trait",
5442  "byteorder",
5443  "bytes",
5444  "fallible-iterator",
5445  "futures-channel",
5446  "futures-util",
5447  "log",
5448  "parking_lot 0.12.1",
5449  "percent-encoding",
5450  "phf 0.11.1",
5451  "pin-project-lite",
5452  "postgres-protocol",
5453  "postgres-types",
5454  "socket2 0.5.3",
5455  "tokio",
5456  "tokio-util 0.7.4",
5457 ]
5458
5459 [[package]]
5460 name = "tokio-postgres-rustls"
5461 version = "0.10.0"
5462 source = "registry+https://github.com/rust-lang/crates.io-index"
5463 checksum = "dd5831152cb0d3f79ef5523b357319ba154795d64c7078b2daa95a803b54057f"
5464 dependencies = [
5465  "futures",
5466  "ring",
5467  "rustls 0.21.2",
5468  "tokio",
5469  "tokio-postgres",
5470  "tokio-rustls 0.24.1",
5471 ]
5472
5473 [[package]]
5474 name = "tokio-rustls"
5475 version = "0.23.4"
5476 source = "registry+https://github.com/rust-lang/crates.io-index"
5477 checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"
5478 dependencies = [
5479  "rustls 0.20.7",
5480  "tokio",
5481  "webpki",
5482 ]
5483
5484 [[package]]
5485 name = "tokio-rustls"
5486 version = "0.24.1"
5487 source = "registry+https://github.com/rust-lang/crates.io-index"
5488 checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
5489 dependencies = [
5490  "rustls 0.21.2",
5491  "tokio",
5492 ]
5493
5494 [[package]]
5495 name = "tokio-stream"
5496 version = "0.1.11"
5497 source = "registry+https://github.com/rust-lang/crates.io-index"
5498 checksum = "d660770404473ccd7bc9f8b28494a811bc18542b915c0855c51e8f419d5223ce"
5499 dependencies = [
5500  "futures-core",
5501  "pin-project-lite",
5502  "tokio",
5503 ]
5504
5505 [[package]]
5506 name = "tokio-util"
5507 version = "0.6.10"
5508 source = "registry+https://github.com/rust-lang/crates.io-index"
5509 checksum = "36943ee01a6d67977dd3f84a5a1d2efeb4ada3a1ae771cadfaa535d9d9fc6507"
5510 dependencies = [
5511  "bytes",
5512  "futures-core",
5513  "futures-sink",
5514  "log",
5515  "pin-project-lite",
5516  "tokio",
5517 ]
5518
5519 [[package]]
5520 name = "tokio-util"
5521 version = "0.7.4"
5522 source = "registry+https://github.com/rust-lang/crates.io-index"
5523 checksum = "0bb2e075f03b3d66d8d8785356224ba688d2906a371015e225beeb65ca92c740"
5524 dependencies = [
5525  "bytes",
5526  "futures-core",
5527  "futures-sink",
5528  "pin-project-lite",
5529  "tokio",
5530  "tracing",
5531 ]
5532
5533 [[package]]
5534 name = "toml"
5535 version = "0.5.9"
5536 source = "registry+https://github.com/rust-lang/crates.io-index"
5537 checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"
5538 dependencies = [
5539  "serde",
5540 ]
5541
5542 [[package]]
5543 name = "toml"
5544 version = "0.7.4"
5545 source = "registry+https://github.com/rust-lang/crates.io-index"
5546 checksum = "d6135d499e69981f9ff0ef2167955a5333c35e36f6937d382974566b3d5b94ec"
5547 dependencies = [
5548  "serde",
5549  "serde_spanned",
5550  "toml_datetime",
5551  "toml_edit",
5552 ]
5553
5554 [[package]]
5555 name = "toml_datetime"
5556 version = "0.6.2"
5557 source = "registry+https://github.com/rust-lang/crates.io-index"
5558 checksum = "5a76a9312f5ba4c2dec6b9161fdf25d87ad8a09256ccea5a556fef03c706a10f"
5559 dependencies = [
5560  "serde",
5561 ]
5562
5563 [[package]]
5564 name = "toml_edit"
5565 version = "0.19.10"
5566 source = "registry+https://github.com/rust-lang/crates.io-index"
5567 checksum = "2380d56e8670370eee6566b0bfd4265f65b3f432e8c6d85623f728d4fa31f739"
5568 dependencies = [
5569  "indexmap",
5570  "serde",
5571  "serde_spanned",
5572  "toml_datetime",
5573  "winnow",
5574 ]
5575
5576 [[package]]
5577 name = "tonic"
5578 version = "0.6.2"
5579 source = "registry+https://github.com/rust-lang/crates.io-index"
5580 checksum = "ff08f4649d10a70ffa3522ca559031285d8e421d727ac85c60825761818f5d0a"
5581 dependencies = [
5582  "async-stream",
5583  "async-trait",
5584  "base64 0.13.1",
5585  "bytes",
5586  "futures-core",
5587  "futures-util",
5588  "h2",
5589  "http",
5590  "http-body",
5591  "hyper",
5592  "hyper-timeout",
5593  "percent-encoding",
5594  "pin-project",
5595  "prost 0.9.0",
5596  "prost-derive 0.9.0",
5597  "tokio",
5598  "tokio-stream",
5599  "tokio-util 0.6.10",
5600  "tower",
5601  "tower-layer",
5602  "tower-service",
5603  "tracing",
5604  "tracing-futures",
5605 ]
5606
5607 [[package]]
5608 name = "tonic"
5609 version = "0.8.2"
5610 source = "registry+https://github.com/rust-lang/crates.io-index"
5611 checksum = "55b9af819e54b8f33d453655bef9b9acc171568fb49523078d0cc4e7484200ec"
5612 dependencies = [
5613  "async-stream",
5614  "async-trait",
5615  "axum 0.5.17",
5616  "base64 0.13.1",
5617  "bytes",
5618  "futures-core",
5619  "futures-util",
5620  "h2",
5621  "http",
5622  "http-body",
5623  "hyper",
5624  "hyper-timeout",
5625  "percent-encoding",
5626  "pin-project",
5627  "prost 0.11.0",
5628  "prost-derive 0.11.0",
5629  "tokio",
5630  "tokio-stream",
5631  "tokio-util 0.7.4",
5632  "tower",
5633  "tower-layer",
5634  "tower-service",
5635  "tracing",
5636  "tracing-futures",
5637 ]
5638
5639 [[package]]
5640 name = "tonic"
5641 version = "0.9.2"
5642 source = "registry+https://github.com/rust-lang/crates.io-index"
5643 checksum = "3082666a3a6433f7f511c7192923fa1fe07c69332d3c6a2e6bb040b569199d5a"
5644 dependencies = [
5645  "async-trait",
5646  "axum 0.6.18",
5647  "base64 0.21.2",
5648  "bytes",
5649  "futures-core",
5650  "futures-util",
5651  "h2",
5652  "http",
5653  "http-body",
5654  "hyper",
5655  "hyper-timeout",
5656  "percent-encoding",
5657  "pin-project",
5658  "prost 0.11.0",
5659  "tokio",
5660  "tokio-stream",
5661  "tower",
5662  "tower-layer",
5663  "tower-service",
5664  "tracing",
5665 ]
5666
5667 [[package]]
5668 name = "tonic-build"
5669 version = "0.6.2"
5670 source = "registry+https://github.com/rust-lang/crates.io-index"
5671 checksum = "9403f1bafde247186684b230dc6f38b5cd514584e8bec1dd32514be4745fa757"
5672 dependencies = [
5673  "proc-macro2",
5674  "prost-build",
5675  "quote",
5676  "syn 1.0.103",
5677 ]
5678
5679 [[package]]
5680 name = "totp-rs"
5681 version = "5.0.2"
5682 source = "registry+https://github.com/rust-lang/crates.io-index"
5683 checksum = "0ad5e73765ff14ae797c1a61ee0c7beaf21b4e4a0047844300e332c6c24df1fc"
5684 dependencies = [
5685  "base32",
5686  "constant_time_eq",
5687  "hmac",
5688  "rand 0.8.5",
5689  "sha1",
5690  "sha2",
5691  "url",
5692  "urlencoding",
5693 ]
5694
5695 [[package]]
5696 name = "tower"
5697 version = "0.4.13"
5698 source = "registry+https://github.com/rust-lang/crates.io-index"
5699 checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
5700 dependencies = [
5701  "futures-core",
5702  "futures-util",
5703  "indexmap",
5704  "pin-project",
5705  "pin-project-lite",
5706  "rand 0.8.5",
5707  "slab",
5708  "tokio",
5709  "tokio-util 0.7.4",
5710  "tower-layer",
5711  "tower-service",
5712  "tracing",
5713 ]
5714
5715 [[package]]
5716 name = "tower-http"
5717 version = "0.3.4"
5718 source = "registry+https://github.com/rust-lang/crates.io-index"
5719 checksum = "3c530c8675c1dbf98facee631536fa116b5fb6382d7dd6dc1b118d970eafe3ba"
5720 dependencies = [
5721  "bitflags 1.3.2",
5722  "bytes",
5723  "futures-core",
5724  "futures-util",
5725  "http",
5726  "http-body",
5727  "http-range-header",
5728  "pin-project-lite",
5729  "tower",
5730  "tower-layer",
5731  "tower-service",
5732 ]
5733
5734 [[package]]
5735 name = "tower-layer"
5736 version = "0.3.2"
5737 source = "registry+https://github.com/rust-lang/crates.io-index"
5738 checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
5739
5740 [[package]]
5741 name = "tower-service"
5742 version = "0.3.2"
5743 source = "registry+https://github.com/rust-lang/crates.io-index"
5744 checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
5745
5746 [[package]]
5747 name = "tracing"
5748 version = "0.1.37"
5749 source = "registry+https://github.com/rust-lang/crates.io-index"
5750 checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
5751 dependencies = [
5752  "cfg-if",
5753  "log",
5754  "pin-project-lite",
5755  "tracing-attributes",
5756  "tracing-core",
5757 ]
5758
5759 [[package]]
5760 name = "tracing-actix-web"
5761 version = "0.6.2"
5762 source = "registry+https://github.com/rust-lang/crates.io-index"
5763 checksum = "d725b8fa6ef307b3f4856913523337de45c47cc79271bafd7acfb39559e3a2da"
5764 dependencies = [
5765  "actix-web",
5766  "pin-project",
5767  "tracing",
5768  "uuid",
5769 ]
5770
5771 [[package]]
5772 name = "tracing-actix-web"
5773 version = "0.7.5"
5774 source = "registry+https://github.com/rust-lang/crates.io-index"
5775 checksum = "ce52ffaf2d544e317d3bef63f49a6a22022866505fa4840a4339b1756834a2a9"
5776 dependencies = [
5777  "actix-web",
5778  "opentelemetry 0.19.0",
5779  "pin-project",
5780  "tracing",
5781  "tracing-opentelemetry 0.19.0",
5782  "uuid",
5783 ]
5784
5785 [[package]]
5786 name = "tracing-attributes"
5787 version = "0.1.23"
5788 source = "registry+https://github.com/rust-lang/crates.io-index"
5789 checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a"
5790 dependencies = [
5791  "proc-macro2",
5792  "quote",
5793  "syn 1.0.103",
5794 ]
5795
5796 [[package]]
5797 name = "tracing-awc"
5798 version = "0.1.7"
5799 source = "registry+https://github.com/rust-lang/crates.io-index"
5800 checksum = "eaa1a68fce4d1a7fad459f81ddcafbdd7c6f6bcda5c7e07d5f42db637931fac7"
5801 dependencies = [
5802  "actix-http",
5803  "actix-service",
5804  "awc",
5805  "bytes",
5806  "futures-core",
5807  "opentelemetry 0.19.0",
5808  "pin-project-lite",
5809  "tracing",
5810  "tracing-opentelemetry 0.19.0",
5811 ]
5812
5813 [[package]]
5814 name = "tracing-core"
5815 version = "0.1.30"
5816 source = "registry+https://github.com/rust-lang/crates.io-index"
5817 checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
5818 dependencies = [
5819  "once_cell",
5820  "valuable",
5821 ]
5822
5823 [[package]]
5824 name = "tracing-error"
5825 version = "0.2.0"
5826 source = "registry+https://github.com/rust-lang/crates.io-index"
5827 checksum = "d686ec1c0f384b1277f097b2f279a2ecc11afe8c133c1aabf036a27cb4cd206e"
5828 dependencies = [
5829  "tracing",
5830  "tracing-subscriber",
5831 ]
5832
5833 [[package]]
5834 name = "tracing-futures"
5835 version = "0.2.5"
5836 source = "registry+https://github.com/rust-lang/crates.io-index"
5837 checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
5838 dependencies = [
5839  "pin-project",
5840  "tracing",
5841 ]
5842
5843 [[package]]
5844 name = "tracing-log"
5845 version = "0.1.3"
5846 source = "registry+https://github.com/rust-lang/crates.io-index"
5847 checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"
5848 dependencies = [
5849  "lazy_static",
5850  "log",
5851  "tracing-core",
5852 ]
5853
5854 [[package]]
5855 name = "tracing-opentelemetry"
5856 version = "0.16.0"
5857 source = "registry+https://github.com/rust-lang/crates.io-index"
5858 checksum = "3ffbf13a0f8b054a4e59df3a173b818e9c6177c02789871f2073977fd0062076"
5859 dependencies = [
5860  "opentelemetry 0.16.0",
5861  "tracing",
5862  "tracing-core",
5863  "tracing-log",
5864  "tracing-subscriber",
5865 ]
5866
5867 [[package]]
5868 name = "tracing-opentelemetry"
5869 version = "0.17.4"
5870 source = "registry+https://github.com/rust-lang/crates.io-index"
5871 checksum = "fbbe89715c1dbbb790059e2565353978564924ee85017b5fff365c872ff6721f"
5872 dependencies = [
5873  "once_cell",
5874  "opentelemetry 0.17.0",
5875  "tracing",
5876  "tracing-core",
5877  "tracing-log",
5878  "tracing-subscriber",
5879 ]
5880
5881 [[package]]
5882 name = "tracing-opentelemetry"
5883 version = "0.19.0"
5884 source = "registry+https://github.com/rust-lang/crates.io-index"
5885 checksum = "00a39dcf9bfc1742fa4d6215253b33a6e474be78275884c216fc2a06267b3600"
5886 dependencies = [
5887  "once_cell",
5888  "opentelemetry 0.19.0",
5889  "tracing",
5890  "tracing-core",
5891  "tracing-log",
5892  "tracing-subscriber",
5893 ]
5894
5895 [[package]]
5896 name = "tracing-serde"
5897 version = "0.1.3"
5898 source = "registry+https://github.com/rust-lang/crates.io-index"
5899 checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"
5900 dependencies = [
5901  "serde",
5902  "tracing-core",
5903 ]
5904
5905 [[package]]
5906 name = "tracing-subscriber"
5907 version = "0.3.17"
5908 source = "registry+https://github.com/rust-lang/crates.io-index"
5909 checksum = "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77"
5910 dependencies = [
5911  "matchers",
5912  "nu-ansi-term",
5913  "once_cell",
5914  "regex",
5915  "serde",
5916  "serde_json",
5917  "sharded-slab",
5918  "smallvec",
5919  "thread_local",
5920  "tracing",
5921  "tracing-core",
5922  "tracing-log",
5923  "tracing-serde",
5924 ]
5925
5926 [[package]]
5927 name = "triomphe"
5928 version = "0.1.8"
5929 source = "registry+https://github.com/rust-lang/crates.io-index"
5930 checksum = "f1ee9bd9239c339d714d657fac840c6d2a4f9c45f4f9ec7b0975113458be78db"
5931 dependencies = [
5932  "serde",
5933  "stable_deref_trait",
5934 ]
5935
5936 [[package]]
5937 name = "try-lock"
5938 version = "0.2.3"
5939 source = "registry+https://github.com/rust-lang/crates.io-index"
5940 checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
5941
5942 [[package]]
5943 name = "ts-rs"
5944 version = "6.2.1"
5945 source = "registry+https://github.com/rust-lang/crates.io-index"
5946 checksum = "4added4070a4fdf9df03457206cd2e4b12417c8560a2954d91ffcbe60177a56a"
5947 dependencies = [
5948  "chrono",
5949  "dprint-plugin-typescript",
5950  "thiserror",
5951  "ts-rs-macros",
5952 ]
5953
5954 [[package]]
5955 name = "ts-rs-macros"
5956 version = "6.2.0"
5957 source = "registry+https://github.com/rust-lang/crates.io-index"
5958 checksum = "9f807fdb3151fee75df7485b901a89624358cd07a67a8fb1a5831bf5a07681ff"
5959 dependencies = [
5960  "Inflector",
5961  "proc-macro2",
5962  "quote",
5963  "syn 1.0.103",
5964  "termcolor",
5965 ]
5966
5967 [[package]]
5968 name = "typed-arena"
5969 version = "2.0.2"
5970 source = "registry+https://github.com/rust-lang/crates.io-index"
5971 checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a"
5972
5973 [[package]]
5974 name = "typed-builder"
5975 version = "0.10.0"
5976 source = "registry+https://github.com/rust-lang/crates.io-index"
5977 checksum = "89851716b67b937e393b3daa8423e67ddfc4bbbf1654bcf05488e95e0828db0c"
5978 dependencies = [
5979  "proc-macro2",
5980  "quote",
5981  "syn 1.0.103",
5982 ]
5983
5984 [[package]]
5985 name = "typenum"
5986 version = "1.15.0"
5987 source = "registry+https://github.com/rust-lang/crates.io-index"
5988 checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
5989
5990 [[package]]
5991 name = "ucd-trie"
5992 version = "0.1.5"
5993 source = "registry+https://github.com/rust-lang/crates.io-index"
5994 checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81"
5995
5996 [[package]]
5997 name = "unicase"
5998 version = "2.6.0"
5999 source = "registry+https://github.com/rust-lang/crates.io-index"
6000 checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
6001 dependencies = [
6002  "version_check",
6003 ]
6004
6005 [[package]]
6006 name = "unicode-bidi"
6007 version = "0.3.13"
6008 source = "registry+https://github.com/rust-lang/crates.io-index"
6009 checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
6010
6011 [[package]]
6012 name = "unicode-general-category"
6013 version = "0.6.0"
6014 source = "registry+https://github.com/rust-lang/crates.io-index"
6015 checksum = "2281c8c1d221438e373249e065ca4989c4c36952c211ff21a0ee91c44a3869e7"
6016
6017 [[package]]
6018 name = "unicode-id"
6019 version = "0.3.3"
6020 source = "registry+https://github.com/rust-lang/crates.io-index"
6021 checksum = "d70b6494226b36008c8366c288d77190b3fad2eb4c10533139c1c1f461127f1a"
6022
6023 [[package]]
6024 name = "unicode-ident"
6025 version = "1.0.5"
6026 source = "registry+https://github.com/rust-lang/crates.io-index"
6027 checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3"
6028
6029 [[package]]
6030 name = "unicode-normalization"
6031 version = "0.1.22"
6032 source = "registry+https://github.com/rust-lang/crates.io-index"
6033 checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
6034 dependencies = [
6035  "tinyvec",
6036 ]
6037
6038 [[package]]
6039 name = "unicode-segmentation"
6040 version = "1.10.0"
6041 source = "registry+https://github.com/rust-lang/crates.io-index"
6042 checksum = "0fdbf052a0783de01e944a6ce7a8cb939e295b1e7be835a1112c3b9a7f047a5a"
6043
6044 [[package]]
6045 name = "unicode-width"
6046 version = "0.1.10"
6047 source = "registry+https://github.com/rust-lang/crates.io-index"
6048 checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
6049
6050 [[package]]
6051 name = "unicode-xid"
6052 version = "0.2.4"
6053 source = "registry+https://github.com/rust-lang/crates.io-index"
6054 checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
6055
6056 [[package]]
6057 name = "unreachable"
6058 version = "0.1.1"
6059 source = "registry+https://github.com/rust-lang/crates.io-index"
6060 checksum = "1f2ae5ddb18e1c92664717616dd9549dde73f539f01bd7b77c2edb2446bdff91"
6061 dependencies = [
6062  "void",
6063 ]
6064
6065 [[package]]
6066 name = "untrusted"
6067 version = "0.7.1"
6068 source = "registry+https://github.com/rust-lang/crates.io-index"
6069 checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
6070
6071 [[package]]
6072 name = "url"
6073 version = "2.4.0"
6074 source = "registry+https://github.com/rust-lang/crates.io-index"
6075 checksum = "50bff7831e19200a85b17131d085c25d7811bc4e186efdaf54bbd132994a88cb"
6076 dependencies = [
6077  "form_urlencoded",
6078  "idna 0.4.0",
6079  "percent-encoding",
6080  "serde",
6081 ]
6082
6083 [[package]]
6084 name = "urlencoding"
6085 version = "2.1.2"
6086 source = "registry+https://github.com/rust-lang/crates.io-index"
6087 checksum = "e8db7427f936968176eaa7cdf81b7f98b980b18495ec28f1b5791ac3bfe3eea9"
6088
6089 [[package]]
6090 name = "utf-8"
6091 version = "0.7.6"
6092 source = "registry+https://github.com/rust-lang/crates.io-index"
6093 checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
6094
6095 [[package]]
6096 name = "utf8-width"
6097 version = "0.1.6"
6098 source = "registry+https://github.com/rust-lang/crates.io-index"
6099 checksum = "5190c9442dcdaf0ddd50f37420417d219ae5261bbf5db120d0f9bab996c9cba1"
6100
6101 [[package]]
6102 name = "uuid"
6103 version = "1.3.4"
6104 source = "registry+https://github.com/rust-lang/crates.io-index"
6105 checksum = "0fa2982af2eec27de306107c027578ff7f423d65f7250e40ce0fea8f45248b81"
6106 dependencies = [
6107  "getrandom 0.2.8",
6108  "serde",
6109 ]
6110
6111 [[package]]
6112 name = "valuable"
6113 version = "0.1.0"
6114 source = "registry+https://github.com/rust-lang/crates.io-index"
6115 checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
6116
6117 [[package]]
6118 name = "vcpkg"
6119 version = "0.2.15"
6120 source = "registry+https://github.com/rust-lang/crates.io-index"
6121 checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
6122
6123 [[package]]
6124 name = "version_check"
6125 version = "0.9.4"
6126 source = "registry+https://github.com/rust-lang/crates.io-index"
6127 checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
6128
6129 [[package]]
6130 name = "void"
6131 version = "1.0.2"
6132 source = "registry+https://github.com/rust-lang/crates.io-index"
6133 checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
6134
6135 [[package]]
6136 name = "walkdir"
6137 version = "2.3.2"
6138 source = "registry+https://github.com/rust-lang/crates.io-index"
6139 checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
6140 dependencies = [
6141  "same-file",
6142  "winapi",
6143  "winapi-util",
6144 ]
6145
6146 [[package]]
6147 name = "want"
6148 version = "0.3.0"
6149 source = "registry+https://github.com/rust-lang/crates.io-index"
6150 checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
6151 dependencies = [
6152  "log",
6153  "try-lock",
6154 ]
6155
6156 [[package]]
6157 name = "wasi"
6158 version = "0.9.0+wasi-snapshot-preview1"
6159 source = "registry+https://github.com/rust-lang/crates.io-index"
6160 checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
6161
6162 [[package]]
6163 name = "wasi"
6164 version = "0.10.0+wasi-snapshot-preview1"
6165 source = "registry+https://github.com/rust-lang/crates.io-index"
6166 checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
6167
6168 [[package]]
6169 name = "wasi"
6170 version = "0.11.0+wasi-snapshot-preview1"
6171 source = "registry+https://github.com/rust-lang/crates.io-index"
6172 checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
6173
6174 [[package]]
6175 name = "wasm-bindgen"
6176 version = "0.2.83"
6177 source = "registry+https://github.com/rust-lang/crates.io-index"
6178 checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"
6179 dependencies = [
6180  "cfg-if",
6181  "wasm-bindgen-macro",
6182 ]
6183
6184 [[package]]
6185 name = "wasm-bindgen-backend"
6186 version = "0.2.83"
6187 source = "registry+https://github.com/rust-lang/crates.io-index"
6188 checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"
6189 dependencies = [
6190  "bumpalo",
6191  "log",
6192  "once_cell",
6193  "proc-macro2",
6194  "quote",
6195  "syn 1.0.103",
6196  "wasm-bindgen-shared",
6197 ]
6198
6199 [[package]]
6200 name = "wasm-bindgen-futures"
6201 version = "0.4.33"
6202 source = "registry+https://github.com/rust-lang/crates.io-index"
6203 checksum = "23639446165ca5a5de86ae1d8896b737ae80319560fbaa4c2887b7da6e7ebd7d"
6204 dependencies = [
6205  "cfg-if",
6206  "js-sys",
6207  "wasm-bindgen",
6208  "web-sys",
6209 ]
6210
6211 [[package]]
6212 name = "wasm-bindgen-macro"
6213 version = "0.2.83"
6214 source = "registry+https://github.com/rust-lang/crates.io-index"
6215 checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"
6216 dependencies = [
6217  "quote",
6218  "wasm-bindgen-macro-support",
6219 ]
6220
6221 [[package]]
6222 name = "wasm-bindgen-macro-support"
6223 version = "0.2.83"
6224 source = "registry+https://github.com/rust-lang/crates.io-index"
6225 checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"
6226 dependencies = [
6227  "proc-macro2",
6228  "quote",
6229  "syn 1.0.103",
6230  "wasm-bindgen-backend",
6231  "wasm-bindgen-shared",
6232 ]
6233
6234 [[package]]
6235 name = "wasm-bindgen-shared"
6236 version = "0.2.83"
6237 source = "registry+https://github.com/rust-lang/crates.io-index"
6238 checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"
6239
6240 [[package]]
6241 name = "wasm-streams"
6242 version = "0.2.3"
6243 source = "registry+https://github.com/rust-lang/crates.io-index"
6244 checksum = "6bbae3363c08332cadccd13b67db371814cd214c2524020932f0804b8cf7c078"
6245 dependencies = [
6246  "futures-util",
6247  "js-sys",
6248  "wasm-bindgen",
6249  "wasm-bindgen-futures",
6250  "web-sys",
6251 ]
6252
6253 [[package]]
6254 name = "web-sys"
6255 version = "0.3.60"
6256 source = "registry+https://github.com/rust-lang/crates.io-index"
6257 checksum = "bcda906d8be16e728fd5adc5b729afad4e444e106ab28cd1c7256e54fa61510f"
6258 dependencies = [
6259  "js-sys",
6260  "wasm-bindgen",
6261 ]
6262
6263 [[package]]
6264 name = "webmention"
6265 version = "0.4.0"
6266 source = "registry+https://github.com/rust-lang/crates.io-index"
6267 checksum = "31c1f9ad3af9421b7e94faef6f884d32bd60b6ea00ff05d84df74392a89c2b9f"
6268 dependencies = [
6269  "anyhow",
6270  "nom 6.1.2",
6271  "reqwest",
6272  "select",
6273  "serde",
6274  "thiserror",
6275  "url",
6276 ]
6277
6278 [[package]]
6279 name = "webpage"
6280 version = "1.6.0"
6281 source = "registry+https://github.com/rust-lang/crates.io-index"
6282 checksum = "8598785beeb5af95abe95e7bb20c7e747d1188347080d6811d5a56d2b9a5f368"
6283 dependencies = [
6284  "html5ever 0.26.0",
6285  "markup5ever_rcdom 0.2.0",
6286  "serde",
6287  "serde_json",
6288 ]
6289
6290 [[package]]
6291 name = "webpki"
6292 version = "0.22.0"
6293 source = "registry+https://github.com/rust-lang/crates.io-index"
6294 checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"
6295 dependencies = [
6296  "ring",
6297  "untrusted",
6298 ]
6299
6300 [[package]]
6301 name = "webpki-roots"
6302 version = "0.22.5"
6303 source = "registry+https://github.com/rust-lang/crates.io-index"
6304 checksum = "368bfe657969fb01238bb756d351dcade285e0f6fcbd36dcb23359a5169975be"
6305 dependencies = [
6306  "webpki",
6307 ]
6308
6309 [[package]]
6310 name = "which"
6311 version = "4.3.0"
6312 source = "registry+https://github.com/rust-lang/crates.io-index"
6313 checksum = "1c831fbbee9e129a8cf93e7747a82da9d95ba8e16621cae60ec2cdc849bacb7b"
6314 dependencies = [
6315  "either",
6316  "libc",
6317  "once_cell",
6318 ]
6319
6320 [[package]]
6321 name = "winapi"
6322 version = "0.3.9"
6323 source = "registry+https://github.com/rust-lang/crates.io-index"
6324 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
6325 dependencies = [
6326  "winapi-i686-pc-windows-gnu",
6327  "winapi-x86_64-pc-windows-gnu",
6328 ]
6329
6330 [[package]]
6331 name = "winapi-i686-pc-windows-gnu"
6332 version = "0.4.0"
6333 source = "registry+https://github.com/rust-lang/crates.io-index"
6334 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
6335
6336 [[package]]
6337 name = "winapi-util"
6338 version = "0.1.5"
6339 source = "registry+https://github.com/rust-lang/crates.io-index"
6340 checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
6341 dependencies = [
6342  "winapi",
6343 ]
6344
6345 [[package]]
6346 name = "winapi-x86_64-pc-windows-gnu"
6347 version = "0.4.0"
6348 source = "registry+https://github.com/rust-lang/crates.io-index"
6349 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
6350
6351 [[package]]
6352 name = "windows-sys"
6353 version = "0.36.1"
6354 source = "registry+https://github.com/rust-lang/crates.io-index"
6355 checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
6356 dependencies = [
6357  "windows_aarch64_msvc 0.36.1",
6358  "windows_i686_gnu 0.36.1",
6359  "windows_i686_msvc 0.36.1",
6360  "windows_x86_64_gnu 0.36.1",
6361  "windows_x86_64_msvc 0.36.1",
6362 ]
6363
6364 [[package]]
6365 name = "windows-sys"
6366 version = "0.42.0"
6367 source = "registry+https://github.com/rust-lang/crates.io-index"
6368 checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
6369 dependencies = [
6370  "windows_aarch64_gnullvm 0.42.2",
6371  "windows_aarch64_msvc 0.42.2",
6372  "windows_i686_gnu 0.42.2",
6373  "windows_i686_msvc 0.42.2",
6374  "windows_x86_64_gnu 0.42.2",
6375  "windows_x86_64_gnullvm 0.42.2",
6376  "windows_x86_64_msvc 0.42.2",
6377 ]
6378
6379 [[package]]
6380 name = "windows-sys"
6381 version = "0.48.0"
6382 source = "registry+https://github.com/rust-lang/crates.io-index"
6383 checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
6384 dependencies = [
6385  "windows-targets",
6386 ]
6387
6388 [[package]]
6389 name = "windows-targets"
6390 version = "0.48.0"
6391 source = "registry+https://github.com/rust-lang/crates.io-index"
6392 checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5"
6393 dependencies = [
6394  "windows_aarch64_gnullvm 0.48.0",
6395  "windows_aarch64_msvc 0.48.0",
6396  "windows_i686_gnu 0.48.0",
6397  "windows_i686_msvc 0.48.0",
6398  "windows_x86_64_gnu 0.48.0",
6399  "windows_x86_64_gnullvm 0.48.0",
6400  "windows_x86_64_msvc 0.48.0",
6401 ]
6402
6403 [[package]]
6404 name = "windows_aarch64_gnullvm"
6405 version = "0.42.2"
6406 source = "registry+https://github.com/rust-lang/crates.io-index"
6407 checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
6408
6409 [[package]]
6410 name = "windows_aarch64_gnullvm"
6411 version = "0.48.0"
6412 source = "registry+https://github.com/rust-lang/crates.io-index"
6413 checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
6414
6415 [[package]]
6416 name = "windows_aarch64_msvc"
6417 version = "0.36.1"
6418 source = "registry+https://github.com/rust-lang/crates.io-index"
6419 checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
6420
6421 [[package]]
6422 name = "windows_aarch64_msvc"
6423 version = "0.42.2"
6424 source = "registry+https://github.com/rust-lang/crates.io-index"
6425 checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
6426
6427 [[package]]
6428 name = "windows_aarch64_msvc"
6429 version = "0.48.0"
6430 source = "registry+https://github.com/rust-lang/crates.io-index"
6431 checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
6432
6433 [[package]]
6434 name = "windows_i686_gnu"
6435 version = "0.36.1"
6436 source = "registry+https://github.com/rust-lang/crates.io-index"
6437 checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
6438
6439 [[package]]
6440 name = "windows_i686_gnu"
6441 version = "0.42.2"
6442 source = "registry+https://github.com/rust-lang/crates.io-index"
6443 checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
6444
6445 [[package]]
6446 name = "windows_i686_gnu"
6447 version = "0.48.0"
6448 source = "registry+https://github.com/rust-lang/crates.io-index"
6449 checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
6450
6451 [[package]]
6452 name = "windows_i686_msvc"
6453 version = "0.36.1"
6454 source = "registry+https://github.com/rust-lang/crates.io-index"
6455 checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
6456
6457 [[package]]
6458 name = "windows_i686_msvc"
6459 version = "0.42.2"
6460 source = "registry+https://github.com/rust-lang/crates.io-index"
6461 checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
6462
6463 [[package]]
6464 name = "windows_i686_msvc"
6465 version = "0.48.0"
6466 source = "registry+https://github.com/rust-lang/crates.io-index"
6467 checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
6468
6469 [[package]]
6470 name = "windows_x86_64_gnu"
6471 version = "0.36.1"
6472 source = "registry+https://github.com/rust-lang/crates.io-index"
6473 checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
6474
6475 [[package]]
6476 name = "windows_x86_64_gnu"
6477 version = "0.42.2"
6478 source = "registry+https://github.com/rust-lang/crates.io-index"
6479 checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
6480
6481 [[package]]
6482 name = "windows_x86_64_gnu"
6483 version = "0.48.0"
6484 source = "registry+https://github.com/rust-lang/crates.io-index"
6485 checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
6486
6487 [[package]]
6488 name = "windows_x86_64_gnullvm"
6489 version = "0.42.2"
6490 source = "registry+https://github.com/rust-lang/crates.io-index"
6491 checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
6492
6493 [[package]]
6494 name = "windows_x86_64_gnullvm"
6495 version = "0.48.0"
6496 source = "registry+https://github.com/rust-lang/crates.io-index"
6497 checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
6498
6499 [[package]]
6500 name = "windows_x86_64_msvc"
6501 version = "0.36.1"
6502 source = "registry+https://github.com/rust-lang/crates.io-index"
6503 checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
6504
6505 [[package]]
6506 name = "windows_x86_64_msvc"
6507 version = "0.42.2"
6508 source = "registry+https://github.com/rust-lang/crates.io-index"
6509 checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
6510
6511 [[package]]
6512 name = "windows_x86_64_msvc"
6513 version = "0.48.0"
6514 source = "registry+https://github.com/rust-lang/crates.io-index"
6515 checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
6516
6517 [[package]]
6518 name = "winnow"
6519 version = "0.4.6"
6520 source = "registry+https://github.com/rust-lang/crates.io-index"
6521 checksum = "61de7bac303dc551fe038e2b3cef0f571087a47571ea6e79a87692ac99b99699"
6522 dependencies = [
6523  "memchr",
6524 ]
6525
6526 [[package]]
6527 name = "winreg"
6528 version = "0.10.1"
6529 source = "registry+https://github.com/rust-lang/crates.io-index"
6530 checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
6531 dependencies = [
6532  "winapi",
6533 ]
6534
6535 [[package]]
6536 name = "wyz"
6537 version = "0.2.0"
6538 source = "registry+https://github.com/rust-lang/crates.io-index"
6539 checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214"
6540
6541 [[package]]
6542 name = "xml5ever"
6543 version = "0.16.2"
6544 source = "registry+https://github.com/rust-lang/crates.io-index"
6545 checksum = "9234163818fd8e2418fcde330655e757900d4236acd8cc70fef345ef91f6d865"
6546 dependencies = [
6547  "log",
6548  "mac",
6549  "markup5ever 0.10.1",
6550  "time 0.1.44",
6551 ]
6552
6553 [[package]]
6554 name = "xml5ever"
6555 version = "0.17.0"
6556 source = "registry+https://github.com/rust-lang/crates.io-index"
6557 checksum = "4034e1d05af98b51ad7214527730626f019682d797ba38b51689212118d8e650"
6558 dependencies = [
6559  "log",
6560  "mac",
6561  "markup5ever 0.11.0",
6562 ]
6563
6564 [[package]]
6565 name = "yaml-rust"
6566 version = "0.4.5"
6567 source = "registry+https://github.com/rust-lang/crates.io-index"
6568 checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
6569 dependencies = [
6570  "linked-hash-map",
6571 ]
6572
6573 [[package]]
6574 name = "zeroize"
6575 version = "1.5.7"
6576 source = "registry+https://github.com/rust-lang/crates.io-index"
6577 checksum = "c394b5bd0c6f669e7275d9c20aa90ae064cb22e75a1cad54e1b34088034b149f"
6578
6579 [[package]]
6580 name = "zstd"
6581 version = "0.12.3+zstd.1.5.2"
6582 source = "registry+https://github.com/rust-lang/crates.io-index"
6583 checksum = "76eea132fb024e0e13fd9c2f5d5d595d8a967aa72382ac2f9d39fcc95afd0806"
6584 dependencies = [
6585  "zstd-safe",
6586 ]
6587
6588 [[package]]
6589 name = "zstd-safe"
6590 version = "6.0.5+zstd.1.5.4"
6591 source = "registry+https://github.com/rust-lang/crates.io-index"
6592 checksum = "d56d9e60b4b1758206c238a10165fbcae3ca37b01744e394c463463f6529d23b"
6593 dependencies = [
6594  "libc",
6595  "zstd-sys",
6596 ]
6597
6598 [[package]]
6599 name = "zstd-sys"
6600 version = "2.0.8+zstd.1.5.5"
6601 source = "registry+https://github.com/rust-lang/crates.io-index"
6602 checksum = "5556e6ee25d32df2586c098bbfa278803692a20d0ab9565e049480d52707ec8c"
6603 dependencies = [
6604  "cc",
6605  "libc",
6606  "pkg-config",
6607 ]