/ Cargo.lock
Cargo.lock
   1  # This file is automatically @generated by Cargo.
   2  # It is not intended for manual editing.
   3  version = 3
   4  
   5  [[package]]
   6  name = "adler"
   7  version = "1.0.2"
   8  source = "registry+https://github.com/rust-lang/crates.io-index"
   9  checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
  10  
  11  [[package]]
  12  name = "ahash"
  13  version = "0.7.6"
  14  source = "registry+https://github.com/rust-lang/crates.io-index"
  15  checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
  16  dependencies = [
  17   "getrandom",
  18   "once_cell",
  19   "version_check",
  20  ]
  21  
  22  [[package]]
  23  name = "ahash"
  24  version = "0.8.3"
  25  source = "registry+https://github.com/rust-lang/crates.io-index"
  26  checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f"
  27  dependencies = [
  28   "cfg-if",
  29   "once_cell",
  30   "version_check",
  31  ]
  32  
  33  [[package]]
  34  name = "android_system_properties"
  35  version = "0.1.5"
  36  source = "registry+https://github.com/rust-lang/crates.io-index"
  37  checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
  38  dependencies = [
  39   "libc",
  40  ]
  41  
  42  [[package]]
  43  name = "async-channel"
  44  version = "1.8.0"
  45  source = "registry+https://github.com/rust-lang/crates.io-index"
  46  checksum = "cf46fee83e5ccffc220104713af3292ff9bc7c64c7de289f66dae8e38d826833"
  47  dependencies = [
  48   "concurrent-queue",
  49   "event-listener",
  50   "futures-core",
  51  ]
  52  
  53  [[package]]
  54  name = "async-executor"
  55  version = "1.5.1"
  56  source = "registry+https://github.com/rust-lang/crates.io-index"
  57  checksum = "6fa3dc5f2a8564f07759c008b9109dc0d39de92a88d5588b8a5036d286383afb"
  58  dependencies = [
  59   "async-lock",
  60   "async-task",
  61   "concurrent-queue",
  62   "fastrand",
  63   "futures-lite",
  64   "slab",
  65  ]
  66  
  67  [[package]]
  68  name = "async-global-executor"
  69  version = "2.3.1"
  70  source = "registry+https://github.com/rust-lang/crates.io-index"
  71  checksum = "f1b6f5d7df27bd294849f8eec66ecfc63d11814df7a4f5d74168a2394467b776"
  72  dependencies = [
  73   "async-channel",
  74   "async-executor",
  75   "async-io",
  76   "async-lock",
  77   "blocking",
  78   "futures-lite",
  79   "once_cell",
  80  ]
  81  
  82  [[package]]
  83  name = "async-io"
  84  version = "1.13.0"
  85  source = "registry+https://github.com/rust-lang/crates.io-index"
  86  checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
  87  dependencies = [
  88   "async-lock",
  89   "autocfg",
  90   "cfg-if",
  91   "concurrent-queue",
  92   "futures-lite",
  93   "log",
  94   "parking",
  95   "polling",
  96   "rustix",
  97   "slab",
  98   "socket2",
  99   "waker-fn",
 100  ]
 101  
 102  [[package]]
 103  name = "async-lock"
 104  version = "2.7.0"
 105  source = "registry+https://github.com/rust-lang/crates.io-index"
 106  checksum = "fa24f727524730b077666307f2734b4a1a1c57acb79193127dcc8914d5242dd7"
 107  dependencies = [
 108   "event-listener",
 109  ]
 110  
 111  [[package]]
 112  name = "async-process"
 113  version = "1.7.0"
 114  source = "registry+https://github.com/rust-lang/crates.io-index"
 115  checksum = "7a9d28b1d97e08915212e2e45310d47854eafa69600756fc735fb788f75199c9"
 116  dependencies = [
 117   "async-io",
 118   "async-lock",
 119   "autocfg",
 120   "blocking",
 121   "cfg-if",
 122   "event-listener",
 123   "futures-lite",
 124   "rustix",
 125   "signal-hook",
 126   "windows-sys",
 127  ]
 128  
 129  [[package]]
 130  name = "async-std"
 131  version = "1.12.0"
 132  source = "registry+https://github.com/rust-lang/crates.io-index"
 133  checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d"
 134  dependencies = [
 135   "async-channel",
 136   "async-global-executor",
 137   "async-io",
 138   "async-lock",
 139   "async-process",
 140   "crossbeam-utils",
 141   "futures-channel",
 142   "futures-core",
 143   "futures-io",
 144   "futures-lite",
 145   "gloo-timers",
 146   "kv-log-macro",
 147   "log",
 148   "memchr",
 149   "once_cell",
 150   "pin-project-lite",
 151   "pin-utils",
 152   "slab",
 153   "wasm-bindgen-futures",
 154  ]
 155  
 156  [[package]]
 157  name = "async-stream"
 158  version = "0.3.5"
 159  source = "registry+https://github.com/rust-lang/crates.io-index"
 160  checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51"
 161  dependencies = [
 162   "async-stream-impl",
 163   "futures-core",
 164   "pin-project-lite",
 165  ]
 166  
 167  [[package]]
 168  name = "async-stream-impl"
 169  version = "0.3.5"
 170  source = "registry+https://github.com/rust-lang/crates.io-index"
 171  checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
 172  dependencies = [
 173   "proc-macro2",
 174   "quote",
 175   "syn 2.0.18",
 176  ]
 177  
 178  [[package]]
 179  name = "async-task"
 180  version = "4.4.0"
 181  source = "registry+https://github.com/rust-lang/crates.io-index"
 182  checksum = "ecc7ab41815b3c653ccd2978ec3255c81349336702dfdf62ee6f7069b12a3aae"
 183  
 184  [[package]]
 185  name = "async-trait"
 186  version = "0.1.68"
 187  source = "registry+https://github.com/rust-lang/crates.io-index"
 188  checksum = "b9ccdd8f2a161be9bd5c023df56f1b2a0bd1d83872ae53b71a84a12c9bf6e842"
 189  dependencies = [
 190   "proc-macro2",
 191   "quote",
 192   "syn 2.0.18",
 193  ]
 194  
 195  [[package]]
 196  name = "asynchronous-codec"
 197  version = "0.6.1"
 198  source = "registry+https://github.com/rust-lang/crates.io-index"
 199  checksum = "06a0daa378f5fd10634e44b0a29b2a87b890657658e072a30d6f26e57ddee182"
 200  dependencies = [
 201   "bytes",
 202   "futures-sink",
 203   "futures-util",
 204   "memchr",
 205   "pin-project-lite",
 206  ]
 207  
 208  [[package]]
 209  name = "atoi"
 210  version = "1.0.0"
 211  source = "registry+https://github.com/rust-lang/crates.io-index"
 212  checksum = "d7c57d12312ff59c811c0643f4d80830505833c9ffaebd193d819392b265be8e"
 213  dependencies = [
 214   "num-traits",
 215  ]
 216  
 217  [[package]]
 218  name = "atomic"
 219  version = "0.5.3"
 220  source = "registry+https://github.com/rust-lang/crates.io-index"
 221  checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
 222  
 223  [[package]]
 224  name = "atomic-waker"
 225  version = "1.1.1"
 226  source = "registry+https://github.com/rust-lang/crates.io-index"
 227  checksum = "1181e1e0d1fce796a03db1ae795d67167da795f9cf4a39c37589e85ef57f26d3"
 228  
 229  [[package]]
 230  name = "autocfg"
 231  version = "1.1.0"
 232  source = "registry+https://github.com/rust-lang/crates.io-index"
 233  checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
 234  
 235  [[package]]
 236  name = "base64"
 237  version = "0.13.1"
 238  source = "registry+https://github.com/rust-lang/crates.io-index"
 239  checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
 240  
 241  [[package]]
 242  name = "base64"
 243  version = "0.21.2"
 244  source = "registry+https://github.com/rust-lang/crates.io-index"
 245  checksum = "604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d"
 246  
 247  [[package]]
 248  name = "binascii"
 249  version = "0.1.4"
 250  source = "registry+https://github.com/rust-lang/crates.io-index"
 251  checksum = "383d29d513d8764dcdc42ea295d979eb99c3c9f00607b3692cf68a431f7dca72"
 252  
 253  [[package]]
 254  name = "bitflags"
 255  version = "1.3.2"
 256  source = "registry+https://github.com/rust-lang/crates.io-index"
 257  checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 258  
 259  [[package]]
 260  name = "bitflags"
 261  version = "2.3.1"
 262  source = "registry+https://github.com/rust-lang/crates.io-index"
 263  checksum = "6776fc96284a0bb647b615056fc496d1fe1644a7ab01829818a6d91cae888b84"
 264  
 265  [[package]]
 266  name = "block-buffer"
 267  version = "0.10.4"
 268  source = "registry+https://github.com/rust-lang/crates.io-index"
 269  checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 270  dependencies = [
 271   "generic-array",
 272  ]
 273  
 274  [[package]]
 275  name = "blocking"
 276  version = "1.3.1"
 277  source = "registry+https://github.com/rust-lang/crates.io-index"
 278  checksum = "77231a1c8f801696fc0123ec6150ce92cffb8e164a02afb9c8ddee0e9b65ad65"
 279  dependencies = [
 280   "async-channel",
 281   "async-lock",
 282   "async-task",
 283   "atomic-waker",
 284   "fastrand",
 285   "futures-lite",
 286   "log",
 287  ]
 288  
 289  [[package]]
 290  name = "bumpalo"
 291  version = "3.13.0"
 292  source = "registry+https://github.com/rust-lang/crates.io-index"
 293  checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1"
 294  
 295  [[package]]
 296  name = "byteorder"
 297  version = "1.4.3"
 298  source = "registry+https://github.com/rust-lang/crates.io-index"
 299  checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
 300  
 301  [[package]]
 302  name = "bytes"
 303  version = "1.4.0"
 304  source = "registry+https://github.com/rust-lang/crates.io-index"
 305  checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
 306  
 307  [[package]]
 308  name = "cc"
 309  version = "1.0.79"
 310  source = "registry+https://github.com/rust-lang/crates.io-index"
 311  checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
 312  
 313  [[package]]
 314  name = "cfg-if"
 315  version = "1.0.0"
 316  source = "registry+https://github.com/rust-lang/crates.io-index"
 317  checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
 318  
 319  [[package]]
 320  name = "chrono"
 321  version = "0.4.24"
 322  source = "registry+https://github.com/rust-lang/crates.io-index"
 323  checksum = "4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b"
 324  dependencies = [
 325   "iana-time-zone",
 326   "js-sys",
 327   "num-integer",
 328   "num-traits",
 329   "serde",
 330   "time 0.1.45",
 331   "wasm-bindgen",
 332   "winapi",
 333  ]
 334  
 335  [[package]]
 336  name = "concurrent-queue"
 337  version = "2.2.0"
 338  source = "registry+https://github.com/rust-lang/crates.io-index"
 339  checksum = "62ec6771ecfa0762d24683ee5a32ad78487a3d3afdc0fb8cae19d2c5deb50b7c"
 340  dependencies = [
 341   "crossbeam-utils",
 342  ]
 343  
 344  [[package]]
 345  name = "container-registry-rs"
 346  version = "0.1.0"
 347  dependencies = [
 348   "docker-api",
 349   "dotenv",
 350   "rocket",
 351   "serde",
 352   "serde_json",
 353   "sha256",
 354   "sqlx",
 355   "thiserror",
 356   "uuid",
 357  ]
 358  
 359  [[package]]
 360  name = "containers-api"
 361  version = "0.9.0"
 362  source = "registry+https://github.com/rust-lang/crates.io-index"
 363  checksum = "74a6c297451ce82117ff9090e5174bf18f86e6bcbfbfc3820246abbc4f44fa16"
 364  dependencies = [
 365   "chrono",
 366   "flate2",
 367   "futures-util",
 368   "http",
 369   "hyper",
 370   "hyperlocal",
 371   "log",
 372   "mime",
 373   "paste",
 374   "pin-project",
 375   "serde",
 376   "serde_json",
 377   "tar",
 378   "thiserror",
 379   "tokio",
 380   "url",
 381  ]
 382  
 383  [[package]]
 384  name = "cookie"
 385  version = "0.17.0"
 386  source = "registry+https://github.com/rust-lang/crates.io-index"
 387  checksum = "7efb37c3e1ccb1ff97164ad95ac1606e8ccd35b3fa0a7d99a304c7f4a428cc24"
 388  dependencies = [
 389   "percent-encoding",
 390   "time 0.3.22",
 391   "version_check",
 392  ]
 393  
 394  [[package]]
 395  name = "core-foundation-sys"
 396  version = "0.8.4"
 397  source = "registry+https://github.com/rust-lang/crates.io-index"
 398  checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
 399  
 400  [[package]]
 401  name = "cpufeatures"
 402  version = "0.2.7"
 403  source = "registry+https://github.com/rust-lang/crates.io-index"
 404  checksum = "3e4c1eaa2012c47becbbad2ab175484c2a84d1185b566fb2cc5b8707343dfe58"
 405  dependencies = [
 406   "libc",
 407  ]
 408  
 409  [[package]]
 410  name = "crc"
 411  version = "3.0.1"
 412  source = "registry+https://github.com/rust-lang/crates.io-index"
 413  checksum = "86ec7a15cbe22e59248fc7eadb1907dab5ba09372595da4d73dd805ed4417dfe"
 414  dependencies = [
 415   "crc-catalog",
 416  ]
 417  
 418  [[package]]
 419  name = "crc-catalog"
 420  version = "2.2.0"
 421  source = "registry+https://github.com/rust-lang/crates.io-index"
 422  checksum = "9cace84e55f07e7301bae1c519df89cdad8cc3cd868413d3fdbdeca9ff3db484"
 423  
 424  [[package]]
 425  name = "crc32fast"
 426  version = "1.3.2"
 427  source = "registry+https://github.com/rust-lang/crates.io-index"
 428  checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
 429  dependencies = [
 430   "cfg-if",
 431  ]
 432  
 433  [[package]]
 434  name = "crossbeam-queue"
 435  version = "0.3.8"
 436  source = "registry+https://github.com/rust-lang/crates.io-index"
 437  checksum = "d1cfb3ea8a53f37c40dea2c7bedcbd88bdfae54f5e2175d6ecaff1c988353add"
 438  dependencies = [
 439   "cfg-if",
 440   "crossbeam-utils",
 441  ]
 442  
 443  [[package]]
 444  name = "crossbeam-utils"
 445  version = "0.8.15"
 446  source = "registry+https://github.com/rust-lang/crates.io-index"
 447  checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b"
 448  dependencies = [
 449   "cfg-if",
 450  ]
 451  
 452  [[package]]
 453  name = "crypto-common"
 454  version = "0.1.6"
 455  source = "registry+https://github.com/rust-lang/crates.io-index"
 456  checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 457  dependencies = [
 458   "generic-array",
 459   "typenum",
 460  ]
 461  
 462  [[package]]
 463  name = "darling"
 464  version = "0.20.1"
 465  source = "registry+https://github.com/rust-lang/crates.io-index"
 466  checksum = "0558d22a7b463ed0241e993f76f09f30b126687447751a8638587b864e4b3944"
 467  dependencies = [
 468   "darling_core",
 469   "darling_macro",
 470  ]
 471  
 472  [[package]]
 473  name = "darling_core"
 474  version = "0.20.1"
 475  source = "registry+https://github.com/rust-lang/crates.io-index"
 476  checksum = "ab8bfa2e259f8ee1ce5e97824a3c55ec4404a0d772ca7fa96bf19f0752a046eb"
 477  dependencies = [
 478   "fnv",
 479   "ident_case",
 480   "proc-macro2",
 481   "quote",
 482   "strsim",
 483   "syn 2.0.18",
 484  ]
 485  
 486  [[package]]
 487  name = "darling_macro"
 488  version = "0.20.1"
 489  source = "registry+https://github.com/rust-lang/crates.io-index"
 490  checksum = "29a358ff9f12ec09c3e61fef9b5a9902623a695a46a917b07f269bff1445611a"
 491  dependencies = [
 492   "darling_core",
 493   "quote",
 494   "syn 2.0.18",
 495  ]
 496  
 497  [[package]]
 498  name = "devise"
 499  version = "0.4.1"
 500  source = "registry+https://github.com/rust-lang/crates.io-index"
 501  checksum = "d6eacefd3f541c66fc61433d65e54e0e46e0a029a819a7dbbc7a7b489e8a85f8"
 502  dependencies = [
 503   "devise_codegen",
 504   "devise_core",
 505  ]
 506  
 507  [[package]]
 508  name = "devise_codegen"
 509  version = "0.4.1"
 510  source = "registry+https://github.com/rust-lang/crates.io-index"
 511  checksum = "9c8cf4b8dd484ede80fd5c547592c46c3745a617c8af278e2b72bea86b2dfed6"
 512  dependencies = [
 513   "devise_core",
 514   "quote",
 515  ]
 516  
 517  [[package]]
 518  name = "devise_core"
 519  version = "0.4.1"
 520  source = "registry+https://github.com/rust-lang/crates.io-index"
 521  checksum = "35b50dba0afdca80b187392b24f2499a88c336d5a8493e4b4ccfb608708be56a"
 522  dependencies = [
 523   "bitflags 2.3.1",
 524   "proc-macro2",
 525   "proc-macro2-diagnostics",
 526   "quote",
 527   "syn 2.0.18",
 528  ]
 529  
 530  [[package]]
 531  name = "digest"
 532  version = "0.10.7"
 533  source = "registry+https://github.com/rust-lang/crates.io-index"
 534  checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 535  dependencies = [
 536   "block-buffer",
 537   "crypto-common",
 538   "subtle",
 539  ]
 540  
 541  [[package]]
 542  name = "dirs"
 543  version = "4.0.0"
 544  source = "registry+https://github.com/rust-lang/crates.io-index"
 545  checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
 546  dependencies = [
 547   "dirs-sys",
 548  ]
 549  
 550  [[package]]
 551  name = "dirs-sys"
 552  version = "0.3.7"
 553  source = "registry+https://github.com/rust-lang/crates.io-index"
 554  checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
 555  dependencies = [
 556   "libc",
 557   "redox_users",
 558   "winapi",
 559  ]
 560  
 561  [[package]]
 562  name = "docker-api"
 563  version = "0.14.0"
 564  source = "registry+https://github.com/rust-lang/crates.io-index"
 565  checksum = "4576e993f4ef4805931a835b7afe71dec6cbd096e9b08bbd8e8f03e1940b2745"
 566  dependencies = [
 567   "asynchronous-codec",
 568   "base64 0.13.1",
 569   "byteorder",
 570   "bytes",
 571   "chrono",
 572   "containers-api",
 573   "docker-api-stubs",
 574   "futures-util",
 575   "http",
 576   "hyper",
 577   "log",
 578   "paste",
 579   "serde",
 580   "serde_json",
 581   "tar",
 582   "thiserror",
 583   "url",
 584  ]
 585  
 586  [[package]]
 587  name = "docker-api-stubs"
 588  version = "0.5.0"
 589  source = "registry+https://github.com/rust-lang/crates.io-index"
 590  checksum = "6198e6d77eb486d04c9b3997aec536428a7cbba833e84cdfda49e144c8df1734"
 591  dependencies = [
 592   "chrono",
 593   "serde",
 594   "serde_json",
 595   "serde_with",
 596  ]
 597  
 598  [[package]]
 599  name = "dotenv"
 600  version = "0.15.0"
 601  source = "registry+https://github.com/rust-lang/crates.io-index"
 602  checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f"
 603  
 604  [[package]]
 605  name = "dotenvy"
 606  version = "0.15.7"
 607  source = "registry+https://github.com/rust-lang/crates.io-index"
 608  checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
 609  
 610  [[package]]
 611  name = "either"
 612  version = "1.8.1"
 613  source = "registry+https://github.com/rust-lang/crates.io-index"
 614  checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
 615  dependencies = [
 616   "serde",
 617  ]
 618  
 619  [[package]]
 620  name = "encoding_rs"
 621  version = "0.8.32"
 622  source = "registry+https://github.com/rust-lang/crates.io-index"
 623  checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394"
 624  dependencies = [
 625   "cfg-if",
 626  ]
 627  
 628  [[package]]
 629  name = "errno"
 630  version = "0.3.1"
 631  source = "registry+https://github.com/rust-lang/crates.io-index"
 632  checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
 633  dependencies = [
 634   "errno-dragonfly",
 635   "libc",
 636   "windows-sys",
 637  ]
 638  
 639  [[package]]
 640  name = "errno-dragonfly"
 641  version = "0.1.2"
 642  source = "registry+https://github.com/rust-lang/crates.io-index"
 643  checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 644  dependencies = [
 645   "cc",
 646   "libc",
 647  ]
 648  
 649  [[package]]
 650  name = "event-listener"
 651  version = "2.5.3"
 652  source = "registry+https://github.com/rust-lang/crates.io-index"
 653  checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 654  
 655  [[package]]
 656  name = "fastrand"
 657  version = "1.9.0"
 658  source = "registry+https://github.com/rust-lang/crates.io-index"
 659  checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 660  dependencies = [
 661   "instant",
 662  ]
 663  
 664  [[package]]
 665  name = "figment"
 666  version = "0.10.10"
 667  source = "registry+https://github.com/rust-lang/crates.io-index"
 668  checksum = "4547e226f4c9ab860571e070a9034192b3175580ecea38da34fcdb53a018c9a5"
 669  dependencies = [
 670   "atomic",
 671   "pear",
 672   "serde",
 673   "toml",
 674   "uncased",
 675   "version_check",
 676  ]
 677  
 678  [[package]]
 679  name = "filetime"
 680  version = "0.2.21"
 681  source = "registry+https://github.com/rust-lang/crates.io-index"
 682  checksum = "5cbc844cecaee9d4443931972e1289c8ff485cb4cc2767cb03ca139ed6885153"
 683  dependencies = [
 684   "cfg-if",
 685   "libc",
 686   "redox_syscall 0.2.16",
 687   "windows-sys",
 688  ]
 689  
 690  [[package]]
 691  name = "flate2"
 692  version = "1.0.26"
 693  source = "registry+https://github.com/rust-lang/crates.io-index"
 694  checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743"
 695  dependencies = [
 696   "crc32fast",
 697   "miniz_oxide",
 698  ]
 699  
 700  [[package]]
 701  name = "fnv"
 702  version = "1.0.7"
 703  source = "registry+https://github.com/rust-lang/crates.io-index"
 704  checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 705  
 706  [[package]]
 707  name = "form_urlencoded"
 708  version = "1.2.0"
 709  source = "registry+https://github.com/rust-lang/crates.io-index"
 710  checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"
 711  dependencies = [
 712   "percent-encoding",
 713  ]
 714  
 715  [[package]]
 716  name = "futures"
 717  version = "0.3.28"
 718  source = "registry+https://github.com/rust-lang/crates.io-index"
 719  checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"
 720  dependencies = [
 721   "futures-channel",
 722   "futures-core",
 723   "futures-io",
 724   "futures-sink",
 725   "futures-task",
 726   "futures-util",
 727  ]
 728  
 729  [[package]]
 730  name = "futures-channel"
 731  version = "0.3.28"
 732  source = "registry+https://github.com/rust-lang/crates.io-index"
 733  checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
 734  dependencies = [
 735   "futures-core",
 736   "futures-sink",
 737  ]
 738  
 739  [[package]]
 740  name = "futures-core"
 741  version = "0.3.28"
 742  source = "registry+https://github.com/rust-lang/crates.io-index"
 743  checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
 744  
 745  [[package]]
 746  name = "futures-intrusive"
 747  version = "0.4.2"
 748  source = "registry+https://github.com/rust-lang/crates.io-index"
 749  checksum = "a604f7a68fbf8103337523b1fadc8ade7361ee3f112f7c680ad179651616aed5"
 750  dependencies = [
 751   "futures-core",
 752   "lock_api",
 753   "parking_lot 0.11.2",
 754  ]
 755  
 756  [[package]]
 757  name = "futures-io"
 758  version = "0.3.28"
 759  source = "registry+https://github.com/rust-lang/crates.io-index"
 760  checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
 761  
 762  [[package]]
 763  name = "futures-lite"
 764  version = "1.13.0"
 765  source = "registry+https://github.com/rust-lang/crates.io-index"
 766  checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 767  dependencies = [
 768   "fastrand",
 769   "futures-core",
 770   "futures-io",
 771   "memchr",
 772   "parking",
 773   "pin-project-lite",
 774   "waker-fn",
 775  ]
 776  
 777  [[package]]
 778  name = "futures-macro"
 779  version = "0.3.28"
 780  source = "registry+https://github.com/rust-lang/crates.io-index"
 781  checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
 782  dependencies = [
 783   "proc-macro2",
 784   "quote",
 785   "syn 2.0.18",
 786  ]
 787  
 788  [[package]]
 789  name = "futures-rustls"
 790  version = "0.22.2"
 791  source = "registry+https://github.com/rust-lang/crates.io-index"
 792  checksum = "d2411eed028cdf8c8034eaf21f9915f956b6c3abec4d4c7949ee67f0721127bd"
 793  dependencies = [
 794   "futures-io",
 795   "rustls",
 796   "webpki",
 797  ]
 798  
 799  [[package]]
 800  name = "futures-sink"
 801  version = "0.3.28"
 802  source = "registry+https://github.com/rust-lang/crates.io-index"
 803  checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
 804  
 805  [[package]]
 806  name = "futures-task"
 807  version = "0.3.28"
 808  source = "registry+https://github.com/rust-lang/crates.io-index"
 809  checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
 810  
 811  [[package]]
 812  name = "futures-util"
 813  version = "0.3.28"
 814  source = "registry+https://github.com/rust-lang/crates.io-index"
 815  checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
 816  dependencies = [
 817   "futures-channel",
 818   "futures-core",
 819   "futures-io",
 820   "futures-macro",
 821   "futures-sink",
 822   "futures-task",
 823   "memchr",
 824   "pin-project-lite",
 825   "pin-utils",
 826   "slab",
 827  ]
 828  
 829  [[package]]
 830  name = "generator"
 831  version = "0.7.4"
 832  source = "registry+https://github.com/rust-lang/crates.io-index"
 833  checksum = "f3e123d9ae7c02966b4d892e550bdc32164f05853cd40ab570650ad600596a8a"
 834  dependencies = [
 835   "cc",
 836   "libc",
 837   "log",
 838   "rustversion",
 839   "windows",
 840  ]
 841  
 842  [[package]]
 843  name = "generic-array"
 844  version = "0.14.7"
 845  source = "registry+https://github.com/rust-lang/crates.io-index"
 846  checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 847  dependencies = [
 848   "typenum",
 849   "version_check",
 850  ]
 851  
 852  [[package]]
 853  name = "getrandom"
 854  version = "0.2.10"
 855  source = "registry+https://github.com/rust-lang/crates.io-index"
 856  checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
 857  dependencies = [
 858   "cfg-if",
 859   "libc",
 860   "wasi 0.11.0+wasi-snapshot-preview1",
 861  ]
 862  
 863  [[package]]
 864  name = "glob"
 865  version = "0.3.1"
 866  source = "registry+https://github.com/rust-lang/crates.io-index"
 867  checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
 868  
 869  [[package]]
 870  name = "gloo-timers"
 871  version = "0.2.6"
 872  source = "registry+https://github.com/rust-lang/crates.io-index"
 873  checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c"
 874  dependencies = [
 875   "futures-channel",
 876   "futures-core",
 877   "js-sys",
 878   "wasm-bindgen",
 879  ]
 880  
 881  [[package]]
 882  name = "h2"
 883  version = "0.3.19"
 884  source = "registry+https://github.com/rust-lang/crates.io-index"
 885  checksum = "d357c7ae988e7d2182f7d7871d0b963962420b0678b0997ce7de72001aeab782"
 886  dependencies = [
 887   "bytes",
 888   "fnv",
 889   "futures-core",
 890   "futures-sink",
 891   "futures-util",
 892   "http",
 893   "indexmap",
 894   "slab",
 895   "tokio",
 896   "tokio-util",
 897   "tracing",
 898  ]
 899  
 900  [[package]]
 901  name = "hashbrown"
 902  version = "0.12.3"
 903  source = "registry+https://github.com/rust-lang/crates.io-index"
 904  checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 905  
 906  [[package]]
 907  name = "hashbrown"
 908  version = "0.13.2"
 909  source = "registry+https://github.com/rust-lang/crates.io-index"
 910  checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
 911  dependencies = [
 912   "ahash 0.8.3",
 913  ]
 914  
 915  [[package]]
 916  name = "hashlink"
 917  version = "0.8.2"
 918  source = "registry+https://github.com/rust-lang/crates.io-index"
 919  checksum = "0761a1b9491c4f2e3d66aa0f62d0fba0af9a0e2852e4d48ea506632a4b56e6aa"
 920  dependencies = [
 921   "hashbrown 0.13.2",
 922  ]
 923  
 924  [[package]]
 925  name = "heck"
 926  version = "0.4.1"
 927  source = "registry+https://github.com/rust-lang/crates.io-index"
 928  checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 929  dependencies = [
 930   "unicode-segmentation",
 931  ]
 932  
 933  [[package]]
 934  name = "hermit-abi"
 935  version = "0.2.6"
 936  source = "registry+https://github.com/rust-lang/crates.io-index"
 937  checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
 938  dependencies = [
 939   "libc",
 940  ]
 941  
 942  [[package]]
 943  name = "hermit-abi"
 944  version = "0.3.1"
 945  source = "registry+https://github.com/rust-lang/crates.io-index"
 946  checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
 947  
 948  [[package]]
 949  name = "hex"
 950  version = "0.4.3"
 951  source = "registry+https://github.com/rust-lang/crates.io-index"
 952  checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 953  
 954  [[package]]
 955  name = "hkdf"
 956  version = "0.12.3"
 957  source = "registry+https://github.com/rust-lang/crates.io-index"
 958  checksum = "791a029f6b9fc27657f6f188ec6e5e43f6911f6f878e0dc5501396e09809d437"
 959  dependencies = [
 960   "hmac",
 961  ]
 962  
 963  [[package]]
 964  name = "hmac"
 965  version = "0.12.1"
 966  source = "registry+https://github.com/rust-lang/crates.io-index"
 967  checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 968  dependencies = [
 969   "digest",
 970  ]
 971  
 972  [[package]]
 973  name = "http"
 974  version = "0.2.9"
 975  source = "registry+https://github.com/rust-lang/crates.io-index"
 976  checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
 977  dependencies = [
 978   "bytes",
 979   "fnv",
 980   "itoa",
 981  ]
 982  
 983  [[package]]
 984  name = "http-body"
 985  version = "0.4.5"
 986  source = "registry+https://github.com/rust-lang/crates.io-index"
 987  checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
 988  dependencies = [
 989   "bytes",
 990   "http",
 991   "pin-project-lite",
 992  ]
 993  
 994  [[package]]
 995  name = "httparse"
 996  version = "1.8.0"
 997  source = "registry+https://github.com/rust-lang/crates.io-index"
 998  checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
 999  
