forked from
pds.dad/at-advent
this repo has no description
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.24.2"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
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 = "allocator-api2"
31version = "0.2.21"
32source = "registry+https://github.com/rust-lang/crates.io-index"
33checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
34
35[[package]]
36name = "android-tzdata"
37version = "0.1.1"
38source = "registry+https://github.com/rust-lang/crates.io-index"
39checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
40
41[[package]]
42name = "android_system_properties"
43version = "0.1.5"
44source = "registry+https://github.com/rust-lang/crates.io-index"
45checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
46dependencies = [
47 "libc",
48]
49
50[[package]]
51name = "askama"
52version = "0.14.0"
53source = "registry+https://github.com/rust-lang/crates.io-index"
54checksum = "f75363874b771be265f4ffe307ca705ef6f3baa19011c149da8674a87f1b75c4"
55dependencies = [
56 "askama_derive",
57 "itoa",
58 "percent-encoding",
59 "serde",
60 "serde_json",
61]
62
63[[package]]
64name = "askama_derive"
65version = "0.14.0"
66source = "registry+https://github.com/rust-lang/crates.io-index"
67checksum = "129397200fe83088e8a68407a8e2b1f826cf0086b21ccdb866a722c8bcd3a94f"
68dependencies = [
69 "askama_parser",
70 "basic-toml",
71 "memchr",
72 "proc-macro2",
73 "quote",
74 "rustc-hash",
75 "serde",
76 "serde_derive",
77 "syn",
78]
79
80[[package]]
81name = "askama_parser"
82version = "0.14.0"
83source = "registry+https://github.com/rust-lang/crates.io-index"
84checksum = "d6ab5630b3d5eaf232620167977f95eb51f3432fc76852328774afbd242d4358"
85dependencies = [
86 "memchr",
87 "serde",
88 "serde_derive",
89 "winnow",
90]
91
92[[package]]
93name = "async-compression"
94version = "0.4.27"
95source = "registry+https://github.com/rust-lang/crates.io-index"
96checksum = "ddb939d66e4ae03cee6091612804ba446b12878410cfa17f785f4dd67d4014e8"
97dependencies = [
98 "flate2",
99 "futures-core",
100 "memchr",
101 "pin-project-lite",
102 "tokio",
103]
104
105[[package]]
106name = "async-lock"
107version = "3.4.0"
108source = "registry+https://github.com/rust-lang/crates.io-index"
109checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
110dependencies = [
111 "event-listener",
112 "event-listener-strategy",
113 "pin-project-lite",
114]
115
116[[package]]
117name = "async-stream"
118version = "0.3.6"
119source = "registry+https://github.com/rust-lang/crates.io-index"
120checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
121dependencies = [
122 "async-stream-impl",
123 "futures-core",
124 "pin-project-lite",
125]
126
127[[package]]
128name = "async-stream-impl"
129version = "0.3.6"
130source = "registry+https://github.com/rust-lang/crates.io-index"
131checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
132dependencies = [
133 "proc-macro2",
134 "quote",
135 "syn",
136]
137
138[[package]]
139name = "async-trait"
140version = "0.1.88"
141source = "registry+https://github.com/rust-lang/crates.io-index"
142checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5"
143dependencies = [
144 "proc-macro2",
145 "quote",
146 "syn",
147]
148
149[[package]]
150name = "atoi"
151version = "2.0.0"
152source = "registry+https://github.com/rust-lang/crates.io-index"
153checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
154dependencies = [
155 "num-traits",
156]
157
158[[package]]
159name = "atrium-api"
160version = "0.25.7"
161source = "registry+https://github.com/rust-lang/crates.io-index"
162checksum = "1f182d9437cd447ed87eca75540151653e332d6753a2a4749d72c0f15aa1f179"
163dependencies = [
164 "atrium-common",
165 "atrium-xrpc",
166 "chrono",
167 "http",
168 "ipld-core",
169 "langtag",
170 "regex",
171 "serde",
172 "serde_bytes",
173 "serde_json",
174 "thiserror 1.0.69",
175 "tokio",
176 "trait-variant",
177]
178
179[[package]]
180name = "atrium-common"
181version = "0.1.3"
182source = "registry+https://github.com/rust-lang/crates.io-index"
183checksum = "eff94b4ce3e9ba11d8bda83674e75ccaca281d5251ec3816d03e6bb23583ff4f"
184dependencies = [
185 "dashmap",
186 "lru",
187 "moka",
188 "thiserror 1.0.69",
189 "tokio",
190 "trait-variant",
191 "web-time",
192]
193
194[[package]]
195name = "atrium-crypto"
196version = "0.1.3"
197source = "registry+https://github.com/rust-lang/crates.io-index"
198checksum = "03dd32c12479c334544ff2a0066d591530e9738edafead49a92e137f0d360267"
199dependencies = [
200 "ecdsa",
201 "generic-array",
202 "k256",
203 "multibase",
204 "p256",
205 "thiserror 1.0.69",
206]
207
208[[package]]
209name = "atrium-identity"
210version = "0.1.8"
211source = "registry+https://github.com/rust-lang/crates.io-index"
212checksum = "3e7cfd14c15bda5087b340a4a8825a7315bbf06a4f879a02186f10481e8a22a6"
213dependencies = [
214 "atrium-api",
215 "atrium-common",
216 "atrium-xrpc",
217 "serde",
218 "serde_html_form",
219 "serde_json",
220 "thiserror 1.0.69",
221 "trait-variant",
222]
223
224[[package]]
225name = "atrium-oauth"
226version = "0.1.6"
227source = "registry+https://github.com/rust-lang/crates.io-index"
228checksum = "d0189ceacad86c3f19e79a548e75897d95d33286857d9f692d83cf9b094cf83d"
229dependencies = [
230 "atrium-api",
231 "atrium-common",
232 "atrium-identity",
233 "atrium-xrpc",
234 "base64",
235 "chrono",
236 "dashmap",
237 "ecdsa",
238 "elliptic-curve",
239 "jose-jwa",
240 "jose-jwk",
241 "p256",
242 "rand 0.8.5",
243 "reqwest",
244 "serde",
245 "serde_html_form",
246 "serde_json",
247 "sha2",
248 "thiserror 1.0.69",
249 "tokio",
250 "trait-variant",
251]
252
253[[package]]
254name = "atrium-repo"
255version = "0.1.7"
256source = "registry+https://github.com/rust-lang/crates.io-index"
257checksum = "02714b0216d58f67f2980894c2a8febb589e8f55088ad9c0ac6a1a0fc28cf068"
258dependencies = [
259 "async-stream",
260 "atrium-api",
261 "futures",
262 "ipld-core",
263 "serde",
264 "serde_bytes",
265 "serde_ipld_dagcbor",
266 "sha2",
267 "thiserror 1.0.69",
268 "tokio",
269 "tokio-util",
270 "unsigned-varint",
271]
272
273[[package]]
274name = "atrium-xrpc"
275version = "0.12.4"
276source = "registry+https://github.com/rust-lang/crates.io-index"
277checksum = "944b35cc08732d40ddbb3356be9e38d11aed4b4c40c33f5b0f235e0650eff296"
278dependencies = [
279 "http",
280 "serde",
281 "serde_html_form",
282 "serde_json",
283 "thiserror 1.0.69",
284 "trait-variant",
285]
286
287[[package]]
288name = "atrium-xrpc-client"
289version = "0.5.15"
290source = "registry+https://github.com/rust-lang/crates.io-index"
291checksum = "d9d1c0ebd71047b85ccfcad936ded56179af24beb60239ab590c549d2325e679"
292dependencies = [
293 "atrium-xrpc",
294 "reqwest",
295]
296
297[[package]]
298name = "autocfg"
299version = "1.5.0"
300source = "registry+https://github.com/rust-lang/crates.io-index"
301checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
302
303[[package]]
304name = "axum"
305version = "0.8.4"
306source = "registry+https://github.com/rust-lang/crates.io-index"
307checksum = "021e862c184ae977658b36c4500f7feac3221ca5da43e3f25bd04ab6c79a29b5"
308dependencies = [
309 "axum-core 0.5.2",
310 "bytes",
311 "form_urlencoded",
312 "futures-util",
313 "http",
314 "http-body",
315 "http-body-util",
316 "hyper",
317 "hyper-util",
318 "itoa",
319 "matchit",
320 "memchr",
321 "mime",
322 "multer",
323 "percent-encoding",
324 "pin-project-lite",
325 "rustversion",
326 "serde",
327 "serde_json",
328 "serde_path_to_error",
329 "serde_urlencoded",
330 "sync_wrapper",
331 "tokio",
332 "tower",
333 "tower-layer",
334 "tower-service",
335 "tracing",
336]
337
338[[package]]
339name = "axum-core"
340version = "0.4.5"
341source = "registry+https://github.com/rust-lang/crates.io-index"
342checksum = "09f2bd6146b97ae3359fa0cc6d6b376d9539582c7b4220f041a33ec24c226199"
343dependencies = [
344 "async-trait",
345 "bytes",
346 "futures-util",
347 "http",
348 "http-body",
349 "http-body-util",
350 "mime",
351 "pin-project-lite",
352 "rustversion",
353 "sync_wrapper",
354 "tower-layer",
355 "tower-service",
356]
357
358[[package]]
359name = "axum-core"
360version = "0.5.2"
361source = "registry+https://github.com/rust-lang/crates.io-index"
362checksum = "68464cd0412f486726fb3373129ef5d2993f90c34bc2bc1c1e9943b2f4fc7ca6"
363dependencies = [
364 "bytes",
365 "futures-core",
366 "http",
367 "http-body",
368 "http-body-util",
369 "mime",
370 "pin-project-lite",
371 "rustversion",
372 "sync_wrapper",
373 "tower-layer",
374 "tower-service",
375 "tracing",
376]
377
378[[package]]
379name = "axum-embed"
380version = "0.1.0"
381source = "registry+https://github.com/rust-lang/crates.io-index"
382checksum = "077959a7f8cf438676af90b483304528eb7e16eadadb7f44e9ada4f9dceb9e62"
383dependencies = [
384 "axum-core 0.4.5",
385 "chrono",
386 "http",
387 "mime_guess",
388 "rust-embed",
389 "tower-service",
390]
391
392[[package]]
393name = "backtrace"
394version = "0.3.75"
395source = "registry+https://github.com/rust-lang/crates.io-index"
396checksum = "6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002"
397dependencies = [
398 "addr2line",
399 "cfg-if",
400 "libc",
401 "miniz_oxide",
402 "object",
403 "rustc-demangle",
404 "windows-targets 0.52.6",
405]
406
407[[package]]
408name = "base-x"
409version = "0.2.11"
410source = "registry+https://github.com/rust-lang/crates.io-index"
411checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270"
412
413[[package]]
414name = "base16ct"
415version = "0.2.0"
416source = "registry+https://github.com/rust-lang/crates.io-index"
417checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"
418
419[[package]]
420name = "base64"
421version = "0.22.1"
422source = "registry+https://github.com/rust-lang/crates.io-index"
423checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
424
425[[package]]
426name = "base64ct"
427version = "1.8.0"
428source = "registry+https://github.com/rust-lang/crates.io-index"
429checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba"
430
431[[package]]
432name = "basic-toml"
433version = "0.1.10"
434source = "registry+https://github.com/rust-lang/crates.io-index"
435checksum = "ba62675e8242a4c4e806d12f11d136e626e6c8361d6b829310732241652a178a"
436dependencies = [
437 "serde",
438]
439
440[[package]]
441name = "bb8"
442version = "0.9.0"
443source = "registry+https://github.com/rust-lang/crates.io-index"
444checksum = "212d8b8e1a22743d9241575c6ba822cf9c8fef34771c86ab7e477a4fbfd254e5"
445dependencies = [
446 "futures-util",
447 "parking_lot",
448 "tokio",
449]
450
451[[package]]
452name = "bb8-redis"
453version = "0.24.0"
454source = "registry+https://github.com/rust-lang/crates.io-index"
455checksum = "5143936af5e1eea1a881e3e3d21b6777da6315e5e307bc3d0c2301c44fa37da9"
456dependencies = [
457 "bb8",
458 "redis",
459]
460
461[[package]]
462name = "bitflags"
463version = "2.9.1"
464source = "registry+https://github.com/rust-lang/crates.io-index"
465checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967"
466dependencies = [
467 "serde",
468]
469
470[[package]]
471name = "block-buffer"
472version = "0.10.4"
473source = "registry+https://github.com/rust-lang/crates.io-index"
474checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
475dependencies = [
476 "generic-array",
477]
478
479[[package]]
480name = "bstr"
481version = "1.12.0"
482source = "registry+https://github.com/rust-lang/crates.io-index"
483checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4"
484dependencies = [
485 "memchr",
486 "serde",
487]
488
489[[package]]
490name = "bumpalo"
491version = "3.17.0"
492source = "registry+https://github.com/rust-lang/crates.io-index"
493checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf"
494
495[[package]]
496name = "byteorder"
497version = "1.5.0"
498source = "registry+https://github.com/rust-lang/crates.io-index"
499checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
500
501[[package]]
502name = "bytes"
503version = "1.10.1"
504source = "registry+https://github.com/rust-lang/crates.io-index"
505checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
506
507[[package]]
508name = "cbor4ii"
509version = "0.2.14"
510source = "registry+https://github.com/rust-lang/crates.io-index"
511checksum = "b544cf8c89359205f4f990d0e6f3828db42df85b5dac95d09157a250eb0749c4"
512dependencies = [
513 "serde",
514]
515
516[[package]]
517name = "cc"
518version = "1.2.30"
519source = "registry+https://github.com/rust-lang/crates.io-index"
520checksum = "deec109607ca693028562ed836a5f1c4b8bd77755c4e132fc5ce11b0b6211ae7"
521dependencies = [
522 "shlex",
523]
524
525[[package]]
526name = "cfg-if"
527version = "1.0.1"
528source = "registry+https://github.com/rust-lang/crates.io-index"
529checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268"
530
531[[package]]
532name = "chrono"
533version = "0.4.41"
534source = "registry+https://github.com/rust-lang/crates.io-index"
535checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d"
536dependencies = [
537 "android-tzdata",
538 "iana-time-zone",
539 "js-sys",
540 "num-traits",
541 "serde",
542 "wasm-bindgen",
543 "windows-link",
544]
545
546[[package]]
547name = "cid"
548version = "0.11.1"
549source = "registry+https://github.com/rust-lang/crates.io-index"
550checksum = "3147d8272e8fa0ccd29ce51194dd98f79ddfb8191ba9e3409884e751798acf3a"
551dependencies = [
552 "core2",
553 "multibase",
554 "multihash",
555 "serde",
556 "serde_bytes",
557 "unsigned-varint",
558]
559
560[[package]]
561name = "combine"
562version = "4.6.7"
563source = "registry+https://github.com/rust-lang/crates.io-index"
564checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
565dependencies = [
566 "bytes",
567 "futures-core",
568 "memchr",
569 "pin-project-lite",
570 "tokio",
571 "tokio-util",
572]
573
574[[package]]
575name = "concurrent-queue"
576version = "2.5.0"
577source = "registry+https://github.com/rust-lang/crates.io-index"
578checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
579dependencies = [
580 "crossbeam-utils",
581]
582
583[[package]]
584name = "const-oid"
585version = "0.9.6"
586source = "registry+https://github.com/rust-lang/crates.io-index"
587checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
588
589[[package]]
590name = "cookie"
591version = "0.18.1"
592source = "registry+https://github.com/rust-lang/crates.io-index"
593checksum = "4ddef33a339a91ea89fb53151bd0a4689cfce27055c291dfa69945475d22c747"
594dependencies = [
595 "percent-encoding",
596 "time",
597 "version_check",
598]
599
600[[package]]
601name = "core-foundation"
602version = "0.9.4"
603source = "registry+https://github.com/rust-lang/crates.io-index"
604checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
605dependencies = [
606 "core-foundation-sys",
607 "libc",
608]
609
610[[package]]
611name = "core-foundation-sys"
612version = "0.8.7"
613source = "registry+https://github.com/rust-lang/crates.io-index"
614checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
615
616[[package]]
617name = "core2"
618version = "0.4.0"
619source = "registry+https://github.com/rust-lang/crates.io-index"
620checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505"
621dependencies = [
622 "memchr",
623]
624
625[[package]]
626name = "cpufeatures"
627version = "0.2.17"
628source = "registry+https://github.com/rust-lang/crates.io-index"
629checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
630dependencies = [
631 "libc",
632]
633
634[[package]]
635name = "crc"
636version = "3.3.0"
637source = "registry+https://github.com/rust-lang/crates.io-index"
638checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675"
639dependencies = [
640 "crc-catalog",
641]
642
643[[package]]
644name = "crc-catalog"
645version = "2.4.0"
646source = "registry+https://github.com/rust-lang/crates.io-index"
647checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
648
649[[package]]
650name = "crc32fast"
651version = "1.5.0"
652source = "registry+https://github.com/rust-lang/crates.io-index"
653checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
654dependencies = [
655 "cfg-if",
656]
657
658[[package]]
659name = "crossbeam-channel"
660version = "0.5.15"
661source = "registry+https://github.com/rust-lang/crates.io-index"
662checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
663dependencies = [
664 "crossbeam-utils",
665]
666
667[[package]]
668name = "crossbeam-epoch"
669version = "0.9.18"
670source = "registry+https://github.com/rust-lang/crates.io-index"
671checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
672dependencies = [
673 "crossbeam-utils",
674]
675
676[[package]]
677name = "crossbeam-queue"
678version = "0.3.12"
679source = "registry+https://github.com/rust-lang/crates.io-index"
680checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
681dependencies = [
682 "crossbeam-utils",
683]
684
685[[package]]
686name = "crossbeam-utils"
687version = "0.8.21"
688source = "registry+https://github.com/rust-lang/crates.io-index"
689checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
690
691[[package]]
692name = "crypto-bigint"
693version = "0.5.5"
694source = "registry+https://github.com/rust-lang/crates.io-index"
695checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
696dependencies = [
697 "generic-array",
698 "rand_core 0.6.4",
699 "subtle",
700 "zeroize",
701]
702
703[[package]]
704name = "crypto-common"
705version = "0.1.6"
706source = "registry+https://github.com/rust-lang/crates.io-index"
707checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
708dependencies = [
709 "generic-array",
710 "typenum",
711]
712
713[[package]]
714name = "darling"
715version = "0.20.11"
716source = "registry+https://github.com/rust-lang/crates.io-index"
717checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
718dependencies = [
719 "darling_core",
720 "darling_macro",
721]
722
723[[package]]
724name = "darling_core"
725version = "0.20.11"
726source = "registry+https://github.com/rust-lang/crates.io-index"
727checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
728dependencies = [
729 "fnv",
730 "ident_case",
731 "proc-macro2",
732 "quote",
733 "strsim",
734 "syn",
735]
736
737[[package]]
738name = "darling_macro"
739version = "0.20.11"
740source = "registry+https://github.com/rust-lang/crates.io-index"
741checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
742dependencies = [
743 "darling_core",
744 "quote",
745 "syn",
746]
747
748[[package]]
749name = "dashmap"
750version = "6.1.0"
751source = "registry+https://github.com/rust-lang/crates.io-index"
752checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
753dependencies = [
754 "cfg-if",
755 "crossbeam-utils",
756 "hashbrown 0.14.5",
757 "lock_api",
758 "once_cell",
759 "parking_lot_core",
760]
761
762[[package]]
763name = "data-encoding"
764version = "2.9.0"
765source = "registry+https://github.com/rust-lang/crates.io-index"
766checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
767
768[[package]]
769name = "data-encoding-macro"
770version = "0.1.18"
771source = "registry+https://github.com/rust-lang/crates.io-index"
772checksum = "47ce6c96ea0102f01122a185683611bd5ac8d99e62bc59dd12e6bda344ee673d"
773dependencies = [
774 "data-encoding",
775 "data-encoding-macro-internal",
776]
777
778[[package]]
779name = "data-encoding-macro-internal"
780version = "0.1.16"
781source = "registry+https://github.com/rust-lang/crates.io-index"
782checksum = "8d162beedaa69905488a8da94f5ac3edb4dd4788b732fadb7bd120b2625c1976"
783dependencies = [
784 "data-encoding",
785 "syn",
786]
787
788[[package]]
789name = "der"
790version = "0.7.10"
791source = "registry+https://github.com/rust-lang/crates.io-index"
792checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
793dependencies = [
794 "const-oid",
795 "pem-rfc7468",
796 "zeroize",
797]
798
799[[package]]
800name = "deranged"
801version = "0.4.0"
802source = "registry+https://github.com/rust-lang/crates.io-index"
803checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
804dependencies = [
805 "powerfmt",
806 "serde",
807]
808
809[[package]]
810name = "derive_builder"
811version = "0.20.2"
812source = "registry+https://github.com/rust-lang/crates.io-index"
813checksum = "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947"
814dependencies = [
815 "derive_builder_macro",
816]
817
818[[package]]
819name = "derive_builder_core"
820version = "0.20.2"
821source = "registry+https://github.com/rust-lang/crates.io-index"
822checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8"
823dependencies = [
824 "darling",
825 "proc-macro2",
826 "quote",
827 "syn",
828]
829
830[[package]]
831name = "derive_builder_macro"
832version = "0.20.2"
833source = "registry+https://github.com/rust-lang/crates.io-index"
834checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c"
835dependencies = [
836 "derive_builder_core",
837 "syn",
838]
839
840[[package]]
841name = "digest"
842version = "0.10.7"
843source = "registry+https://github.com/rust-lang/crates.io-index"
844checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
845dependencies = [
846 "block-buffer",
847 "const-oid",
848 "crypto-common",
849 "subtle",
850]
851
852[[package]]
853name = "displaydoc"
854version = "0.2.5"
855source = "registry+https://github.com/rust-lang/crates.io-index"
856checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
857dependencies = [
858 "proc-macro2",
859 "quote",
860 "syn",
861]
862
863[[package]]
864name = "dotenv"
865version = "0.15.0"
866source = "registry+https://github.com/rust-lang/crates.io-index"
867checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f"
868
869[[package]]
870name = "dotenvy"
871version = "0.15.7"
872source = "registry+https://github.com/rust-lang/crates.io-index"
873checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
874
875[[package]]
876name = "ecdsa"
877version = "0.16.9"
878source = "registry+https://github.com/rust-lang/crates.io-index"
879checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca"
880dependencies = [
881 "der",
882 "digest",
883 "elliptic-curve",
884 "rfc6979",
885 "signature",
886 "spki",
887]
888
889[[package]]
890name = "either"
891version = "1.15.0"
892source = "registry+https://github.com/rust-lang/crates.io-index"
893checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
894dependencies = [
895 "serde",
896]
897
898[[package]]
899name = "elliptic-curve"
900version = "0.13.8"
901source = "registry+https://github.com/rust-lang/crates.io-index"
902checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47"
903dependencies = [
904 "base16ct",
905 "crypto-bigint",
906 "digest",
907 "ff",
908 "generic-array",
909 "group",
910 "pkcs8",
911 "rand_core 0.6.4",
912 "sec1",
913 "subtle",
914 "zeroize",
915]
916
917[[package]]
918name = "encoding_rs"
919version = "0.8.35"
920source = "registry+https://github.com/rust-lang/crates.io-index"
921checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
922dependencies = [
923 "cfg-if",
924]
925
926[[package]]
927name = "enum-as-inner"
928version = "0.6.1"
929source = "registry+https://github.com/rust-lang/crates.io-index"
930checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
931dependencies = [
932 "heck",
933 "proc-macro2",
934 "quote",
935 "syn",
936]
937
938[[package]]
939name = "equivalent"
940version = "1.0.2"
941source = "registry+https://github.com/rust-lang/crates.io-index"
942checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
943
944[[package]]
945name = "errno"
946version = "0.3.13"
947source = "registry+https://github.com/rust-lang/crates.io-index"
948checksum = "778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad"
949dependencies = [
950 "libc",
951 "windows-sys 0.59.0",
952]
953
954[[package]]
955name = "etcetera"
956version = "0.8.0"
957source = "registry+https://github.com/rust-lang/crates.io-index"
958checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
959dependencies = [
960 "cfg-if",
961 "home",
962 "windows-sys 0.48.0",
963]
964
965[[package]]
966name = "event-listener"
967version = "5.4.0"
968source = "registry+https://github.com/rust-lang/crates.io-index"
969checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae"
970dependencies = [
971 "concurrent-queue",
972 "parking",
973 "pin-project-lite",
974]
975
976[[package]]
977name = "event-listener-strategy"
978version = "0.5.4"
979source = "registry+https://github.com/rust-lang/crates.io-index"
980checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
981dependencies = [
982 "event-listener",
983 "pin-project-lite",
984]
985
986[[package]]
987name = "fastrand"
988version = "2.3.0"
989source = "registry+https://github.com/rust-lang/crates.io-index"
990checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
991
992[[package]]
993name = "ff"
994version = "0.13.1"
995source = "registry+https://github.com/rust-lang/crates.io-index"
996checksum = "c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393"
997dependencies = [
998 "rand_core 0.6.4",
999 "subtle",
1000]
1001
1002[[package]]
1003name = "flate2"
1004version = "1.1.2"
1005source = "registry+https://github.com/rust-lang/crates.io-index"
1006checksum = "4a3d7db9596fecd151c5f638c0ee5d5bd487b6e0ea232e5dc96d5250f6f94b1d"
1007dependencies = [
1008 "crc32fast",
1009 "miniz_oxide",
1010]
1011
1012[[package]]
1013name = "flume"
1014version = "0.11.1"
1015source = "registry+https://github.com/rust-lang/crates.io-index"
1016checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
1017dependencies = [
1018 "futures-core",
1019 "futures-sink",
1020 "spin",
1021]
1022
1023[[package]]
1024name = "fnv"
1025version = "1.0.7"
1026source = "registry+https://github.com/rust-lang/crates.io-index"
1027checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
1028
1029[[package]]
1030name = "foldhash"
1031version = "0.1.5"
1032source = "registry+https://github.com/rust-lang/crates.io-index"
1033checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
1034
1035[[package]]
1036name = "foreign-types"
1037version = "0.3.2"
1038source = "registry+https://github.com/rust-lang/crates.io-index"
1039checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
1040dependencies = [
1041 "foreign-types-shared",
1042]
1043
1044[[package]]
1045name = "foreign-types-shared"
1046version = "0.1.1"
1047source = "registry+https://github.com/rust-lang/crates.io-index"
1048checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
1049
1050[[package]]
1051name = "form_urlencoded"
1052version = "1.2.1"
1053source = "registry+https://github.com/rust-lang/crates.io-index"
1054checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
1055dependencies = [
1056 "percent-encoding",
1057]
1058
1059[[package]]
1060name = "futures"
1061version = "0.3.31"
1062source = "registry+https://github.com/rust-lang/crates.io-index"
1063checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
1064dependencies = [
1065 "futures-channel",
1066 "futures-core",
1067 "futures-io",
1068 "futures-sink",
1069 "futures-task",
1070 "futures-util",
1071]
1072
1073[[package]]
1074name = "futures-channel"
1075version = "0.3.31"
1076source = "registry+https://github.com/rust-lang/crates.io-index"
1077checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
1078dependencies = [
1079 "futures-core",
1080 "futures-sink",
1081]
1082
1083[[package]]
1084name = "futures-core"
1085version = "0.3.31"
1086source = "registry+https://github.com/rust-lang/crates.io-index"
1087checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
1088
1089[[package]]
1090name = "futures-executor"
1091version = "0.3.31"
1092source = "registry+https://github.com/rust-lang/crates.io-index"
1093checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
1094dependencies = [
1095 "futures-core",
1096 "futures-task",
1097 "futures-util",
1098]
1099
1100[[package]]
1101name = "futures-intrusive"
1102version = "0.5.0"
1103source = "registry+https://github.com/rust-lang/crates.io-index"
1104checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
1105dependencies = [
1106 "futures-core",
1107 "lock_api",
1108 "parking_lot",
1109]
1110
1111[[package]]
1112name = "futures-io"
1113version = "0.3.31"
1114source = "registry+https://github.com/rust-lang/crates.io-index"
1115checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
1116
1117[[package]]
1118name = "futures-macro"
1119version = "0.3.31"
1120source = "registry+https://github.com/rust-lang/crates.io-index"
1121checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
1122dependencies = [
1123 "proc-macro2",
1124 "quote",
1125 "syn",
1126]
1127
1128[[package]]
1129name = "futures-sink"
1130version = "0.3.31"
1131source = "registry+https://github.com/rust-lang/crates.io-index"
1132checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
1133
1134[[package]]
1135name = "futures-task"
1136version = "0.3.31"
1137source = "registry+https://github.com/rust-lang/crates.io-index"
1138checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
1139
1140[[package]]
1141name = "futures-util"
1142version = "0.3.31"
1143source = "registry+https://github.com/rust-lang/crates.io-index"
1144checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
1145dependencies = [
1146 "futures-channel",
1147 "futures-core",
1148 "futures-io",
1149 "futures-macro",
1150 "futures-sink",
1151 "futures-task",
1152 "memchr",
1153 "pin-project-lite",
1154 "pin-utils",
1155 "slab",
1156]
1157
1158[[package]]
1159name = "generator"
1160version = "0.8.5"
1161source = "registry+https://github.com/rust-lang/crates.io-index"
1162checksum = "d18470a76cb7f8ff746cf1f7470914f900252ec36bbc40b569d74b1258446827"
1163dependencies = [
1164 "cc",
1165 "cfg-if",
1166 "libc",
1167 "log",
1168 "rustversion",
1169 "windows",
1170]
1171
1172[[package]]
1173name = "generic-array"
1174version = "0.14.7"
1175source = "registry+https://github.com/rust-lang/crates.io-index"
1176checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
1177dependencies = [
1178 "typenum",
1179 "version_check",
1180 "zeroize",
1181]
1182
1183[[package]]
1184name = "getrandom"
1185version = "0.2.16"
1186source = "registry+https://github.com/rust-lang/crates.io-index"
1187checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
1188dependencies = [
1189 "cfg-if",
1190 "libc",
1191 "wasi 0.11.1+wasi-snapshot-preview1",
1192]
1193
1194[[package]]
1195name = "getrandom"
1196version = "0.3.3"
1197source = "registry+https://github.com/rust-lang/crates.io-index"
1198checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4"
1199dependencies = [
1200 "cfg-if",
1201 "libc",
1202 "r-efi",
1203 "wasi 0.14.2+wasi-0.2.4",
1204]
1205
1206[[package]]
1207name = "gimli"
1208version = "0.31.1"
1209source = "registry+https://github.com/rust-lang/crates.io-index"
1210checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
1211
1212[[package]]
1213name = "globset"
1214version = "0.4.16"
1215source = "registry+https://github.com/rust-lang/crates.io-index"
1216checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
1217dependencies = [
1218 "aho-corasick",
1219 "bstr",
1220 "log",
1221 "regex-automata 0.4.9",
1222 "regex-syntax 0.8.5",
1223]
1224
1225[[package]]
1226name = "group"
1227version = "0.13.0"
1228source = "registry+https://github.com/rust-lang/crates.io-index"
1229checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63"
1230dependencies = [
1231 "ff",
1232 "rand_core 0.6.4",
1233 "subtle",
1234]
1235
1236[[package]]
1237name = "handlebars"
1238version = "6.3.2"
1239source = "registry+https://github.com/rust-lang/crates.io-index"
1240checksum = "759e2d5aea3287cb1190c8ec394f42866cb5bf74fcbf213f354e3c856ea26098"
1241dependencies = [
1242 "derive_builder",
1243 "log",
1244 "num-order",
1245 "pest",
1246 "pest_derive",
1247 "serde",
1248 "serde_json",
1249 "thiserror 2.0.12",
1250]
1251
1252[[package]]
1253name = "hashbrown"
1254version = "0.14.5"
1255source = "registry+https://github.com/rust-lang/crates.io-index"
1256checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
1257
1258[[package]]
1259name = "hashbrown"
1260version = "0.15.4"
1261source = "registry+https://github.com/rust-lang/crates.io-index"
1262checksum = "5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5"
1263dependencies = [
1264 "allocator-api2",
1265 "equivalent",
1266 "foldhash",
1267]
1268
1269[[package]]
1270name = "hashlink"
1271version = "0.10.0"
1272source = "registry+https://github.com/rust-lang/crates.io-index"
1273checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
1274dependencies = [
1275 "hashbrown 0.15.4",
1276]
1277
1278[[package]]
1279name = "heck"
1280version = "0.5.0"
1281source = "registry+https://github.com/rust-lang/crates.io-index"
1282checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
1283
1284[[package]]
1285name = "hex"
1286version = "0.4.3"
1287source = "registry+https://github.com/rust-lang/crates.io-index"
1288checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
1289
1290[[package]]
1291name = "hickory-proto"
1292version = "0.24.4"
1293source = "registry+https://github.com/rust-lang/crates.io-index"
1294checksum = "92652067c9ce6f66ce53cc38d1169daa36e6e7eb7dd3b63b5103bd9d97117248"
1295dependencies = [
1296 "async-trait",
1297 "cfg-if",
1298 "data-encoding",
1299 "enum-as-inner",
1300 "futures-channel",
1301 "futures-io",
1302 "futures-util",
1303 "idna",
1304 "ipnet",
1305 "once_cell",
1306 "rand 0.8.5",
1307 "thiserror 1.0.69",
1308 "tinyvec",
1309 "tokio",
1310 "tracing",
1311 "url",
1312]
1313
1314[[package]]
1315name = "hickory-resolver"
1316version = "0.24.4"
1317source = "registry+https://github.com/rust-lang/crates.io-index"
1318checksum = "cbb117a1ca520e111743ab2f6688eddee69db4e0ea242545a604dce8a66fd22e"
1319dependencies = [
1320 "cfg-if",
1321 "futures-util",
1322 "hickory-proto",
1323 "ipconfig",
1324 "lru-cache",
1325 "once_cell",
1326 "parking_lot",
1327 "rand 0.8.5",
1328 "resolv-conf",
1329 "smallvec",
1330 "thiserror 1.0.69",
1331 "tokio",
1332 "tracing",
1333]
1334
1335[[package]]
1336name = "hkdf"
1337version = "0.12.4"
1338source = "registry+https://github.com/rust-lang/crates.io-index"
1339checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
1340dependencies = [
1341 "hmac",
1342]
1343
1344[[package]]
1345name = "hmac"
1346version = "0.12.1"
1347source = "registry+https://github.com/rust-lang/crates.io-index"
1348checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
1349dependencies = [
1350 "digest",
1351]
1352
1353[[package]]
1354name = "home"
1355version = "0.5.11"
1356source = "registry+https://github.com/rust-lang/crates.io-index"
1357checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
1358dependencies = [
1359 "windows-sys 0.59.0",
1360]
1361
1362[[package]]
1363name = "html-escape"
1364version = "0.2.13"
1365source = "registry+https://github.com/rust-lang/crates.io-index"
1366checksum = "6d1ad449764d627e22bfd7cd5e8868264fc9236e07c752972b4080cd351cb476"
1367dependencies = [
1368 "utf8-width",
1369]
1370
1371[[package]]
1372name = "http"
1373version = "1.3.1"
1374source = "registry+https://github.com/rust-lang/crates.io-index"
1375checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
1376dependencies = [
1377 "bytes",
1378 "fnv",
1379 "itoa",
1380]
1381
1382[[package]]
1383name = "http-body"
1384version = "1.0.1"
1385source = "registry+https://github.com/rust-lang/crates.io-index"
1386checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
1387dependencies = [
1388 "bytes",
1389 "http",
1390]
1391
1392[[package]]
1393name = "http-body-util"
1394version = "0.1.3"
1395source = "registry+https://github.com/rust-lang/crates.io-index"
1396checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
1397dependencies = [
1398 "bytes",
1399 "futures-core",
1400 "http",
1401 "http-body",
1402 "pin-project-lite",
1403]
1404
1405[[package]]
1406name = "httparse"
1407version = "1.10.1"
1408source = "registry+https://github.com/rust-lang/crates.io-index"
1409checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
1410
1411[[package]]
1412name = "httpdate"
1413version = "1.0.3"
1414source = "registry+https://github.com/rust-lang/crates.io-index"
1415checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
1416
1417[[package]]
1418name = "hyper"
1419version = "1.6.0"
1420source = "registry+https://github.com/rust-lang/crates.io-index"
1421checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
1422dependencies = [
1423 "bytes",
1424 "futures-channel",
1425 "futures-util",
1426 "http",
1427 "http-body",
1428 "httparse",
1429 "httpdate",
1430 "itoa",
1431 "pin-project-lite",
1432 "smallvec",
1433 "tokio",
1434 "want",
1435]
1436
1437[[package]]
1438name = "hyper-tls"
1439version = "0.6.0"
1440source = "registry+https://github.com/rust-lang/crates.io-index"
1441checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
1442dependencies = [
1443 "bytes",
1444 "http-body-util",
1445 "hyper",
1446 "hyper-util",
1447 "native-tls",
1448 "tokio",
1449 "tokio-native-tls",
1450 "tower-service",
1451]
1452
1453[[package]]
1454name = "hyper-util"
1455version = "0.1.16"
1456source = "registry+https://github.com/rust-lang/crates.io-index"
1457checksum = "8d9b05277c7e8da2c93a568989bb6207bef0112e8d17df7a6eda4a3cf143bc5e"
1458dependencies = [
1459 "base64",
1460 "bytes",
1461 "futures-channel",
1462 "futures-core",
1463 "futures-util",
1464 "http",
1465 "http-body",
1466 "hyper",
1467 "ipnet",
1468 "libc",
1469 "percent-encoding",
1470 "pin-project-lite",
1471 "socket2 0.6.0",
1472 "tokio",
1473 "tower-service",
1474 "tracing",
1475]
1476
1477[[package]]
1478name = "hypertext"
1479version = "0.12.1"
1480source = "registry+https://github.com/rust-lang/crates.io-index"
1481checksum = "eb73b82c6a76434fd87a0668ef3ff1a8182512dfb610eef9138169a7e2d3a0ed"
1482dependencies = [
1483 "html-escape",
1484 "hypertext-macros",
1485 "itoa",
1486 "ryu",
1487]
1488
1489[[package]]
1490name = "hypertext-macros"
1491version = "0.12.1"
1492source = "registry+https://github.com/rust-lang/crates.io-index"
1493checksum = "c120534b9d41bd317a5b111aacc38a34071d15df9462c0e21f6093ade3a03660"
1494dependencies = [
1495 "html-escape",
1496 "proc-macro2",
1497 "quote",
1498 "syn",
1499]
1500
1501[[package]]
1502name = "iana-time-zone"
1503version = "0.1.63"
1504source = "registry+https://github.com/rust-lang/crates.io-index"
1505checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8"
1506dependencies = [
1507 "android_system_properties",
1508 "core-foundation-sys",
1509 "iana-time-zone-haiku",
1510 "js-sys",
1511 "log",
1512 "wasm-bindgen",
1513 "windows-core",
1514]
1515
1516[[package]]
1517name = "iana-time-zone-haiku"
1518version = "0.1.2"
1519source = "registry+https://github.com/rust-lang/crates.io-index"
1520checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
1521dependencies = [
1522 "cc",
1523]
1524
1525[[package]]
1526name = "icu_collections"
1527version = "2.0.0"
1528source = "registry+https://github.com/rust-lang/crates.io-index"
1529checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
1530dependencies = [
1531 "displaydoc",
1532 "potential_utf",
1533 "yoke",
1534 "zerofrom",
1535 "zerovec",
1536]
1537
1538[[package]]
1539name = "icu_locale_core"
1540version = "2.0.0"
1541source = "registry+https://github.com/rust-lang/crates.io-index"
1542checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
1543dependencies = [
1544 "displaydoc",
1545 "litemap",
1546 "tinystr",
1547 "writeable",
1548 "zerovec",
1549]
1550
1551[[package]]
1552name = "icu_normalizer"
1553version = "2.0.0"
1554source = "registry+https://github.com/rust-lang/crates.io-index"
1555checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
1556dependencies = [
1557 "displaydoc",
1558 "icu_collections",
1559 "icu_normalizer_data",
1560 "icu_properties",
1561 "icu_provider",
1562 "smallvec",
1563 "zerovec",
1564]
1565
1566[[package]]
1567name = "icu_normalizer_data"
1568version = "2.0.0"
1569source = "registry+https://github.com/rust-lang/crates.io-index"
1570checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
1571
1572[[package]]
1573name = "icu_properties"
1574version = "2.0.1"
1575source = "registry+https://github.com/rust-lang/crates.io-index"
1576checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
1577dependencies = [
1578 "displaydoc",
1579 "icu_collections",
1580 "icu_locale_core",
1581 "icu_properties_data",
1582 "icu_provider",
1583 "potential_utf",
1584 "zerotrie",
1585 "zerovec",
1586]
1587
1588[[package]]
1589name = "icu_properties_data"
1590version = "2.0.1"
1591source = "registry+https://github.com/rust-lang/crates.io-index"
1592checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
1593
1594[[package]]
1595name = "icu_provider"
1596version = "2.0.0"
1597source = "registry+https://github.com/rust-lang/crates.io-index"
1598checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
1599dependencies = [
1600 "displaydoc",
1601 "icu_locale_core",
1602 "stable_deref_trait",
1603 "tinystr",
1604 "writeable",
1605 "yoke",
1606 "zerofrom",
1607 "zerotrie",
1608 "zerovec",
1609]
1610
1611[[package]]
1612name = "ident_case"
1613version = "1.0.1"
1614source = "registry+https://github.com/rust-lang/crates.io-index"
1615checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
1616
1617[[package]]
1618name = "idna"
1619version = "1.0.3"
1620source = "registry+https://github.com/rust-lang/crates.io-index"
1621checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
1622dependencies = [
1623 "idna_adapter",
1624 "smallvec",
1625 "utf8_iter",
1626]
1627
1628[[package]]
1629name = "idna_adapter"
1630version = "1.2.1"
1631source = "registry+https://github.com/rust-lang/crates.io-index"
1632checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
1633dependencies = [
1634 "icu_normalizer",
1635 "icu_properties",
1636]
1637
1638[[package]]
1639name = "indexmap"
1640version = "2.10.0"
1641source = "registry+https://github.com/rust-lang/crates.io-index"
1642checksum = "fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661"
1643dependencies = [
1644 "equivalent",
1645 "hashbrown 0.15.4",
1646]
1647
1648[[package]]
1649name = "io-uring"
1650version = "0.7.9"
1651source = "registry+https://github.com/rust-lang/crates.io-index"
1652checksum = "d93587f37623a1a17d94ef2bc9ada592f5465fe7732084ab7beefabe5c77c0c4"
1653dependencies = [
1654 "bitflags",
1655 "cfg-if",
1656 "libc",
1657]
1658
1659[[package]]
1660name = "ipconfig"
1661version = "0.3.2"
1662source = "registry+https://github.com/rust-lang/crates.io-index"
1663checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f"
1664dependencies = [
1665 "socket2 0.5.10",
1666 "widestring",
1667 "windows-sys 0.48.0",
1668 "winreg",
1669]
1670
1671[[package]]
1672name = "ipld-core"
1673version = "0.4.2"
1674source = "registry+https://github.com/rust-lang/crates.io-index"
1675checksum = "104718b1cc124d92a6d01ca9c9258a7df311405debb3408c445a36452f9bf8db"
1676dependencies = [
1677 "cid",
1678 "serde",
1679 "serde_bytes",
1680]
1681
1682[[package]]
1683name = "ipnet"
1684version = "2.11.0"
1685source = "registry+https://github.com/rust-lang/crates.io-index"
1686checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
1687
1688[[package]]
1689name = "iri-string"
1690version = "0.7.8"
1691source = "registry+https://github.com/rust-lang/crates.io-index"
1692checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
1693dependencies = [
1694 "memchr",
1695 "serde",
1696]
1697
1698[[package]]
1699name = "itoa"
1700version = "1.0.15"
1701source = "registry+https://github.com/rust-lang/crates.io-index"
1702checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
1703
1704[[package]]
1705name = "jose-b64"
1706version = "0.1.2"
1707source = "registry+https://github.com/rust-lang/crates.io-index"
1708checksum = "bec69375368709666b21c76965ce67549f2d2db7605f1f8707d17c9656801b56"
1709dependencies = [
1710 "base64ct",
1711 "serde",
1712 "subtle",
1713 "zeroize",
1714]
1715
1716[[package]]
1717name = "jose-jwa"
1718version = "0.1.2"
1719source = "registry+https://github.com/rust-lang/crates.io-index"
1720checksum = "9ab78e053fe886a351d67cf0d194c000f9d0dcb92906eb34d853d7e758a4b3a7"
1721dependencies = [
1722 "serde",
1723]
1724
1725[[package]]
1726name = "jose-jwk"
1727version = "0.1.2"
1728source = "registry+https://github.com/rust-lang/crates.io-index"
1729checksum = "280fa263807fe0782ecb6f2baadc28dffc04e00558a58e33bfdb801d11fd58e7"
1730dependencies = [
1731 "jose-b64",
1732 "jose-jwa",
1733 "p256",
1734 "serde",
1735 "zeroize",
1736]
1737
1738[[package]]
1739name = "js-sys"
1740version = "0.3.77"
1741source = "registry+https://github.com/rust-lang/crates.io-index"
1742checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
1743dependencies = [
1744 "once_cell",
1745 "wasm-bindgen",
1746]
1747
1748[[package]]
1749name = "k256"
1750version = "0.13.4"
1751source = "registry+https://github.com/rust-lang/crates.io-index"
1752checksum = "f6e3919bbaa2945715f0bb6d3934a173d1e9a59ac23767fbaaef277265a7411b"
1753dependencies = [
1754 "cfg-if",
1755 "ecdsa",
1756 "elliptic-curve",
1757 "sha2",
1758]
1759
1760[[package]]
1761name = "langtag"
1762version = "0.3.4"
1763source = "registry+https://github.com/rust-lang/crates.io-index"
1764checksum = "ed60c85f254d6ae8450cec15eedd921efbc4d1bdf6fcf6202b9a58b403f6f805"
1765dependencies = [
1766 "serde",
1767]
1768
1769[[package]]
1770name = "lazy_static"
1771version = "1.5.0"
1772source = "registry+https://github.com/rust-lang/crates.io-index"
1773checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
1774dependencies = [
1775 "spin",
1776]
1777
1778[[package]]
1779name = "libc"
1780version = "0.2.174"
1781source = "registry+https://github.com/rust-lang/crates.io-index"
1782checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776"
1783
1784[[package]]
1785name = "libm"
1786version = "0.2.15"
1787source = "registry+https://github.com/rust-lang/crates.io-index"
1788checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
1789
1790[[package]]
1791name = "libsqlite3-sys"
1792version = "0.30.1"
1793source = "registry+https://github.com/rust-lang/crates.io-index"
1794checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
1795dependencies = [
1796 "pkg-config",
1797 "vcpkg",
1798]
1799
1800[[package]]
1801name = "linked-hash-map"
1802version = "0.5.6"
1803source = "registry+https://github.com/rust-lang/crates.io-index"
1804checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
1805
1806[[package]]
1807name = "linux-raw-sys"
1808version = "0.9.4"
1809source = "registry+https://github.com/rust-lang/crates.io-index"
1810checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
1811
1812[[package]]
1813name = "listener"
1814version = "0.1.0"
1815
1816[[package]]
1817name = "litemap"
1818version = "0.8.0"
1819source = "registry+https://github.com/rust-lang/crates.io-index"
1820checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
1821
1822[[package]]
1823name = "lock_api"
1824version = "0.4.13"
1825source = "registry+https://github.com/rust-lang/crates.io-index"
1826checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765"
1827dependencies = [
1828 "autocfg",
1829 "scopeguard",
1830 "serde",
1831]
1832
1833[[package]]
1834name = "log"
1835version = "0.4.27"
1836source = "registry+https://github.com/rust-lang/crates.io-index"
1837checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
1838
1839[[package]]
1840name = "loom"
1841version = "0.7.2"
1842source = "registry+https://github.com/rust-lang/crates.io-index"
1843checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
1844dependencies = [
1845 "cfg-if",
1846 "generator",
1847 "scoped-tls",
1848 "tracing",
1849 "tracing-subscriber",
1850]
1851
1852[[package]]
1853name = "lru"
1854version = "0.12.5"
1855source = "registry+https://github.com/rust-lang/crates.io-index"
1856checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
1857dependencies = [
1858 "hashbrown 0.15.4",
1859]
1860
1861[[package]]
1862name = "lru-cache"
1863version = "0.1.2"
1864source = "registry+https://github.com/rust-lang/crates.io-index"
1865checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"
1866dependencies = [
1867 "linked-hash-map",
1868]
1869
1870[[package]]
1871name = "markdown"
1872version = "1.0.0"
1873source = "registry+https://github.com/rust-lang/crates.io-index"
1874checksum = "a5cab8f2cadc416a82d2e783a1946388b31654d391d1c7d92cc1f03e295b1deb"
1875dependencies = [
1876 "unicode-id",
1877]
1878
1879[[package]]
1880name = "matchers"
1881version = "0.1.0"
1882source = "registry+https://github.com/rust-lang/crates.io-index"
1883checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
1884dependencies = [
1885 "regex-automata 0.1.10",
1886]
1887
1888[[package]]
1889name = "matchit"
1890version = "0.8.4"
1891source = "registry+https://github.com/rust-lang/crates.io-index"
1892checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
1893
1894[[package]]
1895name = "md-5"
1896version = "0.10.6"
1897source = "registry+https://github.com/rust-lang/crates.io-index"
1898checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
1899dependencies = [
1900 "cfg-if",
1901 "digest",
1902]
1903
1904[[package]]
1905name = "memchr"
1906version = "2.7.5"
1907source = "registry+https://github.com/rust-lang/crates.io-index"
1908checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0"
1909
1910[[package]]
1911name = "mime"
1912version = "0.3.17"
1913source = "registry+https://github.com/rust-lang/crates.io-index"
1914checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
1915
1916[[package]]
1917name = "mime_guess"
1918version = "2.0.5"
1919source = "registry+https://github.com/rust-lang/crates.io-index"
1920checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
1921dependencies = [
1922 "mime",
1923 "unicase",
1924]
1925
1926[[package]]
1927name = "miniz_oxide"
1928version = "0.8.9"
1929source = "registry+https://github.com/rust-lang/crates.io-index"
1930checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
1931dependencies = [
1932 "adler2",
1933]
1934
1935[[package]]
1936name = "mio"
1937version = "1.0.4"
1938source = "registry+https://github.com/rust-lang/crates.io-index"
1939checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c"
1940dependencies = [
1941 "libc",
1942 "wasi 0.11.1+wasi-snapshot-preview1",
1943 "windows-sys 0.59.0",
1944]
1945
1946[[package]]
1947name = "moka"
1948version = "0.12.10"
1949source = "registry+https://github.com/rust-lang/crates.io-index"
1950checksum = "a9321642ca94a4282428e6ea4af8cc2ca4eac48ac7a6a4ea8f33f76d0ce70926"
1951dependencies = [
1952 "async-lock",
1953 "crossbeam-channel",
1954 "crossbeam-epoch",
1955 "crossbeam-utils",
1956 "event-listener",
1957 "futures-util",
1958 "loom",
1959 "parking_lot",
1960 "portable-atomic",
1961 "rustc_version",
1962 "smallvec",
1963 "tagptr",
1964 "thiserror 1.0.69",
1965 "uuid",
1966]
1967
1968[[package]]
1969name = "multer"
1970version = "3.1.0"
1971source = "registry+https://github.com/rust-lang/crates.io-index"
1972checksum = "83e87776546dc87511aa5ee218730c92b666d7264ab6ed41f9d215af9cd5224b"
1973dependencies = [
1974 "bytes",
1975 "encoding_rs",
1976 "futures-util",
1977 "http",
1978 "httparse",
1979 "memchr",
1980 "mime",
1981 "spin",
1982 "version_check",
1983]
1984
1985[[package]]
1986name = "multibase"
1987version = "0.9.1"
1988source = "registry+https://github.com/rust-lang/crates.io-index"
1989checksum = "9b3539ec3c1f04ac9748a260728e855f261b4977f5c3406612c884564f329404"
1990dependencies = [
1991 "base-x",
1992 "data-encoding",
1993 "data-encoding-macro",
1994]
1995
1996[[package]]
1997name = "multihash"
1998version = "0.19.3"
1999source = "registry+https://github.com/rust-lang/crates.io-index"
2000checksum = "6b430e7953c29dd6a09afc29ff0bb69c6e306329ee6794700aee27b76a1aea8d"
2001dependencies = [
2002 "core2",
2003 "serde",
2004 "unsigned-varint",
2005]
2006
2007[[package]]
2008name = "native-tls"
2009version = "0.2.14"
2010source = "registry+https://github.com/rust-lang/crates.io-index"
2011checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
2012dependencies = [
2013 "libc",
2014 "log",
2015 "openssl",
2016 "openssl-probe",
2017 "openssl-sys",
2018 "schannel",
2019 "security-framework",
2020 "security-framework-sys",
2021 "tempfile",
2022]
2023
2024[[package]]
2025name = "nu-ansi-term"
2026version = "0.46.0"
2027source = "registry+https://github.com/rust-lang/crates.io-index"
2028checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
2029dependencies = [
2030 "overload",
2031 "winapi",
2032]
2033
2034[[package]]
2035name = "num-bigint"
2036version = "0.4.6"
2037source = "registry+https://github.com/rust-lang/crates.io-index"
2038checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
2039dependencies = [
2040 "num-integer",
2041 "num-traits",
2042]
2043
2044[[package]]
2045name = "num-bigint-dig"
2046version = "0.8.4"
2047source = "registry+https://github.com/rust-lang/crates.io-index"
2048checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
2049dependencies = [
2050 "byteorder",
2051 "lazy_static",
2052 "libm",
2053 "num-integer",
2054 "num-iter",
2055 "num-traits",
2056 "rand 0.8.5",
2057 "smallvec",
2058 "zeroize",
2059]
2060
2061[[package]]
2062name = "num-conv"
2063version = "0.1.0"
2064source = "registry+https://github.com/rust-lang/crates.io-index"
2065checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
2066
2067[[package]]
2068name = "num-integer"
2069version = "0.1.46"
2070source = "registry+https://github.com/rust-lang/crates.io-index"
2071checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
2072dependencies = [
2073 "num-traits",
2074]
2075
2076[[package]]
2077name = "num-iter"
2078version = "0.1.45"
2079source = "registry+https://github.com/rust-lang/crates.io-index"
2080checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
2081dependencies = [
2082 "autocfg",
2083 "num-integer",
2084 "num-traits",
2085]
2086
2087[[package]]
2088name = "num-modular"
2089version = "0.6.1"
2090source = "registry+https://github.com/rust-lang/crates.io-index"
2091checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
2092
2093[[package]]
2094name = "num-order"
2095version = "1.2.0"
2096source = "registry+https://github.com/rust-lang/crates.io-index"
2097checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
2098dependencies = [
2099 "num-modular",
2100]
2101
2102[[package]]
2103name = "num-traits"
2104version = "0.2.19"
2105source = "registry+https://github.com/rust-lang/crates.io-index"
2106checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
2107dependencies = [
2108 "autocfg",
2109 "libm",
2110]
2111
2112[[package]]
2113name = "object"
2114version = "0.36.7"
2115source = "registry+https://github.com/rust-lang/crates.io-index"
2116checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
2117dependencies = [
2118 "memchr",
2119]
2120
2121[[package]]
2122name = "once_cell"
2123version = "1.21.3"
2124source = "registry+https://github.com/rust-lang/crates.io-index"
2125checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
2126
2127[[package]]
2128name = "openssl"
2129version = "0.10.73"
2130source = "registry+https://github.com/rust-lang/crates.io-index"
2131checksum = "8505734d46c8ab1e19a1dce3aef597ad87dcb4c37e7188231769bd6bd51cebf8"
2132dependencies = [
2133 "bitflags",
2134 "cfg-if",
2135 "foreign-types",
2136 "libc",
2137 "once_cell",
2138 "openssl-macros",
2139 "openssl-sys",
2140]
2141
2142[[package]]
2143name = "openssl-macros"
2144version = "0.1.1"
2145source = "registry+https://github.com/rust-lang/crates.io-index"
2146checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
2147dependencies = [
2148 "proc-macro2",
2149 "quote",
2150 "syn",
2151]
2152
2153[[package]]
2154name = "openssl-probe"
2155version = "0.1.6"
2156source = "registry+https://github.com/rust-lang/crates.io-index"
2157checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
2158
2159[[package]]
2160name = "openssl-sys"
2161version = "0.9.109"
2162source = "registry+https://github.com/rust-lang/crates.io-index"
2163checksum = "90096e2e47630d78b7d1c20952dc621f957103f8bc2c8359ec81290d75238571"
2164dependencies = [
2165 "cc",
2166 "libc",
2167 "pkg-config",
2168 "vcpkg",
2169]
2170
2171[[package]]
2172name = "overload"
2173version = "0.1.1"
2174source = "registry+https://github.com/rust-lang/crates.io-index"
2175checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
2176
2177[[package]]
2178name = "p256"
2179version = "0.13.2"
2180source = "registry+https://github.com/rust-lang/crates.io-index"
2181checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b"
2182dependencies = [
2183 "ecdsa",
2184 "elliptic-curve",
2185 "primeorder",
2186 "sha2",
2187]
2188
2189[[package]]
2190name = "parking"
2191version = "2.2.1"
2192source = "registry+https://github.com/rust-lang/crates.io-index"
2193checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
2194
2195[[package]]
2196name = "parking_lot"
2197version = "0.12.4"
2198source = "registry+https://github.com/rust-lang/crates.io-index"
2199checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13"
2200dependencies = [
2201 "lock_api",
2202 "parking_lot_core",
2203]
2204
2205[[package]]
2206name = "parking_lot_core"
2207version = "0.9.11"
2208source = "registry+https://github.com/rust-lang/crates.io-index"
2209checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5"
2210dependencies = [
2211 "cfg-if",
2212 "libc",
2213 "redox_syscall",
2214 "smallvec",
2215 "windows-targets 0.52.6",
2216]
2217
2218[[package]]
2219name = "pem-rfc7468"
2220version = "0.7.0"
2221source = "registry+https://github.com/rust-lang/crates.io-index"
2222checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
2223dependencies = [
2224 "base64ct",
2225]
2226
2227[[package]]
2228name = "percent-encoding"
2229version = "2.3.1"
2230source = "registry+https://github.com/rust-lang/crates.io-index"
2231checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
2232
2233[[package]]
2234name = "pest"
2235version = "2.8.1"
2236source = "registry+https://github.com/rust-lang/crates.io-index"
2237checksum = "1db05f56d34358a8b1066f67cbb203ee3e7ed2ba674a6263a1d5ec6db2204323"
2238dependencies = [
2239 "memchr",
2240 "thiserror 2.0.12",
2241 "ucd-trie",
2242]
2243
2244[[package]]
2245name = "pest_derive"
2246version = "2.8.1"
2247source = "registry+https://github.com/rust-lang/crates.io-index"
2248checksum = "bb056d9e8ea77922845ec74a1c4e8fb17e7c218cc4fc11a15c5d25e189aa40bc"
2249dependencies = [
2250 "pest",
2251 "pest_generator",
2252]
2253
2254[[package]]
2255name = "pest_generator"
2256version = "2.8.1"
2257source = "registry+https://github.com/rust-lang/crates.io-index"
2258checksum = "87e404e638f781eb3202dc82db6760c8ae8a1eeef7fb3fa8264b2ef280504966"
2259dependencies = [
2260 "pest",
2261 "pest_meta",
2262 "proc-macro2",
2263 "quote",
2264 "syn",
2265]
2266
2267[[package]]
2268name = "pest_meta"
2269version = "2.8.1"
2270source = "registry+https://github.com/rust-lang/crates.io-index"
2271checksum = "edd1101f170f5903fde0914f899bb503d9ff5271d7ba76bbb70bea63690cc0d5"
2272dependencies = [
2273 "pest",
2274 "sha2",
2275]
2276
2277[[package]]
2278name = "pin-project-lite"
2279version = "0.2.16"
2280source = "registry+https://github.com/rust-lang/crates.io-index"
2281checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
2282
2283[[package]]
2284name = "pin-utils"
2285version = "0.1.0"
2286source = "registry+https://github.com/rust-lang/crates.io-index"
2287checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2288
2289[[package]]
2290name = "pkcs1"
2291version = "0.7.5"
2292source = "registry+https://github.com/rust-lang/crates.io-index"
2293checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
2294dependencies = [
2295 "der",
2296 "pkcs8",
2297 "spki",
2298]
2299
2300[[package]]
2301name = "pkcs8"
2302version = "0.10.2"
2303source = "registry+https://github.com/rust-lang/crates.io-index"
2304checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
2305dependencies = [
2306 "der",
2307 "spki",
2308]
2309
2310[[package]]
2311name = "pkg-config"
2312version = "0.3.32"
2313source = "registry+https://github.com/rust-lang/crates.io-index"
2314checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
2315
2316[[package]]
2317name = "pool"
2318version = "0.1.4"
2319source = "registry+https://github.com/rust-lang/crates.io-index"
2320checksum = "c7ac1531a0016945992b4e816e81538dfad0b9f00d280bcb707d711839f1536d"
2321
2322[[package]]
2323name = "portable-atomic"
2324version = "1.11.1"
2325source = "registry+https://github.com/rust-lang/crates.io-index"
2326checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
2327
2328[[package]]
2329name = "potential_utf"
2330version = "0.1.2"
2331source = "registry+https://github.com/rust-lang/crates.io-index"
2332checksum = "e5a7c30837279ca13e7c867e9e40053bc68740f988cb07f7ca6df43cc734b585"
2333dependencies = [
2334 "zerovec",
2335]
2336
2337[[package]]
2338name = "powerfmt"
2339version = "0.2.0"
2340source = "registry+https://github.com/rust-lang/crates.io-index"
2341checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
2342
2343[[package]]
2344name = "ppv-lite86"
2345version = "0.2.21"
2346source = "registry+https://github.com/rust-lang/crates.io-index"
2347checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
2348dependencies = [
2349 "zerocopy",
2350]
2351
2352[[package]]
2353name = "primeorder"
2354version = "0.13.6"
2355source = "registry+https://github.com/rust-lang/crates.io-index"
2356checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6"
2357dependencies = [
2358 "elliptic-curve",
2359]
2360
2361[[package]]
2362name = "proc-macro2"
2363version = "1.0.95"
2364source = "registry+https://github.com/rust-lang/crates.io-index"
2365checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
2366dependencies = [
2367 "unicode-ident",
2368]
2369
2370[[package]]
2371name = "quote"
2372version = "1.0.40"
2373source = "registry+https://github.com/rust-lang/crates.io-index"
2374checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
2375dependencies = [
2376 "proc-macro2",
2377]
2378
2379[[package]]
2380name = "r-efi"
2381version = "5.3.0"
2382source = "registry+https://github.com/rust-lang/crates.io-index"
2383checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
2384
2385[[package]]
2386name = "rand"
2387version = "0.8.5"
2388source = "registry+https://github.com/rust-lang/crates.io-index"
2389checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
2390dependencies = [
2391 "libc",
2392 "rand_chacha 0.3.1",
2393 "rand_core 0.6.4",
2394]
2395
2396[[package]]
2397name = "rand"
2398version = "0.9.2"
2399source = "registry+https://github.com/rust-lang/crates.io-index"
2400checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
2401dependencies = [
2402 "rand_chacha 0.9.0",
2403 "rand_core 0.9.5",
2404]
2405
2406[[package]]
2407name = "rand_chacha"
2408version = "0.3.1"
2409source = "registry+https://github.com/rust-lang/crates.io-index"
2410checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
2411dependencies = [
2412 "ppv-lite86",
2413 "rand_core 0.6.4",
2414]
2415
2416[[package]]
2417name = "rand_chacha"
2418version = "0.9.0"
2419source = "registry+https://github.com/rust-lang/crates.io-index"
2420checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
2421dependencies = [
2422 "ppv-lite86",
2423 "rand_core 0.9.5",
2424]
2425
2426[[package]]
2427name = "rand_core"
2428version = "0.6.4"
2429source = "registry+https://github.com/rust-lang/crates.io-index"
2430checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2431dependencies = [
2432 "getrandom 0.2.16",
2433]
2434
2435[[package]]
2436name = "rand_core"
2437version = "0.9.5"
2438source = "registry+https://github.com/rust-lang/crates.io-index"
2439checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
2440dependencies = [
2441 "getrandom 0.3.3",
2442]
2443
2444[[package]]
2445name = "redis"
2446version = "0.32.4"
2447source = "registry+https://github.com/rust-lang/crates.io-index"
2448checksum = "e1f66bf4cac9733a23bcdf1e0e01effbaaad208567beba68be8f67e5f4af3ee1"
2449dependencies = [
2450 "bytes",
2451 "cfg-if",
2452 "combine",
2453 "futures-util",
2454 "itoa",
2455 "num-bigint",
2456 "percent-encoding",
2457 "pin-project-lite",
2458 "ryu",
2459 "sha1_smol",
2460 "socket2 0.6.0",
2461 "tokio",
2462 "tokio-util",
2463 "url",
2464]
2465
2466[[package]]
2467name = "redox_syscall"
2468version = "0.5.16"
2469source = "registry+https://github.com/rust-lang/crates.io-index"
2470checksum = "7251471db004e509f4e75a62cca9435365b5ec7bcdff530d612ac7c87c44a792"
2471dependencies = [
2472 "bitflags",
2473]
2474
2475[[package]]
2476name = "regex"
2477version = "1.11.1"
2478source = "registry+https://github.com/rust-lang/crates.io-index"
2479checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
2480dependencies = [
2481 "aho-corasick",
2482 "memchr",
2483 "regex-automata 0.4.9",
2484 "regex-syntax 0.8.5",
2485]
2486
2487[[package]]
2488name = "regex-automata"
2489version = "0.1.10"
2490source = "registry+https://github.com/rust-lang/crates.io-index"
2491checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
2492dependencies = [
2493 "regex-syntax 0.6.29",
2494]
2495
2496[[package]]
2497name = "regex-automata"
2498version = "0.4.9"
2499source = "registry+https://github.com/rust-lang/crates.io-index"
2500checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
2501dependencies = [
2502 "aho-corasick",
2503 "memchr",
2504 "regex-syntax 0.8.5",
2505]
2506
2507[[package]]
2508name = "regex-syntax"
2509version = "0.6.29"
2510source = "registry+https://github.com/rust-lang/crates.io-index"
2511checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
2512
2513[[package]]
2514name = "regex-syntax"
2515version = "0.8.5"
2516source = "registry+https://github.com/rust-lang/crates.io-index"
2517checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
2518
2519[[package]]
2520name = "reqwest"
2521version = "0.12.22"
2522source = "registry+https://github.com/rust-lang/crates.io-index"
2523checksum = "cbc931937e6ca3a06e3b6c0aa7841849b160a90351d6ab467a8b9b9959767531"
2524dependencies = [
2525 "async-compression",
2526 "base64",
2527 "bytes",
2528 "futures-core",
2529 "futures-util",
2530 "http",
2531 "http-body",
2532 "http-body-util",
2533 "hyper",
2534 "hyper-tls",
2535 "hyper-util",
2536 "js-sys",
2537 "log",
2538 "native-tls",
2539 "percent-encoding",
2540 "pin-project-lite",
2541 "rustls-pki-types",
2542 "serde",
2543 "serde_json",
2544 "serde_urlencoded",
2545 "sync_wrapper",
2546 "tokio",
2547 "tokio-native-tls",
2548 "tokio-util",
2549 "tower",
2550 "tower-http",
2551 "tower-service",
2552 "url",
2553 "wasm-bindgen",
2554 "wasm-bindgen-futures",
2555 "web-sys",
2556]
2557
2558[[package]]
2559name = "resolv-conf"
2560version = "0.7.4"
2561source = "registry+https://github.com/rust-lang/crates.io-index"
2562checksum = "95325155c684b1c89f7765e30bc1c42e4a6da51ca513615660cb8a62ef9a88e3"
2563
2564[[package]]
2565name = "rfc6979"
2566version = "0.4.0"
2567source = "registry+https://github.com/rust-lang/crates.io-index"
2568checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"
2569dependencies = [
2570 "hmac",
2571 "subtle",
2572]
2573
2574[[package]]
2575name = "rsa"
2576version = "0.9.8"
2577source = "registry+https://github.com/rust-lang/crates.io-index"
2578checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
2579dependencies = [
2580 "const-oid",
2581 "digest",
2582 "num-bigint-dig",
2583 "num-integer",
2584 "num-traits",
2585 "pkcs1",
2586 "pkcs8",
2587 "rand_core 0.6.4",
2588 "signature",
2589 "spki",
2590 "subtle",
2591 "zeroize",
2592]
2593
2594[[package]]
2595name = "rust-embed"
2596version = "8.7.2"
2597source = "registry+https://github.com/rust-lang/crates.io-index"
2598checksum = "025908b8682a26ba8d12f6f2d66b987584a4a87bc024abc5bbc12553a8cd178a"
2599dependencies = [
2600 "rust-embed-impl",
2601 "rust-embed-utils",
2602 "walkdir",
2603]
2604
2605[[package]]
2606name = "rust-embed-impl"
2607version = "8.7.2"
2608source = "registry+https://github.com/rust-lang/crates.io-index"
2609checksum = "6065f1a4392b71819ec1ea1df1120673418bf386f50de1d6f54204d836d4349c"
2610dependencies = [
2611 "proc-macro2",
2612 "quote",
2613 "rust-embed-utils",
2614 "syn",
2615 "walkdir",
2616]
2617
2618[[package]]
2619name = "rust-embed-utils"
2620version = "8.7.2"
2621source = "registry+https://github.com/rust-lang/crates.io-index"
2622checksum = "f6cc0c81648b20b70c491ff8cce00c1c3b223bb8ed2b5d41f0e54c6c4c0a3594"
2623dependencies = [
2624 "globset",
2625 "sha2",
2626 "walkdir",
2627]
2628
2629[[package]]
2630name = "rustc-demangle"
2631version = "0.1.25"
2632source = "registry+https://github.com/rust-lang/crates.io-index"
2633checksum = "989e6739f80c4ad5b13e0fd7fe89531180375b18520cc8c82080e4dc4035b84f"
2634
2635[[package]]
2636name = "rustc-hash"
2637version = "2.1.1"
2638source = "registry+https://github.com/rust-lang/crates.io-index"
2639checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
2640
2641[[package]]
2642name = "rustc_version"
2643version = "0.4.1"
2644source = "registry+https://github.com/rust-lang/crates.io-index"
2645checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
2646dependencies = [
2647 "semver",
2648]
2649
2650[[package]]
2651name = "rustix"
2652version = "1.0.8"
2653source = "registry+https://github.com/rust-lang/crates.io-index"
2654checksum = "11181fbabf243db407ef8df94a6ce0b2f9a733bd8be4ad02b4eda9602296cac8"
2655dependencies = [
2656 "bitflags",
2657 "errno",
2658 "libc",
2659 "linux-raw-sys",
2660 "windows-sys 0.59.0",
2661]
2662
2663[[package]]
2664name = "rustls-pki-types"
2665version = "1.12.0"
2666source = "registry+https://github.com/rust-lang/crates.io-index"
2667checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
2668dependencies = [
2669 "zeroize",
2670]
2671
2672[[package]]
2673name = "rustversion"
2674version = "1.0.21"
2675source = "registry+https://github.com/rust-lang/crates.io-index"
2676checksum = "8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d"
2677
2678[[package]]
2679name = "ryu"
2680version = "1.0.20"
2681source = "registry+https://github.com/rust-lang/crates.io-index"
2682checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
2683
2684[[package]]
2685name = "same-file"
2686version = "1.0.6"
2687source = "registry+https://github.com/rust-lang/crates.io-index"
2688checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
2689dependencies = [
2690 "winapi-util",
2691]
2692
2693[[package]]
2694name = "schannel"
2695version = "0.1.27"
2696source = "registry+https://github.com/rust-lang/crates.io-index"
2697checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
2698dependencies = [
2699 "windows-sys 0.59.0",
2700]
2701
2702[[package]]
2703name = "scoped-tls"
2704version = "1.0.1"
2705source = "registry+https://github.com/rust-lang/crates.io-index"
2706checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
2707
2708[[package]]
2709name = "scopeguard"
2710version = "1.2.0"
2711source = "registry+https://github.com/rust-lang/crates.io-index"
2712checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2713
2714[[package]]
2715name = "sec1"
2716version = "0.7.3"
2717source = "registry+https://github.com/rust-lang/crates.io-index"
2718checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc"
2719dependencies = [
2720 "base16ct",
2721 "der",
2722 "generic-array",
2723 "pkcs8",
2724 "subtle",
2725 "zeroize",
2726]
2727
2728[[package]]
2729name = "security-framework"
2730version = "2.11.1"
2731source = "registry+https://github.com/rust-lang/crates.io-index"
2732checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
2733dependencies = [
2734 "bitflags",
2735 "core-foundation",
2736 "core-foundation-sys",
2737 "libc",
2738 "security-framework-sys",
2739]
2740
2741[[package]]
2742name = "security-framework-sys"
2743version = "2.14.0"
2744source = "registry+https://github.com/rust-lang/crates.io-index"
2745checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
2746dependencies = [
2747 "core-foundation-sys",
2748 "libc",
2749]
2750
2751[[package]]
2752name = "semver"
2753version = "1.0.26"
2754source = "registry+https://github.com/rust-lang/crates.io-index"
2755checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
2756
2757[[package]]
2758name = "serde"
2759version = "1.0.219"
2760source = "registry+https://github.com/rust-lang/crates.io-index"
2761checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
2762dependencies = [
2763 "serde_derive",
2764]
2765
2766[[package]]
2767name = "serde_bytes"
2768version = "0.11.17"
2769source = "registry+https://github.com/rust-lang/crates.io-index"
2770checksum = "8437fd221bde2d4ca316d61b90e337e9e702b3820b87d63caa9ba6c02bd06d96"
2771dependencies = [
2772 "serde",
2773]
2774
2775[[package]]
2776name = "serde_derive"
2777version = "1.0.219"
2778source = "registry+https://github.com/rust-lang/crates.io-index"
2779checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
2780dependencies = [
2781 "proc-macro2",
2782 "quote",
2783 "syn",
2784]
2785
2786[[package]]
2787name = "serde_html_form"
2788version = "0.2.7"
2789source = "registry+https://github.com/rust-lang/crates.io-index"
2790checksum = "9d2de91cf02bbc07cde38891769ccd5d4f073d22a40683aa4bc7a95781aaa2c4"
2791dependencies = [
2792 "form_urlencoded",
2793 "indexmap",
2794 "itoa",
2795 "ryu",
2796 "serde",
2797]
2798
2799[[package]]
2800name = "serde_ipld_dagcbor"
2801version = "0.6.4"
2802source = "registry+https://github.com/rust-lang/crates.io-index"
2803checksum = "46182f4f08349a02b45c998ba3215d3f9de826246ba02bb9dddfe9a2a2100778"
2804dependencies = [
2805 "cbor4ii",
2806 "ipld-core",
2807 "scopeguard",
2808 "serde",
2809]
2810
2811[[package]]
2812name = "serde_json"
2813version = "1.0.141"
2814source = "registry+https://github.com/rust-lang/crates.io-index"
2815checksum = "30b9eff21ebe718216c6ec64e1d9ac57087aad11efc64e32002bce4a0d4c03d3"
2816dependencies = [
2817 "itoa",
2818 "memchr",
2819 "ryu",
2820 "serde",
2821]
2822
2823[[package]]
2824name = "serde_path_to_error"
2825version = "0.1.17"
2826source = "registry+https://github.com/rust-lang/crates.io-index"
2827checksum = "59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a"
2828dependencies = [
2829 "itoa",
2830 "serde",
2831]
2832
2833[[package]]
2834name = "serde_urlencoded"
2835version = "0.7.1"
2836source = "registry+https://github.com/rust-lang/crates.io-index"
2837checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
2838dependencies = [
2839 "form_urlencoded",
2840 "itoa",
2841 "ryu",
2842 "serde",
2843]
2844
2845[[package]]
2846name = "sha1"
2847version = "0.10.6"
2848source = "registry+https://github.com/rust-lang/crates.io-index"
2849checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
2850dependencies = [
2851 "cfg-if",
2852 "cpufeatures",
2853 "digest",
2854]
2855
2856[[package]]
2857name = "sha1_smol"
2858version = "1.0.1"
2859source = "registry+https://github.com/rust-lang/crates.io-index"
2860checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
2861
2862[[package]]
2863name = "sha2"
2864version = "0.10.9"
2865source = "registry+https://github.com/rust-lang/crates.io-index"
2866checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
2867dependencies = [
2868 "cfg-if",
2869 "cpufeatures",
2870 "digest",
2871]
2872
2873[[package]]
2874name = "sharded-slab"
2875version = "0.1.7"
2876source = "registry+https://github.com/rust-lang/crates.io-index"
2877checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
2878dependencies = [
2879 "lazy_static",
2880]
2881
2882[[package]]
2883name = "shared"
2884version = "0.1.0"
2885dependencies = [
2886 "async-trait",
2887 "atrium-api",
2888 "atrium-common",
2889 "atrium-crypto",
2890 "atrium-identity",
2891 "atrium-oauth",
2892 "atrium-repo",
2893 "atrium-xrpc-client",
2894 "axum",
2895 "base64",
2896 "bb8",
2897 "bb8-redis",
2898 "chrono",
2899 "handlebars",
2900 "hickory-resolver",
2901 "log",
2902 "markdown",
2903 "rand 0.9.2",
2904 "rust-embed",
2905 "serde",
2906 "serde_json",
2907 "sqlx",
2908 "thiserror 1.0.69",
2909 "tokio",
2910]
2911
2912[[package]]
2913name = "shlex"
2914version = "1.3.0"
2915source = "registry+https://github.com/rust-lang/crates.io-index"
2916checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
2917
2918[[package]]
2919name = "signal-hook-registry"
2920version = "1.4.5"
2921source = "registry+https://github.com/rust-lang/crates.io-index"
2922checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410"
2923dependencies = [
2924 "libc",
2925]
2926
2927[[package]]
2928name = "signature"
2929version = "2.2.0"
2930source = "registry+https://github.com/rust-lang/crates.io-index"
2931checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
2932dependencies = [
2933 "digest",
2934 "rand_core 0.6.4",
2935]
2936
2937[[package]]
2938name = "slab"
2939version = "0.4.10"
2940source = "registry+https://github.com/rust-lang/crates.io-index"
2941checksum = "04dc19736151f35336d325007ac991178d504a119863a2fcb3758cdb5e52c50d"
2942
2943[[package]]
2944name = "smallvec"
2945version = "1.15.1"
2946source = "registry+https://github.com/rust-lang/crates.io-index"
2947checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
2948dependencies = [
2949 "serde",
2950]
2951
2952[[package]]
2953name = "socket2"
2954version = "0.5.10"
2955source = "registry+https://github.com/rust-lang/crates.io-index"
2956checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
2957dependencies = [
2958 "libc",
2959 "windows-sys 0.52.0",
2960]
2961
2962[[package]]
2963name = "socket2"
2964version = "0.6.0"
2965source = "registry+https://github.com/rust-lang/crates.io-index"
2966checksum = "233504af464074f9d066d7b5416c5f9b894a5862a6506e306f7b816cdd6f1807"
2967dependencies = [
2968 "libc",
2969 "windows-sys 0.59.0",
2970]
2971
2972[[package]]
2973name = "spin"
2974version = "0.9.8"
2975source = "registry+https://github.com/rust-lang/crates.io-index"
2976checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
2977dependencies = [
2978 "lock_api",
2979]
2980
2981[[package]]
2982name = "spki"
2983version = "0.7.3"
2984source = "registry+https://github.com/rust-lang/crates.io-index"
2985checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
2986dependencies = [
2987 "base64ct",
2988 "der",
2989]
2990
2991[[package]]
2992name = "sqlx"
2993version = "0.8.6"
2994source = "registry+https://github.com/rust-lang/crates.io-index"
2995checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
2996dependencies = [
2997 "sqlx-core",
2998 "sqlx-macros",
2999 "sqlx-mysql",
3000 "sqlx-postgres",
3001 "sqlx-sqlite",
3002]
3003
3004[[package]]
3005name = "sqlx-core"
3006version = "0.8.6"
3007source = "registry+https://github.com/rust-lang/crates.io-index"
3008checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
3009dependencies = [
3010 "base64",
3011 "bytes",
3012 "chrono",
3013 "crc",
3014 "crossbeam-queue",
3015 "either",
3016 "event-listener",
3017 "futures-core",
3018 "futures-intrusive",
3019 "futures-io",
3020 "futures-util",
3021 "hashbrown 0.15.4",
3022 "hashlink",
3023 "indexmap",
3024 "log",
3025 "memchr",
3026 "once_cell",
3027 "percent-encoding",
3028 "serde",
3029 "serde_json",
3030 "sha2",
3031 "smallvec",
3032 "thiserror 2.0.12",
3033 "tokio",
3034 "tokio-stream",
3035 "tracing",
3036 "url",
3037]
3038
3039[[package]]
3040name = "sqlx-macros"
3041version = "0.8.6"
3042source = "registry+https://github.com/rust-lang/crates.io-index"
3043checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
3044dependencies = [
3045 "proc-macro2",
3046 "quote",
3047 "sqlx-core",
3048 "sqlx-macros-core",
3049 "syn",
3050]
3051
3052[[package]]
3053name = "sqlx-macros-core"
3054version = "0.8.6"
3055source = "registry+https://github.com/rust-lang/crates.io-index"
3056checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
3057dependencies = [
3058 "dotenvy",
3059 "either",
3060 "heck",
3061 "hex",
3062 "once_cell",
3063 "proc-macro2",
3064 "quote",
3065 "serde",
3066 "serde_json",
3067 "sha2",
3068 "sqlx-core",
3069 "sqlx-mysql",
3070 "sqlx-postgres",
3071 "sqlx-sqlite",
3072 "syn",
3073 "tokio",
3074 "url",
3075]
3076
3077[[package]]
3078name = "sqlx-mysql"
3079version = "0.8.6"
3080source = "registry+https://github.com/rust-lang/crates.io-index"
3081checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
3082dependencies = [
3083 "atoi",
3084 "base64",
3085 "bitflags",
3086 "byteorder",
3087 "bytes",
3088 "chrono",
3089 "crc",
3090 "digest",
3091 "dotenvy",
3092 "either",
3093 "futures-channel",
3094 "futures-core",
3095 "futures-io",
3096 "futures-util",
3097 "generic-array",
3098 "hex",
3099 "hkdf",
3100 "hmac",
3101 "itoa",
3102 "log",
3103 "md-5",
3104 "memchr",
3105 "once_cell",
3106 "percent-encoding",
3107 "rand 0.8.5",
3108 "rsa",
3109 "serde",
3110 "sha1",
3111 "sha2",
3112 "smallvec",
3113 "sqlx-core",
3114 "stringprep",
3115 "thiserror 2.0.12",
3116 "tracing",
3117 "whoami",
3118]
3119
3120[[package]]
3121name = "sqlx-postgres"
3122version = "0.8.6"
3123source = "registry+https://github.com/rust-lang/crates.io-index"
3124checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
3125dependencies = [
3126 "atoi",
3127 "base64",
3128 "bitflags",
3129 "byteorder",
3130 "chrono",
3131 "crc",
3132 "dotenvy",
3133 "etcetera",
3134 "futures-channel",
3135 "futures-core",
3136 "futures-util",
3137 "hex",
3138 "hkdf",
3139 "hmac",
3140 "home",
3141 "itoa",
3142 "log",
3143 "md-5",
3144 "memchr",
3145 "once_cell",
3146 "rand 0.8.5",
3147 "serde",
3148 "serde_json",
3149 "sha2",
3150 "smallvec",
3151 "sqlx-core",
3152 "stringprep",
3153 "thiserror 2.0.12",
3154 "tracing",
3155 "whoami",
3156]
3157
3158[[package]]
3159name = "sqlx-sqlite"
3160version = "0.8.6"
3161source = "registry+https://github.com/rust-lang/crates.io-index"
3162checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
3163dependencies = [
3164 "atoi",
3165 "chrono",
3166 "flume",
3167 "futures-channel",
3168 "futures-core",
3169 "futures-executor",
3170 "futures-intrusive",
3171 "futures-util",
3172 "libsqlite3-sys",
3173 "log",
3174 "percent-encoding",
3175 "serde",
3176 "serde_urlencoded",
3177 "sqlx-core",
3178 "thiserror 2.0.12",
3179 "tracing",
3180 "url",
3181]
3182
3183[[package]]
3184name = "stable_deref_trait"
3185version = "1.2.0"
3186source = "registry+https://github.com/rust-lang/crates.io-index"
3187checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
3188
3189[[package]]
3190name = "stringprep"
3191version = "0.1.5"
3192source = "registry+https://github.com/rust-lang/crates.io-index"
3193checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
3194dependencies = [
3195 "unicode-bidi",
3196 "unicode-normalization",
3197 "unicode-properties",
3198]
3199
3200[[package]]
3201name = "strsim"
3202version = "0.11.1"
3203source = "registry+https://github.com/rust-lang/crates.io-index"
3204checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
3205
3206[[package]]
3207name = "subtle"
3208version = "2.6.1"
3209source = "registry+https://github.com/rust-lang/crates.io-index"
3210checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
3211
3212[[package]]
3213name = "syn"
3214version = "2.0.104"
3215source = "registry+https://github.com/rust-lang/crates.io-index"
3216checksum = "17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40"
3217dependencies = [
3218 "proc-macro2",
3219 "quote",
3220 "unicode-ident",
3221]
3222
3223[[package]]
3224name = "sync_wrapper"
3225version = "1.0.2"
3226source = "registry+https://github.com/rust-lang/crates.io-index"
3227checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
3228dependencies = [
3229 "futures-core",
3230]
3231
3232[[package]]
3233name = "synstructure"
3234version = "0.13.2"
3235source = "registry+https://github.com/rust-lang/crates.io-index"
3236checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
3237dependencies = [
3238 "proc-macro2",
3239 "quote",
3240 "syn",
3241]
3242
3243[[package]]
3244name = "tagptr"
3245version = "0.2.0"
3246source = "registry+https://github.com/rust-lang/crates.io-index"
3247checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
3248
3249[[package]]
3250name = "tempfile"
3251version = "3.20.0"
3252source = "registry+https://github.com/rust-lang/crates.io-index"
3253checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
3254dependencies = [
3255 "fastrand",
3256 "getrandom 0.3.3",
3257 "once_cell",
3258 "rustix",
3259 "windows-sys 0.59.0",
3260]
3261
3262[[package]]
3263name = "thiserror"
3264version = "1.0.69"
3265source = "registry+https://github.com/rust-lang/crates.io-index"
3266checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
3267dependencies = [
3268 "thiserror-impl 1.0.69",
3269]
3270
3271[[package]]
3272name = "thiserror"
3273version = "2.0.12"
3274source = "registry+https://github.com/rust-lang/crates.io-index"
3275checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
3276dependencies = [
3277 "thiserror-impl 2.0.12",
3278]
3279
3280[[package]]
3281name = "thiserror-impl"
3282version = "1.0.69"
3283source = "registry+https://github.com/rust-lang/crates.io-index"
3284checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
3285dependencies = [
3286 "proc-macro2",
3287 "quote",
3288 "syn",
3289]
3290
3291[[package]]
3292name = "thiserror-impl"
3293version = "2.0.12"
3294source = "registry+https://github.com/rust-lang/crates.io-index"
3295checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
3296dependencies = [
3297 "proc-macro2",
3298 "quote",
3299 "syn",
3300]
3301
3302[[package]]
3303name = "thread_local"
3304version = "1.1.9"
3305source = "registry+https://github.com/rust-lang/crates.io-index"
3306checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
3307dependencies = [
3308 "cfg-if",
3309]
3310
3311[[package]]
3312name = "time"
3313version = "0.3.41"
3314source = "registry+https://github.com/rust-lang/crates.io-index"
3315checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
3316dependencies = [
3317 "deranged",
3318 "itoa",
3319 "num-conv",
3320 "powerfmt",
3321 "serde",
3322 "time-core",
3323 "time-macros",
3324]
3325
3326[[package]]
3327name = "time-core"
3328version = "0.1.4"
3329source = "registry+https://github.com/rust-lang/crates.io-index"
3330checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
3331
3332[[package]]
3333name = "time-macros"
3334version = "0.2.22"
3335source = "registry+https://github.com/rust-lang/crates.io-index"
3336checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
3337dependencies = [
3338 "num-conv",
3339 "time-core",
3340]
3341
3342[[package]]
3343name = "tinystr"
3344version = "0.8.1"
3345source = "registry+https://github.com/rust-lang/crates.io-index"
3346checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
3347dependencies = [
3348 "displaydoc",
3349 "zerovec",
3350]
3351
3352[[package]]
3353name = "tinyvec"
3354version = "1.9.0"
3355source = "registry+https://github.com/rust-lang/crates.io-index"
3356checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71"
3357dependencies = [
3358 "tinyvec_macros",
3359]
3360
3361[[package]]
3362name = "tinyvec_macros"
3363version = "0.1.1"
3364source = "registry+https://github.com/rust-lang/crates.io-index"
3365checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
3366
3367[[package]]
3368name = "tokio"
3369version = "1.47.0"
3370source = "registry+https://github.com/rust-lang/crates.io-index"
3371checksum = "43864ed400b6043a4757a25c7a64a8efde741aed79a056a2fb348a406701bb35"
3372dependencies = [
3373 "backtrace",
3374 "bytes",
3375 "io-uring",
3376 "libc",
3377 "mio",
3378 "parking_lot",
3379 "pin-project-lite",
3380 "signal-hook-registry",
3381 "slab",
3382 "socket2 0.6.0",
3383 "tokio-macros",
3384 "windows-sys 0.59.0",
3385]
3386
3387[[package]]
3388name = "tokio-macros"
3389version = "2.5.0"
3390source = "registry+https://github.com/rust-lang/crates.io-index"
3391checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
3392dependencies = [
3393 "proc-macro2",
3394 "quote",
3395 "syn",
3396]
3397
3398[[package]]
3399name = "tokio-native-tls"
3400version = "0.3.1"
3401source = "registry+https://github.com/rust-lang/crates.io-index"
3402checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
3403dependencies = [
3404 "native-tls",
3405 "tokio",
3406]
3407
3408[[package]]
3409name = "tokio-stream"
3410version = "0.1.17"
3411source = "registry+https://github.com/rust-lang/crates.io-index"
3412checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
3413dependencies = [
3414 "futures-core",
3415 "pin-project-lite",
3416 "tokio",
3417]
3418
3419[[package]]
3420name = "tokio-util"
3421version = "0.7.15"
3422source = "registry+https://github.com/rust-lang/crates.io-index"
3423checksum = "66a539a9ad6d5d281510d5bd368c973d636c02dbf8a67300bfb6b950696ad7df"
3424dependencies = [
3425 "bytes",
3426 "futures-core",
3427 "futures-io",
3428 "futures-sink",
3429 "pin-project-lite",
3430 "tokio",
3431]
3432
3433[[package]]
3434name = "tower"
3435version = "0.5.2"
3436source = "registry+https://github.com/rust-lang/crates.io-index"
3437checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
3438dependencies = [
3439 "futures-core",
3440 "futures-util",
3441 "pin-project-lite",
3442 "sync_wrapper",
3443 "tokio",
3444 "tower-layer",
3445 "tower-service",
3446 "tracing",
3447]
3448
3449[[package]]
3450name = "tower-cookies"
3451version = "0.11.0"
3452source = "registry+https://github.com/rust-lang/crates.io-index"
3453checksum = "151b5a3e3c45df17466454bb74e9ecedecc955269bdedbf4d150dfa393b55a36"
3454dependencies = [
3455 "axum-core 0.5.2",
3456 "cookie",
3457 "futures-util",
3458 "http",
3459 "parking_lot",
3460 "pin-project-lite",
3461 "tower-layer",
3462 "tower-service",
3463]
3464
3465[[package]]
3466name = "tower-http"
3467version = "0.6.6"
3468source = "registry+https://github.com/rust-lang/crates.io-index"
3469checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
3470dependencies = [
3471 "bitflags",
3472 "bytes",
3473 "futures-util",
3474 "http",
3475 "http-body",
3476 "iri-string",
3477 "pin-project-lite",
3478 "tower",
3479 "tower-layer",
3480 "tower-service",
3481 "tracing",
3482]
3483
3484[[package]]
3485name = "tower-layer"
3486version = "0.3.3"
3487source = "registry+https://github.com/rust-lang/crates.io-index"
3488checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
3489
3490[[package]]
3491name = "tower-service"
3492version = "0.3.3"
3493source = "registry+https://github.com/rust-lang/crates.io-index"
3494checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
3495
3496[[package]]
3497name = "tower-sessions"
3498version = "0.14.0"
3499source = "registry+https://github.com/rust-lang/crates.io-index"
3500checksum = "43a05911f23e8fae446005fe9b7b97e66d95b6db589dc1c4d59f6a2d4d4927d3"
3501dependencies = [
3502 "async-trait",
3503 "http",
3504 "time",
3505 "tokio",
3506 "tower-cookies",
3507 "tower-layer",
3508 "tower-service",
3509 "tower-sessions-core",
3510 "tower-sessions-memory-store",
3511 "tracing",
3512]
3513
3514[[package]]
3515name = "tower-sessions-core"
3516version = "0.14.0"
3517source = "registry+https://github.com/rust-lang/crates.io-index"
3518checksum = "ce8cce604865576b7751b7a6bc3058f754569a60d689328bb74c52b1d87e355b"
3519dependencies = [
3520 "async-trait",
3521 "axum-core 0.5.2",
3522 "base64",
3523 "futures",
3524 "http",
3525 "parking_lot",
3526 "rand 0.8.5",
3527 "serde",
3528 "serde_json",
3529 "thiserror 2.0.12",
3530 "time",
3531 "tokio",
3532 "tracing",
3533]
3534
3535[[package]]
3536name = "tower-sessions-memory-store"
3537version = "0.14.0"
3538source = "registry+https://github.com/rust-lang/crates.io-index"
3539checksum = "fb05909f2e1420135a831dd5df9f5596d69196d0a64c3499ca474c4bd3d33242"
3540dependencies = [
3541 "async-trait",
3542 "time",
3543 "tokio",
3544 "tower-sessions-core",
3545]
3546
3547[[package]]
3548name = "tracing"
3549version = "0.1.41"
3550source = "registry+https://github.com/rust-lang/crates.io-index"
3551checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
3552dependencies = [
3553 "log",
3554 "pin-project-lite",
3555 "tracing-attributes",
3556 "tracing-core",
3557]
3558
3559[[package]]
3560name = "tracing-attributes"
3561version = "0.1.28"
3562source = "registry+https://github.com/rust-lang/crates.io-index"
3563checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
3564dependencies = [
3565 "proc-macro2",
3566 "quote",
3567 "syn",
3568]
3569
3570[[package]]
3571name = "tracing-core"
3572version = "0.1.34"
3573source = "registry+https://github.com/rust-lang/crates.io-index"
3574checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678"
3575dependencies = [
3576 "once_cell",
3577 "valuable",
3578]
3579
3580[[package]]
3581name = "tracing-log"
3582version = "0.2.0"
3583source = "registry+https://github.com/rust-lang/crates.io-index"
3584checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
3585dependencies = [
3586 "log",
3587 "once_cell",
3588 "tracing-core",
3589]
3590
3591[[package]]
3592name = "tracing-subscriber"
3593version = "0.3.19"
3594source = "registry+https://github.com/rust-lang/crates.io-index"
3595checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
3596dependencies = [
3597 "matchers",
3598 "nu-ansi-term",
3599 "once_cell",
3600 "regex",
3601 "sharded-slab",
3602 "smallvec",
3603 "thread_local",
3604 "tracing",
3605 "tracing-core",
3606 "tracing-log",
3607]
3608
3609[[package]]
3610name = "trait-variant"
3611version = "0.1.2"
3612source = "registry+https://github.com/rust-lang/crates.io-index"
3613checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
3614dependencies = [
3615 "proc-macro2",
3616 "quote",
3617 "syn",
3618]
3619
3620[[package]]
3621name = "try-lock"
3622version = "0.2.5"
3623source = "registry+https://github.com/rust-lang/crates.io-index"
3624checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
3625
3626[[package]]
3627name = "typenum"
3628version = "1.18.0"
3629source = "registry+https://github.com/rust-lang/crates.io-index"
3630checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
3631
3632[[package]]
3633name = "ucd-trie"
3634version = "0.1.7"
3635source = "registry+https://github.com/rust-lang/crates.io-index"
3636checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
3637
3638[[package]]
3639name = "unicase"
3640version = "2.8.1"
3641source = "registry+https://github.com/rust-lang/crates.io-index"
3642checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
3643
3644[[package]]
3645name = "unicode-bidi"
3646version = "0.3.18"
3647source = "registry+https://github.com/rust-lang/crates.io-index"
3648checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
3649
3650[[package]]
3651name = "unicode-id"
3652version = "0.3.5"
3653source = "registry+https://github.com/rust-lang/crates.io-index"
3654checksum = "10103c57044730945224467c09f71a4db0071c123a0648cc3e818913bde6b561"
3655
3656[[package]]
3657name = "unicode-ident"
3658version = "1.0.18"
3659source = "registry+https://github.com/rust-lang/crates.io-index"
3660checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
3661
3662[[package]]
3663name = "unicode-normalization"
3664version = "0.1.24"
3665source = "registry+https://github.com/rust-lang/crates.io-index"
3666checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
3667dependencies = [
3668 "tinyvec",
3669]
3670
3671[[package]]
3672name = "unicode-properties"
3673version = "0.1.3"
3674source = "registry+https://github.com/rust-lang/crates.io-index"
3675checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
3676
3677[[package]]
3678name = "unsigned-varint"
3679version = "0.8.0"
3680source = "registry+https://github.com/rust-lang/crates.io-index"
3681checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06"
3682dependencies = [
3683 "futures-io",
3684 "futures-util",
3685]
3686
3687[[package]]
3688name = "url"
3689version = "2.5.4"
3690source = "registry+https://github.com/rust-lang/crates.io-index"
3691checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
3692dependencies = [
3693 "form_urlencoded",
3694 "idna",
3695 "percent-encoding",
3696]
3697
3698[[package]]
3699name = "utf8-width"
3700version = "0.1.7"
3701source = "registry+https://github.com/rust-lang/crates.io-index"
3702checksum = "86bd8d4e895da8537e5315b8254664e6b769c4ff3db18321b297a1e7004392e3"
3703
3704[[package]]
3705name = "utf8_iter"
3706version = "1.0.4"
3707source = "registry+https://github.com/rust-lang/crates.io-index"
3708checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
3709
3710[[package]]
3711name = "uuid"
3712version = "1.17.0"
3713source = "registry+https://github.com/rust-lang/crates.io-index"
3714checksum = "3cf4199d1e5d15ddd86a694e4d0dffa9c323ce759fea589f00fef9d81cc1931d"
3715dependencies = [
3716 "getrandom 0.3.3",
3717 "js-sys",
3718 "wasm-bindgen",
3719]
3720
3721[[package]]
3722name = "valuable"
3723version = "0.1.1"
3724source = "registry+https://github.com/rust-lang/crates.io-index"
3725checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
3726
3727[[package]]
3728name = "vcpkg"
3729version = "0.2.15"
3730source = "registry+https://github.com/rust-lang/crates.io-index"
3731checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
3732
3733[[package]]
3734name = "version_check"
3735version = "0.9.5"
3736source = "registry+https://github.com/rust-lang/crates.io-index"
3737checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
3738
3739[[package]]
3740name = "walkdir"
3741version = "2.5.0"
3742source = "registry+https://github.com/rust-lang/crates.io-index"
3743checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
3744dependencies = [
3745 "same-file",
3746 "winapi-util",
3747]
3748
3749[[package]]
3750name = "want"
3751version = "0.3.1"
3752source = "registry+https://github.com/rust-lang/crates.io-index"
3753checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
3754dependencies = [
3755 "try-lock",
3756]
3757
3758[[package]]
3759name = "wasi"
3760version = "0.11.1+wasi-snapshot-preview1"
3761source = "registry+https://github.com/rust-lang/crates.io-index"
3762checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
3763
3764[[package]]
3765name = "wasi"
3766version = "0.14.2+wasi-0.2.4"
3767source = "registry+https://github.com/rust-lang/crates.io-index"
3768checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
3769dependencies = [
3770 "wit-bindgen-rt",
3771]
3772
3773[[package]]
3774name = "wasite"
3775version = "0.1.0"
3776source = "registry+https://github.com/rust-lang/crates.io-index"
3777checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
3778
3779[[package]]
3780name = "wasm-bindgen"
3781version = "0.2.100"
3782source = "registry+https://github.com/rust-lang/crates.io-index"
3783checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
3784dependencies = [
3785 "cfg-if",
3786 "once_cell",
3787 "rustversion",
3788 "wasm-bindgen-macro",
3789]
3790
3791[[package]]
3792name = "wasm-bindgen-backend"
3793version = "0.2.100"
3794source = "registry+https://github.com/rust-lang/crates.io-index"
3795checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
3796dependencies = [
3797 "bumpalo",
3798 "log",
3799 "proc-macro2",
3800 "quote",
3801 "syn",
3802 "wasm-bindgen-shared",
3803]
3804
3805[[package]]
3806name = "wasm-bindgen-futures"
3807version = "0.4.50"
3808source = "registry+https://github.com/rust-lang/crates.io-index"
3809checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
3810dependencies = [
3811 "cfg-if",
3812 "js-sys",
3813 "once_cell",
3814 "wasm-bindgen",
3815 "web-sys",
3816]
3817
3818[[package]]
3819name = "wasm-bindgen-macro"
3820version = "0.2.100"
3821source = "registry+https://github.com/rust-lang/crates.io-index"
3822checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
3823dependencies = [
3824 "quote",
3825 "wasm-bindgen-macro-support",
3826]
3827
3828[[package]]
3829name = "wasm-bindgen-macro-support"
3830version = "0.2.100"
3831source = "registry+https://github.com/rust-lang/crates.io-index"
3832checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
3833dependencies = [
3834 "proc-macro2",
3835 "quote",
3836 "syn",
3837 "wasm-bindgen-backend",
3838 "wasm-bindgen-shared",
3839]
3840
3841[[package]]
3842name = "wasm-bindgen-shared"
3843version = "0.2.100"
3844source = "registry+https://github.com/rust-lang/crates.io-index"
3845checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
3846dependencies = [
3847 "unicode-ident",
3848]
3849
3850[[package]]
3851name = "web"
3852version = "0.1.0"
3853dependencies = [
3854 "askama",
3855 "async-trait",
3856 "atrium-api",
3857 "atrium-common",
3858 "atrium-identity",
3859 "atrium-oauth",
3860 "atrium-xrpc-client",
3861 "axum",
3862 "axum-embed",
3863 "bb8",
3864 "bb8-redis",
3865 "chrono",
3866 "dotenv",
3867 "hypertext",
3868 "log",
3869 "pool",
3870 "redis",
3871 "rust-embed",
3872 "serde",
3873 "serde_json",
3874 "shared",
3875 "sqlx",
3876 "tokio",
3877 "tower-http",
3878 "tower-sessions",
3879 "tracing",
3880 "tracing-subscriber",
3881]
3882
3883[[package]]
3884name = "web-sys"
3885version = "0.3.77"
3886source = "registry+https://github.com/rust-lang/crates.io-index"
3887checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
3888dependencies = [
3889 "js-sys",
3890 "wasm-bindgen",
3891]
3892
3893[[package]]
3894name = "web-time"
3895version = "1.1.0"
3896source = "registry+https://github.com/rust-lang/crates.io-index"
3897checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
3898dependencies = [
3899 "js-sys",
3900 "wasm-bindgen",
3901]
3902
3903[[package]]
3904name = "whoami"
3905version = "1.6.0"
3906source = "registry+https://github.com/rust-lang/crates.io-index"
3907checksum = "6994d13118ab492c3c80c1f81928718159254c53c472bf9ce36f8dae4add02a7"
3908dependencies = [
3909 "redox_syscall",
3910 "wasite",
3911]
3912
3913[[package]]
3914name = "widestring"
3915version = "1.2.0"
3916source = "registry+https://github.com/rust-lang/crates.io-index"
3917checksum = "dd7cf3379ca1aac9eea11fba24fd7e315d621f8dfe35c8d7d2be8b793726e07d"
3918
3919[[package]]
3920name = "winapi"
3921version = "0.3.9"
3922source = "registry+https://github.com/rust-lang/crates.io-index"
3923checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
3924dependencies = [
3925 "winapi-i686-pc-windows-gnu",
3926 "winapi-x86_64-pc-windows-gnu",
3927]
3928
3929[[package]]
3930name = "winapi-i686-pc-windows-gnu"
3931version = "0.4.0"
3932source = "registry+https://github.com/rust-lang/crates.io-index"
3933checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
3934
3935[[package]]
3936name = "winapi-util"
3937version = "0.1.10"
3938source = "registry+https://github.com/rust-lang/crates.io-index"
3939checksum = "0978bf7171b3d90bac376700cb56d606feb40f251a475a5d6634613564460b22"
3940dependencies = [
3941 "windows-sys 0.59.0",
3942]
3943
3944[[package]]
3945name = "winapi-x86_64-pc-windows-gnu"
3946version = "0.4.0"
3947source = "registry+https://github.com/rust-lang/crates.io-index"
3948checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
3949
3950[[package]]
3951name = "windows"
3952version = "0.61.3"
3953source = "registry+https://github.com/rust-lang/crates.io-index"
3954checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
3955dependencies = [
3956 "windows-collections",
3957 "windows-core",
3958 "windows-future",
3959 "windows-link",
3960 "windows-numerics",
3961]
3962
3963[[package]]
3964name = "windows-collections"
3965version = "0.2.0"
3966source = "registry+https://github.com/rust-lang/crates.io-index"
3967checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
3968dependencies = [
3969 "windows-core",
3970]
3971
3972[[package]]
3973name = "windows-core"
3974version = "0.61.2"
3975source = "registry+https://github.com/rust-lang/crates.io-index"
3976checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
3977dependencies = [
3978 "windows-implement",
3979 "windows-interface",
3980 "windows-link",
3981 "windows-result",
3982 "windows-strings",
3983]
3984
3985[[package]]
3986name = "windows-future"
3987version = "0.2.1"
3988source = "registry+https://github.com/rust-lang/crates.io-index"
3989checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
3990dependencies = [
3991 "windows-core",
3992 "windows-link",
3993 "windows-threading",
3994]
3995
3996[[package]]
3997name = "windows-implement"
3998version = "0.60.0"
3999source = "registry+https://github.com/rust-lang/crates.io-index"
4000checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
4001dependencies = [
4002 "proc-macro2",
4003 "quote",
4004 "syn",
4005]
4006
4007[[package]]
4008name = "windows-interface"
4009version = "0.59.1"
4010source = "registry+https://github.com/rust-lang/crates.io-index"
4011checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
4012dependencies = [
4013 "proc-macro2",
4014 "quote",
4015 "syn",
4016]
4017
4018[[package]]
4019name = "windows-link"
4020version = "0.1.3"
4021source = "registry+https://github.com/rust-lang/crates.io-index"
4022checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
4023
4024[[package]]
4025name = "windows-numerics"
4026version = "0.2.0"
4027source = "registry+https://github.com/rust-lang/crates.io-index"
4028checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
4029dependencies = [
4030 "windows-core",
4031 "windows-link",
4032]
4033
4034[[package]]
4035name = "windows-result"
4036version = "0.3.4"
4037source = "registry+https://github.com/rust-lang/crates.io-index"
4038checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
4039dependencies = [
4040 "windows-link",
4041]
4042
4043[[package]]
4044name = "windows-strings"
4045version = "0.4.2"
4046source = "registry+https://github.com/rust-lang/crates.io-index"
4047checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
4048dependencies = [
4049 "windows-link",
4050]
4051
4052[[package]]
4053name = "windows-sys"
4054version = "0.48.0"
4055source = "registry+https://github.com/rust-lang/crates.io-index"
4056checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
4057dependencies = [
4058 "windows-targets 0.48.5",
4059]
4060
4061[[package]]
4062name = "windows-sys"
4063version = "0.52.0"
4064source = "registry+https://github.com/rust-lang/crates.io-index"
4065checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
4066dependencies = [
4067 "windows-targets 0.52.6",
4068]
4069
4070[[package]]
4071name = "windows-sys"
4072version = "0.59.0"
4073source = "registry+https://github.com/rust-lang/crates.io-index"
4074checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
4075dependencies = [
4076 "windows-targets 0.52.6",
4077]
4078
4079[[package]]
4080name = "windows-targets"
4081version = "0.48.5"
4082source = "registry+https://github.com/rust-lang/crates.io-index"
4083checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
4084dependencies = [
4085 "windows_aarch64_gnullvm 0.48.5",
4086 "windows_aarch64_msvc 0.48.5",
4087 "windows_i686_gnu 0.48.5",
4088 "windows_i686_msvc 0.48.5",
4089 "windows_x86_64_gnu 0.48.5",
4090 "windows_x86_64_gnullvm 0.48.5",
4091 "windows_x86_64_msvc 0.48.5",
4092]
4093
4094[[package]]
4095name = "windows-targets"
4096version = "0.52.6"
4097source = "registry+https://github.com/rust-lang/crates.io-index"
4098checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
4099dependencies = [
4100 "windows_aarch64_gnullvm 0.52.6",
4101 "windows_aarch64_msvc 0.52.6",
4102 "windows_i686_gnu 0.52.6",
4103 "windows_i686_gnullvm",
4104 "windows_i686_msvc 0.52.6",
4105 "windows_x86_64_gnu 0.52.6",
4106 "windows_x86_64_gnullvm 0.52.6",
4107 "windows_x86_64_msvc 0.52.6",
4108]
4109
4110[[package]]
4111name = "windows-threading"
4112version = "0.1.0"
4113source = "registry+https://github.com/rust-lang/crates.io-index"
4114checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
4115dependencies = [
4116 "windows-link",
4117]
4118
4119[[package]]
4120name = "windows_aarch64_gnullvm"
4121version = "0.48.5"
4122source = "registry+https://github.com/rust-lang/crates.io-index"
4123checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
4124
4125[[package]]
4126name = "windows_aarch64_gnullvm"
4127version = "0.52.6"
4128source = "registry+https://github.com/rust-lang/crates.io-index"
4129checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
4130
4131[[package]]
4132name = "windows_aarch64_msvc"
4133version = "0.48.5"
4134source = "registry+https://github.com/rust-lang/crates.io-index"
4135checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
4136
4137[[package]]
4138name = "windows_aarch64_msvc"
4139version = "0.52.6"
4140source = "registry+https://github.com/rust-lang/crates.io-index"
4141checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
4142
4143[[package]]
4144name = "windows_i686_gnu"
4145version = "0.48.5"
4146source = "registry+https://github.com/rust-lang/crates.io-index"
4147checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
4148
4149[[package]]
4150name = "windows_i686_gnu"
4151version = "0.52.6"
4152source = "registry+https://github.com/rust-lang/crates.io-index"
4153checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
4154
4155[[package]]
4156name = "windows_i686_gnullvm"
4157version = "0.52.6"
4158source = "registry+https://github.com/rust-lang/crates.io-index"
4159checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
4160
4161[[package]]
4162name = "windows_i686_msvc"
4163version = "0.48.5"
4164source = "registry+https://github.com/rust-lang/crates.io-index"
4165checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
4166
4167[[package]]
4168name = "windows_i686_msvc"
4169version = "0.52.6"
4170source = "registry+https://github.com/rust-lang/crates.io-index"
4171checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
4172
4173[[package]]
4174name = "windows_x86_64_gnu"
4175version = "0.48.5"
4176source = "registry+https://github.com/rust-lang/crates.io-index"
4177checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
4178
4179[[package]]
4180name = "windows_x86_64_gnu"
4181version = "0.52.6"
4182source = "registry+https://github.com/rust-lang/crates.io-index"
4183checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
4184
4185[[package]]
4186name = "windows_x86_64_gnullvm"
4187version = "0.48.5"
4188source = "registry+https://github.com/rust-lang/crates.io-index"
4189checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
4190
4191[[package]]
4192name = "windows_x86_64_gnullvm"
4193version = "0.52.6"
4194source = "registry+https://github.com/rust-lang/crates.io-index"
4195checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
4196
4197[[package]]
4198name = "windows_x86_64_msvc"
4199version = "0.48.5"
4200source = "registry+https://github.com/rust-lang/crates.io-index"
4201checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
4202
4203[[package]]
4204name = "windows_x86_64_msvc"
4205version = "0.52.6"
4206source = "registry+https://github.com/rust-lang/crates.io-index"
4207checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
4208
4209[[package]]
4210name = "winnow"
4211version = "0.7.13"
4212source = "registry+https://github.com/rust-lang/crates.io-index"
4213checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
4214dependencies = [
4215 "memchr",
4216]
4217
4218[[package]]
4219name = "winreg"
4220version = "0.50.0"
4221source = "registry+https://github.com/rust-lang/crates.io-index"
4222checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
4223dependencies = [
4224 "cfg-if",
4225 "windows-sys 0.48.0",
4226]
4227
4228[[package]]
4229name = "wit-bindgen-rt"
4230version = "0.39.0"
4231source = "registry+https://github.com/rust-lang/crates.io-index"
4232checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
4233dependencies = [
4234 "bitflags",
4235]
4236
4237[[package]]
4238name = "writeable"
4239version = "0.6.1"
4240source = "registry+https://github.com/rust-lang/crates.io-index"
4241checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
4242
4243[[package]]
4244name = "yoke"
4245version = "0.8.0"
4246source = "registry+https://github.com/rust-lang/crates.io-index"
4247checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
4248dependencies = [
4249 "serde",
4250 "stable_deref_trait",
4251 "yoke-derive",
4252 "zerofrom",
4253]
4254
4255[[package]]
4256name = "yoke-derive"
4257version = "0.8.0"
4258source = "registry+https://github.com/rust-lang/crates.io-index"
4259checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
4260dependencies = [
4261 "proc-macro2",
4262 "quote",
4263 "syn",
4264 "synstructure",
4265]
4266
4267[[package]]
4268name = "zerocopy"
4269version = "0.8.26"
4270source = "registry+https://github.com/rust-lang/crates.io-index"
4271checksum = "1039dd0d3c310cf05de012d8a39ff557cb0d23087fd44cad61df08fc31907a2f"
4272dependencies = [
4273 "zerocopy-derive",
4274]
4275
4276[[package]]
4277name = "zerocopy-derive"
4278version = "0.8.26"
4279source = "registry+https://github.com/rust-lang/crates.io-index"
4280checksum = "9ecf5b4cc5364572d7f4c329661bcc82724222973f2cab6f050a4e5c22f75181"
4281dependencies = [
4282 "proc-macro2",
4283 "quote",
4284 "syn",
4285]
4286
4287[[package]]
4288name = "zerofrom"
4289version = "0.1.6"
4290source = "registry+https://github.com/rust-lang/crates.io-index"
4291checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
4292dependencies = [
4293 "zerofrom-derive",
4294]
4295
4296[[package]]
4297name = "zerofrom-derive"
4298version = "0.1.6"
4299source = "registry+https://github.com/rust-lang/crates.io-index"
4300checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
4301dependencies = [
4302 "proc-macro2",
4303 "quote",
4304 "syn",
4305 "synstructure",
4306]
4307
4308[[package]]
4309name = "zeroize"
4310version = "1.8.1"
4311source = "registry+https://github.com/rust-lang/crates.io-index"
4312checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
4313dependencies = [
4314 "serde",
4315]
4316
4317[[package]]
4318name = "zerotrie"
4319version = "0.2.2"
4320source = "registry+https://github.com/rust-lang/crates.io-index"
4321checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
4322dependencies = [
4323 "displaydoc",
4324 "yoke",
4325 "zerofrom",
4326]
4327
4328[[package]]
4329name = "zerovec"
4330version = "0.11.2"
4331source = "registry+https://github.com/rust-lang/crates.io-index"
4332checksum = "4a05eb080e015ba39cc9e23bbe5e7fb04d5fb040350f99f34e338d5fdd294428"
4333dependencies = [
4334 "yoke",
4335 "zerofrom",
4336 "zerovec-derive",
4337]
4338
4339[[package]]
4340name = "zerovec-derive"
4341version = "0.11.1"
4342source = "registry+https://github.com/rust-lang/crates.io-index"
4343checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
4344dependencies = [
4345 "proc-macro2",
4346 "quote",
4347 "syn",
4348]