1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 3 4 5[[package]] 6name = "adler" 7version = "1.0.2" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 10 11[[package]] 12name = "aho-corasick" 13version = "1.1.2" 14source = "registry+https://github.com/rust-lang/crates.io-index" 15checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0" 16dependencies = [ 17 "memchr", 18] 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 = "atty" 28version = "0.2.14" 29source = "registry+https://github.com/rust-lang/crates.io-index" 30checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 31dependencies = [ 32 "hermit-abi", 33 "libc", 34 "winapi", 35] 36 37[[package]] 38name = "autocfg" 39version = "1.1.0" 40source = "registry+https://github.com/rust-lang/crates.io-index" 41checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 42 43[[package]] 44name = "bitflags" 45version = "1.3.2" 46source = "registry+https://github.com/rust-lang/crates.io-index" 47checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 48 49[[package]] 50name = "bitflags" 51version = "2.4.1" 52source = "registry+https://github.com/rust-lang/crates.io-index" 53checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07" 54dependencies = [ 55 "compiler_builtins", 56 "rustc-std-workspace-core", 57] 58 59[[package]] 60name = "bumpalo" 61version = "3.14.0" 62source = "registry+https://github.com/rust-lang/crates.io-index" 63checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec" 64 65[[package]] 66name = "cast" 67version = "0.3.0" 68source = "registry+https://github.com/rust-lang/crates.io-index" 69checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" 70 71[[package]] 72name = "cfg-if" 73version = "1.0.0" 74source = "registry+https://github.com/rust-lang/crates.io-index" 75checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 76 77[[package]] 78name = "ciborium" 79version = "0.2.1" 80source = "registry+https://github.com/rust-lang/crates.io-index" 81checksum = "effd91f6c78e5a4ace8a5d3c0b6bfaec9e2baaef55f3efc00e45fb2e477ee926" 82dependencies = [ 83 "ciborium-io", 84 "ciborium-ll", 85 "serde", 86] 87 88[[package]] 89name = "ciborium-io" 90version = "0.2.1" 91source = "registry+https://github.com/rust-lang/crates.io-index" 92checksum = "cdf919175532b369853f5d5e20b26b43112613fd6fe7aee757e35f7a44642656" 93 94[[package]] 95name = "ciborium-ll" 96version = "0.2.1" 97source = "registry+https://github.com/rust-lang/crates.io-index" 98checksum = "defaa24ecc093c77630e6c15e17c51f5e187bf35ee514f4e2d67baaa96dae22b" 99dependencies = [ 100 "ciborium-io", 101 "half", 102] 103 104[[package]] 105name = "clap" 106version = "3.2.25" 107source = "registry+https://github.com/rust-lang/crates.io-index" 108checksum = "4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123" 109dependencies = [ 110 "bitflags 1.3.2", 111 "clap_lex", 112 "indexmap", 113 "textwrap", 114] 115 116[[package]] 117name = "clap_lex" 118version = "0.2.4" 119source = "registry+https://github.com/rust-lang/crates.io-index" 120checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5" 121dependencies = [ 122 "os_str_bytes", 123] 124 125[[package]] 126name = "compiler_builtins" 127version = "0.1.105" 128source = "registry+https://github.com/rust-lang/crates.io-index" 129checksum = "3686cc48897ce1950aa70fd595bd2dc9f767a3c4cca4cd17b2cb52a2d37e6eb4" 130dependencies = [ 131 "rustc-std-workspace-core", 132] 133 134[[package]] 135name = "crc32fast" 136version = "1.3.2" 137source = "registry+https://github.com/rust-lang/crates.io-index" 138checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" 139dependencies = [ 140 "cfg-if", 141] 142 143[[package]] 144name = "criterion" 145version = "0.4.0" 146source = "registry+https://github.com/rust-lang/crates.io-index" 147checksum = "e7c76e09c1aae2bc52b3d2f29e13c6572553b30c4aa1b8a49fd70de6412654cb" 148dependencies = [ 149 "anes", 150 "atty", 151 "cast", 152 "ciborium", 153 "clap", 154 "criterion-plot", 155 "itertools", 156 "lazy_static", 157 "num-traits", 158 "oorandom", 159 "plotters", 160 "rayon", 161 "regex", 162 "serde", 163 "serde_derive", 164 "serde_json", 165 "tinytemplate", 166 "walkdir", 167] 168 169[[package]] 170name = "criterion-plot" 171version = "0.5.0" 172source = "registry+https://github.com/rust-lang/crates.io-index" 173checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1" 174dependencies = [ 175 "cast", 176 "itertools", 177] 178 179[[package]] 180name = "crossbeam-deque" 181version = "0.8.5" 182source = "registry+https://github.com/rust-lang/crates.io-index" 183checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d" 184dependencies = [ 185 "crossbeam-epoch", 186 "crossbeam-utils", 187] 188 189[[package]] 190name = "crossbeam-epoch" 191version = "0.9.18" 192source = "registry+https://github.com/rust-lang/crates.io-index" 193checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" 194dependencies = [ 195 "crossbeam-utils", 196] 197 198[[package]] 199name = "crossbeam-utils" 200version = "0.8.19" 201source = "registry+https://github.com/rust-lang/crates.io-index" 202checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345" 203 204[[package]] 205name = "ctor" 206version = "0.2.6" 207source = "registry+https://github.com/rust-lang/crates.io-index" 208checksum = "30d2b3721e861707777e3195b0158f950ae6dc4a27e4d02ff9f67e3eb3de199e" 209dependencies = [ 210 "quote", 211 "syn", 212] 213 214[[package]] 215name = "dashmap" 216version = "5.5.3" 217source = "registry+https://github.com/rust-lang/crates.io-index" 218checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856" 219dependencies = [ 220 "cfg-if", 221 "hashbrown 0.14.3", 222 "lock_api", 223 "once_cell", 224 "parking_lot_core", 225] 226 227[[package]] 228name = "either" 229version = "1.9.0" 230source = "registry+https://github.com/rust-lang/crates.io-index" 231checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07" 232 233[[package]] 234name = "errno" 235version = "0.3.8" 236source = "registry+https://github.com/rust-lang/crates.io-index" 237checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245" 238dependencies = [ 239 "libc", 240 "windows-sys", 241] 242 243[[package]] 244name = "fastrand" 245version = "2.0.1" 246source = "registry+https://github.com/rust-lang/crates.io-index" 247checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5" 248 249[[package]] 250name = "flate2" 251version = "1.0.28" 252source = "registry+https://github.com/rust-lang/crates.io-index" 253checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e" 254dependencies = [ 255 "crc32fast", 256 "miniz_oxide", 257] 258 259[[package]] 260name = "futures" 261version = "0.3.30" 262source = "registry+https://github.com/rust-lang/crates.io-index" 263checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0" 264dependencies = [ 265 "futures-channel", 266 "futures-core", 267 "futures-executor", 268 "futures-io", 269 "futures-sink", 270 "futures-task", 271 "futures-util", 272] 273 274[[package]] 275name = "futures-channel" 276version = "0.3.30" 277source = "registry+https://github.com/rust-lang/crates.io-index" 278checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78" 279dependencies = [ 280 "futures-core", 281 "futures-sink", 282] 283 284[[package]] 285name = "futures-core" 286version = "0.3.30" 287source = "registry+https://github.com/rust-lang/crates.io-index" 288checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d" 289 290[[package]] 291name = "futures-executor" 292version = "0.3.30" 293source = "registry+https://github.com/rust-lang/crates.io-index" 294checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d" 295dependencies = [ 296 "futures-core", 297 "futures-task", 298 "futures-util", 299] 300 301[[package]] 302name = "futures-io" 303version = "0.3.30" 304source = "registry+https://github.com/rust-lang/crates.io-index" 305checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1" 306 307[[package]] 308name = "futures-sink" 309version = "0.3.30" 310source = "registry+https://github.com/rust-lang/crates.io-index" 311checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5" 312 313[[package]] 314name = "futures-task" 315version = "0.3.30" 316source = "registry+https://github.com/rust-lang/crates.io-index" 317checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004" 318 319[[package]] 320name = "futures-util" 321version = "0.3.30" 322source = "registry+https://github.com/rust-lang/crates.io-index" 323checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48" 324dependencies = [ 325 "futures-channel", 326 "futures-core", 327 "futures-io", 328 "futures-sink", 329 "futures-task", 330 "memchr", 331 "pin-project-lite", 332 "pin-utils", 333 "slab", 334] 335 336[[package]] 337name = "half" 338version = "1.8.2" 339source = "registry+https://github.com/rust-lang/crates.io-index" 340checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7" 341 342[[package]] 343name = "hashbrown" 344version = "0.12.3" 345source = "registry+https://github.com/rust-lang/crates.io-index" 346checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 347 348[[package]] 349name = "hashbrown" 350version = "0.14.3" 351source = "registry+https://github.com/rust-lang/crates.io-index" 352checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604" 353 354[[package]] 355name = "hermit-abi" 356version = "0.1.19" 357source = "registry+https://github.com/rust-lang/crates.io-index" 358checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" 359dependencies = [ 360 "libc", 361] 362 363[[package]] 364name = "indexmap" 365version = "1.9.3" 366source = "registry+https://github.com/rust-lang/crates.io-index" 367checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" 368dependencies = [ 369 "autocfg", 370 "hashbrown 0.12.3", 371] 372 373[[package]] 374name = "itertools" 375version = "0.10.5" 376source = "registry+https://github.com/rust-lang/crates.io-index" 377checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" 378dependencies = [ 379 "either", 380] 381 382[[package]] 383name = "itoa" 384version = "1.0.10" 385source = "registry+https://github.com/rust-lang/crates.io-index" 386checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c" 387 388[[package]] 389name = "js-sys" 390version = "0.3.67" 391source = "registry+https://github.com/rust-lang/crates.io-index" 392checksum = "9a1d36f1235bc969acba30b7f5990b864423a6068a10f7c90ae8f0112e3a59d1" 393dependencies = [ 394 "wasm-bindgen", 395] 396 397[[package]] 398name = "lazy_static" 399version = "1.4.0" 400source = "registry+https://github.com/rust-lang/crates.io-index" 401checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 402 403[[package]] 404name = "libc" 405version = "0.2.152" 406source = "registry+https://github.com/rust-lang/crates.io-index" 407checksum = "13e3bf6590cbc649f4d1a3eefc9d5d6eb746f5200ffb04e5e142700b8faa56e7" 408 409[[package]] 410name = "linux-raw-sys" 411version = "0.4.12" 412source = "registry+https://github.com/rust-lang/crates.io-index" 413checksum = "c4cd1a83af159aa67994778be9070f0ae1bd732942279cabb14f86f986a21456" 414dependencies = [ 415 "compiler_builtins", 416 "rustc-std-workspace-core", 417] 418 419[[package]] 420name = "lock_api" 421version = "0.4.11" 422source = "registry+https://github.com/rust-lang/crates.io-index" 423checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45" 424dependencies = [ 425 "autocfg", 426 "scopeguard", 427] 428 429[[package]] 430name = "log" 431version = "0.4.20" 432source = "registry+https://github.com/rust-lang/crates.io-index" 433checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" 434 435[[package]] 436name = "memchr" 437version = "2.7.1" 438source = "registry+https://github.com/rust-lang/crates.io-index" 439checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149" 440 441[[package]] 442name = "memoffset" 443version = "0.9.0" 444source = "registry+https://github.com/rust-lang/crates.io-index" 445checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c" 446dependencies = [ 447 "autocfg", 448] 449 450[[package]] 451name = "miniz_oxide" 452version = "0.7.1" 453source = "registry+https://github.com/rust-lang/crates.io-index" 454checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7" 455dependencies = [ 456 "adler", 457] 458 459[[package]] 460name = "num-traits" 461version = "0.2.17" 462source = "registry+https://github.com/rust-lang/crates.io-index" 463checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c" 464dependencies = [ 465 "autocfg", 466] 467 468[[package]] 469name = "once_cell" 470version = "1.19.0" 471source = "registry+https://github.com/rust-lang/crates.io-index" 472checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" 473 474[[package]] 475name = "oorandom" 476version = "11.1.3" 477source = "registry+https://github.com/rust-lang/crates.io-index" 478checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575" 479 480[[package]] 481name = "os_str_bytes" 482version = "6.6.1" 483source = "registry+https://github.com/rust-lang/crates.io-index" 484checksum = "e2355d85b9a3786f481747ced0e0ff2ba35213a1f9bd406ed906554d7af805a1" 485 486[[package]] 487name = "parking_lot" 488version = "0.12.1" 489source = "registry+https://github.com/rust-lang/crates.io-index" 490checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" 491dependencies = [ 492 "lock_api", 493 "parking_lot_core", 494] 495 496[[package]] 497name = "parking_lot_core" 498version = "0.9.9" 499source = "registry+https://github.com/rust-lang/crates.io-index" 500checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e" 501dependencies = [ 502 "cfg-if", 503 "libc", 504 "redox_syscall", 505 "smallvec", 506 "windows-targets 0.48.5", 507] 508 509[[package]] 510name = "pin-project-lite" 511version = "0.2.13" 512source = "registry+https://github.com/rust-lang/crates.io-index" 513checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58" 514 515[[package]] 516name = "pin-utils" 517version = "0.1.0" 518source = "registry+https://github.com/rust-lang/crates.io-index" 519checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 520 521[[package]] 522name = "plotters" 523version = "0.3.5" 524source = "registry+https://github.com/rust-lang/crates.io-index" 525checksum = "d2c224ba00d7cadd4d5c660deaf2098e5e80e07846537c51f9cfa4be50c1fd45" 526dependencies = [ 527 "num-traits", 528 "plotters-backend", 529 "plotters-svg", 530 "wasm-bindgen", 531 "web-sys", 532] 533 534[[package]] 535name = "plotters-backend" 536version = "0.3.5" 537source = "registry+https://github.com/rust-lang/crates.io-index" 538checksum = "9e76628b4d3a7581389a35d5b6e2139607ad7c75b17aed325f210aa91f4a9609" 539 540[[package]] 541name = "plotters-svg" 542version = "0.3.5" 543source = "registry+https://github.com/rust-lang/crates.io-index" 544checksum = "38f6d39893cca0701371e3c27294f09797214b86f1fb951b89ade8ec04e2abab" 545dependencies = [ 546 "plotters-backend", 547] 548 549[[package]] 550name = "proc-macro2" 551version = "1.0.76" 552source = "registry+https://github.com/rust-lang/crates.io-index" 553checksum = "95fc56cda0b5c3325f5fbbd7ff9fda9e02bb00bb3dac51252d2f1bfa1cb8cc8c" 554dependencies = [ 555 "unicode-ident", 556] 557 558[[package]] 559name = "quote" 560version = "1.0.35" 561source = "registry+https://github.com/rust-lang/crates.io-index" 562checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef" 563dependencies = [ 564 "proc-macro2", 565] 566 567[[package]] 568name = "rayon" 569version = "1.8.0" 570source = "registry+https://github.com/rust-lang/crates.io-index" 571checksum = "9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1" 572dependencies = [ 573 "either", 574 "rayon-core", 575] 576 577[[package]] 578name = "rayon-core" 579version = "1.12.0" 580source = "registry+https://github.com/rust-lang/crates.io-index" 581checksum = "5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed" 582dependencies = [ 583 "crossbeam-deque", 584 "crossbeam-utils", 585] 586 587[[package]] 588name = "redox_syscall" 589version = "0.4.1" 590source = "registry+https://github.com/rust-lang/crates.io-index" 591checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" 592dependencies = [ 593 "bitflags 1.3.2", 594] 595 596[[package]] 597name = "regex" 598version = "1.10.2" 599source = "registry+https://github.com/rust-lang/crates.io-index" 600checksum = "380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343" 601dependencies = [ 602 "aho-corasick", 603 "memchr", 604 "regex-automata", 605 "regex-syntax", 606] 607 608[[package]] 609name = "regex-automata" 610version = "0.4.3" 611source = "registry+https://github.com/rust-lang/crates.io-index" 612checksum = "5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f" 613dependencies = [ 614 "aho-corasick", 615 "memchr", 616 "regex-syntax", 617] 618 619[[package]] 620name = "regex-syntax" 621version = "0.8.2" 622source = "registry+https://github.com/rust-lang/crates.io-index" 623checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" 624 625[[package]] 626name = "rustc-std-workspace-alloc" 627version = "1.0.0" 628source = "registry+https://github.com/rust-lang/crates.io-index" 629checksum = "ff66d57013a5686e1917ed6a025d54dd591fcda71a41fe07edf4d16726aefa86" 630 631[[package]] 632name = "rustc-std-workspace-core" 633version = "1.0.0" 634source = "registry+https://github.com/rust-lang/crates.io-index" 635checksum = "1956f5517128a2b6f23ab2dadf1a976f4f5b27962e7724c2bf3d45e539ec098c" 636 637[[package]] 638name = "rustix" 639version = "0.38.28" 640source = "registry+https://github.com/rust-lang/crates.io-index" 641checksum = "72e572a5e8ca657d7366229cdde4bd14c4eb5499a9573d4d366fe1b599daa316" 642dependencies = [ 643 "bitflags 2.4.1", 644 "errno", 645 "libc", 646 "linux-raw-sys", 647 "windows-sys", 648] 649 650[[package]] 651name = "rustix" 652version = "0.38.31" 653dependencies = [ 654 "bitflags 2.4.1", 655 "compiler_builtins", 656 "criterion", 657 "ctor", 658 "errno", 659 "flate2", 660 "itoa", 661 "libc", 662 "linux-raw-sys", 663 "memoffset", 664 "once_cell", 665 "rustc-std-workspace-alloc", 666 "rustc-std-workspace-core", 667 "serial_test", 668 "static_assertions", 669 "tempfile", 670 "windows-sys", 671] 672 673[[package]] 674name = "ryu" 675version = "1.0.16" 676source = "registry+https://github.com/rust-lang/crates.io-index" 677checksum = "f98d2aa92eebf49b69786be48e4477826b256916e84a57ff2a4f21923b48eb4c" 678 679[[package]] 680name = "same-file" 681version = "1.0.6" 682source = "registry+https://github.com/rust-lang/crates.io-index" 683checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 684dependencies = [ 685 "winapi-util", 686] 687 688[[package]] 689name = "scopeguard" 690version = "1.2.0" 691source = "registry+https://github.com/rust-lang/crates.io-index" 692checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 693 694[[package]] 695name = "serde" 696version = "1.0.195" 697source = "registry+https://github.com/rust-lang/crates.io-index" 698checksum = "63261df402c67811e9ac6def069e4786148c4563f4b50fd4bf30aa370d626b02" 699dependencies = [ 700 "serde_derive", 701] 702 703[[package]] 704name = "serde_derive" 705version = "1.0.195" 706source = "registry+https://github.com/rust-lang/crates.io-index" 707checksum = "46fe8f8603d81ba86327b23a2e9cdf49e1255fb94a4c5f297f6ee0547178ea2c" 708dependencies = [ 709 "proc-macro2", 710 "quote", 711 "syn", 712] 713 714[[package]] 715name = "serde_json" 716version = "1.0.111" 717source = "registry+https://github.com/rust-lang/crates.io-index" 718checksum = "176e46fa42316f18edd598015a5166857fc835ec732f5215eac6b7bdbf0a84f4" 719dependencies = [ 720 "itoa", 721 "ryu", 722 "serde", 723] 724 725[[package]] 726name = "serial_test" 727version = "2.0.0" 728source = "registry+https://github.com/rust-lang/crates.io-index" 729checksum = "0e56dd856803e253c8f298af3f4d7eb0ae5e23a737252cd90bb4f3b435033b2d" 730dependencies = [ 731 "dashmap", 732 "futures", 733 "lazy_static", 734 "log", 735 "parking_lot", 736 "serial_test_derive", 737] 738 739[[package]] 740name = "serial_test_derive" 741version = "2.0.0" 742source = "registry+https://github.com/rust-lang/crates.io-index" 743checksum = "91d129178576168c589c9ec973feedf7d3126c01ac2bf08795109aa35b69fb8f" 744dependencies = [ 745 "proc-macro2", 746 "quote", 747 "syn", 748] 749 750[[package]] 751name = "slab" 752version = "0.4.9" 753source = "registry+https://github.com/rust-lang/crates.io-index" 754checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" 755dependencies = [ 756 "autocfg", 757] 758 759[[package]] 760name = "smallvec" 761version = "1.11.2" 762source = "registry+https://github.com/rust-lang/crates.io-index" 763checksum = "4dccd0940a2dcdf68d092b8cbab7dc0ad8fa938bf95787e1b916b0e3d0e8e970" 764 765[[package]] 766name = "static_assertions" 767version = "1.1.0" 768source = "registry+https://github.com/rust-lang/crates.io-index" 769checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 770 771[[package]] 772name = "syn" 773version = "2.0.48" 774source = "registry+https://github.com/rust-lang/crates.io-index" 775checksum = "0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f" 776dependencies = [ 777 "proc-macro2", 778 "quote", 779 "unicode-ident", 780] 781 782[[package]] 783name = "tempfile" 784version = "3.9.0" 785source = "registry+https://github.com/rust-lang/crates.io-index" 786checksum = "01ce4141aa927a6d1bd34a041795abd0db1cccba5d5f24b009f694bdf3a1f3fa" 787dependencies = [ 788 "cfg-if", 789 "fastrand", 790 "redox_syscall", 791 "rustix 0.38.28", 792 "windows-sys", 793] 794 795[[package]] 796name = "textwrap" 797version = "0.16.0" 798source = "registry+https://github.com/rust-lang/crates.io-index" 799checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d" 800 801[[package]] 802name = "tinytemplate" 803version = "1.2.1" 804source = "registry+https://github.com/rust-lang/crates.io-index" 805checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc" 806dependencies = [ 807 "serde", 808 "serde_json", 809] 810 811[[package]] 812name = "unicode-ident" 813version = "1.0.12" 814source = "registry+https://github.com/rust-lang/crates.io-index" 815checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" 816 817[[package]] 818name = "walkdir" 819version = "2.4.0" 820source = "registry+https://github.com/rust-lang/crates.io-index" 821checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee" 822dependencies = [ 823 "same-file", 824 "winapi-util", 825] 826 827[[package]] 828name = "wasm-bindgen" 829version = "0.2.90" 830source = "registry+https://github.com/rust-lang/crates.io-index" 831checksum = "b1223296a201415c7fad14792dbefaace9bd52b62d33453ade1c5b5f07555406" 832dependencies = [ 833 "cfg-if", 834 "wasm-bindgen-macro", 835] 836 837[[package]] 838name = "wasm-bindgen-backend" 839version = "0.2.90" 840source = "registry+https://github.com/rust-lang/crates.io-index" 841checksum = "fcdc935b63408d58a32f8cc9738a0bffd8f05cc7c002086c6ef20b7312ad9dcd" 842dependencies = [ 843 "bumpalo", 844 "log", 845 "once_cell", 846 "proc-macro2", 847 "quote", 848 "syn", 849 "wasm-bindgen-shared", 850] 851 852[[package]] 853name = "wasm-bindgen-macro" 854version = "0.2.90" 855source = "registry+https://github.com/rust-lang/crates.io-index" 856checksum = "3e4c238561b2d428924c49815533a8b9121c664599558a5d9ec51f8a1740a999" 857dependencies = [ 858 "quote", 859 "wasm-bindgen-macro-support", 860] 861 862[[package]] 863name = "wasm-bindgen-macro-support" 864version = "0.2.90" 865source = "registry+https://github.com/rust-lang/crates.io-index" 866checksum = "bae1abb6806dc1ad9e560ed242107c0f6c84335f1749dd4e8ddb012ebd5e25a7" 867dependencies = [ 868 "proc-macro2", 869 "quote", 870 "syn", 871 "wasm-bindgen-backend", 872 "wasm-bindgen-shared", 873] 874 875[[package]] 876name = "wasm-bindgen-shared" 877version = "0.2.90" 878source = "registry+https://github.com/rust-lang/crates.io-index" 879checksum = "4d91413b1c31d7539ba5ef2451af3f0b833a005eb27a631cec32bc0635a8602b" 880 881[[package]] 882name = "web-sys" 883version = "0.3.67" 884source = "registry+https://github.com/rust-lang/crates.io-index" 885checksum = "58cd2333b6e0be7a39605f0e255892fd7418a682d8da8fe042fe25128794d2ed" 886dependencies = [ 887 "js-sys", 888 "wasm-bindgen", 889] 890 891[[package]] 892name = "winapi" 893version = "0.3.9" 894source = "registry+https://github.com/rust-lang/crates.io-index" 895checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 896dependencies = [ 897 "winapi-i686-pc-windows-gnu", 898 "winapi-x86_64-pc-windows-gnu", 899] 900 901[[package]] 902name = "winapi-i686-pc-windows-gnu" 903version = "0.4.0" 904source = "registry+https://github.com/rust-lang/crates.io-index" 905checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 906 907[[package]] 908name = "winapi-util" 909version = "0.1.6" 910source = "registry+https://github.com/rust-lang/crates.io-index" 911checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596" 912dependencies = [ 913 "winapi", 914] 915 916[[package]] 917name = "winapi-x86_64-pc-windows-gnu" 918version = "0.4.0" 919source = "registry+https://github.com/rust-lang/crates.io-index" 920checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 921 922[[package]] 923name = "windows-sys" 924version = "0.52.0" 925source = "registry+https://github.com/rust-lang/crates.io-index" 926checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 927dependencies = [ 928 "windows-targets 0.52.0", 929] 930 931[[package]] 932name = "windows-targets" 933version = "0.48.5" 934source = "registry+https://github.com/rust-lang/crates.io-index" 935checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 936dependencies = [ 937 "windows_aarch64_gnullvm 0.48.5", 938 "windows_aarch64_msvc 0.48.5", 939 "windows_i686_gnu 0.48.5", 940 "windows_i686_msvc 0.48.5", 941 "windows_x86_64_gnu 0.48.5", 942 "windows_x86_64_gnullvm 0.48.5", 943 "windows_x86_64_msvc 0.48.5", 944] 945 946[[package]] 947name = "windows-targets" 948version = "0.52.0" 949source = "registry+https://github.com/rust-lang/crates.io-index" 950checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd" 951dependencies = [ 952 "windows_aarch64_gnullvm 0.52.0", 953 "windows_aarch64_msvc 0.52.0", 954 "windows_i686_gnu 0.52.0", 955 "windows_i686_msvc 0.52.0", 956 "windows_x86_64_gnu 0.52.0", 957 "windows_x86_64_gnullvm 0.52.0", 958 "windows_x86_64_msvc 0.52.0", 959] 960 961[[package]] 962name = "windows_aarch64_gnullvm" 963version = "0.48.5" 964source = "registry+https://github.com/rust-lang/crates.io-index" 965checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 966 967[[package]] 968name = "windows_aarch64_gnullvm" 969version = "0.52.0" 970source = "registry+https://github.com/rust-lang/crates.io-index" 971checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea" 972 973[[package]] 974name = "windows_aarch64_msvc" 975version = "0.48.5" 976source = "registry+https://github.com/rust-lang/crates.io-index" 977checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 978 979[[package]] 980name = "windows_aarch64_msvc" 981version = "0.52.0" 982source = "registry+https://github.com/rust-lang/crates.io-index" 983checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef" 984 985[[package]] 986name = "windows_i686_gnu" 987version = "0.48.5" 988source = "registry+https://github.com/rust-lang/crates.io-index" 989checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 990 991[[package]] 992name = "windows_i686_gnu" 993version = "0.52.0" 994source = "registry+https://github.com/rust-lang/crates.io-index" 995checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313" 996 997[[package]] 998name = "windows_i686_msvc" 999version = "0.48.5" 1000source = "registry+https://github.com/rust-lang/crates.io-index" 1001checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 1002 1003[[package]] 1004name = "windows_i686_msvc" 1005version = "0.52.0" 1006source = "registry+https://github.com/rust-lang/crates.io-index" 1007checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a" 1008 1009[[package]] 1010name = "windows_x86_64_gnu" 1011version = "0.48.5" 1012source = "registry+https://github.com/rust-lang/crates.io-index" 1013checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 1014 1015[[package]] 1016name = "windows_x86_64_gnu" 1017version = "0.52.0" 1018source = "registry+https://github.com/rust-lang/crates.io-index" 1019checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd" 1020 1021[[package]] 1022name = "windows_x86_64_gnullvm" 1023version = "0.48.5" 1024source = "registry+https://github.com/rust-lang/crates.io-index" 1025checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 1026 1027[[package]] 1028name = "windows_x86_64_gnullvm" 1029version = "0.52.0" 1030source = "registry+https://github.com/rust-lang/crates.io-index" 1031checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e" 1032 1033[[package]] 1034name = "windows_x86_64_msvc" 1035version = "0.48.5" 1036source = "registry+https://github.com/rust-lang/crates.io-index" 1037checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 1038 1039[[package]] 1040name = "windows_x86_64_msvc" 1041version = "0.52.0" 1042source = "registry+https://github.com/rust-lang/crates.io-index" 1043checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04" 1044