this repo has no description
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "addr2line"
7version = "0.24.2"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
10dependencies = [
11 "gimli",
12]
13
14[[package]]
15name = "adler2"
16version = "2.0.1"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
19
20[[package]]
21name = "aho-corasick"
22version = "1.1.3"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
25dependencies = [
26 "memchr",
27]
28
29[[package]]
30name = "allocator-api2"
31version = "0.2.21"
32source = "registry+https://github.com/rust-lang/crates.io-index"
33checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
34
35[[package]]
36name = "android_system_properties"
37version = "0.1.5"
38source = "registry+https://github.com/rust-lang/crates.io-index"
39checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
40dependencies = [
41 "libc",
42]
43
44[[package]]
45name = "anyhow"
46version = "1.0.100"
47source = "registry+https://github.com/rust-lang/crates.io-index"
48checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
49
50[[package]]
51name = "async-compression"
52version = "0.4.30"
53source = "registry+https://github.com/rust-lang/crates.io-index"
54checksum = "977eb15ea9efd848bb8a4a1a2500347ed7f0bf794edf0dc3ddcf439f43d36b23"
55dependencies = [
56 "compression-codecs",
57 "compression-core",
58 "futures-core",
59 "pin-project-lite",
60 "tokio",
61]
62
63[[package]]
64name = "async-lock"
65version = "3.4.1"
66source = "registry+https://github.com/rust-lang/crates.io-index"
67checksum = "5fd03604047cee9b6ce9de9f70c6cd540a0520c813cbd49bae61f33ab80ed1dc"
68dependencies = [
69 "event-listener",
70 "event-listener-strategy",
71 "pin-project-lite",
72]
73
74[[package]]
75name = "async-trait"
76version = "0.1.89"
77source = "registry+https://github.com/rust-lang/crates.io-index"
78checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
79dependencies = [
80 "proc-macro2",
81 "quote",
82 "syn",
83]
84
85[[package]]
86name = "atomic-waker"
87version = "1.1.2"
88source = "registry+https://github.com/rust-lang/crates.io-index"
89checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
90
91[[package]]
92name = "atrium-api"
93version = "0.25.5"
94source = "registry+https://github.com/rust-lang/crates.io-index"
95checksum = "8bceed6a87be6213040945254aa94191490fea22b7f49dec584e349f336cc17a"
96dependencies = [
97 "atrium-common",
98 "atrium-xrpc",
99 "chrono",
100 "http",
101 "ipld-core",
102 "langtag",
103 "regex",
104 "serde",
105 "serde_bytes",
106 "serde_json",
107 "thiserror 1.0.69",
108 "tokio",
109 "trait-variant",
110]
111
112[[package]]
113name = "atrium-common"
114version = "0.1.2"
115source = "registry+https://github.com/rust-lang/crates.io-index"
116checksum = "9ed5610654043faa396a5a15afac0ac646d76aebe45aebd7cef4f8b96b0ab7f4"
117dependencies = [
118 "dashmap",
119 "lru",
120 "moka",
121 "thiserror 1.0.69",
122 "tokio",
123 "trait-variant",
124 "web-time",
125]
126
127[[package]]
128name = "atrium-xrpc"
129version = "0.12.3"
130source = "registry+https://github.com/rust-lang/crates.io-index"
131checksum = "0216ad50ce34e9ff982e171c3659e65dedaa2ed5ac2994524debdc9a9647ffa8"
132dependencies = [
133 "http",
134 "serde",
135 "serde_html_form",
136 "serde_json",
137 "thiserror 1.0.69",
138 "trait-variant",
139]
140
141[[package]]
142name = "atrium-xrpc-client"
143version = "0.5.14"
144source = "registry+https://github.com/rust-lang/crates.io-index"
145checksum = "e099e5171f79faef52364ef0657a4cab086a71b384a779a29597a91b780de0d5"
146dependencies = [
147 "atrium-xrpc",
148 "reqwest",
149]
150
151[[package]]
152name = "autocfg"
153version = "1.5.0"
154source = "registry+https://github.com/rust-lang/crates.io-index"
155checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
156
157[[package]]
158name = "backtrace"
159version = "0.3.75"
160source = "registry+https://github.com/rust-lang/crates.io-index"
161checksum = "6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002"
162dependencies = [
163 "addr2line",
164 "cfg-if",
165 "libc",
166 "miniz_oxide",
167 "object",
168 "rustc-demangle",
169 "windows-targets",
170]
171
172[[package]]
173name = "base-x"
174version = "0.2.11"
175source = "registry+https://github.com/rust-lang/crates.io-index"
176checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270"
177
178[[package]]
179name = "base64"
180version = "0.22.1"
181source = "registry+https://github.com/rust-lang/crates.io-index"
182checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
183
184[[package]]
185name = "bitflags"
186version = "2.9.4"
187source = "registry+https://github.com/rust-lang/crates.io-index"
188checksum = "2261d10cca569e4643e526d8dc2e62e433cc8aba21ab764233731f8d369bf394"
189
190[[package]]
191name = "bsky-sdk"
192version = "0.1.21"
193source = "registry+https://github.com/rust-lang/crates.io-index"
194checksum = "fac3fd5ca998d3bdb1debdd421a16a94931f61e0d805a0208907ec3b5f2cffea"
195dependencies = [
196 "anyhow",
197 "atrium-api",
198 "atrium-xrpc-client",
199 "chrono",
200 "psl",
201 "regex",
202 "serde",
203 "serde_json",
204 "thiserror 1.0.69",
205 "trait-variant",
206 "unicode-segmentation",
207]
208
209[[package]]
210name = "bumpalo"
211version = "3.19.0"
212source = "registry+https://github.com/rust-lang/crates.io-index"
213checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
214
215[[package]]
216name = "bytes"
217version = "1.10.1"
218source = "registry+https://github.com/rust-lang/crates.io-index"
219checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
220
221[[package]]
222name = "cc"
223version = "1.2.38"
224source = "registry+https://github.com/rust-lang/crates.io-index"
225checksum = "80f41ae168f955c12fb8960b057d70d0ca153fb83182b57d86380443527be7e9"
226dependencies = [
227 "find-msvc-tools",
228 "shlex",
229]
230
231[[package]]
232name = "cfg-if"
233version = "1.0.3"
234source = "registry+https://github.com/rust-lang/crates.io-index"
235checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9"
236
237[[package]]
238name = "chrono"
239version = "0.4.42"
240source = "registry+https://github.com/rust-lang/crates.io-index"
241checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
242dependencies = [
243 "iana-time-zone",
244 "js-sys",
245 "num-traits",
246 "serde",
247 "wasm-bindgen",
248 "windows-link 0.2.0",
249]
250
251[[package]]
252name = "cid"
253version = "0.11.1"
254source = "registry+https://github.com/rust-lang/crates.io-index"
255checksum = "3147d8272e8fa0ccd29ce51194dd98f79ddfb8191ba9e3409884e751798acf3a"
256dependencies = [
257 "core2",
258 "multibase",
259 "multihash",
260 "serde",
261 "serde_bytes",
262 "unsigned-varint",
263]
264
265[[package]]
266name = "compression-codecs"
267version = "0.4.30"
268source = "registry+https://github.com/rust-lang/crates.io-index"
269checksum = "485abf41ac0c8047c07c87c72c8fb3eb5197f6e9d7ded615dfd1a00ae00a0f64"
270dependencies = [
271 "compression-core",
272 "flate2",
273 "memchr",
274]
275
276[[package]]
277name = "compression-core"
278version = "0.4.29"
279source = "registry+https://github.com/rust-lang/crates.io-index"
280checksum = "e47641d3deaf41fb1538ac1f54735925e275eaf3bf4d55c81b137fba797e5cbb"
281
282[[package]]
283name = "concurrent-queue"
284version = "2.5.0"
285source = "registry+https://github.com/rust-lang/crates.io-index"
286checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
287dependencies = [
288 "crossbeam-utils",
289]
290
291[[package]]
292name = "console_error_panic_hook"
293version = "0.1.7"
294source = "registry+https://github.com/rust-lang/crates.io-index"
295checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
296dependencies = [
297 "cfg-if",
298 "wasm-bindgen",
299]
300
301[[package]]
302name = "core-foundation"
303version = "0.9.4"
304source = "registry+https://github.com/rust-lang/crates.io-index"
305checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
306dependencies = [
307 "core-foundation-sys",
308 "libc",
309]
310
311[[package]]
312name = "core-foundation-sys"
313version = "0.8.7"
314source = "registry+https://github.com/rust-lang/crates.io-index"
315checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
316
317[[package]]
318name = "core2"
319version = "0.4.0"
320source = "registry+https://github.com/rust-lang/crates.io-index"
321checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505"
322dependencies = [
323 "memchr",
324]
325
326[[package]]
327name = "crc32fast"
328version = "1.5.0"
329source = "registry+https://github.com/rust-lang/crates.io-index"
330checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
331dependencies = [
332 "cfg-if",
333]
334
335[[package]]
336name = "crossbeam-channel"
337version = "0.5.15"
338source = "registry+https://github.com/rust-lang/crates.io-index"
339checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
340dependencies = [
341 "crossbeam-utils",
342]
343
344[[package]]
345name = "crossbeam-epoch"
346version = "0.9.18"
347source = "registry+https://github.com/rust-lang/crates.io-index"
348checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
349dependencies = [
350 "crossbeam-utils",
351]
352
353[[package]]
354name = "crossbeam-utils"
355version = "0.8.21"
356source = "registry+https://github.com/rust-lang/crates.io-index"
357checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
358
359[[package]]
360name = "dashmap"
361version = "6.1.0"
362source = "registry+https://github.com/rust-lang/crates.io-index"
363checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
364dependencies = [
365 "cfg-if",
366 "crossbeam-utils",
367 "hashbrown 0.14.5",
368 "lock_api",
369 "once_cell",
370 "parking_lot_core",
371]
372
373[[package]]
374name = "data-encoding"
375version = "2.9.0"
376source = "registry+https://github.com/rust-lang/crates.io-index"
377checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
378
379[[package]]
380name = "data-encoding-macro"
381version = "0.1.18"
382source = "registry+https://github.com/rust-lang/crates.io-index"
383checksum = "47ce6c96ea0102f01122a185683611bd5ac8d99e62bc59dd12e6bda344ee673d"
384dependencies = [
385 "data-encoding",
386 "data-encoding-macro-internal",
387]
388
389[[package]]
390name = "data-encoding-macro-internal"
391version = "0.1.16"
392source = "registry+https://github.com/rust-lang/crates.io-index"
393checksum = "8d162beedaa69905488a8da94f5ac3edb4dd4788b732fadb7bd120b2625c1976"
394dependencies = [
395 "data-encoding",
396 "syn",
397]
398
399[[package]]
400name = "displaydoc"
401version = "0.2.5"
402source = "registry+https://github.com/rust-lang/crates.io-index"
403checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
404dependencies = [
405 "proc-macro2",
406 "quote",
407 "syn",
408]
409
410[[package]]
411name = "encoding_rs"
412version = "0.8.35"
413source = "registry+https://github.com/rust-lang/crates.io-index"
414checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
415dependencies = [
416 "cfg-if",
417]
418
419[[package]]
420name = "equivalent"
421version = "1.0.2"
422source = "registry+https://github.com/rust-lang/crates.io-index"
423checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
424
425[[package]]
426name = "errno"
427version = "0.3.14"
428source = "registry+https://github.com/rust-lang/crates.io-index"
429checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
430dependencies = [
431 "libc",
432 "windows-sys 0.61.0",
433]
434
435[[package]]
436name = "event-listener"
437version = "5.4.1"
438source = "registry+https://github.com/rust-lang/crates.io-index"
439checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
440dependencies = [
441 "concurrent-queue",
442 "parking",
443 "pin-project-lite",
444]
445
446[[package]]
447name = "event-listener-strategy"
448version = "0.5.4"
449source = "registry+https://github.com/rust-lang/crates.io-index"
450checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
451dependencies = [
452 "event-listener",
453 "pin-project-lite",
454]
455
456[[package]]
457name = "fastrand"
458version = "2.3.0"
459source = "registry+https://github.com/rust-lang/crates.io-index"
460checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
461
462[[package]]
463name = "find-msvc-tools"
464version = "0.1.2"
465source = "registry+https://github.com/rust-lang/crates.io-index"
466checksum = "1ced73b1dacfc750a6db6c0a0c3a3853c8b41997e2e2c563dc90804ae6867959"
467
468[[package]]
469name = "flate2"
470version = "1.1.2"
471source = "registry+https://github.com/rust-lang/crates.io-index"
472checksum = "4a3d7db9596fecd151c5f638c0ee5d5bd487b6e0ea232e5dc96d5250f6f94b1d"
473dependencies = [
474 "crc32fast",
475 "miniz_oxide",
476]
477
478[[package]]
479name = "fnv"
480version = "1.0.7"
481source = "registry+https://github.com/rust-lang/crates.io-index"
482checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
483
484[[package]]
485name = "foldhash"
486version = "0.1.5"
487source = "registry+https://github.com/rust-lang/crates.io-index"
488checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
489
490[[package]]
491name = "foreign-types"
492version = "0.3.2"
493source = "registry+https://github.com/rust-lang/crates.io-index"
494checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
495dependencies = [
496 "foreign-types-shared",
497]
498
499[[package]]
500name = "foreign-types-shared"
501version = "0.1.1"
502source = "registry+https://github.com/rust-lang/crates.io-index"
503checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
504
505[[package]]
506name = "form_urlencoded"
507version = "1.2.2"
508source = "registry+https://github.com/rust-lang/crates.io-index"
509checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
510dependencies = [
511 "percent-encoding",
512]
513
514[[package]]
515name = "futures-channel"
516version = "0.3.31"
517source = "registry+https://github.com/rust-lang/crates.io-index"
518checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
519dependencies = [
520 "futures-core",
521]
522
523[[package]]
524name = "futures-core"
525version = "0.3.31"
526source = "registry+https://github.com/rust-lang/crates.io-index"
527checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
528
529[[package]]
530name = "futures-io"
531version = "0.3.31"
532source = "registry+https://github.com/rust-lang/crates.io-index"
533checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
534
535[[package]]
536name = "futures-macro"
537version = "0.3.31"
538source = "registry+https://github.com/rust-lang/crates.io-index"
539checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
540dependencies = [
541 "proc-macro2",
542 "quote",
543 "syn",
544]
545
546[[package]]
547name = "futures-sink"
548version = "0.3.31"
549source = "registry+https://github.com/rust-lang/crates.io-index"
550checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
551
552[[package]]
553name = "futures-task"
554version = "0.3.31"
555source = "registry+https://github.com/rust-lang/crates.io-index"
556checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
557
558[[package]]
559name = "futures-util"
560version = "0.3.31"
561source = "registry+https://github.com/rust-lang/crates.io-index"
562checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
563dependencies = [
564 "futures-core",
565 "futures-io",
566 "futures-macro",
567 "futures-sink",
568 "futures-task",
569 "memchr",
570 "pin-project-lite",
571 "pin-utils",
572 "slab",
573]
574
575[[package]]
576name = "generator"
577version = "0.8.7"
578source = "registry+https://github.com/rust-lang/crates.io-index"
579checksum = "605183a538e3e2a9c1038635cc5c2d194e2ee8fd0d1b66b8349fad7dbacce5a2"
580dependencies = [
581 "cc",
582 "cfg-if",
583 "libc",
584 "log",
585 "rustversion",
586 "windows",
587]
588
589[[package]]
590name = "getrandom"
591version = "0.2.16"
592source = "registry+https://github.com/rust-lang/crates.io-index"
593checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
594dependencies = [
595 "cfg-if",
596 "libc",
597 "wasi 0.11.1+wasi-snapshot-preview1",
598]
599
600[[package]]
601name = "getrandom"
602version = "0.3.3"
603source = "registry+https://github.com/rust-lang/crates.io-index"
604checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4"
605dependencies = [
606 "cfg-if",
607 "libc",
608 "r-efi",
609 "wasi 0.14.7+wasi-0.2.4",
610]
611
612[[package]]
613name = "gimli"
614version = "0.31.1"
615source = "registry+https://github.com/rust-lang/crates.io-index"
616checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
617
618[[package]]
619name = "h2"
620version = "0.4.12"
621source = "registry+https://github.com/rust-lang/crates.io-index"
622checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
623dependencies = [
624 "atomic-waker",
625 "bytes",
626 "fnv",
627 "futures-core",
628 "futures-sink",
629 "http",
630 "indexmap",
631 "slab",
632 "tokio",
633 "tokio-util",
634 "tracing",
635]
636
637[[package]]
638name = "hashbrown"
639version = "0.14.5"
640source = "registry+https://github.com/rust-lang/crates.io-index"
641checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
642
643[[package]]
644name = "hashbrown"
645version = "0.15.5"
646source = "registry+https://github.com/rust-lang/crates.io-index"
647checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
648dependencies = [
649 "allocator-api2",
650 "equivalent",
651 "foldhash",
652]
653
654[[package]]
655name = "hashbrown"
656version = "0.16.0"
657source = "registry+https://github.com/rust-lang/crates.io-index"
658checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d"
659
660[[package]]
661name = "http"
662version = "1.3.1"
663source = "registry+https://github.com/rust-lang/crates.io-index"
664checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
665dependencies = [
666 "bytes",
667 "fnv",
668 "itoa",
669]
670
671[[package]]
672name = "http-body"
673version = "1.0.1"
674source = "registry+https://github.com/rust-lang/crates.io-index"
675checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
676dependencies = [
677 "bytes",
678 "http",
679]
680
681[[package]]
682name = "http-body-util"
683version = "0.1.3"
684source = "registry+https://github.com/rust-lang/crates.io-index"
685checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
686dependencies = [
687 "bytes",
688 "futures-core",
689 "http",
690 "http-body",
691 "pin-project-lite",
692]
693
694[[package]]
695name = "httparse"
696version = "1.10.1"
697source = "registry+https://github.com/rust-lang/crates.io-index"
698checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
699
700[[package]]
701name = "hyper"
702version = "1.7.0"
703source = "registry+https://github.com/rust-lang/crates.io-index"
704checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
705dependencies = [
706 "atomic-waker",
707 "bytes",
708 "futures-channel",
709 "futures-core",
710 "h2",
711 "http",
712 "http-body",
713 "httparse",
714 "itoa",
715 "pin-project-lite",
716 "pin-utils",
717 "smallvec",
718 "tokio",
719 "want",
720]
721
722[[package]]
723name = "hyper-rustls"
724version = "0.27.7"
725source = "registry+https://github.com/rust-lang/crates.io-index"
726checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
727dependencies = [
728 "http",
729 "hyper",
730 "hyper-util",
731 "rustls",
732 "rustls-pki-types",
733 "tokio",
734 "tokio-rustls",
735 "tower-service",
736]
737
738[[package]]
739name = "hyper-tls"
740version = "0.6.0"
741source = "registry+https://github.com/rust-lang/crates.io-index"
742checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
743dependencies = [
744 "bytes",
745 "http-body-util",
746 "hyper",
747 "hyper-util",
748 "native-tls",
749 "tokio",
750 "tokio-native-tls",
751 "tower-service",
752]
753
754[[package]]
755name = "hyper-util"
756version = "0.1.17"
757source = "registry+https://github.com/rust-lang/crates.io-index"
758checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
759dependencies = [
760 "base64",
761 "bytes",
762 "futures-channel",
763 "futures-core",
764 "futures-util",
765 "http",
766 "http-body",
767 "hyper",
768 "ipnet",
769 "libc",
770 "percent-encoding",
771 "pin-project-lite",
772 "socket2",
773 "system-configuration",
774 "tokio",
775 "tower-service",
776 "tracing",
777 "windows-registry",
778]
779
780[[package]]
781name = "iana-time-zone"
782version = "0.1.64"
783source = "registry+https://github.com/rust-lang/crates.io-index"
784checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
785dependencies = [
786 "android_system_properties",
787 "core-foundation-sys",
788 "iana-time-zone-haiku",
789 "js-sys",
790 "log",
791 "wasm-bindgen",
792 "windows-core 0.62.0",
793]
794
795[[package]]
796name = "iana-time-zone-haiku"
797version = "0.1.2"
798source = "registry+https://github.com/rust-lang/crates.io-index"
799checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
800dependencies = [
801 "cc",
802]
803
804[[package]]
805name = "icu_collections"
806version = "2.0.0"
807source = "registry+https://github.com/rust-lang/crates.io-index"
808checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
809dependencies = [
810 "displaydoc",
811 "potential_utf",
812 "yoke",
813 "zerofrom",
814 "zerovec",
815]
816
817[[package]]
818name = "icu_locale_core"
819version = "2.0.0"
820source = "registry+https://github.com/rust-lang/crates.io-index"
821checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
822dependencies = [
823 "displaydoc",
824 "litemap",
825 "tinystr",
826 "writeable",
827 "zerovec",
828]
829
830[[package]]
831name = "icu_normalizer"
832version = "2.0.0"
833source = "registry+https://github.com/rust-lang/crates.io-index"
834checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
835dependencies = [
836 "displaydoc",
837 "icu_collections",
838 "icu_normalizer_data",
839 "icu_properties",
840 "icu_provider",
841 "smallvec",
842 "zerovec",
843]
844
845[[package]]
846name = "icu_normalizer_data"
847version = "2.0.0"
848source = "registry+https://github.com/rust-lang/crates.io-index"
849checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
850
851[[package]]
852name = "icu_properties"
853version = "2.0.1"
854source = "registry+https://github.com/rust-lang/crates.io-index"
855checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
856dependencies = [
857 "displaydoc",
858 "icu_collections",
859 "icu_locale_core",
860 "icu_properties_data",
861 "icu_provider",
862 "potential_utf",
863 "zerotrie",
864 "zerovec",
865]
866
867[[package]]
868name = "icu_properties_data"
869version = "2.0.1"
870source = "registry+https://github.com/rust-lang/crates.io-index"
871checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
872
873[[package]]
874name = "icu_provider"
875version = "2.0.0"
876source = "registry+https://github.com/rust-lang/crates.io-index"
877checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
878dependencies = [
879 "displaydoc",
880 "icu_locale_core",
881 "stable_deref_trait",
882 "tinystr",
883 "writeable",
884 "yoke",
885 "zerofrom",
886 "zerotrie",
887 "zerovec",
888]
889
890[[package]]
891name = "idna"
892version = "1.1.0"
893source = "registry+https://github.com/rust-lang/crates.io-index"
894checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
895dependencies = [
896 "idna_adapter",
897 "smallvec",
898 "utf8_iter",
899]
900
901[[package]]
902name = "idna_adapter"
903version = "1.2.1"
904source = "registry+https://github.com/rust-lang/crates.io-index"
905checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
906dependencies = [
907 "icu_normalizer",
908 "icu_properties",
909]
910
911[[package]]
912name = "indexmap"
913version = "2.11.4"
914source = "registry+https://github.com/rust-lang/crates.io-index"
915checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
916dependencies = [
917 "equivalent",
918 "hashbrown 0.16.0",
919]
920
921[[package]]
922name = "io-uring"
923version = "0.7.10"
924source = "registry+https://github.com/rust-lang/crates.io-index"
925checksum = "046fa2d4d00aea763528b4950358d0ead425372445dc8ff86312b3c69ff7727b"
926dependencies = [
927 "bitflags",
928 "cfg-if",
929 "libc",
930]
931
932[[package]]
933name = "ipld-core"
934version = "0.4.2"
935source = "registry+https://github.com/rust-lang/crates.io-index"
936checksum = "104718b1cc124d92a6d01ca9c9258a7df311405debb3408c445a36452f9bf8db"
937dependencies = [
938 "cid",
939 "serde",
940 "serde_bytes",
941]
942
943[[package]]
944name = "ipnet"
945version = "2.11.0"
946source = "registry+https://github.com/rust-lang/crates.io-index"
947checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
948
949[[package]]
950name = "iri-string"
951version = "0.7.8"
952source = "registry+https://github.com/rust-lang/crates.io-index"
953checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
954dependencies = [
955 "memchr",
956 "serde",
957]
958
959[[package]]
960name = "itoa"
961version = "1.0.15"
962source = "registry+https://github.com/rust-lang/crates.io-index"
963checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
964
965[[package]]
966name = "js-sys"
967version = "0.3.80"
968source = "registry+https://github.com/rust-lang/crates.io-index"
969checksum = "852f13bec5eba4ba9afbeb93fd7c13fe56147f055939ae21c43a29a0ecb2702e"
970dependencies = [
971 "once_cell",
972 "wasm-bindgen",
973]
974
975[[package]]
976name = "langtag"
977version = "0.3.4"
978source = "registry+https://github.com/rust-lang/crates.io-index"
979checksum = "ed60c85f254d6ae8450cec15eedd921efbc4d1bdf6fcf6202b9a58b403f6f805"
980dependencies = [
981 "serde",
982]
983
984[[package]]
985name = "lazy_static"
986version = "1.5.0"
987source = "registry+https://github.com/rust-lang/crates.io-index"
988checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
989
990[[package]]
991name = "libc"
992version = "0.2.175"
993source = "registry+https://github.com/rust-lang/crates.io-index"
994checksum = "6a82ae493e598baaea5209805c49bbf2ea7de956d50d7da0da1164f9c6d28543"
995
996[[package]]
997name = "linux-raw-sys"
998version = "0.11.0"
999source = "registry+https://github.com/rust-lang/crates.io-index"
1000checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
1001
1002[[package]]
1003name = "litemap"
1004version = "0.8.0"
1005source = "registry+https://github.com/rust-lang/crates.io-index"
1006checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
1007
1008[[package]]
1009name = "lock_api"
1010version = "0.4.13"
1011source = "registry+https://github.com/rust-lang/crates.io-index"
1012checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765"
1013dependencies = [
1014 "autocfg",
1015 "scopeguard",
1016]
1017
1018[[package]]
1019name = "log"
1020version = "0.4.28"
1021source = "registry+https://github.com/rust-lang/crates.io-index"
1022checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432"
1023
1024[[package]]
1025name = "loom"
1026version = "0.7.2"
1027source = "registry+https://github.com/rust-lang/crates.io-index"
1028checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
1029dependencies = [
1030 "cfg-if",
1031 "generator",
1032 "scoped-tls",
1033 "tracing",
1034 "tracing-subscriber",
1035]
1036
1037[[package]]
1038name = "lru"
1039version = "0.12.5"
1040source = "registry+https://github.com/rust-lang/crates.io-index"
1041checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
1042dependencies = [
1043 "hashbrown 0.15.5",
1044]
1045
1046[[package]]
1047name = "matchers"
1048version = "0.2.0"
1049source = "registry+https://github.com/rust-lang/crates.io-index"
1050checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
1051dependencies = [
1052 "regex-automata",
1053]
1054
1055[[package]]
1056name = "matchit"
1057version = "0.7.3"
1058source = "registry+https://github.com/rust-lang/crates.io-index"
1059checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
1060
1061[[package]]
1062name = "memchr"
1063version = "2.7.5"
1064source = "registry+https://github.com/rust-lang/crates.io-index"
1065checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0"
1066
1067[[package]]
1068name = "mime"
1069version = "0.3.17"
1070source = "registry+https://github.com/rust-lang/crates.io-index"
1071checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
1072
1073[[package]]
1074name = "miniz_oxide"
1075version = "0.8.9"
1076source = "registry+https://github.com/rust-lang/crates.io-index"
1077checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
1078dependencies = [
1079 "adler2",
1080]
1081
1082[[package]]
1083name = "mio"
1084version = "1.0.4"
1085source = "registry+https://github.com/rust-lang/crates.io-index"
1086checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c"
1087dependencies = [
1088 "libc",
1089 "wasi 0.11.1+wasi-snapshot-preview1",
1090 "windows-sys 0.59.0",
1091]
1092
1093[[package]]
1094name = "moka"
1095version = "0.12.10"
1096source = "registry+https://github.com/rust-lang/crates.io-index"
1097checksum = "a9321642ca94a4282428e6ea4af8cc2ca4eac48ac7a6a4ea8f33f76d0ce70926"
1098dependencies = [
1099 "async-lock",
1100 "crossbeam-channel",
1101 "crossbeam-epoch",
1102 "crossbeam-utils",
1103 "event-listener",
1104 "futures-util",
1105 "loom",
1106 "parking_lot",
1107 "portable-atomic",
1108 "rustc_version",
1109 "smallvec",
1110 "tagptr",
1111 "thiserror 1.0.69",
1112 "uuid",
1113]
1114
1115[[package]]
1116name = "multibase"
1117version = "0.9.1"
1118source = "registry+https://github.com/rust-lang/crates.io-index"
1119checksum = "9b3539ec3c1f04ac9748a260728e855f261b4977f5c3406612c884564f329404"
1120dependencies = [
1121 "base-x",
1122 "data-encoding",
1123 "data-encoding-macro",
1124]
1125
1126[[package]]
1127name = "multihash"
1128version = "0.19.3"
1129source = "registry+https://github.com/rust-lang/crates.io-index"
1130checksum = "6b430e7953c29dd6a09afc29ff0bb69c6e306329ee6794700aee27b76a1aea8d"
1131dependencies = [
1132 "core2",
1133 "serde",
1134 "unsigned-varint",
1135]
1136
1137[[package]]
1138name = "native-tls"
1139version = "0.2.14"
1140source = "registry+https://github.com/rust-lang/crates.io-index"
1141checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
1142dependencies = [
1143 "libc",
1144 "log",
1145 "openssl",
1146 "openssl-probe",
1147 "openssl-sys",
1148 "schannel",
1149 "security-framework",
1150 "security-framework-sys",
1151 "tempfile",
1152]
1153
1154[[package]]
1155name = "nu-ansi-term"
1156version = "0.50.1"
1157source = "registry+https://github.com/rust-lang/crates.io-index"
1158checksum = "d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399"
1159dependencies = [
1160 "windows-sys 0.52.0",
1161]
1162
1163[[package]]
1164name = "num-traits"
1165version = "0.2.19"
1166source = "registry+https://github.com/rust-lang/crates.io-index"
1167checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1168dependencies = [
1169 "autocfg",
1170]
1171
1172[[package]]
1173name = "object"
1174version = "0.36.7"
1175source = "registry+https://github.com/rust-lang/crates.io-index"
1176checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
1177dependencies = [
1178 "memchr",
1179]
1180
1181[[package]]
1182name = "once_cell"
1183version = "1.21.3"
1184source = "registry+https://github.com/rust-lang/crates.io-index"
1185checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
1186
1187[[package]]
1188name = "openssl"
1189version = "0.10.73"
1190source = "registry+https://github.com/rust-lang/crates.io-index"
1191checksum = "8505734d46c8ab1e19a1dce3aef597ad87dcb4c37e7188231769bd6bd51cebf8"
1192dependencies = [
1193 "bitflags",
1194 "cfg-if",
1195 "foreign-types",
1196 "libc",
1197 "once_cell",
1198 "openssl-macros",
1199 "openssl-sys",
1200]
1201
1202[[package]]
1203name = "openssl-macros"
1204version = "0.1.1"
1205source = "registry+https://github.com/rust-lang/crates.io-index"
1206checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
1207dependencies = [
1208 "proc-macro2",
1209 "quote",
1210 "syn",
1211]
1212
1213[[package]]
1214name = "openssl-probe"
1215version = "0.1.6"
1216source = "registry+https://github.com/rust-lang/crates.io-index"
1217checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
1218
1219[[package]]
1220name = "openssl-sys"
1221version = "0.9.109"
1222source = "registry+https://github.com/rust-lang/crates.io-index"
1223checksum = "90096e2e47630d78b7d1c20952dc621f957103f8bc2c8359ec81290d75238571"
1224dependencies = [
1225 "cc",
1226 "libc",
1227 "pkg-config",
1228 "vcpkg",
1229]
1230
1231[[package]]
1232name = "parking"
1233version = "2.2.1"
1234source = "registry+https://github.com/rust-lang/crates.io-index"
1235checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
1236
1237[[package]]
1238name = "parking_lot"
1239version = "0.12.4"
1240source = "registry+https://github.com/rust-lang/crates.io-index"
1241checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13"
1242dependencies = [
1243 "lock_api",
1244 "parking_lot_core",
1245]
1246
1247[[package]]
1248name = "parking_lot_core"
1249version = "0.9.11"
1250source = "registry+https://github.com/rust-lang/crates.io-index"
1251checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5"
1252dependencies = [
1253 "cfg-if",
1254 "libc",
1255 "redox_syscall",
1256 "smallvec",
1257 "windows-targets",
1258]
1259
1260[[package]]
1261name = "percent-encoding"
1262version = "2.3.2"
1263source = "registry+https://github.com/rust-lang/crates.io-index"
1264checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
1265
1266[[package]]
1267name = "pin-project"
1268version = "1.1.10"
1269source = "registry+https://github.com/rust-lang/crates.io-index"
1270checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
1271dependencies = [
1272 "pin-project-internal",
1273]
1274
1275[[package]]
1276name = "pin-project-internal"
1277version = "1.1.10"
1278source = "registry+https://github.com/rust-lang/crates.io-index"
1279checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
1280dependencies = [
1281 "proc-macro2",
1282 "quote",
1283 "syn",
1284]
1285
1286[[package]]
1287name = "pin-project-lite"
1288version = "0.2.16"
1289source = "registry+https://github.com/rust-lang/crates.io-index"
1290checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
1291
1292[[package]]
1293name = "pin-utils"
1294version = "0.1.0"
1295source = "registry+https://github.com/rust-lang/crates.io-index"
1296checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1297
1298[[package]]
1299name = "pkg-config"
1300version = "0.3.32"
1301source = "registry+https://github.com/rust-lang/crates.io-index"
1302checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
1303
1304[[package]]
1305name = "portable-atomic"
1306version = "1.11.1"
1307source = "registry+https://github.com/rust-lang/crates.io-index"
1308checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
1309
1310[[package]]
1311name = "potential_utf"
1312version = "0.1.3"
1313source = "registry+https://github.com/rust-lang/crates.io-index"
1314checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
1315dependencies = [
1316 "zerovec",
1317]
1318
1319[[package]]
1320name = "proc-macro2"
1321version = "1.0.101"
1322source = "registry+https://github.com/rust-lang/crates.io-index"
1323checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
1324dependencies = [
1325 "unicode-ident",
1326]
1327
1328[[package]]
1329name = "psl"
1330version = "2.1.141"
1331source = "registry+https://github.com/rust-lang/crates.io-index"
1332checksum = "98c10a4dce9ad24c1fad826cffc79a624cf626bfaddb466e969368a53d877b30"
1333dependencies = [
1334 "psl-types",
1335]
1336
1337[[package]]
1338name = "psl-types"
1339version = "2.0.11"
1340source = "registry+https://github.com/rust-lang/crates.io-index"
1341checksum = "33cb294fe86a74cbcf50d4445b37da762029549ebeea341421c7c70370f86cac"
1342
1343[[package]]
1344name = "quote"
1345version = "1.0.40"
1346source = "registry+https://github.com/rust-lang/crates.io-index"
1347checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
1348dependencies = [
1349 "proc-macro2",
1350]
1351
1352[[package]]
1353name = "r-efi"
1354version = "5.3.0"
1355source = "registry+https://github.com/rust-lang/crates.io-index"
1356checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
1357
1358[[package]]
1359name = "redox_syscall"
1360version = "0.5.17"
1361source = "registry+https://github.com/rust-lang/crates.io-index"
1362checksum = "5407465600fb0548f1442edf71dd20683c6ed326200ace4b1ef0763521bb3b77"
1363dependencies = [
1364 "bitflags",
1365]
1366
1367[[package]]
1368name = "regex"
1369version = "1.11.2"
1370source = "registry+https://github.com/rust-lang/crates.io-index"
1371checksum = "23d7fd106d8c02486a8d64e778353d1cffe08ce79ac2e82f540c86d0facf6912"
1372dependencies = [
1373 "aho-corasick",
1374 "memchr",
1375 "regex-automata",
1376 "regex-syntax",
1377]
1378
1379[[package]]
1380name = "regex-automata"
1381version = "0.4.10"
1382source = "registry+https://github.com/rust-lang/crates.io-index"
1383checksum = "6b9458fa0bfeeac22b5ca447c63aaf45f28439a709ccd244698632f9aa6394d6"
1384dependencies = [
1385 "aho-corasick",
1386 "memchr",
1387 "regex-syntax",
1388]
1389
1390[[package]]
1391name = "regex-syntax"
1392version = "0.8.6"
1393source = "registry+https://github.com/rust-lang/crates.io-index"
1394checksum = "caf4aa5b0f434c91fe5c7f1ecb6a5ece2130b02ad2a590589dda5146df959001"
1395
1396[[package]]
1397name = "reqwest"
1398version = "0.12.23"
1399source = "registry+https://github.com/rust-lang/crates.io-index"
1400checksum = "d429f34c8092b2d42c7c93cec323bb4adeb7c67698f70839adec842ec10c7ceb"
1401dependencies = [
1402 "async-compression",
1403 "base64",
1404 "bytes",
1405 "encoding_rs",
1406 "futures-core",
1407 "futures-util",
1408 "h2",
1409 "http",
1410 "http-body",
1411 "http-body-util",
1412 "hyper",
1413 "hyper-rustls",
1414 "hyper-tls",
1415 "hyper-util",
1416 "js-sys",
1417 "log",
1418 "mime",
1419 "native-tls",
1420 "percent-encoding",
1421 "pin-project-lite",
1422 "rustls-pki-types",
1423 "serde",
1424 "serde_json",
1425 "serde_urlencoded",
1426 "sync_wrapper",
1427 "tokio",
1428 "tokio-native-tls",
1429 "tokio-util",
1430 "tower",
1431 "tower-http",
1432 "tower-service",
1433 "url",
1434 "wasm-bindgen",
1435 "wasm-bindgen-futures",
1436 "web-sys",
1437]
1438
1439[[package]]
1440name = "ring"
1441version = "0.17.14"
1442source = "registry+https://github.com/rust-lang/crates.io-index"
1443checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
1444dependencies = [
1445 "cc",
1446 "cfg-if",
1447 "getrandom 0.2.16",
1448 "libc",
1449 "untrusted",
1450 "windows-sys 0.52.0",
1451]
1452
1453[[package]]
1454name = "rustc-demangle"
1455version = "0.1.26"
1456source = "registry+https://github.com/rust-lang/crates.io-index"
1457checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
1458
1459[[package]]
1460name = "rustc_version"
1461version = "0.4.1"
1462source = "registry+https://github.com/rust-lang/crates.io-index"
1463checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
1464dependencies = [
1465 "semver",
1466]
1467
1468[[package]]
1469name = "rustix"
1470version = "1.1.2"
1471source = "registry+https://github.com/rust-lang/crates.io-index"
1472checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
1473dependencies = [
1474 "bitflags",
1475 "errno",
1476 "libc",
1477 "linux-raw-sys",
1478 "windows-sys 0.61.0",
1479]
1480
1481[[package]]
1482name = "rustls"
1483version = "0.23.31"
1484source = "registry+https://github.com/rust-lang/crates.io-index"
1485checksum = "c0ebcbd2f03de0fc1122ad9bb24b127a5a6cd51d72604a3f3c50ac459762b6cc"
1486dependencies = [
1487 "once_cell",
1488 "rustls-pki-types",
1489 "rustls-webpki",
1490 "subtle",
1491 "zeroize",
1492]
1493
1494[[package]]
1495name = "rustls-pki-types"
1496version = "1.12.0"
1497source = "registry+https://github.com/rust-lang/crates.io-index"
1498checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
1499dependencies = [
1500 "zeroize",
1501]
1502
1503[[package]]
1504name = "rustls-webpki"
1505version = "0.103.6"
1506source = "registry+https://github.com/rust-lang/crates.io-index"
1507checksum = "8572f3c2cb9934231157b45499fc41e1f58c589fdfb81a844ba873265e80f8eb"
1508dependencies = [
1509 "ring",
1510 "rustls-pki-types",
1511 "untrusted",
1512]
1513
1514[[package]]
1515name = "rustversion"
1516version = "1.0.22"
1517source = "registry+https://github.com/rust-lang/crates.io-index"
1518checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
1519
1520[[package]]
1521name = "ryu"
1522version = "1.0.20"
1523source = "registry+https://github.com/rust-lang/crates.io-index"
1524checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
1525
1526[[package]]
1527name = "schannel"
1528version = "0.1.28"
1529source = "registry+https://github.com/rust-lang/crates.io-index"
1530checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
1531dependencies = [
1532 "windows-sys 0.61.0",
1533]
1534
1535[[package]]
1536name = "scoped-tls"
1537version = "1.0.1"
1538source = "registry+https://github.com/rust-lang/crates.io-index"
1539checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
1540
1541[[package]]
1542name = "scopeguard"
1543version = "1.2.0"
1544source = "registry+https://github.com/rust-lang/crates.io-index"
1545checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
1546
1547[[package]]
1548name = "security-framework"
1549version = "2.11.1"
1550source = "registry+https://github.com/rust-lang/crates.io-index"
1551checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
1552dependencies = [
1553 "bitflags",
1554 "core-foundation",
1555 "core-foundation-sys",
1556 "libc",
1557 "security-framework-sys",
1558]
1559
1560[[package]]
1561name = "security-framework-sys"
1562version = "2.15.0"
1563source = "registry+https://github.com/rust-lang/crates.io-index"
1564checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
1565dependencies = [
1566 "core-foundation-sys",
1567 "libc",
1568]
1569
1570[[package]]
1571name = "semver"
1572version = "1.0.27"
1573source = "registry+https://github.com/rust-lang/crates.io-index"
1574checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
1575
1576[[package]]
1577name = "serde"
1578version = "1.0.225"
1579source = "registry+https://github.com/rust-lang/crates.io-index"
1580checksum = "fd6c24dee235d0da097043389623fb913daddf92c76e9f5a1db88607a0bcbd1d"
1581dependencies = [
1582 "serde_core",
1583 "serde_derive",
1584]
1585
1586[[package]]
1587name = "serde-wasm-bindgen"
1588version = "0.6.5"
1589source = "registry+https://github.com/rust-lang/crates.io-index"
1590checksum = "8302e169f0eddcc139c70f139d19d6467353af16f9fce27e8c30158036a1e16b"
1591dependencies = [
1592 "js-sys",
1593 "serde",
1594 "wasm-bindgen",
1595]
1596
1597[[package]]
1598name = "serde_bytes"
1599version = "0.11.19"
1600source = "registry+https://github.com/rust-lang/crates.io-index"
1601checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
1602dependencies = [
1603 "serde",
1604 "serde_core",
1605]
1606
1607[[package]]
1608name = "serde_core"
1609version = "1.0.225"
1610source = "registry+https://github.com/rust-lang/crates.io-index"
1611checksum = "659356f9a0cb1e529b24c01e43ad2bdf520ec4ceaf83047b83ddcc2251f96383"
1612dependencies = [
1613 "serde_derive",
1614]
1615
1616[[package]]
1617name = "serde_derive"
1618version = "1.0.225"
1619source = "registry+https://github.com/rust-lang/crates.io-index"
1620checksum = "0ea936adf78b1f766949a4977b91d2f5595825bd6ec079aa9543ad2685fc4516"
1621dependencies = [
1622 "proc-macro2",
1623 "quote",
1624 "syn",
1625]
1626
1627[[package]]
1628name = "serde_html_form"
1629version = "0.2.8"
1630source = "registry+https://github.com/rust-lang/crates.io-index"
1631checksum = "b2f2d7ff8a2140333718bb329f5c40fc5f0865b84c426183ce14c97d2ab8154f"
1632dependencies = [
1633 "form_urlencoded",
1634 "indexmap",
1635 "itoa",
1636 "ryu",
1637 "serde_core",
1638]
1639
1640[[package]]
1641name = "serde_json"
1642version = "1.0.145"
1643source = "registry+https://github.com/rust-lang/crates.io-index"
1644checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
1645dependencies = [
1646 "itoa",
1647 "memchr",
1648 "ryu",
1649 "serde",
1650 "serde_core",
1651]
1652
1653[[package]]
1654name = "serde_urlencoded"
1655version = "0.7.1"
1656source = "registry+https://github.com/rust-lang/crates.io-index"
1657checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
1658dependencies = [
1659 "form_urlencoded",
1660 "itoa",
1661 "ryu",
1662 "serde",
1663]
1664
1665[[package]]
1666name = "sharded-slab"
1667version = "0.1.7"
1668source = "registry+https://github.com/rust-lang/crates.io-index"
1669checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
1670dependencies = [
1671 "lazy_static",
1672]
1673
1674[[package]]
1675name = "shlex"
1676version = "1.3.0"
1677source = "registry+https://github.com/rust-lang/crates.io-index"
1678checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
1679
1680[[package]]
1681name = "skeetfm"
1682version = "0.1.0"
1683dependencies = [
1684 "atrium-api",
1685 "bsky-sdk",
1686 "console_error_panic_hook",
1687 "log",
1688 "reqwest",
1689 "serde",
1690 "serde_derive",
1691 "serde_json",
1692 "wasm-logger",
1693 "worker",
1694 "worker-macros",
1695]
1696
1697[[package]]
1698name = "slab"
1699version = "0.4.11"
1700source = "registry+https://github.com/rust-lang/crates.io-index"
1701checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
1702
1703[[package]]
1704name = "smallvec"
1705version = "1.15.1"
1706source = "registry+https://github.com/rust-lang/crates.io-index"
1707checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
1708
1709[[package]]
1710name = "socket2"
1711version = "0.6.0"
1712source = "registry+https://github.com/rust-lang/crates.io-index"
1713checksum = "233504af464074f9d066d7b5416c5f9b894a5862a6506e306f7b816cdd6f1807"
1714dependencies = [
1715 "libc",
1716 "windows-sys 0.59.0",
1717]
1718
1719[[package]]
1720name = "stable_deref_trait"
1721version = "1.2.0"
1722source = "registry+https://github.com/rust-lang/crates.io-index"
1723checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
1724
1725[[package]]
1726name = "subtle"
1727version = "2.6.1"
1728source = "registry+https://github.com/rust-lang/crates.io-index"
1729checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
1730
1731[[package]]
1732name = "syn"
1733version = "2.0.106"
1734source = "registry+https://github.com/rust-lang/crates.io-index"
1735checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6"
1736dependencies = [
1737 "proc-macro2",
1738 "quote",
1739 "unicode-ident",
1740]
1741
1742[[package]]
1743name = "sync_wrapper"
1744version = "1.0.2"
1745source = "registry+https://github.com/rust-lang/crates.io-index"
1746checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
1747dependencies = [
1748 "futures-core",
1749]
1750
1751[[package]]
1752name = "synstructure"
1753version = "0.13.2"
1754source = "registry+https://github.com/rust-lang/crates.io-index"
1755checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
1756dependencies = [
1757 "proc-macro2",
1758 "quote",
1759 "syn",
1760]
1761
1762[[package]]
1763name = "system-configuration"
1764version = "0.6.1"
1765source = "registry+https://github.com/rust-lang/crates.io-index"
1766checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
1767dependencies = [
1768 "bitflags",
1769 "core-foundation",
1770 "system-configuration-sys",
1771]
1772
1773[[package]]
1774name = "system-configuration-sys"
1775version = "0.6.0"
1776source = "registry+https://github.com/rust-lang/crates.io-index"
1777checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
1778dependencies = [
1779 "core-foundation-sys",
1780 "libc",
1781]
1782
1783[[package]]
1784name = "tagptr"
1785version = "0.2.0"
1786source = "registry+https://github.com/rust-lang/crates.io-index"
1787checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
1788
1789[[package]]
1790name = "tempfile"
1791version = "3.22.0"
1792source = "registry+https://github.com/rust-lang/crates.io-index"
1793checksum = "84fa4d11fadde498443cca10fd3ac23c951f0dc59e080e9f4b93d4df4e4eea53"
1794dependencies = [
1795 "fastrand",
1796 "getrandom 0.3.3",
1797 "once_cell",
1798 "rustix",
1799 "windows-sys 0.61.0",
1800]
1801
1802[[package]]
1803name = "thiserror"
1804version = "1.0.69"
1805source = "registry+https://github.com/rust-lang/crates.io-index"
1806checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
1807dependencies = [
1808 "thiserror-impl 1.0.69",
1809]
1810
1811[[package]]
1812name = "thiserror"
1813version = "2.0.16"
1814source = "registry+https://github.com/rust-lang/crates.io-index"
1815checksum = "3467d614147380f2e4e374161426ff399c91084acd2363eaf549172b3d5e60c0"
1816dependencies = [
1817 "thiserror-impl 2.0.16",
1818]
1819
1820[[package]]
1821name = "thiserror-impl"
1822version = "1.0.69"
1823source = "registry+https://github.com/rust-lang/crates.io-index"
1824checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
1825dependencies = [
1826 "proc-macro2",
1827 "quote",
1828 "syn",
1829]
1830
1831[[package]]
1832name = "thiserror-impl"
1833version = "2.0.16"
1834source = "registry+https://github.com/rust-lang/crates.io-index"
1835checksum = "6c5e1be1c48b9172ee610da68fd9cd2770e7a4056cb3fc98710ee6906f0c7960"
1836dependencies = [
1837 "proc-macro2",
1838 "quote",
1839 "syn",
1840]
1841
1842[[package]]
1843name = "thread_local"
1844version = "1.1.9"
1845source = "registry+https://github.com/rust-lang/crates.io-index"
1846checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
1847dependencies = [
1848 "cfg-if",
1849]
1850
1851[[package]]
1852name = "tinystr"
1853version = "0.8.1"
1854source = "registry+https://github.com/rust-lang/crates.io-index"
1855checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
1856dependencies = [
1857 "displaydoc",
1858 "zerovec",
1859]
1860
1861[[package]]
1862name = "tokio"
1863version = "1.47.1"
1864source = "registry+https://github.com/rust-lang/crates.io-index"
1865checksum = "89e49afdadebb872d3145a5638b59eb0691ea23e46ca484037cfab3b76b95038"
1866dependencies = [
1867 "backtrace",
1868 "bytes",
1869 "io-uring",
1870 "libc",
1871 "mio",
1872 "pin-project-lite",
1873 "slab",
1874 "socket2",
1875 "windows-sys 0.59.0",
1876]
1877
1878[[package]]
1879name = "tokio-native-tls"
1880version = "0.3.1"
1881source = "registry+https://github.com/rust-lang/crates.io-index"
1882checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
1883dependencies = [
1884 "native-tls",
1885 "tokio",
1886]
1887
1888[[package]]
1889name = "tokio-rustls"
1890version = "0.26.3"
1891source = "registry+https://github.com/rust-lang/crates.io-index"
1892checksum = "05f63835928ca123f1bef57abbcd23bb2ba0ac9ae1235f1e65bda0d06e7786bd"
1893dependencies = [
1894 "rustls",
1895 "tokio",
1896]
1897
1898[[package]]
1899name = "tokio-util"
1900version = "0.7.16"
1901source = "registry+https://github.com/rust-lang/crates.io-index"
1902checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
1903dependencies = [
1904 "bytes",
1905 "futures-core",
1906 "futures-sink",
1907 "pin-project-lite",
1908 "tokio",
1909]
1910
1911[[package]]
1912name = "tower"
1913version = "0.5.2"
1914source = "registry+https://github.com/rust-lang/crates.io-index"
1915checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
1916dependencies = [
1917 "futures-core",
1918 "futures-util",
1919 "pin-project-lite",
1920 "sync_wrapper",
1921 "tokio",
1922 "tower-layer",
1923 "tower-service",
1924]
1925
1926[[package]]
1927name = "tower-http"
1928version = "0.6.6"
1929source = "registry+https://github.com/rust-lang/crates.io-index"
1930checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
1931dependencies = [
1932 "bitflags",
1933 "bytes",
1934 "futures-util",
1935 "http",
1936 "http-body",
1937 "iri-string",
1938 "pin-project-lite",
1939 "tower",
1940 "tower-layer",
1941 "tower-service",
1942]
1943
1944[[package]]
1945name = "tower-layer"
1946version = "0.3.3"
1947source = "registry+https://github.com/rust-lang/crates.io-index"
1948checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
1949
1950[[package]]
1951name = "tower-service"
1952version = "0.3.3"
1953source = "registry+https://github.com/rust-lang/crates.io-index"
1954checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
1955
1956[[package]]
1957name = "tracing"
1958version = "0.1.41"
1959source = "registry+https://github.com/rust-lang/crates.io-index"
1960checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
1961dependencies = [
1962 "pin-project-lite",
1963 "tracing-core",
1964]
1965
1966[[package]]
1967name = "tracing-core"
1968version = "0.1.34"
1969source = "registry+https://github.com/rust-lang/crates.io-index"
1970checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678"
1971dependencies = [
1972 "once_cell",
1973 "valuable",
1974]
1975
1976[[package]]
1977name = "tracing-log"
1978version = "0.2.0"
1979source = "registry+https://github.com/rust-lang/crates.io-index"
1980checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
1981dependencies = [
1982 "log",
1983 "once_cell",
1984 "tracing-core",
1985]
1986
1987[[package]]
1988name = "tracing-subscriber"
1989version = "0.3.20"
1990source = "registry+https://github.com/rust-lang/crates.io-index"
1991checksum = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5"
1992dependencies = [
1993 "matchers",
1994 "nu-ansi-term",
1995 "once_cell",
1996 "regex-automata",
1997 "sharded-slab",
1998 "smallvec",
1999 "thread_local",
2000 "tracing",
2001 "tracing-core",
2002 "tracing-log",
2003]
2004
2005[[package]]
2006name = "trait-variant"
2007version = "0.1.2"
2008source = "registry+https://github.com/rust-lang/crates.io-index"
2009checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
2010dependencies = [
2011 "proc-macro2",
2012 "quote",
2013 "syn",
2014]
2015
2016[[package]]
2017name = "try-lock"
2018version = "0.2.5"
2019source = "registry+https://github.com/rust-lang/crates.io-index"
2020checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
2021
2022[[package]]
2023name = "unicode-ident"
2024version = "1.0.19"
2025source = "registry+https://github.com/rust-lang/crates.io-index"
2026checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
2027
2028[[package]]
2029name = "unicode-segmentation"
2030version = "1.12.0"
2031source = "registry+https://github.com/rust-lang/crates.io-index"
2032checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
2033
2034[[package]]
2035name = "unsigned-varint"
2036version = "0.8.0"
2037source = "registry+https://github.com/rust-lang/crates.io-index"
2038checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06"
2039
2040[[package]]
2041name = "untrusted"
2042version = "0.9.0"
2043source = "registry+https://github.com/rust-lang/crates.io-index"
2044checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
2045
2046[[package]]
2047name = "url"
2048version = "2.5.7"
2049source = "registry+https://github.com/rust-lang/crates.io-index"
2050checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
2051dependencies = [
2052 "form_urlencoded",
2053 "idna",
2054 "percent-encoding",
2055 "serde",
2056]
2057
2058[[package]]
2059name = "utf8_iter"
2060version = "1.0.4"
2061source = "registry+https://github.com/rust-lang/crates.io-index"
2062checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
2063
2064[[package]]
2065name = "uuid"
2066version = "1.18.1"
2067source = "registry+https://github.com/rust-lang/crates.io-index"
2068checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
2069dependencies = [
2070 "getrandom 0.3.3",
2071 "js-sys",
2072 "wasm-bindgen",
2073]
2074
2075[[package]]
2076name = "valuable"
2077version = "0.1.1"
2078source = "registry+https://github.com/rust-lang/crates.io-index"
2079checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
2080
2081[[package]]
2082name = "vcpkg"
2083version = "0.2.15"
2084source = "registry+https://github.com/rust-lang/crates.io-index"
2085checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
2086
2087[[package]]
2088name = "want"
2089version = "0.3.1"
2090source = "registry+https://github.com/rust-lang/crates.io-index"
2091checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
2092dependencies = [
2093 "try-lock",
2094]
2095
2096[[package]]
2097name = "wasi"
2098version = "0.11.1+wasi-snapshot-preview1"
2099source = "registry+https://github.com/rust-lang/crates.io-index"
2100checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
2101
2102[[package]]
2103name = "wasi"
2104version = "0.14.7+wasi-0.2.4"
2105source = "registry+https://github.com/rust-lang/crates.io-index"
2106checksum = "883478de20367e224c0090af9cf5f9fa85bed63a95c1abf3afc5c083ebc06e8c"
2107dependencies = [
2108 "wasip2",
2109]
2110
2111[[package]]
2112name = "wasip2"
2113version = "1.0.1+wasi-0.2.4"
2114source = "registry+https://github.com/rust-lang/crates.io-index"
2115checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
2116dependencies = [
2117 "wit-bindgen",
2118]
2119
2120[[package]]
2121name = "wasm-bindgen"
2122version = "0.2.103"
2123source = "registry+https://github.com/rust-lang/crates.io-index"
2124checksum = "ab10a69fbd0a177f5f649ad4d8d3305499c42bab9aef2f7ff592d0ec8f833819"
2125dependencies = [
2126 "cfg-if",
2127 "once_cell",
2128 "rustversion",
2129 "wasm-bindgen-macro",
2130 "wasm-bindgen-shared",
2131]
2132
2133[[package]]
2134name = "wasm-bindgen-backend"
2135version = "0.2.103"
2136source = "registry+https://github.com/rust-lang/crates.io-index"
2137checksum = "0bb702423545a6007bbc368fde243ba47ca275e549c8a28617f56f6ba53b1d1c"
2138dependencies = [
2139 "bumpalo",
2140 "log",
2141 "proc-macro2",
2142 "quote",
2143 "syn",
2144 "wasm-bindgen-shared",
2145]
2146
2147[[package]]
2148name = "wasm-bindgen-futures"
2149version = "0.4.53"
2150source = "registry+https://github.com/rust-lang/crates.io-index"
2151checksum = "a0b221ff421256839509adbb55998214a70d829d3a28c69b4a6672e9d2a42f67"
2152dependencies = [
2153 "cfg-if",
2154 "js-sys",
2155 "once_cell",
2156 "wasm-bindgen",
2157 "web-sys",
2158]
2159
2160[[package]]
2161name = "wasm-bindgen-macro"
2162version = "0.2.103"
2163source = "registry+https://github.com/rust-lang/crates.io-index"
2164checksum = "fc65f4f411d91494355917b605e1480033152658d71f722a90647f56a70c88a0"
2165dependencies = [
2166 "quote",
2167 "wasm-bindgen-macro-support",
2168]
2169
2170[[package]]
2171name = "wasm-bindgen-macro-support"
2172version = "0.2.103"
2173source = "registry+https://github.com/rust-lang/crates.io-index"
2174checksum = "ffc003a991398a8ee604a401e194b6b3a39677b3173d6e74495eb51b82e99a32"
2175dependencies = [
2176 "proc-macro2",
2177 "quote",
2178 "syn",
2179 "wasm-bindgen-backend",
2180 "wasm-bindgen-shared",
2181]
2182
2183[[package]]
2184name = "wasm-bindgen-shared"
2185version = "0.2.103"
2186source = "registry+https://github.com/rust-lang/crates.io-index"
2187checksum = "293c37f4efa430ca14db3721dfbe48d8c33308096bd44d80ebaa775ab71ba1cf"
2188dependencies = [
2189 "unicode-ident",
2190]
2191
2192[[package]]
2193name = "wasm-logger"
2194version = "0.2.0"
2195source = "registry+https://github.com/rust-lang/crates.io-index"
2196checksum = "074649a66bb306c8f2068c9016395fa65d8e08d2affcbf95acf3c24c3ab19718"
2197dependencies = [
2198 "log",
2199 "wasm-bindgen",
2200 "web-sys",
2201]
2202
2203[[package]]
2204name = "wasm-streams"
2205version = "0.4.2"
2206source = "registry+https://github.com/rust-lang/crates.io-index"
2207checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
2208dependencies = [
2209 "futures-util",
2210 "js-sys",
2211 "wasm-bindgen",
2212 "wasm-bindgen-futures",
2213 "web-sys",
2214]
2215
2216[[package]]
2217name = "web-sys"
2218version = "0.3.80"
2219source = "registry+https://github.com/rust-lang/crates.io-index"
2220checksum = "fbe734895e869dc429d78c4b433f8d17d95f8d05317440b4fad5ab2d33e596dc"
2221dependencies = [
2222 "js-sys",
2223 "wasm-bindgen",
2224]
2225
2226[[package]]
2227name = "web-time"
2228version = "1.1.0"
2229source = "registry+https://github.com/rust-lang/crates.io-index"
2230checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
2231dependencies = [
2232 "js-sys",
2233 "wasm-bindgen",
2234]
2235
2236[[package]]
2237name = "windows"
2238version = "0.61.3"
2239source = "registry+https://github.com/rust-lang/crates.io-index"
2240checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
2241dependencies = [
2242 "windows-collections",
2243 "windows-core 0.61.2",
2244 "windows-future",
2245 "windows-link 0.1.3",
2246 "windows-numerics",
2247]
2248
2249[[package]]
2250name = "windows-collections"
2251version = "0.2.0"
2252source = "registry+https://github.com/rust-lang/crates.io-index"
2253checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
2254dependencies = [
2255 "windows-core 0.61.2",
2256]
2257
2258[[package]]
2259name = "windows-core"
2260version = "0.61.2"
2261source = "registry+https://github.com/rust-lang/crates.io-index"
2262checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
2263dependencies = [
2264 "windows-implement",
2265 "windows-interface",
2266 "windows-link 0.1.3",
2267 "windows-result 0.3.4",
2268 "windows-strings 0.4.2",
2269]
2270
2271[[package]]
2272name = "windows-core"
2273version = "0.62.0"
2274source = "registry+https://github.com/rust-lang/crates.io-index"
2275checksum = "57fe7168f7de578d2d8a05b07fd61870d2e73b4020e9f49aa00da8471723497c"
2276dependencies = [
2277 "windows-implement",
2278 "windows-interface",
2279 "windows-link 0.2.0",
2280 "windows-result 0.4.0",
2281 "windows-strings 0.5.0",
2282]
2283
2284[[package]]
2285name = "windows-future"
2286version = "0.2.1"
2287source = "registry+https://github.com/rust-lang/crates.io-index"
2288checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
2289dependencies = [
2290 "windows-core 0.61.2",
2291 "windows-link 0.1.3",
2292 "windows-threading",
2293]
2294
2295[[package]]
2296name = "windows-implement"
2297version = "0.60.0"
2298source = "registry+https://github.com/rust-lang/crates.io-index"
2299checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
2300dependencies = [
2301 "proc-macro2",
2302 "quote",
2303 "syn",
2304]
2305
2306[[package]]
2307name = "windows-interface"
2308version = "0.59.1"
2309source = "registry+https://github.com/rust-lang/crates.io-index"
2310checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
2311dependencies = [
2312 "proc-macro2",
2313 "quote",
2314 "syn",
2315]
2316
2317[[package]]
2318name = "windows-link"
2319version = "0.1.3"
2320source = "registry+https://github.com/rust-lang/crates.io-index"
2321checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
2322
2323[[package]]
2324name = "windows-link"
2325version = "0.2.0"
2326source = "registry+https://github.com/rust-lang/crates.io-index"
2327checksum = "45e46c0661abb7180e7b9c281db115305d49ca1709ab8242adf09666d2173c65"
2328
2329[[package]]
2330name = "windows-numerics"
2331version = "0.2.0"
2332source = "registry+https://github.com/rust-lang/crates.io-index"
2333checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
2334dependencies = [
2335 "windows-core 0.61.2",
2336 "windows-link 0.1.3",
2337]
2338
2339[[package]]
2340name = "windows-registry"
2341version = "0.5.3"
2342source = "registry+https://github.com/rust-lang/crates.io-index"
2343checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
2344dependencies = [
2345 "windows-link 0.1.3",
2346 "windows-result 0.3.4",
2347 "windows-strings 0.4.2",
2348]
2349
2350[[package]]
2351name = "windows-result"
2352version = "0.3.4"
2353source = "registry+https://github.com/rust-lang/crates.io-index"
2354checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
2355dependencies = [
2356 "windows-link 0.1.3",
2357]
2358
2359[[package]]
2360name = "windows-result"
2361version = "0.4.0"
2362source = "registry+https://github.com/rust-lang/crates.io-index"
2363checksum = "7084dcc306f89883455a206237404d3eaf961e5bd7e0f312f7c91f57eb44167f"
2364dependencies = [
2365 "windows-link 0.2.0",
2366]
2367
2368[[package]]
2369name = "windows-strings"
2370version = "0.4.2"
2371source = "registry+https://github.com/rust-lang/crates.io-index"
2372checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
2373dependencies = [
2374 "windows-link 0.1.3",
2375]
2376
2377[[package]]
2378name = "windows-strings"
2379version = "0.5.0"
2380source = "registry+https://github.com/rust-lang/crates.io-index"
2381checksum = "7218c655a553b0bed4426cf54b20d7ba363ef543b52d515b3e48d7fd55318dda"
2382dependencies = [
2383 "windows-link 0.2.0",
2384]
2385
2386[[package]]
2387name = "windows-sys"
2388version = "0.52.0"
2389source = "registry+https://github.com/rust-lang/crates.io-index"
2390checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
2391dependencies = [
2392 "windows-targets",
2393]
2394
2395[[package]]
2396name = "windows-sys"
2397version = "0.59.0"
2398source = "registry+https://github.com/rust-lang/crates.io-index"
2399checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
2400dependencies = [
2401 "windows-targets",
2402]
2403
2404[[package]]
2405name = "windows-sys"
2406version = "0.61.0"
2407source = "registry+https://github.com/rust-lang/crates.io-index"
2408checksum = "e201184e40b2ede64bc2ea34968b28e33622acdbbf37104f0e4a33f7abe657aa"
2409dependencies = [
2410 "windows-link 0.2.0",
2411]
2412
2413[[package]]
2414name = "windows-targets"
2415version = "0.52.6"
2416source = "registry+https://github.com/rust-lang/crates.io-index"
2417checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2418dependencies = [
2419 "windows_aarch64_gnullvm",
2420 "windows_aarch64_msvc",
2421 "windows_i686_gnu",
2422 "windows_i686_gnullvm",
2423 "windows_i686_msvc",
2424 "windows_x86_64_gnu",
2425 "windows_x86_64_gnullvm",
2426 "windows_x86_64_msvc",
2427]
2428
2429[[package]]
2430name = "windows-threading"
2431version = "0.1.0"
2432source = "registry+https://github.com/rust-lang/crates.io-index"
2433checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
2434dependencies = [
2435 "windows-link 0.1.3",
2436]
2437
2438[[package]]
2439name = "windows_aarch64_gnullvm"
2440version = "0.52.6"
2441source = "registry+https://github.com/rust-lang/crates.io-index"
2442checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2443
2444[[package]]
2445name = "windows_aarch64_msvc"
2446version = "0.52.6"
2447source = "registry+https://github.com/rust-lang/crates.io-index"
2448checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2449
2450[[package]]
2451name = "windows_i686_gnu"
2452version = "0.52.6"
2453source = "registry+https://github.com/rust-lang/crates.io-index"
2454checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
2455
2456[[package]]
2457name = "windows_i686_gnullvm"
2458version = "0.52.6"
2459source = "registry+https://github.com/rust-lang/crates.io-index"
2460checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2461
2462[[package]]
2463name = "windows_i686_msvc"
2464version = "0.52.6"
2465source = "registry+https://github.com/rust-lang/crates.io-index"
2466checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2467
2468[[package]]
2469name = "windows_x86_64_gnu"
2470version = "0.52.6"
2471source = "registry+https://github.com/rust-lang/crates.io-index"
2472checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2473
2474[[package]]
2475name = "windows_x86_64_gnullvm"
2476version = "0.52.6"
2477source = "registry+https://github.com/rust-lang/crates.io-index"
2478checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2479
2480[[package]]
2481name = "windows_x86_64_msvc"
2482version = "0.52.6"
2483source = "registry+https://github.com/rust-lang/crates.io-index"
2484checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2485
2486[[package]]
2487name = "wit-bindgen"
2488version = "0.46.0"
2489source = "registry+https://github.com/rust-lang/crates.io-index"
2490checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
2491
2492[[package]]
2493name = "worker"
2494version = "0.6.5"
2495source = "registry+https://github.com/rust-lang/crates.io-index"
2496checksum = "38079fb888798411da925f8e7da31d05f99f34d960876e7f0f64d38dd1c5a8e4"
2497dependencies = [
2498 "async-trait",
2499 "bytes",
2500 "chrono",
2501 "futures-channel",
2502 "futures-util",
2503 "http",
2504 "http-body",
2505 "js-sys",
2506 "matchit",
2507 "pin-project",
2508 "serde",
2509 "serde-wasm-bindgen",
2510 "serde_json",
2511 "serde_urlencoded",
2512 "tokio",
2513 "url",
2514 "wasm-bindgen",
2515 "wasm-bindgen-futures",
2516 "wasm-streams",
2517 "web-sys",
2518 "worker-kv",
2519 "worker-macros",
2520 "worker-sys",
2521]
2522
2523[[package]]
2524name = "worker-kv"
2525version = "0.9.0"
2526source = "registry+https://github.com/rust-lang/crates.io-index"
2527checksum = "b0d30eb90e8db0657414129624c0d12c6cb480574bc2ddd584822db196cb9a52"
2528dependencies = [
2529 "js-sys",
2530 "serde",
2531 "serde-wasm-bindgen",
2532 "serde_json",
2533 "thiserror 2.0.16",
2534 "wasm-bindgen",
2535 "wasm-bindgen-futures",
2536]
2537
2538[[package]]
2539name = "worker-macros"
2540version = "0.6.5"
2541source = "registry+https://github.com/rust-lang/crates.io-index"
2542checksum = "b04c25dc6fc79ac2c111eadac8e98fddfa42f97625e48a3b94f82455d9b29766"
2543dependencies = [
2544 "async-trait",
2545 "proc-macro2",
2546 "quote",
2547 "syn",
2548 "wasm-bindgen",
2549 "wasm-bindgen-futures",
2550 "wasm-bindgen-macro-support",
2551 "worker-sys",
2552]
2553
2554[[package]]
2555name = "worker-sys"
2556version = "0.6.5"
2557source = "registry+https://github.com/rust-lang/crates.io-index"
2558checksum = "fa601b8e81a1a06f0b0cc1ca5d48eef4901f491d324a4b2796354b0d49aeeaf0"
2559dependencies = [
2560 "cfg-if",
2561 "js-sys",
2562 "wasm-bindgen",
2563 "web-sys",
2564]
2565
2566[[package]]
2567name = "writeable"
2568version = "0.6.1"
2569source = "registry+https://github.com/rust-lang/crates.io-index"
2570checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
2571
2572[[package]]
2573name = "yoke"
2574version = "0.8.0"
2575source = "registry+https://github.com/rust-lang/crates.io-index"
2576checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
2577dependencies = [
2578 "serde",
2579 "stable_deref_trait",
2580 "yoke-derive",
2581 "zerofrom",
2582]
2583
2584[[package]]
2585name = "yoke-derive"
2586version = "0.8.0"
2587source = "registry+https://github.com/rust-lang/crates.io-index"
2588checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
2589dependencies = [
2590 "proc-macro2",
2591 "quote",
2592 "syn",
2593 "synstructure",
2594]
2595
2596[[package]]
2597name = "zerofrom"
2598version = "0.1.6"
2599source = "registry+https://github.com/rust-lang/crates.io-index"
2600checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
2601dependencies = [
2602 "zerofrom-derive",
2603]
2604
2605[[package]]
2606name = "zerofrom-derive"
2607version = "0.1.6"
2608source = "registry+https://github.com/rust-lang/crates.io-index"
2609checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
2610dependencies = [
2611 "proc-macro2",
2612 "quote",
2613 "syn",
2614 "synstructure",
2615]
2616
2617[[package]]
2618name = "zeroize"
2619version = "1.8.1"
2620source = "registry+https://github.com/rust-lang/crates.io-index"
2621checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
2622
2623[[package]]
2624name = "zerotrie"
2625version = "0.2.2"
2626source = "registry+https://github.com/rust-lang/crates.io-index"
2627checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
2628dependencies = [
2629 "displaydoc",
2630 "yoke",
2631 "zerofrom",
2632]
2633
2634[[package]]
2635name = "zerovec"
2636version = "0.11.4"
2637source = "registry+https://github.com/rust-lang/crates.io-index"
2638checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
2639dependencies = [
2640 "yoke",
2641 "zerofrom",
2642 "zerovec-derive",
2643]
2644
2645[[package]]
2646name = "zerovec-derive"
2647version = "0.11.1"
2648source = "registry+https://github.com/rust-lang/crates.io-index"
2649checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
2650dependencies = [
2651 "proc-macro2",
2652 "quote",
2653 "syn",
2654]