Merge pull request #332674 from supinie/aerogramme

aerogramme: init at 0.3.0

authored by Julien Malka and committed by GitHub 6017bb20 c1b73989

+4340
+6
maintainers/maintainer-list.nix
··· 19761 githubId = 7258858; 19762 name = "Sandro Jäckel"; 19763 }; 19764 SuprDewd = { 19765 email = "suprdewd@gmail.com"; 19766 github = "SuprDewd";
··· 19761 githubId = 7258858; 19762 name = "Sandro Jäckel"; 19763 }; 19764 + supinie = { 19765 + name = "supinie"; 19766 + email = "nix@supinie.com"; 19767 + github = "supinie"; 19768 + githubId = 86788874; 19769 + }; 19770 SuprDewd = { 19771 email = "suprdewd@gmail.com"; 19772 github = "SuprDewd";
+4286
pkgs/by-name/ae/aerogramme/Cargo.lock
···
··· 1 + # This file is automatically @generated by Cargo. 2 + # It is not intended for manual editing. 3 + version = 3 4 + 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", 12 + ] 13 + 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", 21 + ] 22 + 23 + [[package]] 24 + name = "adler" 25 + version = "1.0.2" 26 + source = "registry+https://github.com/rust-lang/crates.io-index" 27 + checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 28 + 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", 41 + ] 42 + 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", 62 + ] 63 + 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", 74 + ] 75 + 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", 85 + ] 86 + 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", 120 + ] 121 + 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", 135 + ] 136 + 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", 162 + ] 163 + 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", 183 + ] 184 + 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", 194 + ] 195 + 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" 201 + 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", 209 + ] 210 + 211 + [[package]] 212 + name = "anyhow" 213 + version = "1.0.79" 214 + source = "registry+https://github.com/rust-lang/crates.io-index" 215 + checksum = "080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca" 216 + 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", 224 + ] 225 + 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", 236 + ] 237 + 238 + [[package]] 239 + name = "arrayvec" 240 + version = "0.5.2" 241 + source = "registry+https://github.com/rust-lang/crates.io-index" 242 + checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b" 243 + 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", 258 + ] 259 + 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", 270 + ] 271 + 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", 281 + ] 282 + 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", 292 + ] 293 + 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", 305 + ] 306 + 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", 319 + ] 320 + 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", 331 + ] 332 + 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", 346 + ] 347 + 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", 366 + ] 367 + 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", 385 + ] 386 + 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", 394 + ] 395 + 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", 405 + ] 406 + 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", 416 + ] 417 + 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", 433 + ] 434 + 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", 451 + ] 452 + 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", 477 + ] 478 + 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" 484 + 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", 494 + ] 495 + 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" 501 + 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", 511 + ] 512 + 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", 521 + ] 522 + 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", 532 + ] 533 + 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", 545 + ] 546 + 547 + [[package]] 548 + name = "autocfg" 549 + version = "1.1.0" 550 + source = "registry+https://github.com/rust-lang/crates.io-index" 551 + checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 552 + 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", 581 + ] 582 + 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", 593 + ] 594 + 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", 617 + ] 618 + 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", 639 + ] 640 + 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", 668 + ] 669 + 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", 690 + ] 691 + 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", 712 + ] 713 + 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", 735 + ] 736 + 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", 764 + ] 765 + 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", 775 + ] 776 + 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", 796 + ] 797 + 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", 807 + ] 808 + 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", 828 + ] 829 + 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", 837 + ] 838 + 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", 847 + ] 848 + 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", 872 + ] 873 + 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", 889 + ] 890 + 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", 912 + ] 913 + 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", 921 + ] 922 + 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", 936 + ] 937 + 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", 951 + ] 952 + 953 + [[package]] 954 + name = "base16ct" 955 + version = "0.1.1" 956 + source = "registry+https://github.com/rust-lang/crates.io-index" 957 + checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce" 958 + 959 + [[package]] 960 + name = "base64" 961 + version = "0.13.1" 962 + source = "registry+https://github.com/rust-lang/crates.io-index" 963 + checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" 964 + 965 + [[package]] 966 + name = "base64" 967 + version = "0.21.7" 968 + source = "registry+https://github.com/rust-lang/crates.io-index" 969 + checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" 970 + 971 + [[package]] 972 + name = "base64" 973 + version = "0.22.1" 974 + source = "registry+https://github.com/rust-lang/crates.io-index" 975 + checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 976 + 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", 985 + ] 986 + 987 + [[package]] 988 + name = "base64ct" 989 + version = "1.6.0" 990 + source = "registry+https://github.com/rust-lang/crates.io-index" 991 + checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" 992 + 993 + [[package]] 994 + name = "bitflags" 995 + version = "1.3.2" 996 + source = "registry+https://github.com/rust-lang/crates.io-index" 997 + checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 998 + 999 + [[package]] 1000 + name = "bitflags" 1001 + version = "2.4.2" 1002 + source = "registry+https://github.com/rust-lang/crates.io-index" 1003 + checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf" 1004 + 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", 1012 + ] 1013 + 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", 1024 + ] 1025 + 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", 1033 + ] 1034 + 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", 1042 + ] 1043 + 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", 1058 + ] 1059 + 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", 1067 + ] 1068 + 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", 1078 + ] 1079 + 1080 + [[package]] 1081 + name = "bumpalo" 1082 + version = "3.14.0" 1083 + source = "registry+https://github.com/rust-lang/crates.io-index" 1084 + checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec" 1085 + 1086 + [[package]] 1087 + name = "byteorder" 1088 + version = "1.5.0" 1089 + source = "registry+https://github.com/rust-lang/crates.io-index" 1090 + checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 1091 + 1092 + [[package]] 1093 + name = "bytes" 1094 + version = "1.5.0" 1095 + source = "registry+https://github.com/rust-lang/crates.io-index" 1096 + checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223" 1097 + 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", 1106 + ] 1107 + 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", 1116 + ] 1117 + 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" 1123 + 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", 1136 + ] 1137 + 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", 1153 + ] 1154 + 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", 1166 + ] 1167 + 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", 1175 + ] 1176 + 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", 1184 + ] 1185 + 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" 1191 + 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", 1200 + ] 1201 + 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" 1207 + 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", 1215 + ] 1216 + 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", 1224 + ] 1225 + 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", 1233 + ] 1234 + 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" 1240 + 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", 1251 + ] 1252 + 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", 1261 + ] 1262 + 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", 1271 + ] 1272 + 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" 1278 + 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", 1287 + ] 1288 + 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", 1301 + ] 1302 + 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", 1310 + ] 1311 + 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", 1321 + ] 1322 + 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", 1332 + ] 1333 + 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", 1343 + ] 1344 + 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", 1354 + ] 1355 + 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", 1364 + ] 1365 + 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", 1376 + ] 1377 + 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", 1385 + ] 1386 + 1387 + [[package]] 1388 + name = "either" 1389 + version = "1.10.0" 1390 + source = "registry+https://github.com/rust-lang/crates.io-index" 1391 + checksum = "11157ac094ffbdde99aa67b23417ebdd801842852b500e395a45a9c0aac03e4a" 1392 + 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", 1411 + ] 1412 + 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", 1423 + ] 1424 + 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", 1432 + ] 1433 + 1434 + [[package]] 1435 + name = "equivalent" 1436 + version = "1.0.1" 1437 + source = "registry+https://github.com/rust-lang/crates.io-index" 1438 + checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" 1439 + 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", 1448 + ] 1449 + 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" 1455 + 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", 1465 + ] 1466 + 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", 1476 + ] 1477 + 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", 1487 + ] 1488 + 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", 1497 + ] 1498 + 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", 1507 + ] 1508 + 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", 1516 + ] 1517 + 1518 + [[package]] 1519 + name = "fastrand" 1520 + version = "2.0.1" 1521 + source = "registry+https://github.com/rust-lang/crates.io-index" 1522 + checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5" 1523 + 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", 1532 + ] 1533 + 1534 + [[package]] 1535 + name = "fnv" 1536 + version = "1.0.7" 1537 + source = "registry+https://github.com/rust-lang/crates.io-index" 1538 + checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 1539 + 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", 1547 + ] 1548 + 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" 1554 + 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", 1562 + ] 1563 + 1564 + [[package]] 1565 + name = "funty" 1566 + version = "1.1.0" 1567 + source = "registry+https://github.com/rust-lang/crates.io-index" 1568 + checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7" 1569 + 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", 1583 + ] 1584 + 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", 1593 + ] 1594 + 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" 1600 + 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", 1610 + ] 1611 + 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" 1617 + 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", 1631 + ] 1632 + 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", 1644 + ] 1645 + 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", 1655 + ] 1656 + 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" 1662 + 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" 1668 + 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", 1685 + ] 1686 + 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", 1695 + ] 1696 + 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", 1708 + ] 1709 + 1710 + [[package]] 1711 + name = "gimli" 1712 + version = "0.24.0" 1713 + source = "registry+https://github.com/rust-lang/crates.io-index" 1714 + checksum = "0e4075386626662786ddb0ec9081e7c7eeb1ba31951f447ca780ef9f5d568189" 1715 + 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", 1726 + ] 1727 + 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", 1737 + ] 1738 + 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", 1756 + ] 1757 + 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", 1775 + ] 1776 + 1777 + [[package]] 1778 + name = "hashbrown" 1779 + version = "0.12.3" 1780 + source = "registry+https://github.com/rust-lang/crates.io-index" 1781 + checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 1782 + 1783 + [[package]] 1784 + name = "hashbrown" 1785 + version = "0.14.3" 1786 + source = "registry+https://github.com/rust-lang/crates.io-index" 1787 + checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604" 1788 + 1789 + [[package]] 1790 + name = "heck" 1791 + version = "0.4.1" 1792 + source = "registry+https://github.com/rust-lang/crates.io-index" 1793 + checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 1794 + 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", 1802 + ] 1803 + 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" 1809 + 1810 + [[package]] 1811 + name = "hex" 1812 + version = "0.4.3" 1813 + source = "registry+https://github.com/rust-lang/crates.io-index" 1814 + checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 1815 + 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", 1823 + ] 1824 + 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", 1834 + ] 1835 + 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", 1845 + ] 1846 + 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", 1856 + ] 1857 + 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", 1866 + ] 1867 + 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", 1879 + ] 1880 + 1881 + [[package]] 1882 + name = "httparse" 1883 + version = "1.8.0" 1884 + source = "registry+https://github.com/rust-lang/crates.io-index" 1885 + checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" 1886 + 1887 + [[package]] 1888 + name = "httpdate" 1889 + version = "1.0.3" 1890 + source = "registry+https://github.com/rust-lang/crates.io-index" 1891 + checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" 1892 + 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", 1915 + ] 1916 + 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", 1936 + ] 1937 + 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", 1952 + ] 1953 + 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", 1971 + ] 1972 + 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", 1987 + ] 1988 + 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", 2007 + ] 2008 + 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", 2021 + ] 2022 + 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", 2030 + ] 2031 + 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", 2042 + ] 2043 + 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", 2053 + ] 2054 + 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", 2063 + ] 2064 + 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", 2077 + ] 2078 + 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", 2092 + ] 2093 + 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", 2106 + ] 2107 + 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", 2117 + ] 2118 + 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", 2127 + ] 2128 + 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", 2137 + ] 2138 + 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", 2146 + ] 2147 + 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", 2157 + ] 2158 + 2159 + [[package]] 2160 + name = "ipnet" 2161 + version = "2.9.0" 2162 + source = "registry+https://github.com/rust-lang/crates.io-index" 2163 + checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3" 2164 + 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", 2172 + ] 2173 + 2174 + [[package]] 2175 + name = "itoa" 2176 + version = "1.0.10" 2177 + source = "registry+https://github.com/rust-lang/crates.io-index" 2178 + checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c" 2179 + 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", 2187 + ] 2188 + 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", 2196 + ] 2197 + 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", 2219 + ] 2220 + 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", 2228 + ] 2229 + 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" 2235 + 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", 2245 + ] 2246 + 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", 2272 + ] 2273 + 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", 2285 + ] 2286 + 2287 + [[package]] 2288 + name = "libc" 2289 + version = "0.2.152" 2290 + source = "registry+https://github.com/rust-lang/crates.io-index" 2291 + checksum = "13e3bf6590cbc649f4d1a3eefc9d5d6eb746f5200ffb04e5e142700b8faa56e7" 2292 + 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", 2302 + ] 2303 + 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", 2314 + ] 2315 + 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" 2321 + 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" 2327 + 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", 2335 + ] 2336 + 2337 + [[package]] 2338 + name = "matches" 2339 + version = "0.1.10" 2340 + source = "registry+https://github.com/rust-lang/crates.io-index" 2341 + checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5" 2342 + 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", 2351 + ] 2352 + 2353 + [[package]] 2354 + name = "memchr" 2355 + version = "2.3.4" 2356 + source = "registry+https://github.com/rust-lang/crates.io-index" 2357 + checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525" 2358 + 2359 + [[package]] 2360 + name = "mime" 2361 + version = "0.3.17" 2362 + source = "registry+https://github.com/rust-lang/crates.io-index" 2363 + checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 2364 + 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" 2370 + 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", 2379 + ] 2380 + 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", 2390 + ] 2391 + 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", 2408 + ] 2409 + 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", 2419 + ] 2420 + 2421 + [[package]] 2422 + name = "nom" 2423 + version = "2.2.1" 2424 + source = "registry+https://github.com/rust-lang/crates.io-index" 2425 + checksum = "cf51a729ecf40266a2368ad335a5fdde43471f545a967109cd62146ecf8b66ff" 2426 + 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", 2438 + ] 2439 + 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", 2448 + ] 2449 + 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", 2458 + ] 2459 + 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", 2469 + ] 2470 + 2471 + [[package]] 2472 + name = "num-integer" 2473 + version = "0.1.45" 2474 + source = "registry+https://github.com/rust-lang/crates.io-index" 2475 + checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" 2476 + dependencies = [ 2477 + "autocfg", 2478 + "num-traits", 2479 + ] 2480 + 2481 + [[package]] 2482 + name = "num-traits" 2483 + version = "0.2.17" 2484 + source = "registry+https://github.com/rust-lang/crates.io-index" 2485 + checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c" 2486 + dependencies = [ 2487 + "autocfg", 2488 + ] 2489 + 2490 + [[package]] 2491 + name = "num_cpus" 2492 + version = "1.16.0" 2493 + source = "registry+https://github.com/rust-lang/crates.io-index" 2494 + checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" 2495 + dependencies = [ 2496 + "hermit-abi 0.3.4", 2497 + "libc", 2498 + ] 2499 + 2500 + [[package]] 2501 + name = "object" 2502 + version = "0.24.0" 2503 + source = "registry+https://github.com/rust-lang/crates.io-index" 2504 + checksum = "1a5b3dd1c072ee7963717671d1ca129f1048fda25edea6b752bfc71ac8854170" 2505 + 2506 + [[package]] 2507 + name = "oid-registry" 2508 + version = "0.4.0" 2509 + source = "registry+https://github.com/rust-lang/crates.io-index" 2510 + checksum = "38e20717fa0541f39bd146692035c37bedfa532b3e5071b35761082407546b2a" 2511 + dependencies = [ 2512 + "asn1-rs", 2513 + ] 2514 + 2515 + [[package]] 2516 + name = "once_cell" 2517 + version = "1.19.0" 2518 + source = "registry+https://github.com/rust-lang/crates.io-index" 2519 + checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" 2520 + 2521 + [[package]] 2522 + name = "openssl" 2523 + version = "0.10.64" 2524 + source = "registry+https://github.com/rust-lang/crates.io-index" 2525 + checksum = "95a0481286a310808298130d22dd1fef0fa571e05a8f44ec801801e84b216b1f" 2526 + dependencies = [ 2527 + "bitflags 2.4.2", 2528 + "cfg-if", 2529 + "foreign-types", 2530 + "libc", 2531 + "once_cell", 2532 + "openssl-macros", 2533 + "openssl-sys", 2534 + ] 2535 + 2536 + [[package]] 2537 + name = "openssl-macros" 2538 + version = "0.1.1" 2539 + source = "registry+https://github.com/rust-lang/crates.io-index" 2540 + checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" 2541 + dependencies = [ 2542 + "proc-macro2", 2543 + "quote", 2544 + "syn 2.0.48", 2545 + ] 2546 + 2547 + [[package]] 2548 + name = "openssl-probe" 2549 + version = "0.1.5" 2550 + source = "registry+https://github.com/rust-lang/crates.io-index" 2551 + checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" 2552 + 2553 + [[package]] 2554 + name = "openssl-sys" 2555 + version = "0.9.102" 2556 + source = "registry+https://github.com/rust-lang/crates.io-index" 2557 + checksum = "c597637d56fbc83893a35eb0dd04b2b8e7a50c91e64e9493e398b5df4fb45fa2" 2558 + dependencies = [ 2559 + "cc", 2560 + "libc", 2561 + "pkg-config", 2562 + "vcpkg", 2563 + ] 2564 + 2565 + [[package]] 2566 + name = "os_str_bytes" 2567 + version = "6.6.1" 2568 + source = "registry+https://github.com/rust-lang/crates.io-index" 2569 + checksum = "e2355d85b9a3786f481747ced0e0ff2ba35213a1f9bd406ed906554d7af805a1" 2570 + 2571 + [[package]] 2572 + name = "outref" 2573 + version = "0.5.1" 2574 + source = "registry+https://github.com/rust-lang/crates.io-index" 2575 + checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a" 2576 + 2577 + [[package]] 2578 + name = "overload" 2579 + version = "0.1.1" 2580 + source = "registry+https://github.com/rust-lang/crates.io-index" 2581 + checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" 2582 + 2583 + [[package]] 2584 + name = "p256" 2585 + version = "0.11.1" 2586 + source = "registry+https://github.com/rust-lang/crates.io-index" 2587 + checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594" 2588 + dependencies = [ 2589 + "ecdsa", 2590 + "elliptic-curve", 2591 + "sha2", 2592 + ] 2593 + 2594 + [[package]] 2595 + name = "parking" 2596 + version = "2.2.0" 2597 + source = "registry+https://github.com/rust-lang/crates.io-index" 2598 + checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae" 2599 + 2600 + [[package]] 2601 + name = "password-hash" 2602 + version = "0.5.0" 2603 + source = "registry+https://github.com/rust-lang/crates.io-index" 2604 + checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166" 2605 + dependencies = [ 2606 + "base64ct", 2607 + "rand_core", 2608 + "subtle", 2609 + ] 2610 + 2611 + [[package]] 2612 + name = "paste" 2613 + version = "1.0.14" 2614 + source = "registry+https://github.com/rust-lang/crates.io-index" 2615 + checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c" 2616 + 2617 + [[package]] 2618 + name = "percent-encoding" 2619 + version = "2.3.1" 2620 + source = "registry+https://github.com/rust-lang/crates.io-index" 2621 + checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" 2622 + 2623 + [[package]] 2624 + name = "pin-project" 2625 + version = "1.1.5" 2626 + source = "registry+https://github.com/rust-lang/crates.io-index" 2627 + checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3" 2628 + dependencies = [ 2629 + "pin-project-internal", 2630 + ] 2631 + 2632 + [[package]] 2633 + name = "pin-project-internal" 2634 + version = "1.1.5" 2635 + source = "registry+https://github.com/rust-lang/crates.io-index" 2636 + checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965" 2637 + dependencies = [ 2638 + "proc-macro2", 2639 + "quote", 2640 + "syn 2.0.48", 2641 + ] 2642 + 2643 + [[package]] 2644 + name = "pin-project-lite" 2645 + version = "0.1.12" 2646 + source = "registry+https://github.com/rust-lang/crates.io-index" 2647 + checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777" 2648 + 2649 + [[package]] 2650 + name = "pin-project-lite" 2651 + version = "0.2.13" 2652 + source = "registry+https://github.com/rust-lang/crates.io-index" 2653 + checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58" 2654 + 2655 + [[package]] 2656 + name = "pin-utils" 2657 + version = "0.1.0" 2658 + source = "registry+https://github.com/rust-lang/crates.io-index" 2659 + checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 2660 + 2661 + [[package]] 2662 + name = "piper" 2663 + version = "0.2.1" 2664 + source = "registry+https://github.com/rust-lang/crates.io-index" 2665 + checksum = "668d31b1c4eba19242f2088b2bf3316b82ca31082a8335764db4e083db7485d4" 2666 + dependencies = [ 2667 + "atomic-waker", 2668 + "fastrand 2.0.1", 2669 + "futures-io", 2670 + ] 2671 + 2672 + [[package]] 2673 + name = "pkcs8" 2674 + version = "0.9.0" 2675 + source = "registry+https://github.com/rust-lang/crates.io-index" 2676 + checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba" 2677 + dependencies = [ 2678 + "der", 2679 + "spki", 2680 + ] 2681 + 2682 + [[package]] 2683 + name = "pkg-config" 2684 + version = "0.3.29" 2685 + source = "registry+https://github.com/rust-lang/crates.io-index" 2686 + checksum = "2900ede94e305130c13ddd391e0ab7cbaeb783945ae07a279c268cb05109c6cb" 2687 + 2688 + [[package]] 2689 + name = "polling" 2690 + version = "2.8.0" 2691 + source = "registry+https://github.com/rust-lang/crates.io-index" 2692 + checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce" 2693 + dependencies = [ 2694 + "autocfg", 2695 + "bitflags 1.3.2", 2696 + "cfg-if", 2697 + "concurrent-queue", 2698 + "libc", 2699 + "log", 2700 + "pin-project-lite 0.2.13", 2701 + "windows-sys 0.48.0", 2702 + ] 2703 + 2704 + [[package]] 2705 + name = "polling" 2706 + version = "3.5.0" 2707 + source = "registry+https://github.com/rust-lang/crates.io-index" 2708 + checksum = "24f040dee2588b4963afb4e420540439d126f73fdacf4a9c486a96d840bac3c9" 2709 + dependencies = [ 2710 + "cfg-if", 2711 + "concurrent-queue", 2712 + "pin-project-lite 0.2.13", 2713 + "rustix 0.38.31", 2714 + "tracing", 2715 + "windows-sys 0.52.0", 2716 + ] 2717 + 2718 + [[package]] 2719 + name = "powerfmt" 2720 + version = "0.2.0" 2721 + source = "registry+https://github.com/rust-lang/crates.io-index" 2722 + checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 2723 + 2724 + [[package]] 2725 + name = "ppv-lite86" 2726 + version = "0.2.17" 2727 + source = "registry+https://github.com/rust-lang/crates.io-index" 2728 + checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" 2729 + 2730 + [[package]] 2731 + name = "proc-macro-error" 2732 + version = "1.0.4" 2733 + source = "registry+https://github.com/rust-lang/crates.io-index" 2734 + checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 2735 + dependencies = [ 2736 + "proc-macro-error-attr", 2737 + "proc-macro2", 2738 + "quote", 2739 + "syn 1.0.109", 2740 + "version_check", 2741 + ] 2742 + 2743 + [[package]] 2744 + name = "proc-macro-error-attr" 2745 + version = "1.0.4" 2746 + source = "registry+https://github.com/rust-lang/crates.io-index" 2747 + checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 2748 + dependencies = [ 2749 + "proc-macro2", 2750 + "quote", 2751 + "version_check", 2752 + ] 2753 + 2754 + [[package]] 2755 + name = "proc-macro2" 2756 + version = "1.0.76" 2757 + source = "registry+https://github.com/rust-lang/crates.io-index" 2758 + checksum = "95fc56cda0b5c3325f5fbbd7ff9fda9e02bb00bb3dac51252d2f1bfa1cb8cc8c" 2759 + dependencies = [ 2760 + "unicode-ident", 2761 + ] 2762 + 2763 + [[package]] 2764 + name = "quick-xml" 2765 + version = "0.31.0" 2766 + source = "registry+https://github.com/rust-lang/crates.io-index" 2767 + checksum = "1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33" 2768 + dependencies = [ 2769 + "memchr", 2770 + "tokio", 2771 + ] 2772 + 2773 + [[package]] 2774 + name = "quote" 2775 + version = "1.0.35" 2776 + source = "registry+https://github.com/rust-lang/crates.io-index" 2777 + checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef" 2778 + dependencies = [ 2779 + "proc-macro2", 2780 + ] 2781 + 2782 + [[package]] 2783 + name = "radium" 2784 + version = "0.5.3" 2785 + source = "registry+https://github.com/rust-lang/crates.io-index" 2786 + checksum = "941ba9d78d8e2f7ce474c015eea4d9c6d25b6a3327f9832ee29a4de27f91bbb8" 2787 + 2788 + [[package]] 2789 + name = "rand" 2790 + version = "0.8.5" 2791 + source = "registry+https://github.com/rust-lang/crates.io-index" 2792 + checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 2793 + dependencies = [ 2794 + "libc", 2795 + "rand_chacha", 2796 + "rand_core", 2797 + ] 2798 + 2799 + [[package]] 2800 + name = "rand_chacha" 2801 + version = "0.3.1" 2802 + source = "registry+https://github.com/rust-lang/crates.io-index" 2803 + checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 2804 + dependencies = [ 2805 + "ppv-lite86", 2806 + "rand_core", 2807 + ] 2808 + 2809 + [[package]] 2810 + name = "rand_core" 2811 + version = "0.6.4" 2812 + source = "registry+https://github.com/rust-lang/crates.io-index" 2813 + checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 2814 + dependencies = [ 2815 + "getrandom", 2816 + ] 2817 + 2818 + [[package]] 2819 + name = "rand_xoshiro" 2820 + version = "0.6.0" 2821 + source = "registry+https://github.com/rust-lang/crates.io-index" 2822 + checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa" 2823 + dependencies = [ 2824 + "rand_core", 2825 + ] 2826 + 2827 + [[package]] 2828 + name = "regex-automata" 2829 + version = "0.1.10" 2830 + source = "registry+https://github.com/rust-lang/crates.io-index" 2831 + checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" 2832 + dependencies = [ 2833 + "regex-syntax", 2834 + ] 2835 + 2836 + [[package]] 2837 + name = "regex-lite" 2838 + version = "0.1.5" 2839 + source = "registry+https://github.com/rust-lang/crates.io-index" 2840 + checksum = "30b661b2f27137bdbc16f00eda72866a92bb28af1753ffbd56744fb6e2e9cd8e" 2841 + 2842 + [[package]] 2843 + name = "regex-syntax" 2844 + version = "0.6.29" 2845 + source = "registry+https://github.com/rust-lang/crates.io-index" 2846 + checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" 2847 + 2848 + [[package]] 2849 + name = "reqwest" 2850 + version = "0.12.4" 2851 + source = "registry+https://github.com/rust-lang/crates.io-index" 2852 + checksum = "566cafdd92868e0939d3fb961bd0dc25fcfaaed179291093b3d43e6b3150ea10" 2853 + dependencies = [ 2854 + "base64 0.22.1", 2855 + "bytes", 2856 + "encoding_rs", 2857 + "futures-channel", 2858 + "futures-core", 2859 + "futures-util", 2860 + "h2 0.4.2", 2861 + "http 1.1.0", 2862 + "http-body 1.0.0", 2863 + "http-body-util", 2864 + "hyper 1.2.0", 2865 + "hyper-tls", 2866 + "hyper-util", 2867 + "ipnet", 2868 + "js-sys", 2869 + "log", 2870 + "mime", 2871 + "native-tls", 2872 + "once_cell", 2873 + "percent-encoding", 2874 + "pin-project-lite 0.2.13", 2875 + "rustls-pemfile 2.1.1", 2876 + "serde", 2877 + "serde_json", 2878 + "serde_urlencoded", 2879 + "sync_wrapper", 2880 + "system-configuration", 2881 + "tokio", 2882 + "tokio-native-tls", 2883 + "tower-service", 2884 + "url", 2885 + "wasm-bindgen", 2886 + "wasm-bindgen-futures", 2887 + "web-sys", 2888 + "winreg", 2889 + ] 2890 + 2891 + [[package]] 2892 + name = "rfc6979" 2893 + version = "0.3.1" 2894 + source = "registry+https://github.com/rust-lang/crates.io-index" 2895 + checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb" 2896 + dependencies = [ 2897 + "crypto-bigint 0.4.9", 2898 + "hmac", 2899 + "zeroize", 2900 + ] 2901 + 2902 + [[package]] 2903 + name = "ring" 2904 + version = "0.16.20" 2905 + source = "registry+https://github.com/rust-lang/crates.io-index" 2906 + checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc" 2907 + dependencies = [ 2908 + "cc", 2909 + "libc", 2910 + "once_cell", 2911 + "spin 0.5.2", 2912 + "untrusted 0.7.1", 2913 + "web-sys", 2914 + "winapi", 2915 + ] 2916 + 2917 + [[package]] 2918 + name = "ring" 2919 + version = "0.17.7" 2920 + source = "registry+https://github.com/rust-lang/crates.io-index" 2921 + checksum = "688c63d65483050968b2a8937f7995f443e27041a0f7700aa59b0822aedebb74" 2922 + dependencies = [ 2923 + "cc", 2924 + "getrandom", 2925 + "libc", 2926 + "spin 0.9.8", 2927 + "untrusted 0.9.0", 2928 + "windows-sys 0.48.0", 2929 + ] 2930 + 2931 + [[package]] 2932 + name = "rmp" 2933 + version = "0.8.12" 2934 + source = "registry+https://github.com/rust-lang/crates.io-index" 2935 + checksum = "7f9860a6cc38ed1da53456442089b4dfa35e7cedaa326df63017af88385e6b20" 2936 + dependencies = [ 2937 + "byteorder", 2938 + "num-traits", 2939 + "paste", 2940 + ] 2941 + 2942 + [[package]] 2943 + name = "rmp-serde" 2944 + version = "0.15.5" 2945 + source = "registry+https://github.com/rust-lang/crates.io-index" 2946 + checksum = "723ecff9ad04f4ad92fe1c8ca6c20d2196d9286e9c60727c4cb5511629260e9d" 2947 + dependencies = [ 2948 + "byteorder", 2949 + "rmp", 2950 + "serde", 2951 + ] 2952 + 2953 + [[package]] 2954 + name = "rpassword" 2955 + version = "7.3.1" 2956 + source = "registry+https://github.com/rust-lang/crates.io-index" 2957 + checksum = "80472be3c897911d0137b2d2b9055faf6eeac5b14e324073d83bc17b191d7e3f" 2958 + dependencies = [ 2959 + "libc", 2960 + "rtoolbox", 2961 + "windows-sys 0.48.0", 2962 + ] 2963 + 2964 + [[package]] 2965 + name = "rtoolbox" 2966 + version = "0.0.2" 2967 + source = "registry+https://github.com/rust-lang/crates.io-index" 2968 + checksum = "c247d24e63230cdb56463ae328478bd5eac8b8faa8c69461a77e8e323afac90e" 2969 + dependencies = [ 2970 + "libc", 2971 + "windows-sys 0.48.0", 2972 + ] 2973 + 2974 + [[package]] 2975 + name = "rustc-demangle" 2976 + version = "0.1.23" 2977 + source = "registry+https://github.com/rust-lang/crates.io-index" 2978 + checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" 2979 + 2980 + [[package]] 2981 + name = "rustc_version" 2982 + version = "0.4.0" 2983 + source = "registry+https://github.com/rust-lang/crates.io-index" 2984 + checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" 2985 + dependencies = [ 2986 + "semver", 2987 + ] 2988 + 2989 + [[package]] 2990 + name = "rusticata-macros" 2991 + version = "4.1.0" 2992 + source = "registry+https://github.com/rust-lang/crates.io-index" 2993 + checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632" 2994 + dependencies = [ 2995 + "nom 7.1.3", 2996 + ] 2997 + 2998 + [[package]] 2999 + name = "rustix" 3000 + version = "0.37.27" 3001 + source = "registry+https://github.com/rust-lang/crates.io-index" 3002 + checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2" 3003 + dependencies = [ 3004 + "bitflags 1.3.2", 3005 + "errno", 3006 + "io-lifetimes", 3007 + "libc", 3008 + "linux-raw-sys 0.3.8", 3009 + "windows-sys 0.48.0", 3010 + ] 3011 + 3012 + [[package]] 3013 + name = "rustix" 3014 + version = "0.38.31" 3015 + source = "registry+https://github.com/rust-lang/crates.io-index" 3016 + checksum = "6ea3e1a662af26cd7a3ba09c0297a31af215563ecf42817c98df621387f4e949" 3017 + dependencies = [ 3018 + "bitflags 2.4.2", 3019 + "errno", 3020 + "libc", 3021 + "linux-raw-sys 0.4.13", 3022 + "windows-sys 0.52.0", 3023 + ] 3024 + 3025 + [[package]] 3026 + name = "rustls" 3027 + version = "0.20.9" 3028 + source = "registry+https://github.com/rust-lang/crates.io-index" 3029 + checksum = "1b80e3dec595989ea8510028f30c408a4630db12c9cbb8de34203b89d6577e99" 3030 + dependencies = [ 3031 + "log", 3032 + "ring 0.16.20", 3033 + "sct", 3034 + "webpki", 3035 + ] 3036 + 3037 + [[package]] 3038 + name = "rustls" 3039 + version = "0.21.10" 3040 + source = "registry+https://github.com/rust-lang/crates.io-index" 3041 + checksum = "f9d5a6813c0759e4609cd494e8e725babae6a2ca7b62a5536a13daaec6fcb7ba" 3042 + dependencies = [ 3043 + "log", 3044 + "ring 0.17.7", 3045 + "rustls-webpki 0.101.7", 3046 + "sct", 3047 + ] 3048 + 3049 + [[package]] 3050 + name = "rustls" 3051 + version = "0.22.2" 3052 + source = "registry+https://github.com/rust-lang/crates.io-index" 3053 + checksum = "e87c9956bd9807afa1f77e0f7594af32566e830e088a5576d27c5b6f30f49d41" 3054 + dependencies = [ 3055 + "log", 3056 + "ring 0.17.7", 3057 + "rustls-pki-types", 3058 + "rustls-webpki 0.102.2", 3059 + "subtle", 3060 + "zeroize", 3061 + ] 3062 + 3063 + [[package]] 3064 + name = "rustls-native-certs" 3065 + version = "0.6.3" 3066 + source = "registry+https://github.com/rust-lang/crates.io-index" 3067 + checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00" 3068 + dependencies = [ 3069 + "openssl-probe", 3070 + "rustls-pemfile 1.0.4", 3071 + "schannel", 3072 + "security-framework", 3073 + ] 3074 + 3075 + [[package]] 3076 + name = "rustls-native-certs" 3077 + version = "0.7.0" 3078 + source = "registry+https://github.com/rust-lang/crates.io-index" 3079 + checksum = "8f1fb85efa936c42c6d5fc28d2629bb51e4b2f4b8a5211e297d599cc5a093792" 3080 + dependencies = [ 3081 + "openssl-probe", 3082 + "rustls-pemfile 2.1.1", 3083 + "rustls-pki-types", 3084 + "schannel", 3085 + "security-framework", 3086 + ] 3087 + 3088 + [[package]] 3089 + name = "rustls-pemfile" 3090 + version = "1.0.4" 3091 + source = "registry+https://github.com/rust-lang/crates.io-index" 3092 + checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c" 3093 + dependencies = [ 3094 + "base64 0.21.7", 3095 + ] 3096 + 3097 + [[package]] 3098 + name = "rustls-pemfile" 3099 + version = "2.1.1" 3100 + source = "registry+https://github.com/rust-lang/crates.io-index" 3101 + checksum = "f48172685e6ff52a556baa527774f61fcaa884f59daf3375c62a3f1cd2549dab" 3102 + dependencies = [ 3103 + "base64 0.21.7", 3104 + "rustls-pki-types", 3105 + ] 3106 + 3107 + [[package]] 3108 + name = "rustls-pki-types" 3109 + version = "1.3.1" 3110 + source = "registry+https://github.com/rust-lang/crates.io-index" 3111 + checksum = "5ede67b28608b4c60685c7d54122d4400d90f62b40caee7700e700380a390fa8" 3112 + 3113 + [[package]] 3114 + name = "rustls-webpki" 3115 + version = "0.101.7" 3116 + source = "registry+https://github.com/rust-lang/crates.io-index" 3117 + checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765" 3118 + dependencies = [ 3119 + "ring 0.17.7", 3120 + "untrusted 0.9.0", 3121 + ] 3122 + 3123 + [[package]] 3124 + name = "rustls-webpki" 3125 + version = "0.102.2" 3126 + source = "registry+https://github.com/rust-lang/crates.io-index" 3127 + checksum = "faaa0a62740bedb9b2ef5afa303da42764c012f743917351dc9a237ea1663610" 3128 + dependencies = [ 3129 + "ring 0.17.7", 3130 + "rustls-pki-types", 3131 + "untrusted 0.9.0", 3132 + ] 3133 + 3134 + [[package]] 3135 + name = "ryu" 3136 + version = "1.0.17" 3137 + source = "registry+https://github.com/rust-lang/crates.io-index" 3138 + checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1" 3139 + 3140 + [[package]] 3141 + name = "same-file" 3142 + version = "1.0.6" 3143 + source = "registry+https://github.com/rust-lang/crates.io-index" 3144 + checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 3145 + dependencies = [ 3146 + "winapi-util", 3147 + ] 3148 + 3149 + [[package]] 3150 + name = "schannel" 3151 + version = "0.1.23" 3152 + source = "registry+https://github.com/rust-lang/crates.io-index" 3153 + checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534" 3154 + dependencies = [ 3155 + "windows-sys 0.52.0", 3156 + ] 3157 + 3158 + [[package]] 3159 + name = "sct" 3160 + version = "0.7.1" 3161 + source = "registry+https://github.com/rust-lang/crates.io-index" 3162 + checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414" 3163 + dependencies = [ 3164 + "ring 0.17.7", 3165 + "untrusted 0.9.0", 3166 + ] 3167 + 3168 + [[package]] 3169 + name = "sec1" 3170 + version = "0.3.0" 3171 + source = "registry+https://github.com/rust-lang/crates.io-index" 3172 + checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928" 3173 + dependencies = [ 3174 + "base16ct", 3175 + "der", 3176 + "generic-array", 3177 + "pkcs8", 3178 + "subtle", 3179 + "zeroize", 3180 + ] 3181 + 3182 + [[package]] 3183 + name = "security-framework" 3184 + version = "2.9.2" 3185 + source = "registry+https://github.com/rust-lang/crates.io-index" 3186 + checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de" 3187 + dependencies = [ 3188 + "bitflags 1.3.2", 3189 + "core-foundation", 3190 + "core-foundation-sys", 3191 + "libc", 3192 + "security-framework-sys", 3193 + ] 3194 + 3195 + [[package]] 3196 + name = "security-framework-sys" 3197 + version = "2.9.1" 3198 + source = "registry+https://github.com/rust-lang/crates.io-index" 3199 + checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a" 3200 + dependencies = [ 3201 + "core-foundation-sys", 3202 + "libc", 3203 + ] 3204 + 3205 + [[package]] 3206 + name = "semver" 3207 + version = "1.0.22" 3208 + source = "registry+https://github.com/rust-lang/crates.io-index" 3209 + checksum = "92d43fe69e652f3df9bdc2b85b2854a0825b86e4fb76bc44d945137d053639ca" 3210 + 3211 + [[package]] 3212 + name = "serde" 3213 + version = "1.0.195" 3214 + source = "registry+https://github.com/rust-lang/crates.io-index" 3215 + checksum = "63261df402c67811e9ac6def069e4786148c4563f4b50fd4bf30aa370d626b02" 3216 + dependencies = [ 3217 + "serde_derive", 3218 + ] 3219 + 3220 + [[package]] 3221 + name = "serde_derive" 3222 + version = "1.0.195" 3223 + source = "registry+https://github.com/rust-lang/crates.io-index" 3224 + checksum = "46fe8f8603d81ba86327b23a2e9cdf49e1255fb94a4c5f297f6ee0547178ea2c" 3225 + dependencies = [ 3226 + "proc-macro2", 3227 + "quote", 3228 + "syn 2.0.48", 3229 + ] 3230 + 3231 + [[package]] 3232 + name = "serde_json" 3233 + version = "1.0.114" 3234 + source = "registry+https://github.com/rust-lang/crates.io-index" 3235 + checksum = "c5f09b1bd632ef549eaa9f60a1f8de742bdbc698e6cee2095fc84dde5f549ae0" 3236 + dependencies = [ 3237 + "itoa", 3238 + "ryu", 3239 + "serde", 3240 + ] 3241 + 3242 + [[package]] 3243 + name = "serde_urlencoded" 3244 + version = "0.7.1" 3245 + source = "registry+https://github.com/rust-lang/crates.io-index" 3246 + checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 3247 + dependencies = [ 3248 + "form_urlencoded", 3249 + "itoa", 3250 + "ryu", 3251 + "serde", 3252 + ] 3253 + 3254 + [[package]] 3255 + name = "sha1" 3256 + version = "0.10.6" 3257 + source = "registry+https://github.com/rust-lang/crates.io-index" 3258 + checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 3259 + dependencies = [ 3260 + "cfg-if", 3261 + "cpufeatures", 3262 + "digest", 3263 + ] 3264 + 3265 + [[package]] 3266 + name = "sha2" 3267 + version = "0.10.8" 3268 + source = "registry+https://github.com/rust-lang/crates.io-index" 3269 + checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" 3270 + dependencies = [ 3271 + "cfg-if", 3272 + "cpufeatures", 3273 + "digest", 3274 + ] 3275 + 3276 + [[package]] 3277 + name = "sharded-slab" 3278 + version = "0.1.7" 3279 + source = "registry+https://github.com/rust-lang/crates.io-index" 3280 + checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 3281 + dependencies = [ 3282 + "lazy_static", 3283 + ] 3284 + 3285 + [[package]] 3286 + name = "signal-hook-registry" 3287 + version = "1.4.1" 3288 + source = "registry+https://github.com/rust-lang/crates.io-index" 3289 + checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1" 3290 + dependencies = [ 3291 + "libc", 3292 + ] 3293 + 3294 + [[package]] 3295 + name = "signature" 3296 + version = "1.6.4" 3297 + source = "registry+https://github.com/rust-lang/crates.io-index" 3298 + checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c" 3299 + dependencies = [ 3300 + "digest", 3301 + "rand_core", 3302 + ] 3303 + 3304 + [[package]] 3305 + name = "sized-chunks" 3306 + version = "0.6.5" 3307 + source = "registry+https://github.com/rust-lang/crates.io-index" 3308 + checksum = "16d69225bde7a69b235da73377861095455d298f2b970996eec25ddbb42b3d1e" 3309 + dependencies = [ 3310 + "bitmaps", 3311 + "typenum", 3312 + ] 3313 + 3314 + [[package]] 3315 + name = "slab" 3316 + version = "0.4.9" 3317 + source = "registry+https://github.com/rust-lang/crates.io-index" 3318 + checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" 3319 + dependencies = [ 3320 + "autocfg", 3321 + ] 3322 + 3323 + [[package]] 3324 + name = "smallvec" 3325 + version = "1.13.1" 3326 + source = "registry+https://github.com/rust-lang/crates.io-index" 3327 + checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7" 3328 + 3329 + [[package]] 3330 + name = "smol" 3331 + version = "1.3.0" 3332 + source = "registry+https://github.com/rust-lang/crates.io-index" 3333 + checksum = "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1" 3334 + dependencies = [ 3335 + "async-channel 1.9.0", 3336 + "async-executor", 3337 + "async-fs", 3338 + "async-io 1.13.0", 3339 + "async-lock 2.8.0", 3340 + "async-net", 3341 + "async-process", 3342 + "blocking", 3343 + "futures-lite 1.13.0", 3344 + ] 3345 + 3346 + [[package]] 3347 + name = "smtp-message" 3348 + version = "0.1.0" 3349 + source = "git+http://github.com/Alexis211/kannader?branch=feature/lmtp#0560e7c46af752344a3095add5f84b02400b1111" 3350 + dependencies = [ 3351 + "auto_enums", 3352 + "futures", 3353 + "idna 0.2.3", 3354 + "lazy_static", 3355 + "nom 6.2.2", 3356 + "pin-project", 3357 + "regex-automata", 3358 + "serde", 3359 + ] 3360 + 3361 + [[package]] 3362 + name = "smtp-server" 3363 + version = "0.1.0" 3364 + source = "git+http://github.com/Alexis211/kannader?branch=feature/lmtp#0560e7c46af752344a3095add5f84b02400b1111" 3365 + dependencies = [ 3366 + "async-trait", 3367 + "chrono", 3368 + "duplexify", 3369 + "futures", 3370 + "smol", 3371 + "smtp-message", 3372 + "smtp-server-types", 3373 + ] 3374 + 3375 + [[package]] 3376 + name = "smtp-server-types" 3377 + version = "0.1.0" 3378 + source = "git+http://github.com/Alexis211/kannader?branch=feature/lmtp#0560e7c46af752344a3095add5f84b02400b1111" 3379 + dependencies = [ 3380 + "serde", 3381 + "smtp-message", 3382 + ] 3383 + 3384 + [[package]] 3385 + name = "socket2" 3386 + version = "0.4.10" 3387 + source = "registry+https://github.com/rust-lang/crates.io-index" 3388 + checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d" 3389 + dependencies = [ 3390 + "libc", 3391 + "winapi", 3392 + ] 3393 + 3394 + [[package]] 3395 + name = "socket2" 3396 + version = "0.5.5" 3397 + source = "registry+https://github.com/rust-lang/crates.io-index" 3398 + checksum = "7b5fac59a5cb5dd637972e5fca70daf0523c9067fcdc4842f053dae04a18f8e9" 3399 + dependencies = [ 3400 + "libc", 3401 + "windows-sys 0.48.0", 3402 + ] 3403 + 3404 + [[package]] 3405 + name = "sodiumoxide" 3406 + version = "0.2.7" 3407 + source = "registry+https://github.com/rust-lang/crates.io-index" 3408 + checksum = "e26be3acb6c2d9a7aac28482586a7856436af4cfe7100031d219de2d2ecb0028" 3409 + dependencies = [ 3410 + "ed25519", 3411 + "libc", 3412 + "libsodium-sys", 3413 + "serde", 3414 + ] 3415 + 3416 + [[package]] 3417 + name = "spin" 3418 + version = "0.5.2" 3419 + source = "registry+https://github.com/rust-lang/crates.io-index" 3420 + checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" 3421 + 3422 + [[package]] 3423 + name = "spin" 3424 + version = "0.9.8" 3425 + source = "registry+https://github.com/rust-lang/crates.io-index" 3426 + checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 3427 + 3428 + [[package]] 3429 + name = "spki" 3430 + version = "0.6.0" 3431 + source = "registry+https://github.com/rust-lang/crates.io-index" 3432 + checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b" 3433 + dependencies = [ 3434 + "base64ct", 3435 + "der", 3436 + ] 3437 + 3438 + [[package]] 3439 + name = "static_assertions" 3440 + version = "1.1.0" 3441 + source = "registry+https://github.com/rust-lang/crates.io-index" 3442 + checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 3443 + 3444 + [[package]] 3445 + name = "strsim" 3446 + version = "0.10.0" 3447 + source = "registry+https://github.com/rust-lang/crates.io-index" 3448 + checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" 3449 + 3450 + [[package]] 3451 + name = "subtle" 3452 + version = "2.5.0" 3453 + source = "registry+https://github.com/rust-lang/crates.io-index" 3454 + checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc" 3455 + 3456 + [[package]] 3457 + name = "syn" 3458 + version = "1.0.109" 3459 + source = "registry+https://github.com/rust-lang/crates.io-index" 3460 + checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 3461 + dependencies = [ 3462 + "proc-macro2", 3463 + "quote", 3464 + "unicode-ident", 3465 + ] 3466 + 3467 + [[package]] 3468 + name = "syn" 3469 + version = "2.0.48" 3470 + source = "registry+https://github.com/rust-lang/crates.io-index" 3471 + checksum = "0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f" 3472 + dependencies = [ 3473 + "proc-macro2", 3474 + "quote", 3475 + "unicode-ident", 3476 + ] 3477 + 3478 + [[package]] 3479 + name = "sync_wrapper" 3480 + version = "0.1.2" 3481 + source = "registry+https://github.com/rust-lang/crates.io-index" 3482 + checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" 3483 + 3484 + [[package]] 3485 + name = "synstructure" 3486 + version = "0.12.6" 3487 + source = "registry+https://github.com/rust-lang/crates.io-index" 3488 + checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f" 3489 + dependencies = [ 3490 + "proc-macro2", 3491 + "quote", 3492 + "syn 1.0.109", 3493 + "unicode-xid", 3494 + ] 3495 + 3496 + [[package]] 3497 + name = "system-configuration" 3498 + version = "0.5.1" 3499 + source = "registry+https://github.com/rust-lang/crates.io-index" 3500 + checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7" 3501 + dependencies = [ 3502 + "bitflags 1.3.2", 3503 + "core-foundation", 3504 + "system-configuration-sys", 3505 + ] 3506 + 3507 + [[package]] 3508 + name = "system-configuration-sys" 3509 + version = "0.5.0" 3510 + source = "registry+https://github.com/rust-lang/crates.io-index" 3511 + checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9" 3512 + dependencies = [ 3513 + "core-foundation-sys", 3514 + "libc", 3515 + ] 3516 + 3517 + [[package]] 3518 + name = "tap" 3519 + version = "1.0.1" 3520 + source = "registry+https://github.com/rust-lang/crates.io-index" 3521 + checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" 3522 + 3523 + [[package]] 3524 + name = "tempfile" 3525 + version = "3.10.1" 3526 + source = "registry+https://github.com/rust-lang/crates.io-index" 3527 + checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1" 3528 + dependencies = [ 3529 + "cfg-if", 3530 + "fastrand 2.0.1", 3531 + "rustix 0.38.31", 3532 + "windows-sys 0.52.0", 3533 + ] 3534 + 3535 + [[package]] 3536 + name = "termcolor" 3537 + version = "1.4.1" 3538 + source = "registry+https://github.com/rust-lang/crates.io-index" 3539 + checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" 3540 + dependencies = [ 3541 + "winapi-util", 3542 + ] 3543 + 3544 + [[package]] 3545 + name = "textwrap" 3546 + version = "0.16.1" 3547 + source = "registry+https://github.com/rust-lang/crates.io-index" 3548 + checksum = "23d434d3f8967a09480fb04132ebe0a3e088c173e6d0ee7897abbdf4eab0f8b9" 3549 + 3550 + [[package]] 3551 + name = "thiserror" 3552 + version = "1.0.56" 3553 + source = "registry+https://github.com/rust-lang/crates.io-index" 3554 + checksum = "d54378c645627613241d077a3a79db965db602882668f9136ac42af9ecb730ad" 3555 + dependencies = [ 3556 + "thiserror-impl", 3557 + ] 3558 + 3559 + [[package]] 3560 + name = "thiserror-impl" 3561 + version = "1.0.56" 3562 + source = "registry+https://github.com/rust-lang/crates.io-index" 3563 + checksum = "fa0faa943b50f3db30a20aa7e265dbc66076993efed8463e8de414e5d06d3471" 3564 + dependencies = [ 3565 + "proc-macro2", 3566 + "quote", 3567 + "syn 2.0.48", 3568 + ] 3569 + 3570 + [[package]] 3571 + name = "thread_local" 3572 + version = "1.1.8" 3573 + source = "registry+https://github.com/rust-lang/crates.io-index" 3574 + checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" 3575 + dependencies = [ 3576 + "cfg-if", 3577 + "once_cell", 3578 + ] 3579 + 3580 + [[package]] 3581 + name = "time" 3582 + version = "0.3.31" 3583 + source = "registry+https://github.com/rust-lang/crates.io-index" 3584 + checksum = "f657ba42c3f86e7680e53c8cd3af8abbe56b5491790b46e22e19c0d57463583e" 3585 + dependencies = [ 3586 + "deranged", 3587 + "itoa", 3588 + "powerfmt", 3589 + "serde", 3590 + "time-core", 3591 + "time-macros", 3592 + ] 3593 + 3594 + [[package]] 3595 + name = "time-core" 3596 + version = "0.1.2" 3597 + source = "registry+https://github.com/rust-lang/crates.io-index" 3598 + checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" 3599 + 3600 + [[package]] 3601 + name = "time-macros" 3602 + version = "0.2.16" 3603 + source = "registry+https://github.com/rust-lang/crates.io-index" 3604 + checksum = "26197e33420244aeb70c3e8c78376ca46571bc4e701e4791c2cd9f57dcb3a43f" 3605 + dependencies = [ 3606 + "time-core", 3607 + ] 3608 + 3609 + [[package]] 3610 + name = "tinyvec" 3611 + version = "1.6.0" 3612 + source = "registry+https://github.com/rust-lang/crates.io-index" 3613 + checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" 3614 + dependencies = [ 3615 + "tinyvec_macros", 3616 + ] 3617 + 3618 + [[package]] 3619 + name = "tinyvec_macros" 3620 + version = "0.1.1" 3621 + source = "registry+https://github.com/rust-lang/crates.io-index" 3622 + checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 3623 + 3624 + [[package]] 3625 + name = "tokio" 3626 + version = "1.36.0" 3627 + source = "registry+https://github.com/rust-lang/crates.io-index" 3628 + checksum = "61285f6515fa018fb2d1e46eb21223fff441ee8db5d0f1435e8ab4f5cdb80931" 3629 + dependencies = [ 3630 + "backtrace", 3631 + "bytes", 3632 + "libc", 3633 + "mio", 3634 + "num_cpus", 3635 + "pin-project-lite 0.2.13", 3636 + "signal-hook-registry", 3637 + "socket2 0.5.5", 3638 + "tokio-macros", 3639 + "windows-sys 0.48.0", 3640 + ] 3641 + 3642 + [[package]] 3643 + name = "tokio-macros" 3644 + version = "2.2.0" 3645 + source = "registry+https://github.com/rust-lang/crates.io-index" 3646 + checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b" 3647 + dependencies = [ 3648 + "proc-macro2", 3649 + "quote", 3650 + "syn 2.0.48", 3651 + ] 3652 + 3653 + [[package]] 3654 + name = "tokio-native-tls" 3655 + version = "0.3.1" 3656 + source = "registry+https://github.com/rust-lang/crates.io-index" 3657 + checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" 3658 + dependencies = [ 3659 + "native-tls", 3660 + "tokio", 3661 + ] 3662 + 3663 + [[package]] 3664 + name = "tokio-rustls" 3665 + version = "0.23.4" 3666 + source = "registry+https://github.com/rust-lang/crates.io-index" 3667 + checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59" 3668 + dependencies = [ 3669 + "rustls 0.20.9", 3670 + "tokio", 3671 + "webpki", 3672 + ] 3673 + 3674 + [[package]] 3675 + name = "tokio-rustls" 3676 + version = "0.24.1" 3677 + source = "registry+https://github.com/rust-lang/crates.io-index" 3678 + checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081" 3679 + dependencies = [ 3680 + "rustls 0.21.10", 3681 + "tokio", 3682 + ] 3683 + 3684 + [[package]] 3685 + name = "tokio-rustls" 3686 + version = "0.25.0" 3687 + source = "registry+https://github.com/rust-lang/crates.io-index" 3688 + checksum = "775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f" 3689 + dependencies = [ 3690 + "rustls 0.22.2", 3691 + "rustls-pki-types", 3692 + "tokio", 3693 + ] 3694 + 3695 + [[package]] 3696 + name = "tokio-stream" 3697 + version = "0.1.14" 3698 + source = "registry+https://github.com/rust-lang/crates.io-index" 3699 + checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842" 3700 + dependencies = [ 3701 + "futures-core", 3702 + "pin-project-lite 0.2.13", 3703 + "tokio", 3704 + ] 3705 + 3706 + [[package]] 3707 + name = "tokio-util" 3708 + version = "0.7.10" 3709 + source = "registry+https://github.com/rust-lang/crates.io-index" 3710 + checksum = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15" 3711 + dependencies = [ 3712 + "bytes", 3713 + "futures-core", 3714 + "futures-io", 3715 + "futures-sink", 3716 + "pin-project-lite 0.2.13", 3717 + "tokio", 3718 + "tracing", 3719 + ] 3720 + 3721 + [[package]] 3722 + name = "toml" 3723 + version = "0.5.11" 3724 + source = "registry+https://github.com/rust-lang/crates.io-index" 3725 + checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" 3726 + dependencies = [ 3727 + "serde", 3728 + ] 3729 + 3730 + [[package]] 3731 + name = "tower" 3732 + version = "0.4.13" 3733 + source = "registry+https://github.com/rust-lang/crates.io-index" 3734 + checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c" 3735 + dependencies = [ 3736 + "futures-core", 3737 + "futures-util", 3738 + "pin-project", 3739 + "pin-project-lite 0.2.13", 3740 + "tokio", 3741 + "tower-layer", 3742 + "tower-service", 3743 + "tracing", 3744 + ] 3745 + 3746 + [[package]] 3747 + name = "tower-layer" 3748 + version = "0.3.2" 3749 + source = "registry+https://github.com/rust-lang/crates.io-index" 3750 + checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0" 3751 + 3752 + [[package]] 3753 + name = "tower-service" 3754 + version = "0.3.2" 3755 + source = "registry+https://github.com/rust-lang/crates.io-index" 3756 + checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" 3757 + 3758 + [[package]] 3759 + name = "tracing" 3760 + version = "0.1.40" 3761 + source = "registry+https://github.com/rust-lang/crates.io-index" 3762 + checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" 3763 + dependencies = [ 3764 + "log", 3765 + "pin-project-lite 0.2.13", 3766 + "tracing-attributes", 3767 + "tracing-core", 3768 + ] 3769 + 3770 + [[package]] 3771 + name = "tracing-attributes" 3772 + version = "0.1.27" 3773 + source = "registry+https://github.com/rust-lang/crates.io-index" 3774 + checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" 3775 + dependencies = [ 3776 + "proc-macro2", 3777 + "quote", 3778 + "syn 2.0.48", 3779 + ] 3780 + 3781 + [[package]] 3782 + name = "tracing-core" 3783 + version = "0.1.32" 3784 + source = "registry+https://github.com/rust-lang/crates.io-index" 3785 + checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" 3786 + dependencies = [ 3787 + "once_cell", 3788 + "valuable", 3789 + ] 3790 + 3791 + [[package]] 3792 + name = "tracing-log" 3793 + version = "0.2.0" 3794 + source = "registry+https://github.com/rust-lang/crates.io-index" 3795 + checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 3796 + dependencies = [ 3797 + "log", 3798 + "once_cell", 3799 + "tracing-core", 3800 + ] 3801 + 3802 + [[package]] 3803 + name = "tracing-subscriber" 3804 + version = "0.3.18" 3805 + source = "registry+https://github.com/rust-lang/crates.io-index" 3806 + checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" 3807 + dependencies = [ 3808 + "nu-ansi-term", 3809 + "sharded-slab", 3810 + "smallvec", 3811 + "thread_local", 3812 + "tracing-core", 3813 + "tracing-log", 3814 + ] 3815 + 3816 + [[package]] 3817 + name = "try-lock" 3818 + version = "0.2.5" 3819 + source = "registry+https://github.com/rust-lang/crates.io-index" 3820 + checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 3821 + 3822 + [[package]] 3823 + name = "typenum" 3824 + version = "1.17.0" 3825 + source = "registry+https://github.com/rust-lang/crates.io-index" 3826 + checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" 3827 + 3828 + [[package]] 3829 + name = "unicode-bidi" 3830 + version = "0.3.15" 3831 + source = "registry+https://github.com/rust-lang/crates.io-index" 3832 + checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75" 3833 + 3834 + [[package]] 3835 + name = "unicode-ident" 3836 + version = "1.0.12" 3837 + source = "registry+https://github.com/rust-lang/crates.io-index" 3838 + checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" 3839 + 3840 + [[package]] 3841 + name = "unicode-normalization" 3842 + version = "0.1.22" 3843 + source = "registry+https://github.com/rust-lang/crates.io-index" 3844 + checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" 3845 + dependencies = [ 3846 + "tinyvec", 3847 + ] 3848 + 3849 + [[package]] 3850 + name = "unicode-xid" 3851 + version = "0.2.4" 3852 + source = "registry+https://github.com/rust-lang/crates.io-index" 3853 + checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" 3854 + 3855 + [[package]] 3856 + name = "untrusted" 3857 + version = "0.7.1" 3858 + source = "registry+https://github.com/rust-lang/crates.io-index" 3859 + checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" 3860 + 3861 + [[package]] 3862 + name = "untrusted" 3863 + version = "0.9.0" 3864 + source = "registry+https://github.com/rust-lang/crates.io-index" 3865 + checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 3866 + 3867 + [[package]] 3868 + name = "url" 3869 + version = "2.5.0" 3870 + source = "registry+https://github.com/rust-lang/crates.io-index" 3871 + checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633" 3872 + dependencies = [ 3873 + "form_urlencoded", 3874 + "idna 0.5.0", 3875 + "percent-encoding", 3876 + ] 3877 + 3878 + [[package]] 3879 + name = "urlencoding" 3880 + version = "2.1.3" 3881 + source = "registry+https://github.com/rust-lang/crates.io-index" 3882 + checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" 3883 + 3884 + [[package]] 3885 + name = "uuid" 3886 + version = "1.7.0" 3887 + source = "registry+https://github.com/rust-lang/crates.io-index" 3888 + checksum = "f00cc9702ca12d3c81455259621e676d0f7251cec66a21e98fe2e9a37db93b2a" 3889 + dependencies = [ 3890 + "getrandom", 3891 + "wasm-bindgen", 3892 + ] 3893 + 3894 + [[package]] 3895 + name = "valuable" 3896 + version = "0.1.0" 3897 + source = "registry+https://github.com/rust-lang/crates.io-index" 3898 + checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" 3899 + 3900 + [[package]] 3901 + name = "value-bag" 3902 + version = "1.7.0" 3903 + source = "registry+https://github.com/rust-lang/crates.io-index" 3904 + checksum = "126e423afe2dd9ac52142e7e9d5ce4135d7e13776c529d27fd6bc49f19e3280b" 3905 + 3906 + [[package]] 3907 + name = "vcpkg" 3908 + version = "0.2.15" 3909 + source = "registry+https://github.com/rust-lang/crates.io-index" 3910 + checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 3911 + 3912 + [[package]] 3913 + name = "version_check" 3914 + version = "0.9.4" 3915 + source = "registry+https://github.com/rust-lang/crates.io-index" 3916 + checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 3917 + 3918 + [[package]] 3919 + name = "vsimd" 3920 + version = "0.8.0" 3921 + source = "registry+https://github.com/rust-lang/crates.io-index" 3922 + checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64" 3923 + 3924 + [[package]] 3925 + name = "waker-fn" 3926 + version = "1.1.1" 3927 + source = "registry+https://github.com/rust-lang/crates.io-index" 3928 + checksum = "f3c4517f54858c779bbcbf228f4fca63d121bf85fbecb2dc578cdf4a39395690" 3929 + 3930 + [[package]] 3931 + name = "walkdir" 3932 + version = "2.4.0" 3933 + source = "registry+https://github.com/rust-lang/crates.io-index" 3934 + checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee" 3935 + dependencies = [ 3936 + "same-file", 3937 + "winapi-util", 3938 + ] 3939 + 3940 + [[package]] 3941 + name = "want" 3942 + version = "0.3.1" 3943 + source = "registry+https://github.com/rust-lang/crates.io-index" 3944 + checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 3945 + dependencies = [ 3946 + "try-lock", 3947 + ] 3948 + 3949 + [[package]] 3950 + name = "wasi" 3951 + version = "0.11.0+wasi-snapshot-preview1" 3952 + source = "registry+https://github.com/rust-lang/crates.io-index" 3953 + checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 3954 + 3955 + [[package]] 3956 + name = "wasm-bindgen" 3957 + version = "0.2.90" 3958 + source = "registry+https://github.com/rust-lang/crates.io-index" 3959 + checksum = "b1223296a201415c7fad14792dbefaace9bd52b62d33453ade1c5b5f07555406" 3960 + dependencies = [ 3961 + "cfg-if", 3962 + "wasm-bindgen-macro", 3963 + ] 3964 + 3965 + [[package]] 3966 + name = "wasm-bindgen-backend" 3967 + version = "0.2.90" 3968 + source = "registry+https://github.com/rust-lang/crates.io-index" 3969 + checksum = "fcdc935b63408d58a32f8cc9738a0bffd8f05cc7c002086c6ef20b7312ad9dcd" 3970 + dependencies = [ 3971 + "bumpalo", 3972 + "log", 3973 + "once_cell", 3974 + "proc-macro2", 3975 + "quote", 3976 + "syn 2.0.48", 3977 + "wasm-bindgen-shared", 3978 + ] 3979 + 3980 + [[package]] 3981 + name = "wasm-bindgen-futures" 3982 + version = "0.4.40" 3983 + source = "registry+https://github.com/rust-lang/crates.io-index" 3984 + checksum = "bde2032aeb86bdfaecc8b261eef3cba735cc426c1f3a3416d1e0791be95fc461" 3985 + dependencies = [ 3986 + "cfg-if", 3987 + "js-sys", 3988 + "wasm-bindgen", 3989 + "web-sys", 3990 + ] 3991 + 3992 + [[package]] 3993 + name = "wasm-bindgen-macro" 3994 + version = "0.2.90" 3995 + source = "registry+https://github.com/rust-lang/crates.io-index" 3996 + checksum = "3e4c238561b2d428924c49815533a8b9121c664599558a5d9ec51f8a1740a999" 3997 + dependencies = [ 3998 + "quote", 3999 + "wasm-bindgen-macro-support", 4000 + ] 4001 + 4002 + [[package]] 4003 + name = "wasm-bindgen-macro-support" 4004 + version = "0.2.90" 4005 + source = "registry+https://github.com/rust-lang/crates.io-index" 4006 + checksum = "bae1abb6806dc1ad9e560ed242107c0f6c84335f1749dd4e8ddb012ebd5e25a7" 4007 + dependencies = [ 4008 + "proc-macro2", 4009 + "quote", 4010 + "syn 2.0.48", 4011 + "wasm-bindgen-backend", 4012 + "wasm-bindgen-shared", 4013 + ] 4014 + 4015 + [[package]] 4016 + name = "wasm-bindgen-shared" 4017 + version = "0.2.90" 4018 + source = "registry+https://github.com/rust-lang/crates.io-index" 4019 + checksum = "4d91413b1c31d7539ba5ef2451af3f0b833a005eb27a631cec32bc0635a8602b" 4020 + 4021 + [[package]] 4022 + name = "web-sys" 4023 + version = "0.3.67" 4024 + source = "registry+https://github.com/rust-lang/crates.io-index" 4025 + checksum = "58cd2333b6e0be7a39605f0e255892fd7418a682d8da8fe042fe25128794d2ed" 4026 + dependencies = [ 4027 + "js-sys", 4028 + "wasm-bindgen", 4029 + ] 4030 + 4031 + [[package]] 4032 + name = "webpki" 4033 + version = "0.22.4" 4034 + source = "registry+https://github.com/rust-lang/crates.io-index" 4035 + checksum = "ed63aea5ce73d0ff405984102c42de94fc55a6b75765d621c65262469b3c9b53" 4036 + dependencies = [ 4037 + "ring 0.17.7", 4038 + "untrusted 0.9.0", 4039 + ] 4040 + 4041 + [[package]] 4042 + name = "winapi" 4043 + version = "0.3.9" 4044 + source = "registry+https://github.com/rust-lang/crates.io-index" 4045 + checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 4046 + dependencies = [ 4047 + "winapi-i686-pc-windows-gnu", 4048 + "winapi-x86_64-pc-windows-gnu", 4049 + ] 4050 + 4051 + [[package]] 4052 + name = "winapi-i686-pc-windows-gnu" 4053 + version = "0.4.0" 4054 + source = "registry+https://github.com/rust-lang/crates.io-index" 4055 + checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 4056 + 4057 + [[package]] 4058 + name = "winapi-util" 4059 + version = "0.1.6" 4060 + source = "registry+https://github.com/rust-lang/crates.io-index" 4061 + checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596" 4062 + dependencies = [ 4063 + "winapi", 4064 + ] 4065 + 4066 + [[package]] 4067 + name = "winapi-x86_64-pc-windows-gnu" 4068 + version = "0.4.0" 4069 + source = "registry+https://github.com/rust-lang/crates.io-index" 4070 + checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 4071 + 4072 + [[package]] 4073 + name = "windows-core" 4074 + version = "0.52.0" 4075 + source = "registry+https://github.com/rust-lang/crates.io-index" 4076 + checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" 4077 + dependencies = [ 4078 + "windows-targets 0.52.0", 4079 + ] 4080 + 4081 + [[package]] 4082 + name = "windows-sys" 4083 + version = "0.48.0" 4084 + source = "registry+https://github.com/rust-lang/crates.io-index" 4085 + checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 4086 + dependencies = [ 4087 + "windows-targets 0.48.5", 4088 + ] 4089 + 4090 + [[package]] 4091 + name = "windows-sys" 4092 + version = "0.52.0" 4093 + source = "registry+https://github.com/rust-lang/crates.io-index" 4094 + checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 4095 + dependencies = [ 4096 + "windows-targets 0.52.0", 4097 + ] 4098 + 4099 + [[package]] 4100 + name = "windows-targets" 4101 + version = "0.48.5" 4102 + source = "registry+https://github.com/rust-lang/crates.io-index" 4103 + checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 4104 + dependencies = [ 4105 + "windows_aarch64_gnullvm 0.48.5", 4106 + "windows_aarch64_msvc 0.48.5", 4107 + "windows_i686_gnu 0.48.5", 4108 + "windows_i686_msvc 0.48.5", 4109 + "windows_x86_64_gnu 0.48.5", 4110 + "windows_x86_64_gnullvm 0.48.5", 4111 + "windows_x86_64_msvc 0.48.5", 4112 + ] 4113 + 4114 + [[package]] 4115 + name = "windows-targets" 4116 + version = "0.52.0" 4117 + source = "registry+https://github.com/rust-lang/crates.io-index" 4118 + checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd" 4119 + dependencies = [ 4120 + "windows_aarch64_gnullvm 0.52.0", 4121 + "windows_aarch64_msvc 0.52.0", 4122 + "windows_i686_gnu 0.52.0", 4123 + "windows_i686_msvc 0.52.0", 4124 + "windows_x86_64_gnu 0.52.0", 4125 + "windows_x86_64_gnullvm 0.52.0", 4126 + "windows_x86_64_msvc 0.52.0", 4127 + ] 4128 + 4129 + [[package]] 4130 + name = "windows_aarch64_gnullvm" 4131 + version = "0.48.5" 4132 + source = "registry+https://github.com/rust-lang/crates.io-index" 4133 + checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 4134 + 4135 + [[package]] 4136 + name = "windows_aarch64_gnullvm" 4137 + version = "0.52.0" 4138 + source = "registry+https://github.com/rust-lang/crates.io-index" 4139 + checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea" 4140 + 4141 + [[package]] 4142 + name = "windows_aarch64_msvc" 4143 + version = "0.48.5" 4144 + source = "registry+https://github.com/rust-lang/crates.io-index" 4145 + checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 4146 + 4147 + [[package]] 4148 + name = "windows_aarch64_msvc" 4149 + version = "0.52.0" 4150 + source = "registry+https://github.com/rust-lang/crates.io-index" 4151 + checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef" 4152 + 4153 + [[package]] 4154 + name = "windows_i686_gnu" 4155 + version = "0.48.5" 4156 + source = "registry+https://github.com/rust-lang/crates.io-index" 4157 + checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 4158 + 4159 + [[package]] 4160 + name = "windows_i686_gnu" 4161 + version = "0.52.0" 4162 + source = "registry+https://github.com/rust-lang/crates.io-index" 4163 + checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313" 4164 + 4165 + [[package]] 4166 + name = "windows_i686_msvc" 4167 + version = "0.48.5" 4168 + source = "registry+https://github.com/rust-lang/crates.io-index" 4169 + checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 4170 + 4171 + [[package]] 4172 + name = "windows_i686_msvc" 4173 + version = "0.52.0" 4174 + source = "registry+https://github.com/rust-lang/crates.io-index" 4175 + checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a" 4176 + 4177 + [[package]] 4178 + name = "windows_x86_64_gnu" 4179 + version = "0.48.5" 4180 + source = "registry+https://github.com/rust-lang/crates.io-index" 4181 + checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 4182 + 4183 + [[package]] 4184 + name = "windows_x86_64_gnu" 4185 + version = "0.52.0" 4186 + source = "registry+https://github.com/rust-lang/crates.io-index" 4187 + checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd" 4188 + 4189 + [[package]] 4190 + name = "windows_x86_64_gnullvm" 4191 + version = "0.48.5" 4192 + source = "registry+https://github.com/rust-lang/crates.io-index" 4193 + checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 4194 + 4195 + [[package]] 4196 + name = "windows_x86_64_gnullvm" 4197 + version = "0.52.0" 4198 + source = "registry+https://github.com/rust-lang/crates.io-index" 4199 + checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e" 4200 + 4201 + [[package]] 4202 + name = "windows_x86_64_msvc" 4203 + version = "0.48.5" 4204 + source = "registry+https://github.com/rust-lang/crates.io-index" 4205 + checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 4206 + 4207 + [[package]] 4208 + name = "windows_x86_64_msvc" 4209 + version = "0.52.0" 4210 + source = "registry+https://github.com/rust-lang/crates.io-index" 4211 + checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04" 4212 + 4213 + [[package]] 4214 + name = "winreg" 4215 + version = "0.52.0" 4216 + source = "registry+https://github.com/rust-lang/crates.io-index" 4217 + checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5" 4218 + dependencies = [ 4219 + "cfg-if", 4220 + "windows-sys 0.48.0", 4221 + ] 4222 + 4223 + [[package]] 4224 + name = "wyz" 4225 + version = "0.2.0" 4226 + source = "registry+https://github.com/rust-lang/crates.io-index" 4227 + checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214" 4228 + 4229 + [[package]] 4230 + name = "x509-parser" 4231 + version = "0.13.2" 4232 + source = "registry+https://github.com/rust-lang/crates.io-index" 4233 + checksum = "9fb9bace5b5589ffead1afb76e43e34cff39cd0f3ce7e170ae0c29e53b88eb1c" 4234 + dependencies = [ 4235 + "asn1-rs", 4236 + "base64 0.13.1", 4237 + "data-encoding", 4238 + "der-parser", 4239 + "lazy_static", 4240 + "nom 7.1.3", 4241 + "oid-registry", 4242 + "rusticata-macros", 4243 + "thiserror", 4244 + "time", 4245 + ] 4246 + 4247 + [[package]] 4248 + name = "xmlparser" 4249 + version = "0.13.6" 4250 + source = "registry+https://github.com/rust-lang/crates.io-index" 4251 + checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4" 4252 + 4253 + [[package]] 4254 + name = "zeroize" 4255 + version = "1.7.0" 4256 + source = "registry+https://github.com/rust-lang/crates.io-index" 4257 + checksum = "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d" 4258 + 4259 + [[package]] 4260 + name = "zstd" 4261 + version = "0.9.2+zstd.1.5.1" 4262 + source = "registry+https://github.com/rust-lang/crates.io-index" 4263 + checksum = "2390ea1bf6c038c39674f22d95f0564725fc06034a47129179810b2fc58caa54" 4264 + dependencies = [ 4265 + "zstd-safe", 4266 + ] 4267 + 4268 + [[package]] 4269 + name = "zstd-safe" 4270 + version = "4.1.3+zstd.1.5.1" 4271 + source = "registry+https://github.com/rust-lang/crates.io-index" 4272 + checksum = "e99d81b99fb3c2c2c794e3fe56c305c63d5173a16a46b5850b07c935ffc7db79" 4273 + dependencies = [ 4274 + "libc", 4275 + "zstd-sys", 4276 + ] 4277 + 4278 + [[package]] 4279 + name = "zstd-sys" 4280 + version = "1.6.2+zstd.1.5.1" 4281 + source = "registry+https://github.com/rust-lang/crates.io-index" 4282 + checksum = "2daf2f248d9ea44454bfcb2516534e8b8ad2fc91bf818a1885495fc42bc8ac9f" 4283 + dependencies = [ 4284 + "cc", 4285 + "libc", 4286 + ]
+48
pkgs/by-name/ae/aerogramme/package.nix
···
··· 1 + { 2 + lib, 3 + rustPlatform, 4 + fetchgit, 5 + pkg-config, 6 + openssl, 7 + }: 8 + 9 + rustPlatform.buildRustPackage { 10 + RUSTC_BOOTSTRAP = true; 11 + 12 + pname = "aerogramme"; 13 + version = "0.3.0"; 14 + 15 + src = fetchgit { 16 + url = "https://git.deuxfleurs.fr/Deuxfleurs/aerogramme/"; 17 + hash = "sha256-ER+P/XGqNzTLwDLK5EBZq/Dl29ZZKl2FdxDb+oLEJ8Y="; 18 + }; 19 + 20 + # must use our own Cargo.lock due to git dependencies 21 + cargoLock = { 22 + lockFile = ./Cargo.lock; 23 + outputHashes = { 24 + "imap-codec-2.0.0" = "sha256-o64Q74Q84xLRfU4K4JtcjyS0J8mfoApvUs9siscd0RA="; 25 + "imap-flow-0.1.0" = "sha256-IopxybuVt5OW6vFiw/4MxojzaNZrKu2xyfaX6F8IYlA="; 26 + "k2v-client-0.0.4" = "sha256-V71FCIsgK3VStFOzVntm8P0vXRobF5rQ74qar+cKyik="; 27 + "smtp-message-0.1.0" = "sha256-FoSakm3D1xg1vefLf/zkyvzsij1G0QstK3CRo+LbByE="; 28 + }; 29 + }; 30 + 31 + # disable network tests as Nix sandbox breaks them 32 + doCheck = false; 33 + 34 + # get openssl-sys to use pkg-config 35 + OPENSSL_NO_VENDOR = 1; 36 + 37 + nativeBuildInputs = [ pkg-config ]; 38 + buildInputs = [ openssl ]; 39 + 40 + meta = { 41 + description = "Encrypted e-mail storage over Garage"; 42 + homepage = "https://aerogramme.deuxfleurs.fr/"; 43 + license = lib.licenses.eupl12; 44 + maintainers = with lib.maintainers; [ supinie ]; 45 + mainProgram = "aerogramme"; 46 + platforms = lib.platforms.linux; 47 + }; 48 + }