Merge pull request #228553 from chvp/bump-hookshot

matrix-hookshot: 3.2.0 -> 4.0.0

authored by Sandro and committed by GitHub 32e61ec5 ef2a17c9

+6362 -82
+6253
pkgs/development/libraries/matrix-sdk-crypto-nodejs/Cargo-beta.6.lock
···
··· 1 + # This file is automatically @generated by Cargo. 2 + # It is not intended for manual editing. 3 + version = 3 4 + 5 + [[package]] 6 + name = "addr2line" 7 + version = "0.19.0" 8 + source = "registry+https://github.com/rust-lang/crates.io-index" 9 + checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97" 10 + dependencies = [ 11 + "gimli", 12 + ] 13 + 14 + [[package]] 15 + name = "adler" 16 + version = "1.0.2" 17 + source = "registry+https://github.com/rust-lang/crates.io-index" 18 + checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 19 + 20 + [[package]] 21 + name = "adler32" 22 + version = "1.2.0" 23 + source = "registry+https://github.com/rust-lang/crates.io-index" 24 + checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234" 25 + 26 + [[package]] 27 + name = "aead" 28 + version = "0.4.3" 29 + source = "registry+https://github.com/rust-lang/crates.io-index" 30 + checksum = "0b613b8e1e3cf911a086f53f03bf286f52fd7a7258e4fa606f0ef220d39d8877" 31 + dependencies = [ 32 + "generic-array", 33 + "rand_core 0.6.4", 34 + ] 35 + 36 + [[package]] 37 + name = "aes" 38 + version = "0.8.2" 39 + source = "registry+https://github.com/rust-lang/crates.io-index" 40 + checksum = "433cfd6710c9986c576a25ca913c39d66a6474107b406f34f91d4a8923395241" 41 + dependencies = [ 42 + "cfg-if", 43 + "cipher 0.4.4", 44 + "cpufeatures", 45 + ] 46 + 47 + [[package]] 48 + name = "ahash" 49 + version = "0.7.6" 50 + source = "registry+https://github.com/rust-lang/crates.io-index" 51 + checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47" 52 + dependencies = [ 53 + "getrandom 0.2.9", 54 + "once_cell", 55 + "version_check", 56 + ] 57 + 58 + [[package]] 59 + name = "ahash" 60 + version = "0.8.3" 61 + source = "registry+https://github.com/rust-lang/crates.io-index" 62 + checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f" 63 + dependencies = [ 64 + "cfg-if", 65 + "getrandom 0.2.9", 66 + "once_cell", 67 + "version_check", 68 + ] 69 + 70 + [[package]] 71 + name = "aho-corasick" 72 + version = "1.0.1" 73 + source = "registry+https://github.com/rust-lang/crates.io-index" 74 + checksum = "67fc08ce920c31afb70f013dcce1bfc3a3195de6a228474e45e1f145b36f8d04" 75 + dependencies = [ 76 + "memchr", 77 + ] 78 + 79 + [[package]] 80 + name = "android_log-sys" 81 + version = "0.2.0" 82 + source = "registry+https://github.com/rust-lang/crates.io-index" 83 + checksum = "85965b6739a430150bdd138e2374a98af0c3ee0d030b3bb7fc3bddff58d0102e" 84 + 85 + [[package]] 86 + name = "android_system_properties" 87 + version = "0.1.5" 88 + source = "registry+https://github.com/rust-lang/crates.io-index" 89 + checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 90 + dependencies = [ 91 + "libc", 92 + ] 93 + 94 + [[package]] 95 + name = "anes" 96 + version = "0.1.6" 97 + source = "registry+https://github.com/rust-lang/crates.io-index" 98 + checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299" 99 + 100 + [[package]] 101 + name = "anstream" 102 + version = "0.3.0" 103 + source = "registry+https://github.com/rust-lang/crates.io-index" 104 + checksum = "9e579a7752471abc2a8268df8b20005e3eadd975f585398f17efcfd8d4927371" 105 + dependencies = [ 106 + "anstyle", 107 + "anstyle-parse", 108 + "anstyle-query", 109 + "anstyle-wincon", 110 + "colorchoice", 111 + "is-terminal", 112 + "utf8parse", 113 + ] 114 + 115 + [[package]] 116 + name = "anstyle" 117 + version = "1.0.0" 118 + source = "registry+https://github.com/rust-lang/crates.io-index" 119 + checksum = "41ed9a86bf92ae6580e0a31281f65a1b1d867c0cc68d5346e2ae128dddfa6a7d" 120 + 121 + [[package]] 122 + name = "anstyle-parse" 123 + version = "0.2.0" 124 + source = "registry+https://github.com/rust-lang/crates.io-index" 125 + checksum = "e765fd216e48e067936442276d1d57399e37bce53c264d6fefbe298080cb57ee" 126 + dependencies = [ 127 + "utf8parse", 128 + ] 129 + 130 + [[package]] 131 + name = "anstyle-query" 132 + version = "1.0.0" 133 + source = "registry+https://github.com/rust-lang/crates.io-index" 134 + checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b" 135 + dependencies = [ 136 + "windows-sys 0.48.0", 137 + ] 138 + 139 + [[package]] 140 + name = "anstyle-wincon" 141 + version = "1.0.0" 142 + source = "registry+https://github.com/rust-lang/crates.io-index" 143 + checksum = "4bcd8291a340dd8ac70e18878bc4501dd7b4ff970cfa21c207d36ece51ea88fd" 144 + dependencies = [ 145 + "anstyle", 146 + "windows-sys 0.48.0", 147 + ] 148 + 149 + [[package]] 150 + name = "anyhow" 151 + version = "1.0.70" 152 + source = "registry+https://github.com/rust-lang/crates.io-index" 153 + checksum = "7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4" 154 + 155 + [[package]] 156 + name = "anymap2" 157 + version = "0.13.0" 158 + source = "registry+https://github.com/rust-lang/crates.io-index" 159 + checksum = "d301b3b94cb4b2f23d7917810addbbaff90738e0ca2be692bd027e70d7e0330c" 160 + 161 + [[package]] 162 + name = "arrayref" 163 + version = "0.3.7" 164 + source = "registry+https://github.com/rust-lang/crates.io-index" 165 + checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545" 166 + 167 + [[package]] 168 + name = "arrayvec" 169 + version = "0.7.2" 170 + source = "registry+https://github.com/rust-lang/crates.io-index" 171 + checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6" 172 + dependencies = [ 173 + "serde", 174 + ] 175 + 176 + [[package]] 177 + name = "askama" 178 + version = "0.11.1" 179 + source = "registry+https://github.com/rust-lang/crates.io-index" 180 + checksum = "fb98f10f371286b177db5eeb9a6e5396609555686a35e1d4f7b9a9c6d8af0139" 181 + dependencies = [ 182 + "askama_derive", 183 + "askama_escape", 184 + "askama_shared", 185 + ] 186 + 187 + [[package]] 188 + name = "askama_derive" 189 + version = "0.11.2" 190 + source = "registry+https://github.com/rust-lang/crates.io-index" 191 + checksum = "87bf87e6e8b47264efa9bde63d6225c6276a52e05e91bf37eaa8afd0032d6b71" 192 + dependencies = [ 193 + "askama_shared", 194 + "proc-macro2", 195 + "syn 1.0.109", 196 + ] 197 + 198 + [[package]] 199 + name = "askama_escape" 200 + version = "0.10.3" 201 + source = "registry+https://github.com/rust-lang/crates.io-index" 202 + checksum = "619743e34b5ba4e9703bba34deac3427c72507c7159f5fd030aea8cac0cfe341" 203 + 204 + [[package]] 205 + name = "askama_shared" 206 + version = "0.12.2" 207 + source = "registry+https://github.com/rust-lang/crates.io-index" 208 + checksum = "bf722b94118a07fcbc6640190f247334027685d4e218b794dbfe17c32bf38ed0" 209 + dependencies = [ 210 + "askama_escape", 211 + "mime", 212 + "mime_guess", 213 + "nom", 214 + "proc-macro2", 215 + "quote", 216 + "serde", 217 + "syn 1.0.109", 218 + "toml 0.5.11", 219 + ] 220 + 221 + [[package]] 222 + name = "assert-json-diff" 223 + version = "2.0.2" 224 + source = "registry+https://github.com/rust-lang/crates.io-index" 225 + checksum = "47e4f2b81832e72834d7518d8487a0396a28cc408186a2e8854c0f98011faf12" 226 + dependencies = [ 227 + "serde", 228 + "serde_json", 229 + ] 230 + 231 + [[package]] 232 + name = "assert_matches" 233 + version = "1.5.0" 234 + source = "registry+https://github.com/rust-lang/crates.io-index" 235 + checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9" 236 + 237 + [[package]] 238 + name = "assign" 239 + version = "1.1.1" 240 + source = "registry+https://github.com/rust-lang/crates.io-index" 241 + checksum = "5f093eed78becd229346bf859eec0aa4dd7ddde0757287b2b4107a1f09c80002" 242 + 243 + [[package]] 244 + name = "async-channel" 245 + version = "1.8.0" 246 + source = "registry+https://github.com/rust-lang/crates.io-index" 247 + checksum = "cf46fee83e5ccffc220104713af3292ff9bc7c64c7de289f66dae8e38d826833" 248 + dependencies = [ 249 + "concurrent-queue", 250 + "event-listener", 251 + "futures-core", 252 + ] 253 + 254 + [[package]] 255 + name = "async-compression" 256 + version = "0.3.15" 257 + source = "registry+https://github.com/rust-lang/crates.io-index" 258 + checksum = "942c7cd7ae39e91bde4820d74132e9862e62c2f386c3aa90ccf55949f5bad63a" 259 + dependencies = [ 260 + "flate2", 261 + "futures-core", 262 + "memchr", 263 + "pin-project-lite", 264 + "tokio", 265 + ] 266 + 267 + [[package]] 268 + name = "async-executor" 269 + version = "1.5.1" 270 + source = "registry+https://github.com/rust-lang/crates.io-index" 271 + checksum = "6fa3dc5f2a8564f07759c008b9109dc0d39de92a88d5588b8a5036d286383afb" 272 + dependencies = [ 273 + "async-lock", 274 + "async-task", 275 + "concurrent-queue", 276 + "fastrand", 277 + "futures-lite", 278 + "slab", 279 + ] 280 + 281 + [[package]] 282 + name = "async-global-executor" 283 + version = "2.3.1" 284 + source = "registry+https://github.com/rust-lang/crates.io-index" 285 + checksum = "f1b6f5d7df27bd294849f8eec66ecfc63d11814df7a4f5d74168a2394467b776" 286 + dependencies = [ 287 + "async-channel", 288 + "async-executor", 289 + "async-io", 290 + "async-lock", 291 + "blocking", 292 + "futures-lite", 293 + "once_cell", 294 + ] 295 + 296 + [[package]] 297 + name = "async-io" 298 + version = "1.13.0" 299 + source = "registry+https://github.com/rust-lang/crates.io-index" 300 + checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af" 301 + dependencies = [ 302 + "async-lock", 303 + "autocfg", 304 + "cfg-if", 305 + "concurrent-queue", 306 + "futures-lite", 307 + "log", 308 + "parking", 309 + "polling", 310 + "rustix", 311 + "slab", 312 + "socket2", 313 + "waker-fn", 314 + ] 315 + 316 + [[package]] 317 + name = "async-lock" 318 + version = "2.7.0" 319 + source = "registry+https://github.com/rust-lang/crates.io-index" 320 + checksum = "fa24f727524730b077666307f2734b4a1a1c57acb79193127dcc8914d5242dd7" 321 + dependencies = [ 322 + "event-listener", 323 + ] 324 + 325 + [[package]] 326 + name = "async-process" 327 + version = "1.7.0" 328 + source = "registry+https://github.com/rust-lang/crates.io-index" 329 + checksum = "7a9d28b1d97e08915212e2e45310d47854eafa69600756fc735fb788f75199c9" 330 + dependencies = [ 331 + "async-io", 332 + "async-lock", 333 + "autocfg", 334 + "blocking", 335 + "cfg-if", 336 + "event-listener", 337 + "futures-lite", 338 + "rustix", 339 + "signal-hook", 340 + "windows-sys 0.48.0", 341 + ] 342 + 343 + [[package]] 344 + name = "async-std" 345 + version = "1.12.0" 346 + source = "registry+https://github.com/rust-lang/crates.io-index" 347 + checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d" 348 + dependencies = [ 349 + "async-channel", 350 + "async-global-executor", 351 + "async-io", 352 + "async-lock", 353 + "async-process", 354 + "crossbeam-utils", 355 + "futures-channel", 356 + "futures-core", 357 + "futures-io", 358 + "futures-lite", 359 + "gloo-timers", 360 + "kv-log-macro", 361 + "log", 362 + "memchr", 363 + "once_cell", 364 + "pin-project-lite", 365 + "pin-utils", 366 + "slab", 367 + "wasm-bindgen-futures", 368 + ] 369 + 370 + [[package]] 371 + name = "async-stream" 372 + version = "0.3.5" 373 + source = "registry+https://github.com/rust-lang/crates.io-index" 374 + checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51" 375 + dependencies = [ 376 + "async-stream-impl", 377 + "futures-core", 378 + "pin-project-lite", 379 + ] 380 + 381 + [[package]] 382 + name = "async-stream-impl" 383 + version = "0.3.5" 384 + source = "registry+https://github.com/rust-lang/crates.io-index" 385 + checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193" 386 + dependencies = [ 387 + "proc-macro2", 388 + "quote", 389 + "syn 2.0.15", 390 + ] 391 + 392 + [[package]] 393 + name = "async-task" 394 + version = "4.4.0" 395 + source = "registry+https://github.com/rust-lang/crates.io-index" 396 + checksum = "ecc7ab41815b3c653ccd2978ec3255c81349336702dfdf62ee6f7069b12a3aae" 397 + 398 + [[package]] 399 + name = "async-trait" 400 + version = "0.1.68" 401 + source = "registry+https://github.com/rust-lang/crates.io-index" 402 + checksum = "b9ccdd8f2a161be9bd5c023df56f1b2a0bd1d83872ae53b71a84a12c9bf6e842" 403 + dependencies = [ 404 + "proc-macro2", 405 + "quote", 406 + "syn 2.0.15", 407 + ] 408 + 409 + [[package]] 410 + name = "atomic" 411 + version = "0.5.1" 412 + source = "registry+https://github.com/rust-lang/crates.io-index" 413 + checksum = "b88d82667eca772c4aa12f0f1348b3ae643424c8876448f3f7bd5787032e234c" 414 + dependencies = [ 415 + "autocfg", 416 + ] 417 + 418 + [[package]] 419 + name = "atomic-waker" 420 + version = "1.1.1" 421 + source = "registry+https://github.com/rust-lang/crates.io-index" 422 + checksum = "1181e1e0d1fce796a03db1ae795d67167da795f9cf4a39c37589e85ef57f26d3" 423 + 424 + [[package]] 425 + name = "atty" 426 + version = "0.2.14" 427 + source = "registry+https://github.com/rust-lang/crates.io-index" 428 + checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 429 + dependencies = [ 430 + "hermit-abi 0.1.19", 431 + "libc", 432 + "winapi", 433 + ] 434 + 435 + [[package]] 436 + name = "autocfg" 437 + version = "1.1.0" 438 + source = "registry+https://github.com/rust-lang/crates.io-index" 439 + checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 440 + 441 + [[package]] 442 + name = "axum" 443 + version = "0.6.16" 444 + source = "registry+https://github.com/rust-lang/crates.io-index" 445 + checksum = "113713495a32dd0ab52baf5c10044725aa3aec00b31beda84218e469029b72a3" 446 + dependencies = [ 447 + "async-trait", 448 + "axum-core", 449 + "bitflags 1.3.2", 450 + "bytes", 451 + "futures-util", 452 + "http", 453 + "http-body", 454 + "hyper", 455 + "itoa", 456 + "matchit", 457 + "memchr", 458 + "mime", 459 + "percent-encoding", 460 + "pin-project-lite", 461 + "rustversion", 462 + "serde", 463 + "serde_json", 464 + "serde_path_to_error", 465 + "sync_wrapper", 466 + "tower", 467 + "tower-layer", 468 + "tower-service", 469 + ] 470 + 471 + [[package]] 472 + name = "axum-core" 473 + version = "0.3.4" 474 + source = "registry+https://github.com/rust-lang/crates.io-index" 475 + checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c" 476 + dependencies = [ 477 + "async-trait", 478 + "bytes", 479 + "futures-util", 480 + "http", 481 + "http-body", 482 + "mime", 483 + "rustversion", 484 + "tower-layer", 485 + "tower-service", 486 + ] 487 + 488 + [[package]] 489 + name = "backoff" 490 + version = "0.4.0" 491 + source = "registry+https://github.com/rust-lang/crates.io-index" 492 + checksum = "b62ddb9cb1ec0a098ad4bbf9344d0713fa193ae1a80af55febcff2627b6a00c1" 493 + dependencies = [ 494 + "futures-core", 495 + "getrandom 0.2.9", 496 + "instant", 497 + "pin-project-lite", 498 + "rand 0.8.5", 499 + "tokio", 500 + ] 501 + 502 + [[package]] 503 + name = "backtrace" 504 + version = "0.3.67" 505 + source = "registry+https://github.com/rust-lang/crates.io-index" 506 + checksum = "233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca" 507 + dependencies = [ 508 + "addr2line", 509 + "cc", 510 + "cfg-if", 511 + "libc", 512 + "miniz_oxide 0.6.2", 513 + "object", 514 + "rustc-demangle", 515 + ] 516 + 517 + [[package]] 518 + name = "base64" 519 + version = "0.13.1" 520 + source = "registry+https://github.com/rust-lang/crates.io-index" 521 + checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" 522 + 523 + [[package]] 524 + name = "base64" 525 + version = "0.21.0" 526 + source = "registry+https://github.com/rust-lang/crates.io-index" 527 + checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a" 528 + 529 + [[package]] 530 + name = "base64ct" 531 + version = "1.6.0" 532 + source = "registry+https://github.com/rust-lang/crates.io-index" 533 + checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" 534 + 535 + [[package]] 536 + name = "benchmarks" 537 + version = "1.0.0" 538 + dependencies = [ 539 + "criterion", 540 + "matrix-sdk-crypto", 541 + "matrix-sdk-sled", 542 + "matrix-sdk-test", 543 + "pprof", 544 + "ruma", 545 + "serde_json", 546 + "tempfile", 547 + "tokio", 548 + ] 549 + 550 + [[package]] 551 + name = "bincode" 552 + version = "1.3.3" 553 + source = "registry+https://github.com/rust-lang/crates.io-index" 554 + checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" 555 + dependencies = [ 556 + "serde", 557 + ] 558 + 559 + [[package]] 560 + name = "bitflags" 561 + version = "1.3.2" 562 + source = "registry+https://github.com/rust-lang/crates.io-index" 563 + checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 564 + 565 + [[package]] 566 + name = "bitflags" 567 + version = "2.2.1" 568 + source = "registry+https://github.com/rust-lang/crates.io-index" 569 + checksum = "24a6904aef64d73cf10ab17ebace7befb918b82164785cb89907993be7f83813" 570 + 571 + [[package]] 572 + name = "bitmaps" 573 + version = "3.2.0" 574 + source = "registry+https://github.com/rust-lang/crates.io-index" 575 + checksum = "703642b98a00b3b90513279a8ede3fcfa479c126c5fb46e78f3051522f021403" 576 + 577 + [[package]] 578 + name = "blake3" 579 + version = "1.3.3" 580 + source = "registry+https://github.com/rust-lang/crates.io-index" 581 + checksum = "42ae2468a89544a466886840aa467a25b766499f4f04bf7d9fcd10ecee9fccef" 582 + dependencies = [ 583 + "arrayref", 584 + "arrayvec", 585 + "cc", 586 + "cfg-if", 587 + "constant_time_eq", 588 + "digest 0.10.6", 589 + ] 590 + 591 + [[package]] 592 + name = "block-buffer" 593 + version = "0.9.0" 594 + source = "registry+https://github.com/rust-lang/crates.io-index" 595 + checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4" 596 + dependencies = [ 597 + "generic-array", 598 + ] 599 + 600 + [[package]] 601 + name = "block-buffer" 602 + version = "0.10.4" 603 + source = "registry+https://github.com/rust-lang/crates.io-index" 604 + checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 605 + dependencies = [ 606 + "generic-array", 607 + ] 608 + 609 + [[package]] 610 + name = "block-padding" 611 + version = "0.3.3" 612 + source = "registry+https://github.com/rust-lang/crates.io-index" 613 + checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93" 614 + dependencies = [ 615 + "generic-array", 616 + ] 617 + 618 + [[package]] 619 + name = "blocking" 620 + version = "1.3.1" 621 + source = "registry+https://github.com/rust-lang/crates.io-index" 622 + checksum = "77231a1c8f801696fc0123ec6150ce92cffb8e164a02afb9c8ddee0e9b65ad65" 623 + dependencies = [ 624 + "async-channel", 625 + "async-lock", 626 + "async-task", 627 + "atomic-waker", 628 + "fastrand", 629 + "futures-lite", 630 + "log", 631 + ] 632 + 633 + [[package]] 634 + name = "bs58" 635 + version = "0.4.0" 636 + source = "registry+https://github.com/rust-lang/crates.io-index" 637 + checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3" 638 + 639 + [[package]] 640 + name = "bumpalo" 641 + version = "3.12.1" 642 + source = "registry+https://github.com/rust-lang/crates.io-index" 643 + checksum = "9b1ce199063694f33ffb7dd4e0ee620741495c32833cde5aa08f02a0bf96f0c8" 644 + 645 + [[package]] 646 + name = "bytemuck" 647 + version = "1.13.1" 648 + source = "registry+https://github.com/rust-lang/crates.io-index" 649 + checksum = "17febce684fd15d89027105661fec94afb475cb995fbc59d2865198446ba2eea" 650 + 651 + [[package]] 652 + name = "byteorder" 653 + version = "1.4.3" 654 + source = "registry+https://github.com/rust-lang/crates.io-index" 655 + checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" 656 + 657 + [[package]] 658 + name = "bytes" 659 + version = "1.4.0" 660 + source = "registry+https://github.com/rust-lang/crates.io-index" 661 + checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be" 662 + 663 + [[package]] 664 + name = "bytesize" 665 + version = "1.2.0" 666 + source = "registry+https://github.com/rust-lang/crates.io-index" 667 + checksum = "38fcc2979eff34a4b84e1cf9a1e3da42a7d44b3b690a40cdcb23e3d556cfb2e5" 668 + 669 + [[package]] 670 + name = "camino" 671 + version = "1.1.4" 672 + source = "registry+https://github.com/rust-lang/crates.io-index" 673 + checksum = "c530edf18f37068ac2d977409ed5cd50d53d73bc653c7647b48eb78976ac9ae2" 674 + dependencies = [ 675 + "serde", 676 + ] 677 + 678 + [[package]] 679 + name = "cargo-platform" 680 + version = "0.1.2" 681 + source = "registry+https://github.com/rust-lang/crates.io-index" 682 + checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27" 683 + dependencies = [ 684 + "serde", 685 + ] 686 + 687 + [[package]] 688 + name = "cargo_metadata" 689 + version = "0.15.4" 690 + source = "registry+https://github.com/rust-lang/crates.io-index" 691 + checksum = "eee4243f1f26fc7a42710e7439c149e2b10b05472f88090acce52632f231a73a" 692 + dependencies = [ 693 + "camino", 694 + "cargo-platform", 695 + "semver", 696 + "serde", 697 + "serde_json", 698 + "thiserror", 699 + ] 700 + 701 + [[package]] 702 + name = "cast" 703 + version = "0.3.0" 704 + source = "registry+https://github.com/rust-lang/crates.io-index" 705 + checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" 706 + 707 + [[package]] 708 + name = "cbc" 709 + version = "0.1.2" 710 + source = "registry+https://github.com/rust-lang/crates.io-index" 711 + checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6" 712 + dependencies = [ 713 + "cipher 0.4.4", 714 + ] 715 + 716 + [[package]] 717 + name = "cc" 718 + version = "1.0.79" 719 + source = "registry+https://github.com/rust-lang/crates.io-index" 720 + checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" 721 + 722 + [[package]] 723 + name = "cfg-if" 724 + version = "1.0.0" 725 + source = "registry+https://github.com/rust-lang/crates.io-index" 726 + checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 727 + 728 + [[package]] 729 + name = "chacha20" 730 + version = "0.8.2" 731 + source = "registry+https://github.com/rust-lang/crates.io-index" 732 + checksum = "5c80e5460aa66fe3b91d40bcbdab953a597b60053e34d684ac6903f863b680a6" 733 + dependencies = [ 734 + "cfg-if", 735 + "cipher 0.3.0", 736 + "cpufeatures", 737 + "zeroize", 738 + ] 739 + 740 + [[package]] 741 + name = "chacha20poly1305" 742 + version = "0.9.1" 743 + source = "registry+https://github.com/rust-lang/crates.io-index" 744 + checksum = "a18446b09be63d457bbec447509e85f662f32952b035ce892290396bc0b0cff5" 745 + dependencies = [ 746 + "aead", 747 + "chacha20", 748 + "cipher 0.3.0", 749 + "poly1305", 750 + "zeroize", 751 + ] 752 + 753 + [[package]] 754 + name = "checked_int_cast" 755 + version = "1.0.0" 756 + source = "registry+https://github.com/rust-lang/crates.io-index" 757 + checksum = "17cc5e6b5ab06331c33589842070416baa137e8b0eb912b008cfd4a78ada7919" 758 + 759 + [[package]] 760 + name = "chrono" 761 + version = "0.4.24" 762 + source = "registry+https://github.com/rust-lang/crates.io-index" 763 + checksum = "4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b" 764 + dependencies = [ 765 + "iana-time-zone", 766 + "js-sys", 767 + "num-integer", 768 + "num-traits", 769 + "time 0.1.45", 770 + "wasm-bindgen", 771 + "winapi", 772 + ] 773 + 774 + [[package]] 775 + name = "ciborium" 776 + version = "0.2.0" 777 + source = "registry+https://github.com/rust-lang/crates.io-index" 778 + checksum = "b0c137568cc60b904a7724001b35ce2630fd00d5d84805fbb608ab89509d788f" 779 + dependencies = [ 780 + "ciborium-io", 781 + "ciborium-ll", 782 + "serde", 783 + ] 784 + 785 + [[package]] 786 + name = "ciborium-io" 787 + version = "0.2.0" 788 + source = "registry+https://github.com/rust-lang/crates.io-index" 789 + checksum = "346de753af073cc87b52b2083a506b38ac176a44cfb05497b622e27be899b369" 790 + 791 + [[package]] 792 + name = "ciborium-ll" 793 + version = "0.2.0" 794 + source = "registry+https://github.com/rust-lang/crates.io-index" 795 + checksum = "213030a2b5a4e0c0892b6652260cf6ccac84827b83a85a534e178e3906c4cf1b" 796 + dependencies = [ 797 + "ciborium-io", 798 + "half", 799 + ] 800 + 801 + [[package]] 802 + name = "cipher" 803 + version = "0.3.0" 804 + source = "registry+https://github.com/rust-lang/crates.io-index" 805 + checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7" 806 + dependencies = [ 807 + "generic-array", 808 + ] 809 + 810 + [[package]] 811 + name = "cipher" 812 + version = "0.4.4" 813 + source = "registry+https://github.com/rust-lang/crates.io-index" 814 + checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" 815 + dependencies = [ 816 + "crypto-common", 817 + "inout", 818 + ] 819 + 820 + [[package]] 821 + name = "clap" 822 + version = "3.2.23" 823 + source = "registry+https://github.com/rust-lang/crates.io-index" 824 + checksum = "71655c45cb9845d3270c9d6df84ebe72b4dad3c2ba3f7023ad47c144e4e473a5" 825 + dependencies = [ 826 + "atty", 827 + "bitflags 1.3.2", 828 + "clap_derive 3.2.18", 829 + "clap_lex 0.2.4", 830 + "indexmap", 831 + "once_cell", 832 + "strsim", 833 + "termcolor", 834 + "textwrap", 835 + ] 836 + 837 + [[package]] 838 + name = "clap" 839 + version = "4.2.4" 840 + source = "registry+https://github.com/rust-lang/crates.io-index" 841 + checksum = "956ac1f6381d8d82ab4684768f89c0ea3afe66925ceadb4eeb3fc452ffc55d62" 842 + dependencies = [ 843 + "clap_builder", 844 + "clap_derive 4.2.0", 845 + "once_cell", 846 + ] 847 + 848 + [[package]] 849 + name = "clap_builder" 850 + version = "4.2.4" 851 + source = "registry+https://github.com/rust-lang/crates.io-index" 852 + checksum = "84080e799e54cff944f4b4a4b0e71630b0e0443b25b985175c7dddc1a859b749" 853 + dependencies = [ 854 + "anstream", 855 + "anstyle", 856 + "bitflags 1.3.2", 857 + "clap_lex 0.4.1", 858 + "strsim", 859 + ] 860 + 861 + [[package]] 862 + name = "clap_derive" 863 + version = "3.2.18" 864 + source = "registry+https://github.com/rust-lang/crates.io-index" 865 + checksum = "ea0c8bce528c4be4da13ea6fead8965e95b6073585a2f05204bd8f4119f82a65" 866 + dependencies = [ 867 + "heck", 868 + "proc-macro-error", 869 + "proc-macro2", 870 + "quote", 871 + "syn 1.0.109", 872 + ] 873 + 874 + [[package]] 875 + name = "clap_derive" 876 + version = "4.2.0" 877 + source = "registry+https://github.com/rust-lang/crates.io-index" 878 + checksum = "3f9644cd56d6b87dbe899ef8b053e331c0637664e9e21a33dfcdc36093f5c5c4" 879 + dependencies = [ 880 + "heck", 881 + "proc-macro2", 882 + "quote", 883 + "syn 2.0.15", 884 + ] 885 + 886 + [[package]] 887 + name = "clap_lex" 888 + version = "0.2.4" 889 + source = "registry+https://github.com/rust-lang/crates.io-index" 890 + checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5" 891 + dependencies = [ 892 + "os_str_bytes", 893 + ] 894 + 895 + [[package]] 896 + name = "clap_lex" 897 + version = "0.4.1" 898 + source = "registry+https://github.com/rust-lang/crates.io-index" 899 + checksum = "8a2dd5a6fe8c6e3502f568a6353e5273bbb15193ad9a89e457b9970798efbea1" 900 + 901 + [[package]] 902 + name = "cmake" 903 + version = "0.1.50" 904 + source = "registry+https://github.com/rust-lang/crates.io-index" 905 + checksum = "a31c789563b815f77f4250caee12365734369f942439b7defd71e18a48197130" 906 + dependencies = [ 907 + "cc", 908 + ] 909 + 910 + [[package]] 911 + name = "codespan-reporting" 912 + version = "0.11.1" 913 + source = "registry+https://github.com/rust-lang/crates.io-index" 914 + checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" 915 + dependencies = [ 916 + "termcolor", 917 + "unicode-width", 918 + ] 919 + 920 + [[package]] 921 + name = "color_quant" 922 + version = "1.1.0" 923 + source = "registry+https://github.com/rust-lang/crates.io-index" 924 + checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" 925 + 926 + [[package]] 927 + name = "colorchoice" 928 + version = "1.0.0" 929 + source = "registry+https://github.com/rust-lang/crates.io-index" 930 + checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" 931 + 932 + [[package]] 933 + name = "concurrent-queue" 934 + version = "2.2.0" 935 + source = "registry+https://github.com/rust-lang/crates.io-index" 936 + checksum = "62ec6771ecfa0762d24683ee5a32ad78487a3d3afdc0fb8cae19d2c5deb50b7c" 937 + dependencies = [ 938 + "crossbeam-utils", 939 + ] 940 + 941 + [[package]] 942 + name = "console_error_panic_hook" 943 + version = "0.1.7" 944 + source = "registry+https://github.com/rust-lang/crates.io-index" 945 + checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc" 946 + dependencies = [ 947 + "cfg-if", 948 + "wasm-bindgen", 949 + ] 950 + 951 + [[package]] 952 + name = "const-oid" 953 + version = "0.7.1" 954 + source = "registry+https://github.com/rust-lang/crates.io-index" 955 + checksum = "e4c78c047431fee22c1a7bb92e00ad095a02a983affe4d8a72e2a2c62c1b94f3" 956 + 957 + [[package]] 958 + name = "const_format" 959 + version = "0.2.30" 960 + source = "registry+https://github.com/rust-lang/crates.io-index" 961 + checksum = "7309d9b4d3d2c0641e018d449232f2e28f1b22933c137f157d3dbc14228b8c0e" 962 + dependencies = [ 963 + "const_format_proc_macros", 964 + ] 965 + 966 + [[package]] 967 + name = "const_format_proc_macros" 968 + version = "0.2.29" 969 + source = "registry+https://github.com/rust-lang/crates.io-index" 970 + checksum = "d897f47bf7270cf70d370f8f98c1abb6d2d4cf60a6845d30e05bfb90c6568650" 971 + dependencies = [ 972 + "proc-macro2", 973 + "quote", 974 + "unicode-xid", 975 + ] 976 + 977 + [[package]] 978 + name = "constant_time_eq" 979 + version = "0.2.5" 980 + source = "registry+https://github.com/rust-lang/crates.io-index" 981 + checksum = "13418e745008f7349ec7e449155f419a61b92b58a99cc3616942b926825ec76b" 982 + 983 + [[package]] 984 + name = "convert_case" 985 + version = "0.6.0" 986 + source = "registry+https://github.com/rust-lang/crates.io-index" 987 + checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca" 988 + dependencies = [ 989 + "unicode-segmentation", 990 + ] 991 + 992 + [[package]] 993 + name = "core-foundation" 994 + version = "0.9.3" 995 + source = "registry+https://github.com/rust-lang/crates.io-index" 996 + checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146" 997 + dependencies = [ 998 + "core-foundation-sys", 999 + "libc", 1000 + ] 1001 + 1002 + [[package]] 1003 + name = "core-foundation-sys" 1004 + version = "0.8.4" 1005 + source = "registry+https://github.com/rust-lang/crates.io-index" 1006 + checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa" 1007 + 1008 + [[package]] 1009 + name = "cpp_demangle" 1010 + version = "0.4.1" 1011 + source = "registry+https://github.com/rust-lang/crates.io-index" 1012 + checksum = "2c76f98bdfc7f66172e6c7065f981ebb576ffc903fe4c0561d9f0c2509226dc6" 1013 + dependencies = [ 1014 + "cfg-if", 1015 + ] 1016 + 1017 + [[package]] 1018 + name = "cpufeatures" 1019 + version = "0.2.7" 1020 + source = "registry+https://github.com/rust-lang/crates.io-index" 1021 + checksum = "3e4c1eaa2012c47becbbad2ab175484c2a84d1185b566fb2cc5b8707343dfe58" 1022 + dependencies = [ 1023 + "libc", 1024 + ] 1025 + 1026 + [[package]] 1027 + name = "crc32fast" 1028 + version = "1.3.2" 1029 + source = "registry+https://github.com/rust-lang/crates.io-index" 1030 + checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" 1031 + dependencies = [ 1032 + "cfg-if", 1033 + ] 1034 + 1035 + [[package]] 1036 + name = "criterion" 1037 + version = "0.4.0" 1038 + source = "registry+https://github.com/rust-lang/crates.io-index" 1039 + checksum = "e7c76e09c1aae2bc52b3d2f29e13c6572553b30c4aa1b8a49fd70de6412654cb" 1040 + dependencies = [ 1041 + "anes", 1042 + "atty", 1043 + "cast", 1044 + "ciborium", 1045 + "clap 3.2.23", 1046 + "criterion-plot", 1047 + "futures", 1048 + "itertools", 1049 + "lazy_static", 1050 + "num-traits", 1051 + "oorandom", 1052 + "plotters", 1053 + "rayon", 1054 + "regex", 1055 + "serde", 1056 + "serde_derive", 1057 + "serde_json", 1058 + "tinytemplate", 1059 + "tokio", 1060 + "walkdir", 1061 + ] 1062 + 1063 + [[package]] 1064 + name = "criterion-plot" 1065 + version = "0.5.0" 1066 + source = "registry+https://github.com/rust-lang/crates.io-index" 1067 + checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1" 1068 + dependencies = [ 1069 + "cast", 1070 + "itertools", 1071 + ] 1072 + 1073 + [[package]] 1074 + name = "crossbeam-channel" 1075 + version = "0.5.8" 1076 + source = "registry+https://github.com/rust-lang/crates.io-index" 1077 + checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200" 1078 + dependencies = [ 1079 + "cfg-if", 1080 + "crossbeam-utils", 1081 + ] 1082 + 1083 + [[package]] 1084 + name = "crossbeam-deque" 1085 + version = "0.8.3" 1086 + source = "registry+https://github.com/rust-lang/crates.io-index" 1087 + checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef" 1088 + dependencies = [ 1089 + "cfg-if", 1090 + "crossbeam-epoch", 1091 + "crossbeam-utils", 1092 + ] 1093 + 1094 + [[package]] 1095 + name = "crossbeam-epoch" 1096 + version = "0.9.14" 1097 + source = "registry+https://github.com/rust-lang/crates.io-index" 1098 + checksum = "46bd5f3f85273295a9d14aedfb86f6aadbff6d8f5295c4a9edb08e819dcf5695" 1099 + dependencies = [ 1100 + "autocfg", 1101 + "cfg-if", 1102 + "crossbeam-utils", 1103 + "memoffset", 1104 + "scopeguard", 1105 + ] 1106 + 1107 + [[package]] 1108 + name = "crossbeam-utils" 1109 + version = "0.8.15" 1110 + source = "registry+https://github.com/rust-lang/crates.io-index" 1111 + checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b" 1112 + dependencies = [ 1113 + "cfg-if", 1114 + ] 1115 + 1116 + [[package]] 1117 + name = "crypto-common" 1118 + version = "0.1.6" 1119 + source = "registry+https://github.com/rust-lang/crates.io-index" 1120 + checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 1121 + dependencies = [ 1122 + "generic-array", 1123 + "typenum", 1124 + ] 1125 + 1126 + [[package]] 1127 + name = "ctor" 1128 + version = "0.1.26" 1129 + source = "registry+https://github.com/rust-lang/crates.io-index" 1130 + checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096" 1131 + dependencies = [ 1132 + "quote", 1133 + "syn 1.0.109", 1134 + ] 1135 + 1136 + [[package]] 1137 + name = "ctor" 1138 + version = "0.2.0" 1139 + source = "registry+https://github.com/rust-lang/crates.io-index" 1140 + checksum = "dd4056f63fce3b82d852c3da92b08ea59959890813a7f4ce9c0ff85b10cf301b" 1141 + dependencies = [ 1142 + "quote", 1143 + "syn 2.0.15", 1144 + ] 1145 + 1146 + [[package]] 1147 + name = "ctr" 1148 + version = "0.9.2" 1149 + source = "registry+https://github.com/rust-lang/crates.io-index" 1150 + checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835" 1151 + dependencies = [ 1152 + "cipher 0.4.4", 1153 + ] 1154 + 1155 + [[package]] 1156 + name = "curve25519-dalek" 1157 + version = "3.2.1" 1158 + source = "registry+https://github.com/rust-lang/crates.io-index" 1159 + checksum = "90f9d052967f590a76e62eb387bd0bbb1b000182c3cefe5364db6b7211651bc0" 1160 + dependencies = [ 1161 + "byteorder", 1162 + "digest 0.9.0", 1163 + "rand_core 0.5.1", 1164 + "serde", 1165 + "subtle", 1166 + "zeroize", 1167 + ] 1168 + 1169 + [[package]] 1170 + name = "cxx" 1171 + version = "1.0.94" 1172 + source = "registry+https://github.com/rust-lang/crates.io-index" 1173 + checksum = "f61f1b6389c3fe1c316bf8a4dccc90a38208354b330925bce1f74a6c4756eb93" 1174 + dependencies = [ 1175 + "cc", 1176 + "cxxbridge-flags", 1177 + "cxxbridge-macro", 1178 + "link-cplusplus", 1179 + ] 1180 + 1181 + [[package]] 1182 + name = "cxx-build" 1183 + version = "1.0.94" 1184 + source = "registry+https://github.com/rust-lang/crates.io-index" 1185 + checksum = "12cee708e8962df2aeb38f594aae5d827c022b6460ac71a7a3e2c3c2aae5a07b" 1186 + dependencies = [ 1187 + "cc", 1188 + "codespan-reporting", 1189 + "once_cell", 1190 + "proc-macro2", 1191 + "quote", 1192 + "scratch", 1193 + "syn 2.0.15", 1194 + ] 1195 + 1196 + [[package]] 1197 + name = "cxxbridge-flags" 1198 + version = "1.0.94" 1199 + source = "registry+https://github.com/rust-lang/crates.io-index" 1200 + checksum = "7944172ae7e4068c533afbb984114a56c46e9ccddda550499caa222902c7f7bb" 1201 + 1202 + [[package]] 1203 + name = "cxxbridge-macro" 1204 + version = "1.0.94" 1205 + source = "registry+https://github.com/rust-lang/crates.io-index" 1206 + checksum = "2345488264226bf682893e25de0769f3360aac9957980ec49361b083ddaa5bc5" 1207 + dependencies = [ 1208 + "proc-macro2", 1209 + "quote", 1210 + "syn 2.0.15", 1211 + ] 1212 + 1213 + [[package]] 1214 + name = "dashmap" 1215 + version = "5.4.0" 1216 + source = "registry+https://github.com/rust-lang/crates.io-index" 1217 + checksum = "907076dfda823b0b36d2a1bb5f90c96660a5bbcd7729e10727f07858f22c4edc" 1218 + dependencies = [ 1219 + "cfg-if", 1220 + "hashbrown", 1221 + "lock_api", 1222 + "once_cell", 1223 + "parking_lot_core 0.9.7", 1224 + ] 1225 + 1226 + [[package]] 1227 + name = "deadpool" 1228 + version = "0.9.5" 1229 + source = "registry+https://github.com/rust-lang/crates.io-index" 1230 + checksum = "421fe0f90f2ab22016f32a9881be5134fdd71c65298917084b0c7477cbc3856e" 1231 + dependencies = [ 1232 + "async-trait", 1233 + "deadpool-runtime", 1234 + "num_cpus", 1235 + "retain_mut", 1236 + "tokio", 1237 + ] 1238 + 1239 + [[package]] 1240 + name = "deadpool-runtime" 1241 + version = "0.1.2" 1242 + source = "registry+https://github.com/rust-lang/crates.io-index" 1243 + checksum = "eaa37046cc0f6c3cc6090fbdbf73ef0b8ef4cfcc37f6befc0020f63e8cf121e1" 1244 + dependencies = [ 1245 + "tokio", 1246 + ] 1247 + 1248 + [[package]] 1249 + name = "deadpool-sqlite" 1250 + version = "0.5.0" 1251 + source = "registry+https://github.com/rust-lang/crates.io-index" 1252 + checksum = "e026821eaacbce25ff0d54405e4421d71656fcae3e4a9323461280fcda6dbc7d" 1253 + dependencies = [ 1254 + "deadpool", 1255 + "deadpool-sync", 1256 + "rusqlite", 1257 + ] 1258 + 1259 + [[package]] 1260 + name = "deadpool-sync" 1261 + version = "0.1.0" 1262 + source = "registry+https://github.com/rust-lang/crates.io-index" 1263 + checksum = "b1bea344b64b32537fde6e0f0179b1ede34d435636719dd40fe6a0f28218a61c" 1264 + dependencies = [ 1265 + "deadpool", 1266 + ] 1267 + 1268 + [[package]] 1269 + name = "debugid" 1270 + version = "0.8.0" 1271 + source = "registry+https://github.com/rust-lang/crates.io-index" 1272 + checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d" 1273 + dependencies = [ 1274 + "uuid", 1275 + ] 1276 + 1277 + [[package]] 1278 + name = "deflate" 1279 + version = "0.8.6" 1280 + source = "registry+https://github.com/rust-lang/crates.io-index" 1281 + checksum = "73770f8e1fe7d64df17ca66ad28994a0a623ea497fa69486e14984e715c5d174" 1282 + dependencies = [ 1283 + "adler32", 1284 + "byteorder", 1285 + ] 1286 + 1287 + [[package]] 1288 + name = "der" 1289 + version = "0.5.1" 1290 + source = "registry+https://github.com/rust-lang/crates.io-index" 1291 + checksum = "6919815d73839e7ad218de758883aae3a257ba6759ce7a9992501efbb53d705c" 1292 + dependencies = [ 1293 + "const-oid", 1294 + ] 1295 + 1296 + [[package]] 1297 + name = "digest" 1298 + version = "0.9.0" 1299 + source = "registry+https://github.com/rust-lang/crates.io-index" 1300 + checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066" 1301 + dependencies = [ 1302 + "generic-array", 1303 + ] 1304 + 1305 + [[package]] 1306 + name = "digest" 1307 + version = "0.10.6" 1308 + source = "registry+https://github.com/rust-lang/crates.io-index" 1309 + checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f" 1310 + dependencies = [ 1311 + "block-buffer 0.10.4", 1312 + "crypto-common", 1313 + "subtle", 1314 + ] 1315 + 1316 + [[package]] 1317 + name = "dirs" 1318 + version = "4.0.0" 1319 + source = "registry+https://github.com/rust-lang/crates.io-index" 1320 + checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059" 1321 + dependencies = [ 1322 + "dirs-sys", 1323 + ] 1324 + 1325 + [[package]] 1326 + name = "dirs-sys" 1327 + version = "0.3.7" 1328 + source = "registry+https://github.com/rust-lang/crates.io-index" 1329 + checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6" 1330 + dependencies = [ 1331 + "libc", 1332 + "redox_users", 1333 + "winapi", 1334 + ] 1335 + 1336 + [[package]] 1337 + name = "displaydoc" 1338 + version = "0.2.3" 1339 + source = "registry+https://github.com/rust-lang/crates.io-index" 1340 + checksum = "3bf95dc3f046b9da4f2d51833c0d3547d8564ef6910f5c1ed130306a75b92886" 1341 + dependencies = [ 1342 + "proc-macro2", 1343 + "quote", 1344 + "syn 1.0.109", 1345 + ] 1346 + 1347 + [[package]] 1348 + name = "ed25519" 1349 + version = "1.5.3" 1350 + source = "registry+https://github.com/rust-lang/crates.io-index" 1351 + checksum = "91cff35c70bba8a626e3185d8cd48cc11b5437e1a5bcd15b9b5fa3c64b6dfee7" 1352 + dependencies = [ 1353 + "serde", 1354 + "signature", 1355 + ] 1356 + 1357 + [[package]] 1358 + name = "ed25519-dalek" 1359 + version = "1.0.1" 1360 + source = "registry+https://github.com/rust-lang/crates.io-index" 1361 + checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d" 1362 + dependencies = [ 1363 + "curve25519-dalek", 1364 + "ed25519", 1365 + "rand 0.7.3", 1366 + "serde", 1367 + "serde_bytes", 1368 + "sha2 0.9.9", 1369 + "zeroize", 1370 + ] 1371 + 1372 + [[package]] 1373 + name = "either" 1374 + version = "1.8.1" 1375 + source = "registry+https://github.com/rust-lang/crates.io-index" 1376 + checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91" 1377 + 1378 + [[package]] 1379 + name = "encoding_rs" 1380 + version = "0.8.32" 1381 + source = "registry+https://github.com/rust-lang/crates.io-index" 1382 + checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394" 1383 + dependencies = [ 1384 + "cfg-if", 1385 + ] 1386 + 1387 + [[package]] 1388 + name = "errno" 1389 + version = "0.3.1" 1390 + source = "registry+https://github.com/rust-lang/crates.io-index" 1391 + checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a" 1392 + dependencies = [ 1393 + "errno-dragonfly", 1394 + "libc", 1395 + "windows-sys 0.48.0", 1396 + ] 1397 + 1398 + [[package]] 1399 + name = "errno-dragonfly" 1400 + version = "0.1.2" 1401 + source = "registry+https://github.com/rust-lang/crates.io-index" 1402 + checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" 1403 + dependencies = [ 1404 + "cc", 1405 + "libc", 1406 + ] 1407 + 1408 + [[package]] 1409 + name = "event-listener" 1410 + version = "2.5.3" 1411 + source = "registry+https://github.com/rust-lang/crates.io-index" 1412 + checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" 1413 + 1414 + [[package]] 1415 + name = "example-appservice-autojoin" 1416 + version = "0.1.0" 1417 + dependencies = [ 1418 + "anyhow", 1419 + "matrix-sdk-appservice", 1420 + "tokio", 1421 + "tracing", 1422 + "tracing-subscriber", 1423 + ] 1424 + 1425 + [[package]] 1426 + name = "example-autojoin" 1427 + version = "0.1.0" 1428 + dependencies = [ 1429 + "anyhow", 1430 + "matrix-sdk", 1431 + "tokio", 1432 + "tracing-subscriber", 1433 + ] 1434 + 1435 + [[package]] 1436 + name = "example-command-bot" 1437 + version = "0.1.0" 1438 + dependencies = [ 1439 + "anyhow", 1440 + "matrix-sdk", 1441 + "tokio", 1442 + "tracing-subscriber", 1443 + "url", 1444 + ] 1445 + 1446 + [[package]] 1447 + name = "example-cross-signing-bootstrap" 1448 + version = "0.1.0" 1449 + dependencies = [ 1450 + "anyhow", 1451 + "matrix-sdk", 1452 + "tokio", 1453 + "tracing-subscriber", 1454 + "url", 1455 + ] 1456 + 1457 + [[package]] 1458 + name = "example-custom-events" 1459 + version = "0.1.0" 1460 + dependencies = [ 1461 + "anyhow", 1462 + "dirs", 1463 + "matrix-sdk", 1464 + "serde", 1465 + "tokio", 1466 + "tracing-subscriber", 1467 + ] 1468 + 1469 + [[package]] 1470 + name = "example-emoji-verification" 1471 + version = "0.1.0" 1472 + dependencies = [ 1473 + "anyhow", 1474 + "clap 4.2.4", 1475 + "futures", 1476 + "matrix-sdk", 1477 + "tokio", 1478 + "tracing-subscriber", 1479 + "url", 1480 + ] 1481 + 1482 + [[package]] 1483 + name = "example-get-profiles" 1484 + version = "0.1.0" 1485 + dependencies = [ 1486 + "anyhow", 1487 + "matrix-sdk", 1488 + "tokio", 1489 + "tracing-subscriber", 1490 + "url", 1491 + ] 1492 + 1493 + [[package]] 1494 + name = "example-getting-started" 1495 + version = "0.1.0" 1496 + dependencies = [ 1497 + "anyhow", 1498 + "dirs", 1499 + "matrix-sdk", 1500 + "tokio", 1501 + "tracing-subscriber", 1502 + ] 1503 + 1504 + [[package]] 1505 + name = "example-image-bot" 1506 + version = "0.1.0" 1507 + dependencies = [ 1508 + "anyhow", 1509 + "matrix-sdk", 1510 + "mime", 1511 + "tokio", 1512 + "tracing-subscriber", 1513 + "url", 1514 + ] 1515 + 1516 + [[package]] 1517 + name = "example-login" 1518 + version = "0.1.0" 1519 + dependencies = [ 1520 + "anyhow", 1521 + "matrix-sdk", 1522 + "tokio", 1523 + "tracing-subscriber", 1524 + "url", 1525 + ] 1526 + 1527 + [[package]] 1528 + name = "example-persist-session" 1529 + version = "0.1.0" 1530 + dependencies = [ 1531 + "anyhow", 1532 + "dirs", 1533 + "matrix-sdk", 1534 + "rand 0.8.5", 1535 + "serde", 1536 + "serde_json", 1537 + "tokio", 1538 + "tracing-subscriber", 1539 + ] 1540 + 1541 + [[package]] 1542 + name = "example-timeline" 1543 + version = "0.1.0" 1544 + dependencies = [ 1545 + "anyhow", 1546 + "clap 4.2.4", 1547 + "futures", 1548 + "matrix-sdk", 1549 + "tokio", 1550 + "tracing-subscriber", 1551 + "url", 1552 + ] 1553 + 1554 + [[package]] 1555 + name = "extension-trait" 1556 + version = "1.0.2" 1557 + source = "registry+https://github.com/rust-lang/crates.io-index" 1558 + checksum = "dd65f1b59dd22d680c7a626cc4a000c1e03d241c51c3e034d2bc9f1e90734f9b" 1559 + dependencies = [ 1560 + "proc-macro2", 1561 + "quote", 1562 + "syn 2.0.15", 1563 + ] 1564 + 1565 + [[package]] 1566 + name = "eyeball" 1567 + version = "0.6.0" 1568 + source = "registry+https://github.com/rust-lang/crates.io-index" 1569 + checksum = "1015c5225a75e0ab3d325e934456d92fdd57f440e8c81d09018878d4f651cd46" 1570 + dependencies = [ 1571 + "futures-core", 1572 + "readlock", 1573 + ] 1574 + 1575 + [[package]] 1576 + name = "eyeball-im" 1577 + version = "0.2.0" 1578 + source = "registry+https://github.com/rust-lang/crates.io-index" 1579 + checksum = "29e6dff0ac9894dcc183064377dfeb4137bcffa9f9ec3dbc10f8e7fba34c0ac7" 1580 + dependencies = [ 1581 + "futures-core", 1582 + "imbl", 1583 + "tokio", 1584 + "tokio-stream", 1585 + ] 1586 + 1587 + [[package]] 1588 + name = "eyre" 1589 + version = "0.6.8" 1590 + source = "registry+https://github.com/rust-lang/crates.io-index" 1591 + checksum = "4c2b6b5a29c02cdc822728b7d7b8ae1bab3e3b05d44522770ddd49722eeac7eb" 1592 + dependencies = [ 1593 + "indenter", 1594 + "once_cell", 1595 + ] 1596 + 1597 + [[package]] 1598 + name = "fallible-iterator" 1599 + version = "0.2.0" 1600 + source = "registry+https://github.com/rust-lang/crates.io-index" 1601 + checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7" 1602 + 1603 + [[package]] 1604 + name = "fallible-streaming-iterator" 1605 + version = "0.1.9" 1606 + source = "registry+https://github.com/rust-lang/crates.io-index" 1607 + checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a" 1608 + 1609 + [[package]] 1610 + name = "fastrand" 1611 + version = "1.9.0" 1612 + source = "registry+https://github.com/rust-lang/crates.io-index" 1613 + checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" 1614 + dependencies = [ 1615 + "instant", 1616 + ] 1617 + 1618 + [[package]] 1619 + name = "fdeflate" 1620 + version = "0.3.0" 1621 + source = "registry+https://github.com/rust-lang/crates.io-index" 1622 + checksum = "d329bdeac514ee06249dabc27877490f17f5d371ec693360768b838e19f3ae10" 1623 + dependencies = [ 1624 + "simd-adler32", 1625 + ] 1626 + 1627 + [[package]] 1628 + name = "findshlibs" 1629 + version = "0.10.2" 1630 + source = "registry+https://github.com/rust-lang/crates.io-index" 1631 + checksum = "40b9e59cd0f7e0806cca4be089683ecb6434e602038df21fe6bf6711b2f07f64" 1632 + dependencies = [ 1633 + "cc", 1634 + "lazy_static", 1635 + "libc", 1636 + "winapi", 1637 + ] 1638 + 1639 + [[package]] 1640 + name = "fixedbitset" 1641 + version = "0.4.2" 1642 + source = "registry+https://github.com/rust-lang/crates.io-index" 1643 + checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" 1644 + 1645 + [[package]] 1646 + name = "flate2" 1647 + version = "1.0.25" 1648 + source = "registry+https://github.com/rust-lang/crates.io-index" 1649 + checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841" 1650 + dependencies = [ 1651 + "crc32fast", 1652 + "miniz_oxide 0.6.2", 1653 + ] 1654 + 1655 + [[package]] 1656 + name = "fnv" 1657 + version = "1.0.7" 1658 + source = "registry+https://github.com/rust-lang/crates.io-index" 1659 + checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 1660 + 1661 + [[package]] 1662 + name = "foreign-types" 1663 + version = "0.3.2" 1664 + source = "registry+https://github.com/rust-lang/crates.io-index" 1665 + checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 1666 + dependencies = [ 1667 + "foreign-types-shared", 1668 + ] 1669 + 1670 + [[package]] 1671 + name = "foreign-types-shared" 1672 + version = "0.1.1" 1673 + source = "registry+https://github.com/rust-lang/crates.io-index" 1674 + checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 1675 + 1676 + [[package]] 1677 + name = "form_urlencoded" 1678 + version = "1.1.0" 1679 + source = "registry+https://github.com/rust-lang/crates.io-index" 1680 + checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8" 1681 + dependencies = [ 1682 + "percent-encoding", 1683 + ] 1684 + 1685 + [[package]] 1686 + name = "fs-err" 1687 + version = "2.9.0" 1688 + source = "registry+https://github.com/rust-lang/crates.io-index" 1689 + checksum = "0845fa252299212f0389d64ba26f34fa32cfe41588355f21ed507c59a0f64541" 1690 + 1691 + [[package]] 1692 + name = "fs2" 1693 + version = "0.4.3" 1694 + source = "registry+https://github.com/rust-lang/crates.io-index" 1695 + checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213" 1696 + dependencies = [ 1697 + "libc", 1698 + "winapi", 1699 + ] 1700 + 1701 + [[package]] 1702 + name = "fs_extra" 1703 + version = "1.3.0" 1704 + source = "registry+https://github.com/rust-lang/crates.io-index" 1705 + checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c" 1706 + 1707 + [[package]] 1708 + name = "futf" 1709 + version = "0.1.5" 1710 + source = "registry+https://github.com/rust-lang/crates.io-index" 1711 + checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843" 1712 + dependencies = [ 1713 + "mac", 1714 + "new_debug_unreachable", 1715 + ] 1716 + 1717 + [[package]] 1718 + name = "futures" 1719 + version = "0.3.28" 1720 + source = "registry+https://github.com/rust-lang/crates.io-index" 1721 + checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40" 1722 + dependencies = [ 1723 + "futures-channel", 1724 + "futures-core", 1725 + "futures-executor", 1726 + "futures-io", 1727 + "futures-sink", 1728 + "futures-task", 1729 + "futures-util", 1730 + ] 1731 + 1732 + [[package]] 1733 + name = "futures-channel" 1734 + version = "0.3.28" 1735 + source = "registry+https://github.com/rust-lang/crates.io-index" 1736 + checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2" 1737 + dependencies = [ 1738 + "futures-core", 1739 + "futures-sink", 1740 + ] 1741 + 1742 + [[package]] 1743 + name = "futures-core" 1744 + version = "0.3.28" 1745 + source = "registry+https://github.com/rust-lang/crates.io-index" 1746 + checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c" 1747 + 1748 + [[package]] 1749 + name = "futures-executor" 1750 + version = "0.3.28" 1751 + source = "registry+https://github.com/rust-lang/crates.io-index" 1752 + checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0" 1753 + dependencies = [ 1754 + "futures-core", 1755 + "futures-task", 1756 + "futures-util", 1757 + ] 1758 + 1759 + [[package]] 1760 + name = "futures-io" 1761 + version = "0.3.28" 1762 + source = "registry+https://github.com/rust-lang/crates.io-index" 1763 + checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964" 1764 + 1765 + [[package]] 1766 + name = "futures-lite" 1767 + version = "1.13.0" 1768 + source = "registry+https://github.com/rust-lang/crates.io-index" 1769 + checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce" 1770 + dependencies = [ 1771 + "fastrand", 1772 + "futures-core", 1773 + "futures-io", 1774 + "memchr", 1775 + "parking", 1776 + "pin-project-lite", 1777 + "waker-fn", 1778 + ] 1779 + 1780 + [[package]] 1781 + name = "futures-macro" 1782 + version = "0.3.28" 1783 + source = "registry+https://github.com/rust-lang/crates.io-index" 1784 + checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72" 1785 + dependencies = [ 1786 + "proc-macro2", 1787 + "quote", 1788 + "syn 2.0.15", 1789 + ] 1790 + 1791 + [[package]] 1792 + name = "futures-sink" 1793 + version = "0.3.28" 1794 + source = "registry+https://github.com/rust-lang/crates.io-index" 1795 + checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e" 1796 + 1797 + [[package]] 1798 + name = "futures-task" 1799 + version = "0.3.28" 1800 + source = "registry+https://github.com/rust-lang/crates.io-index" 1801 + checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65" 1802 + 1803 + [[package]] 1804 + name = "futures-timer" 1805 + version = "3.0.2" 1806 + source = "registry+https://github.com/rust-lang/crates.io-index" 1807 + checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c" 1808 + 1809 + [[package]] 1810 + name = "futures-util" 1811 + version = "0.3.28" 1812 + source = "registry+https://github.com/rust-lang/crates.io-index" 1813 + checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533" 1814 + dependencies = [ 1815 + "futures-channel", 1816 + "futures-core", 1817 + "futures-io", 1818 + "futures-macro", 1819 + "futures-sink", 1820 + "futures-task", 1821 + "memchr", 1822 + "pin-project-lite", 1823 + "pin-utils", 1824 + "slab", 1825 + ] 1826 + 1827 + [[package]] 1828 + name = "fxhash" 1829 + version = "0.2.1" 1830 + source = "registry+https://github.com/rust-lang/crates.io-index" 1831 + checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c" 1832 + dependencies = [ 1833 + "byteorder", 1834 + ] 1835 + 1836 + [[package]] 1837 + name = "generic-array" 1838 + version = "0.14.7" 1839 + source = "registry+https://github.com/rust-lang/crates.io-index" 1840 + checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 1841 + dependencies = [ 1842 + "typenum", 1843 + "version_check", 1844 + ] 1845 + 1846 + [[package]] 1847 + name = "getrandom" 1848 + version = "0.1.16" 1849 + source = "registry+https://github.com/rust-lang/crates.io-index" 1850 + checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" 1851 + dependencies = [ 1852 + "cfg-if", 1853 + "js-sys", 1854 + "libc", 1855 + "wasi 0.9.0+wasi-snapshot-preview1", 1856 + "wasm-bindgen", 1857 + ] 1858 + 1859 + [[package]] 1860 + name = "getrandom" 1861 + version = "0.2.9" 1862 + source = "registry+https://github.com/rust-lang/crates.io-index" 1863 + checksum = "c85e1d9ab2eadba7e5040d4e09cbd6d072b76a557ad64e797c2cb9d4da21d7e4" 1864 + dependencies = [ 1865 + "cfg-if", 1866 + "js-sys", 1867 + "libc", 1868 + "wasi 0.11.0+wasi-snapshot-preview1", 1869 + "wasm-bindgen", 1870 + ] 1871 + 1872 + [[package]] 1873 + name = "gif" 1874 + version = "0.11.4" 1875 + source = "registry+https://github.com/rust-lang/crates.io-index" 1876 + checksum = "3edd93c6756b4dfaf2709eafcc345ba2636565295c198a9cfbf75fa5e3e00b06" 1877 + dependencies = [ 1878 + "color_quant", 1879 + "weezl", 1880 + ] 1881 + 1882 + [[package]] 1883 + name = "gif" 1884 + version = "0.12.0" 1885 + source = "registry+https://github.com/rust-lang/crates.io-index" 1886 + checksum = "80792593675e051cf94a4b111980da2ba60d4a83e43e0048c5693baab3977045" 1887 + dependencies = [ 1888 + "color_quant", 1889 + "weezl", 1890 + ] 1891 + 1892 + [[package]] 1893 + name = "gimli" 1894 + version = "0.27.2" 1895 + source = "registry+https://github.com/rust-lang/crates.io-index" 1896 + checksum = "ad0a93d233ebf96623465aad4046a8d3aa4da22d4f4beba5388838c8a434bbb4" 1897 + 1898 + [[package]] 1899 + name = "glob" 1900 + version = "0.3.1" 1901 + source = "registry+https://github.com/rust-lang/crates.io-index" 1902 + checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" 1903 + 1904 + [[package]] 1905 + name = "gloo-timers" 1906 + version = "0.2.6" 1907 + source = "registry+https://github.com/rust-lang/crates.io-index" 1908 + checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c" 1909 + dependencies = [ 1910 + "futures-channel", 1911 + "futures-core", 1912 + "js-sys", 1913 + "wasm-bindgen", 1914 + ] 1915 + 1916 + [[package]] 1917 + name = "gloo-utils" 1918 + version = "0.1.6" 1919 + source = "registry+https://github.com/rust-lang/crates.io-index" 1920 + checksum = "a8e8fc851e9c7b9852508bc6e3f690f452f474417e8545ec9857b7f7377036b5" 1921 + dependencies = [ 1922 + "js-sys", 1923 + "serde", 1924 + "serde_json", 1925 + "wasm-bindgen", 1926 + "web-sys", 1927 + ] 1928 + 1929 + [[package]] 1930 + name = "goblin" 1931 + version = "0.6.1" 1932 + source = "registry+https://github.com/rust-lang/crates.io-index" 1933 + checksum = "0d6b4de4a8eb6c46a8c77e1d3be942cb9a8bf073c22374578e5ba4b08ed0ff68" 1934 + dependencies = [ 1935 + "log", 1936 + "plain", 1937 + "scroll", 1938 + ] 1939 + 1940 + [[package]] 1941 + name = "h2" 1942 + version = "0.3.18" 1943 + source = "registry+https://github.com/rust-lang/crates.io-index" 1944 + checksum = "17f8a914c2987b688368b5138aa05321db91f4090cf26118185672ad588bce21" 1945 + dependencies = [ 1946 + "bytes", 1947 + "fnv", 1948 + "futures-core", 1949 + "futures-sink", 1950 + "futures-util", 1951 + "http", 1952 + "indexmap", 1953 + "slab", 1954 + "tokio", 1955 + "tokio-util", 1956 + "tracing", 1957 + ] 1958 + 1959 + [[package]] 1960 + name = "half" 1961 + version = "1.8.2" 1962 + source = "registry+https://github.com/rust-lang/crates.io-index" 1963 + checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7" 1964 + 1965 + [[package]] 1966 + name = "hashbrown" 1967 + version = "0.12.3" 1968 + source = "registry+https://github.com/rust-lang/crates.io-index" 1969 + checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 1970 + dependencies = [ 1971 + "ahash 0.7.6", 1972 + ] 1973 + 1974 + [[package]] 1975 + name = "hashlink" 1976 + version = "0.8.1" 1977 + source = "registry+https://github.com/rust-lang/crates.io-index" 1978 + checksum = "69fe1fcf8b4278d860ad0548329f892a3631fb63f82574df68275f34cdbe0ffa" 1979 + dependencies = [ 1980 + "hashbrown", 1981 + ] 1982 + 1983 + [[package]] 1984 + name = "heck" 1985 + version = "0.4.1" 1986 + source = "registry+https://github.com/rust-lang/crates.io-index" 1987 + checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 1988 + 1989 + [[package]] 1990 + name = "hermit-abi" 1991 + version = "0.1.19" 1992 + source = "registry+https://github.com/rust-lang/crates.io-index" 1993 + checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" 1994 + dependencies = [ 1995 + "libc", 1996 + ] 1997 + 1998 + [[package]] 1999 + name = "hermit-abi" 2000 + version = "0.2.6" 2001 + source = "registry+https://github.com/rust-lang/crates.io-index" 2002 + checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7" 2003 + dependencies = [ 2004 + "libc", 2005 + ] 2006 + 2007 + [[package]] 2008 + name = "hermit-abi" 2009 + version = "0.3.1" 2010 + source = "registry+https://github.com/rust-lang/crates.io-index" 2011 + checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" 2012 + 2013 + [[package]] 2014 + name = "hkdf" 2015 + version = "0.12.3" 2016 + source = "registry+https://github.com/rust-lang/crates.io-index" 2017 + checksum = "791a029f6b9fc27657f6f188ec6e5e43f6911f6f878e0dc5501396e09809d437" 2018 + dependencies = [ 2019 + "hmac", 2020 + ] 2021 + 2022 + [[package]] 2023 + name = "hmac" 2024 + version = "0.12.1" 2025 + source = "registry+https://github.com/rust-lang/crates.io-index" 2026 + checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" 2027 + dependencies = [ 2028 + "digest 0.10.6", 2029 + ] 2030 + 2031 + [[package]] 2032 + name = "html5ever" 2033 + version = "0.26.0" 2034 + source = "registry+https://github.com/rust-lang/crates.io-index" 2035 + checksum = "bea68cab48b8459f17cf1c944c67ddc572d272d9f2b274140f223ecb1da4a3b7" 2036 + dependencies = [ 2037 + "log", 2038 + "mac", 2039 + "markup5ever", 2040 + "proc-macro2", 2041 + "quote", 2042 + "syn 1.0.109", 2043 + ] 2044 + 2045 + [[package]] 2046 + name = "http" 2047 + version = "0.2.9" 2048 + source = "registry+https://github.com/rust-lang/crates.io-index" 2049 + checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482" 2050 + dependencies = [ 2051 + "bytes", 2052 + "fnv", 2053 + "itoa", 2054 + ] 2055 + 2056 + [[package]] 2057 + name = "http-body" 2058 + version = "0.4.5" 2059 + source = "registry+https://github.com/rust-lang/crates.io-index" 2060 + checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1" 2061 + dependencies = [ 2062 + "bytes", 2063 + "http", 2064 + "pin-project-lite", 2065 + ] 2066 + 2067 + [[package]] 2068 + name = "http-types" 2069 + version = "2.12.0" 2070 + source = "registry+https://github.com/rust-lang/crates.io-index" 2071 + checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad" 2072 + dependencies = [ 2073 + "anyhow", 2074 + "async-channel", 2075 + "base64 0.13.1", 2076 + "futures-lite", 2077 + "http", 2078 + "infer", 2079 + "pin-project-lite", 2080 + "rand 0.7.3", 2081 + "serde", 2082 + "serde_json", 2083 + "serde_qs", 2084 + "serde_urlencoded", 2085 + "url", 2086 + ] 2087 + 2088 + [[package]] 2089 + name = "httparse" 2090 + version = "1.8.0" 2091 + source = "registry+https://github.com/rust-lang/crates.io-index" 2092 + checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" 2093 + 2094 + [[package]] 2095 + name = "httpdate" 2096 + version = "1.0.2" 2097 + source = "registry+https://github.com/rust-lang/crates.io-index" 2098 + checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421" 2099 + 2100 + [[package]] 2101 + name = "hyper" 2102 + version = "0.14.26" 2103 + source = "registry+https://github.com/rust-lang/crates.io-index" 2104 + checksum = "ab302d72a6f11a3b910431ff93aae7e773078c769f0a3ef15fb9ec692ed147d4" 2105 + dependencies = [ 2106 + "bytes", 2107 + "futures-channel", 2108 + "futures-core", 2109 + "futures-util", 2110 + "h2", 2111 + "http", 2112 + "http-body", 2113 + "httparse", 2114 + "httpdate", 2115 + "itoa", 2116 + "pin-project-lite", 2117 + "socket2", 2118 + "tokio", 2119 + "tower-service", 2120 + "tracing", 2121 + "want", 2122 + ] 2123 + 2124 + [[package]] 2125 + name = "hyper-rustls" 2126 + version = "0.23.2" 2127 + source = "registry+https://github.com/rust-lang/crates.io-index" 2128 + checksum = "1788965e61b367cd03a62950836d5cd41560c3577d90e40e0819373194d1661c" 2129 + dependencies = [ 2130 + "http", 2131 + "hyper", 2132 + "rustls", 2133 + "tokio", 2134 + "tokio-rustls", 2135 + ] 2136 + 2137 + [[package]] 2138 + name = "hyper-timeout" 2139 + version = "0.4.1" 2140 + source = "registry+https://github.com/rust-lang/crates.io-index" 2141 + checksum = "bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1" 2142 + dependencies = [ 2143 + "hyper", 2144 + "pin-project-lite", 2145 + "tokio", 2146 + "tokio-io-timeout", 2147 + ] 2148 + 2149 + [[package]] 2150 + name = "hyper-tls" 2151 + version = "0.5.0" 2152 + source = "registry+https://github.com/rust-lang/crates.io-index" 2153 + checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905" 2154 + dependencies = [ 2155 + "bytes", 2156 + "hyper", 2157 + "native-tls", 2158 + "tokio", 2159 + "tokio-native-tls", 2160 + ] 2161 + 2162 + [[package]] 2163 + name = "iana-time-zone" 2164 + version = "0.1.56" 2165 + source = "registry+https://github.com/rust-lang/crates.io-index" 2166 + checksum = "0722cd7114b7de04316e7ea5456a0bbb20e4adb46fd27a3697adb812cff0f37c" 2167 + dependencies = [ 2168 + "android_system_properties", 2169 + "core-foundation-sys", 2170 + "iana-time-zone-haiku", 2171 + "js-sys", 2172 + "wasm-bindgen", 2173 + "windows", 2174 + ] 2175 + 2176 + [[package]] 2177 + name = "iana-time-zone-haiku" 2178 + version = "0.1.1" 2179 + source = "registry+https://github.com/rust-lang/crates.io-index" 2180 + checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca" 2181 + dependencies = [ 2182 + "cxx", 2183 + "cxx-build", 2184 + ] 2185 + 2186 + [[package]] 2187 + name = "idna" 2188 + version = "0.3.0" 2189 + source = "registry+https://github.com/rust-lang/crates.io-index" 2190 + checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6" 2191 + dependencies = [ 2192 + "unicode-bidi", 2193 + "unicode-normalization", 2194 + ] 2195 + 2196 + [[package]] 2197 + name = "image" 2198 + version = "0.23.14" 2199 + source = "registry+https://github.com/rust-lang/crates.io-index" 2200 + checksum = "24ffcb7e7244a9bf19d35bf2883b9c080c4ced3c07a9895572178cdb8f13f6a1" 2201 + dependencies = [ 2202 + "bytemuck", 2203 + "byteorder", 2204 + "color_quant", 2205 + "gif 0.11.4", 2206 + "jpeg-decoder 0.1.22", 2207 + "num-iter", 2208 + "num-rational 0.3.2", 2209 + "num-traits", 2210 + "png 0.16.8", 2211 + "scoped_threadpool", 2212 + "tiff 0.6.1", 2213 + ] 2214 + 2215 + [[package]] 2216 + name = "image" 2217 + version = "0.24.6" 2218 + source = "registry+https://github.com/rust-lang/crates.io-index" 2219 + checksum = "527909aa81e20ac3a44803521443a765550f09b5130c2c2fa1ea59c2f8f50a3a" 2220 + dependencies = [ 2221 + "bytemuck", 2222 + "byteorder", 2223 + "color_quant", 2224 + "gif 0.12.0", 2225 + "jpeg-decoder 0.3.0", 2226 + "num-rational 0.4.1", 2227 + "num-traits", 2228 + "png 0.17.8", 2229 + "tiff 0.8.1", 2230 + ] 2231 + 2232 + [[package]] 2233 + name = "imbl" 2234 + version = "2.0.0" 2235 + source = "registry+https://github.com/rust-lang/crates.io-index" 2236 + checksum = "c2806b69cd9f4664844027b64465eacb444c67c1db9c778e341adff0c25cdb0d" 2237 + dependencies = [ 2238 + "bitmaps", 2239 + "imbl-sized-chunks", 2240 + "rand_core 0.6.4", 2241 + "rand_xoshiro", 2242 + "serde", 2243 + "version_check", 2244 + ] 2245 + 2246 + [[package]] 2247 + name = "imbl-sized-chunks" 2248 + version = "0.1.1" 2249 + source = "registry+https://github.com/rust-lang/crates.io-index" 2250 + checksum = "e6957ea0b2541c5ca561d3ef4538044af79f8a05a1eb3a3b148936aaceaa1076" 2251 + dependencies = [ 2252 + "bitmaps", 2253 + ] 2254 + 2255 + [[package]] 2256 + name = "indenter" 2257 + version = "0.3.3" 2258 + source = "registry+https://github.com/rust-lang/crates.io-index" 2259 + checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683" 2260 + 2261 + [[package]] 2262 + name = "indexed_db_futures" 2263 + version = "0.3.0" 2264 + source = "registry+https://github.com/rust-lang/crates.io-index" 2265 + checksum = "bfbcff6ae46750b15cc594bfd277b188cbddcfdc1817848f97f03f26f8625b9e" 2266 + dependencies = [ 2267 + "cfg-if", 2268 + "js-sys", 2269 + "uuid", 2270 + "wasm-bindgen", 2271 + "wasm-bindgen-futures", 2272 + "web-sys", 2273 + ] 2274 + 2275 + [[package]] 2276 + name = "indexmap" 2277 + version = "1.9.3" 2278 + source = "registry+https://github.com/rust-lang/crates.io-index" 2279 + checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" 2280 + dependencies = [ 2281 + "autocfg", 2282 + "hashbrown", 2283 + "serde", 2284 + ] 2285 + 2286 + [[package]] 2287 + name = "indoc" 2288 + version = "1.0.9" 2289 + source = "registry+https://github.com/rust-lang/crates.io-index" 2290 + checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306" 2291 + 2292 + [[package]] 2293 + name = "infer" 2294 + version = "0.2.3" 2295 + source = "registry+https://github.com/rust-lang/crates.io-index" 2296 + checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac" 2297 + 2298 + [[package]] 2299 + name = "inferno" 2300 + version = "0.11.15" 2301 + source = "registry+https://github.com/rust-lang/crates.io-index" 2302 + checksum = "2fb7c1b80a1dfa604bb4a649a5c5aeef3d913f7c520cb42b40e534e8a61bcdfc" 2303 + dependencies = [ 2304 + "ahash 0.8.3", 2305 + "indexmap", 2306 + "is-terminal", 2307 + "itoa", 2308 + "log", 2309 + "num-format", 2310 + "once_cell", 2311 + "quick-xml", 2312 + "rgb", 2313 + "str_stack", 2314 + ] 2315 + 2316 + [[package]] 2317 + name = "inout" 2318 + version = "0.1.3" 2319 + source = "registry+https://github.com/rust-lang/crates.io-index" 2320 + checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5" 2321 + dependencies = [ 2322 + "block-padding", 2323 + "generic-array", 2324 + ] 2325 + 2326 + [[package]] 2327 + name = "instant" 2328 + version = "0.1.12" 2329 + source = "registry+https://github.com/rust-lang/crates.io-index" 2330 + checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 2331 + dependencies = [ 2332 + "cfg-if", 2333 + "js-sys", 2334 + "wasm-bindgen", 2335 + "web-sys", 2336 + ] 2337 + 2338 + [[package]] 2339 + name = "io-lifetimes" 2340 + version = "1.0.10" 2341 + source = "registry+https://github.com/rust-lang/crates.io-index" 2342 + checksum = "9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220" 2343 + dependencies = [ 2344 + "hermit-abi 0.3.1", 2345 + "libc", 2346 + "windows-sys 0.48.0", 2347 + ] 2348 + 2349 + [[package]] 2350 + name = "ipnet" 2351 + version = "2.7.2" 2352 + source = "registry+https://github.com/rust-lang/crates.io-index" 2353 + checksum = "12b6ee2129af8d4fb011108c73d99a1b83a85977f23b82460c0ae2e25bb4b57f" 2354 + 2355 + [[package]] 2356 + name = "is-terminal" 2357 + version = "0.4.7" 2358 + source = "registry+https://github.com/rust-lang/crates.io-index" 2359 + checksum = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f" 2360 + dependencies = [ 2361 + "hermit-abi 0.3.1", 2362 + "io-lifetimes", 2363 + "rustix", 2364 + "windows-sys 0.48.0", 2365 + ] 2366 + 2367 + [[package]] 2368 + name = "itertools" 2369 + version = "0.10.5" 2370 + source = "registry+https://github.com/rust-lang/crates.io-index" 2371 + checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" 2372 + dependencies = [ 2373 + "either", 2374 + ] 2375 + 2376 + [[package]] 2377 + name = "itoa" 2378 + version = "1.0.6" 2379 + source = "registry+https://github.com/rust-lang/crates.io-index" 2380 + checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6" 2381 + 2382 + [[package]] 2383 + name = "jpeg-decoder" 2384 + version = "0.1.22" 2385 + source = "registry+https://github.com/rust-lang/crates.io-index" 2386 + checksum = "229d53d58899083193af11e15917b5640cd40b29ff475a1fe4ef725deb02d0f2" 2387 + dependencies = [ 2388 + "rayon", 2389 + ] 2390 + 2391 + [[package]] 2392 + name = "jpeg-decoder" 2393 + version = "0.3.0" 2394 + source = "registry+https://github.com/rust-lang/crates.io-index" 2395 + checksum = "bc0000e42512c92e31c2252315bda326620a4e034105e900c98ec492fa077b3e" 2396 + dependencies = [ 2397 + "rayon", 2398 + ] 2399 + 2400 + [[package]] 2401 + name = "js-sys" 2402 + version = "0.3.61" 2403 + source = "registry+https://github.com/rust-lang/crates.io-index" 2404 + checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730" 2405 + dependencies = [ 2406 + "wasm-bindgen", 2407 + ] 2408 + 2409 + [[package]] 2410 + name = "js_int" 2411 + version = "0.2.2" 2412 + source = "registry+https://github.com/rust-lang/crates.io-index" 2413 + checksum = "d937f95470b270ce8b8950207715d71aa8e153c0d44c6684d59397ed4949160a" 2414 + dependencies = [ 2415 + "serde", 2416 + ] 2417 + 2418 + [[package]] 2419 + name = "js_option" 2420 + version = "0.1.1" 2421 + source = "registry+https://github.com/rust-lang/crates.io-index" 2422 + checksum = "68421373957a1593a767013698dbf206e2b221eefe97a44d98d18672ff38423c" 2423 + dependencies = [ 2424 + "serde", 2425 + ] 2426 + 2427 + [[package]] 2428 + name = "konst" 2429 + version = "0.2.19" 2430 + source = "registry+https://github.com/rust-lang/crates.io-index" 2431 + checksum = "330f0e13e6483b8c34885f7e6c9f19b1a7bd449c673fbb948a51c99d66ef74f4" 2432 + dependencies = [ 2433 + "konst_macro_rules", 2434 + "konst_proc_macros", 2435 + ] 2436 + 2437 + [[package]] 2438 + name = "konst_macro_rules" 2439 + version = "0.2.19" 2440 + source = "registry+https://github.com/rust-lang/crates.io-index" 2441 + checksum = "a4933f3f57a8e9d9da04db23fb153356ecaf00cbd14aee46279c33dc80925c37" 2442 + 2443 + [[package]] 2444 + name = "konst_proc_macros" 2445 + version = "0.2.11" 2446 + source = "registry+https://github.com/rust-lang/crates.io-index" 2447 + checksum = "984e109462d46ad18314f10e392c286c3d47bce203088a09012de1015b45b737" 2448 + 2449 + [[package]] 2450 + name = "kv-log-macro" 2451 + version = "1.0.7" 2452 + source = "registry+https://github.com/rust-lang/crates.io-index" 2453 + checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f" 2454 + dependencies = [ 2455 + "log", 2456 + ] 2457 + 2458 + [[package]] 2459 + name = "lazy_static" 2460 + version = "1.4.0" 2461 + source = "registry+https://github.com/rust-lang/crates.io-index" 2462 + checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 2463 + 2464 + [[package]] 2465 + name = "libc" 2466 + version = "0.2.142" 2467 + source = "registry+https://github.com/rust-lang/crates.io-index" 2468 + checksum = "6a987beff54b60ffa6d51982e1aa1146bc42f19bd26be28b0586f252fccf5317" 2469 + 2470 + [[package]] 2471 + name = "libloading" 2472 + version = "0.7.4" 2473 + source = "registry+https://github.com/rust-lang/crates.io-index" 2474 + checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f" 2475 + dependencies = [ 2476 + "cfg-if", 2477 + "winapi", 2478 + ] 2479 + 2480 + [[package]] 2481 + name = "libm" 2482 + version = "0.2.6" 2483 + source = "registry+https://github.com/rust-lang/crates.io-index" 2484 + checksum = "348108ab3fba42ec82ff6e9564fc4ca0247bdccdc68dd8af9764bbc79c3c8ffb" 2485 + 2486 + [[package]] 2487 + name = "libsqlite3-sys" 2488 + version = "0.25.2" 2489 + source = "registry+https://github.com/rust-lang/crates.io-index" 2490 + checksum = "29f835d03d717946d28b1d1ed632eb6f0e24a299388ee623d0c23118d3e8a7fa" 2491 + dependencies = [ 2492 + "cc", 2493 + "pkg-config", 2494 + "vcpkg", 2495 + ] 2496 + 2497 + [[package]] 2498 + name = "link-cplusplus" 2499 + version = "1.0.8" 2500 + source = "registry+https://github.com/rust-lang/crates.io-index" 2501 + checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5" 2502 + dependencies = [ 2503 + "cc", 2504 + ] 2505 + 2506 + [[package]] 2507 + name = "linux-raw-sys" 2508 + version = "0.3.4" 2509 + source = "registry+https://github.com/rust-lang/crates.io-index" 2510 + checksum = "36eb31c1778188ae1e64398743890d0877fef36d11521ac60406b42016e8c2cf" 2511 + 2512 + [[package]] 2513 + name = "lock_api" 2514 + version = "0.4.9" 2515 + source = "registry+https://github.com/rust-lang/crates.io-index" 2516 + checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df" 2517 + dependencies = [ 2518 + "autocfg", 2519 + "scopeguard", 2520 + ] 2521 + 2522 + [[package]] 2523 + name = "log" 2524 + version = "0.4.17" 2525 + source = "registry+https://github.com/rust-lang/crates.io-index" 2526 + checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" 2527 + dependencies = [ 2528 + "cfg-if", 2529 + "value-bag", 2530 + ] 2531 + 2532 + [[package]] 2533 + name = "log-panics" 2534 + version = "2.1.0" 2535 + source = "registry+https://github.com/rust-lang/crates.io-index" 2536 + checksum = "68f9dd8546191c1850ecf67d22f5ff00a935b890d0e84713159a55495cc2ac5f" 2537 + dependencies = [ 2538 + "backtrace", 2539 + "log", 2540 + ] 2541 + 2542 + [[package]] 2543 + name = "mac" 2544 + version = "0.1.1" 2545 + source = "registry+https://github.com/rust-lang/crates.io-index" 2546 + checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4" 2547 + 2548 + [[package]] 2549 + name = "maplit" 2550 + version = "1.0.2" 2551 + source = "registry+https://github.com/rust-lang/crates.io-index" 2552 + checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" 2553 + 2554 + [[package]] 2555 + name = "markup5ever" 2556 + version = "0.11.0" 2557 + source = "registry+https://github.com/rust-lang/crates.io-index" 2558 + checksum = "7a2629bb1404f3d34c2e921f21fd34ba00b206124c81f65c50b43b6aaefeb016" 2559 + dependencies = [ 2560 + "log", 2561 + "phf 0.10.1", 2562 + "phf_codegen", 2563 + "string_cache", 2564 + "string_cache_codegen", 2565 + "tendril", 2566 + ] 2567 + 2568 + [[package]] 2569 + name = "matchers" 2570 + version = "0.1.0" 2571 + source = "registry+https://github.com/rust-lang/crates.io-index" 2572 + checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" 2573 + dependencies = [ 2574 + "regex-automata", 2575 + ] 2576 + 2577 + [[package]] 2578 + name = "matchit" 2579 + version = "0.7.0" 2580 + source = "registry+https://github.com/rust-lang/crates.io-index" 2581 + checksum = "b87248edafb776e59e6ee64a79086f65890d3510f2c656c000bf2a7e8a0aea40" 2582 + 2583 + [[package]] 2584 + name = "matrix-pickle" 2585 + version = "0.1.0" 2586 + source = "registry+https://github.com/rust-lang/crates.io-index" 2587 + checksum = "b18185b3f64cc8d44840dbf92d92aeb05c1ef97094f51a32c1afd36a4415d225" 2588 + dependencies = [ 2589 + "matrix-pickle-derive", 2590 + "thiserror", 2591 + ] 2592 + 2593 + [[package]] 2594 + name = "matrix-pickle-derive" 2595 + version = "0.1.0" 2596 + source = "registry+https://github.com/rust-lang/crates.io-index" 2597 + checksum = "cef08fbb48d0d5125d3885e422c426b5be84067c63ceb5d8b32f9130143f5b81" 2598 + dependencies = [ 2599 + "proc-macro-crate", 2600 + "proc-macro-error", 2601 + "proc-macro2", 2602 + "quote", 2603 + "syn 1.0.109", 2604 + ] 2605 + 2606 + [[package]] 2607 + name = "matrix-sdk" 2608 + version = "0.6.2" 2609 + dependencies = [ 2610 + "anyhow", 2611 + "anymap2", 2612 + "assert_matches", 2613 + "async-stream", 2614 + "async-trait", 2615 + "backoff", 2616 + "bytes", 2617 + "bytesize", 2618 + "chrono", 2619 + "ctor 0.2.0", 2620 + "dashmap", 2621 + "dirs", 2622 + "event-listener", 2623 + "eyeball", 2624 + "eyeball-im", 2625 + "eyre", 2626 + "futures", 2627 + "futures-core", 2628 + "futures-util", 2629 + "getrandom 0.2.9", 2630 + "gloo-timers", 2631 + "http", 2632 + "hyper", 2633 + "image 0.24.6", 2634 + "imbl", 2635 + "indexmap", 2636 + "matrix-sdk-base", 2637 + "matrix-sdk-common", 2638 + "matrix-sdk-indexeddb", 2639 + "matrix-sdk-sled", 2640 + "matrix-sdk-test", 2641 + "mime", 2642 + "mime_guess", 2643 + "once_cell", 2644 + "pin-project-lite", 2645 + "rand 0.8.5", 2646 + "reqwest", 2647 + "ruma", 2648 + "serde", 2649 + "serde_html_form", 2650 + "serde_json", 2651 + "tempfile", 2652 + "thiserror", 2653 + "tokio", 2654 + "tower", 2655 + "tracing", 2656 + "tracing-subscriber", 2657 + "url", 2658 + "uuid", 2659 + "wasm-bindgen-test", 2660 + "wiremock", 2661 + "zeroize", 2662 + ] 2663 + 2664 + [[package]] 2665 + name = "matrix-sdk-appservice" 2666 + version = "0.1.0" 2667 + dependencies = [ 2668 + "axum", 2669 + "dashmap", 2670 + "http", 2671 + "http-body", 2672 + "hyper", 2673 + "matrix-sdk", 2674 + "matrix-sdk-test", 2675 + "regex", 2676 + "ruma", 2677 + "serde", 2678 + "serde_html_form", 2679 + "serde_json", 2680 + "serde_yaml", 2681 + "thiserror", 2682 + "tokio", 2683 + "tower", 2684 + "tracing", 2685 + "tracing-subscriber", 2686 + "url", 2687 + "wiremock", 2688 + ] 2689 + 2690 + [[package]] 2691 + name = "matrix-sdk-base" 2692 + version = "0.6.1" 2693 + dependencies = [ 2694 + "assert_matches", 2695 + "assign", 2696 + "async-stream", 2697 + "async-trait", 2698 + "bitflags 2.2.1", 2699 + "ctor 0.2.0", 2700 + "dashmap", 2701 + "eyeball", 2702 + "futures", 2703 + "futures-core", 2704 + "futures-util", 2705 + "http", 2706 + "matrix-sdk-common", 2707 + "matrix-sdk-crypto", 2708 + "matrix-sdk-store-encryption", 2709 + "matrix-sdk-test", 2710 + "once_cell", 2711 + "ruma", 2712 + "serde", 2713 + "serde_json", 2714 + "thiserror", 2715 + "tokio", 2716 + "tracing", 2717 + "tracing-subscriber", 2718 + "wasm-bindgen-test", 2719 + "zeroize", 2720 + ] 2721 + 2722 + [[package]] 2723 + name = "matrix-sdk-common" 2724 + version = "0.6.0" 2725 + dependencies = [ 2726 + "futures-core", 2727 + "futures-util", 2728 + "gloo-timers", 2729 + "instant", 2730 + "matrix-sdk-test", 2731 + "ruma", 2732 + "serde", 2733 + "serde_json", 2734 + "tokio", 2735 + "wasm-bindgen-futures", 2736 + "wasm-bindgen-test", 2737 + ] 2738 + 2739 + [[package]] 2740 + name = "matrix-sdk-crypto" 2741 + version = "0.6.0" 2742 + dependencies = [ 2743 + "aes", 2744 + "anyhow", 2745 + "assert_matches", 2746 + "async-std", 2747 + "async-trait", 2748 + "atomic", 2749 + "base64 0.21.0", 2750 + "bs58", 2751 + "byteorder", 2752 + "cfg-if", 2753 + "ctor 0.2.0", 2754 + "ctr", 2755 + "dashmap", 2756 + "event-listener", 2757 + "eyeball", 2758 + "futures", 2759 + "futures-core", 2760 + "futures-util", 2761 + "hmac", 2762 + "http", 2763 + "indoc", 2764 + "itertools", 2765 + "matrix-sdk-common", 2766 + "matrix-sdk-qrcode", 2767 + "matrix-sdk-test", 2768 + "olm-rs", 2769 + "pbkdf2", 2770 + "proptest", 2771 + "rand 0.8.5", 2772 + "rmp-serde", 2773 + "ruma", 2774 + "serde", 2775 + "serde_json", 2776 + "sha2 0.10.6", 2777 + "thiserror", 2778 + "tokio", 2779 + "tokio-stream", 2780 + "tracing", 2781 + "tracing-subscriber", 2782 + "vodozemac", 2783 + "zeroize", 2784 + ] 2785 + 2786 + [[package]] 2787 + name = "matrix-sdk-crypto-ffi" 2788 + version = "0.1.0" 2789 + dependencies = [ 2790 + "anyhow", 2791 + "assert_matches", 2792 + "base64 0.21.0", 2793 + "futures-util", 2794 + "hmac", 2795 + "http", 2796 + "js_int", 2797 + "matrix-sdk-common", 2798 + "matrix-sdk-crypto", 2799 + "matrix-sdk-sqlite", 2800 + "pbkdf2", 2801 + "rand 0.8.5", 2802 + "ruma", 2803 + "serde", 2804 + "serde_json", 2805 + "sha2 0.10.6", 2806 + "tempfile", 2807 + "thiserror", 2808 + "tokio", 2809 + "tracing", 2810 + "tracing-subscriber", 2811 + "uniffi", 2812 + "vodozemac", 2813 + "zeroize", 2814 + ] 2815 + 2816 + [[package]] 2817 + name = "matrix-sdk-crypto-js" 2818 + version = "0.1.0-alpha.0" 2819 + dependencies = [ 2820 + "anyhow", 2821 + "console_error_panic_hook", 2822 + "futures-util", 2823 + "http", 2824 + "js-sys", 2825 + "matrix-sdk-common", 2826 + "matrix-sdk-crypto", 2827 + "matrix-sdk-indexeddb", 2828 + "matrix-sdk-qrcode", 2829 + "ruma", 2830 + "serde_json", 2831 + "tracing", 2832 + "tracing-subscriber", 2833 + "vodozemac", 2834 + "wasm-bindgen", 2835 + "wasm-bindgen-futures", 2836 + "zeroize", 2837 + ] 2838 + 2839 + [[package]] 2840 + name = "matrix-sdk-crypto-nodejs" 2841 + version = "0.6.0" 2842 + dependencies = [ 2843 + "http", 2844 + "matrix-sdk-common", 2845 + "matrix-sdk-crypto", 2846 + "matrix-sdk-sled", 2847 + "matrix-sdk-sqlite", 2848 + "napi", 2849 + "napi-build", 2850 + "napi-derive", 2851 + "ruma", 2852 + "serde_json", 2853 + "tracing-subscriber", 2854 + "vodozemac", 2855 + "zeroize", 2856 + ] 2857 + 2858 + [[package]] 2859 + name = "matrix-sdk-ffi" 2860 + version = "0.2.0" 2861 + dependencies = [ 2862 + "anyhow", 2863 + "base64 0.21.0", 2864 + "extension-trait", 2865 + "eyeball", 2866 + "eyeball-im", 2867 + "futures-core", 2868 + "futures-util", 2869 + "log-panics", 2870 + "matrix-sdk", 2871 + "matrix-sdk-sled", 2872 + "matrix-sdk-sqlite", 2873 + "mime", 2874 + "once_cell", 2875 + "opentelemetry", 2876 + "opentelemetry-otlp", 2877 + "ruma", 2878 + "sanitize-filename-reader-friendly", 2879 + "serde_json", 2880 + "thiserror", 2881 + "tokio", 2882 + "tokio-stream", 2883 + "tracing", 2884 + "tracing-android", 2885 + "tracing-core", 2886 + "tracing-opentelemetry", 2887 + "tracing-subscriber", 2888 + "uniffi", 2889 + "url", 2890 + "zeroize", 2891 + ] 2892 + 2893 + [[package]] 2894 + name = "matrix-sdk-indexeddb" 2895 + version = "0.2.0" 2896 + dependencies = [ 2897 + "anyhow", 2898 + "assert_matches", 2899 + "async-trait", 2900 + "base64 0.21.0", 2901 + "dashmap", 2902 + "getrandom 0.2.9", 2903 + "gloo-utils", 2904 + "indexed_db_futures", 2905 + "js-sys", 2906 + "matrix-sdk-base", 2907 + "matrix-sdk-common", 2908 + "matrix-sdk-crypto", 2909 + "matrix-sdk-store-encryption", 2910 + "matrix-sdk-test", 2911 + "ruma", 2912 + "serde", 2913 + "serde_json", 2914 + "thiserror", 2915 + "tokio", 2916 + "tracing", 2917 + "uuid", 2918 + "wasm-bindgen", 2919 + "wasm-bindgen-test", 2920 + "web-sys", 2921 + ] 2922 + 2923 + [[package]] 2924 + name = "matrix-sdk-integration-testing" 2925 + version = "0.1.0" 2926 + dependencies = [ 2927 + "anyhow", 2928 + "assign", 2929 + "ctor 0.2.0", 2930 + "matrix-sdk", 2931 + "once_cell", 2932 + "tempfile", 2933 + "tokio", 2934 + "tracing", 2935 + "tracing-subscriber", 2936 + ] 2937 + 2938 + [[package]] 2939 + name = "matrix-sdk-qrcode" 2940 + version = "0.4.0" 2941 + dependencies = [ 2942 + "base64 0.21.0", 2943 + "byteorder", 2944 + "image 0.23.14", 2945 + "qrcode", 2946 + "ruma-common", 2947 + "thiserror", 2948 + "vodozemac", 2949 + ] 2950 + 2951 + [[package]] 2952 + name = "matrix-sdk-sled" 2953 + version = "0.2.0" 2954 + dependencies = [ 2955 + "assert_matches", 2956 + "async-stream", 2957 + "async-trait", 2958 + "dashmap", 2959 + "fs_extra", 2960 + "futures-core", 2961 + "futures-util", 2962 + "glob", 2963 + "matrix-sdk-base", 2964 + "matrix-sdk-common", 2965 + "matrix-sdk-crypto", 2966 + "matrix-sdk-store-encryption", 2967 + "matrix-sdk-test", 2968 + "once_cell", 2969 + "ruma", 2970 + "serde", 2971 + "serde_json", 2972 + "sled", 2973 + "tempfile", 2974 + "thiserror", 2975 + "tokio", 2976 + "tracing", 2977 + ] 2978 + 2979 + [[package]] 2980 + name = "matrix-sdk-sqlite" 2981 + version = "0.1.0" 2982 + dependencies = [ 2983 + "assert_matches", 2984 + "async-stream", 2985 + "async-trait", 2986 + "ctor 0.2.0", 2987 + "dashmap", 2988 + "deadpool-sqlite", 2989 + "fs_extra", 2990 + "futures-core", 2991 + "futures-util", 2992 + "glob", 2993 + "matrix-sdk-base", 2994 + "matrix-sdk-common", 2995 + "matrix-sdk-crypto", 2996 + "matrix-sdk-store-encryption", 2997 + "matrix-sdk-test", 2998 + "once_cell", 2999 + "rmp-serde", 3000 + "ruma", 3001 + "rusqlite", 3002 + "serde", 3003 + "serde_json", 3004 + "tempfile", 3005 + "thiserror", 3006 + "tokio", 3007 + "tracing", 3008 + "tracing-subscriber", 3009 + "vodozemac", 3010 + ] 3011 + 3012 + [[package]] 3013 + name = "matrix-sdk-store-encryption" 3014 + version = "0.2.0" 3015 + dependencies = [ 3016 + "anyhow", 3017 + "blake3", 3018 + "chacha20poly1305", 3019 + "displaydoc", 3020 + "getrandom 0.2.9", 3021 + "hmac", 3022 + "pbkdf2", 3023 + "rand 0.8.5", 3024 + "rmp-serde", 3025 + "serde", 3026 + "serde_json", 3027 + "sha2 0.10.6", 3028 + "thiserror", 3029 + "zeroize", 3030 + ] 3031 + 3032 + [[package]] 3033 + name = "matrix-sdk-test" 3034 + version = "0.6.0" 3035 + dependencies = [ 3036 + "http", 3037 + "matrix-sdk-test-macros", 3038 + "once_cell", 3039 + "ruma", 3040 + "serde", 3041 + "serde_json", 3042 + "tokio", 3043 + "wasm-bindgen-test", 3044 + ] 3045 + 3046 + [[package]] 3047 + name = "matrix-sdk-test-macros" 3048 + version = "0.3.0" 3049 + dependencies = [ 3050 + "proc-macro2", 3051 + "quote", 3052 + "syn 1.0.109", 3053 + ] 3054 + 3055 + [[package]] 3056 + name = "memchr" 3057 + version = "2.5.0" 3058 + source = "registry+https://github.com/rust-lang/crates.io-index" 3059 + checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" 3060 + 3061 + [[package]] 3062 + name = "memmap2" 3063 + version = "0.5.10" 3064 + source = "registry+https://github.com/rust-lang/crates.io-index" 3065 + checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327" 3066 + dependencies = [ 3067 + "libc", 3068 + ] 3069 + 3070 + [[package]] 3071 + name = "memoffset" 3072 + version = "0.8.0" 3073 + source = "registry+https://github.com/rust-lang/crates.io-index" 3074 + checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1" 3075 + dependencies = [ 3076 + "autocfg", 3077 + ] 3078 + 3079 + [[package]] 3080 + name = "mime" 3081 + version = "0.3.17" 3082 + source = "registry+https://github.com/rust-lang/crates.io-index" 3083 + checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 3084 + 3085 + [[package]] 3086 + name = "mime_guess" 3087 + version = "2.0.4" 3088 + source = "registry+https://github.com/rust-lang/crates.io-index" 3089 + checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef" 3090 + dependencies = [ 3091 + "mime", 3092 + "unicase", 3093 + ] 3094 + 3095 + [[package]] 3096 + name = "minimal-lexical" 3097 + version = "0.2.1" 3098 + source = "registry+https://github.com/rust-lang/crates.io-index" 3099 + checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 3100 + 3101 + [[package]] 3102 + name = "miniz_oxide" 3103 + version = "0.3.7" 3104 + source = "registry+https://github.com/rust-lang/crates.io-index" 3105 + checksum = "791daaae1ed6889560f8c4359194f56648355540573244a5448a83ba1ecc7435" 3106 + dependencies = [ 3107 + "adler32", 3108 + ] 3109 + 3110 + [[package]] 3111 + name = "miniz_oxide" 3112 + version = "0.4.4" 3113 + source = "registry+https://github.com/rust-lang/crates.io-index" 3114 + checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b" 3115 + dependencies = [ 3116 + "adler", 3117 + "autocfg", 3118 + ] 3119 + 3120 + [[package]] 3121 + name = "miniz_oxide" 3122 + version = "0.6.2" 3123 + source = "registry+https://github.com/rust-lang/crates.io-index" 3124 + checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa" 3125 + dependencies = [ 3126 + "adler", 3127 + ] 3128 + 3129 + [[package]] 3130 + name = "miniz_oxide" 3131 + version = "0.7.1" 3132 + source = "registry+https://github.com/rust-lang/crates.io-index" 3133 + checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7" 3134 + dependencies = [ 3135 + "adler", 3136 + "simd-adler32", 3137 + ] 3138 + 3139 + [[package]] 3140 + name = "mio" 3141 + version = "0.8.6" 3142 + source = "registry+https://github.com/rust-lang/crates.io-index" 3143 + checksum = "5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9" 3144 + dependencies = [ 3145 + "libc", 3146 + "log", 3147 + "wasi 0.11.0+wasi-snapshot-preview1", 3148 + "windows-sys 0.45.0", 3149 + ] 3150 + 3151 + [[package]] 3152 + name = "multimap" 3153 + version = "0.8.3" 3154 + source = "registry+https://github.com/rust-lang/crates.io-index" 3155 + checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a" 3156 + 3157 + [[package]] 3158 + name = "napi" 3159 + version = "2.12.5" 3160 + source = "registry+https://github.com/rust-lang/crates.io-index" 3161 + checksum = "69b29acdc6cc5c918c3eabd51d241b1c6dfa8914f3552fcfd76e1d7536934581" 3162 + dependencies = [ 3163 + "bitflags 2.2.1", 3164 + "ctor 0.2.0", 3165 + "napi-derive", 3166 + "napi-sys", 3167 + "once_cell", 3168 + "tokio", 3169 + ] 3170 + 3171 + [[package]] 3172 + name = "napi-build" 3173 + version = "2.0.1" 3174 + source = "registry+https://github.com/rust-lang/crates.io-index" 3175 + checksum = "882a73d9ef23e8dc2ebbffb6a6ae2ef467c0f18ac10711e4cc59c5485d41df0e" 3176 + 3177 + [[package]] 3178 + name = "napi-derive" 3179 + version = "2.12.3" 3180 + source = "registry+https://github.com/rust-lang/crates.io-index" 3181 + checksum = "af2ac63101a19228b0881694cac07468d642fd10e4f943a9c9feebeebf1a4787" 3182 + dependencies = [ 3183 + "convert_case", 3184 + "napi-derive-backend", 3185 + "proc-macro2", 3186 + "quote", 3187 + "syn 1.0.109", 3188 + ] 3189 + 3190 + [[package]] 3191 + name = "napi-derive-backend" 3192 + version = "1.0.49" 3193 + source = "registry+https://github.com/rust-lang/crates.io-index" 3194 + checksum = "0e32b5bc4d803e40b783b0aa3fe488eac8711cfaa4c5c9915293dfd3d0b99925" 3195 + dependencies = [ 3196 + "convert_case", 3197 + "once_cell", 3198 + "proc-macro2", 3199 + "quote", 3200 + "regex", 3201 + "semver", 3202 + "syn 1.0.109", 3203 + ] 3204 + 3205 + [[package]] 3206 + name = "napi-sys" 3207 + version = "2.2.3" 3208 + source = "registry+https://github.com/rust-lang/crates.io-index" 3209 + checksum = "166b5ef52a3ab5575047a9fe8d4a030cdd0f63c96f071cd6907674453b07bae3" 3210 + dependencies = [ 3211 + "libloading", 3212 + ] 3213 + 3214 + [[package]] 3215 + name = "native-tls" 3216 + version = "0.2.11" 3217 + source = "registry+https://github.com/rust-lang/crates.io-index" 3218 + checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e" 3219 + dependencies = [ 3220 + "lazy_static", 3221 + "libc", 3222 + "log", 3223 + "openssl", 3224 + "openssl-probe", 3225 + "openssl-sys", 3226 + "schannel", 3227 + "security-framework", 3228 + "security-framework-sys", 3229 + "tempfile", 3230 + ] 3231 + 3232 + [[package]] 3233 + name = "new_debug_unreachable" 3234 + version = "1.0.4" 3235 + source = "registry+https://github.com/rust-lang/crates.io-index" 3236 + checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54" 3237 + 3238 + [[package]] 3239 + name = "nix" 3240 + version = "0.26.2" 3241 + source = "registry+https://github.com/rust-lang/crates.io-index" 3242 + checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a" 3243 + dependencies = [ 3244 + "bitflags 1.3.2", 3245 + "cfg-if", 3246 + "libc", 3247 + "static_assertions", 3248 + ] 3249 + 3250 + [[package]] 3251 + name = "nom" 3252 + version = "7.1.3" 3253 + source = "registry+https://github.com/rust-lang/crates.io-index" 3254 + checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 3255 + dependencies = [ 3256 + "memchr", 3257 + "minimal-lexical", 3258 + ] 3259 + 3260 + [[package]] 3261 + name = "nu-ansi-term" 3262 + version = "0.46.0" 3263 + source = "registry+https://github.com/rust-lang/crates.io-index" 3264 + checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" 3265 + dependencies = [ 3266 + "overload", 3267 + "winapi", 3268 + ] 3269 + 3270 + [[package]] 3271 + name = "num-format" 3272 + version = "0.4.4" 3273 + source = "registry+https://github.com/rust-lang/crates.io-index" 3274 + checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3" 3275 + dependencies = [ 3276 + "arrayvec", 3277 + "itoa", 3278 + ] 3279 + 3280 + [[package]] 3281 + name = "num-integer" 3282 + version = "0.1.45" 3283 + source = "registry+https://github.com/rust-lang/crates.io-index" 3284 + checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" 3285 + dependencies = [ 3286 + "autocfg", 3287 + "num-traits", 3288 + ] 3289 + 3290 + [[package]] 3291 + name = "num-iter" 3292 + version = "0.1.43" 3293 + source = "registry+https://github.com/rust-lang/crates.io-index" 3294 + checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252" 3295 + dependencies = [ 3296 + "autocfg", 3297 + "num-integer", 3298 + "num-traits", 3299 + ] 3300 + 3301 + [[package]] 3302 + name = "num-rational" 3303 + version = "0.3.2" 3304 + source = "registry+https://github.com/rust-lang/crates.io-index" 3305 + checksum = "12ac428b1cb17fce6f731001d307d351ec70a6d202fc2e60f7d4c5e42d8f4f07" 3306 + dependencies = [ 3307 + "autocfg", 3308 + "num-integer", 3309 + "num-traits", 3310 + ] 3311 + 3312 + [[package]] 3313 + name = "num-rational" 3314 + version = "0.4.1" 3315 + source = "registry+https://github.com/rust-lang/crates.io-index" 3316 + checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0" 3317 + dependencies = [ 3318 + "autocfg", 3319 + "num-integer", 3320 + "num-traits", 3321 + ] 3322 + 3323 + [[package]] 3324 + name = "num-traits" 3325 + version = "0.2.15" 3326 + source = "registry+https://github.com/rust-lang/crates.io-index" 3327 + checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" 3328 + dependencies = [ 3329 + "autocfg", 3330 + "libm", 3331 + ] 3332 + 3333 + [[package]] 3334 + name = "num_cpus" 3335 + version = "1.15.0" 3336 + source = "registry+https://github.com/rust-lang/crates.io-index" 3337 + checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b" 3338 + dependencies = [ 3339 + "hermit-abi 0.2.6", 3340 + "libc", 3341 + ] 3342 + 3343 + [[package]] 3344 + name = "object" 3345 + version = "0.30.3" 3346 + source = "registry+https://github.com/rust-lang/crates.io-index" 3347 + checksum = "ea86265d3d3dcb6a27fc51bd29a4bf387fae9d2986b823079d4986af253eb439" 3348 + dependencies = [ 3349 + "memchr", 3350 + ] 3351 + 3352 + [[package]] 3353 + name = "olm-rs" 3354 + version = "2.2.0" 3355 + source = "registry+https://github.com/rust-lang/crates.io-index" 3356 + checksum = "dd6c2c7054110ce4d7b4756d7b7fe507fea9413968ad0ef8f1d043d504aec725" 3357 + dependencies = [ 3358 + "getrandom 0.2.9", 3359 + "olm-sys", 3360 + "serde", 3361 + "serde_json", 3362 + "zeroize", 3363 + ] 3364 + 3365 + [[package]] 3366 + name = "olm-sys" 3367 + version = "1.3.2" 3368 + source = "registry+https://github.com/rust-lang/crates.io-index" 3369 + checksum = "2afecf25624989021f9f0f157f7152102fd147b89445d08449739f216002d339" 3370 + dependencies = [ 3371 + "cmake", 3372 + "fs_extra", 3373 + ] 3374 + 3375 + [[package]] 3376 + name = "once_cell" 3377 + version = "1.17.1" 3378 + source = "registry+https://github.com/rust-lang/crates.io-index" 3379 + checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" 3380 + 3381 + [[package]] 3382 + name = "oorandom" 3383 + version = "11.1.3" 3384 + source = "registry+https://github.com/rust-lang/crates.io-index" 3385 + checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575" 3386 + 3387 + [[package]] 3388 + name = "opaque-debug" 3389 + version = "0.3.0" 3390 + source = "registry+https://github.com/rust-lang/crates.io-index" 3391 + checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" 3392 + 3393 + [[package]] 3394 + name = "openssl" 3395 + version = "0.10.51" 3396 + source = "registry+https://github.com/rust-lang/crates.io-index" 3397 + checksum = "97ea2d98598bf9ada7ea6ee8a30fb74f9156b63bbe495d64ec2b87c269d2dda3" 3398 + dependencies = [ 3399 + "bitflags 1.3.2", 3400 + "cfg-if", 3401 + "foreign-types", 3402 + "libc", 3403 + "once_cell", 3404 + "openssl-macros", 3405 + "openssl-sys", 3406 + ] 3407 + 3408 + [[package]] 3409 + name = "openssl-macros" 3410 + version = "0.1.1" 3411 + source = "registry+https://github.com/rust-lang/crates.io-index" 3412 + checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" 3413 + dependencies = [ 3414 + "proc-macro2", 3415 + "quote", 3416 + "syn 2.0.15", 3417 + ] 3418 + 3419 + [[package]] 3420 + name = "openssl-probe" 3421 + version = "0.1.5" 3422 + source = "registry+https://github.com/rust-lang/crates.io-index" 3423 + checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" 3424 + 3425 + [[package]] 3426 + name = "openssl-sys" 3427 + version = "0.9.86" 3428 + source = "registry+https://github.com/rust-lang/crates.io-index" 3429 + checksum = "992bac49bdbab4423199c654a5515bd2a6c6a23bf03f2dd3bdb7e5ae6259bc69" 3430 + dependencies = [ 3431 + "cc", 3432 + "libc", 3433 + "pkg-config", 3434 + "vcpkg", 3435 + ] 3436 + 3437 + [[package]] 3438 + name = "opentelemetry" 3439 + version = "0.18.0" 3440 + source = "registry+https://github.com/rust-lang/crates.io-index" 3441 + checksum = "69d6c3d7288a106c0a363e4b0e8d308058d56902adefb16f4936f417ffef086e" 3442 + dependencies = [ 3443 + "opentelemetry_api", 3444 + "opentelemetry_sdk", 3445 + ] 3446 + 3447 + [[package]] 3448 + name = "opentelemetry-http" 3449 + version = "0.7.0" 3450 + source = "registry+https://github.com/rust-lang/crates.io-index" 3451 + checksum = "1edc79add46364183ece1a4542592ca593e6421c60807232f5b8f7a31703825d" 3452 + dependencies = [ 3453 + "async-trait", 3454 + "bytes", 3455 + "http", 3456 + "opentelemetry_api", 3457 + "reqwest", 3458 + ] 3459 + 3460 + [[package]] 3461 + name = "opentelemetry-otlp" 3462 + version = "0.11.0" 3463 + source = "registry+https://github.com/rust-lang/crates.io-index" 3464 + checksum = "d1c928609d087790fc936a1067bdc310ae702bdf3b090c3f281b713622c8bbde" 3465 + dependencies = [ 3466 + "async-trait", 3467 + "futures", 3468 + "futures-util", 3469 + "http", 3470 + "opentelemetry", 3471 + "opentelemetry-http", 3472 + "opentelemetry-proto", 3473 + "prost", 3474 + "reqwest", 3475 + "thiserror", 3476 + "tokio", 3477 + "tonic", 3478 + ] 3479 + 3480 + [[package]] 3481 + name = "opentelemetry-proto" 3482 + version = "0.1.0" 3483 + source = "registry+https://github.com/rust-lang/crates.io-index" 3484 + checksum = "d61a2f56df5574508dd86aaca016c917489e589ece4141df1b5e349af8d66c28" 3485 + dependencies = [ 3486 + "futures", 3487 + "futures-util", 3488 + "opentelemetry", 3489 + "prost", 3490 + "tonic", 3491 + "tonic-build", 3492 + ] 3493 + 3494 + [[package]] 3495 + name = "opentelemetry_api" 3496 + version = "0.18.0" 3497 + source = "registry+https://github.com/rust-lang/crates.io-index" 3498 + checksum = "c24f96e21e7acc813c7a8394ee94978929db2bcc46cf6b5014fc612bf7760c22" 3499 + dependencies = [ 3500 + "fnv", 3501 + "futures-channel", 3502 + "futures-util", 3503 + "indexmap", 3504 + "js-sys", 3505 + "once_cell", 3506 + "pin-project-lite", 3507 + "thiserror", 3508 + ] 3509 + 3510 + [[package]] 3511 + name = "opentelemetry_sdk" 3512 + version = "0.18.0" 3513 + source = "registry+https://github.com/rust-lang/crates.io-index" 3514 + checksum = "1ca41c4933371b61c2a2f214bf16931499af4ec90543604ec828f7a625c09113" 3515 + dependencies = [ 3516 + "async-trait", 3517 + "crossbeam-channel", 3518 + "dashmap", 3519 + "fnv", 3520 + "futures-channel", 3521 + "futures-executor", 3522 + "futures-util", 3523 + "once_cell", 3524 + "opentelemetry_api", 3525 + "percent-encoding", 3526 + "rand 0.8.5", 3527 + "thiserror", 3528 + "tokio", 3529 + "tokio-stream", 3530 + ] 3531 + 3532 + [[package]] 3533 + name = "os_str_bytes" 3534 + version = "6.5.0" 3535 + source = "registry+https://github.com/rust-lang/crates.io-index" 3536 + checksum = "ceedf44fb00f2d1984b0bc98102627ce622e083e49a5bacdb3e514fa4238e267" 3537 + 3538 + [[package]] 3539 + name = "overload" 3540 + version = "0.1.1" 3541 + source = "registry+https://github.com/rust-lang/crates.io-index" 3542 + checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" 3543 + 3544 + [[package]] 3545 + name = "parking" 3546 + version = "2.1.0" 3547 + source = "registry+https://github.com/rust-lang/crates.io-index" 3548 + checksum = "14f2252c834a40ed9bb5422029649578e63aa341ac401f74e719dd1afda8394e" 3549 + 3550 + [[package]] 3551 + name = "parking_lot" 3552 + version = "0.11.2" 3553 + source = "registry+https://github.com/rust-lang/crates.io-index" 3554 + checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99" 3555 + dependencies = [ 3556 + "instant", 3557 + "lock_api", 3558 + "parking_lot_core 0.8.6", 3559 + ] 3560 + 3561 + [[package]] 3562 + name = "parking_lot" 3563 + version = "0.12.1" 3564 + source = "registry+https://github.com/rust-lang/crates.io-index" 3565 + checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" 3566 + dependencies = [ 3567 + "lock_api", 3568 + "parking_lot_core 0.9.7", 3569 + ] 3570 + 3571 + [[package]] 3572 + name = "parking_lot_core" 3573 + version = "0.8.6" 3574 + source = "registry+https://github.com/rust-lang/crates.io-index" 3575 + checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc" 3576 + dependencies = [ 3577 + "cfg-if", 3578 + "instant", 3579 + "libc", 3580 + "redox_syscall 0.2.16", 3581 + "smallvec", 3582 + "winapi", 3583 + ] 3584 + 3585 + [[package]] 3586 + name = "parking_lot_core" 3587 + version = "0.9.7" 3588 + source = "registry+https://github.com/rust-lang/crates.io-index" 3589 + checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521" 3590 + dependencies = [ 3591 + "cfg-if", 3592 + "libc", 3593 + "redox_syscall 0.2.16", 3594 + "smallvec", 3595 + "windows-sys 0.45.0", 3596 + ] 3597 + 3598 + [[package]] 3599 + name = "password-hash" 3600 + version = "0.4.2" 3601 + source = "registry+https://github.com/rust-lang/crates.io-index" 3602 + checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700" 3603 + dependencies = [ 3604 + "base64ct", 3605 + "rand_core 0.6.4", 3606 + "subtle", 3607 + ] 3608 + 3609 + [[package]] 3610 + name = "paste" 3611 + version = "1.0.12" 3612 + source = "registry+https://github.com/rust-lang/crates.io-index" 3613 + checksum = "9f746c4065a8fa3fe23974dd82f15431cc8d40779821001404d10d2e79ca7d79" 3614 + 3615 + [[package]] 3616 + name = "pbkdf2" 3617 + version = "0.11.0" 3618 + source = "registry+https://github.com/rust-lang/crates.io-index" 3619 + checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917" 3620 + dependencies = [ 3621 + "digest 0.10.6", 3622 + "hmac", 3623 + "password-hash", 3624 + "sha2 0.10.6", 3625 + ] 3626 + 3627 + [[package]] 3628 + name = "percent-encoding" 3629 + version = "2.2.0" 3630 + source = "registry+https://github.com/rust-lang/crates.io-index" 3631 + checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e" 3632 + 3633 + [[package]] 3634 + name = "petgraph" 3635 + version = "0.6.3" 3636 + source = "registry+https://github.com/rust-lang/crates.io-index" 3637 + checksum = "4dd7d28ee937e54fe3080c91faa1c3a46c06de6252988a7f4592ba2310ef22a4" 3638 + dependencies = [ 3639 + "fixedbitset", 3640 + "indexmap", 3641 + ] 3642 + 3643 + [[package]] 3644 + name = "phf" 3645 + version = "0.10.1" 3646 + source = "registry+https://github.com/rust-lang/crates.io-index" 3647 + checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259" 3648 + dependencies = [ 3649 + "phf_shared 0.10.0", 3650 + ] 3651 + 3652 + [[package]] 3653 + name = "phf" 3654 + version = "0.11.1" 3655 + source = "registry+https://github.com/rust-lang/crates.io-index" 3656 + checksum = "928c6535de93548188ef63bb7c4036bd415cd8f36ad25af44b9789b2ee72a48c" 3657 + dependencies = [ 3658 + "phf_macros", 3659 + "phf_shared 0.11.1", 3660 + ] 3661 + 3662 + [[package]] 3663 + name = "phf_codegen" 3664 + version = "0.10.0" 3665 + source = "registry+https://github.com/rust-lang/crates.io-index" 3666 + checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd" 3667 + dependencies = [ 3668 + "phf_generator 0.10.0", 3669 + "phf_shared 0.10.0", 3670 + ] 3671 + 3672 + [[package]] 3673 + name = "phf_generator" 3674 + version = "0.10.0" 3675 + source = "registry+https://github.com/rust-lang/crates.io-index" 3676 + checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6" 3677 + dependencies = [ 3678 + "phf_shared 0.10.0", 3679 + "rand 0.8.5", 3680 + ] 3681 + 3682 + [[package]] 3683 + name = "phf_generator" 3684 + version = "0.11.1" 3685 + source = "registry+https://github.com/rust-lang/crates.io-index" 3686 + checksum = "b1181c94580fa345f50f19d738aaa39c0ed30a600d95cb2d3e23f94266f14fbf" 3687 + dependencies = [ 3688 + "phf_shared 0.11.1", 3689 + "rand 0.8.5", 3690 + ] 3691 + 3692 + [[package]] 3693 + name = "phf_macros" 3694 + version = "0.11.1" 3695 + source = "registry+https://github.com/rust-lang/crates.io-index" 3696 + checksum = "92aacdc5f16768709a569e913f7451034034178b05bdc8acda226659a3dccc66" 3697 + dependencies = [ 3698 + "phf_generator 0.11.1", 3699 + "phf_shared 0.11.1", 3700 + "proc-macro2", 3701 + "quote", 3702 + "syn 1.0.109", 3703 + ] 3704 + 3705 + [[package]] 3706 + name = "phf_shared" 3707 + version = "0.10.0" 3708 + source = "registry+https://github.com/rust-lang/crates.io-index" 3709 + checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096" 3710 + dependencies = [ 3711 + "siphasher", 3712 + ] 3713 + 3714 + [[package]] 3715 + name = "phf_shared" 3716 + version = "0.11.1" 3717 + source = "registry+https://github.com/rust-lang/crates.io-index" 3718 + checksum = "e1fb5f6f826b772a8d4c0394209441e7d37cbbb967ae9c7e0e8134365c9ee676" 3719 + dependencies = [ 3720 + "siphasher", 3721 + ] 3722 + 3723 + [[package]] 3724 + name = "pin-project" 3725 + version = "1.0.12" 3726 + source = "registry+https://github.com/rust-lang/crates.io-index" 3727 + checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc" 3728 + dependencies = [ 3729 + "pin-project-internal", 3730 + ] 3731 + 3732 + [[package]] 3733 + name = "pin-project-internal" 3734 + version = "1.0.12" 3735 + source = "registry+https://github.com/rust-lang/crates.io-index" 3736 + checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55" 3737 + dependencies = [ 3738 + "proc-macro2", 3739 + "quote", 3740 + "syn 1.0.109", 3741 + ] 3742 + 3743 + [[package]] 3744 + name = "pin-project-lite" 3745 + version = "0.2.9" 3746 + source = "registry+https://github.com/rust-lang/crates.io-index" 3747 + checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116" 3748 + 3749 + [[package]] 3750 + name = "pin-utils" 3751 + version = "0.1.0" 3752 + source = "registry+https://github.com/rust-lang/crates.io-index" 3753 + checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 3754 + 3755 + [[package]] 3756 + name = "pkcs7" 3757 + version = "0.3.0" 3758 + source = "registry+https://github.com/rust-lang/crates.io-index" 3759 + checksum = "1f7364e6d0e236473de91e042395d71e0e64715f99a60620b014a4a4c7d1619b" 3760 + dependencies = [ 3761 + "der", 3762 + "spki", 3763 + ] 3764 + 3765 + [[package]] 3766 + name = "pkg-config" 3767 + version = "0.3.26" 3768 + source = "registry+https://github.com/rust-lang/crates.io-index" 3769 + checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160" 3770 + 3771 + [[package]] 3772 + name = "plain" 3773 + version = "0.2.3" 3774 + source = "registry+https://github.com/rust-lang/crates.io-index" 3775 + checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6" 3776 + 3777 + [[package]] 3778 + name = "plotters" 3779 + version = "0.3.4" 3780 + source = "registry+https://github.com/rust-lang/crates.io-index" 3781 + checksum = "2538b639e642295546c50fcd545198c9d64ee2a38620a628724a3b266d5fbf97" 3782 + dependencies = [ 3783 + "num-traits", 3784 + "plotters-backend", 3785 + "plotters-svg", 3786 + "wasm-bindgen", 3787 + "web-sys", 3788 + ] 3789 + 3790 + [[package]] 3791 + name = "plotters-backend" 3792 + version = "0.3.4" 3793 + source = "registry+https://github.com/rust-lang/crates.io-index" 3794 + checksum = "193228616381fecdc1224c62e96946dfbc73ff4384fba576e052ff8c1bea8142" 3795 + 3796 + [[package]] 3797 + name = "plotters-svg" 3798 + version = "0.3.3" 3799 + source = "registry+https://github.com/rust-lang/crates.io-index" 3800 + checksum = "f9a81d2759aae1dae668f783c308bc5c8ebd191ff4184aaa1b37f65a6ae5a56f" 3801 + dependencies = [ 3802 + "plotters-backend", 3803 + ] 3804 + 3805 + [[package]] 3806 + name = "png" 3807 + version = "0.16.8" 3808 + source = "registry+https://github.com/rust-lang/crates.io-index" 3809 + checksum = "3c3287920cb847dee3de33d301c463fba14dda99db24214ddf93f83d3021f4c6" 3810 + dependencies = [ 3811 + "bitflags 1.3.2", 3812 + "crc32fast", 3813 + "deflate", 3814 + "miniz_oxide 0.3.7", 3815 + ] 3816 + 3817 + [[package]] 3818 + name = "png" 3819 + version = "0.17.8" 3820 + source = "registry+https://github.com/rust-lang/crates.io-index" 3821 + checksum = "aaeebc51f9e7d2c150d3f3bfeb667f2aa985db5ef1e3d212847bdedb488beeaa" 3822 + dependencies = [ 3823 + "bitflags 1.3.2", 3824 + "crc32fast", 3825 + "fdeflate", 3826 + "flate2", 3827 + "miniz_oxide 0.7.1", 3828 + ] 3829 + 3830 + [[package]] 3831 + name = "polling" 3832 + version = "2.8.0" 3833 + source = "registry+https://github.com/rust-lang/crates.io-index" 3834 + checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce" 3835 + dependencies = [ 3836 + "autocfg", 3837 + "bitflags 1.3.2", 3838 + "cfg-if", 3839 + "concurrent-queue", 3840 + "libc", 3841 + "log", 3842 + "pin-project-lite", 3843 + "windows-sys 0.48.0", 3844 + ] 3845 + 3846 + [[package]] 3847 + name = "poly1305" 3848 + version = "0.7.2" 3849 + source = "registry+https://github.com/rust-lang/crates.io-index" 3850 + checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede" 3851 + dependencies = [ 3852 + "cpufeatures", 3853 + "opaque-debug", 3854 + "universal-hash", 3855 + ] 3856 + 3857 + [[package]] 3858 + name = "pprof" 3859 + version = "0.11.1" 3860 + source = "registry+https://github.com/rust-lang/crates.io-index" 3861 + checksum = "196ded5d4be535690899a4631cc9f18cdc41b7ebf24a79400f46f48e49a11059" 3862 + dependencies = [ 3863 + "backtrace", 3864 + "cfg-if", 3865 + "criterion", 3866 + "findshlibs", 3867 + "inferno", 3868 + "libc", 3869 + "log", 3870 + "nix", 3871 + "once_cell", 3872 + "parking_lot 0.12.1", 3873 + "smallvec", 3874 + "symbolic-demangle", 3875 + "tempfile", 3876 + "thiserror", 3877 + ] 3878 + 3879 + [[package]] 3880 + name = "ppv-lite86" 3881 + version = "0.2.17" 3882 + source = "registry+https://github.com/rust-lang/crates.io-index" 3883 + checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" 3884 + 3885 + [[package]] 3886 + name = "precomputed-hash" 3887 + version = "0.1.1" 3888 + source = "registry+https://github.com/rust-lang/crates.io-index" 3889 + checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" 3890 + 3891 + [[package]] 3892 + name = "prettyplease" 3893 + version = "0.1.25" 3894 + source = "registry+https://github.com/rust-lang/crates.io-index" 3895 + checksum = "6c8646e95016a7a6c4adea95bafa8a16baab64b583356217f2c85db4a39d9a86" 3896 + dependencies = [ 3897 + "proc-macro2", 3898 + "syn 1.0.109", 3899 + ] 3900 + 3901 + [[package]] 3902 + name = "proc-macro-crate" 3903 + version = "1.3.1" 3904 + source = "registry+https://github.com/rust-lang/crates.io-index" 3905 + checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919" 3906 + dependencies = [ 3907 + "once_cell", 3908 + "toml_edit", 3909 + ] 3910 + 3911 + [[package]] 3912 + name = "proc-macro-error" 3913 + version = "1.0.4" 3914 + source = "registry+https://github.com/rust-lang/crates.io-index" 3915 + checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 3916 + dependencies = [ 3917 + "proc-macro-error-attr", 3918 + "proc-macro2", 3919 + "quote", 3920 + "syn 1.0.109", 3921 + "version_check", 3922 + ] 3923 + 3924 + [[package]] 3925 + name = "proc-macro-error-attr" 3926 + version = "1.0.4" 3927 + source = "registry+https://github.com/rust-lang/crates.io-index" 3928 + checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 3929 + dependencies = [ 3930 + "proc-macro2", 3931 + "quote", 3932 + "version_check", 3933 + ] 3934 + 3935 + [[package]] 3936 + name = "proc-macro2" 3937 + version = "1.0.56" 3938 + source = "registry+https://github.com/rust-lang/crates.io-index" 3939 + checksum = "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435" 3940 + dependencies = [ 3941 + "unicode-ident", 3942 + ] 3943 + 3944 + [[package]] 3945 + name = "proptest" 3946 + version = "1.1.0" 3947 + source = "registry+https://github.com/rust-lang/crates.io-index" 3948 + checksum = "29f1b898011ce9595050a68e60f90bad083ff2987a695a42357134c8381fba70" 3949 + dependencies = [ 3950 + "bitflags 1.3.2", 3951 + "byteorder", 3952 + "lazy_static", 3953 + "num-traits", 3954 + "quick-error", 3955 + "rand 0.8.5", 3956 + "rand_chacha 0.3.1", 3957 + "rand_xorshift", 3958 + "regex-syntax 0.6.29", 3959 + "unarray", 3960 + ] 3961 + 3962 + [[package]] 3963 + name = "prost" 3964 + version = "0.11.9" 3965 + source = "registry+https://github.com/rust-lang/crates.io-index" 3966 + checksum = "0b82eaa1d779e9a4bc1c3217db8ffbeabaae1dca241bf70183242128d48681cd" 3967 + dependencies = [ 3968 + "bytes", 3969 + "prost-derive", 3970 + ] 3971 + 3972 + [[package]] 3973 + name = "prost-build" 3974 + version = "0.11.9" 3975 + source = "registry+https://github.com/rust-lang/crates.io-index" 3976 + checksum = "119533552c9a7ffacc21e099c24a0ac8bb19c2a2a3f363de84cd9b844feab270" 3977 + dependencies = [ 3978 + "bytes", 3979 + "heck", 3980 + "itertools", 3981 + "lazy_static", 3982 + "log", 3983 + "multimap", 3984 + "petgraph", 3985 + "prettyplease", 3986 + "prost", 3987 + "prost-types", 3988 + "regex", 3989 + "syn 1.0.109", 3990 + "tempfile", 3991 + "which", 3992 + ] 3993 + 3994 + [[package]] 3995 + name = "prost-derive" 3996 + version = "0.11.9" 3997 + source = "registry+https://github.com/rust-lang/crates.io-index" 3998 + checksum = "e5d2d8d10f3c6ded6da8b05b5fb3b8a5082514344d56c9f871412d29b4e075b4" 3999 + dependencies = [ 4000 + "anyhow", 4001 + "itertools", 4002 + "proc-macro2", 4003 + "quote", 4004 + "syn 1.0.109", 4005 + ] 4006 + 4007 + [[package]] 4008 + name = "prost-types" 4009 + version = "0.11.9" 4010 + source = "registry+https://github.com/rust-lang/crates.io-index" 4011 + checksum = "213622a1460818959ac1181aaeb2dc9c7f63df720db7d788b3e24eacd1983e13" 4012 + dependencies = [ 4013 + "prost", 4014 + ] 4015 + 4016 + [[package]] 4017 + name = "pulldown-cmark" 4018 + version = "0.9.2" 4019 + source = "registry+https://github.com/rust-lang/crates.io-index" 4020 + checksum = "2d9cc634bc78768157b5cbfe988ffcd1dcba95cd2b2f03a88316c08c6d00ed63" 4021 + dependencies = [ 4022 + "bitflags 1.3.2", 4023 + "memchr", 4024 + "unicase", 4025 + ] 4026 + 4027 + [[package]] 4028 + name = "qrcode" 4029 + version = "0.12.0" 4030 + source = "registry+https://github.com/rust-lang/crates.io-index" 4031 + checksum = "16d2f1455f3630c6e5107b4f2b94e74d76dea80736de0981fd27644216cff57f" 4032 + dependencies = [ 4033 + "checked_int_cast", 4034 + "image 0.23.14", 4035 + ] 4036 + 4037 + [[package]] 4038 + name = "quick-error" 4039 + version = "2.0.1" 4040 + source = "registry+https://github.com/rust-lang/crates.io-index" 4041 + checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3" 4042 + 4043 + [[package]] 4044 + name = "quick-xml" 4045 + version = "0.26.0" 4046 + source = "registry+https://github.com/rust-lang/crates.io-index" 4047 + checksum = "7f50b1c63b38611e7d4d7f68b82d3ad0cc71a2ad2e7f61fc10f1328d917c93cd" 4048 + dependencies = [ 4049 + "memchr", 4050 + ] 4051 + 4052 + [[package]] 4053 + name = "quote" 4054 + version = "1.0.26" 4055 + source = "registry+https://github.com/rust-lang/crates.io-index" 4056 + checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc" 4057 + dependencies = [ 4058 + "proc-macro2", 4059 + ] 4060 + 4061 + [[package]] 4062 + name = "rand" 4063 + version = "0.7.3" 4064 + source = "registry+https://github.com/rust-lang/crates.io-index" 4065 + checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" 4066 + dependencies = [ 4067 + "getrandom 0.1.16", 4068 + "libc", 4069 + "rand_chacha 0.2.2", 4070 + "rand_core 0.5.1", 4071 + "rand_hc", 4072 + ] 4073 + 4074 + [[package]] 4075 + name = "rand" 4076 + version = "0.8.5" 4077 + source = "registry+https://github.com/rust-lang/crates.io-index" 4078 + checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 4079 + dependencies = [ 4080 + "libc", 4081 + "rand_chacha 0.3.1", 4082 + "rand_core 0.6.4", 4083 + ] 4084 + 4085 + [[package]] 4086 + name = "rand_chacha" 4087 + version = "0.2.2" 4088 + source = "registry+https://github.com/rust-lang/crates.io-index" 4089 + checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" 4090 + dependencies = [ 4091 + "ppv-lite86", 4092 + "rand_core 0.5.1", 4093 + ] 4094 + 4095 + [[package]] 4096 + name = "rand_chacha" 4097 + version = "0.3.1" 4098 + source = "registry+https://github.com/rust-lang/crates.io-index" 4099 + checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 4100 + dependencies = [ 4101 + "ppv-lite86", 4102 + "rand_core 0.6.4", 4103 + ] 4104 + 4105 + [[package]] 4106 + name = "rand_core" 4107 + version = "0.5.1" 4108 + source = "registry+https://github.com/rust-lang/crates.io-index" 4109 + checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" 4110 + dependencies = [ 4111 + "getrandom 0.1.16", 4112 + ] 4113 + 4114 + [[package]] 4115 + name = "rand_core" 4116 + version = "0.6.4" 4117 + source = "registry+https://github.com/rust-lang/crates.io-index" 4118 + checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 4119 + dependencies = [ 4120 + "getrandom 0.2.9", 4121 + ] 4122 + 4123 + [[package]] 4124 + name = "rand_hc" 4125 + version = "0.2.0" 4126 + source = "registry+https://github.com/rust-lang/crates.io-index" 4127 + checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" 4128 + dependencies = [ 4129 + "rand_core 0.5.1", 4130 + ] 4131 + 4132 + [[package]] 4133 + name = "rand_xorshift" 4134 + version = "0.3.0" 4135 + source = "registry+https://github.com/rust-lang/crates.io-index" 4136 + checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f" 4137 + dependencies = [ 4138 + "rand_core 0.6.4", 4139 + ] 4140 + 4141 + [[package]] 4142 + name = "rand_xoshiro" 4143 + version = "0.6.0" 4144 + source = "registry+https://github.com/rust-lang/crates.io-index" 4145 + checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa" 4146 + dependencies = [ 4147 + "rand_core 0.6.4", 4148 + ] 4149 + 4150 + [[package]] 4151 + name = "rayon" 4152 + version = "1.7.0" 4153 + source = "registry+https://github.com/rust-lang/crates.io-index" 4154 + checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b" 4155 + dependencies = [ 4156 + "either", 4157 + "rayon-core", 4158 + ] 4159 + 4160 + [[package]] 4161 + name = "rayon-core" 4162 + version = "1.11.0" 4163 + source = "registry+https://github.com/rust-lang/crates.io-index" 4164 + checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d" 4165 + dependencies = [ 4166 + "crossbeam-channel", 4167 + "crossbeam-deque", 4168 + "crossbeam-utils", 4169 + "num_cpus", 4170 + ] 4171 + 4172 + [[package]] 4173 + name = "readlock" 4174 + version = "0.1.5" 4175 + source = "registry+https://github.com/rust-lang/crates.io-index" 4176 + checksum = "ed5b7f359207e69e1395440120fa3b07c59bb92c4ec077804cd10d7ebbe4c01a" 4177 + 4178 + [[package]] 4179 + name = "redox_syscall" 4180 + version = "0.2.16" 4181 + source = "registry+https://github.com/rust-lang/crates.io-index" 4182 + checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" 4183 + dependencies = [ 4184 + "bitflags 1.3.2", 4185 + ] 4186 + 4187 + [[package]] 4188 + name = "redox_syscall" 4189 + version = "0.3.5" 4190 + source = "registry+https://github.com/rust-lang/crates.io-index" 4191 + checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" 4192 + dependencies = [ 4193 + "bitflags 1.3.2", 4194 + ] 4195 + 4196 + [[package]] 4197 + name = "redox_users" 4198 + version = "0.4.3" 4199 + source = "registry+https://github.com/rust-lang/crates.io-index" 4200 + checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b" 4201 + dependencies = [ 4202 + "getrandom 0.2.9", 4203 + "redox_syscall 0.2.16", 4204 + "thiserror", 4205 + ] 4206 + 4207 + [[package]] 4208 + name = "regex" 4209 + version = "1.8.1" 4210 + source = "registry+https://github.com/rust-lang/crates.io-index" 4211 + checksum = "af83e617f331cc6ae2da5443c602dfa5af81e517212d9d611a5b3ba1777b5370" 4212 + dependencies = [ 4213 + "aho-corasick", 4214 + "memchr", 4215 + "regex-syntax 0.7.1", 4216 + ] 4217 + 4218 + [[package]] 4219 + name = "regex-automata" 4220 + version = "0.1.10" 4221 + source = "registry+https://github.com/rust-lang/crates.io-index" 4222 + checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" 4223 + dependencies = [ 4224 + "regex-syntax 0.6.29", 4225 + ] 4226 + 4227 + [[package]] 4228 + name = "regex-syntax" 4229 + version = "0.6.29" 4230 + source = "registry+https://github.com/rust-lang/crates.io-index" 4231 + checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" 4232 + 4233 + [[package]] 4234 + name = "regex-syntax" 4235 + version = "0.7.1" 4236 + source = "registry+https://github.com/rust-lang/crates.io-index" 4237 + checksum = "a5996294f19bd3aae0453a862ad728f60e6600695733dd5df01da90c54363a3c" 4238 + 4239 + [[package]] 4240 + name = "reqwest" 4241 + version = "0.11.16" 4242 + source = "registry+https://github.com/rust-lang/crates.io-index" 4243 + checksum = "27b71749df584b7f4cac2c426c127a7c785a5106cc98f7a8feb044115f0fa254" 4244 + dependencies = [ 4245 + "async-compression", 4246 + "base64 0.21.0", 4247 + "bytes", 4248 + "encoding_rs", 4249 + "futures-core", 4250 + "futures-util", 4251 + "h2", 4252 + "http", 4253 + "http-body", 4254 + "hyper", 4255 + "hyper-rustls", 4256 + "hyper-tls", 4257 + "ipnet", 4258 + "js-sys", 4259 + "log", 4260 + "mime", 4261 + "native-tls", 4262 + "once_cell", 4263 + "percent-encoding", 4264 + "pin-project-lite", 4265 + "rustls", 4266 + "rustls-pemfile", 4267 + "serde", 4268 + "serde_json", 4269 + "serde_urlencoded", 4270 + "tokio", 4271 + "tokio-native-tls", 4272 + "tokio-rustls", 4273 + "tokio-socks", 4274 + "tokio-util", 4275 + "tower-service", 4276 + "url", 4277 + "wasm-bindgen", 4278 + "wasm-bindgen-futures", 4279 + "web-sys", 4280 + "webpki-roots", 4281 + "winreg", 4282 + ] 4283 + 4284 + [[package]] 4285 + name = "retain_mut" 4286 + version = "0.1.9" 4287 + source = "registry+https://github.com/rust-lang/crates.io-index" 4288 + checksum = "4389f1d5789befaf6029ebd9f7dac4af7f7e3d61b69d4f30e2ac02b57e7712b0" 4289 + 4290 + [[package]] 4291 + name = "rgb" 4292 + version = "0.8.36" 4293 + source = "registry+https://github.com/rust-lang/crates.io-index" 4294 + checksum = "20ec2d3e3fc7a92ced357df9cebd5a10b6fb2aa1ee797bf7e9ce2f17dffc8f59" 4295 + dependencies = [ 4296 + "bytemuck", 4297 + ] 4298 + 4299 + [[package]] 4300 + name = "ring" 4301 + version = "0.16.20" 4302 + source = "registry+https://github.com/rust-lang/crates.io-index" 4303 + checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc" 4304 + dependencies = [ 4305 + "cc", 4306 + "libc", 4307 + "once_cell", 4308 + "spin", 4309 + "untrusted", 4310 + "web-sys", 4311 + "winapi", 4312 + ] 4313 + 4314 + [[package]] 4315 + name = "rmp" 4316 + version = "0.8.11" 4317 + source = "registry+https://github.com/rust-lang/crates.io-index" 4318 + checksum = "44519172358fd6d58656c86ab8e7fbc9e1490c3e8f14d35ed78ca0dd07403c9f" 4319 + dependencies = [ 4320 + "byteorder", 4321 + "num-traits", 4322 + "paste", 4323 + ] 4324 + 4325 + [[package]] 4326 + name = "rmp-serde" 4327 + version = "1.1.1" 4328 + source = "registry+https://github.com/rust-lang/crates.io-index" 4329 + checksum = "c5b13be192e0220b8afb7222aa5813cb62cc269ebb5cac346ca6487681d2913e" 4330 + dependencies = [ 4331 + "byteorder", 4332 + "rmp", 4333 + "serde", 4334 + ] 4335 + 4336 + [[package]] 4337 + name = "ruma" 4338 + version = "0.8.2" 4339 + source = "git+https://github.com/ruma/ruma?rev=0143bd9b9f5dcfcaa835afb76f342c12f014f945#0143bd9b9f5dcfcaa835afb76f342c12f014f945" 4340 + dependencies = [ 4341 + "assign", 4342 + "js_int", 4343 + "js_option", 4344 + "ruma-appservice-api", 4345 + "ruma-client-api", 4346 + "ruma-common", 4347 + "ruma-federation-api", 4348 + "ruma-push-gateway-api", 4349 + ] 4350 + 4351 + [[package]] 4352 + name = "ruma-appservice-api" 4353 + version = "0.8.1" 4354 + source = "git+https://github.com/ruma/ruma?rev=0143bd9b9f5dcfcaa835afb76f342c12f014f945#0143bd9b9f5dcfcaa835afb76f342c12f014f945" 4355 + dependencies = [ 4356 + "js_int", 4357 + "ruma-common", 4358 + "serde", 4359 + "serde_json", 4360 + ] 4361 + 4362 + [[package]] 4363 + name = "ruma-client-api" 4364 + version = "0.16.2" 4365 + source = "git+https://github.com/ruma/ruma?rev=0143bd9b9f5dcfcaa835afb76f342c12f014f945#0143bd9b9f5dcfcaa835afb76f342c12f014f945" 4366 + dependencies = [ 4367 + "assign", 4368 + "bytes", 4369 + "http", 4370 + "js_int", 4371 + "js_option", 4372 + "maplit", 4373 + "ruma-common", 4374 + "serde", 4375 + "serde_html_form", 4376 + "serde_json", 4377 + ] 4378 + 4379 + [[package]] 4380 + name = "ruma-common" 4381 + version = "0.11.3" 4382 + source = "git+https://github.com/ruma/ruma?rev=0143bd9b9f5dcfcaa835afb76f342c12f014f945#0143bd9b9f5dcfcaa835afb76f342c12f014f945" 4383 + dependencies = [ 4384 + "base64 0.21.0", 4385 + "bytes", 4386 + "form_urlencoded", 4387 + "getrandom 0.2.9", 4388 + "html5ever", 4389 + "http", 4390 + "indexmap", 4391 + "js-sys", 4392 + "js_int", 4393 + "js_option", 4394 + "konst", 4395 + "percent-encoding", 4396 + "phf 0.11.1", 4397 + "pulldown-cmark", 4398 + "rand 0.8.5", 4399 + "regex", 4400 + "ruma-identifiers-validation", 4401 + "ruma-macros", 4402 + "serde", 4403 + "serde_html_form", 4404 + "serde_json", 4405 + "thiserror", 4406 + "tracing", 4407 + "url", 4408 + "uuid", 4409 + "wildmatch", 4410 + ] 4411 + 4412 + [[package]] 4413 + name = "ruma-federation-api" 4414 + version = "0.7.1" 4415 + source = "git+https://github.com/ruma/ruma?rev=0143bd9b9f5dcfcaa835afb76f342c12f014f945#0143bd9b9f5dcfcaa835afb76f342c12f014f945" 4416 + dependencies = [ 4417 + "js_int", 4418 + "ruma-common", 4419 + "serde", 4420 + "serde_json", 4421 + ] 4422 + 4423 + [[package]] 4424 + name = "ruma-identifiers-validation" 4425 + version = "0.9.1" 4426 + source = "git+https://github.com/ruma/ruma?rev=0143bd9b9f5dcfcaa835afb76f342c12f014f945#0143bd9b9f5dcfcaa835afb76f342c12f014f945" 4427 + dependencies = [ 4428 + "js_int", 4429 + "thiserror", 4430 + ] 4431 + 4432 + [[package]] 4433 + name = "ruma-macros" 4434 + version = "0.11.3" 4435 + source = "git+https://github.com/ruma/ruma?rev=0143bd9b9f5dcfcaa835afb76f342c12f014f945#0143bd9b9f5dcfcaa835afb76f342c12f014f945" 4436 + dependencies = [ 4437 + "once_cell", 4438 + "proc-macro-crate", 4439 + "proc-macro2", 4440 + "quote", 4441 + "ruma-identifiers-validation", 4442 + "serde", 4443 + "syn 1.0.109", 4444 + "toml 0.7.3", 4445 + ] 4446 + 4447 + [[package]] 4448 + name = "ruma-push-gateway-api" 4449 + version = "0.7.1" 4450 + source = "git+https://github.com/ruma/ruma?rev=0143bd9b9f5dcfcaa835afb76f342c12f014f945#0143bd9b9f5dcfcaa835afb76f342c12f014f945" 4451 + dependencies = [ 4452 + "js_int", 4453 + "ruma-common", 4454 + "serde", 4455 + "serde_json", 4456 + ] 4457 + 4458 + [[package]] 4459 + name = "rusqlite" 4460 + version = "0.28.0" 4461 + source = "registry+https://github.com/rust-lang/crates.io-index" 4462 + checksum = "01e213bc3ecb39ac32e81e51ebe31fd888a940515173e3a18a35f8c6e896422a" 4463 + dependencies = [ 4464 + "bitflags 1.3.2", 4465 + "fallible-iterator", 4466 + "fallible-streaming-iterator", 4467 + "hashlink", 4468 + "libsqlite3-sys", 4469 + "smallvec", 4470 + ] 4471 + 4472 + [[package]] 4473 + name = "rustc-demangle" 4474 + version = "0.1.23" 4475 + source = "registry+https://github.com/rust-lang/crates.io-index" 4476 + checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" 4477 + 4478 + [[package]] 4479 + name = "rustix" 4480 + version = "0.37.14" 4481 + source = "registry+https://github.com/rust-lang/crates.io-index" 4482 + checksum = "d9b864d3c18a5785a05953adeed93e2dca37ed30f18e69bba9f30079d51f363f" 4483 + dependencies = [ 4484 + "bitflags 1.3.2", 4485 + "errno", 4486 + "io-lifetimes", 4487 + "libc", 4488 + "linux-raw-sys", 4489 + "windows-sys 0.48.0", 4490 + ] 4491 + 4492 + [[package]] 4493 + name = "rustls" 4494 + version = "0.20.8" 4495 + source = "registry+https://github.com/rust-lang/crates.io-index" 4496 + checksum = "fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f" 4497 + dependencies = [ 4498 + "log", 4499 + "ring", 4500 + "sct", 4501 + "webpki", 4502 + ] 4503 + 4504 + [[package]] 4505 + name = "rustls-pemfile" 4506 + version = "1.0.2" 4507 + source = "registry+https://github.com/rust-lang/crates.io-index" 4508 + checksum = "d194b56d58803a43635bdc398cd17e383d6f71f9182b9a192c127ca42494a59b" 4509 + dependencies = [ 4510 + "base64 0.21.0", 4511 + ] 4512 + 4513 + [[package]] 4514 + name = "rustversion" 4515 + version = "1.0.12" 4516 + source = "registry+https://github.com/rust-lang/crates.io-index" 4517 + checksum = "4f3208ce4d8448b3f3e7d168a73f5e0c43a61e32930de3bceeccedb388b6bf06" 4518 + 4519 + [[package]] 4520 + name = "ryu" 4521 + version = "1.0.13" 4522 + source = "registry+https://github.com/rust-lang/crates.io-index" 4523 + checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041" 4524 + 4525 + [[package]] 4526 + name = "same-file" 4527 + version = "1.0.6" 4528 + source = "registry+https://github.com/rust-lang/crates.io-index" 4529 + checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 4530 + dependencies = [ 4531 + "winapi-util", 4532 + ] 4533 + 4534 + [[package]] 4535 + name = "sanitize-filename-reader-friendly" 4536 + version = "2.2.1" 4537 + source = "registry+https://github.com/rust-lang/crates.io-index" 4538 + checksum = "b750e71aac86f4b238844ac9416e7339a8de1225eb1ebe5fba89890f634c46bf" 4539 + dependencies = [ 4540 + "const_format", 4541 + ] 4542 + 4543 + [[package]] 4544 + name = "schannel" 4545 + version = "0.1.21" 4546 + source = "registry+https://github.com/rust-lang/crates.io-index" 4547 + checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3" 4548 + dependencies = [ 4549 + "windows-sys 0.42.0", 4550 + ] 4551 + 4552 + [[package]] 4553 + name = "scoped-tls" 4554 + version = "1.0.1" 4555 + source = "registry+https://github.com/rust-lang/crates.io-index" 4556 + checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" 4557 + 4558 + [[package]] 4559 + name = "scoped_threadpool" 4560 + version = "0.1.9" 4561 + source = "registry+https://github.com/rust-lang/crates.io-index" 4562 + checksum = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8" 4563 + 4564 + [[package]] 4565 + name = "scopeguard" 4566 + version = "1.1.0" 4567 + source = "registry+https://github.com/rust-lang/crates.io-index" 4568 + checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 4569 + 4570 + [[package]] 4571 + name = "scratch" 4572 + version = "1.0.5" 4573 + source = "registry+https://github.com/rust-lang/crates.io-index" 4574 + checksum = "1792db035ce95be60c3f8853017b3999209281c24e2ba5bc8e59bf97a0c590c1" 4575 + 4576 + [[package]] 4577 + name = "scroll" 4578 + version = "0.11.0" 4579 + source = "registry+https://github.com/rust-lang/crates.io-index" 4580 + checksum = "04c565b551bafbef4157586fa379538366e4385d42082f255bfd96e4fe8519da" 4581 + dependencies = [ 4582 + "scroll_derive", 4583 + ] 4584 + 4585 + [[package]] 4586 + name = "scroll_derive" 4587 + version = "0.11.0" 4588 + source = "registry+https://github.com/rust-lang/crates.io-index" 4589 + checksum = "bdbda6ac5cd1321e724fa9cee216f3a61885889b896f073b8f82322789c5250e" 4590 + dependencies = [ 4591 + "proc-macro2", 4592 + "quote", 4593 + "syn 1.0.109", 4594 + ] 4595 + 4596 + [[package]] 4597 + name = "sct" 4598 + version = "0.7.0" 4599 + source = "registry+https://github.com/rust-lang/crates.io-index" 4600 + checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4" 4601 + dependencies = [ 4602 + "ring", 4603 + "untrusted", 4604 + ] 4605 + 4606 + [[package]] 4607 + name = "security-framework" 4608 + version = "2.8.2" 4609 + source = "registry+https://github.com/rust-lang/crates.io-index" 4610 + checksum = "a332be01508d814fed64bf28f798a146d73792121129962fdf335bb3c49a4254" 4611 + dependencies = [ 4612 + "bitflags 1.3.2", 4613 + "core-foundation", 4614 + "core-foundation-sys", 4615 + "libc", 4616 + "security-framework-sys", 4617 + ] 4618 + 4619 + [[package]] 4620 + name = "security-framework-sys" 4621 + version = "2.8.0" 4622 + source = "registry+https://github.com/rust-lang/crates.io-index" 4623 + checksum = "31c9bb296072e961fcbd8853511dd39c2d8be2deb1e17c6860b1d30732b323b4" 4624 + dependencies = [ 4625 + "core-foundation-sys", 4626 + "libc", 4627 + ] 4628 + 4629 + [[package]] 4630 + name = "semver" 4631 + version = "1.0.17" 4632 + source = "registry+https://github.com/rust-lang/crates.io-index" 4633 + checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed" 4634 + dependencies = [ 4635 + "serde", 4636 + ] 4637 + 4638 + [[package]] 4639 + name = "serde" 4640 + version = "1.0.160" 4641 + source = "registry+https://github.com/rust-lang/crates.io-index" 4642 + checksum = "bb2f3770c8bce3bcda7e149193a069a0f4365bda1fa5cd88e03bca26afc1216c" 4643 + dependencies = [ 4644 + "serde_derive", 4645 + ] 4646 + 4647 + [[package]] 4648 + name = "serde_bytes" 4649 + version = "0.11.9" 4650 + source = "registry+https://github.com/rust-lang/crates.io-index" 4651 + checksum = "416bda436f9aab92e02c8e10d49a15ddd339cea90b6e340fe51ed97abb548294" 4652 + dependencies = [ 4653 + "serde", 4654 + ] 4655 + 4656 + [[package]] 4657 + name = "serde_derive" 4658 + version = "1.0.160" 4659 + source = "registry+https://github.com/rust-lang/crates.io-index" 4660 + checksum = "291a097c63d8497e00160b166a967a4a79c64f3facdd01cbd7502231688d77df" 4661 + dependencies = [ 4662 + "proc-macro2", 4663 + "quote", 4664 + "syn 2.0.15", 4665 + ] 4666 + 4667 + [[package]] 4668 + name = "serde_html_form" 4669 + version = "0.2.0" 4670 + source = "registry+https://github.com/rust-lang/crates.io-index" 4671 + checksum = "53192e38d5c88564b924dbe9b60865ecbb71b81d38c4e61c817cffd3e36ef696" 4672 + dependencies = [ 4673 + "form_urlencoded", 4674 + "indexmap", 4675 + "itoa", 4676 + "ryu", 4677 + "serde", 4678 + ] 4679 + 4680 + [[package]] 4681 + name = "serde_json" 4682 + version = "1.0.96" 4683 + source = "registry+https://github.com/rust-lang/crates.io-index" 4684 + checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1" 4685 + dependencies = [ 4686 + "itoa", 4687 + "ryu", 4688 + "serde", 4689 + ] 4690 + 4691 + [[package]] 4692 + name = "serde_path_to_error" 4693 + version = "0.1.11" 4694 + source = "registry+https://github.com/rust-lang/crates.io-index" 4695 + checksum = "f7f05c1d5476066defcdfacce1f52fc3cae3af1d3089727100c02ae92e5abbe0" 4696 + dependencies = [ 4697 + "serde", 4698 + ] 4699 + 4700 + [[package]] 4701 + name = "serde_qs" 4702 + version = "0.8.5" 4703 + source = "registry+https://github.com/rust-lang/crates.io-index" 4704 + checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6" 4705 + dependencies = [ 4706 + "percent-encoding", 4707 + "serde", 4708 + "thiserror", 4709 + ] 4710 + 4711 + [[package]] 4712 + name = "serde_spanned" 4713 + version = "0.6.1" 4714 + source = "registry+https://github.com/rust-lang/crates.io-index" 4715 + checksum = "0efd8caf556a6cebd3b285caf480045fcc1ac04f6bd786b09a6f11af30c4fcf4" 4716 + dependencies = [ 4717 + "serde", 4718 + ] 4719 + 4720 + [[package]] 4721 + name = "serde_urlencoded" 4722 + version = "0.7.1" 4723 + source = "registry+https://github.com/rust-lang/crates.io-index" 4724 + checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 4725 + dependencies = [ 4726 + "form_urlencoded", 4727 + "itoa", 4728 + "ryu", 4729 + "serde", 4730 + ] 4731 + 4732 + [[package]] 4733 + name = "serde_yaml" 4734 + version = "0.9.21" 4735 + source = "registry+https://github.com/rust-lang/crates.io-index" 4736 + checksum = "d9d684e3ec7de3bf5466b32bd75303ac16f0736426e5a4e0d6e489559ce1249c" 4737 + dependencies = [ 4738 + "indexmap", 4739 + "itoa", 4740 + "ryu", 4741 + "serde", 4742 + "unsafe-libyaml", 4743 + ] 4744 + 4745 + [[package]] 4746 + name = "sha2" 4747 + version = "0.9.9" 4748 + source = "registry+https://github.com/rust-lang/crates.io-index" 4749 + checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800" 4750 + dependencies = [ 4751 + "block-buffer 0.9.0", 4752 + "cfg-if", 4753 + "cpufeatures", 4754 + "digest 0.9.0", 4755 + "opaque-debug", 4756 + ] 4757 + 4758 + [[package]] 4759 + name = "sha2" 4760 + version = "0.10.6" 4761 + source = "registry+https://github.com/rust-lang/crates.io-index" 4762 + checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0" 4763 + dependencies = [ 4764 + "cfg-if", 4765 + "cpufeatures", 4766 + "digest 0.10.6", 4767 + ] 4768 + 4769 + [[package]] 4770 + name = "sharded-slab" 4771 + version = "0.1.4" 4772 + source = "registry+https://github.com/rust-lang/crates.io-index" 4773 + checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31" 4774 + dependencies = [ 4775 + "lazy_static", 4776 + ] 4777 + 4778 + [[package]] 4779 + name = "signal-hook" 4780 + version = "0.3.15" 4781 + source = "registry+https://github.com/rust-lang/crates.io-index" 4782 + checksum = "732768f1176d21d09e076c23a93123d40bba92d50c4058da34d45c8de8e682b9" 4783 + dependencies = [ 4784 + "libc", 4785 + "signal-hook-registry", 4786 + ] 4787 + 4788 + [[package]] 4789 + name = "signal-hook-registry" 4790 + version = "1.4.1" 4791 + source = "registry+https://github.com/rust-lang/crates.io-index" 4792 + checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1" 4793 + dependencies = [ 4794 + "libc", 4795 + ] 4796 + 4797 + [[package]] 4798 + name = "signature" 4799 + version = "1.6.4" 4800 + source = "registry+https://github.com/rust-lang/crates.io-index" 4801 + checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c" 4802 + 4803 + [[package]] 4804 + name = "simd-adler32" 4805 + version = "0.3.5" 4806 + source = "registry+https://github.com/rust-lang/crates.io-index" 4807 + checksum = "238abfbb77c1915110ad968465608b68e869e0772622c9656714e73e5a1a522f" 4808 + 4809 + [[package]] 4810 + name = "siphasher" 4811 + version = "0.3.10" 4812 + source = "registry+https://github.com/rust-lang/crates.io-index" 4813 + checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de" 4814 + 4815 + [[package]] 4816 + name = "slab" 4817 + version = "0.4.8" 4818 + source = "registry+https://github.com/rust-lang/crates.io-index" 4819 + checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d" 4820 + dependencies = [ 4821 + "autocfg", 4822 + ] 4823 + 4824 + [[package]] 4825 + name = "sled" 4826 + version = "0.34.7" 4827 + source = "registry+https://github.com/rust-lang/crates.io-index" 4828 + checksum = "7f96b4737c2ce5987354855aed3797279def4ebf734436c6aa4552cf8e169935" 4829 + dependencies = [ 4830 + "crc32fast", 4831 + "crossbeam-epoch", 4832 + "crossbeam-utils", 4833 + "fs2", 4834 + "fxhash", 4835 + "libc", 4836 + "log", 4837 + "parking_lot 0.11.2", 4838 + ] 4839 + 4840 + [[package]] 4841 + name = "sliding-sync-integration-test" 4842 + version = "0.1.0" 4843 + dependencies = [ 4844 + "anyhow", 4845 + "assert_matches", 4846 + "eyeball", 4847 + "eyeball-im", 4848 + "futures", 4849 + "matrix-sdk", 4850 + "matrix-sdk-integration-testing", 4851 + "tokio", 4852 + "uuid", 4853 + ] 4854 + 4855 + [[package]] 4856 + name = "smallvec" 4857 + version = "1.10.0" 4858 + source = "registry+https://github.com/rust-lang/crates.io-index" 4859 + checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" 4860 + 4861 + [[package]] 4862 + name = "socket2" 4863 + version = "0.4.9" 4864 + source = "registry+https://github.com/rust-lang/crates.io-index" 4865 + checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662" 4866 + dependencies = [ 4867 + "libc", 4868 + "winapi", 4869 + ] 4870 + 4871 + [[package]] 4872 + name = "spin" 4873 + version = "0.5.2" 4874 + source = "registry+https://github.com/rust-lang/crates.io-index" 4875 + checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" 4876 + 4877 + [[package]] 4878 + name = "spki" 4879 + version = "0.5.4" 4880 + source = "registry+https://github.com/rust-lang/crates.io-index" 4881 + checksum = "44d01ac02a6ccf3e07db148d2be087da624fea0221a16152ed01f0496a6b0a27" 4882 + dependencies = [ 4883 + "der", 4884 + ] 4885 + 4886 + [[package]] 4887 + name = "stable_deref_trait" 4888 + version = "1.2.0" 4889 + source = "registry+https://github.com/rust-lang/crates.io-index" 4890 + checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" 4891 + 4892 + [[package]] 4893 + name = "static_assertions" 4894 + version = "1.1.0" 4895 + source = "registry+https://github.com/rust-lang/crates.io-index" 4896 + checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 4897 + 4898 + [[package]] 4899 + name = "str_stack" 4900 + version = "0.1.0" 4901 + source = "registry+https://github.com/rust-lang/crates.io-index" 4902 + checksum = "9091b6114800a5f2141aee1d1b9d6ca3592ac062dc5decb3764ec5895a47b4eb" 4903 + 4904 + [[package]] 4905 + name = "string_cache" 4906 + version = "0.8.7" 4907 + source = "registry+https://github.com/rust-lang/crates.io-index" 4908 + checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b" 4909 + dependencies = [ 4910 + "new_debug_unreachable", 4911 + "once_cell", 4912 + "parking_lot 0.12.1", 4913 + "phf_shared 0.10.0", 4914 + "precomputed-hash", 4915 + "serde", 4916 + ] 4917 + 4918 + [[package]] 4919 + name = "string_cache_codegen" 4920 + version = "0.5.2" 4921 + source = "registry+https://github.com/rust-lang/crates.io-index" 4922 + checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988" 4923 + dependencies = [ 4924 + "phf_generator 0.10.0", 4925 + "phf_shared 0.10.0", 4926 + "proc-macro2", 4927 + "quote", 4928 + ] 4929 + 4930 + [[package]] 4931 + name = "strsim" 4932 + version = "0.10.0" 4933 + source = "registry+https://github.com/rust-lang/crates.io-index" 4934 + checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" 4935 + 4936 + [[package]] 4937 + name = "subtle" 4938 + version = "2.4.1" 4939 + source = "registry+https://github.com/rust-lang/crates.io-index" 4940 + checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601" 4941 + 4942 + [[package]] 4943 + name = "symbolic-common" 4944 + version = "10.2.1" 4945 + source = "registry+https://github.com/rust-lang/crates.io-index" 4946 + checksum = "1b55cdc318ede251d0957f07afe5fed912119b8c1bc5a7804151826db999e737" 4947 + dependencies = [ 4948 + "debugid", 4949 + "memmap2", 4950 + "stable_deref_trait", 4951 + "uuid", 4952 + ] 4953 + 4954 + [[package]] 4955 + name = "symbolic-demangle" 4956 + version = "10.2.1" 4957 + source = "registry+https://github.com/rust-lang/crates.io-index" 4958 + checksum = "79be897be8a483a81fff6a3a4e195b4ac838ef73ca42d348b3f722da9902e489" 4959 + dependencies = [ 4960 + "cpp_demangle", 4961 + "rustc-demangle", 4962 + "symbolic-common", 4963 + ] 4964 + 4965 + [[package]] 4966 + name = "syn" 4967 + version = "1.0.109" 4968 + source = "registry+https://github.com/rust-lang/crates.io-index" 4969 + checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 4970 + dependencies = [ 4971 + "proc-macro2", 4972 + "quote", 4973 + "unicode-ident", 4974 + ] 4975 + 4976 + [[package]] 4977 + name = "syn" 4978 + version = "2.0.15" 4979 + source = "registry+https://github.com/rust-lang/crates.io-index" 4980 + checksum = "a34fcf3e8b60f57e6a14301a2e916d323af98b0ea63c599441eec8558660c822" 4981 + dependencies = [ 4982 + "proc-macro2", 4983 + "quote", 4984 + "unicode-ident", 4985 + ] 4986 + 4987 + [[package]] 4988 + name = "sync_wrapper" 4989 + version = "0.1.2" 4990 + source = "registry+https://github.com/rust-lang/crates.io-index" 4991 + checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" 4992 + 4993 + [[package]] 4994 + name = "tempfile" 4995 + version = "3.5.0" 4996 + source = "registry+https://github.com/rust-lang/crates.io-index" 4997 + checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998" 4998 + dependencies = [ 4999 + "cfg-if", 5000 + "fastrand", 5001 + "redox_syscall 0.3.5", 5002 + "rustix", 5003 + "windows-sys 0.45.0", 5004 + ] 5005 + 5006 + [[package]] 5007 + name = "tendril" 5008 + version = "0.4.3" 5009 + source = "registry+https://github.com/rust-lang/crates.io-index" 5010 + checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0" 5011 + dependencies = [ 5012 + "futf", 5013 + "mac", 5014 + "utf-8", 5015 + ] 5016 + 5017 + [[package]] 5018 + name = "termcolor" 5019 + version = "1.2.0" 5020 + source = "registry+https://github.com/rust-lang/crates.io-index" 5021 + checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6" 5022 + dependencies = [ 5023 + "winapi-util", 5024 + ] 5025 + 5026 + [[package]] 5027 + name = "textwrap" 5028 + version = "0.16.0" 5029 + source = "registry+https://github.com/rust-lang/crates.io-index" 5030 + checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d" 5031 + 5032 + [[package]] 5033 + name = "thiserror" 5034 + version = "1.0.40" 5035 + source = "registry+https://github.com/rust-lang/crates.io-index" 5036 + checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac" 5037 + dependencies = [ 5038 + "thiserror-impl", 5039 + ] 5040 + 5041 + [[package]] 5042 + name = "thiserror-impl" 5043 + version = "1.0.40" 5044 + source = "registry+https://github.com/rust-lang/crates.io-index" 5045 + checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f" 5046 + dependencies = [ 5047 + "proc-macro2", 5048 + "quote", 5049 + "syn 2.0.15", 5050 + ] 5051 + 5052 + [[package]] 5053 + name = "thread_local" 5054 + version = "1.1.7" 5055 + source = "registry+https://github.com/rust-lang/crates.io-index" 5056 + checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152" 5057 + dependencies = [ 5058 + "cfg-if", 5059 + "once_cell", 5060 + ] 5061 + 5062 + [[package]] 5063 + name = "tiff" 5064 + version = "0.6.1" 5065 + source = "registry+https://github.com/rust-lang/crates.io-index" 5066 + checksum = "9a53f4706d65497df0c4349241deddf35f84cee19c87ed86ea8ca590f4464437" 5067 + dependencies = [ 5068 + "jpeg-decoder 0.1.22", 5069 + "miniz_oxide 0.4.4", 5070 + "weezl", 5071 + ] 5072 + 5073 + [[package]] 5074 + name = "tiff" 5075 + version = "0.8.1" 5076 + source = "registry+https://github.com/rust-lang/crates.io-index" 5077 + checksum = "7449334f9ff2baf290d55d73983a7d6fa15e01198faef72af07e2a8db851e471" 5078 + dependencies = [ 5079 + "flate2", 5080 + "jpeg-decoder 0.3.0", 5081 + "weezl", 5082 + ] 5083 + 5084 + [[package]] 5085 + name = "time" 5086 + version = "0.1.45" 5087 + source = "registry+https://github.com/rust-lang/crates.io-index" 5088 + checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a" 5089 + dependencies = [ 5090 + "libc", 5091 + "wasi 0.10.0+wasi-snapshot-preview1", 5092 + "winapi", 5093 + ] 5094 + 5095 + [[package]] 5096 + name = "time" 5097 + version = "0.3.20" 5098 + source = "registry+https://github.com/rust-lang/crates.io-index" 5099 + checksum = "cd0cbfecb4d19b5ea75bb31ad904eb5b9fa13f21079c3b92017ebdf4999a5890" 5100 + dependencies = [ 5101 + "itoa", 5102 + "serde", 5103 + "time-core", 5104 + "time-macros", 5105 + ] 5106 + 5107 + [[package]] 5108 + name = "time-core" 5109 + version = "0.1.0" 5110 + source = "registry+https://github.com/rust-lang/crates.io-index" 5111 + checksum = "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd" 5112 + 5113 + [[package]] 5114 + name = "time-macros" 5115 + version = "0.2.8" 5116 + source = "registry+https://github.com/rust-lang/crates.io-index" 5117 + checksum = "fd80a657e71da814b8e5d60d3374fc6d35045062245d80224748ae522dd76f36" 5118 + dependencies = [ 5119 + "time-core", 5120 + ] 5121 + 5122 + [[package]] 5123 + name = "tinytemplate" 5124 + version = "1.2.1" 5125 + source = "registry+https://github.com/rust-lang/crates.io-index" 5126 + checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc" 5127 + dependencies = [ 5128 + "serde", 5129 + "serde_json", 5130 + ] 5131 + 5132 + [[package]] 5133 + name = "tinyvec" 5134 + version = "1.6.0" 5135 + source = "registry+https://github.com/rust-lang/crates.io-index" 5136 + checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" 5137 + dependencies = [ 5138 + "tinyvec_macros", 5139 + ] 5140 + 5141 + [[package]] 5142 + name = "tinyvec_macros" 5143 + version = "0.1.1" 5144 + source = "registry+https://github.com/rust-lang/crates.io-index" 5145 + checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 5146 + 5147 + [[package]] 5148 + name = "tokio" 5149 + version = "1.27.0" 5150 + source = "registry+https://github.com/rust-lang/crates.io-index" 5151 + checksum = "d0de47a4eecbe11f498978a9b29d792f0d2692d1dd003650c24c76510e3bc001" 5152 + dependencies = [ 5153 + "autocfg", 5154 + "bytes", 5155 + "libc", 5156 + "mio", 5157 + "num_cpus", 5158 + "pin-project-lite", 5159 + "socket2", 5160 + "tokio-macros", 5161 + "windows-sys 0.45.0", 5162 + ] 5163 + 5164 + [[package]] 5165 + name = "tokio-io-timeout" 5166 + version = "1.2.0" 5167 + source = "registry+https://github.com/rust-lang/crates.io-index" 5168 + checksum = "30b74022ada614a1b4834de765f9bb43877f910cc8ce4be40e89042c9223a8bf" 5169 + dependencies = [ 5170 + "pin-project-lite", 5171 + "tokio", 5172 + ] 5173 + 5174 + [[package]] 5175 + name = "tokio-macros" 5176 + version = "2.0.0" 5177 + source = "registry+https://github.com/rust-lang/crates.io-index" 5178 + checksum = "61a573bdc87985e9d6ddeed1b3d864e8a302c847e40d647746df2f1de209d1ce" 5179 + dependencies = [ 5180 + "proc-macro2", 5181 + "quote", 5182 + "syn 2.0.15", 5183 + ] 5184 + 5185 + [[package]] 5186 + name = "tokio-native-tls" 5187 + version = "0.3.1" 5188 + source = "registry+https://github.com/rust-lang/crates.io-index" 5189 + checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" 5190 + dependencies = [ 5191 + "native-tls", 5192 + "tokio", 5193 + ] 5194 + 5195 + [[package]] 5196 + name = "tokio-rustls" 5197 + version = "0.23.4" 5198 + source = "registry+https://github.com/rust-lang/crates.io-index" 5199 + checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59" 5200 + dependencies = [ 5201 + "rustls", 5202 + "tokio", 5203 + "webpki", 5204 + ] 5205 + 5206 + [[package]] 5207 + name = "tokio-socks" 5208 + version = "0.5.1" 5209 + source = "registry+https://github.com/rust-lang/crates.io-index" 5210 + checksum = "51165dfa029d2a65969413a6cc96f354b86b464498702f174a4efa13608fd8c0" 5211 + dependencies = [ 5212 + "either", 5213 + "futures-util", 5214 + "thiserror", 5215 + "tokio", 5216 + ] 5217 + 5218 + [[package]] 5219 + name = "tokio-stream" 5220 + version = "0.1.12" 5221 + source = "registry+https://github.com/rust-lang/crates.io-index" 5222 + checksum = "8fb52b74f05dbf495a8fba459fdc331812b96aa086d9eb78101fa0d4569c3313" 5223 + dependencies = [ 5224 + "futures-core", 5225 + "pin-project-lite", 5226 + "tokio", 5227 + "tokio-util", 5228 + ] 5229 + 5230 + [[package]] 5231 + name = "tokio-util" 5232 + version = "0.7.7" 5233 + source = "registry+https://github.com/rust-lang/crates.io-index" 5234 + checksum = "5427d89453009325de0d8f342c9490009f76e999cb7672d77e46267448f7e6b2" 5235 + dependencies = [ 5236 + "bytes", 5237 + "futures-core", 5238 + "futures-sink", 5239 + "pin-project-lite", 5240 + "tokio", 5241 + "tracing", 5242 + ] 5243 + 5244 + [[package]] 5245 + name = "toml" 5246 + version = "0.5.11" 5247 + source = "registry+https://github.com/rust-lang/crates.io-index" 5248 + checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" 5249 + dependencies = [ 5250 + "serde", 5251 + ] 5252 + 5253 + [[package]] 5254 + name = "toml" 5255 + version = "0.7.3" 5256 + source = "registry+https://github.com/rust-lang/crates.io-index" 5257 + checksum = "b403acf6f2bb0859c93c7f0d967cb4a75a7ac552100f9322faf64dc047669b21" 5258 + dependencies = [ 5259 + "serde", 5260 + "serde_spanned", 5261 + "toml_datetime", 5262 + "toml_edit", 5263 + ] 5264 + 5265 + [[package]] 5266 + name = "toml_datetime" 5267 + version = "0.6.1" 5268 + source = "registry+https://github.com/rust-lang/crates.io-index" 5269 + checksum = "3ab8ed2edee10b50132aed5f331333428b011c99402b5a534154ed15746f9622" 5270 + dependencies = [ 5271 + "serde", 5272 + ] 5273 + 5274 + [[package]] 5275 + name = "toml_edit" 5276 + version = "0.19.8" 5277 + source = "registry+https://github.com/rust-lang/crates.io-index" 5278 + checksum = "239410c8609e8125456927e6707163a3b1fdb40561e4b803bc041f466ccfdc13" 5279 + dependencies = [ 5280 + "indexmap", 5281 + "serde", 5282 + "serde_spanned", 5283 + "toml_datetime", 5284 + "winnow", 5285 + ] 5286 + 5287 + [[package]] 5288 + name = "tonic" 5289 + version = "0.8.3" 5290 + source = "registry+https://github.com/rust-lang/crates.io-index" 5291 + checksum = "8f219fad3b929bef19b1f86fbc0358d35daed8f2cac972037ac0dc10bbb8d5fb" 5292 + dependencies = [ 5293 + "async-stream", 5294 + "async-trait", 5295 + "axum", 5296 + "base64 0.13.1", 5297 + "bytes", 5298 + "futures-core", 5299 + "futures-util", 5300 + "h2", 5301 + "http", 5302 + "http-body", 5303 + "hyper", 5304 + "hyper-timeout", 5305 + "percent-encoding", 5306 + "pin-project", 5307 + "prost", 5308 + "prost-derive", 5309 + "tokio", 5310 + "tokio-stream", 5311 + "tokio-util", 5312 + "tower", 5313 + "tower-layer", 5314 + "tower-service", 5315 + "tracing", 5316 + "tracing-futures", 5317 + ] 5318 + 5319 + [[package]] 5320 + name = "tonic-build" 5321 + version = "0.8.4" 5322 + source = "registry+https://github.com/rust-lang/crates.io-index" 5323 + checksum = "5bf5e9b9c0f7e0a7c027dcfaba7b2c60816c7049171f679d99ee2ff65d0de8c4" 5324 + dependencies = [ 5325 + "prettyplease", 5326 + "proc-macro2", 5327 + "prost-build", 5328 + "quote", 5329 + "syn 1.0.109", 5330 + ] 5331 + 5332 + [[package]] 5333 + name = "tower" 5334 + version = "0.4.13" 5335 + source = "registry+https://github.com/rust-lang/crates.io-index" 5336 + checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c" 5337 + dependencies = [ 5338 + "futures-core", 5339 + "futures-util", 5340 + "indexmap", 5341 + "pin-project", 5342 + "pin-project-lite", 5343 + "rand 0.8.5", 5344 + "slab", 5345 + "tokio", 5346 + "tokio-util", 5347 + "tower-layer", 5348 + "tower-service", 5349 + "tracing", 5350 + ] 5351 + 5352 + [[package]] 5353 + name = "tower-layer" 5354 + version = "0.3.2" 5355 + source = "registry+https://github.com/rust-lang/crates.io-index" 5356 + checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0" 5357 + 5358 + [[package]] 5359 + name = "tower-service" 5360 + version = "0.3.2" 5361 + source = "registry+https://github.com/rust-lang/crates.io-index" 5362 + checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" 5363 + 5364 + [[package]] 5365 + name = "tracing" 5366 + version = "0.1.37" 5367 + source = "registry+https://github.com/rust-lang/crates.io-index" 5368 + checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8" 5369 + dependencies = [ 5370 + "cfg-if", 5371 + "log", 5372 + "pin-project-lite", 5373 + "tracing-attributes", 5374 + "tracing-core", 5375 + ] 5376 + 5377 + [[package]] 5378 + name = "tracing-android" 5379 + version = "0.2.0" 5380 + source = "registry+https://github.com/rust-lang/crates.io-index" 5381 + checksum = "12612be8f868a09c0ceae7113ff26afe79d81a24473a393cb9120ece162e86c0" 5382 + dependencies = [ 5383 + "android_log-sys", 5384 + "tracing", 5385 + "tracing-subscriber", 5386 + ] 5387 + 5388 + [[package]] 5389 + name = "tracing-attributes" 5390 + version = "0.1.23" 5391 + source = "registry+https://github.com/rust-lang/crates.io-index" 5392 + checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a" 5393 + dependencies = [ 5394 + "proc-macro2", 5395 + "quote", 5396 + "syn 1.0.109", 5397 + ] 5398 + 5399 + [[package]] 5400 + name = "tracing-core" 5401 + version = "0.1.30" 5402 + source = "registry+https://github.com/rust-lang/crates.io-index" 5403 + checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a" 5404 + dependencies = [ 5405 + "once_cell", 5406 + "valuable", 5407 + ] 5408 + 5409 + [[package]] 5410 + name = "tracing-futures" 5411 + version = "0.2.5" 5412 + source = "registry+https://github.com/rust-lang/crates.io-index" 5413 + checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2" 5414 + dependencies = [ 5415 + "pin-project", 5416 + "tracing", 5417 + ] 5418 + 5419 + [[package]] 5420 + name = "tracing-log" 5421 + version = "0.1.3" 5422 + source = "registry+https://github.com/rust-lang/crates.io-index" 5423 + checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922" 5424 + dependencies = [ 5425 + "lazy_static", 5426 + "log", 5427 + "tracing-core", 5428 + ] 5429 + 5430 + [[package]] 5431 + name = "tracing-opentelemetry" 5432 + version = "0.18.0" 5433 + source = "registry+https://github.com/rust-lang/crates.io-index" 5434 + checksum = "21ebb87a95ea13271332df069020513ab70bdb5637ca42d6e492dc3bbbad48de" 5435 + dependencies = [ 5436 + "once_cell", 5437 + "opentelemetry", 5438 + "tracing", 5439 + "tracing-core", 5440 + "tracing-log", 5441 + "tracing-subscriber", 5442 + ] 5443 + 5444 + [[package]] 5445 + name = "tracing-subscriber" 5446 + version = "0.3.17" 5447 + source = "registry+https://github.com/rust-lang/crates.io-index" 5448 + checksum = "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77" 5449 + dependencies = [ 5450 + "matchers", 5451 + "nu-ansi-term", 5452 + "once_cell", 5453 + "regex", 5454 + "sharded-slab", 5455 + "smallvec", 5456 + "thread_local", 5457 + "time 0.3.20", 5458 + "tracing", 5459 + "tracing-core", 5460 + "tracing-log", 5461 + ] 5462 + 5463 + [[package]] 5464 + name = "try-lock" 5465 + version = "0.2.4" 5466 + source = "registry+https://github.com/rust-lang/crates.io-index" 5467 + checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" 5468 + 5469 + [[package]] 5470 + name = "typenum" 5471 + version = "1.16.0" 5472 + source = "registry+https://github.com/rust-lang/crates.io-index" 5473 + checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba" 5474 + 5475 + [[package]] 5476 + name = "unarray" 5477 + version = "0.1.4" 5478 + source = "registry+https://github.com/rust-lang/crates.io-index" 5479 + checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94" 5480 + 5481 + [[package]] 5482 + name = "unicase" 5483 + version = "2.6.0" 5484 + source = "registry+https://github.com/rust-lang/crates.io-index" 5485 + checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6" 5486 + dependencies = [ 5487 + "version_check", 5488 + ] 5489 + 5490 + [[package]] 5491 + name = "unicode-bidi" 5492 + version = "0.3.13" 5493 + source = "registry+https://github.com/rust-lang/crates.io-index" 5494 + checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460" 5495 + 5496 + [[package]] 5497 + name = "unicode-ident" 5498 + version = "1.0.8" 5499 + source = "registry+https://github.com/rust-lang/crates.io-index" 5500 + checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4" 5501 + 5502 + [[package]] 5503 + name = "unicode-normalization" 5504 + version = "0.1.22" 5505 + source = "registry+https://github.com/rust-lang/crates.io-index" 5506 + checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" 5507 + dependencies = [ 5508 + "tinyvec", 5509 + ] 5510 + 5511 + [[package]] 5512 + name = "unicode-segmentation" 5513 + version = "1.10.1" 5514 + source = "registry+https://github.com/rust-lang/crates.io-index" 5515 + checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36" 5516 + 5517 + [[package]] 5518 + name = "unicode-width" 5519 + version = "0.1.10" 5520 + source = "registry+https://github.com/rust-lang/crates.io-index" 5521 + checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" 5522 + 5523 + [[package]] 5524 + name = "unicode-xid" 5525 + version = "0.2.4" 5526 + source = "registry+https://github.com/rust-lang/crates.io-index" 5527 + checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" 5528 + 5529 + [[package]] 5530 + name = "uniffi" 5531 + version = "0.23.0" 5532 + source = "git+https://github.com/mozilla/uniffi-rs?rev=aa91307b6ac27aae6d5c7ad971b762df952d2745#aa91307b6ac27aae6d5c7ad971b762df952d2745" 5533 + dependencies = [ 5534 + "anyhow", 5535 + "camino", 5536 + "clap 3.2.23", 5537 + "uniffi_bindgen", 5538 + "uniffi_build", 5539 + "uniffi_core", 5540 + "uniffi_macros", 5541 + ] 5542 + 5543 + [[package]] 5544 + name = "uniffi-bindgen" 5545 + version = "0.1.0" 5546 + dependencies = [ 5547 + "uniffi", 5548 + ] 5549 + 5550 + [[package]] 5551 + name = "uniffi_bindgen" 5552 + version = "0.23.0" 5553 + source = "git+https://github.com/mozilla/uniffi-rs?rev=aa91307b6ac27aae6d5c7ad971b762df952d2745#aa91307b6ac27aae6d5c7ad971b762df952d2745" 5554 + dependencies = [ 5555 + "anyhow", 5556 + "askama", 5557 + "camino", 5558 + "fs-err", 5559 + "glob", 5560 + "goblin", 5561 + "heck", 5562 + "once_cell", 5563 + "paste", 5564 + "serde", 5565 + "serde_json", 5566 + "toml 0.5.11", 5567 + "uniffi_meta", 5568 + "uniffi_testing", 5569 + "weedle2", 5570 + ] 5571 + 5572 + [[package]] 5573 + name = "uniffi_build" 5574 + version = "0.23.0" 5575 + source = "git+https://github.com/mozilla/uniffi-rs?rev=aa91307b6ac27aae6d5c7ad971b762df952d2745#aa91307b6ac27aae6d5c7ad971b762df952d2745" 5576 + dependencies = [ 5577 + "anyhow", 5578 + "camino", 5579 + "uniffi_bindgen", 5580 + ] 5581 + 5582 + [[package]] 5583 + name = "uniffi_checksum_derive" 5584 + version = "0.23.0" 5585 + source = "git+https://github.com/mozilla/uniffi-rs?rev=aa91307b6ac27aae6d5c7ad971b762df952d2745#aa91307b6ac27aae6d5c7ad971b762df952d2745" 5586 + dependencies = [ 5587 + "quote", 5588 + "syn 1.0.109", 5589 + ] 5590 + 5591 + [[package]] 5592 + name = "uniffi_core" 5593 + version = "0.23.0" 5594 + source = "git+https://github.com/mozilla/uniffi-rs?rev=aa91307b6ac27aae6d5c7ad971b762df952d2745#aa91307b6ac27aae6d5c7ad971b762df952d2745" 5595 + dependencies = [ 5596 + "anyhow", 5597 + "bytes", 5598 + "camino", 5599 + "cargo_metadata", 5600 + "log", 5601 + "once_cell", 5602 + "paste", 5603 + "static_assertions", 5604 + ] 5605 + 5606 + [[package]] 5607 + name = "uniffi_macros" 5608 + version = "0.23.0" 5609 + source = "git+https://github.com/mozilla/uniffi-rs?rev=aa91307b6ac27aae6d5c7ad971b762df952d2745#aa91307b6ac27aae6d5c7ad971b762df952d2745" 5610 + dependencies = [ 5611 + "bincode", 5612 + "camino", 5613 + "fs-err", 5614 + "once_cell", 5615 + "proc-macro2", 5616 + "quote", 5617 + "serde", 5618 + "syn 1.0.109", 5619 + "toml 0.5.11", 5620 + "uniffi_build", 5621 + "uniffi_meta", 5622 + ] 5623 + 5624 + [[package]] 5625 + name = "uniffi_meta" 5626 + version = "0.23.0" 5627 + source = "git+https://github.com/mozilla/uniffi-rs?rev=aa91307b6ac27aae6d5c7ad971b762df952d2745#aa91307b6ac27aae6d5c7ad971b762df952d2745" 5628 + dependencies = [ 5629 + "anyhow", 5630 + "bytes", 5631 + "serde", 5632 + "siphasher", 5633 + "uniffi_checksum_derive", 5634 + "uniffi_core", 5635 + ] 5636 + 5637 + [[package]] 5638 + name = "uniffi_testing" 5639 + version = "0.23.0" 5640 + source = "git+https://github.com/mozilla/uniffi-rs?rev=aa91307b6ac27aae6d5c7ad971b762df952d2745#aa91307b6ac27aae6d5c7ad971b762df952d2745" 5641 + dependencies = [ 5642 + "anyhow", 5643 + "camino", 5644 + "cargo_metadata", 5645 + "fs-err", 5646 + "once_cell", 5647 + "serde", 5648 + "serde_json", 5649 + ] 5650 + 5651 + [[package]] 5652 + name = "universal-hash" 5653 + version = "0.4.1" 5654 + source = "registry+https://github.com/rust-lang/crates.io-index" 5655 + checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05" 5656 + dependencies = [ 5657 + "generic-array", 5658 + "subtle", 5659 + ] 5660 + 5661 + [[package]] 5662 + name = "unsafe-libyaml" 5663 + version = "0.2.8" 5664 + source = "registry+https://github.com/rust-lang/crates.io-index" 5665 + checksum = "1865806a559042e51ab5414598446a5871b561d21b6764f2eabb0dd481d880a6" 5666 + 5667 + [[package]] 5668 + name = "untrusted" 5669 + version = "0.7.1" 5670 + source = "registry+https://github.com/rust-lang/crates.io-index" 5671 + checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" 5672 + 5673 + [[package]] 5674 + name = "url" 5675 + version = "2.3.1" 5676 + source = "registry+https://github.com/rust-lang/crates.io-index" 5677 + checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643" 5678 + dependencies = [ 5679 + "form_urlencoded", 5680 + "idna", 5681 + "percent-encoding", 5682 + "serde", 5683 + ] 5684 + 5685 + [[package]] 5686 + name = "utf-8" 5687 + version = "0.7.6" 5688 + source = "registry+https://github.com/rust-lang/crates.io-index" 5689 + checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" 5690 + 5691 + [[package]] 5692 + name = "utf8parse" 5693 + version = "0.2.1" 5694 + source = "registry+https://github.com/rust-lang/crates.io-index" 5695 + checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" 5696 + 5697 + [[package]] 5698 + name = "uuid" 5699 + version = "1.3.1" 5700 + source = "registry+https://github.com/rust-lang/crates.io-index" 5701 + checksum = "5b55a3fef2a1e3b3a00ce878640918820d3c51081576ac657d23af9fc7928fdb" 5702 + dependencies = [ 5703 + "getrandom 0.2.9", 5704 + "wasm-bindgen", 5705 + ] 5706 + 5707 + [[package]] 5708 + name = "valuable" 5709 + version = "0.1.0" 5710 + source = "registry+https://github.com/rust-lang/crates.io-index" 5711 + checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" 5712 + 5713 + [[package]] 5714 + name = "value-bag" 5715 + version = "1.0.0-alpha.9" 5716 + source = "registry+https://github.com/rust-lang/crates.io-index" 5717 + checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55" 5718 + dependencies = [ 5719 + "ctor 0.1.26", 5720 + "version_check", 5721 + ] 5722 + 5723 + [[package]] 5724 + name = "vcpkg" 5725 + version = "0.2.15" 5726 + source = "registry+https://github.com/rust-lang/crates.io-index" 5727 + checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 5728 + 5729 + [[package]] 5730 + name = "version_check" 5731 + version = "0.9.4" 5732 + source = "registry+https://github.com/rust-lang/crates.io-index" 5733 + checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 5734 + 5735 + [[package]] 5736 + name = "vodozemac" 5737 + version = "0.3.0" 5738 + source = "git+https://github.com/matrix-org/vodozemac?rev=fb609ca1e4df5a7a818490ae86ac694119e41e71#fb609ca1e4df5a7a818490ae86ac694119e41e71" 5739 + dependencies = [ 5740 + "aes", 5741 + "arrayvec", 5742 + "base64 0.13.1", 5743 + "cbc", 5744 + "ed25519-dalek", 5745 + "hkdf", 5746 + "hmac", 5747 + "matrix-pickle", 5748 + "pkcs7", 5749 + "prost", 5750 + "rand 0.7.3", 5751 + "serde", 5752 + "serde_json", 5753 + "sha2 0.10.6", 5754 + "subtle", 5755 + "thiserror", 5756 + "x25519-dalek", 5757 + "zeroize", 5758 + ] 5759 + 5760 + [[package]] 5761 + name = "waker-fn" 5762 + version = "1.1.0" 5763 + source = "registry+https://github.com/rust-lang/crates.io-index" 5764 + checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca" 5765 + 5766 + [[package]] 5767 + name = "walkdir" 5768 + version = "2.3.3" 5769 + source = "registry+https://github.com/rust-lang/crates.io-index" 5770 + checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698" 5771 + dependencies = [ 5772 + "same-file", 5773 + "winapi-util", 5774 + ] 5775 + 5776 + [[package]] 5777 + name = "want" 5778 + version = "0.3.0" 5779 + source = "registry+https://github.com/rust-lang/crates.io-index" 5780 + checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0" 5781 + dependencies = [ 5782 + "log", 5783 + "try-lock", 5784 + ] 5785 + 5786 + [[package]] 5787 + name = "wasi" 5788 + version = "0.9.0+wasi-snapshot-preview1" 5789 + source = "registry+https://github.com/rust-lang/crates.io-index" 5790 + checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" 5791 + 5792 + [[package]] 5793 + name = "wasi" 5794 + version = "0.10.0+wasi-snapshot-preview1" 5795 + source = "registry+https://github.com/rust-lang/crates.io-index" 5796 + checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" 5797 + 5798 + [[package]] 5799 + name = "wasi" 5800 + version = "0.11.0+wasi-snapshot-preview1" 5801 + source = "registry+https://github.com/rust-lang/crates.io-index" 5802 + checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 5803 + 5804 + [[package]] 5805 + name = "wasm-bindgen" 5806 + version = "0.2.84" 5807 + source = "registry+https://github.com/rust-lang/crates.io-index" 5808 + checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b" 5809 + dependencies = [ 5810 + "cfg-if", 5811 + "wasm-bindgen-macro", 5812 + ] 5813 + 5814 + [[package]] 5815 + name = "wasm-bindgen-backend" 5816 + version = "0.2.84" 5817 + source = "registry+https://github.com/rust-lang/crates.io-index" 5818 + checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9" 5819 + dependencies = [ 5820 + "bumpalo", 5821 + "log", 5822 + "once_cell", 5823 + "proc-macro2", 5824 + "quote", 5825 + "syn 1.0.109", 5826 + "wasm-bindgen-shared", 5827 + ] 5828 + 5829 + [[package]] 5830 + name = "wasm-bindgen-futures" 5831 + version = "0.4.34" 5832 + source = "registry+https://github.com/rust-lang/crates.io-index" 5833 + checksum = "f219e0d211ba40266969f6dbdd90636da12f75bee4fc9d6c23d1260dadb51454" 5834 + dependencies = [ 5835 + "cfg-if", 5836 + "js-sys", 5837 + "wasm-bindgen", 5838 + "web-sys", 5839 + ] 5840 + 5841 + [[package]] 5842 + name = "wasm-bindgen-macro" 5843 + version = "0.2.84" 5844 + source = "registry+https://github.com/rust-lang/crates.io-index" 5845 + checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5" 5846 + dependencies = [ 5847 + "quote", 5848 + "wasm-bindgen-macro-support", 5849 + ] 5850 + 5851 + [[package]] 5852 + name = "wasm-bindgen-macro-support" 5853 + version = "0.2.84" 5854 + source = "registry+https://github.com/rust-lang/crates.io-index" 5855 + checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6" 5856 + dependencies = [ 5857 + "proc-macro2", 5858 + "quote", 5859 + "syn 1.0.109", 5860 + "wasm-bindgen-backend", 5861 + "wasm-bindgen-shared", 5862 + ] 5863 + 5864 + [[package]] 5865 + name = "wasm-bindgen-shared" 5866 + version = "0.2.84" 5867 + source = "registry+https://github.com/rust-lang/crates.io-index" 5868 + checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d" 5869 + 5870 + [[package]] 5871 + name = "wasm-bindgen-test" 5872 + version = "0.3.34" 5873 + source = "registry+https://github.com/rust-lang/crates.io-index" 5874 + checksum = "6db36fc0f9fb209e88fb3642590ae0205bb5a56216dabd963ba15879fe53a30b" 5875 + dependencies = [ 5876 + "console_error_panic_hook", 5877 + "js-sys", 5878 + "scoped-tls", 5879 + "wasm-bindgen", 5880 + "wasm-bindgen-futures", 5881 + "wasm-bindgen-test-macro", 5882 + ] 5883 + 5884 + [[package]] 5885 + name = "wasm-bindgen-test-macro" 5886 + version = "0.3.34" 5887 + source = "registry+https://github.com/rust-lang/crates.io-index" 5888 + checksum = "0734759ae6b3b1717d661fe4f016efcfb9828f5edb4520c18eaee05af3b43be9" 5889 + dependencies = [ 5890 + "proc-macro2", 5891 + "quote", 5892 + ] 5893 + 5894 + [[package]] 5895 + name = "wasm-command-bot" 5896 + version = "0.1.0" 5897 + dependencies = [ 5898 + "console_error_panic_hook", 5899 + "matrix-sdk", 5900 + "url", 5901 + "wasm-bindgen", 5902 + "wasm-bindgen-futures", 5903 + "wasm-bindgen-test", 5904 + "web-sys", 5905 + ] 5906 + 5907 + [[package]] 5908 + name = "web-sys" 5909 + version = "0.3.61" 5910 + source = "registry+https://github.com/rust-lang/crates.io-index" 5911 + checksum = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97" 5912 + dependencies = [ 5913 + "js-sys", 5914 + "wasm-bindgen", 5915 + ] 5916 + 5917 + [[package]] 5918 + name = "webpki" 5919 + version = "0.22.0" 5920 + source = "registry+https://github.com/rust-lang/crates.io-index" 5921 + checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd" 5922 + dependencies = [ 5923 + "ring", 5924 + "untrusted", 5925 + ] 5926 + 5927 + [[package]] 5928 + name = "webpki-roots" 5929 + version = "0.22.6" 5930 + source = "registry+https://github.com/rust-lang/crates.io-index" 5931 + checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87" 5932 + dependencies = [ 5933 + "webpki", 5934 + ] 5935 + 5936 + [[package]] 5937 + name = "weedle2" 5938 + version = "4.0.0" 5939 + source = "git+https://github.com/mozilla/uniffi-rs?rev=aa91307b6ac27aae6d5c7ad971b762df952d2745#aa91307b6ac27aae6d5c7ad971b762df952d2745" 5940 + dependencies = [ 5941 + "nom", 5942 + ] 5943 + 5944 + [[package]] 5945 + name = "weezl" 5946 + version = "0.1.7" 5947 + source = "registry+https://github.com/rust-lang/crates.io-index" 5948 + checksum = "9193164d4de03a926d909d3bc7c30543cecb35400c02114792c2cae20d5e2dbb" 5949 + 5950 + [[package]] 5951 + name = "which" 5952 + version = "4.4.0" 5953 + source = "registry+https://github.com/rust-lang/crates.io-index" 5954 + checksum = "2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269" 5955 + dependencies = [ 5956 + "either", 5957 + "libc", 5958 + "once_cell", 5959 + ] 5960 + 5961 + [[package]] 5962 + name = "wildmatch" 5963 + version = "2.1.1" 5964 + source = "registry+https://github.com/rust-lang/crates.io-index" 5965 + checksum = "ee583bdc5ff1cf9db20e9db5bb3ff4c3089a8f6b8b31aff265c9aba85812db86" 5966 + 5967 + [[package]] 5968 + name = "winapi" 5969 + version = "0.3.9" 5970 + source = "registry+https://github.com/rust-lang/crates.io-index" 5971 + checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 5972 + dependencies = [ 5973 + "winapi-i686-pc-windows-gnu", 5974 + "winapi-x86_64-pc-windows-gnu", 5975 + ] 5976 + 5977 + [[package]] 5978 + name = "winapi-i686-pc-windows-gnu" 5979 + version = "0.4.0" 5980 + source = "registry+https://github.com/rust-lang/crates.io-index" 5981 + checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 5982 + 5983 + [[package]] 5984 + name = "winapi-util" 5985 + version = "0.1.5" 5986 + source = "registry+https://github.com/rust-lang/crates.io-index" 5987 + checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" 5988 + dependencies = [ 5989 + "winapi", 5990 + ] 5991 + 5992 + [[package]] 5993 + name = "winapi-x86_64-pc-windows-gnu" 5994 + version = "0.4.0" 5995 + source = "registry+https://github.com/rust-lang/crates.io-index" 5996 + checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 5997 + 5998 + [[package]] 5999 + name = "windows" 6000 + version = "0.48.0" 6001 + source = "registry+https://github.com/rust-lang/crates.io-index" 6002 + checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f" 6003 + dependencies = [ 6004 + "windows-targets 0.48.0", 6005 + ] 6006 + 6007 + [[package]] 6008 + name = "windows-sys" 6009 + version = "0.42.0" 6010 + source = "registry+https://github.com/rust-lang/crates.io-index" 6011 + checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" 6012 + dependencies = [ 6013 + "windows_aarch64_gnullvm 0.42.2", 6014 + "windows_aarch64_msvc 0.42.2", 6015 + "windows_i686_gnu 0.42.2", 6016 + "windows_i686_msvc 0.42.2", 6017 + "windows_x86_64_gnu 0.42.2", 6018 + "windows_x86_64_gnullvm 0.42.2", 6019 + "windows_x86_64_msvc 0.42.2", 6020 + ] 6021 + 6022 + [[package]] 6023 + name = "windows-sys" 6024 + version = "0.45.0" 6025 + source = "registry+https://github.com/rust-lang/crates.io-index" 6026 + checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 6027 + dependencies = [ 6028 + "windows-targets 0.42.2", 6029 + ] 6030 + 6031 + [[package]] 6032 + name = "windows-sys" 6033 + version = "0.48.0" 6034 + source = "registry+https://github.com/rust-lang/crates.io-index" 6035 + checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 6036 + dependencies = [ 6037 + "windows-targets 0.48.0", 6038 + ] 6039 + 6040 + [[package]] 6041 + name = "windows-targets" 6042 + version = "0.42.2" 6043 + source = "registry+https://github.com/rust-lang/crates.io-index" 6044 + checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 6045 + dependencies = [ 6046 + "windows_aarch64_gnullvm 0.42.2", 6047 + "windows_aarch64_msvc 0.42.2", 6048 + "windows_i686_gnu 0.42.2", 6049 + "windows_i686_msvc 0.42.2", 6050 + "windows_x86_64_gnu 0.42.2", 6051 + "windows_x86_64_gnullvm 0.42.2", 6052 + "windows_x86_64_msvc 0.42.2", 6053 + ] 6054 + 6055 + [[package]] 6056 + name = "windows-targets" 6057 + version = "0.48.0" 6058 + source = "registry+https://github.com/rust-lang/crates.io-index" 6059 + checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5" 6060 + dependencies = [ 6061 + "windows_aarch64_gnullvm 0.48.0", 6062 + "windows_aarch64_msvc 0.48.0", 6063 + "windows_i686_gnu 0.48.0", 6064 + "windows_i686_msvc 0.48.0", 6065 + "windows_x86_64_gnu 0.48.0", 6066 + "windows_x86_64_gnullvm 0.48.0", 6067 + "windows_x86_64_msvc 0.48.0", 6068 + ] 6069 + 6070 + [[package]] 6071 + name = "windows_aarch64_gnullvm" 6072 + version = "0.42.2" 6073 + source = "registry+https://github.com/rust-lang/crates.io-index" 6074 + checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 6075 + 6076 + [[package]] 6077 + name = "windows_aarch64_gnullvm" 6078 + version = "0.48.0" 6079 + source = "registry+https://github.com/rust-lang/crates.io-index" 6080 + checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc" 6081 + 6082 + [[package]] 6083 + name = "windows_aarch64_msvc" 6084 + version = "0.42.2" 6085 + source = "registry+https://github.com/rust-lang/crates.io-index" 6086 + checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 6087 + 6088 + [[package]] 6089 + name = "windows_aarch64_msvc" 6090 + version = "0.48.0" 6091 + source = "registry+https://github.com/rust-lang/crates.io-index" 6092 + checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3" 6093 + 6094 + [[package]] 6095 + name = "windows_i686_gnu" 6096 + version = "0.42.2" 6097 + source = "registry+https://github.com/rust-lang/crates.io-index" 6098 + checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 6099 + 6100 + [[package]] 6101 + name = "windows_i686_gnu" 6102 + version = "0.48.0" 6103 + source = "registry+https://github.com/rust-lang/crates.io-index" 6104 + checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241" 6105 + 6106 + [[package]] 6107 + name = "windows_i686_msvc" 6108 + version = "0.42.2" 6109 + source = "registry+https://github.com/rust-lang/crates.io-index" 6110 + checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 6111 + 6112 + [[package]] 6113 + name = "windows_i686_msvc" 6114 + version = "0.48.0" 6115 + source = "registry+https://github.com/rust-lang/crates.io-index" 6116 + checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00" 6117 + 6118 + [[package]] 6119 + name = "windows_x86_64_gnu" 6120 + version = "0.42.2" 6121 + source = "registry+https://github.com/rust-lang/crates.io-index" 6122 + checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 6123 + 6124 + [[package]] 6125 + name = "windows_x86_64_gnu" 6126 + version = "0.48.0" 6127 + source = "registry+https://github.com/rust-lang/crates.io-index" 6128 + checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" 6129 + 6130 + [[package]] 6131 + name = "windows_x86_64_gnullvm" 6132 + version = "0.42.2" 6133 + source = "registry+https://github.com/rust-lang/crates.io-index" 6134 + checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 6135 + 6136 + [[package]] 6137 + name = "windows_x86_64_gnullvm" 6138 + version = "0.48.0" 6139 + source = "registry+https://github.com/rust-lang/crates.io-index" 6140 + checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" 6141 + 6142 + [[package]] 6143 + name = "windows_x86_64_msvc" 6144 + version = "0.42.2" 6145 + source = "registry+https://github.com/rust-lang/crates.io-index" 6146 + checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 6147 + 6148 + [[package]] 6149 + name = "windows_x86_64_msvc" 6150 + version = "0.48.0" 6151 + source = "registry+https://github.com/rust-lang/crates.io-index" 6152 + checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" 6153 + 6154 + [[package]] 6155 + name = "winnow" 6156 + version = "0.4.1" 6157 + source = "registry+https://github.com/rust-lang/crates.io-index" 6158 + checksum = "ae8970b36c66498d8ff1d66685dc86b91b29db0c7739899012f63a63814b4b28" 6159 + dependencies = [ 6160 + "memchr", 6161 + ] 6162 + 6163 + [[package]] 6164 + name = "winreg" 6165 + version = "0.10.1" 6166 + source = "registry+https://github.com/rust-lang/crates.io-index" 6167 + checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d" 6168 + dependencies = [ 6169 + "winapi", 6170 + ] 6171 + 6172 + [[package]] 6173 + name = "wiremock" 6174 + version = "0.5.18" 6175 + source = "registry+https://github.com/rust-lang/crates.io-index" 6176 + checksum = "bd7b0b5b253ebc0240d6aac6dd671c495c467420577bf634d3064ae7e6fa2b4c" 6177 + dependencies = [ 6178 + "assert-json-diff", 6179 + "async-trait", 6180 + "base64 0.21.0", 6181 + "deadpool", 6182 + "futures", 6183 + "futures-timer", 6184 + "http-types", 6185 + "hyper", 6186 + "log", 6187 + "once_cell", 6188 + "regex", 6189 + "serde", 6190 + "serde_json", 6191 + "tokio", 6192 + ] 6193 + 6194 + [[package]] 6195 + name = "x25519-dalek" 6196 + version = "1.2.0" 6197 + source = "registry+https://github.com/rust-lang/crates.io-index" 6198 + checksum = "2392b6b94a576b4e2bf3c5b2757d63f10ada8020a2e4d08ac849ebcf6ea8e077" 6199 + dependencies = [ 6200 + "curve25519-dalek", 6201 + "rand_core 0.5.1", 6202 + "serde", 6203 + "zeroize", 6204 + ] 6205 + 6206 + [[package]] 6207 + name = "xshell" 6208 + version = "0.1.17" 6209 + source = "registry+https://github.com/rust-lang/crates.io-index" 6210 + checksum = "eaad2035244c56da05573d4d7fda5f903c60a5f35b9110e157a14a1df45a9f14" 6211 + dependencies = [ 6212 + "xshell-macros", 6213 + ] 6214 + 6215 + [[package]] 6216 + name = "xshell-macros" 6217 + version = "0.1.17" 6218 + source = "registry+https://github.com/rust-lang/crates.io-index" 6219 + checksum = "4916a4a3cad759e499a3620523bf9545cc162d7a06163727dde97ce9aaa4cf39" 6220 + 6221 + [[package]] 6222 + name = "xtask" 6223 + version = "0.1.0" 6224 + dependencies = [ 6225 + "camino", 6226 + "clap 4.2.4", 6227 + "fs_extra", 6228 + "serde", 6229 + "serde_json", 6230 + "uniffi", 6231 + "uniffi_bindgen", 6232 + "xshell", 6233 + ] 6234 + 6235 + [[package]] 6236 + name = "zeroize" 6237 + version = "1.3.0" 6238 + source = "registry+https://github.com/rust-lang/crates.io-index" 6239 + checksum = "4756f7db3f7b5574938c3eb1c117038b8e07f95ee6718c0efad4ac21508f1efd" 6240 + dependencies = [ 6241 + "zeroize_derive", 6242 + ] 6243 + 6244 + [[package]] 6245 + name = "zeroize_derive" 6246 + version = "1.4.2" 6247 + source = "registry+https://github.com/rust-lang/crates.io-index" 6248 + checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69" 6249 + dependencies = [ 6250 + "proc-macro2", 6251 + "quote", 6252 + "syn 2.0.15", 6253 + ]
pkgs/development/libraries/matrix-sdk-crypto-nodejs/Cargo.lock pkgs/development/libraries/matrix-sdk-crypto-nodejs/Cargo-beta.3.lock
+13
pkgs/development/libraries/matrix-sdk-crypto-nodejs/beta3.nix
···
··· 1 + import ./generic.nix { 2 + version = "0.1.0-beta.3"; 3 + hash = "sha256-0p+1cMn9PU+Jk2JW7G+sdzxhMaI3gEAk5w2nm05oBSU="; 4 + outputHashes = { 5 + "uniffi-0.21.0" = "sha256-blKCfCsSNtr8NtO7Let7VJ/9oGuW9Eu8j9A6/oHUcP0="; 6 + }; 7 + cargoLock = ./Cargo-beta.3.lock; 8 + patches = [ 9 + # This is needed because two versions of indexed_db_futures are present (which will fail to vendor, see https://github.com/rust-lang/cargo/issues/10310). 10 + # (matrix-sdk-crypto-nodejs doesn't use this dependency, we only need to remove it to vendor the dependencies successfully.) 11 + ./remove-duplicate-dependency.patch 12 + ]; 13 + }
+9 -63
pkgs/development/libraries/matrix-sdk-crypto-nodejs/default.nix
··· 1 - { lib, stdenv, fetchFromGitHub 2 - , cargo, rustPlatform, rustc, napi-rs-cli, nodejs, libiconv 3 - }: 4 - 5 - stdenv.mkDerivation rec { 6 - pname = "matrix-sdk-crypto-nodejs"; 7 - version = "0.1.0-beta.3"; 8 - 9 - src = fetchFromGitHub { 10 - owner = "matrix-org"; 11 - repo = "matrix-rust-sdk"; 12 - rev = "${pname}-v${version}"; 13 - hash = "sha256-0p+1cMn9PU+Jk2JW7G+sdzxhMaI3gEAk5w2nm05oBSU="; 14 - }; 15 - 16 - patches = [ 17 - # This is needed because two versions of indexed_db_futures are present (which will fail to vendor, see https://github.com/rust-lang/cargo/issues/10310). 18 - # (matrix-sdk-crypto-nodejs doesn't use this dependency, we only need to remove it to vendor the dependencies successfully.) 19 - ./remove-duplicate-dependency.patch 20 - ]; 21 - 22 - cargoDeps = rustPlatform.importCargoLock { 23 - lockFile = ./Cargo.lock; 24 - outputHashes = { 25 - "uniffi-0.21.0" = "sha256-blKCfCsSNtr8NtO7Let7VJ/9oGuW9Eu8j9A6/oHUcP0="; 26 - }; 27 - }; 28 - 29 - nativeBuildInputs = [ 30 - rustPlatform.cargoSetupHook 31 - cargo 32 - rustc 33 - napi-rs-cli 34 - nodejs 35 - ]; 36 - 37 - buildInputs = lib.optionals stdenv.isDarwin [ libiconv ]; 38 - 39 - buildPhase = '' 40 - runHook preBuild 41 - 42 - cd bindings/${pname} 43 - npm run release-build --offline 44 - 45 - runHook postBuild 46 - ''; 47 - 48 - installPhase = '' 49 - runHook preInstall 50 - 51 - local -r outPath="$out/lib/node_modules/@matrix-org/${pname}" 52 - mkdir -p "$outPath" 53 - cp package.json index.js index.d.ts matrix-sdk-crypto.*.node "$outPath" 54 - 55 - runHook postInstall 56 - ''; 57 - 58 - meta = with lib; { 59 - description = "A no-network-IO implementation of a state machine that handles E2EE for Matrix clients"; 60 - homepage = "https://github.com/matrix-org/matrix-rust-sdk/tree/${src.rev}/bindings/matrix-sdk-crypto-nodejs"; 61 - license = licenses.asl20; 62 - maintainers = with maintainers; [ winter ]; 63 - inherit (nodejs.meta) platforms; 64 }; 65 }
··· 1 + import ./generic.nix { 2 + version = "0.1.0-beta.6"; 3 + hash = "sha256-0oLk7yq/XELS0GkeZj7PxY3KKXfzws0djF3KmxYisY0="; 4 + outputHashes = { 5 + "ruma-0.8.2" = "sha256-bKvcElIVugj+gZZhPFPGfCqva4fo1IqW/e9gf+q/Tfw="; 6 + "uniffi-0.23.0" = "sha256-4WUp3PQm3ZgqHNMvz9+PBtNAeiq6m4PBViwXpQDglLk="; 7 + "vodozemac-0.3.0" = "sha256-tAimsVD8SZmlVybb7HvRffwlNsfb7gLWGCplmwbLIVE="; 8 }; 9 + cargoLock = ./Cargo-beta.6.lock; 10 + patches = []; 11 }
+60
pkgs/development/libraries/matrix-sdk-crypto-nodejs/generic.nix
···
··· 1 + { version, hash, outputHashes, cargoLock, patches }: 2 + 3 + { lib, stdenv, fetchFromGitHub 4 + , cargo, rustPlatform, rustc, napi-rs-cli, nodejs, libiconv 5 + }: 6 + 7 + stdenv.mkDerivation rec { 8 + pname = "matrix-sdk-crypto-nodejs"; 9 + inherit version patches; 10 + 11 + src = fetchFromGitHub { 12 + owner = "matrix-org"; 13 + repo = "matrix-rust-sdk"; 14 + rev = "${pname}-v${version}"; 15 + inherit hash; 16 + }; 17 + 18 + 19 + cargoDeps = rustPlatform.importCargoLock { 20 + lockFile = cargoLock; 21 + inherit outputHashes; 22 + }; 23 + 24 + nativeBuildInputs = [ 25 + rustPlatform.cargoSetupHook 26 + cargo 27 + rustc 28 + napi-rs-cli 29 + nodejs 30 + ]; 31 + 32 + buildInputs = lib.optionals stdenv.isDarwin [ libiconv ]; 33 + 34 + buildPhase = '' 35 + runHook preBuild 36 + 37 + cd bindings/${pname} 38 + npm run release-build --offline 39 + 40 + runHook postBuild 41 + ''; 42 + 43 + installPhase = '' 44 + runHook preInstall 45 + 46 + local -r outPath="$out/lib/node_modules/@matrix-org/${pname}" 47 + mkdir -p "$outPath" 48 + cp package.json index.js index.d.ts matrix-sdk-crypto.*.node "$outPath" 49 + 50 + runHook postInstall 51 + ''; 52 + 53 + meta = with lib; { 54 + description = "A no-network-IO implementation of a state machine that handles E2EE for Matrix clients"; 55 + homepage = "https://github.com/matrix-org/matrix-rust-sdk/tree/${src.rev}/bindings/matrix-sdk-crypto-nodejs"; 56 + license = licenses.asl20; 57 + maintainers = with maintainers; [ winter ]; 58 + inherit (nodejs.meta) platforms; 59 + }; 60 + }
+13 -12
pkgs/servers/matrix-synapse/matrix-hookshot/package.json
··· 1 { 2 "name": "matrix-hookshot", 3 - "version": "3.2.0", 4 "description": "A bridge between Matrix and multiple project management services, such as GitHub, GitLab and JIRA.", 5 "main": "lib/app.js", 6 "repository": "https://github.com/matrix-org/matrix-hookshot", ··· 10 "name": "matrix-hookshot-rs" 11 }, 12 "engines": { 13 - "node": ">=16" 14 }, 15 "scripts": { 16 "build:web": "vite build", ··· 30 "start:app": "node --require source-map-support/register lib/App/BridgeApp.js", 31 "start:webhooks": "node --require source-map-support/register lib/App/GithubWebhookApp.js", 32 "start:matrixsender": "node --require source-map-support/register lib/App/MatrixSenderApp.js", 33 "test": "mocha -r ts-node/register tests/init.ts tests/*.ts tests/**/*.ts", 34 "test:cover": "nyc --reporter=lcov --reporter=text yarn test", 35 "lint": "yarn run lint:js && yarn run lint:rs", 36 "lint:js": "eslint -c .eslintrc.js 'src/**/*.ts' 'tests/**/*.ts' 'web/**/*.ts' 'web/**/*.tsx'", 37 "lint:rs": "cargo fmt --all -- --check", 38 "generate-default-config": "ts-node src/Config/Defaults.ts --config > config.sample.yml", 39 "validate-config": "ts-node src/Config/Config.ts" 40 }, ··· 53 "ioredis": "^5.2.3", 54 "jira-client": "^8.0.0", 55 "markdown-it": "^12.3.2", 56 - "matrix-appservice-bridge": "^6.0.0", 57 - "matrix-bot-sdk": "npm:@vector-im/matrix-bot-sdk@^0.6.3-element.0", 58 "matrix-widget-api": "^1.0.0", 59 "micromatch": "^4.0.4", 60 "mime": "^3.0.0", ··· 63 "p-queue": "^6.6.2", 64 "prom-client": "^14.0.1", 65 "reflect-metadata": "^0.1.13", 66 - "rss-parser": "^3.12.0", 67 "source-map-support": "^0.5.21", 68 "string-argv": "^0.3.1", 69 "tiny-typed-emitter": "^2.1.0", 70 - "vm2": "^3.9.11", 71 "winston": "^3.3.3", 72 - "xml2js": "^0.4.23", 73 - "yaml": "^1.10.2" 74 }, 75 "devDependencies": { 76 "@codemirror/lang-javascript": "^6.0.2", 77 "@napi-rs/cli": "^2.2.0", 78 "@preact/preset-vite": "^2.2.0", 79 - "@tsconfig/node16": "^1.0.3", 80 "@types/ajv": "^1.0.0", 81 "@types/chai": "^4.2.22", 82 "@types/cors": "^2.8.12", ··· 86 "@types/micromatch": "^4.0.1", 87 "@types/mime": "^2.0.3", 88 "@types/mocha": "^9.0.0", 89 - "@types/node": "^16", 90 "@types/node-emoji": "^1.8.1", 91 "@types/uuid": "^8.3.3", 92 "@types/xml2js": "^0.4.11", 93 "@typescript-eslint/eslint-plugin": "^5.4.0", 94 "@typescript-eslint/parser": "^5.4.0", 95 "@uiw/react-codemirror": "^4.12.3", ··· 102 "preact": "^10.5.15", 103 "rimraf": "^3.0.2", 104 "sass": "^1.51.0", 105 - "ts-node": "^10.4.0", 106 - "typescript": "^4.5.2", 107 "vite": "^4.1.4", 108 "vite-svg-loader": "^4.0.0" 109 }
··· 1 { 2 "name": "matrix-hookshot", 3 + "version": "4.0.0", 4 "description": "A bridge between Matrix and multiple project management services, such as GitHub, GitLab and JIRA.", 5 "main": "lib/app.js", 6 "repository": "https://github.com/matrix-org/matrix-hookshot", ··· 10 "name": "matrix-hookshot-rs" 11 }, 12 "engines": { 13 + "node": ">=18" 14 }, 15 "scripts": { 16 "build:web": "vite build", ··· 30 "start:app": "node --require source-map-support/register lib/App/BridgeApp.js", 31 "start:webhooks": "node --require source-map-support/register lib/App/GithubWebhookApp.js", 32 "start:matrixsender": "node --require source-map-support/register lib/App/MatrixSenderApp.js", 33 + "start:resetcrypto": "node --require source-map-support/register lib/App/ResetCryptoStore.js", 34 "test": "mocha -r ts-node/register tests/init.ts tests/*.ts tests/**/*.ts", 35 "test:cover": "nyc --reporter=lcov --reporter=text yarn test", 36 "lint": "yarn run lint:js && yarn run lint:rs", 37 "lint:js": "eslint -c .eslintrc.js 'src/**/*.ts' 'tests/**/*.ts' 'web/**/*.ts' 'web/**/*.tsx'", 38 "lint:rs": "cargo fmt --all -- --check", 39 + "lint:rs:apply": "cargo fmt --all", 40 "generate-default-config": "ts-node src/Config/Defaults.ts --config > config.sample.yml", 41 "validate-config": "ts-node src/Config/Config.ts" 42 }, ··· 55 "ioredis": "^5.2.3", 56 "jira-client": "^8.0.0", 57 "markdown-it": "^12.3.2", 58 + "matrix-appservice-bridge": "^9.0.0", 59 + "matrix-bot-sdk": "npm:@vector-im/matrix-bot-sdk@^0.6.6-element.1", 60 "matrix-widget-api": "^1.0.0", 61 "micromatch": "^4.0.4", 62 "mime": "^3.0.0", ··· 65 "p-queue": "^6.6.2", 66 "prom-client": "^14.0.1", 67 "reflect-metadata": "^0.1.13", 68 "source-map-support": "^0.5.21", 69 "string-argv": "^0.3.1", 70 "tiny-typed-emitter": "^2.1.0", 71 + "vm2": "^3.9.17", 72 "winston": "^3.3.3", 73 + "xml2js": "^0.5.0", 74 + "yaml": "^2.2.2" 75 }, 76 "devDependencies": { 77 "@codemirror/lang-javascript": "^6.0.2", 78 "@napi-rs/cli": "^2.2.0", 79 "@preact/preset-vite": "^2.2.0", 80 + "@tsconfig/node18": "^2.0.0", 81 "@types/ajv": "^1.0.0", 82 "@types/chai": "^4.2.22", 83 "@types/cors": "^2.8.12", ··· 87 "@types/micromatch": "^4.0.1", 88 "@types/mime": "^2.0.3", 89 "@types/mocha": "^9.0.0", 90 "@types/node-emoji": "^1.8.1", 91 "@types/uuid": "^8.3.3", 92 "@types/xml2js": "^0.4.11", 93 + "@types/node": "18", 94 "@typescript-eslint/eslint-plugin": "^5.4.0", 95 "@typescript-eslint/parser": "^5.4.0", 96 "@uiw/react-codemirror": "^4.12.3", ··· 103 "preact": "^10.5.15", 104 "rimraf": "^3.0.2", 105 "sass": "^1.51.0", 106 + "ts-node": "^10.9.1", 107 + "typescript": "^5.0.4", 108 "vite": "^4.1.4", 109 "vite-svg-loader": "^4.0.0" 110 }
+4 -4
pkgs/servers/matrix-synapse/matrix-hookshot/pin.json
··· 1 { 2 - "version": "3.2.0", 3 - "srcHash": "7u3JT7BFoJB95vlpKagMgWzoJg0vPYX4CEoqANW0FL4=", 4 - "yarnHash": "0ivizv90wrbz583xjvbakv6vg782h7pjm5zbm8wb9qkpnj735avz", 5 - "cargoHash": "CVJoDaQzyMJUaCx7MQg/bQHVicbkmwNpwncLSbWQwbA=" 6 }
··· 1 { 2 + "version": "4.0.0", 3 + "srcHash": "imZMYp1bgt5N8hPO6S4V133DoPCQoJ5TnMCG905qT1s=", 4 + "yarnHash": "0rnb7i6v7pz2wywjrj0nb2c9am94pbxin1jiykj5p6czmzw289kl", 5 + "cargoHash": "ldz5b7bC7qWRMVDixA4d5ls5Y1ONvElruRC+/TgQWr8=" 6 }
+10 -3
pkgs/top-level/all-packages.nix
··· 9346 9347 matrix-appservice-irc = callPackage ../servers/matrix-synapse/matrix-appservice-irc { }; 9348 9349 - matrix-appservice-slack = callPackage ../servers/matrix-synapse/matrix-appservice-slack { }; 9350 9351 - matrix-appservice-discord = callPackage ../servers/matrix-appservice-discord { }; 9352 9353 matrix-corporal = callPackage ../servers/matrix-corporal { }; 9354 ··· 9453 9454 ministat = callPackage ../tools/misc/ministat { }; 9455 9456 - mjolnir = callPackage ../servers/mjolnir { }; 9457 9458 mmutils = callPackage ../tools/X11/mmutils { }; 9459 ··· 9981 }; 9982 9983 matrix-sdk-crypto-nodejs = callPackage ../development/libraries/matrix-sdk-crypto-nodejs { }; 9984 9985 email = callPackage ../tools/networking/email { }; 9986
··· 9346 9347 matrix-appservice-irc = callPackage ../servers/matrix-synapse/matrix-appservice-irc { }; 9348 9349 + matrix-appservice-slack = callPackage ../servers/matrix-synapse/matrix-appservice-slack { 9350 + matrix-sdk-crypto-nodejs = matrix-sdk-crypto-nodejs-0_1_0-beta_3; 9351 + }; 9352 9353 + matrix-appservice-discord = callPackage ../servers/matrix-appservice-discord { 9354 + matrix-sdk-crypto-nodejs = matrix-sdk-crypto-nodejs-0_1_0-beta_3; 9355 + }; 9356 9357 matrix-corporal = callPackage ../servers/matrix-corporal { }; 9358 ··· 9457 9458 ministat = callPackage ../tools/misc/ministat { }; 9459 9460 + mjolnir = callPackage ../servers/mjolnir { 9461 + matrix-sdk-crypto-nodejs = matrix-sdk-crypto-nodejs-0_1_0-beta_3; 9462 + }; 9463 9464 mmutils = callPackage ../tools/X11/mmutils { }; 9465 ··· 9987 }; 9988 9989 matrix-sdk-crypto-nodejs = callPackage ../development/libraries/matrix-sdk-crypto-nodejs { }; 9990 + matrix-sdk-crypto-nodejs-0_1_0-beta_3 = callPackage ../development/libraries/matrix-sdk-crypto-nodejs/beta3.nix { }; 9991 9992 email = callPackage ../tools/networking/email { }; 9993