1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 3 4 5[[package]] 6name = "aho-corasick" 7version = "1.1.3" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" 10dependencies = [ 11 "memchr", 12] 13 14[[package]] 15name = "anstream" 16version = "0.3.2" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "0ca84f3628370c59db74ee214b3263d58f9aadd9b4fe7e711fd87dc452b7f163" 19dependencies = [ 20 "anstyle", 21 "anstyle-parse", 22 "anstyle-query", 23 "anstyle-wincon 1.0.2", 24 "colorchoice", 25 "is-terminal", 26 "utf8parse", 27] 28 29[[package]] 30name = "anstream" 31version = "0.6.14" 32source = "registry+https://github.com/rust-lang/crates.io-index" 33checksum = "418c75fa768af9c03be99d17643f93f79bbba589895012a80e3452a19ddda15b" 34dependencies = [ 35 "anstyle", 36 "anstyle-parse", 37 "anstyle-query", 38 "anstyle-wincon 3.0.3", 39 "colorchoice", 40 "is_terminal_polyfill", 41 "utf8parse", 42] 43 44[[package]] 45name = "anstyle" 46version = "1.0.7" 47source = "registry+https://github.com/rust-lang/crates.io-index" 48checksum = "038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b" 49 50[[package]] 51name = "anstyle-parse" 52version = "0.2.4" 53source = "registry+https://github.com/rust-lang/crates.io-index" 54checksum = "c03a11a9034d92058ceb6ee011ce58af4a9bf61491aa7e1e59ecd24bd40d22d4" 55dependencies = [ 56 "utf8parse", 57] 58 59[[package]] 60name = "anstyle-query" 61version = "1.0.3" 62source = "registry+https://github.com/rust-lang/crates.io-index" 63checksum = "a64c907d4e79225ac72e2a354c9ce84d50ebb4586dee56c82b3ee73004f537f5" 64dependencies = [ 65 "windows-sys 0.52.0", 66] 67 68[[package]] 69name = "anstyle-wincon" 70version = "1.0.2" 71source = "registry+https://github.com/rust-lang/crates.io-index" 72checksum = "c677ab05e09154296dd37acecd46420c17b9713e8366facafa8fc0885167cf4c" 73dependencies = [ 74 "anstyle", 75 "windows-sys 0.48.0", 76] 77 78[[package]] 79name = "anstyle-wincon" 80version = "3.0.3" 81source = "registry+https://github.com/rust-lang/crates.io-index" 82checksum = "61a38449feb7068f52bb06c12759005cf459ee52bb4adc1d5a7c4322d716fb19" 83dependencies = [ 84 "anstyle", 85 "windows-sys 0.52.0", 86] 87 88[[package]] 89name = "autocfg" 90version = "1.3.0" 91source = "registry+https://github.com/rust-lang/crates.io-index" 92checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" 93 94[[package]] 95name = "bstr" 96version = "1.9.1" 97source = "registry+https://github.com/rust-lang/crates.io-index" 98checksum = "05efc5cfd9110c8416e471df0e96702d58690178e206e61b7173706673c93706" 99dependencies = [ 100 "memchr", 101 "serde", 102] 103 104[[package]] 105name = "cfg-if" 106version = "1.0.0" 107source = "registry+https://github.com/rust-lang/crates.io-index" 108checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 109 110[[package]] 111name = "chrono" 112version = "0.4.38" 113source = "registry+https://github.com/rust-lang/crates.io-index" 114checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" 115dependencies = [ 116 "num-traits", 117] 118 119[[package]] 120name = "clap" 121version = "4.3.24" 122source = "registry+https://github.com/rust-lang/crates.io-index" 123checksum = "fb690e81c7840c0d7aade59f242ea3b41b9bc27bcd5997890e7702ae4b32e487" 124dependencies = [ 125 "clap_builder", 126 "clap_derive", 127 "once_cell", 128] 129 130[[package]] 131name = "clap_builder" 132version = "4.3.24" 133source = "registry+https://github.com/rust-lang/crates.io-index" 134checksum = "5ed2e96bc16d8d740f6f48d663eddf4b8a0983e79210fd55479b7bcd0a69860e" 135dependencies = [ 136 "anstream 0.3.2", 137 "anstyle", 138 "clap_lex", 139 "strsim", 140] 141 142[[package]] 143name = "clap_derive" 144version = "4.3.12" 145source = "registry+https://github.com/rust-lang/crates.io-index" 146checksum = "54a9bb5758fc5dfe728d1019941681eccaf0cf8a4189b692a0ee2f2ecf90a050" 147dependencies = [ 148 "heck", 149 "proc-macro2", 150 "quote", 151 "syn", 152] 153 154[[package]] 155name = "clap_lex" 156version = "0.5.0" 157source = "registry+https://github.com/rust-lang/crates.io-index" 158checksum = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b" 159 160[[package]] 161name = "colorchoice" 162version = "1.0.1" 163source = "registry+https://github.com/rust-lang/crates.io-index" 164checksum = "0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422" 165 166[[package]] 167name = "equivalent" 168version = "1.0.1" 169source = "registry+https://github.com/rust-lang/crates.io-index" 170checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" 171 172[[package]] 173name = "escape8259" 174version = "0.5.2" 175source = "registry+https://github.com/rust-lang/crates.io-index" 176checksum = "ba4f4911e3666fcd7826997b4745c8224295a6f3072f1418c3067b97a67557ee" 177dependencies = [ 178 "rustversion", 179] 180 181[[package]] 182name = "globset" 183version = "0.4.14" 184source = "registry+https://github.com/rust-lang/crates.io-index" 185checksum = "57da3b9b5b85bd66f31093f8c408b90a74431672542466497dcbdfdc02034be1" 186dependencies = [ 187 "aho-corasick", 188 "bstr", 189 "log", 190 "regex-automata", 191 "regex-syntax", 192] 193 194[[package]] 195name = "hashbrown" 196version = "0.14.5" 197source = "registry+https://github.com/rust-lang/crates.io-index" 198checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" 199 200[[package]] 201name = "heck" 202version = "0.4.1" 203source = "registry+https://github.com/rust-lang/crates.io-index" 204checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 205 206[[package]] 207name = "hermit-abi" 208version = "0.3.9" 209source = "registry+https://github.com/rust-lang/crates.io-index" 210checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" 211 212[[package]] 213name = "ignore" 214version = "0.4.20" 215source = "registry+https://github.com/rust-lang/crates.io-index" 216checksum = "dbe7873dab538a9a44ad79ede1faf5f30d49f9a5c883ddbab48bce81b64b7492" 217dependencies = [ 218 "globset", 219 "lazy_static", 220 "log", 221 "memchr", 222 "regex", 223 "same-file", 224 "thread_local", 225 "walkdir", 226 "winapi-util", 227] 228 229[[package]] 230name = "include_dir" 231version = "0.7.3" 232source = "registry+https://github.com/rust-lang/crates.io-index" 233checksum = "18762faeff7122e89e0857b02f7ce6fcc0d101d5e9ad2ad7846cc01d61b7f19e" 234dependencies = [ 235 "include_dir_macros", 236] 237 238[[package]] 239name = "include_dir_macros" 240version = "0.7.3" 241source = "registry+https://github.com/rust-lang/crates.io-index" 242checksum = "b139284b5cf57ecfa712bcc66950bb635b31aff41c188e8a4cfc758eca374a3f" 243dependencies = [ 244 "proc-macro2", 245 "quote", 246] 247 248[[package]] 249name = "indexmap" 250version = "2.2.6" 251source = "registry+https://github.com/rust-lang/crates.io-index" 252checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26" 253dependencies = [ 254 "equivalent", 255 "hashbrown", 256] 257 258[[package]] 259name = "is-terminal" 260version = "0.4.12" 261source = "registry+https://github.com/rust-lang/crates.io-index" 262checksum = "f23ff5ef2b80d608d61efee834934d862cd92461afc0560dedf493e4c033738b" 263dependencies = [ 264 "hermit-abi", 265 "libc", 266 "windows-sys 0.52.0", 267] 268 269[[package]] 270name = "is_terminal_polyfill" 271version = "1.48.0" 272source = "registry+https://github.com/rust-lang/crates.io-index" 273checksum = "b52b2de84ed0341893ce61ca1af04fa54eea0a764ecc38c6855cc5db84dc1927" 274dependencies = [ 275 "is-terminal", 276] 277 278[[package]] 279name = "itoa" 280version = "1.0.11" 281source = "registry+https://github.com/rust-lang/crates.io-index" 282checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" 283 284[[package]] 285name = "lazy_static" 286version = "1.4.0" 287source = "registry+https://github.com/rust-lang/crates.io-index" 288checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 289 290[[package]] 291name = "libc" 292version = "0.2.154" 293source = "registry+https://github.com/rust-lang/crates.io-index" 294checksum = "ae743338b92ff9146ce83992f766a31066a91a8c84a45e0e9f21e7cf6de6d346" 295 296[[package]] 297name = "libtest-mimic" 298version = "0.7.3" 299source = "registry+https://github.com/rust-lang/crates.io-index" 300checksum = "cc0bda45ed5b3a2904262c1bb91e526127aa70e7ef3758aba2ef93cf896b9b58" 301dependencies = [ 302 "clap", 303 "escape8259", 304 "termcolor", 305 "threadpool", 306] 307 308[[package]] 309name = "log" 310version = "0.4.21" 311source = "registry+https://github.com/rust-lang/crates.io-index" 312checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" 313 314[[package]] 315name = "memchr" 316version = "2.7.2" 317source = "registry+https://github.com/rust-lang/crates.io-index" 318checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d" 319 320[[package]] 321name = "normalize-line-endings" 322version = "0.3.0" 323source = "registry+https://github.com/rust-lang/crates.io-index" 324checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be" 325 326[[package]] 327name = "num-traits" 328version = "0.2.19" 329source = "registry+https://github.com/rust-lang/crates.io-index" 330checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 331dependencies = [ 332 "autocfg", 333] 334 335[[package]] 336name = "num_cpus" 337version = "1.16.0" 338source = "registry+https://github.com/rust-lang/crates.io-index" 339checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" 340dependencies = [ 341 "hermit-abi", 342 "libc", 343] 344 345[[package]] 346name = "once_cell" 347version = "1.19.0" 348source = "registry+https://github.com/rust-lang/crates.io-index" 349checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" 350 351[[package]] 352name = "proc-macro2" 353version = "1.0.82" 354source = "registry+https://github.com/rust-lang/crates.io-index" 355checksum = "8ad3d49ab951a01fbaafe34f2ec74122942fe18a3f9814c3268f1bb72042131b" 356dependencies = [ 357 "unicode-ident", 358] 359 360[[package]] 361name = "quote" 362version = "1.0.36" 363source = "registry+https://github.com/rust-lang/crates.io-index" 364checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7" 365dependencies = [ 366 "proc-macro2", 367] 368 369[[package]] 370name = "regex" 371version = "1.10.4" 372source = "registry+https://github.com/rust-lang/crates.io-index" 373checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c" 374dependencies = [ 375 "aho-corasick", 376 "memchr", 377 "regex-automata", 378 "regex-syntax", 379] 380 381[[package]] 382name = "regex-automata" 383version = "0.4.6" 384source = "registry+https://github.com/rust-lang/crates.io-index" 385checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea" 386dependencies = [ 387 "aho-corasick", 388 "memchr", 389 "regex-syntax", 390] 391 392[[package]] 393name = "regex-syntax" 394version = "0.8.3" 395source = "registry+https://github.com/rust-lang/crates.io-index" 396checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56" 397 398[[package]] 399name = "rustversion" 400version = "1.0.17" 401source = "registry+https://github.com/rust-lang/crates.io-index" 402checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6" 403 404[[package]] 405name = "ryu" 406version = "1.0.18" 407source = "registry+https://github.com/rust-lang/crates.io-index" 408checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" 409 410[[package]] 411name = "same-file" 412version = "1.0.6" 413source = "registry+https://github.com/rust-lang/crates.io-index" 414checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 415dependencies = [ 416 "winapi-util", 417] 418 419[[package]] 420name = "serde" 421version = "1.0.203" 422source = "registry+https://github.com/rust-lang/crates.io-index" 423checksum = "7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094" 424dependencies = [ 425 "serde_derive", 426] 427 428[[package]] 429name = "serde_derive" 430version = "1.0.203" 431source = "registry+https://github.com/rust-lang/crates.io-index" 432checksum = "500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba" 433dependencies = [ 434 "proc-macro2", 435 "quote", 436 "syn", 437] 438 439[[package]] 440name = "serde_json" 441version = "1.0.119" 442source = "registry+https://github.com/rust-lang/crates.io-index" 443checksum = "e8eddb61f0697cc3989c5d64b452f5488e2b8a60fd7d5076a3045076ffef8cb0" 444dependencies = [ 445 "itoa", 446 "ryu", 447 "serde", 448] 449 450[[package]] 451name = "serde_spanned" 452version = "0.6.7" 453source = "registry+https://github.com/rust-lang/crates.io-index" 454checksum = "eb5b1b31579f3811bf615c144393417496f152e12ac8b7663bf664f4a815306d" 455dependencies = [ 456 "serde", 457] 458 459[[package]] 460name = "similar" 461version = "2.5.0" 462source = "registry+https://github.com/rust-lang/crates.io-index" 463checksum = "fa42c91313f1d05da9b26f267f931cf178d4aba455b4c4622dd7355eb80c6640" 464 465[[package]] 466name = "snapbox" 467version = "0.6.10" 468source = "registry+https://github.com/rust-lang/crates.io-index" 469checksum = "40e14d10e4c2b4331ac24c33baa5a03e1fbca81c045b285b53b2a612d28569fb" 470dependencies = [ 471 "anstream 0.6.14", 472 "anstyle", 473 "normalize-line-endings", 474 "similar", 475 "snapbox-macros", 476] 477 478[[package]] 479name = "snapbox-macros" 480version = "0.3.9" 481source = "registry+https://github.com/rust-lang/crates.io-index" 482checksum = "b1f4c14672714436c09254801c934b203196a51182a5107fb76591c7cc56424d" 483dependencies = [ 484 "anstream 0.6.14", 485] 486 487[[package]] 488name = "strsim" 489version = "0.10.0" 490source = "registry+https://github.com/rust-lang/crates.io-index" 491checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" 492 493[[package]] 494name = "syn" 495version = "2.0.63" 496source = "registry+https://github.com/rust-lang/crates.io-index" 497checksum = "bf5be731623ca1a1fb7d8be6f261a3be6d3e2337b8a1f97be944d020c8fcb704" 498dependencies = [ 499 "proc-macro2", 500 "quote", 501 "unicode-ident", 502] 503 504[[package]] 505name = "termcolor" 506version = "1.4.1" 507source = "registry+https://github.com/rust-lang/crates.io-index" 508checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" 509dependencies = [ 510 "winapi-util", 511] 512 513[[package]] 514name = "thread_local" 515version = "1.1.8" 516source = "registry+https://github.com/rust-lang/crates.io-index" 517checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" 518dependencies = [ 519 "cfg-if", 520 "once_cell", 521] 522 523[[package]] 524name = "threadpool" 525version = "1.8.1" 526source = "registry+https://github.com/rust-lang/crates.io-index" 527checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa" 528dependencies = [ 529 "num_cpus", 530] 531 532[[package]] 533name = "toml" 534version = "0.8.19" 535dependencies = [ 536 "indexmap", 537 "serde", 538 "serde_json", 539 "serde_spanned", 540 "snapbox", 541 "toml-test-data", 542 "toml-test-harness", 543 "toml_datetime", 544 "toml_edit", 545] 546 547[[package]] 548name = "toml-test" 549version = "1.0.2" 550source = "registry+https://github.com/rust-lang/crates.io-index" 551checksum = "f9e26681e9154ffb40044019b6bb374f6ed7fef1e367d3d314f0daf2b00faba9" 552dependencies = [ 553 "chrono", 554 "ryu", 555 "serde", 556 "serde_json", 557] 558 559[[package]] 560name = "toml-test-data" 561version = "1.12.1" 562source = "registry+https://github.com/rust-lang/crates.io-index" 563checksum = "13bb6bf962107303ade738a8f729f4f92c29b2d84c0772cc376f7001602afa1a" 564dependencies = [ 565 "include_dir", 566] 567 568[[package]] 569name = "toml-test-harness" 570version = "0.4.10" 571source = "registry+https://github.com/rust-lang/crates.io-index" 572checksum = "0ad65271b9325d4727b1afb346e2eb4cade8e998797682da4e73b7b6d902f2b2" 573dependencies = [ 574 "ignore", 575 "libtest-mimic", 576 "toml-test", 577 "toml-test-data", 578] 579 580[[package]] 581name = "toml_datetime" 582version = "0.6.8" 583source = "registry+https://github.com/rust-lang/crates.io-index" 584checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41" 585dependencies = [ 586 "serde", 587] 588 589[[package]] 590name = "toml_edit" 591version = "0.22.20" 592source = "registry+https://github.com/rust-lang/crates.io-index" 593checksum = "583c44c02ad26b0c3f3066fe629275e50627026c51ac2e595cca4c230ce1ce1d" 594dependencies = [ 595 "indexmap", 596 "serde", 597 "serde_spanned", 598 "toml_datetime", 599 "winnow", 600] 601 602[[package]] 603name = "unicode-ident" 604version = "1.0.12" 605source = "registry+https://github.com/rust-lang/crates.io-index" 606checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" 607 608[[package]] 609name = "utf8parse" 610version = "0.2.1" 611source = "registry+https://github.com/rust-lang/crates.io-index" 612checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" 613 614[[package]] 615name = "walkdir" 616version = "2.5.0" 617source = "registry+https://github.com/rust-lang/crates.io-index" 618checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 619dependencies = [ 620 "same-file", 621 "winapi-util", 622] 623 624[[package]] 625name = "winapi-util" 626version = "0.1.8" 627source = "registry+https://github.com/rust-lang/crates.io-index" 628checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b" 629dependencies = [ 630 "windows-sys 0.52.0", 631] 632 633[[package]] 634name = "windows-sys" 635version = "0.48.0" 636source = "registry+https://github.com/rust-lang/crates.io-index" 637checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 638dependencies = [ 639 "windows-targets 0.48.5", 640] 641 642[[package]] 643name = "windows-sys" 644version = "0.52.0" 645source = "registry+https://github.com/rust-lang/crates.io-index" 646checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 647dependencies = [ 648 "windows-targets 0.52.5", 649] 650 651[[package]] 652name = "windows-targets" 653version = "0.48.5" 654source = "registry+https://github.com/rust-lang/crates.io-index" 655checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 656dependencies = [ 657 "windows_aarch64_gnullvm 0.48.5", 658 "windows_aarch64_msvc 0.48.5", 659 "windows_i686_gnu 0.48.5", 660 "windows_i686_msvc 0.48.5", 661 "windows_x86_64_gnu 0.48.5", 662 "windows_x86_64_gnullvm 0.48.5", 663 "windows_x86_64_msvc 0.48.5", 664] 665 666[[package]] 667name = "windows-targets" 668version = "0.52.5" 669source = "registry+https://github.com/rust-lang/crates.io-index" 670checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb" 671dependencies = [ 672 "windows_aarch64_gnullvm 0.52.5", 673 "windows_aarch64_msvc 0.52.5", 674 "windows_i686_gnu 0.52.5", 675 "windows_i686_gnullvm", 676 "windows_i686_msvc 0.52.5", 677 "windows_x86_64_gnu 0.52.5", 678 "windows_x86_64_gnullvm 0.52.5", 679 "windows_x86_64_msvc 0.52.5", 680] 681 682[[package]] 683name = "windows_aarch64_gnullvm" 684version = "0.48.5" 685source = "registry+https://github.com/rust-lang/crates.io-index" 686checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 687 688[[package]] 689name = "windows_aarch64_gnullvm" 690version = "0.52.5" 691source = "registry+https://github.com/rust-lang/crates.io-index" 692checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263" 693 694[[package]] 695name = "windows_aarch64_msvc" 696version = "0.48.5" 697source = "registry+https://github.com/rust-lang/crates.io-index" 698checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 699 700[[package]] 701name = "windows_aarch64_msvc" 702version = "0.52.5" 703source = "registry+https://github.com/rust-lang/crates.io-index" 704checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6" 705 706[[package]] 707name = "windows_i686_gnu" 708version = "0.48.5" 709source = "registry+https://github.com/rust-lang/crates.io-index" 710checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 711 712[[package]] 713name = "windows_i686_gnu" 714version = "0.52.5" 715source = "registry+https://github.com/rust-lang/crates.io-index" 716checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670" 717 718[[package]] 719name = "windows_i686_gnullvm" 720version = "0.52.5" 721source = "registry+https://github.com/rust-lang/crates.io-index" 722checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9" 723 724[[package]] 725name = "windows_i686_msvc" 726version = "0.48.5" 727source = "registry+https://github.com/rust-lang/crates.io-index" 728checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 729 730[[package]] 731name = "windows_i686_msvc" 732version = "0.52.5" 733source = "registry+https://github.com/rust-lang/crates.io-index" 734checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf" 735 736[[package]] 737name = "windows_x86_64_gnu" 738version = "0.48.5" 739source = "registry+https://github.com/rust-lang/crates.io-index" 740checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 741 742[[package]] 743name = "windows_x86_64_gnu" 744version = "0.52.5" 745source = "registry+https://github.com/rust-lang/crates.io-index" 746checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9" 747 748[[package]] 749name = "windows_x86_64_gnullvm" 750version = "0.48.5" 751source = "registry+https://github.com/rust-lang/crates.io-index" 752checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 753 754[[package]] 755name = "windows_x86_64_gnullvm" 756version = "0.52.5" 757source = "registry+https://github.com/rust-lang/crates.io-index" 758checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596" 759 760[[package]] 761name = "windows_x86_64_msvc" 762version = "0.48.5" 763source = "registry+https://github.com/rust-lang/crates.io-index" 764checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 765 766[[package]] 767name = "windows_x86_64_msvc" 768version = "0.52.5" 769source = "registry+https://github.com/rust-lang/crates.io-index" 770checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0" 771 772[[package]] 773name = "winnow" 774version = "0.6.18" 775source = "registry+https://github.com/rust-lang/crates.io-index" 776checksum = "68a9bda4691f099d435ad181000724da8e5899daa10713c2d432552b9ccd3a6f" 777dependencies = [ 778 "memchr", 779] 780