A personal app view to see Bsky posts of your followers (for when their app view goes down)
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "allocator-api2"
7version = "0.2.21"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
10
11[[package]]
12name = "android_system_properties"
13version = "0.1.5"
14source = "registry+https://github.com/rust-lang/crates.io-index"
15checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
16dependencies = [
17 "libc",
18]
19
20[[package]]
21name = "anyhow"
22version = "1.0.102"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
25
26[[package]]
27name = "arrayref"
28version = "0.3.9"
29source = "registry+https://github.com/rust-lang/crates.io-index"
30checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
31
32[[package]]
33name = "arrayvec"
34version = "0.7.6"
35source = "registry+https://github.com/rust-lang/crates.io-index"
36checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
37
38[[package]]
39name = "async-trait"
40version = "0.1.89"
41source = "registry+https://github.com/rust-lang/crates.io-index"
42checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
43dependencies = [
44 "proc-macro2",
45 "quote",
46 "syn",
47]
48
49[[package]]
50name = "atoi"
51version = "2.0.0"
52source = "registry+https://github.com/rust-lang/crates.io-index"
53checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
54dependencies = [
55 "num-traits",
56]
57
58[[package]]
59name = "atomic-waker"
60version = "1.1.2"
61source = "registry+https://github.com/rust-lang/crates.io-index"
62checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
63
64[[package]]
65name = "atproto-dasl"
66version = "0.14.5"
67source = "registry+https://github.com/rust-lang/crates.io-index"
68checksum = "a28d38577f468ab23e3351835f370cf34270caf290205a7e1520d352f5be4b28"
69dependencies = [
70 "blake3",
71 "cid",
72 "futures",
73 "multihash",
74 "serde",
75 "serde_bytes",
76 "sha2 0.11.0",
77 "tempfile",
78 "thiserror",
79 "tokio",
80 "tracing",
81 "url",
82]
83
84[[package]]
85name = "atproto-identity"
86version = "0.14.5"
87source = "registry+https://github.com/rust-lang/crates.io-index"
88checksum = "722940aeee9654eef58cdd8b70d62772357621a2587367191b1c5630742f8e77"
89dependencies = [
90 "anyhow",
91 "async-trait",
92 "atproto-dasl",
93 "base64",
94 "chrono",
95 "data-encoding",
96 "ecdsa",
97 "ed25519-dalek",
98 "elliptic-curve",
99 "hickory-resolver",
100 "idna",
101 "k256",
102 "lru",
103 "multibase",
104 "p256",
105 "p384",
106 "rand 0.10.1",
107 "reqwest",
108 "serde",
109 "serde_json",
110 "sha2 0.11.0",
111 "thiserror",
112 "tokio",
113 "tracing",
114 "url",
115]
116
117[[package]]
118name = "atproto-tap"
119version = "0.14.5"
120source = "registry+https://github.com/rust-lang/crates.io-index"
121checksum = "36a17328d4c4478e34f24b97a8112e3ff3dc1aa20fb9169938979f44e678d2fa"
122dependencies = [
123 "atproto-identity",
124 "base64",
125 "compact_str",
126 "futures",
127 "http",
128 "itoa",
129 "reqwest",
130 "serde",
131 "serde_json",
132 "thiserror",
133 "tokio",
134 "tokio-stream",
135 "tokio-websockets",
136 "tracing",
137]
138
139[[package]]
140name = "autocfg"
141version = "1.5.0"
142source = "registry+https://github.com/rust-lang/crates.io-index"
143checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
144
145[[package]]
146name = "axum"
147version = "0.8.9"
148source = "registry+https://github.com/rust-lang/crates.io-index"
149checksum = "31b698c5f9a010f6573133b09e0de5408834d0c82f8d7475a89fc1867a71cd90"
150dependencies = [
151 "axum-core",
152 "bytes",
153 "form_urlencoded",
154 "futures-util",
155 "http",
156 "http-body",
157 "http-body-util",
158 "hyper",
159 "hyper-util",
160 "itoa",
161 "matchit",
162 "memchr",
163 "mime",
164 "percent-encoding",
165 "pin-project-lite",
166 "serde_core",
167 "serde_json",
168 "serde_path_to_error",
169 "serde_urlencoded",
170 "sync_wrapper",
171 "tokio",
172 "tower",
173 "tower-layer",
174 "tower-service",
175 "tracing",
176]
177
178[[package]]
179name = "axum-core"
180version = "0.5.6"
181source = "registry+https://github.com/rust-lang/crates.io-index"
182checksum = "08c78f31d7b1291f7ee735c1c6780ccde7785daae9a9206026862dab7d8792d1"
183dependencies = [
184 "bytes",
185 "futures-core",
186 "http",
187 "http-body",
188 "http-body-util",
189 "mime",
190 "pin-project-lite",
191 "sync_wrapper",
192 "tower-layer",
193 "tower-service",
194 "tracing",
195]
196
197[[package]]
198name = "base-x"
199version = "0.2.11"
200source = "registry+https://github.com/rust-lang/crates.io-index"
201checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270"
202
203[[package]]
204name = "base16ct"
205version = "0.2.0"
206source = "registry+https://github.com/rust-lang/crates.io-index"
207checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"
208
209[[package]]
210name = "base256emoji"
211version = "1.0.2"
212source = "registry+https://github.com/rust-lang/crates.io-index"
213checksum = "b5e9430d9a245a77c92176e649af6e275f20839a48389859d1661e9a128d077c"
214dependencies = [
215 "const-str",
216 "match-lookup",
217]
218
219[[package]]
220name = "base64"
221version = "0.22.1"
222source = "registry+https://github.com/rust-lang/crates.io-index"
223checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
224
225[[package]]
226name = "base64ct"
227version = "1.8.3"
228source = "registry+https://github.com/rust-lang/crates.io-index"
229checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06"
230
231[[package]]
232name = "bitflags"
233version = "2.11.0"
234source = "registry+https://github.com/rust-lang/crates.io-index"
235checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af"
236dependencies = [
237 "serde_core",
238]
239
240[[package]]
241name = "blake3"
242version = "1.8.4"
243source = "registry+https://github.com/rust-lang/crates.io-index"
244checksum = "4d2d5991425dfd0785aed03aedcf0b321d61975c9b5b3689c774a2610ae0b51e"
245dependencies = [
246 "arrayref",
247 "arrayvec",
248 "cc",
249 "cfg-if",
250 "constant_time_eq",
251 "cpufeatures 0.3.0",
252]
253
254[[package]]
255name = "block-buffer"
256version = "0.10.4"
257source = "registry+https://github.com/rust-lang/crates.io-index"
258checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
259dependencies = [
260 "generic-array",
261]
262
263[[package]]
264name = "block-buffer"
265version = "0.12.0"
266source = "registry+https://github.com/rust-lang/crates.io-index"
267checksum = "cdd35008169921d80bc60d3d0ab416eecb028c4cd653352907921d95084790be"
268dependencies = [
269 "hybrid-array",
270]
271
272[[package]]
273name = "bumpalo"
274version = "3.20.2"
275source = "registry+https://github.com/rust-lang/crates.io-index"
276checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb"
277
278[[package]]
279name = "byteorder"
280version = "1.5.0"
281source = "registry+https://github.com/rust-lang/crates.io-index"
282checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
283
284[[package]]
285name = "bytes"
286version = "1.11.1"
287source = "registry+https://github.com/rust-lang/crates.io-index"
288checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
289
290[[package]]
291name = "castaway"
292version = "0.2.4"
293source = "registry+https://github.com/rust-lang/crates.io-index"
294checksum = "dec551ab6e7578819132c713a93c022a05d60159dc86e7a7050223577484c55a"
295dependencies = [
296 "rustversion",
297]
298
299[[package]]
300name = "cc"
301version = "1.2.60"
302source = "registry+https://github.com/rust-lang/crates.io-index"
303checksum = "43c5703da9466b66a946814e1adf53ea2c90f10063b86290cc9eb67ce3478a20"
304dependencies = [
305 "find-msvc-tools",
306 "shlex",
307]
308
309[[package]]
310name = "cfg-if"
311version = "1.0.4"
312source = "registry+https://github.com/rust-lang/crates.io-index"
313checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
314
315[[package]]
316name = "cfg_aliases"
317version = "0.2.1"
318source = "registry+https://github.com/rust-lang/crates.io-index"
319checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
320
321[[package]]
322name = "chacha20"
323version = "0.10.0"
324source = "registry+https://github.com/rust-lang/crates.io-index"
325checksum = "6f8d983286843e49675a4b7a2d174efe136dc93a18d69130dd18198a6c167601"
326dependencies = [
327 "cfg-if",
328 "cpufeatures 0.3.0",
329 "rand_core 0.10.1",
330]
331
332[[package]]
333name = "chrono"
334version = "0.4.44"
335source = "registry+https://github.com/rust-lang/crates.io-index"
336checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0"
337dependencies = [
338 "iana-time-zone",
339 "js-sys",
340 "num-traits",
341 "wasm-bindgen",
342 "windows-link",
343]
344
345[[package]]
346name = "cid"
347version = "0.11.2"
348source = "registry+https://github.com/rust-lang/crates.io-index"
349checksum = "cbb4913a732503de004e94ce7a4e7119ffc55d1727cc9979ac3b52f511e6578c"
350dependencies = [
351 "multibase",
352 "multihash",
353 "no_std_io2",
354 "unsigned-varint",
355]
356
357[[package]]
358name = "compact_str"
359version = "0.9.0"
360source = "registry+https://github.com/rust-lang/crates.io-index"
361checksum = "3fdb1325a1cece981e8a296ab8f0f9b63ae357bd0784a9faaf548cc7b480707a"
362dependencies = [
363 "castaway",
364 "cfg-if",
365 "itoa",
366 "rustversion",
367 "ryu",
368 "serde",
369 "static_assertions",
370]
371
372[[package]]
373name = "concurrent-queue"
374version = "2.5.0"
375source = "registry+https://github.com/rust-lang/crates.io-index"
376checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
377dependencies = [
378 "crossbeam-utils",
379]
380
381[[package]]
382name = "const-oid"
383version = "0.9.6"
384source = "registry+https://github.com/rust-lang/crates.io-index"
385checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
386
387[[package]]
388name = "const-oid"
389version = "0.10.2"
390source = "registry+https://github.com/rust-lang/crates.io-index"
391checksum = "a6ef517f0926dd24a1582492c791b6a4818a4d94e789a334894aa15b0d12f55c"
392
393[[package]]
394name = "const-str"
395version = "0.4.3"
396source = "registry+https://github.com/rust-lang/crates.io-index"
397checksum = "2f421161cb492475f1661ddc9815a745a1c894592070661180fdec3d4872e9c3"
398
399[[package]]
400name = "constant_time_eq"
401version = "0.4.2"
402source = "registry+https://github.com/rust-lang/crates.io-index"
403checksum = "3d52eff69cd5e647efe296129160853a42795992097e8af39800e1060caeea9b"
404
405[[package]]
406name = "core-foundation"
407version = "0.9.4"
408source = "registry+https://github.com/rust-lang/crates.io-index"
409checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
410dependencies = [
411 "core-foundation-sys",
412 "libc",
413]
414
415[[package]]
416name = "core-foundation"
417version = "0.10.1"
418source = "registry+https://github.com/rust-lang/crates.io-index"
419checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
420dependencies = [
421 "core-foundation-sys",
422 "libc",
423]
424
425[[package]]
426name = "core-foundation-sys"
427version = "0.8.7"
428source = "registry+https://github.com/rust-lang/crates.io-index"
429checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
430
431[[package]]
432name = "cpufeatures"
433version = "0.2.17"
434source = "registry+https://github.com/rust-lang/crates.io-index"
435checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
436dependencies = [
437 "libc",
438]
439
440[[package]]
441name = "cpufeatures"
442version = "0.3.0"
443source = "registry+https://github.com/rust-lang/crates.io-index"
444checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201"
445dependencies = [
446 "libc",
447]
448
449[[package]]
450name = "crc"
451version = "3.4.0"
452source = "registry+https://github.com/rust-lang/crates.io-index"
453checksum = "5eb8a2a1cd12ab0d987a5d5e825195d372001a4094a0376319d5a0ad71c1ba0d"
454dependencies = [
455 "crc-catalog",
456]
457
458[[package]]
459name = "crc-catalog"
460version = "2.4.0"
461source = "registry+https://github.com/rust-lang/crates.io-index"
462checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
463
464[[package]]
465name = "critical-section"
466version = "1.2.0"
467source = "registry+https://github.com/rust-lang/crates.io-index"
468checksum = "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b"
469
470[[package]]
471name = "crossbeam-channel"
472version = "0.5.15"
473source = "registry+https://github.com/rust-lang/crates.io-index"
474checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
475dependencies = [
476 "crossbeam-utils",
477]
478
479[[package]]
480name = "crossbeam-epoch"
481version = "0.9.18"
482source = "registry+https://github.com/rust-lang/crates.io-index"
483checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
484dependencies = [
485 "crossbeam-utils",
486]
487
488[[package]]
489name = "crossbeam-queue"
490version = "0.3.12"
491source = "registry+https://github.com/rust-lang/crates.io-index"
492checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
493dependencies = [
494 "crossbeam-utils",
495]
496
497[[package]]
498name = "crossbeam-utils"
499version = "0.8.21"
500source = "registry+https://github.com/rust-lang/crates.io-index"
501checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
502
503[[package]]
504name = "crypto-bigint"
505version = "0.5.5"
506source = "registry+https://github.com/rust-lang/crates.io-index"
507checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
508dependencies = [
509 "generic-array",
510 "rand_core 0.6.4",
511 "subtle",
512 "zeroize",
513]
514
515[[package]]
516name = "crypto-common"
517version = "0.1.6"
518source = "registry+https://github.com/rust-lang/crates.io-index"
519checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
520dependencies = [
521 "generic-array",
522 "typenum",
523]
524
525[[package]]
526name = "crypto-common"
527version = "0.2.1"
528source = "registry+https://github.com/rust-lang/crates.io-index"
529checksum = "77727bb15fa921304124b128af125e7e3b968275d1b108b379190264f4423710"
530dependencies = [
531 "hybrid-array",
532]
533
534[[package]]
535name = "curve25519-dalek"
536version = "4.1.3"
537source = "registry+https://github.com/rust-lang/crates.io-index"
538checksum = "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be"
539dependencies = [
540 "cfg-if",
541 "cpufeatures 0.2.17",
542 "curve25519-dalek-derive",
543 "digest 0.10.7",
544 "fiat-crypto",
545 "rustc_version",
546 "subtle",
547 "zeroize",
548]
549
550[[package]]
551name = "curve25519-dalek-derive"
552version = "0.1.1"
553source = "registry+https://github.com/rust-lang/crates.io-index"
554checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3"
555dependencies = [
556 "proc-macro2",
557 "quote",
558 "syn",
559]
560
561[[package]]
562name = "data-encoding"
563version = "2.10.0"
564source = "registry+https://github.com/rust-lang/crates.io-index"
565checksum = "d7a1e2f27636f116493b8b860f5546edb47c8d8f8ea73e1d2a20be88e28d1fea"
566
567[[package]]
568name = "data-encoding-macro"
569version = "0.1.19"
570source = "registry+https://github.com/rust-lang/crates.io-index"
571checksum = "8142a83c17aa9461d637e649271eae18bf2edd00e91f2e105df36c3c16355bdb"
572dependencies = [
573 "data-encoding",
574 "data-encoding-macro-internal",
575]
576
577[[package]]
578name = "data-encoding-macro-internal"
579version = "0.1.17"
580source = "registry+https://github.com/rust-lang/crates.io-index"
581checksum = "7ab67060fc6b8ef687992d439ca0fa36e7ed17e9a0b16b25b601e8757df720de"
582dependencies = [
583 "data-encoding",
584 "syn",
585]
586
587[[package]]
588name = "der"
589version = "0.7.10"
590source = "registry+https://github.com/rust-lang/crates.io-index"
591checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
592dependencies = [
593 "const-oid 0.9.6",
594 "pem-rfc7468",
595 "zeroize",
596]
597
598[[package]]
599name = "deranged"
600version = "0.5.8"
601source = "registry+https://github.com/rust-lang/crates.io-index"
602checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c"
603dependencies = [
604 "powerfmt",
605]
606
607[[package]]
608name = "digest"
609version = "0.10.7"
610source = "registry+https://github.com/rust-lang/crates.io-index"
611checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
612dependencies = [
613 "block-buffer 0.10.4",
614 "const-oid 0.9.6",
615 "crypto-common 0.1.6",
616 "subtle",
617]
618
619[[package]]
620name = "digest"
621version = "0.11.2"
622source = "registry+https://github.com/rust-lang/crates.io-index"
623checksum = "4850db49bf08e663084f7fb5c87d202ef91a3907271aff24a94eb97ff039153c"
624dependencies = [
625 "block-buffer 0.12.0",
626 "const-oid 0.10.2",
627 "crypto-common 0.2.1",
628]
629
630[[package]]
631name = "displaydoc"
632version = "0.2.5"
633source = "registry+https://github.com/rust-lang/crates.io-index"
634checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
635dependencies = [
636 "proc-macro2",
637 "quote",
638 "syn",
639]
640
641[[package]]
642name = "dotenv"
643version = "0.15.0"
644source = "registry+https://github.com/rust-lang/crates.io-index"
645checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f"
646
647[[package]]
648name = "dotenvy"
649version = "0.15.7"
650source = "registry+https://github.com/rust-lang/crates.io-index"
651checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
652
653[[package]]
654name = "ecdsa"
655version = "0.16.9"
656source = "registry+https://github.com/rust-lang/crates.io-index"
657checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca"
658dependencies = [
659 "der",
660 "digest 0.10.7",
661 "elliptic-curve",
662 "rfc6979",
663 "signature",
664 "spki",
665]
666
667[[package]]
668name = "ed25519"
669version = "2.2.3"
670source = "registry+https://github.com/rust-lang/crates.io-index"
671checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53"
672dependencies = [
673 "pkcs8",
674 "signature",
675]
676
677[[package]]
678name = "ed25519-dalek"
679version = "2.2.0"
680source = "registry+https://github.com/rust-lang/crates.io-index"
681checksum = "70e796c081cee67dc755e1a36a0a172b897fab85fc3f6bc48307991f64e4eca9"
682dependencies = [
683 "curve25519-dalek",
684 "ed25519",
685 "rand_core 0.6.4",
686 "serde",
687 "sha2 0.10.9",
688 "subtle",
689 "zeroize",
690]
691
692[[package]]
693name = "either"
694version = "1.15.0"
695source = "registry+https://github.com/rust-lang/crates.io-index"
696checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
697dependencies = [
698 "serde",
699]
700
701[[package]]
702name = "elliptic-curve"
703version = "0.13.8"
704source = "registry+https://github.com/rust-lang/crates.io-index"
705checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47"
706dependencies = [
707 "base16ct",
708 "base64ct",
709 "crypto-bigint",
710 "digest 0.10.7",
711 "ff",
712 "generic-array",
713 "group",
714 "hkdf",
715 "pem-rfc7468",
716 "pkcs8",
717 "rand_core 0.6.4",
718 "sec1",
719 "serde_json",
720 "serdect",
721 "subtle",
722 "zeroize",
723]
724
725[[package]]
726name = "encoding_rs"
727version = "0.8.35"
728source = "registry+https://github.com/rust-lang/crates.io-index"
729checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
730dependencies = [
731 "cfg-if",
732]
733
734[[package]]
735name = "enum-as-inner"
736version = "0.6.1"
737source = "registry+https://github.com/rust-lang/crates.io-index"
738checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
739dependencies = [
740 "heck",
741 "proc-macro2",
742 "quote",
743 "syn",
744]
745
746[[package]]
747name = "equivalent"
748version = "1.0.2"
749source = "registry+https://github.com/rust-lang/crates.io-index"
750checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
751
752[[package]]
753name = "errno"
754version = "0.3.14"
755source = "registry+https://github.com/rust-lang/crates.io-index"
756checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
757dependencies = [
758 "libc",
759 "windows-sys 0.61.2",
760]
761
762[[package]]
763name = "etcetera"
764version = "0.8.0"
765source = "registry+https://github.com/rust-lang/crates.io-index"
766checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
767dependencies = [
768 "cfg-if",
769 "home",
770 "windows-sys 0.48.0",
771]
772
773[[package]]
774name = "event-listener"
775version = "5.4.1"
776source = "registry+https://github.com/rust-lang/crates.io-index"
777checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
778dependencies = [
779 "concurrent-queue",
780 "parking",
781 "pin-project-lite",
782]
783
784[[package]]
785name = "fastrand"
786version = "2.4.1"
787source = "registry+https://github.com/rust-lang/crates.io-index"
788checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6"
789
790[[package]]
791name = "ff"
792version = "0.13.1"
793source = "registry+https://github.com/rust-lang/crates.io-index"
794checksum = "c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393"
795dependencies = [
796 "rand_core 0.6.4",
797 "subtle",
798]
799
800[[package]]
801name = "fiat-crypto"
802version = "0.2.9"
803source = "registry+https://github.com/rust-lang/crates.io-index"
804checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d"
805
806[[package]]
807name = "find-msvc-tools"
808version = "0.1.9"
809source = "registry+https://github.com/rust-lang/crates.io-index"
810checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
811
812[[package]]
813name = "flume"
814version = "0.11.1"
815source = "registry+https://github.com/rust-lang/crates.io-index"
816checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
817dependencies = [
818 "futures-core",
819 "futures-sink",
820 "spin",
821]
822
823[[package]]
824name = "fnv"
825version = "1.0.7"
826source = "registry+https://github.com/rust-lang/crates.io-index"
827checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
828
829[[package]]
830name = "foldhash"
831version = "0.1.5"
832source = "registry+https://github.com/rust-lang/crates.io-index"
833checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
834
835[[package]]
836name = "foldhash"
837version = "0.2.0"
838source = "registry+https://github.com/rust-lang/crates.io-index"
839checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
840
841[[package]]
842name = "foreign-types"
843version = "0.3.2"
844source = "registry+https://github.com/rust-lang/crates.io-index"
845checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
846dependencies = [
847 "foreign-types-shared",
848]
849
850[[package]]
851name = "foreign-types-shared"
852version = "0.1.1"
853source = "registry+https://github.com/rust-lang/crates.io-index"
854checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
855
856[[package]]
857name = "form_urlencoded"
858version = "1.2.2"
859source = "registry+https://github.com/rust-lang/crates.io-index"
860checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
861dependencies = [
862 "percent-encoding",
863]
864
865[[package]]
866name = "futures"
867version = "0.3.32"
868source = "registry+https://github.com/rust-lang/crates.io-index"
869checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
870dependencies = [
871 "futures-channel",
872 "futures-core",
873 "futures-executor",
874 "futures-io",
875 "futures-sink",
876 "futures-task",
877 "futures-util",
878]
879
880[[package]]
881name = "futures-channel"
882version = "0.3.32"
883source = "registry+https://github.com/rust-lang/crates.io-index"
884checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
885dependencies = [
886 "futures-core",
887 "futures-sink",
888]
889
890[[package]]
891name = "futures-core"
892version = "0.3.32"
893source = "registry+https://github.com/rust-lang/crates.io-index"
894checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
895
896[[package]]
897name = "futures-executor"
898version = "0.3.32"
899source = "registry+https://github.com/rust-lang/crates.io-index"
900checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
901dependencies = [
902 "futures-core",
903 "futures-task",
904 "futures-util",
905]
906
907[[package]]
908name = "futures-intrusive"
909version = "0.5.0"
910source = "registry+https://github.com/rust-lang/crates.io-index"
911checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
912dependencies = [
913 "futures-core",
914 "lock_api",
915 "parking_lot",
916]
917
918[[package]]
919name = "futures-io"
920version = "0.3.32"
921source = "registry+https://github.com/rust-lang/crates.io-index"
922checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
923
924[[package]]
925name = "futures-macro"
926version = "0.3.32"
927source = "registry+https://github.com/rust-lang/crates.io-index"
928checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
929dependencies = [
930 "proc-macro2",
931 "quote",
932 "syn",
933]
934
935[[package]]
936name = "futures-sink"
937version = "0.3.32"
938source = "registry+https://github.com/rust-lang/crates.io-index"
939checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
940
941[[package]]
942name = "futures-task"
943version = "0.3.32"
944source = "registry+https://github.com/rust-lang/crates.io-index"
945checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
946
947[[package]]
948name = "futures-util"
949version = "0.3.32"
950source = "registry+https://github.com/rust-lang/crates.io-index"
951checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
952dependencies = [
953 "futures-channel",
954 "futures-core",
955 "futures-io",
956 "futures-macro",
957 "futures-sink",
958 "futures-task",
959 "memchr",
960 "pin-project-lite",
961 "slab",
962]
963
964[[package]]
965name = "generic-array"
966version = "0.14.9"
967source = "registry+https://github.com/rust-lang/crates.io-index"
968checksum = "4bb6743198531e02858aeaea5398fcc883e71851fcbcb5a2f773e2fb6cb1edf2"
969dependencies = [
970 "typenum",
971 "version_check",
972 "zeroize",
973]
974
975[[package]]
976name = "getrandom"
977version = "0.2.17"
978source = "registry+https://github.com/rust-lang/crates.io-index"
979checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
980dependencies = [
981 "cfg-if",
982 "js-sys",
983 "libc",
984 "wasi",
985 "wasm-bindgen",
986]
987
988[[package]]
989name = "getrandom"
990version = "0.3.4"
991source = "registry+https://github.com/rust-lang/crates.io-index"
992checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
993dependencies = [
994 "cfg-if",
995 "js-sys",
996 "libc",
997 "r-efi 5.3.0",
998 "wasip2",
999 "wasm-bindgen",
1000]
1001
1002[[package]]
1003name = "getrandom"
1004version = "0.4.2"
1005source = "registry+https://github.com/rust-lang/crates.io-index"
1006checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555"
1007dependencies = [
1008 "cfg-if",
1009 "libc",
1010 "r-efi 6.0.0",
1011 "rand_core 0.10.1",
1012 "wasip2",
1013 "wasip3",
1014]
1015
1016[[package]]
1017name = "group"
1018version = "0.13.0"
1019source = "registry+https://github.com/rust-lang/crates.io-index"
1020checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63"
1021dependencies = [
1022 "ff",
1023 "rand_core 0.6.4",
1024 "subtle",
1025]
1026
1027[[package]]
1028name = "h2"
1029version = "0.4.13"
1030source = "registry+https://github.com/rust-lang/crates.io-index"
1031checksum = "2f44da3a8150a6703ed5d34e164b875fd14c2cdab9af1252a9a1020bde2bdc54"
1032dependencies = [
1033 "atomic-waker",
1034 "bytes",
1035 "fnv",
1036 "futures-core",
1037 "futures-sink",
1038 "http",
1039 "indexmap",
1040 "slab",
1041 "tokio",
1042 "tokio-util",
1043 "tracing",
1044]
1045
1046[[package]]
1047name = "hashbrown"
1048version = "0.15.5"
1049source = "registry+https://github.com/rust-lang/crates.io-index"
1050checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
1051dependencies = [
1052 "allocator-api2",
1053 "equivalent",
1054 "foldhash 0.1.5",
1055]
1056
1057[[package]]
1058name = "hashbrown"
1059version = "0.16.1"
1060source = "registry+https://github.com/rust-lang/crates.io-index"
1061checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
1062dependencies = [
1063 "allocator-api2",
1064 "equivalent",
1065 "foldhash 0.2.0",
1066]
1067
1068[[package]]
1069name = "hashbrown"
1070version = "0.17.0"
1071source = "registry+https://github.com/rust-lang/crates.io-index"
1072checksum = "4f467dd6dccf739c208452f8014c75c18bb8301b050ad1cfb27153803edb0f51"
1073
1074[[package]]
1075name = "hashlink"
1076version = "0.10.0"
1077source = "registry+https://github.com/rust-lang/crates.io-index"
1078checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
1079dependencies = [
1080 "hashbrown 0.15.5",
1081]
1082
1083[[package]]
1084name = "heck"
1085version = "0.5.0"
1086source = "registry+https://github.com/rust-lang/crates.io-index"
1087checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
1088
1089[[package]]
1090name = "hex"
1091version = "0.4.3"
1092source = "registry+https://github.com/rust-lang/crates.io-index"
1093checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
1094
1095[[package]]
1096name = "hickory-proto"
1097version = "0.25.2"
1098source = "registry+https://github.com/rust-lang/crates.io-index"
1099checksum = "f8a6fe56c0038198998a6f217ca4e7ef3a5e51f46163bd6dd60b5c71ca6c6502"
1100dependencies = [
1101 "async-trait",
1102 "cfg-if",
1103 "data-encoding",
1104 "enum-as-inner",
1105 "futures-channel",
1106 "futures-io",
1107 "futures-util",
1108 "idna",
1109 "ipnet",
1110 "once_cell",
1111 "rand 0.9.4",
1112 "ring",
1113 "thiserror",
1114 "tinyvec",
1115 "tokio",
1116 "tracing",
1117 "url",
1118]
1119
1120[[package]]
1121name = "hickory-resolver"
1122version = "0.25.2"
1123source = "registry+https://github.com/rust-lang/crates.io-index"
1124checksum = "dc62a9a99b0bfb44d2ab95a7208ac952d31060efc16241c87eaf36406fecf87a"
1125dependencies = [
1126 "cfg-if",
1127 "futures-util",
1128 "hickory-proto",
1129 "ipconfig",
1130 "moka",
1131 "once_cell",
1132 "parking_lot",
1133 "rand 0.9.4",
1134 "resolv-conf",
1135 "smallvec",
1136 "thiserror",
1137 "tokio",
1138 "tracing",
1139]
1140
1141[[package]]
1142name = "hkdf"
1143version = "0.12.4"
1144source = "registry+https://github.com/rust-lang/crates.io-index"
1145checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
1146dependencies = [
1147 "hmac",
1148]
1149
1150[[package]]
1151name = "hmac"
1152version = "0.12.1"
1153source = "registry+https://github.com/rust-lang/crates.io-index"
1154checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
1155dependencies = [
1156 "digest 0.10.7",
1157]
1158
1159[[package]]
1160name = "home"
1161version = "0.5.12"
1162source = "registry+https://github.com/rust-lang/crates.io-index"
1163checksum = "cc627f471c528ff0c4a49e1d5e60450c8f6461dd6d10ba9dcd3a61d3dff7728d"
1164dependencies = [
1165 "windows-sys 0.61.2",
1166]
1167
1168[[package]]
1169name = "http"
1170version = "1.4.0"
1171source = "registry+https://github.com/rust-lang/crates.io-index"
1172checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a"
1173dependencies = [
1174 "bytes",
1175 "itoa",
1176]
1177
1178[[package]]
1179name = "http-body"
1180version = "1.0.1"
1181source = "registry+https://github.com/rust-lang/crates.io-index"
1182checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
1183dependencies = [
1184 "bytes",
1185 "http",
1186]
1187
1188[[package]]
1189name = "http-body-util"
1190version = "0.1.3"
1191source = "registry+https://github.com/rust-lang/crates.io-index"
1192checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
1193dependencies = [
1194 "bytes",
1195 "futures-core",
1196 "http",
1197 "http-body",
1198 "pin-project-lite",
1199]
1200
1201[[package]]
1202name = "httparse"
1203version = "1.10.1"
1204source = "registry+https://github.com/rust-lang/crates.io-index"
1205checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
1206
1207[[package]]
1208name = "httpdate"
1209version = "1.0.3"
1210source = "registry+https://github.com/rust-lang/crates.io-index"
1211checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
1212
1213[[package]]
1214name = "hybrid-array"
1215version = "0.4.10"
1216source = "registry+https://github.com/rust-lang/crates.io-index"
1217checksum = "3944cf8cf766b40e2a1a333ee5e9b563f854d5fa49d6a8ca2764e97c6eddb214"
1218dependencies = [
1219 "typenum",
1220]
1221
1222[[package]]
1223name = "hyper"
1224version = "1.9.0"
1225source = "registry+https://github.com/rust-lang/crates.io-index"
1226checksum = "6299f016b246a94207e63da54dbe807655bf9e00044f73ded42c3ac5305fbcca"
1227dependencies = [
1228 "atomic-waker",
1229 "bytes",
1230 "futures-channel",
1231 "futures-core",
1232 "h2",
1233 "http",
1234 "http-body",
1235 "httparse",
1236 "httpdate",
1237 "itoa",
1238 "pin-project-lite",
1239 "smallvec",
1240 "tokio",
1241 "want",
1242]
1243
1244[[package]]
1245name = "hyper-rustls"
1246version = "0.27.9"
1247source = "registry+https://github.com/rust-lang/crates.io-index"
1248checksum = "33ca68d021ef39cf6463ab54c1d0f5daf03377b70561305bb89a8f83aab66e0f"
1249dependencies = [
1250 "http",
1251 "hyper",
1252 "hyper-util",
1253 "rustls",
1254 "tokio",
1255 "tokio-rustls",
1256 "tower-service",
1257 "webpki-roots",
1258]
1259
1260[[package]]
1261name = "hyper-util"
1262version = "0.1.20"
1263source = "registry+https://github.com/rust-lang/crates.io-index"
1264checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
1265dependencies = [
1266 "base64",
1267 "bytes",
1268 "futures-channel",
1269 "futures-util",
1270 "http",
1271 "http-body",
1272 "hyper",
1273 "ipnet",
1274 "libc",
1275 "percent-encoding",
1276 "pin-project-lite",
1277 "socket2",
1278 "system-configuration",
1279 "tokio",
1280 "tower-service",
1281 "tracing",
1282 "windows-registry",
1283]
1284
1285[[package]]
1286name = "iana-time-zone"
1287version = "0.1.65"
1288source = "registry+https://github.com/rust-lang/crates.io-index"
1289checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
1290dependencies = [
1291 "android_system_properties",
1292 "core-foundation-sys",
1293 "iana-time-zone-haiku",
1294 "js-sys",
1295 "log",
1296 "wasm-bindgen",
1297 "windows-core",
1298]
1299
1300[[package]]
1301name = "iana-time-zone-haiku"
1302version = "0.1.2"
1303source = "registry+https://github.com/rust-lang/crates.io-index"
1304checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
1305dependencies = [
1306 "cc",
1307]
1308
1309[[package]]
1310name = "icu_collections"
1311version = "2.2.0"
1312source = "registry+https://github.com/rust-lang/crates.io-index"
1313checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c"
1314dependencies = [
1315 "displaydoc",
1316 "potential_utf",
1317 "utf8_iter",
1318 "yoke",
1319 "zerofrom",
1320 "zerovec",
1321]
1322
1323[[package]]
1324name = "icu_locale_core"
1325version = "2.2.0"
1326source = "registry+https://github.com/rust-lang/crates.io-index"
1327checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29"
1328dependencies = [
1329 "displaydoc",
1330 "litemap",
1331 "tinystr",
1332 "writeable",
1333 "zerovec",
1334]
1335
1336[[package]]
1337name = "icu_normalizer"
1338version = "2.2.0"
1339source = "registry+https://github.com/rust-lang/crates.io-index"
1340checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4"
1341dependencies = [
1342 "icu_collections",
1343 "icu_normalizer_data",
1344 "icu_properties",
1345 "icu_provider",
1346 "smallvec",
1347 "zerovec",
1348]
1349
1350[[package]]
1351name = "icu_normalizer_data"
1352version = "2.2.0"
1353source = "registry+https://github.com/rust-lang/crates.io-index"
1354checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38"
1355
1356[[package]]
1357name = "icu_properties"
1358version = "2.2.0"
1359source = "registry+https://github.com/rust-lang/crates.io-index"
1360checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de"
1361dependencies = [
1362 "icu_collections",
1363 "icu_locale_core",
1364 "icu_properties_data",
1365 "icu_provider",
1366 "zerotrie",
1367 "zerovec",
1368]
1369
1370[[package]]
1371name = "icu_properties_data"
1372version = "2.2.0"
1373source = "registry+https://github.com/rust-lang/crates.io-index"
1374checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14"
1375
1376[[package]]
1377name = "icu_provider"
1378version = "2.2.0"
1379source = "registry+https://github.com/rust-lang/crates.io-index"
1380checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421"
1381dependencies = [
1382 "displaydoc",
1383 "icu_locale_core",
1384 "writeable",
1385 "yoke",
1386 "zerofrom",
1387 "zerotrie",
1388 "zerovec",
1389]
1390
1391[[package]]
1392name = "id-arena"
1393version = "2.3.0"
1394source = "registry+https://github.com/rust-lang/crates.io-index"
1395checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954"
1396
1397[[package]]
1398name = "idna"
1399version = "1.1.0"
1400source = "registry+https://github.com/rust-lang/crates.io-index"
1401checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
1402dependencies = [
1403 "idna_adapter",
1404 "smallvec",
1405 "utf8_iter",
1406]
1407
1408[[package]]
1409name = "idna_adapter"
1410version = "1.2.1"
1411source = "registry+https://github.com/rust-lang/crates.io-index"
1412checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
1413dependencies = [
1414 "icu_normalizer",
1415 "icu_properties",
1416]
1417
1418[[package]]
1419name = "indexmap"
1420version = "2.14.0"
1421source = "registry+https://github.com/rust-lang/crates.io-index"
1422checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
1423dependencies = [
1424 "equivalent",
1425 "hashbrown 0.17.0",
1426 "serde",
1427 "serde_core",
1428]
1429
1430[[package]]
1431name = "ipconfig"
1432version = "0.3.4"
1433source = "registry+https://github.com/rust-lang/crates.io-index"
1434checksum = "4d40460c0ce33d6ce4b0630ad68ff63d6661961c48b6dba35e5a4d81cfb48222"
1435dependencies = [
1436 "socket2",
1437 "widestring",
1438 "windows-registry",
1439 "windows-result",
1440 "windows-sys 0.61.2",
1441]
1442
1443[[package]]
1444name = "ipnet"
1445version = "2.12.0"
1446source = "registry+https://github.com/rust-lang/crates.io-index"
1447checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2"
1448
1449[[package]]
1450name = "iri-string"
1451version = "0.7.12"
1452source = "registry+https://github.com/rust-lang/crates.io-index"
1453checksum = "25e659a4bb38e810ebc252e53b5814ff908a8c58c2a9ce2fae1bbec24cbf4e20"
1454dependencies = [
1455 "memchr",
1456 "serde",
1457]
1458
1459[[package]]
1460name = "itoa"
1461version = "1.0.18"
1462source = "registry+https://github.com/rust-lang/crates.io-index"
1463checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
1464
1465[[package]]
1466name = "js-sys"
1467version = "0.3.95"
1468source = "registry+https://github.com/rust-lang/crates.io-index"
1469checksum = "2964e92d1d9dc3364cae4d718d93f227e3abb088e747d92e0395bfdedf1c12ca"
1470dependencies = [
1471 "cfg-if",
1472 "futures-util",
1473 "once_cell",
1474 "wasm-bindgen",
1475]
1476
1477[[package]]
1478name = "k256"
1479version = "0.13.4"
1480source = "registry+https://github.com/rust-lang/crates.io-index"
1481checksum = "f6e3919bbaa2945715f0bb6d3934a173d1e9a59ac23767fbaaef277265a7411b"
1482dependencies = [
1483 "cfg-if",
1484 "ecdsa",
1485 "elliptic-curve",
1486 "once_cell",
1487 "sha2 0.10.9",
1488 "signature",
1489]
1490
1491[[package]]
1492name = "lazy_static"
1493version = "1.5.0"
1494source = "registry+https://github.com/rust-lang/crates.io-index"
1495checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
1496dependencies = [
1497 "spin",
1498]
1499
1500[[package]]
1501name = "leb128fmt"
1502version = "0.1.0"
1503source = "registry+https://github.com/rust-lang/crates.io-index"
1504checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
1505
1506[[package]]
1507name = "libc"
1508version = "0.2.185"
1509source = "registry+https://github.com/rust-lang/crates.io-index"
1510checksum = "52ff2c0fe9bc6cb6b14a0592c2ff4fa9ceb83eea9db979b0487cd054946a2b8f"
1511
1512[[package]]
1513name = "libm"
1514version = "0.2.16"
1515source = "registry+https://github.com/rust-lang/crates.io-index"
1516checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"
1517
1518[[package]]
1519name = "libredox"
1520version = "0.1.16"
1521source = "registry+https://github.com/rust-lang/crates.io-index"
1522checksum = "e02f3bb43d335493c96bf3fd3a321600bf6bd07ed34bc64118e9293bdffea46c"
1523dependencies = [
1524 "bitflags",
1525 "libc",
1526 "plain",
1527 "redox_syscall 0.7.4",
1528]
1529
1530[[package]]
1531name = "libsqlite3-sys"
1532version = "0.30.1"
1533source = "registry+https://github.com/rust-lang/crates.io-index"
1534checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
1535dependencies = [
1536 "cc",
1537 "pkg-config",
1538 "vcpkg",
1539]
1540
1541[[package]]
1542name = "linux-raw-sys"
1543version = "0.12.1"
1544source = "registry+https://github.com/rust-lang/crates.io-index"
1545checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
1546
1547[[package]]
1548name = "litemap"
1549version = "0.8.2"
1550source = "registry+https://github.com/rust-lang/crates.io-index"
1551checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"
1552
1553[[package]]
1554name = "lock_api"
1555version = "0.4.14"
1556source = "registry+https://github.com/rust-lang/crates.io-index"
1557checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
1558dependencies = [
1559 "scopeguard",
1560]
1561
1562[[package]]
1563name = "log"
1564version = "0.4.29"
1565source = "registry+https://github.com/rust-lang/crates.io-index"
1566checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
1567
1568[[package]]
1569name = "lru"
1570version = "0.16.4"
1571source = "registry+https://github.com/rust-lang/crates.io-index"
1572checksum = "7f66e8d5d03f609abc3a39e6f08e4164ebf1447a732906d39eb9b99b7919ef39"
1573dependencies = [
1574 "hashbrown 0.16.1",
1575]
1576
1577[[package]]
1578name = "lru-slab"
1579version = "0.1.2"
1580source = "registry+https://github.com/rust-lang/crates.io-index"
1581checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
1582
1583[[package]]
1584name = "match-lookup"
1585version = "0.1.2"
1586source = "registry+https://github.com/rust-lang/crates.io-index"
1587checksum = "757aee279b8bdbb9f9e676796fd459e4207a1f986e87886700abf589f5abf771"
1588dependencies = [
1589 "proc-macro2",
1590 "quote",
1591 "syn",
1592]
1593
1594[[package]]
1595name = "matchit"
1596version = "0.8.4"
1597source = "registry+https://github.com/rust-lang/crates.io-index"
1598checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
1599
1600[[package]]
1601name = "md-5"
1602version = "0.10.6"
1603source = "registry+https://github.com/rust-lang/crates.io-index"
1604checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
1605dependencies = [
1606 "cfg-if",
1607 "digest 0.10.7",
1608]
1609
1610[[package]]
1611name = "memchr"
1612version = "2.8.0"
1613source = "registry+https://github.com/rust-lang/crates.io-index"
1614checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
1615
1616[[package]]
1617name = "mime"
1618version = "0.3.17"
1619source = "registry+https://github.com/rust-lang/crates.io-index"
1620checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
1621
1622[[package]]
1623name = "mio"
1624version = "1.2.0"
1625source = "registry+https://github.com/rust-lang/crates.io-index"
1626checksum = "50b7e5b27aa02a74bac8c3f23f448f8d87ff11f92d3aac1a6ed369ee08cc56c1"
1627dependencies = [
1628 "libc",
1629 "wasi",
1630 "windows-sys 0.61.2",
1631]
1632
1633[[package]]
1634name = "moka"
1635version = "0.12.15"
1636source = "registry+https://github.com/rust-lang/crates.io-index"
1637checksum = "957228ad12042ee839f93c8f257b62b4c0ab5eaae1d4fa60de53b27c9d7c5046"
1638dependencies = [
1639 "crossbeam-channel",
1640 "crossbeam-epoch",
1641 "crossbeam-utils",
1642 "equivalent",
1643 "parking_lot",
1644 "portable-atomic",
1645 "smallvec",
1646 "tagptr",
1647 "uuid",
1648]
1649
1650[[package]]
1651name = "multibase"
1652version = "0.9.2"
1653source = "registry+https://github.com/rust-lang/crates.io-index"
1654checksum = "8694bb4835f452b0e3bb06dbebb1d6fc5385b6ca1caf2e55fd165c042390ec77"
1655dependencies = [
1656 "base-x",
1657 "base256emoji",
1658 "data-encoding",
1659 "data-encoding-macro",
1660]
1661
1662[[package]]
1663name = "multihash"
1664version = "0.19.4"
1665source = "registry+https://github.com/rust-lang/crates.io-index"
1666checksum = "89ace881e3f514092ce9efbcb8f413d0ad9763860b828981c2de51ddc666936c"
1667dependencies = [
1668 "no_std_io2",
1669 "unsigned-varint",
1670]
1671
1672[[package]]
1673name = "my-appview"
1674version = "0.1.0"
1675dependencies = [
1676 "anyhow",
1677 "atproto-tap",
1678 "axum",
1679 "chrono",
1680 "dotenv",
1681 "serde",
1682 "serde_json",
1683 "sqlx",
1684 "time",
1685 "tokio",
1686 "tokio-stream",
1687]
1688
1689[[package]]
1690name = "native-tls"
1691version = "0.2.18"
1692source = "registry+https://github.com/rust-lang/crates.io-index"
1693checksum = "465500e14ea162429d264d44189adc38b199b62b1c21eea9f69e4b73cb03bbf2"
1694dependencies = [
1695 "libc",
1696 "log",
1697 "openssl",
1698 "openssl-probe",
1699 "openssl-sys",
1700 "schannel",
1701 "security-framework",
1702 "security-framework-sys",
1703 "tempfile",
1704]
1705
1706[[package]]
1707name = "no_std_io2"
1708version = "0.8.1"
1709source = "registry+https://github.com/rust-lang/crates.io-index"
1710checksum = "8a3564ce7035b1e4778d8cb6cacebb5d766b5e8fe5a75b9e441e33fb61a872c6"
1711dependencies = [
1712 "memchr",
1713]
1714
1715[[package]]
1716name = "num-bigint-dig"
1717version = "0.8.6"
1718source = "registry+https://github.com/rust-lang/crates.io-index"
1719checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
1720dependencies = [
1721 "lazy_static",
1722 "libm",
1723 "num-integer",
1724 "num-iter",
1725 "num-traits",
1726 "rand 0.8.6",
1727 "smallvec",
1728 "zeroize",
1729]
1730
1731[[package]]
1732name = "num-conv"
1733version = "0.2.1"
1734source = "registry+https://github.com/rust-lang/crates.io-index"
1735checksum = "c6673768db2d862beb9b39a78fdcb1a69439615d5794a1be50caa9bc92c81967"
1736
1737[[package]]
1738name = "num-integer"
1739version = "0.1.46"
1740source = "registry+https://github.com/rust-lang/crates.io-index"
1741checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
1742dependencies = [
1743 "num-traits",
1744]
1745
1746[[package]]
1747name = "num-iter"
1748version = "0.1.45"
1749source = "registry+https://github.com/rust-lang/crates.io-index"
1750checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
1751dependencies = [
1752 "autocfg",
1753 "num-integer",
1754 "num-traits",
1755]
1756
1757[[package]]
1758name = "num-traits"
1759version = "0.2.19"
1760source = "registry+https://github.com/rust-lang/crates.io-index"
1761checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1762dependencies = [
1763 "autocfg",
1764 "libm",
1765]
1766
1767[[package]]
1768name = "once_cell"
1769version = "1.21.4"
1770source = "registry+https://github.com/rust-lang/crates.io-index"
1771checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
1772dependencies = [
1773 "critical-section",
1774 "portable-atomic",
1775]
1776
1777[[package]]
1778name = "openssl"
1779version = "0.10.78"
1780source = "registry+https://github.com/rust-lang/crates.io-index"
1781checksum = "f38c4372413cdaaf3cc79dd92d29d7d9f5ab09b51b10dded508fb90bb70b9222"
1782dependencies = [
1783 "bitflags",
1784 "cfg-if",
1785 "foreign-types",
1786 "libc",
1787 "once_cell",
1788 "openssl-macros",
1789 "openssl-sys",
1790]
1791
1792[[package]]
1793name = "openssl-macros"
1794version = "0.1.1"
1795source = "registry+https://github.com/rust-lang/crates.io-index"
1796checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
1797dependencies = [
1798 "proc-macro2",
1799 "quote",
1800 "syn",
1801]
1802
1803[[package]]
1804name = "openssl-probe"
1805version = "0.2.1"
1806source = "registry+https://github.com/rust-lang/crates.io-index"
1807checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe"
1808
1809[[package]]
1810name = "openssl-sys"
1811version = "0.9.114"
1812source = "registry+https://github.com/rust-lang/crates.io-index"
1813checksum = "13ce1245cd07fcc4cfdb438f7507b0c7e4f3849a69fd84d52374c66d83741bb6"
1814dependencies = [
1815 "cc",
1816 "libc",
1817 "pkg-config",
1818 "vcpkg",
1819]
1820
1821[[package]]
1822name = "p256"
1823version = "0.13.2"
1824source = "registry+https://github.com/rust-lang/crates.io-index"
1825checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b"
1826dependencies = [
1827 "ecdsa",
1828 "elliptic-curve",
1829 "primeorder",
1830 "sha2 0.10.9",
1831]
1832
1833[[package]]
1834name = "p384"
1835version = "0.13.1"
1836source = "registry+https://github.com/rust-lang/crates.io-index"
1837checksum = "fe42f1670a52a47d448f14b6a5c61dd78fce51856e68edaa38f7ae3a46b8d6b6"
1838dependencies = [
1839 "ecdsa",
1840 "elliptic-curve",
1841 "primeorder",
1842 "sha2 0.10.9",
1843]
1844
1845[[package]]
1846name = "parking"
1847version = "2.2.1"
1848source = "registry+https://github.com/rust-lang/crates.io-index"
1849checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
1850
1851[[package]]
1852name = "parking_lot"
1853version = "0.12.5"
1854source = "registry+https://github.com/rust-lang/crates.io-index"
1855checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
1856dependencies = [
1857 "lock_api",
1858 "parking_lot_core",
1859]
1860
1861[[package]]
1862name = "parking_lot_core"
1863version = "0.9.12"
1864source = "registry+https://github.com/rust-lang/crates.io-index"
1865checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
1866dependencies = [
1867 "cfg-if",
1868 "libc",
1869 "redox_syscall 0.5.18",
1870 "smallvec",
1871 "windows-link",
1872]
1873
1874[[package]]
1875name = "pem-rfc7468"
1876version = "0.7.0"
1877source = "registry+https://github.com/rust-lang/crates.io-index"
1878checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
1879dependencies = [
1880 "base64ct",
1881]
1882
1883[[package]]
1884name = "percent-encoding"
1885version = "2.3.2"
1886source = "registry+https://github.com/rust-lang/crates.io-index"
1887checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
1888
1889[[package]]
1890name = "pin-project-lite"
1891version = "0.2.17"
1892source = "registry+https://github.com/rust-lang/crates.io-index"
1893checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
1894
1895[[package]]
1896name = "pkcs1"
1897version = "0.7.5"
1898source = "registry+https://github.com/rust-lang/crates.io-index"
1899checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
1900dependencies = [
1901 "der",
1902 "pkcs8",
1903 "spki",
1904]
1905
1906[[package]]
1907name = "pkcs8"
1908version = "0.10.2"
1909source = "registry+https://github.com/rust-lang/crates.io-index"
1910checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
1911dependencies = [
1912 "der",
1913 "spki",
1914]
1915
1916[[package]]
1917name = "pkg-config"
1918version = "0.3.33"
1919source = "registry+https://github.com/rust-lang/crates.io-index"
1920checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e"
1921
1922[[package]]
1923name = "plain"
1924version = "0.2.3"
1925source = "registry+https://github.com/rust-lang/crates.io-index"
1926checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
1927
1928[[package]]
1929name = "portable-atomic"
1930version = "1.13.1"
1931source = "registry+https://github.com/rust-lang/crates.io-index"
1932checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
1933
1934[[package]]
1935name = "potential_utf"
1936version = "0.1.5"
1937source = "registry+https://github.com/rust-lang/crates.io-index"
1938checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564"
1939dependencies = [
1940 "zerovec",
1941]
1942
1943[[package]]
1944name = "powerfmt"
1945version = "0.2.0"
1946source = "registry+https://github.com/rust-lang/crates.io-index"
1947checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
1948
1949[[package]]
1950name = "ppv-lite86"
1951version = "0.2.21"
1952source = "registry+https://github.com/rust-lang/crates.io-index"
1953checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
1954dependencies = [
1955 "zerocopy",
1956]
1957
1958[[package]]
1959name = "prettyplease"
1960version = "0.2.37"
1961source = "registry+https://github.com/rust-lang/crates.io-index"
1962checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
1963dependencies = [
1964 "proc-macro2",
1965 "syn",
1966]
1967
1968[[package]]
1969name = "primeorder"
1970version = "0.13.6"
1971source = "registry+https://github.com/rust-lang/crates.io-index"
1972checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6"
1973dependencies = [
1974 "elliptic-curve",
1975]
1976
1977[[package]]
1978name = "proc-macro2"
1979version = "1.0.106"
1980source = "registry+https://github.com/rust-lang/crates.io-index"
1981checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
1982dependencies = [
1983 "unicode-ident",
1984]
1985
1986[[package]]
1987name = "quinn"
1988version = "0.11.9"
1989source = "registry+https://github.com/rust-lang/crates.io-index"
1990checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
1991dependencies = [
1992 "bytes",
1993 "cfg_aliases",
1994 "pin-project-lite",
1995 "quinn-proto",
1996 "quinn-udp",
1997 "rustc-hash",
1998 "rustls",
1999 "socket2",
2000 "thiserror",
2001 "tokio",
2002 "tracing",
2003 "web-time",
2004]
2005
2006[[package]]
2007name = "quinn-proto"
2008version = "0.11.14"
2009source = "registry+https://github.com/rust-lang/crates.io-index"
2010checksum = "434b42fec591c96ef50e21e886936e66d3cc3f737104fdb9b737c40ffb94c098"
2011dependencies = [
2012 "bytes",
2013 "getrandom 0.3.4",
2014 "lru-slab",
2015 "rand 0.9.4",
2016 "ring",
2017 "rustc-hash",
2018 "rustls",
2019 "rustls-pki-types",
2020 "slab",
2021 "thiserror",
2022 "tinyvec",
2023 "tracing",
2024 "web-time",
2025]
2026
2027[[package]]
2028name = "quinn-udp"
2029version = "0.5.14"
2030source = "registry+https://github.com/rust-lang/crates.io-index"
2031checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
2032dependencies = [
2033 "cfg_aliases",
2034 "libc",
2035 "once_cell",
2036 "socket2",
2037 "tracing",
2038 "windows-sys 0.60.2",
2039]
2040
2041[[package]]
2042name = "quote"
2043version = "1.0.45"
2044source = "registry+https://github.com/rust-lang/crates.io-index"
2045checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
2046dependencies = [
2047 "proc-macro2",
2048]
2049
2050[[package]]
2051name = "r-efi"
2052version = "5.3.0"
2053source = "registry+https://github.com/rust-lang/crates.io-index"
2054checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
2055
2056[[package]]
2057name = "r-efi"
2058version = "6.0.0"
2059source = "registry+https://github.com/rust-lang/crates.io-index"
2060checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
2061
2062[[package]]
2063name = "rand"
2064version = "0.8.6"
2065source = "registry+https://github.com/rust-lang/crates.io-index"
2066checksum = "5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a"
2067dependencies = [
2068 "libc",
2069 "rand_chacha 0.3.1",
2070 "rand_core 0.6.4",
2071]
2072
2073[[package]]
2074name = "rand"
2075version = "0.9.4"
2076source = "registry+https://github.com/rust-lang/crates.io-index"
2077checksum = "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea"
2078dependencies = [
2079 "rand_chacha 0.9.0",
2080 "rand_core 0.9.5",
2081]
2082
2083[[package]]
2084name = "rand"
2085version = "0.10.1"
2086source = "registry+https://github.com/rust-lang/crates.io-index"
2087checksum = "d2e8e8bcc7961af1fdac401278c6a831614941f6164ee3bf4ce61b7edb162207"
2088dependencies = [
2089 "chacha20",
2090 "getrandom 0.4.2",
2091 "rand_core 0.10.1",
2092]
2093
2094[[package]]
2095name = "rand_chacha"
2096version = "0.3.1"
2097source = "registry+https://github.com/rust-lang/crates.io-index"
2098checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
2099dependencies = [
2100 "ppv-lite86",
2101 "rand_core 0.6.4",
2102]
2103
2104[[package]]
2105name = "rand_chacha"
2106version = "0.9.0"
2107source = "registry+https://github.com/rust-lang/crates.io-index"
2108checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
2109dependencies = [
2110 "ppv-lite86",
2111 "rand_core 0.9.5",
2112]
2113
2114[[package]]
2115name = "rand_core"
2116version = "0.6.4"
2117source = "registry+https://github.com/rust-lang/crates.io-index"
2118checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2119dependencies = [
2120 "getrandom 0.2.17",
2121]
2122
2123[[package]]
2124name = "rand_core"
2125version = "0.9.5"
2126source = "registry+https://github.com/rust-lang/crates.io-index"
2127checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
2128dependencies = [
2129 "getrandom 0.3.4",
2130]
2131
2132[[package]]
2133name = "rand_core"
2134version = "0.10.1"
2135source = "registry+https://github.com/rust-lang/crates.io-index"
2136checksum = "63b8176103e19a2643978565ca18b50549f6101881c443590420e4dc998a3c69"
2137
2138[[package]]
2139name = "redox_syscall"
2140version = "0.5.18"
2141source = "registry+https://github.com/rust-lang/crates.io-index"
2142checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
2143dependencies = [
2144 "bitflags",
2145]
2146
2147[[package]]
2148name = "redox_syscall"
2149version = "0.7.4"
2150source = "registry+https://github.com/rust-lang/crates.io-index"
2151checksum = "f450ad9c3b1da563fb6948a8e0fb0fb9269711c9c73d9ea1de5058c79c8d643a"
2152dependencies = [
2153 "bitflags",
2154]
2155
2156[[package]]
2157name = "reqwest"
2158version = "0.12.28"
2159source = "registry+https://github.com/rust-lang/crates.io-index"
2160checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147"
2161dependencies = [
2162 "base64",
2163 "bytes",
2164 "encoding_rs",
2165 "futures-core",
2166 "h2",
2167 "http",
2168 "http-body",
2169 "http-body-util",
2170 "hyper",
2171 "hyper-rustls",
2172 "hyper-util",
2173 "js-sys",
2174 "log",
2175 "mime",
2176 "percent-encoding",
2177 "pin-project-lite",
2178 "quinn",
2179 "rustls",
2180 "rustls-pki-types",
2181 "serde",
2182 "serde_json",
2183 "serde_urlencoded",
2184 "sync_wrapper",
2185 "tokio",
2186 "tokio-rustls",
2187 "tower",
2188 "tower-http",
2189 "tower-service",
2190 "url",
2191 "wasm-bindgen",
2192 "wasm-bindgen-futures",
2193 "web-sys",
2194 "webpki-roots",
2195]
2196
2197[[package]]
2198name = "resolv-conf"
2199version = "0.7.6"
2200source = "registry+https://github.com/rust-lang/crates.io-index"
2201checksum = "1e061d1b48cb8d38042de4ae0a7a6401009d6143dc80d2e2d6f31f0bdd6470c7"
2202
2203[[package]]
2204name = "rfc6979"
2205version = "0.4.0"
2206source = "registry+https://github.com/rust-lang/crates.io-index"
2207checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"
2208dependencies = [
2209 "hmac",
2210 "subtle",
2211]
2212
2213[[package]]
2214name = "ring"
2215version = "0.17.14"
2216source = "registry+https://github.com/rust-lang/crates.io-index"
2217checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
2218dependencies = [
2219 "cc",
2220 "cfg-if",
2221 "getrandom 0.2.17",
2222 "libc",
2223 "untrusted",
2224 "windows-sys 0.52.0",
2225]
2226
2227[[package]]
2228name = "rsa"
2229version = "0.9.10"
2230source = "registry+https://github.com/rust-lang/crates.io-index"
2231checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
2232dependencies = [
2233 "const-oid 0.9.6",
2234 "digest 0.10.7",
2235 "num-bigint-dig",
2236 "num-integer",
2237 "num-traits",
2238 "pkcs1",
2239 "pkcs8",
2240 "rand_core 0.6.4",
2241 "signature",
2242 "spki",
2243 "subtle",
2244 "zeroize",
2245]
2246
2247[[package]]
2248name = "rustc-hash"
2249version = "2.1.2"
2250source = "registry+https://github.com/rust-lang/crates.io-index"
2251checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe"
2252
2253[[package]]
2254name = "rustc_version"
2255version = "0.4.1"
2256source = "registry+https://github.com/rust-lang/crates.io-index"
2257checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
2258dependencies = [
2259 "semver",
2260]
2261
2262[[package]]
2263name = "rustix"
2264version = "1.1.4"
2265source = "registry+https://github.com/rust-lang/crates.io-index"
2266checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
2267dependencies = [
2268 "bitflags",
2269 "errno",
2270 "libc",
2271 "linux-raw-sys",
2272 "windows-sys 0.61.2",
2273]
2274
2275[[package]]
2276name = "rustls"
2277version = "0.23.38"
2278source = "registry+https://github.com/rust-lang/crates.io-index"
2279checksum = "69f9466fb2c14ea04357e91413efb882e2a6d4a406e625449bc0a5d360d53a21"
2280dependencies = [
2281 "once_cell",
2282 "ring",
2283 "rustls-pki-types",
2284 "rustls-webpki",
2285 "subtle",
2286 "zeroize",
2287]
2288
2289[[package]]
2290name = "rustls-native-certs"
2291version = "0.8.3"
2292source = "registry+https://github.com/rust-lang/crates.io-index"
2293checksum = "612460d5f7bea540c490b2b6395d8e34a953e52b491accd6c86c8164c5932a63"
2294dependencies = [
2295 "openssl-probe",
2296 "rustls-pki-types",
2297 "schannel",
2298 "security-framework",
2299]
2300
2301[[package]]
2302name = "rustls-pki-types"
2303version = "1.14.0"
2304source = "registry+https://github.com/rust-lang/crates.io-index"
2305checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd"
2306dependencies = [
2307 "web-time",
2308 "zeroize",
2309]
2310
2311[[package]]
2312name = "rustls-webpki"
2313version = "0.103.12"
2314source = "registry+https://github.com/rust-lang/crates.io-index"
2315checksum = "8279bb85272c9f10811ae6a6c547ff594d6a7f3c6c6b02ee9726d1d0dcfcdd06"
2316dependencies = [
2317 "ring",
2318 "rustls-pki-types",
2319 "untrusted",
2320]
2321
2322[[package]]
2323name = "rustversion"
2324version = "1.0.22"
2325source = "registry+https://github.com/rust-lang/crates.io-index"
2326checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
2327
2328[[package]]
2329name = "ryu"
2330version = "1.0.23"
2331source = "registry+https://github.com/rust-lang/crates.io-index"
2332checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
2333
2334[[package]]
2335name = "schannel"
2336version = "0.1.29"
2337source = "registry+https://github.com/rust-lang/crates.io-index"
2338checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939"
2339dependencies = [
2340 "windows-sys 0.61.2",
2341]
2342
2343[[package]]
2344name = "scopeguard"
2345version = "1.2.0"
2346source = "registry+https://github.com/rust-lang/crates.io-index"
2347checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2348
2349[[package]]
2350name = "sec1"
2351version = "0.7.3"
2352source = "registry+https://github.com/rust-lang/crates.io-index"
2353checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc"
2354dependencies = [
2355 "base16ct",
2356 "der",
2357 "generic-array",
2358 "pkcs8",
2359 "serdect",
2360 "subtle",
2361 "zeroize",
2362]
2363
2364[[package]]
2365name = "security-framework"
2366version = "3.7.0"
2367source = "registry+https://github.com/rust-lang/crates.io-index"
2368checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d"
2369dependencies = [
2370 "bitflags",
2371 "core-foundation 0.10.1",
2372 "core-foundation-sys",
2373 "libc",
2374 "security-framework-sys",
2375]
2376
2377[[package]]
2378name = "security-framework-sys"
2379version = "2.17.0"
2380source = "registry+https://github.com/rust-lang/crates.io-index"
2381checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3"
2382dependencies = [
2383 "core-foundation-sys",
2384 "libc",
2385]
2386
2387[[package]]
2388name = "semver"
2389version = "1.0.28"
2390source = "registry+https://github.com/rust-lang/crates.io-index"
2391checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
2392
2393[[package]]
2394name = "serde"
2395version = "1.0.228"
2396source = "registry+https://github.com/rust-lang/crates.io-index"
2397checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
2398dependencies = [
2399 "serde_core",
2400 "serde_derive",
2401]
2402
2403[[package]]
2404name = "serde_bytes"
2405version = "0.11.19"
2406source = "registry+https://github.com/rust-lang/crates.io-index"
2407checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
2408dependencies = [
2409 "serde",
2410 "serde_core",
2411]
2412
2413[[package]]
2414name = "serde_core"
2415version = "1.0.228"
2416source = "registry+https://github.com/rust-lang/crates.io-index"
2417checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
2418dependencies = [
2419 "serde_derive",
2420]
2421
2422[[package]]
2423name = "serde_derive"
2424version = "1.0.228"
2425source = "registry+https://github.com/rust-lang/crates.io-index"
2426checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
2427dependencies = [
2428 "proc-macro2",
2429 "quote",
2430 "syn",
2431]
2432
2433[[package]]
2434name = "serde_json"
2435version = "1.0.149"
2436source = "registry+https://github.com/rust-lang/crates.io-index"
2437checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
2438dependencies = [
2439 "itoa",
2440 "memchr",
2441 "serde",
2442 "serde_core",
2443 "zmij",
2444]
2445
2446[[package]]
2447name = "serde_path_to_error"
2448version = "0.1.20"
2449source = "registry+https://github.com/rust-lang/crates.io-index"
2450checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
2451dependencies = [
2452 "itoa",
2453 "serde",
2454 "serde_core",
2455]
2456
2457[[package]]
2458name = "serde_urlencoded"
2459version = "0.7.1"
2460source = "registry+https://github.com/rust-lang/crates.io-index"
2461checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
2462dependencies = [
2463 "form_urlencoded",
2464 "itoa",
2465 "ryu",
2466 "serde",
2467]
2468
2469[[package]]
2470name = "serdect"
2471version = "0.2.0"
2472source = "registry+https://github.com/rust-lang/crates.io-index"
2473checksum = "a84f14a19e9a014bb9f4512488d9829a68e04ecabffb0f9904cd1ace94598177"
2474dependencies = [
2475 "base16ct",
2476 "serde",
2477]
2478
2479[[package]]
2480name = "sha1"
2481version = "0.10.6"
2482source = "registry+https://github.com/rust-lang/crates.io-index"
2483checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
2484dependencies = [
2485 "cfg-if",
2486 "cpufeatures 0.2.17",
2487 "digest 0.10.7",
2488]
2489
2490[[package]]
2491name = "sha2"
2492version = "0.10.9"
2493source = "registry+https://github.com/rust-lang/crates.io-index"
2494checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
2495dependencies = [
2496 "cfg-if",
2497 "cpufeatures 0.2.17",
2498 "digest 0.10.7",
2499]
2500
2501[[package]]
2502name = "sha2"
2503version = "0.11.0"
2504source = "registry+https://github.com/rust-lang/crates.io-index"
2505checksum = "446ba717509524cb3f22f17ecc096f10f4822d76ab5c0b9822c5f9c284e825f4"
2506dependencies = [
2507 "cfg-if",
2508 "cpufeatures 0.3.0",
2509 "digest 0.11.2",
2510]
2511
2512[[package]]
2513name = "shlex"
2514version = "1.3.0"
2515source = "registry+https://github.com/rust-lang/crates.io-index"
2516checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
2517
2518[[package]]
2519name = "signal-hook-registry"
2520version = "1.4.8"
2521source = "registry+https://github.com/rust-lang/crates.io-index"
2522checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
2523dependencies = [
2524 "errno",
2525 "libc",
2526]
2527
2528[[package]]
2529name = "signature"
2530version = "2.2.0"
2531source = "registry+https://github.com/rust-lang/crates.io-index"
2532checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
2533dependencies = [
2534 "digest 0.10.7",
2535 "rand_core 0.6.4",
2536]
2537
2538[[package]]
2539name = "simdutf8"
2540version = "0.1.5"
2541source = "registry+https://github.com/rust-lang/crates.io-index"
2542checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
2543
2544[[package]]
2545name = "slab"
2546version = "0.4.12"
2547source = "registry+https://github.com/rust-lang/crates.io-index"
2548checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
2549
2550[[package]]
2551name = "smallvec"
2552version = "1.15.1"
2553source = "registry+https://github.com/rust-lang/crates.io-index"
2554checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
2555dependencies = [
2556 "serde",
2557]
2558
2559[[package]]
2560name = "socket2"
2561version = "0.6.3"
2562source = "registry+https://github.com/rust-lang/crates.io-index"
2563checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e"
2564dependencies = [
2565 "libc",
2566 "windows-sys 0.61.2",
2567]
2568
2569[[package]]
2570name = "spin"
2571version = "0.9.8"
2572source = "registry+https://github.com/rust-lang/crates.io-index"
2573checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
2574dependencies = [
2575 "lock_api",
2576]
2577
2578[[package]]
2579name = "spki"
2580version = "0.7.3"
2581source = "registry+https://github.com/rust-lang/crates.io-index"
2582checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
2583dependencies = [
2584 "base64ct",
2585 "der",
2586]
2587
2588[[package]]
2589name = "sqlx"
2590version = "0.8.6"
2591source = "registry+https://github.com/rust-lang/crates.io-index"
2592checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
2593dependencies = [
2594 "sqlx-core",
2595 "sqlx-macros",
2596 "sqlx-mysql",
2597 "sqlx-postgres",
2598 "sqlx-sqlite",
2599]
2600
2601[[package]]
2602name = "sqlx-core"
2603version = "0.8.6"
2604source = "registry+https://github.com/rust-lang/crates.io-index"
2605checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
2606dependencies = [
2607 "base64",
2608 "bytes",
2609 "chrono",
2610 "crc",
2611 "crossbeam-queue",
2612 "either",
2613 "event-listener",
2614 "futures-core",
2615 "futures-intrusive",
2616 "futures-io",
2617 "futures-util",
2618 "hashbrown 0.15.5",
2619 "hashlink",
2620 "indexmap",
2621 "log",
2622 "memchr",
2623 "native-tls",
2624 "once_cell",
2625 "percent-encoding",
2626 "serde",
2627 "serde_json",
2628 "sha2 0.10.9",
2629 "smallvec",
2630 "thiserror",
2631 "tokio",
2632 "tokio-stream",
2633 "tracing",
2634 "url",
2635]
2636
2637[[package]]
2638name = "sqlx-macros"
2639version = "0.8.6"
2640source = "registry+https://github.com/rust-lang/crates.io-index"
2641checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
2642dependencies = [
2643 "proc-macro2",
2644 "quote",
2645 "sqlx-core",
2646 "sqlx-macros-core",
2647 "syn",
2648]
2649
2650[[package]]
2651name = "sqlx-macros-core"
2652version = "0.8.6"
2653source = "registry+https://github.com/rust-lang/crates.io-index"
2654checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
2655dependencies = [
2656 "dotenvy",
2657 "either",
2658 "heck",
2659 "hex",
2660 "once_cell",
2661 "proc-macro2",
2662 "quote",
2663 "serde",
2664 "serde_json",
2665 "sha2 0.10.9",
2666 "sqlx-core",
2667 "sqlx-mysql",
2668 "sqlx-postgres",
2669 "sqlx-sqlite",
2670 "syn",
2671 "tokio",
2672 "url",
2673]
2674
2675[[package]]
2676name = "sqlx-mysql"
2677version = "0.8.6"
2678source = "registry+https://github.com/rust-lang/crates.io-index"
2679checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
2680dependencies = [
2681 "atoi",
2682 "base64",
2683 "bitflags",
2684 "byteorder",
2685 "bytes",
2686 "chrono",
2687 "crc",
2688 "digest 0.10.7",
2689 "dotenvy",
2690 "either",
2691 "futures-channel",
2692 "futures-core",
2693 "futures-io",
2694 "futures-util",
2695 "generic-array",
2696 "hex",
2697 "hkdf",
2698 "hmac",
2699 "itoa",
2700 "log",
2701 "md-5",
2702 "memchr",
2703 "once_cell",
2704 "percent-encoding",
2705 "rand 0.8.6",
2706 "rsa",
2707 "serde",
2708 "sha1",
2709 "sha2 0.10.9",
2710 "smallvec",
2711 "sqlx-core",
2712 "stringprep",
2713 "thiserror",
2714 "tracing",
2715 "whoami",
2716]
2717
2718[[package]]
2719name = "sqlx-postgres"
2720version = "0.8.6"
2721source = "registry+https://github.com/rust-lang/crates.io-index"
2722checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
2723dependencies = [
2724 "atoi",
2725 "base64",
2726 "bitflags",
2727 "byteorder",
2728 "chrono",
2729 "crc",
2730 "dotenvy",
2731 "etcetera",
2732 "futures-channel",
2733 "futures-core",
2734 "futures-util",
2735 "hex",
2736 "hkdf",
2737 "hmac",
2738 "home",
2739 "itoa",
2740 "log",
2741 "md-5",
2742 "memchr",
2743 "once_cell",
2744 "rand 0.8.6",
2745 "serde",
2746 "serde_json",
2747 "sha2 0.10.9",
2748 "smallvec",
2749 "sqlx-core",
2750 "stringprep",
2751 "thiserror",
2752 "tracing",
2753 "whoami",
2754]
2755
2756[[package]]
2757name = "sqlx-sqlite"
2758version = "0.8.6"
2759source = "registry+https://github.com/rust-lang/crates.io-index"
2760checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
2761dependencies = [
2762 "atoi",
2763 "chrono",
2764 "flume",
2765 "futures-channel",
2766 "futures-core",
2767 "futures-executor",
2768 "futures-intrusive",
2769 "futures-util",
2770 "libsqlite3-sys",
2771 "log",
2772 "percent-encoding",
2773 "serde",
2774 "serde_urlencoded",
2775 "sqlx-core",
2776 "thiserror",
2777 "tracing",
2778 "url",
2779]
2780
2781[[package]]
2782name = "stable_deref_trait"
2783version = "1.2.1"
2784source = "registry+https://github.com/rust-lang/crates.io-index"
2785checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
2786
2787[[package]]
2788name = "static_assertions"
2789version = "1.1.0"
2790source = "registry+https://github.com/rust-lang/crates.io-index"
2791checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
2792
2793[[package]]
2794name = "stringprep"
2795version = "0.1.5"
2796source = "registry+https://github.com/rust-lang/crates.io-index"
2797checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
2798dependencies = [
2799 "unicode-bidi",
2800 "unicode-normalization",
2801 "unicode-properties",
2802]
2803
2804[[package]]
2805name = "subtle"
2806version = "2.6.1"
2807source = "registry+https://github.com/rust-lang/crates.io-index"
2808checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
2809
2810[[package]]
2811name = "syn"
2812version = "2.0.117"
2813source = "registry+https://github.com/rust-lang/crates.io-index"
2814checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
2815dependencies = [
2816 "proc-macro2",
2817 "quote",
2818 "unicode-ident",
2819]
2820
2821[[package]]
2822name = "sync_wrapper"
2823version = "1.0.2"
2824source = "registry+https://github.com/rust-lang/crates.io-index"
2825checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
2826dependencies = [
2827 "futures-core",
2828]
2829
2830[[package]]
2831name = "synstructure"
2832version = "0.13.2"
2833source = "registry+https://github.com/rust-lang/crates.io-index"
2834checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
2835dependencies = [
2836 "proc-macro2",
2837 "quote",
2838 "syn",
2839]
2840
2841[[package]]
2842name = "system-configuration"
2843version = "0.7.0"
2844source = "registry+https://github.com/rust-lang/crates.io-index"
2845checksum = "a13f3d0daba03132c0aa9767f98351b3488edc2c100cda2d2ec2b04f3d8d3c8b"
2846dependencies = [
2847 "bitflags",
2848 "core-foundation 0.9.4",
2849 "system-configuration-sys",
2850]
2851
2852[[package]]
2853name = "system-configuration-sys"
2854version = "0.6.0"
2855source = "registry+https://github.com/rust-lang/crates.io-index"
2856checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
2857dependencies = [
2858 "core-foundation-sys",
2859 "libc",
2860]
2861
2862[[package]]
2863name = "tagptr"
2864version = "0.2.0"
2865source = "registry+https://github.com/rust-lang/crates.io-index"
2866checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
2867
2868[[package]]
2869name = "tempfile"
2870version = "3.27.0"
2871source = "registry+https://github.com/rust-lang/crates.io-index"
2872checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
2873dependencies = [
2874 "fastrand",
2875 "getrandom 0.4.2",
2876 "once_cell",
2877 "rustix",
2878 "windows-sys 0.61.2",
2879]
2880
2881[[package]]
2882name = "thiserror"
2883version = "2.0.18"
2884source = "registry+https://github.com/rust-lang/crates.io-index"
2885checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
2886dependencies = [
2887 "thiserror-impl",
2888]
2889
2890[[package]]
2891name = "thiserror-impl"
2892version = "2.0.18"
2893source = "registry+https://github.com/rust-lang/crates.io-index"
2894checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
2895dependencies = [
2896 "proc-macro2",
2897 "quote",
2898 "syn",
2899]
2900
2901[[package]]
2902name = "time"
2903version = "0.3.47"
2904source = "registry+https://github.com/rust-lang/crates.io-index"
2905checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
2906dependencies = [
2907 "deranged",
2908 "num-conv",
2909 "powerfmt",
2910 "serde_core",
2911 "time-core",
2912]
2913
2914[[package]]
2915name = "time-core"
2916version = "0.1.8"
2917source = "registry+https://github.com/rust-lang/crates.io-index"
2918checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
2919
2920[[package]]
2921name = "tinystr"
2922version = "0.8.3"
2923source = "registry+https://github.com/rust-lang/crates.io-index"
2924checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d"
2925dependencies = [
2926 "displaydoc",
2927 "zerovec",
2928]
2929
2930[[package]]
2931name = "tinyvec"
2932version = "1.11.0"
2933source = "registry+https://github.com/rust-lang/crates.io-index"
2934checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3"
2935dependencies = [
2936 "tinyvec_macros",
2937]
2938
2939[[package]]
2940name = "tinyvec_macros"
2941version = "0.1.1"
2942source = "registry+https://github.com/rust-lang/crates.io-index"
2943checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2944
2945[[package]]
2946name = "tokio"
2947version = "1.52.1"
2948source = "registry+https://github.com/rust-lang/crates.io-index"
2949checksum = "b67dee974fe86fd92cc45b7a95fdd2f99a36a6d7b0d431a231178d3d670bbcc6"
2950dependencies = [
2951 "bytes",
2952 "libc",
2953 "mio",
2954 "parking_lot",
2955 "pin-project-lite",
2956 "signal-hook-registry",
2957 "socket2",
2958 "tokio-macros",
2959 "windows-sys 0.61.2",
2960]
2961
2962[[package]]
2963name = "tokio-macros"
2964version = "2.7.0"
2965source = "registry+https://github.com/rust-lang/crates.io-index"
2966checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496"
2967dependencies = [
2968 "proc-macro2",
2969 "quote",
2970 "syn",
2971]
2972
2973[[package]]
2974name = "tokio-rustls"
2975version = "0.26.4"
2976source = "registry+https://github.com/rust-lang/crates.io-index"
2977checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
2978dependencies = [
2979 "rustls",
2980 "tokio",
2981]
2982
2983[[package]]
2984name = "tokio-stream"
2985version = "0.1.18"
2986source = "registry+https://github.com/rust-lang/crates.io-index"
2987checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70"
2988dependencies = [
2989 "futures-core",
2990 "pin-project-lite",
2991 "tokio",
2992]
2993
2994[[package]]
2995name = "tokio-util"
2996version = "0.7.18"
2997source = "registry+https://github.com/rust-lang/crates.io-index"
2998checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
2999dependencies = [
3000 "bytes",
3001 "futures-core",
3002 "futures-sink",
3003 "pin-project-lite",
3004 "tokio",
3005]
3006
3007[[package]]
3008name = "tokio-websockets"
3009version = "0.13.2"
3010source = "registry+https://github.com/rust-lang/crates.io-index"
3011checksum = "dad543404f98bfc969aeb71994105c592acfc6c43323fddcd016bb208d1c65cb"
3012dependencies = [
3013 "base64",
3014 "bytes",
3015 "fastrand",
3016 "futures-core",
3017 "futures-sink",
3018 "http",
3019 "httparse",
3020 "ring",
3021 "rustls-native-certs",
3022 "rustls-pki-types",
3023 "simdutf8",
3024 "tokio",
3025 "tokio-rustls",
3026 "tokio-util",
3027]
3028
3029[[package]]
3030name = "tower"
3031version = "0.5.3"
3032source = "registry+https://github.com/rust-lang/crates.io-index"
3033checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
3034dependencies = [
3035 "futures-core",
3036 "futures-util",
3037 "pin-project-lite",
3038 "sync_wrapper",
3039 "tokio",
3040 "tower-layer",
3041 "tower-service",
3042 "tracing",
3043]
3044
3045[[package]]
3046name = "tower-http"
3047version = "0.6.8"
3048source = "registry+https://github.com/rust-lang/crates.io-index"
3049checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8"
3050dependencies = [
3051 "bitflags",
3052 "bytes",
3053 "futures-util",
3054 "http",
3055 "http-body",
3056 "iri-string",
3057 "pin-project-lite",
3058 "tower",
3059 "tower-layer",
3060 "tower-service",
3061]
3062
3063[[package]]
3064name = "tower-layer"
3065version = "0.3.3"
3066source = "registry+https://github.com/rust-lang/crates.io-index"
3067checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
3068
3069[[package]]
3070name = "tower-service"
3071version = "0.3.3"
3072source = "registry+https://github.com/rust-lang/crates.io-index"
3073checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
3074
3075[[package]]
3076name = "tracing"
3077version = "0.1.44"
3078source = "registry+https://github.com/rust-lang/crates.io-index"
3079checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
3080dependencies = [
3081 "log",
3082 "pin-project-lite",
3083 "tracing-attributes",
3084 "tracing-core",
3085]
3086
3087[[package]]
3088name = "tracing-attributes"
3089version = "0.1.31"
3090source = "registry+https://github.com/rust-lang/crates.io-index"
3091checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
3092dependencies = [
3093 "proc-macro2",
3094 "quote",
3095 "syn",
3096]
3097
3098[[package]]
3099name = "tracing-core"
3100version = "0.1.36"
3101source = "registry+https://github.com/rust-lang/crates.io-index"
3102checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
3103dependencies = [
3104 "once_cell",
3105]
3106
3107[[package]]
3108name = "try-lock"
3109version = "0.2.5"
3110source = "registry+https://github.com/rust-lang/crates.io-index"
3111checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
3112
3113[[package]]
3114name = "typenum"
3115version = "1.20.0"
3116source = "registry+https://github.com/rust-lang/crates.io-index"
3117checksum = "40ce102ab67701b8526c123c1bab5cbe42d7040ccfd0f64af1a385808d2f43de"
3118
3119[[package]]
3120name = "unicode-bidi"
3121version = "0.3.18"
3122source = "registry+https://github.com/rust-lang/crates.io-index"
3123checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
3124
3125[[package]]
3126name = "unicode-ident"
3127version = "1.0.24"
3128source = "registry+https://github.com/rust-lang/crates.io-index"
3129checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
3130
3131[[package]]
3132name = "unicode-normalization"
3133version = "0.1.25"
3134source = "registry+https://github.com/rust-lang/crates.io-index"
3135checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8"
3136dependencies = [
3137 "tinyvec",
3138]
3139
3140[[package]]
3141name = "unicode-properties"
3142version = "0.1.4"
3143source = "registry+https://github.com/rust-lang/crates.io-index"
3144checksum = "7df058c713841ad818f1dc5d3fd88063241cc61f49f5fbea4b951e8cf5a8d71d"
3145
3146[[package]]
3147name = "unicode-xid"
3148version = "0.2.6"
3149source = "registry+https://github.com/rust-lang/crates.io-index"
3150checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
3151
3152[[package]]
3153name = "unsigned-varint"
3154version = "0.8.0"
3155source = "registry+https://github.com/rust-lang/crates.io-index"
3156checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06"
3157
3158[[package]]
3159name = "untrusted"
3160version = "0.9.0"
3161source = "registry+https://github.com/rust-lang/crates.io-index"
3162checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
3163
3164[[package]]
3165name = "url"
3166version = "2.5.8"
3167source = "registry+https://github.com/rust-lang/crates.io-index"
3168checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
3169dependencies = [
3170 "form_urlencoded",
3171 "idna",
3172 "percent-encoding",
3173 "serde",
3174]
3175
3176[[package]]
3177name = "utf8_iter"
3178version = "1.0.4"
3179source = "registry+https://github.com/rust-lang/crates.io-index"
3180checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
3181
3182[[package]]
3183name = "uuid"
3184version = "1.23.1"
3185source = "registry+https://github.com/rust-lang/crates.io-index"
3186checksum = "ddd74a9687298c6858e9b88ec8935ec45d22e8fd5e6394fa1bd4e99a87789c76"
3187dependencies = [
3188 "getrandom 0.4.2",
3189 "js-sys",
3190 "wasm-bindgen",
3191]
3192
3193[[package]]
3194name = "vcpkg"
3195version = "0.2.15"
3196source = "registry+https://github.com/rust-lang/crates.io-index"
3197checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
3198
3199[[package]]
3200name = "version_check"
3201version = "0.9.5"
3202source = "registry+https://github.com/rust-lang/crates.io-index"
3203checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
3204
3205[[package]]
3206name = "want"
3207version = "0.3.1"
3208source = "registry+https://github.com/rust-lang/crates.io-index"
3209checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
3210dependencies = [
3211 "try-lock",
3212]
3213
3214[[package]]
3215name = "wasi"
3216version = "0.11.1+wasi-snapshot-preview1"
3217source = "registry+https://github.com/rust-lang/crates.io-index"
3218checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
3219
3220[[package]]
3221name = "wasip2"
3222version = "1.0.3+wasi-0.2.9"
3223source = "registry+https://github.com/rust-lang/crates.io-index"
3224checksum = "20064672db26d7cdc89c7798c48a0fdfac8213434a1186e5ef29fd560ae223d6"
3225dependencies = [
3226 "wit-bindgen 0.57.1",
3227]
3228
3229[[package]]
3230name = "wasip3"
3231version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
3232source = "registry+https://github.com/rust-lang/crates.io-index"
3233checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
3234dependencies = [
3235 "wit-bindgen 0.51.0",
3236]
3237
3238[[package]]
3239name = "wasite"
3240version = "0.1.0"
3241source = "registry+https://github.com/rust-lang/crates.io-index"
3242checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
3243
3244[[package]]
3245name = "wasm-bindgen"
3246version = "0.2.118"
3247source = "registry+https://github.com/rust-lang/crates.io-index"
3248checksum = "0bf938a0bacb0469e83c1e148908bd7d5a6010354cf4fb73279b7447422e3a89"
3249dependencies = [
3250 "cfg-if",
3251 "once_cell",
3252 "rustversion",
3253 "wasm-bindgen-macro",
3254 "wasm-bindgen-shared",
3255]
3256
3257[[package]]
3258name = "wasm-bindgen-futures"
3259version = "0.4.68"
3260source = "registry+https://github.com/rust-lang/crates.io-index"
3261checksum = "f371d383f2fb139252e0bfac3b81b265689bf45b6874af544ffa4c975ac1ebf8"
3262dependencies = [
3263 "js-sys",
3264 "wasm-bindgen",
3265]
3266
3267[[package]]
3268name = "wasm-bindgen-macro"
3269version = "0.2.118"
3270source = "registry+https://github.com/rust-lang/crates.io-index"
3271checksum = "eeff24f84126c0ec2db7a449f0c2ec963c6a49efe0698c4242929da037ca28ed"
3272dependencies = [
3273 "quote",
3274 "wasm-bindgen-macro-support",
3275]
3276
3277[[package]]
3278name = "wasm-bindgen-macro-support"
3279version = "0.2.118"
3280source = "registry+https://github.com/rust-lang/crates.io-index"
3281checksum = "9d08065faf983b2b80a79fd87d8254c409281cf7de75fc4b773019824196c904"
3282dependencies = [
3283 "bumpalo",
3284 "proc-macro2",
3285 "quote",
3286 "syn",
3287 "wasm-bindgen-shared",
3288]
3289
3290[[package]]
3291name = "wasm-bindgen-shared"
3292version = "0.2.118"
3293source = "registry+https://github.com/rust-lang/crates.io-index"
3294checksum = "5fd04d9e306f1907bd13c6361b5c6bfc7b3b3c095ed3f8a9246390f8dbdee129"
3295dependencies = [
3296 "unicode-ident",
3297]
3298
3299[[package]]
3300name = "wasm-encoder"
3301version = "0.244.0"
3302source = "registry+https://github.com/rust-lang/crates.io-index"
3303checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
3304dependencies = [
3305 "leb128fmt",
3306 "wasmparser",
3307]
3308
3309[[package]]
3310name = "wasm-metadata"
3311version = "0.244.0"
3312source = "registry+https://github.com/rust-lang/crates.io-index"
3313checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
3314dependencies = [
3315 "anyhow",
3316 "indexmap",
3317 "wasm-encoder",
3318 "wasmparser",
3319]
3320
3321[[package]]
3322name = "wasmparser"
3323version = "0.244.0"
3324source = "registry+https://github.com/rust-lang/crates.io-index"
3325checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
3326dependencies = [
3327 "bitflags",
3328 "hashbrown 0.15.5",
3329 "indexmap",
3330 "semver",
3331]
3332
3333[[package]]
3334name = "web-sys"
3335version = "0.3.95"
3336source = "registry+https://github.com/rust-lang/crates.io-index"
3337checksum = "4f2dfbb17949fa2088e5d39408c48368947b86f7834484e87b73de55bc14d97d"
3338dependencies = [
3339 "js-sys",
3340 "wasm-bindgen",
3341]
3342
3343[[package]]
3344name = "web-time"
3345version = "1.1.0"
3346source = "registry+https://github.com/rust-lang/crates.io-index"
3347checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
3348dependencies = [
3349 "js-sys",
3350 "wasm-bindgen",
3351]
3352
3353[[package]]
3354name = "webpki-roots"
3355version = "1.0.7"
3356source = "registry+https://github.com/rust-lang/crates.io-index"
3357checksum = "52f5ee44c96cf55f1b349600768e3ece3a8f26010c05265ab73f945bb1a2eb9d"
3358dependencies = [
3359 "rustls-pki-types",
3360]
3361
3362[[package]]
3363name = "whoami"
3364version = "1.6.1"
3365source = "registry+https://github.com/rust-lang/crates.io-index"
3366checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
3367dependencies = [
3368 "libredox",
3369 "wasite",
3370]
3371
3372[[package]]
3373name = "widestring"
3374version = "1.2.1"
3375source = "registry+https://github.com/rust-lang/crates.io-index"
3376checksum = "72069c3113ab32ab29e5584db3c6ec55d416895e60715417b5b883a357c3e471"
3377
3378[[package]]
3379name = "windows-core"
3380version = "0.62.2"
3381source = "registry+https://github.com/rust-lang/crates.io-index"
3382checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
3383dependencies = [
3384 "windows-implement",
3385 "windows-interface",
3386 "windows-link",
3387 "windows-result",
3388 "windows-strings",
3389]
3390
3391[[package]]
3392name = "windows-implement"
3393version = "0.60.2"
3394source = "registry+https://github.com/rust-lang/crates.io-index"
3395checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
3396dependencies = [
3397 "proc-macro2",
3398 "quote",
3399 "syn",
3400]
3401
3402[[package]]
3403name = "windows-interface"
3404version = "0.59.3"
3405source = "registry+https://github.com/rust-lang/crates.io-index"
3406checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
3407dependencies = [
3408 "proc-macro2",
3409 "quote",
3410 "syn",
3411]
3412
3413[[package]]
3414name = "windows-link"
3415version = "0.2.1"
3416source = "registry+https://github.com/rust-lang/crates.io-index"
3417checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
3418
3419[[package]]
3420name = "windows-registry"
3421version = "0.6.1"
3422source = "registry+https://github.com/rust-lang/crates.io-index"
3423checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
3424dependencies = [
3425 "windows-link",
3426 "windows-result",
3427 "windows-strings",
3428]
3429
3430[[package]]
3431name = "windows-result"
3432version = "0.4.1"
3433source = "registry+https://github.com/rust-lang/crates.io-index"
3434checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
3435dependencies = [
3436 "windows-link",
3437]
3438
3439[[package]]
3440name = "windows-strings"
3441version = "0.5.1"
3442source = "registry+https://github.com/rust-lang/crates.io-index"
3443checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
3444dependencies = [
3445 "windows-link",
3446]
3447
3448[[package]]
3449name = "windows-sys"
3450version = "0.48.0"
3451source = "registry+https://github.com/rust-lang/crates.io-index"
3452checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
3453dependencies = [
3454 "windows-targets 0.48.5",
3455]
3456
3457[[package]]
3458name = "windows-sys"
3459version = "0.52.0"
3460source = "registry+https://github.com/rust-lang/crates.io-index"
3461checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
3462dependencies = [
3463 "windows-targets 0.52.6",
3464]
3465
3466[[package]]
3467name = "windows-sys"
3468version = "0.60.2"
3469source = "registry+https://github.com/rust-lang/crates.io-index"
3470checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
3471dependencies = [
3472 "windows-targets 0.53.5",
3473]
3474
3475[[package]]
3476name = "windows-sys"
3477version = "0.61.2"
3478source = "registry+https://github.com/rust-lang/crates.io-index"
3479checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
3480dependencies = [
3481 "windows-link",
3482]
3483
3484[[package]]
3485name = "windows-targets"
3486version = "0.48.5"
3487source = "registry+https://github.com/rust-lang/crates.io-index"
3488checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
3489dependencies = [
3490 "windows_aarch64_gnullvm 0.48.5",
3491 "windows_aarch64_msvc 0.48.5",
3492 "windows_i686_gnu 0.48.5",
3493 "windows_i686_msvc 0.48.5",
3494 "windows_x86_64_gnu 0.48.5",
3495 "windows_x86_64_gnullvm 0.48.5",
3496 "windows_x86_64_msvc 0.48.5",
3497]
3498
3499[[package]]
3500name = "windows-targets"
3501version = "0.52.6"
3502source = "registry+https://github.com/rust-lang/crates.io-index"
3503checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
3504dependencies = [
3505 "windows_aarch64_gnullvm 0.52.6",
3506 "windows_aarch64_msvc 0.52.6",
3507 "windows_i686_gnu 0.52.6",
3508 "windows_i686_gnullvm 0.52.6",
3509 "windows_i686_msvc 0.52.6",
3510 "windows_x86_64_gnu 0.52.6",
3511 "windows_x86_64_gnullvm 0.52.6",
3512 "windows_x86_64_msvc 0.52.6",
3513]
3514
3515[[package]]
3516name = "windows-targets"
3517version = "0.53.5"
3518source = "registry+https://github.com/rust-lang/crates.io-index"
3519checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
3520dependencies = [
3521 "windows-link",
3522 "windows_aarch64_gnullvm 0.53.1",
3523 "windows_aarch64_msvc 0.53.1",
3524 "windows_i686_gnu 0.53.1",
3525 "windows_i686_gnullvm 0.53.1",
3526 "windows_i686_msvc 0.53.1",
3527 "windows_x86_64_gnu 0.53.1",
3528 "windows_x86_64_gnullvm 0.53.1",
3529 "windows_x86_64_msvc 0.53.1",
3530]
3531
3532[[package]]
3533name = "windows_aarch64_gnullvm"
3534version = "0.48.5"
3535source = "registry+https://github.com/rust-lang/crates.io-index"
3536checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
3537
3538[[package]]
3539name = "windows_aarch64_gnullvm"
3540version = "0.52.6"
3541source = "registry+https://github.com/rust-lang/crates.io-index"
3542checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
3543
3544[[package]]
3545name = "windows_aarch64_gnullvm"
3546version = "0.53.1"
3547source = "registry+https://github.com/rust-lang/crates.io-index"
3548checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
3549
3550[[package]]
3551name = "windows_aarch64_msvc"
3552version = "0.48.5"
3553source = "registry+https://github.com/rust-lang/crates.io-index"
3554checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
3555
3556[[package]]
3557name = "windows_aarch64_msvc"
3558version = "0.52.6"
3559source = "registry+https://github.com/rust-lang/crates.io-index"
3560checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
3561
3562[[package]]
3563name = "windows_aarch64_msvc"
3564version = "0.53.1"
3565source = "registry+https://github.com/rust-lang/crates.io-index"
3566checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
3567
3568[[package]]
3569name = "windows_i686_gnu"
3570version = "0.48.5"
3571source = "registry+https://github.com/rust-lang/crates.io-index"
3572checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
3573
3574[[package]]
3575name = "windows_i686_gnu"
3576version = "0.52.6"
3577source = "registry+https://github.com/rust-lang/crates.io-index"
3578checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
3579
3580[[package]]
3581name = "windows_i686_gnu"
3582version = "0.53.1"
3583source = "registry+https://github.com/rust-lang/crates.io-index"
3584checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
3585
3586[[package]]
3587name = "windows_i686_gnullvm"
3588version = "0.52.6"
3589source = "registry+https://github.com/rust-lang/crates.io-index"
3590checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
3591
3592[[package]]
3593name = "windows_i686_gnullvm"
3594version = "0.53.1"
3595source = "registry+https://github.com/rust-lang/crates.io-index"
3596checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
3597
3598[[package]]
3599name = "windows_i686_msvc"
3600version = "0.48.5"
3601source = "registry+https://github.com/rust-lang/crates.io-index"
3602checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
3603
3604[[package]]
3605name = "windows_i686_msvc"
3606version = "0.52.6"
3607source = "registry+https://github.com/rust-lang/crates.io-index"
3608checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
3609
3610[[package]]
3611name = "windows_i686_msvc"
3612version = "0.53.1"
3613source = "registry+https://github.com/rust-lang/crates.io-index"
3614checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
3615
3616[[package]]
3617name = "windows_x86_64_gnu"
3618version = "0.48.5"
3619source = "registry+https://github.com/rust-lang/crates.io-index"
3620checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
3621
3622[[package]]
3623name = "windows_x86_64_gnu"
3624version = "0.52.6"
3625source = "registry+https://github.com/rust-lang/crates.io-index"
3626checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
3627
3628[[package]]
3629name = "windows_x86_64_gnu"
3630version = "0.53.1"
3631source = "registry+https://github.com/rust-lang/crates.io-index"
3632checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
3633
3634[[package]]
3635name = "windows_x86_64_gnullvm"
3636version = "0.48.5"
3637source = "registry+https://github.com/rust-lang/crates.io-index"
3638checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
3639
3640[[package]]
3641name = "windows_x86_64_gnullvm"
3642version = "0.52.6"
3643source = "registry+https://github.com/rust-lang/crates.io-index"
3644checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
3645
3646[[package]]
3647name = "windows_x86_64_gnullvm"
3648version = "0.53.1"
3649source = "registry+https://github.com/rust-lang/crates.io-index"
3650checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
3651
3652[[package]]
3653name = "windows_x86_64_msvc"
3654version = "0.48.5"
3655source = "registry+https://github.com/rust-lang/crates.io-index"
3656checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
3657
3658[[package]]
3659name = "windows_x86_64_msvc"
3660version = "0.52.6"
3661source = "registry+https://github.com/rust-lang/crates.io-index"
3662checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
3663
3664[[package]]
3665name = "windows_x86_64_msvc"
3666version = "0.53.1"
3667source = "registry+https://github.com/rust-lang/crates.io-index"
3668checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
3669
3670[[package]]
3671name = "wit-bindgen"
3672version = "0.51.0"
3673source = "registry+https://github.com/rust-lang/crates.io-index"
3674checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
3675dependencies = [
3676 "wit-bindgen-rust-macro",
3677]
3678
3679[[package]]
3680name = "wit-bindgen"
3681version = "0.57.1"
3682source = "registry+https://github.com/rust-lang/crates.io-index"
3683checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
3684
3685[[package]]
3686name = "wit-bindgen-core"
3687version = "0.51.0"
3688source = "registry+https://github.com/rust-lang/crates.io-index"
3689checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
3690dependencies = [
3691 "anyhow",
3692 "heck",
3693 "wit-parser",
3694]
3695
3696[[package]]
3697name = "wit-bindgen-rust"
3698version = "0.51.0"
3699source = "registry+https://github.com/rust-lang/crates.io-index"
3700checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
3701dependencies = [
3702 "anyhow",
3703 "heck",
3704 "indexmap",
3705 "prettyplease",
3706 "syn",
3707 "wasm-metadata",
3708 "wit-bindgen-core",
3709 "wit-component",
3710]
3711
3712[[package]]
3713name = "wit-bindgen-rust-macro"
3714version = "0.51.0"
3715source = "registry+https://github.com/rust-lang/crates.io-index"
3716checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
3717dependencies = [
3718 "anyhow",
3719 "prettyplease",
3720 "proc-macro2",
3721 "quote",
3722 "syn",
3723 "wit-bindgen-core",
3724 "wit-bindgen-rust",
3725]
3726
3727[[package]]
3728name = "wit-component"
3729version = "0.244.0"
3730source = "registry+https://github.com/rust-lang/crates.io-index"
3731checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
3732dependencies = [
3733 "anyhow",
3734 "bitflags",
3735 "indexmap",
3736 "log",
3737 "serde",
3738 "serde_derive",
3739 "serde_json",
3740 "wasm-encoder",
3741 "wasm-metadata",
3742 "wasmparser",
3743 "wit-parser",
3744]
3745
3746[[package]]
3747name = "wit-parser"
3748version = "0.244.0"
3749source = "registry+https://github.com/rust-lang/crates.io-index"
3750checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
3751dependencies = [
3752 "anyhow",
3753 "id-arena",
3754 "indexmap",
3755 "log",
3756 "semver",
3757 "serde",
3758 "serde_derive",
3759 "serde_json",
3760 "unicode-xid",
3761 "wasmparser",
3762]
3763
3764[[package]]
3765name = "writeable"
3766version = "0.6.3"
3767source = "registry+https://github.com/rust-lang/crates.io-index"
3768checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4"
3769
3770[[package]]
3771name = "yoke"
3772version = "0.8.2"
3773source = "registry+https://github.com/rust-lang/crates.io-index"
3774checksum = "abe8c5fda708d9ca3df187cae8bfb9ceda00dd96231bed36e445a1a48e66f9ca"
3775dependencies = [
3776 "stable_deref_trait",
3777 "yoke-derive",
3778 "zerofrom",
3779]
3780
3781[[package]]
3782name = "yoke-derive"
3783version = "0.8.2"
3784source = "registry+https://github.com/rust-lang/crates.io-index"
3785checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
3786dependencies = [
3787 "proc-macro2",
3788 "quote",
3789 "syn",
3790 "synstructure",
3791]
3792
3793[[package]]
3794name = "zerocopy"
3795version = "0.8.48"
3796source = "registry+https://github.com/rust-lang/crates.io-index"
3797checksum = "eed437bf9d6692032087e337407a86f04cd8d6a16a37199ed57949d415bd68e9"
3798dependencies = [
3799 "zerocopy-derive",
3800]
3801
3802[[package]]
3803name = "zerocopy-derive"
3804version = "0.8.48"
3805source = "registry+https://github.com/rust-lang/crates.io-index"
3806checksum = "70e3cd084b1788766f53af483dd21f93881ff30d7320490ec3ef7526d203bad4"
3807dependencies = [
3808 "proc-macro2",
3809 "quote",
3810 "syn",
3811]
3812
3813[[package]]
3814name = "zerofrom"
3815version = "0.1.7"
3816source = "registry+https://github.com/rust-lang/crates.io-index"
3817checksum = "69faa1f2a1ea75661980b013019ed6687ed0e83d069bc1114e2cc74c6c04c4df"
3818dependencies = [
3819 "zerofrom-derive",
3820]
3821
3822[[package]]
3823name = "zerofrom-derive"
3824version = "0.1.7"
3825source = "registry+https://github.com/rust-lang/crates.io-index"
3826checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
3827dependencies = [
3828 "proc-macro2",
3829 "quote",
3830 "syn",
3831 "synstructure",
3832]
3833
3834[[package]]
3835name = "zeroize"
3836version = "1.8.2"
3837source = "registry+https://github.com/rust-lang/crates.io-index"
3838checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
3839
3840[[package]]
3841name = "zerotrie"
3842version = "0.2.4"
3843source = "registry+https://github.com/rust-lang/crates.io-index"
3844checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf"
3845dependencies = [
3846 "displaydoc",
3847 "yoke",
3848 "zerofrom",
3849]
3850
3851[[package]]
3852name = "zerovec"
3853version = "0.11.6"
3854source = "registry+https://github.com/rust-lang/crates.io-index"
3855checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239"
3856dependencies = [
3857 "yoke",
3858 "zerofrom",
3859 "zerovec-derive",
3860]
3861
3862[[package]]
3863name = "zerovec-derive"
3864version = "0.11.3"
3865source = "registry+https://github.com/rust-lang/crates.io-index"
3866checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555"
3867dependencies = [
3868 "proc-macro2",
3869 "quote",
3870 "syn",
3871]
3872
3873[[package]]
3874name = "zmij"
3875version = "1.0.21"
3876source = "registry+https://github.com/rust-lang/crates.io-index"
3877checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"