1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 3 4 5[[package]] 6name = "addr2line" 7version = "0.17.0" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b" 10dependencies = [ 11 "gimli", 12] 13 14[[package]] 15name = "adler" 16version = "1.0.2" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 19 20[[package]] 21name = "aho-corasick" 22version = "0.7.18" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f" 25dependencies = [ 26 "memchr", 27] 28 29[[package]] 30name = "atty" 31version = "0.2.14" 32source = "registry+https://github.com/rust-lang/crates.io-index" 33checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 34dependencies = [ 35 "hermit-abi", 36 "libc", 37 "winapi", 38] 39 40[[package]] 41name = "autocfg" 42version = "1.1.0" 43source = "registry+https://github.com/rust-lang/crates.io-index" 44checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 45 46[[package]] 47name = "backtrace" 48version = "0.3.66" 49source = "registry+https://github.com/rust-lang/crates.io-index" 50checksum = "cab84319d616cfb654d03394f38ab7e6f0919e181b1b57e1fd15e7fb4077d9a7" 51dependencies = [ 52 "addr2line", 53 "cc", 54 "cfg-if", 55 "libc", 56 "miniz_oxide", 57 "object", 58 "rustc-demangle", 59] 60 61[[package]] 62name = "bitflags" 63version = "1.3.2" 64source = "registry+https://github.com/rust-lang/crates.io-index" 65checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 66 67[[package]] 68name = "bytes" 69version = "1.2.0" 70source = "registry+https://github.com/rust-lang/crates.io-index" 71checksum = "f0b3de4a0c5e67e16066a0715723abd91edc2f9001d09c46e1dca929351e130e" 72 73[[package]] 74name = "cc" 75version = "1.0.73" 76source = "registry+https://github.com/rust-lang/crates.io-index" 77checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11" 78 79[[package]] 80name = "cfg-if" 81version = "1.0.0" 82source = "registry+https://github.com/rust-lang/crates.io-index" 83checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 84 85[[package]] 86name = "clap" 87version = "3.2.23" 88dependencies = [ 89 "atty", 90 "backtrace", 91 "bitflags", 92 "clap_derive", 93 "clap_lex", 94 "humantime", 95 "indexmap", 96 "once_cell", 97 "regex", 98 "rustversion", 99 "shlex", 100 "snapbox", 101 "static_assertions", 102 "strsim", 103 "termcolor", 104 "terminal_size", 105 "textwrap", 106 "trybuild", 107 "trycmd", 108 "unicase", 109 "yaml-rust", 110] 111 112[[package]] 113name = "clap_derive" 114version = "3.2.18" 115source = "registry+https://github.com/rust-lang/crates.io-index" 116checksum = "ea0c8bce528c4be4da13ea6fead8965e95b6073585a2f05204bd8f4119f82a65" 117dependencies = [ 118 "heck", 119 "proc-macro-error", 120 "proc-macro2", 121 "quote", 122 "syn", 123] 124 125[[package]] 126name = "clap_lex" 127version = "0.2.4" 128source = "registry+https://github.com/rust-lang/crates.io-index" 129checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5" 130dependencies = [ 131 "os_str_bytes", 132] 133 134[[package]] 135name = "combine" 136version = "4.6.4" 137source = "registry+https://github.com/rust-lang/crates.io-index" 138checksum = "2a604e93b79d1808327a6fca85a6f2d69de66461e7620f5a4cbf5fb4d1d7c948" 139dependencies = [ 140 "bytes", 141 "memchr", 142] 143 144[[package]] 145name = "concolor" 146version = "0.0.8" 147source = "registry+https://github.com/rust-lang/crates.io-index" 148checksum = "015267563b1df20adccdd00cb05257b1dfbea70a04928e9cf88ffb850c1a40af" 149dependencies = [ 150 "atty", 151 "bitflags", 152 "concolor-query", 153] 154 155[[package]] 156name = "concolor-query" 157version = "0.0.5" 158source = "registry+https://github.com/rust-lang/crates.io-index" 159checksum = "d6417fe6fc03a8b533fd2177742eeb39a90c7233eedec7bac96d4d6b69a09449" 160 161[[package]] 162name = "crossbeam-channel" 163version = "0.5.5" 164source = "registry+https://github.com/rust-lang/crates.io-index" 165checksum = "4c02a4d71819009c192cf4872265391563fd6a84c81ff2c0f2a7026ca4c1d85c" 166dependencies = [ 167 "cfg-if", 168 "crossbeam-utils", 169] 170 171[[package]] 172name = "crossbeam-deque" 173version = "0.8.1" 174source = "registry+https://github.com/rust-lang/crates.io-index" 175checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e" 176dependencies = [ 177 "cfg-if", 178 "crossbeam-epoch", 179 "crossbeam-utils", 180] 181 182[[package]] 183name = "crossbeam-epoch" 184version = "0.9.9" 185source = "registry+https://github.com/rust-lang/crates.io-index" 186checksum = "07db9d94cbd326813772c968ccd25999e5f8ae22f4f8d1b11effa37ef6ce281d" 187dependencies = [ 188 "autocfg", 189 "cfg-if", 190 "crossbeam-utils", 191 "memoffset", 192 "once_cell", 193 "scopeguard", 194] 195 196[[package]] 197name = "crossbeam-utils" 198version = "0.8.10" 199source = "registry+https://github.com/rust-lang/crates.io-index" 200checksum = "7d82ee10ce34d7bc12c2122495e7593a9c41347ecdd64185af4ecf72cb1a7f83" 201dependencies = [ 202 "cfg-if", 203 "once_cell", 204] 205 206[[package]] 207name = "either" 208version = "1.7.0" 209source = "registry+https://github.com/rust-lang/crates.io-index" 210checksum = "3f107b87b6afc2a64fd13cac55fe06d6c8859f12d4b14cbcdd2c67d0976781be" 211 212[[package]] 213name = "errno" 214version = "0.2.8" 215source = "registry+https://github.com/rust-lang/crates.io-index" 216checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1" 217dependencies = [ 218 "errno-dragonfly", 219 "libc", 220 "winapi", 221] 222 223[[package]] 224name = "errno-dragonfly" 225version = "0.1.2" 226source = "registry+https://github.com/rust-lang/crates.io-index" 227checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" 228dependencies = [ 229 "cc", 230 "libc", 231] 232 233[[package]] 234name = "escargot" 235version = "0.5.7" 236source = "registry+https://github.com/rust-lang/crates.io-index" 237checksum = "f5584ba17d7ab26a8a7284f13e5bd196294dd2f2d79773cff29b9e9edef601a6" 238dependencies = [ 239 "log", 240 "once_cell", 241 "serde", 242 "serde_json", 243] 244 245[[package]] 246name = "gimli" 247version = "0.26.2" 248source = "registry+https://github.com/rust-lang/crates.io-index" 249checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d" 250 251[[package]] 252name = "glob" 253version = "0.3.0" 254source = "registry+https://github.com/rust-lang/crates.io-index" 255checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" 256 257[[package]] 258name = "hashbrown" 259version = "0.12.3" 260source = "registry+https://github.com/rust-lang/crates.io-index" 261checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 262 263[[package]] 264name = "heck" 265version = "0.4.0" 266source = "registry+https://github.com/rust-lang/crates.io-index" 267checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9" 268 269[[package]] 270name = "hermit-abi" 271version = "0.1.19" 272source = "registry+https://github.com/rust-lang/crates.io-index" 273checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" 274dependencies = [ 275 "libc", 276] 277 278[[package]] 279name = "humantime" 280version = "2.1.0" 281source = "registry+https://github.com/rust-lang/crates.io-index" 282checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" 283 284[[package]] 285name = "humantime-serde" 286version = "1.1.1" 287source = "registry+https://github.com/rust-lang/crates.io-index" 288checksum = "57a3db5ea5923d99402c94e9feb261dc5ee9b4efa158b0315f788cf549cc200c" 289dependencies = [ 290 "humantime", 291 "serde", 292] 293 294[[package]] 295name = "indexmap" 296version = "1.9.1" 297source = "registry+https://github.com/rust-lang/crates.io-index" 298checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e" 299dependencies = [ 300 "autocfg", 301 "hashbrown", 302] 303 304[[package]] 305name = "io-lifetimes" 306version = "0.7.3" 307source = "registry+https://github.com/rust-lang/crates.io-index" 308checksum = "1ea37f355c05dde75b84bba2d767906ad522e97cd9e2eef2be7a4ab7fb442c06" 309 310[[package]] 311name = "itertools" 312version = "0.10.3" 313source = "registry+https://github.com/rust-lang/crates.io-index" 314checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3" 315dependencies = [ 316 "either", 317] 318 319[[package]] 320name = "itoa" 321version = "1.0.2" 322source = "registry+https://github.com/rust-lang/crates.io-index" 323checksum = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d" 324 325[[package]] 326name = "libc" 327version = "0.2.126" 328source = "registry+https://github.com/rust-lang/crates.io-index" 329checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836" 330 331[[package]] 332name = "linked-hash-map" 333version = "0.5.6" 334source = "registry+https://github.com/rust-lang/crates.io-index" 335checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" 336 337[[package]] 338name = "linux-raw-sys" 339version = "0.0.46" 340source = "registry+https://github.com/rust-lang/crates.io-index" 341checksum = "d4d2456c373231a208ad294c33dc5bff30051eafd954cd4caae83a712b12854d" 342 343[[package]] 344name = "log" 345version = "0.4.17" 346source = "registry+https://github.com/rust-lang/crates.io-index" 347checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" 348dependencies = [ 349 "cfg-if", 350] 351 352[[package]] 353name = "memchr" 354version = "2.5.0" 355source = "registry+https://github.com/rust-lang/crates.io-index" 356checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" 357 358[[package]] 359name = "memoffset" 360version = "0.6.5" 361source = "registry+https://github.com/rust-lang/crates.io-index" 362checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce" 363dependencies = [ 364 "autocfg", 365] 366 367[[package]] 368name = "miniz_oxide" 369version = "0.5.3" 370source = "registry+https://github.com/rust-lang/crates.io-index" 371checksum = "6f5c75688da582b8ffc1f1799e9db273f32133c49e048f614d22ec3256773ccc" 372dependencies = [ 373 "adler", 374] 375 376[[package]] 377name = "normalize-line-endings" 378version = "0.3.0" 379source = "registry+https://github.com/rust-lang/crates.io-index" 380checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be" 381 382[[package]] 383name = "num_cpus" 384version = "1.13.1" 385source = "registry+https://github.com/rust-lang/crates.io-index" 386checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1" 387dependencies = [ 388 "hermit-abi", 389 "libc", 390] 391 392[[package]] 393name = "object" 394version = "0.29.0" 395source = "registry+https://github.com/rust-lang/crates.io-index" 396checksum = "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53" 397dependencies = [ 398 "memchr", 399] 400 401[[package]] 402name = "once_cell" 403version = "1.13.0" 404source = "registry+https://github.com/rust-lang/crates.io-index" 405checksum = "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1" 406 407[[package]] 408name = "os_pipe" 409version = "1.0.1" 410source = "registry+https://github.com/rust-lang/crates.io-index" 411checksum = "2c92f2b54f081d635c77e7120862d48db8e91f7f21cef23ab1b4fe9971c59f55" 412dependencies = [ 413 "libc", 414 "winapi", 415] 416 417[[package]] 418name = "os_str_bytes" 419version = "6.0.0" 420source = "registry+https://github.com/rust-lang/crates.io-index" 421checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64" 422 423[[package]] 424name = "proc-macro-error" 425version = "1.0.4" 426source = "registry+https://github.com/rust-lang/crates.io-index" 427checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 428dependencies = [ 429 "proc-macro-error-attr", 430 "proc-macro2", 431 "quote", 432 "syn", 433 "version_check", 434] 435 436[[package]] 437name = "proc-macro-error-attr" 438version = "1.0.4" 439source = "registry+https://github.com/rust-lang/crates.io-index" 440checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 441dependencies = [ 442 "proc-macro2", 443 "quote", 444 "version_check", 445] 446 447[[package]] 448name = "proc-macro2" 449version = "1.0.40" 450source = "registry+https://github.com/rust-lang/crates.io-index" 451checksum = "dd96a1e8ed2596c337f8eae5f24924ec83f5ad5ab21ea8e455d3566c69fbcaf7" 452dependencies = [ 453 "unicode-ident", 454] 455 456[[package]] 457name = "quote" 458version = "1.0.20" 459source = "registry+https://github.com/rust-lang/crates.io-index" 460checksum = "3bcdf212e9776fbcb2d23ab029360416bb1706b1aea2d1a5ba002727cbcab804" 461dependencies = [ 462 "proc-macro2", 463] 464 465[[package]] 466name = "rayon" 467version = "1.5.3" 468source = "registry+https://github.com/rust-lang/crates.io-index" 469checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d" 470dependencies = [ 471 "autocfg", 472 "crossbeam-deque", 473 "either", 474 "rayon-core", 475] 476 477[[package]] 478name = "rayon-core" 479version = "1.9.3" 480source = "registry+https://github.com/rust-lang/crates.io-index" 481checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f" 482dependencies = [ 483 "crossbeam-channel", 484 "crossbeam-deque", 485 "crossbeam-utils", 486 "num_cpus", 487] 488 489[[package]] 490name = "regex" 491version = "1.6.0" 492source = "registry+https://github.com/rust-lang/crates.io-index" 493checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b" 494dependencies = [ 495 "aho-corasick", 496 "memchr", 497 "regex-syntax", 498] 499 500[[package]] 501name = "regex-syntax" 502version = "0.6.27" 503source = "registry+https://github.com/rust-lang/crates.io-index" 504checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244" 505 506[[package]] 507name = "rustc-demangle" 508version = "0.1.21" 509source = "registry+https://github.com/rust-lang/crates.io-index" 510checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342" 511 512[[package]] 513name = "rustix" 514version = "0.35.9" 515source = "registry+https://github.com/rust-lang/crates.io-index" 516checksum = "72c825b8aa8010eb9ee99b75f05e10180b9278d161583034d7574c9d617aeada" 517dependencies = [ 518 "bitflags", 519 "errno", 520 "io-lifetimes", 521 "libc", 522 "linux-raw-sys", 523 "windows-sys", 524] 525 526[[package]] 527name = "rustversion" 528version = "1.0.8" 529source = "registry+https://github.com/rust-lang/crates.io-index" 530checksum = "24c8ad4f0c00e1eb5bc7614d236a7f1300e3dbd76b68cac8e06fb00b015ad8d8" 531 532[[package]] 533name = "ryu" 534version = "1.0.10" 535source = "registry+https://github.com/rust-lang/crates.io-index" 536checksum = "f3f6f92acf49d1b98f7a81226834412ada05458b7364277387724a237f062695" 537 538[[package]] 539name = "scopeguard" 540version = "1.1.0" 541source = "registry+https://github.com/rust-lang/crates.io-index" 542checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 543 544[[package]] 545name = "serde" 546version = "1.0.139" 547source = "registry+https://github.com/rust-lang/crates.io-index" 548checksum = "0171ebb889e45aa68b44aee0859b3eede84c6f5f5c228e6f140c0b2a0a46cad6" 549dependencies = [ 550 "serde_derive", 551] 552 553[[package]] 554name = "serde_derive" 555version = "1.0.139" 556source = "registry+https://github.com/rust-lang/crates.io-index" 557checksum = "dc1d3230c1de7932af58ad8ffbe1d784bd55efd5a9d84ac24f69c72d83543dfb" 558dependencies = [ 559 "proc-macro2", 560 "quote", 561 "syn", 562] 563 564[[package]] 565name = "serde_json" 566version = "1.0.82" 567source = "registry+https://github.com/rust-lang/crates.io-index" 568checksum = "82c2c1fdcd807d1098552c5b9a36e425e42e9fbd7c6a37a8425f390f781f7fa7" 569dependencies = [ 570 "itoa", 571 "ryu", 572 "serde", 573] 574 575[[package]] 576name = "shlex" 577version = "1.1.0" 578source = "registry+https://github.com/rust-lang/crates.io-index" 579checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3" 580 581[[package]] 582name = "similar" 583version = "2.1.0" 584source = "registry+https://github.com/rust-lang/crates.io-index" 585checksum = "2e24979f63a11545f5f2c60141afe249d4f19f84581ea2138065e400941d83d3" 586 587[[package]] 588name = "snapbox" 589version = "0.2.10" 590source = "registry+https://github.com/rust-lang/crates.io-index" 591checksum = "767a1d5da232b6959cd1bd5c9e8db8a7cce09c3038e89deedb49a549a2aefd93" 592dependencies = [ 593 "concolor", 594 "normalize-line-endings", 595 "os_pipe", 596 "similar", 597 "snapbox-macros", 598 "wait-timeout", 599 "yansi", 600] 601 602[[package]] 603name = "snapbox-macros" 604version = "0.2.1" 605source = "registry+https://github.com/rust-lang/crates.io-index" 606checksum = "c01dea7e04cbb27ef4c86e9922184608185f7cd95c1763bc30d727cda4a5e930" 607 608[[package]] 609name = "static_assertions" 610version = "1.1.0" 611source = "registry+https://github.com/rust-lang/crates.io-index" 612checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 613 614[[package]] 615name = "strsim" 616version = "0.10.0" 617source = "registry+https://github.com/rust-lang/crates.io-index" 618checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" 619 620[[package]] 621name = "syn" 622version = "1.0.98" 623source = "registry+https://github.com/rust-lang/crates.io-index" 624checksum = "c50aef8a904de4c23c788f104b7dddc7d6f79c647c7c8ce4cc8f73eb0ca773dd" 625dependencies = [ 626 "proc-macro2", 627 "quote", 628 "unicode-ident", 629] 630 631[[package]] 632name = "termcolor" 633version = "1.1.3" 634source = "registry+https://github.com/rust-lang/crates.io-index" 635checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755" 636dependencies = [ 637 "winapi-util", 638] 639 640[[package]] 641name = "terminal_size" 642version = "0.2.1" 643source = "registry+https://github.com/rust-lang/crates.io-index" 644checksum = "8440c860cf79def6164e4a0a983bcc2305d82419177a0e0c71930d049e3ac5a1" 645dependencies = [ 646 "rustix", 647 "windows-sys", 648] 649 650[[package]] 651name = "textwrap" 652version = "0.16.0" 653source = "registry+https://github.com/rust-lang/crates.io-index" 654checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d" 655dependencies = [ 656 "terminal_size", 657 "unicode-width", 658] 659 660[[package]] 661name = "toml" 662version = "0.5.9" 663source = "registry+https://github.com/rust-lang/crates.io-index" 664checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7" 665dependencies = [ 666 "serde", 667] 668 669[[package]] 670name = "toml_edit" 671version = "0.14.4" 672source = "registry+https://github.com/rust-lang/crates.io-index" 673checksum = "5376256e44f2443f8896ac012507c19a012df0fe8758b55246ae51a2279db51f" 674dependencies = [ 675 "combine", 676 "indexmap", 677 "itertools", 678 "serde", 679] 680 681[[package]] 682name = "trybuild" 683version = "1.0.63" 684source = "registry+https://github.com/rust-lang/crates.io-index" 685checksum = "764b9e244b482a9b81bde596aa37aa6f1347bf8007adab25e59f901b32b4e0a0" 686dependencies = [ 687 "glob", 688 "once_cell", 689 "serde", 690 "serde_derive", 691 "serde_json", 692 "termcolor", 693 "toml", 694] 695 696[[package]] 697name = "trycmd" 698version = "0.13.4" 699source = "registry+https://github.com/rust-lang/crates.io-index" 700checksum = "ffb4185126cc904642173a54c185083f410c86d1202ada6761aacf7c40829f13" 701dependencies = [ 702 "escargot", 703 "glob", 704 "humantime", 705 "humantime-serde", 706 "rayon", 707 "serde", 708 "shlex", 709 "snapbox", 710 "toml_edit", 711] 712 713[[package]] 714name = "unicase" 715version = "2.6.0" 716source = "registry+https://github.com/rust-lang/crates.io-index" 717checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6" 718dependencies = [ 719 "version_check", 720] 721 722[[package]] 723name = "unicode-ident" 724version = "1.0.2" 725source = "registry+https://github.com/rust-lang/crates.io-index" 726checksum = "15c61ba63f9235225a22310255a29b806b907c9b8c964bcbd0a2c70f3f2deea7" 727 728[[package]] 729name = "unicode-width" 730version = "0.1.10" 731source = "registry+https://github.com/rust-lang/crates.io-index" 732checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" 733 734[[package]] 735name = "version_check" 736version = "0.9.4" 737source = "registry+https://github.com/rust-lang/crates.io-index" 738checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 739 740[[package]] 741name = "wait-timeout" 742version = "0.2.0" 743source = "registry+https://github.com/rust-lang/crates.io-index" 744checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6" 745dependencies = [ 746 "libc", 747] 748 749[[package]] 750name = "winapi" 751version = "0.3.9" 752source = "registry+https://github.com/rust-lang/crates.io-index" 753checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 754dependencies = [ 755 "winapi-i686-pc-windows-gnu", 756 "winapi-x86_64-pc-windows-gnu", 757] 758 759[[package]] 760name = "winapi-i686-pc-windows-gnu" 761version = "0.4.0" 762source = "registry+https://github.com/rust-lang/crates.io-index" 763checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 764 765[[package]] 766name = "winapi-util" 767version = "0.1.5" 768source = "registry+https://github.com/rust-lang/crates.io-index" 769checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" 770dependencies = [ 771 "winapi", 772] 773 774[[package]] 775name = "winapi-x86_64-pc-windows-gnu" 776version = "0.4.0" 777source = "registry+https://github.com/rust-lang/crates.io-index" 778checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 779 780[[package]] 781name = "windows-sys" 782version = "0.36.1" 783source = "registry+https://github.com/rust-lang/crates.io-index" 784checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2" 785dependencies = [ 786 "windows_aarch64_msvc", 787 "windows_i686_gnu", 788 "windows_i686_msvc", 789 "windows_x86_64_gnu", 790 "windows_x86_64_msvc", 791] 792 793[[package]] 794name = "windows_aarch64_msvc" 795version = "0.36.1" 796source = "registry+https://github.com/rust-lang/crates.io-index" 797checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47" 798 799[[package]] 800name = "windows_i686_gnu" 801version = "0.36.1" 802source = "registry+https://github.com/rust-lang/crates.io-index" 803checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6" 804 805[[package]] 806name = "windows_i686_msvc" 807version = "0.36.1" 808source = "registry+https://github.com/rust-lang/crates.io-index" 809checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024" 810 811[[package]] 812name = "windows_x86_64_gnu" 813version = "0.36.1" 814source = "registry+https://github.com/rust-lang/crates.io-index" 815checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1" 816 817[[package]] 818name = "windows_x86_64_msvc" 819version = "0.36.1" 820source = "registry+https://github.com/rust-lang/crates.io-index" 821checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680" 822 823[[package]] 824name = "yaml-rust" 825version = "0.4.5" 826source = "registry+https://github.com/rust-lang/crates.io-index" 827checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85" 828dependencies = [ 829 "linked-hash-map", 830] 831 832[[package]] 833name = "yansi" 834version = "0.5.1" 835source = "registry+https://github.com/rust-lang/crates.io-index" 836checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec" 837