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