TOMLCargo.lock -rw-r--r-- 58.7 KiB
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "activitypub_federation"
7version = "0.4.7"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "41a0b760e573d41d9f6aec4280e4c0d273d4ce724eb00c3e4c9fb1b98d3ede47"
10dependencies = [
11 "activitystreams-kinds",
12 "anyhow",
13 "async-trait",
14 "axum",
15 "base64 0.21.5",
16 "bytes",
17 "chrono",
18 "derive_builder",
19 "dyn-clone",
20 "enum_delegate",
21 "futures-core",
22 "http",
23 "http-signature-normalization",
24 "http-signature-normalization-reqwest",
25 "httpdate",
26 "hyper",
27 "itertools",
28 "once_cell",
29 "openssl",
30 "pin-project-lite",
31 "regex",
32 "reqwest",
33 "reqwest-middleware",
34 "serde",
35 "serde_json",
36 "sha2",
37 "thiserror",
38 "tokio",
39 "tower",
40 "tracing",
41 "url",
42]
43
44[[package]]
45name = "activitystreams-kinds"
46version = "0.3.0"
47source = "registry+https://github.com/rust-lang/crates.io-index"
48checksum = "e97dfe76efd8c0b113cc3580a6b5f4acba47662e3cfbbfcce081c9ac89798990"
49dependencies = [
50 "serde",
51 "url",
52]
53
54[[package]]
55name = "addr2line"
56version = "0.21.0"
57source = "registry+https://github.com/rust-lang/crates.io-index"
58checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
59dependencies = [
60 "gimli",
61]
62
63[[package]]
64name = "adler"
65version = "1.0.2"
66source = "registry+https://github.com/rust-lang/crates.io-index"
67checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
68
69[[package]]
70name = "aho-corasick"
71version = "1.1.2"
72source = "registry+https://github.com/rust-lang/crates.io-index"
73checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
74dependencies = [
75 "memchr",
76]
77
78[[package]]
79name = "android-tzdata"
80version = "0.1.1"
81source = "registry+https://github.com/rust-lang/crates.io-index"
82checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
83
84[[package]]
85name = "android_system_properties"
86version = "0.1.5"
87source = "registry+https://github.com/rust-lang/crates.io-index"
88checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
89dependencies = [
90 "libc",
91]
92
93[[package]]
94name = "anstream"
95version = "0.6.4"
96source = "registry+https://github.com/rust-lang/crates.io-index"
97checksum = "2ab91ebe16eb252986481c5b62f6098f3b698a45e34b5b98200cf20dd2484a44"
98dependencies = [
99 "anstyle",
100 "anstyle-parse",
101 "anstyle-query",
102 "anstyle-wincon",
103 "colorchoice",
104 "utf8parse",
105]
106
107[[package]]
108name = "anstyle"
109version = "1.0.4"
110source = "registry+https://github.com/rust-lang/crates.io-index"
111checksum = "7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87"
112
113[[package]]
114name = "anstyle-parse"
115version = "0.2.2"
116source = "registry+https://github.com/rust-lang/crates.io-index"
117checksum = "317b9a89c1868f5ea6ff1d9539a69f45dffc21ce321ac1fd1160dfa48c8e2140"
118dependencies = [
119 "utf8parse",
120]
121
122[[package]]
123name = "anstyle-query"
124version = "1.0.0"
125source = "registry+https://github.com/rust-lang/crates.io-index"
126checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b"
127dependencies = [
128 "windows-sys",
129]
130
131[[package]]
132name = "anstyle-wincon"
133version = "3.0.1"
134source = "registry+https://github.com/rust-lang/crates.io-index"
135checksum = "f0699d10d2f4d628a98ee7b57b289abbc98ff3bad977cb3152709d4bf2330628"
136dependencies = [
137 "anstyle",
138 "windows-sys",
139]
140
141[[package]]
142name = "anyhow"
143version = "1.0.75"
144source = "registry+https://github.com/rust-lang/crates.io-index"
145checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
146
147[[package]]
148name = "async-trait"
149version = "0.1.74"
150source = "registry+https://github.com/rust-lang/crates.io-index"
151checksum = "a66537f1bb974b254c98ed142ff995236e81b9d0fe4db0575f46612cb15eb0f9"
152dependencies = [
153 "proc-macro2",
154 "quote",
155 "syn 2.0.39",
156]
157
158[[package]]
159name = "autocfg"
160version = "1.1.0"
161source = "registry+https://github.com/rust-lang/crates.io-index"
162checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
163
164[[package]]
165name = "axum"
166version = "0.6.20"
167source = "registry+https://github.com/rust-lang/crates.io-index"
168checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
169dependencies = [
170 "async-trait",
171 "axum-core",
172 "axum-macros",
173 "bitflags 1.3.2",
174 "bytes",
175 "futures-util",
176 "headers",
177 "http",
178 "http-body",
179 "hyper",
180 "itoa",
181 "matchit",
182 "memchr",
183 "mime",
184 "percent-encoding",
185 "pin-project-lite",
186 "rustversion",
187 "serde",
188 "serde_json",
189 "serde_path_to_error",
190 "serde_urlencoded",
191 "sync_wrapper",
192 "tokio",
193 "tower",
194 "tower-layer",
195 "tower-service",
196]
197
198[[package]]
199name = "axum-core"
200version = "0.3.4"
201source = "registry+https://github.com/rust-lang/crates.io-index"
202checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
203dependencies = [
204 "async-trait",
205 "bytes",
206 "futures-util",
207 "http",
208 "http-body",
209 "mime",
210 "rustversion",
211 "tower-layer",
212 "tower-service",
213]
214
215[[package]]
216name = "axum-macros"
217version = "0.3.8"
218source = "registry+https://github.com/rust-lang/crates.io-index"
219checksum = "cdca6a10ecad987bda04e95606ef85a5417dcaac1a78455242d72e031e2b6b62"
220dependencies = [
221 "heck",
222 "proc-macro2",
223 "quote",
224 "syn 2.0.39",
225]
226
227[[package]]
228name = "backtrace"
229version = "0.3.69"
230source = "registry+https://github.com/rust-lang/crates.io-index"
231checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"
232dependencies = [
233 "addr2line",
234 "cc",
235 "cfg-if",
236 "libc",
237 "miniz_oxide",
238 "object",
239 "rustc-demangle",
240]
241
242[[package]]
243name = "base64"
244version = "0.13.1"
245source = "registry+https://github.com/rust-lang/crates.io-index"
246checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
247
248[[package]]
249name = "base64"
250version = "0.21.5"
251source = "registry+https://github.com/rust-lang/crates.io-index"
252checksum = "35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9"
253
254[[package]]
255name = "bitflags"
256version = "1.3.2"
257source = "registry+https://github.com/rust-lang/crates.io-index"
258checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
259
260[[package]]
261name = "bitflags"
262version = "2.4.1"
263source = "registry+https://github.com/rust-lang/crates.io-index"
264checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07"
265
266[[package]]
267name = "block-buffer"
268version = "0.10.4"
269source = "registry+https://github.com/rust-lang/crates.io-index"
270checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
271dependencies = [
272 "generic-array",
273]
274
275[[package]]
276name = "bstr"
277version = "1.8.0"
278source = "registry+https://github.com/rust-lang/crates.io-index"
279checksum = "542f33a8835a0884b006a0c3df3dadd99c0c3f296ed26c2fdc8028e01ad6230c"
280dependencies = [
281 "memchr",
282 "serde",
283]
284
285[[package]]
286name = "bumpalo"
287version = "3.14.0"
288source = "registry+https://github.com/rust-lang/crates.io-index"
289checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec"
290
291[[package]]
292name = "bytes"
293version = "1.5.0"
294source = "registry+https://github.com/rust-lang/crates.io-index"
295checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
296
297[[package]]
298name = "cc"
299version = "1.0.83"
300source = "registry+https://github.com/rust-lang/crates.io-index"
301checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
302dependencies = [
303 "libc",
304]
305
306[[package]]
307name = "cfg-if"
308version = "1.0.0"
309source = "registry+https://github.com/rust-lang/crates.io-index"
310checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
311
312[[package]]
313name = "chrono"
314version = "0.4.31"
315source = "registry+https://github.com/rust-lang/crates.io-index"
316checksum = "7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38"
317dependencies = [
318 "android-tzdata",
319 "iana-time-zone",
320 "js-sys",
321 "num-traits",
322 "wasm-bindgen",
323 "windows-targets",
324]
325
326[[package]]
327name = "chrono-tz"
328version = "0.8.4"
329source = "registry+https://github.com/rust-lang/crates.io-index"
330checksum = "e23185c0e21df6ed832a12e2bda87c7d1def6842881fb634a8511ced741b0d76"
331dependencies = [
332 "chrono",
333 "chrono-tz-build",
334 "phf",
335]
336
337[[package]]
338name = "chrono-tz-build"
339version = "0.2.1"
340source = "registry+https://github.com/rust-lang/crates.io-index"
341checksum = "433e39f13c9a060046954e0592a8d0a4bcb1040125cbf91cb8ee58964cfb350f"
342dependencies = [
343 "parse-zoneinfo",
344 "phf",
345 "phf_codegen",
346]
347
348[[package]]
349name = "clap"
350version = "4.4.8"
351source = "registry+https://github.com/rust-lang/crates.io-index"
352checksum = "2275f18819641850fa26c89acc84d465c1bf91ce57bc2748b28c420473352f64"
353dependencies = [
354 "clap_builder",
355]
356
357[[package]]
358name = "clap_builder"
359version = "4.4.8"
360source = "registry+https://github.com/rust-lang/crates.io-index"
361checksum = "07cdf1b148b25c1e1f7a42225e30a0d99a615cd4637eae7365548dd4529b95bc"
362dependencies = [
363 "anstream",
364 "anstyle",
365 "clap_lex",
366 "strsim",
367]
368
369[[package]]
370name = "clap_lex"
371version = "0.6.0"
372source = "registry+https://github.com/rust-lang/crates.io-index"
373checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1"
374
375[[package]]
376name = "colorchoice"
377version = "1.0.0"
378source = "registry+https://github.com/rust-lang/crates.io-index"
379checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
380
381[[package]]
382name = "core-foundation"
383version = "0.9.3"
384source = "registry+https://github.com/rust-lang/crates.io-index"
385checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
386dependencies = [
387 "core-foundation-sys",
388 "libc",
389]
390
391[[package]]
392name = "core-foundation-sys"
393version = "0.8.4"
394source = "registry+https://github.com/rust-lang/crates.io-index"
395checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
396
397[[package]]
398name = "cpufeatures"
399version = "0.2.11"
400source = "registry+https://github.com/rust-lang/crates.io-index"
401checksum = "ce420fe07aecd3e67c5f910618fe65e94158f6dcc0adf44e00d69ce2bdfe0fd0"
402dependencies = [
403 "libc",
404]
405
406[[package]]
407name = "crypto-common"
408version = "0.1.6"
409source = "registry+https://github.com/rust-lang/crates.io-index"
410checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
411dependencies = [
412 "generic-array",
413 "typenum",
414]
415
416[[package]]
417name = "darling"
418version = "0.14.4"
419source = "registry+https://github.com/rust-lang/crates.io-index"
420checksum = "7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850"
421dependencies = [
422 "darling_core",
423 "darling_macro",
424]
425
426[[package]]
427name = "darling_core"
428version = "0.14.4"
429source = "registry+https://github.com/rust-lang/crates.io-index"
430checksum = "109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0"
431dependencies = [
432 "fnv",
433 "ident_case",
434 "proc-macro2",
435 "quote",
436 "strsim",
437 "syn 1.0.109",
438]
439
440[[package]]
441name = "darling_macro"
442version = "0.14.4"
443source = "registry+https://github.com/rust-lang/crates.io-index"
444checksum = "a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e"
445dependencies = [
446 "darling_core",
447 "quote",
448 "syn 1.0.109",
449]
450
451[[package]]
452name = "derive_builder"
453version = "0.12.0"
454source = "registry+https://github.com/rust-lang/crates.io-index"
455checksum = "8d67778784b508018359cbc8696edb3db78160bab2c2a28ba7f56ef6932997f8"
456dependencies = [
457 "derive_builder_macro",
458]
459
460[[package]]
461name = "derive_builder_core"
462version = "0.12.0"
463source = "registry+https://github.com/rust-lang/crates.io-index"
464checksum = "c11bdc11a0c47bc7d37d582b5285da6849c96681023680b906673c5707af7b0f"
465dependencies = [
466 "darling",
467 "proc-macro2",
468 "quote",
469 "syn 1.0.109",
470]
471
472[[package]]
473name = "derive_builder_macro"
474version = "0.12.0"
475source = "registry+https://github.com/rust-lang/crates.io-index"
476checksum = "ebcda35c7a396850a55ffeac740804b40ffec779b98fffbb1738f4033f0ee79e"
477dependencies = [
478 "derive_builder_core",
479 "syn 1.0.109",
480]
481
482[[package]]
483name = "deunicode"
484version = "1.4.1"
485source = "registry+https://github.com/rust-lang/crates.io-index"
486checksum = "6a1abaf4d861455be59f64fd2b55606cb151fce304ede7165f410243ce96bde6"
487
488[[package]]
489name = "digest"
490version = "0.10.7"
491source = "registry+https://github.com/rust-lang/crates.io-index"
492checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
493dependencies = [
494 "block-buffer",
495 "crypto-common",
496]
497
498[[package]]
499name = "dyn-clone"
500version = "1.0.16"
501source = "registry+https://github.com/rust-lang/crates.io-index"
502checksum = "545b22097d44f8a9581187cdf93de7a71e4722bf51200cfaba810865b49a495d"
503
504[[package]]
505name = "either"
506version = "1.9.0"
507source = "registry+https://github.com/rust-lang/crates.io-index"
508checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
509
510[[package]]
511name = "encoding_rs"
512version = "0.8.33"
513source = "registry+https://github.com/rust-lang/crates.io-index"
514checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1"
515dependencies = [
516 "cfg-if",
517]
518
519[[package]]
520name = "enum_delegate"
521version = "0.2.0"
522source = "registry+https://github.com/rust-lang/crates.io-index"
523checksum = "a8ea75f31022cba043afe037940d73684327e915f88f62478e778c3de914cd0a"
524dependencies = [
525 "enum_delegate_lib",
526 "proc-macro2",
527 "quote",
528 "syn 1.0.109",
529]
530
531[[package]]
532name = "enum_delegate_lib"
533version = "0.2.0"
534source = "registry+https://github.com/rust-lang/crates.io-index"
535checksum = "2e1f6c3800b304a6be0012039e2a45a322a093539c45ab818d9e6895a39c90fe"
536dependencies = [
537 "proc-macro2",
538 "quote",
539 "rand",
540 "syn 1.0.109",
541]
542
543[[package]]
544name = "env_logger"
545version = "0.10.1"
546source = "registry+https://github.com/rust-lang/crates.io-index"
547checksum = "95b3f3e67048839cb0d0781f445682a35113da7121f7c949db0e2be96a4fbece"
548dependencies = [
549 "humantime",
550 "is-terminal",
551 "log",
552 "regex",
553 "termcolor",
554]
555
556[[package]]
557name = "equivalent"
558version = "1.0.1"
559source = "registry+https://github.com/rust-lang/crates.io-index"
560checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
561
562[[package]]
563name = "errno"
564version = "0.3.7"
565source = "registry+https://github.com/rust-lang/crates.io-index"
566checksum = "f258a7194e7f7c2a7837a8913aeab7fd8c383457034fa20ce4dd3dcb813e8eb8"
567dependencies = [
568 "libc",
569 "windows-sys",
570]
571
572[[package]]
573name = "fastrand"
574version = "2.0.1"
575source = "registry+https://github.com/rust-lang/crates.io-index"
576checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
577
578[[package]]
579name = "fnv"
580version = "1.0.7"
581source = "registry+https://github.com/rust-lang/crates.io-index"
582checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
583
584[[package]]
585name = "foreign-types"
586version = "0.3.2"
587source = "registry+https://github.com/rust-lang/crates.io-index"
588checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
589dependencies = [
590 "foreign-types-shared",
591]
592
593[[package]]
594name = "foreign-types-shared"
595version = "0.1.1"
596source = "registry+https://github.com/rust-lang/crates.io-index"
597checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
598
599[[package]]
600name = "form_urlencoded"
601version = "1.2.0"
602source = "registry+https://github.com/rust-lang/crates.io-index"
603checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"
604dependencies = [
605 "percent-encoding",
606]
607
608[[package]]
609name = "futures-channel"
610version = "0.3.29"
611source = "registry+https://github.com/rust-lang/crates.io-index"
612checksum = "ff4dd66668b557604244583e3e1e1eada8c5c2e96a6d0d6653ede395b78bbacb"
613dependencies = [
614 "futures-core",
615]
616
617[[package]]
618name = "futures-core"
619version = "0.3.29"
620source = "registry+https://github.com/rust-lang/crates.io-index"
621checksum = "eb1d22c66e66d9d72e1758f0bd7d4fd0bee04cad842ee34587d68c07e45d088c"
622
623[[package]]
624name = "futures-io"
625version = "0.3.29"
626source = "registry+https://github.com/rust-lang/crates.io-index"
627checksum = "8bf34a163b5c4c52d0478a4d757da8fb65cabef42ba90515efee0f6f9fa45aaa"
628
629[[package]]
630name = "futures-macro"
631version = "0.3.29"
632source = "registry+https://github.com/rust-lang/crates.io-index"
633checksum = "53b153fd91e4b0147f4aced87be237c98248656bb01050b96bf3ee89220a8ddb"
634dependencies = [
635 "proc-macro2",
636 "quote",
637 "syn 2.0.39",
638]
639
640[[package]]
641name = "futures-sink"
642version = "0.3.29"
643source = "registry+https://github.com/rust-lang/crates.io-index"
644checksum = "e36d3378ee38c2a36ad710c5d30c2911d752cb941c00c72dbabfb786a7970817"
645
646[[package]]
647name = "futures-task"
648version = "0.3.29"
649source = "registry+https://github.com/rust-lang/crates.io-index"
650checksum = "efd193069b0ddadc69c46389b740bbccdd97203899b48d09c5f7969591d6bae2"
651
652[[package]]
653name = "futures-util"
654version = "0.3.29"
655source = "registry+https://github.com/rust-lang/crates.io-index"
656checksum = "a19526d624e703a3179b3d322efec918b6246ea0fa51d41124525f00f1cc8104"
657dependencies = [
658 "futures-core",
659 "futures-io",
660 "futures-macro",
661 "futures-sink",
662 "futures-task",
663 "memchr",
664 "pin-project-lite",
665 "pin-utils",
666 "slab",
667]
668
669[[package]]
670name = "generic-array"
671version = "0.14.7"
672source = "registry+https://github.com/rust-lang/crates.io-index"
673checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
674dependencies = [
675 "typenum",
676 "version_check",
677]
678
679[[package]]
680name = "getrandom"
681version = "0.2.11"
682source = "registry+https://github.com/rust-lang/crates.io-index"
683checksum = "fe9006bed769170c11f845cf00c7c1e9092aeb3f268e007c3e760ac68008070f"
684dependencies = [
685 "cfg-if",
686 "libc",
687 "wasi",
688]
689
690[[package]]
691name = "gimli"
692version = "0.28.0"
693source = "registry+https://github.com/rust-lang/crates.io-index"
694checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0"
695
696[[package]]
697name = "globset"
698version = "0.4.13"
699source = "registry+https://github.com/rust-lang/crates.io-index"
700checksum = "759c97c1e17c55525b57192c06a267cda0ac5210b222d6b82189a2338fa1c13d"
701dependencies = [
702 "aho-corasick",
703 "bstr",
704 "fnv",
705 "log",
706 "regex",
707]
708
709[[package]]
710name = "globwalk"
711version = "0.8.1"
712source = "registry+https://github.com/rust-lang/crates.io-index"
713checksum = "93e3af942408868f6934a7b85134a3230832b9977cf66125df2f9edcfce4ddcc"
714dependencies = [
715 "bitflags 1.3.2",
716 "ignore",
717 "walkdir",
718]
719
720[[package]]
721name = "h2"
722version = "0.3.22"
723source = "registry+https://github.com/rust-lang/crates.io-index"
724checksum = "4d6250322ef6e60f93f9a2162799302cd6f68f79f6e5d85c8c16f14d1d958178"
725dependencies = [
726 "bytes",
727 "fnv",
728 "futures-core",
729 "futures-sink",
730 "futures-util",
731 "http",
732 "indexmap",
733 "slab",
734 "tokio",
735 "tokio-util",
736 "tracing",
737]
738
739[[package]]
740name = "hashbrown"
741version = "0.14.2"
742source = "registry+https://github.com/rust-lang/crates.io-index"
743checksum = "f93e7192158dbcda357bdec5fb5788eebf8bbac027f3f33e719d29135ae84156"
744
745[[package]]
746name = "headers"
747version = "0.3.9"
748source = "registry+https://github.com/rust-lang/crates.io-index"
749checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
750dependencies = [
751 "base64 0.21.5",
752 "bytes",
753 "headers-core",
754 "http",
755 "httpdate",
756 "mime",
757 "sha1",
758]
759
760[[package]]
761name = "headers-core"
762version = "0.2.0"
763source = "registry+https://github.com/rust-lang/crates.io-index"
764checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
765dependencies = [
766 "http",
767]
768
769[[package]]
770name = "heck"
771version = "0.4.1"
772source = "registry+https://github.com/rust-lang/crates.io-index"
773checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
774
775[[package]]
776name = "hermit-abi"
777version = "0.3.3"
778source = "registry+https://github.com/rust-lang/crates.io-index"
779checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7"
780
781[[package]]
782name = "http"
783version = "0.2.11"
784source = "registry+https://github.com/rust-lang/crates.io-index"
785checksum = "8947b1a6fad4393052c7ba1f4cd97bed3e953a95c79c92ad9b051a04611d9fbb"
786dependencies = [
787 "bytes",
788 "fnv",
789 "itoa",
790]
791
792[[package]]
793name = "http-body"
794version = "0.4.5"
795source = "registry+https://github.com/rust-lang/crates.io-index"
796checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
797dependencies = [
798 "bytes",
799 "http",
800 "pin-project-lite",
801]
802
803[[package]]
804name = "http-signature-normalization"
805version = "0.7.0"
806source = "registry+https://github.com/rust-lang/crates.io-index"
807checksum = "b95e3149194de5f3f9d5225bcc6a8677979f8ff8ce39c85654730ad4824f101e"
808dependencies = [
809 "httpdate",
810]
811
812[[package]]
813name = "http-signature-normalization-reqwest"
814version = "0.8.0"
815source = "registry+https://github.com/rust-lang/crates.io-index"
816checksum = "3c382c69a07b21accae86298d520579403af6479b1cd1c389e3ee11f01d48627"
817dependencies = [
818 "base64 0.13.1",
819 "http-signature-normalization",
820 "httpdate",
821 "reqwest",
822 "reqwest-middleware",
823 "sha2",
824 "thiserror",
825 "tokio",
826]
827
828[[package]]
829name = "httparse"
830version = "1.8.0"
831source = "registry+https://github.com/rust-lang/crates.io-index"
832checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
833
834[[package]]
835name = "httpdate"
836version = "1.0.3"
837source = "registry+https://github.com/rust-lang/crates.io-index"
838checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
839
840[[package]]
841name = "humansize"
842version = "2.1.3"
843source = "registry+https://github.com/rust-lang/crates.io-index"
844checksum = "6cb51c9a029ddc91b07a787f1d86b53ccfa49b0e86688c946ebe8d3555685dd7"
845dependencies = [
846 "libm",
847]
848
849[[package]]
850name = "humantime"
851version = "2.1.0"
852source = "registry+https://github.com/rust-lang/crates.io-index"
853checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
854
855[[package]]
856name = "hyper"
857version = "0.14.27"
858source = "registry+https://github.com/rust-lang/crates.io-index"
859checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468"
860dependencies = [
861 "bytes",
862 "futures-channel",
863 "futures-core",
864 "futures-util",
865 "h2",
866 "http",
867 "http-body",
868 "httparse",
869 "httpdate",
870 "itoa",
871 "pin-project-lite",
872 "socket2 0.4.10",
873 "tokio",
874 "tower-service",
875 "tracing",
876 "want",
877]
878
879[[package]]
880name = "hyper-tls"
881version = "0.5.0"
882source = "registry+https://github.com/rust-lang/crates.io-index"
883checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
884dependencies = [
885 "bytes",
886 "hyper",
887 "native-tls",
888 "tokio",
889 "tokio-native-tls",
890]
891
892[[package]]
893name = "iana-time-zone"
894version = "0.1.58"
895source = "registry+https://github.com/rust-lang/crates.io-index"
896checksum = "8326b86b6cff230b97d0d312a6c40a60726df3332e721f72a1b035f451663b20"
897dependencies = [
898 "android_system_properties",
899 "core-foundation-sys",
900 "iana-time-zone-haiku",
901 "js-sys",
902 "wasm-bindgen",
903 "windows-core",
904]
905
906[[package]]
907name = "iana-time-zone-haiku"
908version = "0.1.2"
909source = "registry+https://github.com/rust-lang/crates.io-index"
910checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
911dependencies = [
912 "cc",
913]
914
915[[package]]
916name = "ident_case"
917version = "1.0.1"
918source = "registry+https://github.com/rust-lang/crates.io-index"
919checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
920
921[[package]]
922name = "idna"
923version = "0.4.0"
924source = "registry+https://github.com/rust-lang/crates.io-index"
925checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
926dependencies = [
927 "unicode-bidi",
928 "unicode-normalization",
929]
930
931[[package]]
932name = "ignore"
933version = "0.4.20"
934source = "registry+https://github.com/rust-lang/crates.io-index"
935checksum = "dbe7873dab538a9a44ad79ede1faf5f30d49f9a5c883ddbab48bce81b64b7492"
936dependencies = [
937 "globset",
938 "lazy_static",
939 "log",
940 "memchr",
941 "regex",
942 "same-file",
943 "thread_local",
944 "walkdir",
945 "winapi-util",
946]
947
948[[package]]
949name = "indexmap"
950version = "2.1.0"
951source = "registry+https://github.com/rust-lang/crates.io-index"
952checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f"
953dependencies = [
954 "equivalent",
955 "hashbrown",
956]
957
958[[package]]
959name = "ipnet"
960version = "2.9.0"
961source = "registry+https://github.com/rust-lang/crates.io-index"
962checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
963
964[[package]]
965name = "is-terminal"
966version = "0.4.9"
967source = "registry+https://github.com/rust-lang/crates.io-index"
968checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
969dependencies = [
970 "hermit-abi",
971 "rustix",
972 "windows-sys",
973]
974
975[[package]]
976name = "itertools"
977version = "0.10.5"
978source = "registry+https://github.com/rust-lang/crates.io-index"
979checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
980dependencies = [
981 "either",
982]
983
984[[package]]
985name = "itoa"
986version = "1.0.9"
987source = "registry+https://github.com/rust-lang/crates.io-index"
988checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
989
990[[package]]
991name = "js-sys"
992version = "0.3.65"
993source = "registry+https://github.com/rust-lang/crates.io-index"
994checksum = "54c0c35952f67de54bb584e9fd912b3023117cbafc0a77d8f3dee1fb5f572fe8"
995dependencies = [
996 "wasm-bindgen",
997]
998
999[[package]]
1000name = "lazy_static"
1001version = "1.4.0"
1002source = "registry+https://github.com/rust-lang/crates.io-index"
1003checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
1004
1005[[package]]
1006name = "libc"
1007version = "0.2.150"
1008source = "registry+https://github.com/rust-lang/crates.io-index"
1009checksum = "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c"
1010
1011[[package]]
1012name = "libm"
1013version = "0.2.8"
1014source = "registry+https://github.com/rust-lang/crates.io-index"
1015checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
1016
1017[[package]]
1018name = "linux-raw-sys"
1019version = "0.4.11"
1020source = "registry+https://github.com/rust-lang/crates.io-index"
1021checksum = "969488b55f8ac402214f3f5fd243ebb7206cf82de60d3172994707a4bcc2b829"
1022
1023[[package]]
1024name = "lock_api"
1025version = "0.4.11"
1026source = "registry+https://github.com/rust-lang/crates.io-index"
1027checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45"
1028dependencies = [
1029 "autocfg",
1030 "scopeguard",
1031]
1032
1033[[package]]
1034name = "log"
1035version = "0.4.20"
1036source = "registry+https://github.com/rust-lang/crates.io-index"
1037checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
1038
1039[[package]]
1040name = "matchit"
1041version = "0.7.3"
1042source = "registry+https://github.com/rust-lang/crates.io-index"
1043checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
1044
1045[[package]]
1046name = "memchr"
1047version = "2.6.4"
1048source = "registry+https://github.com/rust-lang/crates.io-index"
1049checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167"
1050
1051[[package]]
1052name = "mime"
1053version = "0.3.17"
1054source = "registry+https://github.com/rust-lang/crates.io-index"
1055checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
1056
1057[[package]]
1058name = "mime_guess"
1059version = "2.0.4"
1060source = "registry+https://github.com/rust-lang/crates.io-index"
1061checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
1062dependencies = [
1063 "mime",
1064 "unicase",
1065]
1066
1067[[package]]
1068name = "miniz_oxide"
1069version = "0.7.1"
1070source = "registry+https://github.com/rust-lang/crates.io-index"
1071checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
1072dependencies = [
1073 "adler",
1074]
1075
1076[[package]]
1077name = "mio"
1078version = "0.8.9"
1079source = "registry+https://github.com/rust-lang/crates.io-index"
1080checksum = "3dce281c5e46beae905d4de1870d8b1509a9142b62eedf18b443b011ca8343d0"
1081dependencies = [
1082 "libc",
1083 "wasi",
1084 "windows-sys",
1085]
1086
1087[[package]]
1088name = "native-tls"
1089version = "0.2.11"
1090source = "registry+https://github.com/rust-lang/crates.io-index"
1091checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
1092dependencies = [
1093 "lazy_static",
1094 "libc",
1095 "log",
1096 "openssl",
1097 "openssl-probe",
1098 "openssl-sys",
1099 "schannel",
1100 "security-framework",
1101 "security-framework-sys",
1102 "tempfile",
1103]
1104
1105[[package]]
1106name = "nu-ansi-term"
1107version = "0.46.0"
1108source = "registry+https://github.com/rust-lang/crates.io-index"
1109checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
1110dependencies = [
1111 "overload",
1112 "winapi",
1113]
1114
1115[[package]]
1116name = "num-traits"
1117version = "0.2.17"
1118source = "registry+https://github.com/rust-lang/crates.io-index"
1119checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c"
1120dependencies = [
1121 "autocfg",
1122]
1123
1124[[package]]
1125name = "num_cpus"
1126version = "1.16.0"
1127source = "registry+https://github.com/rust-lang/crates.io-index"
1128checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
1129dependencies = [
1130 "hermit-abi",
1131 "libc",
1132]
1133
1134[[package]]
1135name = "object"
1136version = "0.32.1"
1137source = "registry+https://github.com/rust-lang/crates.io-index"
1138checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0"
1139dependencies = [
1140 "memchr",
1141]
1142
1143[[package]]
1144name = "once_cell"
1145version = "1.18.0"
1146source = "registry+https://github.com/rust-lang/crates.io-index"
1147checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
1148
1149[[package]]
1150name = "openssl"
1151version = "0.10.59"
1152source = "registry+https://github.com/rust-lang/crates.io-index"
1153checksum = "7a257ad03cd8fb16ad4172fedf8094451e1af1c4b70097636ef2eac9a5f0cc33"
1154dependencies = [
1155 "bitflags 2.4.1",
1156 "cfg-if",
1157 "foreign-types",
1158 "libc",
1159 "once_cell",
1160 "openssl-macros",
1161 "openssl-sys",
1162]
1163
1164[[package]]
1165name = "openssl-macros"
1166version = "0.1.1"
1167source = "registry+https://github.com/rust-lang/crates.io-index"
1168checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
1169dependencies = [
1170 "proc-macro2",
1171 "quote",
1172 "syn 2.0.39",
1173]
1174
1175[[package]]
1176name = "openssl-probe"
1177version = "0.1.5"
1178source = "registry+https://github.com/rust-lang/crates.io-index"
1179checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
1180
1181[[package]]
1182name = "openssl-sys"
1183version = "0.9.95"
1184source = "registry+https://github.com/rust-lang/crates.io-index"
1185checksum = "40a4130519a360279579c2053038317e40eff64d13fd3f004f9e1b72b8a6aaf9"
1186dependencies = [
1187 "cc",
1188 "libc",
1189 "pkg-config",
1190 "vcpkg",
1191]
1192
1193[[package]]
1194name = "overload"
1195version = "0.1.1"
1196source = "registry+https://github.com/rust-lang/crates.io-index"
1197checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
1198
1199[[package]]
1200name = "parking_lot"
1201version = "0.12.1"
1202source = "registry+https://github.com/rust-lang/crates.io-index"
1203checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
1204dependencies = [
1205 "lock_api",
1206 "parking_lot_core",
1207]
1208
1209[[package]]
1210name = "parking_lot_core"
1211version = "0.9.9"
1212source = "registry+https://github.com/rust-lang/crates.io-index"
1213checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e"
1214dependencies = [
1215 "cfg-if",
1216 "libc",
1217 "redox_syscall",
1218 "smallvec",
1219 "windows-targets",
1220]
1221
1222[[package]]
1223name = "parse-zoneinfo"
1224version = "0.3.0"
1225source = "registry+https://github.com/rust-lang/crates.io-index"
1226checksum = "c705f256449c60da65e11ff6626e0c16a0a0b96aaa348de61376b249bc340f41"
1227dependencies = [
1228 "regex",
1229]
1230
1231[[package]]
1232name = "percent-encoding"
1233version = "2.3.0"
1234source = "registry+https://github.com/rust-lang/crates.io-index"
1235checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
1236
1237[[package]]
1238name = "pest"
1239version = "2.7.5"
1240source = "registry+https://github.com/rust-lang/crates.io-index"
1241checksum = "ae9cee2a55a544be8b89dc6848072af97a20f2422603c10865be2a42b580fff5"
1242dependencies = [
1243 "memchr",
1244 "thiserror",
1245 "ucd-trie",
1246]
1247
1248[[package]]
1249name = "pest_derive"
1250version = "2.7.5"
1251source = "registry+https://github.com/rust-lang/crates.io-index"
1252checksum = "81d78524685f5ef2a3b3bd1cafbc9fcabb036253d9b1463e726a91cd16e2dfc2"
1253dependencies = [
1254 "pest",
1255 "pest_generator",
1256]
1257
1258[[package]]
1259name = "pest_generator"
1260version = "2.7.5"
1261source = "registry+https://github.com/rust-lang/crates.io-index"
1262checksum = "68bd1206e71118b5356dae5ddc61c8b11e28b09ef6a31acbd15ea48a28e0c227"
1263dependencies = [
1264 "pest",
1265 "pest_meta",
1266 "proc-macro2",
1267 "quote",
1268 "syn 2.0.39",
1269]
1270
1271[[package]]
1272name = "pest_meta"
1273version = "2.7.5"
1274source = "registry+https://github.com/rust-lang/crates.io-index"
1275checksum = "7c747191d4ad9e4a4ab9c8798f1e82a39affe7ef9648390b7e5548d18e099de6"
1276dependencies = [
1277 "once_cell",
1278 "pest",
1279 "sha2",
1280]
1281
1282[[package]]
1283name = "phf"
1284version = "0.11.2"
1285source = "registry+https://github.com/rust-lang/crates.io-index"
1286checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
1287dependencies = [
1288 "phf_shared",
1289]
1290
1291[[package]]
1292name = "phf_codegen"
1293version = "0.11.2"
1294source = "registry+https://github.com/rust-lang/crates.io-index"
1295checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
1296dependencies = [
1297 "phf_generator",
1298 "phf_shared",
1299]
1300
1301[[package]]
1302name = "phf_generator"
1303version = "0.11.2"
1304source = "registry+https://github.com/rust-lang/crates.io-index"
1305checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
1306dependencies = [
1307 "phf_shared",
1308 "rand",
1309]
1310
1311[[package]]
1312name = "phf_shared"
1313version = "0.11.2"
1314source = "registry+https://github.com/rust-lang/crates.io-index"
1315checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
1316dependencies = [
1317 "siphasher",
1318]
1319
1320[[package]]
1321name = "pin-project"
1322version = "1.1.3"
1323source = "registry+https://github.com/rust-lang/crates.io-index"
1324checksum = "fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422"
1325dependencies = [
1326 "pin-project-internal",
1327]
1328
1329[[package]]
1330name = "pin-project-internal"
1331version = "1.1.3"
1332source = "registry+https://github.com/rust-lang/crates.io-index"
1333checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405"
1334dependencies = [
1335 "proc-macro2",
1336 "quote",
1337 "syn 2.0.39",
1338]
1339
1340[[package]]
1341name = "pin-project-lite"
1342version = "0.2.13"
1343source = "registry+https://github.com/rust-lang/crates.io-index"
1344checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
1345
1346[[package]]
1347name = "pin-utils"
1348version = "0.1.0"
1349source = "registry+https://github.com/rust-lang/crates.io-index"
1350checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1351
1352[[package]]
1353name = "ping-pong"
1354version = "0.1.0"
1355dependencies = [
1356 "activitypub_federation",
1357 "anyhow",
1358 "async-trait",
1359 "axum",
1360 "axum-macros",
1361 "chrono",
1362 "clap",
1363 "enum_delegate",
1364 "env_logger",
1365 "lazy_static",
1366 "rand",
1367 "serde",
1368 "tera",
1369 "tokio",
1370 "tracing",
1371 "tracing-subscriber",
1372 "url",
1373]
1374
1375[[package]]
1376name = "pkg-config"
1377version = "0.3.27"
1378source = "registry+https://github.com/rust-lang/crates.io-index"
1379checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
1380
1381[[package]]
1382name = "ppv-lite86"
1383version = "0.2.17"
1384source = "registry+https://github.com/rust-lang/crates.io-index"
1385checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
1386
1387[[package]]
1388name = "proc-macro2"
1389version = "1.0.69"
1390source = "registry+https://github.com/rust-lang/crates.io-index"
1391checksum = "134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da"
1392dependencies = [
1393 "unicode-ident",
1394]
1395
1396[[package]]
1397name = "quote"
1398version = "1.0.33"
1399source = "registry+https://github.com/rust-lang/crates.io-index"
1400checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
1401dependencies = [
1402 "proc-macro2",
1403]
1404
1405[[package]]
1406name = "rand"
1407version = "0.8.5"
1408source = "registry+https://github.com/rust-lang/crates.io-index"
1409checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
1410dependencies = [
1411 "libc",
1412 "rand_chacha",
1413 "rand_core",
1414]
1415
1416[[package]]
1417name = "rand_chacha"
1418version = "0.3.1"
1419source = "registry+https://github.com/rust-lang/crates.io-index"
1420checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
1421dependencies = [
1422 "ppv-lite86",
1423 "rand_core",
1424]
1425
1426[[package]]
1427name = "rand_core"
1428version = "0.6.4"
1429source = "registry+https://github.com/rust-lang/crates.io-index"
1430checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1431dependencies = [
1432 "getrandom",
1433]
1434
1435[[package]]
1436name = "redox_syscall"
1437version = "0.4.1"
1438source = "registry+https://github.com/rust-lang/crates.io-index"
1439checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
1440dependencies = [
1441 "bitflags 1.3.2",
1442]
1443
1444[[package]]
1445name = "regex"
1446version = "1.10.2"
1447source = "registry+https://github.com/rust-lang/crates.io-index"
1448checksum = "380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343"
1449dependencies = [
1450 "aho-corasick",
1451 "memchr",
1452 "regex-automata",
1453 "regex-syntax",
1454]
1455
1456[[package]]
1457name = "regex-automata"
1458version = "0.4.3"
1459source = "registry+https://github.com/rust-lang/crates.io-index"
1460checksum = "5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f"
1461dependencies = [
1462 "aho-corasick",
1463 "memchr",
1464 "regex-syntax",
1465]
1466
1467[[package]]
1468name = "regex-syntax"
1469version = "0.8.2"
1470source = "registry+https://github.com/rust-lang/crates.io-index"
1471checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
1472
1473[[package]]
1474name = "reqwest"
1475version = "0.11.22"
1476source = "registry+https://github.com/rust-lang/crates.io-index"
1477checksum = "046cd98826c46c2ac8ddecae268eb5c2e58628688a5fc7a2643704a73faba95b"
1478dependencies = [
1479 "base64 0.21.5",
1480 "bytes",
1481 "encoding_rs",
1482 "futures-core",
1483 "futures-util",
1484 "h2",
1485 "http",
1486 "http-body",
1487 "hyper",
1488 "hyper-tls",
1489 "ipnet",
1490 "js-sys",
1491 "log",
1492 "mime",
1493 "mime_guess",
1494 "native-tls",
1495 "once_cell",
1496 "percent-encoding",
1497 "pin-project-lite",
1498 "serde",
1499 "serde_json",
1500 "serde_urlencoded",
1501 "system-configuration",
1502 "tokio",
1503 "tokio-native-tls",
1504 "tokio-util",
1505 "tower-service",
1506 "url",
1507 "wasm-bindgen",
1508 "wasm-bindgen-futures",
1509 "wasm-streams",
1510 "web-sys",
1511 "winreg",
1512]
1513
1514[[package]]
1515name = "reqwest-middleware"
1516version = "0.2.4"
1517source = "registry+https://github.com/rust-lang/crates.io-index"
1518checksum = "88a3e86aa6053e59030e7ce2d2a3b258dd08fc2d337d52f73f6cb480f5858690"
1519dependencies = [
1520 "anyhow",
1521 "async-trait",
1522 "http",
1523 "reqwest",
1524 "serde",
1525 "task-local-extensions",
1526 "thiserror",
1527]
1528
1529[[package]]
1530name = "rustc-demangle"
1531version = "0.1.23"
1532source = "registry+https://github.com/rust-lang/crates.io-index"
1533checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
1534
1535[[package]]
1536name = "rustix"
1537version = "0.38.24"
1538source = "registry+https://github.com/rust-lang/crates.io-index"
1539checksum = "9ad981d6c340a49cdc40a1028d9c6084ec7e9fa33fcb839cab656a267071e234"
1540dependencies = [
1541 "bitflags 2.4.1",
1542 "errno",
1543 "libc",
1544 "linux-raw-sys",
1545 "windows-sys",
1546]
1547
1548[[package]]
1549name = "rustversion"
1550version = "1.0.14"
1551source = "registry+https://github.com/rust-lang/crates.io-index"
1552checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"
1553
1554[[package]]
1555name = "ryu"
1556version = "1.0.15"
1557source = "registry+https://github.com/rust-lang/crates.io-index"
1558checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
1559
1560[[package]]
1561name = "same-file"
1562version = "1.0.6"
1563source = "registry+https://github.com/rust-lang/crates.io-index"
1564checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
1565dependencies = [
1566 "winapi-util",
1567]
1568
1569[[package]]
1570name = "schannel"
1571version = "0.1.22"
1572source = "registry+https://github.com/rust-lang/crates.io-index"
1573checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88"
1574dependencies = [
1575 "windows-sys",
1576]
1577
1578[[package]]
1579name = "scopeguard"
1580version = "1.2.0"
1581source = "registry+https://github.com/rust-lang/crates.io-index"
1582checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
1583
1584[[package]]
1585name = "security-framework"
1586version = "2.9.2"
1587source = "registry+https://github.com/rust-lang/crates.io-index"
1588checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de"
1589dependencies = [
1590 "bitflags 1.3.2",
1591 "core-foundation",
1592 "core-foundation-sys",
1593 "libc",
1594 "security-framework-sys",
1595]
1596
1597[[package]]
1598name = "security-framework-sys"
1599version = "2.9.1"
1600source = "registry+https://github.com/rust-lang/crates.io-index"
1601checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a"
1602dependencies = [
1603 "core-foundation-sys",
1604 "libc",
1605]
1606
1607[[package]]
1608name = "serde"
1609version = "1.0.192"
1610source = "registry+https://github.com/rust-lang/crates.io-index"
1611checksum = "bca2a08484b285dcb282d0f67b26cadc0df8b19f8c12502c13d966bf9482f001"
1612dependencies = [
1613 "serde_derive",
1614]
1615
1616[[package]]
1617name = "serde_derive"
1618version = "1.0.192"
1619source = "registry+https://github.com/rust-lang/crates.io-index"
1620checksum = "d6c7207fbec9faa48073f3e3074cbe553af6ea512d7c21ba46e434e70ea9fbc1"
1621dependencies = [
1622 "proc-macro2",
1623 "quote",
1624 "syn 2.0.39",
1625]
1626
1627[[package]]
1628name = "serde_json"
1629version = "1.0.108"
1630source = "registry+https://github.com/rust-lang/crates.io-index"
1631checksum = "3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b"
1632dependencies = [
1633 "indexmap",
1634 "itoa",
1635 "ryu",
1636 "serde",
1637]
1638
1639[[package]]
1640name = "serde_path_to_error"
1641version = "0.1.14"
1642source = "registry+https://github.com/rust-lang/crates.io-index"
1643checksum = "4beec8bce849d58d06238cb50db2e1c417cfeafa4c63f692b15c82b7c80f8335"
1644dependencies = [
1645 "itoa",
1646 "serde",
1647]
1648
1649[[package]]
1650name = "serde_urlencoded"
1651version = "0.7.1"
1652source = "registry+https://github.com/rust-lang/crates.io-index"
1653checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
1654dependencies = [
1655 "form_urlencoded",
1656 "itoa",
1657 "ryu",
1658 "serde",
1659]
1660
1661[[package]]
1662name = "sha1"
1663version = "0.10.6"
1664source = "registry+https://github.com/rust-lang/crates.io-index"
1665checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
1666dependencies = [
1667 "cfg-if",
1668 "cpufeatures",
1669 "digest",
1670]
1671
1672[[package]]
1673name = "sha2"
1674version = "0.10.8"
1675source = "registry+https://github.com/rust-lang/crates.io-index"
1676checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
1677dependencies = [
1678 "cfg-if",
1679 "cpufeatures",
1680 "digest",
1681]
1682
1683[[package]]
1684name = "sharded-slab"
1685version = "0.1.7"
1686source = "registry+https://github.com/rust-lang/crates.io-index"
1687checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
1688dependencies = [
1689 "lazy_static",
1690]
1691
1692[[package]]
1693name = "signal-hook-registry"
1694version = "1.4.1"
1695source = "registry+https://github.com/rust-lang/crates.io-index"
1696checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
1697dependencies = [
1698 "libc",
1699]
1700
1701[[package]]
1702name = "siphasher"
1703version = "0.3.11"
1704source = "registry+https://github.com/rust-lang/crates.io-index"
1705checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
1706
1707[[package]]
1708name = "slab"
1709version = "0.4.9"
1710source = "registry+https://github.com/rust-lang/crates.io-index"
1711checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
1712dependencies = [
1713 "autocfg",
1714]
1715
1716[[package]]
1717name = "slug"
1718version = "0.1.5"
1719source = "registry+https://github.com/rust-lang/crates.io-index"
1720checksum = "3bd94acec9c8da640005f8e135a39fc0372e74535e6b368b7a04b875f784c8c4"
1721dependencies = [
1722 "deunicode",
1723 "wasm-bindgen",
1724]
1725
1726[[package]]
1727name = "smallvec"
1728version = "1.11.2"
1729source = "registry+https://github.com/rust-lang/crates.io-index"
1730checksum = "4dccd0940a2dcdf68d092b8cbab7dc0ad8fa938bf95787e1b916b0e3d0e8e970"
1731
1732[[package]]
1733name = "socket2"
1734version = "0.4.10"
1735source = "registry+https://github.com/rust-lang/crates.io-index"
1736checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
1737dependencies = [
1738 "libc",
1739 "winapi",
1740]
1741
1742[[package]]
1743name = "socket2"
1744version = "0.5.5"
1745source = "registry+https://github.com/rust-lang/crates.io-index"
1746checksum = "7b5fac59a5cb5dd637972e5fca70daf0523c9067fcdc4842f053dae04a18f8e9"
1747dependencies = [
1748 "libc",
1749 "windows-sys",
1750]
1751
1752[[package]]
1753name = "strsim"
1754version = "0.10.0"
1755source = "registry+https://github.com/rust-lang/crates.io-index"
1756checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
1757
1758[[package]]
1759name = "syn"
1760version = "1.0.109"
1761source = "registry+https://github.com/rust-lang/crates.io-index"
1762checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
1763dependencies = [
1764 "proc-macro2",
1765 "quote",
1766 "unicode-ident",
1767]
1768
1769[[package]]
1770name = "syn"
1771version = "2.0.39"
1772source = "registry+https://github.com/rust-lang/crates.io-index"
1773checksum = "23e78b90f2fcf45d3e842032ce32e3f2d1545ba6636271dcbf24fa306d87be7a"
1774dependencies = [
1775 "proc-macro2",
1776 "quote",
1777 "unicode-ident",
1778]
1779
1780[[package]]
1781name = "sync_wrapper"
1782version = "0.1.2"
1783source = "registry+https://github.com/rust-lang/crates.io-index"
1784checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
1785
1786[[package]]
1787name = "system-configuration"
1788version = "0.5.1"
1789source = "registry+https://github.com/rust-lang/crates.io-index"
1790checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
1791dependencies = [
1792 "bitflags 1.3.2",
1793 "core-foundation",
1794 "system-configuration-sys",
1795]
1796
1797[[package]]
1798name = "system-configuration-sys"
1799version = "0.5.0"
1800source = "registry+https://github.com/rust-lang/crates.io-index"
1801checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
1802dependencies = [
1803 "core-foundation-sys",
1804 "libc",
1805]
1806
1807[[package]]
1808name = "task-local-extensions"
1809version = "0.1.4"
1810source = "registry+https://github.com/rust-lang/crates.io-index"
1811checksum = "ba323866e5d033818e3240feeb9f7db2c4296674e4d9e16b97b7bf8f490434e8"
1812dependencies = [
1813 "pin-utils",
1814]
1815
1816[[package]]
1817name = "tempfile"
1818version = "3.8.1"
1819source = "registry+https://github.com/rust-lang/crates.io-index"
1820checksum = "7ef1adac450ad7f4b3c28589471ade84f25f731a7a0fe30d71dfa9f60fd808e5"
1821dependencies = [
1822 "cfg-if",
1823 "fastrand",
1824 "redox_syscall",
1825 "rustix",
1826 "windows-sys",
1827]
1828
1829[[package]]
1830name = "tera"
1831version = "1.19.1"
1832source = "registry+https://github.com/rust-lang/crates.io-index"
1833checksum = "970dff17c11e884a4a09bc76e3a17ef71e01bb13447a11e85226e254fe6d10b8"
1834dependencies = [
1835 "chrono",
1836 "chrono-tz",
1837 "globwalk",
1838 "humansize",
1839 "lazy_static",
1840 "percent-encoding",
1841 "pest",
1842 "pest_derive",
1843 "rand",
1844 "regex",
1845 "serde",
1846 "serde_json",
1847 "slug",
1848 "unic-segment",
1849]
1850
1851[[package]]
1852name = "termcolor"
1853version = "1.4.0"
1854source = "registry+https://github.com/rust-lang/crates.io-index"
1855checksum = "ff1bc3d3f05aff0403e8ac0d92ced918ec05b666a43f83297ccef5bea8a3d449"
1856dependencies = [
1857 "winapi-util",
1858]
1859
1860[[package]]
1861name = "thiserror"
1862version = "1.0.50"
1863source = "registry+https://github.com/rust-lang/crates.io-index"
1864checksum = "f9a7210f5c9a7156bb50aa36aed4c95afb51df0df00713949448cf9e97d382d2"
1865dependencies = [
1866 "thiserror-impl",
1867]
1868
1869[[package]]
1870name = "thiserror-impl"
1871version = "1.0.50"
1872source = "registry+https://github.com/rust-lang/crates.io-index"
1873checksum = "266b2e40bc00e5a6c09c3584011e08b06f123c00362c92b975ba9843aaaa14b8"
1874dependencies = [
1875 "proc-macro2",
1876 "quote",
1877 "syn 2.0.39",
1878]
1879
1880[[package]]
1881name = "thread_local"
1882version = "1.1.7"
1883source = "registry+https://github.com/rust-lang/crates.io-index"
1884checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
1885dependencies = [
1886 "cfg-if",
1887 "once_cell",
1888]
1889
1890[[package]]
1891name = "tinyvec"
1892version = "1.6.0"
1893source = "registry+https://github.com/rust-lang/crates.io-index"
1894checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
1895dependencies = [
1896 "tinyvec_macros",
1897]
1898
1899[[package]]
1900name = "tinyvec_macros"
1901version = "0.1.1"
1902source = "registry+https://github.com/rust-lang/crates.io-index"
1903checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
1904
1905[[package]]
1906name = "tokio"
1907version = "1.34.0"
1908source = "registry+https://github.com/rust-lang/crates.io-index"
1909checksum = "d0c014766411e834f7af5b8f4cf46257aab4036ca95e9d2c144a10f59ad6f5b9"
1910dependencies = [
1911 "backtrace",
1912 "bytes",
1913 "libc",
1914 "mio",
1915 "num_cpus",
1916 "parking_lot",
1917 "pin-project-lite",
1918 "signal-hook-registry",
1919 "socket2 0.5.5",
1920 "tokio-macros",
1921 "windows-sys",
1922]
1923
1924[[package]]
1925name = "tokio-macros"
1926version = "2.2.0"
1927source = "registry+https://github.com/rust-lang/crates.io-index"
1928checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b"
1929dependencies = [
1930 "proc-macro2",
1931 "quote",
1932 "syn 2.0.39",
1933]
1934
1935[[package]]
1936name = "tokio-native-tls"
1937version = "0.3.1"
1938source = "registry+https://github.com/rust-lang/crates.io-index"
1939checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
1940dependencies = [
1941 "native-tls",
1942 "tokio",
1943]
1944
1945[[package]]
1946name = "tokio-util"
1947version = "0.7.10"
1948source = "registry+https://github.com/rust-lang/crates.io-index"
1949checksum = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15"
1950dependencies = [
1951 "bytes",
1952 "futures-core",
1953 "futures-sink",
1954 "pin-project-lite",
1955 "tokio",
1956 "tracing",
1957]
1958
1959[[package]]
1960name = "tower"
1961version = "0.4.13"
1962source = "registry+https://github.com/rust-lang/crates.io-index"
1963checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
1964dependencies = [
1965 "futures-core",
1966 "futures-util",
1967 "pin-project",
1968 "pin-project-lite",
1969 "tokio",
1970 "tower-layer",
1971 "tower-service",
1972 "tracing",
1973]
1974
1975[[package]]
1976name = "tower-layer"
1977version = "0.3.2"
1978source = "registry+https://github.com/rust-lang/crates.io-index"
1979checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
1980
1981[[package]]
1982name = "tower-service"
1983version = "0.3.2"
1984source = "registry+https://github.com/rust-lang/crates.io-index"
1985checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
1986
1987[[package]]
1988name = "tracing"
1989version = "0.1.40"
1990source = "registry+https://github.com/rust-lang/crates.io-index"
1991checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
1992dependencies = [
1993 "log",
1994 "pin-project-lite",
1995 "tracing-attributes",
1996 "tracing-core",
1997]
1998
1999[[package]]
2000name = "tracing-attributes"
2001version = "0.1.27"
2002source = "registry+https://github.com/rust-lang/crates.io-index"
2003checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
2004dependencies = [
2005 "proc-macro2",
2006 "quote",
2007 "syn 2.0.39",
2008]
2009
2010[[package]]
2011name = "tracing-core"
2012version = "0.1.32"
2013source = "registry+https://github.com/rust-lang/crates.io-index"
2014checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
2015dependencies = [
2016 "once_cell",
2017 "valuable",
2018]
2019
2020[[package]]
2021name = "tracing-log"
2022version = "0.2.0"
2023source = "registry+https://github.com/rust-lang/crates.io-index"
2024checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
2025dependencies = [
2026 "log",
2027 "once_cell",
2028 "tracing-core",
2029]
2030
2031[[package]]
2032name = "tracing-subscriber"
2033version = "0.3.18"
2034source = "registry+https://github.com/rust-lang/crates.io-index"
2035checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
2036dependencies = [
2037 "nu-ansi-term",
2038 "sharded-slab",
2039 "smallvec",
2040 "thread_local",
2041 "tracing-core",
2042 "tracing-log",
2043]
2044
2045[[package]]
2046name = "try-lock"
2047version = "0.2.4"
2048source = "registry+https://github.com/rust-lang/crates.io-index"
2049checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
2050
2051[[package]]
2052name = "typenum"
2053version = "1.17.0"
2054source = "registry+https://github.com/rust-lang/crates.io-index"
2055checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
2056
2057[[package]]
2058name = "ucd-trie"
2059version = "0.1.6"
2060source = "registry+https://github.com/rust-lang/crates.io-index"
2061checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9"
2062
2063[[package]]
2064name = "unic-char-property"
2065version = "0.9.0"
2066source = "registry+https://github.com/rust-lang/crates.io-index"
2067checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221"
2068dependencies = [
2069 "unic-char-range",
2070]
2071
2072[[package]]
2073name = "unic-char-range"
2074version = "0.9.0"
2075source = "registry+https://github.com/rust-lang/crates.io-index"
2076checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc"
2077
2078[[package]]
2079name = "unic-common"
2080version = "0.9.0"
2081source = "registry+https://github.com/rust-lang/crates.io-index"
2082checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc"
2083
2084[[package]]
2085name = "unic-segment"
2086version = "0.9.0"
2087source = "registry+https://github.com/rust-lang/crates.io-index"
2088checksum = "e4ed5d26be57f84f176157270c112ef57b86debac9cd21daaabbe56db0f88f23"
2089dependencies = [
2090 "unic-ucd-segment",
2091]
2092
2093[[package]]
2094name = "unic-ucd-segment"
2095version = "0.9.0"
2096source = "registry+https://github.com/rust-lang/crates.io-index"
2097checksum = "2079c122a62205b421f499da10f3ee0f7697f012f55b675e002483c73ea34700"
2098dependencies = [
2099 "unic-char-property",
2100 "unic-char-range",
2101 "unic-ucd-version",
2102]
2103
2104[[package]]
2105name = "unic-ucd-version"
2106version = "0.9.0"
2107source = "registry+https://github.com/rust-lang/crates.io-index"
2108checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4"
2109dependencies = [
2110 "unic-common",
2111]
2112
2113[[package]]
2114name = "unicase"
2115version = "2.7.0"
2116source = "registry+https://github.com/rust-lang/crates.io-index"
2117checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
2118dependencies = [
2119 "version_check",
2120]
2121
2122[[package]]
2123name = "unicode-bidi"
2124version = "0.3.13"
2125source = "registry+https://github.com/rust-lang/crates.io-index"
2126checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
2127
2128[[package]]
2129name = "unicode-ident"
2130version = "1.0.12"
2131source = "registry+https://github.com/rust-lang/crates.io-index"
2132checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
2133
2134[[package]]
2135name = "unicode-normalization"
2136version = "0.1.22"
2137source = "registry+https://github.com/rust-lang/crates.io-index"
2138checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
2139dependencies = [
2140 "tinyvec",
2141]
2142
2143[[package]]
2144name = "url"
2145version = "2.4.1"
2146source = "registry+https://github.com/rust-lang/crates.io-index"
2147checksum = "143b538f18257fac9cad154828a57c6bf5157e1aa604d4816b5995bf6de87ae5"
2148dependencies = [
2149 "form_urlencoded",
2150 "idna",
2151 "percent-encoding",
2152 "serde",
2153]
2154
2155[[package]]
2156name = "utf8parse"
2157version = "0.2.1"
2158source = "registry+https://github.com/rust-lang/crates.io-index"
2159checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
2160
2161[[package]]
2162name = "valuable"
2163version = "0.1.0"
2164source = "registry+https://github.com/rust-lang/crates.io-index"
2165checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
2166
2167[[package]]
2168name = "vcpkg"
2169version = "0.2.15"
2170source = "registry+https://github.com/rust-lang/crates.io-index"
2171checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
2172
2173[[package]]
2174name = "version_check"
2175version = "0.9.4"
2176source = "registry+https://github.com/rust-lang/crates.io-index"
2177checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
2178
2179[[package]]
2180name = "walkdir"
2181version = "2.4.0"
2182source = "registry+https://github.com/rust-lang/crates.io-index"
2183checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee"
2184dependencies = [
2185 "same-file",
2186 "winapi-util",
2187]
2188
2189[[package]]
2190name = "want"
2191version = "0.3.1"
2192source = "registry+https://github.com/rust-lang/crates.io-index"
2193checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
2194dependencies = [
2195 "try-lock",
2196]
2197
2198[[package]]
2199name = "wasi"
2200version = "0.11.0+wasi-snapshot-preview1"
2201source = "registry+https://github.com/rust-lang/crates.io-index"
2202checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2203
2204[[package]]
2205name = "wasm-bindgen"
2206version = "0.2.88"
2207source = "registry+https://github.com/rust-lang/crates.io-index"
2208checksum = "7daec296f25a1bae309c0cd5c29c4b260e510e6d813c286b19eaadf409d40fce"
2209dependencies = [
2210 "cfg-if",
2211 "wasm-bindgen-macro",
2212]
2213
2214[[package]]
2215name = "wasm-bindgen-backend"
2216version = "0.2.88"
2217source = "registry+https://github.com/rust-lang/crates.io-index"
2218checksum = "e397f4664c0e4e428e8313a469aaa58310d302159845980fd23b0f22a847f217"
2219dependencies = [
2220 "bumpalo",
2221 "log",
2222 "once_cell",
2223 "proc-macro2",
2224 "quote",
2225 "syn 2.0.39",
2226 "wasm-bindgen-shared",
2227]
2228
2229[[package]]
2230name = "wasm-bindgen-futures"
2231version = "0.4.38"
2232source = "registry+https://github.com/rust-lang/crates.io-index"
2233checksum = "9afec9963e3d0994cac82455b2b3502b81a7f40f9a0d32181f7528d9f4b43e02"
2234dependencies = [
2235 "cfg-if",
2236 "js-sys",
2237 "wasm-bindgen",
2238 "web-sys",
2239]
2240
2241[[package]]
2242name = "wasm-bindgen-macro"
2243version = "0.2.88"
2244source = "registry+https://github.com/rust-lang/crates.io-index"
2245checksum = "5961017b3b08ad5f3fe39f1e79877f8ee7c23c5e5fd5eb80de95abc41f1f16b2"
2246dependencies = [
2247 "quote",
2248 "wasm-bindgen-macro-support",
2249]
2250
2251[[package]]
2252name = "wasm-bindgen-macro-support"
2253version = "0.2.88"
2254source = "registry+https://github.com/rust-lang/crates.io-index"
2255checksum = "c5353b8dab669f5e10f5bd76df26a9360c748f054f862ff5f3f8aae0c7fb3907"
2256dependencies = [
2257 "proc-macro2",
2258 "quote",
2259 "syn 2.0.39",
2260 "wasm-bindgen-backend",
2261 "wasm-bindgen-shared",
2262]
2263
2264[[package]]
2265name = "wasm-bindgen-shared"
2266version = "0.2.88"
2267source = "registry+https://github.com/rust-lang/crates.io-index"
2268checksum = "0d046c5d029ba91a1ed14da14dca44b68bf2f124cfbaf741c54151fdb3e0750b"
2269
2270[[package]]
2271name = "wasm-streams"
2272version = "0.3.0"
2273source = "registry+https://github.com/rust-lang/crates.io-index"
2274checksum = "b4609d447824375f43e1ffbc051b50ad8f4b3ae8219680c94452ea05eb240ac7"
2275dependencies = [
2276 "futures-util",
2277 "js-sys",
2278 "wasm-bindgen",
2279 "wasm-bindgen-futures",
2280 "web-sys",
2281]
2282
2283[[package]]
2284name = "web-sys"
2285version = "0.3.65"
2286source = "registry+https://github.com/rust-lang/crates.io-index"
2287checksum = "5db499c5f66323272151db0e666cd34f78617522fb0c1604d31a27c50c206a85"
2288dependencies = [
2289 "js-sys",
2290 "wasm-bindgen",
2291]
2292
2293[[package]]
2294name = "winapi"
2295version = "0.3.9"
2296source = "registry+https://github.com/rust-lang/crates.io-index"
2297checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2298dependencies = [
2299 "winapi-i686-pc-windows-gnu",
2300 "winapi-x86_64-pc-windows-gnu",
2301]
2302
2303[[package]]
2304name = "winapi-i686-pc-windows-gnu"
2305version = "0.4.0"
2306source = "registry+https://github.com/rust-lang/crates.io-index"
2307checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2308
2309[[package]]
2310name = "winapi-util"
2311version = "0.1.6"
2312source = "registry+https://github.com/rust-lang/crates.io-index"
2313checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
2314dependencies = [
2315 "winapi",
2316]
2317
2318[[package]]
2319name = "winapi-x86_64-pc-windows-gnu"
2320version = "0.4.0"
2321source = "registry+https://github.com/rust-lang/crates.io-index"
2322checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2323
2324[[package]]
2325name = "windows-core"
2326version = "0.51.1"
2327source = "registry+https://github.com/rust-lang/crates.io-index"
2328checksum = "f1f8cf84f35d2db49a46868f947758c7a1138116f7fac3bc844f43ade1292e64"
2329dependencies = [
2330 "windows-targets",
2331]
2332
2333[[package]]
2334name = "windows-sys"
2335version = "0.48.0"
2336source = "registry+https://github.com/rust-lang/crates.io-index"
2337checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
2338dependencies = [
2339 "windows-targets",
2340]
2341
2342[[package]]
2343name = "windows-targets"
2344version = "0.48.5"
2345source = "registry+https://github.com/rust-lang/crates.io-index"
2346checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
2347dependencies = [
2348 "windows_aarch64_gnullvm",
2349 "windows_aarch64_msvc",
2350 "windows_i686_gnu",
2351 "windows_i686_msvc",
2352 "windows_x86_64_gnu",
2353 "windows_x86_64_gnullvm",
2354 "windows_x86_64_msvc",
2355]
2356
2357[[package]]
2358name = "windows_aarch64_gnullvm"
2359version = "0.48.5"
2360source = "registry+https://github.com/rust-lang/crates.io-index"
2361checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
2362
2363[[package]]
2364name = "windows_aarch64_msvc"
2365version = "0.48.5"
2366source = "registry+https://github.com/rust-lang/crates.io-index"
2367checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
2368
2369[[package]]
2370name = "windows_i686_gnu"
2371version = "0.48.5"
2372source = "registry+https://github.com/rust-lang/crates.io-index"
2373checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
2374
2375[[package]]
2376name = "windows_i686_msvc"
2377version = "0.48.5"
2378source = "registry+https://github.com/rust-lang/crates.io-index"
2379checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
2380
2381[[package]]
2382name = "windows_x86_64_gnu"
2383version = "0.48.5"
2384source = "registry+https://github.com/rust-lang/crates.io-index"
2385checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
2386
2387[[package]]
2388name = "windows_x86_64_gnullvm"
2389version = "0.48.5"
2390source = "registry+https://github.com/rust-lang/crates.io-index"
2391checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
2392
2393[[package]]
2394name = "windows_x86_64_msvc"
2395version = "0.48.5"
2396source = "registry+https://github.com/rust-lang/crates.io-index"
2397checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
2398
2399[[package]]
2400name = "winreg"
2401version = "0.50.0"
2402source = "registry+https://github.com/rust-lang/crates.io-index"
2403checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
2404dependencies = [
2405 "cfg-if",
2406 "windows-sys",
2407]