at 24.11-pre 1966 lines 50 kB view raw
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 3 4 5[[package]] 6name = "addr2line" 7version = "0.19.0" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97" 10dependencies = [ 11 "gimli", 12] 13 14[[package]] 15name = "adler" 16version = "1.0.2" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 19 20[[package]] 21name = "aho-corasick" 22version = "1.0.1" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "67fc08ce920c31afb70f013dcce1bfc3a3195de6a228474e45e1f145b36f8d04" 25dependencies = [ 26 "memchr", 27] 28 29[[package]] 30name = "ansi_term" 31version = "0.12.1" 32source = "registry+https://github.com/rust-lang/crates.io-index" 33checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" 34dependencies = [ 35 "winapi 0.3.9", 36] 37 38[[package]] 39name = "atty" 40version = "0.2.14" 41source = "registry+https://github.com/rust-lang/crates.io-index" 42checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 43dependencies = [ 44 "hermit-abi 0.1.19", 45 "libc", 46 "winapi 0.3.9", 47] 48 49[[package]] 50name = "autocfg" 51version = "0.1.8" 52source = "registry+https://github.com/rust-lang/crates.io-index" 53checksum = "0dde43e75fd43e8a1bf86103336bc699aa8d17ad1be60c76c0bdfd4828e19b78" 54dependencies = [ 55 "autocfg 1.1.0", 56] 57 58[[package]] 59name = "autocfg" 60version = "1.1.0" 61source = "registry+https://github.com/rust-lang/crates.io-index" 62checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 63 64[[package]] 65name = "backtrace" 66version = "0.3.67" 67source = "registry+https://github.com/rust-lang/crates.io-index" 68checksum = "233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca" 69dependencies = [ 70 "addr2line", 71 "cc", 72 "cfg-if 1.0.0", 73 "libc", 74 "miniz_oxide 0.6.2", 75 "object", 76 "rustc-demangle", 77] 78 79[[package]] 80name = "base64" 81version = "0.10.1" 82source = "registry+https://github.com/rust-lang/crates.io-index" 83checksum = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e" 84dependencies = [ 85 "byteorder", 86] 87 88[[package]] 89name = "bitflags" 90version = "1.3.2" 91source = "registry+https://github.com/rust-lang/crates.io-index" 92checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 93 94[[package]] 95name = "byteorder" 96version = "1.4.3" 97source = "registry+https://github.com/rust-lang/crates.io-index" 98checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" 99 100[[package]] 101name = "bytes" 102version = "0.4.12" 103source = "registry+https://github.com/rust-lang/crates.io-index" 104checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c" 105dependencies = [ 106 "byteorder", 107 "either", 108 "iovec", 109] 110 111[[package]] 112name = "cc" 113version = "1.0.79" 114source = "registry+https://github.com/rust-lang/crates.io-index" 115checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" 116 117[[package]] 118name = "cfg-if" 119version = "0.1.10" 120source = "registry+https://github.com/rust-lang/crates.io-index" 121checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" 122 123[[package]] 124name = "cfg-if" 125version = "1.0.0" 126source = "registry+https://github.com/rust-lang/crates.io-index" 127checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 128 129[[package]] 130name = "clap" 131version = "2.34.0" 132source = "registry+https://github.com/rust-lang/crates.io-index" 133checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c" 134dependencies = [ 135 "ansi_term", 136 "atty", 137 "bitflags", 138 "strsim", 139 "textwrap", 140 "unicode-width", 141 "vec_map", 142] 143 144[[package]] 145name = "cloudabi" 146version = "0.0.3" 147source = "registry+https://github.com/rust-lang/crates.io-index" 148checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" 149dependencies = [ 150 "bitflags", 151] 152 153[[package]] 154name = "colored" 155version = "1.9.3" 156source = "registry+https://github.com/rust-lang/crates.io-index" 157checksum = "f4ffc801dacf156c5854b9df4f425a626539c3a6ef7893cc0c5084a23f0b6c59" 158dependencies = [ 159 "atty", 160 "lazy_static", 161 "winapi 0.3.9", 162] 163 164[[package]] 165name = "cookie" 166version = "0.12.0" 167source = "registry+https://github.com/rust-lang/crates.io-index" 168checksum = "888604f00b3db336d2af898ec3c1d5d0ddf5e6d462220f2ededc33a87ac4bbd5" 169dependencies = [ 170 "time", 171 "url 1.7.2", 172] 173 174[[package]] 175name = "cookie_store" 176version = "0.7.0" 177source = "registry+https://github.com/rust-lang/crates.io-index" 178checksum = "46750b3f362965f197996c4448e4a0935e791bf7d6631bfce9ee0af3d24c919c" 179dependencies = [ 180 "cookie", 181 "failure", 182 "idna 0.1.5", 183 "log", 184 "publicsuffix", 185 "serde", 186 "serde_json", 187 "time", 188 "try_from", 189 "url 1.7.2", 190] 191 192[[package]] 193name = "core-foundation" 194version = "0.9.3" 195source = "registry+https://github.com/rust-lang/crates.io-index" 196checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146" 197dependencies = [ 198 "core-foundation-sys", 199 "libc", 200] 201 202[[package]] 203name = "core-foundation-sys" 204version = "0.8.4" 205source = "registry+https://github.com/rust-lang/crates.io-index" 206checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa" 207 208[[package]] 209name = "crc32fast" 210version = "1.3.2" 211source = "registry+https://github.com/rust-lang/crates.io-index" 212checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" 213dependencies = [ 214 "cfg-if 1.0.0", 215] 216 217[[package]] 218name = "crossbeam-channel" 219version = "0.5.8" 220source = "registry+https://github.com/rust-lang/crates.io-index" 221checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200" 222dependencies = [ 223 "cfg-if 1.0.0", 224 "crossbeam-utils 0.8.15", 225] 226 227[[package]] 228name = "crossbeam-deque" 229version = "0.7.4" 230source = "registry+https://github.com/rust-lang/crates.io-index" 231checksum = "c20ff29ded3204c5106278a81a38f4b482636ed4fa1e6cfbeef193291beb29ed" 232dependencies = [ 233 "crossbeam-epoch 0.8.2", 234 "crossbeam-utils 0.7.2", 235 "maybe-uninit", 236] 237 238[[package]] 239name = "crossbeam-deque" 240version = "0.8.3" 241source = "registry+https://github.com/rust-lang/crates.io-index" 242checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef" 243dependencies = [ 244 "cfg-if 1.0.0", 245 "crossbeam-epoch 0.9.14", 246 "crossbeam-utils 0.8.15", 247] 248 249[[package]] 250name = "crossbeam-epoch" 251version = "0.8.2" 252source = "registry+https://github.com/rust-lang/crates.io-index" 253checksum = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace" 254dependencies = [ 255 "autocfg 1.1.0", 256 "cfg-if 0.1.10", 257 "crossbeam-utils 0.7.2", 258 "lazy_static", 259 "maybe-uninit", 260 "memoffset 0.5.6", 261 "scopeguard", 262] 263 264[[package]] 265name = "crossbeam-epoch" 266version = "0.9.14" 267source = "registry+https://github.com/rust-lang/crates.io-index" 268checksum = "46bd5f3f85273295a9d14aedfb86f6aadbff6d8f5295c4a9edb08e819dcf5695" 269dependencies = [ 270 "autocfg 1.1.0", 271 "cfg-if 1.0.0", 272 "crossbeam-utils 0.8.15", 273 "memoffset 0.8.0", 274 "scopeguard", 275] 276 277[[package]] 278name = "crossbeam-queue" 279version = "0.2.3" 280source = "registry+https://github.com/rust-lang/crates.io-index" 281checksum = "774ba60a54c213d409d5353bda12d49cd68d14e45036a285234c8d6f91f92570" 282dependencies = [ 283 "cfg-if 0.1.10", 284 "crossbeam-utils 0.7.2", 285 "maybe-uninit", 286] 287 288[[package]] 289name = "crossbeam-utils" 290version = "0.7.2" 291source = "registry+https://github.com/rust-lang/crates.io-index" 292checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8" 293dependencies = [ 294 "autocfg 1.1.0", 295 "cfg-if 0.1.10", 296 "lazy_static", 297] 298 299[[package]] 300name = "crossbeam-utils" 301version = "0.8.15" 302source = "registry+https://github.com/rust-lang/crates.io-index" 303checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b" 304dependencies = [ 305 "cfg-if 1.0.0", 306] 307 308[[package]] 309name = "dtoa" 310version = "0.4.8" 311source = "registry+https://github.com/rust-lang/crates.io-index" 312checksum = "56899898ce76aaf4a0f24d914c97ea6ed976d42fec6ad33fcbb0a1103e07b2b0" 313 314[[package]] 315name = "either" 316version = "1.8.1" 317source = "registry+https://github.com/rust-lang/crates.io-index" 318checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91" 319 320[[package]] 321name = "encoding_rs" 322version = "0.8.32" 323source = "registry+https://github.com/rust-lang/crates.io-index" 324checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394" 325dependencies = [ 326 "cfg-if 1.0.0", 327] 328 329[[package]] 330name = "errno" 331version = "0.3.1" 332source = "registry+https://github.com/rust-lang/crates.io-index" 333checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a" 334dependencies = [ 335 "errno-dragonfly", 336 "libc", 337 "windows-sys 0.48.0", 338] 339 340[[package]] 341name = "errno-dragonfly" 342version = "0.1.2" 343source = "registry+https://github.com/rust-lang/crates.io-index" 344checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" 345dependencies = [ 346 "cc", 347 "libc", 348] 349 350[[package]] 351name = "failure" 352version = "0.1.8" 353source = "registry+https://github.com/rust-lang/crates.io-index" 354checksum = "d32e9bd16cc02eae7db7ef620b392808b89f6a5e16bb3497d159c6b92a0f4f86" 355dependencies = [ 356 "backtrace", 357 "failure_derive", 358] 359 360[[package]] 361name = "failure_derive" 362version = "0.1.8" 363source = "registry+https://github.com/rust-lang/crates.io-index" 364checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4" 365dependencies = [ 366 "proc-macro2", 367 "quote", 368 "syn 1.0.109", 369 "synstructure", 370] 371 372[[package]] 373name = "fastrand" 374version = "1.9.0" 375source = "registry+https://github.com/rust-lang/crates.io-index" 376checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" 377dependencies = [ 378 "instant", 379] 380 381[[package]] 382name = "flate2" 383version = "1.0.26" 384source = "registry+https://github.com/rust-lang/crates.io-index" 385checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743" 386dependencies = [ 387 "crc32fast", 388 "miniz_oxide 0.7.1", 389] 390 391[[package]] 392name = "fnv" 393version = "1.0.7" 394source = "registry+https://github.com/rust-lang/crates.io-index" 395checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 396 397[[package]] 398name = "foreign-types" 399version = "0.3.2" 400source = "registry+https://github.com/rust-lang/crates.io-index" 401checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 402dependencies = [ 403 "foreign-types-shared", 404] 405 406[[package]] 407name = "foreign-types-shared" 408version = "0.1.1" 409source = "registry+https://github.com/rust-lang/crates.io-index" 410checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 411 412[[package]] 413name = "form_urlencoded" 414version = "1.1.0" 415source = "registry+https://github.com/rust-lang/crates.io-index" 416checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8" 417dependencies = [ 418 "percent-encoding 2.2.0", 419] 420 421[[package]] 422name = "fuchsia-cprng" 423version = "0.1.1" 424source = "registry+https://github.com/rust-lang/crates.io-index" 425checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" 426 427[[package]] 428name = "fuchsia-zircon" 429version = "0.3.3" 430source = "registry+https://github.com/rust-lang/crates.io-index" 431checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" 432dependencies = [ 433 "bitflags", 434 "fuchsia-zircon-sys", 435] 436 437[[package]] 438name = "fuchsia-zircon-sys" 439version = "0.3.3" 440source = "registry+https://github.com/rust-lang/crates.io-index" 441checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" 442 443[[package]] 444name = "futures" 445version = "0.1.31" 446source = "registry+https://github.com/rust-lang/crates.io-index" 447checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678" 448 449[[package]] 450name = "futures-cpupool" 451version = "0.1.8" 452source = "registry+https://github.com/rust-lang/crates.io-index" 453checksum = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4" 454dependencies = [ 455 "futures", 456 "num_cpus", 457] 458 459[[package]] 460name = "gimli" 461version = "0.27.2" 462source = "registry+https://github.com/rust-lang/crates.io-index" 463checksum = "ad0a93d233ebf96623465aad4046a8d3aa4da22d4f4beba5388838c8a434bbb4" 464 465[[package]] 466name = "git-backup" 467version = "0.2.0" 468dependencies = [ 469 "base64", 470 "colored", 471 "lazy_static", 472 "rayon", 473 "regex", 474 "reqwest", 475 "serde", 476 "serde_json", 477 "structopt", 478] 479 480[[package]] 481name = "h2" 482version = "0.1.26" 483source = "registry+https://github.com/rust-lang/crates.io-index" 484checksum = "a5b34c246847f938a410a03c5458c7fee2274436675e76d8b903c08efc29c462" 485dependencies = [ 486 "byteorder", 487 "bytes", 488 "fnv", 489 "futures", 490 "http", 491 "indexmap", 492 "log", 493 "slab", 494 "string", 495 "tokio-io", 496] 497 498[[package]] 499name = "hashbrown" 500version = "0.12.3" 501source = "registry+https://github.com/rust-lang/crates.io-index" 502checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 503 504[[package]] 505name = "heck" 506version = "0.3.3" 507source = "registry+https://github.com/rust-lang/crates.io-index" 508checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c" 509dependencies = [ 510 "unicode-segmentation", 511] 512 513[[package]] 514name = "hermit-abi" 515version = "0.1.19" 516source = "registry+https://github.com/rust-lang/crates.io-index" 517checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" 518dependencies = [ 519 "libc", 520] 521 522[[package]] 523name = "hermit-abi" 524version = "0.2.6" 525source = "registry+https://github.com/rust-lang/crates.io-index" 526checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7" 527dependencies = [ 528 "libc", 529] 530 531[[package]] 532name = "hermit-abi" 533version = "0.3.1" 534source = "registry+https://github.com/rust-lang/crates.io-index" 535checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" 536 537[[package]] 538name = "http" 539version = "0.1.21" 540source = "registry+https://github.com/rust-lang/crates.io-index" 541checksum = "d6ccf5ede3a895d8856620237b2f02972c1bbc78d2965ad7fe8838d4a0ed41f0" 542dependencies = [ 543 "bytes", 544 "fnv", 545 "itoa 0.4.8", 546] 547 548[[package]] 549name = "http-body" 550version = "0.1.0" 551source = "registry+https://github.com/rust-lang/crates.io-index" 552checksum = "6741c859c1b2463a423a1dbce98d418e6c3c3fc720fb0d45528657320920292d" 553dependencies = [ 554 "bytes", 555 "futures", 556 "http", 557 "tokio-buf", 558] 559 560[[package]] 561name = "httparse" 562version = "1.8.0" 563source = "registry+https://github.com/rust-lang/crates.io-index" 564checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" 565 566[[package]] 567name = "hyper" 568version = "0.12.36" 569source = "registry+https://github.com/rust-lang/crates.io-index" 570checksum = "5c843caf6296fc1f93444735205af9ed4e109a539005abb2564ae1d6fad34c52" 571dependencies = [ 572 "bytes", 573 "futures", 574 "futures-cpupool", 575 "h2", 576 "http", 577 "http-body", 578 "httparse", 579 "iovec", 580 "itoa 0.4.8", 581 "log", 582 "net2", 583 "rustc_version", 584 "time", 585 "tokio", 586 "tokio-buf", 587 "tokio-executor", 588 "tokio-io", 589 "tokio-reactor", 590 "tokio-tcp", 591 "tokio-threadpool", 592 "tokio-timer", 593 "want", 594] 595 596[[package]] 597name = "hyper-tls" 598version = "0.3.2" 599source = "registry+https://github.com/rust-lang/crates.io-index" 600checksum = "3a800d6aa50af4b5850b2b0f659625ce9504df908e9733b635720483be26174f" 601dependencies = [ 602 "bytes", 603 "futures", 604 "hyper", 605 "native-tls", 606 "tokio-io", 607] 608 609[[package]] 610name = "idna" 611version = "0.1.5" 612source = "registry+https://github.com/rust-lang/crates.io-index" 613checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e" 614dependencies = [ 615 "matches", 616 "unicode-bidi", 617 "unicode-normalization", 618] 619 620[[package]] 621name = "idna" 622version = "0.2.3" 623source = "registry+https://github.com/rust-lang/crates.io-index" 624checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8" 625dependencies = [ 626 "matches", 627 "unicode-bidi", 628 "unicode-normalization", 629] 630 631[[package]] 632name = "idna" 633version = "0.3.0" 634source = "registry+https://github.com/rust-lang/crates.io-index" 635checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6" 636dependencies = [ 637 "unicode-bidi", 638 "unicode-normalization", 639] 640 641[[package]] 642name = "indexmap" 643version = "1.9.3" 644source = "registry+https://github.com/rust-lang/crates.io-index" 645checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" 646dependencies = [ 647 "autocfg 1.1.0", 648 "hashbrown", 649] 650 651[[package]] 652name = "instant" 653version = "0.1.12" 654source = "registry+https://github.com/rust-lang/crates.io-index" 655checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 656dependencies = [ 657 "cfg-if 1.0.0", 658] 659 660[[package]] 661name = "io-lifetimes" 662version = "1.0.10" 663source = "registry+https://github.com/rust-lang/crates.io-index" 664checksum = "9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220" 665dependencies = [ 666 "hermit-abi 0.3.1", 667 "libc", 668 "windows-sys 0.48.0", 669] 670 671[[package]] 672name = "iovec" 673version = "0.1.4" 674source = "registry+https://github.com/rust-lang/crates.io-index" 675checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e" 676dependencies = [ 677 "libc", 678] 679 680[[package]] 681name = "itoa" 682version = "0.4.8" 683source = "registry+https://github.com/rust-lang/crates.io-index" 684checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4" 685 686[[package]] 687name = "itoa" 688version = "1.0.6" 689source = "registry+https://github.com/rust-lang/crates.io-index" 690checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6" 691 692[[package]] 693name = "kernel32-sys" 694version = "0.2.2" 695source = "registry+https://github.com/rust-lang/crates.io-index" 696checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" 697dependencies = [ 698 "winapi 0.2.8", 699 "winapi-build", 700] 701 702[[package]] 703name = "lazy_static" 704version = "1.4.0" 705source = "registry+https://github.com/rust-lang/crates.io-index" 706checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 707 708[[package]] 709name = "libc" 710version = "0.2.144" 711source = "registry+https://github.com/rust-lang/crates.io-index" 712checksum = "2b00cc1c228a6782d0f076e7b232802e0c5689d41bb5df366f2a6b6621cfdfe1" 713 714[[package]] 715name = "linux-raw-sys" 716version = "0.3.7" 717source = "registry+https://github.com/rust-lang/crates.io-index" 718checksum = "ece97ea872ece730aed82664c424eb4c8291e1ff2480247ccf7409044bc6479f" 719 720[[package]] 721name = "lock_api" 722version = "0.3.4" 723source = "registry+https://github.com/rust-lang/crates.io-index" 724checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75" 725dependencies = [ 726 "scopeguard", 727] 728 729[[package]] 730name = "log" 731version = "0.4.17" 732source = "registry+https://github.com/rust-lang/crates.io-index" 733checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" 734dependencies = [ 735 "cfg-if 1.0.0", 736] 737 738[[package]] 739name = "matches" 740version = "0.1.10" 741source = "registry+https://github.com/rust-lang/crates.io-index" 742checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5" 743 744[[package]] 745name = "maybe-uninit" 746version = "2.0.0" 747source = "registry+https://github.com/rust-lang/crates.io-index" 748checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00" 749 750[[package]] 751name = "memchr" 752version = "2.5.0" 753source = "registry+https://github.com/rust-lang/crates.io-index" 754checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" 755 756[[package]] 757name = "memoffset" 758version = "0.5.6" 759source = "registry+https://github.com/rust-lang/crates.io-index" 760checksum = "043175f069eda7b85febe4a74abbaeff828d9f8b448515d3151a14a3542811aa" 761dependencies = [ 762 "autocfg 1.1.0", 763] 764 765[[package]] 766name = "memoffset" 767version = "0.8.0" 768source = "registry+https://github.com/rust-lang/crates.io-index" 769checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1" 770dependencies = [ 771 "autocfg 1.1.0", 772] 773 774[[package]] 775name = "mime" 776version = "0.3.17" 777source = "registry+https://github.com/rust-lang/crates.io-index" 778checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 779 780[[package]] 781name = "mime_guess" 782version = "2.0.4" 783source = "registry+https://github.com/rust-lang/crates.io-index" 784checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef" 785dependencies = [ 786 "mime", 787 "unicase", 788] 789 790[[package]] 791name = "miniz_oxide" 792version = "0.6.2" 793source = "registry+https://github.com/rust-lang/crates.io-index" 794checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa" 795dependencies = [ 796 "adler", 797] 798 799[[package]] 800name = "miniz_oxide" 801version = "0.7.1" 802source = "registry+https://github.com/rust-lang/crates.io-index" 803checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7" 804dependencies = [ 805 "adler", 806] 807 808[[package]] 809name = "mio" 810version = "0.6.23" 811source = "registry+https://github.com/rust-lang/crates.io-index" 812checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4" 813dependencies = [ 814 "cfg-if 0.1.10", 815 "fuchsia-zircon", 816 "fuchsia-zircon-sys", 817 "iovec", 818 "kernel32-sys", 819 "libc", 820 "log", 821 "miow", 822 "net2", 823 "slab", 824 "winapi 0.2.8", 825] 826 827[[package]] 828name = "miow" 829version = "0.2.2" 830source = "registry+https://github.com/rust-lang/crates.io-index" 831checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d" 832dependencies = [ 833 "kernel32-sys", 834 "net2", 835 "winapi 0.2.8", 836 "ws2_32-sys", 837] 838 839[[package]] 840name = "native-tls" 841version = "0.2.11" 842source = "registry+https://github.com/rust-lang/crates.io-index" 843checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e" 844dependencies = [ 845 "lazy_static", 846 "libc", 847 "log", 848 "openssl", 849 "openssl-probe", 850 "openssl-sys", 851 "schannel", 852 "security-framework", 853 "security-framework-sys", 854 "tempfile", 855] 856 857[[package]] 858name = "net2" 859version = "0.2.38" 860source = "registry+https://github.com/rust-lang/crates.io-index" 861checksum = "74d0df99cfcd2530b2e694f6e17e7f37b8e26bb23983ac530c0c97408837c631" 862dependencies = [ 863 "cfg-if 0.1.10", 864 "libc", 865 "winapi 0.3.9", 866] 867 868[[package]] 869name = "num_cpus" 870version = "1.15.0" 871source = "registry+https://github.com/rust-lang/crates.io-index" 872checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b" 873dependencies = [ 874 "hermit-abi 0.2.6", 875 "libc", 876] 877 878[[package]] 879name = "object" 880version = "0.30.3" 881source = "registry+https://github.com/rust-lang/crates.io-index" 882checksum = "ea86265d3d3dcb6a27fc51bd29a4bf387fae9d2986b823079d4986af253eb439" 883dependencies = [ 884 "memchr", 885] 886 887[[package]] 888name = "once_cell" 889version = "1.17.1" 890source = "registry+https://github.com/rust-lang/crates.io-index" 891checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" 892 893[[package]] 894name = "openssl" 895version = "0.10.52" 896source = "registry+https://github.com/rust-lang/crates.io-index" 897checksum = "01b8574602df80f7b85fdfc5392fa884a4e3b3f4f35402c070ab34c3d3f78d56" 898dependencies = [ 899 "bitflags", 900 "cfg-if 1.0.0", 901 "foreign-types", 902 "libc", 903 "once_cell", 904 "openssl-macros", 905 "openssl-sys", 906] 907 908[[package]] 909name = "openssl-macros" 910version = "0.1.1" 911source = "registry+https://github.com/rust-lang/crates.io-index" 912checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" 913dependencies = [ 914 "proc-macro2", 915 "quote", 916 "syn 2.0.15", 917] 918 919[[package]] 920name = "openssl-probe" 921version = "0.1.5" 922source = "registry+https://github.com/rust-lang/crates.io-index" 923checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" 924 925[[package]] 926name = "openssl-sys" 927version = "0.9.87" 928source = "registry+https://github.com/rust-lang/crates.io-index" 929checksum = "8e17f59264b2809d77ae94f0e1ebabc434773f370d6ca667bd223ea10e06cc7e" 930dependencies = [ 931 "cc", 932 "libc", 933 "pkg-config", 934 "vcpkg", 935] 936 937[[package]] 938name = "parking_lot" 939version = "0.9.0" 940source = "registry+https://github.com/rust-lang/crates.io-index" 941checksum = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252" 942dependencies = [ 943 "lock_api", 944 "parking_lot_core", 945 "rustc_version", 946] 947 948[[package]] 949name = "parking_lot_core" 950version = "0.6.3" 951source = "registry+https://github.com/rust-lang/crates.io-index" 952checksum = "bda66b810a62be75176a80873726630147a5ca780cd33921e0b5709033e66b0a" 953dependencies = [ 954 "cfg-if 0.1.10", 955 "cloudabi", 956 "libc", 957 "redox_syscall 0.1.57", 958 "rustc_version", 959 "smallvec", 960 "winapi 0.3.9", 961] 962 963[[package]] 964name = "percent-encoding" 965version = "1.0.1" 966source = "registry+https://github.com/rust-lang/crates.io-index" 967checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831" 968 969[[package]] 970name = "percent-encoding" 971version = "2.2.0" 972source = "registry+https://github.com/rust-lang/crates.io-index" 973checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e" 974 975[[package]] 976name = "pkg-config" 977version = "0.3.27" 978source = "registry+https://github.com/rust-lang/crates.io-index" 979checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964" 980 981[[package]] 982name = "proc-macro-error" 983version = "1.0.4" 984source = "registry+https://github.com/rust-lang/crates.io-index" 985checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 986dependencies = [ 987 "proc-macro-error-attr", 988 "proc-macro2", 989 "quote", 990 "syn 1.0.109", 991 "version_check", 992] 993 994[[package]] 995name = "proc-macro-error-attr" 996version = "1.0.4" 997source = "registry+https://github.com/rust-lang/crates.io-index" 998checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 999dependencies = [ 1000 "proc-macro2", 1001 "quote", 1002 "version_check", 1003] 1004 1005[[package]] 1006name = "proc-macro2" 1007version = "1.0.56" 1008source = "registry+https://github.com/rust-lang/crates.io-index" 1009checksum = "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435" 1010dependencies = [ 1011 "unicode-ident", 1012] 1013 1014[[package]] 1015name = "publicsuffix" 1016version = "1.5.6" 1017source = "registry+https://github.com/rust-lang/crates.io-index" 1018checksum = "95b4ce31ff0a27d93c8de1849cf58162283752f065a90d508f1105fa6c9a213f" 1019dependencies = [ 1020 "idna 0.2.3", 1021 "url 2.3.1", 1022] 1023 1024[[package]] 1025name = "quote" 1026version = "1.0.27" 1027source = "registry+https://github.com/rust-lang/crates.io-index" 1028checksum = "8f4f29d145265ec1c483c7c654450edde0bfe043d3938d6972630663356d9500" 1029dependencies = [ 1030 "proc-macro2", 1031] 1032 1033[[package]] 1034name = "rand" 1035version = "0.6.5" 1036source = "registry+https://github.com/rust-lang/crates.io-index" 1037checksum = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca" 1038dependencies = [ 1039 "autocfg 0.1.8", 1040 "libc", 1041 "rand_chacha", 1042 "rand_core 0.4.2", 1043 "rand_hc", 1044 "rand_isaac", 1045 "rand_jitter", 1046 "rand_os", 1047 "rand_pcg", 1048 "rand_xorshift", 1049 "winapi 0.3.9", 1050] 1051 1052[[package]] 1053name = "rand_chacha" 1054version = "0.1.1" 1055source = "registry+https://github.com/rust-lang/crates.io-index" 1056checksum = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef" 1057dependencies = [ 1058 "autocfg 0.1.8", 1059 "rand_core 0.3.1", 1060] 1061 1062[[package]] 1063name = "rand_core" 1064version = "0.3.1" 1065source = "registry+https://github.com/rust-lang/crates.io-index" 1066checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b" 1067dependencies = [ 1068 "rand_core 0.4.2", 1069] 1070 1071[[package]] 1072name = "rand_core" 1073version = "0.4.2" 1074source = "registry+https://github.com/rust-lang/crates.io-index" 1075checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc" 1076 1077[[package]] 1078name = "rand_hc" 1079version = "0.1.0" 1080source = "registry+https://github.com/rust-lang/crates.io-index" 1081checksum = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4" 1082dependencies = [ 1083 "rand_core 0.3.1", 1084] 1085 1086[[package]] 1087name = "rand_isaac" 1088version = "0.1.1" 1089source = "registry+https://github.com/rust-lang/crates.io-index" 1090checksum = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08" 1091dependencies = [ 1092 "rand_core 0.3.1", 1093] 1094 1095[[package]] 1096name = "rand_jitter" 1097version = "0.1.4" 1098source = "registry+https://github.com/rust-lang/crates.io-index" 1099checksum = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b" 1100dependencies = [ 1101 "libc", 1102 "rand_core 0.4.2", 1103 "winapi 0.3.9", 1104] 1105 1106[[package]] 1107name = "rand_os" 1108version = "0.1.3" 1109source = "registry+https://github.com/rust-lang/crates.io-index" 1110checksum = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071" 1111dependencies = [ 1112 "cloudabi", 1113 "fuchsia-cprng", 1114 "libc", 1115 "rand_core 0.4.2", 1116 "rdrand", 1117 "winapi 0.3.9", 1118] 1119 1120[[package]] 1121name = "rand_pcg" 1122version = "0.1.2" 1123source = "registry+https://github.com/rust-lang/crates.io-index" 1124checksum = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44" 1125dependencies = [ 1126 "autocfg 0.1.8", 1127 "rand_core 0.4.2", 1128] 1129 1130[[package]] 1131name = "rand_xorshift" 1132version = "0.1.1" 1133source = "registry+https://github.com/rust-lang/crates.io-index" 1134checksum = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c" 1135dependencies = [ 1136 "rand_core 0.3.1", 1137] 1138 1139[[package]] 1140name = "rayon" 1141version = "1.7.0" 1142source = "registry+https://github.com/rust-lang/crates.io-index" 1143checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b" 1144dependencies = [ 1145 "either", 1146 "rayon-core", 1147] 1148 1149[[package]] 1150name = "rayon-core" 1151version = "1.11.0" 1152source = "registry+https://github.com/rust-lang/crates.io-index" 1153checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d" 1154dependencies = [ 1155 "crossbeam-channel", 1156 "crossbeam-deque 0.8.3", 1157 "crossbeam-utils 0.8.15", 1158 "num_cpus", 1159] 1160 1161[[package]] 1162name = "rdrand" 1163version = "0.4.0" 1164source = "registry+https://github.com/rust-lang/crates.io-index" 1165checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2" 1166dependencies = [ 1167 "rand_core 0.3.1", 1168] 1169 1170[[package]] 1171name = "redox_syscall" 1172version = "0.1.57" 1173source = "registry+https://github.com/rust-lang/crates.io-index" 1174checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce" 1175 1176[[package]] 1177name = "redox_syscall" 1178version = "0.3.5" 1179source = "registry+https://github.com/rust-lang/crates.io-index" 1180checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" 1181dependencies = [ 1182 "bitflags", 1183] 1184 1185[[package]] 1186name = "regex" 1187version = "1.8.1" 1188source = "registry+https://github.com/rust-lang/crates.io-index" 1189checksum = "af83e617f331cc6ae2da5443c602dfa5af81e517212d9d611a5b3ba1777b5370" 1190dependencies = [ 1191 "aho-corasick", 1192 "memchr", 1193 "regex-syntax", 1194] 1195 1196[[package]] 1197name = "regex-syntax" 1198version = "0.7.1" 1199source = "registry+https://github.com/rust-lang/crates.io-index" 1200checksum = "a5996294f19bd3aae0453a862ad728f60e6600695733dd5df01da90c54363a3c" 1201 1202[[package]] 1203name = "reqwest" 1204version = "0.9.24" 1205source = "registry+https://github.com/rust-lang/crates.io-index" 1206checksum = "f88643aea3c1343c804950d7bf983bd2067f5ab59db6d613a08e05572f2714ab" 1207dependencies = [ 1208 "base64", 1209 "bytes", 1210 "cookie", 1211 "cookie_store", 1212 "encoding_rs", 1213 "flate2", 1214 "futures", 1215 "http", 1216 "hyper", 1217 "hyper-tls", 1218 "log", 1219 "mime", 1220 "mime_guess", 1221 "native-tls", 1222 "serde", 1223 "serde_json", 1224 "serde_urlencoded", 1225 "time", 1226 "tokio", 1227 "tokio-executor", 1228 "tokio-io", 1229 "tokio-threadpool", 1230 "tokio-timer", 1231 "url 1.7.2", 1232 "uuid", 1233 "winreg", 1234] 1235 1236[[package]] 1237name = "rustc-demangle" 1238version = "0.1.23" 1239source = "registry+https://github.com/rust-lang/crates.io-index" 1240checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" 1241 1242[[package]] 1243name = "rustc_version" 1244version = "0.2.3" 1245source = "registry+https://github.com/rust-lang/crates.io-index" 1246checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" 1247dependencies = [ 1248 "semver", 1249] 1250 1251[[package]] 1252name = "rustix" 1253version = "0.37.19" 1254source = "registry+https://github.com/rust-lang/crates.io-index" 1255checksum = "acf8729d8542766f1b2cf77eb034d52f40d375bb8b615d0b147089946e16613d" 1256dependencies = [ 1257 "bitflags", 1258 "errno", 1259 "io-lifetimes", 1260 "libc", 1261 "linux-raw-sys", 1262 "windows-sys 0.48.0", 1263] 1264 1265[[package]] 1266name = "ryu" 1267version = "1.0.13" 1268source = "registry+https://github.com/rust-lang/crates.io-index" 1269checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041" 1270 1271[[package]] 1272name = "schannel" 1273version = "0.1.21" 1274source = "registry+https://github.com/rust-lang/crates.io-index" 1275checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3" 1276dependencies = [ 1277 "windows-sys 0.42.0", 1278] 1279 1280[[package]] 1281name = "scopeguard" 1282version = "1.1.0" 1283source = "registry+https://github.com/rust-lang/crates.io-index" 1284checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 1285 1286[[package]] 1287name = "security-framework" 1288version = "2.9.0" 1289source = "registry+https://github.com/rust-lang/crates.io-index" 1290checksum = "ca2855b3715770894e67cbfa3df957790aa0c9edc3bf06efa1a84d77fa0839d1" 1291dependencies = [ 1292 "bitflags", 1293 "core-foundation", 1294 "core-foundation-sys", 1295 "libc", 1296 "security-framework-sys", 1297] 1298 1299[[package]] 1300name = "security-framework-sys" 1301version = "2.9.0" 1302source = "registry+https://github.com/rust-lang/crates.io-index" 1303checksum = "f51d0c0d83bec45f16480d0ce0058397a69e48fcdc52d1dc8855fb68acbd31a7" 1304dependencies = [ 1305 "core-foundation-sys", 1306 "libc", 1307] 1308 1309[[package]] 1310name = "semver" 1311version = "0.9.0" 1312source = "registry+https://github.com/rust-lang/crates.io-index" 1313checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" 1314dependencies = [ 1315 "semver-parser", 1316] 1317 1318[[package]] 1319name = "semver-parser" 1320version = "0.7.0" 1321source = "registry+https://github.com/rust-lang/crates.io-index" 1322checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" 1323 1324[[package]] 1325name = "serde" 1326version = "1.0.163" 1327source = "registry+https://github.com/rust-lang/crates.io-index" 1328checksum = "2113ab51b87a539ae008b5c6c02dc020ffa39afd2d83cffcb3f4eb2722cebec2" 1329dependencies = [ 1330 "serde_derive", 1331] 1332 1333[[package]] 1334name = "serde_derive" 1335version = "1.0.163" 1336source = "registry+https://github.com/rust-lang/crates.io-index" 1337checksum = "8c805777e3930c8883389c602315a24224bcc738b63905ef87cd1420353ea93e" 1338dependencies = [ 1339 "proc-macro2", 1340 "quote", 1341 "syn 2.0.15", 1342] 1343 1344[[package]] 1345name = "serde_json" 1346version = "1.0.96" 1347source = "registry+https://github.com/rust-lang/crates.io-index" 1348checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1" 1349dependencies = [ 1350 "itoa 1.0.6", 1351 "ryu", 1352 "serde", 1353] 1354 1355[[package]] 1356name = "serde_urlencoded" 1357version = "0.5.5" 1358source = "registry+https://github.com/rust-lang/crates.io-index" 1359checksum = "642dd69105886af2efd227f75a520ec9b44a820d65bc133a9131f7d229fd165a" 1360dependencies = [ 1361 "dtoa", 1362 "itoa 0.4.8", 1363 "serde", 1364 "url 1.7.2", 1365] 1366 1367[[package]] 1368name = "slab" 1369version = "0.4.8" 1370source = "registry+https://github.com/rust-lang/crates.io-index" 1371checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d" 1372dependencies = [ 1373 "autocfg 1.1.0", 1374] 1375 1376[[package]] 1377name = "smallvec" 1378version = "0.6.14" 1379source = "registry+https://github.com/rust-lang/crates.io-index" 1380checksum = "b97fcaeba89edba30f044a10c6a3cc39df9c3f17d7cd829dd1446cab35f890e0" 1381dependencies = [ 1382 "maybe-uninit", 1383] 1384 1385[[package]] 1386name = "string" 1387version = "0.2.1" 1388source = "registry+https://github.com/rust-lang/crates.io-index" 1389checksum = "d24114bfcceb867ca7f71a0d3fe45d45619ec47a6fbfa98cb14e14250bfa5d6d" 1390dependencies = [ 1391 "bytes", 1392] 1393 1394[[package]] 1395name = "strsim" 1396version = "0.8.0" 1397source = "registry+https://github.com/rust-lang/crates.io-index" 1398checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" 1399 1400[[package]] 1401name = "structopt" 1402version = "0.3.26" 1403source = "registry+https://github.com/rust-lang/crates.io-index" 1404checksum = "0c6b5c64445ba8094a6ab0c3cd2ad323e07171012d9c98b0b15651daf1787a10" 1405dependencies = [ 1406 "clap", 1407 "lazy_static", 1408 "structopt-derive", 1409] 1410 1411[[package]] 1412name = "structopt-derive" 1413version = "0.4.18" 1414source = "registry+https://github.com/rust-lang/crates.io-index" 1415checksum = "dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0" 1416dependencies = [ 1417 "heck", 1418 "proc-macro-error", 1419 "proc-macro2", 1420 "quote", 1421 "syn 1.0.109", 1422] 1423 1424[[package]] 1425name = "syn" 1426version = "1.0.109" 1427source = "registry+https://github.com/rust-lang/crates.io-index" 1428checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 1429dependencies = [ 1430 "proc-macro2", 1431 "quote", 1432 "unicode-ident", 1433] 1434 1435[[package]] 1436name = "syn" 1437version = "2.0.15" 1438source = "registry+https://github.com/rust-lang/crates.io-index" 1439checksum = "a34fcf3e8b60f57e6a14301a2e916d323af98b0ea63c599441eec8558660c822" 1440dependencies = [ 1441 "proc-macro2", 1442 "quote", 1443 "unicode-ident", 1444] 1445 1446[[package]] 1447name = "synstructure" 1448version = "0.12.6" 1449source = "registry+https://github.com/rust-lang/crates.io-index" 1450checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f" 1451dependencies = [ 1452 "proc-macro2", 1453 "quote", 1454 "syn 1.0.109", 1455 "unicode-xid", 1456] 1457 1458[[package]] 1459name = "tempfile" 1460version = "3.5.0" 1461source = "registry+https://github.com/rust-lang/crates.io-index" 1462checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998" 1463dependencies = [ 1464 "cfg-if 1.0.0", 1465 "fastrand", 1466 "redox_syscall 0.3.5", 1467 "rustix", 1468 "windows-sys 0.45.0", 1469] 1470 1471[[package]] 1472name = "textwrap" 1473version = "0.11.0" 1474source = "registry+https://github.com/rust-lang/crates.io-index" 1475checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" 1476dependencies = [ 1477 "unicode-width", 1478] 1479 1480[[package]] 1481name = "time" 1482version = "0.1.45" 1483source = "registry+https://github.com/rust-lang/crates.io-index" 1484checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a" 1485dependencies = [ 1486 "libc", 1487 "wasi", 1488 "winapi 0.3.9", 1489] 1490 1491[[package]] 1492name = "tinyvec" 1493version = "1.6.0" 1494source = "registry+https://github.com/rust-lang/crates.io-index" 1495checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" 1496dependencies = [ 1497 "tinyvec_macros", 1498] 1499 1500[[package]] 1501name = "tinyvec_macros" 1502version = "0.1.1" 1503source = "registry+https://github.com/rust-lang/crates.io-index" 1504checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 1505 1506[[package]] 1507name = "tokio" 1508version = "0.1.22" 1509source = "registry+https://github.com/rust-lang/crates.io-index" 1510checksum = "5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6" 1511dependencies = [ 1512 "bytes", 1513 "futures", 1514 "mio", 1515 "num_cpus", 1516 "tokio-current-thread", 1517 "tokio-executor", 1518 "tokio-io", 1519 "tokio-reactor", 1520 "tokio-tcp", 1521 "tokio-threadpool", 1522 "tokio-timer", 1523] 1524 1525[[package]] 1526name = "tokio-buf" 1527version = "0.1.1" 1528source = "registry+https://github.com/rust-lang/crates.io-index" 1529checksum = "8fb220f46c53859a4b7ec083e41dec9778ff0b1851c0942b211edb89e0ccdc46" 1530dependencies = [ 1531 "bytes", 1532 "either", 1533 "futures", 1534] 1535 1536[[package]] 1537name = "tokio-current-thread" 1538version = "0.1.7" 1539source = "registry+https://github.com/rust-lang/crates.io-index" 1540checksum = "b1de0e32a83f131e002238d7ccde18211c0a5397f60cbfffcb112868c2e0e20e" 1541dependencies = [ 1542 "futures", 1543 "tokio-executor", 1544] 1545 1546[[package]] 1547name = "tokio-executor" 1548version = "0.1.10" 1549source = "registry+https://github.com/rust-lang/crates.io-index" 1550checksum = "fb2d1b8f4548dbf5e1f7818512e9c406860678f29c300cdf0ebac72d1a3a1671" 1551dependencies = [ 1552 "crossbeam-utils 0.7.2", 1553 "futures", 1554] 1555 1556[[package]] 1557name = "tokio-io" 1558version = "0.1.13" 1559source = "registry+https://github.com/rust-lang/crates.io-index" 1560checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674" 1561dependencies = [ 1562 "bytes", 1563 "futures", 1564 "log", 1565] 1566 1567[[package]] 1568name = "tokio-reactor" 1569version = "0.1.12" 1570source = "registry+https://github.com/rust-lang/crates.io-index" 1571checksum = "09bc590ec4ba8ba87652da2068d150dcada2cfa2e07faae270a5e0409aa51351" 1572dependencies = [ 1573 "crossbeam-utils 0.7.2", 1574 "futures", 1575 "lazy_static", 1576 "log", 1577 "mio", 1578 "num_cpus", 1579 "parking_lot", 1580 "slab", 1581 "tokio-executor", 1582 "tokio-io", 1583 "tokio-sync", 1584] 1585 1586[[package]] 1587name = "tokio-sync" 1588version = "0.1.8" 1589source = "registry+https://github.com/rust-lang/crates.io-index" 1590checksum = "edfe50152bc8164fcc456dab7891fa9bf8beaf01c5ee7e1dd43a397c3cf87dee" 1591dependencies = [ 1592 "fnv", 1593 "futures", 1594] 1595 1596[[package]] 1597name = "tokio-tcp" 1598version = "0.1.4" 1599source = "registry+https://github.com/rust-lang/crates.io-index" 1600checksum = "98df18ed66e3b72e742f185882a9e201892407957e45fbff8da17ae7a7c51f72" 1601dependencies = [ 1602 "bytes", 1603 "futures", 1604 "iovec", 1605 "mio", 1606 "tokio-io", 1607 "tokio-reactor", 1608] 1609 1610[[package]] 1611name = "tokio-threadpool" 1612version = "0.1.18" 1613source = "registry+https://github.com/rust-lang/crates.io-index" 1614checksum = "df720b6581784c118f0eb4310796b12b1d242a7eb95f716a8367855325c25f89" 1615dependencies = [ 1616 "crossbeam-deque 0.7.4", 1617 "crossbeam-queue", 1618 "crossbeam-utils 0.7.2", 1619 "futures", 1620 "lazy_static", 1621 "log", 1622 "num_cpus", 1623 "slab", 1624 "tokio-executor", 1625] 1626 1627[[package]] 1628name = "tokio-timer" 1629version = "0.2.13" 1630source = "registry+https://github.com/rust-lang/crates.io-index" 1631checksum = "93044f2d313c95ff1cb7809ce9a7a05735b012288a888b62d4434fd58c94f296" 1632dependencies = [ 1633 "crossbeam-utils 0.7.2", 1634 "futures", 1635 "slab", 1636 "tokio-executor", 1637] 1638 1639[[package]] 1640name = "try-lock" 1641version = "0.2.4" 1642source = "registry+https://github.com/rust-lang/crates.io-index" 1643checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" 1644 1645[[package]] 1646name = "try_from" 1647version = "0.3.2" 1648source = "registry+https://github.com/rust-lang/crates.io-index" 1649checksum = "283d3b89e1368717881a9d51dad843cc435380d8109c9e47d38780a324698d8b" 1650dependencies = [ 1651 "cfg-if 0.1.10", 1652] 1653 1654[[package]] 1655name = "unicase" 1656version = "2.6.0" 1657source = "registry+https://github.com/rust-lang/crates.io-index" 1658checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6" 1659dependencies = [ 1660 "version_check", 1661] 1662 1663[[package]] 1664name = "unicode-bidi" 1665version = "0.3.13" 1666source = "registry+https://github.com/rust-lang/crates.io-index" 1667checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460" 1668 1669[[package]] 1670name = "unicode-ident" 1671version = "1.0.8" 1672source = "registry+https://github.com/rust-lang/crates.io-index" 1673checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4" 1674 1675[[package]] 1676name = "unicode-normalization" 1677version = "0.1.22" 1678source = "registry+https://github.com/rust-lang/crates.io-index" 1679checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" 1680dependencies = [ 1681 "tinyvec", 1682] 1683 1684[[package]] 1685name = "unicode-segmentation" 1686version = "1.10.1" 1687source = "registry+https://github.com/rust-lang/crates.io-index" 1688checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36" 1689 1690[[package]] 1691name = "unicode-width" 1692version = "0.1.10" 1693source = "registry+https://github.com/rust-lang/crates.io-index" 1694checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" 1695 1696[[package]] 1697name = "unicode-xid" 1698version = "0.2.4" 1699source = "registry+https://github.com/rust-lang/crates.io-index" 1700checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" 1701 1702[[package]] 1703name = "url" 1704version = "1.7.2" 1705source = "registry+https://github.com/rust-lang/crates.io-index" 1706checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a" 1707dependencies = [ 1708 "idna 0.1.5", 1709 "matches", 1710 "percent-encoding 1.0.1", 1711] 1712 1713[[package]] 1714name = "url" 1715version = "2.3.1" 1716source = "registry+https://github.com/rust-lang/crates.io-index" 1717checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643" 1718dependencies = [ 1719 "form_urlencoded", 1720 "idna 0.3.0", 1721 "percent-encoding 2.2.0", 1722] 1723 1724[[package]] 1725name = "uuid" 1726version = "0.7.4" 1727source = "registry+https://github.com/rust-lang/crates.io-index" 1728checksum = "90dbc611eb48397705a6b0f6e917da23ae517e4d127123d2cf7674206627d32a" 1729dependencies = [ 1730 "rand", 1731] 1732 1733[[package]] 1734name = "vcpkg" 1735version = "0.2.15" 1736source = "registry+https://github.com/rust-lang/crates.io-index" 1737checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 1738 1739[[package]] 1740name = "vec_map" 1741version = "0.8.2" 1742source = "registry+https://github.com/rust-lang/crates.io-index" 1743checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" 1744 1745[[package]] 1746name = "version_check" 1747version = "0.9.4" 1748source = "registry+https://github.com/rust-lang/crates.io-index" 1749checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 1750 1751[[package]] 1752name = "want" 1753version = "0.2.0" 1754source = "registry+https://github.com/rust-lang/crates.io-index" 1755checksum = "b6395efa4784b027708f7451087e647ec73cc74f5d9bc2e418404248d679a230" 1756dependencies = [ 1757 "futures", 1758 "log", 1759 "try-lock", 1760] 1761 1762[[package]] 1763name = "wasi" 1764version = "0.10.0+wasi-snapshot-preview1" 1765source = "registry+https://github.com/rust-lang/crates.io-index" 1766checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" 1767 1768[[package]] 1769name = "winapi" 1770version = "0.2.8" 1771source = "registry+https://github.com/rust-lang/crates.io-index" 1772checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" 1773 1774[[package]] 1775name = "winapi" 1776version = "0.3.9" 1777source = "registry+https://github.com/rust-lang/crates.io-index" 1778checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 1779dependencies = [ 1780 "winapi-i686-pc-windows-gnu", 1781 "winapi-x86_64-pc-windows-gnu", 1782] 1783 1784[[package]] 1785name = "winapi-build" 1786version = "0.1.1" 1787source = "registry+https://github.com/rust-lang/crates.io-index" 1788checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" 1789 1790[[package]] 1791name = "winapi-i686-pc-windows-gnu" 1792version = "0.4.0" 1793source = "registry+https://github.com/rust-lang/crates.io-index" 1794checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 1795 1796[[package]] 1797name = "winapi-x86_64-pc-windows-gnu" 1798version = "0.4.0" 1799source = "registry+https://github.com/rust-lang/crates.io-index" 1800checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 1801 1802[[package]] 1803name = "windows-sys" 1804version = "0.42.0" 1805source = "registry+https://github.com/rust-lang/crates.io-index" 1806checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" 1807dependencies = [ 1808 "windows_aarch64_gnullvm 0.42.2", 1809 "windows_aarch64_msvc 0.42.2", 1810 "windows_i686_gnu 0.42.2", 1811 "windows_i686_msvc 0.42.2", 1812 "windows_x86_64_gnu 0.42.2", 1813 "windows_x86_64_gnullvm 0.42.2", 1814 "windows_x86_64_msvc 0.42.2", 1815] 1816 1817[[package]] 1818name = "windows-sys" 1819version = "0.45.0" 1820source = "registry+https://github.com/rust-lang/crates.io-index" 1821checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 1822dependencies = [ 1823 "windows-targets 0.42.2", 1824] 1825 1826[[package]] 1827name = "windows-sys" 1828version = "0.48.0" 1829source = "registry+https://github.com/rust-lang/crates.io-index" 1830checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 1831dependencies = [ 1832 "windows-targets 0.48.0", 1833] 1834 1835[[package]] 1836name = "windows-targets" 1837version = "0.42.2" 1838source = "registry+https://github.com/rust-lang/crates.io-index" 1839checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 1840dependencies = [ 1841 "windows_aarch64_gnullvm 0.42.2", 1842 "windows_aarch64_msvc 0.42.2", 1843 "windows_i686_gnu 0.42.2", 1844 "windows_i686_msvc 0.42.2", 1845 "windows_x86_64_gnu 0.42.2", 1846 "windows_x86_64_gnullvm 0.42.2", 1847 "windows_x86_64_msvc 0.42.2", 1848] 1849 1850[[package]] 1851name = "windows-targets" 1852version = "0.48.0" 1853source = "registry+https://github.com/rust-lang/crates.io-index" 1854checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5" 1855dependencies = [ 1856 "windows_aarch64_gnullvm 0.48.0", 1857 "windows_aarch64_msvc 0.48.0", 1858 "windows_i686_gnu 0.48.0", 1859 "windows_i686_msvc 0.48.0", 1860 "windows_x86_64_gnu 0.48.0", 1861 "windows_x86_64_gnullvm 0.48.0", 1862 "windows_x86_64_msvc 0.48.0", 1863] 1864 1865[[package]] 1866name = "windows_aarch64_gnullvm" 1867version = "0.42.2" 1868source = "registry+https://github.com/rust-lang/crates.io-index" 1869checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 1870 1871[[package]] 1872name = "windows_aarch64_gnullvm" 1873version = "0.48.0" 1874source = "registry+https://github.com/rust-lang/crates.io-index" 1875checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc" 1876 1877[[package]] 1878name = "windows_aarch64_msvc" 1879version = "0.42.2" 1880source = "registry+https://github.com/rust-lang/crates.io-index" 1881checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 1882 1883[[package]] 1884name = "windows_aarch64_msvc" 1885version = "0.48.0" 1886source = "registry+https://github.com/rust-lang/crates.io-index" 1887checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3" 1888 1889[[package]] 1890name = "windows_i686_gnu" 1891version = "0.42.2" 1892source = "registry+https://github.com/rust-lang/crates.io-index" 1893checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 1894 1895[[package]] 1896name = "windows_i686_gnu" 1897version = "0.48.0" 1898source = "registry+https://github.com/rust-lang/crates.io-index" 1899checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241" 1900 1901[[package]] 1902name = "windows_i686_msvc" 1903version = "0.42.2" 1904source = "registry+https://github.com/rust-lang/crates.io-index" 1905checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 1906 1907[[package]] 1908name = "windows_i686_msvc" 1909version = "0.48.0" 1910source = "registry+https://github.com/rust-lang/crates.io-index" 1911checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00" 1912 1913[[package]] 1914name = "windows_x86_64_gnu" 1915version = "0.42.2" 1916source = "registry+https://github.com/rust-lang/crates.io-index" 1917checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 1918 1919[[package]] 1920name = "windows_x86_64_gnu" 1921version = "0.48.0" 1922source = "registry+https://github.com/rust-lang/crates.io-index" 1923checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" 1924 1925[[package]] 1926name = "windows_x86_64_gnullvm" 1927version = "0.42.2" 1928source = "registry+https://github.com/rust-lang/crates.io-index" 1929checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 1930 1931[[package]] 1932name = "windows_x86_64_gnullvm" 1933version = "0.48.0" 1934source = "registry+https://github.com/rust-lang/crates.io-index" 1935checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" 1936 1937[[package]] 1938name = "windows_x86_64_msvc" 1939version = "0.42.2" 1940source = "registry+https://github.com/rust-lang/crates.io-index" 1941checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 1942 1943[[package]] 1944name = "windows_x86_64_msvc" 1945version = "0.48.0" 1946source = "registry+https://github.com/rust-lang/crates.io-index" 1947checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" 1948 1949[[package]] 1950name = "winreg" 1951version = "0.6.2" 1952source = "registry+https://github.com/rust-lang/crates.io-index" 1953checksum = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9" 1954dependencies = [ 1955 "winapi 0.3.9", 1956] 1957 1958[[package]] 1959name = "ws2_32-sys" 1960version = "0.2.1" 1961source = "registry+https://github.com/rust-lang/crates.io-index" 1962checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e" 1963dependencies = [ 1964 "winapi 0.2.8", 1965 "winapi-build", 1966]