Merge pull request #231562 from figsoda/chit

chit: update Cargo.lock, unpin openssl, add figsoda as a maintainer

authored by Martin Weinelt and committed by GitHub be8ffc17 b985bb86

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