/ Cargo.lock
Cargo.lock
   1  # This file is automatically @generated by Cargo.
   2  # It is not intended for manual editing.
   3  version = 4
   4  
   5  [[package]]
   6  name = "accessory"
   7  version = "1.3.1"
   8  source = "registry+https://github.com/rust-lang/crates.io-index"
   9  checksum = "87537f9ae7cfa78d5b8ebd1a1db25959f5e737126be4d8eb44a5452fc4b63cde"
  10  dependencies = [
  11   "macroific",
  12   "proc-macro2",
  13   "quote",
  14   "syn 2.0.87",
  15  ]
  16  
  17  [[package]]
  18  name = "addr2line"
  19  version = "0.22.0"
  20  source = "registry+https://github.com/rust-lang/crates.io-index"
  21  checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678"
  22  dependencies = [
  23   "gimli",
  24  ]
  25  
  26  [[package]]
  27  name = "adler"
  28  version = "1.0.2"
  29  source = "registry+https://github.com/rust-lang/crates.io-index"
  30  checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
  31  
  32  [[package]]
  33  name = "adler2"
  34  version = "2.0.0"
  35  source = "registry+https://github.com/rust-lang/crates.io-index"
  36  checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
  37  
  38  [[package]]
  39  name = "aead"
  40  version = "0.5.2"
  41  source = "registry+https://github.com/rust-lang/crates.io-index"
  42  checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0"
  43  dependencies = [
  44   "crypto-common",
  45   "generic-array",
  46  ]
  47  
  48  [[package]]
  49  name = "aes"
  50  version = "0.8.4"
  51  source = "registry+https://github.com/rust-lang/crates.io-index"
  52  checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
  53  dependencies = [
  54   "cfg-if",
  55   "cipher",
  56   "cpufeatures",
  57  ]
  58  
  59  [[package]]
  60  name = "aho-corasick"
  61  version = "1.1.3"
  62  source = "registry+https://github.com/rust-lang/crates.io-index"
  63  checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
  64  dependencies = [
  65   "memchr",
  66  ]
  67  
  68  [[package]]
  69  name = "alfred"
  70  version = "0.1.0"
  71  dependencies = [
  72   "anyhow",
  73   "async-std",
  74   "chrono",
  75   "clap",
  76   "ctrlc-async",
  77   "dirs",
  78   "futures",
  79   "matrix-sdk",
  80   "nom",
  81   "r2d2",
  82   "r2d2_sqlite",
  83   "rand 0.8.5",
  84   "rusqlite",
  85   "serde",
  86   "serde_json",
  87   "thiserror 1.0.69",
  88   "tokio",
  89   "tracing-subscriber",
  90  ]
  91  
  92  [[package]]
  93  name = "android-tzdata"
  94  version = "0.1.1"
  95  source = "registry+https://github.com/rust-lang/crates.io-index"
  96  checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
  97  
  98  [[package]]
  99  name = "android_system_properties"
 100  version = "0.1.5"
 101  source = "registry+https://github.com/rust-lang/crates.io-index"
 102  checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
 103  dependencies = [
 104   "libc",
 105  ]
 106  
 107  [[package]]
 108  name = "anstream"
 109  version = "0.6.14"
 110  source = "registry+https://github.com/rust-lang/crates.io-index"
 111  checksum = "418c75fa768af9c03be99d17643f93f79bbba589895012a80e3452a19ddda15b"
 112  dependencies = [
 113   "anstyle",
 114   "anstyle-parse",
 115   "anstyle-query",
 116   "anstyle-wincon",
 117   "colorchoice",
 118   "is_terminal_polyfill",
 119   "utf8parse",
 120  ]
 121  
 122  [[package]]
 123  name = "anstyle"
 124  version = "1.0.7"
 125  source = "registry+https://github.com/rust-lang/crates.io-index"
 126  checksum = "038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b"
 127  
 128  [[package]]
 129  name = "anstyle-parse"
 130  version = "0.2.4"
 131  source = "registry+https://github.com/rust-lang/crates.io-index"
 132  checksum = "c03a11a9034d92058ceb6ee011ce58af4a9bf61491aa7e1e59ecd24bd40d22d4"
 133  dependencies = [
 134   "utf8parse",
 135  ]
 136  
 137  [[package]]
 138  name = "anstyle-query"
 139  version = "1.1.0"
 140  source = "registry+https://github.com/rust-lang/crates.io-index"
 141  checksum = "ad186efb764318d35165f1758e7dcef3b10628e26d41a44bc5550652e6804391"
 142  dependencies = [
 143   "windows-sys 0.52.0",
 144  ]
 145  
 146  [[package]]
 147  name = "anstyle-wincon"
 148  version = "3.0.3"
 149  source = "registry+https://github.com/rust-lang/crates.io-index"
 150  checksum = "61a38449feb7068f52bb06c12759005cf459ee52bb4adc1d5a7c4322d716fb19"
 151  dependencies = [
 152   "anstyle",
 153   "windows-sys 0.52.0",
 154  ]
 155  
 156  [[package]]
 157  name = "anyhow"
 158  version = "1.0.97"
 159  source = "registry+https://github.com/rust-lang/crates.io-index"
 160  checksum = "dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f"
 161  
 162  [[package]]
 163  name = "anymap2"
 164  version = "0.13.0"
 165  source = "registry+https://github.com/rust-lang/crates.io-index"
 166  checksum = "d301b3b94cb4b2f23d7917810addbbaff90738e0ca2be692bd027e70d7e0330c"
 167  
 168  [[package]]
 169  name = "aquamarine"
 170  version = "0.6.0"
 171  source = "registry+https://github.com/rust-lang/crates.io-index"
 172  checksum = "0f50776554130342de4836ba542aa85a4ddb361690d7e8df13774d7284c3d5c2"
 173  dependencies = [
 174   "include_dir",
 175   "itertools 0.10.5",
 176   "proc-macro-error2",
 177   "proc-macro2",
 178   "quote",
 179   "syn 2.0.87",
 180  ]
 181  
 182  [[package]]
 183  name = "archery"
 184  version = "1.2.1"
 185  source = "registry+https://github.com/rust-lang/crates.io-index"
 186  checksum = "eae2ed21cd55021f05707a807a5fc85695dafb98832921f6cfa06db67ca5b869"
 187  
 188  [[package]]
 189  name = "arrayref"
 190  version = "0.3.7"
 191  source = "registry+https://github.com/rust-lang/crates.io-index"
 192  checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545"
 193  
 194  [[package]]
 195  name = "arrayvec"
 196  version = "0.7.6"
 197  source = "registry+https://github.com/rust-lang/crates.io-index"
 198  checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
 199  dependencies = [
 200   "serde",
 201  ]
 202  
 203  [[package]]
 204  name = "as_variant"
 205  version = "1.3.0"
 206  source = "registry+https://github.com/rust-lang/crates.io-index"
 207  checksum = "9dbc3a507a82b17ba0d98f6ce8fd6954ea0c8152e98009d36a40d8dcc8ce078a"
 208  
 209  [[package]]
 210  name = "assign"
 211  version = "1.1.1"
 212  source = "registry+https://github.com/rust-lang/crates.io-index"
 213  checksum = "5f093eed78becd229346bf859eec0aa4dd7ddde0757287b2b4107a1f09c80002"
 214  
 215  [[package]]
 216  name = "async-attributes"
 217  version = "1.1.2"
 218  source = "registry+https://github.com/rust-lang/crates.io-index"
 219  checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
 220  dependencies = [
 221   "quote",
 222   "syn 1.0.109",
 223  ]
 224  
 225  [[package]]
 226  name = "async-channel"
 227  version = "1.9.0"
 228  source = "registry+https://github.com/rust-lang/crates.io-index"
 229  checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
 230  dependencies = [
 231   "concurrent-queue",
 232   "event-listener 2.5.3",
 233   "futures-core",
 234  ]
 235  
 236  [[package]]
 237  name = "async-channel"
 238  version = "2.3.1"
 239  source = "registry+https://github.com/rust-lang/crates.io-index"
 240  checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
 241  dependencies = [
 242   "concurrent-queue",
 243   "event-listener-strategy",
 244   "futures-core",
 245   "pin-project-lite",
 246  ]
 247  
 248  [[package]]
 249  name = "async-compression"
 250  version = "0.4.21"
 251  source = "registry+https://github.com/rust-lang/crates.io-index"
 252  checksum = "c0cf008e5e1a9e9e22a7d3c9a4992e21a350290069e36d8fb72304ed17e8f2d2"
 253  dependencies = [
 254   "flate2",
 255   "futures-core",
 256   "memchr",
 257   "pin-project-lite",
 258   "tokio",
 259  ]
 260  
 261  [[package]]
 262  name = "async-executor"
 263  version = "1.12.0"
 264  source = "registry+https://github.com/rust-lang/crates.io-index"
 265  checksum = "c8828ec6e544c02b0d6691d21ed9f9218d0384a82542855073c2a3f58304aaf0"
 266  dependencies = [
 267   "async-task",
 268   "concurrent-queue",
 269   "fastrand 2.3.0",
 270   "futures-lite 2.3.0",
 271   "slab",
 272  ]
 273  
 274  [[package]]
 275  name = "async-global-executor"
 276  version = "2.4.1"
 277  source = "registry+https://github.com/rust-lang/crates.io-index"
 278  checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
 279  dependencies = [
 280   "async-channel 2.3.1",
 281   "async-executor",
 282   "async-io 2.3.3",
 283   "async-lock 3.4.0",
 284   "blocking",
 285   "futures-lite 2.3.0",
 286   "once_cell",
 287   "tokio",
 288  ]
 289  
 290  [[package]]
 291  name = "async-io"
 292  version = "1.13.0"
 293  source = "registry+https://github.com/rust-lang/crates.io-index"
 294  checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
 295  dependencies = [
 296   "async-lock 2.8.0",
 297   "autocfg",
 298   "cfg-if",
 299   "concurrent-queue",
 300   "futures-lite 1.13.0",
 301   "log",
 302   "parking",
 303   "polling 2.8.0",
 304   "rustix 0.37.27",
 305   "slab",
 306   "socket2 0.4.10",
 307   "waker-fn",
 308  ]
 309  
 310  [[package]]
 311  name = "async-io"
 312  version = "2.3.3"
 313  source = "registry+https://github.com/rust-lang/crates.io-index"
 314  checksum = "0d6baa8f0178795da0e71bc42c9e5d13261aac7ee549853162e66a241ba17964"
 315  dependencies = [
 316   "async-lock 3.4.0",
 317   "cfg-if",
 318   "concurrent-queue",
 319   "futures-io",
 320   "futures-lite 2.3.0",
 321   "parking",
 322   "polling 3.7.2",
 323   "rustix 0.38.34",
 324   "slab",
 325   "tracing",
 326   "windows-sys 0.52.0",
 327  ]
 328  
 329  [[package]]
 330  name = "async-lock"
 331  version = "2.8.0"
 332  source = "registry+https://github.com/rust-lang/crates.io-index"
 333  checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
 334  dependencies = [
 335   "event-listener 2.5.3",
 336  ]
 337  
 338  [[package]]
 339  name = "async-lock"
 340  version = "3.4.0"
 341  source = "registry+https://github.com/rust-lang/crates.io-index"
 342  checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
 343  dependencies = [
 344   "event-listener 5.4.0",
 345   "event-listener-strategy",
 346   "pin-project-lite",
 347  ]
 348  
 349  [[package]]
 350  name = "async-std"
 351  version = "1.12.0"
 352  source = "registry+https://github.com/rust-lang/crates.io-index"
 353  checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d"
 354  dependencies = [
 355   "async-attributes",
 356   "async-channel 1.9.0",
 357   "async-global-executor",
 358   "async-io 1.13.0",
 359   "async-lock 2.8.0",
 360   "crossbeam-utils",
 361   "futures-channel",
 362   "futures-core",
 363   "futures-io",
 364   "futures-lite 1.13.0",
 365   "gloo-timers 0.2.6",
 366   "kv-log-macro",
 367   "log",
 368   "memchr",
 369   "once_cell",
 370   "pin-project-lite",
 371   "pin-utils",
 372   "slab",
 373   "wasm-bindgen-futures",
 374  ]
 375  
 376  [[package]]
 377  name = "async-stream"
 378  version = "0.3.5"
 379  source = "registry+https://github.com/rust-lang/crates.io-index"
 380  checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51"
 381  dependencies = [
 382   "async-stream-impl",
 383   "futures-core",
 384   "pin-project-lite",
 385  ]
 386  
 387  [[package]]
 388  name = "async-stream-impl"
 389  version = "0.3.5"
 390  source = "registry+https://github.com/rust-lang/crates.io-index"
 391  checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
 392  dependencies = [
 393   "proc-macro2",
 394   "quote",
 395   "syn 2.0.87",
 396  ]
 397  
 398  [[package]]
 399  name = "async-task"
 400  version = "4.7.1"
 401  source = "registry+https://github.com/rust-lang/crates.io-index"
 402  checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
 403  
 404  [[package]]
 405  name = "async-trait"
 406  version = "0.1.88"
 407  source = "registry+https://github.com/rust-lang/crates.io-index"
 408  checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5"
 409  dependencies = [
 410   "proc-macro2",
 411   "quote",
 412   "syn 2.0.87",
 413  ]
 414  
 415  [[package]]
 416  name = "atomic-waker"
 417  version = "1.1.2"
 418  source = "registry+https://github.com/rust-lang/crates.io-index"
 419  checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
 420  
 421  [[package]]
 422  name = "autocfg"
 423  version = "1.3.0"
 424  source = "registry+https://github.com/rust-lang/crates.io-index"
 425  checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
 426  
 427  [[package]]
 428  name = "backon"
 429  version = "1.5.1"
 430  source = "registry+https://github.com/rust-lang/crates.io-index"
 431  checksum = "302eaff5357a264a2c42f127ecb8bac761cf99749fc3dc95677e2743991f99e7"
 432  dependencies = [
 433   "fastrand 2.3.0",
 434   "gloo-timers 0.3.0",
 435   "tokio",
 436  ]
 437  
 438  [[package]]
 439  name = "backtrace"
 440  version = "0.3.73"
 441  source = "registry+https://github.com/rust-lang/crates.io-index"
 442  checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a"
 443  dependencies = [
 444   "addr2line",
 445   "cc",
 446   "cfg-if",
 447   "libc",
 448   "miniz_oxide 0.7.4",
 449   "object",
 450   "rustc-demangle",
 451  ]
 452  
 453  [[package]]
 454  name = "base64"
 455  version = "0.22.1"
 456  source = "registry+https://github.com/rust-lang/crates.io-index"
 457  checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
 458  
 459  [[package]]
 460  name = "base64ct"
 461  version = "1.6.0"
 462  source = "registry+https://github.com/rust-lang/crates.io-index"
 463  checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
 464  
 465  [[package]]
 466  name = "bitflags"
 467  version = "1.3.2"
 468  source = "registry+https://github.com/rust-lang/crates.io-index"
 469  checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 470  
 471  [[package]]
 472  name = "bitflags"
 473  version = "2.9.0"
 474  source = "registry+https://github.com/rust-lang/crates.io-index"
 475  checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
 476  dependencies = [
 477   "serde",
 478  ]
 479  
 480  [[package]]
 481  name = "bitmaps"
 482  version = "3.2.1"
 483  source = "registry+https://github.com/rust-lang/crates.io-index"
 484  checksum = "a1d084b0137aaa901caf9f1e8b21daa6aa24d41cd806e111335541eff9683bd6"
 485  
 486  [[package]]
 487  name = "blake3"
 488  version = "1.8.2"
 489  source = "registry+https://github.com/rust-lang/crates.io-index"
 490  checksum = "3888aaa89e4b2a40fca9848e400f6a658a5a3978de7be858e209cafa8be9a4a0"
 491  dependencies = [
 492   "arrayref",
 493   "arrayvec",
 494   "cc",
 495   "cfg-if",
 496   "constant_time_eq",
 497  ]
 498  
 499  [[package]]
 500  name = "block-buffer"
 501  version = "0.10.4"
 502  source = "registry+https://github.com/rust-lang/crates.io-index"
 503  checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 504  dependencies = [
 505   "generic-array",
 506  ]
 507  
 508  [[package]]
 509  name = "block-padding"
 510  version = "0.3.3"
 511  source = "registry+https://github.com/rust-lang/crates.io-index"
 512  checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
 513  dependencies = [
 514   "generic-array",
 515  ]
 516  
 517  [[package]]
 518  name = "blocking"
 519  version = "1.6.1"
 520  source = "registry+https://github.com/rust-lang/crates.io-index"
 521  checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
 522  dependencies = [
 523   "async-channel 2.3.1",
 524   "async-task",
 525   "futures-io",
 526   "futures-lite 2.3.0",
 527   "piper",
 528  ]
 529  
 530  [[package]]
 531  name = "bs58"
 532  version = "0.5.1"
 533  source = "registry+https://github.com/rust-lang/crates.io-index"
 534  checksum = "bf88ba1141d185c399bee5288d850d63b8369520c1eafc32a0430b5b6c287bf4"
 535  dependencies = [
 536   "tinyvec",
 537  ]
 538  
 539  [[package]]
 540  name = "bumpalo"
 541  version = "3.16.0"
 542  source = "registry+https://github.com/rust-lang/crates.io-index"
 543  checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
 544  
 545  [[package]]
 546  name = "byteorder"
 547  version = "1.5.0"
 548  source = "registry+https://github.com/rust-lang/crates.io-index"
 549  checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 550  
 551  [[package]]
 552  name = "bytes"
 553  version = "1.10.1"
 554  source = "registry+https://github.com/rust-lang/crates.io-index"
 555  checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
 556  
 557  [[package]]
 558  name = "bytesize"
 559  version = "2.0.1"
 560  source = "registry+https://github.com/rust-lang/crates.io-index"
 561  checksum = "a3c8f83209414aacf0eeae3cf730b18d6981697fba62f200fcfb92b9f082acba"
 562  
 563  [[package]]
 564  name = "cbc"
 565  version = "0.1.2"
 566  source = "registry+https://github.com/rust-lang/crates.io-index"
 567  checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
 568  dependencies = [
 569   "cipher",
 570  ]
 571  
 572  [[package]]
 573  name = "cc"
 574  version = "1.2.16"
 575  source = "registry+https://github.com/rust-lang/crates.io-index"
 576  checksum = "be714c154be609ec7f5dad223a33bf1482fff90472de28f7362806e6d4832b8c"
 577  dependencies = [
 578   "shlex",
 579  ]
 580  
 581  [[package]]
 582  name = "cfg-if"
 583  version = "1.0.0"
 584  source = "registry+https://github.com/rust-lang/crates.io-index"
 585  checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
 586  
 587  [[package]]
 588  name = "chacha20"
 589  version = "0.9.1"
 590  source = "registry+https://github.com/rust-lang/crates.io-index"
 591  checksum = "c3613f74bd2eac03dad61bd53dbe620703d4371614fe0bc3b9f04dd36fe4e818"
 592  dependencies = [
 593   "cfg-if",
 594   "cipher",
 595   "cpufeatures",
 596  ]
 597  
 598  [[package]]
 599  name = "chacha20poly1305"
 600  version = "0.10.1"
 601  source = "registry+https://github.com/rust-lang/crates.io-index"
 602  checksum = "10cd79432192d1c0f4e1a0fef9527696cc039165d729fb41b3f4f4f354c2dc35"
 603  dependencies = [
 604   "aead",
 605   "chacha20",
 606   "cipher",
 607   "poly1305",
 608   "zeroize",
 609  ]
 610  
 611  [[package]]
 612  name = "chrono"
 613  version = "0.4.38"
 614  source = "registry+https://github.com/rust-lang/crates.io-index"
 615  checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
 616  dependencies = [
 617   "android-tzdata",
 618   "iana-time-zone",
 619   "js-sys",
 620   "num-traits",
 621   "serde",
 622   "wasm-bindgen",
 623   "windows-targets 0.52.6",
 624  ]
 625  
 626  [[package]]
 627  name = "cipher"
 628  version = "0.4.4"
 629  source = "registry+https://github.com/rust-lang/crates.io-index"
 630  checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
 631  dependencies = [
 632   "crypto-common",
 633   "inout",
 634   "zeroize",
 635  ]
 636  
 637  [[package]]
 638  name = "clap"
 639  version = "4.5.9"
 640  source = "registry+https://github.com/rust-lang/crates.io-index"
 641  checksum = "64acc1846d54c1fe936a78dc189c34e28d3f5afc348403f28ecf53660b9b8462"
 642  dependencies = [
 643   "clap_builder",
 644   "clap_derive",
 645  ]
 646  
 647  [[package]]
 648  name = "clap_builder"
 649  version = "4.5.9"
 650  source = "registry+https://github.com/rust-lang/crates.io-index"
 651  checksum = "6fb8393d67ba2e7bfaf28a23458e4e2b543cc73a99595511eb207fdb8aede942"
 652  dependencies = [
 653   "anstream",
 654   "anstyle",
 655   "clap_lex",
 656   "strsim",
 657   "terminal_size",
 658   "unicase",
 659   "unicode-width",
 660  ]
 661  
 662  [[package]]
 663  name = "clap_derive"
 664  version = "4.5.8"
 665  source = "registry+https://github.com/rust-lang/crates.io-index"
 666  checksum = "2bac35c6dafb060fd4d275d9a4ffae97917c13a6327903a8be2153cd964f7085"
 667  dependencies = [
 668   "heck",
 669   "proc-macro2",
 670   "quote",
 671   "syn 2.0.87",
 672  ]
 673  
 674  [[package]]
 675  name = "clap_lex"
 676  version = "0.7.1"
 677  source = "registry+https://github.com/rust-lang/crates.io-index"
 678  checksum = "4b82cf0babdbd58558212896d1a4272303a57bdb245c2bf1147185fb45640e70"
 679  
 680  [[package]]
 681  name = "colorchoice"
 682  version = "1.0.1"
 683  source = "registry+https://github.com/rust-lang/crates.io-index"
 684  checksum = "0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422"
 685  
 686  [[package]]
 687  name = "concurrent-queue"
 688  version = "2.5.0"
 689  source = "registry+https://github.com/rust-lang/crates.io-index"
 690  checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
 691  dependencies = [
 692   "crossbeam-utils",
 693  ]
 694  
 695  [[package]]
 696  name = "const-oid"
 697  version = "0.9.6"
 698  source = "registry+https://github.com/rust-lang/crates.io-index"
 699  checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
 700  
 701  [[package]]
 702  name = "const_panic"
 703  version = "0.2.8"
 704  source = "registry+https://github.com/rust-lang/crates.io-index"
 705  checksum = "6051f239ecec86fde3410901ab7860d458d160371533842974fc61f96d15879b"
 706  
 707  [[package]]
 708  name = "constant_time_eq"
 709  version = "0.3.1"
 710  source = "registry+https://github.com/rust-lang/crates.io-index"
 711  checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
 712  
 713  [[package]]
 714  name = "core-foundation"
 715  version = "0.9.4"
 716  source = "registry+https://github.com/rust-lang/crates.io-index"
 717  checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
 718  dependencies = [
 719   "core-foundation-sys",
 720   "libc",
 721  ]
 722  
 723  [[package]]
 724  name = "core-foundation-sys"
 725  version = "0.8.6"
 726  source = "registry+https://github.com/rust-lang/crates.io-index"
 727  checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
 728  
 729  [[package]]
 730  name = "cpufeatures"
 731  version = "0.2.12"
 732  source = "registry+https://github.com/rust-lang/crates.io-index"
 733  checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
 734  dependencies = [
 735   "libc",
 736  ]
 737  
 738  [[package]]
 739  name = "crc32fast"
 740  version = "1.4.2"
 741  source = "registry+https://github.com/rust-lang/crates.io-index"
 742  checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
 743  dependencies = [
 744   "cfg-if",
 745  ]
 746  
 747  [[package]]
 748  name = "crossbeam-utils"
 749  version = "0.8.20"
 750  source = "registry+https://github.com/rust-lang/crates.io-index"
 751  checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
 752  
 753  [[package]]
 754  name = "crypto-common"
 755  version = "0.1.6"
 756  source = "registry+https://github.com/rust-lang/crates.io-index"
 757  checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 758  dependencies = [
 759   "generic-array",
 760   "rand_core 0.6.4",
 761   "typenum",
 762  ]
 763  
 764  [[package]]
 765  name = "ctr"
 766  version = "0.9.2"
 767  source = "registry+https://github.com/rust-lang/crates.io-index"
 768  checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835"
 769  dependencies = [
 770   "cipher",
 771  ]
 772  
 773  [[package]]
 774  name = "ctrlc-async"
 775  version = "3.2.2"
 776  source = "registry+https://github.com/rust-lang/crates.io-index"
 777  checksum = "598e9d68e769aa1283460a3b0ec0d049ccfb6170277aea37089fa3f58fd721a1"
 778  dependencies = [
 779   "nix",
 780   "tokio",
 781   "winapi",
 782  ]
 783  
 784  [[package]]
 785  name = "curve25519-dalek"
 786  version = "4.1.3"
 787  source = "registry+https://github.com/rust-lang/crates.io-index"
 788  checksum = "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be"
 789  dependencies = [
 790   "cfg-if",
 791   "cpufeatures",
 792   "curve25519-dalek-derive",
 793   "digest",
 794   "fiat-crypto",
 795   "rustc_version",
 796   "serde",
 797   "subtle",
 798   "zeroize",
 799  ]
 800  
 801  [[package]]
 802  name = "curve25519-dalek-derive"
 803  version = "0.1.1"
 804  source = "registry+https://github.com/rust-lang/crates.io-index"
 805  checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3"
 806  dependencies = [
 807   "proc-macro2",
 808   "quote",
 809   "syn 2.0.87",
 810  ]
 811  
 812  [[package]]
 813  name = "date_header"
 814  version = "1.0.5"
 815  source = "registry+https://github.com/rust-lang/crates.io-index"
 816  checksum = "0c03c416ed1a30fbb027ef484ba6ab6f80e1eada675e1a2b92fd673c045a1f1d"
 817  
 818  [[package]]
 819  name = "deadpool"
 820  version = "0.12.2"
 821  source = "registry+https://github.com/rust-lang/crates.io-index"
 822  checksum = "5ed5957ff93768adf7a65ab167a17835c3d2c3c50d084fe305174c112f468e2f"
 823  dependencies = [
 824   "deadpool-runtime",
 825   "num_cpus",
 826   "tokio",
 827  ]
 828  
 829  [[package]]
 830  name = "deadpool-runtime"
 831  version = "0.1.4"
 832  source = "registry+https://github.com/rust-lang/crates.io-index"
 833  checksum = "092966b41edc516079bdf31ec78a2e0588d1d0c08f78b91d8307215928642b2b"
 834  dependencies = [
 835   "tokio",
 836  ]
 837  
 838  [[package]]
 839  name = "deadpool-sqlite"
 840  version = "0.11.0"
 841  source = "registry+https://github.com/rust-lang/crates.io-index"
 842  checksum = "9e531d0beb6d12daa84df0482bf89e06c7ed059551ae1d7313dc7531d37778fb"
 843  dependencies = [
 844   "deadpool",
 845   "deadpool-sync",
 846   "rusqlite",
 847  ]
 848  
 849  [[package]]
 850  name = "deadpool-sync"
 851  version = "0.1.4"
 852  source = "registry+https://github.com/rust-lang/crates.io-index"
 853  checksum = "524bc3df0d57e98ecd022e21ba31166c2625e7d3e5bcc4510efaeeab4abcab04"
 854  dependencies = [
 855   "deadpool-runtime",
 856  ]
 857  
 858  [[package]]
 859  name = "decancer"
 860  version = "3.3.3"
 861  source = "registry+https://github.com/rust-lang/crates.io-index"
 862  checksum = "a9244323129647178bf41ac861a2cdb9d9c81b9b09d3d0d1de9cd302b33b8a1d"
 863  dependencies = [
 864   "lazy_static",
 865   "regex",
 866  ]
 867  
 868  [[package]]
 869  name = "delegate-display"
 870  version = "2.1.1"
 871  source = "registry+https://github.com/rust-lang/crates.io-index"
 872  checksum = "98a85201f233142ac819bbf6226e36d0b5e129a47bd325084674261c82d4cd66"
 873  dependencies = [
 874   "macroific",
 875   "proc-macro2",
 876   "quote",
 877   "syn 2.0.87",
 878  ]
 879  
 880  [[package]]
 881  name = "der"
 882  version = "0.7.9"
 883  source = "registry+https://github.com/rust-lang/crates.io-index"
 884  checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
 885  dependencies = [
 886   "const-oid",
 887   "zeroize",
 888  ]
 889  
 890  [[package]]
 891  name = "deranged"
 892  version = "0.3.11"
 893  source = "registry+https://github.com/rust-lang/crates.io-index"
 894  checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
 895  dependencies = [
 896   "powerfmt",
 897  ]
 898  
 899  [[package]]
 900  name = "digest"
 901  version = "0.10.7"
 902  source = "registry+https://github.com/rust-lang/crates.io-index"
 903  checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 904  dependencies = [
 905   "block-buffer",
 906   "crypto-common",
 907   "subtle",
 908  ]
 909  
 910  [[package]]
 911  name = "dirs"
 912  version = "5.0.1"
 913  source = "registry+https://github.com/rust-lang/crates.io-index"
 914  checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
 915  dependencies = [
 916   "dirs-sys",
 917  ]
 918  
 919  [[package]]
 920  name = "dirs-sys"
 921  version = "0.4.1"
 922  source = "registry+https://github.com/rust-lang/crates.io-index"
 923  checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
 924  dependencies = [
 925   "libc",
 926   "option-ext",
 927   "redox_users",
 928   "windows-sys 0.48.0",
 929  ]
 930  
 931  [[package]]
 932  name = "displaydoc"
 933  version = "0.2.5"
 934  source = "registry+https://github.com/rust-lang/crates.io-index"
 935  checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 936  dependencies = [
 937   "proc-macro2",
 938   "quote",
 939   "syn 2.0.87",
 940  ]
 941  
 942  [[package]]
 943  name = "ed25519"
 944  version = "2.2.3"
 945  source = "registry+https://github.com/rust-lang/crates.io-index"
 946  checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53"
 947  dependencies = [
 948   "pkcs8",
 949   "serde",
 950   "signature",
 951  ]
 952  
 953  [[package]]
 954  name = "ed25519-dalek"
 955  version = "2.1.1"
 956  source = "registry+https://github.com/rust-lang/crates.io-index"
 957  checksum = "4a3daa8e81a3963a60642bcc1f90a670680bd4a77535faa384e9d1c79d620871"
 958  dependencies = [
 959   "curve25519-dalek",
 960   "ed25519",
 961   "rand_core 0.6.4",
 962   "serde",
 963   "sha2",
 964   "subtle",
 965   "zeroize",
 966  ]
 967  
 968  [[package]]
 969  name = "either"
 970  version = "1.13.0"
 971  source = "registry+https://github.com/rust-lang/crates.io-index"
 972  checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
 973  
 974  [[package]]
 975  name = "equivalent"
 976  version = "1.0.1"
 977  source = "registry+https://github.com/rust-lang/crates.io-index"
 978  checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
 979  
 980  [[package]]
 981  name = "errno"
 982  version = "0.3.10"
 983  source = "registry+https://github.com/rust-lang/crates.io-index"
 984  checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
 985  dependencies = [
 986   "libc",
 987   "windows-sys 0.52.0",
 988  ]
 989  
 990  [[package]]
 991  name = "event-listener"
 992  version = "2.5.3"
 993  source = "registry+https://github.com/rust-lang/crates.io-index"
 994  checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 995  
 996  [[package]]
 997  name = "event-listener"
 998  version = "5.4.0"
 999  source = "registry+https://github.com/rust-lang/crates.io-index"
