Cargo.lock (34599B)
1 # This file is automatically @generated by Cargo. 2 # It is not intended for manual editing. 3 [[package]] 4 name = "anyhow" 5 version = "1.0.31" 6 source = "registry+https://github.com/rust-lang/crates.io-index" 7 checksum = "85bb70cc08ec97ca5450e6eba421deeea5f172c0fc61f78b5357b2a8e8be195f" 8 9 [[package]] 10 name = "arc-swap" 11 version = "0.4.7" 12 source = "registry+https://github.com/rust-lang/crates.io-index" 13 checksum = "4d25d88fd6b8041580a654f9d0c581a047baee2b3efee13275f2fc392fc75034" 14 15 [[package]] 16 name = "async-trait" 17 version = "0.1.33" 18 source = "registry+https://github.com/rust-lang/crates.io-index" 19 checksum = "8f1c13101a3224fb178860ae372a031ce350bbd92d39968518f016744dde0bf7" 20 dependencies = [ 21 "proc-macro2 1.0.18", 22 "quote 1.0.6", 23 "syn 1.0.30", 24 ] 25 26 [[package]] 27 name = "atty" 28 version = "0.2.14" 29 source = "registry+https://github.com/rust-lang/crates.io-index" 30 checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 31 dependencies = [ 32 "hermit-abi", 33 "libc", 34 "winapi 0.3.8", 35 ] 36 37 [[package]] 38 name = "autocfg" 39 version = "1.0.0" 40 source = "registry+https://github.com/rust-lang/crates.io-index" 41 checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d" 42 43 [[package]] 44 name = "base16" 45 version = "0.2.1" 46 source = "registry+https://github.com/rust-lang/crates.io-index" 47 checksum = "d27c3610c36aee21ce8ac510e6224498de4228ad772a171ed65643a24693a5a8" 48 49 [[package]] 50 name = "base64" 51 version = "0.10.1" 52 source = "registry+https://github.com/rust-lang/crates.io-index" 53 checksum = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e" 54 dependencies = [ 55 "byteorder", 56 ] 57 58 [[package]] 59 name = "base64" 60 version = "0.11.0" 61 source = "registry+https://github.com/rust-lang/crates.io-index" 62 checksum = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7" 63 64 [[package]] 65 name = "base64" 66 version = "0.12.1" 67 source = "registry+https://github.com/rust-lang/crates.io-index" 68 checksum = "53d1ccbaf7d9ec9537465a97bf19edc1a4e158ecb49fc16178202238c569cc42" 69 70 [[package]] 71 name = "bitflags" 72 version = "1.2.1" 73 source = "registry+https://github.com/rust-lang/crates.io-index" 74 checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" 75 76 [[package]] 77 name = "bumpalo" 78 version = "3.4.0" 79 source = "registry+https://github.com/rust-lang/crates.io-index" 80 checksum = "2e8c087f005730276d1096a652e92a8bacee2e2472bcc9715a74d2bec38b5820" 81 82 [[package]] 83 name = "byteorder" 84 version = "1.3.4" 85 source = "registry+https://github.com/rust-lang/crates.io-index" 86 checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de" 87 88 [[package]] 89 name = "bytes" 90 version = "0.5.4" 91 source = "registry+https://github.com/rust-lang/crates.io-index" 92 checksum = "130aac562c0dd69c56b3b1cc8ffd2e17be31d0b6c25b61c96b76231aa23e39e1" 93 94 [[package]] 95 name = "cc" 96 version = "1.0.54" 97 source = "registry+https://github.com/rust-lang/crates.io-index" 98 checksum = "7bbb73db36c1246e9034e307d0fba23f9a2e251faa47ade70c1bd252220c8311" 99 100 [[package]] 101 name = "cfg-if" 102 version = "0.1.10" 103 source = "registry+https://github.com/rust-lang/crates.io-index" 104 checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" 105 106 [[package]] 107 name = "cookie" 108 version = "0.12.0" 109 source = "git+https://github.com/SergioBenitez/cookie-rs?rev=e0f3e6c#e0f3e6c4daea108d55838c56da777b36898bd223" 110 dependencies = [ 111 "base64 0.10.1", 112 "percent-encoding 2.1.0", 113 "ring", 114 "time", 115 ] 116 117 [[package]] 118 name = "devise" 119 version = "0.3.0" 120 source = "git+https://github.com/SergioBenitez/Devise.git?rev=e58b3ac9a#e58b3ac9afc3b6ff10a8aaf02a3e768a8f530089" 121 dependencies = [ 122 "devise_codegen", 123 "devise_core", 124 ] 125 126 [[package]] 127 name = "devise_codegen" 128 version = "0.3.0" 129 source = "git+https://github.com/SergioBenitez/Devise.git?rev=e58b3ac9a#e58b3ac9afc3b6ff10a8aaf02a3e768a8f530089" 130 dependencies = [ 131 "devise_core", 132 "quote 1.0.6", 133 ] 134 135 [[package]] 136 name = "devise_core" 137 version = "0.3.0" 138 source = "git+https://github.com/SergioBenitez/Devise.git?rev=e58b3ac9a#e58b3ac9afc3b6ff10a8aaf02a3e768a8f530089" 139 dependencies = [ 140 "bitflags", 141 "proc-macro2 1.0.18", 142 "quote 1.0.6", 143 "syn 1.0.30", 144 ] 145 146 [[package]] 147 name = "dtoa" 148 version = "0.4.5" 149 source = "registry+https://github.com/rust-lang/crates.io-index" 150 checksum = "4358a9e11b9a09cf52383b451b49a169e8d797b68aa02301ff586d70d9661ea3" 151 152 [[package]] 153 name = "fnv" 154 version = "1.0.7" 155 source = "registry+https://github.com/rust-lang/crates.io-index" 156 checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 157 158 [[package]] 159 name = "fuchsia-zircon" 160 version = "0.3.3" 161 source = "registry+https://github.com/rust-lang/crates.io-index" 162 checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" 163 dependencies = [ 164 "bitflags", 165 "fuchsia-zircon-sys", 166 ] 167 168 [[package]] 169 name = "fuchsia-zircon-sys" 170 version = "0.3.3" 171 source = "registry+https://github.com/rust-lang/crates.io-index" 172 checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" 173 174 [[package]] 175 name = "futures" 176 version = "0.3.5" 177 source = "registry+https://github.com/rust-lang/crates.io-index" 178 checksum = "1e05b85ec287aac0dc34db7d4a569323df697f9c55b99b15d6b4ef8cde49f613" 179 dependencies = [ 180 "futures-channel", 181 "futures-core", 182 "futures-executor", 183 "futures-io", 184 "futures-sink", 185 "futures-task", 186 "futures-util", 187 ] 188 189 [[package]] 190 name = "futures-channel" 191 version = "0.3.5" 192 source = "registry+https://github.com/rust-lang/crates.io-index" 193 checksum = "f366ad74c28cca6ba456d95e6422883cfb4b252a83bed929c83abfdbbf2967d5" 194 dependencies = [ 195 "futures-core", 196 "futures-sink", 197 ] 198 199 [[package]] 200 name = "futures-core" 201 version = "0.3.5" 202 source = "registry+https://github.com/rust-lang/crates.io-index" 203 checksum = "59f5fff90fd5d971f936ad674802482ba441b6f09ba5e15fd8b39145582ca399" 204 205 [[package]] 206 name = "futures-executor" 207 version = "0.3.5" 208 source = "registry+https://github.com/rust-lang/crates.io-index" 209 checksum = "10d6bb888be1153d3abeb9006b11b02cf5e9b209fda28693c31ae1e4e012e314" 210 dependencies = [ 211 "futures-core", 212 "futures-task", 213 "futures-util", 214 ] 215 216 [[package]] 217 name = "futures-io" 218 version = "0.3.5" 219 source = "registry+https://github.com/rust-lang/crates.io-index" 220 checksum = "de27142b013a8e869c14957e6d2edeef89e97c289e69d042ee3a49acd8b51789" 221 222 [[package]] 223 name = "futures-macro" 224 version = "0.3.5" 225 source = "registry+https://github.com/rust-lang/crates.io-index" 226 checksum = "d0b5a30a4328ab5473878237c447333c093297bded83a4983d10f4deea240d39" 227 dependencies = [ 228 "proc-macro-hack", 229 "proc-macro2 1.0.18", 230 "quote 1.0.6", 231 "syn 1.0.30", 232 ] 233 234 [[package]] 235 name = "futures-sink" 236 version = "0.3.5" 237 source = "registry+https://github.com/rust-lang/crates.io-index" 238 checksum = "3f2032893cb734c7a05d85ce0cc8b8c4075278e93b24b66f9de99d6eb0fa8acc" 239 240 [[package]] 241 name = "futures-task" 242 version = "0.3.5" 243 source = "registry+https://github.com/rust-lang/crates.io-index" 244 checksum = "bdb66b5f09e22019b1ab0830f7785bcea8e7a42148683f99214f73f8ec21a626" 245 dependencies = [ 246 "once_cell", 247 ] 248 249 [[package]] 250 name = "futures-util" 251 version = "0.3.5" 252 source = "registry+https://github.com/rust-lang/crates.io-index" 253 checksum = "8764574ff08b701a084482c3c7031349104b07ac897393010494beaa18ce32c6" 254 dependencies = [ 255 "futures-channel", 256 "futures-core", 257 "futures-io", 258 "futures-macro", 259 "futures-sink", 260 "futures-task", 261 "memchr", 262 "pin-project", 263 "pin-utils", 264 "proc-macro-hack", 265 "proc-macro-nested", 266 "slab", 267 ] 268 269 [[package]] 270 name = "getrandom" 271 version = "0.1.14" 272 source = "registry+https://github.com/rust-lang/crates.io-index" 273 checksum = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb" 274 dependencies = [ 275 "cfg-if", 276 "libc", 277 "wasi", 278 ] 279 280 [[package]] 281 name = "h2" 282 version = "0.2.5" 283 source = "registry+https://github.com/rust-lang/crates.io-index" 284 checksum = "79b7246d7e4b979c03fa093da39cfb3617a96bbeee6310af63991668d7e843ff" 285 dependencies = [ 286 "bytes", 287 "fnv", 288 "futures-core", 289 "futures-sink", 290 "futures-util", 291 "http", 292 "indexmap", 293 "log", 294 "slab", 295 "tokio", 296 "tokio-util", 297 ] 298 299 [[package]] 300 name = "heck" 301 version = "0.3.1" 302 source = "registry+https://github.com/rust-lang/crates.io-index" 303 checksum = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205" 304 dependencies = [ 305 "unicode-segmentation", 306 ] 307 308 [[package]] 309 name = "hermit-abi" 310 version = "0.1.13" 311 source = "registry+https://github.com/rust-lang/crates.io-index" 312 checksum = "91780f809e750b0a89f5544be56617ff6b1227ee485bcb06ebe10cdf89bd3b71" 313 dependencies = [ 314 "libc", 315 ] 316 317 [[package]] 318 name = "http" 319 version = "0.2.1" 320 source = "registry+https://github.com/rust-lang/crates.io-index" 321 checksum = "28d569972648b2c512421b5f2a405ad6ac9666547189d0c5477a3f200f3e02f9" 322 dependencies = [ 323 "bytes", 324 "fnv", 325 "itoa", 326 ] 327 328 [[package]] 329 name = "http-body" 330 version = "0.3.1" 331 source = "registry+https://github.com/rust-lang/crates.io-index" 332 checksum = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b" 333 dependencies = [ 334 "bytes", 335 "http", 336 ] 337 338 [[package]] 339 name = "httparse" 340 version = "1.3.4" 341 source = "registry+https://github.com/rust-lang/crates.io-index" 342 checksum = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9" 343 344 [[package]] 345 name = "hyper" 346 version = "0.13.6" 347 source = "registry+https://github.com/rust-lang/crates.io-index" 348 checksum = "a6e7655b9594024ad0ee439f3b5a7299369dc2a3f459b47c696f9ff676f9aa1f" 349 dependencies = [ 350 "bytes", 351 "futures-channel", 352 "futures-core", 353 "futures-util", 354 "h2", 355 "http", 356 "http-body", 357 "httparse", 358 "itoa", 359 "log", 360 "pin-project", 361 "time", 362 "tokio", 363 "tower-service", 364 "want", 365 ] 366 367 [[package]] 368 name = "idna" 369 version = "0.2.0" 370 source = "registry+https://github.com/rust-lang/crates.io-index" 371 checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9" 372 dependencies = [ 373 "matches", 374 "unicode-bidi", 375 "unicode-normalization", 376 ] 377 378 [[package]] 379 name = "indexmap" 380 version = "1.4.0" 381 source = "registry+https://github.com/rust-lang/crates.io-index" 382 checksum = "c398b2b113b55809ceb9ee3e753fcbac793f1956663f3c36549c1346015c2afe" 383 dependencies = [ 384 "autocfg", 385 ] 386 387 [[package]] 388 name = "iovec" 389 version = "0.1.4" 390 source = "registry+https://github.com/rust-lang/crates.io-index" 391 checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e" 392 dependencies = [ 393 "libc", 394 ] 395 396 [[package]] 397 name = "itoa" 398 version = "0.4.5" 399 source = "registry+https://github.com/rust-lang/crates.io-index" 400 checksum = "b8b7a7c0c47db5545ed3fef7468ee7bb5b74691498139e4b3f6a20685dc6dd8e" 401 402 [[package]] 403 name = "js-sys" 404 version = "0.3.40" 405 source = "registry+https://github.com/rust-lang/crates.io-index" 406 checksum = "ce10c23ad2ea25ceca0093bd3192229da4c5b3c0f2de499c1ecac0d98d452177" 407 dependencies = [ 408 "wasm-bindgen", 409 ] 410 411 [[package]] 412 name = "js_int" 413 version = "0.1.5" 414 source = "registry+https://github.com/rust-lang/crates.io-index" 415 checksum = "77ab7bb370a788ad675863e035fd9bfa56a66a030a16a88ab80aeb6b18cbdf31" 416 dependencies = [ 417 "serde", 418 ] 419 420 [[package]] 421 name = "kernel32-sys" 422 version = "0.2.2" 423 source = "registry+https://github.com/rust-lang/crates.io-index" 424 checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" 425 dependencies = [ 426 "winapi 0.2.8", 427 "winapi-build", 428 ] 429 430 [[package]] 431 name = "lazy_static" 432 version = "1.4.0" 433 source = "registry+https://github.com/rust-lang/crates.io-index" 434 checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 435 436 [[package]] 437 name = "libc" 438 version = "0.2.71" 439 source = "registry+https://github.com/rust-lang/crates.io-index" 440 checksum = "9457b06509d27052635f90d6466700c65095fdf75409b3fbdd903e988b886f49" 441 442 [[package]] 443 name = "log" 444 version = "0.4.8" 445 source = "registry+https://github.com/rust-lang/crates.io-index" 446 checksum = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7" 447 dependencies = [ 448 "cfg-if", 449 ] 450 451 [[package]] 452 name = "matches" 453 version = "0.1.8" 454 source = "registry+https://github.com/rust-lang/crates.io-index" 455 checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" 456 457 [[package]] 458 name = "memchr" 459 version = "2.3.3" 460 source = "registry+https://github.com/rust-lang/crates.io-index" 461 checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400" 462 463 [[package]] 464 name = "mime" 465 version = "0.3.16" 466 source = "registry+https://github.com/rust-lang/crates.io-index" 467 checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d" 468 469 [[package]] 470 name = "mio" 471 version = "0.6.22" 472 source = "registry+https://github.com/rust-lang/crates.io-index" 473 checksum = "fce347092656428bc8eaf6201042cb551b8d67855af7374542a92a0fbfcac430" 474 dependencies = [ 475 "cfg-if", 476 "fuchsia-zircon", 477 "fuchsia-zircon-sys", 478 "iovec", 479 "kernel32-sys", 480 "libc", 481 "log", 482 "miow", 483 "net2", 484 "slab", 485 "winapi 0.2.8", 486 ] 487 488 [[package]] 489 name = "mio-uds" 490 version = "0.6.8" 491 source = "registry+https://github.com/rust-lang/crates.io-index" 492 checksum = "afcb699eb26d4332647cc848492bbc15eafb26f08d0304550d5aa1f612e066f0" 493 dependencies = [ 494 "iovec", 495 "libc", 496 "mio", 497 ] 498 499 [[package]] 500 name = "miow" 501 version = "0.2.1" 502 source = "registry+https://github.com/rust-lang/crates.io-index" 503 checksum = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919" 504 dependencies = [ 505 "kernel32-sys", 506 "net2", 507 "winapi 0.2.8", 508 "ws2_32-sys", 509 ] 510 511 [[package]] 512 name = "mxctest" 513 version = "0.1.0" 514 dependencies = [ 515 "anyhow", 516 "http", 517 "js_int", 518 "log", 519 "rocket", 520 "ruma", 521 "serde", 522 "serde_json", 523 "thiserror", 524 "tokio", 525 ] 526 527 [[package]] 528 name = "net2" 529 version = "0.2.34" 530 source = "registry+https://github.com/rust-lang/crates.io-index" 531 checksum = "2ba7c918ac76704fb42afcbbb43891e72731f3dcca3bef2a19786297baf14af7" 532 dependencies = [ 533 "cfg-if", 534 "libc", 535 "winapi 0.3.8", 536 ] 537 538 [[package]] 539 name = "num_cpus" 540 version = "1.13.0" 541 source = "registry+https://github.com/rust-lang/crates.io-index" 542 checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3" 543 dependencies = [ 544 "hermit-abi", 545 "libc", 546 ] 547 548 [[package]] 549 name = "once_cell" 550 version = "1.4.0" 551 source = "registry+https://github.com/rust-lang/crates.io-index" 552 checksum = "0b631f7e854af39a1739f401cf34a8a013dfe09eac4fa4dba91e9768bd28168d" 553 554 [[package]] 555 name = "pear" 556 version = "0.1.2" 557 source = "registry+https://github.com/rust-lang/crates.io-index" 558 checksum = "c26d2b92e47063ffce70d3e3b1bd097af121a9e0db07ca38a6cc1cf0cc85ff25" 559 dependencies = [ 560 "pear_codegen", 561 ] 562 563 [[package]] 564 name = "pear_codegen" 565 version = "0.1.2" 566 source = "registry+https://github.com/rust-lang/crates.io-index" 567 checksum = "336db4a192cc7f54efeb0c4e11a9245394824cc3bcbd37ba3ff51240c35d7a6e" 568 dependencies = [ 569 "proc-macro2 0.4.30", 570 "quote 0.6.13", 571 "syn 0.15.44", 572 "version_check 0.1.5", 573 "yansi 0.4.0", 574 ] 575 576 [[package]] 577 name = "percent-encoding" 578 version = "1.0.1" 579 source = "registry+https://github.com/rust-lang/crates.io-index" 580 checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831" 581 582 [[package]] 583 name = "percent-encoding" 584 version = "2.1.0" 585 source = "registry+https://github.com/rust-lang/crates.io-index" 586 checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" 587 588 [[package]] 589 name = "pin-project" 590 version = "0.4.20" 591 source = "registry+https://github.com/rust-lang/crates.io-index" 592 checksum = "e75373ff9037d112bb19bc61333a06a159eaeb217660dcfbea7d88e1db823919" 593 dependencies = [ 594 "pin-project-internal", 595 ] 596 597 [[package]] 598 name = "pin-project-internal" 599 version = "0.4.20" 600 source = "registry+https://github.com/rust-lang/crates.io-index" 601 checksum = "10b4b44893d3c370407a1d6a5cfde7c41ae0478e31c516c85f67eb3adc51be6d" 602 dependencies = [ 603 "proc-macro2 1.0.18", 604 "quote 1.0.6", 605 "syn 1.0.30", 606 ] 607 608 [[package]] 609 name = "pin-project-lite" 610 version = "0.1.7" 611 source = "registry+https://github.com/rust-lang/crates.io-index" 612 checksum = "282adbf10f2698a7a77f8e983a74b2d18176c19a7fd32a45446139ae7b02b715" 613 614 [[package]] 615 name = "pin-utils" 616 version = "0.1.0" 617 source = "registry+https://github.com/rust-lang/crates.io-index" 618 checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 619 620 [[package]] 621 name = "ppv-lite86" 622 version = "0.2.8" 623 source = "registry+https://github.com/rust-lang/crates.io-index" 624 checksum = "237a5ed80e274dbc66f86bd59c1e25edc039660be53194b5fe0a482e0f2612ea" 625 626 [[package]] 627 name = "proc-macro-hack" 628 version = "0.5.16" 629 source = "registry+https://github.com/rust-lang/crates.io-index" 630 checksum = "7e0456befd48169b9f13ef0f0ad46d492cf9d2dbb918bcf38e01eed4ce3ec5e4" 631 632 [[package]] 633 name = "proc-macro-nested" 634 version = "0.1.4" 635 source = "registry+https://github.com/rust-lang/crates.io-index" 636 checksum = "8e946095f9d3ed29ec38de908c22f95d9ac008e424c7bcae54c75a79c527c694" 637 638 [[package]] 639 name = "proc-macro2" 640 version = "0.4.30" 641 source = "registry+https://github.com/rust-lang/crates.io-index" 642 checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" 643 dependencies = [ 644 "unicode-xid 0.1.0", 645 ] 646 647 [[package]] 648 name = "proc-macro2" 649 version = "1.0.18" 650 source = "registry+https://github.com/rust-lang/crates.io-index" 651 checksum = "beae6331a816b1f65d04c45b078fd8e6c93e8071771f41b8163255bbd8d7c8fa" 652 dependencies = [ 653 "unicode-xid 0.2.0", 654 ] 655 656 [[package]] 657 name = "quote" 658 version = "0.6.13" 659 source = "registry+https://github.com/rust-lang/crates.io-index" 660 checksum = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1" 661 dependencies = [ 662 "proc-macro2 0.4.30", 663 ] 664 665 [[package]] 666 name = "quote" 667 version = "1.0.6" 668 source = "registry+https://github.com/rust-lang/crates.io-index" 669 checksum = "54a21852a652ad6f610c9510194f398ff6f8692e334fd1145fed931f7fbe44ea" 670 dependencies = [ 671 "proc-macro2 1.0.18", 672 ] 673 674 [[package]] 675 name = "rand" 676 version = "0.7.3" 677 source = "registry+https://github.com/rust-lang/crates.io-index" 678 checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" 679 dependencies = [ 680 "getrandom", 681 "libc", 682 "rand_chacha", 683 "rand_core", 684 "rand_hc", 685 ] 686 687 [[package]] 688 name = "rand_chacha" 689 version = "0.2.2" 690 source = "registry+https://github.com/rust-lang/crates.io-index" 691 checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" 692 dependencies = [ 693 "ppv-lite86", 694 "rand_core", 695 ] 696 697 [[package]] 698 name = "rand_core" 699 version = "0.5.1" 700 source = "registry+https://github.com/rust-lang/crates.io-index" 701 checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" 702 dependencies = [ 703 "getrandom", 704 ] 705 706 [[package]] 707 name = "rand_hc" 708 version = "0.2.0" 709 source = "registry+https://github.com/rust-lang/crates.io-index" 710 checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" 711 dependencies = [ 712 "rand_core", 713 ] 714 715 [[package]] 716 name = "ring" 717 version = "0.16.14" 718 source = "registry+https://github.com/rust-lang/crates.io-index" 719 checksum = "06b3fefa4f12272808f809a0af618501fdaba41a58963c5fb72238ab0be09603" 720 dependencies = [ 721 "cc", 722 "libc", 723 "once_cell", 724 "spin", 725 "untrusted", 726 "web-sys", 727 "winapi 0.3.8", 728 ] 729 730 [[package]] 731 name = "rocket" 732 version = "0.5.0-dev" 733 source = "git+https://github.com/SergioBenitez/Rocket.git?branch=async#78c8ac8ccdbe85abb9508fb9657e70eb2b8d08c0" 734 dependencies = [ 735 "async-trait", 736 "atty", 737 "base16", 738 "base64 0.11.0", 739 "futures", 740 "futures-util", 741 "log", 742 "memchr", 743 "num_cpus", 744 "pear", 745 "rocket_codegen", 746 "rocket_http", 747 "state", 748 "time", 749 "tokio", 750 "toml", 751 "version_check 0.9.2", 752 "yansi 0.5.0", 753 ] 754 755 [[package]] 756 name = "rocket_codegen" 757 version = "0.5.0-dev" 758 source = "git+https://github.com/SergioBenitez/Rocket.git?branch=async#78c8ac8ccdbe85abb9508fb9657e70eb2b8d08c0" 759 dependencies = [ 760 "devise", 761 "indexmap", 762 "quote 1.0.6", 763 "rocket_http", 764 "version_check 0.9.2", 765 "yansi 0.5.0", 766 ] 767 768 [[package]] 769 name = "rocket_http" 770 version = "0.5.0-dev" 771 source = "git+https://github.com/SergioBenitez/Rocket.git?branch=async#78c8ac8ccdbe85abb9508fb9657e70eb2b8d08c0" 772 dependencies = [ 773 "cookie", 774 "http", 775 "hyper", 776 "indexmap", 777 "log", 778 "mime", 779 "pear", 780 "percent-encoding 1.0.1", 781 "smallvec", 782 "state", 783 "time", 784 "tokio", 785 "tokio-rustls", 786 "unicode-xid 0.2.0", 787 ] 788 789 [[package]] 790 name = "ruma" 791 version = "0.1.0" 792 source = "git+https://github.com/ruma/ruma?rev=12388c3fbc8ba2a685cbf0fe810c633c827f5b2c#12388c3fbc8ba2a685cbf0fe810c633c827f5b2c" 793 dependencies = [ 794 "ruma-api", 795 "ruma-client-api", 796 "ruma-common", 797 "ruma-events", 798 "ruma-federation-api", 799 "ruma-identifiers", 800 "ruma-signatures", 801 ] 802 803 [[package]] 804 name = "ruma-api" 805 version = "0.16.1" 806 source = "git+https://github.com/ruma/ruma?rev=12388c3fbc8ba2a685cbf0fe810c633c827f5b2c#12388c3fbc8ba2a685cbf0fe810c633c827f5b2c" 807 dependencies = [ 808 "http", 809 "percent-encoding 2.1.0", 810 "ruma-api-macros", 811 "ruma-identifiers", 812 "ruma-serde", 813 "serde", 814 "serde_json", 815 "strum", 816 ] 817 818 [[package]] 819 name = "ruma-api-macros" 820 version = "0.16.1" 821 source = "git+https://github.com/ruma/ruma?rev=12388c3fbc8ba2a685cbf0fe810c633c827f5b2c#12388c3fbc8ba2a685cbf0fe810c633c827f5b2c" 822 dependencies = [ 823 "proc-macro2 1.0.18", 824 "quote 1.0.6", 825 "syn 1.0.30", 826 ] 827 828 [[package]] 829 name = "ruma-client-api" 830 version = "0.9.0" 831 source = "git+https://github.com/ruma/ruma?rev=12388c3fbc8ba2a685cbf0fe810c633c827f5b2c#12388c3fbc8ba2a685cbf0fe810c633c827f5b2c" 832 dependencies = [ 833 "http", 834 "js_int", 835 "ruma-api", 836 "ruma-common", 837 "ruma-events", 838 "ruma-identifiers", 839 "ruma-serde", 840 "serde", 841 "serde_json", 842 "strum", 843 ] 844 845 [[package]] 846 name = "ruma-common" 847 version = "0.1.3" 848 source = "git+https://github.com/ruma/ruma?rev=12388c3fbc8ba2a685cbf0fe810c633c827f5b2c#12388c3fbc8ba2a685cbf0fe810c633c827f5b2c" 849 dependencies = [ 850 "matches", 851 "ruma-serde", 852 "serde", 853 "serde_json", 854 "strum", 855 ] 856 857 [[package]] 858 name = "ruma-events" 859 version = "0.21.3" 860 source = "git+https://github.com/ruma/ruma-events?rev=c1ee72d#c1ee72db0f3107a97f6a4273a0ea3fed5c4c30e2" 861 dependencies = [ 862 "js_int", 863 "ruma-common", 864 "ruma-events-macros", 865 "ruma-identifiers", 866 "ruma-serde", 867 "serde", 868 "serde_json", 869 "strum", 870 ] 871 872 [[package]] 873 name = "ruma-events-macros" 874 version = "0.21.3" 875 source = "git+https://github.com/ruma/ruma-events?rev=c1ee72d#c1ee72db0f3107a97f6a4273a0ea3fed5c4c30e2" 876 dependencies = [ 877 "proc-macro2 1.0.18", 878 "quote 1.0.6", 879 "syn 1.0.30", 880 ] 881 882 [[package]] 883 name = "ruma-federation-api" 884 version = "0.0.2" 885 source = "git+https://github.com/ruma/ruma?rev=12388c3fbc8ba2a685cbf0fe810c633c827f5b2c#12388c3fbc8ba2a685cbf0fe810c633c827f5b2c" 886 dependencies = [ 887 "js_int", 888 "matches", 889 "ruma-api", 890 "ruma-events", 891 "ruma-identifiers", 892 "ruma-serde", 893 "serde", 894 "serde_json", 895 ] 896 897 [[package]] 898 name = "ruma-identifiers" 899 version = "0.16.2" 900 source = "registry+https://github.com/rust-lang/crates.io-index" 901 checksum = "6316cb248e3e0323a5a269b8eaed571404fb4f65c81848549e9ba99fd9b8e9de" 902 dependencies = [ 903 "rand", 904 "serde", 905 ] 906 907 [[package]] 908 name = "ruma-serde" 909 version = "0.2.2" 910 source = "git+https://github.com/ruma/ruma?rev=12388c3fbc8ba2a685cbf0fe810c633c827f5b2c#12388c3fbc8ba2a685cbf0fe810c633c827f5b2c" 911 dependencies = [ 912 "dtoa", 913 "itoa", 914 "js_int", 915 "serde", 916 "serde_json", 917 "url", 918 ] 919 920 [[package]] 921 name = "ruma-signatures" 922 version = "0.6.0-dev.1" 923 source = "git+https://github.com/ruma/ruma?rev=12388c3fbc8ba2a685cbf0fe810c633c827f5b2c#12388c3fbc8ba2a685cbf0fe810c633c827f5b2c" 924 dependencies = [ 925 "base64 0.12.1", 926 "ring", 927 "serde_json", 928 "untrusted", 929 ] 930 931 [[package]] 932 name = "rustls" 933 version = "0.16.0" 934 source = "registry+https://github.com/rust-lang/crates.io-index" 935 checksum = "b25a18b1bf7387f0145e7f8324e700805aade3842dd3db2e74e4cdeb4677c09e" 936 dependencies = [ 937 "base64 0.10.1", 938 "log", 939 "ring", 940 "sct", 941 "webpki", 942 ] 943 944 [[package]] 945 name = "ryu" 946 version = "1.0.5" 947 source = "registry+https://github.com/rust-lang/crates.io-index" 948 checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e" 949 950 [[package]] 951 name = "sct" 952 version = "0.6.0" 953 source = "registry+https://github.com/rust-lang/crates.io-index" 954 checksum = "e3042af939fca8c3453b7af0f1c66e533a15a86169e39de2657310ade8f98d3c" 955 dependencies = [ 956 "ring", 957 "untrusted", 958 ] 959 960 [[package]] 961 name = "serde" 962 version = "1.0.111" 963 source = "registry+https://github.com/rust-lang/crates.io-index" 964 checksum = "c9124df5b40cbd380080b2cc6ab894c040a3070d995f5c9dc77e18c34a8ae37d" 965 dependencies = [ 966 "serde_derive", 967 ] 968 969 [[package]] 970 name = "serde_derive" 971 version = "1.0.111" 972 source = "registry+https://github.com/rust-lang/crates.io-index" 973 checksum = "3f2c3ac8e6ca1e9c80b8be1023940162bf81ae3cffbb1809474152f2ce1eb250" 974 dependencies = [ 975 "proc-macro2 1.0.18", 976 "quote 1.0.6", 977 "syn 1.0.30", 978 ] 979 980 [[package]] 981 name = "serde_json" 982 version = "1.0.53" 983 source = "registry+https://github.com/rust-lang/crates.io-index" 984 checksum = "993948e75b189211a9b31a7528f950c6adc21f9720b6438ff80a7fa2f864cea2" 985 dependencies = [ 986 "itoa", 987 "ryu", 988 "serde", 989 ] 990 991 [[package]] 992 name = "signal-hook-registry" 993 version = "1.2.0" 994 source = "registry+https://github.com/rust-lang/crates.io-index" 995 checksum = "94f478ede9f64724c5d173d7bb56099ec3e2d9fc2774aac65d34b8b890405f41" 996 dependencies = [ 997 "arc-swap", 998 "libc", 999 ] 1000 1001 [[package]] 1002 name = "slab" 1003 version = "0.4.2" 1004 source = "registry+https://github.com/rust-lang/crates.io-index" 1005 checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" 1006 1007 [[package]] 1008 name = "smallvec" 1009 version = "1.4.0" 1010 source = "registry+https://github.com/rust-lang/crates.io-index" 1011 checksum = "c7cb5678e1615754284ec264d9bb5b4c27d2018577fd90ac0ceb578591ed5ee4" 1012 1013 [[package]] 1014 name = "spin" 1015 version = "0.5.2" 1016 source = "registry+https://github.com/rust-lang/crates.io-index" 1017 checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" 1018 1019 [[package]] 1020 name = "state" 1021 version = "0.4.1" 1022 source = "registry+https://github.com/rust-lang/crates.io-index" 1023 checksum = "7345c971d1ef21ffdbd103a75990a15eb03604fc8b8852ca8cb418ee1a099028" 1024 1025 [[package]] 1026 name = "strum" 1027 version = "0.18.0" 1028 source = "registry+https://github.com/rust-lang/crates.io-index" 1029 checksum = "57bd81eb48f4c437cadc685403cad539345bf703d78e63707418431cecd4522b" 1030 dependencies = [ 1031 "strum_macros", 1032 ] 1033 1034 [[package]] 1035 name = "strum_macros" 1036 version = "0.18.0" 1037 source = "registry+https://github.com/rust-lang/crates.io-index" 1038 checksum = "87c85aa3f8ea653bfd3ddf25f7ee357ee4d204731f6aa9ad04002306f6e2774c" 1039 dependencies = [ 1040 "heck", 1041 "proc-macro2 1.0.18", 1042 "quote 1.0.6", 1043 "syn 1.0.30", 1044 ] 1045 1046 [[package]] 1047 name = "syn" 1048 version = "0.15.44" 1049 source = "registry+https://github.com/rust-lang/crates.io-index" 1050 checksum = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5" 1051 dependencies = [ 1052 "proc-macro2 0.4.30", 1053 "quote 0.6.13", 1054 "unicode-xid 0.1.0", 1055 ] 1056 1057 [[package]] 1058 name = "syn" 1059 version = "1.0.30" 1060 source = "registry+https://github.com/rust-lang/crates.io-index" 1061 checksum = "93a56fabc59dce20fe48b6c832cc249c713e7ed88fa28b0ee0a3bfcaae5fe4e2" 1062 dependencies = [ 1063 "proc-macro2 1.0.18", 1064 "quote 1.0.6", 1065 "unicode-xid 0.2.0", 1066 ] 1067 1068 [[package]] 1069 name = "thiserror" 1070 version = "1.0.19" 1071 source = "registry+https://github.com/rust-lang/crates.io-index" 1072 checksum = "b13f926965ad00595dd129fa12823b04bbf866e9085ab0a5f2b05b850fbfc344" 1073 dependencies = [ 1074 "thiserror-impl", 1075 ] 1076 1077 [[package]] 1078 name = "thiserror-impl" 1079 version = "1.0.19" 1080 source = "registry+https://github.com/rust-lang/crates.io-index" 1081 checksum = "893582086c2f98cde18f906265a65b5030a074b1046c674ae898be6519a7f479" 1082 dependencies = [ 1083 "proc-macro2 1.0.18", 1084 "quote 1.0.6", 1085 "syn 1.0.30", 1086 ] 1087 1088 [[package]] 1089 name = "time" 1090 version = "0.1.43" 1091 source = "registry+https://github.com/rust-lang/crates.io-index" 1092 checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438" 1093 dependencies = [ 1094 "libc", 1095 "winapi 0.3.8", 1096 ] 1097 1098 [[package]] 1099 name = "tokio" 1100 version = "0.2.21" 1101 source = "registry+https://github.com/rust-lang/crates.io-index" 1102 checksum = "d099fa27b9702bed751524694adbe393e18b36b204da91eb1cbbbbb4a5ee2d58" 1103 dependencies = [ 1104 "bytes", 1105 "fnv", 1106 "futures-core", 1107 "iovec", 1108 "lazy_static", 1109 "libc", 1110 "memchr", 1111 "mio", 1112 "mio-uds", 1113 "num_cpus", 1114 "pin-project-lite", 1115 "signal-hook-registry", 1116 "slab", 1117 "tokio-macros", 1118 "winapi 0.3.8", 1119 ] 1120 1121 [[package]] 1122 name = "tokio-macros" 1123 version = "0.2.5" 1124 source = "registry+https://github.com/rust-lang/crates.io-index" 1125 checksum = "f0c3acc6aa564495a0f2e1d59fab677cd7f81a19994cfc7f3ad0e64301560389" 1126 dependencies = [ 1127 "proc-macro2 1.0.18", 1128 "quote 1.0.6", 1129 "syn 1.0.30", 1130 ] 1131 1132 [[package]] 1133 name = "tokio-rustls" 1134 version = "0.12.3" 1135 source = "registry+https://github.com/rust-lang/crates.io-index" 1136 checksum = "3068d891551949b37681724d6b73666787cc63fa8e255c812a41d2513aff9775" 1137 dependencies = [ 1138 "futures-core", 1139 "rustls", 1140 "tokio", 1141 "webpki", 1142 ] 1143 1144 [[package]] 1145 name = "tokio-util" 1146 version = "0.3.1" 1147 source = "registry+https://github.com/rust-lang/crates.io-index" 1148 checksum = "be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499" 1149 dependencies = [ 1150 "bytes", 1151 "futures-core", 1152 "futures-sink", 1153 "log", 1154 "pin-project-lite", 1155 "tokio", 1156 ] 1157 1158 [[package]] 1159 name = "toml" 1160 version = "0.4.10" 1161 source = "registry+https://github.com/rust-lang/crates.io-index" 1162 checksum = "758664fc71a3a69038656bee8b6be6477d2a6c315a6b81f7081f591bffa4111f" 1163 dependencies = [ 1164 "serde", 1165 ] 1166 1167 [[package]] 1168 name = "tower-service" 1169 version = "0.3.0" 1170 source = "registry+https://github.com/rust-lang/crates.io-index" 1171 checksum = "e987b6bf443f4b5b3b6f38704195592cca41c5bb7aedd3c3693c7081f8289860" 1172 1173 [[package]] 1174 name = "try-lock" 1175 version = "0.2.2" 1176 source = "registry+https://github.com/rust-lang/crates.io-index" 1177 checksum = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382" 1178 1179 [[package]] 1180 name = "unicode-bidi" 1181 version = "0.3.4" 1182 source = "registry+https://github.com/rust-lang/crates.io-index" 1183 checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5" 1184 dependencies = [ 1185 "matches", 1186 ] 1187 1188 [[package]] 1189 name = "unicode-normalization" 1190 version = "0.1.12" 1191 source = "registry+https://github.com/rust-lang/crates.io-index" 1192 checksum = "5479532badd04e128284890390c1e876ef7a993d0570b3597ae43dfa1d59afa4" 1193 dependencies = [ 1194 "smallvec", 1195 ] 1196 1197 [[package]] 1198 name = "unicode-segmentation" 1199 version = "1.6.0" 1200 source = "registry+https://github.com/rust-lang/crates.io-index" 1201 checksum = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0" 1202 1203 [[package]] 1204 name = "unicode-xid" 1205 version = "0.1.0" 1206 source = "registry+https://github.com/rust-lang/crates.io-index" 1207 checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" 1208 1209 [[package]] 1210 name = "unicode-xid" 1211 version = "0.2.0" 1212 source = "registry+https://github.com/rust-lang/crates.io-index" 1213 checksum = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c" 1214 1215 [[package]] 1216 name = "untrusted" 1217 version = "0.7.1" 1218 source = "registry+https://github.com/rust-lang/crates.io-index" 1219 checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" 1220 1221 [[package]] 1222 name = "url" 1223 version = "2.1.1" 1224 source = "registry+https://github.com/rust-lang/crates.io-index" 1225 checksum = "829d4a8476c35c9bf0bbce5a3b23f4106f79728039b726d292bb93bc106787cb" 1226 dependencies = [ 1227 "idna", 1228 "matches", 1229 "percent-encoding 2.1.0", 1230 ] 1231 1232 [[package]] 1233 name = "version_check" 1234 version = "0.1.5" 1235 source = "registry+https://github.com/rust-lang/crates.io-index" 1236 checksum = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd" 1237 1238 [[package]] 1239 name = "version_check" 1240 version = "0.9.2" 1241 source = "registry+https://github.com/rust-lang/crates.io-index" 1242 checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed" 1243 1244 [[package]] 1245 name = "want" 1246 version = "0.3.0" 1247 source = "registry+https://github.com/rust-lang/crates.io-index" 1248 checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0" 1249 dependencies = [ 1250 "log", 1251 "try-lock", 1252 ] 1253 1254 [[package]] 1255 name = "wasi" 1256 version = "0.9.0+wasi-snapshot-preview1" 1257 source = "registry+https://github.com/rust-lang/crates.io-index" 1258 checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" 1259 1260 [[package]] 1261 name = "wasm-bindgen" 1262 version = "0.2.63" 1263 source = "registry+https://github.com/rust-lang/crates.io-index" 1264 checksum = "4c2dc4aa152834bc334f506c1a06b866416a8b6697d5c9f75b9a689c8486def0" 1265 dependencies = [ 1266 "cfg-if", 1267 "wasm-bindgen-macro", 1268 ] 1269 1270 [[package]] 1271 name = "wasm-bindgen-backend" 1272 version = "0.2.63" 1273 source = "registry+https://github.com/rust-lang/crates.io-index" 1274 checksum = "ded84f06e0ed21499f6184df0e0cb3494727b0c5da89534e0fcc55c51d812101" 1275 dependencies = [ 1276 "bumpalo", 1277 "lazy_static", 1278 "log", 1279 "proc-macro2 1.0.18", 1280 "quote 1.0.6", 1281 "syn 1.0.30", 1282 "wasm-bindgen-shared", 1283 ] 1284 1285 [[package]] 1286 name = "wasm-bindgen-macro" 1287 version = "0.2.63" 1288 source = "registry+https://github.com/rust-lang/crates.io-index" 1289 checksum = "838e423688dac18d73e31edce74ddfac468e37b1506ad163ffaf0a46f703ffe3" 1290 dependencies = [ 1291 "quote 1.0.6", 1292 "wasm-bindgen-macro-support", 1293 ] 1294 1295 [[package]] 1296 name = "wasm-bindgen-macro-support" 1297 version = "0.2.63" 1298 source = "registry+https://github.com/rust-lang/crates.io-index" 1299 checksum = "3156052d8ec77142051a533cdd686cba889537b213f948cd1d20869926e68e92" 1300 dependencies = [ 1301 "proc-macro2 1.0.18", 1302 "quote 1.0.6", 1303 "syn 1.0.30", 1304 "wasm-bindgen-backend", 1305 "wasm-bindgen-shared", 1306 ] 1307 1308 [[package]] 1309 name = "wasm-bindgen-shared" 1310 version = "0.2.63" 1311 source = "registry+https://github.com/rust-lang/crates.io-index" 1312 checksum = "c9ba19973a58daf4db6f352eda73dc0e289493cd29fb2632eb172085b6521acd" 1313 1314 [[package]] 1315 name = "web-sys" 1316 version = "0.3.40" 1317 source = "registry+https://github.com/rust-lang/crates.io-index" 1318 checksum = "7b72fe77fd39e4bd3eaa4412fd299a0be6b3dfe9d2597e2f1c20beb968f41d17" 1319 dependencies = [ 1320 "js-sys", 1321 "wasm-bindgen", 1322 ] 1323 1324 [[package]] 1325 name = "webpki" 1326 version = "0.21.3" 1327 source = "registry+https://github.com/rust-lang/crates.io-index" 1328 checksum = "ab146130f5f790d45f82aeeb09e55a256573373ec64409fc19a6fb82fb1032ae" 1329 dependencies = [ 1330 "ring", 1331 "untrusted", 1332 ] 1333 1334 [[package]] 1335 name = "winapi" 1336 version = "0.2.8" 1337 source = "registry+https://github.com/rust-lang/crates.io-index" 1338 checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" 1339 1340 [[package]] 1341 name = "winapi" 1342 version = "0.3.8" 1343 source = "registry+https://github.com/rust-lang/crates.io-index" 1344 checksum = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6" 1345 dependencies = [ 1346 "winapi-i686-pc-windows-gnu", 1347 "winapi-x86_64-pc-windows-gnu", 1348 ] 1349 1350 [[package]] 1351 name = "winapi-build" 1352 version = "0.1.1" 1353 source = "registry+https://github.com/rust-lang/crates.io-index" 1354 checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" 1355 1356 [[package]] 1357 name = "winapi-i686-pc-windows-gnu" 1358 version = "0.4.0" 1359 source = "registry+https://github.com/rust-lang/crates.io-index" 1360 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 1361 1362 [[package]] 1363 name = "winapi-x86_64-pc-windows-gnu" 1364 version = "0.4.0" 1365 source = "registry+https://github.com/rust-lang/crates.io-index" 1366 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 1367 1368 [[package]] 1369 name = "ws2_32-sys" 1370 version = "0.2.1" 1371 source = "registry+https://github.com/rust-lang/crates.io-index" 1372 checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e" 1373 dependencies = [ 1374 "winapi 0.2.8", 1375 "winapi-build", 1376 ] 1377 1378 [[package]] 1379 name = "yansi" 1380 version = "0.4.0" 1381 source = "registry+https://github.com/rust-lang/crates.io-index" 1382 checksum = "d60c3b48c9cdec42fb06b3b84b5b087405e1fa1c644a1af3930e4dfafe93de48" 1383 1384 [[package]] 1385 name = "yansi" 1386 version = "0.5.0" 1387 source = "registry+https://github.com/rust-lang/crates.io-index" 1388 checksum = "9fc79f4a1e39857fc00c3f662cbf2651c771f00e9c15fe2abc341806bd46bd71"