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