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