biome: 1.9.2 -> 1.9.3
[NixPkgs.git] / pkgs / by-name / ae / aerogramme / Cargo.lock
blobcf6b1c43b0eb498fd4e5301edf316563b0d6ea02
1 # This file is automatically @generated by Cargo.
2 # It is not intended for manual editing.
3 version = 3
5 [[package]]
6 name = "abnf-core"
7 version = "0.6.0"
8 source = "registry+https://github.com/rust-lang/crates.io-index"
9 checksum = "ec182d1f071b906a9f59269c89af101515a5cbe58f723eb6717e7fe7445c0dea"
10 dependencies = [
11  "nom 7.1.3",
14 [[package]]
15 name = "addr2line"
16 version = "0.15.2"
17 source = "registry+https://github.com/rust-lang/crates.io-index"
18 checksum = "e7a2e47a1fbe209ee101dd6d61285226744c6c8d3c21c8dc878ba6cb9f467f3a"
19 dependencies = [
20  "gimli",
23 [[package]]
24 name = "adler"
25 version = "1.0.2"
26 source = "registry+https://github.com/rust-lang/crates.io-index"
27 checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
29 [[package]]
30 name = "aero-bayou"
31 version = "0.3.0"
32 dependencies = [
33  "aero-user",
34  "anyhow",
35  "hex",
36  "log",
37  "rand",
38  "serde",
39  "tokio",
40  "tracing",
43 [[package]]
44 name = "aero-collections"
45 version = "0.3.0"
46 dependencies = [
47  "aero-bayou",
48  "aero-user",
49  "anyhow",
50  "base64 0.21.7",
51  "eml-codec",
52  "futures",
53  "hex",
54  "icalendar",
55  "im",
56  "lazy_static",
57  "rand",
58  "serde",
59  "sodiumoxide",
60  "tokio",
61  "tracing",
64 [[package]]
65 name = "aero-dav"
66 version = "0.3.0"
67 dependencies = [
68  "chrono",
69  "futures",
70  "http 1.1.0",
71  "quick-xml",
72  "tokio",
73  "tracing",
76 [[package]]
77 name = "aero-ical"
78 version = "0.3.0"
79 dependencies = [
80  "aero-dav",
81  "chrono",
82  "icalendar",
83  "nom 7.1.3",
84  "tracing",
87 [[package]]
88 name = "aero-proto"
89 version = "0.3.0"
90 dependencies = [
91  "aero-collections",
92  "aero-dav",
93  "aero-ical",
94  "aero-sasl",
95  "aero-user",
96  "anyhow",
97  "async-trait",
98  "base64 0.21.7",
99  "chrono",
100  "duplexify",
101  "eml-codec",
102  "futures",
103  "http-body-util",
104  "hyper 1.2.0",
105  "hyper-util",
106  "icalendar",
107  "imap-codec",
108  "imap-flow",
109  "quick-xml",
110  "rustls 0.22.2",
111  "rustls-pemfile 2.1.1",
112  "smtp-message",
113  "smtp-server",
114  "thiserror",
115  "tokio",
116  "tokio-rustls 0.25.0",
117  "tokio-stream",
118  "tokio-util",
119  "tracing",
122 [[package]]
123 name = "aero-sasl"
124 version = "0.3.0"
125 dependencies = [
126  "anyhow",
127  "base64 0.21.7",
128  "futures",
129  "hex",
130  "nom 7.1.3",
131  "rand",
132  "tokio",
133  "tokio-util",
134  "tracing",
137 [[package]]
138 name = "aero-user"
139 version = "0.3.0"
140 dependencies = [
141  "anyhow",
142  "argon2",
143  "async-trait",
144  "aws-config",
145  "aws-sdk-s3",
146  "aws-smithy-runtime",
147  "aws-smithy-runtime-api",
148  "base64 0.21.7",
149  "hyper-rustls 0.26.0",
150  "hyper-util",
151  "k2v-client",
152  "ldap3",
153  "log",
154  "rand",
155  "rmp-serde",
156  "serde",
157  "sodiumoxide",
158  "tokio",
159  "toml",
160  "tracing",
161  "zstd",
164 [[package]]
165 name = "aerogramme"
166 version = "0.3.0"
167 dependencies = [
168  "aero-dav",
169  "aero-proto",
170  "aero-user",
171  "anyhow",
172  "backtrace",
173  "clap",
174  "futures",
175  "log",
176  "nix",
177  "quick-xml",
178  "reqwest",
179  "rpassword",
180  "tokio",
181  "tracing",
182  "tracing-subscriber",
185 [[package]]
186 name = "aerogramme-fuzz"
187 version = "0.0.0"
188 dependencies = [
189  "aero-dav",
190  "arbitrary",
191  "libfuzzer-sys",
192  "quick-xml",
193  "tokio",
196 [[package]]
197 name = "android-tzdata"
198 version = "0.1.1"
199 source = "registry+https://github.com/rust-lang/crates.io-index"
200 checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
202 [[package]]
203 name = "android_system_properties"
204 version = "0.1.5"
205 source = "registry+https://github.com/rust-lang/crates.io-index"
206 checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
207 dependencies = [
208  "libc",
211 [[package]]
212 name = "anyhow"
213 version = "1.0.79"
214 source = "registry+https://github.com/rust-lang/crates.io-index"
215 checksum = "080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca"
217 [[package]]
218 name = "arbitrary"
219 version = "1.3.2"
220 source = "registry+https://github.com/rust-lang/crates.io-index"
221 checksum = "7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110"
222 dependencies = [
223  "derive_arbitrary",
226 [[package]]
227 name = "argon2"
228 version = "0.5.3"
229 source = "registry+https://github.com/rust-lang/crates.io-index"
230 checksum = "3c3610892ee6e0cbce8ae2700349fcf8f98adb0dbfbee85aec3c9179d29cc072"
231 dependencies = [
232  "base64ct",
233  "blake2",
234  "cpufeatures",
235  "password-hash",
238 [[package]]
239 name = "arrayvec"
240 version = "0.5.2"
241 source = "registry+https://github.com/rust-lang/crates.io-index"
242 checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
244 [[package]]
245 name = "asn1-rs"
246 version = "0.3.1"
247 source = "registry+https://github.com/rust-lang/crates.io-index"
248 checksum = "30ff05a702273012438132f449575dbc804e27b2f3cbe3069aa237d26c98fa33"
249 dependencies = [
250  "asn1-rs-derive",
251  "asn1-rs-impl",
252  "displaydoc",
253  "nom 7.1.3",
254  "num-traits",
255  "rusticata-macros",
256  "thiserror",
257  "time",
260 [[package]]
261 name = "asn1-rs-derive"
262 version = "0.1.0"
263 source = "registry+https://github.com/rust-lang/crates.io-index"
264 checksum = "db8b7511298d5b7784b40b092d9e9dcd3a627a5707e4b5e507931ab0d44eeebf"
265 dependencies = [
266  "proc-macro2",
267  "quote",
268  "syn 1.0.109",
269  "synstructure",
272 [[package]]
273 name = "asn1-rs-impl"
274 version = "0.1.0"
275 source = "registry+https://github.com/rust-lang/crates.io-index"
276 checksum = "2777730b2039ac0f95f093556e61b6d26cebed5393ca6f152717777cec3a42ed"
277 dependencies = [
278  "proc-macro2",
279  "quote",
280  "syn 1.0.109",
283 [[package]]
284 name = "async-channel"
285 version = "1.9.0"
286 source = "registry+https://github.com/rust-lang/crates.io-index"
287 checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
288 dependencies = [
289  "concurrent-queue",
290  "event-listener 2.5.3",
291  "futures-core",
294 [[package]]
295 name = "async-channel"
296 version = "2.2.0"
297 source = "registry+https://github.com/rust-lang/crates.io-index"
298 checksum = "f28243a43d821d11341ab73c80bed182dc015c514b951616cf79bd4af39af0c3"
299 dependencies = [
300  "concurrent-queue",
301  "event-listener 5.2.0",
302  "event-listener-strategy 0.5.0",
303  "futures-core",
304  "pin-project-lite 0.2.13",
307 [[package]]
308 name = "async-executor"
309 version = "1.8.0"
310 source = "registry+https://github.com/rust-lang/crates.io-index"
311 checksum = "17ae5ebefcc48e7452b4987947920dac9450be1110cadf34d1b8c116bdbaf97c"
312 dependencies = [
313  "async-lock 3.3.0",
314  "async-task",
315  "concurrent-queue",
316  "fastrand 2.0.1",
317  "futures-lite 2.2.0",
318  "slab",
321 [[package]]
322 name = "async-fs"
323 version = "1.6.0"
324 source = "registry+https://github.com/rust-lang/crates.io-index"
325 checksum = "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06"
326 dependencies = [
327  "async-lock 2.8.0",
328  "autocfg",
329  "blocking",
330  "futures-lite 1.13.0",
333 [[package]]
334 name = "async-global-executor"
335 version = "2.4.1"
336 source = "registry+https://github.com/rust-lang/crates.io-index"
337 checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
338 dependencies = [
339  "async-channel 2.2.0",
340  "async-executor",
341  "async-io 2.3.1",
342  "async-lock 3.3.0",
343  "blocking",
344  "futures-lite 2.2.0",
345  "once_cell",
348 [[package]]
349 name = "async-io"
350 version = "1.13.0"
351 source = "registry+https://github.com/rust-lang/crates.io-index"
352 checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
353 dependencies = [
354  "async-lock 2.8.0",
355  "autocfg",
356  "cfg-if",
357  "concurrent-queue",
358  "futures-lite 1.13.0",
359  "log",
360  "parking",
361  "polling 2.8.0",
362  "rustix 0.37.27",
363  "slab",
364  "socket2 0.4.10",
365  "waker-fn",
368 [[package]]
369 name = "async-io"
370 version = "2.3.1"
371 source = "registry+https://github.com/rust-lang/crates.io-index"
372 checksum = "8f97ab0c5b00a7cdbe5a371b9a782ee7be1316095885c8a4ea1daf490eb0ef65"
373 dependencies = [
374  "async-lock 3.3.0",
375  "cfg-if",
376  "concurrent-queue",
377  "futures-io",
378  "futures-lite 2.2.0",
379  "parking",
380  "polling 3.5.0",
381  "rustix 0.38.31",
382  "slab",
383  "tracing",
384  "windows-sys 0.52.0",
387 [[package]]
388 name = "async-lock"
389 version = "2.8.0"
390 source = "registry+https://github.com/rust-lang/crates.io-index"
391 checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
392 dependencies = [
393  "event-listener 2.5.3",
396 [[package]]
397 name = "async-lock"
398 version = "3.3.0"
399 source = "registry+https://github.com/rust-lang/crates.io-index"
400 checksum = "d034b430882f8381900d3fe6f0aaa3ad94f2cb4ac519b429692a1bc2dda4ae7b"
401 dependencies = [
402  "event-listener 4.0.3",
403  "event-listener-strategy 0.4.0",
404  "pin-project-lite 0.2.13",
407 [[package]]
408 name = "async-net"
409 version = "1.8.0"
410 source = "registry+https://github.com/rust-lang/crates.io-index"
411 checksum = "0434b1ed18ce1cf5769b8ac540e33f01fa9471058b5e89da9e06f3c882a8c12f"
412 dependencies = [
413  "async-io 1.13.0",
414  "blocking",
415  "futures-lite 1.13.0",
418 [[package]]
419 name = "async-process"
420 version = "1.8.1"
421 source = "registry+https://github.com/rust-lang/crates.io-index"
422 checksum = "ea6438ba0a08d81529c69b36700fa2f95837bfe3e776ab39cde9c14d9149da88"
423 dependencies = [
424  "async-io 1.13.0",
425  "async-lock 2.8.0",
426  "async-signal",
427  "blocking",
428  "cfg-if",
429  "event-listener 3.1.0",
430  "futures-lite 1.13.0",
431  "rustix 0.38.31",
432  "windows-sys 0.48.0",
435 [[package]]
436 name = "async-signal"
437 version = "0.2.5"
438 source = "registry+https://github.com/rust-lang/crates.io-index"
439 checksum = "9e47d90f65a225c4527103a8d747001fc56e375203592b25ad103e1ca13124c5"
440 dependencies = [
441  "async-io 2.3.1",
442  "async-lock 2.8.0",
443  "atomic-waker",
444  "cfg-if",
445  "futures-core",
446  "futures-io",
447  "rustix 0.38.31",
448  "signal-hook-registry",
449  "slab",
450  "windows-sys 0.48.0",
453 [[package]]
454 name = "async-std"
455 version = "1.12.0"
456 source = "registry+https://github.com/rust-lang/crates.io-index"
457 checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d"
458 dependencies = [
459  "async-channel 1.9.0",
460  "async-global-executor",
461  "async-io 1.13.0",
462  "async-lock 2.8.0",
463  "crossbeam-utils",
464  "futures-channel",
465  "futures-core",
466  "futures-io",
467  "futures-lite 1.13.0",
468  "gloo-timers",
469  "kv-log-macro",
470  "log",
471  "memchr",
472  "once_cell",
473  "pin-project-lite 0.2.13",
474  "pin-utils",
475  "slab",
476  "wasm-bindgen-futures",
479 [[package]]
480 name = "async-task"
481 version = "4.7.0"
482 source = "registry+https://github.com/rust-lang/crates.io-index"
483 checksum = "fbb36e985947064623dbd357f727af08ffd077f93d696782f3c56365fa2e2799"
485 [[package]]
486 name = "async-trait"
487 version = "0.1.77"
488 source = "registry+https://github.com/rust-lang/crates.io-index"
489 checksum = "c980ee35e870bd1a4d2c8294d4c04d0499e67bca1e4b5cefcc693c2fa00caea9"
490 dependencies = [
491  "proc-macro2",
492  "quote",
493  "syn 2.0.48",
496 [[package]]
497 name = "atomic-waker"
498 version = "1.1.2"
499 source = "registry+https://github.com/rust-lang/crates.io-index"
500 checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
502 [[package]]
503 name = "atty"
504 version = "0.2.14"
505 source = "registry+https://github.com/rust-lang/crates.io-index"
506 checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
507 dependencies = [
508  "hermit-abi 0.1.19",
509  "libc",
510  "winapi",
513 [[package]]
514 name = "auto_enums"
515 version = "0.7.12"
516 source = "registry+https://github.com/rust-lang/crates.io-index"
517 checksum = "fe0dfe45d75158751e195799f47ea02e81f570aa24bc5ef999cdd9e888c4b5c3"
518 dependencies = [
519  "auto_enums_core",
520  "auto_enums_derive",
523 [[package]]
524 name = "auto_enums_core"
525 version = "0.7.12"
526 source = "registry+https://github.com/rust-lang/crates.io-index"
527 checksum = "da47c46001293a2c4b744d731958be22cff408a2ab76e2279328f9713b1267b4"
528 dependencies = [
529  "proc-macro2",
530  "quote",
531  "syn 1.0.109",
534 [[package]]
535 name = "auto_enums_derive"
536 version = "0.7.12"
537 source = "registry+https://github.com/rust-lang/crates.io-index"
538 checksum = "41aed1da83ecdc799503b7cb94da1b45a34d72b49caf40a61d9cf5b88ec07cfd"
539 dependencies = [
540  "autocfg",
541  "derive_utils",
542  "proc-macro2",
543  "quote",
544  "syn 1.0.109",
547 [[package]]
548 name = "autocfg"
549 version = "1.1.0"
550 source = "registry+https://github.com/rust-lang/crates.io-index"
551 checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
553 [[package]]
554 name = "aws-config"
555 version = "1.1.7"
556 source = "registry+https://github.com/rust-lang/crates.io-index"
557 checksum = "0b96342ea8948ab9bef3e6234ea97fc32e2d8a88d8fb6a084e52267317f94b6b"
558 dependencies = [
559  "aws-credential-types",
560  "aws-runtime",
561  "aws-sdk-sso",
562  "aws-sdk-ssooidc",
563  "aws-sdk-sts",
564  "aws-smithy-async",
565  "aws-smithy-http",
566  "aws-smithy-json",
567  "aws-smithy-runtime",
568  "aws-smithy-runtime-api",
569  "aws-smithy-types",
570  "aws-types",
571  "bytes",
572  "fastrand 2.0.1",
573  "hex",
574  "http 0.2.12",
575  "hyper 0.14.28",
576  "ring 0.17.7",
577  "time",
578  "tokio",
579  "tracing",
580  "zeroize",
583 [[package]]
584 name = "aws-credential-types"
585 version = "1.1.7"
586 source = "registry+https://github.com/rust-lang/crates.io-index"
587 checksum = "273fa47dafc9ef14c2c074ddddbea4561ff01b7f68d5091c0e9737ced605c01d"
588 dependencies = [
589  "aws-smithy-async",
590  "aws-smithy-runtime-api",
591  "aws-smithy-types",
592  "zeroize",
595 [[package]]
596 name = "aws-runtime"
597 version = "1.1.7"
598 source = "registry+https://github.com/rust-lang/crates.io-index"
599 checksum = "6e38bab716c8bf07da24be07ecc02e0f5656ce8f30a891322ecdcb202f943b85"
600 dependencies = [
601  "aws-credential-types",
602  "aws-sigv4",
603  "aws-smithy-async",
604  "aws-smithy-eventstream",
605  "aws-smithy-http",
606  "aws-smithy-runtime-api",
607  "aws-smithy-types",
608  "aws-types",
609  "bytes",
610  "fastrand 2.0.1",
611  "http 0.2.12",
612  "http-body 0.4.6",
613  "percent-encoding",
614  "pin-project-lite 0.2.13",
615  "tracing",
616  "uuid",
619 [[package]]
620 name = "aws-sdk-config"
621 version = "1.16.0"
622 source = "registry+https://github.com/rust-lang/crates.io-index"
623 checksum = "07979fd68679736ba306d6ea2a4dc2fd835ac4d454942c5d8920ef83ed2f979f"
624 dependencies = [
625  "aws-credential-types",
626  "aws-runtime",
627  "aws-smithy-async",
628  "aws-smithy-http",
629  "aws-smithy-json",
630  "aws-smithy-runtime",
631  "aws-smithy-runtime-api",
632  "aws-smithy-types",
633  "aws-types",
634  "bytes",
635  "http 0.2.12",
636  "once_cell",
637  "regex-lite",
638  "tracing",
641 [[package]]
642 name = "aws-sdk-s3"
643 version = "1.17.0"
644 source = "registry+https://github.com/rust-lang/crates.io-index"
645 checksum = "93d35d39379445970fc3e4ddf7559fff2c32935ce0b279f9cb27080d6b7c6d94"
646 dependencies = [
647  "aws-credential-types",
648  "aws-runtime",
649  "aws-sigv4",
650  "aws-smithy-async",
651  "aws-smithy-checksums",
652  "aws-smithy-eventstream",
653  "aws-smithy-http",
654  "aws-smithy-json",
655  "aws-smithy-runtime",
656  "aws-smithy-runtime-api",
657  "aws-smithy-types",
658  "aws-smithy-xml",
659  "aws-types",
660  "bytes",
661  "http 0.2.12",
662  "http-body 0.4.6",
663  "once_cell",
664  "percent-encoding",
665  "regex-lite",
666  "tracing",
667  "url",
670 [[package]]
671 name = "aws-sdk-sso"
672 version = "1.15.0"
673 source = "registry+https://github.com/rust-lang/crates.io-index"
674 checksum = "d84bd3925a17c9adbf6ec65d52104a44a09629d8f70290542beeee69a95aee7f"
675 dependencies = [
676  "aws-credential-types",
677  "aws-runtime",
678  "aws-smithy-async",
679  "aws-smithy-http",
680  "aws-smithy-json",
681  "aws-smithy-runtime",
682  "aws-smithy-runtime-api",
683  "aws-smithy-types",
684  "aws-types",
685  "bytes",
686  "http 0.2.12",
687  "once_cell",
688  "regex-lite",
689  "tracing",
692 [[package]]
693 name = "aws-sdk-ssooidc"
694 version = "1.15.0"
695 source = "registry+https://github.com/rust-lang/crates.io-index"
696 checksum = "2c2dae39e997f58bc4d6292e6244b26ba630c01ab671b6f9f44309de3eb80ab8"
697 dependencies = [
698  "aws-credential-types",
699  "aws-runtime",
700  "aws-smithy-async",
701  "aws-smithy-http",
702  "aws-smithy-json",
703  "aws-smithy-runtime",
704  "aws-smithy-runtime-api",
705  "aws-smithy-types",
706  "aws-types",
707  "bytes",
708  "http 0.2.12",
709  "once_cell",
710  "regex-lite",
711  "tracing",
714 [[package]]
715 name = "aws-sdk-sts"
716 version = "1.15.0"
717 source = "registry+https://github.com/rust-lang/crates.io-index"
718 checksum = "17fd9a53869fee17cea77e352084e1aa71e2c5e323d974c13a9c2bcfd9544c7f"
719 dependencies = [
720  "aws-credential-types",
721  "aws-runtime",
722  "aws-smithy-async",
723  "aws-smithy-http",
724  "aws-smithy-json",
725  "aws-smithy-query",
726  "aws-smithy-runtime",
727  "aws-smithy-runtime-api",
728  "aws-smithy-types",
729  "aws-smithy-xml",
730  "aws-types",
731  "http 0.2.12",
732  "once_cell",
733  "regex-lite",
734  "tracing",
737 [[package]]
738 name = "aws-sigv4"
739 version = "1.1.7"
740 source = "registry+https://github.com/rust-lang/crates.io-index"
741 checksum = "8ada00a4645d7d89f296fe0ddbc3fe3554f03035937c849a05d37ddffc1f29a1"
742 dependencies = [
743  "aws-credential-types",
744  "aws-smithy-eventstream",
745  "aws-smithy-http",
746  "aws-smithy-runtime-api",
747  "aws-smithy-types",
748  "bytes",
749  "crypto-bigint 0.5.5",
750  "form_urlencoded",
751  "hex",
752  "hmac",
753  "http 0.2.12",
754  "http 1.1.0",
755  "once_cell",
756  "p256",
757  "percent-encoding",
758  "ring 0.17.7",
759  "sha2",
760  "subtle",
761  "time",
762  "tracing",
763  "zeroize",
766 [[package]]
767 name = "aws-smithy-async"
768 version = "1.1.7"
769 source = "registry+https://github.com/rust-lang/crates.io-index"
770 checksum = "fcf7f09a27286d84315dfb9346208abb3b0973a692454ae6d0bc8d803fcce3b4"
771 dependencies = [
772  "futures-util",
773  "pin-project-lite 0.2.13",
774  "tokio",
777 [[package]]
778 name = "aws-smithy-checksums"
779 version = "0.60.6"
780 source = "registry+https://github.com/rust-lang/crates.io-index"
781 checksum = "0fd4b66f2a8e7c84d7e97bda2666273d41d2a2e25302605bcf906b7b2661ae5e"
782 dependencies = [
783  "aws-smithy-http",
784  "aws-smithy-types",
785  "bytes",
786  "crc32c",
787  "crc32fast",
788  "hex",
789  "http 0.2.12",
790  "http-body 0.4.6",
791  "md-5",
792  "pin-project-lite 0.2.13",
793  "sha1",
794  "sha2",
795  "tracing",
798 [[package]]
799 name = "aws-smithy-eventstream"
800 version = "0.60.4"
801 source = "registry+https://github.com/rust-lang/crates.io-index"
802 checksum = "e6363078f927f612b970edf9d1903ef5cef9a64d1e8423525ebb1f0a1633c858"
803 dependencies = [
804  "aws-smithy-types",
805  "bytes",
806  "crc32fast",
809 [[package]]
810 name = "aws-smithy-http"
811 version = "0.60.6"
812 source = "registry+https://github.com/rust-lang/crates.io-index"
813 checksum = "b6ca214a6a26f1b7ebd63aa8d4f5e2194095643023f9608edf99a58247b9d80d"
814 dependencies = [
815  "aws-smithy-eventstream",
816  "aws-smithy-runtime-api",
817  "aws-smithy-types",
818  "bytes",
819  "bytes-utils",
820  "futures-core",
821  "http 0.2.12",
822  "http-body 0.4.6",
823  "once_cell",
824  "percent-encoding",
825  "pin-project-lite 0.2.13",
826  "pin-utils",
827  "tracing",
830 [[package]]
831 name = "aws-smithy-json"
832 version = "0.60.6"
833 source = "registry+https://github.com/rust-lang/crates.io-index"
834 checksum = "1af80ecf3057fb25fe38d1687e94c4601a7817c6a1e87c1b0635f7ecb644ace5"
835 dependencies = [
836  "aws-smithy-types",
839 [[package]]
840 name = "aws-smithy-query"
841 version = "0.60.6"
842 source = "registry+https://github.com/rust-lang/crates.io-index"
843 checksum = "eb27084f72ea5fc20033efe180618677ff4a2f474b53d84695cfe310a6526cbc"
844 dependencies = [
845  "aws-smithy-types",
846  "urlencoding",
849 [[package]]
850 name = "aws-smithy-runtime"
851 version = "1.1.7"
852 source = "registry+https://github.com/rust-lang/crates.io-index"
853 checksum = "fbb5fca54a532a36ff927fbd7407a7c8eb9c3b4faf72792ba2965ea2cad8ed55"
854 dependencies = [
855  "aws-smithy-async",
856  "aws-smithy-http",
857  "aws-smithy-runtime-api",
858  "aws-smithy-types",
859  "bytes",
860  "fastrand 2.0.1",
861  "h2 0.3.24",
862  "http 0.2.12",
863  "http-body 0.4.6",
864  "hyper 0.14.28",
865  "hyper-rustls 0.24.2",
866  "once_cell",
867  "pin-project-lite 0.2.13",
868  "pin-utils",
869  "rustls 0.21.10",
870  "tokio",
871  "tracing",
874 [[package]]
875 name = "aws-smithy-runtime-api"
876 version = "1.1.7"
877 source = "registry+https://github.com/rust-lang/crates.io-index"
878 checksum = "22389cb6f7cac64f266fb9f137745a9349ced7b47e0d2ba503e9e40ede4f7060"
879 dependencies = [
880  "aws-smithy-async",
881  "aws-smithy-types",
882  "bytes",
883  "http 0.2.12",
884  "http 1.1.0",
885  "pin-project-lite 0.2.13",
886  "tokio",
887  "tracing",
888  "zeroize",
891 [[package]]
892 name = "aws-smithy-types"
893 version = "1.1.7"
894 source = "registry+https://github.com/rust-lang/crates.io-index"
895 checksum = "f081da5481210523d44ffd83d9f0740320050054006c719eae0232d411f024d3"
896 dependencies = [
897  "base64-simd",
898  "bytes",
899  "bytes-utils",
900  "futures-core",
901  "http 0.2.12",
902  "http-body 0.4.6",
903  "itoa",
904  "num-integer",
905  "pin-project-lite 0.2.13",
906  "pin-utils",
907  "ryu",
908  "serde",
909  "time",
910  "tokio",
911  "tokio-util",
914 [[package]]
915 name = "aws-smithy-xml"
916 version = "0.60.6"
917 source = "registry+https://github.com/rust-lang/crates.io-index"
918 checksum = "0fccd8f595d0ca839f9f2548e66b99514a85f92feb4c01cf2868d93eb4888a42"
919 dependencies = [
920  "xmlparser",
923 [[package]]
924 name = "aws-types"
925 version = "1.1.7"
926 source = "registry+https://github.com/rust-lang/crates.io-index"
927 checksum = "d07c63521aa1ea9a9f92a701f1a08ce3fd20b46c6efc0d5c8947c1fd879e3df1"
928 dependencies = [
929  "aws-credential-types",
930  "aws-smithy-async",
931  "aws-smithy-runtime-api",
932  "aws-smithy-types",
933  "http 0.2.12",
934  "rustc_version",
935  "tracing",
938 [[package]]
939 name = "backtrace"
940 version = "0.3.59"
941 source = "registry+https://github.com/rust-lang/crates.io-index"
942 checksum = "4717cfcbfaa661a0fd48f8453951837ae7e8f81e481fbb136e3202d72805a744"
943 dependencies = [
944  "addr2line",
945  "cc",
946  "cfg-if",
947  "libc",
948  "miniz_oxide",
949  "object",
950  "rustc-demangle",
953 [[package]]
954 name = "base16ct"
955 version = "0.1.1"
956 source = "registry+https://github.com/rust-lang/crates.io-index"
957 checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
959 [[package]]
960 name = "base64"
961 version = "0.13.1"
962 source = "registry+https://github.com/rust-lang/crates.io-index"
963 checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
965 [[package]]
966 name = "base64"
967 version = "0.21.7"
968 source = "registry+https://github.com/rust-lang/crates.io-index"
969 checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
971 [[package]]
972 name = "base64"
973 version = "0.22.1"
974 source = "registry+https://github.com/rust-lang/crates.io-index"
975 checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
977 [[package]]
978 name = "base64-simd"
979 version = "0.8.0"
980 source = "registry+https://github.com/rust-lang/crates.io-index"
981 checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
982 dependencies = [
983  "outref",
984  "vsimd",
987 [[package]]
988 name = "base64ct"
989 version = "1.6.0"
990 source = "registry+https://github.com/rust-lang/crates.io-index"
991 checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
993 [[package]]
994 name = "bitflags"
995 version = "1.3.2"
996 source = "registry+https://github.com/rust-lang/crates.io-index"
997 checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
999 [[package]]
1000 name = "bitflags"
1001 version = "2.4.2"
1002 source = "registry+https://github.com/rust-lang/crates.io-index"
1003 checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf"
1005 [[package]]
1006 name = "bitmaps"
1007 version = "2.1.0"
1008 source = "registry+https://github.com/rust-lang/crates.io-index"
1009 checksum = "031043d04099746d8db04daf1fa424b2bc8bd69d92b25962dcde24da39ab64a2"
1010 dependencies = [
1011  "typenum",
1014 [[package]]
1015 name = "bitvec"
1016 version = "0.19.6"
1017 source = "registry+https://github.com/rust-lang/crates.io-index"
1018 checksum = "55f93d0ef3363c364d5976646a38f04cf67cfe1d4c8d160cdea02cab2c116b33"
1019 dependencies = [
1020  "funty",
1021  "radium",
1022  "tap",
1023  "wyz",
1026 [[package]]
1027 name = "blake2"
1028 version = "0.10.6"
1029 source = "registry+https://github.com/rust-lang/crates.io-index"
1030 checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"
1031 dependencies = [
1032  "digest",
1035 [[package]]
1036 name = "block-buffer"
1037 version = "0.10.4"
1038 source = "registry+https://github.com/rust-lang/crates.io-index"
1039 checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
1040 dependencies = [
1041  "generic-array",
1044 [[package]]
1045 name = "blocking"
1046 version = "1.5.1"
1047 source = "registry+https://github.com/rust-lang/crates.io-index"
1048 checksum = "6a37913e8dc4ddcc604f0c6d3bf2887c995153af3611de9e23c352b44c1b9118"
1049 dependencies = [
1050  "async-channel 2.2.0",
1051  "async-lock 3.3.0",
1052  "async-task",
1053  "fastrand 2.0.1",
1054  "futures-io",
1055  "futures-lite 2.2.0",
1056  "piper",
1057  "tracing",
1060 [[package]]
1061 name = "bounded-static"
1062 version = "0.5.0"
1063 source = "registry+https://github.com/rust-lang/crates.io-index"
1064 checksum = "b2325bd33fa7e3018e7e37f5b0591ba009124963b5a3f8b7cae6d0a8c1028ed4"
1065 dependencies = [
1066  "bounded-static-derive",
1069 [[package]]
1070 name = "bounded-static-derive"
1071 version = "0.5.0"
1072 source = "registry+https://github.com/rust-lang/crates.io-index"
1073 checksum = "f10dd247355bf631d98d2753d87ae62c84c8dcb996ad9b24a4168e0aec29bd6b"
1074 dependencies = [
1075  "proc-macro2",
1076  "quote",
1077  "syn 2.0.48",
1080 [[package]]
1081 name = "bumpalo"
1082 version = "3.14.0"
1083 source = "registry+https://github.com/rust-lang/crates.io-index"
1084 checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec"
1086 [[package]]
1087 name = "byteorder"
1088 version = "1.5.0"
1089 source = "registry+https://github.com/rust-lang/crates.io-index"
1090 checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
1092 [[package]]
1093 name = "bytes"
1094 version = "1.5.0"
1095 source = "registry+https://github.com/rust-lang/crates.io-index"
1096 checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
1098 [[package]]
1099 name = "bytes-utils"
1100 version = "0.1.4"
1101 source = "registry+https://github.com/rust-lang/crates.io-index"
1102 checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
1103 dependencies = [
1104  "bytes",
1105  "either",
1108 [[package]]
1109 name = "cc"
1110 version = "1.0.83"
1111 source = "registry+https://github.com/rust-lang/crates.io-index"
1112 checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
1113 dependencies = [
1114  "jobserver",
1115  "libc",
1118 [[package]]
1119 name = "cfg-if"
1120 version = "1.0.0"
1121 source = "registry+https://github.com/rust-lang/crates.io-index"
1122 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
1124 [[package]]
1125 name = "chrono"
1126 version = "0.4.38"
1127 source = "registry+https://github.com/rust-lang/crates.io-index"
1128 checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
1129 dependencies = [
1130  "android-tzdata",
1131  "iana-time-zone",
1132  "js-sys",
1133  "num-traits",
1134  "wasm-bindgen",
1135  "windows-targets 0.52.0",
1138 [[package]]
1139 name = "clap"
1140 version = "3.2.25"
1141 source = "registry+https://github.com/rust-lang/crates.io-index"
1142 checksum = "4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123"
1143 dependencies = [
1144  "atty",
1145  "bitflags 1.3.2",
1146  "clap_derive",
1147  "clap_lex",
1148  "indexmap 1.9.3",
1149  "once_cell",
1150  "strsim",
1151  "termcolor",
1152  "textwrap",
1155 [[package]]
1156 name = "clap_derive"
1157 version = "3.2.25"
1158 source = "registry+https://github.com/rust-lang/crates.io-index"
1159 checksum = "ae6371b8bdc8b7d3959e9cf7b22d4435ef3e79e138688421ec654acf8c81b008"
1160 dependencies = [
1161  "heck",
1162  "proc-macro-error",
1163  "proc-macro2",
1164  "quote",
1165  "syn 1.0.109",
1168 [[package]]
1169 name = "clap_lex"
1170 version = "0.2.4"
1171 source = "registry+https://github.com/rust-lang/crates.io-index"
1172 checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
1173 dependencies = [
1174  "os_str_bytes",
1177 [[package]]
1178 name = "concurrent-queue"
1179 version = "2.4.0"
1180 source = "registry+https://github.com/rust-lang/crates.io-index"
1181 checksum = "d16048cd947b08fa32c24458a22f5dc5e835264f689f4f5653210c69fd107363"
1182 dependencies = [
1183  "crossbeam-utils",
1186 [[package]]
1187 name = "const-oid"
1188 version = "0.9.6"
1189 source = "registry+https://github.com/rust-lang/crates.io-index"
1190 checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
1192 [[package]]
1193 name = "core-foundation"
1194 version = "0.9.4"
1195 source = "registry+https://github.com/rust-lang/crates.io-index"
1196 checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
1197 dependencies = [
1198  "core-foundation-sys",
1199  "libc",
1202 [[package]]
1203 name = "core-foundation-sys"
1204 version = "0.8.6"
1205 source = "registry+https://github.com/rust-lang/crates.io-index"
1206 checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
1208 [[package]]
1209 name = "cpufeatures"
1210 version = "0.2.12"
1211 source = "registry+https://github.com/rust-lang/crates.io-index"
1212 checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
1213 dependencies = [
1214  "libc",
1217 [[package]]
1218 name = "crc32c"
1219 version = "0.6.5"
1220 source = "registry+https://github.com/rust-lang/crates.io-index"
1221 checksum = "89254598aa9b9fa608de44b3ae54c810f0f06d755e24c50177f1f8f31ff50ce2"
1222 dependencies = [
1223  "rustc_version",
1226 [[package]]
1227 name = "crc32fast"
1228 version = "1.4.0"
1229 source = "registry+https://github.com/rust-lang/crates.io-index"
1230 checksum = "b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa"
1231 dependencies = [
1232  "cfg-if",
1235 [[package]]
1236 name = "crossbeam-utils"
1237 version = "0.8.19"
1238 source = "registry+https://github.com/rust-lang/crates.io-index"
1239 checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345"
1241 [[package]]
1242 name = "crypto-bigint"
1243 version = "0.4.9"
1244 source = "registry+https://github.com/rust-lang/crates.io-index"
1245 checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
1246 dependencies = [
1247  "generic-array",
1248  "rand_core",
1249  "subtle",
1250  "zeroize",
1253 [[package]]
1254 name = "crypto-bigint"
1255 version = "0.5.5"
1256 source = "registry+https://github.com/rust-lang/crates.io-index"
1257 checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
1258 dependencies = [
1259  "rand_core",
1260  "subtle",
1263 [[package]]
1264 name = "crypto-common"
1265 version = "0.1.6"
1266 source = "registry+https://github.com/rust-lang/crates.io-index"
1267 checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
1268 dependencies = [
1269  "generic-array",
1270  "typenum",
1273 [[package]]
1274 name = "data-encoding"
1275 version = "2.5.0"
1276 source = "registry+https://github.com/rust-lang/crates.io-index"
1277 checksum = "7e962a19be5cfc3f3bf6dd8f61eb50107f356ad6270fbb3ed41476571db78be5"
1279 [[package]]
1280 name = "der"
1281 version = "0.6.1"
1282 source = "registry+https://github.com/rust-lang/crates.io-index"
1283 checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
1284 dependencies = [
1285  "const-oid",
1286  "zeroize",
1289 [[package]]
1290 name = "der-parser"
1291 version = "7.0.0"
1292 source = "registry+https://github.com/rust-lang/crates.io-index"
1293 checksum = "fe398ac75057914d7d07307bf67dc7f3f574a26783b4fc7805a20ffa9f506e82"
1294 dependencies = [
1295  "asn1-rs",
1296  "displaydoc",
1297  "nom 7.1.3",
1298  "num-bigint",
1299  "num-traits",
1300  "rusticata-macros",
1303 [[package]]
1304 name = "deranged"
1305 version = "0.3.11"
1306 source = "registry+https://github.com/rust-lang/crates.io-index"
1307 checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
1308 dependencies = [
1309  "powerfmt",
1312 [[package]]
1313 name = "derive_arbitrary"
1314 version = "1.3.2"
1315 source = "registry+https://github.com/rust-lang/crates.io-index"
1316 checksum = "67e77553c4162a157adbf834ebae5b415acbecbeafc7a74b0e886657506a7611"
1317 dependencies = [
1318  "proc-macro2",
1319  "quote",
1320  "syn 2.0.48",
1323 [[package]]
1324 name = "derive_utils"
1325 version = "0.11.2"
1326 source = "registry+https://github.com/rust-lang/crates.io-index"
1327 checksum = "532b4c15dccee12c7044f1fcad956e98410860b22231e44a3b827464797ca7bf"
1328 dependencies = [
1329  "proc-macro2",
1330  "quote",
1331  "syn 1.0.109",
1334 [[package]]
1335 name = "digest"
1336 version = "0.10.7"
1337 source = "registry+https://github.com/rust-lang/crates.io-index"
1338 checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
1339 dependencies = [
1340  "block-buffer",
1341  "crypto-common",
1342  "subtle",
1345 [[package]]
1346 name = "displaydoc"
1347 version = "0.2.4"
1348 source = "registry+https://github.com/rust-lang/crates.io-index"
1349 checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d"
1350 dependencies = [
1351  "proc-macro2",
1352  "quote",
1353  "syn 2.0.48",
1356 [[package]]
1357 name = "duplexify"
1358 version = "1.2.2"
1359 source = "registry+https://github.com/rust-lang/crates.io-index"
1360 checksum = "f1cc346cd6db38ceab2d33f59b26024c3ddb8e75f047c6cafbcbc016ea8065d5"
1361 dependencies = [
1362  "async-std",
1363  "pin-project-lite 0.1.12",
1366 [[package]]
1367 name = "ecdsa"
1368 version = "0.14.8"
1369 source = "registry+https://github.com/rust-lang/crates.io-index"
1370 checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
1371 dependencies = [
1372  "der",
1373  "elliptic-curve",
1374  "rfc6979",
1375  "signature",
1378 [[package]]
1379 name = "ed25519"
1380 version = "1.5.3"
1381 source = "registry+https://github.com/rust-lang/crates.io-index"
1382 checksum = "91cff35c70bba8a626e3185d8cd48cc11b5437e1a5bcd15b9b5fa3c64b6dfee7"
1383 dependencies = [
1384  "signature",
1387 [[package]]
1388 name = "either"
1389 version = "1.10.0"
1390 source = "registry+https://github.com/rust-lang/crates.io-index"
1391 checksum = "11157ac094ffbdde99aa67b23417ebdd801842852b500e395a45a9c0aac03e4a"
1393 [[package]]
1394 name = "elliptic-curve"
1395 version = "0.12.3"
1396 source = "registry+https://github.com/rust-lang/crates.io-index"
1397 checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
1398 dependencies = [
1399  "base16ct",
1400  "crypto-bigint 0.4.9",
1401  "der",
1402  "digest",
1403  "ff",
1404  "generic-array",
1405  "group",
1406  "pkcs8",
1407  "rand_core",
1408  "sec1",
1409  "subtle",
1410  "zeroize",
1413 [[package]]
1414 name = "eml-codec"
1415 version = "0.1.2"
1416 source = "registry+https://github.com/rust-lang/crates.io-index"
1417 checksum = "d4499124d87abce26a57ef96ece800fa8babc38fbedd81c607c340ae83d46d2e"
1418 dependencies = [
1419  "base64 0.21.7",
1420  "chrono",
1421  "encoding_rs",
1422  "nom 7.1.3",
1425 [[package]]
1426 name = "encoding_rs"
1427 version = "0.8.33"
1428 source = "registry+https://github.com/rust-lang/crates.io-index"
1429 checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1"
1430 dependencies = [
1431  "cfg-if",
1434 [[package]]
1435 name = "equivalent"
1436 version = "1.0.1"
1437 source = "registry+https://github.com/rust-lang/crates.io-index"
1438 checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
1440 [[package]]
1441 name = "errno"
1442 version = "0.3.8"
1443 source = "registry+https://github.com/rust-lang/crates.io-index"
1444 checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
1445 dependencies = [
1446  "libc",
1447  "windows-sys 0.52.0",
1450 [[package]]
1451 name = "event-listener"
1452 version = "2.5.3"
1453 source = "registry+https://github.com/rust-lang/crates.io-index"
1454 checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
1456 [[package]]
1457 name = "event-listener"
1458 version = "3.1.0"
1459 source = "registry+https://github.com/rust-lang/crates.io-index"
1460 checksum = "d93877bcde0eb80ca09131a08d23f0a5c18a620b01db137dba666d18cd9b30c2"
1461 dependencies = [
1462  "concurrent-queue",
1463  "parking",
1464  "pin-project-lite 0.2.13",
1467 [[package]]
1468 name = "event-listener"
1469 version = "4.0.3"
1470 source = "registry+https://github.com/rust-lang/crates.io-index"
1471 checksum = "67b215c49b2b248c855fb73579eb1f4f26c38ffdc12973e20e07b91d78d5646e"
1472 dependencies = [
1473  "concurrent-queue",
1474  "parking",
1475  "pin-project-lite 0.2.13",
1478 [[package]]
1479 name = "event-listener"
1480 version = "5.2.0"
1481 source = "registry+https://github.com/rust-lang/crates.io-index"
1482 checksum = "2b5fb89194fa3cad959b833185b3063ba881dbfc7030680b314250779fb4cc91"
1483 dependencies = [
1484  "concurrent-queue",
1485  "parking",
1486  "pin-project-lite 0.2.13",
1489 [[package]]
1490 name = "event-listener-strategy"
1491 version = "0.4.0"
1492 source = "registry+https://github.com/rust-lang/crates.io-index"
1493 checksum = "958e4d70b6d5e81971bebec42271ec641e7ff4e170a6fa605f2b8a8b65cb97d3"
1494 dependencies = [
1495  "event-listener 4.0.3",
1496  "pin-project-lite 0.2.13",
1499 [[package]]
1500 name = "event-listener-strategy"
1501 version = "0.5.0"
1502 source = "registry+https://github.com/rust-lang/crates.io-index"
1503 checksum = "feedafcaa9b749175d5ac357452a9d41ea2911da598fde46ce1fe02c37751291"
1504 dependencies = [
1505  "event-listener 5.2.0",
1506  "pin-project-lite 0.2.13",
1509 [[package]]
1510 name = "fastrand"
1511 version = "1.9.0"
1512 source = "registry+https://github.com/rust-lang/crates.io-index"
1513 checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
1514 dependencies = [
1515  "instant",
1518 [[package]]
1519 name = "fastrand"
1520 version = "2.0.1"
1521 source = "registry+https://github.com/rust-lang/crates.io-index"
1522 checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
1524 [[package]]
1525 name = "ff"
1526 version = "0.12.1"
1527 source = "registry+https://github.com/rust-lang/crates.io-index"
1528 checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
1529 dependencies = [
1530  "rand_core",
1531  "subtle",
1534 [[package]]
1535 name = "fnv"
1536 version = "1.0.7"
1537 source = "registry+https://github.com/rust-lang/crates.io-index"
1538 checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
1540 [[package]]
1541 name = "foreign-types"
1542 version = "0.3.2"
1543 source = "registry+https://github.com/rust-lang/crates.io-index"
1544 checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
1545 dependencies = [
1546  "foreign-types-shared",
1549 [[package]]
1550 name = "foreign-types-shared"
1551 version = "0.1.1"
1552 source = "registry+https://github.com/rust-lang/crates.io-index"
1553 checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
1555 [[package]]
1556 name = "form_urlencoded"
1557 version = "1.2.1"
1558 source = "registry+https://github.com/rust-lang/crates.io-index"
1559 checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
1560 dependencies = [
1561  "percent-encoding",
1564 [[package]]
1565 name = "funty"
1566 version = "1.1.0"
1567 source = "registry+https://github.com/rust-lang/crates.io-index"
1568 checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7"
1570 [[package]]
1571 name = "futures"
1572 version = "0.3.30"
1573 source = "registry+https://github.com/rust-lang/crates.io-index"
1574 checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
1575 dependencies = [
1576  "futures-channel",
1577  "futures-core",
1578  "futures-executor",
1579  "futures-io",
1580  "futures-sink",
1581  "futures-task",
1582  "futures-util",
1585 [[package]]
1586 name = "futures-channel"
1587 version = "0.3.30"
1588 source = "registry+https://github.com/rust-lang/crates.io-index"
1589 checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
1590 dependencies = [
1591  "futures-core",
1592  "futures-sink",
1595 [[package]]
1596 name = "futures-core"
1597 version = "0.3.30"
1598 source = "registry+https://github.com/rust-lang/crates.io-index"
1599 checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
1601 [[package]]
1602 name = "futures-executor"
1603 version = "0.3.30"
1604 source = "registry+https://github.com/rust-lang/crates.io-index"
1605 checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
1606 dependencies = [
1607  "futures-core",
1608  "futures-task",
1609  "futures-util",
1612 [[package]]
1613 name = "futures-io"
1614 version = "0.3.30"
1615 source = "registry+https://github.com/rust-lang/crates.io-index"
1616 checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
1618 [[package]]
1619 name = "futures-lite"
1620 version = "1.13.0"
1621 source = "registry+https://github.com/rust-lang/crates.io-index"
1622 checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
1623 dependencies = [
1624  "fastrand 1.9.0",
1625  "futures-core",
1626  "futures-io",
1627  "memchr",
1628  "parking",
1629  "pin-project-lite 0.2.13",
1630  "waker-fn",
1633 [[package]]
1634 name = "futures-lite"
1635 version = "2.2.0"
1636 source = "registry+https://github.com/rust-lang/crates.io-index"
1637 checksum = "445ba825b27408685aaecefd65178908c36c6e96aaf6d8599419d46e624192ba"
1638 dependencies = [
1639  "fastrand 2.0.1",
1640  "futures-core",
1641  "futures-io",
1642  "parking",
1643  "pin-project-lite 0.2.13",
1646 [[package]]
1647 name = "futures-macro"
1648 version = "0.3.30"
1649 source = "registry+https://github.com/rust-lang/crates.io-index"
1650 checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
1651 dependencies = [
1652  "proc-macro2",
1653  "quote",
1654  "syn 2.0.48",
1657 [[package]]
1658 name = "futures-sink"
1659 version = "0.3.30"
1660 source = "registry+https://github.com/rust-lang/crates.io-index"
1661 checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
1663 [[package]]
1664 name = "futures-task"
1665 version = "0.3.30"
1666 source = "registry+https://github.com/rust-lang/crates.io-index"
1667 checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
1669 [[package]]
1670 name = "futures-util"
1671 version = "0.3.30"
1672 source = "registry+https://github.com/rust-lang/crates.io-index"
1673 checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
1674 dependencies = [
1675  "futures-channel",
1676  "futures-core",
1677  "futures-io",
1678  "futures-macro",
1679  "futures-sink",
1680  "futures-task",
1681  "memchr",
1682  "pin-project-lite 0.2.13",
1683  "pin-utils",
1684  "slab",
1687 [[package]]
1688 name = "generic-array"
1689 version = "0.14.7"
1690 source = "registry+https://github.com/rust-lang/crates.io-index"
1691 checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
1692 dependencies = [
1693  "typenum",
1694  "version_check",
1697 [[package]]
1698 name = "getrandom"
1699 version = "0.2.12"
1700 source = "registry+https://github.com/rust-lang/crates.io-index"
1701 checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5"
1702 dependencies = [
1703  "cfg-if",
1704  "js-sys",
1705  "libc",
1706  "wasi",
1707  "wasm-bindgen",
1710 [[package]]
1711 name = "gimli"
1712 version = "0.24.0"
1713 source = "registry+https://github.com/rust-lang/crates.io-index"
1714 checksum = "0e4075386626662786ddb0ec9081e7c7eeb1ba31951f447ca780ef9f5d568189"
1716 [[package]]
1717 name = "gloo-timers"
1718 version = "0.2.6"
1719 source = "registry+https://github.com/rust-lang/crates.io-index"
1720 checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c"
1721 dependencies = [
1722  "futures-channel",
1723  "futures-core",
1724  "js-sys",
1725  "wasm-bindgen",
1728 [[package]]
1729 name = "group"
1730 version = "0.12.1"
1731 source = "registry+https://github.com/rust-lang/crates.io-index"
1732 checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
1733 dependencies = [
1734  "ff",
1735  "rand_core",
1736  "subtle",
1739 [[package]]
1740 name = "h2"
1741 version = "0.3.24"
1742 source = "registry+https://github.com/rust-lang/crates.io-index"
1743 checksum = "bb2c4422095b67ee78da96fbb51a4cc413b3b25883c7717ff7ca1ab31022c9c9"
1744 dependencies = [
1745  "bytes",
1746  "fnv",
1747  "futures-core",
1748  "futures-sink",
1749  "futures-util",
1750  "http 0.2.12",
1751  "indexmap 2.2.5",
1752  "slab",
1753  "tokio",
1754  "tokio-util",
1755  "tracing",
1758 [[package]]
1759 name = "h2"
1760 version = "0.4.2"
1761 source = "registry+https://github.com/rust-lang/crates.io-index"
1762 checksum = "31d030e59af851932b72ceebadf4a2b5986dba4c3b99dd2493f8273a0f151943"
1763 dependencies = [
1764  "bytes",
1765  "fnv",
1766  "futures-core",
1767  "futures-sink",
1768  "futures-util",
1769  "http 1.1.0",
1770  "indexmap 2.2.5",
1771  "slab",
1772  "tokio",
1773  "tokio-util",
1774  "tracing",
1777 [[package]]
1778 name = "hashbrown"
1779 version = "0.12.3"
1780 source = "registry+https://github.com/rust-lang/crates.io-index"
1781 checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
1783 [[package]]
1784 name = "hashbrown"
1785 version = "0.14.3"
1786 source = "registry+https://github.com/rust-lang/crates.io-index"
1787 checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604"
1789 [[package]]
1790 name = "heck"
1791 version = "0.4.1"
1792 source = "registry+https://github.com/rust-lang/crates.io-index"
1793 checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
1795 [[package]]
1796 name = "hermit-abi"
1797 version = "0.1.19"
1798 source = "registry+https://github.com/rust-lang/crates.io-index"
1799 checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
1800 dependencies = [
1801  "libc",
1804 [[package]]
1805 name = "hermit-abi"
1806 version = "0.3.4"
1807 source = "registry+https://github.com/rust-lang/crates.io-index"
1808 checksum = "5d3d0e0f38255e7fa3cf31335b3a56f05febd18025f4db5ef7a0cfb4f8da651f"
1810 [[package]]
1811 name = "hex"
1812 version = "0.4.3"
1813 source = "registry+https://github.com/rust-lang/crates.io-index"
1814 checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
1816 [[package]]
1817 name = "hmac"
1818 version = "0.12.1"
1819 source = "registry+https://github.com/rust-lang/crates.io-index"
1820 checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
1821 dependencies = [
1822  "digest",
1825 [[package]]
1826 name = "http"
1827 version = "0.2.12"
1828 source = "registry+https://github.com/rust-lang/crates.io-index"
1829 checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
1830 dependencies = [
1831  "bytes",
1832  "fnv",
1833  "itoa",
1836 [[package]]
1837 name = "http"
1838 version = "1.1.0"
1839 source = "registry+https://github.com/rust-lang/crates.io-index"
1840 checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
1841 dependencies = [
1842  "bytes",
1843  "fnv",
1844  "itoa",
1847 [[package]]
1848 name = "http-body"
1849 version = "0.4.6"
1850 source = "registry+https://github.com/rust-lang/crates.io-index"
1851 checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
1852 dependencies = [
1853  "bytes",
1854  "http 0.2.12",
1855  "pin-project-lite 0.2.13",
1858 [[package]]
1859 name = "http-body"
1860 version = "1.0.0"
1861 source = "registry+https://github.com/rust-lang/crates.io-index"
1862 checksum = "1cac85db508abc24a2e48553ba12a996e87244a0395ce011e62b37158745d643"
1863 dependencies = [
1864  "bytes",
1865  "http 1.1.0",
1868 [[package]]
1869 name = "http-body-util"
1870 version = "0.1.1"
1871 source = "registry+https://github.com/rust-lang/crates.io-index"
1872 checksum = "0475f8b2ac86659c21b64320d5d653f9efe42acd2a4e560073ec61a155a34f1d"
1873 dependencies = [
1874  "bytes",
1875  "futures-core",
1876  "http 1.1.0",
1877  "http-body 1.0.0",
1878  "pin-project-lite 0.2.13",
1881 [[package]]
1882 name = "httparse"
1883 version = "1.8.0"
1884 source = "registry+https://github.com/rust-lang/crates.io-index"
1885 checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
1887 [[package]]
1888 name = "httpdate"
1889 version = "1.0.3"
1890 source = "registry+https://github.com/rust-lang/crates.io-index"
1891 checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
1893 [[package]]
1894 name = "hyper"
1895 version = "0.14.28"
1896 source = "registry+https://github.com/rust-lang/crates.io-index"
1897 checksum = "bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80"
1898 dependencies = [
1899  "bytes",
1900  "futures-channel",
1901  "futures-core",
1902  "futures-util",
1903  "h2 0.3.24",
1904  "http 0.2.12",
1905  "http-body 0.4.6",
1906  "httparse",
1907  "httpdate",
1908  "itoa",
1909  "pin-project-lite 0.2.13",
1910  "socket2 0.5.5",
1911  "tokio",
1912  "tower-service",
1913  "tracing",
1914  "want",
1917 [[package]]
1918 name = "hyper"
1919 version = "1.2.0"
1920 source = "registry+https://github.com/rust-lang/crates.io-index"
1921 checksum = "186548d73ac615b32a73aafe38fb4f56c0d340e110e5a200bcadbaf2e199263a"
1922 dependencies = [
1923  "bytes",
1924  "futures-channel",
1925  "futures-util",
1926  "h2 0.4.2",
1927  "http 1.1.0",
1928  "http-body 1.0.0",
1929  "httparse",
1930  "httpdate",
1931  "itoa",
1932  "pin-project-lite 0.2.13",
1933  "smallvec",
1934  "tokio",
1935  "want",
1938 [[package]]
1939 name = "hyper-rustls"
1940 version = "0.24.2"
1941 source = "registry+https://github.com/rust-lang/crates.io-index"
1942 checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
1943 dependencies = [
1944  "futures-util",
1945  "http 0.2.12",
1946  "hyper 0.14.28",
1947  "log",
1948  "rustls 0.21.10",
1949  "rustls-native-certs 0.6.3",
1950  "tokio",
1951  "tokio-rustls 0.24.1",
1954 [[package]]
1955 name = "hyper-rustls"
1956 version = "0.26.0"
1957 source = "registry+https://github.com/rust-lang/crates.io-index"
1958 checksum = "a0bea761b46ae2b24eb4aef630d8d1c398157b6fc29e6350ecf090a0b70c952c"
1959 dependencies = [
1960  "futures-util",
1961  "http 1.1.0",
1962  "hyper 1.2.0",
1963  "hyper-util",
1964  "log",
1965  "rustls 0.22.2",
1966  "rustls-native-certs 0.7.0",
1967  "rustls-pki-types",
1968  "tokio",
1969  "tokio-rustls 0.25.0",
1970  "tower-service",
1973 [[package]]
1974 name = "hyper-tls"
1975 version = "0.6.0"
1976 source = "registry+https://github.com/rust-lang/crates.io-index"
1977 checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
1978 dependencies = [
1979  "bytes",
1980  "http-body-util",
1981  "hyper 1.2.0",
1982  "hyper-util",
1983  "native-tls",
1984  "tokio",
1985  "tokio-native-tls",
1986  "tower-service",
1989 [[package]]
1990 name = "hyper-util"
1991 version = "0.1.3"
1992 source = "registry+https://github.com/rust-lang/crates.io-index"
1993 checksum = "ca38ef113da30126bbff9cd1705f9273e15d45498615d138b0c20279ac7a76aa"
1994 dependencies = [
1995  "bytes",
1996  "futures-channel",
1997  "futures-util",
1998  "http 1.1.0",
1999  "http-body 1.0.0",
2000  "hyper 1.2.0",
2001  "pin-project-lite 0.2.13",
2002  "socket2 0.5.5",
2003  "tokio",
2004  "tower",
2005  "tower-service",
2006  "tracing",
2009 [[package]]
2010 name = "iana-time-zone"
2011 version = "0.1.60"
2012 source = "registry+https://github.com/rust-lang/crates.io-index"
2013 checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
2014 dependencies = [
2015  "android_system_properties",
2016  "core-foundation-sys",
2017  "iana-time-zone-haiku",
2018  "js-sys",
2019  "wasm-bindgen",
2020  "windows-core",
2023 [[package]]
2024 name = "iana-time-zone-haiku"
2025 version = "0.1.2"
2026 source = "registry+https://github.com/rust-lang/crates.io-index"
2027 checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
2028 dependencies = [
2029  "cc",
2032 [[package]]
2033 name = "icalendar"
2034 version = "0.16.1"
2035 source = "registry+https://github.com/rust-lang/crates.io-index"
2036 checksum = "cd83e81e8a329918d84e49032f8e596f4f079380942d172724cea3599a80807e"
2037 dependencies = [
2038  "chrono",
2039  "iso8601",
2040  "nom 7.1.3",
2041  "uuid",
2044 [[package]]
2045 name = "idna"
2046 version = "0.2.3"
2047 source = "registry+https://github.com/rust-lang/crates.io-index"
2048 checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
2049 dependencies = [
2050  "matches",
2051  "unicode-bidi",
2052  "unicode-normalization",
2055 [[package]]
2056 name = "idna"
2057 version = "0.5.0"
2058 source = "registry+https://github.com/rust-lang/crates.io-index"
2059 checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
2060 dependencies = [
2061  "unicode-bidi",
2062  "unicode-normalization",
2065 [[package]]
2066 name = "im"
2067 version = "15.1.0"
2068 source = "registry+https://github.com/rust-lang/crates.io-index"
2069 checksum = "d0acd33ff0285af998aaf9b57342af478078f53492322fafc47450e09397e0e9"
2070 dependencies = [
2071  "bitmaps",
2072  "rand_core",
2073  "rand_xoshiro",
2074  "sized-chunks",
2075  "typenum",
2076  "version_check",
2079 [[package]]
2080 name = "imap-codec"
2081 version = "2.0.0"
2082 source = "git+https://github.com/superboum/imap-codec?branch=custom/aerogramme#d8a5afc03fb771232e94c73af6a05e79dc80bbed"
2083 dependencies = [
2084  "abnf-core",
2085  "base64 0.21.7",
2086  "bounded-static",
2087  "chrono",
2088  "imap-types",
2089  "log",
2090  "nom 7.1.3",
2091  "thiserror",
2094 [[package]]
2095 name = "imap-flow"
2096 version = "0.1.0"
2097 source = "git+https://github.com/duesee/imap-flow.git?branch=main#dce759a8531f317e8d7311fb032b366db6698e38"
2098 dependencies = [
2099  "bounded-static",
2100  "bytes",
2101  "imap-codec",
2102  "imap-types",
2103  "thiserror",
2104  "tokio",
2105  "tracing",
2108 [[package]]
2109 name = "imap-types"
2110 version = "2.0.0"
2111 source = "git+https://github.com/superboum/imap-codec?branch=custom/aerogramme#d8a5afc03fb771232e94c73af6a05e79dc80bbed"
2112 dependencies = [
2113  "base64 0.21.7",
2114  "bounded-static",
2115  "chrono",
2116  "thiserror",
2119 [[package]]
2120 name = "indexmap"
2121 version = "1.9.3"
2122 source = "registry+https://github.com/rust-lang/crates.io-index"
2123 checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
2124 dependencies = [
2125  "autocfg",
2126  "hashbrown 0.12.3",
2129 [[package]]
2130 name = "indexmap"
2131 version = "2.2.5"
2132 source = "registry+https://github.com/rust-lang/crates.io-index"
2133 checksum = "7b0b929d511467233429c45a44ac1dcaa21ba0f5ba11e4879e6ed28ddb4f9df4"
2134 dependencies = [
2135  "equivalent",
2136  "hashbrown 0.14.3",
2139 [[package]]
2140 name = "instant"
2141 version = "0.1.12"
2142 source = "registry+https://github.com/rust-lang/crates.io-index"
2143 checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
2144 dependencies = [
2145  "cfg-if",
2148 [[package]]
2149 name = "io-lifetimes"
2150 version = "1.0.11"
2151 source = "registry+https://github.com/rust-lang/crates.io-index"
2152 checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
2153 dependencies = [
2154  "hermit-abi 0.3.4",
2155  "libc",
2156  "windows-sys 0.48.0",
2159 [[package]]
2160 name = "ipnet"
2161 version = "2.9.0"
2162 source = "registry+https://github.com/rust-lang/crates.io-index"
2163 checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
2165 [[package]]
2166 name = "iso8601"
2167 version = "0.6.1"
2168 source = "registry+https://github.com/rust-lang/crates.io-index"
2169 checksum = "924e5d73ea28f59011fec52a0d12185d496a9b075d360657aed2a5707f701153"
2170 dependencies = [
2171  "nom 7.1.3",
2174 [[package]]
2175 name = "itoa"
2176 version = "1.0.10"
2177 source = "registry+https://github.com/rust-lang/crates.io-index"
2178 checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c"
2180 [[package]]
2181 name = "jobserver"
2182 version = "0.1.27"
2183 source = "registry+https://github.com/rust-lang/crates.io-index"
2184 checksum = "8c37f63953c4c63420ed5fd3d6d398c719489b9f872b9fa683262f8edd363c7d"
2185 dependencies = [
2186  "libc",
2189 [[package]]
2190 name = "js-sys"
2191 version = "0.3.67"
2192 source = "registry+https://github.com/rust-lang/crates.io-index"
2193 checksum = "9a1d36f1235bc969acba30b7f5990b864423a6068a10f7c90ae8f0112e3a59d1"
2194 dependencies = [
2195  "wasm-bindgen",
2198 [[package]]
2199 name = "k2v-client"
2200 version = "0.0.4"
2201 source = "git+https://git.deuxfleurs.fr/Deuxfleurs/garage.git?branch=k2v/shared_http_client#8b35a946d9f6b31b26b9783acbfab984316051f4"
2202 dependencies = [
2203  "aws-sdk-config",
2204  "aws-sigv4",
2205  "base64 0.21.7",
2206  "hex",
2207  "http 1.1.0",
2208  "http-body-util",
2209  "hyper 1.2.0",
2210  "hyper-rustls 0.26.0",
2211  "hyper-util",
2212  "log",
2213  "percent-encoding",
2214  "serde",
2215  "serde_json",
2216  "sha2",
2217  "thiserror",
2218  "tokio",
2221 [[package]]
2222 name = "kv-log-macro"
2223 version = "1.0.7"
2224 source = "registry+https://github.com/rust-lang/crates.io-index"
2225 checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
2226 dependencies = [
2227  "log",
2230 [[package]]
2231 name = "lazy_static"
2232 version = "1.4.0"
2233 source = "registry+https://github.com/rust-lang/crates.io-index"
2234 checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2236 [[package]]
2237 name = "lber"
2238 version = "0.3.0"
2239 source = "registry+https://github.com/rust-lang/crates.io-index"
2240 checksum = "8a99b520993b21a6faab32643cf4726573dc18ca4cf2d48cbeb24d248c86c930"
2241 dependencies = [
2242  "byteorder",
2243  "bytes",
2244  "nom 2.2.1",
2247 [[package]]
2248 name = "ldap3"
2249 version = "0.10.6"
2250 source = "registry+https://github.com/rust-lang/crates.io-index"
2251 checksum = "ce38dafca0608c64cc0146fb782b06abb8d946dae7a3af23c89a95da24f6b84d"
2252 dependencies = [
2253  "async-trait",
2254  "bytes",
2255  "futures",
2256  "futures-util",
2257  "lazy_static",
2258  "lber",
2259  "log",
2260  "nom 2.2.1",
2261  "percent-encoding",
2262  "ring 0.16.20",
2263  "rustls 0.20.9",
2264  "rustls-native-certs 0.6.3",
2265  "thiserror",
2266  "tokio",
2267  "tokio-rustls 0.23.4",
2268  "tokio-stream",
2269  "tokio-util",
2270  "url",
2271  "x509-parser",
2274 [[package]]
2275 name = "lexical-core"
2276 version = "0.7.6"
2277 source = "registry+https://github.com/rust-lang/crates.io-index"
2278 checksum = "6607c62aa161d23d17a9072cc5da0be67cdfc89d3afb1e8d9c842bebc2525ffe"
2279 dependencies = [
2280  "arrayvec",
2281  "bitflags 1.3.2",
2282  "cfg-if",
2283  "ryu",
2284  "static_assertions",
2287 [[package]]
2288 name = "libc"
2289 version = "0.2.152"
2290 source = "registry+https://github.com/rust-lang/crates.io-index"
2291 checksum = "13e3bf6590cbc649f4d1a3eefc9d5d6eb746f5200ffb04e5e142700b8faa56e7"
2293 [[package]]
2294 name = "libfuzzer-sys"
2295 version = "0.4.7"
2296 source = "registry+https://github.com/rust-lang/crates.io-index"
2297 checksum = "a96cfd5557eb82f2b83fed4955246c988d331975a002961b07c81584d107e7f7"
2298 dependencies = [
2299  "arbitrary",
2300  "cc",
2301  "once_cell",
2304 [[package]]
2305 name = "libsodium-sys"
2306 version = "0.2.7"
2307 source = "registry+https://github.com/rust-lang/crates.io-index"
2308 checksum = "6b779387cd56adfbc02ea4a668e704f729be8d6a6abd2c27ca5ee537849a92fd"
2309 dependencies = [
2310  "cc",
2311  "libc",
2312  "pkg-config",
2313  "walkdir",
2316 [[package]]
2317 name = "linux-raw-sys"
2318 version = "0.3.8"
2319 source = "registry+https://github.com/rust-lang/crates.io-index"
2320 checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
2322 [[package]]
2323 name = "linux-raw-sys"
2324 version = "0.4.13"
2325 source = "registry+https://github.com/rust-lang/crates.io-index"
2326 checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c"
2328 [[package]]
2329 name = "log"
2330 version = "0.4.20"
2331 source = "registry+https://github.com/rust-lang/crates.io-index"
2332 checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
2333 dependencies = [
2334  "value-bag",
2337 [[package]]
2338 name = "matches"
2339 version = "0.1.10"
2340 source = "registry+https://github.com/rust-lang/crates.io-index"
2341 checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"
2343 [[package]]
2344 name = "md-5"
2345 version = "0.10.6"
2346 source = "registry+https://github.com/rust-lang/crates.io-index"
2347 checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
2348 dependencies = [
2349  "cfg-if",
2350  "digest",
2353 [[package]]
2354 name = "memchr"
2355 version = "2.3.4"
2356 source = "registry+https://github.com/rust-lang/crates.io-index"
2357 checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525"
2359 [[package]]
2360 name = "mime"
2361 version = "0.3.17"
2362 source = "registry+https://github.com/rust-lang/crates.io-index"
2363 checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
2365 [[package]]
2366 name = "minimal-lexical"
2367 version = "0.2.1"
2368 source = "registry+https://github.com/rust-lang/crates.io-index"
2369 checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2371 [[package]]
2372 name = "miniz_oxide"
2373 version = "0.4.4"
2374 source = "registry+https://github.com/rust-lang/crates.io-index"
2375 checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
2376 dependencies = [
2377  "adler",
2378  "autocfg",
2381 [[package]]
2382 name = "mio"
2383 version = "0.8.10"
2384 source = "registry+https://github.com/rust-lang/crates.io-index"
2385 checksum = "8f3d0b296e374a4e6f3c7b0a1f5a51d748a0d34c85e7dc48fc3fa9a87657fe09"
2386 dependencies = [
2387  "libc",
2388  "wasi",
2389  "windows-sys 0.48.0",
2392 [[package]]
2393 name = "native-tls"
2394 version = "0.2.11"
2395 source = "registry+https://github.com/rust-lang/crates.io-index"
2396 checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
2397 dependencies = [
2398  "lazy_static",
2399  "libc",
2400  "log",
2401  "openssl",
2402  "openssl-probe",
2403  "openssl-sys",
2404  "schannel",
2405  "security-framework",
2406  "security-framework-sys",
2407  "tempfile",
2410 [[package]]
2411 name = "nix"
2412 version = "0.27.1"
2413 source = "registry+https://github.com/rust-lang/crates.io-index"
2414 checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053"
2415 dependencies = [
2416  "bitflags 2.4.2",
2417  "cfg-if",
2418  "libc",
2421 [[package]]
2422 name = "nom"
2423 version = "2.2.1"
2424 source = "registry+https://github.com/rust-lang/crates.io-index"
2425 checksum = "cf51a729ecf40266a2368ad335a5fdde43471f545a967109cd62146ecf8b66ff"
2427 [[package]]
2428 name = "nom"
2429 version = "6.2.2"
2430 source = "registry+https://github.com/rust-lang/crates.io-index"
2431 checksum = "c6a7a9657c84d5814c6196b68bb4429df09c18b1573806259fba397ea4ad0d44"
2432 dependencies = [
2433  "bitvec",
2434  "funty",
2435  "lexical-core",
2436  "memchr",
2437  "version_check",
2440 [[package]]
2441 name = "nom"
2442 version = "7.1.3"
2443 source = "registry+https://github.com/rust-lang/crates.io-index"
2444 checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
2445 dependencies = [
2446  "memchr",
2447  "minimal-lexical",
2450 [[package]]
2451 name = "nu-ansi-term"
2452 version = "0.46.0"
2453 source = "registry+https://github.com/rust-lang/crates.io-index"
2454 checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
2455 dependencies = [
2456  "overload",
2457  "winapi",
2460 [[package]]
2461 name = "num-bigint"
2462 version = "0.4.4"
2463 source = "registry+https://github.com/rust-lang/crates.io-index"
2464 checksum = "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0"
2465 dependencies = [
2466  "autocfg",
2467  "num-integer",
2468  "num-traits",
2471 [[package]]
2472 name = "num-conv"
2473 version = "0.1.0"
2474 source = "registry+https://github.com/rust-lang/crates.io-index"
2475 checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
2477 [[package]]
2478 name = "num-integer"
2479 version = "0.1.45"
2480 source = "registry+https://github.com/rust-lang/crates.io-index"
2481 checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
2482 dependencies = [
2483  "autocfg",
2484  "num-traits",
2487 [[package]]
2488 name = "num-traits"
2489 version = "0.2.17"
2490 source = "registry+https://github.com/rust-lang/crates.io-index"
2491 checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c"
2492 dependencies = [
2493  "autocfg",
2496 [[package]]
2497 name = "num_cpus"
2498 version = "1.16.0"
2499 source = "registry+https://github.com/rust-lang/crates.io-index"
2500 checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
2501 dependencies = [
2502  "hermit-abi 0.3.4",
2503  "libc",
2506 [[package]]
2507 name = "object"
2508 version = "0.24.0"
2509 source = "registry+https://github.com/rust-lang/crates.io-index"
2510 checksum = "1a5b3dd1c072ee7963717671d1ca129f1048fda25edea6b752bfc71ac8854170"
2512 [[package]]
2513 name = "oid-registry"
2514 version = "0.4.0"
2515 source = "registry+https://github.com/rust-lang/crates.io-index"
2516 checksum = "38e20717fa0541f39bd146692035c37bedfa532b3e5071b35761082407546b2a"
2517 dependencies = [
2518  "asn1-rs",
2521 [[package]]
2522 name = "once_cell"
2523 version = "1.19.0"
2524 source = "registry+https://github.com/rust-lang/crates.io-index"
2525 checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
2527 [[package]]
2528 name = "openssl"
2529 version = "0.10.64"
2530 source = "registry+https://github.com/rust-lang/crates.io-index"
2531 checksum = "95a0481286a310808298130d22dd1fef0fa571e05a8f44ec801801e84b216b1f"
2532 dependencies = [
2533  "bitflags 2.4.2",
2534  "cfg-if",
2535  "foreign-types",
2536  "libc",
2537  "once_cell",
2538  "openssl-macros",
2539  "openssl-sys",
2542 [[package]]
2543 name = "openssl-macros"
2544 version = "0.1.1"
2545 source = "registry+https://github.com/rust-lang/crates.io-index"
2546 checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
2547 dependencies = [
2548  "proc-macro2",
2549  "quote",
2550  "syn 2.0.48",
2553 [[package]]
2554 name = "openssl-probe"
2555 version = "0.1.5"
2556 source = "registry+https://github.com/rust-lang/crates.io-index"
2557 checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
2559 [[package]]
2560 name = "openssl-sys"
2561 version = "0.9.102"
2562 source = "registry+https://github.com/rust-lang/crates.io-index"
2563 checksum = "c597637d56fbc83893a35eb0dd04b2b8e7a50c91e64e9493e398b5df4fb45fa2"
2564 dependencies = [
2565  "cc",
2566  "libc",
2567  "pkg-config",
2568  "vcpkg",
2571 [[package]]
2572 name = "os_str_bytes"
2573 version = "6.6.1"
2574 source = "registry+https://github.com/rust-lang/crates.io-index"
2575 checksum = "e2355d85b9a3786f481747ced0e0ff2ba35213a1f9bd406ed906554d7af805a1"
2577 [[package]]
2578 name = "outref"
2579 version = "0.5.1"
2580 source = "registry+https://github.com/rust-lang/crates.io-index"
2581 checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
2583 [[package]]
2584 name = "overload"
2585 version = "0.1.1"
2586 source = "registry+https://github.com/rust-lang/crates.io-index"
2587 checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
2589 [[package]]
2590 name = "p256"
2591 version = "0.11.1"
2592 source = "registry+https://github.com/rust-lang/crates.io-index"
2593 checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
2594 dependencies = [
2595  "ecdsa",
2596  "elliptic-curve",
2597  "sha2",
2600 [[package]]
2601 name = "parking"
2602 version = "2.2.0"
2603 source = "registry+https://github.com/rust-lang/crates.io-index"
2604 checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae"
2606 [[package]]
2607 name = "password-hash"
2608 version = "0.5.0"
2609 source = "registry+https://github.com/rust-lang/crates.io-index"
2610 checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
2611 dependencies = [
2612  "base64ct",
2613  "rand_core",
2614  "subtle",
2617 [[package]]
2618 name = "paste"
2619 version = "1.0.14"
2620 source = "registry+https://github.com/rust-lang/crates.io-index"
2621 checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"
2623 [[package]]
2624 name = "percent-encoding"
2625 version = "2.3.1"
2626 source = "registry+https://github.com/rust-lang/crates.io-index"
2627 checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
2629 [[package]]
2630 name = "pin-project"
2631 version = "1.1.5"
2632 source = "registry+https://github.com/rust-lang/crates.io-index"
2633 checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3"
2634 dependencies = [
2635  "pin-project-internal",
2638 [[package]]
2639 name = "pin-project-internal"
2640 version = "1.1.5"
2641 source = "registry+https://github.com/rust-lang/crates.io-index"
2642 checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"
2643 dependencies = [
2644  "proc-macro2",
2645  "quote",
2646  "syn 2.0.48",
2649 [[package]]
2650 name = "pin-project-lite"
2651 version = "0.1.12"
2652 source = "registry+https://github.com/rust-lang/crates.io-index"
2653 checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"
2655 [[package]]
2656 name = "pin-project-lite"
2657 version = "0.2.13"
2658 source = "registry+https://github.com/rust-lang/crates.io-index"
2659 checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
2661 [[package]]
2662 name = "pin-utils"
2663 version = "0.1.0"
2664 source = "registry+https://github.com/rust-lang/crates.io-index"
2665 checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2667 [[package]]
2668 name = "piper"
2669 version = "0.2.1"
2670 source = "registry+https://github.com/rust-lang/crates.io-index"
2671 checksum = "668d31b1c4eba19242f2088b2bf3316b82ca31082a8335764db4e083db7485d4"
2672 dependencies = [
2673  "atomic-waker",
2674  "fastrand 2.0.1",
2675  "futures-io",
2678 [[package]]
2679 name = "pkcs8"
2680 version = "0.9.0"
2681 source = "registry+https://github.com/rust-lang/crates.io-index"
2682 checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
2683 dependencies = [
2684  "der",
2685  "spki",
2688 [[package]]
2689 name = "pkg-config"
2690 version = "0.3.29"
2691 source = "registry+https://github.com/rust-lang/crates.io-index"
2692 checksum = "2900ede94e305130c13ddd391e0ab7cbaeb783945ae07a279c268cb05109c6cb"
2694 [[package]]
2695 name = "polling"
2696 version = "2.8.0"
2697 source = "registry+https://github.com/rust-lang/crates.io-index"
2698 checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
2699 dependencies = [
2700  "autocfg",
2701  "bitflags 1.3.2",
2702  "cfg-if",
2703  "concurrent-queue",
2704  "libc",
2705  "log",
2706  "pin-project-lite 0.2.13",
2707  "windows-sys 0.48.0",
2710 [[package]]
2711 name = "polling"
2712 version = "3.5.0"
2713 source = "registry+https://github.com/rust-lang/crates.io-index"
2714 checksum = "24f040dee2588b4963afb4e420540439d126f73fdacf4a9c486a96d840bac3c9"
2715 dependencies = [
2716  "cfg-if",
2717  "concurrent-queue",
2718  "pin-project-lite 0.2.13",
2719  "rustix 0.38.31",
2720  "tracing",
2721  "windows-sys 0.52.0",
2724 [[package]]
2725 name = "powerfmt"
2726 version = "0.2.0"
2727 source = "registry+https://github.com/rust-lang/crates.io-index"
2728 checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
2730 [[package]]
2731 name = "ppv-lite86"
2732 version = "0.2.17"
2733 source = "registry+https://github.com/rust-lang/crates.io-index"
2734 checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
2736 [[package]]
2737 name = "proc-macro-error"
2738 version = "1.0.4"
2739 source = "registry+https://github.com/rust-lang/crates.io-index"
2740 checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
2741 dependencies = [
2742  "proc-macro-error-attr",
2743  "proc-macro2",
2744  "quote",
2745  "syn 1.0.109",
2746  "version_check",
2749 [[package]]
2750 name = "proc-macro-error-attr"
2751 version = "1.0.4"
2752 source = "registry+https://github.com/rust-lang/crates.io-index"
2753 checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
2754 dependencies = [
2755  "proc-macro2",
2756  "quote",
2757  "version_check",
2760 [[package]]
2761 name = "proc-macro2"
2762 version = "1.0.76"
2763 source = "registry+https://github.com/rust-lang/crates.io-index"
2764 checksum = "95fc56cda0b5c3325f5fbbd7ff9fda9e02bb00bb3dac51252d2f1bfa1cb8cc8c"
2765 dependencies = [
2766  "unicode-ident",
2769 [[package]]
2770 name = "quick-xml"
2771 version = "0.31.0"
2772 source = "registry+https://github.com/rust-lang/crates.io-index"
2773 checksum = "1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33"
2774 dependencies = [
2775  "memchr",
2776  "tokio",
2779 [[package]]
2780 name = "quote"
2781 version = "1.0.35"
2782 source = "registry+https://github.com/rust-lang/crates.io-index"
2783 checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
2784 dependencies = [
2785  "proc-macro2",
2788 [[package]]
2789 name = "radium"
2790 version = "0.5.3"
2791 source = "registry+https://github.com/rust-lang/crates.io-index"
2792 checksum = "941ba9d78d8e2f7ce474c015eea4d9c6d25b6a3327f9832ee29a4de27f91bbb8"
2794 [[package]]
2795 name = "rand"
2796 version = "0.8.5"
2797 source = "registry+https://github.com/rust-lang/crates.io-index"
2798 checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
2799 dependencies = [
2800  "libc",
2801  "rand_chacha",
2802  "rand_core",
2805 [[package]]
2806 name = "rand_chacha"
2807 version = "0.3.1"
2808 source = "registry+https://github.com/rust-lang/crates.io-index"
2809 checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
2810 dependencies = [
2811  "ppv-lite86",
2812  "rand_core",
2815 [[package]]
2816 name = "rand_core"
2817 version = "0.6.4"
2818 source = "registry+https://github.com/rust-lang/crates.io-index"
2819 checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2820 dependencies = [
2821  "getrandom",
2824 [[package]]
2825 name = "rand_xoshiro"
2826 version = "0.6.0"
2827 source = "registry+https://github.com/rust-lang/crates.io-index"
2828 checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa"
2829 dependencies = [
2830  "rand_core",
2833 [[package]]
2834 name = "regex-automata"
2835 version = "0.1.10"
2836 source = "registry+https://github.com/rust-lang/crates.io-index"
2837 checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
2838 dependencies = [
2839  "regex-syntax",
2842 [[package]]
2843 name = "regex-lite"
2844 version = "0.1.5"
2845 source = "registry+https://github.com/rust-lang/crates.io-index"
2846 checksum = "30b661b2f27137bdbc16f00eda72866a92bb28af1753ffbd56744fb6e2e9cd8e"
2848 [[package]]
2849 name = "regex-syntax"
2850 version = "0.6.29"
2851 source = "registry+https://github.com/rust-lang/crates.io-index"
2852 checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
2854 [[package]]
2855 name = "reqwest"
2856 version = "0.12.4"
2857 source = "registry+https://github.com/rust-lang/crates.io-index"
2858 checksum = "566cafdd92868e0939d3fb961bd0dc25fcfaaed179291093b3d43e6b3150ea10"
2859 dependencies = [
2860  "base64 0.22.1",
2861  "bytes",
2862  "encoding_rs",
2863  "futures-channel",
2864  "futures-core",
2865  "futures-util",
2866  "h2 0.4.2",
2867  "http 1.1.0",
2868  "http-body 1.0.0",
2869  "http-body-util",
2870  "hyper 1.2.0",
2871  "hyper-tls",
2872  "hyper-util",
2873  "ipnet",
2874  "js-sys",
2875  "log",
2876  "mime",
2877  "native-tls",
2878  "once_cell",
2879  "percent-encoding",
2880  "pin-project-lite 0.2.13",
2881  "rustls-pemfile 2.1.1",
2882  "serde",
2883  "serde_json",
2884  "serde_urlencoded",
2885  "sync_wrapper",
2886  "system-configuration",
2887  "tokio",
2888  "tokio-native-tls",
2889  "tower-service",
2890  "url",
2891  "wasm-bindgen",
2892  "wasm-bindgen-futures",
2893  "web-sys",
2894  "winreg",
2897 [[package]]
2898 name = "rfc6979"
2899 version = "0.3.1"
2900 source = "registry+https://github.com/rust-lang/crates.io-index"
2901 checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
2902 dependencies = [
2903  "crypto-bigint 0.4.9",
2904  "hmac",
2905  "zeroize",
2908 [[package]]
2909 name = "ring"
2910 version = "0.16.20"
2911 source = "registry+https://github.com/rust-lang/crates.io-index"
2912 checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
2913 dependencies = [
2914  "cc",
2915  "libc",
2916  "once_cell",
2917  "spin 0.5.2",
2918  "untrusted 0.7.1",
2919  "web-sys",
2920  "winapi",
2923 [[package]]
2924 name = "ring"
2925 version = "0.17.7"
2926 source = "registry+https://github.com/rust-lang/crates.io-index"
2927 checksum = "688c63d65483050968b2a8937f7995f443e27041a0f7700aa59b0822aedebb74"
2928 dependencies = [
2929  "cc",
2930  "getrandom",
2931  "libc",
2932  "spin 0.9.8",
2933  "untrusted 0.9.0",
2934  "windows-sys 0.48.0",
2937 [[package]]
2938 name = "rmp"
2939 version = "0.8.12"
2940 source = "registry+https://github.com/rust-lang/crates.io-index"
2941 checksum = "7f9860a6cc38ed1da53456442089b4dfa35e7cedaa326df63017af88385e6b20"
2942 dependencies = [
2943  "byteorder",
2944  "num-traits",
2945  "paste",
2948 [[package]]
2949 name = "rmp-serde"
2950 version = "0.15.5"
2951 source = "registry+https://github.com/rust-lang/crates.io-index"
2952 checksum = "723ecff9ad04f4ad92fe1c8ca6c20d2196d9286e9c60727c4cb5511629260e9d"
2953 dependencies = [
2954  "byteorder",
2955  "rmp",
2956  "serde",
2959 [[package]]
2960 name = "rpassword"
2961 version = "7.3.1"
2962 source = "registry+https://github.com/rust-lang/crates.io-index"
2963 checksum = "80472be3c897911d0137b2d2b9055faf6eeac5b14e324073d83bc17b191d7e3f"
2964 dependencies = [
2965  "libc",
2966  "rtoolbox",
2967  "windows-sys 0.48.0",
2970 [[package]]
2971 name = "rtoolbox"
2972 version = "0.0.2"
2973 source = "registry+https://github.com/rust-lang/crates.io-index"
2974 checksum = "c247d24e63230cdb56463ae328478bd5eac8b8faa8c69461a77e8e323afac90e"
2975 dependencies = [
2976  "libc",
2977  "windows-sys 0.48.0",
2980 [[package]]
2981 name = "rustc-demangle"
2982 version = "0.1.23"
2983 source = "registry+https://github.com/rust-lang/crates.io-index"
2984 checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
2986 [[package]]
2987 name = "rustc_version"
2988 version = "0.4.0"
2989 source = "registry+https://github.com/rust-lang/crates.io-index"
2990 checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
2991 dependencies = [
2992  "semver",
2995 [[package]]
2996 name = "rusticata-macros"
2997 version = "4.1.0"
2998 source = "registry+https://github.com/rust-lang/crates.io-index"
2999 checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632"
3000 dependencies = [
3001  "nom 7.1.3",
3004 [[package]]
3005 name = "rustix"
3006 version = "0.37.27"
3007 source = "registry+https://github.com/rust-lang/crates.io-index"
3008 checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2"
3009 dependencies = [
3010  "bitflags 1.3.2",
3011  "errno",
3012  "io-lifetimes",
3013  "libc",
3014  "linux-raw-sys 0.3.8",
3015  "windows-sys 0.48.0",
3018 [[package]]
3019 name = "rustix"
3020 version = "0.38.31"
3021 source = "registry+https://github.com/rust-lang/crates.io-index"
3022 checksum = "6ea3e1a662af26cd7a3ba09c0297a31af215563ecf42817c98df621387f4e949"
3023 dependencies = [
3024  "bitflags 2.4.2",
3025  "errno",
3026  "libc",
3027  "linux-raw-sys 0.4.13",
3028  "windows-sys 0.52.0",
3031 [[package]]
3032 name = "rustls"
3033 version = "0.20.9"
3034 source = "registry+https://github.com/rust-lang/crates.io-index"
3035 checksum = "1b80e3dec595989ea8510028f30c408a4630db12c9cbb8de34203b89d6577e99"
3036 dependencies = [
3037  "log",
3038  "ring 0.16.20",
3039  "sct",
3040  "webpki",
3043 [[package]]
3044 name = "rustls"
3045 version = "0.21.10"
3046 source = "registry+https://github.com/rust-lang/crates.io-index"
3047 checksum = "f9d5a6813c0759e4609cd494e8e725babae6a2ca7b62a5536a13daaec6fcb7ba"
3048 dependencies = [
3049  "log",
3050  "ring 0.17.7",
3051  "rustls-webpki 0.101.7",
3052  "sct",
3055 [[package]]
3056 name = "rustls"
3057 version = "0.22.2"
3058 source = "registry+https://github.com/rust-lang/crates.io-index"
3059 checksum = "e87c9956bd9807afa1f77e0f7594af32566e830e088a5576d27c5b6f30f49d41"
3060 dependencies = [
3061  "log",
3062  "ring 0.17.7",
3063  "rustls-pki-types",
3064  "rustls-webpki 0.102.2",
3065  "subtle",
3066  "zeroize",
3069 [[package]]
3070 name = "rustls-native-certs"
3071 version = "0.6.3"
3072 source = "registry+https://github.com/rust-lang/crates.io-index"
3073 checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
3074 dependencies = [
3075  "openssl-probe",
3076  "rustls-pemfile 1.0.4",
3077  "schannel",
3078  "security-framework",
3081 [[package]]
3082 name = "rustls-native-certs"
3083 version = "0.7.0"
3084 source = "registry+https://github.com/rust-lang/crates.io-index"
3085 checksum = "8f1fb85efa936c42c6d5fc28d2629bb51e4b2f4b8a5211e297d599cc5a093792"
3086 dependencies = [
3087  "openssl-probe",
3088  "rustls-pemfile 2.1.1",
3089  "rustls-pki-types",
3090  "schannel",
3091  "security-framework",
3094 [[package]]
3095 name = "rustls-pemfile"
3096 version = "1.0.4"
3097 source = "registry+https://github.com/rust-lang/crates.io-index"
3098 checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
3099 dependencies = [
3100  "base64 0.21.7",
3103 [[package]]
3104 name = "rustls-pemfile"
3105 version = "2.1.1"
3106 source = "registry+https://github.com/rust-lang/crates.io-index"
3107 checksum = "f48172685e6ff52a556baa527774f61fcaa884f59daf3375c62a3f1cd2549dab"
3108 dependencies = [
3109  "base64 0.21.7",
3110  "rustls-pki-types",
3113 [[package]]
3114 name = "rustls-pki-types"
3115 version = "1.3.1"
3116 source = "registry+https://github.com/rust-lang/crates.io-index"
3117 checksum = "5ede67b28608b4c60685c7d54122d4400d90f62b40caee7700e700380a390fa8"
3119 [[package]]
3120 name = "rustls-webpki"
3121 version = "0.101.7"
3122 source = "registry+https://github.com/rust-lang/crates.io-index"
3123 checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
3124 dependencies = [
3125  "ring 0.17.7",
3126  "untrusted 0.9.0",
3129 [[package]]
3130 name = "rustls-webpki"
3131 version = "0.102.2"
3132 source = "registry+https://github.com/rust-lang/crates.io-index"
3133 checksum = "faaa0a62740bedb9b2ef5afa303da42764c012f743917351dc9a237ea1663610"
3134 dependencies = [
3135  "ring 0.17.7",
3136  "rustls-pki-types",
3137  "untrusted 0.9.0",
3140 [[package]]
3141 name = "ryu"
3142 version = "1.0.17"
3143 source = "registry+https://github.com/rust-lang/crates.io-index"
3144 checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1"
3146 [[package]]
3147 name = "same-file"
3148 version = "1.0.6"
3149 source = "registry+https://github.com/rust-lang/crates.io-index"
3150 checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
3151 dependencies = [
3152  "winapi-util",
3155 [[package]]
3156 name = "schannel"
3157 version = "0.1.23"
3158 source = "registry+https://github.com/rust-lang/crates.io-index"
3159 checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
3160 dependencies = [
3161  "windows-sys 0.52.0",
3164 [[package]]
3165 name = "sct"
3166 version = "0.7.1"
3167 source = "registry+https://github.com/rust-lang/crates.io-index"
3168 checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
3169 dependencies = [
3170  "ring 0.17.7",
3171  "untrusted 0.9.0",
3174 [[package]]
3175 name = "sec1"
3176 version = "0.3.0"
3177 source = "registry+https://github.com/rust-lang/crates.io-index"
3178 checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
3179 dependencies = [
3180  "base16ct",
3181  "der",
3182  "generic-array",
3183  "pkcs8",
3184  "subtle",
3185  "zeroize",
3188 [[package]]
3189 name = "security-framework"
3190 version = "2.9.2"
3191 source = "registry+https://github.com/rust-lang/crates.io-index"
3192 checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de"
3193 dependencies = [
3194  "bitflags 1.3.2",
3195  "core-foundation",
3196  "core-foundation-sys",
3197  "libc",
3198  "security-framework-sys",
3201 [[package]]
3202 name = "security-framework-sys"
3203 version = "2.9.1"
3204 source = "registry+https://github.com/rust-lang/crates.io-index"
3205 checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a"
3206 dependencies = [
3207  "core-foundation-sys",
3208  "libc",
3211 [[package]]
3212 name = "semver"
3213 version = "1.0.22"
3214 source = "registry+https://github.com/rust-lang/crates.io-index"
3215 checksum = "92d43fe69e652f3df9bdc2b85b2854a0825b86e4fb76bc44d945137d053639ca"
3217 [[package]]
3218 name = "serde"
3219 version = "1.0.195"
3220 source = "registry+https://github.com/rust-lang/crates.io-index"
3221 checksum = "63261df402c67811e9ac6def069e4786148c4563f4b50fd4bf30aa370d626b02"
3222 dependencies = [
3223  "serde_derive",
3226 [[package]]
3227 name = "serde_derive"
3228 version = "1.0.195"
3229 source = "registry+https://github.com/rust-lang/crates.io-index"
3230 checksum = "46fe8f8603d81ba86327b23a2e9cdf49e1255fb94a4c5f297f6ee0547178ea2c"
3231 dependencies = [
3232  "proc-macro2",
3233  "quote",
3234  "syn 2.0.48",
3237 [[package]]
3238 name = "serde_json"
3239 version = "1.0.114"
3240 source = "registry+https://github.com/rust-lang/crates.io-index"
3241 checksum = "c5f09b1bd632ef549eaa9f60a1f8de742bdbc698e6cee2095fc84dde5f549ae0"
3242 dependencies = [
3243  "itoa",
3244  "ryu",
3245  "serde",
3248 [[package]]
3249 name = "serde_urlencoded"
3250 version = "0.7.1"
3251 source = "registry+https://github.com/rust-lang/crates.io-index"
3252 checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
3253 dependencies = [
3254  "form_urlencoded",
3255  "itoa",
3256  "ryu",
3257  "serde",
3260 [[package]]
3261 name = "sha1"
3262 version = "0.10.6"
3263 source = "registry+https://github.com/rust-lang/crates.io-index"
3264 checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
3265 dependencies = [
3266  "cfg-if",
3267  "cpufeatures",
3268  "digest",
3271 [[package]]
3272 name = "sha2"
3273 version = "0.10.8"
3274 source = "registry+https://github.com/rust-lang/crates.io-index"
3275 checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
3276 dependencies = [
3277  "cfg-if",
3278  "cpufeatures",
3279  "digest",
3282 [[package]]
3283 name = "sharded-slab"
3284 version = "0.1.7"
3285 source = "registry+https://github.com/rust-lang/crates.io-index"
3286 checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
3287 dependencies = [
3288  "lazy_static",
3291 [[package]]
3292 name = "signal-hook-registry"
3293 version = "1.4.1"
3294 source = "registry+https://github.com/rust-lang/crates.io-index"
3295 checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
3296 dependencies = [
3297  "libc",
3300 [[package]]
3301 name = "signature"
3302 version = "1.6.4"
3303 source = "registry+https://github.com/rust-lang/crates.io-index"
3304 checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
3305 dependencies = [
3306  "digest",
3307  "rand_core",
3310 [[package]]
3311 name = "sized-chunks"
3312 version = "0.6.5"
3313 source = "registry+https://github.com/rust-lang/crates.io-index"
3314 checksum = "16d69225bde7a69b235da73377861095455d298f2b970996eec25ddbb42b3d1e"
3315 dependencies = [
3316  "bitmaps",
3317  "typenum",
3320 [[package]]
3321 name = "slab"
3322 version = "0.4.9"
3323 source = "registry+https://github.com/rust-lang/crates.io-index"
3324 checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
3325 dependencies = [
3326  "autocfg",
3329 [[package]]
3330 name = "smallvec"
3331 version = "1.13.1"
3332 source = "registry+https://github.com/rust-lang/crates.io-index"
3333 checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7"
3335 [[package]]
3336 name = "smol"
3337 version = "1.3.0"
3338 source = "registry+https://github.com/rust-lang/crates.io-index"
3339 checksum = "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1"
3340 dependencies = [
3341  "async-channel 1.9.0",
3342  "async-executor",
3343  "async-fs",
3344  "async-io 1.13.0",
3345  "async-lock 2.8.0",
3346  "async-net",
3347  "async-process",
3348  "blocking",
3349  "futures-lite 1.13.0",
3352 [[package]]
3353 name = "smtp-message"
3354 version = "0.1.0"
3355 source = "git+http://github.com/Alexis211/kannader?branch=feature/lmtp#0560e7c46af752344a3095add5f84b02400b1111"
3356 dependencies = [
3357  "auto_enums",
3358  "futures",
3359  "idna 0.2.3",
3360  "lazy_static",
3361  "nom 6.2.2",
3362  "pin-project",
3363  "regex-automata",
3364  "serde",
3367 [[package]]
3368 name = "smtp-server"
3369 version = "0.1.0"
3370 source = "git+http://github.com/Alexis211/kannader?branch=feature/lmtp#0560e7c46af752344a3095add5f84b02400b1111"
3371 dependencies = [
3372  "async-trait",
3373  "chrono",
3374  "duplexify",
3375  "futures",
3376  "smol",
3377  "smtp-message",
3378  "smtp-server-types",
3381 [[package]]
3382 name = "smtp-server-types"
3383 version = "0.1.0"
3384 source = "git+http://github.com/Alexis211/kannader?branch=feature/lmtp#0560e7c46af752344a3095add5f84b02400b1111"
3385 dependencies = [
3386  "serde",
3387  "smtp-message",
3390 [[package]]
3391 name = "socket2"
3392 version = "0.4.10"
3393 source = "registry+https://github.com/rust-lang/crates.io-index"
3394 checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
3395 dependencies = [
3396  "libc",
3397  "winapi",
3400 [[package]]
3401 name = "socket2"
3402 version = "0.5.5"
3403 source = "registry+https://github.com/rust-lang/crates.io-index"
3404 checksum = "7b5fac59a5cb5dd637972e5fca70daf0523c9067fcdc4842f053dae04a18f8e9"
3405 dependencies = [
3406  "libc",
3407  "windows-sys 0.48.0",
3410 [[package]]
3411 name = "sodiumoxide"
3412 version = "0.2.7"
3413 source = "registry+https://github.com/rust-lang/crates.io-index"
3414 checksum = "e26be3acb6c2d9a7aac28482586a7856436af4cfe7100031d219de2d2ecb0028"
3415 dependencies = [
3416  "ed25519",
3417  "libc",
3418  "libsodium-sys",
3419  "serde",
3422 [[package]]
3423 name = "spin"
3424 version = "0.5.2"
3425 source = "registry+https://github.com/rust-lang/crates.io-index"
3426 checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
3428 [[package]]
3429 name = "spin"
3430 version = "0.9.8"
3431 source = "registry+https://github.com/rust-lang/crates.io-index"
3432 checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
3434 [[package]]
3435 name = "spki"
3436 version = "0.6.0"
3437 source = "registry+https://github.com/rust-lang/crates.io-index"
3438 checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
3439 dependencies = [
3440  "base64ct",
3441  "der",
3444 [[package]]
3445 name = "static_assertions"
3446 version = "1.1.0"
3447 source = "registry+https://github.com/rust-lang/crates.io-index"
3448 checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
3450 [[package]]
3451 name = "strsim"
3452 version = "0.10.0"
3453 source = "registry+https://github.com/rust-lang/crates.io-index"
3454 checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
3456 [[package]]
3457 name = "subtle"
3458 version = "2.5.0"
3459 source = "registry+https://github.com/rust-lang/crates.io-index"
3460 checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
3462 [[package]]
3463 name = "syn"
3464 version = "1.0.109"
3465 source = "registry+https://github.com/rust-lang/crates.io-index"
3466 checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
3467 dependencies = [
3468  "proc-macro2",
3469  "quote",
3470  "unicode-ident",
3473 [[package]]
3474 name = "syn"
3475 version = "2.0.48"
3476 source = "registry+https://github.com/rust-lang/crates.io-index"
3477 checksum = "0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f"
3478 dependencies = [
3479  "proc-macro2",
3480  "quote",
3481  "unicode-ident",
3484 [[package]]
3485 name = "sync_wrapper"
3486 version = "0.1.2"
3487 source = "registry+https://github.com/rust-lang/crates.io-index"
3488 checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
3490 [[package]]
3491 name = "synstructure"
3492 version = "0.12.6"
3493 source = "registry+https://github.com/rust-lang/crates.io-index"
3494 checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
3495 dependencies = [
3496  "proc-macro2",
3497  "quote",
3498  "syn 1.0.109",
3499  "unicode-xid",
3502 [[package]]
3503 name = "system-configuration"
3504 version = "0.5.1"
3505 source = "registry+https://github.com/rust-lang/crates.io-index"
3506 checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
3507 dependencies = [
3508  "bitflags 1.3.2",
3509  "core-foundation",
3510  "system-configuration-sys",
3513 [[package]]
3514 name = "system-configuration-sys"
3515 version = "0.5.0"
3516 source = "registry+https://github.com/rust-lang/crates.io-index"
3517 checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
3518 dependencies = [
3519  "core-foundation-sys",
3520  "libc",
3523 [[package]]
3524 name = "tap"
3525 version = "1.0.1"
3526 source = "registry+https://github.com/rust-lang/crates.io-index"
3527 checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
3529 [[package]]
3530 name = "tempfile"
3531 version = "3.10.1"
3532 source = "registry+https://github.com/rust-lang/crates.io-index"
3533 checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
3534 dependencies = [
3535  "cfg-if",
3536  "fastrand 2.0.1",
3537  "rustix 0.38.31",
3538  "windows-sys 0.52.0",
3541 [[package]]
3542 name = "termcolor"
3543 version = "1.4.1"
3544 source = "registry+https://github.com/rust-lang/crates.io-index"
3545 checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
3546 dependencies = [
3547  "winapi-util",
3550 [[package]]
3551 name = "textwrap"
3552 version = "0.16.1"
3553 source = "registry+https://github.com/rust-lang/crates.io-index"
3554 checksum = "23d434d3f8967a09480fb04132ebe0a3e088c173e6d0ee7897abbdf4eab0f8b9"
3556 [[package]]
3557 name = "thiserror"
3558 version = "1.0.56"
3559 source = "registry+https://github.com/rust-lang/crates.io-index"
3560 checksum = "d54378c645627613241d077a3a79db965db602882668f9136ac42af9ecb730ad"
3561 dependencies = [
3562  "thiserror-impl",
3565 [[package]]
3566 name = "thiserror-impl"
3567 version = "1.0.56"
3568 source = "registry+https://github.com/rust-lang/crates.io-index"
3569 checksum = "fa0faa943b50f3db30a20aa7e265dbc66076993efed8463e8de414e5d06d3471"
3570 dependencies = [
3571  "proc-macro2",
3572  "quote",
3573  "syn 2.0.48",
3576 [[package]]
3577 name = "thread_local"
3578 version = "1.1.8"
3579 source = "registry+https://github.com/rust-lang/crates.io-index"
3580 checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
3581 dependencies = [
3582  "cfg-if",
3583  "once_cell",
3586 [[package]]
3587 name = "time"
3588 version = "0.3.36"
3589 source = "registry+https://github.com/rust-lang/crates.io-index"
3590 checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
3591 dependencies = [
3592  "deranged",
3593  "itoa",
3594  "num-conv",
3595  "powerfmt",
3596  "serde",
3597  "time-core",
3598  "time-macros",
3601 [[package]]
3602 name = "time-core"
3603 version = "0.1.2"
3604 source = "registry+https://github.com/rust-lang/crates.io-index"
3605 checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
3607 [[package]]
3608 name = "time-macros"
3609 version = "0.2.18"
3610 source = "registry+https://github.com/rust-lang/crates.io-index"
3611 checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
3612 dependencies = [
3613  "num-conv",
3614  "time-core",
3617 [[package]]
3618 name = "tinyvec"
3619 version = "1.6.0"
3620 source = "registry+https://github.com/rust-lang/crates.io-index"
3621 checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
3622 dependencies = [
3623  "tinyvec_macros",
3626 [[package]]
3627 name = "tinyvec_macros"
3628 version = "0.1.1"
3629 source = "registry+https://github.com/rust-lang/crates.io-index"
3630 checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
3632 [[package]]
3633 name = "tokio"
3634 version = "1.36.0"
3635 source = "registry+https://github.com/rust-lang/crates.io-index"
3636 checksum = "61285f6515fa018fb2d1e46eb21223fff441ee8db5d0f1435e8ab4f5cdb80931"
3637 dependencies = [
3638  "backtrace",
3639  "bytes",
3640  "libc",
3641  "mio",
3642  "num_cpus",
3643  "pin-project-lite 0.2.13",
3644  "signal-hook-registry",
3645  "socket2 0.5.5",
3646  "tokio-macros",
3647  "windows-sys 0.48.0",
3650 [[package]]
3651 name = "tokio-macros"
3652 version = "2.2.0"
3653 source = "registry+https://github.com/rust-lang/crates.io-index"
3654 checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b"
3655 dependencies = [
3656  "proc-macro2",
3657  "quote",
3658  "syn 2.0.48",
3661 [[package]]
3662 name = "tokio-native-tls"
3663 version = "0.3.1"
3664 source = "registry+https://github.com/rust-lang/crates.io-index"
3665 checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
3666 dependencies = [
3667  "native-tls",
3668  "tokio",
3671 [[package]]
3672 name = "tokio-rustls"
3673 version = "0.23.4"
3674 source = "registry+https://github.com/rust-lang/crates.io-index"
3675 checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"
3676 dependencies = [
3677  "rustls 0.20.9",
3678  "tokio",
3679  "webpki",
3682 [[package]]
3683 name = "tokio-rustls"
3684 version = "0.24.1"
3685 source = "registry+https://github.com/rust-lang/crates.io-index"
3686 checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
3687 dependencies = [
3688  "rustls 0.21.10",
3689  "tokio",
3692 [[package]]
3693 name = "tokio-rustls"
3694 version = "0.25.0"
3695 source = "registry+https://github.com/rust-lang/crates.io-index"
3696 checksum = "775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f"
3697 dependencies = [
3698  "rustls 0.22.2",
3699  "rustls-pki-types",
3700  "tokio",
3703 [[package]]
3704 name = "tokio-stream"
3705 version = "0.1.14"
3706 source = "registry+https://github.com/rust-lang/crates.io-index"
3707 checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842"
3708 dependencies = [
3709  "futures-core",
3710  "pin-project-lite 0.2.13",
3711  "tokio",
3714 [[package]]
3715 name = "tokio-util"
3716 version = "0.7.10"
3717 source = "registry+https://github.com/rust-lang/crates.io-index"
3718 checksum = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15"
3719 dependencies = [
3720  "bytes",
3721  "futures-core",
3722  "futures-io",
3723  "futures-sink",
3724  "pin-project-lite 0.2.13",
3725  "tokio",
3726  "tracing",
3729 [[package]]
3730 name = "toml"
3731 version = "0.5.11"
3732 source = "registry+https://github.com/rust-lang/crates.io-index"
3733 checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
3734 dependencies = [
3735  "serde",
3738 [[package]]
3739 name = "tower"
3740 version = "0.4.13"
3741 source = "registry+https://github.com/rust-lang/crates.io-index"
3742 checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
3743 dependencies = [
3744  "futures-core",
3745  "futures-util",
3746  "pin-project",
3747  "pin-project-lite 0.2.13",
3748  "tokio",
3749  "tower-layer",
3750  "tower-service",
3751  "tracing",
3754 [[package]]
3755 name = "tower-layer"
3756 version = "0.3.2"
3757 source = "registry+https://github.com/rust-lang/crates.io-index"
3758 checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
3760 [[package]]
3761 name = "tower-service"
3762 version = "0.3.2"
3763 source = "registry+https://github.com/rust-lang/crates.io-index"
3764 checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
3766 [[package]]
3767 name = "tracing"
3768 version = "0.1.40"
3769 source = "registry+https://github.com/rust-lang/crates.io-index"
3770 checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
3771 dependencies = [
3772  "log",
3773  "pin-project-lite 0.2.13",
3774  "tracing-attributes",
3775  "tracing-core",
3778 [[package]]
3779 name = "tracing-attributes"
3780 version = "0.1.27"
3781 source = "registry+https://github.com/rust-lang/crates.io-index"
3782 checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
3783 dependencies = [
3784  "proc-macro2",
3785  "quote",
3786  "syn 2.0.48",
3789 [[package]]
3790 name = "tracing-core"
3791 version = "0.1.32"
3792 source = "registry+https://github.com/rust-lang/crates.io-index"
3793 checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
3794 dependencies = [
3795  "once_cell",
3796  "valuable",
3799 [[package]]
3800 name = "tracing-log"
3801 version = "0.2.0"
3802 source = "registry+https://github.com/rust-lang/crates.io-index"
3803 checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
3804 dependencies = [
3805  "log",
3806  "once_cell",
3807  "tracing-core",
3810 [[package]]
3811 name = "tracing-subscriber"
3812 version = "0.3.18"
3813 source = "registry+https://github.com/rust-lang/crates.io-index"
3814 checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
3815 dependencies = [
3816  "nu-ansi-term",
3817  "sharded-slab",
3818  "smallvec",
3819  "thread_local",
3820  "tracing-core",
3821  "tracing-log",
3824 [[package]]
3825 name = "try-lock"
3826 version = "0.2.5"
3827 source = "registry+https://github.com/rust-lang/crates.io-index"
3828 checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
3830 [[package]]
3831 name = "typenum"
3832 version = "1.17.0"
3833 source = "registry+https://github.com/rust-lang/crates.io-index"
3834 checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
3836 [[package]]
3837 name = "unicode-bidi"
3838 version = "0.3.15"
3839 source = "registry+https://github.com/rust-lang/crates.io-index"
3840 checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
3842 [[package]]
3843 name = "unicode-ident"
3844 version = "1.0.12"
3845 source = "registry+https://github.com/rust-lang/crates.io-index"
3846 checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
3848 [[package]]
3849 name = "unicode-normalization"
3850 version = "0.1.22"
3851 source = "registry+https://github.com/rust-lang/crates.io-index"
3852 checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
3853 dependencies = [
3854  "tinyvec",
3857 [[package]]
3858 name = "unicode-xid"
3859 version = "0.2.4"
3860 source = "registry+https://github.com/rust-lang/crates.io-index"
3861 checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
3863 [[package]]
3864 name = "untrusted"
3865 version = "0.7.1"
3866 source = "registry+https://github.com/rust-lang/crates.io-index"
3867 checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
3869 [[package]]
3870 name = "untrusted"
3871 version = "0.9.0"
3872 source = "registry+https://github.com/rust-lang/crates.io-index"
3873 checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
3875 [[package]]
3876 name = "url"
3877 version = "2.5.0"
3878 source = "registry+https://github.com/rust-lang/crates.io-index"
3879 checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633"
3880 dependencies = [
3881  "form_urlencoded",
3882  "idna 0.5.0",
3883  "percent-encoding",
3886 [[package]]
3887 name = "urlencoding"
3888 version = "2.1.3"
3889 source = "registry+https://github.com/rust-lang/crates.io-index"
3890 checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
3892 [[package]]
3893 name = "uuid"
3894 version = "1.7.0"
3895 source = "registry+https://github.com/rust-lang/crates.io-index"
3896 checksum = "f00cc9702ca12d3c81455259621e676d0f7251cec66a21e98fe2e9a37db93b2a"
3897 dependencies = [
3898  "getrandom",
3899  "wasm-bindgen",
3902 [[package]]
3903 name = "valuable"
3904 version = "0.1.0"
3905 source = "registry+https://github.com/rust-lang/crates.io-index"
3906 checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
3908 [[package]]
3909 name = "value-bag"
3910 version = "1.7.0"
3911 source = "registry+https://github.com/rust-lang/crates.io-index"
3912 checksum = "126e423afe2dd9ac52142e7e9d5ce4135d7e13776c529d27fd6bc49f19e3280b"
3914 [[package]]
3915 name = "vcpkg"
3916 version = "0.2.15"
3917 source = "registry+https://github.com/rust-lang/crates.io-index"
3918 checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
3920 [[package]]
3921 name = "version_check"
3922 version = "0.9.4"
3923 source = "registry+https://github.com/rust-lang/crates.io-index"
3924 checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
3926 [[package]]
3927 name = "vsimd"
3928 version = "0.8.0"
3929 source = "registry+https://github.com/rust-lang/crates.io-index"
3930 checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
3932 [[package]]
3933 name = "waker-fn"
3934 version = "1.1.1"
3935 source = "registry+https://github.com/rust-lang/crates.io-index"
3936 checksum = "f3c4517f54858c779bbcbf228f4fca63d121bf85fbecb2dc578cdf4a39395690"
3938 [[package]]
3939 name = "walkdir"
3940 version = "2.4.0"
3941 source = "registry+https://github.com/rust-lang/crates.io-index"
3942 checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee"
3943 dependencies = [
3944  "same-file",
3945  "winapi-util",
3948 [[package]]
3949 name = "want"
3950 version = "0.3.1"
3951 source = "registry+https://github.com/rust-lang/crates.io-index"
3952 checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
3953 dependencies = [
3954  "try-lock",
3957 [[package]]
3958 name = "wasi"
3959 version = "0.11.0+wasi-snapshot-preview1"
3960 source = "registry+https://github.com/rust-lang/crates.io-index"
3961 checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
3963 [[package]]
3964 name = "wasm-bindgen"
3965 version = "0.2.90"
3966 source = "registry+https://github.com/rust-lang/crates.io-index"
3967 checksum = "b1223296a201415c7fad14792dbefaace9bd52b62d33453ade1c5b5f07555406"
3968 dependencies = [
3969  "cfg-if",
3970  "wasm-bindgen-macro",
3973 [[package]]
3974 name = "wasm-bindgen-backend"
3975 version = "0.2.90"
3976 source = "registry+https://github.com/rust-lang/crates.io-index"
3977 checksum = "fcdc935b63408d58a32f8cc9738a0bffd8f05cc7c002086c6ef20b7312ad9dcd"
3978 dependencies = [
3979  "bumpalo",
3980  "log",
3981  "once_cell",
3982  "proc-macro2",
3983  "quote",
3984  "syn 2.0.48",
3985  "wasm-bindgen-shared",
3988 [[package]]
3989 name = "wasm-bindgen-futures"
3990 version = "0.4.40"
3991 source = "registry+https://github.com/rust-lang/crates.io-index"
3992 checksum = "bde2032aeb86bdfaecc8b261eef3cba735cc426c1f3a3416d1e0791be95fc461"
3993 dependencies = [
3994  "cfg-if",
3995  "js-sys",
3996  "wasm-bindgen",
3997  "web-sys",
4000 [[package]]
4001 name = "wasm-bindgen-macro"
4002 version = "0.2.90"
4003 source = "registry+https://github.com/rust-lang/crates.io-index"
4004 checksum = "3e4c238561b2d428924c49815533a8b9121c664599558a5d9ec51f8a1740a999"
4005 dependencies = [
4006  "quote",
4007  "wasm-bindgen-macro-support",
4010 [[package]]
4011 name = "wasm-bindgen-macro-support"
4012 version = "0.2.90"
4013 source = "registry+https://github.com/rust-lang/crates.io-index"
4014 checksum = "bae1abb6806dc1ad9e560ed242107c0f6c84335f1749dd4e8ddb012ebd5e25a7"
4015 dependencies = [
4016  "proc-macro2",
4017  "quote",
4018  "syn 2.0.48",
4019  "wasm-bindgen-backend",
4020  "wasm-bindgen-shared",
4023 [[package]]
4024 name = "wasm-bindgen-shared"
4025 version = "0.2.90"
4026 source = "registry+https://github.com/rust-lang/crates.io-index"
4027 checksum = "4d91413b1c31d7539ba5ef2451af3f0b833a005eb27a631cec32bc0635a8602b"
4029 [[package]]
4030 name = "web-sys"
4031 version = "0.3.67"
4032 source = "registry+https://github.com/rust-lang/crates.io-index"
4033 checksum = "58cd2333b6e0be7a39605f0e255892fd7418a682d8da8fe042fe25128794d2ed"
4034 dependencies = [
4035  "js-sys",
4036  "wasm-bindgen",
4039 [[package]]
4040 name = "webpki"
4041 version = "0.22.4"
4042 source = "registry+https://github.com/rust-lang/crates.io-index"
4043 checksum = "ed63aea5ce73d0ff405984102c42de94fc55a6b75765d621c65262469b3c9b53"
4044 dependencies = [
4045  "ring 0.17.7",
4046  "untrusted 0.9.0",
4049 [[package]]
4050 name = "winapi"
4051 version = "0.3.9"
4052 source = "registry+https://github.com/rust-lang/crates.io-index"
4053 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
4054 dependencies = [
4055  "winapi-i686-pc-windows-gnu",
4056  "winapi-x86_64-pc-windows-gnu",
4059 [[package]]
4060 name = "winapi-i686-pc-windows-gnu"
4061 version = "0.4.0"
4062 source = "registry+https://github.com/rust-lang/crates.io-index"
4063 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
4065 [[package]]
4066 name = "winapi-util"
4067 version = "0.1.6"
4068 source = "registry+https://github.com/rust-lang/crates.io-index"
4069 checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
4070 dependencies = [
4071  "winapi",
4074 [[package]]
4075 name = "winapi-x86_64-pc-windows-gnu"
4076 version = "0.4.0"
4077 source = "registry+https://github.com/rust-lang/crates.io-index"
4078 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
4080 [[package]]
4081 name = "windows-core"
4082 version = "0.52.0"
4083 source = "registry+https://github.com/rust-lang/crates.io-index"
4084 checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
4085 dependencies = [
4086  "windows-targets 0.52.0",
4089 [[package]]
4090 name = "windows-sys"
4091 version = "0.48.0"
4092 source = "registry+https://github.com/rust-lang/crates.io-index"
4093 checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
4094 dependencies = [
4095  "windows-targets 0.48.5",
4098 [[package]]
4099 name = "windows-sys"
4100 version = "0.52.0"
4101 source = "registry+https://github.com/rust-lang/crates.io-index"
4102 checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
4103 dependencies = [
4104  "windows-targets 0.52.0",
4107 [[package]]
4108 name = "windows-targets"
4109 version = "0.48.5"
4110 source = "registry+https://github.com/rust-lang/crates.io-index"
4111 checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
4112 dependencies = [
4113  "windows_aarch64_gnullvm 0.48.5",
4114  "windows_aarch64_msvc 0.48.5",
4115  "windows_i686_gnu 0.48.5",
4116  "windows_i686_msvc 0.48.5",
4117  "windows_x86_64_gnu 0.48.5",
4118  "windows_x86_64_gnullvm 0.48.5",
4119  "windows_x86_64_msvc 0.48.5",
4122 [[package]]
4123 name = "windows-targets"
4124 version = "0.52.0"
4125 source = "registry+https://github.com/rust-lang/crates.io-index"
4126 checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd"
4127 dependencies = [
4128  "windows_aarch64_gnullvm 0.52.0",
4129  "windows_aarch64_msvc 0.52.0",
4130  "windows_i686_gnu 0.52.0",
4131  "windows_i686_msvc 0.52.0",
4132  "windows_x86_64_gnu 0.52.0",
4133  "windows_x86_64_gnullvm 0.52.0",
4134  "windows_x86_64_msvc 0.52.0",
4137 [[package]]
4138 name = "windows_aarch64_gnullvm"
4139 version = "0.48.5"
4140 source = "registry+https://github.com/rust-lang/crates.io-index"
4141 checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
4143 [[package]]
4144 name = "windows_aarch64_gnullvm"
4145 version = "0.52.0"
4146 source = "registry+https://github.com/rust-lang/crates.io-index"
4147 checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea"
4149 [[package]]
4150 name = "windows_aarch64_msvc"
4151 version = "0.48.5"
4152 source = "registry+https://github.com/rust-lang/crates.io-index"
4153 checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
4155 [[package]]
4156 name = "windows_aarch64_msvc"
4157 version = "0.52.0"
4158 source = "registry+https://github.com/rust-lang/crates.io-index"
4159 checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef"
4161 [[package]]
4162 name = "windows_i686_gnu"
4163 version = "0.48.5"
4164 source = "registry+https://github.com/rust-lang/crates.io-index"
4165 checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
4167 [[package]]
4168 name = "windows_i686_gnu"
4169 version = "0.52.0"
4170 source = "registry+https://github.com/rust-lang/crates.io-index"
4171 checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313"
4173 [[package]]
4174 name = "windows_i686_msvc"
4175 version = "0.48.5"
4176 source = "registry+https://github.com/rust-lang/crates.io-index"
4177 checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
4179 [[package]]
4180 name = "windows_i686_msvc"
4181 version = "0.52.0"
4182 source = "registry+https://github.com/rust-lang/crates.io-index"
4183 checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a"
4185 [[package]]
4186 name = "windows_x86_64_gnu"
4187 version = "0.48.5"
4188 source = "registry+https://github.com/rust-lang/crates.io-index"
4189 checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
4191 [[package]]
4192 name = "windows_x86_64_gnu"
4193 version = "0.52.0"
4194 source = "registry+https://github.com/rust-lang/crates.io-index"
4195 checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd"
4197 [[package]]
4198 name = "windows_x86_64_gnullvm"
4199 version = "0.48.5"
4200 source = "registry+https://github.com/rust-lang/crates.io-index"
4201 checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
4203 [[package]]
4204 name = "windows_x86_64_gnullvm"
4205 version = "0.52.0"
4206 source = "registry+https://github.com/rust-lang/crates.io-index"
4207 checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e"
4209 [[package]]
4210 name = "windows_x86_64_msvc"
4211 version = "0.48.5"
4212 source = "registry+https://github.com/rust-lang/crates.io-index"
4213 checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
4215 [[package]]
4216 name = "windows_x86_64_msvc"
4217 version = "0.52.0"
4218 source = "registry+https://github.com/rust-lang/crates.io-index"
4219 checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04"
4221 [[package]]
4222 name = "winreg"
4223 version = "0.52.0"
4224 source = "registry+https://github.com/rust-lang/crates.io-index"
4225 checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
4226 dependencies = [
4227  "cfg-if",
4228  "windows-sys 0.48.0",
4231 [[package]]
4232 name = "wyz"
4233 version = "0.2.0"
4234 source = "registry+https://github.com/rust-lang/crates.io-index"
4235 checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214"
4237 [[package]]
4238 name = "x509-parser"
4239 version = "0.13.2"
4240 source = "registry+https://github.com/rust-lang/crates.io-index"
4241 checksum = "9fb9bace5b5589ffead1afb76e43e34cff39cd0f3ce7e170ae0c29e53b88eb1c"
4242 dependencies = [
4243  "asn1-rs",
4244  "base64 0.13.1",
4245  "data-encoding",
4246  "der-parser",
4247  "lazy_static",
4248  "nom 7.1.3",
4249  "oid-registry",
4250  "rusticata-macros",
4251  "thiserror",
4252  "time",
4255 [[package]]
4256 name = "xmlparser"
4257 version = "0.13.6"
4258 source = "registry+https://github.com/rust-lang/crates.io-index"
4259 checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
4261 [[package]]
4262 name = "zeroize"
4263 version = "1.7.0"
4264 source = "registry+https://github.com/rust-lang/crates.io-index"
4265 checksum = "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d"
4267 [[package]]
4268 name = "zstd"
4269 version = "0.9.2+zstd.1.5.1"
4270 source = "registry+https://github.com/rust-lang/crates.io-index"
4271 checksum = "2390ea1bf6c038c39674f22d95f0564725fc06034a47129179810b2fc58caa54"
4272 dependencies = [
4273  "zstd-safe",
4276 [[package]]
4277 name = "zstd-safe"
4278 version = "4.1.3+zstd.1.5.1"
4279 source = "registry+https://github.com/rust-lang/crates.io-index"
4280 checksum = "e99d81b99fb3c2c2c794e3fe56c305c63d5173a16a46b5850b07c935ffc7db79"
4281 dependencies = [
4282  "libc",
4283  "zstd-sys",
4286 [[package]]
4287 name = "zstd-sys"
4288 version = "1.6.2+zstd.1.5.1"
4289 source = "registry+https://github.com/rust-lang/crates.io-index"
4290 checksum = "2daf2f248d9ea44454bfcb2516534e8b8ad2fc91bf818a1885495fc42bc8ac9f"
4291 dependencies = [
4292  "cc",
4293  "libc",