1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 3 4 5[[package]] 6name = "anes" 7version = "0.1.6" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299" 10 11[[package]] 12name = "annotate-snippets" 13version = "0.11.3" 14source = "registry+https://github.com/rust-lang/crates.io-index" 15checksum = "086b0afab3b349e5691143adbfb26983821e3eec4ba4c51957104d372c2e1b7d" 16dependencies = [ 17 "anstyle", 18 "unicode-width", 19] 20 21[[package]] 22name = "anstream" 23version = "0.3.2" 24source = "registry+https://github.com/rust-lang/crates.io-index" 25checksum = "0ca84f3628370c59db74ee214b3263d58f9aadd9b4fe7e711fd87dc452b7f163" 26dependencies = [ 27 "anstyle", 28 "anstyle-parse", 29 "anstyle-query", 30 "anstyle-wincon 1.0.1", 31 "colorchoice", 32 "is-terminal", 33 "utf8parse", 34] 35 36[[package]] 37name = "anstream" 38version = "0.6.14" 39source = "registry+https://github.com/rust-lang/crates.io-index" 40checksum = "418c75fa768af9c03be99d17643f93f79bbba589895012a80e3452a19ddda15b" 41dependencies = [ 42 "anstyle", 43 "anstyle-parse", 44 "anstyle-query", 45 "anstyle-wincon 3.0.3", 46 "colorchoice", 47 "is_terminal_polyfill", 48 "utf8parse", 49] 50 51[[package]] 52name = "anstyle" 53version = "1.0.7" 54source = "registry+https://github.com/rust-lang/crates.io-index" 55checksum = "038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b" 56 57[[package]] 58name = "anstyle-parse" 59version = "0.2.1" 60source = "registry+https://github.com/rust-lang/crates.io-index" 61checksum = "938874ff5980b03a87c5524b3ae5b59cf99b1d6bc836848df7bc5ada9643c333" 62dependencies = [ 63 "utf8parse", 64] 65 66[[package]] 67name = "anstyle-query" 68version = "1.0.0" 69source = "registry+https://github.com/rust-lang/crates.io-index" 70checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b" 71dependencies = [ 72 "windows-sys 0.48.0", 73] 74 75[[package]] 76name = "anstyle-wincon" 77version = "1.0.1" 78source = "registry+https://github.com/rust-lang/crates.io-index" 79checksum = "180abfa45703aebe0093f79badacc01b8fd4ea2e35118747e5811127f926e188" 80dependencies = [ 81 "anstyle", 82 "windows-sys 0.48.0", 83] 84 85[[package]] 86name = "anstyle-wincon" 87version = "3.0.3" 88source = "registry+https://github.com/rust-lang/crates.io-index" 89checksum = "61a38449feb7068f52bb06c12759005cf459ee52bb4adc1d5a7c4322d716fb19" 90dependencies = [ 91 "anstyle", 92 "windows-sys 0.52.0", 93] 94 95[[package]] 96name = "anyhow" 97version = "1.0.86" 98source = "registry+https://github.com/rust-lang/crates.io-index" 99checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" 100 101[[package]] 102name = "atty" 103version = "0.2.14" 104source = "registry+https://github.com/rust-lang/crates.io-index" 105checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 106dependencies = [ 107 "hermit-abi 0.1.19", 108 "libc", 109 "winapi", 110] 111 112[[package]] 113name = "autocfg" 114version = "1.1.0" 115source = "registry+https://github.com/rust-lang/crates.io-index" 116checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 117 118[[package]] 119name = "automod" 120version = "1.0.14" 121source = "registry+https://github.com/rust-lang/crates.io-index" 122checksum = "edf3ee19dbc0a46d740f6f0926bde8c50f02bdbc7b536842da28f6ac56513a8b" 123dependencies = [ 124 "proc-macro2", 125 "quote", 126 "syn 2.0.60", 127] 128 129[[package]] 130name = "bit-set" 131version = "0.5.3" 132source = "registry+https://github.com/rust-lang/crates.io-index" 133checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1" 134dependencies = [ 135 "bit-vec", 136] 137 138[[package]] 139name = "bit-vec" 140version = "0.6.3" 141source = "registry+https://github.com/rust-lang/crates.io-index" 142checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb" 143 144[[package]] 145name = "bitflags" 146version = "1.3.2" 147source = "registry+https://github.com/rust-lang/crates.io-index" 148checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 149 150[[package]] 151name = "bitflags" 152version = "2.3.3" 153source = "registry+https://github.com/rust-lang/crates.io-index" 154checksum = "630be753d4e58660abd17930c71b647fe46c27ea6b63cc59e1e3851406972e42" 155 156[[package]] 157name = "block-buffer" 158version = "0.10.3" 159source = "registry+https://github.com/rust-lang/crates.io-index" 160checksum = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e" 161dependencies = [ 162 "generic-array", 163] 164 165[[package]] 166name = "bumpalo" 167version = "3.13.0" 168source = "registry+https://github.com/rust-lang/crates.io-index" 169checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1" 170 171[[package]] 172name = "bytecount" 173version = "0.6.3" 174source = "registry+https://github.com/rust-lang/crates.io-index" 175checksum = "2c676a478f63e9fa2dd5368a42f28bba0d6c560b775f38583c8bbaa7fcd67c9c" 176 177[[package]] 178name = "byteorder" 179version = "1.4.3" 180source = "registry+https://github.com/rust-lang/crates.io-index" 181checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" 182 183[[package]] 184name = "cast" 185version = "0.3.0" 186source = "registry+https://github.com/rust-lang/crates.io-index" 187checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" 188 189[[package]] 190name = "cc" 191version = "1.0.79" 192source = "registry+https://github.com/rust-lang/crates.io-index" 193checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" 194 195[[package]] 196name = "cfg-if" 197version = "1.0.0" 198source = "registry+https://github.com/rust-lang/crates.io-index" 199checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 200 201[[package]] 202name = "ciborium" 203version = "0.2.1" 204source = "registry+https://github.com/rust-lang/crates.io-index" 205checksum = "effd91f6c78e5a4ace8a5d3c0b6bfaec9e2baaef55f3efc00e45fb2e477ee926" 206dependencies = [ 207 "ciborium-io", 208 "ciborium-ll", 209 "serde", 210] 211 212[[package]] 213name = "ciborium-io" 214version = "0.2.1" 215source = "registry+https://github.com/rust-lang/crates.io-index" 216checksum = "cdf919175532b369853f5d5e20b26b43112613fd6fe7aee757e35f7a44642656" 217 218[[package]] 219name = "ciborium-ll" 220version = "0.2.1" 221source = "registry+https://github.com/rust-lang/crates.io-index" 222checksum = "defaa24ecc093c77630e6c15e17c51f5e187bf35ee514f4e2d67baaa96dae22b" 223dependencies = [ 224 "ciborium-io", 225 "half", 226] 227 228[[package]] 229name = "circular" 230version = "0.3.0" 231source = "registry+https://github.com/rust-lang/crates.io-index" 232checksum = "b0fc239e0f6cb375d2402d48afb92f76f5404fd1df208a41930ec81eda078bea" 233 234[[package]] 235name = "clap" 236version = "4.3.19" 237source = "registry+https://github.com/rust-lang/crates.io-index" 238checksum = "5fd304a20bff958a57f04c4e96a2e7594cc4490a0e809cbd48bb6437edaa452d" 239dependencies = [ 240 "clap_builder", 241] 242 243[[package]] 244name = "clap_builder" 245version = "4.3.19" 246source = "registry+https://github.com/rust-lang/crates.io-index" 247checksum = "01c6a3f08f1fe5662a35cfe393aec09c4df95f60ee93b7556505260f75eee9e1" 248dependencies = [ 249 "anstyle", 250 "clap_lex", 251] 252 253[[package]] 254name = "clap_lex" 255version = "0.5.0" 256source = "registry+https://github.com/rust-lang/crates.io-index" 257checksum = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b" 258 259[[package]] 260name = "colorchoice" 261version = "1.0.0" 262source = "registry+https://github.com/rust-lang/crates.io-index" 263checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" 264 265[[package]] 266name = "cpufeatures" 267version = "0.2.5" 268source = "registry+https://github.com/rust-lang/crates.io-index" 269checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320" 270dependencies = [ 271 "libc", 272] 273 274[[package]] 275name = "criterion" 276version = "0.5.1" 277source = "registry+https://github.com/rust-lang/crates.io-index" 278checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f" 279dependencies = [ 280 "anes", 281 "cast", 282 "ciborium", 283 "clap", 284 "criterion-plot", 285 "is-terminal", 286 "itertools", 287 "num-traits", 288 "once_cell", 289 "oorandom", 290 "plotters", 291 "rayon", 292 "regex", 293 "serde", 294 "serde_derive", 295 "serde_json", 296 "tinytemplate", 297 "walkdir", 298] 299 300[[package]] 301name = "criterion-plot" 302version = "0.5.0" 303source = "registry+https://github.com/rust-lang/crates.io-index" 304checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1" 305dependencies = [ 306 "cast", 307 "itertools", 308] 309 310[[package]] 311name = "crossbeam-channel" 312version = "0.5.8" 313source = "registry+https://github.com/rust-lang/crates.io-index" 314checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200" 315dependencies = [ 316 "cfg-if", 317 "crossbeam-utils", 318] 319 320[[package]] 321name = "crossbeam-deque" 322version = "0.8.3" 323source = "registry+https://github.com/rust-lang/crates.io-index" 324checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef" 325dependencies = [ 326 "cfg-if", 327 "crossbeam-epoch", 328 "crossbeam-utils", 329] 330 331[[package]] 332name = "crossbeam-epoch" 333version = "0.9.15" 334source = "registry+https://github.com/rust-lang/crates.io-index" 335checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7" 336dependencies = [ 337 "autocfg", 338 "cfg-if", 339 "crossbeam-utils", 340 "memoffset", 341 "scopeguard", 342] 343 344[[package]] 345name = "crossbeam-utils" 346version = "0.8.16" 347source = "registry+https://github.com/rust-lang/crates.io-index" 348checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294" 349dependencies = [ 350 "cfg-if", 351] 352 353[[package]] 354name = "crypto-common" 355version = "0.1.6" 356source = "registry+https://github.com/rust-lang/crates.io-index" 357checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 358dependencies = [ 359 "generic-array", 360 "typenum", 361] 362 363[[package]] 364name = "ctor" 365version = "0.1.26" 366source = "registry+https://github.com/rust-lang/crates.io-index" 367checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096" 368dependencies = [ 369 "quote", 370 "syn 1.0.109", 371] 372 373[[package]] 374name = "diff" 375version = "0.1.13" 376source = "registry+https://github.com/rust-lang/crates.io-index" 377checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8" 378 379[[package]] 380name = "digest" 381version = "0.10.6" 382source = "registry+https://github.com/rust-lang/crates.io-index" 383checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f" 384dependencies = [ 385 "block-buffer", 386 "crypto-common", 387] 388 389[[package]] 390name = "doc-comment" 391version = "0.3.3" 392source = "registry+https://github.com/rust-lang/crates.io-index" 393checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" 394 395[[package]] 396name = "either" 397version = "1.8.1" 398source = "registry+https://github.com/rust-lang/crates.io-index" 399checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91" 400 401[[package]] 402name = "errno" 403version = "0.3.1" 404source = "registry+https://github.com/rust-lang/crates.io-index" 405checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a" 406dependencies = [ 407 "errno-dragonfly", 408 "libc", 409 "windows-sys 0.48.0", 410] 411 412[[package]] 413name = "errno-dragonfly" 414version = "0.1.2" 415source = "registry+https://github.com/rust-lang/crates.io-index" 416checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" 417dependencies = [ 418 "cc", 419 "libc", 420] 421 422[[package]] 423name = "escargot" 424version = "0.5.7" 425source = "registry+https://github.com/rust-lang/crates.io-index" 426checksum = "f5584ba17d7ab26a8a7284f13e5bd196294dd2f2d79773cff29b9e9edef601a6" 427dependencies = [ 428 "log", 429 "once_cell", 430 "serde", 431 "serde_json", 432] 433 434[[package]] 435name = "fastrand" 436version = "1.9.0" 437source = "registry+https://github.com/rust-lang/crates.io-index" 438checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" 439dependencies = [ 440 "instant", 441] 442 443[[package]] 444name = "fnv" 445version = "1.0.7" 446source = "registry+https://github.com/rust-lang/crates.io-index" 447checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 448 449[[package]] 450name = "generic-array" 451version = "0.14.6" 452source = "registry+https://github.com/rust-lang/crates.io-index" 453checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9" 454dependencies = [ 455 "typenum", 456 "version_check", 457] 458 459[[package]] 460name = "getrandom" 461version = "0.2.10" 462source = "registry+https://github.com/rust-lang/crates.io-index" 463checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427" 464dependencies = [ 465 "cfg-if", 466 "libc", 467 "wasi", 468] 469 470[[package]] 471name = "half" 472version = "1.8.2" 473source = "registry+https://github.com/rust-lang/crates.io-index" 474checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7" 475 476[[package]] 477name = "handlebars" 478version = "4.3.6" 479source = "registry+https://github.com/rust-lang/crates.io-index" 480checksum = "035ef95d03713f2c347a72547b7cd38cbc9af7cd51e6099fb62d586d4a6dee3a" 481dependencies = [ 482 "log", 483 "pest", 484 "pest_derive", 485 "serde", 486 "serde_json", 487 "thiserror", 488] 489 490[[package]] 491name = "hermit-abi" 492version = "0.1.19" 493source = "registry+https://github.com/rust-lang/crates.io-index" 494checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" 495dependencies = [ 496 "libc", 497] 498 499[[package]] 500name = "hermit-abi" 501version = "0.2.6" 502source = "registry+https://github.com/rust-lang/crates.io-index" 503checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7" 504dependencies = [ 505 "libc", 506] 507 508[[package]] 509name = "hermit-abi" 510version = "0.3.1" 511source = "registry+https://github.com/rust-lang/crates.io-index" 512checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" 513 514[[package]] 515name = "instant" 516version = "0.1.12" 517source = "registry+https://github.com/rust-lang/crates.io-index" 518checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 519dependencies = [ 520 "cfg-if", 521] 522 523[[package]] 524name = "io-lifetimes" 525version = "1.0.11" 526source = "registry+https://github.com/rust-lang/crates.io-index" 527checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2" 528dependencies = [ 529 "hermit-abi 0.3.1", 530 "libc", 531 "windows-sys 0.48.0", 532] 533 534[[package]] 535name = "is-terminal" 536version = "0.4.9" 537source = "registry+https://github.com/rust-lang/crates.io-index" 538checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b" 539dependencies = [ 540 "hermit-abi 0.3.1", 541 "rustix 0.38.6", 542 "windows-sys 0.48.0", 543] 544 545[[package]] 546name = "is_terminal_polyfill" 547version = "1.48.0" 548source = "registry+https://github.com/rust-lang/crates.io-index" 549checksum = "b52b2de84ed0341893ce61ca1af04fa54eea0a764ecc38c6855cc5db84dc1927" 550dependencies = [ 551 "is-terminal", 552] 553 554[[package]] 555name = "itertools" 556version = "0.10.5" 557source = "registry+https://github.com/rust-lang/crates.io-index" 558checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" 559dependencies = [ 560 "either", 561] 562 563[[package]] 564name = "itoa" 565version = "1.0.6" 566source = "registry+https://github.com/rust-lang/crates.io-index" 567checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6" 568 569[[package]] 570name = "js-sys" 571version = "0.3.64" 572source = "registry+https://github.com/rust-lang/crates.io-index" 573checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a" 574dependencies = [ 575 "wasm-bindgen", 576] 577 578[[package]] 579name = "lazy_static" 580version = "1.4.0" 581source = "registry+https://github.com/rust-lang/crates.io-index" 582checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 583 584[[package]] 585name = "lexopt" 586version = "0.3.0" 587source = "registry+https://github.com/rust-lang/crates.io-index" 588checksum = "baff4b617f7df3d896f97fe922b64817f6cd9a756bb81d40f8883f2f66dcb401" 589 590[[package]] 591name = "libc" 592version = "0.2.147" 593source = "registry+https://github.com/rust-lang/crates.io-index" 594checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3" 595 596[[package]] 597name = "libm" 598version = "0.2.7" 599source = "registry+https://github.com/rust-lang/crates.io-index" 600checksum = "f7012b1bbb0719e1097c47611d3898568c546d597c2e74d66f6087edd5233ff4" 601 602[[package]] 603name = "linux-raw-sys" 604version = "0.3.8" 605source = "registry+https://github.com/rust-lang/crates.io-index" 606checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519" 607 608[[package]] 609name = "linux-raw-sys" 610version = "0.4.5" 611source = "registry+https://github.com/rust-lang/crates.io-index" 612checksum = "57bcfdad1b858c2db7c38303a6d2ad4dfaf5eb53dfeb0910128b2c26d6158503" 613 614[[package]] 615name = "log" 616version = "0.4.19" 617source = "registry+https://github.com/rust-lang/crates.io-index" 618checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4" 619 620[[package]] 621name = "memchr" 622version = "2.5.0" 623source = "registry+https://github.com/rust-lang/crates.io-index" 624checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" 625 626[[package]] 627name = "memoffset" 628version = "0.9.0" 629source = "registry+https://github.com/rust-lang/crates.io-index" 630checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c" 631dependencies = [ 632 "autocfg", 633] 634 635[[package]] 636name = "normalize-line-endings" 637version = "0.3.0" 638source = "registry+https://github.com/rust-lang/crates.io-index" 639checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be" 640 641[[package]] 642name = "num-traits" 643version = "0.2.15" 644source = "registry+https://github.com/rust-lang/crates.io-index" 645checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" 646dependencies = [ 647 "autocfg", 648 "libm", 649] 650 651[[package]] 652name = "num_cpus" 653version = "1.15.0" 654source = "registry+https://github.com/rust-lang/crates.io-index" 655checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b" 656dependencies = [ 657 "hermit-abi 0.2.6", 658 "libc", 659] 660 661[[package]] 662name = "once_cell" 663version = "1.18.0" 664source = "registry+https://github.com/rust-lang/crates.io-index" 665checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" 666 667[[package]] 668name = "oorandom" 669version = "11.1.3" 670source = "registry+https://github.com/rust-lang/crates.io-index" 671checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575" 672 673[[package]] 674name = "os_pipe" 675version = "1.1.3" 676source = "registry+https://github.com/rust-lang/crates.io-index" 677checksum = "a53dbb20faf34b16087a931834cba2d7a73cc74af2b7ef345a4c8324e2409a12" 678dependencies = [ 679 "libc", 680 "windows-sys 0.45.0", 681] 682 683[[package]] 684name = "output_vt100" 685version = "0.1.3" 686source = "registry+https://github.com/rust-lang/crates.io-index" 687checksum = "628223faebab4e3e40667ee0b2336d34a5b960ff60ea743ddfdbcf7770bcfb66" 688dependencies = [ 689 "winapi", 690] 691 692[[package]] 693name = "pest" 694version = "2.5.5" 695source = "registry+https://github.com/rust-lang/crates.io-index" 696checksum = "028accff104c4e513bad663bbcd2ad7cfd5304144404c31ed0a77ac103d00660" 697dependencies = [ 698 "thiserror", 699 "ucd-trie", 700] 701 702[[package]] 703name = "pest_derive" 704version = "2.5.5" 705source = "registry+https://github.com/rust-lang/crates.io-index" 706checksum = "2ac3922aac69a40733080f53c1ce7f91dcf57e1a5f6c52f421fadec7fbdc4b69" 707dependencies = [ 708 "pest", 709 "pest_generator", 710] 711 712[[package]] 713name = "pest_generator" 714version = "2.5.5" 715source = "registry+https://github.com/rust-lang/crates.io-index" 716checksum = "d06646e185566b5961b4058dd107e0a7f56e77c3f484549fb119867773c0f202" 717dependencies = [ 718 "pest", 719 "pest_meta", 720 "proc-macro2", 721 "quote", 722 "syn 1.0.109", 723] 724 725[[package]] 726name = "pest_meta" 727version = "2.5.5" 728source = "registry+https://github.com/rust-lang/crates.io-index" 729checksum = "e6f60b2ba541577e2a0c307c8f39d1439108120eb7903adeb6497fa880c59616" 730dependencies = [ 731 "once_cell", 732 "pest", 733 "sha2", 734] 735 736[[package]] 737name = "plotters" 738version = "0.3.4" 739source = "registry+https://github.com/rust-lang/crates.io-index" 740checksum = "2538b639e642295546c50fcd545198c9d64ee2a38620a628724a3b266d5fbf97" 741dependencies = [ 742 "num-traits", 743 "plotters-backend", 744 "plotters-svg", 745 "wasm-bindgen", 746 "web-sys", 747] 748 749[[package]] 750name = "plotters-backend" 751version = "0.3.4" 752source = "registry+https://github.com/rust-lang/crates.io-index" 753checksum = "193228616381fecdc1224c62e96946dfbc73ff4384fba576e052ff8c1bea8142" 754 755[[package]] 756name = "plotters-svg" 757version = "0.3.3" 758source = "registry+https://github.com/rust-lang/crates.io-index" 759checksum = "f9a81d2759aae1dae668f783c308bc5c8ebd191ff4184aaa1b37f65a6ae5a56f" 760dependencies = [ 761 "plotters-backend", 762] 763 764[[package]] 765name = "ppv-lite86" 766version = "0.2.17" 767source = "registry+https://github.com/rust-lang/crates.io-index" 768checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" 769 770[[package]] 771name = "pretty_assertions" 772version = "1.3.0" 773source = "registry+https://github.com/rust-lang/crates.io-index" 774checksum = "a25e9bcb20aa780fd0bb16b72403a9064d6b3f22f026946029acb941a50af755" 775dependencies = [ 776 "ctor", 777 "diff", 778 "output_vt100", 779 "yansi", 780] 781 782[[package]] 783name = "proc-macro2" 784version = "1.0.81" 785source = "registry+https://github.com/rust-lang/crates.io-index" 786checksum = "3d1597b0c024618f09a9c3b8655b7e430397a36d23fdafec26d6965e9eec3eba" 787dependencies = [ 788 "unicode-ident", 789] 790 791[[package]] 792name = "proptest" 793version = "1.2.0" 794source = "registry+https://github.com/rust-lang/crates.io-index" 795checksum = "4e35c06b98bf36aba164cc17cb25f7e232f5c4aeea73baa14b8a9f0d92dbfa65" 796dependencies = [ 797 "bit-set", 798 "bitflags 1.3.2", 799 "byteorder", 800 "lazy_static", 801 "num-traits", 802 "rand", 803 "rand_chacha", 804 "rand_xorshift", 805 "regex-syntax 0.6.29", 806 "rusty-fork", 807 "tempfile", 808 "unarray", 809] 810 811[[package]] 812name = "quick-error" 813version = "1.2.3" 814source = "registry+https://github.com/rust-lang/crates.io-index" 815checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" 816 817[[package]] 818name = "quick-xml" 819version = "0.23.1" 820source = "registry+https://github.com/rust-lang/crates.io-index" 821checksum = "11bafc859c6815fbaffbbbf4229ecb767ac913fecb27f9ad4343662e9ef099ea" 822dependencies = [ 823 "memchr", 824] 825 826[[package]] 827name = "quote" 828version = "1.0.36" 829source = "registry+https://github.com/rust-lang/crates.io-index" 830checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7" 831dependencies = [ 832 "proc-macro2", 833] 834 835[[package]] 836name = "rand" 837version = "0.8.5" 838source = "registry+https://github.com/rust-lang/crates.io-index" 839checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 840dependencies = [ 841 "libc", 842 "rand_chacha", 843 "rand_core", 844] 845 846[[package]] 847name = "rand_chacha" 848version = "0.3.1" 849source = "registry+https://github.com/rust-lang/crates.io-index" 850checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 851dependencies = [ 852 "ppv-lite86", 853 "rand_core", 854] 855 856[[package]] 857name = "rand_core" 858version = "0.6.4" 859source = "registry+https://github.com/rust-lang/crates.io-index" 860checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 861dependencies = [ 862 "getrandom", 863] 864 865[[package]] 866name = "rand_xorshift" 867version = "0.3.0" 868source = "registry+https://github.com/rust-lang/crates.io-index" 869checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f" 870dependencies = [ 871 "rand_core", 872] 873 874[[package]] 875name = "rayon" 876version = "1.7.0" 877source = "registry+https://github.com/rust-lang/crates.io-index" 878checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b" 879dependencies = [ 880 "either", 881 "rayon-core", 882] 883 884[[package]] 885name = "rayon-core" 886version = "1.11.0" 887source = "registry+https://github.com/rust-lang/crates.io-index" 888checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d" 889dependencies = [ 890 "crossbeam-channel", 891 "crossbeam-deque", 892 "crossbeam-utils", 893 "num_cpus", 894] 895 896[[package]] 897name = "redox_syscall" 898version = "0.3.5" 899source = "registry+https://github.com/rust-lang/crates.io-index" 900checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" 901dependencies = [ 902 "bitflags 1.3.2", 903] 904 905[[package]] 906name = "regex" 907version = "1.8.4" 908source = "registry+https://github.com/rust-lang/crates.io-index" 909checksum = "d0ab3ca65655bb1e41f2a8c8cd662eb4fb035e67c3f78da1d61dffe89d07300f" 910dependencies = [ 911 "regex-syntax 0.7.2", 912] 913 914[[package]] 915name = "regex-syntax" 916version = "0.6.29" 917source = "registry+https://github.com/rust-lang/crates.io-index" 918checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" 919 920[[package]] 921name = "regex-syntax" 922version = "0.7.2" 923source = "registry+https://github.com/rust-lang/crates.io-index" 924checksum = "436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78" 925 926[[package]] 927name = "rustc-hash" 928version = "1.1.0" 929source = "registry+https://github.com/rust-lang/crates.io-index" 930checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 931 932[[package]] 933name = "rustix" 934version = "0.37.20" 935source = "registry+https://github.com/rust-lang/crates.io-index" 936checksum = "b96e891d04aa506a6d1f318d2771bcb1c7dfda84e126660ace067c9b474bb2c0" 937dependencies = [ 938 "bitflags 1.3.2", 939 "errno", 940 "io-lifetimes", 941 "libc", 942 "linux-raw-sys 0.3.8", 943 "windows-sys 0.48.0", 944] 945 946[[package]] 947name = "rustix" 948version = "0.38.6" 949source = "registry+https://github.com/rust-lang/crates.io-index" 950checksum = "1ee020b1716f0a80e2ace9b03441a749e402e86712f15f16fe8a8f75afac732f" 951dependencies = [ 952 "bitflags 2.3.3", 953 "errno", 954 "libc", 955 "linux-raw-sys 0.4.5", 956 "windows-sys 0.48.0", 957] 958 959[[package]] 960name = "rusty-fork" 961version = "0.3.0" 962source = "registry+https://github.com/rust-lang/crates.io-index" 963checksum = "cb3dcc6e454c328bb824492db107ab7c0ae8fcffe4ad210136ef014458c1bc4f" 964dependencies = [ 965 "fnv", 966 "quick-error", 967 "tempfile", 968 "wait-timeout", 969] 970 971[[package]] 972name = "ryu" 973version = "1.0.13" 974source = "registry+https://github.com/rust-lang/crates.io-index" 975checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041" 976 977[[package]] 978name = "same-file" 979version = "1.0.6" 980source = "registry+https://github.com/rust-lang/crates.io-index" 981checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 982dependencies = [ 983 "winapi-util", 984] 985 986[[package]] 987name = "scopeguard" 988version = "1.1.0" 989source = "registry+https://github.com/rust-lang/crates.io-index" 990checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 991 992[[package]] 993name = "serde" 994version = "1.0.164" 995source = "registry+https://github.com/rust-lang/crates.io-index" 996checksum = "9e8c8cf938e98f769bc164923b06dce91cea1751522f46f8466461af04c9027d" 997dependencies = [ 998 "serde_derive", 999] 1000 1001[[package]] 1002name = "serde_derive" 1003version = "1.0.164" 1004source = "registry+https://github.com/rust-lang/crates.io-index" 1005checksum = "d9735b638ccc51c28bf6914d90a2e9725b377144fc612c49a611fddd1b631d68" 1006dependencies = [ 1007 "proc-macro2", 1008 "quote", 1009 "syn 2.0.60", 1010] 1011 1012[[package]] 1013name = "serde_json" 1014version = "1.0.99" 1015source = "registry+https://github.com/rust-lang/crates.io-index" 1016checksum = "46266871c240a00b8f503b877622fe33430b3c7d963bdc0f2adc511e54a1eae3" 1017dependencies = [ 1018 "itoa", 1019 "ryu", 1020 "serde", 1021] 1022 1023[[package]] 1024name = "sha2" 1025version = "0.10.6" 1026source = "registry+https://github.com/rust-lang/crates.io-index" 1027checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0" 1028dependencies = [ 1029 "cfg-if", 1030 "cpufeatures", 1031 "digest", 1032] 1033 1034[[package]] 1035name = "similar" 1036version = "2.2.1" 1037source = "registry+https://github.com/rust-lang/crates.io-index" 1038checksum = "420acb44afdae038210c99e69aae24109f32f15500aa708e81d46c9f29d55fcf" 1039 1040[[package]] 1041name = "snapbox" 1042version = "0.6.5" 1043source = "registry+https://github.com/rust-lang/crates.io-index" 1044checksum = "9ad8c7be18cc9ec7f4d7948ad6b9df0e04fc649663e3c0ed59f304ed17ca69e9" 1045dependencies = [ 1046 "anstream 0.6.14", 1047 "anstyle", 1048 "escargot", 1049 "normalize-line-endings", 1050 "similar", 1051 "snapbox-macros", 1052] 1053 1054[[package]] 1055name = "snapbox-macros" 1056version = "0.3.9" 1057source = "registry+https://github.com/rust-lang/crates.io-index" 1058checksum = "b1f4c14672714436c09254801c934b203196a51182a5107fb76591c7cc56424d" 1059dependencies = [ 1060 "anstream 0.6.14", 1061] 1062 1063[[package]] 1064name = "syn" 1065version = "1.0.109" 1066source = "registry+https://github.com/rust-lang/crates.io-index" 1067checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 1068dependencies = [ 1069 "proc-macro2", 1070 "quote", 1071 "unicode-ident", 1072] 1073 1074[[package]] 1075name = "syn" 1076version = "2.0.60" 1077source = "registry+https://github.com/rust-lang/crates.io-index" 1078checksum = "909518bc7b1c9b779f1bbf07f2929d35af9f0f37e47c6e9ef7f9dddc1e1821f3" 1079dependencies = [ 1080 "proc-macro2", 1081 "quote", 1082 "unicode-ident", 1083] 1084 1085[[package]] 1086name = "tempfile" 1087version = "3.6.0" 1088source = "registry+https://github.com/rust-lang/crates.io-index" 1089checksum = "31c0432476357e58790aaa47a8efb0c5138f137343f3b5f23bd36a27e3b0a6d6" 1090dependencies = [ 1091 "autocfg", 1092 "cfg-if", 1093 "fastrand", 1094 "redox_syscall", 1095 "rustix 0.37.20", 1096 "windows-sys 0.48.0", 1097] 1098 1099[[package]] 1100name = "term-transcript" 1101version = "0.2.0" 1102source = "registry+https://github.com/rust-lang/crates.io-index" 1103checksum = "6d77280c9041d978e4ffedbdd19f710a1360085510c5e99dbcfec8e2f2bd4285" 1104dependencies = [ 1105 "atty", 1106 "bytecount", 1107 "handlebars", 1108 "os_pipe", 1109 "pretty_assertions", 1110 "quick-xml", 1111 "serde", 1112 "termcolor", 1113 "unicode-width", 1114] 1115 1116[[package]] 1117name = "termcolor" 1118version = "1.2.0" 1119source = "registry+https://github.com/rust-lang/crates.io-index" 1120checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6" 1121dependencies = [ 1122 "winapi-util", 1123] 1124 1125[[package]] 1126name = "terminal_size" 1127version = "0.4.0" 1128source = "registry+https://github.com/rust-lang/crates.io-index" 1129checksum = "4f599bd7ca042cfdf8f4512b277c02ba102247820f9d9d4a9f521f496751a6ef" 1130dependencies = [ 1131 "rustix 0.38.6", 1132 "windows-sys 0.59.0", 1133] 1134 1135[[package]] 1136name = "thiserror" 1137version = "1.0.38" 1138source = "registry+https://github.com/rust-lang/crates.io-index" 1139checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0" 1140dependencies = [ 1141 "thiserror-impl", 1142] 1143 1144[[package]] 1145name = "thiserror-impl" 1146version = "1.0.38" 1147source = "registry+https://github.com/rust-lang/crates.io-index" 1148checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f" 1149dependencies = [ 1150 "proc-macro2", 1151 "quote", 1152 "syn 1.0.109", 1153] 1154 1155[[package]] 1156name = "tinytemplate" 1157version = "1.2.1" 1158source = "registry+https://github.com/rust-lang/crates.io-index" 1159checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc" 1160dependencies = [ 1161 "serde", 1162 "serde_json", 1163] 1164 1165[[package]] 1166name = "typenum" 1167version = "1.16.0" 1168source = "registry+https://github.com/rust-lang/crates.io-index" 1169checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba" 1170 1171[[package]] 1172name = "ucd-trie" 1173version = "0.1.5" 1174source = "registry+https://github.com/rust-lang/crates.io-index" 1175checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81" 1176 1177[[package]] 1178name = "unarray" 1179version = "0.1.4" 1180source = "registry+https://github.com/rust-lang/crates.io-index" 1181checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94" 1182 1183[[package]] 1184name = "unicode-ident" 1185version = "1.0.9" 1186source = "registry+https://github.com/rust-lang/crates.io-index" 1187checksum = "b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0" 1188 1189[[package]] 1190name = "unicode-width" 1191version = "0.1.13" 1192source = "registry+https://github.com/rust-lang/crates.io-index" 1193checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d" 1194 1195[[package]] 1196name = "utf8parse" 1197version = "0.2.1" 1198source = "registry+https://github.com/rust-lang/crates.io-index" 1199checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" 1200 1201[[package]] 1202name = "version_check" 1203version = "0.9.4" 1204source = "registry+https://github.com/rust-lang/crates.io-index" 1205checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 1206 1207[[package]] 1208name = "wait-timeout" 1209version = "0.2.0" 1210source = "registry+https://github.com/rust-lang/crates.io-index" 1211checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6" 1212dependencies = [ 1213 "libc", 1214] 1215 1216[[package]] 1217name = "walkdir" 1218version = "2.3.3" 1219source = "registry+https://github.com/rust-lang/crates.io-index" 1220checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698" 1221dependencies = [ 1222 "same-file", 1223 "winapi-util", 1224] 1225 1226[[package]] 1227name = "wasi" 1228version = "0.11.0+wasi-snapshot-preview1" 1229source = "registry+https://github.com/rust-lang/crates.io-index" 1230checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 1231 1232[[package]] 1233name = "wasm-bindgen" 1234version = "0.2.87" 1235source = "registry+https://github.com/rust-lang/crates.io-index" 1236checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342" 1237dependencies = [ 1238 "cfg-if", 1239 "wasm-bindgen-macro", 1240] 1241 1242[[package]] 1243name = "wasm-bindgen-backend" 1244version = "0.2.87" 1245source = "registry+https://github.com/rust-lang/crates.io-index" 1246checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd" 1247dependencies = [ 1248 "bumpalo", 1249 "log", 1250 "once_cell", 1251 "proc-macro2", 1252 "quote", 1253 "syn 2.0.60", 1254 "wasm-bindgen-shared", 1255] 1256 1257[[package]] 1258name = "wasm-bindgen-macro" 1259version = "0.2.87" 1260source = "registry+https://github.com/rust-lang/crates.io-index" 1261checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d" 1262dependencies = [ 1263 "quote", 1264 "wasm-bindgen-macro-support", 1265] 1266 1267[[package]] 1268name = "wasm-bindgen-macro-support" 1269version = "0.2.87" 1270source = "registry+https://github.com/rust-lang/crates.io-index" 1271checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b" 1272dependencies = [ 1273 "proc-macro2", 1274 "quote", 1275 "syn 2.0.60", 1276 "wasm-bindgen-backend", 1277 "wasm-bindgen-shared", 1278] 1279 1280[[package]] 1281name = "wasm-bindgen-shared" 1282version = "0.2.87" 1283source = "registry+https://github.com/rust-lang/crates.io-index" 1284checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1" 1285 1286[[package]] 1287name = "web-sys" 1288version = "0.3.64" 1289source = "registry+https://github.com/rust-lang/crates.io-index" 1290checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b" 1291dependencies = [ 1292 "js-sys", 1293 "wasm-bindgen", 1294] 1295 1296[[package]] 1297name = "winapi" 1298version = "0.3.9" 1299source = "registry+https://github.com/rust-lang/crates.io-index" 1300checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 1301dependencies = [ 1302 "winapi-i686-pc-windows-gnu", 1303 "winapi-x86_64-pc-windows-gnu", 1304] 1305 1306[[package]] 1307name = "winapi-i686-pc-windows-gnu" 1308version = "0.4.0" 1309source = "registry+https://github.com/rust-lang/crates.io-index" 1310checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 1311 1312[[package]] 1313name = "winapi-util" 1314version = "0.1.5" 1315source = "registry+https://github.com/rust-lang/crates.io-index" 1316checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" 1317dependencies = [ 1318 "winapi", 1319] 1320 1321[[package]] 1322name = "winapi-x86_64-pc-windows-gnu" 1323version = "0.4.0" 1324source = "registry+https://github.com/rust-lang/crates.io-index" 1325checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 1326 1327[[package]] 1328name = "windows-sys" 1329version = "0.45.0" 1330source = "registry+https://github.com/rust-lang/crates.io-index" 1331checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 1332dependencies = [ 1333 "windows-targets 0.42.2", 1334] 1335 1336[[package]] 1337name = "windows-sys" 1338version = "0.48.0" 1339source = "registry+https://github.com/rust-lang/crates.io-index" 1340checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 1341dependencies = [ 1342 "windows-targets 0.48.1", 1343] 1344 1345[[package]] 1346name = "windows-sys" 1347version = "0.52.0" 1348source = "registry+https://github.com/rust-lang/crates.io-index" 1349checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 1350dependencies = [ 1351 "windows-targets 0.52.6", 1352] 1353 1354[[package]] 1355name = "windows-sys" 1356version = "0.59.0" 1357source = "registry+https://github.com/rust-lang/crates.io-index" 1358checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 1359dependencies = [ 1360 "windows-targets 0.52.6", 1361] 1362 1363[[package]] 1364name = "windows-targets" 1365version = "0.42.2" 1366source = "registry+https://github.com/rust-lang/crates.io-index" 1367checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 1368dependencies = [ 1369 "windows_aarch64_gnullvm 0.42.2", 1370 "windows_aarch64_msvc 0.42.2", 1371 "windows_i686_gnu 0.42.2", 1372 "windows_i686_msvc 0.42.2", 1373 "windows_x86_64_gnu 0.42.2", 1374 "windows_x86_64_gnullvm 0.42.2", 1375 "windows_x86_64_msvc 0.42.2", 1376] 1377 1378[[package]] 1379name = "windows-targets" 1380version = "0.48.1" 1381source = "registry+https://github.com/rust-lang/crates.io-index" 1382checksum = "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f" 1383dependencies = [ 1384 "windows_aarch64_gnullvm 0.48.0", 1385 "windows_aarch64_msvc 0.48.0", 1386 "windows_i686_gnu 0.48.0", 1387 "windows_i686_msvc 0.48.0", 1388 "windows_x86_64_gnu 0.48.0", 1389 "windows_x86_64_gnullvm 0.48.0", 1390 "windows_x86_64_msvc 0.48.0", 1391] 1392 1393[[package]] 1394name = "windows-targets" 1395version = "0.52.6" 1396source = "registry+https://github.com/rust-lang/crates.io-index" 1397checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 1398dependencies = [ 1399 "windows_aarch64_gnullvm 0.52.6", 1400 "windows_aarch64_msvc 0.52.6", 1401 "windows_i686_gnu 0.52.6", 1402 "windows_i686_gnullvm", 1403 "windows_i686_msvc 0.52.6", 1404 "windows_x86_64_gnu 0.52.6", 1405 "windows_x86_64_gnullvm 0.52.6", 1406 "windows_x86_64_msvc 0.52.6", 1407] 1408 1409[[package]] 1410name = "windows_aarch64_gnullvm" 1411version = "0.42.2" 1412source = "registry+https://github.com/rust-lang/crates.io-index" 1413checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 1414 1415[[package]] 1416name = "windows_aarch64_gnullvm" 1417version = "0.48.0" 1418source = "registry+https://github.com/rust-lang/crates.io-index" 1419checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc" 1420 1421[[package]] 1422name = "windows_aarch64_gnullvm" 1423version = "0.52.6" 1424source = "registry+https://github.com/rust-lang/crates.io-index" 1425checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 1426 1427[[package]] 1428name = "windows_aarch64_msvc" 1429version = "0.42.2" 1430source = "registry+https://github.com/rust-lang/crates.io-index" 1431checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 1432 1433[[package]] 1434name = "windows_aarch64_msvc" 1435version = "0.48.0" 1436source = "registry+https://github.com/rust-lang/crates.io-index" 1437checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3" 1438 1439[[package]] 1440name = "windows_aarch64_msvc" 1441version = "0.52.6" 1442source = "registry+https://github.com/rust-lang/crates.io-index" 1443checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 1444 1445[[package]] 1446name = "windows_i686_gnu" 1447version = "0.42.2" 1448source = "registry+https://github.com/rust-lang/crates.io-index" 1449checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 1450 1451[[package]] 1452name = "windows_i686_gnu" 1453version = "0.48.0" 1454source = "registry+https://github.com/rust-lang/crates.io-index" 1455checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241" 1456 1457[[package]] 1458name = "windows_i686_gnu" 1459version = "0.52.6" 1460source = "registry+https://github.com/rust-lang/crates.io-index" 1461checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 1462 1463[[package]] 1464name = "windows_i686_gnullvm" 1465version = "0.52.6" 1466source = "registry+https://github.com/rust-lang/crates.io-index" 1467checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 1468 1469[[package]] 1470name = "windows_i686_msvc" 1471version = "0.42.2" 1472source = "registry+https://github.com/rust-lang/crates.io-index" 1473checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 1474 1475[[package]] 1476name = "windows_i686_msvc" 1477version = "0.48.0" 1478source = "registry+https://github.com/rust-lang/crates.io-index" 1479checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00" 1480 1481[[package]] 1482name = "windows_i686_msvc" 1483version = "0.52.6" 1484source = "registry+https://github.com/rust-lang/crates.io-index" 1485checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 1486 1487[[package]] 1488name = "windows_x86_64_gnu" 1489version = "0.42.2" 1490source = "registry+https://github.com/rust-lang/crates.io-index" 1491checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 1492 1493[[package]] 1494name = "windows_x86_64_gnu" 1495version = "0.48.0" 1496source = "registry+https://github.com/rust-lang/crates.io-index" 1497checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" 1498 1499[[package]] 1500name = "windows_x86_64_gnu" 1501version = "0.52.6" 1502source = "registry+https://github.com/rust-lang/crates.io-index" 1503checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 1504 1505[[package]] 1506name = "windows_x86_64_gnullvm" 1507version = "0.42.2" 1508source = "registry+https://github.com/rust-lang/crates.io-index" 1509checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 1510 1511[[package]] 1512name = "windows_x86_64_gnullvm" 1513version = "0.48.0" 1514source = "registry+https://github.com/rust-lang/crates.io-index" 1515checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" 1516 1517[[package]] 1518name = "windows_x86_64_gnullvm" 1519version = "0.52.6" 1520source = "registry+https://github.com/rust-lang/crates.io-index" 1521checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 1522 1523[[package]] 1524name = "windows_x86_64_msvc" 1525version = "0.42.2" 1526source = "registry+https://github.com/rust-lang/crates.io-index" 1527checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 1528 1529[[package]] 1530name = "windows_x86_64_msvc" 1531version = "0.48.0" 1532source = "registry+https://github.com/rust-lang/crates.io-index" 1533checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" 1534 1535[[package]] 1536name = "windows_x86_64_msvc" 1537version = "0.52.6" 1538source = "registry+https://github.com/rust-lang/crates.io-index" 1539checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 1540 1541[[package]] 1542name = "winnow" 1543version = "0.6.26" 1544dependencies = [ 1545 "annotate-snippets", 1546 "anstream 0.3.2", 1547 "anstyle", 1548 "anyhow", 1549 "automod", 1550 "circular", 1551 "criterion", 1552 "doc-comment", 1553 "is-terminal", 1554 "lexopt", 1555 "memchr", 1556 "proptest", 1557 "rustc-hash", 1558 "snapbox", 1559 "term-transcript", 1560 "terminal_size", 1561] 1562 1563[[package]] 1564name = "yansi" 1565version = "0.5.1" 1566source = "registry+https://github.com/rust-lang/crates.io-index" 1567checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec" 1568