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 = "0.7.20" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac" 10dependencies = [ 11 "memchr", 12] 13 14[[package]] 15name = "anyhow" 16version = "1.0.69" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800" 19 20[[package]] 21name = "assert-json-diff" 22version = "2.0.2" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "47e4f2b81832e72834d7518d8487a0396a28cc408186a2e8854c0f98011faf12" 25dependencies = [ 26 "serde", 27 "serde_json", 28] 29 30[[package]] 31name = "async-channel" 32version = "1.8.0" 33source = "registry+https://github.com/rust-lang/crates.io-index" 34checksum = "cf46fee83e5ccffc220104713af3292ff9bc7c64c7de289f66dae8e38d826833" 35dependencies = [ 36 "concurrent-queue", 37 "event-listener", 38 "futures-core", 39] 40 41[[package]] 42name = "async-executor" 43version = "1.5.0" 44source = "registry+https://github.com/rust-lang/crates.io-index" 45checksum = "17adb73da160dfb475c183343c8cccd80721ea5a605d3eb57125f0a7b7a92d0b" 46dependencies = [ 47 "async-lock", 48 "async-task", 49 "concurrent-queue", 50 "fastrand", 51 "futures-lite", 52 "slab", 53] 54 55[[package]] 56name = "async-global-executor" 57version = "2.3.1" 58source = "registry+https://github.com/rust-lang/crates.io-index" 59checksum = "f1b6f5d7df27bd294849f8eec66ecfc63d11814df7a4f5d74168a2394467b776" 60dependencies = [ 61 "async-channel", 62 "async-executor", 63 "async-io", 64 "async-lock", 65 "blocking", 66 "futures-lite", 67 "once_cell", 68] 69 70[[package]] 71name = "async-io" 72version = "1.12.0" 73source = "registry+https://github.com/rust-lang/crates.io-index" 74checksum = "8c374dda1ed3e7d8f0d9ba58715f924862c63eae6849c92d3a18e7fbde9e2794" 75dependencies = [ 76 "async-lock", 77 "autocfg", 78 "concurrent-queue", 79 "futures-lite", 80 "libc", 81 "log", 82 "parking", 83 "polling", 84 "slab", 85 "socket2", 86 "waker-fn", 87 "windows-sys 0.42.0", 88] 89 90[[package]] 91name = "async-lock" 92version = "2.7.0" 93source = "registry+https://github.com/rust-lang/crates.io-index" 94checksum = "fa24f727524730b077666307f2734b4a1a1c57acb79193127dcc8914d5242dd7" 95dependencies = [ 96 "event-listener", 97] 98 99[[package]] 100name = "async-object-pool" 101version = "0.1.4" 102source = "registry+https://github.com/rust-lang/crates.io-index" 103checksum = "aeb901c30ebc2fc4ab46395bbfbdba9542c16559d853645d75190c3056caf3bc" 104dependencies = [ 105 "async-std", 106] 107 108[[package]] 109name = "async-process" 110version = "1.6.0" 111source = "registry+https://github.com/rust-lang/crates.io-index" 112checksum = "6381ead98388605d0d9ff86371043b5aa922a3905824244de40dc263a14fcba4" 113dependencies = [ 114 "async-io", 115 "async-lock", 116 "autocfg", 117 "blocking", 118 "cfg-if", 119 "event-listener", 120 "futures-lite", 121 "libc", 122 "signal-hook", 123 "windows-sys 0.42.0", 124] 125 126[[package]] 127name = "async-std" 128version = "1.12.0" 129source = "registry+https://github.com/rust-lang/crates.io-index" 130checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d" 131dependencies = [ 132 "async-channel", 133 "async-global-executor", 134 "async-io", 135 "async-lock", 136 "async-process", 137 "crossbeam-utils", 138 "futures-channel", 139 "futures-core", 140 "futures-io", 141 "futures-lite", 142 "gloo-timers", 143 "kv-log-macro", 144 "log", 145 "memchr", 146 "once_cell", 147 "pin-project-lite", 148 "pin-utils", 149 "slab", 150 "wasm-bindgen-futures", 151] 152 153[[package]] 154name = "async-task" 155version = "4.3.0" 156source = "registry+https://github.com/rust-lang/crates.io-index" 157checksum = "7a40729d2133846d9ed0ea60a8b9541bccddab49cd30f0715a1da672fe9a2524" 158 159[[package]] 160name = "async-trait" 161version = "0.1.64" 162source = "registry+https://github.com/rust-lang/crates.io-index" 163checksum = "1cd7fce9ba8c3c042128ce72d8b2ddbf3a05747efb67ea0313c635e10bda47a2" 164dependencies = [ 165 "proc-macro2", 166 "quote", 167 "syn", 168] 169 170[[package]] 171name = "atomic-waker" 172version = "1.1.0" 173source = "registry+https://github.com/rust-lang/crates.io-index" 174checksum = "debc29dde2e69f9e47506b525f639ed42300fc014a3e007832592448fa8e4599" 175 176[[package]] 177name = "autocfg" 178version = "1.1.0" 179source = "registry+https://github.com/rust-lang/crates.io-index" 180checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 181 182[[package]] 183name = "base64" 184version = "0.13.1" 185source = "registry+https://github.com/rust-lang/crates.io-index" 186checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" 187 188[[package]] 189name = "base64" 190version = "0.21.0" 191source = "registry+https://github.com/rust-lang/crates.io-index" 192checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a" 193 194[[package]] 195name = "block-buffer" 196version = "0.9.0" 197source = "registry+https://github.com/rust-lang/crates.io-index" 198checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4" 199dependencies = [ 200 "generic-array", 201] 202 203[[package]] 204name = "blocking" 205version = "1.3.0" 206source = "registry+https://github.com/rust-lang/crates.io-index" 207checksum = "3c67b173a56acffd6d2326fb7ab938ba0b00a71480e14902b2591c87bc5741e8" 208dependencies = [ 209 "async-channel", 210 "async-lock", 211 "async-task", 212 "atomic-waker", 213 "fastrand", 214 "futures-lite", 215] 216 217[[package]] 218name = "bumpalo" 219version = "3.12.0" 220source = "registry+https://github.com/rust-lang/crates.io-index" 221checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535" 222 223[[package]] 224name = "bytes" 225version = "1.4.0" 226source = "registry+https://github.com/rust-lang/crates.io-index" 227checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be" 228 229[[package]] 230name = "castaway" 231version = "0.2.2" 232source = "registry+https://github.com/rust-lang/crates.io-index" 233checksum = "8a17ed5635fc8536268e5d4de1e22e81ac34419e5f052d4d51f4e01dcc263fcc" 234dependencies = [ 235 "rustversion", 236] 237 238[[package]] 239name = "cc" 240version = "1.0.79" 241source = "registry+https://github.com/rust-lang/crates.io-index" 242checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" 243 244[[package]] 245name = "cfg-if" 246version = "1.0.0" 247source = "registry+https://github.com/rust-lang/crates.io-index" 248checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 249 250[[package]] 251name = "concurrent-queue" 252version = "2.1.0" 253source = "registry+https://github.com/rust-lang/crates.io-index" 254checksum = "c278839b831783b70278b14df4d45e1beb1aad306c07bb796637de9a0e323e8e" 255dependencies = [ 256 "crossbeam-utils", 257] 258 259[[package]] 260name = "crossbeam-utils" 261version = "0.8.15" 262source = "registry+https://github.com/rust-lang/crates.io-index" 263checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b" 264dependencies = [ 265 "cfg-if", 266] 267 268[[package]] 269name = "ctor" 270version = "0.1.26" 271source = "registry+https://github.com/rust-lang/crates.io-index" 272checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096" 273dependencies = [ 274 "quote", 275 "syn", 276] 277 278[[package]] 279name = "curl" 280version = "0.4.44" 281source = "registry+https://github.com/rust-lang/crates.io-index" 282checksum = "509bd11746c7ac09ebd19f0b17782eae80aadee26237658a6b4808afb5c11a22" 283dependencies = [ 284 "curl-sys", 285 "libc", 286 "schannel", 287 "socket2", 288 "winapi", 289] 290 291[[package]] 292name = "curl-sys" 293version = "0.4.60+curl-7.88.1" 294source = "registry+https://github.com/rust-lang/crates.io-index" 295checksum = "717abe2cb465a5da6ce06617388a3980c9a2844196734bec8ccb8e575250f13f" 296dependencies = [ 297 "cc", 298 "libc", 299 "libnghttp2-sys", 300 "libz-sys", 301 "pkg-config", 302 "rustls-ffi", 303 "vcpkg", 304 "winapi", 305] 306 307[[package]] 308name = "digest" 309version = "0.9.0" 310source = "registry+https://github.com/rust-lang/crates.io-index" 311checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066" 312dependencies = [ 313 "generic-array", 314] 315 316[[package]] 317name = "encoding_rs" 318version = "0.8.32" 319source = "registry+https://github.com/rust-lang/crates.io-index" 320checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394" 321dependencies = [ 322 "cfg-if", 323] 324 325[[package]] 326name = "event-listener" 327version = "2.5.3" 328source = "registry+https://github.com/rust-lang/crates.io-index" 329checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" 330 331[[package]] 332name = "fastrand" 333version = "1.9.0" 334source = "registry+https://github.com/rust-lang/crates.io-index" 335checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" 336dependencies = [ 337 "instant", 338] 339 340[[package]] 341name = "fnv" 342version = "1.0.7" 343source = "registry+https://github.com/rust-lang/crates.io-index" 344checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 345 346[[package]] 347name = "form_urlencoded" 348version = "1.1.0" 349source = "registry+https://github.com/rust-lang/crates.io-index" 350checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8" 351dependencies = [ 352 "percent-encoding", 353] 354 355[[package]] 356name = "futures-channel" 357version = "0.3.26" 358source = "registry+https://github.com/rust-lang/crates.io-index" 359checksum = "2e5317663a9089767a1ec00a487df42e0ca174b61b4483213ac24448e4664df5" 360dependencies = [ 361 "futures-core", 362] 363 364[[package]] 365name = "futures-core" 366version = "0.3.26" 367source = "registry+https://github.com/rust-lang/crates.io-index" 368checksum = "ec90ff4d0fe1f57d600049061dc6bb68ed03c7d2fbd697274c41805dcb3f8608" 369 370[[package]] 371name = "futures-io" 372version = "0.3.26" 373source = "registry+https://github.com/rust-lang/crates.io-index" 374checksum = "bfb8371b6fb2aeb2d280374607aeabfc99d95c72edfe51692e42d3d7f0d08531" 375 376[[package]] 377name = "futures-lite" 378version = "1.12.0" 379source = "registry+https://github.com/rust-lang/crates.io-index" 380checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48" 381dependencies = [ 382 "fastrand", 383 "futures-core", 384 "futures-io", 385 "memchr", 386 "parking", 387 "pin-project-lite", 388 "waker-fn", 389] 390 391[[package]] 392name = "futures-macro" 393version = "0.3.26" 394source = "registry+https://github.com/rust-lang/crates.io-index" 395checksum = "95a73af87da33b5acf53acfebdc339fe592ecf5357ac7c0a7734ab9d8c876a70" 396dependencies = [ 397 "proc-macro2", 398 "quote", 399 "syn", 400] 401 402[[package]] 403name = "futures-sink" 404version = "0.3.26" 405source = "registry+https://github.com/rust-lang/crates.io-index" 406checksum = "f310820bb3e8cfd46c80db4d7fb8353e15dfff853a127158425f31e0be6c8364" 407 408[[package]] 409name = "futures-task" 410version = "0.3.26" 411source = "registry+https://github.com/rust-lang/crates.io-index" 412checksum = "dcf79a1bf610b10f42aea489289c5a2c478a786509693b80cd39c44ccd936366" 413 414[[package]] 415name = "futures-util" 416version = "0.3.26" 417source = "registry+https://github.com/rust-lang/crates.io-index" 418checksum = "9c1d6de3acfef38d2be4b1f543f553131788603495be83da675e180c8d6b7bd1" 419dependencies = [ 420 "futures-core", 421 "futures-io", 422 "futures-macro", 423 "futures-task", 424 "memchr", 425 "pin-project-lite", 426 "pin-utils", 427 "slab", 428] 429 430[[package]] 431name = "generic-array" 432version = "0.14.6" 433source = "registry+https://github.com/rust-lang/crates.io-index" 434checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9" 435dependencies = [ 436 "typenum", 437 "version_check", 438] 439 440[[package]] 441name = "gloo-timers" 442version = "0.2.6" 443source = "registry+https://github.com/rust-lang/crates.io-index" 444checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c" 445dependencies = [ 446 "futures-channel", 447 "futures-core", 448 "js-sys", 449 "wasm-bindgen", 450] 451 452[[package]] 453name = "h2" 454version = "0.3.16" 455source = "registry+https://github.com/rust-lang/crates.io-index" 456checksum = "5be7b54589b581f624f566bf5d8eb2bab1db736c51528720b6bd36b96b55924d" 457dependencies = [ 458 "bytes", 459 "fnv", 460 "futures-core", 461 "futures-sink", 462 "futures-util", 463 "http", 464 "indexmap", 465 "slab", 466 "tokio", 467 "tokio-util", 468 "tracing", 469] 470 471[[package]] 472name = "hashbrown" 473version = "0.12.3" 474source = "registry+https://github.com/rust-lang/crates.io-index" 475checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 476 477[[package]] 478name = "hermit-abi" 479version = "0.2.6" 480source = "registry+https://github.com/rust-lang/crates.io-index" 481checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7" 482dependencies = [ 483 "libc", 484] 485 486[[package]] 487name = "hex-literal" 488version = "0.3.4" 489source = "registry+https://github.com/rust-lang/crates.io-index" 490checksum = "7ebdb29d2ea9ed0083cd8cece49bbd968021bd99b0849edb4a9a7ee0fdf6a4e0" 491 492[[package]] 493name = "http" 494version = "0.2.9" 495source = "registry+https://github.com/rust-lang/crates.io-index" 496checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482" 497dependencies = [ 498 "bytes", 499 "fnv", 500 "itoa", 501] 502 503[[package]] 504name = "http-body" 505version = "0.4.5" 506source = "registry+https://github.com/rust-lang/crates.io-index" 507checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1" 508dependencies = [ 509 "bytes", 510 "http", 511 "pin-project-lite", 512] 513 514[[package]] 515name = "httparse" 516version = "1.8.0" 517source = "registry+https://github.com/rust-lang/crates.io-index" 518checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" 519 520[[package]] 521name = "httpdate" 522version = "1.0.2" 523source = "registry+https://github.com/rust-lang/crates.io-index" 524checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421" 525 526[[package]] 527name = "httpmock" 528version = "0.6.7" 529source = "git+https://github.com/alexliesenfeld/httpmock.git?rev=9ecf35255ee154986bc36d06473f1fa088586ad9#9ecf35255ee154986bc36d06473f1fa088586ad9" 530dependencies = [ 531 "assert-json-diff", 532 "async-object-pool", 533 "async-trait", 534 "base64 0.13.1", 535 "crossbeam-utils", 536 "form_urlencoded", 537 "futures-util", 538 "hyper", 539 "isahc", 540 "lazy_static", 541 "levenshtein", 542 "log", 543 "regex", 544 "serde", 545 "serde_json", 546 "serde_regex", 547 "similar", 548 "tokio", 549 "url", 550] 551 552[[package]] 553name = "hyper" 554version = "0.14.24" 555source = "registry+https://github.com/rust-lang/crates.io-index" 556checksum = "5e011372fa0b68db8350aa7a248930ecc7839bf46d8485577d69f117a75f164c" 557dependencies = [ 558 "bytes", 559 "futures-channel", 560 "futures-core", 561 "futures-util", 562 "h2", 563 "http", 564 "http-body", 565 "httparse", 566 "httpdate", 567 "itoa", 568 "pin-project-lite", 569 "socket2", 570 "tokio", 571 "tower-service", 572 "tracing", 573 "want", 574] 575 576[[package]] 577name = "hyper-rustls" 578version = "0.23.2" 579source = "registry+https://github.com/rust-lang/crates.io-index" 580checksum = "1788965e61b367cd03a62950836d5cd41560c3577d90e40e0819373194d1661c" 581dependencies = [ 582 "http", 583 "hyper", 584 "rustls", 585 "tokio", 586 "tokio-rustls", 587] 588 589[[package]] 590name = "idna" 591version = "0.3.0" 592source = "registry+https://github.com/rust-lang/crates.io-index" 593checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6" 594dependencies = [ 595 "unicode-bidi", 596 "unicode-normalization", 597] 598 599[[package]] 600name = "indexmap" 601version = "1.9.2" 602source = "registry+https://github.com/rust-lang/crates.io-index" 603checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399" 604dependencies = [ 605 "autocfg", 606 "hashbrown", 607] 608 609[[package]] 610name = "instant" 611version = "0.1.12" 612source = "registry+https://github.com/rust-lang/crates.io-index" 613checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 614dependencies = [ 615 "cfg-if", 616] 617 618[[package]] 619name = "ipnet" 620version = "2.7.1" 621source = "registry+https://github.com/rust-lang/crates.io-index" 622checksum = "30e22bd8629359895450b59ea7a776c850561b96a3b1d31321c1949d9e6c9146" 623 624[[package]] 625name = "isahc" 626version = "1.7.0" 627source = "git+https://github.com/sagebind/isahc.git?rev=096aff7b13f4ff5bb474fdc27bc30b297a2968f6#096aff7b13f4ff5bb474fdc27bc30b297a2968f6" 628dependencies = [ 629 "async-channel", 630 "castaway", 631 "crossbeam-utils", 632 "curl", 633 "curl-sys", 634 "encoding_rs", 635 "event-listener", 636 "futures-io", 637 "futures-lite", 638 "http", 639 "log", 640 "mime", 641 "once_cell", 642 "polling", 643 "serde", 644 "serde_json", 645 "sluice", 646 "tracing", 647 "tracing-futures", 648 "url", 649 "waker-fn", 650] 651 652[[package]] 653name = "itoa" 654version = "1.0.5" 655source = "registry+https://github.com/rust-lang/crates.io-index" 656checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440" 657 658[[package]] 659name = "js-sys" 660version = "0.3.61" 661source = "registry+https://github.com/rust-lang/crates.io-index" 662checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730" 663dependencies = [ 664 "wasm-bindgen", 665] 666 667[[package]] 668name = "kv-log-macro" 669version = "1.0.7" 670source = "registry+https://github.com/rust-lang/crates.io-index" 671checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f" 672dependencies = [ 673 "log", 674] 675 676[[package]] 677name = "lazy_static" 678version = "1.4.0" 679source = "registry+https://github.com/rust-lang/crates.io-index" 680checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 681 682[[package]] 683name = "levenshtein" 684version = "1.0.5" 685source = "registry+https://github.com/rust-lang/crates.io-index" 686checksum = "db13adb97ab515a3691f56e4dbab09283d0b86cb45abd991d8634a9d6f501760" 687 688[[package]] 689name = "libc" 690version = "0.2.139" 691source = "registry+https://github.com/rust-lang/crates.io-index" 692checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79" 693 694[[package]] 695name = "libnghttp2-sys" 696version = "0.1.7+1.45.0" 697source = "registry+https://github.com/rust-lang/crates.io-index" 698checksum = "57ed28aba195b38d5ff02b9170cbff627e336a20925e43b4945390401c5dc93f" 699dependencies = [ 700 "cc", 701 "libc", 702] 703 704[[package]] 705name = "libz-sys" 706version = "1.1.8" 707source = "registry+https://github.com/rust-lang/crates.io-index" 708checksum = "9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf" 709dependencies = [ 710 "cc", 711 "libc", 712 "pkg-config", 713 "vcpkg", 714] 715 716[[package]] 717name = "log" 718version = "0.4.17" 719source = "registry+https://github.com/rust-lang/crates.io-index" 720checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" 721dependencies = [ 722 "cfg-if", 723 "value-bag", 724] 725 726[[package]] 727name = "md-5" 728version = "0.9.1" 729source = "registry+https://github.com/rust-lang/crates.io-index" 730checksum = "7b5a279bb9607f9f53c22d496eade00d138d1bdcccd07d74650387cf94942a15" 731dependencies = [ 732 "block-buffer", 733 "digest", 734 "opaque-debug", 735] 736 737[[package]] 738name = "memchr" 739version = "2.5.0" 740source = "registry+https://github.com/rust-lang/crates.io-index" 741checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" 742 743[[package]] 744name = "mime" 745version = "0.3.16" 746source = "registry+https://github.com/rust-lang/crates.io-index" 747checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d" 748 749[[package]] 750name = "mio" 751version = "0.8.6" 752source = "registry+https://github.com/rust-lang/crates.io-index" 753checksum = "5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9" 754dependencies = [ 755 "libc", 756 "log", 757 "wasi", 758 "windows-sys 0.45.0", 759] 760 761[[package]] 762name = "num_cpus" 763version = "1.15.0" 764source = "registry+https://github.com/rust-lang/crates.io-index" 765checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b" 766dependencies = [ 767 "hermit-abi", 768 "libc", 769] 770 771[[package]] 772name = "num_enum" 773version = "0.5.11" 774source = "registry+https://github.com/rust-lang/crates.io-index" 775checksum = "1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9" 776dependencies = [ 777 "num_enum_derive", 778] 779 780[[package]] 781name = "num_enum_derive" 782version = "0.5.11" 783source = "registry+https://github.com/rust-lang/crates.io-index" 784checksum = "dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799" 785dependencies = [ 786 "proc-macro-crate", 787 "proc-macro2", 788 "quote", 789 "syn", 790] 791 792[[package]] 793name = "once_cell" 794version = "1.17.1" 795source = "registry+https://github.com/rust-lang/crates.io-index" 796checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" 797 798[[package]] 799name = "opaque-debug" 800version = "0.3.0" 801source = "registry+https://github.com/rust-lang/crates.io-index" 802checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" 803 804[[package]] 805name = "parking" 806version = "2.0.0" 807source = "registry+https://github.com/rust-lang/crates.io-index" 808checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72" 809 810[[package]] 811name = "percent-encoding" 812version = "2.2.0" 813source = "registry+https://github.com/rust-lang/crates.io-index" 814checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e" 815 816[[package]] 817name = "pin-project" 818version = "1.0.12" 819source = "registry+https://github.com/rust-lang/crates.io-index" 820checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc" 821dependencies = [ 822 "pin-project-internal", 823] 824 825[[package]] 826name = "pin-project-internal" 827version = "1.0.12" 828source = "registry+https://github.com/rust-lang/crates.io-index" 829checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55" 830dependencies = [ 831 "proc-macro2", 832 "quote", 833 "syn", 834] 835 836[[package]] 837name = "pin-project-lite" 838version = "0.2.9" 839source = "registry+https://github.com/rust-lang/crates.io-index" 840checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116" 841 842[[package]] 843name = "pin-utils" 844version = "0.1.0" 845source = "registry+https://github.com/rust-lang/crates.io-index" 846checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 847 848[[package]] 849name = "pkg-config" 850version = "0.3.26" 851source = "registry+https://github.com/rust-lang/crates.io-index" 852checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160" 853 854[[package]] 855name = "pkg_a" 856version = "0.1.0" 857dependencies = [ 858 "anyhow", 859 "httpmock", 860 "reqwest", 861] 862 863[[package]] 864name = "pkg_b" 865version = "0.1.0" 866dependencies = [ 867 "rustls", 868 "rustls-pemfile 1.0.2", 869] 870 871[[package]] 872name = "pkg_c" 873version = "0.1.0" 874dependencies = [ 875 "hex-literal", 876 "md-5", 877] 878 879[[package]] 880name = "polling" 881version = "2.5.2" 882source = "registry+https://github.com/rust-lang/crates.io-index" 883checksum = "22122d5ec4f9fe1b3916419b76be1e80bcb93f618d071d2edf841b137b2a2bd6" 884dependencies = [ 885 "autocfg", 886 "cfg-if", 887 "libc", 888 "log", 889 "wepoll-ffi", 890 "windows-sys 0.42.0", 891] 892 893[[package]] 894name = "proc-macro-crate" 895version = "1.3.1" 896source = "registry+https://github.com/rust-lang/crates.io-index" 897checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919" 898dependencies = [ 899 "once_cell", 900 "toml_edit", 901] 902 903[[package]] 904name = "proc-macro2" 905version = "1.0.51" 906source = "registry+https://github.com/rust-lang/crates.io-index" 907checksum = "5d727cae5b39d21da60fa540906919ad737832fe0b1c165da3a34d6548c849d6" 908dependencies = [ 909 "unicode-ident", 910] 911 912[[package]] 913name = "quote" 914version = "1.0.23" 915source = "registry+https://github.com/rust-lang/crates.io-index" 916checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b" 917dependencies = [ 918 "proc-macro2", 919] 920 921[[package]] 922name = "regex" 923version = "1.7.1" 924source = "registry+https://github.com/rust-lang/crates.io-index" 925checksum = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733" 926dependencies = [ 927 "aho-corasick", 928 "memchr", 929 "regex-syntax", 930] 931 932[[package]] 933name = "regex-syntax" 934version = "0.6.28" 935source = "registry+https://github.com/rust-lang/crates.io-index" 936checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848" 937 938[[package]] 939name = "reqwest" 940version = "0.11.14" 941source = "registry+https://github.com/rust-lang/crates.io-index" 942checksum = "21eed90ec8570952d53b772ecf8f206aa1ec9a3d76b2521c56c42973f2d91ee9" 943dependencies = [ 944 "base64 0.21.0", 945 "bytes", 946 "encoding_rs", 947 "futures-core", 948 "futures-util", 949 "h2", 950 "http", 951 "http-body", 952 "hyper", 953 "hyper-rustls", 954 "ipnet", 955 "js-sys", 956 "log", 957 "mime", 958 "once_cell", 959 "percent-encoding", 960 "pin-project-lite", 961 "rustls", 962 "rustls-pemfile 1.0.2", 963 "serde", 964 "serde_json", 965 "serde_urlencoded", 966 "tokio", 967 "tokio-rustls", 968 "tower-service", 969 "url", 970 "wasm-bindgen", 971 "wasm-bindgen-futures", 972 "web-sys", 973 "webpki-roots", 974 "winreg", 975] 976 977[[package]] 978name = "ring" 979version = "0.16.20" 980source = "registry+https://github.com/rust-lang/crates.io-index" 981checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc" 982dependencies = [ 983 "cc", 984 "libc", 985 "once_cell", 986 "spin", 987 "untrusted", 988 "web-sys", 989 "winapi", 990] 991 992[[package]] 993name = "rustls" 994version = "0.20.8" 995source = "registry+https://github.com/rust-lang/crates.io-index" 996checksum = "fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f" 997dependencies = [ 998 "log", 999 "ring", 1000 "sct", 1001 "webpki", 1002] 1003 1004[[package]] 1005name = "rustls-ffi" 1006version = "0.8.2" 1007source = "registry+https://github.com/rust-lang/crates.io-index" 1008checksum = "9da52707cca59e6eef8a78f3ad8d04024254a168ed1b41eb4dfa9616eace781a" 1009dependencies = [ 1010 "libc", 1011 "log", 1012 "num_enum", 1013 "rustls", 1014 "rustls-pemfile 0.2.1", 1015 "sct", 1016 "webpki", 1017] 1018 1019[[package]] 1020name = "rustls-pemfile" 1021version = "0.2.1" 1022source = "registry+https://github.com/rust-lang/crates.io-index" 1023checksum = "5eebeaeb360c87bfb72e84abdb3447159c0eaececf1bef2aecd65a8be949d1c9" 1024dependencies = [ 1025 "base64 0.13.1", 1026] 1027 1028[[package]] 1029name = "rustls-pemfile" 1030version = "1.0.2" 1031source = "registry+https://github.com/rust-lang/crates.io-index" 1032checksum = "d194b56d58803a43635bdc398cd17e383d6f71f9182b9a192c127ca42494a59b" 1033dependencies = [ 1034 "base64 0.21.0", 1035] 1036 1037[[package]] 1038name = "rustversion" 1039version = "1.0.11" 1040source = "registry+https://github.com/rust-lang/crates.io-index" 1041checksum = "5583e89e108996506031660fe09baa5011b9dd0341b89029313006d1fb508d70" 1042 1043[[package]] 1044name = "ryu" 1045version = "1.0.12" 1046source = "registry+https://github.com/rust-lang/crates.io-index" 1047checksum = "7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde" 1048 1049[[package]] 1050name = "schannel" 1051version = "0.1.21" 1052source = "registry+https://github.com/rust-lang/crates.io-index" 1053checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3" 1054dependencies = [ 1055 "windows-sys 0.42.0", 1056] 1057 1058[[package]] 1059name = "sct" 1060version = "0.7.0" 1061source = "registry+https://github.com/rust-lang/crates.io-index" 1062checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4" 1063dependencies = [ 1064 "ring", 1065 "untrusted", 1066] 1067 1068[[package]] 1069name = "serde" 1070version = "1.0.152" 1071source = "registry+https://github.com/rust-lang/crates.io-index" 1072checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb" 1073dependencies = [ 1074 "serde_derive", 1075] 1076 1077[[package]] 1078name = "serde_derive" 1079version = "1.0.152" 1080source = "registry+https://github.com/rust-lang/crates.io-index" 1081checksum = "af487d118eecd09402d70a5d72551860e788df87b464af30e5ea6a38c75c541e" 1082dependencies = [ 1083 "proc-macro2", 1084 "quote", 1085 "syn", 1086] 1087 1088[[package]] 1089name = "serde_json" 1090version = "1.0.93" 1091source = "registry+https://github.com/rust-lang/crates.io-index" 1092checksum = "cad406b69c91885b5107daf2c29572f6c8cdb3c66826821e286c533490c0bc76" 1093dependencies = [ 1094 "itoa", 1095 "ryu", 1096 "serde", 1097] 1098 1099[[package]] 1100name = "serde_regex" 1101version = "1.1.0" 1102source = "registry+https://github.com/rust-lang/crates.io-index" 1103checksum = "a8136f1a4ea815d7eac4101cfd0b16dc0cb5e1fe1b8609dfd728058656b7badf" 1104dependencies = [ 1105 "regex", 1106 "serde", 1107] 1108 1109[[package]] 1110name = "serde_urlencoded" 1111version = "0.7.1" 1112source = "registry+https://github.com/rust-lang/crates.io-index" 1113checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 1114dependencies = [ 1115 "form_urlencoded", 1116 "itoa", 1117 "ryu", 1118 "serde", 1119] 1120 1121[[package]] 1122name = "signal-hook" 1123version = "0.3.15" 1124source = "registry+https://github.com/rust-lang/crates.io-index" 1125checksum = "732768f1176d21d09e076c23a93123d40bba92d50c4058da34d45c8de8e682b9" 1126dependencies = [ 1127 "libc", 1128 "signal-hook-registry", 1129] 1130 1131[[package]] 1132name = "signal-hook-registry" 1133version = "1.4.1" 1134source = "registry+https://github.com/rust-lang/crates.io-index" 1135checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1" 1136dependencies = [ 1137 "libc", 1138] 1139 1140[[package]] 1141name = "similar" 1142version = "2.2.1" 1143source = "registry+https://github.com/rust-lang/crates.io-index" 1144checksum = "420acb44afdae038210c99e69aae24109f32f15500aa708e81d46c9f29d55fcf" 1145 1146[[package]] 1147name = "slab" 1148version = "0.4.8" 1149source = "registry+https://github.com/rust-lang/crates.io-index" 1150checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d" 1151dependencies = [ 1152 "autocfg", 1153] 1154 1155[[package]] 1156name = "sluice" 1157version = "0.5.5" 1158source = "registry+https://github.com/rust-lang/crates.io-index" 1159checksum = "6d7400c0eff44aa2fcb5e31a5f24ba9716ed90138769e4977a2ba6014ae63eb5" 1160dependencies = [ 1161 "async-channel", 1162 "futures-core", 1163 "futures-io", 1164] 1165 1166[[package]] 1167name = "socket2" 1168version = "0.4.9" 1169source = "registry+https://github.com/rust-lang/crates.io-index" 1170checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662" 1171dependencies = [ 1172 "libc", 1173 "winapi", 1174] 1175 1176[[package]] 1177name = "spin" 1178version = "0.5.2" 1179source = "registry+https://github.com/rust-lang/crates.io-index" 1180checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" 1181 1182[[package]] 1183name = "syn" 1184version = "1.0.109" 1185source = "registry+https://github.com/rust-lang/crates.io-index" 1186checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 1187dependencies = [ 1188 "proc-macro2", 1189 "quote", 1190 "unicode-ident", 1191] 1192 1193[[package]] 1194name = "tinyvec" 1195version = "1.6.0" 1196source = "registry+https://github.com/rust-lang/crates.io-index" 1197checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" 1198dependencies = [ 1199 "tinyvec_macros", 1200] 1201 1202[[package]] 1203name = "tinyvec_macros" 1204version = "0.1.1" 1205source = "registry+https://github.com/rust-lang/crates.io-index" 1206checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 1207 1208[[package]] 1209name = "tokio" 1210version = "1.26.0" 1211source = "registry+https://github.com/rust-lang/crates.io-index" 1212checksum = "03201d01c3c27a29c8a5cee5b55a93ddae1ccf6f08f65365c2c918f8c1b76f64" 1213dependencies = [ 1214 "autocfg", 1215 "bytes", 1216 "libc", 1217 "memchr", 1218 "mio", 1219 "num_cpus", 1220 "pin-project-lite", 1221 "signal-hook-registry", 1222 "socket2", 1223 "tokio-macros", 1224 "windows-sys 0.45.0", 1225] 1226 1227[[package]] 1228name = "tokio-macros" 1229version = "1.8.2" 1230source = "registry+https://github.com/rust-lang/crates.io-index" 1231checksum = "d266c00fde287f55d3f1c3e96c500c362a2b8c695076ec180f27918820bc6df8" 1232dependencies = [ 1233 "proc-macro2", 1234 "quote", 1235 "syn", 1236] 1237 1238[[package]] 1239name = "tokio-rustls" 1240version = "0.23.4" 1241source = "registry+https://github.com/rust-lang/crates.io-index" 1242checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59" 1243dependencies = [ 1244 "rustls", 1245 "tokio", 1246 "webpki", 1247] 1248 1249[[package]] 1250name = "tokio-util" 1251version = "0.7.7" 1252source = "registry+https://github.com/rust-lang/crates.io-index" 1253checksum = "5427d89453009325de0d8f342c9490009f76e999cb7672d77e46267448f7e6b2" 1254dependencies = [ 1255 "bytes", 1256 "futures-core", 1257 "futures-sink", 1258 "pin-project-lite", 1259 "tokio", 1260 "tracing", 1261] 1262 1263[[package]] 1264name = "toml_datetime" 1265version = "0.6.1" 1266source = "registry+https://github.com/rust-lang/crates.io-index" 1267checksum = "3ab8ed2edee10b50132aed5f331333428b011c99402b5a534154ed15746f9622" 1268 1269[[package]] 1270name = "toml_edit" 1271version = "0.19.4" 1272source = "registry+https://github.com/rust-lang/crates.io-index" 1273checksum = "9a1eb0622d28f4b9c90adc4ea4b2b46b47663fde9ac5fafcb14a1369d5508825" 1274dependencies = [ 1275 "indexmap", 1276 "toml_datetime", 1277 "winnow", 1278] 1279 1280[[package]] 1281name = "tower-service" 1282version = "0.3.2" 1283source = "registry+https://github.com/rust-lang/crates.io-index" 1284checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" 1285 1286[[package]] 1287name = "tracing" 1288version = "0.1.37" 1289source = "registry+https://github.com/rust-lang/crates.io-index" 1290checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8" 1291dependencies = [ 1292 "cfg-if", 1293 "log", 1294 "pin-project-lite", 1295 "tracing-attributes", 1296 "tracing-core", 1297] 1298 1299[[package]] 1300name = "tracing-attributes" 1301version = "0.1.23" 1302source = "registry+https://github.com/rust-lang/crates.io-index" 1303checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a" 1304dependencies = [ 1305 "proc-macro2", 1306 "quote", 1307 "syn", 1308] 1309 1310[[package]] 1311name = "tracing-core" 1312version = "0.1.30" 1313source = "registry+https://github.com/rust-lang/crates.io-index" 1314checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a" 1315dependencies = [ 1316 "once_cell", 1317] 1318 1319[[package]] 1320name = "tracing-futures" 1321version = "0.2.5" 1322source = "registry+https://github.com/rust-lang/crates.io-index" 1323checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2" 1324dependencies = [ 1325 "pin-project", 1326 "tracing", 1327] 1328 1329[[package]] 1330name = "try-lock" 1331version = "0.2.4" 1332source = "registry+https://github.com/rust-lang/crates.io-index" 1333checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" 1334 1335[[package]] 1336name = "typenum" 1337version = "1.16.0" 1338source = "registry+https://github.com/rust-lang/crates.io-index" 1339checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba" 1340 1341[[package]] 1342name = "unicode-bidi" 1343version = "0.3.10" 1344source = "registry+https://github.com/rust-lang/crates.io-index" 1345checksum = "d54675592c1dbefd78cbd98db9bacd89886e1ca50692a0692baefffdeb92dd58" 1346 1347[[package]] 1348name = "unicode-ident" 1349version = "1.0.6" 1350source = "registry+https://github.com/rust-lang/crates.io-index" 1351checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc" 1352 1353[[package]] 1354name = "unicode-normalization" 1355version = "0.1.22" 1356source = "registry+https://github.com/rust-lang/crates.io-index" 1357checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" 1358dependencies = [ 1359 "tinyvec", 1360] 1361 1362[[package]] 1363name = "untrusted" 1364version = "0.7.1" 1365source = "registry+https://github.com/rust-lang/crates.io-index" 1366checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" 1367 1368[[package]] 1369name = "url" 1370version = "2.3.1" 1371source = "registry+https://github.com/rust-lang/crates.io-index" 1372checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643" 1373dependencies = [ 1374 "form_urlencoded", 1375 "idna", 1376 "percent-encoding", 1377] 1378 1379[[package]] 1380name = "value-bag" 1381version = "1.0.0-alpha.9" 1382source = "registry+https://github.com/rust-lang/crates.io-index" 1383checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55" 1384dependencies = [ 1385 "ctor", 1386 "version_check", 1387] 1388 1389[[package]] 1390name = "vcpkg" 1391version = "0.2.15" 1392source = "registry+https://github.com/rust-lang/crates.io-index" 1393checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 1394 1395[[package]] 1396name = "version_check" 1397version = "0.9.4" 1398source = "registry+https://github.com/rust-lang/crates.io-index" 1399checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 1400 1401[[package]] 1402name = "waker-fn" 1403version = "1.1.0" 1404source = "registry+https://github.com/rust-lang/crates.io-index" 1405checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca" 1406 1407[[package]] 1408name = "want" 1409version = "0.3.0" 1410source = "registry+https://github.com/rust-lang/crates.io-index" 1411checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0" 1412dependencies = [ 1413 "log", 1414 "try-lock", 1415] 1416 1417[[package]] 1418name = "wasi" 1419version = "0.11.0+wasi-snapshot-preview1" 1420source = "registry+https://github.com/rust-lang/crates.io-index" 1421checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 1422 1423[[package]] 1424name = "wasm-bindgen" 1425version = "0.2.84" 1426source = "registry+https://github.com/rust-lang/crates.io-index" 1427checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b" 1428dependencies = [ 1429 "cfg-if", 1430 "wasm-bindgen-macro", 1431] 1432 1433[[package]] 1434name = "wasm-bindgen-backend" 1435version = "0.2.84" 1436source = "registry+https://github.com/rust-lang/crates.io-index" 1437checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9" 1438dependencies = [ 1439 "bumpalo", 1440 "log", 1441 "once_cell", 1442 "proc-macro2", 1443 "quote", 1444 "syn", 1445 "wasm-bindgen-shared", 1446] 1447 1448[[package]] 1449name = "wasm-bindgen-futures" 1450version = "0.4.34" 1451source = "registry+https://github.com/rust-lang/crates.io-index" 1452checksum = "f219e0d211ba40266969f6dbdd90636da12f75bee4fc9d6c23d1260dadb51454" 1453dependencies = [ 1454 "cfg-if", 1455 "js-sys", 1456 "wasm-bindgen", 1457 "web-sys", 1458] 1459 1460[[package]] 1461name = "wasm-bindgen-macro" 1462version = "0.2.84" 1463source = "registry+https://github.com/rust-lang/crates.io-index" 1464checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5" 1465dependencies = [ 1466 "quote", 1467 "wasm-bindgen-macro-support", 1468] 1469 1470[[package]] 1471name = "wasm-bindgen-macro-support" 1472version = "0.2.84" 1473source = "registry+https://github.com/rust-lang/crates.io-index" 1474checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6" 1475dependencies = [ 1476 "proc-macro2", 1477 "quote", 1478 "syn", 1479 "wasm-bindgen-backend", 1480 "wasm-bindgen-shared", 1481] 1482 1483[[package]] 1484name = "wasm-bindgen-shared" 1485version = "0.2.84" 1486source = "registry+https://github.com/rust-lang/crates.io-index" 1487checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d" 1488 1489[[package]] 1490name = "web-sys" 1491version = "0.3.61" 1492source = "registry+https://github.com/rust-lang/crates.io-index" 1493checksum = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97" 1494dependencies = [ 1495 "js-sys", 1496 "wasm-bindgen", 1497] 1498 1499[[package]] 1500name = "webpki" 1501version = "0.22.0" 1502source = "registry+https://github.com/rust-lang/crates.io-index" 1503checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd" 1504dependencies = [ 1505 "ring", 1506 "untrusted", 1507] 1508 1509[[package]] 1510name = "webpki-roots" 1511version = "0.22.6" 1512source = "registry+https://github.com/rust-lang/crates.io-index" 1513checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87" 1514dependencies = [ 1515 "webpki", 1516] 1517 1518[[package]] 1519name = "wepoll-ffi" 1520version = "0.1.2" 1521source = "registry+https://github.com/rust-lang/crates.io-index" 1522checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb" 1523dependencies = [ 1524 "cc", 1525] 1526 1527[[package]] 1528name = "winapi" 1529version = "0.3.9" 1530source = "registry+https://github.com/rust-lang/crates.io-index" 1531checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 1532dependencies = [ 1533 "winapi-i686-pc-windows-gnu", 1534 "winapi-x86_64-pc-windows-gnu", 1535] 1536 1537[[package]] 1538name = "winapi-i686-pc-windows-gnu" 1539version = "0.4.0" 1540source = "registry+https://github.com/rust-lang/crates.io-index" 1541checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 1542 1543[[package]] 1544name = "winapi-x86_64-pc-windows-gnu" 1545version = "0.4.0" 1546source = "registry+https://github.com/rust-lang/crates.io-index" 1547checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 1548 1549[[package]] 1550name = "windows-sys" 1551version = "0.42.0" 1552source = "registry+https://github.com/rust-lang/crates.io-index" 1553checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" 1554dependencies = [ 1555 "windows_aarch64_gnullvm", 1556 "windows_aarch64_msvc", 1557 "windows_i686_gnu", 1558 "windows_i686_msvc", 1559 "windows_x86_64_gnu", 1560 "windows_x86_64_gnullvm", 1561 "windows_x86_64_msvc", 1562] 1563 1564[[package]] 1565name = "windows-sys" 1566version = "0.45.0" 1567source = "registry+https://github.com/rust-lang/crates.io-index" 1568checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 1569dependencies = [ 1570 "windows-targets", 1571] 1572 1573[[package]] 1574name = "windows-targets" 1575version = "0.42.1" 1576source = "registry+https://github.com/rust-lang/crates.io-index" 1577checksum = "8e2522491fbfcd58cc84d47aeb2958948c4b8982e9a2d8a2a35bbaed431390e7" 1578dependencies = [ 1579 "windows_aarch64_gnullvm", 1580 "windows_aarch64_msvc", 1581 "windows_i686_gnu", 1582 "windows_i686_msvc", 1583 "windows_x86_64_gnu", 1584 "windows_x86_64_gnullvm", 1585 "windows_x86_64_msvc", 1586] 1587 1588[[package]] 1589name = "windows_aarch64_gnullvm" 1590version = "0.42.1" 1591source = "registry+https://github.com/rust-lang/crates.io-index" 1592checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608" 1593 1594[[package]] 1595name = "windows_aarch64_msvc" 1596version = "0.42.1" 1597source = "registry+https://github.com/rust-lang/crates.io-index" 1598checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7" 1599 1600[[package]] 1601name = "windows_i686_gnu" 1602version = "0.42.1" 1603source = "registry+https://github.com/rust-lang/crates.io-index" 1604checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640" 1605 1606[[package]] 1607name = "windows_i686_msvc" 1608version = "0.42.1" 1609source = "registry+https://github.com/rust-lang/crates.io-index" 1610checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605" 1611 1612[[package]] 1613name = "windows_x86_64_gnu" 1614version = "0.42.1" 1615source = "registry+https://github.com/rust-lang/crates.io-index" 1616checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45" 1617 1618[[package]] 1619name = "windows_x86_64_gnullvm" 1620version = "0.42.1" 1621source = "registry+https://github.com/rust-lang/crates.io-index" 1622checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463" 1623 1624[[package]] 1625name = "windows_x86_64_msvc" 1626version = "0.42.1" 1627source = "registry+https://github.com/rust-lang/crates.io-index" 1628checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd" 1629 1630[[package]] 1631name = "winnow" 1632version = "0.3.3" 1633source = "registry+https://github.com/rust-lang/crates.io-index" 1634checksum = "faf09497b8f8b5ac5d3bb4d05c0a99be20f26fd3d5f2db7b0716e946d5103658" 1635dependencies = [ 1636 "memchr", 1637] 1638 1639[[package]] 1640name = "winreg" 1641version = "0.10.1" 1642source = "registry+https://github.com/rust-lang/crates.io-index" 1643checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d" 1644dependencies = [ 1645 "winapi", 1646] 1647