Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
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.19.0" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97" 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 = "ansi_term" 22version = "0.12.1" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" 25dependencies = [ 26 "winapi 0.3.9", 27] 28 29[[package]] 30name = "async-compression" 31version = "0.3.15" 32source = "registry+https://github.com/rust-lang/crates.io-index" 33checksum = "942c7cd7ae39e91bde4820d74132e9862e62c2f386c3aa90ccf55949f5bad63a" 34dependencies = [ 35 "bytes 0.5.6", 36 "flate2", 37 "futures-core", 38 "memchr", 39 "pin-project-lite 0.2.9", 40] 41 42[[package]] 43name = "atty" 44version = "0.2.14" 45source = "registry+https://github.com/rust-lang/crates.io-index" 46checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 47dependencies = [ 48 "hermit-abi 0.1.19", 49 "libc", 50 "winapi 0.3.9", 51] 52 53[[package]] 54name = "autocfg" 55version = "1.1.0" 56source = "registry+https://github.com/rust-lang/crates.io-index" 57checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 58 59[[package]] 60name = "backtrace" 61version = "0.3.67" 62source = "registry+https://github.com/rust-lang/crates.io-index" 63checksum = "233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca" 64dependencies = [ 65 "addr2line", 66 "cc", 67 "cfg-if 1.0.0", 68 "libc", 69 "miniz_oxide 0.6.2", 70 "object", 71 "rustc-demangle", 72] 73 74[[package]] 75name = "base64" 76version = "0.13.1" 77source = "registry+https://github.com/rust-lang/crates.io-index" 78checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" 79 80[[package]] 81name = "bitflags" 82version = "1.3.2" 83source = "registry+https://github.com/rust-lang/crates.io-index" 84checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 85 86[[package]] 87name = "bumpalo" 88version = "3.12.2" 89source = "registry+https://github.com/rust-lang/crates.io-index" 90checksum = "3c6ed94e98ecff0c12dd1b04c15ec0d7d9458ca8fe806cea6f12954efe74c63b" 91 92[[package]] 93name = "bytes" 94version = "0.5.6" 95source = "registry+https://github.com/rust-lang/crates.io-index" 96checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38" 97 98[[package]] 99name = "bytes" 100version = "1.4.0" 101source = "registry+https://github.com/rust-lang/crates.io-index" 102checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be" 103 104[[package]] 105name = "cc" 106version = "1.0.79" 107source = "registry+https://github.com/rust-lang/crates.io-index" 108checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" 109 110[[package]] 111name = "cfg-if" 112version = "0.1.10" 113source = "registry+https://github.com/rust-lang/crates.io-index" 114checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" 115 116[[package]] 117name = "cfg-if" 118version = "1.0.0" 119source = "registry+https://github.com/rust-lang/crates.io-index" 120checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 121 122[[package]] 123name = "clap" 124version = "2.34.0" 125source = "registry+https://github.com/rust-lang/crates.io-index" 126checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c" 127dependencies = [ 128 "ansi_term", 129 "atty", 130 "bitflags", 131 "strsim", 132 "textwrap", 133 "unicode-width", 134 "vec_map", 135] 136 137[[package]] 138name = "core-foundation" 139version = "0.9.3" 140source = "registry+https://github.com/rust-lang/crates.io-index" 141checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146" 142dependencies = [ 143 "core-foundation-sys", 144 "libc", 145] 146 147[[package]] 148name = "core-foundation-sys" 149version = "0.8.4" 150source = "registry+https://github.com/rust-lang/crates.io-index" 151checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa" 152 153[[package]] 154name = "crc32fast" 155version = "1.3.2" 156source = "registry+https://github.com/rust-lang/crates.io-index" 157checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" 158dependencies = [ 159 "cfg-if 1.0.0", 160] 161 162[[package]] 163name = "crossbeam-channel" 164version = "0.5.8" 165source = "registry+https://github.com/rust-lang/crates.io-index" 166checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200" 167dependencies = [ 168 "cfg-if 1.0.0", 169 "crossbeam-utils", 170] 171 172[[package]] 173name = "crossbeam-utils" 174version = "0.8.15" 175source = "registry+https://github.com/rust-lang/crates.io-index" 176checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b" 177dependencies = [ 178 "cfg-if 1.0.0", 179] 180 181[[package]] 182name = "encoding_rs" 183version = "0.8.32" 184source = "registry+https://github.com/rust-lang/crates.io-index" 185checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394" 186dependencies = [ 187 "cfg-if 1.0.0", 188] 189 190[[package]] 191name = "errno" 192version = "0.3.1" 193source = "registry+https://github.com/rust-lang/crates.io-index" 194checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a" 195dependencies = [ 196 "errno-dragonfly", 197 "libc", 198 "windows-sys 0.48.0", 199] 200 201[[package]] 202name = "errno-dragonfly" 203version = "0.1.2" 204source = "registry+https://github.com/rust-lang/crates.io-index" 205checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" 206dependencies = [ 207 "cc", 208 "libc", 209] 210 211[[package]] 212name = "failure" 213version = "0.1.8" 214source = "registry+https://github.com/rust-lang/crates.io-index" 215checksum = "d32e9bd16cc02eae7db7ef620b392808b89f6a5e16bb3497d159c6b92a0f4f86" 216dependencies = [ 217 "backtrace", 218 "failure_derive", 219] 220 221[[package]] 222name = "failure_derive" 223version = "0.1.8" 224source = "registry+https://github.com/rust-lang/crates.io-index" 225checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4" 226dependencies = [ 227 "proc-macro2", 228 "quote", 229 "syn 1.0.109", 230 "synstructure", 231] 232 233[[package]] 234name = "fastrand" 235version = "1.9.0" 236source = "registry+https://github.com/rust-lang/crates.io-index" 237checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" 238dependencies = [ 239 "instant", 240] 241 242[[package]] 243name = "filetime" 244version = "0.2.21" 245source = "registry+https://github.com/rust-lang/crates.io-index" 246checksum = "5cbc844cecaee9d4443931972e1289c8ff485cb4cc2767cb03ca139ed6885153" 247dependencies = [ 248 "cfg-if 1.0.0", 249 "libc", 250 "redox_syscall 0.2.16", 251 "windows-sys 0.48.0", 252] 253 254[[package]] 255name = "flate2" 256version = "1.0.26" 257source = "registry+https://github.com/rust-lang/crates.io-index" 258checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743" 259dependencies = [ 260 "crc32fast", 261 "miniz_oxide 0.7.1", 262] 263 264[[package]] 265name = "fnv" 266version = "1.0.7" 267source = "registry+https://github.com/rust-lang/crates.io-index" 268checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 269 270[[package]] 271name = "foreign-types" 272version = "0.3.2" 273source = "registry+https://github.com/rust-lang/crates.io-index" 274checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 275dependencies = [ 276 "foreign-types-shared", 277] 278 279[[package]] 280name = "foreign-types-shared" 281version = "0.1.1" 282source = "registry+https://github.com/rust-lang/crates.io-index" 283checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 284 285[[package]] 286name = "form_urlencoded" 287version = "1.1.0" 288source = "registry+https://github.com/rust-lang/crates.io-index" 289checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8" 290dependencies = [ 291 "percent-encoding", 292] 293 294[[package]] 295name = "fuchsia-zircon" 296version = "0.3.3" 297source = "registry+https://github.com/rust-lang/crates.io-index" 298checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" 299dependencies = [ 300 "bitflags", 301 "fuchsia-zircon-sys", 302] 303 304[[package]] 305name = "fuchsia-zircon-sys" 306version = "0.3.3" 307source = "registry+https://github.com/rust-lang/crates.io-index" 308checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" 309 310[[package]] 311name = "futures-channel" 312version = "0.3.28" 313source = "registry+https://github.com/rust-lang/crates.io-index" 314checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2" 315dependencies = [ 316 "futures-core", 317] 318 319[[package]] 320name = "futures-core" 321version = "0.3.28" 322source = "registry+https://github.com/rust-lang/crates.io-index" 323checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c" 324 325[[package]] 326name = "futures-io" 327version = "0.3.28" 328source = "registry+https://github.com/rust-lang/crates.io-index" 329checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964" 330 331[[package]] 332name = "futures-sink" 333version = "0.3.28" 334source = "registry+https://github.com/rust-lang/crates.io-index" 335checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e" 336 337[[package]] 338name = "futures-task" 339version = "0.3.28" 340source = "registry+https://github.com/rust-lang/crates.io-index" 341checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65" 342 343[[package]] 344name = "futures-util" 345version = "0.3.28" 346source = "registry+https://github.com/rust-lang/crates.io-index" 347checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533" 348dependencies = [ 349 "futures-core", 350 "futures-io", 351 "futures-task", 352 "memchr", 353 "pin-project-lite 0.2.9", 354 "pin-utils", 355 "slab", 356] 357 358[[package]] 359name = "gimli" 360version = "0.27.2" 361source = "registry+https://github.com/rust-lang/crates.io-index" 362checksum = "ad0a93d233ebf96623465aad4046a8d3aa4da22d4f4beba5388838c8a434bbb4" 363 364[[package]] 365name = "h2" 366version = "0.2.7" 367source = "registry+https://github.com/rust-lang/crates.io-index" 368checksum = "5e4728fd124914ad25e99e3d15a9361a879f6620f63cb56bbb08f95abb97a535" 369dependencies = [ 370 "bytes 0.5.6", 371 "fnv", 372 "futures-core", 373 "futures-sink", 374 "futures-util", 375 "http", 376 "indexmap", 377 "slab", 378 "tokio", 379 "tokio-util", 380 "tracing", 381 "tracing-futures", 382] 383 384[[package]] 385name = "hashbrown" 386version = "0.12.3" 387source = "registry+https://github.com/rust-lang/crates.io-index" 388checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 389 390[[package]] 391name = "heck" 392version = "0.3.3" 393source = "registry+https://github.com/rust-lang/crates.io-index" 394checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c" 395dependencies = [ 396 "unicode-segmentation", 397] 398 399[[package]] 400name = "hermit-abi" 401version = "0.1.19" 402source = "registry+https://github.com/rust-lang/crates.io-index" 403checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" 404dependencies = [ 405 "libc", 406] 407 408[[package]] 409name = "hermit-abi" 410version = "0.2.6" 411source = "registry+https://github.com/rust-lang/crates.io-index" 412checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7" 413dependencies = [ 414 "libc", 415] 416 417[[package]] 418name = "hermit-abi" 419version = "0.3.1" 420source = "registry+https://github.com/rust-lang/crates.io-index" 421checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" 422 423[[package]] 424name = "home" 425version = "0.5.5" 426source = "registry+https://github.com/rust-lang/crates.io-index" 427checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb" 428dependencies = [ 429 "windows-sys 0.48.0", 430] 431 432[[package]] 433name = "http" 434version = "0.2.9" 435source = "registry+https://github.com/rust-lang/crates.io-index" 436checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482" 437dependencies = [ 438 "bytes 1.4.0", 439 "fnv", 440 "itoa 1.0.6", 441] 442 443[[package]] 444name = "http-body" 445version = "0.3.1" 446source = "registry+https://github.com/rust-lang/crates.io-index" 447checksum = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b" 448dependencies = [ 449 "bytes 0.5.6", 450 "http", 451] 452 453[[package]] 454name = "httparse" 455version = "1.8.0" 456source = "registry+https://github.com/rust-lang/crates.io-index" 457checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" 458 459[[package]] 460name = "httpdate" 461version = "0.3.2" 462source = "registry+https://github.com/rust-lang/crates.io-index" 463checksum = "494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47" 464 465[[package]] 466name = "hyper" 467version = "0.13.10" 468source = "registry+https://github.com/rust-lang/crates.io-index" 469checksum = "8a6f157065790a3ed2f88679250419b5cdd96e714a0d65f7797fd337186e96bb" 470dependencies = [ 471 "bytes 0.5.6", 472 "futures-channel", 473 "futures-core", 474 "futures-util", 475 "h2", 476 "http", 477 "http-body", 478 "httparse", 479 "httpdate", 480 "itoa 0.4.8", 481 "pin-project", 482 "socket2", 483 "tokio", 484 "tower-service", 485 "tracing", 486 "want", 487] 488 489[[package]] 490name = "hyper-tls" 491version = "0.4.3" 492source = "registry+https://github.com/rust-lang/crates.io-index" 493checksum = "d979acc56dcb5b8dddba3917601745e877576475aa046df3226eabdecef78eed" 494dependencies = [ 495 "bytes 0.5.6", 496 "hyper", 497 "native-tls", 498 "tokio", 499 "tokio-tls", 500] 501 502[[package]] 503name = "idna" 504version = "0.3.0" 505source = "registry+https://github.com/rust-lang/crates.io-index" 506checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6" 507dependencies = [ 508 "unicode-bidi", 509 "unicode-normalization", 510] 511 512[[package]] 513name = "indexmap" 514version = "1.9.3" 515source = "registry+https://github.com/rust-lang/crates.io-index" 516checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" 517dependencies = [ 518 "autocfg", 519 "hashbrown", 520] 521 522[[package]] 523name = "instant" 524version = "0.1.12" 525source = "registry+https://github.com/rust-lang/crates.io-index" 526checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 527dependencies = [ 528 "cfg-if 1.0.0", 529] 530 531[[package]] 532name = "io-lifetimes" 533version = "1.0.10" 534source = "registry+https://github.com/rust-lang/crates.io-index" 535checksum = "9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220" 536dependencies = [ 537 "hermit-abi 0.3.1", 538 "libc", 539 "windows-sys 0.48.0", 540] 541 542[[package]] 543name = "iovec" 544version = "0.1.4" 545source = "registry+https://github.com/rust-lang/crates.io-index" 546checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e" 547dependencies = [ 548 "libc", 549] 550 551[[package]] 552name = "ipnet" 553version = "2.7.2" 554source = "registry+https://github.com/rust-lang/crates.io-index" 555checksum = "12b6ee2129af8d4fb011108c73d99a1b83a85977f23b82460c0ae2e25bb4b57f" 556 557[[package]] 558name = "itoa" 559version = "0.4.8" 560source = "registry+https://github.com/rust-lang/crates.io-index" 561checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4" 562 563[[package]] 564name = "itoa" 565version = "1.0.6" 566source = "registry+https://github.com/rust-lang/crates.io-index" 567checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6" 568 569[[package]] 570name = "js-sys" 571version = "0.3.62" 572source = "registry+https://github.com/rust-lang/crates.io-index" 573checksum = "68c16e1bfd491478ab155fd8b4896b86f9ede344949b641e61501e07c2b8b4d5" 574dependencies = [ 575 "wasm-bindgen", 576] 577 578[[package]] 579name = "kernel32-sys" 580version = "0.2.2" 581source = "registry+https://github.com/rust-lang/crates.io-index" 582checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" 583dependencies = [ 584 "winapi 0.2.8", 585 "winapi-build", 586] 587 588[[package]] 589name = "lazy_static" 590version = "1.4.0" 591source = "registry+https://github.com/rust-lang/crates.io-index" 592checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 593 594[[package]] 595name = "libc" 596version = "0.2.144" 597source = "registry+https://github.com/rust-lang/crates.io-index" 598checksum = "2b00cc1c228a6782d0f076e7b232802e0c5689d41bb5df366f2a6b6621cfdfe1" 599 600[[package]] 601name = "linux-raw-sys" 602version = "0.3.7" 603source = "registry+https://github.com/rust-lang/crates.io-index" 604checksum = "ece97ea872ece730aed82664c424eb4c8291e1ff2480247ccf7409044bc6479f" 605 606[[package]] 607name = "log" 608version = "0.4.17" 609source = "registry+https://github.com/rust-lang/crates.io-index" 610checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" 611dependencies = [ 612 "cfg-if 1.0.0", 613] 614 615[[package]] 616name = "lzma-sys" 617version = "0.1.20" 618source = "registry+https://github.com/rust-lang/crates.io-index" 619checksum = "5fda04ab3764e6cde78b9974eec4f779acaba7c4e84b36eca3cf77c581b85d27" 620dependencies = [ 621 "cc", 622 "libc", 623 "pkg-config", 624] 625 626[[package]] 627name = "memchr" 628version = "2.5.0" 629source = "registry+https://github.com/rust-lang/crates.io-index" 630checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" 631 632[[package]] 633name = "mime" 634version = "0.3.17" 635source = "registry+https://github.com/rust-lang/crates.io-index" 636checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 637 638[[package]] 639name = "mime_guess" 640version = "2.0.4" 641source = "registry+https://github.com/rust-lang/crates.io-index" 642checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef" 643dependencies = [ 644 "mime", 645 "unicase", 646] 647 648[[package]] 649name = "miniz_oxide" 650version = "0.6.2" 651source = "registry+https://github.com/rust-lang/crates.io-index" 652checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa" 653dependencies = [ 654 "adler", 655] 656 657[[package]] 658name = "miniz_oxide" 659version = "0.7.1" 660source = "registry+https://github.com/rust-lang/crates.io-index" 661checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7" 662dependencies = [ 663 "adler", 664] 665 666[[package]] 667name = "mio" 668version = "0.6.23" 669source = "registry+https://github.com/rust-lang/crates.io-index" 670checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4" 671dependencies = [ 672 "cfg-if 0.1.10", 673 "fuchsia-zircon", 674 "fuchsia-zircon-sys", 675 "iovec", 676 "kernel32-sys", 677 "libc", 678 "log", 679 "miow", 680 "net2", 681 "slab", 682 "winapi 0.2.8", 683] 684 685[[package]] 686name = "miow" 687version = "0.2.2" 688source = "registry+https://github.com/rust-lang/crates.io-index" 689checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d" 690dependencies = [ 691 "kernel32-sys", 692 "net2", 693 "winapi 0.2.8", 694 "ws2_32-sys", 695] 696 697[[package]] 698name = "native-tls" 699version = "0.2.11" 700source = "registry+https://github.com/rust-lang/crates.io-index" 701checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e" 702dependencies = [ 703 "lazy_static", 704 "libc", 705 "log", 706 "openssl", 707 "openssl-probe", 708 "openssl-sys", 709 "schannel", 710 "security-framework", 711 "security-framework-sys", 712 "tempfile", 713] 714 715[[package]] 716name = "net2" 717version = "0.2.38" 718source = "registry+https://github.com/rust-lang/crates.io-index" 719checksum = "74d0df99cfcd2530b2e694f6e17e7f37b8e26bb23983ac530c0c97408837c631" 720dependencies = [ 721 "cfg-if 0.1.10", 722 "libc", 723 "winapi 0.3.9", 724] 725 726[[package]] 727name = "num_cpus" 728version = "1.15.0" 729source = "registry+https://github.com/rust-lang/crates.io-index" 730checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b" 731dependencies = [ 732 "hermit-abi 0.2.6", 733 "libc", 734] 735 736[[package]] 737name = "object" 738version = "0.30.3" 739source = "registry+https://github.com/rust-lang/crates.io-index" 740checksum = "ea86265d3d3dcb6a27fc51bd29a4bf387fae9d2986b823079d4986af253eb439" 741dependencies = [ 742 "memchr", 743] 744 745[[package]] 746name = "once_cell" 747version = "1.17.1" 748source = "registry+https://github.com/rust-lang/crates.io-index" 749checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" 750 751[[package]] 752name = "openssl" 753version = "0.10.52" 754source = "registry+https://github.com/rust-lang/crates.io-index" 755checksum = "01b8574602df80f7b85fdfc5392fa884a4e3b3f4f35402c070ab34c3d3f78d56" 756dependencies = [ 757 "bitflags", 758 "cfg-if 1.0.0", 759 "foreign-types", 760 "libc", 761 "once_cell", 762 "openssl-macros", 763 "openssl-sys", 764] 765 766[[package]] 767name = "openssl-macros" 768version = "0.1.1" 769source = "registry+https://github.com/rust-lang/crates.io-index" 770checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" 771dependencies = [ 772 "proc-macro2", 773 "quote", 774 "syn 2.0.15", 775] 776 777[[package]] 778name = "openssl-probe" 779version = "0.1.5" 780source = "registry+https://github.com/rust-lang/crates.io-index" 781checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" 782 783[[package]] 784name = "openssl-sys" 785version = "0.9.87" 786source = "registry+https://github.com/rust-lang/crates.io-index" 787checksum = "8e17f59264b2809d77ae94f0e1ebabc434773f370d6ca667bd223ea10e06cc7e" 788dependencies = [ 789 "cc", 790 "libc", 791 "pkg-config", 792 "vcpkg", 793] 794 795[[package]] 796name = "pbr" 797version = "1.1.1" 798source = "registry+https://github.com/rust-lang/crates.io-index" 799checksum = "ed5827dfa0d69b6c92493d6c38e633bbaa5937c153d0d7c28bf12313f8c6d514" 800dependencies = [ 801 "crossbeam-channel", 802 "libc", 803 "winapi 0.3.9", 804] 805 806[[package]] 807name = "percent-encoding" 808version = "2.2.0" 809source = "registry+https://github.com/rust-lang/crates.io-index" 810checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e" 811 812[[package]] 813name = "pin-project" 814version = "1.0.12" 815source = "registry+https://github.com/rust-lang/crates.io-index" 816checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc" 817dependencies = [ 818 "pin-project-internal", 819] 820 821[[package]] 822name = "pin-project-internal" 823version = "1.0.12" 824source = "registry+https://github.com/rust-lang/crates.io-index" 825checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55" 826dependencies = [ 827 "proc-macro2", 828 "quote", 829 "syn 1.0.109", 830] 831 832[[package]] 833name = "pin-project-lite" 834version = "0.1.12" 835source = "registry+https://github.com/rust-lang/crates.io-index" 836checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777" 837 838[[package]] 839name = "pin-project-lite" 840version = "0.2.9" 841source = "registry+https://github.com/rust-lang/crates.io-index" 842checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116" 843 844[[package]] 845name = "pin-utils" 846version = "0.1.0" 847source = "registry+https://github.com/rust-lang/crates.io-index" 848checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 849 850[[package]] 851name = "pkg-config" 852version = "0.3.27" 853source = "registry+https://github.com/rust-lang/crates.io-index" 854checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964" 855 856[[package]] 857name = "proc-macro-error" 858version = "1.0.4" 859source = "registry+https://github.com/rust-lang/crates.io-index" 860checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 861dependencies = [ 862 "proc-macro-error-attr", 863 "proc-macro2", 864 "quote", 865 "syn 1.0.109", 866 "version_check", 867] 868 869[[package]] 870name = "proc-macro-error-attr" 871version = "1.0.4" 872source = "registry+https://github.com/rust-lang/crates.io-index" 873checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 874dependencies = [ 875 "proc-macro2", 876 "quote", 877 "version_check", 878] 879 880[[package]] 881name = "proc-macro2" 882version = "1.0.56" 883source = "registry+https://github.com/rust-lang/crates.io-index" 884checksum = "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435" 885dependencies = [ 886 "unicode-ident", 887] 888 889[[package]] 890name = "quote" 891version = "1.0.27" 892source = "registry+https://github.com/rust-lang/crates.io-index" 893checksum = "8f4f29d145265ec1c483c7c654450edde0bfe043d3938d6972630663356d9500" 894dependencies = [ 895 "proc-macro2", 896] 897 898[[package]] 899name = "redox_syscall" 900version = "0.2.16" 901source = "registry+https://github.com/rust-lang/crates.io-index" 902checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" 903dependencies = [ 904 "bitflags", 905] 906 907[[package]] 908name = "redox_syscall" 909version = "0.3.5" 910source = "registry+https://github.com/rust-lang/crates.io-index" 911checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" 912dependencies = [ 913 "bitflags", 914] 915 916[[package]] 917name = "remove_dir_all" 918version = "0.5.3" 919source = "registry+https://github.com/rust-lang/crates.io-index" 920checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7" 921dependencies = [ 922 "winapi 0.3.9", 923] 924 925[[package]] 926name = "reqwest" 927version = "0.10.10" 928source = "registry+https://github.com/rust-lang/crates.io-index" 929checksum = "0718f81a8e14c4dbb3b34cf23dc6aaf9ab8a0dfec160c534b3dbca1aaa21f47c" 930dependencies = [ 931 "async-compression", 932 "base64", 933 "bytes 0.5.6", 934 "encoding_rs", 935 "futures-core", 936 "futures-util", 937 "http", 938 "http-body", 939 "hyper", 940 "hyper-tls", 941 "ipnet", 942 "js-sys", 943 "lazy_static", 944 "log", 945 "mime", 946 "mime_guess", 947 "native-tls", 948 "percent-encoding", 949 "pin-project-lite 0.2.9", 950 "serde", 951 "serde_urlencoded", 952 "tokio", 953 "tokio-tls", 954 "url", 955 "wasm-bindgen", 956 "wasm-bindgen-futures", 957 "web-sys", 958 "winreg", 959] 960 961[[package]] 962name = "rustc-demangle" 963version = "0.1.23" 964source = "registry+https://github.com/rust-lang/crates.io-index" 965checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" 966 967[[package]] 968name = "rustix" 969version = "0.37.19" 970source = "registry+https://github.com/rust-lang/crates.io-index" 971checksum = "acf8729d8542766f1b2cf77eb034d52f40d375bb8b615d0b147089946e16613d" 972dependencies = [ 973 "bitflags", 974 "errno", 975 "io-lifetimes", 976 "libc", 977 "linux-raw-sys", 978 "windows-sys 0.48.0", 979] 980 981[[package]] 982name = "rustup-toolchain-install-master" 983version = "1.7.3" 984dependencies = [ 985 "ansi_term", 986 "failure", 987 "home", 988 "pbr", 989 "remove_dir_all", 990 "reqwest", 991 "structopt", 992 "tar", 993 "tee", 994 "tempfile", 995 "xz2", 996] 997 998[[package]] 999name = "ryu" 1000version = "1.0.13" 1001source = "registry+https://github.com/rust-lang/crates.io-index" 1002checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041" 1003 1004[[package]] 1005name = "schannel" 1006version = "0.1.21" 1007source = "registry+https://github.com/rust-lang/crates.io-index" 1008checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3" 1009dependencies = [ 1010 "windows-sys 0.42.0", 1011] 1012 1013[[package]] 1014name = "security-framework" 1015version = "2.9.0" 1016source = "registry+https://github.com/rust-lang/crates.io-index" 1017checksum = "ca2855b3715770894e67cbfa3df957790aa0c9edc3bf06efa1a84d77fa0839d1" 1018dependencies = [ 1019 "bitflags", 1020 "core-foundation", 1021 "core-foundation-sys", 1022 "libc", 1023 "security-framework-sys", 1024] 1025 1026[[package]] 1027name = "security-framework-sys" 1028version = "2.9.0" 1029source = "registry+https://github.com/rust-lang/crates.io-index" 1030checksum = "f51d0c0d83bec45f16480d0ce0058397a69e48fcdc52d1dc8855fb68acbd31a7" 1031dependencies = [ 1032 "core-foundation-sys", 1033 "libc", 1034] 1035 1036[[package]] 1037name = "serde" 1038version = "1.0.163" 1039source = "registry+https://github.com/rust-lang/crates.io-index" 1040checksum = "2113ab51b87a539ae008b5c6c02dc020ffa39afd2d83cffcb3f4eb2722cebec2" 1041 1042[[package]] 1043name = "serde_json" 1044version = "1.0.96" 1045source = "registry+https://github.com/rust-lang/crates.io-index" 1046checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1" 1047dependencies = [ 1048 "itoa 1.0.6", 1049 "ryu", 1050 "serde", 1051] 1052 1053[[package]] 1054name = "serde_urlencoded" 1055version = "0.7.1" 1056source = "registry+https://github.com/rust-lang/crates.io-index" 1057checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 1058dependencies = [ 1059 "form_urlencoded", 1060 "itoa 1.0.6", 1061 "ryu", 1062 "serde", 1063] 1064 1065[[package]] 1066name = "slab" 1067version = "0.4.8" 1068source = "registry+https://github.com/rust-lang/crates.io-index" 1069checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d" 1070dependencies = [ 1071 "autocfg", 1072] 1073 1074[[package]] 1075name = "socket2" 1076version = "0.3.19" 1077source = "registry+https://github.com/rust-lang/crates.io-index" 1078checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e" 1079dependencies = [ 1080 "cfg-if 1.0.0", 1081 "libc", 1082 "winapi 0.3.9", 1083] 1084 1085[[package]] 1086name = "strsim" 1087version = "0.8.0" 1088source = "registry+https://github.com/rust-lang/crates.io-index" 1089checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" 1090 1091[[package]] 1092name = "structopt" 1093version = "0.3.26" 1094source = "registry+https://github.com/rust-lang/crates.io-index" 1095checksum = "0c6b5c64445ba8094a6ab0c3cd2ad323e07171012d9c98b0b15651daf1787a10" 1096dependencies = [ 1097 "clap", 1098 "lazy_static", 1099 "structopt-derive", 1100] 1101 1102[[package]] 1103name = "structopt-derive" 1104version = "0.4.18" 1105source = "registry+https://github.com/rust-lang/crates.io-index" 1106checksum = "dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0" 1107dependencies = [ 1108 "heck", 1109 "proc-macro-error", 1110 "proc-macro2", 1111 "quote", 1112 "syn 1.0.109", 1113] 1114 1115[[package]] 1116name = "syn" 1117version = "1.0.109" 1118source = "registry+https://github.com/rust-lang/crates.io-index" 1119checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 1120dependencies = [ 1121 "proc-macro2", 1122 "quote", 1123 "unicode-ident", 1124] 1125 1126[[package]] 1127name = "syn" 1128version = "2.0.15" 1129source = "registry+https://github.com/rust-lang/crates.io-index" 1130checksum = "a34fcf3e8b60f57e6a14301a2e916d323af98b0ea63c599441eec8558660c822" 1131dependencies = [ 1132 "proc-macro2", 1133 "quote", 1134 "unicode-ident", 1135] 1136 1137[[package]] 1138name = "synstructure" 1139version = "0.12.6" 1140source = "registry+https://github.com/rust-lang/crates.io-index" 1141checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f" 1142dependencies = [ 1143 "proc-macro2", 1144 "quote", 1145 "syn 1.0.109", 1146 "unicode-xid", 1147] 1148 1149[[package]] 1150name = "tar" 1151version = "0.4.38" 1152source = "registry+https://github.com/rust-lang/crates.io-index" 1153checksum = "4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6" 1154dependencies = [ 1155 "filetime", 1156 "libc", 1157 "xattr", 1158] 1159 1160[[package]] 1161name = "tee" 1162version = "0.1.0" 1163source = "registry+https://github.com/rust-lang/crates.io-index" 1164checksum = "37c12559dba7383625faaff75be24becf35bfc885044375bcab931111799a3da" 1165 1166[[package]] 1167name = "tempfile" 1168version = "3.5.0" 1169source = "registry+https://github.com/rust-lang/crates.io-index" 1170checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998" 1171dependencies = [ 1172 "cfg-if 1.0.0", 1173 "fastrand", 1174 "redox_syscall 0.3.5", 1175 "rustix", 1176 "windows-sys 0.45.0", 1177] 1178 1179[[package]] 1180name = "textwrap" 1181version = "0.11.0" 1182source = "registry+https://github.com/rust-lang/crates.io-index" 1183checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" 1184dependencies = [ 1185 "unicode-width", 1186] 1187 1188[[package]] 1189name = "tinyvec" 1190version = "1.6.0" 1191source = "registry+https://github.com/rust-lang/crates.io-index" 1192checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" 1193dependencies = [ 1194 "tinyvec_macros", 1195] 1196 1197[[package]] 1198name = "tinyvec_macros" 1199version = "0.1.1" 1200source = "registry+https://github.com/rust-lang/crates.io-index" 1201checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 1202 1203[[package]] 1204name = "tokio" 1205version = "0.2.25" 1206source = "registry+https://github.com/rust-lang/crates.io-index" 1207checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092" 1208dependencies = [ 1209 "bytes 0.5.6", 1210 "fnv", 1211 "futures-core", 1212 "iovec", 1213 "lazy_static", 1214 "memchr", 1215 "mio", 1216 "num_cpus", 1217 "pin-project-lite 0.1.12", 1218 "slab", 1219] 1220 1221[[package]] 1222name = "tokio-tls" 1223version = "0.3.1" 1224source = "registry+https://github.com/rust-lang/crates.io-index" 1225checksum = "9a70f4fcd7b3b24fb194f837560168208f669ca8cb70d0c4b862944452396343" 1226dependencies = [ 1227 "native-tls", 1228 "tokio", 1229] 1230 1231[[package]] 1232name = "tokio-util" 1233version = "0.3.1" 1234source = "registry+https://github.com/rust-lang/crates.io-index" 1235checksum = "be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499" 1236dependencies = [ 1237 "bytes 0.5.6", 1238 "futures-core", 1239 "futures-sink", 1240 "log", 1241 "pin-project-lite 0.1.12", 1242 "tokio", 1243] 1244 1245[[package]] 1246name = "tower-service" 1247version = "0.3.2" 1248source = "registry+https://github.com/rust-lang/crates.io-index" 1249checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" 1250 1251[[package]] 1252name = "tracing" 1253version = "0.1.37" 1254source = "registry+https://github.com/rust-lang/crates.io-index" 1255checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8" 1256dependencies = [ 1257 "cfg-if 1.0.0", 1258 "log", 1259 "pin-project-lite 0.2.9", 1260 "tracing-core", 1261] 1262 1263[[package]] 1264name = "tracing-core" 1265version = "0.1.31" 1266source = "registry+https://github.com/rust-lang/crates.io-index" 1267checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a" 1268dependencies = [ 1269 "once_cell", 1270] 1271 1272[[package]] 1273name = "tracing-futures" 1274version = "0.2.5" 1275source = "registry+https://github.com/rust-lang/crates.io-index" 1276checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2" 1277dependencies = [ 1278 "pin-project", 1279 "tracing", 1280] 1281 1282[[package]] 1283name = "try-lock" 1284version = "0.2.4" 1285source = "registry+https://github.com/rust-lang/crates.io-index" 1286checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" 1287 1288[[package]] 1289name = "unicase" 1290version = "2.6.0" 1291source = "registry+https://github.com/rust-lang/crates.io-index" 1292checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6" 1293dependencies = [ 1294 "version_check", 1295] 1296 1297[[package]] 1298name = "unicode-bidi" 1299version = "0.3.13" 1300source = "registry+https://github.com/rust-lang/crates.io-index" 1301checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460" 1302 1303[[package]] 1304name = "unicode-ident" 1305version = "1.0.8" 1306source = "registry+https://github.com/rust-lang/crates.io-index" 1307checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4" 1308 1309[[package]] 1310name = "unicode-normalization" 1311version = "0.1.22" 1312source = "registry+https://github.com/rust-lang/crates.io-index" 1313checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" 1314dependencies = [ 1315 "tinyvec", 1316] 1317 1318[[package]] 1319name = "unicode-segmentation" 1320version = "1.10.1" 1321source = "registry+https://github.com/rust-lang/crates.io-index" 1322checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36" 1323 1324[[package]] 1325name = "unicode-width" 1326version = "0.1.10" 1327source = "registry+https://github.com/rust-lang/crates.io-index" 1328checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" 1329 1330[[package]] 1331name = "unicode-xid" 1332version = "0.2.4" 1333source = "registry+https://github.com/rust-lang/crates.io-index" 1334checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" 1335 1336[[package]] 1337name = "url" 1338version = "2.3.1" 1339source = "registry+https://github.com/rust-lang/crates.io-index" 1340checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643" 1341dependencies = [ 1342 "form_urlencoded", 1343 "idna", 1344 "percent-encoding", 1345] 1346 1347[[package]] 1348name = "vcpkg" 1349version = "0.2.15" 1350source = "registry+https://github.com/rust-lang/crates.io-index" 1351checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 1352 1353[[package]] 1354name = "vec_map" 1355version = "0.8.2" 1356source = "registry+https://github.com/rust-lang/crates.io-index" 1357checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" 1358 1359[[package]] 1360name = "version_check" 1361version = "0.9.4" 1362source = "registry+https://github.com/rust-lang/crates.io-index" 1363checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 1364 1365[[package]] 1366name = "want" 1367version = "0.3.0" 1368source = "registry+https://github.com/rust-lang/crates.io-index" 1369checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0" 1370dependencies = [ 1371 "log", 1372 "try-lock", 1373] 1374 1375[[package]] 1376name = "wasm-bindgen" 1377version = "0.2.85" 1378source = "registry+https://github.com/rust-lang/crates.io-index" 1379checksum = "5b6cb788c4e39112fbe1822277ef6fb3c55cd86b95cb3d3c4c1c9597e4ac74b4" 1380dependencies = [ 1381 "cfg-if 1.0.0", 1382 "serde", 1383 "serde_json", 1384 "wasm-bindgen-macro", 1385] 1386 1387[[package]] 1388name = "wasm-bindgen-backend" 1389version = "0.2.85" 1390source = "registry+https://github.com/rust-lang/crates.io-index" 1391checksum = "35e522ed4105a9d626d885b35d62501b30d9666283a5c8be12c14a8bdafe7822" 1392dependencies = [ 1393 "bumpalo", 1394 "log", 1395 "once_cell", 1396 "proc-macro2", 1397 "quote", 1398 "syn 2.0.15", 1399 "wasm-bindgen-shared", 1400] 1401 1402[[package]] 1403name = "wasm-bindgen-futures" 1404version = "0.4.35" 1405source = "registry+https://github.com/rust-lang/crates.io-index" 1406checksum = "083abe15c5d88556b77bdf7aef403625be9e327ad37c62c4e4129af740168163" 1407dependencies = [ 1408 "cfg-if 1.0.0", 1409 "js-sys", 1410 "wasm-bindgen", 1411 "web-sys", 1412] 1413 1414[[package]] 1415name = "wasm-bindgen-macro" 1416version = "0.2.85" 1417source = "registry+https://github.com/rust-lang/crates.io-index" 1418checksum = "358a79a0cb89d21db8120cbfb91392335913e4890665b1a7981d9e956903b434" 1419dependencies = [ 1420 "quote", 1421 "wasm-bindgen-macro-support", 1422] 1423 1424[[package]] 1425name = "wasm-bindgen-macro-support" 1426version = "0.2.85" 1427source = "registry+https://github.com/rust-lang/crates.io-index" 1428checksum = "4783ce29f09b9d93134d41297aded3a712b7b979e9c6f28c32cb88c973a94869" 1429dependencies = [ 1430 "proc-macro2", 1431 "quote", 1432 "syn 2.0.15", 1433 "wasm-bindgen-backend", 1434 "wasm-bindgen-shared", 1435] 1436 1437[[package]] 1438name = "wasm-bindgen-shared" 1439version = "0.2.85" 1440source = "registry+https://github.com/rust-lang/crates.io-index" 1441checksum = "a901d592cafaa4d711bc324edfaff879ac700b19c3dfd60058d2b445be2691eb" 1442 1443[[package]] 1444name = "web-sys" 1445version = "0.3.62" 1446source = "registry+https://github.com/rust-lang/crates.io-index" 1447checksum = "16b5f940c7edfdc6d12126d98c9ef4d1b3d470011c47c76a6581df47ad9ba721" 1448dependencies = [ 1449 "js-sys", 1450 "wasm-bindgen", 1451] 1452 1453[[package]] 1454name = "winapi" 1455version = "0.2.8" 1456source = "registry+https://github.com/rust-lang/crates.io-index" 1457checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" 1458 1459[[package]] 1460name = "winapi" 1461version = "0.3.9" 1462source = "registry+https://github.com/rust-lang/crates.io-index" 1463checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 1464dependencies = [ 1465 "winapi-i686-pc-windows-gnu", 1466 "winapi-x86_64-pc-windows-gnu", 1467] 1468 1469[[package]] 1470name = "winapi-build" 1471version = "0.1.1" 1472source = "registry+https://github.com/rust-lang/crates.io-index" 1473checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" 1474 1475[[package]] 1476name = "winapi-i686-pc-windows-gnu" 1477version = "0.4.0" 1478source = "registry+https://github.com/rust-lang/crates.io-index" 1479checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 1480 1481[[package]] 1482name = "winapi-x86_64-pc-windows-gnu" 1483version = "0.4.0" 1484source = "registry+https://github.com/rust-lang/crates.io-index" 1485checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 1486 1487[[package]] 1488name = "windows-sys" 1489version = "0.42.0" 1490source = "registry+https://github.com/rust-lang/crates.io-index" 1491checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" 1492dependencies = [ 1493 "windows_aarch64_gnullvm 0.42.2", 1494 "windows_aarch64_msvc 0.42.2", 1495 "windows_i686_gnu 0.42.2", 1496 "windows_i686_msvc 0.42.2", 1497 "windows_x86_64_gnu 0.42.2", 1498 "windows_x86_64_gnullvm 0.42.2", 1499 "windows_x86_64_msvc 0.42.2", 1500] 1501 1502[[package]] 1503name = "windows-sys" 1504version = "0.45.0" 1505source = "registry+https://github.com/rust-lang/crates.io-index" 1506checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 1507dependencies = [ 1508 "windows-targets 0.42.2", 1509] 1510 1511[[package]] 1512name = "windows-sys" 1513version = "0.48.0" 1514source = "registry+https://github.com/rust-lang/crates.io-index" 1515checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 1516dependencies = [ 1517 "windows-targets 0.48.0", 1518] 1519 1520[[package]] 1521name = "windows-targets" 1522version = "0.42.2" 1523source = "registry+https://github.com/rust-lang/crates.io-index" 1524checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 1525dependencies = [ 1526 "windows_aarch64_gnullvm 0.42.2", 1527 "windows_aarch64_msvc 0.42.2", 1528 "windows_i686_gnu 0.42.2", 1529 "windows_i686_msvc 0.42.2", 1530 "windows_x86_64_gnu 0.42.2", 1531 "windows_x86_64_gnullvm 0.42.2", 1532 "windows_x86_64_msvc 0.42.2", 1533] 1534 1535[[package]] 1536name = "windows-targets" 1537version = "0.48.0" 1538source = "registry+https://github.com/rust-lang/crates.io-index" 1539checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5" 1540dependencies = [ 1541 "windows_aarch64_gnullvm 0.48.0", 1542 "windows_aarch64_msvc 0.48.0", 1543 "windows_i686_gnu 0.48.0", 1544 "windows_i686_msvc 0.48.0", 1545 "windows_x86_64_gnu 0.48.0", 1546 "windows_x86_64_gnullvm 0.48.0", 1547 "windows_x86_64_msvc 0.48.0", 1548] 1549 1550[[package]] 1551name = "windows_aarch64_gnullvm" 1552version = "0.42.2" 1553source = "registry+https://github.com/rust-lang/crates.io-index" 1554checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 1555 1556[[package]] 1557name = "windows_aarch64_gnullvm" 1558version = "0.48.0" 1559source = "registry+https://github.com/rust-lang/crates.io-index" 1560checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc" 1561 1562[[package]] 1563name = "windows_aarch64_msvc" 1564version = "0.42.2" 1565source = "registry+https://github.com/rust-lang/crates.io-index" 1566checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 1567 1568[[package]] 1569name = "windows_aarch64_msvc" 1570version = "0.48.0" 1571source = "registry+https://github.com/rust-lang/crates.io-index" 1572checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3" 1573 1574[[package]] 1575name = "windows_i686_gnu" 1576version = "0.42.2" 1577source = "registry+https://github.com/rust-lang/crates.io-index" 1578checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 1579 1580[[package]] 1581name = "windows_i686_gnu" 1582version = "0.48.0" 1583source = "registry+https://github.com/rust-lang/crates.io-index" 1584checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241" 1585 1586[[package]] 1587name = "windows_i686_msvc" 1588version = "0.42.2" 1589source = "registry+https://github.com/rust-lang/crates.io-index" 1590checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 1591 1592[[package]] 1593name = "windows_i686_msvc" 1594version = "0.48.0" 1595source = "registry+https://github.com/rust-lang/crates.io-index" 1596checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00" 1597 1598[[package]] 1599name = "windows_x86_64_gnu" 1600version = "0.42.2" 1601source = "registry+https://github.com/rust-lang/crates.io-index" 1602checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 1603 1604[[package]] 1605name = "windows_x86_64_gnu" 1606version = "0.48.0" 1607source = "registry+https://github.com/rust-lang/crates.io-index" 1608checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" 1609 1610[[package]] 1611name = "windows_x86_64_gnullvm" 1612version = "0.42.2" 1613source = "registry+https://github.com/rust-lang/crates.io-index" 1614checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 1615 1616[[package]] 1617name = "windows_x86_64_gnullvm" 1618version = "0.48.0" 1619source = "registry+https://github.com/rust-lang/crates.io-index" 1620checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" 1621 1622[[package]] 1623name = "windows_x86_64_msvc" 1624version = "0.42.2" 1625source = "registry+https://github.com/rust-lang/crates.io-index" 1626checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 1627 1628[[package]] 1629name = "windows_x86_64_msvc" 1630version = "0.48.0" 1631source = "registry+https://github.com/rust-lang/crates.io-index" 1632checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" 1633 1634[[package]] 1635name = "winreg" 1636version = "0.7.0" 1637source = "registry+https://github.com/rust-lang/crates.io-index" 1638checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69" 1639dependencies = [ 1640 "winapi 0.3.9", 1641] 1642 1643[[package]] 1644name = "ws2_32-sys" 1645version = "0.2.1" 1646source = "registry+https://github.com/rust-lang/crates.io-index" 1647checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e" 1648dependencies = [ 1649 "winapi 0.2.8", 1650 "winapi-build", 1651] 1652 1653[[package]] 1654name = "xattr" 1655version = "0.2.3" 1656source = "registry+https://github.com/rust-lang/crates.io-index" 1657checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc" 1658dependencies = [ 1659 "libc", 1660] 1661 1662[[package]] 1663name = "xz2" 1664version = "0.1.7" 1665source = "registry+https://github.com/rust-lang/crates.io-index" 1666checksum = "388c44dc09d76f1536602ead6d325eb532f5c122f17782bd57fb47baeeb767e2" 1667dependencies = [ 1668 "lzma-sys", 1669]