cargo-wasi: init at 0.1.26 (#186725)

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

authored by

Luc Perkins
Sandro
and committed by
GitHub
4e37749e 34ec80d6

+1559
+1513
pkgs/development/tools/rust/cargo-wasi/0001-Add-Cargo.lock.patch
··· 1 + From ee4ad9b7606cd2b3b1c32b44715a35e852e682a9 Mon Sep 17 00:00:00 2001 2 + From: Luc Perkins <lucperkins@gmail.com> 3 + Date: Mon, 15 Aug 2022 00:54:23 +0300 4 + Subject: [PATCH] Add Cargo.lock 5 + 6 + --- 7 + .gitignore | 1 - 8 + Cargo.lock | 1483 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 9 + 2 files changed, 1483 insertions(+), 1 deletion(-) 10 + create mode 100644 Cargo.lock 11 + 12 + diff --git a/.gitignore b/.gitignore 13 + index eff36f1..42a901f 100644 14 + --- a/.gitignore 15 + +++ b/.gitignore 16 + @@ -1,5 +1,4 @@ 17 + target 18 + -Cargo.lock 19 + tmp 20 + bump 21 + bump.exe 22 + diff --git a/Cargo.lock b/Cargo.lock 23 + new file mode 100644 24 + index 0000000..0110599 25 + --- /dev/null 26 + +++ b/Cargo.lock 27 + @@ -0,0 +1,1483 @@ 28 + +# This file is automatically @generated by Cargo. 29 + +# It is not intended for manual editing. 30 + +version = 3 31 + + 32 + +[[package]] 33 + +name = "adler" 34 + +version = "1.0.2" 35 + +source = "registry+https://github.com/rust-lang/crates.io-index" 36 + +checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 37 + + 38 + +[[package]] 39 + +name = "aho-corasick" 40 + +version = "0.7.18" 41 + +source = "registry+https://github.com/rust-lang/crates.io-index" 42 + +checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f" 43 + +dependencies = [ 44 + + "memchr", 45 + +] 46 + + 47 + +[[package]] 48 + +name = "anyhow" 49 + +version = "1.0.61" 50 + +source = "registry+https://github.com/rust-lang/crates.io-index" 51 + +checksum = "508b352bb5c066aac251f6daf6b36eccd03e8a88e8081cd44959ea277a3af9a8" 52 + + 53 + +[[package]] 54 + +name = "assemble" 55 + +version = "0.1.0" 56 + +dependencies = [ 57 + + "anyhow", 58 + + "toml", 59 + +] 60 + + 61 + +[[package]] 62 + +name = "assert_cmd" 63 + +version = "1.0.8" 64 + +source = "registry+https://github.com/rust-lang/crates.io-index" 65 + +checksum = "c98233c6673d8601ab23e77eb38f999c51100d46c5703b17288c57fddf3a1ffe" 66 + +dependencies = [ 67 + + "bstr", 68 + + "doc-comment", 69 + + "predicates 2.1.1", 70 + + "predicates-core", 71 + + "predicates-tree", 72 + + "wait-timeout", 73 + +] 74 + + 75 + +[[package]] 76 + +name = "atty" 77 + +version = "0.2.14" 78 + +source = "registry+https://github.com/rust-lang/crates.io-index" 79 + +checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 80 + +dependencies = [ 81 + + "hermit-abi", 82 + + "libc", 83 + + "winapi", 84 + +] 85 + + 86 + +[[package]] 87 + +name = "autocfg" 88 + +version = "1.1.0" 89 + +source = "registry+https://github.com/rust-lang/crates.io-index" 90 + +checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 91 + + 92 + +[[package]] 93 + +name = "base64" 94 + +version = "0.13.0" 95 + +source = "registry+https://github.com/rust-lang/crates.io-index" 96 + +checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd" 97 + + 98 + +[[package]] 99 + +name = "bitflags" 100 + +version = "1.3.2" 101 + +source = "registry+https://github.com/rust-lang/crates.io-index" 102 + +checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 103 + + 104 + +[[package]] 105 + +name = "bstr" 106 + +version = "0.2.17" 107 + +source = "registry+https://github.com/rust-lang/crates.io-index" 108 + +checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223" 109 + +dependencies = [ 110 + + "lazy_static", 111 + + "memchr", 112 + + "regex-automata", 113 + +] 114 + + 115 + +[[package]] 116 + +name = "bumpalo" 117 + +version = "3.10.0" 118 + +source = "registry+https://github.com/rust-lang/crates.io-index" 119 + +checksum = "37ccbd214614c6783386c1af30caf03192f17891059cecc394b4fb119e363de3" 120 + + 121 + +[[package]] 122 + +name = "bytes" 123 + +version = "1.2.1" 124 + +source = "registry+https://github.com/rust-lang/crates.io-index" 125 + +checksum = "ec8a7b6a70fde80372154c65702f00a0f56f3e1c36abbc6c440484be248856db" 126 + + 127 + +[[package]] 128 + +name = "cargo-wasi" 129 + +version = "0.1.26" 130 + +dependencies = [ 131 + + "anyhow", 132 + + "assert_cmd", 133 + + "atty", 134 + + "dirs", 135 + + "flate2", 136 + + "fs2", 137 + + "predicates 1.0.8", 138 + + "reqwest", 139 + + "rustc-demangle", 140 + + "same-file", 141 + + "semver", 142 + + "serde", 143 + + "serde_json", 144 + + "tar", 145 + + "tempfile", 146 + + "termcolor", 147 + + "toml", 148 + + "walrus", 149 + + "wasmparser 0.78.2", 150 + + "which", 151 + +] 152 + + 153 + +[[package]] 154 + +name = "cargo-wasi-shim" 155 + +version = "0.0.0" 156 + +dependencies = [ 157 + + "cfg-if", 158 + + "tempfile", 159 + +] 160 + + 161 + +[[package]] 162 + +name = "cc" 163 + +version = "1.0.73" 164 + +source = "registry+https://github.com/rust-lang/crates.io-index" 165 + +checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11" 166 + + 167 + +[[package]] 168 + +name = "cfg-if" 169 + +version = "1.0.0" 170 + +source = "registry+https://github.com/rust-lang/crates.io-index" 171 + +checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 172 + + 173 + +[[package]] 174 + +name = "core-foundation" 175 + +version = "0.9.3" 176 + +source = "registry+https://github.com/rust-lang/crates.io-index" 177 + +checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146" 178 + +dependencies = [ 179 + + "core-foundation-sys", 180 + + "libc", 181 + +] 182 + + 183 + +[[package]] 184 + +name = "core-foundation-sys" 185 + +version = "0.8.3" 186 + +source = "registry+https://github.com/rust-lang/crates.io-index" 187 + +checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc" 188 + + 189 + +[[package]] 190 + +name = "crc32fast" 191 + +version = "1.3.2" 192 + +source = "registry+https://github.com/rust-lang/crates.io-index" 193 + +checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" 194 + +dependencies = [ 195 + + "cfg-if", 196 + +] 197 + + 198 + +[[package]] 199 + +name = "difference" 200 + +version = "2.0.0" 201 + +source = "registry+https://github.com/rust-lang/crates.io-index" 202 + +checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198" 203 + + 204 + +[[package]] 205 + +name = "difflib" 206 + +version = "0.4.0" 207 + +source = "registry+https://github.com/rust-lang/crates.io-index" 208 + +checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8" 209 + + 210 + +[[package]] 211 + +name = "dirs" 212 + +version = "3.0.2" 213 + +source = "registry+https://github.com/rust-lang/crates.io-index" 214 + +checksum = "30baa043103c9d0c2a57cf537cc2f35623889dc0d405e6c3cccfadbc81c71309" 215 + +dependencies = [ 216 + + "dirs-sys", 217 + +] 218 + + 219 + +[[package]] 220 + +name = "dirs-sys" 221 + +version = "0.3.7" 222 + +source = "registry+https://github.com/rust-lang/crates.io-index" 223 + +checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6" 224 + +dependencies = [ 225 + + "libc", 226 + + "redox_users", 227 + + "winapi", 228 + +] 229 + + 230 + +[[package]] 231 + +name = "doc-comment" 232 + +version = "0.3.3" 233 + +source = "registry+https://github.com/rust-lang/crates.io-index" 234 + +checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" 235 + + 236 + +[[package]] 237 + +name = "either" 238 + +version = "1.7.0" 239 + +source = "registry+https://github.com/rust-lang/crates.io-index" 240 + +checksum = "3f107b87b6afc2a64fd13cac55fe06d6c8859f12d4b14cbcdd2c67d0976781be" 241 + + 242 + +[[package]] 243 + +name = "encoding_rs" 244 + +version = "0.8.31" 245 + +source = "registry+https://github.com/rust-lang/crates.io-index" 246 + +checksum = "9852635589dc9f9ea1b6fe9f05b50ef208c85c834a562f0c6abb1c475736ec2b" 247 + +dependencies = [ 248 + + "cfg-if", 249 + +] 250 + + 251 + +[[package]] 252 + +name = "fastrand" 253 + +version = "1.8.0" 254 + +source = "registry+https://github.com/rust-lang/crates.io-index" 255 + +checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499" 256 + +dependencies = [ 257 + + "instant", 258 + +] 259 + + 260 + +[[package]] 261 + +name = "filetime" 262 + +version = "0.2.17" 263 + +source = "registry+https://github.com/rust-lang/crates.io-index" 264 + +checksum = "e94a7bbaa59354bc20dd75b67f23e2797b4490e9d6928203fb105c79e448c86c" 265 + +dependencies = [ 266 + + "cfg-if", 267 + + "libc", 268 + + "redox_syscall", 269 + + "windows-sys", 270 + +] 271 + + 272 + +[[package]] 273 + +name = "flate2" 274 + +version = "1.0.24" 275 + +source = "registry+https://github.com/rust-lang/crates.io-index" 276 + +checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6" 277 + +dependencies = [ 278 + + "crc32fast", 279 + + "miniz_oxide", 280 + +] 281 + + 282 + +[[package]] 283 + +name = "float-cmp" 284 + +version = "0.8.0" 285 + +source = "registry+https://github.com/rust-lang/crates.io-index" 286 + +checksum = "e1267f4ac4f343772758f7b1bdcbe767c218bbab93bb432acbf5162bbf85a6c4" 287 + +dependencies = [ 288 + + "num-traits", 289 + +] 290 + + 291 + +[[package]] 292 + +name = "fnv" 293 + +version = "1.0.7" 294 + +source = "registry+https://github.com/rust-lang/crates.io-index" 295 + +checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 296 + + 297 + +[[package]] 298 + +name = "foreign-types" 299 + +version = "0.3.2" 300 + +source = "registry+https://github.com/rust-lang/crates.io-index" 301 + +checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 302 + +dependencies = [ 303 + + "foreign-types-shared", 304 + +] 305 + + 306 + +[[package]] 307 + +name = "foreign-types-shared" 308 + +version = "0.1.1" 309 + +source = "registry+https://github.com/rust-lang/crates.io-index" 310 + +checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 311 + + 312 + +[[package]] 313 + +name = "form_urlencoded" 314 + +version = "1.0.1" 315 + +source = "registry+https://github.com/rust-lang/crates.io-index" 316 + +checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191" 317 + +dependencies = [ 318 + + "matches", 319 + + "percent-encoding", 320 + +] 321 + + 322 + +[[package]] 323 + +name = "fs2" 324 + +version = "0.4.3" 325 + +source = "registry+https://github.com/rust-lang/crates.io-index" 326 + +checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213" 327 + +dependencies = [ 328 + + "libc", 329 + + "winapi", 330 + +] 331 + + 332 + +[[package]] 333 + +name = "futures-channel" 334 + +version = "0.3.23" 335 + +source = "registry+https://github.com/rust-lang/crates.io-index" 336 + +checksum = "2bfc52cbddcfd745bf1740338492bb0bd83d76c67b445f91c5fb29fae29ecaa1" 337 + +dependencies = [ 338 + + "futures-core", 339 + +] 340 + + 341 + +[[package]] 342 + +name = "futures-core" 343 + +version = "0.3.23" 344 + +source = "registry+https://github.com/rust-lang/crates.io-index" 345 + +checksum = "d2acedae88d38235936c3922476b10fced7b2b68136f5e3c03c2d5be348a1115" 346 + + 347 + +[[package]] 348 + +name = "futures-io" 349 + +version = "0.3.23" 350 + +source = "registry+https://github.com/rust-lang/crates.io-index" 351 + +checksum = "93a66fc6d035a26a3ae255a6d2bca35eda63ae4c5512bef54449113f7a1228e5" 352 + + 353 + +[[package]] 354 + +name = "futures-sink" 355 + +version = "0.3.23" 356 + +source = "registry+https://github.com/rust-lang/crates.io-index" 357 + +checksum = "ca0bae1fe9752cf7fd9b0064c674ae63f97b37bc714d745cbde0afb7ec4e6765" 358 + + 359 + +[[package]] 360 + +name = "futures-task" 361 + +version = "0.3.23" 362 + +source = "registry+https://github.com/rust-lang/crates.io-index" 363 + +checksum = "842fc63b931f4056a24d59de13fb1272134ce261816e063e634ad0c15cdc5306" 364 + + 365 + +[[package]] 366 + +name = "futures-util" 367 + +version = "0.3.23" 368 + +source = "registry+https://github.com/rust-lang/crates.io-index" 369 + +checksum = "f0828a5471e340229c11c77ca80017937ce3c58cb788a17e5f1c2d5c485a9577" 370 + +dependencies = [ 371 + + "futures-core", 372 + + "futures-io", 373 + + "futures-task", 374 + + "memchr", 375 + + "pin-project-lite", 376 + + "pin-utils", 377 + + "slab", 378 + +] 379 + + 380 + +[[package]] 381 + +name = "getrandom" 382 + +version = "0.2.7" 383 + +source = "registry+https://github.com/rust-lang/crates.io-index" 384 + +checksum = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6" 385 + +dependencies = [ 386 + + "cfg-if", 387 + + "libc", 388 + + "wasi", 389 + +] 390 + + 391 + +[[package]] 392 + +name = "h2" 393 + +version = "0.3.13" 394 + +source = "registry+https://github.com/rust-lang/crates.io-index" 395 + +checksum = "37a82c6d637fc9515a4694bbf1cb2457b79d81ce52b3108bdeea58b07dd34a57" 396 + +dependencies = [ 397 + + "bytes", 398 + + "fnv", 399 + + "futures-core", 400 + + "futures-sink", 401 + + "futures-util", 402 + + "http", 403 + + "indexmap", 404 + + "slab", 405 + + "tokio", 406 + + "tokio-util", 407 + + "tracing", 408 + +] 409 + + 410 + +[[package]] 411 + +name = "hashbrown" 412 + +version = "0.12.3" 413 + +source = "registry+https://github.com/rust-lang/crates.io-index" 414 + +checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 415 + + 416 + +[[package]] 417 + +name = "heck" 418 + +version = "0.3.3" 419 + +source = "registry+https://github.com/rust-lang/crates.io-index" 420 + +checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c" 421 + +dependencies = [ 422 + + "unicode-segmentation", 423 + +] 424 + + 425 + +[[package]] 426 + +name = "hello-world" 427 + +version = "0.1.0" 428 + + 429 + +[[package]] 430 + +name = "hermit-abi" 431 + +version = "0.1.19" 432 + +source = "registry+https://github.com/rust-lang/crates.io-index" 433 + +checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" 434 + +dependencies = [ 435 + + "libc", 436 + +] 437 + + 438 + +[[package]] 439 + +name = "http" 440 + +version = "0.2.8" 441 + +source = "registry+https://github.com/rust-lang/crates.io-index" 442 + +checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399" 443 + +dependencies = [ 444 + + "bytes", 445 + + "fnv", 446 + + "itoa", 447 + +] 448 + + 449 + +[[package]] 450 + +name = "http-body" 451 + +version = "0.4.5" 452 + +source = "registry+https://github.com/rust-lang/crates.io-index" 453 + +checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1" 454 + +dependencies = [ 455 + + "bytes", 456 + + "http", 457 + + "pin-project-lite", 458 + +] 459 + + 460 + +[[package]] 461 + +name = "httparse" 462 + +version = "1.7.1" 463 + +source = "registry+https://github.com/rust-lang/crates.io-index" 464 + +checksum = "496ce29bb5a52785b44e0f7ca2847ae0bb839c9bd28f69acac9b99d461c0c04c" 465 + + 466 + +[[package]] 467 + +name = "httpdate" 468 + +version = "1.0.2" 469 + +source = "registry+https://github.com/rust-lang/crates.io-index" 470 + +checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421" 471 + + 472 + +[[package]] 473 + +name = "hyper" 474 + +version = "0.14.20" 475 + +source = "registry+https://github.com/rust-lang/crates.io-index" 476 + +checksum = "02c929dc5c39e335a03c405292728118860721b10190d98c2a0f0efd5baafbac" 477 + +dependencies = [ 478 + + "bytes", 479 + + "futures-channel", 480 + + "futures-core", 481 + + "futures-util", 482 + + "h2", 483 + + "http", 484 + + "http-body", 485 + + "httparse", 486 + + "httpdate", 487 + + "itoa", 488 + + "pin-project-lite", 489 + + "socket2", 490 + + "tokio", 491 + + "tower-service", 492 + + "tracing", 493 + + "want", 494 + +] 495 + + 496 + +[[package]] 497 + +name = "hyper-tls" 498 + +version = "0.5.0" 499 + +source = "registry+https://github.com/rust-lang/crates.io-index" 500 + +checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905" 501 + +dependencies = [ 502 + + "bytes", 503 + + "hyper", 504 + + "native-tls", 505 + + "tokio", 506 + + "tokio-native-tls", 507 + +] 508 + + 509 + +[[package]] 510 + +name = "id-arena" 511 + +version = "2.2.1" 512 + +source = "registry+https://github.com/rust-lang/crates.io-index" 513 + +checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005" 514 + + 515 + +[[package]] 516 + +name = "idna" 517 + +version = "0.2.3" 518 + +source = "registry+https://github.com/rust-lang/crates.io-index" 519 + +checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8" 520 + +dependencies = [ 521 + + "matches", 522 + + "unicode-bidi", 523 + + "unicode-normalization", 524 + +] 525 + + 526 + +[[package]] 527 + +name = "indexmap" 528 + +version = "1.9.1" 529 + +source = "registry+https://github.com/rust-lang/crates.io-index" 530 + +checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e" 531 + +dependencies = [ 532 + + "autocfg", 533 + + "hashbrown", 534 + +] 535 + + 536 + +[[package]] 537 + +name = "instant" 538 + +version = "0.1.12" 539 + +source = "registry+https://github.com/rust-lang/crates.io-index" 540 + +checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 541 + +dependencies = [ 542 + + "cfg-if", 543 + +] 544 + + 545 + +[[package]] 546 + +name = "ipnet" 547 + +version = "2.5.0" 548 + +source = "registry+https://github.com/rust-lang/crates.io-index" 549 + +checksum = "879d54834c8c76457ef4293a689b2a8c59b076067ad77b15efafbb05f92a592b" 550 + + 551 + +[[package]] 552 + +name = "itertools" 553 + +version = "0.10.3" 554 + +source = "registry+https://github.com/rust-lang/crates.io-index" 555 + +checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3" 556 + +dependencies = [ 557 + + "either", 558 + +] 559 + + 560 + +[[package]] 561 + +name = "itoa" 562 + +version = "1.0.3" 563 + +source = "registry+https://github.com/rust-lang/crates.io-index" 564 + +checksum = "6c8af84674fe1f223a982c933a0ee1086ac4d4052aa0fb8060c12c6ad838e754" 565 + + 566 + +[[package]] 567 + +name = "js-sys" 568 + +version = "0.3.59" 569 + +source = "registry+https://github.com/rust-lang/crates.io-index" 570 + +checksum = "258451ab10b34f8af53416d1fdab72c22e805f0c92a1136d59470ec0b11138b2" 571 + +dependencies = [ 572 + + "wasm-bindgen", 573 + +] 574 + + 575 + +[[package]] 576 + +name = "lazy_static" 577 + +version = "1.4.0" 578 + +source = "registry+https://github.com/rust-lang/crates.io-index" 579 + +checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 580 + + 581 + +[[package]] 582 + +name = "leb128" 583 + +version = "0.2.5" 584 + +source = "registry+https://github.com/rust-lang/crates.io-index" 585 + +checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67" 586 + + 587 + +[[package]] 588 + +name = "libc" 589 + +version = "0.2.131" 590 + +source = "registry+https://github.com/rust-lang/crates.io-index" 591 + +checksum = "04c3b4822ccebfa39c02fc03d1534441b22ead323fa0f48bb7ddd8e6ba076a40" 592 + + 593 + +[[package]] 594 + +name = "log" 595 + +version = "0.4.17" 596 + +source = "registry+https://github.com/rust-lang/crates.io-index" 597 + +checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" 598 + +dependencies = [ 599 + + "cfg-if", 600 + +] 601 + + 602 + +[[package]] 603 + +name = "matches" 604 + +version = "0.1.9" 605 + +source = "registry+https://github.com/rust-lang/crates.io-index" 606 + +checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f" 607 + + 608 + +[[package]] 609 + +name = "memchr" 610 + +version = "2.5.0" 611 + +source = "registry+https://github.com/rust-lang/crates.io-index" 612 + +checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" 613 + + 614 + +[[package]] 615 + +name = "mime" 616 + +version = "0.3.16" 617 + +source = "registry+https://github.com/rust-lang/crates.io-index" 618 + +checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d" 619 + + 620 + +[[package]] 621 + +name = "miniz_oxide" 622 + +version = "0.5.3" 623 + +source = "registry+https://github.com/rust-lang/crates.io-index" 624 + +checksum = "6f5c75688da582b8ffc1f1799e9db273f32133c49e048f614d22ec3256773ccc" 625 + +dependencies = [ 626 + + "adler", 627 + +] 628 + + 629 + +[[package]] 630 + +name = "mio" 631 + +version = "0.8.4" 632 + +source = "registry+https://github.com/rust-lang/crates.io-index" 633 + +checksum = "57ee1c23c7c63b0c9250c339ffdc69255f110b298b901b9f6c82547b7b87caaf" 634 + +dependencies = [ 635 + + "libc", 636 + + "log", 637 + + "wasi", 638 + + "windows-sys", 639 + +] 640 + + 641 + +[[package]] 642 + +name = "native-tls" 643 + +version = "0.2.10" 644 + +source = "registry+https://github.com/rust-lang/crates.io-index" 645 + +checksum = "fd7e2f3618557f980e0b17e8856252eee3c97fa12c54dff0ca290fb6266ca4a9" 646 + +dependencies = [ 647 + + "lazy_static", 648 + + "libc", 649 + + "log", 650 + + "openssl", 651 + + "openssl-probe", 652 + + "openssl-sys", 653 + + "schannel", 654 + + "security-framework", 655 + + "security-framework-sys", 656 + + "tempfile", 657 + +] 658 + + 659 + +[[package]] 660 + +name = "normalize-line-endings" 661 + +version = "0.3.0" 662 + +source = "registry+https://github.com/rust-lang/crates.io-index" 663 + +checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be" 664 + + 665 + +[[package]] 666 + +name = "num-traits" 667 + +version = "0.2.15" 668 + +source = "registry+https://github.com/rust-lang/crates.io-index" 669 + +checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" 670 + +dependencies = [ 671 + + "autocfg", 672 + +] 673 + + 674 + +[[package]] 675 + +name = "num_cpus" 676 + +version = "1.13.1" 677 + +source = "registry+https://github.com/rust-lang/crates.io-index" 678 + +checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1" 679 + +dependencies = [ 680 + + "hermit-abi", 681 + + "libc", 682 + +] 683 + + 684 + +[[package]] 685 + +name = "once_cell" 686 + +version = "1.13.0" 687 + +source = "registry+https://github.com/rust-lang/crates.io-index" 688 + +checksum = "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1" 689 + + 690 + +[[package]] 691 + +name = "openssl" 692 + +version = "0.10.41" 693 + +source = "registry+https://github.com/rust-lang/crates.io-index" 694 + +checksum = "618febf65336490dfcf20b73f885f5651a0c89c64c2d4a8c3662585a70bf5bd0" 695 + +dependencies = [ 696 + + "bitflags", 697 + + "cfg-if", 698 + + "foreign-types", 699 + + "libc", 700 + + "once_cell", 701 + + "openssl-macros", 702 + + "openssl-sys", 703 + +] 704 + + 705 + +[[package]] 706 + +name = "openssl-macros" 707 + +version = "0.1.0" 708 + +source = "registry+https://github.com/rust-lang/crates.io-index" 709 + +checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c" 710 + +dependencies = [ 711 + + "proc-macro2", 712 + + "quote", 713 + + "syn", 714 + +] 715 + + 716 + +[[package]] 717 + +name = "openssl-probe" 718 + +version = "0.1.5" 719 + +source = "registry+https://github.com/rust-lang/crates.io-index" 720 + +checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" 721 + + 722 + +[[package]] 723 + +name = "openssl-sys" 724 + +version = "0.9.75" 725 + +source = "registry+https://github.com/rust-lang/crates.io-index" 726 + +checksum = "e5f9bd0c2710541a3cda73d6f9ac4f1b240de4ae261065d309dbe73d9dceb42f" 727 + +dependencies = [ 728 + + "autocfg", 729 + + "cc", 730 + + "libc", 731 + + "pkg-config", 732 + + "vcpkg", 733 + +] 734 + + 735 + +[[package]] 736 + +name = "percent-encoding" 737 + +version = "2.1.0" 738 + +source = "registry+https://github.com/rust-lang/crates.io-index" 739 + +checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" 740 + + 741 + +[[package]] 742 + +name = "pest" 743 + +version = "2.2.1" 744 + +source = "registry+https://github.com/rust-lang/crates.io-index" 745 + +checksum = "69486e2b8c2d2aeb9762db7b4e00b0331156393555cff467f4163ff06821eef8" 746 + +dependencies = [ 747 + + "thiserror", 748 + + "ucd-trie", 749 + +] 750 + + 751 + +[[package]] 752 + +name = "pin-project-lite" 753 + +version = "0.2.9" 754 + +source = "registry+https://github.com/rust-lang/crates.io-index" 755 + +checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116" 756 + + 757 + +[[package]] 758 + +name = "pin-utils" 759 + +version = "0.1.0" 760 + +source = "registry+https://github.com/rust-lang/crates.io-index" 761 + +checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 762 + + 763 + +[[package]] 764 + +name = "pkg-config" 765 + +version = "0.3.25" 766 + +source = "registry+https://github.com/rust-lang/crates.io-index" 767 + +checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae" 768 + + 769 + +[[package]] 770 + +name = "predicates" 771 + +version = "1.0.8" 772 + +source = "registry+https://github.com/rust-lang/crates.io-index" 773 + +checksum = "f49cfaf7fdaa3bfacc6fa3e7054e65148878354a5cfddcf661df4c851f8021df" 774 + +dependencies = [ 775 + + "difference", 776 + + "float-cmp", 777 + + "normalize-line-endings", 778 + + "predicates-core", 779 + + "regex", 780 + +] 781 + + 782 + +[[package]] 783 + +name = "predicates" 784 + +version = "2.1.1" 785 + +source = "registry+https://github.com/rust-lang/crates.io-index" 786 + +checksum = "a5aab5be6e4732b473071984b3164dbbfb7a3674d30ea5ff44410b6bcd960c3c" 787 + +dependencies = [ 788 + + "difflib", 789 + + "itertools", 790 + + "predicates-core", 791 + +] 792 + + 793 + +[[package]] 794 + +name = "predicates-core" 795 + +version = "1.0.3" 796 + +source = "registry+https://github.com/rust-lang/crates.io-index" 797 + +checksum = "da1c2388b1513e1b605fcec39a95e0a9e8ef088f71443ef37099fa9ae6673fcb" 798 + + 799 + +[[package]] 800 + +name = "predicates-tree" 801 + +version = "1.0.5" 802 + +source = "registry+https://github.com/rust-lang/crates.io-index" 803 + +checksum = "4d86de6de25020a36c6d3643a86d9a6a9f552107c0559c60ea03551b5e16c032" 804 + +dependencies = [ 805 + + "predicates-core", 806 + + "termtree", 807 + +] 808 + + 809 + +[[package]] 810 + +name = "proc-macro2" 811 + +version = "1.0.43" 812 + +source = "registry+https://github.com/rust-lang/crates.io-index" 813 + +checksum = "0a2ca2c61bc9f3d74d2886294ab7b9853abd9c1ad903a3ac7815c58989bb7bab" 814 + +dependencies = [ 815 + + "unicode-ident", 816 + +] 817 + + 818 + +[[package]] 819 + +name = "quote" 820 + +version = "1.0.21" 821 + +source = "registry+https://github.com/rust-lang/crates.io-index" 822 + +checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179" 823 + +dependencies = [ 824 + + "proc-macro2", 825 + +] 826 + + 827 + +[[package]] 828 + +name = "redox_syscall" 829 + +version = "0.2.16" 830 + +source = "registry+https://github.com/rust-lang/crates.io-index" 831 + +checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" 832 + +dependencies = [ 833 + + "bitflags", 834 + +] 835 + + 836 + +[[package]] 837 + +name = "redox_users" 838 + +version = "0.4.3" 839 + +source = "registry+https://github.com/rust-lang/crates.io-index" 840 + +checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b" 841 + +dependencies = [ 842 + + "getrandom", 843 + + "redox_syscall", 844 + + "thiserror", 845 + +] 846 + + 847 + +[[package]] 848 + +name = "regex" 849 + +version = "1.6.0" 850 + +source = "registry+https://github.com/rust-lang/crates.io-index" 851 + +checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b" 852 + +dependencies = [ 853 + + "aho-corasick", 854 + + "memchr", 855 + + "regex-syntax", 856 + +] 857 + + 858 + +[[package]] 859 + +name = "regex-automata" 860 + +version = "0.1.10" 861 + +source = "registry+https://github.com/rust-lang/crates.io-index" 862 + +checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" 863 + + 864 + +[[package]] 865 + +name = "regex-syntax" 866 + +version = "0.6.27" 867 + +source = "registry+https://github.com/rust-lang/crates.io-index" 868 + +checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244" 869 + + 870 + +[[package]] 871 + +name = "remove_dir_all" 872 + +version = "0.5.3" 873 + +source = "registry+https://github.com/rust-lang/crates.io-index" 874 + +checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7" 875 + +dependencies = [ 876 + + "winapi", 877 + +] 878 + + 879 + +[[package]] 880 + +name = "reqwest" 881 + +version = "0.11.11" 882 + +source = "registry+https://github.com/rust-lang/crates.io-index" 883 + +checksum = "b75aa69a3f06bbcc66ede33af2af253c6f7a86b1ca0033f60c580a27074fbf92" 884 + +dependencies = [ 885 + + "base64", 886 + + "bytes", 887 + + "encoding_rs", 888 + + "futures-core", 889 + + "futures-util", 890 + + "h2", 891 + + "http", 892 + + "http-body", 893 + + "hyper", 894 + + "hyper-tls", 895 + + "ipnet", 896 + + "js-sys", 897 + + "lazy_static", 898 + + "log", 899 + + "mime", 900 + + "native-tls", 901 + + "percent-encoding", 902 + + "pin-project-lite", 903 + + "serde", 904 + + "serde_json", 905 + + "serde_urlencoded", 906 + + "tokio", 907 + + "tokio-native-tls", 908 + + "tower-service", 909 + + "url", 910 + + "wasm-bindgen", 911 + + "wasm-bindgen-futures", 912 + + "web-sys", 913 + + "winreg", 914 + +] 915 + + 916 + +[[package]] 917 + +name = "rustc-demangle" 918 + +version = "0.1.21" 919 + +source = "registry+https://github.com/rust-lang/crates.io-index" 920 + +checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342" 921 + + 922 + +[[package]] 923 + +name = "ryu" 924 + +version = "1.0.11" 925 + +source = "registry+https://github.com/rust-lang/crates.io-index" 926 + +checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09" 927 + + 928 + +[[package]] 929 + +name = "same-file" 930 + +version = "1.0.6" 931 + +source = "registry+https://github.com/rust-lang/crates.io-index" 932 + +checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 933 + +dependencies = [ 934 + + "winapi-util", 935 + +] 936 + + 937 + +[[package]] 938 + +name = "schannel" 939 + +version = "0.1.20" 940 + +source = "registry+https://github.com/rust-lang/crates.io-index" 941 + +checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2" 942 + +dependencies = [ 943 + + "lazy_static", 944 + + "windows-sys", 945 + +] 946 + + 947 + +[[package]] 948 + +name = "security-framework" 949 + +version = "2.6.1" 950 + +source = "registry+https://github.com/rust-lang/crates.io-index" 951 + +checksum = "2dc14f172faf8a0194a3aded622712b0de276821addc574fa54fc0a1167e10dc" 952 + +dependencies = [ 953 + + "bitflags", 954 + + "core-foundation", 955 + + "core-foundation-sys", 956 + + "libc", 957 + + "security-framework-sys", 958 + +] 959 + + 960 + +[[package]] 961 + +name = "security-framework-sys" 962 + +version = "2.6.1" 963 + +source = "registry+https://github.com/rust-lang/crates.io-index" 964 + +checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556" 965 + +dependencies = [ 966 + + "core-foundation-sys", 967 + + "libc", 968 + +] 969 + + 970 + +[[package]] 971 + +name = "semver" 972 + +version = "0.11.0" 973 + +source = "registry+https://github.com/rust-lang/crates.io-index" 974 + +checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6" 975 + +dependencies = [ 976 + + "semver-parser", 977 + +] 978 + + 979 + +[[package]] 980 + +name = "semver-parser" 981 + +version = "0.10.2" 982 + +source = "registry+https://github.com/rust-lang/crates.io-index" 983 + +checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7" 984 + +dependencies = [ 985 + + "pest", 986 + +] 987 + + 988 + +[[package]] 989 + +name = "serde" 990 + +version = "1.0.143" 991 + +source = "registry+https://github.com/rust-lang/crates.io-index" 992 + +checksum = "53e8e5d5b70924f74ff5c6d64d9a5acd91422117c60f48c4e07855238a254553" 993 + +dependencies = [ 994 + + "serde_derive", 995 + +] 996 + + 997 + +[[package]] 998 + +name = "serde_derive" 999 + +version = "1.0.143" 1000 + +source = "registry+https://github.com/rust-lang/crates.io-index" 1001 + +checksum = "d3d8e8de557aee63c26b85b947f5e59b690d0454c753f3adeb5cd7835ab88391" 1002 + +dependencies = [ 1003 + + "proc-macro2", 1004 + + "quote", 1005 + + "syn", 1006 + +] 1007 + + 1008 + +[[package]] 1009 + +name = "serde_json" 1010 + +version = "1.0.83" 1011 + +source = "registry+https://github.com/rust-lang/crates.io-index" 1012 + +checksum = "38dd04e3c8279e75b31ef29dbdceebfe5ad89f4d0937213c53f7d49d01b3d5a7" 1013 + +dependencies = [ 1014 + + "itoa", 1015 + + "ryu", 1016 + + "serde", 1017 + +] 1018 + + 1019 + +[[package]] 1020 + +name = "serde_urlencoded" 1021 + +version = "0.7.1" 1022 + +source = "registry+https://github.com/rust-lang/crates.io-index" 1023 + +checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 1024 + +dependencies = [ 1025 + + "form_urlencoded", 1026 + + "itoa", 1027 + + "ryu", 1028 + + "serde", 1029 + +] 1030 + + 1031 + +[[package]] 1032 + +name = "slab" 1033 + +version = "0.4.7" 1034 + +source = "registry+https://github.com/rust-lang/crates.io-index" 1035 + +checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef" 1036 + +dependencies = [ 1037 + + "autocfg", 1038 + +] 1039 + + 1040 + +[[package]] 1041 + +name = "socket2" 1042 + +version = "0.4.4" 1043 + +source = "registry+https://github.com/rust-lang/crates.io-index" 1044 + +checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0" 1045 + +dependencies = [ 1046 + + "libc", 1047 + + "winapi", 1048 + +] 1049 + + 1050 + +[[package]] 1051 + +name = "syn" 1052 + +version = "1.0.99" 1053 + +source = "registry+https://github.com/rust-lang/crates.io-index" 1054 + +checksum = "58dbef6ec655055e20b86b15a8cc6d439cca19b667537ac6a1369572d151ab13" 1055 + +dependencies = [ 1056 + + "proc-macro2", 1057 + + "quote", 1058 + + "unicode-ident", 1059 + +] 1060 + + 1061 + +[[package]] 1062 + +name = "tar" 1063 + +version = "0.4.38" 1064 + +source = "registry+https://github.com/rust-lang/crates.io-index" 1065 + +checksum = "4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6" 1066 + +dependencies = [ 1067 + + "filetime", 1068 + + "libc", 1069 + + "xattr", 1070 + +] 1071 + + 1072 + +[[package]] 1073 + +name = "tempfile" 1074 + +version = "3.3.0" 1075 + +source = "registry+https://github.com/rust-lang/crates.io-index" 1076 + +checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4" 1077 + +dependencies = [ 1078 + + "cfg-if", 1079 + + "fastrand", 1080 + + "libc", 1081 + + "redox_syscall", 1082 + + "remove_dir_all", 1083 + + "winapi", 1084 + +] 1085 + + 1086 + +[[package]] 1087 + +name = "termcolor" 1088 + +version = "1.1.3" 1089 + +source = "registry+https://github.com/rust-lang/crates.io-index" 1090 + +checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755" 1091 + +dependencies = [ 1092 + + "winapi-util", 1093 + +] 1094 + + 1095 + +[[package]] 1096 + +name = "termtree" 1097 + +version = "0.2.4" 1098 + +source = "registry+https://github.com/rust-lang/crates.io-index" 1099 + +checksum = "507e9898683b6c43a9aa55b64259b721b52ba226e0f3779137e50ad114a4c90b" 1100 + + 1101 + +[[package]] 1102 + +name = "thiserror" 1103 + +version = "1.0.32" 1104 + +source = "registry+https://github.com/rust-lang/crates.io-index" 1105 + +checksum = "f5f6586b7f764adc0231f4c79be7b920e766bb2f3e51b3661cdb263828f19994" 1106 + +dependencies = [ 1107 + + "thiserror-impl", 1108 + +] 1109 + + 1110 + +[[package]] 1111 + +name = "thiserror-impl" 1112 + +version = "1.0.32" 1113 + +source = "registry+https://github.com/rust-lang/crates.io-index" 1114 + +checksum = "12bafc5b54507e0149cdf1b145a5d80ab80a90bcd9275df43d4fff68460f6c21" 1115 + +dependencies = [ 1116 + + "proc-macro2", 1117 + + "quote", 1118 + + "syn", 1119 + +] 1120 + + 1121 + +[[package]] 1122 + +name = "tinyvec" 1123 + +version = "1.6.0" 1124 + +source = "registry+https://github.com/rust-lang/crates.io-index" 1125 + +checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" 1126 + +dependencies = [ 1127 + + "tinyvec_macros", 1128 + +] 1129 + + 1130 + +[[package]] 1131 + +name = "tinyvec_macros" 1132 + +version = "0.1.0" 1133 + +source = "registry+https://github.com/rust-lang/crates.io-index" 1134 + +checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" 1135 + + 1136 + +[[package]] 1137 + +name = "tokio" 1138 + +version = "1.20.1" 1139 + +source = "registry+https://github.com/rust-lang/crates.io-index" 1140 + +checksum = "7a8325f63a7d4774dd041e363b2409ed1c5cbbd0f867795e661df066b2b0a581" 1141 + +dependencies = [ 1142 + + "autocfg", 1143 + + "bytes", 1144 + + "libc", 1145 + + "memchr", 1146 + + "mio", 1147 + + "num_cpus", 1148 + + "once_cell", 1149 + + "pin-project-lite", 1150 + + "socket2", 1151 + + "winapi", 1152 + +] 1153 + + 1154 + +[[package]] 1155 + +name = "tokio-native-tls" 1156 + +version = "0.3.0" 1157 + +source = "registry+https://github.com/rust-lang/crates.io-index" 1158 + +checksum = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b" 1159 + +dependencies = [ 1160 + + "native-tls", 1161 + + "tokio", 1162 + +] 1163 + + 1164 + +[[package]] 1165 + +name = "tokio-util" 1166 + +version = "0.7.3" 1167 + +source = "registry+https://github.com/rust-lang/crates.io-index" 1168 + +checksum = "cc463cd8deddc3770d20f9852143d50bf6094e640b485cb2e189a2099085ff45" 1169 + +dependencies = [ 1170 + + "bytes", 1171 + + "futures-core", 1172 + + "futures-sink", 1173 + + "pin-project-lite", 1174 + + "tokio", 1175 + + "tracing", 1176 + +] 1177 + + 1178 + +[[package]] 1179 + +name = "toml" 1180 + +version = "0.5.9" 1181 + +source = "registry+https://github.com/rust-lang/crates.io-index" 1182 + +checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7" 1183 + +dependencies = [ 1184 + + "serde", 1185 + +] 1186 + + 1187 + +[[package]] 1188 + +name = "tower-service" 1189 + +version = "0.3.2" 1190 + +source = "registry+https://github.com/rust-lang/crates.io-index" 1191 + +checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" 1192 + + 1193 + +[[package]] 1194 + +name = "tracing" 1195 + +version = "0.1.36" 1196 + +source = "registry+https://github.com/rust-lang/crates.io-index" 1197 + +checksum = "2fce9567bd60a67d08a16488756721ba392f24f29006402881e43b19aac64307" 1198 + +dependencies = [ 1199 + + "cfg-if", 1200 + + "pin-project-lite", 1201 + + "tracing-core", 1202 + +] 1203 + + 1204 + +[[package]] 1205 + +name = "tracing-core" 1206 + +version = "0.1.29" 1207 + +source = "registry+https://github.com/rust-lang/crates.io-index" 1208 + +checksum = "5aeea4303076558a00714b823f9ad67d58a3bbda1df83d8827d21193156e22f7" 1209 + +dependencies = [ 1210 + + "once_cell", 1211 + +] 1212 + + 1213 + +[[package]] 1214 + +name = "try-lock" 1215 + +version = "0.2.3" 1216 + +source = "registry+https://github.com/rust-lang/crates.io-index" 1217 + +checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" 1218 + + 1219 + +[[package]] 1220 + +name = "ucd-trie" 1221 + +version = "0.1.4" 1222 + +source = "registry+https://github.com/rust-lang/crates.io-index" 1223 + +checksum = "89570599c4fe5585de2b388aab47e99f7fa4e9238a1399f707a02e356058141c" 1224 + + 1225 + +[[package]] 1226 + +name = "unicode-bidi" 1227 + +version = "0.3.8" 1228 + +source = "registry+https://github.com/rust-lang/crates.io-index" 1229 + +checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992" 1230 + + 1231 + +[[package]] 1232 + +name = "unicode-ident" 1233 + +version = "1.0.3" 1234 + +source = "registry+https://github.com/rust-lang/crates.io-index" 1235 + +checksum = "c4f5b37a154999a8f3f98cc23a628d850e154479cd94decf3414696e12e31aaf" 1236 + + 1237 + +[[package]] 1238 + +name = "unicode-normalization" 1239 + +version = "0.1.21" 1240 + +source = "registry+https://github.com/rust-lang/crates.io-index" 1241 + +checksum = "854cbdc4f7bc6ae19c820d44abdc3277ac3e1b2b93db20a636825d9322fb60e6" 1242 + +dependencies = [ 1243 + + "tinyvec", 1244 + +] 1245 + + 1246 + +[[package]] 1247 + +name = "unicode-segmentation" 1248 + +version = "1.9.0" 1249 + +source = "registry+https://github.com/rust-lang/crates.io-index" 1250 + +checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99" 1251 + + 1252 + +[[package]] 1253 + +name = "url" 1254 + +version = "2.2.2" 1255 + +source = "registry+https://github.com/rust-lang/crates.io-index" 1256 + +checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c" 1257 + +dependencies = [ 1258 + + "form_urlencoded", 1259 + + "idna", 1260 + + "matches", 1261 + + "percent-encoding", 1262 + +] 1263 + + 1264 + +[[package]] 1265 + +name = "vcpkg" 1266 + +version = "0.2.15" 1267 + +source = "registry+https://github.com/rust-lang/crates.io-index" 1268 + +checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 1269 + + 1270 + +[[package]] 1271 + +name = "wait-timeout" 1272 + +version = "0.2.0" 1273 + +source = "registry+https://github.com/rust-lang/crates.io-index" 1274 + +checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6" 1275 + +dependencies = [ 1276 + + "libc", 1277 + +] 1278 + + 1279 + +[[package]] 1280 + +name = "walrus" 1281 + +version = "0.19.0" 1282 + +source = "registry+https://github.com/rust-lang/crates.io-index" 1283 + +checksum = "4eb08e48cde54c05f363d984bb54ce374f49e242def9468d2e1b6c2372d291f8" 1284 + +dependencies = [ 1285 + + "anyhow", 1286 + + "id-arena", 1287 + + "leb128", 1288 + + "log", 1289 + + "walrus-macro", 1290 + + "wasmparser 0.77.0", 1291 + +] 1292 + + 1293 + +[[package]] 1294 + +name = "walrus-macro" 1295 + +version = "0.19.0" 1296 + +source = "registry+https://github.com/rust-lang/crates.io-index" 1297 + +checksum = "0a6e5bd22c71e77d60140b0bd5be56155a37e5bd14e24f5f87298040d0cc40d7" 1298 + +dependencies = [ 1299 + + "heck", 1300 + + "proc-macro2", 1301 + + "quote", 1302 + + "syn", 1303 + +] 1304 + + 1305 + +[[package]] 1306 + +name = "want" 1307 + +version = "0.3.0" 1308 + +source = "registry+https://github.com/rust-lang/crates.io-index" 1309 + +checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0" 1310 + +dependencies = [ 1311 + + "log", 1312 + + "try-lock", 1313 + +] 1314 + + 1315 + +[[package]] 1316 + +name = "wasi" 1317 + +version = "0.11.0+wasi-snapshot-preview1" 1318 + +source = "registry+https://github.com/rust-lang/crates.io-index" 1319 + +checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 1320 + + 1321 + +[[package]] 1322 + +name = "wasm-bindgen" 1323 + +version = "0.2.82" 1324 + +source = "registry+https://github.com/rust-lang/crates.io-index" 1325 + +checksum = "fc7652e3f6c4706c8d9cd54832c4a4ccb9b5336e2c3bd154d5cccfbf1c1f5f7d" 1326 + +dependencies = [ 1327 + + "cfg-if", 1328 + + "wasm-bindgen-macro", 1329 + +] 1330 + + 1331 + +[[package]] 1332 + +name = "wasm-bindgen-backend" 1333 + +version = "0.2.82" 1334 + +source = "registry+https://github.com/rust-lang/crates.io-index" 1335 + +checksum = "662cd44805586bd52971b9586b1df85cdbbd9112e4ef4d8f41559c334dc6ac3f" 1336 + +dependencies = [ 1337 + + "bumpalo", 1338 + + "log", 1339 + + "once_cell", 1340 + + "proc-macro2", 1341 + + "quote", 1342 + + "syn", 1343 + + "wasm-bindgen-shared", 1344 + +] 1345 + + 1346 + +[[package]] 1347 + +name = "wasm-bindgen-futures" 1348 + +version = "0.4.32" 1349 + +source = "registry+https://github.com/rust-lang/crates.io-index" 1350 + +checksum = "fa76fb221a1f8acddf5b54ace85912606980ad661ac7a503b4570ffd3a624dad" 1351 + +dependencies = [ 1352 + + "cfg-if", 1353 + + "js-sys", 1354 + + "wasm-bindgen", 1355 + + "web-sys", 1356 + +] 1357 + + 1358 + +[[package]] 1359 + +name = "wasm-bindgen-macro" 1360 + +version = "0.2.82" 1361 + +source = "registry+https://github.com/rust-lang/crates.io-index" 1362 + +checksum = "b260f13d3012071dfb1512849c033b1925038373aea48ced3012c09df952c602" 1363 + +dependencies = [ 1364 + + "quote", 1365 + + "wasm-bindgen-macro-support", 1366 + +] 1367 + + 1368 + +[[package]] 1369 + +name = "wasm-bindgen-macro-support" 1370 + +version = "0.2.82" 1371 + +source = "registry+https://github.com/rust-lang/crates.io-index" 1372 + +checksum = "5be8e654bdd9b79216c2929ab90721aa82faf65c48cdf08bdc4e7f51357b80da" 1373 + +dependencies = [ 1374 + + "proc-macro2", 1375 + + "quote", 1376 + + "syn", 1377 + + "wasm-bindgen-backend", 1378 + + "wasm-bindgen-shared", 1379 + +] 1380 + + 1381 + +[[package]] 1382 + +name = "wasm-bindgen-shared" 1383 + +version = "0.2.82" 1384 + +source = "registry+https://github.com/rust-lang/crates.io-index" 1385 + +checksum = "6598dd0bd3c7d51095ff6531a5b23e02acdc81804e30d8f07afb77b7215a140a" 1386 + + 1387 + +[[package]] 1388 + +name = "wasmparser" 1389 + +version = "0.77.0" 1390 + +source = "registry+https://github.com/rust-lang/crates.io-index" 1391 + +checksum = "b35c86d22e720a07d954ebbed772d01180501afe7d03d464f413bb5f8914a8d6" 1392 + + 1393 + +[[package]] 1394 + +name = "wasmparser" 1395 + +version = "0.78.2" 1396 + +source = "registry+https://github.com/rust-lang/crates.io-index" 1397 + +checksum = "52144d4c78e5cf8b055ceab8e5fa22814ce4315d6002ad32cfd914f37c12fd65" 1398 + + 1399 + +[[package]] 1400 + +name = "web-sys" 1401 + +version = "0.3.59" 1402 + +source = "registry+https://github.com/rust-lang/crates.io-index" 1403 + +checksum = "ed055ab27f941423197eb86b2035720b1a3ce40504df082cac2ecc6ed73335a1" 1404 + +dependencies = [ 1405 + + "js-sys", 1406 + + "wasm-bindgen", 1407 + +] 1408 + + 1409 + +[[package]] 1410 + +name = "which" 1411 + +version = "4.2.5" 1412 + +source = "registry+https://github.com/rust-lang/crates.io-index" 1413 + +checksum = "5c4fb54e6113b6a8772ee41c3404fb0301ac79604489467e0a9ce1f3e97c24ae" 1414 + +dependencies = [ 1415 + + "either", 1416 + + "lazy_static", 1417 + + "libc", 1418 + +] 1419 + + 1420 + +[[package]] 1421 + +name = "winapi" 1422 + +version = "0.3.9" 1423 + +source = "registry+https://github.com/rust-lang/crates.io-index" 1424 + +checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 1425 + +dependencies = [ 1426 + + "winapi-i686-pc-windows-gnu", 1427 + + "winapi-x86_64-pc-windows-gnu", 1428 + +] 1429 + + 1430 + +[[package]] 1431 + +name = "winapi-i686-pc-windows-gnu" 1432 + +version = "0.4.0" 1433 + +source = "registry+https://github.com/rust-lang/crates.io-index" 1434 + +checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 1435 + + 1436 + +[[package]] 1437 + +name = "winapi-util" 1438 + +version = "0.1.5" 1439 + +source = "registry+https://github.com/rust-lang/crates.io-index" 1440 + +checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" 1441 + +dependencies = [ 1442 + + "winapi", 1443 + +] 1444 + + 1445 + +[[package]] 1446 + +name = "winapi-x86_64-pc-windows-gnu" 1447 + +version = "0.4.0" 1448 + +source = "registry+https://github.com/rust-lang/crates.io-index" 1449 + +checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 1450 + + 1451 + +[[package]] 1452 + +name = "windows-sys" 1453 + +version = "0.36.1" 1454 + +source = "registry+https://github.com/rust-lang/crates.io-index" 1455 + +checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2" 1456 + +dependencies = [ 1457 + + "windows_aarch64_msvc", 1458 + + "windows_i686_gnu", 1459 + + "windows_i686_msvc", 1460 + + "windows_x86_64_gnu", 1461 + + "windows_x86_64_msvc", 1462 + +] 1463 + + 1464 + +[[package]] 1465 + +name = "windows_aarch64_msvc" 1466 + +version = "0.36.1" 1467 + +source = "registry+https://github.com/rust-lang/crates.io-index" 1468 + +checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47" 1469 + + 1470 + +[[package]] 1471 + +name = "windows_i686_gnu" 1472 + +version = "0.36.1" 1473 + +source = "registry+https://github.com/rust-lang/crates.io-index" 1474 + +checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6" 1475 + + 1476 + +[[package]] 1477 + +name = "windows_i686_msvc" 1478 + +version = "0.36.1" 1479 + +source = "registry+https://github.com/rust-lang/crates.io-index" 1480 + +checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024" 1481 + + 1482 + +[[package]] 1483 + +name = "windows_x86_64_gnu" 1484 + +version = "0.36.1" 1485 + +source = "registry+https://github.com/rust-lang/crates.io-index" 1486 + +checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1" 1487 + + 1488 + +[[package]] 1489 + +name = "windows_x86_64_msvc" 1490 + +version = "0.36.1" 1491 + +source = "registry+https://github.com/rust-lang/crates.io-index" 1492 + +checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680" 1493 + + 1494 + +[[package]] 1495 + +name = "winreg" 1496 + +version = "0.10.1" 1497 + +source = "registry+https://github.com/rust-lang/crates.io-index" 1498 + +checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d" 1499 + +dependencies = [ 1500 + + "winapi", 1501 + +] 1502 + + 1503 + +[[package]] 1504 + +name = "xattr" 1505 + +version = "0.2.3" 1506 + +source = "registry+https://github.com/rust-lang/crates.io-index" 1507 + +checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc" 1508 + +dependencies = [ 1509 + + "libc", 1510 + +] 1511 + -- 1512 + 2.37.1 1513 +
+43
pkgs/development/tools/rust/cargo-wasi/default.nix
··· 1 + { stdenv 2 + , lib 3 + , fetchFromGitHub 4 + , openssl 5 + , pkg-config 6 + , rustPlatform 7 + , Security 8 + }: 9 + 10 + rustPlatform.buildRustPackage rec { 11 + pname = "cargo-wasi"; 12 + version = "0.1.26"; 13 + 14 + src = fetchFromGitHub { 15 + owner = "bytecodealliance"; 16 + repo = pname; 17 + rev = version; 18 + sha256 = "sha256-jugq7A3L+5+YUSyp9WWKBd4BA2pcXKd4CMVg5OVMcEA="; 19 + }; 20 + 21 + cargoSha256 = "sha256-L4vRLYm1WaCmA4bGyY7D0yxXuqxGSHMMD/wlY8+MgPk="; 22 + 23 + nativeBuildInputs = [ pkg-config ]; 24 + 25 + buildInputs = lib.optionals stdenv.isLinux [ openssl ] 26 + ++ lib.optionals stdenv.isDarwin [ Security ]; 27 + 28 + cargoPatches = [ 29 + ./0001-Add-Cargo.lock.patch 30 + ]; 31 + 32 + # Checks need to be disabled here because the current test suite makes assumptions 33 + # about the surrounding environment that aren't Nix friendly. See these lines for specifics: 34 + # https://github.com/bytecodealliance/cargo-wasi/blob/0.1.26/tests/tests/support.rs#L13-L18 35 + doCheck = false; 36 + 37 + meta = with lib; { 38 + description = "A lightweight Cargo subcommand to build code for the wasm32-wasi target"; 39 + homepage = "https://bytecodealliance.github.io/cargo-wasi"; 40 + license = licenses.asl20; 41 + maintainers = with maintainers; [ lucperkins ]; 42 + }; 43 + }
+3
pkgs/top-level/all-packages.nix
··· 14347 14347 inherit (darwin.apple_sdk.frameworks) CoreServices Security SystemConfiguration; 14348 14348 }; 14349 14349 cargo-valgrind = callPackage ../development/tools/rust/cargo-valgrind { }; 14350 + cargo-wasi = callPackage ../development/tools/rust/cargo-wasi { 14351 + inherit (darwin.apple_sdk.frameworks) Security; 14352 + }; 14350 14353 cargo-watch = callPackage ../development/tools/rust/cargo-watch { 14351 14354 inherit (darwin.apple_sdk.frameworks) CoreServices Foundation; 14352 14355 };