1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "addr2line"
7version = "0.25.1"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b"
10dependencies = [
11 "gimli",
12]
13
14[[package]]
15name = "adler2"
16version = "2.0.1"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
19
20[[package]]
21name = "aho-corasick"
22version = "1.1.3"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
25dependencies = [
26 "memchr",
27]
28
29[[package]]
30name = "android_system_properties"
31version = "0.1.5"
32source = "registry+https://github.com/rust-lang/crates.io-index"
33checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
34dependencies = [
35 "libc",
36]
37
38[[package]]
39name = "anstream"
40version = "0.6.20"
41source = "registry+https://github.com/rust-lang/crates.io-index"
42checksum = "3ae563653d1938f79b1ab1b5e668c87c76a9930414574a6583a7b7e11a8e6192"
43dependencies = [
44 "anstyle",
45 "anstyle-parse",
46 "anstyle-query",
47 "anstyle-wincon",
48 "colorchoice",
49 "is_terminal_polyfill",
50 "utf8parse",
51]
52
53[[package]]
54name = "anstyle"
55version = "1.0.13"
56source = "registry+https://github.com/rust-lang/crates.io-index"
57checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
58
59[[package]]
60name = "anstyle-parse"
61version = "0.2.7"
62source = "registry+https://github.com/rust-lang/crates.io-index"
63checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
64dependencies = [
65 "utf8parse",
66]
67
68[[package]]
69name = "anstyle-query"
70version = "1.1.4"
71source = "registry+https://github.com/rust-lang/crates.io-index"
72checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2"
73dependencies = [
74 "windows-sys 0.60.2",
75]
76
77[[package]]
78name = "anstyle-wincon"
79version = "3.0.10"
80source = "registry+https://github.com/rust-lang/crates.io-index"
81checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a"
82dependencies = [
83 "anstyle",
84 "once_cell_polyfill",
85 "windows-sys 0.60.2",
86]
87
88[[package]]
89name = "anyhow"
90version = "1.0.100"
91source = "registry+https://github.com/rust-lang/crates.io-index"
92checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
93
94[[package]]
95name = "async-compression"
96version = "0.4.32"
97source = "registry+https://github.com/rust-lang/crates.io-index"
98checksum = "5a89bce6054c720275ac2432fbba080a66a2106a44a1b804553930ca6909f4e0"
99dependencies = [
100 "compression-codecs",
101 "compression-core",
102 "futures-core",
103 "pin-project-lite",
104 "tokio",
105]
106
107[[package]]
108name = "atomic-waker"
109version = "1.1.2"
110source = "registry+https://github.com/rust-lang/crates.io-index"
111checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
112
113[[package]]
114name = "atrium-api"
115version = "0.24.10"
116source = "registry+https://github.com/rust-lang/crates.io-index"
117checksum = "9c5d74937642f6b21814e82d80f54d55ebd985b681bffbe27c8a76e726c3c4db"
118dependencies = [
119 "atrium-xrpc",
120 "chrono",
121 "http",
122 "ipld-core",
123 "langtag",
124 "regex",
125 "serde",
126 "serde_bytes",
127 "serde_json",
128 "thiserror 1.0.69",
129 "tokio",
130 "trait-variant",
131]
132
133[[package]]
134name = "atrium-xrpc"
135version = "0.12.3"
136source = "registry+https://github.com/rust-lang/crates.io-index"
137checksum = "0216ad50ce34e9ff982e171c3659e65dedaa2ed5ac2994524debdc9a9647ffa8"
138dependencies = [
139 "http",
140 "serde",
141 "serde_html_form",
142 "serde_json",
143 "thiserror 1.0.69",
144 "trait-variant",
145]
146
147[[package]]
148name = "atrium-xrpc-client"
149version = "0.5.14"
150source = "registry+https://github.com/rust-lang/crates.io-index"
151checksum = "e099e5171f79faef52364ef0657a4cab086a71b384a779a29597a91b780de0d5"
152dependencies = [
153 "atrium-xrpc",
154 "reqwest",
155]
156
157[[package]]
158name = "autocfg"
159version = "1.5.0"
160source = "registry+https://github.com/rust-lang/crates.io-index"
161checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
162
163[[package]]
164name = "backtrace"
165version = "0.3.76"
166source = "registry+https://github.com/rust-lang/crates.io-index"
167checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"
168dependencies = [
169 "addr2line",
170 "cfg-if",
171 "libc",
172 "miniz_oxide",
173 "object",
174 "rustc-demangle",
175 "windows-link 0.2.0",
176]
177
178[[package]]
179name = "base-x"
180version = "0.2.11"
181source = "registry+https://github.com/rust-lang/crates.io-index"
182checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270"
183
184[[package]]
185name = "base256emoji"
186version = "1.0.2"
187source = "registry+https://github.com/rust-lang/crates.io-index"
188checksum = "b5e9430d9a245a77c92176e649af6e275f20839a48389859d1661e9a128d077c"
189dependencies = [
190 "const-str",
191 "match-lookup",
192]
193
194[[package]]
195name = "base64"
196version = "0.22.1"
197source = "registry+https://github.com/rust-lang/crates.io-index"
198checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
199
200[[package]]
201name = "bitflags"
202version = "2.9.4"
203source = "registry+https://github.com/rust-lang/crates.io-index"
204checksum = "2261d10cca569e4643e526d8dc2e62e433cc8aba21ab764233731f8d369bf394"
205
206[[package]]
207name = "block-buffer"
208version = "0.10.4"
209source = "registry+https://github.com/rust-lang/crates.io-index"
210checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
211dependencies = [
212 "generic-array",
213]
214
215[[package]]
216name = "bumpalo"
217version = "3.19.0"
218source = "registry+https://github.com/rust-lang/crates.io-index"
219checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
220
221[[package]]
222name = "byteorder"
223version = "1.5.0"
224source = "registry+https://github.com/rust-lang/crates.io-index"
225checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
226
227[[package]]
228name = "bytes"
229version = "1.10.1"
230source = "registry+https://github.com/rust-lang/crates.io-index"
231checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
232
233[[package]]
234name = "cc"
235version = "1.2.39"
236source = "registry+https://github.com/rust-lang/crates.io-index"
237checksum = "e1354349954c6fc9cb0deab020f27f783cf0b604e8bb754dc4658ecf0d29c35f"
238dependencies = [
239 "find-msvc-tools",
240 "jobserver",
241 "libc",
242 "shlex",
243]
244
245[[package]]
246name = "cfg-if"
247version = "1.0.3"
248source = "registry+https://github.com/rust-lang/crates.io-index"
249checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9"
250
251[[package]]
252name = "cfg_aliases"
253version = "0.2.1"
254source = "registry+https://github.com/rust-lang/crates.io-index"
255checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
256
257[[package]]
258name = "chrono"
259version = "0.4.42"
260source = "registry+https://github.com/rust-lang/crates.io-index"
261checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
262dependencies = [
263 "iana-time-zone",
264 "js-sys",
265 "num-traits",
266 "serde",
267 "wasm-bindgen",
268 "windows-link 0.2.0",
269]
270
271[[package]]
272name = "cid"
273version = "0.11.1"
274source = "registry+https://github.com/rust-lang/crates.io-index"
275checksum = "3147d8272e8fa0ccd29ce51194dd98f79ddfb8191ba9e3409884e751798acf3a"
276dependencies = [
277 "core2",
278 "multibase",
279 "multihash",
280 "serde",
281 "serde_bytes",
282 "unsigned-varint",
283]
284
285[[package]]
286name = "clap"
287version = "4.5.48"
288source = "registry+https://github.com/rust-lang/crates.io-index"
289checksum = "e2134bb3ea021b78629caa971416385309e0131b351b25e01dc16fb54e1b5fae"
290dependencies = [
291 "clap_builder",
292 "clap_derive",
293]
294
295[[package]]
296name = "clap_builder"
297version = "4.5.48"
298source = "registry+https://github.com/rust-lang/crates.io-index"
299checksum = "c2ba64afa3c0a6df7fa517765e31314e983f51dda798ffba27b988194fb65dc9"
300dependencies = [
301 "anstream",
302 "anstyle",
303 "clap_lex",
304 "strsim",
305 "terminal_size",
306 "unicase",
307 "unicode-width",
308]
309
310[[package]]
311name = "clap_derive"
312version = "4.5.47"
313source = "registry+https://github.com/rust-lang/crates.io-index"
314checksum = "bbfd7eae0b0f1a6e63d4b13c9c478de77c2eb546fba158ad50b4203dc24b9f9c"
315dependencies = [
316 "heck",
317 "proc-macro2",
318 "quote",
319 "syn 2.0.106",
320]
321
322[[package]]
323name = "clap_lex"
324version = "0.7.5"
325source = "registry+https://github.com/rust-lang/crates.io-index"
326checksum = "b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675"
327
328[[package]]
329name = "colorchoice"
330version = "1.0.4"
331source = "registry+https://github.com/rust-lang/crates.io-index"
332checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
333
334[[package]]
335name = "colored"
336version = "2.2.0"
337source = "registry+https://github.com/rust-lang/crates.io-index"
338checksum = "117725a109d387c937a1533ce01b450cbde6b88abceea8473c4d7a85853cda3c"
339dependencies = [
340 "lazy_static",
341 "windows-sys 0.59.0",
342]
343
344[[package]]
345name = "compression-codecs"
346version = "0.4.31"
347source = "registry+https://github.com/rust-lang/crates.io-index"
348checksum = "ef8a506ec4b81c460798f572caead636d57d3d7e940f998160f52bd254bf2d23"
349dependencies = [
350 "compression-core",
351 "flate2",
352 "memchr",
353]
354
355[[package]]
356name = "compression-core"
357version = "0.4.29"
358source = "registry+https://github.com/rust-lang/crates.io-index"
359checksum = "e47641d3deaf41fb1538ac1f54735925e275eaf3bf4d55c81b137fba797e5cbb"
360
361[[package]]
362name = "console"
363version = "0.15.11"
364source = "registry+https://github.com/rust-lang/crates.io-index"
365checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
366dependencies = [
367 "encode_unicode",
368 "libc",
369 "once_cell",
370 "unicode-width",
371 "windows-sys 0.59.0",
372]
373
374[[package]]
375name = "const-str"
376version = "0.4.3"
377source = "registry+https://github.com/rust-lang/crates.io-index"
378checksum = "2f421161cb492475f1661ddc9815a745a1c894592070661180fdec3d4872e9c3"
379
380[[package]]
381name = "core-foundation"
382version = "0.9.4"
383source = "registry+https://github.com/rust-lang/crates.io-index"
384checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
385dependencies = [
386 "core-foundation-sys",
387 "libc",
388]
389
390[[package]]
391name = "core-foundation"
392version = "0.10.1"
393source = "registry+https://github.com/rust-lang/crates.io-index"
394checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
395dependencies = [
396 "core-foundation-sys",
397 "libc",
398]
399
400[[package]]
401name = "core-foundation-sys"
402version = "0.8.7"
403source = "registry+https://github.com/rust-lang/crates.io-index"
404checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
405
406[[package]]
407name = "core2"
408version = "0.4.0"
409source = "registry+https://github.com/rust-lang/crates.io-index"
410checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505"
411dependencies = [
412 "memchr",
413]
414
415[[package]]
416name = "cpufeatures"
417version = "0.2.17"
418source = "registry+https://github.com/rust-lang/crates.io-index"
419checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
420dependencies = [
421 "libc",
422]
423
424[[package]]
425name = "crc32fast"
426version = "1.5.0"
427source = "registry+https://github.com/rust-lang/crates.io-index"
428checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
429dependencies = [
430 "cfg-if",
431]
432
433[[package]]
434name = "crypto-common"
435version = "0.1.6"
436source = "registry+https://github.com/rust-lang/crates.io-index"
437checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
438dependencies = [
439 "generic-array",
440 "typenum",
441]
442
443[[package]]
444name = "data-encoding"
445version = "2.9.0"
446source = "registry+https://github.com/rust-lang/crates.io-index"
447checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
448
449[[package]]
450name = "data-encoding-macro"
451version = "0.1.18"
452source = "registry+https://github.com/rust-lang/crates.io-index"
453checksum = "47ce6c96ea0102f01122a185683611bd5ac8d99e62bc59dd12e6bda344ee673d"
454dependencies = [
455 "data-encoding",
456 "data-encoding-macro-internal",
457]
458
459[[package]]
460name = "data-encoding-macro-internal"
461version = "0.1.16"
462source = "registry+https://github.com/rust-lang/crates.io-index"
463checksum = "8d162beedaa69905488a8da94f5ac3edb4dd4788b732fadb7bd120b2625c1976"
464dependencies = [
465 "data-encoding",
466 "syn 2.0.106",
467]
468
469[[package]]
470name = "dbus"
471version = "0.9.9"
472source = "registry+https://github.com/rust-lang/crates.io-index"
473checksum = "190b6255e8ab55a7b568df5a883e9497edc3e4821c06396612048b430e5ad1e9"
474dependencies = [
475 "libc",
476 "libdbus-sys",
477 "windows-sys 0.59.0",
478]
479
480[[package]]
481name = "dbus-secret-service"
482version = "4.1.0"
483source = "registry+https://github.com/rust-lang/crates.io-index"
484checksum = "708b509edf7889e53d7efb0ffadd994cc6c2345ccb62f55cfd6b0682165e4fa6"
485dependencies = [
486 "dbus",
487 "openssl",
488 "zeroize",
489]
490
491[[package]]
492name = "dialoguer"
493version = "0.11.0"
494source = "registry+https://github.com/rust-lang/crates.io-index"
495checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
496dependencies = [
497 "console",
498 "shell-words",
499 "tempfile",
500 "thiserror 1.0.69",
501 "zeroize",
502]
503
504[[package]]
505name = "digest"
506version = "0.10.7"
507source = "registry+https://github.com/rust-lang/crates.io-index"
508checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
509dependencies = [
510 "block-buffer",
511 "crypto-common",
512]
513
514[[package]]
515name = "dirs"
516version = "5.0.1"
517source = "registry+https://github.com/rust-lang/crates.io-index"
518checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
519dependencies = [
520 "dirs-sys",
521]
522
523[[package]]
524name = "dirs-sys"
525version = "0.4.1"
526source = "registry+https://github.com/rust-lang/crates.io-index"
527checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
528dependencies = [
529 "libc",
530 "option-ext",
531 "redox_users",
532 "windows-sys 0.48.0",
533]
534
535[[package]]
536name = "displaydoc"
537version = "0.2.5"
538source = "registry+https://github.com/rust-lang/crates.io-index"
539checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
540dependencies = [
541 "proc-macro2",
542 "quote",
543 "syn 2.0.106",
544]
545
546[[package]]
547name = "encode_unicode"
548version = "1.0.0"
549source = "registry+https://github.com/rust-lang/crates.io-index"
550checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
551
552[[package]]
553name = "encoding_rs"
554version = "0.8.35"
555source = "registry+https://github.com/rust-lang/crates.io-index"
556checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
557dependencies = [
558 "cfg-if",
559]
560
561[[package]]
562name = "equivalent"
563version = "1.0.2"
564source = "registry+https://github.com/rust-lang/crates.io-index"
565checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
566
567[[package]]
568name = "errno"
569version = "0.3.14"
570source = "registry+https://github.com/rust-lang/crates.io-index"
571checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
572dependencies = [
573 "libc",
574 "windows-sys 0.61.1",
575]
576
577[[package]]
578name = "fastrand"
579version = "2.3.0"
580source = "registry+https://github.com/rust-lang/crates.io-index"
581checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
582
583[[package]]
584name = "find-msvc-tools"
585version = "0.1.2"
586source = "registry+https://github.com/rust-lang/crates.io-index"
587checksum = "1ced73b1dacfc750a6db6c0a0c3a3853c8b41997e2e2c563dc90804ae6867959"
588
589[[package]]
590name = "flate2"
591version = "1.1.2"
592source = "registry+https://github.com/rust-lang/crates.io-index"
593checksum = "4a3d7db9596fecd151c5f638c0ee5d5bd487b6e0ea232e5dc96d5250f6f94b1d"
594dependencies = [
595 "crc32fast",
596 "miniz_oxide",
597]
598
599[[package]]
600name = "fnv"
601version = "1.0.7"
602source = "registry+https://github.com/rust-lang/crates.io-index"
603checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
604
605[[package]]
606name = "foreign-types"
607version = "0.3.2"
608source = "registry+https://github.com/rust-lang/crates.io-index"
609checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
610dependencies = [
611 "foreign-types-shared",
612]
613
614[[package]]
615name = "foreign-types-shared"
616version = "0.1.1"
617source = "registry+https://github.com/rust-lang/crates.io-index"
618checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
619
620[[package]]
621name = "form_urlencoded"
622version = "1.2.2"
623source = "registry+https://github.com/rust-lang/crates.io-index"
624checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
625dependencies = [
626 "percent-encoding",
627]
628
629[[package]]
630name = "futures-channel"
631version = "0.3.31"
632source = "registry+https://github.com/rust-lang/crates.io-index"
633checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
634dependencies = [
635 "futures-core",
636]
637
638[[package]]
639name = "futures-core"
640version = "0.3.31"
641source = "registry+https://github.com/rust-lang/crates.io-index"
642checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
643
644[[package]]
645name = "futures-io"
646version = "0.3.31"
647source = "registry+https://github.com/rust-lang/crates.io-index"
648checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
649
650[[package]]
651name = "futures-macro"
652version = "0.3.31"
653source = "registry+https://github.com/rust-lang/crates.io-index"
654checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
655dependencies = [
656 "proc-macro2",
657 "quote",
658 "syn 2.0.106",
659]
660
661[[package]]
662name = "futures-sink"
663version = "0.3.31"
664source = "registry+https://github.com/rust-lang/crates.io-index"
665checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
666
667[[package]]
668name = "futures-task"
669version = "0.3.31"
670source = "registry+https://github.com/rust-lang/crates.io-index"
671checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
672
673[[package]]
674name = "futures-util"
675version = "0.3.31"
676source = "registry+https://github.com/rust-lang/crates.io-index"
677checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
678dependencies = [
679 "futures-core",
680 "futures-io",
681 "futures-macro",
682 "futures-sink",
683 "futures-task",
684 "memchr",
685 "pin-project-lite",
686 "pin-utils",
687 "slab",
688]
689
690[[package]]
691name = "generic-array"
692version = "0.14.9"
693source = "registry+https://github.com/rust-lang/crates.io-index"
694checksum = "4bb6743198531e02858aeaea5398fcc883e71851fcbcb5a2f773e2fb6cb1edf2"
695dependencies = [
696 "typenum",
697 "version_check",
698]
699
700[[package]]
701name = "getrandom"
702version = "0.2.16"
703source = "registry+https://github.com/rust-lang/crates.io-index"
704checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
705dependencies = [
706 "cfg-if",
707 "js-sys",
708 "libc",
709 "wasi 0.11.1+wasi-snapshot-preview1",
710 "wasm-bindgen",
711]
712
713[[package]]
714name = "getrandom"
715version = "0.3.3"
716source = "registry+https://github.com/rust-lang/crates.io-index"
717checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4"
718dependencies = [
719 "cfg-if",
720 "js-sys",
721 "libc",
722 "r-efi",
723 "wasi 0.14.7+wasi-0.2.4",
724 "wasm-bindgen",
725]
726
727[[package]]
728name = "gimli"
729version = "0.32.3"
730source = "registry+https://github.com/rust-lang/crates.io-index"
731checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
732
733[[package]]
734name = "git2"
735version = "0.19.0"
736source = "registry+https://github.com/rust-lang/crates.io-index"
737checksum = "b903b73e45dc0c6c596f2d37eccece7c1c8bb6e4407b001096387c63d0d93724"
738dependencies = [
739 "bitflags",
740 "libc",
741 "libgit2-sys",
742 "log",
743 "openssl-probe",
744 "openssl-sys",
745 "url",
746]
747
748[[package]]
749name = "h2"
750version = "0.4.12"
751source = "registry+https://github.com/rust-lang/crates.io-index"
752checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
753dependencies = [
754 "atomic-waker",
755 "bytes",
756 "fnv",
757 "futures-core",
758 "futures-sink",
759 "http",
760 "indexmap",
761 "slab",
762 "tokio",
763 "tokio-util",
764 "tracing",
765]
766
767[[package]]
768name = "hashbrown"
769version = "0.16.0"
770source = "registry+https://github.com/rust-lang/crates.io-index"
771checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d"
772
773[[package]]
774name = "heck"
775version = "0.5.0"
776source = "registry+https://github.com/rust-lang/crates.io-index"
777checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
778
779[[package]]
780name = "http"
781version = "1.3.1"
782source = "registry+https://github.com/rust-lang/crates.io-index"
783checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
784dependencies = [
785 "bytes",
786 "fnv",
787 "itoa",
788]
789
790[[package]]
791name = "http-body"
792version = "1.0.1"
793source = "registry+https://github.com/rust-lang/crates.io-index"
794checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
795dependencies = [
796 "bytes",
797 "http",
798]
799
800[[package]]
801name = "http-body-util"
802version = "0.1.3"
803source = "registry+https://github.com/rust-lang/crates.io-index"
804checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
805dependencies = [
806 "bytes",
807 "futures-core",
808 "http",
809 "http-body",
810 "pin-project-lite",
811]
812
813[[package]]
814name = "httparse"
815version = "1.10.1"
816source = "registry+https://github.com/rust-lang/crates.io-index"
817checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
818
819[[package]]
820name = "hyper"
821version = "1.7.0"
822source = "registry+https://github.com/rust-lang/crates.io-index"
823checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
824dependencies = [
825 "atomic-waker",
826 "bytes",
827 "futures-channel",
828 "futures-core",
829 "h2",
830 "http",
831 "http-body",
832 "httparse",
833 "itoa",
834 "pin-project-lite",
835 "pin-utils",
836 "smallvec",
837 "tokio",
838 "want",
839]
840
841[[package]]
842name = "hyper-rustls"
843version = "0.27.7"
844source = "registry+https://github.com/rust-lang/crates.io-index"
845checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
846dependencies = [
847 "http",
848 "hyper",
849 "hyper-util",
850 "rustls",
851 "rustls-pki-types",
852 "tokio",
853 "tokio-rustls",
854 "tower-service",
855 "webpki-roots",
856]
857
858[[package]]
859name = "hyper-tls"
860version = "0.6.0"
861source = "registry+https://github.com/rust-lang/crates.io-index"
862checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
863dependencies = [
864 "bytes",
865 "http-body-util",
866 "hyper",
867 "hyper-util",
868 "native-tls",
869 "tokio",
870 "tokio-native-tls",
871 "tower-service",
872]
873
874[[package]]
875name = "hyper-util"
876version = "0.1.17"
877source = "registry+https://github.com/rust-lang/crates.io-index"
878checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
879dependencies = [
880 "base64",
881 "bytes",
882 "futures-channel",
883 "futures-core",
884 "futures-util",
885 "http",
886 "http-body",
887 "hyper",
888 "ipnet",
889 "libc",
890 "percent-encoding",
891 "pin-project-lite",
892 "socket2",
893 "system-configuration",
894 "tokio",
895 "tower-service",
896 "tracing",
897 "windows-registry",
898]
899
900[[package]]
901name = "iana-time-zone"
902version = "0.1.64"
903source = "registry+https://github.com/rust-lang/crates.io-index"
904checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
905dependencies = [
906 "android_system_properties",
907 "core-foundation-sys",
908 "iana-time-zone-haiku",
909 "js-sys",
910 "log",
911 "wasm-bindgen",
912 "windows-core",
913]
914
915[[package]]
916name = "iana-time-zone-haiku"
917version = "0.1.2"
918source = "registry+https://github.com/rust-lang/crates.io-index"
919checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
920dependencies = [
921 "cc",
922]
923
924[[package]]
925name = "icu_collections"
926version = "2.0.0"
927source = "registry+https://github.com/rust-lang/crates.io-index"
928checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
929dependencies = [
930 "displaydoc",
931 "potential_utf",
932 "yoke",
933 "zerofrom",
934 "zerovec",
935]
936
937[[package]]
938name = "icu_locale_core"
939version = "2.0.0"
940source = "registry+https://github.com/rust-lang/crates.io-index"
941checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
942dependencies = [
943 "displaydoc",
944 "litemap",
945 "tinystr",
946 "writeable",
947 "zerovec",
948]
949
950[[package]]
951name = "icu_normalizer"
952version = "2.0.0"
953source = "registry+https://github.com/rust-lang/crates.io-index"
954checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
955dependencies = [
956 "displaydoc",
957 "icu_collections",
958 "icu_normalizer_data",
959 "icu_properties",
960 "icu_provider",
961 "smallvec",
962 "zerovec",
963]
964
965[[package]]
966name = "icu_normalizer_data"
967version = "2.0.0"
968source = "registry+https://github.com/rust-lang/crates.io-index"
969checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
970
971[[package]]
972name = "icu_properties"
973version = "2.0.1"
974source = "registry+https://github.com/rust-lang/crates.io-index"
975checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
976dependencies = [
977 "displaydoc",
978 "icu_collections",
979 "icu_locale_core",
980 "icu_properties_data",
981 "icu_provider",
982 "potential_utf",
983 "zerotrie",
984 "zerovec",
985]
986
987[[package]]
988name = "icu_properties_data"
989version = "2.0.1"
990source = "registry+https://github.com/rust-lang/crates.io-index"
991checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
992
993[[package]]
994name = "icu_provider"
995version = "2.0.0"
996source = "registry+https://github.com/rust-lang/crates.io-index"
997checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
998dependencies = [
999 "displaydoc",
1000 "icu_locale_core",
1001 "stable_deref_trait",
1002 "tinystr",
1003 "writeable",
1004 "yoke",
1005 "zerofrom",
1006 "zerotrie",
1007 "zerovec",
1008]
1009
1010[[package]]
1011name = "idna"
1012version = "1.1.0"
1013source = "registry+https://github.com/rust-lang/crates.io-index"
1014checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
1015dependencies = [
1016 "idna_adapter",
1017 "smallvec",
1018 "utf8_iter",
1019]
1020
1021[[package]]
1022name = "idna_adapter"
1023version = "1.2.1"
1024source = "registry+https://github.com/rust-lang/crates.io-index"
1025checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
1026dependencies = [
1027 "icu_normalizer",
1028 "icu_properties",
1029]
1030
1031[[package]]
1032name = "indexmap"
1033version = "2.11.4"
1034source = "registry+https://github.com/rust-lang/crates.io-index"
1035checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
1036dependencies = [
1037 "equivalent",
1038 "hashbrown",
1039]
1040
1041[[package]]
1042name = "indicatif"
1043version = "0.17.11"
1044source = "registry+https://github.com/rust-lang/crates.io-index"
1045checksum = "183b3088984b400f4cfac3620d5e076c84da5364016b4f49473de574b2586235"
1046dependencies = [
1047 "console",
1048 "number_prefix",
1049 "portable-atomic",
1050 "unicode-width",
1051 "web-time",
1052]
1053
1054[[package]]
1055name = "io-uring"
1056version = "0.7.10"
1057source = "registry+https://github.com/rust-lang/crates.io-index"
1058checksum = "046fa2d4d00aea763528b4950358d0ead425372445dc8ff86312b3c69ff7727b"
1059dependencies = [
1060 "bitflags",
1061 "cfg-if",
1062 "libc",
1063]
1064
1065[[package]]
1066name = "ipld-core"
1067version = "0.4.2"
1068source = "registry+https://github.com/rust-lang/crates.io-index"
1069checksum = "104718b1cc124d92a6d01ca9c9258a7df311405debb3408c445a36452f9bf8db"
1070dependencies = [
1071 "cid",
1072 "serde",
1073 "serde_bytes",
1074]
1075
1076[[package]]
1077name = "ipnet"
1078version = "2.11.0"
1079source = "registry+https://github.com/rust-lang/crates.io-index"
1080checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
1081
1082[[package]]
1083name = "iri-string"
1084version = "0.7.8"
1085source = "registry+https://github.com/rust-lang/crates.io-index"
1086checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
1087dependencies = [
1088 "memchr",
1089 "serde",
1090]
1091
1092[[package]]
1093name = "is_terminal_polyfill"
1094version = "1.70.1"
1095source = "registry+https://github.com/rust-lang/crates.io-index"
1096checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
1097
1098[[package]]
1099name = "itoa"
1100version = "1.0.15"
1101source = "registry+https://github.com/rust-lang/crates.io-index"
1102checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
1103
1104[[package]]
1105name = "jobserver"
1106version = "0.1.34"
1107source = "registry+https://github.com/rust-lang/crates.io-index"
1108checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
1109dependencies = [
1110 "getrandom 0.3.3",
1111 "libc",
1112]
1113
1114[[package]]
1115name = "js-sys"
1116version = "0.3.81"
1117source = "registry+https://github.com/rust-lang/crates.io-index"
1118checksum = "ec48937a97411dcb524a265206ccd4c90bb711fca92b2792c407f268825b9305"
1119dependencies = [
1120 "once_cell",
1121 "wasm-bindgen",
1122]
1123
1124[[package]]
1125name = "keyring"
1126version = "3.6.3"
1127source = "registry+https://github.com/rust-lang/crates.io-index"
1128checksum = "eebcc3aff044e5944a8fbaf69eb277d11986064cba30c468730e8b9909fb551c"
1129dependencies = [
1130 "byteorder",
1131 "dbus-secret-service",
1132 "log",
1133 "openssl",
1134 "security-framework 2.11.1",
1135 "security-framework 3.5.1",
1136 "windows-sys 0.60.2",
1137 "zeroize",
1138]
1139
1140[[package]]
1141name = "langtag"
1142version = "0.3.4"
1143source = "registry+https://github.com/rust-lang/crates.io-index"
1144checksum = "ed60c85f254d6ae8450cec15eedd921efbc4d1bdf6fcf6202b9a58b403f6f805"
1145dependencies = [
1146 "serde",
1147]
1148
1149[[package]]
1150name = "lazy_static"
1151version = "1.5.0"
1152source = "registry+https://github.com/rust-lang/crates.io-index"
1153checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
1154
1155[[package]]
1156name = "libc"
1157version = "0.2.176"
1158source = "registry+https://github.com/rust-lang/crates.io-index"
1159checksum = "58f929b4d672ea937a23a1ab494143d968337a5f47e56d0815df1e0890ddf174"
1160
1161[[package]]
1162name = "libdbus-sys"
1163version = "0.2.6"
1164source = "registry+https://github.com/rust-lang/crates.io-index"
1165checksum = "5cbe856efeb50e4681f010e9aaa2bf0a644e10139e54cde10fc83a307c23bd9f"
1166dependencies = [
1167 "cc",
1168 "pkg-config",
1169]
1170
1171[[package]]
1172name = "libgit2-sys"
1173version = "0.17.0+1.8.1"
1174source = "registry+https://github.com/rust-lang/crates.io-index"
1175checksum = "10472326a8a6477c3c20a64547b0059e4b0d086869eee31e6d7da728a8eb7224"
1176dependencies = [
1177 "cc",
1178 "libc",
1179 "libssh2-sys",
1180 "libz-sys",
1181 "openssl-sys",
1182 "pkg-config",
1183]
1184
1185[[package]]
1186name = "libredox"
1187version = "0.1.10"
1188source = "registry+https://github.com/rust-lang/crates.io-index"
1189checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
1190dependencies = [
1191 "bitflags",
1192 "libc",
1193]
1194
1195[[package]]
1196name = "libssh2-sys"
1197version = "0.3.1"
1198source = "registry+https://github.com/rust-lang/crates.io-index"
1199checksum = "220e4f05ad4a218192533b300327f5150e809b54c4ec83b5a1d91833601811b9"
1200dependencies = [
1201 "cc",
1202 "libc",
1203 "libz-sys",
1204 "openssl-sys",
1205 "pkg-config",
1206 "vcpkg",
1207]
1208
1209[[package]]
1210name = "libz-sys"
1211version = "1.1.22"
1212source = "registry+https://github.com/rust-lang/crates.io-index"
1213checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
1214dependencies = [
1215 "cc",
1216 "libc",
1217 "pkg-config",
1218 "vcpkg",
1219]
1220
1221[[package]]
1222name = "linux-raw-sys"
1223version = "0.11.0"
1224source = "registry+https://github.com/rust-lang/crates.io-index"
1225checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
1226
1227[[package]]
1228name = "litemap"
1229version = "0.8.0"
1230source = "registry+https://github.com/rust-lang/crates.io-index"
1231checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
1232
1233[[package]]
1234name = "lock_api"
1235version = "0.4.13"
1236source = "registry+https://github.com/rust-lang/crates.io-index"
1237checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765"
1238dependencies = [
1239 "autocfg",
1240 "scopeguard",
1241]
1242
1243[[package]]
1244name = "log"
1245version = "0.4.28"
1246source = "registry+https://github.com/rust-lang/crates.io-index"
1247checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432"
1248
1249[[package]]
1250name = "lru-slab"
1251version = "0.1.2"
1252source = "registry+https://github.com/rust-lang/crates.io-index"
1253checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
1254
1255[[package]]
1256name = "match-lookup"
1257version = "0.1.1"
1258source = "registry+https://github.com/rust-lang/crates.io-index"
1259checksum = "1265724d8cb29dbbc2b0f06fffb8bf1a8c0cf73a78eede9ba73a4a66c52a981e"
1260dependencies = [
1261 "proc-macro2",
1262 "quote",
1263 "syn 1.0.109",
1264]
1265
1266[[package]]
1267name = "memchr"
1268version = "2.7.6"
1269source = "registry+https://github.com/rust-lang/crates.io-index"
1270checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
1271
1272[[package]]
1273name = "mime"
1274version = "0.3.17"
1275source = "registry+https://github.com/rust-lang/crates.io-index"
1276checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
1277
1278[[package]]
1279name = "miniz_oxide"
1280version = "0.8.9"
1281source = "registry+https://github.com/rust-lang/crates.io-index"
1282checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
1283dependencies = [
1284 "adler2",
1285]
1286
1287[[package]]
1288name = "mio"
1289version = "1.0.4"
1290source = "registry+https://github.com/rust-lang/crates.io-index"
1291checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c"
1292dependencies = [
1293 "libc",
1294 "wasi 0.11.1+wasi-snapshot-preview1",
1295 "windows-sys 0.59.0",
1296]
1297
1298[[package]]
1299name = "multibase"
1300version = "0.9.2"
1301source = "registry+https://github.com/rust-lang/crates.io-index"
1302checksum = "8694bb4835f452b0e3bb06dbebb1d6fc5385b6ca1caf2e55fd165c042390ec77"
1303dependencies = [
1304 "base-x",
1305 "base256emoji",
1306 "data-encoding",
1307 "data-encoding-macro",
1308]
1309
1310[[package]]
1311name = "multihash"
1312version = "0.19.3"
1313source = "registry+https://github.com/rust-lang/crates.io-index"
1314checksum = "6b430e7953c29dd6a09afc29ff0bb69c6e306329ee6794700aee27b76a1aea8d"
1315dependencies = [
1316 "core2",
1317 "serde",
1318 "unsigned-varint",
1319]
1320
1321[[package]]
1322name = "native-tls"
1323version = "0.2.14"
1324source = "registry+https://github.com/rust-lang/crates.io-index"
1325checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
1326dependencies = [
1327 "libc",
1328 "log",
1329 "openssl",
1330 "openssl-probe",
1331 "openssl-sys",
1332 "schannel",
1333 "security-framework 2.11.1",
1334 "security-framework-sys",
1335 "tempfile",
1336]
1337
1338[[package]]
1339name = "num-traits"
1340version = "0.2.19"
1341source = "registry+https://github.com/rust-lang/crates.io-index"
1342checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1343dependencies = [
1344 "autocfg",
1345]
1346
1347[[package]]
1348name = "number_prefix"
1349version = "0.4.0"
1350source = "registry+https://github.com/rust-lang/crates.io-index"
1351checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
1352
1353[[package]]
1354name = "object"
1355version = "0.37.3"
1356source = "registry+https://github.com/rust-lang/crates.io-index"
1357checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
1358dependencies = [
1359 "memchr",
1360]
1361
1362[[package]]
1363name = "once_cell"
1364version = "1.21.3"
1365source = "registry+https://github.com/rust-lang/crates.io-index"
1366checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
1367
1368[[package]]
1369name = "once_cell_polyfill"
1370version = "1.70.1"
1371source = "registry+https://github.com/rust-lang/crates.io-index"
1372checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
1373
1374[[package]]
1375name = "openssl"
1376version = "0.10.73"
1377source = "registry+https://github.com/rust-lang/crates.io-index"
1378checksum = "8505734d46c8ab1e19a1dce3aef597ad87dcb4c37e7188231769bd6bd51cebf8"
1379dependencies = [
1380 "bitflags",
1381 "cfg-if",
1382 "foreign-types",
1383 "libc",
1384 "once_cell",
1385 "openssl-macros",
1386 "openssl-sys",
1387]
1388
1389[[package]]
1390name = "openssl-macros"
1391version = "0.1.1"
1392source = "registry+https://github.com/rust-lang/crates.io-index"
1393checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
1394dependencies = [
1395 "proc-macro2",
1396 "quote",
1397 "syn 2.0.106",
1398]
1399
1400[[package]]
1401name = "openssl-probe"
1402version = "0.1.6"
1403source = "registry+https://github.com/rust-lang/crates.io-index"
1404checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
1405
1406[[package]]
1407name = "openssl-src"
1408version = "300.5.2+3.5.2"
1409source = "registry+https://github.com/rust-lang/crates.io-index"
1410checksum = "d270b79e2926f5150189d475bc7e9d2c69f9c4697b185fa917d5a32b792d21b4"
1411dependencies = [
1412 "cc",
1413]
1414
1415[[package]]
1416name = "openssl-sys"
1417version = "0.9.109"
1418source = "registry+https://github.com/rust-lang/crates.io-index"
1419checksum = "90096e2e47630d78b7d1c20952dc621f957103f8bc2c8359ec81290d75238571"
1420dependencies = [
1421 "cc",
1422 "libc",
1423 "openssl-src",
1424 "pkg-config",
1425 "vcpkg",
1426]
1427
1428[[package]]
1429name = "option-ext"
1430version = "0.2.0"
1431source = "registry+https://github.com/rust-lang/crates.io-index"
1432checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
1433
1434[[package]]
1435name = "parking_lot"
1436version = "0.12.4"
1437source = "registry+https://github.com/rust-lang/crates.io-index"
1438checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13"
1439dependencies = [
1440 "lock_api",
1441 "parking_lot_core",
1442]
1443
1444[[package]]
1445name = "parking_lot_core"
1446version = "0.9.11"
1447source = "registry+https://github.com/rust-lang/crates.io-index"
1448checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5"
1449dependencies = [
1450 "cfg-if",
1451 "libc",
1452 "redox_syscall",
1453 "smallvec",
1454 "windows-targets 0.52.6",
1455]
1456
1457[[package]]
1458name = "percent-encoding"
1459version = "2.3.2"
1460source = "registry+https://github.com/rust-lang/crates.io-index"
1461checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
1462
1463[[package]]
1464name = "pin-project-lite"
1465version = "0.2.16"
1466source = "registry+https://github.com/rust-lang/crates.io-index"
1467checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
1468
1469[[package]]
1470name = "pin-utils"
1471version = "0.1.0"
1472source = "registry+https://github.com/rust-lang/crates.io-index"
1473checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1474
1475[[package]]
1476name = "pkg-config"
1477version = "0.3.32"
1478source = "registry+https://github.com/rust-lang/crates.io-index"
1479checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
1480
1481[[package]]
1482name = "portable-atomic"
1483version = "1.11.1"
1484source = "registry+https://github.com/rust-lang/crates.io-index"
1485checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
1486
1487[[package]]
1488name = "potential_utf"
1489version = "0.1.3"
1490source = "registry+https://github.com/rust-lang/crates.io-index"
1491checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
1492dependencies = [
1493 "zerovec",
1494]
1495
1496[[package]]
1497name = "ppv-lite86"
1498version = "0.2.21"
1499source = "registry+https://github.com/rust-lang/crates.io-index"
1500checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
1501dependencies = [
1502 "zerocopy",
1503]
1504
1505[[package]]
1506name = "proc-macro2"
1507version = "1.0.101"
1508source = "registry+https://github.com/rust-lang/crates.io-index"
1509checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
1510dependencies = [
1511 "unicode-ident",
1512]
1513
1514[[package]]
1515name = "quinn"
1516version = "0.11.9"
1517source = "registry+https://github.com/rust-lang/crates.io-index"
1518checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
1519dependencies = [
1520 "bytes",
1521 "cfg_aliases",
1522 "pin-project-lite",
1523 "quinn-proto",
1524 "quinn-udp",
1525 "rustc-hash",
1526 "rustls",
1527 "socket2",
1528 "thiserror 2.0.17",
1529 "tokio",
1530 "tracing",
1531 "web-time",
1532]
1533
1534[[package]]
1535name = "quinn-proto"
1536version = "0.11.13"
1537source = "registry+https://github.com/rust-lang/crates.io-index"
1538checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
1539dependencies = [
1540 "bytes",
1541 "getrandom 0.3.3",
1542 "lru-slab",
1543 "rand 0.9.2",
1544 "ring",
1545 "rustc-hash",
1546 "rustls",
1547 "rustls-pki-types",
1548 "slab",
1549 "thiserror 2.0.17",
1550 "tinyvec",
1551 "tracing",
1552 "web-time",
1553]
1554
1555[[package]]
1556name = "quinn-udp"
1557version = "0.5.14"
1558source = "registry+https://github.com/rust-lang/crates.io-index"
1559checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
1560dependencies = [
1561 "cfg_aliases",
1562 "libc",
1563 "once_cell",
1564 "socket2",
1565 "tracing",
1566 "windows-sys 0.60.2",
1567]
1568
1569[[package]]
1570name = "quote"
1571version = "1.0.41"
1572source = "registry+https://github.com/rust-lang/crates.io-index"
1573checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
1574dependencies = [
1575 "proc-macro2",
1576]
1577
1578[[package]]
1579name = "r-efi"
1580version = "5.3.0"
1581source = "registry+https://github.com/rust-lang/crates.io-index"
1582checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
1583
1584[[package]]
1585name = "rand"
1586version = "0.8.5"
1587source = "registry+https://github.com/rust-lang/crates.io-index"
1588checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
1589dependencies = [
1590 "libc",
1591 "rand_chacha 0.3.1",
1592 "rand_core 0.6.4",
1593]
1594
1595[[package]]
1596name = "rand"
1597version = "0.9.2"
1598source = "registry+https://github.com/rust-lang/crates.io-index"
1599checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
1600dependencies = [
1601 "rand_chacha 0.9.0",
1602 "rand_core 0.9.3",
1603]
1604
1605[[package]]
1606name = "rand_chacha"
1607version = "0.3.1"
1608source = "registry+https://github.com/rust-lang/crates.io-index"
1609checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
1610dependencies = [
1611 "ppv-lite86",
1612 "rand_core 0.6.4",
1613]
1614
1615[[package]]
1616name = "rand_chacha"
1617version = "0.9.0"
1618source = "registry+https://github.com/rust-lang/crates.io-index"
1619checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
1620dependencies = [
1621 "ppv-lite86",
1622 "rand_core 0.9.3",
1623]
1624
1625[[package]]
1626name = "rand_core"
1627version = "0.6.4"
1628source = "registry+https://github.com/rust-lang/crates.io-index"
1629checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1630dependencies = [
1631 "getrandom 0.2.16",
1632]
1633
1634[[package]]
1635name = "rand_core"
1636version = "0.9.3"
1637source = "registry+https://github.com/rust-lang/crates.io-index"
1638checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
1639dependencies = [
1640 "getrandom 0.3.3",
1641]
1642
1643[[package]]
1644name = "redox_syscall"
1645version = "0.5.17"
1646source = "registry+https://github.com/rust-lang/crates.io-index"
1647checksum = "5407465600fb0548f1442edf71dd20683c6ed326200ace4b1ef0763521bb3b77"
1648dependencies = [
1649 "bitflags",
1650]
1651
1652[[package]]
1653name = "redox_users"
1654version = "0.4.6"
1655source = "registry+https://github.com/rust-lang/crates.io-index"
1656checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
1657dependencies = [
1658 "getrandom 0.2.16",
1659 "libredox",
1660 "thiserror 1.0.69",
1661]
1662
1663[[package]]
1664name = "regex"
1665version = "1.11.3"
1666source = "registry+https://github.com/rust-lang/crates.io-index"
1667checksum = "8b5288124840bee7b386bc413c487869b360b2b4ec421ea56425128692f2a82c"
1668dependencies = [
1669 "aho-corasick",
1670 "memchr",
1671 "regex-automata",
1672 "regex-syntax",
1673]
1674
1675[[package]]
1676name = "regex-automata"
1677version = "0.4.11"
1678source = "registry+https://github.com/rust-lang/crates.io-index"
1679checksum = "833eb9ce86d40ef33cb1306d8accf7bc8ec2bfea4355cbdebb3df68b40925cad"
1680dependencies = [
1681 "aho-corasick",
1682 "memchr",
1683 "regex-syntax",
1684]
1685
1686[[package]]
1687name = "regex-syntax"
1688version = "0.8.6"
1689source = "registry+https://github.com/rust-lang/crates.io-index"
1690checksum = "caf4aa5b0f434c91fe5c7f1ecb6a5ece2130b02ad2a590589dda5146df959001"
1691
1692[[package]]
1693name = "reqwest"
1694version = "0.12.23"
1695source = "registry+https://github.com/rust-lang/crates.io-index"
1696checksum = "d429f34c8092b2d42c7c93cec323bb4adeb7c67698f70839adec842ec10c7ceb"
1697dependencies = [
1698 "async-compression",
1699 "base64",
1700 "bytes",
1701 "encoding_rs",
1702 "futures-core",
1703 "futures-util",
1704 "h2",
1705 "http",
1706 "http-body",
1707 "http-body-util",
1708 "hyper",
1709 "hyper-rustls",
1710 "hyper-tls",
1711 "hyper-util",
1712 "js-sys",
1713 "log",
1714 "mime",
1715 "native-tls",
1716 "percent-encoding",
1717 "pin-project-lite",
1718 "quinn",
1719 "rustls",
1720 "rustls-pki-types",
1721 "serde",
1722 "serde_json",
1723 "serde_urlencoded",
1724 "sync_wrapper",
1725 "tokio",
1726 "tokio-native-tls",
1727 "tokio-rustls",
1728 "tokio-util",
1729 "tower",
1730 "tower-http",
1731 "tower-service",
1732 "url",
1733 "wasm-bindgen",
1734 "wasm-bindgen-futures",
1735 "wasm-streams",
1736 "web-sys",
1737 "webpki-roots",
1738]
1739
1740[[package]]
1741name = "ring"
1742version = "0.17.14"
1743source = "registry+https://github.com/rust-lang/crates.io-index"
1744checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
1745dependencies = [
1746 "cc",
1747 "cfg-if",
1748 "getrandom 0.2.16",
1749 "libc",
1750 "untrusted",
1751 "windows-sys 0.52.0",
1752]
1753
1754[[package]]
1755name = "rustc-demangle"
1756version = "0.1.26"
1757source = "registry+https://github.com/rust-lang/crates.io-index"
1758checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
1759
1760[[package]]
1761name = "rustc-hash"
1762version = "2.1.1"
1763source = "registry+https://github.com/rust-lang/crates.io-index"
1764checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
1765
1766[[package]]
1767name = "rustix"
1768version = "1.1.2"
1769source = "registry+https://github.com/rust-lang/crates.io-index"
1770checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
1771dependencies = [
1772 "bitflags",
1773 "errno",
1774 "libc",
1775 "linux-raw-sys",
1776 "windows-sys 0.61.1",
1777]
1778
1779[[package]]
1780name = "rustls"
1781version = "0.23.32"
1782source = "registry+https://github.com/rust-lang/crates.io-index"
1783checksum = "cd3c25631629d034ce7cd9940adc9d45762d46de2b0f57193c4443b92c6d4d40"
1784dependencies = [
1785 "once_cell",
1786 "ring",
1787 "rustls-pki-types",
1788 "rustls-webpki",
1789 "subtle",
1790 "zeroize",
1791]
1792
1793[[package]]
1794name = "rustls-pki-types"
1795version = "1.12.0"
1796source = "registry+https://github.com/rust-lang/crates.io-index"
1797checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
1798dependencies = [
1799 "web-time",
1800 "zeroize",
1801]
1802
1803[[package]]
1804name = "rustls-webpki"
1805version = "0.103.6"
1806source = "registry+https://github.com/rust-lang/crates.io-index"
1807checksum = "8572f3c2cb9934231157b45499fc41e1f58c589fdfb81a844ba873265e80f8eb"
1808dependencies = [
1809 "ring",
1810 "rustls-pki-types",
1811 "untrusted",
1812]
1813
1814[[package]]
1815name = "rustversion"
1816version = "1.0.22"
1817source = "registry+https://github.com/rust-lang/crates.io-index"
1818checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
1819
1820[[package]]
1821name = "ryu"
1822version = "1.0.20"
1823source = "registry+https://github.com/rust-lang/crates.io-index"
1824checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
1825
1826[[package]]
1827name = "schannel"
1828version = "0.1.28"
1829source = "registry+https://github.com/rust-lang/crates.io-index"
1830checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
1831dependencies = [
1832 "windows-sys 0.61.1",
1833]
1834
1835[[package]]
1836name = "scopeguard"
1837version = "1.2.0"
1838source = "registry+https://github.com/rust-lang/crates.io-index"
1839checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
1840
1841[[package]]
1842name = "security-framework"
1843version = "2.11.1"
1844source = "registry+https://github.com/rust-lang/crates.io-index"
1845checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
1846dependencies = [
1847 "bitflags",
1848 "core-foundation 0.9.4",
1849 "core-foundation-sys",
1850 "libc",
1851 "security-framework-sys",
1852]
1853
1854[[package]]
1855name = "security-framework"
1856version = "3.5.1"
1857source = "registry+https://github.com/rust-lang/crates.io-index"
1858checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef"
1859dependencies = [
1860 "bitflags",
1861 "core-foundation 0.10.1",
1862 "core-foundation-sys",
1863 "libc",
1864 "security-framework-sys",
1865]
1866
1867[[package]]
1868name = "security-framework-sys"
1869version = "2.15.0"
1870source = "registry+https://github.com/rust-lang/crates.io-index"
1871checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
1872dependencies = [
1873 "core-foundation-sys",
1874 "libc",
1875]
1876
1877[[package]]
1878name = "serde"
1879version = "1.0.228"
1880source = "registry+https://github.com/rust-lang/crates.io-index"
1881checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
1882dependencies = [
1883 "serde_core",
1884 "serde_derive",
1885]
1886
1887[[package]]
1888name = "serde_bytes"
1889version = "0.11.19"
1890source = "registry+https://github.com/rust-lang/crates.io-index"
1891checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
1892dependencies = [
1893 "serde",
1894 "serde_core",
1895]
1896
1897[[package]]
1898name = "serde_core"
1899version = "1.0.228"
1900source = "registry+https://github.com/rust-lang/crates.io-index"
1901checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
1902dependencies = [
1903 "serde_derive",
1904]
1905
1906[[package]]
1907name = "serde_derive"
1908version = "1.0.228"
1909source = "registry+https://github.com/rust-lang/crates.io-index"
1910checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
1911dependencies = [
1912 "proc-macro2",
1913 "quote",
1914 "syn 2.0.106",
1915]
1916
1917[[package]]
1918name = "serde_html_form"
1919version = "0.2.8"
1920source = "registry+https://github.com/rust-lang/crates.io-index"
1921checksum = "b2f2d7ff8a2140333718bb329f5c40fc5f0865b84c426183ce14c97d2ab8154f"
1922dependencies = [
1923 "form_urlencoded",
1924 "indexmap",
1925 "itoa",
1926 "ryu",
1927 "serde_core",
1928]
1929
1930[[package]]
1931name = "serde_json"
1932version = "1.0.145"
1933source = "registry+https://github.com/rust-lang/crates.io-index"
1934checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
1935dependencies = [
1936 "itoa",
1937 "memchr",
1938 "ryu",
1939 "serde",
1940 "serde_core",
1941]
1942
1943[[package]]
1944name = "serde_spanned"
1945version = "0.6.9"
1946source = "registry+https://github.com/rust-lang/crates.io-index"
1947checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
1948dependencies = [
1949 "serde",
1950]
1951
1952[[package]]
1953name = "serde_urlencoded"
1954version = "0.7.1"
1955source = "registry+https://github.com/rust-lang/crates.io-index"
1956checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
1957dependencies = [
1958 "form_urlencoded",
1959 "itoa",
1960 "ryu",
1961 "serde",
1962]
1963
1964[[package]]
1965name = "sha1"
1966version = "0.10.6"
1967source = "registry+https://github.com/rust-lang/crates.io-index"
1968checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
1969dependencies = [
1970 "cfg-if",
1971 "cpufeatures",
1972 "digest",
1973]
1974
1975[[package]]
1976name = "shell-words"
1977version = "1.1.0"
1978source = "registry+https://github.com/rust-lang/crates.io-index"
1979checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
1980
1981[[package]]
1982name = "shlex"
1983version = "1.3.0"
1984source = "registry+https://github.com/rust-lang/crates.io-index"
1985checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
1986
1987[[package]]
1988name = "signal-hook-registry"
1989version = "1.4.6"
1990source = "registry+https://github.com/rust-lang/crates.io-index"
1991checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
1992dependencies = [
1993 "libc",
1994]
1995
1996[[package]]
1997name = "slab"
1998version = "0.4.11"
1999source = "registry+https://github.com/rust-lang/crates.io-index"
2000checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
2001
2002[[package]]
2003name = "smallvec"
2004version = "1.15.1"
2005source = "registry+https://github.com/rust-lang/crates.io-index"
2006checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
2007
2008[[package]]
2009name = "socket2"
2010version = "0.6.0"
2011source = "registry+https://github.com/rust-lang/crates.io-index"
2012checksum = "233504af464074f9d066d7b5416c5f9b894a5862a6506e306f7b816cdd6f1807"
2013dependencies = [
2014 "libc",
2015 "windows-sys 0.59.0",
2016]
2017
2018[[package]]
2019name = "stable_deref_trait"
2020version = "1.2.0"
2021source = "registry+https://github.com/rust-lang/crates.io-index"
2022checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
2023
2024[[package]]
2025name = "strsim"
2026version = "0.11.1"
2027source = "registry+https://github.com/rust-lang/crates.io-index"
2028checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
2029
2030[[package]]
2031name = "subtle"
2032version = "2.6.1"
2033source = "registry+https://github.com/rust-lang/crates.io-index"
2034checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
2035
2036[[package]]
2037name = "syn"
2038version = "1.0.109"
2039source = "registry+https://github.com/rust-lang/crates.io-index"
2040checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
2041dependencies = [
2042 "proc-macro2",
2043 "quote",
2044 "unicode-ident",
2045]
2046
2047[[package]]
2048name = "syn"
2049version = "2.0.106"
2050source = "registry+https://github.com/rust-lang/crates.io-index"
2051checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6"
2052dependencies = [
2053 "proc-macro2",
2054 "quote",
2055 "unicode-ident",
2056]
2057
2058[[package]]
2059name = "sync_wrapper"
2060version = "1.0.2"
2061source = "registry+https://github.com/rust-lang/crates.io-index"
2062checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
2063dependencies = [
2064 "futures-core",
2065]
2066
2067[[package]]
2068name = "synstructure"
2069version = "0.13.2"
2070source = "registry+https://github.com/rust-lang/crates.io-index"
2071checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
2072dependencies = [
2073 "proc-macro2",
2074 "quote",
2075 "syn 2.0.106",
2076]
2077
2078[[package]]
2079name = "system-configuration"
2080version = "0.6.1"
2081source = "registry+https://github.com/rust-lang/crates.io-index"
2082checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
2083dependencies = [
2084 "bitflags",
2085 "core-foundation 0.9.4",
2086 "system-configuration-sys",
2087]
2088
2089[[package]]
2090name = "system-configuration-sys"
2091version = "0.6.0"
2092source = "registry+https://github.com/rust-lang/crates.io-index"
2093checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
2094dependencies = [
2095 "core-foundation-sys",
2096 "libc",
2097]
2098
2099[[package]]
2100name = "tangled-api"
2101version = "0.1.0"
2102dependencies = [
2103 "anyhow",
2104 "atrium-api",
2105 "atrium-xrpc-client",
2106 "chrono",
2107 "reqwest",
2108 "serde",
2109 "serde_json",
2110 "tangled-config",
2111 "tokio",
2112]
2113
2114[[package]]
2115name = "tangled-cli"
2116version = "0.1.0"
2117dependencies = [
2118 "anyhow",
2119 "chrono",
2120 "clap",
2121 "colored",
2122 "dialoguer",
2123 "futures-util",
2124 "git2",
2125 "indicatif",
2126 "serde",
2127 "serde_json",
2128 "tangled-api",
2129 "tangled-config",
2130 "tangled-git",
2131 "tokio",
2132 "tokio-tungstenite",
2133 "url",
2134]
2135
2136[[package]]
2137name = "tangled-config"
2138version = "0.1.0"
2139dependencies = [
2140 "anyhow",
2141 "chrono",
2142 "dirs",
2143 "keyring",
2144 "serde",
2145 "serde_json",
2146 "toml",
2147]
2148
2149[[package]]
2150name = "tangled-git"
2151version = "0.1.0"
2152dependencies = [
2153 "anyhow",
2154 "git2",
2155]
2156
2157[[package]]
2158name = "tempfile"
2159version = "3.23.0"
2160source = "registry+https://github.com/rust-lang/crates.io-index"
2161checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
2162dependencies = [
2163 "fastrand",
2164 "getrandom 0.3.3",
2165 "once_cell",
2166 "rustix",
2167 "windows-sys 0.61.1",
2168]
2169
2170[[package]]
2171name = "terminal_size"
2172version = "0.4.3"
2173source = "registry+https://github.com/rust-lang/crates.io-index"
2174checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
2175dependencies = [
2176 "rustix",
2177 "windows-sys 0.60.2",
2178]
2179
2180[[package]]
2181name = "thiserror"
2182version = "1.0.69"
2183source = "registry+https://github.com/rust-lang/crates.io-index"
2184checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
2185dependencies = [
2186 "thiserror-impl 1.0.69",
2187]
2188
2189[[package]]
2190name = "thiserror"
2191version = "2.0.17"
2192source = "registry+https://github.com/rust-lang/crates.io-index"
2193checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
2194dependencies = [
2195 "thiserror-impl 2.0.17",
2196]
2197
2198[[package]]
2199name = "thiserror-impl"
2200version = "1.0.69"
2201source = "registry+https://github.com/rust-lang/crates.io-index"
2202checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
2203dependencies = [
2204 "proc-macro2",
2205 "quote",
2206 "syn 2.0.106",
2207]
2208
2209[[package]]
2210name = "thiserror-impl"
2211version = "2.0.17"
2212source = "registry+https://github.com/rust-lang/crates.io-index"
2213checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
2214dependencies = [
2215 "proc-macro2",
2216 "quote",
2217 "syn 2.0.106",
2218]
2219
2220[[package]]
2221name = "tinystr"
2222version = "0.8.1"
2223source = "registry+https://github.com/rust-lang/crates.io-index"
2224checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
2225dependencies = [
2226 "displaydoc",
2227 "zerovec",
2228]
2229
2230[[package]]
2231name = "tinyvec"
2232version = "1.10.0"
2233source = "registry+https://github.com/rust-lang/crates.io-index"
2234checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
2235dependencies = [
2236 "tinyvec_macros",
2237]
2238
2239[[package]]
2240name = "tinyvec_macros"
2241version = "0.1.1"
2242source = "registry+https://github.com/rust-lang/crates.io-index"
2243checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2244
2245[[package]]
2246name = "tokio"
2247version = "1.47.1"
2248source = "registry+https://github.com/rust-lang/crates.io-index"
2249checksum = "89e49afdadebb872d3145a5638b59eb0691ea23e46ca484037cfab3b76b95038"
2250dependencies = [
2251 "backtrace",
2252 "bytes",
2253 "io-uring",
2254 "libc",
2255 "mio",
2256 "parking_lot",
2257 "pin-project-lite",
2258 "signal-hook-registry",
2259 "slab",
2260 "socket2",
2261 "tokio-macros",
2262 "windows-sys 0.59.0",
2263]
2264
2265[[package]]
2266name = "tokio-macros"
2267version = "2.5.0"
2268source = "registry+https://github.com/rust-lang/crates.io-index"
2269checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
2270dependencies = [
2271 "proc-macro2",
2272 "quote",
2273 "syn 2.0.106",
2274]
2275
2276[[package]]
2277name = "tokio-native-tls"
2278version = "0.3.1"
2279source = "registry+https://github.com/rust-lang/crates.io-index"
2280checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
2281dependencies = [
2282 "native-tls",
2283 "tokio",
2284]
2285
2286[[package]]
2287name = "tokio-rustls"
2288version = "0.26.4"
2289source = "registry+https://github.com/rust-lang/crates.io-index"
2290checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
2291dependencies = [
2292 "rustls",
2293 "tokio",
2294]
2295
2296[[package]]
2297name = "tokio-tungstenite"
2298version = "0.21.0"
2299source = "registry+https://github.com/rust-lang/crates.io-index"
2300checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
2301dependencies = [
2302 "futures-util",
2303 "log",
2304 "native-tls",
2305 "tokio",
2306 "tokio-native-tls",
2307 "tungstenite",
2308]
2309
2310[[package]]
2311name = "tokio-util"
2312version = "0.7.16"
2313source = "registry+https://github.com/rust-lang/crates.io-index"
2314checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
2315dependencies = [
2316 "bytes",
2317 "futures-core",
2318 "futures-sink",
2319 "pin-project-lite",
2320 "tokio",
2321]
2322
2323[[package]]
2324name = "toml"
2325version = "0.8.23"
2326source = "registry+https://github.com/rust-lang/crates.io-index"
2327checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
2328dependencies = [
2329 "serde",
2330 "serde_spanned",
2331 "toml_datetime",
2332 "toml_edit",
2333]
2334
2335[[package]]
2336name = "toml_datetime"
2337version = "0.6.11"
2338source = "registry+https://github.com/rust-lang/crates.io-index"
2339checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
2340dependencies = [
2341 "serde",
2342]
2343
2344[[package]]
2345name = "toml_edit"
2346version = "0.22.27"
2347source = "registry+https://github.com/rust-lang/crates.io-index"
2348checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
2349dependencies = [
2350 "indexmap",
2351 "serde",
2352 "serde_spanned",
2353 "toml_datetime",
2354 "toml_write",
2355 "winnow",
2356]
2357
2358[[package]]
2359name = "toml_write"
2360version = "0.1.2"
2361source = "registry+https://github.com/rust-lang/crates.io-index"
2362checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
2363
2364[[package]]
2365name = "tower"
2366version = "0.5.2"
2367source = "registry+https://github.com/rust-lang/crates.io-index"
2368checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
2369dependencies = [
2370 "futures-core",
2371 "futures-util",
2372 "pin-project-lite",
2373 "sync_wrapper",
2374 "tokio",
2375 "tower-layer",
2376 "tower-service",
2377]
2378
2379[[package]]
2380name = "tower-http"
2381version = "0.6.6"
2382source = "registry+https://github.com/rust-lang/crates.io-index"
2383checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
2384dependencies = [
2385 "bitflags",
2386 "bytes",
2387 "futures-util",
2388 "http",
2389 "http-body",
2390 "iri-string",
2391 "pin-project-lite",
2392 "tower",
2393 "tower-layer",
2394 "tower-service",
2395]
2396
2397[[package]]
2398name = "tower-layer"
2399version = "0.3.3"
2400source = "registry+https://github.com/rust-lang/crates.io-index"
2401checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
2402
2403[[package]]
2404name = "tower-service"
2405version = "0.3.3"
2406source = "registry+https://github.com/rust-lang/crates.io-index"
2407checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
2408
2409[[package]]
2410name = "tracing"
2411version = "0.1.41"
2412source = "registry+https://github.com/rust-lang/crates.io-index"
2413checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
2414dependencies = [
2415 "pin-project-lite",
2416 "tracing-core",
2417]
2418
2419[[package]]
2420name = "tracing-core"
2421version = "0.1.34"
2422source = "registry+https://github.com/rust-lang/crates.io-index"
2423checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678"
2424dependencies = [
2425 "once_cell",
2426]
2427
2428[[package]]
2429name = "trait-variant"
2430version = "0.1.2"
2431source = "registry+https://github.com/rust-lang/crates.io-index"
2432checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
2433dependencies = [
2434 "proc-macro2",
2435 "quote",
2436 "syn 2.0.106",
2437]
2438
2439[[package]]
2440name = "try-lock"
2441version = "0.2.5"
2442source = "registry+https://github.com/rust-lang/crates.io-index"
2443checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
2444
2445[[package]]
2446name = "tungstenite"
2447version = "0.21.0"
2448source = "registry+https://github.com/rust-lang/crates.io-index"
2449checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
2450dependencies = [
2451 "byteorder",
2452 "bytes",
2453 "data-encoding",
2454 "http",
2455 "httparse",
2456 "log",
2457 "native-tls",
2458 "rand 0.8.5",
2459 "sha1",
2460 "thiserror 1.0.69",
2461 "url",
2462 "utf-8",
2463]
2464
2465[[package]]
2466name = "typenum"
2467version = "1.19.0"
2468source = "registry+https://github.com/rust-lang/crates.io-index"
2469checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
2470
2471[[package]]
2472name = "unicase"
2473version = "2.8.1"
2474source = "registry+https://github.com/rust-lang/crates.io-index"
2475checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
2476
2477[[package]]
2478name = "unicode-ident"
2479version = "1.0.19"
2480source = "registry+https://github.com/rust-lang/crates.io-index"
2481checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
2482
2483[[package]]
2484name = "unicode-width"
2485version = "0.2.1"
2486source = "registry+https://github.com/rust-lang/crates.io-index"
2487checksum = "4a1a07cc7db3810833284e8d372ccdc6da29741639ecc70c9ec107df0fa6154c"
2488
2489[[package]]
2490name = "unsigned-varint"
2491version = "0.8.0"
2492source = "registry+https://github.com/rust-lang/crates.io-index"
2493checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06"
2494
2495[[package]]
2496name = "untrusted"
2497version = "0.9.0"
2498source = "registry+https://github.com/rust-lang/crates.io-index"
2499checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
2500
2501[[package]]
2502name = "url"
2503version = "2.5.7"
2504source = "registry+https://github.com/rust-lang/crates.io-index"
2505checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
2506dependencies = [
2507 "form_urlencoded",
2508 "idna",
2509 "percent-encoding",
2510 "serde",
2511]
2512
2513[[package]]
2514name = "utf-8"
2515version = "0.7.6"
2516source = "registry+https://github.com/rust-lang/crates.io-index"
2517checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
2518
2519[[package]]
2520name = "utf8_iter"
2521version = "1.0.4"
2522source = "registry+https://github.com/rust-lang/crates.io-index"
2523checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
2524
2525[[package]]
2526name = "utf8parse"
2527version = "0.2.2"
2528source = "registry+https://github.com/rust-lang/crates.io-index"
2529checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
2530
2531[[package]]
2532name = "vcpkg"
2533version = "0.2.15"
2534source = "registry+https://github.com/rust-lang/crates.io-index"
2535checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
2536
2537[[package]]
2538name = "version_check"
2539version = "0.9.5"
2540source = "registry+https://github.com/rust-lang/crates.io-index"
2541checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
2542
2543[[package]]
2544name = "want"
2545version = "0.3.1"
2546source = "registry+https://github.com/rust-lang/crates.io-index"
2547checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
2548dependencies = [
2549 "try-lock",
2550]
2551
2552[[package]]
2553name = "wasi"
2554version = "0.11.1+wasi-snapshot-preview1"
2555source = "registry+https://github.com/rust-lang/crates.io-index"
2556checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
2557
2558[[package]]
2559name = "wasi"
2560version = "0.14.7+wasi-0.2.4"
2561source = "registry+https://github.com/rust-lang/crates.io-index"
2562checksum = "883478de20367e224c0090af9cf5f9fa85bed63a95c1abf3afc5c083ebc06e8c"
2563dependencies = [
2564 "wasip2",
2565]
2566
2567[[package]]
2568name = "wasip2"
2569version = "1.0.1+wasi-0.2.4"
2570source = "registry+https://github.com/rust-lang/crates.io-index"
2571checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
2572dependencies = [
2573 "wit-bindgen",
2574]
2575
2576[[package]]
2577name = "wasm-bindgen"
2578version = "0.2.104"
2579source = "registry+https://github.com/rust-lang/crates.io-index"
2580checksum = "c1da10c01ae9f1ae40cbfac0bac3b1e724b320abfcf52229f80b547c0d250e2d"
2581dependencies = [
2582 "cfg-if",
2583 "once_cell",
2584 "rustversion",
2585 "wasm-bindgen-macro",
2586 "wasm-bindgen-shared",
2587]
2588
2589[[package]]
2590name = "wasm-bindgen-backend"
2591version = "0.2.104"
2592source = "registry+https://github.com/rust-lang/crates.io-index"
2593checksum = "671c9a5a66f49d8a47345ab942e2cb93c7d1d0339065d4f8139c486121b43b19"
2594dependencies = [
2595 "bumpalo",
2596 "log",
2597 "proc-macro2",
2598 "quote",
2599 "syn 2.0.106",
2600 "wasm-bindgen-shared",
2601]
2602
2603[[package]]
2604name = "wasm-bindgen-futures"
2605version = "0.4.54"
2606source = "registry+https://github.com/rust-lang/crates.io-index"
2607checksum = "7e038d41e478cc73bae0ff9b36c60cff1c98b8f38f8d7e8061e79ee63608ac5c"
2608dependencies = [
2609 "cfg-if",
2610 "js-sys",
2611 "once_cell",
2612 "wasm-bindgen",
2613 "web-sys",
2614]
2615
2616[[package]]
2617name = "wasm-bindgen-macro"
2618version = "0.2.104"
2619source = "registry+https://github.com/rust-lang/crates.io-index"
2620checksum = "7ca60477e4c59f5f2986c50191cd972e3a50d8a95603bc9434501cf156a9a119"
2621dependencies = [
2622 "quote",
2623 "wasm-bindgen-macro-support",
2624]
2625
2626[[package]]
2627name = "wasm-bindgen-macro-support"
2628version = "0.2.104"
2629source = "registry+https://github.com/rust-lang/crates.io-index"
2630checksum = "9f07d2f20d4da7b26400c9f4a0511e6e0345b040694e8a75bd41d578fa4421d7"
2631dependencies = [
2632 "proc-macro2",
2633 "quote",
2634 "syn 2.0.106",
2635 "wasm-bindgen-backend",
2636 "wasm-bindgen-shared",
2637]
2638
2639[[package]]
2640name = "wasm-bindgen-shared"
2641version = "0.2.104"
2642source = "registry+https://github.com/rust-lang/crates.io-index"
2643checksum = "bad67dc8b2a1a6e5448428adec4c3e84c43e561d8c9ee8a9e5aabeb193ec41d1"
2644dependencies = [
2645 "unicode-ident",
2646]
2647
2648[[package]]
2649name = "wasm-streams"
2650version = "0.4.2"
2651source = "registry+https://github.com/rust-lang/crates.io-index"
2652checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
2653dependencies = [
2654 "futures-util",
2655 "js-sys",
2656 "wasm-bindgen",
2657 "wasm-bindgen-futures",
2658 "web-sys",
2659]
2660
2661[[package]]
2662name = "web-sys"
2663version = "0.3.81"
2664source = "registry+https://github.com/rust-lang/crates.io-index"
2665checksum = "9367c417a924a74cae129e6a2ae3b47fabb1f8995595ab474029da749a8be120"
2666dependencies = [
2667 "js-sys",
2668 "wasm-bindgen",
2669]
2670
2671[[package]]
2672name = "web-time"
2673version = "1.1.0"
2674source = "registry+https://github.com/rust-lang/crates.io-index"
2675checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
2676dependencies = [
2677 "js-sys",
2678 "wasm-bindgen",
2679]
2680
2681[[package]]
2682name = "webpki-roots"
2683version = "1.0.2"
2684source = "registry+https://github.com/rust-lang/crates.io-index"
2685checksum = "7e8983c3ab33d6fb807cfcdad2491c4ea8cbc8ed839181c7dfd9c67c83e261b2"
2686dependencies = [
2687 "rustls-pki-types",
2688]
2689
2690[[package]]
2691name = "windows-core"
2692version = "0.62.1"
2693source = "registry+https://github.com/rust-lang/crates.io-index"
2694checksum = "6844ee5416b285084d3d3fffd743b925a6c9385455f64f6d4fa3031c4c2749a9"
2695dependencies = [
2696 "windows-implement",
2697 "windows-interface",
2698 "windows-link 0.2.0",
2699 "windows-result 0.4.0",
2700 "windows-strings 0.5.0",
2701]
2702
2703[[package]]
2704name = "windows-implement"
2705version = "0.60.1"
2706source = "registry+https://github.com/rust-lang/crates.io-index"
2707checksum = "edb307e42a74fb6de9bf3a02d9712678b22399c87e6fa869d6dfcd8c1b7754e0"
2708dependencies = [
2709 "proc-macro2",
2710 "quote",
2711 "syn 2.0.106",
2712]
2713
2714[[package]]
2715name = "windows-interface"
2716version = "0.59.2"
2717source = "registry+https://github.com/rust-lang/crates.io-index"
2718checksum = "c0abd1ddbc6964ac14db11c7213d6532ef34bd9aa042c2e5935f59d7908b46a5"
2719dependencies = [
2720 "proc-macro2",
2721 "quote",
2722 "syn 2.0.106",
2723]
2724
2725[[package]]
2726name = "windows-link"
2727version = "0.1.3"
2728source = "registry+https://github.com/rust-lang/crates.io-index"
2729checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
2730
2731[[package]]
2732name = "windows-link"
2733version = "0.2.0"
2734source = "registry+https://github.com/rust-lang/crates.io-index"
2735checksum = "45e46c0661abb7180e7b9c281db115305d49ca1709ab8242adf09666d2173c65"
2736
2737[[package]]
2738name = "windows-registry"
2739version = "0.5.3"
2740source = "registry+https://github.com/rust-lang/crates.io-index"
2741checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
2742dependencies = [
2743 "windows-link 0.1.3",
2744 "windows-result 0.3.4",
2745 "windows-strings 0.4.2",
2746]
2747
2748[[package]]
2749name = "windows-result"
2750version = "0.3.4"
2751source = "registry+https://github.com/rust-lang/crates.io-index"
2752checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
2753dependencies = [
2754 "windows-link 0.1.3",
2755]
2756
2757[[package]]
2758name = "windows-result"
2759version = "0.4.0"
2760source = "registry+https://github.com/rust-lang/crates.io-index"
2761checksum = "7084dcc306f89883455a206237404d3eaf961e5bd7e0f312f7c91f57eb44167f"
2762dependencies = [
2763 "windows-link 0.2.0",
2764]
2765
2766[[package]]
2767name = "windows-strings"
2768version = "0.4.2"
2769source = "registry+https://github.com/rust-lang/crates.io-index"
2770checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
2771dependencies = [
2772 "windows-link 0.1.3",
2773]
2774
2775[[package]]
2776name = "windows-strings"
2777version = "0.5.0"
2778source = "registry+https://github.com/rust-lang/crates.io-index"
2779checksum = "7218c655a553b0bed4426cf54b20d7ba363ef543b52d515b3e48d7fd55318dda"
2780dependencies = [
2781 "windows-link 0.2.0",
2782]
2783
2784[[package]]
2785name = "windows-sys"
2786version = "0.48.0"
2787source = "registry+https://github.com/rust-lang/crates.io-index"
2788checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
2789dependencies = [
2790 "windows-targets 0.48.5",
2791]
2792
2793[[package]]
2794name = "windows-sys"
2795version = "0.52.0"
2796source = "registry+https://github.com/rust-lang/crates.io-index"
2797checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
2798dependencies = [
2799 "windows-targets 0.52.6",
2800]
2801
2802[[package]]
2803name = "windows-sys"
2804version = "0.59.0"
2805source = "registry+https://github.com/rust-lang/crates.io-index"
2806checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
2807dependencies = [
2808 "windows-targets 0.52.6",
2809]
2810
2811[[package]]
2812name = "windows-sys"
2813version = "0.60.2"
2814source = "registry+https://github.com/rust-lang/crates.io-index"
2815checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
2816dependencies = [
2817 "windows-targets 0.53.4",
2818]
2819
2820[[package]]
2821name = "windows-sys"
2822version = "0.61.1"
2823source = "registry+https://github.com/rust-lang/crates.io-index"
2824checksum = "6f109e41dd4a3c848907eb83d5a42ea98b3769495597450cf6d153507b166f0f"
2825dependencies = [
2826 "windows-link 0.2.0",
2827]
2828
2829[[package]]
2830name = "windows-targets"
2831version = "0.48.5"
2832source = "registry+https://github.com/rust-lang/crates.io-index"
2833checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
2834dependencies = [
2835 "windows_aarch64_gnullvm 0.48.5",
2836 "windows_aarch64_msvc 0.48.5",
2837 "windows_i686_gnu 0.48.5",
2838 "windows_i686_msvc 0.48.5",
2839 "windows_x86_64_gnu 0.48.5",
2840 "windows_x86_64_gnullvm 0.48.5",
2841 "windows_x86_64_msvc 0.48.5",
2842]
2843
2844[[package]]
2845name = "windows-targets"
2846version = "0.52.6"
2847source = "registry+https://github.com/rust-lang/crates.io-index"
2848checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2849dependencies = [
2850 "windows_aarch64_gnullvm 0.52.6",
2851 "windows_aarch64_msvc 0.52.6",
2852 "windows_i686_gnu 0.52.6",
2853 "windows_i686_gnullvm 0.52.6",
2854 "windows_i686_msvc 0.52.6",
2855 "windows_x86_64_gnu 0.52.6",
2856 "windows_x86_64_gnullvm 0.52.6",
2857 "windows_x86_64_msvc 0.52.6",
2858]
2859
2860[[package]]
2861name = "windows-targets"
2862version = "0.53.4"
2863source = "registry+https://github.com/rust-lang/crates.io-index"
2864checksum = "2d42b7b7f66d2a06854650af09cfdf8713e427a439c97ad65a6375318033ac4b"
2865dependencies = [
2866 "windows-link 0.2.0",
2867 "windows_aarch64_gnullvm 0.53.0",
2868 "windows_aarch64_msvc 0.53.0",
2869 "windows_i686_gnu 0.53.0",
2870 "windows_i686_gnullvm 0.53.0",
2871 "windows_i686_msvc 0.53.0",
2872 "windows_x86_64_gnu 0.53.0",
2873 "windows_x86_64_gnullvm 0.53.0",
2874 "windows_x86_64_msvc 0.53.0",
2875]
2876
2877[[package]]
2878name = "windows_aarch64_gnullvm"
2879version = "0.48.5"
2880source = "registry+https://github.com/rust-lang/crates.io-index"
2881checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
2882
2883[[package]]
2884name = "windows_aarch64_gnullvm"
2885version = "0.52.6"
2886source = "registry+https://github.com/rust-lang/crates.io-index"
2887checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2888
2889[[package]]
2890name = "windows_aarch64_gnullvm"
2891version = "0.53.0"
2892source = "registry+https://github.com/rust-lang/crates.io-index"
2893checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
2894
2895[[package]]
2896name = "windows_aarch64_msvc"
2897version = "0.48.5"
2898source = "registry+https://github.com/rust-lang/crates.io-index"
2899checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
2900
2901[[package]]
2902name = "windows_aarch64_msvc"
2903version = "0.52.6"
2904source = "registry+https://github.com/rust-lang/crates.io-index"
2905checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2906
2907[[package]]
2908name = "windows_aarch64_msvc"
2909version = "0.53.0"
2910source = "registry+https://github.com/rust-lang/crates.io-index"
2911checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
2912
2913[[package]]
2914name = "windows_i686_gnu"
2915version = "0.48.5"
2916source = "registry+https://github.com/rust-lang/crates.io-index"
2917checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
2918
2919[[package]]
2920name = "windows_i686_gnu"
2921version = "0.52.6"
2922source = "registry+https://github.com/rust-lang/crates.io-index"
2923checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
2924
2925[[package]]
2926name = "windows_i686_gnu"
2927version = "0.53.0"
2928source = "registry+https://github.com/rust-lang/crates.io-index"
2929checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
2930
2931[[package]]
2932name = "windows_i686_gnullvm"
2933version = "0.52.6"
2934source = "registry+https://github.com/rust-lang/crates.io-index"
2935checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2936
2937[[package]]
2938name = "windows_i686_gnullvm"
2939version = "0.53.0"
2940source = "registry+https://github.com/rust-lang/crates.io-index"
2941checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
2942
2943[[package]]
2944name = "windows_i686_msvc"
2945version = "0.48.5"
2946source = "registry+https://github.com/rust-lang/crates.io-index"
2947checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
2948
2949[[package]]
2950name = "windows_i686_msvc"
2951version = "0.52.6"
2952source = "registry+https://github.com/rust-lang/crates.io-index"
2953checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2954
2955[[package]]
2956name = "windows_i686_msvc"
2957version = "0.53.0"
2958source = "registry+https://github.com/rust-lang/crates.io-index"
2959checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
2960
2961[[package]]
2962name = "windows_x86_64_gnu"
2963version = "0.48.5"
2964source = "registry+https://github.com/rust-lang/crates.io-index"
2965checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
2966
2967[[package]]
2968name = "windows_x86_64_gnu"
2969version = "0.52.6"
2970source = "registry+https://github.com/rust-lang/crates.io-index"
2971checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2972
2973[[package]]
2974name = "windows_x86_64_gnu"
2975version = "0.53.0"
2976source = "registry+https://github.com/rust-lang/crates.io-index"
2977checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
2978
2979[[package]]
2980name = "windows_x86_64_gnullvm"
2981version = "0.48.5"
2982source = "registry+https://github.com/rust-lang/crates.io-index"
2983checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
2984
2985[[package]]
2986name = "windows_x86_64_gnullvm"
2987version = "0.52.6"
2988source = "registry+https://github.com/rust-lang/crates.io-index"
2989checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2990
2991[[package]]
2992name = "windows_x86_64_gnullvm"
2993version = "0.53.0"
2994source = "registry+https://github.com/rust-lang/crates.io-index"
2995checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
2996
2997[[package]]
2998name = "windows_x86_64_msvc"
2999version = "0.48.5"
3000source = "registry+https://github.com/rust-lang/crates.io-index"
3001checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
3002
3003[[package]]
3004name = "windows_x86_64_msvc"
3005version = "0.52.6"
3006source = "registry+https://github.com/rust-lang/crates.io-index"
3007checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
3008
3009[[package]]
3010name = "windows_x86_64_msvc"
3011version = "0.53.0"
3012source = "registry+https://github.com/rust-lang/crates.io-index"
3013checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
3014
3015[[package]]
3016name = "winnow"
3017version = "0.7.13"
3018source = "registry+https://github.com/rust-lang/crates.io-index"
3019checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
3020dependencies = [
3021 "memchr",
3022]
3023
3024[[package]]
3025name = "wit-bindgen"
3026version = "0.46.0"
3027source = "registry+https://github.com/rust-lang/crates.io-index"
3028checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
3029
3030[[package]]
3031name = "writeable"
3032version = "0.6.1"
3033source = "registry+https://github.com/rust-lang/crates.io-index"
3034checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
3035
3036[[package]]
3037name = "yoke"
3038version = "0.8.0"
3039source = "registry+https://github.com/rust-lang/crates.io-index"
3040checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
3041dependencies = [
3042 "serde",
3043 "stable_deref_trait",
3044 "yoke-derive",
3045 "zerofrom",
3046]
3047
3048[[package]]
3049name = "yoke-derive"
3050version = "0.8.0"
3051source = "registry+https://github.com/rust-lang/crates.io-index"
3052checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
3053dependencies = [
3054 "proc-macro2",
3055 "quote",
3056 "syn 2.0.106",
3057 "synstructure",
3058]
3059
3060[[package]]
3061name = "zerocopy"
3062version = "0.8.27"
3063source = "registry+https://github.com/rust-lang/crates.io-index"
3064checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
3065dependencies = [
3066 "zerocopy-derive",
3067]
3068
3069[[package]]
3070name = "zerocopy-derive"
3071version = "0.8.27"
3072source = "registry+https://github.com/rust-lang/crates.io-index"
3073checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
3074dependencies = [
3075 "proc-macro2",
3076 "quote",
3077 "syn 2.0.106",
3078]
3079
3080[[package]]
3081name = "zerofrom"
3082version = "0.1.6"
3083source = "registry+https://github.com/rust-lang/crates.io-index"
3084checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
3085dependencies = [
3086 "zerofrom-derive",
3087]
3088
3089[[package]]
3090name = "zerofrom-derive"
3091version = "0.1.6"
3092source = "registry+https://github.com/rust-lang/crates.io-index"
3093checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
3094dependencies = [
3095 "proc-macro2",
3096 "quote",
3097 "syn 2.0.106",
3098 "synstructure",
3099]
3100
3101[[package]]
3102name = "zeroize"
3103version = "1.8.2"
3104source = "registry+https://github.com/rust-lang/crates.io-index"
3105checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
3106dependencies = [
3107 "zeroize_derive",
3108]
3109
3110[[package]]
3111name = "zeroize_derive"
3112version = "1.4.2"
3113source = "registry+https://github.com/rust-lang/crates.io-index"
3114checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
3115dependencies = [
3116 "proc-macro2",
3117 "quote",
3118 "syn 2.0.106",
3119]
3120
3121[[package]]
3122name = "zerotrie"
3123version = "0.2.2"
3124source = "registry+https://github.com/rust-lang/crates.io-index"
3125checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
3126dependencies = [
3127 "displaydoc",
3128 "yoke",
3129 "zerofrom",
3130]
3131
3132[[package]]
3133name = "zerovec"
3134version = "0.11.4"
3135source = "registry+https://github.com/rust-lang/crates.io-index"
3136checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
3137dependencies = [
3138 "yoke",
3139 "zerofrom",
3140 "zerovec-derive",
3141]
3142
3143[[package]]
3144name = "zerovec-derive"
3145version = "0.11.1"
3146source = "registry+https://github.com/rust-lang/crates.io-index"
3147checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
3148dependencies = [
3149 "proc-macro2",
3150 "quote",
3151 "syn 2.0.106",
3152]