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