TOMLCargo.lock -rw-r--r-- 107.7 KiB
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "addr2line"
7version = "0.22.0"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678"
10dependencies = [
11 "gimli",
12]
13
14[[package]]
15name = "adler"
16version = "1.0.2"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
19
20[[package]]
21name = "ahash"
22version = "0.8.11"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
25dependencies = [
26 "cfg-if 1.0.0",
27 "getrandom",
28 "once_cell",
29 "serde",
30 "version_check",
31 "zerocopy",
32]
33
34[[package]]
35name = "aho-corasick"
36version = "1.1.3"
37source = "registry+https://github.com/rust-lang/crates.io-index"
38checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
39dependencies = [
40 "memchr",
41]
42
43[[package]]
44name = "alloc-no-stdlib"
45version = "2.0.4"
46source = "registry+https://github.com/rust-lang/crates.io-index"
47checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
48
49[[package]]
50name = "alloc-stdlib"
51version = "0.2.2"
52source = "registry+https://github.com/rust-lang/crates.io-index"
53checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
54dependencies = [
55 "alloc-no-stdlib",
56]
57
58[[package]]
59name = "allocator-api2"
60version = "0.2.18"
61source = "registry+https://github.com/rust-lang/crates.io-index"
62checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
63
64[[package]]
65name = "android-tzdata"
66version = "0.1.1"
67source = "registry+https://github.com/rust-lang/crates.io-index"
68checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
69
70[[package]]
71name = "android_system_properties"
72version = "0.1.5"
73source = "registry+https://github.com/rust-lang/crates.io-index"
74checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
75dependencies = [
76 "libc",
77]
78
79[[package]]
80name = "anstyle"
81version = "1.0.7"
82source = "registry+https://github.com/rust-lang/crates.io-index"
83checksum = "038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b"
84
85[[package]]
86name = "anyhow"
87version = "1.0.86"
88source = "registry+https://github.com/rust-lang/crates.io-index"
89checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da"
90
91[[package]]
92name = "arrayref"
93version = "0.3.7"
94source = "registry+https://github.com/rust-lang/crates.io-index"
95checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545"
96
97[[package]]
98name = "arrayvec"
99version = "0.5.2"
100source = "registry+https://github.com/rust-lang/crates.io-index"
101checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
102
103[[package]]
104name = "assert-json-diff"
105version = "2.0.2"
106source = "registry+https://github.com/rust-lang/crates.io-index"
107checksum = "47e4f2b81832e72834d7518d8487a0396a28cc408186a2e8854c0f98011faf12"
108dependencies = [
109 "serde",
110 "serde_json",
111]
112
113[[package]]
114name = "assert_cmd"
115version = "2.0.14"
116source = "registry+https://github.com/rust-lang/crates.io-index"
117checksum = "ed72493ac66d5804837f480ab3766c72bdfab91a65e565fc54fa9e42db0073a8"
118dependencies = [
119 "anstyle",
120 "bstr",
121 "doc-comment",
122 "predicates",
123 "predicates-core",
124 "predicates-tree",
125 "wait-timeout",
126]
127
128[[package]]
129name = "async-channel"
130version = "1.9.0"
131source = "registry+https://github.com/rust-lang/crates.io-index"
132checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
133dependencies = [
134 "concurrent-queue",
135 "event-listener 2.5.3",
136 "futures-core",
137]
138
139[[package]]
140name = "async-channel"
141version = "2.3.1"
142source = "registry+https://github.com/rust-lang/crates.io-index"
143checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
144dependencies = [
145 "concurrent-queue",
146 "event-listener-strategy",
147 "futures-core",
148 "pin-project-lite",
149]
150
151[[package]]
152name = "async-compression"
153version = "0.4.11"
154source = "registry+https://github.com/rust-lang/crates.io-index"
155checksum = "cd066d0b4ef8ecb03a55319dc13aa6910616d0f44008a045bb1835af830abff5"
156dependencies = [
157 "brotli",
158 "futures-core",
159 "memchr",
160 "pin-project-lite",
161 "tokio",
162]
163
164[[package]]
165name = "async-executor"
166version = "1.12.0"
167source = "registry+https://github.com/rust-lang/crates.io-index"
168checksum = "c8828ec6e544c02b0d6691d21ed9f9218d0384a82542855073c2a3f58304aaf0"
169dependencies = [
170 "async-task",
171 "concurrent-queue",
172 "fastrand 2.1.0",
173 "futures-lite 2.3.0",
174 "slab",
175]
176
177[[package]]
178name = "async-fs"
179version = "1.6.0"
180source = "registry+https://github.com/rust-lang/crates.io-index"
181checksum = "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06"
182dependencies = [
183 "async-lock 2.8.0",
184 "autocfg",
185 "blocking",
186 "futures-lite 1.13.0",
187]
188
189[[package]]
190name = "async-io"
191version = "1.13.0"
192source = "registry+https://github.com/rust-lang/crates.io-index"
193checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
194dependencies = [
195 "async-lock 2.8.0",
196 "autocfg",
197 "cfg-if 1.0.0",
198 "concurrent-queue",
199 "futures-lite 1.13.0",
200 "log",
201 "parking",
202 "polling 2.8.0",
203 "rustix 0.37.27",
204 "slab",
205 "socket2 0.4.10",
206 "waker-fn",
207]
208
209[[package]]
210name = "async-io"
211version = "2.3.3"
212source = "registry+https://github.com/rust-lang/crates.io-index"
213checksum = "0d6baa8f0178795da0e71bc42c9e5d13261aac7ee549853162e66a241ba17964"
214dependencies = [
215 "async-lock 3.4.0",
216 "cfg-if 1.0.0",
217 "concurrent-queue",
218 "futures-io",
219 "futures-lite 2.3.0",
220 "parking",
221 "polling 3.7.1",
222 "rustix 0.38.34",
223 "slab",
224 "tracing",
225 "windows-sys 0.52.0",
226]
227
228[[package]]
229name = "async-lock"
230version = "2.8.0"
231source = "registry+https://github.com/rust-lang/crates.io-index"
232checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
233dependencies = [
234 "event-listener 2.5.3",
235]
236
237[[package]]
238name = "async-lock"
239version = "3.4.0"
240source = "registry+https://github.com/rust-lang/crates.io-index"
241checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
242dependencies = [
243 "event-listener 5.3.1",
244 "event-listener-strategy",
245 "pin-project-lite",
246]
247
248[[package]]
249name = "async-net"
250version = "1.8.0"
251source = "registry+https://github.com/rust-lang/crates.io-index"
252checksum = "0434b1ed18ce1cf5769b8ac540e33f01fa9471058b5e89da9e06f3c882a8c12f"
253dependencies = [
254 "async-io 1.13.0",
255 "blocking",
256 "futures-lite 1.13.0",
257]
258
259[[package]]
260name = "async-process"
261version = "1.8.1"
262source = "registry+https://github.com/rust-lang/crates.io-index"
263checksum = "ea6438ba0a08d81529c69b36700fa2f95837bfe3e776ab39cde9c14d9149da88"
264dependencies = [
265 "async-io 1.13.0",
266 "async-lock 2.8.0",
267 "async-signal",
268 "blocking",
269 "cfg-if 1.0.0",
270 "event-listener 3.1.0",
271 "futures-lite 1.13.0",
272 "rustix 0.38.34",
273 "windows-sys 0.48.0",
274]
275
276[[package]]
277name = "async-session"
278version = "3.0.0"
279source = "registry+https://github.com/rust-lang/crates.io-index"
280checksum = "07da4ce523b4e2ebaaf330746761df23a465b951a83d84bbce4233dabedae630"
281dependencies = [
282 "anyhow",
283 "async-lock 2.8.0",
284 "async-trait",
285 "base64 0.13.1",
286 "bincode",
287 "blake3",
288 "chrono",
289 "hmac 0.11.0",
290 "log",
291 "rand",
292 "serde",
293 "serde_json",
294 "sha2 0.9.9",
295]
296
297[[package]]
298name = "async-signal"
299version = "0.2.7"
300source = "registry+https://github.com/rust-lang/crates.io-index"
301checksum = "329972aa325176e89114919f2a80fdae4f4c040f66a370b1a1159c6c0f94e7aa"
302dependencies = [
303 "async-io 2.3.3",
304 "async-lock 3.4.0",
305 "atomic-waker",
306 "cfg-if 1.0.0",
307 "futures-core",
308 "futures-io",
309 "rustix 0.38.34",
310 "signal-hook-registry",
311 "slab",
312 "windows-sys 0.52.0",
313]
314
315[[package]]
316name = "async-stream"
317version = "0.3.5"
318source = "registry+https://github.com/rust-lang/crates.io-index"
319checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51"
320dependencies = [
321 "async-stream-impl",
322 "futures-core",
323 "pin-project-lite",
324]
325
326[[package]]
327name = "async-stream-impl"
328version = "0.3.5"
329source = "registry+https://github.com/rust-lang/crates.io-index"
330checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
331dependencies = [
332 "proc-macro2",
333 "quote",
334 "syn 2.0.66",
335]
336
337[[package]]
338name = "async-task"
339version = "4.7.1"
340source = "registry+https://github.com/rust-lang/crates.io-index"
341checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
342
343[[package]]
344name = "async-trait"
345version = "0.1.80"
346source = "registry+https://github.com/rust-lang/crates.io-index"
347checksum = "c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca"
348dependencies = [
349 "proc-macro2",
350 "quote",
351 "syn 2.0.66",
352]
353
354[[package]]
355name = "atomic-waker"
356version = "1.1.2"
357source = "registry+https://github.com/rust-lang/crates.io-index"
358checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
359
360[[package]]
361name = "autocfg"
362version = "1.3.0"
363source = "registry+https://github.com/rust-lang/crates.io-index"
364checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
365
366[[package]]
367name = "axum"
368version = "0.6.20"
369source = "registry+https://github.com/rust-lang/crates.io-index"
370checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
371dependencies = [
372 "async-trait",
373 "axum-core",
374 "bitflags 1.3.2",
375 "bytes",
376 "futures-util",
377 "headers",
378 "http",
379 "http-body",
380 "hyper",
381 "itoa",
382 "matchit",
383 "memchr",
384 "mime",
385 "percent-encoding",
386 "pin-project-lite",
387 "rustversion",
388 "serde",
389 "serde_json",
390 "serde_path_to_error",
391 "serde_urlencoded",
392 "sync_wrapper",
393 "tokio",
394 "tower",
395 "tower-layer",
396 "tower-service",
397]
398
399[[package]]
400name = "axum-core"
401version = "0.3.4"
402source = "registry+https://github.com/rust-lang/crates.io-index"
403checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
404dependencies = [
405 "async-trait",
406 "bytes",
407 "futures-util",
408 "http",
409 "http-body",
410 "mime",
411 "rustversion",
412 "tower-layer",
413 "tower-service",
414]
415
416[[package]]
417name = "axum-extra"
418version = "0.7.7"
419source = "registry+https://github.com/rust-lang/crates.io-index"
420checksum = "a93e433be9382c737320af3924f7d5fc6f89c155cf2bf88949d8f5126fab283f"
421dependencies = [
422 "axum",
423 "axum-core",
424 "axum-macros",
425 "bytes",
426 "cookie",
427 "form_urlencoded",
428 "futures-util",
429 "http",
430 "http-body",
431 "mime",
432 "percent-encoding",
433 "pin-project-lite",
434 "serde",
435 "serde_html_form",
436 "tokio",
437 "tower",
438 "tower-layer",
439 "tower-service",
440]
441
442[[package]]
443name = "axum-login"
444version = "0.5.0"
445source = "registry+https://github.com/rust-lang/crates.io-index"
446checksum = "2160b4bfd1db39feb3e689c287519d4b9234a5bcbdf89e975027b04d25c4bc32"
447dependencies = [
448 "async-trait",
449 "axum",
450 "axum-sessions",
451 "base64 0.13.1",
452 "dyn-clone",
453 "eyre",
454 "futures",
455 "ring 0.16.20",
456 "secrecy",
457 "serde",
458 "serde_json",
459 "tokio",
460 "tower",
461 "tower-http 0.3.5",
462 "tracing",
463]
464
465[[package]]
466name = "axum-macros"
467version = "0.3.8"
468source = "registry+https://github.com/rust-lang/crates.io-index"
469checksum = "cdca6a10ecad987bda04e95606ef85a5417dcaac1a78455242d72e031e2b6b62"
470dependencies = [
471 "heck 0.4.1",
472 "proc-macro2",
473 "quote",
474 "syn 2.0.66",
475]
476
477[[package]]
478name = "axum-sessions"
479version = "0.5.0"
480source = "registry+https://github.com/rust-lang/crates.io-index"
481checksum = "714cad544cd87d8da821cda715bb9aaa5d4d1adbdb64c549b18138e3cbf93c44"
482dependencies = [
483 "async-session",
484 "axum",
485 "axum-extra",
486 "futures",
487 "http-body",
488 "tokio",
489 "tower",
490 "tracing",
491]
492
493[[package]]
494name = "backtrace"
495version = "0.3.72"
496source = "registry+https://github.com/rust-lang/crates.io-index"
497checksum = "17c6a35df3749d2e8bb1b7b21a976d82b15548788d2735b9d82f329268f71a11"
498dependencies = [
499 "addr2line",
500 "cc",
501 "cfg-if 1.0.0",
502 "libc",
503 "miniz_oxide",
504 "object",
505 "rustc-demangle",
506]
507
508[[package]]
509name = "base16ct"
510version = "0.2.0"
511source = "registry+https://github.com/rust-lang/crates.io-index"
512checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"
513
514[[package]]
515name = "base64"
516version = "0.13.1"
517source = "registry+https://github.com/rust-lang/crates.io-index"
518checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
519
520[[package]]
521name = "base64"
522version = "0.21.7"
523source = "registry+https://github.com/rust-lang/crates.io-index"
524checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
525
526[[package]]
527name = "base64"
528version = "0.22.1"
529source = "registry+https://github.com/rust-lang/crates.io-index"
530checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
531
532[[package]]
533name = "base64-compat"
534version = "1.0.0"
535source = "registry+https://github.com/rust-lang/crates.io-index"
536checksum = "5a8d4d2746f89841e49230dd26917df1876050f95abafafbe34f47cb534b88d7"
537dependencies = [
538 "byteorder",
539]
540
541[[package]]
542name = "base64ct"
543version = "1.6.0"
544source = "registry+https://github.com/rust-lang/crates.io-index"
545checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
546
547[[package]]
548name = "bcrypt"
549version = "0.14.0"
550source = "registry+https://github.com/rust-lang/crates.io-index"
551checksum = "9df288bec72232f78c1ec5fe4e8f1d108aa0265476e93097593c803c8c02062a"
552dependencies = [
553 "base64 0.21.7",
554 "blowfish",
555 "getrandom",
556 "subtle",
557 "zeroize",
558]
559
560[[package]]
561name = "bincode"
562version = "1.3.3"
563source = "registry+https://github.com/rust-lang/crates.io-index"
564checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
565dependencies = [
566 "serde",
567]
568
569[[package]]
570name = "bit-set"
571version = "0.5.3"
572source = "registry+https://github.com/rust-lang/crates.io-index"
573checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
574dependencies = [
575 "bit-vec",
576]
577
578[[package]]
579name = "bit-vec"
580version = "0.6.3"
581source = "registry+https://github.com/rust-lang/crates.io-index"
582checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
583
584[[package]]
585name = "bitflags"
586version = "1.3.2"
587source = "registry+https://github.com/rust-lang/crates.io-index"
588checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
589
590[[package]]
591name = "bitflags"
592version = "2.5.0"
593source = "registry+https://github.com/rust-lang/crates.io-index"
594checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"
595dependencies = [
596 "serde",
597]
598
599[[package]]
600name = "blake3"
601version = "0.3.8"
602source = "registry+https://github.com/rust-lang/crates.io-index"
603checksum = "b64485778c4f16a6a5a9d335e80d449ac6c70cdd6a06d2af18a6f6f775a125b3"
604dependencies = [
605 "arrayref",
606 "arrayvec",
607 "cc",
608 "cfg-if 0.1.10",
609 "constant_time_eq",
610 "crypto-mac 0.8.0",
611 "digest 0.9.0",
612]
613
614[[package]]
615name = "block-buffer"
616version = "0.9.0"
617source = "registry+https://github.com/rust-lang/crates.io-index"
618checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
619dependencies = [
620 "generic-array",
621]
622
623[[package]]
624name = "block-buffer"
625version = "0.10.4"
626source = "registry+https://github.com/rust-lang/crates.io-index"
627checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
628dependencies = [
629 "generic-array",
630]
631
632[[package]]
633name = "blocking"
634version = "1.6.1"
635source = "registry+https://github.com/rust-lang/crates.io-index"
636checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
637dependencies = [
638 "async-channel 2.3.1",
639 "async-task",
640 "futures-io",
641 "futures-lite 2.3.0",
642 "piper",
643]
644
645[[package]]
646name = "blowfish"
647version = "0.9.1"
648source = "registry+https://github.com/rust-lang/crates.io-index"
649checksum = "e412e2cd0f2b2d93e02543ceae7917b3c70331573df19ee046bcbc35e45e87d7"
650dependencies = [
651 "byteorder",
652 "cipher",
653]
654
655[[package]]
656name = "brotli"
657version = "6.0.0"
658source = "registry+https://github.com/rust-lang/crates.io-index"
659checksum = "74f7971dbd9326d58187408ab83117d8ac1bb9c17b085fdacd1cf2f598719b6b"
660dependencies = [
661 "alloc-no-stdlib",
662 "alloc-stdlib",
663 "brotli-decompressor",
664]
665
666[[package]]
667name = "brotli-decompressor"
668version = "4.0.1"
669source = "registry+https://github.com/rust-lang/crates.io-index"
670checksum = "9a45bd2e4095a8b518033b128020dd4a55aab1c0a381ba4404a472630f4bc362"
671dependencies = [
672 "alloc-no-stdlib",
673 "alloc-stdlib",
674]
675
676[[package]]
677name = "bstr"
678version = "1.9.1"
679source = "registry+https://github.com/rust-lang/crates.io-index"
680checksum = "05efc5cfd9110c8416e471df0e96702d58690178e206e61b7173706673c93706"
681dependencies = [
682 "memchr",
683 "regex-automata",
684 "serde",
685]
686
687[[package]]
688name = "bufstream-fresh"
689version = "0.3.1"
690source = "registry+https://github.com/rust-lang/crates.io-index"
691checksum = "7c431e5d450eceb6f5096c371f502946ae1cc65407935bc2cae8f1d625a2035f"
692
693[[package]]
694name = "build-info"
695version = "0.0.36"
696source = "registry+https://github.com/rust-lang/crates.io-index"
697checksum = "bc978ce446e6cd132434049d6a3e9b92982228fd27e0ae11437b8e121b50e7e4"
698dependencies = [
699 "bincode",
700 "build-info-common",
701 "build-info-proc",
702]
703
704[[package]]
705name = "build-info-build"
706version = "0.0.36"
707source = "registry+https://github.com/rust-lang/crates.io-index"
708checksum = "02216ebb53a94c78f65d93293607c5bb1b3e9c156c456791c4aabf45a7d9d55d"
709dependencies = [
710 "anyhow",
711 "base64 0.21.7",
712 "bincode",
713 "build-info-common",
714 "cargo_metadata",
715 "chrono",
716 "git2",
717 "glob",
718 "pretty_assertions",
719 "rustc_version",
720 "serde_json",
721 "zstd",
722]
723
724[[package]]
725name = "build-info-common"
726version = "0.0.36"
727source = "registry+https://github.com/rust-lang/crates.io-index"
728checksum = "c212154d5082e4f891f6750a791f83731bdbf706c97f8e0c3d16c53723e4881e"
729dependencies = [
730 "chrono",
731 "derive_more",
732 "semver",
733 "serde",
734]
735
736[[package]]
737name = "build-info-proc"
738version = "0.0.36"
739source = "registry+https://github.com/rust-lang/crates.io-index"
740checksum = "9ff68aa3f555464fa21e676884d6ef00c1f97ce5b42e65ae9b49f9cacdb87ae3"
741dependencies = [
742 "anyhow",
743 "base64 0.21.7",
744 "bincode",
745 "build-info-common",
746 "chrono",
747 "num-bigint",
748 "num-traits",
749 "proc-macro-error",
750 "proc-macro2",
751 "quote",
752 "serde_json",
753 "syn 2.0.66",
754 "zstd",
755]
756
757[[package]]
758name = "bumpalo"
759version = "3.16.0"
760source = "registry+https://github.com/rust-lang/crates.io-index"
761checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
762
763[[package]]
764name = "bytecount"
765version = "0.6.8"
766source = "registry+https://github.com/rust-lang/crates.io-index"
767checksum = "5ce89b21cab1437276d2650d57e971f9d548a2d9037cc231abdc0562b97498ce"
768
769[[package]]
770name = "byteorder"
771version = "1.5.0"
772source = "registry+https://github.com/rust-lang/crates.io-index"
773checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
774
775[[package]]
776name = "bytes"
777version = "1.6.0"
778source = "registry+https://github.com/rust-lang/crates.io-index"
779checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9"
780
781[[package]]
782name = "camino"
783version = "1.1.7"
784source = "registry+https://github.com/rust-lang/crates.io-index"
785checksum = "e0ec6b951b160caa93cc0c7b209e5a3bff7aae9062213451ac99493cd844c239"
786dependencies = [
787 "serde",
788]
789
790[[package]]
791name = "cargo-platform"
792version = "0.1.8"
793source = "registry+https://github.com/rust-lang/crates.io-index"
794checksum = "24b1f0365a6c6bb4020cd05806fd0d33c44d38046b8bd7f0e40814b9763cabfc"
795dependencies = [
796 "serde",
797]
798
799[[package]]
800name = "cargo_metadata"
801version = "0.18.1"
802source = "registry+https://github.com/rust-lang/crates.io-index"
803checksum = "2d886547e41f740c616ae73108f6eb70afe6d940c7bc697cb30f13daec073037"
804dependencies = [
805 "camino",
806 "cargo-platform",
807 "semver",
808 "serde",
809 "serde_json",
810 "thiserror",
811]
812
813[[package]]
814name = "cc"
815version = "1.0.99"
816source = "registry+https://github.com/rust-lang/crates.io-index"
817checksum = "96c51067fd44124faa7f870b4b1c969379ad32b2ba805aa959430ceaa384f695"
818dependencies = [
819 "jobserver",
820 "libc",
821 "once_cell",
822]
823
824[[package]]
825name = "cfg-if"
826version = "0.1.10"
827source = "registry+https://github.com/rust-lang/crates.io-index"
828checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
829
830[[package]]
831name = "cfg-if"
832version = "1.0.0"
833source = "registry+https://github.com/rust-lang/crates.io-index"
834checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
835
836[[package]]
837name = "chrono"
838version = "0.4.38"
839source = "registry+https://github.com/rust-lang/crates.io-index"
840checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
841dependencies = [
842 "android-tzdata",
843 "iana-time-zone",
844 "js-sys",
845 "num-traits",
846 "serde",
847 "wasm-bindgen",
848 "windows-targets 0.52.5",
849]
850
851[[package]]
852name = "cipher"
853version = "0.4.4"
854source = "registry+https://github.com/rust-lang/crates.io-index"
855checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
856dependencies = [
857 "crypto-common",
858 "inout",
859]
860
861[[package]]
862name = "clap"
863version = "4.5.6"
864source = "registry+https://github.com/rust-lang/crates.io-index"
865checksum = "a9689a29b593160de5bc4aacab7b5d54fb52231de70122626c178e6a368994c7"
866dependencies = [
867 "clap_builder",
868 "clap_derive",
869]
870
871[[package]]
872name = "clap_builder"
873version = "4.5.6"
874source = "registry+https://github.com/rust-lang/crates.io-index"
875checksum = "2e5387378c84f6faa26890ebf9f0a92989f8873d4d380467bcd0d8d8620424df"
876dependencies = [
877 "anstyle",
878 "clap_lex",
879 "strsim",
880 "terminal_size",
881 "unicase",
882 "unicode-width",
883]
884
885[[package]]
886name = "clap_derive"
887version = "4.5.5"
888source = "registry+https://github.com/rust-lang/crates.io-index"
889checksum = "c780290ccf4fb26629baa7a1081e68ced113f1d3ec302fa5948f1c381ebf06c6"
890dependencies = [
891 "heck 0.5.0",
892 "proc-macro2",
893 "quote",
894 "syn 2.0.66",
895]
896
897[[package]]
898name = "clap_lex"
899version = "0.7.1"
900source = "registry+https://github.com/rust-lang/crates.io-index"
901checksum = "4b82cf0babdbd58558212896d1a4272303a57bdb245c2bf1147185fb45640e70"
902
903[[package]]
904name = "clap_mangen"
905version = "0.2.21"
906source = "registry+https://github.com/rust-lang/crates.io-index"
907checksum = "74b70fc13e60c0e1d490dc50eb73a749be6d81f4ef03783df1d9b7b0c62bc937"
908dependencies = [
909 "clap",
910 "roff",
911]
912
913[[package]]
914name = "concurrent-queue"
915version = "2.5.0"
916source = "registry+https://github.com/rust-lang/crates.io-index"
917checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
918dependencies = [
919 "crossbeam-utils",
920]
921
922[[package]]
923name = "config"
924version = "0.14.0"
925source = "registry+https://github.com/rust-lang/crates.io-index"
926checksum = "7328b20597b53c2454f0b1919720c25c7339051c02b72b7e05409e00b14132be"
927dependencies = [
928 "lazy_static",
929 "nom",
930 "pathdiff",
931 "serde",
932 "toml",
933]
934
935[[package]]
936name = "const-oid"
937version = "0.9.6"
938source = "registry+https://github.com/rust-lang/crates.io-index"
939checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
940
941[[package]]
942name = "constant_time_eq"
943version = "0.1.5"
944source = "registry+https://github.com/rust-lang/crates.io-index"
945checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
946
947[[package]]
948name = "convert_case"
949version = "0.4.0"
950source = "registry+https://github.com/rust-lang/crates.io-index"
951checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
952
953[[package]]
954name = "cookie"
955version = "0.17.0"
956source = "registry+https://github.com/rust-lang/crates.io-index"
957checksum = "7efb37c3e1ccb1ff97164ad95ac1606e8ccd35b3fa0a7d99a304c7f4a428cc24"
958dependencies = [
959 "base64 0.21.7",
960 "hmac 0.12.1",
961 "percent-encoding",
962 "rand",
963 "sha2 0.10.8",
964 "subtle",
965 "time",
966 "version_check",
967]
968
969[[package]]
970name = "core-foundation"
971version = "0.9.4"
972source = "registry+https://github.com/rust-lang/crates.io-index"
973checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
974dependencies = [
975 "core-foundation-sys",
976 "libc",
977]
978
979[[package]]
980name = "core-foundation-sys"
981version = "0.8.6"
982source = "registry+https://github.com/rust-lang/crates.io-index"
983checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
984
985[[package]]
986name = "cpufeatures"
987version = "0.2.12"
988source = "registry+https://github.com/rust-lang/crates.io-index"
989checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
990dependencies = [
991 "libc",
992]
993
994[[package]]
995name = "crc32fast"
996version = "1.4.2"
997source = "registry+https://github.com/rust-lang/crates.io-index"
998checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
999dependencies = [
1000 "cfg-if 1.0.0",
1001]
1002
1003[[package]]
1004name = "crossbeam-channel"
1005version = "0.5.13"
1006source = "registry+https://github.com/rust-lang/crates.io-index"
1007checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
1008dependencies = [
1009 "crossbeam-utils",
1010]
1011
1012[[package]]
1013name = "crossbeam-utils"
1014version = "0.8.20"
1015source = "registry+https://github.com/rust-lang/crates.io-index"
1016checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
1017
1018[[package]]
1019name = "crypto-bigint"
1020version = "0.5.5"
1021source = "registry+https://github.com/rust-lang/crates.io-index"
1022checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
1023dependencies = [
1024 "generic-array",
1025 "rand_core",
1026 "subtle",
1027 "zeroize",
1028]
1029
1030[[package]]
1031name = "crypto-common"
1032version = "0.1.6"
1033source = "registry+https://github.com/rust-lang/crates.io-index"
1034checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
1035dependencies = [
1036 "generic-array",
1037 "typenum",
1038]
1039
1040[[package]]
1041name = "crypto-mac"
1042version = "0.8.0"
1043source = "registry+https://github.com/rust-lang/crates.io-index"
1044checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"
1045dependencies = [
1046 "generic-array",
1047 "subtle",
1048]
1049
1050[[package]]
1051name = "crypto-mac"
1052version = "0.11.0"
1053source = "registry+https://github.com/rust-lang/crates.io-index"
1054checksum = "25fab6889090c8133f3deb8f73ba3c65a7f456f66436fc012a1b1e272b1e103e"
1055dependencies = [
1056 "generic-array",
1057 "subtle",
1058]
1059
1060[[package]]
1061name = "curve25519-dalek"
1062version = "4.1.2"
1063source = "registry+https://github.com/rust-lang/crates.io-index"
1064checksum = "0a677b8922c94e01bdbb12126b0bc852f00447528dee1782229af9c720c3f348"
1065dependencies = [
1066 "cfg-if 1.0.0",
1067 "cpufeatures",
1068 "curve25519-dalek-derive",
1069 "digest 0.10.7",
1070 "fiat-crypto",
1071 "platforms",
1072 "rustc_version",
1073 "subtle",
1074]
1075
1076[[package]]
1077name = "curve25519-dalek-derive"
1078version = "0.1.1"
1079source = "registry+https://github.com/rust-lang/crates.io-index"
1080checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3"
1081dependencies = [
1082 "proc-macro2",
1083 "quote",
1084 "syn 2.0.66",
1085]
1086
1087[[package]]
1088name = "data-encoding"
1089version = "2.6.0"
1090source = "registry+https://github.com/rust-lang/crates.io-index"
1091checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
1092
1093[[package]]
1094name = "der"
1095version = "0.7.9"
1096source = "registry+https://github.com/rust-lang/crates.io-index"
1097checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
1098dependencies = [
1099 "const-oid",
1100 "zeroize",
1101]
1102
1103[[package]]
1104name = "deranged"
1105version = "0.3.11"
1106source = "registry+https://github.com/rust-lang/crates.io-index"
1107checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
1108dependencies = [
1109 "powerfmt",
1110]
1111
1112[[package]]
1113name = "derive_more"
1114version = "0.99.17"
1115source = "registry+https://github.com/rust-lang/crates.io-index"
1116checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
1117dependencies = [
1118 "convert_case",
1119 "proc-macro2",
1120 "quote",
1121 "rustc_version",
1122 "syn 1.0.109",
1123]
1124
1125[[package]]
1126name = "diff"
1127version = "0.1.13"
1128source = "registry+https://github.com/rust-lang/crates.io-index"
1129checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
1130
1131[[package]]
1132name = "difflib"
1133version = "0.4.0"
1134source = "registry+https://github.com/rust-lang/crates.io-index"
1135checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8"
1136
1137[[package]]
1138name = "digest"
1139version = "0.9.0"
1140source = "registry+https://github.com/rust-lang/crates.io-index"
1141checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
1142dependencies = [
1143 "generic-array",
1144]
1145
1146[[package]]
1147name = "digest"
1148version = "0.10.7"
1149source = "registry+https://github.com/rust-lang/crates.io-index"
1150checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
1151dependencies = [
1152 "block-buffer 0.10.4",
1153 "const-oid",
1154 "crypto-common",
1155 "subtle",
1156]
1157
1158[[package]]
1159name = "doc-comment"
1160version = "0.3.3"
1161source = "registry+https://github.com/rust-lang/crates.io-index"
1162checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
1163
1164[[package]]
1165name = "dyn-clone"
1166version = "1.0.17"
1167source = "registry+https://github.com/rust-lang/crates.io-index"
1168checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
1169
1170[[package]]
1171name = "ecdsa"
1172version = "0.16.9"
1173source = "registry+https://github.com/rust-lang/crates.io-index"
1174checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca"
1175dependencies = [
1176 "der",
1177 "digest 0.10.7",
1178 "elliptic-curve",
1179 "rfc6979",
1180 "signature",
1181 "spki",
1182]
1183
1184[[package]]
1185name = "ed25519"
1186version = "2.2.3"
1187source = "registry+https://github.com/rust-lang/crates.io-index"
1188checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53"
1189dependencies = [
1190 "signature",
1191]
1192
1193[[package]]
1194name = "ed25519-dalek"
1195version = "2.1.1"
1196source = "registry+https://github.com/rust-lang/crates.io-index"
1197checksum = "4a3daa8e81a3963a60642bcc1f90a670680bd4a77535faa384e9d1c79d620871"
1198dependencies = [
1199 "curve25519-dalek",
1200 "ed25519",
1201 "sha2 0.10.8",
1202 "subtle",
1203]
1204
1205[[package]]
1206name = "either"
1207version = "1.12.0"
1208source = "registry+https://github.com/rust-lang/crates.io-index"
1209checksum = "3dca9240753cf90908d7e4aac30f630662b02aebaa1b58a3cadabdb23385b58b"
1210
1211[[package]]
1212name = "elliptic-curve"
1213version = "0.13.8"
1214source = "registry+https://github.com/rust-lang/crates.io-index"
1215checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47"
1216dependencies = [
1217 "base16ct",
1218 "crypto-bigint",
1219 "digest 0.10.7",
1220 "ff",
1221 "generic-array",
1222 "group",
1223 "pkcs8",
1224 "rand_core",
1225 "sec1",
1226 "subtle",
1227 "zeroize",
1228]
1229
1230[[package]]
1231name = "encoding"
1232version = "0.2.33"
1233source = "registry+https://github.com/rust-lang/crates.io-index"
1234checksum = "6b0d943856b990d12d3b55b359144ff341533e516d94098b1d3fc1ac666d36ec"
1235dependencies = [
1236 "encoding-index-japanese",
1237 "encoding-index-korean",
1238 "encoding-index-simpchinese",
1239 "encoding-index-singlebyte",
1240 "encoding-index-tradchinese",
1241]
1242
1243[[package]]
1244name = "encoding-index-japanese"
1245version = "1.20141219.5"
1246source = "registry+https://github.com/rust-lang/crates.io-index"
1247checksum = "04e8b2ff42e9a05335dbf8b5c6f7567e5591d0d916ccef4e0b1710d32a0d0c91"
1248dependencies = [
1249 "encoding_index_tests",
1250]
1251
1252[[package]]
1253name = "encoding-index-korean"
1254version = "1.20141219.5"
1255source = "registry+https://github.com/rust-lang/crates.io-index"
1256checksum = "4dc33fb8e6bcba213fe2f14275f0963fd16f0a02c878e3095ecfdf5bee529d81"
1257dependencies = [
1258 "encoding_index_tests",
1259]
1260
1261[[package]]
1262name = "encoding-index-simpchinese"
1263version = "1.20141219.5"
1264source = "registry+https://github.com/rust-lang/crates.io-index"
1265checksum = "d87a7194909b9118fc707194baa434a4e3b0fb6a5a757c73c3adb07aa25031f7"
1266dependencies = [
1267 "encoding_index_tests",
1268]
1269
1270[[package]]
1271name = "encoding-index-singlebyte"
1272version = "1.20141219.5"
1273source = "registry+https://github.com/rust-lang/crates.io-index"
1274checksum = "3351d5acffb224af9ca265f435b859c7c01537c0849754d3db3fdf2bfe2ae84a"
1275dependencies = [
1276 "encoding_index_tests",
1277]
1278
1279[[package]]
1280name = "encoding-index-tradchinese"
1281version = "1.20141219.5"
1282source = "registry+https://github.com/rust-lang/crates.io-index"
1283checksum = "fd0e20d5688ce3cab59eb3ef3a2083a5c77bf496cb798dc6fcdb75f323890c18"
1284dependencies = [
1285 "encoding_index_tests",
1286]
1287
1288[[package]]
1289name = "encoding_index_tests"
1290version = "0.1.4"
1291source = "registry+https://github.com/rust-lang/crates.io-index"
1292checksum = "a246d82be1c9d791c5dfde9a2bd045fc3cbba3fa2b11ad558f27d01712f00569"
1293
1294[[package]]
1295name = "encoding_rs"
1296version = "0.8.34"
1297source = "registry+https://github.com/rust-lang/crates.io-index"
1298checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59"
1299dependencies = [
1300 "cfg-if 1.0.0",
1301]
1302
1303[[package]]
1304name = "equivalent"
1305version = "1.0.1"
1306source = "registry+https://github.com/rust-lang/crates.io-index"
1307checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
1308
1309[[package]]
1310name = "errno"
1311version = "0.3.9"
1312source = "registry+https://github.com/rust-lang/crates.io-index"
1313checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
1314dependencies = [
1315 "libc",
1316 "windows-sys 0.52.0",
1317]
1318
1319[[package]]
1320name = "event-listener"
1321version = "2.5.3"
1322source = "registry+https://github.com/rust-lang/crates.io-index"
1323checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
1324
1325[[package]]
1326name = "event-listener"
1327version = "3.1.0"
1328source = "registry+https://github.com/rust-lang/crates.io-index"
1329checksum = "d93877bcde0eb80ca09131a08d23f0a5c18a620b01db137dba666d18cd9b30c2"
1330dependencies = [
1331 "concurrent-queue",
1332 "parking",
1333 "pin-project-lite",
1334]
1335
1336[[package]]
1337name = "event-listener"
1338version = "5.3.1"
1339source = "registry+https://github.com/rust-lang/crates.io-index"
1340checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
1341dependencies = [
1342 "concurrent-queue",
1343 "parking",
1344 "pin-project-lite",
1345]
1346
1347[[package]]
1348name = "event-listener-strategy"
1349version = "0.5.2"
1350source = "registry+https://github.com/rust-lang/crates.io-index"
1351checksum = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1"
1352dependencies = [
1353 "event-listener 5.3.1",
1354 "pin-project-lite",
1355]
1356
1357[[package]]
1358name = "eyre"
1359version = "0.6.12"
1360source = "registry+https://github.com/rust-lang/crates.io-index"
1361checksum = "7cd915d99f24784cdc19fd37ef22b97e3ff0ae756c7e492e9fbfe897d61e2aec"
1362dependencies = [
1363 "indenter",
1364 "once_cell",
1365]
1366
1367[[package]]
1368name = "fallible-iterator"
1369version = "0.3.0"
1370source = "registry+https://github.com/rust-lang/crates.io-index"
1371checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
1372
1373[[package]]
1374name = "fallible-streaming-iterator"
1375version = "0.1.9"
1376source = "registry+https://github.com/rust-lang/crates.io-index"
1377checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
1378
1379[[package]]
1380name = "fancy-regex"
1381version = "0.11.0"
1382source = "registry+https://github.com/rust-lang/crates.io-index"
1383checksum = "b95f7c0680e4142284cf8b22c14a476e87d61b004a3a0861872b32ef7ead40a2"
1384dependencies = [
1385 "bit-set",
1386 "regex",
1387]
1388
1389[[package]]
1390name = "fastrand"
1391version = "1.9.0"
1392source = "registry+https://github.com/rust-lang/crates.io-index"
1393checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
1394dependencies = [
1395 "instant",
1396]
1397
1398[[package]]
1399name = "fastrand"
1400version = "2.1.0"
1401source = "registry+https://github.com/rust-lang/crates.io-index"
1402checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a"
1403
1404[[package]]
1405name = "ff"
1406version = "0.13.0"
1407source = "registry+https://github.com/rust-lang/crates.io-index"
1408checksum = "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449"
1409dependencies = [
1410 "rand_core",
1411 "subtle",
1412]
1413
1414[[package]]
1415name = "fiat-crypto"
1416version = "0.2.9"
1417source = "registry+https://github.com/rust-lang/crates.io-index"
1418checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d"
1419
1420[[package]]
1421name = "filetime"
1422version = "0.2.23"
1423source = "registry+https://github.com/rust-lang/crates.io-index"
1424checksum = "1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd"
1425dependencies = [
1426 "cfg-if 1.0.0",
1427 "libc",
1428 "redox_syscall 0.4.1",
1429 "windows-sys 0.52.0",
1430]
1431
1432[[package]]
1433name = "flate2"
1434version = "1.0.30"
1435source = "registry+https://github.com/rust-lang/crates.io-index"
1436checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae"
1437dependencies = [
1438 "crc32fast",
1439 "miniz_oxide",
1440]
1441
1442[[package]]
1443name = "float-cmp"
1444version = "0.9.0"
1445source = "registry+https://github.com/rust-lang/crates.io-index"
1446checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
1447dependencies = [
1448 "num-traits",
1449]
1450
1451[[package]]
1452name = "fnv"
1453version = "1.0.7"
1454source = "registry+https://github.com/rust-lang/crates.io-index"
1455checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
1456
1457[[package]]
1458name = "foreign-types"
1459version = "0.3.2"
1460source = "registry+https://github.com/rust-lang/crates.io-index"
1461checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
1462dependencies = [
1463 "foreign-types-shared",
1464]
1465
1466[[package]]
1467name = "foreign-types-shared"
1468version = "0.1.1"
1469source = "registry+https://github.com/rust-lang/crates.io-index"
1470checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
1471
1472[[package]]
1473name = "form_urlencoded"
1474version = "1.2.1"
1475source = "registry+https://github.com/rust-lang/crates.io-index"
1476checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
1477dependencies = [
1478 "percent-encoding",
1479]
1480
1481[[package]]
1482name = "fraction"
1483version = "0.13.1"
1484source = "registry+https://github.com/rust-lang/crates.io-index"
1485checksum = "3027ae1df8d41b4bed2241c8fdad4acc1e7af60c8e17743534b545e77182d678"
1486dependencies = [
1487 "lazy_static",
1488 "num",
1489]
1490
1491[[package]]
1492name = "fsevent-sys"
1493version = "4.1.0"
1494source = "registry+https://github.com/rust-lang/crates.io-index"
1495checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
1496dependencies = [
1497 "libc",
1498]
1499
1500[[package]]
1501name = "futures"
1502version = "0.3.30"
1503source = "registry+https://github.com/rust-lang/crates.io-index"
1504checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
1505dependencies = [
1506 "futures-channel",
1507 "futures-core",
1508 "futures-executor",
1509 "futures-io",
1510 "futures-sink",
1511 "futures-task",
1512 "futures-util",
1513]
1514
1515[[package]]
1516name = "futures-channel"
1517version = "0.3.30"
1518source = "registry+https://github.com/rust-lang/crates.io-index"
1519checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
1520dependencies = [
1521 "futures-core",
1522 "futures-sink",
1523]
1524
1525[[package]]
1526name = "futures-core"
1527version = "0.3.30"
1528source = "registry+https://github.com/rust-lang/crates.io-index"
1529checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
1530
1531[[package]]
1532name = "futures-executor"
1533version = "0.3.30"
1534source = "registry+https://github.com/rust-lang/crates.io-index"
1535checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
1536dependencies = [
1537 "futures-core",
1538 "futures-task",
1539 "futures-util",
1540]
1541
1542[[package]]
1543name = "futures-io"
1544version = "0.3.30"
1545source = "registry+https://github.com/rust-lang/crates.io-index"
1546checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
1547
1548[[package]]
1549name = "futures-lite"
1550version = "1.13.0"
1551source = "registry+https://github.com/rust-lang/crates.io-index"
1552checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
1553dependencies = [
1554 "fastrand 1.9.0",
1555 "futures-core",
1556 "futures-io",
1557 "memchr",
1558 "parking",
1559 "pin-project-lite",
1560 "waker-fn",
1561]
1562
1563[[package]]
1564name = "futures-lite"
1565version = "2.3.0"
1566source = "registry+https://github.com/rust-lang/crates.io-index"
1567checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5"
1568dependencies = [
1569 "fastrand 2.1.0",
1570 "futures-core",
1571 "futures-io",
1572 "parking",
1573 "pin-project-lite",
1574]
1575
1576[[package]]
1577name = "futures-macro"
1578version = "0.3.30"
1579source = "registry+https://github.com/rust-lang/crates.io-index"
1580checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
1581dependencies = [
1582 "proc-macro2",
1583 "quote",
1584 "syn 2.0.66",
1585]
1586
1587[[package]]
1588name = "futures-sink"
1589version = "0.3.30"
1590source = "registry+https://github.com/rust-lang/crates.io-index"
1591checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
1592
1593[[package]]
1594name = "futures-task"
1595version = "0.3.30"
1596source = "registry+https://github.com/rust-lang/crates.io-index"
1597checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
1598
1599[[package]]
1600name = "futures-util"
1601version = "0.3.30"
1602source = "registry+https://github.com/rust-lang/crates.io-index"
1603checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
1604dependencies = [
1605 "futures-channel",
1606 "futures-core",
1607 "futures-io",
1608 "futures-macro",
1609 "futures-sink",
1610 "futures-task",
1611 "memchr",
1612 "pin-project-lite",
1613 "pin-utils",
1614 "slab",
1615]
1616
1617[[package]]
1618name = "generic-array"
1619version = "0.14.7"
1620source = "registry+https://github.com/rust-lang/crates.io-index"
1621checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
1622dependencies = [
1623 "typenum",
1624 "version_check",
1625 "zeroize",
1626]
1627
1628[[package]]
1629name = "getrandom"
1630version = "0.2.15"
1631source = "registry+https://github.com/rust-lang/crates.io-index"
1632checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
1633dependencies = [
1634 "cfg-if 1.0.0",
1635 "js-sys",
1636 "libc",
1637 "wasi",
1638 "wasm-bindgen",
1639]
1640
1641[[package]]
1642name = "gimli"
1643version = "0.29.0"
1644source = "registry+https://github.com/rust-lang/crates.io-index"
1645checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
1646
1647[[package]]
1648name = "git2"
1649version = "0.18.3"
1650source = "registry+https://github.com/rust-lang/crates.io-index"
1651checksum = "232e6a7bfe35766bf715e55a88b39a700596c0ccfd88cd3680b4cdb40d66ef70"
1652dependencies = [
1653 "bitflags 2.5.0",
1654 "libc",
1655 "libgit2-sys",
1656 "log",
1657 "url",
1658]
1659
1660[[package]]
1661name = "glob"
1662version = "0.3.1"
1663source = "registry+https://github.com/rust-lang/crates.io-index"
1664checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
1665
1666[[package]]
1667name = "group"
1668version = "0.13.0"
1669source = "registry+https://github.com/rust-lang/crates.io-index"
1670checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63"
1671dependencies = [
1672 "ff",
1673 "rand_core",
1674 "subtle",
1675]
1676
1677[[package]]
1678name = "h2"
1679version = "0.3.26"
1680source = "registry+https://github.com/rust-lang/crates.io-index"
1681checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
1682dependencies = [
1683 "bytes",
1684 "fnv",
1685 "futures-core",
1686 "futures-sink",
1687 "futures-util",
1688 "http",
1689 "indexmap 2.2.6",
1690 "slab",
1691 "tokio",
1692 "tokio-util",
1693 "tracing",
1694]
1695
1696[[package]]
1697name = "hashbrown"
1698version = "0.12.3"
1699source = "registry+https://github.com/rust-lang/crates.io-index"
1700checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
1701
1702[[package]]
1703name = "hashbrown"
1704version = "0.14.5"
1705source = "registry+https://github.com/rust-lang/crates.io-index"
1706checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
1707dependencies = [
1708 "ahash",
1709 "allocator-api2",
1710]
1711
1712[[package]]
1713name = "hashlink"
1714version = "0.8.4"
1715source = "registry+https://github.com/rust-lang/crates.io-index"
1716checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
1717dependencies = [
1718 "hashbrown 0.14.5",
1719]
1720
1721[[package]]
1722name = "headers"
1723version = "0.3.9"
1724source = "registry+https://github.com/rust-lang/crates.io-index"
1725checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
1726dependencies = [
1727 "base64 0.21.7",
1728 "bytes",
1729 "headers-core",
1730 "http",
1731 "httpdate",
1732 "mime",
1733 "sha1",
1734]
1735
1736[[package]]
1737name = "headers-core"
1738version = "0.2.0"
1739source = "registry+https://github.com/rust-lang/crates.io-index"
1740checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
1741dependencies = [
1742 "http",
1743]
1744
1745[[package]]
1746name = "heck"
1747version = "0.4.1"
1748source = "registry+https://github.com/rust-lang/crates.io-index"
1749checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
1750
1751[[package]]
1752name = "heck"
1753version = "0.5.0"
1754source = "registry+https://github.com/rust-lang/crates.io-index"
1755checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
1756
1757[[package]]
1758name = "hermit-abi"
1759version = "0.3.9"
1760source = "registry+https://github.com/rust-lang/crates.io-index"
1761checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
1762
1763[[package]]
1764name = "hmac"
1765version = "0.11.0"
1766source = "registry+https://github.com/rust-lang/crates.io-index"
1767checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"
1768dependencies = [
1769 "crypto-mac 0.11.0",
1770 "digest 0.9.0",
1771]
1772
1773[[package]]
1774name = "hmac"
1775version = "0.12.1"
1776source = "registry+https://github.com/rust-lang/crates.io-index"
1777checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
1778dependencies = [
1779 "digest 0.10.7",
1780]
1781
1782[[package]]
1783name = "http"
1784version = "0.2.12"
1785source = "registry+https://github.com/rust-lang/crates.io-index"
1786checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
1787dependencies = [
1788 "bytes",
1789 "fnv",
1790 "itoa",
1791]
1792
1793[[package]]
1794name = "http-body"
1795version = "0.4.6"
1796source = "registry+https://github.com/rust-lang/crates.io-index"
1797checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
1798dependencies = [
1799 "bytes",
1800 "http",
1801 "pin-project-lite",
1802]
1803
1804[[package]]
1805name = "http-range-header"
1806version = "0.3.1"
1807source = "registry+https://github.com/rust-lang/crates.io-index"
1808checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
1809
1810[[package]]
1811name = "httparse"
1812version = "1.8.0"
1813source = "registry+https://github.com/rust-lang/crates.io-index"
1814checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
1815
1816[[package]]
1817name = "httpdate"
1818version = "1.0.3"
1819source = "registry+https://github.com/rust-lang/crates.io-index"
1820checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
1821
1822[[package]]
1823name = "hyper"
1824version = "0.14.29"
1825source = "registry+https://github.com/rust-lang/crates.io-index"
1826checksum = "f361cde2f109281a220d4307746cdfd5ee3f410da58a70377762396775634b33"
1827dependencies = [
1828 "bytes",
1829 "futures-channel",
1830 "futures-core",
1831 "futures-util",
1832 "h2",
1833 "http",
1834 "http-body",
1835 "httparse",
1836 "httpdate",
1837 "itoa",
1838 "pin-project-lite",
1839 "socket2 0.5.7",
1840 "tokio",
1841 "tower-service",
1842 "tracing",
1843 "want",
1844]
1845
1846[[package]]
1847name = "hyper-tls"
1848version = "0.5.0"
1849source = "registry+https://github.com/rust-lang/crates.io-index"
1850checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
1851dependencies = [
1852 "bytes",
1853 "hyper",
1854 "native-tls",
1855 "tokio",
1856 "tokio-native-tls",
1857]
1858
1859[[package]]
1860name = "iana-time-zone"
1861version = "0.1.60"
1862source = "registry+https://github.com/rust-lang/crates.io-index"
1863checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
1864dependencies = [
1865 "android_system_properties",
1866 "core-foundation-sys",
1867 "iana-time-zone-haiku",
1868 "js-sys",
1869 "wasm-bindgen",
1870 "windows-core",
1871]
1872
1873[[package]]
1874name = "iana-time-zone-haiku"
1875version = "0.1.2"
1876source = "registry+https://github.com/rust-lang/crates.io-index"
1877checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
1878dependencies = [
1879 "cc",
1880]
1881
1882[[package]]
1883name = "idna"
1884version = "0.5.0"
1885source = "registry+https://github.com/rust-lang/crates.io-index"
1886checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
1887dependencies = [
1888 "unicode-bidi",
1889 "unicode-normalization",
1890]
1891
1892[[package]]
1893name = "indenter"
1894version = "0.3.3"
1895source = "registry+https://github.com/rust-lang/crates.io-index"
1896checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683"
1897
1898[[package]]
1899name = "indexmap"
1900version = "1.9.3"
1901source = "registry+https://github.com/rust-lang/crates.io-index"
1902checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
1903dependencies = [
1904 "autocfg",
1905 "hashbrown 0.12.3",
1906 "serde",
1907]
1908
1909[[package]]
1910name = "indexmap"
1911version = "2.2.6"
1912source = "registry+https://github.com/rust-lang/crates.io-index"
1913checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
1914dependencies = [
1915 "equivalent",
1916 "hashbrown 0.14.5",
1917]
1918
1919[[package]]
1920name = "inotify"
1921version = "0.9.6"
1922source = "registry+https://github.com/rust-lang/crates.io-index"
1923checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
1924dependencies = [
1925 "bitflags 1.3.2",
1926 "inotify-sys",
1927 "libc",
1928]
1929
1930[[package]]
1931name = "inotify-sys"
1932version = "0.1.5"
1933source = "registry+https://github.com/rust-lang/crates.io-index"
1934checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
1935dependencies = [
1936 "libc",
1937]
1938
1939[[package]]
1940name = "inout"
1941version = "0.1.3"
1942source = "registry+https://github.com/rust-lang/crates.io-index"
1943checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
1944dependencies = [
1945 "generic-array",
1946]
1947
1948[[package]]
1949name = "instant"
1950version = "0.1.13"
1951source = "registry+https://github.com/rust-lang/crates.io-index"
1952checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
1953dependencies = [
1954 "cfg-if 1.0.0",
1955]
1956
1957[[package]]
1958name = "io-lifetimes"
1959version = "1.0.11"
1960source = "registry+https://github.com/rust-lang/crates.io-index"
1961checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
1962dependencies = [
1963 "hermit-abi",
1964 "libc",
1965 "windows-sys 0.48.0",
1966]
1967
1968[[package]]
1969name = "ipnet"
1970version = "2.9.0"
1971source = "registry+https://github.com/rust-lang/crates.io-index"
1972checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
1973
1974[[package]]
1975name = "is-terminal"
1976version = "0.4.12"
1977source = "registry+https://github.com/rust-lang/crates.io-index"
1978checksum = "f23ff5ef2b80d608d61efee834934d862cd92461afc0560dedf493e4c033738b"
1979dependencies = [
1980 "hermit-abi",
1981 "libc",
1982 "windows-sys 0.52.0",
1983]
1984
1985[[package]]
1986name = "iso8601"
1987version = "0.6.1"
1988source = "registry+https://github.com/rust-lang/crates.io-index"
1989checksum = "924e5d73ea28f59011fec52a0d12185d496a9b075d360657aed2a5707f701153"
1990dependencies = [
1991 "nom",
1992]
1993
1994[[package]]
1995name = "itoa"
1996version = "1.0.11"
1997source = "registry+https://github.com/rust-lang/crates.io-index"
1998checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
1999
2000[[package]]
2001name = "jobserver"
2002version = "0.1.31"
2003source = "registry+https://github.com/rust-lang/crates.io-index"
2004checksum = "d2b099aaa34a9751c5bf0878add70444e1ed2dd73f347be99003d4577277de6e"
2005dependencies = [
2006 "libc",
2007]
2008
2009[[package]]
2010name = "js-sys"
2011version = "0.3.69"
2012source = "registry+https://github.com/rust-lang/crates.io-index"
2013checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
2014dependencies = [
2015 "wasm-bindgen",
2016]
2017
2018[[package]]
2019name = "jsonschema"
2020version = "0.17.1"
2021source = "registry+https://github.com/rust-lang/crates.io-index"
2022checksum = "2a071f4f7efc9a9118dfb627a0a94ef247986e1ab8606a4c806ae2b3aa3b6978"
2023dependencies = [
2024 "ahash",
2025 "anyhow",
2026 "base64 0.21.7",
2027 "bytecount",
2028 "fancy-regex",
2029 "fraction",
2030 "getrandom",
2031 "iso8601",
2032 "itoa",
2033 "memchr",
2034 "num-cmp",
2035 "once_cell",
2036 "parking_lot",
2037 "percent-encoding",
2038 "regex",
2039 "serde",
2040 "serde_json",
2041 "time",
2042 "url",
2043 "uuid",
2044]
2045
2046[[package]]
2047name = "kqueue"
2048version = "1.0.8"
2049source = "registry+https://github.com/rust-lang/crates.io-index"
2050checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
2051dependencies = [
2052 "kqueue-sys",
2053 "libc",
2054]
2055
2056[[package]]
2057name = "kqueue-sys"
2058version = "1.0.4"
2059source = "registry+https://github.com/rust-lang/crates.io-index"
2060checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
2061dependencies = [
2062 "bitflags 1.3.2",
2063 "libc",
2064]
2065
2066[[package]]
2067name = "lazy_static"
2068version = "1.4.0"
2069source = "registry+https://github.com/rust-lang/crates.io-index"
2070checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2071dependencies = [
2072 "spin 0.5.2",
2073]
2074
2075[[package]]
2076name = "libc"
2077version = "0.2.155"
2078source = "registry+https://github.com/rust-lang/crates.io-index"
2079checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
2080
2081[[package]]
2082name = "libgit2-sys"
2083version = "0.16.2+1.7.2"
2084source = "registry+https://github.com/rust-lang/crates.io-index"
2085checksum = "ee4126d8b4ee5c9d9ea891dd875cfdc1e9d0950437179104b183d7d8a74d24e8"
2086dependencies = [
2087 "cc",
2088 "libc",
2089 "libz-sys",
2090 "pkg-config",
2091]
2092
2093[[package]]
2094name = "libloading"
2095version = "0.8.5"
2096source = "registry+https://github.com/rust-lang/crates.io-index"
2097checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4"
2098dependencies = [
2099 "cfg-if 1.0.0",
2100 "windows-targets 0.52.5",
2101]
2102
2103[[package]]
2104name = "libm"
2105version = "0.2.8"
2106source = "registry+https://github.com/rust-lang/crates.io-index"
2107checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
2108
2109[[package]]
2110name = "libsqlite3-sys"
2111version = "0.27.0"
2112source = "registry+https://github.com/rust-lang/crates.io-index"
2113checksum = "cf4e226dcd58b4be396f7bd3c20da8fdee2911400705297ba7d2d7cc2c30f716"
2114dependencies = [
2115 "cc",
2116 "pkg-config",
2117 "vcpkg",
2118]
2119
2120[[package]]
2121name = "libz-sys"
2122version = "1.1.18"
2123source = "registry+https://github.com/rust-lang/crates.io-index"
2124checksum = "c15da26e5af7e25c90b37a2d75cdbf940cf4a55316de9d84c679c9b8bfabf82e"
2125dependencies = [
2126 "cc",
2127 "libc",
2128 "pkg-config",
2129 "vcpkg",
2130]
2131
2132[[package]]
2133name = "linux-raw-sys"
2134version = "0.3.8"
2135source = "registry+https://github.com/rust-lang/crates.io-index"
2136checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
2137
2138[[package]]
2139name = "linux-raw-sys"
2140version = "0.4.14"
2141source = "registry+https://github.com/rust-lang/crates.io-index"
2142checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
2143
2144[[package]]
2145name = "lock_api"
2146version = "0.4.12"
2147source = "registry+https://github.com/rust-lang/crates.io-index"
2148checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
2149dependencies = [
2150 "autocfg",
2151 "scopeguard",
2152]
2153
2154[[package]]
2155name = "log"
2156version = "0.4.21"
2157source = "registry+https://github.com/rust-lang/crates.io-index"
2158checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
2159
2160[[package]]
2161name = "mailin"
2162version = "0.6.4"
2163source = "registry+https://github.com/rust-lang/crates.io-index"
2164checksum = "ff08fefa0913a8fb1cbd31bd83a4841db8b6eb78320d517b31fcf60e2541d57a"
2165dependencies = [
2166 "base64-compat",
2167 "either",
2168 "log",
2169 "nom",
2170 "ternop",
2171]
2172
2173[[package]]
2174name = "mailin-embedded"
2175version = "0.8.2"
2176source = "registry+https://github.com/rust-lang/crates.io-index"
2177checksum = "143ac497c8c38d22407344e2252767ffd8253593a3d2464acc8619c8ef15835c"
2178dependencies = [
2179 "bufstream-fresh",
2180 "cfg-if 1.0.0",
2181 "log",
2182 "mailin",
2183 "rustls",
2184 "rustls-pemfile 2.1.2",
2185 "scoped_threadpool",
2186]
2187
2188[[package]]
2189name = "mailpot"
2190version = "0.1.1"
2191dependencies = [
2192 "anyhow",
2193 "chrono",
2194 "data-encoding",
2195 "jsonschema",
2196 "log",
2197 "mailpot-tests",
2198 "melib",
2199 "minijinja",
2200 "percent-encoding",
2201 "reqwest",
2202 "rusqlite",
2203 "serde",
2204 "serde_json",
2205 "stderrlog",
2206 "tempfile",
2207 "thiserror",
2208 "toml",
2209 "xdg",
2210]
2211
2212[[package]]
2213name = "mailpot-archives"
2214version = "0.1.1"
2215dependencies = [
2216 "chrono",
2217 "lazy_static",
2218 "mailpot",
2219 "minijinja",
2220 "percent-encoding",
2221 "serde",
2222 "serde_json",
2223]
2224
2225[[package]]
2226name = "mailpot-cli"
2227version = "0.1.1"
2228dependencies = [
2229 "assert_cmd",
2230 "base64 0.21.7",
2231 "clap",
2232 "clap_mangen",
2233 "log",
2234 "mailpot",
2235 "mailpot-tests",
2236 "predicates",
2237 "serde",
2238 "serde_json",
2239 "stderrlog",
2240 "tempfile",
2241 "ureq",
2242]
2243
2244[[package]]
2245name = "mailpot-http"
2246version = "0.1.1"
2247dependencies = [
2248 "assert-json-diff",
2249 "async-trait",
2250 "axum",
2251 "axum-extra",
2252 "bcrypt",
2253 "config",
2254 "http",
2255 "hyper",
2256 "lazy_static",
2257 "log",
2258 "mailpot",
2259 "mailpot-tests",
2260 "mailpot-web",
2261 "reqwest",
2262 "serde",
2263 "serde_json",
2264 "stderrlog",
2265 "tempfile",
2266 "thiserror",
2267 "tokio",
2268 "tower",
2269 "tower-http 0.4.4",
2270]
2271
2272[[package]]
2273name = "mailpot-tests"
2274version = "0.1.1"
2275dependencies = [
2276 "assert_cmd",
2277 "log",
2278 "mailin-embedded",
2279 "mailpot",
2280 "predicates",
2281 "stderrlog",
2282 "tempfile",
2283]
2284
2285[[package]]
2286name = "mailpot-web"
2287version = "0.1.1"
2288dependencies = [
2289 "axum",
2290 "axum-extra",
2291 "axum-login",
2292 "axum-sessions",
2293 "build-info",
2294 "build-info-build",
2295 "cfg-if 1.0.0",
2296 "chrono",
2297 "convert_case",
2298 "dyn-clone",
2299 "eyre",
2300 "http",
2301 "hyper",
2302 "indexmap 1.9.3",
2303 "lazy_static",
2304 "mailpot",
2305 "mailpot-tests",
2306 "minijinja",
2307 "percent-encoding",
2308 "rand",
2309 "serde",
2310 "serde_json",
2311 "serde_urlencoded",
2312 "ssh-key",
2313 "stderrlog",
2314 "tempfile",
2315 "tokio",
2316 "tower",
2317 "tower-http 0.3.5",
2318 "tower-service",
2319 "zstd",
2320]
2321
2322[[package]]
2323name = "matchit"
2324version = "0.7.3"
2325source = "registry+https://github.com/rust-lang/crates.io-index"
2326checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
2327
2328[[package]]
2329name = "melib"
2330version = "0.8.7"
2331source = "registry+https://github.com/rust-lang/crates.io-index"
2332checksum = "7162bc6ee87dbd5c2b5b1b1cad725cbaef87722cd69b1c98a404226b72060027"
2333dependencies = [
2334 "async-stream",
2335 "base64 0.13.1",
2336 "bitflags 2.5.0",
2337 "data-encoding",
2338 "encoding",
2339 "encoding_rs",
2340 "flate2",
2341 "futures",
2342 "indexmap 1.9.3",
2343 "libc",
2344 "libloading",
2345 "log",
2346 "native-tls",
2347 "nix",
2348 "nom",
2349 "notify",
2350 "polling 2.8.0",
2351 "regex",
2352 "serde",
2353 "serde_derive",
2354 "serde_json",
2355 "serde_path_to_error",
2356 "smallvec",
2357 "smol",
2358 "socket2 0.5.7",
2359 "unicode-segmentation",
2360 "uuid",
2361 "xdg",
2362]
2363
2364[[package]]
2365name = "memchr"
2366version = "2.7.2"
2367source = "registry+https://github.com/rust-lang/crates.io-index"
2368checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
2369
2370[[package]]
2371name = "memo-map"
2372version = "0.3.2"
2373source = "registry+https://github.com/rust-lang/crates.io-index"
2374checksum = "374c335b2df19e62d4cb323103473cbc6510980253119180de862d89184f6a83"
2375
2376[[package]]
2377name = "memoffset"
2378version = "0.9.1"
2379source = "registry+https://github.com/rust-lang/crates.io-index"
2380checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
2381dependencies = [
2382 "autocfg",
2383]
2384
2385[[package]]
2386name = "mime"
2387version = "0.3.17"
2388source = "registry+https://github.com/rust-lang/crates.io-index"
2389checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
2390
2391[[package]]
2392name = "minijinja"
2393version = "0.31.1"
2394source = "registry+https://github.com/rust-lang/crates.io-index"
2395checksum = "0b1dbc390e4447b2500c4071d7bc2a808cf07e925bae6b92db8a3c3eae773c58"
2396dependencies = [
2397 "memo-map",
2398 "self_cell 0.10.3",
2399 "serde",
2400]
2401
2402[[package]]
2403name = "minimal-lexical"
2404version = "0.2.1"
2405source = "registry+https://github.com/rust-lang/crates.io-index"
2406checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2407
2408[[package]]
2409name = "miniz_oxide"
2410version = "0.7.3"
2411source = "registry+https://github.com/rust-lang/crates.io-index"
2412checksum = "87dfd01fe195c66b572b37921ad8803d010623c0aca821bea2302239d155cdae"
2413dependencies = [
2414 "adler",
2415]
2416
2417[[package]]
2418name = "mio"
2419version = "0.8.11"
2420source = "registry+https://github.com/rust-lang/crates.io-index"
2421checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
2422dependencies = [
2423 "libc",
2424 "log",
2425 "wasi",
2426 "windows-sys 0.48.0",
2427]
2428
2429[[package]]
2430name = "native-tls"
2431version = "0.2.12"
2432source = "registry+https://github.com/rust-lang/crates.io-index"
2433checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
2434dependencies = [
2435 "libc",
2436 "log",
2437 "openssl",
2438 "openssl-probe",
2439 "openssl-sys",
2440 "schannel",
2441 "security-framework",
2442 "security-framework-sys",
2443 "tempfile",
2444]
2445
2446[[package]]
2447name = "nix"
2448version = "0.27.1"
2449source = "registry+https://github.com/rust-lang/crates.io-index"
2450checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053"
2451dependencies = [
2452 "bitflags 2.5.0",
2453 "cfg-if 1.0.0",
2454 "libc",
2455 "memoffset",
2456]
2457
2458[[package]]
2459name = "nom"
2460version = "7.1.3"
2461source = "registry+https://github.com/rust-lang/crates.io-index"
2462checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
2463dependencies = [
2464 "memchr",
2465 "minimal-lexical",
2466]
2467
2468[[package]]
2469name = "normalize-line-endings"
2470version = "0.3.0"
2471source = "registry+https://github.com/rust-lang/crates.io-index"
2472checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"
2473
2474[[package]]
2475name = "notify"
2476version = "6.1.1"
2477source = "registry+https://github.com/rust-lang/crates.io-index"
2478checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
2479dependencies = [
2480 "bitflags 2.5.0",
2481 "crossbeam-channel",
2482 "filetime",
2483 "fsevent-sys",
2484 "inotify",
2485 "kqueue",
2486 "libc",
2487 "log",
2488 "mio",
2489 "walkdir",
2490 "windows-sys 0.48.0",
2491]
2492
2493[[package]]
2494name = "num"
2495version = "0.4.3"
2496source = "registry+https://github.com/rust-lang/crates.io-index"
2497checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
2498dependencies = [
2499 "num-bigint",
2500 "num-complex",
2501 "num-integer",
2502 "num-iter",
2503 "num-rational",
2504 "num-traits",
2505]
2506
2507[[package]]
2508name = "num-bigint"
2509version = "0.4.5"
2510source = "registry+https://github.com/rust-lang/crates.io-index"
2511checksum = "c165a9ab64cf766f73521c0dd2cfdff64f488b8f0b3e621face3462d3db536d7"
2512dependencies = [
2513 "num-integer",
2514 "num-traits",
2515]
2516
2517[[package]]
2518name = "num-bigint-dig"
2519version = "0.8.4"
2520source = "registry+https://github.com/rust-lang/crates.io-index"
2521checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
2522dependencies = [
2523 "byteorder",
2524 "lazy_static",
2525 "libm",
2526 "num-integer",
2527 "num-iter",
2528 "num-traits",
2529 "rand",
2530 "smallvec",
2531 "zeroize",
2532]
2533
2534[[package]]
2535name = "num-cmp"
2536version = "0.1.0"
2537source = "registry+https://github.com/rust-lang/crates.io-index"
2538checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
2539
2540[[package]]
2541name = "num-complex"
2542version = "0.4.6"
2543source = "registry+https://github.com/rust-lang/crates.io-index"
2544checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
2545dependencies = [
2546 "num-traits",
2547]
2548
2549[[package]]
2550name = "num-conv"
2551version = "0.1.0"
2552source = "registry+https://github.com/rust-lang/crates.io-index"
2553checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
2554
2555[[package]]
2556name = "num-integer"
2557version = "0.1.46"
2558source = "registry+https://github.com/rust-lang/crates.io-index"
2559checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
2560dependencies = [
2561 "num-traits",
2562]
2563
2564[[package]]
2565name = "num-iter"
2566version = "0.1.45"
2567source = "registry+https://github.com/rust-lang/crates.io-index"
2568checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
2569dependencies = [
2570 "autocfg",
2571 "num-integer",
2572 "num-traits",
2573]
2574
2575[[package]]
2576name = "num-rational"
2577version = "0.4.2"
2578source = "registry+https://github.com/rust-lang/crates.io-index"
2579checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
2580dependencies = [
2581 "num-bigint",
2582 "num-integer",
2583 "num-traits",
2584]
2585
2586[[package]]
2587name = "num-traits"
2588version = "0.2.19"
2589source = "registry+https://github.com/rust-lang/crates.io-index"
2590checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
2591dependencies = [
2592 "autocfg",
2593 "libm",
2594]
2595
2596[[package]]
2597name = "num_cpus"
2598version = "1.16.0"
2599source = "registry+https://github.com/rust-lang/crates.io-index"
2600checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
2601dependencies = [
2602 "hermit-abi",
2603 "libc",
2604]
2605
2606[[package]]
2607name = "object"
2608version = "0.35.0"
2609source = "registry+https://github.com/rust-lang/crates.io-index"
2610checksum = "b8ec7ab813848ba4522158d5517a6093db1ded27575b070f4177b8d12b41db5e"
2611dependencies = [
2612 "memchr",
2613]
2614
2615[[package]]
2616name = "once_cell"
2617version = "1.19.0"
2618source = "registry+https://github.com/rust-lang/crates.io-index"
2619checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
2620
2621[[package]]
2622name = "opaque-debug"
2623version = "0.3.1"
2624source = "registry+https://github.com/rust-lang/crates.io-index"
2625checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381"
2626
2627[[package]]
2628name = "openssl"
2629version = "0.10.64"
2630source = "registry+https://github.com/rust-lang/crates.io-index"
2631checksum = "95a0481286a310808298130d22dd1fef0fa571e05a8f44ec801801e84b216b1f"
2632dependencies = [
2633 "bitflags 2.5.0",
2634 "cfg-if 1.0.0",
2635 "foreign-types",
2636 "libc",
2637 "once_cell",
2638 "openssl-macros",
2639 "openssl-sys",
2640]
2641
2642[[package]]
2643name = "openssl-macros"
2644version = "0.1.1"
2645source = "registry+https://github.com/rust-lang/crates.io-index"
2646checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
2647dependencies = [
2648 "proc-macro2",
2649 "quote",
2650 "syn 2.0.66",
2651]
2652
2653[[package]]
2654name = "openssl-probe"
2655version = "0.1.5"
2656source = "registry+https://github.com/rust-lang/crates.io-index"
2657checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
2658
2659[[package]]
2660name = "openssl-sys"
2661version = "0.9.102"
2662source = "registry+https://github.com/rust-lang/crates.io-index"
2663checksum = "c597637d56fbc83893a35eb0dd04b2b8e7a50c91e64e9493e398b5df4fb45fa2"
2664dependencies = [
2665 "cc",
2666 "libc",
2667 "pkg-config",
2668 "vcpkg",
2669]
2670
2671[[package]]
2672name = "p256"
2673version = "0.13.2"
2674source = "registry+https://github.com/rust-lang/crates.io-index"
2675checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b"
2676dependencies = [
2677 "ecdsa",
2678 "elliptic-curve",
2679 "primeorder",
2680 "sha2 0.10.8",
2681]
2682
2683[[package]]
2684name = "p384"
2685version = "0.13.0"
2686source = "registry+https://github.com/rust-lang/crates.io-index"
2687checksum = "70786f51bcc69f6a4c0360e063a4cac5419ef7c5cd5b3c99ad70f3be5ba79209"
2688dependencies = [
2689 "ecdsa",
2690 "elliptic-curve",
2691 "primeorder",
2692 "sha2 0.10.8",
2693]
2694
2695[[package]]
2696name = "p521"
2697version = "0.13.3"
2698source = "registry+https://github.com/rust-lang/crates.io-index"
2699checksum = "0fc9e2161f1f215afdfce23677034ae137bbd45016a880c2eb3ba8eb95f085b2"
2700dependencies = [
2701 "base16ct",
2702 "ecdsa",
2703 "elliptic-curve",
2704 "primeorder",
2705 "rand_core",
2706 "sha2 0.10.8",
2707]
2708
2709[[package]]
2710name = "parking"
2711version = "2.2.0"
2712source = "registry+https://github.com/rust-lang/crates.io-index"
2713checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae"
2714
2715[[package]]
2716name = "parking_lot"
2717version = "0.12.3"
2718source = "registry+https://github.com/rust-lang/crates.io-index"
2719checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
2720dependencies = [
2721 "lock_api",
2722 "parking_lot_core",
2723]
2724
2725[[package]]
2726name = "parking_lot_core"
2727version = "0.9.10"
2728source = "registry+https://github.com/rust-lang/crates.io-index"
2729checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
2730dependencies = [
2731 "cfg-if 1.0.0",
2732 "libc",
2733 "redox_syscall 0.5.1",
2734 "smallvec",
2735 "windows-targets 0.52.5",
2736]
2737
2738[[package]]
2739name = "pathdiff"
2740version = "0.2.1"
2741source = "registry+https://github.com/rust-lang/crates.io-index"
2742checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
2743
2744[[package]]
2745name = "pem-rfc7468"
2746version = "0.7.0"
2747source = "registry+https://github.com/rust-lang/crates.io-index"
2748checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
2749dependencies = [
2750 "base64ct",
2751]
2752
2753[[package]]
2754name = "percent-encoding"
2755version = "2.3.1"
2756source = "registry+https://github.com/rust-lang/crates.io-index"
2757checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
2758
2759[[package]]
2760name = "pin-project"
2761version = "1.1.5"
2762source = "registry+https://github.com/rust-lang/crates.io-index"
2763checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3"
2764dependencies = [
2765 "pin-project-internal",
2766]
2767
2768[[package]]
2769name = "pin-project-internal"
2770version = "1.1.5"
2771source = "registry+https://github.com/rust-lang/crates.io-index"
2772checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"
2773dependencies = [
2774 "proc-macro2",
2775 "quote",
2776 "syn 2.0.66",
2777]
2778
2779[[package]]
2780name = "pin-project-lite"
2781version = "0.2.14"
2782source = "registry+https://github.com/rust-lang/crates.io-index"
2783checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
2784
2785[[package]]
2786name = "pin-utils"
2787version = "0.1.0"
2788source = "registry+https://github.com/rust-lang/crates.io-index"
2789checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2790
2791[[package]]
2792name = "piper"
2793version = "0.2.3"
2794source = "registry+https://github.com/rust-lang/crates.io-index"
2795checksum = "ae1d5c74c9876f070d3e8fd503d748c7d974c3e48da8f41350fa5222ef9b4391"
2796dependencies = [
2797 "atomic-waker",
2798 "fastrand 2.1.0",
2799 "futures-io",
2800]
2801
2802[[package]]
2803name = "pkcs1"
2804version = "0.7.5"
2805source = "registry+https://github.com/rust-lang/crates.io-index"
2806checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
2807dependencies = [
2808 "der",
2809 "pkcs8",
2810 "spki",
2811]
2812
2813[[package]]
2814name = "pkcs8"
2815version = "0.10.2"
2816source = "registry+https://github.com/rust-lang/crates.io-index"
2817checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
2818dependencies = [
2819 "der",
2820 "spki",
2821]
2822
2823[[package]]
2824name = "pkg-config"
2825version = "0.3.30"
2826source = "registry+https://github.com/rust-lang/crates.io-index"
2827checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
2828
2829[[package]]
2830name = "platforms"
2831version = "3.4.0"
2832source = "registry+https://github.com/rust-lang/crates.io-index"
2833checksum = "db23d408679286588f4d4644f965003d056e3dd5abcaaa938116871d7ce2fee7"
2834
2835[[package]]
2836name = "polling"
2837version = "2.8.0"
2838source = "registry+https://github.com/rust-lang/crates.io-index"
2839checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
2840dependencies = [
2841 "autocfg",
2842 "bitflags 1.3.2",
2843 "cfg-if 1.0.0",
2844 "concurrent-queue",
2845 "libc",
2846 "log",
2847 "pin-project-lite",
2848 "windows-sys 0.48.0",
2849]
2850
2851[[package]]
2852name = "polling"
2853version = "3.7.1"
2854source = "registry+https://github.com/rust-lang/crates.io-index"
2855checksum = "5e6a007746f34ed64099e88783b0ae369eaa3da6392868ba262e2af9b8fbaea1"
2856dependencies = [
2857 "cfg-if 1.0.0",
2858 "concurrent-queue",
2859 "hermit-abi",
2860 "pin-project-lite",
2861 "rustix 0.38.34",
2862 "tracing",
2863 "windows-sys 0.52.0",
2864]
2865
2866[[package]]
2867name = "powerfmt"
2868version = "0.2.0"
2869source = "registry+https://github.com/rust-lang/crates.io-index"
2870checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
2871
2872[[package]]
2873name = "ppv-lite86"
2874version = "0.2.17"
2875source = "registry+https://github.com/rust-lang/crates.io-index"
2876checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
2877
2878[[package]]
2879name = "predicates"
2880version = "3.1.0"
2881source = "registry+https://github.com/rust-lang/crates.io-index"
2882checksum = "68b87bfd4605926cdfefc1c3b5f8fe560e3feca9d5552cf68c466d3d8236c7e8"
2883dependencies = [
2884 "anstyle",
2885 "difflib",
2886 "float-cmp",
2887 "normalize-line-endings",
2888 "predicates-core",
2889 "regex",
2890]
2891
2892[[package]]
2893name = "predicates-core"
2894version = "1.0.6"
2895source = "registry+https://github.com/rust-lang/crates.io-index"
2896checksum = "b794032607612e7abeb4db69adb4e33590fa6cf1149e95fd7cb00e634b92f174"
2897
2898[[package]]
2899name = "predicates-tree"
2900version = "1.0.9"
2901source = "registry+https://github.com/rust-lang/crates.io-index"
2902checksum = "368ba315fb8c5052ab692e68a0eefec6ec57b23a36959c14496f0b0df2c0cecf"
2903dependencies = [
2904 "predicates-core",
2905 "termtree",
2906]
2907
2908[[package]]
2909name = "pretty_assertions"
2910version = "1.4.0"
2911source = "registry+https://github.com/rust-lang/crates.io-index"
2912checksum = "af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66"
2913dependencies = [
2914 "diff",
2915 "yansi",
2916]
2917
2918[[package]]
2919name = "primeorder"
2920version = "0.13.6"
2921source = "registry+https://github.com/rust-lang/crates.io-index"
2922checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6"
2923dependencies = [
2924 "elliptic-curve",
2925]
2926
2927[[package]]
2928name = "proc-macro-error"
2929version = "1.0.4"
2930source = "registry+https://github.com/rust-lang/crates.io-index"
2931checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
2932dependencies = [
2933 "proc-macro-error-attr",
2934 "proc-macro2",
2935 "quote",
2936 "syn 1.0.109",
2937 "version_check",
2938]
2939
2940[[package]]
2941name = "proc-macro-error-attr"
2942version = "1.0.4"
2943source = "registry+https://github.com/rust-lang/crates.io-index"
2944checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
2945dependencies = [
2946 "proc-macro2",
2947 "quote",
2948 "version_check",
2949]
2950
2951[[package]]
2952name = "proc-macro2"
2953version = "1.0.85"
2954source = "registry+https://github.com/rust-lang/crates.io-index"
2955checksum = "22244ce15aa966053a896d1accb3a6e68469b97c7f33f284b99f0d576879fc23"
2956dependencies = [
2957 "unicode-ident",
2958]
2959
2960[[package]]
2961name = "quote"
2962version = "1.0.36"
2963source = "registry+https://github.com/rust-lang/crates.io-index"
2964checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
2965dependencies = [
2966 "proc-macro2",
2967]
2968
2969[[package]]
2970name = "rand"
2971version = "0.8.5"
2972source = "registry+https://github.com/rust-lang/crates.io-index"
2973checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
2974dependencies = [
2975 "libc",
2976 "rand_chacha",
2977 "rand_core",
2978]
2979
2980[[package]]
2981name = "rand_chacha"
2982version = "0.3.1"
2983source = "registry+https://github.com/rust-lang/crates.io-index"
2984checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
2985dependencies = [
2986 "ppv-lite86",
2987 "rand_core",
2988]
2989
2990[[package]]
2991name = "rand_core"
2992version = "0.6.4"
2993source = "registry+https://github.com/rust-lang/crates.io-index"
2994checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2995dependencies = [
2996 "getrandom",
2997]
2998
2999[[package]]
3000name = "redox_syscall"
3001version = "0.4.1"
3002source = "registry+https://github.com/rust-lang/crates.io-index"
3003checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
3004dependencies = [
3005 "bitflags 1.3.2",
3006]
3007
3008[[package]]
3009name = "redox_syscall"
3010version = "0.5.1"
3011source = "registry+https://github.com/rust-lang/crates.io-index"
3012checksum = "469052894dcb553421e483e4209ee581a45100d31b4018de03e5a7ad86374a7e"
3013dependencies = [
3014 "bitflags 2.5.0",
3015]
3016
3017[[package]]
3018name = "regex"
3019version = "1.10.4"
3020source = "registry+https://github.com/rust-lang/crates.io-index"
3021checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c"
3022dependencies = [
3023 "aho-corasick",
3024 "memchr",
3025 "regex-automata",
3026 "regex-syntax",
3027]
3028
3029[[package]]
3030name = "regex-automata"
3031version = "0.4.6"
3032source = "registry+https://github.com/rust-lang/crates.io-index"
3033checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea"
3034dependencies = [
3035 "aho-corasick",
3036 "memchr",
3037 "regex-syntax",
3038]
3039
3040[[package]]
3041name = "regex-syntax"
3042version = "0.8.3"
3043source = "registry+https://github.com/rust-lang/crates.io-index"
3044checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56"
3045
3046[[package]]
3047name = "reqwest"
3048version = "0.11.27"
3049source = "registry+https://github.com/rust-lang/crates.io-index"
3050checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
3051dependencies = [
3052 "base64 0.21.7",
3053 "bytes",
3054 "encoding_rs",
3055 "futures-core",
3056 "futures-util",
3057 "h2",
3058 "http",
3059 "http-body",
3060 "hyper",
3061 "hyper-tls",
3062 "ipnet",
3063 "js-sys",
3064 "log",
3065 "mime",
3066 "native-tls",
3067 "once_cell",
3068 "percent-encoding",
3069 "pin-project-lite",
3070 "rustls-pemfile 1.0.4",
3071 "serde",
3072 "serde_json",
3073 "serde_urlencoded",
3074 "sync_wrapper",
3075 "system-configuration",
3076 "tokio",
3077 "tokio-native-tls",
3078 "tower-service",
3079 "url",
3080 "wasm-bindgen",
3081 "wasm-bindgen-futures",
3082 "web-sys",
3083 "winreg",
3084]
3085
3086[[package]]
3087name = "rfc6979"
3088version = "0.4.0"
3089source = "registry+https://github.com/rust-lang/crates.io-index"
3090checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"
3091dependencies = [
3092 "hmac 0.12.1",
3093 "subtle",
3094]
3095
3096[[package]]
3097name = "ring"
3098version = "0.16.20"
3099source = "registry+https://github.com/rust-lang/crates.io-index"
3100checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
3101dependencies = [
3102 "cc",
3103 "libc",
3104 "once_cell",
3105 "spin 0.5.2",
3106 "untrusted 0.7.1",
3107 "web-sys",
3108 "winapi",
3109]
3110
3111[[package]]
3112name = "ring"
3113version = "0.17.8"
3114source = "registry+https://github.com/rust-lang/crates.io-index"
3115checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
3116dependencies = [
3117 "cc",
3118 "cfg-if 1.0.0",
3119 "getrandom",
3120 "libc",
3121 "spin 0.9.8",
3122 "untrusted 0.9.0",
3123 "windows-sys 0.52.0",
3124]
3125
3126[[package]]
3127name = "roff"
3128version = "0.2.1"
3129source = "registry+https://github.com/rust-lang/crates.io-index"
3130checksum = "b833d8d034ea094b1ea68aa6d5c740e0d04bad9d16568d08ba6f76823a114316"
3131
3132[[package]]
3133name = "rsa"
3134version = "0.9.6"
3135source = "registry+https://github.com/rust-lang/crates.io-index"
3136checksum = "5d0e5124fcb30e76a7e79bfee683a2746db83784b86289f6251b54b7950a0dfc"
3137dependencies = [
3138 "const-oid",
3139 "digest 0.10.7",
3140 "num-bigint-dig",
3141 "num-integer",
3142 "num-traits",
3143 "pkcs1",
3144 "pkcs8",
3145 "rand_core",
3146 "sha2 0.10.8",
3147 "signature",
3148 "spki",
3149 "subtle",
3150 "zeroize",
3151]
3152
3153[[package]]
3154name = "rusqlite"
3155version = "0.30.0"
3156source = "registry+https://github.com/rust-lang/crates.io-index"
3157checksum = "a78046161564f5e7cd9008aff3b2990b3850dc8e0349119b98e8f251e099f24d"
3158dependencies = [
3159 "bitflags 2.5.0",
3160 "chrono",
3161 "fallible-iterator",
3162 "fallible-streaming-iterator",
3163 "hashlink",
3164 "libsqlite3-sys",
3165 "serde_json",
3166 "smallvec",
3167]
3168
3169[[package]]
3170name = "rustc-demangle"
3171version = "0.1.24"
3172source = "registry+https://github.com/rust-lang/crates.io-index"
3173checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
3174
3175[[package]]
3176name = "rustc_version"
3177version = "0.4.0"
3178source = "registry+https://github.com/rust-lang/crates.io-index"
3179checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
3180dependencies = [
3181 "semver",
3182]
3183
3184[[package]]
3185name = "rustix"
3186version = "0.37.27"
3187source = "registry+https://github.com/rust-lang/crates.io-index"
3188checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2"
3189dependencies = [
3190 "bitflags 1.3.2",
3191 "errno",
3192 "io-lifetimes",
3193 "libc",
3194 "linux-raw-sys 0.3.8",
3195 "windows-sys 0.48.0",
3196]
3197
3198[[package]]
3199name = "rustix"
3200version = "0.38.34"
3201source = "registry+https://github.com/rust-lang/crates.io-index"
3202checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
3203dependencies = [
3204 "bitflags 2.5.0",
3205 "errno",
3206 "libc",
3207 "linux-raw-sys 0.4.14",
3208 "windows-sys 0.52.0",
3209]
3210
3211[[package]]
3212name = "rustls"
3213version = "0.22.4"
3214source = "registry+https://github.com/rust-lang/crates.io-index"
3215checksum = "bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432"
3216dependencies = [
3217 "log",
3218 "ring 0.17.8",
3219 "rustls-pki-types",
3220 "rustls-webpki",
3221 "subtle",
3222 "zeroize",
3223]
3224
3225[[package]]
3226name = "rustls-pemfile"
3227version = "1.0.4"
3228source = "registry+https://github.com/rust-lang/crates.io-index"
3229checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
3230dependencies = [
3231 "base64 0.21.7",
3232]
3233
3234[[package]]
3235name = "rustls-pemfile"
3236version = "2.1.2"
3237source = "registry+https://github.com/rust-lang/crates.io-index"
3238checksum = "29993a25686778eb88d4189742cd713c9bce943bc54251a33509dc63cbacf73d"
3239dependencies = [
3240 "base64 0.22.1",
3241 "rustls-pki-types",
3242]
3243
3244[[package]]
3245name = "rustls-pki-types"
3246version = "1.7.0"
3247source = "registry+https://github.com/rust-lang/crates.io-index"
3248checksum = "976295e77ce332211c0d24d92c0e83e50f5c5f046d11082cea19f3df13a3562d"
3249
3250[[package]]
3251name = "rustls-webpki"
3252version = "0.102.4"
3253source = "registry+https://github.com/rust-lang/crates.io-index"
3254checksum = "ff448f7e92e913c4b7d4c6d8e4540a1724b319b4152b8aef6d4cf8339712b33e"
3255dependencies = [
3256 "ring 0.17.8",
3257 "rustls-pki-types",
3258 "untrusted 0.9.0",
3259]
3260
3261[[package]]
3262name = "rustversion"
3263version = "1.0.17"
3264source = "registry+https://github.com/rust-lang/crates.io-index"
3265checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6"
3266
3267[[package]]
3268name = "ryu"
3269version = "1.0.18"
3270source = "registry+https://github.com/rust-lang/crates.io-index"
3271checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
3272
3273[[package]]
3274name = "same-file"
3275version = "1.0.6"
3276source = "registry+https://github.com/rust-lang/crates.io-index"
3277checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
3278dependencies = [
3279 "winapi-util",
3280]
3281
3282[[package]]
3283name = "schannel"
3284version = "0.1.23"
3285source = "registry+https://github.com/rust-lang/crates.io-index"
3286checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
3287dependencies = [
3288 "windows-sys 0.52.0",
3289]
3290
3291[[package]]
3292name = "scoped_threadpool"
3293version = "0.1.9"
3294source = "registry+https://github.com/rust-lang/crates.io-index"
3295checksum = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8"
3296
3297[[package]]
3298name = "scopeguard"
3299version = "1.2.0"
3300source = "registry+https://github.com/rust-lang/crates.io-index"
3301checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
3302
3303[[package]]
3304name = "sec1"
3305version = "0.7.3"
3306source = "registry+https://github.com/rust-lang/crates.io-index"
3307checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc"
3308dependencies = [
3309 "base16ct",
3310 "der",
3311 "generic-array",
3312 "pkcs8",
3313 "subtle",
3314 "zeroize",
3315]
3316
3317[[package]]
3318name = "secrecy"
3319version = "0.8.0"
3320source = "registry+https://github.com/rust-lang/crates.io-index"
3321checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"
3322dependencies = [
3323 "zeroize",
3324]
3325
3326[[package]]
3327name = "security-framework"
3328version = "2.11.0"
3329source = "registry+https://github.com/rust-lang/crates.io-index"
3330checksum = "c627723fd09706bacdb5cf41499e95098555af3c3c29d014dc3c458ef6be11c0"
3331dependencies = [
3332 "bitflags 2.5.0",
3333 "core-foundation",
3334 "core-foundation-sys",
3335 "libc",
3336 "security-framework-sys",
3337]
3338
3339[[package]]
3340name = "security-framework-sys"
3341version = "2.11.0"
3342source = "registry+https://github.com/rust-lang/crates.io-index"
3343checksum = "317936bbbd05227752583946b9e66d7ce3b489f84e11a94a510b4437fef407d7"
3344dependencies = [
3345 "core-foundation-sys",
3346 "libc",
3347]
3348
3349[[package]]
3350name = "self_cell"
3351version = "0.10.3"
3352source = "registry+https://github.com/rust-lang/crates.io-index"
3353checksum = "e14e4d63b804dc0c7ec4a1e52bcb63f02c7ac94476755aa579edac21e01f915d"
3354dependencies = [
3355 "self_cell 1.0.4",
3356]
3357
3358[[package]]
3359name = "self_cell"
3360version = "1.0.4"
3361source = "registry+https://github.com/rust-lang/crates.io-index"
3362checksum = "d369a96f978623eb3dc28807c4852d6cc617fed53da5d3c400feff1ef34a714a"
3363
3364[[package]]
3365name = "semver"
3366version = "1.0.23"
3367source = "registry+https://github.com/rust-lang/crates.io-index"
3368checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
3369dependencies = [
3370 "serde",
3371]
3372
3373[[package]]
3374name = "serde"
3375version = "1.0.203"
3376source = "registry+https://github.com/rust-lang/crates.io-index"
3377checksum = "7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094"
3378dependencies = [
3379 "serde_derive",
3380]
3381
3382[[package]]
3383name = "serde_derive"
3384version = "1.0.203"
3385source = "registry+https://github.com/rust-lang/crates.io-index"
3386checksum = "500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba"
3387dependencies = [
3388 "proc-macro2",
3389 "quote",
3390 "syn 2.0.66",
3391]
3392
3393[[package]]
3394name = "serde_html_form"
3395version = "0.2.6"
3396source = "registry+https://github.com/rust-lang/crates.io-index"
3397checksum = "8de514ef58196f1fc96dcaef80fe6170a1ce6215df9687a93fe8300e773fefc5"
3398dependencies = [
3399 "form_urlencoded",
3400 "indexmap 2.2.6",
3401 "itoa",
3402 "ryu",
3403 "serde",
3404]
3405
3406[[package]]
3407name = "serde_json"
3408version = "1.0.117"
3409source = "registry+https://github.com/rust-lang/crates.io-index"
3410checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3"
3411dependencies = [
3412 "itoa",
3413 "ryu",
3414 "serde",
3415]
3416
3417[[package]]
3418name = "serde_path_to_error"
3419version = "0.1.16"
3420source = "registry+https://github.com/rust-lang/crates.io-index"
3421checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
3422dependencies = [
3423 "itoa",
3424 "serde",
3425]
3426
3427[[package]]
3428name = "serde_spanned"
3429version = "0.6.6"
3430source = "registry+https://github.com/rust-lang/crates.io-index"
3431checksum = "79e674e01f999af37c49f70a6ede167a8a60b2503e56c5599532a65baa5969a0"
3432dependencies = [
3433 "serde",
3434]
3435
3436[[package]]
3437name = "serde_urlencoded"
3438version = "0.7.1"
3439source = "registry+https://github.com/rust-lang/crates.io-index"
3440checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
3441dependencies = [
3442 "form_urlencoded",
3443 "itoa",
3444 "ryu",
3445 "serde",
3446]
3447
3448[[package]]
3449name = "sha1"
3450version = "0.10.6"
3451source = "registry+https://github.com/rust-lang/crates.io-index"
3452checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
3453dependencies = [
3454 "cfg-if 1.0.0",
3455 "cpufeatures",
3456 "digest 0.10.7",
3457]
3458
3459[[package]]
3460name = "sha1_smol"
3461version = "1.0.0"
3462source = "registry+https://github.com/rust-lang/crates.io-index"
3463checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012"
3464
3465[[package]]
3466name = "sha2"
3467version = "0.9.9"
3468source = "registry+https://github.com/rust-lang/crates.io-index"
3469checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"
3470dependencies = [
3471 "block-buffer 0.9.0",
3472 "cfg-if 1.0.0",
3473 "cpufeatures",
3474 "digest 0.9.0",
3475 "opaque-debug",
3476]
3477
3478[[package]]
3479name = "sha2"
3480version = "0.10.8"
3481source = "registry+https://github.com/rust-lang/crates.io-index"
3482checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
3483dependencies = [
3484 "cfg-if 1.0.0",
3485 "cpufeatures",
3486 "digest 0.10.7",
3487]
3488
3489[[package]]
3490name = "signal-hook-registry"
3491version = "1.4.2"
3492source = "registry+https://github.com/rust-lang/crates.io-index"
3493checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
3494dependencies = [
3495 "libc",
3496]
3497
3498[[package]]
3499name = "signature"
3500version = "2.2.0"
3501source = "registry+https://github.com/rust-lang/crates.io-index"
3502checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
3503dependencies = [
3504 "digest 0.10.7",
3505 "rand_core",
3506]
3507
3508[[package]]
3509name = "slab"
3510version = "0.4.9"
3511source = "registry+https://github.com/rust-lang/crates.io-index"
3512checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
3513dependencies = [
3514 "autocfg",
3515]
3516
3517[[package]]
3518name = "smallvec"
3519version = "1.13.2"
3520source = "registry+https://github.com/rust-lang/crates.io-index"
3521checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
3522dependencies = [
3523 "serde",
3524]
3525
3526[[package]]
3527name = "smol"
3528version = "1.3.0"
3529source = "registry+https://github.com/rust-lang/crates.io-index"
3530checksum = "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1"
3531dependencies = [
3532 "async-channel 1.9.0",
3533 "async-executor",
3534 "async-fs",
3535 "async-io 1.13.0",
3536 "async-lock 2.8.0",
3537 "async-net",
3538 "async-process",
3539 "blocking",
3540 "futures-lite 1.13.0",
3541]
3542
3543[[package]]
3544name = "socket2"
3545version = "0.4.10"
3546source = "registry+https://github.com/rust-lang/crates.io-index"
3547checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
3548dependencies = [
3549 "libc",
3550 "winapi",
3551]
3552
3553[[package]]
3554name = "socket2"
3555version = "0.5.7"
3556source = "registry+https://github.com/rust-lang/crates.io-index"
3557checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
3558dependencies = [
3559 "libc",
3560 "windows-sys 0.52.0",
3561]
3562
3563[[package]]
3564name = "spin"
3565version = "0.5.2"
3566source = "registry+https://github.com/rust-lang/crates.io-index"
3567checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
3568
3569[[package]]
3570name = "spin"
3571version = "0.9.8"
3572source = "registry+https://github.com/rust-lang/crates.io-index"
3573checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
3574
3575[[package]]
3576name = "spki"
3577version = "0.7.3"
3578source = "registry+https://github.com/rust-lang/crates.io-index"
3579checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
3580dependencies = [
3581 "base64ct",
3582 "der",
3583]
3584
3585[[package]]
3586name = "ssh-cipher"
3587version = "0.2.0"
3588source = "registry+https://github.com/rust-lang/crates.io-index"
3589checksum = "caac132742f0d33c3af65bfcde7f6aa8f62f0e991d80db99149eb9d44708784f"
3590dependencies = [
3591 "cipher",
3592 "ssh-encoding",
3593]
3594
3595[[package]]
3596name = "ssh-encoding"
3597version = "0.2.0"
3598source = "registry+https://github.com/rust-lang/crates.io-index"
3599checksum = "eb9242b9ef4108a78e8cd1a2c98e193ef372437f8c22be363075233321dd4a15"
3600dependencies = [
3601 "base64ct",
3602 "pem-rfc7468",
3603 "sha2 0.10.8",
3604]
3605
3606[[package]]
3607name = "ssh-key"
3608version = "0.6.6"
3609source = "registry+https://github.com/rust-lang/crates.io-index"
3610checksum = "ca9b366a80cf18bb6406f4cf4d10aebfb46140a8c0c33f666a144c5c76ecbafc"
3611dependencies = [
3612 "ed25519-dalek",
3613 "num-bigint-dig",
3614 "p256",
3615 "p384",
3616 "p521",
3617 "rand_core",
3618 "rsa",
3619 "sec1",
3620 "sha2 0.10.8",
3621 "signature",
3622 "ssh-cipher",
3623 "ssh-encoding",
3624 "subtle",
3625 "zeroize",
3626]
3627
3628[[package]]
3629name = "stderrlog"
3630version = "0.6.0"
3631source = "registry+https://github.com/rust-lang/crates.io-index"
3632checksum = "61c910772f992ab17d32d6760e167d2353f4130ed50e796752689556af07dc6b"
3633dependencies = [
3634 "chrono",
3635 "is-terminal",
3636 "log",
3637 "termcolor",
3638 "thread_local",
3639]
3640
3641[[package]]
3642name = "strsim"
3643version = "0.11.1"
3644source = "registry+https://github.com/rust-lang/crates.io-index"
3645checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
3646
3647[[package]]
3648name = "subtle"
3649version = "2.5.0"
3650source = "registry+https://github.com/rust-lang/crates.io-index"
3651checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
3652
3653[[package]]
3654name = "syn"
3655version = "1.0.109"
3656source = "registry+https://github.com/rust-lang/crates.io-index"
3657checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
3658dependencies = [
3659 "proc-macro2",
3660 "quote",
3661 "unicode-ident",
3662]
3663
3664[[package]]
3665name = "syn"
3666version = "2.0.66"
3667source = "registry+https://github.com/rust-lang/crates.io-index"
3668checksum = "c42f3f41a2de00b01c0aaad383c5a45241efc8b2d1eda5661812fda5f3cdcff5"
3669dependencies = [
3670 "proc-macro2",
3671 "quote",
3672 "unicode-ident",
3673]
3674
3675[[package]]
3676name = "sync_wrapper"
3677version = "0.1.2"
3678source = "registry+https://github.com/rust-lang/crates.io-index"
3679checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
3680
3681[[package]]
3682name = "system-configuration"
3683version = "0.5.1"
3684source = "registry+https://github.com/rust-lang/crates.io-index"
3685checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
3686dependencies = [
3687 "bitflags 1.3.2",
3688 "core-foundation",
3689 "system-configuration-sys",
3690]
3691
3692[[package]]
3693name = "system-configuration-sys"
3694version = "0.5.0"
3695source = "registry+https://github.com/rust-lang/crates.io-index"
3696checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
3697dependencies = [
3698 "core-foundation-sys",
3699 "libc",
3700]
3701
3702[[package]]
3703name = "tempfile"
3704version = "3.10.1"
3705source = "registry+https://github.com/rust-lang/crates.io-index"
3706checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
3707dependencies = [
3708 "cfg-if 1.0.0",
3709 "fastrand 2.1.0",
3710 "rustix 0.38.34",
3711 "windows-sys 0.52.0",
3712]
3713
3714[[package]]
3715name = "termcolor"
3716version = "1.1.3"
3717source = "registry+https://github.com/rust-lang/crates.io-index"
3718checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
3719dependencies = [
3720 "winapi-util",
3721]
3722
3723[[package]]
3724name = "terminal_size"
3725version = "0.3.0"
3726source = "registry+https://github.com/rust-lang/crates.io-index"
3727checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7"
3728dependencies = [
3729 "rustix 0.38.34",
3730 "windows-sys 0.48.0",
3731]
3732
3733[[package]]
3734name = "termtree"
3735version = "0.4.1"
3736source = "registry+https://github.com/rust-lang/crates.io-index"
3737checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76"
3738
3739[[package]]
3740name = "ternop"
3741version = "1.0.1"
3742source = "registry+https://github.com/rust-lang/crates.io-index"
3743checksum = "9d4ae32d0a4605a89c28534371b056919c12e7a070ee07505af75130ff030111"
3744
3745[[package]]
3746name = "thiserror"
3747version = "1.0.61"
3748source = "registry+https://github.com/rust-lang/crates.io-index"
3749checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709"
3750dependencies = [
3751 "thiserror-impl",
3752]
3753
3754[[package]]
3755name = "thiserror-impl"
3756version = "1.0.61"
3757source = "registry+https://github.com/rust-lang/crates.io-index"
3758checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533"
3759dependencies = [
3760 "proc-macro2",
3761 "quote",
3762 "syn 2.0.66",
3763]
3764
3765[[package]]
3766name = "thread_local"
3767version = "1.1.8"
3768source = "registry+https://github.com/rust-lang/crates.io-index"
3769checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
3770dependencies = [
3771 "cfg-if 1.0.0",
3772 "once_cell",
3773]
3774
3775[[package]]
3776name = "time"
3777version = "0.3.36"
3778source = "registry+https://github.com/rust-lang/crates.io-index"
3779checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
3780dependencies = [
3781 "deranged",
3782 "itoa",
3783 "num-conv",
3784 "powerfmt",
3785 "serde",
3786 "time-core",
3787 "time-macros",
3788]
3789
3790[[package]]
3791name = "time-core"
3792version = "0.1.2"
3793source = "registry+https://github.com/rust-lang/crates.io-index"
3794checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
3795
3796[[package]]
3797name = "time-macros"
3798version = "0.2.18"
3799source = "registry+https://github.com/rust-lang/crates.io-index"
3800checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
3801dependencies = [
3802 "num-conv",
3803 "time-core",
3804]
3805
3806[[package]]
3807name = "tinyvec"
3808version = "1.6.0"
3809source = "registry+https://github.com/rust-lang/crates.io-index"
3810checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
3811dependencies = [
3812 "tinyvec_macros",
3813]
3814
3815[[package]]
3816name = "tinyvec_macros"
3817version = "0.1.1"
3818source = "registry+https://github.com/rust-lang/crates.io-index"
3819checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
3820
3821[[package]]
3822name = "tokio"
3823version = "1.38.0"
3824source = "registry+https://github.com/rust-lang/crates.io-index"
3825checksum = "ba4f4a02a7a80d6f274636f0aa95c7e383b912d41fe721a31f29e29698585a4a"
3826dependencies = [
3827 "backtrace",
3828 "bytes",
3829 "libc",
3830 "mio",
3831 "num_cpus",
3832 "parking_lot",
3833 "pin-project-lite",
3834 "signal-hook-registry",
3835 "socket2 0.5.7",
3836 "tokio-macros",
3837 "windows-sys 0.48.0",
3838]
3839
3840[[package]]
3841name = "tokio-macros"
3842version = "2.3.0"
3843source = "registry+https://github.com/rust-lang/crates.io-index"
3844checksum = "5f5ae998a069d4b5aba8ee9dad856af7d520c3699e6159b185c2acd48155d39a"
3845dependencies = [
3846 "proc-macro2",
3847 "quote",
3848 "syn 2.0.66",
3849]
3850
3851[[package]]
3852name = "tokio-native-tls"
3853version = "0.3.1"
3854source = "registry+https://github.com/rust-lang/crates.io-index"
3855checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
3856dependencies = [
3857 "native-tls",
3858 "tokio",
3859]
3860
3861[[package]]
3862name = "tokio-util"
3863version = "0.7.11"
3864source = "registry+https://github.com/rust-lang/crates.io-index"
3865checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1"
3866dependencies = [
3867 "bytes",
3868 "futures-core",
3869 "futures-sink",
3870 "pin-project-lite",
3871 "tokio",
3872]
3873
3874[[package]]
3875name = "toml"
3876version = "0.8.14"
3877source = "registry+https://github.com/rust-lang/crates.io-index"
3878checksum = "6f49eb2ab21d2f26bd6db7bf383edc527a7ebaee412d17af4d40fdccd442f335"
3879dependencies = [
3880 "serde",
3881 "serde_spanned",
3882 "toml_datetime",
3883 "toml_edit",
3884]
3885
3886[[package]]
3887name = "toml_datetime"
3888version = "0.6.6"
3889source = "registry+https://github.com/rust-lang/crates.io-index"
3890checksum = "4badfd56924ae69bcc9039335b2e017639ce3f9b001c393c1b2d1ef846ce2cbf"
3891dependencies = [
3892 "serde",
3893]
3894
3895[[package]]
3896name = "toml_edit"
3897version = "0.22.14"
3898source = "registry+https://github.com/rust-lang/crates.io-index"
3899checksum = "f21c7aaf97f1bd9ca9d4f9e73b0a6c74bd5afef56f2bc931943a6e1c37e04e38"
3900dependencies = [
3901 "indexmap 2.2.6",
3902 "serde",
3903 "serde_spanned",
3904 "toml_datetime",
3905 "winnow",
3906]
3907
3908[[package]]
3909name = "tower"
3910version = "0.4.13"
3911source = "registry+https://github.com/rust-lang/crates.io-index"
3912checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
3913dependencies = [
3914 "futures-core",
3915 "futures-util",
3916 "pin-project",
3917 "pin-project-lite",
3918 "tokio",
3919 "tower-layer",
3920 "tower-service",
3921 "tracing",
3922]
3923
3924[[package]]
3925name = "tower-http"
3926version = "0.3.5"
3927source = "registry+https://github.com/rust-lang/crates.io-index"
3928checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
3929dependencies = [
3930 "base64 0.13.1",
3931 "bitflags 1.3.2",
3932 "bytes",
3933 "futures-core",
3934 "futures-util",
3935 "http",
3936 "http-body",
3937 "http-range-header",
3938 "pin-project-lite",
3939 "tower-layer",
3940 "tower-service",
3941]
3942
3943[[package]]
3944name = "tower-http"
3945version = "0.4.4"
3946source = "registry+https://github.com/rust-lang/crates.io-index"
3947checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
3948dependencies = [
3949 "async-compression",
3950 "bitflags 2.5.0",
3951 "bytes",
3952 "futures-core",
3953 "futures-util",
3954 "http",
3955 "http-body",
3956 "http-range-header",
3957 "pin-project-lite",
3958 "tokio",
3959 "tokio-util",
3960 "tower-layer",
3961 "tower-service",
3962 "tracing",
3963]
3964
3965[[package]]
3966name = "tower-layer"
3967version = "0.3.2"
3968source = "registry+https://github.com/rust-lang/crates.io-index"
3969checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
3970
3971[[package]]
3972name = "tower-service"
3973version = "0.3.2"
3974source = "registry+https://github.com/rust-lang/crates.io-index"
3975checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
3976
3977[[package]]
3978name = "tracing"
3979version = "0.1.40"
3980source = "registry+https://github.com/rust-lang/crates.io-index"
3981checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
3982dependencies = [
3983 "log",
3984 "pin-project-lite",
3985 "tracing-attributes",
3986 "tracing-core",
3987]
3988
3989[[package]]
3990name = "tracing-attributes"
3991version = "0.1.27"
3992source = "registry+https://github.com/rust-lang/crates.io-index"
3993checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
3994dependencies = [
3995 "proc-macro2",
3996 "quote",
3997 "syn 2.0.66",
3998]
3999
4000[[package]]
4001name = "tracing-core"
4002version = "0.1.32"
4003source = "registry+https://github.com/rust-lang/crates.io-index"
4004checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
4005dependencies = [
4006 "once_cell",
4007]
4008
4009[[package]]
4010name = "try-lock"
4011version = "0.2.5"
4012source = "registry+https://github.com/rust-lang/crates.io-index"
4013checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
4014
4015[[package]]
4016name = "typenum"
4017version = "1.17.0"
4018source = "registry+https://github.com/rust-lang/crates.io-index"
4019checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
4020
4021[[package]]
4022name = "unicase"
4023version = "2.7.0"
4024source = "registry+https://github.com/rust-lang/crates.io-index"
4025checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
4026dependencies = [
4027 "version_check",
4028]
4029
4030[[package]]
4031name = "unicode-bidi"
4032version = "0.3.15"
4033source = "registry+https://github.com/rust-lang/crates.io-index"
4034checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
4035
4036[[package]]
4037name = "unicode-ident"
4038version = "1.0.12"
4039source = "registry+https://github.com/rust-lang/crates.io-index"
4040checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
4041
4042[[package]]
4043name = "unicode-normalization"
4044version = "0.1.23"
4045source = "registry+https://github.com/rust-lang/crates.io-index"
4046checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
4047dependencies = [
4048 "tinyvec",
4049]
4050
4051[[package]]
4052name = "unicode-segmentation"
4053version = "1.11.0"
4054source = "registry+https://github.com/rust-lang/crates.io-index"
4055checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
4056
4057[[package]]
4058name = "unicode-width"
4059version = "0.1.13"
4060source = "registry+https://github.com/rust-lang/crates.io-index"
4061checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d"
4062
4063[[package]]
4064name = "untrusted"
4065version = "0.7.1"
4066source = "registry+https://github.com/rust-lang/crates.io-index"
4067checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
4068
4069[[package]]
4070name = "untrusted"
4071version = "0.9.0"
4072source = "registry+https://github.com/rust-lang/crates.io-index"
4073checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
4074
4075[[package]]
4076name = "ureq"
4077version = "2.9.7"
4078source = "registry+https://github.com/rust-lang/crates.io-index"
4079checksum = "d11a831e3c0b56e438a28308e7c810799e3c118417f342d30ecec080105395cd"
4080dependencies = [
4081 "base64 0.22.1",
4082 "log",
4083 "once_cell",
4084 "url",
4085]
4086
4087[[package]]
4088name = "url"
4089version = "2.5.0"
4090source = "registry+https://github.com/rust-lang/crates.io-index"
4091checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633"
4092dependencies = [
4093 "form_urlencoded",
4094 "idna",
4095 "percent-encoding",
4096]
4097
4098[[package]]
4099name = "uuid"
4100version = "1.8.0"
4101source = "registry+https://github.com/rust-lang/crates.io-index"
4102checksum = "a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0"
4103dependencies = [
4104 "getrandom",
4105 "serde",
4106 "sha1_smol",
4107]
4108
4109[[package]]
4110name = "vcpkg"
4111version = "0.2.15"
4112source = "registry+https://github.com/rust-lang/crates.io-index"
4113checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
4114
4115[[package]]
4116name = "version_check"
4117version = "0.9.4"
4118source = "registry+https://github.com/rust-lang/crates.io-index"
4119checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
4120
4121[[package]]
4122name = "wait-timeout"
4123version = "0.2.0"
4124source = "registry+https://github.com/rust-lang/crates.io-index"
4125checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6"
4126dependencies = [
4127 "libc",
4128]
4129
4130[[package]]
4131name = "waker-fn"
4132version = "1.2.0"
4133source = "registry+https://github.com/rust-lang/crates.io-index"
4134checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
4135
4136[[package]]
4137name = "walkdir"
4138version = "2.5.0"
4139source = "registry+https://github.com/rust-lang/crates.io-index"
4140checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
4141dependencies = [
4142 "same-file",
4143 "winapi-util",
4144]
4145
4146[[package]]
4147name = "want"
4148version = "0.3.1"
4149source = "registry+https://github.com/rust-lang/crates.io-index"
4150checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
4151dependencies = [
4152 "try-lock",
4153]
4154
4155[[package]]
4156name = "wasi"
4157version = "0.11.0+wasi-snapshot-preview1"
4158source = "registry+https://github.com/rust-lang/crates.io-index"
4159checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
4160
4161[[package]]
4162name = "wasm-bindgen"
4163version = "0.2.92"
4164source = "registry+https://github.com/rust-lang/crates.io-index"
4165checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
4166dependencies = [
4167 "cfg-if 1.0.0",
4168 "wasm-bindgen-macro",
4169]
4170
4171[[package]]
4172name = "wasm-bindgen-backend"
4173version = "0.2.92"
4174source = "registry+https://github.com/rust-lang/crates.io-index"
4175checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
4176dependencies = [
4177 "bumpalo",
4178 "log",
4179 "once_cell",
4180 "proc-macro2",
4181 "quote",
4182 "syn 2.0.66",
4183 "wasm-bindgen-shared",
4184]
4185
4186[[package]]
4187name = "wasm-bindgen-futures"
4188version = "0.4.42"
4189source = "registry+https://github.com/rust-lang/crates.io-index"
4190checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0"
4191dependencies = [
4192 "cfg-if 1.0.0",
4193 "js-sys",
4194 "wasm-bindgen",
4195 "web-sys",
4196]
4197
4198[[package]]
4199name = "wasm-bindgen-macro"
4200version = "0.2.92"
4201source = "registry+https://github.com/rust-lang/crates.io-index"
4202checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
4203dependencies = [
4204 "quote",
4205 "wasm-bindgen-macro-support",
4206]
4207
4208[[package]]
4209name = "wasm-bindgen-macro-support"
4210version = "0.2.92"
4211source = "registry+https://github.com/rust-lang/crates.io-index"
4212checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
4213dependencies = [
4214 "proc-macro2",
4215 "quote",
4216 "syn 2.0.66",
4217 "wasm-bindgen-backend",
4218 "wasm-bindgen-shared",
4219]
4220
4221[[package]]
4222name = "wasm-bindgen-shared"
4223version = "0.2.92"
4224source = "registry+https://github.com/rust-lang/crates.io-index"
4225checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
4226
4227[[package]]
4228name = "web-sys"
4229version = "0.3.69"
4230source = "registry+https://github.com/rust-lang/crates.io-index"
4231checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef"
4232dependencies = [
4233 "js-sys",
4234 "wasm-bindgen",
4235]
4236
4237[[package]]
4238name = "winapi"
4239version = "0.3.9"
4240source = "registry+https://github.com/rust-lang/crates.io-index"
4241checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
4242dependencies = [
4243 "winapi-i686-pc-windows-gnu",
4244 "winapi-x86_64-pc-windows-gnu",
4245]
4246
4247[[package]]
4248name = "winapi-i686-pc-windows-gnu"
4249version = "0.4.0"
4250source = "registry+https://github.com/rust-lang/crates.io-index"
4251checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
4252
4253[[package]]
4254name = "winapi-util"
4255version = "0.1.8"
4256source = "registry+https://github.com/rust-lang/crates.io-index"
4257checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b"
4258dependencies = [
4259 "windows-sys 0.52.0",
4260]
4261
4262[[package]]
4263name = "winapi-x86_64-pc-windows-gnu"
4264version = "0.4.0"
4265source = "registry+https://github.com/rust-lang/crates.io-index"
4266checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
4267
4268[[package]]
4269name = "windows-core"
4270version = "0.52.0"
4271source = "registry+https://github.com/rust-lang/crates.io-index"
4272checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
4273dependencies = [
4274 "windows-targets 0.52.5",
4275]
4276
4277[[package]]
4278name = "windows-sys"
4279version = "0.48.0"
4280source = "registry+https://github.com/rust-lang/crates.io-index"
4281checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
4282dependencies = [
4283 "windows-targets 0.48.5",
4284]
4285
4286[[package]]
4287name = "windows-sys"
4288version = "0.52.0"
4289source = "registry+https://github.com/rust-lang/crates.io-index"
4290checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
4291dependencies = [
4292 "windows-targets 0.52.5",
4293]
4294
4295[[package]]
4296name = "windows-targets"
4297version = "0.48.5"
4298source = "registry+https://github.com/rust-lang/crates.io-index"
4299checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
4300dependencies = [
4301 "windows_aarch64_gnullvm 0.48.5",
4302 "windows_aarch64_msvc 0.48.5",
4303 "windows_i686_gnu 0.48.5",
4304 "windows_i686_msvc 0.48.5",
4305 "windows_x86_64_gnu 0.48.5",
4306 "windows_x86_64_gnullvm 0.48.5",
4307 "windows_x86_64_msvc 0.48.5",
4308]
4309
4310[[package]]
4311name = "windows-targets"
4312version = "0.52.5"
4313source = "registry+https://github.com/rust-lang/crates.io-index"
4314checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb"
4315dependencies = [
4316 "windows_aarch64_gnullvm 0.52.5",
4317 "windows_aarch64_msvc 0.52.5",
4318 "windows_i686_gnu 0.52.5",
4319 "windows_i686_gnullvm",
4320 "windows_i686_msvc 0.52.5",
4321 "windows_x86_64_gnu 0.52.5",
4322 "windows_x86_64_gnullvm 0.52.5",
4323 "windows_x86_64_msvc 0.52.5",
4324]
4325
4326[[package]]
4327name = "windows_aarch64_gnullvm"
4328version = "0.48.5"
4329source = "registry+https://github.com/rust-lang/crates.io-index"
4330checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
4331
4332[[package]]
4333name = "windows_aarch64_gnullvm"
4334version = "0.52.5"
4335source = "registry+https://github.com/rust-lang/crates.io-index"
4336checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263"
4337
4338[[package]]
4339name = "windows_aarch64_msvc"
4340version = "0.48.5"
4341source = "registry+https://github.com/rust-lang/crates.io-index"
4342checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
4343
4344[[package]]
4345name = "windows_aarch64_msvc"
4346version = "0.52.5"
4347source = "registry+https://github.com/rust-lang/crates.io-index"
4348checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6"
4349
4350[[package]]
4351name = "windows_i686_gnu"
4352version = "0.48.5"
4353source = "registry+https://github.com/rust-lang/crates.io-index"
4354checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
4355
4356[[package]]
4357name = "windows_i686_gnu"
4358version = "0.52.5"
4359source = "registry+https://github.com/rust-lang/crates.io-index"
4360checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670"
4361
4362[[package]]
4363name = "windows_i686_gnullvm"
4364version = "0.52.5"
4365source = "registry+https://github.com/rust-lang/crates.io-index"
4366checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9"
4367
4368[[package]]
4369name = "windows_i686_msvc"
4370version = "0.48.5"
4371source = "registry+https://github.com/rust-lang/crates.io-index"
4372checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
4373
4374[[package]]
4375name = "windows_i686_msvc"
4376version = "0.52.5"
4377source = "registry+https://github.com/rust-lang/crates.io-index"
4378checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf"
4379
4380[[package]]
4381name = "windows_x86_64_gnu"
4382version = "0.48.5"
4383source = "registry+https://github.com/rust-lang/crates.io-index"
4384checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
4385
4386[[package]]
4387name = "windows_x86_64_gnu"
4388version = "0.52.5"
4389source = "registry+https://github.com/rust-lang/crates.io-index"
4390checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9"
4391
4392[[package]]
4393name = "windows_x86_64_gnullvm"
4394version = "0.48.5"
4395source = "registry+https://github.com/rust-lang/crates.io-index"
4396checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
4397
4398[[package]]
4399name = "windows_x86_64_gnullvm"
4400version = "0.52.5"
4401source = "registry+https://github.com/rust-lang/crates.io-index"
4402checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596"
4403
4404[[package]]
4405name = "windows_x86_64_msvc"
4406version = "0.48.5"
4407source = "registry+https://github.com/rust-lang/crates.io-index"
4408checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
4409
4410[[package]]
4411name = "windows_x86_64_msvc"
4412version = "0.52.5"
4413source = "registry+https://github.com/rust-lang/crates.io-index"
4414checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0"
4415
4416[[package]]
4417name = "winnow"
4418version = "0.6.13"
4419source = "registry+https://github.com/rust-lang/crates.io-index"
4420checksum = "59b5e5f6c299a3c7890b876a2a587f3115162487e704907d9b6cd29473052ba1"
4421dependencies = [
4422 "memchr",
4423]
4424
4425[[package]]
4426name = "winreg"
4427version = "0.50.0"
4428source = "registry+https://github.com/rust-lang/crates.io-index"
4429checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
4430dependencies = [
4431 "cfg-if 1.0.0",
4432 "windows-sys 0.48.0",
4433]
4434
4435[[package]]
4436name = "xdg"
4437version = "2.5.2"
4438source = "registry+https://github.com/rust-lang/crates.io-index"
4439checksum = "213b7324336b53d2414b2db8537e56544d981803139155afa84f76eeebb7a546"
4440
4441[[package]]
4442name = "yansi"
4443version = "0.5.1"
4444source = "registry+https://github.com/rust-lang/crates.io-index"
4445checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
4446
4447[[package]]
4448name = "zerocopy"
4449version = "0.7.34"
4450source = "registry+https://github.com/rust-lang/crates.io-index"
4451checksum = "ae87e3fcd617500e5d106f0380cf7b77f3c6092aae37191433159dda23cfb087"
4452dependencies = [
4453 "zerocopy-derive",
4454]
4455
4456[[package]]
4457name = "zerocopy-derive"
4458version = "0.7.34"
4459source = "registry+https://github.com/rust-lang/crates.io-index"
4460checksum = "15e934569e47891f7d9411f1a451d947a60e000ab3bd24fbb970f000387d1b3b"
4461dependencies = [
4462 "proc-macro2",
4463 "quote",
4464 "syn 2.0.66",
4465]
4466
4467[[package]]
4468name = "zeroize"
4469version = "1.8.1"
4470source = "registry+https://github.com/rust-lang/crates.io-index"
4471checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
4472
4473[[package]]
4474name = "zstd"
4475version = "0.13.1"
4476source = "registry+https://github.com/rust-lang/crates.io-index"
4477checksum = "2d789b1514203a1120ad2429eae43a7bd32b90976a7bb8a05f7ec02fa88cc23a"
4478dependencies = [
4479 "zstd-safe",
4480]
4481
4482[[package]]
4483name = "zstd-safe"
4484version = "7.1.0"
4485source = "registry+https://github.com/rust-lang/crates.io-index"
4486checksum = "1cd99b45c6bc03a018c8b8a86025678c87e55526064e38f9df301989dce7ec0a"
4487dependencies = [
4488 "zstd-sys",
4489]
4490
4491[[package]]
4492name = "zstd-sys"
4493version = "2.0.10+zstd.1.5.6"
4494source = "registry+https://github.com/rust-lang/crates.io-index"
4495checksum = "c253a4914af5bafc8fa8c86ee400827e83cf6ec01195ec1f1ed8441bf00d65aa"
4496dependencies = [
4497 "cc",
4498 "pkg-config",
4499]