1000  [[package]]
1001  name = "httpdate"
1002  version = "1.0.2"
1003  source = "registry+https://github.com/rust-lang/crates.io-index"
1004  checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
1005  
1006  [[package]]
1007  name = "hyper"
1008  version = "0.14.26"
1009  source = "registry+https://github.com/rust-lang/crates.io-index"
1010  checksum = "ab302d72a6f11a3b910431ff93aae7e773078c769f0a3ef15fb9ec692ed147d4"
1011  dependencies = [
1012   "bytes",
1013   "futures-channel",
1014   "futures-core",
1015   "futures-util",
1016   "h2",
1017   "http",
1018   "http-body",
1019   "httparse",
1020   "httpdate",
1021   "itoa",
1022   "pin-project-lite",
1023   "socket2",
1024   "tokio",
1025   "tower-service",
1026   "tracing",
1027   "want",
1028  ]
1029  
1030  [[package]]
1031  name = "hyperlocal"
1032  version = "0.8.0"
1033  source = "registry+https://github.com/rust-lang/crates.io-index"
1034  checksum = "0fafdf7b2b2de7c9784f76e02c0935e65a8117ec3b768644379983ab333ac98c"
1035  dependencies = [
1036   "futures-util",
1037   "hex",
1038   "hyper",
1039   "pin-project",
1040   "tokio",
1041  ]
1042  
1043  [[package]]
1044  name = "iana-time-zone"
1045  version = "0.1.56"
1046  source = "registry+https://github.com/rust-lang/crates.io-index"
1047  checksum = "0722cd7114b7de04316e7ea5456a0bbb20e4adb46fd27a3697adb812cff0f37c"
1048  dependencies = [
1049   "android_system_properties",
1050   "core-foundation-sys",
1051   "iana-time-zone-haiku",
1052   "js-sys",
1053   "wasm-bindgen",
1054   "windows",
1055  ]
1056  
1057  [[package]]
1058  name = "iana-time-zone-haiku"
1059  version = "0.1.2"
1060  source = "registry+https://github.com/rust-lang/crates.io-index"
1061  checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
1062  dependencies = [
1063   "cc",
1064  ]
1065  
1066  [[package]]
1067  name = "ident_case"
1068  version = "1.0.1"
1069  source = "registry+https://github.com/rust-lang/crates.io-index"
1070  checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
1071  
1072  [[package]]
1073  name = "idna"
1074  version = "0.4.0"
1075  source = "registry+https://github.com/rust-lang/crates.io-index"
1076  checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
1077  dependencies = [
1078   "unicode-bidi",
1079   "unicode-normalization",
1080  ]
1081  
1082  [[package]]
1083  name = "indexmap"
1084  version = "1.9.3"
1085  source = "registry+https://github.com/rust-lang/crates.io-index"
1086  checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
1087  dependencies = [
1088   "autocfg",
1089   "hashbrown 0.12.3",
1090   "serde",
1091  ]
1092  
1093  [[package]]
1094  name = "inlinable_string"
1095  version = "0.1.15"
1096  source = "registry+https://github.com/rust-lang/crates.io-index"
1097  checksum = "c8fae54786f62fb2918dcfae3d568594e50eb9b5c25bf04371af6fe7516452fb"
1098  
1099  [[package]]
1100  name = "instant"
1101  version = "0.1.12"
1102  source = "registry+https://github.com/rust-lang/crates.io-index"
1103  checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
1104  dependencies = [
1105   "cfg-if",
1106  ]
1107  
1108  [[package]]
1109  name = "io-lifetimes"
1110  version = "1.0.11"
1111  source = "registry+https://github.com/rust-lang/crates.io-index"
1112  checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
1113  dependencies = [
1114   "hermit-abi 0.3.1",
1115   "libc",
1116   "windows-sys",
1117  ]
1118  
1119  [[package]]
1120  name = "is-terminal"
1121  version = "0.4.7"
1122  source = "registry+https://github.com/rust-lang/crates.io-index"
1123  checksum = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f"
1124  dependencies = [
1125   "hermit-abi 0.3.1",
1126   "io-lifetimes",
1127   "rustix",
1128   "windows-sys",
1129  ]
1130  
1131  [[package]]
1132  name = "itertools"
1133  version = "0.10.5"
1134  source = "registry+https://github.com/rust-lang/crates.io-index"
1135  checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
1136  dependencies = [
1137   "either",
1138  ]
1139  
1140  [[package]]
1141  name = "itoa"
1142  version = "1.0.6"
1143  source = "registry+https://github.com/rust-lang/crates.io-index"
1144  checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
1145  
1146  [[package]]
1147  name = "js-sys"
1148  version = "0.3.63"
1149  source = "registry+https://github.com/rust-lang/crates.io-index"
1150  checksum = "2f37a4a5928311ac501dee68b3c7613a1037d0edb30c8e5427bd832d55d1b790"
1151  dependencies = [
1152   "wasm-bindgen",
1153  ]
1154  
1155  [[package]]
1156  name = "kv-log-macro"
1157  version = "1.0.7"
1158  source = "registry+https://github.com/rust-lang/crates.io-index"
1159  checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
1160  dependencies = [
1161   "log",
1162  ]
1163  
1164  [[package]]
1165  name = "lazy_static"
1166  version = "1.4.0"
1167  source = "registry+https://github.com/rust-lang/crates.io-index"
1168  checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
1169  
1170  [[package]]
1171  name = "libc"
1172  version = "0.2.146"
1173  source = "registry+https://github.com/rust-lang/crates.io-index"
1174  checksum = "f92be4933c13fd498862a9e02a3055f8a8d9c039ce33db97306fd5a6caa7f29b"
1175  
1176  [[package]]
1177  name = "linux-raw-sys"
1178  version = "0.3.8"
1179  source = "registry+https://github.com/rust-lang/crates.io-index"
1180  checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
1181  
1182  [[package]]
1183  name = "lock_api"
1184  version = "0.4.10"
1185  source = "registry+https://github.com/rust-lang/crates.io-index"
1186  checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
1187  dependencies = [
1188   "autocfg",
1189   "scopeguard",
1190  ]
1191  
1192  [[package]]
1193  name = "log"
1194  version = "0.4.18"
1195  source = "registry+https://github.com/rust-lang/crates.io-index"
1196  checksum = "518ef76f2f87365916b142844c16d8fefd85039bc5699050210a7778ee1cd1de"
1197  dependencies = [
1198   "value-bag",
1199  ]
1200  
1201  [[package]]
1202  name = "loom"
1203  version = "0.5.6"
1204  source = "registry+https://github.com/rust-lang/crates.io-index"
1205  checksum = "ff50ecb28bb86013e935fb6683ab1f6d3a20016f123c76fd4c27470076ac30f5"
1206  dependencies = [
1207   "cfg-if",
1208   "generator",
1209   "scoped-tls",
1210   "serde",
1211   "serde_json",
1212   "tracing",
1213   "tracing-subscriber",
1214  ]
1215  
1216  [[package]]
1217  name = "matchers"
1218  version = "0.1.0"
1219  source = "registry+https://github.com/rust-lang/crates.io-index"
1220  checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
1221  dependencies = [
1222   "regex-automata",
1223  ]
1224  
1225  [[package]]
1226  name = "md-5"
1227  version = "0.10.5"
1228  source = "registry+https://github.com/rust-lang/crates.io-index"
1229  checksum = "6365506850d44bff6e2fbcb5176cf63650e48bd45ef2fe2665ae1570e0f4b9ca"
1230  dependencies = [
1231   "digest",
1232  ]
1233  
1234  [[package]]
1235  name = "memchr"
1236  version = "2.5.0"
1237  source = "registry+https://github.com/rust-lang/crates.io-index"
1238  checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
1239  
1240  [[package]]
1241  name = "mime"
1242  version = "0.3.17"
1243  source = "registry+https://github.com/rust-lang/crates.io-index"
1244  checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
1245  
1246  [[package]]
1247  name = "minimal-lexical"
1248  version = "0.2.1"
1249  source = "registry+https://github.com/rust-lang/crates.io-index"
1250  checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
1251  
1252  [[package]]
1253  name = "miniz_oxide"
1254  version = "0.7.1"
1255  source = "registry+https://github.com/rust-lang/crates.io-index"
1256  checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
1257  dependencies = [
1258   "adler",
1259  ]
1260  
1261  [[package]]
1262  name = "mio"
1263  version = "0.8.8"
1264  source = "registry+https://github.com/rust-lang/crates.io-index"
1265  checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2"
1266  dependencies = [
1267   "libc",
1268   "wasi 0.11.0+wasi-snapshot-preview1",
1269   "windows-sys",
1270  ]
1271  
1272  [[package]]
1273  name = "multer"
1274  version = "2.1.0"
1275  source = "registry+https://github.com/rust-lang/crates.io-index"
1276  checksum = "01acbdc23469fd8fe07ab135923371d5f5a422fbf9c522158677c8eb15bc51c2"
1277  dependencies = [
1278   "bytes",
1279   "encoding_rs",
1280   "futures-util",
1281   "http",
1282   "httparse",
1283   "log",
1284   "memchr",
1285   "mime",
1286   "spin 0.9.8",
1287   "tokio",
1288   "tokio-util",
1289   "version_check",
1290  ]
1291  
1292  [[package]]
1293  name = "nom"
1294  version = "7.1.3"
1295  source = "registry+https://github.com/rust-lang/crates.io-index"
1296  checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
1297  dependencies = [
1298   "memchr",
1299   "minimal-lexical",
1300  ]
1301  
1302  [[package]]
1303  name = "nu-ansi-term"
1304  version = "0.46.0"
1305  source = "registry+https://github.com/rust-lang/crates.io-index"
1306  checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
1307  dependencies = [
1308   "overload",
1309   "winapi",
1310  ]
1311  
1312  [[package]]
1313  name = "num-integer"
1314  version = "0.1.45"
1315  source = "registry+https://github.com/rust-lang/crates.io-index"
1316  checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
1317  dependencies = [
1318   "autocfg",
1319   "num-traits",
1320  ]
1321  
1322  [[package]]
1323  name = "num-traits"
1324  version = "0.2.15"
1325  source = "registry+https://github.com/rust-lang/crates.io-index"
1326  checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
1327  dependencies = [
1328   "autocfg",
1329  ]
1330  
1331  [[package]]
1332  name = "num_cpus"
1333  version = "1.15.0"
1334  source = "registry+https://github.com/rust-lang/crates.io-index"
1335  checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
1336  dependencies = [
1337   "hermit-abi 0.2.6",
1338   "libc",
1339  ]
1340  
1341  [[package]]
1342  name = "once_cell"
1343  version = "1.18.0"
1344  source = "registry+https://github.com/rust-lang/crates.io-index"
1345  checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
1346  
1347  [[package]]
1348  name = "overload"
1349  version = "0.1.1"
1350  source = "registry+https://github.com/rust-lang/crates.io-index"
1351  checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
1352  
1353  [[package]]
1354  name = "parking"
1355  version = "2.1.0"
1356  source = "registry+https://github.com/rust-lang/crates.io-index"
1357  checksum = "14f2252c834a40ed9bb5422029649578e63aa341ac401f74e719dd1afda8394e"
1358  
1359  [[package]]
1360  name = "parking_lot"
1361  version = "0.11.2"
1362  source = "registry+https://github.com/rust-lang/crates.io-index"
1363  checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
1364  dependencies = [
1365   "instant",
1366   "lock_api",
1367   "parking_lot_core 0.8.6",
1368  ]
1369  
1370  [[package]]
1371  name = "parking_lot"
1372  version = "0.12.1"
1373  source = "registry+https://github.com/rust-lang/crates.io-index"
1374  checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
1375  dependencies = [
1376   "lock_api",
1377   "parking_lot_core 0.9.8",
1378  ]
1379  
1380  [[package]]
1381  name = "parking_lot_core"
1382  version = "0.8.6"
1383  source = "registry+https://github.com/rust-lang/crates.io-index"
1384  checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
1385  dependencies = [
1386   "cfg-if",
1387   "instant",
1388   "libc",
1389   "redox_syscall 0.2.16",
1390   "smallvec",
1391   "winapi",
1392  ]
1393  
1394  [[package]]
1395  name = "parking_lot_core"
1396  version = "0.9.8"
1397  source = "registry+https://github.com/rust-lang/crates.io-index"
1398  checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
1399  dependencies = [
1400   "cfg-if",
1401   "libc",
1402   "redox_syscall 0.3.5",
1403   "smallvec",
1404   "windows-targets",
1405  ]
1406  
1407  [[package]]
1408  name = "paste"
1409  version = "1.0.12"
1410  source = "registry+https://github.com/rust-lang/crates.io-index"
1411  checksum = "9f746c4065a8fa3fe23974dd82f15431cc8d40779821001404d10d2e79ca7d79"
1412  
1413  [[package]]
1414  name = "pear"
1415  version = "0.2.4"
1416  source = "registry+https://github.com/rust-lang/crates.io-index"
1417  checksum = "0ec95680a7087503575284e5063e14b694b7a9c0b065e5dceec661e0497127e8"
1418  dependencies = [
1419   "inlinable_string",
1420   "pear_codegen",
1421   "yansi",
1422  ]
1423  
1424  [[package]]
1425  name = "pear_codegen"
1426  version = "0.2.4"
1427  source = "registry+https://github.com/rust-lang/crates.io-index"
1428  checksum = "9661a3a53f93f09f2ea882018e4d7c88f6ff2956d809a276060476fd8c879d3c"
1429  dependencies = [
1430   "proc-macro2",
1431   "proc-macro2-diagnostics",
1432   "quote",
1433   "syn 2.0.18",
1434  ]
1435  
1436  [[package]]
1437  name = "percent-encoding"
1438  version = "2.3.0"
1439  source = "registry+https://github.com/rust-lang/crates.io-index"
1440  checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
1441  
1442  [[package]]
1443  name = "pin-project"
1444  version = "1.1.0"
1445  source = "registry+https://github.com/rust-lang/crates.io-index"
1446  checksum = "c95a7476719eab1e366eaf73d0260af3021184f18177925b07f54b30089ceead"
1447  dependencies = [
1448   "pin-project-internal",
1449  ]
1450  
1451  [[package]]
1452  name = "pin-project-internal"
1453  version = "1.1.0"
1454  source = "registry+https://github.com/rust-lang/crates.io-index"
1455  checksum = "39407670928234ebc5e6e580247dd567ad73a3578460c5990f9503df207e8f07"
1456  dependencies = [
1457   "proc-macro2",
1458   "quote",
1459   "syn 2.0.18",
1460  ]
1461  
1462  [[package]]
1463  name = "pin-project-lite"
1464  version = "0.2.9"
1465  source = "registry+https://github.com/rust-lang/crates.io-index"
1466  checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
1467  
1468  [[package]]
1469  name = "pin-utils"
1470  version = "0.1.0"
1471  source = "registry+https://github.com/rust-lang/crates.io-index"
1472  checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1473  
1474  [[package]]
1475  name = "polling"
1476  version = "2.8.0"
1477  source = "registry+https://github.com/rust-lang/crates.io-index"
1478  checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
1479  dependencies = [
1480   "autocfg",
1481   "bitflags 1.3.2",
1482   "cfg-if",
1483   "concurrent-queue",
1484   "libc",
1485   "log",
1486   "pin-project-lite",
1487   "windows-sys",
1488  ]
1489  
1490  [[package]]
1491  name = "ppv-lite86"
1492  version = "0.2.17"
1493  source = "registry+https://github.com/rust-lang/crates.io-index"
1494  checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
1495  
1496  [[package]]
1497  name = "proc-macro2"
1498  version = "1.0.60"
1499  source = "registry+https://github.com/rust-lang/crates.io-index"
1500  checksum = "dec2b086b7a862cf4de201096214fa870344cf922b2b30c167badb3af3195406"
1501  dependencies = [
1502   "unicode-ident",
1503  ]
1504  
1505  [[package]]
1506  name = "proc-macro2-diagnostics"
1507  version = "0.10.0"
1508  source = "registry+https://github.com/rust-lang/crates.io-index"
1509  checksum = "606c4ba35817e2922a308af55ad51bab3645b59eae5c570d4a6cf07e36bd493b"
1510  dependencies = [
1511   "proc-macro2",
1512   "quote",
1513   "syn 2.0.18",
1514   "version_check",
1515   "yansi",
1516  ]
1517  
1518  [[package]]
1519  name = "quote"
1520  version = "1.0.28"
1521  source = "registry+https://github.com/rust-lang/crates.io-index"
1522  checksum = "1b9ab9c7eadfd8df19006f1cf1a4aed13540ed5cbc047010ece5826e10825488"
1523  dependencies = [
1524   "proc-macro2",
1525  ]
1526  
1527  [[package]]
1528  name = "rand"
1529  version = "0.8.5"
1530  source = "registry+https://github.com/rust-lang/crates.io-index"
1531  checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
1532  dependencies = [
1533   "libc",
1534   "rand_chacha",
1535   "rand_core",
1536  ]
1537  
1538  [[package]]
1539  name = "rand_chacha"
1540  version = "0.3.1"
1541  source = "registry+https://github.com/rust-lang/crates.io-index"
1542  checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
1543  dependencies = [
1544   "ppv-lite86",
1545   "rand_core",
1546  ]
1547  
1548  [[package]]
1549  name = "rand_core"
1550  version = "0.6.4"
1551  source = "registry+https://github.com/rust-lang/crates.io-index"
1552  checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1553  dependencies = [
1554   "getrandom",
1555  ]
1556  
1557  [[package]]
1558  name = "redox_syscall"
1559  version = "0.2.16"
1560  source = "registry+https://github.com/rust-lang/crates.io-index"
1561  checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
1562  dependencies = [
1563   "bitflags 1.3.2",
1564  ]
1565  
1566  [[package]]
1567  name = "redox_syscall"
1568  version = "0.3.5"
1569  source = "registry+https://github.com/rust-lang/crates.io-index"
1570  checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
1571  dependencies = [
1572   "bitflags 1.3.2",
1573  ]
1574  
1575  [[package]]
1576  name = "redox_users"
1577  version = "0.4.3"
1578  source = "registry+https://github.com/rust-lang/crates.io-index"
1579  checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
1580  dependencies = [
1581   "getrandom",
1582   "redox_syscall 0.2.16",
1583   "thiserror",
1584  ]
1585  
1586  [[package]]
1587  name = "ref-cast"
1588  version = "1.0.16"
1589  source = "registry+https://github.com/rust-lang/crates.io-index"
1590  checksum = "f43faa91b1c8b36841ee70e97188a869d37ae21759da6846d4be66de5bf7b12c"
1591  dependencies = [
1592   "ref-cast-impl",
1593  ]
1594  
1595  [[package]]
1596  name = "ref-cast-impl"
1597  version = "1.0.16"
1598  source = "registry+https://github.com/rust-lang/crates.io-index"
1599  checksum = "8d2275aab483050ab2a7364c1a46604865ee7d6906684e08db0f090acf74f9e7"
1600  dependencies = [
1601   "proc-macro2",
1602   "quote",
1603   "syn 2.0.18",
1604  ]
1605  
1606  [[package]]
1607  name = "regex"
1608  version = "1.8.4"
1609  source = "registry+https://github.com/rust-lang/crates.io-index"
1610  checksum = "d0ab3ca65655bb1e41f2a8c8cd662eb4fb035e67c3f78da1d61dffe89d07300f"
1611  dependencies = [
1612   "regex-syntax 0.7.2",
1613  ]
1614  
1615  [[package]]
1616  name = "regex-automata"
1617  version = "0.1.10"
1618  source = "registry+https://github.com/rust-lang/crates.io-index"
1619  checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
1620  dependencies = [
1621   "regex-syntax 0.6.29",
1622  ]
1623  
1624  [[package]]
1625  name = "regex-syntax"
1626  version = "0.6.29"
1627  source = "registry+https://github.com/rust-lang/crates.io-index"
1628  checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
1629  
1630  [[package]]
1631  name = "regex-syntax"
1632  version = "0.7.2"
1633  source = "registry+https://github.com/rust-lang/crates.io-index"
1634  checksum = "436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78"
1635  
1636  [[package]]
1637  name = "ring"
1638  version = "0.16.20"
1639  source = "registry+https://github.com/rust-lang/crates.io-index"
1640  checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
1641  dependencies = [
1642   "cc",
1643   "libc",
1644   "once_cell",
1645   "spin 0.5.2",
1646   "untrusted",
1647   "web-sys",
1648   "winapi",
1649  ]
1650  
1651  [[package]]
1652  name = "rocket"
1653  version = "0.5.0-rc.3"
1654  source = "registry+https://github.com/rust-lang/crates.io-index"
1655  checksum = "58734f7401ae5cfd129685b48f61182331745b357b96f2367f01aebaf1cc9cc9"
1656  dependencies = [
1657   "async-stream",
1658   "async-trait",
1659   "atomic",
1660   "binascii",
1661   "bytes",
1662   "either",
1663   "figment",
1664   "futures",
1665   "indexmap",
1666   "is-terminal",
1667   "log",
1668   "memchr",
1669   "multer",
1670   "num_cpus",
1671   "parking_lot 0.12.1",
1672   "pin-project-lite",
1673   "rand",
1674   "ref-cast",
1675   "rocket_codegen",
1676   "rocket_http",
1677   "serde",
1678   "serde_json",
1679   "state",
1680   "tempfile",
1681   "time 0.3.22",
1682   "tokio",
1683   "tokio-stream",
1684   "tokio-util",
1685   "ubyte",
1686   "version_check",
1687   "yansi",
1688  ]
1689  
1690  [[package]]
1691  name = "rocket_codegen"
1692  version = "0.5.0-rc.3"
1693  source = "registry+https://github.com/rust-lang/crates.io-index"
1694  checksum = "7093353f14228c744982e409259fb54878ba9563d08214f2d880d59ff2fc508b"
1695  dependencies = [
1696   "devise",
1697   "glob",
1698   "indexmap",
1699   "proc-macro2",
1700   "quote",
1701   "rocket_http",
1702   "syn 2.0.18",
1703   "unicode-xid",
1704  ]
1705  
1706  [[package]]
1707  name = "rocket_http"
1708  version = "0.5.0-rc.3"
1709  source = "registry+https://github.com/rust-lang/crates.io-index"
1710  checksum = "936012c99162a03a67f37f9836d5f938f662e26f2717809761a9ac46432090f4"
1711  dependencies = [
1712   "cookie",
1713   "either",
1714   "futures",
1715   "http",
1716   "hyper",
1717   "indexmap",
1718   "log",
1719   "memchr",
1720   "pear",
1721   "percent-encoding",
1722   "pin-project-lite",
1723   "ref-cast",
1724   "rustls",
1725   "rustls-pemfile",
1726   "serde",
1727   "smallvec",
1728   "stable-pattern",
1729   "state",
1730   "time 0.3.22",
1731   "tokio",
1732   "tokio-rustls",
1733   "uncased",
1734  ]
1735  
1736  [[package]]
1737  name = "rustix"
1738  version = "0.37.19"
1739  source = "registry+https://github.com/rust-lang/crates.io-index"
1740  checksum = "acf8729d8542766f1b2cf77eb034d52f40d375bb8b615d0b147089946e16613d"
1741  dependencies = [
1742   "bitflags 1.3.2",
1743   "errno",
1744   "io-lifetimes",
1745   "libc",
1746   "linux-raw-sys",
1747   "windows-sys",
1748  ]
1749  
1750  [[package]]
1751  name = "rustls"
1752  version = "0.20.8"
1753  source = "registry+https://github.com/rust-lang/crates.io-index"
1754  checksum = "fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f"
1755  dependencies = [
1756   "log",
1757   "ring",
1758   "sct",
1759   "webpki",
1760  ]
1761  
1762  [[package]]
1763  name = "rustls-pemfile"
1764  version = "1.0.2"
1765  source = "registry+https://github.com/rust-lang/crates.io-index"
1766  checksum = "d194b56d58803a43635bdc398cd17e383d6f71f9182b9a192c127ca42494a59b"
1767  dependencies = [
1768   "base64 0.21.2",
1769  ]
1770  
1771  [[package]]
1772  name = "rustversion"
1773  version = "1.0.12"
1774  source = "registry+https://github.com/rust-lang/crates.io-index"
1775  checksum = "4f3208ce4d8448b3f3e7d168a73f5e0c43a61e32930de3bceeccedb388b6bf06"
1776  
1777  [[package]]
1778  name = "ryu"
1779  version = "1.0.13"
1780  source = "registry+https://github.com/rust-lang/crates.io-index"
1781  checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041"
1782  
1783  [[package]]
1784  name = "scoped-tls"
1785  version = "1.0.1"
1786  source = "registry+https://github.com/rust-lang/crates.io-index"
1787  checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
1788  
1789  [[package]]
1790  name = "scopeguard"
1791  version = "1.1.0"
1792  source = "registry+https://github.com/rust-lang/crates.io-index"
1793  checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
1794  
1795  [[package]]
1796  name = "sct"
1797  version = "0.7.0"
1798  source = "registry+https://github.com/rust-lang/crates.io-index"
1799  checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
1800  dependencies = [
1801   "ring",
1802   "untrusted",
1803  ]
1804  
1805  [[package]]
1806  name = "serde"
1807  version = "1.0.164"
1808  source = "registry+https://github.com/rust-lang/crates.io-index"
1809  checksum = "9e8c8cf938e98f769bc164923b06dce91cea1751522f46f8466461af04c9027d"
1810  dependencies = [
1811   "serde_derive",
1812  ]
1813  
1814  [[package]]
1815  name = "serde_derive"
1816  version = "1.0.164"
1817  source = "registry+https://github.com/rust-lang/crates.io-index"
1818  checksum = "d9735b638ccc51c28bf6914d90a2e9725b377144fc612c49a611fddd1b631d68"
1819  dependencies = [
1820   "proc-macro2",
1821   "quote",
1822   "syn 2.0.18",
1823  ]
1824  
1825  [[package]]
1826  name = "serde_json"
1827  version = "1.0.96"
1828  source = "registry+https://github.com/rust-lang/crates.io-index"
1829  checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1"
1830  dependencies = [
1831   "itoa",
1832   "ryu",
1833   "serde",
1834  ]
1835  
1836  [[package]]
1837  name = "serde_spanned"
1838  version = "0.6.2"
1839  source = "registry+https://github.com/rust-lang/crates.io-index"
1840  checksum = "93107647184f6027e3b7dcb2e11034cf95ffa1e3a682c67951963ac69c1c007d"
1841  dependencies = [
1842   "serde",
1843  ]
1844  
1845  [[package]]
1846  name = "serde_with"
1847  version = "2.3.3"
1848  source = "registry+https://github.com/rust-lang/crates.io-index"
1849  checksum = "07ff71d2c147a7b57362cead5e22f772cd52f6ab31cfcd9edcd7f6aeb2a0afbe"
1850  dependencies = [
1851   "base64 0.13.1",
1852   "chrono",
1853   "hex",
1854   "indexmap",
1855   "serde",
1856   "serde_json",
1857   "serde_with_macros",
1858   "time 0.3.22",
1859  ]
1860  
1861  [[package]]
1862  name = "serde_with_macros"
1863  version = "2.3.3"
1864  source = "registry+https://github.com/rust-lang/crates.io-index"
1865  checksum = "881b6f881b17d13214e5d494c939ebab463d01264ce1811e9d4ac3a882e7695f"
1866  dependencies = [
1867   "darling",
1868   "proc-macro2",
1869   "quote",
1870   "syn 2.0.18",
1871  ]
1872  
1873  [[package]]
1874  name = "sha1"
1875  version = "0.10.5"
1876  source = "registry+https://github.com/rust-lang/crates.io-index"
1877  checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"
1878  dependencies = [
1879   "cfg-if",
1880   "cpufeatures",
1881   "digest",
1882  ]
1883  
1884  [[package]]
1885  name = "sha2"
1886  version = "0.10.6"
1887  source = "registry+https://github.com/rust-lang/crates.io-index"
1888  checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
1889  dependencies = [
1890   "cfg-if",
1891   "cpufeatures",
1892   "digest",
1893  ]
1894  
1895  [[package]]
1896  name = "sha256"
1897  version = "1.1.4"
1898  source = "registry+https://github.com/rust-lang/crates.io-index"
1899  checksum = "08a975c1bc0941703000eaf232c4d8ce188d8d5408d6344b6b2c8c6262772828"
1900  dependencies = [
1901   "hex",
1902   "sha2",
1903  ]
1904  
1905  [[package]]
1906  name = "sharded-slab"
1907  version = "0.1.4"
1908  source = "registry+https://github.com/rust-lang/crates.io-index"
1909  checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
1910  dependencies = [
1911   "lazy_static",
1912  ]
1913  
1914  [[package]]
1915  name = "signal-hook"
1916  version = "0.3.15"
1917  source = "registry+https://github.com/rust-lang/crates.io-index"
1918  checksum = "732768f1176d21d09e076c23a93123d40bba92d50c4058da34d45c8de8e682b9"
1919  dependencies = [
1920   "libc",
1921   "signal-hook-registry",
1922  ]
1923  
1924  [[package]]
1925  name = "signal-hook-registry"
1926  version = "1.4.1"
1927  source = "registry+https://github.com/rust-lang/crates.io-index"
1928  checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
1929  dependencies = [
1930   "libc",
1931  ]
1932  
1933  [[package]]
1934  name = "slab"
1935  version = "0.4.8"
1936  source = "registry+https://github.com/rust-lang/crates.io-index"
1937  checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
1938  dependencies = [
1939   "autocfg",
1940  ]
1941  
1942  [[package]]
1943  name = "smallvec"
1944  version = "1.10.0"
1945  source = "registry+https://github.com/rust-lang/crates.io-index"
1946  checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
1947  
1948  [[package]]
1949  name = "socket2"
1950  version = "0.4.9"
1951  source = "registry+https://github.com/rust-lang/crates.io-index"
1952  checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
1953  dependencies = [
1954   "libc",
1955   "winapi",
1956  ]
1957  
1958  [[package]]
1959  name = "spin"
1960  version = "0.5.2"
1961  source = "registry+https://github.com/rust-lang/crates.io-index"
1962  checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
1963  
1964  [[package]]
1965  name = "spin"
1966  version = "0.9.8"
1967  source = "registry+https://github.com/rust-lang/crates.io-index"
1968  checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
1969  
1970  [[package]]
1971  name = "sqlformat"
1972  version = "0.2.1"
1973  source = "registry+https://github.com/rust-lang/crates.io-index"
1974  checksum = "0c12bc9199d1db8234678b7051747c07f517cdcf019262d1847b94ec8b1aee3e"
1975  dependencies = [
1976   "itertools",
1977   "nom",
1978   "unicode_categories",
1979  ]
1980  
1981  [[package]]
1982  name = "sqlx"
1983  version = "0.6.3"
1984  source = "registry+https://github.com/rust-lang/crates.io-index"
1985  checksum = "f8de3b03a925878ed54a954f621e64bf55a3c1bd29652d0d1a17830405350188"
1986  dependencies = [
1987   "sqlx-core",
1988   "sqlx-macros",
1989  ]
1990  
1991  [[package]]
1992  name = "sqlx-core"
1993  version = "0.6.3"
1994  source = "registry+https://github.com/rust-lang/crates.io-index"
1995  checksum = "fa8241483a83a3f33aa5fff7e7d9def398ff9990b2752b6c6112b83c6d246029"
1996  dependencies = [
1997   "ahash 0.7.6",
1998   "atoi",
1999   "base64 0.13.1",
2000   "bitflags 1.3.2",
2001   "byteorder",
2002   "bytes",
2003   "chrono",
2004   "crc",
2005   "crossbeam-queue",
2006   "dirs",
2007   "dotenvy",
2008   "either",
2009   "event-listener",
2010   "futures-channel",
2011   "futures-core",
2012   "futures-intrusive",
2013   "futures-util",
2014   "hashlink",
2015   "hex",
2016   "hkdf",
2017   "hmac",
2018   "indexmap",
2019   "itoa",
2020   "libc",
2021   "log",
2022   "md-5",
2023   "memchr",
2024   "once_cell",
2025   "paste",
2026   "percent-encoding",
2027   "rand",
2028   "rustls",
2029   "rustls-pemfile",
2030   "serde",
2031   "serde_json",
2032   "sha1",
2033   "sha2",
2034   "smallvec",
2035   "sqlformat",
2036   "sqlx-rt",
2037   "stringprep",
2038   "thiserror",
2039   "url",
2040   "uuid",
2041   "webpki-roots",
2042   "whoami",
2043  ]
2044  
2045  [[package]]
2046  name = "sqlx-macros"
2047  version = "0.6.3"
2048  source = "registry+https://github.com/rust-lang/crates.io-index"
2049  checksum = "9966e64ae989e7e575b19d7265cb79d7fc3cbbdf179835cb0d716f294c2049c9"
2050  dependencies = [
2051   "dotenvy",
2052   "either",
2053   "heck",
2054   "hex",
2055   "once_cell",
2056   "proc-macro2",
2057   "quote",
2058   "serde",
2059   "serde_json",
2060   "sha2",
2061   "sqlx-core",
2062   "sqlx-rt",
2063   "syn 1.0.109",
2064   "url",
2065  ]
2066  
2067  [[package]]
2068  name = "sqlx-rt"
2069  version = "0.6.3"
2070  source = "registry+https://github.com/rust-lang/crates.io-index"
2071  checksum = "804d3f245f894e61b1e6263c84b23ca675d96753b5abfd5cc8597d86806e8024"
2072  dependencies = [
2073   "async-std",
2074   "futures-rustls",
2075  ]
2076  
2077  [[package]]
2078  name = "stable-pattern"
2079  version = "0.1.0"
2080  source = "registry+https://github.com/rust-lang/crates.io-index"
2081  checksum = "4564168c00635f88eaed410d5efa8131afa8d8699a612c80c455a0ba05c21045"
2082  dependencies = [
2083   "memchr",
2084  ]
2085  
2086  [[package]]
2087  name = "state"
2088  version = "0.5.3"
2089  source = "registry+https://github.com/rust-lang/crates.io-index"
2090  checksum = "dbe866e1e51e8260c9eed836a042a5e7f6726bb2b411dffeaa712e19c388f23b"
2091  dependencies = [
2092   "loom",
2093  ]
2094  
2095  [[package]]
2096  name = "stringprep"
2097  version = "0.1.2"
2098  source = "registry+https://github.com/rust-lang/crates.io-index"
2099  checksum = "8ee348cb74b87454fff4b551cbf727025810a004f88aeacae7f85b87f4e9a1c1"
2100  dependencies = [
2101   "unicode-bidi",
2102   "unicode-normalization",
2103  ]
2104  
2105  [[package]]
2106  name = "strsim"
2107  version = "0.10.0"
2108  source = "registry+https://github.com/rust-lang/crates.io-index"
2109  checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
2110  
2111  [[package]]
2112  name = "subtle"
2113  version = "2.5.0"
2114  source = "registry+https://github.com/rust-lang/crates.io-index"
2115  checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
2116  
2117  [[package]]
2118  name = "syn"
2119  version = "1.0.109"
2120  source = "registry+https://github.com/rust-lang/crates.io-index"
2121  checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
2122  dependencies = [
2123   "proc-macro2",
2124   "quote",
2125   "unicode-ident",
2126  ]
2127  
2128  [[package]]
2129  name = "syn"
2130  version = "2.0.18"
2131  source = "registry+https://github.com/rust-lang/crates.io-index"
2132  checksum = "32d41677bcbe24c20c52e7c70b0d8db04134c5d1066bf98662e2871ad200ea3e"
2133  dependencies = [
2134   "proc-macro2",
2135   "quote",
2136   "unicode-ident",
2137  ]
2138  
2139  [[package]]
2140  name = "tar"
2141  version = "0.4.38"
2142  source = "registry+https://github.com/rust-lang/crates.io-index"
2143  checksum = "4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6"
2144  dependencies = [
2145   "filetime",
2146   "libc",
2147   "xattr",
2148  ]
2149  
2150  [[package]]
2151  name = "tempfile"
2152  version = "3.6.0"
2153  source = "registry+https://github.com/rust-lang/crates.io-index"
2154  checksum = "31c0432476357e58790aaa47a8efb0c5138f137343f3b5f23bd36a27e3b0a6d6"
2155  dependencies = [
2156   "autocfg",
2157   "cfg-if",
2158   "fastrand",
2159   "redox_syscall 0.3.5",
2160   "rustix",
2161   "windows-sys",
2162  ]
2163  
2164  [[package]]
2165  name = "thiserror"
2166  version = "1.0.40"
2167  source = "registry+https://github.com/rust-lang/crates.io-index"
2168  checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
2169  dependencies = [
2170   "thiserror-impl",
2171  ]
2172  
2173  [[package]]
2174  name = "thiserror-impl"
2175  version = "1.0.40"
2176  source = "registry+https://github.com/rust-lang/crates.io-index"
2177  checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
2178  dependencies = [
2179   "proc-macro2",
2180   "quote",
2181   "syn 2.0.18",
2182  ]
2183  
2184  [[package]]
2185  name = "thread_local"
2186  version = "1.1.7"
2187  source = "registry+https://github.com/rust-lang/crates.io-index"
2188  checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
2189  dependencies = [
2190   "cfg-if",
2191   "once_cell",
2192  ]
2193  
2194  [[package]]
2195  name = "time"
2196  version = "0.1.45"
2197  source = "registry+https://github.com/rust-lang/crates.io-index"
2198  checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"
2199  dependencies = [
2200   "libc",
2201   "wasi 0.10.0+wasi-snapshot-preview1",
2202   "winapi",
2203  ]
2204  
2205  [[package]]
2206  name = "time"
2207  version = "0.3.22"
2208  source = "registry+https://github.com/rust-lang/crates.io-index"
2209  checksum = "ea9e1b3cf1243ae005d9e74085d4d542f3125458f3a81af210d901dcd7411efd"
2210  dependencies = [
2211   "itoa",
2212   "serde",
2213   "time-core",
2214   "time-macros",
2215  ]
2216  
2217  [[package]]
2218  name = "time-core"
2219  version = "0.1.1"
2220  source = "registry+https://github.com/rust-lang/crates.io-index"
2221  checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb"
2222  
2223  [[package]]
2224  name = "time-macros"
2225  version = "0.2.9"
2226  source = "registry+https://github.com/rust-lang/crates.io-index"
2227  checksum = "372950940a5f07bf38dbe211d7283c9e6d7327df53794992d293e534c733d09b"
2228  dependencies = [
2229   "time-core",
2230  ]
2231  
2232  [[package]]
2233  name = "tinyvec"
2234  version = "1.6.0"
2235  source = "registry+https://github.com/rust-lang/crates.io-index"
2236  checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
2237  dependencies = [
2238   "tinyvec_macros",
2239  ]
2240  
2241  [[package]]
2242  name = "tinyvec_macros"
2243  version = "0.1.1"
2244  source = "registry+https://github.com/rust-lang/crates.io-index"
2245  checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2246  
2247  [[package]]
2248  name = "tokio"
2249  version = "1.28.2"
2250  source = "registry+https://github.com/rust-lang/crates.io-index"
2251  checksum = "94d7b1cfd2aa4011f2de74c2c4c63665e27a71006b0a192dcd2710272e73dfa2"
2252  dependencies = [
2253   "autocfg",
2254   "bytes",
2255   "libc",
2256   "mio",
2257   "num_cpus",
2258   "pin-project-lite",
2259   "signal-hook-registry",
2260   "socket2",
2261   "tokio-macros",
2262   "windows-sys",
2263  ]
2264  
2265  [[package]]
2266  name = "tokio-macros"
2267  version = "2.1.0"
2268  source = "registry+https://github.com/rust-lang/crates.io-index"
2269  checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
2270  dependencies = [
2271   "proc-macro2",
2272   "quote",
2273   "syn 2.0.18",
2274  ]
2275  
2276  [[package]]
2277  name = "tokio-rustls"
2278  version = "0.23.4"
2279  source = "registry+https://github.com/rust-lang/crates.io-index"
2280  checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"
2281  dependencies = [
2282   "rustls",
2283   "tokio",
2284   "webpki",
2285  ]
2286  
2287  [[package]]
2288  name = "tokio-stream"
2289  version = "0.1.14"
2290  source = "registry+https://github.com/rust-lang/crates.io-index"
2291  checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842"
2292  dependencies = [
2293   "futures-core",
2294   "pin-project-lite",
2295   "tokio",
2296  ]
2297  
2298  [[package]]
2299  name = "tokio-util"
2300  version = "0.7.8"
2301  source = "registry+https://github.com/rust-lang/crates.io-index"
2302  checksum = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d"
2303  dependencies = [
2304   "bytes",
2305   "futures-core",
2306   "futures-sink",
2307   "pin-project-lite",
2308   "tokio",
2309   "tracing",
2310  ]
2311  
2312  [[package]]
2313  name = "toml"
2314  version = "0.7.4"
2315  source = "registry+https://github.com/rust-lang/crates.io-index"
2316  checksum = "d6135d499e69981f9ff0ef2167955a5333c35e36f6937d382974566b3d5b94ec"
2317  dependencies = [
2318   "serde",
2319   "serde_spanned",
2320   "toml_datetime",
2321   "toml_edit",
2322  ]
2323  
2324  [[package]]
2325  name = "toml_datetime"
2326  version = "0.6.2"
2327  source = "registry+https://github.com/rust-lang/crates.io-index"
2328  checksum = "5a76a9312f5ba4c2dec6b9161fdf25d87ad8a09256ccea5a556fef03c706a10f"
2329  dependencies = [
2330   "serde",
2331  ]
2332  
2333  [[package]]
2334  name = "toml_edit"
2335  version = "0.19.10"
2336  source = "registry+https://github.com/rust-lang/crates.io-index"
2337  checksum = "2380d56e8670370eee6566b0bfd4265f65b3f432e8c6d85623f728d4fa31f739"
2338  dependencies = [
2339   "indexmap",
2340   "serde",
2341   "serde_spanned",
2342   "toml_datetime",
2343   "winnow",
2344  ]
2345  
2346  [[package]]
2347  name = "tower-service"
2348  version = "0.3.2"
2349  source = "registry+https://github.com/rust-lang/crates.io-index"
2350  checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
2351  
2352  [[package]]
2353  name = "tracing"
2354  version = "0.1.37"
2355  source = "registry+https://github.com/rust-lang/crates.io-index"
2356  checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
2357  dependencies = [
2358   "cfg-if",
2359   "pin-project-lite",
2360   "tracing-attributes",
2361   "tracing-core",
2362  ]
2363  
2364  [[package]]
2365  name = "tracing-attributes"
2366  version = "0.1.24"
2367  source = "registry+https://github.com/rust-lang/crates.io-index"
2368  checksum = "0f57e3ca2a01450b1a921183a9c9cbfda207fd822cef4ccb00a65402cbba7a74"
2369  dependencies = [
2370   "proc-macro2",
2371   "quote",
2372   "syn 2.0.18",
2373  ]
2374  
2375  [[package]]
2376  name = "tracing-core"
2377  version = "0.1.31"
2378  source = "registry+https://github.com/rust-lang/crates.io-index"
2379  checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a"
2380  dependencies = [
2381   "once_cell",
2382   "valuable",
2383  ]
2384  
2385  [[package]]
2386  name = "tracing-log"
2387  version = "0.1.3"
2388  source = "registry+https://github.com/rust-lang/crates.io-index"
2389  checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"
2390  dependencies = [
2391   "lazy_static",
2392   "log",
2393   "tracing-core",
2394  ]
2395  
2396  [[package]]
2397  name = "tracing-subscriber"
2398  version = "0.3.17"
2399  source = "registry+https://github.com/rust-lang/crates.io-index"
2400  checksum = "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77"
2401  dependencies = [
2402   "matchers",
2403   "nu-ansi-term",
2404   "once_cell",
2405   "regex",
2406   "sharded-slab",
2407   "smallvec",
2408   "thread_local",
2409   "tracing",
2410   "tracing-core",
2411   "tracing-log",
2412  ]
2413  
2414  [[package]]
2415  name = "try-lock"
2416  version = "0.2.4"
2417  source = "registry+https://github.com/rust-lang/crates.io-index"
2418  checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
2419  
2420  [[package]]
2421  name = "typenum"
2422  version = "1.16.0"
2423  source = "registry+https://github.com/rust-lang/crates.io-index"
2424  checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
2425  
2426  [[package]]
2427  name = "ubyte"
2428  version = "0.10.3"
2429  source = "registry+https://github.com/rust-lang/crates.io-index"
2430  checksum = "c81f0dae7d286ad0d9366d7679a77934cfc3cf3a8d67e82669794412b2368fe6"
2431  dependencies = [
2432   "serde",
2433  ]
2434  
2435  [[package]]
2436  name = "uncased"
2437  version = "0.9.9"
2438  source = "registry+https://github.com/rust-lang/crates.io-index"
2439  checksum = "9b9bc53168a4be7402ab86c3aad243a84dd7381d09be0eddc81280c1da95ca68"
2440  dependencies = [
2441   "serde",
2442   "version_check",
2443  ]
2444  
2445  [[package]]
2446  name = "unicode-bidi"
2447  version = "0.3.13"
2448  source = "registry+https://github.com/rust-lang/crates.io-index"
2449  checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
2450  
2451  [[package]]
2452  name = "unicode-ident"
2453  version = "1.0.9"
2454  source = "registry+https://github.com/rust-lang/crates.io-index"
2455  checksum = "b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0"
2456  
2457  [[package]]
2458  name = "unicode-normalization"
2459  version = "0.1.22"
2460  source = "registry+https://github.com/rust-lang/crates.io-index"
2461  checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
2462  dependencies = [
2463   "tinyvec",
2464  ]
2465  
2466  [[package]]
2467  name = "unicode-segmentation"
2468  version = "1.10.1"
2469  source = "registry+https://github.com/rust-lang/crates.io-index"
2470  checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
2471  
2472  [[package]]
2473  name = "unicode-xid"
2474  version = "0.2.4"
2475  source = "registry+https://github.com/rust-lang/crates.io-index"
2476  checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
2477  
2478  [[package]]
2479  name = "unicode_categories"
2480  version = "0.1.1"
2481  source = "registry+https://github.com/rust-lang/crates.io-index"
2482  checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
2483  
2484  [[package]]
2485  name = "untrusted"
2486  version = "0.7.1"
2487  source = "registry+https://github.com/rust-lang/crates.io-index"
2488  checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
2489  
2490  [[package]]
2491  name = "url"
2492  version = "2.4.0"
2493  source = "registry+https://github.com/rust-lang/crates.io-index"
2494  checksum = "50bff7831e19200a85b17131d085c25d7811bc4e186efdaf54bbd132994a88cb"
2495  dependencies = [
2496   "form_urlencoded",
2497   "idna",
2498   "percent-encoding",
2499  ]
2500  
2501  [[package]]
2502  name = "uuid"
2503  version = "1.3.3"
2504  source = "registry+https://github.com/rust-lang/crates.io-index"
2505  checksum = "345444e32442451b267fc254ae85a209c64be56d2890e601a0c37ff0c3c5ecd2"
2506  dependencies = [
2507   "getrandom",
2508   "serde",
2509  ]
2510  
2511  [[package]]
2512  name = "valuable"
2513  version = "0.1.0"
2514  source = "registry+https://github.com/rust-lang/crates.io-index"
2515  checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
2516  
2517  [[package]]
2518  name = "value-bag"
2519  version = "1.4.0"
2520  source = "registry+https://github.com/rust-lang/crates.io-index"
2521  checksum = "a4d330786735ea358f3bc09eea4caa098569c1c93f342d9aca0514915022fe7e"
2522  
2523  [[package]]
2524  name = "version_check"
2525  version = "0.9.4"
2526  source = "registry+https://github.com/rust-lang/crates.io-index"
2527  checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
2528  
2529  [[package]]
2530  name = "waker-fn"
2531  version = "1.1.0"
2532  source = "registry+https://github.com/rust-lang/crates.io-index"
2533  checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
2534  
2535  [[package]]
2536  name = "want"
2537  version = "0.3.0"
2538  source = "registry+https://github.com/rust-lang/crates.io-index"
2539  checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
2540  dependencies = [
2541   "log",
2542   "try-lock",
2543  ]
2544  
2545  [[package]]
2546  name = "wasi"
2547  version = "0.10.0+wasi-snapshot-preview1"
2548  source = "registry+https://github.com/rust-lang/crates.io-index"
2549  checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
2550  
2551  [[package]]
2552  name = "wasi"
2553  version = "0.11.0+wasi-snapshot-preview1"
2554  source = "registry+https://github.com/rust-lang/crates.io-index"
2555  checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2556  
2557  [[package]]
2558  name = "wasm-bindgen"
2559  version = "0.2.86"
2560  source = "registry+https://github.com/rust-lang/crates.io-index"
2561  checksum = "5bba0e8cb82ba49ff4e229459ff22a191bbe9a1cb3a341610c9c33efc27ddf73"
2562  dependencies = [
2563   "cfg-if",
2564   "wasm-bindgen-macro",
2565  ]
2566  
2567  [[package]]
2568  name = "wasm-bindgen-backend"
2569  version = "0.2.86"
2570  source = "registry+https://github.com/rust-lang/crates.io-index"
2571  checksum = "19b04bc93f9d6bdee709f6bd2118f57dd6679cf1176a1af464fca3ab0d66d8fb"
2572  dependencies = [
2573   "bumpalo",
2574   "log",
2575   "once_cell",
2576   "proc-macro2",
2577   "quote",
2578   "syn 2.0.18",
2579   "wasm-bindgen-shared",
2580  ]
2581  
2582  [[package]]
2583  name = "wasm-bindgen-futures"
2584  version = "0.4.36"
2585  source = "registry+https://github.com/rust-lang/crates.io-index"
2586  checksum = "2d1985d03709c53167ce907ff394f5316aa22cb4e12761295c5dc57dacb6297e"
2587  dependencies = [
2588   "cfg-if",
2589   "js-sys",
2590   "wasm-bindgen",
2591   "web-sys",
2592  ]
2593  
2594  [[package]]
2595  name = "wasm-bindgen-macro"
2596  version = "0.2.86"
2597  source = "registry+https://github.com/rust-lang/crates.io-index"
2598  checksum = "14d6b024f1a526bb0234f52840389927257beb670610081360e5a03c5df9c258"
2599  dependencies = [
2600   "quote",
2601   "wasm-bindgen-macro-support",
2602  ]
2603  
2604  [[package]]
2605  name = "wasm-bindgen-macro-support"
2606  version = "0.2.86"
2607  source = "registry+https://github.com/rust-lang/crates.io-index"
2608  checksum = "e128beba882dd1eb6200e1dc92ae6c5dbaa4311aa7bb211ca035779e5efc39f8"
2609  dependencies = [
2610   "proc-macro2",
2611   "quote",
2612   "syn 2.0.18",
2613   "wasm-bindgen-backend",
2614   "wasm-bindgen-shared",
2615  ]
2616  
2617  [[package]]
2618  name = "wasm-bindgen-shared"
2619  version = "0.2.86"
2620  source = "registry+https://github.com/rust-lang/crates.io-index"
2621  checksum = "ed9d5b4305409d1fc9482fee2d7f9bcbf24b3972bf59817ef757e23982242a93"
2622  
2623  [[package]]
2624  name = "web-sys"
2625  version = "0.3.63"
2626  source = "registry+https://github.com/rust-lang/crates.io-index"
2627  checksum = "3bdd9ef4e984da1187bf8110c5cf5b845fbc87a23602cdf912386a76fcd3a7c2"
2628  dependencies = [
2629   "js-sys",
2630   "wasm-bindgen",
2631  ]
2632  
2633  [[package]]
2634  name = "webpki"
2635  version = "0.22.0"
2636  source = "registry+https://github.com/rust-lang/crates.io-index"
2637  checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"
2638  dependencies = [
2639   "ring",
2640   "untrusted",
2641  ]
2642  
2643  [[package]]
2644  name = "webpki-roots"
2645  version = "0.22.6"
2646  source = "registry+https://github.com/rust-lang/crates.io-index"
2647  checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
2648  dependencies = [
2649   "webpki",
2650  ]
2651  
2652  [[package]]
2653  name = "whoami"
2654  version = "1.4.0"
2655  source = "registry+https://github.com/rust-lang/crates.io-index"
2656  checksum = "2c70234412ca409cc04e864e89523cb0fc37f5e1344ebed5a3ebf4192b6b9f68"
2657  dependencies = [
2658   "wasm-bindgen",
2659   "web-sys",
2660  ]
2661  
2662  [[package]]
2663  name = "winapi"
2664  version = "0.3.9"
2665  source = "registry+https://github.com/rust-lang/crates.io-index"
2666  checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2667  dependencies = [
2668   "winapi-i686-pc-windows-gnu",
2669   "winapi-x86_64-pc-windows-gnu",
2670  ]
2671  
2672  [[package]]
2673  name = "winapi-i686-pc-windows-gnu"
2674  version = "0.4.0"
2675  source = "registry+https://github.com/rust-lang/crates.io-index"
2676  checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2677  
2678  [[package]]
2679  name = "winapi-x86_64-pc-windows-gnu"
2680  version = "0.4.0"
2681  source = "registry+https://github.com/rust-lang/crates.io-index"
2682  checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2683  
2684  [[package]]
2685  name = "windows"
2686  version = "0.48.0"
2687  source = "registry+https://github.com/rust-lang/crates.io-index"
2688  checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
2689  dependencies = [
2690   "windows-targets",
2691  ]
2692  
2693  [[package]]
2694  name = "windows-sys"
2695  version = "0.48.0"
2696  source = "registry+https://github.com/rust-lang/crates.io-index"
2697  checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
2698  dependencies = [
2699   "windows-targets",
2700  ]
2701  
2702  [[package]]
2703  name = "windows-targets"
2704  version = "0.48.0"
2705  source = "registry+https://github.com/rust-lang/crates.io-index"
2706  checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5"
2707  dependencies = [
2708   "windows_aarch64_gnullvm",
2709   "windows_aarch64_msvc",
2710   "windows_i686_gnu",
2711   "windows_i686_msvc",
2712   "windows_x86_64_gnu",
2713   "windows_x86_64_gnullvm",
2714   "windows_x86_64_msvc",
2715  ]
2716  
2717  [[package]]
2718  name = "windows_aarch64_gnullvm"
2719  version = "0.48.0"
2720  source = "registry+https://github.com/rust-lang/crates.io-index"
2721  checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
2722  
2723  [[package]]
2724  name = "windows_aarch64_msvc"
2725  version = "0.48.0"
2726  source = "registry+https://github.com/rust-lang/crates.io-index"
2727  checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
2728  
2729  [[package]]
2730  name = "windows_i686_gnu"
2731  version = "0.48.0"
2732  source = "registry+https://github.com/rust-lang/crates.io-index"
2733  checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
2734  
2735  [[package]]
2736  name = "windows_i686_msvc"
2737  version = "0.48.0"
2738  source = "registry+https://github.com/rust-lang/crates.io-index"
2739  checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
2740  
2741  [[package]]
2742  name = "windows_x86_64_gnu"
2743  version = "0.48.0"
2744  source = "registry+https://github.com/rust-lang/crates.io-index"
2745  checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
2746  
2747  [[package]]
2748  name = "windows_x86_64_gnullvm"
2749  version = "0.48.0"
2750  source = "registry+https://github.com/rust-lang/crates.io-index"
2751  checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
2752  
2753  [[package]]
2754  name = "windows_x86_64_msvc"
2755  version = "0.48.0"
2756  source = "registry+https://github.com/rust-lang/crates.io-index"
2757  checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
2758  
2759  [[package]]
2760  name = "winnow"
2761  version = "0.4.6"
2762  source = "registry+https://github.com/rust-lang/crates.io-index"
2763  checksum = "61de7bac303dc551fe038e2b3cef0f571087a47571ea6e79a87692ac99b99699"
2764  dependencies = [
2765   "memchr",
2766  ]
2767  
2768  [[package]]
2769  name = "xattr"
2770  version = "0.2.3"
2771  source = "registry+https://github.com/rust-lang/crates.io-index"
2772  checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
2773  dependencies = [
2774   "libc",
2775  ]
2776  
2777  [[package]]
2778  name = "yansi"
2779  version = "0.5.1"
2780  source = "registry+https://github.com/rust-lang/crates.io-index"
2781  checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"