lol

shticker-book-unwritten: switch to fetchCrate, remove patch

figsoda 82b780a5 1eae448e

+6 -1274
-1248
pkgs/games/shticker-book-unwritten/cargo-lock.patch
··· 1 - diff --git a/Cargo.lock b/Cargo.lock 2 - new file mode 100644 3 - index 0000000..16f72a8 4 - --- /dev/null 5 - +++ b/Cargo.lock 6 - @@ -0,0 +1,1242 @@ 7 - +# This file is automatically @generated by Cargo. 8 - +# It is not intended for manual editing. 9 - +[[package]] 10 - +name = "autocfg" 11 - +version = "1.0.1" 12 - +source = "registry+https://github.com/rust-lang/crates.io-index" 13 - +checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a" 14 - + 15 - +[[package]] 16 - +name = "base64" 17 - +version = "0.13.0" 18 - +source = "registry+https://github.com/rust-lang/crates.io-index" 19 - +checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd" 20 - + 21 - +[[package]] 22 - +name = "bitflags" 23 - +version = "1.2.1" 24 - +source = "registry+https://github.com/rust-lang/crates.io-index" 25 - +checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" 26 - + 27 - +[[package]] 28 - +name = "block-buffer" 29 - +version = "0.9.0" 30 - +source = "registry+https://github.com/rust-lang/crates.io-index" 31 - +checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4" 32 - +dependencies = [ 33 - + "generic-array", 34 - +] 35 - + 36 - +[[package]] 37 - +name = "bumpalo" 38 - +version = "3.6.1" 39 - +source = "registry+https://github.com/rust-lang/crates.io-index" 40 - +checksum = "63396b8a4b9de3f4fdfb320ab6080762242f66a8ef174c49d8e19b674db4cdbe" 41 - + 42 - +[[package]] 43 - +name = "bytes" 44 - +version = "0.5.6" 45 - +source = "registry+https://github.com/rust-lang/crates.io-index" 46 - +checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38" 47 - + 48 - +[[package]] 49 - +name = "bytes" 50 - +version = "1.0.1" 51 - +source = "registry+https://github.com/rust-lang/crates.io-index" 52 - +checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040" 53 - + 54 - +[[package]] 55 - +name = "bzip2" 56 - +version = "0.4.2" 57 - +source = "registry+https://github.com/rust-lang/crates.io-index" 58 - +checksum = "abf8012c8a15d5df745fcf258d93e6149dcf102882c8d8702d9cff778eab43a8" 59 - +dependencies = [ 60 - + "bzip2-sys", 61 - + "libc", 62 - +] 63 - + 64 - +[[package]] 65 - +name = "bzip2-sys" 66 - +version = "0.1.10+1.0.8" 67 - +source = "registry+https://github.com/rust-lang/crates.io-index" 68 - +checksum = "17fa3d1ac1ca21c5c4e36a97f3c3eb25084576f6fc47bf0139c1123434216c6c" 69 - +dependencies = [ 70 - + "cc", 71 - + "libc", 72 - + "pkg-config", 73 - +] 74 - + 75 - +[[package]] 76 - +name = "cc" 77 - +version = "1.0.67" 78 - +source = "registry+https://github.com/rust-lang/crates.io-index" 79 - +checksum = "e3c69b077ad434294d3ce9f1f6143a2a4b89a8a2d54ef813d85003a4fd1137fd" 80 - + 81 - +[[package]] 82 - +name = "cfg-if" 83 - +version = "0.1.10" 84 - +source = "registry+https://github.com/rust-lang/crates.io-index" 85 - +checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" 86 - + 87 - +[[package]] 88 - +name = "cfg-if" 89 - +version = "1.0.0" 90 - +source = "registry+https://github.com/rust-lang/crates.io-index" 91 - +checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 92 - + 93 - +[[package]] 94 - +name = "clap" 95 - +version = "2.33.3" 96 - +source = "registry+https://github.com/rust-lang/crates.io-index" 97 - +checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002" 98 - +dependencies = [ 99 - + "bitflags", 100 - + "strsim", 101 - + "textwrap", 102 - + "unicode-width", 103 - + "vec_map", 104 - +] 105 - + 106 - +[[package]] 107 - +name = "core-foundation" 108 - +version = "0.9.1" 109 - +source = "registry+https://github.com/rust-lang/crates.io-index" 110 - +checksum = "0a89e2ae426ea83155dccf10c0fa6b1463ef6d5fcb44cee0b224a408fa640a62" 111 - +dependencies = [ 112 - + "core-foundation-sys", 113 - + "libc", 114 - +] 115 - + 116 - +[[package]] 117 - +name = "core-foundation-sys" 118 - +version = "0.8.2" 119 - +source = "registry+https://github.com/rust-lang/crates.io-index" 120 - +checksum = "ea221b5284a47e40033bf9b66f35f984ec0ea2931eb03505246cd27a963f981b" 121 - + 122 - +[[package]] 123 - +name = "cpuid-bool" 124 - +version = "0.1.2" 125 - +source = "registry+https://github.com/rust-lang/crates.io-index" 126 - +checksum = "8aebca1129a03dc6dc2b127edd729435bbc4a37e1d5f4d7513165089ceb02634" 127 - + 128 - +[[package]] 129 - +name = "digest" 130 - +version = "0.9.0" 131 - +source = "registry+https://github.com/rust-lang/crates.io-index" 132 - +checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066" 133 - +dependencies = [ 134 - + "generic-array", 135 - +] 136 - + 137 - +[[package]] 138 - +name = "encoding_rs" 139 - +version = "0.8.28" 140 - +source = "registry+https://github.com/rust-lang/crates.io-index" 141 - +checksum = "80df024fbc5ac80f87dfef0d9f5209a252f2a497f7f42944cff24d8253cac065" 142 - +dependencies = [ 143 - + "cfg-if 1.0.0", 144 - +] 145 - + 146 - +[[package]] 147 - +name = "fnv" 148 - +version = "1.0.7" 149 - +source = "registry+https://github.com/rust-lang/crates.io-index" 150 - +checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 151 - + 152 - +[[package]] 153 - +name = "foreign-types" 154 - +version = "0.3.2" 155 - +source = "registry+https://github.com/rust-lang/crates.io-index" 156 - +checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 157 - +dependencies = [ 158 - + "foreign-types-shared", 159 - +] 160 - + 161 - +[[package]] 162 - +name = "foreign-types-shared" 163 - +version = "0.1.1" 164 - +source = "registry+https://github.com/rust-lang/crates.io-index" 165 - +checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 166 - + 167 - +[[package]] 168 - +name = "form_urlencoded" 169 - +version = "1.0.1" 170 - +source = "registry+https://github.com/rust-lang/crates.io-index" 171 - +checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191" 172 - +dependencies = [ 173 - + "matches", 174 - + "percent-encoding", 175 - +] 176 - + 177 - +[[package]] 178 - +name = "fuchsia-zircon" 179 - +version = "0.3.3" 180 - +source = "registry+https://github.com/rust-lang/crates.io-index" 181 - +checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" 182 - +dependencies = [ 183 - + "bitflags", 184 - + "fuchsia-zircon-sys", 185 - +] 186 - + 187 - +[[package]] 188 - +name = "fuchsia-zircon-sys" 189 - +version = "0.3.3" 190 - +source = "registry+https://github.com/rust-lang/crates.io-index" 191 - +checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" 192 - + 193 - +[[package]] 194 - +name = "futures-channel" 195 - +version = "0.3.13" 196 - +source = "registry+https://github.com/rust-lang/crates.io-index" 197 - +checksum = "8c2dd2df839b57db9ab69c2c9d8f3e8c81984781937fe2807dc6dcf3b2ad2939" 198 - +dependencies = [ 199 - + "futures-core", 200 - +] 201 - + 202 - +[[package]] 203 - +name = "futures-core" 204 - +version = "0.3.13" 205 - +source = "registry+https://github.com/rust-lang/crates.io-index" 206 - +checksum = "15496a72fabf0e62bdc3df11a59a3787429221dd0710ba8ef163d6f7a9112c94" 207 - + 208 - +[[package]] 209 - +name = "futures-io" 210 - +version = "0.3.13" 211 - +source = "registry+https://github.com/rust-lang/crates.io-index" 212 - +checksum = "d71c2c65c57704c32f5241c1223167c2c3294fd34ac020c807ddbe6db287ba59" 213 - + 214 - +[[package]] 215 - +name = "futures-sink" 216 - +version = "0.3.13" 217 - +source = "registry+https://github.com/rust-lang/crates.io-index" 218 - +checksum = "85754d98985841b7d4f5e8e6fbfa4a4ac847916893ec511a2917ccd8525b8bb3" 219 - + 220 - +[[package]] 221 - +name = "futures-task" 222 - +version = "0.3.13" 223 - +source = "registry+https://github.com/rust-lang/crates.io-index" 224 - +checksum = "fa189ef211c15ee602667a6fcfe1c1fd9e07d42250d2156382820fba33c9df80" 225 - + 226 - +[[package]] 227 - +name = "futures-util" 228 - +version = "0.3.13" 229 - +source = "registry+https://github.com/rust-lang/crates.io-index" 230 - +checksum = "1812c7ab8aedf8d6f2701a43e1243acdbcc2b36ab26e2ad421eb99ac963d96d1" 231 - +dependencies = [ 232 - + "futures-core", 233 - + "futures-io", 234 - + "futures-task", 235 - + "memchr", 236 - + "pin-project-lite 0.2.6", 237 - + "pin-utils", 238 - + "slab", 239 - +] 240 - + 241 - +[[package]] 242 - +name = "generic-array" 243 - +version = "0.14.4" 244 - +source = "registry+https://github.com/rust-lang/crates.io-index" 245 - +checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817" 246 - +dependencies = [ 247 - + "typenum", 248 - + "version_check", 249 - +] 250 - + 251 - +[[package]] 252 - +name = "getrandom" 253 - +version = "0.2.2" 254 - +source = "registry+https://github.com/rust-lang/crates.io-index" 255 - +checksum = "c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8" 256 - +dependencies = [ 257 - + "cfg-if 1.0.0", 258 - + "libc", 259 - + "wasi", 260 - +] 261 - + 262 - +[[package]] 263 - +name = "h2" 264 - +version = "0.2.7" 265 - +source = "registry+https://github.com/rust-lang/crates.io-index" 266 - +checksum = "5e4728fd124914ad25e99e3d15a9361a879f6620f63cb56bbb08f95abb97a535" 267 - +dependencies = [ 268 - + "bytes 0.5.6", 269 - + "fnv", 270 - + "futures-core", 271 - + "futures-sink", 272 - + "futures-util", 273 - + "http", 274 - + "indexmap", 275 - + "slab", 276 - + "tokio", 277 - + "tokio-util", 278 - + "tracing", 279 - + "tracing-futures", 280 - +] 281 - + 282 - +[[package]] 283 - +name = "hashbrown" 284 - +version = "0.9.1" 285 - +source = "registry+https://github.com/rust-lang/crates.io-index" 286 - +checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04" 287 - + 288 - +[[package]] 289 - +name = "hermit-abi" 290 - +version = "0.1.18" 291 - +source = "registry+https://github.com/rust-lang/crates.io-index" 292 - +checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c" 293 - +dependencies = [ 294 - + "libc", 295 - +] 296 - + 297 - +[[package]] 298 - +name = "http" 299 - +version = "0.2.3" 300 - +source = "registry+https://github.com/rust-lang/crates.io-index" 301 - +checksum = "7245cd7449cc792608c3c8a9eaf69bd4eabbabf802713748fd739c98b82f0747" 302 - +dependencies = [ 303 - + "bytes 1.0.1", 304 - + "fnv", 305 - + "itoa", 306 - +] 307 - + 308 - +[[package]] 309 - +name = "http-body" 310 - +version = "0.3.1" 311 - +source = "registry+https://github.com/rust-lang/crates.io-index" 312 - +checksum = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b" 313 - +dependencies = [ 314 - + "bytes 0.5.6", 315 - + "http", 316 - +] 317 - + 318 - +[[package]] 319 - +name = "httparse" 320 - +version = "1.3.5" 321 - +source = "registry+https://github.com/rust-lang/crates.io-index" 322 - +checksum = "615caabe2c3160b313d52ccc905335f4ed5f10881dd63dc5699d47e90be85691" 323 - + 324 - +[[package]] 325 - +name = "httpdate" 326 - +version = "0.3.2" 327 - +source = "registry+https://github.com/rust-lang/crates.io-index" 328 - +checksum = "494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47" 329 - + 330 - +[[package]] 331 - +name = "hyper" 332 - +version = "0.13.10" 333 - +source = "registry+https://github.com/rust-lang/crates.io-index" 334 - +checksum = "8a6f157065790a3ed2f88679250419b5cdd96e714a0d65f7797fd337186e96bb" 335 - +dependencies = [ 336 - + "bytes 0.5.6", 337 - + "futures-channel", 338 - + "futures-core", 339 - + "futures-util", 340 - + "h2", 341 - + "http", 342 - + "http-body", 343 - + "httparse", 344 - + "httpdate", 345 - + "itoa", 346 - + "pin-project", 347 - + "socket2", 348 - + "tokio", 349 - + "tower-service", 350 - + "tracing", 351 - + "want", 352 - +] 353 - + 354 - +[[package]] 355 - +name = "hyper-tls" 356 - +version = "0.4.3" 357 - +source = "registry+https://github.com/rust-lang/crates.io-index" 358 - +checksum = "d979acc56dcb5b8dddba3917601745e877576475aa046df3226eabdecef78eed" 359 - +dependencies = [ 360 - + "bytes 0.5.6", 361 - + "hyper", 362 - + "native-tls", 363 - + "tokio", 364 - + "tokio-tls", 365 - +] 366 - + 367 - +[[package]] 368 - +name = "idna" 369 - +version = "0.2.2" 370 - +source = "registry+https://github.com/rust-lang/crates.io-index" 371 - +checksum = "89829a5d69c23d348314a7ac337fe39173b61149a9864deabd260983aed48c21" 372 - +dependencies = [ 373 - + "matches", 374 - + "unicode-bidi", 375 - + "unicode-normalization", 376 - +] 377 - + 378 - +[[package]] 379 - +name = "indexmap" 380 - +version = "1.6.2" 381 - +source = "registry+https://github.com/rust-lang/crates.io-index" 382 - +checksum = "824845a0bf897a9042383849b02c1bc219c2383772efcd5c6f9766fa4b81aef3" 383 - +dependencies = [ 384 - + "autocfg", 385 - + "hashbrown", 386 - +] 387 - + 388 - +[[package]] 389 - +name = "iovec" 390 - +version = "0.1.4" 391 - +source = "registry+https://github.com/rust-lang/crates.io-index" 392 - +checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e" 393 - +dependencies = [ 394 - + "libc", 395 - +] 396 - + 397 - +[[package]] 398 - +name = "ipnet" 399 - +version = "2.3.0" 400 - +source = "registry+https://github.com/rust-lang/crates.io-index" 401 - +checksum = "47be2f14c678be2fdcab04ab1171db51b2762ce6f0a8ee87c8dd4a04ed216135" 402 - + 403 - +[[package]] 404 - +name = "itoa" 405 - +version = "0.4.7" 406 - +source = "registry+https://github.com/rust-lang/crates.io-index" 407 - +checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736" 408 - + 409 - +[[package]] 410 - +name = "js-sys" 411 - +version = "0.3.48" 412 - +source = "registry+https://github.com/rust-lang/crates.io-index" 413 - +checksum = "dc9f84f9b115ce7843d60706df1422a916680bfdfcbdb0447c5614ff9d7e4d78" 414 - +dependencies = [ 415 - + "wasm-bindgen", 416 - +] 417 - + 418 - +[[package]] 419 - +name = "kernel32-sys" 420 - +version = "0.2.2" 421 - +source = "registry+https://github.com/rust-lang/crates.io-index" 422 - +checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" 423 - +dependencies = [ 424 - + "winapi 0.2.8", 425 - + "winapi-build", 426 - +] 427 - + 428 - +[[package]] 429 - +name = "lazy_static" 430 - +version = "1.4.0" 431 - +source = "registry+https://github.com/rust-lang/crates.io-index" 432 - +checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 433 - + 434 - +[[package]] 435 - +name = "libc" 436 - +version = "0.2.88" 437 - +source = "registry+https://github.com/rust-lang/crates.io-index" 438 - +checksum = "03b07a082330a35e43f63177cc01689da34fbffa0105e1246cf0311472cac73a" 439 - + 440 - +[[package]] 441 - +name = "log" 442 - +version = "0.4.14" 443 - +source = "registry+https://github.com/rust-lang/crates.io-index" 444 - +checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710" 445 - +dependencies = [ 446 - + "cfg-if 1.0.0", 447 - +] 448 - + 449 - +[[package]] 450 - +name = "matches" 451 - +version = "0.1.8" 452 - +source = "registry+https://github.com/rust-lang/crates.io-index" 453 - +checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" 454 - + 455 - +[[package]] 456 - +name = "memchr" 457 - +version = "2.3.4" 458 - +source = "registry+https://github.com/rust-lang/crates.io-index" 459 - +checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525" 460 - + 461 - +[[package]] 462 - +name = "mime" 463 - +version = "0.3.16" 464 - +source = "registry+https://github.com/rust-lang/crates.io-index" 465 - +checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d" 466 - + 467 - +[[package]] 468 - +name = "mime_guess" 469 - +version = "2.0.3" 470 - +source = "registry+https://github.com/rust-lang/crates.io-index" 471 - +checksum = "2684d4c2e97d99848d30b324b00c8fcc7e5c897b7cbb5819b09e7c90e8baf212" 472 - +dependencies = [ 473 - + "mime", 474 - + "unicase", 475 - +] 476 - + 477 - +[[package]] 478 - +name = "mio" 479 - +version = "0.6.23" 480 - +source = "registry+https://github.com/rust-lang/crates.io-index" 481 - +checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4" 482 - +dependencies = [ 483 - + "cfg-if 0.1.10", 484 - + "fuchsia-zircon", 485 - + "fuchsia-zircon-sys", 486 - + "iovec", 487 - + "kernel32-sys", 488 - + "libc", 489 - + "log", 490 - + "miow", 491 - + "net2", 492 - + "slab", 493 - + "winapi 0.2.8", 494 - +] 495 - + 496 - +[[package]] 497 - +name = "miow" 498 - +version = "0.2.2" 499 - +source = "registry+https://github.com/rust-lang/crates.io-index" 500 - +checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d" 501 - +dependencies = [ 502 - + "kernel32-sys", 503 - + "net2", 504 - + "winapi 0.2.8", 505 - + "ws2_32-sys", 506 - +] 507 - + 508 - +[[package]] 509 - +name = "native-tls" 510 - +version = "0.2.7" 511 - +source = "registry+https://github.com/rust-lang/crates.io-index" 512 - +checksum = "b8d96b2e1c8da3957d58100b09f102c6d9cfdfced01b7ec5a8974044bb09dbd4" 513 - +dependencies = [ 514 - + "lazy_static", 515 - + "libc", 516 - + "log", 517 - + "openssl", 518 - + "openssl-probe", 519 - + "openssl-sys", 520 - + "schannel", 521 - + "security-framework", 522 - + "security-framework-sys", 523 - + "tempfile", 524 - +] 525 - + 526 - +[[package]] 527 - +name = "net2" 528 - +version = "0.2.37" 529 - +source = "registry+https://github.com/rust-lang/crates.io-index" 530 - +checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae" 531 - +dependencies = [ 532 - + "cfg-if 0.1.10", 533 - + "libc", 534 - + "winapi 0.3.9", 535 - +] 536 - + 537 - +[[package]] 538 - +name = "num_cpus" 539 - +version = "1.13.0" 540 - +source = "registry+https://github.com/rust-lang/crates.io-index" 541 - +checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3" 542 - +dependencies = [ 543 - + "hermit-abi", 544 - + "libc", 545 - +] 546 - + 547 - +[[package]] 548 - +name = "opaque-debug" 549 - +version = "0.3.0" 550 - +source = "registry+https://github.com/rust-lang/crates.io-index" 551 - +checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" 552 - + 553 - +[[package]] 554 - +name = "openssl" 555 - +version = "0.10.32" 556 - +source = "registry+https://github.com/rust-lang/crates.io-index" 557 - +checksum = "038d43985d1ddca7a9900630d8cd031b56e4794eecc2e9ea39dd17aa04399a70" 558 - +dependencies = [ 559 - + "bitflags", 560 - + "cfg-if 1.0.0", 561 - + "foreign-types", 562 - + "lazy_static", 563 - + "libc", 564 - + "openssl-sys", 565 - +] 566 - + 567 - +[[package]] 568 - +name = "openssl-probe" 569 - +version = "0.1.2" 570 - +source = "registry+https://github.com/rust-lang/crates.io-index" 571 - +checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de" 572 - + 573 - +[[package]] 574 - +name = "openssl-sys" 575 - +version = "0.9.60" 576 - +source = "registry+https://github.com/rust-lang/crates.io-index" 577 - +checksum = "921fc71883267538946025deffb622905ecad223c28efbfdef9bb59a0175f3e6" 578 - +dependencies = [ 579 - + "autocfg", 580 - + "cc", 581 - + "libc", 582 - + "pkg-config", 583 - + "vcpkg", 584 - +] 585 - + 586 - +[[package]] 587 - +name = "percent-encoding" 588 - +version = "2.1.0" 589 - +source = "registry+https://github.com/rust-lang/crates.io-index" 590 - +checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" 591 - + 592 - +[[package]] 593 - +name = "pin-project" 594 - +version = "1.0.5" 595 - +source = "registry+https://github.com/rust-lang/crates.io-index" 596 - +checksum = "96fa8ebb90271c4477f144354485b8068bd8f6b78b428b01ba892ca26caf0b63" 597 - +dependencies = [ 598 - + "pin-project-internal", 599 - +] 600 - + 601 - +[[package]] 602 - +name = "pin-project-internal" 603 - +version = "1.0.5" 604 - +source = "registry+https://github.com/rust-lang/crates.io-index" 605 - +checksum = "758669ae3558c6f74bd2a18b41f7ac0b5a195aea6639d6a9b5e5d1ad5ba24c0b" 606 - +dependencies = [ 607 - + "proc-macro2", 608 - + "quote", 609 - + "syn", 610 - +] 611 - + 612 - +[[package]] 613 - +name = "pin-project-lite" 614 - +version = "0.1.12" 615 - +source = "registry+https://github.com/rust-lang/crates.io-index" 616 - +checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777" 617 - + 618 - +[[package]] 619 - +name = "pin-project-lite" 620 - +version = "0.2.6" 621 - +source = "registry+https://github.com/rust-lang/crates.io-index" 622 - +checksum = "dc0e1f259c92177c30a4c9d177246edd0a3568b25756a977d0632cf8fa37e905" 623 - + 624 - +[[package]] 625 - +name = "pin-utils" 626 - +version = "0.1.0" 627 - +source = "registry+https://github.com/rust-lang/crates.io-index" 628 - +checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 629 - + 630 - +[[package]] 631 - +name = "pkg-config" 632 - +version = "0.3.19" 633 - +source = "registry+https://github.com/rust-lang/crates.io-index" 634 - +checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c" 635 - + 636 - +[[package]] 637 - +name = "ppv-lite86" 638 - +version = "0.2.10" 639 - +source = "registry+https://github.com/rust-lang/crates.io-index" 640 - +checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857" 641 - + 642 - +[[package]] 643 - +name = "proc-macro2" 644 - +version = "1.0.24" 645 - +source = "registry+https://github.com/rust-lang/crates.io-index" 646 - +checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71" 647 - +dependencies = [ 648 - + "unicode-xid", 649 - +] 650 - + 651 - +[[package]] 652 - +name = "quote" 653 - +version = "1.0.9" 654 - +source = "registry+https://github.com/rust-lang/crates.io-index" 655 - +checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7" 656 - +dependencies = [ 657 - + "proc-macro2", 658 - +] 659 - + 660 - +[[package]] 661 - +name = "rand" 662 - +version = "0.8.3" 663 - +source = "registry+https://github.com/rust-lang/crates.io-index" 664 - +checksum = "0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e" 665 - +dependencies = [ 666 - + "libc", 667 - + "rand_chacha", 668 - + "rand_core", 669 - + "rand_hc", 670 - +] 671 - + 672 - +[[package]] 673 - +name = "rand_chacha" 674 - +version = "0.3.0" 675 - +source = "registry+https://github.com/rust-lang/crates.io-index" 676 - +checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d" 677 - +dependencies = [ 678 - + "ppv-lite86", 679 - + "rand_core", 680 - +] 681 - + 682 - +[[package]] 683 - +name = "rand_core" 684 - +version = "0.6.2" 685 - +source = "registry+https://github.com/rust-lang/crates.io-index" 686 - +checksum = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7" 687 - +dependencies = [ 688 - + "getrandom", 689 - +] 690 - + 691 - +[[package]] 692 - +name = "rand_hc" 693 - +version = "0.3.0" 694 - +source = "registry+https://github.com/rust-lang/crates.io-index" 695 - +checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73" 696 - +dependencies = [ 697 - + "rand_core", 698 - +] 699 - + 700 - +[[package]] 701 - +name = "redox_syscall" 702 - +version = "0.2.5" 703 - +source = "registry+https://github.com/rust-lang/crates.io-index" 704 - +checksum = "94341e4e44e24f6b591b59e47a8a027df12e008d73fd5672dbea9cc22f4507d9" 705 - +dependencies = [ 706 - + "bitflags", 707 - +] 708 - + 709 - +[[package]] 710 - +name = "remove_dir_all" 711 - +version = "0.5.3" 712 - +source = "registry+https://github.com/rust-lang/crates.io-index" 713 - +checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7" 714 - +dependencies = [ 715 - + "winapi 0.3.9", 716 - +] 717 - + 718 - +[[package]] 719 - +name = "reqwest" 720 - +version = "0.10.10" 721 - +source = "registry+https://github.com/rust-lang/crates.io-index" 722 - +checksum = "0718f81a8e14c4dbb3b34cf23dc6aaf9ab8a0dfec160c534b3dbca1aaa21f47c" 723 - +dependencies = [ 724 - + "base64", 725 - + "bytes 0.5.6", 726 - + "encoding_rs", 727 - + "futures-core", 728 - + "futures-util", 729 - + "http", 730 - + "http-body", 731 - + "hyper", 732 - + "hyper-tls", 733 - + "ipnet", 734 - + "js-sys", 735 - + "lazy_static", 736 - + "log", 737 - + "mime", 738 - + "mime_guess", 739 - + "native-tls", 740 - + "percent-encoding", 741 - + "pin-project-lite 0.2.6", 742 - + "serde", 743 - + "serde_urlencoded", 744 - + "tokio", 745 - + "tokio-tls", 746 - + "url", 747 - + "wasm-bindgen", 748 - + "wasm-bindgen-futures", 749 - + "web-sys", 750 - + "winreg", 751 - +] 752 - + 753 - +[[package]] 754 - +name = "rpassword" 755 - +version = "4.0.5" 756 - +source = "registry+https://github.com/rust-lang/crates.io-index" 757 - +checksum = "99371657d3c8e4d816fb6221db98fa408242b0b53bac08f8676a41f8554fe99f" 758 - +dependencies = [ 759 - + "libc", 760 - + "winapi 0.3.9", 761 - +] 762 - + 763 - +[[package]] 764 - +name = "ryu" 765 - +version = "1.0.5" 766 - +source = "registry+https://github.com/rust-lang/crates.io-index" 767 - +checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e" 768 - + 769 - +[[package]] 770 - +name = "schannel" 771 - +version = "0.1.19" 772 - +source = "registry+https://github.com/rust-lang/crates.io-index" 773 - +checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75" 774 - +dependencies = [ 775 - + "lazy_static", 776 - + "winapi 0.3.9", 777 - +] 778 - + 779 - +[[package]] 780 - +name = "security-framework" 781 - +version = "2.1.1" 782 - +source = "registry+https://github.com/rust-lang/crates.io-index" 783 - +checksum = "2dfd318104249865096c8da1dfabf09ddbb6d0330ea176812a62ec75e40c4166" 784 - +dependencies = [ 785 - + "bitflags", 786 - + "core-foundation", 787 - + "core-foundation-sys", 788 - + "libc", 789 - + "security-framework-sys", 790 - +] 791 - + 792 - +[[package]] 793 - +name = "security-framework-sys" 794 - +version = "2.1.1" 795 - +source = "registry+https://github.com/rust-lang/crates.io-index" 796 - +checksum = "dee48cdde5ed250b0d3252818f646e174ab414036edb884dde62d80a3ac6082d" 797 - +dependencies = [ 798 - + "core-foundation-sys", 799 - + "libc", 800 - +] 801 - + 802 - +[[package]] 803 - +name = "serde" 804 - +version = "1.0.123" 805 - +source = "registry+https://github.com/rust-lang/crates.io-index" 806 - +checksum = "92d5161132722baa40d802cc70b15262b98258453e85e5d1d365c757c73869ae" 807 - +dependencies = [ 808 - + "serde_derive", 809 - +] 810 - + 811 - +[[package]] 812 - +name = "serde_derive" 813 - +version = "1.0.123" 814 - +source = "registry+https://github.com/rust-lang/crates.io-index" 815 - +checksum = "9391c295d64fc0abb2c556bad848f33cb8296276b1ad2677d1ae1ace4f258f31" 816 - +dependencies = [ 817 - + "proc-macro2", 818 - + "quote", 819 - + "syn", 820 - +] 821 - + 822 - +[[package]] 823 - +name = "serde_json" 824 - +version = "1.0.64" 825 - +source = "registry+https://github.com/rust-lang/crates.io-index" 826 - +checksum = "799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79" 827 - +dependencies = [ 828 - + "itoa", 829 - + "ryu", 830 - + "serde", 831 - +] 832 - + 833 - +[[package]] 834 - +name = "serde_urlencoded" 835 - +version = "0.7.0" 836 - +source = "registry+https://github.com/rust-lang/crates.io-index" 837 - +checksum = "edfa57a7f8d9c1d260a549e7224100f6c43d43f9103e06dd8b4095a9b2b43ce9" 838 - +dependencies = [ 839 - + "form_urlencoded", 840 - + "itoa", 841 - + "ryu", 842 - + "serde", 843 - +] 844 - + 845 - +[[package]] 846 - +name = "sha-1" 847 - +version = "0.9.4" 848 - +source = "registry+https://github.com/rust-lang/crates.io-index" 849 - +checksum = "dfebf75d25bd900fd1e7d11501efab59bc846dbc76196839663e6637bba9f25f" 850 - +dependencies = [ 851 - + "block-buffer", 852 - + "cfg-if 1.0.0", 853 - + "cpuid-bool", 854 - + "digest", 855 - + "opaque-debug", 856 - +] 857 - + 858 - +[[package]] 859 - +name = "shticker_book_unwritten" 860 - +version = "1.0.3" 861 - +dependencies = [ 862 - + "bzip2", 863 - + "clap", 864 - + "reqwest", 865 - + "rpassword", 866 - + "serde", 867 - + "serde_json", 868 - + "sha-1", 869 - +] 870 - + 871 - +[[package]] 872 - +name = "slab" 873 - +version = "0.4.2" 874 - +source = "registry+https://github.com/rust-lang/crates.io-index" 875 - +checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" 876 - + 877 - +[[package]] 878 - +name = "socket2" 879 - +version = "0.3.19" 880 - +source = "registry+https://github.com/rust-lang/crates.io-index" 881 - +checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e" 882 - +dependencies = [ 883 - + "cfg-if 1.0.0", 884 - + "libc", 885 - + "winapi 0.3.9", 886 - +] 887 - + 888 - +[[package]] 889 - +name = "strsim" 890 - +version = "0.8.0" 891 - +source = "registry+https://github.com/rust-lang/crates.io-index" 892 - +checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" 893 - + 894 - +[[package]] 895 - +name = "syn" 896 - +version = "1.0.61" 897 - +source = "registry+https://github.com/rust-lang/crates.io-index" 898 - +checksum = "ed22b90a0e734a23a7610f4283ac9e5acfb96cbb30dfefa540d66f866f1c09c5" 899 - +dependencies = [ 900 - + "proc-macro2", 901 - + "quote", 902 - + "unicode-xid", 903 - +] 904 - + 905 - +[[package]] 906 - +name = "tempfile" 907 - +version = "3.2.0" 908 - +source = "registry+https://github.com/rust-lang/crates.io-index" 909 - +checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22" 910 - +dependencies = [ 911 - + "cfg-if 1.0.0", 912 - + "libc", 913 - + "rand", 914 - + "redox_syscall", 915 - + "remove_dir_all", 916 - + "winapi 0.3.9", 917 - +] 918 - + 919 - +[[package]] 920 - +name = "textwrap" 921 - +version = "0.11.0" 922 - +source = "registry+https://github.com/rust-lang/crates.io-index" 923 - +checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" 924 - +dependencies = [ 925 - + "unicode-width", 926 - +] 927 - + 928 - +[[package]] 929 - +name = "tinyvec" 930 - +version = "1.1.1" 931 - +source = "registry+https://github.com/rust-lang/crates.io-index" 932 - +checksum = "317cca572a0e89c3ce0ca1f1bdc9369547fe318a683418e42ac8f59d14701023" 933 - +dependencies = [ 934 - + "tinyvec_macros", 935 - +] 936 - + 937 - +[[package]] 938 - +name = "tinyvec_macros" 939 - +version = "0.1.0" 940 - +source = "registry+https://github.com/rust-lang/crates.io-index" 941 - +checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" 942 - + 943 - +[[package]] 944 - +name = "tokio" 945 - +version = "0.2.25" 946 - +source = "registry+https://github.com/rust-lang/crates.io-index" 947 - +checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092" 948 - +dependencies = [ 949 - + "bytes 0.5.6", 950 - + "fnv", 951 - + "futures-core", 952 - + "iovec", 953 - + "lazy_static", 954 - + "memchr", 955 - + "mio", 956 - + "num_cpus", 957 - + "pin-project-lite 0.1.12", 958 - + "slab", 959 - +] 960 - + 961 - +[[package]] 962 - +name = "tokio-tls" 963 - +version = "0.3.1" 964 - +source = "registry+https://github.com/rust-lang/crates.io-index" 965 - +checksum = "9a70f4fcd7b3b24fb194f837560168208f669ca8cb70d0c4b862944452396343" 966 - +dependencies = [ 967 - + "native-tls", 968 - + "tokio", 969 - +] 970 - + 971 - +[[package]] 972 - +name = "tokio-util" 973 - +version = "0.3.1" 974 - +source = "registry+https://github.com/rust-lang/crates.io-index" 975 - +checksum = "be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499" 976 - +dependencies = [ 977 - + "bytes 0.5.6", 978 - + "futures-core", 979 - + "futures-sink", 980 - + "log", 981 - + "pin-project-lite 0.1.12", 982 - + "tokio", 983 - +] 984 - + 985 - +[[package]] 986 - +name = "tower-service" 987 - +version = "0.3.1" 988 - +source = "registry+https://github.com/rust-lang/crates.io-index" 989 - +checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6" 990 - + 991 - +[[package]] 992 - +name = "tracing" 993 - +version = "0.1.25" 994 - +source = "registry+https://github.com/rust-lang/crates.io-index" 995 - +checksum = "01ebdc2bb4498ab1ab5f5b73c5803825e60199229ccba0698170e3be0e7f959f" 996 - +dependencies = [ 997 - + "cfg-if 1.0.0", 998 - + "log", 999 - + "pin-project-lite 0.2.6", 1000 - + "tracing-core", 1001 - +] 1002 - + 1003 - +[[package]] 1004 - +name = "tracing-core" 1005 - +version = "0.1.17" 1006 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1007 - +checksum = "f50de3927f93d202783f4513cda820ab47ef17f624b03c096e86ef00c67e6b5f" 1008 - +dependencies = [ 1009 - + "lazy_static", 1010 - +] 1011 - + 1012 - +[[package]] 1013 - +name = "tracing-futures" 1014 - +version = "0.2.5" 1015 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1016 - +checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2" 1017 - +dependencies = [ 1018 - + "pin-project", 1019 - + "tracing", 1020 - +] 1021 - + 1022 - +[[package]] 1023 - +name = "try-lock" 1024 - +version = "0.2.3" 1025 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1026 - +checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" 1027 - + 1028 - +[[package]] 1029 - +name = "typenum" 1030 - +version = "1.12.0" 1031 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1032 - +checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33" 1033 - + 1034 - +[[package]] 1035 - +name = "unicase" 1036 - +version = "2.6.0" 1037 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1038 - +checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6" 1039 - +dependencies = [ 1040 - + "version_check", 1041 - +] 1042 - + 1043 - +[[package]] 1044 - +name = "unicode-bidi" 1045 - +version = "0.3.4" 1046 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1047 - +checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5" 1048 - +dependencies = [ 1049 - + "matches", 1050 - +] 1051 - + 1052 - +[[package]] 1053 - +name = "unicode-normalization" 1054 - +version = "0.1.17" 1055 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1056 - +checksum = "07fbfce1c8a97d547e8b5334978438d9d6ec8c20e38f56d4a4374d181493eaef" 1057 - +dependencies = [ 1058 - + "tinyvec", 1059 - +] 1060 - + 1061 - +[[package]] 1062 - +name = "unicode-width" 1063 - +version = "0.1.8" 1064 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1065 - +checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3" 1066 - + 1067 - +[[package]] 1068 - +name = "unicode-xid" 1069 - +version = "0.2.1" 1070 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1071 - +checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564" 1072 - + 1073 - +[[package]] 1074 - +name = "url" 1075 - +version = "2.2.1" 1076 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1077 - +checksum = "9ccd964113622c8e9322cfac19eb1004a07e636c545f325da085d5cdde6f1f8b" 1078 - +dependencies = [ 1079 - + "form_urlencoded", 1080 - + "idna", 1081 - + "matches", 1082 - + "percent-encoding", 1083 - +] 1084 - + 1085 - +[[package]] 1086 - +name = "vcpkg" 1087 - +version = "0.2.11" 1088 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1089 - +checksum = "b00bca6106a5e23f3eee943593759b7fcddb00554332e856d990c893966879fb" 1090 - + 1091 - +[[package]] 1092 - +name = "vec_map" 1093 - +version = "0.8.2" 1094 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1095 - +checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" 1096 - + 1097 - +[[package]] 1098 - +name = "version_check" 1099 - +version = "0.9.2" 1100 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1101 - +checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed" 1102 - + 1103 - +[[package]] 1104 - +name = "want" 1105 - +version = "0.3.0" 1106 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1107 - +checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0" 1108 - +dependencies = [ 1109 - + "log", 1110 - + "try-lock", 1111 - +] 1112 - + 1113 - +[[package]] 1114 - +name = "wasi" 1115 - +version = "0.10.2+wasi-snapshot-preview1" 1116 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1117 - +checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6" 1118 - + 1119 - +[[package]] 1120 - +name = "wasm-bindgen" 1121 - +version = "0.2.71" 1122 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1123 - +checksum = "7ee1280240b7c461d6a0071313e08f34a60b0365f14260362e5a2b17d1d31aa7" 1124 - +dependencies = [ 1125 - + "cfg-if 1.0.0", 1126 - + "serde", 1127 - + "serde_json", 1128 - + "wasm-bindgen-macro", 1129 - +] 1130 - + 1131 - +[[package]] 1132 - +name = "wasm-bindgen-backend" 1133 - +version = "0.2.71" 1134 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1135 - +checksum = "5b7d8b6942b8bb3a9b0e73fc79b98095a27de6fa247615e59d096754a3bc2aa8" 1136 - +dependencies = [ 1137 - + "bumpalo", 1138 - + "lazy_static", 1139 - + "log", 1140 - + "proc-macro2", 1141 - + "quote", 1142 - + "syn", 1143 - + "wasm-bindgen-shared", 1144 - +] 1145 - + 1146 - +[[package]] 1147 - +name = "wasm-bindgen-futures" 1148 - +version = "0.4.21" 1149 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1150 - +checksum = "8e67a5806118af01f0d9045915676b22aaebecf4178ae7021bc171dab0b897ab" 1151 - +dependencies = [ 1152 - + "cfg-if 1.0.0", 1153 - + "js-sys", 1154 - + "wasm-bindgen", 1155 - + "web-sys", 1156 - +] 1157 - + 1158 - +[[package]] 1159 - +name = "wasm-bindgen-macro" 1160 - +version = "0.2.71" 1161 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1162 - +checksum = "e5ac38da8ef716661f0f36c0d8320b89028efe10c7c0afde65baffb496ce0d3b" 1163 - +dependencies = [ 1164 - + "quote", 1165 - + "wasm-bindgen-macro-support", 1166 - +] 1167 - + 1168 - +[[package]] 1169 - +name = "wasm-bindgen-macro-support" 1170 - +version = "0.2.71" 1171 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1172 - +checksum = "cc053ec74d454df287b9374ee8abb36ffd5acb95ba87da3ba5b7d3fe20eb401e" 1173 - +dependencies = [ 1174 - + "proc-macro2", 1175 - + "quote", 1176 - + "syn", 1177 - + "wasm-bindgen-backend", 1178 - + "wasm-bindgen-shared", 1179 - +] 1180 - + 1181 - +[[package]] 1182 - +name = "wasm-bindgen-shared" 1183 - +version = "0.2.71" 1184 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1185 - +checksum = "7d6f8ec44822dd71f5f221a5847fb34acd9060535c1211b70a05844c0f6383b1" 1186 - + 1187 - +[[package]] 1188 - +name = "web-sys" 1189 - +version = "0.3.48" 1190 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1191 - +checksum = "ec600b26223b2948cedfde2a0aa6756dcf1fef616f43d7b3097aaf53a6c4d92b" 1192 - +dependencies = [ 1193 - + "js-sys", 1194 - + "wasm-bindgen", 1195 - +] 1196 - + 1197 - +[[package]] 1198 - +name = "winapi" 1199 - +version = "0.2.8" 1200 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1201 - +checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" 1202 - + 1203 - +[[package]] 1204 - +name = "winapi" 1205 - +version = "0.3.9" 1206 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1207 - +checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 1208 - +dependencies = [ 1209 - + "winapi-i686-pc-windows-gnu", 1210 - + "winapi-x86_64-pc-windows-gnu", 1211 - +] 1212 - + 1213 - +[[package]] 1214 - +name = "winapi-build" 1215 - +version = "0.1.1" 1216 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1217 - +checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" 1218 - + 1219 - +[[package]] 1220 - +name = "winapi-i686-pc-windows-gnu" 1221 - +version = "0.4.0" 1222 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1223 - +checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 1224 - + 1225 - +[[package]] 1226 - +name = "winapi-x86_64-pc-windows-gnu" 1227 - +version = "0.4.0" 1228 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1229 - +checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 1230 - + 1231 - +[[package]] 1232 - +name = "winreg" 1233 - +version = "0.7.0" 1234 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1235 - +checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69" 1236 - +dependencies = [ 1237 - + "winapi 0.3.9", 1238 - +] 1239 - + 1240 - +[[package]] 1241 - +name = "ws2_32-sys" 1242 - +version = "0.2.1" 1243 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1244 - +checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e" 1245 - +dependencies = [ 1246 - + "winapi 0.2.8", 1247 - + "winapi-build", 1248 - +]
+6 -8
pkgs/games/shticker-book-unwritten/unwrapped.nix
··· 1 - { fetchFromGitHub, lib, openssl, pkg-config, rustPlatform }: 1 + { lib, rustPlatform, fetchCrate, pkg-config, openssl }: 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "shticker-book-unwritten"; 5 5 version = "1.0.3"; 6 6 7 - src = fetchFromGitHub { 8 - owner = "JonathanHelianthicusDoe"; 9 - repo = "shticker_book_unwritten"; 10 - rev = "v${version}"; 11 - sha256 = "08lyxica0b0vvivybsvzigy2j7saar78mbz723y3g5hqrilfb5np"; 7 + src = fetchCrate { 8 + inherit version; 9 + crateName = "shticker_book_unwritten"; 10 + sha256 = "sha256-NQEXLTtotrZQmoYQnhCHIEwSe+fqlcHq5/I6zTHwLvc="; 12 11 }; 13 12 14 - cargoPatches = [ ./cargo-lock.patch ]; 15 - cargoSha256 = "1d4mnfzkdbqnjmqk7fl4bsy27lr7wnq997nz0hflaybnx2d3nisn"; 13 + cargoSha256 = "sha256-SniyLp/4R0MkJYQmW3RFvOFeBKTvRlSzEI5Y+ELHfy8="; 16 14 17 15 nativeBuildInputs = [ pkg-config ]; 18 16
-18
pkgs/games/shticker-book-unwritten/update-cargo-lock.sh
··· 1 - #! /usr/bin/env nix-shell 2 - #! nix-shell -i bash -p cargo coreutils git gnugrep jq 3 - 4 - set -eu -o verbose 5 - 6 - here=$PWD 7 - version=$(cat unwrapped.nix | grep '^ version = "' | cut -d '"' -f 2) 8 - checkout=$(mktemp -d) 9 - git clone -b "v$version" --depth=1 https://github.com/JonathanHelianthicusDoe/shticker_book_unwritten "$checkout" 10 - cd "$checkout" 11 - 12 - rm -f rust-toolchain 13 - cargo generate-lockfile 14 - git add -f Cargo.lock 15 - git diff HEAD -- Cargo.lock > "$here"/cargo-lock.patch 16 - 17 - cd "$here" 18 - rm -rf "$checkout"