matrix-sdk-crypto-nodejs: use fetchCargoVendor and refactor (#386731)

authored by Arne Keller and committed by GitHub 69b66706 e00850f5

+12 -5573
-5564
pkgs/by-name/ma/matrix-appservice-slack/matrix-sdk-crypto-nodejs-0_1_0-beta_3/Cargo-beta.3.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.17.0" 8 - source = "registry+https://github.com/rust-lang/crates.io-index" 9 - checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b" 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.3", 34 - ] 35 - 36 - [[package]] 37 - name = "aes" 38 - version = "0.8.1" 39 - source = "registry+https://github.com/rust-lang/crates.io-index" 40 - checksum = "bfe0133578c0986e1fe3dfcd4af1cc5b2dd6c3dbf534d69916ce16a2701d40ba" 41 - dependencies = [ 42 - "cfg-if", 43 - "cipher 0.4.3", 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.7", 54 - "once_cell", 55 - "version_check", 56 - ] 57 - 58 - [[package]] 59 - name = "aho-corasick" 60 - version = "0.7.18" 61 - source = "registry+https://github.com/rust-lang/crates.io-index" 62 - checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f" 63 - dependencies = [ 64 - "memchr", 65 - ] 66 - 67 - [[package]] 68 - name = "android_system_properties" 69 - version = "0.1.5" 70 - source = "registry+https://github.com/rust-lang/crates.io-index" 71 - checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 72 - dependencies = [ 73 - "libc", 74 - ] 75 - 76 - [[package]] 77 - name = "ansi_term" 78 - version = "0.12.1" 79 - source = "registry+https://github.com/rust-lang/crates.io-index" 80 - checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" 81 - dependencies = [ 82 - "winapi", 83 - ] 84 - 85 - [[package]] 86 - name = "anyhow" 87 - version = "1.0.65" 88 - source = "registry+https://github.com/rust-lang/crates.io-index" 89 - checksum = "98161a4e3e2184da77bb14f02184cdd111e83bbbcc9979dfee3c44b9a85f5602" 90 - 91 - [[package]] 92 - name = "anymap2" 93 - version = "0.13.0" 94 - source = "registry+https://github.com/rust-lang/crates.io-index" 95 - checksum = "d301b3b94cb4b2f23d7917810addbbaff90738e0ca2be692bd027e70d7e0330c" 96 - 97 - [[package]] 98 - name = "app_dirs2" 99 - version = "2.5.4" 100 - source = "registry+https://github.com/rust-lang/crates.io-index" 101 - checksum = "47a8d2d8dbda5fca0a522259fb88e4f55d2b10ad39f5f03adeebf85031eba501" 102 - dependencies = [ 103 - "jni", 104 - "ndk-context", 105 - "winapi", 106 - "xdg", 107 - ] 108 - 109 - [[package]] 110 - name = "arc-swap" 111 - version = "1.5.1" 112 - source = "registry+https://github.com/rust-lang/crates.io-index" 113 - checksum = "983cd8b9d4b02a6dc6ffa557262eb5858a27a0038ffffe21a0f133eaa819a164" 114 - 115 - [[package]] 116 - name = "arrayref" 117 - version = "0.3.6" 118 - source = "registry+https://github.com/rust-lang/crates.io-index" 119 - checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544" 120 - 121 - [[package]] 122 - name = "arrayvec" 123 - version = "0.4.12" 124 - source = "registry+https://github.com/rust-lang/crates.io-index" 125 - checksum = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9" 126 - dependencies = [ 127 - "nodrop", 128 - ] 129 - 130 - [[package]] 131 - name = "arrayvec" 132 - version = "0.7.2" 133 - source = "registry+https://github.com/rust-lang/crates.io-index" 134 - checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6" 135 - dependencies = [ 136 - "serde", 137 - ] 138 - 139 - [[package]] 140 - name = "askama" 141 - version = "0.11.1" 142 - source = "registry+https://github.com/rust-lang/crates.io-index" 143 - checksum = "fb98f10f371286b177db5eeb9a6e5396609555686a35e1d4f7b9a9c6d8af0139" 144 - dependencies = [ 145 - "askama_derive", 146 - "askama_escape", 147 - "askama_shared", 148 - ] 149 - 150 - [[package]] 151 - name = "askama_derive" 152 - version = "0.11.2" 153 - source = "registry+https://github.com/rust-lang/crates.io-index" 154 - checksum = "87bf87e6e8b47264efa9bde63d6225c6276a52e05e91bf37eaa8afd0032d6b71" 155 - dependencies = [ 156 - "askama_shared", 157 - "proc-macro2", 158 - "syn", 159 - ] 160 - 161 - [[package]] 162 - name = "askama_escape" 163 - version = "0.10.3" 164 - source = "registry+https://github.com/rust-lang/crates.io-index" 165 - checksum = "619743e34b5ba4e9703bba34deac3427c72507c7159f5fd030aea8cac0cfe341" 166 - 167 - [[package]] 168 - name = "askama_shared" 169 - version = "0.12.2" 170 - source = "registry+https://github.com/rust-lang/crates.io-index" 171 - checksum = "bf722b94118a07fcbc6640190f247334027685d4e218b794dbfe17c32bf38ed0" 172 - dependencies = [ 173 - "askama_escape", 174 - "mime", 175 - "mime_guess", 176 - "nom", 177 - "proc-macro2", 178 - "quote", 179 - "serde", 180 - "syn", 181 - "toml", 182 - ] 183 - 184 - [[package]] 185 - name = "assert-json-diff" 186 - version = "2.0.2" 187 - source = "registry+https://github.com/rust-lang/crates.io-index" 188 - checksum = "47e4f2b81832e72834d7518d8487a0396a28cc408186a2e8854c0f98011faf12" 189 - dependencies = [ 190 - "serde", 191 - "serde_json", 192 - ] 193 - 194 - [[package]] 195 - name = "assert_matches" 196 - version = "1.5.0" 197 - source = "registry+https://github.com/rust-lang/crates.io-index" 198 - checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9" 199 - 200 - [[package]] 201 - name = "assign" 202 - version = "1.1.1" 203 - source = "registry+https://github.com/rust-lang/crates.io-index" 204 - checksum = "5f093eed78becd229346bf859eec0aa4dd7ddde0757287b2b4107a1f09c80002" 205 - 206 - [[package]] 207 - name = "async-channel" 208 - version = "1.7.1" 209 - source = "registry+https://github.com/rust-lang/crates.io-index" 210 - checksum = "e14485364214912d3b19cc3435dde4df66065127f05fa0d75c712f36f12c2f28" 211 - dependencies = [ 212 - "concurrent-queue", 213 - "event-listener", 214 - "futures-core", 215 - ] 216 - 217 - [[package]] 218 - name = "async-lock" 219 - version = "2.5.0" 220 - source = "registry+https://github.com/rust-lang/crates.io-index" 221 - checksum = "e97a171d191782fba31bb902b14ad94e24a68145032b7eedf871ab0bc0d077b6" 222 - dependencies = [ 223 - "event-listener", 224 - ] 225 - 226 - [[package]] 227 - name = "async-once-cell" 228 - version = "0.4.2" 229 - source = "registry+https://github.com/rust-lang/crates.io-index" 230 - checksum = "f61305cacf1d0c5c9d3ee283d22f8f1f8c743a18ceb44a1b102bd53476c141de" 231 - 232 - [[package]] 233 - name = "async-stream" 234 - version = "0.3.3" 235 - source = "registry+https://github.com/rust-lang/crates.io-index" 236 - checksum = "dad5c83079eae9969be7fadefe640a1c566901f05ff91ab221de4b6f68d9507e" 237 - dependencies = [ 238 - "async-stream-impl", 239 - "futures-core", 240 - ] 241 - 242 - [[package]] 243 - name = "async-stream-impl" 244 - version = "0.3.3" 245 - source = "registry+https://github.com/rust-lang/crates.io-index" 246 - checksum = "10f203db73a71dfa2fb6dd22763990fa26f3d2625a6da2da900d23b87d26be27" 247 - dependencies = [ 248 - "proc-macro2", 249 - "quote", 250 - "syn", 251 - ] 252 - 253 - [[package]] 254 - name = "async-trait" 255 - version = "0.1.57" 256 - source = "registry+https://github.com/rust-lang/crates.io-index" 257 - checksum = "76464446b8bc32758d7e88ee1a804d9914cd9b1cb264c029899680b0be29826f" 258 - dependencies = [ 259 - "proc-macro2", 260 - "quote", 261 - "syn", 262 - ] 263 - 264 - [[package]] 265 - name = "atomic" 266 - version = "0.5.1" 267 - source = "registry+https://github.com/rust-lang/crates.io-index" 268 - checksum = "b88d82667eca772c4aa12f0f1348b3ae643424c8876448f3f7bd5787032e234c" 269 - dependencies = [ 270 - "autocfg", 271 - ] 272 - 273 - [[package]] 274 - name = "atty" 275 - version = "0.2.14" 276 - source = "registry+https://github.com/rust-lang/crates.io-index" 277 - checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 278 - dependencies = [ 279 - "hermit-abi", 280 - "libc", 281 - "winapi", 282 - ] 283 - 284 - [[package]] 285 - name = "autocfg" 286 - version = "1.1.0" 287 - source = "registry+https://github.com/rust-lang/crates.io-index" 288 - checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 289 - 290 - [[package]] 291 - name = "axum" 292 - version = "0.5.16" 293 - source = "registry+https://github.com/rust-lang/crates.io-index" 294 - checksum = "c9e3356844c4d6a6d6467b8da2cffb4a2820be256f50a3a386c9d152bab31043" 295 - dependencies = [ 296 - "async-trait", 297 - "axum-core", 298 - "bitflags", 299 - "bytes", 300 - "futures-util", 301 - "http", 302 - "http-body", 303 - "hyper", 304 - "itoa 1.0.3", 305 - "matchit", 306 - "memchr", 307 - "mime", 308 - "percent-encoding", 309 - "pin-project-lite", 310 - "serde", 311 - "serde_json", 312 - "sync_wrapper", 313 - "tokio", 314 - "tower", 315 - "tower-http", 316 - "tower-layer", 317 - "tower-service", 318 - ] 319 - 320 - [[package]] 321 - name = "axum-core" 322 - version = "0.2.8" 323 - source = "registry+https://github.com/rust-lang/crates.io-index" 324 - checksum = "d9f0c0a60006f2a293d82d571f635042a72edf927539b7685bd62d361963839b" 325 - dependencies = [ 326 - "async-trait", 327 - "bytes", 328 - "futures-util", 329 - "http", 330 - "http-body", 331 - "mime", 332 - "tower-layer", 333 - "tower-service", 334 - ] 335 - 336 - [[package]] 337 - name = "backoff" 338 - version = "0.4.0" 339 - source = "registry+https://github.com/rust-lang/crates.io-index" 340 - checksum = "b62ddb9cb1ec0a098ad4bbf9344d0713fa193ae1a80af55febcff2627b6a00c1" 341 - dependencies = [ 342 - "futures-core", 343 - "getrandom 0.2.7", 344 - "instant", 345 - "pin-project-lite", 346 - "rand 0.8.5", 347 - "tokio", 348 - ] 349 - 350 - [[package]] 351 - name = "backtrace" 352 - version = "0.3.66" 353 - source = "registry+https://github.com/rust-lang/crates.io-index" 354 - checksum = "cab84319d616cfb654d03394f38ab7e6f0919e181b1b57e1fd15e7fb4077d9a7" 355 - dependencies = [ 356 - "addr2line", 357 - "cc", 358 - "cfg-if", 359 - "libc", 360 - "miniz_oxide 0.5.3", 361 - "object", 362 - "rustc-demangle", 363 - ] 364 - 365 - [[package]] 366 - name = "base64" 367 - version = "0.13.0" 368 - source = "registry+https://github.com/rust-lang/crates.io-index" 369 - checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd" 370 - 371 - [[package]] 372 - name = "base64ct" 373 - version = "1.5.2" 374 - source = "registry+https://github.com/rust-lang/crates.io-index" 375 - checksum = "ea2b2456fd614d856680dcd9fcc660a51a820fa09daef2e49772b56a193c8474" 376 - 377 - [[package]] 378 - name = "benchmarks" 379 - version = "1.0.0" 380 - dependencies = [ 381 - "criterion", 382 - "matrix-sdk-crypto", 383 - "matrix-sdk-sled", 384 - "matrix-sdk-test", 385 - "pprof", 386 - "ruma", 387 - "serde_json", 388 - "tempfile", 389 - "tokio", 390 - ] 391 - 392 - [[package]] 393 - name = "bincode" 394 - version = "1.3.3" 395 - source = "registry+https://github.com/rust-lang/crates.io-index" 396 - checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" 397 - dependencies = [ 398 - "serde", 399 - ] 400 - 401 - [[package]] 402 - name = "bit-set" 403 - version = "0.5.3" 404 - source = "registry+https://github.com/rust-lang/crates.io-index" 405 - checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1" 406 - dependencies = [ 407 - "bit-vec", 408 - ] 409 - 410 - [[package]] 411 - name = "bit-vec" 412 - version = "0.6.3" 413 - source = "registry+https://github.com/rust-lang/crates.io-index" 414 - checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb" 415 - 416 - [[package]] 417 - name = "bitflags" 418 - version = "1.3.2" 419 - source = "registry+https://github.com/rust-lang/crates.io-index" 420 - checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 421 - 422 - [[package]] 423 - name = "blake3" 424 - version = "1.3.1" 425 - source = "registry+https://github.com/rust-lang/crates.io-index" 426 - checksum = "a08e53fc5a564bb15bfe6fae56bd71522205f1f91893f9c0116edad6496c183f" 427 - dependencies = [ 428 - "arrayref", 429 - "arrayvec 0.7.2", 430 - "cc", 431 - "cfg-if", 432 - "constant_time_eq", 433 - "digest 0.10.3", 434 - ] 435 - 436 - [[package]] 437 - name = "block-buffer" 438 - version = "0.9.0" 439 - source = "registry+https://github.com/rust-lang/crates.io-index" 440 - checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4" 441 - dependencies = [ 442 - "generic-array", 443 - ] 444 - 445 - [[package]] 446 - name = "block-buffer" 447 - version = "0.10.2" 448 - source = "registry+https://github.com/rust-lang/crates.io-index" 449 - checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324" 450 - dependencies = [ 451 - "generic-array", 452 - ] 453 - 454 - [[package]] 455 - name = "block-padding" 456 - version = "0.3.2" 457 - source = "registry+https://github.com/rust-lang/crates.io-index" 458 - checksum = "0a90ec2df9600c28a01c56c4784c9207a96d2451833aeceb8cc97e4c9548bb78" 459 - dependencies = [ 460 - "generic-array", 461 - ] 462 - 463 - [[package]] 464 - name = "bs58" 465 - version = "0.4.0" 466 - source = "registry+https://github.com/rust-lang/crates.io-index" 467 - checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3" 468 - 469 - [[package]] 470 - name = "bstr" 471 - version = "0.2.17" 472 - source = "registry+https://github.com/rust-lang/crates.io-index" 473 - checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223" 474 - dependencies = [ 475 - "lazy_static", 476 - "memchr", 477 - "regex-automata", 478 - "serde", 479 - ] 480 - 481 - [[package]] 482 - name = "bumpalo" 483 - version = "3.11.0" 484 - source = "registry+https://github.com/rust-lang/crates.io-index" 485 - checksum = "c1ad822118d20d2c234f427000d5acc36eabe1e29a348c89b63dd60b13f28e5d" 486 - 487 - [[package]] 488 - name = "bytemuck" 489 - version = "1.12.1" 490 - source = "registry+https://github.com/rust-lang/crates.io-index" 491 - checksum = "2f5715e491b5a1598fc2bef5a606847b5dc1d48ea625bd3c02c00de8285591da" 492 - 493 - [[package]] 494 - name = "byteorder" 495 - version = "1.4.3" 496 - source = "registry+https://github.com/rust-lang/crates.io-index" 497 - checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" 498 - 499 - [[package]] 500 - name = "bytes" 501 - version = "1.2.1" 502 - source = "registry+https://github.com/rust-lang/crates.io-index" 503 - checksum = "ec8a7b6a70fde80372154c65702f00a0f56f3e1c36abbc6c440484be248856db" 504 - 505 - [[package]] 506 - name = "cache-padded" 507 - version = "1.2.0" 508 - source = "registry+https://github.com/rust-lang/crates.io-index" 509 - checksum = "c1db59621ec70f09c5e9b597b220c7a2b43611f4710dc03ceb8748637775692c" 510 - 511 - [[package]] 512 - name = "camino" 513 - version = "1.1.1" 514 - source = "registry+https://github.com/rust-lang/crates.io-index" 515 - checksum = "88ad0e1e3e88dd237a156ab9f571021b8a158caa0ae44b1968a241efb5144c1e" 516 - dependencies = [ 517 - "serde", 518 - ] 519 - 520 - [[package]] 521 - name = "cargo-platform" 522 - version = "0.1.2" 523 - source = "registry+https://github.com/rust-lang/crates.io-index" 524 - checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27" 525 - dependencies = [ 526 - "serde", 527 - ] 528 - 529 - [[package]] 530 - name = "cargo_metadata" 531 - version = "0.15.1" 532 - source = "registry+https://github.com/rust-lang/crates.io-index" 533 - checksum = "406c859255d568f4f742b3146d51851f3bfd49f734a2c289d9107c4395ee0062" 534 - dependencies = [ 535 - "camino", 536 - "cargo-platform", 537 - "semver", 538 - "serde", 539 - "serde_json", 540 - "thiserror", 541 - ] 542 - 543 - [[package]] 544 - name = "cassowary" 545 - version = "0.3.0" 546 - source = "registry+https://github.com/rust-lang/crates.io-index" 547 - checksum = "df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53" 548 - 549 - [[package]] 550 - name = "cast" 551 - version = "0.3.0" 552 - source = "registry+https://github.com/rust-lang/crates.io-index" 553 - checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" 554 - 555 - [[package]] 556 - name = "cbc" 557 - version = "0.1.2" 558 - source = "registry+https://github.com/rust-lang/crates.io-index" 559 - checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6" 560 - dependencies = [ 561 - "cipher 0.4.3", 562 - ] 563 - 564 - [[package]] 565 - name = "cc" 566 - version = "1.0.73" 567 - source = "registry+https://github.com/rust-lang/crates.io-index" 568 - checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11" 569 - 570 - [[package]] 571 - name = "cesu8" 572 - version = "1.1.0" 573 - source = "registry+https://github.com/rust-lang/crates.io-index" 574 - checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" 575 - 576 - [[package]] 577 - name = "cfg-if" 578 - version = "1.0.0" 579 - source = "registry+https://github.com/rust-lang/crates.io-index" 580 - checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 581 - 582 - [[package]] 583 - name = "chacha20" 584 - version = "0.8.2" 585 - source = "registry+https://github.com/rust-lang/crates.io-index" 586 - checksum = "5c80e5460aa66fe3b91d40bcbdab953a597b60053e34d684ac6903f863b680a6" 587 - dependencies = [ 588 - "cfg-if", 589 - "cipher 0.3.0", 590 - "cpufeatures", 591 - "zeroize", 592 - ] 593 - 594 - [[package]] 595 - name = "chacha20poly1305" 596 - version = "0.9.1" 597 - source = "registry+https://github.com/rust-lang/crates.io-index" 598 - checksum = "a18446b09be63d457bbec447509e85f662f32952b035ce892290396bc0b0cff5" 599 - dependencies = [ 600 - "aead", 601 - "chacha20", 602 - "cipher 0.3.0", 603 - "poly1305", 604 - "zeroize", 605 - ] 606 - 607 - [[package]] 608 - name = "checked_int_cast" 609 - version = "1.0.0" 610 - source = "registry+https://github.com/rust-lang/crates.io-index" 611 - checksum = "17cc5e6b5ab06331c33589842070416baa137e8b0eb912b008cfd4a78ada7919" 612 - 613 - [[package]] 614 - name = "chrono" 615 - version = "0.4.22" 616 - source = "registry+https://github.com/rust-lang/crates.io-index" 617 - checksum = "bfd4d1b31faaa3a89d7934dbded3111da0d2ef28e3ebccdb4f0179f5929d1ef1" 618 - dependencies = [ 619 - "iana-time-zone", 620 - "js-sys", 621 - "num-integer", 622 - "num-traits", 623 - "time 0.1.44", 624 - "wasm-bindgen", 625 - "winapi", 626 - ] 627 - 628 - [[package]] 629 - name = "cipher" 630 - version = "0.3.0" 631 - source = "registry+https://github.com/rust-lang/crates.io-index" 632 - checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7" 633 - dependencies = [ 634 - "generic-array", 635 - ] 636 - 637 - [[package]] 638 - name = "cipher" 639 - version = "0.4.3" 640 - source = "registry+https://github.com/rust-lang/crates.io-index" 641 - checksum = "d1873270f8f7942c191139cb8a40fd228da6c3fd2fc376d7e92d47aa14aeb59e" 642 - dependencies = [ 643 - "crypto-common", 644 - "inout", 645 - ] 646 - 647 - [[package]] 648 - name = "clap" 649 - version = "2.34.0" 650 - source = "registry+https://github.com/rust-lang/crates.io-index" 651 - checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c" 652 - dependencies = [ 653 - "ansi_term", 654 - "atty", 655 - "bitflags", 656 - "strsim 0.8.0", 657 - "textwrap 0.11.0", 658 - "unicode-width", 659 - "vec_map", 660 - ] 661 - 662 - [[package]] 663 - name = "clap" 664 - version = "3.2.22" 665 - source = "registry+https://github.com/rust-lang/crates.io-index" 666 - checksum = "86447ad904c7fb335a790c9d7fe3d0d971dc523b8ccd1561a520de9a85302750" 667 - dependencies = [ 668 - "atty", 669 - "bitflags", 670 - "clap_derive 3.2.18", 671 - "clap_lex 0.2.4", 672 - "indexmap", 673 - "once_cell", 674 - "strsim 0.10.0", 675 - "termcolor", 676 - "textwrap 0.15.1", 677 - ] 678 - 679 - [[package]] 680 - name = "clap" 681 - version = "4.0.18" 682 - source = "registry+https://github.com/rust-lang/crates.io-index" 683 - checksum = "335867764ed2de42325fafe6d18b8af74ba97ee0c590fa016f157535b42ab04b" 684 - dependencies = [ 685 - "atty", 686 - "bitflags", 687 - "clap_derive 4.0.18", 688 - "clap_lex 0.3.0", 689 - "once_cell", 690 - "strsim 0.10.0", 691 - "termcolor", 692 - ] 693 - 694 - [[package]] 695 - name = "clap_derive" 696 - version = "3.2.18" 697 - source = "registry+https://github.com/rust-lang/crates.io-index" 698 - checksum = "ea0c8bce528c4be4da13ea6fead8965e95b6073585a2f05204bd8f4119f82a65" 699 - dependencies = [ 700 - "heck 0.4.0", 701 - "proc-macro-error", 702 - "proc-macro2", 703 - "quote", 704 - "syn", 705 - ] 706 - 707 - [[package]] 708 - name = "clap_derive" 709 - version = "4.0.18" 710 - source = "registry+https://github.com/rust-lang/crates.io-index" 711 - checksum = "16a1b0f6422af32d5da0c58e2703320f379216ee70198241c84173a8c5ac28f3" 712 - dependencies = [ 713 - "heck 0.4.0", 714 - "proc-macro-error", 715 - "proc-macro2", 716 - "quote", 717 - "syn", 718 - ] 719 - 720 - [[package]] 721 - name = "clap_lex" 722 - version = "0.2.4" 723 - source = "registry+https://github.com/rust-lang/crates.io-index" 724 - checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5" 725 - dependencies = [ 726 - "os_str_bytes", 727 - ] 728 - 729 - [[package]] 730 - name = "clap_lex" 731 - version = "0.3.0" 732 - source = "registry+https://github.com/rust-lang/crates.io-index" 733 - checksum = "0d4198f73e42b4936b35b5bb248d81d2b595ecb170da0bac7655c54eedfa8da8" 734 - dependencies = [ 735 - "os_str_bytes", 736 - ] 737 - 738 - [[package]] 739 - name = "clipboard-win" 740 - version = "4.4.2" 741 - source = "registry+https://github.com/rust-lang/crates.io-index" 742 - checksum = "c4ab1b92798304eedc095b53942963240037c0516452cb11aeba709d420b2219" 743 - dependencies = [ 744 - "error-code", 745 - "str-buf", 746 - "winapi", 747 - ] 748 - 749 - [[package]] 750 - name = "cmake" 751 - version = "0.1.48" 752 - source = "registry+https://github.com/rust-lang/crates.io-index" 753 - checksum = "e8ad8cef104ac57b68b89df3208164d228503abbdce70f6880ffa3d970e7443a" 754 - dependencies = [ 755 - "cc", 756 - ] 757 - 758 - [[package]] 759 - name = "color_quant" 760 - version = "1.1.0" 761 - source = "registry+https://github.com/rust-lang/crates.io-index" 762 - checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" 763 - 764 - [[package]] 765 - name = "combine" 766 - version = "4.6.6" 767 - source = "registry+https://github.com/rust-lang/crates.io-index" 768 - checksum = "35ed6e9d84f0b51a7f52daf1c7d71dd136fd7a3f41a8462b8cdb8c78d920fad4" 769 - dependencies = [ 770 - "bytes", 771 - "memchr", 772 - ] 773 - 774 - [[package]] 775 - name = "concurrent-queue" 776 - version = "1.2.4" 777 - source = "registry+https://github.com/rust-lang/crates.io-index" 778 - checksum = "af4780a44ab5696ea9e28294517f1fffb421a83a25af521333c838635509db9c" 779 - dependencies = [ 780 - "cache-padded", 781 - ] 782 - 783 - [[package]] 784 - name = "console" 785 - version = "0.15.1" 786 - source = "registry+https://github.com/rust-lang/crates.io-index" 787 - checksum = "89eab4d20ce20cea182308bca13088fecea9c05f6776cf287205d41a0ed3c847" 788 - dependencies = [ 789 - "encode_unicode", 790 - "libc", 791 - "once_cell", 792 - "terminal_size", 793 - "unicode-width", 794 - "winapi", 795 - ] 796 - 797 - [[package]] 798 - name = "console_error_panic_hook" 799 - version = "0.1.7" 800 - source = "registry+https://github.com/rust-lang/crates.io-index" 801 - checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc" 802 - dependencies = [ 803 - "cfg-if", 804 - "wasm-bindgen", 805 - ] 806 - 807 - [[package]] 808 - name = "const-oid" 809 - version = "0.7.1" 810 - source = "registry+https://github.com/rust-lang/crates.io-index" 811 - checksum = "e4c78c047431fee22c1a7bb92e00ad095a02a983affe4d8a72e2a2c62c1b94f3" 812 - 813 - [[package]] 814 - name = "const_format" 815 - version = "0.2.26" 816 - source = "registry+https://github.com/rust-lang/crates.io-index" 817 - checksum = "939dc9e2eb9077e0679d2ce32de1ded8531779360b003b4a972a7a39ec263495" 818 - dependencies = [ 819 - "const_format_proc_macros", 820 - ] 821 - 822 - [[package]] 823 - name = "const_format_proc_macros" 824 - version = "0.2.22" 825 - source = "registry+https://github.com/rust-lang/crates.io-index" 826 - checksum = "ef196d5d972878a48da7decb7686eded338b4858fbabeed513d63a7c98b2b82d" 827 - dependencies = [ 828 - "proc-macro2", 829 - "quote", 830 - "unicode-xid", 831 - ] 832 - 833 - [[package]] 834 - name = "constant_time_eq" 835 - version = "0.1.5" 836 - source = "registry+https://github.com/rust-lang/crates.io-index" 837 - checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc" 838 - 839 - [[package]] 840 - name = "convert_case" 841 - version = "0.5.0" 842 - source = "registry+https://github.com/rust-lang/crates.io-index" 843 - checksum = "fb4a24b1aaf0fd0ce8b45161144d6f42cd91677fd5940fd431183eb023b3a2b8" 844 - 845 - [[package]] 846 - name = "core-foundation" 847 - version = "0.9.3" 848 - source = "registry+https://github.com/rust-lang/crates.io-index" 849 - checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146" 850 - dependencies = [ 851 - "core-foundation-sys", 852 - "libc", 853 - ] 854 - 855 - [[package]] 856 - name = "core-foundation-sys" 857 - version = "0.8.3" 858 - source = "registry+https://github.com/rust-lang/crates.io-index" 859 - checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc" 860 - 861 - [[package]] 862 - name = "cpp_demangle" 863 - version = "0.3.5" 864 - source = "registry+https://github.com/rust-lang/crates.io-index" 865 - checksum = "eeaa953eaad386a53111e47172c2fedba671e5684c8dd601a5f474f4f118710f" 866 - dependencies = [ 867 - "cfg-if", 868 - ] 869 - 870 - [[package]] 871 - name = "cpufeatures" 872 - version = "0.2.4" 873 - source = "registry+https://github.com/rust-lang/crates.io-index" 874 - checksum = "dc948ebb96241bb40ab73effeb80d9f93afaad49359d159a5e61be51619fe813" 875 - dependencies = [ 876 - "libc", 877 - ] 878 - 879 - [[package]] 880 - name = "crc32fast" 881 - version = "1.3.2" 882 - source = "registry+https://github.com/rust-lang/crates.io-index" 883 - checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" 884 - dependencies = [ 885 - "cfg-if", 886 - ] 887 - 888 - [[package]] 889 - name = "criterion" 890 - version = "0.3.6" 891 - source = "registry+https://github.com/rust-lang/crates.io-index" 892 - checksum = "b01d6de93b2b6c65e17c634a26653a29d107b3c98c607c765bf38d041531cd8f" 893 - dependencies = [ 894 - "atty", 895 - "cast", 896 - "clap 2.34.0", 897 - "criterion-plot", 898 - "csv", 899 - "futures", 900 - "itertools", 901 - "lazy_static", 902 - "num-traits", 903 - "oorandom", 904 - "plotters", 905 - "rayon", 906 - "regex", 907 - "serde", 908 - "serde_cbor", 909 - "serde_derive", 910 - "serde_json", 911 - "tinytemplate", 912 - "tokio", 913 - "walkdir", 914 - ] 915 - 916 - [[package]] 917 - name = "criterion-plot" 918 - version = "0.4.5" 919 - source = "registry+https://github.com/rust-lang/crates.io-index" 920 - checksum = "2673cc8207403546f45f5fd319a974b1e6983ad1a3ee7e6041650013be041876" 921 - dependencies = [ 922 - "cast", 923 - "itertools", 924 - ] 925 - 926 - [[package]] 927 - name = "crossbeam-channel" 928 - version = "0.5.6" 929 - source = "registry+https://github.com/rust-lang/crates.io-index" 930 - checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521" 931 - dependencies = [ 932 - "cfg-if", 933 - "crossbeam-utils", 934 - ] 935 - 936 - [[package]] 937 - name = "crossbeam-deque" 938 - version = "0.8.2" 939 - source = "registry+https://github.com/rust-lang/crates.io-index" 940 - checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc" 941 - dependencies = [ 942 - "cfg-if", 943 - "crossbeam-epoch", 944 - "crossbeam-utils", 945 - ] 946 - 947 - [[package]] 948 - name = "crossbeam-epoch" 949 - version = "0.9.10" 950 - source = "registry+https://github.com/rust-lang/crates.io-index" 951 - checksum = "045ebe27666471bb549370b4b0b3e51b07f56325befa4284db65fc89c02511b1" 952 - dependencies = [ 953 - "autocfg", 954 - "cfg-if", 955 - "crossbeam-utils", 956 - "memoffset", 957 - "once_cell", 958 - "scopeguard", 959 - ] 960 - 961 - [[package]] 962 - name = "crossbeam-utils" 963 - version = "0.8.11" 964 - source = "registry+https://github.com/rust-lang/crates.io-index" 965 - checksum = "51887d4adc7b564537b15adcfb307936f8075dfcd5f00dde9a9f1d29383682bc" 966 - dependencies = [ 967 - "cfg-if", 968 - "once_cell", 969 - ] 970 - 971 - [[package]] 972 - name = "crossterm" 973 - version = "0.23.2" 974 - source = "registry+https://github.com/rust-lang/crates.io-index" 975 - checksum = "a2102ea4f781910f8a5b98dd061f4c2023f479ce7bb1236330099ceb5a93cf17" 976 - dependencies = [ 977 - "bitflags", 978 - "crossterm_winapi", 979 - "libc", 980 - "mio", 981 - "parking_lot 0.12.1", 982 - "signal-hook", 983 - "signal-hook-mio", 984 - "winapi", 985 - ] 986 - 987 - [[package]] 988 - name = "crossterm_winapi" 989 - version = "0.9.0" 990 - source = "registry+https://github.com/rust-lang/crates.io-index" 991 - checksum = "2ae1b35a484aa10e07fe0638d02301c5ad24de82d310ccbd2f3693da5f09bf1c" 992 - dependencies = [ 993 - "winapi", 994 - ] 995 - 996 - [[package]] 997 - name = "crypto-common" 998 - version = "0.1.6" 999 - source = "registry+https://github.com/rust-lang/crates.io-index" 1000 - checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 1001 - dependencies = [ 1002 - "generic-array", 1003 - "typenum", 1004 - ] 1005 - 1006 - [[package]] 1007 - name = "csv" 1008 - version = "1.1.6" 1009 - source = "registry+https://github.com/rust-lang/crates.io-index" 1010 - checksum = "22813a6dc45b335f9bade10bf7271dc477e81113e89eb251a0bc2a8a81c536e1" 1011 - dependencies = [ 1012 - "bstr", 1013 - "csv-core", 1014 - "itoa 0.4.8", 1015 - "ryu", 1016 - "serde", 1017 - ] 1018 - 1019 - [[package]] 1020 - name = "csv-core" 1021 - version = "0.1.10" 1022 - source = "registry+https://github.com/rust-lang/crates.io-index" 1023 - checksum = "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90" 1024 - dependencies = [ 1025 - "memchr", 1026 - ] 1027 - 1028 - [[package]] 1029 - name = "ctor" 1030 - version = "0.1.23" 1031 - source = "registry+https://github.com/rust-lang/crates.io-index" 1032 - checksum = "cdffe87e1d521a10f9696f833fe502293ea446d7f256c06128293a4119bdf4cb" 1033 - dependencies = [ 1034 - "quote", 1035 - "syn", 1036 - ] 1037 - 1038 - [[package]] 1039 - name = "ctr" 1040 - version = "0.9.1" 1041 - source = "registry+https://github.com/rust-lang/crates.io-index" 1042 - checksum = "0d14f329cfbaf5d0e06b5e87fff7e265d2673c5ea7d2c27691a2c107db1442a0" 1043 - dependencies = [ 1044 - "cipher 0.4.3", 1045 - ] 1046 - 1047 - [[package]] 1048 - name = "curve25519-dalek" 1049 - version = "3.2.1" 1050 - source = "registry+https://github.com/rust-lang/crates.io-index" 1051 - checksum = "90f9d052967f590a76e62eb387bd0bbb1b000182c3cefe5364db6b7211651bc0" 1052 - dependencies = [ 1053 - "byteorder", 1054 - "digest 0.9.0", 1055 - "rand_core 0.5.1", 1056 - "serde", 1057 - "subtle", 1058 - "zeroize", 1059 - ] 1060 - 1061 - [[package]] 1062 - name = "darling" 1063 - version = "0.14.1" 1064 - source = "registry+https://github.com/rust-lang/crates.io-index" 1065 - checksum = "4529658bdda7fd6769b8614be250cdcfc3aeb0ee72fe66f9e41e5e5eb73eac02" 1066 - dependencies = [ 1067 - "darling_core", 1068 - "darling_macro", 1069 - ] 1070 - 1071 - [[package]] 1072 - name = "darling_core" 1073 - version = "0.14.1" 1074 - source = "registry+https://github.com/rust-lang/crates.io-index" 1075 - checksum = "649c91bc01e8b1eac09fb91e8dbc7d517684ca6be8ebc75bb9cafc894f9fdb6f" 1076 - dependencies = [ 1077 - "fnv", 1078 - "ident_case", 1079 - "proc-macro2", 1080 - "quote", 1081 - "strsim 0.10.0", 1082 - "syn", 1083 - ] 1084 - 1085 - [[package]] 1086 - name = "darling_macro" 1087 - version = "0.14.1" 1088 - source = "registry+https://github.com/rust-lang/crates.io-index" 1089 - checksum = "ddfc69c5bfcbd2fc09a0f38451d2daf0e372e367986a83906d1b0dbc88134fb5" 1090 - dependencies = [ 1091 - "darling_core", 1092 - "quote", 1093 - "syn", 1094 - ] 1095 - 1096 - [[package]] 1097 - name = "dashmap" 1098 - version = "5.4.0" 1099 - source = "registry+https://github.com/rust-lang/crates.io-index" 1100 - checksum = "907076dfda823b0b36d2a1bb5f90c96660a5bbcd7729e10727f07858f22c4edc" 1101 - dependencies = [ 1102 - "cfg-if", 1103 - "hashbrown", 1104 - "lock_api", 1105 - "once_cell", 1106 - "parking_lot_core 0.9.3", 1107 - ] 1108 - 1109 - [[package]] 1110 - name = "deadpool" 1111 - version = "0.9.5" 1112 - source = "registry+https://github.com/rust-lang/crates.io-index" 1113 - checksum = "421fe0f90f2ab22016f32a9881be5134fdd71c65298917084b0c7477cbc3856e" 1114 - dependencies = [ 1115 - "async-trait", 1116 - "deadpool-runtime", 1117 - "num_cpus", 1118 - "retain_mut", 1119 - "tokio", 1120 - ] 1121 - 1122 - [[package]] 1123 - name = "deadpool-runtime" 1124 - version = "0.1.2" 1125 - source = "registry+https://github.com/rust-lang/crates.io-index" 1126 - checksum = "eaa37046cc0f6c3cc6090fbdbf73ef0b8ef4cfcc37f6befc0020f63e8cf121e1" 1127 - 1128 - [[package]] 1129 - name = "debugid" 1130 - version = "0.8.0" 1131 - source = "registry+https://github.com/rust-lang/crates.io-index" 1132 - checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d" 1133 - dependencies = [ 1134 - "uuid 1.1.2", 1135 - ] 1136 - 1137 - [[package]] 1138 - name = "deflate" 1139 - version = "0.8.6" 1140 - source = "registry+https://github.com/rust-lang/crates.io-index" 1141 - checksum = "73770f8e1fe7d64df17ca66ad28994a0a623ea497fa69486e14984e715c5d174" 1142 - dependencies = [ 1143 - "adler32", 1144 - "byteorder", 1145 - ] 1146 - 1147 - [[package]] 1148 - name = "deflate" 1149 - version = "1.0.0" 1150 - source = "registry+https://github.com/rust-lang/crates.io-index" 1151 - checksum = "c86f7e25f518f4b81808a2cf1c50996a61f5c2eb394b2393bd87f2a4780a432f" 1152 - dependencies = [ 1153 - "adler32", 1154 - ] 1155 - 1156 - [[package]] 1157 - name = "der" 1158 - version = "0.5.1" 1159 - source = "registry+https://github.com/rust-lang/crates.io-index" 1160 - checksum = "6919815d73839e7ad218de758883aae3a257ba6759ce7a9992501efbb53d705c" 1161 - dependencies = [ 1162 - "const-oid", 1163 - ] 1164 - 1165 - [[package]] 1166 - name = "derivative" 1167 - version = "2.2.0" 1168 - source = "registry+https://github.com/rust-lang/crates.io-index" 1169 - checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b" 1170 - dependencies = [ 1171 - "proc-macro2", 1172 - "quote", 1173 - "syn", 1174 - ] 1175 - 1176 - [[package]] 1177 - name = "derive_builder" 1178 - version = "0.11.2" 1179 - source = "registry+https://github.com/rust-lang/crates.io-index" 1180 - checksum = "d07adf7be193b71cc36b193d0f5fe60b918a3a9db4dad0449f57bcfd519704a3" 1181 - dependencies = [ 1182 - "derive_builder_macro", 1183 - ] 1184 - 1185 - [[package]] 1186 - name = "derive_builder_core" 1187 - version = "0.11.2" 1188 - source = "registry+https://github.com/rust-lang/crates.io-index" 1189 - checksum = "1f91d4cfa921f1c05904dc3c57b4a32c38aed3340cce209f3a6fd1478babafc4" 1190 - dependencies = [ 1191 - "darling", 1192 - "proc-macro2", 1193 - "quote", 1194 - "syn", 1195 - ] 1196 - 1197 - [[package]] 1198 - name = "derive_builder_macro" 1199 - version = "0.11.2" 1200 - source = "registry+https://github.com/rust-lang/crates.io-index" 1201 - checksum = "8f0314b72bed045f3a68671b3c86328386762c93f82d98c65c3cb5e5f573dd68" 1202 - dependencies = [ 1203 - "derive_builder_core", 1204 - "syn", 1205 - ] 1206 - 1207 - [[package]] 1208 - name = "dialoguer" 1209 - version = "0.10.2" 1210 - source = "registry+https://github.com/rust-lang/crates.io-index" 1211 - checksum = "a92e7e37ecef6857fdc0c0c5d42fd5b0938e46590c2183cc92dd310a6d078eb1" 1212 - dependencies = [ 1213 - "console", 1214 - "tempfile", 1215 - "zeroize", 1216 - ] 1217 - 1218 - [[package]] 1219 - name = "digest" 1220 - version = "0.9.0" 1221 - source = "registry+https://github.com/rust-lang/crates.io-index" 1222 - checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066" 1223 - dependencies = [ 1224 - "generic-array", 1225 - ] 1226 - 1227 - [[package]] 1228 - name = "digest" 1229 - version = "0.10.3" 1230 - source = "registry+https://github.com/rust-lang/crates.io-index" 1231 - checksum = "f2fb860ca6fafa5552fb6d0e816a69c8e49f0908bf524e30a90d97c85892d506" 1232 - dependencies = [ 1233 - "block-buffer 0.10.2", 1234 - "crypto-common", 1235 - "subtle", 1236 - ] 1237 - 1238 - [[package]] 1239 - name = "dirs" 1240 - version = "4.0.0" 1241 - source = "registry+https://github.com/rust-lang/crates.io-index" 1242 - checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059" 1243 - dependencies = [ 1244 - "dirs-sys", 1245 - ] 1246 - 1247 - [[package]] 1248 - name = "dirs-next" 1249 - version = "2.0.0" 1250 - source = "registry+https://github.com/rust-lang/crates.io-index" 1251 - checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1" 1252 - dependencies = [ 1253 - "cfg-if", 1254 - "dirs-sys-next", 1255 - ] 1256 - 1257 - [[package]] 1258 - name = "dirs-sys" 1259 - version = "0.3.7" 1260 - source = "registry+https://github.com/rust-lang/crates.io-index" 1261 - checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6" 1262 - dependencies = [ 1263 - "libc", 1264 - "redox_users", 1265 - "winapi", 1266 - ] 1267 - 1268 - [[package]] 1269 - name = "dirs-sys-next" 1270 - version = "0.1.2" 1271 - source = "registry+https://github.com/rust-lang/crates.io-index" 1272 - checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d" 1273 - dependencies = [ 1274 - "libc", 1275 - "redox_users", 1276 - "winapi", 1277 - ] 1278 - 1279 - [[package]] 1280 - name = "discard" 1281 - version = "1.0.4" 1282 - source = "registry+https://github.com/rust-lang/crates.io-index" 1283 - checksum = "212d0f5754cb6769937f4501cc0e67f4f4483c8d2c3e1e922ee9edbe4ab4c7c0" 1284 - 1285 - [[package]] 1286 - name = "displaydoc" 1287 - version = "0.2.3" 1288 - source = "registry+https://github.com/rust-lang/crates.io-index" 1289 - checksum = "3bf95dc3f046b9da4f2d51833c0d3547d8564ef6910f5c1ed130306a75b92886" 1290 - dependencies = [ 1291 - "proc-macro2", 1292 - "quote", 1293 - "syn", 1294 - ] 1295 - 1296 - [[package]] 1297 - name = "ed25519" 1298 - version = "1.5.2" 1299 - source = "registry+https://github.com/rust-lang/crates.io-index" 1300 - checksum = "1e9c280362032ea4203659fc489832d0204ef09f247a0506f170dafcac08c369" 1301 - dependencies = [ 1302 - "serde", 1303 - "signature", 1304 - ] 1305 - 1306 - [[package]] 1307 - name = "ed25519-dalek" 1308 - version = "1.0.1" 1309 - source = "registry+https://github.com/rust-lang/crates.io-index" 1310 - checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d" 1311 - dependencies = [ 1312 - "curve25519-dalek", 1313 - "ed25519", 1314 - "rand 0.7.3", 1315 - "serde", 1316 - "serde_bytes", 1317 - "sha2 0.9.9", 1318 - "zeroize", 1319 - ] 1320 - 1321 - [[package]] 1322 - name = "either" 1323 - version = "1.8.0" 1324 - source = "registry+https://github.com/rust-lang/crates.io-index" 1325 - checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797" 1326 - 1327 - [[package]] 1328 - name = "encode_unicode" 1329 - version = "0.3.6" 1330 - source = "registry+https://github.com/rust-lang/crates.io-index" 1331 - checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" 1332 - 1333 - [[package]] 1334 - name = "encoding_rs" 1335 - version = "0.8.31" 1336 - source = "registry+https://github.com/rust-lang/crates.io-index" 1337 - checksum = "9852635589dc9f9ea1b6fe9f05b50ef208c85c834a562f0c6abb1c475736ec2b" 1338 - dependencies = [ 1339 - "cfg-if", 1340 - ] 1341 - 1342 - [[package]] 1343 - name = "endian-type" 1344 - version = "0.1.2" 1345 - source = "registry+https://github.com/rust-lang/crates.io-index" 1346 - checksum = "c34f04666d835ff5d62e058c3995147c06f42fe86ff053337632bca83e42702d" 1347 - 1348 - [[package]] 1349 - name = "errno" 1350 - version = "0.2.8" 1351 - source = "registry+https://github.com/rust-lang/crates.io-index" 1352 - checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1" 1353 - dependencies = [ 1354 - "errno-dragonfly", 1355 - "libc", 1356 - "winapi", 1357 - ] 1358 - 1359 - [[package]] 1360 - name = "errno-dragonfly" 1361 - version = "0.1.2" 1362 - source = "registry+https://github.com/rust-lang/crates.io-index" 1363 - checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" 1364 - dependencies = [ 1365 - "cc", 1366 - "libc", 1367 - ] 1368 - 1369 - [[package]] 1370 - name = "error-code" 1371 - version = "2.3.1" 1372 - source = "registry+https://github.com/rust-lang/crates.io-index" 1373 - checksum = "64f18991e7bf11e7ffee451b5318b5c1a73c52d0d0ada6e5a3017c8c1ced6a21" 1374 - dependencies = [ 1375 - "libc", 1376 - "str-buf", 1377 - ] 1378 - 1379 - [[package]] 1380 - name = "event-listener" 1381 - version = "2.5.3" 1382 - source = "registry+https://github.com/rust-lang/crates.io-index" 1383 - checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" 1384 - 1385 - [[package]] 1386 - name = "example-appservice-autojoin" 1387 - version = "0.1.0" 1388 - dependencies = [ 1389 - "anyhow", 1390 - "matrix-sdk-appservice", 1391 - "tokio", 1392 - "tracing", 1393 - "tracing-subscriber", 1394 - ] 1395 - 1396 - [[package]] 1397 - name = "example-autojoin" 1398 - version = "0.1.0" 1399 - dependencies = [ 1400 - "anyhow", 1401 - "matrix-sdk", 1402 - "tokio", 1403 - "tracing-subscriber", 1404 - ] 1405 - 1406 - [[package]] 1407 - name = "example-command-bot" 1408 - version = "0.1.0" 1409 - dependencies = [ 1410 - "anyhow", 1411 - "matrix-sdk", 1412 - "tokio", 1413 - "tracing-subscriber", 1414 - "url", 1415 - ] 1416 - 1417 - [[package]] 1418 - name = "example-cross-signing-bootstrap" 1419 - version = "0.1.0" 1420 - dependencies = [ 1421 - "anyhow", 1422 - "matrix-sdk", 1423 - "tokio", 1424 - "tracing-subscriber", 1425 - "url", 1426 - ] 1427 - 1428 - [[package]] 1429 - name = "example-custom-events" 1430 - version = "0.1.0" 1431 - dependencies = [ 1432 - "anyhow", 1433 - "dirs", 1434 - "matrix-sdk", 1435 - "serde", 1436 - "tokio", 1437 - "tracing-subscriber", 1438 - ] 1439 - 1440 - [[package]] 1441 - name = "example-emoji-verification" 1442 - version = "0.1.0" 1443 - dependencies = [ 1444 - "anyhow", 1445 - "clap 4.0.18", 1446 - "futures", 1447 - "matrix-sdk", 1448 - "tokio", 1449 - "tracing-subscriber", 1450 - "url", 1451 - ] 1452 - 1453 - [[package]] 1454 - name = "example-get-profiles" 1455 - version = "0.1.0" 1456 - dependencies = [ 1457 - "anyhow", 1458 - "matrix-sdk", 1459 - "tokio", 1460 - "tracing-subscriber", 1461 - "url", 1462 - ] 1463 - 1464 - [[package]] 1465 - name = "example-getting-started" 1466 - version = "0.1.0" 1467 - dependencies = [ 1468 - "anyhow", 1469 - "dirs", 1470 - "matrix-sdk", 1471 - "tokio", 1472 - "tracing-subscriber", 1473 - ] 1474 - 1475 - [[package]] 1476 - name = "example-image-bot" 1477 - version = "0.1.0" 1478 - dependencies = [ 1479 - "anyhow", 1480 - "matrix-sdk", 1481 - "mime", 1482 - "tokio", 1483 - "tracing-subscriber", 1484 - "url", 1485 - ] 1486 - 1487 - [[package]] 1488 - name = "example-login" 1489 - version = "0.1.0" 1490 - dependencies = [ 1491 - "anyhow", 1492 - "matrix-sdk", 1493 - "tokio", 1494 - "tracing-subscriber", 1495 - "url", 1496 - ] 1497 - 1498 - [[package]] 1499 - name = "example-timeline" 1500 - version = "0.1.0" 1501 - dependencies = [ 1502 - "anyhow", 1503 - "clap 4.0.18", 1504 - "futures", 1505 - "futures-signals", 1506 - "matrix-sdk", 1507 - "tokio", 1508 - "tracing-subscriber", 1509 - "url", 1510 - ] 1511 - 1512 - [[package]] 1513 - name = "extension-trait" 1514 - version = "1.0.1" 1515 - source = "registry+https://github.com/rust-lang/crates.io-index" 1516 - checksum = "5129068fe3183546eaa0529af88ab0afbcddec2a373db69e94a20b8d5f6c4d74" 1517 - dependencies = [ 1518 - "proc-macro2", 1519 - "quote", 1520 - "syn", 1521 - ] 1522 - 1523 - [[package]] 1524 - name = "eyre" 1525 - version = "0.6.8" 1526 - source = "registry+https://github.com/rust-lang/crates.io-index" 1527 - checksum = "4c2b6b5a29c02cdc822728b7d7b8ae1bab3e3b05d44522770ddd49722eeac7eb" 1528 - dependencies = [ 1529 - "indenter", 1530 - "once_cell", 1531 - ] 1532 - 1533 - [[package]] 1534 - name = "fancy-regex" 1535 - version = "0.7.1" 1536 - source = "registry+https://github.com/rust-lang/crates.io-index" 1537 - checksum = "9d6b8560a05112eb52f04b00e5d3790c0dd75d9d980eb8a122fb23b92a623ccf" 1538 - dependencies = [ 1539 - "bit-set", 1540 - "regex", 1541 - ] 1542 - 1543 - [[package]] 1544 - name = "fastrand" 1545 - version = "1.8.0" 1546 - source = "registry+https://github.com/rust-lang/crates.io-index" 1547 - checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499" 1548 - dependencies = [ 1549 - "instant", 1550 - ] 1551 - 1552 - [[package]] 1553 - name = "fd-lock" 1554 - version = "3.0.6" 1555 - source = "registry+https://github.com/rust-lang/crates.io-index" 1556 - checksum = "e11dcc7e4d79a8c89b9ab4c6f5c30b1fc4a83c420792da3542fd31179ed5f517" 1557 - dependencies = [ 1558 - "cfg-if", 1559 - "rustix", 1560 - "windows-sys", 1561 - ] 1562 - 1563 - [[package]] 1564 - name = "findshlibs" 1565 - version = "0.10.2" 1566 - source = "registry+https://github.com/rust-lang/crates.io-index" 1567 - checksum = "40b9e59cd0f7e0806cca4be089683ecb6434e602038df21fe6bf6711b2f07f64" 1568 - dependencies = [ 1569 - "cc", 1570 - "lazy_static", 1571 - "libc", 1572 - "winapi", 1573 - ] 1574 - 1575 - [[package]] 1576 - name = "flate2" 1577 - version = "1.0.24" 1578 - source = "registry+https://github.com/rust-lang/crates.io-index" 1579 - checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6" 1580 - dependencies = [ 1581 - "crc32fast", 1582 - "miniz_oxide 0.5.3", 1583 - ] 1584 - 1585 - [[package]] 1586 - name = "fnv" 1587 - version = "1.0.7" 1588 - source = "registry+https://github.com/rust-lang/crates.io-index" 1589 - checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 1590 - 1591 - [[package]] 1592 - name = "foreign-types" 1593 - version = "0.3.2" 1594 - source = "registry+https://github.com/rust-lang/crates.io-index" 1595 - checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 1596 - dependencies = [ 1597 - "foreign-types-shared", 1598 - ] 1599 - 1600 - [[package]] 1601 - name = "foreign-types-shared" 1602 - version = "0.1.1" 1603 - source = "registry+https://github.com/rust-lang/crates.io-index" 1604 - checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 1605 - 1606 - [[package]] 1607 - name = "form_urlencoded" 1608 - version = "1.1.0" 1609 - source = "registry+https://github.com/rust-lang/crates.io-index" 1610 - checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8" 1611 - dependencies = [ 1612 - "percent-encoding", 1613 - ] 1614 - 1615 - [[package]] 1616 - name = "fs-err" 1617 - version = "2.8.1" 1618 - source = "registry+https://github.com/rust-lang/crates.io-index" 1619 - checksum = "64db3e262960f0662f43a6366788d5f10f7f244b8f7d7d987f560baf5ded5c50" 1620 - 1621 - [[package]] 1622 - name = "fs2" 1623 - version = "0.4.3" 1624 - source = "registry+https://github.com/rust-lang/crates.io-index" 1625 - checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213" 1626 - dependencies = [ 1627 - "libc", 1628 - "winapi", 1629 - ] 1630 - 1631 - [[package]] 1632 - name = "fs_extra" 1633 - version = "1.2.0" 1634 - source = "registry+https://github.com/rust-lang/crates.io-index" 1635 - checksum = "2022715d62ab30faffd124d40b76f4134a550a87792276512b18d63272333394" 1636 - 1637 - [[package]] 1638 - name = "futures" 1639 - version = "0.3.24" 1640 - source = "registry+https://github.com/rust-lang/crates.io-index" 1641 - checksum = "7f21eda599937fba36daeb58a22e8f5cee2d14c4a17b5b7739c7c8e5e3b8230c" 1642 - dependencies = [ 1643 - "futures-channel", 1644 - "futures-core", 1645 - "futures-executor", 1646 - "futures-io", 1647 - "futures-sink", 1648 - "futures-task", 1649 - "futures-util", 1650 - ] 1651 - 1652 - [[package]] 1653 - name = "futures-channel" 1654 - version = "0.3.24" 1655 - source = "registry+https://github.com/rust-lang/crates.io-index" 1656 - checksum = "30bdd20c28fadd505d0fd6712cdfcb0d4b5648baf45faef7f852afb2399bb050" 1657 - dependencies = [ 1658 - "futures-core", 1659 - "futures-sink", 1660 - ] 1661 - 1662 - [[package]] 1663 - name = "futures-core" 1664 - version = "0.3.24" 1665 - source = "registry+https://github.com/rust-lang/crates.io-index" 1666 - checksum = "4e5aa3de05362c3fb88de6531e6296e85cde7739cccad4b9dfeeb7f6ebce56bf" 1667 - 1668 - [[package]] 1669 - name = "futures-executor" 1670 - version = "0.3.24" 1671 - source = "registry+https://github.com/rust-lang/crates.io-index" 1672 - checksum = "9ff63c23854bee61b6e9cd331d523909f238fc7636290b96826e9cfa5faa00ab" 1673 - dependencies = [ 1674 - "futures-core", 1675 - "futures-task", 1676 - "futures-util", 1677 - ] 1678 - 1679 - [[package]] 1680 - name = "futures-io" 1681 - version = "0.3.24" 1682 - source = "registry+https://github.com/rust-lang/crates.io-index" 1683 - checksum = "bbf4d2a7a308fd4578637c0b17c7e1c7ba127b8f6ba00b29f717e9655d85eb68" 1684 - 1685 - [[package]] 1686 - name = "futures-lite" 1687 - version = "1.12.0" 1688 - source = "registry+https://github.com/rust-lang/crates.io-index" 1689 - checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48" 1690 - dependencies = [ 1691 - "fastrand", 1692 - "futures-core", 1693 - "futures-io", 1694 - "memchr", 1695 - "parking", 1696 - "pin-project-lite", 1697 - "waker-fn", 1698 - ] 1699 - 1700 - [[package]] 1701 - name = "futures-macro" 1702 - version = "0.3.24" 1703 - source = "registry+https://github.com/rust-lang/crates.io-index" 1704 - checksum = "42cd15d1c7456c04dbdf7e88bcd69760d74f3a798d6444e16974b505b0e62f17" 1705 - dependencies = [ 1706 - "proc-macro2", 1707 - "quote", 1708 - "syn", 1709 - ] 1710 - 1711 - [[package]] 1712 - name = "futures-signals" 1713 - version = "0.3.31" 1714 - source = "registry+https://github.com/rust-lang/crates.io-index" 1715 - checksum = "a3acc659ba666cff13fdf65242d16428f2f11935b688f82e4024ad39667a5132" 1716 - dependencies = [ 1717 - "discard", 1718 - "futures-channel", 1719 - "futures-core", 1720 - "futures-util", 1721 - "log", 1722 - "pin-project", 1723 - "serde", 1724 - ] 1725 - 1726 - [[package]] 1727 - name = "futures-sink" 1728 - version = "0.3.24" 1729 - source = "registry+https://github.com/rust-lang/crates.io-index" 1730 - checksum = "21b20ba5a92e727ba30e72834706623d94ac93a725410b6a6b6fbc1b07f7ba56" 1731 - 1732 - [[package]] 1733 - name = "futures-task" 1734 - version = "0.3.24" 1735 - source = "registry+https://github.com/rust-lang/crates.io-index" 1736 - checksum = "a6508c467c73851293f390476d4491cf4d227dbabcd4170f3bb6044959b294f1" 1737 - 1738 - [[package]] 1739 - name = "futures-timer" 1740 - version = "3.0.2" 1741 - source = "registry+https://github.com/rust-lang/crates.io-index" 1742 - checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c" 1743 - 1744 - [[package]] 1745 - name = "futures-util" 1746 - version = "0.3.24" 1747 - source = "registry+https://github.com/rust-lang/crates.io-index" 1748 - checksum = "44fb6cb1be61cc1d2e43b262516aafcf63b241cffdb1d3fa115f91d9c7b09c90" 1749 - dependencies = [ 1750 - "futures-channel", 1751 - "futures-core", 1752 - "futures-io", 1753 - "futures-macro", 1754 - "futures-sink", 1755 - "futures-task", 1756 - "memchr", 1757 - "pin-project-lite", 1758 - "pin-utils", 1759 - "slab", 1760 - ] 1761 - 1762 - [[package]] 1763 - name = "fxhash" 1764 - version = "0.2.1" 1765 - source = "registry+https://github.com/rust-lang/crates.io-index" 1766 - checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c" 1767 - dependencies = [ 1768 - "byteorder", 1769 - ] 1770 - 1771 - [[package]] 1772 - name = "generic-array" 1773 - version = "0.14.6" 1774 - source = "registry+https://github.com/rust-lang/crates.io-index" 1775 - checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9" 1776 - dependencies = [ 1777 - "typenum", 1778 - "version_check", 1779 - ] 1780 - 1781 - [[package]] 1782 - name = "getrandom" 1783 - version = "0.1.16" 1784 - source = "registry+https://github.com/rust-lang/crates.io-index" 1785 - checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" 1786 - dependencies = [ 1787 - "cfg-if", 1788 - "js-sys", 1789 - "libc", 1790 - "wasi 0.9.0+wasi-snapshot-preview1", 1791 - "wasm-bindgen", 1792 - ] 1793 - 1794 - [[package]] 1795 - name = "getrandom" 1796 - version = "0.2.7" 1797 - source = "registry+https://github.com/rust-lang/crates.io-index" 1798 - checksum = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6" 1799 - dependencies = [ 1800 - "cfg-if", 1801 - "js-sys", 1802 - "libc", 1803 - "wasi 0.11.0+wasi-snapshot-preview1", 1804 - "wasm-bindgen", 1805 - ] 1806 - 1807 - [[package]] 1808 - name = "gif" 1809 - version = "0.11.4" 1810 - source = "registry+https://github.com/rust-lang/crates.io-index" 1811 - checksum = "3edd93c6756b4dfaf2709eafcc345ba2636565295c198a9cfbf75fa5e3e00b06" 1812 - dependencies = [ 1813 - "color_quant", 1814 - "weezl", 1815 - ] 1816 - 1817 - [[package]] 1818 - name = "gimli" 1819 - version = "0.26.2" 1820 - source = "registry+https://github.com/rust-lang/crates.io-index" 1821 - checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d" 1822 - 1823 - [[package]] 1824 - name = "glob" 1825 - version = "0.3.0" 1826 - source = "registry+https://github.com/rust-lang/crates.io-index" 1827 - checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" 1828 - 1829 - [[package]] 1830 - name = "gloo-utils" 1831 - version = "0.1.5" 1832 - source = "registry+https://github.com/rust-lang/crates.io-index" 1833 - checksum = "40913a05c8297adca04392f707b1e73b12ba7b8eab7244a4961580b1fd34063c" 1834 - dependencies = [ 1835 - "js-sys", 1836 - "serde", 1837 - "serde_json", 1838 - "wasm-bindgen", 1839 - "web-sys", 1840 - ] 1841 - 1842 - [[package]] 1843 - name = "goblin" 1844 - version = "0.5.4" 1845 - source = "registry+https://github.com/rust-lang/crates.io-index" 1846 - checksum = "a7666983ed0dd8d21a6f6576ee00053ca0926fb281a5522577a4dbd0f1b54143" 1847 - dependencies = [ 1848 - "log", 1849 - "plain", 1850 - "scroll", 1851 - ] 1852 - 1853 - [[package]] 1854 - name = "h2" 1855 - version = "0.3.14" 1856 - source = "registry+https://github.com/rust-lang/crates.io-index" 1857 - checksum = "5ca32592cf21ac7ccab1825cd87f6c9b3d9022c44d086172ed0966bec8af30be" 1858 - dependencies = [ 1859 - "bytes", 1860 - "fnv", 1861 - "futures-core", 1862 - "futures-sink", 1863 - "futures-util", 1864 - "http", 1865 - "indexmap", 1866 - "slab", 1867 - "tokio", 1868 - "tokio-util", 1869 - "tracing", 1870 - ] 1871 - 1872 - [[package]] 1873 - name = "half" 1874 - version = "1.8.2" 1875 - source = "registry+https://github.com/rust-lang/crates.io-index" 1876 - checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7" 1877 - 1878 - [[package]] 1879 - name = "hashbrown" 1880 - version = "0.12.3" 1881 - source = "registry+https://github.com/rust-lang/crates.io-index" 1882 - checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 1883 - dependencies = [ 1884 - "ahash", 1885 - ] 1886 - 1887 - [[package]] 1888 - name = "heck" 1889 - version = "0.3.3" 1890 - source = "registry+https://github.com/rust-lang/crates.io-index" 1891 - checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c" 1892 - dependencies = [ 1893 - "unicode-segmentation", 1894 - ] 1895 - 1896 - [[package]] 1897 - name = "heck" 1898 - version = "0.4.0" 1899 - source = "registry+https://github.com/rust-lang/crates.io-index" 1900 - checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9" 1901 - 1902 - [[package]] 1903 - name = "hermit-abi" 1904 - version = "0.1.19" 1905 - source = "registry+https://github.com/rust-lang/crates.io-index" 1906 - checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" 1907 - dependencies = [ 1908 - "libc", 1909 - ] 1910 - 1911 - [[package]] 1912 - name = "hkdf" 1913 - version = "0.12.3" 1914 - source = "registry+https://github.com/rust-lang/crates.io-index" 1915 - checksum = "791a029f6b9fc27657f6f188ec6e5e43f6911f6f878e0dc5501396e09809d437" 1916 - dependencies = [ 1917 - "hmac", 1918 - ] 1919 - 1920 - [[package]] 1921 - name = "hmac" 1922 - version = "0.12.1" 1923 - source = "registry+https://github.com/rust-lang/crates.io-index" 1924 - checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" 1925 - dependencies = [ 1926 - "digest 0.10.3", 1927 - ] 1928 - 1929 - [[package]] 1930 - name = "http" 1931 - version = "0.2.8" 1932 - source = "registry+https://github.com/rust-lang/crates.io-index" 1933 - checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399" 1934 - dependencies = [ 1935 - "bytes", 1936 - "fnv", 1937 - "itoa 1.0.3", 1938 - ] 1939 - 1940 - [[package]] 1941 - name = "http-body" 1942 - version = "0.4.5" 1943 - source = "registry+https://github.com/rust-lang/crates.io-index" 1944 - checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1" 1945 - dependencies = [ 1946 - "bytes", 1947 - "http", 1948 - "pin-project-lite", 1949 - ] 1950 - 1951 - [[package]] 1952 - name = "http-range-header" 1953 - version = "0.3.0" 1954 - source = "registry+https://github.com/rust-lang/crates.io-index" 1955 - checksum = "0bfe8eed0a9285ef776bb792479ea3834e8b94e13d615c2f66d03dd50a435a29" 1956 - 1957 - [[package]] 1958 - name = "http-types" 1959 - version = "2.12.0" 1960 - source = "registry+https://github.com/rust-lang/crates.io-index" 1961 - checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad" 1962 - dependencies = [ 1963 - "anyhow", 1964 - "async-channel", 1965 - "base64", 1966 - "futures-lite", 1967 - "http", 1968 - "infer", 1969 - "pin-project-lite", 1970 - "rand 0.7.3", 1971 - "serde", 1972 - "serde_json", 1973 - "serde_qs", 1974 - "serde_urlencoded", 1975 - "url", 1976 - ] 1977 - 1978 - [[package]] 1979 - name = "httparse" 1980 - version = "1.8.0" 1981 - source = "registry+https://github.com/rust-lang/crates.io-index" 1982 - checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" 1983 - 1984 - [[package]] 1985 - name = "httpdate" 1986 - version = "1.0.2" 1987 - source = "registry+https://github.com/rust-lang/crates.io-index" 1988 - checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421" 1989 - 1990 - [[package]] 1991 - name = "hyper" 1992 - version = "0.14.20" 1993 - source = "registry+https://github.com/rust-lang/crates.io-index" 1994 - checksum = "02c929dc5c39e335a03c405292728118860721b10190d98c2a0f0efd5baafbac" 1995 - dependencies = [ 1996 - "bytes", 1997 - "futures-channel", 1998 - "futures-core", 1999 - "futures-util", 2000 - "h2", 2001 - "http", 2002 - "http-body", 2003 - "httparse", 2004 - "httpdate", 2005 - "itoa 1.0.3", 2006 - "pin-project-lite", 2007 - "socket2", 2008 - "tokio", 2009 - "tower-service", 2010 - "tracing", 2011 - "want", 2012 - ] 2013 - 2014 - [[package]] 2015 - name = "hyper-rustls" 2016 - version = "0.23.0" 2017 - source = "registry+https://github.com/rust-lang/crates.io-index" 2018 - checksum = "d87c48c02e0dc5e3b849a2041db3029fd066650f8f717c07bf8ed78ccb895cac" 2019 - dependencies = [ 2020 - "http", 2021 - "hyper", 2022 - "rustls", 2023 - "tokio", 2024 - "tokio-rustls", 2025 - ] 2026 - 2027 - [[package]] 2028 - name = "hyper-tls" 2029 - version = "0.5.0" 2030 - source = "registry+https://github.com/rust-lang/crates.io-index" 2031 - checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905" 2032 - dependencies = [ 2033 - "bytes", 2034 - "hyper", 2035 - "native-tls", 2036 - "tokio", 2037 - "tokio-native-tls", 2038 - ] 2039 - 2040 - [[package]] 2041 - name = "iana-time-zone" 2042 - version = "0.1.47" 2043 - source = "registry+https://github.com/rust-lang/crates.io-index" 2044 - checksum = "4c495f162af0bf17656d0014a0eded5f3cd2f365fdd204548c2869db89359dc7" 2045 - dependencies = [ 2046 - "android_system_properties", 2047 - "core-foundation-sys", 2048 - "js-sys", 2049 - "once_cell", 2050 - "wasm-bindgen", 2051 - "winapi", 2052 - ] 2053 - 2054 - [[package]] 2055 - name = "ident_case" 2056 - version = "1.0.1" 2057 - source = "registry+https://github.com/rust-lang/crates.io-index" 2058 - checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 2059 - 2060 - [[package]] 2061 - name = "idna" 2062 - version = "0.3.0" 2063 - source = "registry+https://github.com/rust-lang/crates.io-index" 2064 - checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6" 2065 - dependencies = [ 2066 - "unicode-bidi", 2067 - "unicode-normalization", 2068 - ] 2069 - 2070 - [[package]] 2071 - name = "image" 2072 - version = "0.23.14" 2073 - source = "registry+https://github.com/rust-lang/crates.io-index" 2074 - checksum = "24ffcb7e7244a9bf19d35bf2883b9c080c4ced3c07a9895572178cdb8f13f6a1" 2075 - dependencies = [ 2076 - "bytemuck", 2077 - "byteorder", 2078 - "color_quant", 2079 - "gif", 2080 - "jpeg-decoder 0.1.22", 2081 - "num-iter", 2082 - "num-rational 0.3.2", 2083 - "num-traits", 2084 - "png 0.16.8", 2085 - "scoped_threadpool", 2086 - "tiff 0.6.1", 2087 - ] 2088 - 2089 - [[package]] 2090 - name = "image" 2091 - version = "0.24.3" 2092 - source = "registry+https://github.com/rust-lang/crates.io-index" 2093 - checksum = "7e30ca2ecf7666107ff827a8e481de6a132a9b687ed3bb20bb1c144a36c00964" 2094 - dependencies = [ 2095 - "bytemuck", 2096 - "byteorder", 2097 - "color_quant", 2098 - "gif", 2099 - "jpeg-decoder 0.2.6", 2100 - "num-rational 0.4.1", 2101 - "num-traits", 2102 - "png 0.17.5", 2103 - "scoped_threadpool", 2104 - "tiff 0.7.3", 2105 - ] 2106 - 2107 - [[package]] 2108 - name = "indenter" 2109 - version = "0.3.3" 2110 - source = "registry+https://github.com/rust-lang/crates.io-index" 2111 - checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683" 2112 - 2113 - [[package]] 2114 - name = "indexed_db_futures" 2115 - version = "0.2.3" 2116 - source = "registry+https://github.com/rust-lang/crates.io-index" 2117 - checksum = "d26ac735f676c52305becf53264b91cea9866a8de61ccbf464405b377b9cbca9" 2118 - dependencies = [ 2119 - "cfg-if", 2120 - "js-sys", 2121 - "uuid 0.8.2", 2122 - "wasm-bindgen", 2123 - "wasm-bindgen-futures", 2124 - "web-sys", 2125 - ] 2126 - 2127 - [[package]] 2128 - name = "indexmap" 2129 - version = "1.9.1" 2130 - source = "registry+https://github.com/rust-lang/crates.io-index" 2131 - checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e" 2132 - dependencies = [ 2133 - "autocfg", 2134 - "hashbrown", 2135 - "serde", 2136 - ] 2137 - 2138 - [[package]] 2139 - name = "indoc" 2140 - version = "1.0.7" 2141 - source = "registry+https://github.com/rust-lang/crates.io-index" 2142 - checksum = "adab1eaa3408fb7f0c777a73e7465fd5656136fc93b670eb6df3c88c2c1344e3" 2143 - 2144 - [[package]] 2145 - name = "infer" 2146 - version = "0.2.3" 2147 - source = "registry+https://github.com/rust-lang/crates.io-index" 2148 - checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac" 2149 - 2150 - [[package]] 2151 - name = "inferno" 2152 - version = "0.11.7" 2153 - source = "registry+https://github.com/rust-lang/crates.io-index" 2154 - checksum = "9709543bd6c25fdc748da2bed0f6855b07b7e93a203ae31332ac2101ab2f4782" 2155 - dependencies = [ 2156 - "ahash", 2157 - "atty", 2158 - "indexmap", 2159 - "itoa 1.0.3", 2160 - "log", 2161 - "num-format", 2162 - "once_cell", 2163 - "quick-xml", 2164 - "rgb", 2165 - "str_stack", 2166 - ] 2167 - 2168 - [[package]] 2169 - name = "inout" 2170 - version = "0.1.3" 2171 - source = "registry+https://github.com/rust-lang/crates.io-index" 2172 - checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5" 2173 - dependencies = [ 2174 - "block-padding", 2175 - "generic-array", 2176 - ] 2177 - 2178 - [[package]] 2179 - name = "instant" 2180 - version = "0.1.12" 2181 - source = "registry+https://github.com/rust-lang/crates.io-index" 2182 - checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 2183 - dependencies = [ 2184 - "cfg-if", 2185 - "js-sys", 2186 - "wasm-bindgen", 2187 - "web-sys", 2188 - ] 2189 - 2190 - [[package]] 2191 - name = "io-lifetimes" 2192 - version = "0.7.3" 2193 - source = "registry+https://github.com/rust-lang/crates.io-index" 2194 - checksum = "1ea37f355c05dde75b84bba2d767906ad522e97cd9e2eef2be7a4ab7fb442c06" 2195 - 2196 - [[package]] 2197 - name = "ipnet" 2198 - version = "2.5.0" 2199 - source = "registry+https://github.com/rust-lang/crates.io-index" 2200 - checksum = "879d54834c8c76457ef4293a689b2a8c59b076067ad77b15efafbb05f92a592b" 2201 - 2202 - [[package]] 2203 - name = "itertools" 2204 - version = "0.10.3" 2205 - source = "registry+https://github.com/rust-lang/crates.io-index" 2206 - checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3" 2207 - dependencies = [ 2208 - "either", 2209 - ] 2210 - 2211 - [[package]] 2212 - name = "itoa" 2213 - version = "0.4.8" 2214 - source = "registry+https://github.com/rust-lang/crates.io-index" 2215 - checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4" 2216 - 2217 - [[package]] 2218 - name = "itoa" 2219 - version = "1.0.3" 2220 - source = "registry+https://github.com/rust-lang/crates.io-index" 2221 - checksum = "6c8af84674fe1f223a982c933a0ee1086ac4d4052aa0fb8060c12c6ad838e754" 2222 - 2223 - [[package]] 2224 - name = "jack-in" 2225 - version = "0.2.0" 2226 - dependencies = [ 2227 - "app_dirs2", 2228 - "dialoguer", 2229 - "eyre", 2230 - "futures", 2231 - "futures-signals", 2232 - "log4rs", 2233 - "matrix-sdk", 2234 - "matrix-sdk-common", 2235 - "matrix-sdk-sled", 2236 - "sanitize-filename-reader-friendly", 2237 - "serde_json", 2238 - "structopt", 2239 - "tokio", 2240 - "tracing", 2241 - "tracing-flame", 2242 - "tracing-subscriber", 2243 - "tui-logger", 2244 - "tuirealm", 2245 - ] 2246 - 2247 - [[package]] 2248 - name = "jni" 2249 - version = "0.19.0" 2250 - source = "registry+https://github.com/rust-lang/crates.io-index" 2251 - checksum = "c6df18c2e3db7e453d3c6ac5b3e9d5182664d28788126d39b91f2d1e22b017ec" 2252 - dependencies = [ 2253 - "cesu8", 2254 - "combine", 2255 - "jni-sys", 2256 - "log", 2257 - "thiserror", 2258 - "walkdir", 2259 - ] 2260 - 2261 - [[package]] 2262 - name = "jni-sys" 2263 - version = "0.3.0" 2264 - source = "registry+https://github.com/rust-lang/crates.io-index" 2265 - checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" 2266 - 2267 - [[package]] 2268 - name = "jpeg-decoder" 2269 - version = "0.1.22" 2270 - source = "registry+https://github.com/rust-lang/crates.io-index" 2271 - checksum = "229d53d58899083193af11e15917b5640cd40b29ff475a1fe4ef725deb02d0f2" 2272 - dependencies = [ 2273 - "rayon", 2274 - ] 2275 - 2276 - [[package]] 2277 - name = "jpeg-decoder" 2278 - version = "0.2.6" 2279 - source = "registry+https://github.com/rust-lang/crates.io-index" 2280 - checksum = "9478aa10f73e7528198d75109c8be5cd7d15fb530238040148d5f9a22d4c5b3b" 2281 - dependencies = [ 2282 - "rayon", 2283 - ] 2284 - 2285 - [[package]] 2286 - name = "js-sys" 2287 - version = "0.3.60" 2288 - source = "registry+https://github.com/rust-lang/crates.io-index" 2289 - checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47" 2290 - dependencies = [ 2291 - "wasm-bindgen", 2292 - ] 2293 - 2294 - [[package]] 2295 - name = "js_int" 2296 - version = "0.2.2" 2297 - source = "registry+https://github.com/rust-lang/crates.io-index" 2298 - checksum = "d937f95470b270ce8b8950207715d71aa8e153c0d44c6684d59397ed4949160a" 2299 - dependencies = [ 2300 - "serde", 2301 - ] 2302 - 2303 - [[package]] 2304 - name = "js_option" 2305 - version = "0.1.1" 2306 - source = "registry+https://github.com/rust-lang/crates.io-index" 2307 - checksum = "68421373957a1593a767013698dbf206e2b221eefe97a44d98d18672ff38423c" 2308 - dependencies = [ 2309 - "serde", 2310 - ] 2311 - 2312 - [[package]] 2313 - name = "lazy-regex" 2314 - version = "2.3.0" 2315 - source = "registry+https://github.com/rust-lang/crates.io-index" 2316 - checksum = "b6b12f2eb6ed7d39405c5eb25a034b4c106a9ad87a6d9be3298de6c5f32fd57d" 2317 - dependencies = [ 2318 - "lazy-regex-proc_macros", 2319 - "once_cell", 2320 - "regex", 2321 - ] 2322 - 2323 - [[package]] 2324 - name = "lazy-regex-proc_macros" 2325 - version = "2.3.0" 2326 - source = "registry+https://github.com/rust-lang/crates.io-index" 2327 - checksum = "f2496e5264069bc726ccf37eb76b9cd89406ae110d836c3f76729f99c8a23293" 2328 - dependencies = [ 2329 - "proc-macro2", 2330 - "quote", 2331 - "regex", 2332 - "syn", 2333 - ] 2334 - 2335 - [[package]] 2336 - name = "lazy_static" 2337 - version = "1.4.0" 2338 - source = "registry+https://github.com/rust-lang/crates.io-index" 2339 - checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 2340 - 2341 - [[package]] 2342 - name = "libc" 2343 - version = "0.2.132" 2344 - source = "registry+https://github.com/rust-lang/crates.io-index" 2345 - checksum = "8371e4e5341c3a96db127eb2465ac681ced4c433e01dd0e938adbef26ba93ba5" 2346 - 2347 - [[package]] 2348 - name = "libloading" 2349 - version = "0.7.3" 2350 - source = "registry+https://github.com/rust-lang/crates.io-index" 2351 - checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd" 2352 - dependencies = [ 2353 - "cfg-if", 2354 - "winapi", 2355 - ] 2356 - 2357 - [[package]] 2358 - name = "linux-raw-sys" 2359 - version = "0.0.46" 2360 - source = "registry+https://github.com/rust-lang/crates.io-index" 2361 - checksum = "d4d2456c373231a208ad294c33dc5bff30051eafd954cd4caae83a712b12854d" 2362 - 2363 - [[package]] 2364 - name = "lock_api" 2365 - version = "0.4.8" 2366 - source = "registry+https://github.com/rust-lang/crates.io-index" 2367 - checksum = "9f80bf5aacaf25cbfc8210d1cfb718f2bf3b11c4c54e5afe36c236853a8ec390" 2368 - dependencies = [ 2369 - "autocfg", 2370 - "scopeguard", 2371 - ] 2372 - 2373 - [[package]] 2374 - name = "log" 2375 - version = "0.4.17" 2376 - source = "registry+https://github.com/rust-lang/crates.io-index" 2377 - checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" 2378 - dependencies = [ 2379 - "cfg-if", 2380 - ] 2381 - 2382 - [[package]] 2383 - name = "log-mdc" 2384 - version = "0.1.0" 2385 - source = "registry+https://github.com/rust-lang/crates.io-index" 2386 - checksum = "a94d21414c1f4a51209ad204c1776a3d0765002c76c6abcb602a6f09f1e881c7" 2387 - 2388 - [[package]] 2389 - name = "log4rs" 2390 - version = "1.1.1" 2391 - source = "registry+https://github.com/rust-lang/crates.io-index" 2392 - checksum = "893eaf59f4bef8e2e94302adf56385db445a0306b9823582b0b8d5a06d8822f3" 2393 - dependencies = [ 2394 - "anyhow", 2395 - "arc-swap", 2396 - "chrono", 2397 - "derivative", 2398 - "fnv", 2399 - "log", 2400 - "log-mdc", 2401 - "parking_lot 0.12.1", 2402 - "thiserror", 2403 - "thread-id", 2404 - ] 2405 - 2406 - [[package]] 2407 - name = "lru" 2408 - version = "0.8.0" 2409 - source = "registry+https://github.com/rust-lang/crates.io-index" 2410 - checksum = "936d98d2ddd79c18641c6709e7bb09981449694e402d1a0f0f657ea8d61f4a51" 2411 - dependencies = [ 2412 - "hashbrown", 2413 - ] 2414 - 2415 - [[package]] 2416 - name = "maplit" 2417 - version = "1.0.2" 2418 - source = "registry+https://github.com/rust-lang/crates.io-index" 2419 - checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" 2420 - 2421 - [[package]] 2422 - name = "matchers" 2423 - version = "0.1.0" 2424 - source = "registry+https://github.com/rust-lang/crates.io-index" 2425 - checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" 2426 - dependencies = [ 2427 - "regex-automata", 2428 - ] 2429 - 2430 - [[package]] 2431 - name = "matches" 2432 - version = "0.1.9" 2433 - source = "registry+https://github.com/rust-lang/crates.io-index" 2434 - checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f" 2435 - 2436 - [[package]] 2437 - name = "matchit" 2438 - version = "0.5.0" 2439 - source = "registry+https://github.com/rust-lang/crates.io-index" 2440 - checksum = "73cbba799671b762df5a175adf59ce145165747bb891505c43d09aefbbf38beb" 2441 - 2442 - [[package]] 2443 - name = "matrix-sdk" 2444 - version = "0.6.2" 2445 - dependencies = [ 2446 - "anyhow", 2447 - "anymap2", 2448 - "assert_matches", 2449 - "async-once-cell", 2450 - "async-stream", 2451 - "async-trait", 2452 - "backoff", 2453 - "bytes", 2454 - "ctor", 2455 - "dashmap", 2456 - "derive_builder", 2457 - "dirs", 2458 - "event-listener", 2459 - "eyre", 2460 - "futures", 2461 - "futures-core", 2462 - "futures-signals", 2463 - "futures-util", 2464 - "getrandom 0.2.7", 2465 - "http", 2466 - "hyper", 2467 - "image 0.24.3", 2468 - "indexmap", 2469 - "matches", 2470 - "matrix-sdk-base", 2471 - "matrix-sdk-common", 2472 - "matrix-sdk-indexeddb", 2473 - "matrix-sdk-sled", 2474 - "matrix-sdk-test", 2475 - "mime", 2476 - "once_cell", 2477 - "rand 0.8.5", 2478 - "reqwest", 2479 - "ruma", 2480 - "serde", 2481 - "serde_json", 2482 - "tempfile", 2483 - "thiserror", 2484 - "tokio", 2485 - "tokio-stream", 2486 - "tower", 2487 - "tracing", 2488 - "tracing-subscriber", 2489 - "url", 2490 - "wasm-bindgen-test", 2491 - "wasm-timer", 2492 - "wiremock", 2493 - "zeroize", 2494 - ] 2495 - 2496 - [[package]] 2497 - name = "matrix-sdk-appservice" 2498 - version = "0.1.0" 2499 - dependencies = [ 2500 - "axum", 2501 - "dashmap", 2502 - "http", 2503 - "http-body", 2504 - "hyper", 2505 - "matrix-sdk", 2506 - "matrix-sdk-test", 2507 - "regex", 2508 - "ruma", 2509 - "serde", 2510 - "serde_json", 2511 - "serde_yaml", 2512 - "thiserror", 2513 - "tokio", 2514 - "tower", 2515 - "tracing", 2516 - "tracing-subscriber", 2517 - "url", 2518 - "wiremock", 2519 - ] 2520 - 2521 - [[package]] 2522 - name = "matrix-sdk-base" 2523 - version = "0.6.1" 2524 - dependencies = [ 2525 - "assign", 2526 - "async-stream", 2527 - "async-trait", 2528 - "ctor", 2529 - "dashmap", 2530 - "futures", 2531 - "futures-channel", 2532 - "futures-core", 2533 - "futures-signals", 2534 - "futures-util", 2535 - "http", 2536 - "lru", 2537 - "matrix-sdk-common", 2538 - "matrix-sdk-crypto", 2539 - "matrix-sdk-store-encryption", 2540 - "matrix-sdk-test", 2541 - "once_cell", 2542 - "ruma", 2543 - "serde", 2544 - "serde_json", 2545 - "thiserror", 2546 - "tokio", 2547 - "tracing", 2548 - "tracing-subscriber", 2549 - "wasm-bindgen-test", 2550 - "zeroize", 2551 - ] 2552 - 2553 - [[package]] 2554 - name = "matrix-sdk-common" 2555 - version = "0.6.0" 2556 - dependencies = [ 2557 - "async-lock", 2558 - "futures-core", 2559 - "futures-util", 2560 - "instant", 2561 - "matrix-sdk-test", 2562 - "ruma", 2563 - "serde", 2564 - "tokio", 2565 - "wasm-bindgen-futures", 2566 - "wasm-bindgen-test", 2567 - "wasm-timer", 2568 - ] 2569 - 2570 - [[package]] 2571 - name = "matrix-sdk-crypto" 2572 - version = "0.6.0" 2573 - dependencies = [ 2574 - "aes", 2575 - "anyhow", 2576 - "async-trait", 2577 - "atomic", 2578 - "base64", 2579 - "bs58", 2580 - "byteorder", 2581 - "cfg-if", 2582 - "ctr", 2583 - "dashmap", 2584 - "event-listener", 2585 - "futures", 2586 - "futures-core", 2587 - "futures-signals", 2588 - "futures-util", 2589 - "hmac", 2590 - "http", 2591 - "indoc", 2592 - "matches", 2593 - "matrix-sdk-common", 2594 - "matrix-sdk-qrcode", 2595 - "matrix-sdk-test", 2596 - "olm-rs", 2597 - "pbkdf2", 2598 - "proptest", 2599 - "rand 0.8.5", 2600 - "ruma", 2601 - "serde", 2602 - "serde_json", 2603 - "sha2 0.10.3", 2604 - "thiserror", 2605 - "tokio", 2606 - "tracing", 2607 - "vodozemac", 2608 - "zeroize", 2609 - ] 2610 - 2611 - [[package]] 2612 - name = "matrix-sdk-crypto-ffi" 2613 - version = "0.1.0" 2614 - dependencies = [ 2615 - "anyhow", 2616 - "base64", 2617 - "hmac", 2618 - "http", 2619 - "js_int", 2620 - "matrix-sdk-common", 2621 - "matrix-sdk-crypto", 2622 - "matrix-sdk-sled", 2623 - "pbkdf2", 2624 - "rand 0.8.5", 2625 - "ruma", 2626 - "serde", 2627 - "serde_json", 2628 - "sha2 0.10.3", 2629 - "tempfile", 2630 - "thiserror", 2631 - "tokio", 2632 - "tracing", 2633 - "tracing-subscriber", 2634 - "uniffi", 2635 - "uniffi_build", 2636 - "uniffi_macros", 2637 - "vodozemac", 2638 - "zeroize", 2639 - ] 2640 - 2641 - [[package]] 2642 - name = "matrix-sdk-crypto-js" 2643 - version = "0.1.0-alpha.0" 2644 - dependencies = [ 2645 - "anyhow", 2646 - "console_error_panic_hook", 2647 - "http", 2648 - "js-sys", 2649 - "matrix-sdk-common", 2650 - "matrix-sdk-crypto", 2651 - "matrix-sdk-indexeddb", 2652 - "matrix-sdk-qrcode", 2653 - "ruma", 2654 - "serde_json", 2655 - "tracing", 2656 - "tracing-subscriber", 2657 - "vodozemac", 2658 - "wasm-bindgen", 2659 - "wasm-bindgen-futures", 2660 - "zeroize", 2661 - ] 2662 - 2663 - [[package]] 2664 - name = "matrix-sdk-crypto-nodejs" 2665 - version = "0.6.0" 2666 - dependencies = [ 2667 - "http", 2668 - "matrix-sdk-common", 2669 - "matrix-sdk-crypto", 2670 - "matrix-sdk-sled", 2671 - "napi", 2672 - "napi-build", 2673 - "napi-derive", 2674 - "ruma", 2675 - "serde_json", 2676 - "tracing-subscriber", 2677 - "vodozemac", 2678 - "zeroize", 2679 - ] 2680 - 2681 - [[package]] 2682 - name = "matrix-sdk-ffi" 2683 - version = "0.2.0" 2684 - dependencies = [ 2685 - "anyhow", 2686 - "extension-trait", 2687 - "futures-core", 2688 - "futures-signals", 2689 - "futures-util", 2690 - "matrix-sdk", 2691 - "once_cell", 2692 - "sanitize-filename-reader-friendly", 2693 - "serde", 2694 - "serde_json", 2695 - "thiserror", 2696 - "tokio", 2697 - "tokio-stream", 2698 - "tracing", 2699 - "tracing-subscriber", 2700 - "uniffi", 2701 - "uniffi_build", 2702 - "uniffi_macros", 2703 - ] 2704 - 2705 - [[package]] 2706 - name = "matrix-sdk-indexeddb" 2707 - version = "0.2.0" 2708 - dependencies = [ 2709 - "anyhow", 2710 - "async-trait", 2711 - "base64", 2712 - "dashmap", 2713 - "derive_builder", 2714 - "getrandom 0.2.7", 2715 - "gloo-utils", 2716 - "indexed_db_futures", 2717 - "js-sys", 2718 - "matrix-sdk-base", 2719 - "matrix-sdk-common", 2720 - "matrix-sdk-crypto", 2721 - "matrix-sdk-store-encryption", 2722 - "matrix-sdk-test", 2723 - "ruma", 2724 - "serde", 2725 - "serde_json", 2726 - "thiserror", 2727 - "tracing", 2728 - "uuid 1.1.2", 2729 - "wasm-bindgen", 2730 - "wasm-bindgen-test", 2731 - "web-sys", 2732 - ] 2733 - 2734 - [[package]] 2735 - name = "matrix-sdk-integration-testing" 2736 - version = "0.1.0" 2737 - dependencies = [ 2738 - "anyhow", 2739 - "assign", 2740 - "ctor", 2741 - "matrix-sdk", 2742 - "once_cell", 2743 - "tempfile", 2744 - "tokio", 2745 - "tracing", 2746 - "tracing-subscriber", 2747 - ] 2748 - 2749 - [[package]] 2750 - name = "matrix-sdk-qrcode" 2751 - version = "0.4.0" 2752 - dependencies = [ 2753 - "base64", 2754 - "byteorder", 2755 - "image 0.23.14", 2756 - "qrcode", 2757 - "ruma-common", 2758 - "thiserror", 2759 - "vodozemac", 2760 - ] 2761 - 2762 - [[package]] 2763 - name = "matrix-sdk-sled" 2764 - version = "0.2.0" 2765 - dependencies = [ 2766 - "async-stream", 2767 - "async-trait", 2768 - "dashmap", 2769 - "derive_builder", 2770 - "fs_extra", 2771 - "futures-core", 2772 - "futures-util", 2773 - "glob", 2774 - "matrix-sdk-base", 2775 - "matrix-sdk-common", 2776 - "matrix-sdk-crypto", 2777 - "matrix-sdk-store-encryption", 2778 - "matrix-sdk-test", 2779 - "once_cell", 2780 - "ruma", 2781 - "serde", 2782 - "serde_json", 2783 - "sled", 2784 - "tempfile", 2785 - "thiserror", 2786 - "tokio", 2787 - "tracing", 2788 - ] 2789 - 2790 - [[package]] 2791 - name = "matrix-sdk-store-encryption" 2792 - version = "0.2.0" 2793 - dependencies = [ 2794 - "anyhow", 2795 - "blake3", 2796 - "chacha20poly1305", 2797 - "displaydoc", 2798 - "getrandom 0.2.7", 2799 - "hmac", 2800 - "pbkdf2", 2801 - "rand 0.8.5", 2802 - "serde", 2803 - "serde_json", 2804 - "sha2 0.10.3", 2805 - "thiserror", 2806 - "zeroize", 2807 - ] 2808 - 2809 - [[package]] 2810 - name = "matrix-sdk-test" 2811 - version = "0.6.0" 2812 - dependencies = [ 2813 - "http", 2814 - "matrix-sdk-test-macros", 2815 - "once_cell", 2816 - "ruma", 2817 - "serde", 2818 - "serde_json", 2819 - "tokio", 2820 - "wasm-bindgen-test", 2821 - ] 2822 - 2823 - [[package]] 2824 - name = "matrix-sdk-test-macros" 2825 - version = "0.3.0" 2826 - dependencies = [ 2827 - "proc-macro2", 2828 - "quote", 2829 - "syn", 2830 - ] 2831 - 2832 - [[package]] 2833 - name = "memchr" 2834 - version = "2.5.0" 2835 - source = "registry+https://github.com/rust-lang/crates.io-index" 2836 - checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" 2837 - 2838 - [[package]] 2839 - name = "memmap2" 2840 - version = "0.5.7" 2841 - source = "registry+https://github.com/rust-lang/crates.io-index" 2842 - checksum = "95af15f345b17af2efc8ead6080fb8bc376f8cec1b35277b935637595fe77498" 2843 - dependencies = [ 2844 - "libc", 2845 - ] 2846 - 2847 - [[package]] 2848 - name = "memoffset" 2849 - version = "0.6.5" 2850 - source = "registry+https://github.com/rust-lang/crates.io-index" 2851 - checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce" 2852 - dependencies = [ 2853 - "autocfg", 2854 - ] 2855 - 2856 - [[package]] 2857 - name = "mime" 2858 - version = "0.3.16" 2859 - source = "registry+https://github.com/rust-lang/crates.io-index" 2860 - checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d" 2861 - 2862 - [[package]] 2863 - name = "mime_guess" 2864 - version = "2.0.4" 2865 - source = "registry+https://github.com/rust-lang/crates.io-index" 2866 - checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef" 2867 - dependencies = [ 2868 - "mime", 2869 - "unicase", 2870 - ] 2871 - 2872 - [[package]] 2873 - name = "minimal-lexical" 2874 - version = "0.2.1" 2875 - source = "registry+https://github.com/rust-lang/crates.io-index" 2876 - checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 2877 - 2878 - [[package]] 2879 - name = "miniz_oxide" 2880 - version = "0.3.7" 2881 - source = "registry+https://github.com/rust-lang/crates.io-index" 2882 - checksum = "791daaae1ed6889560f8c4359194f56648355540573244a5448a83ba1ecc7435" 2883 - dependencies = [ 2884 - "adler32", 2885 - ] 2886 - 2887 - [[package]] 2888 - name = "miniz_oxide" 2889 - version = "0.4.4" 2890 - source = "registry+https://github.com/rust-lang/crates.io-index" 2891 - checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b" 2892 - dependencies = [ 2893 - "adler", 2894 - "autocfg", 2895 - ] 2896 - 2897 - [[package]] 2898 - name = "miniz_oxide" 2899 - version = "0.5.3" 2900 - source = "registry+https://github.com/rust-lang/crates.io-index" 2901 - checksum = "6f5c75688da582b8ffc1f1799e9db273f32133c49e048f614d22ec3256773ccc" 2902 - dependencies = [ 2903 - "adler", 2904 - ] 2905 - 2906 - [[package]] 2907 - name = "mio" 2908 - version = "0.8.4" 2909 - source = "registry+https://github.com/rust-lang/crates.io-index" 2910 - checksum = "57ee1c23c7c63b0c9250c339ffdc69255f110b298b901b9f6c82547b7b87caaf" 2911 - dependencies = [ 2912 - "libc", 2913 - "log", 2914 - "wasi 0.11.0+wasi-snapshot-preview1", 2915 - "windows-sys", 2916 - ] 2917 - 2918 - [[package]] 2919 - name = "napi" 2920 - version = "2.9.1" 2921 - source = "registry+https://github.com/rust-lang/crates.io-index" 2922 - checksum = "743fece4c26c5132f8559080145fde9ba88700c0f1aa30a1ab3e057ab105814d" 2923 - dependencies = [ 2924 - "bitflags", 2925 - "ctor", 2926 - "napi-sys", 2927 - "once_cell", 2928 - "thread_local", 2929 - "tokio", 2930 - ] 2931 - 2932 - [[package]] 2933 - name = "napi-build" 2934 - version = "2.0.1" 2935 - source = "registry+https://github.com/rust-lang/crates.io-index" 2936 - checksum = "882a73d9ef23e8dc2ebbffb6a6ae2ef467c0f18ac10711e4cc59c5485d41df0e" 2937 - 2938 - [[package]] 2939 - name = "napi-derive" 2940 - version = "2.9.1" 2941 - source = "registry+https://github.com/rust-lang/crates.io-index" 2942 - checksum = "39f3d8b02ef355898ea98f69082d9a183c8701c836942c2daf3e92364e88a0fa" 2943 - dependencies = [ 2944 - "convert_case", 2945 - "napi-derive-backend", 2946 - "proc-macro2", 2947 - "quote", 2948 - "syn", 2949 - ] 2950 - 2951 - [[package]] 2952 - name = "napi-derive-backend" 2953 - version = "1.0.38" 2954 - source = "registry+https://github.com/rust-lang/crates.io-index" 2955 - checksum = "6c35640513eb442fcbd1653a1c112fb6b2cc12b54d82f9c141f5859c721cab36" 2956 - dependencies = [ 2957 - "convert_case", 2958 - "once_cell", 2959 - "proc-macro2", 2960 - "quote", 2961 - "regex", 2962 - "syn", 2963 - ] 2964 - 2965 - [[package]] 2966 - name = "napi-sys" 2967 - version = "2.2.2" 2968 - source = "registry+https://github.com/rust-lang/crates.io-index" 2969 - checksum = "529671ebfae679f2ce9630b62dd53c72c56b3eb8b2c852e7e2fa91704ff93d67" 2970 - dependencies = [ 2971 - "libloading", 2972 - ] 2973 - 2974 - [[package]] 2975 - name = "native-tls" 2976 - version = "0.2.10" 2977 - source = "registry+https://github.com/rust-lang/crates.io-index" 2978 - checksum = "fd7e2f3618557f980e0b17e8856252eee3c97fa12c54dff0ca290fb6266ca4a9" 2979 - dependencies = [ 2980 - "lazy_static", 2981 - "libc", 2982 - "log", 2983 - "openssl", 2984 - "openssl-probe", 2985 - "openssl-sys", 2986 - "schannel", 2987 - "security-framework", 2988 - "security-framework-sys", 2989 - "tempfile", 2990 - ] 2991 - 2992 - [[package]] 2993 - name = "ndk-context" 2994 - version = "0.1.1" 2995 - source = "registry+https://github.com/rust-lang/crates.io-index" 2996 - checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b" 2997 - 2998 - [[package]] 2999 - name = "nibble_vec" 3000 - version = "0.1.0" 3001 - source = "registry+https://github.com/rust-lang/crates.io-index" 3002 - checksum = "77a5d83df9f36fe23f0c3648c6bbb8b0298bb5f1939c8f2704431371f4b84d43" 3003 - dependencies = [ 3004 - "smallvec", 3005 - ] 3006 - 3007 - [[package]] 3008 - name = "nix" 3009 - version = "0.24.2" 3010 - source = "registry+https://github.com/rust-lang/crates.io-index" 3011 - checksum = "195cdbc1741b8134346d515b3a56a1c94b0912758009cfd53f99ea0f57b065fc" 3012 - dependencies = [ 3013 - "bitflags", 3014 - "cfg-if", 3015 - "libc", 3016 - ] 3017 - 3018 - [[package]] 3019 - name = "nodrop" 3020 - version = "0.1.14" 3021 - source = "registry+https://github.com/rust-lang/crates.io-index" 3022 - checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb" 3023 - 3024 - [[package]] 3025 - name = "nom" 3026 - version = "7.1.1" 3027 - source = "registry+https://github.com/rust-lang/crates.io-index" 3028 - checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36" 3029 - dependencies = [ 3030 - "memchr", 3031 - "minimal-lexical", 3032 - ] 3033 - 3034 - [[package]] 3035 - name = "nu-ansi-term" 3036 - version = "0.46.0" 3037 - source = "registry+https://github.com/rust-lang/crates.io-index" 3038 - checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" 3039 - dependencies = [ 3040 - "overload", 3041 - "winapi", 3042 - ] 3043 - 3044 - [[package]] 3045 - name = "num-format" 3046 - version = "0.4.0" 3047 - source = "registry+https://github.com/rust-lang/crates.io-index" 3048 - checksum = "bafe4179722c2894288ee77a9f044f02811c86af699344c498b0840c698a2465" 3049 - dependencies = [ 3050 - "arrayvec 0.4.12", 3051 - "itoa 0.4.8", 3052 - ] 3053 - 3054 - [[package]] 3055 - name = "num-integer" 3056 - version = "0.1.45" 3057 - source = "registry+https://github.com/rust-lang/crates.io-index" 3058 - checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" 3059 - dependencies = [ 3060 - "autocfg", 3061 - "num-traits", 3062 - ] 3063 - 3064 - [[package]] 3065 - name = "num-iter" 3066 - version = "0.1.43" 3067 - source = "registry+https://github.com/rust-lang/crates.io-index" 3068 - checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252" 3069 - dependencies = [ 3070 - "autocfg", 3071 - "num-integer", 3072 - "num-traits", 3073 - ] 3074 - 3075 - [[package]] 3076 - name = "num-rational" 3077 - version = "0.3.2" 3078 - source = "registry+https://github.com/rust-lang/crates.io-index" 3079 - checksum = "12ac428b1cb17fce6f731001d307d351ec70a6d202fc2e60f7d4c5e42d8f4f07" 3080 - dependencies = [ 3081 - "autocfg", 3082 - "num-integer", 3083 - "num-traits", 3084 - ] 3085 - 3086 - [[package]] 3087 - name = "num-rational" 3088 - version = "0.4.1" 3089 - source = "registry+https://github.com/rust-lang/crates.io-index" 3090 - checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0" 3091 - dependencies = [ 3092 - "autocfg", 3093 - "num-integer", 3094 - "num-traits", 3095 - ] 3096 - 3097 - [[package]] 3098 - name = "num-traits" 3099 - version = "0.2.15" 3100 - source = "registry+https://github.com/rust-lang/crates.io-index" 3101 - checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" 3102 - dependencies = [ 3103 - "autocfg", 3104 - ] 3105 - 3106 - [[package]] 3107 - name = "num_cpus" 3108 - version = "1.13.1" 3109 - source = "registry+https://github.com/rust-lang/crates.io-index" 3110 - checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1" 3111 - dependencies = [ 3112 - "hermit-abi", 3113 - "libc", 3114 - ] 3115 - 3116 - [[package]] 3117 - name = "num_threads" 3118 - version = "0.1.6" 3119 - source = "registry+https://github.com/rust-lang/crates.io-index" 3120 - checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44" 3121 - dependencies = [ 3122 - "libc", 3123 - ] 3124 - 3125 - [[package]] 3126 - name = "object" 3127 - version = "0.29.0" 3128 - source = "registry+https://github.com/rust-lang/crates.io-index" 3129 - checksum = "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53" 3130 - dependencies = [ 3131 - "memchr", 3132 - ] 3133 - 3134 - [[package]] 3135 - name = "olm-rs" 3136 - version = "2.2.0" 3137 - source = "registry+https://github.com/rust-lang/crates.io-index" 3138 - checksum = "dd6c2c7054110ce4d7b4756d7b7fe507fea9413968ad0ef8f1d043d504aec725" 3139 - dependencies = [ 3140 - "getrandom 0.2.7", 3141 - "olm-sys", 3142 - "serde", 3143 - "serde_json", 3144 - "zeroize", 3145 - ] 3146 - 3147 - [[package]] 3148 - name = "olm-sys" 3149 - version = "1.3.2" 3150 - source = "registry+https://github.com/rust-lang/crates.io-index" 3151 - checksum = "2afecf25624989021f9f0f157f7152102fd147b89445d08449739f216002d339" 3152 - dependencies = [ 3153 - "cmake", 3154 - "fs_extra", 3155 - ] 3156 - 3157 - [[package]] 3158 - name = "once_cell" 3159 - version = "1.13.1" 3160 - source = "registry+https://github.com/rust-lang/crates.io-index" 3161 - checksum = "074864da206b4973b84eb91683020dbefd6a8c3f0f38e054d93954e891935e4e" 3162 - 3163 - [[package]] 3164 - name = "oorandom" 3165 - version = "11.1.3" 3166 - source = "registry+https://github.com/rust-lang/crates.io-index" 3167 - checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575" 3168 - 3169 - [[package]] 3170 - name = "opaque-debug" 3171 - version = "0.3.0" 3172 - source = "registry+https://github.com/rust-lang/crates.io-index" 3173 - checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" 3174 - 3175 - [[package]] 3176 - name = "openssl" 3177 - version = "0.10.41" 3178 - source = "registry+https://github.com/rust-lang/crates.io-index" 3179 - checksum = "618febf65336490dfcf20b73f885f5651a0c89c64c2d4a8c3662585a70bf5bd0" 3180 - dependencies = [ 3181 - "bitflags", 3182 - "cfg-if", 3183 - "foreign-types", 3184 - "libc", 3185 - "once_cell", 3186 - "openssl-macros", 3187 - "openssl-sys", 3188 - ] 3189 - 3190 - [[package]] 3191 - name = "openssl-macros" 3192 - version = "0.1.0" 3193 - source = "registry+https://github.com/rust-lang/crates.io-index" 3194 - checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c" 3195 - dependencies = [ 3196 - "proc-macro2", 3197 - "quote", 3198 - "syn", 3199 - ] 3200 - 3201 - [[package]] 3202 - name = "openssl-probe" 3203 - version = "0.1.5" 3204 - source = "registry+https://github.com/rust-lang/crates.io-index" 3205 - checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" 3206 - 3207 - [[package]] 3208 - name = "openssl-sys" 3209 - version = "0.9.75" 3210 - source = "registry+https://github.com/rust-lang/crates.io-index" 3211 - checksum = "e5f9bd0c2710541a3cda73d6f9ac4f1b240de4ae261065d309dbe73d9dceb42f" 3212 - dependencies = [ 3213 - "autocfg", 3214 - "cc", 3215 - "libc", 3216 - "pkg-config", 3217 - "vcpkg", 3218 - ] 3219 - 3220 - [[package]] 3221 - name = "os_str_bytes" 3222 - version = "6.3.0" 3223 - source = "registry+https://github.com/rust-lang/crates.io-index" 3224 - checksum = "9ff7415e9ae3fff1225851df9e0d9e4e5479f947619774677a63572e55e80eff" 3225 - 3226 - [[package]] 3227 - name = "overload" 3228 - version = "0.1.1" 3229 - source = "registry+https://github.com/rust-lang/crates.io-index" 3230 - checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" 3231 - 3232 - [[package]] 3233 - name = "parking" 3234 - version = "2.0.0" 3235 - source = "registry+https://github.com/rust-lang/crates.io-index" 3236 - checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72" 3237 - 3238 - [[package]] 3239 - name = "parking_lot" 3240 - version = "0.11.2" 3241 - source = "registry+https://github.com/rust-lang/crates.io-index" 3242 - checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99" 3243 - dependencies = [ 3244 - "instant", 3245 - "lock_api", 3246 - "parking_lot_core 0.8.5", 3247 - ] 3248 - 3249 - [[package]] 3250 - name = "parking_lot" 3251 - version = "0.12.1" 3252 - source = "registry+https://github.com/rust-lang/crates.io-index" 3253 - checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" 3254 - dependencies = [ 3255 - "lock_api", 3256 - "parking_lot_core 0.9.3", 3257 - ] 3258 - 3259 - [[package]] 3260 - name = "parking_lot_core" 3261 - version = "0.8.5" 3262 - source = "registry+https://github.com/rust-lang/crates.io-index" 3263 - checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216" 3264 - dependencies = [ 3265 - "cfg-if", 3266 - "instant", 3267 - "libc", 3268 - "redox_syscall", 3269 - "smallvec", 3270 - "winapi", 3271 - ] 3272 - 3273 - [[package]] 3274 - name = "parking_lot_core" 3275 - version = "0.9.3" 3276 - source = "registry+https://github.com/rust-lang/crates.io-index" 3277 - checksum = "09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929" 3278 - dependencies = [ 3279 - "cfg-if", 3280 - "libc", 3281 - "redox_syscall", 3282 - "smallvec", 3283 - "windows-sys", 3284 - ] 3285 - 3286 - [[package]] 3287 - name = "password-hash" 3288 - version = "0.4.2" 3289 - source = "registry+https://github.com/rust-lang/crates.io-index" 3290 - checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700" 3291 - dependencies = [ 3292 - "base64ct", 3293 - "rand_core 0.6.3", 3294 - "subtle", 3295 - ] 3296 - 3297 - [[package]] 3298 - name = "paste" 3299 - version = "1.0.9" 3300 - source = "registry+https://github.com/rust-lang/crates.io-index" 3301 - checksum = "b1de2e551fb905ac83f73f7aedf2f0cb4a0da7e35efa24a202a936269f1f18e1" 3302 - 3303 - [[package]] 3304 - name = "pbkdf2" 3305 - version = "0.11.0" 3306 - source = "registry+https://github.com/rust-lang/crates.io-index" 3307 - checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917" 3308 - dependencies = [ 3309 - "digest 0.10.3", 3310 - "hmac", 3311 - "password-hash", 3312 - "sha2 0.10.3", 3313 - ] 3314 - 3315 - [[package]] 3316 - name = "percent-encoding" 3317 - version = "2.2.0" 3318 - source = "registry+https://github.com/rust-lang/crates.io-index" 3319 - checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e" 3320 - 3321 - [[package]] 3322 - name = "pin-project" 3323 - version = "1.0.12" 3324 - source = "registry+https://github.com/rust-lang/crates.io-index" 3325 - checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc" 3326 - dependencies = [ 3327 - "pin-project-internal", 3328 - ] 3329 - 3330 - [[package]] 3331 - name = "pin-project-internal" 3332 - version = "1.0.12" 3333 - source = "registry+https://github.com/rust-lang/crates.io-index" 3334 - checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55" 3335 - dependencies = [ 3336 - "proc-macro2", 3337 - "quote", 3338 - "syn", 3339 - ] 3340 - 3341 - [[package]] 3342 - name = "pin-project-lite" 3343 - version = "0.2.9" 3344 - source = "registry+https://github.com/rust-lang/crates.io-index" 3345 - checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116" 3346 - 3347 - [[package]] 3348 - name = "pin-utils" 3349 - version = "0.1.0" 3350 - source = "registry+https://github.com/rust-lang/crates.io-index" 3351 - checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 3352 - 3353 - [[package]] 3354 - name = "pkcs7" 3355 - version = "0.3.0" 3356 - source = "registry+https://github.com/rust-lang/crates.io-index" 3357 - checksum = "1f7364e6d0e236473de91e042395d71e0e64715f99a60620b014a4a4c7d1619b" 3358 - dependencies = [ 3359 - "der", 3360 - "spki", 3361 - ] 3362 - 3363 - [[package]] 3364 - name = "pkg-config" 3365 - version = "0.3.25" 3366 - source = "registry+https://github.com/rust-lang/crates.io-index" 3367 - checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae" 3368 - 3369 - [[package]] 3370 - name = "plain" 3371 - version = "0.2.3" 3372 - source = "registry+https://github.com/rust-lang/crates.io-index" 3373 - checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6" 3374 - 3375 - [[package]] 3376 - name = "plotters" 3377 - version = "0.3.3" 3378 - source = "registry+https://github.com/rust-lang/crates.io-index" 3379 - checksum = "716b4eeb6c4a1d3ecc956f75b43ec2e8e8ba80026413e70a3f41fd3313d3492b" 3380 - dependencies = [ 3381 - "num-traits", 3382 - "plotters-backend", 3383 - "plotters-svg", 3384 - "wasm-bindgen", 3385 - "web-sys", 3386 - ] 3387 - 3388 - [[package]] 3389 - name = "plotters-backend" 3390 - version = "0.3.4" 3391 - source = "registry+https://github.com/rust-lang/crates.io-index" 3392 - checksum = "193228616381fecdc1224c62e96946dfbc73ff4384fba576e052ff8c1bea8142" 3393 - 3394 - [[package]] 3395 - name = "plotters-svg" 3396 - version = "0.3.3" 3397 - source = "registry+https://github.com/rust-lang/crates.io-index" 3398 - checksum = "f9a81d2759aae1dae668f783c308bc5c8ebd191ff4184aaa1b37f65a6ae5a56f" 3399 - dependencies = [ 3400 - "plotters-backend", 3401 - ] 3402 - 3403 - [[package]] 3404 - name = "png" 3405 - version = "0.16.8" 3406 - source = "registry+https://github.com/rust-lang/crates.io-index" 3407 - checksum = "3c3287920cb847dee3de33d301c463fba14dda99db24214ddf93f83d3021f4c6" 3408 - dependencies = [ 3409 - "bitflags", 3410 - "crc32fast", 3411 - "deflate 0.8.6", 3412 - "miniz_oxide 0.3.7", 3413 - ] 3414 - 3415 - [[package]] 3416 - name = "png" 3417 - version = "0.17.5" 3418 - source = "registry+https://github.com/rust-lang/crates.io-index" 3419 - checksum = "dc38c0ad57efb786dd57b9864e5b18bae478c00c824dc55a38bbc9da95dde3ba" 3420 - dependencies = [ 3421 - "bitflags", 3422 - "crc32fast", 3423 - "deflate 1.0.0", 3424 - "miniz_oxide 0.5.3", 3425 - ] 3426 - 3427 - [[package]] 3428 - name = "poly1305" 3429 - version = "0.7.2" 3430 - source = "registry+https://github.com/rust-lang/crates.io-index" 3431 - checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede" 3432 - dependencies = [ 3433 - "cpufeatures", 3434 - "opaque-debug", 3435 - "universal-hash", 3436 - ] 3437 - 3438 - [[package]] 3439 - name = "pprof" 3440 - version = "0.10.1" 3441 - source = "registry+https://github.com/rust-lang/crates.io-index" 3442 - checksum = "d6472bfed9475542ac46c518734a8d06d71b0f6cb2c17f904aa301711a57786f" 3443 - dependencies = [ 3444 - "backtrace", 3445 - "cfg-if", 3446 - "criterion", 3447 - "findshlibs", 3448 - "inferno", 3449 - "libc", 3450 - "log", 3451 - "nix", 3452 - "once_cell", 3453 - "parking_lot 0.12.1", 3454 - "smallvec", 3455 - "symbolic-demangle", 3456 - "tempfile", 3457 - "thiserror", 3458 - ] 3459 - 3460 - [[package]] 3461 - name = "ppv-lite86" 3462 - version = "0.2.16" 3463 - source = "registry+https://github.com/rust-lang/crates.io-index" 3464 - checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872" 3465 - 3466 - [[package]] 3467 - name = "proc-macro-crate" 3468 - version = "1.2.1" 3469 - source = "registry+https://github.com/rust-lang/crates.io-index" 3470 - checksum = "eda0fc3b0fb7c975631757e14d9049da17374063edb6ebbcbc54d880d4fe94e9" 3471 - dependencies = [ 3472 - "once_cell", 3473 - "thiserror", 3474 - "toml", 3475 - ] 3476 - 3477 - [[package]] 3478 - name = "proc-macro-error" 3479 - version = "1.0.4" 3480 - source = "registry+https://github.com/rust-lang/crates.io-index" 3481 - checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 3482 - dependencies = [ 3483 - "proc-macro-error-attr", 3484 - "proc-macro2", 3485 - "quote", 3486 - "syn", 3487 - "version_check", 3488 - ] 3489 - 3490 - [[package]] 3491 - name = "proc-macro-error-attr" 3492 - version = "1.0.4" 3493 - source = "registry+https://github.com/rust-lang/crates.io-index" 3494 - checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 3495 - dependencies = [ 3496 - "proc-macro2", 3497 - "quote", 3498 - "version_check", 3499 - ] 3500 - 3501 - [[package]] 3502 - name = "proc-macro2" 3503 - version = "1.0.43" 3504 - source = "registry+https://github.com/rust-lang/crates.io-index" 3505 - checksum = "0a2ca2c61bc9f3d74d2886294ab7b9853abd9c1ad903a3ac7815c58989bb7bab" 3506 - dependencies = [ 3507 - "unicode-ident", 3508 - ] 3509 - 3510 - [[package]] 3511 - name = "proptest" 3512 - version = "1.0.0" 3513 - source = "registry+https://github.com/rust-lang/crates.io-index" 3514 - checksum = "1e0d9cc07f18492d879586c92b485def06bc850da3118075cd45d50e9c95b0e5" 3515 - dependencies = [ 3516 - "bitflags", 3517 - "byteorder", 3518 - "lazy_static", 3519 - "num-traits", 3520 - "quick-error", 3521 - "rand 0.8.5", 3522 - "rand_chacha 0.3.1", 3523 - "rand_xorshift", 3524 - "regex-syntax", 3525 - ] 3526 - 3527 - [[package]] 3528 - name = "prost" 3529 - version = "0.11.0" 3530 - source = "registry+https://github.com/rust-lang/crates.io-index" 3531 - checksum = "399c3c31cdec40583bb68f0b18403400d01ec4289c383aa047560439952c4dd7" 3532 - dependencies = [ 3533 - "bytes", 3534 - "prost-derive", 3535 - ] 3536 - 3537 - [[package]] 3538 - name = "prost-derive" 3539 - version = "0.11.0" 3540 - source = "registry+https://github.com/rust-lang/crates.io-index" 3541 - checksum = "7345d5f0e08c0536d7ac7229952590239e77abf0a0100a1b1d890add6ea96364" 3542 - dependencies = [ 3543 - "anyhow", 3544 - "itertools", 3545 - "proc-macro2", 3546 - "quote", 3547 - "syn", 3548 - ] 3549 - 3550 - [[package]] 3551 - name = "pulldown-cmark" 3552 - version = "0.9.2" 3553 - source = "registry+https://github.com/rust-lang/crates.io-index" 3554 - checksum = "2d9cc634bc78768157b5cbfe988ffcd1dcba95cd2b2f03a88316c08c6d00ed63" 3555 - dependencies = [ 3556 - "bitflags", 3557 - "memchr", 3558 - "unicase", 3559 - ] 3560 - 3561 - [[package]] 3562 - name = "qrcode" 3563 - version = "0.12.0" 3564 - source = "registry+https://github.com/rust-lang/crates.io-index" 3565 - checksum = "16d2f1455f3630c6e5107b4f2b94e74d76dea80736de0981fd27644216cff57f" 3566 - dependencies = [ 3567 - "checked_int_cast", 3568 - "image 0.23.14", 3569 - ] 3570 - 3571 - [[package]] 3572 - name = "quick-error" 3573 - version = "2.0.1" 3574 - source = "registry+https://github.com/rust-lang/crates.io-index" 3575 - checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3" 3576 - 3577 - [[package]] 3578 - name = "quick-xml" 3579 - version = "0.23.0" 3580 - source = "registry+https://github.com/rust-lang/crates.io-index" 3581 - checksum = "9279fbdacaad3baf559d8cabe0acc3d06e30ea14931af31af79578ac0946decc" 3582 - dependencies = [ 3583 - "memchr", 3584 - ] 3585 - 3586 - [[package]] 3587 - name = "quote" 3588 - version = "1.0.21" 3589 - source = "registry+https://github.com/rust-lang/crates.io-index" 3590 - checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179" 3591 - dependencies = [ 3592 - "proc-macro2", 3593 - ] 3594 - 3595 - [[package]] 3596 - name = "radix_trie" 3597 - version = "0.2.1" 3598 - source = "registry+https://github.com/rust-lang/crates.io-index" 3599 - checksum = "c069c179fcdc6a2fe24d8d18305cf085fdbd4f922c041943e203685d6a1c58fd" 3600 - dependencies = [ 3601 - "endian-type", 3602 - "nibble_vec", 3603 - ] 3604 - 3605 - [[package]] 3606 - name = "rand" 3607 - version = "0.7.3" 3608 - source = "registry+https://github.com/rust-lang/crates.io-index" 3609 - checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" 3610 - dependencies = [ 3611 - "getrandom 0.1.16", 3612 - "libc", 3613 - "rand_chacha 0.2.2", 3614 - "rand_core 0.5.1", 3615 - "rand_hc", 3616 - ] 3617 - 3618 - [[package]] 3619 - name = "rand" 3620 - version = "0.8.5" 3621 - source = "registry+https://github.com/rust-lang/crates.io-index" 3622 - checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 3623 - dependencies = [ 3624 - "libc", 3625 - "rand_chacha 0.3.1", 3626 - "rand_core 0.6.3", 3627 - ] 3628 - 3629 - [[package]] 3630 - name = "rand_chacha" 3631 - version = "0.2.2" 3632 - source = "registry+https://github.com/rust-lang/crates.io-index" 3633 - checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" 3634 - dependencies = [ 3635 - "ppv-lite86", 3636 - "rand_core 0.5.1", 3637 - ] 3638 - 3639 - [[package]] 3640 - name = "rand_chacha" 3641 - version = "0.3.1" 3642 - source = "registry+https://github.com/rust-lang/crates.io-index" 3643 - checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 3644 - dependencies = [ 3645 - "ppv-lite86", 3646 - "rand_core 0.6.3", 3647 - ] 3648 - 3649 - [[package]] 3650 - name = "rand_core" 3651 - version = "0.5.1" 3652 - source = "registry+https://github.com/rust-lang/crates.io-index" 3653 - checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" 3654 - dependencies = [ 3655 - "getrandom 0.1.16", 3656 - ] 3657 - 3658 - [[package]] 3659 - name = "rand_core" 3660 - version = "0.6.3" 3661 - source = "registry+https://github.com/rust-lang/crates.io-index" 3662 - checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7" 3663 - dependencies = [ 3664 - "getrandom 0.2.7", 3665 - ] 3666 - 3667 - [[package]] 3668 - name = "rand_hc" 3669 - version = "0.2.0" 3670 - source = "registry+https://github.com/rust-lang/crates.io-index" 3671 - checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" 3672 - dependencies = [ 3673 - "rand_core 0.5.1", 3674 - ] 3675 - 3676 - [[package]] 3677 - name = "rand_xorshift" 3678 - version = "0.3.0" 3679 - source = "registry+https://github.com/rust-lang/crates.io-index" 3680 - checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f" 3681 - dependencies = [ 3682 - "rand_core 0.6.3", 3683 - ] 3684 - 3685 - [[package]] 3686 - name = "rayon" 3687 - version = "1.5.3" 3688 - source = "registry+https://github.com/rust-lang/crates.io-index" 3689 - checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d" 3690 - dependencies = [ 3691 - "autocfg", 3692 - "crossbeam-deque", 3693 - "either", 3694 - "rayon-core", 3695 - ] 3696 - 3697 - [[package]] 3698 - name = "rayon-core" 3699 - version = "1.9.3" 3700 - source = "registry+https://github.com/rust-lang/crates.io-index" 3701 - checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f" 3702 - dependencies = [ 3703 - "crossbeam-channel", 3704 - "crossbeam-deque", 3705 - "crossbeam-utils", 3706 - "num_cpus", 3707 - ] 3708 - 3709 - [[package]] 3710 - name = "redox_syscall" 3711 - version = "0.2.16" 3712 - source = "registry+https://github.com/rust-lang/crates.io-index" 3713 - checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" 3714 - dependencies = [ 3715 - "bitflags", 3716 - ] 3717 - 3718 - [[package]] 3719 - name = "redox_users" 3720 - version = "0.4.3" 3721 - source = "registry+https://github.com/rust-lang/crates.io-index" 3722 - checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b" 3723 - dependencies = [ 3724 - "getrandom 0.2.7", 3725 - "redox_syscall", 3726 - "thiserror", 3727 - ] 3728 - 3729 - [[package]] 3730 - name = "regex" 3731 - version = "1.6.0" 3732 - source = "registry+https://github.com/rust-lang/crates.io-index" 3733 - checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b" 3734 - dependencies = [ 3735 - "aho-corasick", 3736 - "memchr", 3737 - "regex-syntax", 3738 - ] 3739 - 3740 - [[package]] 3741 - name = "regex-automata" 3742 - version = "0.1.10" 3743 - source = "registry+https://github.com/rust-lang/crates.io-index" 3744 - checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" 3745 - dependencies = [ 3746 - "regex-syntax", 3747 - ] 3748 - 3749 - [[package]] 3750 - name = "regex-syntax" 3751 - version = "0.6.27" 3752 - source = "registry+https://github.com/rust-lang/crates.io-index" 3753 - checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244" 3754 - 3755 - [[package]] 3756 - name = "remove_dir_all" 3757 - version = "0.5.3" 3758 - source = "registry+https://github.com/rust-lang/crates.io-index" 3759 - checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7" 3760 - dependencies = [ 3761 - "winapi", 3762 - ] 3763 - 3764 - [[package]] 3765 - name = "reqwest" 3766 - version = "0.11.11" 3767 - source = "registry+https://github.com/rust-lang/crates.io-index" 3768 - checksum = "b75aa69a3f06bbcc66ede33af2af253c6f7a86b1ca0033f60c580a27074fbf92" 3769 - dependencies = [ 3770 - "base64", 3771 - "bytes", 3772 - "encoding_rs", 3773 - "futures-core", 3774 - "futures-util", 3775 - "h2", 3776 - "http", 3777 - "http-body", 3778 - "hyper", 3779 - "hyper-rustls", 3780 - "hyper-tls", 3781 - "ipnet", 3782 - "js-sys", 3783 - "lazy_static", 3784 - "log", 3785 - "mime", 3786 - "native-tls", 3787 - "percent-encoding", 3788 - "pin-project-lite", 3789 - "rustls", 3790 - "rustls-pemfile", 3791 - "serde", 3792 - "serde_json", 3793 - "serde_urlencoded", 3794 - "tokio", 3795 - "tokio-native-tls", 3796 - "tokio-rustls", 3797 - "tokio-socks", 3798 - "tower-service", 3799 - "url", 3800 - "wasm-bindgen", 3801 - "wasm-bindgen-futures", 3802 - "web-sys", 3803 - "webpki-roots", 3804 - "winreg", 3805 - ] 3806 - 3807 - [[package]] 3808 - name = "retain_mut" 3809 - version = "0.1.9" 3810 - source = "registry+https://github.com/rust-lang/crates.io-index" 3811 - checksum = "4389f1d5789befaf6029ebd9f7dac4af7f7e3d61b69d4f30e2ac02b57e7712b0" 3812 - 3813 - [[package]] 3814 - name = "rgb" 3815 - version = "0.8.33" 3816 - source = "registry+https://github.com/rust-lang/crates.io-index" 3817 - checksum = "c3b221de559e4a29df3b957eec92bc0de6bc8eaf6ca9cfed43e5e1d67ff65a34" 3818 - dependencies = [ 3819 - "bytemuck", 3820 - ] 3821 - 3822 - [[package]] 3823 - name = "ring" 3824 - version = "0.16.20" 3825 - source = "registry+https://github.com/rust-lang/crates.io-index" 3826 - checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc" 3827 - dependencies = [ 3828 - "cc", 3829 - "libc", 3830 - "once_cell", 3831 - "spin", 3832 - "untrusted", 3833 - "web-sys", 3834 - "winapi", 3835 - ] 3836 - 3837 - [[package]] 3838 - name = "ruma" 3839 - version = "0.7.4" 3840 - source = "registry+https://github.com/rust-lang/crates.io-index" 3841 - checksum = "8dc348e3a4a18abc4e97fffa5e2e623f6edd50ba3a1dd5f47eb249fea713b69f" 3842 - dependencies = [ 3843 - "assign", 3844 - "js_int", 3845 - "js_option", 3846 - "ruma-appservice-api", 3847 - "ruma-client-api", 3848 - "ruma-common", 3849 - "ruma-federation-api", 3850 - ] 3851 - 3852 - [[package]] 3853 - name = "ruma-appservice-api" 3854 - version = "0.7.0" 3855 - source = "registry+https://github.com/rust-lang/crates.io-index" 3856 - checksum = "d4f8cecdd4e2729656fc4126b6b5b218834d4025e0ed0e5063087a0231098a5c" 3857 - dependencies = [ 3858 - "ruma-common", 3859 - "serde", 3860 - "serde_json", 3861 - ] 3862 - 3863 - [[package]] 3864 - name = "ruma-client-api" 3865 - version = "0.15.3" 3866 - source = "registry+https://github.com/rust-lang/crates.io-index" 3867 - checksum = "d1e72bc731b4dc8b569aa83915f13e419144b67110d858c65bb74aa05e2dc4b7" 3868 - dependencies = [ 3869 - "assign", 3870 - "bytes", 3871 - "http", 3872 - "js_int", 3873 - "maplit", 3874 - "percent-encoding", 3875 - "ruma-common", 3876 - "serde", 3877 - "serde_json", 3878 - ] 3879 - 3880 - [[package]] 3881 - name = "ruma-common" 3882 - version = "0.10.5" 3883 - source = "registry+https://github.com/rust-lang/crates.io-index" 3884 - checksum = "716889595f4edc3cfeb94d9f122e413f73e37d7d80ea1c14196e1004241a3889" 3885 - dependencies = [ 3886 - "base64", 3887 - "bytes", 3888 - "form_urlencoded", 3889 - "getrandom 0.2.7", 3890 - "http", 3891 - "indexmap", 3892 - "itoa 1.0.3", 3893 - "js-sys", 3894 - "js_int", 3895 - "js_option", 3896 - "percent-encoding", 3897 - "pulldown-cmark", 3898 - "rand 0.8.5", 3899 - "regex", 3900 - "ruma-identifiers-validation", 3901 - "ruma-macros", 3902 - "serde", 3903 - "serde_json", 3904 - "thiserror", 3905 - "tracing", 3906 - "url", 3907 - "uuid 1.1.2", 3908 - "wildmatch", 3909 - ] 3910 - 3911 - [[package]] 3912 - name = "ruma-federation-api" 3913 - version = "0.6.0" 3914 - source = "registry+https://github.com/rust-lang/crates.io-index" 3915 - checksum = "9f905d12f6144c7a754bd0339fa6893698c03d03a908abb20cc6eeb4ec7f9466" 3916 - dependencies = [ 3917 - "js_int", 3918 - "ruma-common", 3919 - "serde", 3920 - "serde_json", 3921 - ] 3922 - 3923 - [[package]] 3924 - name = "ruma-identifiers-validation" 3925 - version = "0.9.0" 3926 - source = "registry+https://github.com/rust-lang/crates.io-index" 3927 - checksum = "eabac62d16465a87435579c779d74dceabb93b09e44c766af6085050f3cc4275" 3928 - dependencies = [ 3929 - "js_int", 3930 - "thiserror", 3931 - ] 3932 - 3933 - [[package]] 3934 - name = "ruma-macros" 3935 - version = "0.10.5" 3936 - source = "registry+https://github.com/rust-lang/crates.io-index" 3937 - checksum = "0f82e91eb61cd86d9287303133ee55b54618eccb75a522cc22a42c15f5bda340" 3938 - dependencies = [ 3939 - "once_cell", 3940 - "proc-macro-crate", 3941 - "proc-macro2", 3942 - "quote", 3943 - "ruma-identifiers-validation", 3944 - "serde", 3945 - "syn", 3946 - "toml", 3947 - ] 3948 - 3949 - [[package]] 3950 - name = "rustc-demangle" 3951 - version = "0.1.21" 3952 - source = "registry+https://github.com/rust-lang/crates.io-index" 3953 - checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342" 3954 - 3955 - [[package]] 3956 - name = "rustix" 3957 - version = "0.35.9" 3958 - source = "registry+https://github.com/rust-lang/crates.io-index" 3959 - checksum = "72c825b8aa8010eb9ee99b75f05e10180b9278d161583034d7574c9d617aeada" 3960 - dependencies = [ 3961 - "bitflags", 3962 - "errno", 3963 - "io-lifetimes", 3964 - "libc", 3965 - "linux-raw-sys", 3966 - "windows-sys", 3967 - ] 3968 - 3969 - [[package]] 3970 - name = "rustls" 3971 - version = "0.20.6" 3972 - source = "registry+https://github.com/rust-lang/crates.io-index" 3973 - checksum = "5aab8ee6c7097ed6057f43c187a62418d0c05a4bd5f18b3571db50ee0f9ce033" 3974 - dependencies = [ 3975 - "log", 3976 - "ring", 3977 - "sct", 3978 - "webpki", 3979 - ] 3980 - 3981 - [[package]] 3982 - name = "rustls-pemfile" 3983 - version = "1.0.1" 3984 - source = "registry+https://github.com/rust-lang/crates.io-index" 3985 - checksum = "0864aeff53f8c05aa08d86e5ef839d3dfcf07aeba2db32f12db0ef716e87bd55" 3986 - dependencies = [ 3987 - "base64", 3988 - ] 3989 - 3990 - [[package]] 3991 - name = "rustyline" 3992 - version = "10.0.0" 3993 - source = "registry+https://github.com/rust-lang/crates.io-index" 3994 - checksum = "1d1cd5ae51d3f7bf65d7969d579d502168ef578f289452bd8ccc91de28fda20e" 3995 - dependencies = [ 3996 - "bitflags", 3997 - "cfg-if", 3998 - "clipboard-win", 3999 - "dirs-next", 4000 - "fd-lock", 4001 - "libc", 4002 - "log", 4003 - "memchr", 4004 - "nix", 4005 - "radix_trie", 4006 - "scopeguard", 4007 - "unicode-segmentation", 4008 - "unicode-width", 4009 - "utf8parse", 4010 - "winapi", 4011 - ] 4012 - 4013 - [[package]] 4014 - name = "rustyline-derive" 4015 - version = "0.7.0" 4016 - source = "registry+https://github.com/rust-lang/crates.io-index" 4017 - checksum = "107c3d5d7f370ac09efa62a78375f94d94b8a33c61d8c278b96683fb4dbf2d8d" 4018 - dependencies = [ 4019 - "proc-macro2", 4020 - "quote", 4021 - "syn", 4022 - ] 4023 - 4024 - [[package]] 4025 - name = "ryu" 4026 - version = "1.0.11" 4027 - source = "registry+https://github.com/rust-lang/crates.io-index" 4028 - checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09" 4029 - 4030 - [[package]] 4031 - name = "same-file" 4032 - version = "1.0.6" 4033 - source = "registry+https://github.com/rust-lang/crates.io-index" 4034 - checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 4035 - dependencies = [ 4036 - "winapi-util", 4037 - ] 4038 - 4039 - [[package]] 4040 - name = "sanitize-filename-reader-friendly" 4041 - version = "2.2.1" 4042 - source = "registry+https://github.com/rust-lang/crates.io-index" 4043 - checksum = "b750e71aac86f4b238844ac9416e7339a8de1225eb1ebe5fba89890f634c46bf" 4044 - dependencies = [ 4045 - "const_format", 4046 - ] 4047 - 4048 - [[package]] 4049 - name = "schannel" 4050 - version = "0.1.20" 4051 - source = "registry+https://github.com/rust-lang/crates.io-index" 4052 - checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2" 4053 - dependencies = [ 4054 - "lazy_static", 4055 - "windows-sys", 4056 - ] 4057 - 4058 - [[package]] 4059 - name = "scoped-tls" 4060 - version = "1.0.0" 4061 - source = "registry+https://github.com/rust-lang/crates.io-index" 4062 - checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2" 4063 - 4064 - [[package]] 4065 - name = "scoped_threadpool" 4066 - version = "0.1.9" 4067 - source = "registry+https://github.com/rust-lang/crates.io-index" 4068 - checksum = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8" 4069 - 4070 - [[package]] 4071 - name = "scopeguard" 4072 - version = "1.1.0" 4073 - source = "registry+https://github.com/rust-lang/crates.io-index" 4074 - checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 4075 - 4076 - [[package]] 4077 - name = "scroll" 4078 - version = "0.11.0" 4079 - source = "registry+https://github.com/rust-lang/crates.io-index" 4080 - checksum = "04c565b551bafbef4157586fa379538366e4385d42082f255bfd96e4fe8519da" 4081 - dependencies = [ 4082 - "scroll_derive", 4083 - ] 4084 - 4085 - [[package]] 4086 - name = "scroll_derive" 4087 - version = "0.11.0" 4088 - source = "registry+https://github.com/rust-lang/crates.io-index" 4089 - checksum = "bdbda6ac5cd1321e724fa9cee216f3a61885889b896f073b8f82322789c5250e" 4090 - dependencies = [ 4091 - "proc-macro2", 4092 - "quote", 4093 - "syn", 4094 - ] 4095 - 4096 - [[package]] 4097 - name = "sct" 4098 - version = "0.7.0" 4099 - source = "registry+https://github.com/rust-lang/crates.io-index" 4100 - checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4" 4101 - dependencies = [ 4102 - "ring", 4103 - "untrusted", 4104 - ] 4105 - 4106 - [[package]] 4107 - name = "security-framework" 4108 - version = "2.7.0" 4109 - source = "registry+https://github.com/rust-lang/crates.io-index" 4110 - checksum = "2bc1bb97804af6631813c55739f771071e0f2ed33ee20b68c86ec505d906356c" 4111 - dependencies = [ 4112 - "bitflags", 4113 - "core-foundation", 4114 - "core-foundation-sys", 4115 - "libc", 4116 - "security-framework-sys", 4117 - ] 4118 - 4119 - [[package]] 4120 - name = "security-framework-sys" 4121 - version = "2.6.1" 4122 - source = "registry+https://github.com/rust-lang/crates.io-index" 4123 - checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556" 4124 - dependencies = [ 4125 - "core-foundation-sys", 4126 - "libc", 4127 - ] 4128 - 4129 - [[package]] 4130 - name = "semver" 4131 - version = "1.0.13" 4132 - source = "registry+https://github.com/rust-lang/crates.io-index" 4133 - checksum = "93f6841e709003d68bb2deee8c343572bf446003ec20a583e76f7b15cebf3711" 4134 - dependencies = [ 4135 - "serde", 4136 - ] 4137 - 4138 - [[package]] 4139 - name = "serde" 4140 - version = "1.0.144" 4141 - source = "registry+https://github.com/rust-lang/crates.io-index" 4142 - checksum = "0f747710de3dcd43b88c9168773254e809d8ddbdf9653b84e2554ab219f17860" 4143 - dependencies = [ 4144 - "serde_derive", 4145 - ] 4146 - 4147 - [[package]] 4148 - name = "serde_bytes" 4149 - version = "0.11.7" 4150 - source = "registry+https://github.com/rust-lang/crates.io-index" 4151 - checksum = "cfc50e8183eeeb6178dcb167ae34a8051d63535023ae38b5d8d12beae193d37b" 4152 - dependencies = [ 4153 - "serde", 4154 - ] 4155 - 4156 - [[package]] 4157 - name = "serde_cbor" 4158 - version = "0.11.2" 4159 - source = "registry+https://github.com/rust-lang/crates.io-index" 4160 - checksum = "2bef2ebfde456fb76bbcf9f59315333decc4fda0b2b44b420243c11e0f5ec1f5" 4161 - dependencies = [ 4162 - "half", 4163 - "serde", 4164 - ] 4165 - 4166 - [[package]] 4167 - name = "serde_derive" 4168 - version = "1.0.144" 4169 - source = "registry+https://github.com/rust-lang/crates.io-index" 4170 - checksum = "94ed3a816fb1d101812f83e789f888322c34e291f894f19590dc310963e87a00" 4171 - dependencies = [ 4172 - "proc-macro2", 4173 - "quote", 4174 - "syn", 4175 - ] 4176 - 4177 - [[package]] 4178 - name = "serde_json" 4179 - version = "1.0.85" 4180 - source = "registry+https://github.com/rust-lang/crates.io-index" 4181 - checksum = "e55a28e3aaef9d5ce0506d0a14dbba8054ddc7e499ef522dd8b26859ec9d4a44" 4182 - dependencies = [ 4183 - "itoa 1.0.3", 4184 - "ryu", 4185 - "serde", 4186 - ] 4187 - 4188 - [[package]] 4189 - name = "serde_qs" 4190 - version = "0.8.5" 4191 - source = "registry+https://github.com/rust-lang/crates.io-index" 4192 - checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6" 4193 - dependencies = [ 4194 - "percent-encoding", 4195 - "serde", 4196 - "thiserror", 4197 - ] 4198 - 4199 - [[package]] 4200 - name = "serde_urlencoded" 4201 - version = "0.7.1" 4202 - source = "registry+https://github.com/rust-lang/crates.io-index" 4203 - checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 4204 - dependencies = [ 4205 - "form_urlencoded", 4206 - "itoa 1.0.3", 4207 - "ryu", 4208 - "serde", 4209 - ] 4210 - 4211 - [[package]] 4212 - name = "serde_yaml" 4213 - version = "0.9.10" 4214 - source = "registry+https://github.com/rust-lang/crates.io-index" 4215 - checksum = "7a09f551ccc8210268ef848f0bab37b306e87b85b2e017b899e7fb815f5aed62" 4216 - dependencies = [ 4217 - "indexmap", 4218 - "itoa 1.0.3", 4219 - "ryu", 4220 - "serde", 4221 - "unsafe-libyaml", 4222 - ] 4223 - 4224 - [[package]] 4225 - name = "sha2" 4226 - version = "0.9.9" 4227 - source = "registry+https://github.com/rust-lang/crates.io-index" 4228 - checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800" 4229 - dependencies = [ 4230 - "block-buffer 0.9.0", 4231 - "cfg-if", 4232 - "cpufeatures", 4233 - "digest 0.9.0", 4234 - "opaque-debug", 4235 - ] 4236 - 4237 - [[package]] 4238 - name = "sha2" 4239 - version = "0.10.3" 4240 - source = "registry+https://github.com/rust-lang/crates.io-index" 4241 - checksum = "899bf02746a2c92bf1053d9327dadb252b01af1f81f90cdb902411f518bc7215" 4242 - dependencies = [ 4243 - "cfg-if", 4244 - "cpufeatures", 4245 - "digest 0.10.3", 4246 - ] 4247 - 4248 - [[package]] 4249 - name = "sharded-slab" 4250 - version = "0.1.4" 4251 - source = "registry+https://github.com/rust-lang/crates.io-index" 4252 - checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31" 4253 - dependencies = [ 4254 - "lazy_static", 4255 - ] 4256 - 4257 - [[package]] 4258 - name = "signal-hook" 4259 - version = "0.3.14" 4260 - source = "registry+https://github.com/rust-lang/crates.io-index" 4261 - checksum = "a253b5e89e2698464fc26b545c9edceb338e18a89effeeecfea192c3025be29d" 4262 - dependencies = [ 4263 - "libc", 4264 - "signal-hook-registry", 4265 - ] 4266 - 4267 - [[package]] 4268 - name = "signal-hook-mio" 4269 - version = "0.2.3" 4270 - source = "registry+https://github.com/rust-lang/crates.io-index" 4271 - checksum = "29ad2e15f37ec9a6cc544097b78a1ec90001e9f71b81338ca39f430adaca99af" 4272 - dependencies = [ 4273 - "libc", 4274 - "mio", 4275 - "signal-hook", 4276 - ] 4277 - 4278 - [[package]] 4279 - name = "signal-hook-registry" 4280 - version = "1.4.0" 4281 - source = "registry+https://github.com/rust-lang/crates.io-index" 4282 - checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0" 4283 - dependencies = [ 4284 - "libc", 4285 - ] 4286 - 4287 - [[package]] 4288 - name = "signature" 4289 - version = "1.6.0" 4290 - source = "registry+https://github.com/rust-lang/crates.io-index" 4291 - checksum = "f0ea32af43239f0d353a7dd75a22d94c329c8cdaafdcb4c1c1335aa10c298a4a" 4292 - 4293 - [[package]] 4294 - name = "slab" 4295 - version = "0.4.7" 4296 - source = "registry+https://github.com/rust-lang/crates.io-index" 4297 - checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef" 4298 - dependencies = [ 4299 - "autocfg", 4300 - ] 4301 - 4302 - [[package]] 4303 - name = "sled" 4304 - version = "0.34.7" 4305 - source = "registry+https://github.com/rust-lang/crates.io-index" 4306 - checksum = "7f96b4737c2ce5987354855aed3797279def4ebf734436c6aa4552cf8e169935" 4307 - dependencies = [ 4308 - "crc32fast", 4309 - "crossbeam-epoch", 4310 - "crossbeam-utils", 4311 - "fs2", 4312 - "fxhash", 4313 - "libc", 4314 - "log", 4315 - "parking_lot 0.11.2", 4316 - ] 4317 - 4318 - [[package]] 4319 - name = "sled-state-inspector" 4320 - version = "0.1.0" 4321 - dependencies = [ 4322 - "atty", 4323 - "clap 3.2.22", 4324 - "futures", 4325 - "matrix-sdk-base", 4326 - "matrix-sdk-sled", 4327 - "ruma", 4328 - "rustyline", 4329 - "rustyline-derive", 4330 - "serde", 4331 - "serde_json", 4332 - "syntect", 4333 - ] 4334 - 4335 - [[package]] 4336 - name = "slog" 4337 - version = "2.7.0" 4338 - source = "registry+https://github.com/rust-lang/crates.io-index" 4339 - checksum = "8347046d4ebd943127157b94d63abb990fcf729dc4e9978927fdf4ac3c998d06" 4340 - 4341 - [[package]] 4342 - name = "smallvec" 4343 - version = "1.9.0" 4344 - source = "registry+https://github.com/rust-lang/crates.io-index" 4345 - checksum = "2fd0db749597d91ff862fd1d55ea87f7855a744a8425a64695b6fca237d1dad1" 4346 - 4347 - [[package]] 4348 - name = "socket2" 4349 - version = "0.4.6" 4350 - source = "registry+https://github.com/rust-lang/crates.io-index" 4351 - checksum = "10c98bba371b9b22a71a9414e420f92ddeb2369239af08200816169d5e2dd7aa" 4352 - dependencies = [ 4353 - "libc", 4354 - "winapi", 4355 - ] 4356 - 4357 - [[package]] 4358 - name = "spin" 4359 - version = "0.5.2" 4360 - source = "registry+https://github.com/rust-lang/crates.io-index" 4361 - checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" 4362 - 4363 - [[package]] 4364 - name = "spki" 4365 - version = "0.5.4" 4366 - source = "registry+https://github.com/rust-lang/crates.io-index" 4367 - checksum = "44d01ac02a6ccf3e07db148d2be087da624fea0221a16152ed01f0496a6b0a27" 4368 - dependencies = [ 4369 - "der", 4370 - ] 4371 - 4372 - [[package]] 4373 - name = "stable_deref_trait" 4374 - version = "1.2.0" 4375 - source = "registry+https://github.com/rust-lang/crates.io-index" 4376 - checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" 4377 - 4378 - [[package]] 4379 - name = "static_assertions" 4380 - version = "1.1.0" 4381 - source = "registry+https://github.com/rust-lang/crates.io-index" 4382 - checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 4383 - 4384 - [[package]] 4385 - name = "str-buf" 4386 - version = "1.0.6" 4387 - source = "registry+https://github.com/rust-lang/crates.io-index" 4388 - checksum = "9e08d8363704e6c71fc928674353e6b7c23dcea9d82d7012c8faf2a3a025f8d0" 4389 - 4390 - [[package]] 4391 - name = "str_stack" 4392 - version = "0.1.0" 4393 - source = "registry+https://github.com/rust-lang/crates.io-index" 4394 - checksum = "9091b6114800a5f2141aee1d1b9d6ca3592ac062dc5decb3764ec5895a47b4eb" 4395 - 4396 - [[package]] 4397 - name = "strsim" 4398 - version = "0.8.0" 4399 - source = "registry+https://github.com/rust-lang/crates.io-index" 4400 - checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" 4401 - 4402 - [[package]] 4403 - name = "strsim" 4404 - version = "0.10.0" 4405 - source = "registry+https://github.com/rust-lang/crates.io-index" 4406 - checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" 4407 - 4408 - [[package]] 4409 - name = "structopt" 4410 - version = "0.3.26" 4411 - source = "registry+https://github.com/rust-lang/crates.io-index" 4412 - checksum = "0c6b5c64445ba8094a6ab0c3cd2ad323e07171012d9c98b0b15651daf1787a10" 4413 - dependencies = [ 4414 - "clap 2.34.0", 4415 - "lazy_static", 4416 - "structopt-derive", 4417 - ] 4418 - 4419 - [[package]] 4420 - name = "structopt-derive" 4421 - version = "0.4.18" 4422 - source = "registry+https://github.com/rust-lang/crates.io-index" 4423 - checksum = "dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0" 4424 - dependencies = [ 4425 - "heck 0.3.3", 4426 - "proc-macro-error", 4427 - "proc-macro2", 4428 - "quote", 4429 - "syn", 4430 - ] 4431 - 4432 - [[package]] 4433 - name = "subtle" 4434 - version = "2.4.1" 4435 - source = "registry+https://github.com/rust-lang/crates.io-index" 4436 - checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601" 4437 - 4438 - [[package]] 4439 - name = "symbolic-common" 4440 - version = "9.1.1" 4441 - source = "registry+https://github.com/rust-lang/crates.io-index" 4442 - checksum = "3e555b2c3ebd97b963c8a3e94ce5e5137ba42da4a26687f81c700d8de1c997f0" 4443 - dependencies = [ 4444 - "debugid", 4445 - "memmap2", 4446 - "stable_deref_trait", 4447 - "uuid 1.1.2", 4448 - ] 4449 - 4450 - [[package]] 4451 - name = "symbolic-demangle" 4452 - version = "9.1.1" 4453 - source = "registry+https://github.com/rust-lang/crates.io-index" 4454 - checksum = "71a1425bccf0a24c68c9faea6c4f1f84b4865a3dd5976454d8a796c80216e38a" 4455 - dependencies = [ 4456 - "cpp_demangle", 4457 - "rustc-demangle", 4458 - "symbolic-common", 4459 - ] 4460 - 4461 - [[package]] 4462 - name = "syn" 4463 - version = "1.0.99" 4464 - source = "registry+https://github.com/rust-lang/crates.io-index" 4465 - checksum = "58dbef6ec655055e20b86b15a8cc6d439cca19b667537ac6a1369572d151ab13" 4466 - dependencies = [ 4467 - "proc-macro2", 4468 - "quote", 4469 - "unicode-ident", 4470 - ] 4471 - 4472 - [[package]] 4473 - name = "sync_wrapper" 4474 - version = "0.1.1" 4475 - source = "registry+https://github.com/rust-lang/crates.io-index" 4476 - checksum = "20518fe4a4c9acf048008599e464deb21beeae3d3578418951a189c235a7a9a8" 4477 - 4478 - [[package]] 4479 - name = "synstructure" 4480 - version = "0.12.6" 4481 - source = "registry+https://github.com/rust-lang/crates.io-index" 4482 - checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f" 4483 - dependencies = [ 4484 - "proc-macro2", 4485 - "quote", 4486 - "syn", 4487 - "unicode-xid", 4488 - ] 4489 - 4490 - [[package]] 4491 - name = "syntect" 4492 - version = "5.0.0" 4493 - source = "registry+https://github.com/rust-lang/crates.io-index" 4494 - checksum = "c6c454c27d9d7d9a84c7803aaa3c50cd088d2906fe3c6e42da3209aa623576a8" 4495 - dependencies = [ 4496 - "bincode", 4497 - "bitflags", 4498 - "fancy-regex", 4499 - "flate2", 4500 - "fnv", 4501 - "lazy_static", 4502 - "once_cell", 4503 - "regex-syntax", 4504 - "serde", 4505 - "serde_derive", 4506 - "serde_json", 4507 - "thiserror", 4508 - "walkdir", 4509 - ] 4510 - 4511 - [[package]] 4512 - name = "tempfile" 4513 - version = "3.3.0" 4514 - source = "registry+https://github.com/rust-lang/crates.io-index" 4515 - checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4" 4516 - dependencies = [ 4517 - "cfg-if", 4518 - "fastrand", 4519 - "libc", 4520 - "redox_syscall", 4521 - "remove_dir_all", 4522 - "winapi", 4523 - ] 4524 - 4525 - [[package]] 4526 - name = "termcolor" 4527 - version = "1.1.3" 4528 - source = "registry+https://github.com/rust-lang/crates.io-index" 4529 - checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755" 4530 - dependencies = [ 4531 - "winapi-util", 4532 - ] 4533 - 4534 - [[package]] 4535 - name = "terminal_size" 4536 - version = "0.1.17" 4537 - source = "registry+https://github.com/rust-lang/crates.io-index" 4538 - checksum = "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df" 4539 - dependencies = [ 4540 - "libc", 4541 - "winapi", 4542 - ] 4543 - 4544 - [[package]] 4545 - name = "textwrap" 4546 - version = "0.11.0" 4547 - source = "registry+https://github.com/rust-lang/crates.io-index" 4548 - checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" 4549 - dependencies = [ 4550 - "unicode-width", 4551 - ] 4552 - 4553 - [[package]] 4554 - name = "textwrap" 4555 - version = "0.15.1" 4556 - source = "registry+https://github.com/rust-lang/crates.io-index" 4557 - checksum = "949517c0cf1bf4ee812e2e07e08ab448e3ae0d23472aee8a06c985f0c8815b16" 4558 - 4559 - [[package]] 4560 - name = "thiserror" 4561 - version = "1.0.33" 4562 - source = "registry+https://github.com/rust-lang/crates.io-index" 4563 - checksum = "3d0a539a918745651435ac7db7a18761589a94cd7e94cd56999f828bf73c8a57" 4564 - dependencies = [ 4565 - "thiserror-impl", 4566 - ] 4567 - 4568 - [[package]] 4569 - name = "thiserror-impl" 4570 - version = "1.0.33" 4571 - source = "registry+https://github.com/rust-lang/crates.io-index" 4572 - checksum = "c251e90f708e16c49a16f4917dc2131e75222b72edfa9cb7f7c58ae56aae0c09" 4573 - dependencies = [ 4574 - "proc-macro2", 4575 - "quote", 4576 - "syn", 4577 - ] 4578 - 4579 - [[package]] 4580 - name = "thread-id" 4581 - version = "4.0.0" 4582 - source = "registry+https://github.com/rust-lang/crates.io-index" 4583 - checksum = "5fdfe0627923f7411a43ec9ec9c39c3a9b4151be313e0922042581fb6c9b717f" 4584 - dependencies = [ 4585 - "libc", 4586 - "redox_syscall", 4587 - "winapi", 4588 - ] 4589 - 4590 - [[package]] 4591 - name = "thread_local" 4592 - version = "1.1.4" 4593 - source = "registry+https://github.com/rust-lang/crates.io-index" 4594 - checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180" 4595 - dependencies = [ 4596 - "once_cell", 4597 - ] 4598 - 4599 - [[package]] 4600 - name = "tiff" 4601 - version = "0.6.1" 4602 - source = "registry+https://github.com/rust-lang/crates.io-index" 4603 - checksum = "9a53f4706d65497df0c4349241deddf35f84cee19c87ed86ea8ca590f4464437" 4604 - dependencies = [ 4605 - "jpeg-decoder 0.1.22", 4606 - "miniz_oxide 0.4.4", 4607 - "weezl", 4608 - ] 4609 - 4610 - [[package]] 4611 - name = "tiff" 4612 - version = "0.7.3" 4613 - source = "registry+https://github.com/rust-lang/crates.io-index" 4614 - checksum = "7259662e32d1e219321eb309d5f9d898b779769d81b76e762c07c8e5d38fcb65" 4615 - dependencies = [ 4616 - "flate2", 4617 - "jpeg-decoder 0.2.6", 4618 - "weezl", 4619 - ] 4620 - 4621 - [[package]] 4622 - name = "time" 4623 - version = "0.1.44" 4624 - source = "registry+https://github.com/rust-lang/crates.io-index" 4625 - checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255" 4626 - dependencies = [ 4627 - "libc", 4628 - "wasi 0.10.0+wasi-snapshot-preview1", 4629 - "winapi", 4630 - ] 4631 - 4632 - [[package]] 4633 - name = "time" 4634 - version = "0.3.14" 4635 - source = "registry+https://github.com/rust-lang/crates.io-index" 4636 - checksum = "3c3f9a28b618c3a6b9251b6908e9c99e04b9e5c02e6581ccbb67d59c34ef7f9b" 4637 - dependencies = [ 4638 - "itoa 1.0.3", 4639 - "libc", 4640 - "num_threads", 4641 - ] 4642 - 4643 - [[package]] 4644 - name = "tinytemplate" 4645 - version = "1.2.1" 4646 - source = "registry+https://github.com/rust-lang/crates.io-index" 4647 - checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc" 4648 - dependencies = [ 4649 - "serde", 4650 - "serde_json", 4651 - ] 4652 - 4653 - [[package]] 4654 - name = "tinyvec" 4655 - version = "1.6.0" 4656 - source = "registry+https://github.com/rust-lang/crates.io-index" 4657 - checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" 4658 - dependencies = [ 4659 - "tinyvec_macros", 4660 - ] 4661 - 4662 - [[package]] 4663 - name = "tinyvec_macros" 4664 - version = "0.1.0" 4665 - source = "registry+https://github.com/rust-lang/crates.io-index" 4666 - checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" 4667 - 4668 - [[package]] 4669 - name = "tokio" 4670 - version = "1.21.2" 4671 - source = "registry+https://github.com/rust-lang/crates.io-index" 4672 - checksum = "a9e03c497dc955702ba729190dc4aac6f2a0ce97f913e5b1b5912fc5039d9099" 4673 - dependencies = [ 4674 - "autocfg", 4675 - "bytes", 4676 - "libc", 4677 - "memchr", 4678 - "mio", 4679 - "num_cpus", 4680 - "pin-project-lite", 4681 - "socket2", 4682 - "tokio-macros", 4683 - "winapi", 4684 - ] 4685 - 4686 - [[package]] 4687 - name = "tokio-macros" 4688 - version = "1.8.0" 4689 - source = "registry+https://github.com/rust-lang/crates.io-index" 4690 - checksum = "9724f9a975fb987ef7a3cd9be0350edcbe130698af5b8f7a631e23d42d052484" 4691 - dependencies = [ 4692 - "proc-macro2", 4693 - "quote", 4694 - "syn", 4695 - ] 4696 - 4697 - [[package]] 4698 - name = "tokio-native-tls" 4699 - version = "0.3.0" 4700 - source = "registry+https://github.com/rust-lang/crates.io-index" 4701 - checksum = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b" 4702 - dependencies = [ 4703 - "native-tls", 4704 - "tokio", 4705 - ] 4706 - 4707 - [[package]] 4708 - name = "tokio-rustls" 4709 - version = "0.23.4" 4710 - source = "registry+https://github.com/rust-lang/crates.io-index" 4711 - checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59" 4712 - dependencies = [ 4713 - "rustls", 4714 - "tokio", 4715 - "webpki", 4716 - ] 4717 - 4718 - [[package]] 4719 - name = "tokio-socks" 4720 - version = "0.5.1" 4721 - source = "registry+https://github.com/rust-lang/crates.io-index" 4722 - checksum = "51165dfa029d2a65969413a6cc96f354b86b464498702f174a4efa13608fd8c0" 4723 - dependencies = [ 4724 - "either", 4725 - "futures-util", 4726 - "thiserror", 4727 - "tokio", 4728 - ] 4729 - 4730 - [[package]] 4731 - name = "tokio-stream" 4732 - version = "0.1.9" 4733 - source = "registry+https://github.com/rust-lang/crates.io-index" 4734 - checksum = "df54d54117d6fdc4e4fea40fe1e4e566b3505700e148a6827e59b34b0d2600d9" 4735 - dependencies = [ 4736 - "futures-core", 4737 - "pin-project-lite", 4738 - "tokio", 4739 - ] 4740 - 4741 - [[package]] 4742 - name = "tokio-util" 4743 - version = "0.7.3" 4744 - source = "registry+https://github.com/rust-lang/crates.io-index" 4745 - checksum = "cc463cd8deddc3770d20f9852143d50bf6094e640b485cb2e189a2099085ff45" 4746 - dependencies = [ 4747 - "bytes", 4748 - "futures-core", 4749 - "futures-sink", 4750 - "pin-project-lite", 4751 - "tokio", 4752 - "tracing", 4753 - ] 4754 - 4755 - [[package]] 4756 - name = "toml" 4757 - version = "0.5.9" 4758 - source = "registry+https://github.com/rust-lang/crates.io-index" 4759 - checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7" 4760 - dependencies = [ 4761 - "serde", 4762 - ] 4763 - 4764 - [[package]] 4765 - name = "tower" 4766 - version = "0.4.13" 4767 - source = "registry+https://github.com/rust-lang/crates.io-index" 4768 - checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c" 4769 - dependencies = [ 4770 - "futures-core", 4771 - "futures-util", 4772 - "pin-project", 4773 - "pin-project-lite", 4774 - "tokio", 4775 - "tower-layer", 4776 - "tower-service", 4777 - "tracing", 4778 - ] 4779 - 4780 - [[package]] 4781 - name = "tower-http" 4782 - version = "0.3.4" 4783 - source = "registry+https://github.com/rust-lang/crates.io-index" 4784 - checksum = "3c530c8675c1dbf98facee631536fa116b5fb6382d7dd6dc1b118d970eafe3ba" 4785 - dependencies = [ 4786 - "bitflags", 4787 - "bytes", 4788 - "futures-core", 4789 - "futures-util", 4790 - "http", 4791 - "http-body", 4792 - "http-range-header", 4793 - "pin-project-lite", 4794 - "tower", 4795 - "tower-layer", 4796 - "tower-service", 4797 - ] 4798 - 4799 - [[package]] 4800 - name = "tower-layer" 4801 - version = "0.3.2" 4802 - source = "registry+https://github.com/rust-lang/crates.io-index" 4803 - checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0" 4804 - 4805 - [[package]] 4806 - name = "tower-service" 4807 - version = "0.3.2" 4808 - source = "registry+https://github.com/rust-lang/crates.io-index" 4809 - checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" 4810 - 4811 - [[package]] 4812 - name = "tracing" 4813 - version = "0.1.36" 4814 - source = "registry+https://github.com/rust-lang/crates.io-index" 4815 - checksum = "2fce9567bd60a67d08a16488756721ba392f24f29006402881e43b19aac64307" 4816 - dependencies = [ 4817 - "cfg-if", 4818 - "log", 4819 - "pin-project-lite", 4820 - "tracing-attributes", 4821 - "tracing-core", 4822 - ] 4823 - 4824 - [[package]] 4825 - name = "tracing-attributes" 4826 - version = "0.1.22" 4827 - source = "registry+https://github.com/rust-lang/crates.io-index" 4828 - checksum = "11c75893af559bc8e10716548bdef5cb2b983f8e637db9d0e15126b61b484ee2" 4829 - dependencies = [ 4830 - "proc-macro2", 4831 - "quote", 4832 - "syn", 4833 - ] 4834 - 4835 - [[package]] 4836 - name = "tracing-core" 4837 - version = "0.1.30" 4838 - source = "registry+https://github.com/rust-lang/crates.io-index" 4839 - checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a" 4840 - dependencies = [ 4841 - "once_cell", 4842 - "valuable", 4843 - ] 4844 - 4845 - [[package]] 4846 - name = "tracing-flame" 4847 - version = "0.2.0" 4848 - source = "registry+https://github.com/rust-lang/crates.io-index" 4849 - checksum = "0bae117ee14789185e129aaee5d93750abe67fdc5a9a62650452bfe4e122a3a9" 4850 - dependencies = [ 4851 - "lazy_static", 4852 - "tracing", 4853 - "tracing-subscriber", 4854 - ] 4855 - 4856 - [[package]] 4857 - name = "tracing-log" 4858 - version = "0.1.3" 4859 - source = "registry+https://github.com/rust-lang/crates.io-index" 4860 - checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922" 4861 - dependencies = [ 4862 - "lazy_static", 4863 - "log", 4864 - "tracing-core", 4865 - ] 4866 - 4867 - [[package]] 4868 - name = "tracing-subscriber" 4869 - version = "0.3.16" 4870 - source = "registry+https://github.com/rust-lang/crates.io-index" 4871 - checksum = "a6176eae26dd70d0c919749377897b54a9276bd7061339665dd68777926b5a70" 4872 - dependencies = [ 4873 - "matchers", 4874 - "nu-ansi-term", 4875 - "once_cell", 4876 - "regex", 4877 - "sharded-slab", 4878 - "smallvec", 4879 - "thread_local", 4880 - "time 0.3.14", 4881 - "tracing", 4882 - "tracing-core", 4883 - "tracing-log", 4884 - ] 4885 - 4886 - [[package]] 4887 - name = "try-lock" 4888 - version = "0.2.3" 4889 - source = "registry+https://github.com/rust-lang/crates.io-index" 4890 - checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" 4891 - 4892 - [[package]] 4893 - name = "tui" 4894 - version = "0.18.0" 4895 - source = "registry+https://github.com/rust-lang/crates.io-index" 4896 - checksum = "96fe69244ec2af261bced1d9046a6fee6c8c2a6b0228e59e5ba39bc8ba4ed729" 4897 - dependencies = [ 4898 - "bitflags", 4899 - "cassowary", 4900 - "crossterm", 4901 - "unicode-segmentation", 4902 - "unicode-width", 4903 - ] 4904 - 4905 - [[package]] 4906 - name = "tui-logger" 4907 - version = "0.8.0" 4908 - source = "registry+https://github.com/rust-lang/crates.io-index" 4909 - checksum = "5c9564fd9c18a1f9a20fb8613494744778e357aa0cd5c7d85fdf699a4e5b4962" 4910 - dependencies = [ 4911 - "chrono", 4912 - "fxhash", 4913 - "lazy_static", 4914 - "log", 4915 - "parking_lot 0.12.1", 4916 - "slog", 4917 - "tui", 4918 - ] 4919 - 4920 - [[package]] 4921 - name = "tuirealm" 4922 - version = "1.7.1" 4923 - source = "registry+https://github.com/rust-lang/crates.io-index" 4924 - checksum = "f0241dbec136199389efb5420fc88dd62cf2543a994547726cabcb76d7e94336" 4925 - dependencies = [ 4926 - "bitflags", 4927 - "crossterm", 4928 - "lazy-regex", 4929 - "thiserror", 4930 - "tui", 4931 - "tuirealm_derive", 4932 - ] 4933 - 4934 - [[package]] 4935 - name = "tuirealm_derive" 4936 - version = "1.0.0" 4937 - source = "registry+https://github.com/rust-lang/crates.io-index" 4938 - checksum = "e0adcdaf59881626555558eae08f8a53003c8a1961723b4d7a10c51599abbc81" 4939 - dependencies = [ 4940 - "proc-macro2", 4941 - "quote", 4942 - "syn", 4943 - ] 4944 - 4945 - [[package]] 4946 - name = "typenum" 4947 - version = "1.15.0" 4948 - source = "registry+https://github.com/rust-lang/crates.io-index" 4949 - checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987" 4950 - 4951 - [[package]] 4952 - name = "unicase" 4953 - version = "2.6.0" 4954 - source = "registry+https://github.com/rust-lang/crates.io-index" 4955 - checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6" 4956 - dependencies = [ 4957 - "version_check", 4958 - ] 4959 - 4960 - [[package]] 4961 - name = "unicode-bidi" 4962 - version = "0.3.8" 4963 - source = "registry+https://github.com/rust-lang/crates.io-index" 4964 - checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992" 4965 - 4966 - [[package]] 4967 - name = "unicode-ident" 4968 - version = "1.0.3" 4969 - source = "registry+https://github.com/rust-lang/crates.io-index" 4970 - checksum = "c4f5b37a154999a8f3f98cc23a628d850e154479cd94decf3414696e12e31aaf" 4971 - 4972 - [[package]] 4973 - name = "unicode-normalization" 4974 - version = "0.1.21" 4975 - source = "registry+https://github.com/rust-lang/crates.io-index" 4976 - checksum = "854cbdc4f7bc6ae19c820d44abdc3277ac3e1b2b93db20a636825d9322fb60e6" 4977 - dependencies = [ 4978 - "tinyvec", 4979 - ] 4980 - 4981 - [[package]] 4982 - name = "unicode-segmentation" 4983 - version = "1.9.0" 4984 - source = "registry+https://github.com/rust-lang/crates.io-index" 4985 - checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99" 4986 - 4987 - [[package]] 4988 - name = "unicode-width" 4989 - version = "0.1.9" 4990 - source = "registry+https://github.com/rust-lang/crates.io-index" 4991 - checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973" 4992 - 4993 - [[package]] 4994 - name = "unicode-xid" 4995 - version = "0.2.3" 4996 - source = "registry+https://github.com/rust-lang/crates.io-index" 4997 - checksum = "957e51f3646910546462e67d5f7599b9e4fb8acdd304b087a6494730f9eebf04" 4998 - 4999 - [[package]] 5000 - name = "uniffi" 5001 - version = "0.21.0" 5002 - source = "git+https://github.com/mozilla/uniffi-rs?rev=779e955f21a70e4aba43a7408f1841dcdf728b32#779e955f21a70e4aba43a7408f1841dcdf728b32" 5003 - dependencies = [ 5004 - "anyhow", 5005 - "bytes", 5006 - "camino", 5007 - "cargo_metadata", 5008 - "log", 5009 - "once_cell", 5010 - "paste", 5011 - "static_assertions", 5012 - "uniffi_macros", 5013 - ] 5014 - 5015 - [[package]] 5016 - name = "uniffi_bindgen" 5017 - version = "0.21.0" 5018 - source = "git+https://github.com/mozilla/uniffi-rs?rev=779e955f21a70e4aba43a7408f1841dcdf728b32#779e955f21a70e4aba43a7408f1841dcdf728b32" 5019 - dependencies = [ 5020 - "anyhow", 5021 - "askama", 5022 - "bincode", 5023 - "camino", 5024 - "clap 3.2.22", 5025 - "fs-err", 5026 - "goblin", 5027 - "heck 0.4.0", 5028 - "once_cell", 5029 - "paste", 5030 - "serde", 5031 - "serde_json", 5032 - "toml", 5033 - "uniffi_meta", 5034 - "weedle2", 5035 - ] 5036 - 5037 - [[package]] 5038 - name = "uniffi_build" 5039 - version = "0.21.0" 5040 - source = "git+https://github.com/mozilla/uniffi-rs?rev=779e955f21a70e4aba43a7408f1841dcdf728b32#779e955f21a70e4aba43a7408f1841dcdf728b32" 5041 - dependencies = [ 5042 - "anyhow", 5043 - "camino", 5044 - "uniffi_bindgen", 5045 - ] 5046 - 5047 - [[package]] 5048 - name = "uniffi_macros" 5049 - version = "0.21.0" 5050 - source = "git+https://github.com/mozilla/uniffi-rs?rev=779e955f21a70e4aba43a7408f1841dcdf728b32#779e955f21a70e4aba43a7408f1841dcdf728b32" 5051 - dependencies = [ 5052 - "bincode", 5053 - "camino", 5054 - "fs-err", 5055 - "once_cell", 5056 - "proc-macro2", 5057 - "quote", 5058 - "serde", 5059 - "syn", 5060 - "toml", 5061 - "uniffi_build", 5062 - "uniffi_meta", 5063 - ] 5064 - 5065 - [[package]] 5066 - name = "uniffi_meta" 5067 - version = "0.21.0" 5068 - source = "git+https://github.com/mozilla/uniffi-rs?rev=779e955f21a70e4aba43a7408f1841dcdf728b32#779e955f21a70e4aba43a7408f1841dcdf728b32" 5069 - dependencies = [ 5070 - "serde", 5071 - ] 5072 - 5073 - [[package]] 5074 - name = "universal-hash" 5075 - version = "0.4.1" 5076 - source = "registry+https://github.com/rust-lang/crates.io-index" 5077 - checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05" 5078 - dependencies = [ 5079 - "generic-array", 5080 - "subtle", 5081 - ] 5082 - 5083 - [[package]] 5084 - name = "unsafe-libyaml" 5085 - version = "0.2.2" 5086 - source = "registry+https://github.com/rust-lang/crates.io-index" 5087 - checksum = "931179334a56395bcf64ba5e0ff56781381c1a5832178280c7d7f91d1679aeb0" 5088 - 5089 - [[package]] 5090 - name = "untrusted" 5091 - version = "0.7.1" 5092 - source = "registry+https://github.com/rust-lang/crates.io-index" 5093 - checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" 5094 - 5095 - [[package]] 5096 - name = "url" 5097 - version = "2.3.1" 5098 - source = "registry+https://github.com/rust-lang/crates.io-index" 5099 - checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643" 5100 - dependencies = [ 5101 - "form_urlencoded", 5102 - "idna", 5103 - "percent-encoding", 5104 - "serde", 5105 - ] 5106 - 5107 - [[package]] 5108 - name = "utf8parse" 5109 - version = "0.2.0" 5110 - source = "registry+https://github.com/rust-lang/crates.io-index" 5111 - checksum = "936e4b492acfd135421d8dca4b1aa80a7bfc26e702ef3af710e0752684df5372" 5112 - 5113 - [[package]] 5114 - name = "uuid" 5115 - version = "0.8.2" 5116 - source = "registry+https://github.com/rust-lang/crates.io-index" 5117 - checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7" 5118 - dependencies = [ 5119 - "getrandom 0.2.7", 5120 - ] 5121 - 5122 - [[package]] 5123 - name = "uuid" 5124 - version = "1.1.2" 5125 - source = "registry+https://github.com/rust-lang/crates.io-index" 5126 - checksum = "dd6469f4314d5f1ffec476e05f17cc9a78bc7a27a6a857842170bdf8d6f98d2f" 5127 - dependencies = [ 5128 - "getrandom 0.2.7", 5129 - ] 5130 - 5131 - [[package]] 5132 - name = "valuable" 5133 - version = "0.1.0" 5134 - source = "registry+https://github.com/rust-lang/crates.io-index" 5135 - checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" 5136 - 5137 - [[package]] 5138 - name = "vcpkg" 5139 - version = "0.2.15" 5140 - source = "registry+https://github.com/rust-lang/crates.io-index" 5141 - checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 5142 - 5143 - [[package]] 5144 - name = "vec_map" 5145 - version = "0.8.2" 5146 - source = "registry+https://github.com/rust-lang/crates.io-index" 5147 - checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" 5148 - 5149 - [[package]] 5150 - name = "version_check" 5151 - version = "0.9.4" 5152 - source = "registry+https://github.com/rust-lang/crates.io-index" 5153 - checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 5154 - 5155 - [[package]] 5156 - name = "vodozemac" 5157 - version = "0.3.0" 5158 - source = "registry+https://github.com/rust-lang/crates.io-index" 5159 - checksum = "f6f20153a1c82ac5f1243b62e80f067ae608facc415c6ef82f88426a61c79886" 5160 - dependencies = [ 5161 - "aes", 5162 - "arrayvec 0.7.2", 5163 - "base64", 5164 - "cbc", 5165 - "ed25519-dalek", 5166 - "hkdf", 5167 - "hmac", 5168 - "pkcs7", 5169 - "prost", 5170 - "rand 0.7.3", 5171 - "serde", 5172 - "serde_json", 5173 - "sha2 0.10.3", 5174 - "subtle", 5175 - "thiserror", 5176 - "x25519-dalek", 5177 - "zeroize", 5178 - ] 5179 - 5180 - [[package]] 5181 - name = "waker-fn" 5182 - version = "1.1.0" 5183 - source = "registry+https://github.com/rust-lang/crates.io-index" 5184 - checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca" 5185 - 5186 - [[package]] 5187 - name = "walkdir" 5188 - version = "2.3.2" 5189 - source = "registry+https://github.com/rust-lang/crates.io-index" 5190 - checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56" 5191 - dependencies = [ 5192 - "same-file", 5193 - "winapi", 5194 - "winapi-util", 5195 - ] 5196 - 5197 - [[package]] 5198 - name = "want" 5199 - version = "0.3.0" 5200 - source = "registry+https://github.com/rust-lang/crates.io-index" 5201 - checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0" 5202 - dependencies = [ 5203 - "log", 5204 - "try-lock", 5205 - ] 5206 - 5207 - [[package]] 5208 - name = "wasi" 5209 - version = "0.9.0+wasi-snapshot-preview1" 5210 - source = "registry+https://github.com/rust-lang/crates.io-index" 5211 - checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" 5212 - 5213 - [[package]] 5214 - name = "wasi" 5215 - version = "0.10.0+wasi-snapshot-preview1" 5216 - source = "registry+https://github.com/rust-lang/crates.io-index" 5217 - checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" 5218 - 5219 - [[package]] 5220 - name = "wasi" 5221 - version = "0.11.0+wasi-snapshot-preview1" 5222 - source = "registry+https://github.com/rust-lang/crates.io-index" 5223 - checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 5224 - 5225 - [[package]] 5226 - name = "wasm-bindgen" 5227 - version = "0.2.83" 5228 - source = "registry+https://github.com/rust-lang/crates.io-index" 5229 - checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268" 5230 - dependencies = [ 5231 - "cfg-if", 5232 - "wasm-bindgen-macro", 5233 - ] 5234 - 5235 - [[package]] 5236 - name = "wasm-bindgen-backend" 5237 - version = "0.2.83" 5238 - source = "registry+https://github.com/rust-lang/crates.io-index" 5239 - checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142" 5240 - dependencies = [ 5241 - "bumpalo", 5242 - "log", 5243 - "once_cell", 5244 - "proc-macro2", 5245 - "quote", 5246 - "syn", 5247 - "wasm-bindgen-shared", 5248 - ] 5249 - 5250 - [[package]] 5251 - name = "wasm-bindgen-futures" 5252 - version = "0.4.33" 5253 - source = "registry+https://github.com/rust-lang/crates.io-index" 5254 - checksum = "23639446165ca5a5de86ae1d8896b737ae80319560fbaa4c2887b7da6e7ebd7d" 5255 - dependencies = [ 5256 - "cfg-if", 5257 - "js-sys", 5258 - "wasm-bindgen", 5259 - "web-sys", 5260 - ] 5261 - 5262 - [[package]] 5263 - name = "wasm-bindgen-macro" 5264 - version = "0.2.83" 5265 - source = "registry+https://github.com/rust-lang/crates.io-index" 5266 - checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810" 5267 - dependencies = [ 5268 - "quote", 5269 - "wasm-bindgen-macro-support", 5270 - ] 5271 - 5272 - [[package]] 5273 - name = "wasm-bindgen-macro-support" 5274 - version = "0.2.83" 5275 - source = "registry+https://github.com/rust-lang/crates.io-index" 5276 - checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c" 5277 - dependencies = [ 5278 - "proc-macro2", 5279 - "quote", 5280 - "syn", 5281 - "wasm-bindgen-backend", 5282 - "wasm-bindgen-shared", 5283 - ] 5284 - 5285 - [[package]] 5286 - name = "wasm-bindgen-shared" 5287 - version = "0.2.83" 5288 - source = "registry+https://github.com/rust-lang/crates.io-index" 5289 - checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f" 5290 - 5291 - [[package]] 5292 - name = "wasm-bindgen-test" 5293 - version = "0.3.33" 5294 - source = "registry+https://github.com/rust-lang/crates.io-index" 5295 - checksum = "09d2fff962180c3fadf677438054b1db62bee4aa32af26a45388af07d1287e1d" 5296 - dependencies = [ 5297 - "console_error_panic_hook", 5298 - "js-sys", 5299 - "scoped-tls", 5300 - "wasm-bindgen", 5301 - "wasm-bindgen-futures", 5302 - "wasm-bindgen-test-macro", 5303 - ] 5304 - 5305 - [[package]] 5306 - name = "wasm-bindgen-test-macro" 5307 - version = "0.3.33" 5308 - source = "registry+https://github.com/rust-lang/crates.io-index" 5309 - checksum = "4683da3dfc016f704c9f82cf401520c4f1cb3ee440f7f52b3d6ac29506a49ca7" 5310 - dependencies = [ 5311 - "proc-macro2", 5312 - "quote", 5313 - ] 5314 - 5315 - [[package]] 5316 - name = "wasm-command-bot" 5317 - version = "0.1.0" 5318 - dependencies = [ 5319 - "console_error_panic_hook", 5320 - "matrix-sdk", 5321 - "url", 5322 - "wasm-bindgen", 5323 - "wasm-bindgen-futures", 5324 - "wasm-bindgen-test", 5325 - "web-sys", 5326 - ] 5327 - 5328 - [[package]] 5329 - name = "wasm-timer" 5330 - version = "0.2.5" 5331 - source = "registry+https://github.com/rust-lang/crates.io-index" 5332 - checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f" 5333 - dependencies = [ 5334 - "futures", 5335 - "js-sys", 5336 - "parking_lot 0.11.2", 5337 - "pin-utils", 5338 - "wasm-bindgen", 5339 - "wasm-bindgen-futures", 5340 - "web-sys", 5341 - ] 5342 - 5343 - [[package]] 5344 - name = "web-sys" 5345 - version = "0.3.59" 5346 - source = "registry+https://github.com/rust-lang/crates.io-index" 5347 - checksum = "ed055ab27f941423197eb86b2035720b1a3ce40504df082cac2ecc6ed73335a1" 5348 - dependencies = [ 5349 - "js-sys", 5350 - "wasm-bindgen", 5351 - ] 5352 - 5353 - [[package]] 5354 - name = "webpki" 5355 - version = "0.22.0" 5356 - source = "registry+https://github.com/rust-lang/crates.io-index" 5357 - checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd" 5358 - dependencies = [ 5359 - "ring", 5360 - "untrusted", 5361 - ] 5362 - 5363 - [[package]] 5364 - name = "webpki-roots" 5365 - version = "0.22.4" 5366 - source = "registry+https://github.com/rust-lang/crates.io-index" 5367 - checksum = "f1c760f0d366a6c24a02ed7816e23e691f5d92291f94d15e836006fd11b04daf" 5368 - dependencies = [ 5369 - "webpki", 5370 - ] 5371 - 5372 - [[package]] 5373 - name = "weedle2" 5374 - version = "4.0.0" 5375 - source = "git+https://github.com/mozilla/uniffi-rs?rev=779e955f21a70e4aba43a7408f1841dcdf728b32#779e955f21a70e4aba43a7408f1841dcdf728b32" 5376 - dependencies = [ 5377 - "nom", 5378 - ] 5379 - 5380 - [[package]] 5381 - name = "weezl" 5382 - version = "0.1.7" 5383 - source = "registry+https://github.com/rust-lang/crates.io-index" 5384 - checksum = "9193164d4de03a926d909d3bc7c30543cecb35400c02114792c2cae20d5e2dbb" 5385 - 5386 - [[package]] 5387 - name = "wildmatch" 5388 - version = "2.1.1" 5389 - source = "registry+https://github.com/rust-lang/crates.io-index" 5390 - checksum = "ee583bdc5ff1cf9db20e9db5bb3ff4c3089a8f6b8b31aff265c9aba85812db86" 5391 - 5392 - [[package]] 5393 - name = "winapi" 5394 - version = "0.3.9" 5395 - source = "registry+https://github.com/rust-lang/crates.io-index" 5396 - checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 5397 - dependencies = [ 5398 - "winapi-i686-pc-windows-gnu", 5399 - "winapi-x86_64-pc-windows-gnu", 5400 - ] 5401 - 5402 - [[package]] 5403 - name = "winapi-i686-pc-windows-gnu" 5404 - version = "0.4.0" 5405 - source = "registry+https://github.com/rust-lang/crates.io-index" 5406 - checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 5407 - 5408 - [[package]] 5409 - name = "winapi-util" 5410 - version = "0.1.5" 5411 - source = "registry+https://github.com/rust-lang/crates.io-index" 5412 - checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" 5413 - dependencies = [ 5414 - "winapi", 5415 - ] 5416 - 5417 - [[package]] 5418 - name = "winapi-x86_64-pc-windows-gnu" 5419 - version = "0.4.0" 5420 - source = "registry+https://github.com/rust-lang/crates.io-index" 5421 - checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 5422 - 5423 - [[package]] 5424 - name = "windows-sys" 5425 - version = "0.36.1" 5426 - source = "registry+https://github.com/rust-lang/crates.io-index" 5427 - checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2" 5428 - dependencies = [ 5429 - "windows_aarch64_msvc", 5430 - "windows_i686_gnu", 5431 - "windows_i686_msvc", 5432 - "windows_x86_64_gnu", 5433 - "windows_x86_64_msvc", 5434 - ] 5435 - 5436 - [[package]] 5437 - name = "windows_aarch64_msvc" 5438 - version = "0.36.1" 5439 - source = "registry+https://github.com/rust-lang/crates.io-index" 5440 - checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47" 5441 - 5442 - [[package]] 5443 - name = "windows_i686_gnu" 5444 - version = "0.36.1" 5445 - source = "registry+https://github.com/rust-lang/crates.io-index" 5446 - checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6" 5447 - 5448 - [[package]] 5449 - name = "windows_i686_msvc" 5450 - version = "0.36.1" 5451 - source = "registry+https://github.com/rust-lang/crates.io-index" 5452 - checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024" 5453 - 5454 - [[package]] 5455 - name = "windows_x86_64_gnu" 5456 - version = "0.36.1" 5457 - source = "registry+https://github.com/rust-lang/crates.io-index" 5458 - checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1" 5459 - 5460 - [[package]] 5461 - name = "windows_x86_64_msvc" 5462 - version = "0.36.1" 5463 - source = "registry+https://github.com/rust-lang/crates.io-index" 5464 - checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680" 5465 - 5466 - [[package]] 5467 - name = "winreg" 5468 - version = "0.10.1" 5469 - source = "registry+https://github.com/rust-lang/crates.io-index" 5470 - checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d" 5471 - dependencies = [ 5472 - "winapi", 5473 - ] 5474 - 5475 - [[package]] 5476 - name = "wiremock" 5477 - version = "0.5.14" 5478 - source = "registry+https://github.com/rust-lang/crates.io-index" 5479 - checksum = "cc3c7b7557dbfdad6431b5a51196c9110cef9d83f6a9b26699f35cdc0ae113ec" 5480 - dependencies = [ 5481 - "assert-json-diff", 5482 - "async-trait", 5483 - "base64", 5484 - "deadpool", 5485 - "futures", 5486 - "futures-timer", 5487 - "http-types", 5488 - "hyper", 5489 - "log", 5490 - "once_cell", 5491 - "regex", 5492 - "serde", 5493 - "serde_json", 5494 - "tokio", 5495 - ] 5496 - 5497 - [[package]] 5498 - name = "x25519-dalek" 5499 - version = "1.2.0" 5500 - source = "registry+https://github.com/rust-lang/crates.io-index" 5501 - checksum = "2392b6b94a576b4e2bf3c5b2757d63f10ada8020a2e4d08ac849ebcf6ea8e077" 5502 - dependencies = [ 5503 - "curve25519-dalek", 5504 - "rand_core 0.5.1", 5505 - "serde", 5506 - "zeroize", 5507 - ] 5508 - 5509 - [[package]] 5510 - name = "xdg" 5511 - version = "2.4.1" 5512 - source = "registry+https://github.com/rust-lang/crates.io-index" 5513 - checksum = "0c4583db5cbd4c4c0303df2d15af80f0539db703fa1c68802d4cbbd2dd0f88f6" 5514 - dependencies = [ 5515 - "dirs", 5516 - ] 5517 - 5518 - [[package]] 5519 - name = "xshell" 5520 - version = "0.1.17" 5521 - source = "registry+https://github.com/rust-lang/crates.io-index" 5522 - checksum = "eaad2035244c56da05573d4d7fda5f903c60a5f35b9110e157a14a1df45a9f14" 5523 - dependencies = [ 5524 - "xshell-macros", 5525 - ] 5526 - 5527 - [[package]] 5528 - name = "xshell-macros" 5529 - version = "0.1.17" 5530 - source = "registry+https://github.com/rust-lang/crates.io-index" 5531 - checksum = "4916a4a3cad759e499a3620523bf9545cc162d7a06163727dde97ce9aaa4cf39" 5532 - 5533 - [[package]] 5534 - name = "xtask" 5535 - version = "0.1.0" 5536 - dependencies = [ 5537 - "camino", 5538 - "clap 4.0.18", 5539 - "serde", 5540 - "serde_json", 5541 - "uniffi_bindgen", 5542 - "xshell", 5543 - ] 5544 - 5545 - [[package]] 5546 - name = "zeroize" 5547 - version = "1.3.0" 5548 - source = "registry+https://github.com/rust-lang/crates.io-index" 5549 - checksum = "4756f7db3f7b5574938c3eb1c117038b8e07f95ee6718c0efad4ac21508f1efd" 5550 - dependencies = [ 5551 - "zeroize_derive", 5552 - ] 5553 - 5554 - [[package]] 5555 - name = "zeroize_derive" 5556 - version = "1.3.2" 5557 - source = "registry+https://github.com/rust-lang/crates.io-index" 5558 - checksum = "3f8f187641dad4f680d25c4bfc4225b418165984179f26ca76ec4fb6441d3a17" 5559 - dependencies = [ 5560 - "proc-macro2", 5561 - "quote", 5562 - "syn", 5563 - "synstructure", 5564 - ]
+12 -9
pkgs/by-name/ma/matrix-appservice-slack/matrix-sdk-crypto-nodejs-0_1_0-beta_3/package.nix
··· 17 17 src = fetchFromGitHub { 18 18 owner = "matrix-org"; 19 19 repo = "matrix-rust-sdk"; 20 - rev = "${pname}-v${version}"; 20 + tag = "${pname}-v${version}"; 21 21 hash = "sha256-0p+1cMn9PU+Jk2JW7G+sdzxhMaI3gEAk5w2nm05oBSU="; 22 22 }; 23 23 ··· 27 27 ./remove-duplicate-dependency.patch 28 28 ]; 29 29 30 - cargoDeps = rustPlatform.importCargoLock { 31 - lockFile = ./Cargo-beta.3.lock; 32 - outputHashes = { 33 - "uniffi-0.21.0" = "sha256-blKCfCsSNtr8NtO7Let7VJ/9oGuW9Eu8j9A6/oHUcP0="; 34 - }; 30 + cargoDeps = rustPlatform.fetchCargoVendor { 31 + inherit 32 + pname 33 + version 34 + src 35 + patches 36 + ; 37 + hash = "sha256-utpqRh5FIVgEX0dbYIS3GL/np6g6Itz8t27ov5CBrG8="; 35 38 }; 36 39 37 40 nativeBuildInputs = [ ··· 63 66 runHook postInstall 64 67 ''; 65 68 66 - meta = with lib; { 69 + meta = { 67 70 description = "No-network-IO implementation of a state machine that handles E2EE for Matrix clients"; 68 71 homepage = "https://github.com/matrix-org/matrix-rust-sdk/tree/${src.rev}/bindings/matrix-sdk-crypto-nodejs"; 69 - license = licenses.asl20; 70 - maintainers = with maintainers; [ 72 + license = lib.licenses.asl20; 73 + maintainers = with lib.maintainers; [ 71 74 winter 72 75 dandellion 73 76 ];