git-backup: update Cargo.lock and unpin openssl

figsoda a8266207 1e5e280d

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