1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 3 4 5[[package]] 6name = "addr2line" 7version = "0.19.0" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97" 10dependencies = [ 11 "gimli", 12] 13 14[[package]] 15name = "adler" 16version = "1.0.2" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 19 20[[package]] 21name = "anes" 22version = "0.1.6" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299" 25 26[[package]] 27name = "anstream" 28version = "0.2.3" 29source = "registry+https://github.com/rust-lang/crates.io-index" 30checksum = "fd0982309face56a044e935a18bbffcddeb1ce72e69a3ecc3bafb56d4e959f37" 31dependencies = [ 32 "anstyle", 33 "anstyle-parse", 34 "anstyle-wincon", 35 "concolor-override", 36 "concolor-query", 37 "is-terminal", 38 "utf8parse", 39] 40 41[[package]] 42name = "anstyle" 43version = "0.3.3" 44source = "registry+https://github.com/rust-lang/crates.io-index" 45checksum = "453bc2a7b261f8c4d1ce5b2c6c222d648d00988d30315e4911fbddc4ddf8983c" 46 47[[package]] 48name = "anstyle-parse" 49version = "0.1.1" 50source = "registry+https://github.com/rust-lang/crates.io-index" 51checksum = "a7d1bb534e9efed14f3e5f44e7dd1a4f709384023a4165199a4241e18dff0116" 52dependencies = [ 53 "utf8parse", 54] 55 56[[package]] 57name = "anstyle-wincon" 58version = "0.2.0" 59source = "registry+https://github.com/rust-lang/crates.io-index" 60checksum = "c3127af6145b149f3287bb9a0d10ad9c5692dba8c53ad48285e5bec4063834fa" 61dependencies = [ 62 "anstyle", 63 "windows-sys 0.45.0", 64] 65 66[[package]] 67name = "atty" 68version = "0.2.14" 69source = "registry+https://github.com/rust-lang/crates.io-index" 70checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 71dependencies = [ 72 "hermit-abi 0.1.19", 73 "libc", 74 "winapi", 75] 76 77[[package]] 78name = "autocfg" 79version = "1.1.0" 80source = "registry+https://github.com/rust-lang/crates.io-index" 81checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 82 83[[package]] 84name = "backtrace" 85version = "0.3.67" 86source = "registry+https://github.com/rust-lang/crates.io-index" 87checksum = "233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca" 88dependencies = [ 89 "addr2line", 90 "cc", 91 "cfg-if", 92 "libc", 93 "miniz_oxide", 94 "object", 95 "rustc-demangle", 96] 97 98[[package]] 99name = "basic-toml" 100version = "0.1.1" 101source = "registry+https://github.com/rust-lang/crates.io-index" 102checksum = "2e819b667739967cd44d308b8c7b71305d8bb0729ac44a248aa08f33d01950b4" 103dependencies = [ 104 "serde", 105] 106 107[[package]] 108name = "bitflags" 109version = "1.3.2" 110source = "registry+https://github.com/rust-lang/crates.io-index" 111checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 112 113[[package]] 114name = "bumpalo" 115version = "3.11.0" 116source = "registry+https://github.com/rust-lang/crates.io-index" 117checksum = "c1ad822118d20d2c234f427000d5acc36eabe1e29a348c89b63dd60b13f28e5d" 118 119[[package]] 120name = "cast" 121version = "0.3.0" 122source = "registry+https://github.com/rust-lang/crates.io-index" 123checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" 124 125[[package]] 126name = "cc" 127version = "1.0.73" 128source = "registry+https://github.com/rust-lang/crates.io-index" 129checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11" 130 131[[package]] 132name = "cfg-if" 133version = "1.0.0" 134source = "registry+https://github.com/rust-lang/crates.io-index" 135checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 136 137[[package]] 138name = "ciborium" 139version = "0.2.0" 140source = "registry+https://github.com/rust-lang/crates.io-index" 141checksum = "b0c137568cc60b904a7724001b35ce2630fd00d5d84805fbb608ab89509d788f" 142dependencies = [ 143 "ciborium-io", 144 "ciborium-ll", 145 "serde", 146] 147 148[[package]] 149name = "ciborium-io" 150version = "0.2.0" 151source = "registry+https://github.com/rust-lang/crates.io-index" 152checksum = "346de753af073cc87b52b2083a506b38ac176a44cfb05497b622e27be899b369" 153 154[[package]] 155name = "ciborium-ll" 156version = "0.2.0" 157source = "registry+https://github.com/rust-lang/crates.io-index" 158checksum = "213030a2b5a4e0c0892b6652260cf6ccac84827b83a85a534e178e3906c4cf1b" 159dependencies = [ 160 "ciborium-io", 161 "half", 162] 163 164[[package]] 165name = "clap" 166version = "3.2.22" 167source = "registry+https://github.com/rust-lang/crates.io-index" 168checksum = "86447ad904c7fb335a790c9d7fe3d0d971dc523b8ccd1561a520de9a85302750" 169dependencies = [ 170 "bitflags", 171 "clap_lex 0.2.4", 172 "indexmap", 173 "textwrap", 174] 175 176[[package]] 177name = "clap" 178version = "4.1.13" 179dependencies = [ 180 "backtrace", 181 "bitflags", 182 "clap_derive", 183 "clap_lex 0.3.3", 184 "humantime", 185 "is-terminal", 186 "once_cell", 187 "rustversion", 188 "shlex", 189 "snapbox", 190 "static_assertions", 191 "strsim", 192 "termcolor", 193 "terminal_size", 194 "trybuild", 195 "trycmd", 196 "unic-emoji-char", 197 "unicase", 198 "unicode-width", 199] 200 201[[package]] 202name = "clap_bench" 203version = "0.0.0" 204dependencies = [ 205 "clap 4.1.13", 206 "criterion", 207 "lazy_static", 208] 209 210[[package]] 211name = "clap_complete" 212version = "4.1.5" 213dependencies = [ 214 "clap 4.1.13", 215 "clap_lex 0.3.3", 216 "is_executable", 217 "os_str_bytes", 218 "pathdiff", 219 "shlex", 220 "snapbox", 221 "trycmd", 222 "unicode-xid", 223] 224 225[[package]] 226name = "clap_complete_fig" 227version = "4.1.2" 228dependencies = [ 229 "clap 4.1.13", 230 "clap_complete", 231 "snapbox", 232] 233 234[[package]] 235name = "clap_derive" 236version = "4.1.12" 237dependencies = [ 238 "heck", 239 "proc-macro2", 240 "quote", 241 "syn 2.0.8", 242] 243 244[[package]] 245name = "clap_lex" 246version = "0.2.4" 247source = "registry+https://github.com/rust-lang/crates.io-index" 248checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5" 249dependencies = [ 250 "os_str_bytes", 251] 252 253[[package]] 254name = "clap_lex" 255version = "0.3.3" 256dependencies = [ 257 "os_str_bytes", 258] 259 260[[package]] 261name = "clap_mangen" 262version = "0.2.10" 263dependencies = [ 264 "clap 4.1.13", 265 "roff", 266 "snapbox", 267] 268 269[[package]] 270name = "concolor-override" 271version = "1.0.0" 272source = "registry+https://github.com/rust-lang/crates.io-index" 273checksum = "a855d4a1978dc52fb0536a04d384c2c0c1aa273597f08b77c8c4d3b2eec6037f" 274 275[[package]] 276name = "concolor-query" 277version = "0.3.3" 278source = "registry+https://github.com/rust-lang/crates.io-index" 279checksum = "88d11d52c3d7ca2e6d0040212be9e4dbbcd78b6447f535b6b561f449427944cf" 280dependencies = [ 281 "windows-sys 0.45.0", 282] 283 284[[package]] 285name = "criterion" 286version = "0.4.0" 287source = "registry+https://github.com/rust-lang/crates.io-index" 288checksum = "e7c76e09c1aae2bc52b3d2f29e13c6572553b30c4aa1b8a49fd70de6412654cb" 289dependencies = [ 290 "anes", 291 "atty", 292 "cast", 293 "ciborium", 294 "clap 3.2.22", 295 "criterion-plot", 296 "itertools", 297 "lazy_static", 298 "num-traits", 299 "oorandom", 300 "plotters", 301 "rayon", 302 "regex", 303 "serde", 304 "serde_derive", 305 "serde_json", 306 "tinytemplate", 307 "walkdir", 308] 309 310[[package]] 311name = "criterion-plot" 312version = "0.5.0" 313source = "registry+https://github.com/rust-lang/crates.io-index" 314checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1" 315dependencies = [ 316 "cast", 317 "itertools", 318] 319 320[[package]] 321name = "crossbeam-channel" 322version = "0.5.6" 323source = "registry+https://github.com/rust-lang/crates.io-index" 324checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521" 325dependencies = [ 326 "cfg-if", 327 "crossbeam-utils", 328] 329 330[[package]] 331name = "crossbeam-deque" 332version = "0.8.2" 333source = "registry+https://github.com/rust-lang/crates.io-index" 334checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc" 335dependencies = [ 336 "cfg-if", 337 "crossbeam-epoch", 338 "crossbeam-utils", 339] 340 341[[package]] 342name = "crossbeam-epoch" 343version = "0.9.11" 344source = "registry+https://github.com/rust-lang/crates.io-index" 345checksum = "f916dfc5d356b0ed9dae65f1db9fc9770aa2851d2662b988ccf4fe3516e86348" 346dependencies = [ 347 "autocfg", 348 "cfg-if", 349 "crossbeam-utils", 350 "memoffset", 351 "scopeguard", 352] 353 354[[package]] 355name = "crossbeam-utils" 356version = "0.8.12" 357source = "registry+https://github.com/rust-lang/crates.io-index" 358checksum = "edbafec5fa1f196ca66527c1b12c2ec4745ca14b50f1ad8f9f6f720b55d11fac" 359dependencies = [ 360 "cfg-if", 361] 362 363[[package]] 364name = "either" 365version = "1.8.0" 366source = "registry+https://github.com/rust-lang/crates.io-index" 367checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797" 368 369[[package]] 370name = "errno" 371version = "0.2.8" 372source = "registry+https://github.com/rust-lang/crates.io-index" 373checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1" 374dependencies = [ 375 "errno-dragonfly", 376 "libc", 377 "winapi", 378] 379 380[[package]] 381name = "errno-dragonfly" 382version = "0.1.2" 383source = "registry+https://github.com/rust-lang/crates.io-index" 384checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" 385dependencies = [ 386 "cc", 387 "libc", 388] 389 390[[package]] 391name = "escargot" 392version = "0.5.7" 393source = "registry+https://github.com/rust-lang/crates.io-index" 394checksum = "f5584ba17d7ab26a8a7284f13e5bd196294dd2f2d79773cff29b9e9edef601a6" 395dependencies = [ 396 "log", 397 "once_cell", 398 "serde", 399 "serde_json", 400] 401 402[[package]] 403name = "gimli" 404version = "0.27.2" 405source = "registry+https://github.com/rust-lang/crates.io-index" 406checksum = "ad0a93d233ebf96623465aad4046a8d3aa4da22d4f4beba5388838c8a434bbb4" 407 408[[package]] 409name = "glob" 410version = "0.3.0" 411source = "registry+https://github.com/rust-lang/crates.io-index" 412checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" 413 414[[package]] 415name = "half" 416version = "1.8.2" 417source = "registry+https://github.com/rust-lang/crates.io-index" 418checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7" 419 420[[package]] 421name = "hashbrown" 422version = "0.12.3" 423source = "registry+https://github.com/rust-lang/crates.io-index" 424checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 425 426[[package]] 427name = "heck" 428version = "0.4.0" 429source = "registry+https://github.com/rust-lang/crates.io-index" 430checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9" 431 432[[package]] 433name = "hermit-abi" 434version = "0.1.19" 435source = "registry+https://github.com/rust-lang/crates.io-index" 436checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" 437dependencies = [ 438 "libc", 439] 440 441[[package]] 442name = "hermit-abi" 443version = "0.3.1" 444source = "registry+https://github.com/rust-lang/crates.io-index" 445checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" 446 447[[package]] 448name = "humantime" 449version = "2.1.0" 450source = "registry+https://github.com/rust-lang/crates.io-index" 451checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" 452 453[[package]] 454name = "humantime-serde" 455version = "1.1.1" 456source = "registry+https://github.com/rust-lang/crates.io-index" 457checksum = "57a3db5ea5923d99402c94e9feb261dc5ee9b4efa158b0315f788cf549cc200c" 458dependencies = [ 459 "humantime", 460 "serde", 461] 462 463[[package]] 464name = "indexmap" 465version = "1.9.1" 466source = "registry+https://github.com/rust-lang/crates.io-index" 467checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e" 468dependencies = [ 469 "autocfg", 470 "hashbrown", 471] 472 473[[package]] 474name = "io-lifetimes" 475version = "1.0.3" 476source = "registry+https://github.com/rust-lang/crates.io-index" 477checksum = "46112a93252b123d31a119a8d1a1ac19deac4fac6e0e8b0df58f0d4e5870e63c" 478dependencies = [ 479 "libc", 480 "windows-sys 0.42.0", 481] 482 483[[package]] 484name = "is-terminal" 485version = "0.4.4" 486source = "registry+https://github.com/rust-lang/crates.io-index" 487checksum = "21b6b32576413a8e69b90e952e4a026476040d81017b80445deda5f2d3921857" 488dependencies = [ 489 "hermit-abi 0.3.1", 490 "io-lifetimes", 491 "rustix", 492 "windows-sys 0.45.0", 493] 494 495[[package]] 496name = "is_executable" 497version = "1.0.1" 498source = "registry+https://github.com/rust-lang/crates.io-index" 499checksum = "fa9acdc6d67b75e626ad644734e8bc6df893d9cd2a834129065d3dd6158ea9c8" 500dependencies = [ 501 "winapi", 502] 503 504[[package]] 505name = "itertools" 506version = "0.10.5" 507source = "registry+https://github.com/rust-lang/crates.io-index" 508checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" 509dependencies = [ 510 "either", 511] 512 513[[package]] 514name = "itoa" 515version = "1.0.4" 516source = "registry+https://github.com/rust-lang/crates.io-index" 517checksum = "4217ad341ebadf8d8e724e264f13e593e0648f5b3e94b3896a5df283be015ecc" 518 519[[package]] 520name = "js-sys" 521version = "0.3.60" 522source = "registry+https://github.com/rust-lang/crates.io-index" 523checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47" 524dependencies = [ 525 "wasm-bindgen", 526] 527 528[[package]] 529name = "lazy_static" 530version = "1.4.0" 531source = "registry+https://github.com/rust-lang/crates.io-index" 532checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 533 534[[package]] 535name = "libc" 536version = "0.2.137" 537source = "registry+https://github.com/rust-lang/crates.io-index" 538checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89" 539 540[[package]] 541name = "linux-raw-sys" 542version = "0.1.3" 543source = "registry+https://github.com/rust-lang/crates.io-index" 544checksum = "8f9f08d8963a6c613f4b1a78f4f4a4dbfadf8e6545b2d72861731e4858b8b47f" 545 546[[package]] 547name = "log" 548version = "0.4.17" 549source = "registry+https://github.com/rust-lang/crates.io-index" 550checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" 551dependencies = [ 552 "cfg-if", 553] 554 555[[package]] 556name = "memchr" 557version = "2.5.0" 558source = "registry+https://github.com/rust-lang/crates.io-index" 559checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" 560 561[[package]] 562name = "memoffset" 563version = "0.6.5" 564source = "registry+https://github.com/rust-lang/crates.io-index" 565checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce" 566dependencies = [ 567 "autocfg", 568] 569 570[[package]] 571name = "miniz_oxide" 572version = "0.6.2" 573source = "registry+https://github.com/rust-lang/crates.io-index" 574checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa" 575dependencies = [ 576 "adler", 577] 578 579[[package]] 580name = "normalize-line-endings" 581version = "0.3.0" 582source = "registry+https://github.com/rust-lang/crates.io-index" 583checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be" 584 585[[package]] 586name = "num-traits" 587version = "0.2.15" 588source = "registry+https://github.com/rust-lang/crates.io-index" 589checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" 590dependencies = [ 591 "autocfg", 592] 593 594[[package]] 595name = "num_cpus" 596version = "1.14.0" 597source = "registry+https://github.com/rust-lang/crates.io-index" 598checksum = "f6058e64324c71e02bc2b150e4f3bc8286db6c83092132ffa3f6b1eab0f9def5" 599dependencies = [ 600 "hermit-abi 0.1.19", 601 "libc", 602] 603 604[[package]] 605name = "object" 606version = "0.30.3" 607source = "registry+https://github.com/rust-lang/crates.io-index" 608checksum = "ea86265d3d3dcb6a27fc51bd29a4bf387fae9d2986b823079d4986af253eb439" 609dependencies = [ 610 "memchr", 611] 612 613[[package]] 614name = "once_cell" 615version = "1.16.0" 616source = "registry+https://github.com/rust-lang/crates.io-index" 617checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860" 618 619[[package]] 620name = "oorandom" 621version = "11.1.3" 622source = "registry+https://github.com/rust-lang/crates.io-index" 623checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575" 624 625[[package]] 626name = "os_pipe" 627version = "1.1.1" 628source = "registry+https://github.com/rust-lang/crates.io-index" 629checksum = "0dceb7e43f59c35ee1548045b2c72945a5a3bb6ce6d6f07cdc13dc8f6bc4930a" 630dependencies = [ 631 "libc", 632 "winapi", 633] 634 635[[package]] 636name = "os_str_bytes" 637version = "6.3.0" 638source = "registry+https://github.com/rust-lang/crates.io-index" 639checksum = "9ff7415e9ae3fff1225851df9e0d9e4e5479f947619774677a63572e55e80eff" 640 641[[package]] 642name = "pathdiff" 643version = "0.2.1" 644source = "registry+https://github.com/rust-lang/crates.io-index" 645checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd" 646 647[[package]] 648name = "plotters" 649version = "0.3.4" 650source = "registry+https://github.com/rust-lang/crates.io-index" 651checksum = "2538b639e642295546c50fcd545198c9d64ee2a38620a628724a3b266d5fbf97" 652dependencies = [ 653 "num-traits", 654 "plotters-backend", 655 "plotters-svg", 656 "wasm-bindgen", 657 "web-sys", 658] 659 660[[package]] 661name = "plotters-backend" 662version = "0.3.4" 663source = "registry+https://github.com/rust-lang/crates.io-index" 664checksum = "193228616381fecdc1224c62e96946dfbc73ff4384fba576e052ff8c1bea8142" 665 666[[package]] 667name = "plotters-svg" 668version = "0.3.3" 669source = "registry+https://github.com/rust-lang/crates.io-index" 670checksum = "f9a81d2759aae1dae668f783c308bc5c8ebd191ff4184aaa1b37f65a6ae5a56f" 671dependencies = [ 672 "plotters-backend", 673] 674 675[[package]] 676name = "proc-macro2" 677version = "1.0.53" 678source = "registry+https://github.com/rust-lang/crates.io-index" 679checksum = "ba466839c78239c09faf015484e5cc04860f88242cff4d03eb038f04b4699b73" 680dependencies = [ 681 "unicode-ident", 682] 683 684[[package]] 685name = "quote" 686version = "1.0.26" 687source = "registry+https://github.com/rust-lang/crates.io-index" 688checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc" 689dependencies = [ 690 "proc-macro2", 691] 692 693[[package]] 694name = "rayon" 695version = "1.5.3" 696source = "registry+https://github.com/rust-lang/crates.io-index" 697checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d" 698dependencies = [ 699 "autocfg", 700 "crossbeam-deque", 701 "either", 702 "rayon-core", 703] 704 705[[package]] 706name = "rayon-core" 707version = "1.9.3" 708source = "registry+https://github.com/rust-lang/crates.io-index" 709checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f" 710dependencies = [ 711 "crossbeam-channel", 712 "crossbeam-deque", 713 "crossbeam-utils", 714 "num_cpus", 715] 716 717[[package]] 718name = "regex" 719version = "1.6.0" 720source = "registry+https://github.com/rust-lang/crates.io-index" 721checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b" 722dependencies = [ 723 "regex-syntax", 724] 725 726[[package]] 727name = "regex-syntax" 728version = "0.6.27" 729source = "registry+https://github.com/rust-lang/crates.io-index" 730checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244" 731 732[[package]] 733name = "roff" 734version = "0.2.1" 735source = "registry+https://github.com/rust-lang/crates.io-index" 736checksum = "b833d8d034ea094b1ea68aa6d5c740e0d04bad9d16568d08ba6f76823a114316" 737 738[[package]] 739name = "rustc-demangle" 740version = "0.1.21" 741source = "registry+https://github.com/rust-lang/crates.io-index" 742checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342" 743 744[[package]] 745name = "rustix" 746version = "0.36.4" 747source = "registry+https://github.com/rust-lang/crates.io-index" 748checksum = "cb93e85278e08bb5788653183213d3a60fc242b10cb9be96586f5a73dcb67c23" 749dependencies = [ 750 "bitflags", 751 "errno", 752 "io-lifetimes", 753 "libc", 754 "linux-raw-sys", 755 "windows-sys 0.42.0", 756] 757 758[[package]] 759name = "rustversion" 760version = "1.0.12" 761source = "registry+https://github.com/rust-lang/crates.io-index" 762checksum = "4f3208ce4d8448b3f3e7d168a73f5e0c43a61e32930de3bceeccedb388b6bf06" 763 764[[package]] 765name = "ryu" 766version = "1.0.11" 767source = "registry+https://github.com/rust-lang/crates.io-index" 768checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09" 769 770[[package]] 771name = "same-file" 772version = "1.0.6" 773source = "registry+https://github.com/rust-lang/crates.io-index" 774checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 775dependencies = [ 776 "winapi-util", 777] 778 779[[package]] 780name = "scopeguard" 781version = "1.1.0" 782source = "registry+https://github.com/rust-lang/crates.io-index" 783checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 784 785[[package]] 786name = "serde" 787version = "1.0.158" 788source = "registry+https://github.com/rust-lang/crates.io-index" 789checksum = "771d4d9c4163ee138805e12c710dd365e4f44be8be0503cb1bb9eb989425d9c9" 790dependencies = [ 791 "serde_derive", 792] 793 794[[package]] 795name = "serde_derive" 796version = "1.0.158" 797source = "registry+https://github.com/rust-lang/crates.io-index" 798checksum = "e801c1712f48475582b7696ac71e0ca34ebb30e09338425384269d9717c62cad" 799dependencies = [ 800 "proc-macro2", 801 "quote", 802 "syn 2.0.8", 803] 804 805[[package]] 806name = "serde_json" 807version = "1.0.87" 808source = "registry+https://github.com/rust-lang/crates.io-index" 809checksum = "6ce777b7b150d76b9cf60d28b55f5847135a003f7d7350c6be7a773508ce7d45" 810dependencies = [ 811 "itoa", 812 "ryu", 813 "serde", 814] 815 816[[package]] 817name = "serde_spanned" 818version = "0.6.1" 819source = "registry+https://github.com/rust-lang/crates.io-index" 820checksum = "0efd8caf556a6cebd3b285caf480045fcc1ac04f6bd786b09a6f11af30c4fcf4" 821dependencies = [ 822 "serde", 823] 824 825[[package]] 826name = "shlex" 827version = "1.1.0" 828source = "registry+https://github.com/rust-lang/crates.io-index" 829checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3" 830 831[[package]] 832name = "similar" 833version = "2.2.0" 834source = "registry+https://github.com/rust-lang/crates.io-index" 835checksum = "62ac7f900db32bf3fd12e0117dd3dc4da74bc52ebaac97f39668446d89694803" 836 837[[package]] 838name = "snapbox" 839version = "0.4.10" 840source = "registry+https://github.com/rust-lang/crates.io-index" 841checksum = "9615402f9cff539301119bdf2c2f328739cf2b45c2116666618fb6ac399f75bb" 842dependencies = [ 843 "anstream", 844 "anstyle", 845 "escargot", 846 "libc", 847 "normalize-line-endings", 848 "os_pipe", 849 "similar", 850 "snapbox-macros", 851 "wait-timeout", 852 "windows-sys 0.45.0", 853] 854 855[[package]] 856name = "snapbox-macros" 857version = "0.3.3" 858source = "registry+https://github.com/rust-lang/crates.io-index" 859checksum = "f8e40c667388ed1cb5060f545d0013bf0a23efdfa6c5c3e9ef592de391cd860f" 860dependencies = [ 861 "anstream", 862] 863 864[[package]] 865name = "static_assertions" 866version = "1.1.0" 867source = "registry+https://github.com/rust-lang/crates.io-index" 868checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 869 870[[package]] 871name = "strsim" 872version = "0.10.0" 873source = "registry+https://github.com/rust-lang/crates.io-index" 874checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" 875 876[[package]] 877name = "syn" 878version = "1.0.109" 879source = "registry+https://github.com/rust-lang/crates.io-index" 880checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 881dependencies = [ 882 "proc-macro2", 883 "quote", 884 "unicode-ident", 885] 886 887[[package]] 888name = "syn" 889version = "2.0.8" 890source = "registry+https://github.com/rust-lang/crates.io-index" 891checksum = "bcc02725fd69ab9f26eab07fad303e2497fad6fb9eba4f96c4d1687bdf704ad9" 892dependencies = [ 893 "proc-macro2", 894 "quote", 895 "unicode-ident", 896] 897 898[[package]] 899name = "termcolor" 900version = "1.1.3" 901source = "registry+https://github.com/rust-lang/crates.io-index" 902checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755" 903dependencies = [ 904 "winapi-util", 905] 906 907[[package]] 908name = "terminal_size" 909version = "0.2.3" 910source = "registry+https://github.com/rust-lang/crates.io-index" 911checksum = "cb20089a8ba2b69debd491f8d2d023761cbf196e999218c591fa1e7e15a21907" 912dependencies = [ 913 "rustix", 914 "windows-sys 0.42.0", 915] 916 917[[package]] 918name = "textwrap" 919version = "0.15.1" 920source = "registry+https://github.com/rust-lang/crates.io-index" 921checksum = "949517c0cf1bf4ee812e2e07e08ab448e3ae0d23472aee8a06c985f0c8815b16" 922 923[[package]] 924name = "tinytemplate" 925version = "1.2.1" 926source = "registry+https://github.com/rust-lang/crates.io-index" 927checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc" 928dependencies = [ 929 "serde", 930 "serde_json", 931] 932 933[[package]] 934name = "toml_datetime" 935version = "0.6.1" 936source = "registry+https://github.com/rust-lang/crates.io-index" 937checksum = "3ab8ed2edee10b50132aed5f331333428b011c99402b5a534154ed15746f9622" 938dependencies = [ 939 "serde", 940] 941 942[[package]] 943name = "toml_edit" 944version = "0.19.4" 945source = "registry+https://github.com/rust-lang/crates.io-index" 946checksum = "9a1eb0622d28f4b9c90adc4ea4b2b46b47663fde9ac5fafcb14a1369d5508825" 947dependencies = [ 948 "indexmap", 949 "serde", 950 "serde_spanned", 951 "toml_datetime", 952 "winnow", 953] 954 955[[package]] 956name = "trybuild" 957version = "1.0.77" 958source = "registry+https://github.com/rust-lang/crates.io-index" 959checksum = "a44da5a6f2164c8e14d3bbc0657d69c5966af9f5f6930d4f600b1f5c4a673413" 960dependencies = [ 961 "basic-toml", 962 "glob", 963 "once_cell", 964 "serde", 965 "serde_derive", 966 "serde_json", 967 "termcolor", 968] 969 970[[package]] 971name = "trycmd" 972version = "0.14.15" 973source = "registry+https://github.com/rust-lang/crates.io-index" 974checksum = "32564b3f936a9ebedf5cc07dcf1e7e661204766d35f92c03bf347b099d84e783" 975dependencies = [ 976 "glob", 977 "humantime", 978 "humantime-serde", 979 "rayon", 980 "serde", 981 "shlex", 982 "snapbox", 983 "toml_edit", 984] 985 986[[package]] 987name = "unic-char-property" 988version = "0.9.0" 989source = "registry+https://github.com/rust-lang/crates.io-index" 990checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221" 991dependencies = [ 992 "unic-char-range", 993] 994 995[[package]] 996name = "unic-char-range" 997version = "0.9.0" 998source = "registry+https://github.com/rust-lang/crates.io-index" 999checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc" 1000 1001[[package]] 1002name = "unic-common" 1003version = "0.9.0" 1004source = "registry+https://github.com/rust-lang/crates.io-index" 1005checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc" 1006 1007[[package]] 1008name = "unic-emoji-char" 1009version = "0.9.0" 1010source = "registry+https://github.com/rust-lang/crates.io-index" 1011checksum = "0b07221e68897210270a38bde4babb655869637af0f69407f96053a34f76494d" 1012dependencies = [ 1013 "unic-char-property", 1014 "unic-char-range", 1015 "unic-ucd-version", 1016] 1017 1018[[package]] 1019name = "unic-ucd-version" 1020version = "0.9.0" 1021source = "registry+https://github.com/rust-lang/crates.io-index" 1022checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4" 1023dependencies = [ 1024 "unic-common", 1025] 1026 1027[[package]] 1028name = "unicase" 1029version = "2.6.0" 1030source = "registry+https://github.com/rust-lang/crates.io-index" 1031checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6" 1032dependencies = [ 1033 "version_check", 1034] 1035 1036[[package]] 1037name = "unicode-ident" 1038version = "1.0.8" 1039source = "registry+https://github.com/rust-lang/crates.io-index" 1040checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4" 1041 1042[[package]] 1043name = "unicode-width" 1044version = "0.1.9" 1045source = "registry+https://github.com/rust-lang/crates.io-index" 1046checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973" 1047 1048[[package]] 1049name = "unicode-xid" 1050version = "0.2.3" 1051source = "registry+https://github.com/rust-lang/crates.io-index" 1052checksum = "957e51f3646910546462e67d5f7599b9e4fb8acdd304b087a6494730f9eebf04" 1053 1054[[package]] 1055name = "utf8parse" 1056version = "0.2.1" 1057source = "registry+https://github.com/rust-lang/crates.io-index" 1058checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" 1059 1060[[package]] 1061name = "version_check" 1062version = "0.9.4" 1063source = "registry+https://github.com/rust-lang/crates.io-index" 1064checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 1065 1066[[package]] 1067name = "wait-timeout" 1068version = "0.2.0" 1069source = "registry+https://github.com/rust-lang/crates.io-index" 1070checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6" 1071dependencies = [ 1072 "libc", 1073] 1074 1075[[package]] 1076name = "walkdir" 1077version = "2.3.2" 1078source = "registry+https://github.com/rust-lang/crates.io-index" 1079checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56" 1080dependencies = [ 1081 "same-file", 1082 "winapi", 1083 "winapi-util", 1084] 1085 1086[[package]] 1087name = "wasm-bindgen" 1088version = "0.2.83" 1089source = "registry+https://github.com/rust-lang/crates.io-index" 1090checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268" 1091dependencies = [ 1092 "cfg-if", 1093 "wasm-bindgen-macro", 1094] 1095 1096[[package]] 1097name = "wasm-bindgen-backend" 1098version = "0.2.83" 1099source = "registry+https://github.com/rust-lang/crates.io-index" 1100checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142" 1101dependencies = [ 1102 "bumpalo", 1103 "log", 1104 "once_cell", 1105 "proc-macro2", 1106 "quote", 1107 "syn 1.0.109", 1108 "wasm-bindgen-shared", 1109] 1110 1111[[package]] 1112name = "wasm-bindgen-macro" 1113version = "0.2.83" 1114source = "registry+https://github.com/rust-lang/crates.io-index" 1115checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810" 1116dependencies = [ 1117 "quote", 1118 "wasm-bindgen-macro-support", 1119] 1120 1121[[package]] 1122name = "wasm-bindgen-macro-support" 1123version = "0.2.83" 1124source = "registry+https://github.com/rust-lang/crates.io-index" 1125checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c" 1126dependencies = [ 1127 "proc-macro2", 1128 "quote", 1129 "syn 1.0.109", 1130 "wasm-bindgen-backend", 1131 "wasm-bindgen-shared", 1132] 1133 1134[[package]] 1135name = "wasm-bindgen-shared" 1136version = "0.2.83" 1137source = "registry+https://github.com/rust-lang/crates.io-index" 1138checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f" 1139 1140[[package]] 1141name = "web-sys" 1142version = "0.3.60" 1143source = "registry+https://github.com/rust-lang/crates.io-index" 1144checksum = "bcda906d8be16e728fd5adc5b729afad4e444e106ab28cd1c7256e54fa61510f" 1145dependencies = [ 1146 "js-sys", 1147 "wasm-bindgen", 1148] 1149 1150[[package]] 1151name = "winapi" 1152version = "0.3.9" 1153source = "registry+https://github.com/rust-lang/crates.io-index" 1154checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 1155dependencies = [ 1156 "winapi-i686-pc-windows-gnu", 1157 "winapi-x86_64-pc-windows-gnu", 1158] 1159 1160[[package]] 1161name = "winapi-i686-pc-windows-gnu" 1162version = "0.4.0" 1163source = "registry+https://github.com/rust-lang/crates.io-index" 1164checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 1165 1166[[package]] 1167name = "winapi-util" 1168version = "0.1.5" 1169source = "registry+https://github.com/rust-lang/crates.io-index" 1170checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" 1171dependencies = [ 1172 "winapi", 1173] 1174 1175[[package]] 1176name = "winapi-x86_64-pc-windows-gnu" 1177version = "0.4.0" 1178source = "registry+https://github.com/rust-lang/crates.io-index" 1179checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 1180 1181[[package]] 1182name = "windows-sys" 1183version = "0.42.0" 1184source = "registry+https://github.com/rust-lang/crates.io-index" 1185checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" 1186dependencies = [ 1187 "windows_aarch64_gnullvm", 1188 "windows_aarch64_msvc", 1189 "windows_i686_gnu", 1190 "windows_i686_msvc", 1191 "windows_x86_64_gnu", 1192 "windows_x86_64_gnullvm", 1193 "windows_x86_64_msvc", 1194] 1195 1196[[package]] 1197name = "windows-sys" 1198version = "0.45.0" 1199source = "registry+https://github.com/rust-lang/crates.io-index" 1200checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 1201dependencies = [ 1202 "windows-targets", 1203] 1204 1205[[package]] 1206name = "windows-targets" 1207version = "0.42.1" 1208source = "registry+https://github.com/rust-lang/crates.io-index" 1209checksum = "8e2522491fbfcd58cc84d47aeb2958948c4b8982e9a2d8a2a35bbaed431390e7" 1210dependencies = [ 1211 "windows_aarch64_gnullvm", 1212 "windows_aarch64_msvc", 1213 "windows_i686_gnu", 1214 "windows_i686_msvc", 1215 "windows_x86_64_gnu", 1216 "windows_x86_64_gnullvm", 1217 "windows_x86_64_msvc", 1218] 1219 1220[[package]] 1221name = "windows_aarch64_gnullvm" 1222version = "0.42.1" 1223source = "registry+https://github.com/rust-lang/crates.io-index" 1224checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608" 1225 1226[[package]] 1227name = "windows_aarch64_msvc" 1228version = "0.42.1" 1229source = "registry+https://github.com/rust-lang/crates.io-index" 1230checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7" 1231 1232[[package]] 1233name = "windows_i686_gnu" 1234version = "0.42.1" 1235source = "registry+https://github.com/rust-lang/crates.io-index" 1236checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640" 1237 1238[[package]] 1239name = "windows_i686_msvc" 1240version = "0.42.1" 1241source = "registry+https://github.com/rust-lang/crates.io-index" 1242checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605" 1243 1244[[package]] 1245name = "windows_x86_64_gnu" 1246version = "0.42.1" 1247source = "registry+https://github.com/rust-lang/crates.io-index" 1248checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45" 1249 1250[[package]] 1251name = "windows_x86_64_gnullvm" 1252version = "0.42.1" 1253source = "registry+https://github.com/rust-lang/crates.io-index" 1254checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463" 1255 1256[[package]] 1257name = "windows_x86_64_msvc" 1258version = "0.42.1" 1259source = "registry+https://github.com/rust-lang/crates.io-index" 1260checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd" 1261 1262[[package]] 1263name = "winnow" 1264version = "0.3.3" 1265source = "registry+https://github.com/rust-lang/crates.io-index" 1266checksum = "faf09497b8f8b5ac5d3bb4d05c0a99be20f26fd3d5f2db7b0716e946d5103658" 1267dependencies = [ 1268 "memchr", 1269] 1270