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