♻️ Simple & Efficient Gemini-to-HTTP Proxy
fuwn.net
proxy
gemini-protocol
protocol
gemini
http
rust
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "actix-codec"
7version = "0.5.2"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "5f7b0a21988c1bf877cf4759ef5ddaac04c1c9fe808c9142ecb78ba97d97a28a"
10dependencies = [
11 "bitflags",
12 "bytes",
13 "futures-core",
14 "futures-sink",
15 "memchr",
16 "pin-project-lite",
17 "tokio",
18 "tokio-util",
19 "tracing",
20]
21
22[[package]]
23name = "actix-http"
24version = "3.11.2"
25source = "registry+https://github.com/rust-lang/crates.io-index"
26checksum = "7926860314cbe2fb5d1f13731e387ab43bd32bca224e82e6e2db85de0a3dba49"
27dependencies = [
28 "actix-codec",
29 "actix-rt",
30 "actix-service",
31 "actix-utils",
32 "base64",
33 "bitflags",
34 "brotli",
35 "bytes",
36 "bytestring",
37 "derive_more",
38 "encoding_rs",
39 "flate2",
40 "foldhash",
41 "futures-core",
42 "h2",
43 "http",
44 "httparse",
45 "httpdate",
46 "itoa",
47 "language-tags",
48 "local-channel",
49 "mime",
50 "percent-encoding",
51 "pin-project-lite",
52 "rand",
53 "sha1",
54 "smallvec",
55 "tokio",
56 "tokio-util",
57 "tracing",
58 "zstd",
59]
60
61[[package]]
62name = "actix-macros"
63version = "0.2.4"
64source = "registry+https://github.com/rust-lang/crates.io-index"
65checksum = "e01ed3140b2f8d422c68afa1ed2e85d996ea619c988ac834d255db32138655cb"
66dependencies = [
67 "quote",
68 "syn",
69]
70
71[[package]]
72name = "actix-router"
73version = "0.5.3"
74source = "registry+https://github.com/rust-lang/crates.io-index"
75checksum = "13d324164c51f63867b57e73ba5936ea151b8a41a1d23d1031eeb9f70d0236f8"
76dependencies = [
77 "bytestring",
78 "cfg-if",
79 "http",
80 "regex",
81 "regex-lite",
82 "serde",
83 "tracing",
84]
85
86[[package]]
87name = "actix-rt"
88version = "2.11.0"
89source = "registry+https://github.com/rust-lang/crates.io-index"
90checksum = "92589714878ca59a7626ea19734f0e07a6a875197eec751bb5d3f99e64998c63"
91dependencies = [
92 "futures-core",
93 "tokio",
94]
95
96[[package]]
97name = "actix-server"
98version = "2.6.0"
99source = "registry+https://github.com/rust-lang/crates.io-index"
100checksum = "a65064ea4a457eaf07f2fba30b4c695bf43b721790e9530d26cb6f9019ff7502"
101dependencies = [
102 "actix-rt",
103 "actix-service",
104 "actix-utils",
105 "futures-core",
106 "futures-util",
107 "mio",
108 "socket2 0.5.10",
109 "tokio",
110 "tracing",
111]
112
113[[package]]
114name = "actix-service"
115version = "2.0.3"
116source = "registry+https://github.com/rust-lang/crates.io-index"
117checksum = "9e46f36bf0e5af44bdc4bdb36fbbd421aa98c79a9bce724e1edeb3894e10dc7f"
118dependencies = [
119 "futures-core",
120 "pin-project-lite",
121]
122
123[[package]]
124name = "actix-utils"
125version = "3.0.1"
126source = "registry+https://github.com/rust-lang/crates.io-index"
127checksum = "88a1dcdff1466e3c2488e1cb5c36a71822750ad43839937f85d2f4d9f8b705d8"
128dependencies = [
129 "local-waker",
130 "pin-project-lite",
131]
132
133[[package]]
134name = "actix-web"
135version = "4.12.1"
136source = "registry+https://github.com/rust-lang/crates.io-index"
137checksum = "1654a77ba142e37f049637a3e5685f864514af11fcbc51cb51eb6596afe5b8d6"
138dependencies = [
139 "actix-codec",
140 "actix-http",
141 "actix-macros",
142 "actix-router",
143 "actix-rt",
144 "actix-server",
145 "actix-service",
146 "actix-utils",
147 "actix-web-codegen",
148 "bytes",
149 "bytestring",
150 "cfg-if",
151 "cookie",
152 "derive_more",
153 "encoding_rs",
154 "foldhash",
155 "futures-core",
156 "futures-util",
157 "impl-more",
158 "itoa",
159 "language-tags",
160 "log",
161 "mime",
162 "once_cell",
163 "pin-project-lite",
164 "regex",
165 "regex-lite",
166 "serde",
167 "serde_json",
168 "serde_urlencoded",
169 "smallvec",
170 "socket2 0.6.1",
171 "time",
172 "tracing",
173 "url",
174]
175
176[[package]]
177name = "actix-web-codegen"
178version = "4.3.0"
179source = "registry+https://github.com/rust-lang/crates.io-index"
180checksum = "f591380e2e68490b5dfaf1dd1aa0ebe78d84ba7067078512b4ea6e4492d622b8"
181dependencies = [
182 "actix-router",
183 "proc-macro2",
184 "quote",
185 "syn",
186]
187
188[[package]]
189name = "adler2"
190version = "2.0.1"
191source = "registry+https://github.com/rust-lang/crates.io-index"
192checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
193
194[[package]]
195name = "aho-corasick"
196version = "1.1.4"
197source = "registry+https://github.com/rust-lang/crates.io-index"
198checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
199dependencies = [
200 "memchr",
201]
202
203[[package]]
204name = "alloc-no-stdlib"
205version = "2.0.4"
206source = "registry+https://github.com/rust-lang/crates.io-index"
207checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
208
209[[package]]
210name = "alloc-stdlib"
211version = "0.2.2"
212source = "registry+https://github.com/rust-lang/crates.io-index"
213checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
214dependencies = [
215 "alloc-no-stdlib",
216]
217
218[[package]]
219name = "anyhow"
220version = "1.0.100"
221source = "registry+https://github.com/rust-lang/crates.io-index"
222checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
223
224[[package]]
225name = "base64"
226version = "0.22.1"
227source = "registry+https://github.com/rust-lang/crates.io-index"
228checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
229
230[[package]]
231name = "bitflags"
232version = "2.10.0"
233source = "registry+https://github.com/rust-lang/crates.io-index"
234checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
235
236[[package]]
237name = "block-buffer"
238version = "0.10.4"
239source = "registry+https://github.com/rust-lang/crates.io-index"
240checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
241dependencies = [
242 "generic-array",
243]
244
245[[package]]
246name = "brotli"
247version = "8.0.2"
248source = "registry+https://github.com/rust-lang/crates.io-index"
249checksum = "4bd8b9603c7aa97359dbd97ecf258968c95f3adddd6db2f7e7a5bef101c84560"
250dependencies = [
251 "alloc-no-stdlib",
252 "alloc-stdlib",
253 "brotli-decompressor",
254]
255
256[[package]]
257name = "brotli-decompressor"
258version = "5.0.0"
259source = "registry+https://github.com/rust-lang/crates.io-index"
260checksum = "874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03"
261dependencies = [
262 "alloc-no-stdlib",
263 "alloc-stdlib",
264]
265
266[[package]]
267name = "bumpalo"
268version = "3.19.1"
269source = "registry+https://github.com/rust-lang/crates.io-index"
270checksum = "5dd9dc738b7a8311c7ade152424974d8115f2cdad61e8dab8dac9f2362298510"
271
272[[package]]
273name = "bytes"
274version = "1.11.0"
275source = "registry+https://github.com/rust-lang/crates.io-index"
276checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3"
277
278[[package]]
279name = "bytestring"
280version = "1.5.0"
281source = "registry+https://github.com/rust-lang/crates.io-index"
282checksum = "113b4343b5f6617e7ad401ced8de3cc8b012e73a594347c307b90db3e9271289"
283dependencies = [
284 "bytes",
285]
286
287[[package]]
288name = "caseless"
289version = "0.2.2"
290source = "registry+https://github.com/rust-lang/crates.io-index"
291checksum = "8b6fd507454086c8edfd769ca6ada439193cdb209c7681712ef6275cccbfe5d8"
292dependencies = [
293 "unicode-normalization",
294]
295
296[[package]]
297name = "cc"
298version = "1.2.53"
299source = "registry+https://github.com/rust-lang/crates.io-index"
300checksum = "755d2fce177175ffca841e9a06afdb2c4ab0f593d53b4dee48147dfaade85932"
301dependencies = [
302 "find-msvc-tools",
303 "jobserver",
304 "libc",
305 "shlex",
306]
307
308[[package]]
309name = "cfg-if"
310version = "1.0.4"
311source = "registry+https://github.com/rust-lang/crates.io-index"
312checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
313
314[[package]]
315name = "comrak"
316version = "0.29.0"
317source = "registry+https://github.com/rust-lang/crates.io-index"
318checksum = "d8c32ff8b21372fab0e9ecc4e42536055702dc5faa418362bffd1544f9d12637"
319dependencies = [
320 "caseless",
321 "derive_builder",
322 "entities",
323 "memchr",
324 "once_cell",
325 "regex",
326 "slug",
327 "typed-arena",
328 "unicode_categories",
329]
330
331[[package]]
332name = "convert_case"
333version = "0.10.0"
334source = "registry+https://github.com/rust-lang/crates.io-index"
335checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9"
336dependencies = [
337 "unicode-segmentation",
338]
339
340[[package]]
341name = "cookie"
342version = "0.16.2"
343source = "registry+https://github.com/rust-lang/crates.io-index"
344checksum = "e859cd57d0710d9e06c381b550c06e76992472a8c6d527aecd2fc673dcc231fb"
345dependencies = [
346 "percent-encoding",
347 "time",
348 "version_check",
349]
350
351[[package]]
352name = "cpufeatures"
353version = "0.2.17"
354source = "registry+https://github.com/rust-lang/crates.io-index"
355checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
356dependencies = [
357 "libc",
358]
359
360[[package]]
361name = "crc32fast"
362version = "1.5.0"
363source = "registry+https://github.com/rust-lang/crates.io-index"
364checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
365dependencies = [
366 "cfg-if",
367]
368
369[[package]]
370name = "crypto-common"
371version = "0.1.7"
372source = "registry+https://github.com/rust-lang/crates.io-index"
373checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
374dependencies = [
375 "generic-array",
376 "typenum",
377]
378
379[[package]]
380name = "darling"
381version = "0.20.11"
382source = "registry+https://github.com/rust-lang/crates.io-index"
383checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
384dependencies = [
385 "darling_core",
386 "darling_macro",
387]
388
389[[package]]
390name = "darling_core"
391version = "0.20.11"
392source = "registry+https://github.com/rust-lang/crates.io-index"
393checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
394dependencies = [
395 "fnv",
396 "ident_case",
397 "proc-macro2",
398 "quote",
399 "strsim",
400 "syn",
401]
402
403[[package]]
404name = "darling_macro"
405version = "0.20.11"
406source = "registry+https://github.com/rust-lang/crates.io-index"
407checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
408dependencies = [
409 "darling_core",
410 "quote",
411 "syn",
412]
413
414[[package]]
415name = "deranged"
416version = "0.5.5"
417source = "registry+https://github.com/rust-lang/crates.io-index"
418checksum = "ececcb659e7ba858fb4f10388c250a7252eb0a27373f1a72b8748afdd248e587"
419dependencies = [
420 "powerfmt",
421]
422
423[[package]]
424name = "derive_builder"
425version = "0.20.2"
426source = "registry+https://github.com/rust-lang/crates.io-index"
427checksum = "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947"
428dependencies = [
429 "derive_builder_macro",
430]
431
432[[package]]
433name = "derive_builder_core"
434version = "0.20.2"
435source = "registry+https://github.com/rust-lang/crates.io-index"
436checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8"
437dependencies = [
438 "darling",
439 "proc-macro2",
440 "quote",
441 "syn",
442]
443
444[[package]]
445name = "derive_builder_macro"
446version = "0.20.2"
447source = "registry+https://github.com/rust-lang/crates.io-index"
448checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c"
449dependencies = [
450 "derive_builder_core",
451 "syn",
452]
453
454[[package]]
455name = "derive_more"
456version = "2.1.1"
457source = "registry+https://github.com/rust-lang/crates.io-index"
458checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134"
459dependencies = [
460 "derive_more-impl",
461]
462
463[[package]]
464name = "derive_more-impl"
465version = "2.1.1"
466source = "registry+https://github.com/rust-lang/crates.io-index"
467checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb"
468dependencies = [
469 "convert_case",
470 "proc-macro2",
471 "quote",
472 "rustc_version",
473 "syn",
474 "unicode-xid",
475]
476
477[[package]]
478name = "deunicode"
479version = "1.6.2"
480source = "registry+https://github.com/rust-lang/crates.io-index"
481checksum = "abd57806937c9cc163efc8ea3910e00a62e2aeb0b8119f1793a978088f8f6b04"
482
483[[package]]
484name = "digest"
485version = "0.10.7"
486source = "registry+https://github.com/rust-lang/crates.io-index"
487checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
488dependencies = [
489 "block-buffer",
490 "crypto-common",
491]
492
493[[package]]
494name = "displaydoc"
495version = "0.2.5"
496source = "registry+https://github.com/rust-lang/crates.io-index"
497checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
498dependencies = [
499 "proc-macro2",
500 "quote",
501 "syn",
502]
503
504[[package]]
505name = "dotenv"
506version = "0.15.0"
507source = "registry+https://github.com/rust-lang/crates.io-index"
508checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f"
509
510[[package]]
511name = "encoding_rs"
512version = "0.8.35"
513source = "registry+https://github.com/rust-lang/crates.io-index"
514checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
515dependencies = [
516 "cfg-if",
517]
518
519[[package]]
520name = "entities"
521version = "1.0.1"
522source = "registry+https://github.com/rust-lang/crates.io-index"
523checksum = "b5320ae4c3782150d900b79807611a59a99fc9a1d61d686faafc24b93fc8d7ca"
524
525[[package]]
526name = "env_logger"
527version = "0.10.2"
528source = "registry+https://github.com/rust-lang/crates.io-index"
529checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
530dependencies = [
531 "humantime",
532 "is-terminal",
533 "log",
534 "regex",
535 "termcolor",
536]
537
538[[package]]
539name = "equivalent"
540version = "1.0.2"
541source = "registry+https://github.com/rust-lang/crates.io-index"
542checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
543
544[[package]]
545name = "errno"
546version = "0.3.14"
547source = "registry+https://github.com/rust-lang/crates.io-index"
548checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
549dependencies = [
550 "libc",
551 "windows-sys 0.61.2",
552]
553
554[[package]]
555name = "find-msvc-tools"
556version = "0.1.8"
557source = "registry+https://github.com/rust-lang/crates.io-index"
558checksum = "8591b0bcc8a98a64310a2fae1bb3e9b8564dd10e381e6e28010fde8e8e8568db"
559
560[[package]]
561name = "flate2"
562version = "1.1.8"
563source = "registry+https://github.com/rust-lang/crates.io-index"
564checksum = "b375d6465b98090a5f25b1c7703f3859783755aa9a80433b36e0379a3ec2f369"
565dependencies = [
566 "crc32fast",
567 "miniz_oxide",
568]
569
570[[package]]
571name = "fnv"
572version = "1.0.7"
573source = "registry+https://github.com/rust-lang/crates.io-index"
574checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
575
576[[package]]
577name = "foldhash"
578version = "0.1.5"
579source = "registry+https://github.com/rust-lang/crates.io-index"
580checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
581
582[[package]]
583name = "form_urlencoded"
584version = "1.2.2"
585source = "registry+https://github.com/rust-lang/crates.io-index"
586checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
587dependencies = [
588 "percent-encoding",
589]
590
591[[package]]
592name = "futures-core"
593version = "0.3.31"
594source = "registry+https://github.com/rust-lang/crates.io-index"
595checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
596
597[[package]]
598name = "futures-sink"
599version = "0.3.31"
600source = "registry+https://github.com/rust-lang/crates.io-index"
601checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
602
603[[package]]
604name = "futures-task"
605version = "0.3.31"
606source = "registry+https://github.com/rust-lang/crates.io-index"
607checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
608
609[[package]]
610name = "futures-util"
611version = "0.3.31"
612source = "registry+https://github.com/rust-lang/crates.io-index"
613checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
614dependencies = [
615 "futures-core",
616 "futures-task",
617 "pin-project-lite",
618 "pin-utils",
619]
620
621[[package]]
622name = "generic-array"
623version = "0.14.7"
624source = "registry+https://github.com/rust-lang/crates.io-index"
625checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
626dependencies = [
627 "typenum",
628 "version_check",
629]
630
631[[package]]
632name = "germ"
633version = "0.4.8"
634source = "registry+https://github.com/rust-lang/crates.io-index"
635checksum = "0000b9d25b2deda200eaaa8f8fdf2fac3b86930702d45762f0a8263d7c773849"
636dependencies = [
637 "anyhow",
638 "rustls",
639 "tokio",
640 "tokio-rustls",
641 "url",
642]
643
644[[package]]
645name = "getrandom"
646version = "0.2.17"
647source = "registry+https://github.com/rust-lang/crates.io-index"
648checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
649dependencies = [
650 "cfg-if",
651 "libc",
652 "wasi",
653]
654
655[[package]]
656name = "getrandom"
657version = "0.3.4"
658source = "registry+https://github.com/rust-lang/crates.io-index"
659checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
660dependencies = [
661 "cfg-if",
662 "libc",
663 "r-efi",
664 "wasip2",
665]
666
667[[package]]
668name = "h2"
669version = "0.3.27"
670source = "registry+https://github.com/rust-lang/crates.io-index"
671checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
672dependencies = [
673 "bytes",
674 "fnv",
675 "futures-core",
676 "futures-sink",
677 "futures-util",
678 "http",
679 "indexmap",
680 "slab",
681 "tokio",
682 "tokio-util",
683 "tracing",
684]
685
686[[package]]
687name = "hashbrown"
688version = "0.16.1"
689source = "registry+https://github.com/rust-lang/crates.io-index"
690checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
691
692[[package]]
693name = "hermit-abi"
694version = "0.5.2"
695source = "registry+https://github.com/rust-lang/crates.io-index"
696checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
697
698[[package]]
699name = "http"
700version = "0.2.12"
701source = "registry+https://github.com/rust-lang/crates.io-index"
702checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
703dependencies = [
704 "bytes",
705 "fnv",
706 "itoa",
707]
708
709[[package]]
710name = "httparse"
711version = "1.10.1"
712source = "registry+https://github.com/rust-lang/crates.io-index"
713checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
714
715[[package]]
716name = "httpdate"
717version = "1.0.3"
718source = "registry+https://github.com/rust-lang/crates.io-index"
719checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
720
721[[package]]
722name = "humantime"
723version = "2.3.0"
724source = "registry+https://github.com/rust-lang/crates.io-index"
725checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
726
727[[package]]
728name = "icu_collections"
729version = "2.1.1"
730source = "registry+https://github.com/rust-lang/crates.io-index"
731checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43"
732dependencies = [
733 "displaydoc",
734 "potential_utf",
735 "yoke",
736 "zerofrom",
737 "zerovec",
738]
739
740[[package]]
741name = "icu_locale_core"
742version = "2.1.1"
743source = "registry+https://github.com/rust-lang/crates.io-index"
744checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6"
745dependencies = [
746 "displaydoc",
747 "litemap",
748 "tinystr",
749 "writeable",
750 "zerovec",
751]
752
753[[package]]
754name = "icu_normalizer"
755version = "2.1.1"
756source = "registry+https://github.com/rust-lang/crates.io-index"
757checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599"
758dependencies = [
759 "icu_collections",
760 "icu_normalizer_data",
761 "icu_properties",
762 "icu_provider",
763 "smallvec",
764 "zerovec",
765]
766
767[[package]]
768name = "icu_normalizer_data"
769version = "2.1.1"
770source = "registry+https://github.com/rust-lang/crates.io-index"
771checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a"
772
773[[package]]
774name = "icu_properties"
775version = "2.1.2"
776source = "registry+https://github.com/rust-lang/crates.io-index"
777checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec"
778dependencies = [
779 "icu_collections",
780 "icu_locale_core",
781 "icu_properties_data",
782 "icu_provider",
783 "zerotrie",
784 "zerovec",
785]
786
787[[package]]
788name = "icu_properties_data"
789version = "2.1.2"
790source = "registry+https://github.com/rust-lang/crates.io-index"
791checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af"
792
793[[package]]
794name = "icu_provider"
795version = "2.1.1"
796source = "registry+https://github.com/rust-lang/crates.io-index"
797checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614"
798dependencies = [
799 "displaydoc",
800 "icu_locale_core",
801 "writeable",
802 "yoke",
803 "zerofrom",
804 "zerotrie",
805 "zerovec",
806]
807
808[[package]]
809name = "ident_case"
810version = "1.0.1"
811source = "registry+https://github.com/rust-lang/crates.io-index"
812checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
813
814[[package]]
815name = "idna"
816version = "1.1.0"
817source = "registry+https://github.com/rust-lang/crates.io-index"
818checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
819dependencies = [
820 "idna_adapter",
821 "smallvec",
822 "utf8_iter",
823]
824
825[[package]]
826name = "idna_adapter"
827version = "1.2.1"
828source = "registry+https://github.com/rust-lang/crates.io-index"
829checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
830dependencies = [
831 "icu_normalizer",
832 "icu_properties",
833]
834
835[[package]]
836name = "impl-more"
837version = "0.1.9"
838source = "registry+https://github.com/rust-lang/crates.io-index"
839checksum = "e8a5a9a0ff0086c7a148acb942baaabeadf9504d10400b5a05645853729b9cd2"
840
841[[package]]
842name = "indexmap"
843version = "2.13.0"
844source = "registry+https://github.com/rust-lang/crates.io-index"
845checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017"
846dependencies = [
847 "equivalent",
848 "hashbrown",
849]
850
851[[package]]
852name = "is-terminal"
853version = "0.4.17"
854source = "registry+https://github.com/rust-lang/crates.io-index"
855checksum = "3640c1c38b8e4e43584d8df18be5fc6b0aa314ce6ebf51b53313d4306cca8e46"
856dependencies = [
857 "hermit-abi",
858 "libc",
859 "windows-sys 0.61.2",
860]
861
862[[package]]
863name = "itoa"
864version = "1.0.17"
865source = "registry+https://github.com/rust-lang/crates.io-index"
866checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2"
867
868[[package]]
869name = "jobserver"
870version = "0.1.34"
871source = "registry+https://github.com/rust-lang/crates.io-index"
872checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
873dependencies = [
874 "getrandom 0.3.4",
875 "libc",
876]
877
878[[package]]
879name = "language-tags"
880version = "0.3.2"
881source = "registry+https://github.com/rust-lang/crates.io-index"
882checksum = "d4345964bb142484797b161f473a503a434de77149dd8c7427788c6e13379388"
883
884[[package]]
885name = "libc"
886version = "0.2.180"
887source = "registry+https://github.com/rust-lang/crates.io-index"
888checksum = "bcc35a38544a891a5f7c865aca548a982ccb3b8650a5b06d0fd33a10283c56fc"
889
890[[package]]
891name = "litemap"
892version = "0.8.1"
893source = "registry+https://github.com/rust-lang/crates.io-index"
894checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77"
895
896[[package]]
897name = "local-channel"
898version = "0.1.5"
899source = "registry+https://github.com/rust-lang/crates.io-index"
900checksum = "b6cbc85e69b8df4b8bb8b89ec634e7189099cea8927a276b7384ce5488e53ec8"
901dependencies = [
902 "futures-core",
903 "futures-sink",
904 "local-waker",
905]
906
907[[package]]
908name = "local-waker"
909version = "0.1.4"
910source = "registry+https://github.com/rust-lang/crates.io-index"
911checksum = "4d873d7c67ce09b42110d801813efbc9364414e356be9935700d368351657487"
912
913[[package]]
914name = "lock_api"
915version = "0.4.14"
916source = "registry+https://github.com/rust-lang/crates.io-index"
917checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
918dependencies = [
919 "scopeguard",
920]
921
922[[package]]
923name = "log"
924version = "0.4.29"
925source = "registry+https://github.com/rust-lang/crates.io-index"
926checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
927
928[[package]]
929name = "memchr"
930version = "2.7.6"
931source = "registry+https://github.com/rust-lang/crates.io-index"
932checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
933
934[[package]]
935name = "mime"
936version = "0.3.17"
937source = "registry+https://github.com/rust-lang/crates.io-index"
938checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
939
940[[package]]
941name = "miniz_oxide"
942version = "0.8.9"
943source = "registry+https://github.com/rust-lang/crates.io-index"
944checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
945dependencies = [
946 "adler2",
947 "simd-adler32",
948]
949
950[[package]]
951name = "mio"
952version = "1.1.1"
953source = "registry+https://github.com/rust-lang/crates.io-index"
954checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc"
955dependencies = [
956 "libc",
957 "log",
958 "wasi",
959 "windows-sys 0.61.2",
960]
961
962[[package]]
963name = "num-conv"
964version = "0.1.0"
965source = "registry+https://github.com/rust-lang/crates.io-index"
966checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
967
968[[package]]
969name = "once_cell"
970version = "1.21.3"
971source = "registry+https://github.com/rust-lang/crates.io-index"
972checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
973
974[[package]]
975name = "parking_lot"
976version = "0.12.5"
977source = "registry+https://github.com/rust-lang/crates.io-index"
978checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
979dependencies = [
980 "lock_api",
981 "parking_lot_core",
982]
983
984[[package]]
985name = "parking_lot_core"
986version = "0.9.12"
987source = "registry+https://github.com/rust-lang/crates.io-index"
988checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
989dependencies = [
990 "cfg-if",
991 "libc",
992 "redox_syscall",
993 "smallvec",
994 "windows-link",
995]
996
997[[package]]
998name = "percent-encoding"
999version = "2.3.2"
1000source = "registry+https://github.com/rust-lang/crates.io-index"
1001checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
1002
1003[[package]]
1004name = "pin-project-lite"
1005version = "0.2.16"
1006source = "registry+https://github.com/rust-lang/crates.io-index"
1007checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
1008
1009[[package]]
1010name = "pin-utils"
1011version = "0.1.0"
1012source = "registry+https://github.com/rust-lang/crates.io-index"
1013checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1014
1015[[package]]
1016name = "pkg-config"
1017version = "0.3.32"
1018source = "registry+https://github.com/rust-lang/crates.io-index"
1019checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
1020
1021[[package]]
1022name = "potential_utf"
1023version = "0.1.4"
1024source = "registry+https://github.com/rust-lang/crates.io-index"
1025checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77"
1026dependencies = [
1027 "zerovec",
1028]
1029
1030[[package]]
1031name = "powerfmt"
1032version = "0.2.0"
1033source = "registry+https://github.com/rust-lang/crates.io-index"
1034checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
1035
1036[[package]]
1037name = "ppv-lite86"
1038version = "0.2.21"
1039source = "registry+https://github.com/rust-lang/crates.io-index"
1040checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
1041dependencies = [
1042 "zerocopy",
1043]
1044
1045[[package]]
1046name = "pretty_env_logger"
1047version = "0.5.0"
1048source = "registry+https://github.com/rust-lang/crates.io-index"
1049checksum = "865724d4dbe39d9f3dd3b52b88d859d66bcb2d6a0acfd5ea68a65fb66d4bdc1c"
1050dependencies = [
1051 "env_logger",
1052 "log",
1053]
1054
1055[[package]]
1056name = "proc-macro2"
1057version = "1.0.105"
1058source = "registry+https://github.com/rust-lang/crates.io-index"
1059checksum = "535d180e0ecab6268a3e718bb9fd44db66bbbc256257165fc699dadf70d16fe7"
1060dependencies = [
1061 "unicode-ident",
1062]
1063
1064[[package]]
1065name = "quote"
1066version = "1.0.43"
1067source = "registry+https://github.com/rust-lang/crates.io-index"
1068checksum = "dc74d9a594b72ae6656596548f56f667211f8a97b3d4c3d467150794690dc40a"
1069dependencies = [
1070 "proc-macro2",
1071]
1072
1073[[package]]
1074name = "r-efi"
1075version = "5.3.0"
1076source = "registry+https://github.com/rust-lang/crates.io-index"
1077checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
1078
1079[[package]]
1080name = "rand"
1081version = "0.9.2"
1082source = "registry+https://github.com/rust-lang/crates.io-index"
1083checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
1084dependencies = [
1085 "rand_chacha",
1086 "rand_core",
1087]
1088
1089[[package]]
1090name = "rand_chacha"
1091version = "0.9.0"
1092source = "registry+https://github.com/rust-lang/crates.io-index"
1093checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
1094dependencies = [
1095 "ppv-lite86",
1096 "rand_core",
1097]
1098
1099[[package]]
1100name = "rand_core"
1101version = "0.9.5"
1102source = "registry+https://github.com/rust-lang/crates.io-index"
1103checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
1104dependencies = [
1105 "getrandom 0.3.4",
1106]
1107
1108[[package]]
1109name = "redox_syscall"
1110version = "0.5.18"
1111source = "registry+https://github.com/rust-lang/crates.io-index"
1112checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
1113dependencies = [
1114 "bitflags",
1115]
1116
1117[[package]]
1118name = "regex"
1119version = "1.12.2"
1120source = "registry+https://github.com/rust-lang/crates.io-index"
1121checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
1122dependencies = [
1123 "aho-corasick",
1124 "memchr",
1125 "regex-automata",
1126 "regex-syntax",
1127]
1128
1129[[package]]
1130name = "regex-automata"
1131version = "0.4.13"
1132source = "registry+https://github.com/rust-lang/crates.io-index"
1133checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
1134dependencies = [
1135 "aho-corasick",
1136 "memchr",
1137 "regex-syntax",
1138]
1139
1140[[package]]
1141name = "regex-lite"
1142version = "0.1.8"
1143source = "registry+https://github.com/rust-lang/crates.io-index"
1144checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da"
1145
1146[[package]]
1147name = "regex-syntax"
1148version = "0.8.8"
1149source = "registry+https://github.com/rust-lang/crates.io-index"
1150checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
1151
1152[[package]]
1153name = "ring"
1154version = "0.17.14"
1155source = "registry+https://github.com/rust-lang/crates.io-index"
1156checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
1157dependencies = [
1158 "cc",
1159 "cfg-if",
1160 "getrandom 0.2.17",
1161 "libc",
1162 "untrusted",
1163 "windows-sys 0.52.0",
1164]
1165
1166[[package]]
1167name = "rustc_version"
1168version = "0.4.1"
1169source = "registry+https://github.com/rust-lang/crates.io-index"
1170checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
1171dependencies = [
1172 "semver",
1173]
1174
1175[[package]]
1176name = "rustls"
1177version = "0.21.12"
1178source = "registry+https://github.com/rust-lang/crates.io-index"
1179checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
1180dependencies = [
1181 "log",
1182 "ring",
1183 "rustls-webpki",
1184 "sct",
1185]
1186
1187[[package]]
1188name = "rustls-webpki"
1189version = "0.101.7"
1190source = "registry+https://github.com/rust-lang/crates.io-index"
1191checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
1192dependencies = [
1193 "ring",
1194 "untrusted",
1195]
1196
1197[[package]]
1198name = "rustversion"
1199version = "1.0.22"
1200source = "registry+https://github.com/rust-lang/crates.io-index"
1201checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
1202
1203[[package]]
1204name = "ryu"
1205version = "1.0.22"
1206source = "registry+https://github.com/rust-lang/crates.io-index"
1207checksum = "a50f4cf475b65d88e057964e0e9bb1f0aa9bbb2036dc65c64596b42932536984"
1208
1209[[package]]
1210name = "scopeguard"
1211version = "1.2.0"
1212source = "registry+https://github.com/rust-lang/crates.io-index"
1213checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
1214
1215[[package]]
1216name = "sct"
1217version = "0.7.1"
1218source = "registry+https://github.com/rust-lang/crates.io-index"
1219checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
1220dependencies = [
1221 "ring",
1222 "untrusted",
1223]
1224
1225[[package]]
1226name = "semver"
1227version = "1.0.27"
1228source = "registry+https://github.com/rust-lang/crates.io-index"
1229checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
1230
1231[[package]]
1232name = "september"
1233version = "0.3.3"
1234dependencies = [
1235 "actix-web",
1236 "comrak",
1237 "dotenv",
1238 "germ",
1239 "log",
1240 "pretty_env_logger",
1241 "serde",
1242 "tokio",
1243 "url",
1244]
1245
1246[[package]]
1247name = "serde"
1248version = "1.0.228"
1249source = "registry+https://github.com/rust-lang/crates.io-index"
1250checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
1251dependencies = [
1252 "serde_core",
1253 "serde_derive",
1254]
1255
1256[[package]]
1257name = "serde_core"
1258version = "1.0.228"
1259source = "registry+https://github.com/rust-lang/crates.io-index"
1260checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
1261dependencies = [
1262 "serde_derive",
1263]
1264
1265[[package]]
1266name = "serde_derive"
1267version = "1.0.228"
1268source = "registry+https://github.com/rust-lang/crates.io-index"
1269checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
1270dependencies = [
1271 "proc-macro2",
1272 "quote",
1273 "syn",
1274]
1275
1276[[package]]
1277name = "serde_json"
1278version = "1.0.149"
1279source = "registry+https://github.com/rust-lang/crates.io-index"
1280checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
1281dependencies = [
1282 "itoa",
1283 "memchr",
1284 "serde",
1285 "serde_core",
1286 "zmij",
1287]
1288
1289[[package]]
1290name = "serde_urlencoded"
1291version = "0.7.1"
1292source = "registry+https://github.com/rust-lang/crates.io-index"
1293checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
1294dependencies = [
1295 "form_urlencoded",
1296 "itoa",
1297 "ryu",
1298 "serde",
1299]
1300
1301[[package]]
1302name = "sha1"
1303version = "0.10.6"
1304source = "registry+https://github.com/rust-lang/crates.io-index"
1305checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
1306dependencies = [
1307 "cfg-if",
1308 "cpufeatures",
1309 "digest",
1310]
1311
1312[[package]]
1313name = "shlex"
1314version = "1.3.0"
1315source = "registry+https://github.com/rust-lang/crates.io-index"
1316checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
1317
1318[[package]]
1319name = "signal-hook-registry"
1320version = "1.4.8"
1321source = "registry+https://github.com/rust-lang/crates.io-index"
1322checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
1323dependencies = [
1324 "errno",
1325 "libc",
1326]
1327
1328[[package]]
1329name = "simd-adler32"
1330version = "0.3.8"
1331source = "registry+https://github.com/rust-lang/crates.io-index"
1332checksum = "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2"
1333
1334[[package]]
1335name = "slab"
1336version = "0.4.11"
1337source = "registry+https://github.com/rust-lang/crates.io-index"
1338checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
1339
1340[[package]]
1341name = "slug"
1342version = "0.1.6"
1343source = "registry+https://github.com/rust-lang/crates.io-index"
1344checksum = "882a80f72ee45de3cc9a5afeb2da0331d58df69e4e7d8eeb5d3c7784ae67e724"
1345dependencies = [
1346 "deunicode",
1347 "wasm-bindgen",
1348]
1349
1350[[package]]
1351name = "smallvec"
1352version = "1.15.1"
1353source = "registry+https://github.com/rust-lang/crates.io-index"
1354checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
1355
1356[[package]]
1357name = "socket2"
1358version = "0.5.10"
1359source = "registry+https://github.com/rust-lang/crates.io-index"
1360checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
1361dependencies = [
1362 "libc",
1363 "windows-sys 0.52.0",
1364]
1365
1366[[package]]
1367name = "socket2"
1368version = "0.6.1"
1369source = "registry+https://github.com/rust-lang/crates.io-index"
1370checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
1371dependencies = [
1372 "libc",
1373 "windows-sys 0.60.2",
1374]
1375
1376[[package]]
1377name = "stable_deref_trait"
1378version = "1.2.1"
1379source = "registry+https://github.com/rust-lang/crates.io-index"
1380checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
1381
1382[[package]]
1383name = "strsim"
1384version = "0.11.1"
1385source = "registry+https://github.com/rust-lang/crates.io-index"
1386checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
1387
1388[[package]]
1389name = "syn"
1390version = "2.0.114"
1391source = "registry+https://github.com/rust-lang/crates.io-index"
1392checksum = "d4d107df263a3013ef9b1879b0df87d706ff80f65a86ea879bd9c31f9b307c2a"
1393dependencies = [
1394 "proc-macro2",
1395 "quote",
1396 "unicode-ident",
1397]
1398
1399[[package]]
1400name = "synstructure"
1401version = "0.13.2"
1402source = "registry+https://github.com/rust-lang/crates.io-index"
1403checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
1404dependencies = [
1405 "proc-macro2",
1406 "quote",
1407 "syn",
1408]
1409
1410[[package]]
1411name = "termcolor"
1412version = "1.4.1"
1413source = "registry+https://github.com/rust-lang/crates.io-index"
1414checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
1415dependencies = [
1416 "winapi-util",
1417]
1418
1419[[package]]
1420name = "time"
1421version = "0.3.45"
1422source = "registry+https://github.com/rust-lang/crates.io-index"
1423checksum = "f9e442fc33d7fdb45aa9bfeb312c095964abdf596f7567261062b2a7107aaabd"
1424dependencies = [
1425 "deranged",
1426 "itoa",
1427 "num-conv",
1428 "powerfmt",
1429 "serde_core",
1430 "time-core",
1431 "time-macros",
1432]
1433
1434[[package]]
1435name = "time-core"
1436version = "0.1.7"
1437source = "registry+https://github.com/rust-lang/crates.io-index"
1438checksum = "8b36ee98fd31ec7426d599183e8fe26932a8dc1fb76ddb6214d05493377d34ca"
1439
1440[[package]]
1441name = "time-macros"
1442version = "0.2.25"
1443source = "registry+https://github.com/rust-lang/crates.io-index"
1444checksum = "71e552d1249bf61ac2a52db88179fd0673def1e1ad8243a00d9ec9ed71fee3dd"
1445dependencies = [
1446 "num-conv",
1447 "time-core",
1448]
1449
1450[[package]]
1451name = "tinystr"
1452version = "0.8.2"
1453source = "registry+https://github.com/rust-lang/crates.io-index"
1454checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869"
1455dependencies = [
1456 "displaydoc",
1457 "zerovec",
1458]
1459
1460[[package]]
1461name = "tinyvec"
1462version = "1.10.0"
1463source = "registry+https://github.com/rust-lang/crates.io-index"
1464checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
1465dependencies = [
1466 "tinyvec_macros",
1467]
1468
1469[[package]]
1470name = "tinyvec_macros"
1471version = "0.1.1"
1472source = "registry+https://github.com/rust-lang/crates.io-index"
1473checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
1474
1475[[package]]
1476name = "tokio"
1477version = "1.49.0"
1478source = "registry+https://github.com/rust-lang/crates.io-index"
1479checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86"
1480dependencies = [
1481 "bytes",
1482 "libc",
1483 "mio",
1484 "parking_lot",
1485 "pin-project-lite",
1486 "signal-hook-registry",
1487 "socket2 0.6.1",
1488 "tokio-macros",
1489 "windows-sys 0.61.2",
1490]
1491
1492[[package]]
1493name = "tokio-macros"
1494version = "2.6.0"
1495source = "registry+https://github.com/rust-lang/crates.io-index"
1496checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
1497dependencies = [
1498 "proc-macro2",
1499 "quote",
1500 "syn",
1501]
1502
1503[[package]]
1504name = "tokio-rustls"
1505version = "0.24.1"
1506source = "registry+https://github.com/rust-lang/crates.io-index"
1507checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
1508dependencies = [
1509 "rustls",
1510 "tokio",
1511]
1512
1513[[package]]
1514name = "tokio-util"
1515version = "0.7.18"
1516source = "registry+https://github.com/rust-lang/crates.io-index"
1517checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
1518dependencies = [
1519 "bytes",
1520 "futures-core",
1521 "futures-sink",
1522 "pin-project-lite",
1523 "tokio",
1524]
1525
1526[[package]]
1527name = "tracing"
1528version = "0.1.44"
1529source = "registry+https://github.com/rust-lang/crates.io-index"
1530checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
1531dependencies = [
1532 "log",
1533 "pin-project-lite",
1534 "tracing-attributes",
1535 "tracing-core",
1536]
1537
1538[[package]]
1539name = "tracing-attributes"
1540version = "0.1.31"
1541source = "registry+https://github.com/rust-lang/crates.io-index"
1542checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
1543dependencies = [
1544 "proc-macro2",
1545 "quote",
1546 "syn",
1547]
1548
1549[[package]]
1550name = "tracing-core"
1551version = "0.1.36"
1552source = "registry+https://github.com/rust-lang/crates.io-index"
1553checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
1554dependencies = [
1555 "once_cell",
1556]
1557
1558[[package]]
1559name = "typed-arena"
1560version = "2.0.2"
1561source = "registry+https://github.com/rust-lang/crates.io-index"
1562checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a"
1563
1564[[package]]
1565name = "typenum"
1566version = "1.19.0"
1567source = "registry+https://github.com/rust-lang/crates.io-index"
1568checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
1569
1570[[package]]
1571name = "unicode-ident"
1572version = "1.0.22"
1573source = "registry+https://github.com/rust-lang/crates.io-index"
1574checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
1575
1576[[package]]
1577name = "unicode-normalization"
1578version = "0.1.25"
1579source = "registry+https://github.com/rust-lang/crates.io-index"
1580checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8"
1581dependencies = [
1582 "tinyvec",
1583]
1584
1585[[package]]
1586name = "unicode-segmentation"
1587version = "1.12.0"
1588source = "registry+https://github.com/rust-lang/crates.io-index"
1589checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
1590
1591[[package]]
1592name = "unicode-xid"
1593version = "0.2.6"
1594source = "registry+https://github.com/rust-lang/crates.io-index"
1595checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
1596
1597[[package]]
1598name = "unicode_categories"
1599version = "0.1.1"
1600source = "registry+https://github.com/rust-lang/crates.io-index"
1601checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
1602
1603[[package]]
1604name = "untrusted"
1605version = "0.9.0"
1606source = "registry+https://github.com/rust-lang/crates.io-index"
1607checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
1608
1609[[package]]
1610name = "url"
1611version = "2.5.8"
1612source = "registry+https://github.com/rust-lang/crates.io-index"
1613checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
1614dependencies = [
1615 "form_urlencoded",
1616 "idna",
1617 "percent-encoding",
1618 "serde",
1619]
1620
1621[[package]]
1622name = "utf8_iter"
1623version = "1.0.4"
1624source = "registry+https://github.com/rust-lang/crates.io-index"
1625checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
1626
1627[[package]]
1628name = "version_check"
1629version = "0.9.5"
1630source = "registry+https://github.com/rust-lang/crates.io-index"
1631checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
1632
1633[[package]]
1634name = "wasi"
1635version = "0.11.1+wasi-snapshot-preview1"
1636source = "registry+https://github.com/rust-lang/crates.io-index"
1637checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
1638
1639[[package]]
1640name = "wasip2"
1641version = "1.0.2+wasi-0.2.9"
1642source = "registry+https://github.com/rust-lang/crates.io-index"
1643checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5"
1644dependencies = [
1645 "wit-bindgen",
1646]
1647
1648[[package]]
1649name = "wasm-bindgen"
1650version = "0.2.108"
1651source = "registry+https://github.com/rust-lang/crates.io-index"
1652checksum = "64024a30ec1e37399cf85a7ffefebdb72205ca1c972291c51512360d90bd8566"
1653dependencies = [
1654 "cfg-if",
1655 "once_cell",
1656 "rustversion",
1657 "wasm-bindgen-macro",
1658 "wasm-bindgen-shared",
1659]
1660
1661[[package]]
1662name = "wasm-bindgen-macro"
1663version = "0.2.108"
1664source = "registry+https://github.com/rust-lang/crates.io-index"
1665checksum = "008b239d9c740232e71bd39e8ef6429d27097518b6b30bdf9086833bd5b6d608"
1666dependencies = [
1667 "quote",
1668 "wasm-bindgen-macro-support",
1669]
1670
1671[[package]]
1672name = "wasm-bindgen-macro-support"
1673version = "0.2.108"
1674source = "registry+https://github.com/rust-lang/crates.io-index"
1675checksum = "5256bae2d58f54820e6490f9839c49780dff84c65aeab9e772f15d5f0e913a55"
1676dependencies = [
1677 "bumpalo",
1678 "proc-macro2",
1679 "quote",
1680 "syn",
1681 "wasm-bindgen-shared",
1682]
1683
1684[[package]]
1685name = "wasm-bindgen-shared"
1686version = "0.2.108"
1687source = "registry+https://github.com/rust-lang/crates.io-index"
1688checksum = "1f01b580c9ac74c8d8f0c0e4afb04eeef2acf145458e52c03845ee9cd23e3d12"
1689dependencies = [
1690 "unicode-ident",
1691]
1692
1693[[package]]
1694name = "winapi-util"
1695version = "0.1.11"
1696source = "registry+https://github.com/rust-lang/crates.io-index"
1697checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
1698dependencies = [
1699 "windows-sys 0.61.2",
1700]
1701
1702[[package]]
1703name = "windows-link"
1704version = "0.2.1"
1705source = "registry+https://github.com/rust-lang/crates.io-index"
1706checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
1707
1708[[package]]
1709name = "windows-sys"
1710version = "0.52.0"
1711source = "registry+https://github.com/rust-lang/crates.io-index"
1712checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
1713dependencies = [
1714 "windows-targets 0.52.6",
1715]
1716
1717[[package]]
1718name = "windows-sys"
1719version = "0.60.2"
1720source = "registry+https://github.com/rust-lang/crates.io-index"
1721checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
1722dependencies = [
1723 "windows-targets 0.53.5",
1724]
1725
1726[[package]]
1727name = "windows-sys"
1728version = "0.61.2"
1729source = "registry+https://github.com/rust-lang/crates.io-index"
1730checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
1731dependencies = [
1732 "windows-link",
1733]
1734
1735[[package]]
1736name = "windows-targets"
1737version = "0.52.6"
1738source = "registry+https://github.com/rust-lang/crates.io-index"
1739checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
1740dependencies = [
1741 "windows_aarch64_gnullvm 0.52.6",
1742 "windows_aarch64_msvc 0.52.6",
1743 "windows_i686_gnu 0.52.6",
1744 "windows_i686_gnullvm 0.52.6",
1745 "windows_i686_msvc 0.52.6",
1746 "windows_x86_64_gnu 0.52.6",
1747 "windows_x86_64_gnullvm 0.52.6",
1748 "windows_x86_64_msvc 0.52.6",
1749]
1750
1751[[package]]
1752name = "windows-targets"
1753version = "0.53.5"
1754source = "registry+https://github.com/rust-lang/crates.io-index"
1755checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
1756dependencies = [
1757 "windows-link",
1758 "windows_aarch64_gnullvm 0.53.1",
1759 "windows_aarch64_msvc 0.53.1",
1760 "windows_i686_gnu 0.53.1",
1761 "windows_i686_gnullvm 0.53.1",
1762 "windows_i686_msvc 0.53.1",
1763 "windows_x86_64_gnu 0.53.1",
1764 "windows_x86_64_gnullvm 0.53.1",
1765 "windows_x86_64_msvc 0.53.1",
1766]
1767
1768[[package]]
1769name = "windows_aarch64_gnullvm"
1770version = "0.52.6"
1771source = "registry+https://github.com/rust-lang/crates.io-index"
1772checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
1773
1774[[package]]
1775name = "windows_aarch64_gnullvm"
1776version = "0.53.1"
1777source = "registry+https://github.com/rust-lang/crates.io-index"
1778checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
1779
1780[[package]]
1781name = "windows_aarch64_msvc"
1782version = "0.52.6"
1783source = "registry+https://github.com/rust-lang/crates.io-index"
1784checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
1785
1786[[package]]
1787name = "windows_aarch64_msvc"
1788version = "0.53.1"
1789source = "registry+https://github.com/rust-lang/crates.io-index"
1790checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
1791
1792[[package]]
1793name = "windows_i686_gnu"
1794version = "0.52.6"
1795source = "registry+https://github.com/rust-lang/crates.io-index"
1796checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
1797
1798[[package]]
1799name = "windows_i686_gnu"
1800version = "0.53.1"
1801source = "registry+https://github.com/rust-lang/crates.io-index"
1802checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
1803
1804[[package]]
1805name = "windows_i686_gnullvm"
1806version = "0.52.6"
1807source = "registry+https://github.com/rust-lang/crates.io-index"
1808checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
1809
1810[[package]]
1811name = "windows_i686_gnullvm"
1812version = "0.53.1"
1813source = "registry+https://github.com/rust-lang/crates.io-index"
1814checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
1815
1816[[package]]
1817name = "windows_i686_msvc"
1818version = "0.52.6"
1819source = "registry+https://github.com/rust-lang/crates.io-index"
1820checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
1821
1822[[package]]
1823name = "windows_i686_msvc"
1824version = "0.53.1"
1825source = "registry+https://github.com/rust-lang/crates.io-index"
1826checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
1827
1828[[package]]
1829name = "windows_x86_64_gnu"
1830version = "0.52.6"
1831source = "registry+https://github.com/rust-lang/crates.io-index"
1832checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
1833
1834[[package]]
1835name = "windows_x86_64_gnu"
1836version = "0.53.1"
1837source = "registry+https://github.com/rust-lang/crates.io-index"
1838checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
1839
1840[[package]]
1841name = "windows_x86_64_gnullvm"
1842version = "0.52.6"
1843source = "registry+https://github.com/rust-lang/crates.io-index"
1844checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
1845
1846[[package]]
1847name = "windows_x86_64_gnullvm"
1848version = "0.53.1"
1849source = "registry+https://github.com/rust-lang/crates.io-index"
1850checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
1851
1852[[package]]
1853name = "windows_x86_64_msvc"
1854version = "0.52.6"
1855source = "registry+https://github.com/rust-lang/crates.io-index"
1856checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
1857
1858[[package]]
1859name = "windows_x86_64_msvc"
1860version = "0.53.1"
1861source = "registry+https://github.com/rust-lang/crates.io-index"
1862checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
1863
1864[[package]]
1865name = "wit-bindgen"
1866version = "0.51.0"
1867source = "registry+https://github.com/rust-lang/crates.io-index"
1868checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
1869
1870[[package]]
1871name = "writeable"
1872version = "0.6.2"
1873source = "registry+https://github.com/rust-lang/crates.io-index"
1874checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9"
1875
1876[[package]]
1877name = "yoke"
1878version = "0.8.1"
1879source = "registry+https://github.com/rust-lang/crates.io-index"
1880checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954"
1881dependencies = [
1882 "stable_deref_trait",
1883 "yoke-derive",
1884 "zerofrom",
1885]
1886
1887[[package]]
1888name = "yoke-derive"
1889version = "0.8.1"
1890source = "registry+https://github.com/rust-lang/crates.io-index"
1891checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d"
1892dependencies = [
1893 "proc-macro2",
1894 "quote",
1895 "syn",
1896 "synstructure",
1897]
1898
1899[[package]]
1900name = "zerocopy"
1901version = "0.8.33"
1902source = "registry+https://github.com/rust-lang/crates.io-index"
1903checksum = "668f5168d10b9ee831de31933dc111a459c97ec93225beb307aed970d1372dfd"
1904dependencies = [
1905 "zerocopy-derive",
1906]
1907
1908[[package]]
1909name = "zerocopy-derive"
1910version = "0.8.33"
1911source = "registry+https://github.com/rust-lang/crates.io-index"
1912checksum = "2c7962b26b0a8685668b671ee4b54d007a67d4eaf05fda79ac0ecf41e32270f1"
1913dependencies = [
1914 "proc-macro2",
1915 "quote",
1916 "syn",
1917]
1918
1919[[package]]
1920name = "zerofrom"
1921version = "0.1.6"
1922source = "registry+https://github.com/rust-lang/crates.io-index"
1923checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
1924dependencies = [
1925 "zerofrom-derive",
1926]
1927
1928[[package]]
1929name = "zerofrom-derive"
1930version = "0.1.6"
1931source = "registry+https://github.com/rust-lang/crates.io-index"
1932checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
1933dependencies = [
1934 "proc-macro2",
1935 "quote",
1936 "syn",
1937 "synstructure",
1938]
1939
1940[[package]]
1941name = "zerotrie"
1942version = "0.2.3"
1943source = "registry+https://github.com/rust-lang/crates.io-index"
1944checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851"
1945dependencies = [
1946 "displaydoc",
1947 "yoke",
1948 "zerofrom",
1949]
1950
1951[[package]]
1952name = "zerovec"
1953version = "0.11.5"
1954source = "registry+https://github.com/rust-lang/crates.io-index"
1955checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002"
1956dependencies = [
1957 "yoke",
1958 "zerofrom",
1959 "zerovec-derive",
1960]
1961
1962[[package]]
1963name = "zerovec-derive"
1964version = "0.11.2"
1965source = "registry+https://github.com/rust-lang/crates.io-index"
1966checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3"
1967dependencies = [
1968 "proc-macro2",
1969 "quote",
1970 "syn",
1971]
1972
1973[[package]]
1974name = "zmij"
1975version = "1.0.16"
1976source = "registry+https://github.com/rust-lang/crates.io-index"
1977checksum = "dfcd145825aace48cff44a8844de64bf75feec3080e0aa5cdbde72961ae51a65"
1978
1979[[package]]
1980name = "zstd"
1981version = "0.13.3"
1982source = "registry+https://github.com/rust-lang/crates.io-index"
1983checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a"
1984dependencies = [
1985 "zstd-safe",
1986]
1987
1988[[package]]
1989name = "zstd-safe"
1990version = "7.2.4"
1991source = "registry+https://github.com/rust-lang/crates.io-index"
1992checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d"
1993dependencies = [
1994 "zstd-sys",
1995]
1996
1997[[package]]
1998name = "zstd-sys"
1999version = "2.0.16+zstd.1.5.7"
2000source = "registry+https://github.com/rust-lang/crates.io-index"
2001checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
2002dependencies = [
2003 "cc",
2004 "pkg-config",
2005]