Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at fix-function-merge 1918 lines 48 kB view raw
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 3 4 5[[package]] 6name = "adler" 7version = "1.0.2" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 10 11[[package]] 12name = "ahash" 13version = "0.7.6" 14source = "registry+https://github.com/rust-lang/crates.io-index" 15checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47" 16dependencies = [ 17 "getrandom", 18 "once_cell", 19 "version_check", 20] 21 22[[package]] 23name = "aho-corasick" 24version = "0.7.18" 25source = "registry+https://github.com/rust-lang/crates.io-index" 26checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f" 27dependencies = [ 28 "memchr", 29] 30 31[[package]] 32name = "android_system_properties" 33version = "0.1.4" 34source = "registry+https://github.com/rust-lang/crates.io-index" 35checksum = "d7ed72e1635e121ca3e79420540282af22da58be50de153d36f81ddc6b83aa9e" 36dependencies = [ 37 "libc", 38] 39 40[[package]] 41name = "ansi_term" 42version = "0.12.1" 43source = "registry+https://github.com/rust-lang/crates.io-index" 44checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" 45dependencies = [ 46 "winapi", 47] 48 49[[package]] 50name = "archive" 51version = "0.1.0" 52dependencies = [ 53 "attohttpc", 54 "cfg-if 1.0.0", 55 "flate2", 56 "fs-utils", 57 "hyperx", 58 "progress-read", 59 "tar", 60 "tee", 61 "thiserror", 62 "verbatim", 63 "zip", 64] 65 66[[package]] 67name = "assert-json-diff" 68version = "2.0.1" 69source = "registry+https://github.com/rust-lang/crates.io-index" 70checksum = "50f1c3703dd33532d7f0ca049168930e9099ecac238e23cf932f3a69c42f06da" 71dependencies = [ 72 "serde", 73 "serde_json", 74] 75 76[[package]] 77name = "attohttpc" 78version = "0.24.0" 79source = "registry+https://github.com/rust-lang/crates.io-index" 80checksum = "b85f766c20e6ae766956f7a2fcc4e0931e79a7e1f48b29132b5d647021114914" 81dependencies = [ 82 "flate2", 83 "http", 84 "log", 85 "rustls", 86 "rustls-native-certs", 87 "serde", 88 "serde_json", 89 "url", 90 "webpki", 91] 92 93[[package]] 94name = "atty" 95version = "0.2.14" 96source = "registry+https://github.com/rust-lang/crates.io-index" 97checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 98dependencies = [ 99 "hermit-abi", 100 "libc", 101 "winapi", 102] 103 104[[package]] 105name = "autocfg" 106version = "0.1.4" 107source = "registry+https://github.com/rust-lang/crates.io-index" 108checksum = "0e49efa51329a5fd37e7c79db4621af617cd4e3e5bc224939808d076077077bf" 109 110[[package]] 111name = "autocfg" 112version = "1.0.0" 113source = "registry+https://github.com/rust-lang/crates.io-index" 114checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d" 115 116[[package]] 117name = "base64" 118version = "0.13.1" 119source = "registry+https://github.com/rust-lang/crates.io-index" 120checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" 121 122[[package]] 123name = "bitflags" 124version = "1.3.2" 125source = "registry+https://github.com/rust-lang/crates.io-index" 126checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 127 128[[package]] 129name = "block-buffer" 130version = "0.7.3" 131source = "registry+https://github.com/rust-lang/crates.io-index" 132checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b" 133dependencies = [ 134 "block-padding", 135 "byte-tools", 136 "byteorder", 137 "generic-array", 138] 139 140[[package]] 141name = "block-padding" 142version = "0.1.4" 143source = "registry+https://github.com/rust-lang/crates.io-index" 144checksum = "6d4dc3af3ee2e12f3e5d224e5e1e3d73668abbeb69e566d361f7d5563a4fdf09" 145dependencies = [ 146 "byte-tools", 147] 148 149[[package]] 150name = "bumpalo" 151version = "3.12.0" 152source = "registry+https://github.com/rust-lang/crates.io-index" 153checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535" 154 155[[package]] 156name = "byte-tools" 157version = "0.3.1" 158source = "registry+https://github.com/rust-lang/crates.io-index" 159checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7" 160 161[[package]] 162name = "byteorder" 163version = "1.3.2" 164source = "registry+https://github.com/rust-lang/crates.io-index" 165checksum = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5" 166 167[[package]] 168name = "bytes" 169version = "1.1.0" 170source = "registry+https://github.com/rust-lang/crates.io-index" 171checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8" 172 173[[package]] 174name = "bzip2" 175version = "0.3.3" 176source = "registry+https://github.com/rust-lang/crates.io-index" 177checksum = "42b7c3cbf0fa9c1b82308d57191728ca0256cb821220f4e2fd410a72ade26e3b" 178dependencies = [ 179 "bzip2-sys", 180 "libc", 181] 182 183[[package]] 184name = "bzip2-sys" 185version = "0.1.7" 186source = "registry+https://github.com/rust-lang/crates.io-index" 187checksum = "6584aa36f5ad4c9247f5323b0a42f37802b37a836f0ad87084d7a33961abe25f" 188dependencies = [ 189 "cc", 190 "libc", 191] 192 193[[package]] 194name = "cc" 195version = "1.0.73" 196source = "registry+https://github.com/rust-lang/crates.io-index" 197checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11" 198 199[[package]] 200name = "cfg-if" 201version = "0.1.10" 202source = "registry+https://github.com/rust-lang/crates.io-index" 203checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" 204 205[[package]] 206name = "cfg-if" 207version = "1.0.0" 208source = "registry+https://github.com/rust-lang/crates.io-index" 209checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 210 211[[package]] 212name = "chain-map" 213version = "0.1.0" 214source = "registry+https://github.com/rust-lang/crates.io-index" 215checksum = "bc076b92c3d763b90697600bf9833c204b517ff911f64dcfb58221b0663d3ee9" 216 217[[package]] 218name = "chrono" 219version = "0.4.23" 220source = "registry+https://github.com/rust-lang/crates.io-index" 221checksum = "16b0a3d9ed01224b22057780a37bb8c5dbfe1be8ba48678e7bf57ec4b385411f" 222dependencies = [ 223 "iana-time-zone", 224 "js-sys", 225 "num-integer", 226 "num-traits", 227 "time", 228 "wasm-bindgen", 229 "winapi", 230] 231 232[[package]] 233name = "ci_info" 234version = "0.14.9" 235source = "registry+https://github.com/rust-lang/crates.io-index" 236checksum = "62a62f39080c8c83e899dff6abd46c4fac05c1cf8dafece96ad8238e79addbf8" 237dependencies = [ 238 "envmnt", 239] 240 241[[package]] 242name = "clap" 243version = "2.34.0" 244source = "registry+https://github.com/rust-lang/crates.io-index" 245checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c" 246dependencies = [ 247 "ansi_term", 248 "atty", 249 "bitflags", 250 "strsim", 251 "textwrap 0.11.0", 252 "unicode-width", 253 "vec_map", 254] 255 256[[package]] 257name = "cmdline_words_parser" 258version = "0.2.1" 259source = "registry+https://github.com/rust-lang/crates.io-index" 260checksum = "75d8078f03daf673d8bd34a1ef48c680ea4a895204882ce5f0ccfb2487b2bd29" 261 262[[package]] 263name = "colored" 264version = "2.0.0" 265source = "registry+https://github.com/rust-lang/crates.io-index" 266checksum = "b3616f750b84d8f0de8a58bda93e08e2a81ad3f523089b05f1dffecab48c6cbd" 267dependencies = [ 268 "atty", 269 "lazy_static", 270 "winapi", 271] 272 273[[package]] 274name = "console" 275version = "0.15.5" 276source = "registry+https://github.com/rust-lang/crates.io-index" 277checksum = "c3d79fbe8970a77e3e34151cc13d3b3e248aa0faaecb9f6091fa07ebefe5ad60" 278dependencies = [ 279 "encode_unicode", 280 "lazy_static", 281 "libc", 282 "unicode-width", 283 "windows-sys 0.42.0", 284] 285 286[[package]] 287name = "core-foundation" 288version = "0.9.3" 289source = "registry+https://github.com/rust-lang/crates.io-index" 290checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146" 291dependencies = [ 292 "core-foundation-sys", 293 "libc", 294] 295 296[[package]] 297name = "core-foundation-sys" 298version = "0.8.3" 299source = "registry+https://github.com/rust-lang/crates.io-index" 300checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc" 301 302[[package]] 303name = "crc32fast" 304version = "1.2.0" 305source = "registry+https://github.com/rust-lang/crates.io-index" 306checksum = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1" 307dependencies = [ 308 "cfg-if 0.1.10", 309] 310 311[[package]] 312name = "ctrlc" 313version = "3.2.4" 314source = "registry+https://github.com/rust-lang/crates.io-index" 315checksum = "1631ca6e3c59112501a9d87fd86f21591ff77acd31331e8a73f8d80a65bbdd71" 316dependencies = [ 317 "nix", 318 "windows-sys 0.42.0", 319] 320 321[[package]] 322name = "detect-indent" 323version = "0.1.0" 324source = "git+https://github.com/stefanpenner/detect-indent-rs?branch=master#f645bcc81bfb1f9745c4a4dec7c7f6faf3f84ec5" 325dependencies = [ 326 "lazy_static", 327 "regex", 328] 329 330[[package]] 331name = "digest" 332version = "0.8.0" 333source = "registry+https://github.com/rust-lang/crates.io-index" 334checksum = "05f47366984d3ad862010e22c7ce81a7dbcaebbdfb37241a620f8b6596ee135c" 335dependencies = [ 336 "generic-array", 337] 338 339[[package]] 340name = "dirs" 341version = "4.0.0" 342source = "registry+https://github.com/rust-lang/crates.io-index" 343checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059" 344dependencies = [ 345 "dirs-sys", 346] 347 348[[package]] 349name = "dirs-sys" 350version = "0.3.6" 351source = "registry+https://github.com/rust-lang/crates.io-index" 352checksum = "03d86534ed367a67548dc68113a0f5db55432fdfbb6e6f9d77704397d95d5780" 353dependencies = [ 354 "libc", 355 "redox_users", 356 "winapi", 357] 358 359[[package]] 360name = "dunce" 361version = "1.0.3" 362source = "registry+https://github.com/rust-lang/crates.io-index" 363checksum = "0bd4b30a6560bbd9b4620f4de34c3f14f60848e58a9b7216801afcb4c7b31c3c" 364 365[[package]] 366name = "either" 367version = "1.6.1" 368source = "registry+https://github.com/rust-lang/crates.io-index" 369checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457" 370 371[[package]] 372name = "encode_unicode" 373version = "0.3.5" 374source = "registry+https://github.com/rust-lang/crates.io-index" 375checksum = "90b2c9496c001e8cb61827acdefad780795c42264c137744cae6f7d9e3450abd" 376 377[[package]] 378name = "envmnt" 379version = "0.10.0" 380source = "registry+https://github.com/rust-lang/crates.io-index" 381checksum = "9fbb2fcaad9e6c9e3388dfcc1b44ae5508ae864b7af36f163a8a7c1a48796eee" 382dependencies = [ 383 "fsio", 384 "indexmap", 385] 386 387[[package]] 388name = "envoy" 389version = "0.1.3" 390source = "registry+https://github.com/rust-lang/crates.io-index" 391checksum = "bb34b6240ca977e7ab7dff6f060f9cb9a8f92c7745fe9e292b9443944d1aa768" 392 393[[package]] 394name = "fake-simd" 395version = "0.1.2" 396source = "registry+https://github.com/rust-lang/crates.io-index" 397checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed" 398 399[[package]] 400name = "fastrand" 401version = "1.6.0" 402source = "registry+https://github.com/rust-lang/crates.io-index" 403checksum = "779d043b6a0b90cc4c0ed7ee380a6504394cee7efd7db050e3774eee387324b2" 404dependencies = [ 405 "instant", 406] 407 408[[package]] 409name = "filetime" 410version = "0.2.16" 411source = "registry+https://github.com/rust-lang/crates.io-index" 412checksum = "c0408e2626025178a6a7f7ffc05a25bc47103229f19c113755de7bf63816290c" 413dependencies = [ 414 "cfg-if 1.0.0", 415 "libc", 416 "redox_syscall", 417 "winapi", 418] 419 420[[package]] 421name = "flate2" 422version = "1.0.24" 423source = "registry+https://github.com/rust-lang/crates.io-index" 424checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6" 425dependencies = [ 426 "crc32fast", 427 "miniz_oxide", 428] 429 430[[package]] 431name = "fnv" 432version = "1.0.6" 433source = "registry+https://github.com/rust-lang/crates.io-index" 434checksum = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3" 435 436[[package]] 437name = "form_urlencoded" 438version = "1.0.1" 439source = "registry+https://github.com/rust-lang/crates.io-index" 440checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191" 441dependencies = [ 442 "matches", 443 "percent-encoding", 444] 445 446[[package]] 447name = "fs-utils" 448version = "0.1.0" 449 450[[package]] 451name = "fs2" 452version = "0.4.3" 453source = "registry+https://github.com/rust-lang/crates.io-index" 454checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213" 455dependencies = [ 456 "libc", 457 "winapi", 458] 459 460[[package]] 461name = "fsio" 462version = "0.3.0" 463source = "registry+https://github.com/rust-lang/crates.io-index" 464checksum = "09e87827efaf94c7a44b562ff57de06930712fe21b530c3797cdede26e6377eb" 465dependencies = [ 466 "dunce", 467] 468 469[[package]] 470name = "generic-array" 471version = "0.12.4" 472source = "registry+https://github.com/rust-lang/crates.io-index" 473checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd" 474dependencies = [ 475 "typenum", 476] 477 478[[package]] 479name = "getrandom" 480version = "0.2.3" 481source = "registry+https://github.com/rust-lang/crates.io-index" 482checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753" 483dependencies = [ 484 "cfg-if 1.0.0", 485 "libc", 486 "wasi", 487] 488 489[[package]] 490name = "hamcrest2" 491version = "0.3.0" 492source = "registry+https://github.com/rust-lang/crates.io-index" 493checksum = "49f837c62de05dc9cc71ff6486cd85de8856a330395ae338a04bfcefe5e91075" 494dependencies = [ 495 "num", 496 "regex", 497] 498 499[[package]] 500name = "hashbrown" 501version = "0.12.3" 502source = "registry+https://github.com/rust-lang/crates.io-index" 503checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 504dependencies = [ 505 "ahash", 506] 507 508[[package]] 509name = "heck" 510version = "0.3.1" 511source = "registry+https://github.com/rust-lang/crates.io-index" 512checksum = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205" 513dependencies = [ 514 "unicode-segmentation", 515] 516 517[[package]] 518name = "hermit-abi" 519version = "0.1.19" 520source = "registry+https://github.com/rust-lang/crates.io-index" 521checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" 522dependencies = [ 523 "libc", 524] 525 526[[package]] 527name = "http" 528version = "0.2.8" 529source = "registry+https://github.com/rust-lang/crates.io-index" 530checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399" 531dependencies = [ 532 "bytes", 533 "fnv", 534 "itoa 1.0.1", 535] 536 537[[package]] 538name = "httparse" 539version = "1.3.3" 540source = "registry+https://github.com/rust-lang/crates.io-index" 541checksum = "e8734b0cfd3bc3e101ec59100e101c2eecd19282202e87808b3037b442777a83" 542 543[[package]] 544name = "httpdate" 545version = "0.3.2" 546source = "registry+https://github.com/rust-lang/crates.io-index" 547checksum = "494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47" 548 549[[package]] 550name = "hyperx" 551version = "1.4.0" 552source = "registry+https://github.com/rust-lang/crates.io-index" 553checksum = "5617e92fc2f2501c3e2bc6ce547cad841adba2bae5b921c7e52510beca6d084c" 554dependencies = [ 555 "base64", 556 "bytes", 557 "http", 558 "httpdate", 559 "language-tags", 560 "mime", 561 "percent-encoding", 562 "unicase", 563] 564 565[[package]] 566name = "iana-time-zone" 567version = "0.1.45" 568source = "registry+https://github.com/rust-lang/crates.io-index" 569checksum = "ef5528d9c2817db4e10cc78f8d4c8228906e5854f389ff6b076cee3572a09d35" 570dependencies = [ 571 "android_system_properties", 572 "core-foundation-sys", 573 "js-sys", 574 "wasm-bindgen", 575 "winapi", 576] 577 578[[package]] 579name = "idna" 580version = "0.2.0" 581source = "registry+https://github.com/rust-lang/crates.io-index" 582checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9" 583dependencies = [ 584 "matches", 585 "unicode-bidi", 586 "unicode-normalization", 587] 588 589[[package]] 590name = "indexmap" 591version = "1.9.2" 592source = "registry+https://github.com/rust-lang/crates.io-index" 593checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399" 594dependencies = [ 595 "autocfg 1.0.0", 596 "hashbrown", 597] 598 599[[package]] 600name = "indicatif" 601version = "0.17.3" 602source = "registry+https://github.com/rust-lang/crates.io-index" 603checksum = "cef509aa9bc73864d6756f0d34d35504af3cf0844373afe9b8669a5b8005a729" 604dependencies = [ 605 "console", 606 "number_prefix", 607 "portable-atomic", 608 "unicode-width", 609] 610 611[[package]] 612name = "instant" 613version = "0.1.12" 614source = "registry+https://github.com/rust-lang/crates.io-index" 615checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 616dependencies = [ 617 "cfg-if 1.0.0", 618] 619 620[[package]] 621name = "itoa" 622version = "0.4.4" 623source = "registry+https://github.com/rust-lang/crates.io-index" 624checksum = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f" 625 626[[package]] 627name = "itoa" 628version = "1.0.1" 629source = "registry+https://github.com/rust-lang/crates.io-index" 630checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35" 631 632[[package]] 633name = "js-sys" 634version = "0.3.59" 635source = "registry+https://github.com/rust-lang/crates.io-index" 636checksum = "258451ab10b34f8af53416d1fdab72c22e805f0c92a1136d59470ec0b11138b2" 637dependencies = [ 638 "wasm-bindgen", 639] 640 641[[package]] 642name = "language-tags" 643version = "0.3.2" 644source = "registry+https://github.com/rust-lang/crates.io-index" 645checksum = "d4345964bb142484797b161f473a503a434de77149dd8c7427788c6e13379388" 646 647[[package]] 648name = "lazy_static" 649version = "1.4.0" 650source = "registry+https://github.com/rust-lang/crates.io-index" 651checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 652 653[[package]] 654name = "lazycell" 655version = "1.3.0" 656source = "registry+https://github.com/rust-lang/crates.io-index" 657checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" 658 659[[package]] 660name = "libc" 661version = "0.2.138" 662source = "registry+https://github.com/rust-lang/crates.io-index" 663checksum = "db6d7e329c562c5dfab7a46a2afabc8b987ab9a4834c9d1ca04dc54c1546cef8" 664 665[[package]] 666name = "log" 667version = "0.4.17" 668source = "registry+https://github.com/rust-lang/crates.io-index" 669checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" 670dependencies = [ 671 "cfg-if 1.0.0", 672] 673 674[[package]] 675name = "maplit" 676version = "1.0.1" 677source = "registry+https://github.com/rust-lang/crates.io-index" 678checksum = "08cbb6b4fef96b6d77bfc40ec491b1690c779e77b05cd9f07f787ed376fd4c43" 679 680[[package]] 681name = "matches" 682version = "0.1.8" 683source = "registry+https://github.com/rust-lang/crates.io-index" 684checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" 685 686[[package]] 687name = "maybe-uninit" 688version = "2.0.0" 689source = "registry+https://github.com/rust-lang/crates.io-index" 690checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00" 691 692[[package]] 693name = "memchr" 694version = "2.4.1" 695source = "registry+https://github.com/rust-lang/crates.io-index" 696checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a" 697 698[[package]] 699name = "mime" 700version = "0.3.13" 701source = "registry+https://github.com/rust-lang/crates.io-index" 702checksum = "3e27ca21f40a310bd06d9031785f4801710d566c184a6e15bad4f1d9b65f9425" 703dependencies = [ 704 "unicase", 705] 706 707[[package]] 708name = "miniz_oxide" 709version = "0.5.4" 710source = "registry+https://github.com/rust-lang/crates.io-index" 711checksum = "96590ba8f175222643a85693f33d26e9c8a015f599c216509b1a6894af675d34" 712dependencies = [ 713 "adler", 714] 715 716[[package]] 717name = "mockito" 718version = "0.31.1" 719source = "registry+https://github.com/rust-lang/crates.io-index" 720checksum = "80f9fece9bd97ab74339fe19f4bcaf52b76dcc18e5364c7977c1838f76b38de9" 721dependencies = [ 722 "assert-json-diff", 723 "colored", 724 "httparse", 725 "lazy_static", 726 "log", 727 "rand", 728 "regex", 729 "serde_json", 730 "serde_urlencoded", 731 "similar", 732] 733 734[[package]] 735name = "msdos_time" 736version = "0.1.6" 737source = "registry+https://github.com/rust-lang/crates.io-index" 738checksum = "aad9dfe950c057b1bfe9c1f2aa51583a8468ef2a5baba2ebbe06d775efeb7729" 739dependencies = [ 740 "time", 741 "winapi", 742] 743 744[[package]] 745name = "nix" 746version = "0.26.1" 747source = "registry+https://github.com/rust-lang/crates.io-index" 748checksum = "46a58d1d356c6597d08cde02c2f09d785b09e28711837b1ed667dc652c08a694" 749dependencies = [ 750 "bitflags", 751 "cfg-if 1.0.0", 752 "libc", 753 "static_assertions", 754] 755 756[[package]] 757name = "num" 758version = "0.2.0" 759source = "registry+https://github.com/rust-lang/crates.io-index" 760checksum = "cf4825417e1e1406b3782a8ce92f4d53f26ec055e3622e1881ca8e9f5f9e08db" 761dependencies = [ 762 "num-bigint", 763 "num-complex", 764 "num-integer", 765 "num-iter", 766 "num-rational", 767 "num-traits", 768] 769 770[[package]] 771name = "num-bigint" 772version = "0.2.3" 773source = "registry+https://github.com/rust-lang/crates.io-index" 774checksum = "f9c3f34cdd24f334cb265d9bf8bfa8a241920d026916785747a92f0e55541a1a" 775dependencies = [ 776 "autocfg 0.1.4", 777 "num-integer", 778 "num-traits", 779] 780 781[[package]] 782name = "num-complex" 783version = "0.2.3" 784source = "registry+https://github.com/rust-lang/crates.io-index" 785checksum = "fcb0cf31fb3ff77e6d2a6ebd6800df7fdcd106f2ad89113c9130bcd07f93dffc" 786dependencies = [ 787 "autocfg 0.1.4", 788 "num-traits", 789] 790 791[[package]] 792name = "num-integer" 793version = "0.1.41" 794source = "registry+https://github.com/rust-lang/crates.io-index" 795checksum = "b85e541ef8255f6cf42bbfe4ef361305c6c135d10919ecc26126c4e5ae94bc09" 796dependencies = [ 797 "autocfg 0.1.4", 798 "num-traits", 799] 800 801[[package]] 802name = "num-iter" 803version = "0.1.39" 804source = "registry+https://github.com/rust-lang/crates.io-index" 805checksum = "76bd5272412d173d6bf9afdf98db8612bbabc9a7a830b7bfc9c188911716132e" 806dependencies = [ 807 "autocfg 0.1.4", 808 "num-integer", 809 "num-traits", 810] 811 812[[package]] 813name = "num-rational" 814version = "0.2.2" 815source = "registry+https://github.com/rust-lang/crates.io-index" 816checksum = "f2885278d5fe2adc2f75ced642d52d879bffaceb5a2e0b1d4309ffdfb239b454" 817dependencies = [ 818 "autocfg 0.1.4", 819 "num-bigint", 820 "num-integer", 821 "num-traits", 822] 823 824[[package]] 825name = "num-traits" 826version = "0.2.8" 827source = "registry+https://github.com/rust-lang/crates.io-index" 828checksum = "6ba9a427cfca2be13aa6f6403b0b7e7368fe982bfa16fccc450ce74c46cd9b32" 829dependencies = [ 830 "autocfg 0.1.4", 831] 832 833[[package]] 834name = "number_prefix" 835version = "0.4.0" 836source = "registry+https://github.com/rust-lang/crates.io-index" 837checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" 838 839[[package]] 840name = "once_cell" 841version = "1.17.0" 842source = "registry+https://github.com/rust-lang/crates.io-index" 843checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66" 844 845[[package]] 846name = "opaque-debug" 847version = "0.2.2" 848source = "registry+https://github.com/rust-lang/crates.io-index" 849checksum = "93f5bb2e8e8dec81642920ccff6b61f1eb94fa3020c5a325c9851ff604152409" 850 851[[package]] 852name = "openssl-probe" 853version = "0.1.5" 854source = "registry+https://github.com/rust-lang/crates.io-index" 855checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" 856 857[[package]] 858name = "os_info" 859version = "3.5.1" 860source = "registry+https://github.com/rust-lang/crates.io-index" 861checksum = "c4750134fb6a5d49afc80777394ad5d95b04bc12068c6abb92fae8f43817270f" 862dependencies = [ 863 "log", 864 "serde", 865 "winapi", 866] 867 868[[package]] 869name = "percent-encoding" 870version = "2.1.0" 871source = "registry+https://github.com/rust-lang/crates.io-index" 872checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" 873 874[[package]] 875name = "pest" 876version = "2.1.1" 877source = "registry+https://github.com/rust-lang/crates.io-index" 878checksum = "933085deae3f32071f135d799d75667b63c8dc1f4537159756e3d4ceab41868c" 879dependencies = [ 880 "ucd-trie", 881] 882 883[[package]] 884name = "pest_derive" 885version = "2.1.0" 886source = "registry+https://github.com/rust-lang/crates.io-index" 887checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0" 888dependencies = [ 889 "pest", 890 "pest_generator", 891] 892 893[[package]] 894name = "pest_generator" 895version = "2.1.0" 896source = "registry+https://github.com/rust-lang/crates.io-index" 897checksum = "63120576c4efd69615b5537d3d052257328a4ca82876771d6944424ccfd9f646" 898dependencies = [ 899 "pest", 900 "pest_meta", 901 "proc-macro2 0.4.30", 902 "quote 0.6.12", 903 "syn 0.15.36", 904] 905 906[[package]] 907name = "pest_meta" 908version = "2.1.1" 909source = "registry+https://github.com/rust-lang/crates.io-index" 910checksum = "f249ea6de7c7b7aba92b4ff4376a994c6dbd98fd2166c89d5c4947397ecb574d" 911dependencies = [ 912 "maplit", 913 "pest", 914 "sha-1", 915] 916 917[[package]] 918name = "podio" 919version = "0.1.6" 920source = "registry+https://github.com/rust-lang/crates.io-index" 921checksum = "780fb4b6698bbf9cf2444ea5d22411cef2953f0824b98f33cf454ec5615645bd" 922 923[[package]] 924name = "portable-atomic" 925version = "0.3.15" 926source = "registry+https://github.com/rust-lang/crates.io-index" 927checksum = "15eb2c6e362923af47e13c23ca5afb859e83d54452c55b0b9ac763b8f7c1ac16" 928 929[[package]] 930name = "ppv-lite86" 931version = "0.2.8" 932source = "registry+https://github.com/rust-lang/crates.io-index" 933checksum = "237a5ed80e274dbc66f86bd59c1e25edc039660be53194b5fe0a482e0f2612ea" 934 935[[package]] 936name = "proc-macro2" 937version = "0.4.30" 938source = "registry+https://github.com/rust-lang/crates.io-index" 939checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" 940dependencies = [ 941 "unicode-xid", 942] 943 944[[package]] 945name = "proc-macro2" 946version = "1.0.47" 947source = "registry+https://github.com/rust-lang/crates.io-index" 948checksum = "5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725" 949dependencies = [ 950 "unicode-ident", 951] 952 953[[package]] 954name = "progress-read" 955version = "0.1.0" 956 957[[package]] 958name = "quote" 959version = "0.6.12" 960source = "registry+https://github.com/rust-lang/crates.io-index" 961checksum = "faf4799c5d274f3868a4aae320a0a182cbd2baee377b378f080e16a23e9d80db" 962dependencies = [ 963 "proc-macro2 0.4.30", 964] 965 966[[package]] 967name = "quote" 968version = "1.0.2" 969source = "registry+https://github.com/rust-lang/crates.io-index" 970checksum = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe" 971dependencies = [ 972 "proc-macro2 1.0.47", 973] 974 975[[package]] 976name = "rand" 977version = "0.8.4" 978source = "registry+https://github.com/rust-lang/crates.io-index" 979checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8" 980dependencies = [ 981 "libc", 982 "rand_chacha", 983 "rand_core", 984 "rand_hc", 985] 986 987[[package]] 988name = "rand_chacha" 989version = "0.3.1" 990source = "registry+https://github.com/rust-lang/crates.io-index" 991checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 992dependencies = [ 993 "ppv-lite86", 994 "rand_core", 995] 996 997[[package]] 998name = "rand_core" 999version = "0.6.3" 1000source = "registry+https://github.com/rust-lang/crates.io-index" 1001checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7" 1002dependencies = [ 1003 "getrandom", 1004] 1005 1006[[package]] 1007name = "rand_hc" 1008version = "0.3.1" 1009source = "registry+https://github.com/rust-lang/crates.io-index" 1010checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7" 1011dependencies = [ 1012 "rand_core", 1013] 1014 1015[[package]] 1016name = "readext" 1017version = "0.1.0" 1018source = "registry+https://github.com/rust-lang/crates.io-index" 1019checksum = "abdc58f5f18bcf347b55cebb34ed4618b0feff9a9223160f5902adbc1f6a72a6" 1020 1021[[package]] 1022name = "redox_syscall" 1023version = "0.2.10" 1024source = "registry+https://github.com/rust-lang/crates.io-index" 1025checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff" 1026dependencies = [ 1027 "bitflags", 1028] 1029 1030[[package]] 1031name = "redox_users" 1032version = "0.4.0" 1033source = "registry+https://github.com/rust-lang/crates.io-index" 1034checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64" 1035dependencies = [ 1036 "getrandom", 1037 "redox_syscall", 1038] 1039 1040[[package]] 1041name = "regex" 1042version = "1.7.1" 1043source = "registry+https://github.com/rust-lang/crates.io-index" 1044checksum = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733" 1045dependencies = [ 1046 "aho-corasick", 1047 "memchr", 1048 "regex-syntax", 1049] 1050 1051[[package]] 1052name = "regex-syntax" 1053version = "0.6.27" 1054source = "registry+https://github.com/rust-lang/crates.io-index" 1055checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244" 1056 1057[[package]] 1058name = "remove_dir_all" 1059version = "0.5.2" 1060source = "registry+https://github.com/rust-lang/crates.io-index" 1061checksum = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e" 1062dependencies = [ 1063 "winapi", 1064] 1065 1066[[package]] 1067name = "retry" 1068version = "2.0.0" 1069source = "registry+https://github.com/rust-lang/crates.io-index" 1070checksum = "9166d72162de3575f950507683fac47e30f6f2c3836b71b7fbc61aa517c9c5f4" 1071dependencies = [ 1072 "rand", 1073] 1074 1075[[package]] 1076name = "ring" 1077version = "0.16.20" 1078source = "registry+https://github.com/rust-lang/crates.io-index" 1079checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc" 1080dependencies = [ 1081 "cc", 1082 "libc", 1083 "once_cell", 1084 "spin", 1085 "untrusted", 1086 "web-sys", 1087 "winapi", 1088] 1089 1090[[package]] 1091name = "rustls" 1092version = "0.20.6" 1093source = "registry+https://github.com/rust-lang/crates.io-index" 1094checksum = "5aab8ee6c7097ed6057f43c187a62418d0c05a4bd5f18b3571db50ee0f9ce033" 1095dependencies = [ 1096 "log", 1097 "ring", 1098 "sct", 1099 "webpki", 1100] 1101 1102[[package]] 1103name = "rustls-native-certs" 1104version = "0.6.2" 1105source = "registry+https://github.com/rust-lang/crates.io-index" 1106checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50" 1107dependencies = [ 1108 "openssl-probe", 1109 "rustls-pemfile", 1110 "schannel", 1111 "security-framework", 1112] 1113 1114[[package]] 1115name = "rustls-pemfile" 1116version = "1.0.1" 1117source = "registry+https://github.com/rust-lang/crates.io-index" 1118checksum = "0864aeff53f8c05aa08d86e5ef839d3dfcf07aeba2db32f12db0ef716e87bd55" 1119dependencies = [ 1120 "base64", 1121] 1122 1123[[package]] 1124name = "ryu" 1125version = "1.0.6" 1126source = "registry+https://github.com/rust-lang/crates.io-index" 1127checksum = "3c9613b5a66ab9ba26415184cfc41156594925a9cf3a2057e57f31ff145f6568" 1128 1129[[package]] 1130name = "same-file" 1131version = "1.0.5" 1132source = "registry+https://github.com/rust-lang/crates.io-index" 1133checksum = "585e8ddcedc187886a30fa705c47985c3fa88d06624095856b36ca0b82ff4421" 1134dependencies = [ 1135 "winapi-util", 1136] 1137 1138[[package]] 1139name = "schannel" 1140version = "0.1.20" 1141source = "registry+https://github.com/rust-lang/crates.io-index" 1142checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2" 1143dependencies = [ 1144 "lazy_static", 1145 "windows-sys 0.36.1", 1146] 1147 1148[[package]] 1149name = "sct" 1150version = "0.7.0" 1151source = "registry+https://github.com/rust-lang/crates.io-index" 1152checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4" 1153dependencies = [ 1154 "ring", 1155 "untrusted", 1156] 1157 1158[[package]] 1159name = "security-framework" 1160version = "2.7.0" 1161source = "registry+https://github.com/rust-lang/crates.io-index" 1162checksum = "2bc1bb97804af6631813c55739f771071e0f2ed33ee20b68c86ec505d906356c" 1163dependencies = [ 1164 "bitflags", 1165 "core-foundation", 1166 "core-foundation-sys", 1167 "libc", 1168 "security-framework-sys", 1169] 1170 1171[[package]] 1172name = "security-framework-sys" 1173version = "2.6.1" 1174source = "registry+https://github.com/rust-lang/crates.io-index" 1175checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556" 1176dependencies = [ 1177 "core-foundation-sys", 1178 "libc", 1179] 1180 1181[[package]] 1182name = "semver" 1183version = "0.9.0" 1184source = "git+https://github.com/mikrostew/semver?branch=new-parser#7583eb352dc181ccd09978fd2b16461c1b1669c1" 1185dependencies = [ 1186 "semver-parser", 1187] 1188 1189[[package]] 1190name = "semver-parser" 1191version = "0.10.0" 1192source = "git+https://github.com/mikrostew/semver-parser?branch=rewrite#f5c74268a09eef16a289a667ca7b4925e690fe13" 1193dependencies = [ 1194 "pest", 1195 "pest_derive", 1196] 1197 1198[[package]] 1199name = "serde" 1200version = "1.0.152" 1201source = "registry+https://github.com/rust-lang/crates.io-index" 1202checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb" 1203dependencies = [ 1204 "serde_derive", 1205] 1206 1207[[package]] 1208name = "serde_derive" 1209version = "1.0.152" 1210source = "registry+https://github.com/rust-lang/crates.io-index" 1211checksum = "af487d118eecd09402d70a5d72551860e788df87b464af30e5ea6a38c75c541e" 1212dependencies = [ 1213 "proc-macro2 1.0.47", 1214 "quote 1.0.2", 1215 "syn 1.0.105", 1216] 1217 1218[[package]] 1219name = "serde_json" 1220version = "1.0.91" 1221source = "registry+https://github.com/rust-lang/crates.io-index" 1222checksum = "877c235533714907a8c2464236f5c4b2a17262ef1bd71f38f35ea592c8da6883" 1223dependencies = [ 1224 "indexmap", 1225 "itoa 1.0.1", 1226 "ryu", 1227 "serde", 1228] 1229 1230[[package]] 1231name = "serde_urlencoded" 1232version = "0.7.0" 1233source = "registry+https://github.com/rust-lang/crates.io-index" 1234checksum = "edfa57a7f8d9c1d260a549e7224100f6c43d43f9103e06dd8b4095a9b2b43ce9" 1235dependencies = [ 1236 "form_urlencoded", 1237 "itoa 0.4.4", 1238 "ryu", 1239 "serde", 1240] 1241 1242[[package]] 1243name = "sha-1" 1244version = "0.8.1" 1245source = "registry+https://github.com/rust-lang/crates.io-index" 1246checksum = "23962131a91661d643c98940b20fcaffe62d776a823247be80a48fcb8b6fce68" 1247dependencies = [ 1248 "block-buffer", 1249 "digest", 1250 "fake-simd", 1251 "opaque-debug", 1252] 1253 1254[[package]] 1255name = "similar" 1256version = "2.1.0" 1257source = "registry+https://github.com/rust-lang/crates.io-index" 1258checksum = "2e24979f63a11545f5f2c60141afe249d4f19f84581ea2138065e400941d83d3" 1259 1260[[package]] 1261name = "smallvec" 1262version = "0.6.14" 1263source = "registry+https://github.com/rust-lang/crates.io-index" 1264checksum = "b97fcaeba89edba30f044a10c6a3cc39df9c3f17d7cd829dd1446cab35f890e0" 1265dependencies = [ 1266 "maybe-uninit", 1267] 1268 1269[[package]] 1270name = "smawk" 1271version = "0.3.1" 1272source = "registry+https://github.com/rust-lang/crates.io-index" 1273checksum = "f67ad224767faa3c7d8b6d91985b78e70a1324408abcb1cfcc2be4c06bc06043" 1274 1275[[package]] 1276name = "spin" 1277version = "0.5.2" 1278source = "registry+https://github.com/rust-lang/crates.io-index" 1279checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" 1280 1281[[package]] 1282name = "static_assertions" 1283version = "1.1.0" 1284source = "registry+https://github.com/rust-lang/crates.io-index" 1285checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 1286 1287[[package]] 1288name = "strsim" 1289version = "0.8.0" 1290source = "registry+https://github.com/rust-lang/crates.io-index" 1291checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" 1292 1293[[package]] 1294name = "structopt" 1295version = "0.2.18" 1296source = "registry+https://github.com/rust-lang/crates.io-index" 1297checksum = "16c2cdbf9cc375f15d1b4141bc48aeef444806655cd0e904207edc8d68d86ed7" 1298dependencies = [ 1299 "clap", 1300 "structopt-derive", 1301] 1302 1303[[package]] 1304name = "structopt-derive" 1305version = "0.2.18" 1306source = "registry+https://github.com/rust-lang/crates.io-index" 1307checksum = "53010261a84b37689f9ed7d395165029f9cc7abb9f56bbfe86bee2597ed25107" 1308dependencies = [ 1309 "heck", 1310 "proc-macro2 0.4.30", 1311 "quote 0.6.12", 1312 "syn 0.15.36", 1313] 1314 1315[[package]] 1316name = "syn" 1317version = "0.15.36" 1318source = "registry+https://github.com/rust-lang/crates.io-index" 1319checksum = "8b4f551a91e2e3848aeef8751d0d4eec9489b6474c720fd4c55958d8d31a430c" 1320dependencies = [ 1321 "proc-macro2 0.4.30", 1322 "quote 0.6.12", 1323 "unicode-xid", 1324] 1325 1326[[package]] 1327name = "syn" 1328version = "1.0.105" 1329source = "registry+https://github.com/rust-lang/crates.io-index" 1330checksum = "60b9b43d45702de4c839cb9b51d9f529c5dd26a4aff255b42b1ebc03e88ee908" 1331dependencies = [ 1332 "proc-macro2 1.0.47", 1333 "quote 1.0.2", 1334 "unicode-ident", 1335] 1336 1337[[package]] 1338name = "tar" 1339version = "0.4.38" 1340source = "registry+https://github.com/rust-lang/crates.io-index" 1341checksum = "4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6" 1342dependencies = [ 1343 "filetime", 1344 "libc", 1345 "xattr", 1346] 1347 1348[[package]] 1349name = "tee" 1350version = "0.1.0" 1351source = "registry+https://github.com/rust-lang/crates.io-index" 1352checksum = "37c12559dba7383625faaff75be24becf35bfc885044375bcab931111799a3da" 1353 1354[[package]] 1355name = "tempfile" 1356version = "3.3.0" 1357source = "registry+https://github.com/rust-lang/crates.io-index" 1358checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4" 1359dependencies = [ 1360 "cfg-if 1.0.0", 1361 "fastrand", 1362 "libc", 1363 "redox_syscall", 1364 "remove_dir_all", 1365 "winapi", 1366] 1367 1368[[package]] 1369name = "term_size" 1370version = "0.3.2" 1371source = "registry+https://github.com/rust-lang/crates.io-index" 1372checksum = "1e4129646ca0ed8f45d09b929036bafad5377103edd06e50bf574b353d2b08d9" 1373dependencies = [ 1374 "libc", 1375 "winapi", 1376] 1377 1378[[package]] 1379name = "test-support" 1380version = "0.1.0" 1381dependencies = [ 1382 "archive", 1383 "hamcrest2", 1384 "serde_json", 1385 "thiserror", 1386] 1387 1388[[package]] 1389name = "textwrap" 1390version = "0.11.0" 1391source = "registry+https://github.com/rust-lang/crates.io-index" 1392checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" 1393dependencies = [ 1394 "unicode-width", 1395] 1396 1397[[package]] 1398name = "textwrap" 1399version = "0.16.0" 1400source = "registry+https://github.com/rust-lang/crates.io-index" 1401checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d" 1402dependencies = [ 1403 "smawk", 1404 "unicode-linebreak", 1405 "unicode-width", 1406] 1407 1408[[package]] 1409name = "thiserror" 1410version = "1.0.38" 1411source = "registry+https://github.com/rust-lang/crates.io-index" 1412checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0" 1413dependencies = [ 1414 "thiserror-impl", 1415] 1416 1417[[package]] 1418name = "thiserror-impl" 1419version = "1.0.38" 1420source = "registry+https://github.com/rust-lang/crates.io-index" 1421checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f" 1422dependencies = [ 1423 "proc-macro2 1.0.47", 1424 "quote 1.0.2", 1425 "syn 1.0.105", 1426] 1427 1428[[package]] 1429name = "time" 1430version = "0.1.44" 1431source = "registry+https://github.com/rust-lang/crates.io-index" 1432checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255" 1433dependencies = [ 1434 "libc", 1435 "wasi", 1436 "winapi", 1437] 1438 1439[[package]] 1440name = "typenum" 1441version = "1.14.0" 1442source = "registry+https://github.com/rust-lang/crates.io-index" 1443checksum = "b63708a265f51345575b27fe43f9500ad611579e764c79edbc2037b1121959ec" 1444 1445[[package]] 1446name = "ucd-trie" 1447version = "0.1.1" 1448source = "registry+https://github.com/rust-lang/crates.io-index" 1449checksum = "71a9c5b1fe77426cf144cc30e49e955270f5086e31a6441dfa8b32efc09b9d77" 1450 1451[[package]] 1452name = "unicase" 1453version = "2.6.0" 1454source = "registry+https://github.com/rust-lang/crates.io-index" 1455checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6" 1456dependencies = [ 1457 "version_check", 1458] 1459 1460[[package]] 1461name = "unicode-bidi" 1462version = "0.3.4" 1463source = "registry+https://github.com/rust-lang/crates.io-index" 1464checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5" 1465dependencies = [ 1466 "matches", 1467] 1468 1469[[package]] 1470name = "unicode-ident" 1471version = "1.0.5" 1472source = "registry+https://github.com/rust-lang/crates.io-index" 1473checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3" 1474 1475[[package]] 1476name = "unicode-linebreak" 1477version = "0.1.4" 1478source = "registry+https://github.com/rust-lang/crates.io-index" 1479checksum = "c5faade31a542b8b35855fff6e8def199853b2da8da256da52f52f1316ee3137" 1480dependencies = [ 1481 "hashbrown", 1482 "regex", 1483] 1484 1485[[package]] 1486name = "unicode-normalization" 1487version = "0.1.8" 1488source = "registry+https://github.com/rust-lang/crates.io-index" 1489checksum = "141339a08b982d942be2ca06ff8b076563cbe223d1befd5450716790d44e2426" 1490dependencies = [ 1491 "smallvec", 1492] 1493 1494[[package]] 1495name = "unicode-segmentation" 1496version = "1.3.0" 1497source = "registry+https://github.com/rust-lang/crates.io-index" 1498checksum = "1967f4cdfc355b37fd76d2a954fb2ed3871034eb4f26d60537d88795cfc332a9" 1499 1500[[package]] 1501name = "unicode-width" 1502version = "0.1.10" 1503source = "registry+https://github.com/rust-lang/crates.io-index" 1504checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" 1505 1506[[package]] 1507name = "unicode-xid" 1508version = "0.1.0" 1509source = "registry+https://github.com/rust-lang/crates.io-index" 1510checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" 1511 1512[[package]] 1513name = "untrusted" 1514version = "0.7.1" 1515source = "registry+https://github.com/rust-lang/crates.io-index" 1516checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" 1517 1518[[package]] 1519name = "url" 1520version = "2.3.0" 1521source = "registry+https://github.com/rust-lang/crates.io-index" 1522checksum = "22fe195a4f217c25b25cb5058ced57059824a678474874038dc88d211bf508d3" 1523dependencies = [ 1524 "form_urlencoded", 1525 "idna", 1526 "percent-encoding", 1527] 1528 1529[[package]] 1530name = "validate-npm-package-name" 1531version = "0.1.0" 1532dependencies = [ 1533 "lazy_static", 1534 "percent-encoding", 1535 "regex", 1536] 1537 1538[[package]] 1539name = "vec_map" 1540version = "0.8.1" 1541source = "registry+https://github.com/rust-lang/crates.io-index" 1542checksum = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a" 1543 1544[[package]] 1545name = "verbatim" 1546version = "0.1.1" 1547source = "registry+https://github.com/rust-lang/crates.io-index" 1548checksum = "bbad0679079b451226e954019b2efac46bafa8f7b1418b953861e864072a97c6" 1549 1550[[package]] 1551name = "version_check" 1552version = "0.9.1" 1553source = "registry+https://github.com/rust-lang/crates.io-index" 1554checksum = "078775d0255232fb988e6fccf26ddc9d1ac274299aaedcedce21c6f72cc533ce" 1555 1556[[package]] 1557name = "volta" 1558version = "1.1.1" 1559dependencies = [ 1560 "atty", 1561 "cfg-if 1.0.0", 1562 "ci_info", 1563 "dirs", 1564 "envoy", 1565 "hamcrest2", 1566 "hyperx", 1567 "lazy_static", 1568 "log", 1569 "mockito", 1570 "semver", 1571 "serde", 1572 "serde_json", 1573 "structopt", 1574 "test-support", 1575 "textwrap 0.16.0", 1576 "volta-core", 1577 "volta-migrate", 1578 "which", 1579 "winreg", 1580] 1581 1582[[package]] 1583name = "volta-core" 1584version = "0.1.0" 1585dependencies = [ 1586 "archive", 1587 "attohttpc", 1588 "atty", 1589 "cfg-if 1.0.0", 1590 "chain-map", 1591 "chrono", 1592 "ci_info", 1593 "cmdline_words_parser", 1594 "console", 1595 "ctrlc", 1596 "detect-indent", 1597 "dirs", 1598 "dunce", 1599 "envoy", 1600 "fs-utils", 1601 "fs2", 1602 "hyperx", 1603 "indexmap", 1604 "indicatif", 1605 "lazy_static", 1606 "lazycell", 1607 "log", 1608 "mockito", 1609 "once_cell", 1610 "os_info", 1611 "readext", 1612 "regex", 1613 "retry", 1614 "semver", 1615 "serde", 1616 "serde_json", 1617 "tempfile", 1618 "term_size", 1619 "textwrap 0.16.0", 1620 "validate-npm-package-name", 1621 "volta-layout", 1622 "walkdir", 1623 "winreg", 1624] 1625 1626[[package]] 1627name = "volta-layout" 1628version = "0.1.1" 1629dependencies = [ 1630 "volta-layout-macro", 1631] 1632 1633[[package]] 1634name = "volta-layout-macro" 1635version = "0.1.0" 1636dependencies = [ 1637 "proc-macro2 1.0.47", 1638 "quote 1.0.2", 1639 "syn 1.0.105", 1640] 1641 1642[[package]] 1643name = "volta-migrate" 1644version = "0.1.0" 1645dependencies = [ 1646 "log", 1647 "semver", 1648 "serde", 1649 "serde_json", 1650 "tempfile", 1651 "volta-core", 1652 "volta-layout", 1653 "walkdir", 1654] 1655 1656[[package]] 1657name = "walkdir" 1658version = "2.3.2" 1659source = "registry+https://github.com/rust-lang/crates.io-index" 1660checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56" 1661dependencies = [ 1662 "same-file", 1663 "winapi", 1664 "winapi-util", 1665] 1666 1667[[package]] 1668name = "wasi" 1669version = "0.10.0+wasi-snapshot-preview1" 1670source = "registry+https://github.com/rust-lang/crates.io-index" 1671checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" 1672 1673[[package]] 1674name = "wasm-bindgen" 1675version = "0.2.82" 1676source = "registry+https://github.com/rust-lang/crates.io-index" 1677checksum = "fc7652e3f6c4706c8d9cd54832c4a4ccb9b5336e2c3bd154d5cccfbf1c1f5f7d" 1678dependencies = [ 1679 "cfg-if 1.0.0", 1680 "wasm-bindgen-macro", 1681] 1682 1683[[package]] 1684name = "wasm-bindgen-backend" 1685version = "0.2.82" 1686source = "registry+https://github.com/rust-lang/crates.io-index" 1687checksum = "662cd44805586bd52971b9586b1df85cdbbd9112e4ef4d8f41559c334dc6ac3f" 1688dependencies = [ 1689 "bumpalo", 1690 "log", 1691 "once_cell", 1692 "proc-macro2 1.0.47", 1693 "quote 1.0.2", 1694 "syn 1.0.105", 1695 "wasm-bindgen-shared", 1696] 1697 1698[[package]] 1699name = "wasm-bindgen-macro" 1700version = "0.2.82" 1701source = "registry+https://github.com/rust-lang/crates.io-index" 1702checksum = "b260f13d3012071dfb1512849c033b1925038373aea48ced3012c09df952c602" 1703dependencies = [ 1704 "quote 1.0.2", 1705 "wasm-bindgen-macro-support", 1706] 1707 1708[[package]] 1709name = "wasm-bindgen-macro-support" 1710version = "0.2.82" 1711source = "registry+https://github.com/rust-lang/crates.io-index" 1712checksum = "5be8e654bdd9b79216c2929ab90721aa82faf65c48cdf08bdc4e7f51357b80da" 1713dependencies = [ 1714 "proc-macro2 1.0.47", 1715 "quote 1.0.2", 1716 "syn 1.0.105", 1717 "wasm-bindgen-backend", 1718 "wasm-bindgen-shared", 1719] 1720 1721[[package]] 1722name = "wasm-bindgen-shared" 1723version = "0.2.82" 1724source = "registry+https://github.com/rust-lang/crates.io-index" 1725checksum = "6598dd0bd3c7d51095ff6531a5b23e02acdc81804e30d8f07afb77b7215a140a" 1726 1727[[package]] 1728name = "web-sys" 1729version = "0.3.59" 1730source = "registry+https://github.com/rust-lang/crates.io-index" 1731checksum = "ed055ab27f941423197eb86b2035720b1a3ce40504df082cac2ecc6ed73335a1" 1732dependencies = [ 1733 "js-sys", 1734 "wasm-bindgen", 1735] 1736 1737[[package]] 1738name = "webpki" 1739version = "0.22.0" 1740source = "registry+https://github.com/rust-lang/crates.io-index" 1741checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd" 1742dependencies = [ 1743 "ring", 1744 "untrusted", 1745] 1746 1747[[package]] 1748name = "which" 1749version = "4.4.0" 1750source = "registry+https://github.com/rust-lang/crates.io-index" 1751checksum = "2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269" 1752dependencies = [ 1753 "either", 1754 "libc", 1755 "once_cell", 1756] 1757 1758[[package]] 1759name = "winapi" 1760version = "0.3.9" 1761source = "registry+https://github.com/rust-lang/crates.io-index" 1762checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 1763dependencies = [ 1764 "winapi-i686-pc-windows-gnu", 1765 "winapi-x86_64-pc-windows-gnu", 1766] 1767 1768[[package]] 1769name = "winapi-i686-pc-windows-gnu" 1770version = "0.4.0" 1771source = "registry+https://github.com/rust-lang/crates.io-index" 1772checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 1773 1774[[package]] 1775name = "winapi-util" 1776version = "0.1.5" 1777source = "registry+https://github.com/rust-lang/crates.io-index" 1778checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" 1779dependencies = [ 1780 "winapi", 1781] 1782 1783[[package]] 1784name = "winapi-x86_64-pc-windows-gnu" 1785version = "0.4.0" 1786source = "registry+https://github.com/rust-lang/crates.io-index" 1787checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 1788 1789[[package]] 1790name = "windows-sys" 1791version = "0.36.1" 1792source = "registry+https://github.com/rust-lang/crates.io-index" 1793checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2" 1794dependencies = [ 1795 "windows_aarch64_msvc 0.36.1", 1796 "windows_i686_gnu 0.36.1", 1797 "windows_i686_msvc 0.36.1", 1798 "windows_x86_64_gnu 0.36.1", 1799 "windows_x86_64_msvc 0.36.1", 1800] 1801 1802[[package]] 1803name = "windows-sys" 1804version = "0.42.0" 1805source = "registry+https://github.com/rust-lang/crates.io-index" 1806checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" 1807dependencies = [ 1808 "windows_aarch64_gnullvm", 1809 "windows_aarch64_msvc 0.42.0", 1810 "windows_i686_gnu 0.42.0", 1811 "windows_i686_msvc 0.42.0", 1812 "windows_x86_64_gnu 0.42.0", 1813 "windows_x86_64_gnullvm", 1814 "windows_x86_64_msvc 0.42.0", 1815] 1816 1817[[package]] 1818name = "windows_aarch64_gnullvm" 1819version = "0.42.0" 1820source = "registry+https://github.com/rust-lang/crates.io-index" 1821checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e" 1822 1823[[package]] 1824name = "windows_aarch64_msvc" 1825version = "0.36.1" 1826source = "registry+https://github.com/rust-lang/crates.io-index" 1827checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47" 1828 1829[[package]] 1830name = "windows_aarch64_msvc" 1831version = "0.42.0" 1832source = "registry+https://github.com/rust-lang/crates.io-index" 1833checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4" 1834 1835[[package]] 1836name = "windows_i686_gnu" 1837version = "0.36.1" 1838source = "registry+https://github.com/rust-lang/crates.io-index" 1839checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6" 1840 1841[[package]] 1842name = "windows_i686_gnu" 1843version = "0.42.0" 1844source = "registry+https://github.com/rust-lang/crates.io-index" 1845checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7" 1846 1847[[package]] 1848name = "windows_i686_msvc" 1849version = "0.36.1" 1850source = "registry+https://github.com/rust-lang/crates.io-index" 1851checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024" 1852 1853[[package]] 1854name = "windows_i686_msvc" 1855version = "0.42.0" 1856source = "registry+https://github.com/rust-lang/crates.io-index" 1857checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246" 1858 1859[[package]] 1860name = "windows_x86_64_gnu" 1861version = "0.36.1" 1862source = "registry+https://github.com/rust-lang/crates.io-index" 1863checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1" 1864 1865[[package]] 1866name = "windows_x86_64_gnu" 1867version = "0.42.0" 1868source = "registry+https://github.com/rust-lang/crates.io-index" 1869checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed" 1870 1871[[package]] 1872name = "windows_x86_64_gnullvm" 1873version = "0.42.0" 1874source = "registry+https://github.com/rust-lang/crates.io-index" 1875checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028" 1876 1877[[package]] 1878name = "windows_x86_64_msvc" 1879version = "0.36.1" 1880source = "registry+https://github.com/rust-lang/crates.io-index" 1881checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680" 1882 1883[[package]] 1884name = "windows_x86_64_msvc" 1885version = "0.42.0" 1886source = "registry+https://github.com/rust-lang/crates.io-index" 1887checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5" 1888 1889[[package]] 1890name = "winreg" 1891version = "0.10.1" 1892source = "registry+https://github.com/rust-lang/crates.io-index" 1893checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d" 1894dependencies = [ 1895 "winapi", 1896] 1897 1898[[package]] 1899name = "xattr" 1900version = "0.2.2" 1901source = "registry+https://github.com/rust-lang/crates.io-index" 1902checksum = "244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c" 1903dependencies = [ 1904 "libc", 1905] 1906 1907[[package]] 1908name = "zip" 1909version = "0.2.8" 1910source = "registry+https://github.com/rust-lang/crates.io-index" 1911checksum = "e7341988e4535c60882d5e5f0b7ad0a9a56b080ade8bdb5527cb512f7b2180e0" 1912dependencies = [ 1913 "bzip2", 1914 "flate2", 1915 "msdos_time", 1916 "podio", 1917 "time", 1918]