cargo-dephell: update Cargo.lock and switch to openssl 3

figsoda bc07be2a 9eff6f44

+2580 -9
+2548
pkgs/development/tools/rust/cargo-dephell/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 = "adler" 7 + version = "1.0.2" 8 + source = "registry+https://github.com/rust-lang/crates.io-index" 9 + checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 10 + 11 + [[package]] 12 + name = "aho-corasick" 13 + version = "0.7.20" 14 + source = "registry+https://github.com/rust-lang/crates.io-index" 15 + checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac" 16 + dependencies = [ 17 + "memchr", 18 + ] 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 = "android_system_properties" 31 + version = "0.1.5" 32 + source = "registry+https://github.com/rust-lang/crates.io-index" 33 + checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 34 + dependencies = [ 35 + "libc", 36 + ] 37 + 38 + [[package]] 39 + name = "ansi_term" 40 + version = "0.12.1" 41 + source = "registry+https://github.com/rust-lang/crates.io-index" 42 + checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" 43 + dependencies = [ 44 + "winapi 0.3.9", 45 + ] 46 + 47 + [[package]] 48 + name = "anyhow" 49 + version = "1.0.71" 50 + source = "registry+https://github.com/rust-lang/crates.io-index" 51 + checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8" 52 + 53 + [[package]] 54 + name = "arrayvec" 55 + version = "0.5.2" 56 + source = "registry+https://github.com/rust-lang/crates.io-index" 57 + checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b" 58 + 59 + [[package]] 60 + name = "askama" 61 + version = "0.10.5" 62 + source = "registry+https://github.com/rust-lang/crates.io-index" 63 + checksum = "d298738b6e47e1034e560e5afe63aa488fea34e25ec11b855a76f0d7b8e73134" 64 + dependencies = [ 65 + "askama_derive", 66 + "askama_escape", 67 + "askama_shared", 68 + ] 69 + 70 + [[package]] 71 + name = "askama_derive" 72 + version = "0.10.5" 73 + source = "registry+https://github.com/rust-lang/crates.io-index" 74 + checksum = "ca2925c4c290382f9d2fa3d1c1b6a63fa1427099721ecca4749b154cc9c25522" 75 + dependencies = [ 76 + "askama_shared", 77 + "proc-macro2", 78 + "syn 1.0.109", 79 + ] 80 + 81 + [[package]] 82 + name = "askama_escape" 83 + version = "0.10.3" 84 + source = "registry+https://github.com/rust-lang/crates.io-index" 85 + checksum = "619743e34b5ba4e9703bba34deac3427c72507c7159f5fd030aea8cac0cfe341" 86 + 87 + [[package]] 88 + name = "askama_shared" 89 + version = "0.11.2" 90 + source = "registry+https://github.com/rust-lang/crates.io-index" 91 + checksum = "7d6083ccb191711e9c2b80b22ee24a8381a18524444914c746d4239e21d1afaf" 92 + dependencies = [ 93 + "askama_escape", 94 + "humansize", 95 + "nom", 96 + "num-traits", 97 + "percent-encoding", 98 + "proc-macro2", 99 + "quote", 100 + "serde", 101 + "syn 1.0.109", 102 + "toml", 103 + ] 104 + 105 + [[package]] 106 + name = "atty" 107 + version = "0.2.14" 108 + source = "registry+https://github.com/rust-lang/crates.io-index" 109 + checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 110 + dependencies = [ 111 + "hermit-abi 0.1.19", 112 + "libc", 113 + "winapi 0.3.9", 114 + ] 115 + 116 + [[package]] 117 + name = "autocfg" 118 + version = "1.1.0" 119 + source = "registry+https://github.com/rust-lang/crates.io-index" 120 + checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 121 + 122 + [[package]] 123 + name = "base64" 124 + version = "0.13.1" 125 + source = "registry+https://github.com/rust-lang/crates.io-index" 126 + checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" 127 + 128 + [[package]] 129 + name = "bitflags" 130 + version = "1.3.2" 131 + source = "registry+https://github.com/rust-lang/crates.io-index" 132 + checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 133 + 134 + [[package]] 135 + name = "bitmaps" 136 + version = "2.1.0" 137 + source = "registry+https://github.com/rust-lang/crates.io-index" 138 + checksum = "031043d04099746d8db04daf1fa424b2bc8bd69d92b25962dcde24da39ab64a2" 139 + dependencies = [ 140 + "typenum", 141 + ] 142 + 143 + [[package]] 144 + name = "bitvec" 145 + version = "0.19.6" 146 + source = "registry+https://github.com/rust-lang/crates.io-index" 147 + checksum = "55f93d0ef3363c364d5976646a38f04cf67cfe1d4c8d160cdea02cab2c116b33" 148 + dependencies = [ 149 + "funty", 150 + "radium", 151 + "tap", 152 + "wyz", 153 + ] 154 + 155 + [[package]] 156 + name = "bstr" 157 + version = "1.4.0" 158 + source = "registry+https://github.com/rust-lang/crates.io-index" 159 + checksum = "c3d4260bcc2e8fc9df1eac4919a720effeb63a3f0952f5bf4944adfa18897f09" 160 + dependencies = [ 161 + "memchr", 162 + "serde", 163 + ] 164 + 165 + [[package]] 166 + name = "bumpalo" 167 + version = "3.12.2" 168 + source = "registry+https://github.com/rust-lang/crates.io-index" 169 + checksum = "3c6ed94e98ecff0c12dd1b04c15ec0d7d9458ca8fe806cea6f12954efe74c63b" 170 + 171 + [[package]] 172 + name = "bytes" 173 + version = "0.5.6" 174 + source = "registry+https://github.com/rust-lang/crates.io-index" 175 + checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38" 176 + 177 + [[package]] 178 + name = "bytes" 179 + version = "1.4.0" 180 + source = "registry+https://github.com/rust-lang/crates.io-index" 181 + checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be" 182 + 183 + [[package]] 184 + name = "bytesize" 185 + version = "1.2.0" 186 + source = "registry+https://github.com/rust-lang/crates.io-index" 187 + checksum = "38fcc2979eff34a4b84e1cf9a1e3da42a7d44b3b690a40cdcb23e3d556cfb2e5" 188 + 189 + [[package]] 190 + name = "camino" 191 + version = "1.1.4" 192 + source = "registry+https://github.com/rust-lang/crates.io-index" 193 + checksum = "c530edf18f37068ac2d977409ed5cd50d53d73bc653c7647b48eb78976ac9ae2" 194 + 195 + [[package]] 196 + name = "cargo" 197 + version = "0.51.0" 198 + source = "registry+https://github.com/rust-lang/crates.io-index" 199 + checksum = "bb7d89cbdcbeada632f64aa9f692e265852b0eb6ccdf3b1814716cc62101eeb6" 200 + dependencies = [ 201 + "anyhow", 202 + "atty", 203 + "bytesize", 204 + "cargo-platform", 205 + "clap", 206 + "core-foundation", 207 + "crates-io", 208 + "crossbeam-utils", 209 + "crypto-hash", 210 + "curl", 211 + "curl-sys", 212 + "env_logger", 213 + "filetime", 214 + "flate2", 215 + "fwdansi", 216 + "git2", 217 + "git2-curl", 218 + "glob", 219 + "hex 0.4.3", 220 + "home", 221 + "humantime", 222 + "ignore", 223 + "im-rc", 224 + "jobserver", 225 + "lazy_static", 226 + "lazycell", 227 + "libc", 228 + "libgit2-sys", 229 + "log", 230 + "memchr", 231 + "miow 0.3.7", 232 + "num_cpus", 233 + "opener", 234 + "percent-encoding", 235 + "rustc-workspace-hack", 236 + "rustfix", 237 + "same-file", 238 + "semver 0.10.0", 239 + "serde", 240 + "serde_ignored", 241 + "serde_json", 242 + "shell-escape", 243 + "strip-ansi-escapes", 244 + "tar", 245 + "tempfile", 246 + "termcolor", 247 + "toml", 248 + "unicode-width", 249 + "unicode-xid", 250 + "url", 251 + "walkdir", 252 + "winapi 0.3.9", 253 + ] 254 + 255 + [[package]] 256 + name = "cargo-dephell" 257 + version = "0.5.1" 258 + dependencies = [ 259 + "askama", 260 + "base64", 261 + "camino", 262 + "cargo", 263 + "cargo_metadata", 264 + "chrono", 265 + "clap", 266 + "glob", 267 + "guppy", 268 + "ignore", 269 + "loc", 270 + "regex", 271 + "reqwest", 272 + "serde", 273 + "serde_json", 274 + "tempdir", 275 + ] 276 + 277 + [[package]] 278 + name = "cargo-platform" 279 + version = "0.1.2" 280 + source = "registry+https://github.com/rust-lang/crates.io-index" 281 + checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27" 282 + dependencies = [ 283 + "serde", 284 + ] 285 + 286 + [[package]] 287 + name = "cargo_metadata" 288 + version = "0.12.3" 289 + source = "registry+https://github.com/rust-lang/crates.io-index" 290 + checksum = "7714a157da7991e23d90686b9524b9e12e0407a108647f52e9328f4b3d51ac7f" 291 + dependencies = [ 292 + "cargo-platform", 293 + "semver 0.11.0", 294 + "semver-parser 0.10.2", 295 + "serde", 296 + "serde_json", 297 + ] 298 + 299 + [[package]] 300 + name = "cc" 301 + version = "1.0.79" 302 + source = "registry+https://github.com/rust-lang/crates.io-index" 303 + checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" 304 + dependencies = [ 305 + "jobserver", 306 + ] 307 + 308 + [[package]] 309 + name = "cfg-expr" 310 + version = "0.7.4" 311 + source = "registry+https://github.com/rust-lang/crates.io-index" 312 + checksum = "30aa9e2ffbb838c6b451db14f3cd8e63ed622bf859f9956bc93845a10fafc26a" 313 + dependencies = [ 314 + "smallvec 1.10.0", 315 + ] 316 + 317 + [[package]] 318 + name = "cfg-if" 319 + version = "0.1.10" 320 + source = "registry+https://github.com/rust-lang/crates.io-index" 321 + checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" 322 + 323 + [[package]] 324 + name = "cfg-if" 325 + version = "1.0.0" 326 + source = "registry+https://github.com/rust-lang/crates.io-index" 327 + checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 328 + 329 + [[package]] 330 + name = "chrono" 331 + version = "0.4.24" 332 + source = "registry+https://github.com/rust-lang/crates.io-index" 333 + checksum = "4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b" 334 + dependencies = [ 335 + "iana-time-zone", 336 + "js-sys", 337 + "num-integer", 338 + "num-traits", 339 + "time", 340 + "wasm-bindgen", 341 + "winapi 0.3.9", 342 + ] 343 + 344 + [[package]] 345 + name = "clap" 346 + version = "2.34.0" 347 + source = "registry+https://github.com/rust-lang/crates.io-index" 348 + checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c" 349 + dependencies = [ 350 + "ansi_term", 351 + "atty", 352 + "bitflags", 353 + "strsim", 354 + "textwrap", 355 + "unicode-width", 356 + "vec_map", 357 + ] 358 + 359 + [[package]] 360 + name = "commoncrypto" 361 + version = "0.2.0" 362 + source = "registry+https://github.com/rust-lang/crates.io-index" 363 + checksum = "d056a8586ba25a1e4d61cb090900e495952c7886786fc55f909ab2f819b69007" 364 + dependencies = [ 365 + "commoncrypto-sys", 366 + ] 367 + 368 + [[package]] 369 + name = "commoncrypto-sys" 370 + version = "0.2.0" 371 + source = "registry+https://github.com/rust-lang/crates.io-index" 372 + checksum = "1fed34f46747aa73dfaa578069fd8279d2818ade2b55f38f22a9401c7f4083e2" 373 + dependencies = [ 374 + "libc", 375 + ] 376 + 377 + [[package]] 378 + name = "core-foundation" 379 + version = "0.9.3" 380 + source = "registry+https://github.com/rust-lang/crates.io-index" 381 + checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146" 382 + dependencies = [ 383 + "core-foundation-sys", 384 + "libc", 385 + ] 386 + 387 + [[package]] 388 + name = "core-foundation-sys" 389 + version = "0.8.4" 390 + source = "registry+https://github.com/rust-lang/crates.io-index" 391 + checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa" 392 + 393 + [[package]] 394 + name = "crates-io" 395 + version = "0.31.1" 396 + source = "registry+https://github.com/rust-lang/crates.io-index" 397 + checksum = "09f977948a46e9edf93eb3dc2d7a8dd4ce3105d36de63300befed37cdf051d4a" 398 + dependencies = [ 399 + "anyhow", 400 + "curl", 401 + "percent-encoding", 402 + "serde", 403 + "serde_derive", 404 + "serde_json", 405 + "url", 406 + ] 407 + 408 + [[package]] 409 + name = "crc32fast" 410 + version = "1.3.2" 411 + source = "registry+https://github.com/rust-lang/crates.io-index" 412 + checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" 413 + dependencies = [ 414 + "cfg-if 1.0.0", 415 + ] 416 + 417 + [[package]] 418 + name = "crossbeam-utils" 419 + version = "0.8.15" 420 + source = "registry+https://github.com/rust-lang/crates.io-index" 421 + checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b" 422 + dependencies = [ 423 + "cfg-if 1.0.0", 424 + ] 425 + 426 + [[package]] 427 + name = "crypto-hash" 428 + version = "0.3.4" 429 + source = "registry+https://github.com/rust-lang/crates.io-index" 430 + checksum = "8a77162240fd97248d19a564a565eb563a3f592b386e4136fb300909e67dddca" 431 + dependencies = [ 432 + "commoncrypto", 433 + "hex 0.3.2", 434 + "openssl", 435 + "winapi 0.3.9", 436 + ] 437 + 438 + [[package]] 439 + name = "curl" 440 + version = "0.4.44" 441 + source = "registry+https://github.com/rust-lang/crates.io-index" 442 + checksum = "509bd11746c7ac09ebd19f0b17782eae80aadee26237658a6b4808afb5c11a22" 443 + dependencies = [ 444 + "curl-sys", 445 + "libc", 446 + "openssl-probe", 447 + "openssl-sys", 448 + "schannel", 449 + "socket2 0.4.9", 450 + "winapi 0.3.9", 451 + ] 452 + 453 + [[package]] 454 + name = "curl-sys" 455 + version = "0.4.61+curl-8.0.1" 456 + source = "registry+https://github.com/rust-lang/crates.io-index" 457 + checksum = "14d05c10f541ae6f3bc5b3d923c20001f47db7d5f0b2bc6ad16490133842db79" 458 + dependencies = [ 459 + "cc", 460 + "libc", 461 + "libnghttp2-sys", 462 + "libz-sys", 463 + "openssl-sys", 464 + "pkg-config", 465 + "vcpkg", 466 + "winapi 0.3.9", 467 + ] 468 + 469 + [[package]] 470 + name = "deque" 471 + version = "0.3.2" 472 + source = "registry+https://github.com/rust-lang/crates.io-index" 473 + checksum = "a694dae478589798d752c7125542f8a5ae8b6e59476172baf2eed67357bdfa27" 474 + 475 + [[package]] 476 + name = "edit-distance" 477 + version = "2.1.0" 478 + source = "registry+https://github.com/rust-lang/crates.io-index" 479 + checksum = "bbbaaaf38131deb9ca518a274a45bfdb8771f139517b073b16c2d3d32ae5037b" 480 + 481 + [[package]] 482 + name = "either" 483 + version = "1.8.1" 484 + source = "registry+https://github.com/rust-lang/crates.io-index" 485 + checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91" 486 + 487 + [[package]] 488 + name = "encoding_rs" 489 + version = "0.8.32" 490 + source = "registry+https://github.com/rust-lang/crates.io-index" 491 + checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394" 492 + dependencies = [ 493 + "cfg-if 1.0.0", 494 + ] 495 + 496 + [[package]] 497 + name = "env_logger" 498 + version = "0.8.4" 499 + source = "registry+https://github.com/rust-lang/crates.io-index" 500 + checksum = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3" 501 + dependencies = [ 502 + "atty", 503 + "humantime", 504 + "log", 505 + "regex", 506 + "termcolor", 507 + ] 508 + 509 + [[package]] 510 + name = "errno" 511 + version = "0.3.1" 512 + source = "registry+https://github.com/rust-lang/crates.io-index" 513 + checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a" 514 + dependencies = [ 515 + "errno-dragonfly", 516 + "libc", 517 + "windows-sys 0.48.0", 518 + ] 519 + 520 + [[package]] 521 + name = "errno-dragonfly" 522 + version = "0.1.2" 523 + source = "registry+https://github.com/rust-lang/crates.io-index" 524 + checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" 525 + dependencies = [ 526 + "cc", 527 + "libc", 528 + ] 529 + 530 + [[package]] 531 + name = "fastrand" 532 + version = "1.9.0" 533 + source = "registry+https://github.com/rust-lang/crates.io-index" 534 + checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" 535 + dependencies = [ 536 + "instant", 537 + ] 538 + 539 + [[package]] 540 + name = "filetime" 541 + version = "0.2.21" 542 + source = "registry+https://github.com/rust-lang/crates.io-index" 543 + checksum = "5cbc844cecaee9d4443931972e1289c8ff485cb4cc2767cb03ca139ed6885153" 544 + dependencies = [ 545 + "cfg-if 1.0.0", 546 + "libc", 547 + "redox_syscall 0.2.16", 548 + "windows-sys 0.48.0", 549 + ] 550 + 551 + [[package]] 552 + name = "fixedbitset" 553 + version = "0.2.0" 554 + source = "registry+https://github.com/rust-lang/crates.io-index" 555 + checksum = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d" 556 + 557 + [[package]] 558 + name = "flate2" 559 + version = "1.0.26" 560 + source = "registry+https://github.com/rust-lang/crates.io-index" 561 + checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743" 562 + dependencies = [ 563 + "crc32fast", 564 + "libz-sys", 565 + "miniz_oxide", 566 + ] 567 + 568 + [[package]] 569 + name = "fnv" 570 + version = "1.0.7" 571 + source = "registry+https://github.com/rust-lang/crates.io-index" 572 + checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 573 + 574 + [[package]] 575 + name = "foreign-types" 576 + version = "0.3.2" 577 + source = "registry+https://github.com/rust-lang/crates.io-index" 578 + checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 579 + dependencies = [ 580 + "foreign-types-shared", 581 + ] 582 + 583 + [[package]] 584 + name = "foreign-types-shared" 585 + version = "0.1.1" 586 + source = "registry+https://github.com/rust-lang/crates.io-index" 587 + checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 588 + 589 + [[package]] 590 + name = "form_urlencoded" 591 + version = "1.1.0" 592 + source = "registry+https://github.com/rust-lang/crates.io-index" 593 + checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8" 594 + dependencies = [ 595 + "percent-encoding", 596 + ] 597 + 598 + [[package]] 599 + name = "fuchsia-cprng" 600 + version = "0.1.1" 601 + source = "registry+https://github.com/rust-lang/crates.io-index" 602 + checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" 603 + 604 + [[package]] 605 + name = "fuchsia-zircon" 606 + version = "0.3.3" 607 + source = "registry+https://github.com/rust-lang/crates.io-index" 608 + checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" 609 + dependencies = [ 610 + "bitflags", 611 + "fuchsia-zircon-sys", 612 + ] 613 + 614 + [[package]] 615 + name = "fuchsia-zircon-sys" 616 + version = "0.3.3" 617 + source = "registry+https://github.com/rust-lang/crates.io-index" 618 + checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" 619 + 620 + [[package]] 621 + name = "funty" 622 + version = "1.1.0" 623 + source = "registry+https://github.com/rust-lang/crates.io-index" 624 + checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7" 625 + 626 + [[package]] 627 + name = "futures-channel" 628 + version = "0.3.28" 629 + source = "registry+https://github.com/rust-lang/crates.io-index" 630 + checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2" 631 + dependencies = [ 632 + "futures-core", 633 + ] 634 + 635 + [[package]] 636 + name = "futures-core" 637 + version = "0.3.28" 638 + source = "registry+https://github.com/rust-lang/crates.io-index" 639 + checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c" 640 + 641 + [[package]] 642 + name = "futures-io" 643 + version = "0.3.28" 644 + source = "registry+https://github.com/rust-lang/crates.io-index" 645 + checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964" 646 + 647 + [[package]] 648 + name = "futures-sink" 649 + version = "0.3.28" 650 + source = "registry+https://github.com/rust-lang/crates.io-index" 651 + checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e" 652 + 653 + [[package]] 654 + name = "futures-task" 655 + version = "0.3.28" 656 + source = "registry+https://github.com/rust-lang/crates.io-index" 657 + checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65" 658 + 659 + [[package]] 660 + name = "futures-util" 661 + version = "0.3.28" 662 + source = "registry+https://github.com/rust-lang/crates.io-index" 663 + checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533" 664 + dependencies = [ 665 + "futures-core", 666 + "futures-io", 667 + "futures-task", 668 + "memchr", 669 + "pin-project-lite 0.2.9", 670 + "pin-utils", 671 + "slab", 672 + ] 673 + 674 + [[package]] 675 + name = "fwdansi" 676 + version = "1.1.0" 677 + source = "registry+https://github.com/rust-lang/crates.io-index" 678 + checksum = "08c1f5787fe85505d1f7777268db5103d80a7a374d2316a7ce262e57baf8f208" 679 + dependencies = [ 680 + "memchr", 681 + "termcolor", 682 + ] 683 + 684 + [[package]] 685 + name = "git2" 686 + version = "0.13.25" 687 + source = "registry+https://github.com/rust-lang/crates.io-index" 688 + checksum = "f29229cc1b24c0e6062f6e742aa3e256492a5323365e5ed3413599f8a5eff7d6" 689 + dependencies = [ 690 + "bitflags", 691 + "libc", 692 + "libgit2-sys", 693 + "log", 694 + "openssl-probe", 695 + "openssl-sys", 696 + "url", 697 + ] 698 + 699 + [[package]] 700 + name = "git2-curl" 701 + version = "0.14.1" 702 + source = "registry+https://github.com/rust-lang/crates.io-index" 703 + checksum = "883539cb0ea94bab3f8371a98cd8e937bbe9ee7c044499184aa4c17deb643a50" 704 + dependencies = [ 705 + "curl", 706 + "git2", 707 + "log", 708 + "url", 709 + ] 710 + 711 + [[package]] 712 + name = "glob" 713 + version = "0.3.1" 714 + source = "registry+https://github.com/rust-lang/crates.io-index" 715 + checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" 716 + 717 + [[package]] 718 + name = "globset" 719 + version = "0.4.10" 720 + source = "registry+https://github.com/rust-lang/crates.io-index" 721 + checksum = "029d74589adefde59de1a0c4f4732695c32805624aec7b68d91503d4dba79afc" 722 + dependencies = [ 723 + "aho-corasick 0.7.20", 724 + "bstr", 725 + "fnv", 726 + "log", 727 + "regex", 728 + ] 729 + 730 + [[package]] 731 + name = "guppy" 732 + version = "0.8.0" 733 + source = "registry+https://github.com/rust-lang/crates.io-index" 734 + checksum = "ec4cbddce827d660864974dc3dc62a1c810e813d17e518cc5830716b977cd110" 735 + dependencies = [ 736 + "camino", 737 + "cargo_metadata", 738 + "fixedbitset", 739 + "indexmap", 740 + "itertools", 741 + "nested", 742 + "once_cell", 743 + "pathdiff", 744 + "petgraph", 745 + "semver 0.11.0", 746 + "serde", 747 + "serde_json", 748 + "supercow", 749 + "target-spec", 750 + ] 751 + 752 + [[package]] 753 + name = "h2" 754 + version = "0.2.7" 755 + source = "registry+https://github.com/rust-lang/crates.io-index" 756 + checksum = "5e4728fd124914ad25e99e3d15a9361a879f6620f63cb56bbb08f95abb97a535" 757 + dependencies = [ 758 + "bytes 0.5.6", 759 + "fnv", 760 + "futures-core", 761 + "futures-sink", 762 + "futures-util", 763 + "http", 764 + "indexmap", 765 + "slab", 766 + "tokio", 767 + "tokio-util", 768 + "tracing", 769 + "tracing-futures", 770 + ] 771 + 772 + [[package]] 773 + name = "hashbrown" 774 + version = "0.12.3" 775 + source = "registry+https://github.com/rust-lang/crates.io-index" 776 + checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 777 + 778 + [[package]] 779 + name = "hermit-abi" 780 + version = "0.1.19" 781 + source = "registry+https://github.com/rust-lang/crates.io-index" 782 + checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" 783 + dependencies = [ 784 + "libc", 785 + ] 786 + 787 + [[package]] 788 + name = "hermit-abi" 789 + version = "0.2.6" 790 + source = "registry+https://github.com/rust-lang/crates.io-index" 791 + checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7" 792 + dependencies = [ 793 + "libc", 794 + ] 795 + 796 + [[package]] 797 + name = "hermit-abi" 798 + version = "0.3.1" 799 + source = "registry+https://github.com/rust-lang/crates.io-index" 800 + checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" 801 + 802 + [[package]] 803 + name = "hex" 804 + version = "0.3.2" 805 + source = "registry+https://github.com/rust-lang/crates.io-index" 806 + checksum = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77" 807 + 808 + [[package]] 809 + name = "hex" 810 + version = "0.4.3" 811 + source = "registry+https://github.com/rust-lang/crates.io-index" 812 + checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 813 + 814 + [[package]] 815 + name = "home" 816 + version = "0.5.5" 817 + source = "registry+https://github.com/rust-lang/crates.io-index" 818 + checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb" 819 + dependencies = [ 820 + "windows-sys 0.48.0", 821 + ] 822 + 823 + [[package]] 824 + name = "http" 825 + version = "0.2.9" 826 + source = "registry+https://github.com/rust-lang/crates.io-index" 827 + checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482" 828 + dependencies = [ 829 + "bytes 1.4.0", 830 + "fnv", 831 + "itoa 1.0.6", 832 + ] 833 + 834 + [[package]] 835 + name = "http-body" 836 + version = "0.3.1" 837 + source = "registry+https://github.com/rust-lang/crates.io-index" 838 + checksum = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b" 839 + dependencies = [ 840 + "bytes 0.5.6", 841 + "http", 842 + ] 843 + 844 + [[package]] 845 + name = "httparse" 846 + version = "1.8.0" 847 + source = "registry+https://github.com/rust-lang/crates.io-index" 848 + checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" 849 + 850 + [[package]] 851 + name = "httpdate" 852 + version = "0.3.2" 853 + source = "registry+https://github.com/rust-lang/crates.io-index" 854 + checksum = "494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47" 855 + 856 + [[package]] 857 + name = "humansize" 858 + version = "1.1.1" 859 + source = "registry+https://github.com/rust-lang/crates.io-index" 860 + checksum = "02296996cb8796d7c6e3bc2d9211b7802812d36999a51bb754123ead7d37d026" 861 + 862 + [[package]] 863 + name = "humantime" 864 + version = "2.1.0" 865 + source = "registry+https://github.com/rust-lang/crates.io-index" 866 + checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" 867 + 868 + [[package]] 869 + name = "hyper" 870 + version = "0.13.10" 871 + source = "registry+https://github.com/rust-lang/crates.io-index" 872 + checksum = "8a6f157065790a3ed2f88679250419b5cdd96e714a0d65f7797fd337186e96bb" 873 + dependencies = [ 874 + "bytes 0.5.6", 875 + "futures-channel", 876 + "futures-core", 877 + "futures-util", 878 + "h2", 879 + "http", 880 + "http-body", 881 + "httparse", 882 + "httpdate", 883 + "itoa 0.4.8", 884 + "pin-project", 885 + "socket2 0.3.19", 886 + "tokio", 887 + "tower-service", 888 + "tracing", 889 + "want", 890 + ] 891 + 892 + [[package]] 893 + name = "hyper-tls" 894 + version = "0.4.3" 895 + source = "registry+https://github.com/rust-lang/crates.io-index" 896 + checksum = "d979acc56dcb5b8dddba3917601745e877576475aa046df3226eabdecef78eed" 897 + dependencies = [ 898 + "bytes 0.5.6", 899 + "hyper", 900 + "native-tls", 901 + "tokio", 902 + "tokio-tls", 903 + ] 904 + 905 + [[package]] 906 + name = "iana-time-zone" 907 + version = "0.1.56" 908 + source = "registry+https://github.com/rust-lang/crates.io-index" 909 + checksum = "0722cd7114b7de04316e7ea5456a0bbb20e4adb46fd27a3697adb812cff0f37c" 910 + dependencies = [ 911 + "android_system_properties", 912 + "core-foundation-sys", 913 + "iana-time-zone-haiku", 914 + "js-sys", 915 + "wasm-bindgen", 916 + "windows", 917 + ] 918 + 919 + [[package]] 920 + name = "iana-time-zone-haiku" 921 + version = "0.1.2" 922 + source = "registry+https://github.com/rust-lang/crates.io-index" 923 + checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 924 + dependencies = [ 925 + "cc", 926 + ] 927 + 928 + [[package]] 929 + name = "idna" 930 + version = "0.3.0" 931 + source = "registry+https://github.com/rust-lang/crates.io-index" 932 + checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6" 933 + dependencies = [ 934 + "unicode-bidi", 935 + "unicode-normalization", 936 + ] 937 + 938 + [[package]] 939 + name = "ignore" 940 + version = "0.4.20" 941 + source = "registry+https://github.com/rust-lang/crates.io-index" 942 + checksum = "dbe7873dab538a9a44ad79ede1faf5f30d49f9a5c883ddbab48bce81b64b7492" 943 + dependencies = [ 944 + "globset", 945 + "lazy_static", 946 + "log", 947 + "memchr", 948 + "regex", 949 + "same-file", 950 + "thread_local", 951 + "walkdir", 952 + "winapi-util", 953 + ] 954 + 955 + [[package]] 956 + name = "im-rc" 957 + version = "15.1.0" 958 + source = "registry+https://github.com/rust-lang/crates.io-index" 959 + checksum = "af1955a75fa080c677d3972822ec4bad316169ab1cfc6c257a942c2265dbe5fe" 960 + dependencies = [ 961 + "bitmaps", 962 + "rand_core 0.6.4", 963 + "rand_xoshiro", 964 + "sized-chunks", 965 + "typenum", 966 + "version_check", 967 + ] 968 + 969 + [[package]] 970 + name = "indexmap" 971 + version = "1.9.3" 972 + source = "registry+https://github.com/rust-lang/crates.io-index" 973 + checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" 974 + dependencies = [ 975 + "autocfg", 976 + "hashbrown", 977 + ] 978 + 979 + [[package]] 980 + name = "instant" 981 + version = "0.1.12" 982 + source = "registry+https://github.com/rust-lang/crates.io-index" 983 + checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 984 + dependencies = [ 985 + "cfg-if 1.0.0", 986 + ] 987 + 988 + [[package]] 989 + name = "io-lifetimes" 990 + version = "1.0.10" 991 + source = "registry+https://github.com/rust-lang/crates.io-index" 992 + checksum = "9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220" 993 + dependencies = [ 994 + "hermit-abi 0.3.1", 995 + "libc", 996 + "windows-sys 0.48.0", 997 + ] 998 + 999 + [[package]] 1000 + name = "iovec" 1001 + version = "0.1.4" 1002 + source = "registry+https://github.com/rust-lang/crates.io-index" 1003 + checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e" 1004 + dependencies = [ 1005 + "libc", 1006 + ] 1007 + 1008 + [[package]] 1009 + name = "ipnet" 1010 + version = "2.7.2" 1011 + source = "registry+https://github.com/rust-lang/crates.io-index" 1012 + checksum = "12b6ee2129af8d4fb011108c73d99a1b83a85977f23b82460c0ae2e25bb4b57f" 1013 + 1014 + [[package]] 1015 + name = "itertools" 1016 + version = "0.10.5" 1017 + source = "registry+https://github.com/rust-lang/crates.io-index" 1018 + checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" 1019 + dependencies = [ 1020 + "either", 1021 + ] 1022 + 1023 + [[package]] 1024 + name = "itoa" 1025 + version = "0.4.8" 1026 + source = "registry+https://github.com/rust-lang/crates.io-index" 1027 + checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4" 1028 + 1029 + [[package]] 1030 + name = "itoa" 1031 + version = "1.0.6" 1032 + source = "registry+https://github.com/rust-lang/crates.io-index" 1033 + checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6" 1034 + 1035 + [[package]] 1036 + name = "jobserver" 1037 + version = "0.1.26" 1038 + source = "registry+https://github.com/rust-lang/crates.io-index" 1039 + checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2" 1040 + dependencies = [ 1041 + "libc", 1042 + ] 1043 + 1044 + [[package]] 1045 + name = "js-sys" 1046 + version = "0.3.62" 1047 + source = "registry+https://github.com/rust-lang/crates.io-index" 1048 + checksum = "68c16e1bfd491478ab155fd8b4896b86f9ede344949b641e61501e07c2b8b4d5" 1049 + dependencies = [ 1050 + "wasm-bindgen", 1051 + ] 1052 + 1053 + [[package]] 1054 + name = "kernel32-sys" 1055 + version = "0.2.2" 1056 + source = "registry+https://github.com/rust-lang/crates.io-index" 1057 + checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" 1058 + dependencies = [ 1059 + "winapi 0.2.8", 1060 + "winapi-build", 1061 + ] 1062 + 1063 + [[package]] 1064 + name = "lazy_static" 1065 + version = "1.4.0" 1066 + source = "registry+https://github.com/rust-lang/crates.io-index" 1067 + checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 1068 + 1069 + [[package]] 1070 + name = "lazycell" 1071 + version = "1.3.0" 1072 + source = "registry+https://github.com/rust-lang/crates.io-index" 1073 + checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" 1074 + 1075 + [[package]] 1076 + name = "lexical-core" 1077 + version = "0.7.6" 1078 + source = "registry+https://github.com/rust-lang/crates.io-index" 1079 + checksum = "6607c62aa161d23d17a9072cc5da0be67cdfc89d3afb1e8d9c842bebc2525ffe" 1080 + dependencies = [ 1081 + "arrayvec", 1082 + "bitflags", 1083 + "cfg-if 1.0.0", 1084 + "ryu", 1085 + "static_assertions", 1086 + ] 1087 + 1088 + [[package]] 1089 + name = "libc" 1090 + version = "0.2.144" 1091 + source = "registry+https://github.com/rust-lang/crates.io-index" 1092 + checksum = "2b00cc1c228a6782d0f076e7b232802e0c5689d41bb5df366f2a6b6621cfdfe1" 1093 + 1094 + [[package]] 1095 + name = "libgit2-sys" 1096 + version = "0.12.26+1.3.0" 1097 + source = "registry+https://github.com/rust-lang/crates.io-index" 1098 + checksum = "19e1c899248e606fbfe68dcb31d8b0176ebab833b103824af31bddf4b7457494" 1099 + dependencies = [ 1100 + "cc", 1101 + "libc", 1102 + "libssh2-sys", 1103 + "libz-sys", 1104 + "openssl-sys", 1105 + "pkg-config", 1106 + ] 1107 + 1108 + [[package]] 1109 + name = "libnghttp2-sys" 1110 + version = "0.1.7+1.45.0" 1111 + source = "registry+https://github.com/rust-lang/crates.io-index" 1112 + checksum = "57ed28aba195b38d5ff02b9170cbff627e336a20925e43b4945390401c5dc93f" 1113 + dependencies = [ 1114 + "cc", 1115 + "libc", 1116 + ] 1117 + 1118 + [[package]] 1119 + name = "libssh2-sys" 1120 + version = "0.2.23" 1121 + source = "registry+https://github.com/rust-lang/crates.io-index" 1122 + checksum = "b094a36eb4b8b8c8a7b4b8ae43b2944502be3e59cd87687595cf6b0a71b3f4ca" 1123 + dependencies = [ 1124 + "cc", 1125 + "libc", 1126 + "libz-sys", 1127 + "openssl-sys", 1128 + "pkg-config", 1129 + "vcpkg", 1130 + ] 1131 + 1132 + [[package]] 1133 + name = "libz-sys" 1134 + version = "1.1.9" 1135 + source = "registry+https://github.com/rust-lang/crates.io-index" 1136 + checksum = "56ee889ecc9568871456d42f603d6a0ce59ff328d291063a45cbdf0036baf6db" 1137 + dependencies = [ 1138 + "cc", 1139 + "libc", 1140 + "pkg-config", 1141 + "vcpkg", 1142 + ] 1143 + 1144 + [[package]] 1145 + name = "linux-raw-sys" 1146 + version = "0.3.7" 1147 + source = "registry+https://github.com/rust-lang/crates.io-index" 1148 + checksum = "ece97ea872ece730aed82664c424eb4c8291e1ff2480247ccf7409044bc6479f" 1149 + 1150 + [[package]] 1151 + name = "loc" 1152 + version = "0.5.0" 1153 + source = "registry+https://github.com/rust-lang/crates.io-index" 1154 + checksum = "19667875e98831e0135a1eb4e7ddc775b09dd317809e34e0d0fc8172443c85e3" 1155 + dependencies = [ 1156 + "clap", 1157 + "deque", 1158 + "edit-distance", 1159 + "ignore", 1160 + "memchr", 1161 + "num_cpus", 1162 + "regex", 1163 + "smallvec 0.6.14", 1164 + ] 1165 + 1166 + [[package]] 1167 + name = "log" 1168 + version = "0.4.17" 1169 + source = "registry+https://github.com/rust-lang/crates.io-index" 1170 + checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" 1171 + dependencies = [ 1172 + "cfg-if 1.0.0", 1173 + ] 1174 + 1175 + [[package]] 1176 + name = "maybe-uninit" 1177 + version = "2.0.0" 1178 + source = "registry+https://github.com/rust-lang/crates.io-index" 1179 + checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00" 1180 + 1181 + [[package]] 1182 + name = "memchr" 1183 + version = "2.5.0" 1184 + source = "registry+https://github.com/rust-lang/crates.io-index" 1185 + checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" 1186 + 1187 + [[package]] 1188 + name = "mime" 1189 + version = "0.3.17" 1190 + source = "registry+https://github.com/rust-lang/crates.io-index" 1191 + checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 1192 + 1193 + [[package]] 1194 + name = "mime_guess" 1195 + version = "2.0.4" 1196 + source = "registry+https://github.com/rust-lang/crates.io-index" 1197 + checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef" 1198 + dependencies = [ 1199 + "mime", 1200 + "unicase", 1201 + ] 1202 + 1203 + [[package]] 1204 + name = "miniz_oxide" 1205 + version = "0.7.1" 1206 + source = "registry+https://github.com/rust-lang/crates.io-index" 1207 + checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7" 1208 + dependencies = [ 1209 + "adler", 1210 + ] 1211 + 1212 + [[package]] 1213 + name = "mio" 1214 + version = "0.6.23" 1215 + source = "registry+https://github.com/rust-lang/crates.io-index" 1216 + checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4" 1217 + dependencies = [ 1218 + "cfg-if 0.1.10", 1219 + "fuchsia-zircon", 1220 + "fuchsia-zircon-sys", 1221 + "iovec", 1222 + "kernel32-sys", 1223 + "libc", 1224 + "log", 1225 + "miow 0.2.2", 1226 + "net2", 1227 + "slab", 1228 + "winapi 0.2.8", 1229 + ] 1230 + 1231 + [[package]] 1232 + name = "miow" 1233 + version = "0.2.2" 1234 + source = "registry+https://github.com/rust-lang/crates.io-index" 1235 + checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d" 1236 + dependencies = [ 1237 + "kernel32-sys", 1238 + "net2", 1239 + "winapi 0.2.8", 1240 + "ws2_32-sys", 1241 + ] 1242 + 1243 + [[package]] 1244 + name = "miow" 1245 + version = "0.3.7" 1246 + source = "registry+https://github.com/rust-lang/crates.io-index" 1247 + checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21" 1248 + dependencies = [ 1249 + "winapi 0.3.9", 1250 + ] 1251 + 1252 + [[package]] 1253 + name = "native-tls" 1254 + version = "0.2.11" 1255 + source = "registry+https://github.com/rust-lang/crates.io-index" 1256 + checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e" 1257 + dependencies = [ 1258 + "lazy_static", 1259 + "libc", 1260 + "log", 1261 + "openssl", 1262 + "openssl-probe", 1263 + "openssl-sys", 1264 + "schannel", 1265 + "security-framework", 1266 + "security-framework-sys", 1267 + "tempfile", 1268 + ] 1269 + 1270 + [[package]] 1271 + name = "nested" 1272 + version = "0.1.1" 1273 + source = "registry+https://github.com/rust-lang/crates.io-index" 1274 + checksum = "ca2b420f638f07fe83056b55ea190bb815f609ec5a35e7017884a10f78839c9e" 1275 + 1276 + [[package]] 1277 + name = "net2" 1278 + version = "0.2.38" 1279 + source = "registry+https://github.com/rust-lang/crates.io-index" 1280 + checksum = "74d0df99cfcd2530b2e694f6e17e7f37b8e26bb23983ac530c0c97408837c631" 1281 + dependencies = [ 1282 + "cfg-if 0.1.10", 1283 + "libc", 1284 + "winapi 0.3.9", 1285 + ] 1286 + 1287 + [[package]] 1288 + name = "nom" 1289 + version = "6.1.2" 1290 + source = "registry+https://github.com/rust-lang/crates.io-index" 1291 + checksum = "e7413f999671bd4745a7b624bd370a569fb6bc574b23c83a3c5ed2e453f3d5e2" 1292 + dependencies = [ 1293 + "bitvec", 1294 + "funty", 1295 + "lexical-core", 1296 + "memchr", 1297 + "version_check", 1298 + ] 1299 + 1300 + [[package]] 1301 + name = "num-integer" 1302 + version = "0.1.45" 1303 + source = "registry+https://github.com/rust-lang/crates.io-index" 1304 + checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" 1305 + dependencies = [ 1306 + "autocfg", 1307 + "num-traits", 1308 + ] 1309 + 1310 + [[package]] 1311 + name = "num-traits" 1312 + version = "0.2.15" 1313 + source = "registry+https://github.com/rust-lang/crates.io-index" 1314 + checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" 1315 + dependencies = [ 1316 + "autocfg", 1317 + ] 1318 + 1319 + [[package]] 1320 + name = "num_cpus" 1321 + version = "1.15.0" 1322 + source = "registry+https://github.com/rust-lang/crates.io-index" 1323 + checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b" 1324 + dependencies = [ 1325 + "hermit-abi 0.2.6", 1326 + "libc", 1327 + ] 1328 + 1329 + [[package]] 1330 + name = "once_cell" 1331 + version = "1.17.1" 1332 + source = "registry+https://github.com/rust-lang/crates.io-index" 1333 + checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" 1334 + 1335 + [[package]] 1336 + name = "opener" 1337 + version = "0.4.1" 1338 + source = "registry+https://github.com/rust-lang/crates.io-index" 1339 + checksum = "13117407ca9d0caf3a0e74f97b490a7e64c0ae3aa90a8b7085544d0c37b6f3ae" 1340 + dependencies = [ 1341 + "winapi 0.3.9", 1342 + ] 1343 + 1344 + [[package]] 1345 + name = "openssl" 1346 + version = "0.10.52" 1347 + source = "registry+https://github.com/rust-lang/crates.io-index" 1348 + checksum = "01b8574602df80f7b85fdfc5392fa884a4e3b3f4f35402c070ab34c3d3f78d56" 1349 + dependencies = [ 1350 + "bitflags", 1351 + "cfg-if 1.0.0", 1352 + "foreign-types", 1353 + "libc", 1354 + "once_cell", 1355 + "openssl-macros", 1356 + "openssl-sys", 1357 + ] 1358 + 1359 + [[package]] 1360 + name = "openssl-macros" 1361 + version = "0.1.1" 1362 + source = "registry+https://github.com/rust-lang/crates.io-index" 1363 + checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" 1364 + dependencies = [ 1365 + "proc-macro2", 1366 + "quote", 1367 + "syn 2.0.15", 1368 + ] 1369 + 1370 + [[package]] 1371 + name = "openssl-probe" 1372 + version = "0.1.5" 1373 + source = "registry+https://github.com/rust-lang/crates.io-index" 1374 + checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" 1375 + 1376 + [[package]] 1377 + name = "openssl-sys" 1378 + version = "0.9.87" 1379 + source = "registry+https://github.com/rust-lang/crates.io-index" 1380 + checksum = "8e17f59264b2809d77ae94f0e1ebabc434773f370d6ca667bd223ea10e06cc7e" 1381 + dependencies = [ 1382 + "cc", 1383 + "libc", 1384 + "pkg-config", 1385 + "vcpkg", 1386 + ] 1387 + 1388 + [[package]] 1389 + name = "pathdiff" 1390 + version = "0.2.1" 1391 + source = "registry+https://github.com/rust-lang/crates.io-index" 1392 + checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd" 1393 + 1394 + [[package]] 1395 + name = "percent-encoding" 1396 + version = "2.2.0" 1397 + source = "registry+https://github.com/rust-lang/crates.io-index" 1398 + checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e" 1399 + 1400 + [[package]] 1401 + name = "pest" 1402 + version = "2.6.0" 1403 + source = "registry+https://github.com/rust-lang/crates.io-index" 1404 + checksum = "e68e84bfb01f0507134eac1e9b410a12ba379d064eab48c50ba4ce329a527b70" 1405 + dependencies = [ 1406 + "thiserror", 1407 + "ucd-trie", 1408 + ] 1409 + 1410 + [[package]] 1411 + name = "petgraph" 1412 + version = "0.5.1" 1413 + source = "registry+https://github.com/rust-lang/crates.io-index" 1414 + checksum = "467d164a6de56270bd7c4d070df81d07beace25012d5103ced4e9ff08d6afdb7" 1415 + dependencies = [ 1416 + "fixedbitset", 1417 + "indexmap", 1418 + ] 1419 + 1420 + [[package]] 1421 + name = "pin-project" 1422 + version = "1.0.12" 1423 + source = "registry+https://github.com/rust-lang/crates.io-index" 1424 + checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc" 1425 + dependencies = [ 1426 + "pin-project-internal", 1427 + ] 1428 + 1429 + [[package]] 1430 + name = "pin-project-internal" 1431 + version = "1.0.12" 1432 + source = "registry+https://github.com/rust-lang/crates.io-index" 1433 + checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55" 1434 + dependencies = [ 1435 + "proc-macro2", 1436 + "quote", 1437 + "syn 1.0.109", 1438 + ] 1439 + 1440 + [[package]] 1441 + name = "pin-project-lite" 1442 + version = "0.1.12" 1443 + source = "registry+https://github.com/rust-lang/crates.io-index" 1444 + checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777" 1445 + 1446 + [[package]] 1447 + name = "pin-project-lite" 1448 + version = "0.2.9" 1449 + source = "registry+https://github.com/rust-lang/crates.io-index" 1450 + checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116" 1451 + 1452 + [[package]] 1453 + name = "pin-utils" 1454 + version = "0.1.0" 1455 + source = "registry+https://github.com/rust-lang/crates.io-index" 1456 + checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 1457 + 1458 + [[package]] 1459 + name = "pkg-config" 1460 + version = "0.3.27" 1461 + source = "registry+https://github.com/rust-lang/crates.io-index" 1462 + checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964" 1463 + 1464 + [[package]] 1465 + name = "proc-macro2" 1466 + version = "1.0.56" 1467 + source = "registry+https://github.com/rust-lang/crates.io-index" 1468 + checksum = "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435" 1469 + dependencies = [ 1470 + "unicode-ident", 1471 + ] 1472 + 1473 + [[package]] 1474 + name = "quote" 1475 + version = "1.0.27" 1476 + source = "registry+https://github.com/rust-lang/crates.io-index" 1477 + checksum = "8f4f29d145265ec1c483c7c654450edde0bfe043d3938d6972630663356d9500" 1478 + dependencies = [ 1479 + "proc-macro2", 1480 + ] 1481 + 1482 + [[package]] 1483 + name = "radium" 1484 + version = "0.5.3" 1485 + source = "registry+https://github.com/rust-lang/crates.io-index" 1486 + checksum = "941ba9d78d8e2f7ce474c015eea4d9c6d25b6a3327f9832ee29a4de27f91bbb8" 1487 + 1488 + [[package]] 1489 + name = "rand" 1490 + version = "0.4.6" 1491 + source = "registry+https://github.com/rust-lang/crates.io-index" 1492 + checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293" 1493 + dependencies = [ 1494 + "fuchsia-cprng", 1495 + "libc", 1496 + "rand_core 0.3.1", 1497 + "rdrand", 1498 + "winapi 0.3.9", 1499 + ] 1500 + 1501 + [[package]] 1502 + name = "rand_core" 1503 + version = "0.3.1" 1504 + source = "registry+https://github.com/rust-lang/crates.io-index" 1505 + checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b" 1506 + dependencies = [ 1507 + "rand_core 0.4.2", 1508 + ] 1509 + 1510 + [[package]] 1511 + name = "rand_core" 1512 + version = "0.4.2" 1513 + source = "registry+https://github.com/rust-lang/crates.io-index" 1514 + checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc" 1515 + 1516 + [[package]] 1517 + name = "rand_core" 1518 + version = "0.6.4" 1519 + source = "registry+https://github.com/rust-lang/crates.io-index" 1520 + checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 1521 + 1522 + [[package]] 1523 + name = "rand_xoshiro" 1524 + version = "0.6.0" 1525 + source = "registry+https://github.com/rust-lang/crates.io-index" 1526 + checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa" 1527 + dependencies = [ 1528 + "rand_core 0.6.4", 1529 + ] 1530 + 1531 + [[package]] 1532 + name = "rdrand" 1533 + version = "0.4.0" 1534 + source = "registry+https://github.com/rust-lang/crates.io-index" 1535 + checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2" 1536 + dependencies = [ 1537 + "rand_core 0.3.1", 1538 + ] 1539 + 1540 + [[package]] 1541 + name = "redox_syscall" 1542 + version = "0.2.16" 1543 + source = "registry+https://github.com/rust-lang/crates.io-index" 1544 + checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" 1545 + dependencies = [ 1546 + "bitflags", 1547 + ] 1548 + 1549 + [[package]] 1550 + name = "redox_syscall" 1551 + version = "0.3.5" 1552 + source = "registry+https://github.com/rust-lang/crates.io-index" 1553 + checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" 1554 + dependencies = [ 1555 + "bitflags", 1556 + ] 1557 + 1558 + [[package]] 1559 + name = "regex" 1560 + version = "1.8.1" 1561 + source = "registry+https://github.com/rust-lang/crates.io-index" 1562 + checksum = "af83e617f331cc6ae2da5443c602dfa5af81e517212d9d611a5b3ba1777b5370" 1563 + dependencies = [ 1564 + "aho-corasick 1.0.1", 1565 + "memchr", 1566 + "regex-syntax", 1567 + ] 1568 + 1569 + [[package]] 1570 + name = "regex-syntax" 1571 + version = "0.7.1" 1572 + source = "registry+https://github.com/rust-lang/crates.io-index" 1573 + checksum = "a5996294f19bd3aae0453a862ad728f60e6600695733dd5df01da90c54363a3c" 1574 + 1575 + [[package]] 1576 + name = "remove_dir_all" 1577 + version = "0.5.3" 1578 + source = "registry+https://github.com/rust-lang/crates.io-index" 1579 + checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7" 1580 + dependencies = [ 1581 + "winapi 0.3.9", 1582 + ] 1583 + 1584 + [[package]] 1585 + name = "reqwest" 1586 + version = "0.10.10" 1587 + source = "registry+https://github.com/rust-lang/crates.io-index" 1588 + checksum = "0718f81a8e14c4dbb3b34cf23dc6aaf9ab8a0dfec160c534b3dbca1aaa21f47c" 1589 + dependencies = [ 1590 + "base64", 1591 + "bytes 0.5.6", 1592 + "encoding_rs", 1593 + "futures-core", 1594 + "futures-util", 1595 + "http", 1596 + "http-body", 1597 + "hyper", 1598 + "hyper-tls", 1599 + "ipnet", 1600 + "js-sys", 1601 + "lazy_static", 1602 + "log", 1603 + "mime", 1604 + "mime_guess", 1605 + "native-tls", 1606 + "percent-encoding", 1607 + "pin-project-lite 0.2.9", 1608 + "serde", 1609 + "serde_json", 1610 + "serde_urlencoded", 1611 + "tokio", 1612 + "tokio-tls", 1613 + "url", 1614 + "wasm-bindgen", 1615 + "wasm-bindgen-futures", 1616 + "web-sys", 1617 + "winreg", 1618 + ] 1619 + 1620 + [[package]] 1621 + name = "rustc-workspace-hack" 1622 + version = "1.0.0" 1623 + source = "registry+https://github.com/rust-lang/crates.io-index" 1624 + checksum = "fc71d2faa173b74b232dedc235e3ee1696581bb132fc116fa3626d6151a1a8fb" 1625 + 1626 + [[package]] 1627 + name = "rustfix" 1628 + version = "0.5.1" 1629 + source = "registry+https://github.com/rust-lang/crates.io-index" 1630 + checksum = "f2c50b74badcddeb8f7652fa8323ce440b95286f8e4b64ebfd871c609672704e" 1631 + dependencies = [ 1632 + "anyhow", 1633 + "log", 1634 + "serde", 1635 + "serde_json", 1636 + ] 1637 + 1638 + [[package]] 1639 + name = "rustix" 1640 + version = "0.37.19" 1641 + source = "registry+https://github.com/rust-lang/crates.io-index" 1642 + checksum = "acf8729d8542766f1b2cf77eb034d52f40d375bb8b615d0b147089946e16613d" 1643 + dependencies = [ 1644 + "bitflags", 1645 + "errno", 1646 + "io-lifetimes", 1647 + "libc", 1648 + "linux-raw-sys", 1649 + "windows-sys 0.48.0", 1650 + ] 1651 + 1652 + [[package]] 1653 + name = "ryu" 1654 + version = "1.0.13" 1655 + source = "registry+https://github.com/rust-lang/crates.io-index" 1656 + checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041" 1657 + 1658 + [[package]] 1659 + name = "same-file" 1660 + version = "1.0.6" 1661 + source = "registry+https://github.com/rust-lang/crates.io-index" 1662 + checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 1663 + dependencies = [ 1664 + "winapi-util", 1665 + ] 1666 + 1667 + [[package]] 1668 + name = "schannel" 1669 + version = "0.1.21" 1670 + source = "registry+https://github.com/rust-lang/crates.io-index" 1671 + checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3" 1672 + dependencies = [ 1673 + "windows-sys 0.42.0", 1674 + ] 1675 + 1676 + [[package]] 1677 + name = "security-framework" 1678 + version = "2.8.2" 1679 + source = "registry+https://github.com/rust-lang/crates.io-index" 1680 + checksum = "a332be01508d814fed64bf28f798a146d73792121129962fdf335bb3c49a4254" 1681 + dependencies = [ 1682 + "bitflags", 1683 + "core-foundation", 1684 + "core-foundation-sys", 1685 + "libc", 1686 + "security-framework-sys", 1687 + ] 1688 + 1689 + [[package]] 1690 + name = "security-framework-sys" 1691 + version = "2.8.0" 1692 + source = "registry+https://github.com/rust-lang/crates.io-index" 1693 + checksum = "31c9bb296072e961fcbd8853511dd39c2d8be2deb1e17c6860b1d30732b323b4" 1694 + dependencies = [ 1695 + "core-foundation-sys", 1696 + "libc", 1697 + ] 1698 + 1699 + [[package]] 1700 + name = "semver" 1701 + version = "0.10.0" 1702 + source = "registry+https://github.com/rust-lang/crates.io-index" 1703 + checksum = "394cec28fa623e00903caf7ba4fa6fb9a0e260280bb8cdbbba029611108a0190" 1704 + dependencies = [ 1705 + "semver-parser 0.7.0", 1706 + "serde", 1707 + ] 1708 + 1709 + [[package]] 1710 + name = "semver" 1711 + version = "0.11.0" 1712 + source = "registry+https://github.com/rust-lang/crates.io-index" 1713 + checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6" 1714 + dependencies = [ 1715 + "semver-parser 0.10.2", 1716 + "serde", 1717 + ] 1718 + 1719 + [[package]] 1720 + name = "semver-parser" 1721 + version = "0.7.0" 1722 + source = "registry+https://github.com/rust-lang/crates.io-index" 1723 + checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" 1724 + 1725 + [[package]] 1726 + name = "semver-parser" 1727 + version = "0.10.2" 1728 + source = "registry+https://github.com/rust-lang/crates.io-index" 1729 + checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7" 1730 + dependencies = [ 1731 + "pest", 1732 + ] 1733 + 1734 + [[package]] 1735 + name = "serde" 1736 + version = "1.0.163" 1737 + source = "registry+https://github.com/rust-lang/crates.io-index" 1738 + checksum = "2113ab51b87a539ae008b5c6c02dc020ffa39afd2d83cffcb3f4eb2722cebec2" 1739 + dependencies = [ 1740 + "serde_derive", 1741 + ] 1742 + 1743 + [[package]] 1744 + name = "serde_derive" 1745 + version = "1.0.163" 1746 + source = "registry+https://github.com/rust-lang/crates.io-index" 1747 + checksum = "8c805777e3930c8883389c602315a24224bcc738b63905ef87cd1420353ea93e" 1748 + dependencies = [ 1749 + "proc-macro2", 1750 + "quote", 1751 + "syn 2.0.15", 1752 + ] 1753 + 1754 + [[package]] 1755 + name = "serde_ignored" 1756 + version = "0.1.7" 1757 + source = "registry+https://github.com/rust-lang/crates.io-index" 1758 + checksum = "94eb4a4087ba8bdf14a9208ac44fddbf55c01a6195f7edfc511ddaff6cae45a6" 1759 + dependencies = [ 1760 + "serde", 1761 + ] 1762 + 1763 + [[package]] 1764 + name = "serde_json" 1765 + version = "1.0.96" 1766 + source = "registry+https://github.com/rust-lang/crates.io-index" 1767 + checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1" 1768 + dependencies = [ 1769 + "itoa 1.0.6", 1770 + "ryu", 1771 + "serde", 1772 + ] 1773 + 1774 + [[package]] 1775 + name = "serde_urlencoded" 1776 + version = "0.7.1" 1777 + source = "registry+https://github.com/rust-lang/crates.io-index" 1778 + checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 1779 + dependencies = [ 1780 + "form_urlencoded", 1781 + "itoa 1.0.6", 1782 + "ryu", 1783 + "serde", 1784 + ] 1785 + 1786 + [[package]] 1787 + name = "shell-escape" 1788 + version = "0.1.5" 1789 + source = "registry+https://github.com/rust-lang/crates.io-index" 1790 + checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f" 1791 + 1792 + [[package]] 1793 + name = "sized-chunks" 1794 + version = "0.6.5" 1795 + source = "registry+https://github.com/rust-lang/crates.io-index" 1796 + checksum = "16d69225bde7a69b235da73377861095455d298f2b970996eec25ddbb42b3d1e" 1797 + dependencies = [ 1798 + "bitmaps", 1799 + "typenum", 1800 + ] 1801 + 1802 + [[package]] 1803 + name = "slab" 1804 + version = "0.4.8" 1805 + source = "registry+https://github.com/rust-lang/crates.io-index" 1806 + checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d" 1807 + dependencies = [ 1808 + "autocfg", 1809 + ] 1810 + 1811 + [[package]] 1812 + name = "smallvec" 1813 + version = "0.6.14" 1814 + source = "registry+https://github.com/rust-lang/crates.io-index" 1815 + checksum = "b97fcaeba89edba30f044a10c6a3cc39df9c3f17d7cd829dd1446cab35f890e0" 1816 + dependencies = [ 1817 + "maybe-uninit", 1818 + ] 1819 + 1820 + [[package]] 1821 + name = "smallvec" 1822 + version = "1.10.0" 1823 + source = "registry+https://github.com/rust-lang/crates.io-index" 1824 + checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" 1825 + 1826 + [[package]] 1827 + name = "socket2" 1828 + version = "0.3.19" 1829 + source = "registry+https://github.com/rust-lang/crates.io-index" 1830 + checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e" 1831 + dependencies = [ 1832 + "cfg-if 1.0.0", 1833 + "libc", 1834 + "winapi 0.3.9", 1835 + ] 1836 + 1837 + [[package]] 1838 + name = "socket2" 1839 + version = "0.4.9" 1840 + source = "registry+https://github.com/rust-lang/crates.io-index" 1841 + checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662" 1842 + dependencies = [ 1843 + "libc", 1844 + "winapi 0.3.9", 1845 + ] 1846 + 1847 + [[package]] 1848 + name = "static_assertions" 1849 + version = "1.1.0" 1850 + source = "registry+https://github.com/rust-lang/crates.io-index" 1851 + checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 1852 + 1853 + [[package]] 1854 + name = "strip-ansi-escapes" 1855 + version = "0.1.1" 1856 + source = "registry+https://github.com/rust-lang/crates.io-index" 1857 + checksum = "011cbb39cf7c1f62871aea3cc46e5817b0937b49e9447370c93cacbe93a766d8" 1858 + dependencies = [ 1859 + "vte", 1860 + ] 1861 + 1862 + [[package]] 1863 + name = "strsim" 1864 + version = "0.8.0" 1865 + source = "registry+https://github.com/rust-lang/crates.io-index" 1866 + checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" 1867 + 1868 + [[package]] 1869 + name = "supercow" 1870 + version = "0.1.0" 1871 + source = "registry+https://github.com/rust-lang/crates.io-index" 1872 + checksum = "171758edb47aa306a78dfa4ab9aeb5167405bd4e3dc2b64e88f6a84bbe98bd63" 1873 + 1874 + [[package]] 1875 + name = "syn" 1876 + version = "1.0.109" 1877 + source = "registry+https://github.com/rust-lang/crates.io-index" 1878 + checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 1879 + dependencies = [ 1880 + "proc-macro2", 1881 + "quote", 1882 + "unicode-ident", 1883 + ] 1884 + 1885 + [[package]] 1886 + name = "syn" 1887 + version = "2.0.15" 1888 + source = "registry+https://github.com/rust-lang/crates.io-index" 1889 + checksum = "a34fcf3e8b60f57e6a14301a2e916d323af98b0ea63c599441eec8558660c822" 1890 + dependencies = [ 1891 + "proc-macro2", 1892 + "quote", 1893 + "unicode-ident", 1894 + ] 1895 + 1896 + [[package]] 1897 + name = "tap" 1898 + version = "1.0.1" 1899 + source = "registry+https://github.com/rust-lang/crates.io-index" 1900 + checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" 1901 + 1902 + [[package]] 1903 + name = "tar" 1904 + version = "0.4.38" 1905 + source = "registry+https://github.com/rust-lang/crates.io-index" 1906 + checksum = "4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6" 1907 + dependencies = [ 1908 + "filetime", 1909 + "libc", 1910 + ] 1911 + 1912 + [[package]] 1913 + name = "target-spec" 1914 + version = "0.7.0" 1915 + source = "registry+https://github.com/rust-lang/crates.io-index" 1916 + checksum = "ac395241acf0f3d224dd2b07b334994adf6f37c904d1826867332ab8c6ddedbf" 1917 + dependencies = [ 1918 + "cfg-expr", 1919 + ] 1920 + 1921 + [[package]] 1922 + name = "tempdir" 1923 + version = "0.3.7" 1924 + source = "registry+https://github.com/rust-lang/crates.io-index" 1925 + checksum = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8" 1926 + dependencies = [ 1927 + "rand", 1928 + "remove_dir_all", 1929 + ] 1930 + 1931 + [[package]] 1932 + name = "tempfile" 1933 + version = "3.5.0" 1934 + source = "registry+https://github.com/rust-lang/crates.io-index" 1935 + checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998" 1936 + dependencies = [ 1937 + "cfg-if 1.0.0", 1938 + "fastrand", 1939 + "redox_syscall 0.3.5", 1940 + "rustix", 1941 + "windows-sys 0.45.0", 1942 + ] 1943 + 1944 + [[package]] 1945 + name = "termcolor" 1946 + version = "1.2.0" 1947 + source = "registry+https://github.com/rust-lang/crates.io-index" 1948 + checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6" 1949 + dependencies = [ 1950 + "winapi-util", 1951 + ] 1952 + 1953 + [[package]] 1954 + name = "textwrap" 1955 + version = "0.11.0" 1956 + source = "registry+https://github.com/rust-lang/crates.io-index" 1957 + checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" 1958 + dependencies = [ 1959 + "unicode-width", 1960 + ] 1961 + 1962 + [[package]] 1963 + name = "thiserror" 1964 + version = "1.0.40" 1965 + source = "registry+https://github.com/rust-lang/crates.io-index" 1966 + checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac" 1967 + dependencies = [ 1968 + "thiserror-impl", 1969 + ] 1970 + 1971 + [[package]] 1972 + name = "thiserror-impl" 1973 + version = "1.0.40" 1974 + source = "registry+https://github.com/rust-lang/crates.io-index" 1975 + checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f" 1976 + dependencies = [ 1977 + "proc-macro2", 1978 + "quote", 1979 + "syn 2.0.15", 1980 + ] 1981 + 1982 + [[package]] 1983 + name = "thread_local" 1984 + version = "1.1.7" 1985 + source = "registry+https://github.com/rust-lang/crates.io-index" 1986 + checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152" 1987 + dependencies = [ 1988 + "cfg-if 1.0.0", 1989 + "once_cell", 1990 + ] 1991 + 1992 + [[package]] 1993 + name = "time" 1994 + version = "0.1.45" 1995 + source = "registry+https://github.com/rust-lang/crates.io-index" 1996 + checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a" 1997 + dependencies = [ 1998 + "libc", 1999 + "wasi", 2000 + "winapi 0.3.9", 2001 + ] 2002 + 2003 + [[package]] 2004 + name = "tinyvec" 2005 + version = "1.6.0" 2006 + source = "registry+https://github.com/rust-lang/crates.io-index" 2007 + checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" 2008 + dependencies = [ 2009 + "tinyvec_macros", 2010 + ] 2011 + 2012 + [[package]] 2013 + name = "tinyvec_macros" 2014 + version = "0.1.1" 2015 + source = "registry+https://github.com/rust-lang/crates.io-index" 2016 + checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 2017 + 2018 + [[package]] 2019 + name = "tokio" 2020 + version = "0.2.25" 2021 + source = "registry+https://github.com/rust-lang/crates.io-index" 2022 + checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092" 2023 + dependencies = [ 2024 + "bytes 0.5.6", 2025 + "fnv", 2026 + "futures-core", 2027 + "iovec", 2028 + "lazy_static", 2029 + "memchr", 2030 + "mio", 2031 + "num_cpus", 2032 + "pin-project-lite 0.1.12", 2033 + "slab", 2034 + ] 2035 + 2036 + [[package]] 2037 + name = "tokio-tls" 2038 + version = "0.3.1" 2039 + source = "registry+https://github.com/rust-lang/crates.io-index" 2040 + checksum = "9a70f4fcd7b3b24fb194f837560168208f669ca8cb70d0c4b862944452396343" 2041 + dependencies = [ 2042 + "native-tls", 2043 + "tokio", 2044 + ] 2045 + 2046 + [[package]] 2047 + name = "tokio-util" 2048 + version = "0.3.1" 2049 + source = "registry+https://github.com/rust-lang/crates.io-index" 2050 + checksum = "be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499" 2051 + dependencies = [ 2052 + "bytes 0.5.6", 2053 + "futures-core", 2054 + "futures-sink", 2055 + "log", 2056 + "pin-project-lite 0.1.12", 2057 + "tokio", 2058 + ] 2059 + 2060 + [[package]] 2061 + name = "toml" 2062 + version = "0.5.11" 2063 + source = "registry+https://github.com/rust-lang/crates.io-index" 2064 + checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" 2065 + dependencies = [ 2066 + "serde", 2067 + ] 2068 + 2069 + [[package]] 2070 + name = "tower-service" 2071 + version = "0.3.2" 2072 + source = "registry+https://github.com/rust-lang/crates.io-index" 2073 + checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" 2074 + 2075 + [[package]] 2076 + name = "tracing" 2077 + version = "0.1.37" 2078 + source = "registry+https://github.com/rust-lang/crates.io-index" 2079 + checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8" 2080 + dependencies = [ 2081 + "cfg-if 1.0.0", 2082 + "log", 2083 + "pin-project-lite 0.2.9", 2084 + "tracing-core", 2085 + ] 2086 + 2087 + [[package]] 2088 + name = "tracing-core" 2089 + version = "0.1.31" 2090 + source = "registry+https://github.com/rust-lang/crates.io-index" 2091 + checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a" 2092 + dependencies = [ 2093 + "once_cell", 2094 + ] 2095 + 2096 + [[package]] 2097 + name = "tracing-futures" 2098 + version = "0.2.5" 2099 + source = "registry+https://github.com/rust-lang/crates.io-index" 2100 + checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2" 2101 + dependencies = [ 2102 + "pin-project", 2103 + "tracing", 2104 + ] 2105 + 2106 + [[package]] 2107 + name = "try-lock" 2108 + version = "0.2.4" 2109 + source = "registry+https://github.com/rust-lang/crates.io-index" 2110 + checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" 2111 + 2112 + [[package]] 2113 + name = "typenum" 2114 + version = "1.16.0" 2115 + source = "registry+https://github.com/rust-lang/crates.io-index" 2116 + checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba" 2117 + 2118 + [[package]] 2119 + name = "ucd-trie" 2120 + version = "0.1.5" 2121 + source = "registry+https://github.com/rust-lang/crates.io-index" 2122 + checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81" 2123 + 2124 + [[package]] 2125 + name = "unicase" 2126 + version = "2.6.0" 2127 + source = "registry+https://github.com/rust-lang/crates.io-index" 2128 + checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6" 2129 + dependencies = [ 2130 + "version_check", 2131 + ] 2132 + 2133 + [[package]] 2134 + name = "unicode-bidi" 2135 + version = "0.3.13" 2136 + source = "registry+https://github.com/rust-lang/crates.io-index" 2137 + checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460" 2138 + 2139 + [[package]] 2140 + name = "unicode-ident" 2141 + version = "1.0.8" 2142 + source = "registry+https://github.com/rust-lang/crates.io-index" 2143 + checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4" 2144 + 2145 + [[package]] 2146 + name = "unicode-normalization" 2147 + version = "0.1.22" 2148 + source = "registry+https://github.com/rust-lang/crates.io-index" 2149 + checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" 2150 + dependencies = [ 2151 + "tinyvec", 2152 + ] 2153 + 2154 + [[package]] 2155 + name = "unicode-width" 2156 + version = "0.1.10" 2157 + source = "registry+https://github.com/rust-lang/crates.io-index" 2158 + checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" 2159 + 2160 + [[package]] 2161 + name = "unicode-xid" 2162 + version = "0.2.4" 2163 + source = "registry+https://github.com/rust-lang/crates.io-index" 2164 + checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" 2165 + 2166 + [[package]] 2167 + name = "url" 2168 + version = "2.3.1" 2169 + source = "registry+https://github.com/rust-lang/crates.io-index" 2170 + checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643" 2171 + dependencies = [ 2172 + "form_urlencoded", 2173 + "idna", 2174 + "percent-encoding", 2175 + ] 2176 + 2177 + [[package]] 2178 + name = "utf8parse" 2179 + version = "0.2.1" 2180 + source = "registry+https://github.com/rust-lang/crates.io-index" 2181 + checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" 2182 + 2183 + [[package]] 2184 + name = "vcpkg" 2185 + version = "0.2.15" 2186 + source = "registry+https://github.com/rust-lang/crates.io-index" 2187 + checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 2188 + 2189 + [[package]] 2190 + name = "vec_map" 2191 + version = "0.8.2" 2192 + source = "registry+https://github.com/rust-lang/crates.io-index" 2193 + checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" 2194 + 2195 + [[package]] 2196 + name = "version_check" 2197 + version = "0.9.4" 2198 + source = "registry+https://github.com/rust-lang/crates.io-index" 2199 + checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 2200 + 2201 + [[package]] 2202 + name = "vte" 2203 + version = "0.10.1" 2204 + source = "registry+https://github.com/rust-lang/crates.io-index" 2205 + checksum = "6cbce692ab4ca2f1f3047fcf732430249c0e971bfdd2b234cf2c47ad93af5983" 2206 + dependencies = [ 2207 + "arrayvec", 2208 + "utf8parse", 2209 + "vte_generate_state_changes", 2210 + ] 2211 + 2212 + [[package]] 2213 + name = "vte_generate_state_changes" 2214 + version = "0.1.1" 2215 + source = "registry+https://github.com/rust-lang/crates.io-index" 2216 + checksum = "d257817081c7dffcdbab24b9e62d2def62e2ff7d00b1c20062551e6cccc145ff" 2217 + dependencies = [ 2218 + "proc-macro2", 2219 + "quote", 2220 + ] 2221 + 2222 + [[package]] 2223 + name = "walkdir" 2224 + version = "2.3.3" 2225 + source = "registry+https://github.com/rust-lang/crates.io-index" 2226 + checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698" 2227 + dependencies = [ 2228 + "same-file", 2229 + "winapi-util", 2230 + ] 2231 + 2232 + [[package]] 2233 + name = "want" 2234 + version = "0.3.0" 2235 + source = "registry+https://github.com/rust-lang/crates.io-index" 2236 + checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0" 2237 + dependencies = [ 2238 + "log", 2239 + "try-lock", 2240 + ] 2241 + 2242 + [[package]] 2243 + name = "wasi" 2244 + version = "0.10.0+wasi-snapshot-preview1" 2245 + source = "registry+https://github.com/rust-lang/crates.io-index" 2246 + checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" 2247 + 2248 + [[package]] 2249 + name = "wasm-bindgen" 2250 + version = "0.2.85" 2251 + source = "registry+https://github.com/rust-lang/crates.io-index" 2252 + checksum = "5b6cb788c4e39112fbe1822277ef6fb3c55cd86b95cb3d3c4c1c9597e4ac74b4" 2253 + dependencies = [ 2254 + "cfg-if 1.0.0", 2255 + "serde", 2256 + "serde_json", 2257 + "wasm-bindgen-macro", 2258 + ] 2259 + 2260 + [[package]] 2261 + name = "wasm-bindgen-backend" 2262 + version = "0.2.85" 2263 + source = "registry+https://github.com/rust-lang/crates.io-index" 2264 + checksum = "35e522ed4105a9d626d885b35d62501b30d9666283a5c8be12c14a8bdafe7822" 2265 + dependencies = [ 2266 + "bumpalo", 2267 + "log", 2268 + "once_cell", 2269 + "proc-macro2", 2270 + "quote", 2271 + "syn 2.0.15", 2272 + "wasm-bindgen-shared", 2273 + ] 2274 + 2275 + [[package]] 2276 + name = "wasm-bindgen-futures" 2277 + version = "0.4.35" 2278 + source = "registry+https://github.com/rust-lang/crates.io-index" 2279 + checksum = "083abe15c5d88556b77bdf7aef403625be9e327ad37c62c4e4129af740168163" 2280 + dependencies = [ 2281 + "cfg-if 1.0.0", 2282 + "js-sys", 2283 + "wasm-bindgen", 2284 + "web-sys", 2285 + ] 2286 + 2287 + [[package]] 2288 + name = "wasm-bindgen-macro" 2289 + version = "0.2.85" 2290 + source = "registry+https://github.com/rust-lang/crates.io-index" 2291 + checksum = "358a79a0cb89d21db8120cbfb91392335913e4890665b1a7981d9e956903b434" 2292 + dependencies = [ 2293 + "quote", 2294 + "wasm-bindgen-macro-support", 2295 + ] 2296 + 2297 + [[package]] 2298 + name = "wasm-bindgen-macro-support" 2299 + version = "0.2.85" 2300 + source = "registry+https://github.com/rust-lang/crates.io-index" 2301 + checksum = "4783ce29f09b9d93134d41297aded3a712b7b979e9c6f28c32cb88c973a94869" 2302 + dependencies = [ 2303 + "proc-macro2", 2304 + "quote", 2305 + "syn 2.0.15", 2306 + "wasm-bindgen-backend", 2307 + "wasm-bindgen-shared", 2308 + ] 2309 + 2310 + [[package]] 2311 + name = "wasm-bindgen-shared" 2312 + version = "0.2.85" 2313 + source = "registry+https://github.com/rust-lang/crates.io-index" 2314 + checksum = "a901d592cafaa4d711bc324edfaff879ac700b19c3dfd60058d2b445be2691eb" 2315 + 2316 + [[package]] 2317 + name = "web-sys" 2318 + version = "0.3.62" 2319 + source = "registry+https://github.com/rust-lang/crates.io-index" 2320 + checksum = "16b5f940c7edfdc6d12126d98c9ef4d1b3d470011c47c76a6581df47ad9ba721" 2321 + dependencies = [ 2322 + "js-sys", 2323 + "wasm-bindgen", 2324 + ] 2325 + 2326 + [[package]] 2327 + name = "winapi" 2328 + version = "0.2.8" 2329 + source = "registry+https://github.com/rust-lang/crates.io-index" 2330 + checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" 2331 + 2332 + [[package]] 2333 + name = "winapi" 2334 + version = "0.3.9" 2335 + source = "registry+https://github.com/rust-lang/crates.io-index" 2336 + checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 2337 + dependencies = [ 2338 + "winapi-i686-pc-windows-gnu", 2339 + "winapi-x86_64-pc-windows-gnu", 2340 + ] 2341 + 2342 + [[package]] 2343 + name = "winapi-build" 2344 + version = "0.1.1" 2345 + source = "registry+https://github.com/rust-lang/crates.io-index" 2346 + checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" 2347 + 2348 + [[package]] 2349 + name = "winapi-i686-pc-windows-gnu" 2350 + version = "0.4.0" 2351 + source = "registry+https://github.com/rust-lang/crates.io-index" 2352 + checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 2353 + 2354 + [[package]] 2355 + name = "winapi-util" 2356 + version = "0.1.5" 2357 + source = "registry+https://github.com/rust-lang/crates.io-index" 2358 + checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" 2359 + dependencies = [ 2360 + "winapi 0.3.9", 2361 + ] 2362 + 2363 + [[package]] 2364 + name = "winapi-x86_64-pc-windows-gnu" 2365 + version = "0.4.0" 2366 + source = "registry+https://github.com/rust-lang/crates.io-index" 2367 + checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 2368 + 2369 + [[package]] 2370 + name = "windows" 2371 + version = "0.48.0" 2372 + source = "registry+https://github.com/rust-lang/crates.io-index" 2373 + checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f" 2374 + dependencies = [ 2375 + "windows-targets 0.48.0", 2376 + ] 2377 + 2378 + [[package]] 2379 + name = "windows-sys" 2380 + version = "0.42.0" 2381 + source = "registry+https://github.com/rust-lang/crates.io-index" 2382 + checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" 2383 + dependencies = [ 2384 + "windows_aarch64_gnullvm 0.42.2", 2385 + "windows_aarch64_msvc 0.42.2", 2386 + "windows_i686_gnu 0.42.2", 2387 + "windows_i686_msvc 0.42.2", 2388 + "windows_x86_64_gnu 0.42.2", 2389 + "windows_x86_64_gnullvm 0.42.2", 2390 + "windows_x86_64_msvc 0.42.2", 2391 + ] 2392 + 2393 + [[package]] 2394 + name = "windows-sys" 2395 + version = "0.45.0" 2396 + source = "registry+https://github.com/rust-lang/crates.io-index" 2397 + checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 2398 + dependencies = [ 2399 + "windows-targets 0.42.2", 2400 + ] 2401 + 2402 + [[package]] 2403 + name = "windows-sys" 2404 + version = "0.48.0" 2405 + source = "registry+https://github.com/rust-lang/crates.io-index" 2406 + checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 2407 + dependencies = [ 2408 + "windows-targets 0.48.0", 2409 + ] 2410 + 2411 + [[package]] 2412 + name = "windows-targets" 2413 + version = "0.42.2" 2414 + source = "registry+https://github.com/rust-lang/crates.io-index" 2415 + checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 2416 + dependencies = [ 2417 + "windows_aarch64_gnullvm 0.42.2", 2418 + "windows_aarch64_msvc 0.42.2", 2419 + "windows_i686_gnu 0.42.2", 2420 + "windows_i686_msvc 0.42.2", 2421 + "windows_x86_64_gnu 0.42.2", 2422 + "windows_x86_64_gnullvm 0.42.2", 2423 + "windows_x86_64_msvc 0.42.2", 2424 + ] 2425 + 2426 + [[package]] 2427 + name = "windows-targets" 2428 + version = "0.48.0" 2429 + source = "registry+https://github.com/rust-lang/crates.io-index" 2430 + checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5" 2431 + dependencies = [ 2432 + "windows_aarch64_gnullvm 0.48.0", 2433 + "windows_aarch64_msvc 0.48.0", 2434 + "windows_i686_gnu 0.48.0", 2435 + "windows_i686_msvc 0.48.0", 2436 + "windows_x86_64_gnu 0.48.0", 2437 + "windows_x86_64_gnullvm 0.48.0", 2438 + "windows_x86_64_msvc 0.48.0", 2439 + ] 2440 + 2441 + [[package]] 2442 + name = "windows_aarch64_gnullvm" 2443 + version = "0.42.2" 2444 + source = "registry+https://github.com/rust-lang/crates.io-index" 2445 + checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 2446 + 2447 + [[package]] 2448 + name = "windows_aarch64_gnullvm" 2449 + version = "0.48.0" 2450 + source = "registry+https://github.com/rust-lang/crates.io-index" 2451 + checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc" 2452 + 2453 + [[package]] 2454 + name = "windows_aarch64_msvc" 2455 + version = "0.42.2" 2456 + source = "registry+https://github.com/rust-lang/crates.io-index" 2457 + checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 2458 + 2459 + [[package]] 2460 + name = "windows_aarch64_msvc" 2461 + version = "0.48.0" 2462 + source = "registry+https://github.com/rust-lang/crates.io-index" 2463 + checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3" 2464 + 2465 + [[package]] 2466 + name = "windows_i686_gnu" 2467 + version = "0.42.2" 2468 + source = "registry+https://github.com/rust-lang/crates.io-index" 2469 + checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 2470 + 2471 + [[package]] 2472 + name = "windows_i686_gnu" 2473 + version = "0.48.0" 2474 + source = "registry+https://github.com/rust-lang/crates.io-index" 2475 + checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241" 2476 + 2477 + [[package]] 2478 + name = "windows_i686_msvc" 2479 + version = "0.42.2" 2480 + source = "registry+https://github.com/rust-lang/crates.io-index" 2481 + checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 2482 + 2483 + [[package]] 2484 + name = "windows_i686_msvc" 2485 + version = "0.48.0" 2486 + source = "registry+https://github.com/rust-lang/crates.io-index" 2487 + checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00" 2488 + 2489 + [[package]] 2490 + name = "windows_x86_64_gnu" 2491 + version = "0.42.2" 2492 + source = "registry+https://github.com/rust-lang/crates.io-index" 2493 + checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 2494 + 2495 + [[package]] 2496 + name = "windows_x86_64_gnu" 2497 + version = "0.48.0" 2498 + source = "registry+https://github.com/rust-lang/crates.io-index" 2499 + checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" 2500 + 2501 + [[package]] 2502 + name = "windows_x86_64_gnullvm" 2503 + version = "0.42.2" 2504 + source = "registry+https://github.com/rust-lang/crates.io-index" 2505 + checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 2506 + 2507 + [[package]] 2508 + name = "windows_x86_64_gnullvm" 2509 + version = "0.48.0" 2510 + source = "registry+https://github.com/rust-lang/crates.io-index" 2511 + checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" 2512 + 2513 + [[package]] 2514 + name = "windows_x86_64_msvc" 2515 + version = "0.42.2" 2516 + source = "registry+https://github.com/rust-lang/crates.io-index" 2517 + checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 2518 + 2519 + [[package]] 2520 + name = "windows_x86_64_msvc" 2521 + version = "0.48.0" 2522 + source = "registry+https://github.com/rust-lang/crates.io-index" 2523 + checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" 2524 + 2525 + [[package]] 2526 + name = "winreg" 2527 + version = "0.7.0" 2528 + source = "registry+https://github.com/rust-lang/crates.io-index" 2529 + checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69" 2530 + dependencies = [ 2531 + "winapi 0.3.9", 2532 + ] 2533 + 2534 + [[package]] 2535 + name = "ws2_32-sys" 2536 + version = "0.2.1" 2537 + source = "registry+https://github.com/rust-lang/crates.io-index" 2538 + checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e" 2539 + dependencies = [ 2540 + "winapi 0.2.8", 2541 + "winapi-build", 2542 + ] 2543 + 2544 + [[package]] 2545 + name = "wyz" 2546 + version = "0.2.0" 2547 + source = "registry+https://github.com/rust-lang/crates.io-index" 2548 + checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214"
+31 -5
pkgs/development/tools/rust/cargo-dephell/default.nix
··· 1 - { lib, rustPlatform, fetchFromGitHub, pkg-config, openssl, stdenv, Security }: 1 + { lib 2 + , rustPlatform 3 + , fetchFromGitHub 4 + , pkg-config 5 + , stdenv 6 + , curl 7 + , openssl 8 + , darwin 9 + , libgit2_1_3_0 10 + }: 2 11 3 12 rustPlatform.buildRustPackage rec { 4 13 pname = "cargo-dephell"; ··· 8 17 owner = "mimoo"; 9 18 repo = pname; 10 19 rev = "v${version}"; 11 - sha256 = "1v3psrkjhgbkq9lm3698ac77qgk090jbly4r187nryj0vcmf9s1l"; 20 + hash = "sha256-NOjkKttA+mwPCpl4uiRIYD58DlMomVFpwnM9KGfWd+w="; 12 21 }; 13 22 14 - cargoSha256 = "0fwj782dbyj3ps16hxmq61drf8714863jb0d3mhivn3zlqawyyil"; 23 + cargoLock = { 24 + lockFile = ./Cargo.lock; 25 + }; 15 26 16 - nativeBuildInputs = [ pkg-config ]; 27 + nativeBuildInputs = [ 28 + pkg-config 29 + ] ++ lib.optionals stdenv.isDarwin [ 30 + curl 31 + ]; 17 32 18 - buildInputs = [ openssl ] ++ lib.optional stdenv.isDarwin Security; 33 + buildInputs = [ 34 + openssl 35 + ] ++ lib.optional stdenv.isDarwin [ 36 + curl 37 + darwin.apple_sdk.frameworks.Security 38 + libgit2_1_3_0 39 + ]; 40 + 41 + # update Cargo.lock to work with openssl 3 42 + postPatch = '' 43 + ln -sf ${./Cargo.lock} Cargo.lock 44 + ''; 19 45 20 46 meta = with lib; { 21 47 description = "A tool to analyze the third-party dependencies imported by a rust crate or rust workspace";
+1 -4
pkgs/top-level/all-packages.nix
··· 16244 16244 cargo-cross = callPackage ../development/tools/rust/cargo-cross { }; 16245 16245 cargo-deny = callPackage ../development/tools/rust/cargo-deny { }; 16246 16246 cargo-depgraph = callPackage ../development/tools/rust/cargo-depgraph { }; 16247 - cargo-dephell = callPackage ../development/tools/rust/cargo-dephell { 16248 - inherit (darwin.apple_sdk.frameworks) Security; 16249 - openssl = openssl_1_1; 16250 - }; 16247 + cargo-dephell = callPackage ../development/tools/rust/cargo-dephell { }; 16251 16248 cargo-diet = callPackage ../development/tools/rust/cargo-diet { }; 16252 16249 cargo-dist = callPackage ../development/tools/rust/cargo-dist { }; 16253 16250 cargo-embed = callPackage ../development/tools/rust/cargo-embed {