personal activity index (bluesky, leaflet, substack)
pai.desertthunder.dev
rss
bluesky
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "aho-corasick"
7version = "1.1.4"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
10dependencies = [
11 "memchr",
12]
13
14[[package]]
15name = "android_system_properties"
16version = "0.1.5"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
19dependencies = [
20 "libc",
21]
22
23[[package]]
24name = "anstream"
25version = "0.6.21"
26source = "registry+https://github.com/rust-lang/crates.io-index"
27checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
28dependencies = [
29 "anstyle",
30 "anstyle-parse",
31 "anstyle-query",
32 "anstyle-wincon",
33 "colorchoice",
34 "is_terminal_polyfill",
35 "utf8parse",
36]
37
38[[package]]
39name = "anstyle"
40version = "1.0.13"
41source = "registry+https://github.com/rust-lang/crates.io-index"
42checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
43
44[[package]]
45name = "anstyle-parse"
46version = "0.2.7"
47source = "registry+https://github.com/rust-lang/crates.io-index"
48checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
49dependencies = [
50 "utf8parse",
51]
52
53[[package]]
54name = "anstyle-query"
55version = "1.1.5"
56source = "registry+https://github.com/rust-lang/crates.io-index"
57checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
58dependencies = [
59 "windows-sys 0.61.2",
60]
61
62[[package]]
63name = "anstyle-wincon"
64version = "3.0.11"
65source = "registry+https://github.com/rust-lang/crates.io-index"
66checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
67dependencies = [
68 "anstyle",
69 "once_cell_polyfill",
70 "windows-sys 0.61.2",
71]
72
73[[package]]
74name = "async-trait"
75version = "0.1.89"
76source = "registry+https://github.com/rust-lang/crates.io-index"
77checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
78dependencies = [
79 "proc-macro2",
80 "quote",
81 "syn",
82]
83
84[[package]]
85name = "atom_syndication"
86version = "0.12.7"
87source = "registry+https://github.com/rust-lang/crates.io-index"
88checksum = "d2f68d23e2cb4fd958c705b91a6b4c80ceeaf27a9e11651272a8389d5ce1a4a3"
89dependencies = [
90 "chrono",
91 "derive_builder",
92 "diligent-date-parser",
93 "never",
94 "quick-xml",
95]
96
97[[package]]
98name = "atomic-waker"
99version = "1.1.2"
100source = "registry+https://github.com/rust-lang/crates.io-index"
101checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
102
103[[package]]
104name = "autocfg"
105version = "1.5.0"
106source = "registry+https://github.com/rust-lang/crates.io-index"
107checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
108
109[[package]]
110name = "axum"
111version = "0.8.7"
112source = "registry+https://github.com/rust-lang/crates.io-index"
113checksum = "5b098575ebe77cb6d14fc7f32749631a6e44edbef6b796f89b020e99ba20d425"
114dependencies = [
115 "axum-core",
116 "bytes",
117 "form_urlencoded",
118 "futures-util",
119 "http",
120 "http-body",
121 "http-body-util",
122 "hyper",
123 "hyper-util",
124 "itoa",
125 "matchit 0.8.4",
126 "memchr",
127 "mime",
128 "percent-encoding",
129 "pin-project-lite",
130 "serde_core",
131 "serde_json",
132 "serde_path_to_error",
133 "serde_urlencoded",
134 "sync_wrapper",
135 "tokio",
136 "tower",
137 "tower-layer",
138 "tower-service",
139 "tracing",
140]
141
142[[package]]
143name = "axum-core"
144version = "0.5.5"
145source = "registry+https://github.com/rust-lang/crates.io-index"
146checksum = "59446ce19cd142f8833f856eb31f3eb097812d1479ab224f54d72428ca21ea22"
147dependencies = [
148 "bytes",
149 "futures-core",
150 "http",
151 "http-body",
152 "http-body-util",
153 "mime",
154 "pin-project-lite",
155 "sync_wrapper",
156 "tower-layer",
157 "tower-service",
158 "tracing",
159]
160
161[[package]]
162name = "base64"
163version = "0.22.1"
164source = "registry+https://github.com/rust-lang/crates.io-index"
165checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
166
167[[package]]
168name = "bitflags"
169version = "2.10.0"
170source = "registry+https://github.com/rust-lang/crates.io-index"
171checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
172
173[[package]]
174name = "bumpalo"
175version = "3.19.0"
176source = "registry+https://github.com/rust-lang/crates.io-index"
177checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
178
179[[package]]
180name = "bytes"
181version = "1.11.0"
182source = "registry+https://github.com/rust-lang/crates.io-index"
183checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3"
184
185[[package]]
186name = "cc"
187version = "1.2.47"
188source = "registry+https://github.com/rust-lang/crates.io-index"
189checksum = "cd405d82c84ff7f35739f175f67d8b9fb7687a0e84ccdc78bd3568839827cf07"
190dependencies = [
191 "find-msvc-tools",
192 "shlex",
193]
194
195[[package]]
196name = "cfg-if"
197version = "1.0.4"
198source = "registry+https://github.com/rust-lang/crates.io-index"
199checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
200
201[[package]]
202name = "chrono"
203version = "0.4.42"
204source = "registry+https://github.com/rust-lang/crates.io-index"
205checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
206dependencies = [
207 "iana-time-zone",
208 "js-sys",
209 "num-traits",
210 "serde",
211 "wasm-bindgen",
212 "windows-link",
213]
214
215[[package]]
216name = "clap"
217version = "4.5.53"
218source = "registry+https://github.com/rust-lang/crates.io-index"
219checksum = "c9e340e012a1bf4935f5282ed1436d1489548e8f72308207ea5df0e23d2d03f8"
220dependencies = [
221 "clap_builder",
222 "clap_derive",
223]
224
225[[package]]
226name = "clap_builder"
227version = "4.5.53"
228source = "registry+https://github.com/rust-lang/crates.io-index"
229checksum = "d76b5d13eaa18c901fd2f7fca939fefe3a0727a953561fefdf3b2922b8569d00"
230dependencies = [
231 "anstream",
232 "anstyle",
233 "clap_lex",
234 "strsim",
235]
236
237[[package]]
238name = "clap_derive"
239version = "4.5.49"
240source = "registry+https://github.com/rust-lang/crates.io-index"
241checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671"
242dependencies = [
243 "heck",
244 "proc-macro2",
245 "quote",
246 "syn",
247]
248
249[[package]]
250name = "clap_lex"
251version = "0.7.6"
252source = "registry+https://github.com/rust-lang/crates.io-index"
253checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
254
255[[package]]
256name = "clap_mangen"
257version = "0.2.31"
258source = "registry+https://github.com/rust-lang/crates.io-index"
259checksum = "439ea63a92086df93893164221ad4f24142086d535b3a0957b9b9bea2dc86301"
260dependencies = [
261 "clap",
262 "roff",
263]
264
265[[package]]
266name = "colorchoice"
267version = "1.0.4"
268source = "registry+https://github.com/rust-lang/crates.io-index"
269checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
270
271[[package]]
272name = "core-foundation"
273version = "0.9.4"
274source = "registry+https://github.com/rust-lang/crates.io-index"
275checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
276dependencies = [
277 "core-foundation-sys",
278 "libc",
279]
280
281[[package]]
282name = "core-foundation-sys"
283version = "0.8.7"
284source = "registry+https://github.com/rust-lang/crates.io-index"
285checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
286
287[[package]]
288name = "darling"
289version = "0.20.11"
290source = "registry+https://github.com/rust-lang/crates.io-index"
291checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
292dependencies = [
293 "darling_core",
294 "darling_macro",
295]
296
297[[package]]
298name = "darling_core"
299version = "0.20.11"
300source = "registry+https://github.com/rust-lang/crates.io-index"
301checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
302dependencies = [
303 "fnv",
304 "ident_case",
305 "proc-macro2",
306 "quote",
307 "strsim",
308 "syn",
309]
310
311[[package]]
312name = "darling_macro"
313version = "0.20.11"
314source = "registry+https://github.com/rust-lang/crates.io-index"
315checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
316dependencies = [
317 "darling_core",
318 "quote",
319 "syn",
320]
321
322[[package]]
323name = "derive_builder"
324version = "0.20.2"
325source = "registry+https://github.com/rust-lang/crates.io-index"
326checksum = "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947"
327dependencies = [
328 "derive_builder_macro",
329]
330
331[[package]]
332name = "derive_builder_core"
333version = "0.20.2"
334source = "registry+https://github.com/rust-lang/crates.io-index"
335checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8"
336dependencies = [
337 "darling",
338 "proc-macro2",
339 "quote",
340 "syn",
341]
342
343[[package]]
344name = "derive_builder_macro"
345version = "0.20.2"
346source = "registry+https://github.com/rust-lang/crates.io-index"
347checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c"
348dependencies = [
349 "derive_builder_core",
350 "syn",
351]
352
353[[package]]
354name = "diligent-date-parser"
355version = "0.1.5"
356source = "registry+https://github.com/rust-lang/crates.io-index"
357checksum = "c8ede7d79366f419921e2e2f67889c12125726692a313bffb474bd5f37a581e9"
358dependencies = [
359 "chrono",
360]
361
362[[package]]
363name = "dirs"
364version = "6.0.0"
365source = "registry+https://github.com/rust-lang/crates.io-index"
366checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
367dependencies = [
368 "dirs-sys",
369]
370
371[[package]]
372name = "dirs-sys"
373version = "0.5.0"
374source = "registry+https://github.com/rust-lang/crates.io-index"
375checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
376dependencies = [
377 "libc",
378 "option-ext",
379 "redox_users",
380 "windows-sys 0.61.2",
381]
382
383[[package]]
384name = "displaydoc"
385version = "0.2.5"
386source = "registry+https://github.com/rust-lang/crates.io-index"
387checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
388dependencies = [
389 "proc-macro2",
390 "quote",
391 "syn",
392]
393
394[[package]]
395name = "encoding_rs"
396version = "0.8.35"
397source = "registry+https://github.com/rust-lang/crates.io-index"
398checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
399dependencies = [
400 "cfg-if",
401]
402
403[[package]]
404name = "equivalent"
405version = "1.0.2"
406source = "registry+https://github.com/rust-lang/crates.io-index"
407checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
408
409[[package]]
410name = "errno"
411version = "0.3.14"
412source = "registry+https://github.com/rust-lang/crates.io-index"
413checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
414dependencies = [
415 "libc",
416 "windows-sys 0.61.2",
417]
418
419[[package]]
420name = "fallible-iterator"
421version = "0.3.0"
422source = "registry+https://github.com/rust-lang/crates.io-index"
423checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
424
425[[package]]
426name = "fallible-streaming-iterator"
427version = "0.1.9"
428source = "registry+https://github.com/rust-lang/crates.io-index"
429checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
430
431[[package]]
432name = "fastrand"
433version = "2.3.0"
434source = "registry+https://github.com/rust-lang/crates.io-index"
435checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
436
437[[package]]
438name = "feed-rs"
439version = "2.3.1"
440source = "registry+https://github.com/rust-lang/crates.io-index"
441checksum = "e4c0591d23efd0d595099af69a31863ac1823046b1b021e3b06ba3aae7e00991"
442dependencies = [
443 "chrono",
444 "mediatype",
445 "quick-xml",
446 "regex",
447 "serde",
448 "serde_json",
449 "siphasher",
450 "url",
451 "uuid",
452]
453
454[[package]]
455name = "find-msvc-tools"
456version = "0.1.5"
457source = "registry+https://github.com/rust-lang/crates.io-index"
458checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
459
460[[package]]
461name = "fnv"
462version = "1.0.7"
463source = "registry+https://github.com/rust-lang/crates.io-index"
464checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
465
466[[package]]
467name = "foldhash"
468version = "0.1.5"
469source = "registry+https://github.com/rust-lang/crates.io-index"
470checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
471
472[[package]]
473name = "foreign-types"
474version = "0.3.2"
475source = "registry+https://github.com/rust-lang/crates.io-index"
476checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
477dependencies = [
478 "foreign-types-shared",
479]
480
481[[package]]
482name = "foreign-types-shared"
483version = "0.1.1"
484source = "registry+https://github.com/rust-lang/crates.io-index"
485checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
486
487[[package]]
488name = "form_urlencoded"
489version = "1.2.2"
490source = "registry+https://github.com/rust-lang/crates.io-index"
491checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
492dependencies = [
493 "percent-encoding",
494]
495
496[[package]]
497name = "futures-channel"
498version = "0.3.31"
499source = "registry+https://github.com/rust-lang/crates.io-index"
500checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
501dependencies = [
502 "futures-core",
503]
504
505[[package]]
506name = "futures-core"
507version = "0.3.31"
508source = "registry+https://github.com/rust-lang/crates.io-index"
509checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
510
511[[package]]
512name = "futures-io"
513version = "0.3.31"
514source = "registry+https://github.com/rust-lang/crates.io-index"
515checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
516
517[[package]]
518name = "futures-macro"
519version = "0.3.31"
520source = "registry+https://github.com/rust-lang/crates.io-index"
521checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
522dependencies = [
523 "proc-macro2",
524 "quote",
525 "syn",
526]
527
528[[package]]
529name = "futures-sink"
530version = "0.3.31"
531source = "registry+https://github.com/rust-lang/crates.io-index"
532checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
533
534[[package]]
535name = "futures-task"
536version = "0.3.31"
537source = "registry+https://github.com/rust-lang/crates.io-index"
538checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
539
540[[package]]
541name = "futures-util"
542version = "0.3.31"
543source = "registry+https://github.com/rust-lang/crates.io-index"
544checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
545dependencies = [
546 "futures-core",
547 "futures-io",
548 "futures-macro",
549 "futures-sink",
550 "futures-task",
551 "memchr",
552 "pin-project-lite",
553 "pin-utils",
554 "slab",
555]
556
557[[package]]
558name = "getrandom"
559version = "0.2.16"
560source = "registry+https://github.com/rust-lang/crates.io-index"
561checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
562dependencies = [
563 "cfg-if",
564 "libc",
565 "wasi",
566]
567
568[[package]]
569name = "getrandom"
570version = "0.3.4"
571source = "registry+https://github.com/rust-lang/crates.io-index"
572checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
573dependencies = [
574 "cfg-if",
575 "libc",
576 "r-efi",
577 "wasip2",
578]
579
580[[package]]
581name = "h2"
582version = "0.4.12"
583source = "registry+https://github.com/rust-lang/crates.io-index"
584checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
585dependencies = [
586 "atomic-waker",
587 "bytes",
588 "fnv",
589 "futures-core",
590 "futures-sink",
591 "http",
592 "indexmap",
593 "slab",
594 "tokio",
595 "tokio-util",
596 "tracing",
597]
598
599[[package]]
600name = "hashbrown"
601version = "0.15.5"
602source = "registry+https://github.com/rust-lang/crates.io-index"
603checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
604dependencies = [
605 "foldhash",
606]
607
608[[package]]
609name = "hashbrown"
610version = "0.16.1"
611source = "registry+https://github.com/rust-lang/crates.io-index"
612checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
613
614[[package]]
615name = "hashlink"
616version = "0.10.0"
617source = "registry+https://github.com/rust-lang/crates.io-index"
618checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
619dependencies = [
620 "hashbrown 0.15.5",
621]
622
623[[package]]
624name = "heck"
625version = "0.5.0"
626source = "registry+https://github.com/rust-lang/crates.io-index"
627checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
628
629[[package]]
630name = "http"
631version = "1.3.1"
632source = "registry+https://github.com/rust-lang/crates.io-index"
633checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
634dependencies = [
635 "bytes",
636 "fnv",
637 "itoa",
638]
639
640[[package]]
641name = "http-body"
642version = "1.0.1"
643source = "registry+https://github.com/rust-lang/crates.io-index"
644checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
645dependencies = [
646 "bytes",
647 "http",
648]
649
650[[package]]
651name = "http-body-util"
652version = "0.1.3"
653source = "registry+https://github.com/rust-lang/crates.io-index"
654checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
655dependencies = [
656 "bytes",
657 "futures-core",
658 "http",
659 "http-body",
660 "pin-project-lite",
661]
662
663[[package]]
664name = "httparse"
665version = "1.10.1"
666source = "registry+https://github.com/rust-lang/crates.io-index"
667checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
668
669[[package]]
670name = "httpdate"
671version = "1.0.3"
672source = "registry+https://github.com/rust-lang/crates.io-index"
673checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
674
675[[package]]
676name = "hyper"
677version = "1.8.1"
678source = "registry+https://github.com/rust-lang/crates.io-index"
679checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11"
680dependencies = [
681 "atomic-waker",
682 "bytes",
683 "futures-channel",
684 "futures-core",
685 "h2",
686 "http",
687 "http-body",
688 "httparse",
689 "httpdate",
690 "itoa",
691 "pin-project-lite",
692 "pin-utils",
693 "smallvec",
694 "tokio",
695 "want",
696]
697
698[[package]]
699name = "hyper-rustls"
700version = "0.27.7"
701source = "registry+https://github.com/rust-lang/crates.io-index"
702checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
703dependencies = [
704 "http",
705 "hyper",
706 "hyper-util",
707 "rustls",
708 "rustls-pki-types",
709 "tokio",
710 "tokio-rustls",
711 "tower-service",
712]
713
714[[package]]
715name = "hyper-tls"
716version = "0.6.0"
717source = "registry+https://github.com/rust-lang/crates.io-index"
718checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
719dependencies = [
720 "bytes",
721 "http-body-util",
722 "hyper",
723 "hyper-util",
724 "native-tls",
725 "tokio",
726 "tokio-native-tls",
727 "tower-service",
728]
729
730[[package]]
731name = "hyper-util"
732version = "0.1.18"
733source = "registry+https://github.com/rust-lang/crates.io-index"
734checksum = "52e9a2a24dc5c6821e71a7030e1e14b7b632acac55c40e9d2e082c621261bb56"
735dependencies = [
736 "base64",
737 "bytes",
738 "futures-channel",
739 "futures-core",
740 "futures-util",
741 "http",
742 "http-body",
743 "hyper",
744 "ipnet",
745 "libc",
746 "percent-encoding",
747 "pin-project-lite",
748 "socket2",
749 "system-configuration",
750 "tokio",
751 "tower-service",
752 "tracing",
753 "windows-registry",
754]
755
756[[package]]
757name = "iana-time-zone"
758version = "0.1.64"
759source = "registry+https://github.com/rust-lang/crates.io-index"
760checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
761dependencies = [
762 "android_system_properties",
763 "core-foundation-sys",
764 "iana-time-zone-haiku",
765 "js-sys",
766 "log",
767 "wasm-bindgen",
768 "windows-core",
769]
770
771[[package]]
772name = "iana-time-zone-haiku"
773version = "0.1.2"
774source = "registry+https://github.com/rust-lang/crates.io-index"
775checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
776dependencies = [
777 "cc",
778]
779
780[[package]]
781name = "icu_collections"
782version = "2.1.1"
783source = "registry+https://github.com/rust-lang/crates.io-index"
784checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43"
785dependencies = [
786 "displaydoc",
787 "potential_utf",
788 "yoke",
789 "zerofrom",
790 "zerovec",
791]
792
793[[package]]
794name = "icu_locale_core"
795version = "2.1.1"
796source = "registry+https://github.com/rust-lang/crates.io-index"
797checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6"
798dependencies = [
799 "displaydoc",
800 "litemap",
801 "tinystr",
802 "writeable",
803 "zerovec",
804]
805
806[[package]]
807name = "icu_normalizer"
808version = "2.1.1"
809source = "registry+https://github.com/rust-lang/crates.io-index"
810checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599"
811dependencies = [
812 "icu_collections",
813 "icu_normalizer_data",
814 "icu_properties",
815 "icu_provider",
816 "smallvec",
817 "zerovec",
818]
819
820[[package]]
821name = "icu_normalizer_data"
822version = "2.1.1"
823source = "registry+https://github.com/rust-lang/crates.io-index"
824checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a"
825
826[[package]]
827name = "icu_properties"
828version = "2.1.1"
829source = "registry+https://github.com/rust-lang/crates.io-index"
830checksum = "e93fcd3157766c0c8da2f8cff6ce651a31f0810eaa1c51ec363ef790bbb5fb99"
831dependencies = [
832 "icu_collections",
833 "icu_locale_core",
834 "icu_properties_data",
835 "icu_provider",
836 "zerotrie",
837 "zerovec",
838]
839
840[[package]]
841name = "icu_properties_data"
842version = "2.1.1"
843source = "registry+https://github.com/rust-lang/crates.io-index"
844checksum = "02845b3647bb045f1100ecd6480ff52f34c35f82d9880e029d329c21d1054899"
845
846[[package]]
847name = "icu_provider"
848version = "2.1.1"
849source = "registry+https://github.com/rust-lang/crates.io-index"
850checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614"
851dependencies = [
852 "displaydoc",
853 "icu_locale_core",
854 "writeable",
855 "yoke",
856 "zerofrom",
857 "zerotrie",
858 "zerovec",
859]
860
861[[package]]
862name = "ident_case"
863version = "1.0.1"
864source = "registry+https://github.com/rust-lang/crates.io-index"
865checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
866
867[[package]]
868name = "idna"
869version = "1.1.0"
870source = "registry+https://github.com/rust-lang/crates.io-index"
871checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
872dependencies = [
873 "idna_adapter",
874 "smallvec",
875 "utf8_iter",
876]
877
878[[package]]
879name = "idna_adapter"
880version = "1.2.1"
881source = "registry+https://github.com/rust-lang/crates.io-index"
882checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
883dependencies = [
884 "icu_normalizer",
885 "icu_properties",
886]
887
888[[package]]
889name = "indexmap"
890version = "2.12.1"
891source = "registry+https://github.com/rust-lang/crates.io-index"
892checksum = "0ad4bb2b565bca0645f4d68c5c9af97fba094e9791da685bf83cb5f3ce74acf2"
893dependencies = [
894 "equivalent",
895 "hashbrown 0.16.1",
896]
897
898[[package]]
899name = "ipnet"
900version = "2.11.0"
901source = "registry+https://github.com/rust-lang/crates.io-index"
902checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
903
904[[package]]
905name = "iri-string"
906version = "0.7.9"
907source = "registry+https://github.com/rust-lang/crates.io-index"
908checksum = "4f867b9d1d896b67beb18518eda36fdb77a32ea590de864f1325b294a6d14397"
909dependencies = [
910 "memchr",
911 "serde",
912]
913
914[[package]]
915name = "is_terminal_polyfill"
916version = "1.70.2"
917source = "registry+https://github.com/rust-lang/crates.io-index"
918checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
919
920[[package]]
921name = "itoa"
922version = "1.0.15"
923source = "registry+https://github.com/rust-lang/crates.io-index"
924checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
925
926[[package]]
927name = "js-sys"
928version = "0.3.82"
929source = "registry+https://github.com/rust-lang/crates.io-index"
930checksum = "b011eec8cc36da2aab2d5cff675ec18454fad408585853910a202391cf9f8e65"
931dependencies = [
932 "once_cell",
933 "wasm-bindgen",
934]
935
936[[package]]
937name = "libc"
938version = "0.2.177"
939source = "registry+https://github.com/rust-lang/crates.io-index"
940checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976"
941
942[[package]]
943name = "libredox"
944version = "0.1.10"
945source = "registry+https://github.com/rust-lang/crates.io-index"
946checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
947dependencies = [
948 "bitflags",
949 "libc",
950]
951
952[[package]]
953name = "libsqlite3-sys"
954version = "0.35.0"
955source = "registry+https://github.com/rust-lang/crates.io-index"
956checksum = "133c182a6a2c87864fe97778797e46c7e999672690dc9fa3ee8e241aa4a9c13f"
957dependencies = [
958 "cc",
959 "pkg-config",
960 "vcpkg",
961]
962
963[[package]]
964name = "linux-raw-sys"
965version = "0.11.0"
966source = "registry+https://github.com/rust-lang/crates.io-index"
967checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
968
969[[package]]
970name = "litemap"
971version = "0.8.1"
972source = "registry+https://github.com/rust-lang/crates.io-index"
973checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77"
974
975[[package]]
976name = "log"
977version = "0.4.28"
978source = "registry+https://github.com/rust-lang/crates.io-index"
979checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432"
980
981[[package]]
982name = "matchit"
983version = "0.7.3"
984source = "registry+https://github.com/rust-lang/crates.io-index"
985checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
986
987[[package]]
988name = "matchit"
989version = "0.8.4"
990source = "registry+https://github.com/rust-lang/crates.io-index"
991checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
992
993[[package]]
994name = "mediatype"
995version = "0.19.20"
996source = "registry+https://github.com/rust-lang/crates.io-index"
997checksum = "33746aadcb41349ec291e7f2f0a3aa6834d1d7c58066fb4b01f68efc4c4b7631"
998dependencies = [
999 "serde",
1000]
1001
1002[[package]]
1003name = "memchr"
1004version = "2.7.6"
1005source = "registry+https://github.com/rust-lang/crates.io-index"
1006checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
1007
1008[[package]]
1009name = "mime"
1010version = "0.3.17"
1011source = "registry+https://github.com/rust-lang/crates.io-index"
1012checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
1013
1014[[package]]
1015name = "mio"
1016version = "1.1.0"
1017source = "registry+https://github.com/rust-lang/crates.io-index"
1018checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
1019dependencies = [
1020 "libc",
1021 "wasi",
1022 "windows-sys 0.61.2",
1023]
1024
1025[[package]]
1026name = "native-tls"
1027version = "0.2.14"
1028source = "registry+https://github.com/rust-lang/crates.io-index"
1029checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
1030dependencies = [
1031 "libc",
1032 "log",
1033 "openssl",
1034 "openssl-probe",
1035 "openssl-sys",
1036 "schannel",
1037 "security-framework",
1038 "security-framework-sys",
1039 "tempfile",
1040]
1041
1042[[package]]
1043name = "never"
1044version = "0.1.0"
1045source = "registry+https://github.com/rust-lang/crates.io-index"
1046checksum = "c96aba5aa877601bb3f6dd6a63a969e1f82e60646e81e71b14496995e9853c91"
1047
1048[[package]]
1049name = "num-traits"
1050version = "0.2.19"
1051source = "registry+https://github.com/rust-lang/crates.io-index"
1052checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1053dependencies = [
1054 "autocfg",
1055]
1056
1057[[package]]
1058name = "once_cell"
1059version = "1.21.3"
1060source = "registry+https://github.com/rust-lang/crates.io-index"
1061checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
1062
1063[[package]]
1064name = "once_cell_polyfill"
1065version = "1.70.2"
1066source = "registry+https://github.com/rust-lang/crates.io-index"
1067checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
1068
1069[[package]]
1070name = "openssl"
1071version = "0.10.75"
1072source = "registry+https://github.com/rust-lang/crates.io-index"
1073checksum = "08838db121398ad17ab8531ce9de97b244589089e290a384c900cb9ff7434328"
1074dependencies = [
1075 "bitflags",
1076 "cfg-if",
1077 "foreign-types",
1078 "libc",
1079 "once_cell",
1080 "openssl-macros",
1081 "openssl-sys",
1082]
1083
1084[[package]]
1085name = "openssl-macros"
1086version = "0.1.1"
1087source = "registry+https://github.com/rust-lang/crates.io-index"
1088checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
1089dependencies = [
1090 "proc-macro2",
1091 "quote",
1092 "syn",
1093]
1094
1095[[package]]
1096name = "openssl-probe"
1097version = "0.1.6"
1098source = "registry+https://github.com/rust-lang/crates.io-index"
1099checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
1100
1101[[package]]
1102name = "openssl-sys"
1103version = "0.9.111"
1104source = "registry+https://github.com/rust-lang/crates.io-index"
1105checksum = "82cab2d520aa75e3c58898289429321eb788c3106963d0dc886ec7a5f4adc321"
1106dependencies = [
1107 "cc",
1108 "libc",
1109 "pkg-config",
1110 "vcpkg",
1111]
1112
1113[[package]]
1114name = "option-ext"
1115version = "0.2.0"
1116source = "registry+https://github.com/rust-lang/crates.io-index"
1117checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
1118
1119[[package]]
1120name = "owo-colors"
1121version = "4.2.3"
1122source = "registry+https://github.com/rust-lang/crates.io-index"
1123checksum = "9c6901729fa79e91a0913333229e9ca5dc725089d1c363b2f4b4760709dc4a52"
1124
1125[[package]]
1126name = "pai"
1127version = "0.1.0"
1128dependencies = [
1129 "chrono",
1130 "clap",
1131 "clap_mangen",
1132 "dirs",
1133 "owo-colors",
1134 "pai-core",
1135 "pai-server",
1136 "rss",
1137 "serde",
1138 "serde_json",
1139 "tempfile",
1140]
1141
1142[[package]]
1143name = "pai-core"
1144version = "0.1.0"
1145dependencies = [
1146 "chrono",
1147 "feed-rs",
1148 "reqwest",
1149 "serde",
1150 "serde_json",
1151 "thiserror",
1152 "tokio",
1153 "toml",
1154 "uuid",
1155]
1156
1157[[package]]
1158name = "pai-server"
1159version = "0.1.0"
1160dependencies = [
1161 "axum",
1162 "chrono",
1163 "owo-colors",
1164 "pai-core",
1165 "rss",
1166 "rusqlite",
1167 "serde",
1168 "serde_json",
1169 "tempfile",
1170 "tokio",
1171 "tower",
1172 "tower-http",
1173]
1174
1175[[package]]
1176name = "pai-worker"
1177version = "0.1.0"
1178dependencies = [
1179 "chrono",
1180 "pai-core",
1181 "rss",
1182 "serde",
1183 "serde_json",
1184 "serde_urlencoded",
1185 "worker",
1186]
1187
1188[[package]]
1189name = "percent-encoding"
1190version = "2.3.2"
1191source = "registry+https://github.com/rust-lang/crates.io-index"
1192checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
1193
1194[[package]]
1195name = "pin-project"
1196version = "1.1.10"
1197source = "registry+https://github.com/rust-lang/crates.io-index"
1198checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
1199dependencies = [
1200 "pin-project-internal",
1201]
1202
1203[[package]]
1204name = "pin-project-internal"
1205version = "1.1.10"
1206source = "registry+https://github.com/rust-lang/crates.io-index"
1207checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
1208dependencies = [
1209 "proc-macro2",
1210 "quote",
1211 "syn",
1212]
1213
1214[[package]]
1215name = "pin-project-lite"
1216version = "0.2.16"
1217source = "registry+https://github.com/rust-lang/crates.io-index"
1218checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
1219
1220[[package]]
1221name = "pin-utils"
1222version = "0.1.0"
1223source = "registry+https://github.com/rust-lang/crates.io-index"
1224checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1225
1226[[package]]
1227name = "pkg-config"
1228version = "0.3.32"
1229source = "registry+https://github.com/rust-lang/crates.io-index"
1230checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
1231
1232[[package]]
1233name = "potential_utf"
1234version = "0.1.4"
1235source = "registry+https://github.com/rust-lang/crates.io-index"
1236checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77"
1237dependencies = [
1238 "zerovec",
1239]
1240
1241[[package]]
1242name = "proc-macro2"
1243version = "1.0.103"
1244source = "registry+https://github.com/rust-lang/crates.io-index"
1245checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8"
1246dependencies = [
1247 "unicode-ident",
1248]
1249
1250[[package]]
1251name = "quick-xml"
1252version = "0.37.5"
1253source = "registry+https://github.com/rust-lang/crates.io-index"
1254checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
1255dependencies = [
1256 "encoding_rs",
1257 "memchr",
1258]
1259
1260[[package]]
1261name = "quote"
1262version = "1.0.42"
1263source = "registry+https://github.com/rust-lang/crates.io-index"
1264checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f"
1265dependencies = [
1266 "proc-macro2",
1267]
1268
1269[[package]]
1270name = "r-efi"
1271version = "5.3.0"
1272source = "registry+https://github.com/rust-lang/crates.io-index"
1273checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
1274
1275[[package]]
1276name = "redox_users"
1277version = "0.5.2"
1278source = "registry+https://github.com/rust-lang/crates.io-index"
1279checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
1280dependencies = [
1281 "getrandom 0.2.16",
1282 "libredox",
1283 "thiserror",
1284]
1285
1286[[package]]
1287name = "regex"
1288version = "1.12.2"
1289source = "registry+https://github.com/rust-lang/crates.io-index"
1290checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
1291dependencies = [
1292 "aho-corasick",
1293 "memchr",
1294 "regex-automata",
1295 "regex-syntax",
1296]
1297
1298[[package]]
1299name = "regex-automata"
1300version = "0.4.13"
1301source = "registry+https://github.com/rust-lang/crates.io-index"
1302checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
1303dependencies = [
1304 "aho-corasick",
1305 "memchr",
1306 "regex-syntax",
1307]
1308
1309[[package]]
1310name = "regex-syntax"
1311version = "0.8.8"
1312source = "registry+https://github.com/rust-lang/crates.io-index"
1313checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
1314
1315[[package]]
1316name = "reqwest"
1317version = "0.12.24"
1318source = "registry+https://github.com/rust-lang/crates.io-index"
1319checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
1320dependencies = [
1321 "base64",
1322 "bytes",
1323 "encoding_rs",
1324 "futures-core",
1325 "h2",
1326 "http",
1327 "http-body",
1328 "http-body-util",
1329 "hyper",
1330 "hyper-rustls",
1331 "hyper-tls",
1332 "hyper-util",
1333 "js-sys",
1334 "log",
1335 "mime",
1336 "native-tls",
1337 "percent-encoding",
1338 "pin-project-lite",
1339 "rustls-pki-types",
1340 "serde",
1341 "serde_json",
1342 "serde_urlencoded",
1343 "sync_wrapper",
1344 "tokio",
1345 "tokio-native-tls",
1346 "tower",
1347 "tower-http",
1348 "tower-service",
1349 "url",
1350 "wasm-bindgen",
1351 "wasm-bindgen-futures",
1352 "web-sys",
1353]
1354
1355[[package]]
1356name = "ring"
1357version = "0.17.14"
1358source = "registry+https://github.com/rust-lang/crates.io-index"
1359checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
1360dependencies = [
1361 "cc",
1362 "cfg-if",
1363 "getrandom 0.2.16",
1364 "libc",
1365 "untrusted",
1366 "windows-sys 0.52.0",
1367]
1368
1369[[package]]
1370name = "roff"
1371version = "0.2.2"
1372source = "registry+https://github.com/rust-lang/crates.io-index"
1373checksum = "88f8660c1ff60292143c98d08fc6e2f654d722db50410e3f3797d40baaf9d8f3"
1374
1375[[package]]
1376name = "rss"
1377version = "2.0.12"
1378source = "registry+https://github.com/rust-lang/crates.io-index"
1379checksum = "b2107738f003660f0a91f56fd3e3bd3ab5d918b2ddaf1e1ec2136fb1c46f71bf"
1380dependencies = [
1381 "atom_syndication",
1382 "derive_builder",
1383 "never",
1384 "quick-xml",
1385]
1386
1387[[package]]
1388name = "rusqlite"
1389version = "0.37.0"
1390source = "registry+https://github.com/rust-lang/crates.io-index"
1391checksum = "165ca6e57b20e1351573e3729b958bc62f0e48025386970b6e4d29e7a7e71f3f"
1392dependencies = [
1393 "bitflags",
1394 "fallible-iterator",
1395 "fallible-streaming-iterator",
1396 "hashlink",
1397 "libsqlite3-sys",
1398 "smallvec",
1399]
1400
1401[[package]]
1402name = "rustix"
1403version = "1.1.2"
1404source = "registry+https://github.com/rust-lang/crates.io-index"
1405checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
1406dependencies = [
1407 "bitflags",
1408 "errno",
1409 "libc",
1410 "linux-raw-sys",
1411 "windows-sys 0.61.2",
1412]
1413
1414[[package]]
1415name = "rustls"
1416version = "0.23.35"
1417source = "registry+https://github.com/rust-lang/crates.io-index"
1418checksum = "533f54bc6a7d4f647e46ad909549eda97bf5afc1585190ef692b4286b198bd8f"
1419dependencies = [
1420 "once_cell",
1421 "rustls-pki-types",
1422 "rustls-webpki",
1423 "subtle",
1424 "zeroize",
1425]
1426
1427[[package]]
1428name = "rustls-pki-types"
1429version = "1.13.0"
1430source = "registry+https://github.com/rust-lang/crates.io-index"
1431checksum = "94182ad936a0c91c324cd46c6511b9510ed16af436d7b5bab34beab0afd55f7a"
1432dependencies = [
1433 "zeroize",
1434]
1435
1436[[package]]
1437name = "rustls-webpki"
1438version = "0.103.8"
1439source = "registry+https://github.com/rust-lang/crates.io-index"
1440checksum = "2ffdfa2f5286e2247234e03f680868ac2815974dc39e00ea15adc445d0aafe52"
1441dependencies = [
1442 "ring",
1443 "rustls-pki-types",
1444 "untrusted",
1445]
1446
1447[[package]]
1448name = "rustversion"
1449version = "1.0.22"
1450source = "registry+https://github.com/rust-lang/crates.io-index"
1451checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
1452
1453[[package]]
1454name = "ryu"
1455version = "1.0.20"
1456source = "registry+https://github.com/rust-lang/crates.io-index"
1457checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
1458
1459[[package]]
1460name = "schannel"
1461version = "0.1.28"
1462source = "registry+https://github.com/rust-lang/crates.io-index"
1463checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
1464dependencies = [
1465 "windows-sys 0.61.2",
1466]
1467
1468[[package]]
1469name = "security-framework"
1470version = "2.11.1"
1471source = "registry+https://github.com/rust-lang/crates.io-index"
1472checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
1473dependencies = [
1474 "bitflags",
1475 "core-foundation",
1476 "core-foundation-sys",
1477 "libc",
1478 "security-framework-sys",
1479]
1480
1481[[package]]
1482name = "security-framework-sys"
1483version = "2.15.0"
1484source = "registry+https://github.com/rust-lang/crates.io-index"
1485checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
1486dependencies = [
1487 "core-foundation-sys",
1488 "libc",
1489]
1490
1491[[package]]
1492name = "serde"
1493version = "1.0.228"
1494source = "registry+https://github.com/rust-lang/crates.io-index"
1495checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
1496dependencies = [
1497 "serde_core",
1498 "serde_derive",
1499]
1500
1501[[package]]
1502name = "serde-wasm-bindgen"
1503version = "0.6.5"
1504source = "registry+https://github.com/rust-lang/crates.io-index"
1505checksum = "8302e169f0eddcc139c70f139d19d6467353af16f9fce27e8c30158036a1e16b"
1506dependencies = [
1507 "js-sys",
1508 "serde",
1509 "wasm-bindgen",
1510]
1511
1512[[package]]
1513name = "serde_core"
1514version = "1.0.228"
1515source = "registry+https://github.com/rust-lang/crates.io-index"
1516checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
1517dependencies = [
1518 "serde_derive",
1519]
1520
1521[[package]]
1522name = "serde_derive"
1523version = "1.0.228"
1524source = "registry+https://github.com/rust-lang/crates.io-index"
1525checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
1526dependencies = [
1527 "proc-macro2",
1528 "quote",
1529 "syn",
1530]
1531
1532[[package]]
1533name = "serde_json"
1534version = "1.0.145"
1535source = "registry+https://github.com/rust-lang/crates.io-index"
1536checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
1537dependencies = [
1538 "itoa",
1539 "memchr",
1540 "ryu",
1541 "serde",
1542 "serde_core",
1543]
1544
1545[[package]]
1546name = "serde_path_to_error"
1547version = "0.1.20"
1548source = "registry+https://github.com/rust-lang/crates.io-index"
1549checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
1550dependencies = [
1551 "itoa",
1552 "serde",
1553 "serde_core",
1554]
1555
1556[[package]]
1557name = "serde_spanned"
1558version = "1.0.3"
1559source = "registry+https://github.com/rust-lang/crates.io-index"
1560checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392"
1561dependencies = [
1562 "serde_core",
1563]
1564
1565[[package]]
1566name = "serde_urlencoded"
1567version = "0.7.1"
1568source = "registry+https://github.com/rust-lang/crates.io-index"
1569checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
1570dependencies = [
1571 "form_urlencoded",
1572 "itoa",
1573 "ryu",
1574 "serde",
1575]
1576
1577[[package]]
1578name = "shlex"
1579version = "1.3.0"
1580source = "registry+https://github.com/rust-lang/crates.io-index"
1581checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
1582
1583[[package]]
1584name = "signal-hook-registry"
1585version = "1.4.7"
1586source = "registry+https://github.com/rust-lang/crates.io-index"
1587checksum = "7664a098b8e616bdfcc2dc0e9ac44eb231eedf41db4e9fe95d8d32ec728dedad"
1588dependencies = [
1589 "libc",
1590]
1591
1592[[package]]
1593name = "siphasher"
1594version = "1.0.1"
1595source = "registry+https://github.com/rust-lang/crates.io-index"
1596checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
1597
1598[[package]]
1599name = "slab"
1600version = "0.4.11"
1601source = "registry+https://github.com/rust-lang/crates.io-index"
1602checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
1603
1604[[package]]
1605name = "smallvec"
1606version = "1.15.1"
1607source = "registry+https://github.com/rust-lang/crates.io-index"
1608checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
1609
1610[[package]]
1611name = "socket2"
1612version = "0.6.1"
1613source = "registry+https://github.com/rust-lang/crates.io-index"
1614checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
1615dependencies = [
1616 "libc",
1617 "windows-sys 0.60.2",
1618]
1619
1620[[package]]
1621name = "stable_deref_trait"
1622version = "1.2.1"
1623source = "registry+https://github.com/rust-lang/crates.io-index"
1624checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
1625
1626[[package]]
1627name = "strsim"
1628version = "0.11.1"
1629source = "registry+https://github.com/rust-lang/crates.io-index"
1630checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
1631
1632[[package]]
1633name = "subtle"
1634version = "2.6.1"
1635source = "registry+https://github.com/rust-lang/crates.io-index"
1636checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
1637
1638[[package]]
1639name = "syn"
1640version = "2.0.111"
1641source = "registry+https://github.com/rust-lang/crates.io-index"
1642checksum = "390cc9a294ab71bdb1aa2e99d13be9c753cd2d7bd6560c77118597410c4d2e87"
1643dependencies = [
1644 "proc-macro2",
1645 "quote",
1646 "unicode-ident",
1647]
1648
1649[[package]]
1650name = "sync_wrapper"
1651version = "1.0.2"
1652source = "registry+https://github.com/rust-lang/crates.io-index"
1653checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
1654dependencies = [
1655 "futures-core",
1656]
1657
1658[[package]]
1659name = "synstructure"
1660version = "0.13.2"
1661source = "registry+https://github.com/rust-lang/crates.io-index"
1662checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
1663dependencies = [
1664 "proc-macro2",
1665 "quote",
1666 "syn",
1667]
1668
1669[[package]]
1670name = "system-configuration"
1671version = "0.6.1"
1672source = "registry+https://github.com/rust-lang/crates.io-index"
1673checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
1674dependencies = [
1675 "bitflags",
1676 "core-foundation",
1677 "system-configuration-sys",
1678]
1679
1680[[package]]
1681name = "system-configuration-sys"
1682version = "0.6.0"
1683source = "registry+https://github.com/rust-lang/crates.io-index"
1684checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
1685dependencies = [
1686 "core-foundation-sys",
1687 "libc",
1688]
1689
1690[[package]]
1691name = "tempfile"
1692version = "3.23.0"
1693source = "registry+https://github.com/rust-lang/crates.io-index"
1694checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
1695dependencies = [
1696 "fastrand",
1697 "getrandom 0.3.4",
1698 "once_cell",
1699 "rustix",
1700 "windows-sys 0.61.2",
1701]
1702
1703[[package]]
1704name = "thiserror"
1705version = "2.0.17"
1706source = "registry+https://github.com/rust-lang/crates.io-index"
1707checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
1708dependencies = [
1709 "thiserror-impl",
1710]
1711
1712[[package]]
1713name = "thiserror-impl"
1714version = "2.0.17"
1715source = "registry+https://github.com/rust-lang/crates.io-index"
1716checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
1717dependencies = [
1718 "proc-macro2",
1719 "quote",
1720 "syn",
1721]
1722
1723[[package]]
1724name = "tinystr"
1725version = "0.8.2"
1726source = "registry+https://github.com/rust-lang/crates.io-index"
1727checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869"
1728dependencies = [
1729 "displaydoc",
1730 "zerovec",
1731]
1732
1733[[package]]
1734name = "tokio"
1735version = "1.48.0"
1736source = "registry+https://github.com/rust-lang/crates.io-index"
1737checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
1738dependencies = [
1739 "bytes",
1740 "libc",
1741 "mio",
1742 "pin-project-lite",
1743 "signal-hook-registry",
1744 "socket2",
1745 "tokio-macros",
1746 "windows-sys 0.61.2",
1747]
1748
1749[[package]]
1750name = "tokio-macros"
1751version = "2.6.0"
1752source = "registry+https://github.com/rust-lang/crates.io-index"
1753checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
1754dependencies = [
1755 "proc-macro2",
1756 "quote",
1757 "syn",
1758]
1759
1760[[package]]
1761name = "tokio-native-tls"
1762version = "0.3.1"
1763source = "registry+https://github.com/rust-lang/crates.io-index"
1764checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
1765dependencies = [
1766 "native-tls",
1767 "tokio",
1768]
1769
1770[[package]]
1771name = "tokio-rustls"
1772version = "0.26.4"
1773source = "registry+https://github.com/rust-lang/crates.io-index"
1774checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
1775dependencies = [
1776 "rustls",
1777 "tokio",
1778]
1779
1780[[package]]
1781name = "tokio-util"
1782version = "0.7.17"
1783source = "registry+https://github.com/rust-lang/crates.io-index"
1784checksum = "2efa149fe76073d6e8fd97ef4f4eca7b67f599660115591483572e406e165594"
1785dependencies = [
1786 "bytes",
1787 "futures-core",
1788 "futures-sink",
1789 "pin-project-lite",
1790 "tokio",
1791]
1792
1793[[package]]
1794name = "toml"
1795version = "0.9.8"
1796source = "registry+https://github.com/rust-lang/crates.io-index"
1797checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8"
1798dependencies = [
1799 "indexmap",
1800 "serde_core",
1801 "serde_spanned",
1802 "toml_datetime",
1803 "toml_parser",
1804 "toml_writer",
1805 "winnow",
1806]
1807
1808[[package]]
1809name = "toml_datetime"
1810version = "0.7.3"
1811source = "registry+https://github.com/rust-lang/crates.io-index"
1812checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533"
1813dependencies = [
1814 "serde_core",
1815]
1816
1817[[package]]
1818name = "toml_parser"
1819version = "1.0.4"
1820source = "registry+https://github.com/rust-lang/crates.io-index"
1821checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e"
1822dependencies = [
1823 "winnow",
1824]
1825
1826[[package]]
1827name = "toml_writer"
1828version = "1.0.4"
1829source = "registry+https://github.com/rust-lang/crates.io-index"
1830checksum = "df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2"
1831
1832[[package]]
1833name = "tower"
1834version = "0.5.2"
1835source = "registry+https://github.com/rust-lang/crates.io-index"
1836checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
1837dependencies = [
1838 "futures-core",
1839 "futures-util",
1840 "pin-project-lite",
1841 "sync_wrapper",
1842 "tokio",
1843 "tower-layer",
1844 "tower-service",
1845 "tracing",
1846]
1847
1848[[package]]
1849name = "tower-http"
1850version = "0.6.6"
1851source = "registry+https://github.com/rust-lang/crates.io-index"
1852checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
1853dependencies = [
1854 "bitflags",
1855 "bytes",
1856 "futures-util",
1857 "http",
1858 "http-body",
1859 "iri-string",
1860 "pin-project-lite",
1861 "tower",
1862 "tower-layer",
1863 "tower-service",
1864]
1865
1866[[package]]
1867name = "tower-layer"
1868version = "0.3.3"
1869source = "registry+https://github.com/rust-lang/crates.io-index"
1870checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
1871
1872[[package]]
1873name = "tower-service"
1874version = "0.3.3"
1875source = "registry+https://github.com/rust-lang/crates.io-index"
1876checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
1877
1878[[package]]
1879name = "tracing"
1880version = "0.1.41"
1881source = "registry+https://github.com/rust-lang/crates.io-index"
1882checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
1883dependencies = [
1884 "log",
1885 "pin-project-lite",
1886 "tracing-core",
1887]
1888
1889[[package]]
1890name = "tracing-core"
1891version = "0.1.34"
1892source = "registry+https://github.com/rust-lang/crates.io-index"
1893checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678"
1894dependencies = [
1895 "once_cell",
1896]
1897
1898[[package]]
1899name = "try-lock"
1900version = "0.2.5"
1901source = "registry+https://github.com/rust-lang/crates.io-index"
1902checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
1903
1904[[package]]
1905name = "unicode-ident"
1906version = "1.0.22"
1907source = "registry+https://github.com/rust-lang/crates.io-index"
1908checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
1909
1910[[package]]
1911name = "untrusted"
1912version = "0.9.0"
1913source = "registry+https://github.com/rust-lang/crates.io-index"
1914checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
1915
1916[[package]]
1917name = "url"
1918version = "2.5.7"
1919source = "registry+https://github.com/rust-lang/crates.io-index"
1920checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
1921dependencies = [
1922 "form_urlencoded",
1923 "idna",
1924 "percent-encoding",
1925 "serde",
1926]
1927
1928[[package]]
1929name = "utf8_iter"
1930version = "1.0.4"
1931source = "registry+https://github.com/rust-lang/crates.io-index"
1932checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
1933
1934[[package]]
1935name = "utf8parse"
1936version = "0.2.2"
1937source = "registry+https://github.com/rust-lang/crates.io-index"
1938checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
1939
1940[[package]]
1941name = "uuid"
1942version = "1.18.1"
1943source = "registry+https://github.com/rust-lang/crates.io-index"
1944checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
1945dependencies = [
1946 "getrandom 0.3.4",
1947 "js-sys",
1948 "wasm-bindgen",
1949]
1950
1951[[package]]
1952name = "vcpkg"
1953version = "0.2.15"
1954source = "registry+https://github.com/rust-lang/crates.io-index"
1955checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
1956
1957[[package]]
1958name = "want"
1959version = "0.3.1"
1960source = "registry+https://github.com/rust-lang/crates.io-index"
1961checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
1962dependencies = [
1963 "try-lock",
1964]
1965
1966[[package]]
1967name = "wasi"
1968version = "0.11.1+wasi-snapshot-preview1"
1969source = "registry+https://github.com/rust-lang/crates.io-index"
1970checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
1971
1972[[package]]
1973name = "wasip2"
1974version = "1.0.1+wasi-0.2.4"
1975source = "registry+https://github.com/rust-lang/crates.io-index"
1976checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
1977dependencies = [
1978 "wit-bindgen",
1979]
1980
1981[[package]]
1982name = "wasm-bindgen"
1983version = "0.2.105"
1984source = "registry+https://github.com/rust-lang/crates.io-index"
1985checksum = "da95793dfc411fbbd93f5be7715b0578ec61fe87cb1a42b12eb625caa5c5ea60"
1986dependencies = [
1987 "cfg-if",
1988 "once_cell",
1989 "rustversion",
1990 "wasm-bindgen-macro",
1991 "wasm-bindgen-shared",
1992]
1993
1994[[package]]
1995name = "wasm-bindgen-futures"
1996version = "0.4.55"
1997source = "registry+https://github.com/rust-lang/crates.io-index"
1998checksum = "551f88106c6d5e7ccc7cd9a16f312dd3b5d36ea8b4954304657d5dfba115d4a0"
1999dependencies = [
2000 "cfg-if",
2001 "js-sys",
2002 "once_cell",
2003 "wasm-bindgen",
2004 "web-sys",
2005]
2006
2007[[package]]
2008name = "wasm-bindgen-macro"
2009version = "0.2.105"
2010source = "registry+https://github.com/rust-lang/crates.io-index"
2011checksum = "04264334509e04a7bf8690f2384ef5265f05143a4bff3889ab7a3269adab59c2"
2012dependencies = [
2013 "quote",
2014 "wasm-bindgen-macro-support",
2015]
2016
2017[[package]]
2018name = "wasm-bindgen-macro-support"
2019version = "0.2.105"
2020source = "registry+https://github.com/rust-lang/crates.io-index"
2021checksum = "420bc339d9f322e562942d52e115d57e950d12d88983a14c79b86859ee6c7ebc"
2022dependencies = [
2023 "bumpalo",
2024 "proc-macro2",
2025 "quote",
2026 "syn",
2027 "wasm-bindgen-shared",
2028]
2029
2030[[package]]
2031name = "wasm-bindgen-shared"
2032version = "0.2.105"
2033source = "registry+https://github.com/rust-lang/crates.io-index"
2034checksum = "76f218a38c84bcb33c25ec7059b07847d465ce0e0a76b995e134a45adcb6af76"
2035dependencies = [
2036 "unicode-ident",
2037]
2038
2039[[package]]
2040name = "wasm-streams"
2041version = "0.4.2"
2042source = "registry+https://github.com/rust-lang/crates.io-index"
2043checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
2044dependencies = [
2045 "futures-util",
2046 "js-sys",
2047 "wasm-bindgen",
2048 "wasm-bindgen-futures",
2049 "web-sys",
2050]
2051
2052[[package]]
2053name = "web-sys"
2054version = "0.3.82"
2055source = "registry+https://github.com/rust-lang/crates.io-index"
2056checksum = "3a1f95c0d03a47f4ae1f7a64643a6bb97465d9b740f0fa8f90ea33915c99a9a1"
2057dependencies = [
2058 "js-sys",
2059 "wasm-bindgen",
2060]
2061
2062[[package]]
2063name = "windows-core"
2064version = "0.62.2"
2065source = "registry+https://github.com/rust-lang/crates.io-index"
2066checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
2067dependencies = [
2068 "windows-implement",
2069 "windows-interface",
2070 "windows-link",
2071 "windows-result",
2072 "windows-strings",
2073]
2074
2075[[package]]
2076name = "windows-implement"
2077version = "0.60.2"
2078source = "registry+https://github.com/rust-lang/crates.io-index"
2079checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
2080dependencies = [
2081 "proc-macro2",
2082 "quote",
2083 "syn",
2084]
2085
2086[[package]]
2087name = "windows-interface"
2088version = "0.59.3"
2089source = "registry+https://github.com/rust-lang/crates.io-index"
2090checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
2091dependencies = [
2092 "proc-macro2",
2093 "quote",
2094 "syn",
2095]
2096
2097[[package]]
2098name = "windows-link"
2099version = "0.2.1"
2100source = "registry+https://github.com/rust-lang/crates.io-index"
2101checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
2102
2103[[package]]
2104name = "windows-registry"
2105version = "0.6.1"
2106source = "registry+https://github.com/rust-lang/crates.io-index"
2107checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
2108dependencies = [
2109 "windows-link",
2110 "windows-result",
2111 "windows-strings",
2112]
2113
2114[[package]]
2115name = "windows-result"
2116version = "0.4.1"
2117source = "registry+https://github.com/rust-lang/crates.io-index"
2118checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
2119dependencies = [
2120 "windows-link",
2121]
2122
2123[[package]]
2124name = "windows-strings"
2125version = "0.5.1"
2126source = "registry+https://github.com/rust-lang/crates.io-index"
2127checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
2128dependencies = [
2129 "windows-link",
2130]
2131
2132[[package]]
2133name = "windows-sys"
2134version = "0.52.0"
2135source = "registry+https://github.com/rust-lang/crates.io-index"
2136checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
2137dependencies = [
2138 "windows-targets 0.52.6",
2139]
2140
2141[[package]]
2142name = "windows-sys"
2143version = "0.60.2"
2144source = "registry+https://github.com/rust-lang/crates.io-index"
2145checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
2146dependencies = [
2147 "windows-targets 0.53.5",
2148]
2149
2150[[package]]
2151name = "windows-sys"
2152version = "0.61.2"
2153source = "registry+https://github.com/rust-lang/crates.io-index"
2154checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
2155dependencies = [
2156 "windows-link",
2157]
2158
2159[[package]]
2160name = "windows-targets"
2161version = "0.52.6"
2162source = "registry+https://github.com/rust-lang/crates.io-index"
2163checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2164dependencies = [
2165 "windows_aarch64_gnullvm 0.52.6",
2166 "windows_aarch64_msvc 0.52.6",
2167 "windows_i686_gnu 0.52.6",
2168 "windows_i686_gnullvm 0.52.6",
2169 "windows_i686_msvc 0.52.6",
2170 "windows_x86_64_gnu 0.52.6",
2171 "windows_x86_64_gnullvm 0.52.6",
2172 "windows_x86_64_msvc 0.52.6",
2173]
2174
2175[[package]]
2176name = "windows-targets"
2177version = "0.53.5"
2178source = "registry+https://github.com/rust-lang/crates.io-index"
2179checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
2180dependencies = [
2181 "windows-link",
2182 "windows_aarch64_gnullvm 0.53.1",
2183 "windows_aarch64_msvc 0.53.1",
2184 "windows_i686_gnu 0.53.1",
2185 "windows_i686_gnullvm 0.53.1",
2186 "windows_i686_msvc 0.53.1",
2187 "windows_x86_64_gnu 0.53.1",
2188 "windows_x86_64_gnullvm 0.53.1",
2189 "windows_x86_64_msvc 0.53.1",
2190]
2191
2192[[package]]
2193name = "windows_aarch64_gnullvm"
2194version = "0.52.6"
2195source = "registry+https://github.com/rust-lang/crates.io-index"
2196checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2197
2198[[package]]
2199name = "windows_aarch64_gnullvm"
2200version = "0.53.1"
2201source = "registry+https://github.com/rust-lang/crates.io-index"
2202checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
2203
2204[[package]]
2205name = "windows_aarch64_msvc"
2206version = "0.52.6"
2207source = "registry+https://github.com/rust-lang/crates.io-index"
2208checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2209
2210[[package]]
2211name = "windows_aarch64_msvc"
2212version = "0.53.1"
2213source = "registry+https://github.com/rust-lang/crates.io-index"
2214checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
2215
2216[[package]]
2217name = "windows_i686_gnu"
2218version = "0.52.6"
2219source = "registry+https://github.com/rust-lang/crates.io-index"
2220checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
2221
2222[[package]]
2223name = "windows_i686_gnu"
2224version = "0.53.1"
2225source = "registry+https://github.com/rust-lang/crates.io-index"
2226checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
2227
2228[[package]]
2229name = "windows_i686_gnullvm"
2230version = "0.52.6"
2231source = "registry+https://github.com/rust-lang/crates.io-index"
2232checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2233
2234[[package]]
2235name = "windows_i686_gnullvm"
2236version = "0.53.1"
2237source = "registry+https://github.com/rust-lang/crates.io-index"
2238checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
2239
2240[[package]]
2241name = "windows_i686_msvc"
2242version = "0.52.6"
2243source = "registry+https://github.com/rust-lang/crates.io-index"
2244checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2245
2246[[package]]
2247name = "windows_i686_msvc"
2248version = "0.53.1"
2249source = "registry+https://github.com/rust-lang/crates.io-index"
2250checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
2251
2252[[package]]
2253name = "windows_x86_64_gnu"
2254version = "0.52.6"
2255source = "registry+https://github.com/rust-lang/crates.io-index"
2256checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2257
2258[[package]]
2259name = "windows_x86_64_gnu"
2260version = "0.53.1"
2261source = "registry+https://github.com/rust-lang/crates.io-index"
2262checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
2263
2264[[package]]
2265name = "windows_x86_64_gnullvm"
2266version = "0.52.6"
2267source = "registry+https://github.com/rust-lang/crates.io-index"
2268checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2269
2270[[package]]
2271name = "windows_x86_64_gnullvm"
2272version = "0.53.1"
2273source = "registry+https://github.com/rust-lang/crates.io-index"
2274checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
2275
2276[[package]]
2277name = "windows_x86_64_msvc"
2278version = "0.52.6"
2279source = "registry+https://github.com/rust-lang/crates.io-index"
2280checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2281
2282[[package]]
2283name = "windows_x86_64_msvc"
2284version = "0.53.1"
2285source = "registry+https://github.com/rust-lang/crates.io-index"
2286checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
2287
2288[[package]]
2289name = "winnow"
2290version = "0.7.13"
2291source = "registry+https://github.com/rust-lang/crates.io-index"
2292checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
2293
2294[[package]]
2295name = "wit-bindgen"
2296version = "0.46.0"
2297source = "registry+https://github.com/rust-lang/crates.io-index"
2298checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
2299
2300[[package]]
2301name = "worker"
2302version = "0.7.0"
2303source = "registry+https://github.com/rust-lang/crates.io-index"
2304checksum = "c297e1a9f0e31ca0ba7e655977412bd85771278dafe5b84fc46f72b5caef5b6d"
2305dependencies = [
2306 "async-trait",
2307 "bytes",
2308 "chrono",
2309 "futures-channel",
2310 "futures-util",
2311 "http",
2312 "http-body",
2313 "js-sys",
2314 "matchit 0.7.3",
2315 "pin-project",
2316 "serde",
2317 "serde-wasm-bindgen",
2318 "serde_json",
2319 "serde_urlencoded",
2320 "tokio",
2321 "url",
2322 "wasm-bindgen",
2323 "wasm-bindgen-futures",
2324 "wasm-streams",
2325 "web-sys",
2326 "worker-macros",
2327 "worker-sys",
2328]
2329
2330[[package]]
2331name = "worker-macros"
2332version = "0.7.0"
2333source = "registry+https://github.com/rust-lang/crates.io-index"
2334checksum = "f6d57d9439ad92355f1e561bbbb33abf403125850c9b25ea6be4371b8bebcd4e"
2335dependencies = [
2336 "async-trait",
2337 "proc-macro2",
2338 "quote",
2339 "syn",
2340 "wasm-bindgen",
2341 "wasm-bindgen-futures",
2342 "wasm-bindgen-macro-support",
2343 "worker-sys",
2344]
2345
2346[[package]]
2347name = "worker-sys"
2348version = "0.7.0"
2349source = "registry+https://github.com/rust-lang/crates.io-index"
2350checksum = "d5abe9e356c630837d9dd7ee465946f809368b110672fdf1334ff64f89290981"
2351dependencies = [
2352 "cfg-if",
2353 "js-sys",
2354 "wasm-bindgen",
2355 "web-sys",
2356]
2357
2358[[package]]
2359name = "writeable"
2360version = "0.6.2"
2361source = "registry+https://github.com/rust-lang/crates.io-index"
2362checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9"
2363
2364[[package]]
2365name = "yoke"
2366version = "0.8.1"
2367source = "registry+https://github.com/rust-lang/crates.io-index"
2368checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954"
2369dependencies = [
2370 "stable_deref_trait",
2371 "yoke-derive",
2372 "zerofrom",
2373]
2374
2375[[package]]
2376name = "yoke-derive"
2377version = "0.8.1"
2378source = "registry+https://github.com/rust-lang/crates.io-index"
2379checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d"
2380dependencies = [
2381 "proc-macro2",
2382 "quote",
2383 "syn",
2384 "synstructure",
2385]
2386
2387[[package]]
2388name = "zerofrom"
2389version = "0.1.6"
2390source = "registry+https://github.com/rust-lang/crates.io-index"
2391checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
2392dependencies = [
2393 "zerofrom-derive",
2394]
2395
2396[[package]]
2397name = "zerofrom-derive"
2398version = "0.1.6"
2399source = "registry+https://github.com/rust-lang/crates.io-index"
2400checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
2401dependencies = [
2402 "proc-macro2",
2403 "quote",
2404 "syn",
2405 "synstructure",
2406]
2407
2408[[package]]
2409name = "zeroize"
2410version = "1.8.2"
2411source = "registry+https://github.com/rust-lang/crates.io-index"
2412checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
2413
2414[[package]]
2415name = "zerotrie"
2416version = "0.2.3"
2417source = "registry+https://github.com/rust-lang/crates.io-index"
2418checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851"
2419dependencies = [
2420 "displaydoc",
2421 "yoke",
2422 "zerofrom",
2423]
2424
2425[[package]]
2426name = "zerovec"
2427version = "0.11.5"
2428source = "registry+https://github.com/rust-lang/crates.io-index"
2429checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002"
2430dependencies = [
2431 "yoke",
2432 "zerofrom",
2433 "zerovec-derive",
2434]
2435
2436[[package]]
2437name = "zerovec-derive"
2438version = "0.11.2"
2439source = "registry+https://github.com/rust-lang/crates.io-index"
2440checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3"
2441dependencies = [
2442 "proc-macro2",
2443 "quote",
2444 "syn",
2445]