1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 3 4 5[[package]] 6name = "aho-corasick" 7version = "1.1.3" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" 10dependencies = [ 11 "memchr", 12] 13 14[[package]] 15name = "anstream" 16version = "0.3.2" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "0ca84f3628370c59db74ee214b3263d58f9aadd9b4fe7e711fd87dc452b7f163" 19dependencies = [ 20 "anstyle", 21 "anstyle-parse", 22 "anstyle-query", 23 "anstyle-wincon 1.0.2", 24 "colorchoice", 25 "is-terminal", 26 "utf8parse", 27] 28 29[[package]] 30name = "anstream" 31version = "0.6.14" 32source = "registry+https://github.com/rust-lang/crates.io-index" 33checksum = "418c75fa768af9c03be99d17643f93f79bbba589895012a80e3452a19ddda15b" 34dependencies = [ 35 "anstyle", 36 "anstyle-parse", 37 "anstyle-query", 38 "anstyle-wincon 3.0.3", 39 "colorchoice", 40 "is_terminal_polyfill", 41 "utf8parse", 42] 43 44[[package]] 45name = "anstyle" 46version = "1.0.7" 47source = "registry+https://github.com/rust-lang/crates.io-index" 48checksum = "038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b" 49 50[[package]] 51name = "anstyle-parse" 52version = "0.2.4" 53source = "registry+https://github.com/rust-lang/crates.io-index" 54checksum = "c03a11a9034d92058ceb6ee011ce58af4a9bf61491aa7e1e59ecd24bd40d22d4" 55dependencies = [ 56 "utf8parse", 57] 58 59[[package]] 60name = "anstyle-query" 61version = "1.0.3" 62source = "registry+https://github.com/rust-lang/crates.io-index" 63checksum = "a64c907d4e79225ac72e2a354c9ce84d50ebb4586dee56c82b3ee73004f537f5" 64dependencies = [ 65 "windows-sys 0.52.0", 66] 67 68[[package]] 69name = "anstyle-wincon" 70version = "1.0.2" 71source = "registry+https://github.com/rust-lang/crates.io-index" 72checksum = "c677ab05e09154296dd37acecd46420c17b9713e8366facafa8fc0885167cf4c" 73dependencies = [ 74 "anstyle", 75 "windows-sys 0.48.0", 76] 77 78[[package]] 79name = "anstyle-wincon" 80version = "3.0.3" 81source = "registry+https://github.com/rust-lang/crates.io-index" 82checksum = "61a38449feb7068f52bb06c12759005cf459ee52bb4adc1d5a7c4322d716fb19" 83dependencies = [ 84 "anstyle", 85 "windows-sys 0.52.0", 86] 87 88[[package]] 89name = "autocfg" 90version = "1.3.0" 91source = "registry+https://github.com/rust-lang/crates.io-index" 92checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" 93 94[[package]] 95name = "bit-set" 96version = "0.5.3" 97source = "registry+https://github.com/rust-lang/crates.io-index" 98checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1" 99dependencies = [ 100 "bit-vec", 101] 102 103[[package]] 104name = "bit-vec" 105version = "0.6.3" 106source = "registry+https://github.com/rust-lang/crates.io-index" 107checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb" 108 109[[package]] 110name = "bitflags" 111version = "2.6.0" 112source = "registry+https://github.com/rust-lang/crates.io-index" 113checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" 114 115[[package]] 116name = "bstr" 117version = "1.9.1" 118source = "registry+https://github.com/rust-lang/crates.io-index" 119checksum = "05efc5cfd9110c8416e471df0e96702d58690178e206e61b7173706673c93706" 120dependencies = [ 121 "memchr", 122 "serde", 123] 124 125[[package]] 126name = "cfg-if" 127version = "1.0.0" 128source = "registry+https://github.com/rust-lang/crates.io-index" 129checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 130 131[[package]] 132name = "chrono" 133version = "0.4.38" 134source = "registry+https://github.com/rust-lang/crates.io-index" 135checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" 136dependencies = [ 137 "num-traits", 138] 139 140[[package]] 141name = "clap" 142version = "4.3.24" 143source = "registry+https://github.com/rust-lang/crates.io-index" 144checksum = "fb690e81c7840c0d7aade59f242ea3b41b9bc27bcd5997890e7702ae4b32e487" 145dependencies = [ 146 "clap_builder", 147 "clap_derive", 148 "once_cell", 149] 150 151[[package]] 152name = "clap_builder" 153version = "4.3.24" 154source = "registry+https://github.com/rust-lang/crates.io-index" 155checksum = "5ed2e96bc16d8d740f6f48d663eddf4b8a0983e79210fd55479b7bcd0a69860e" 156dependencies = [ 157 "anstream 0.3.2", 158 "anstyle", 159 "clap_lex", 160 "strsim", 161] 162 163[[package]] 164name = "clap_derive" 165version = "4.3.12" 166source = "registry+https://github.com/rust-lang/crates.io-index" 167checksum = "54a9bb5758fc5dfe728d1019941681eccaf0cf8a4189b692a0ee2f2ecf90a050" 168dependencies = [ 169 "heck", 170 "proc-macro2", 171 "quote", 172 "syn", 173] 174 175[[package]] 176name = "clap_lex" 177version = "0.5.0" 178source = "registry+https://github.com/rust-lang/crates.io-index" 179checksum = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b" 180 181[[package]] 182name = "colorchoice" 183version = "1.0.1" 184source = "registry+https://github.com/rust-lang/crates.io-index" 185checksum = "0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422" 186 187[[package]] 188name = "equivalent" 189version = "1.0.1" 190source = "registry+https://github.com/rust-lang/crates.io-index" 191checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" 192 193[[package]] 194name = "errno" 195version = "0.3.9" 196source = "registry+https://github.com/rust-lang/crates.io-index" 197checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba" 198dependencies = [ 199 "libc", 200 "windows-sys 0.52.0", 201] 202 203[[package]] 204name = "escape8259" 205version = "0.5.2" 206source = "registry+https://github.com/rust-lang/crates.io-index" 207checksum = "ba4f4911e3666fcd7826997b4745c8224295a6f3072f1418c3067b97a67557ee" 208dependencies = [ 209 "rustversion", 210] 211 212[[package]] 213name = "fastrand" 214version = "2.1.0" 215source = "registry+https://github.com/rust-lang/crates.io-index" 216checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a" 217 218[[package]] 219name = "fnv" 220version = "1.0.7" 221source = "registry+https://github.com/rust-lang/crates.io-index" 222checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 223 224[[package]] 225name = "getrandom" 226version = "0.2.15" 227source = "registry+https://github.com/rust-lang/crates.io-index" 228checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" 229dependencies = [ 230 "cfg-if", 231 "libc", 232 "wasi", 233] 234 235[[package]] 236name = "globset" 237version = "0.4.14" 238source = "registry+https://github.com/rust-lang/crates.io-index" 239checksum = "57da3b9b5b85bd66f31093f8c408b90a74431672542466497dcbdfdc02034be1" 240dependencies = [ 241 "aho-corasick", 242 "bstr", 243 "log", 244 "regex-automata", 245 "regex-syntax", 246] 247 248[[package]] 249name = "hashbrown" 250version = "0.14.5" 251source = "registry+https://github.com/rust-lang/crates.io-index" 252checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" 253 254[[package]] 255name = "heck" 256version = "0.4.1" 257source = "registry+https://github.com/rust-lang/crates.io-index" 258checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 259 260[[package]] 261name = "hermit-abi" 262version = "0.3.9" 263source = "registry+https://github.com/rust-lang/crates.io-index" 264checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" 265 266[[package]] 267name = "ignore" 268version = "0.4.20" 269source = "registry+https://github.com/rust-lang/crates.io-index" 270checksum = "dbe7873dab538a9a44ad79ede1faf5f30d49f9a5c883ddbab48bce81b64b7492" 271dependencies = [ 272 "globset", 273 "lazy_static", 274 "log", 275 "memchr", 276 "regex", 277 "same-file", 278 "thread_local", 279 "walkdir", 280 "winapi-util", 281] 282 283[[package]] 284name = "include_dir" 285version = "0.7.3" 286source = "registry+https://github.com/rust-lang/crates.io-index" 287checksum = "18762faeff7122e89e0857b02f7ce6fcc0d101d5e9ad2ad7846cc01d61b7f19e" 288dependencies = [ 289 "include_dir_macros", 290] 291 292[[package]] 293name = "include_dir_macros" 294version = "0.7.3" 295source = "registry+https://github.com/rust-lang/crates.io-index" 296checksum = "b139284b5cf57ecfa712bcc66950bb635b31aff41c188e8a4cfc758eca374a3f" 297dependencies = [ 298 "proc-macro2", 299 "quote", 300] 301 302[[package]] 303name = "indexmap" 304version = "2.2.6" 305source = "registry+https://github.com/rust-lang/crates.io-index" 306checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26" 307dependencies = [ 308 "equivalent", 309 "hashbrown", 310] 311 312[[package]] 313name = "is-terminal" 314version = "0.4.12" 315source = "registry+https://github.com/rust-lang/crates.io-index" 316checksum = "f23ff5ef2b80d608d61efee834934d862cd92461afc0560dedf493e4c033738b" 317dependencies = [ 318 "hermit-abi", 319 "libc", 320 "windows-sys 0.52.0", 321] 322 323[[package]] 324name = "is_terminal_polyfill" 325version = "1.48.0" 326source = "registry+https://github.com/rust-lang/crates.io-index" 327checksum = "b52b2de84ed0341893ce61ca1af04fa54eea0a764ecc38c6855cc5db84dc1927" 328dependencies = [ 329 "is-terminal", 330] 331 332[[package]] 333name = "itoa" 334version = "1.0.11" 335source = "registry+https://github.com/rust-lang/crates.io-index" 336checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" 337 338[[package]] 339name = "kstring" 340version = "2.0.0" 341source = "registry+https://github.com/rust-lang/crates.io-index" 342checksum = "ec3066350882a1cd6d950d055997f379ac37fd39f81cd4d8ed186032eb3c5747" 343dependencies = [ 344 "static_assertions", 345] 346 347[[package]] 348name = "lazy_static" 349version = "1.4.0" 350source = "registry+https://github.com/rust-lang/crates.io-index" 351checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 352 353[[package]] 354name = "libc" 355version = "0.2.154" 356source = "registry+https://github.com/rust-lang/crates.io-index" 357checksum = "ae743338b92ff9146ce83992f766a31066a91a8c84a45e0e9f21e7cf6de6d346" 358 359[[package]] 360name = "libm" 361version = "0.2.8" 362source = "registry+https://github.com/rust-lang/crates.io-index" 363checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" 364 365[[package]] 366name = "libtest-mimic" 367version = "0.7.3" 368source = "registry+https://github.com/rust-lang/crates.io-index" 369checksum = "cc0bda45ed5b3a2904262c1bb91e526127aa70e7ef3758aba2ef93cf896b9b58" 370dependencies = [ 371 "clap", 372 "escape8259", 373 "termcolor", 374 "threadpool", 375] 376 377[[package]] 378name = "linux-raw-sys" 379version = "0.4.14" 380source = "registry+https://github.com/rust-lang/crates.io-index" 381checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" 382 383[[package]] 384name = "log" 385version = "0.4.21" 386source = "registry+https://github.com/rust-lang/crates.io-index" 387checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" 388 389[[package]] 390name = "memchr" 391version = "2.7.2" 392source = "registry+https://github.com/rust-lang/crates.io-index" 393checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d" 394 395[[package]] 396name = "normalize-line-endings" 397version = "0.3.0" 398source = "registry+https://github.com/rust-lang/crates.io-index" 399checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be" 400 401[[package]] 402name = "num-traits" 403version = "0.2.19" 404source = "registry+https://github.com/rust-lang/crates.io-index" 405checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 406dependencies = [ 407 "autocfg", 408 "libm", 409] 410 411[[package]] 412name = "num_cpus" 413version = "1.16.0" 414source = "registry+https://github.com/rust-lang/crates.io-index" 415checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" 416dependencies = [ 417 "hermit-abi", 418 "libc", 419] 420 421[[package]] 422name = "once_cell" 423version = "1.19.0" 424source = "registry+https://github.com/rust-lang/crates.io-index" 425checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" 426 427[[package]] 428name = "ppv-lite86" 429version = "0.2.17" 430source = "registry+https://github.com/rust-lang/crates.io-index" 431checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" 432 433[[package]] 434name = "proc-macro2" 435version = "1.0.82" 436source = "registry+https://github.com/rust-lang/crates.io-index" 437checksum = "8ad3d49ab951a01fbaafe34f2ec74122942fe18a3f9814c3268f1bb72042131b" 438dependencies = [ 439 "unicode-ident", 440] 441 442[[package]] 443name = "proptest" 444version = "1.5.0" 445source = "registry+https://github.com/rust-lang/crates.io-index" 446checksum = "b4c2511913b88df1637da85cc8d96ec8e43a3f8bb8ccb71ee1ac240d6f3df58d" 447dependencies = [ 448 "bit-set", 449 "bit-vec", 450 "bitflags", 451 "lazy_static", 452 "num-traits", 453 "rand", 454 "rand_chacha", 455 "rand_xorshift", 456 "regex-syntax", 457 "rusty-fork", 458 "tempfile", 459 "unarray", 460] 461 462[[package]] 463name = "quick-error" 464version = "1.2.3" 465source = "registry+https://github.com/rust-lang/crates.io-index" 466checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" 467 468[[package]] 469name = "quote" 470version = "1.0.36" 471source = "registry+https://github.com/rust-lang/crates.io-index" 472checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7" 473dependencies = [ 474 "proc-macro2", 475] 476 477[[package]] 478name = "rand" 479version = "0.8.5" 480source = "registry+https://github.com/rust-lang/crates.io-index" 481checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 482dependencies = [ 483 "libc", 484 "rand_chacha", 485 "rand_core", 486] 487 488[[package]] 489name = "rand_chacha" 490version = "0.3.1" 491source = "registry+https://github.com/rust-lang/crates.io-index" 492checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 493dependencies = [ 494 "ppv-lite86", 495 "rand_core", 496] 497 498[[package]] 499name = "rand_core" 500version = "0.6.4" 501source = "registry+https://github.com/rust-lang/crates.io-index" 502checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 503dependencies = [ 504 "getrandom", 505] 506 507[[package]] 508name = "rand_xorshift" 509version = "0.3.0" 510source = "registry+https://github.com/rust-lang/crates.io-index" 511checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f" 512dependencies = [ 513 "rand_core", 514] 515 516[[package]] 517name = "regex" 518version = "1.10.4" 519source = "registry+https://github.com/rust-lang/crates.io-index" 520checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c" 521dependencies = [ 522 "aho-corasick", 523 "memchr", 524 "regex-automata", 525 "regex-syntax", 526] 527 528[[package]] 529name = "regex-automata" 530version = "0.4.6" 531source = "registry+https://github.com/rust-lang/crates.io-index" 532checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea" 533dependencies = [ 534 "aho-corasick", 535 "memchr", 536 "regex-syntax", 537] 538 539[[package]] 540name = "regex-syntax" 541version = "0.8.3" 542source = "registry+https://github.com/rust-lang/crates.io-index" 543checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56" 544 545[[package]] 546name = "rustix" 547version = "0.38.34" 548source = "registry+https://github.com/rust-lang/crates.io-index" 549checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f" 550dependencies = [ 551 "bitflags", 552 "errno", 553 "libc", 554 "linux-raw-sys", 555 "windows-sys 0.52.0", 556] 557 558[[package]] 559name = "rustversion" 560version = "1.0.17" 561source = "registry+https://github.com/rust-lang/crates.io-index" 562checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6" 563 564[[package]] 565name = "rusty-fork" 566version = "0.3.0" 567source = "registry+https://github.com/rust-lang/crates.io-index" 568checksum = "cb3dcc6e454c328bb824492db107ab7c0ae8fcffe4ad210136ef014458c1bc4f" 569dependencies = [ 570 "fnv", 571 "quick-error", 572 "tempfile", 573 "wait-timeout", 574] 575 576[[package]] 577name = "ryu" 578version = "1.0.18" 579source = "registry+https://github.com/rust-lang/crates.io-index" 580checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" 581 582[[package]] 583name = "same-file" 584version = "1.0.6" 585source = "registry+https://github.com/rust-lang/crates.io-index" 586checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 587dependencies = [ 588 "winapi-util", 589] 590 591[[package]] 592name = "serde" 593version = "1.0.203" 594source = "registry+https://github.com/rust-lang/crates.io-index" 595checksum = "7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094" 596dependencies = [ 597 "serde_derive", 598] 599 600[[package]] 601name = "serde_derive" 602version = "1.0.203" 603source = "registry+https://github.com/rust-lang/crates.io-index" 604checksum = "500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba" 605dependencies = [ 606 "proc-macro2", 607 "quote", 608 "syn", 609] 610 611[[package]] 612name = "serde_json" 613version = "1.0.119" 614source = "registry+https://github.com/rust-lang/crates.io-index" 615checksum = "e8eddb61f0697cc3989c5d64b452f5488e2b8a60fd7d5076a3045076ffef8cb0" 616dependencies = [ 617 "itoa", 618 "ryu", 619 "serde", 620] 621 622[[package]] 623name = "serde_spanned" 624version = "0.6.7" 625source = "registry+https://github.com/rust-lang/crates.io-index" 626checksum = "eb5b1b31579f3811bf615c144393417496f152e12ac8b7663bf664f4a815306d" 627dependencies = [ 628 "serde", 629] 630 631[[package]] 632name = "similar" 633version = "2.5.0" 634source = "registry+https://github.com/rust-lang/crates.io-index" 635checksum = "fa42c91313f1d05da9b26f267f931cf178d4aba455b4c4622dd7355eb80c6640" 636 637[[package]] 638name = "snapbox" 639version = "0.6.10" 640source = "registry+https://github.com/rust-lang/crates.io-index" 641checksum = "40e14d10e4c2b4331ac24c33baa5a03e1fbca81c045b285b53b2a612d28569fb" 642dependencies = [ 643 "anstream 0.6.14", 644 "anstyle", 645 "normalize-line-endings", 646 "similar", 647 "snapbox-macros", 648] 649 650[[package]] 651name = "snapbox-macros" 652version = "0.3.9" 653source = "registry+https://github.com/rust-lang/crates.io-index" 654checksum = "b1f4c14672714436c09254801c934b203196a51182a5107fb76591c7cc56424d" 655dependencies = [ 656 "anstream 0.6.14", 657] 658 659[[package]] 660name = "static_assertions" 661version = "1.1.0" 662source = "registry+https://github.com/rust-lang/crates.io-index" 663checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 664 665[[package]] 666name = "strsim" 667version = "0.10.0" 668source = "registry+https://github.com/rust-lang/crates.io-index" 669checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" 670 671[[package]] 672name = "syn" 673version = "2.0.63" 674source = "registry+https://github.com/rust-lang/crates.io-index" 675checksum = "bf5be731623ca1a1fb7d8be6f261a3be6d3e2337b8a1f97be944d020c8fcb704" 676dependencies = [ 677 "proc-macro2", 678 "quote", 679 "unicode-ident", 680] 681 682[[package]] 683name = "tempfile" 684version = "3.10.1" 685source = "registry+https://github.com/rust-lang/crates.io-index" 686checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1" 687dependencies = [ 688 "cfg-if", 689 "fastrand", 690 "rustix", 691 "windows-sys 0.52.0", 692] 693 694[[package]] 695name = "termcolor" 696version = "1.4.1" 697source = "registry+https://github.com/rust-lang/crates.io-index" 698checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" 699dependencies = [ 700 "winapi-util", 701] 702 703[[package]] 704name = "thread_local" 705version = "1.1.8" 706source = "registry+https://github.com/rust-lang/crates.io-index" 707checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" 708dependencies = [ 709 "cfg-if", 710 "once_cell", 711] 712 713[[package]] 714name = "threadpool" 715version = "1.8.1" 716source = "registry+https://github.com/rust-lang/crates.io-index" 717checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa" 718dependencies = [ 719 "num_cpus", 720] 721 722[[package]] 723name = "toml-test" 724version = "1.0.2" 725source = "registry+https://github.com/rust-lang/crates.io-index" 726checksum = "f9e26681e9154ffb40044019b6bb374f6ed7fef1e367d3d314f0daf2b00faba9" 727dependencies = [ 728 "chrono", 729 "ryu", 730 "serde", 731 "serde_json", 732] 733 734[[package]] 735name = "toml-test-data" 736version = "1.12.1" 737source = "registry+https://github.com/rust-lang/crates.io-index" 738checksum = "13bb6bf962107303ade738a8f729f4f92c29b2d84c0772cc376f7001602afa1a" 739dependencies = [ 740 "include_dir", 741] 742 743[[package]] 744name = "toml-test-harness" 745version = "0.4.10" 746source = "registry+https://github.com/rust-lang/crates.io-index" 747checksum = "0ad65271b9325d4727b1afb346e2eb4cade8e998797682da4e73b7b6d902f2b2" 748dependencies = [ 749 "ignore", 750 "libtest-mimic", 751 "toml-test", 752 "toml-test-data", 753] 754 755[[package]] 756name = "toml_datetime" 757version = "0.6.8" 758source = "registry+https://github.com/rust-lang/crates.io-index" 759checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41" 760dependencies = [ 761 "serde", 762] 763 764[[package]] 765name = "toml_edit" 766version = "0.22.20" 767dependencies = [ 768 "indexmap", 769 "kstring", 770 "libtest-mimic", 771 "proptest", 772 "serde", 773 "serde_json", 774 "serde_spanned", 775 "snapbox", 776 "toml-test-data", 777 "toml-test-harness", 778 "toml_datetime", 779 "winnow", 780] 781 782[[package]] 783name = "unarray" 784version = "0.1.4" 785source = "registry+https://github.com/rust-lang/crates.io-index" 786checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94" 787 788[[package]] 789name = "unicode-ident" 790version = "1.0.12" 791source = "registry+https://github.com/rust-lang/crates.io-index" 792checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" 793 794[[package]] 795name = "utf8parse" 796version = "0.2.1" 797source = "registry+https://github.com/rust-lang/crates.io-index" 798checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" 799 800[[package]] 801name = "wait-timeout" 802version = "0.2.0" 803source = "registry+https://github.com/rust-lang/crates.io-index" 804checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6" 805dependencies = [ 806 "libc", 807] 808 809[[package]] 810name = "walkdir" 811version = "2.5.0" 812source = "registry+https://github.com/rust-lang/crates.io-index" 813checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 814dependencies = [ 815 "same-file", 816 "winapi-util", 817] 818 819[[package]] 820name = "wasi" 821version = "0.11.0+wasi-snapshot-preview1" 822source = "registry+https://github.com/rust-lang/crates.io-index" 823checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 824 825[[package]] 826name = "winapi-util" 827version = "0.1.8" 828source = "registry+https://github.com/rust-lang/crates.io-index" 829checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b" 830dependencies = [ 831 "windows-sys 0.52.0", 832] 833 834[[package]] 835name = "windows-sys" 836version = "0.48.0" 837source = "registry+https://github.com/rust-lang/crates.io-index" 838checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 839dependencies = [ 840 "windows-targets 0.48.5", 841] 842 843[[package]] 844name = "windows-sys" 845version = "0.52.0" 846source = "registry+https://github.com/rust-lang/crates.io-index" 847checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 848dependencies = [ 849 "windows-targets 0.52.5", 850] 851 852[[package]] 853name = "windows-targets" 854version = "0.48.5" 855source = "registry+https://github.com/rust-lang/crates.io-index" 856checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 857dependencies = [ 858 "windows_aarch64_gnullvm 0.48.5", 859 "windows_aarch64_msvc 0.48.5", 860 "windows_i686_gnu 0.48.5", 861 "windows_i686_msvc 0.48.5", 862 "windows_x86_64_gnu 0.48.5", 863 "windows_x86_64_gnullvm 0.48.5", 864 "windows_x86_64_msvc 0.48.5", 865] 866 867[[package]] 868name = "windows-targets" 869version = "0.52.5" 870source = "registry+https://github.com/rust-lang/crates.io-index" 871checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb" 872dependencies = [ 873 "windows_aarch64_gnullvm 0.52.5", 874 "windows_aarch64_msvc 0.52.5", 875 "windows_i686_gnu 0.52.5", 876 "windows_i686_gnullvm", 877 "windows_i686_msvc 0.52.5", 878 "windows_x86_64_gnu 0.52.5", 879 "windows_x86_64_gnullvm 0.52.5", 880 "windows_x86_64_msvc 0.52.5", 881] 882 883[[package]] 884name = "windows_aarch64_gnullvm" 885version = "0.48.5" 886source = "registry+https://github.com/rust-lang/crates.io-index" 887checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 888 889[[package]] 890name = "windows_aarch64_gnullvm" 891version = "0.52.5" 892source = "registry+https://github.com/rust-lang/crates.io-index" 893checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263" 894 895[[package]] 896name = "windows_aarch64_msvc" 897version = "0.48.5" 898source = "registry+https://github.com/rust-lang/crates.io-index" 899checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 900 901[[package]] 902name = "windows_aarch64_msvc" 903version = "0.52.5" 904source = "registry+https://github.com/rust-lang/crates.io-index" 905checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6" 906 907[[package]] 908name = "windows_i686_gnu" 909version = "0.48.5" 910source = "registry+https://github.com/rust-lang/crates.io-index" 911checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 912 913[[package]] 914name = "windows_i686_gnu" 915version = "0.52.5" 916source = "registry+https://github.com/rust-lang/crates.io-index" 917checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670" 918 919[[package]] 920name = "windows_i686_gnullvm" 921version = "0.52.5" 922source = "registry+https://github.com/rust-lang/crates.io-index" 923checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9" 924 925[[package]] 926name = "windows_i686_msvc" 927version = "0.48.5" 928source = "registry+https://github.com/rust-lang/crates.io-index" 929checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 930 931[[package]] 932name = "windows_i686_msvc" 933version = "0.52.5" 934source = "registry+https://github.com/rust-lang/crates.io-index" 935checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf" 936 937[[package]] 938name = "windows_x86_64_gnu" 939version = "0.48.5" 940source = "registry+https://github.com/rust-lang/crates.io-index" 941checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 942 943[[package]] 944name = "windows_x86_64_gnu" 945version = "0.52.5" 946source = "registry+https://github.com/rust-lang/crates.io-index" 947checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9" 948 949[[package]] 950name = "windows_x86_64_gnullvm" 951version = "0.48.5" 952source = "registry+https://github.com/rust-lang/crates.io-index" 953checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 954 955[[package]] 956name = "windows_x86_64_gnullvm" 957version = "0.52.5" 958source = "registry+https://github.com/rust-lang/crates.io-index" 959checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596" 960 961[[package]] 962name = "windows_x86_64_msvc" 963version = "0.48.5" 964source = "registry+https://github.com/rust-lang/crates.io-index" 965checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 966 967[[package]] 968name = "windows_x86_64_msvc" 969version = "0.52.5" 970source = "registry+https://github.com/rust-lang/crates.io-index" 971checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0" 972 973[[package]] 974name = "winnow" 975version = "0.6.18" 976source = "registry+https://github.com/rust-lang/crates.io-index" 977checksum = "68a9bda4691f099d435ad181000724da8e5899daa10713c2d432552b9ccd3a6f" 978dependencies = [ 979 "memchr", 980] 981