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.2" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0" 10dependencies = [ 11 "memchr", 12] 13 14[[package]] 15name = "anes" 16version = "0.1.6" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299" 19 20[[package]] 21name = "anstyle" 22version = "1.0.4" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87" 25 26[[package]] 27name = "autocfg" 28version = "1.1.0" 29source = "registry+https://github.com/rust-lang/crates.io-index" 30checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 31 32[[package]] 33name = "base64" 34version = "0.21.5" 35source = "registry+https://github.com/rust-lang/crates.io-index" 36checksum = "35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9" 37 38[[package]] 39name = "bitflags" 40version = "1.3.2" 41source = "registry+https://github.com/rust-lang/crates.io-index" 42checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 43 44[[package]] 45name = "bitflags" 46version = "2.4.1" 47source = "registry+https://github.com/rust-lang/crates.io-index" 48checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07" 49 50[[package]] 51name = "block-buffer" 52version = "0.10.4" 53source = "registry+https://github.com/rust-lang/crates.io-index" 54checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 55dependencies = [ 56 "generic-array", 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 = "byteorder" 67version = "1.5.0" 68source = "registry+https://github.com/rust-lang/crates.io-index" 69checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 70 71[[package]] 72name = "bytes" 73version = "1.5.0" 74source = "registry+https://github.com/rust-lang/crates.io-index" 75checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223" 76 77[[package]] 78name = "cast" 79version = "0.3.0" 80source = "registry+https://github.com/rust-lang/crates.io-index" 81checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" 82 83[[package]] 84name = "cc" 85version = "1.0.83" 86source = "registry+https://github.com/rust-lang/crates.io-index" 87checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0" 88dependencies = [ 89 "libc", 90] 91 92[[package]] 93name = "cfg-if" 94version = "1.0.0" 95source = "registry+https://github.com/rust-lang/crates.io-index" 96checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 97 98[[package]] 99name = "ciborium" 100version = "0.2.1" 101source = "registry+https://github.com/rust-lang/crates.io-index" 102checksum = "effd91f6c78e5a4ace8a5d3c0b6bfaec9e2baaef55f3efc00e45fb2e477ee926" 103dependencies = [ 104 "ciborium-io", 105 "ciborium-ll", 106 "serde", 107] 108 109[[package]] 110name = "ciborium-io" 111version = "0.2.1" 112source = "registry+https://github.com/rust-lang/crates.io-index" 113checksum = "cdf919175532b369853f5d5e20b26b43112613fd6fe7aee757e35f7a44642656" 114 115[[package]] 116name = "ciborium-ll" 117version = "0.2.1" 118source = "registry+https://github.com/rust-lang/crates.io-index" 119checksum = "defaa24ecc093c77630e6c15e17c51f5e187bf35ee514f4e2d67baaa96dae22b" 120dependencies = [ 121 "ciborium-io", 122 "half", 123] 124 125[[package]] 126name = "clap" 127version = "4.4.11" 128source = "registry+https://github.com/rust-lang/crates.io-index" 129checksum = "bfaff671f6b22ca62406885ece523383b9b64022e341e53e009a62ebc47a45f2" 130dependencies = [ 131 "clap_builder", 132] 133 134[[package]] 135name = "clap_builder" 136version = "4.4.11" 137source = "registry+https://github.com/rust-lang/crates.io-index" 138checksum = "a216b506622bb1d316cd51328dce24e07bdff4a6128a47c7e7fad11878d5adbb" 139dependencies = [ 140 "anstyle", 141 "clap_lex", 142] 143 144[[package]] 145name = "clap_lex" 146version = "0.6.0" 147source = "registry+https://github.com/rust-lang/crates.io-index" 148checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1" 149 150[[package]] 151name = "core-foundation" 152version = "0.9.4" 153source = "registry+https://github.com/rust-lang/crates.io-index" 154checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 155dependencies = [ 156 "core-foundation-sys", 157 "libc", 158] 159 160[[package]] 161name = "core-foundation-sys" 162version = "0.8.6" 163source = "registry+https://github.com/rust-lang/crates.io-index" 164checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f" 165 166[[package]] 167name = "cpufeatures" 168version = "0.2.11" 169source = "registry+https://github.com/rust-lang/crates.io-index" 170checksum = "ce420fe07aecd3e67c5f910618fe65e94158f6dcc0adf44e00d69ce2bdfe0fd0" 171dependencies = [ 172 "libc", 173] 174 175[[package]] 176name = "criterion" 177version = "0.5.1" 178source = "registry+https://github.com/rust-lang/crates.io-index" 179checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f" 180dependencies = [ 181 "anes", 182 "cast", 183 "ciborium", 184 "clap", 185 "criterion-plot", 186 "is-terminal", 187 "itertools", 188 "num-traits", 189 "once_cell", 190 "oorandom", 191 "plotters", 192 "rayon", 193 "regex", 194 "serde", 195 "serde_derive", 196 "serde_json", 197 "tinytemplate", 198 "walkdir", 199] 200 201[[package]] 202name = "criterion-plot" 203version = "0.5.0" 204source = "registry+https://github.com/rust-lang/crates.io-index" 205checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1" 206dependencies = [ 207 "cast", 208 "itertools", 209] 210 211[[package]] 212name = "crossbeam-deque" 213version = "0.8.3" 214source = "registry+https://github.com/rust-lang/crates.io-index" 215checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef" 216dependencies = [ 217 "cfg-if", 218 "crossbeam-epoch", 219 "crossbeam-utils", 220] 221 222[[package]] 223name = "crossbeam-epoch" 224version = "0.9.15" 225source = "registry+https://github.com/rust-lang/crates.io-index" 226checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7" 227dependencies = [ 228 "autocfg", 229 "cfg-if", 230 "crossbeam-utils", 231 "memoffset", 232 "scopeguard", 233] 234 235[[package]] 236name = "crossbeam-utils" 237version = "0.8.16" 238source = "registry+https://github.com/rust-lang/crates.io-index" 239checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294" 240dependencies = [ 241 "cfg-if", 242] 243 244[[package]] 245name = "crypto-common" 246version = "0.1.6" 247source = "registry+https://github.com/rust-lang/crates.io-index" 248checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 249dependencies = [ 250 "generic-array", 251 "typenum", 252] 253 254[[package]] 255name = "data-encoding" 256version = "2.5.0" 257source = "registry+https://github.com/rust-lang/crates.io-index" 258checksum = "7e962a19be5cfc3f3bf6dd8f61eb50107f356ad6270fbb3ed41476571db78be5" 259 260[[package]] 261name = "digest" 262version = "0.10.7" 263source = "registry+https://github.com/rust-lang/crates.io-index" 264checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 265dependencies = [ 266 "block-buffer", 267 "crypto-common", 268] 269 270[[package]] 271name = "either" 272version = "1.9.0" 273source = "registry+https://github.com/rust-lang/crates.io-index" 274checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07" 275 276[[package]] 277name = "env_logger" 278version = "0.10.1" 279source = "registry+https://github.com/rust-lang/crates.io-index" 280checksum = "95b3f3e67048839cb0d0781f445682a35113da7121f7c949db0e2be96a4fbece" 281dependencies = [ 282 "humantime", 283 "is-terminal", 284 "log", 285 "regex", 286 "termcolor", 287] 288 289[[package]] 290name = "errno" 291version = "0.3.8" 292source = "registry+https://github.com/rust-lang/crates.io-index" 293checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245" 294dependencies = [ 295 "libc", 296 "windows-sys 0.52.0", 297] 298 299[[package]] 300name = "fastrand" 301version = "2.0.1" 302source = "registry+https://github.com/rust-lang/crates.io-index" 303checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5" 304 305[[package]] 306name = "fnv" 307version = "1.0.7" 308source = "registry+https://github.com/rust-lang/crates.io-index" 309checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 310 311[[package]] 312name = "foreign-types" 313version = "0.3.2" 314source = "registry+https://github.com/rust-lang/crates.io-index" 315checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 316dependencies = [ 317 "foreign-types-shared", 318] 319 320[[package]] 321name = "foreign-types-shared" 322version = "0.1.1" 323source = "registry+https://github.com/rust-lang/crates.io-index" 324checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 325 326[[package]] 327name = "form_urlencoded" 328version = "1.2.1" 329source = "registry+https://github.com/rust-lang/crates.io-index" 330checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" 331dependencies = [ 332 "percent-encoding", 333] 334 335[[package]] 336name = "generic-array" 337version = "0.14.7" 338source = "registry+https://github.com/rust-lang/crates.io-index" 339checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 340dependencies = [ 341 "typenum", 342 "version_check", 343] 344 345[[package]] 346name = "getrandom" 347version = "0.2.11" 348source = "registry+https://github.com/rust-lang/crates.io-index" 349checksum = "fe9006bed769170c11f845cf00c7c1e9092aeb3f268e007c3e760ac68008070f" 350dependencies = [ 351 "cfg-if", 352 "libc", 353 "wasi", 354] 355 356[[package]] 357name = "half" 358version = "1.8.2" 359source = "registry+https://github.com/rust-lang/crates.io-index" 360checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7" 361 362[[package]] 363name = "hermit-abi" 364version = "0.3.3" 365source = "registry+https://github.com/rust-lang/crates.io-index" 366checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7" 367 368[[package]] 369name = "http" 370version = "1.0.0" 371source = "registry+https://github.com/rust-lang/crates.io-index" 372checksum = "b32afd38673a8016f7c9ae69e5af41a58f81b1d31689040f2f1959594ce194ea" 373dependencies = [ 374 "bytes", 375 "fnv", 376 "itoa", 377] 378 379[[package]] 380name = "httparse" 381version = "1.8.0" 382source = "registry+https://github.com/rust-lang/crates.io-index" 383checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" 384 385[[package]] 386name = "humantime" 387version = "2.1.0" 388source = "registry+https://github.com/rust-lang/crates.io-index" 389checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" 390 391[[package]] 392name = "idna" 393version = "0.5.0" 394source = "registry+https://github.com/rust-lang/crates.io-index" 395checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" 396dependencies = [ 397 "unicode-bidi", 398 "unicode-normalization", 399] 400 401[[package]] 402name = "input_buffer" 403version = "0.5.0" 404source = "registry+https://github.com/rust-lang/crates.io-index" 405checksum = "acee673b88a760f5d1f7b2677a90ab797878282ca36ebd0ed8d560361bee9810" 406dependencies = [ 407 "bytes", 408] 409 410[[package]] 411name = "is-terminal" 412version = "0.4.9" 413source = "registry+https://github.com/rust-lang/crates.io-index" 414checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b" 415dependencies = [ 416 "hermit-abi", 417 "rustix", 418 "windows-sys 0.48.0", 419] 420 421[[package]] 422name = "itertools" 423version = "0.10.5" 424source = "registry+https://github.com/rust-lang/crates.io-index" 425checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" 426dependencies = [ 427 "either", 428] 429 430[[package]] 431name = "itoa" 432version = "1.0.9" 433source = "registry+https://github.com/rust-lang/crates.io-index" 434checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38" 435 436[[package]] 437name = "js-sys" 438version = "0.3.66" 439source = "registry+https://github.com/rust-lang/crates.io-index" 440checksum = "cee9c64da59eae3b50095c18d3e74f8b73c0b86d2792824ff01bbce68ba229ca" 441dependencies = [ 442 "wasm-bindgen", 443] 444 445[[package]] 446name = "lazy_static" 447version = "1.4.0" 448source = "registry+https://github.com/rust-lang/crates.io-index" 449checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 450 451[[package]] 452name = "libc" 453version = "0.2.150" 454source = "registry+https://github.com/rust-lang/crates.io-index" 455checksum = "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c" 456 457[[package]] 458name = "linux-raw-sys" 459version = "0.4.12" 460source = "registry+https://github.com/rust-lang/crates.io-index" 461checksum = "c4cd1a83af159aa67994778be9070f0ae1bd732942279cabb14f86f986a21456" 462 463[[package]] 464name = "log" 465version = "0.4.20" 466source = "registry+https://github.com/rust-lang/crates.io-index" 467checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" 468 469[[package]] 470name = "memchr" 471version = "2.6.4" 472source = "registry+https://github.com/rust-lang/crates.io-index" 473checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167" 474 475[[package]] 476name = "memoffset" 477version = "0.9.0" 478source = "registry+https://github.com/rust-lang/crates.io-index" 479checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c" 480dependencies = [ 481 "autocfg", 482] 483 484[[package]] 485name = "native-tls" 486version = "0.2.11" 487source = "registry+https://github.com/rust-lang/crates.io-index" 488checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e" 489dependencies = [ 490 "lazy_static", 491 "libc", 492 "log", 493 "openssl", 494 "openssl-probe", 495 "openssl-sys", 496 "schannel", 497 "security-framework", 498 "security-framework-sys", 499 "tempfile", 500] 501 502[[package]] 503name = "num-traits" 504version = "0.2.17" 505source = "registry+https://github.com/rust-lang/crates.io-index" 506checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c" 507dependencies = [ 508 "autocfg", 509] 510 511[[package]] 512name = "once_cell" 513version = "1.18.0" 514source = "registry+https://github.com/rust-lang/crates.io-index" 515checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" 516 517[[package]] 518name = "oorandom" 519version = "11.1.3" 520source = "registry+https://github.com/rust-lang/crates.io-index" 521checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575" 522 523[[package]] 524name = "openssl" 525version = "0.10.61" 526source = "registry+https://github.com/rust-lang/crates.io-index" 527checksum = "6b8419dc8cc6d866deb801274bba2e6f8f6108c1bb7fcc10ee5ab864931dbb45" 528dependencies = [ 529 "bitflags 2.4.1", 530 "cfg-if", 531 "foreign-types", 532 "libc", 533 "once_cell", 534 "openssl-macros", 535 "openssl-sys", 536] 537 538[[package]] 539name = "openssl-macros" 540version = "0.1.1" 541source = "registry+https://github.com/rust-lang/crates.io-index" 542checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" 543dependencies = [ 544 "proc-macro2", 545 "quote", 546 "syn", 547] 548 549[[package]] 550name = "openssl-probe" 551version = "0.1.5" 552source = "registry+https://github.com/rust-lang/crates.io-index" 553checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" 554 555[[package]] 556name = "openssl-src" 557version = "300.1.6+3.1.4" 558source = "registry+https://github.com/rust-lang/crates.io-index" 559checksum = "439fac53e092cd7442a3660c85dde4643ab3b5bd39040912388dcdabf6b88085" 560dependencies = [ 561 "cc", 562] 563 564[[package]] 565name = "openssl-sys" 566version = "0.9.97" 567source = "registry+https://github.com/rust-lang/crates.io-index" 568checksum = "c3eaad34cdd97d81de97964fc7f29e2d104f483840d906ef56daa1912338460b" 569dependencies = [ 570 "cc", 571 "libc", 572 "openssl-src", 573 "pkg-config", 574 "vcpkg", 575] 576 577[[package]] 578name = "percent-encoding" 579version = "2.3.1" 580source = "registry+https://github.com/rust-lang/crates.io-index" 581checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" 582 583[[package]] 584name = "pkg-config" 585version = "0.3.27" 586source = "registry+https://github.com/rust-lang/crates.io-index" 587checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964" 588 589[[package]] 590name = "plotters" 591version = "0.3.5" 592source = "registry+https://github.com/rust-lang/crates.io-index" 593checksum = "d2c224ba00d7cadd4d5c660deaf2098e5e80e07846537c51f9cfa4be50c1fd45" 594dependencies = [ 595 "num-traits", 596 "plotters-backend", 597 "plotters-svg", 598 "wasm-bindgen", 599 "web-sys", 600] 601 602[[package]] 603name = "plotters-backend" 604version = "0.3.5" 605source = "registry+https://github.com/rust-lang/crates.io-index" 606checksum = "9e76628b4d3a7581389a35d5b6e2139607ad7c75b17aed325f210aa91f4a9609" 607 608[[package]] 609name = "plotters-svg" 610version = "0.3.5" 611source = "registry+https://github.com/rust-lang/crates.io-index" 612checksum = "38f6d39893cca0701371e3c27294f09797214b86f1fb951b89ade8ec04e2abab" 613dependencies = [ 614 "plotters-backend", 615] 616 617[[package]] 618name = "ppv-lite86" 619version = "0.2.17" 620source = "registry+https://github.com/rust-lang/crates.io-index" 621checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" 622 623[[package]] 624name = "proc-macro2" 625version = "1.0.70" 626source = "registry+https://github.com/rust-lang/crates.io-index" 627checksum = "39278fbbf5fb4f646ce651690877f89d1c5811a3d4acb27700c1cb3cdb78fd3b" 628dependencies = [ 629 "unicode-ident", 630] 631 632[[package]] 633name = "quote" 634version = "1.0.33" 635source = "registry+https://github.com/rust-lang/crates.io-index" 636checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae" 637dependencies = [ 638 "proc-macro2", 639] 640 641[[package]] 642name = "rand" 643version = "0.8.5" 644source = "registry+https://github.com/rust-lang/crates.io-index" 645checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 646dependencies = [ 647 "libc", 648 "rand_chacha", 649 "rand_core", 650] 651 652[[package]] 653name = "rand_chacha" 654version = "0.3.1" 655source = "registry+https://github.com/rust-lang/crates.io-index" 656checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 657dependencies = [ 658 "ppv-lite86", 659 "rand_core", 660] 661 662[[package]] 663name = "rand_core" 664version = "0.6.4" 665source = "registry+https://github.com/rust-lang/crates.io-index" 666checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 667dependencies = [ 668 "getrandom", 669] 670 671[[package]] 672name = "rayon" 673version = "1.8.0" 674source = "registry+https://github.com/rust-lang/crates.io-index" 675checksum = "9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1" 676dependencies = [ 677 "either", 678 "rayon-core", 679] 680 681[[package]] 682name = "rayon-core" 683version = "1.12.0" 684source = "registry+https://github.com/rust-lang/crates.io-index" 685checksum = "5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed" 686dependencies = [ 687 "crossbeam-deque", 688 "crossbeam-utils", 689] 690 691[[package]] 692name = "redox_syscall" 693version = "0.4.1" 694source = "registry+https://github.com/rust-lang/crates.io-index" 695checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" 696dependencies = [ 697 "bitflags 1.3.2", 698] 699 700[[package]] 701name = "regex" 702version = "1.10.2" 703source = "registry+https://github.com/rust-lang/crates.io-index" 704checksum = "380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343" 705dependencies = [ 706 "aho-corasick", 707 "memchr", 708 "regex-automata", 709 "regex-syntax", 710] 711 712[[package]] 713name = "regex-automata" 714version = "0.4.3" 715source = "registry+https://github.com/rust-lang/crates.io-index" 716checksum = "5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f" 717dependencies = [ 718 "aho-corasick", 719 "memchr", 720 "regex-syntax", 721] 722 723[[package]] 724name = "regex-syntax" 725version = "0.8.2" 726source = "registry+https://github.com/rust-lang/crates.io-index" 727checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" 728 729[[package]] 730name = "ring" 731version = "0.17.7" 732source = "registry+https://github.com/rust-lang/crates.io-index" 733checksum = "688c63d65483050968b2a8937f7995f443e27041a0f7700aa59b0822aedebb74" 734dependencies = [ 735 "cc", 736 "getrandom", 737 "libc", 738 "spin", 739 "untrusted", 740 "windows-sys 0.48.0", 741] 742 743[[package]] 744name = "rustix" 745version = "0.38.26" 746source = "registry+https://github.com/rust-lang/crates.io-index" 747checksum = "9470c4bf8246c8daf25f9598dca807fb6510347b1e1cfa55749113850c79d88a" 748dependencies = [ 749 "bitflags 2.4.1", 750 "errno", 751 "libc", 752 "linux-raw-sys", 753 "windows-sys 0.52.0", 754] 755 756[[package]] 757name = "rustls" 758version = "0.22.0" 759source = "registry+https://github.com/rust-lang/crates.io-index" 760checksum = "5bc238b76c51bbc449c55ffbc39d03772a057cc8cf783c49d4af4c2537b74a8b" 761dependencies = [ 762 "log", 763 "ring", 764 "rustls-pki-types", 765 "rustls-webpki", 766 "subtle", 767 "zeroize", 768] 769 770[[package]] 771name = "rustls-native-certs" 772version = "0.7.0" 773source = "registry+https://github.com/rust-lang/crates.io-index" 774checksum = "8f1fb85efa936c42c6d5fc28d2629bb51e4b2f4b8a5211e297d599cc5a093792" 775dependencies = [ 776 "openssl-probe", 777 "rustls-pemfile", 778 "rustls-pki-types", 779 "schannel", 780 "security-framework", 781] 782 783[[package]] 784name = "rustls-pemfile" 785version = "2.0.0" 786source = "registry+https://github.com/rust-lang/crates.io-index" 787checksum = "35e4980fa29e4c4b212ffb3db068a564cbf560e51d3944b7c88bd8bf5bec64f4" 788dependencies = [ 789 "base64", 790 "rustls-pki-types", 791] 792 793[[package]] 794name = "rustls-pki-types" 795version = "1.0.1" 796source = "registry+https://github.com/rust-lang/crates.io-index" 797checksum = "e7673e0aa20ee4937c6aacfc12bb8341cfbf054cdd21df6bec5fd0629fe9339b" 798 799[[package]] 800name = "rustls-webpki" 801version = "0.102.0" 802source = "registry+https://github.com/rust-lang/crates.io-index" 803checksum = "de2635c8bc2b88d367767c5de8ea1d8db9af3f6219eba28442242d9ab81d1b89" 804dependencies = [ 805 "ring", 806 "rustls-pki-types", 807 "untrusted", 808] 809 810[[package]] 811name = "ryu" 812version = "1.0.15" 813source = "registry+https://github.com/rust-lang/crates.io-index" 814checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741" 815 816[[package]] 817name = "same-file" 818version = "1.0.6" 819source = "registry+https://github.com/rust-lang/crates.io-index" 820checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 821dependencies = [ 822 "winapi-util", 823] 824 825[[package]] 826name = "schannel" 827version = "0.1.22" 828source = "registry+https://github.com/rust-lang/crates.io-index" 829checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88" 830dependencies = [ 831 "windows-sys 0.48.0", 832] 833 834[[package]] 835name = "scopeguard" 836version = "1.2.0" 837source = "registry+https://github.com/rust-lang/crates.io-index" 838checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 839 840[[package]] 841name = "security-framework" 842version = "2.9.2" 843source = "registry+https://github.com/rust-lang/crates.io-index" 844checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de" 845dependencies = [ 846 "bitflags 1.3.2", 847 "core-foundation", 848 "core-foundation-sys", 849 "libc", 850 "security-framework-sys", 851] 852 853[[package]] 854name = "security-framework-sys" 855version = "2.9.1" 856source = "registry+https://github.com/rust-lang/crates.io-index" 857checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a" 858dependencies = [ 859 "core-foundation-sys", 860 "libc", 861] 862 863[[package]] 864name = "serde" 865version = "1.0.193" 866source = "registry+https://github.com/rust-lang/crates.io-index" 867checksum = "25dd9975e68d0cb5aa1120c288333fc98731bd1dd12f561e468ea4728c042b89" 868dependencies = [ 869 "serde_derive", 870] 871 872[[package]] 873name = "serde_derive" 874version = "1.0.193" 875source = "registry+https://github.com/rust-lang/crates.io-index" 876checksum = "43576ca501357b9b071ac53cdc7da8ef0cbd9493d8df094cd821777ea6e894d3" 877dependencies = [ 878 "proc-macro2", 879 "quote", 880 "syn", 881] 882 883[[package]] 884name = "serde_json" 885version = "1.0.108" 886source = "registry+https://github.com/rust-lang/crates.io-index" 887checksum = "3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b" 888dependencies = [ 889 "itoa", 890 "ryu", 891 "serde", 892] 893 894[[package]] 895name = "sha1" 896version = "0.10.6" 897source = "registry+https://github.com/rust-lang/crates.io-index" 898checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 899dependencies = [ 900 "cfg-if", 901 "cpufeatures", 902 "digest", 903] 904 905[[package]] 906name = "socket2" 907version = "0.5.5" 908source = "registry+https://github.com/rust-lang/crates.io-index" 909checksum = "7b5fac59a5cb5dd637972e5fca70daf0523c9067fcdc4842f053dae04a18f8e9" 910dependencies = [ 911 "libc", 912 "windows-sys 0.48.0", 913] 914 915[[package]] 916name = "spin" 917version = "0.9.8" 918source = "registry+https://github.com/rust-lang/crates.io-index" 919checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 920 921[[package]] 922name = "subtle" 923version = "2.5.0" 924source = "registry+https://github.com/rust-lang/crates.io-index" 925checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc" 926 927[[package]] 928name = "syn" 929version = "2.0.39" 930source = "registry+https://github.com/rust-lang/crates.io-index" 931checksum = "23e78b90f2fcf45d3e842032ce32e3f2d1545ba6636271dcbf24fa306d87be7a" 932dependencies = [ 933 "proc-macro2", 934 "quote", 935 "unicode-ident", 936] 937 938[[package]] 939name = "tempfile" 940version = "3.8.1" 941source = "registry+https://github.com/rust-lang/crates.io-index" 942checksum = "7ef1adac450ad7f4b3c28589471ade84f25f731a7a0fe30d71dfa9f60fd808e5" 943dependencies = [ 944 "cfg-if", 945 "fastrand", 946 "redox_syscall", 947 "rustix", 948 "windows-sys 0.48.0", 949] 950 951[[package]] 952name = "termcolor" 953version = "1.4.0" 954source = "registry+https://github.com/rust-lang/crates.io-index" 955checksum = "ff1bc3d3f05aff0403e8ac0d92ced918ec05b666a43f83297ccef5bea8a3d449" 956dependencies = [ 957 "winapi-util", 958] 959 960[[package]] 961name = "thiserror" 962version = "1.0.50" 963source = "registry+https://github.com/rust-lang/crates.io-index" 964checksum = "f9a7210f5c9a7156bb50aa36aed4c95afb51df0df00713949448cf9e97d382d2" 965dependencies = [ 966 "thiserror-impl", 967] 968 969[[package]] 970name = "thiserror-impl" 971version = "1.0.50" 972source = "registry+https://github.com/rust-lang/crates.io-index" 973checksum = "266b2e40bc00e5a6c09c3584011e08b06f123c00362c92b975ba9843aaaa14b8" 974dependencies = [ 975 "proc-macro2", 976 "quote", 977 "syn", 978] 979 980[[package]] 981name = "tinytemplate" 982version = "1.2.1" 983source = "registry+https://github.com/rust-lang/crates.io-index" 984checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc" 985dependencies = [ 986 "serde", 987 "serde_json", 988] 989 990[[package]] 991name = "tinyvec" 992version = "1.6.0" 993source = "registry+https://github.com/rust-lang/crates.io-index" 994checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" 995dependencies = [ 996 "tinyvec_macros", 997] 998 999[[package]] 1000name = "tinyvec_macros" 1001version = "0.1.1" 1002source = "registry+https://github.com/rust-lang/crates.io-index" 1003checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 1004 1005[[package]] 1006name = "tungstenite" 1007version = "0.21.0" 1008dependencies = [ 1009 "byteorder", 1010 "bytes", 1011 "criterion", 1012 "data-encoding", 1013 "env_logger", 1014 "http", 1015 "httparse", 1016 "input_buffer", 1017 "log", 1018 "native-tls", 1019 "rand", 1020 "rustls", 1021 "rustls-native-certs", 1022 "rustls-pki-types", 1023 "sha1", 1024 "socket2", 1025 "thiserror", 1026 "url", 1027 "utf-8", 1028 "webpki-roots", 1029] 1030 1031[[package]] 1032name = "typenum" 1033version = "1.17.0" 1034source = "registry+https://github.com/rust-lang/crates.io-index" 1035checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" 1036 1037[[package]] 1038name = "unicode-bidi" 1039version = "0.3.14" 1040source = "registry+https://github.com/rust-lang/crates.io-index" 1041checksum = "6f2528f27a9eb2b21e69c95319b30bd0efd85d09c379741b0f78ea1d86be2416" 1042 1043[[package]] 1044name = "unicode-ident" 1045version = "1.0.12" 1046source = "registry+https://github.com/rust-lang/crates.io-index" 1047checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" 1048 1049[[package]] 1050name = "unicode-normalization" 1051version = "0.1.22" 1052source = "registry+https://github.com/rust-lang/crates.io-index" 1053checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" 1054dependencies = [ 1055 "tinyvec", 1056] 1057 1058[[package]] 1059name = "untrusted" 1060version = "0.9.0" 1061source = "registry+https://github.com/rust-lang/crates.io-index" 1062checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 1063 1064[[package]] 1065name = "url" 1066version = "2.5.0" 1067source = "registry+https://github.com/rust-lang/crates.io-index" 1068checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633" 1069dependencies = [ 1070 "form_urlencoded", 1071 "idna", 1072 "percent-encoding", 1073] 1074 1075[[package]] 1076name = "utf-8" 1077version = "0.7.6" 1078source = "registry+https://github.com/rust-lang/crates.io-index" 1079checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" 1080 1081[[package]] 1082name = "vcpkg" 1083version = "0.2.15" 1084source = "registry+https://github.com/rust-lang/crates.io-index" 1085checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 1086 1087[[package]] 1088name = "version_check" 1089version = "0.9.4" 1090source = "registry+https://github.com/rust-lang/crates.io-index" 1091checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 1092 1093[[package]] 1094name = "walkdir" 1095version = "2.4.0" 1096source = "registry+https://github.com/rust-lang/crates.io-index" 1097checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee" 1098dependencies = [ 1099 "same-file", 1100 "winapi-util", 1101] 1102 1103[[package]] 1104name = "wasi" 1105version = "0.11.0+wasi-snapshot-preview1" 1106source = "registry+https://github.com/rust-lang/crates.io-index" 1107checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 1108 1109[[package]] 1110name = "wasm-bindgen" 1111version = "0.2.89" 1112source = "registry+https://github.com/rust-lang/crates.io-index" 1113checksum = "0ed0d4f68a3015cc185aff4db9506a015f4b96f95303897bfa23f846db54064e" 1114dependencies = [ 1115 "cfg-if", 1116 "wasm-bindgen-macro", 1117] 1118 1119[[package]] 1120name = "wasm-bindgen-backend" 1121version = "0.2.89" 1122source = "registry+https://github.com/rust-lang/crates.io-index" 1123checksum = "1b56f625e64f3a1084ded111c4d5f477df9f8c92df113852fa5a374dbda78826" 1124dependencies = [ 1125 "bumpalo", 1126 "log", 1127 "once_cell", 1128 "proc-macro2", 1129 "quote", 1130 "syn", 1131 "wasm-bindgen-shared", 1132] 1133 1134[[package]] 1135name = "wasm-bindgen-macro" 1136version = "0.2.89" 1137source = "registry+https://github.com/rust-lang/crates.io-index" 1138checksum = "0162dbf37223cd2afce98f3d0785506dcb8d266223983e4b5b525859e6e182b2" 1139dependencies = [ 1140 "quote", 1141 "wasm-bindgen-macro-support", 1142] 1143 1144[[package]] 1145name = "wasm-bindgen-macro-support" 1146version = "0.2.89" 1147source = "registry+https://github.com/rust-lang/crates.io-index" 1148checksum = "f0eb82fcb7930ae6219a7ecfd55b217f5f0893484b7a13022ebb2b2bf20b5283" 1149dependencies = [ 1150 "proc-macro2", 1151 "quote", 1152 "syn", 1153 "wasm-bindgen-backend", 1154 "wasm-bindgen-shared", 1155] 1156 1157[[package]] 1158name = "wasm-bindgen-shared" 1159version = "0.2.89" 1160source = "registry+https://github.com/rust-lang/crates.io-index" 1161checksum = "7ab9b36309365056cd639da3134bf87fa8f3d86008abf99e612384a6eecd459f" 1162 1163[[package]] 1164name = "web-sys" 1165version = "0.3.66" 1166source = "registry+https://github.com/rust-lang/crates.io-index" 1167checksum = "50c24a44ec86bb68fbecd1b3efed7e85ea5621b39b35ef2766b66cd984f8010f" 1168dependencies = [ 1169 "js-sys", 1170 "wasm-bindgen", 1171] 1172 1173[[package]] 1174name = "webpki-roots" 1175version = "0.26.0" 1176source = "registry+https://github.com/rust-lang/crates.io-index" 1177checksum = "0de2cfda980f21be5a7ed2eadb3e6fe074d56022bea2cdeb1a62eb220fc04188" 1178dependencies = [ 1179 "rustls-pki-types", 1180] 1181 1182[[package]] 1183name = "winapi" 1184version = "0.3.9" 1185source = "registry+https://github.com/rust-lang/crates.io-index" 1186checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 1187dependencies = [ 1188 "winapi-i686-pc-windows-gnu", 1189 "winapi-x86_64-pc-windows-gnu", 1190] 1191 1192[[package]] 1193name = "winapi-i686-pc-windows-gnu" 1194version = "0.4.0" 1195source = "registry+https://github.com/rust-lang/crates.io-index" 1196checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 1197 1198[[package]] 1199name = "winapi-util" 1200version = "0.1.6" 1201source = "registry+https://github.com/rust-lang/crates.io-index" 1202checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596" 1203dependencies = [ 1204 "winapi", 1205] 1206 1207[[package]] 1208name = "winapi-x86_64-pc-windows-gnu" 1209version = "0.4.0" 1210source = "registry+https://github.com/rust-lang/crates.io-index" 1211checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 1212 1213[[package]] 1214name = "windows-sys" 1215version = "0.48.0" 1216source = "registry+https://github.com/rust-lang/crates.io-index" 1217checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 1218dependencies = [ 1219 "windows-targets 0.48.5", 1220] 1221 1222[[package]] 1223name = "windows-sys" 1224version = "0.52.0" 1225source = "registry+https://github.com/rust-lang/crates.io-index" 1226checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 1227dependencies = [ 1228 "windows-targets 0.52.0", 1229] 1230 1231[[package]] 1232name = "windows-targets" 1233version = "0.48.5" 1234source = "registry+https://github.com/rust-lang/crates.io-index" 1235checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 1236dependencies = [ 1237 "windows_aarch64_gnullvm 0.48.5", 1238 "windows_aarch64_msvc 0.48.5", 1239 "windows_i686_gnu 0.48.5", 1240 "windows_i686_msvc 0.48.5", 1241 "windows_x86_64_gnu 0.48.5", 1242 "windows_x86_64_gnullvm 0.48.5", 1243 "windows_x86_64_msvc 0.48.5", 1244] 1245 1246[[package]] 1247name = "windows-targets" 1248version = "0.52.0" 1249source = "registry+https://github.com/rust-lang/crates.io-index" 1250checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd" 1251dependencies = [ 1252 "windows_aarch64_gnullvm 0.52.0", 1253 "windows_aarch64_msvc 0.52.0", 1254 "windows_i686_gnu 0.52.0", 1255 "windows_i686_msvc 0.52.0", 1256 "windows_x86_64_gnu 0.52.0", 1257 "windows_x86_64_gnullvm 0.52.0", 1258 "windows_x86_64_msvc 0.52.0", 1259] 1260 1261[[package]] 1262name = "windows_aarch64_gnullvm" 1263version = "0.48.5" 1264source = "registry+https://github.com/rust-lang/crates.io-index" 1265checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 1266 1267[[package]] 1268name = "windows_aarch64_gnullvm" 1269version = "0.52.0" 1270source = "registry+https://github.com/rust-lang/crates.io-index" 1271checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea" 1272 1273[[package]] 1274name = "windows_aarch64_msvc" 1275version = "0.48.5" 1276source = "registry+https://github.com/rust-lang/crates.io-index" 1277checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 1278 1279[[package]] 1280name = "windows_aarch64_msvc" 1281version = "0.52.0" 1282source = "registry+https://github.com/rust-lang/crates.io-index" 1283checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef" 1284 1285[[package]] 1286name = "windows_i686_gnu" 1287version = "0.48.5" 1288source = "registry+https://github.com/rust-lang/crates.io-index" 1289checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 1290 1291[[package]] 1292name = "windows_i686_gnu" 1293version = "0.52.0" 1294source = "registry+https://github.com/rust-lang/crates.io-index" 1295checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313" 1296 1297[[package]] 1298name = "windows_i686_msvc" 1299version = "0.48.5" 1300source = "registry+https://github.com/rust-lang/crates.io-index" 1301checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 1302 1303[[package]] 1304name = "windows_i686_msvc" 1305version = "0.52.0" 1306source = "registry+https://github.com/rust-lang/crates.io-index" 1307checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a" 1308 1309[[package]] 1310name = "windows_x86_64_gnu" 1311version = "0.48.5" 1312source = "registry+https://github.com/rust-lang/crates.io-index" 1313checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 1314 1315[[package]] 1316name = "windows_x86_64_gnu" 1317version = "0.52.0" 1318source = "registry+https://github.com/rust-lang/crates.io-index" 1319checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd" 1320 1321[[package]] 1322name = "windows_x86_64_gnullvm" 1323version = "0.48.5" 1324source = "registry+https://github.com/rust-lang/crates.io-index" 1325checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 1326 1327[[package]] 1328name = "windows_x86_64_gnullvm" 1329version = "0.52.0" 1330source = "registry+https://github.com/rust-lang/crates.io-index" 1331checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e" 1332 1333[[package]] 1334name = "windows_x86_64_msvc" 1335version = "0.48.5" 1336source = "registry+https://github.com/rust-lang/crates.io-index" 1337checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 1338 1339[[package]] 1340name = "windows_x86_64_msvc" 1341version = "0.52.0" 1342source = "registry+https://github.com/rust-lang/crates.io-index" 1343checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04" 1344 1345[[package]] 1346name = "zeroize" 1347version = "1.7.0" 1348source = "registry+https://github.com/rust-lang/crates.io-index" 1349checksum = "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d" 1350