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