music on atproto
plyr.fm
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "aho-corasick"
7version = "1.1.4"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
10dependencies = [
11 "memchr",
12]
13
14[[package]]
15name = "allocator-api2"
16version = "0.2.21"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
19
20[[package]]
21name = "android_system_properties"
22version = "0.1.5"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
25dependencies = [
26 "libc",
27]
28
29[[package]]
30name = "anyhow"
31version = "1.0.100"
32source = "registry+https://github.com/rust-lang/crates.io-index"
33checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
34
35[[package]]
36name = "async-trait"
37version = "0.1.89"
38source = "registry+https://github.com/rust-lang/crates.io-index"
39checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
40dependencies = [
41 "proc-macro2",
42 "quote",
43 "syn 2.0.111",
44]
45
46[[package]]
47name = "atoi"
48version = "2.0.0"
49source = "registry+https://github.com/rust-lang/crates.io-index"
50checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
51dependencies = [
52 "num-traits",
53]
54
55[[package]]
56name = "atomic-waker"
57version = "1.1.2"
58source = "registry+https://github.com/rust-lang/crates.io-index"
59checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
60
61[[package]]
62name = "autocfg"
63version = "1.5.0"
64source = "registry+https://github.com/rust-lang/crates.io-index"
65checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
66
67[[package]]
68name = "axum"
69version = "0.7.9"
70source = "registry+https://github.com/rust-lang/crates.io-index"
71checksum = "edca88bc138befd0323b20752846e6587272d3b03b0343c8ea28a6f819e6e71f"
72dependencies = [
73 "async-trait",
74 "axum-core",
75 "axum-macros",
76 "base64",
77 "bytes",
78 "futures-util",
79 "http",
80 "http-body",
81 "http-body-util",
82 "hyper",
83 "hyper-util",
84 "itoa",
85 "matchit",
86 "memchr",
87 "mime",
88 "percent-encoding",
89 "pin-project-lite",
90 "rustversion",
91 "serde",
92 "serde_json",
93 "serde_path_to_error",
94 "serde_urlencoded",
95 "sha1",
96 "sync_wrapper",
97 "tokio",
98 "tokio-tungstenite",
99 "tower",
100 "tower-layer",
101 "tower-service",
102 "tracing",
103]
104
105[[package]]
106name = "axum-core"
107version = "0.4.5"
108source = "registry+https://github.com/rust-lang/crates.io-index"
109checksum = "09f2bd6146b97ae3359fa0cc6d6b376d9539582c7b4220f041a33ec24c226199"
110dependencies = [
111 "async-trait",
112 "bytes",
113 "futures-util",
114 "http",
115 "http-body",
116 "http-body-util",
117 "mime",
118 "pin-project-lite",
119 "rustversion",
120 "sync_wrapper",
121 "tower-layer",
122 "tower-service",
123 "tracing",
124]
125
126[[package]]
127name = "axum-macros"
128version = "0.4.2"
129source = "registry+https://github.com/rust-lang/crates.io-index"
130checksum = "57d123550fa8d071b7255cb0cc04dc302baa6c8c4a79f55701552684d8399bce"
131dependencies = [
132 "proc-macro2",
133 "quote",
134 "syn 2.0.111",
135]
136
137[[package]]
138name = "base-x"
139version = "0.2.11"
140source = "registry+https://github.com/rust-lang/crates.io-index"
141checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270"
142
143[[package]]
144name = "base16ct"
145version = "0.2.0"
146source = "registry+https://github.com/rust-lang/crates.io-index"
147checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"
148
149[[package]]
150name = "base256emoji"
151version = "1.0.2"
152source = "registry+https://github.com/rust-lang/crates.io-index"
153checksum = "b5e9430d9a245a77c92176e649af6e275f20839a48389859d1661e9a128d077c"
154dependencies = [
155 "const-str",
156 "match-lookup",
157]
158
159[[package]]
160name = "base64"
161version = "0.22.1"
162source = "registry+https://github.com/rust-lang/crates.io-index"
163checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
164
165[[package]]
166name = "base64ct"
167version = "1.8.0"
168source = "registry+https://github.com/rust-lang/crates.io-index"
169checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba"
170
171[[package]]
172name = "bitflags"
173version = "2.10.0"
174source = "registry+https://github.com/rust-lang/crates.io-index"
175checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
176dependencies = [
177 "serde_core",
178]
179
180[[package]]
181name = "block-buffer"
182version = "0.10.4"
183source = "registry+https://github.com/rust-lang/crates.io-index"
184checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
185dependencies = [
186 "generic-array",
187]
188
189[[package]]
190name = "bumpalo"
191version = "3.19.0"
192source = "registry+https://github.com/rust-lang/crates.io-index"
193checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
194
195[[package]]
196name = "byteorder"
197version = "1.5.0"
198source = "registry+https://github.com/rust-lang/crates.io-index"
199checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
200
201[[package]]
202name = "bytes"
203version = "1.11.0"
204source = "registry+https://github.com/rust-lang/crates.io-index"
205checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3"
206
207[[package]]
208name = "cbor4ii"
209version = "0.2.14"
210source = "registry+https://github.com/rust-lang/crates.io-index"
211checksum = "b544cf8c89359205f4f990d0e6f3828db42df85b5dac95d09157a250eb0749c4"
212dependencies = [
213 "serde",
214]
215
216[[package]]
217name = "cc"
218version = "1.2.47"
219source = "registry+https://github.com/rust-lang/crates.io-index"
220checksum = "cd405d82c84ff7f35739f175f67d8b9fb7687a0e84ccdc78bd3568839827cf07"
221dependencies = [
222 "find-msvc-tools",
223 "shlex",
224]
225
226[[package]]
227name = "cfg-if"
228version = "1.0.4"
229source = "registry+https://github.com/rust-lang/crates.io-index"
230checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
231
232[[package]]
233name = "cfg_aliases"
234version = "0.2.1"
235source = "registry+https://github.com/rust-lang/crates.io-index"
236checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
237
238[[package]]
239name = "chrono"
240version = "0.4.42"
241source = "registry+https://github.com/rust-lang/crates.io-index"
242checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
243dependencies = [
244 "iana-time-zone",
245 "js-sys",
246 "num-traits",
247 "serde",
248 "wasm-bindgen",
249 "windows-link",
250]
251
252[[package]]
253name = "cid"
254version = "0.11.1"
255source = "registry+https://github.com/rust-lang/crates.io-index"
256checksum = "3147d8272e8fa0ccd29ce51194dd98f79ddfb8191ba9e3409884e751798acf3a"
257dependencies = [
258 "core2",
259 "multibase",
260 "multihash",
261 "serde",
262 "serde_bytes",
263 "unsigned-varint",
264]
265
266[[package]]
267name = "concurrent-queue"
268version = "2.5.0"
269source = "registry+https://github.com/rust-lang/crates.io-index"
270checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
271dependencies = [
272 "crossbeam-utils",
273]
274
275[[package]]
276name = "const-oid"
277version = "0.9.6"
278source = "registry+https://github.com/rust-lang/crates.io-index"
279checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
280
281[[package]]
282name = "const-str"
283version = "0.4.3"
284source = "registry+https://github.com/rust-lang/crates.io-index"
285checksum = "2f421161cb492475f1661ddc9815a745a1c894592070661180fdec3d4872e9c3"
286
287[[package]]
288name = "core-foundation-sys"
289version = "0.8.7"
290source = "registry+https://github.com/rust-lang/crates.io-index"
291checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
292
293[[package]]
294name = "core2"
295version = "0.4.0"
296source = "registry+https://github.com/rust-lang/crates.io-index"
297checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505"
298dependencies = [
299 "memchr",
300]
301
302[[package]]
303name = "cpufeatures"
304version = "0.2.17"
305source = "registry+https://github.com/rust-lang/crates.io-index"
306checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
307dependencies = [
308 "libc",
309]
310
311[[package]]
312name = "crc"
313version = "3.4.0"
314source = "registry+https://github.com/rust-lang/crates.io-index"
315checksum = "5eb8a2a1cd12ab0d987a5d5e825195d372001a4094a0376319d5a0ad71c1ba0d"
316dependencies = [
317 "crc-catalog",
318]
319
320[[package]]
321name = "crc-catalog"
322version = "2.4.0"
323source = "registry+https://github.com/rust-lang/crates.io-index"
324checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
325
326[[package]]
327name = "crossbeam-queue"
328version = "0.3.12"
329source = "registry+https://github.com/rust-lang/crates.io-index"
330checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
331dependencies = [
332 "crossbeam-utils",
333]
334
335[[package]]
336name = "crossbeam-utils"
337version = "0.8.21"
338source = "registry+https://github.com/rust-lang/crates.io-index"
339checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
340
341[[package]]
342name = "crypto-bigint"
343version = "0.5.5"
344source = "registry+https://github.com/rust-lang/crates.io-index"
345checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
346dependencies = [
347 "generic-array",
348 "rand_core 0.6.4",
349 "subtle",
350 "zeroize",
351]
352
353[[package]]
354name = "crypto-common"
355version = "0.1.6"
356source = "registry+https://github.com/rust-lang/crates.io-index"
357checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
358dependencies = [
359 "generic-array",
360 "typenum",
361]
362
363[[package]]
364name = "data-encoding"
365version = "2.9.0"
366source = "registry+https://github.com/rust-lang/crates.io-index"
367checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
368
369[[package]]
370name = "data-encoding-macro"
371version = "0.1.18"
372source = "registry+https://github.com/rust-lang/crates.io-index"
373checksum = "47ce6c96ea0102f01122a185683611bd5ac8d99e62bc59dd12e6bda344ee673d"
374dependencies = [
375 "data-encoding",
376 "data-encoding-macro-internal",
377]
378
379[[package]]
380name = "data-encoding-macro-internal"
381version = "0.1.16"
382source = "registry+https://github.com/rust-lang/crates.io-index"
383checksum = "8d162beedaa69905488a8da94f5ac3edb4dd4788b732fadb7bd120b2625c1976"
384dependencies = [
385 "data-encoding",
386 "syn 2.0.111",
387]
388
389[[package]]
390name = "der"
391version = "0.7.10"
392source = "registry+https://github.com/rust-lang/crates.io-index"
393checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
394dependencies = [
395 "const-oid",
396 "pem-rfc7468",
397 "zeroize",
398]
399
400[[package]]
401name = "digest"
402version = "0.10.7"
403source = "registry+https://github.com/rust-lang/crates.io-index"
404checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
405dependencies = [
406 "block-buffer",
407 "const-oid",
408 "crypto-common",
409 "subtle",
410]
411
412[[package]]
413name = "displaydoc"
414version = "0.2.5"
415source = "registry+https://github.com/rust-lang/crates.io-index"
416checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
417dependencies = [
418 "proc-macro2",
419 "quote",
420 "syn 2.0.111",
421]
422
423[[package]]
424name = "dotenvy"
425version = "0.15.7"
426source = "registry+https://github.com/rust-lang/crates.io-index"
427checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
428
429[[package]]
430name = "ecdsa"
431version = "0.16.9"
432source = "registry+https://github.com/rust-lang/crates.io-index"
433checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca"
434dependencies = [
435 "der",
436 "digest",
437 "elliptic-curve",
438 "rfc6979",
439 "signature",
440 "spki",
441]
442
443[[package]]
444name = "either"
445version = "1.15.0"
446source = "registry+https://github.com/rust-lang/crates.io-index"
447checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
448dependencies = [
449 "serde",
450]
451
452[[package]]
453name = "elliptic-curve"
454version = "0.13.8"
455source = "registry+https://github.com/rust-lang/crates.io-index"
456checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47"
457dependencies = [
458 "base16ct",
459 "crypto-bigint",
460 "digest",
461 "ff",
462 "generic-array",
463 "group",
464 "pkcs8",
465 "rand_core 0.6.4",
466 "sec1",
467 "subtle",
468 "zeroize",
469]
470
471[[package]]
472name = "equivalent"
473version = "1.0.2"
474source = "registry+https://github.com/rust-lang/crates.io-index"
475checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
476
477[[package]]
478name = "etcetera"
479version = "0.8.0"
480source = "registry+https://github.com/rust-lang/crates.io-index"
481checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
482dependencies = [
483 "cfg-if",
484 "home",
485 "windows-sys 0.48.0",
486]
487
488[[package]]
489name = "event-listener"
490version = "5.4.1"
491source = "registry+https://github.com/rust-lang/crates.io-index"
492checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
493dependencies = [
494 "concurrent-queue",
495 "parking",
496 "pin-project-lite",
497]
498
499[[package]]
500name = "ff"
501version = "0.13.1"
502source = "registry+https://github.com/rust-lang/crates.io-index"
503checksum = "c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393"
504dependencies = [
505 "rand_core 0.6.4",
506 "subtle",
507]
508
509[[package]]
510name = "find-msvc-tools"
511version = "0.1.5"
512source = "registry+https://github.com/rust-lang/crates.io-index"
513checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
514
515[[package]]
516name = "flume"
517version = "0.11.1"
518source = "registry+https://github.com/rust-lang/crates.io-index"
519checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
520dependencies = [
521 "futures-core",
522 "futures-sink",
523 "spin",
524]
525
526[[package]]
527name = "foldhash"
528version = "0.1.5"
529source = "registry+https://github.com/rust-lang/crates.io-index"
530checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
531
532[[package]]
533name = "form_urlencoded"
534version = "1.2.2"
535source = "registry+https://github.com/rust-lang/crates.io-index"
536checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
537dependencies = [
538 "percent-encoding",
539]
540
541[[package]]
542name = "futures"
543version = "0.3.31"
544source = "registry+https://github.com/rust-lang/crates.io-index"
545checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
546dependencies = [
547 "futures-channel",
548 "futures-core",
549 "futures-executor",
550 "futures-io",
551 "futures-sink",
552 "futures-task",
553 "futures-util",
554]
555
556[[package]]
557name = "futures-channel"
558version = "0.3.31"
559source = "registry+https://github.com/rust-lang/crates.io-index"
560checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
561dependencies = [
562 "futures-core",
563 "futures-sink",
564]
565
566[[package]]
567name = "futures-core"
568version = "0.3.31"
569source = "registry+https://github.com/rust-lang/crates.io-index"
570checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
571
572[[package]]
573name = "futures-executor"
574version = "0.3.31"
575source = "registry+https://github.com/rust-lang/crates.io-index"
576checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
577dependencies = [
578 "futures-core",
579 "futures-task",
580 "futures-util",
581]
582
583[[package]]
584name = "futures-intrusive"
585version = "0.5.0"
586source = "registry+https://github.com/rust-lang/crates.io-index"
587checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
588dependencies = [
589 "futures-core",
590 "lock_api",
591 "parking_lot",
592]
593
594[[package]]
595name = "futures-io"
596version = "0.3.31"
597source = "registry+https://github.com/rust-lang/crates.io-index"
598checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
599
600[[package]]
601name = "futures-macro"
602version = "0.3.31"
603source = "registry+https://github.com/rust-lang/crates.io-index"
604checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
605dependencies = [
606 "proc-macro2",
607 "quote",
608 "syn 2.0.111",
609]
610
611[[package]]
612name = "futures-sink"
613version = "0.3.31"
614source = "registry+https://github.com/rust-lang/crates.io-index"
615checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
616
617[[package]]
618name = "futures-task"
619version = "0.3.31"
620source = "registry+https://github.com/rust-lang/crates.io-index"
621checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
622
623[[package]]
624name = "futures-util"
625version = "0.3.31"
626source = "registry+https://github.com/rust-lang/crates.io-index"
627checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
628dependencies = [
629 "futures-channel",
630 "futures-core",
631 "futures-io",
632 "futures-macro",
633 "futures-sink",
634 "futures-task",
635 "memchr",
636 "pin-project-lite",
637 "pin-utils",
638 "slab",
639]
640
641[[package]]
642name = "generic-array"
643version = "0.14.9"
644source = "registry+https://github.com/rust-lang/crates.io-index"
645checksum = "4bb6743198531e02858aeaea5398fcc883e71851fcbcb5a2f773e2fb6cb1edf2"
646dependencies = [
647 "typenum",
648 "version_check",
649 "zeroize",
650]
651
652[[package]]
653name = "getrandom"
654version = "0.2.16"
655source = "registry+https://github.com/rust-lang/crates.io-index"
656checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
657dependencies = [
658 "cfg-if",
659 "js-sys",
660 "libc",
661 "wasi",
662 "wasm-bindgen",
663]
664
665[[package]]
666name = "getrandom"
667version = "0.3.4"
668source = "registry+https://github.com/rust-lang/crates.io-index"
669checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
670dependencies = [
671 "cfg-if",
672 "js-sys",
673 "libc",
674 "r-efi",
675 "wasip2",
676 "wasm-bindgen",
677]
678
679[[package]]
680name = "group"
681version = "0.13.0"
682source = "registry+https://github.com/rust-lang/crates.io-index"
683checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63"
684dependencies = [
685 "ff",
686 "rand_core 0.6.4",
687 "subtle",
688]
689
690[[package]]
691name = "hashbrown"
692version = "0.15.5"
693source = "registry+https://github.com/rust-lang/crates.io-index"
694checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
695dependencies = [
696 "allocator-api2",
697 "equivalent",
698 "foldhash",
699]
700
701[[package]]
702name = "hashbrown"
703version = "0.16.1"
704source = "registry+https://github.com/rust-lang/crates.io-index"
705checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
706
707[[package]]
708name = "hashlink"
709version = "0.10.0"
710source = "registry+https://github.com/rust-lang/crates.io-index"
711checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
712dependencies = [
713 "hashbrown 0.15.5",
714]
715
716[[package]]
717name = "heck"
718version = "0.5.0"
719source = "registry+https://github.com/rust-lang/crates.io-index"
720checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
721
722[[package]]
723name = "hex"
724version = "0.4.3"
725source = "registry+https://github.com/rust-lang/crates.io-index"
726checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
727
728[[package]]
729name = "hkdf"
730version = "0.12.4"
731source = "registry+https://github.com/rust-lang/crates.io-index"
732checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
733dependencies = [
734 "hmac",
735]
736
737[[package]]
738name = "hmac"
739version = "0.12.1"
740source = "registry+https://github.com/rust-lang/crates.io-index"
741checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
742dependencies = [
743 "digest",
744]
745
746[[package]]
747name = "home"
748version = "0.5.9"
749source = "registry+https://github.com/rust-lang/crates.io-index"
750checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
751dependencies = [
752 "windows-sys 0.52.0",
753]
754
755[[package]]
756name = "http"
757version = "1.4.0"
758source = "registry+https://github.com/rust-lang/crates.io-index"
759checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a"
760dependencies = [
761 "bytes",
762 "itoa",
763]
764
765[[package]]
766name = "http-body"
767version = "1.0.1"
768source = "registry+https://github.com/rust-lang/crates.io-index"
769checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
770dependencies = [
771 "bytes",
772 "http",
773]
774
775[[package]]
776name = "http-body-util"
777version = "0.1.3"
778source = "registry+https://github.com/rust-lang/crates.io-index"
779checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
780dependencies = [
781 "bytes",
782 "futures-core",
783 "http",
784 "http-body",
785 "pin-project-lite",
786]
787
788[[package]]
789name = "http-range-header"
790version = "0.4.2"
791source = "registry+https://github.com/rust-lang/crates.io-index"
792checksum = "9171a2ea8a68358193d15dd5d70c1c10a2afc3e7e4c5bc92bc9f025cebd7359c"
793
794[[package]]
795name = "httparse"
796version = "1.10.1"
797source = "registry+https://github.com/rust-lang/crates.io-index"
798checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
799
800[[package]]
801name = "httpdate"
802version = "1.0.3"
803source = "registry+https://github.com/rust-lang/crates.io-index"
804checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
805
806[[package]]
807name = "hyper"
808version = "1.8.1"
809source = "registry+https://github.com/rust-lang/crates.io-index"
810checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11"
811dependencies = [
812 "atomic-waker",
813 "bytes",
814 "futures-channel",
815 "futures-core",
816 "http",
817 "http-body",
818 "httparse",
819 "httpdate",
820 "itoa",
821 "pin-project-lite",
822 "pin-utils",
823 "smallvec",
824 "tokio",
825 "want",
826]
827
828[[package]]
829name = "hyper-rustls"
830version = "0.27.7"
831source = "registry+https://github.com/rust-lang/crates.io-index"
832checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
833dependencies = [
834 "http",
835 "hyper",
836 "hyper-util",
837 "rustls",
838 "rustls-pki-types",
839 "tokio",
840 "tokio-rustls",
841 "tower-service",
842 "webpki-roots 1.0.4",
843]
844
845[[package]]
846name = "hyper-util"
847version = "0.1.18"
848source = "registry+https://github.com/rust-lang/crates.io-index"
849checksum = "52e9a2a24dc5c6821e71a7030e1e14b7b632acac55c40e9d2e082c621261bb56"
850dependencies = [
851 "base64",
852 "bytes",
853 "futures-channel",
854 "futures-core",
855 "futures-util",
856 "http",
857 "http-body",
858 "hyper",
859 "ipnet",
860 "libc",
861 "percent-encoding",
862 "pin-project-lite",
863 "socket2",
864 "tokio",
865 "tower-service",
866 "tracing",
867]
868
869[[package]]
870name = "iana-time-zone"
871version = "0.1.64"
872source = "registry+https://github.com/rust-lang/crates.io-index"
873checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
874dependencies = [
875 "android_system_properties",
876 "core-foundation-sys",
877 "iana-time-zone-haiku",
878 "js-sys",
879 "log",
880 "wasm-bindgen",
881 "windows-core",
882]
883
884[[package]]
885name = "iana-time-zone-haiku"
886version = "0.1.2"
887source = "registry+https://github.com/rust-lang/crates.io-index"
888checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
889dependencies = [
890 "cc",
891]
892
893[[package]]
894name = "icu_collections"
895version = "2.1.1"
896source = "registry+https://github.com/rust-lang/crates.io-index"
897checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43"
898dependencies = [
899 "displaydoc",
900 "potential_utf",
901 "yoke",
902 "zerofrom",
903 "zerovec",
904]
905
906[[package]]
907name = "icu_locale_core"
908version = "2.1.1"
909source = "registry+https://github.com/rust-lang/crates.io-index"
910checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6"
911dependencies = [
912 "displaydoc",
913 "litemap",
914 "tinystr",
915 "writeable",
916 "zerovec",
917]
918
919[[package]]
920name = "icu_normalizer"
921version = "2.1.1"
922source = "registry+https://github.com/rust-lang/crates.io-index"
923checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599"
924dependencies = [
925 "icu_collections",
926 "icu_normalizer_data",
927 "icu_properties",
928 "icu_provider",
929 "smallvec",
930 "zerovec",
931]
932
933[[package]]
934name = "icu_normalizer_data"
935version = "2.1.1"
936source = "registry+https://github.com/rust-lang/crates.io-index"
937checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a"
938
939[[package]]
940name = "icu_properties"
941version = "2.1.1"
942source = "registry+https://github.com/rust-lang/crates.io-index"
943checksum = "e93fcd3157766c0c8da2f8cff6ce651a31f0810eaa1c51ec363ef790bbb5fb99"
944dependencies = [
945 "icu_collections",
946 "icu_locale_core",
947 "icu_properties_data",
948 "icu_provider",
949 "zerotrie",
950 "zerovec",
951]
952
953[[package]]
954name = "icu_properties_data"
955version = "2.1.1"
956source = "registry+https://github.com/rust-lang/crates.io-index"
957checksum = "02845b3647bb045f1100ecd6480ff52f34c35f82d9880e029d329c21d1054899"
958
959[[package]]
960name = "icu_provider"
961version = "2.1.1"
962source = "registry+https://github.com/rust-lang/crates.io-index"
963checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614"
964dependencies = [
965 "displaydoc",
966 "icu_locale_core",
967 "writeable",
968 "yoke",
969 "zerofrom",
970 "zerotrie",
971 "zerovec",
972]
973
974[[package]]
975name = "idna"
976version = "1.1.0"
977source = "registry+https://github.com/rust-lang/crates.io-index"
978checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
979dependencies = [
980 "idna_adapter",
981 "smallvec",
982 "utf8_iter",
983]
984
985[[package]]
986name = "idna_adapter"
987version = "1.2.1"
988source = "registry+https://github.com/rust-lang/crates.io-index"
989checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
990dependencies = [
991 "icu_normalizer",
992 "icu_properties",
993]
994
995[[package]]
996name = "indexmap"
997version = "2.12.1"
998source = "registry+https://github.com/rust-lang/crates.io-index"
999checksum = "0ad4bb2b565bca0645f4d68c5c9af97fba094e9791da685bf83cb5f3ce74acf2"
1000dependencies = [
1001 "equivalent",
1002 "hashbrown 0.16.1",
1003]
1004
1005[[package]]
1006name = "ipld-core"
1007version = "0.4.2"
1008source = "registry+https://github.com/rust-lang/crates.io-index"
1009checksum = "104718b1cc124d92a6d01ca9c9258a7df311405debb3408c445a36452f9bf8db"
1010dependencies = [
1011 "cid",
1012 "serde",
1013 "serde_bytes",
1014]
1015
1016[[package]]
1017name = "ipnet"
1018version = "2.11.0"
1019source = "registry+https://github.com/rust-lang/crates.io-index"
1020checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
1021
1022[[package]]
1023name = "iri-string"
1024version = "0.7.9"
1025source = "registry+https://github.com/rust-lang/crates.io-index"
1026checksum = "4f867b9d1d896b67beb18518eda36fdb77a32ea590de864f1325b294a6d14397"
1027dependencies = [
1028 "memchr",
1029 "serde",
1030]
1031
1032[[package]]
1033name = "itoa"
1034version = "1.0.15"
1035source = "registry+https://github.com/rust-lang/crates.io-index"
1036checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
1037
1038[[package]]
1039name = "js-sys"
1040version = "0.3.82"
1041source = "registry+https://github.com/rust-lang/crates.io-index"
1042checksum = "b011eec8cc36da2aab2d5cff675ec18454fad408585853910a202391cf9f8e65"
1043dependencies = [
1044 "once_cell",
1045 "wasm-bindgen",
1046]
1047
1048[[package]]
1049name = "k256"
1050version = "0.13.4"
1051source = "registry+https://github.com/rust-lang/crates.io-index"
1052checksum = "f6e3919bbaa2945715f0bb6d3934a173d1e9a59ac23767fbaaef277265a7411b"
1053dependencies = [
1054 "cfg-if",
1055 "ecdsa",
1056 "elliptic-curve",
1057 "once_cell",
1058 "sha2",
1059 "signature",
1060]
1061
1062[[package]]
1063name = "lazy_static"
1064version = "1.5.0"
1065source = "registry+https://github.com/rust-lang/crates.io-index"
1066checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
1067dependencies = [
1068 "spin",
1069]
1070
1071[[package]]
1072name = "libc"
1073version = "0.2.177"
1074source = "registry+https://github.com/rust-lang/crates.io-index"
1075checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976"
1076
1077[[package]]
1078name = "libm"
1079version = "0.2.15"
1080source = "registry+https://github.com/rust-lang/crates.io-index"
1081checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
1082
1083[[package]]
1084name = "libredox"
1085version = "0.1.10"
1086source = "registry+https://github.com/rust-lang/crates.io-index"
1087checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
1088dependencies = [
1089 "bitflags",
1090 "libc",
1091 "redox_syscall",
1092]
1093
1094[[package]]
1095name = "libsqlite3-sys"
1096version = "0.30.1"
1097source = "registry+https://github.com/rust-lang/crates.io-index"
1098checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
1099dependencies = [
1100 "pkg-config",
1101 "vcpkg",
1102]
1103
1104[[package]]
1105name = "litemap"
1106version = "0.8.1"
1107source = "registry+https://github.com/rust-lang/crates.io-index"
1108checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77"
1109
1110[[package]]
1111name = "lock_api"
1112version = "0.4.14"
1113source = "registry+https://github.com/rust-lang/crates.io-index"
1114checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
1115dependencies = [
1116 "scopeguard",
1117]
1118
1119[[package]]
1120name = "log"
1121version = "0.4.28"
1122source = "registry+https://github.com/rust-lang/crates.io-index"
1123checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432"
1124
1125[[package]]
1126name = "lru-slab"
1127version = "0.1.2"
1128source = "registry+https://github.com/rust-lang/crates.io-index"
1129checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
1130
1131[[package]]
1132name = "match-lookup"
1133version = "0.1.1"
1134source = "registry+https://github.com/rust-lang/crates.io-index"
1135checksum = "1265724d8cb29dbbc2b0f06fffb8bf1a8c0cf73a78eede9ba73a4a66c52a981e"
1136dependencies = [
1137 "proc-macro2",
1138 "quote",
1139 "syn 1.0.109",
1140]
1141
1142[[package]]
1143name = "matchers"
1144version = "0.2.0"
1145source = "registry+https://github.com/rust-lang/crates.io-index"
1146checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
1147dependencies = [
1148 "regex-automata",
1149]
1150
1151[[package]]
1152name = "matchit"
1153version = "0.7.3"
1154source = "registry+https://github.com/rust-lang/crates.io-index"
1155checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
1156
1157[[package]]
1158name = "md-5"
1159version = "0.10.6"
1160source = "registry+https://github.com/rust-lang/crates.io-index"
1161checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
1162dependencies = [
1163 "cfg-if",
1164 "digest",
1165]
1166
1167[[package]]
1168name = "memchr"
1169version = "2.7.6"
1170source = "registry+https://github.com/rust-lang/crates.io-index"
1171checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
1172
1173[[package]]
1174name = "mime"
1175version = "0.3.17"
1176source = "registry+https://github.com/rust-lang/crates.io-index"
1177checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
1178
1179[[package]]
1180name = "mime_guess"
1181version = "2.0.5"
1182source = "registry+https://github.com/rust-lang/crates.io-index"
1183checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
1184dependencies = [
1185 "mime",
1186 "unicase",
1187]
1188
1189[[package]]
1190name = "mio"
1191version = "1.1.0"
1192source = "registry+https://github.com/rust-lang/crates.io-index"
1193checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
1194dependencies = [
1195 "libc",
1196 "wasi",
1197 "windows-sys 0.61.2",
1198]
1199
1200[[package]]
1201name = "moderation"
1202version = "0.1.0"
1203dependencies = [
1204 "anyhow",
1205 "axum",
1206 "bytes",
1207 "chrono",
1208 "futures",
1209 "hex",
1210 "k256",
1211 "rand 0.8.5",
1212 "reqwest",
1213 "serde",
1214 "serde_bytes",
1215 "serde_ipld_dagcbor",
1216 "serde_json",
1217 "sqlx",
1218 "thiserror 2.0.17",
1219 "tokio",
1220 "tokio-stream",
1221 "tower-http",
1222 "tracing",
1223 "tracing-subscriber",
1224]
1225
1226[[package]]
1227name = "multibase"
1228version = "0.9.2"
1229source = "registry+https://github.com/rust-lang/crates.io-index"
1230checksum = "8694bb4835f452b0e3bb06dbebb1d6fc5385b6ca1caf2e55fd165c042390ec77"
1231dependencies = [
1232 "base-x",
1233 "base256emoji",
1234 "data-encoding",
1235 "data-encoding-macro",
1236]
1237
1238[[package]]
1239name = "multihash"
1240version = "0.19.3"
1241source = "registry+https://github.com/rust-lang/crates.io-index"
1242checksum = "6b430e7953c29dd6a09afc29ff0bb69c6e306329ee6794700aee27b76a1aea8d"
1243dependencies = [
1244 "core2",
1245 "serde",
1246 "unsigned-varint",
1247]
1248
1249[[package]]
1250name = "nu-ansi-term"
1251version = "0.50.3"
1252source = "registry+https://github.com/rust-lang/crates.io-index"
1253checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
1254dependencies = [
1255 "windows-sys 0.60.2",
1256]
1257
1258[[package]]
1259name = "num-bigint-dig"
1260version = "0.8.6"
1261source = "registry+https://github.com/rust-lang/crates.io-index"
1262checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
1263dependencies = [
1264 "lazy_static",
1265 "libm",
1266 "num-integer",
1267 "num-iter",
1268 "num-traits",
1269 "rand 0.8.5",
1270 "smallvec",
1271 "zeroize",
1272]
1273
1274[[package]]
1275name = "num-integer"
1276version = "0.1.46"
1277source = "registry+https://github.com/rust-lang/crates.io-index"
1278checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
1279dependencies = [
1280 "num-traits",
1281]
1282
1283[[package]]
1284name = "num-iter"
1285version = "0.1.45"
1286source = "registry+https://github.com/rust-lang/crates.io-index"
1287checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
1288dependencies = [
1289 "autocfg",
1290 "num-integer",
1291 "num-traits",
1292]
1293
1294[[package]]
1295name = "num-traits"
1296version = "0.2.19"
1297source = "registry+https://github.com/rust-lang/crates.io-index"
1298checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1299dependencies = [
1300 "autocfg",
1301 "libm",
1302]
1303
1304[[package]]
1305name = "once_cell"
1306version = "1.21.3"
1307source = "registry+https://github.com/rust-lang/crates.io-index"
1308checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
1309
1310[[package]]
1311name = "parking"
1312version = "2.2.1"
1313source = "registry+https://github.com/rust-lang/crates.io-index"
1314checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
1315
1316[[package]]
1317name = "parking_lot"
1318version = "0.12.5"
1319source = "registry+https://github.com/rust-lang/crates.io-index"
1320checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
1321dependencies = [
1322 "lock_api",
1323 "parking_lot_core",
1324]
1325
1326[[package]]
1327name = "parking_lot_core"
1328version = "0.9.12"
1329source = "registry+https://github.com/rust-lang/crates.io-index"
1330checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
1331dependencies = [
1332 "cfg-if",
1333 "libc",
1334 "redox_syscall",
1335 "smallvec",
1336 "windows-link",
1337]
1338
1339[[package]]
1340name = "pem-rfc7468"
1341version = "0.7.0"
1342source = "registry+https://github.com/rust-lang/crates.io-index"
1343checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
1344dependencies = [
1345 "base64ct",
1346]
1347
1348[[package]]
1349name = "percent-encoding"
1350version = "2.3.2"
1351source = "registry+https://github.com/rust-lang/crates.io-index"
1352checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
1353
1354[[package]]
1355name = "pin-project-lite"
1356version = "0.2.16"
1357source = "registry+https://github.com/rust-lang/crates.io-index"
1358checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
1359
1360[[package]]
1361name = "pin-utils"
1362version = "0.1.0"
1363source = "registry+https://github.com/rust-lang/crates.io-index"
1364checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1365
1366[[package]]
1367name = "pkcs1"
1368version = "0.7.5"
1369source = "registry+https://github.com/rust-lang/crates.io-index"
1370checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
1371dependencies = [
1372 "der",
1373 "pkcs8",
1374 "spki",
1375]
1376
1377[[package]]
1378name = "pkcs8"
1379version = "0.10.2"
1380source = "registry+https://github.com/rust-lang/crates.io-index"
1381checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
1382dependencies = [
1383 "der",
1384 "spki",
1385]
1386
1387[[package]]
1388name = "pkg-config"
1389version = "0.3.32"
1390source = "registry+https://github.com/rust-lang/crates.io-index"
1391checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
1392
1393[[package]]
1394name = "potential_utf"
1395version = "0.1.4"
1396source = "registry+https://github.com/rust-lang/crates.io-index"
1397checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77"
1398dependencies = [
1399 "zerovec",
1400]
1401
1402[[package]]
1403name = "ppv-lite86"
1404version = "0.2.21"
1405source = "registry+https://github.com/rust-lang/crates.io-index"
1406checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
1407dependencies = [
1408 "zerocopy",
1409]
1410
1411[[package]]
1412name = "proc-macro2"
1413version = "1.0.103"
1414source = "registry+https://github.com/rust-lang/crates.io-index"
1415checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8"
1416dependencies = [
1417 "unicode-ident",
1418]
1419
1420[[package]]
1421name = "quinn"
1422version = "0.11.9"
1423source = "registry+https://github.com/rust-lang/crates.io-index"
1424checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
1425dependencies = [
1426 "bytes",
1427 "cfg_aliases",
1428 "pin-project-lite",
1429 "quinn-proto",
1430 "quinn-udp",
1431 "rustc-hash",
1432 "rustls",
1433 "socket2",
1434 "thiserror 2.0.17",
1435 "tokio",
1436 "tracing",
1437 "web-time",
1438]
1439
1440[[package]]
1441name = "quinn-proto"
1442version = "0.11.13"
1443source = "registry+https://github.com/rust-lang/crates.io-index"
1444checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
1445dependencies = [
1446 "bytes",
1447 "getrandom 0.3.4",
1448 "lru-slab",
1449 "rand 0.9.2",
1450 "ring",
1451 "rustc-hash",
1452 "rustls",
1453 "rustls-pki-types",
1454 "slab",
1455 "thiserror 2.0.17",
1456 "tinyvec",
1457 "tracing",
1458 "web-time",
1459]
1460
1461[[package]]
1462name = "quinn-udp"
1463version = "0.5.14"
1464source = "registry+https://github.com/rust-lang/crates.io-index"
1465checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
1466dependencies = [
1467 "cfg_aliases",
1468 "libc",
1469 "once_cell",
1470 "socket2",
1471 "tracing",
1472 "windows-sys 0.60.2",
1473]
1474
1475[[package]]
1476name = "quote"
1477version = "1.0.42"
1478source = "registry+https://github.com/rust-lang/crates.io-index"
1479checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f"
1480dependencies = [
1481 "proc-macro2",
1482]
1483
1484[[package]]
1485name = "r-efi"
1486version = "5.3.0"
1487source = "registry+https://github.com/rust-lang/crates.io-index"
1488checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
1489
1490[[package]]
1491name = "rand"
1492version = "0.8.5"
1493source = "registry+https://github.com/rust-lang/crates.io-index"
1494checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
1495dependencies = [
1496 "libc",
1497 "rand_chacha 0.3.1",
1498 "rand_core 0.6.4",
1499]
1500
1501[[package]]
1502name = "rand"
1503version = "0.9.2"
1504source = "registry+https://github.com/rust-lang/crates.io-index"
1505checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
1506dependencies = [
1507 "rand_chacha 0.9.0",
1508 "rand_core 0.9.3",
1509]
1510
1511[[package]]
1512name = "rand_chacha"
1513version = "0.3.1"
1514source = "registry+https://github.com/rust-lang/crates.io-index"
1515checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
1516dependencies = [
1517 "ppv-lite86",
1518 "rand_core 0.6.4",
1519]
1520
1521[[package]]
1522name = "rand_chacha"
1523version = "0.9.0"
1524source = "registry+https://github.com/rust-lang/crates.io-index"
1525checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
1526dependencies = [
1527 "ppv-lite86",
1528 "rand_core 0.9.3",
1529]
1530
1531[[package]]
1532name = "rand_core"
1533version = "0.6.4"
1534source = "registry+https://github.com/rust-lang/crates.io-index"
1535checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1536dependencies = [
1537 "getrandom 0.2.16",
1538]
1539
1540[[package]]
1541name = "rand_core"
1542version = "0.9.3"
1543source = "registry+https://github.com/rust-lang/crates.io-index"
1544checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
1545dependencies = [
1546 "getrandom 0.3.4",
1547]
1548
1549[[package]]
1550name = "redox_syscall"
1551version = "0.5.18"
1552source = "registry+https://github.com/rust-lang/crates.io-index"
1553checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
1554dependencies = [
1555 "bitflags",
1556]
1557
1558[[package]]
1559name = "regex-automata"
1560version = "0.4.13"
1561source = "registry+https://github.com/rust-lang/crates.io-index"
1562checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
1563dependencies = [
1564 "aho-corasick",
1565 "memchr",
1566 "regex-syntax",
1567]
1568
1569[[package]]
1570name = "regex-syntax"
1571version = "0.8.8"
1572source = "registry+https://github.com/rust-lang/crates.io-index"
1573checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
1574
1575[[package]]
1576name = "reqwest"
1577version = "0.12.24"
1578source = "registry+https://github.com/rust-lang/crates.io-index"
1579checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
1580dependencies = [
1581 "base64",
1582 "bytes",
1583 "futures-core",
1584 "http",
1585 "http-body",
1586 "http-body-util",
1587 "hyper",
1588 "hyper-rustls",
1589 "hyper-util",
1590 "js-sys",
1591 "log",
1592 "percent-encoding",
1593 "pin-project-lite",
1594 "quinn",
1595 "rustls",
1596 "rustls-pki-types",
1597 "serde",
1598 "serde_json",
1599 "serde_urlencoded",
1600 "sync_wrapper",
1601 "tokio",
1602 "tokio-rustls",
1603 "tower",
1604 "tower-http",
1605 "tower-service",
1606 "url",
1607 "wasm-bindgen",
1608 "wasm-bindgen-futures",
1609 "web-sys",
1610 "webpki-roots 1.0.4",
1611]
1612
1613[[package]]
1614name = "rfc6979"
1615version = "0.4.0"
1616source = "registry+https://github.com/rust-lang/crates.io-index"
1617checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"
1618dependencies = [
1619 "hmac",
1620 "subtle",
1621]
1622
1623[[package]]
1624name = "ring"
1625version = "0.17.14"
1626source = "registry+https://github.com/rust-lang/crates.io-index"
1627checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
1628dependencies = [
1629 "cc",
1630 "cfg-if",
1631 "getrandom 0.2.16",
1632 "libc",
1633 "untrusted",
1634 "windows-sys 0.52.0",
1635]
1636
1637[[package]]
1638name = "rsa"
1639version = "0.9.9"
1640source = "registry+https://github.com/rust-lang/crates.io-index"
1641checksum = "40a0376c50d0358279d9d643e4bf7b7be212f1f4ff1da9070a7b54d22ef75c88"
1642dependencies = [
1643 "const-oid",
1644 "digest",
1645 "num-bigint-dig",
1646 "num-integer",
1647 "num-traits",
1648 "pkcs1",
1649 "pkcs8",
1650 "rand_core 0.6.4",
1651 "signature",
1652 "spki",
1653 "subtle",
1654 "zeroize",
1655]
1656
1657[[package]]
1658name = "rustc-hash"
1659version = "2.1.1"
1660source = "registry+https://github.com/rust-lang/crates.io-index"
1661checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
1662
1663[[package]]
1664name = "rustls"
1665version = "0.23.35"
1666source = "registry+https://github.com/rust-lang/crates.io-index"
1667checksum = "533f54bc6a7d4f647e46ad909549eda97bf5afc1585190ef692b4286b198bd8f"
1668dependencies = [
1669 "once_cell",
1670 "ring",
1671 "rustls-pki-types",
1672 "rustls-webpki",
1673 "subtle",
1674 "zeroize",
1675]
1676
1677[[package]]
1678name = "rustls-pki-types"
1679version = "1.13.0"
1680source = "registry+https://github.com/rust-lang/crates.io-index"
1681checksum = "94182ad936a0c91c324cd46c6511b9510ed16af436d7b5bab34beab0afd55f7a"
1682dependencies = [
1683 "web-time",
1684 "zeroize",
1685]
1686
1687[[package]]
1688name = "rustls-webpki"
1689version = "0.103.8"
1690source = "registry+https://github.com/rust-lang/crates.io-index"
1691checksum = "2ffdfa2f5286e2247234e03f680868ac2815974dc39e00ea15adc445d0aafe52"
1692dependencies = [
1693 "ring",
1694 "rustls-pki-types",
1695 "untrusted",
1696]
1697
1698[[package]]
1699name = "rustversion"
1700version = "1.0.22"
1701source = "registry+https://github.com/rust-lang/crates.io-index"
1702checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
1703
1704[[package]]
1705name = "ryu"
1706version = "1.0.20"
1707source = "registry+https://github.com/rust-lang/crates.io-index"
1708checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
1709
1710[[package]]
1711name = "scopeguard"
1712version = "1.2.0"
1713source = "registry+https://github.com/rust-lang/crates.io-index"
1714checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
1715
1716[[package]]
1717name = "sec1"
1718version = "0.7.3"
1719source = "registry+https://github.com/rust-lang/crates.io-index"
1720checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc"
1721dependencies = [
1722 "base16ct",
1723 "der",
1724 "generic-array",
1725 "pkcs8",
1726 "subtle",
1727 "zeroize",
1728]
1729
1730[[package]]
1731name = "serde"
1732version = "1.0.228"
1733source = "registry+https://github.com/rust-lang/crates.io-index"
1734checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
1735dependencies = [
1736 "serde_core",
1737 "serde_derive",
1738]
1739
1740[[package]]
1741name = "serde_bytes"
1742version = "0.11.19"
1743source = "registry+https://github.com/rust-lang/crates.io-index"
1744checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
1745dependencies = [
1746 "serde",
1747 "serde_core",
1748]
1749
1750[[package]]
1751name = "serde_core"
1752version = "1.0.228"
1753source = "registry+https://github.com/rust-lang/crates.io-index"
1754checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
1755dependencies = [
1756 "serde_derive",
1757]
1758
1759[[package]]
1760name = "serde_derive"
1761version = "1.0.228"
1762source = "registry+https://github.com/rust-lang/crates.io-index"
1763checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
1764dependencies = [
1765 "proc-macro2",
1766 "quote",
1767 "syn 2.0.111",
1768]
1769
1770[[package]]
1771name = "serde_ipld_dagcbor"
1772version = "0.6.4"
1773source = "registry+https://github.com/rust-lang/crates.io-index"
1774checksum = "46182f4f08349a02b45c998ba3215d3f9de826246ba02bb9dddfe9a2a2100778"
1775dependencies = [
1776 "cbor4ii",
1777 "ipld-core",
1778 "scopeguard",
1779 "serde",
1780]
1781
1782[[package]]
1783name = "serde_json"
1784version = "1.0.145"
1785source = "registry+https://github.com/rust-lang/crates.io-index"
1786checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
1787dependencies = [
1788 "itoa",
1789 "memchr",
1790 "ryu",
1791 "serde",
1792 "serde_core",
1793]
1794
1795[[package]]
1796name = "serde_path_to_error"
1797version = "0.1.20"
1798source = "registry+https://github.com/rust-lang/crates.io-index"
1799checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
1800dependencies = [
1801 "itoa",
1802 "serde",
1803 "serde_core",
1804]
1805
1806[[package]]
1807name = "serde_urlencoded"
1808version = "0.7.1"
1809source = "registry+https://github.com/rust-lang/crates.io-index"
1810checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
1811dependencies = [
1812 "form_urlencoded",
1813 "itoa",
1814 "ryu",
1815 "serde",
1816]
1817
1818[[package]]
1819name = "sha1"
1820version = "0.10.6"
1821source = "registry+https://github.com/rust-lang/crates.io-index"
1822checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
1823dependencies = [
1824 "cfg-if",
1825 "cpufeatures",
1826 "digest",
1827]
1828
1829[[package]]
1830name = "sha2"
1831version = "0.10.9"
1832source = "registry+https://github.com/rust-lang/crates.io-index"
1833checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
1834dependencies = [
1835 "cfg-if",
1836 "cpufeatures",
1837 "digest",
1838]
1839
1840[[package]]
1841name = "sharded-slab"
1842version = "0.1.7"
1843source = "registry+https://github.com/rust-lang/crates.io-index"
1844checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
1845dependencies = [
1846 "lazy_static",
1847]
1848
1849[[package]]
1850name = "shlex"
1851version = "1.3.0"
1852source = "registry+https://github.com/rust-lang/crates.io-index"
1853checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
1854
1855[[package]]
1856name = "signal-hook-registry"
1857version = "1.4.7"
1858source = "registry+https://github.com/rust-lang/crates.io-index"
1859checksum = "7664a098b8e616bdfcc2dc0e9ac44eb231eedf41db4e9fe95d8d32ec728dedad"
1860dependencies = [
1861 "libc",
1862]
1863
1864[[package]]
1865name = "signature"
1866version = "2.2.0"
1867source = "registry+https://github.com/rust-lang/crates.io-index"
1868checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
1869dependencies = [
1870 "digest",
1871 "rand_core 0.6.4",
1872]
1873
1874[[package]]
1875name = "slab"
1876version = "0.4.11"
1877source = "registry+https://github.com/rust-lang/crates.io-index"
1878checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
1879
1880[[package]]
1881name = "smallvec"
1882version = "1.15.1"
1883source = "registry+https://github.com/rust-lang/crates.io-index"
1884checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
1885dependencies = [
1886 "serde",
1887]
1888
1889[[package]]
1890name = "socket2"
1891version = "0.6.1"
1892source = "registry+https://github.com/rust-lang/crates.io-index"
1893checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
1894dependencies = [
1895 "libc",
1896 "windows-sys 0.60.2",
1897]
1898
1899[[package]]
1900name = "spin"
1901version = "0.9.8"
1902source = "registry+https://github.com/rust-lang/crates.io-index"
1903checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
1904dependencies = [
1905 "lock_api",
1906]
1907
1908[[package]]
1909name = "spki"
1910version = "0.7.3"
1911source = "registry+https://github.com/rust-lang/crates.io-index"
1912checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
1913dependencies = [
1914 "base64ct",
1915 "der",
1916]
1917
1918[[package]]
1919name = "sqlx"
1920version = "0.8.6"
1921source = "registry+https://github.com/rust-lang/crates.io-index"
1922checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
1923dependencies = [
1924 "sqlx-core",
1925 "sqlx-macros",
1926 "sqlx-mysql",
1927 "sqlx-postgres",
1928 "sqlx-sqlite",
1929]
1930
1931[[package]]
1932name = "sqlx-core"
1933version = "0.8.6"
1934source = "registry+https://github.com/rust-lang/crates.io-index"
1935checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
1936dependencies = [
1937 "base64",
1938 "bytes",
1939 "chrono",
1940 "crc",
1941 "crossbeam-queue",
1942 "either",
1943 "event-listener",
1944 "futures-core",
1945 "futures-intrusive",
1946 "futures-io",
1947 "futures-util",
1948 "hashbrown 0.15.5",
1949 "hashlink",
1950 "indexmap",
1951 "log",
1952 "memchr",
1953 "once_cell",
1954 "percent-encoding",
1955 "rustls",
1956 "serde",
1957 "serde_json",
1958 "sha2",
1959 "smallvec",
1960 "thiserror 2.0.17",
1961 "tokio",
1962 "tokio-stream",
1963 "tracing",
1964 "url",
1965 "webpki-roots 0.26.11",
1966]
1967
1968[[package]]
1969name = "sqlx-macros"
1970version = "0.8.6"
1971source = "registry+https://github.com/rust-lang/crates.io-index"
1972checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
1973dependencies = [
1974 "proc-macro2",
1975 "quote",
1976 "sqlx-core",
1977 "sqlx-macros-core",
1978 "syn 2.0.111",
1979]
1980
1981[[package]]
1982name = "sqlx-macros-core"
1983version = "0.8.6"
1984source = "registry+https://github.com/rust-lang/crates.io-index"
1985checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
1986dependencies = [
1987 "dotenvy",
1988 "either",
1989 "heck",
1990 "hex",
1991 "once_cell",
1992 "proc-macro2",
1993 "quote",
1994 "serde",
1995 "serde_json",
1996 "sha2",
1997 "sqlx-core",
1998 "sqlx-mysql",
1999 "sqlx-postgres",
2000 "sqlx-sqlite",
2001 "syn 2.0.111",
2002 "tokio",
2003 "url",
2004]
2005
2006[[package]]
2007name = "sqlx-mysql"
2008version = "0.8.6"
2009source = "registry+https://github.com/rust-lang/crates.io-index"
2010checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
2011dependencies = [
2012 "atoi",
2013 "base64",
2014 "bitflags",
2015 "byteorder",
2016 "bytes",
2017 "chrono",
2018 "crc",
2019 "digest",
2020 "dotenvy",
2021 "either",
2022 "futures-channel",
2023 "futures-core",
2024 "futures-io",
2025 "futures-util",
2026 "generic-array",
2027 "hex",
2028 "hkdf",
2029 "hmac",
2030 "itoa",
2031 "log",
2032 "md-5",
2033 "memchr",
2034 "once_cell",
2035 "percent-encoding",
2036 "rand 0.8.5",
2037 "rsa",
2038 "serde",
2039 "sha1",
2040 "sha2",
2041 "smallvec",
2042 "sqlx-core",
2043 "stringprep",
2044 "thiserror 2.0.17",
2045 "tracing",
2046 "whoami",
2047]
2048
2049[[package]]
2050name = "sqlx-postgres"
2051version = "0.8.6"
2052source = "registry+https://github.com/rust-lang/crates.io-index"
2053checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
2054dependencies = [
2055 "atoi",
2056 "base64",
2057 "bitflags",
2058 "byteorder",
2059 "chrono",
2060 "crc",
2061 "dotenvy",
2062 "etcetera",
2063 "futures-channel",
2064 "futures-core",
2065 "futures-util",
2066 "hex",
2067 "hkdf",
2068 "hmac",
2069 "home",
2070 "itoa",
2071 "log",
2072 "md-5",
2073 "memchr",
2074 "once_cell",
2075 "rand 0.8.5",
2076 "serde",
2077 "serde_json",
2078 "sha2",
2079 "smallvec",
2080 "sqlx-core",
2081 "stringprep",
2082 "thiserror 2.0.17",
2083 "tracing",
2084 "whoami",
2085]
2086
2087[[package]]
2088name = "sqlx-sqlite"
2089version = "0.8.6"
2090source = "registry+https://github.com/rust-lang/crates.io-index"
2091checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
2092dependencies = [
2093 "atoi",
2094 "chrono",
2095 "flume",
2096 "futures-channel",
2097 "futures-core",
2098 "futures-executor",
2099 "futures-intrusive",
2100 "futures-util",
2101 "libsqlite3-sys",
2102 "log",
2103 "percent-encoding",
2104 "serde",
2105 "serde_urlencoded",
2106 "sqlx-core",
2107 "thiserror 2.0.17",
2108 "tracing",
2109 "url",
2110]
2111
2112[[package]]
2113name = "stable_deref_trait"
2114version = "1.2.1"
2115source = "registry+https://github.com/rust-lang/crates.io-index"
2116checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
2117
2118[[package]]
2119name = "stringprep"
2120version = "0.1.5"
2121source = "registry+https://github.com/rust-lang/crates.io-index"
2122checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
2123dependencies = [
2124 "unicode-bidi",
2125 "unicode-normalization",
2126 "unicode-properties",
2127]
2128
2129[[package]]
2130name = "subtle"
2131version = "2.6.1"
2132source = "registry+https://github.com/rust-lang/crates.io-index"
2133checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
2134
2135[[package]]
2136name = "syn"
2137version = "1.0.109"
2138source = "registry+https://github.com/rust-lang/crates.io-index"
2139checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
2140dependencies = [
2141 "proc-macro2",
2142 "quote",
2143 "unicode-ident",
2144]
2145
2146[[package]]
2147name = "syn"
2148version = "2.0.111"
2149source = "registry+https://github.com/rust-lang/crates.io-index"
2150checksum = "390cc9a294ab71bdb1aa2e99d13be9c753cd2d7bd6560c77118597410c4d2e87"
2151dependencies = [
2152 "proc-macro2",
2153 "quote",
2154 "unicode-ident",
2155]
2156
2157[[package]]
2158name = "sync_wrapper"
2159version = "1.0.2"
2160source = "registry+https://github.com/rust-lang/crates.io-index"
2161checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
2162dependencies = [
2163 "futures-core",
2164]
2165
2166[[package]]
2167name = "synstructure"
2168version = "0.13.2"
2169source = "registry+https://github.com/rust-lang/crates.io-index"
2170checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
2171dependencies = [
2172 "proc-macro2",
2173 "quote",
2174 "syn 2.0.111",
2175]
2176
2177[[package]]
2178name = "thiserror"
2179version = "1.0.69"
2180source = "registry+https://github.com/rust-lang/crates.io-index"
2181checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
2182dependencies = [
2183 "thiserror-impl 1.0.69",
2184]
2185
2186[[package]]
2187name = "thiserror"
2188version = "2.0.17"
2189source = "registry+https://github.com/rust-lang/crates.io-index"
2190checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
2191dependencies = [
2192 "thiserror-impl 2.0.17",
2193]
2194
2195[[package]]
2196name = "thiserror-impl"
2197version = "1.0.69"
2198source = "registry+https://github.com/rust-lang/crates.io-index"
2199checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
2200dependencies = [
2201 "proc-macro2",
2202 "quote",
2203 "syn 2.0.111",
2204]
2205
2206[[package]]
2207name = "thiserror-impl"
2208version = "2.0.17"
2209source = "registry+https://github.com/rust-lang/crates.io-index"
2210checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
2211dependencies = [
2212 "proc-macro2",
2213 "quote",
2214 "syn 2.0.111",
2215]
2216
2217[[package]]
2218name = "thread_local"
2219version = "1.1.9"
2220source = "registry+https://github.com/rust-lang/crates.io-index"
2221checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
2222dependencies = [
2223 "cfg-if",
2224]
2225
2226[[package]]
2227name = "tinystr"
2228version = "0.8.2"
2229source = "registry+https://github.com/rust-lang/crates.io-index"
2230checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869"
2231dependencies = [
2232 "displaydoc",
2233 "zerovec",
2234]
2235
2236[[package]]
2237name = "tinyvec"
2238version = "1.10.0"
2239source = "registry+https://github.com/rust-lang/crates.io-index"
2240checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
2241dependencies = [
2242 "tinyvec_macros",
2243]
2244
2245[[package]]
2246name = "tinyvec_macros"
2247version = "0.1.1"
2248source = "registry+https://github.com/rust-lang/crates.io-index"
2249checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2250
2251[[package]]
2252name = "tokio"
2253version = "1.48.0"
2254source = "registry+https://github.com/rust-lang/crates.io-index"
2255checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
2256dependencies = [
2257 "bytes",
2258 "libc",
2259 "mio",
2260 "pin-project-lite",
2261 "signal-hook-registry",
2262 "socket2",
2263 "tokio-macros",
2264 "windows-sys 0.61.2",
2265]
2266
2267[[package]]
2268name = "tokio-macros"
2269version = "2.6.0"
2270source = "registry+https://github.com/rust-lang/crates.io-index"
2271checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
2272dependencies = [
2273 "proc-macro2",
2274 "quote",
2275 "syn 2.0.111",
2276]
2277
2278[[package]]
2279name = "tokio-rustls"
2280version = "0.26.4"
2281source = "registry+https://github.com/rust-lang/crates.io-index"
2282checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
2283dependencies = [
2284 "rustls",
2285 "tokio",
2286]
2287
2288[[package]]
2289name = "tokio-stream"
2290version = "0.1.17"
2291source = "registry+https://github.com/rust-lang/crates.io-index"
2292checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
2293dependencies = [
2294 "futures-core",
2295 "pin-project-lite",
2296 "tokio",
2297 "tokio-util",
2298]
2299
2300[[package]]
2301name = "tokio-tungstenite"
2302version = "0.24.0"
2303source = "registry+https://github.com/rust-lang/crates.io-index"
2304checksum = "edc5f74e248dc973e0dbb7b74c7e0d6fcc301c694ff50049504004ef4d0cdcd9"
2305dependencies = [
2306 "futures-util",
2307 "log",
2308 "tokio",
2309 "tungstenite",
2310]
2311
2312[[package]]
2313name = "tokio-util"
2314version = "0.7.17"
2315source = "registry+https://github.com/rust-lang/crates.io-index"
2316checksum = "2efa149fe76073d6e8fd97ef4f4eca7b67f599660115591483572e406e165594"
2317dependencies = [
2318 "bytes",
2319 "futures-core",
2320 "futures-sink",
2321 "pin-project-lite",
2322 "tokio",
2323]
2324
2325[[package]]
2326name = "tower"
2327version = "0.5.2"
2328source = "registry+https://github.com/rust-lang/crates.io-index"
2329checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
2330dependencies = [
2331 "futures-core",
2332 "futures-util",
2333 "pin-project-lite",
2334 "sync_wrapper",
2335 "tokio",
2336 "tower-layer",
2337 "tower-service",
2338 "tracing",
2339]
2340
2341[[package]]
2342name = "tower-http"
2343version = "0.6.7"
2344source = "registry+https://github.com/rust-lang/crates.io-index"
2345checksum = "9cf146f99d442e8e68e585f5d798ccd3cad9a7835b917e09728880a862706456"
2346dependencies = [
2347 "bitflags",
2348 "bytes",
2349 "futures-core",
2350 "futures-util",
2351 "http",
2352 "http-body",
2353 "http-body-util",
2354 "http-range-header",
2355 "httpdate",
2356 "iri-string",
2357 "mime",
2358 "mime_guess",
2359 "percent-encoding",
2360 "pin-project-lite",
2361 "tokio",
2362 "tokio-util",
2363 "tower",
2364 "tower-layer",
2365 "tower-service",
2366 "tracing",
2367]
2368
2369[[package]]
2370name = "tower-layer"
2371version = "0.3.3"
2372source = "registry+https://github.com/rust-lang/crates.io-index"
2373checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
2374
2375[[package]]
2376name = "tower-service"
2377version = "0.3.3"
2378source = "registry+https://github.com/rust-lang/crates.io-index"
2379checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
2380
2381[[package]]
2382name = "tracing"
2383version = "0.1.41"
2384source = "registry+https://github.com/rust-lang/crates.io-index"
2385checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
2386dependencies = [
2387 "log",
2388 "pin-project-lite",
2389 "tracing-attributes",
2390 "tracing-core",
2391]
2392
2393[[package]]
2394name = "tracing-attributes"
2395version = "0.1.30"
2396source = "registry+https://github.com/rust-lang/crates.io-index"
2397checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903"
2398dependencies = [
2399 "proc-macro2",
2400 "quote",
2401 "syn 2.0.111",
2402]
2403
2404[[package]]
2405name = "tracing-core"
2406version = "0.1.34"
2407source = "registry+https://github.com/rust-lang/crates.io-index"
2408checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678"
2409dependencies = [
2410 "once_cell",
2411 "valuable",
2412]
2413
2414[[package]]
2415name = "tracing-log"
2416version = "0.2.0"
2417source = "registry+https://github.com/rust-lang/crates.io-index"
2418checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
2419dependencies = [
2420 "log",
2421 "once_cell",
2422 "tracing-core",
2423]
2424
2425[[package]]
2426name = "tracing-subscriber"
2427version = "0.3.20"
2428source = "registry+https://github.com/rust-lang/crates.io-index"
2429checksum = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5"
2430dependencies = [
2431 "matchers",
2432 "nu-ansi-term",
2433 "once_cell",
2434 "regex-automata",
2435 "sharded-slab",
2436 "smallvec",
2437 "thread_local",
2438 "tracing",
2439 "tracing-core",
2440 "tracing-log",
2441]
2442
2443[[package]]
2444name = "try-lock"
2445version = "0.2.5"
2446source = "registry+https://github.com/rust-lang/crates.io-index"
2447checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
2448
2449[[package]]
2450name = "tungstenite"
2451version = "0.24.0"
2452source = "registry+https://github.com/rust-lang/crates.io-index"
2453checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
2454dependencies = [
2455 "byteorder",
2456 "bytes",
2457 "data-encoding",
2458 "http",
2459 "httparse",
2460 "log",
2461 "rand 0.8.5",
2462 "sha1",
2463 "thiserror 1.0.69",
2464 "utf-8",
2465]
2466
2467[[package]]
2468name = "typenum"
2469version = "1.19.0"
2470source = "registry+https://github.com/rust-lang/crates.io-index"
2471checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
2472
2473[[package]]
2474name = "unicase"
2475version = "2.8.1"
2476source = "registry+https://github.com/rust-lang/crates.io-index"
2477checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
2478
2479[[package]]
2480name = "unicode-bidi"
2481version = "0.3.18"
2482source = "registry+https://github.com/rust-lang/crates.io-index"
2483checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
2484
2485[[package]]
2486name = "unicode-ident"
2487version = "1.0.22"
2488source = "registry+https://github.com/rust-lang/crates.io-index"
2489checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
2490
2491[[package]]
2492name = "unicode-normalization"
2493version = "0.1.25"
2494source = "registry+https://github.com/rust-lang/crates.io-index"
2495checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8"
2496dependencies = [
2497 "tinyvec",
2498]
2499
2500[[package]]
2501name = "unicode-properties"
2502version = "0.1.4"
2503source = "registry+https://github.com/rust-lang/crates.io-index"
2504checksum = "7df058c713841ad818f1dc5d3fd88063241cc61f49f5fbea4b951e8cf5a8d71d"
2505
2506[[package]]
2507name = "unsigned-varint"
2508version = "0.8.0"
2509source = "registry+https://github.com/rust-lang/crates.io-index"
2510checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06"
2511
2512[[package]]
2513name = "untrusted"
2514version = "0.9.0"
2515source = "registry+https://github.com/rust-lang/crates.io-index"
2516checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
2517
2518[[package]]
2519name = "url"
2520version = "2.5.7"
2521source = "registry+https://github.com/rust-lang/crates.io-index"
2522checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
2523dependencies = [
2524 "form_urlencoded",
2525 "idna",
2526 "percent-encoding",
2527 "serde",
2528]
2529
2530[[package]]
2531name = "utf-8"
2532version = "0.7.6"
2533source = "registry+https://github.com/rust-lang/crates.io-index"
2534checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
2535
2536[[package]]
2537name = "utf8_iter"
2538version = "1.0.4"
2539source = "registry+https://github.com/rust-lang/crates.io-index"
2540checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
2541
2542[[package]]
2543name = "valuable"
2544version = "0.1.1"
2545source = "registry+https://github.com/rust-lang/crates.io-index"
2546checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
2547
2548[[package]]
2549name = "vcpkg"
2550version = "0.2.15"
2551source = "registry+https://github.com/rust-lang/crates.io-index"
2552checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
2553
2554[[package]]
2555name = "version_check"
2556version = "0.9.5"
2557source = "registry+https://github.com/rust-lang/crates.io-index"
2558checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
2559
2560[[package]]
2561name = "want"
2562version = "0.3.1"
2563source = "registry+https://github.com/rust-lang/crates.io-index"
2564checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
2565dependencies = [
2566 "try-lock",
2567]
2568
2569[[package]]
2570name = "wasi"
2571version = "0.11.1+wasi-snapshot-preview1"
2572source = "registry+https://github.com/rust-lang/crates.io-index"
2573checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
2574
2575[[package]]
2576name = "wasip2"
2577version = "1.0.1+wasi-0.2.4"
2578source = "registry+https://github.com/rust-lang/crates.io-index"
2579checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
2580dependencies = [
2581 "wit-bindgen",
2582]
2583
2584[[package]]
2585name = "wasite"
2586version = "0.1.0"
2587source = "registry+https://github.com/rust-lang/crates.io-index"
2588checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
2589
2590[[package]]
2591name = "wasm-bindgen"
2592version = "0.2.105"
2593source = "registry+https://github.com/rust-lang/crates.io-index"
2594checksum = "da95793dfc411fbbd93f5be7715b0578ec61fe87cb1a42b12eb625caa5c5ea60"
2595dependencies = [
2596 "cfg-if",
2597 "once_cell",
2598 "rustversion",
2599 "wasm-bindgen-macro",
2600 "wasm-bindgen-shared",
2601]
2602
2603[[package]]
2604name = "wasm-bindgen-futures"
2605version = "0.4.55"
2606source = "registry+https://github.com/rust-lang/crates.io-index"
2607checksum = "551f88106c6d5e7ccc7cd9a16f312dd3b5d36ea8b4954304657d5dfba115d4a0"
2608dependencies = [
2609 "cfg-if",
2610 "js-sys",
2611 "once_cell",
2612 "wasm-bindgen",
2613 "web-sys",
2614]
2615
2616[[package]]
2617name = "wasm-bindgen-macro"
2618version = "0.2.105"
2619source = "registry+https://github.com/rust-lang/crates.io-index"
2620checksum = "04264334509e04a7bf8690f2384ef5265f05143a4bff3889ab7a3269adab59c2"
2621dependencies = [
2622 "quote",
2623 "wasm-bindgen-macro-support",
2624]
2625
2626[[package]]
2627name = "wasm-bindgen-macro-support"
2628version = "0.2.105"
2629source = "registry+https://github.com/rust-lang/crates.io-index"
2630checksum = "420bc339d9f322e562942d52e115d57e950d12d88983a14c79b86859ee6c7ebc"
2631dependencies = [
2632 "bumpalo",
2633 "proc-macro2",
2634 "quote",
2635 "syn 2.0.111",
2636 "wasm-bindgen-shared",
2637]
2638
2639[[package]]
2640name = "wasm-bindgen-shared"
2641version = "0.2.105"
2642source = "registry+https://github.com/rust-lang/crates.io-index"
2643checksum = "76f218a38c84bcb33c25ec7059b07847d465ce0e0a76b995e134a45adcb6af76"
2644dependencies = [
2645 "unicode-ident",
2646]
2647
2648[[package]]
2649name = "web-sys"
2650version = "0.3.82"
2651source = "registry+https://github.com/rust-lang/crates.io-index"
2652checksum = "3a1f95c0d03a47f4ae1f7a64643a6bb97465d9b740f0fa8f90ea33915c99a9a1"
2653dependencies = [
2654 "js-sys",
2655 "wasm-bindgen",
2656]
2657
2658[[package]]
2659name = "web-time"
2660version = "1.1.0"
2661source = "registry+https://github.com/rust-lang/crates.io-index"
2662checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
2663dependencies = [
2664 "js-sys",
2665 "wasm-bindgen",
2666]
2667
2668[[package]]
2669name = "webpki-roots"
2670version = "0.26.11"
2671source = "registry+https://github.com/rust-lang/crates.io-index"
2672checksum = "521bc38abb08001b01866da9f51eb7c5d647a19260e00054a8c7fd5f9e57f7a9"
2673dependencies = [
2674 "webpki-roots 1.0.4",
2675]
2676
2677[[package]]
2678name = "webpki-roots"
2679version = "1.0.4"
2680source = "registry+https://github.com/rust-lang/crates.io-index"
2681checksum = "b2878ef029c47c6e8cf779119f20fcf52bde7ad42a731b2a304bc221df17571e"
2682dependencies = [
2683 "rustls-pki-types",
2684]
2685
2686[[package]]
2687name = "whoami"
2688version = "1.6.1"
2689source = "registry+https://github.com/rust-lang/crates.io-index"
2690checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
2691dependencies = [
2692 "libredox",
2693 "wasite",
2694]
2695
2696[[package]]
2697name = "windows-core"
2698version = "0.62.2"
2699source = "registry+https://github.com/rust-lang/crates.io-index"
2700checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
2701dependencies = [
2702 "windows-implement",
2703 "windows-interface",
2704 "windows-link",
2705 "windows-result",
2706 "windows-strings",
2707]
2708
2709[[package]]
2710name = "windows-implement"
2711version = "0.60.2"
2712source = "registry+https://github.com/rust-lang/crates.io-index"
2713checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
2714dependencies = [
2715 "proc-macro2",
2716 "quote",
2717 "syn 2.0.111",
2718]
2719
2720[[package]]
2721name = "windows-interface"
2722version = "0.59.3"
2723source = "registry+https://github.com/rust-lang/crates.io-index"
2724checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
2725dependencies = [
2726 "proc-macro2",
2727 "quote",
2728 "syn 2.0.111",
2729]
2730
2731[[package]]
2732name = "windows-link"
2733version = "0.2.1"
2734source = "registry+https://github.com/rust-lang/crates.io-index"
2735checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
2736
2737[[package]]
2738name = "windows-result"
2739version = "0.4.1"
2740source = "registry+https://github.com/rust-lang/crates.io-index"
2741checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
2742dependencies = [
2743 "windows-link",
2744]
2745
2746[[package]]
2747name = "windows-strings"
2748version = "0.5.1"
2749source = "registry+https://github.com/rust-lang/crates.io-index"
2750checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
2751dependencies = [
2752 "windows-link",
2753]
2754
2755[[package]]
2756name = "windows-sys"
2757version = "0.48.0"
2758source = "registry+https://github.com/rust-lang/crates.io-index"
2759checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
2760dependencies = [
2761 "windows-targets 0.48.5",
2762]
2763
2764[[package]]
2765name = "windows-sys"
2766version = "0.52.0"
2767source = "registry+https://github.com/rust-lang/crates.io-index"
2768checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
2769dependencies = [
2770 "windows-targets 0.52.6",
2771]
2772
2773[[package]]
2774name = "windows-sys"
2775version = "0.60.2"
2776source = "registry+https://github.com/rust-lang/crates.io-index"
2777checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
2778dependencies = [
2779 "windows-targets 0.53.5",
2780]
2781
2782[[package]]
2783name = "windows-sys"
2784version = "0.61.2"
2785source = "registry+https://github.com/rust-lang/crates.io-index"
2786checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
2787dependencies = [
2788 "windows-link",
2789]
2790
2791[[package]]
2792name = "windows-targets"
2793version = "0.48.5"
2794source = "registry+https://github.com/rust-lang/crates.io-index"
2795checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
2796dependencies = [
2797 "windows_aarch64_gnullvm 0.48.5",
2798 "windows_aarch64_msvc 0.48.5",
2799 "windows_i686_gnu 0.48.5",
2800 "windows_i686_msvc 0.48.5",
2801 "windows_x86_64_gnu 0.48.5",
2802 "windows_x86_64_gnullvm 0.48.5",
2803 "windows_x86_64_msvc 0.48.5",
2804]
2805
2806[[package]]
2807name = "windows-targets"
2808version = "0.52.6"
2809source = "registry+https://github.com/rust-lang/crates.io-index"
2810checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2811dependencies = [
2812 "windows_aarch64_gnullvm 0.52.6",
2813 "windows_aarch64_msvc 0.52.6",
2814 "windows_i686_gnu 0.52.6",
2815 "windows_i686_gnullvm 0.52.6",
2816 "windows_i686_msvc 0.52.6",
2817 "windows_x86_64_gnu 0.52.6",
2818 "windows_x86_64_gnullvm 0.52.6",
2819 "windows_x86_64_msvc 0.52.6",
2820]
2821
2822[[package]]
2823name = "windows-targets"
2824version = "0.53.5"
2825source = "registry+https://github.com/rust-lang/crates.io-index"
2826checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
2827dependencies = [
2828 "windows-link",
2829 "windows_aarch64_gnullvm 0.53.1",
2830 "windows_aarch64_msvc 0.53.1",
2831 "windows_i686_gnu 0.53.1",
2832 "windows_i686_gnullvm 0.53.1",
2833 "windows_i686_msvc 0.53.1",
2834 "windows_x86_64_gnu 0.53.1",
2835 "windows_x86_64_gnullvm 0.53.1",
2836 "windows_x86_64_msvc 0.53.1",
2837]
2838
2839[[package]]
2840name = "windows_aarch64_gnullvm"
2841version = "0.48.5"
2842source = "registry+https://github.com/rust-lang/crates.io-index"
2843checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
2844
2845[[package]]
2846name = "windows_aarch64_gnullvm"
2847version = "0.52.6"
2848source = "registry+https://github.com/rust-lang/crates.io-index"
2849checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2850
2851[[package]]
2852name = "windows_aarch64_gnullvm"
2853version = "0.53.1"
2854source = "registry+https://github.com/rust-lang/crates.io-index"
2855checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
2856
2857[[package]]
2858name = "windows_aarch64_msvc"
2859version = "0.48.5"
2860source = "registry+https://github.com/rust-lang/crates.io-index"
2861checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
2862
2863[[package]]
2864name = "windows_aarch64_msvc"
2865version = "0.52.6"
2866source = "registry+https://github.com/rust-lang/crates.io-index"
2867checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2868
2869[[package]]
2870name = "windows_aarch64_msvc"
2871version = "0.53.1"
2872source = "registry+https://github.com/rust-lang/crates.io-index"
2873checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
2874
2875[[package]]
2876name = "windows_i686_gnu"
2877version = "0.48.5"
2878source = "registry+https://github.com/rust-lang/crates.io-index"
2879checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
2880
2881[[package]]
2882name = "windows_i686_gnu"
2883version = "0.52.6"
2884source = "registry+https://github.com/rust-lang/crates.io-index"
2885checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
2886
2887[[package]]
2888name = "windows_i686_gnu"
2889version = "0.53.1"
2890source = "registry+https://github.com/rust-lang/crates.io-index"
2891checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
2892
2893[[package]]
2894name = "windows_i686_gnullvm"
2895version = "0.52.6"
2896source = "registry+https://github.com/rust-lang/crates.io-index"
2897checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2898
2899[[package]]
2900name = "windows_i686_gnullvm"
2901version = "0.53.1"
2902source = "registry+https://github.com/rust-lang/crates.io-index"
2903checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
2904
2905[[package]]
2906name = "windows_i686_msvc"
2907version = "0.48.5"
2908source = "registry+https://github.com/rust-lang/crates.io-index"
2909checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
2910
2911[[package]]
2912name = "windows_i686_msvc"
2913version = "0.52.6"
2914source = "registry+https://github.com/rust-lang/crates.io-index"
2915checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2916
2917[[package]]
2918name = "windows_i686_msvc"
2919version = "0.53.1"
2920source = "registry+https://github.com/rust-lang/crates.io-index"
2921checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
2922
2923[[package]]
2924name = "windows_x86_64_gnu"
2925version = "0.48.5"
2926source = "registry+https://github.com/rust-lang/crates.io-index"
2927checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
2928
2929[[package]]
2930name = "windows_x86_64_gnu"
2931version = "0.52.6"
2932source = "registry+https://github.com/rust-lang/crates.io-index"
2933checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2934
2935[[package]]
2936name = "windows_x86_64_gnu"
2937version = "0.53.1"
2938source = "registry+https://github.com/rust-lang/crates.io-index"
2939checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
2940
2941[[package]]
2942name = "windows_x86_64_gnullvm"
2943version = "0.48.5"
2944source = "registry+https://github.com/rust-lang/crates.io-index"
2945checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
2946
2947[[package]]
2948name = "windows_x86_64_gnullvm"
2949version = "0.52.6"
2950source = "registry+https://github.com/rust-lang/crates.io-index"
2951checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2952
2953[[package]]
2954name = "windows_x86_64_gnullvm"
2955version = "0.53.1"
2956source = "registry+https://github.com/rust-lang/crates.io-index"
2957checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
2958
2959[[package]]
2960name = "windows_x86_64_msvc"
2961version = "0.48.5"
2962source = "registry+https://github.com/rust-lang/crates.io-index"
2963checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
2964
2965[[package]]
2966name = "windows_x86_64_msvc"
2967version = "0.52.6"
2968source = "registry+https://github.com/rust-lang/crates.io-index"
2969checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2970
2971[[package]]
2972name = "windows_x86_64_msvc"
2973version = "0.53.1"
2974source = "registry+https://github.com/rust-lang/crates.io-index"
2975checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
2976
2977[[package]]
2978name = "wit-bindgen"
2979version = "0.46.0"
2980source = "registry+https://github.com/rust-lang/crates.io-index"
2981checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
2982
2983[[package]]
2984name = "writeable"
2985version = "0.6.2"
2986source = "registry+https://github.com/rust-lang/crates.io-index"
2987checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9"
2988
2989[[package]]
2990name = "yoke"
2991version = "0.8.1"
2992source = "registry+https://github.com/rust-lang/crates.io-index"
2993checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954"
2994dependencies = [
2995 "stable_deref_trait",
2996 "yoke-derive",
2997 "zerofrom",
2998]
2999
3000[[package]]
3001name = "yoke-derive"
3002version = "0.8.1"
3003source = "registry+https://github.com/rust-lang/crates.io-index"
3004checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d"
3005dependencies = [
3006 "proc-macro2",
3007 "quote",
3008 "syn 2.0.111",
3009 "synstructure",
3010]
3011
3012[[package]]
3013name = "zerocopy"
3014version = "0.8.30"
3015source = "registry+https://github.com/rust-lang/crates.io-index"
3016checksum = "4ea879c944afe8a2b25fef16bb4ba234f47c694565e97383b36f3a878219065c"
3017dependencies = [
3018 "zerocopy-derive",
3019]
3020
3021[[package]]
3022name = "zerocopy-derive"
3023version = "0.8.30"
3024source = "registry+https://github.com/rust-lang/crates.io-index"
3025checksum = "cf955aa904d6040f70dc8e9384444cb1030aed272ba3cb09bbc4ab9e7c1f34f5"
3026dependencies = [
3027 "proc-macro2",
3028 "quote",
3029 "syn 2.0.111",
3030]
3031
3032[[package]]
3033name = "zerofrom"
3034version = "0.1.6"
3035source = "registry+https://github.com/rust-lang/crates.io-index"
3036checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
3037dependencies = [
3038 "zerofrom-derive",
3039]
3040
3041[[package]]
3042name = "zerofrom-derive"
3043version = "0.1.6"
3044source = "registry+https://github.com/rust-lang/crates.io-index"
3045checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
3046dependencies = [
3047 "proc-macro2",
3048 "quote",
3049 "syn 2.0.111",
3050 "synstructure",
3051]
3052
3053[[package]]
3054name = "zeroize"
3055version = "1.8.2"
3056source = "registry+https://github.com/rust-lang/crates.io-index"
3057checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
3058
3059[[package]]
3060name = "zerotrie"
3061version = "0.2.3"
3062source = "registry+https://github.com/rust-lang/crates.io-index"
3063checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851"
3064dependencies = [
3065 "displaydoc",
3066 "yoke",
3067 "zerofrom",
3068]
3069
3070[[package]]
3071name = "zerovec"
3072version = "0.11.5"
3073source = "registry+https://github.com/rust-lang/crates.io-index"
3074checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002"
3075dependencies = [
3076 "yoke",
3077 "zerofrom",
3078 "zerovec-derive",
3079]
3080
3081[[package]]
3082name = "zerovec-derive"
3083version = "0.11.2"
3084source = "registry+https://github.com/rust-lang/crates.io-index"
3085checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3"
3086dependencies = [
3087 "proc-macro2",
3088 "quote",
3089 "syn 2.0.111",
3090]