1000  checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae"
1001  dependencies = [
1002   "concurrent-queue",
1003   "parking",
1004   "pin-project-lite",
1005  ]
1006  
1007  [[package]]
1008  name = "event-listener-strategy"
1009  version = "0.5.2"
1010  source = "registry+https://github.com/rust-lang/crates.io-index"
1011  checksum = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1"
1012  dependencies = [
1013   "event-listener 5.4.0",
1014   "pin-project-lite",
1015  ]
1016  
1017  [[package]]
1018  name = "eyeball"
1019  version = "0.8.8"
1020  source = "registry+https://github.com/rust-lang/crates.io-index"
1021  checksum = "d93bd0ebf93d61d6332d3c09a96e97975968a44e19a64c947bde06e6baff383f"
1022  dependencies = [
1023   "futures-core",
1024   "readlock",
1025   "readlock-tokio",
1026   "tokio",
1027   "tokio-util",
1028   "tracing",
1029  ]
1030  
1031  [[package]]
1032  name = "eyeball-im"
1033  version = "0.7.0"
1034  source = "registry+https://github.com/rust-lang/crates.io-index"
1035  checksum = "43e8e9d31591be508826b875d8fe6056aebcaec3281ac0e45434ff303686c566"
1036  dependencies = [
1037   "futures-core",
1038   "imbl",
1039   "tokio",
1040   "tracing",
1041  ]
1042  
1043  [[package]]
1044  name = "fallible-iterator"
1045  version = "0.3.0"
1046  source = "registry+https://github.com/rust-lang/crates.io-index"
1047  checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
1048  
1049  [[package]]
1050  name = "fallible-streaming-iterator"
1051  version = "0.1.9"
1052  source = "registry+https://github.com/rust-lang/crates.io-index"
1053  checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
1054  
1055  [[package]]
1056  name = "fancy_constructor"
1057  version = "1.2.2"
1058  source = "registry+https://github.com/rust-lang/crates.io-index"
1059  checksum = "f71f317e4af73b2f8f608fac190c52eac4b1879d2145df1db2fe48881ca69435"
1060  dependencies = [
1061   "macroific",
1062   "proc-macro2",
1063   "quote",
1064   "syn 2.0.87",
1065  ]
1066  
1067  [[package]]
1068  name = "fastrand"
1069  version = "1.9.0"
1070  source = "registry+https://github.com/rust-lang/crates.io-index"
1071  checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
1072  dependencies = [
1073   "instant",
1074  ]
1075  
1076  [[package]]
1077  name = "fastrand"
1078  version = "2.3.0"
1079  source = "registry+https://github.com/rust-lang/crates.io-index"
1080  checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
1081  
1082  [[package]]
1083  name = "fiat-crypto"
1084  version = "0.2.9"
1085  source = "registry+https://github.com/rust-lang/crates.io-index"
1086  checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d"
1087  
1088  [[package]]
1089  name = "flate2"
1090  version = "1.1.0"
1091  source = "registry+https://github.com/rust-lang/crates.io-index"
1092  checksum = "11faaf5a5236997af9848be0bef4db95824b1d534ebc64d0f0c6cf3e67bd38dc"
1093  dependencies = [
1094   "crc32fast",
1095   "miniz_oxide 0.8.5",
1096  ]
1097  
1098  [[package]]
1099  name = "fnv"
1100  version = "1.0.7"
1101  source = "registry+https://github.com/rust-lang/crates.io-index"
1102  checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
1103  
1104  [[package]]
1105  name = "foldhash"
1106  version = "0.1.5"
1107  source = "registry+https://github.com/rust-lang/crates.io-index"
1108  checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
1109  
1110  [[package]]
1111  name = "foreign-types"
1112  version = "0.3.2"
1113  source = "registry+https://github.com/rust-lang/crates.io-index"
1114  checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
1115  dependencies = [
1116   "foreign-types-shared",
1117  ]
1118  
1119  [[package]]
1120  name = "foreign-types-shared"
1121  version = "0.1.1"
1122  source = "registry+https://github.com/rust-lang/crates.io-index"
1123  checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
1124  
1125  [[package]]
1126  name = "form_urlencoded"
1127  version = "1.2.1"
1128  source = "registry+https://github.com/rust-lang/crates.io-index"
1129  checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
1130  dependencies = [
1131   "percent-encoding",
1132  ]
1133  
1134  [[package]]
1135  name = "futf"
1136  version = "0.1.5"
1137  source = "registry+https://github.com/rust-lang/crates.io-index"
1138  checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
1139  dependencies = [
1140   "mac",
1141   "new_debug_unreachable",
1142  ]
1143  
1144  [[package]]
1145  name = "futures"
1146  version = "0.3.30"
1147  source = "registry+https://github.com/rust-lang/crates.io-index"
1148  checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
1149  dependencies = [
1150   "futures-channel",
1151   "futures-core",
1152   "futures-executor",
1153   "futures-io",
1154   "futures-sink",
1155   "futures-task",
1156   "futures-util",
1157  ]
1158  
1159  [[package]]
1160  name = "futures-channel"
1161  version = "0.3.31"
1162  source = "registry+https://github.com/rust-lang/crates.io-index"
1163  checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
1164  dependencies = [
1165   "futures-core",
1166   "futures-sink",
1167  ]
1168  
1169  [[package]]
1170  name = "futures-core"
1171  version = "0.3.31"
1172  source = "registry+https://github.com/rust-lang/crates.io-index"
1173  checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
1174  
1175  [[package]]
1176  name = "futures-executor"
1177  version = "0.3.31"
1178  source = "registry+https://github.com/rust-lang/crates.io-index"
1179  checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
1180  dependencies = [
1181   "futures-core",
1182   "futures-task",
1183   "futures-util",
1184  ]
1185  
1186  [[package]]
1187  name = "futures-io"
1188  version = "0.3.31"
1189  source = "registry+https://github.com/rust-lang/crates.io-index"
1190  checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
1191  
1192  [[package]]
1193  name = "futures-lite"
1194  version = "1.13.0"
1195  source = "registry+https://github.com/rust-lang/crates.io-index"
1196  checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
1197  dependencies = [
1198   "fastrand 1.9.0",
1199   "futures-core",
1200   "futures-io",
1201   "memchr",
1202   "parking",
1203   "pin-project-lite",
1204   "waker-fn",
1205  ]
1206  
1207  [[package]]
1208  name = "futures-lite"
1209  version = "2.3.0"
1210  source = "registry+https://github.com/rust-lang/crates.io-index"
1211  checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5"
1212  dependencies = [
1213   "fastrand 2.3.0",
1214   "futures-core",
1215   "futures-io",
1216   "parking",
1217   "pin-project-lite",
1218  ]
1219  
1220  [[package]]
1221  name = "futures-macro"
1222  version = "0.3.31"
1223  source = "registry+https://github.com/rust-lang/crates.io-index"
1224  checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
1225  dependencies = [
1226   "proc-macro2",
1227   "quote",
1228   "syn 2.0.87",
1229  ]
1230  
1231  [[package]]
1232  name = "futures-sink"
1233  version = "0.3.31"
1234  source = "registry+https://github.com/rust-lang/crates.io-index"
1235  checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
1236  
1237  [[package]]
1238  name = "futures-task"
1239  version = "0.3.31"
1240  source = "registry+https://github.com/rust-lang/crates.io-index"
1241  checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
1242  
1243  [[package]]
1244  name = "futures-util"
1245  version = "0.3.31"
1246  source = "registry+https://github.com/rust-lang/crates.io-index"
1247  checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
1248  dependencies = [
1249   "futures-channel",
1250   "futures-core",
1251   "futures-io",
1252   "futures-macro",
1253   "futures-sink",
1254   "futures-task",
1255   "memchr",
1256   "pin-project-lite",
1257   "pin-utils",
1258   "slab",
1259  ]
1260  
1261  [[package]]
1262  name = "generic-array"
1263  version = "0.14.7"
1264  source = "registry+https://github.com/rust-lang/crates.io-index"
1265  checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
1266  dependencies = [
1267   "typenum",
1268   "version_check",
1269  ]
1270  
1271  [[package]]
1272  name = "getrandom"
1273  version = "0.2.15"
1274  source = "registry+https://github.com/rust-lang/crates.io-index"
1275  checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
1276  dependencies = [
1277   "cfg-if",
1278   "js-sys",
1279   "libc",
1280   "wasi 0.11.0+wasi-snapshot-preview1",
1281   "wasm-bindgen",
1282  ]
1283  
1284  [[package]]
1285  name = "getrandom"
1286  version = "0.3.1"
1287  source = "registry+https://github.com/rust-lang/crates.io-index"
1288  checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8"
1289  dependencies = [
1290   "cfg-if",
1291   "libc",
1292   "wasi 0.13.3+wasi-0.2.2",
1293   "windows-targets 0.52.6",
1294  ]
1295  
1296  [[package]]
1297  name = "gimli"
1298  version = "0.29.0"
1299  source = "registry+https://github.com/rust-lang/crates.io-index"
1300  checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
1301  
1302  [[package]]
1303  name = "gloo-timers"
1304  version = "0.2.6"
1305  source = "registry+https://github.com/rust-lang/crates.io-index"
1306  checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c"
1307  dependencies = [
1308   "futures-channel",
1309   "futures-core",
1310   "js-sys",
1311   "wasm-bindgen",
1312  ]
1313  
1314  [[package]]
1315  name = "gloo-timers"
1316  version = "0.3.0"
1317  source = "registry+https://github.com/rust-lang/crates.io-index"
1318  checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
1319  dependencies = [
1320   "futures-channel",
1321   "futures-core",
1322   "js-sys",
1323   "wasm-bindgen",
1324  ]
1325  
1326  [[package]]
1327  name = "gloo-utils"
1328  version = "0.2.0"
1329  source = "registry+https://github.com/rust-lang/crates.io-index"
1330  checksum = "0b5555354113b18c547c1d3a98fbf7fb32a9ff4f6fa112ce823a21641a0ba3aa"
1331  dependencies = [
1332   "js-sys",
1333   "serde",
1334   "serde_json",
1335   "wasm-bindgen",
1336   "web-sys",
1337  ]
1338  
1339  [[package]]
1340  name = "growable-bloom-filter"
1341  version = "2.1.1"
1342  source = "registry+https://github.com/rust-lang/crates.io-index"
1343  checksum = "d174ccb4ba660d431329e7f0797870d0a4281e36353ec4b4a3c5eab6c2cfb6f1"
1344  dependencies = [
1345   "serde",
1346   "serde_bytes",
1347   "serde_derive",
1348   "xxhash-rust",
1349  ]
1350  
1351  [[package]]
1352  name = "h2"
1353  version = "0.4.8"
1354  source = "registry+https://github.com/rust-lang/crates.io-index"
1355  checksum = "5017294ff4bb30944501348f6f8e42e6ad28f42c8bbef7a74029aff064a4e3c2"
1356  dependencies = [
1357   "atomic-waker",
1358   "bytes",
1359   "fnv",
1360   "futures-core",
1361   "futures-sink",
1362   "http",
1363   "indexmap",
1364   "slab",
1365   "tokio",
1366   "tokio-util",
1367   "tracing",
1368  ]
1369  
1370  [[package]]
1371  name = "hashbrown"
1372  version = "0.15.2"
1373  source = "registry+https://github.com/rust-lang/crates.io-index"
1374  checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
1375  dependencies = [
1376   "foldhash",
1377  ]
1378  
1379  [[package]]
1380  name = "hashlink"
1381  version = "0.10.0"
1382  source = "registry+https://github.com/rust-lang/crates.io-index"
1383  checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
1384  dependencies = [
1385   "hashbrown",
1386  ]
1387  
1388  [[package]]
1389  name = "heck"
1390  version = "0.5.0"
1391  source = "registry+https://github.com/rust-lang/crates.io-index"
1392  checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
1393  
1394  [[package]]
1395  name = "hermit-abi"
1396  version = "0.3.9"
1397  source = "registry+https://github.com/rust-lang/crates.io-index"
1398  checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
1399  
1400  [[package]]
1401  name = "hermit-abi"
1402  version = "0.4.0"
1403  source = "registry+https://github.com/rust-lang/crates.io-index"
1404  checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
1405  
1406  [[package]]
1407  name = "hkdf"
1408  version = "0.12.4"
1409  source = "registry+https://github.com/rust-lang/crates.io-index"
1410  checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
1411  dependencies = [
1412   "hmac",
1413  ]
1414  
1415  [[package]]
1416  name = "hmac"
1417  version = "0.12.1"
1418  source = "registry+https://github.com/rust-lang/crates.io-index"
1419  checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
1420  dependencies = [
1421   "digest",
1422  ]
1423  
1424  [[package]]
1425  name = "html5ever"
1426  version = "0.29.1"
1427  source = "registry+https://github.com/rust-lang/crates.io-index"
1428  checksum = "3b7410cae13cbc75623c98ac4cbfd1f0bedddf3227afc24f370cf0f50a44a11c"
1429  dependencies = [
1430   "log",
1431   "mac",
1432   "markup5ever",
1433   "match_token",
1434  ]
1435  
1436  [[package]]
1437  name = "http"
1438  version = "1.3.1"
1439  source = "registry+https://github.com/rust-lang/crates.io-index"
1440  checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
1441  dependencies = [
1442   "bytes",
1443   "fnv",
1444   "itoa",
1445  ]
1446  
1447  [[package]]
1448  name = "http-body"
1449  version = "1.0.0"
1450  source = "registry+https://github.com/rust-lang/crates.io-index"
1451  checksum = "1cac85db508abc24a2e48553ba12a996e87244a0395ce011e62b37158745d643"
1452  dependencies = [
1453   "bytes",
1454   "http",
1455  ]
1456  
1457  [[package]]
1458  name = "http-body-util"
1459  version = "0.1.2"
1460  source = "registry+https://github.com/rust-lang/crates.io-index"
1461  checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
1462  dependencies = [
1463   "bytes",
1464   "futures-util",
1465   "http",
1466   "http-body",
1467   "pin-project-lite",
1468  ]
1469  
1470  [[package]]
1471  name = "httparse"
1472  version = "1.9.4"
1473  source = "registry+https://github.com/rust-lang/crates.io-index"
1474  checksum = "0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9"
1475  
1476  [[package]]
1477  name = "hyper"
1478  version = "1.4.1"
1479  source = "registry+https://github.com/rust-lang/crates.io-index"
1480  checksum = "50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05"
1481  dependencies = [
1482   "bytes",
1483   "futures-channel",
1484   "futures-util",
1485   "h2",
1486   "http",
1487   "http-body",
1488   "httparse",
1489   "itoa",
1490   "pin-project-lite",
1491   "smallvec",
1492   "tokio",
1493   "want",
1494  ]
1495  
1496  [[package]]
1497  name = "hyper-rustls"
1498  version = "0.27.5"
1499  source = "registry+https://github.com/rust-lang/crates.io-index"
1500  checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2"
1501  dependencies = [
1502   "futures-util",
1503   "http",
1504   "hyper",
1505   "hyper-util",
1506   "rustls",
1507   "rustls-pki-types",
1508   "tokio",
1509   "tokio-rustls",
1510   "tower-service",
1511  ]
1512  
1513  [[package]]
1514  name = "hyper-tls"
1515  version = "0.6.0"
1516  source = "registry+https://github.com/rust-lang/crates.io-index"
1517  checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
1518  dependencies = [
1519   "bytes",
1520   "http-body-util",
1521   "hyper",
1522   "hyper-util",
1523   "native-tls",
1524   "tokio",
1525   "tokio-native-tls",
1526   "tower-service",
1527  ]
1528  
1529  [[package]]
1530  name = "hyper-util"
1531  version = "0.1.10"
1532  source = "registry+https://github.com/rust-lang/crates.io-index"
1533  checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
1534  dependencies = [
1535   "bytes",
1536   "futures-channel",
1537   "futures-util",
1538   "http",
1539   "http-body",
1540   "hyper",
1541   "pin-project-lite",
1542   "socket2 0.5.7",
1543   "tokio",
1544   "tower-service",
1545   "tracing",
1546  ]
1547  
1548  [[package]]
1549  name = "iana-time-zone"
1550  version = "0.1.60"
1551  source = "registry+https://github.com/rust-lang/crates.io-index"
1552  checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
1553  dependencies = [
1554   "android_system_properties",
1555   "core-foundation-sys",
1556   "iana-time-zone-haiku",
1557   "js-sys",
1558   "wasm-bindgen",
1559   "windows-core",
1560  ]
1561  
1562  [[package]]
1563  name = "iana-time-zone-haiku"
1564  version = "0.1.2"
1565  source = "registry+https://github.com/rust-lang/crates.io-index"
1566  checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
1567  dependencies = [
1568   "cc",
1569  ]
1570  
1571  [[package]]
1572  name = "icu_collections"
1573  version = "1.5.0"
1574  source = "registry+https://github.com/rust-lang/crates.io-index"
1575  checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
1576  dependencies = [
1577   "displaydoc",
1578   "yoke",
1579   "zerofrom",
1580   "zerovec",
1581  ]
1582  
1583  [[package]]
1584  name = "icu_locid"
1585  version = "1.5.0"
1586  source = "registry+https://github.com/rust-lang/crates.io-index"
1587  checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
1588  dependencies = [
1589   "displaydoc",
1590   "litemap",
1591   "tinystr",
1592   "writeable",
1593   "zerovec",
1594  ]
1595  
1596  [[package]]
1597  name = "icu_locid_transform"
1598  version = "1.5.0"
1599  source = "registry+https://github.com/rust-lang/crates.io-index"
1600  checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
1601  dependencies = [
1602   "displaydoc",
1603   "icu_locid",
1604   "icu_locid_transform_data",
1605   "icu_provider",
1606   "tinystr",
1607   "zerovec",
1608  ]
1609  
1610  [[package]]
1611  name = "icu_locid_transform_data"
1612  version = "1.5.0"
1613  source = "registry+https://github.com/rust-lang/crates.io-index"
1614  checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
1615  
1616  [[package]]
1617  name = "icu_normalizer"
1618  version = "1.5.0"
1619  source = "registry+https://github.com/rust-lang/crates.io-index"
1620  checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
1621  dependencies = [
1622   "displaydoc",
1623   "icu_collections",
1624   "icu_normalizer_data",
1625   "icu_properties",
1626   "icu_provider",
1627   "smallvec",
1628   "utf16_iter",
1629   "utf8_iter",
1630   "write16",
1631   "zerovec",
1632  ]
1633  
1634  [[package]]
1635  name = "icu_normalizer_data"
1636  version = "1.5.0"
1637  source = "registry+https://github.com/rust-lang/crates.io-index"
1638  checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
1639  
1640  [[package]]
1641  name = "icu_properties"
1642  version = "1.5.1"
1643  source = "registry+https://github.com/rust-lang/crates.io-index"
1644  checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
1645  dependencies = [
1646   "displaydoc",
1647   "icu_collections",
1648   "icu_locid_transform",
1649   "icu_properties_data",
1650   "icu_provider",
1651   "tinystr",
1652   "zerovec",
1653  ]
1654  
1655  [[package]]
1656  name = "icu_properties_data"
1657  version = "1.5.0"
1658  source = "registry+https://github.com/rust-lang/crates.io-index"
1659  checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
1660  
1661  [[package]]
1662  name = "icu_provider"
1663  version = "1.5.0"
1664  source = "registry+https://github.com/rust-lang/crates.io-index"
1665  checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
1666  dependencies = [
1667   "displaydoc",
1668   "icu_locid",
1669   "icu_provider_macros",
1670   "stable_deref_trait",
1671   "tinystr",
1672   "writeable",
1673   "yoke",
1674   "zerofrom",
1675   "zerovec",
1676  ]
1677  
1678  [[package]]
1679  name = "icu_provider_macros"
1680  version = "1.5.0"
1681  source = "registry+https://github.com/rust-lang/crates.io-index"
1682  checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
1683  dependencies = [
1684   "proc-macro2",
1685   "quote",
1686   "syn 2.0.87",
1687  ]
1688  
1689  [[package]]
1690  name = "idna"
1691  version = "1.0.3"
1692  source = "registry+https://github.com/rust-lang/crates.io-index"
1693  checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
1694  dependencies = [
1695   "idna_adapter",
1696   "smallvec",
1697   "utf8_iter",
1698  ]
1699  
1700  [[package]]
1701  name = "idna_adapter"
1702  version = "1.2.0"
1703  source = "registry+https://github.com/rust-lang/crates.io-index"
1704  checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
1705  dependencies = [
1706   "icu_normalizer",
1707   "icu_properties",
1708  ]
1709  
1710  [[package]]
1711  name = "imbl"
1712  version = "5.0.0"
1713  source = "registry+https://github.com/rust-lang/crates.io-index"
1714  checksum = "e4308a675e4cfc1920f36a8f4d8fb62d5533b7da106844bd1ec51c6f1fa94a0c"
1715  dependencies = [
1716   "archery",
1717   "bitmaps",
1718   "imbl-sized-chunks",
1719   "rand_core 0.9.3",
1720   "rand_xoshiro",
1721   "serde",
1722   "version_check",
1723  ]
1724  
1725  [[package]]
1726  name = "imbl-sized-chunks"
1727  version = "0.1.3"
1728  source = "registry+https://github.com/rust-lang/crates.io-index"
1729  checksum = "8f4241005618a62f8d57b2febd02510fb96e0137304728543dfc5fd6f052c22d"
1730  dependencies = [
1731   "bitmaps",
1732  ]
1733  
1734  [[package]]
1735  name = "include_dir"
1736  version = "0.7.4"
1737  source = "registry+https://github.com/rust-lang/crates.io-index"
1738  checksum = "923d117408f1e49d914f1a379a309cffe4f18c05cf4e3d12e613a15fc81bd0dd"
1739  dependencies = [
1740   "include_dir_macros",
1741  ]
1742  
1743  [[package]]
1744  name = "include_dir_macros"
1745  version = "0.7.4"
1746  source = "registry+https://github.com/rust-lang/crates.io-index"
1747  checksum = "7cab85a7ed0bd5f0e76d93846e0147172bed2e2d3f859bcc33a8d9699cad1a75"
1748  dependencies = [
1749   "proc-macro2",
1750   "quote",
1751  ]
1752  
1753  [[package]]
1754  name = "indexed_db_futures"
1755  version = "0.5.0"
1756  source = "registry+https://github.com/rust-lang/crates.io-index"
1757  checksum = "43315957678a70eb21fb0d2384fe86dde0d6c859a01e24ce127eb65a0143d28c"
1758  dependencies = [
1759   "accessory",
1760   "cfg-if",
1761   "delegate-display",
1762   "fancy_constructor",
1763   "js-sys",
1764   "uuid",
1765   "wasm-bindgen",
1766   "wasm-bindgen-futures",
1767   "web-sys",
1768  ]
1769  
1770  [[package]]
1771  name = "indexmap"
1772  version = "2.8.0"
1773  source = "registry+https://github.com/rust-lang/crates.io-index"
1774  checksum = "3954d50fe15b02142bf25d3b8bdadb634ec3948f103d04ffe3031bc8fe9d7058"
1775  dependencies = [
1776   "equivalent",
1777   "hashbrown",
1778   "serde",
1779  ]
1780  
1781  [[package]]
1782  name = "inout"
1783  version = "0.1.3"
1784  source = "registry+https://github.com/rust-lang/crates.io-index"
1785  checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
1786  dependencies = [
1787   "block-padding",
1788   "generic-array",
1789  ]
1790  
1791  [[package]]
1792  name = "instant"
1793  version = "0.1.13"
1794  source = "registry+https://github.com/rust-lang/crates.io-index"
1795  checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
1796  dependencies = [
1797   "cfg-if",
1798  ]
1799  
1800  [[package]]
1801  name = "io-lifetimes"
1802  version = "1.0.11"
1803  source = "registry+https://github.com/rust-lang/crates.io-index"
1804  checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
1805  dependencies = [
1806   "hermit-abi 0.3.9",
1807   "libc",
1808   "windows-sys 0.48.0",
1809  ]
1810  
1811  [[package]]
1812  name = "ipnet"
1813  version = "2.9.0"
1814  source = "registry+https://github.com/rust-lang/crates.io-index"
1815  checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
1816  
1817  [[package]]
1818  name = "is_terminal_polyfill"
1819  version = "1.70.0"
1820  source = "registry+https://github.com/rust-lang/crates.io-index"
1821  checksum = "f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800"
1822  
1823  [[package]]
1824  name = "itertools"
1825  version = "0.10.5"
1826  source = "registry+https://github.com/rust-lang/crates.io-index"
1827  checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
1828  dependencies = [
1829   "either",
1830  ]
1831  
1832  [[package]]
1833  name = "itertools"
1834  version = "0.14.0"
1835  source = "registry+https://github.com/rust-lang/crates.io-index"
1836  checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
1837  dependencies = [
1838   "either",
1839  ]
1840  
1841  [[package]]
1842  name = "itoa"
1843  version = "1.0.11"
1844  source = "registry+https://github.com/rust-lang/crates.io-index"
1845  checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
1846  
1847  [[package]]
1848  name = "js-sys"
1849  version = "0.3.77"
1850  source = "registry+https://github.com/rust-lang/crates.io-index"
1851  checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
1852  dependencies = [
1853   "once_cell",
1854   "wasm-bindgen",
1855  ]
1856  
1857  [[package]]
1858  name = "js_int"
1859  version = "0.2.2"
1860  source = "registry+https://github.com/rust-lang/crates.io-index"
1861  checksum = "d937f95470b270ce8b8950207715d71aa8e153c0d44c6684d59397ed4949160a"
1862  dependencies = [
1863   "serde",
1864  ]
1865  
1866  [[package]]
1867  name = "js_option"
1868  version = "0.1.1"
1869  source = "registry+https://github.com/rust-lang/crates.io-index"
1870  checksum = "68421373957a1593a767013698dbf206e2b221eefe97a44d98d18672ff38423c"
1871  dependencies = [
1872   "serde",
1873  ]
1874  
1875  [[package]]
1876  name = "konst"
1877  version = "0.3.9"
1878  source = "registry+https://github.com/rust-lang/crates.io-index"
1879  checksum = "50a0ba6de5f7af397afff922f22c149ff605c766cd3269cf6c1cd5e466dbe3b9"
1880  dependencies = [
1881   "const_panic",
1882   "konst_kernel",
1883   "typewit",
1884  ]
1885  
1886  [[package]]
1887  name = "konst_kernel"
1888  version = "0.3.9"
1889  source = "registry+https://github.com/rust-lang/crates.io-index"
1890  checksum = "be0a455a1719220fd6adf756088e1c69a85bf14b6a9e24537a5cc04f503edb2b"
1891  dependencies = [
1892   "typewit",
1893  ]
1894  
1895  [[package]]
1896  name = "kv-log-macro"
1897  version = "1.0.7"
1898  source = "registry+https://github.com/rust-lang/crates.io-index"
1899  checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
1900  dependencies = [
1901   "log",
1902  ]
1903  
1904  [[package]]
1905  name = "language-tags"
1906  version = "0.3.2"
1907  source = "registry+https://github.com/rust-lang/crates.io-index"
1908  checksum = "d4345964bb142484797b161f473a503a434de77149dd8c7427788c6e13379388"
1909  
1910  [[package]]
1911  name = "lazy_static"
1912  version = "1.5.0"
1913  source = "registry+https://github.com/rust-lang/crates.io-index"
1914  checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
1915  
1916  [[package]]
1917  name = "libc"
1918  version = "0.2.171"
1919  source = "registry+https://github.com/rust-lang/crates.io-index"
1920  checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"
1921  
1922  [[package]]
1923  name = "libredox"
1924  version = "0.1.3"
1925  source = "registry+https://github.com/rust-lang/crates.io-index"
1926  checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
1927  dependencies = [
1928   "bitflags 2.9.0",
1929   "libc",
1930  ]
1931  
1932  [[package]]
1933  name = "libsqlite3-sys"
1934  version = "0.33.0"
1935  source = "registry+https://github.com/rust-lang/crates.io-index"
1936  checksum = "947e6816f7825b2b45027c2c32e7085da9934defa535de4a6a46b10a4d5257fa"
1937  dependencies = [
1938   "pkg-config",
1939   "vcpkg",
1940  ]
1941  
1942  [[package]]
1943  name = "linux-raw-sys"
1944  version = "0.3.8"
1945  source = "registry+https://github.com/rust-lang/crates.io-index"
1946  checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
1947  
1948  [[package]]
1949  name = "linux-raw-sys"
1950  version = "0.4.14"
1951  source = "registry+https://github.com/rust-lang/crates.io-index"
1952  checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
1953  
1954  [[package]]
1955  name = "linux-raw-sys"
1956  version = "0.9.3"
1957  source = "registry+https://github.com/rust-lang/crates.io-index"
1958  checksum = "fe7db12097d22ec582439daf8618b8fdd1a7bef6270e9af3b1ebcd30893cf413"
1959  
1960  [[package]]
1961  name = "litemap"
1962  version = "0.7.5"
1963  source = "registry+https://github.com/rust-lang/crates.io-index"
1964  checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856"
1965  
1966  [[package]]
1967  name = "lock_api"
1968  version = "0.4.12"
1969  source = "registry+https://github.com/rust-lang/crates.io-index"
1970  checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
1971  dependencies = [
1972   "autocfg",
1973   "scopeguard",
1974  ]
1975  
1976  [[package]]
1977  name = "log"
1978  version = "0.4.22"
1979  source = "registry+https://github.com/rust-lang/crates.io-index"
1980  checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
1981  dependencies = [
1982   "value-bag",
1983  ]
1984  
1985  [[package]]
1986  name = "mac"
1987  version = "0.1.1"
1988  source = "registry+https://github.com/rust-lang/crates.io-index"
1989  checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
1990  
1991  [[package]]
1992  name = "macroific"
1993  version = "1.3.1"
1994  source = "registry+https://github.com/rust-lang/crates.io-index"
1995  checksum = "f05c00ac596022625d01047c421a0d97d7f09a18e429187b341c201cb631b9dd"
1996  dependencies = [
1997   "macroific_attr_parse",
1998   "macroific_core",
1999   "macroific_macro",
2000  ]
2001  
2002  [[package]]
2003  name = "macroific_attr_parse"
2004  version = "1.3.0"
2005  source = "registry+https://github.com/rust-lang/crates.io-index"
2006  checksum = "fd94d5da95b30ae6e10621ad02340909346ad91661f3f8c0f2b62345e46a2f67"
2007  dependencies = [
2008   "cfg-if",
2009   "proc-macro2",
2010   "quote",
2011   "syn 2.0.87",
2012  ]
2013  
2014  [[package]]
2015  name = "macroific_core"
2016  version = "1.0.2"
2017  source = "registry+https://github.com/rust-lang/crates.io-index"
2018  checksum = "13198c120864097a565ccb3ff947672d969932b7975ebd4085732c9f09435e55"
2019  dependencies = [
2020   "proc-macro2",
2021   "quote",
2022   "syn 2.0.87",
2023  ]
2024  
2025  [[package]]
2026  name = "macroific_macro"
2027  version = "1.1.0"
2028  source = "registry+https://github.com/rust-lang/crates.io-index"
2029  checksum = "b0c9853143cbed7f1e41dc39fee95f9b361bec65c8dc2a01bf609be01b61f5ae"
2030  dependencies = [
2031   "macroific_attr_parse",
2032   "macroific_core",
2033   "proc-macro2",
2034   "quote",
2035   "syn 2.0.87",
2036  ]
2037  
2038  [[package]]
2039  name = "maplit"
2040  version = "1.0.2"
2041  source = "registry+https://github.com/rust-lang/crates.io-index"
2042  checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
2043  
2044  [[package]]
2045  name = "markup5ever"
2046  version = "0.14.1"
2047  source = "registry+https://github.com/rust-lang/crates.io-index"
2048  checksum = "c7a7213d12e1864c0f002f52c2923d4556935a43dec5e71355c2760e0f6e7a18"
2049  dependencies = [
2050   "log",
2051   "phf",
2052   "phf_codegen",
2053   "string_cache",
2054   "string_cache_codegen",
2055   "tendril",
2056  ]
2057  
2058  [[package]]
2059  name = "match_token"
2060  version = "0.1.0"
2061  source = "registry+https://github.com/rust-lang/crates.io-index"
2062  checksum = "88a9689d8d44bf9964484516275f5cd4c9b59457a6940c1d5d0ecbb94510a36b"
2063  dependencies = [
2064   "proc-macro2",
2065   "quote",
2066   "syn 2.0.87",
2067  ]
2068  
2069  [[package]]
2070  name = "matrix-pickle"
2071  version = "0.2.1"
2072  source = "registry+https://github.com/rust-lang/crates.io-index"
2073  checksum = "4e2551de3bba2cc65b52dc6b268df6114011fe118ac24870fbcf1b35537bd721"
2074  dependencies = [
2075   "matrix-pickle-derive",
2076   "thiserror 1.0.69",
2077  ]
2078  
2079  [[package]]
2080  name = "matrix-pickle-derive"
2081  version = "0.2.1"
2082  source = "registry+https://github.com/rust-lang/crates.io-index"
2083  checksum = "f75de44c3120d78e978adbcf6d453b20ba011f3c46363e52d1dbbc72f545e9fb"
2084  dependencies = [
2085   "proc-macro-crate",
2086   "proc-macro-error2",
2087   "proc-macro2",
2088   "quote",
2089   "syn 2.0.87",
2090  ]
2091  
2092  [[package]]
2093  name = "matrix-sdk"
2094  version = "0.13.0"
2095  source = "registry+https://github.com/rust-lang/crates.io-index"
2096  checksum = "1de309d33d0c5d77829f952110e8b9e3e6c730880152db6e1778bcaa2cbfaef9"
2097  dependencies = [
2098   "anymap2",
2099   "aquamarine",
2100   "as_variant",
2101   "async-channel 2.3.1",
2102   "async-stream",
2103   "async-trait",
2104   "backon",
2105   "bytes",
2106   "bytesize",
2107   "cfg-if",
2108   "event-listener 5.4.0",
2109   "eyeball",
2110   "eyeball-im",
2111   "futures-core",
2112   "futures-util",
2113   "gloo-timers 0.3.0",
2114   "http",
2115   "imbl",
2116   "indexmap",
2117   "js_int",
2118   "language-tags",
2119   "matrix-sdk-base",
2120   "matrix-sdk-common",
2121   "matrix-sdk-indexeddb",
2122   "matrix-sdk-sqlite",
2123   "mime",
2124   "mime2ext",
2125   "oauth2",
2126   "once_cell",
2127   "percent-encoding",
2128   "pin-project-lite",
2129   "reqwest",
2130   "ruma",
2131   "serde",
2132   "serde_html_form",
2133   "serde_json",
2134   "sha2",
2135   "tempfile",
2136   "thiserror 2.0.12",
2137   "tokio",
2138   "tokio-stream",
2139   "tokio-util",
2140   "tracing",
2141   "url",
2142   "urlencoding",
2143   "vodozemac",
2144   "zeroize",
2145  ]
2146  
2147  [[package]]
2148  name = "matrix-sdk-base"
2149  version = "0.13.0"
2150  source = "registry+https://github.com/rust-lang/crates.io-index"
2151  checksum = "ad7f18305090c059293ebafefbfd8cac494f43386c3f255861995ee7b48f9e89"
2152  dependencies = [
2153   "as_variant",
2154   "async-trait",
2155   "bitflags 2.9.0",
2156   "decancer",
2157   "eyeball",
2158   "eyeball-im",
2159   "futures-util",
2160   "growable-bloom-filter",
2161   "matrix-sdk-common",
2162   "matrix-sdk-crypto",
2163   "matrix-sdk-store-encryption",
2164   "once_cell",
2165   "regex",
2166   "ruma",
2167   "serde",
2168   "serde_json",
2169   "thiserror 2.0.12",
2170   "tokio",
2171   "tracing",
2172   "unicode-normalization",
2173  ]
2174  
2175  [[package]]
2176  name = "matrix-sdk-common"
2177  version = "0.13.0"
2178  source = "registry+https://github.com/rust-lang/crates.io-index"
2179  checksum = "065ac8905f199649e165d6233faa5b4eb9c7c117f61c9a5572250ae1feb9cd79"
2180  dependencies = [
2181   "eyeball-im",
2182   "futures-core",
2183   "futures-executor",
2184   "futures-util",
2185   "gloo-timers 0.3.0",
2186   "imbl",
2187   "ruma",
2188   "serde",
2189   "serde_json",
2190   "thiserror 2.0.12",
2191   "tokio",
2192   "tracing",
2193   "tracing-subscriber",
2194   "wasm-bindgen",
2195   "wasm-bindgen-futures",
2196   "web-sys",
2197  ]
2198  
2199  [[package]]
2200  name = "matrix-sdk-crypto"
2201  version = "0.13.0"
2202  source = "registry+https://github.com/rust-lang/crates.io-index"
2203  checksum = "e38551f3da5909ed8bd62a9b2bc3315df25386c410fd7116dc1824d42406fbfd"
2204  dependencies = [
2205   "aes",
2206   "aquamarine",
2207   "as_variant",
2208   "async-trait",
2209   "bs58",
2210   "byteorder",
2211   "cfg-if",
2212   "ctr",
2213   "eyeball",
2214   "futures-core",
2215   "futures-util",
2216   "hkdf",
2217   "hmac",
2218   "itertools 0.14.0",
2219   "js_option",
2220   "matrix-sdk-common",
2221   "pbkdf2",
2222   "rand 0.8.5",
2223   "rmp-serde",
2224   "ruma",
2225   "serde",
2226   "serde_json",
2227   "sha2",
2228   "subtle",
2229   "thiserror 2.0.12",
2230   "time",
2231   "tokio",
2232   "tokio-stream",
2233   "tracing",
2234   "ulid",
2235   "url",
2236   "vodozemac",
2237   "zeroize",
2238  ]
2239  
2240  [[package]]
2241  name = "matrix-sdk-indexeddb"
2242  version = "0.13.0"
2243  source = "registry+https://github.com/rust-lang/crates.io-index"
2244  checksum = "233b82cc549375e18ff1a0ccd5baf5db8ac4d44643b5b9b6bedffd74f72ed5f0"
2245  dependencies = [
2246   "anyhow",
2247   "async-trait",
2248   "base64",
2249   "getrandom 0.2.15",
2250   "gloo-utils",
2251   "hkdf",
2252   "indexed_db_futures",
2253   "js-sys",
2254   "matrix-sdk-crypto",
2255   "matrix-sdk-store-encryption",
2256   "ruma",
2257   "serde",
2258   "serde-wasm-bindgen",
2259   "serde_json",
2260   "sha2",
2261   "thiserror 2.0.12",
2262   "tokio",
2263   "tracing",
2264   "wasm-bindgen",
2265   "web-sys",
2266   "zeroize",
2267  ]
2268  
2269  [[package]]
2270  name = "matrix-sdk-sqlite"
2271  version = "0.13.0"
2272  source = "registry+https://github.com/rust-lang/crates.io-index"
2273  checksum = "aa2ff57473e92bad1b7320b3d70d640661b95064e091b925c5ef88acfa281853"
2274  dependencies = [
2275   "as_variant",
2276   "async-trait",
2277   "deadpool-sqlite",
2278   "itertools 0.14.0",
2279   "matrix-sdk-base",
2280   "matrix-sdk-crypto",
2281   "matrix-sdk-store-encryption",
2282   "num_cpus",
2283   "rmp-serde",
2284   "ruma",
2285   "rusqlite",
2286   "serde",
2287   "serde_json",
2288   "serde_path_to_error",
2289   "thiserror 2.0.12",
2290   "tokio",
2291   "tracing",
2292   "vodozemac",
2293  ]
2294  
2295  [[package]]
2296  name = "matrix-sdk-store-encryption"
2297  version = "0.13.0"
2298  source = "registry+https://github.com/rust-lang/crates.io-index"
2299  checksum = "0c2f3c5dfb6f61036290ee053f5cdc90ee672200e9254747b8eae922f00765f9"
2300  dependencies = [
2301   "base64",
2302   "blake3",
2303   "chacha20poly1305",
2304   "hmac",
2305   "pbkdf2",
2306   "rand 0.8.5",
2307   "rmp-serde",
2308   "serde",
2309   "serde_json",
2310   "sha2",
2311   "thiserror 2.0.12",
2312   "zeroize",
2313  ]
2314  
2315  [[package]]
2316  name = "memchr"
2317  version = "2.7.4"
2318  source = "registry+https://github.com/rust-lang/crates.io-index"
2319  checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
2320  
2321  [[package]]
2322  name = "memoffset"
2323  version = "0.6.5"
2324  source = "registry+https://github.com/rust-lang/crates.io-index"
2325  checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
2326  dependencies = [
2327   "autocfg",
2328  ]
2329  
2330  [[package]]
2331  name = "mime"
2332  version = "0.3.17"
2333  source = "registry+https://github.com/rust-lang/crates.io-index"
2334  checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
2335  
2336  [[package]]
2337  name = "mime2ext"
2338  version = "0.1.53"
2339  source = "registry+https://github.com/rust-lang/crates.io-index"
2340  checksum = "515a63dc9666c865e848b043ab52fe9a5c713ae89cde4b5fbaae67cfd614b93a"
2341  
2342  [[package]]
2343  name = "minimal-lexical"
2344  version = "0.2.1"
2345  source = "registry+https://github.com/rust-lang/crates.io-index"
2346  checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2347  
2348  [[package]]
2349  name = "miniz_oxide"
2350  version = "0.7.4"
2351  source = "registry+https://github.com/rust-lang/crates.io-index"
2352  checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
2353  dependencies = [
2354   "adler",
2355  ]
2356  
2357  [[package]]
2358  name = "miniz_oxide"
2359  version = "0.8.5"
2360  source = "registry+https://github.com/rust-lang/crates.io-index"
2361  checksum = "8e3e04debbb59698c15bacbb6d93584a8c0ca9cc3213cb423d31f760d8843ce5"
2362  dependencies = [
2363   "adler2",
2364  ]
2365  
2366  [[package]]
2367  name = "mio"
2368  version = "1.0.3"
2369  source = "registry+https://github.com/rust-lang/crates.io-index"
2370  checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
2371  dependencies = [
2372   "libc",
2373   "wasi 0.11.0+wasi-snapshot-preview1",
2374   "windows-sys 0.52.0",
2375  ]
2376  
2377  [[package]]
2378  name = "native-tls"
2379  version = "0.2.12"
2380  source = "registry+https://github.com/rust-lang/crates.io-index"
2381  checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
2382  dependencies = [
2383   "libc",
2384   "log",
2385   "openssl",
2386   "openssl-probe",
2387   "openssl-sys",
2388   "schannel",
2389   "security-framework",
2390   "security-framework-sys",
2391   "tempfile",
2392  ]
2393  
2394  [[package]]
2395  name = "new_debug_unreachable"
2396  version = "1.0.6"
2397  source = "registry+https://github.com/rust-lang/crates.io-index"
2398  checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
2399  
2400  [[package]]
2401  name = "nix"
2402  version = "0.23.2"
2403  source = "registry+https://github.com/rust-lang/crates.io-index"
2404  checksum = "8f3790c00a0150112de0f4cd161e3d7fc4b2d8a5542ffc35f099a2562aecb35c"
2405  dependencies = [
2406   "bitflags 1.3.2",
2407   "cc",
2408   "cfg-if",
2409   "libc",
2410   "memoffset",
2411  ]
2412  
2413  [[package]]
2414  name = "nom"
2415  version = "7.1.3"
2416  source = "registry+https://github.com/rust-lang/crates.io-index"
2417  checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
2418  dependencies = [
2419   "memchr",
2420   "minimal-lexical",
2421  ]
2422  
2423  [[package]]
2424  name = "nu-ansi-term"
2425  version = "0.46.0"
2426  source = "registry+https://github.com/rust-lang/crates.io-index"
2427  checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
2428  dependencies = [
2429   "overload",
2430   "winapi",
2431  ]
2432  
2433  [[package]]
2434  name = "num-conv"
2435  version = "0.1.0"
2436  source = "registry+https://github.com/rust-lang/crates.io-index"
2437  checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
2438  
2439  [[package]]
2440  name = "num-traits"
2441  version = "0.2.19"
2442  source = "registry+https://github.com/rust-lang/crates.io-index"
2443  checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
2444  dependencies = [
2445   "autocfg",
2446  ]
2447  
2448  [[package]]
2449  name = "num_cpus"
2450  version = "1.16.0"
2451  source = "registry+https://github.com/rust-lang/crates.io-index"
2452  checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
2453  dependencies = [
2454   "hermit-abi 0.3.9",
2455   "libc",
2456  ]
2457  
2458  [[package]]
2459  name = "oauth2"
2460  version = "5.0.0"
2461  source = "registry+https://github.com/rust-lang/crates.io-index"
2462  checksum = "51e219e79014df21a225b1860a479e2dcd7cbd9130f4defd4bd0e191ea31d67d"
2463  dependencies = [
2464   "base64",
2465   "chrono",
2466   "getrandom 0.2.15",
2467   "http",
2468   "rand 0.8.5",
2469   "reqwest",
2470   "serde",
2471   "serde_json",
2472   "serde_path_to_error",
2473   "sha2",
2474   "thiserror 1.0.69",
2475   "url",
2476  ]
2477  
2478  [[package]]
2479  name = "object"
2480  version = "0.36.1"
2481  source = "registry+https://github.com/rust-lang/crates.io-index"
2482  checksum = "081b846d1d56ddfc18fdf1a922e4f6e07a11768ea1b92dec44e42b72712ccfce"
2483  dependencies = [
2484   "memchr",
2485  ]
2486  
2487  [[package]]
2488  name = "once_cell"
2489  version = "1.21.1"
2490  source = "registry+https://github.com/rust-lang/crates.io-index"
2491  checksum = "d75b0bedcc4fe52caa0e03d9f1151a323e4aa5e2d78ba3580400cd3c9e2bc4bc"
2492  
2493  [[package]]
2494  name = "opaque-debug"
2495  version = "0.3.1"
2496  source = "registry+https://github.com/rust-lang/crates.io-index"
2497  checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381"
2498  
2499  [[package]]
2500  name = "openssl"
2501  version = "0.10.64"
2502  source = "registry+https://github.com/rust-lang/crates.io-index"
2503  checksum = "95a0481286a310808298130d22dd1fef0fa571e05a8f44ec801801e84b216b1f"
2504  dependencies = [
2505   "bitflags 2.9.0",
2506   "cfg-if",
2507   "foreign-types",
2508   "libc",
2509   "once_cell",
2510   "openssl-macros",
2511   "openssl-sys",
2512  ]
2513  
2514  [[package]]
2515  name = "openssl-macros"
2516  version = "0.1.1"
2517  source = "registry+https://github.com/rust-lang/crates.io-index"
2518  checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
2519  dependencies = [
2520   "proc-macro2",
2521   "quote",
2522   "syn 2.0.87",
2523  ]
2524  
2525  [[package]]
2526  name = "openssl-probe"
2527  version = "0.1.5"
2528  source = "registry+https://github.com/rust-lang/crates.io-index"
2529  checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
2530  
2531  [[package]]
2532  name = "openssl-sys"
2533  version = "0.9.102"
2534  source = "registry+https://github.com/rust-lang/crates.io-index"
2535  checksum = "c597637d56fbc83893a35eb0dd04b2b8e7a50c91e64e9493e398b5df4fb45fa2"
2536  dependencies = [
2537   "cc",
2538   "libc",
2539   "pkg-config",
2540   "vcpkg",
2541  ]
2542  
2543  [[package]]
2544  name = "option-ext"
2545  version = "0.2.0"
2546  source = "registry+https://github.com/rust-lang/crates.io-index"
2547  checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
2548  
2549  [[package]]
2550  name = "overload"
2551  version = "0.1.1"
2552  source = "registry+https://github.com/rust-lang/crates.io-index"
2553  checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
2554  
2555  [[package]]
2556  name = "parking"
2557  version = "2.2.0"
2558  source = "registry+https://github.com/rust-lang/crates.io-index"
2559  checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae"
2560  
2561  [[package]]
2562  name = "parking_lot"
2563  version = "0.12.3"
2564  source = "registry+https://github.com/rust-lang/crates.io-index"
2565  checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
2566  dependencies = [
2567   "lock_api",
2568   "parking_lot_core",
2569  ]
2570  
2571  [[package]]
2572  name = "parking_lot_core"
2573  version = "0.9.10"
2574  source = "registry+https://github.com/rust-lang/crates.io-index"
2575  checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
2576  dependencies = [
2577   "cfg-if",
2578   "libc",
2579   "redox_syscall",
2580   "smallvec",
2581   "windows-targets 0.52.6",
2582  ]
2583  
2584  [[package]]
2585  name = "paste"
2586  version = "1.0.15"
2587  source = "registry+https://github.com/rust-lang/crates.io-index"
2588  checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
2589  
2590  [[package]]
2591  name = "pbkdf2"
2592  version = "0.12.2"
2593  source = "registry+https://github.com/rust-lang/crates.io-index"
2594  checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
2595  dependencies = [
2596   "digest",
2597   "hmac",
2598  ]
2599  
2600  [[package]]
2601  name = "percent-encoding"
2602  version = "2.3.1"
2603  source = "registry+https://github.com/rust-lang/crates.io-index"
2604  checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
2605  
2606  [[package]]
2607  name = "phf"
2608  version = "0.11.3"
2609  source = "registry+https://github.com/rust-lang/crates.io-index"
2610  checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
2611  dependencies = [
2612   "phf_macros",
2613   "phf_shared",
2614  ]
2615  
2616  [[package]]
2617  name = "phf_codegen"
2618  version = "0.11.3"
2619  source = "registry+https://github.com/rust-lang/crates.io-index"
2620  checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
2621  dependencies = [
2622   "phf_generator",
2623   "phf_shared",
2624  ]
2625  
2626  [[package]]
2627  name = "phf_generator"
2628  version = "0.11.3"
2629  source = "registry+https://github.com/rust-lang/crates.io-index"
2630  checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
2631  dependencies = [
2632   "phf_shared",
2633   "rand 0.8.5",
2634  ]
2635  
2636  [[package]]
2637  name = "phf_macros"
2638  version = "0.11.3"
2639  source = "registry+https://github.com/rust-lang/crates.io-index"
2640  checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
2641  dependencies = [
2642   "phf_generator",
2643   "phf_shared",
2644   "proc-macro2",
2645   "quote",
2646   "syn 2.0.87",
2647  ]
2648  
2649  [[package]]
2650  name = "phf_shared"
2651  version = "0.11.3"
2652  source = "registry+https://github.com/rust-lang/crates.io-index"
2653  checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
2654  dependencies = [
2655   "siphasher",
2656  ]
2657  
2658  [[package]]
2659  name = "pin-project-lite"
2660  version = "0.2.16"
2661  source = "registry+https://github.com/rust-lang/crates.io-index"
2662  checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
2663  
2664  [[package]]
2665  name = "pin-utils"
2666  version = "0.1.0"
2667  source = "registry+https://github.com/rust-lang/crates.io-index"
2668  checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2669  
2670  [[package]]
2671  name = "piper"
2672  version = "0.2.3"
2673  source = "registry+https://github.com/rust-lang/crates.io-index"
2674  checksum = "ae1d5c74c9876f070d3e8fd503d748c7d974c3e48da8f41350fa5222ef9b4391"
2675  dependencies = [
2676   "atomic-waker",
2677   "fastrand 2.3.0",
2678   "futures-io",
2679  ]
2680  
2681  [[package]]
2682  name = "pkcs8"
2683  version = "0.10.2"
2684  source = "registry+https://github.com/rust-lang/crates.io-index"
2685  checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
2686  dependencies = [
2687   "der",
2688   "spki",
2689  ]
2690  
2691  [[package]]
2692  name = "pkg-config"
2693  version = "0.3.30"
2694  source = "registry+https://github.com/rust-lang/crates.io-index"
2695  checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
2696  
2697  [[package]]
2698  name = "polling"
2699  version = "2.8.0"
2700  source = "registry+https://github.com/rust-lang/crates.io-index"
2701  checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
2702  dependencies = [
2703   "autocfg",
2704   "bitflags 1.3.2",
2705   "cfg-if",
2706   "concurrent-queue",
2707   "libc",
2708   "log",
2709   "pin-project-lite",
2710   "windows-sys 0.48.0",
2711  ]
2712  
2713  [[package]]
2714  name = "polling"
2715  version = "3.7.2"
2716  source = "registry+https://github.com/rust-lang/crates.io-index"
2717  checksum = "a3ed00ed3fbf728b5816498ecd316d1716eecaced9c0c8d2c5a6740ca214985b"
2718  dependencies = [
2719   "cfg-if",
2720   "concurrent-queue",
2721   "hermit-abi 0.4.0",
2722   "pin-project-lite",
2723   "rustix 0.38.34",
2724   "tracing",
2725   "windows-sys 0.52.0",
2726  ]
2727  
2728  [[package]]
2729  name = "poly1305"
2730  version = "0.8.0"
2731  source = "registry+https://github.com/rust-lang/crates.io-index"
2732  checksum = "8159bd90725d2df49889a078b54f4f79e87f1f8a8444194cdca81d38f5393abf"
2733  dependencies = [
2734   "cpufeatures",
2735   "opaque-debug",
2736   "universal-hash",
2737  ]
2738  
2739  [[package]]
2740  name = "powerfmt"
2741  version = "0.2.0"
2742  source = "registry+https://github.com/rust-lang/crates.io-index"
2743  checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
2744  
2745  [[package]]
2746  name = "ppv-lite86"
2747  version = "0.2.17"
2748  source = "registry+https://github.com/rust-lang/crates.io-index"
2749  checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
2750  
2751  [[package]]
2752  name = "precomputed-hash"
2753  version = "0.1.1"
2754  source = "registry+https://github.com/rust-lang/crates.io-index"
2755  checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
2756  
2757  [[package]]
2758  name = "proc-macro-crate"
2759  version = "3.3.0"
2760  source = "registry+https://github.com/rust-lang/crates.io-index"
2761  checksum = "edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35"
2762  dependencies = [
2763   "toml_edit",
2764  ]
2765  
2766  [[package]]
2767  name = "proc-macro-error-attr2"
2768  version = "2.0.0"
2769  source = "registry+https://github.com/rust-lang/crates.io-index"
2770  checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
2771  dependencies = [
2772   "proc-macro2",
2773   "quote",
2774  ]
2775  
2776  [[package]]
2777  name = "proc-macro-error2"
2778  version = "2.0.1"
2779  source = "registry+https://github.com/rust-lang/crates.io-index"
2780  checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
2781  dependencies = [
2782   "proc-macro-error-attr2",
2783   "proc-macro2",
2784   "quote",
2785  ]
2786  
2787  [[package]]
2788  name = "proc-macro2"
2789  version = "1.0.86"
2790  source = "registry+https://github.com/rust-lang/crates.io-index"
2791  checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
2792  dependencies = [
2793   "unicode-ident",
2794  ]
2795  
2796  [[package]]
2797  name = "prost"
2798  version = "0.13.5"
2799  source = "registry+https://github.com/rust-lang/crates.io-index"
2800  checksum = "2796faa41db3ec313a31f7624d9286acf277b52de526150b7e69f3debf891ee5"
2801  dependencies = [
2802   "bytes",
2803   "prost-derive",
2804  ]
2805  
2806  [[package]]
2807  name = "prost-derive"
2808  version = "0.13.5"
2809  source = "registry+https://github.com/rust-lang/crates.io-index"
2810  checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d"
2811  dependencies = [
2812   "anyhow",
2813   "itertools 0.14.0",
2814   "proc-macro2",
2815   "quote",
2816   "syn 2.0.87",
2817  ]
2818  
2819  [[package]]
2820  name = "quote"
2821  version = "1.0.40"
2822  source = "registry+https://github.com/rust-lang/crates.io-index"
2823  checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
2824  dependencies = [
2825   "proc-macro2",
2826  ]
2827  
2828  [[package]]
2829  name = "r2d2"
2830  version = "0.8.10"
2831  source = "registry+https://github.com/rust-lang/crates.io-index"
2832  checksum = "51de85fb3fb6524929c8a2eb85e6b6d363de4e8c48f9e2c2eac4944abc181c93"
2833  dependencies = [
2834   "log",
2835   "parking_lot",
2836   "scheduled-thread-pool",
2837  ]
2838  
2839  [[package]]
2840  name = "r2d2_sqlite"
2841  version = "0.28.0"
2842  source = "registry+https://github.com/rust-lang/crates.io-index"
2843  checksum = "8998443b32daee2ad6f528afb19ad77c4a8acc4d8d55b3e5072ed42862fe261a"
2844  dependencies = [
2845   "r2d2",
2846   "rusqlite",
2847   "uuid",
2848  ]
2849  
2850  [[package]]
2851  name = "rand"
2852  version = "0.8.5"
2853  source = "registry+https://github.com/rust-lang/crates.io-index"
2854  checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
2855  dependencies = [
2856   "libc",
2857   "rand_chacha 0.3.1",
2858   "rand_core 0.6.4",
2859  ]
2860  
2861  [[package]]
2862  name = "rand"
2863  version = "0.9.0"
2864  source = "registry+https://github.com/rust-lang/crates.io-index"
2865  checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94"
2866  dependencies = [
2867   "rand_chacha 0.9.0",
2868   "rand_core 0.9.3",
2869   "zerocopy",
2870  ]
2871  
2872  [[package]]
2873  name = "rand_chacha"
2874  version = "0.3.1"
2875  source = "registry+https://github.com/rust-lang/crates.io-index"
2876  checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
2877  dependencies = [
2878   "ppv-lite86",
2879   "rand_core 0.6.4",
2880  ]
2881  
2882  [[package]]
2883  name = "rand_chacha"
2884  version = "0.9.0"
2885  source = "registry+https://github.com/rust-lang/crates.io-index"
2886  checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
2887  dependencies = [
2888   "ppv-lite86",
2889   "rand_core 0.9.3",
2890  ]
2891  
2892  [[package]]
2893  name = "rand_core"
2894  version = "0.6.4"
2895  source = "registry+https://github.com/rust-lang/crates.io-index"
2896  checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2897  dependencies = [
2898   "getrandom 0.2.15",
2899  ]
2900  
2901  [[package]]
2902  name = "rand_core"
2903  version = "0.9.3"
2904  source = "registry+https://github.com/rust-lang/crates.io-index"
2905  checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
2906  dependencies = [
2907   "getrandom 0.3.1",
2908  ]
2909  
2910  [[package]]
2911  name = "rand_xoshiro"
2912  version = "0.7.0"
2913  source = "registry+https://github.com/rust-lang/crates.io-index"
2914  checksum = "f703f4665700daf5512dcca5f43afa6af89f09db47fb56be587f80636bda2d41"
2915  dependencies = [
2916   "rand_core 0.9.3",
2917  ]
2918  
2919  [[package]]
2920  name = "readlock"
2921  version = "0.1.7"
2922  source = "registry+https://github.com/rust-lang/crates.io-index"
2923  checksum = "d7b323e7196daa571c8584de958be19e92941c41f845776fe06babfe8fa280a2"
2924  
2925  [[package]]
2926  name = "readlock-tokio"
2927  version = "0.1.4"
2928  source = "registry+https://github.com/rust-lang/crates.io-index"
2929  checksum = "29b1800712c0d75de4b0bda5483d46eaf8df757b81df5ca2bde53d5ac2e2c5b2"
2930  dependencies = [
2931   "tokio",
2932  ]
2933  
2934  [[package]]
2935  name = "redox_syscall"
2936  version = "0.5.2"
2937  source = "registry+https://github.com/rust-lang/crates.io-index"
2938  checksum = "c82cf8cff14456045f55ec4241383baeff27af886adb72ffb2162f99911de0fd"
2939  dependencies = [
2940   "bitflags 2.9.0",
2941  ]
2942  
2943  [[package]]
2944  name = "redox_users"
2945  version = "0.4.5"
2946  source = "registry+https://github.com/rust-lang/crates.io-index"
2947  checksum = "bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891"
2948  dependencies = [
2949   "getrandom 0.2.15",
2950   "libredox",
2951   "thiserror 1.0.69",
2952  ]
2953  
2954  [[package]]
2955  name = "regex"
2956  version = "1.11.1"
2957  source = "registry+https://github.com/rust-lang/crates.io-index"
2958  checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
2959  dependencies = [
2960   "aho-corasick",
2961   "memchr",
2962   "regex-automata",
2963   "regex-syntax",
2964  ]
2965  
2966  [[package]]
2967  name = "regex-automata"
2968  version = "0.4.9"
2969  source = "registry+https://github.com/rust-lang/crates.io-index"
2970  checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
2971  dependencies = [
2972   "aho-corasick",
2973   "memchr",
2974   "regex-syntax",
2975  ]
2976  
2977  [[package]]
2978  name = "regex-syntax"
2979  version = "0.8.5"
2980  source = "registry+https://github.com/rust-lang/crates.io-index"
2981  checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
2982  
2983  [[package]]
2984  name = "reqwest"
2985  version = "0.12.14"
2986  source = "registry+https://github.com/rust-lang/crates.io-index"
2987  checksum = "989e327e510263980e231de548a33e63d34962d29ae61b467389a1a09627a254"
2988  dependencies = [
2989   "async-compression",
2990   "base64",
2991   "bytes",
2992   "futures-core",
2993   "futures-util",
2994   "h2",
2995   "http",
2996   "http-body",
2997   "http-body-util",
2998   "hyper",
2999   "hyper-rustls",
3000   "hyper-tls",
3001   "hyper-util",
3002   "ipnet",
3003   "js-sys",
3004   "log",
3005   "mime",
3006   "native-tls",
3007   "once_cell",
3008   "percent-encoding",
3009   "pin-project-lite",
3010   "rustls-pemfile",
3011   "serde",
3012   "serde_json",
3013   "serde_urlencoded",
3014   "sync_wrapper",
3015   "tokio",
3016   "tokio-native-tls",
3017   "tokio-util",
3018   "tower",
3019   "tower-service",
3020   "url",
3021   "wasm-bindgen",
3022   "wasm-bindgen-futures",
3023   "wasm-streams",
3024   "web-sys",
3025   "windows-registry",
3026  ]
3027  
3028  [[package]]
3029  name = "ring"
3030  version = "0.17.14"
3031  source = "registry+https://github.com/rust-lang/crates.io-index"
3032  checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
3033  dependencies = [
3034   "cc",
3035   "cfg-if",
3036   "getrandom 0.2.15",
3037   "libc",
3038   "untrusted",
3039   "windows-sys 0.52.0",
3040  ]
3041  
3042  [[package]]
3043  name = "rmp"
3044  version = "0.8.14"
3045  source = "registry+https://github.com/rust-lang/crates.io-index"
3046  checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
3047  dependencies = [
3048   "byteorder",
3049   "num-traits",
3050   "paste",
3051  ]
3052  
3053  [[package]]
3054  name = "rmp-serde"
3055  version = "1.3.0"
3056  source = "registry+https://github.com/rust-lang/crates.io-index"
3057  checksum = "52e599a477cf9840e92f2cde9a7189e67b42c57532749bf90aea6ec10facd4db"
3058  dependencies = [
3059   "byteorder",
3060   "rmp",
3061   "serde",
3062  ]
3063  
3064  [[package]]
3065  name = "ruma"
3066  version = "0.12.5"
3067  source = "registry+https://github.com/rust-lang/crates.io-index"
3068  checksum = "c1d47e42b7dea75a468dea63a230f51331c58d690ca018ea1c6ac782ea98880c"
3069  dependencies = [
3070   "assign",
3071   "js_int",
3072   "js_option",
3073   "ruma-client-api",
3074   "ruma-common",
3075   "ruma-events",
3076   "ruma-federation-api",
3077   "ruma-html",
3078   "web-time",
3079  ]
3080  
3081  [[package]]
3082  name = "ruma-client-api"
3083  version = "0.20.4"
3084  source = "registry+https://github.com/rust-lang/crates.io-index"
3085  checksum = "3a9e9c613cfda4923b851c5d8bc442305905bee4f0c2b924564b00e71636c8d4"
3086  dependencies = [
3087   "as_variant",
3088   "assign",
3089   "bytes",
3090   "date_header",
3091   "http",
3092   "js_int",
3093   "js_option",
3094   "maplit",
3095   "ruma-common",
3096   "ruma-events",
3097   "serde",
3098   "serde_html_form",
3099   "serde_json",
3100   "thiserror 2.0.12",
3101   "url",
3102   "web-time",
3103  ]
3104  
3105  [[package]]
3106  name = "ruma-common"
3107  version = "0.15.4"
3108  source = "registry+https://github.com/rust-lang/crates.io-index"
3109  checksum = "387e1898e868d32ff7b205e7db327361d5dcf635c00a8ae5865068607595a9cf"
3110  dependencies = [
3111   "as_variant",
3112   "base64",
3113   "bytes",
3114   "form_urlencoded",
3115   "getrandom 0.2.15",
3116   "http",
3117   "indexmap",
3118   "js-sys",
3119   "js_int",
3120   "konst",
3121   "percent-encoding",
3122   "rand 0.8.5",
3123   "regex",
3124   "ruma-identifiers-validation",
3125   "ruma-macros",
3126   "serde",
3127   "serde_html_form",
3128   "serde_json",
3129   "thiserror 2.0.12",
3130   "time",
3131   "tracing",
3132   "url",
3133   "uuid",
3134   "web-time",
3135   "wildmatch",
3136  ]
3137  
3138  [[package]]
3139  name = "ruma-events"
3140  version = "0.30.4"
3141  source = "registry+https://github.com/rust-lang/crates.io-index"
3142  checksum = "3cdc7abec9bc2a9ca0b4831cc26ce97a6a8c39a0bde44a19281a719e861b4293"
3143  dependencies = [
3144   "as_variant",
3145   "indexmap",
3146   "js_int",
3147   "js_option",
3148   "percent-encoding",
3149   "regex",
3150   "ruma-common",
3151   "ruma-identifiers-validation",
3152   "ruma-macros",
3153   "serde",
3154   "serde_json",
3155   "thiserror 2.0.12",
3156   "tracing",
3157   "url",
3158   "web-time",
3159   "wildmatch",
3160  ]
3161  
3162  [[package]]
3163  name = "ruma-federation-api"
3164  version = "0.11.2"
3165  source = "registry+https://github.com/rust-lang/crates.io-index"
3166  checksum = "bb2a705c3911870782e036a3a8b676d0166c6c93800b84f6b8b23c981f78ef08"
3167  dependencies = [
3168   "http",
3169   "js_int",
3170   "mime",
3171   "ruma-common",
3172   "ruma-events",
3173   "serde",
3174   "serde_json",
3175  ]
3176  
3177  [[package]]
3178  name = "ruma-html"
3179  version = "0.4.1"
3180  source = "registry+https://github.com/rust-lang/crates.io-index"
3181  checksum = "865afa2321e34fa836ea4c1d77ce0c2bb40f7d13fe18ee3e795091fd8d173a1d"
3182  dependencies = [
3183   "as_variant",
3184   "html5ever",
3185   "phf",
3186   "tracing",
3187   "wildmatch",
3188  ]
3189  
3190  [[package]]
3191  name = "ruma-identifiers-validation"
3192  version = "0.10.1"
3193  source = "registry+https://github.com/rust-lang/crates.io-index"
3194  checksum = "6ad674b5e5368c53a2c90fde7dac7e30747004aaf7b1827b72874a25fc06d4d8"
3195  dependencies = [
3196   "js_int",
3197   "thiserror 2.0.12",
3198  ]
3199  
3200  [[package]]
3201  name = "ruma-macros"
3202  version = "0.15.2"
3203  source = "registry+https://github.com/rust-lang/crates.io-index"
3204  checksum = "5ff13fbd6045a7278533390826de316d6116d8582ed828352661337b0c422e1c"
3205  dependencies = [
3206   "cfg-if",
3207   "proc-macro-crate",
3208   "proc-macro2",
3209   "quote",
3210   "ruma-identifiers-validation",
3211   "serde",
3212   "syn 2.0.87",
3213   "toml",
3214  ]
3215  
3216  [[package]]
3217  name = "rusqlite"
3218  version = "0.35.0"
3219  source = "registry+https://github.com/rust-lang/crates.io-index"
3220  checksum = "a22715a5d6deef63c637207afbe68d0c72c3f8d0022d7cf9714c442d6157606b"
3221  dependencies = [
3222   "bitflags 2.9.0",
3223   "chrono",
3224   "fallible-iterator",
3225   "fallible-streaming-iterator",
3226   "hashlink",
3227   "libsqlite3-sys",
3228   "smallvec",
3229  ]
3230  
3231  [[package]]
3232  name = "rustc-demangle"
3233  version = "0.1.24"
3234  source = "registry+https://github.com/rust-lang/crates.io-index"
3235  checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
3236  
3237  [[package]]
3238  name = "rustc_version"
3239  version = "0.4.0"
3240  source = "registry+https://github.com/rust-lang/crates.io-index"
3241  checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
3242  dependencies = [
3243   "semver",
3244  ]
3245  
3246  [[package]]
3247  name = "rustix"
3248  version = "0.37.27"
3249  source = "registry+https://github.com/rust-lang/crates.io-index"
3250  checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2"
3251  dependencies = [
3252   "bitflags 1.3.2",
3253   "errno",
3254   "io-lifetimes",
3255   "libc",
3256   "linux-raw-sys 0.3.8",
3257   "windows-sys 0.48.0",
3258  ]
3259  
3260  [[package]]
3261  name = "rustix"
3262  version = "0.38.34"
3263  source = "registry+https://github.com/rust-lang/crates.io-index"
3264  checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
3265  dependencies = [
3266   "bitflags 2.9.0",
3267   "errno",
3268   "libc",
3269   "linux-raw-sys 0.4.14",
3270   "windows-sys 0.52.0",
3271  ]
3272  
3273  [[package]]
3274  name = "rustix"
3275  version = "1.0.2"
3276  source = "registry+https://github.com/rust-lang/crates.io-index"
3277  checksum = "f7178faa4b75a30e269c71e61c353ce2748cf3d76f0c44c393f4e60abf49b825"
3278  dependencies = [
3279   "bitflags 2.9.0",
3280   "errno",
3281   "libc",
3282   "linux-raw-sys 0.9.3",
3283   "windows-sys 0.52.0",
3284  ]
3285  
3286  [[package]]
3287  name = "rustls"
3288  version = "0.23.23"
3289  source = "registry+https://github.com/rust-lang/crates.io-index"
3290  checksum = "47796c98c480fce5406ef69d1c76378375492c3b0a0de587be0c1d9feb12f395"
3291  dependencies = [
3292   "once_cell",
3293   "rustls-pki-types",
3294   "rustls-webpki",
3295   "subtle",
3296   "zeroize",
3297  ]
3298  
3299  [[package]]
3300  name = "rustls-pemfile"
3301  version = "2.1.2"
3302  source = "registry+https://github.com/rust-lang/crates.io-index"
3303  checksum = "29993a25686778eb88d4189742cd713c9bce943bc54251a33509dc63cbacf73d"
3304  dependencies = [
3305   "base64",
3306   "rustls-pki-types",
3307  ]
3308  
3309  [[package]]
3310  name = "rustls-pki-types"
3311  version = "1.11.0"
3312  source = "registry+https://github.com/rust-lang/crates.io-index"
3313  checksum = "917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c"
3314  
3315  [[package]]
3316  name = "rustls-webpki"
3317  version = "0.102.8"
3318  source = "registry+https://github.com/rust-lang/crates.io-index"
3319  checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
3320  dependencies = [
3321   "ring",
3322   "rustls-pki-types",
3323   "untrusted",
3324  ]
3325  
3326  [[package]]
3327  name = "rustversion"
3328  version = "1.0.20"
3329  source = "registry+https://github.com/rust-lang/crates.io-index"
3330  checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2"
3331  
3332  [[package]]
3333  name = "ryu"
3334  version = "1.0.18"
3335  source = "registry+https://github.com/rust-lang/crates.io-index"
3336  checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
3337  
3338  [[package]]
3339  name = "schannel"
3340  version = "0.1.23"
3341  source = "registry+https://github.com/rust-lang/crates.io-index"
3342  checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
3343  dependencies = [
3344   "windows-sys 0.52.0",
3345  ]
3346  
3347  [[package]]
3348  name = "scheduled-thread-pool"
3349  version = "0.2.7"
3350  source = "registry+https://github.com/rust-lang/crates.io-index"
3351  checksum = "3cbc66816425a074528352f5789333ecff06ca41b36b0b0efdfbb29edc391a19"
3352  dependencies = [
3353   "parking_lot",
3354  ]
3355  
3356  [[package]]
3357  name = "scopeguard"
3358  version = "1.2.0"
3359  source = "registry+https://github.com/rust-lang/crates.io-index"
3360  checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
3361  
3362  [[package]]
3363  name = "security-framework"
3364  version = "2.11.0"
3365  source = "registry+https://github.com/rust-lang/crates.io-index"
3366  checksum = "c627723fd09706bacdb5cf41499e95098555af3c3c29d014dc3c458ef6be11c0"
3367  dependencies = [
3368   "bitflags 2.9.0",
3369   "core-foundation",
3370   "core-foundation-sys",
3371   "libc",
3372   "security-framework-sys",
3373  ]
3374  
3375  [[package]]
3376  name = "security-framework-sys"
3377  version = "2.11.0"
3378  source = "registry+https://github.com/rust-lang/crates.io-index"
3379  checksum = "317936bbbd05227752583946b9e66d7ce3b489f84e11a94a510b4437fef407d7"
3380  dependencies = [
3381   "core-foundation-sys",
3382   "libc",
3383  ]
3384  
3385  [[package]]
3386  name = "semver"
3387  version = "1.0.23"
3388  source = "registry+https://github.com/rust-lang/crates.io-index"
3389  checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
3390  
3391  [[package]]
3392  name = "serde"
3393  version = "1.0.219"
3394  source = "registry+https://github.com/rust-lang/crates.io-index"
3395  checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
3396  dependencies = [
3397   "serde_derive",
3398  ]
3399  
3400  [[package]]
3401  name = "serde-wasm-bindgen"
3402  version = "0.6.5"
3403  source = "registry+https://github.com/rust-lang/crates.io-index"
3404  checksum = "8302e169f0eddcc139c70f139d19d6467353af16f9fce27e8c30158036a1e16b"
3405  dependencies = [
3406   "js-sys",
3407   "serde",
3408   "wasm-bindgen",
3409  ]
3410  
3411  [[package]]
3412  name = "serde_bytes"
3413  version = "0.11.15"
3414  source = "registry+https://github.com/rust-lang/crates.io-index"
3415  checksum = "387cc504cb06bb40a96c8e04e951fe01854cf6bc921053c954e4a606d9675c6a"
3416  dependencies = [
3417   "serde",
3418  ]
3419  
3420  [[package]]
3421  name = "serde_derive"
3422  version = "1.0.219"
3423  source = "registry+https://github.com/rust-lang/crates.io-index"
3424  checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
3425  dependencies = [
3426   "proc-macro2",
3427   "quote",
3428   "syn 2.0.87",
3429  ]
3430  
3431  [[package]]
3432  name = "serde_html_form"
3433  version = "0.2.7"
3434  source = "registry+https://github.com/rust-lang/crates.io-index"
3435  checksum = "9d2de91cf02bbc07cde38891769ccd5d4f073d22a40683aa4bc7a95781aaa2c4"
3436  dependencies = [
3437   "form_urlencoded",
3438   "indexmap",
3439   "itoa",
3440   "ryu",
3441   "serde",
3442  ]
3443  
3444  [[package]]
3445  name = "serde_json"
3446  version = "1.0.140"
3447  source = "registry+https://github.com/rust-lang/crates.io-index"
3448  checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
3449  dependencies = [
3450   "itoa",
3451   "memchr",
3452   "ryu",
3453   "serde",
3454  ]
3455  
3456  [[package]]
3457  name = "serde_path_to_error"
3458  version = "0.1.17"
3459  source = "registry+https://github.com/rust-lang/crates.io-index"
3460  checksum = "59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a"
3461  dependencies = [
3462   "itoa",
3463   "serde",
3464  ]
3465  
3466  [[package]]
3467  name = "serde_spanned"
3468  version = "0.6.8"
3469  source = "registry+https://github.com/rust-lang/crates.io-index"
3470  checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
3471  dependencies = [
3472   "serde",
3473  ]
3474  
3475  [[package]]
3476  name = "serde_urlencoded"
3477  version = "0.7.1"
3478  source = "registry+https://github.com/rust-lang/crates.io-index"
3479  checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
3480  dependencies = [
3481   "form_urlencoded",
3482   "itoa",
3483   "ryu",
3484   "serde",
3485  ]
3486  
3487  [[package]]
3488  name = "sha2"
3489  version = "0.10.8"
3490  source = "registry+https://github.com/rust-lang/crates.io-index"
3491  checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
3492  dependencies = [
3493   "cfg-if",
3494   "cpufeatures",
3495   "digest",
3496  ]
3497  
3498  [[package]]
3499  name = "sharded-slab"
3500  version = "0.1.7"
3501  source = "registry+https://github.com/rust-lang/crates.io-index"
3502  checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
3503  dependencies = [
3504   "lazy_static",
3505  ]
3506  
3507  [[package]]
3508  name = "shlex"
3509  version = "1.3.0"
3510  source = "registry+https://github.com/rust-lang/crates.io-index"
3511  checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
3512  
3513  [[package]]
3514  name = "signal-hook-registry"
3515  version = "1.4.2"
3516  source = "registry+https://github.com/rust-lang/crates.io-index"
3517  checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
3518  dependencies = [
3519   "libc",
3520  ]
3521  
3522  [[package]]
3523  name = "signature"
3524  version = "2.2.0"
3525  source = "registry+https://github.com/rust-lang/crates.io-index"
3526  checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
3527  dependencies = [
3528   "rand_core 0.6.4",
3529  ]
3530  
3531  [[package]]
3532  name = "siphasher"
3533  version = "1.0.1"
3534  source = "registry+https://github.com/rust-lang/crates.io-index"
3535  checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
3536  
3537  [[package]]
3538  name = "slab"
3539  version = "0.4.9"
3540  source = "registry+https://github.com/rust-lang/crates.io-index"
3541  checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
3542  dependencies = [
3543   "autocfg",
3544  ]
3545  
3546  [[package]]
3547  name = "smallvec"
3548  version = "1.13.2"
3549  source = "registry+https://github.com/rust-lang/crates.io-index"
3550  checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
3551  
3552  [[package]]
3553  name = "socket2"
3554  version = "0.4.10"
3555  source = "registry+https://github.com/rust-lang/crates.io-index"
3556  checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
3557  dependencies = [
3558   "libc",
3559   "winapi",
3560  ]
3561  
3562  [[package]]
3563  name = "socket2"
3564  version = "0.5.7"
3565  source = "registry+https://github.com/rust-lang/crates.io-index"
3566  checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
3567  dependencies = [
3568   "libc",
3569   "windows-sys 0.52.0",
3570  ]
3571  
3572  [[package]]
3573  name = "spki"
3574  version = "0.7.3"
3575  source = "registry+https://github.com/rust-lang/crates.io-index"
3576  checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
3577  dependencies = [
3578   "base64ct",
3579   "der",
3580  ]
3581  
3582  [[package]]
3583  name = "stable_deref_trait"
3584  version = "1.2.0"
3585  source = "registry+https://github.com/rust-lang/crates.io-index"
3586  checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
3587  
3588  [[package]]
3589  name = "string_cache"
3590  version = "0.8.9"
3591  source = "registry+https://github.com/rust-lang/crates.io-index"
3592  checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
3593  dependencies = [
3594   "new_debug_unreachable",
3595   "parking_lot",
3596   "phf_shared",
3597   "precomputed-hash",
3598   "serde",
3599  ]
3600  
3601  [[package]]
3602  name = "string_cache_codegen"
3603  version = "0.5.4"
3604  source = "registry+https://github.com/rust-lang/crates.io-index"
3605  checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
3606  dependencies = [
3607   "phf_generator",
3608   "phf_shared",
3609   "proc-macro2",
3610   "quote",
3611  ]
3612  
3613  [[package]]
3614  name = "strsim"
3615  version = "0.11.1"
3616  source = "registry+https://github.com/rust-lang/crates.io-index"
3617  checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
3618  
3619  [[package]]
3620  name = "subtle"
3621  version = "2.6.1"
3622  source = "registry+https://github.com/rust-lang/crates.io-index"
3623  checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
3624  
3625  [[package]]
3626  name = "syn"
3627  version = "1.0.109"
3628  source = "registry+https://github.com/rust-lang/crates.io-index"
3629  checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
3630  dependencies = [
3631   "proc-macro2",
3632   "quote",
3633   "unicode-ident",
3634  ]
3635  
3636  [[package]]
3637  name = "syn"
3638  version = "2.0.87"
3639  source = "registry+https://github.com/rust-lang/crates.io-index"
3640  checksum = "25aa4ce346d03a6dcd68dd8b4010bcb74e54e62c90c573f394c46eae99aba32d"
3641  dependencies = [
3642   "proc-macro2",
3643   "quote",
3644   "unicode-ident",
3645  ]
3646  
3647  [[package]]
3648  name = "sync_wrapper"
3649  version = "1.0.1"
3650  source = "registry+https://github.com/rust-lang/crates.io-index"
3651  checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394"
3652  dependencies = [
3653   "futures-core",
3654  ]
3655  
3656  [[package]]
3657  name = "synstructure"
3658  version = "0.13.1"
3659  source = "registry+https://github.com/rust-lang/crates.io-index"
3660  checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
3661  dependencies = [
3662   "proc-macro2",
3663   "quote",
3664   "syn 2.0.87",
3665  ]
3666  
3667  [[package]]
3668  name = "tempfile"
3669  version = "3.19.0"
3670  source = "registry+https://github.com/rust-lang/crates.io-index"
3671  checksum = "488960f40a3fd53d72c2a29a58722561dee8afdd175bd88e3db4677d7b2ba600"
3672  dependencies = [
3673   "fastrand 2.3.0",
3674   "getrandom 0.3.1",
3675   "once_cell",
3676   "rustix 1.0.2",
3677   "windows-sys 0.52.0",
3678  ]
3679  
3680  [[package]]
3681  name = "tendril"
3682  version = "0.4.3"
3683  source = "registry+https://github.com/rust-lang/crates.io-index"
3684  checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
3685  dependencies = [
3686   "futf",
3687   "mac",
3688   "utf-8",
3689  ]
3690  
3691  [[package]]
3692  name = "terminal_size"
3693  version = "0.3.0"
3694  source = "registry+https://github.com/rust-lang/crates.io-index"
3695  checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7"
3696  dependencies = [
3697   "rustix 0.38.34",
3698   "windows-sys 0.48.0",
3699  ]
3700  
3701  [[package]]
3702  name = "thiserror"
3703  version = "1.0.69"
3704  source = "registry+https://github.com/rust-lang/crates.io-index"
3705  checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
3706  dependencies = [
3707   "thiserror-impl 1.0.69",
3708  ]
3709  
3710  [[package]]
3711  name = "thiserror"
3712  version = "2.0.12"
3713  source = "registry+https://github.com/rust-lang/crates.io-index"
3714  checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
3715  dependencies = [
3716   "thiserror-impl 2.0.12",
3717  ]
3718  
3719  [[package]]
3720  name = "thiserror-impl"
3721  version = "1.0.69"
3722  source = "registry+https://github.com/rust-lang/crates.io-index"
3723  checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
3724  dependencies = [
3725   "proc-macro2",
3726   "quote",
3727   "syn 2.0.87",
3728  ]
3729  
3730  [[package]]
3731  name = "thiserror-impl"
3732  version = "2.0.12"
3733  source = "registry+https://github.com/rust-lang/crates.io-index"
3734  checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
3735  dependencies = [
3736   "proc-macro2",
3737   "quote",
3738   "syn 2.0.87",
3739  ]
3740  
3741  [[package]]
3742  name = "thread_local"
3743  version = "1.1.8"
3744  source = "registry+https://github.com/rust-lang/crates.io-index"
3745  checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
3746  dependencies = [
3747   "cfg-if",
3748   "once_cell",
3749  ]
3750  
3751  [[package]]
3752  name = "time"
3753  version = "0.3.39"
3754  source = "registry+https://github.com/rust-lang/crates.io-index"
3755  checksum = "dad298b01a40a23aac4580b67e3dbedb7cc8402f3592d7f49469de2ea4aecdd8"
3756  dependencies = [
3757   "deranged",
3758   "itoa",
3759   "num-conv",
3760   "powerfmt",
3761   "serde",
3762   "time-core",
3763   "time-macros",
3764  ]
3765  
3766  [[package]]
3767  name = "time-core"
3768  version = "0.1.3"
3769  source = "registry+https://github.com/rust-lang/crates.io-index"
3770  checksum = "765c97a5b985b7c11d7bc27fa927dc4fe6af3a6dfb021d28deb60d3bf51e76ef"
3771  
3772  [[package]]
3773  name = "time-macros"
3774  version = "0.2.20"
3775  source = "registry+https://github.com/rust-lang/crates.io-index"
3776  checksum = "e8093bc3e81c3bc5f7879de09619d06c9a5a5e45ca44dfeeb7225bae38005c5c"
3777  dependencies = [
3778   "num-conv",
3779   "time-core",
3780  ]
3781  
3782  [[package]]
3783  name = "tinystr"
3784  version = "0.7.6"
3785  source = "registry+https://github.com/rust-lang/crates.io-index"
3786  checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
3787  dependencies = [
3788   "displaydoc",
3789   "zerovec",
3790  ]
3791  
3792  [[package]]
3793  name = "tinyvec"
3794  version = "1.8.0"
3795  source = "registry+https://github.com/rust-lang/crates.io-index"
3796  checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
3797  dependencies = [
3798   "tinyvec_macros",
3799  ]
3800  
3801  [[package]]
3802  name = "tinyvec_macros"
3803  version = "0.1.1"
3804  source = "registry+https://github.com/rust-lang/crates.io-index"
3805  checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
3806  
3807  [[package]]
3808  name = "tokio"
3809  version = "1.44.1"
3810  source = "registry+https://github.com/rust-lang/crates.io-index"
3811  checksum = "f382da615b842244d4b8738c82ed1275e6c5dd90c459a30941cd07080b06c91a"
3812  dependencies = [
3813   "backtrace",
3814   "bytes",
3815   "libc",
3816   "mio",
3817   "parking_lot",
3818   "pin-project-lite",
3819   "signal-hook-registry",
3820   "socket2 0.5.7",
3821   "tokio-macros",
3822   "windows-sys 0.52.0",
3823  ]
3824  
3825  [[package]]
3826  name = "tokio-macros"
3827  version = "2.5.0"
3828  source = "registry+https://github.com/rust-lang/crates.io-index"
3829  checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
3830  dependencies = [
3831   "proc-macro2",
3832   "quote",
3833   "syn 2.0.87",
3834  ]
3835  
3836  [[package]]
3837  name = "tokio-native-tls"
3838  version = "0.3.1"
3839  source = "registry+https://github.com/rust-lang/crates.io-index"
3840  checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
3841  dependencies = [
3842   "native-tls",
3843   "tokio",
3844  ]
3845  
3846  [[package]]
3847  name = "tokio-rustls"
3848  version = "0.26.2"
3849  source = "registry+https://github.com/rust-lang/crates.io-index"
3850  checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
3851  dependencies = [
3852   "rustls",
3853   "tokio",
3854  ]
3855  
3856  [[package]]
3857  name = "tokio-stream"
3858  version = "0.1.17"
3859  source = "registry+https://github.com/rust-lang/crates.io-index"
3860  checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
3861  dependencies = [
3862   "futures-core",
3863   "pin-project-lite",
3864   "tokio",
3865   "tokio-util",
3866  ]
3867  
3868  [[package]]
3869  name = "tokio-util"
3870  version = "0.7.14"
3871  source = "registry+https://github.com/rust-lang/crates.io-index"
3872  checksum = "6b9590b93e6fcc1739458317cccd391ad3955e2bde8913edf6f95f9e65a8f034"
3873  dependencies = [
3874   "bytes",
3875   "futures-core",
3876   "futures-sink",
3877   "pin-project-lite",
3878   "tokio",
3879  ]
3880  
3881  [[package]]
3882  name = "toml"
3883  version = "0.8.14"
3884  source = "registry+https://github.com/rust-lang/crates.io-index"
3885  checksum = "6f49eb2ab21d2f26bd6db7bf383edc527a7ebaee412d17af4d40fdccd442f335"
3886  dependencies = [
3887   "serde",
3888   "serde_spanned",
3889   "toml_datetime",
3890   "toml_edit",
3891  ]
3892  
3893  [[package]]
3894  name = "toml_datetime"
3895  version = "0.6.8"
3896  source = "registry+https://github.com/rust-lang/crates.io-index"
3897  checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
3898  dependencies = [
3899   "serde",
3900  ]
3901  
3902  [[package]]
3903  name = "toml_edit"
3904  version = "0.22.24"
3905  source = "registry+https://github.com/rust-lang/crates.io-index"
3906  checksum = "17b4795ff5edd201c7cd6dca065ae59972ce77d1b80fa0a84d94950ece7d1474"
3907  dependencies = [
3908   "indexmap",
3909   "serde",
3910   "serde_spanned",
3911   "toml_datetime",
3912   "winnow",
3913  ]
3914  
3915  [[package]]
3916  name = "tower"
3917  version = "0.5.2"
3918  source = "registry+https://github.com/rust-lang/crates.io-index"
3919  checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
3920  dependencies = [
3921   "futures-core",
3922   "futures-util",
3923   "pin-project-lite",
3924   "sync_wrapper",
3925   "tokio",
3926   "tower-layer",
3927   "tower-service",
3928  ]
3929  
3930  [[package]]
3931  name = "tower-layer"
3932  version = "0.3.3"
3933  source = "registry+https://github.com/rust-lang/crates.io-index"
3934  checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
3935  
3936  [[package]]
3937  name = "tower-service"
3938  version = "0.3.3"
3939  source = "registry+https://github.com/rust-lang/crates.io-index"
3940  checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
3941  
3942  [[package]]
3943  name = "tracing"
3944  version = "0.1.40"
3945  source = "registry+https://github.com/rust-lang/crates.io-index"
3946  checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
3947  dependencies = [
3948   "pin-project-lite",
3949   "tracing-attributes",
3950   "tracing-core",
3951  ]
3952  
3953  [[package]]
3954  name = "tracing-attributes"
3955  version = "0.1.27"
3956  source = "registry+https://github.com/rust-lang/crates.io-index"
3957  checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
3958  dependencies = [
3959   "proc-macro2",
3960   "quote",
3961   "syn 2.0.87",
3962  ]
3963  
3964  [[package]]
3965  name = "tracing-core"
3966  version = "0.1.32"
3967  source = "registry+https://github.com/rust-lang/crates.io-index"
3968  checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
3969  dependencies = [
3970   "once_cell",
3971   "valuable",
3972  ]
3973  
3974  [[package]]
3975  name = "tracing-log"
3976  version = "0.2.0"
3977  source = "registry+https://github.com/rust-lang/crates.io-index"
3978  checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
3979  dependencies = [
3980   "log",
3981   "once_cell",
3982   "tracing-core",
3983  ]
3984  
3985  [[package]]
3986  name = "tracing-subscriber"
3987  version = "0.3.18"
3988  source = "registry+https://github.com/rust-lang/crates.io-index"
3989  checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
3990  dependencies = [
3991   "nu-ansi-term",
3992   "sharded-slab",
3993   "smallvec",
3994   "thread_local",
3995   "tracing-core",
3996   "tracing-log",
3997  ]
3998  
3999  [[package]]
4000  name = "try-lock"
4001  version = "0.2.5"
4002  source = "registry+https://github.com/rust-lang/crates.io-index"
4003  checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
4004  
4005  [[package]]
4006  name = "typenum"
4007  version = "1.17.0"
4008  source = "registry+https://github.com/rust-lang/crates.io-index"
4009  checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
4010  
4011  [[package]]
4012  name = "typewit"
4013  version = "1.9.0"
4014  source = "registry+https://github.com/rust-lang/crates.io-index"
4015  checksum = "c6fb9ae6a3cafaf0a5d14c2302ca525f9ae8e07a0f0e6949de88d882c37a6e24"
4016  dependencies = [
4017   "typewit_proc_macros",
4018  ]
4019  
4020  [[package]]
4021  name = "typewit_proc_macros"
4022  version = "1.8.1"
4023  source = "registry+https://github.com/rust-lang/crates.io-index"
4024  checksum = "e36a83ea2b3c704935a01b4642946aadd445cea40b10935e3f8bd8052b8193d6"
4025  
4026  [[package]]
4027  name = "ulid"
4028  version = "1.2.0"
4029  source = "registry+https://github.com/rust-lang/crates.io-index"
4030  checksum = "ab82fc73182c29b02e2926a6df32f2241dbadb5cfc111fd595515b3598f46bb3"
4031  dependencies = [
4032   "rand 0.9.0",
4033   "web-time",
4034  ]
4035  
4036  [[package]]
4037  name = "unicase"
4038  version = "2.7.0"
4039  source = "registry+https://github.com/rust-lang/crates.io-index"
4040  checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
4041  dependencies = [
4042   "version_check",
4043  ]
4044  
4045  [[package]]
4046  name = "unicode-ident"
4047  version = "1.0.12"
4048  source = "registry+https://github.com/rust-lang/crates.io-index"
4049  checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
4050  
4051  [[package]]
4052  name = "unicode-normalization"
4053  version = "0.1.24"
4054  source = "registry+https://github.com/rust-lang/crates.io-index"
4055  checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
4056  dependencies = [
4057   "tinyvec",
4058  ]
4059  
4060  [[package]]
4061  name = "unicode-width"
4062  version = "0.1.13"
4063  source = "registry+https://github.com/rust-lang/crates.io-index"
4064  checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d"
4065  
4066  [[package]]
4067  name = "universal-hash"
4068  version = "0.5.1"
4069  source = "registry+https://github.com/rust-lang/crates.io-index"
4070  checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea"
4071  dependencies = [
4072   "crypto-common",
4073   "subtle",
4074  ]
4075  
4076  [[package]]
4077  name = "untrusted"
4078  version = "0.9.0"
4079  source = "registry+https://github.com/rust-lang/crates.io-index"
4080  checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
4081  
4082  [[package]]
4083  name = "url"
4084  version = "2.5.4"
4085  source = "registry+https://github.com/rust-lang/crates.io-index"
4086  checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
4087  dependencies = [
4088   "form_urlencoded",
4089   "idna",
4090   "percent-encoding",
4091   "serde",
4092  ]
4093  
4094  [[package]]
4095  name = "urlencoding"
4096  version = "2.1.3"
4097  source = "registry+https://github.com/rust-lang/crates.io-index"
4098  checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
4099  
4100  [[package]]
4101  name = "utf-8"
4102  version = "0.7.6"
4103  source = "registry+https://github.com/rust-lang/crates.io-index"
4104  checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
4105  
4106  [[package]]
4107  name = "utf16_iter"
4108  version = "1.0.5"
4109  source = "registry+https://github.com/rust-lang/crates.io-index"
4110  checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
4111  
4112  [[package]]
4113  name = "utf8_iter"
4114  version = "1.0.4"
4115  source = "registry+https://github.com/rust-lang/crates.io-index"
4116  checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
4117  
4118  [[package]]
4119  name = "utf8parse"
4120  version = "0.2.2"
4121  source = "registry+https://github.com/rust-lang/crates.io-index"
4122  checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
4123  
4124  [[package]]
4125  name = "uuid"
4126  version = "1.16.0"
4127  source = "registry+https://github.com/rust-lang/crates.io-index"
4128  checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9"
4129  dependencies = [
4130   "getrandom 0.3.1",
4131   "js-sys",
4132   "rand 0.9.0",
4133   "wasm-bindgen",
4134  ]
4135  
4136  [[package]]
4137  name = "valuable"
4138  version = "0.1.0"
4139  source = "registry+https://github.com/rust-lang/crates.io-index"
4140  checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
4141  
4142  [[package]]
4143  name = "value-bag"
4144  version = "1.9.0"
4145  source = "registry+https://github.com/rust-lang/crates.io-index"
4146  checksum = "5a84c137d37ab0142f0f2ddfe332651fdbf252e7b7dbb4e67b6c1f1b2e925101"
4147  
4148  [[package]]
4149  name = "vcpkg"
4150  version = "0.2.15"
4151  source = "registry+https://github.com/rust-lang/crates.io-index"
4152  checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
4153  
4154  [[package]]
4155  name = "version_check"
4156  version = "0.9.4"
4157  source = "registry+https://github.com/rust-lang/crates.io-index"
4158  checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
4159  
4160  [[package]]
4161  name = "vodozemac"
4162  version = "0.9.0"
4163  source = "registry+https://github.com/rust-lang/crates.io-index"
4164  checksum = "c022a277687e4e8685d72b95a7ca3ccfec907daa946678e715f8badaa650883d"
4165  dependencies = [
4166   "aes",
4167   "arrayvec",
4168   "base64",
4169   "base64ct",
4170   "cbc",
4171   "chacha20poly1305",
4172   "curve25519-dalek",
4173   "ed25519-dalek",
4174   "getrandom 0.2.15",
4175   "hkdf",
4176   "hmac",
4177   "matrix-pickle",
4178   "prost",
4179   "rand 0.8.5",
4180   "serde",
4181   "serde_bytes",
4182   "serde_json",
4183   "sha2",
4184   "subtle",
4185   "thiserror 2.0.12",
4186   "x25519-dalek",
4187   "zeroize",
4188  ]
4189  
4190  [[package]]
4191  name = "waker-fn"
4192  version = "1.2.0"
4193  source = "registry+https://github.com/rust-lang/crates.io-index"
4194  checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
4195  
4196  [[package]]
4197  name = "want"
4198  version = "0.3.1"
4199  source = "registry+https://github.com/rust-lang/crates.io-index"
4200  checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
4201  dependencies = [
4202   "try-lock",
4203  ]
4204  
4205  [[package]]
4206  name = "wasi"
4207  version = "0.11.0+wasi-snapshot-preview1"
4208  source = "registry+https://github.com/rust-lang/crates.io-index"
4209  checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
4210  
4211  [[package]]
4212  name = "wasi"
4213  version = "0.13.3+wasi-0.2.2"
4214  source = "registry+https://github.com/rust-lang/crates.io-index"
4215  checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2"
4216  dependencies = [
4217   "wit-bindgen-rt",
4218  ]
4219  
4220  [[package]]
4221  name = "wasm-bindgen"
4222  version = "0.2.100"
4223  source = "registry+https://github.com/rust-lang/crates.io-index"
4224  checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
4225  dependencies = [
4226   "cfg-if",
4227   "once_cell",
4228   "rustversion",
4229   "wasm-bindgen-macro",
4230  ]
4231  
4232  [[package]]
4233  name = "wasm-bindgen-backend"
4234  version = "0.2.100"
4235  source = "registry+https://github.com/rust-lang/crates.io-index"
4236  checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
4237  dependencies = [
4238   "bumpalo",
4239   "log",
4240   "proc-macro2",
4241   "quote",
4242   "syn 2.0.87",
4243   "wasm-bindgen-shared",
4244  ]
4245  
4246  [[package]]
4247  name = "wasm-bindgen-futures"
4248  version = "0.4.42"
4249  source = "registry+https://github.com/rust-lang/crates.io-index"
4250  checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0"
4251  dependencies = [
4252   "cfg-if",
4253   "js-sys",
4254   "wasm-bindgen",
4255   "web-sys",
4256  ]
4257  
4258  [[package]]
4259  name = "wasm-bindgen-macro"
4260  version = "0.2.100"
4261  source = "registry+https://github.com/rust-lang/crates.io-index"
4262  checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
4263  dependencies = [
4264   "quote",
4265   "wasm-bindgen-macro-support",
4266  ]
4267  
4268  [[package]]
4269  name = "wasm-bindgen-macro-support"
4270  version = "0.2.100"
4271  source = "registry+https://github.com/rust-lang/crates.io-index"
4272  checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
4273  dependencies = [
4274   "proc-macro2",
4275   "quote",
4276   "syn 2.0.87",
4277   "wasm-bindgen-backend",
4278   "wasm-bindgen-shared",
4279  ]
4280  
4281  [[package]]
4282  name = "wasm-bindgen-shared"
4283  version = "0.2.100"
4284  source = "registry+https://github.com/rust-lang/crates.io-index"
4285  checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
4286  dependencies = [
4287   "unicode-ident",
4288  ]
4289  
4290  [[package]]
4291  name = "wasm-streams"
4292  version = "0.4.0"
4293  source = "registry+https://github.com/rust-lang/crates.io-index"
4294  checksum = "b65dc4c90b63b118468cf747d8bf3566c1913ef60be765b5730ead9e0a3ba129"
4295  dependencies = [
4296   "futures-util",
4297   "js-sys",
4298   "wasm-bindgen",
4299   "wasm-bindgen-futures",
4300   "web-sys",
4301  ]
4302  
4303  [[package]]
4304  name = "web-sys"
4305  version = "0.3.69"
4306  source = "registry+https://github.com/rust-lang/crates.io-index"
4307  checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef"
4308  dependencies = [
4309   "js-sys",
4310   "wasm-bindgen",
4311  ]
4312  
4313  [[package]]
4314  name = "web-time"
4315  version = "1.1.0"
4316  source = "registry+https://github.com/rust-lang/crates.io-index"
4317  checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
4318  dependencies = [
4319   "js-sys",
4320   "wasm-bindgen",
4321  ]
4322  
4323  [[package]]
4324  name = "wildmatch"
4325  version = "2.3.4"
4326  source = "registry+https://github.com/rust-lang/crates.io-index"
4327  checksum = "3928939971918220fed093266b809d1ee4ec6c1a2d72692ff6876898f3b16c19"
4328  
4329  [[package]]
4330  name = "winapi"
4331  version = "0.3.9"
4332  source = "registry+https://github.com/rust-lang/crates.io-index"
4333  checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
4334  dependencies = [
4335   "winapi-i686-pc-windows-gnu",
4336   "winapi-x86_64-pc-windows-gnu",
4337  ]
4338  
4339  [[package]]
4340  name = "winapi-i686-pc-windows-gnu"
4341  version = "0.4.0"
4342  source = "registry+https://github.com/rust-lang/crates.io-index"
4343  checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
4344  
4345  [[package]]
4346  name = "winapi-x86_64-pc-windows-gnu"
4347  version = "0.4.0"
4348  source = "registry+https://github.com/rust-lang/crates.io-index"
4349  checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
4350  
4351  [[package]]
4352  name = "windows-core"
4353  version = "0.52.0"
4354  source = "registry+https://github.com/rust-lang/crates.io-index"
4355  checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
4356  dependencies = [
4357   "windows-targets 0.52.6",
4358  ]
4359  
4360  [[package]]
4361  name = "windows-link"
4362  version = "0.1.0"
4363  source = "registry+https://github.com/rust-lang/crates.io-index"
4364  checksum = "6dccfd733ce2b1753b03b6d3c65edf020262ea35e20ccdf3e288043e6dd620e3"
4365  
4366  [[package]]
4367  name = "windows-registry"
4368  version = "0.4.0"
4369  source = "registry+https://github.com/rust-lang/crates.io-index"
4370  checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
4371  dependencies = [
4372   "windows-result",
4373   "windows-strings",
4374   "windows-targets 0.53.0",
4375  ]
4376  
4377  [[package]]
4378  name = "windows-result"
4379  version = "0.3.1"
4380  source = "registry+https://github.com/rust-lang/crates.io-index"
4381  checksum = "06374efe858fab7e4f881500e6e86ec8bc28f9462c47e5a9941a0142ad86b189"
4382  dependencies = [
4383   "windows-link",
4384  ]
4385  
4386  [[package]]
4387  name = "windows-strings"
4388  version = "0.3.1"
4389  source = "registry+https://github.com/rust-lang/crates.io-index"
4390  checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
4391  dependencies = [
4392   "windows-link",
4393  ]
4394  
4395  [[package]]
4396  name = "windows-sys"
4397  version = "0.48.0"
4398  source = "registry+https://github.com/rust-lang/crates.io-index"
4399  checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
4400  dependencies = [
4401   "windows-targets 0.48.5",
4402  ]
4403  
4404  [[package]]
4405  name = "windows-sys"
4406  version = "0.52.0"
4407  source = "registry+https://github.com/rust-lang/crates.io-index"
4408  checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
4409  dependencies = [
4410   "windows-targets 0.52.6",
4411  ]
4412  
4413  [[package]]
4414  name = "windows-targets"
4415  version = "0.48.5"
4416  source = "registry+https://github.com/rust-lang/crates.io-index"
4417  checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
4418  dependencies = [
4419   "windows_aarch64_gnullvm 0.48.5",
4420   "windows_aarch64_msvc 0.48.5",
4421   "windows_i686_gnu 0.48.5",
4422   "windows_i686_msvc 0.48.5",
4423   "windows_x86_64_gnu 0.48.5",
4424   "windows_x86_64_gnullvm 0.48.5",
4425   "windows_x86_64_msvc 0.48.5",
4426  ]
4427  
4428  [[package]]
4429  name = "windows-targets"
4430  version = "0.52.6"
4431  source = "registry+https://github.com/rust-lang/crates.io-index"
4432  checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
4433  dependencies = [
4434   "windows_aarch64_gnullvm 0.52.6",
4435   "windows_aarch64_msvc 0.52.6",
4436   "windows_i686_gnu 0.52.6",
4437   "windows_i686_gnullvm 0.52.6",
4438   "windows_i686_msvc 0.52.6",
4439   "windows_x86_64_gnu 0.52.6",
4440   "windows_x86_64_gnullvm 0.52.6",
4441   "windows_x86_64_msvc 0.52.6",
4442  ]
4443  
4444  [[package]]
4445  name = "windows-targets"
4446  version = "0.53.0"
4447  source = "registry+https://github.com/rust-lang/crates.io-index"
4448  checksum = "b1e4c7e8ceaaf9cb7d7507c974735728ab453b67ef8f18febdd7c11fe59dca8b"
4449  dependencies = [
4450   "windows_aarch64_gnullvm 0.53.0",
4451   "windows_aarch64_msvc 0.53.0",
4452   "windows_i686_gnu 0.53.0",
4453   "windows_i686_gnullvm 0.53.0",
4454   "windows_i686_msvc 0.53.0",
4455   "windows_x86_64_gnu 0.53.0",
4456   "windows_x86_64_gnullvm 0.53.0",
4457   "windows_x86_64_msvc 0.53.0",
4458  ]
4459  
4460  [[package]]
4461  name = "windows_aarch64_gnullvm"
4462  version = "0.48.5"
4463  source = "registry+https://github.com/rust-lang/crates.io-index"
4464  checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
4465  
4466  [[package]]
4467  name = "windows_aarch64_gnullvm"
4468  version = "0.52.6"
4469  source = "registry+https://github.com/rust-lang/crates.io-index"
4470  checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
4471  
4472  [[package]]
4473  name = "windows_aarch64_gnullvm"
4474  version = "0.53.0"
4475  source = "registry+https://github.com/rust-lang/crates.io-index"
4476  checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
4477  
4478  [[package]]
4479  name = "windows_aarch64_msvc"
4480  version = "0.48.5"
4481  source = "registry+https://github.com/rust-lang/crates.io-index"
4482  checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
4483  
4484  [[package]]
4485  name = "windows_aarch64_msvc"
4486  version = "0.52.6"
4487  source = "registry+https://github.com/rust-lang/crates.io-index"
4488  checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
4489  
4490  [[package]]
4491  name = "windows_aarch64_msvc"
4492  version = "0.53.0"
4493  source = "registry+https://github.com/rust-lang/crates.io-index"
4494  checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
4495  
4496  [[package]]
4497  name = "windows_i686_gnu"
4498  version = "0.48.5"
4499  source = "registry+https://github.com/rust-lang/crates.io-index"
4500  checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
4501  
4502  [[package]]
4503  name = "windows_i686_gnu"
4504  version = "0.52.6"
4505  source = "registry+https://github.com/rust-lang/crates.io-index"
4506  checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
4507  
4508  [[package]]
4509  name = "windows_i686_gnu"
4510  version = "0.53.0"
4511  source = "registry+https://github.com/rust-lang/crates.io-index"
4512  checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
4513  
4514  [[package]]
4515  name = "windows_i686_gnullvm"
4516  version = "0.52.6"
4517  source = "registry+https://github.com/rust-lang/crates.io-index"
4518  checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
4519  
4520  [[package]]
4521  name = "windows_i686_gnullvm"
4522  version = "0.53.0"
4523  source = "registry+https://github.com/rust-lang/crates.io-index"
4524  checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
4525  
4526  [[package]]
4527  name = "windows_i686_msvc"
4528  version = "0.48.5"
4529  source = "registry+https://github.com/rust-lang/crates.io-index"
4530  checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
4531  
4532  [[package]]
4533  name = "windows_i686_msvc"
4534  version = "0.52.6"
4535  source = "registry+https://github.com/rust-lang/crates.io-index"
4536  checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
4537  
4538  [[package]]
4539  name = "windows_i686_msvc"
4540  version = "0.53.0"
4541  source = "registry+https://github.com/rust-lang/crates.io-index"
4542  checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
4543  
4544  [[package]]
4545  name = "windows_x86_64_gnu"
4546  version = "0.48.5"
4547  source = "registry+https://github.com/rust-lang/crates.io-index"
4548  checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
4549  
4550  [[package]]
4551  name = "windows_x86_64_gnu"
4552  version = "0.52.6"
4553  source = "registry+https://github.com/rust-lang/crates.io-index"
4554  checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
4555  
4556  [[package]]
4557  name = "windows_x86_64_gnu"
4558  version = "0.53.0"
4559  source = "registry+https://github.com/rust-lang/crates.io-index"
4560  checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
4561  
4562  [[package]]
4563  name = "windows_x86_64_gnullvm"
4564  version = "0.48.5"
4565  source = "registry+https://github.com/rust-lang/crates.io-index"
4566  checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
4567  
4568  [[package]]
4569  name = "windows_x86_64_gnullvm"
4570  version = "0.52.6"
4571  source = "registry+https://github.com/rust-lang/crates.io-index"
4572  checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
4573  
4574  [[package]]
4575  name = "windows_x86_64_gnullvm"
4576  version = "0.53.0"
4577  source = "registry+https://github.com/rust-lang/crates.io-index"
4578  checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
4579  
4580  [[package]]
4581  name = "windows_x86_64_msvc"
4582  version = "0.48.5"
4583  source = "registry+https://github.com/rust-lang/crates.io-index"
4584  checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
4585  
4586  [[package]]
4587  name = "windows_x86_64_msvc"
4588  version = "0.52.6"
4589  source = "registry+https://github.com/rust-lang/crates.io-index"
4590  checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
4591  
4592  [[package]]
4593  name = "windows_x86_64_msvc"
4594  version = "0.53.0"
4595  source = "registry+https://github.com/rust-lang/crates.io-index"
4596  checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
4597  
4598  [[package]]
4599  name = "winnow"
4600  version = "0.7.4"
4601  source = "registry+https://github.com/rust-lang/crates.io-index"
4602  checksum = "0e97b544156e9bebe1a0ffbc03484fc1ffe3100cbce3ffb17eac35f7cdd7ab36"
4603  dependencies = [
4604   "memchr",
4605  ]
4606  
4607  [[package]]
4608  name = "wit-bindgen-rt"
4609  version = "0.33.0"
4610  source = "registry+https://github.com/rust-lang/crates.io-index"
4611  checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
4612  dependencies = [
4613   "bitflags 2.9.0",
4614  ]
4615  
4616  [[package]]
4617  name = "write16"
4618  version = "1.0.0"
4619  source = "registry+https://github.com/rust-lang/crates.io-index"
4620  checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
4621  
4622  [[package]]
4623  name = "writeable"
4624  version = "0.5.5"
4625  source = "registry+https://github.com/rust-lang/crates.io-index"
4626  checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
4627  
4628  [[package]]
4629  name = "x25519-dalek"
4630  version = "2.0.1"
4631  source = "registry+https://github.com/rust-lang/crates.io-index"
4632  checksum = "c7e468321c81fb07fa7f4c636c3972b9100f0346e5b6a9f2bd0603a52f7ed277"
4633  dependencies = [
4634   "curve25519-dalek",
4635   "rand_core 0.6.4",
4636   "serde",
4637   "zeroize",
4638  ]
4639  
4640  [[package]]
4641  name = "xxhash-rust"
4642  version = "0.8.11"
4643  source = "registry+https://github.com/rust-lang/crates.io-index"
4644  checksum = "63658493314859b4dfdf3fb8c1defd61587839def09582db50b8a4e93afca6bb"
4645  
4646  [[package]]
4647  name = "yoke"
4648  version = "0.7.5"
4649  source = "registry+https://github.com/rust-lang/crates.io-index"
4650  checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
4651  dependencies = [
4652   "serde",
4653   "stable_deref_trait",
4654   "yoke-derive",
4655   "zerofrom",
4656  ]
4657  
4658  [[package]]
4659  name = "yoke-derive"
4660  version = "0.7.5"
4661  source = "registry+https://github.com/rust-lang/crates.io-index"
4662  checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
4663  dependencies = [
4664   "proc-macro2",
4665   "quote",
4666   "syn 2.0.87",
4667   "synstructure",
4668  ]
4669  
4670  [[package]]
4671  name = "zerocopy"
4672  version = "0.8.23"
4673  source = "registry+https://github.com/rust-lang/crates.io-index"
4674  checksum = "fd97444d05a4328b90e75e503a34bad781f14e28a823ad3557f0750df1ebcbc6"
4675  dependencies = [
4676   "zerocopy-derive",
4677  ]
4678  
4679  [[package]]
4680  name = "zerocopy-derive"
4681  version = "0.8.23"
4682  source = "registry+https://github.com/rust-lang/crates.io-index"
4683  checksum = "6352c01d0edd5db859a63e2605f4ea3183ddbd15e2c4a9e7d32184df75e4f154"
4684  dependencies = [
4685   "proc-macro2",
4686   "quote",
4687   "syn 2.0.87",
4688  ]
4689  
4690  [[package]]
4691  name = "zerofrom"
4692  version = "0.1.6"
4693  source = "registry+https://github.com/rust-lang/crates.io-index"
4694  checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
4695  dependencies = [
4696   "zerofrom-derive",
4697  ]
4698  
4699  [[package]]
4700  name = "zerofrom-derive"
4701  version = "0.1.6"
4702  source = "registry+https://github.com/rust-lang/crates.io-index"
4703  checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
4704  dependencies = [
4705   "proc-macro2",
4706   "quote",
4707   "syn 2.0.87",
4708   "synstructure",
4709  ]
4710  
4711  [[package]]
4712  name = "zeroize"
4713  version = "1.8.1"
4714  source = "registry+https://github.com/rust-lang/crates.io-index"
4715  checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
4716  dependencies = [
4717   "zeroize_derive",
4718  ]
4719  
4720  [[package]]
4721  name = "zeroize_derive"
4722  version = "1.4.2"
4723  source = "registry+https://github.com/rust-lang/crates.io-index"
4724  checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
4725  dependencies = [
4726   "proc-macro2",
4727   "quote",
4728   "syn 2.0.87",
4729  ]
4730  
4731  [[package]]
4732  name = "zerovec"
4733  version = "0.10.4"
4734  source = "registry+https://github.com/rust-lang/crates.io-index"
4735  checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
4736  dependencies = [
4737   "yoke",
4738   "zerofrom",
4739   "zerovec-derive",
4740  ]
4741  
4742  [[package]]
4743  name = "zerovec-derive"
4744  version = "0.10.3"
4745  source = "registry+https://github.com/rust-lang/crates.io-index"
4746  checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
4747  dependencies = [
4748   "proc-macro2",
4749   "quote",
4750   "syn 2.0.87",
4751  ]