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 = "0.7.19" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "b4f55bd91a0978cbfd91c457a164bab8b4001c833b7f323132c0a4e1922dd44e" 10dependencies = [ 11 "memchr", 12] 13 14[[package]] 15name = "anstream" 16version = "0.3.1" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "6342bd4f5a1205d7f41e94a41a901f5647c938cdfa96036338e8533c9d6c2450" 19dependencies = [ 20 "anstyle", 21 "anstyle-parse", 22 "anstyle-query", 23 "anstyle-wincon", 24 "colorchoice", 25 "is-terminal", 26 "utf8parse", 27] 28 29[[package]] 30name = "anstyle" 31version = "1.0.0" 32source = "registry+https://github.com/rust-lang/crates.io-index" 33checksum = "41ed9a86bf92ae6580e0a31281f65a1b1d867c0cc68d5346e2ae128dddfa6a7d" 34 35[[package]] 36name = "anstyle-parse" 37version = "0.2.0" 38source = "registry+https://github.com/rust-lang/crates.io-index" 39checksum = "e765fd216e48e067936442276d1d57399e37bce53c264d6fefbe298080cb57ee" 40dependencies = [ 41 "utf8parse", 42] 43 44[[package]] 45name = "anstyle-query" 46version = "1.0.0" 47source = "registry+https://github.com/rust-lang/crates.io-index" 48checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b" 49dependencies = [ 50 "windows-sys 0.48.0", 51] 52 53[[package]] 54name = "anstyle-wincon" 55version = "1.0.1" 56source = "registry+https://github.com/rust-lang/crates.io-index" 57checksum = "180abfa45703aebe0093f79badacc01b8fd4ea2e35118747e5811127f926e188" 58dependencies = [ 59 "anstyle", 60 "windows-sys 0.48.0", 61] 62 63[[package]] 64name = "autocfg" 65version = "1.1.0" 66source = "registry+https://github.com/rust-lang/crates.io-index" 67checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 68 69[[package]] 70name = "bitflags" 71version = "1.3.2" 72source = "registry+https://github.com/rust-lang/crates.io-index" 73checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 74 75[[package]] 76name = "bstr" 77version = "0.2.17" 78source = "registry+https://github.com/rust-lang/crates.io-index" 79checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223" 80dependencies = [ 81 "memchr", 82] 83 84[[package]] 85name = "cc" 86version = "1.0.73" 87source = "registry+https://github.com/rust-lang/crates.io-index" 88checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11" 89 90[[package]] 91name = "cfg-if" 92version = "1.0.0" 93source = "registry+https://github.com/rust-lang/crates.io-index" 94checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 95 96[[package]] 97name = "chrono" 98version = "0.4.22" 99source = "registry+https://github.com/rust-lang/crates.io-index" 100checksum = "bfd4d1b31faaa3a89d7934dbded3111da0d2ef28e3ebccdb4f0179f5929d1ef1" 101dependencies = [ 102 "num-integer", 103 "num-traits", 104] 105 106[[package]] 107name = "clap" 108version = "4.0.32" 109source = "registry+https://github.com/rust-lang/crates.io-index" 110checksum = "a7db700bc935f9e43e88d00b0850dae18a63773cfbec6d8e070fccf7fef89a39" 111dependencies = [ 112 "bitflags", 113 "clap_derive", 114 "clap_lex", 115 "is-terminal", 116 "once_cell", 117 "strsim", 118 "termcolor", 119] 120 121[[package]] 122name = "clap_derive" 123version = "4.0.21" 124source = "registry+https://github.com/rust-lang/crates.io-index" 125checksum = "0177313f9f02afc995627906bbd8967e2be069f5261954222dac78290c2b9014" 126dependencies = [ 127 "heck", 128 "proc-macro-error", 129 "proc-macro2", 130 "quote", 131 "syn 1.0.105", 132] 133 134[[package]] 135name = "clap_lex" 136version = "0.3.0" 137source = "registry+https://github.com/rust-lang/crates.io-index" 138checksum = "0d4198f73e42b4936b35b5bb248d81d2b595ecb170da0bac7655c54eedfa8da8" 139dependencies = [ 140 "os_str_bytes", 141] 142 143[[package]] 144name = "colorchoice" 145version = "1.0.0" 146source = "registry+https://github.com/rust-lang/crates.io-index" 147checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" 148 149[[package]] 150name = "crossbeam-utils" 151version = "0.8.11" 152source = "registry+https://github.com/rust-lang/crates.io-index" 153checksum = "51887d4adc7b564537b15adcfb307936f8075dfcd5f00dde9a9f1d29383682bc" 154dependencies = [ 155 "cfg-if", 156 "once_cell", 157] 158 159[[package]] 160name = "equivalent" 161version = "1.0.0" 162source = "registry+https://github.com/rust-lang/crates.io-index" 163checksum = "88bffebc5d80432c9b140ee17875ff173a8ab62faad5b257da912bd2f6c1c0a1" 164 165[[package]] 166name = "errno" 167version = "0.3.1" 168source = "registry+https://github.com/rust-lang/crates.io-index" 169checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a" 170dependencies = [ 171 "errno-dragonfly", 172 "libc", 173 "windows-sys 0.48.0", 174] 175 176[[package]] 177name = "errno-dragonfly" 178version = "0.1.2" 179source = "registry+https://github.com/rust-lang/crates.io-index" 180checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" 181dependencies = [ 182 "cc", 183 "libc", 184] 185 186[[package]] 187name = "escape8259" 188version = "0.5.2" 189source = "registry+https://github.com/rust-lang/crates.io-index" 190checksum = "ba4f4911e3666fcd7826997b4745c8224295a6f3072f1418c3067b97a67557ee" 191dependencies = [ 192 "rustversion", 193] 194 195[[package]] 196name = "fnv" 197version = "1.0.7" 198source = "registry+https://github.com/rust-lang/crates.io-index" 199checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 200 201[[package]] 202name = "globset" 203version = "0.4.9" 204source = "registry+https://github.com/rust-lang/crates.io-index" 205checksum = "0a1e17342619edbc21a964c2afbeb6c820c6a2560032872f397bb97ea127bd0a" 206dependencies = [ 207 "aho-corasick", 208 "bstr", 209 "fnv", 210 "log", 211 "regex", 212] 213 214[[package]] 215name = "hashbrown" 216version = "0.14.0" 217source = "registry+https://github.com/rust-lang/crates.io-index" 218checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a" 219 220[[package]] 221name = "heck" 222version = "0.4.0" 223source = "registry+https://github.com/rust-lang/crates.io-index" 224checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9" 225 226[[package]] 227name = "hermit-abi" 228version = "0.1.19" 229source = "registry+https://github.com/rust-lang/crates.io-index" 230checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" 231dependencies = [ 232 "libc", 233] 234 235[[package]] 236name = "hermit-abi" 237version = "0.3.1" 238source = "registry+https://github.com/rust-lang/crates.io-index" 239checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" 240 241[[package]] 242name = "ignore" 243version = "0.4.18" 244source = "registry+https://github.com/rust-lang/crates.io-index" 245checksum = "713f1b139373f96a2e0ce3ac931cd01ee973c3c5dd7c40c0c2efe96ad2b6751d" 246dependencies = [ 247 "crossbeam-utils", 248 "globset", 249 "lazy_static", 250 "log", 251 "memchr", 252 "regex", 253 "same-file", 254 "thread_local", 255 "walkdir", 256 "winapi-util", 257] 258 259[[package]] 260name = "include_dir" 261version = "0.7.3" 262source = "registry+https://github.com/rust-lang/crates.io-index" 263checksum = "18762faeff7122e89e0857b02f7ce6fcc0d101d5e9ad2ad7846cc01d61b7f19e" 264dependencies = [ 265 "include_dir_macros", 266] 267 268[[package]] 269name = "include_dir_macros" 270version = "0.7.3" 271source = "registry+https://github.com/rust-lang/crates.io-index" 272checksum = "b139284b5cf57ecfa712bcc66950bb635b31aff41c188e8a4cfc758eca374a3f" 273dependencies = [ 274 "proc-macro2", 275 "quote", 276] 277 278[[package]] 279name = "indexmap" 280version = "2.0.0" 281source = "registry+https://github.com/rust-lang/crates.io-index" 282checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d" 283dependencies = [ 284 "equivalent", 285 "hashbrown", 286] 287 288[[package]] 289name = "io-lifetimes" 290version = "1.0.3" 291source = "registry+https://github.com/rust-lang/crates.io-index" 292checksum = "46112a93252b123d31a119a8d1a1ac19deac4fac6e0e8b0df58f0d4e5870e63c" 293dependencies = [ 294 "libc", 295 "windows-sys 0.42.0", 296] 297 298[[package]] 299name = "is-terminal" 300version = "0.4.7" 301source = "registry+https://github.com/rust-lang/crates.io-index" 302checksum = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f" 303dependencies = [ 304 "hermit-abi 0.3.1", 305 "io-lifetimes", 306 "rustix", 307 "windows-sys 0.48.0", 308] 309 310[[package]] 311name = "itoa" 312version = "1.0.3" 313source = "registry+https://github.com/rust-lang/crates.io-index" 314checksum = "6c8af84674fe1f223a982c933a0ee1086ac4d4052aa0fb8060c12c6ad838e754" 315 316[[package]] 317name = "kstring" 318version = "2.0.0" 319source = "registry+https://github.com/rust-lang/crates.io-index" 320checksum = "ec3066350882a1cd6d950d055997f379ac37fd39f81cd4d8ed186032eb3c5747" 321dependencies = [ 322 "static_assertions", 323] 324 325[[package]] 326name = "lazy_static" 327version = "1.4.0" 328source = "registry+https://github.com/rust-lang/crates.io-index" 329checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 330 331[[package]] 332name = "libc" 333version = "0.2.142" 334source = "registry+https://github.com/rust-lang/crates.io-index" 335checksum = "6a987beff54b60ffa6d51982e1aa1146bc42f19bd26be28b0586f252fccf5317" 336 337[[package]] 338name = "libtest-mimic" 339version = "0.6.0" 340source = "registry+https://github.com/rust-lang/crates.io-index" 341checksum = "d7b603516767d1ab23d0de09d023e62966c3322f7148297c35cf3d97aa8b37fa" 342dependencies = [ 343 "clap", 344 "termcolor", 345 "threadpool", 346] 347 348[[package]] 349name = "libtest-mimic" 350version = "0.7.0" 351source = "registry+https://github.com/rust-lang/crates.io-index" 352checksum = "7f0f4c6f44ecfd52e8b443f2ad18f2b996540135771561283c2352ce56a1c70b" 353dependencies = [ 354 "clap", 355 "escape8259", 356 "termcolor", 357 "threadpool", 358] 359 360[[package]] 361name = "linux-raw-sys" 362version = "0.3.6" 363source = "registry+https://github.com/rust-lang/crates.io-index" 364checksum = "b64f40e5e03e0d54f03845c8197d0291253cdbedfb1cb46b13c2c117554a9f4c" 365 366[[package]] 367name = "log" 368version = "0.4.17" 369source = "registry+https://github.com/rust-lang/crates.io-index" 370checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" 371dependencies = [ 372 "cfg-if", 373] 374 375[[package]] 376name = "memchr" 377version = "2.5.0" 378source = "registry+https://github.com/rust-lang/crates.io-index" 379checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" 380 381[[package]] 382name = "normalize-line-endings" 383version = "0.3.0" 384source = "registry+https://github.com/rust-lang/crates.io-index" 385checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be" 386 387[[package]] 388name = "num-integer" 389version = "0.1.45" 390source = "registry+https://github.com/rust-lang/crates.io-index" 391checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" 392dependencies = [ 393 "autocfg", 394 "num-traits", 395] 396 397[[package]] 398name = "num-traits" 399version = "0.2.15" 400source = "registry+https://github.com/rust-lang/crates.io-index" 401checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" 402dependencies = [ 403 "autocfg", 404] 405 406[[package]] 407name = "num_cpus" 408version = "1.13.1" 409source = "registry+https://github.com/rust-lang/crates.io-index" 410checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1" 411dependencies = [ 412 "hermit-abi 0.1.19", 413 "libc", 414] 415 416[[package]] 417name = "once_cell" 418version = "1.15.0" 419source = "registry+https://github.com/rust-lang/crates.io-index" 420checksum = "e82dad04139b71a90c080c8463fe0dc7902db5192d939bd0950f074d014339e1" 421 422[[package]] 423name = "os_str_bytes" 424version = "6.3.0" 425source = "registry+https://github.com/rust-lang/crates.io-index" 426checksum = "9ff7415e9ae3fff1225851df9e0d9e4e5479f947619774677a63572e55e80eff" 427 428[[package]] 429name = "proc-macro-error" 430version = "1.0.4" 431source = "registry+https://github.com/rust-lang/crates.io-index" 432checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 433dependencies = [ 434 "proc-macro-error-attr", 435 "proc-macro2", 436 "quote", 437 "syn 1.0.105", 438 "version_check", 439] 440 441[[package]] 442name = "proc-macro-error-attr" 443version = "1.0.4" 444source = "registry+https://github.com/rust-lang/crates.io-index" 445checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 446dependencies = [ 447 "proc-macro2", 448 "quote", 449 "version_check", 450] 451 452[[package]] 453name = "proc-macro2" 454version = "1.0.67" 455source = "registry+https://github.com/rust-lang/crates.io-index" 456checksum = "3d433d9f1a3e8c1263d9456598b16fec66f4acc9a74dacffd35c7bb09b3a1328" 457dependencies = [ 458 "unicode-ident", 459] 460 461[[package]] 462name = "quote" 463version = "1.0.33" 464source = "registry+https://github.com/rust-lang/crates.io-index" 465checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae" 466dependencies = [ 467 "proc-macro2", 468] 469 470[[package]] 471name = "regex" 472version = "1.6.0" 473source = "registry+https://github.com/rust-lang/crates.io-index" 474checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b" 475dependencies = [ 476 "aho-corasick", 477 "memchr", 478 "regex-syntax", 479] 480 481[[package]] 482name = "regex-syntax" 483version = "0.6.27" 484source = "registry+https://github.com/rust-lang/crates.io-index" 485checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244" 486 487[[package]] 488name = "rustix" 489version = "0.37.7" 490source = "registry+https://github.com/rust-lang/crates.io-index" 491checksum = "2aae838e49b3d63e9274e1c01833cc8139d3fec468c3b84688c628f44b1ae11d" 492dependencies = [ 493 "bitflags", 494 "errno", 495 "io-lifetimes", 496 "libc", 497 "linux-raw-sys", 498 "windows-sys 0.45.0", 499] 500 501[[package]] 502name = "rustversion" 503version = "1.0.14" 504source = "registry+https://github.com/rust-lang/crates.io-index" 505checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4" 506 507[[package]] 508name = "ryu" 509version = "1.0.15" 510source = "registry+https://github.com/rust-lang/crates.io-index" 511checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741" 512 513[[package]] 514name = "same-file" 515version = "1.0.6" 516source = "registry+https://github.com/rust-lang/crates.io-index" 517checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 518dependencies = [ 519 "winapi-util", 520] 521 522[[package]] 523name = "serde" 524version = "1.0.193" 525source = "registry+https://github.com/rust-lang/crates.io-index" 526checksum = "25dd9975e68d0cb5aa1120c288333fc98731bd1dd12f561e468ea4728c042b89" 527dependencies = [ 528 "serde_derive", 529] 530 531[[package]] 532name = "serde_derive" 533version = "1.0.193" 534source = "registry+https://github.com/rust-lang/crates.io-index" 535checksum = "43576ca501357b9b071ac53cdc7da8ef0cbd9493d8df094cd821777ea6e894d3" 536dependencies = [ 537 "proc-macro2", 538 "quote", 539 "syn 2.0.41", 540] 541 542[[package]] 543name = "serde_json" 544version = "1.0.96" 545source = "registry+https://github.com/rust-lang/crates.io-index" 546checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1" 547dependencies = [ 548 "itoa", 549 "ryu", 550 "serde", 551] 552 553[[package]] 554name = "serde_spanned" 555version = "0.6.5" 556source = "registry+https://github.com/rust-lang/crates.io-index" 557checksum = "eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1" 558dependencies = [ 559 "serde", 560] 561 562[[package]] 563name = "similar" 564version = "2.2.0" 565source = "registry+https://github.com/rust-lang/crates.io-index" 566checksum = "62ac7f900db32bf3fd12e0117dd3dc4da74bc52ebaac97f39668446d89694803" 567 568[[package]] 569name = "snapbox" 570version = "0.4.11" 571source = "registry+https://github.com/rust-lang/crates.io-index" 572checksum = "f6bccd62078347f89a914e3004d94582e13824d4e3d8a816317862884c423835" 573dependencies = [ 574 "anstream", 575 "anstyle", 576 "ignore", 577 "libtest-mimic 0.6.0", 578 "normalize-line-endings", 579 "similar", 580 "snapbox-macros", 581] 582 583[[package]] 584name = "snapbox-macros" 585version = "0.3.4" 586source = "registry+https://github.com/rust-lang/crates.io-index" 587checksum = "eaaf09df9f0eeae82be96290918520214530e738a7fe5a351b0f24cf77c0ca31" 588dependencies = [ 589 "anstream", 590] 591 592[[package]] 593name = "static_assertions" 594version = "1.1.0" 595source = "registry+https://github.com/rust-lang/crates.io-index" 596checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 597 598[[package]] 599name = "strsim" 600version = "0.10.0" 601source = "registry+https://github.com/rust-lang/crates.io-index" 602checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" 603 604[[package]] 605name = "syn" 606version = "1.0.105" 607source = "registry+https://github.com/rust-lang/crates.io-index" 608checksum = "60b9b43d45702de4c839cb9b51d9f529c5dd26a4aff255b42b1ebc03e88ee908" 609dependencies = [ 610 "proc-macro2", 611 "quote", 612 "unicode-ident", 613] 614 615[[package]] 616name = "syn" 617version = "2.0.41" 618source = "registry+https://github.com/rust-lang/crates.io-index" 619checksum = "44c8b28c477cc3bf0e7966561e3460130e1255f7a1cf71931075f1c5e7a7e269" 620dependencies = [ 621 "proc-macro2", 622 "quote", 623 "unicode-ident", 624] 625 626[[package]] 627name = "termcolor" 628version = "1.1.3" 629source = "registry+https://github.com/rust-lang/crates.io-index" 630checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755" 631dependencies = [ 632 "winapi-util", 633] 634 635[[package]] 636name = "thread_local" 637version = "1.1.4" 638source = "registry+https://github.com/rust-lang/crates.io-index" 639checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180" 640dependencies = [ 641 "once_cell", 642] 643 644[[package]] 645name = "threadpool" 646version = "1.8.1" 647source = "registry+https://github.com/rust-lang/crates.io-index" 648checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa" 649dependencies = [ 650 "num_cpus", 651] 652 653[[package]] 654name = "toml-test" 655version = "1.0.0" 656source = "registry+https://github.com/rust-lang/crates.io-index" 657checksum = "1ec3892835fb31e181a87e1758275a64b0d7c6c9e9618aeb61a647bd487314c0" 658dependencies = [ 659 "chrono", 660 "ryu", 661 "serde", 662 "serde_json", 663] 664 665[[package]] 666name = "toml-test-data" 667version = "1.8.0" 668source = "registry+https://github.com/rust-lang/crates.io-index" 669checksum = "c6b5bad99e813ce8c67d1d67c9b9f37c8451933f45eae0ab2b3583975f1cc15d" 670dependencies = [ 671 "include_dir", 672] 673 674[[package]] 675name = "toml-test-harness" 676version = "0.4.8" 677source = "registry+https://github.com/rust-lang/crates.io-index" 678checksum = "1be4b8d761dee51b4694e9f1d622a1d7f9c135a8b8265459e16d09ac5b16a05d" 679dependencies = [ 680 "ignore", 681 "libtest-mimic 0.6.0", 682 "toml-test", 683 "toml-test-data", 684] 685 686[[package]] 687name = "toml_datetime" 688version = "0.6.5" 689source = "registry+https://github.com/rust-lang/crates.io-index" 690checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1" 691dependencies = [ 692 "serde", 693] 694 695[[package]] 696name = "toml_edit" 697version = "0.22.4" 698dependencies = [ 699 "indexmap", 700 "kstring", 701 "libtest-mimic 0.7.0", 702 "serde", 703 "serde_json", 704 "serde_spanned", 705 "snapbox", 706 "toml-test-data", 707 "toml-test-harness", 708 "toml_datetime", 709 "winnow", 710] 711 712[[package]] 713name = "unicode-ident" 714version = "1.0.4" 715source = "registry+https://github.com/rust-lang/crates.io-index" 716checksum = "dcc811dc4066ac62f84f11307873c4850cb653bfa9b1719cee2bd2204a4bc5dd" 717 718[[package]] 719name = "utf8parse" 720version = "0.2.1" 721source = "registry+https://github.com/rust-lang/crates.io-index" 722checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" 723 724[[package]] 725name = "version_check" 726version = "0.9.4" 727source = "registry+https://github.com/rust-lang/crates.io-index" 728checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 729 730[[package]] 731name = "walkdir" 732version = "2.3.2" 733source = "registry+https://github.com/rust-lang/crates.io-index" 734checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56" 735dependencies = [ 736 "same-file", 737 "winapi", 738 "winapi-util", 739] 740 741[[package]] 742name = "winapi" 743version = "0.3.9" 744source = "registry+https://github.com/rust-lang/crates.io-index" 745checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 746dependencies = [ 747 "winapi-i686-pc-windows-gnu", 748 "winapi-x86_64-pc-windows-gnu", 749] 750 751[[package]] 752name = "winapi-i686-pc-windows-gnu" 753version = "0.4.0" 754source = "registry+https://github.com/rust-lang/crates.io-index" 755checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 756 757[[package]] 758name = "winapi-util" 759version = "0.1.5" 760source = "registry+https://github.com/rust-lang/crates.io-index" 761checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" 762dependencies = [ 763 "winapi", 764] 765 766[[package]] 767name = "winapi-x86_64-pc-windows-gnu" 768version = "0.4.0" 769source = "registry+https://github.com/rust-lang/crates.io-index" 770checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 771 772[[package]] 773name = "windows-sys" 774version = "0.42.0" 775source = "registry+https://github.com/rust-lang/crates.io-index" 776checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" 777dependencies = [ 778 "windows_aarch64_gnullvm 0.42.1", 779 "windows_aarch64_msvc 0.42.1", 780 "windows_i686_gnu 0.42.1", 781 "windows_i686_msvc 0.42.1", 782 "windows_x86_64_gnu 0.42.1", 783 "windows_x86_64_gnullvm 0.42.1", 784 "windows_x86_64_msvc 0.42.1", 785] 786 787[[package]] 788name = "windows-sys" 789version = "0.45.0" 790source = "registry+https://github.com/rust-lang/crates.io-index" 791checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 792dependencies = [ 793 "windows-targets 0.42.1", 794] 795 796[[package]] 797name = "windows-sys" 798version = "0.48.0" 799source = "registry+https://github.com/rust-lang/crates.io-index" 800checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 801dependencies = [ 802 "windows-targets 0.48.0", 803] 804 805[[package]] 806name = "windows-targets" 807version = "0.42.1" 808source = "registry+https://github.com/rust-lang/crates.io-index" 809checksum = "8e2522491fbfcd58cc84d47aeb2958948c4b8982e9a2d8a2a35bbaed431390e7" 810dependencies = [ 811 "windows_aarch64_gnullvm 0.42.1", 812 "windows_aarch64_msvc 0.42.1", 813 "windows_i686_gnu 0.42.1", 814 "windows_i686_msvc 0.42.1", 815 "windows_x86_64_gnu 0.42.1", 816 "windows_x86_64_gnullvm 0.42.1", 817 "windows_x86_64_msvc 0.42.1", 818] 819 820[[package]] 821name = "windows-targets" 822version = "0.48.0" 823source = "registry+https://github.com/rust-lang/crates.io-index" 824checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5" 825dependencies = [ 826 "windows_aarch64_gnullvm 0.48.0", 827 "windows_aarch64_msvc 0.48.0", 828 "windows_i686_gnu 0.48.0", 829 "windows_i686_msvc 0.48.0", 830 "windows_x86_64_gnu 0.48.0", 831 "windows_x86_64_gnullvm 0.48.0", 832 "windows_x86_64_msvc 0.48.0", 833] 834 835[[package]] 836name = "windows_aarch64_gnullvm" 837version = "0.42.1" 838source = "registry+https://github.com/rust-lang/crates.io-index" 839checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608" 840 841[[package]] 842name = "windows_aarch64_gnullvm" 843version = "0.48.0" 844source = "registry+https://github.com/rust-lang/crates.io-index" 845checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc" 846 847[[package]] 848name = "windows_aarch64_msvc" 849version = "0.42.1" 850source = "registry+https://github.com/rust-lang/crates.io-index" 851checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7" 852 853[[package]] 854name = "windows_aarch64_msvc" 855version = "0.48.0" 856source = "registry+https://github.com/rust-lang/crates.io-index" 857checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3" 858 859[[package]] 860name = "windows_i686_gnu" 861version = "0.42.1" 862source = "registry+https://github.com/rust-lang/crates.io-index" 863checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640" 864 865[[package]] 866name = "windows_i686_gnu" 867version = "0.48.0" 868source = "registry+https://github.com/rust-lang/crates.io-index" 869checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241" 870 871[[package]] 872name = "windows_i686_msvc" 873version = "0.42.1" 874source = "registry+https://github.com/rust-lang/crates.io-index" 875checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605" 876 877[[package]] 878name = "windows_i686_msvc" 879version = "0.48.0" 880source = "registry+https://github.com/rust-lang/crates.io-index" 881checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00" 882 883[[package]] 884name = "windows_x86_64_gnu" 885version = "0.42.1" 886source = "registry+https://github.com/rust-lang/crates.io-index" 887checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45" 888 889[[package]] 890name = "windows_x86_64_gnu" 891version = "0.48.0" 892source = "registry+https://github.com/rust-lang/crates.io-index" 893checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" 894 895[[package]] 896name = "windows_x86_64_gnullvm" 897version = "0.42.1" 898source = "registry+https://github.com/rust-lang/crates.io-index" 899checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463" 900 901[[package]] 902name = "windows_x86_64_gnullvm" 903version = "0.48.0" 904source = "registry+https://github.com/rust-lang/crates.io-index" 905checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" 906 907[[package]] 908name = "windows_x86_64_msvc" 909version = "0.42.1" 910source = "registry+https://github.com/rust-lang/crates.io-index" 911checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd" 912 913[[package]] 914name = "windows_x86_64_msvc" 915version = "0.48.0" 916source = "registry+https://github.com/rust-lang/crates.io-index" 917checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" 918 919[[package]] 920name = "winnow" 921version = "0.5.0" 922source = "registry+https://github.com/rust-lang/crates.io-index" 923checksum = "81fac9742fd1ad1bd9643b991319f72dd031016d44b77039a26977eb667141e7" 924dependencies = [ 925 "memchr", 926] 927