forked from
baileytownsend.dev/pds-moover
Client side atproto account migrator in your web browser, along with services for backups and adversarial migrations.
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "abnf"
7version = "0.13.0"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "087113bd50d9adce24850eed5d0476c7d199d532fce8fab5173650331e09033a"
10dependencies = [
11 "abnf-core",
12 "nom",
13]
14
15[[package]]
16name = "abnf-core"
17version = "0.5.0"
18source = "registry+https://github.com/rust-lang/crates.io-index"
19checksum = "c44e09c43ae1c368fb91a03a566472d0087c26cf7e1b9e8e289c14ede681dd7d"
20dependencies = [
21 "nom",
22]
23
24[[package]]
25name = "adler2"
26version = "2.0.1"
27source = "registry+https://github.com/rust-lang/crates.io-index"
28checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
29
30[[package]]
31name = "adler32"
32version = "1.2.0"
33source = "registry+https://github.com/rust-lang/crates.io-index"
34checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
35
36[[package]]
37name = "ahash"
38version = "0.8.12"
39source = "registry+https://github.com/rust-lang/crates.io-index"
40checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
41dependencies = [
42 "cfg-if",
43 "once_cell",
44 "version_check",
45 "zerocopy",
46]
47
48[[package]]
49name = "aho-corasick"
50version = "1.1.3"
51source = "registry+https://github.com/rust-lang/crates.io-index"
52checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
53dependencies = [
54 "memchr",
55]
56
57[[package]]
58name = "aliasable"
59version = "0.1.3"
60source = "registry+https://github.com/rust-lang/crates.io-index"
61checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
62
63[[package]]
64name = "alloc-no-stdlib"
65version = "2.0.4"
66source = "registry+https://github.com/rust-lang/crates.io-index"
67checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
68
69[[package]]
70name = "alloc-stdlib"
71version = "0.2.2"
72source = "registry+https://github.com/rust-lang/crates.io-index"
73checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
74dependencies = [
75 "alloc-no-stdlib",
76]
77
78[[package]]
79name = "allocator-api2"
80version = "0.2.21"
81source = "registry+https://github.com/rust-lang/crates.io-index"
82checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
83
84[[package]]
85name = "android_system_properties"
86version = "0.1.5"
87source = "registry+https://github.com/rust-lang/crates.io-index"
88checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
89dependencies = [
90 "libc",
91]
92
93[[package]]
94name = "anstream"
95version = "0.6.21"
96source = "registry+https://github.com/rust-lang/crates.io-index"
97checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
98dependencies = [
99 "anstyle",
100 "anstyle-parse",
101 "anstyle-query",
102 "anstyle-wincon",
103 "colorchoice",
104 "is_terminal_polyfill",
105 "utf8parse",
106]
107
108[[package]]
109name = "anstyle"
110version = "1.0.13"
111source = "registry+https://github.com/rust-lang/crates.io-index"
112checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
113
114[[package]]
115name = "anstyle-parse"
116version = "0.2.7"
117source = "registry+https://github.com/rust-lang/crates.io-index"
118checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
119dependencies = [
120 "utf8parse",
121]
122
123[[package]]
124name = "anstyle-query"
125version = "1.1.4"
126source = "registry+https://github.com/rust-lang/crates.io-index"
127checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2"
128dependencies = [
129 "windows-sys 0.60.2",
130]
131
132[[package]]
133name = "anstyle-wincon"
134version = "3.0.10"
135source = "registry+https://github.com/rust-lang/crates.io-index"
136checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a"
137dependencies = [
138 "anstyle",
139 "once_cell_polyfill",
140 "windows-sys 0.60.2",
141]
142
143[[package]]
144name = "anyhow"
145version = "1.0.100"
146source = "registry+https://github.com/rust-lang/crates.io-index"
147checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
148
149[[package]]
150name = "apalis"
151version = "0.7.3"
152source = "registry+https://github.com/rust-lang/crates.io-index"
153checksum = "0ea07a005e05b1672920818822ebace7a59bdf4b3176390d7be661e2b4027c42"
154dependencies = [
155 "apalis-core",
156 "futures",
157 "metrics",
158 "metrics-exporter-prometheus",
159 "pin-project-lite",
160 "sentry-core",
161 "serde",
162 "thiserror 2.0.17",
163 "tower",
164 "tracing",
165 "tracing-futures",
166 "ulid",
167 "uuid",
168]
169
170[[package]]
171name = "apalis-core"
172version = "0.7.3"
173source = "registry+https://github.com/rust-lang/crates.io-index"
174checksum = "b67ac401df19b3a77f26700cb0af838217353f74bc7365ac50c61561f767a5ec"
175dependencies = [
176 "futures",
177 "futures-timer",
178 "pin-project-lite",
179 "serde",
180 "serde_json",
181 "thiserror 2.0.17",
182 "tower",
183 "ulid",
184]
185
186[[package]]
187name = "apalis-cron"
188version = "0.7.3"
189source = "registry+https://github.com/rust-lang/crates.io-index"
190checksum = "20b2c689a7b870e3367d285b5733258fb2648b767cdeb09f995f3164cb37fc32"
191dependencies = [
192 "apalis-core",
193 "async-stream",
194 "chrono",
195 "cron",
196 "futures",
197 "tower",
198]
199
200[[package]]
201name = "apalis-sql"
202version = "0.7.3"
203source = "registry+https://github.com/rust-lang/crates.io-index"
204checksum = "a6bd1f9ba8f69312b930420f8c64d6e230b6e716ca88dd8bbc262894298cf9e3"
205dependencies = [
206 "apalis-core",
207 "async-stream",
208 "chrono",
209 "futures",
210 "futures-lite",
211 "log",
212 "serde",
213 "serde_json",
214 "sqlx",
215 "thiserror 2.0.17",
216 "tokio",
217]
218
219[[package]]
220name = "arrayvec"
221version = "0.7.6"
222source = "registry+https://github.com/rust-lang/crates.io-index"
223checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
224
225[[package]]
226name = "ascii"
227version = "1.1.0"
228source = "registry+https://github.com/rust-lang/crates.io-index"
229checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
230
231[[package]]
232name = "async-compression"
233version = "0.4.32"
234source = "registry+https://github.com/rust-lang/crates.io-index"
235checksum = "5a89bce6054c720275ac2432fbba080a66a2106a44a1b804553930ca6909f4e0"
236dependencies = [
237 "compression-codecs",
238 "compression-core",
239 "futures-core",
240 "futures-io",
241 "pin-project-lite",
242 "tokio",
243]
244
245[[package]]
246name = "async-stream"
247version = "0.3.6"
248source = "registry+https://github.com/rust-lang/crates.io-index"
249checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
250dependencies = [
251 "async-stream-impl",
252 "futures-core",
253 "pin-project-lite",
254]
255
256[[package]]
257name = "async-stream-impl"
258version = "0.3.6"
259source = "registry+https://github.com/rust-lang/crates.io-index"
260checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
261dependencies = [
262 "proc-macro2",
263 "quote",
264 "syn 2.0.106",
265]
266
267[[package]]
268name = "async-trait"
269version = "0.1.89"
270source = "registry+https://github.com/rust-lang/crates.io-index"
271checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
272dependencies = [
273 "proc-macro2",
274 "quote",
275 "syn 2.0.106",
276]
277
278[[package]]
279name = "atoi"
280version = "2.0.0"
281source = "registry+https://github.com/rust-lang/crates.io-index"
282checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
283dependencies = [
284 "num-traits",
285]
286
287[[package]]
288name = "atomic-waker"
289version = "1.1.2"
290source = "registry+https://github.com/rust-lang/crates.io-index"
291checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
292
293[[package]]
294name = "atproto-identity"
295version = "0.13.0"
296source = "registry+https://github.com/rust-lang/crates.io-index"
297checksum = "b956c07726fce812630be63c5cb31b1961cbb70f0a05614278523102d78c3a48"
298dependencies = [
299 "anyhow",
300 "async-trait",
301 "ecdsa",
302 "elliptic-curve",
303 "hickory-resolver 0.25.2",
304 "k256",
305 "lru",
306 "multibase",
307 "p256",
308 "p384",
309 "rand 0.8.5",
310 "reqwest",
311 "serde",
312 "serde_ipld_dagcbor",
313 "serde_json",
314 "thiserror 2.0.17",
315 "tokio",
316 "tracing",
317 "urlencoding",
318]
319
320[[package]]
321name = "attohttpc"
322version = "0.30.1"
323source = "registry+https://github.com/rust-lang/crates.io-index"
324checksum = "16e2cdb6d5ed835199484bb92bb8b3edd526effe995c61732580439c1a67e2e9"
325dependencies = [
326 "base64 0.22.1",
327 "http",
328 "log",
329 "native-tls",
330 "serde",
331 "serde_json",
332 "url",
333]
334
335[[package]]
336name = "autocfg"
337version = "1.5.0"
338source = "registry+https://github.com/rust-lang/crates.io-index"
339checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
340
341[[package]]
342name = "aws-creds"
343version = "0.39.0"
344source = "registry+https://github.com/rust-lang/crates.io-index"
345checksum = "b13804829a843b3f26e151c97acbb315ee1177a2724690edfcd28f1894146200"
346dependencies = [
347 "attohttpc",
348 "home",
349 "log",
350 "quick-xml",
351 "rust-ini",
352 "serde",
353 "thiserror 2.0.17",
354 "time",
355 "url",
356]
357
358[[package]]
359name = "aws-region"
360version = "0.28.0"
361source = "registry+https://github.com/rust-lang/crates.io-index"
362checksum = "5532f65342f789f9c1b7078ea9c9cd9293cd62dcc284fa99adc4a1c9ba43469c"
363dependencies = [
364 "thiserror 2.0.17",
365]
366
367[[package]]
368name = "axum"
369version = "0.8.6"
370source = "registry+https://github.com/rust-lang/crates.io-index"
371checksum = "8a18ed336352031311f4e0b4dd2ff392d4fbb370777c9d18d7fc9d7359f73871"
372dependencies = [
373 "axum-core",
374 "axum-macros",
375 "bytes",
376 "form_urlencoded",
377 "futures-util",
378 "http",
379 "http-body",
380 "http-body-util",
381 "hyper",
382 "hyper-util",
383 "itoa",
384 "matchit",
385 "memchr",
386 "mime",
387 "percent-encoding",
388 "pin-project-lite",
389 "serde_core",
390 "serde_json",
391 "serde_path_to_error",
392 "serde_urlencoded",
393 "sync_wrapper",
394 "tokio",
395 "tower",
396 "tower-layer",
397 "tower-service",
398 "tracing",
399]
400
401[[package]]
402name = "axum-core"
403version = "0.5.5"
404source = "registry+https://github.com/rust-lang/crates.io-index"
405checksum = "59446ce19cd142f8833f856eb31f3eb097812d1479ab224f54d72428ca21ea22"
406dependencies = [
407 "bytes",
408 "futures-core",
409 "http",
410 "http-body",
411 "http-body-util",
412 "mime",
413 "pin-project-lite",
414 "sync_wrapper",
415 "tower-layer",
416 "tower-service",
417 "tracing",
418]
419
420[[package]]
421name = "axum-macros"
422version = "0.5.0"
423source = "registry+https://github.com/rust-lang/crates.io-index"
424checksum = "604fde5e028fea851ce1d8570bbdc034bec850d157f7569d10f347d06808c05c"
425dependencies = [
426 "proc-macro2",
427 "quote",
428 "syn 2.0.106",
429]
430
431[[package]]
432name = "base-x"
433version = "0.2.11"
434source = "registry+https://github.com/rust-lang/crates.io-index"
435checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270"
436
437[[package]]
438name = "base16ct"
439version = "0.2.0"
440source = "registry+https://github.com/rust-lang/crates.io-index"
441checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"
442
443[[package]]
444name = "base256emoji"
445version = "1.0.2"
446source = "registry+https://github.com/rust-lang/crates.io-index"
447checksum = "b5e9430d9a245a77c92176e649af6e275f20839a48389859d1661e9a128d077c"
448dependencies = [
449 "const-str",
450 "match-lookup",
451]
452
453[[package]]
454name = "base64"
455version = "0.13.1"
456source = "registry+https://github.com/rust-lang/crates.io-index"
457checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
458
459[[package]]
460name = "base64"
461version = "0.22.1"
462source = "registry+https://github.com/rust-lang/crates.io-index"
463checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
464
465[[package]]
466name = "base64ct"
467version = "1.8.0"
468source = "registry+https://github.com/rust-lang/crates.io-index"
469checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba"
470
471[[package]]
472name = "bigdecimal"
473version = "0.4.8"
474source = "registry+https://github.com/rust-lang/crates.io-index"
475checksum = "1a22f228ab7a1b23027ccc6c350b72868017af7ea8356fbdf19f8d991c690013"
476dependencies = [
477 "autocfg",
478 "libm",
479 "num-bigint",
480 "num-integer",
481 "num-traits",
482]
483
484[[package]]
485name = "bitcoin-io"
486version = "0.1.3"
487source = "registry+https://github.com/rust-lang/crates.io-index"
488checksum = "0b47c4ab7a93edb0c7198c5535ed9b52b63095f4e9b45279c6736cec4b856baf"
489
490[[package]]
491name = "bitcoin_hashes"
492version = "0.14.0"
493source = "registry+https://github.com/rust-lang/crates.io-index"
494checksum = "bb18c03d0db0247e147a21a6faafd5a7eb851c743db062de72018b6b7e8e4d16"
495dependencies = [
496 "bitcoin-io",
497 "hex-conservative",
498]
499
500[[package]]
501name = "bitflags"
502version = "2.9.4"
503source = "registry+https://github.com/rust-lang/crates.io-index"
504checksum = "2261d10cca569e4643e526d8dc2e62e433cc8aba21ab764233731f8d369bf394"
505dependencies = [
506 "serde",
507]
508
509[[package]]
510name = "block-buffer"
511version = "0.10.4"
512source = "registry+https://github.com/rust-lang/crates.io-index"
513checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
514dependencies = [
515 "generic-array",
516]
517
518[[package]]
519name = "bon"
520version = "3.8.1"
521source = "registry+https://github.com/rust-lang/crates.io-index"
522checksum = "ebeb9aaf9329dff6ceb65c689ca3db33dbf15f324909c60e4e5eef5701ce31b1"
523dependencies = [
524 "bon-macros",
525 "rustversion",
526]
527
528[[package]]
529name = "bon-macros"
530version = "3.8.1"
531source = "registry+https://github.com/rust-lang/crates.io-index"
532checksum = "77e9d642a7e3a318e37c2c9427b5a6a48aa1ad55dcd986f3034ab2239045a645"
533dependencies = [
534 "darling",
535 "ident_case",
536 "prettyplease",
537 "proc-macro2",
538 "quote",
539 "rustversion",
540 "syn 2.0.106",
541]
542
543[[package]]
544name = "borsh"
545version = "1.5.7"
546source = "registry+https://github.com/rust-lang/crates.io-index"
547checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
548dependencies = [
549 "cfg_aliases",
550]
551
552[[package]]
553name = "brotli"
554version = "3.5.0"
555source = "registry+https://github.com/rust-lang/crates.io-index"
556checksum = "d640d25bc63c50fb1f0b545ffd80207d2e10a4c965530809b40ba3386825c391"
557dependencies = [
558 "alloc-no-stdlib",
559 "alloc-stdlib",
560 "brotli-decompressor 2.5.1",
561]
562
563[[package]]
564name = "brotli"
565version = "8.0.2"
566source = "registry+https://github.com/rust-lang/crates.io-index"
567checksum = "4bd8b9603c7aa97359dbd97ecf258968c95f3adddd6db2f7e7a5bef101c84560"
568dependencies = [
569 "alloc-no-stdlib",
570 "alloc-stdlib",
571 "brotli-decompressor 5.0.0",
572]
573
574[[package]]
575name = "brotli-decompressor"
576version = "2.5.1"
577source = "registry+https://github.com/rust-lang/crates.io-index"
578checksum = "4e2e4afe60d7dd600fdd3de8d0f08c2b7ec039712e3b6137ff98b7004e82de4f"
579dependencies = [
580 "alloc-no-stdlib",
581 "alloc-stdlib",
582]
583
584[[package]]
585name = "brotli-decompressor"
586version = "5.0.0"
587source = "registry+https://github.com/rust-lang/crates.io-index"
588checksum = "874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03"
589dependencies = [
590 "alloc-no-stdlib",
591 "alloc-stdlib",
592]
593
594[[package]]
595name = "btree-range-map"
596version = "0.7.2"
597source = "registry+https://github.com/rust-lang/crates.io-index"
598checksum = "1be5c9672446d3800bcbcaabaeba121fe22f1fb25700c4562b22faf76d377c33"
599dependencies = [
600 "btree-slab",
601 "cc-traits",
602 "range-traits",
603 "serde",
604 "slab",
605]
606
607[[package]]
608name = "btree-slab"
609version = "0.6.1"
610source = "registry+https://github.com/rust-lang/crates.io-index"
611checksum = "7a2b56d3029f075c4fa892428a098425b86cef5c89ae54073137ece416aef13c"
612dependencies = [
613 "cc-traits",
614 "slab",
615 "smallvec",
616]
617
618[[package]]
619name = "buf_redux"
620version = "0.8.4"
621source = "registry+https://github.com/rust-lang/crates.io-index"
622checksum = "b953a6887648bb07a535631f2bc00fbdb2a2216f135552cb3f534ed136b9c07f"
623dependencies = [
624 "memchr",
625 "safemem",
626]
627
628[[package]]
629name = "bumpalo"
630version = "3.19.0"
631source = "registry+https://github.com/rust-lang/crates.io-index"
632checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
633
634[[package]]
635name = "byteorder"
636version = "1.5.0"
637source = "registry+https://github.com/rust-lang/crates.io-index"
638checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
639
640[[package]]
641name = "bytes"
642version = "1.10.1"
643source = "registry+https://github.com/rust-lang/crates.io-index"
644checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
645dependencies = [
646 "serde",
647]
648
649[[package]]
650name = "castaway"
651version = "0.2.4"
652source = "registry+https://github.com/rust-lang/crates.io-index"
653checksum = "dec551ab6e7578819132c713a93c022a05d60159dc86e7a7050223577484c55a"
654dependencies = [
655 "rustversion",
656]
657
658[[package]]
659name = "cbor4ii"
660version = "0.2.14"
661source = "registry+https://github.com/rust-lang/crates.io-index"
662checksum = "b544cf8c89359205f4f990d0e6f3828db42df85b5dac95d09157a250eb0749c4"
663dependencies = [
664 "serde",
665]
666
667[[package]]
668name = "cc"
669version = "1.2.41"
670source = "registry+https://github.com/rust-lang/crates.io-index"
671checksum = "ac9fe6cdbb24b6ade63616c0a0688e45bb56732262c158df3c0c4bea4ca47cb7"
672dependencies = [
673 "find-msvc-tools",
674 "jobserver",
675 "libc",
676 "shlex",
677]
678
679[[package]]
680name = "cc-traits"
681version = "2.0.0"
682source = "registry+https://github.com/rust-lang/crates.io-index"
683checksum = "060303ef31ef4a522737e1b1ab68c67916f2a787bb2f4f54f383279adba962b5"
684dependencies = [
685 "slab",
686]
687
688[[package]]
689name = "cesu8"
690version = "1.1.0"
691source = "registry+https://github.com/rust-lang/crates.io-index"
692checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
693
694[[package]]
695name = "cfg-if"
696version = "1.0.3"
697source = "registry+https://github.com/rust-lang/crates.io-index"
698checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9"
699
700[[package]]
701name = "cfg_aliases"
702version = "0.2.1"
703source = "registry+https://github.com/rust-lang/crates.io-index"
704checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
705
706[[package]]
707name = "chrono"
708version = "0.4.42"
709source = "registry+https://github.com/rust-lang/crates.io-index"
710checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
711dependencies = [
712 "iana-time-zone",
713 "js-sys",
714 "num-traits",
715 "serde",
716 "wasm-bindgen",
717 "windows-link 0.2.1",
718]
719
720[[package]]
721name = "chunked_transfer"
722version = "1.5.0"
723source = "registry+https://github.com/rust-lang/crates.io-index"
724checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
725
726[[package]]
727name = "ciborium"
728version = "0.2.2"
729source = "registry+https://github.com/rust-lang/crates.io-index"
730checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
731dependencies = [
732 "ciborium-io",
733 "ciborium-ll",
734 "serde",
735]
736
737[[package]]
738name = "ciborium-io"
739version = "0.2.2"
740source = "registry+https://github.com/rust-lang/crates.io-index"
741checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
742
743[[package]]
744name = "ciborium-ll"
745version = "0.2.2"
746source = "registry+https://github.com/rust-lang/crates.io-index"
747checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
748dependencies = [
749 "ciborium-io",
750 "half",
751]
752
753[[package]]
754name = "cid"
755version = "0.11.1"
756source = "registry+https://github.com/rust-lang/crates.io-index"
757checksum = "3147d8272e8fa0ccd29ce51194dd98f79ddfb8191ba9e3409884e751798acf3a"
758dependencies = [
759 "core2",
760 "multibase",
761 "multihash",
762 "serde",
763 "serde_bytes",
764 "unsigned-varint",
765]
766
767[[package]]
768name = "clap"
769version = "4.5.49"
770source = "registry+https://github.com/rust-lang/crates.io-index"
771checksum = "f4512b90fa68d3a9932cea5184017c5d200f5921df706d45e853537dea51508f"
772dependencies = [
773 "clap_builder",
774 "clap_derive",
775]
776
777[[package]]
778name = "clap_builder"
779version = "4.5.49"
780source = "registry+https://github.com/rust-lang/crates.io-index"
781checksum = "0025e98baa12e766c67ba13ff4695a887a1eba19569aad00a472546795bd6730"
782dependencies = [
783 "anstream",
784 "anstyle",
785 "clap_lex",
786 "strsim",
787]
788
789[[package]]
790name = "clap_derive"
791version = "4.5.49"
792source = "registry+https://github.com/rust-lang/crates.io-index"
793checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671"
794dependencies = [
795 "heck 0.5.0",
796 "proc-macro2",
797 "quote",
798 "syn 2.0.106",
799]
800
801[[package]]
802name = "clap_lex"
803version = "0.7.6"
804source = "registry+https://github.com/rust-lang/crates.io-index"
805checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
806
807[[package]]
808name = "colorchoice"
809version = "1.0.4"
810source = "registry+https://github.com/rust-lang/crates.io-index"
811checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
812
813[[package]]
814name = "combine"
815version = "4.6.7"
816source = "registry+https://github.com/rust-lang/crates.io-index"
817checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
818dependencies = [
819 "bytes",
820 "memchr",
821]
822
823[[package]]
824name = "compact_str"
825version = "0.7.1"
826source = "registry+https://github.com/rust-lang/crates.io-index"
827checksum = "f86b9c4c00838774a6d902ef931eff7470720c51d90c2e32cfe15dc304737b3f"
828dependencies = [
829 "castaway",
830 "cfg-if",
831 "itoa",
832 "ryu",
833 "static_assertions",
834]
835
836[[package]]
837name = "compression-codecs"
838version = "0.4.31"
839source = "registry+https://github.com/rust-lang/crates.io-index"
840checksum = "ef8a506ec4b81c460798f572caead636d57d3d7e940f998160f52bd254bf2d23"
841dependencies = [
842 "brotli 8.0.2",
843 "compression-core",
844 "flate2",
845 "memchr",
846 "zstd",
847 "zstd-safe",
848]
849
850[[package]]
851name = "compression-core"
852version = "0.4.29"
853source = "registry+https://github.com/rust-lang/crates.io-index"
854checksum = "e47641d3deaf41fb1538ac1f54735925e275eaf3bf4d55c81b137fba797e5cbb"
855
856[[package]]
857name = "concurrent-queue"
858version = "2.5.0"
859source = "registry+https://github.com/rust-lang/crates.io-index"
860checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
861dependencies = [
862 "crossbeam-utils",
863]
864
865[[package]]
866name = "const-oid"
867version = "0.9.6"
868source = "registry+https://github.com/rust-lang/crates.io-index"
869checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
870
871[[package]]
872name = "const-random"
873version = "0.1.18"
874source = "registry+https://github.com/rust-lang/crates.io-index"
875checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
876dependencies = [
877 "const-random-macro",
878]
879
880[[package]]
881name = "const-random-macro"
882version = "0.1.16"
883source = "registry+https://github.com/rust-lang/crates.io-index"
884checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
885dependencies = [
886 "getrandom 0.2.16",
887 "once_cell",
888 "tiny-keccak",
889]
890
891[[package]]
892name = "const-str"
893version = "0.4.3"
894source = "registry+https://github.com/rust-lang/crates.io-index"
895checksum = "2f421161cb492475f1661ddc9815a745a1c894592070661180fdec3d4872e9c3"
896
897[[package]]
898name = "core-foundation"
899version = "0.9.4"
900source = "registry+https://github.com/rust-lang/crates.io-index"
901checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
902dependencies = [
903 "core-foundation-sys",
904 "libc",
905]
906
907[[package]]
908name = "core-foundation-sys"
909version = "0.8.7"
910source = "registry+https://github.com/rust-lang/crates.io-index"
911checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
912
913[[package]]
914name = "core2"
915version = "0.4.0"
916source = "registry+https://github.com/rust-lang/crates.io-index"
917checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505"
918dependencies = [
919 "memchr",
920]
921
922[[package]]
923name = "cpufeatures"
924version = "0.2.17"
925source = "registry+https://github.com/rust-lang/crates.io-index"
926checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
927dependencies = [
928 "libc",
929]
930
931[[package]]
932name = "crc"
933version = "3.3.0"
934source = "registry+https://github.com/rust-lang/crates.io-index"
935checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675"
936dependencies = [
937 "crc-catalog",
938]
939
940[[package]]
941name = "crc-catalog"
942version = "2.4.0"
943source = "registry+https://github.com/rust-lang/crates.io-index"
944checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
945
946[[package]]
947name = "crc32fast"
948version = "1.5.0"
949source = "registry+https://github.com/rust-lang/crates.io-index"
950checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
951dependencies = [
952 "cfg-if",
953]
954
955[[package]]
956name = "critical-section"
957version = "1.2.0"
958source = "registry+https://github.com/rust-lang/crates.io-index"
959checksum = "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b"
960
961[[package]]
962name = "cron"
963version = "0.15.0"
964source = "registry+https://github.com/rust-lang/crates.io-index"
965checksum = "5877d3fbf742507b66bc2a1945106bd30dd8504019d596901ddd012a4dd01740"
966dependencies = [
967 "chrono",
968 "once_cell",
969 "winnow",
970]
971
972[[package]]
973name = "cron-worker"
974version = "0.1.0"
975dependencies = [
976 "apalis",
977 "apalis-cron",
978 "apalis-sql",
979 "dotenvy",
980 "log",
981 "shared",
982 "tokio",
983 "tower",
984 "tracing-subscriber",
985]
986
987[[package]]
988name = "crossbeam-channel"
989version = "0.5.15"
990source = "registry+https://github.com/rust-lang/crates.io-index"
991checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
992dependencies = [
993 "crossbeam-utils",
994]
995
996[[package]]
997name = "crossbeam-epoch"
998version = "0.9.18"
999source = "registry+https://github.com/rust-lang/crates.io-index"
1000checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
1001dependencies = [
1002 "crossbeam-utils",
1003]
1004
1005[[package]]
1006name = "crossbeam-queue"
1007version = "0.3.12"
1008source = "registry+https://github.com/rust-lang/crates.io-index"
1009checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
1010dependencies = [
1011 "crossbeam-utils",
1012]
1013
1014[[package]]
1015name = "crossbeam-utils"
1016version = "0.8.21"
1017source = "registry+https://github.com/rust-lang/crates.io-index"
1018checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
1019
1020[[package]]
1021name = "crunchy"
1022version = "0.2.4"
1023source = "registry+https://github.com/rust-lang/crates.io-index"
1024checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
1025
1026[[package]]
1027name = "crypto-bigint"
1028version = "0.5.5"
1029source = "registry+https://github.com/rust-lang/crates.io-index"
1030checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
1031dependencies = [
1032 "generic-array",
1033 "rand_core 0.6.4",
1034 "subtle",
1035 "zeroize",
1036]
1037
1038[[package]]
1039name = "crypto-common"
1040version = "0.1.6"
1041source = "registry+https://github.com/rust-lang/crates.io-index"
1042checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
1043dependencies = [
1044 "generic-array",
1045 "typenum",
1046]
1047
1048[[package]]
1049name = "darling"
1050version = "0.21.3"
1051source = "registry+https://github.com/rust-lang/crates.io-index"
1052checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0"
1053dependencies = [
1054 "darling_core",
1055 "darling_macro",
1056]
1057
1058[[package]]
1059name = "darling_core"
1060version = "0.21.3"
1061source = "registry+https://github.com/rust-lang/crates.io-index"
1062checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4"
1063dependencies = [
1064 "fnv",
1065 "ident_case",
1066 "proc-macro2",
1067 "quote",
1068 "strsim",
1069 "syn 2.0.106",
1070]
1071
1072[[package]]
1073name = "darling_macro"
1074version = "0.21.3"
1075source = "registry+https://github.com/rust-lang/crates.io-index"
1076checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81"
1077dependencies = [
1078 "darling_core",
1079 "quote",
1080 "syn 2.0.106",
1081]
1082
1083[[package]]
1084name = "dashmap"
1085version = "6.1.0"
1086source = "registry+https://github.com/rust-lang/crates.io-index"
1087checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
1088dependencies = [
1089 "cfg-if",
1090 "crossbeam-utils",
1091 "hashbrown 0.14.5",
1092 "lock_api",
1093 "once_cell",
1094 "parking_lot_core",
1095]
1096
1097[[package]]
1098name = "data-encoding"
1099version = "2.9.0"
1100source = "registry+https://github.com/rust-lang/crates.io-index"
1101checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
1102
1103[[package]]
1104name = "data-encoding-macro"
1105version = "0.1.18"
1106source = "registry+https://github.com/rust-lang/crates.io-index"
1107checksum = "47ce6c96ea0102f01122a185683611bd5ac8d99e62bc59dd12e6bda344ee673d"
1108dependencies = [
1109 "data-encoding",
1110 "data-encoding-macro-internal",
1111]
1112
1113[[package]]
1114name = "data-encoding-macro-internal"
1115version = "0.1.16"
1116source = "registry+https://github.com/rust-lang/crates.io-index"
1117checksum = "8d162beedaa69905488a8da94f5ac3edb4dd4788b732fadb7bd120b2625c1976"
1118dependencies = [
1119 "data-encoding",
1120 "syn 2.0.106",
1121]
1122
1123[[package]]
1124name = "debugid"
1125version = "0.8.0"
1126source = "registry+https://github.com/rust-lang/crates.io-index"
1127checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
1128dependencies = [
1129 "serde",
1130 "uuid",
1131]
1132
1133[[package]]
1134name = "deflate"
1135version = "1.0.0"
1136source = "registry+https://github.com/rust-lang/crates.io-index"
1137checksum = "c86f7e25f518f4b81808a2cf1c50996a61f5c2eb394b2393bd87f2a4780a432f"
1138dependencies = [
1139 "adler32",
1140 "gzip-header",
1141]
1142
1143[[package]]
1144name = "der"
1145version = "0.7.10"
1146source = "registry+https://github.com/rust-lang/crates.io-index"
1147checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
1148dependencies = [
1149 "const-oid",
1150 "pem-rfc7468",
1151 "zeroize",
1152]
1153
1154[[package]]
1155name = "deranged"
1156version = "0.5.4"
1157source = "registry+https://github.com/rust-lang/crates.io-index"
1158checksum = "a41953f86f8a05768a6cda24def994fd2f424b04ec5c719cf89989779f199071"
1159dependencies = [
1160 "powerfmt",
1161 "serde_core",
1162]
1163
1164[[package]]
1165name = "digest"
1166version = "0.10.7"
1167source = "registry+https://github.com/rust-lang/crates.io-index"
1168checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
1169dependencies = [
1170 "block-buffer",
1171 "const-oid",
1172 "crypto-common",
1173 "subtle",
1174]
1175
1176[[package]]
1177name = "displaydoc"
1178version = "0.2.5"
1179source = "registry+https://github.com/rust-lang/crates.io-index"
1180checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
1181dependencies = [
1182 "proc-macro2",
1183 "quote",
1184 "syn 2.0.106",
1185]
1186
1187[[package]]
1188name = "dlv-list"
1189version = "0.5.2"
1190source = "registry+https://github.com/rust-lang/crates.io-index"
1191checksum = "442039f5147480ba31067cb00ada1adae6892028e40e45fc5de7b7df6dcc1b5f"
1192dependencies = [
1193 "const-random",
1194]
1195
1196[[package]]
1197name = "dotenvy"
1198version = "0.15.7"
1199source = "registry+https://github.com/rust-lang/crates.io-index"
1200checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
1201
1202[[package]]
1203name = "ecdsa"
1204version = "0.16.9"
1205source = "registry+https://github.com/rust-lang/crates.io-index"
1206checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca"
1207dependencies = [
1208 "der",
1209 "digest",
1210 "elliptic-curve",
1211 "rfc6979",
1212 "signature",
1213 "spki",
1214]
1215
1216[[package]]
1217name = "either"
1218version = "1.15.0"
1219source = "registry+https://github.com/rust-lang/crates.io-index"
1220checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
1221dependencies = [
1222 "serde",
1223]
1224
1225[[package]]
1226name = "elliptic-curve"
1227version = "0.13.8"
1228source = "registry+https://github.com/rust-lang/crates.io-index"
1229checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47"
1230dependencies = [
1231 "base16ct",
1232 "base64ct",
1233 "crypto-bigint",
1234 "digest",
1235 "ff",
1236 "generic-array",
1237 "group",
1238 "hkdf",
1239 "pem-rfc7468",
1240 "pkcs8",
1241 "rand_core 0.6.4",
1242 "sec1",
1243 "serde_json",
1244 "serdect",
1245 "subtle",
1246 "zeroize",
1247]
1248
1249[[package]]
1250name = "encoding_rs"
1251version = "0.8.35"
1252source = "registry+https://github.com/rust-lang/crates.io-index"
1253checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
1254dependencies = [
1255 "cfg-if",
1256]
1257
1258[[package]]
1259name = "enum-as-inner"
1260version = "0.6.1"
1261source = "registry+https://github.com/rust-lang/crates.io-index"
1262checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
1263dependencies = [
1264 "heck 0.5.0",
1265 "proc-macro2",
1266 "quote",
1267 "syn 2.0.106",
1268]
1269
1270[[package]]
1271name = "env_filter"
1272version = "0.1.4"
1273source = "registry+https://github.com/rust-lang/crates.io-index"
1274checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2"
1275dependencies = [
1276 "log",
1277 "regex",
1278]
1279
1280[[package]]
1281name = "env_logger"
1282version = "0.11.8"
1283source = "registry+https://github.com/rust-lang/crates.io-index"
1284checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
1285dependencies = [
1286 "anstream",
1287 "anstyle",
1288 "env_filter",
1289 "jiff",
1290 "log",
1291]
1292
1293[[package]]
1294name = "equivalent"
1295version = "1.0.2"
1296source = "registry+https://github.com/rust-lang/crates.io-index"
1297checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
1298
1299[[package]]
1300name = "errno"
1301version = "0.3.14"
1302source = "registry+https://github.com/rust-lang/crates.io-index"
1303checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
1304dependencies = [
1305 "libc",
1306 "windows-sys 0.61.2",
1307]
1308
1309[[package]]
1310name = "etcetera"
1311version = "0.8.0"
1312source = "registry+https://github.com/rust-lang/crates.io-index"
1313checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
1314dependencies = [
1315 "cfg-if",
1316 "home",
1317 "windows-sys 0.48.0",
1318]
1319
1320[[package]]
1321name = "event-listener"
1322version = "5.4.1"
1323source = "registry+https://github.com/rust-lang/crates.io-index"
1324checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
1325dependencies = [
1326 "concurrent-queue",
1327 "parking",
1328 "pin-project-lite",
1329]
1330
1331[[package]]
1332name = "fastrand"
1333version = "2.3.0"
1334source = "registry+https://github.com/rust-lang/crates.io-index"
1335checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
1336
1337[[package]]
1338name = "ff"
1339version = "0.13.1"
1340source = "registry+https://github.com/rust-lang/crates.io-index"
1341checksum = "c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393"
1342dependencies = [
1343 "rand_core 0.6.4",
1344 "subtle",
1345]
1346
1347[[package]]
1348name = "filetime"
1349version = "0.2.26"
1350source = "registry+https://github.com/rust-lang/crates.io-index"
1351checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed"
1352dependencies = [
1353 "cfg-if",
1354 "libc",
1355 "libredox",
1356 "windows-sys 0.60.2",
1357]
1358
1359[[package]]
1360name = "find-msvc-tools"
1361version = "0.1.4"
1362source = "registry+https://github.com/rust-lang/crates.io-index"
1363checksum = "52051878f80a721bb68ebfbc930e07b65ba72f2da88968ea5c06fd6ca3d3a127"
1364
1365[[package]]
1366name = "flate2"
1367version = "1.1.4"
1368source = "registry+https://github.com/rust-lang/crates.io-index"
1369checksum = "dc5a4e564e38c699f2880d3fda590bedc2e69f3f84cd48b457bd892ce61d0aa9"
1370dependencies = [
1371 "crc32fast",
1372 "miniz_oxide",
1373]
1374
1375[[package]]
1376name = "flume"
1377version = "0.11.1"
1378source = "registry+https://github.com/rust-lang/crates.io-index"
1379checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
1380dependencies = [
1381 "futures-core",
1382 "futures-sink",
1383 "spin",
1384]
1385
1386[[package]]
1387name = "fnv"
1388version = "1.0.7"
1389source = "registry+https://github.com/rust-lang/crates.io-index"
1390checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
1391
1392[[package]]
1393name = "foldhash"
1394version = "0.1.5"
1395source = "registry+https://github.com/rust-lang/crates.io-index"
1396checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
1397
1398[[package]]
1399name = "foreign-types"
1400version = "0.3.2"
1401source = "registry+https://github.com/rust-lang/crates.io-index"
1402checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
1403dependencies = [
1404 "foreign-types-shared",
1405]
1406
1407[[package]]
1408name = "foreign-types-shared"
1409version = "0.1.1"
1410source = "registry+https://github.com/rust-lang/crates.io-index"
1411checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
1412
1413[[package]]
1414name = "form_urlencoded"
1415version = "1.2.2"
1416source = "registry+https://github.com/rust-lang/crates.io-index"
1417checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
1418dependencies = [
1419 "percent-encoding",
1420]
1421
1422[[package]]
1423name = "forwarded-header-value"
1424version = "0.1.1"
1425source = "registry+https://github.com/rust-lang/crates.io-index"
1426checksum = "8835f84f38484cc86f110a805655697908257fb9a7af005234060891557198e9"
1427dependencies = [
1428 "nonempty",
1429 "thiserror 1.0.69",
1430]
1431
1432[[package]]
1433name = "futures"
1434version = "0.3.31"
1435source = "registry+https://github.com/rust-lang/crates.io-index"
1436checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
1437dependencies = [
1438 "futures-channel",
1439 "futures-core",
1440 "futures-executor",
1441 "futures-io",
1442 "futures-sink",
1443 "futures-task",
1444 "futures-util",
1445]
1446
1447[[package]]
1448name = "futures-channel"
1449version = "0.3.31"
1450source = "registry+https://github.com/rust-lang/crates.io-index"
1451checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
1452dependencies = [
1453 "futures-core",
1454 "futures-sink",
1455]
1456
1457[[package]]
1458name = "futures-core"
1459version = "0.3.31"
1460source = "registry+https://github.com/rust-lang/crates.io-index"
1461checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
1462
1463[[package]]
1464name = "futures-executor"
1465version = "0.3.31"
1466source = "registry+https://github.com/rust-lang/crates.io-index"
1467checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
1468dependencies = [
1469 "futures-core",
1470 "futures-task",
1471 "futures-util",
1472]
1473
1474[[package]]
1475name = "futures-intrusive"
1476version = "0.5.0"
1477source = "registry+https://github.com/rust-lang/crates.io-index"
1478checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
1479dependencies = [
1480 "futures-core",
1481 "lock_api",
1482 "parking_lot",
1483]
1484
1485[[package]]
1486name = "futures-io"
1487version = "0.3.31"
1488source = "registry+https://github.com/rust-lang/crates.io-index"
1489checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
1490
1491[[package]]
1492name = "futures-lite"
1493version = "2.6.1"
1494source = "registry+https://github.com/rust-lang/crates.io-index"
1495checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
1496dependencies = [
1497 "fastrand",
1498 "futures-core",
1499 "futures-io",
1500 "parking",
1501 "pin-project-lite",
1502]
1503
1504[[package]]
1505name = "futures-macro"
1506version = "0.3.31"
1507source = "registry+https://github.com/rust-lang/crates.io-index"
1508checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
1509dependencies = [
1510 "proc-macro2",
1511 "quote",
1512 "syn 2.0.106",
1513]
1514
1515[[package]]
1516name = "futures-sink"
1517version = "0.3.31"
1518source = "registry+https://github.com/rust-lang/crates.io-index"
1519checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
1520
1521[[package]]
1522name = "futures-task"
1523version = "0.3.31"
1524source = "registry+https://github.com/rust-lang/crates.io-index"
1525checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
1526
1527[[package]]
1528name = "futures-timer"
1529version = "3.0.3"
1530source = "registry+https://github.com/rust-lang/crates.io-index"
1531checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
1532
1533[[package]]
1534name = "futures-util"
1535version = "0.3.31"
1536source = "registry+https://github.com/rust-lang/crates.io-index"
1537checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
1538dependencies = [
1539 "futures-channel",
1540 "futures-core",
1541 "futures-io",
1542 "futures-macro",
1543 "futures-sink",
1544 "futures-task",
1545 "memchr",
1546 "pin-project-lite",
1547 "pin-utils",
1548 "slab",
1549]
1550
1551[[package]]
1552name = "genawaiter"
1553version = "0.99.1"
1554source = "registry+https://github.com/rust-lang/crates.io-index"
1555checksum = "c86bd0361bcbde39b13475e6e36cb24c329964aa2611be285289d1e4b751c1a0"
1556dependencies = [
1557 "futures-core",
1558 "genawaiter-macro",
1559 "genawaiter-proc-macro",
1560 "proc-macro-hack",
1561]
1562
1563[[package]]
1564name = "genawaiter-macro"
1565version = "0.99.1"
1566source = "registry+https://github.com/rust-lang/crates.io-index"
1567checksum = "0b32dfe1fdfc0bbde1f22a5da25355514b5e450c33a6af6770884c8750aedfbc"
1568
1569[[package]]
1570name = "genawaiter-proc-macro"
1571version = "0.99.1"
1572source = "registry+https://github.com/rust-lang/crates.io-index"
1573checksum = "784f84eebc366e15251c4a8c3acee82a6a6f427949776ecb88377362a9621738"
1574dependencies = [
1575 "proc-macro-error 0.4.12",
1576 "proc-macro-hack",
1577 "proc-macro2",
1578 "quote",
1579 "syn 1.0.109",
1580]
1581
1582[[package]]
1583name = "generic-array"
1584version = "0.14.7"
1585source = "registry+https://github.com/rust-lang/crates.io-index"
1586checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
1587dependencies = [
1588 "typenum",
1589 "version_check",
1590 "zeroize",
1591]
1592
1593[[package]]
1594name = "getrandom"
1595version = "0.2.16"
1596source = "registry+https://github.com/rust-lang/crates.io-index"
1597checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
1598dependencies = [
1599 "cfg-if",
1600 "js-sys",
1601 "libc",
1602 "wasi",
1603 "wasm-bindgen",
1604]
1605
1606[[package]]
1607name = "getrandom"
1608version = "0.3.4"
1609source = "registry+https://github.com/rust-lang/crates.io-index"
1610checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
1611dependencies = [
1612 "cfg-if",
1613 "js-sys",
1614 "libc",
1615 "r-efi",
1616 "wasip2",
1617 "wasm-bindgen",
1618]
1619
1620[[package]]
1621name = "governor"
1622version = "0.10.1"
1623source = "registry+https://github.com/rust-lang/crates.io-index"
1624checksum = "444405bbb1a762387aa22dd569429533b54a1d8759d35d3b64cb39b0293eaa19"
1625dependencies = [
1626 "cfg-if",
1627 "dashmap",
1628 "futures-sink",
1629 "futures-timer",
1630 "futures-util",
1631 "getrandom 0.3.4",
1632 "hashbrown 0.15.5",
1633 "nonzero_ext",
1634 "parking_lot",
1635 "portable-atomic",
1636 "quanta",
1637 "rand 0.9.2",
1638 "smallvec",
1639 "spinning_top",
1640 "web-time",
1641]
1642
1643[[package]]
1644name = "group"
1645version = "0.13.0"
1646source = "registry+https://github.com/rust-lang/crates.io-index"
1647checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63"
1648dependencies = [
1649 "ff",
1650 "rand_core 0.6.4",
1651 "subtle",
1652]
1653
1654[[package]]
1655name = "gzip-header"
1656version = "1.0.0"
1657source = "registry+https://github.com/rust-lang/crates.io-index"
1658checksum = "95cc527b92e6029a62960ad99aa8a6660faa4555fe5f731aab13aa6a921795a2"
1659dependencies = [
1660 "crc32fast",
1661]
1662
1663[[package]]
1664name = "h2"
1665version = "0.4.12"
1666source = "registry+https://github.com/rust-lang/crates.io-index"
1667checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
1668dependencies = [
1669 "atomic-waker",
1670 "bytes",
1671 "fnv",
1672 "futures-core",
1673 "futures-sink",
1674 "http",
1675 "indexmap",
1676 "slab",
1677 "tokio",
1678 "tokio-util",
1679 "tracing",
1680]
1681
1682[[package]]
1683name = "half"
1684version = "2.7.0"
1685source = "registry+https://github.com/rust-lang/crates.io-index"
1686checksum = "e54c115d4f30f52c67202f079c5f9d8b49db4691f460fdb0b4c2e838261b2ba5"
1687dependencies = [
1688 "cfg-if",
1689 "crunchy",
1690 "zerocopy",
1691]
1692
1693[[package]]
1694name = "hashbrown"
1695version = "0.14.5"
1696source = "registry+https://github.com/rust-lang/crates.io-index"
1697checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
1698
1699[[package]]
1700name = "hashbrown"
1701version = "0.15.5"
1702source = "registry+https://github.com/rust-lang/crates.io-index"
1703checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
1704dependencies = [
1705 "allocator-api2",
1706 "equivalent",
1707 "foldhash",
1708]
1709
1710[[package]]
1711name = "hashbrown"
1712version = "0.16.0"
1713source = "registry+https://github.com/rust-lang/crates.io-index"
1714checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d"
1715
1716[[package]]
1717name = "hashlink"
1718version = "0.10.0"
1719source = "registry+https://github.com/rust-lang/crates.io-index"
1720checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
1721dependencies = [
1722 "hashbrown 0.15.5",
1723]
1724
1725[[package]]
1726name = "heck"
1727version = "0.4.1"
1728source = "registry+https://github.com/rust-lang/crates.io-index"
1729checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
1730
1731[[package]]
1732name = "heck"
1733version = "0.5.0"
1734source = "registry+https://github.com/rust-lang/crates.io-index"
1735checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
1736
1737[[package]]
1738name = "hermit-abi"
1739version = "0.5.2"
1740source = "registry+https://github.com/rust-lang/crates.io-index"
1741checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
1742
1743[[package]]
1744name = "hex"
1745version = "0.4.3"
1746source = "registry+https://github.com/rust-lang/crates.io-index"
1747checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
1748
1749[[package]]
1750name = "hex-conservative"
1751version = "0.2.1"
1752source = "registry+https://github.com/rust-lang/crates.io-index"
1753checksum = "5313b072ce3c597065a808dbf612c4c8e8590bdbf8b579508bf7a762c5eae6cd"
1754dependencies = [
1755 "arrayvec",
1756]
1757
1758[[package]]
1759name = "hex_fmt"
1760version = "0.3.0"
1761source = "registry+https://github.com/rust-lang/crates.io-index"
1762checksum = "b07f60793ff0a4d9cef0f18e63b5357e06209987153a64648c972c1e5aff336f"
1763
1764[[package]]
1765name = "hickory-proto"
1766version = "0.24.4"
1767source = "registry+https://github.com/rust-lang/crates.io-index"
1768checksum = "92652067c9ce6f66ce53cc38d1169daa36e6e7eb7dd3b63b5103bd9d97117248"
1769dependencies = [
1770 "async-trait",
1771 "cfg-if",
1772 "data-encoding",
1773 "enum-as-inner",
1774 "futures-channel",
1775 "futures-io",
1776 "futures-util",
1777 "idna",
1778 "ipnet",
1779 "once_cell",
1780 "rand 0.8.5",
1781 "thiserror 1.0.69",
1782 "tinyvec",
1783 "tokio",
1784 "tracing",
1785 "url",
1786]
1787
1788[[package]]
1789name = "hickory-proto"
1790version = "0.25.2"
1791source = "registry+https://github.com/rust-lang/crates.io-index"
1792checksum = "f8a6fe56c0038198998a6f217ca4e7ef3a5e51f46163bd6dd60b5c71ca6c6502"
1793dependencies = [
1794 "async-trait",
1795 "cfg-if",
1796 "data-encoding",
1797 "enum-as-inner",
1798 "futures-channel",
1799 "futures-io",
1800 "futures-util",
1801 "idna",
1802 "ipnet",
1803 "once_cell",
1804 "rand 0.9.2",
1805 "ring",
1806 "thiserror 2.0.17",
1807 "tinyvec",
1808 "tokio",
1809 "tracing",
1810 "url",
1811]
1812
1813[[package]]
1814name = "hickory-resolver"
1815version = "0.24.4"
1816source = "registry+https://github.com/rust-lang/crates.io-index"
1817checksum = "cbb117a1ca520e111743ab2f6688eddee69db4e0ea242545a604dce8a66fd22e"
1818dependencies = [
1819 "cfg-if",
1820 "futures-util",
1821 "hickory-proto 0.24.4",
1822 "ipconfig",
1823 "lru-cache",
1824 "once_cell",
1825 "parking_lot",
1826 "rand 0.8.5",
1827 "resolv-conf",
1828 "smallvec",
1829 "thiserror 1.0.69",
1830 "tokio",
1831 "tracing",
1832]
1833
1834[[package]]
1835name = "hickory-resolver"
1836version = "0.25.2"
1837source = "registry+https://github.com/rust-lang/crates.io-index"
1838checksum = "dc62a9a99b0bfb44d2ab95a7208ac952d31060efc16241c87eaf36406fecf87a"
1839dependencies = [
1840 "cfg-if",
1841 "futures-util",
1842 "hickory-proto 0.25.2",
1843 "ipconfig",
1844 "moka",
1845 "once_cell",
1846 "parking_lot",
1847 "rand 0.9.2",
1848 "resolv-conf",
1849 "smallvec",
1850 "thiserror 2.0.17",
1851 "tokio",
1852 "tracing",
1853]
1854
1855[[package]]
1856name = "hkdf"
1857version = "0.12.4"
1858source = "registry+https://github.com/rust-lang/crates.io-index"
1859checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
1860dependencies = [
1861 "hmac",
1862]
1863
1864[[package]]
1865name = "hmac"
1866version = "0.12.1"
1867source = "registry+https://github.com/rust-lang/crates.io-index"
1868checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
1869dependencies = [
1870 "digest",
1871]
1872
1873[[package]]
1874name = "home"
1875version = "0.5.11"
1876source = "registry+https://github.com/rust-lang/crates.io-index"
1877checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
1878dependencies = [
1879 "windows-sys 0.59.0",
1880]
1881
1882[[package]]
1883name = "http"
1884version = "1.3.1"
1885source = "registry+https://github.com/rust-lang/crates.io-index"
1886checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
1887dependencies = [
1888 "bytes",
1889 "fnv",
1890 "itoa",
1891]
1892
1893[[package]]
1894name = "http-body"
1895version = "1.0.1"
1896source = "registry+https://github.com/rust-lang/crates.io-index"
1897checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
1898dependencies = [
1899 "bytes",
1900 "http",
1901]
1902
1903[[package]]
1904name = "http-body-util"
1905version = "0.1.3"
1906source = "registry+https://github.com/rust-lang/crates.io-index"
1907checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
1908dependencies = [
1909 "bytes",
1910 "futures-core",
1911 "http",
1912 "http-body",
1913 "pin-project-lite",
1914]
1915
1916[[package]]
1917name = "http-range-header"
1918version = "0.4.2"
1919source = "registry+https://github.com/rust-lang/crates.io-index"
1920checksum = "9171a2ea8a68358193d15dd5d70c1c10a2afc3e7e4c5bc92bc9f025cebd7359c"
1921
1922[[package]]
1923name = "httparse"
1924version = "1.10.1"
1925source = "registry+https://github.com/rust-lang/crates.io-index"
1926checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
1927
1928[[package]]
1929name = "httpdate"
1930version = "1.0.3"
1931source = "registry+https://github.com/rust-lang/crates.io-index"
1932checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
1933
1934[[package]]
1935name = "hyper"
1936version = "1.7.0"
1937source = "registry+https://github.com/rust-lang/crates.io-index"
1938checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
1939dependencies = [
1940 "atomic-waker",
1941 "bytes",
1942 "futures-channel",
1943 "futures-core",
1944 "h2",
1945 "http",
1946 "http-body",
1947 "httparse",
1948 "httpdate",
1949 "itoa",
1950 "pin-project-lite",
1951 "pin-utils",
1952 "smallvec",
1953 "tokio",
1954 "want",
1955]
1956
1957[[package]]
1958name = "hyper-rustls"
1959version = "0.27.7"
1960source = "registry+https://github.com/rust-lang/crates.io-index"
1961checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
1962dependencies = [
1963 "http",
1964 "hyper",
1965 "hyper-util",
1966 "rustls",
1967 "rustls-pki-types",
1968 "tokio",
1969 "tokio-rustls",
1970 "tower-service",
1971 "webpki-roots 1.0.3",
1972]
1973
1974[[package]]
1975name = "hyper-timeout"
1976version = "0.5.2"
1977source = "registry+https://github.com/rust-lang/crates.io-index"
1978checksum = "2b90d566bffbce6a75bd8b09a05aa8c2cb1fabb6cb348f8840c9e4c90a0d83b0"
1979dependencies = [
1980 "hyper",
1981 "hyper-util",
1982 "pin-project-lite",
1983 "tokio",
1984 "tower-service",
1985]
1986
1987[[package]]
1988name = "hyper-tls"
1989version = "0.6.0"
1990source = "registry+https://github.com/rust-lang/crates.io-index"
1991checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
1992dependencies = [
1993 "bytes",
1994 "http-body-util",
1995 "hyper",
1996 "hyper-util",
1997 "native-tls",
1998 "tokio",
1999 "tokio-native-tls",
2000 "tower-service",
2001]
2002
2003[[package]]
2004name = "hyper-util"
2005version = "0.1.17"
2006source = "registry+https://github.com/rust-lang/crates.io-index"
2007checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
2008dependencies = [
2009 "base64 0.22.1",
2010 "bytes",
2011 "futures-channel",
2012 "futures-core",
2013 "futures-util",
2014 "http",
2015 "http-body",
2016 "hyper",
2017 "ipnet",
2018 "libc",
2019 "percent-encoding",
2020 "pin-project-lite",
2021 "socket2 0.6.0",
2022 "system-configuration",
2023 "tokio",
2024 "tower-service",
2025 "tracing",
2026 "windows-registry",
2027]
2028
2029[[package]]
2030name = "iana-time-zone"
2031version = "0.1.64"
2032source = "registry+https://github.com/rust-lang/crates.io-index"
2033checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
2034dependencies = [
2035 "android_system_properties",
2036 "core-foundation-sys",
2037 "iana-time-zone-haiku",
2038 "js-sys",
2039 "log",
2040 "wasm-bindgen",
2041 "windows-core 0.62.2",
2042]
2043
2044[[package]]
2045name = "iana-time-zone-haiku"
2046version = "0.1.2"
2047source = "registry+https://github.com/rust-lang/crates.io-index"
2048checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
2049dependencies = [
2050 "cc",
2051]
2052
2053[[package]]
2054name = "icu_collections"
2055version = "2.0.0"
2056source = "registry+https://github.com/rust-lang/crates.io-index"
2057checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
2058dependencies = [
2059 "displaydoc",
2060 "potential_utf",
2061 "yoke",
2062 "zerofrom",
2063 "zerovec",
2064]
2065
2066[[package]]
2067name = "icu_locale_core"
2068version = "2.0.0"
2069source = "registry+https://github.com/rust-lang/crates.io-index"
2070checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
2071dependencies = [
2072 "displaydoc",
2073 "litemap",
2074 "tinystr",
2075 "writeable",
2076 "zerovec",
2077]
2078
2079[[package]]
2080name = "icu_normalizer"
2081version = "2.0.0"
2082source = "registry+https://github.com/rust-lang/crates.io-index"
2083checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
2084dependencies = [
2085 "displaydoc",
2086 "icu_collections",
2087 "icu_normalizer_data",
2088 "icu_properties",
2089 "icu_provider",
2090 "smallvec",
2091 "zerovec",
2092]
2093
2094[[package]]
2095name = "icu_normalizer_data"
2096version = "2.0.0"
2097source = "registry+https://github.com/rust-lang/crates.io-index"
2098checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
2099
2100[[package]]
2101name = "icu_properties"
2102version = "2.0.1"
2103source = "registry+https://github.com/rust-lang/crates.io-index"
2104checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
2105dependencies = [
2106 "displaydoc",
2107 "icu_collections",
2108 "icu_locale_core",
2109 "icu_properties_data",
2110 "icu_provider",
2111 "potential_utf",
2112 "zerotrie",
2113 "zerovec",
2114]
2115
2116[[package]]
2117name = "icu_properties_data"
2118version = "2.0.1"
2119source = "registry+https://github.com/rust-lang/crates.io-index"
2120checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
2121
2122[[package]]
2123name = "icu_provider"
2124version = "2.0.0"
2125source = "registry+https://github.com/rust-lang/crates.io-index"
2126checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
2127dependencies = [
2128 "displaydoc",
2129 "icu_locale_core",
2130 "stable_deref_trait",
2131 "tinystr",
2132 "writeable",
2133 "yoke",
2134 "zerofrom",
2135 "zerotrie",
2136 "zerovec",
2137]
2138
2139[[package]]
2140name = "ident_case"
2141version = "1.0.1"
2142source = "registry+https://github.com/rust-lang/crates.io-index"
2143checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
2144
2145[[package]]
2146name = "idna"
2147version = "1.1.0"
2148source = "registry+https://github.com/rust-lang/crates.io-index"
2149checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
2150dependencies = [
2151 "idna_adapter",
2152 "smallvec",
2153 "utf8_iter",
2154]
2155
2156[[package]]
2157name = "idna_adapter"
2158version = "1.2.1"
2159source = "registry+https://github.com/rust-lang/crates.io-index"
2160checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
2161dependencies = [
2162 "icu_normalizer",
2163 "icu_properties",
2164]
2165
2166[[package]]
2167name = "indexmap"
2168version = "2.11.4"
2169source = "registry+https://github.com/rust-lang/crates.io-index"
2170checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
2171dependencies = [
2172 "equivalent",
2173 "hashbrown 0.16.0",
2174]
2175
2176[[package]]
2177name = "indoc"
2178version = "2.0.6"
2179source = "registry+https://github.com/rust-lang/crates.io-index"
2180checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
2181
2182[[package]]
2183name = "ipconfig"
2184version = "0.3.2"
2185source = "registry+https://github.com/rust-lang/crates.io-index"
2186checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f"
2187dependencies = [
2188 "socket2 0.5.10",
2189 "widestring",
2190 "windows-sys 0.48.0",
2191 "winreg",
2192]
2193
2194[[package]]
2195name = "ipld-core"
2196version = "0.4.2"
2197source = "registry+https://github.com/rust-lang/crates.io-index"
2198checksum = "104718b1cc124d92a6d01ca9c9258a7df311405debb3408c445a36452f9bf8db"
2199dependencies = [
2200 "cid",
2201 "serde",
2202 "serde_bytes",
2203]
2204
2205[[package]]
2206name = "ipnet"
2207version = "2.11.0"
2208source = "registry+https://github.com/rust-lang/crates.io-index"
2209checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
2210
2211[[package]]
2212name = "iri-string"
2213version = "0.7.8"
2214source = "registry+https://github.com/rust-lang/crates.io-index"
2215checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
2216dependencies = [
2217 "memchr",
2218 "serde",
2219]
2220
2221[[package]]
2222name = "is_terminal_polyfill"
2223version = "1.70.1"
2224source = "registry+https://github.com/rust-lang/crates.io-index"
2225checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
2226
2227[[package]]
2228name = "itoa"
2229version = "1.0.15"
2230source = "registry+https://github.com/rust-lang/crates.io-index"
2231checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
2232
2233[[package]]
2234name = "jacquard"
2235version = "0.6.0"
2236source = "registry+https://github.com/rust-lang/crates.io-index"
2237checksum = "5857f000e67605995ba7c24c9833f840adf5c063a731a6f72f69e0e3c986791c"
2238dependencies = [
2239 "bon",
2240 "bytes",
2241 "getrandom 0.2.16",
2242 "http",
2243 "jacquard-api",
2244 "jacquard-common",
2245 "jacquard-derive",
2246 "jacquard-identity",
2247 "jacquard-oauth",
2248 "jose-jwk",
2249 "miette",
2250 "p256",
2251 "percent-encoding",
2252 "rand_core 0.6.4",
2253 "reqwest",
2254 "serde",
2255 "serde_html_form",
2256 "serde_ipld_dagcbor",
2257 "serde_json",
2258 "smol_str",
2259 "thiserror 2.0.17",
2260 "tokio",
2261 "trait-variant",
2262 "url",
2263]
2264
2265[[package]]
2266name = "jacquard-api"
2267version = "0.6.0"
2268source = "registry+https://github.com/rust-lang/crates.io-index"
2269checksum = "58132b60473124a34c64c267a1c3390c2e4a4dfd62c801639903c4aefd05f52d"
2270dependencies = [
2271 "bon",
2272 "bytes",
2273 "jacquard-common",
2274 "jacquard-derive",
2275 "miette",
2276 "serde",
2277 "serde_ipld_dagcbor",
2278 "thiserror 2.0.17",
2279]
2280
2281[[package]]
2282name = "jacquard-axum"
2283version = "0.6.0"
2284source = "registry+https://github.com/rust-lang/crates.io-index"
2285checksum = "dc630809a5a22fdce95d4a63f244e7f6e44479edabc10c487758011c0de0153c"
2286dependencies = [
2287 "axum",
2288 "bytes",
2289 "jacquard",
2290 "jacquard-common",
2291 "jacquard-derive",
2292 "jacquard-identity",
2293 "miette",
2294 "multibase",
2295 "serde",
2296 "serde_html_form",
2297 "serde_ipld_dagcbor",
2298 "serde_json",
2299 "thiserror 2.0.17",
2300 "tokio",
2301 "tower-http",
2302 "tracing",
2303]
2304
2305[[package]]
2306name = "jacquard-common"
2307version = "0.6.0"
2308source = "registry+https://github.com/rust-lang/crates.io-index"
2309checksum = "f7f1bab0279ae2e29c3383f132a05b9c708585fab62e94292affdf352ce13242"
2310dependencies = [
2311 "base64 0.22.1",
2312 "bon",
2313 "bytes",
2314 "chrono",
2315 "cid",
2316 "genawaiter",
2317 "getrandom 0.3.4",
2318 "http",
2319 "ipld-core",
2320 "k256",
2321 "langtag",
2322 "miette",
2323 "multibase",
2324 "multihash",
2325 "ouroboros",
2326 "p256",
2327 "rand 0.9.2",
2328 "regex",
2329 "reqwest",
2330 "serde",
2331 "serde_html_form",
2332 "serde_ipld_dagcbor",
2333 "serde_json",
2334 "signature",
2335 "smol_str",
2336 "thiserror 2.0.17",
2337 "tokio",
2338 "tokio-util",
2339 "trait-variant",
2340 "url",
2341]
2342
2343[[package]]
2344name = "jacquard-derive"
2345version = "0.6.0"
2346source = "registry+https://github.com/rust-lang/crates.io-index"
2347checksum = "a4741844c0638498156338e6230a81ecb54d0a061ffc6f4f54e97b94972a01fb"
2348dependencies = [
2349 "proc-macro2",
2350 "quote",
2351 "syn 2.0.106",
2352]
2353
2354[[package]]
2355name = "jacquard-identity"
2356version = "0.6.0"
2357source = "registry+https://github.com/rust-lang/crates.io-index"
2358checksum = "65ae022725ddc09ce03c1a02a97b895279e1d46957c0574a032fa78b81273263"
2359dependencies = [
2360 "bon",
2361 "bytes",
2362 "hickory-resolver 0.24.4",
2363 "http",
2364 "jacquard-api",
2365 "jacquard-common",
2366 "miette",
2367 "percent-encoding",
2368 "reqwest",
2369 "serde",
2370 "serde_html_form",
2371 "serde_json",
2372 "thiserror 2.0.17",
2373 "tokio",
2374 "trait-variant",
2375 "url",
2376 "urlencoding",
2377]
2378
2379[[package]]
2380name = "jacquard-oauth"
2381version = "0.6.0"
2382source = "registry+https://github.com/rust-lang/crates.io-index"
2383checksum = "8c37269e2ea0c6c3418bf61fb3d342aab87b1bda706ebae49e454f8e50580cab"
2384dependencies = [
2385 "base64 0.22.1",
2386 "bytes",
2387 "chrono",
2388 "dashmap",
2389 "elliptic-curve",
2390 "http",
2391 "jacquard-common",
2392 "jacquard-identity",
2393 "jose-jwa",
2394 "jose-jwk",
2395 "miette",
2396 "p256",
2397 "rand 0.8.5",
2398 "rand_core 0.6.4",
2399 "reqwest",
2400 "rouille",
2401 "serde",
2402 "serde_html_form",
2403 "serde_json",
2404 "sha2",
2405 "signature",
2406 "smol_str",
2407 "thiserror 2.0.17",
2408 "tokio",
2409 "trait-variant",
2410 "url",
2411 "webbrowser",
2412]
2413
2414[[package]]
2415name = "jiff"
2416version = "0.2.15"
2417source = "registry+https://github.com/rust-lang/crates.io-index"
2418checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49"
2419dependencies = [
2420 "jiff-static",
2421 "log",
2422 "portable-atomic",
2423 "portable-atomic-util",
2424 "serde",
2425]
2426
2427[[package]]
2428name = "jiff-static"
2429version = "0.2.15"
2430source = "registry+https://github.com/rust-lang/crates.io-index"
2431checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4"
2432dependencies = [
2433 "proc-macro2",
2434 "quote",
2435 "syn 2.0.106",
2436]
2437
2438[[package]]
2439name = "jni"
2440version = "0.21.1"
2441source = "registry+https://github.com/rust-lang/crates.io-index"
2442checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
2443dependencies = [
2444 "cesu8",
2445 "cfg-if",
2446 "combine",
2447 "jni-sys",
2448 "log",
2449 "thiserror 1.0.69",
2450 "walkdir",
2451 "windows-sys 0.45.0",
2452]
2453
2454[[package]]
2455name = "jni-sys"
2456version = "0.3.0"
2457source = "registry+https://github.com/rust-lang/crates.io-index"
2458checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
2459
2460[[package]]
2461name = "jobserver"
2462version = "0.1.34"
2463source = "registry+https://github.com/rust-lang/crates.io-index"
2464checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
2465dependencies = [
2466 "getrandom 0.3.4",
2467 "libc",
2468]
2469
2470[[package]]
2471name = "jose-b64"
2472version = "0.1.2"
2473source = "registry+https://github.com/rust-lang/crates.io-index"
2474checksum = "bec69375368709666b21c76965ce67549f2d2db7605f1f8707d17c9656801b56"
2475dependencies = [
2476 "base64ct",
2477 "serde",
2478 "subtle",
2479 "zeroize",
2480]
2481
2482[[package]]
2483name = "jose-jwa"
2484version = "0.1.2"
2485source = "registry+https://github.com/rust-lang/crates.io-index"
2486checksum = "9ab78e053fe886a351d67cf0d194c000f9d0dcb92906eb34d853d7e758a4b3a7"
2487dependencies = [
2488 "serde",
2489]
2490
2491[[package]]
2492name = "jose-jwk"
2493version = "0.1.2"
2494source = "registry+https://github.com/rust-lang/crates.io-index"
2495checksum = "280fa263807fe0782ecb6f2baadc28dffc04e00558a58e33bfdb801d11fd58e7"
2496dependencies = [
2497 "jose-b64",
2498 "jose-jwa",
2499 "p256",
2500 "p384",
2501 "rsa",
2502 "serde",
2503 "zeroize",
2504]
2505
2506[[package]]
2507name = "js-sys"
2508version = "0.3.81"
2509source = "registry+https://github.com/rust-lang/crates.io-index"
2510checksum = "ec48937a97411dcb524a265206ccd4c90bb711fca92b2792c407f268825b9305"
2511dependencies = [
2512 "once_cell",
2513 "wasm-bindgen",
2514]
2515
2516[[package]]
2517name = "jwt-compact"
2518version = "0.9.0-beta.1"
2519source = "git+https://github.com/fatfingers23/jwt-compact.git#aed088b8ff5ad44ef2785c453f6a4b7916728b1c"
2520dependencies = [
2521 "anyhow",
2522 "base64ct",
2523 "chrono",
2524 "ciborium",
2525 "hmac",
2526 "lazy_static",
2527 "rand_core 0.6.4",
2528 "secp256k1",
2529 "serde",
2530 "serde_json",
2531 "sha2",
2532 "smallvec",
2533 "subtle",
2534 "zeroize",
2535]
2536
2537[[package]]
2538name = "k256"
2539version = "0.13.4"
2540source = "registry+https://github.com/rust-lang/crates.io-index"
2541checksum = "f6e3919bbaa2945715f0bb6d3934a173d1e9a59ac23767fbaaef277265a7411b"
2542dependencies = [
2543 "cfg-if",
2544 "ecdsa",
2545 "elliptic-curve",
2546 "once_cell",
2547 "sha2",
2548 "signature",
2549]
2550
2551[[package]]
2552name = "langtag"
2553version = "0.4.0"
2554source = "registry+https://github.com/rust-lang/crates.io-index"
2555checksum = "9ecb4c689a30e48ebeaa14237f34037e300dd072e6ad21a9ec72e810ff3c6600"
2556dependencies = [
2557 "serde",
2558 "static-regular-grammar",
2559 "thiserror 1.0.69",
2560]
2561
2562[[package]]
2563name = "lazy_static"
2564version = "1.5.0"
2565source = "registry+https://github.com/rust-lang/crates.io-index"
2566checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
2567dependencies = [
2568 "spin",
2569]
2570
2571[[package]]
2572name = "lexicon_types_crate"
2573version = "0.1.0"
2574dependencies = [
2575 "bon",
2576 "jacquard-common",
2577 "jacquard-derive",
2578 "miette",
2579 "serde",
2580 "thiserror 2.0.17",
2581]
2582
2583[[package]]
2584name = "libc"
2585version = "0.2.177"
2586source = "registry+https://github.com/rust-lang/crates.io-index"
2587checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976"
2588
2589[[package]]
2590name = "libm"
2591version = "0.2.15"
2592source = "registry+https://github.com/rust-lang/crates.io-index"
2593checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
2594
2595[[package]]
2596name = "libredox"
2597version = "0.1.10"
2598source = "registry+https://github.com/rust-lang/crates.io-index"
2599checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
2600dependencies = [
2601 "bitflags",
2602 "libc",
2603 "redox_syscall",
2604]
2605
2606[[package]]
2607name = "libsqlite3-sys"
2608version = "0.30.1"
2609source = "registry+https://github.com/rust-lang/crates.io-index"
2610checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
2611dependencies = [
2612 "pkg-config",
2613 "vcpkg",
2614]
2615
2616[[package]]
2617name = "linked-hash-map"
2618version = "0.5.6"
2619source = "registry+https://github.com/rust-lang/crates.io-index"
2620checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
2621
2622[[package]]
2623name = "linux-raw-sys"
2624version = "0.11.0"
2625source = "registry+https://github.com/rust-lang/crates.io-index"
2626checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
2627
2628[[package]]
2629name = "litemap"
2630version = "0.8.0"
2631source = "registry+https://github.com/rust-lang/crates.io-index"
2632checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
2633
2634[[package]]
2635name = "lock_api"
2636version = "0.4.14"
2637source = "registry+https://github.com/rust-lang/crates.io-index"
2638checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
2639dependencies = [
2640 "scopeguard",
2641]
2642
2643[[package]]
2644name = "log"
2645version = "0.4.28"
2646source = "registry+https://github.com/rust-lang/crates.io-index"
2647checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432"
2648
2649[[package]]
2650name = "lru"
2651version = "0.12.5"
2652source = "registry+https://github.com/rust-lang/crates.io-index"
2653checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
2654dependencies = [
2655 "hashbrown 0.15.5",
2656]
2657
2658[[package]]
2659name = "lru-cache"
2660version = "0.1.2"
2661source = "registry+https://github.com/rust-lang/crates.io-index"
2662checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"
2663dependencies = [
2664 "linked-hash-map",
2665]
2666
2667[[package]]
2668name = "lru-slab"
2669version = "0.1.2"
2670source = "registry+https://github.com/rust-lang/crates.io-index"
2671checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
2672
2673[[package]]
2674name = "malloc_buf"
2675version = "0.0.6"
2676source = "registry+https://github.com/rust-lang/crates.io-index"
2677checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
2678dependencies = [
2679 "libc",
2680]
2681
2682[[package]]
2683name = "match-lookup"
2684version = "0.1.1"
2685source = "registry+https://github.com/rust-lang/crates.io-index"
2686checksum = "1265724d8cb29dbbc2b0f06fffb8bf1a8c0cf73a78eede9ba73a4a66c52a981e"
2687dependencies = [
2688 "proc-macro2",
2689 "quote",
2690 "syn 1.0.109",
2691]
2692
2693[[package]]
2694name = "matchers"
2695version = "0.2.0"
2696source = "registry+https://github.com/rust-lang/crates.io-index"
2697checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
2698dependencies = [
2699 "regex-automata",
2700]
2701
2702[[package]]
2703name = "matchit"
2704version = "0.8.4"
2705source = "registry+https://github.com/rust-lang/crates.io-index"
2706checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
2707
2708[[package]]
2709name = "maybe-async"
2710version = "0.2.10"
2711source = "registry+https://github.com/rust-lang/crates.io-index"
2712checksum = "5cf92c10c7e361d6b99666ec1c6f9805b0bea2c3bd8c78dc6fe98ac5bd78db11"
2713dependencies = [
2714 "proc-macro2",
2715 "quote",
2716 "syn 2.0.106",
2717]
2718
2719[[package]]
2720name = "md-5"
2721version = "0.10.6"
2722source = "registry+https://github.com/rust-lang/crates.io-index"
2723checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
2724dependencies = [
2725 "cfg-if",
2726 "digest",
2727]
2728
2729[[package]]
2730name = "md5"
2731version = "0.8.0"
2732source = "registry+https://github.com/rust-lang/crates.io-index"
2733checksum = "ae960838283323069879657ca3de837e9f7bbb4c7bf6ea7f1b290d5e9476d2e0"
2734
2735[[package]]
2736name = "memchr"
2737version = "2.7.6"
2738source = "registry+https://github.com/rust-lang/crates.io-index"
2739checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
2740
2741[[package]]
2742name = "metrics"
2743version = "0.24.2"
2744source = "registry+https://github.com/rust-lang/crates.io-index"
2745checksum = "25dea7ac8057892855ec285c440160265225438c3c45072613c25a4b26e98ef5"
2746dependencies = [
2747 "ahash",
2748 "portable-atomic",
2749]
2750
2751[[package]]
2752name = "metrics-exporter-prometheus"
2753version = "0.17.2"
2754source = "registry+https://github.com/rust-lang/crates.io-index"
2755checksum = "2b166dea96003ee2531cf14833efedced545751d800f03535801d833313f8c15"
2756dependencies = [
2757 "base64 0.22.1",
2758 "indexmap",
2759 "metrics",
2760 "metrics-util",
2761 "quanta",
2762 "thiserror 2.0.17",
2763]
2764
2765[[package]]
2766name = "metrics-util"
2767version = "0.20.0"
2768source = "registry+https://github.com/rust-lang/crates.io-index"
2769checksum = "fe8db7a05415d0f919ffb905afa37784f71901c9a773188876984b4f769ab986"
2770dependencies = [
2771 "crossbeam-epoch",
2772 "crossbeam-utils",
2773 "hashbrown 0.15.5",
2774 "metrics",
2775 "quanta",
2776 "rand 0.9.2",
2777 "rand_xoshiro",
2778 "sketches-ddsketch",
2779]
2780
2781[[package]]
2782name = "miette"
2783version = "7.6.0"
2784source = "registry+https://github.com/rust-lang/crates.io-index"
2785checksum = "5f98efec8807c63c752b5bd61f862c165c115b0a35685bdcfd9238c7aeb592b7"
2786dependencies = [
2787 "cfg-if",
2788 "miette-derive",
2789 "unicode-width",
2790]
2791
2792[[package]]
2793name = "miette-derive"
2794version = "7.6.0"
2795source = "registry+https://github.com/rust-lang/crates.io-index"
2796checksum = "db5b29714e950dbb20d5e6f74f9dcec4edbcc1067bb7f8ed198c097b8c1a818b"
2797dependencies = [
2798 "proc-macro2",
2799 "quote",
2800 "syn 2.0.106",
2801]
2802
2803[[package]]
2804name = "mime"
2805version = "0.3.17"
2806source = "registry+https://github.com/rust-lang/crates.io-index"
2807checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
2808
2809[[package]]
2810name = "mime_guess"
2811version = "2.0.5"
2812source = "registry+https://github.com/rust-lang/crates.io-index"
2813checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
2814dependencies = [
2815 "mime",
2816 "unicase",
2817]
2818
2819[[package]]
2820name = "minidom"
2821version = "0.16.0"
2822source = "registry+https://github.com/rust-lang/crates.io-index"
2823checksum = "e394a0e3c7ccc2daea3dffabe82f09857b6b510cb25af87d54bf3e910ac1642d"
2824dependencies = [
2825 "rxml",
2826]
2827
2828[[package]]
2829name = "minimal-lexical"
2830version = "0.2.1"
2831source = "registry+https://github.com/rust-lang/crates.io-index"
2832checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2833
2834[[package]]
2835name = "miniz_oxide"
2836version = "0.8.9"
2837source = "registry+https://github.com/rust-lang/crates.io-index"
2838checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
2839dependencies = [
2840 "adler2",
2841 "simd-adler32",
2842]
2843
2844[[package]]
2845name = "mio"
2846version = "1.0.4"
2847source = "registry+https://github.com/rust-lang/crates.io-index"
2848checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c"
2849dependencies = [
2850 "libc",
2851 "wasi",
2852 "windows-sys 0.59.0",
2853]
2854
2855[[package]]
2856name = "moka"
2857version = "0.12.11"
2858source = "registry+https://github.com/rust-lang/crates.io-index"
2859checksum = "8261cd88c312e0004c1d51baad2980c66528dfdb2bee62003e643a4d8f86b077"
2860dependencies = [
2861 "crossbeam-channel",
2862 "crossbeam-epoch",
2863 "crossbeam-utils",
2864 "equivalent",
2865 "parking_lot",
2866 "portable-atomic",
2867 "rustc_version",
2868 "smallvec",
2869 "tagptr",
2870 "uuid",
2871]
2872
2873[[package]]
2874name = "moover-admin-cli"
2875version = "0.1.0"
2876dependencies = [
2877 "anyhow",
2878 "base64 0.22.1",
2879 "clap",
2880 "dotenvy",
2881 "env_logger",
2882 "jacquard",
2883 "jacquard-common",
2884 "lexicon_types_crate",
2885 "log",
2886 "reqwest",
2887 "rust-s3",
2888 "shared",
2889 "sqlx",
2890 "tokio",
2891]
2892
2893[[package]]
2894name = "multibase"
2895version = "0.9.2"
2896source = "registry+https://github.com/rust-lang/crates.io-index"
2897checksum = "8694bb4835f452b0e3bb06dbebb1d6fc5385b6ca1caf2e55fd165c042390ec77"
2898dependencies = [
2899 "base-x",
2900 "base256emoji",
2901 "data-encoding",
2902 "data-encoding-macro",
2903]
2904
2905[[package]]
2906name = "multihash"
2907version = "0.19.3"
2908source = "registry+https://github.com/rust-lang/crates.io-index"
2909checksum = "6b430e7953c29dd6a09afc29ff0bb69c6e306329ee6794700aee27b76a1aea8d"
2910dependencies = [
2911 "core2",
2912 "serde",
2913 "unsigned-varint",
2914]
2915
2916[[package]]
2917name = "multipart"
2918version = "0.18.0"
2919source = "registry+https://github.com/rust-lang/crates.io-index"
2920checksum = "00dec633863867f29cb39df64a397cdf4a6354708ddd7759f70c7fb51c5f9182"
2921dependencies = [
2922 "buf_redux",
2923 "httparse",
2924 "log",
2925 "mime",
2926 "mime_guess",
2927 "quick-error",
2928 "rand 0.8.5",
2929 "safemem",
2930 "tempfile",
2931 "twoway",
2932]
2933
2934[[package]]
2935name = "native-tls"
2936version = "0.2.14"
2937source = "registry+https://github.com/rust-lang/crates.io-index"
2938checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
2939dependencies = [
2940 "libc",
2941 "log",
2942 "openssl",
2943 "openssl-probe",
2944 "openssl-sys",
2945 "schannel",
2946 "security-framework",
2947 "security-framework-sys",
2948 "tempfile",
2949]
2950
2951[[package]]
2952name = "ndk-context"
2953version = "0.1.1"
2954source = "registry+https://github.com/rust-lang/crates.io-index"
2955checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
2956
2957[[package]]
2958name = "nom"
2959version = "7.1.3"
2960source = "registry+https://github.com/rust-lang/crates.io-index"
2961checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
2962dependencies = [
2963 "memchr",
2964 "minimal-lexical",
2965]
2966
2967[[package]]
2968name = "nonempty"
2969version = "0.7.0"
2970source = "registry+https://github.com/rust-lang/crates.io-index"
2971checksum = "e9e591e719385e6ebaeb5ce5d3887f7d5676fceca6411d1925ccc95745f3d6f7"
2972
2973[[package]]
2974name = "nonzero_ext"
2975version = "0.3.0"
2976source = "registry+https://github.com/rust-lang/crates.io-index"
2977checksum = "38bf9645c8b145698bb0b18a4637dcacbc421ea49bef2317e4fd8065a387cf21"
2978
2979[[package]]
2980name = "ntapi"
2981version = "0.4.1"
2982source = "registry+https://github.com/rust-lang/crates.io-index"
2983checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
2984dependencies = [
2985 "winapi",
2986]
2987
2988[[package]]
2989name = "nu-ansi-term"
2990version = "0.50.3"
2991source = "registry+https://github.com/rust-lang/crates.io-index"
2992checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
2993dependencies = [
2994 "windows-sys 0.61.2",
2995]
2996
2997[[package]]
2998name = "num-bigint"
2999version = "0.4.6"
3000source = "registry+https://github.com/rust-lang/crates.io-index"
3001checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
3002dependencies = [
3003 "num-integer",
3004 "num-traits",
3005]
3006
3007[[package]]
3008name = "num-bigint-dig"
3009version = "0.8.4"
3010source = "registry+https://github.com/rust-lang/crates.io-index"
3011checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
3012dependencies = [
3013 "byteorder",
3014 "lazy_static",
3015 "libm",
3016 "num-integer",
3017 "num-iter",
3018 "num-traits",
3019 "rand 0.8.5",
3020 "smallvec",
3021 "zeroize",
3022]
3023
3024[[package]]
3025name = "num-conv"
3026version = "0.1.0"
3027source = "registry+https://github.com/rust-lang/crates.io-index"
3028checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
3029
3030[[package]]
3031name = "num-integer"
3032version = "0.1.46"
3033source = "registry+https://github.com/rust-lang/crates.io-index"
3034checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
3035dependencies = [
3036 "num-traits",
3037]
3038
3039[[package]]
3040name = "num-iter"
3041version = "0.1.45"
3042source = "registry+https://github.com/rust-lang/crates.io-index"
3043checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
3044dependencies = [
3045 "autocfg",
3046 "num-integer",
3047 "num-traits",
3048]
3049
3050[[package]]
3051name = "num-traits"
3052version = "0.2.19"
3053source = "registry+https://github.com/rust-lang/crates.io-index"
3054checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
3055dependencies = [
3056 "autocfg",
3057 "libm",
3058]
3059
3060[[package]]
3061name = "num_cpus"
3062version = "1.17.0"
3063source = "registry+https://github.com/rust-lang/crates.io-index"
3064checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
3065dependencies = [
3066 "hermit-abi",
3067 "libc",
3068]
3069
3070[[package]]
3071name = "num_threads"
3072version = "0.1.7"
3073source = "registry+https://github.com/rust-lang/crates.io-index"
3074checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
3075dependencies = [
3076 "libc",
3077]
3078
3079[[package]]
3080name = "objc"
3081version = "0.2.7"
3082source = "registry+https://github.com/rust-lang/crates.io-index"
3083checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
3084dependencies = [
3085 "malloc_buf",
3086]
3087
3088[[package]]
3089name = "objc2-core-foundation"
3090version = "0.3.2"
3091source = "registry+https://github.com/rust-lang/crates.io-index"
3092checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
3093dependencies = [
3094 "bitflags",
3095]
3096
3097[[package]]
3098name = "objc2-io-kit"
3099version = "0.3.2"
3100source = "registry+https://github.com/rust-lang/crates.io-index"
3101checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15"
3102dependencies = [
3103 "libc",
3104 "objc2-core-foundation",
3105]
3106
3107[[package]]
3108name = "once_cell"
3109version = "1.21.3"
3110source = "registry+https://github.com/rust-lang/crates.io-index"
3111checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
3112dependencies = [
3113 "critical-section",
3114 "portable-atomic",
3115]
3116
3117[[package]]
3118name = "once_cell_polyfill"
3119version = "1.70.1"
3120source = "registry+https://github.com/rust-lang/crates.io-index"
3121checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
3122
3123[[package]]
3124name = "openssl"
3125version = "0.10.73"
3126source = "registry+https://github.com/rust-lang/crates.io-index"
3127checksum = "8505734d46c8ab1e19a1dce3aef597ad87dcb4c37e7188231769bd6bd51cebf8"
3128dependencies = [
3129 "bitflags",
3130 "cfg-if",
3131 "foreign-types",
3132 "libc",
3133 "once_cell",
3134 "openssl-macros",
3135 "openssl-sys",
3136]
3137
3138[[package]]
3139name = "openssl-macros"
3140version = "0.1.1"
3141source = "registry+https://github.com/rust-lang/crates.io-index"
3142checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
3143dependencies = [
3144 "proc-macro2",
3145 "quote",
3146 "syn 2.0.106",
3147]
3148
3149[[package]]
3150name = "openssl-probe"
3151version = "0.1.6"
3152source = "registry+https://github.com/rust-lang/crates.io-index"
3153checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
3154
3155[[package]]
3156name = "openssl-sys"
3157version = "0.9.109"
3158source = "registry+https://github.com/rust-lang/crates.io-index"
3159checksum = "90096e2e47630d78b7d1c20952dc621f957103f8bc2c8359ec81290d75238571"
3160dependencies = [
3161 "cc",
3162 "libc",
3163 "pkg-config",
3164 "vcpkg",
3165]
3166
3167[[package]]
3168name = "ordered-multimap"
3169version = "0.7.3"
3170source = "registry+https://github.com/rust-lang/crates.io-index"
3171checksum = "49203cdcae0030493bad186b28da2fa25645fa276a51b6fec8010d281e02ef79"
3172dependencies = [
3173 "dlv-list",
3174 "hashbrown 0.14.5",
3175]
3176
3177[[package]]
3178name = "ouroboros"
3179version = "0.18.5"
3180source = "registry+https://github.com/rust-lang/crates.io-index"
3181checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
3182dependencies = [
3183 "aliasable",
3184 "ouroboros_macro",
3185 "static_assertions",
3186]
3187
3188[[package]]
3189name = "ouroboros_macro"
3190version = "0.18.5"
3191source = "registry+https://github.com/rust-lang/crates.io-index"
3192checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
3193dependencies = [
3194 "heck 0.4.1",
3195 "proc-macro2",
3196 "proc-macro2-diagnostics",
3197 "quote",
3198 "syn 2.0.106",
3199]
3200
3201[[package]]
3202name = "p256"
3203version = "0.13.2"
3204source = "registry+https://github.com/rust-lang/crates.io-index"
3205checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b"
3206dependencies = [
3207 "ecdsa",
3208 "elliptic-curve",
3209 "primeorder",
3210 "sha2",
3211]
3212
3213[[package]]
3214name = "p384"
3215version = "0.13.1"
3216source = "registry+https://github.com/rust-lang/crates.io-index"
3217checksum = "fe42f1670a52a47d448f14b6a5c61dd78fce51856e68edaa38f7ae3a46b8d6b6"
3218dependencies = [
3219 "ecdsa",
3220 "elliptic-curve",
3221 "primeorder",
3222 "sha2",
3223]
3224
3225[[package]]
3226name = "parking"
3227version = "2.2.1"
3228source = "registry+https://github.com/rust-lang/crates.io-index"
3229checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
3230
3231[[package]]
3232name = "parking_lot"
3233version = "0.12.5"
3234source = "registry+https://github.com/rust-lang/crates.io-index"
3235checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
3236dependencies = [
3237 "lock_api",
3238 "parking_lot_core",
3239]
3240
3241[[package]]
3242name = "parking_lot_core"
3243version = "0.9.12"
3244source = "registry+https://github.com/rust-lang/crates.io-index"
3245checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
3246dependencies = [
3247 "cfg-if",
3248 "libc",
3249 "redox_syscall",
3250 "smallvec",
3251 "windows-link 0.2.1",
3252]
3253
3254[[package]]
3255name = "pem-rfc7468"
3256version = "0.7.0"
3257source = "registry+https://github.com/rust-lang/crates.io-index"
3258checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
3259dependencies = [
3260 "base64ct",
3261]
3262
3263[[package]]
3264name = "percent-encoding"
3265version = "2.3.2"
3266source = "registry+https://github.com/rust-lang/crates.io-index"
3267checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
3268
3269[[package]]
3270name = "pin-project"
3271version = "1.1.10"
3272source = "registry+https://github.com/rust-lang/crates.io-index"
3273checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
3274dependencies = [
3275 "pin-project-internal",
3276]
3277
3278[[package]]
3279name = "pin-project-internal"
3280version = "1.1.10"
3281source = "registry+https://github.com/rust-lang/crates.io-index"
3282checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
3283dependencies = [
3284 "proc-macro2",
3285 "quote",
3286 "syn 2.0.106",
3287]
3288
3289[[package]]
3290name = "pin-project-lite"
3291version = "0.2.16"
3292source = "registry+https://github.com/rust-lang/crates.io-index"
3293checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
3294
3295[[package]]
3296name = "pin-utils"
3297version = "0.1.0"
3298source = "registry+https://github.com/rust-lang/crates.io-index"
3299checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
3300
3301[[package]]
3302name = "pkcs1"
3303version = "0.7.5"
3304source = "registry+https://github.com/rust-lang/crates.io-index"
3305checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
3306dependencies = [
3307 "der",
3308 "pkcs8",
3309 "spki",
3310]
3311
3312[[package]]
3313name = "pkcs8"
3314version = "0.10.2"
3315source = "registry+https://github.com/rust-lang/crates.io-index"
3316checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
3317dependencies = [
3318 "der",
3319 "spki",
3320]
3321
3322[[package]]
3323name = "pkg-config"
3324version = "0.3.32"
3325source = "registry+https://github.com/rust-lang/crates.io-index"
3326checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
3327
3328[[package]]
3329name = "portable-atomic"
3330version = "1.11.1"
3331source = "registry+https://github.com/rust-lang/crates.io-index"
3332checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
3333
3334[[package]]
3335name = "portable-atomic-util"
3336version = "0.2.4"
3337source = "registry+https://github.com/rust-lang/crates.io-index"
3338checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
3339dependencies = [
3340 "portable-atomic",
3341]
3342
3343[[package]]
3344name = "potential_utf"
3345version = "0.1.3"
3346source = "registry+https://github.com/rust-lang/crates.io-index"
3347checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
3348dependencies = [
3349 "zerovec",
3350]
3351
3352[[package]]
3353name = "powerfmt"
3354version = "0.2.0"
3355source = "registry+https://github.com/rust-lang/crates.io-index"
3356checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
3357
3358[[package]]
3359name = "ppv-lite86"
3360version = "0.2.21"
3361source = "registry+https://github.com/rust-lang/crates.io-index"
3362checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
3363dependencies = [
3364 "zerocopy",
3365]
3366
3367[[package]]
3368name = "prettyplease"
3369version = "0.2.37"
3370source = "registry+https://github.com/rust-lang/crates.io-index"
3371checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
3372dependencies = [
3373 "proc-macro2",
3374 "syn 2.0.106",
3375]
3376
3377[[package]]
3378name = "primeorder"
3379version = "0.13.6"
3380source = "registry+https://github.com/rust-lang/crates.io-index"
3381checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6"
3382dependencies = [
3383 "elliptic-curve",
3384]
3385
3386[[package]]
3387name = "proc-macro-error"
3388version = "0.4.12"
3389source = "registry+https://github.com/rust-lang/crates.io-index"
3390checksum = "18f33027081eba0a6d8aba6d1b1c3a3be58cbb12106341c2d5759fcd9b5277e7"
3391dependencies = [
3392 "proc-macro-error-attr 0.4.12",
3393 "proc-macro2",
3394 "quote",
3395 "syn 1.0.109",
3396 "version_check",
3397]
3398
3399[[package]]
3400name = "proc-macro-error"
3401version = "1.0.4"
3402source = "registry+https://github.com/rust-lang/crates.io-index"
3403checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
3404dependencies = [
3405 "proc-macro-error-attr 1.0.4",
3406 "proc-macro2",
3407 "quote",
3408 "syn 1.0.109",
3409 "version_check",
3410]
3411
3412[[package]]
3413name = "proc-macro-error-attr"
3414version = "0.4.12"
3415source = "registry+https://github.com/rust-lang/crates.io-index"
3416checksum = "8a5b4b77fdb63c1eca72173d68d24501c54ab1269409f6b672c85deb18af69de"
3417dependencies = [
3418 "proc-macro2",
3419 "quote",
3420 "syn 1.0.109",
3421 "syn-mid",
3422 "version_check",
3423]
3424
3425[[package]]
3426name = "proc-macro-error-attr"
3427version = "1.0.4"
3428source = "registry+https://github.com/rust-lang/crates.io-index"
3429checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
3430dependencies = [
3431 "proc-macro2",
3432 "quote",
3433 "version_check",
3434]
3435
3436[[package]]
3437name = "proc-macro-hack"
3438version = "0.5.20+deprecated"
3439source = "registry+https://github.com/rust-lang/crates.io-index"
3440checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"
3441
3442[[package]]
3443name = "proc-macro2"
3444version = "1.0.101"
3445source = "registry+https://github.com/rust-lang/crates.io-index"
3446checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
3447dependencies = [
3448 "unicode-ident",
3449]
3450
3451[[package]]
3452name = "proc-macro2-diagnostics"
3453version = "0.10.1"
3454source = "registry+https://github.com/rust-lang/crates.io-index"
3455checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
3456dependencies = [
3457 "proc-macro2",
3458 "quote",
3459 "syn 2.0.106",
3460 "version_check",
3461 "yansi",
3462]
3463
3464[[package]]
3465name = "quanta"
3466version = "0.12.6"
3467source = "registry+https://github.com/rust-lang/crates.io-index"
3468checksum = "f3ab5a9d756f0d97bdc89019bd2e4ea098cf9cde50ee7564dde6b81ccc8f06c7"
3469dependencies = [
3470 "crossbeam-utils",
3471 "libc",
3472 "once_cell",
3473 "raw-cpuid",
3474 "wasi",
3475 "web-sys",
3476 "winapi",
3477]
3478
3479[[package]]
3480name = "quick-error"
3481version = "1.2.3"
3482source = "registry+https://github.com/rust-lang/crates.io-index"
3483checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
3484
3485[[package]]
3486name = "quick-xml"
3487version = "0.38.3"
3488source = "registry+https://github.com/rust-lang/crates.io-index"
3489checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89"
3490dependencies = [
3491 "memchr",
3492 "serde",
3493]
3494
3495[[package]]
3496name = "quinn"
3497version = "0.11.9"
3498source = "registry+https://github.com/rust-lang/crates.io-index"
3499checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
3500dependencies = [
3501 "bytes",
3502 "cfg_aliases",
3503 "pin-project-lite",
3504 "quinn-proto",
3505 "quinn-udp",
3506 "rustc-hash",
3507 "rustls",
3508 "socket2 0.6.0",
3509 "thiserror 2.0.17",
3510 "tokio",
3511 "tracing",
3512 "web-time",
3513]
3514
3515[[package]]
3516name = "quinn-proto"
3517version = "0.11.13"
3518source = "registry+https://github.com/rust-lang/crates.io-index"
3519checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
3520dependencies = [
3521 "bytes",
3522 "getrandom 0.3.4",
3523 "lru-slab",
3524 "rand 0.9.2",
3525 "ring",
3526 "rustc-hash",
3527 "rustls",
3528 "rustls-pki-types",
3529 "slab",
3530 "thiserror 2.0.17",
3531 "tinyvec",
3532 "tracing",
3533 "web-time",
3534]
3535
3536[[package]]
3537name = "quinn-udp"
3538version = "0.5.14"
3539source = "registry+https://github.com/rust-lang/crates.io-index"
3540checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
3541dependencies = [
3542 "cfg_aliases",
3543 "libc",
3544 "once_cell",
3545 "socket2 0.6.0",
3546 "tracing",
3547 "windows-sys 0.60.2",
3548]
3549
3550[[package]]
3551name = "quote"
3552version = "1.0.41"
3553source = "registry+https://github.com/rust-lang/crates.io-index"
3554checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
3555dependencies = [
3556 "proc-macro2",
3557]
3558
3559[[package]]
3560name = "r-efi"
3561version = "5.3.0"
3562source = "registry+https://github.com/rust-lang/crates.io-index"
3563checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
3564
3565[[package]]
3566name = "rand"
3567version = "0.8.5"
3568source = "registry+https://github.com/rust-lang/crates.io-index"
3569checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
3570dependencies = [
3571 "libc",
3572 "rand_chacha 0.3.1",
3573 "rand_core 0.6.4",
3574]
3575
3576[[package]]
3577name = "rand"
3578version = "0.9.2"
3579source = "registry+https://github.com/rust-lang/crates.io-index"
3580checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
3581dependencies = [
3582 "rand_chacha 0.9.0",
3583 "rand_core 0.9.3",
3584]
3585
3586[[package]]
3587name = "rand_chacha"
3588version = "0.3.1"
3589source = "registry+https://github.com/rust-lang/crates.io-index"
3590checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
3591dependencies = [
3592 "ppv-lite86",
3593 "rand_core 0.6.4",
3594]
3595
3596[[package]]
3597name = "rand_chacha"
3598version = "0.9.0"
3599source = "registry+https://github.com/rust-lang/crates.io-index"
3600checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
3601dependencies = [
3602 "ppv-lite86",
3603 "rand_core 0.9.3",
3604]
3605
3606[[package]]
3607name = "rand_core"
3608version = "0.6.4"
3609source = "registry+https://github.com/rust-lang/crates.io-index"
3610checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
3611dependencies = [
3612 "getrandom 0.2.16",
3613]
3614
3615[[package]]
3616name = "rand_core"
3617version = "0.9.3"
3618source = "registry+https://github.com/rust-lang/crates.io-index"
3619checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
3620dependencies = [
3621 "getrandom 0.3.4",
3622]
3623
3624[[package]]
3625name = "rand_xoshiro"
3626version = "0.7.0"
3627source = "registry+https://github.com/rust-lang/crates.io-index"
3628checksum = "f703f4665700daf5512dcca5f43afa6af89f09db47fb56be587f80636bda2d41"
3629dependencies = [
3630 "rand_core 0.9.3",
3631]
3632
3633[[package]]
3634name = "range-traits"
3635version = "0.3.2"
3636source = "registry+https://github.com/rust-lang/crates.io-index"
3637checksum = "d20581732dd76fa913c7dff1a2412b714afe3573e94d41c34719de73337cc8ab"
3638
3639[[package]]
3640name = "raw-cpuid"
3641version = "11.6.0"
3642source = "registry+https://github.com/rust-lang/crates.io-index"
3643checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
3644dependencies = [
3645 "bitflags",
3646]
3647
3648[[package]]
3649name = "raw-window-handle"
3650version = "0.5.2"
3651source = "registry+https://github.com/rust-lang/crates.io-index"
3652checksum = "f2ff9a1f06a88b01621b7ae906ef0211290d1c8a168a15542486a8f61c0833b9"
3653
3654[[package]]
3655name = "redox_syscall"
3656version = "0.5.18"
3657source = "registry+https://github.com/rust-lang/crates.io-index"
3658checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
3659dependencies = [
3660 "bitflags",
3661]
3662
3663[[package]]
3664name = "regex"
3665version = "1.12.1"
3666source = "registry+https://github.com/rust-lang/crates.io-index"
3667checksum = "4a52d8d02cacdb176ef4678de6c052efb4b3da14b78e4db683a4252762be5433"
3668dependencies = [
3669 "aho-corasick",
3670 "memchr",
3671 "regex-automata",
3672 "regex-syntax",
3673]
3674
3675[[package]]
3676name = "regex-automata"
3677version = "0.4.12"
3678source = "registry+https://github.com/rust-lang/crates.io-index"
3679checksum = "722166aa0d7438abbaa4d5cc2c649dac844e8c56d82fb3d33e9c34b5cd268fc6"
3680dependencies = [
3681 "aho-corasick",
3682 "memchr",
3683 "regex-syntax",
3684]
3685
3686[[package]]
3687name = "regex-syntax"
3688version = "0.8.7"
3689source = "registry+https://github.com/rust-lang/crates.io-index"
3690checksum = "c3160422bbd54dd5ecfdca71e5fd59b7b8fe2b1697ab2baf64f6d05dcc66d298"
3691
3692[[package]]
3693name = "reqwest"
3694version = "0.12.23"
3695source = "registry+https://github.com/rust-lang/crates.io-index"
3696checksum = "d429f34c8092b2d42c7c93cec323bb4adeb7c67698f70839adec842ec10c7ceb"
3697dependencies = [
3698 "async-compression",
3699 "base64 0.22.1",
3700 "bytes",
3701 "encoding_rs",
3702 "futures-core",
3703 "futures-util",
3704 "h2",
3705 "http",
3706 "http-body",
3707 "http-body-util",
3708 "hyper",
3709 "hyper-rustls",
3710 "hyper-tls",
3711 "hyper-util",
3712 "js-sys",
3713 "log",
3714 "mime",
3715 "native-tls",
3716 "percent-encoding",
3717 "pin-project-lite",
3718 "quinn",
3719 "rustls",
3720 "rustls-pki-types",
3721 "serde",
3722 "serde_json",
3723 "serde_urlencoded",
3724 "sync_wrapper",
3725 "tokio",
3726 "tokio-native-tls",
3727 "tokio-rustls",
3728 "tokio-util",
3729 "tower",
3730 "tower-http",
3731 "tower-service",
3732 "url",
3733 "wasm-bindgen",
3734 "wasm-bindgen-futures",
3735 "wasm-streams",
3736 "web-sys",
3737 "webpki-roots 1.0.3",
3738]
3739
3740[[package]]
3741name = "resolv-conf"
3742version = "0.7.5"
3743source = "registry+https://github.com/rust-lang/crates.io-index"
3744checksum = "6b3789b30bd25ba102de4beabd95d21ac45b69b1be7d14522bab988c526d6799"
3745
3746[[package]]
3747name = "rfc6979"
3748version = "0.4.0"
3749source = "registry+https://github.com/rust-lang/crates.io-index"
3750checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"
3751dependencies = [
3752 "hmac",
3753 "subtle",
3754]
3755
3756[[package]]
3757name = "ring"
3758version = "0.17.14"
3759source = "registry+https://github.com/rust-lang/crates.io-index"
3760checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
3761dependencies = [
3762 "cc",
3763 "cfg-if",
3764 "getrandom 0.2.16",
3765 "libc",
3766 "untrusted",
3767 "windows-sys 0.52.0",
3768]
3769
3770[[package]]
3771name = "rouille"
3772version = "3.6.2"
3773source = "registry+https://github.com/rust-lang/crates.io-index"
3774checksum = "3716fbf57fc1084d7a706adf4e445298d123e4a44294c4e8213caf1b85fcc921"
3775dependencies = [
3776 "base64 0.13.1",
3777 "brotli 3.5.0",
3778 "chrono",
3779 "deflate",
3780 "filetime",
3781 "multipart",
3782 "percent-encoding",
3783 "rand 0.8.5",
3784 "serde",
3785 "serde_derive",
3786 "serde_json",
3787 "sha1_smol",
3788 "threadpool",
3789 "time",
3790 "tiny_http",
3791 "url",
3792]
3793
3794[[package]]
3795name = "rsa"
3796version = "0.9.8"
3797source = "registry+https://github.com/rust-lang/crates.io-index"
3798checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
3799dependencies = [
3800 "const-oid",
3801 "digest",
3802 "num-bigint-dig",
3803 "num-integer",
3804 "num-traits",
3805 "pkcs1",
3806 "pkcs8",
3807 "rand_core 0.6.4",
3808 "signature",
3809 "spki",
3810 "subtle",
3811 "zeroize",
3812]
3813
3814[[package]]
3815name = "rust-ini"
3816version = "0.21.3"
3817source = "registry+https://github.com/rust-lang/crates.io-index"
3818checksum = "796e8d2b6696392a43bea58116b667fb4c29727dc5abd27d6acf338bb4f688c7"
3819dependencies = [
3820 "cfg-if",
3821 "ordered-multimap",
3822]
3823
3824[[package]]
3825name = "rust-s3"
3826version = "0.37.0"
3827source = "registry+https://github.com/rust-lang/crates.io-index"
3828checksum = "94f9b973bd4097f5bb47e5827dcb9fb5dc17e93879e46badc27d2a4e9a4e5588"
3829dependencies = [
3830 "async-trait",
3831 "aws-creds",
3832 "aws-region",
3833 "base64 0.22.1",
3834 "bytes",
3835 "cfg-if",
3836 "futures-util",
3837 "hex",
3838 "hmac",
3839 "http",
3840 "log",
3841 "maybe-async",
3842 "md5",
3843 "minidom",
3844 "percent-encoding",
3845 "quick-xml",
3846 "reqwest",
3847 "serde",
3848 "serde_derive",
3849 "serde_json",
3850 "sha2",
3851 "sysinfo",
3852 "thiserror 2.0.17",
3853 "time",
3854 "tokio",
3855 "tokio-stream",
3856 "url",
3857]
3858
3859[[package]]
3860name = "rustc-hash"
3861version = "2.1.1"
3862source = "registry+https://github.com/rust-lang/crates.io-index"
3863checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
3864
3865[[package]]
3866name = "rustc_version"
3867version = "0.4.1"
3868source = "registry+https://github.com/rust-lang/crates.io-index"
3869checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
3870dependencies = [
3871 "semver",
3872]
3873
3874[[package]]
3875name = "rustix"
3876version = "1.1.2"
3877source = "registry+https://github.com/rust-lang/crates.io-index"
3878checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
3879dependencies = [
3880 "bitflags",
3881 "errno",
3882 "libc",
3883 "linux-raw-sys",
3884 "windows-sys 0.61.2",
3885]
3886
3887[[package]]
3888name = "rustls"
3889version = "0.23.32"
3890source = "registry+https://github.com/rust-lang/crates.io-index"
3891checksum = "cd3c25631629d034ce7cd9940adc9d45762d46de2b0f57193c4443b92c6d4d40"
3892dependencies = [
3893 "once_cell",
3894 "ring",
3895 "rustls-pki-types",
3896 "rustls-webpki",
3897 "subtle",
3898 "zeroize",
3899]
3900
3901[[package]]
3902name = "rustls-pki-types"
3903version = "1.12.0"
3904source = "registry+https://github.com/rust-lang/crates.io-index"
3905checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
3906dependencies = [
3907 "web-time",
3908 "zeroize",
3909]
3910
3911[[package]]
3912name = "rustls-webpki"
3913version = "0.103.7"
3914source = "registry+https://github.com/rust-lang/crates.io-index"
3915checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf"
3916dependencies = [
3917 "ring",
3918 "rustls-pki-types",
3919 "untrusted",
3920]
3921
3922[[package]]
3923name = "rustversion"
3924version = "1.0.22"
3925source = "registry+https://github.com/rust-lang/crates.io-index"
3926checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
3927
3928[[package]]
3929name = "rxml"
3930version = "0.11.1"
3931source = "registry+https://github.com/rust-lang/crates.io-index"
3932checksum = "65bc94b580d0f5a6b7a2d604e597513d3c673154b52ddeccd1d5c32360d945ee"
3933dependencies = [
3934 "bytes",
3935 "rxml_validation",
3936]
3937
3938[[package]]
3939name = "rxml_validation"
3940version = "0.11.0"
3941source = "registry+https://github.com/rust-lang/crates.io-index"
3942checksum = "826e80413b9a35e9d33217b3dcac04cf95f6559d15944b93887a08be5496c4a4"
3943dependencies = [
3944 "compact_str",
3945]
3946
3947[[package]]
3948name = "ryu"
3949version = "1.0.20"
3950source = "registry+https://github.com/rust-lang/crates.io-index"
3951checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
3952
3953[[package]]
3954name = "safemem"
3955version = "0.3.3"
3956source = "registry+https://github.com/rust-lang/crates.io-index"
3957checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
3958
3959[[package]]
3960name = "same-file"
3961version = "1.0.6"
3962source = "registry+https://github.com/rust-lang/crates.io-index"
3963checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
3964dependencies = [
3965 "winapi-util",
3966]
3967
3968[[package]]
3969name = "schannel"
3970version = "0.1.28"
3971source = "registry+https://github.com/rust-lang/crates.io-index"
3972checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
3973dependencies = [
3974 "windows-sys 0.61.2",
3975]
3976
3977[[package]]
3978name = "scopeguard"
3979version = "1.2.0"
3980source = "registry+https://github.com/rust-lang/crates.io-index"
3981checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
3982
3983[[package]]
3984name = "sec1"
3985version = "0.7.3"
3986source = "registry+https://github.com/rust-lang/crates.io-index"
3987checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc"
3988dependencies = [
3989 "base16ct",
3990 "der",
3991 "generic-array",
3992 "pkcs8",
3993 "serdect",
3994 "subtle",
3995 "zeroize",
3996]
3997
3998[[package]]
3999name = "secp256k1"
4000version = "0.30.0"
4001source = "registry+https://github.com/rust-lang/crates.io-index"
4002checksum = "b50c5943d326858130af85e049f2661ba3c78b26589b8ab98e65e80ae44a1252"
4003dependencies = [
4004 "bitcoin_hashes",
4005 "rand 0.8.5",
4006 "secp256k1-sys",
4007]
4008
4009[[package]]
4010name = "secp256k1-sys"
4011version = "0.10.1"
4012source = "registry+https://github.com/rust-lang/crates.io-index"
4013checksum = "d4387882333d3aa8cb20530a17c69a3752e97837832f34f6dccc760e715001d9"
4014dependencies = [
4015 "cc",
4016]
4017
4018[[package]]
4019name = "security-framework"
4020version = "2.11.1"
4021source = "registry+https://github.com/rust-lang/crates.io-index"
4022checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
4023dependencies = [
4024 "bitflags",
4025 "core-foundation",
4026 "core-foundation-sys",
4027 "libc",
4028 "security-framework-sys",
4029]
4030
4031[[package]]
4032name = "security-framework-sys"
4033version = "2.15.0"
4034source = "registry+https://github.com/rust-lang/crates.io-index"
4035checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
4036dependencies = [
4037 "core-foundation-sys",
4038 "libc",
4039]
4040
4041[[package]]
4042name = "semver"
4043version = "1.0.27"
4044source = "registry+https://github.com/rust-lang/crates.io-index"
4045checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
4046
4047[[package]]
4048name = "sentry-core"
4049version = "0.42.0"
4050source = "registry+https://github.com/rust-lang/crates.io-index"
4051checksum = "deaa38b94e70820ff3f1f9db3c8b0aef053b667be130f618e615e0ff2492cbcc"
4052dependencies = [
4053 "sentry-types",
4054 "serde",
4055 "serde_json",
4056 "url",
4057]
4058
4059[[package]]
4060name = "sentry-types"
4061version = "0.42.0"
4062source = "registry+https://github.com/rust-lang/crates.io-index"
4063checksum = "e477f4d4db08ddb4ab553717a8d3a511bc9e81dde0c808c680feacbb8105c412"
4064dependencies = [
4065 "debugid",
4066 "hex",
4067 "rand 0.9.2",
4068 "serde",
4069 "serde_json",
4070 "thiserror 2.0.17",
4071 "time",
4072 "url",
4073 "uuid",
4074]
4075
4076[[package]]
4077name = "serde"
4078version = "1.0.228"
4079source = "registry+https://github.com/rust-lang/crates.io-index"
4080checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
4081dependencies = [
4082 "serde_core",
4083 "serde_derive",
4084]
4085
4086[[package]]
4087name = "serde_bytes"
4088version = "0.11.19"
4089source = "registry+https://github.com/rust-lang/crates.io-index"
4090checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
4091dependencies = [
4092 "serde",
4093 "serde_core",
4094]
4095
4096[[package]]
4097name = "serde_core"
4098version = "1.0.228"
4099source = "registry+https://github.com/rust-lang/crates.io-index"
4100checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
4101dependencies = [
4102 "serde_derive",
4103]
4104
4105[[package]]
4106name = "serde_derive"
4107version = "1.0.228"
4108source = "registry+https://github.com/rust-lang/crates.io-index"
4109checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
4110dependencies = [
4111 "proc-macro2",
4112 "quote",
4113 "syn 2.0.106",
4114]
4115
4116[[package]]
4117name = "serde_html_form"
4118version = "0.2.8"
4119source = "registry+https://github.com/rust-lang/crates.io-index"
4120checksum = "b2f2d7ff8a2140333718bb329f5c40fc5f0865b84c426183ce14c97d2ab8154f"
4121dependencies = [
4122 "form_urlencoded",
4123 "indexmap",
4124 "itoa",
4125 "ryu",
4126 "serde_core",
4127]
4128
4129[[package]]
4130name = "serde_ipld_dagcbor"
4131version = "0.6.4"
4132source = "registry+https://github.com/rust-lang/crates.io-index"
4133checksum = "46182f4f08349a02b45c998ba3215d3f9de826246ba02bb9dddfe9a2a2100778"
4134dependencies = [
4135 "cbor4ii",
4136 "ipld-core",
4137 "scopeguard",
4138 "serde",
4139]
4140
4141[[package]]
4142name = "serde_json"
4143version = "1.0.145"
4144source = "registry+https://github.com/rust-lang/crates.io-index"
4145checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
4146dependencies = [
4147 "itoa",
4148 "memchr",
4149 "ryu",
4150 "serde",
4151 "serde_core",
4152]
4153
4154[[package]]
4155name = "serde_path_to_error"
4156version = "0.1.20"
4157source = "registry+https://github.com/rust-lang/crates.io-index"
4158checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
4159dependencies = [
4160 "itoa",
4161 "serde",
4162 "serde_core",
4163]
4164
4165[[package]]
4166name = "serde_urlencoded"
4167version = "0.7.1"
4168source = "registry+https://github.com/rust-lang/crates.io-index"
4169checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
4170dependencies = [
4171 "form_urlencoded",
4172 "itoa",
4173 "ryu",
4174 "serde",
4175]
4176
4177[[package]]
4178name = "serdect"
4179version = "0.2.0"
4180source = "registry+https://github.com/rust-lang/crates.io-index"
4181checksum = "a84f14a19e9a014bb9f4512488d9829a68e04ecabffb0f9904cd1ace94598177"
4182dependencies = [
4183 "base16ct",
4184 "serde",
4185]
4186
4187[[package]]
4188name = "sha1"
4189version = "0.10.6"
4190source = "registry+https://github.com/rust-lang/crates.io-index"
4191checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
4192dependencies = [
4193 "cfg-if",
4194 "cpufeatures",
4195 "digest",
4196]
4197
4198[[package]]
4199name = "sha1_smol"
4200version = "1.0.1"
4201source = "registry+https://github.com/rust-lang/crates.io-index"
4202checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
4203
4204[[package]]
4205name = "sha2"
4206version = "0.10.9"
4207source = "registry+https://github.com/rust-lang/crates.io-index"
4208checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
4209dependencies = [
4210 "cfg-if",
4211 "cpufeatures",
4212 "digest",
4213]
4214
4215[[package]]
4216name = "sharded-slab"
4217version = "0.1.7"
4218source = "registry+https://github.com/rust-lang/crates.io-index"
4219checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
4220dependencies = [
4221 "lazy_static",
4222]
4223
4224[[package]]
4225name = "shared"
4226version = "0.1.0"
4227dependencies = [
4228 "anyhow",
4229 "apalis",
4230 "apalis-cron",
4231 "apalis-sql",
4232 "async-compression",
4233 "chrono",
4234 "futures",
4235 "jacquard-api",
4236 "jacquard-common",
4237 "lexicon_types_crate",
4238 "log",
4239 "reqwest",
4240 "rust-s3",
4241 "serde",
4242 "serde_json",
4243 "sqlx",
4244 "tokio-util",
4245]
4246
4247[[package]]
4248name = "shlex"
4249version = "1.3.0"
4250source = "registry+https://github.com/rust-lang/crates.io-index"
4251checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
4252
4253[[package]]
4254name = "signal-hook-registry"
4255version = "1.4.6"
4256source = "registry+https://github.com/rust-lang/crates.io-index"
4257checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
4258dependencies = [
4259 "libc",
4260]
4261
4262[[package]]
4263name = "signature"
4264version = "2.2.0"
4265source = "registry+https://github.com/rust-lang/crates.io-index"
4266checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
4267dependencies = [
4268 "digest",
4269 "rand_core 0.6.4",
4270]
4271
4272[[package]]
4273name = "simd-adler32"
4274version = "0.3.7"
4275source = "registry+https://github.com/rust-lang/crates.io-index"
4276checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
4277
4278[[package]]
4279name = "sketches-ddsketch"
4280version = "0.3.0"
4281source = "registry+https://github.com/rust-lang/crates.io-index"
4282checksum = "c1e9a774a6c28142ac54bb25d25562e6bcf957493a184f15ad4eebccb23e410a"
4283
4284[[package]]
4285name = "slab"
4286version = "0.4.11"
4287source = "registry+https://github.com/rust-lang/crates.io-index"
4288checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
4289
4290[[package]]
4291name = "smallvec"
4292version = "1.15.1"
4293source = "registry+https://github.com/rust-lang/crates.io-index"
4294checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
4295dependencies = [
4296 "serde",
4297]
4298
4299[[package]]
4300name = "smol_str"
4301version = "0.3.2"
4302source = "registry+https://github.com/rust-lang/crates.io-index"
4303checksum = "9676b89cd56310a87b93dec47b11af744f34d5fc9f367b829474eec0a891350d"
4304dependencies = [
4305 "borsh",
4306 "serde",
4307]
4308
4309[[package]]
4310name = "socket2"
4311version = "0.5.10"
4312source = "registry+https://github.com/rust-lang/crates.io-index"
4313checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
4314dependencies = [
4315 "libc",
4316 "windows-sys 0.52.0",
4317]
4318
4319[[package]]
4320name = "socket2"
4321version = "0.6.0"
4322source = "registry+https://github.com/rust-lang/crates.io-index"
4323checksum = "233504af464074f9d066d7b5416c5f9b894a5862a6506e306f7b816cdd6f1807"
4324dependencies = [
4325 "libc",
4326 "windows-sys 0.59.0",
4327]
4328
4329[[package]]
4330name = "spin"
4331version = "0.9.8"
4332source = "registry+https://github.com/rust-lang/crates.io-index"
4333checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
4334dependencies = [
4335 "lock_api",
4336]
4337
4338[[package]]
4339name = "spinning_top"
4340version = "0.3.0"
4341source = "registry+https://github.com/rust-lang/crates.io-index"
4342checksum = "d96d2d1d716fb500937168cc09353ffdc7a012be8475ac7308e1bdf0e3923300"
4343dependencies = [
4344 "lock_api",
4345]
4346
4347[[package]]
4348name = "spki"
4349version = "0.7.3"
4350source = "registry+https://github.com/rust-lang/crates.io-index"
4351checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
4352dependencies = [
4353 "base64ct",
4354 "der",
4355]
4356
4357[[package]]
4358name = "sqlx"
4359version = "0.8.6"
4360source = "registry+https://github.com/rust-lang/crates.io-index"
4361checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
4362dependencies = [
4363 "sqlx-core",
4364 "sqlx-macros",
4365 "sqlx-mysql",
4366 "sqlx-postgres",
4367 "sqlx-sqlite",
4368]
4369
4370[[package]]
4371name = "sqlx-core"
4372version = "0.8.6"
4373source = "registry+https://github.com/rust-lang/crates.io-index"
4374checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
4375dependencies = [
4376 "base64 0.22.1",
4377 "bigdecimal",
4378 "bytes",
4379 "chrono",
4380 "crc",
4381 "crossbeam-queue",
4382 "either",
4383 "event-listener",
4384 "futures-core",
4385 "futures-intrusive",
4386 "futures-io",
4387 "futures-util",
4388 "hashbrown 0.15.5",
4389 "hashlink",
4390 "indexmap",
4391 "log",
4392 "memchr",
4393 "once_cell",
4394 "percent-encoding",
4395 "rustls",
4396 "serde",
4397 "serde_json",
4398 "sha2",
4399 "smallvec",
4400 "thiserror 2.0.17",
4401 "tokio",
4402 "tokio-stream",
4403 "tracing",
4404 "url",
4405 "uuid",
4406 "webpki-roots 0.26.11",
4407]
4408
4409[[package]]
4410name = "sqlx-macros"
4411version = "0.8.6"
4412source = "registry+https://github.com/rust-lang/crates.io-index"
4413checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
4414dependencies = [
4415 "proc-macro2",
4416 "quote",
4417 "sqlx-core",
4418 "sqlx-macros-core",
4419 "syn 2.0.106",
4420]
4421
4422[[package]]
4423name = "sqlx-macros-core"
4424version = "0.8.6"
4425source = "registry+https://github.com/rust-lang/crates.io-index"
4426checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
4427dependencies = [
4428 "dotenvy",
4429 "either",
4430 "heck 0.5.0",
4431 "hex",
4432 "once_cell",
4433 "proc-macro2",
4434 "quote",
4435 "serde",
4436 "serde_json",
4437 "sha2",
4438 "sqlx-core",
4439 "sqlx-mysql",
4440 "sqlx-postgres",
4441 "sqlx-sqlite",
4442 "syn 2.0.106",
4443 "tokio",
4444 "url",
4445]
4446
4447[[package]]
4448name = "sqlx-mysql"
4449version = "0.8.6"
4450source = "registry+https://github.com/rust-lang/crates.io-index"
4451checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
4452dependencies = [
4453 "atoi",
4454 "base64 0.22.1",
4455 "bigdecimal",
4456 "bitflags",
4457 "byteorder",
4458 "bytes",
4459 "chrono",
4460 "crc",
4461 "digest",
4462 "dotenvy",
4463 "either",
4464 "futures-channel",
4465 "futures-core",
4466 "futures-io",
4467 "futures-util",
4468 "generic-array",
4469 "hex",
4470 "hkdf",
4471 "hmac",
4472 "itoa",
4473 "log",
4474 "md-5",
4475 "memchr",
4476 "once_cell",
4477 "percent-encoding",
4478 "rand 0.8.5",
4479 "rsa",
4480 "serde",
4481 "sha1",
4482 "sha2",
4483 "smallvec",
4484 "sqlx-core",
4485 "stringprep",
4486 "thiserror 2.0.17",
4487 "tracing",
4488 "uuid",
4489 "whoami",
4490]
4491
4492[[package]]
4493name = "sqlx-postgres"
4494version = "0.8.6"
4495source = "registry+https://github.com/rust-lang/crates.io-index"
4496checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
4497dependencies = [
4498 "atoi",
4499 "base64 0.22.1",
4500 "bigdecimal",
4501 "bitflags",
4502 "byteorder",
4503 "chrono",
4504 "crc",
4505 "dotenvy",
4506 "etcetera",
4507 "futures-channel",
4508 "futures-core",
4509 "futures-util",
4510 "hex",
4511 "hkdf",
4512 "hmac",
4513 "home",
4514 "itoa",
4515 "log",
4516 "md-5",
4517 "memchr",
4518 "num-bigint",
4519 "once_cell",
4520 "rand 0.8.5",
4521 "serde",
4522 "serde_json",
4523 "sha2",
4524 "smallvec",
4525 "sqlx-core",
4526 "stringprep",
4527 "thiserror 2.0.17",
4528 "tracing",
4529 "uuid",
4530 "whoami",
4531]
4532
4533[[package]]
4534name = "sqlx-sqlite"
4535version = "0.8.6"
4536source = "registry+https://github.com/rust-lang/crates.io-index"
4537checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
4538dependencies = [
4539 "atoi",
4540 "chrono",
4541 "flume",
4542 "futures-channel",
4543 "futures-core",
4544 "futures-executor",
4545 "futures-intrusive",
4546 "futures-util",
4547 "libsqlite3-sys",
4548 "log",
4549 "percent-encoding",
4550 "serde",
4551 "serde_urlencoded",
4552 "sqlx-core",
4553 "thiserror 2.0.17",
4554 "tracing",
4555 "url",
4556 "uuid",
4557]
4558
4559[[package]]
4560name = "stable_deref_trait"
4561version = "1.2.1"
4562source = "registry+https://github.com/rust-lang/crates.io-index"
4563checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
4564
4565[[package]]
4566name = "static-regular-grammar"
4567version = "2.0.2"
4568source = "registry+https://github.com/rust-lang/crates.io-index"
4569checksum = "4f4a6c40247579acfbb138c3cd7de3dab113ab4ac6227f1b7de7d626ee667957"
4570dependencies = [
4571 "abnf",
4572 "btree-range-map",
4573 "ciborium",
4574 "hex_fmt",
4575 "indoc",
4576 "proc-macro-error 1.0.4",
4577 "proc-macro2",
4578 "quote",
4579 "serde",
4580 "sha2",
4581 "syn 2.0.106",
4582 "thiserror 1.0.69",
4583]
4584
4585[[package]]
4586name = "static_assertions"
4587version = "1.1.0"
4588source = "registry+https://github.com/rust-lang/crates.io-index"
4589checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
4590
4591[[package]]
4592name = "stringprep"
4593version = "0.1.5"
4594source = "registry+https://github.com/rust-lang/crates.io-index"
4595checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
4596dependencies = [
4597 "unicode-bidi",
4598 "unicode-normalization",
4599 "unicode-properties",
4600]
4601
4602[[package]]
4603name = "strsim"
4604version = "0.11.1"
4605source = "registry+https://github.com/rust-lang/crates.io-index"
4606checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
4607
4608[[package]]
4609name = "subtle"
4610version = "2.6.1"
4611source = "registry+https://github.com/rust-lang/crates.io-index"
4612checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
4613
4614[[package]]
4615name = "syn"
4616version = "1.0.109"
4617source = "registry+https://github.com/rust-lang/crates.io-index"
4618checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
4619dependencies = [
4620 "proc-macro2",
4621 "quote",
4622 "unicode-ident",
4623]
4624
4625[[package]]
4626name = "syn"
4627version = "2.0.106"
4628source = "registry+https://github.com/rust-lang/crates.io-index"
4629checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6"
4630dependencies = [
4631 "proc-macro2",
4632 "quote",
4633 "unicode-ident",
4634]
4635
4636[[package]]
4637name = "syn-mid"
4638version = "0.5.4"
4639source = "registry+https://github.com/rust-lang/crates.io-index"
4640checksum = "fea305d57546cc8cd04feb14b62ec84bf17f50e3f7b12560d7bfa9265f39d9ed"
4641dependencies = [
4642 "proc-macro2",
4643 "quote",
4644 "syn 1.0.109",
4645]
4646
4647[[package]]
4648name = "sync_wrapper"
4649version = "1.0.2"
4650source = "registry+https://github.com/rust-lang/crates.io-index"
4651checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
4652dependencies = [
4653 "futures-core",
4654]
4655
4656[[package]]
4657name = "synstructure"
4658version = "0.13.2"
4659source = "registry+https://github.com/rust-lang/crates.io-index"
4660checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
4661dependencies = [
4662 "proc-macro2",
4663 "quote",
4664 "syn 2.0.106",
4665]
4666
4667[[package]]
4668name = "sysinfo"
4669version = "0.37.2"
4670source = "registry+https://github.com/rust-lang/crates.io-index"
4671checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f"
4672dependencies = [
4673 "libc",
4674 "memchr",
4675 "ntapi",
4676 "objc2-core-foundation",
4677 "objc2-io-kit",
4678 "windows",
4679]
4680
4681[[package]]
4682name = "system-configuration"
4683version = "0.6.1"
4684source = "registry+https://github.com/rust-lang/crates.io-index"
4685checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
4686dependencies = [
4687 "bitflags",
4688 "core-foundation",
4689 "system-configuration-sys",
4690]
4691
4692[[package]]
4693name = "system-configuration-sys"
4694version = "0.6.0"
4695source = "registry+https://github.com/rust-lang/crates.io-index"
4696checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
4697dependencies = [
4698 "core-foundation-sys",
4699 "libc",
4700]
4701
4702[[package]]
4703name = "tagptr"
4704version = "0.2.0"
4705source = "registry+https://github.com/rust-lang/crates.io-index"
4706checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
4707
4708[[package]]
4709name = "tempfile"
4710version = "3.23.0"
4711source = "registry+https://github.com/rust-lang/crates.io-index"
4712checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
4713dependencies = [
4714 "fastrand",
4715 "getrandom 0.3.4",
4716 "once_cell",
4717 "rustix",
4718 "windows-sys 0.61.2",
4719]
4720
4721[[package]]
4722name = "thiserror"
4723version = "1.0.69"
4724source = "registry+https://github.com/rust-lang/crates.io-index"
4725checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
4726dependencies = [
4727 "thiserror-impl 1.0.69",
4728]
4729
4730[[package]]
4731name = "thiserror"
4732version = "2.0.17"
4733source = "registry+https://github.com/rust-lang/crates.io-index"
4734checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
4735dependencies = [
4736 "thiserror-impl 2.0.17",
4737]
4738
4739[[package]]
4740name = "thiserror-impl"
4741version = "1.0.69"
4742source = "registry+https://github.com/rust-lang/crates.io-index"
4743checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
4744dependencies = [
4745 "proc-macro2",
4746 "quote",
4747 "syn 2.0.106",
4748]
4749
4750[[package]]
4751name = "thiserror-impl"
4752version = "2.0.17"
4753source = "registry+https://github.com/rust-lang/crates.io-index"
4754checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
4755dependencies = [
4756 "proc-macro2",
4757 "quote",
4758 "syn 2.0.106",
4759]
4760
4761[[package]]
4762name = "thread_local"
4763version = "1.1.9"
4764source = "registry+https://github.com/rust-lang/crates.io-index"
4765checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
4766dependencies = [
4767 "cfg-if",
4768]
4769
4770[[package]]
4771name = "threadpool"
4772version = "1.8.1"
4773source = "registry+https://github.com/rust-lang/crates.io-index"
4774checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"
4775dependencies = [
4776 "num_cpus",
4777]
4778
4779[[package]]
4780name = "time"
4781version = "0.3.44"
4782source = "registry+https://github.com/rust-lang/crates.io-index"
4783checksum = "91e7d9e3bb61134e77bde20dd4825b97c010155709965fedf0f49bb138e52a9d"
4784dependencies = [
4785 "deranged",
4786 "itoa",
4787 "libc",
4788 "num-conv",
4789 "num_threads",
4790 "powerfmt",
4791 "serde",
4792 "time-core",
4793 "time-macros",
4794]
4795
4796[[package]]
4797name = "time-core"
4798version = "0.1.6"
4799source = "registry+https://github.com/rust-lang/crates.io-index"
4800checksum = "40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b"
4801
4802[[package]]
4803name = "time-macros"
4804version = "0.2.24"
4805source = "registry+https://github.com/rust-lang/crates.io-index"
4806checksum = "30cfb0125f12d9c277f35663a0a33f8c30190f4e4574868a330595412d34ebf3"
4807dependencies = [
4808 "num-conv",
4809 "time-core",
4810]
4811
4812[[package]]
4813name = "tiny-keccak"
4814version = "2.0.2"
4815source = "registry+https://github.com/rust-lang/crates.io-index"
4816checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
4817dependencies = [
4818 "crunchy",
4819]
4820
4821[[package]]
4822name = "tiny_http"
4823version = "0.12.0"
4824source = "registry+https://github.com/rust-lang/crates.io-index"
4825checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82"
4826dependencies = [
4827 "ascii",
4828 "chunked_transfer",
4829 "httpdate",
4830 "log",
4831]
4832
4833[[package]]
4834name = "tinystr"
4835version = "0.8.1"
4836source = "registry+https://github.com/rust-lang/crates.io-index"
4837checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
4838dependencies = [
4839 "displaydoc",
4840 "zerovec",
4841]
4842
4843[[package]]
4844name = "tinyvec"
4845version = "1.10.0"
4846source = "registry+https://github.com/rust-lang/crates.io-index"
4847checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
4848dependencies = [
4849 "tinyvec_macros",
4850]
4851
4852[[package]]
4853name = "tinyvec_macros"
4854version = "0.1.1"
4855source = "registry+https://github.com/rust-lang/crates.io-index"
4856checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
4857
4858[[package]]
4859name = "tokio"
4860version = "1.48.0"
4861source = "registry+https://github.com/rust-lang/crates.io-index"
4862checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
4863dependencies = [
4864 "bytes",
4865 "libc",
4866 "mio",
4867 "parking_lot",
4868 "pin-project-lite",
4869 "signal-hook-registry",
4870 "socket2 0.6.0",
4871 "tokio-macros",
4872 "windows-sys 0.61.2",
4873]
4874
4875[[package]]
4876name = "tokio-macros"
4877version = "2.6.0"
4878source = "registry+https://github.com/rust-lang/crates.io-index"
4879checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
4880dependencies = [
4881 "proc-macro2",
4882 "quote",
4883 "syn 2.0.106",
4884]
4885
4886[[package]]
4887name = "tokio-native-tls"
4888version = "0.3.1"
4889source = "registry+https://github.com/rust-lang/crates.io-index"
4890checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
4891dependencies = [
4892 "native-tls",
4893 "tokio",
4894]
4895
4896[[package]]
4897name = "tokio-rustls"
4898version = "0.26.4"
4899source = "registry+https://github.com/rust-lang/crates.io-index"
4900checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
4901dependencies = [
4902 "rustls",
4903 "tokio",
4904]
4905
4906[[package]]
4907name = "tokio-stream"
4908version = "0.1.17"
4909source = "registry+https://github.com/rust-lang/crates.io-index"
4910checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
4911dependencies = [
4912 "futures-core",
4913 "pin-project-lite",
4914 "tokio",
4915]
4916
4917[[package]]
4918name = "tokio-util"
4919version = "0.7.16"
4920source = "registry+https://github.com/rust-lang/crates.io-index"
4921checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
4922dependencies = [
4923 "bytes",
4924 "futures-core",
4925 "futures-io",
4926 "futures-sink",
4927 "pin-project-lite",
4928 "tokio",
4929]
4930
4931[[package]]
4932name = "tonic"
4933version = "0.14.2"
4934source = "registry+https://github.com/rust-lang/crates.io-index"
4935checksum = "eb7613188ce9f7df5bfe185db26c5814347d110db17920415cf2fbcad85e7203"
4936dependencies = [
4937 "async-trait",
4938 "axum",
4939 "base64 0.22.1",
4940 "bytes",
4941 "h2",
4942 "http",
4943 "http-body",
4944 "http-body-util",
4945 "hyper",
4946 "hyper-timeout",
4947 "hyper-util",
4948 "percent-encoding",
4949 "pin-project",
4950 "socket2 0.6.0",
4951 "sync_wrapper",
4952 "tokio",
4953 "tokio-stream",
4954 "tower",
4955 "tower-layer",
4956 "tower-service",
4957 "tracing",
4958]
4959
4960[[package]]
4961name = "tower"
4962version = "0.5.2"
4963source = "registry+https://github.com/rust-lang/crates.io-index"
4964checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
4965dependencies = [
4966 "futures-core",
4967 "futures-util",
4968 "indexmap",
4969 "pin-project-lite",
4970 "slab",
4971 "sync_wrapper",
4972 "tokio",
4973 "tokio-util",
4974 "tower-layer",
4975 "tower-service",
4976 "tracing",
4977]
4978
4979[[package]]
4980name = "tower-http"
4981version = "0.6.6"
4982source = "registry+https://github.com/rust-lang/crates.io-index"
4983checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
4984dependencies = [
4985 "bitflags",
4986 "bytes",
4987 "futures-core",
4988 "futures-util",
4989 "http",
4990 "http-body",
4991 "http-body-util",
4992 "http-range-header",
4993 "httpdate",
4994 "iri-string",
4995 "mime",
4996 "mime_guess",
4997 "percent-encoding",
4998 "pin-project-lite",
4999 "tokio",
5000 "tokio-util",
5001 "tower",
5002 "tower-layer",
5003 "tower-service",
5004 "tracing",
5005]
5006
5007[[package]]
5008name = "tower-layer"
5009version = "0.3.3"
5010source = "registry+https://github.com/rust-lang/crates.io-index"
5011checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
5012
5013[[package]]
5014name = "tower-service"
5015version = "0.3.3"
5016source = "registry+https://github.com/rust-lang/crates.io-index"
5017checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
5018
5019[[package]]
5020name = "tower_governor"
5021version = "0.8.0"
5022source = "registry+https://github.com/rust-lang/crates.io-index"
5023checksum = "44de9b94d849d3c46e06a883d72d408c2de6403367b39df2b1c9d9e7b6736fe6"
5024dependencies = [
5025 "axum",
5026 "forwarded-header-value",
5027 "governor",
5028 "http",
5029 "pin-project",
5030 "thiserror 2.0.17",
5031 "tonic",
5032 "tower",
5033 "tracing",
5034]
5035
5036[[package]]
5037name = "tracing"
5038version = "0.1.41"
5039source = "registry+https://github.com/rust-lang/crates.io-index"
5040checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
5041dependencies = [
5042 "log",
5043 "pin-project-lite",
5044 "tracing-attributes",
5045 "tracing-core",
5046]
5047
5048[[package]]
5049name = "tracing-attributes"
5050version = "0.1.30"
5051source = "registry+https://github.com/rust-lang/crates.io-index"
5052checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903"
5053dependencies = [
5054 "proc-macro2",
5055 "quote",
5056 "syn 2.0.106",
5057]
5058
5059[[package]]
5060name = "tracing-core"
5061version = "0.1.34"
5062source = "registry+https://github.com/rust-lang/crates.io-index"
5063checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678"
5064dependencies = [
5065 "once_cell",
5066 "valuable",
5067]
5068
5069[[package]]
5070name = "tracing-futures"
5071version = "0.2.5"
5072source = "registry+https://github.com/rust-lang/crates.io-index"
5073checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
5074dependencies = [
5075 "tracing",
5076]
5077
5078[[package]]
5079name = "tracing-log"
5080version = "0.2.0"
5081source = "registry+https://github.com/rust-lang/crates.io-index"
5082checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
5083dependencies = [
5084 "log",
5085 "once_cell",
5086 "tracing-core",
5087]
5088
5089[[package]]
5090name = "tracing-serde"
5091version = "0.2.0"
5092source = "registry+https://github.com/rust-lang/crates.io-index"
5093checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
5094dependencies = [
5095 "serde",
5096 "tracing-core",
5097]
5098
5099[[package]]
5100name = "tracing-subscriber"
5101version = "0.3.20"
5102source = "registry+https://github.com/rust-lang/crates.io-index"
5103checksum = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5"
5104dependencies = [
5105 "matchers",
5106 "nu-ansi-term",
5107 "once_cell",
5108 "regex-automata",
5109 "serde",
5110 "serde_json",
5111 "sharded-slab",
5112 "smallvec",
5113 "thread_local",
5114 "tracing",
5115 "tracing-core",
5116 "tracing-log",
5117 "tracing-serde",
5118]
5119
5120[[package]]
5121name = "trait-variant"
5122version = "0.1.2"
5123source = "registry+https://github.com/rust-lang/crates.io-index"
5124checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
5125dependencies = [
5126 "proc-macro2",
5127 "quote",
5128 "syn 2.0.106",
5129]
5130
5131[[package]]
5132name = "try-lock"
5133version = "0.2.5"
5134source = "registry+https://github.com/rust-lang/crates.io-index"
5135checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
5136
5137[[package]]
5138name = "twoway"
5139version = "0.1.8"
5140source = "registry+https://github.com/rust-lang/crates.io-index"
5141checksum = "59b11b2b5241ba34be09c3cc85a36e56e48f9888862e19cedf23336d35316ed1"
5142dependencies = [
5143 "memchr",
5144]
5145
5146[[package]]
5147name = "typenum"
5148version = "1.19.0"
5149source = "registry+https://github.com/rust-lang/crates.io-index"
5150checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
5151
5152[[package]]
5153name = "ulid"
5154version = "1.2.1"
5155source = "registry+https://github.com/rust-lang/crates.io-index"
5156checksum = "470dbf6591da1b39d43c14523b2b469c86879a53e8b758c8e090a470fe7b1fbe"
5157dependencies = [
5158 "rand 0.9.2",
5159 "uuid",
5160 "web-time",
5161]
5162
5163[[package]]
5164name = "unicase"
5165version = "2.8.1"
5166source = "registry+https://github.com/rust-lang/crates.io-index"
5167checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
5168
5169[[package]]
5170name = "unicode-bidi"
5171version = "0.3.18"
5172source = "registry+https://github.com/rust-lang/crates.io-index"
5173checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
5174
5175[[package]]
5176name = "unicode-ident"
5177version = "1.0.19"
5178source = "registry+https://github.com/rust-lang/crates.io-index"
5179checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
5180
5181[[package]]
5182name = "unicode-normalization"
5183version = "0.1.24"
5184source = "registry+https://github.com/rust-lang/crates.io-index"
5185checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
5186dependencies = [
5187 "tinyvec",
5188]
5189
5190[[package]]
5191name = "unicode-properties"
5192version = "0.1.3"
5193source = "registry+https://github.com/rust-lang/crates.io-index"
5194checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
5195
5196[[package]]
5197name = "unicode-width"
5198version = "0.1.14"
5199source = "registry+https://github.com/rust-lang/crates.io-index"
5200checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
5201
5202[[package]]
5203name = "unsigned-varint"
5204version = "0.8.0"
5205source = "registry+https://github.com/rust-lang/crates.io-index"
5206checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06"
5207
5208[[package]]
5209name = "untrusted"
5210version = "0.9.0"
5211source = "registry+https://github.com/rust-lang/crates.io-index"
5212checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
5213
5214[[package]]
5215name = "url"
5216version = "2.5.7"
5217source = "registry+https://github.com/rust-lang/crates.io-index"
5218checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
5219dependencies = [
5220 "form_urlencoded",
5221 "idna",
5222 "percent-encoding",
5223 "serde",
5224]
5225
5226[[package]]
5227name = "urlencoding"
5228version = "2.1.3"
5229source = "registry+https://github.com/rust-lang/crates.io-index"
5230checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
5231
5232[[package]]
5233name = "utf8_iter"
5234version = "1.0.4"
5235source = "registry+https://github.com/rust-lang/crates.io-index"
5236checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
5237
5238[[package]]
5239name = "utf8parse"
5240version = "0.2.2"
5241source = "registry+https://github.com/rust-lang/crates.io-index"
5242checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
5243
5244[[package]]
5245name = "uuid"
5246version = "1.18.1"
5247source = "registry+https://github.com/rust-lang/crates.io-index"
5248checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
5249dependencies = [
5250 "getrandom 0.3.4",
5251 "js-sys",
5252 "serde",
5253 "wasm-bindgen",
5254]
5255
5256[[package]]
5257name = "valuable"
5258version = "0.1.1"
5259source = "registry+https://github.com/rust-lang/crates.io-index"
5260checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
5261
5262[[package]]
5263name = "vcpkg"
5264version = "0.2.15"
5265source = "registry+https://github.com/rust-lang/crates.io-index"
5266checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
5267
5268[[package]]
5269name = "version_check"
5270version = "0.9.5"
5271source = "registry+https://github.com/rust-lang/crates.io-index"
5272checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
5273
5274[[package]]
5275name = "walkdir"
5276version = "2.5.0"
5277source = "registry+https://github.com/rust-lang/crates.io-index"
5278checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
5279dependencies = [
5280 "same-file",
5281 "winapi-util",
5282]
5283
5284[[package]]
5285name = "want"
5286version = "0.3.1"
5287source = "registry+https://github.com/rust-lang/crates.io-index"
5288checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
5289dependencies = [
5290 "try-lock",
5291]
5292
5293[[package]]
5294name = "wasi"
5295version = "0.11.1+wasi-snapshot-preview1"
5296source = "registry+https://github.com/rust-lang/crates.io-index"
5297checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
5298
5299[[package]]
5300name = "wasip2"
5301version = "1.0.1+wasi-0.2.4"
5302source = "registry+https://github.com/rust-lang/crates.io-index"
5303checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
5304dependencies = [
5305 "wit-bindgen",
5306]
5307
5308[[package]]
5309name = "wasite"
5310version = "0.1.0"
5311source = "registry+https://github.com/rust-lang/crates.io-index"
5312checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
5313
5314[[package]]
5315name = "wasm-bindgen"
5316version = "0.2.104"
5317source = "registry+https://github.com/rust-lang/crates.io-index"
5318checksum = "c1da10c01ae9f1ae40cbfac0bac3b1e724b320abfcf52229f80b547c0d250e2d"
5319dependencies = [
5320 "cfg-if",
5321 "once_cell",
5322 "rustversion",
5323 "wasm-bindgen-macro",
5324 "wasm-bindgen-shared",
5325]
5326
5327[[package]]
5328name = "wasm-bindgen-backend"
5329version = "0.2.104"
5330source = "registry+https://github.com/rust-lang/crates.io-index"
5331checksum = "671c9a5a66f49d8a47345ab942e2cb93c7d1d0339065d4f8139c486121b43b19"
5332dependencies = [
5333 "bumpalo",
5334 "log",
5335 "proc-macro2",
5336 "quote",
5337 "syn 2.0.106",
5338 "wasm-bindgen-shared",
5339]
5340
5341[[package]]
5342name = "wasm-bindgen-futures"
5343version = "0.4.54"
5344source = "registry+https://github.com/rust-lang/crates.io-index"
5345checksum = "7e038d41e478cc73bae0ff9b36c60cff1c98b8f38f8d7e8061e79ee63608ac5c"
5346dependencies = [
5347 "cfg-if",
5348 "js-sys",
5349 "once_cell",
5350 "wasm-bindgen",
5351 "web-sys",
5352]
5353
5354[[package]]
5355name = "wasm-bindgen-macro"
5356version = "0.2.104"
5357source = "registry+https://github.com/rust-lang/crates.io-index"
5358checksum = "7ca60477e4c59f5f2986c50191cd972e3a50d8a95603bc9434501cf156a9a119"
5359dependencies = [
5360 "quote",
5361 "wasm-bindgen-macro-support",
5362]
5363
5364[[package]]
5365name = "wasm-bindgen-macro-support"
5366version = "0.2.104"
5367source = "registry+https://github.com/rust-lang/crates.io-index"
5368checksum = "9f07d2f20d4da7b26400c9f4a0511e6e0345b040694e8a75bd41d578fa4421d7"
5369dependencies = [
5370 "proc-macro2",
5371 "quote",
5372 "syn 2.0.106",
5373 "wasm-bindgen-backend",
5374 "wasm-bindgen-shared",
5375]
5376
5377[[package]]
5378name = "wasm-bindgen-shared"
5379version = "0.2.104"
5380source = "registry+https://github.com/rust-lang/crates.io-index"
5381checksum = "bad67dc8b2a1a6e5448428adec4c3e84c43e561d8c9ee8a9e5aabeb193ec41d1"
5382dependencies = [
5383 "unicode-ident",
5384]
5385
5386[[package]]
5387name = "wasm-streams"
5388version = "0.4.2"
5389source = "registry+https://github.com/rust-lang/crates.io-index"
5390checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
5391dependencies = [
5392 "futures-util",
5393 "js-sys",
5394 "wasm-bindgen",
5395 "wasm-bindgen-futures",
5396 "web-sys",
5397]
5398
5399[[package]]
5400name = "web"
5401version = "0.1.0"
5402dependencies = [
5403 "anyhow",
5404 "apalis",
5405 "apalis-sql",
5406 "async-compression",
5407 "atproto-identity",
5408 "axum",
5409 "axum-macros",
5410 "base64 0.22.1",
5411 "chrono",
5412 "dotenvy",
5413 "futures",
5414 "jacquard-api",
5415 "jacquard-axum",
5416 "jacquard-common",
5417 "jacquard-identity",
5418 "jwt-compact",
5419 "lexicon_types_crate",
5420 "log",
5421 "p256",
5422 "reqwest",
5423 "rust-s3",
5424 "serde",
5425 "serde_json",
5426 "shared",
5427 "tokio",
5428 "tokio-stream",
5429 "tokio-util",
5430 "tower",
5431 "tower-http",
5432 "tower_governor",
5433 "tracing",
5434 "tracing-subscriber",
5435]
5436
5437[[package]]
5438name = "web-sys"
5439version = "0.3.81"
5440source = "registry+https://github.com/rust-lang/crates.io-index"
5441checksum = "9367c417a924a74cae129e6a2ae3b47fabb1f8995595ab474029da749a8be120"
5442dependencies = [
5443 "js-sys",
5444 "wasm-bindgen",
5445]
5446
5447[[package]]
5448name = "web-time"
5449version = "1.1.0"
5450source = "registry+https://github.com/rust-lang/crates.io-index"
5451checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
5452dependencies = [
5453 "js-sys",
5454 "wasm-bindgen",
5455]
5456
5457[[package]]
5458name = "webbrowser"
5459version = "0.8.15"
5460source = "registry+https://github.com/rust-lang/crates.io-index"
5461checksum = "db67ae75a9405634f5882791678772c94ff5f16a66535aae186e26aa0841fc8b"
5462dependencies = [
5463 "core-foundation",
5464 "home",
5465 "jni",
5466 "log",
5467 "ndk-context",
5468 "objc",
5469 "raw-window-handle",
5470 "url",
5471 "web-sys",
5472]
5473
5474[[package]]
5475name = "webpki-roots"
5476version = "0.26.11"
5477source = "registry+https://github.com/rust-lang/crates.io-index"
5478checksum = "521bc38abb08001b01866da9f51eb7c5d647a19260e00054a8c7fd5f9e57f7a9"
5479dependencies = [
5480 "webpki-roots 1.0.3",
5481]
5482
5483[[package]]
5484name = "webpki-roots"
5485version = "1.0.3"
5486source = "registry+https://github.com/rust-lang/crates.io-index"
5487checksum = "32b130c0d2d49f8b6889abc456e795e82525204f27c42cf767cf0d7734e089b8"
5488dependencies = [
5489 "rustls-pki-types",
5490]
5491
5492[[package]]
5493name = "whoami"
5494version = "1.6.1"
5495source = "registry+https://github.com/rust-lang/crates.io-index"
5496checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
5497dependencies = [
5498 "libredox",
5499 "wasite",
5500]
5501
5502[[package]]
5503name = "widestring"
5504version = "1.2.1"
5505source = "registry+https://github.com/rust-lang/crates.io-index"
5506checksum = "72069c3113ab32ab29e5584db3c6ec55d416895e60715417b5b883a357c3e471"
5507
5508[[package]]
5509name = "winapi"
5510version = "0.3.9"
5511source = "registry+https://github.com/rust-lang/crates.io-index"
5512checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
5513dependencies = [
5514 "winapi-i686-pc-windows-gnu",
5515 "winapi-x86_64-pc-windows-gnu",
5516]
5517
5518[[package]]
5519name = "winapi-i686-pc-windows-gnu"
5520version = "0.4.0"
5521source = "registry+https://github.com/rust-lang/crates.io-index"
5522checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
5523
5524[[package]]
5525name = "winapi-util"
5526version = "0.1.11"
5527source = "registry+https://github.com/rust-lang/crates.io-index"
5528checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
5529dependencies = [
5530 "windows-sys 0.61.2",
5531]
5532
5533[[package]]
5534name = "winapi-x86_64-pc-windows-gnu"
5535version = "0.4.0"
5536source = "registry+https://github.com/rust-lang/crates.io-index"
5537checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
5538
5539[[package]]
5540name = "windows"
5541version = "0.61.3"
5542source = "registry+https://github.com/rust-lang/crates.io-index"
5543checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
5544dependencies = [
5545 "windows-collections",
5546 "windows-core 0.61.2",
5547 "windows-future",
5548 "windows-link 0.1.3",
5549 "windows-numerics",
5550]
5551
5552[[package]]
5553name = "windows-collections"
5554version = "0.2.0"
5555source = "registry+https://github.com/rust-lang/crates.io-index"
5556checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
5557dependencies = [
5558 "windows-core 0.61.2",
5559]
5560
5561[[package]]
5562name = "windows-core"
5563version = "0.61.2"
5564source = "registry+https://github.com/rust-lang/crates.io-index"
5565checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
5566dependencies = [
5567 "windows-implement",
5568 "windows-interface",
5569 "windows-link 0.1.3",
5570 "windows-result 0.3.4",
5571 "windows-strings 0.4.2",
5572]
5573
5574[[package]]
5575name = "windows-core"
5576version = "0.62.2"
5577source = "registry+https://github.com/rust-lang/crates.io-index"
5578checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
5579dependencies = [
5580 "windows-implement",
5581 "windows-interface",
5582 "windows-link 0.2.1",
5583 "windows-result 0.4.1",
5584 "windows-strings 0.5.1",
5585]
5586
5587[[package]]
5588name = "windows-future"
5589version = "0.2.1"
5590source = "registry+https://github.com/rust-lang/crates.io-index"
5591checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
5592dependencies = [
5593 "windows-core 0.61.2",
5594 "windows-link 0.1.3",
5595 "windows-threading",
5596]
5597
5598[[package]]
5599name = "windows-implement"
5600version = "0.60.2"
5601source = "registry+https://github.com/rust-lang/crates.io-index"
5602checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
5603dependencies = [
5604 "proc-macro2",
5605 "quote",
5606 "syn 2.0.106",
5607]
5608
5609[[package]]
5610name = "windows-interface"
5611version = "0.59.3"
5612source = "registry+https://github.com/rust-lang/crates.io-index"
5613checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
5614dependencies = [
5615 "proc-macro2",
5616 "quote",
5617 "syn 2.0.106",
5618]
5619
5620[[package]]
5621name = "windows-link"
5622version = "0.1.3"
5623source = "registry+https://github.com/rust-lang/crates.io-index"
5624checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
5625
5626[[package]]
5627name = "windows-link"
5628version = "0.2.1"
5629source = "registry+https://github.com/rust-lang/crates.io-index"
5630checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
5631
5632[[package]]
5633name = "windows-numerics"
5634version = "0.2.0"
5635source = "registry+https://github.com/rust-lang/crates.io-index"
5636checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
5637dependencies = [
5638 "windows-core 0.61.2",
5639 "windows-link 0.1.3",
5640]
5641
5642[[package]]
5643name = "windows-registry"
5644version = "0.5.3"
5645source = "registry+https://github.com/rust-lang/crates.io-index"
5646checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
5647dependencies = [
5648 "windows-link 0.1.3",
5649 "windows-result 0.3.4",
5650 "windows-strings 0.4.2",
5651]
5652
5653[[package]]
5654name = "windows-result"
5655version = "0.3.4"
5656source = "registry+https://github.com/rust-lang/crates.io-index"
5657checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
5658dependencies = [
5659 "windows-link 0.1.3",
5660]
5661
5662[[package]]
5663name = "windows-result"
5664version = "0.4.1"
5665source = "registry+https://github.com/rust-lang/crates.io-index"
5666checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
5667dependencies = [
5668 "windows-link 0.2.1",
5669]
5670
5671[[package]]
5672name = "windows-strings"
5673version = "0.4.2"
5674source = "registry+https://github.com/rust-lang/crates.io-index"
5675checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
5676dependencies = [
5677 "windows-link 0.1.3",
5678]
5679
5680[[package]]
5681name = "windows-strings"
5682version = "0.5.1"
5683source = "registry+https://github.com/rust-lang/crates.io-index"
5684checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
5685dependencies = [
5686 "windows-link 0.2.1",
5687]
5688
5689[[package]]
5690name = "windows-sys"
5691version = "0.45.0"
5692source = "registry+https://github.com/rust-lang/crates.io-index"
5693checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
5694dependencies = [
5695 "windows-targets 0.42.2",
5696]
5697
5698[[package]]
5699name = "windows-sys"
5700version = "0.48.0"
5701source = "registry+https://github.com/rust-lang/crates.io-index"
5702checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
5703dependencies = [
5704 "windows-targets 0.48.5",
5705]
5706
5707[[package]]
5708name = "windows-sys"
5709version = "0.52.0"
5710source = "registry+https://github.com/rust-lang/crates.io-index"
5711checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
5712dependencies = [
5713 "windows-targets 0.52.6",
5714]
5715
5716[[package]]
5717name = "windows-sys"
5718version = "0.59.0"
5719source = "registry+https://github.com/rust-lang/crates.io-index"
5720checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
5721dependencies = [
5722 "windows-targets 0.52.6",
5723]
5724
5725[[package]]
5726name = "windows-sys"
5727version = "0.60.2"
5728source = "registry+https://github.com/rust-lang/crates.io-index"
5729checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
5730dependencies = [
5731 "windows-targets 0.53.5",
5732]
5733
5734[[package]]
5735name = "windows-sys"
5736version = "0.61.2"
5737source = "registry+https://github.com/rust-lang/crates.io-index"
5738checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
5739dependencies = [
5740 "windows-link 0.2.1",
5741]
5742
5743[[package]]
5744name = "windows-targets"
5745version = "0.42.2"
5746source = "registry+https://github.com/rust-lang/crates.io-index"
5747checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
5748dependencies = [
5749 "windows_aarch64_gnullvm 0.42.2",
5750 "windows_aarch64_msvc 0.42.2",
5751 "windows_i686_gnu 0.42.2",
5752 "windows_i686_msvc 0.42.2",
5753 "windows_x86_64_gnu 0.42.2",
5754 "windows_x86_64_gnullvm 0.42.2",
5755 "windows_x86_64_msvc 0.42.2",
5756]
5757
5758[[package]]
5759name = "windows-targets"
5760version = "0.48.5"
5761source = "registry+https://github.com/rust-lang/crates.io-index"
5762checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
5763dependencies = [
5764 "windows_aarch64_gnullvm 0.48.5",
5765 "windows_aarch64_msvc 0.48.5",
5766 "windows_i686_gnu 0.48.5",
5767 "windows_i686_msvc 0.48.5",
5768 "windows_x86_64_gnu 0.48.5",
5769 "windows_x86_64_gnullvm 0.48.5",
5770 "windows_x86_64_msvc 0.48.5",
5771]
5772
5773[[package]]
5774name = "windows-targets"
5775version = "0.52.6"
5776source = "registry+https://github.com/rust-lang/crates.io-index"
5777checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
5778dependencies = [
5779 "windows_aarch64_gnullvm 0.52.6",
5780 "windows_aarch64_msvc 0.52.6",
5781 "windows_i686_gnu 0.52.6",
5782 "windows_i686_gnullvm 0.52.6",
5783 "windows_i686_msvc 0.52.6",
5784 "windows_x86_64_gnu 0.52.6",
5785 "windows_x86_64_gnullvm 0.52.6",
5786 "windows_x86_64_msvc 0.52.6",
5787]
5788
5789[[package]]
5790name = "windows-targets"
5791version = "0.53.5"
5792source = "registry+https://github.com/rust-lang/crates.io-index"
5793checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
5794dependencies = [
5795 "windows-link 0.2.1",
5796 "windows_aarch64_gnullvm 0.53.1",
5797 "windows_aarch64_msvc 0.53.1",
5798 "windows_i686_gnu 0.53.1",
5799 "windows_i686_gnullvm 0.53.1",
5800 "windows_i686_msvc 0.53.1",
5801 "windows_x86_64_gnu 0.53.1",
5802 "windows_x86_64_gnullvm 0.53.1",
5803 "windows_x86_64_msvc 0.53.1",
5804]
5805
5806[[package]]
5807name = "windows-threading"
5808version = "0.1.0"
5809source = "registry+https://github.com/rust-lang/crates.io-index"
5810checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
5811dependencies = [
5812 "windows-link 0.1.3",
5813]
5814
5815[[package]]
5816name = "windows_aarch64_gnullvm"
5817version = "0.42.2"
5818source = "registry+https://github.com/rust-lang/crates.io-index"
5819checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
5820
5821[[package]]
5822name = "windows_aarch64_gnullvm"
5823version = "0.48.5"
5824source = "registry+https://github.com/rust-lang/crates.io-index"
5825checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
5826
5827[[package]]
5828name = "windows_aarch64_gnullvm"
5829version = "0.52.6"
5830source = "registry+https://github.com/rust-lang/crates.io-index"
5831checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
5832
5833[[package]]
5834name = "windows_aarch64_gnullvm"
5835version = "0.53.1"
5836source = "registry+https://github.com/rust-lang/crates.io-index"
5837checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
5838
5839[[package]]
5840name = "windows_aarch64_msvc"
5841version = "0.42.2"
5842source = "registry+https://github.com/rust-lang/crates.io-index"
5843checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
5844
5845[[package]]
5846name = "windows_aarch64_msvc"
5847version = "0.48.5"
5848source = "registry+https://github.com/rust-lang/crates.io-index"
5849checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
5850
5851[[package]]
5852name = "windows_aarch64_msvc"
5853version = "0.52.6"
5854source = "registry+https://github.com/rust-lang/crates.io-index"
5855checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
5856
5857[[package]]
5858name = "windows_aarch64_msvc"
5859version = "0.53.1"
5860source = "registry+https://github.com/rust-lang/crates.io-index"
5861checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
5862
5863[[package]]
5864name = "windows_i686_gnu"
5865version = "0.42.2"
5866source = "registry+https://github.com/rust-lang/crates.io-index"
5867checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
5868
5869[[package]]
5870name = "windows_i686_gnu"
5871version = "0.48.5"
5872source = "registry+https://github.com/rust-lang/crates.io-index"
5873checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
5874
5875[[package]]
5876name = "windows_i686_gnu"
5877version = "0.52.6"
5878source = "registry+https://github.com/rust-lang/crates.io-index"
5879checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
5880
5881[[package]]
5882name = "windows_i686_gnu"
5883version = "0.53.1"
5884source = "registry+https://github.com/rust-lang/crates.io-index"
5885checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
5886
5887[[package]]
5888name = "windows_i686_gnullvm"
5889version = "0.52.6"
5890source = "registry+https://github.com/rust-lang/crates.io-index"
5891checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
5892
5893[[package]]
5894name = "windows_i686_gnullvm"
5895version = "0.53.1"
5896source = "registry+https://github.com/rust-lang/crates.io-index"
5897checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
5898
5899[[package]]
5900name = "windows_i686_msvc"
5901version = "0.42.2"
5902source = "registry+https://github.com/rust-lang/crates.io-index"
5903checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
5904
5905[[package]]
5906name = "windows_i686_msvc"
5907version = "0.48.5"
5908source = "registry+https://github.com/rust-lang/crates.io-index"
5909checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
5910
5911[[package]]
5912name = "windows_i686_msvc"
5913version = "0.52.6"
5914source = "registry+https://github.com/rust-lang/crates.io-index"
5915checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
5916
5917[[package]]
5918name = "windows_i686_msvc"
5919version = "0.53.1"
5920source = "registry+https://github.com/rust-lang/crates.io-index"
5921checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
5922
5923[[package]]
5924name = "windows_x86_64_gnu"
5925version = "0.42.2"
5926source = "registry+https://github.com/rust-lang/crates.io-index"
5927checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
5928
5929[[package]]
5930name = "windows_x86_64_gnu"
5931version = "0.48.5"
5932source = "registry+https://github.com/rust-lang/crates.io-index"
5933checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
5934
5935[[package]]
5936name = "windows_x86_64_gnu"
5937version = "0.52.6"
5938source = "registry+https://github.com/rust-lang/crates.io-index"
5939checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
5940
5941[[package]]
5942name = "windows_x86_64_gnu"
5943version = "0.53.1"
5944source = "registry+https://github.com/rust-lang/crates.io-index"
5945checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
5946
5947[[package]]
5948name = "windows_x86_64_gnullvm"
5949version = "0.42.2"
5950source = "registry+https://github.com/rust-lang/crates.io-index"
5951checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
5952
5953[[package]]
5954name = "windows_x86_64_gnullvm"
5955version = "0.48.5"
5956source = "registry+https://github.com/rust-lang/crates.io-index"
5957checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
5958
5959[[package]]
5960name = "windows_x86_64_gnullvm"
5961version = "0.52.6"
5962source = "registry+https://github.com/rust-lang/crates.io-index"
5963checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
5964
5965[[package]]
5966name = "windows_x86_64_gnullvm"
5967version = "0.53.1"
5968source = "registry+https://github.com/rust-lang/crates.io-index"
5969checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
5970
5971[[package]]
5972name = "windows_x86_64_msvc"
5973version = "0.42.2"
5974source = "registry+https://github.com/rust-lang/crates.io-index"
5975checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
5976
5977[[package]]
5978name = "windows_x86_64_msvc"
5979version = "0.48.5"
5980source = "registry+https://github.com/rust-lang/crates.io-index"
5981checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
5982
5983[[package]]
5984name = "windows_x86_64_msvc"
5985version = "0.52.6"
5986source = "registry+https://github.com/rust-lang/crates.io-index"
5987checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
5988
5989[[package]]
5990name = "windows_x86_64_msvc"
5991version = "0.53.1"
5992source = "registry+https://github.com/rust-lang/crates.io-index"
5993checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
5994
5995[[package]]
5996name = "winnow"
5997version = "0.6.26"
5998source = "registry+https://github.com/rust-lang/crates.io-index"
5999checksum = "1e90edd2ac1aa278a5c4599b1d89cf03074b610800f866d4026dc199d7929a28"
6000dependencies = [
6001 "memchr",
6002]
6003
6004[[package]]
6005name = "winreg"
6006version = "0.50.0"
6007source = "registry+https://github.com/rust-lang/crates.io-index"
6008checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
6009dependencies = [
6010 "cfg-if",
6011 "windows-sys 0.48.0",
6012]
6013
6014[[package]]
6015name = "wit-bindgen"
6016version = "0.46.0"
6017source = "registry+https://github.com/rust-lang/crates.io-index"
6018checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
6019
6020[[package]]
6021name = "worker"
6022version = "0.1.0"
6023dependencies = [
6024 "apalis",
6025 "apalis-sql",
6026 "dotenvy",
6027 "log",
6028 "reqwest",
6029 "rust-s3",
6030 "shared",
6031 "tokio",
6032 "tracing-subscriber",
6033]
6034
6035[[package]]
6036name = "writeable"
6037version = "0.6.1"
6038source = "registry+https://github.com/rust-lang/crates.io-index"
6039checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
6040
6041[[package]]
6042name = "yansi"
6043version = "1.0.1"
6044source = "registry+https://github.com/rust-lang/crates.io-index"
6045checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
6046
6047[[package]]
6048name = "yoke"
6049version = "0.8.0"
6050source = "registry+https://github.com/rust-lang/crates.io-index"
6051checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
6052dependencies = [
6053 "serde",
6054 "stable_deref_trait",
6055 "yoke-derive",
6056 "zerofrom",
6057]
6058
6059[[package]]
6060name = "yoke-derive"
6061version = "0.8.0"
6062source = "registry+https://github.com/rust-lang/crates.io-index"
6063checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
6064dependencies = [
6065 "proc-macro2",
6066 "quote",
6067 "syn 2.0.106",
6068 "synstructure",
6069]
6070
6071[[package]]
6072name = "zerocopy"
6073version = "0.8.27"
6074source = "registry+https://github.com/rust-lang/crates.io-index"
6075checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
6076dependencies = [
6077 "zerocopy-derive",
6078]
6079
6080[[package]]
6081name = "zerocopy-derive"
6082version = "0.8.27"
6083source = "registry+https://github.com/rust-lang/crates.io-index"
6084checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
6085dependencies = [
6086 "proc-macro2",
6087 "quote",
6088 "syn 2.0.106",
6089]
6090
6091[[package]]
6092name = "zerofrom"
6093version = "0.1.6"
6094source = "registry+https://github.com/rust-lang/crates.io-index"
6095checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
6096dependencies = [
6097 "zerofrom-derive",
6098]
6099
6100[[package]]
6101name = "zerofrom-derive"
6102version = "0.1.6"
6103source = "registry+https://github.com/rust-lang/crates.io-index"
6104checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
6105dependencies = [
6106 "proc-macro2",
6107 "quote",
6108 "syn 2.0.106",
6109 "synstructure",
6110]
6111
6112[[package]]
6113name = "zeroize"
6114version = "1.8.2"
6115source = "registry+https://github.com/rust-lang/crates.io-index"
6116checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
6117dependencies = [
6118 "serde",
6119 "zeroize_derive",
6120]
6121
6122[[package]]
6123name = "zeroize_derive"
6124version = "1.4.2"
6125source = "registry+https://github.com/rust-lang/crates.io-index"
6126checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
6127dependencies = [
6128 "proc-macro2",
6129 "quote",
6130 "syn 2.0.106",
6131]
6132
6133[[package]]
6134name = "zerotrie"
6135version = "0.2.2"
6136source = "registry+https://github.com/rust-lang/crates.io-index"
6137checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
6138dependencies = [
6139 "displaydoc",
6140 "yoke",
6141 "zerofrom",
6142]
6143
6144[[package]]
6145name = "zerovec"
6146version = "0.11.4"
6147source = "registry+https://github.com/rust-lang/crates.io-index"
6148checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
6149dependencies = [
6150 "yoke",
6151 "zerofrom",
6152 "zerovec-derive",
6153]
6154
6155[[package]]
6156name = "zerovec-derive"
6157version = "0.11.1"
6158source = "registry+https://github.com/rust-lang/crates.io-index"
6159checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
6160dependencies = [
6161 "proc-macro2",
6162 "quote",
6163 "syn 2.0.106",
6164]
6165
6166[[package]]
6167name = "zstd"
6168version = "0.13.3"
6169source = "registry+https://github.com/rust-lang/crates.io-index"
6170checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a"
6171dependencies = [
6172 "zstd-safe",
6173]
6174
6175[[package]]
6176name = "zstd-safe"
6177version = "7.2.4"
6178source = "registry+https://github.com/rust-lang/crates.io-index"
6179checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d"
6180dependencies = [
6181 "zstd-sys",
6182]
6183
6184[[package]]
6185name = "zstd-sys"
6186version = "2.0.16+zstd.1.5.7"
6187source = "registry+https://github.com/rust-lang/crates.io-index"
6188checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
6189dependencies = [
6190 "cc",
6191 "pkg-config",
6192]