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 = "autocfg" 70version = "1.1.0" 71source = "registry+https://github.com/rust-lang/crates.io-index" 72checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 73 74[[package]] 75name = "backtrace" 76version = "0.3.67" 77source = "registry+https://github.com/rust-lang/crates.io-index" 78checksum = "233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca" 79dependencies = [ 80 "addr2line", 81 "cc", 82 "cfg-if", 83 "libc", 84 "miniz_oxide", 85 "object", 86 "rustc-demangle", 87] 88 89[[package]] 90name = "basic-toml" 91version = "0.1.8" 92source = "registry+https://github.com/rust-lang/crates.io-index" 93checksum = "2db21524cad41c5591204d22d75e1970a2d1f71060214ca931dc7d5afe2c14e5" 94dependencies = [ 95 "serde", 96] 97 98[[package]] 99name = "bitflags" 100version = "2.4.0" 101source = "registry+https://github.com/rust-lang/crates.io-index" 102checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635" 103 104[[package]] 105name = "cc" 106version = "1.0.83" 107source = "registry+https://github.com/rust-lang/crates.io-index" 108checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0" 109dependencies = [ 110 "libc", 111] 112 113[[package]] 114name = "cfg-if" 115version = "1.0.0" 116source = "registry+https://github.com/rust-lang/crates.io-index" 117checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 118 119[[package]] 120name = "clap" 121version = "4.5.0" 122dependencies = [ 123 "clap_builder", 124 "clap_derive", 125 "humantime", 126 "rustversion", 127 "shlex", 128 "snapbox", 129 "trybuild", 130 "trycmd", 131] 132 133[[package]] 134name = "clap_builder" 135version = "4.5.0" 136source = "registry+https://github.com/rust-lang/crates.io-index" 137checksum = "458bf1f341769dfcf849846f65dffdf9146daa56bcd2a47cb4e1de9915567c99" 138dependencies = [ 139 "anstream", 140 "anstyle", 141 "backtrace", 142 "clap_lex", 143 "strsim", 144 "terminal_size", 145 "unicase", 146 "unicode-width", 147] 148 149[[package]] 150name = "clap_derive" 151version = "4.5.0" 152source = "registry+https://github.com/rust-lang/crates.io-index" 153checksum = "307bc0538d5f0f83b8248db3087aa92fe504e4691294d0c96c0eabc33f47ba47" 154dependencies = [ 155 "heck", 156 "proc-macro2", 157 "quote", 158 "syn", 159] 160 161[[package]] 162name = "clap_lex" 163version = "0.7.0" 164source = "registry+https://github.com/rust-lang/crates.io-index" 165checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce" 166 167[[package]] 168name = "colorchoice" 169version = "1.0.0" 170source = "registry+https://github.com/rust-lang/crates.io-index" 171checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" 172 173[[package]] 174name = "crossbeam-deque" 175version = "0.8.2" 176source = "registry+https://github.com/rust-lang/crates.io-index" 177checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc" 178dependencies = [ 179 "cfg-if", 180 "crossbeam-epoch", 181 "crossbeam-utils", 182] 183 184[[package]] 185name = "crossbeam-epoch" 186version = "0.9.11" 187source = "registry+https://github.com/rust-lang/crates.io-index" 188checksum = "f916dfc5d356b0ed9dae65f1db9fc9770aa2851d2662b988ccf4fe3516e86348" 189dependencies = [ 190 "autocfg", 191 "cfg-if", 192 "crossbeam-utils", 193 "memoffset", 194 "scopeguard", 195] 196 197[[package]] 198name = "crossbeam-utils" 199version = "0.8.12" 200source = "registry+https://github.com/rust-lang/crates.io-index" 201checksum = "edbafec5fa1f196ca66527c1b12c2ec4745ca14b50f1ad8f9f6f720b55d11fac" 202dependencies = [ 203 "cfg-if", 204] 205 206[[package]] 207name = "either" 208version = "1.8.0" 209source = "registry+https://github.com/rust-lang/crates.io-index" 210checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797" 211 212[[package]] 213name = "equivalent" 214version = "1.0.1" 215source = "registry+https://github.com/rust-lang/crates.io-index" 216checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" 217 218[[package]] 219name = "errno" 220version = "0.3.8" 221source = "registry+https://github.com/rust-lang/crates.io-index" 222checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245" 223dependencies = [ 224 "libc", 225 "windows-sys 0.52.0", 226] 227 228[[package]] 229name = "escargot" 230version = "0.5.7" 231source = "registry+https://github.com/rust-lang/crates.io-index" 232checksum = "f5584ba17d7ab26a8a7284f13e5bd196294dd2f2d79773cff29b9e9edef601a6" 233dependencies = [ 234 "log", 235 "once_cell", 236 "serde", 237 "serde_json", 238] 239 240[[package]] 241name = "gimli" 242version = "0.27.2" 243source = "registry+https://github.com/rust-lang/crates.io-index" 244checksum = "ad0a93d233ebf96623465aad4046a8d3aa4da22d4f4beba5388838c8a434bbb4" 245 246[[package]] 247name = "glob" 248version = "0.3.1" 249source = "registry+https://github.com/rust-lang/crates.io-index" 250checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" 251 252[[package]] 253name = "hashbrown" 254version = "0.14.1" 255source = "registry+https://github.com/rust-lang/crates.io-index" 256checksum = "7dfda62a12f55daeae5015f81b0baea145391cb4520f86c248fc615d72640d12" 257 258[[package]] 259name = "heck" 260version = "0.4.1" 261source = "registry+https://github.com/rust-lang/crates.io-index" 262checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 263 264[[package]] 265name = "humantime" 266version = "2.1.0" 267source = "registry+https://github.com/rust-lang/crates.io-index" 268checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" 269 270[[package]] 271name = "humantime-serde" 272version = "1.1.1" 273source = "registry+https://github.com/rust-lang/crates.io-index" 274checksum = "57a3db5ea5923d99402c94e9feb261dc5ee9b4efa158b0315f788cf549cc200c" 275dependencies = [ 276 "humantime", 277 "serde", 278] 279 280[[package]] 281name = "indexmap" 282version = "2.1.0" 283source = "registry+https://github.com/rust-lang/crates.io-index" 284checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f" 285dependencies = [ 286 "equivalent", 287 "hashbrown", 288] 289 290[[package]] 291name = "itoa" 292version = "1.0.9" 293source = "registry+https://github.com/rust-lang/crates.io-index" 294checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38" 295 296[[package]] 297name = "libc" 298version = "0.2.152" 299source = "registry+https://github.com/rust-lang/crates.io-index" 300checksum = "13e3bf6590cbc649f4d1a3eefc9d5d6eb746f5200ffb04e5e142700b8faa56e7" 301 302[[package]] 303name = "linux-raw-sys" 304version = "0.4.12" 305source = "registry+https://github.com/rust-lang/crates.io-index" 306checksum = "c4cd1a83af159aa67994778be9070f0ae1bd732942279cabb14f86f986a21456" 307 308[[package]] 309name = "log" 310version = "0.4.17" 311source = "registry+https://github.com/rust-lang/crates.io-index" 312checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" 313dependencies = [ 314 "cfg-if", 315] 316 317[[package]] 318name = "memchr" 319version = "2.7.1" 320source = "registry+https://github.com/rust-lang/crates.io-index" 321checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149" 322 323[[package]] 324name = "memoffset" 325version = "0.6.5" 326source = "registry+https://github.com/rust-lang/crates.io-index" 327checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce" 328dependencies = [ 329 "autocfg", 330] 331 332[[package]] 333name = "miniz_oxide" 334version = "0.6.2" 335source = "registry+https://github.com/rust-lang/crates.io-index" 336checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa" 337dependencies = [ 338 "adler", 339] 340 341[[package]] 342name = "normalize-line-endings" 343version = "0.3.0" 344source = "registry+https://github.com/rust-lang/crates.io-index" 345checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be" 346 347[[package]] 348name = "object" 349version = "0.30.3" 350source = "registry+https://github.com/rust-lang/crates.io-index" 351checksum = "ea86265d3d3dcb6a27fc51bd29a4bf387fae9d2986b823079d4986af253eb439" 352dependencies = [ 353 "memchr", 354] 355 356[[package]] 357name = "once_cell" 358version = "1.18.0" 359source = "registry+https://github.com/rust-lang/crates.io-index" 360checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" 361 362[[package]] 363name = "os_pipe" 364version = "1.1.4" 365source = "registry+https://github.com/rust-lang/crates.io-index" 366checksum = "0ae859aa07428ca9a929b936690f8b12dc5f11dd8c6992a18ca93919f28bc177" 367dependencies = [ 368 "libc", 369 "windows-sys 0.48.0", 370] 371 372[[package]] 373name = "proc-macro2" 374version = "1.0.78" 375source = "registry+https://github.com/rust-lang/crates.io-index" 376checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae" 377dependencies = [ 378 "unicode-ident", 379] 380 381[[package]] 382name = "quote" 383version = "1.0.35" 384source = "registry+https://github.com/rust-lang/crates.io-index" 385checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef" 386dependencies = [ 387 "proc-macro2", 388] 389 390[[package]] 391name = "rayon" 392version = "1.8.0" 393source = "registry+https://github.com/rust-lang/crates.io-index" 394checksum = "9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1" 395dependencies = [ 396 "either", 397 "rayon-core", 398] 399 400[[package]] 401name = "rayon-core" 402version = "1.12.0" 403source = "registry+https://github.com/rust-lang/crates.io-index" 404checksum = "5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed" 405dependencies = [ 406 "crossbeam-deque", 407 "crossbeam-utils", 408] 409 410[[package]] 411name = "rustc-demangle" 412version = "0.1.21" 413source = "registry+https://github.com/rust-lang/crates.io-index" 414checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342" 415 416[[package]] 417name = "rustix" 418version = "0.38.30" 419source = "registry+https://github.com/rust-lang/crates.io-index" 420checksum = "322394588aaf33c24007e8bb3238ee3e4c5c09c084ab32bc73890b99ff326bca" 421dependencies = [ 422 "bitflags", 423 "errno", 424 "libc", 425 "linux-raw-sys", 426 "windows-sys 0.52.0", 427] 428 429[[package]] 430name = "rustversion" 431version = "1.0.14" 432source = "registry+https://github.com/rust-lang/crates.io-index" 433checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4" 434 435[[package]] 436name = "ryu" 437version = "1.0.11" 438source = "registry+https://github.com/rust-lang/crates.io-index" 439checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09" 440 441[[package]] 442name = "scopeguard" 443version = "1.1.0" 444source = "registry+https://github.com/rust-lang/crates.io-index" 445checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 446 447[[package]] 448name = "serde" 449version = "1.0.196" 450source = "registry+https://github.com/rust-lang/crates.io-index" 451checksum = "870026e60fa08c69f064aa766c10f10b1d62db9ccd4d0abb206472bee0ce3b32" 452dependencies = [ 453 "serde_derive", 454] 455 456[[package]] 457name = "serde_derive" 458version = "1.0.196" 459source = "registry+https://github.com/rust-lang/crates.io-index" 460checksum = "33c85360c95e7d137454dc81d9a4ed2b8efd8fbe19cee57357b32b9771fccb67" 461dependencies = [ 462 "proc-macro2", 463 "quote", 464 "syn", 465] 466 467[[package]] 468name = "serde_json" 469version = "1.0.113" 470source = "registry+https://github.com/rust-lang/crates.io-index" 471checksum = "69801b70b1c3dac963ecb03a364ba0ceda9cf60c71cfe475e99864759c8b8a79" 472dependencies = [ 473 "itoa", 474 "ryu", 475 "serde", 476] 477 478[[package]] 479name = "serde_spanned" 480version = "0.6.5" 481source = "registry+https://github.com/rust-lang/crates.io-index" 482checksum = "eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1" 483dependencies = [ 484 "serde", 485] 486 487[[package]] 488name = "shlex" 489version = "1.3.0" 490source = "registry+https://github.com/rust-lang/crates.io-index" 491checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 492 493[[package]] 494name = "similar" 495version = "2.2.0" 496source = "registry+https://github.com/rust-lang/crates.io-index" 497checksum = "62ac7f900db32bf3fd12e0117dd3dc4da74bc52ebaac97f39668446d89694803" 498 499[[package]] 500name = "snapbox" 501version = "0.4.16" 502source = "registry+https://github.com/rust-lang/crates.io-index" 503checksum = "73145a30df4935f50a7b13c1882bce7d194d7071ad0bcc36e7cacbf9ef16e3ec" 504dependencies = [ 505 "anstream", 506 "anstyle", 507 "escargot", 508 "libc", 509 "normalize-line-endings", 510 "os_pipe", 511 "similar", 512 "snapbox-macros", 513 "wait-timeout", 514 "windows-sys 0.52.0", 515] 516 517[[package]] 518name = "snapbox-macros" 519version = "0.3.7" 520source = "registry+https://github.com/rust-lang/crates.io-index" 521checksum = "78ccde059aad940984ff696fe8c280900f7ea71a6fb45fce65071a3f2c40b667" 522dependencies = [ 523 "anstream", 524] 525 526[[package]] 527name = "strsim" 528version = "0.11.0" 529source = "registry+https://github.com/rust-lang/crates.io-index" 530checksum = "5ee073c9e4cd00e28217186dbe12796d692868f432bf2e97ee73bed0c56dfa01" 531 532[[package]] 533name = "syn" 534version = "2.0.48" 535source = "registry+https://github.com/rust-lang/crates.io-index" 536checksum = "0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f" 537dependencies = [ 538 "proc-macro2", 539 "quote", 540 "unicode-ident", 541] 542 543[[package]] 544name = "termcolor" 545version = "1.1.3" 546source = "registry+https://github.com/rust-lang/crates.io-index" 547checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755" 548dependencies = [ 549 "winapi-util", 550] 551 552[[package]] 553name = "terminal_size" 554version = "0.3.0" 555source = "registry+https://github.com/rust-lang/crates.io-index" 556checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7" 557dependencies = [ 558 "rustix", 559 "windows-sys 0.48.0", 560] 561 562[[package]] 563name = "toml_datetime" 564version = "0.6.5" 565source = "registry+https://github.com/rust-lang/crates.io-index" 566checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1" 567dependencies = [ 568 "serde", 569] 570 571[[package]] 572name = "toml_edit" 573version = "0.21.1" 574source = "registry+https://github.com/rust-lang/crates.io-index" 575checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1" 576dependencies = [ 577 "indexmap", 578 "serde", 579 "serde_spanned", 580 "toml_datetime", 581 "winnow", 582] 583 584[[package]] 585name = "trybuild" 586version = "1.0.89" 587source = "registry+https://github.com/rust-lang/crates.io-index" 588checksum = "9a9d3ba662913483d6722303f619e75ea10b7855b0f8e0d72799cf8621bb488f" 589dependencies = [ 590 "basic-toml", 591 "glob", 592 "once_cell", 593 "serde", 594 "serde_derive", 595 "serde_json", 596 "termcolor", 597] 598 599[[package]] 600name = "trycmd" 601version = "0.14.20" 602source = "registry+https://github.com/rust-lang/crates.io-index" 603checksum = "b7ad3a033f38ca4d9eedf36ba792622027119c61b62b57970c5bed42cfd0c40d" 604dependencies = [ 605 "glob", 606 "humantime", 607 "humantime-serde", 608 "rayon", 609 "serde", 610 "shlex", 611 "snapbox", 612 "toml_edit", 613] 614 615[[package]] 616name = "unicase" 617version = "2.7.0" 618source = "registry+https://github.com/rust-lang/crates.io-index" 619checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89" 620dependencies = [ 621 "version_check", 622] 623 624[[package]] 625name = "unicode-ident" 626version = "1.0.8" 627source = "registry+https://github.com/rust-lang/crates.io-index" 628checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4" 629 630[[package]] 631name = "unicode-width" 632version = "0.1.10" 633source = "registry+https://github.com/rust-lang/crates.io-index" 634checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" 635 636[[package]] 637name = "utf8parse" 638version = "0.2.1" 639source = "registry+https://github.com/rust-lang/crates.io-index" 640checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" 641 642[[package]] 643name = "version_check" 644version = "0.9.4" 645source = "registry+https://github.com/rust-lang/crates.io-index" 646checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 647 648[[package]] 649name = "wait-timeout" 650version = "0.2.0" 651source = "registry+https://github.com/rust-lang/crates.io-index" 652checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6" 653dependencies = [ 654 "libc", 655] 656 657[[package]] 658name = "winapi" 659version = "0.3.9" 660source = "registry+https://github.com/rust-lang/crates.io-index" 661checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 662dependencies = [ 663 "winapi-i686-pc-windows-gnu", 664 "winapi-x86_64-pc-windows-gnu", 665] 666 667[[package]] 668name = "winapi-i686-pc-windows-gnu" 669version = "0.4.0" 670source = "registry+https://github.com/rust-lang/crates.io-index" 671checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 672 673[[package]] 674name = "winapi-util" 675version = "0.1.5" 676source = "registry+https://github.com/rust-lang/crates.io-index" 677checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" 678dependencies = [ 679 "winapi", 680] 681 682[[package]] 683name = "winapi-x86_64-pc-windows-gnu" 684version = "0.4.0" 685source = "registry+https://github.com/rust-lang/crates.io-index" 686checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 687 688[[package]] 689name = "windows-sys" 690version = "0.48.0" 691source = "registry+https://github.com/rust-lang/crates.io-index" 692checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 693dependencies = [ 694 "windows-targets 0.48.5", 695] 696 697[[package]] 698name = "windows-sys" 699version = "0.52.0" 700source = "registry+https://github.com/rust-lang/crates.io-index" 701checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 702dependencies = [ 703 "windows-targets 0.52.0", 704] 705 706[[package]] 707name = "windows-targets" 708version = "0.48.5" 709source = "registry+https://github.com/rust-lang/crates.io-index" 710checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 711dependencies = [ 712 "windows_aarch64_gnullvm 0.48.5", 713 "windows_aarch64_msvc 0.48.5", 714 "windows_i686_gnu 0.48.5", 715 "windows_i686_msvc 0.48.5", 716 "windows_x86_64_gnu 0.48.5", 717 "windows_x86_64_gnullvm 0.48.5", 718 "windows_x86_64_msvc 0.48.5", 719] 720 721[[package]] 722name = "windows-targets" 723version = "0.52.0" 724source = "registry+https://github.com/rust-lang/crates.io-index" 725checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd" 726dependencies = [ 727 "windows_aarch64_gnullvm 0.52.0", 728 "windows_aarch64_msvc 0.52.0", 729 "windows_i686_gnu 0.52.0", 730 "windows_i686_msvc 0.52.0", 731 "windows_x86_64_gnu 0.52.0", 732 "windows_x86_64_gnullvm 0.52.0", 733 "windows_x86_64_msvc 0.52.0", 734] 735 736[[package]] 737name = "windows_aarch64_gnullvm" 738version = "0.48.5" 739source = "registry+https://github.com/rust-lang/crates.io-index" 740checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 741 742[[package]] 743name = "windows_aarch64_gnullvm" 744version = "0.52.0" 745source = "registry+https://github.com/rust-lang/crates.io-index" 746checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea" 747 748[[package]] 749name = "windows_aarch64_msvc" 750version = "0.48.5" 751source = "registry+https://github.com/rust-lang/crates.io-index" 752checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 753 754[[package]] 755name = "windows_aarch64_msvc" 756version = "0.52.0" 757source = "registry+https://github.com/rust-lang/crates.io-index" 758checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef" 759 760[[package]] 761name = "windows_i686_gnu" 762version = "0.48.5" 763source = "registry+https://github.com/rust-lang/crates.io-index" 764checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 765 766[[package]] 767name = "windows_i686_gnu" 768version = "0.52.0" 769source = "registry+https://github.com/rust-lang/crates.io-index" 770checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313" 771 772[[package]] 773name = "windows_i686_msvc" 774version = "0.48.5" 775source = "registry+https://github.com/rust-lang/crates.io-index" 776checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 777 778[[package]] 779name = "windows_i686_msvc" 780version = "0.52.0" 781source = "registry+https://github.com/rust-lang/crates.io-index" 782checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a" 783 784[[package]] 785name = "windows_x86_64_gnu" 786version = "0.48.5" 787source = "registry+https://github.com/rust-lang/crates.io-index" 788checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 789 790[[package]] 791name = "windows_x86_64_gnu" 792version = "0.52.0" 793source = "registry+https://github.com/rust-lang/crates.io-index" 794checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd" 795 796[[package]] 797name = "windows_x86_64_gnullvm" 798version = "0.48.5" 799source = "registry+https://github.com/rust-lang/crates.io-index" 800checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 801 802[[package]] 803name = "windows_x86_64_gnullvm" 804version = "0.52.0" 805source = "registry+https://github.com/rust-lang/crates.io-index" 806checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e" 807 808[[package]] 809name = "windows_x86_64_msvc" 810version = "0.48.5" 811source = "registry+https://github.com/rust-lang/crates.io-index" 812checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 813 814[[package]] 815name = "windows_x86_64_msvc" 816version = "0.52.0" 817source = "registry+https://github.com/rust-lang/crates.io-index" 818checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04" 819 820[[package]] 821name = "winnow" 822version = "0.5.17" 823source = "registry+https://github.com/rust-lang/crates.io-index" 824checksum = "a3b801d0e0a6726477cc207f60162da452f3a95adb368399bef20a946e06f65c" 825dependencies = [ 826 "memchr", 827] 828