1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 3 4 5[[package]] 6name = "arrayvec" 7version = "0.7.2" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6" 10 11[[package]] 12name = "autocfg" 13version = "1.1.0" 14source = "registry+https://github.com/rust-lang/crates.io-index" 15checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 16 17[[package]] 18name = "bindgen" 19version = "0.60.1" 20source = "registry+https://github.com/rust-lang/crates.io-index" 21checksum = "062dddbc1ba4aca46de6338e2bf87771414c335f7b2f2036e8f3e9befebf88e6" 22dependencies = [ 23 "bitflags", 24 "cexpr", 25 "clang-sys", 26 "lazy_static", 27 "lazycell", 28 "peeking_take_while", 29 "proc-macro2", 30 "quote", 31 "regex", 32 "rustc-hash", 33 "shlex", 34] 35 36[[package]] 37name = "bitflags" 38version = "1.3.2" 39source = "registry+https://github.com/rust-lang/crates.io-index" 40checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 41 42[[package]] 43name = "boring" 44version = "2.1.0" 45source = "registry+https://github.com/rust-lang/crates.io-index" 46checksum = "4c713ad6d8d7a681a43870ac37b89efd2a08015ceb4b256d82707509c1f0b6bb" 47dependencies = [ 48 "bitflags", 49 "boring-sys", 50 "foreign-types", 51 "lazy_static", 52 "libc", 53] 54 55[[package]] 56name = "boring-sys" 57version = "2.1.0" 58source = "registry+https://github.com/rust-lang/crates.io-index" 59checksum = "7663d3069437a5ccdb2b5f4f481c8b80446daea10fa8503844e89ac65fcdc363" 60dependencies = [ 61 "bindgen", 62 "cmake", 63] 64 65[[package]] 66name = "bumpalo" 67version = "3.12.0" 68source = "registry+https://github.com/rust-lang/crates.io-index" 69checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535" 70 71[[package]] 72name = "cc" 73version = "1.0.79" 74source = "registry+https://github.com/rust-lang/crates.io-index" 75checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" 76 77[[package]] 78name = "cexpr" 79version = "0.6.0" 80source = "registry+https://github.com/rust-lang/crates.io-index" 81checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" 82dependencies = [ 83 "nom", 84] 85 86[[package]] 87name = "cfg-if" 88version = "1.0.0" 89source = "registry+https://github.com/rust-lang/crates.io-index" 90checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 91 92[[package]] 93name = "clang-sys" 94version = "1.6.1" 95source = "registry+https://github.com/rust-lang/crates.io-index" 96checksum = "c688fc74432808e3eb684cae8830a86be1d66a2bd58e1f248ed0960a590baf6f" 97dependencies = [ 98 "glob", 99 "libc", 100 "libloading", 101] 102 103[[package]] 104name = "cmake" 105version = "0.1.50" 106source = "registry+https://github.com/rust-lang/crates.io-index" 107checksum = "a31c789563b815f77f4250caee12365734369f942439b7defd71e18a48197130" 108dependencies = [ 109 "cc", 110] 111 112[[package]] 113name = "darling" 114version = "0.13.4" 115source = "registry+https://github.com/rust-lang/crates.io-index" 116checksum = "a01d95850c592940db9b8194bc39f4bc0e89dee5c4265e4b1807c34a9aba453c" 117dependencies = [ 118 "darling_core", 119 "darling_macro", 120] 121 122[[package]] 123name = "darling_core" 124version = "0.13.4" 125source = "registry+https://github.com/rust-lang/crates.io-index" 126checksum = "859d65a907b6852c9361e3185c862aae7fafd2887876799fa55f5f99dc40d610" 127dependencies = [ 128 "fnv", 129 "ident_case", 130 "proc-macro2", 131 "quote", 132 "strsim", 133 "syn 1.0.109", 134] 135 136[[package]] 137name = "darling_macro" 138version = "0.13.4" 139source = "registry+https://github.com/rust-lang/crates.io-index" 140checksum = "9c972679f83bdf9c42bd905396b6c3588a843a17f0f16dfcfa3e2c5d57441835" 141dependencies = [ 142 "darling_core", 143 "quote", 144 "syn 1.0.109", 145] 146 147[[package]] 148name = "data-encoding" 149version = "2.3.3" 150source = "registry+https://github.com/rust-lang/crates.io-index" 151checksum = "23d8666cb01533c39dde32bcbab8e227b4ed6679b2c925eba05feabea39508fb" 152 153[[package]] 154name = "fnv" 155version = "1.0.7" 156source = "registry+https://github.com/rust-lang/crates.io-index" 157checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 158 159[[package]] 160name = "foreign-types" 161version = "0.5.0" 162source = "registry+https://github.com/rust-lang/crates.io-index" 163checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965" 164dependencies = [ 165 "foreign-types-macros", 166 "foreign-types-shared", 167] 168 169[[package]] 170name = "foreign-types-macros" 171version = "0.2.3" 172source = "registry+https://github.com/rust-lang/crates.io-index" 173checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742" 174dependencies = [ 175 "proc-macro2", 176 "quote", 177 "syn 2.0.11", 178] 179 180[[package]] 181name = "foreign-types-shared" 182version = "0.3.1" 183source = "registry+https://github.com/rust-lang/crates.io-index" 184checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b" 185 186[[package]] 187name = "glob" 188version = "0.3.1" 189source = "registry+https://github.com/rust-lang/crates.io-index" 190checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" 191 192[[package]] 193name = "hashbrown" 194version = "0.12.3" 195source = "registry+https://github.com/rust-lang/crates.io-index" 196checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 197 198[[package]] 199name = "ident_case" 200version = "1.0.1" 201source = "registry+https://github.com/rust-lang/crates.io-index" 202checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 203 204[[package]] 205name = "idna" 206version = "0.1.5" 207source = "registry+https://github.com/rust-lang/crates.io-index" 208checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e" 209dependencies = [ 210 "matches", 211 "unicode-bidi", 212 "unicode-normalization", 213] 214 215[[package]] 216name = "indexmap" 217version = "1.9.3" 218source = "registry+https://github.com/rust-lang/crates.io-index" 219checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" 220dependencies = [ 221 "autocfg", 222 "hashbrown", 223] 224 225[[package]] 226name = "itoa" 227version = "1.0.6" 228source = "registry+https://github.com/rust-lang/crates.io-index" 229checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6" 230 231[[package]] 232name = "js-sys" 233version = "0.3.61" 234source = "registry+https://github.com/rust-lang/crates.io-index" 235checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730" 236dependencies = [ 237 "wasm-bindgen", 238] 239 240[[package]] 241name = "lazy_static" 242version = "1.4.0" 243source = "registry+https://github.com/rust-lang/crates.io-index" 244checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 245 246[[package]] 247name = "lazycell" 248version = "1.3.0" 249source = "registry+https://github.com/rust-lang/crates.io-index" 250checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" 251 252[[package]] 253name = "libc" 254version = "0.2.140" 255source = "registry+https://github.com/rust-lang/crates.io-index" 256checksum = "99227334921fae1a979cf0bfdfcc6b3e5ce376ef57e16fb6fb3ea2ed6095f80c" 257 258[[package]] 259name = "libloading" 260version = "0.7.4" 261source = "registry+https://github.com/rust-lang/crates.io-index" 262checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f" 263dependencies = [ 264 "cfg-if", 265 "winapi", 266] 267 268[[package]] 269name = "libm" 270version = "0.2.6" 271source = "registry+https://github.com/rust-lang/crates.io-index" 272checksum = "348108ab3fba42ec82ff6e9564fc4ca0247bdccdc68dd8af9764bbc79c3c8ffb" 273 274[[package]] 275name = "log" 276version = "0.4.17" 277source = "registry+https://github.com/rust-lang/crates.io-index" 278checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" 279dependencies = [ 280 "cfg-if", 281] 282 283[[package]] 284name = "matches" 285version = "0.1.10" 286source = "registry+https://github.com/rust-lang/crates.io-index" 287checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5" 288 289[[package]] 290name = "memchr" 291version = "2.5.0" 292source = "registry+https://github.com/rust-lang/crates.io-index" 293checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" 294 295[[package]] 296name = "minimal-lexical" 297version = "0.2.1" 298source = "registry+https://github.com/rust-lang/crates.io-index" 299checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 300 301[[package]] 302name = "mio" 303version = "0.8.6" 304source = "registry+https://github.com/rust-lang/crates.io-index" 305checksum = "5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9" 306dependencies = [ 307 "libc", 308 "log", 309 "wasi", 310 "windows-sys", 311] 312 313[[package]] 314name = "nom" 315version = "7.1.3" 316source = "registry+https://github.com/rust-lang/crates.io-index" 317checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 318dependencies = [ 319 "memchr", 320 "minimal-lexical", 321] 322 323[[package]] 324name = "num-traits" 325version = "0.2.15" 326source = "registry+https://github.com/rust-lang/crates.io-index" 327checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" 328dependencies = [ 329 "autocfg", 330] 331 332[[package]] 333name = "octets" 334version = "0.2.0" 335source = "registry+https://github.com/rust-lang/crates.io-index" 336checksum = "3a74f2cda724d43a0a63140af89836d4e7db6138ef67c9f96d3a0f0150d05000" 337 338[[package]] 339name = "once_cell" 340version = "1.17.1" 341source = "registry+https://github.com/rust-lang/crates.io-index" 342checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" 343 344[[package]] 345name = "peeking_take_while" 346version = "0.1.2" 347source = "registry+https://github.com/rust-lang/crates.io-index" 348checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099" 349 350[[package]] 351name = "percent-encoding" 352version = "1.0.1" 353source = "registry+https://github.com/rust-lang/crates.io-index" 354checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831" 355 356[[package]] 357name = "proc-macro2" 358version = "1.0.54" 359source = "registry+https://github.com/rust-lang/crates.io-index" 360checksum = "e472a104799c74b514a57226160104aa483546de37e839ec50e3c2e41dd87534" 361dependencies = [ 362 "unicode-ident", 363] 364 365[[package]] 366name = "qlog" 367version = "0.9.0" 368source = "registry+https://github.com/rust-lang/crates.io-index" 369checksum = "321df7a3199d152be256a416096136191e88b7716f1e2e4c8c05b9f77ffb648b" 370dependencies = [ 371 "serde", 372 "serde_derive", 373 "serde_json", 374 "serde_with", 375 "smallvec", 376] 377 378[[package]] 379name = "quiche" 380version = "0.17.1" 381dependencies = [ 382 "boring", 383 "cmake", 384 "foreign-types-shared", 385 "lazy_static", 386 "libc", 387 "libm", 388 "log", 389 "mio", 390 "octets", 391 "qlog", 392 "ring", 393 "sfv", 394 "slab", 395 "smallvec", 396 "url", 397 "winapi", 398] 399 400[[package]] 401name = "quote" 402version = "1.0.26" 403source = "registry+https://github.com/rust-lang/crates.io-index" 404checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc" 405dependencies = [ 406 "proc-macro2", 407] 408 409[[package]] 410name = "regex" 411version = "1.7.3" 412source = "registry+https://github.com/rust-lang/crates.io-index" 413checksum = "8b1f693b24f6ac912f4893ef08244d70b6067480d2f1a46e950c9691e6749d1d" 414dependencies = [ 415 "regex-syntax", 416] 417 418[[package]] 419name = "regex-syntax" 420version = "0.6.29" 421source = "registry+https://github.com/rust-lang/crates.io-index" 422checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" 423 424[[package]] 425name = "ring" 426version = "0.16.20" 427source = "registry+https://github.com/rust-lang/crates.io-index" 428checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc" 429dependencies = [ 430 "cc", 431 "libc", 432 "once_cell", 433 "spin", 434 "untrusted", 435 "web-sys", 436 "winapi", 437] 438 439[[package]] 440name = "rust_decimal" 441version = "1.29.1" 442source = "registry+https://github.com/rust-lang/crates.io-index" 443checksum = "26bd36b60561ee1fb5ec2817f198b6fd09fa571c897a5e86d1487cfc2b096dfc" 444dependencies = [ 445 "arrayvec", 446 "num-traits", 447] 448 449[[package]] 450name = "rustc-hash" 451version = "1.1.0" 452source = "registry+https://github.com/rust-lang/crates.io-index" 453checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 454 455[[package]] 456name = "ryu" 457version = "1.0.13" 458source = "registry+https://github.com/rust-lang/crates.io-index" 459checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041" 460 461[[package]] 462name = "serde" 463version = "1.0.159" 464source = "registry+https://github.com/rust-lang/crates.io-index" 465checksum = "3c04e8343c3daeec41f58990b9d77068df31209f2af111e059e9fe9646693065" 466dependencies = [ 467 "serde_derive", 468] 469 470[[package]] 471name = "serde_derive" 472version = "1.0.159" 473source = "registry+https://github.com/rust-lang/crates.io-index" 474checksum = "4c614d17805b093df4b147b51339e7e44bf05ef59fba1e45d83500bcfb4d8585" 475dependencies = [ 476 "proc-macro2", 477 "quote", 478 "syn 2.0.11", 479] 480 481[[package]] 482name = "serde_json" 483version = "1.0.95" 484source = "registry+https://github.com/rust-lang/crates.io-index" 485checksum = "d721eca97ac802aa7777b701877c8004d950fc142651367300d21c1cc0194744" 486dependencies = [ 487 "indexmap", 488 "itoa", 489 "ryu", 490 "serde", 491] 492 493[[package]] 494name = "serde_with" 495version = "1.14.0" 496source = "registry+https://github.com/rust-lang/crates.io-index" 497checksum = "678b5a069e50bf00ecd22d0cd8ddf7c236f68581b03db652061ed5eb13a312ff" 498dependencies = [ 499 "serde", 500 "serde_with_macros", 501] 502 503[[package]] 504name = "serde_with_macros" 505version = "1.5.2" 506source = "registry+https://github.com/rust-lang/crates.io-index" 507checksum = "e182d6ec6f05393cc0e5ed1bf81ad6db3a8feedf8ee515ecdd369809bcce8082" 508dependencies = [ 509 "darling", 510 "proc-macro2", 511 "quote", 512 "syn 1.0.109", 513] 514 515[[package]] 516name = "sfv" 517version = "0.9.3" 518source = "registry+https://github.com/rust-lang/crates.io-index" 519checksum = "b4f1641177943b4e6faf7622463ae6dfe0f143eb88799e91e2e2e68ede568af5" 520dependencies = [ 521 "data-encoding", 522 "indexmap", 523 "rust_decimal", 524] 525 526[[package]] 527name = "shlex" 528version = "1.1.0" 529source = "registry+https://github.com/rust-lang/crates.io-index" 530checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3" 531 532[[package]] 533name = "slab" 534version = "0.4.8" 535source = "registry+https://github.com/rust-lang/crates.io-index" 536checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d" 537dependencies = [ 538 "autocfg", 539] 540 541[[package]] 542name = "smallvec" 543version = "1.10.0" 544source = "registry+https://github.com/rust-lang/crates.io-index" 545checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" 546dependencies = [ 547 "serde", 548] 549 550[[package]] 551name = "spin" 552version = "0.5.2" 553source = "registry+https://github.com/rust-lang/crates.io-index" 554checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" 555 556[[package]] 557name = "strsim" 558version = "0.10.0" 559source = "registry+https://github.com/rust-lang/crates.io-index" 560checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" 561 562[[package]] 563name = "syn" 564version = "1.0.109" 565source = "registry+https://github.com/rust-lang/crates.io-index" 566checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 567dependencies = [ 568 "proc-macro2", 569 "quote", 570 "unicode-ident", 571] 572 573[[package]] 574name = "syn" 575version = "2.0.11" 576source = "registry+https://github.com/rust-lang/crates.io-index" 577checksum = "21e3787bb71465627110e7d87ed4faaa36c1f61042ee67badb9e2ef173accc40" 578dependencies = [ 579 "proc-macro2", 580 "quote", 581 "unicode-ident", 582] 583 584[[package]] 585name = "tinyvec" 586version = "1.6.0" 587source = "registry+https://github.com/rust-lang/crates.io-index" 588checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" 589dependencies = [ 590 "tinyvec_macros", 591] 592 593[[package]] 594name = "tinyvec_macros" 595version = "0.1.1" 596source = "registry+https://github.com/rust-lang/crates.io-index" 597checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 598 599[[package]] 600name = "unicode-bidi" 601version = "0.3.13" 602source = "registry+https://github.com/rust-lang/crates.io-index" 603checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460" 604 605[[package]] 606name = "unicode-ident" 607version = "1.0.8" 608source = "registry+https://github.com/rust-lang/crates.io-index" 609checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4" 610 611[[package]] 612name = "unicode-normalization" 613version = "0.1.22" 614source = "registry+https://github.com/rust-lang/crates.io-index" 615checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" 616dependencies = [ 617 "tinyvec", 618] 619 620[[package]] 621name = "untrusted" 622version = "0.7.1" 623source = "registry+https://github.com/rust-lang/crates.io-index" 624checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" 625 626[[package]] 627name = "url" 628version = "1.7.2" 629source = "registry+https://github.com/rust-lang/crates.io-index" 630checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a" 631dependencies = [ 632 "idna", 633 "matches", 634 "percent-encoding", 635] 636 637[[package]] 638name = "wasi" 639version = "0.11.0+wasi-snapshot-preview1" 640source = "registry+https://github.com/rust-lang/crates.io-index" 641checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 642 643[[package]] 644name = "wasm-bindgen" 645version = "0.2.84" 646source = "registry+https://github.com/rust-lang/crates.io-index" 647checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b" 648dependencies = [ 649 "cfg-if", 650 "wasm-bindgen-macro", 651] 652 653[[package]] 654name = "wasm-bindgen-backend" 655version = "0.2.84" 656source = "registry+https://github.com/rust-lang/crates.io-index" 657checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9" 658dependencies = [ 659 "bumpalo", 660 "log", 661 "once_cell", 662 "proc-macro2", 663 "quote", 664 "syn 1.0.109", 665 "wasm-bindgen-shared", 666] 667 668[[package]] 669name = "wasm-bindgen-macro" 670version = "0.2.84" 671source = "registry+https://github.com/rust-lang/crates.io-index" 672checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5" 673dependencies = [ 674 "quote", 675 "wasm-bindgen-macro-support", 676] 677 678[[package]] 679name = "wasm-bindgen-macro-support" 680version = "0.2.84" 681source = "registry+https://github.com/rust-lang/crates.io-index" 682checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6" 683dependencies = [ 684 "proc-macro2", 685 "quote", 686 "syn 1.0.109", 687 "wasm-bindgen-backend", 688 "wasm-bindgen-shared", 689] 690 691[[package]] 692name = "wasm-bindgen-shared" 693version = "0.2.84" 694source = "registry+https://github.com/rust-lang/crates.io-index" 695checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d" 696 697[[package]] 698name = "web-sys" 699version = "0.3.61" 700source = "registry+https://github.com/rust-lang/crates.io-index" 701checksum = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97" 702dependencies = [ 703 "js-sys", 704 "wasm-bindgen", 705] 706 707[[package]] 708name = "winapi" 709version = "0.3.9" 710source = "registry+https://github.com/rust-lang/crates.io-index" 711checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 712dependencies = [ 713 "winapi-i686-pc-windows-gnu", 714 "winapi-x86_64-pc-windows-gnu", 715] 716 717[[package]] 718name = "winapi-i686-pc-windows-gnu" 719version = "0.4.0" 720source = "registry+https://github.com/rust-lang/crates.io-index" 721checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 722 723[[package]] 724name = "winapi-x86_64-pc-windows-gnu" 725version = "0.4.0" 726source = "registry+https://github.com/rust-lang/crates.io-index" 727checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 728 729[[package]] 730name = "windows-sys" 731version = "0.45.0" 732source = "registry+https://github.com/rust-lang/crates.io-index" 733checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 734dependencies = [ 735 "windows-targets", 736] 737 738[[package]] 739name = "windows-targets" 740version = "0.42.2" 741source = "registry+https://github.com/rust-lang/crates.io-index" 742checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 743dependencies = [ 744 "windows_aarch64_gnullvm", 745 "windows_aarch64_msvc", 746 "windows_i686_gnu", 747 "windows_i686_msvc", 748 "windows_x86_64_gnu", 749 "windows_x86_64_gnullvm", 750 "windows_x86_64_msvc", 751] 752 753[[package]] 754name = "windows_aarch64_gnullvm" 755version = "0.42.2" 756source = "registry+https://github.com/rust-lang/crates.io-index" 757checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 758 759[[package]] 760name = "windows_aarch64_msvc" 761version = "0.42.2" 762source = "registry+https://github.com/rust-lang/crates.io-index" 763checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 764 765[[package]] 766name = "windows_i686_gnu" 767version = "0.42.2" 768source = "registry+https://github.com/rust-lang/crates.io-index" 769checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 770 771[[package]] 772name = "windows_i686_msvc" 773version = "0.42.2" 774source = "registry+https://github.com/rust-lang/crates.io-index" 775checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 776 777[[package]] 778name = "windows_x86_64_gnu" 779version = "0.42.2" 780source = "registry+https://github.com/rust-lang/crates.io-index" 781checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 782 783[[package]] 784name = "windows_x86_64_gnullvm" 785version = "0.42.2" 786source = "registry+https://github.com/rust-lang/crates.io-index" 787checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 788 789[[package]] 790name = "windows_x86_64_msvc" 791version = "0.42.2" 792source = "registry+https://github.com/rust-lang/crates.io-index" 793checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 794