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 = "fnv" 188version = "1.0.7" 189source = "registry+https://github.com/rust-lang/crates.io-index" 190checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 191 192[[package]] 193name = "globset" 194version = "0.4.9" 195source = "registry+https://github.com/rust-lang/crates.io-index" 196checksum = "0a1e17342619edbc21a964c2afbeb6c820c6a2560032872f397bb97ea127bd0a" 197dependencies = [ 198 "aho-corasick", 199 "bstr", 200 "fnv", 201 "log", 202 "regex", 203] 204 205[[package]] 206name = "hashbrown" 207version = "0.14.0" 208source = "registry+https://github.com/rust-lang/crates.io-index" 209checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a" 210 211[[package]] 212name = "heck" 213version = "0.4.0" 214source = "registry+https://github.com/rust-lang/crates.io-index" 215checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9" 216 217[[package]] 218name = "hermit-abi" 219version = "0.1.19" 220source = "registry+https://github.com/rust-lang/crates.io-index" 221checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" 222dependencies = [ 223 "libc", 224] 225 226[[package]] 227name = "hermit-abi" 228version = "0.3.1" 229source = "registry+https://github.com/rust-lang/crates.io-index" 230checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" 231 232[[package]] 233name = "ignore" 234version = "0.4.18" 235source = "registry+https://github.com/rust-lang/crates.io-index" 236checksum = "713f1b139373f96a2e0ce3ac931cd01ee973c3c5dd7c40c0c2efe96ad2b6751d" 237dependencies = [ 238 "crossbeam-utils", 239 "globset", 240 "lazy_static", 241 "log", 242 "memchr", 243 "regex", 244 "same-file", 245 "thread_local", 246 "walkdir", 247 "winapi-util", 248] 249 250[[package]] 251name = "include_dir" 252version = "0.7.3" 253source = "registry+https://github.com/rust-lang/crates.io-index" 254checksum = "18762faeff7122e89e0857b02f7ce6fcc0d101d5e9ad2ad7846cc01d61b7f19e" 255dependencies = [ 256 "include_dir_macros", 257] 258 259[[package]] 260name = "include_dir_macros" 261version = "0.7.3" 262source = "registry+https://github.com/rust-lang/crates.io-index" 263checksum = "b139284b5cf57ecfa712bcc66950bb635b31aff41c188e8a4cfc758eca374a3f" 264dependencies = [ 265 "proc-macro2", 266 "quote", 267] 268 269[[package]] 270name = "indexmap" 271version = "2.0.0" 272source = "registry+https://github.com/rust-lang/crates.io-index" 273checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d" 274dependencies = [ 275 "equivalent", 276 "hashbrown", 277] 278 279[[package]] 280name = "io-lifetimes" 281version = "1.0.3" 282source = "registry+https://github.com/rust-lang/crates.io-index" 283checksum = "46112a93252b123d31a119a8d1a1ac19deac4fac6e0e8b0df58f0d4e5870e63c" 284dependencies = [ 285 "libc", 286 "windows-sys 0.42.0", 287] 288 289[[package]] 290name = "is-terminal" 291version = "0.4.7" 292source = "registry+https://github.com/rust-lang/crates.io-index" 293checksum = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f" 294dependencies = [ 295 "hermit-abi 0.3.1", 296 "io-lifetimes", 297 "rustix", 298 "windows-sys 0.48.0", 299] 300 301[[package]] 302name = "itoa" 303version = "1.0.3" 304source = "registry+https://github.com/rust-lang/crates.io-index" 305checksum = "6c8af84674fe1f223a982c933a0ee1086ac4d4052aa0fb8060c12c6ad838e754" 306 307[[package]] 308name = "lazy_static" 309version = "1.4.0" 310source = "registry+https://github.com/rust-lang/crates.io-index" 311checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 312 313[[package]] 314name = "libc" 315version = "0.2.142" 316source = "registry+https://github.com/rust-lang/crates.io-index" 317checksum = "6a987beff54b60ffa6d51982e1aa1146bc42f19bd26be28b0586f252fccf5317" 318 319[[package]] 320name = "libtest-mimic" 321version = "0.6.0" 322source = "registry+https://github.com/rust-lang/crates.io-index" 323checksum = "d7b603516767d1ab23d0de09d023e62966c3322f7148297c35cf3d97aa8b37fa" 324dependencies = [ 325 "clap", 326 "termcolor", 327 "threadpool", 328] 329 330[[package]] 331name = "linux-raw-sys" 332version = "0.3.6" 333source = "registry+https://github.com/rust-lang/crates.io-index" 334checksum = "b64f40e5e03e0d54f03845c8197d0291253cdbedfb1cb46b13c2c117554a9f4c" 335 336[[package]] 337name = "log" 338version = "0.4.17" 339source = "registry+https://github.com/rust-lang/crates.io-index" 340checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" 341dependencies = [ 342 "cfg-if", 343] 344 345[[package]] 346name = "memchr" 347version = "2.5.0" 348source = "registry+https://github.com/rust-lang/crates.io-index" 349checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" 350 351[[package]] 352name = "normalize-line-endings" 353version = "0.3.0" 354source = "registry+https://github.com/rust-lang/crates.io-index" 355checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be" 356 357[[package]] 358name = "num-integer" 359version = "0.1.45" 360source = "registry+https://github.com/rust-lang/crates.io-index" 361checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" 362dependencies = [ 363 "autocfg", 364 "num-traits", 365] 366 367[[package]] 368name = "num-traits" 369version = "0.2.15" 370source = "registry+https://github.com/rust-lang/crates.io-index" 371checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" 372dependencies = [ 373 "autocfg", 374] 375 376[[package]] 377name = "num_cpus" 378version = "1.13.1" 379source = "registry+https://github.com/rust-lang/crates.io-index" 380checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1" 381dependencies = [ 382 "hermit-abi 0.1.19", 383 "libc", 384] 385 386[[package]] 387name = "once_cell" 388version = "1.15.0" 389source = "registry+https://github.com/rust-lang/crates.io-index" 390checksum = "e82dad04139b71a90c080c8463fe0dc7902db5192d939bd0950f074d014339e1" 391 392[[package]] 393name = "os_str_bytes" 394version = "6.3.0" 395source = "registry+https://github.com/rust-lang/crates.io-index" 396checksum = "9ff7415e9ae3fff1225851df9e0d9e4e5479f947619774677a63572e55e80eff" 397 398[[package]] 399name = "proc-macro-error" 400version = "1.0.4" 401source = "registry+https://github.com/rust-lang/crates.io-index" 402checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 403dependencies = [ 404 "proc-macro-error-attr", 405 "proc-macro2", 406 "quote", 407 "syn 1.0.105", 408 "version_check", 409] 410 411[[package]] 412name = "proc-macro-error-attr" 413version = "1.0.4" 414source = "registry+https://github.com/rust-lang/crates.io-index" 415checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 416dependencies = [ 417 "proc-macro2", 418 "quote", 419 "version_check", 420] 421 422[[package]] 423name = "proc-macro2" 424version = "1.0.67" 425source = "registry+https://github.com/rust-lang/crates.io-index" 426checksum = "3d433d9f1a3e8c1263d9456598b16fec66f4acc9a74dacffd35c7bb09b3a1328" 427dependencies = [ 428 "unicode-ident", 429] 430 431[[package]] 432name = "quote" 433version = "1.0.33" 434source = "registry+https://github.com/rust-lang/crates.io-index" 435checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae" 436dependencies = [ 437 "proc-macro2", 438] 439 440[[package]] 441name = "regex" 442version = "1.6.0" 443source = "registry+https://github.com/rust-lang/crates.io-index" 444checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b" 445dependencies = [ 446 "aho-corasick", 447 "memchr", 448 "regex-syntax", 449] 450 451[[package]] 452name = "regex-syntax" 453version = "0.6.27" 454source = "registry+https://github.com/rust-lang/crates.io-index" 455checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244" 456 457[[package]] 458name = "rustix" 459version = "0.37.7" 460source = "registry+https://github.com/rust-lang/crates.io-index" 461checksum = "2aae838e49b3d63e9274e1c01833cc8139d3fec468c3b84688c628f44b1ae11d" 462dependencies = [ 463 "bitflags", 464 "errno", 465 "io-lifetimes", 466 "libc", 467 "linux-raw-sys", 468 "windows-sys 0.45.0", 469] 470 471[[package]] 472name = "ryu" 473version = "1.0.15" 474source = "registry+https://github.com/rust-lang/crates.io-index" 475checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741" 476 477[[package]] 478name = "same-file" 479version = "1.0.6" 480source = "registry+https://github.com/rust-lang/crates.io-index" 481checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 482dependencies = [ 483 "winapi-util", 484] 485 486[[package]] 487name = "serde" 488version = "1.0.193" 489source = "registry+https://github.com/rust-lang/crates.io-index" 490checksum = "25dd9975e68d0cb5aa1120c288333fc98731bd1dd12f561e468ea4728c042b89" 491dependencies = [ 492 "serde_derive", 493] 494 495[[package]] 496name = "serde_derive" 497version = "1.0.193" 498source = "registry+https://github.com/rust-lang/crates.io-index" 499checksum = "43576ca501357b9b071ac53cdc7da8ef0cbd9493d8df094cd821777ea6e894d3" 500dependencies = [ 501 "proc-macro2", 502 "quote", 503 "syn 2.0.41", 504] 505 506[[package]] 507name = "serde_json" 508version = "1.0.96" 509source = "registry+https://github.com/rust-lang/crates.io-index" 510checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1" 511dependencies = [ 512 "itoa", 513 "ryu", 514 "serde", 515] 516 517[[package]] 518name = "serde_spanned" 519version = "0.6.5" 520source = "registry+https://github.com/rust-lang/crates.io-index" 521checksum = "eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1" 522dependencies = [ 523 "serde", 524] 525 526[[package]] 527name = "similar" 528version = "2.2.0" 529source = "registry+https://github.com/rust-lang/crates.io-index" 530checksum = "62ac7f900db32bf3fd12e0117dd3dc4da74bc52ebaac97f39668446d89694803" 531 532[[package]] 533name = "snapbox" 534version = "0.4.11" 535source = "registry+https://github.com/rust-lang/crates.io-index" 536checksum = "f6bccd62078347f89a914e3004d94582e13824d4e3d8a816317862884c423835" 537dependencies = [ 538 "anstream", 539 "anstyle", 540 "normalize-line-endings", 541 "similar", 542 "snapbox-macros", 543] 544 545[[package]] 546name = "snapbox-macros" 547version = "0.3.4" 548source = "registry+https://github.com/rust-lang/crates.io-index" 549checksum = "eaaf09df9f0eeae82be96290918520214530e738a7fe5a351b0f24cf77c0ca31" 550dependencies = [ 551 "anstream", 552] 553 554[[package]] 555name = "strsim" 556version = "0.10.0" 557source = "registry+https://github.com/rust-lang/crates.io-index" 558checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" 559 560[[package]] 561name = "syn" 562version = "1.0.105" 563source = "registry+https://github.com/rust-lang/crates.io-index" 564checksum = "60b9b43d45702de4c839cb9b51d9f529c5dd26a4aff255b42b1ebc03e88ee908" 565dependencies = [ 566 "proc-macro2", 567 "quote", 568 "unicode-ident", 569] 570 571[[package]] 572name = "syn" 573version = "2.0.41" 574source = "registry+https://github.com/rust-lang/crates.io-index" 575checksum = "44c8b28c477cc3bf0e7966561e3460130e1255f7a1cf71931075f1c5e7a7e269" 576dependencies = [ 577 "proc-macro2", 578 "quote", 579 "unicode-ident", 580] 581 582[[package]] 583name = "termcolor" 584version = "1.1.3" 585source = "registry+https://github.com/rust-lang/crates.io-index" 586checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755" 587dependencies = [ 588 "winapi-util", 589] 590 591[[package]] 592name = "thread_local" 593version = "1.1.4" 594source = "registry+https://github.com/rust-lang/crates.io-index" 595checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180" 596dependencies = [ 597 "once_cell", 598] 599 600[[package]] 601name = "threadpool" 602version = "1.8.1" 603source = "registry+https://github.com/rust-lang/crates.io-index" 604checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa" 605dependencies = [ 606 "num_cpus", 607] 608 609[[package]] 610name = "toml" 611version = "0.8.10" 612dependencies = [ 613 "indexmap", 614 "serde", 615 "serde_json", 616 "serde_spanned", 617 "snapbox", 618 "toml-test-data", 619 "toml-test-harness", 620 "toml_datetime", 621 "toml_edit", 622] 623 624[[package]] 625name = "toml-test" 626version = "1.0.0" 627source = "registry+https://github.com/rust-lang/crates.io-index" 628checksum = "1ec3892835fb31e181a87e1758275a64b0d7c6c9e9618aeb61a647bd487314c0" 629dependencies = [ 630 "chrono", 631 "ryu", 632 "serde", 633 "serde_json", 634] 635 636[[package]] 637name = "toml-test-data" 638version = "1.8.0" 639source = "registry+https://github.com/rust-lang/crates.io-index" 640checksum = "c6b5bad99e813ce8c67d1d67c9b9f37c8451933f45eae0ab2b3583975f1cc15d" 641dependencies = [ 642 "include_dir", 643] 644 645[[package]] 646name = "toml-test-harness" 647version = "0.4.8" 648source = "registry+https://github.com/rust-lang/crates.io-index" 649checksum = "1be4b8d761dee51b4694e9f1d622a1d7f9c135a8b8265459e16d09ac5b16a05d" 650dependencies = [ 651 "ignore", 652 "libtest-mimic", 653 "toml-test", 654 "toml-test-data", 655] 656 657[[package]] 658name = "toml_datetime" 659version = "0.6.5" 660source = "registry+https://github.com/rust-lang/crates.io-index" 661checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1" 662dependencies = [ 663 "serde", 664] 665 666[[package]] 667name = "toml_edit" 668version = "0.22.0" 669source = "registry+https://github.com/rust-lang/crates.io-index" 670checksum = "d8dc77def39ce6079c2d0c866cc20848f591b1898f153c9fe7c4f29e1154510b" 671dependencies = [ 672 "indexmap", 673 "serde", 674 "serde_spanned", 675 "toml_datetime", 676 "winnow", 677] 678 679[[package]] 680name = "unicode-ident" 681version = "1.0.4" 682source = "registry+https://github.com/rust-lang/crates.io-index" 683checksum = "dcc811dc4066ac62f84f11307873c4850cb653bfa9b1719cee2bd2204a4bc5dd" 684 685[[package]] 686name = "utf8parse" 687version = "0.2.1" 688source = "registry+https://github.com/rust-lang/crates.io-index" 689checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" 690 691[[package]] 692name = "version_check" 693version = "0.9.4" 694source = "registry+https://github.com/rust-lang/crates.io-index" 695checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 696 697[[package]] 698name = "walkdir" 699version = "2.3.2" 700source = "registry+https://github.com/rust-lang/crates.io-index" 701checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56" 702dependencies = [ 703 "same-file", 704 "winapi", 705 "winapi-util", 706] 707 708[[package]] 709name = "winapi" 710version = "0.3.9" 711source = "registry+https://github.com/rust-lang/crates.io-index" 712checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 713dependencies = [ 714 "winapi-i686-pc-windows-gnu", 715 "winapi-x86_64-pc-windows-gnu", 716] 717 718[[package]] 719name = "winapi-i686-pc-windows-gnu" 720version = "0.4.0" 721source = "registry+https://github.com/rust-lang/crates.io-index" 722checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 723 724[[package]] 725name = "winapi-util" 726version = "0.1.5" 727source = "registry+https://github.com/rust-lang/crates.io-index" 728checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" 729dependencies = [ 730 "winapi", 731] 732 733[[package]] 734name = "winapi-x86_64-pc-windows-gnu" 735version = "0.4.0" 736source = "registry+https://github.com/rust-lang/crates.io-index" 737checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 738 739[[package]] 740name = "windows-sys" 741version = "0.42.0" 742source = "registry+https://github.com/rust-lang/crates.io-index" 743checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" 744dependencies = [ 745 "windows_aarch64_gnullvm 0.42.1", 746 "windows_aarch64_msvc 0.42.1", 747 "windows_i686_gnu 0.42.1", 748 "windows_i686_msvc 0.42.1", 749 "windows_x86_64_gnu 0.42.1", 750 "windows_x86_64_gnullvm 0.42.1", 751 "windows_x86_64_msvc 0.42.1", 752] 753 754[[package]] 755name = "windows-sys" 756version = "0.45.0" 757source = "registry+https://github.com/rust-lang/crates.io-index" 758checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 759dependencies = [ 760 "windows-targets 0.42.1", 761] 762 763[[package]] 764name = "windows-sys" 765version = "0.48.0" 766source = "registry+https://github.com/rust-lang/crates.io-index" 767checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 768dependencies = [ 769 "windows-targets 0.48.0", 770] 771 772[[package]] 773name = "windows-targets" 774version = "0.42.1" 775source = "registry+https://github.com/rust-lang/crates.io-index" 776checksum = "8e2522491fbfcd58cc84d47aeb2958948c4b8982e9a2d8a2a35bbaed431390e7" 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-targets" 789version = "0.48.0" 790source = "registry+https://github.com/rust-lang/crates.io-index" 791checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5" 792dependencies = [ 793 "windows_aarch64_gnullvm 0.48.0", 794 "windows_aarch64_msvc 0.48.0", 795 "windows_i686_gnu 0.48.0", 796 "windows_i686_msvc 0.48.0", 797 "windows_x86_64_gnu 0.48.0", 798 "windows_x86_64_gnullvm 0.48.0", 799 "windows_x86_64_msvc 0.48.0", 800] 801 802[[package]] 803name = "windows_aarch64_gnullvm" 804version = "0.42.1" 805source = "registry+https://github.com/rust-lang/crates.io-index" 806checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608" 807 808[[package]] 809name = "windows_aarch64_gnullvm" 810version = "0.48.0" 811source = "registry+https://github.com/rust-lang/crates.io-index" 812checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc" 813 814[[package]] 815name = "windows_aarch64_msvc" 816version = "0.42.1" 817source = "registry+https://github.com/rust-lang/crates.io-index" 818checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7" 819 820[[package]] 821name = "windows_aarch64_msvc" 822version = "0.48.0" 823source = "registry+https://github.com/rust-lang/crates.io-index" 824checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3" 825 826[[package]] 827name = "windows_i686_gnu" 828version = "0.42.1" 829source = "registry+https://github.com/rust-lang/crates.io-index" 830checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640" 831 832[[package]] 833name = "windows_i686_gnu" 834version = "0.48.0" 835source = "registry+https://github.com/rust-lang/crates.io-index" 836checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241" 837 838[[package]] 839name = "windows_i686_msvc" 840version = "0.42.1" 841source = "registry+https://github.com/rust-lang/crates.io-index" 842checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605" 843 844[[package]] 845name = "windows_i686_msvc" 846version = "0.48.0" 847source = "registry+https://github.com/rust-lang/crates.io-index" 848checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00" 849 850[[package]] 851name = "windows_x86_64_gnu" 852version = "0.42.1" 853source = "registry+https://github.com/rust-lang/crates.io-index" 854checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45" 855 856[[package]] 857name = "windows_x86_64_gnu" 858version = "0.48.0" 859source = "registry+https://github.com/rust-lang/crates.io-index" 860checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" 861 862[[package]] 863name = "windows_x86_64_gnullvm" 864version = "0.42.1" 865source = "registry+https://github.com/rust-lang/crates.io-index" 866checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463" 867 868[[package]] 869name = "windows_x86_64_gnullvm" 870version = "0.48.0" 871source = "registry+https://github.com/rust-lang/crates.io-index" 872checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" 873 874[[package]] 875name = "windows_x86_64_msvc" 876version = "0.42.1" 877source = "registry+https://github.com/rust-lang/crates.io-index" 878checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd" 879 880[[package]] 881name = "windows_x86_64_msvc" 882version = "0.48.0" 883source = "registry+https://github.com/rust-lang/crates.io-index" 884checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" 885 886[[package]] 887name = "winnow" 888version = "0.5.0" 889source = "registry+https://github.com/rust-lang/crates.io-index" 890checksum = "81fac9742fd1ad1bd9643b991319f72dd031016d44b77039a26977eb667141e7" 891dependencies = [ 892 "memchr", 893] 894