A lexicon-driven AppView for ATProto.
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "addr2line"
7version = "0.25.1"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b"
10dependencies = [
11 "gimli",
12]
13
14[[package]]
15name = "adler2"
16version = "2.0.1"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
19
20[[package]]
21name = "aead"
22version = "0.6.1"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "1973cfbc1a2daf9cf550e74e1f088c28e7f7d8c1e1418fb6c9dc5184b7e84c99"
25dependencies = [
26 "crypto-common 0.2.2",
27 "inout",
28]
29
30[[package]]
31name = "aes"
32version = "0.9.1"
33source = "registry+https://github.com/rust-lang/crates.io-index"
34checksum = "f1fc76eaeac4c9164506c466d4ffdd8ec9d0c5bf57ee97177c4d8eceb3a0e138"
35dependencies = [
36 "cipher",
37 "cpubits",
38 "cpufeatures 0.3.0",
39]
40
41[[package]]
42name = "aes-gcm"
43version = "0.11.0"
44source = "registry+https://github.com/rust-lang/crates.io-index"
45checksum = "fdf011db2e21ce0d575593d749db5554b47fed37aff429e4dc50bc91ac93a028"
46dependencies = [
47 "aead",
48 "aes",
49 "cipher",
50 "ctr",
51 "ghash",
52 "subtle",
53]
54
55[[package]]
56name = "aho-corasick"
57version = "1.1.4"
58source = "registry+https://github.com/rust-lang/crates.io-index"
59checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
60dependencies = [
61 "memchr",
62]
63
64[[package]]
65name = "allocator-api2"
66version = "0.2.21"
67source = "registry+https://github.com/rust-lang/crates.io-index"
68checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
69
70[[package]]
71name = "android_system_properties"
72version = "0.1.5"
73source = "registry+https://github.com/rust-lang/crates.io-index"
74checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
75dependencies = [
76 "libc",
77]
78
79[[package]]
80name = "anyhow"
81version = "1.0.103"
82source = "registry+https://github.com/rust-lang/crates.io-index"
83checksum = "2a4385e2e34eb35d6b3efe798b9eb88096925d87726c0798709bf56d9ed84af3"
84
85[[package]]
86name = "ar_archive_writer"
87version = "0.5.2"
88source = "registry+https://github.com/rust-lang/crates.io-index"
89checksum = "4087686b4b0a3427190bae57a1d9a478dbb2d40c5dc1bd6e2b6d797913bdd348"
90dependencies = [
91 "object",
92]
93
94[[package]]
95name = "arbitrary"
96version = "1.4.2"
97source = "registry+https://github.com/rust-lang/crates.io-index"
98checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1"
99
100[[package]]
101name = "arc-swap"
102version = "1.9.2"
103source = "registry+https://github.com/rust-lang/crates.io-index"
104checksum = "c049c0be4daef0b145cb3555416b3b8ef5b7888a38aea1a3a155801fe7b0810b"
105dependencies = [
106 "rustversion",
107]
108
109[[package]]
110name = "arrayref"
111version = "0.3.9"
112source = "registry+https://github.com/rust-lang/crates.io-index"
113checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
114
115[[package]]
116name = "arrayvec"
117version = "0.7.8"
118source = "registry+https://github.com/rust-lang/crates.io-index"
119checksum = "d3fb67a6e08acf24fdeccbac2cb6ac4305825bd1f117462e0e6f2f193345ad56"
120
121[[package]]
122name = "asn1-rs"
123version = "0.7.2"
124source = "registry+https://github.com/rust-lang/crates.io-index"
125checksum = "b7f43a50ac4fdca5df8e885c21b835997f0a1cdee65494a6847694a98652d9d8"
126dependencies = [
127 "asn1-rs-derive",
128 "asn1-rs-impl",
129 "displaydoc",
130 "nom",
131 "num-traits",
132 "rusticata-macros",
133 "thiserror 2.0.18",
134 "time",
135]
136
137[[package]]
138name = "asn1-rs-derive"
139version = "0.6.0"
140source = "registry+https://github.com/rust-lang/crates.io-index"
141checksum = "3109e49b1e4909e9db6515a30c633684d68cdeaa252f215214cb4fa1a5bfee2c"
142dependencies = [
143 "proc-macro2",
144 "quote",
145 "syn",
146 "synstructure",
147]
148
149[[package]]
150name = "asn1-rs-impl"
151version = "0.2.0"
152source = "registry+https://github.com/rust-lang/crates.io-index"
153checksum = "7b18050c2cd6fe86c3a76584ef5e0baf286d038cda203eb6223df2cc413565f7"
154dependencies = [
155 "proc-macro2",
156 "quote",
157 "syn",
158]
159
160[[package]]
161name = "assert-json-diff"
162version = "2.0.2"
163source = "registry+https://github.com/rust-lang/crates.io-index"
164checksum = "47e4f2b81832e72834d7518d8487a0396a28cc408186a2e8854c0f98011faf12"
165dependencies = [
166 "serde",
167 "serde_json",
168]
169
170[[package]]
171name = "async-compression"
172version = "0.4.42"
173source = "registry+https://github.com/rust-lang/crates.io-index"
174checksum = "e79b3f8a79cccc2898f31920fc69f304859b3bd567490f75ebf51ae1c792a9ac"
175dependencies = [
176 "compression-codecs",
177 "compression-core",
178 "pin-project-lite",
179 "tokio",
180]
181
182[[package]]
183name = "async-lock"
184version = "3.4.2"
185source = "registry+https://github.com/rust-lang/crates.io-index"
186checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311"
187dependencies = [
188 "event-listener",
189 "event-listener-strategy",
190 "pin-project-lite",
191]
192
193[[package]]
194name = "async-stream"
195version = "0.3.6"
196source = "registry+https://github.com/rust-lang/crates.io-index"
197checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
198dependencies = [
199 "async-stream-impl",
200 "futures-core",
201 "pin-project-lite",
202]
203
204[[package]]
205name = "async-stream-impl"
206version = "0.3.6"
207source = "registry+https://github.com/rust-lang/crates.io-index"
208checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
209dependencies = [
210 "proc-macro2",
211 "quote",
212 "syn",
213]
214
215[[package]]
216name = "async-trait"
217version = "0.1.89"
218source = "registry+https://github.com/rust-lang/crates.io-index"
219checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
220dependencies = [
221 "proc-macro2",
222 "quote",
223 "syn",
224]
225
226[[package]]
227name = "atoi"
228version = "2.0.0"
229source = "registry+https://github.com/rust-lang/crates.io-index"
230checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
231dependencies = [
232 "num-traits",
233]
234
235[[package]]
236name = "atomic-waker"
237version = "1.1.2"
238source = "registry+https://github.com/rust-lang/crates.io-index"
239checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
240
241[[package]]
242name = "atrium-api"
243version = "0.25.8"
244source = "registry+https://github.com/rust-lang/crates.io-index"
245checksum = "e04c38c6bfc922a7950a13ad52f8d21bee77020b90e822364c7ec8625c4cd403"
246dependencies = [
247 "atrium-common",
248 "atrium-xrpc",
249 "chrono",
250 "http",
251 "ipld-core",
252 "langtag",
253 "regex",
254 "serde",
255 "serde_bytes",
256 "serde_json",
257 "thiserror 1.0.69",
258 "tokio",
259 "trait-variant",
260]
261
262[[package]]
263name = "atrium-common"
264version = "0.1.4"
265source = "registry+https://github.com/rust-lang/crates.io-index"
266checksum = "98466259d2e6189ddf3439b96432d5303668b4d51c2a78996934d981065550f3"
267dependencies = [
268 "dashmap",
269 "lru",
270 "moka",
271 "thiserror 1.0.69",
272 "tokio",
273 "trait-variant",
274 "web-time",
275]
276
277[[package]]
278name = "atrium-identity"
279version = "0.1.9"
280source = "registry+https://github.com/rust-lang/crates.io-index"
281checksum = "c11c7225bc15376200cbb81fb9c91a9ce8000edac76484dc636cca2ec200f673"
282dependencies = [
283 "atrium-api",
284 "atrium-common",
285 "atrium-xrpc",
286 "serde",
287 "serde_html_form",
288 "serde_json",
289 "thiserror 1.0.69",
290 "trait-variant",
291]
292
293[[package]]
294name = "atrium-oauth"
295version = "0.1.7"
296source = "registry+https://github.com/rust-lang/crates.io-index"
297checksum = "8d027eb47a804181f5a0632cf0af816227a89a64aa0c1ac99e92e999dcc4939b"
298dependencies = [
299 "atrium-api",
300 "atrium-common",
301 "atrium-identity",
302 "atrium-xrpc",
303 "base64",
304 "chrono",
305 "dashmap",
306 "ecdsa 0.16.9",
307 "elliptic-curve 0.13.8",
308 "jose-jwa",
309 "jose-jwk",
310 "p256 0.13.2",
311 "rand 0.8.6",
312 "reqwest",
313 "serde",
314 "serde_html_form",
315 "serde_json",
316 "sha2 0.10.9",
317 "thiserror 1.0.69",
318 "tokio",
319 "trait-variant",
320]
321
322[[package]]
323name = "atrium-xrpc"
324version = "0.12.4"
325source = "registry+https://github.com/rust-lang/crates.io-index"
326checksum = "944b35cc08732d40ddbb3356be9e38d11aed4b4c40c33f5b0f235e0650eff296"
327dependencies = [
328 "http",
329 "serde",
330 "serde_html_form",
331 "serde_json",
332 "thiserror 1.0.69",
333 "trait-variant",
334]
335
336[[package]]
337name = "autocfg"
338version = "1.5.1"
339source = "registry+https://github.com/rust-lang/crates.io-index"
340checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
341
342[[package]]
343name = "aws-lc-rs"
344version = "1.17.1"
345source = "registry+https://github.com/rust-lang/crates.io-index"
346checksum = "4342d8937fc7e5dd9b1c60292261c0670c882a2cd1719cfc11b1af41731e32ad"
347dependencies = [
348 "aws-lc-sys",
349 "zeroize",
350]
351
352[[package]]
353name = "aws-lc-sys"
354version = "0.42.0"
355source = "registry+https://github.com/rust-lang/crates.io-index"
356checksum = "6d9ceb1da931507a12f4fccea479dccd00da1943e1b4ae72d8e502d707361444"
357dependencies = [
358 "cc",
359 "cmake",
360 "dunce",
361 "fs_extra",
362 "pkg-config",
363]
364
365[[package]]
366name = "axum"
367version = "0.8.9"
368source = "registry+https://github.com/rust-lang/crates.io-index"
369checksum = "31b698c5f9a010f6573133b09e0de5408834d0c82f8d7475a89fc1867a71cd90"
370dependencies = [
371 "axum-core",
372 "bytes",
373 "form_urlencoded",
374 "futures-util",
375 "http",
376 "http-body",
377 "http-body-util",
378 "hyper",
379 "hyper-util",
380 "itoa",
381 "matchit",
382 "memchr",
383 "mime",
384 "multer",
385 "percent-encoding",
386 "pin-project-lite",
387 "serde_core",
388 "serde_json",
389 "serde_path_to_error",
390 "serde_urlencoded",
391 "sync_wrapper",
392 "tokio",
393 "tower",
394 "tower-layer",
395 "tower-service",
396 "tracing",
397]
398
399[[package]]
400name = "axum-core"
401version = "0.5.6"
402source = "registry+https://github.com/rust-lang/crates.io-index"
403checksum = "08c78f31d7b1291f7ee735c1c6780ccde7785daae9a9206026862dab7d8792d1"
404dependencies = [
405 "bytes",
406 "futures-core",
407 "http",
408 "http-body",
409 "http-body-util",
410 "mime",
411 "pin-project-lite",
412 "sync_wrapper",
413 "tower-layer",
414 "tower-service",
415 "tracing",
416]
417
418[[package]]
419name = "axum-extra"
420version = "0.12.6"
421source = "registry+https://github.com/rust-lang/crates.io-index"
422checksum = "be44683b41ccb9ab2d23a5230015c9c3c55be97a25e4428366de8873103f7970"
423dependencies = [
424 "axum",
425 "axum-core",
426 "bytes",
427 "cookie",
428 "form_urlencoded",
429 "futures-core",
430 "futures-util",
431 "http",
432 "http-body",
433 "http-body-util",
434 "mime",
435 "pin-project-lite",
436 "serde_core",
437 "serde_html_form",
438 "serde_path_to_error",
439 "tower-layer",
440 "tower-service",
441 "tracing",
442]
443
444[[package]]
445name = "base-x"
446version = "0.2.11"
447source = "registry+https://github.com/rust-lang/crates.io-index"
448checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270"
449
450[[package]]
451name = "base16ct"
452version = "0.2.0"
453source = "registry+https://github.com/rust-lang/crates.io-index"
454checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"
455
456[[package]]
457name = "base16ct"
458version = "1.0.0"
459source = "registry+https://github.com/rust-lang/crates.io-index"
460checksum = "fd307490d624467aa6f74b0eabb77633d1f758a7b25f12bceb0b22e08d9726f6"
461
462[[package]]
463name = "base256emoji"
464version = "1.0.2"
465source = "registry+https://github.com/rust-lang/crates.io-index"
466checksum = "b5e9430d9a245a77c92176e649af6e275f20839a48389859d1661e9a128d077c"
467dependencies = [
468 "const-str",
469 "match-lookup",
470]
471
472[[package]]
473name = "base45"
474version = "3.2.0"
475source = "registry+https://github.com/rust-lang/crates.io-index"
476checksum = "240e56f4d3c453c36faacb695c535a4d5f8c7d23dac175014f32eb0a71012a03"
477
478[[package]]
479name = "base64"
480version = "0.22.1"
481source = "registry+https://github.com/rust-lang/crates.io-index"
482checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
483
484[[package]]
485name = "base64ct"
486version = "1.8.3"
487source = "registry+https://github.com/rust-lang/crates.io-index"
488checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06"
489
490[[package]]
491name = "bit-vec"
492version = "0.9.1"
493source = "registry+https://github.com/rust-lang/crates.io-index"
494checksum = "b71798fca2c1fe1086445a7258a4bc81e6e49dcd24c8d0dd9a1e57395b603f51"
495dependencies = [
496 "serde",
497]
498
499[[package]]
500name = "bitflags"
501version = "2.13.0"
502source = "registry+https://github.com/rust-lang/crates.io-index"
503checksum = "b4388bee8683e3d04af747c73422af53102d2bd24d9eadb6cbc100baef4b43f8"
504dependencies = [
505 "serde_core",
506]
507
508[[package]]
509name = "blake3"
510version = "1.8.5"
511source = "registry+https://github.com/rust-lang/crates.io-index"
512checksum = "0aa83c34e62843d924f905e0f5c866eb1dd6545fc4d719e803d9ba6030371fce"
513dependencies = [
514 "arrayref",
515 "arrayvec",
516 "cc",
517 "cfg-if",
518 "constant_time_eq",
519 "cpufeatures 0.3.0",
520]
521
522[[package]]
523name = "block-buffer"
524version = "0.10.4"
525source = "registry+https://github.com/rust-lang/crates.io-index"
526checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
527dependencies = [
528 "generic-array",
529]
530
531[[package]]
532name = "block-buffer"
533version = "0.12.1"
534source = "registry+https://github.com/rust-lang/crates.io-index"
535checksum = "d2f6c7dbe95a6ed67ad9f18e57daf93a2f034c524b99fd2b76d18fdfeb6660aa"
536dependencies = [
537 "hybrid-array",
538]
539
540[[package]]
541name = "bstr"
542version = "1.12.3"
543source = "registry+https://github.com/rust-lang/crates.io-index"
544checksum = "5cee35f73844aa3014bb606320a6c1f010249dbdf43342fe54b5a4f6a8ed4b79"
545dependencies = [
546 "memchr",
547 "serde_core",
548]
549
550[[package]]
551name = "bumpalo"
552version = "3.20.3"
553source = "registry+https://github.com/rust-lang/crates.io-index"
554checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649"
555dependencies = [
556 "allocator-api2",
557]
558
559[[package]]
560name = "byteorder"
561version = "1.5.0"
562source = "registry+https://github.com/rust-lang/crates.io-index"
563checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
564
565[[package]]
566name = "bytes"
567version = "1.12.1"
568source = "registry+https://github.com/rust-lang/crates.io-index"
569checksum = "fc652a48c352aef3ea3aed32080501cf3ef6ed5da78602a020c991775b0aff04"
570
571[[package]]
572name = "cbor4ii"
573version = "0.2.14"
574source = "registry+https://github.com/rust-lang/crates.io-index"
575checksum = "b544cf8c89359205f4f990d0e6f3828db42df85b5dac95d09157a250eb0749c4"
576dependencies = [
577 "serde",
578]
579
580[[package]]
581name = "cc"
582version = "1.2.66"
583source = "registry+https://github.com/rust-lang/crates.io-index"
584checksum = "f5d6cac793997bd970000024b2934968efe83b382de4fdcf4fcb46b6ee4ad996"
585dependencies = [
586 "find-msvc-tools",
587 "jobserver",
588 "libc",
589 "shlex",
590]
591
592[[package]]
593name = "cfg-if"
594version = "1.0.4"
595source = "registry+https://github.com/rust-lang/crates.io-index"
596checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
597
598[[package]]
599name = "chacha20"
600version = "0.10.1"
601source = "registry+https://github.com/rust-lang/crates.io-index"
602checksum = "d524456ba66e72eb8b115ff89e01e497f8e6d11d78b70b1aa13c0fbd97540a81"
603dependencies = [
604 "cfg-if",
605 "cpufeatures 0.3.0",
606 "rand_core 0.10.1",
607]
608
609[[package]]
610name = "chrono"
611version = "0.4.45"
612source = "registry+https://github.com/rust-lang/crates.io-index"
613checksum = "1aa79e62e7697b8e29b513a68abacf485adcd1fe8284a4316c5ae868e6633327"
614dependencies = [
615 "iana-time-zone",
616 "js-sys",
617 "num-traits",
618 "serde",
619 "wasm-bindgen",
620 "windows-link",
621]
622
623[[package]]
624name = "ciborium"
625version = "0.2.2"
626source = "registry+https://github.com/rust-lang/crates.io-index"
627checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
628dependencies = [
629 "ciborium-io",
630 "ciborium-ll",
631 "serde",
632]
633
634[[package]]
635name = "ciborium-io"
636version = "0.2.2"
637source = "registry+https://github.com/rust-lang/crates.io-index"
638checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
639
640[[package]]
641name = "ciborium-ll"
642version = "0.2.2"
643source = "registry+https://github.com/rust-lang/crates.io-index"
644checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
645dependencies = [
646 "ciborium-io",
647 "half",
648]
649
650[[package]]
651name = "cid"
652version = "0.11.3"
653source = "registry+https://github.com/rust-lang/crates.io-index"
654checksum = "21a304f95f84d169a6f31c4d0a30d784643aaa0bbc9c1e449a2c23e963ec4971"
655dependencies = [
656 "multibase",
657 "multihash",
658 "serde",
659 "serde_bytes",
660 "unsigned-varint",
661]
662
663[[package]]
664name = "cipher"
665version = "0.5.2"
666source = "registry+https://github.com/rust-lang/crates.io-index"
667checksum = "e8cf2a2c93cd704877c0858356ed03480ff301ee950b43f1cbe4573b088bfa6c"
668dependencies = [
669 "block-buffer 0.12.1",
670 "crypto-common 0.2.2",
671 "inout",
672]
673
674[[package]]
675name = "cmake"
676version = "0.1.58"
677source = "registry+https://github.com/rust-lang/crates.io-index"
678checksum = "c0f78a02292a74a88ac736019ab962ece0bc380e3f977bf72e376c5d78ff0678"
679dependencies = [
680 "cc",
681]
682
683[[package]]
684name = "cmov"
685version = "0.5.4"
686source = "registry+https://github.com/rust-lang/crates.io-index"
687checksum = "0c9ea0ac24bc397ab3c98583a3c9ba74fa56b09a4449bbe172b9b1ddb016027a"
688
689[[package]]
690name = "cobs"
691version = "0.3.0"
692source = "registry+https://github.com/rust-lang/crates.io-index"
693checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1"
694dependencies = [
695 "thiserror 2.0.18",
696]
697
698[[package]]
699name = "combine"
700version = "4.6.7"
701source = "registry+https://github.com/rust-lang/crates.io-index"
702checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
703dependencies = [
704 "bytes",
705 "memchr",
706]
707
708[[package]]
709name = "compression-codecs"
710version = "0.4.38"
711source = "registry+https://github.com/rust-lang/crates.io-index"
712checksum = "ce2548391e9c1929c21bf6aa2680af86fe4c1b33e6cea9ac1cfeec0bd11218cf"
713dependencies = [
714 "compression-core",
715 "flate2",
716 "memchr",
717]
718
719[[package]]
720name = "compression-core"
721version = "0.4.32"
722source = "registry+https://github.com/rust-lang/crates.io-index"
723checksum = "cc14f565cf027a105f7a44ccf9e5b424348421a1d8952a8fc9d499d313107789"
724
725[[package]]
726name = "concurrent-queue"
727version = "2.5.0"
728source = "registry+https://github.com/rust-lang/crates.io-index"
729checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
730dependencies = [
731 "crossbeam-utils",
732]
733
734[[package]]
735name = "const-oid"
736version = "0.9.6"
737source = "registry+https://github.com/rust-lang/crates.io-index"
738checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
739
740[[package]]
741name = "const-oid"
742version = "0.10.2"
743source = "registry+https://github.com/rust-lang/crates.io-index"
744checksum = "a6ef517f0926dd24a1582492c791b6a4818a4d94e789a334894aa15b0d12f55c"
745
746[[package]]
747name = "const-str"
748version = "0.4.3"
749source = "registry+https://github.com/rust-lang/crates.io-index"
750checksum = "2f421161cb492475f1661ddc9815a745a1c894592070661180fdec3d4872e9c3"
751
752[[package]]
753name = "constant_time_eq"
754version = "0.4.2"
755source = "registry+https://github.com/rust-lang/crates.io-index"
756checksum = "3d52eff69cd5e647efe296129160853a42795992097e8af39800e1060caeea9b"
757
758[[package]]
759name = "cookie"
760version = "0.18.1"
761source = "registry+https://github.com/rust-lang/crates.io-index"
762checksum = "4ddef33a339a91ea89fb53151bd0a4689cfce27055c291dfa69945475d22c747"
763dependencies = [
764 "base64",
765 "hkdf 0.12.4",
766 "hmac 0.12.1",
767 "percent-encoding",
768 "rand 0.8.6",
769 "sha2 0.10.9",
770 "subtle",
771 "time",
772 "version_check",
773]
774
775[[package]]
776name = "core-foundation"
777version = "0.9.4"
778source = "registry+https://github.com/rust-lang/crates.io-index"
779checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
780dependencies = [
781 "core-foundation-sys",
782 "libc",
783]
784
785[[package]]
786name = "core-foundation"
787version = "0.10.1"
788source = "registry+https://github.com/rust-lang/crates.io-index"
789checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
790dependencies = [
791 "core-foundation-sys",
792 "libc",
793]
794
795[[package]]
796name = "core-foundation-sys"
797version = "0.8.7"
798source = "registry+https://github.com/rust-lang/crates.io-index"
799checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
800
801[[package]]
802name = "cpp_demangle"
803version = "0.4.5"
804source = "registry+https://github.com/rust-lang/crates.io-index"
805checksum = "f2bb79cb74d735044c972aae58ed0aaa9a837e85b01106a54c39e42e97f62253"
806dependencies = [
807 "cfg-if",
808]
809
810[[package]]
811name = "cpubits"
812version = "0.1.1"
813source = "registry+https://github.com/rust-lang/crates.io-index"
814checksum = "15b85f9c39137c3a891689859392b1bd49812121d0d61c9caf00d46ed5ce06ae"
815
816[[package]]
817name = "cpufeatures"
818version = "0.2.17"
819source = "registry+https://github.com/rust-lang/crates.io-index"
820checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
821dependencies = [
822 "libc",
823]
824
825[[package]]
826name = "cpufeatures"
827version = "0.3.0"
828source = "registry+https://github.com/rust-lang/crates.io-index"
829checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201"
830dependencies = [
831 "libc",
832]
833
834[[package]]
835name = "cranelift-assembler-x64"
836version = "0.123.12"
837source = "registry+https://github.com/rust-lang/crates.io-index"
838checksum = "3cd990d8a6304475bbad64534a0d418f5572f44d5f011437e6b9f1ee7d5c2570"
839dependencies = [
840 "cranelift-assembler-x64-meta",
841]
842
843[[package]]
844name = "cranelift-assembler-x64-meta"
845version = "0.123.12"
846source = "registry+https://github.com/rust-lang/crates.io-index"
847checksum = "ccabe4636007296721080e02d7dab46d4319638ec4e3f6f7402fcb46dc5122c6"
848dependencies = [
849 "cranelift-srcgen",
850]
851
852[[package]]
853name = "cranelift-bforest"
854version = "0.123.12"
855source = "registry+https://github.com/rust-lang/crates.io-index"
856checksum = "da7ed173c870c0aea202a9830880156905a028a88df076e35ce383a8acbf90a7"
857dependencies = [
858 "cranelift-entity",
859]
860
861[[package]]
862name = "cranelift-bitset"
863version = "0.123.12"
864source = "registry+https://github.com/rust-lang/crates.io-index"
865checksum = "800cc586df98b12c502e76707c96565e40629a5322eaa15aaa34ba05f5721e31"
866dependencies = [
867 "serde",
868 "serde_derive",
869]
870
871[[package]]
872name = "cranelift-codegen"
873version = "0.123.12"
874source = "registry+https://github.com/rust-lang/crates.io-index"
875checksum = "ae93f863f9094ae34d2567f9edb0ae2c41d35228b286598354dd78b198868ebd"
876dependencies = [
877 "bumpalo",
878 "cranelift-assembler-x64",
879 "cranelift-bforest",
880 "cranelift-bitset",
881 "cranelift-codegen-meta",
882 "cranelift-codegen-shared",
883 "cranelift-control",
884 "cranelift-entity",
885 "cranelift-isle",
886 "gimli",
887 "hashbrown 0.15.5",
888 "log",
889 "pulley-interpreter",
890 "regalloc2",
891 "rustc-hash",
892 "serde",
893 "smallvec",
894 "target-lexicon",
895 "wasmtime-internal-math",
896]
897
898[[package]]
899name = "cranelift-codegen-meta"
900version = "0.123.12"
901source = "registry+https://github.com/rust-lang/crates.io-index"
902checksum = "38c505162bcf77dcb859905b3eac56a1917fc3cf326424fb06e7732031e3a8ae"
903dependencies = [
904 "cranelift-assembler-x64-meta",
905 "cranelift-codegen-shared",
906 "cranelift-srcgen",
907 "heck",
908 "pulley-interpreter",
909]
910
911[[package]]
912name = "cranelift-codegen-shared"
913version = "0.123.12"
914source = "registry+https://github.com/rust-lang/crates.io-index"
915checksum = "e3b786958bcb79bdb5fbae095af58f0c2da7d7895c475c991f6a6bb5a9c7e6d9"
916
917[[package]]
918name = "cranelift-control"
919version = "0.123.12"
920source = "registry+https://github.com/rust-lang/crates.io-index"
921checksum = "2faf9a5009bce7f725ce2af7a08c4883ebac6af933e7e0aa7d84f976f4e6deb5"
922dependencies = [
923 "arbitrary",
924]
925
926[[package]]
927name = "cranelift-entity"
928version = "0.123.12"
929source = "registry+https://github.com/rust-lang/crates.io-index"
930checksum = "017271194ba5e101d626560d0d6767efd341468d1ba0f4d015f19fe64020b65b"
931dependencies = [
932 "cranelift-bitset",
933 "serde",
934 "serde_derive",
935]
936
937[[package]]
938name = "cranelift-frontend"
939version = "0.123.12"
940source = "registry+https://github.com/rust-lang/crates.io-index"
941checksum = "f80847f0929967f0cec82f9e0543b3901e0f0063690405891f22107b5a130fd8"
942dependencies = [
943 "cranelift-codegen",
944 "log",
945 "smallvec",
946 "target-lexicon",
947]
948
949[[package]]
950name = "cranelift-isle"
951version = "0.123.12"
952source = "registry+https://github.com/rust-lang/crates.io-index"
953checksum = "75904abbc0e7b46d20f7a49c8042c8a4481c0db4253b99889c723c566295d506"
954
955[[package]]
956name = "cranelift-native"
957version = "0.123.12"
958source = "registry+https://github.com/rust-lang/crates.io-index"
959checksum = "6e0135923540574362e16f01bf40000664263840991039ff3041ba717de6cf3a"
960dependencies = [
961 "cranelift-codegen",
962 "libc",
963 "target-lexicon",
964]
965
966[[package]]
967name = "cranelift-srcgen"
968version = "0.123.12"
969source = "registry+https://github.com/rust-lang/crates.io-index"
970checksum = "93fb12f76c482e034f6ebefa843c914e74112f088215d8d36d33a649f9fab99b"
971
972[[package]]
973name = "crc"
974version = "3.4.0"
975source = "registry+https://github.com/rust-lang/crates.io-index"
976checksum = "5eb8a2a1cd12ab0d987a5d5e825195d372001a4094a0376319d5a0ad71c1ba0d"
977dependencies = [
978 "crc-catalog",
979]
980
981[[package]]
982name = "crc-catalog"
983version = "2.5.0"
984source = "registry+https://github.com/rust-lang/crates.io-index"
985checksum = "217698eaf96b4a3f0bc4f3662aaa55bdf913cd54d7204591faa790070c6d0853"
986
987[[package]]
988name = "crc32fast"
989version = "1.5.0"
990source = "registry+https://github.com/rust-lang/crates.io-index"
991checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
992dependencies = [
993 "cfg-if",
994]
995
996[[package]]
997name = "critical-section"
998version = "1.2.0"
999source = "registry+https://github.com/rust-lang/crates.io-index"
1000checksum = "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b"
1001
1002[[package]]
1003name = "crossbeam-channel"
1004version = "0.5.16"
1005source = "registry+https://github.com/rust-lang/crates.io-index"
1006checksum = "d85363c37faeca707aef026efa9f3b34d077bce547e48f770770625c6013679e"
1007dependencies = [
1008 "crossbeam-utils",
1009]
1010
1011[[package]]
1012name = "crossbeam-deque"
1013version = "0.8.7"
1014source = "registry+https://github.com/rust-lang/crates.io-index"
1015checksum = "5181e0de7b61eb03a81e347d6dd8797bae9da5146707b51077e2d71a54ec0ceb"
1016dependencies = [
1017 "crossbeam-epoch",
1018 "crossbeam-utils",
1019]
1020
1021[[package]]
1022name = "crossbeam-epoch"
1023version = "0.9.20"
1024source = "registry+https://github.com/rust-lang/crates.io-index"
1025checksum = "2d6914041f254d6e9176c01941b21115dcfb7089e55135a35411081bd106ef3f"
1026dependencies = [
1027 "crossbeam-utils",
1028]
1029
1030[[package]]
1031name = "crossbeam-queue"
1032version = "0.3.13"
1033source = "registry+https://github.com/rust-lang/crates.io-index"
1034checksum = "803d13fb3b09d88be9f4dbc29062c66b19bf7170867ceb746d2a8689bf6c7a26"
1035dependencies = [
1036 "crossbeam-utils",
1037]
1038
1039[[package]]
1040name = "crossbeam-utils"
1041version = "0.8.22"
1042source = "registry+https://github.com/rust-lang/crates.io-index"
1043checksum = "61803da095bee82a81bb1a452ecc25d3b2f1416d1897eb86430c6159ef717c17"
1044
1045[[package]]
1046name = "crunchy"
1047version = "0.2.4"
1048source = "registry+https://github.com/rust-lang/crates.io-index"
1049checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
1050
1051[[package]]
1052name = "crypto-bigint"
1053version = "0.5.5"
1054source = "registry+https://github.com/rust-lang/crates.io-index"
1055checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
1056dependencies = [
1057 "generic-array",
1058 "rand_core 0.6.4",
1059 "subtle",
1060 "zeroize",
1061]
1062
1063[[package]]
1064name = "crypto-bigint"
1065version = "0.7.5"
1066source = "registry+https://github.com/rust-lang/crates.io-index"
1067checksum = "1a52aa3fcda4e6302a9f48734f234d35d4721b96f8fe07d073f07ce9df4f0271"
1068dependencies = [
1069 "cpubits",
1070 "ctutils",
1071 "getrandom 0.4.3",
1072 "hybrid-array",
1073 "num-traits",
1074 "rand_core 0.10.1",
1075 "subtle",
1076 "zeroize",
1077]
1078
1079[[package]]
1080name = "crypto-common"
1081version = "0.1.6"
1082source = "registry+https://github.com/rust-lang/crates.io-index"
1083checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
1084dependencies = [
1085 "generic-array",
1086 "typenum",
1087]
1088
1089[[package]]
1090name = "crypto-common"
1091version = "0.2.2"
1092source = "registry+https://github.com/rust-lang/crates.io-index"
1093checksum = "ce6e4c961d6cd6c9a86db418387425e8bdeaf05b3c8bc1411e6dca4c252f1453"
1094dependencies = [
1095 "getrandom 0.4.3",
1096 "hybrid-array",
1097 "rand_core 0.10.1",
1098]
1099
1100[[package]]
1101name = "ctr"
1102version = "0.10.1"
1103source = "registry+https://github.com/rust-lang/crates.io-index"
1104checksum = "baaca1c4b237092596f64d571e9db6ce4109c4ef9742e27590f1709594461f21"
1105dependencies = [
1106 "cipher",
1107]
1108
1109[[package]]
1110name = "ctutils"
1111version = "0.4.2"
1112source = "registry+https://github.com/rust-lang/crates.io-index"
1113checksum = "7d5515a3834141de9eafb9717ad39eea8247b5674e6066c404e8c4b365d2a29e"
1114dependencies = [
1115 "cmov",
1116 "subtle",
1117]
1118
1119[[package]]
1120name = "dashmap"
1121version = "6.2.1"
1122source = "registry+https://github.com/rust-lang/crates.io-index"
1123checksum = "e6361d5c062261c78a176addb82d4c821ae42bed6089de0e12603cd25de2059c"
1124dependencies = [
1125 "cfg-if",
1126 "crossbeam-utils",
1127 "hashbrown 0.14.5",
1128 "lock_api",
1129 "once_cell",
1130 "parking_lot_core",
1131]
1132
1133[[package]]
1134name = "data-encoding"
1135version = "2.11.0"
1136source = "registry+https://github.com/rust-lang/crates.io-index"
1137checksum = "a4ae5f15dda3c708c0ade84bfee31ccab44a3da4f88015ed22f63732abe300c8"
1138
1139[[package]]
1140name = "data-encoding-macro"
1141version = "0.1.20"
1142source = "registry+https://github.com/rust-lang/crates.io-index"
1143checksum = "3259c913752a86488b501ed8680446a5ed2d5aeac6e596cb23ba3800768ea32c"
1144dependencies = [
1145 "data-encoding",
1146 "data-encoding-macro-internal",
1147]
1148
1149[[package]]
1150name = "data-encoding-macro-internal"
1151version = "0.1.18"
1152source = "registry+https://github.com/rust-lang/crates.io-index"
1153checksum = "ccc2776f0c61eca1ca32528f85548abd1a4be8fb53d1b21c013e4f18da1e7090"
1154dependencies = [
1155 "data-encoding",
1156 "syn",
1157]
1158
1159[[package]]
1160name = "deadpool"
1161version = "0.12.3"
1162source = "registry+https://github.com/rust-lang/crates.io-index"
1163checksum = "0be2b1d1d6ec8d846f05e137292d0b89133caf95ef33695424c09568bdd39b1b"
1164dependencies = [
1165 "deadpool-runtime",
1166 "lazy_static",
1167 "num_cpus",
1168 "tokio",
1169]
1170
1171[[package]]
1172name = "deadpool-runtime"
1173version = "0.1.4"
1174source = "registry+https://github.com/rust-lang/crates.io-index"
1175checksum = "092966b41edc516079bdf31ec78a2e0588d1d0c08f78b91d8307215928642b2b"
1176
1177[[package]]
1178name = "debugid"
1179version = "0.8.0"
1180source = "registry+https://github.com/rust-lang/crates.io-index"
1181checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
1182dependencies = [
1183 "uuid",
1184]
1185
1186[[package]]
1187name = "der"
1188version = "0.7.10"
1189source = "registry+https://github.com/rust-lang/crates.io-index"
1190checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
1191dependencies = [
1192 "const-oid 0.9.6",
1193 "zeroize",
1194]
1195
1196[[package]]
1197name = "der"
1198version = "0.8.0"
1199source = "registry+https://github.com/rust-lang/crates.io-index"
1200checksum = "71fd89660b2dc699704064e59e9dba0147b903e85319429e131620d022be411b"
1201dependencies = [
1202 "const-oid 0.10.2",
1203 "pem-rfc7468",
1204 "zeroize",
1205]
1206
1207[[package]]
1208name = "der-parser"
1209version = "10.0.0"
1210source = "registry+https://github.com/rust-lang/crates.io-index"
1211checksum = "07da5016415d5a3c4dd39b11ed26f915f52fc4e0dc197d87908bc916e51bc1a6"
1212dependencies = [
1213 "asn1-rs",
1214 "displaydoc",
1215 "nom",
1216 "num-bigint",
1217 "num-traits",
1218 "rusticata-macros",
1219]
1220
1221[[package]]
1222name = "deranged"
1223version = "0.5.8"
1224source = "registry+https://github.com/rust-lang/crates.io-index"
1225checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c"
1226
1227[[package]]
1228name = "digest"
1229version = "0.10.7"
1230source = "registry+https://github.com/rust-lang/crates.io-index"
1231checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
1232dependencies = [
1233 "block-buffer 0.10.4",
1234 "const-oid 0.9.6",
1235 "crypto-common 0.1.6",
1236 "subtle",
1237]
1238
1239[[package]]
1240name = "digest"
1241version = "0.11.3"
1242source = "registry+https://github.com/rust-lang/crates.io-index"
1243checksum = "f1dd6dbb5841937940781866fa1281a1ff7bd3bf827091440879f9994983d5c2"
1244dependencies = [
1245 "block-buffer 0.12.1",
1246 "const-oid 0.10.2",
1247 "crypto-common 0.2.2",
1248 "ctutils",
1249]
1250
1251[[package]]
1252name = "directories-next"
1253version = "2.0.0"
1254source = "registry+https://github.com/rust-lang/crates.io-index"
1255checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"
1256dependencies = [
1257 "cfg-if",
1258 "dirs-sys-next",
1259]
1260
1261[[package]]
1262name = "dirs-sys-next"
1263version = "0.1.2"
1264source = "registry+https://github.com/rust-lang/crates.io-index"
1265checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
1266dependencies = [
1267 "libc",
1268 "redox_users",
1269 "winapi",
1270]
1271
1272[[package]]
1273name = "displaydoc"
1274version = "0.2.6"
1275source = "registry+https://github.com/rust-lang/crates.io-index"
1276checksum = "1ac70aa55017e108007fbaf5aa0f54b021c98f92ff8af59d42eda9da96e3dd4f"
1277dependencies = [
1278 "proc-macro2",
1279 "quote",
1280 "syn",
1281]
1282
1283[[package]]
1284name = "dotenvy"
1285version = "0.15.7"
1286source = "registry+https://github.com/rust-lang/crates.io-index"
1287checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
1288
1289[[package]]
1290name = "dunce"
1291version = "1.0.5"
1292source = "registry+https://github.com/rust-lang/crates.io-index"
1293checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
1294
1295[[package]]
1296name = "ecdsa"
1297version = "0.16.9"
1298source = "registry+https://github.com/rust-lang/crates.io-index"
1299checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca"
1300dependencies = [
1301 "der 0.7.10",
1302 "digest 0.10.7",
1303 "elliptic-curve 0.13.8",
1304 "rfc6979 0.4.0",
1305 "signature 2.2.0",
1306]
1307
1308[[package]]
1309name = "ecdsa"
1310version = "0.17.0"
1311source = "registry+https://github.com/rust-lang/crates.io-index"
1312checksum = "c0681a4fc24c767085329728d8dfba959af91228aa4610cca4f8ce317ba46ae0"
1313dependencies = [
1314 "der 0.8.0",
1315 "digest 0.11.3",
1316 "elliptic-curve 0.14.1",
1317 "rfc6979 0.6.0",
1318 "signature 3.0.0",
1319 "spki",
1320 "zeroize",
1321]
1322
1323[[package]]
1324name = "either"
1325version = "1.16.0"
1326source = "registry+https://github.com/rust-lang/crates.io-index"
1327checksum = "91622ff5e7162018101f2fea40d6ebf4a78bbe5a49736a2020649edf9693679e"
1328dependencies = [
1329 "serde",
1330]
1331
1332[[package]]
1333name = "elliptic-curve"
1334version = "0.13.8"
1335source = "registry+https://github.com/rust-lang/crates.io-index"
1336checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47"
1337dependencies = [
1338 "base16ct 0.2.0",
1339 "crypto-bigint 0.5.5",
1340 "digest 0.10.7",
1341 "ff 0.13.1",
1342 "generic-array",
1343 "group 0.13.0",
1344 "rand_core 0.6.4",
1345 "sec1 0.7.3",
1346 "subtle",
1347 "zeroize",
1348]
1349
1350[[package]]
1351name = "elliptic-curve"
1352version = "0.14.1"
1353source = "registry+https://github.com/rust-lang/crates.io-index"
1354checksum = "9d65aa39b3a5c1c9c1b745c9a019234bb7a21b77abcb4f4d266d706e2d577d65"
1355dependencies = [
1356 "base16ct 1.0.0",
1357 "crypto-bigint 0.7.5",
1358 "crypto-common 0.2.2",
1359 "digest 0.11.3",
1360 "ff 0.14.0",
1361 "group 0.14.0",
1362 "hybrid-array",
1363 "pem-rfc7468",
1364 "pkcs8",
1365 "rand_core 0.10.1",
1366 "sec1 0.8.1",
1367 "subtle",
1368 "zeroize",
1369]
1370
1371[[package]]
1372name = "embedded-io"
1373version = "0.4.0"
1374source = "registry+https://github.com/rust-lang/crates.io-index"
1375checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
1376
1377[[package]]
1378name = "embedded-io"
1379version = "0.6.1"
1380source = "registry+https://github.com/rust-lang/crates.io-index"
1381checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
1382
1383[[package]]
1384name = "encoding_rs"
1385version = "0.8.35"
1386source = "registry+https://github.com/rust-lang/crates.io-index"
1387checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
1388dependencies = [
1389 "cfg-if",
1390]
1391
1392[[package]]
1393name = "equivalent"
1394version = "1.0.2"
1395source = "registry+https://github.com/rust-lang/crates.io-index"
1396checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
1397
1398[[package]]
1399name = "erased-serde"
1400version = "0.4.10"
1401source = "registry+https://github.com/rust-lang/crates.io-index"
1402checksum = "d2add8a07dd6a8d93ff627029c51de145e12686fbc36ecb298ac22e74cf02dec"
1403dependencies = [
1404 "serde",
1405 "serde_core",
1406 "typeid",
1407]
1408
1409[[package]]
1410name = "errno"
1411version = "0.3.14"
1412source = "registry+https://github.com/rust-lang/crates.io-index"
1413checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
1414dependencies = [
1415 "libc",
1416 "windows-sys 0.61.2",
1417]
1418
1419[[package]]
1420name = "etcetera"
1421version = "0.11.0"
1422source = "registry+https://github.com/rust-lang/crates.io-index"
1423checksum = "de48cc4d1c1d97a20fd819def54b890cadde72ed3ad0c614822a0a433361be96"
1424dependencies = [
1425 "cfg-if",
1426 "windows-sys 0.61.2",
1427]
1428
1429[[package]]
1430name = "event-listener"
1431version = "5.4.1"
1432source = "registry+https://github.com/rust-lang/crates.io-index"
1433checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
1434dependencies = [
1435 "concurrent-queue",
1436 "parking",
1437 "pin-project-lite",
1438]
1439
1440[[package]]
1441name = "event-listener-strategy"
1442version = "0.5.4"
1443source = "registry+https://github.com/rust-lang/crates.io-index"
1444checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
1445dependencies = [
1446 "event-listener",
1447 "pin-project-lite",
1448]
1449
1450[[package]]
1451name = "fallible-iterator"
1452version = "0.3.0"
1453source = "registry+https://github.com/rust-lang/crates.io-index"
1454checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
1455
1456[[package]]
1457name = "fastrand"
1458version = "2.4.1"
1459source = "registry+https://github.com/rust-lang/crates.io-index"
1460checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6"
1461
1462[[package]]
1463name = "ff"
1464version = "0.13.1"
1465source = "registry+https://github.com/rust-lang/crates.io-index"
1466checksum = "c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393"
1467dependencies = [
1468 "rand_core 0.6.4",
1469 "subtle",
1470]
1471
1472[[package]]
1473name = "ff"
1474version = "0.14.0"
1475source = "registry+https://github.com/rust-lang/crates.io-index"
1476checksum = "a1f686ab92a9fb0eaf188f6c6c87b89490baa6fdb0db4544ba4dc47f7942489f"
1477dependencies = [
1478 "rand_core 0.10.1",
1479 "subtle",
1480]
1481
1482[[package]]
1483name = "find-msvc-tools"
1484version = "0.1.9"
1485source = "registry+https://github.com/rust-lang/crates.io-index"
1486checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
1487
1488[[package]]
1489name = "flate2"
1490version = "1.1.9"
1491source = "registry+https://github.com/rust-lang/crates.io-index"
1492checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c"
1493dependencies = [
1494 "crc32fast",
1495 "miniz_oxide",
1496]
1497
1498[[package]]
1499name = "flume"
1500version = "0.12.0"
1501source = "registry+https://github.com/rust-lang/crates.io-index"
1502checksum = "5e139bc46ca777eb5efaf62df0ab8cc5fd400866427e56c68b22e414e53bd3be"
1503dependencies = [
1504 "futures-core",
1505 "futures-sink",
1506 "spin",
1507]
1508
1509[[package]]
1510name = "fnv"
1511version = "1.0.7"
1512source = "registry+https://github.com/rust-lang/crates.io-index"
1513checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
1514
1515[[package]]
1516name = "foldhash"
1517version = "0.1.5"
1518source = "registry+https://github.com/rust-lang/crates.io-index"
1519checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
1520
1521[[package]]
1522name = "foldhash"
1523version = "0.2.0"
1524source = "registry+https://github.com/rust-lang/crates.io-index"
1525checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
1526
1527[[package]]
1528name = "foreign-types"
1529version = "0.3.2"
1530source = "registry+https://github.com/rust-lang/crates.io-index"
1531checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
1532dependencies = [
1533 "foreign-types-shared",
1534]
1535
1536[[package]]
1537name = "foreign-types-shared"
1538version = "0.1.1"
1539source = "registry+https://github.com/rust-lang/crates.io-index"
1540checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
1541
1542[[package]]
1543name = "form_urlencoded"
1544version = "1.2.2"
1545source = "registry+https://github.com/rust-lang/crates.io-index"
1546checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
1547dependencies = [
1548 "percent-encoding",
1549]
1550
1551[[package]]
1552name = "fs_extra"
1553version = "1.3.0"
1554source = "registry+https://github.com/rust-lang/crates.io-index"
1555checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
1556
1557[[package]]
1558name = "futures"
1559version = "0.3.32"
1560source = "registry+https://github.com/rust-lang/crates.io-index"
1561checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
1562dependencies = [
1563 "futures-channel",
1564 "futures-core",
1565 "futures-executor",
1566 "futures-io",
1567 "futures-sink",
1568 "futures-task",
1569 "futures-util",
1570]
1571
1572[[package]]
1573name = "futures-channel"
1574version = "0.3.32"
1575source = "registry+https://github.com/rust-lang/crates.io-index"
1576checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
1577dependencies = [
1578 "futures-core",
1579 "futures-sink",
1580]
1581
1582[[package]]
1583name = "futures-core"
1584version = "0.3.32"
1585source = "registry+https://github.com/rust-lang/crates.io-index"
1586checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
1587
1588[[package]]
1589name = "futures-executor"
1590version = "0.3.32"
1591source = "registry+https://github.com/rust-lang/crates.io-index"
1592checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
1593dependencies = [
1594 "futures-core",
1595 "futures-task",
1596 "futures-util",
1597]
1598
1599[[package]]
1600name = "futures-intrusive"
1601version = "0.5.0"
1602source = "registry+https://github.com/rust-lang/crates.io-index"
1603checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
1604dependencies = [
1605 "futures-core",
1606 "lock_api",
1607 "parking_lot",
1608]
1609
1610[[package]]
1611name = "futures-io"
1612version = "0.3.32"
1613source = "registry+https://github.com/rust-lang/crates.io-index"
1614checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
1615
1616[[package]]
1617name = "futures-macro"
1618version = "0.3.32"
1619source = "registry+https://github.com/rust-lang/crates.io-index"
1620checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
1621dependencies = [
1622 "proc-macro2",
1623 "quote",
1624 "syn",
1625]
1626
1627[[package]]
1628name = "futures-sink"
1629version = "0.3.32"
1630source = "registry+https://github.com/rust-lang/crates.io-index"
1631checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
1632
1633[[package]]
1634name = "futures-task"
1635version = "0.3.32"
1636source = "registry+https://github.com/rust-lang/crates.io-index"
1637checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
1638
1639[[package]]
1640name = "futures-util"
1641version = "0.3.32"
1642source = "registry+https://github.com/rust-lang/crates.io-index"
1643checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
1644dependencies = [
1645 "futures-channel",
1646 "futures-core",
1647 "futures-io",
1648 "futures-macro",
1649 "futures-sink",
1650 "futures-task",
1651 "memchr",
1652 "pin-project-lite",
1653 "slab",
1654]
1655
1656[[package]]
1657name = "fxhash"
1658version = "0.2.1"
1659source = "registry+https://github.com/rust-lang/crates.io-index"
1660checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
1661dependencies = [
1662 "byteorder",
1663]
1664
1665[[package]]
1666name = "fxprof-processed-profile"
1667version = "0.6.0"
1668source = "registry+https://github.com/rust-lang/crates.io-index"
1669checksum = "27d12c0aed7f1e24276a241aadc4cb8ea9f83000f34bc062b7cc2d51e3b0fabd"
1670dependencies = [
1671 "bitflags",
1672 "debugid",
1673 "fxhash",
1674 "serde",
1675 "serde_json",
1676]
1677
1678[[package]]
1679name = "generic-array"
1680version = "0.14.9"
1681source = "registry+https://github.com/rust-lang/crates.io-index"
1682checksum = "4bb6743198531e02858aeaea5398fcc883e71851fcbcb5a2f773e2fb6cb1edf2"
1683dependencies = [
1684 "typenum",
1685 "version_check",
1686 "zeroize",
1687]
1688
1689[[package]]
1690name = "getrandom"
1691version = "0.2.17"
1692source = "registry+https://github.com/rust-lang/crates.io-index"
1693checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
1694dependencies = [
1695 "cfg-if",
1696 "libc",
1697 "wasi",
1698]
1699
1700[[package]]
1701name = "getrandom"
1702version = "0.3.4"
1703source = "registry+https://github.com/rust-lang/crates.io-index"
1704checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
1705dependencies = [
1706 "cfg-if",
1707 "libc",
1708 "r-efi 5.3.0",
1709 "wasip2",
1710]
1711
1712[[package]]
1713name = "getrandom"
1714version = "0.4.3"
1715source = "registry+https://github.com/rust-lang/crates.io-index"
1716checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099"
1717dependencies = [
1718 "cfg-if",
1719 "libc",
1720 "r-efi 6.0.0",
1721 "rand_core 0.10.1",
1722]
1723
1724[[package]]
1725name = "ghash"
1726version = "0.6.0"
1727source = "registry+https://github.com/rust-lang/crates.io-index"
1728checksum = "2eecf2d5dc9b66b732b97707a0210906b1d30523eb773193ab777c0c84b3e8d5"
1729dependencies = [
1730 "polyval",
1731]
1732
1733[[package]]
1734name = "gimli"
1735version = "0.32.3"
1736source = "registry+https://github.com/rust-lang/crates.io-index"
1737checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
1738dependencies = [
1739 "fallible-iterator",
1740 "indexmap",
1741 "stable_deref_trait",
1742]
1743
1744[[package]]
1745name = "group"
1746version = "0.13.0"
1747source = "registry+https://github.com/rust-lang/crates.io-index"
1748checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63"
1749dependencies = [
1750 "ff 0.13.1",
1751 "rand_core 0.6.4",
1752 "subtle",
1753]
1754
1755[[package]]
1756name = "group"
1757version = "0.14.0"
1758source = "registry+https://github.com/rust-lang/crates.io-index"
1759checksum = "7fd1a1c7a5206c5b7a3f5a0d7ccd3ff85d0c8f5133d62a02680255b0004af5f4"
1760dependencies = [
1761 "ff 0.14.0",
1762 "rand_core 0.10.1",
1763 "subtle",
1764]
1765
1766[[package]]
1767name = "h2"
1768version = "0.4.15"
1769source = "registry+https://github.com/rust-lang/crates.io-index"
1770checksum = "6cb093c84e8bd9b188d4c4a8cb6579fc016968d14c99882163cd3ff402a4f155"
1771dependencies = [
1772 "atomic-waker",
1773 "bytes",
1774 "fnv",
1775 "futures-core",
1776 "futures-sink",
1777 "http",
1778 "indexmap",
1779 "slab",
1780 "tokio",
1781 "tokio-util",
1782 "tracing",
1783]
1784
1785[[package]]
1786name = "half"
1787version = "2.7.1"
1788source = "registry+https://github.com/rust-lang/crates.io-index"
1789checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
1790dependencies = [
1791 "cfg-if",
1792 "crunchy",
1793 "zerocopy",
1794]
1795
1796[[package]]
1797name = "happyview"
1798version = "0.1.0"
1799dependencies = [
1800 "aes-gcm",
1801 "anyhow",
1802 "arc-swap",
1803 "async-stream",
1804 "atrium-api",
1805 "atrium-common",
1806 "atrium-identity",
1807 "atrium-oauth",
1808 "atrium-xrpc",
1809 "axum",
1810 "axum-extra",
1811 "base64",
1812 "blake3",
1813 "bytes",
1814 "chrono",
1815 "ciborium",
1816 "cid",
1817 "dashmap",
1818 "data-encoding",
1819 "dotenvy",
1820 "futures",
1821 "futures-util",
1822 "hex",
1823 "hickory-resolver",
1824 "hkdf 0.13.0",
1825 "hmac 0.13.0",
1826 "http-body-util",
1827 "ipld-core",
1828 "ipnet",
1829 "jose-jwk",
1830 "jsonwebtoken",
1831 "k256",
1832 "mlua",
1833 "multibase",
1834 "p256 0.14.0",
1835 "rand 0.10.2",
1836 "rcgen",
1837 "regex",
1838 "reqwest",
1839 "rustls",
1840 "semver",
1841 "serde",
1842 "serde_ipld_dagcbor",
1843 "serde_json",
1844 "serial_test",
1845 "sha2 0.11.0",
1846 "sqlparser",
1847 "sqlx",
1848 "subtle",
1849 "thiserror 2.0.18",
1850 "tokio",
1851 "tokio-rustls",
1852 "tokio-tungstenite",
1853 "tower",
1854 "tower-http 0.7.0",
1855 "tracing",
1856 "tracing-subscriber",
1857 "urlencoding",
1858 "uuid",
1859 "wasmtime",
1860 "webpki-roots 1.0.8",
1861 "wiremock",
1862]
1863
1864[[package]]
1865name = "hashbrown"
1866version = "0.14.5"
1867source = "registry+https://github.com/rust-lang/crates.io-index"
1868checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
1869
1870[[package]]
1871name = "hashbrown"
1872version = "0.15.5"
1873source = "registry+https://github.com/rust-lang/crates.io-index"
1874checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
1875dependencies = [
1876 "foldhash 0.1.5",
1877 "serde",
1878]
1879
1880[[package]]
1881name = "hashbrown"
1882version = "0.16.1"
1883source = "registry+https://github.com/rust-lang/crates.io-index"
1884checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
1885dependencies = [
1886 "allocator-api2",
1887 "equivalent",
1888 "foldhash 0.2.0",
1889]
1890
1891[[package]]
1892name = "hashbrown"
1893version = "0.17.1"
1894source = "registry+https://github.com/rust-lang/crates.io-index"
1895checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
1896
1897[[package]]
1898name = "hashlink"
1899version = "0.11.1"
1900source = "registry+https://github.com/rust-lang/crates.io-index"
1901checksum = "824e001ac4f3012dd16a264bec811403a67ca9deb6c102fc5049b32c4574b35f"
1902dependencies = [
1903 "hashbrown 0.16.1",
1904]
1905
1906[[package]]
1907name = "heck"
1908version = "0.5.0"
1909source = "registry+https://github.com/rust-lang/crates.io-index"
1910checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
1911
1912[[package]]
1913name = "hermit-abi"
1914version = "0.5.2"
1915source = "registry+https://github.com/rust-lang/crates.io-index"
1916checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
1917
1918[[package]]
1919name = "hex"
1920version = "0.4.3"
1921source = "registry+https://github.com/rust-lang/crates.io-index"
1922checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
1923
1924[[package]]
1925name = "hickory-net"
1926version = "0.26.1"
1927source = "registry+https://github.com/rust-lang/crates.io-index"
1928checksum = "e2295ed2f9c31e471e1428a8f88a3f0e1f4b27c15049592138d1eebe9c35b183"
1929dependencies = [
1930 "async-trait",
1931 "cfg-if",
1932 "data-encoding",
1933 "futures-channel",
1934 "futures-io",
1935 "futures-util",
1936 "hickory-proto",
1937 "idna",
1938 "ipnet",
1939 "jni",
1940 "rand 0.10.2",
1941 "thiserror 2.0.18",
1942 "tinyvec",
1943 "tokio",
1944 "tracing",
1945 "url",
1946]
1947
1948[[package]]
1949name = "hickory-proto"
1950version = "0.26.1"
1951source = "registry+https://github.com/rust-lang/crates.io-index"
1952checksum = "0bab31817bfb44672a252e97fe81cd0c18d1b2cf892108922f6818820df8c643"
1953dependencies = [
1954 "data-encoding",
1955 "idna",
1956 "ipnet",
1957 "jni",
1958 "once_cell",
1959 "prefix-trie",
1960 "rand 0.10.2",
1961 "ring",
1962 "thiserror 2.0.18",
1963 "tinyvec",
1964 "tracing",
1965 "url",
1966]
1967
1968[[package]]
1969name = "hickory-resolver"
1970version = "0.26.1"
1971source = "registry+https://github.com/rust-lang/crates.io-index"
1972checksum = "f0d58d28879ceecde6607729660c2667a081ccdc082e082675042793960f178c"
1973dependencies = [
1974 "cfg-if",
1975 "futures-util",
1976 "hickory-net",
1977 "hickory-proto",
1978 "ipconfig",
1979 "ipnet",
1980 "jni",
1981 "moka",
1982 "ndk-context",
1983 "once_cell",
1984 "parking_lot",
1985 "rand 0.10.2",
1986 "resolv-conf",
1987 "smallvec",
1988 "system-configuration",
1989 "thiserror 2.0.18",
1990 "tokio",
1991 "tracing",
1992]
1993
1994[[package]]
1995name = "hkdf"
1996version = "0.12.4"
1997source = "registry+https://github.com/rust-lang/crates.io-index"
1998checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
1999dependencies = [
2000 "hmac 0.12.1",
2001]
2002
2003[[package]]
2004name = "hkdf"
2005version = "0.13.0"
2006source = "registry+https://github.com/rust-lang/crates.io-index"
2007checksum = "4aaa26c720c68b866f2c96ef5c1264b3e6f473fe5d4ce61cd44bbe913e553018"
2008dependencies = [
2009 "hmac 0.13.0",
2010]
2011
2012[[package]]
2013name = "hmac"
2014version = "0.12.1"
2015source = "registry+https://github.com/rust-lang/crates.io-index"
2016checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
2017dependencies = [
2018 "digest 0.10.7",
2019]
2020
2021[[package]]
2022name = "hmac"
2023version = "0.13.0"
2024source = "registry+https://github.com/rust-lang/crates.io-index"
2025checksum = "6303bc9732ae41b04cb554b844a762b4115a61bfaa81e3e83050991eeb56863f"
2026dependencies = [
2027 "digest 0.11.3",
2028]
2029
2030[[package]]
2031name = "http"
2032version = "1.4.2"
2033source = "registry+https://github.com/rust-lang/crates.io-index"
2034checksum = "6970f50e31d6fc17d3fa27329444bfa74e196cf62e95052a3f6fee181dba6425"
2035dependencies = [
2036 "bytes",
2037 "itoa",
2038]
2039
2040[[package]]
2041name = "http-body"
2042version = "1.0.1"
2043source = "registry+https://github.com/rust-lang/crates.io-index"
2044checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
2045dependencies = [
2046 "bytes",
2047 "http",
2048]
2049
2050[[package]]
2051name = "http-body-util"
2052version = "0.1.3"
2053source = "registry+https://github.com/rust-lang/crates.io-index"
2054checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
2055dependencies = [
2056 "bytes",
2057 "futures-core",
2058 "http",
2059 "http-body",
2060 "pin-project-lite",
2061]
2062
2063[[package]]
2064name = "http-range-header"
2065version = "0.4.2"
2066source = "registry+https://github.com/rust-lang/crates.io-index"
2067checksum = "9171a2ea8a68358193d15dd5d70c1c10a2afc3e7e4c5bc92bc9f025cebd7359c"
2068
2069[[package]]
2070name = "httparse"
2071version = "1.10.1"
2072source = "registry+https://github.com/rust-lang/crates.io-index"
2073checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
2074
2075[[package]]
2076name = "httpdate"
2077version = "1.0.3"
2078source = "registry+https://github.com/rust-lang/crates.io-index"
2079checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
2080
2081[[package]]
2082name = "hybrid-array"
2083version = "0.4.13"
2084source = "registry+https://github.com/rust-lang/crates.io-index"
2085checksum = "818356c5132c1fede50f837ca96afbe78ff42413047f4abb886217845e1b6c8c"
2086dependencies = [
2087 "subtle",
2088 "typenum",
2089 "zeroize",
2090]
2091
2092[[package]]
2093name = "hyper"
2094version = "1.10.1"
2095source = "registry+https://github.com/rust-lang/crates.io-index"
2096checksum = "55281c53a1894c864990125767da440a4e630446785086f52523b20033b74498"
2097dependencies = [
2098 "atomic-waker",
2099 "bytes",
2100 "futures-channel",
2101 "futures-core",
2102 "h2",
2103 "http",
2104 "http-body",
2105 "httparse",
2106 "httpdate",
2107 "itoa",
2108 "pin-project-lite",
2109 "smallvec",
2110 "tokio",
2111 "want",
2112]
2113
2114[[package]]
2115name = "hyper-rustls"
2116version = "0.27.9"
2117source = "registry+https://github.com/rust-lang/crates.io-index"
2118checksum = "33ca68d021ef39cf6463ab54c1d0f5daf03377b70561305bb89a8f83aab66e0f"
2119dependencies = [
2120 "http",
2121 "hyper",
2122 "hyper-util",
2123 "rustls",
2124 "tokio",
2125 "tokio-rustls",
2126 "tower-service",
2127]
2128
2129[[package]]
2130name = "hyper-tls"
2131version = "0.6.0"
2132source = "registry+https://github.com/rust-lang/crates.io-index"
2133checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
2134dependencies = [
2135 "bytes",
2136 "http-body-util",
2137 "hyper",
2138 "hyper-util",
2139 "native-tls",
2140 "tokio",
2141 "tokio-native-tls",
2142 "tower-service",
2143]
2144
2145[[package]]
2146name = "hyper-util"
2147version = "0.1.20"
2148source = "registry+https://github.com/rust-lang/crates.io-index"
2149checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
2150dependencies = [
2151 "base64",
2152 "bytes",
2153 "futures-channel",
2154 "futures-util",
2155 "http",
2156 "http-body",
2157 "hyper",
2158 "ipnet",
2159 "libc",
2160 "percent-encoding",
2161 "pin-project-lite",
2162 "socket2",
2163 "system-configuration",
2164 "tokio",
2165 "tower-service",
2166 "tracing",
2167 "windows-registry",
2168]
2169
2170[[package]]
2171name = "iana-time-zone"
2172version = "0.1.65"
2173source = "registry+https://github.com/rust-lang/crates.io-index"
2174checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
2175dependencies = [
2176 "android_system_properties",
2177 "core-foundation-sys",
2178 "iana-time-zone-haiku",
2179 "js-sys",
2180 "log",
2181 "wasm-bindgen",
2182 "windows-core",
2183]
2184
2185[[package]]
2186name = "iana-time-zone-haiku"
2187version = "0.1.2"
2188source = "registry+https://github.com/rust-lang/crates.io-index"
2189checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
2190dependencies = [
2191 "cc",
2192]
2193
2194[[package]]
2195name = "icu_collections"
2196version = "2.2.0"
2197source = "registry+https://github.com/rust-lang/crates.io-index"
2198checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c"
2199dependencies = [
2200 "displaydoc",
2201 "potential_utf",
2202 "utf8_iter",
2203 "yoke",
2204 "zerofrom",
2205 "zerovec",
2206]
2207
2208[[package]]
2209name = "icu_locale_core"
2210version = "2.2.0"
2211source = "registry+https://github.com/rust-lang/crates.io-index"
2212checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29"
2213dependencies = [
2214 "displaydoc",
2215 "litemap",
2216 "tinystr",
2217 "writeable",
2218 "zerovec",
2219]
2220
2221[[package]]
2222name = "icu_normalizer"
2223version = "2.2.0"
2224source = "registry+https://github.com/rust-lang/crates.io-index"
2225checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4"
2226dependencies = [
2227 "icu_collections",
2228 "icu_normalizer_data",
2229 "icu_properties",
2230 "icu_provider",
2231 "smallvec",
2232 "zerovec",
2233]
2234
2235[[package]]
2236name = "icu_normalizer_data"
2237version = "2.2.0"
2238source = "registry+https://github.com/rust-lang/crates.io-index"
2239checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38"
2240
2241[[package]]
2242name = "icu_properties"
2243version = "2.2.0"
2244source = "registry+https://github.com/rust-lang/crates.io-index"
2245checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de"
2246dependencies = [
2247 "icu_collections",
2248 "icu_locale_core",
2249 "icu_properties_data",
2250 "icu_provider",
2251 "zerotrie",
2252 "zerovec",
2253]
2254
2255[[package]]
2256name = "icu_properties_data"
2257version = "2.2.0"
2258source = "registry+https://github.com/rust-lang/crates.io-index"
2259checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14"
2260
2261[[package]]
2262name = "icu_provider"
2263version = "2.2.0"
2264source = "registry+https://github.com/rust-lang/crates.io-index"
2265checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421"
2266dependencies = [
2267 "displaydoc",
2268 "icu_locale_core",
2269 "writeable",
2270 "yoke",
2271 "zerofrom",
2272 "zerotrie",
2273 "zerovec",
2274]
2275
2276[[package]]
2277name = "id-arena"
2278version = "2.3.0"
2279source = "registry+https://github.com/rust-lang/crates.io-index"
2280checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954"
2281
2282[[package]]
2283name = "idna"
2284version = "1.1.0"
2285source = "registry+https://github.com/rust-lang/crates.io-index"
2286checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
2287dependencies = [
2288 "idna_adapter",
2289 "smallvec",
2290 "utf8_iter",
2291]
2292
2293[[package]]
2294name = "idna_adapter"
2295version = "1.2.2"
2296source = "registry+https://github.com/rust-lang/crates.io-index"
2297checksum = "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714"
2298dependencies = [
2299 "icu_normalizer",
2300 "icu_properties",
2301]
2302
2303[[package]]
2304name = "indexmap"
2305version = "2.14.0"
2306source = "registry+https://github.com/rust-lang/crates.io-index"
2307checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
2308dependencies = [
2309 "equivalent",
2310 "hashbrown 0.17.1",
2311 "serde",
2312 "serde_core",
2313]
2314
2315[[package]]
2316name = "inout"
2317version = "0.2.2"
2318source = "registry+https://github.com/rust-lang/crates.io-index"
2319checksum = "4250ce6452e92010fdf7268ccc5d14faa80bb12fc741938534c58f16804e03c7"
2320dependencies = [
2321 "hybrid-array",
2322]
2323
2324[[package]]
2325name = "ipconfig"
2326version = "0.3.4"
2327source = "registry+https://github.com/rust-lang/crates.io-index"
2328checksum = "4d40460c0ce33d6ce4b0630ad68ff63d6661961c48b6dba35e5a4d81cfb48222"
2329dependencies = [
2330 "socket2",
2331 "widestring",
2332 "windows-registry",
2333 "windows-result",
2334 "windows-sys 0.61.2",
2335]
2336
2337[[package]]
2338name = "ipld-core"
2339version = "0.4.3"
2340source = "registry+https://github.com/rust-lang/crates.io-index"
2341checksum = "090f624976d72f0b0bb71b86d58dc16c15e069193067cb3a3a09d655246cbbda"
2342dependencies = [
2343 "cid",
2344 "serde",
2345 "serde_bytes",
2346]
2347
2348[[package]]
2349name = "ipnet"
2350version = "2.12.0"
2351source = "registry+https://github.com/rust-lang/crates.io-index"
2352checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2"
2353dependencies = [
2354 "serde",
2355]
2356
2357[[package]]
2358name = "itertools"
2359version = "0.14.0"
2360source = "registry+https://github.com/rust-lang/crates.io-index"
2361checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
2362dependencies = [
2363 "either",
2364]
2365
2366[[package]]
2367name = "itoa"
2368version = "1.0.18"
2369source = "registry+https://github.com/rust-lang/crates.io-index"
2370checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
2371
2372[[package]]
2373name = "ittapi"
2374version = "0.4.0"
2375source = "registry+https://github.com/rust-lang/crates.io-index"
2376checksum = "6b996fe614c41395cdaedf3cf408a9534851090959d90d54a535f675550b64b1"
2377dependencies = [
2378 "anyhow",
2379 "ittapi-sys",
2380 "log",
2381]
2382
2383[[package]]
2384name = "ittapi-sys"
2385version = "0.4.0"
2386source = "registry+https://github.com/rust-lang/crates.io-index"
2387checksum = "52f5385394064fa2c886205dba02598013ce83d3e92d33dbdc0c52fe0e7bf4fc"
2388dependencies = [
2389 "cc",
2390]
2391
2392[[package]]
2393name = "jni"
2394version = "0.22.4"
2395source = "registry+https://github.com/rust-lang/crates.io-index"
2396checksum = "5efd9a482cf3a427f00d6b35f14332adc7902ce91efb778580e180ff90fa3498"
2397dependencies = [
2398 "cfg-if",
2399 "combine",
2400 "jni-macros",
2401 "jni-sys",
2402 "log",
2403 "simd_cesu8",
2404 "thiserror 2.0.18",
2405 "walkdir",
2406 "windows-link",
2407]
2408
2409[[package]]
2410name = "jni-macros"
2411version = "0.22.4"
2412source = "registry+https://github.com/rust-lang/crates.io-index"
2413checksum = "a00109accc170f0bdb141fed3e393c565b6f5e072365c3bd58f5b062591560a3"
2414dependencies = [
2415 "proc-macro2",
2416 "quote",
2417 "rustc_version",
2418 "simd_cesu8",
2419 "syn",
2420]
2421
2422[[package]]
2423name = "jni-sys"
2424version = "0.4.1"
2425source = "registry+https://github.com/rust-lang/crates.io-index"
2426checksum = "c6377a88cb3910bee9b0fa88d4f42e1d2da8e79915598f65fb0c7ee14c878af2"
2427dependencies = [
2428 "jni-sys-macros",
2429]
2430
2431[[package]]
2432name = "jni-sys-macros"
2433version = "0.4.1"
2434source = "registry+https://github.com/rust-lang/crates.io-index"
2435checksum = "38c0b942f458fe50cdac086d2f946512305e5631e720728f2a61aabcd47a6264"
2436dependencies = [
2437 "quote",
2438 "syn",
2439]
2440
2441[[package]]
2442name = "jobserver"
2443version = "0.1.35"
2444source = "registry+https://github.com/rust-lang/crates.io-index"
2445checksum = "1c00acbd29eabad4a2392fa0e921c874934dbbf4194312ad20f04a0ed67a3cb3"
2446dependencies = [
2447 "getrandom 0.4.3",
2448 "libc",
2449]
2450
2451[[package]]
2452name = "jose-b64"
2453version = "0.1.2"
2454source = "registry+https://github.com/rust-lang/crates.io-index"
2455checksum = "bec69375368709666b21c76965ce67549f2d2db7605f1f8707d17c9656801b56"
2456dependencies = [
2457 "base64ct",
2458 "serde",
2459 "subtle",
2460 "zeroize",
2461]
2462
2463[[package]]
2464name = "jose-jwa"
2465version = "0.1.2"
2466source = "registry+https://github.com/rust-lang/crates.io-index"
2467checksum = "9ab78e053fe886a351d67cf0d194c000f9d0dcb92906eb34d853d7e758a4b3a7"
2468dependencies = [
2469 "serde",
2470]
2471
2472[[package]]
2473name = "jose-jwk"
2474version = "0.1.2"
2475source = "registry+https://github.com/rust-lang/crates.io-index"
2476checksum = "280fa263807fe0782ecb6f2baadc28dffc04e00558a58e33bfdb801d11fd58e7"
2477dependencies = [
2478 "jose-b64",
2479 "jose-jwa",
2480 "p256 0.13.2",
2481 "serde",
2482 "zeroize",
2483]
2484
2485[[package]]
2486name = "js-sys"
2487version = "0.3.103"
2488source = "registry+https://github.com/rust-lang/crates.io-index"
2489checksum = "53b44bfcdb3f8d5837a46dae1ca9660a837176eee74a28b229bc626816589102"
2490dependencies = [
2491 "cfg-if",
2492 "futures-util",
2493 "wasm-bindgen",
2494]
2495
2496[[package]]
2497name = "jsonwebtoken"
2498version = "10.4.0"
2499source = "registry+https://github.com/rust-lang/crates.io-index"
2500checksum = "eba32bfb4ffdeaca3e34431072faf01745c9b26d25504aa7a6cf5684334fc4fc"
2501dependencies = [
2502 "base64",
2503 "getrandom 0.2.17",
2504 "js-sys",
2505 "pem",
2506 "serde",
2507 "serde_json",
2508 "signature 2.2.0",
2509 "simple_asn1",
2510 "zeroize",
2511]
2512
2513[[package]]
2514name = "k256"
2515version = "0.14.0"
2516source = "registry+https://github.com/rust-lang/crates.io-index"
2517checksum = "93f50113171a713f4a4231ef82eb26703607139b35dcb56241f0ceab2ae1f7d8"
2518dependencies = [
2519 "cpubits",
2520 "ecdsa 0.17.0",
2521 "elliptic-curve 0.14.1",
2522 "primeorder 0.14.0",
2523 "sha2 0.11.0",
2524 "signature 3.0.0",
2525 "wnaf",
2526]
2527
2528[[package]]
2529name = "langtag"
2530version = "0.3.4"
2531source = "registry+https://github.com/rust-lang/crates.io-index"
2532checksum = "ed60c85f254d6ae8450cec15eedd921efbc4d1bdf6fcf6202b9a58b403f6f805"
2533dependencies = [
2534 "serde",
2535]
2536
2537[[package]]
2538name = "lazy_static"
2539version = "1.5.0"
2540source = "registry+https://github.com/rust-lang/crates.io-index"
2541checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
2542
2543[[package]]
2544name = "leb128fmt"
2545version = "0.1.0"
2546source = "registry+https://github.com/rust-lang/crates.io-index"
2547checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
2548
2549[[package]]
2550name = "libc"
2551version = "0.2.186"
2552source = "registry+https://github.com/rust-lang/crates.io-index"
2553checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
2554
2555[[package]]
2556name = "libm"
2557version = "0.2.16"
2558source = "registry+https://github.com/rust-lang/crates.io-index"
2559checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"
2560
2561[[package]]
2562name = "libredox"
2563version = "0.1.18"
2564source = "registry+https://github.com/rust-lang/crates.io-index"
2565checksum = "c943259e342f1e06ff2da7a83eabdfe7f92ce10262688dbf1895ff0b3e6e4652"
2566dependencies = [
2567 "libc",
2568]
2569
2570[[package]]
2571name = "libsqlite3-sys"
2572version = "0.30.1"
2573source = "registry+https://github.com/rust-lang/crates.io-index"
2574checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
2575dependencies = [
2576 "cc",
2577 "pkg-config",
2578 "vcpkg",
2579]
2580
2581[[package]]
2582name = "linux-raw-sys"
2583version = "0.12.1"
2584source = "registry+https://github.com/rust-lang/crates.io-index"
2585checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
2586
2587[[package]]
2588name = "litemap"
2589version = "0.8.2"
2590source = "registry+https://github.com/rust-lang/crates.io-index"
2591checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"
2592
2593[[package]]
2594name = "lock_api"
2595version = "0.4.14"
2596source = "registry+https://github.com/rust-lang/crates.io-index"
2597checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
2598dependencies = [
2599 "scopeguard",
2600]
2601
2602[[package]]
2603name = "log"
2604version = "0.4.33"
2605source = "registry+https://github.com/rust-lang/crates.io-index"
2606checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad"
2607
2608[[package]]
2609name = "lru"
2610version = "0.16.4"
2611source = "registry+https://github.com/rust-lang/crates.io-index"
2612checksum = "7f66e8d5d03f609abc3a39e6f08e4164ebf1447a732906d39eb9b99b7919ef39"
2613dependencies = [
2614 "hashbrown 0.16.1",
2615]
2616
2617[[package]]
2618name = "lua-src"
2619version = "550.1.1"
2620source = "registry+https://github.com/rust-lang/crates.io-index"
2621checksum = "75c110c2fa33f34e0de05448e1f3eb2e0631e7a69e2d8ae1586cffc9fc9f9949"
2622dependencies = [
2623 "cc",
2624]
2625
2626[[package]]
2627name = "luajit-src"
2628version = "210.7.2+b925b3e"
2629source = "registry+https://github.com/rust-lang/crates.io-index"
2630checksum = "920cf654b23d217c550ceea57c32cd2a413ea27b6d47ed77b5ee0cf655adefa6"
2631dependencies = [
2632 "cc",
2633 "which",
2634]
2635
2636[[package]]
2637name = "mach2"
2638version = "0.4.3"
2639source = "registry+https://github.com/rust-lang/crates.io-index"
2640checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
2641dependencies = [
2642 "libc",
2643]
2644
2645[[package]]
2646name = "match-lookup"
2647version = "0.1.2"
2648source = "registry+https://github.com/rust-lang/crates.io-index"
2649checksum = "757aee279b8bdbb9f9e676796fd459e4207a1f986e87886700abf589f5abf771"
2650dependencies = [
2651 "proc-macro2",
2652 "quote",
2653 "syn",
2654]
2655
2656[[package]]
2657name = "matchers"
2658version = "0.2.0"
2659source = "registry+https://github.com/rust-lang/crates.io-index"
2660checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
2661dependencies = [
2662 "regex-automata",
2663]
2664
2665[[package]]
2666name = "matchit"
2667version = "0.8.4"
2668source = "registry+https://github.com/rust-lang/crates.io-index"
2669checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
2670
2671[[package]]
2672name = "md-5"
2673version = "0.11.0"
2674source = "registry+https://github.com/rust-lang/crates.io-index"
2675checksum = "69b6441f590336821bb897fb28fc622898ccceb1d6cea3fde5ea86b090c4de98"
2676dependencies = [
2677 "cfg-if",
2678 "digest 0.11.3",
2679]
2680
2681[[package]]
2682name = "memchr"
2683version = "2.8.3"
2684source = "registry+https://github.com/rust-lang/crates.io-index"
2685checksum = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98"
2686
2687[[package]]
2688name = "memfd"
2689version = "0.6.5"
2690source = "registry+https://github.com/rust-lang/crates.io-index"
2691checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227"
2692dependencies = [
2693 "rustix",
2694]
2695
2696[[package]]
2697name = "mime"
2698version = "0.3.17"
2699source = "registry+https://github.com/rust-lang/crates.io-index"
2700checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
2701
2702[[package]]
2703name = "mime_guess"
2704version = "2.0.5"
2705source = "registry+https://github.com/rust-lang/crates.io-index"
2706checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
2707dependencies = [
2708 "mime",
2709 "unicase",
2710]
2711
2712[[package]]
2713name = "minimal-lexical"
2714version = "0.2.1"
2715source = "registry+https://github.com/rust-lang/crates.io-index"
2716checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2717
2718[[package]]
2719name = "miniz_oxide"
2720version = "0.8.9"
2721source = "registry+https://github.com/rust-lang/crates.io-index"
2722checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
2723dependencies = [
2724 "adler2",
2725 "simd-adler32",
2726]
2727
2728[[package]]
2729name = "mio"
2730version = "1.2.1"
2731source = "registry+https://github.com/rust-lang/crates.io-index"
2732checksum = "02bd0af71c67b473010cbbc60715ee815645a4dc942899111f494b4b737d6fda"
2733dependencies = [
2734 "libc",
2735 "wasi",
2736 "windows-sys 0.61.2",
2737]
2738
2739[[package]]
2740name = "mlua"
2741version = "0.12.0"
2742source = "registry+https://github.com/rust-lang/crates.io-index"
2743checksum = "ad72ffa037cf5970c9860674f32f703fda25d86cf217475fe7a79c5f9961bcaa"
2744dependencies = [
2745 "bstr",
2746 "either",
2747 "erased-serde",
2748 "futures-util",
2749 "libc",
2750 "mlua-sys",
2751 "num-traits",
2752 "parking_lot",
2753 "rustc-hash",
2754 "serde",
2755 "serde-value",
2756]
2757
2758[[package]]
2759name = "mlua-sys"
2760version = "0.11.0"
2761source = "registry+https://github.com/rust-lang/crates.io-index"
2762checksum = "92136787b906d4e55cfe96cd6c62e010bb1a56889d0d6cf83eb016dbad07576b"
2763dependencies = [
2764 "cc",
2765 "cfg-if",
2766 "libc",
2767 "lua-src",
2768 "luajit-src",
2769 "pkg-config",
2770]
2771
2772[[package]]
2773name = "moka"
2774version = "0.12.15"
2775source = "registry+https://github.com/rust-lang/crates.io-index"
2776checksum = "957228ad12042ee839f93c8f257b62b4c0ab5eaae1d4fa60de53b27c9d7c5046"
2777dependencies = [
2778 "async-lock",
2779 "crossbeam-channel",
2780 "crossbeam-epoch",
2781 "crossbeam-utils",
2782 "equivalent",
2783 "event-listener",
2784 "futures-util",
2785 "parking_lot",
2786 "portable-atomic",
2787 "smallvec",
2788 "tagptr",
2789 "uuid",
2790]
2791
2792[[package]]
2793name = "multer"
2794version = "3.1.0"
2795source = "registry+https://github.com/rust-lang/crates.io-index"
2796checksum = "83e87776546dc87511aa5ee218730c92b666d7264ab6ed41f9d215af9cd5224b"
2797dependencies = [
2798 "bytes",
2799 "encoding_rs",
2800 "futures-util",
2801 "http",
2802 "httparse",
2803 "memchr",
2804 "mime",
2805 "spin",
2806 "version_check",
2807]
2808
2809[[package]]
2810name = "multibase"
2811version = "0.9.3"
2812source = "registry+https://github.com/rust-lang/crates.io-index"
2813checksum = "7e0e4a371cbf1dfd666b658ba137763edb23c45beb43cfe369b5593cd6b437b6"
2814dependencies = [
2815 "base-x",
2816 "base256emoji",
2817 "base45",
2818 "data-encoding",
2819 "data-encoding-macro",
2820]
2821
2822[[package]]
2823name = "multihash"
2824version = "0.19.5"
2825source = "registry+https://github.com/rust-lang/crates.io-index"
2826checksum = "577c63b00ad74d57e8c9aa870b5fccebf2fd64a308a5aee9f1bb88e4aea19447"
2827dependencies = [
2828 "serde",
2829 "unsigned-varint",
2830]
2831
2832[[package]]
2833name = "native-tls"
2834version = "0.2.18"
2835source = "registry+https://github.com/rust-lang/crates.io-index"
2836checksum = "465500e14ea162429d264d44189adc38b199b62b1c21eea9f69e4b73cb03bbf2"
2837dependencies = [
2838 "libc",
2839 "log",
2840 "openssl",
2841 "openssl-probe",
2842 "openssl-sys",
2843 "schannel",
2844 "security-framework",
2845 "security-framework-sys",
2846 "tempfile",
2847]
2848
2849[[package]]
2850name = "ndk-context"
2851version = "0.1.1"
2852source = "registry+https://github.com/rust-lang/crates.io-index"
2853checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
2854
2855[[package]]
2856name = "nom"
2857version = "7.1.3"
2858source = "registry+https://github.com/rust-lang/crates.io-index"
2859checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
2860dependencies = [
2861 "memchr",
2862 "minimal-lexical",
2863]
2864
2865[[package]]
2866name = "nu-ansi-term"
2867version = "0.50.3"
2868source = "registry+https://github.com/rust-lang/crates.io-index"
2869checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
2870dependencies = [
2871 "windows-sys 0.61.2",
2872]
2873
2874[[package]]
2875name = "num-bigint"
2876version = "0.4.8"
2877source = "registry+https://github.com/rust-lang/crates.io-index"
2878checksum = "c89e69e7e0f03bea5ef08013795c25018e101932225a656383bd384495ecc367"
2879dependencies = [
2880 "num-integer",
2881 "num-traits",
2882]
2883
2884[[package]]
2885name = "num-conv"
2886version = "0.2.2"
2887source = "registry+https://github.com/rust-lang/crates.io-index"
2888checksum = "521739c6d2bac4aa25192232afe6841231376b2b26d4d9fae5ecf8ca5772e441"
2889
2890[[package]]
2891name = "num-integer"
2892version = "0.1.46"
2893source = "registry+https://github.com/rust-lang/crates.io-index"
2894checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
2895dependencies = [
2896 "num-traits",
2897]
2898
2899[[package]]
2900name = "num-traits"
2901version = "0.2.19"
2902source = "registry+https://github.com/rust-lang/crates.io-index"
2903checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
2904dependencies = [
2905 "autocfg",
2906]
2907
2908[[package]]
2909name = "num_cpus"
2910version = "1.17.0"
2911source = "registry+https://github.com/rust-lang/crates.io-index"
2912checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
2913dependencies = [
2914 "hermit-abi",
2915 "libc",
2916]
2917
2918[[package]]
2919name = "object"
2920version = "0.37.3"
2921source = "registry+https://github.com/rust-lang/crates.io-index"
2922checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
2923dependencies = [
2924 "crc32fast",
2925 "hashbrown 0.15.5",
2926 "indexmap",
2927 "memchr",
2928]
2929
2930[[package]]
2931name = "oid-registry"
2932version = "0.8.1"
2933source = "registry+https://github.com/rust-lang/crates.io-index"
2934checksum = "12f40cff3dde1b6087cc5d5f5d4d65712f34016a03ed60e9c08dcc392736b5b7"
2935dependencies = [
2936 "asn1-rs",
2937]
2938
2939[[package]]
2940name = "once_cell"
2941version = "1.21.4"
2942source = "registry+https://github.com/rust-lang/crates.io-index"
2943checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
2944dependencies = [
2945 "critical-section",
2946 "portable-atomic",
2947]
2948
2949[[package]]
2950name = "openssl"
2951version = "0.10.81"
2952source = "registry+https://github.com/rust-lang/crates.io-index"
2953checksum = "77823a27f0babb03091cb9ed9ef80af3b39dbc82f97e8fa530374b7dafd87a45"
2954dependencies = [
2955 "bitflags",
2956 "cfg-if",
2957 "foreign-types",
2958 "libc",
2959 "openssl-macros",
2960 "openssl-sys",
2961]
2962
2963[[package]]
2964name = "openssl-macros"
2965version = "0.1.1"
2966source = "registry+https://github.com/rust-lang/crates.io-index"
2967checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
2968dependencies = [
2969 "proc-macro2",
2970 "quote",
2971 "syn",
2972]
2973
2974[[package]]
2975name = "openssl-probe"
2976version = "0.2.1"
2977source = "registry+https://github.com/rust-lang/crates.io-index"
2978checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe"
2979
2980[[package]]
2981name = "openssl-sys"
2982version = "0.9.117"
2983source = "registry+https://github.com/rust-lang/crates.io-index"
2984checksum = "b47e7e6bb2c38cd930d25a23b40fa52e068c10e85f3e03a7f5ba5aaca5713695"
2985dependencies = [
2986 "cc",
2987 "libc",
2988 "pkg-config",
2989 "vcpkg",
2990]
2991
2992[[package]]
2993name = "ordered-float"
2994version = "2.10.1"
2995source = "registry+https://github.com/rust-lang/crates.io-index"
2996checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
2997dependencies = [
2998 "num-traits",
2999]
3000
3001[[package]]
3002name = "p256"
3003version = "0.13.2"
3004source = "registry+https://github.com/rust-lang/crates.io-index"
3005checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b"
3006dependencies = [
3007 "ecdsa 0.16.9",
3008 "elliptic-curve 0.13.8",
3009 "primeorder 0.13.6",
3010 "sha2 0.10.9",
3011]
3012
3013[[package]]
3014name = "p256"
3015version = "0.14.0"
3016source = "registry+https://github.com/rust-lang/crates.io-index"
3017checksum = "d2c9239b2dbc807adbbe147e8cf72ea7450c3a0aabe62cb8e75ff4ec22e1f72a"
3018dependencies = [
3019 "ecdsa 0.17.0",
3020 "elliptic-curve 0.14.1",
3021 "primefield",
3022 "primeorder 0.14.0",
3023 "sha2 0.11.0",
3024]
3025
3026[[package]]
3027name = "parking"
3028version = "2.2.1"
3029source = "registry+https://github.com/rust-lang/crates.io-index"
3030checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
3031
3032[[package]]
3033name = "parking_lot"
3034version = "0.12.5"
3035source = "registry+https://github.com/rust-lang/crates.io-index"
3036checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
3037dependencies = [
3038 "lock_api",
3039 "parking_lot_core",
3040]
3041
3042[[package]]
3043name = "parking_lot_core"
3044version = "0.9.12"
3045source = "registry+https://github.com/rust-lang/crates.io-index"
3046checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
3047dependencies = [
3048 "cfg-if",
3049 "libc",
3050 "redox_syscall",
3051 "smallvec",
3052 "windows-link",
3053]
3054
3055[[package]]
3056name = "pem"
3057version = "3.0.6"
3058source = "registry+https://github.com/rust-lang/crates.io-index"
3059checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
3060dependencies = [
3061 "base64",
3062 "serde_core",
3063]
3064
3065[[package]]
3066name = "pem-rfc7468"
3067version = "1.0.0"
3068source = "registry+https://github.com/rust-lang/crates.io-index"
3069checksum = "a6305423e0e7738146434843d1694d621cce767262b2a86910beab705e4493d9"
3070dependencies = [
3071 "base64ct",
3072]
3073
3074[[package]]
3075name = "percent-encoding"
3076version = "2.3.2"
3077source = "registry+https://github.com/rust-lang/crates.io-index"
3078checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
3079
3080[[package]]
3081name = "pin-project-lite"
3082version = "0.2.17"
3083source = "registry+https://github.com/rust-lang/crates.io-index"
3084checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
3085
3086[[package]]
3087name = "pkcs8"
3088version = "0.11.0"
3089source = "registry+https://github.com/rust-lang/crates.io-index"
3090checksum = "451913da69c775a56034ea8d9003d27ee8948e12443eae7c038ba100a4f21cb7"
3091dependencies = [
3092 "der 0.8.0",
3093 "spki",
3094]
3095
3096[[package]]
3097name = "pkg-config"
3098version = "0.3.33"
3099source = "registry+https://github.com/rust-lang/crates.io-index"
3100checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e"
3101
3102[[package]]
3103name = "polyval"
3104version = "0.7.1"
3105source = "registry+https://github.com/rust-lang/crates.io-index"
3106checksum = "7dfc63250416fea14f5749b90725916a6c903f599d51cb635aa7a52bfd03eede"
3107dependencies = [
3108 "cpubits",
3109 "cpufeatures 0.3.0",
3110 "universal-hash",
3111]
3112
3113[[package]]
3114name = "portable-atomic"
3115version = "1.13.1"
3116source = "registry+https://github.com/rust-lang/crates.io-index"
3117checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
3118
3119[[package]]
3120name = "postcard"
3121version = "1.1.3"
3122source = "registry+https://github.com/rust-lang/crates.io-index"
3123checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
3124dependencies = [
3125 "cobs",
3126 "embedded-io 0.4.0",
3127 "embedded-io 0.6.1",
3128 "serde",
3129]
3130
3131[[package]]
3132name = "potential_utf"
3133version = "0.1.5"
3134source = "registry+https://github.com/rust-lang/crates.io-index"
3135checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564"
3136dependencies = [
3137 "zerovec",
3138]
3139
3140[[package]]
3141name = "powerfmt"
3142version = "0.2.0"
3143source = "registry+https://github.com/rust-lang/crates.io-index"
3144checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
3145
3146[[package]]
3147name = "ppv-lite86"
3148version = "0.2.21"
3149source = "registry+https://github.com/rust-lang/crates.io-index"
3150checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
3151dependencies = [
3152 "zerocopy",
3153]
3154
3155[[package]]
3156name = "prefix-trie"
3157version = "0.8.4"
3158source = "registry+https://github.com/rust-lang/crates.io-index"
3159checksum = "4cf6e3177f0684016a5c209b00882e15f8bdd3f3bb48f0491df10cd102d0c6e7"
3160dependencies = [
3161 "either",
3162 "ipnet",
3163 "num-traits",
3164]
3165
3166[[package]]
3167name = "primefield"
3168version = "0.14.0"
3169source = "registry+https://github.com/rust-lang/crates.io-index"
3170checksum = "c555a6e4eb7d4e158fcb028c835c3b8642206ddc279b5c6b202ef9a8bdb592f4"
3171dependencies = [
3172 "crypto-bigint 0.7.5",
3173 "crypto-common 0.2.2",
3174 "ff 0.14.0",
3175 "rand_core 0.10.1",
3176 "subtle",
3177 "zeroize",
3178]
3179
3180[[package]]
3181name = "primeorder"
3182version = "0.13.6"
3183source = "registry+https://github.com/rust-lang/crates.io-index"
3184checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6"
3185dependencies = [
3186 "elliptic-curve 0.13.8",
3187]
3188
3189[[package]]
3190name = "primeorder"
3191version = "0.14.0"
3192source = "registry+https://github.com/rust-lang/crates.io-index"
3193checksum = "5c9f42978c78a00e3d68f69fc03e57a234debae69da4020a4fb588fcdcd07b06"
3194dependencies = [
3195 "elliptic-curve 0.14.1",
3196 "once_cell",
3197 "primefield",
3198 "serdect",
3199 "wnaf",
3200]
3201
3202[[package]]
3203name = "proc-macro2"
3204version = "1.0.106"
3205source = "registry+https://github.com/rust-lang/crates.io-index"
3206checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
3207dependencies = [
3208 "unicode-ident",
3209]
3210
3211[[package]]
3212name = "psm"
3213version = "0.1.31"
3214source = "registry+https://github.com/rust-lang/crates.io-index"
3215checksum = "645dbe486e346d9b5de3ef16ede18c26e6c70ad97418f4874b8b1889d6e761ea"
3216dependencies = [
3217 "ar_archive_writer",
3218 "cc",
3219]
3220
3221[[package]]
3222name = "pulley-interpreter"
3223version = "36.0.12"
3224source = "registry+https://github.com/rust-lang/crates.io-index"
3225checksum = "558181096e0df4984f45cfc3a7087052df4a61c36089b135a08ceca9cbd352fb"
3226dependencies = [
3227 "cranelift-bitset",
3228 "log",
3229 "pulley-macros",
3230 "wasmtime-internal-math",
3231]
3232
3233[[package]]
3234name = "pulley-macros"
3235version = "36.0.12"
3236source = "registry+https://github.com/rust-lang/crates.io-index"
3237checksum = "b5d52e2f14e168d75cdabe9bd5fb1ff18a1b119dc6699684aee895dbc3524da9"
3238dependencies = [
3239 "proc-macro2",
3240 "quote",
3241 "syn",
3242]
3243
3244[[package]]
3245name = "quote"
3246version = "1.0.46"
3247source = "registry+https://github.com/rust-lang/crates.io-index"
3248checksum = "dfbc457d0c7a0759a614551b11a6409e5951f6c7537be1f1b7682b9ae9230368"
3249dependencies = [
3250 "proc-macro2",
3251]
3252
3253[[package]]
3254name = "r-efi"
3255version = "5.3.0"
3256source = "registry+https://github.com/rust-lang/crates.io-index"
3257checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
3258
3259[[package]]
3260name = "r-efi"
3261version = "6.0.0"
3262source = "registry+https://github.com/rust-lang/crates.io-index"
3263checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
3264
3265[[package]]
3266name = "rand"
3267version = "0.8.6"
3268source = "registry+https://github.com/rust-lang/crates.io-index"
3269checksum = "5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a"
3270dependencies = [
3271 "libc",
3272 "rand_chacha 0.3.1",
3273 "rand_core 0.6.4",
3274]
3275
3276[[package]]
3277name = "rand"
3278version = "0.9.4"
3279source = "registry+https://github.com/rust-lang/crates.io-index"
3280checksum = "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea"
3281dependencies = [
3282 "rand_chacha 0.9.0",
3283 "rand_core 0.9.5",
3284]
3285
3286[[package]]
3287name = "rand"
3288version = "0.10.2"
3289source = "registry+https://github.com/rust-lang/crates.io-index"
3290checksum = "c7f5fa3a058cd35567ef9bfa5e75732bee0f9e4c55fa90477bef2dfcdbc4be80"
3291dependencies = [
3292 "chacha20",
3293 "getrandom 0.4.3",
3294 "rand_core 0.10.1",
3295]
3296
3297[[package]]
3298name = "rand_chacha"
3299version = "0.3.1"
3300source = "registry+https://github.com/rust-lang/crates.io-index"
3301checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
3302dependencies = [
3303 "ppv-lite86",
3304 "rand_core 0.6.4",
3305]
3306
3307[[package]]
3308name = "rand_chacha"
3309version = "0.9.0"
3310source = "registry+https://github.com/rust-lang/crates.io-index"
3311checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
3312dependencies = [
3313 "ppv-lite86",
3314 "rand_core 0.9.5",
3315]
3316
3317[[package]]
3318name = "rand_core"
3319version = "0.6.4"
3320source = "registry+https://github.com/rust-lang/crates.io-index"
3321checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
3322dependencies = [
3323 "getrandom 0.2.17",
3324]
3325
3326[[package]]
3327name = "rand_core"
3328version = "0.9.5"
3329source = "registry+https://github.com/rust-lang/crates.io-index"
3330checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
3331dependencies = [
3332 "getrandom 0.3.4",
3333]
3334
3335[[package]]
3336name = "rand_core"
3337version = "0.10.1"
3338source = "registry+https://github.com/rust-lang/crates.io-index"
3339checksum = "63b8176103e19a2643978565ca18b50549f6101881c443590420e4dc998a3c69"
3340
3341[[package]]
3342name = "rayon"
3343version = "1.12.0"
3344source = "registry+https://github.com/rust-lang/crates.io-index"
3345checksum = "fb39b166781f92d482534ef4b4b1b2568f42613b53e5b6c160e24cfbfa30926d"
3346dependencies = [
3347 "either",
3348 "rayon-core",
3349]
3350
3351[[package]]
3352name = "rayon-core"
3353version = "1.13.0"
3354source = "registry+https://github.com/rust-lang/crates.io-index"
3355checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
3356dependencies = [
3357 "crossbeam-deque",
3358 "crossbeam-utils",
3359]
3360
3361[[package]]
3362name = "rcgen"
3363version = "0.14.8"
3364source = "registry+https://github.com/rust-lang/crates.io-index"
3365checksum = "57f6d249aad744e274e682777a50283a225a32705394ee6d5fcc01efa25e4055"
3366dependencies = [
3367 "pem",
3368 "ring",
3369 "rustls-pki-types",
3370 "time",
3371 "x509-parser",
3372 "yasna",
3373]
3374
3375[[package]]
3376name = "recursive"
3377version = "0.1.1"
3378source = "registry+https://github.com/rust-lang/crates.io-index"
3379checksum = "0786a43debb760f491b1bc0269fe5e84155353c67482b9e60d0cfb596054b43e"
3380dependencies = [
3381 "recursive-proc-macro-impl",
3382 "stacker",
3383]
3384
3385[[package]]
3386name = "recursive-proc-macro-impl"
3387version = "0.1.1"
3388source = "registry+https://github.com/rust-lang/crates.io-index"
3389checksum = "76009fbe0614077fc1a2ce255e3a1881a2e3a3527097d5dc6d8212c585e7e38b"
3390dependencies = [
3391 "quote",
3392 "syn",
3393]
3394
3395[[package]]
3396name = "redox_syscall"
3397version = "0.5.18"
3398source = "registry+https://github.com/rust-lang/crates.io-index"
3399checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
3400dependencies = [
3401 "bitflags",
3402]
3403
3404[[package]]
3405name = "redox_users"
3406version = "0.4.6"
3407source = "registry+https://github.com/rust-lang/crates.io-index"
3408checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
3409dependencies = [
3410 "getrandom 0.2.17",
3411 "libredox",
3412 "thiserror 1.0.69",
3413]
3414
3415[[package]]
3416name = "regalloc2"
3417version = "0.12.2"
3418source = "registry+https://github.com/rust-lang/crates.io-index"
3419checksum = "5216b1837de2149f8bc8e6d5f88a9326b63b8c836ed58ce4a0a29ec736a59734"
3420dependencies = [
3421 "allocator-api2",
3422 "bumpalo",
3423 "hashbrown 0.15.5",
3424 "log",
3425 "rustc-hash",
3426 "smallvec",
3427]
3428
3429[[package]]
3430name = "regex"
3431version = "1.12.4"
3432source = "registry+https://github.com/rust-lang/crates.io-index"
3433checksum = "f1292b7759ae1cb9ec195452d1390a074f0cd8541ab7a5a8c31cd6db45d4a6ba"
3434dependencies = [
3435 "aho-corasick",
3436 "memchr",
3437 "regex-automata",
3438 "regex-syntax",
3439]
3440
3441[[package]]
3442name = "regex-automata"
3443version = "0.4.14"
3444source = "registry+https://github.com/rust-lang/crates.io-index"
3445checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
3446dependencies = [
3447 "aho-corasick",
3448 "memchr",
3449 "regex-syntax",
3450]
3451
3452[[package]]
3453name = "regex-syntax"
3454version = "0.8.11"
3455source = "registry+https://github.com/rust-lang/crates.io-index"
3456checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4"
3457
3458[[package]]
3459name = "reqwest"
3460version = "0.12.28"
3461source = "registry+https://github.com/rust-lang/crates.io-index"
3462checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147"
3463dependencies = [
3464 "base64",
3465 "bytes",
3466 "encoding_rs",
3467 "futures-core",
3468 "h2",
3469 "http",
3470 "http-body",
3471 "http-body-util",
3472 "hyper",
3473 "hyper-rustls",
3474 "hyper-tls",
3475 "hyper-util",
3476 "js-sys",
3477 "log",
3478 "mime",
3479 "native-tls",
3480 "percent-encoding",
3481 "pin-project-lite",
3482 "rustls-pki-types",
3483 "serde",
3484 "serde_json",
3485 "serde_urlencoded",
3486 "sync_wrapper",
3487 "tokio",
3488 "tokio-native-tls",
3489 "tower",
3490 "tower-http 0.6.11",
3491 "tower-service",
3492 "url",
3493 "wasm-bindgen",
3494 "wasm-bindgen-futures",
3495 "web-sys",
3496]
3497
3498[[package]]
3499name = "resolv-conf"
3500version = "0.7.6"
3501source = "registry+https://github.com/rust-lang/crates.io-index"
3502checksum = "1e061d1b48cb8d38042de4ae0a7a6401009d6143dc80d2e2d6f31f0bdd6470c7"
3503
3504[[package]]
3505name = "rfc6979"
3506version = "0.4.0"
3507source = "registry+https://github.com/rust-lang/crates.io-index"
3508checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"
3509dependencies = [
3510 "hmac 0.12.1",
3511 "subtle",
3512]
3513
3514[[package]]
3515name = "rfc6979"
3516version = "0.6.0"
3517source = "registry+https://github.com/rust-lang/crates.io-index"
3518checksum = "b4a459cddafb3fe76b31fd8f1108007566c40301feb64dc7b54656eb7388172b"
3519dependencies = [
3520 "crypto-bigint 0.7.5",
3521 "hmac 0.13.0",
3522]
3523
3524[[package]]
3525name = "ring"
3526version = "0.17.14"
3527source = "registry+https://github.com/rust-lang/crates.io-index"
3528checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
3529dependencies = [
3530 "cc",
3531 "cfg-if",
3532 "getrandom 0.2.17",
3533 "libc",
3534 "untrusted",
3535 "windows-sys 0.52.0",
3536]
3537
3538[[package]]
3539name = "rustc-demangle"
3540version = "0.1.28"
3541source = "registry+https://github.com/rust-lang/crates.io-index"
3542checksum = "b74b56ffa8bb2830709a538c2cbcae9aa062db0d2a42563bfb09bdaae44020eb"
3543
3544[[package]]
3545name = "rustc-hash"
3546version = "2.1.3"
3547source = "registry+https://github.com/rust-lang/crates.io-index"
3548checksum = "6b1e7f9a428571be2dc5bc0505c13fb6bf936822b894ec87abf8a08a4e51742d"
3549
3550[[package]]
3551name = "rustc_version"
3552version = "0.4.1"
3553source = "registry+https://github.com/rust-lang/crates.io-index"
3554checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
3555dependencies = [
3556 "semver",
3557]
3558
3559[[package]]
3560name = "rusticata-macros"
3561version = "4.1.0"
3562source = "registry+https://github.com/rust-lang/crates.io-index"
3563checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632"
3564dependencies = [
3565 "nom",
3566]
3567
3568[[package]]
3569name = "rustix"
3570version = "1.1.4"
3571source = "registry+https://github.com/rust-lang/crates.io-index"
3572checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
3573dependencies = [
3574 "bitflags",
3575 "errno",
3576 "libc",
3577 "linux-raw-sys",
3578 "windows-sys 0.61.2",
3579]
3580
3581[[package]]
3582name = "rustls"
3583version = "0.23.41"
3584source = "registry+https://github.com/rust-lang/crates.io-index"
3585checksum = "6b92b125634d9b795e7beca796cc790df15a7fb38323bf3196fda83292d06b1f"
3586dependencies = [
3587 "aws-lc-rs",
3588 "log",
3589 "once_cell",
3590 "ring",
3591 "rustls-pki-types",
3592 "rustls-webpki",
3593 "subtle",
3594 "zeroize",
3595]
3596
3597[[package]]
3598name = "rustls-pki-types"
3599version = "1.15.0"
3600source = "registry+https://github.com/rust-lang/crates.io-index"
3601checksum = "764899a24af3980067ee14bc143654f297b22eaebfe3c7b6b211920a5a59b046"
3602dependencies = [
3603 "zeroize",
3604]
3605
3606[[package]]
3607name = "rustls-webpki"
3608version = "0.103.13"
3609source = "registry+https://github.com/rust-lang/crates.io-index"
3610checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e"
3611dependencies = [
3612 "aws-lc-rs",
3613 "ring",
3614 "rustls-pki-types",
3615 "untrusted",
3616]
3617
3618[[package]]
3619name = "rustversion"
3620version = "1.0.23"
3621source = "registry+https://github.com/rust-lang/crates.io-index"
3622checksum = "cf54715a573b99ac80df0bc206da022bcd442c974952c7b9720069370852e21f"
3623
3624[[package]]
3625name = "ryu"
3626version = "1.0.23"
3627source = "registry+https://github.com/rust-lang/crates.io-index"
3628checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
3629
3630[[package]]
3631name = "same-file"
3632version = "1.0.6"
3633source = "registry+https://github.com/rust-lang/crates.io-index"
3634checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
3635dependencies = [
3636 "winapi-util",
3637]
3638
3639[[package]]
3640name = "schannel"
3641version = "0.1.29"
3642source = "registry+https://github.com/rust-lang/crates.io-index"
3643checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939"
3644dependencies = [
3645 "windows-sys 0.61.2",
3646]
3647
3648[[package]]
3649name = "scopeguard"
3650version = "1.2.0"
3651source = "registry+https://github.com/rust-lang/crates.io-index"
3652checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
3653
3654[[package]]
3655name = "sec1"
3656version = "0.7.3"
3657source = "registry+https://github.com/rust-lang/crates.io-index"
3658checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc"
3659dependencies = [
3660 "base16ct 0.2.0",
3661 "der 0.7.10",
3662 "generic-array",
3663 "subtle",
3664 "zeroize",
3665]
3666
3667[[package]]
3668name = "sec1"
3669version = "0.8.1"
3670source = "registry+https://github.com/rust-lang/crates.io-index"
3671checksum = "d56d437c2f19203ce5f7122e507831de96f3d2d4d3be5af44a0b0a09d8a80e4d"
3672dependencies = [
3673 "base16ct 1.0.0",
3674 "ctutils",
3675 "der 0.8.0",
3676 "hybrid-array",
3677 "subtle",
3678 "zeroize",
3679]
3680
3681[[package]]
3682name = "security-framework"
3683version = "3.7.0"
3684source = "registry+https://github.com/rust-lang/crates.io-index"
3685checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d"
3686dependencies = [
3687 "bitflags",
3688 "core-foundation 0.10.1",
3689 "core-foundation-sys",
3690 "libc",
3691 "security-framework-sys",
3692]
3693
3694[[package]]
3695name = "security-framework-sys"
3696version = "2.17.0"
3697source = "registry+https://github.com/rust-lang/crates.io-index"
3698checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3"
3699dependencies = [
3700 "core-foundation-sys",
3701 "libc",
3702]
3703
3704[[package]]
3705name = "semver"
3706version = "1.0.28"
3707source = "registry+https://github.com/rust-lang/crates.io-index"
3708checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
3709dependencies = [
3710 "serde",
3711 "serde_core",
3712]
3713
3714[[package]]
3715name = "serde"
3716version = "1.0.228"
3717source = "registry+https://github.com/rust-lang/crates.io-index"
3718checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
3719dependencies = [
3720 "serde_core",
3721 "serde_derive",
3722]
3723
3724[[package]]
3725name = "serde-value"
3726version = "0.7.0"
3727source = "registry+https://github.com/rust-lang/crates.io-index"
3728checksum = "f3a1a3341211875ef120e117ea7fd5228530ae7e7036a779fdc9117be6b3282c"
3729dependencies = [
3730 "ordered-float",
3731 "serde",
3732]
3733
3734[[package]]
3735name = "serde_bytes"
3736version = "0.11.19"
3737source = "registry+https://github.com/rust-lang/crates.io-index"
3738checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
3739dependencies = [
3740 "serde",
3741 "serde_core",
3742]
3743
3744[[package]]
3745name = "serde_core"
3746version = "1.0.228"
3747source = "registry+https://github.com/rust-lang/crates.io-index"
3748checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
3749dependencies = [
3750 "serde_derive",
3751]
3752
3753[[package]]
3754name = "serde_derive"
3755version = "1.0.228"
3756source = "registry+https://github.com/rust-lang/crates.io-index"
3757checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
3758dependencies = [
3759 "proc-macro2",
3760 "quote",
3761 "syn",
3762]
3763
3764[[package]]
3765name = "serde_html_form"
3766version = "0.2.8"
3767source = "registry+https://github.com/rust-lang/crates.io-index"
3768checksum = "b2f2d7ff8a2140333718bb329f5c40fc5f0865b84c426183ce14c97d2ab8154f"
3769dependencies = [
3770 "form_urlencoded",
3771 "indexmap",
3772 "itoa",
3773 "ryu",
3774 "serde_core",
3775]
3776
3777[[package]]
3778name = "serde_ipld_dagcbor"
3779version = "0.6.4"
3780source = "registry+https://github.com/rust-lang/crates.io-index"
3781checksum = "46182f4f08349a02b45c998ba3215d3f9de826246ba02bb9dddfe9a2a2100778"
3782dependencies = [
3783 "cbor4ii",
3784 "ipld-core",
3785 "scopeguard",
3786 "serde",
3787]
3788
3789[[package]]
3790name = "serde_json"
3791version = "1.0.150"
3792source = "registry+https://github.com/rust-lang/crates.io-index"
3793checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9"
3794dependencies = [
3795 "itoa",
3796 "memchr",
3797 "serde",
3798 "serde_core",
3799 "zmij",
3800]
3801
3802[[package]]
3803name = "serde_path_to_error"
3804version = "0.1.20"
3805source = "registry+https://github.com/rust-lang/crates.io-index"
3806checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
3807dependencies = [
3808 "itoa",
3809 "serde",
3810 "serde_core",
3811]
3812
3813[[package]]
3814name = "serde_spanned"
3815version = "0.6.9"
3816source = "registry+https://github.com/rust-lang/crates.io-index"
3817checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
3818dependencies = [
3819 "serde",
3820]
3821
3822[[package]]
3823name = "serde_urlencoded"
3824version = "0.7.1"
3825source = "registry+https://github.com/rust-lang/crates.io-index"
3826checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
3827dependencies = [
3828 "form_urlencoded",
3829 "itoa",
3830 "ryu",
3831 "serde",
3832]
3833
3834[[package]]
3835name = "serdect"
3836version = "0.4.3"
3837source = "registry+https://github.com/rust-lang/crates.io-index"
3838checksum = "66cf8fedced2fcf12406bcb34223dffb92eaf34908ede12fed414c82b7f00b3e"
3839dependencies = [
3840 "base16ct 1.0.0",
3841 "serde",
3842]
3843
3844[[package]]
3845name = "serial_test"
3846version = "3.5.0"
3847source = "registry+https://github.com/rust-lang/crates.io-index"
3848checksum = "699f4197115b8a7e7ff19c9a315a4bd6fffec26cc4626ef45ecaea389e081c6d"
3849dependencies = [
3850 "futures-executor",
3851 "futures-util",
3852 "log",
3853 "once_cell",
3854 "parking_lot",
3855 "serial_test_derive",
3856]
3857
3858[[package]]
3859name = "serial_test_derive"
3860version = "3.5.0"
3861source = "registry+https://github.com/rust-lang/crates.io-index"
3862checksum = "94e153fc76e1c6a068703d6d29c508a0b15c061c4b7e43da59cc097bc342673c"
3863dependencies = [
3864 "proc-macro2",
3865 "quote",
3866 "syn",
3867]
3868
3869[[package]]
3870name = "sha1"
3871version = "0.10.6"
3872source = "registry+https://github.com/rust-lang/crates.io-index"
3873checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
3874dependencies = [
3875 "cfg-if",
3876 "cpufeatures 0.2.17",
3877 "digest 0.10.7",
3878]
3879
3880[[package]]
3881name = "sha1"
3882version = "0.11.0"
3883source = "registry+https://github.com/rust-lang/crates.io-index"
3884checksum = "aacc4cc499359472b4abe1bf11d0b12e688af9a805fa5e3016f9a386dc2d0214"
3885dependencies = [
3886 "cfg-if",
3887 "cpufeatures 0.3.0",
3888 "digest 0.11.3",
3889]
3890
3891[[package]]
3892name = "sha2"
3893version = "0.10.9"
3894source = "registry+https://github.com/rust-lang/crates.io-index"
3895checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
3896dependencies = [
3897 "cfg-if",
3898 "cpufeatures 0.2.17",
3899 "digest 0.10.7",
3900]
3901
3902[[package]]
3903name = "sha2"
3904version = "0.11.0"
3905source = "registry+https://github.com/rust-lang/crates.io-index"
3906checksum = "446ba717509524cb3f22f17ecc096f10f4822d76ab5c0b9822c5f9c284e825f4"
3907dependencies = [
3908 "cfg-if",
3909 "cpufeatures 0.3.0",
3910 "digest 0.11.3",
3911]
3912
3913[[package]]
3914name = "sharded-slab"
3915version = "0.1.7"
3916source = "registry+https://github.com/rust-lang/crates.io-index"
3917checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
3918dependencies = [
3919 "lazy_static",
3920]
3921
3922[[package]]
3923name = "shlex"
3924version = "2.0.1"
3925source = "registry+https://github.com/rust-lang/crates.io-index"
3926checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
3927
3928[[package]]
3929name = "signal-hook-registry"
3930version = "1.4.8"
3931source = "registry+https://github.com/rust-lang/crates.io-index"
3932checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
3933dependencies = [
3934 "errno",
3935 "libc",
3936]
3937
3938[[package]]
3939name = "signature"
3940version = "2.2.0"
3941source = "registry+https://github.com/rust-lang/crates.io-index"
3942checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
3943dependencies = [
3944 "digest 0.10.7",
3945 "rand_core 0.6.4",
3946]
3947
3948[[package]]
3949name = "signature"
3950version = "3.0.0"
3951source = "registry+https://github.com/rust-lang/crates.io-index"
3952checksum = "28d567dcbaf0049cb8ac2608a76cd95ff9e4412e1899d389ee400918ca7537f5"
3953dependencies = [
3954 "digest 0.11.3",
3955 "rand_core 0.10.1",
3956]
3957
3958[[package]]
3959name = "simd-adler32"
3960version = "0.3.9"
3961source = "registry+https://github.com/rust-lang/crates.io-index"
3962checksum = "703d5c7ef118737c72f1af64ad2f6f8c5e1921f818cdcb97b8fe6fc69bf66214"
3963
3964[[package]]
3965name = "simd_cesu8"
3966version = "1.1.1"
3967source = "registry+https://github.com/rust-lang/crates.io-index"
3968checksum = "94f90157bb87cddf702797c5dadfa0be7d266cdf49e22da2fcaa32eff75b2c33"
3969dependencies = [
3970 "rustc_version",
3971 "simdutf8",
3972]
3973
3974[[package]]
3975name = "simdutf8"
3976version = "0.1.5"
3977source = "registry+https://github.com/rust-lang/crates.io-index"
3978checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
3979
3980[[package]]
3981name = "simple_asn1"
3982version = "0.6.4"
3983source = "registry+https://github.com/rust-lang/crates.io-index"
3984checksum = "0d585997b0ac10be3c5ee635f1bab02d512760d14b7c468801ac8a01d9ae5f1d"
3985dependencies = [
3986 "num-bigint",
3987 "num-traits",
3988 "thiserror 2.0.18",
3989 "time",
3990]
3991
3992[[package]]
3993name = "slab"
3994version = "0.4.12"
3995source = "registry+https://github.com/rust-lang/crates.io-index"
3996checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
3997
3998[[package]]
3999name = "smallvec"
4000version = "1.15.2"
4001source = "registry+https://github.com/rust-lang/crates.io-index"
4002checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90"
4003dependencies = [
4004 "serde",
4005]
4006
4007[[package]]
4008name = "socket2"
4009version = "0.6.4"
4010source = "registry+https://github.com/rust-lang/crates.io-index"
4011checksum = "52d1cfed4120b4d927bf7c0f86d2087a4a7d6027c906d9f9d525a80573b9be51"
4012dependencies = [
4013 "libc",
4014 "windows-sys 0.61.2",
4015]
4016
4017[[package]]
4018name = "spin"
4019version = "0.9.8"
4020source = "registry+https://github.com/rust-lang/crates.io-index"
4021checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
4022dependencies = [
4023 "lock_api",
4024]
4025
4026[[package]]
4027name = "spki"
4028version = "0.8.0"
4029source = "registry+https://github.com/rust-lang/crates.io-index"
4030checksum = "1d9efca8738c78ee9484207732f728b1ef517bbb1833d6fc0879ca898a522f6f"
4031dependencies = [
4032 "base64ct",
4033 "der 0.8.0",
4034]
4035
4036[[package]]
4037name = "sqlparser"
4038version = "0.62.0"
4039source = "registry+https://github.com/rust-lang/crates.io-index"
4040checksum = "13c6d1b651dc4edf07eead2a0c6c78016ce971bc2c10da5266861b13f25e7cec"
4041dependencies = [
4042 "log",
4043 "recursive",
4044]
4045
4046[[package]]
4047name = "sqlx"
4048version = "0.9.0"
4049source = "registry+https://github.com/rust-lang/crates.io-index"
4050checksum = "378620ccc25c62c89d8be1c819e76a88d59bdcc3304733330788948e619bfd71"
4051dependencies = [
4052 "sqlx-core",
4053 "sqlx-macros",
4054 "sqlx-mysql",
4055 "sqlx-postgres",
4056 "sqlx-sqlite",
4057]
4058
4059[[package]]
4060name = "sqlx-core"
4061version = "0.9.0"
4062source = "registry+https://github.com/rust-lang/crates.io-index"
4063checksum = "05b44e85bf579a8eeb4ceaa77a3a523baf2bf0e9bac7e40f405d537b5d2d5ccb"
4064dependencies = [
4065 "base64",
4066 "bytes",
4067 "cfg-if",
4068 "chrono",
4069 "crc",
4070 "crossbeam-queue",
4071 "either",
4072 "event-listener",
4073 "futures-core",
4074 "futures-intrusive",
4075 "futures-io",
4076 "futures-util",
4077 "hashbrown 0.16.1",
4078 "hashlink",
4079 "indexmap",
4080 "log",
4081 "memchr",
4082 "percent-encoding",
4083 "rustls",
4084 "serde",
4085 "serde_json",
4086 "sha2 0.10.9",
4087 "smallvec",
4088 "thiserror 2.0.18",
4089 "tokio",
4090 "tokio-stream",
4091 "tracing",
4092 "url",
4093 "webpki-roots 1.0.8",
4094]
4095
4096[[package]]
4097name = "sqlx-macros"
4098version = "0.9.0"
4099source = "registry+https://github.com/rust-lang/crates.io-index"
4100checksum = "bd2b84f2bc39a5705ef27ec785a11c934a41bbd4a24941e257927cddc26b60bf"
4101dependencies = [
4102 "proc-macro2",
4103 "quote",
4104 "sqlx-core",
4105 "sqlx-macros-core",
4106 "syn",
4107]
4108
4109[[package]]
4110name = "sqlx-macros-core"
4111version = "0.9.0"
4112source = "registry+https://github.com/rust-lang/crates.io-index"
4113checksum = "fb8d96de5fdc85a5c4ec813432b523ec637e80ba98f046555f75f7908ddac7c3"
4114dependencies = [
4115 "cfg-if",
4116 "dotenvy",
4117 "either",
4118 "heck",
4119 "hex",
4120 "proc-macro2",
4121 "quote",
4122 "serde",
4123 "serde_json",
4124 "sha2 0.10.9",
4125 "sqlx-core",
4126 "sqlx-mysql",
4127 "sqlx-postgres",
4128 "sqlx-sqlite",
4129 "syn",
4130 "thiserror 2.0.18",
4131 "tokio",
4132 "url",
4133]
4134
4135[[package]]
4136name = "sqlx-mysql"
4137version = "0.9.0"
4138source = "registry+https://github.com/rust-lang/crates.io-index"
4139checksum = "90b8020fe17c5f2c245bfa2505d7ef59c5604839527c740266ad2214acebea27"
4140dependencies = [
4141 "bitflags",
4142 "byteorder",
4143 "bytes",
4144 "chrono",
4145 "crc",
4146 "digest 0.11.3",
4147 "dotenvy",
4148 "either",
4149 "futures-core",
4150 "futures-util",
4151 "generic-array",
4152 "log",
4153 "percent-encoding",
4154 "serde",
4155 "sha1 0.11.0",
4156 "sha2 0.11.0",
4157 "sqlx-core",
4158 "thiserror 2.0.18",
4159 "tracing",
4160]
4161
4162[[package]]
4163name = "sqlx-postgres"
4164version = "0.9.0"
4165source = "registry+https://github.com/rust-lang/crates.io-index"
4166checksum = "87a2bdd6e83f6b3ea525ca9fee568030508b58355a43d0b2c1674d5f79dcd65e"
4167dependencies = [
4168 "atoi",
4169 "base64",
4170 "bitflags",
4171 "byteorder",
4172 "chrono",
4173 "crc",
4174 "dotenvy",
4175 "etcetera",
4176 "futures-channel",
4177 "futures-core",
4178 "futures-util",
4179 "hex",
4180 "hkdf 0.13.0",
4181 "hmac 0.13.0",
4182 "itoa",
4183 "log",
4184 "md-5",
4185 "memchr",
4186 "rand 0.10.2",
4187 "serde",
4188 "serde_json",
4189 "sha2 0.11.0",
4190 "smallvec",
4191 "sqlx-core",
4192 "stringprep",
4193 "thiserror 2.0.18",
4194 "tracing",
4195 "whoami",
4196]
4197
4198[[package]]
4199name = "sqlx-sqlite"
4200version = "0.9.0"
4201source = "registry+https://github.com/rust-lang/crates.io-index"
4202checksum = "488e99c397a62007e4229aec669a179816339afc6d2620ca6fa420dbee2e982c"
4203dependencies = [
4204 "atoi",
4205 "chrono",
4206 "flume",
4207 "form_urlencoded",
4208 "futures-channel",
4209 "futures-core",
4210 "futures-executor",
4211 "futures-intrusive",
4212 "futures-util",
4213 "libsqlite3-sys",
4214 "log",
4215 "percent-encoding",
4216 "serde",
4217 "sqlx-core",
4218 "thiserror 2.0.18",
4219 "tracing",
4220 "url",
4221]
4222
4223[[package]]
4224name = "stable_deref_trait"
4225version = "1.2.1"
4226source = "registry+https://github.com/rust-lang/crates.io-index"
4227checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
4228
4229[[package]]
4230name = "stacker"
4231version = "0.1.24"
4232source = "registry+https://github.com/rust-lang/crates.io-index"
4233checksum = "640c8cdd92b6b12f5bcb1803ca3bbf5ab96e5e6b6b96b9ab77dabe9e880b3190"
4234dependencies = [
4235 "cc",
4236 "cfg-if",
4237 "libc",
4238 "psm",
4239 "windows-sys 0.61.2",
4240]
4241
4242[[package]]
4243name = "stringprep"
4244version = "0.1.5"
4245source = "registry+https://github.com/rust-lang/crates.io-index"
4246checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
4247dependencies = [
4248 "unicode-bidi",
4249 "unicode-normalization",
4250 "unicode-properties",
4251]
4252
4253[[package]]
4254name = "subtle"
4255version = "2.6.1"
4256source = "registry+https://github.com/rust-lang/crates.io-index"
4257checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
4258
4259[[package]]
4260name = "syn"
4261version = "2.0.118"
4262source = "registry+https://github.com/rust-lang/crates.io-index"
4263checksum = "1b9ae57f904213ebb649ce6895b8a66c66f0203b9319718f69a5612a065b1422"
4264dependencies = [
4265 "proc-macro2",
4266 "quote",
4267 "unicode-ident",
4268]
4269
4270[[package]]
4271name = "sync_wrapper"
4272version = "1.0.2"
4273source = "registry+https://github.com/rust-lang/crates.io-index"
4274checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
4275dependencies = [
4276 "futures-core",
4277]
4278
4279[[package]]
4280name = "synstructure"
4281version = "0.13.2"
4282source = "registry+https://github.com/rust-lang/crates.io-index"
4283checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
4284dependencies = [
4285 "proc-macro2",
4286 "quote",
4287 "syn",
4288]
4289
4290[[package]]
4291name = "system-configuration"
4292version = "0.7.0"
4293source = "registry+https://github.com/rust-lang/crates.io-index"
4294checksum = "a13f3d0daba03132c0aa9767f98351b3488edc2c100cda2d2ec2b04f3d8d3c8b"
4295dependencies = [
4296 "bitflags",
4297 "core-foundation 0.9.4",
4298 "system-configuration-sys",
4299]
4300
4301[[package]]
4302name = "system-configuration-sys"
4303version = "0.6.0"
4304source = "registry+https://github.com/rust-lang/crates.io-index"
4305checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
4306dependencies = [
4307 "core-foundation-sys",
4308 "libc",
4309]
4310
4311[[package]]
4312name = "tagptr"
4313version = "0.2.0"
4314source = "registry+https://github.com/rust-lang/crates.io-index"
4315checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
4316
4317[[package]]
4318name = "target-lexicon"
4319version = "0.13.5"
4320source = "registry+https://github.com/rust-lang/crates.io-index"
4321checksum = "adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca"
4322
4323[[package]]
4324name = "tempfile"
4325version = "3.27.0"
4326source = "registry+https://github.com/rust-lang/crates.io-index"
4327checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
4328dependencies = [
4329 "fastrand",
4330 "getrandom 0.4.3",
4331 "once_cell",
4332 "rustix",
4333 "windows-sys 0.61.2",
4334]
4335
4336[[package]]
4337name = "termcolor"
4338version = "1.4.1"
4339source = "registry+https://github.com/rust-lang/crates.io-index"
4340checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
4341dependencies = [
4342 "winapi-util",
4343]
4344
4345[[package]]
4346name = "thiserror"
4347version = "1.0.69"
4348source = "registry+https://github.com/rust-lang/crates.io-index"
4349checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
4350dependencies = [
4351 "thiserror-impl 1.0.69",
4352]
4353
4354[[package]]
4355name = "thiserror"
4356version = "2.0.18"
4357source = "registry+https://github.com/rust-lang/crates.io-index"
4358checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
4359dependencies = [
4360 "thiserror-impl 2.0.18",
4361]
4362
4363[[package]]
4364name = "thiserror-impl"
4365version = "1.0.69"
4366source = "registry+https://github.com/rust-lang/crates.io-index"
4367checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
4368dependencies = [
4369 "proc-macro2",
4370 "quote",
4371 "syn",
4372]
4373
4374[[package]]
4375name = "thiserror-impl"
4376version = "2.0.18"
4377source = "registry+https://github.com/rust-lang/crates.io-index"
4378checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
4379dependencies = [
4380 "proc-macro2",
4381 "quote",
4382 "syn",
4383]
4384
4385[[package]]
4386name = "thread_local"
4387version = "1.1.9"
4388source = "registry+https://github.com/rust-lang/crates.io-index"
4389checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
4390dependencies = [
4391 "cfg-if",
4392]
4393
4394[[package]]
4395name = "time"
4396version = "0.3.53"
4397source = "registry+https://github.com/rust-lang/crates.io-index"
4398checksum = "18dfaaeddcb932337b5e7866ee7d0ce9b76d2fd092997146f187ec09b4558a50"
4399dependencies = [
4400 "deranged",
4401 "num-conv",
4402 "powerfmt",
4403 "serde_core",
4404 "time-core",
4405 "time-macros",
4406]
4407
4408[[package]]
4409name = "time-core"
4410version = "0.1.9"
4411source = "registry+https://github.com/rust-lang/crates.io-index"
4412checksum = "9e1c906769ad99c88eaa54e728060edef082f8e358ff32030cb7c7d315e81109"
4413
4414[[package]]
4415name = "time-macros"
4416version = "0.2.31"
4417source = "registry+https://github.com/rust-lang/crates.io-index"
4418checksum = "c431b87111666e491a90baa837f914fb45cd5dc3c268591b0220ff5057f2085f"
4419dependencies = [
4420 "num-conv",
4421 "time-core",
4422]
4423
4424[[package]]
4425name = "tinystr"
4426version = "0.8.3"
4427source = "registry+https://github.com/rust-lang/crates.io-index"
4428checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d"
4429dependencies = [
4430 "displaydoc",
4431 "zerovec",
4432]
4433
4434[[package]]
4435name = "tinyvec"
4436version = "1.11.0"
4437source = "registry+https://github.com/rust-lang/crates.io-index"
4438checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3"
4439dependencies = [
4440 "tinyvec_macros",
4441]
4442
4443[[package]]
4444name = "tinyvec_macros"
4445version = "0.1.1"
4446source = "registry+https://github.com/rust-lang/crates.io-index"
4447checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
4448
4449[[package]]
4450name = "tokio"
4451version = "1.52.3"
4452source = "registry+https://github.com/rust-lang/crates.io-index"
4453checksum = "8fc7f01b389ac15039e4dc9531aa973a135d7a4135281b12d7c1bc79fd57fffe"
4454dependencies = [
4455 "bytes",
4456 "libc",
4457 "mio",
4458 "parking_lot",
4459 "pin-project-lite",
4460 "signal-hook-registry",
4461 "socket2",
4462 "tokio-macros",
4463 "windows-sys 0.61.2",
4464]
4465
4466[[package]]
4467name = "tokio-macros"
4468version = "2.7.0"
4469source = "registry+https://github.com/rust-lang/crates.io-index"
4470checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496"
4471dependencies = [
4472 "proc-macro2",
4473 "quote",
4474 "syn",
4475]
4476
4477[[package]]
4478name = "tokio-native-tls"
4479version = "0.3.1"
4480source = "registry+https://github.com/rust-lang/crates.io-index"
4481checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
4482dependencies = [
4483 "native-tls",
4484 "tokio",
4485]
4486
4487[[package]]
4488name = "tokio-rustls"
4489version = "0.26.4"
4490source = "registry+https://github.com/rust-lang/crates.io-index"
4491checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
4492dependencies = [
4493 "rustls",
4494 "tokio",
4495]
4496
4497[[package]]
4498name = "tokio-stream"
4499version = "0.1.18"
4500source = "registry+https://github.com/rust-lang/crates.io-index"
4501checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70"
4502dependencies = [
4503 "futures-core",
4504 "pin-project-lite",
4505 "tokio",
4506]
4507
4508[[package]]
4509name = "tokio-tungstenite"
4510version = "0.29.0"
4511source = "registry+https://github.com/rust-lang/crates.io-index"
4512checksum = "8f72a05e828585856dacd553fba484c242c46e391fb0e58917c942ee9202915c"
4513dependencies = [
4514 "futures-util",
4515 "log",
4516 "rustls",
4517 "rustls-pki-types",
4518 "tokio",
4519 "tokio-rustls",
4520 "tungstenite",
4521 "webpki-roots 0.26.11",
4522]
4523
4524[[package]]
4525name = "tokio-util"
4526version = "0.7.18"
4527source = "registry+https://github.com/rust-lang/crates.io-index"
4528checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
4529dependencies = [
4530 "bytes",
4531 "futures-core",
4532 "futures-sink",
4533 "pin-project-lite",
4534 "tokio",
4535]
4536
4537[[package]]
4538name = "toml"
4539version = "0.8.23"
4540source = "registry+https://github.com/rust-lang/crates.io-index"
4541checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
4542dependencies = [
4543 "serde",
4544 "serde_spanned",
4545 "toml_datetime",
4546 "toml_edit",
4547]
4548
4549[[package]]
4550name = "toml_datetime"
4551version = "0.6.11"
4552source = "registry+https://github.com/rust-lang/crates.io-index"
4553checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
4554dependencies = [
4555 "serde",
4556]
4557
4558[[package]]
4559name = "toml_edit"
4560version = "0.22.27"
4561source = "registry+https://github.com/rust-lang/crates.io-index"
4562checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
4563dependencies = [
4564 "indexmap",
4565 "serde",
4566 "serde_spanned",
4567 "toml_datetime",
4568 "toml_write",
4569 "winnow",
4570]
4571
4572[[package]]
4573name = "toml_write"
4574version = "0.1.2"
4575source = "registry+https://github.com/rust-lang/crates.io-index"
4576checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
4577
4578[[package]]
4579name = "tower"
4580version = "0.5.3"
4581source = "registry+https://github.com/rust-lang/crates.io-index"
4582checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
4583dependencies = [
4584 "futures-core",
4585 "futures-util",
4586 "pin-project-lite",
4587 "sync_wrapper",
4588 "tokio",
4589 "tower-layer",
4590 "tower-service",
4591 "tracing",
4592]
4593
4594[[package]]
4595name = "tower-http"
4596version = "0.6.11"
4597source = "registry+https://github.com/rust-lang/crates.io-index"
4598checksum = "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840"
4599dependencies = [
4600 "async-compression",
4601 "bitflags",
4602 "bytes",
4603 "futures-core",
4604 "futures-util",
4605 "http",
4606 "http-body",
4607 "http-body-util",
4608 "pin-project-lite",
4609 "tokio",
4610 "tokio-util",
4611 "tower",
4612 "tower-layer",
4613 "tower-service",
4614 "url",
4615]
4616
4617[[package]]
4618name = "tower-http"
4619version = "0.7.0"
4620source = "registry+https://github.com/rust-lang/crates.io-index"
4621checksum = "b11f75e912b0c2be01b63d8cf8057b8c3f97cf34abb3d431a3a4c8675498e233"
4622dependencies = [
4623 "bitflags",
4624 "bytes",
4625 "futures-core",
4626 "futures-util",
4627 "http",
4628 "http-body",
4629 "http-body-util",
4630 "http-range-header",
4631 "httpdate",
4632 "mime",
4633 "mime_guess",
4634 "percent-encoding",
4635 "pin-project-lite",
4636 "tokio",
4637 "tokio-util",
4638 "tower-layer",
4639 "tower-service",
4640 "tracing",
4641]
4642
4643[[package]]
4644name = "tower-layer"
4645version = "0.3.3"
4646source = "registry+https://github.com/rust-lang/crates.io-index"
4647checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
4648
4649[[package]]
4650name = "tower-service"
4651version = "0.3.3"
4652source = "registry+https://github.com/rust-lang/crates.io-index"
4653checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
4654
4655[[package]]
4656name = "tracing"
4657version = "0.1.44"
4658source = "registry+https://github.com/rust-lang/crates.io-index"
4659checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
4660dependencies = [
4661 "log",
4662 "pin-project-lite",
4663 "tracing-attributes",
4664 "tracing-core",
4665]
4666
4667[[package]]
4668name = "tracing-attributes"
4669version = "0.1.31"
4670source = "registry+https://github.com/rust-lang/crates.io-index"
4671checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
4672dependencies = [
4673 "proc-macro2",
4674 "quote",
4675 "syn",
4676]
4677
4678[[package]]
4679name = "tracing-core"
4680version = "0.1.36"
4681source = "registry+https://github.com/rust-lang/crates.io-index"
4682checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
4683dependencies = [
4684 "once_cell",
4685 "valuable",
4686]
4687
4688[[package]]
4689name = "tracing-log"
4690version = "0.2.0"
4691source = "registry+https://github.com/rust-lang/crates.io-index"
4692checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
4693dependencies = [
4694 "log",
4695 "once_cell",
4696 "tracing-core",
4697]
4698
4699[[package]]
4700name = "tracing-serde"
4701version = "0.2.0"
4702source = "registry+https://github.com/rust-lang/crates.io-index"
4703checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
4704dependencies = [
4705 "serde",
4706 "tracing-core",
4707]
4708
4709[[package]]
4710name = "tracing-subscriber"
4711version = "0.3.23"
4712source = "registry+https://github.com/rust-lang/crates.io-index"
4713checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319"
4714dependencies = [
4715 "matchers",
4716 "nu-ansi-term",
4717 "once_cell",
4718 "regex-automata",
4719 "serde",
4720 "serde_json",
4721 "sharded-slab",
4722 "smallvec",
4723 "thread_local",
4724 "tracing",
4725 "tracing-core",
4726 "tracing-log",
4727 "tracing-serde",
4728]
4729
4730[[package]]
4731name = "trait-variant"
4732version = "0.1.2"
4733source = "registry+https://github.com/rust-lang/crates.io-index"
4734checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
4735dependencies = [
4736 "proc-macro2",
4737 "quote",
4738 "syn",
4739]
4740
4741[[package]]
4742name = "try-lock"
4743version = "0.2.5"
4744source = "registry+https://github.com/rust-lang/crates.io-index"
4745checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
4746
4747[[package]]
4748name = "tungstenite"
4749version = "0.29.0"
4750source = "registry+https://github.com/rust-lang/crates.io-index"
4751checksum = "6c01152af293afb9c7c2a57e4b559c5620b421f6d133261c60dd2d0cdb38e6b8"
4752dependencies = [
4753 "bytes",
4754 "data-encoding",
4755 "http",
4756 "httparse",
4757 "log",
4758 "rand 0.9.4",
4759 "rustls",
4760 "rustls-pki-types",
4761 "sha1 0.10.6",
4762 "thiserror 2.0.18",
4763]
4764
4765[[package]]
4766name = "typeid"
4767version = "1.0.3"
4768source = "registry+https://github.com/rust-lang/crates.io-index"
4769checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
4770
4771[[package]]
4772name = "typenum"
4773version = "1.20.1"
4774source = "registry+https://github.com/rust-lang/crates.io-index"
4775checksum = "b6f5e870be6c3b371b77fe0ee0bafb859fa4964b4404c27de1d380043c4dda20"
4776
4777[[package]]
4778name = "unicase"
4779version = "2.9.0"
4780source = "registry+https://github.com/rust-lang/crates.io-index"
4781checksum = "dbc4bc3a9f746d862c45cb89d705aa10f187bb96c76001afab07a0d35ce60142"
4782
4783[[package]]
4784name = "unicode-bidi"
4785version = "0.3.18"
4786source = "registry+https://github.com/rust-lang/crates.io-index"
4787checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
4788
4789[[package]]
4790name = "unicode-ident"
4791version = "1.0.24"
4792source = "registry+https://github.com/rust-lang/crates.io-index"
4793checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
4794
4795[[package]]
4796name = "unicode-normalization"
4797version = "0.1.25"
4798source = "registry+https://github.com/rust-lang/crates.io-index"
4799checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8"
4800dependencies = [
4801 "tinyvec",
4802]
4803
4804[[package]]
4805name = "unicode-properties"
4806version = "0.1.4"
4807source = "registry+https://github.com/rust-lang/crates.io-index"
4808checksum = "7df058c713841ad818f1dc5d3fd88063241cc61f49f5fbea4b951e8cf5a8d71d"
4809
4810[[package]]
4811name = "unicode-width"
4812version = "0.2.2"
4813source = "registry+https://github.com/rust-lang/crates.io-index"
4814checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
4815
4816[[package]]
4817name = "unicode-xid"
4818version = "0.2.6"
4819source = "registry+https://github.com/rust-lang/crates.io-index"
4820checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
4821
4822[[package]]
4823name = "universal-hash"
4824version = "0.6.1"
4825source = "registry+https://github.com/rust-lang/crates.io-index"
4826checksum = "f4987bdc12753382e0bec4a65c50738ffaabc998b9cdd1f952fb5f39b0048a96"
4827dependencies = [
4828 "crypto-common 0.2.2",
4829 "ctutils",
4830]
4831
4832[[package]]
4833name = "unsigned-varint"
4834version = "0.8.0"
4835source = "registry+https://github.com/rust-lang/crates.io-index"
4836checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06"
4837
4838[[package]]
4839name = "untrusted"
4840version = "0.9.0"
4841source = "registry+https://github.com/rust-lang/crates.io-index"
4842checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
4843
4844[[package]]
4845name = "url"
4846version = "2.5.8"
4847source = "registry+https://github.com/rust-lang/crates.io-index"
4848checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
4849dependencies = [
4850 "form_urlencoded",
4851 "idna",
4852 "percent-encoding",
4853 "serde",
4854]
4855
4856[[package]]
4857name = "urlencoding"
4858version = "2.1.3"
4859source = "registry+https://github.com/rust-lang/crates.io-index"
4860checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
4861
4862[[package]]
4863name = "utf8_iter"
4864version = "1.0.4"
4865source = "registry+https://github.com/rust-lang/crates.io-index"
4866checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
4867
4868[[package]]
4869name = "uuid"
4870version = "1.23.4"
4871source = "registry+https://github.com/rust-lang/crates.io-index"
4872checksum = "bf80a72845275afea99e7f2b434723d3bc7e38470fcd1c7ed39a599c73319a53"
4873dependencies = [
4874 "getrandom 0.4.3",
4875 "js-sys",
4876 "wasm-bindgen",
4877]
4878
4879[[package]]
4880name = "valuable"
4881version = "0.1.1"
4882source = "registry+https://github.com/rust-lang/crates.io-index"
4883checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
4884
4885[[package]]
4886name = "vcpkg"
4887version = "0.2.15"
4888source = "registry+https://github.com/rust-lang/crates.io-index"
4889checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
4890
4891[[package]]
4892name = "version_check"
4893version = "0.9.5"
4894source = "registry+https://github.com/rust-lang/crates.io-index"
4895checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
4896
4897[[package]]
4898name = "walkdir"
4899version = "2.5.0"
4900source = "registry+https://github.com/rust-lang/crates.io-index"
4901checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
4902dependencies = [
4903 "same-file",
4904 "winapi-util",
4905]
4906
4907[[package]]
4908name = "want"
4909version = "0.3.1"
4910source = "registry+https://github.com/rust-lang/crates.io-index"
4911checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
4912dependencies = [
4913 "try-lock",
4914]
4915
4916[[package]]
4917name = "wasi"
4918version = "0.11.1+wasi-snapshot-preview1"
4919source = "registry+https://github.com/rust-lang/crates.io-index"
4920checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
4921
4922[[package]]
4923name = "wasip2"
4924version = "1.0.4+wasi-0.2.12"
4925source = "registry+https://github.com/rust-lang/crates.io-index"
4926checksum = "b67efb37e106e55ce722a510d6b5f9c17f083e5fc79afc2badeb12cc313d9487"
4927dependencies = [
4928 "wit-bindgen",
4929]
4930
4931[[package]]
4932name = "wasm-bindgen"
4933version = "0.2.126"
4934source = "registry+https://github.com/rust-lang/crates.io-index"
4935checksum = "4b067c0c11094aef6b7a801c1e34a26affafdf3d051dba08456b868789aaf9a4"
4936dependencies = [
4937 "cfg-if",
4938 "once_cell",
4939 "rustversion",
4940 "wasm-bindgen-macro",
4941 "wasm-bindgen-shared",
4942]
4943
4944[[package]]
4945name = "wasm-bindgen-futures"
4946version = "0.4.76"
4947source = "registry+https://github.com/rust-lang/crates.io-index"
4948checksum = "c62df1340f32221cb9c54d6a27b030e3dba64361d4a95bed55f9aacb44da291d"
4949dependencies = [
4950 "js-sys",
4951 "wasm-bindgen",
4952]
4953
4954[[package]]
4955name = "wasm-bindgen-macro"
4956version = "0.2.126"
4957source = "registry+https://github.com/rust-lang/crates.io-index"
4958checksum = "167ce5e579f6bcf889c4f7175a8a5a585de84e8ff93976ce393efa5f2837aab1"
4959dependencies = [
4960 "quote",
4961 "wasm-bindgen-macro-support",
4962]
4963
4964[[package]]
4965name = "wasm-bindgen-macro-support"
4966version = "0.2.126"
4967source = "registry+https://github.com/rust-lang/crates.io-index"
4968checksum = "f3997c7839262f4ef12cf90b818d6340c18e80f263f1a94bf157d0ec4420380e"
4969dependencies = [
4970 "bumpalo",
4971 "proc-macro2",
4972 "quote",
4973 "syn",
4974 "wasm-bindgen-shared",
4975]
4976
4977[[package]]
4978name = "wasm-bindgen-shared"
4979version = "0.2.126"
4980source = "registry+https://github.com/rust-lang/crates.io-index"
4981checksum = "dc1b4cb0cc549fcf58d7dfc081778139b3d283a081644e833e84682ad71cea24"
4982dependencies = [
4983 "unicode-ident",
4984]
4985
4986[[package]]
4987name = "wasm-encoder"
4988version = "0.236.1"
4989source = "registry+https://github.com/rust-lang/crates.io-index"
4990checksum = "724fccfd4f3c24b7e589d333fc0429c68042897a7e8a5f8694f31792471841e7"
4991dependencies = [
4992 "leb128fmt",
4993 "wasmparser 0.236.1",
4994]
4995
4996[[package]]
4997name = "wasm-encoder"
4998version = "0.253.0"
4999source = "registry+https://github.com/rust-lang/crates.io-index"
5000checksum = "59972d6cd272259de647b7c1f1912e45e289c75ffd4be04e10695507cd7e1b59"
5001dependencies = [
5002 "leb128fmt",
5003 "wasmparser 0.253.0",
5004]
5005
5006[[package]]
5007name = "wasmparser"
5008version = "0.236.1"
5009source = "registry+https://github.com/rust-lang/crates.io-index"
5010checksum = "a9b1e81f3eb254cf7404a82cee6926a4a3ccc5aad80cc3d43608a070c67aa1d7"
5011dependencies = [
5012 "bitflags",
5013 "hashbrown 0.15.5",
5014 "indexmap",
5015 "semver",
5016 "serde",
5017]
5018
5019[[package]]
5020name = "wasmparser"
5021version = "0.253.0"
5022source = "registry+https://github.com/rust-lang/crates.io-index"
5023checksum = "19db11f87d2486580e1e8b6f494c54df7e0566b87d0b599db843c24019667339"
5024dependencies = [
5025 "bitflags",
5026 "indexmap",
5027 "semver",
5028]
5029
5030[[package]]
5031name = "wasmprinter"
5032version = "0.236.1"
5033source = "registry+https://github.com/rust-lang/crates.io-index"
5034checksum = "2df225df06a6df15b46e3f73ca066ff92c2e023670969f7d50ce7d5e695abbb1"
5035dependencies = [
5036 "anyhow",
5037 "termcolor",
5038 "wasmparser 0.236.1",
5039]
5040
5041[[package]]
5042name = "wasmtime"
5043version = "36.0.12"
5044source = "registry+https://github.com/rust-lang/crates.io-index"
5045checksum = "4b4442dc12aa2473def8334f0e0f2b489be52c52507c938bbdc8be69ded4ded6"
5046dependencies = [
5047 "addr2line",
5048 "anyhow",
5049 "async-trait",
5050 "bitflags",
5051 "bumpalo",
5052 "cc",
5053 "cfg-if",
5054 "encoding_rs",
5055 "fxprof-processed-profile",
5056 "gimli",
5057 "hashbrown 0.15.5",
5058 "indexmap",
5059 "ittapi",
5060 "libc",
5061 "log",
5062 "mach2",
5063 "memfd",
5064 "object",
5065 "once_cell",
5066 "postcard",
5067 "pulley-interpreter",
5068 "rayon",
5069 "rustix",
5070 "semver",
5071 "serde",
5072 "serde_derive",
5073 "serde_json",
5074 "smallvec",
5075 "target-lexicon",
5076 "wasm-encoder 0.236.1",
5077 "wasmparser 0.236.1",
5078 "wasmtime-environ",
5079 "wasmtime-internal-asm-macros",
5080 "wasmtime-internal-cache",
5081 "wasmtime-internal-component-macro",
5082 "wasmtime-internal-component-util",
5083 "wasmtime-internal-cranelift",
5084 "wasmtime-internal-fiber",
5085 "wasmtime-internal-jit-debug",
5086 "wasmtime-internal-jit-icache-coherence",
5087 "wasmtime-internal-math",
5088 "wasmtime-internal-slab",
5089 "wasmtime-internal-unwinder",
5090 "wasmtime-internal-versioned-export-macros",
5091 "wasmtime-internal-winch",
5092 "wat",
5093 "windows-sys 0.60.2",
5094]
5095
5096[[package]]
5097name = "wasmtime-environ"
5098version = "36.0.12"
5099source = "registry+https://github.com/rust-lang/crates.io-index"
5100checksum = "5d881c3d6205898a226cc487b117f23b9ed1c7da39952d65bd5eeb6745b3789c"
5101dependencies = [
5102 "anyhow",
5103 "cpp_demangle",
5104 "cranelift-bitset",
5105 "cranelift-entity",
5106 "gimli",
5107 "indexmap",
5108 "log",
5109 "object",
5110 "postcard",
5111 "rustc-demangle",
5112 "semver",
5113 "serde",
5114 "serde_derive",
5115 "smallvec",
5116 "target-lexicon",
5117 "wasm-encoder 0.236.1",
5118 "wasmparser 0.236.1",
5119 "wasmprinter",
5120 "wasmtime-internal-component-util",
5121]
5122
5123[[package]]
5124name = "wasmtime-internal-asm-macros"
5125version = "36.0.12"
5126source = "registry+https://github.com/rust-lang/crates.io-index"
5127checksum = "5ab1876bcfa51d6a05dea1c13933f53cbc1e316c783fddebc859f56a736eae07"
5128dependencies = [
5129 "cfg-if",
5130]
5131
5132[[package]]
5133name = "wasmtime-internal-cache"
5134version = "36.0.12"
5135source = "registry+https://github.com/rust-lang/crates.io-index"
5136checksum = "2195a1521a5214a71b67ca2ba2d9317ae15917288ea9d8e5836142b921c9d155"
5137dependencies = [
5138 "anyhow",
5139 "base64",
5140 "directories-next",
5141 "log",
5142 "postcard",
5143 "rustix",
5144 "serde",
5145 "serde_derive",
5146 "sha2 0.10.9",
5147 "toml",
5148 "windows-sys 0.60.2",
5149 "zstd",
5150]
5151
5152[[package]]
5153name = "wasmtime-internal-component-macro"
5154version = "36.0.12"
5155source = "registry+https://github.com/rust-lang/crates.io-index"
5156checksum = "8ae1407944a0b13a8a77930b5b951aa7134beccecad7efac1ef9f03adb7d1a0f"
5157dependencies = [
5158 "anyhow",
5159 "proc-macro2",
5160 "quote",
5161 "syn",
5162 "wasmtime-internal-component-util",
5163 "wasmtime-internal-wit-bindgen",
5164 "wit-parser",
5165]
5166
5167[[package]]
5168name = "wasmtime-internal-component-util"
5169version = "36.0.12"
5170source = "registry+https://github.com/rust-lang/crates.io-index"
5171checksum = "646a53678ce6aaf6f097e18ca51f650f2841aea6d2bcd7b61931397b8b8f30db"
5172
5173[[package]]
5174name = "wasmtime-internal-cranelift"
5175version = "36.0.12"
5176source = "registry+https://github.com/rust-lang/crates.io-index"
5177checksum = "ab3495aa8300e4ca6b53f81a53ce5eff6621fd5ff8378ef9ae552d1479d57371"
5178dependencies = [
5179 "anyhow",
5180 "cfg-if",
5181 "cranelift-codegen",
5182 "cranelift-control",
5183 "cranelift-entity",
5184 "cranelift-frontend",
5185 "cranelift-native",
5186 "gimli",
5187 "itertools",
5188 "log",
5189 "object",
5190 "pulley-interpreter",
5191 "smallvec",
5192 "target-lexicon",
5193 "thiserror 2.0.18",
5194 "wasmparser 0.236.1",
5195 "wasmtime-environ",
5196 "wasmtime-internal-math",
5197 "wasmtime-internal-versioned-export-macros",
5198]
5199
5200[[package]]
5201name = "wasmtime-internal-fiber"
5202version = "36.0.12"
5203source = "registry+https://github.com/rust-lang/crates.io-index"
5204checksum = "29b5e4023a6b167da157338f5f0f505945eb45e78f1cac2d4dcce0922457d7d4"
5205dependencies = [
5206 "anyhow",
5207 "cc",
5208 "cfg-if",
5209 "libc",
5210 "rustix",
5211 "wasmtime-internal-asm-macros",
5212 "wasmtime-internal-versioned-export-macros",
5213 "windows-sys 0.60.2",
5214]
5215
5216[[package]]
5217name = "wasmtime-internal-jit-debug"
5218version = "36.0.12"
5219source = "registry+https://github.com/rust-lang/crates.io-index"
5220checksum = "9da71e2d573e3cc6f753a3b7bff98f425ca060c0e8071cc55c3d867a9edf3ecc"
5221dependencies = [
5222 "cc",
5223 "object",
5224 "rustix",
5225 "wasmtime-internal-versioned-export-macros",
5226]
5227
5228[[package]]
5229name = "wasmtime-internal-jit-icache-coherence"
5230version = "36.0.12"
5231source = "registry+https://github.com/rust-lang/crates.io-index"
5232checksum = "627d8f57909a4f9bb1dbe57a96229a54b89d5995353d0b321f3cb9a1a118977a"
5233dependencies = [
5234 "anyhow",
5235 "cfg-if",
5236 "libc",
5237 "windows-sys 0.60.2",
5238]
5239
5240[[package]]
5241name = "wasmtime-internal-math"
5242version = "36.0.12"
5243source = "registry+https://github.com/rust-lang/crates.io-index"
5244checksum = "45b99315585a8a27125dd9b0150edb115d6f6ff0baae453c21d30822aab77f00"
5245dependencies = [
5246 "libm",
5247]
5248
5249[[package]]
5250name = "wasmtime-internal-slab"
5251version = "36.0.12"
5252source = "registry+https://github.com/rust-lang/crates.io-index"
5253checksum = "8eaee97281dd3fe47ec3d46c16fb9fe2dd32f37d0523c2d5c484f11b348734e4"
5254
5255[[package]]
5256name = "wasmtime-internal-unwinder"
5257version = "36.0.12"
5258source = "registry+https://github.com/rust-lang/crates.io-index"
5259checksum = "d0c005f82c48492b6b44fa19ee5205bd933c4f8baca41e314eca8331dd3c4fd9"
5260dependencies = [
5261 "anyhow",
5262 "cfg-if",
5263 "cranelift-codegen",
5264 "log",
5265 "object",
5266]
5267
5268[[package]]
5269name = "wasmtime-internal-versioned-export-macros"
5270version = "36.0.12"
5271source = "registry+https://github.com/rust-lang/crates.io-index"
5272checksum = "7b73639a9c0c0e33a2ef942ca99b6772b48393be92bebbd0767c607e5b0a68e0"
5273dependencies = [
5274 "proc-macro2",
5275 "quote",
5276 "syn",
5277]
5278
5279[[package]]
5280name = "wasmtime-internal-winch"
5281version = "36.0.12"
5282source = "registry+https://github.com/rust-lang/crates.io-index"
5283checksum = "392ca021d084c7426616ef77e1284315555f11bcbb34f416d74b0732db622811"
5284dependencies = [
5285 "anyhow",
5286 "cranelift-codegen",
5287 "gimli",
5288 "object",
5289 "target-lexicon",
5290 "wasmparser 0.236.1",
5291 "wasmtime-environ",
5292 "wasmtime-internal-cranelift",
5293 "winch-codegen",
5294]
5295
5296[[package]]
5297name = "wasmtime-internal-wit-bindgen"
5298version = "36.0.12"
5299source = "registry+https://github.com/rust-lang/crates.io-index"
5300checksum = "7fd4703351476262d715b72431e80d10289908e3494050071d6521267f522d97"
5301dependencies = [
5302 "anyhow",
5303 "bitflags",
5304 "heck",
5305 "indexmap",
5306 "wit-parser",
5307]
5308
5309[[package]]
5310name = "wast"
5311version = "253.0.0"
5312source = "registry+https://github.com/rust-lang/crates.io-index"
5313checksum = "d3264542f8965c5d84fb1085d924bfba9a6314bb228eff13a2de14d7627664d0"
5314dependencies = [
5315 "bumpalo",
5316 "leb128fmt",
5317 "memchr",
5318 "unicode-width",
5319 "wasm-encoder 0.253.0",
5320]
5321
5322[[package]]
5323name = "wat"
5324version = "1.253.0"
5325source = "registry+https://github.com/rust-lang/crates.io-index"
5326checksum = "4bfc5ce906144200c972ec617470aa35bd847472e170b26dde3e80541c674055"
5327dependencies = [
5328 "wast",
5329]
5330
5331[[package]]
5332name = "web-sys"
5333version = "0.3.103"
5334source = "registry+https://github.com/rust-lang/crates.io-index"
5335checksum = "8622dcb61c0bcc9fffa6938bed81210af2da9a7e4a1a834b2e37a59b6dfb6141"
5336dependencies = [
5337 "js-sys",
5338 "wasm-bindgen",
5339]
5340
5341[[package]]
5342name = "web-time"
5343version = "1.1.0"
5344source = "registry+https://github.com/rust-lang/crates.io-index"
5345checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
5346dependencies = [
5347 "js-sys",
5348 "wasm-bindgen",
5349]
5350
5351[[package]]
5352name = "webpki-roots"
5353version = "0.26.11"
5354source = "registry+https://github.com/rust-lang/crates.io-index"
5355checksum = "521bc38abb08001b01866da9f51eb7c5d647a19260e00054a8c7fd5f9e57f7a9"
5356dependencies = [
5357 "webpki-roots 1.0.8",
5358]
5359
5360[[package]]
5361name = "webpki-roots"
5362version = "1.0.8"
5363source = "registry+https://github.com/rust-lang/crates.io-index"
5364checksum = "bf85cb06032201fa7c6f829d7db5a7e5aa45bcc0655327713065f6f0576731bf"
5365dependencies = [
5366 "rustls-pki-types",
5367]
5368
5369[[package]]
5370name = "which"
5371version = "8.0.4"
5372source = "registry+https://github.com/rust-lang/crates.io-index"
5373checksum = "48d7cd18d4acb58fb3cdfe9ea54e6cd96a4e7d4cc45c56338b236e82dad47248"
5374dependencies = [
5375 "libc",
5376]
5377
5378[[package]]
5379name = "whoami"
5380version = "2.1.2"
5381source = "registry+https://github.com/rust-lang/crates.io-index"
5382checksum = "998767ef88740d1f5b0682a9c53c24431453923962269c2db68ee43788c5a40d"
5383
5384[[package]]
5385name = "widestring"
5386version = "1.2.1"
5387source = "registry+https://github.com/rust-lang/crates.io-index"
5388checksum = "72069c3113ab32ab29e5584db3c6ec55d416895e60715417b5b883a357c3e471"
5389
5390[[package]]
5391name = "winapi"
5392version = "0.3.9"
5393source = "registry+https://github.com/rust-lang/crates.io-index"
5394checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
5395dependencies = [
5396 "winapi-i686-pc-windows-gnu",
5397 "winapi-x86_64-pc-windows-gnu",
5398]
5399
5400[[package]]
5401name = "winapi-i686-pc-windows-gnu"
5402version = "0.4.0"
5403source = "registry+https://github.com/rust-lang/crates.io-index"
5404checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
5405
5406[[package]]
5407name = "winapi-util"
5408version = "0.1.11"
5409source = "registry+https://github.com/rust-lang/crates.io-index"
5410checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
5411dependencies = [
5412 "windows-sys 0.61.2",
5413]
5414
5415[[package]]
5416name = "winapi-x86_64-pc-windows-gnu"
5417version = "0.4.0"
5418source = "registry+https://github.com/rust-lang/crates.io-index"
5419checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
5420
5421[[package]]
5422name = "winch-codegen"
5423version = "36.0.12"
5424source = "registry+https://github.com/rust-lang/crates.io-index"
5425checksum = "61ec880b20caaa72245944b54cfb22aca111f8c805e12a7542b40d66921e5323"
5426dependencies = [
5427 "anyhow",
5428 "cranelift-assembler-x64",
5429 "cranelift-codegen",
5430 "gimli",
5431 "regalloc2",
5432 "smallvec",
5433 "target-lexicon",
5434 "thiserror 2.0.18",
5435 "wasmparser 0.236.1",
5436 "wasmtime-environ",
5437 "wasmtime-internal-cranelift",
5438 "wasmtime-internal-math",
5439]
5440
5441[[package]]
5442name = "windows-core"
5443version = "0.62.2"
5444source = "registry+https://github.com/rust-lang/crates.io-index"
5445checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
5446dependencies = [
5447 "windows-implement",
5448 "windows-interface",
5449 "windows-link",
5450 "windows-result",
5451 "windows-strings",
5452]
5453
5454[[package]]
5455name = "windows-implement"
5456version = "0.60.2"
5457source = "registry+https://github.com/rust-lang/crates.io-index"
5458checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
5459dependencies = [
5460 "proc-macro2",
5461 "quote",
5462 "syn",
5463]
5464
5465[[package]]
5466name = "windows-interface"
5467version = "0.59.3"
5468source = "registry+https://github.com/rust-lang/crates.io-index"
5469checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
5470dependencies = [
5471 "proc-macro2",
5472 "quote",
5473 "syn",
5474]
5475
5476[[package]]
5477name = "windows-link"
5478version = "0.2.1"
5479source = "registry+https://github.com/rust-lang/crates.io-index"
5480checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
5481
5482[[package]]
5483name = "windows-registry"
5484version = "0.6.1"
5485source = "registry+https://github.com/rust-lang/crates.io-index"
5486checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
5487dependencies = [
5488 "windows-link",
5489 "windows-result",
5490 "windows-strings",
5491]
5492
5493[[package]]
5494name = "windows-result"
5495version = "0.4.1"
5496source = "registry+https://github.com/rust-lang/crates.io-index"
5497checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
5498dependencies = [
5499 "windows-link",
5500]
5501
5502[[package]]
5503name = "windows-strings"
5504version = "0.5.1"
5505source = "registry+https://github.com/rust-lang/crates.io-index"
5506checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
5507dependencies = [
5508 "windows-link",
5509]
5510
5511[[package]]
5512name = "windows-sys"
5513version = "0.52.0"
5514source = "registry+https://github.com/rust-lang/crates.io-index"
5515checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
5516dependencies = [
5517 "windows-targets 0.52.6",
5518]
5519
5520[[package]]
5521name = "windows-sys"
5522version = "0.60.2"
5523source = "registry+https://github.com/rust-lang/crates.io-index"
5524checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
5525dependencies = [
5526 "windows-targets 0.53.5",
5527]
5528
5529[[package]]
5530name = "windows-sys"
5531version = "0.61.2"
5532source = "registry+https://github.com/rust-lang/crates.io-index"
5533checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
5534dependencies = [
5535 "windows-link",
5536]
5537
5538[[package]]
5539name = "windows-targets"
5540version = "0.52.6"
5541source = "registry+https://github.com/rust-lang/crates.io-index"
5542checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
5543dependencies = [
5544 "windows_aarch64_gnullvm 0.52.6",
5545 "windows_aarch64_msvc 0.52.6",
5546 "windows_i686_gnu 0.52.6",
5547 "windows_i686_gnullvm 0.52.6",
5548 "windows_i686_msvc 0.52.6",
5549 "windows_x86_64_gnu 0.52.6",
5550 "windows_x86_64_gnullvm 0.52.6",
5551 "windows_x86_64_msvc 0.52.6",
5552]
5553
5554[[package]]
5555name = "windows-targets"
5556version = "0.53.5"
5557source = "registry+https://github.com/rust-lang/crates.io-index"
5558checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
5559dependencies = [
5560 "windows-link",
5561 "windows_aarch64_gnullvm 0.53.1",
5562 "windows_aarch64_msvc 0.53.1",
5563 "windows_i686_gnu 0.53.1",
5564 "windows_i686_gnullvm 0.53.1",
5565 "windows_i686_msvc 0.53.1",
5566 "windows_x86_64_gnu 0.53.1",
5567 "windows_x86_64_gnullvm 0.53.1",
5568 "windows_x86_64_msvc 0.53.1",
5569]
5570
5571[[package]]
5572name = "windows_aarch64_gnullvm"
5573version = "0.52.6"
5574source = "registry+https://github.com/rust-lang/crates.io-index"
5575checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
5576
5577[[package]]
5578name = "windows_aarch64_gnullvm"
5579version = "0.53.1"
5580source = "registry+https://github.com/rust-lang/crates.io-index"
5581checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
5582
5583[[package]]
5584name = "windows_aarch64_msvc"
5585version = "0.52.6"
5586source = "registry+https://github.com/rust-lang/crates.io-index"
5587checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
5588
5589[[package]]
5590name = "windows_aarch64_msvc"
5591version = "0.53.1"
5592source = "registry+https://github.com/rust-lang/crates.io-index"
5593checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
5594
5595[[package]]
5596name = "windows_i686_gnu"
5597version = "0.52.6"
5598source = "registry+https://github.com/rust-lang/crates.io-index"
5599checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
5600
5601[[package]]
5602name = "windows_i686_gnu"
5603version = "0.53.1"
5604source = "registry+https://github.com/rust-lang/crates.io-index"
5605checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
5606
5607[[package]]
5608name = "windows_i686_gnullvm"
5609version = "0.52.6"
5610source = "registry+https://github.com/rust-lang/crates.io-index"
5611checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
5612
5613[[package]]
5614name = "windows_i686_gnullvm"
5615version = "0.53.1"
5616source = "registry+https://github.com/rust-lang/crates.io-index"
5617checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
5618
5619[[package]]
5620name = "windows_i686_msvc"
5621version = "0.52.6"
5622source = "registry+https://github.com/rust-lang/crates.io-index"
5623checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
5624
5625[[package]]
5626name = "windows_i686_msvc"
5627version = "0.53.1"
5628source = "registry+https://github.com/rust-lang/crates.io-index"
5629checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
5630
5631[[package]]
5632name = "windows_x86_64_gnu"
5633version = "0.52.6"
5634source = "registry+https://github.com/rust-lang/crates.io-index"
5635checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
5636
5637[[package]]
5638name = "windows_x86_64_gnu"
5639version = "0.53.1"
5640source = "registry+https://github.com/rust-lang/crates.io-index"
5641checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
5642
5643[[package]]
5644name = "windows_x86_64_gnullvm"
5645version = "0.52.6"
5646source = "registry+https://github.com/rust-lang/crates.io-index"
5647checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
5648
5649[[package]]
5650name = "windows_x86_64_gnullvm"
5651version = "0.53.1"
5652source = "registry+https://github.com/rust-lang/crates.io-index"
5653checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
5654
5655[[package]]
5656name = "windows_x86_64_msvc"
5657version = "0.52.6"
5658source = "registry+https://github.com/rust-lang/crates.io-index"
5659checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
5660
5661[[package]]
5662name = "windows_x86_64_msvc"
5663version = "0.53.1"
5664source = "registry+https://github.com/rust-lang/crates.io-index"
5665checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
5666
5667[[package]]
5668name = "winnow"
5669version = "0.7.15"
5670source = "registry+https://github.com/rust-lang/crates.io-index"
5671checksum = "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945"
5672dependencies = [
5673 "memchr",
5674]
5675
5676[[package]]
5677name = "wiremock"
5678version = "0.6.5"
5679source = "registry+https://github.com/rust-lang/crates.io-index"
5680checksum = "08db1edfb05d9b3c1542e521aea074442088292f00b5f28e435c714a98f85031"
5681dependencies = [
5682 "assert-json-diff",
5683 "base64",
5684 "deadpool",
5685 "futures",
5686 "http",
5687 "http-body-util",
5688 "hyper",
5689 "hyper-util",
5690 "log",
5691 "once_cell",
5692 "regex",
5693 "serde",
5694 "serde_json",
5695 "tokio",
5696 "url",
5697]
5698
5699[[package]]
5700name = "wit-bindgen"
5701version = "0.57.1"
5702source = "registry+https://github.com/rust-lang/crates.io-index"
5703checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
5704
5705[[package]]
5706name = "wit-parser"
5707version = "0.236.1"
5708source = "registry+https://github.com/rust-lang/crates.io-index"
5709checksum = "16e4833a20cd6e85d6abfea0e63a399472d6f88c6262957c17f546879a80ba15"
5710dependencies = [
5711 "anyhow",
5712 "id-arena",
5713 "indexmap",
5714 "log",
5715 "semver",
5716 "serde",
5717 "serde_derive",
5718 "serde_json",
5719 "unicode-xid",
5720 "wasmparser 0.236.1",
5721]
5722
5723[[package]]
5724name = "wnaf"
5725version = "0.14.0"
5726source = "registry+https://github.com/rust-lang/crates.io-index"
5727checksum = "ab12e7090f27e2ffd9322651492942d50c2926094af30601e1964337db39daf1"
5728dependencies = [
5729 "ff 0.14.0",
5730 "group 0.14.0",
5731 "hybrid-array",
5732]
5733
5734[[package]]
5735name = "writeable"
5736version = "0.6.3"
5737source = "registry+https://github.com/rust-lang/crates.io-index"
5738checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4"
5739
5740[[package]]
5741name = "x509-parser"
5742version = "0.18.1"
5743source = "registry+https://github.com/rust-lang/crates.io-index"
5744checksum = "d43b0f71ce057da06bc0851b23ee24f3f86190b07203dd8f567d0b706a185202"
5745dependencies = [
5746 "asn1-rs",
5747 "data-encoding",
5748 "der-parser",
5749 "lazy_static",
5750 "nom",
5751 "oid-registry",
5752 "ring",
5753 "rusticata-macros",
5754 "thiserror 2.0.18",
5755 "time",
5756]
5757
5758[[package]]
5759name = "yasna"
5760version = "0.6.0"
5761source = "registry+https://github.com/rust-lang/crates.io-index"
5762checksum = "b5f6765e852b9b4dc8e2a76843e4d64d1cea8e79bcde0b6901aea8e7c7f08282"
5763dependencies = [
5764 "bit-vec",
5765 "time",
5766]
5767
5768[[package]]
5769name = "yoke"
5770version = "0.8.3"
5771source = "registry+https://github.com/rust-lang/crates.io-index"
5772checksum = "709fe23a0424b6a435d82152b1bd3fdfb0833487d5fa90d05d42762a9891fef5"
5773dependencies = [
5774 "stable_deref_trait",
5775 "yoke-derive",
5776 "zerofrom",
5777]
5778
5779[[package]]
5780name = "yoke-derive"
5781version = "0.8.2"
5782source = "registry+https://github.com/rust-lang/crates.io-index"
5783checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
5784dependencies = [
5785 "proc-macro2",
5786 "quote",
5787 "syn",
5788 "synstructure",
5789]
5790
5791[[package]]
5792name = "zerocopy"
5793version = "0.8.53"
5794source = "registry+https://github.com/rust-lang/crates.io-index"
5795checksum = "75726053136156d419e285b9b7eddaaea9e3fea6ce32eed44a89901f0bd98de1"
5796dependencies = [
5797 "zerocopy-derive",
5798]
5799
5800[[package]]
5801name = "zerocopy-derive"
5802version = "0.8.53"
5803source = "registry+https://github.com/rust-lang/crates.io-index"
5804checksum = "4714fd92cf900833d49538023a9b3915155210801d1c1169eba513b2addefd71"
5805dependencies = [
5806 "proc-macro2",
5807 "quote",
5808 "syn",
5809]
5810
5811[[package]]
5812name = "zerofrom"
5813version = "0.1.8"
5814source = "registry+https://github.com/rust-lang/crates.io-index"
5815checksum = "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272"
5816dependencies = [
5817 "zerofrom-derive",
5818]
5819
5820[[package]]
5821name = "zerofrom-derive"
5822version = "0.1.7"
5823source = "registry+https://github.com/rust-lang/crates.io-index"
5824checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
5825dependencies = [
5826 "proc-macro2",
5827 "quote",
5828 "syn",
5829 "synstructure",
5830]
5831
5832[[package]]
5833name = "zeroize"
5834version = "1.9.0"
5835source = "registry+https://github.com/rust-lang/crates.io-index"
5836checksum = "e13c156562582aa81c60cb29407084cdb54c4164760106ab78e6c5b0858cf64e"
5837dependencies = [
5838 "serde",
5839 "zeroize_derive",
5840]
5841
5842[[package]]
5843name = "zeroize_derive"
5844version = "1.5.0"
5845source = "registry+https://github.com/rust-lang/crates.io-index"
5846checksum = "3c50655cbb0fe3fc43170059e702f1ce5e19b84cec58dc87b037a09935c2f328"
5847dependencies = [
5848 "proc-macro2",
5849 "quote",
5850 "syn",
5851]
5852
5853[[package]]
5854name = "zerotrie"
5855version = "0.2.4"
5856source = "registry+https://github.com/rust-lang/crates.io-index"
5857checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf"
5858dependencies = [
5859 "displaydoc",
5860 "yoke",
5861 "zerofrom",
5862]
5863
5864[[package]]
5865name = "zerovec"
5866version = "0.11.6"
5867source = "registry+https://github.com/rust-lang/crates.io-index"
5868checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239"
5869dependencies = [
5870 "yoke",
5871 "zerofrom",
5872 "zerovec-derive",
5873]
5874
5875[[package]]
5876name = "zerovec-derive"
5877version = "0.11.3"
5878source = "registry+https://github.com/rust-lang/crates.io-index"
5879checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555"
5880dependencies = [
5881 "proc-macro2",
5882 "quote",
5883 "syn",
5884]
5885
5886[[package]]
5887name = "zmij"
5888version = "1.0.21"
5889source = "registry+https://github.com/rust-lang/crates.io-index"
5890checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
5891
5892[[package]]
5893name = "zstd"
5894version = "0.13.3"
5895source = "registry+https://github.com/rust-lang/crates.io-index"
5896checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a"
5897dependencies = [
5898 "zstd-safe",
5899]
5900
5901[[package]]
5902name = "zstd-safe"
5903version = "7.2.4"
5904source = "registry+https://github.com/rust-lang/crates.io-index"
5905checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d"
5906dependencies = [
5907 "zstd-sys",
5908]
5909
5910[[package]]
5911name = "zstd-sys"
5912version = "2.0.16+zstd.1.5.7"
5913source = "registry+https://github.com/rust-lang/crates.io-index"
5914checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
5915dependencies = [
5916 "cc",
5917 "pkg-config",
5918]