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