Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 3 4 5[[package]] 6name = "adler" 7version = "1.0.2" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 10 11[[package]] 12name = "aho-corasick" 13version = "0.7.20" 14source = "registry+https://github.com/rust-lang/crates.io-index" 15checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac" 16dependencies = [ 17 "memchr", 18] 19 20[[package]] 21name = "alloc-no-stdlib" 22version = "2.0.4" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3" 25 26[[package]] 27name = "alloc-stdlib" 28version = "0.2.2" 29source = "registry+https://github.com/rust-lang/crates.io-index" 30checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece" 31dependencies = [ 32 "alloc-no-stdlib", 33] 34 35[[package]] 36name = "android_system_properties" 37version = "0.1.5" 38source = "registry+https://github.com/rust-lang/crates.io-index" 39checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 40dependencies = [ 41 "libc", 42] 43 44[[package]] 45name = "argon2" 46version = "0.5.0" 47source = "registry+https://github.com/rust-lang/crates.io-index" 48checksum = "95c2fcf79ad1932ac6269a738109997a83c227c09b75842ae564dc8ede6a861c" 49dependencies = [ 50 "base64ct", 51 "blake2", 52 "password-hash", 53] 54 55[[package]] 56name = "async-channel" 57version = "1.8.0" 58source = "registry+https://github.com/rust-lang/crates.io-index" 59checksum = "cf46fee83e5ccffc220104713af3292ff9bc7c64c7de289f66dae8e38d826833" 60dependencies = [ 61 "concurrent-queue", 62 "event-listener", 63 "futures-core", 64] 65 66[[package]] 67name = "async-compression" 68version = "0.3.15" 69source = "registry+https://github.com/rust-lang/crates.io-index" 70checksum = "942c7cd7ae39e91bde4820d74132e9862e62c2f386c3aa90ccf55949f5bad63a" 71dependencies = [ 72 "brotli", 73 "flate2", 74 "futures-core", 75 "memchr", 76 "pin-project-lite", 77 "tokio", 78] 79 80[[package]] 81name = "async-executor" 82version = "1.5.0" 83source = "registry+https://github.com/rust-lang/crates.io-index" 84checksum = "17adb73da160dfb475c183343c8cccd80721ea5a605d3eb57125f0a7b7a92d0b" 85dependencies = [ 86 "async-lock", 87 "async-task", 88 "concurrent-queue", 89 "fastrand", 90 "futures-lite", 91 "slab", 92] 93 94[[package]] 95name = "async-global-executor" 96version = "2.3.1" 97source = "registry+https://github.com/rust-lang/crates.io-index" 98checksum = "f1b6f5d7df27bd294849f8eec66ecfc63d11814df7a4f5d74168a2394467b776" 99dependencies = [ 100 "async-channel", 101 "async-executor", 102 "async-io", 103 "async-lock", 104 "blocking", 105 "futures-lite", 106 "once_cell", 107] 108 109[[package]] 110name = "async-io" 111version = "1.13.0" 112source = "registry+https://github.com/rust-lang/crates.io-index" 113checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af" 114dependencies = [ 115 "async-lock", 116 "autocfg", 117 "cfg-if", 118 "concurrent-queue", 119 "futures-lite", 120 "log", 121 "parking", 122 "polling", 123 "rustix", 124 "slab", 125 "socket2", 126 "waker-fn", 127] 128 129[[package]] 130name = "async-lock" 131version = "2.7.0" 132source = "registry+https://github.com/rust-lang/crates.io-index" 133checksum = "fa24f727524730b077666307f2734b4a1a1c57acb79193127dcc8914d5242dd7" 134dependencies = [ 135 "event-listener", 136] 137 138[[package]] 139name = "async-process" 140version = "1.6.0" 141source = "registry+https://github.com/rust-lang/crates.io-index" 142checksum = "6381ead98388605d0d9ff86371043b5aa922a3905824244de40dc263a14fcba4" 143dependencies = [ 144 "async-io", 145 "async-lock", 146 "autocfg", 147 "blocking", 148 "cfg-if", 149 "event-listener", 150 "futures-lite", 151 "libc", 152 "signal-hook", 153 "windows-sys 0.42.0", 154] 155 156[[package]] 157name = "async-std" 158version = "1.12.0" 159source = "registry+https://github.com/rust-lang/crates.io-index" 160checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d" 161dependencies = [ 162 "async-channel", 163 "async-global-executor", 164 "async-io", 165 "async-lock", 166 "async-process", 167 "crossbeam-utils", 168 "futures-channel", 169 "futures-core", 170 "futures-io", 171 "futures-lite", 172 "gloo-timers", 173 "kv-log-macro", 174 "log", 175 "memchr", 176 "once_cell", 177 "pin-project-lite", 178 "pin-utils", 179 "slab", 180 "wasm-bindgen-futures", 181] 182 183[[package]] 184name = "async-stream" 185version = "0.3.4" 186source = "registry+https://github.com/rust-lang/crates.io-index" 187checksum = "ad445822218ce64be7a341abfb0b1ea43b5c23aa83902542a4542e78309d8e5e" 188dependencies = [ 189 "async-stream-impl", 190 "futures-core", 191 "pin-project-lite", 192] 193 194[[package]] 195name = "async-stream-impl" 196version = "0.3.4" 197source = "registry+https://github.com/rust-lang/crates.io-index" 198checksum = "e4655ae1a7b0cdf149156f780c5bf3f1352bc53cbd9e0a361a7ef7b22947e965" 199dependencies = [ 200 "proc-macro2", 201 "quote", 202 "syn 1.0.109", 203] 204 205[[package]] 206name = "async-task" 207version = "4.4.0" 208source = "registry+https://github.com/rust-lang/crates.io-index" 209checksum = "ecc7ab41815b3c653ccd2978ec3255c81349336702dfdf62ee6f7069b12a3aae" 210 211[[package]] 212name = "async-trait" 213version = "0.1.68" 214source = "registry+https://github.com/rust-lang/crates.io-index" 215checksum = "b9ccdd8f2a161be9bd5c023df56f1b2a0bd1d83872ae53b71a84a12c9bf6e842" 216dependencies = [ 217 "proc-macro2", 218 "quote", 219 "syn 2.0.13", 220] 221 222[[package]] 223name = "async_once" 224version = "0.2.6" 225source = "registry+https://github.com/rust-lang/crates.io-index" 226checksum = "2ce4f10ea3abcd6617873bae9f91d1c5332b4a778bd9ce34d0cd517474c1de82" 227 228[[package]] 229name = "atomic" 230version = "0.5.1" 231source = "registry+https://github.com/rust-lang/crates.io-index" 232checksum = "b88d82667eca772c4aa12f0f1348b3ae643424c8876448f3f7bd5787032e234c" 233dependencies = [ 234 "autocfg", 235] 236 237[[package]] 238name = "atomic-waker" 239version = "1.1.0" 240source = "registry+https://github.com/rust-lang/crates.io-index" 241checksum = "debc29dde2e69f9e47506b525f639ed42300fc014a3e007832592448fa8e4599" 242 243[[package]] 244name = "autocfg" 245version = "1.1.0" 246source = "registry+https://github.com/rust-lang/crates.io-index" 247checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 248 249[[package]] 250name = "base64" 251version = "0.13.1" 252source = "registry+https://github.com/rust-lang/crates.io-index" 253checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" 254 255[[package]] 256name = "base64" 257version = "0.21.0" 258source = "registry+https://github.com/rust-lang/crates.io-index" 259checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a" 260 261[[package]] 262name = "base64ct" 263version = "1.6.0" 264source = "registry+https://github.com/rust-lang/crates.io-index" 265checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" 266 267[[package]] 268name = "binascii" 269version = "0.1.4" 270source = "registry+https://github.com/rust-lang/crates.io-index" 271checksum = "383d29d513d8764dcdc42ea295d979eb99c3c9f00607b3692cf68a431f7dca72" 272 273[[package]] 274name = "bitflags" 275version = "1.3.2" 276source = "registry+https://github.com/rust-lang/crates.io-index" 277checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 278 279[[package]] 280name = "bitflags" 281version = "2.0.2" 282source = "registry+https://github.com/rust-lang/crates.io-index" 283checksum = "487f1e0fcbe47deb8b0574e646def1c903389d95241dd1bbcc6ce4a715dfc0c1" 284 285[[package]] 286name = "blake2" 287version = "0.10.6" 288source = "registry+https://github.com/rust-lang/crates.io-index" 289checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe" 290dependencies = [ 291 "digest", 292] 293 294[[package]] 295name = "block-buffer" 296version = "0.10.4" 297source = "registry+https://github.com/rust-lang/crates.io-index" 298checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 299dependencies = [ 300 "generic-array", 301] 302 303[[package]] 304name = "blocking" 305version = "1.3.0" 306source = "registry+https://github.com/rust-lang/crates.io-index" 307checksum = "3c67b173a56acffd6d2326fb7ab938ba0b00a71480e14902b2591c87bc5741e8" 308dependencies = [ 309 "async-channel", 310 "async-lock", 311 "async-task", 312 "atomic-waker", 313 "fastrand", 314 "futures-lite", 315] 316 317[[package]] 318name = "brotli" 319version = "3.3.4" 320source = "registry+https://github.com/rust-lang/crates.io-index" 321checksum = "a1a0b1dbcc8ae29329621f8d4f0d835787c1c38bb1401979b49d13b0b305ff68" 322dependencies = [ 323 "alloc-no-stdlib", 324 "alloc-stdlib", 325 "brotli-decompressor", 326] 327 328[[package]] 329name = "brotli-decompressor" 330version = "2.3.4" 331source = "registry+https://github.com/rust-lang/crates.io-index" 332checksum = "4b6561fd3f895a11e8f72af2cb7d22e08366bebc2b6b57f7744c4bda27034744" 333dependencies = [ 334 "alloc-no-stdlib", 335 "alloc-stdlib", 336] 337 338[[package]] 339name = "bumpalo" 340version = "3.12.0" 341source = "registry+https://github.com/rust-lang/crates.io-index" 342checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535" 343 344[[package]] 345name = "byteorder" 346version = "1.4.3" 347source = "registry+https://github.com/rust-lang/crates.io-index" 348checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" 349 350[[package]] 351name = "bytes" 352version = "1.4.0" 353source = "registry+https://github.com/rust-lang/crates.io-index" 354checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be" 355 356[[package]] 357name = "cached" 358version = "0.42.0" 359source = "registry+https://github.com/rust-lang/crates.io-index" 360checksum = "5e5877db5d1af7fae60d06b5db9430b68056a69b3582a0be8e3691e87654aeb6" 361dependencies = [ 362 "async-trait", 363 "async_once", 364 "cached_proc_macro", 365 "cached_proc_macro_types", 366 "futures", 367 "hashbrown 0.13.2", 368 "instant", 369 "lazy_static", 370 "once_cell", 371 "thiserror", 372 "tokio", 373] 374 375[[package]] 376name = "cached_proc_macro" 377version = "0.16.0" 378source = "registry+https://github.com/rust-lang/crates.io-index" 379checksum = "e10ca87c81aaa3a949dbbe2b5e6c2c45dbc94ba4897e45ea31ff9ec5087be3dc" 380dependencies = [ 381 "cached_proc_macro_types", 382 "darling", 383 "proc-macro2", 384 "quote", 385 "syn 1.0.109", 386] 387 388[[package]] 389name = "cached_proc_macro_types" 390version = "0.1.0" 391source = "registry+https://github.com/rust-lang/crates.io-index" 392checksum = "3a4f925191b4367301851c6d99b09890311d74b0d43f274c0b34c86d308a3663" 393 394[[package]] 395name = "cc" 396version = "1.0.79" 397source = "registry+https://github.com/rust-lang/crates.io-index" 398checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" 399 400[[package]] 401name = "cfg-if" 402version = "1.0.0" 403source = "registry+https://github.com/rust-lang/crates.io-index" 404checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 405 406[[package]] 407name = "chrono" 408version = "0.4.24" 409source = "registry+https://github.com/rust-lang/crates.io-index" 410checksum = "4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b" 411dependencies = [ 412 "iana-time-zone", 413 "num-integer", 414 "num-traits", 415 "serde", 416 "winapi", 417] 418 419[[package]] 420name = "chrono-tz" 421version = "0.8.1" 422source = "registry+https://github.com/rust-lang/crates.io-index" 423checksum = "fa48fa079165080f11d7753fd0bc175b7d391f276b965fe4b55bfad67856e463" 424dependencies = [ 425 "chrono", 426 "chrono-tz-build", 427 "phf", 428] 429 430[[package]] 431name = "chrono-tz-build" 432version = "0.1.0" 433source = "registry+https://github.com/rust-lang/crates.io-index" 434checksum = "d9998fb9f7e9b2111641485bf8beb32f92945f97f92a3d061f744cfef335f751" 435dependencies = [ 436 "parse-zoneinfo", 437 "phf", 438 "phf_codegen", 439] 440 441[[package]] 442name = "codespan-reporting" 443version = "0.11.1" 444source = "registry+https://github.com/rust-lang/crates.io-index" 445checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" 446dependencies = [ 447 "termcolor", 448 "unicode-width", 449] 450 451[[package]] 452name = "concurrent-queue" 453version = "2.1.0" 454source = "registry+https://github.com/rust-lang/crates.io-index" 455checksum = "c278839b831783b70278b14df4d45e1beb1aad306c07bb796637de9a0e323e8e" 456dependencies = [ 457 "crossbeam-utils", 458] 459 460[[package]] 461name = "cookie" 462version = "0.16.2" 463source = "registry+https://github.com/rust-lang/crates.io-index" 464checksum = "e859cd57d0710d9e06c381b550c06e76992472a8c6d527aecd2fc673dcc231fb" 465dependencies = [ 466 "percent-encoding", 467 "time", 468 "version_check", 469] 470 471[[package]] 472name = "cookie" 473version = "0.17.0" 474source = "registry+https://github.com/rust-lang/crates.io-index" 475checksum = "7efb37c3e1ccb1ff97164ad95ac1606e8ccd35b3fa0a7d99a304c7f4a428cc24" 476dependencies = [ 477 "percent-encoding", 478 "time", 479 "version_check", 480] 481 482[[package]] 483name = "cookie_store" 484version = "0.16.1" 485source = "registry+https://github.com/rust-lang/crates.io-index" 486checksum = "2e4b6aa369f41f5faa04bb80c9b1f4216ea81646ed6124d76ba5c49a7aafd9cd" 487dependencies = [ 488 "cookie 0.16.2", 489 "idna 0.2.3", 490 "log", 491 "publicsuffix", 492 "serde", 493 "serde_json", 494 "time", 495 "url", 496] 497 498[[package]] 499name = "cookie_store" 500version = "0.19.0" 501source = "registry+https://github.com/rust-lang/crates.io-index" 502checksum = "bca9b3c618262fc0c85ecbc814c144e04be9c6eec08b315e7cd1cfbe0bb6ca84" 503dependencies = [ 504 "cookie 0.16.2", 505 "idna 0.3.0", 506 "log", 507 "publicsuffix", 508 "serde", 509 "serde_json", 510 "time", 511 "url", 512] 513 514[[package]] 515name = "core-foundation" 516version = "0.9.3" 517source = "registry+https://github.com/rust-lang/crates.io-index" 518checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146" 519dependencies = [ 520 "core-foundation-sys", 521 "libc", 522] 523 524[[package]] 525name = "core-foundation-sys" 526version = "0.8.3" 527source = "registry+https://github.com/rust-lang/crates.io-index" 528checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc" 529 530[[package]] 531name = "cpufeatures" 532version = "0.2.6" 533source = "registry+https://github.com/rust-lang/crates.io-index" 534checksum = "280a9f2d8b3a38871a3c8a46fb80db65e5e5ed97da80c4d08bf27fb63e35e181" 535dependencies = [ 536 "libc", 537] 538 539[[package]] 540name = "crc32fast" 541version = "1.3.2" 542source = "registry+https://github.com/rust-lang/crates.io-index" 543checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" 544dependencies = [ 545 "cfg-if", 546] 547 548[[package]] 549name = "cron" 550version = "0.12.0" 551source = "registry+https://github.com/rust-lang/crates.io-index" 552checksum = "1ff76b51e4c068c52bfd2866e1567bee7c567ae8f24ada09fd4307019e25eab7" 553dependencies = [ 554 "chrono", 555 "nom", 556 "once_cell", 557] 558 559[[package]] 560name = "crossbeam-utils" 561version = "0.8.15" 562source = "registry+https://github.com/rust-lang/crates.io-index" 563checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b" 564dependencies = [ 565 "cfg-if", 566] 567 568[[package]] 569name = "crypto-common" 570version = "0.1.6" 571source = "registry+https://github.com/rust-lang/crates.io-index" 572checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 573dependencies = [ 574 "generic-array", 575 "typenum", 576] 577 578[[package]] 579name = "ctor" 580version = "0.1.26" 581source = "registry+https://github.com/rust-lang/crates.io-index" 582checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096" 583dependencies = [ 584 "quote", 585 "syn 1.0.109", 586] 587 588[[package]] 589name = "cxx" 590version = "1.0.94" 591source = "registry+https://github.com/rust-lang/crates.io-index" 592checksum = "f61f1b6389c3fe1c316bf8a4dccc90a38208354b330925bce1f74a6c4756eb93" 593dependencies = [ 594 "cc", 595 "cxxbridge-flags", 596 "cxxbridge-macro", 597 "link-cplusplus", 598] 599 600[[package]] 601name = "cxx-build" 602version = "1.0.94" 603source = "registry+https://github.com/rust-lang/crates.io-index" 604checksum = "12cee708e8962df2aeb38f594aae5d827c022b6460ac71a7a3e2c3c2aae5a07b" 605dependencies = [ 606 "cc", 607 "codespan-reporting", 608 "once_cell", 609 "proc-macro2", 610 "quote", 611 "scratch", 612 "syn 2.0.13", 613] 614 615[[package]] 616name = "cxxbridge-flags" 617version = "1.0.94" 618source = "registry+https://github.com/rust-lang/crates.io-index" 619checksum = "7944172ae7e4068c533afbb984114a56c46e9ccddda550499caa222902c7f7bb" 620 621[[package]] 622name = "cxxbridge-macro" 623version = "1.0.94" 624source = "registry+https://github.com/rust-lang/crates.io-index" 625checksum = "2345488264226bf682893e25de0769f3360aac9957980ec49361b083ddaa5bc5" 626dependencies = [ 627 "proc-macro2", 628 "quote", 629 "syn 2.0.13", 630] 631 632[[package]] 633name = "darling" 634version = "0.14.4" 635source = "registry+https://github.com/rust-lang/crates.io-index" 636checksum = "7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850" 637dependencies = [ 638 "darling_core", 639 "darling_macro", 640] 641 642[[package]] 643name = "darling_core" 644version = "0.14.4" 645source = "registry+https://github.com/rust-lang/crates.io-index" 646checksum = "109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0" 647dependencies = [ 648 "fnv", 649 "ident_case", 650 "proc-macro2", 651 "quote", 652 "strsim", 653 "syn 1.0.109", 654] 655 656[[package]] 657name = "darling_macro" 658version = "0.14.4" 659source = "registry+https://github.com/rust-lang/crates.io-index" 660checksum = "a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e" 661dependencies = [ 662 "darling_core", 663 "quote", 664 "syn 1.0.109", 665] 666 667[[package]] 668name = "dashmap" 669version = "5.4.0" 670source = "registry+https://github.com/rust-lang/crates.io-index" 671checksum = "907076dfda823b0b36d2a1bb5f90c96660a5bbcd7729e10727f07858f22c4edc" 672dependencies = [ 673 "cfg-if", 674 "hashbrown 0.12.3", 675 "lock_api", 676 "once_cell", 677 "parking_lot_core", 678] 679 680[[package]] 681name = "data-encoding" 682version = "2.3.3" 683source = "registry+https://github.com/rust-lang/crates.io-index" 684checksum = "23d8666cb01533c39dde32bcbab8e227b4ed6679b2c925eba05feabea39508fb" 685 686[[package]] 687name = "data-url" 688version = "0.2.0" 689source = "registry+https://github.com/rust-lang/crates.io-index" 690checksum = "8d7439c3735f405729d52c3fbbe4de140eaf938a1fe47d227c27f8254d4302a5" 691 692[[package]] 693name = "devise" 694version = "0.4.1" 695source = "registry+https://github.com/rust-lang/crates.io-index" 696checksum = "d6eacefd3f541c66fc61433d65e54e0e46e0a029a819a7dbbc7a7b489e8a85f8" 697dependencies = [ 698 "devise_codegen", 699 "devise_core", 700] 701 702[[package]] 703name = "devise_codegen" 704version = "0.4.1" 705source = "registry+https://github.com/rust-lang/crates.io-index" 706checksum = "9c8cf4b8dd484ede80fd5c547592c46c3745a617c8af278e2b72bea86b2dfed6" 707dependencies = [ 708 "devise_core", 709 "quote", 710] 711 712[[package]] 713name = "devise_core" 714version = "0.4.1" 715source = "registry+https://github.com/rust-lang/crates.io-index" 716checksum = "35b50dba0afdca80b187392b24f2499a88c336d5a8493e4b4ccfb608708be56a" 717dependencies = [ 718 "bitflags 2.0.2", 719 "proc-macro2", 720 "proc-macro2-diagnostics", 721 "quote", 722 "syn 2.0.13", 723] 724 725[[package]] 726name = "diesel" 727version = "2.0.3" 728source = "registry+https://github.com/rust-lang/crates.io-index" 729checksum = "4391a22b19c916e50bec4d6140f29bdda3e3bb187223fe6e3ea0b6e4d1021c04" 730dependencies = [ 731 "bitflags 1.3.2", 732 "byteorder", 733 "chrono", 734 "diesel_derives", 735 "itoa", 736 "libsqlite3-sys", 737 "mysqlclient-sys", 738 "percent-encoding", 739 "pq-sys", 740 "r2d2", 741 "url", 742] 743 744[[package]] 745name = "diesel_derives" 746version = "2.0.2" 747source = "registry+https://github.com/rust-lang/crates.io-index" 748checksum = "0ad74fdcf086be3d4fdd142f67937678fe60ed431c3b2f08599e7687269410c4" 749dependencies = [ 750 "proc-macro-error", 751 "proc-macro2", 752 "quote", 753 "syn 1.0.109", 754] 755 756[[package]] 757name = "diesel_logger" 758version = "0.2.0" 759source = "registry+https://github.com/rust-lang/crates.io-index" 760checksum = "1a22b1f4804a69ed8954910b2ab30dedc759665e0284e57db95eef4a7b5edffb" 761dependencies = [ 762 "diesel", 763 "log", 764] 765 766[[package]] 767name = "diesel_migrations" 768version = "2.0.0" 769source = "registry+https://github.com/rust-lang/crates.io-index" 770checksum = "e9ae22beef5e9d6fab9225ddb073c1c6c1a7a6ded5019d5da11d1e5c5adc34e2" 771dependencies = [ 772 "diesel", 773 "migrations_internals", 774 "migrations_macros", 775] 776 777[[package]] 778name = "digest" 779version = "0.10.6" 780source = "registry+https://github.com/rust-lang/crates.io-index" 781checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f" 782dependencies = [ 783 "block-buffer", 784 "crypto-common", 785 "subtle", 786] 787 788[[package]] 789name = "dotenvy" 790version = "0.15.7" 791source = "registry+https://github.com/rust-lang/crates.io-index" 792checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b" 793 794[[package]] 795name = "either" 796version = "1.8.1" 797source = "registry+https://github.com/rust-lang/crates.io-index" 798checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91" 799 800[[package]] 801name = "email-encoding" 802version = "0.2.0" 803source = "registry+https://github.com/rust-lang/crates.io-index" 804checksum = "dbfb21b9878cf7a348dcb8559109aabc0ec40d69924bd706fa5149846c4fef75" 805dependencies = [ 806 "base64 0.21.0", 807 "memchr", 808] 809 810[[package]] 811name = "email_address" 812version = "0.2.4" 813source = "registry+https://github.com/rust-lang/crates.io-index" 814checksum = "e2153bd83ebc09db15bcbdc3e2194d901804952e3dc96967e1cd3b0c5c32d112" 815dependencies = [ 816 "serde", 817] 818 819[[package]] 820name = "encoding_rs" 821version = "0.8.32" 822source = "registry+https://github.com/rust-lang/crates.io-index" 823checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394" 824dependencies = [ 825 "cfg-if", 826] 827 828[[package]] 829name = "enum-as-inner" 830version = "0.5.1" 831source = "registry+https://github.com/rust-lang/crates.io-index" 832checksum = "c9720bba047d567ffc8a3cba48bf19126600e249ab7f128e9233e6376976a116" 833dependencies = [ 834 "heck", 835 "proc-macro2", 836 "quote", 837 "syn 1.0.109", 838] 839 840[[package]] 841name = "errno" 842version = "0.3.0" 843source = "registry+https://github.com/rust-lang/crates.io-index" 844checksum = "50d6a0976c999d473fe89ad888d5a284e55366d9dc9038b1ba2aa15128c4afa0" 845dependencies = [ 846 "errno-dragonfly", 847 "libc", 848 "windows-sys 0.45.0", 849] 850 851[[package]] 852name = "errno-dragonfly" 853version = "0.1.2" 854source = "registry+https://github.com/rust-lang/crates.io-index" 855checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" 856dependencies = [ 857 "cc", 858 "libc", 859] 860 861[[package]] 862name = "error-chain" 863version = "0.12.4" 864source = "registry+https://github.com/rust-lang/crates.io-index" 865checksum = "2d2f06b9cac1506ece98fe3231e3cc9c4410ec3d5b1f24ae1c8946f0742cdefc" 866dependencies = [ 867 "version_check", 868] 869 870[[package]] 871name = "event-listener" 872version = "2.5.3" 873source = "registry+https://github.com/rust-lang/crates.io-index" 874checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" 875 876[[package]] 877name = "fastrand" 878version = "1.9.0" 879source = "registry+https://github.com/rust-lang/crates.io-index" 880checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" 881dependencies = [ 882 "instant", 883] 884 885[[package]] 886name = "fern" 887version = "0.6.2" 888source = "registry+https://github.com/rust-lang/crates.io-index" 889checksum = "d9f0c14694cbd524c8720dd69b0e3179344f04ebb5f90f2e4a440c6ea3b2f1ee" 890dependencies = [ 891 "log", 892 "syslog", 893] 894 895[[package]] 896name = "figment" 897version = "0.10.8" 898source = "registry+https://github.com/rust-lang/crates.io-index" 899checksum = "4e56602b469b2201400dec66a66aec5a9b8761ee97cd1b8c96ab2483fcc16cc9" 900dependencies = [ 901 "atomic", 902 "pear", 903 "serde", 904 "toml", 905 "uncased", 906 "version_check", 907] 908 909[[package]] 910name = "flate2" 911version = "1.0.25" 912source = "registry+https://github.com/rust-lang/crates.io-index" 913checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841" 914dependencies = [ 915 "crc32fast", 916 "miniz_oxide", 917] 918 919[[package]] 920name = "fnv" 921version = "1.0.7" 922source = "registry+https://github.com/rust-lang/crates.io-index" 923checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 924 925[[package]] 926name = "foreign-types" 927version = "0.3.2" 928source = "registry+https://github.com/rust-lang/crates.io-index" 929checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 930dependencies = [ 931 "foreign-types-shared", 932] 933 934[[package]] 935name = "foreign-types-shared" 936version = "0.1.1" 937source = "registry+https://github.com/rust-lang/crates.io-index" 938checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 939 940[[package]] 941name = "form_urlencoded" 942version = "1.1.0" 943source = "registry+https://github.com/rust-lang/crates.io-index" 944checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8" 945dependencies = [ 946 "percent-encoding", 947] 948 949[[package]] 950name = "futures" 951version = "0.3.28" 952source = "registry+https://github.com/rust-lang/crates.io-index" 953checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40" 954dependencies = [ 955 "futures-channel", 956 "futures-core", 957 "futures-executor", 958 "futures-io", 959 "futures-sink", 960 "futures-task", 961 "futures-util", 962] 963 964[[package]] 965name = "futures-channel" 966version = "0.3.28" 967source = "registry+https://github.com/rust-lang/crates.io-index" 968checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2" 969dependencies = [ 970 "futures-core", 971 "futures-sink", 972] 973 974[[package]] 975name = "futures-core" 976version = "0.3.28" 977source = "registry+https://github.com/rust-lang/crates.io-index" 978checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c" 979 980[[package]] 981name = "futures-executor" 982version = "0.3.28" 983source = "registry+https://github.com/rust-lang/crates.io-index" 984checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0" 985dependencies = [ 986 "futures-core", 987 "futures-task", 988 "futures-util", 989] 990 991[[package]] 992name = "futures-io" 993version = "0.3.28" 994source = "registry+https://github.com/rust-lang/crates.io-index" 995checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964" 996 997[[package]] 998name = "futures-lite" 999version = "1.12.0" 1000source = "registry+https://github.com/rust-lang/crates.io-index" 1001checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48" 1002dependencies = [ 1003 "fastrand", 1004 "futures-core", 1005 "futures-io", 1006 "memchr", 1007 "parking", 1008 "pin-project-lite", 1009 "waker-fn", 1010] 1011 1012[[package]] 1013name = "futures-macro" 1014version = "0.3.28" 1015source = "registry+https://github.com/rust-lang/crates.io-index" 1016checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72" 1017dependencies = [ 1018 "proc-macro2", 1019 "quote", 1020 "syn 2.0.13", 1021] 1022 1023[[package]] 1024name = "futures-sink" 1025version = "0.3.28" 1026source = "registry+https://github.com/rust-lang/crates.io-index" 1027checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e" 1028 1029[[package]] 1030name = "futures-task" 1031version = "0.3.28" 1032source = "registry+https://github.com/rust-lang/crates.io-index" 1033checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65" 1034 1035[[package]] 1036name = "futures-timer" 1037version = "3.0.2" 1038source = "registry+https://github.com/rust-lang/crates.io-index" 1039checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c" 1040 1041[[package]] 1042name = "futures-util" 1043version = "0.3.28" 1044source = "registry+https://github.com/rust-lang/crates.io-index" 1045checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533" 1046dependencies = [ 1047 "futures-channel", 1048 "futures-core", 1049 "futures-io", 1050 "futures-macro", 1051 "futures-sink", 1052 "futures-task", 1053 "memchr", 1054 "pin-project-lite", 1055 "pin-utils", 1056 "slab", 1057] 1058 1059[[package]] 1060name = "generator" 1061version = "0.7.3" 1062source = "registry+https://github.com/rust-lang/crates.io-index" 1063checksum = "33a20a288a94683f5f4da0adecdbe095c94a77c295e514cc6484e9394dd8376e" 1064dependencies = [ 1065 "cc", 1066 "libc", 1067 "log", 1068 "rustversion", 1069 "windows 0.44.0", 1070] 1071 1072[[package]] 1073name = "generic-array" 1074version = "0.14.7" 1075source = "registry+https://github.com/rust-lang/crates.io-index" 1076checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 1077dependencies = [ 1078 "typenum", 1079 "version_check", 1080] 1081 1082[[package]] 1083name = "getrandom" 1084version = "0.2.8" 1085source = "registry+https://github.com/rust-lang/crates.io-index" 1086checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31" 1087dependencies = [ 1088 "cfg-if", 1089 "libc", 1090 "wasi 0.11.0+wasi-snapshot-preview1", 1091] 1092 1093[[package]] 1094name = "glob" 1095version = "0.3.1" 1096source = "registry+https://github.com/rust-lang/crates.io-index" 1097checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" 1098 1099[[package]] 1100name = "gloo-timers" 1101version = "0.2.6" 1102source = "registry+https://github.com/rust-lang/crates.io-index" 1103checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c" 1104dependencies = [ 1105 "futures-channel", 1106 "futures-core", 1107 "js-sys", 1108 "wasm-bindgen", 1109] 1110 1111[[package]] 1112name = "governor" 1113version = "0.5.1" 1114source = "registry+https://github.com/rust-lang/crates.io-index" 1115checksum = "c390a940a5d157878dd057c78680a33ce3415bcd05b4799509ea44210914b4d5" 1116dependencies = [ 1117 "cfg-if", 1118 "dashmap", 1119 "futures", 1120 "futures-timer", 1121 "no-std-compat", 1122 "nonzero_ext", 1123 "parking_lot", 1124 "quanta", 1125 "rand", 1126 "smallvec", 1127] 1128 1129[[package]] 1130name = "h2" 1131version = "0.3.16" 1132source = "registry+https://github.com/rust-lang/crates.io-index" 1133checksum = "5be7b54589b581f624f566bf5d8eb2bab1db736c51528720b6bd36b96b55924d" 1134dependencies = [ 1135 "bytes", 1136 "fnv", 1137 "futures-core", 1138 "futures-sink", 1139 "futures-util", 1140 "http", 1141 "indexmap", 1142 "slab", 1143 "tokio", 1144 "tokio-util", 1145 "tracing", 1146] 1147 1148[[package]] 1149name = "half" 1150version = "1.8.2" 1151source = "registry+https://github.com/rust-lang/crates.io-index" 1152checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7" 1153 1154[[package]] 1155name = "handlebars" 1156version = "4.3.6" 1157source = "registry+https://github.com/rust-lang/crates.io-index" 1158checksum = "035ef95d03713f2c347a72547b7cd38cbc9af7cd51e6099fb62d586d4a6dee3a" 1159dependencies = [ 1160 "log", 1161 "pest", 1162 "pest_derive", 1163 "serde", 1164 "serde_json", 1165 "thiserror", 1166 "walkdir", 1167] 1168 1169[[package]] 1170name = "hashbrown" 1171version = "0.12.3" 1172source = "registry+https://github.com/rust-lang/crates.io-index" 1173checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 1174 1175[[package]] 1176name = "hashbrown" 1177version = "0.13.2" 1178source = "registry+https://github.com/rust-lang/crates.io-index" 1179checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e" 1180 1181[[package]] 1182name = "heck" 1183version = "0.4.1" 1184source = "registry+https://github.com/rust-lang/crates.io-index" 1185checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 1186 1187[[package]] 1188name = "hermit-abi" 1189version = "0.2.6" 1190source = "registry+https://github.com/rust-lang/crates.io-index" 1191checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7" 1192dependencies = [ 1193 "libc", 1194] 1195 1196[[package]] 1197name = "hermit-abi" 1198version = "0.3.1" 1199source = "registry+https://github.com/rust-lang/crates.io-index" 1200checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" 1201 1202[[package]] 1203name = "hmac" 1204version = "0.12.1" 1205source = "registry+https://github.com/rust-lang/crates.io-index" 1206checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" 1207dependencies = [ 1208 "digest", 1209] 1210 1211[[package]] 1212name = "hostname" 1213version = "0.3.1" 1214source = "registry+https://github.com/rust-lang/crates.io-index" 1215checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867" 1216dependencies = [ 1217 "libc", 1218 "match_cfg", 1219 "winapi", 1220] 1221 1222[[package]] 1223name = "html5gum" 1224version = "0.5.2" 1225source = "registry+https://github.com/rust-lang/crates.io-index" 1226checksum = "3404cc217cc3e11d09c8ac9ccf8b1e540f64477c253d6dc70b5a5074782d934d" 1227dependencies = [ 1228 "jetscii", 1229] 1230 1231[[package]] 1232name = "http" 1233version = "0.2.9" 1234source = "registry+https://github.com/rust-lang/crates.io-index" 1235checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482" 1236dependencies = [ 1237 "bytes", 1238 "fnv", 1239 "itoa", 1240] 1241 1242[[package]] 1243name = "http-body" 1244version = "0.4.5" 1245source = "registry+https://github.com/rust-lang/crates.io-index" 1246checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1" 1247dependencies = [ 1248 "bytes", 1249 "http", 1250 "pin-project-lite", 1251] 1252 1253[[package]] 1254name = "httparse" 1255version = "1.8.0" 1256source = "registry+https://github.com/rust-lang/crates.io-index" 1257checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" 1258 1259[[package]] 1260name = "httpdate" 1261version = "1.0.2" 1262source = "registry+https://github.com/rust-lang/crates.io-index" 1263checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421" 1264 1265[[package]] 1266name = "hyper" 1267version = "0.14.25" 1268source = "registry+https://github.com/rust-lang/crates.io-index" 1269checksum = "cc5e554ff619822309ffd57d8734d77cd5ce6238bc956f037ea06c58238c9899" 1270dependencies = [ 1271 "bytes", 1272 "futures-channel", 1273 "futures-core", 1274 "futures-util", 1275 "h2", 1276 "http", 1277 "http-body", 1278 "httparse", 1279 "httpdate", 1280 "itoa", 1281 "pin-project-lite", 1282 "socket2", 1283 "tokio", 1284 "tower-service", 1285 "tracing", 1286 "want", 1287] 1288 1289[[package]] 1290name = "hyper-tls" 1291version = "0.5.0" 1292source = "registry+https://github.com/rust-lang/crates.io-index" 1293checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905" 1294dependencies = [ 1295 "bytes", 1296 "hyper", 1297 "native-tls", 1298 "tokio", 1299 "tokio-native-tls", 1300] 1301 1302[[package]] 1303name = "iana-time-zone" 1304version = "0.1.54" 1305source = "registry+https://github.com/rust-lang/crates.io-index" 1306checksum = "0c17cc76786e99f8d2f055c11159e7f0091c42474dcc3189fbab96072e873e6d" 1307dependencies = [ 1308 "android_system_properties", 1309 "core-foundation-sys", 1310 "iana-time-zone-haiku", 1311 "js-sys", 1312 "wasm-bindgen", 1313 "windows 0.46.0", 1314] 1315 1316[[package]] 1317name = "iana-time-zone-haiku" 1318version = "0.1.1" 1319source = "registry+https://github.com/rust-lang/crates.io-index" 1320checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca" 1321dependencies = [ 1322 "cxx", 1323 "cxx-build", 1324] 1325 1326[[package]] 1327name = "ident_case" 1328version = "1.0.1" 1329source = "registry+https://github.com/rust-lang/crates.io-index" 1330checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 1331 1332[[package]] 1333name = "idna" 1334version = "0.2.3" 1335source = "registry+https://github.com/rust-lang/crates.io-index" 1336checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8" 1337dependencies = [ 1338 "matches", 1339 "unicode-bidi", 1340 "unicode-normalization", 1341] 1342 1343[[package]] 1344name = "idna" 1345version = "0.3.0" 1346source = "registry+https://github.com/rust-lang/crates.io-index" 1347checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6" 1348dependencies = [ 1349 "unicode-bidi", 1350 "unicode-normalization", 1351] 1352 1353[[package]] 1354name = "indexmap" 1355version = "1.9.3" 1356source = "registry+https://github.com/rust-lang/crates.io-index" 1357checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" 1358dependencies = [ 1359 "autocfg", 1360 "hashbrown 0.12.3", 1361 "serde", 1362] 1363 1364[[package]] 1365name = "inlinable_string" 1366version = "0.1.15" 1367source = "registry+https://github.com/rust-lang/crates.io-index" 1368checksum = "c8fae54786f62fb2918dcfae3d568594e50eb9b5c25bf04371af6fe7516452fb" 1369 1370[[package]] 1371name = "instant" 1372version = "0.1.12" 1373source = "registry+https://github.com/rust-lang/crates.io-index" 1374checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 1375dependencies = [ 1376 "cfg-if", 1377] 1378 1379[[package]] 1380name = "io-lifetimes" 1381version = "1.0.9" 1382source = "registry+https://github.com/rust-lang/crates.io-index" 1383checksum = "09270fd4fa1111bc614ed2246c7ef56239a3063d5be0d1ec3b589c505d400aeb" 1384dependencies = [ 1385 "hermit-abi 0.3.1", 1386 "libc", 1387 "windows-sys 0.45.0", 1388] 1389 1390[[package]] 1391name = "ipconfig" 1392version = "0.3.1" 1393source = "registry+https://github.com/rust-lang/crates.io-index" 1394checksum = "bd302af1b90f2463a98fa5ad469fc212c8e3175a41c3068601bfa2727591c5be" 1395dependencies = [ 1396 "socket2", 1397 "widestring", 1398 "winapi", 1399 "winreg", 1400] 1401 1402[[package]] 1403name = "ipnet" 1404version = "2.7.2" 1405source = "registry+https://github.com/rust-lang/crates.io-index" 1406checksum = "12b6ee2129af8d4fb011108c73d99a1b83a85977f23b82460c0ae2e25bb4b57f" 1407 1408[[package]] 1409name = "is-terminal" 1410version = "0.4.6" 1411source = "registry+https://github.com/rust-lang/crates.io-index" 1412checksum = "256017f749ab3117e93acb91063009e1f1bb56d03965b14c2c8df4eb02c524d8" 1413dependencies = [ 1414 "hermit-abi 0.3.1", 1415 "io-lifetimes", 1416 "rustix", 1417 "windows-sys 0.45.0", 1418] 1419 1420[[package]] 1421name = "itoa" 1422version = "1.0.6" 1423source = "registry+https://github.com/rust-lang/crates.io-index" 1424checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6" 1425 1426[[package]] 1427name = "jetscii" 1428version = "0.5.3" 1429source = "registry+https://github.com/rust-lang/crates.io-index" 1430checksum = "47f142fe24a9c9944451e8349de0a56af5f3e7226dc46f3ed4d4ecc0b85af75e" 1431 1432[[package]] 1433name = "job_scheduler_ng" 1434version = "2.0.4" 1435source = "registry+https://github.com/rust-lang/crates.io-index" 1436checksum = "10bbdf445513bbe53f4666218b7057d265c76fa0b30475e121a6bf05dbaacaae" 1437dependencies = [ 1438 "chrono", 1439 "cron", 1440 "uuid", 1441] 1442 1443[[package]] 1444name = "js-sys" 1445version = "0.3.61" 1446source = "registry+https://github.com/rust-lang/crates.io-index" 1447checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730" 1448dependencies = [ 1449 "wasm-bindgen", 1450] 1451 1452[[package]] 1453name = "jsonwebtoken" 1454version = "8.3.0" 1455source = "registry+https://github.com/rust-lang/crates.io-index" 1456checksum = "6971da4d9c3aa03c3d8f3ff0f4155b534aad021292003895a469716b2a230378" 1457dependencies = [ 1458 "base64 0.21.0", 1459 "pem", 1460 "ring", 1461 "serde", 1462 "serde_json", 1463 "simple_asn1", 1464] 1465 1466[[package]] 1467name = "kv-log-macro" 1468version = "1.0.7" 1469source = "registry+https://github.com/rust-lang/crates.io-index" 1470checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f" 1471dependencies = [ 1472 "log", 1473] 1474 1475[[package]] 1476name = "lazy_static" 1477version = "1.4.0" 1478source = "registry+https://github.com/rust-lang/crates.io-index" 1479checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 1480 1481[[package]] 1482name = "lettre" 1483version = "0.10.4" 1484source = "registry+https://github.com/rust-lang/crates.io-index" 1485checksum = "76bd09637ae3ec7bd605b8e135e757980b3968430ff2b1a4a94fb7769e50166d" 1486dependencies = [ 1487 "async-std", 1488 "async-trait", 1489 "base64 0.21.0", 1490 "email-encoding", 1491 "email_address", 1492 "fastrand", 1493 "futures-io", 1494 "futures-util", 1495 "hostname", 1496 "httpdate", 1497 "idna 0.3.0", 1498 "mime", 1499 "native-tls", 1500 "nom", 1501 "once_cell", 1502 "quoted_printable", 1503 "serde", 1504 "socket2", 1505 "tokio", 1506 "tokio-native-tls", 1507 "tracing", 1508] 1509 1510[[package]] 1511name = "libc" 1512version = "0.2.140" 1513source = "registry+https://github.com/rust-lang/crates.io-index" 1514checksum = "99227334921fae1a979cf0bfdfcc6b3e5ce376ef57e16fb6fb3ea2ed6095f80c" 1515 1516[[package]] 1517name = "libmimalloc-sys" 1518version = "0.1.30" 1519source = "registry+https://github.com/rust-lang/crates.io-index" 1520checksum = "dd8c7cbf8b89019683667e347572e6d55a7df7ea36b0c4ce69961b0cde67b174" 1521dependencies = [ 1522 "cc", 1523 "libc", 1524] 1525 1526[[package]] 1527name = "libsqlite3-sys" 1528version = "0.25.2" 1529source = "registry+https://github.com/rust-lang/crates.io-index" 1530checksum = "29f835d03d717946d28b1d1ed632eb6f0e24a299388ee623d0c23118d3e8a7fa" 1531dependencies = [ 1532 "cc", 1533 "pkg-config", 1534 "vcpkg", 1535] 1536 1537[[package]] 1538name = "link-cplusplus" 1539version = "1.0.8" 1540source = "registry+https://github.com/rust-lang/crates.io-index" 1541checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5" 1542dependencies = [ 1543 "cc", 1544] 1545 1546[[package]] 1547name = "linked-hash-map" 1548version = "0.5.6" 1549source = "registry+https://github.com/rust-lang/crates.io-index" 1550checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" 1551 1552[[package]] 1553name = "linux-raw-sys" 1554version = "0.3.1" 1555source = "registry+https://github.com/rust-lang/crates.io-index" 1556checksum = "d59d8c75012853d2e872fb56bc8a2e53718e2cafe1a4c823143141c6d90c322f" 1557 1558[[package]] 1559name = "lock_api" 1560version = "0.4.9" 1561source = "registry+https://github.com/rust-lang/crates.io-index" 1562checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df" 1563dependencies = [ 1564 "autocfg", 1565 "scopeguard", 1566] 1567 1568[[package]] 1569name = "log" 1570version = "0.4.17" 1571source = "registry+https://github.com/rust-lang/crates.io-index" 1572checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" 1573dependencies = [ 1574 "cfg-if", 1575 "value-bag", 1576] 1577 1578[[package]] 1579name = "loom" 1580version = "0.5.6" 1581source = "registry+https://github.com/rust-lang/crates.io-index" 1582checksum = "ff50ecb28bb86013e935fb6683ab1f6d3a20016f123c76fd4c27470076ac30f5" 1583dependencies = [ 1584 "cfg-if", 1585 "generator", 1586 "scoped-tls", 1587 "serde", 1588 "serde_json", 1589 "tracing", 1590 "tracing-subscriber", 1591] 1592 1593[[package]] 1594name = "lru-cache" 1595version = "0.1.2" 1596source = "registry+https://github.com/rust-lang/crates.io-index" 1597checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c" 1598dependencies = [ 1599 "linked-hash-map", 1600] 1601 1602[[package]] 1603name = "mach" 1604version = "0.3.2" 1605source = "registry+https://github.com/rust-lang/crates.io-index" 1606checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa" 1607dependencies = [ 1608 "libc", 1609] 1610 1611[[package]] 1612name = "match_cfg" 1613version = "0.1.0" 1614source = "registry+https://github.com/rust-lang/crates.io-index" 1615checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4" 1616 1617[[package]] 1618name = "matchers" 1619version = "0.1.0" 1620source = "registry+https://github.com/rust-lang/crates.io-index" 1621checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" 1622dependencies = [ 1623 "regex-automata", 1624] 1625 1626[[package]] 1627name = "matches" 1628version = "0.1.10" 1629source = "registry+https://github.com/rust-lang/crates.io-index" 1630checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5" 1631 1632[[package]] 1633name = "memchr" 1634version = "2.5.0" 1635source = "registry+https://github.com/rust-lang/crates.io-index" 1636checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" 1637 1638[[package]] 1639name = "migrations_internals" 1640version = "2.0.0" 1641source = "registry+https://github.com/rust-lang/crates.io-index" 1642checksum = "c493c09323068c01e54c685f7da41a9ccf9219735c3766fbfd6099806ea08fbc" 1643dependencies = [ 1644 "serde", 1645 "toml", 1646] 1647 1648[[package]] 1649name = "migrations_macros" 1650version = "2.0.0" 1651source = "registry+https://github.com/rust-lang/crates.io-index" 1652checksum = "8a8ff27a350511de30cdabb77147501c36ef02e0451d957abea2f30caffb2b58" 1653dependencies = [ 1654 "migrations_internals", 1655 "proc-macro2", 1656 "quote", 1657] 1658 1659[[package]] 1660name = "mimalloc" 1661version = "0.1.34" 1662source = "registry+https://github.com/rust-lang/crates.io-index" 1663checksum = "9dcb174b18635f7561a0c6c9fc2ce57218ac7523cf72c50af80e2d79ab8f3ba1" 1664dependencies = [ 1665 "libmimalloc-sys", 1666] 1667 1668[[package]] 1669name = "mime" 1670version = "0.3.17" 1671source = "registry+https://github.com/rust-lang/crates.io-index" 1672checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 1673 1674[[package]] 1675name = "minimal-lexical" 1676version = "0.2.1" 1677source = "registry+https://github.com/rust-lang/crates.io-index" 1678checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 1679 1680[[package]] 1681name = "miniz_oxide" 1682version = "0.6.2" 1683source = "registry+https://github.com/rust-lang/crates.io-index" 1684checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa" 1685dependencies = [ 1686 "adler", 1687] 1688 1689[[package]] 1690name = "mio" 1691version = "0.8.6" 1692source = "registry+https://github.com/rust-lang/crates.io-index" 1693checksum = "5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9" 1694dependencies = [ 1695 "libc", 1696 "log", 1697 "wasi 0.11.0+wasi-snapshot-preview1", 1698 "windows-sys 0.45.0", 1699] 1700 1701[[package]] 1702name = "multer" 1703version = "2.1.0" 1704source = "registry+https://github.com/rust-lang/crates.io-index" 1705checksum = "01acbdc23469fd8fe07ab135923371d5f5a422fbf9c522158677c8eb15bc51c2" 1706dependencies = [ 1707 "bytes", 1708 "encoding_rs", 1709 "futures-util", 1710 "http", 1711 "httparse", 1712 "log", 1713 "memchr", 1714 "mime", 1715 "spin 0.9.7", 1716 "tokio", 1717 "tokio-util", 1718 "version_check", 1719] 1720 1721[[package]] 1722name = "mysqlclient-sys" 1723version = "0.2.5" 1724source = "registry+https://github.com/rust-lang/crates.io-index" 1725checksum = "f61b381528ba293005c42a409dd73d034508e273bf90481f17ec2e964a6e969b" 1726dependencies = [ 1727 "pkg-config", 1728 "vcpkg", 1729] 1730 1731[[package]] 1732name = "native-tls" 1733version = "0.2.11" 1734source = "registry+https://github.com/rust-lang/crates.io-index" 1735checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e" 1736dependencies = [ 1737 "lazy_static", 1738 "libc", 1739 "log", 1740 "openssl", 1741 "openssl-probe", 1742 "openssl-sys", 1743 "schannel", 1744 "security-framework", 1745 "security-framework-sys", 1746 "tempfile", 1747] 1748 1749[[package]] 1750name = "no-std-compat" 1751version = "0.4.1" 1752source = "registry+https://github.com/rust-lang/crates.io-index" 1753checksum = "b93853da6d84c2e3c7d730d6473e8817692dd89be387eb01b94d7f108ecb5b8c" 1754 1755[[package]] 1756name = "nom" 1757version = "7.1.3" 1758source = "registry+https://github.com/rust-lang/crates.io-index" 1759checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 1760dependencies = [ 1761 "memchr", 1762 "minimal-lexical", 1763] 1764 1765[[package]] 1766name = "nonzero_ext" 1767version = "0.3.0" 1768source = "registry+https://github.com/rust-lang/crates.io-index" 1769checksum = "38bf9645c8b145698bb0b18a4637dcacbc421ea49bef2317e4fd8065a387cf21" 1770 1771[[package]] 1772name = "nu-ansi-term" 1773version = "0.46.0" 1774source = "registry+https://github.com/rust-lang/crates.io-index" 1775checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" 1776dependencies = [ 1777 "overload", 1778 "winapi", 1779] 1780 1781[[package]] 1782name = "num-bigint" 1783version = "0.4.3" 1784source = "registry+https://github.com/rust-lang/crates.io-index" 1785checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f" 1786dependencies = [ 1787 "autocfg", 1788 "num-integer", 1789 "num-traits", 1790] 1791 1792[[package]] 1793name = "num-derive" 1794version = "0.3.3" 1795source = "registry+https://github.com/rust-lang/crates.io-index" 1796checksum = "876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d" 1797dependencies = [ 1798 "proc-macro2", 1799 "quote", 1800 "syn 1.0.109", 1801] 1802 1803[[package]] 1804name = "num-integer" 1805version = "0.1.45" 1806source = "registry+https://github.com/rust-lang/crates.io-index" 1807checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" 1808dependencies = [ 1809 "autocfg", 1810 "num-traits", 1811] 1812 1813[[package]] 1814name = "num-traits" 1815version = "0.2.15" 1816source = "registry+https://github.com/rust-lang/crates.io-index" 1817checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" 1818dependencies = [ 1819 "autocfg", 1820] 1821 1822[[package]] 1823name = "num_cpus" 1824version = "1.15.0" 1825source = "registry+https://github.com/rust-lang/crates.io-index" 1826checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b" 1827dependencies = [ 1828 "hermit-abi 0.2.6", 1829 "libc", 1830] 1831 1832[[package]] 1833name = "num_threads" 1834version = "0.1.6" 1835source = "registry+https://github.com/rust-lang/crates.io-index" 1836checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44" 1837dependencies = [ 1838 "libc", 1839] 1840 1841[[package]] 1842name = "once_cell" 1843version = "1.17.1" 1844source = "registry+https://github.com/rust-lang/crates.io-index" 1845checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" 1846 1847[[package]] 1848name = "openssl" 1849version = "0.10.49" 1850source = "registry+https://github.com/rust-lang/crates.io-index" 1851checksum = "4d2f106ab837a24e03672c59b1239669a0596406ff657c3c0835b6b7f0f35a33" 1852dependencies = [ 1853 "bitflags 1.3.2", 1854 "cfg-if", 1855 "foreign-types", 1856 "libc", 1857 "once_cell", 1858 "openssl-macros", 1859 "openssl-sys", 1860] 1861 1862[[package]] 1863name = "openssl-macros" 1864version = "0.1.1" 1865source = "registry+https://github.com/rust-lang/crates.io-index" 1866checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" 1867dependencies = [ 1868 "proc-macro2", 1869 "quote", 1870 "syn 2.0.13", 1871] 1872 1873[[package]] 1874name = "openssl-probe" 1875version = "0.1.5" 1876source = "registry+https://github.com/rust-lang/crates.io-index" 1877checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" 1878 1879[[package]] 1880name = "openssl-src" 1881version = "111.25.2+1.1.1t" 1882source = "registry+https://github.com/rust-lang/crates.io-index" 1883checksum = "320708a054ad9b3bf314688b5db87cf4d6683d64cfc835e2337924ae62bf4431" 1884dependencies = [ 1885 "cc", 1886] 1887 1888[[package]] 1889name = "openssl-sys" 1890version = "0.9.84" 1891source = "registry+https://github.com/rust-lang/crates.io-index" 1892checksum = "3a20eace9dc2d82904039cb76dcf50fb1a0bba071cfd1629720b5d6f1ddba0fa" 1893dependencies = [ 1894 "cc", 1895 "libc", 1896 "openssl-src", 1897 "pkg-config", 1898 "vcpkg", 1899] 1900 1901[[package]] 1902name = "overload" 1903version = "0.1.1" 1904source = "registry+https://github.com/rust-lang/crates.io-index" 1905checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" 1906 1907[[package]] 1908name = "parking" 1909version = "2.0.0" 1910source = "registry+https://github.com/rust-lang/crates.io-index" 1911checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72" 1912 1913[[package]] 1914name = "parking_lot" 1915version = "0.12.1" 1916source = "registry+https://github.com/rust-lang/crates.io-index" 1917checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" 1918dependencies = [ 1919 "lock_api", 1920 "parking_lot_core", 1921] 1922 1923[[package]] 1924name = "parking_lot_core" 1925version = "0.9.7" 1926source = "registry+https://github.com/rust-lang/crates.io-index" 1927checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521" 1928dependencies = [ 1929 "cfg-if", 1930 "libc", 1931 "redox_syscall 0.2.16", 1932 "smallvec", 1933 "windows-sys 0.45.0", 1934] 1935 1936[[package]] 1937name = "parse-zoneinfo" 1938version = "0.3.0" 1939source = "registry+https://github.com/rust-lang/crates.io-index" 1940checksum = "c705f256449c60da65e11ff6626e0c16a0a0b96aaa348de61376b249bc340f41" 1941dependencies = [ 1942 "regex", 1943] 1944 1945[[package]] 1946name = "password-hash" 1947version = "0.5.0" 1948source = "registry+https://github.com/rust-lang/crates.io-index" 1949checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166" 1950dependencies = [ 1951 "base64ct", 1952 "rand_core", 1953 "subtle", 1954] 1955 1956[[package]] 1957name = "paste" 1958version = "1.0.12" 1959source = "registry+https://github.com/rust-lang/crates.io-index" 1960checksum = "9f746c4065a8fa3fe23974dd82f15431cc8d40779821001404d10d2e79ca7d79" 1961 1962[[package]] 1963name = "pear" 1964version = "0.2.4" 1965source = "registry+https://github.com/rust-lang/crates.io-index" 1966checksum = "0ec95680a7087503575284e5063e14b694b7a9c0b065e5dceec661e0497127e8" 1967dependencies = [ 1968 "inlinable_string", 1969 "pear_codegen", 1970 "yansi", 1971] 1972 1973[[package]] 1974name = "pear_codegen" 1975version = "0.2.4" 1976source = "registry+https://github.com/rust-lang/crates.io-index" 1977checksum = "9661a3a53f93f09f2ea882018e4d7c88f6ff2956d809a276060476fd8c879d3c" 1978dependencies = [ 1979 "proc-macro2", 1980 "proc-macro2-diagnostics", 1981 "quote", 1982 "syn 2.0.13", 1983] 1984 1985[[package]] 1986name = "pem" 1987version = "1.1.1" 1988source = "registry+https://github.com/rust-lang/crates.io-index" 1989checksum = "a8835c273a76a90455d7344889b0964598e3316e2a79ede8e36f16bdcf2228b8" 1990dependencies = [ 1991 "base64 0.13.1", 1992] 1993 1994[[package]] 1995name = "percent-encoding" 1996version = "2.2.0" 1997source = "registry+https://github.com/rust-lang/crates.io-index" 1998checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e" 1999 2000[[package]] 2001name = "pest" 2002version = "2.5.7" 2003source = "registry+https://github.com/rust-lang/crates.io-index" 2004checksum = "7b1403e8401ad5dedea73c626b99758535b342502f8d1e361f4a2dd952749122" 2005dependencies = [ 2006 "thiserror", 2007 "ucd-trie", 2008] 2009 2010[[package]] 2011name = "pest_derive" 2012version = "2.5.7" 2013source = "registry+https://github.com/rust-lang/crates.io-index" 2014checksum = "be99c4c1d2fc2769b1d00239431d711d08f6efedcecb8b6e30707160aee99c15" 2015dependencies = [ 2016 "pest", 2017 "pest_generator", 2018] 2019 2020[[package]] 2021name = "pest_generator" 2022version = "2.5.7" 2023source = "registry+https://github.com/rust-lang/crates.io-index" 2024checksum = "e56094789873daa36164de2e822b3888c6ae4b4f9da555a1103587658c805b1e" 2025dependencies = [ 2026 "pest", 2027 "pest_meta", 2028 "proc-macro2", 2029 "quote", 2030 "syn 2.0.13", 2031] 2032 2033[[package]] 2034name = "pest_meta" 2035version = "2.5.7" 2036source = "registry+https://github.com/rust-lang/crates.io-index" 2037checksum = "6733073c7cff3d8459fda0e42f13a047870242aed8b509fe98000928975f359e" 2038dependencies = [ 2039 "once_cell", 2040 "pest", 2041 "sha2", 2042] 2043 2044[[package]] 2045name = "phf" 2046version = "0.11.1" 2047source = "registry+https://github.com/rust-lang/crates.io-index" 2048checksum = "928c6535de93548188ef63bb7c4036bd415cd8f36ad25af44b9789b2ee72a48c" 2049dependencies = [ 2050 "phf_shared", 2051] 2052 2053[[package]] 2054name = "phf_codegen" 2055version = "0.11.1" 2056source = "registry+https://github.com/rust-lang/crates.io-index" 2057checksum = "a56ac890c5e3ca598bbdeaa99964edb5b0258a583a9eb6ef4e89fc85d9224770" 2058dependencies = [ 2059 "phf_generator", 2060 "phf_shared", 2061] 2062 2063[[package]] 2064name = "phf_generator" 2065version = "0.11.1" 2066source = "registry+https://github.com/rust-lang/crates.io-index" 2067checksum = "b1181c94580fa345f50f19d738aaa39c0ed30a600d95cb2d3e23f94266f14fbf" 2068dependencies = [ 2069 "phf_shared", 2070 "rand", 2071] 2072 2073[[package]] 2074name = "phf_shared" 2075version = "0.11.1" 2076source = "registry+https://github.com/rust-lang/crates.io-index" 2077checksum = "e1fb5f6f826b772a8d4c0394209441e7d37cbbb967ae9c7e0e8134365c9ee676" 2078dependencies = [ 2079 "siphasher", 2080] 2081 2082[[package]] 2083name = "pico-args" 2084version = "0.5.0" 2085source = "registry+https://github.com/rust-lang/crates.io-index" 2086checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315" 2087 2088[[package]] 2089name = "pin-project-lite" 2090version = "0.2.9" 2091source = "registry+https://github.com/rust-lang/crates.io-index" 2092checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116" 2093 2094[[package]] 2095name = "pin-utils" 2096version = "0.1.0" 2097source = "registry+https://github.com/rust-lang/crates.io-index" 2098checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 2099 2100[[package]] 2101name = "pkg-config" 2102version = "0.3.26" 2103source = "registry+https://github.com/rust-lang/crates.io-index" 2104checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160" 2105 2106[[package]] 2107name = "polling" 2108version = "2.6.0" 2109source = "registry+https://github.com/rust-lang/crates.io-index" 2110checksum = "7e1f879b2998099c2d69ab9605d145d5b661195627eccc680002c4918a7fb6fa" 2111dependencies = [ 2112 "autocfg", 2113 "bitflags 1.3.2", 2114 "cfg-if", 2115 "concurrent-queue", 2116 "libc", 2117 "log", 2118 "pin-project-lite", 2119 "windows-sys 0.45.0", 2120] 2121 2122[[package]] 2123name = "ppv-lite86" 2124version = "0.2.17" 2125source = "registry+https://github.com/rust-lang/crates.io-index" 2126checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" 2127 2128[[package]] 2129name = "pq-sys" 2130version = "0.4.7" 2131source = "registry+https://github.com/rust-lang/crates.io-index" 2132checksum = "3b845d6d8ec554f972a2c5298aad68953fd64e7441e846075450b44656a016d1" 2133dependencies = [ 2134 "vcpkg", 2135] 2136 2137[[package]] 2138name = "proc-macro-error" 2139version = "1.0.4" 2140source = "registry+https://github.com/rust-lang/crates.io-index" 2141checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 2142dependencies = [ 2143 "proc-macro-error-attr", 2144 "proc-macro2", 2145 "quote", 2146 "syn 1.0.109", 2147 "version_check", 2148] 2149 2150[[package]] 2151name = "proc-macro-error-attr" 2152version = "1.0.4" 2153source = "registry+https://github.com/rust-lang/crates.io-index" 2154checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 2155dependencies = [ 2156 "proc-macro2", 2157 "quote", 2158 "version_check", 2159] 2160 2161[[package]] 2162name = "proc-macro2" 2163version = "1.0.55" 2164source = "registry+https://github.com/rust-lang/crates.io-index" 2165checksum = "1d0dd4be24fcdcfeaa12a432d588dc59bbad6cad3510c67e74a2b6b2fc950564" 2166dependencies = [ 2167 "unicode-ident", 2168] 2169 2170[[package]] 2171name = "proc-macro2-diagnostics" 2172version = "0.10.0" 2173source = "registry+https://github.com/rust-lang/crates.io-index" 2174checksum = "606c4ba35817e2922a308af55ad51bab3645b59eae5c570d4a6cf07e36bd493b" 2175dependencies = [ 2176 "proc-macro2", 2177 "quote", 2178 "syn 2.0.13", 2179 "version_check", 2180 "yansi", 2181] 2182 2183[[package]] 2184name = "psl-types" 2185version = "2.0.11" 2186source = "registry+https://github.com/rust-lang/crates.io-index" 2187checksum = "33cb294fe86a74cbcf50d4445b37da762029549ebeea341421c7c70370f86cac" 2188 2189[[package]] 2190name = "publicsuffix" 2191version = "2.2.3" 2192source = "registry+https://github.com/rust-lang/crates.io-index" 2193checksum = "96a8c1bda5ae1af7f99a2962e49df150414a43d62404644d98dd5c3a93d07457" 2194dependencies = [ 2195 "idna 0.3.0", 2196 "psl-types", 2197] 2198 2199[[package]] 2200name = "quanta" 2201version = "0.9.3" 2202source = "registry+https://github.com/rust-lang/crates.io-index" 2203checksum = "20afe714292d5e879d8b12740aa223c6a88f118af41870e8b6196e39a02238a8" 2204dependencies = [ 2205 "crossbeam-utils", 2206 "libc", 2207 "mach", 2208 "once_cell", 2209 "raw-cpuid", 2210 "wasi 0.10.2+wasi-snapshot-preview1", 2211 "web-sys", 2212 "winapi", 2213] 2214 2215[[package]] 2216name = "quick-error" 2217version = "1.2.3" 2218source = "registry+https://github.com/rust-lang/crates.io-index" 2219checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" 2220 2221[[package]] 2222name = "quote" 2223version = "1.0.26" 2224source = "registry+https://github.com/rust-lang/crates.io-index" 2225checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc" 2226dependencies = [ 2227 "proc-macro2", 2228] 2229 2230[[package]] 2231name = "quoted_printable" 2232version = "0.4.7" 2233source = "registry+https://github.com/rust-lang/crates.io-index" 2234checksum = "a24039f627d8285853cc90dcddf8c1ebfaa91f834566948872b225b9a28ed1b6" 2235 2236[[package]] 2237name = "r2d2" 2238version = "0.8.10" 2239source = "registry+https://github.com/rust-lang/crates.io-index" 2240checksum = "51de85fb3fb6524929c8a2eb85e6b6d363de4e8c48f9e2c2eac4944abc181c93" 2241dependencies = [ 2242 "log", 2243 "parking_lot", 2244 "scheduled-thread-pool", 2245] 2246 2247[[package]] 2248name = "rand" 2249version = "0.8.5" 2250source = "registry+https://github.com/rust-lang/crates.io-index" 2251checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 2252dependencies = [ 2253 "libc", 2254 "rand_chacha", 2255 "rand_core", 2256] 2257 2258[[package]] 2259name = "rand_chacha" 2260version = "0.3.1" 2261source = "registry+https://github.com/rust-lang/crates.io-index" 2262checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 2263dependencies = [ 2264 "ppv-lite86", 2265 "rand_core", 2266] 2267 2268[[package]] 2269name = "rand_core" 2270version = "0.6.4" 2271source = "registry+https://github.com/rust-lang/crates.io-index" 2272checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 2273dependencies = [ 2274 "getrandom", 2275] 2276 2277[[package]] 2278name = "raw-cpuid" 2279version = "10.7.0" 2280source = "registry+https://github.com/rust-lang/crates.io-index" 2281checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332" 2282dependencies = [ 2283 "bitflags 1.3.2", 2284] 2285 2286[[package]] 2287name = "redox_syscall" 2288version = "0.2.16" 2289source = "registry+https://github.com/rust-lang/crates.io-index" 2290checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" 2291dependencies = [ 2292 "bitflags 1.3.2", 2293] 2294 2295[[package]] 2296name = "redox_syscall" 2297version = "0.3.5" 2298source = "registry+https://github.com/rust-lang/crates.io-index" 2299checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" 2300dependencies = [ 2301 "bitflags 1.3.2", 2302] 2303 2304[[package]] 2305name = "ref-cast" 2306version = "1.0.16" 2307source = "registry+https://github.com/rust-lang/crates.io-index" 2308checksum = "f43faa91b1c8b36841ee70e97188a869d37ae21759da6846d4be66de5bf7b12c" 2309dependencies = [ 2310 "ref-cast-impl", 2311] 2312 2313[[package]] 2314name = "ref-cast-impl" 2315version = "1.0.16" 2316source = "registry+https://github.com/rust-lang/crates.io-index" 2317checksum = "8d2275aab483050ab2a7364c1a46604865ee7d6906684e08db0f090acf74f9e7" 2318dependencies = [ 2319 "proc-macro2", 2320 "quote", 2321 "syn 2.0.13", 2322] 2323 2324[[package]] 2325name = "regex" 2326version = "1.7.3" 2327source = "registry+https://github.com/rust-lang/crates.io-index" 2328checksum = "8b1f693b24f6ac912f4893ef08244d70b6067480d2f1a46e950c9691e6749d1d" 2329dependencies = [ 2330 "aho-corasick", 2331 "memchr", 2332 "regex-syntax", 2333] 2334 2335[[package]] 2336name = "regex-automata" 2337version = "0.1.10" 2338source = "registry+https://github.com/rust-lang/crates.io-index" 2339checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" 2340dependencies = [ 2341 "regex-syntax", 2342] 2343 2344[[package]] 2345name = "regex-syntax" 2346version = "0.6.29" 2347source = "registry+https://github.com/rust-lang/crates.io-index" 2348checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" 2349 2350[[package]] 2351name = "reqwest" 2352version = "0.11.16" 2353source = "registry+https://github.com/rust-lang/crates.io-index" 2354checksum = "27b71749df584b7f4cac2c426c127a7c785a5106cc98f7a8feb044115f0fa254" 2355dependencies = [ 2356 "async-compression", 2357 "base64 0.21.0", 2358 "bytes", 2359 "cookie 0.16.2", 2360 "cookie_store 0.16.1", 2361 "encoding_rs", 2362 "futures-core", 2363 "futures-util", 2364 "h2", 2365 "http", 2366 "http-body", 2367 "hyper", 2368 "hyper-tls", 2369 "ipnet", 2370 "js-sys", 2371 "log", 2372 "mime", 2373 "native-tls", 2374 "once_cell", 2375 "percent-encoding", 2376 "pin-project-lite", 2377 "serde", 2378 "serde_json", 2379 "serde_urlencoded", 2380 "tokio", 2381 "tokio-native-tls", 2382 "tokio-socks", 2383 "tokio-util", 2384 "tower-service", 2385 "trust-dns-resolver", 2386 "url", 2387 "wasm-bindgen", 2388 "wasm-bindgen-futures", 2389 "wasm-streams", 2390 "web-sys", 2391 "winreg", 2392] 2393 2394[[package]] 2395name = "resolv-conf" 2396version = "0.7.0" 2397source = "registry+https://github.com/rust-lang/crates.io-index" 2398checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00" 2399dependencies = [ 2400 "hostname", 2401 "quick-error", 2402] 2403 2404[[package]] 2405name = "ring" 2406version = "0.16.20" 2407source = "registry+https://github.com/rust-lang/crates.io-index" 2408checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc" 2409dependencies = [ 2410 "cc", 2411 "libc", 2412 "once_cell", 2413 "spin 0.5.2", 2414 "untrusted", 2415 "web-sys", 2416 "winapi", 2417] 2418 2419[[package]] 2420name = "rmp" 2421version = "0.8.11" 2422source = "registry+https://github.com/rust-lang/crates.io-index" 2423checksum = "44519172358fd6d58656c86ab8e7fbc9e1490c3e8f14d35ed78ca0dd07403c9f" 2424dependencies = [ 2425 "byteorder", 2426 "num-traits", 2427 "paste", 2428] 2429 2430[[package]] 2431name = "rmpv" 2432version = "1.0.0" 2433source = "registry+https://github.com/rust-lang/crates.io-index" 2434checksum = "de8813b3a2f95c5138fe5925bfb8784175d88d6bff059ba8ce090aa891319754" 2435dependencies = [ 2436 "num-traits", 2437 "rmp", 2438] 2439 2440[[package]] 2441name = "rocket" 2442version = "0.5.0-rc.3" 2443source = "registry+https://github.com/rust-lang/crates.io-index" 2444checksum = "58734f7401ae5cfd129685b48f61182331745b357b96f2367f01aebaf1cc9cc9" 2445dependencies = [ 2446 "async-stream", 2447 "async-trait", 2448 "atomic", 2449 "binascii", 2450 "bytes", 2451 "either", 2452 "figment", 2453 "futures", 2454 "indexmap", 2455 "is-terminal", 2456 "log", 2457 "memchr", 2458 "multer", 2459 "num_cpus", 2460 "parking_lot", 2461 "pin-project-lite", 2462 "rand", 2463 "ref-cast", 2464 "rocket_codegen", 2465 "rocket_http", 2466 "serde", 2467 "serde_json", 2468 "state", 2469 "tempfile", 2470 "time", 2471 "tokio", 2472 "tokio-stream", 2473 "tokio-util", 2474 "ubyte", 2475 "version_check", 2476 "yansi", 2477] 2478 2479[[package]] 2480name = "rocket_codegen" 2481version = "0.5.0-rc.3" 2482source = "registry+https://github.com/rust-lang/crates.io-index" 2483checksum = "7093353f14228c744982e409259fb54878ba9563d08214f2d880d59ff2fc508b" 2484dependencies = [ 2485 "devise", 2486 "glob", 2487 "indexmap", 2488 "proc-macro2", 2489 "quote", 2490 "rocket_http", 2491 "syn 2.0.13", 2492 "unicode-xid", 2493] 2494 2495[[package]] 2496name = "rocket_http" 2497version = "0.5.0-rc.3" 2498source = "registry+https://github.com/rust-lang/crates.io-index" 2499checksum = "936012c99162a03a67f37f9836d5f938f662e26f2717809761a9ac46432090f4" 2500dependencies = [ 2501 "cookie 0.17.0", 2502 "either", 2503 "futures", 2504 "http", 2505 "hyper", 2506 "indexmap", 2507 "log", 2508 "memchr", 2509 "pear", 2510 "percent-encoding", 2511 "pin-project-lite", 2512 "ref-cast", 2513 "rustls", 2514 "rustls-pemfile", 2515 "serde", 2516 "smallvec", 2517 "stable-pattern", 2518 "state", 2519 "time", 2520 "tokio", 2521 "tokio-rustls", 2522 "uncased", 2523] 2524 2525[[package]] 2526name = "rpassword" 2527version = "7.2.0" 2528source = "registry+https://github.com/rust-lang/crates.io-index" 2529checksum = "6678cf63ab3491898c0d021b493c94c9b221d91295294a2a5746eacbe5928322" 2530dependencies = [ 2531 "libc", 2532 "rtoolbox", 2533 "winapi", 2534] 2535 2536[[package]] 2537name = "rtoolbox" 2538version = "0.0.1" 2539source = "registry+https://github.com/rust-lang/crates.io-index" 2540checksum = "034e22c514f5c0cb8a10ff341b9b048b5ceb21591f31c8f44c43b960f9b3524a" 2541dependencies = [ 2542 "libc", 2543 "winapi", 2544] 2545 2546[[package]] 2547name = "rustix" 2548version = "0.37.6" 2549source = "registry+https://github.com/rust-lang/crates.io-index" 2550checksum = "d097081ed288dfe45699b72f5b5d648e5f15d64d900c7080273baa20c16a6849" 2551dependencies = [ 2552 "bitflags 1.3.2", 2553 "errno", 2554 "io-lifetimes", 2555 "libc", 2556 "linux-raw-sys", 2557 "windows-sys 0.45.0", 2558] 2559 2560[[package]] 2561name = "rustls" 2562version = "0.20.8" 2563source = "registry+https://github.com/rust-lang/crates.io-index" 2564checksum = "fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f" 2565dependencies = [ 2566 "log", 2567 "ring", 2568 "sct", 2569 "webpki", 2570] 2571 2572[[package]] 2573name = "rustls-pemfile" 2574version = "1.0.2" 2575source = "registry+https://github.com/rust-lang/crates.io-index" 2576checksum = "d194b56d58803a43635bdc398cd17e383d6f71f9182b9a192c127ca42494a59b" 2577dependencies = [ 2578 "base64 0.21.0", 2579] 2580 2581[[package]] 2582name = "rustversion" 2583version = "1.0.12" 2584source = "registry+https://github.com/rust-lang/crates.io-index" 2585checksum = "4f3208ce4d8448b3f3e7d168a73f5e0c43a61e32930de3bceeccedb388b6bf06" 2586 2587[[package]] 2588name = "ryu" 2589version = "1.0.13" 2590source = "registry+https://github.com/rust-lang/crates.io-index" 2591checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041" 2592 2593[[package]] 2594name = "same-file" 2595version = "1.0.6" 2596source = "registry+https://github.com/rust-lang/crates.io-index" 2597checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 2598dependencies = [ 2599 "winapi-util", 2600] 2601 2602[[package]] 2603name = "schannel" 2604version = "0.1.21" 2605source = "registry+https://github.com/rust-lang/crates.io-index" 2606checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3" 2607dependencies = [ 2608 "windows-sys 0.42.0", 2609] 2610 2611[[package]] 2612name = "scheduled-thread-pool" 2613version = "0.2.7" 2614source = "registry+https://github.com/rust-lang/crates.io-index" 2615checksum = "3cbc66816425a074528352f5789333ecff06ca41b36b0b0efdfbb29edc391a19" 2616dependencies = [ 2617 "parking_lot", 2618] 2619 2620[[package]] 2621name = "scoped-tls" 2622version = "1.0.1" 2623source = "registry+https://github.com/rust-lang/crates.io-index" 2624checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" 2625 2626[[package]] 2627name = "scopeguard" 2628version = "1.1.0" 2629source = "registry+https://github.com/rust-lang/crates.io-index" 2630checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 2631 2632[[package]] 2633name = "scratch" 2634version = "1.0.5" 2635source = "registry+https://github.com/rust-lang/crates.io-index" 2636checksum = "1792db035ce95be60c3f8853017b3999209281c24e2ba5bc8e59bf97a0c590c1" 2637 2638[[package]] 2639name = "sct" 2640version = "0.7.0" 2641source = "registry+https://github.com/rust-lang/crates.io-index" 2642checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4" 2643dependencies = [ 2644 "ring", 2645 "untrusted", 2646] 2647 2648[[package]] 2649name = "security-framework" 2650version = "2.8.2" 2651source = "registry+https://github.com/rust-lang/crates.io-index" 2652checksum = "a332be01508d814fed64bf28f798a146d73792121129962fdf335bb3c49a4254" 2653dependencies = [ 2654 "bitflags 1.3.2", 2655 "core-foundation", 2656 "core-foundation-sys", 2657 "libc", 2658 "security-framework-sys", 2659] 2660 2661[[package]] 2662name = "security-framework-sys" 2663version = "2.8.0" 2664source = "registry+https://github.com/rust-lang/crates.io-index" 2665checksum = "31c9bb296072e961fcbd8853511dd39c2d8be2deb1e17c6860b1d30732b323b4" 2666dependencies = [ 2667 "core-foundation-sys", 2668 "libc", 2669] 2670 2671[[package]] 2672name = "semver" 2673version = "1.0.17" 2674source = "registry+https://github.com/rust-lang/crates.io-index" 2675checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed" 2676 2677[[package]] 2678name = "serde" 2679version = "1.0.159" 2680source = "registry+https://github.com/rust-lang/crates.io-index" 2681checksum = "3c04e8343c3daeec41f58990b9d77068df31209f2af111e059e9fe9646693065" 2682dependencies = [ 2683 "serde_derive", 2684] 2685 2686[[package]] 2687name = "serde_cbor" 2688version = "0.11.2" 2689source = "registry+https://github.com/rust-lang/crates.io-index" 2690checksum = "2bef2ebfde456fb76bbcf9f59315333decc4fda0b2b44b420243c11e0f5ec1f5" 2691dependencies = [ 2692 "half", 2693 "serde", 2694] 2695 2696[[package]] 2697name = "serde_derive" 2698version = "1.0.159" 2699source = "registry+https://github.com/rust-lang/crates.io-index" 2700checksum = "4c614d17805b093df4b147b51339e7e44bf05ef59fba1e45d83500bcfb4d8585" 2701dependencies = [ 2702 "proc-macro2", 2703 "quote", 2704 "syn 2.0.13", 2705] 2706 2707[[package]] 2708name = "serde_json" 2709version = "1.0.95" 2710source = "registry+https://github.com/rust-lang/crates.io-index" 2711checksum = "d721eca97ac802aa7777b701877c8004d950fc142651367300d21c1cc0194744" 2712dependencies = [ 2713 "itoa", 2714 "ryu", 2715 "serde", 2716] 2717 2718[[package]] 2719name = "serde_urlencoded" 2720version = "0.7.1" 2721source = "registry+https://github.com/rust-lang/crates.io-index" 2722checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 2723dependencies = [ 2724 "form_urlencoded", 2725 "itoa", 2726 "ryu", 2727 "serde", 2728] 2729 2730[[package]] 2731name = "sha-1" 2732version = "0.10.1" 2733source = "registry+https://github.com/rust-lang/crates.io-index" 2734checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c" 2735dependencies = [ 2736 "cfg-if", 2737 "cpufeatures", 2738 "digest", 2739] 2740 2741[[package]] 2742name = "sha1" 2743version = "0.10.5" 2744source = "registry+https://github.com/rust-lang/crates.io-index" 2745checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3" 2746dependencies = [ 2747 "cfg-if", 2748 "cpufeatures", 2749 "digest", 2750] 2751 2752[[package]] 2753name = "sha2" 2754version = "0.10.6" 2755source = "registry+https://github.com/rust-lang/crates.io-index" 2756checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0" 2757dependencies = [ 2758 "cfg-if", 2759 "cpufeatures", 2760 "digest", 2761] 2762 2763[[package]] 2764name = "sharded-slab" 2765version = "0.1.4" 2766source = "registry+https://github.com/rust-lang/crates.io-index" 2767checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31" 2768dependencies = [ 2769 "lazy_static", 2770] 2771 2772[[package]] 2773name = "signal-hook" 2774version = "0.3.15" 2775source = "registry+https://github.com/rust-lang/crates.io-index" 2776checksum = "732768f1176d21d09e076c23a93123d40bba92d50c4058da34d45c8de8e682b9" 2777dependencies = [ 2778 "libc", 2779 "signal-hook-registry", 2780] 2781 2782[[package]] 2783name = "signal-hook-registry" 2784version = "1.4.1" 2785source = "registry+https://github.com/rust-lang/crates.io-index" 2786checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1" 2787dependencies = [ 2788 "libc", 2789] 2790 2791[[package]] 2792name = "simple_asn1" 2793version = "0.6.2" 2794source = "registry+https://github.com/rust-lang/crates.io-index" 2795checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085" 2796dependencies = [ 2797 "num-bigint", 2798 "num-traits", 2799 "thiserror", 2800 "time", 2801] 2802 2803[[package]] 2804name = "siphasher" 2805version = "0.3.10" 2806source = "registry+https://github.com/rust-lang/crates.io-index" 2807checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de" 2808 2809[[package]] 2810name = "slab" 2811version = "0.4.8" 2812source = "registry+https://github.com/rust-lang/crates.io-index" 2813checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d" 2814dependencies = [ 2815 "autocfg", 2816] 2817 2818[[package]] 2819name = "smallvec" 2820version = "1.10.0" 2821source = "registry+https://github.com/rust-lang/crates.io-index" 2822checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" 2823 2824[[package]] 2825name = "socket2" 2826version = "0.4.9" 2827source = "registry+https://github.com/rust-lang/crates.io-index" 2828checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662" 2829dependencies = [ 2830 "libc", 2831 "winapi", 2832] 2833 2834[[package]] 2835name = "spin" 2836version = "0.5.2" 2837source = "registry+https://github.com/rust-lang/crates.io-index" 2838checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" 2839 2840[[package]] 2841name = "spin" 2842version = "0.9.7" 2843source = "registry+https://github.com/rust-lang/crates.io-index" 2844checksum = "c0959fd6f767df20b231736396e4f602171e00d95205676286e79d4a4eb67bef" 2845 2846[[package]] 2847name = "stable-pattern" 2848version = "0.1.0" 2849source = "registry+https://github.com/rust-lang/crates.io-index" 2850checksum = "4564168c00635f88eaed410d5efa8131afa8d8699a612c80c455a0ba05c21045" 2851dependencies = [ 2852 "memchr", 2853] 2854 2855[[package]] 2856name = "state" 2857version = "0.5.3" 2858source = "registry+https://github.com/rust-lang/crates.io-index" 2859checksum = "dbe866e1e51e8260c9eed836a042a5e7f6726bb2b411dffeaa712e19c388f23b" 2860dependencies = [ 2861 "loom", 2862] 2863 2864[[package]] 2865name = "strsim" 2866version = "0.10.0" 2867source = "registry+https://github.com/rust-lang/crates.io-index" 2868checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" 2869 2870[[package]] 2871name = "subtle" 2872version = "2.4.1" 2873source = "registry+https://github.com/rust-lang/crates.io-index" 2874checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601" 2875 2876[[package]] 2877name = "syn" 2878version = "1.0.109" 2879source = "registry+https://github.com/rust-lang/crates.io-index" 2880checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 2881dependencies = [ 2882 "proc-macro2", 2883 "quote", 2884 "unicode-ident", 2885] 2886 2887[[package]] 2888name = "syn" 2889version = "2.0.13" 2890source = "registry+https://github.com/rust-lang/crates.io-index" 2891checksum = "4c9da457c5285ac1f936ebd076af6dac17a61cfe7826f2076b4d015cf47bc8ec" 2892dependencies = [ 2893 "proc-macro2", 2894 "quote", 2895 "unicode-ident", 2896] 2897 2898[[package]] 2899name = "syslog" 2900version = "6.0.1" 2901source = "registry+https://github.com/rust-lang/crates.io-index" 2902checksum = "978044cc68150ad5e40083c9f6a725e6fd02d7ba1bcf691ec2ff0d66c0b41acc" 2903dependencies = [ 2904 "error-chain", 2905 "hostname", 2906 "libc", 2907 "log", 2908 "time", 2909] 2910 2911[[package]] 2912name = "tempfile" 2913version = "3.5.0" 2914source = "registry+https://github.com/rust-lang/crates.io-index" 2915checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998" 2916dependencies = [ 2917 "cfg-if", 2918 "fastrand", 2919 "redox_syscall 0.3.5", 2920 "rustix", 2921 "windows-sys 0.45.0", 2922] 2923 2924[[package]] 2925name = "termcolor" 2926version = "1.2.0" 2927source = "registry+https://github.com/rust-lang/crates.io-index" 2928checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6" 2929dependencies = [ 2930 "winapi-util", 2931] 2932 2933[[package]] 2934name = "thiserror" 2935version = "1.0.40" 2936source = "registry+https://github.com/rust-lang/crates.io-index" 2937checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac" 2938dependencies = [ 2939 "thiserror-impl", 2940] 2941 2942[[package]] 2943name = "thiserror-impl" 2944version = "1.0.40" 2945source = "registry+https://github.com/rust-lang/crates.io-index" 2946checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f" 2947dependencies = [ 2948 "proc-macro2", 2949 "quote", 2950 "syn 2.0.13", 2951] 2952 2953[[package]] 2954name = "thread_local" 2955version = "1.1.7" 2956source = "registry+https://github.com/rust-lang/crates.io-index" 2957checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152" 2958dependencies = [ 2959 "cfg-if", 2960 "once_cell", 2961] 2962 2963[[package]] 2964name = "threadpool" 2965version = "1.8.1" 2966source = "registry+https://github.com/rust-lang/crates.io-index" 2967checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa" 2968dependencies = [ 2969 "num_cpus", 2970] 2971 2972[[package]] 2973name = "time" 2974version = "0.3.20" 2975source = "registry+https://github.com/rust-lang/crates.io-index" 2976checksum = "cd0cbfecb4d19b5ea75bb31ad904eb5b9fa13f21079c3b92017ebdf4999a5890" 2977dependencies = [ 2978 "itoa", 2979 "libc", 2980 "num_threads", 2981 "serde", 2982 "time-core", 2983 "time-macros", 2984] 2985 2986[[package]] 2987name = "time-core" 2988version = "0.1.0" 2989source = "registry+https://github.com/rust-lang/crates.io-index" 2990checksum = "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd" 2991 2992[[package]] 2993name = "time-macros" 2994version = "0.2.8" 2995source = "registry+https://github.com/rust-lang/crates.io-index" 2996checksum = "fd80a657e71da814b8e5d60d3374fc6d35045062245d80224748ae522dd76f36" 2997dependencies = [ 2998 "time-core", 2999] 3000 3001[[package]] 3002name = "tinyvec" 3003version = "1.6.0" 3004source = "registry+https://github.com/rust-lang/crates.io-index" 3005checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" 3006dependencies = [ 3007 "tinyvec_macros", 3008] 3009 3010[[package]] 3011name = "tinyvec_macros" 3012version = "0.1.1" 3013source = "registry+https://github.com/rust-lang/crates.io-index" 3014checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 3015 3016[[package]] 3017name = "tokio" 3018version = "1.27.0" 3019source = "registry+https://github.com/rust-lang/crates.io-index" 3020checksum = "d0de47a4eecbe11f498978a9b29d792f0d2692d1dd003650c24c76510e3bc001" 3021dependencies = [ 3022 "autocfg", 3023 "bytes", 3024 "libc", 3025 "mio", 3026 "num_cpus", 3027 "parking_lot", 3028 "pin-project-lite", 3029 "signal-hook-registry", 3030 "socket2", 3031 "tokio-macros", 3032 "windows-sys 0.45.0", 3033] 3034 3035[[package]] 3036name = "tokio-macros" 3037version = "2.0.0" 3038source = "registry+https://github.com/rust-lang/crates.io-index" 3039checksum = "61a573bdc87985e9d6ddeed1b3d864e8a302c847e40d647746df2f1de209d1ce" 3040dependencies = [ 3041 "proc-macro2", 3042 "quote", 3043 "syn 2.0.13", 3044] 3045 3046[[package]] 3047name = "tokio-native-tls" 3048version = "0.3.1" 3049source = "registry+https://github.com/rust-lang/crates.io-index" 3050checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" 3051dependencies = [ 3052 "native-tls", 3053 "tokio", 3054] 3055 3056[[package]] 3057name = "tokio-rustls" 3058version = "0.23.4" 3059source = "registry+https://github.com/rust-lang/crates.io-index" 3060checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59" 3061dependencies = [ 3062 "rustls", 3063 "tokio", 3064 "webpki", 3065] 3066 3067[[package]] 3068name = "tokio-socks" 3069version = "0.5.1" 3070source = "registry+https://github.com/rust-lang/crates.io-index" 3071checksum = "51165dfa029d2a65969413a6cc96f354b86b464498702f174a4efa13608fd8c0" 3072dependencies = [ 3073 "either", 3074 "futures-util", 3075 "thiserror", 3076 "tokio", 3077] 3078 3079[[package]] 3080name = "tokio-stream" 3081version = "0.1.12" 3082source = "registry+https://github.com/rust-lang/crates.io-index" 3083checksum = "8fb52b74f05dbf495a8fba459fdc331812b96aa086d9eb78101fa0d4569c3313" 3084dependencies = [ 3085 "futures-core", 3086 "pin-project-lite", 3087 "tokio", 3088] 3089 3090[[package]] 3091name = "tokio-tungstenite" 3092version = "0.18.0" 3093source = "registry+https://github.com/rust-lang/crates.io-index" 3094checksum = "54319c93411147bced34cb5609a80e0a8e44c5999c93903a81cd866630ec0bfd" 3095dependencies = [ 3096 "futures-util", 3097 "log", 3098 "tokio", 3099 "tungstenite", 3100] 3101 3102[[package]] 3103name = "tokio-util" 3104version = "0.7.7" 3105source = "registry+https://github.com/rust-lang/crates.io-index" 3106checksum = "5427d89453009325de0d8f342c9490009f76e999cb7672d77e46267448f7e6b2" 3107dependencies = [ 3108 "bytes", 3109 "futures-core", 3110 "futures-sink", 3111 "pin-project-lite", 3112 "tokio", 3113 "tracing", 3114] 3115 3116[[package]] 3117name = "toml" 3118version = "0.5.11" 3119source = "registry+https://github.com/rust-lang/crates.io-index" 3120checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" 3121dependencies = [ 3122 "serde", 3123] 3124 3125[[package]] 3126name = "totp-lite" 3127version = "2.0.0" 3128source = "registry+https://github.com/rust-lang/crates.io-index" 3129checksum = "5cc496875d9c8fe9a0ce19e3ee8e8808c60376831a439543f0aac71c9dd129fa" 3130dependencies = [ 3131 "digest", 3132 "hmac", 3133 "sha-1", 3134 "sha2", 3135] 3136 3137[[package]] 3138name = "tower-service" 3139version = "0.3.2" 3140source = "registry+https://github.com/rust-lang/crates.io-index" 3141checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" 3142 3143[[package]] 3144name = "tracing" 3145version = "0.1.37" 3146source = "registry+https://github.com/rust-lang/crates.io-index" 3147checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8" 3148dependencies = [ 3149 "cfg-if", 3150 "log", 3151 "pin-project-lite", 3152 "tracing-attributes", 3153 "tracing-core", 3154] 3155 3156[[package]] 3157name = "tracing-attributes" 3158version = "0.1.23" 3159source = "registry+https://github.com/rust-lang/crates.io-index" 3160checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a" 3161dependencies = [ 3162 "proc-macro2", 3163 "quote", 3164 "syn 1.0.109", 3165] 3166 3167[[package]] 3168name = "tracing-core" 3169version = "0.1.30" 3170source = "registry+https://github.com/rust-lang/crates.io-index" 3171checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a" 3172dependencies = [ 3173 "once_cell", 3174 "valuable", 3175] 3176 3177[[package]] 3178name = "tracing-log" 3179version = "0.1.3" 3180source = "registry+https://github.com/rust-lang/crates.io-index" 3181checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922" 3182dependencies = [ 3183 "lazy_static", 3184 "log", 3185 "tracing-core", 3186] 3187 3188[[package]] 3189name = "tracing-subscriber" 3190version = "0.3.16" 3191source = "registry+https://github.com/rust-lang/crates.io-index" 3192checksum = "a6176eae26dd70d0c919749377897b54a9276bd7061339665dd68777926b5a70" 3193dependencies = [ 3194 "matchers", 3195 "nu-ansi-term", 3196 "once_cell", 3197 "regex", 3198 "sharded-slab", 3199 "smallvec", 3200 "thread_local", 3201 "tracing", 3202 "tracing-core", 3203 "tracing-log", 3204] 3205 3206[[package]] 3207name = "trust-dns-proto" 3208version = "0.22.0" 3209source = "registry+https://github.com/rust-lang/crates.io-index" 3210checksum = "4f7f83d1e4a0e4358ac54c5c3681e5d7da5efc5a7a632c90bb6d6669ddd9bc26" 3211dependencies = [ 3212 "async-trait", 3213 "cfg-if", 3214 "data-encoding", 3215 "enum-as-inner", 3216 "futures-channel", 3217 "futures-io", 3218 "futures-util", 3219 "idna 0.2.3", 3220 "ipnet", 3221 "lazy_static", 3222 "rand", 3223 "smallvec", 3224 "thiserror", 3225 "tinyvec", 3226 "tokio", 3227 "tracing", 3228 "url", 3229] 3230 3231[[package]] 3232name = "trust-dns-resolver" 3233version = "0.22.0" 3234source = "registry+https://github.com/rust-lang/crates.io-index" 3235checksum = "aff21aa4dcefb0a1afbfac26deb0adc93888c7d295fb63ab273ef276ba2b7cfe" 3236dependencies = [ 3237 "cfg-if", 3238 "futures-util", 3239 "ipconfig", 3240 "lazy_static", 3241 "lru-cache", 3242 "parking_lot", 3243 "resolv-conf", 3244 "smallvec", 3245 "thiserror", 3246 "tokio", 3247 "tracing", 3248 "trust-dns-proto", 3249] 3250 3251[[package]] 3252name = "try-lock" 3253version = "0.2.4" 3254source = "registry+https://github.com/rust-lang/crates.io-index" 3255checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" 3256 3257[[package]] 3258name = "tungstenite" 3259version = "0.18.0" 3260source = "registry+https://github.com/rust-lang/crates.io-index" 3261checksum = "30ee6ab729cd4cf0fd55218530c4522ed30b7b6081752839b68fcec8d0960788" 3262dependencies = [ 3263 "base64 0.13.1", 3264 "byteorder", 3265 "bytes", 3266 "http", 3267 "httparse", 3268 "log", 3269 "rand", 3270 "sha1", 3271 "thiserror", 3272 "url", 3273 "utf-8", 3274] 3275 3276[[package]] 3277name = "typenum" 3278version = "1.16.0" 3279source = "registry+https://github.com/rust-lang/crates.io-index" 3280checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba" 3281 3282[[package]] 3283name = "ubyte" 3284version = "0.10.3" 3285source = "registry+https://github.com/rust-lang/crates.io-index" 3286checksum = "c81f0dae7d286ad0d9366d7679a77934cfc3cf3a8d67e82669794412b2368fe6" 3287dependencies = [ 3288 "serde", 3289] 3290 3291[[package]] 3292name = "ucd-trie" 3293version = "0.1.5" 3294source = "registry+https://github.com/rust-lang/crates.io-index" 3295checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81" 3296 3297[[package]] 3298name = "uncased" 3299version = "0.9.7" 3300source = "registry+https://github.com/rust-lang/crates.io-index" 3301checksum = "09b01702b0fd0b3fadcf98e098780badda8742d4f4a7676615cad90e8ac73622" 3302dependencies = [ 3303 "serde", 3304 "version_check", 3305] 3306 3307[[package]] 3308name = "unicode-bidi" 3309version = "0.3.13" 3310source = "registry+https://github.com/rust-lang/crates.io-index" 3311checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460" 3312 3313[[package]] 3314name = "unicode-ident" 3315version = "1.0.8" 3316source = "registry+https://github.com/rust-lang/crates.io-index" 3317checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4" 3318 3319[[package]] 3320name = "unicode-normalization" 3321version = "0.1.22" 3322source = "registry+https://github.com/rust-lang/crates.io-index" 3323checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" 3324dependencies = [ 3325 "tinyvec", 3326] 3327 3328[[package]] 3329name = "unicode-width" 3330version = "0.1.10" 3331source = "registry+https://github.com/rust-lang/crates.io-index" 3332checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" 3333 3334[[package]] 3335name = "unicode-xid" 3336version = "0.2.4" 3337source = "registry+https://github.com/rust-lang/crates.io-index" 3338checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" 3339 3340[[package]] 3341name = "untrusted" 3342version = "0.7.1" 3343source = "registry+https://github.com/rust-lang/crates.io-index" 3344checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" 3345 3346[[package]] 3347name = "url" 3348version = "2.3.1" 3349source = "registry+https://github.com/rust-lang/crates.io-index" 3350checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643" 3351dependencies = [ 3352 "form_urlencoded", 3353 "idna 0.3.0", 3354 "percent-encoding", 3355 "serde", 3356] 3357 3358[[package]] 3359name = "utf-8" 3360version = "0.7.6" 3361source = "registry+https://github.com/rust-lang/crates.io-index" 3362checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" 3363 3364[[package]] 3365name = "uuid" 3366version = "1.3.0" 3367source = "registry+https://github.com/rust-lang/crates.io-index" 3368checksum = "1674845326ee10d37ca60470760d4288a6f80f304007d92e5c53bab78c9cfd79" 3369dependencies = [ 3370 "getrandom", 3371] 3372 3373[[package]] 3374name = "valuable" 3375version = "0.1.0" 3376source = "registry+https://github.com/rust-lang/crates.io-index" 3377checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" 3378 3379[[package]] 3380name = "value-bag" 3381version = "1.0.0-alpha.9" 3382source = "registry+https://github.com/rust-lang/crates.io-index" 3383checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55" 3384dependencies = [ 3385 "ctor", 3386 "version_check", 3387] 3388 3389[[package]] 3390name = "vaultwarden" 3391version = "1.0.0" 3392dependencies = [ 3393 "argon2", 3394 "bytes", 3395 "cached", 3396 "chrono", 3397 "chrono-tz", 3398 "cookie 0.16.2", 3399 "cookie_store 0.19.0", 3400 "dashmap", 3401 "data-encoding", 3402 "data-url", 3403 "diesel", 3404 "diesel_logger", 3405 "diesel_migrations", 3406 "dotenvy", 3407 "email_address", 3408 "fern", 3409 "futures", 3410 "governor", 3411 "handlebars", 3412 "html5gum", 3413 "job_scheduler_ng", 3414 "jsonwebtoken", 3415 "lettre", 3416 "libmimalloc-sys", 3417 "libsqlite3-sys", 3418 "log", 3419 "mimalloc", 3420 "num-derive", 3421 "num-traits", 3422 "once_cell", 3423 "openssl", 3424 "paste", 3425 "percent-encoding", 3426 "pico-args", 3427 "rand", 3428 "regex", 3429 "reqwest", 3430 "ring", 3431 "rmpv", 3432 "rocket", 3433 "rpassword", 3434 "semver", 3435 "serde", 3436 "serde_json", 3437 "syslog", 3438 "time", 3439 "tokio", 3440 "tokio-tungstenite", 3441 "totp-lite", 3442 "tracing", 3443 "url", 3444 "uuid", 3445 "webauthn-rs", 3446 "which", 3447 "yubico", 3448] 3449 3450[[package]] 3451name = "vcpkg" 3452version = "0.2.15" 3453source = "registry+https://github.com/rust-lang/crates.io-index" 3454checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 3455 3456[[package]] 3457name = "version_check" 3458version = "0.9.4" 3459source = "registry+https://github.com/rust-lang/crates.io-index" 3460checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 3461 3462[[package]] 3463name = "waker-fn" 3464version = "1.1.0" 3465source = "registry+https://github.com/rust-lang/crates.io-index" 3466checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca" 3467 3468[[package]] 3469name = "walkdir" 3470version = "2.3.3" 3471source = "registry+https://github.com/rust-lang/crates.io-index" 3472checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698" 3473dependencies = [ 3474 "same-file", 3475 "winapi-util", 3476] 3477 3478[[package]] 3479name = "want" 3480version = "0.3.0" 3481source = "registry+https://github.com/rust-lang/crates.io-index" 3482checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0" 3483dependencies = [ 3484 "log", 3485 "try-lock", 3486] 3487 3488[[package]] 3489name = "wasi" 3490version = "0.10.2+wasi-snapshot-preview1" 3491source = "registry+https://github.com/rust-lang/crates.io-index" 3492checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6" 3493 3494[[package]] 3495name = "wasi" 3496version = "0.11.0+wasi-snapshot-preview1" 3497source = "registry+https://github.com/rust-lang/crates.io-index" 3498checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 3499 3500[[package]] 3501name = "wasm-bindgen" 3502version = "0.2.84" 3503source = "registry+https://github.com/rust-lang/crates.io-index" 3504checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b" 3505dependencies = [ 3506 "cfg-if", 3507 "wasm-bindgen-macro", 3508] 3509 3510[[package]] 3511name = "wasm-bindgen-backend" 3512version = "0.2.84" 3513source = "registry+https://github.com/rust-lang/crates.io-index" 3514checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9" 3515dependencies = [ 3516 "bumpalo", 3517 "log", 3518 "once_cell", 3519 "proc-macro2", 3520 "quote", 3521 "syn 1.0.109", 3522 "wasm-bindgen-shared", 3523] 3524 3525[[package]] 3526name = "wasm-bindgen-futures" 3527version = "0.4.34" 3528source = "registry+https://github.com/rust-lang/crates.io-index" 3529checksum = "f219e0d211ba40266969f6dbdd90636da12f75bee4fc9d6c23d1260dadb51454" 3530dependencies = [ 3531 "cfg-if", 3532 "js-sys", 3533 "wasm-bindgen", 3534 "web-sys", 3535] 3536 3537[[package]] 3538name = "wasm-bindgen-macro" 3539version = "0.2.84" 3540source = "registry+https://github.com/rust-lang/crates.io-index" 3541checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5" 3542dependencies = [ 3543 "quote", 3544 "wasm-bindgen-macro-support", 3545] 3546 3547[[package]] 3548name = "wasm-bindgen-macro-support" 3549version = "0.2.84" 3550source = "registry+https://github.com/rust-lang/crates.io-index" 3551checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6" 3552dependencies = [ 3553 "proc-macro2", 3554 "quote", 3555 "syn 1.0.109", 3556 "wasm-bindgen-backend", 3557 "wasm-bindgen-shared", 3558] 3559 3560[[package]] 3561name = "wasm-bindgen-shared" 3562version = "0.2.84" 3563source = "registry+https://github.com/rust-lang/crates.io-index" 3564checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d" 3565 3566[[package]] 3567name = "wasm-streams" 3568version = "0.2.3" 3569source = "registry+https://github.com/rust-lang/crates.io-index" 3570checksum = "6bbae3363c08332cadccd13b67db371814cd214c2524020932f0804b8cf7c078" 3571dependencies = [ 3572 "futures-util", 3573 "js-sys", 3574 "wasm-bindgen", 3575 "wasm-bindgen-futures", 3576 "web-sys", 3577] 3578 3579[[package]] 3580name = "web-sys" 3581version = "0.3.61" 3582source = "registry+https://github.com/rust-lang/crates.io-index" 3583checksum = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97" 3584dependencies = [ 3585 "js-sys", 3586 "wasm-bindgen", 3587] 3588 3589[[package]] 3590name = "webauthn-rs" 3591version = "0.3.2" 3592source = "registry+https://github.com/rust-lang/crates.io-index" 3593checksum = "90b266eccb4b32595876f5c73ea443b0516da0b1df72ca07bc08ed9ba7f96ec1" 3594dependencies = [ 3595 "base64 0.13.1", 3596 "nom", 3597 "openssl", 3598 "rand", 3599 "serde", 3600 "serde_cbor", 3601 "serde_derive", 3602 "serde_json", 3603 "thiserror", 3604 "tracing", 3605 "url", 3606] 3607 3608[[package]] 3609name = "webpki" 3610version = "0.22.0" 3611source = "registry+https://github.com/rust-lang/crates.io-index" 3612checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd" 3613dependencies = [ 3614 "ring", 3615 "untrusted", 3616] 3617 3618[[package]] 3619name = "which" 3620version = "4.4.0" 3621source = "registry+https://github.com/rust-lang/crates.io-index" 3622checksum = "2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269" 3623dependencies = [ 3624 "either", 3625 "libc", 3626 "once_cell", 3627] 3628 3629[[package]] 3630name = "widestring" 3631version = "0.5.1" 3632source = "registry+https://github.com/rust-lang/crates.io-index" 3633checksum = "17882f045410753661207383517a6f62ec3dbeb6a4ed2acce01f0728238d1983" 3634 3635[[package]] 3636name = "winapi" 3637version = "0.3.9" 3638source = "registry+https://github.com/rust-lang/crates.io-index" 3639checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 3640dependencies = [ 3641 "winapi-i686-pc-windows-gnu", 3642 "winapi-x86_64-pc-windows-gnu", 3643] 3644 3645[[package]] 3646name = "winapi-i686-pc-windows-gnu" 3647version = "0.4.0" 3648source = "registry+https://github.com/rust-lang/crates.io-index" 3649checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 3650 3651[[package]] 3652name = "winapi-util" 3653version = "0.1.5" 3654source = "registry+https://github.com/rust-lang/crates.io-index" 3655checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" 3656dependencies = [ 3657 "winapi", 3658] 3659 3660[[package]] 3661name = "winapi-x86_64-pc-windows-gnu" 3662version = "0.4.0" 3663source = "registry+https://github.com/rust-lang/crates.io-index" 3664checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 3665 3666[[package]] 3667name = "windows" 3668version = "0.44.0" 3669source = "registry+https://github.com/rust-lang/crates.io-index" 3670checksum = "9e745dab35a0c4c77aa3ce42d595e13d2003d6902d6b08c9ef5fc326d08da12b" 3671dependencies = [ 3672 "windows-targets", 3673] 3674 3675[[package]] 3676name = "windows" 3677version = "0.46.0" 3678source = "registry+https://github.com/rust-lang/crates.io-index" 3679checksum = "cdacb41e6a96a052c6cb63a144f24900236121c6f63f4f8219fef5977ecb0c25" 3680dependencies = [ 3681 "windows-targets", 3682] 3683 3684[[package]] 3685name = "windows-sys" 3686version = "0.42.0" 3687source = "registry+https://github.com/rust-lang/crates.io-index" 3688checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" 3689dependencies = [ 3690 "windows_aarch64_gnullvm", 3691 "windows_aarch64_msvc", 3692 "windows_i686_gnu", 3693 "windows_i686_msvc", 3694 "windows_x86_64_gnu", 3695 "windows_x86_64_gnullvm", 3696 "windows_x86_64_msvc", 3697] 3698 3699[[package]] 3700name = "windows-sys" 3701version = "0.45.0" 3702source = "registry+https://github.com/rust-lang/crates.io-index" 3703checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 3704dependencies = [ 3705 "windows-targets", 3706] 3707 3708[[package]] 3709name = "windows-targets" 3710version = "0.42.2" 3711source = "registry+https://github.com/rust-lang/crates.io-index" 3712checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 3713dependencies = [ 3714 "windows_aarch64_gnullvm", 3715 "windows_aarch64_msvc", 3716 "windows_i686_gnu", 3717 "windows_i686_msvc", 3718 "windows_x86_64_gnu", 3719 "windows_x86_64_gnullvm", 3720 "windows_x86_64_msvc", 3721] 3722 3723[[package]] 3724name = "windows_aarch64_gnullvm" 3725version = "0.42.2" 3726source = "registry+https://github.com/rust-lang/crates.io-index" 3727checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 3728 3729[[package]] 3730name = "windows_aarch64_msvc" 3731version = "0.42.2" 3732source = "registry+https://github.com/rust-lang/crates.io-index" 3733checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 3734 3735[[package]] 3736name = "windows_i686_gnu" 3737version = "0.42.2" 3738source = "registry+https://github.com/rust-lang/crates.io-index" 3739checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 3740 3741[[package]] 3742name = "windows_i686_msvc" 3743version = "0.42.2" 3744source = "registry+https://github.com/rust-lang/crates.io-index" 3745checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 3746 3747[[package]] 3748name = "windows_x86_64_gnu" 3749version = "0.42.2" 3750source = "registry+https://github.com/rust-lang/crates.io-index" 3751checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 3752 3753[[package]] 3754name = "windows_x86_64_gnullvm" 3755version = "0.42.2" 3756source = "registry+https://github.com/rust-lang/crates.io-index" 3757checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 3758 3759[[package]] 3760name = "windows_x86_64_msvc" 3761version = "0.42.2" 3762source = "registry+https://github.com/rust-lang/crates.io-index" 3763checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 3764 3765[[package]] 3766name = "winreg" 3767version = "0.10.1" 3768source = "registry+https://github.com/rust-lang/crates.io-index" 3769checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d" 3770dependencies = [ 3771 "winapi", 3772] 3773 3774[[package]] 3775name = "yansi" 3776version = "0.5.1" 3777source = "registry+https://github.com/rust-lang/crates.io-index" 3778checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec" 3779 3780[[package]] 3781name = "yubico" 3782version = "0.11.0" 3783source = "registry+https://github.com/rust-lang/crates.io-index" 3784checksum = "173f75d2c4010429a2d74ae3a114a69930c59e2b1a4c97b1c75d259a4960d5fb" 3785dependencies = [ 3786 "base64 0.13.1", 3787 "form_urlencoded", 3788 "futures", 3789 "hmac", 3790 "rand", 3791 "reqwest", 3792 "sha1", 3793 "threadpool", 3794]