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.19.0" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97" 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 = "anstream" 22version = "0.6.7" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "4cd2405b3ac1faab2990b74d728624cd9fd115651fcecc7c2d8daf01376275ba" 25dependencies = [ 26 "anstyle", 27 "anstyle-parse", 28 "anstyle-query", 29 "anstyle-wincon", 30 "colorchoice", 31 "utf8parse", 32] 33 34[[package]] 35name = "anstyle" 36version = "1.0.2" 37source = "registry+https://github.com/rust-lang/crates.io-index" 38checksum = "15c4c2c83f81532e5845a733998b6971faca23490340a418e9b72a3ec9de12ea" 39 40[[package]] 41name = "anstyle-parse" 42version = "0.2.1" 43source = "registry+https://github.com/rust-lang/crates.io-index" 44checksum = "938874ff5980b03a87c5524b3ae5b59cf99b1d6bc836848df7bc5ada9643c333" 45dependencies = [ 46 "utf8parse", 47] 48 49[[package]] 50name = "anstyle-query" 51version = "1.0.0" 52source = "registry+https://github.com/rust-lang/crates.io-index" 53checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b" 54dependencies = [ 55 "windows-sys 0.48.0", 56] 57 58[[package]] 59name = "anstyle-wincon" 60version = "3.0.2" 61source = "registry+https://github.com/rust-lang/crates.io-index" 62checksum = "1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7" 63dependencies = [ 64 "anstyle", 65 "windows-sys 0.52.0", 66] 67 68[[package]] 69name = "arrayvec" 70version = "0.7.2" 71source = "registry+https://github.com/rust-lang/crates.io-index" 72checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6" 73 74[[package]] 75name = "autocfg" 76version = "1.1.0" 77source = "registry+https://github.com/rust-lang/crates.io-index" 78checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 79 80[[package]] 81name = "automod" 82version = "1.0.14" 83source = "registry+https://github.com/rust-lang/crates.io-index" 84checksum = "edf3ee19dbc0a46d740f6f0926bde8c50f02bdbc7b536842da28f6ac56513a8b" 85dependencies = [ 86 "proc-macro2", 87 "quote", 88 "syn", 89] 90 91[[package]] 92name = "backtrace" 93version = "0.3.67" 94source = "registry+https://github.com/rust-lang/crates.io-index" 95checksum = "233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca" 96dependencies = [ 97 "addr2line", 98 "cc", 99 "cfg-if", 100 "libc", 101 "miniz_oxide", 102 "object", 103 "rustc-demangle", 104] 105 106[[package]] 107name = "bitflags" 108version = "1.3.2" 109source = "registry+https://github.com/rust-lang/crates.io-index" 110checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 111 112[[package]] 113name = "bitflags" 114version = "2.4.0" 115source = "registry+https://github.com/rust-lang/crates.io-index" 116checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635" 117 118[[package]] 119name = "cc" 120version = "1.0.83" 121source = "registry+https://github.com/rust-lang/crates.io-index" 122checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0" 123dependencies = [ 124 "libc", 125] 126 127[[package]] 128name = "cfg-if" 129version = "1.0.0" 130source = "registry+https://github.com/rust-lang/crates.io-index" 131checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 132 133[[package]] 134name = "clap" 135version = "4.4.17" 136source = "registry+https://github.com/rust-lang/crates.io-index" 137checksum = "80932e03c33999b9235edb8655bc9df3204adc9887c2f95b50cb1deb9fd54253" 138dependencies = [ 139 "clap_builder", 140 "clap_derive", 141] 142 143[[package]] 144name = "clap_builder" 145version = "4.4.17" 146source = "registry+https://github.com/rust-lang/crates.io-index" 147checksum = "d6c0db58c659eef1c73e444d298c27322a1b52f6927d2ad470c0c0f96fa7b8fa" 148dependencies = [ 149 "anstyle", 150 "backtrace", 151 "clap_lex 0.6.0", 152] 153 154[[package]] 155name = "clap_complete" 156version = "4.5.3" 157dependencies = [ 158 "automod", 159 "clap", 160 "clap_lex 0.7.1", 161 "completest", 162 "completest-pty", 163 "is_executable", 164 "pathdiff", 165 "shlex", 166 "snapbox", 167 "trycmd", 168 "unicode-xid", 169] 170 171[[package]] 172name = "clap_derive" 173version = "4.4.7" 174source = "registry+https://github.com/rust-lang/crates.io-index" 175checksum = "cf9804afaaf59a91e75b022a30fb7229a7901f60c755489cc61c9b423b836442" 176dependencies = [ 177 "heck", 178 "proc-macro2", 179 "quote", 180 "syn", 181] 182 183[[package]] 184name = "clap_lex" 185version = "0.6.0" 186source = "registry+https://github.com/rust-lang/crates.io-index" 187checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1" 188 189[[package]] 190name = "clap_lex" 191version = "0.7.1" 192source = "registry+https://github.com/rust-lang/crates.io-index" 193checksum = "4b82cf0babdbd58558212896d1a4272303a57bdb245c2bf1147185fb45640e70" 194 195[[package]] 196name = "colorchoice" 197version = "1.0.0" 198source = "registry+https://github.com/rust-lang/crates.io-index" 199checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" 200 201[[package]] 202name = "completest" 203version = "0.4.0" 204source = "registry+https://github.com/rust-lang/crates.io-index" 205checksum = "8229e041ca8f8130ad7f0ce1afb9cfdb3033de7fd548e6422dbb2f4f12184f41" 206 207[[package]] 208name = "completest-pty" 209version = "0.5.0" 210source = "registry+https://github.com/rust-lang/crates.io-index" 211checksum = "2a6d1272e27f608f97616be67a2aed03ed8d73910b5df9a7f4a50c4ffd59d185" 212dependencies = [ 213 "completest", 214 "ptyprocess", 215 "vt100", 216] 217 218[[package]] 219name = "content_inspector" 220version = "0.2.4" 221source = "registry+https://github.com/rust-lang/crates.io-index" 222checksum = "b7bda66e858c683005a53a9a60c69a4aca7eeaa45d124526e389f7aec8e62f38" 223dependencies = [ 224 "memchr", 225] 226 227[[package]] 228name = "crossbeam-deque" 229version = "0.8.2" 230source = "registry+https://github.com/rust-lang/crates.io-index" 231checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc" 232dependencies = [ 233 "cfg-if", 234 "crossbeam-epoch", 235 "crossbeam-utils", 236] 237 238[[package]] 239name = "crossbeam-epoch" 240version = "0.9.11" 241source = "registry+https://github.com/rust-lang/crates.io-index" 242checksum = "f916dfc5d356b0ed9dae65f1db9fc9770aa2851d2662b988ccf4fe3516e86348" 243dependencies = [ 244 "autocfg", 245 "cfg-if", 246 "crossbeam-utils", 247 "memoffset 0.6.5", 248 "scopeguard", 249] 250 251[[package]] 252name = "crossbeam-utils" 253version = "0.8.12" 254source = "registry+https://github.com/rust-lang/crates.io-index" 255checksum = "edbafec5fa1f196ca66527c1b12c2ec4745ca14b50f1ad8f9f6f720b55d11fac" 256dependencies = [ 257 "cfg-if", 258] 259 260[[package]] 261name = "dunce" 262version = "1.0.4" 263source = "registry+https://github.com/rust-lang/crates.io-index" 264checksum = "56ce8c6da7551ec6c462cbaf3bfbc75131ebbfa1c944aeaa9dab51ca1c5f0c3b" 265 266[[package]] 267name = "either" 268version = "1.8.0" 269source = "registry+https://github.com/rust-lang/crates.io-index" 270checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797" 271 272[[package]] 273name = "equivalent" 274version = "1.0.1" 275source = "registry+https://github.com/rust-lang/crates.io-index" 276checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" 277 278[[package]] 279name = "errno" 280version = "0.3.8" 281source = "registry+https://github.com/rust-lang/crates.io-index" 282checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245" 283dependencies = [ 284 "libc", 285 "windows-sys 0.52.0", 286] 287 288[[package]] 289name = "escargot" 290version = "0.5.7" 291source = "registry+https://github.com/rust-lang/crates.io-index" 292checksum = "f5584ba17d7ab26a8a7284f13e5bd196294dd2f2d79773cff29b9e9edef601a6" 293dependencies = [ 294 "log", 295 "once_cell", 296 "serde", 297 "serde_json", 298] 299 300[[package]] 301name = "fastrand" 302version = "2.0.1" 303source = "registry+https://github.com/rust-lang/crates.io-index" 304checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5" 305 306[[package]] 307name = "filetime" 308version = "0.2.22" 309source = "registry+https://github.com/rust-lang/crates.io-index" 310checksum = "d4029edd3e734da6fe05b6cd7bd2960760a616bd2ddd0d59a0124746d6272af0" 311dependencies = [ 312 "cfg-if", 313 "libc", 314 "redox_syscall 0.3.5", 315 "windows-sys 0.48.0", 316] 317 318[[package]] 319name = "gimli" 320version = "0.27.2" 321source = "registry+https://github.com/rust-lang/crates.io-index" 322checksum = "ad0a93d233ebf96623465aad4046a8d3aa4da22d4f4beba5388838c8a434bbb4" 323 324[[package]] 325name = "glob" 326version = "0.3.1" 327source = "registry+https://github.com/rust-lang/crates.io-index" 328checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" 329 330[[package]] 331name = "hashbrown" 332version = "0.14.1" 333source = "registry+https://github.com/rust-lang/crates.io-index" 334checksum = "7dfda62a12f55daeae5015f81b0baea145391cb4520f86c248fc615d72640d12" 335 336[[package]] 337name = "heck" 338version = "0.4.1" 339source = "registry+https://github.com/rust-lang/crates.io-index" 340checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 341 342[[package]] 343name = "humantime" 344version = "2.1.0" 345source = "registry+https://github.com/rust-lang/crates.io-index" 346checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" 347 348[[package]] 349name = "humantime-serde" 350version = "1.1.1" 351source = "registry+https://github.com/rust-lang/crates.io-index" 352checksum = "57a3db5ea5923d99402c94e9feb261dc5ee9b4efa158b0315f788cf549cc200c" 353dependencies = [ 354 "humantime", 355 "serde", 356] 357 358[[package]] 359name = "indexmap" 360version = "2.1.0" 361source = "registry+https://github.com/rust-lang/crates.io-index" 362checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f" 363dependencies = [ 364 "equivalent", 365 "hashbrown", 366] 367 368[[package]] 369name = "is_executable" 370version = "1.0.1" 371source = "registry+https://github.com/rust-lang/crates.io-index" 372checksum = "fa9acdc6d67b75e626ad644734e8bc6df893d9cd2a834129065d3dd6158ea9c8" 373dependencies = [ 374 "winapi", 375] 376 377[[package]] 378name = "itoa" 379version = "1.0.9" 380source = "registry+https://github.com/rust-lang/crates.io-index" 381checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38" 382 383[[package]] 384name = "libc" 385version = "0.2.152" 386source = "registry+https://github.com/rust-lang/crates.io-index" 387checksum = "13e3bf6590cbc649f4d1a3eefc9d5d6eb746f5200ffb04e5e142700b8faa56e7" 388 389[[package]] 390name = "linux-raw-sys" 391version = "0.4.12" 392source = "registry+https://github.com/rust-lang/crates.io-index" 393checksum = "c4cd1a83af159aa67994778be9070f0ae1bd732942279cabb14f86f986a21456" 394 395[[package]] 396name = "log" 397version = "0.4.17" 398source = "registry+https://github.com/rust-lang/crates.io-index" 399checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" 400dependencies = [ 401 "cfg-if", 402] 403 404[[package]] 405name = "memchr" 406version = "2.7.1" 407source = "registry+https://github.com/rust-lang/crates.io-index" 408checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149" 409 410[[package]] 411name = "memoffset" 412version = "0.6.5" 413source = "registry+https://github.com/rust-lang/crates.io-index" 414checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce" 415dependencies = [ 416 "autocfg", 417] 418 419[[package]] 420name = "memoffset" 421version = "0.7.1" 422source = "registry+https://github.com/rust-lang/crates.io-index" 423checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4" 424dependencies = [ 425 "autocfg", 426] 427 428[[package]] 429name = "miniz_oxide" 430version = "0.6.2" 431source = "registry+https://github.com/rust-lang/crates.io-index" 432checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa" 433dependencies = [ 434 "adler", 435] 436 437[[package]] 438name = "nix" 439version = "0.26.2" 440source = "registry+https://github.com/rust-lang/crates.io-index" 441checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a" 442dependencies = [ 443 "bitflags 1.3.2", 444 "cfg-if", 445 "libc", 446 "memoffset 0.7.1", 447 "pin-utils", 448 "static_assertions", 449] 450 451[[package]] 452name = "normalize-line-endings" 453version = "0.3.0" 454source = "registry+https://github.com/rust-lang/crates.io-index" 455checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be" 456 457[[package]] 458name = "object" 459version = "0.30.3" 460source = "registry+https://github.com/rust-lang/crates.io-index" 461checksum = "ea86265d3d3dcb6a27fc51bd29a4bf387fae9d2986b823079d4986af253eb439" 462dependencies = [ 463 "memchr", 464] 465 466[[package]] 467name = "once_cell" 468version = "1.18.0" 469source = "registry+https://github.com/rust-lang/crates.io-index" 470checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" 471 472[[package]] 473name = "os_pipe" 474version = "1.1.4" 475source = "registry+https://github.com/rust-lang/crates.io-index" 476checksum = "0ae859aa07428ca9a929b936690f8b12dc5f11dd8c6992a18ca93919f28bc177" 477dependencies = [ 478 "libc", 479 "windows-sys 0.48.0", 480] 481 482[[package]] 483name = "pathdiff" 484version = "0.2.1" 485source = "registry+https://github.com/rust-lang/crates.io-index" 486checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd" 487 488[[package]] 489name = "pin-utils" 490version = "0.1.0" 491source = "registry+https://github.com/rust-lang/crates.io-index" 492checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 493 494[[package]] 495name = "proc-macro2" 496version = "1.0.78" 497source = "registry+https://github.com/rust-lang/crates.io-index" 498checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae" 499dependencies = [ 500 "unicode-ident", 501] 502 503[[package]] 504name = "ptyprocess" 505version = "0.4.1" 506source = "registry+https://github.com/rust-lang/crates.io-index" 507checksum = "7e05aef7befb11a210468a2d77d978dde2c6381a0381e33beb575e91f57fe8cf" 508dependencies = [ 509 "nix", 510] 511 512[[package]] 513name = "quote" 514version = "1.0.35" 515source = "registry+https://github.com/rust-lang/crates.io-index" 516checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef" 517dependencies = [ 518 "proc-macro2", 519] 520 521[[package]] 522name = "rayon" 523version = "1.8.0" 524source = "registry+https://github.com/rust-lang/crates.io-index" 525checksum = "9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1" 526dependencies = [ 527 "either", 528 "rayon-core", 529] 530 531[[package]] 532name = "rayon-core" 533version = "1.12.0" 534source = "registry+https://github.com/rust-lang/crates.io-index" 535checksum = "5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed" 536dependencies = [ 537 "crossbeam-deque", 538 "crossbeam-utils", 539] 540 541[[package]] 542name = "redox_syscall" 543version = "0.3.5" 544source = "registry+https://github.com/rust-lang/crates.io-index" 545checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" 546dependencies = [ 547 "bitflags 1.3.2", 548] 549 550[[package]] 551name = "redox_syscall" 552version = "0.4.1" 553source = "registry+https://github.com/rust-lang/crates.io-index" 554checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" 555dependencies = [ 556 "bitflags 1.3.2", 557] 558 559[[package]] 560name = "rustc-demangle" 561version = "0.1.21" 562source = "registry+https://github.com/rust-lang/crates.io-index" 563checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342" 564 565[[package]] 566name = "rustix" 567version = "0.38.30" 568source = "registry+https://github.com/rust-lang/crates.io-index" 569checksum = "322394588aaf33c24007e8bb3238ee3e4c5c09c084ab32bc73890b99ff326bca" 570dependencies = [ 571 "bitflags 2.4.0", 572 "errno", 573 "libc", 574 "linux-raw-sys", 575 "windows-sys 0.52.0", 576] 577 578[[package]] 579name = "ryu" 580version = "1.0.11" 581source = "registry+https://github.com/rust-lang/crates.io-index" 582checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09" 583 584[[package]] 585name = "same-file" 586version = "1.0.6" 587source = "registry+https://github.com/rust-lang/crates.io-index" 588checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 589dependencies = [ 590 "winapi-util", 591] 592 593[[package]] 594name = "scopeguard" 595version = "1.1.0" 596source = "registry+https://github.com/rust-lang/crates.io-index" 597checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 598 599[[package]] 600name = "serde" 601version = "1.0.196" 602source = "registry+https://github.com/rust-lang/crates.io-index" 603checksum = "870026e60fa08c69f064aa766c10f10b1d62db9ccd4d0abb206472bee0ce3b32" 604dependencies = [ 605 "serde_derive", 606] 607 608[[package]] 609name = "serde_derive" 610version = "1.0.196" 611source = "registry+https://github.com/rust-lang/crates.io-index" 612checksum = "33c85360c95e7d137454dc81d9a4ed2b8efd8fbe19cee57357b32b9771fccb67" 613dependencies = [ 614 "proc-macro2", 615 "quote", 616 "syn", 617] 618 619[[package]] 620name = "serde_json" 621version = "1.0.113" 622source = "registry+https://github.com/rust-lang/crates.io-index" 623checksum = "69801b70b1c3dac963ecb03a364ba0ceda9cf60c71cfe475e99864759c8b8a79" 624dependencies = [ 625 "itoa", 626 "ryu", 627 "serde", 628] 629 630[[package]] 631name = "serde_spanned" 632version = "0.6.6" 633source = "registry+https://github.com/rust-lang/crates.io-index" 634checksum = "79e674e01f999af37c49f70a6ede167a8a60b2503e56c5599532a65baa5969a0" 635dependencies = [ 636 "serde", 637] 638 639[[package]] 640name = "shlex" 641version = "1.3.0" 642source = "registry+https://github.com/rust-lang/crates.io-index" 643checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 644 645[[package]] 646name = "similar" 647version = "2.2.0" 648source = "registry+https://github.com/rust-lang/crates.io-index" 649checksum = "62ac7f900db32bf3fd12e0117dd3dc4da74bc52ebaac97f39668446d89694803" 650 651[[package]] 652name = "snapbox" 653version = "0.6.7" 654source = "registry+https://github.com/rust-lang/crates.io-index" 655checksum = "94204b12a4d3550420babdb4148c6639692e4e3e61060866929c5107f208aeb6" 656dependencies = [ 657 "anstream", 658 "anstyle", 659 "content_inspector", 660 "dunce", 661 "escargot", 662 "filetime", 663 "libc", 664 "normalize-line-endings", 665 "os_pipe", 666 "similar", 667 "snapbox-macros", 668 "tempfile", 669 "wait-timeout", 670 "walkdir", 671 "windows-sys 0.52.0", 672] 673 674[[package]] 675name = "snapbox-macros" 676version = "0.3.9" 677source = "registry+https://github.com/rust-lang/crates.io-index" 678checksum = "b1f4c14672714436c09254801c934b203196a51182a5107fb76591c7cc56424d" 679dependencies = [ 680 "anstream", 681] 682 683[[package]] 684name = "static_assertions" 685version = "1.1.0" 686source = "registry+https://github.com/rust-lang/crates.io-index" 687checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 688 689[[package]] 690name = "syn" 691version = "2.0.48" 692source = "registry+https://github.com/rust-lang/crates.io-index" 693checksum = "0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f" 694dependencies = [ 695 "proc-macro2", 696 "quote", 697 "unicode-ident", 698] 699 700[[package]] 701name = "tempfile" 702version = "3.9.0" 703source = "registry+https://github.com/rust-lang/crates.io-index" 704checksum = "01ce4141aa927a6d1bd34a041795abd0db1cccba5d5f24b009f694bdf3a1f3fa" 705dependencies = [ 706 "cfg-if", 707 "fastrand", 708 "redox_syscall 0.4.1", 709 "rustix", 710 "windows-sys 0.52.0", 711] 712 713[[package]] 714name = "toml_datetime" 715version = "0.6.6" 716source = "registry+https://github.com/rust-lang/crates.io-index" 717checksum = "4badfd56924ae69bcc9039335b2e017639ce3f9b001c393c1b2d1ef846ce2cbf" 718dependencies = [ 719 "serde", 720] 721 722[[package]] 723name = "toml_edit" 724version = "0.22.13" 725source = "registry+https://github.com/rust-lang/crates.io-index" 726checksum = "c127785850e8c20836d49732ae6abfa47616e60bf9d9f57c43c250361a9db96c" 727dependencies = [ 728 "indexmap", 729 "serde", 730 "serde_spanned", 731 "toml_datetime", 732 "winnow", 733] 734 735[[package]] 736name = "trycmd" 737version = "0.15.4" 738source = "registry+https://github.com/rust-lang/crates.io-index" 739checksum = "59709bd8eccada6a3fded26d22a7f2dcee406c18d3bd7ad2605ca3eeb8f6f6ec" 740dependencies = [ 741 "automod", 742 "glob", 743 "humantime", 744 "humantime-serde", 745 "rayon", 746 "serde", 747 "shlex", 748 "snapbox", 749 "toml_edit", 750] 751 752[[package]] 753name = "unicode-ident" 754version = "1.0.8" 755source = "registry+https://github.com/rust-lang/crates.io-index" 756checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4" 757 758[[package]] 759name = "unicode-width" 760version = "0.1.10" 761source = "registry+https://github.com/rust-lang/crates.io-index" 762checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" 763 764[[package]] 765name = "unicode-xid" 766version = "0.2.3" 767source = "registry+https://github.com/rust-lang/crates.io-index" 768checksum = "957e51f3646910546462e67d5f7599b9e4fb8acdd304b087a6494730f9eebf04" 769 770[[package]] 771name = "utf8parse" 772version = "0.2.1" 773source = "registry+https://github.com/rust-lang/crates.io-index" 774checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" 775 776[[package]] 777name = "vt100" 778version = "0.15.2" 779source = "registry+https://github.com/rust-lang/crates.io-index" 780checksum = "84cd863bf0db7e392ba3bd04994be3473491b31e66340672af5d11943c6274de" 781dependencies = [ 782 "itoa", 783 "log", 784 "unicode-width", 785 "vte", 786] 787 788[[package]] 789name = "vte" 790version = "0.11.1" 791source = "registry+https://github.com/rust-lang/crates.io-index" 792checksum = "f5022b5fbf9407086c180e9557be968742d839e68346af7792b8592489732197" 793dependencies = [ 794 "arrayvec", 795 "utf8parse", 796 "vte_generate_state_changes", 797] 798 799[[package]] 800name = "vte_generate_state_changes" 801version = "0.1.1" 802source = "registry+https://github.com/rust-lang/crates.io-index" 803checksum = "d257817081c7dffcdbab24b9e62d2def62e2ff7d00b1c20062551e6cccc145ff" 804dependencies = [ 805 "proc-macro2", 806 "quote", 807] 808 809[[package]] 810name = "wait-timeout" 811version = "0.2.0" 812source = "registry+https://github.com/rust-lang/crates.io-index" 813checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6" 814dependencies = [ 815 "libc", 816] 817 818[[package]] 819name = "walkdir" 820version = "2.4.0" 821source = "registry+https://github.com/rust-lang/crates.io-index" 822checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee" 823dependencies = [ 824 "same-file", 825 "winapi-util", 826] 827 828[[package]] 829name = "winapi" 830version = "0.3.9" 831source = "registry+https://github.com/rust-lang/crates.io-index" 832checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 833dependencies = [ 834 "winapi-i686-pc-windows-gnu", 835 "winapi-x86_64-pc-windows-gnu", 836] 837 838[[package]] 839name = "winapi-i686-pc-windows-gnu" 840version = "0.4.0" 841source = "registry+https://github.com/rust-lang/crates.io-index" 842checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 843 844[[package]] 845name = "winapi-util" 846version = "0.1.5" 847source = "registry+https://github.com/rust-lang/crates.io-index" 848checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" 849dependencies = [ 850 "winapi", 851] 852 853[[package]] 854name = "winapi-x86_64-pc-windows-gnu" 855version = "0.4.0" 856source = "registry+https://github.com/rust-lang/crates.io-index" 857checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 858 859[[package]] 860name = "windows-sys" 861version = "0.48.0" 862source = "registry+https://github.com/rust-lang/crates.io-index" 863checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 864dependencies = [ 865 "windows-targets 0.48.5", 866] 867 868[[package]] 869name = "windows-sys" 870version = "0.52.0" 871source = "registry+https://github.com/rust-lang/crates.io-index" 872checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 873dependencies = [ 874 "windows-targets 0.52.0", 875] 876 877[[package]] 878name = "windows-targets" 879version = "0.48.5" 880source = "registry+https://github.com/rust-lang/crates.io-index" 881checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 882dependencies = [ 883 "windows_aarch64_gnullvm 0.48.5", 884 "windows_aarch64_msvc 0.48.5", 885 "windows_i686_gnu 0.48.5", 886 "windows_i686_msvc 0.48.5", 887 "windows_x86_64_gnu 0.48.5", 888 "windows_x86_64_gnullvm 0.48.5", 889 "windows_x86_64_msvc 0.48.5", 890] 891 892[[package]] 893name = "windows-targets" 894version = "0.52.0" 895source = "registry+https://github.com/rust-lang/crates.io-index" 896checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd" 897dependencies = [ 898 "windows_aarch64_gnullvm 0.52.0", 899 "windows_aarch64_msvc 0.52.0", 900 "windows_i686_gnu 0.52.0", 901 "windows_i686_msvc 0.52.0", 902 "windows_x86_64_gnu 0.52.0", 903 "windows_x86_64_gnullvm 0.52.0", 904 "windows_x86_64_msvc 0.52.0", 905] 906 907[[package]] 908name = "windows_aarch64_gnullvm" 909version = "0.48.5" 910source = "registry+https://github.com/rust-lang/crates.io-index" 911checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 912 913[[package]] 914name = "windows_aarch64_gnullvm" 915version = "0.52.0" 916source = "registry+https://github.com/rust-lang/crates.io-index" 917checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea" 918 919[[package]] 920name = "windows_aarch64_msvc" 921version = "0.48.5" 922source = "registry+https://github.com/rust-lang/crates.io-index" 923checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 924 925[[package]] 926name = "windows_aarch64_msvc" 927version = "0.52.0" 928source = "registry+https://github.com/rust-lang/crates.io-index" 929checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef" 930 931[[package]] 932name = "windows_i686_gnu" 933version = "0.48.5" 934source = "registry+https://github.com/rust-lang/crates.io-index" 935checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 936 937[[package]] 938name = "windows_i686_gnu" 939version = "0.52.0" 940source = "registry+https://github.com/rust-lang/crates.io-index" 941checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313" 942 943[[package]] 944name = "windows_i686_msvc" 945version = "0.48.5" 946source = "registry+https://github.com/rust-lang/crates.io-index" 947checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 948 949[[package]] 950name = "windows_i686_msvc" 951version = "0.52.0" 952source = "registry+https://github.com/rust-lang/crates.io-index" 953checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a" 954 955[[package]] 956name = "windows_x86_64_gnu" 957version = "0.48.5" 958source = "registry+https://github.com/rust-lang/crates.io-index" 959checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 960 961[[package]] 962name = "windows_x86_64_gnu" 963version = "0.52.0" 964source = "registry+https://github.com/rust-lang/crates.io-index" 965checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd" 966 967[[package]] 968name = "windows_x86_64_gnullvm" 969version = "0.48.5" 970source = "registry+https://github.com/rust-lang/crates.io-index" 971checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 972 973[[package]] 974name = "windows_x86_64_gnullvm" 975version = "0.52.0" 976source = "registry+https://github.com/rust-lang/crates.io-index" 977checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e" 978 979[[package]] 980name = "windows_x86_64_msvc" 981version = "0.48.5" 982source = "registry+https://github.com/rust-lang/crates.io-index" 983checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 984 985[[package]] 986name = "windows_x86_64_msvc" 987version = "0.52.0" 988source = "registry+https://github.com/rust-lang/crates.io-index" 989checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04" 990 991[[package]] 992name = "winnow" 993version = "0.6.9" 994source = "registry+https://github.com/rust-lang/crates.io-index" 995checksum = "86c949fede1d13936a99f14fafd3e76fd642b556dd2ce96287fbe2e0151bfac6" 996dependencies = [ 997 "memchr", 998] 999