1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 3 4 5[[package]] 6name = "addr2line" 7version = "0.21.0" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb" 10dependencies = [ 11 "gimli", 12] 13 14[[package]] 15name = "adler" 16version = "1.0.2" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 19 20[[package]] 21name = "async-attributes" 22version = "1.1.2" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5" 25dependencies = [ 26 "quote", 27 "syn 1.0.109", 28] 29 30[[package]] 31name = "async-channel" 32version = "1.9.0" 33source = "registry+https://github.com/rust-lang/crates.io-index" 34checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35" 35dependencies = [ 36 "concurrent-queue", 37 "event-listener 2.5.3", 38 "futures-core", 39] 40 41[[package]] 42name = "async-channel" 43version = "2.2.0" 44source = "registry+https://github.com/rust-lang/crates.io-index" 45checksum = "f28243a43d821d11341ab73c80bed182dc015c514b951616cf79bd4af39af0c3" 46dependencies = [ 47 "concurrent-queue", 48 "event-listener 5.1.0", 49 "event-listener-strategy 0.5.0", 50 "futures-core", 51 "pin-project-lite", 52] 53 54[[package]] 55name = "async-executor" 56version = "1.8.0" 57source = "registry+https://github.com/rust-lang/crates.io-index" 58checksum = "17ae5ebefcc48e7452b4987947920dac9450be1110cadf34d1b8c116bdbaf97c" 59dependencies = [ 60 "async-lock 3.3.0", 61 "async-task", 62 "concurrent-queue", 63 "fastrand 2.0.1", 64 "futures-lite 2.2.0", 65 "slab", 66] 67 68[[package]] 69name = "async-global-executor" 70version = "2.4.1" 71source = "registry+https://github.com/rust-lang/crates.io-index" 72checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c" 73dependencies = [ 74 "async-channel 2.2.0", 75 "async-executor", 76 "async-io 2.3.1", 77 "async-lock 3.3.0", 78 "blocking", 79 "futures-lite 2.2.0", 80 "once_cell", 81] 82 83[[package]] 84name = "async-io" 85version = "1.13.0" 86source = "registry+https://github.com/rust-lang/crates.io-index" 87checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af" 88dependencies = [ 89 "async-lock 2.8.0", 90 "autocfg", 91 "cfg-if", 92 "concurrent-queue", 93 "futures-lite 1.13.0", 94 "log", 95 "parking", 96 "polling 2.8.0", 97 "rustix 0.37.27", 98 "slab", 99 "socket2", 100 "waker-fn", 101] 102 103[[package]] 104name = "async-io" 105version = "2.3.1" 106source = "registry+https://github.com/rust-lang/crates.io-index" 107checksum = "8f97ab0c5b00a7cdbe5a371b9a782ee7be1316095885c8a4ea1daf490eb0ef65" 108dependencies = [ 109 "async-lock 3.3.0", 110 "cfg-if", 111 "concurrent-queue", 112 "futures-io", 113 "futures-lite 2.2.0", 114 "parking", 115 "polling 3.5.0", 116 "rustix 0.38.31", 117 "slab", 118 "tracing", 119 "windows-sys 0.52.0", 120] 121 122[[package]] 123name = "async-lock" 124version = "2.8.0" 125source = "registry+https://github.com/rust-lang/crates.io-index" 126checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b" 127dependencies = [ 128 "event-listener 2.5.3", 129] 130 131[[package]] 132name = "async-lock" 133version = "3.3.0" 134source = "registry+https://github.com/rust-lang/crates.io-index" 135checksum = "d034b430882f8381900d3fe6f0aaa3ad94f2cb4ac519b429692a1bc2dda4ae7b" 136dependencies = [ 137 "event-listener 4.0.3", 138 "event-listener-strategy 0.4.0", 139 "pin-project-lite", 140] 141 142[[package]] 143name = "async-std" 144version = "1.12.0" 145source = "registry+https://github.com/rust-lang/crates.io-index" 146checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d" 147dependencies = [ 148 "async-attributes", 149 "async-channel 1.9.0", 150 "async-global-executor", 151 "async-io 1.13.0", 152 "async-lock 2.8.0", 153 "crossbeam-utils", 154 "futures-channel", 155 "futures-core", 156 "futures-io", 157 "futures-lite 1.13.0", 158 "gloo-timers", 159 "kv-log-macro", 160 "log", 161 "memchr", 162 "once_cell", 163 "pin-project-lite", 164 "pin-utils", 165 "slab", 166 "wasm-bindgen-futures", 167] 168 169[[package]] 170name = "async-task" 171version = "4.7.0" 172source = "registry+https://github.com/rust-lang/crates.io-index" 173checksum = "fbb36e985947064623dbd357f727af08ffd077f93d696782f3c56365fa2e2799" 174 175[[package]] 176name = "async-trait" 177version = "0.1.77" 178source = "registry+https://github.com/rust-lang/crates.io-index" 179checksum = "c980ee35e870bd1a4d2c8294d4c04d0499e67bca1e4b5cefcc693c2fa00caea9" 180dependencies = [ 181 "proc-macro2", 182 "quote", 183 "syn 2.0.50", 184] 185 186[[package]] 187name = "atomic-waker" 188version = "1.1.2" 189source = "registry+https://github.com/rust-lang/crates.io-index" 190checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 191 192[[package]] 193name = "autocfg" 194version = "1.1.0" 195source = "registry+https://github.com/rust-lang/crates.io-index" 196checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 197 198[[package]] 199name = "backtrace" 200version = "0.3.69" 201source = "registry+https://github.com/rust-lang/crates.io-index" 202checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837" 203dependencies = [ 204 "addr2line", 205 "cc", 206 "cfg-if", 207 "libc", 208 "miniz_oxide", 209 "object", 210 "rustc-demangle", 211] 212 213[[package]] 214name = "basic-toml" 215version = "0.1.8" 216source = "registry+https://github.com/rust-lang/crates.io-index" 217checksum = "2db21524cad41c5591204d22d75e1970a2d1f71060214ca931dc7d5afe2c14e5" 218dependencies = [ 219 "serde", 220] 221 222[[package]] 223name = "bitflags" 224version = "1.3.2" 225source = "registry+https://github.com/rust-lang/crates.io-index" 226checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 227 228[[package]] 229name = "bitflags" 230version = "2.4.2" 231source = "registry+https://github.com/rust-lang/crates.io-index" 232checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf" 233 234[[package]] 235name = "blocking" 236version = "1.5.1" 237source = "registry+https://github.com/rust-lang/crates.io-index" 238checksum = "6a37913e8dc4ddcc604f0c6d3bf2887c995153af3611de9e23c352b44c1b9118" 239dependencies = [ 240 "async-channel 2.2.0", 241 "async-lock 3.3.0", 242 "async-task", 243 "fastrand 2.0.1", 244 "futures-io", 245 "futures-lite 2.2.0", 246 "piper", 247 "tracing", 248] 249 250[[package]] 251name = "bumpalo" 252version = "3.15.2" 253source = "registry+https://github.com/rust-lang/crates.io-index" 254checksum = "a3b1be7772ee4501dba05acbe66bb1e8760f6a6c474a36035631638e4415f130" 255 256[[package]] 257name = "cc" 258version = "1.0.86" 259source = "registry+https://github.com/rust-lang/crates.io-index" 260checksum = "7f9fa1897e4325be0d68d48df6aa1a71ac2ed4d27723887e7754192705350730" 261 262[[package]] 263name = "cfg-if" 264version = "1.0.0" 265source = "registry+https://github.com/rust-lang/crates.io-index" 266checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 267 268[[package]] 269name = "concurrent-queue" 270version = "2.4.0" 271source = "registry+https://github.com/rust-lang/crates.io-index" 272checksum = "d16048cd947b08fa32c24458a22f5dc5e835264f689f4f5653210c69fd107363" 273dependencies = [ 274 "crossbeam-utils", 275] 276 277[[package]] 278name = "crossbeam-utils" 279version = "0.8.19" 280source = "registry+https://github.com/rust-lang/crates.io-index" 281checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345" 282 283[[package]] 284name = "dissimilar" 285version = "1.0.7" 286source = "registry+https://github.com/rust-lang/crates.io-index" 287checksum = "86e3bdc80eee6e16b2b6b0f87fbc98c04bee3455e35174c0de1a125d0688c632" 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 = "event-listener" 301version = "2.5.3" 302source = "registry+https://github.com/rust-lang/crates.io-index" 303checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" 304 305[[package]] 306name = "event-listener" 307version = "4.0.3" 308source = "registry+https://github.com/rust-lang/crates.io-index" 309checksum = "67b215c49b2b248c855fb73579eb1f4f26c38ffdc12973e20e07b91d78d5646e" 310dependencies = [ 311 "concurrent-queue", 312 "parking", 313 "pin-project-lite", 314] 315 316[[package]] 317name = "event-listener" 318version = "5.1.0" 319source = "registry+https://github.com/rust-lang/crates.io-index" 320checksum = "b7ad6fd685ce13acd6d9541a30f6db6567a7a24c9ffd4ba2955d29e3f22c8b27" 321dependencies = [ 322 "concurrent-queue", 323 "parking", 324 "pin-project-lite", 325] 326 327[[package]] 328name = "event-listener-strategy" 329version = "0.4.0" 330source = "registry+https://github.com/rust-lang/crates.io-index" 331checksum = "958e4d70b6d5e81971bebec42271ec641e7ff4e170a6fa605f2b8a8b65cb97d3" 332dependencies = [ 333 "event-listener 4.0.3", 334 "pin-project-lite", 335] 336 337[[package]] 338name = "event-listener-strategy" 339version = "0.5.0" 340source = "registry+https://github.com/rust-lang/crates.io-index" 341checksum = "feedafcaa9b749175d5ac357452a9d41ea2911da598fde46ce1fe02c37751291" 342dependencies = [ 343 "event-listener 5.1.0", 344 "pin-project-lite", 345] 346 347[[package]] 348name = "fastrand" 349version = "1.9.0" 350source = "registry+https://github.com/rust-lang/crates.io-index" 351checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" 352dependencies = [ 353 "instant", 354] 355 356[[package]] 357name = "fastrand" 358version = "2.0.1" 359source = "registry+https://github.com/rust-lang/crates.io-index" 360checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5" 361 362[[package]] 363name = "futures-channel" 364version = "0.3.30" 365source = "registry+https://github.com/rust-lang/crates.io-index" 366checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78" 367dependencies = [ 368 "futures-core", 369] 370 371[[package]] 372name = "futures-core" 373version = "0.3.30" 374source = "registry+https://github.com/rust-lang/crates.io-index" 375checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d" 376 377[[package]] 378name = "futures-io" 379version = "0.3.30" 380source = "registry+https://github.com/rust-lang/crates.io-index" 381checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1" 382 383[[package]] 384name = "futures-lite" 385version = "1.13.0" 386source = "registry+https://github.com/rust-lang/crates.io-index" 387checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce" 388dependencies = [ 389 "fastrand 1.9.0", 390 "futures-core", 391 "futures-io", 392 "memchr", 393 "parking", 394 "pin-project-lite", 395 "waker-fn", 396] 397 398[[package]] 399name = "futures-lite" 400version = "2.2.0" 401source = "registry+https://github.com/rust-lang/crates.io-index" 402checksum = "445ba825b27408685aaecefd65178908c36c6e96aaf6d8599419d46e624192ba" 403dependencies = [ 404 "fastrand 2.0.1", 405 "futures-core", 406 "futures-io", 407 "parking", 408 "pin-project-lite", 409] 410 411[[package]] 412name = "gimli" 413version = "0.28.1" 414source = "registry+https://github.com/rust-lang/crates.io-index" 415checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253" 416 417[[package]] 418name = "glob" 419version = "0.3.1" 420source = "registry+https://github.com/rust-lang/crates.io-index" 421checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" 422 423[[package]] 424name = "gloo-timers" 425version = "0.2.6" 426source = "registry+https://github.com/rust-lang/crates.io-index" 427checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c" 428dependencies = [ 429 "futures-channel", 430 "futures-core", 431 "js-sys", 432 "wasm-bindgen", 433] 434 435[[package]] 436name = "hermit-abi" 437version = "0.3.6" 438source = "registry+https://github.com/rust-lang/crates.io-index" 439checksum = "bd5256b483761cd23699d0da46cc6fd2ee3be420bbe6d020ae4a091e70b7e9fd" 440 441[[package]] 442name = "instant" 443version = "0.1.12" 444source = "registry+https://github.com/rust-lang/crates.io-index" 445checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 446dependencies = [ 447 "cfg-if", 448] 449 450[[package]] 451name = "io-lifetimes" 452version = "1.0.11" 453source = "registry+https://github.com/rust-lang/crates.io-index" 454checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2" 455dependencies = [ 456 "hermit-abi", 457 "libc", 458 "windows-sys 0.48.0", 459] 460 461[[package]] 462name = "itoa" 463version = "1.0.10" 464source = "registry+https://github.com/rust-lang/crates.io-index" 465checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c" 466 467[[package]] 468name = "js-sys" 469version = "0.3.68" 470source = "registry+https://github.com/rust-lang/crates.io-index" 471checksum = "406cda4b368d531c842222cf9d2600a9a4acce8d29423695379c6868a143a9ee" 472dependencies = [ 473 "wasm-bindgen", 474] 475 476[[package]] 477name = "kv-log-macro" 478version = "1.0.7" 479source = "registry+https://github.com/rust-lang/crates.io-index" 480checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f" 481dependencies = [ 482 "log", 483] 484 485[[package]] 486name = "libc" 487version = "0.2.153" 488source = "registry+https://github.com/rust-lang/crates.io-index" 489checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd" 490 491[[package]] 492name = "linux-raw-sys" 493version = "0.3.8" 494source = "registry+https://github.com/rust-lang/crates.io-index" 495checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519" 496 497[[package]] 498name = "linux-raw-sys" 499version = "0.4.13" 500source = "registry+https://github.com/rust-lang/crates.io-index" 501checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c" 502 503[[package]] 504name = "log" 505version = "0.4.20" 506source = "registry+https://github.com/rust-lang/crates.io-index" 507checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" 508dependencies = [ 509 "value-bag", 510] 511 512[[package]] 513name = "maybe-async" 514version = "0.2.10" 515dependencies = [ 516 "async-std", 517 "async-trait", 518 "proc-macro2", 519 "quote", 520 "syn 2.0.50", 521 "tokio", 522 "trybuild", 523] 524 525[[package]] 526name = "memchr" 527version = "2.7.1" 528source = "registry+https://github.com/rust-lang/crates.io-index" 529checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149" 530 531[[package]] 532name = "miniz_oxide" 533version = "0.7.2" 534source = "registry+https://github.com/rust-lang/crates.io-index" 535checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7" 536dependencies = [ 537 "adler", 538] 539 540[[package]] 541name = "num_cpus" 542version = "1.16.0" 543source = "registry+https://github.com/rust-lang/crates.io-index" 544checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" 545dependencies = [ 546 "hermit-abi", 547 "libc", 548] 549 550[[package]] 551name = "object" 552version = "0.32.2" 553source = "registry+https://github.com/rust-lang/crates.io-index" 554checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441" 555dependencies = [ 556 "memchr", 557] 558 559[[package]] 560name = "once_cell" 561version = "1.19.0" 562source = "registry+https://github.com/rust-lang/crates.io-index" 563checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" 564 565[[package]] 566name = "parking" 567version = "2.2.0" 568source = "registry+https://github.com/rust-lang/crates.io-index" 569checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae" 570 571[[package]] 572name = "pin-project-lite" 573version = "0.2.13" 574source = "registry+https://github.com/rust-lang/crates.io-index" 575checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58" 576 577[[package]] 578name = "pin-utils" 579version = "0.1.0" 580source = "registry+https://github.com/rust-lang/crates.io-index" 581checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 582 583[[package]] 584name = "piper" 585version = "0.2.1" 586source = "registry+https://github.com/rust-lang/crates.io-index" 587checksum = "668d31b1c4eba19242f2088b2bf3316b82ca31082a8335764db4e083db7485d4" 588dependencies = [ 589 "atomic-waker", 590 "fastrand 2.0.1", 591 "futures-io", 592] 593 594[[package]] 595name = "polling" 596version = "2.8.0" 597source = "registry+https://github.com/rust-lang/crates.io-index" 598checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce" 599dependencies = [ 600 "autocfg", 601 "bitflags 1.3.2", 602 "cfg-if", 603 "concurrent-queue", 604 "libc", 605 "log", 606 "pin-project-lite", 607 "windows-sys 0.48.0", 608] 609 610[[package]] 611name = "polling" 612version = "3.5.0" 613source = "registry+https://github.com/rust-lang/crates.io-index" 614checksum = "24f040dee2588b4963afb4e420540439d126f73fdacf4a9c486a96d840bac3c9" 615dependencies = [ 616 "cfg-if", 617 "concurrent-queue", 618 "pin-project-lite", 619 "rustix 0.38.31", 620 "tracing", 621 "windows-sys 0.52.0", 622] 623 624[[package]] 625name = "proc-macro2" 626version = "1.0.78" 627source = "registry+https://github.com/rust-lang/crates.io-index" 628checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae" 629dependencies = [ 630 "unicode-ident", 631] 632 633[[package]] 634name = "quote" 635version = "1.0.35" 636source = "registry+https://github.com/rust-lang/crates.io-index" 637checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef" 638dependencies = [ 639 "proc-macro2", 640] 641 642[[package]] 643name = "rustc-demangle" 644version = "0.1.23" 645source = "registry+https://github.com/rust-lang/crates.io-index" 646checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" 647 648[[package]] 649name = "rustix" 650version = "0.37.27" 651source = "registry+https://github.com/rust-lang/crates.io-index" 652checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2" 653dependencies = [ 654 "bitflags 1.3.2", 655 "errno", 656 "io-lifetimes", 657 "libc", 658 "linux-raw-sys 0.3.8", 659 "windows-sys 0.48.0", 660] 661 662[[package]] 663name = "rustix" 664version = "0.38.31" 665source = "registry+https://github.com/rust-lang/crates.io-index" 666checksum = "6ea3e1a662af26cd7a3ba09c0297a31af215563ecf42817c98df621387f4e949" 667dependencies = [ 668 "bitflags 2.4.2", 669 "errno", 670 "libc", 671 "linux-raw-sys 0.4.13", 672 "windows-sys 0.52.0", 673] 674 675[[package]] 676name = "ryu" 677version = "1.0.17" 678source = "registry+https://github.com/rust-lang/crates.io-index" 679checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1" 680 681[[package]] 682name = "serde" 683version = "1.0.197" 684source = "registry+https://github.com/rust-lang/crates.io-index" 685checksum = "3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2" 686dependencies = [ 687 "serde_derive", 688] 689 690[[package]] 691name = "serde_derive" 692version = "1.0.197" 693source = "registry+https://github.com/rust-lang/crates.io-index" 694checksum = "7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b" 695dependencies = [ 696 "proc-macro2", 697 "quote", 698 "syn 2.0.50", 699] 700 701[[package]] 702name = "serde_json" 703version = "1.0.114" 704source = "registry+https://github.com/rust-lang/crates.io-index" 705checksum = "c5f09b1bd632ef549eaa9f60a1f8de742bdbc698e6cee2095fc84dde5f549ae0" 706dependencies = [ 707 "itoa", 708 "ryu", 709 "serde", 710] 711 712[[package]] 713name = "slab" 714version = "0.4.9" 715source = "registry+https://github.com/rust-lang/crates.io-index" 716checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" 717dependencies = [ 718 "autocfg", 719] 720 721[[package]] 722name = "socket2" 723version = "0.4.10" 724source = "registry+https://github.com/rust-lang/crates.io-index" 725checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d" 726dependencies = [ 727 "libc", 728 "winapi", 729] 730 731[[package]] 732name = "syn" 733version = "1.0.109" 734source = "registry+https://github.com/rust-lang/crates.io-index" 735checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 736dependencies = [ 737 "proc-macro2", 738 "quote", 739 "unicode-ident", 740] 741 742[[package]] 743name = "syn" 744version = "2.0.50" 745source = "registry+https://github.com/rust-lang/crates.io-index" 746checksum = "74f1bdc9872430ce9b75da68329d1c1746faf50ffac5f19e02b71e37ff881ffb" 747dependencies = [ 748 "proc-macro2", 749 "quote", 750 "unicode-ident", 751] 752 753[[package]] 754name = "termcolor" 755version = "1.4.1" 756source = "registry+https://github.com/rust-lang/crates.io-index" 757checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" 758dependencies = [ 759 "winapi-util", 760] 761 762[[package]] 763name = "tokio" 764version = "1.36.0" 765source = "registry+https://github.com/rust-lang/crates.io-index" 766checksum = "61285f6515fa018fb2d1e46eb21223fff441ee8db5d0f1435e8ab4f5cdb80931" 767dependencies = [ 768 "backtrace", 769 "num_cpus", 770 "pin-project-lite", 771 "tokio-macros", 772] 773 774[[package]] 775name = "tokio-macros" 776version = "2.2.0" 777source = "registry+https://github.com/rust-lang/crates.io-index" 778checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b" 779dependencies = [ 780 "proc-macro2", 781 "quote", 782 "syn 2.0.50", 783] 784 785[[package]] 786name = "tracing" 787version = "0.1.40" 788source = "registry+https://github.com/rust-lang/crates.io-index" 789checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" 790dependencies = [ 791 "pin-project-lite", 792 "tracing-core", 793] 794 795[[package]] 796name = "tracing-core" 797version = "0.1.32" 798source = "registry+https://github.com/rust-lang/crates.io-index" 799checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" 800 801[[package]] 802name = "trybuild" 803version = "1.0.89" 804source = "registry+https://github.com/rust-lang/crates.io-index" 805checksum = "9a9d3ba662913483d6722303f619e75ea10b7855b0f8e0d72799cf8621bb488f" 806dependencies = [ 807 "basic-toml", 808 "dissimilar", 809 "glob", 810 "once_cell", 811 "serde", 812 "serde_derive", 813 "serde_json", 814 "termcolor", 815] 816 817[[package]] 818name = "unicode-ident" 819version = "1.0.12" 820source = "registry+https://github.com/rust-lang/crates.io-index" 821checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" 822 823[[package]] 824name = "value-bag" 825version = "1.7.0" 826source = "registry+https://github.com/rust-lang/crates.io-index" 827checksum = "126e423afe2dd9ac52142e7e9d5ce4135d7e13776c529d27fd6bc49f19e3280b" 828 829[[package]] 830name = "waker-fn" 831version = "1.1.1" 832source = "registry+https://github.com/rust-lang/crates.io-index" 833checksum = "f3c4517f54858c779bbcbf228f4fca63d121bf85fbecb2dc578cdf4a39395690" 834 835[[package]] 836name = "wasm-bindgen" 837version = "0.2.91" 838source = "registry+https://github.com/rust-lang/crates.io-index" 839checksum = "c1e124130aee3fb58c5bdd6b639a0509486b0338acaaae0c84a5124b0f588b7f" 840dependencies = [ 841 "cfg-if", 842 "wasm-bindgen-macro", 843] 844 845[[package]] 846name = "wasm-bindgen-backend" 847version = "0.2.91" 848source = "registry+https://github.com/rust-lang/crates.io-index" 849checksum = "c9e7e1900c352b609c8488ad12639a311045f40a35491fb69ba8c12f758af70b" 850dependencies = [ 851 "bumpalo", 852 "log", 853 "once_cell", 854 "proc-macro2", 855 "quote", 856 "syn 2.0.50", 857 "wasm-bindgen-shared", 858] 859 860[[package]] 861name = "wasm-bindgen-futures" 862version = "0.4.41" 863source = "registry+https://github.com/rust-lang/crates.io-index" 864checksum = "877b9c3f61ceea0e56331985743b13f3d25c406a7098d45180fb5f09bc19ed97" 865dependencies = [ 866 "cfg-if", 867 "js-sys", 868 "wasm-bindgen", 869 "web-sys", 870] 871 872[[package]] 873name = "wasm-bindgen-macro" 874version = "0.2.91" 875source = "registry+https://github.com/rust-lang/crates.io-index" 876checksum = "b30af9e2d358182b5c7449424f017eba305ed32a7010509ede96cdc4696c46ed" 877dependencies = [ 878 "quote", 879 "wasm-bindgen-macro-support", 880] 881 882[[package]] 883name = "wasm-bindgen-macro-support" 884version = "0.2.91" 885source = "registry+https://github.com/rust-lang/crates.io-index" 886checksum = "642f325be6301eb8107a83d12a8ac6c1e1c54345a7ef1a9261962dfefda09e66" 887dependencies = [ 888 "proc-macro2", 889 "quote", 890 "syn 2.0.50", 891 "wasm-bindgen-backend", 892 "wasm-bindgen-shared", 893] 894 895[[package]] 896name = "wasm-bindgen-shared" 897version = "0.2.91" 898source = "registry+https://github.com/rust-lang/crates.io-index" 899checksum = "4f186bd2dcf04330886ce82d6f33dd75a7bfcf69ecf5763b89fcde53b6ac9838" 900 901[[package]] 902name = "web-sys" 903version = "0.3.68" 904source = "registry+https://github.com/rust-lang/crates.io-index" 905checksum = "96565907687f7aceb35bc5fc03770a8a0471d82e479f25832f54a0e3f4b28446" 906dependencies = [ 907 "js-sys", 908 "wasm-bindgen", 909] 910 911[[package]] 912name = "winapi" 913version = "0.3.9" 914source = "registry+https://github.com/rust-lang/crates.io-index" 915checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 916dependencies = [ 917 "winapi-i686-pc-windows-gnu", 918 "winapi-x86_64-pc-windows-gnu", 919] 920 921[[package]] 922name = "winapi-i686-pc-windows-gnu" 923version = "0.4.0" 924source = "registry+https://github.com/rust-lang/crates.io-index" 925checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 926 927[[package]] 928name = "winapi-util" 929version = "0.1.6" 930source = "registry+https://github.com/rust-lang/crates.io-index" 931checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596" 932dependencies = [ 933 "winapi", 934] 935 936[[package]] 937name = "winapi-x86_64-pc-windows-gnu" 938version = "0.4.0" 939source = "registry+https://github.com/rust-lang/crates.io-index" 940checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 941 942[[package]] 943name = "windows-sys" 944version = "0.48.0" 945source = "registry+https://github.com/rust-lang/crates.io-index" 946checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 947dependencies = [ 948 "windows-targets 0.48.5", 949] 950 951[[package]] 952name = "windows-sys" 953version = "0.52.0" 954source = "registry+https://github.com/rust-lang/crates.io-index" 955checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 956dependencies = [ 957 "windows-targets 0.52.0", 958] 959 960[[package]] 961name = "windows-targets" 962version = "0.48.5" 963source = "registry+https://github.com/rust-lang/crates.io-index" 964checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 965dependencies = [ 966 "windows_aarch64_gnullvm 0.48.5", 967 "windows_aarch64_msvc 0.48.5", 968 "windows_i686_gnu 0.48.5", 969 "windows_i686_msvc 0.48.5", 970 "windows_x86_64_gnu 0.48.5", 971 "windows_x86_64_gnullvm 0.48.5", 972 "windows_x86_64_msvc 0.48.5", 973] 974 975[[package]] 976name = "windows-targets" 977version = "0.52.0" 978source = "registry+https://github.com/rust-lang/crates.io-index" 979checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd" 980dependencies = [ 981 "windows_aarch64_gnullvm 0.52.0", 982 "windows_aarch64_msvc 0.52.0", 983 "windows_i686_gnu 0.52.0", 984 "windows_i686_msvc 0.52.0", 985 "windows_x86_64_gnu 0.52.0", 986 "windows_x86_64_gnullvm 0.52.0", 987 "windows_x86_64_msvc 0.52.0", 988] 989 990[[package]] 991name = "windows_aarch64_gnullvm" 992version = "0.48.5" 993source = "registry+https://github.com/rust-lang/crates.io-index" 994checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 995 996[[package]] 997name = "windows_aarch64_gnullvm" 998version = "0.52.0" 999source = "registry+https://github.com/rust-lang/crates.io-index" 1000checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea" 1001 1002[[package]] 1003name = "windows_aarch64_msvc" 1004version = "0.48.5" 1005source = "registry+https://github.com/rust-lang/crates.io-index" 1006checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 1007 1008[[package]] 1009name = "windows_aarch64_msvc" 1010version = "0.52.0" 1011source = "registry+https://github.com/rust-lang/crates.io-index" 1012checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef" 1013 1014[[package]] 1015name = "windows_i686_gnu" 1016version = "0.48.5" 1017source = "registry+https://github.com/rust-lang/crates.io-index" 1018checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 1019 1020[[package]] 1021name = "windows_i686_gnu" 1022version = "0.52.0" 1023source = "registry+https://github.com/rust-lang/crates.io-index" 1024checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313" 1025 1026[[package]] 1027name = "windows_i686_msvc" 1028version = "0.48.5" 1029source = "registry+https://github.com/rust-lang/crates.io-index" 1030checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 1031 1032[[package]] 1033name = "windows_i686_msvc" 1034version = "0.52.0" 1035source = "registry+https://github.com/rust-lang/crates.io-index" 1036checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a" 1037 1038[[package]] 1039name = "windows_x86_64_gnu" 1040version = "0.48.5" 1041source = "registry+https://github.com/rust-lang/crates.io-index" 1042checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 1043 1044[[package]] 1045name = "windows_x86_64_gnu" 1046version = "0.52.0" 1047source = "registry+https://github.com/rust-lang/crates.io-index" 1048checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd" 1049 1050[[package]] 1051name = "windows_x86_64_gnullvm" 1052version = "0.48.5" 1053source = "registry+https://github.com/rust-lang/crates.io-index" 1054checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 1055 1056[[package]] 1057name = "windows_x86_64_gnullvm" 1058version = "0.52.0" 1059source = "registry+https://github.com/rust-lang/crates.io-index" 1060checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e" 1061 1062[[package]] 1063name = "windows_x86_64_msvc" 1064version = "0.48.5" 1065source = "registry+https://github.com/rust-lang/crates.io-index" 1066checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 1067 1068[[package]] 1069name = "windows_x86_64_msvc" 1070version = "0.52.0" 1071source = "registry+https://github.com/rust-lang/crates.io-index" 1072checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04" 1073