Merge pull request #140913 from figsoda/remove-cargo-lock

treewide: remove unnecessary vendors of Cargo.lock

authored by

figsoda and committed by
GitHub
839fb3f5 9ad492e1

+70 -5939
-1497
pkgs/development/tools/diesel-cli/cargo-lock.patch
··· 1 - diff --git a/Cargo.lock b/Cargo.lock 2 - new file mode 100644 3 - index 0000000..c4a129e 4 - --- /dev/null 5 - +++ b/Cargo.lock 6 - @@ -0,0 +1,1491 @@ 7 - +# This file is automatically @generated by Cargo. 8 - +# It is not intended for manual editing. 9 - +version = 3 10 - + 11 - +[[package]] 12 - +name = "addr2line" 13 - +version = "0.14.1" 14 - +source = "registry+https://github.com/rust-lang/crates.io-index" 15 - +checksum = "a55f82cfe485775d02112886f4169bde0c5894d75e79ead7eafe7e40a25e45f7" 16 - +dependencies = [ 17 - + "gimli", 18 - +] 19 - + 20 - +[[package]] 21 - +name = "adler" 22 - +version = "1.0.2" 23 - +source = "registry+https://github.com/rust-lang/crates.io-index" 24 - +checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 25 - + 26 - +[[package]] 27 - +name = "advanced-blog-cli" 28 - +version = "0.1.0" 29 - +dependencies = [ 30 - + "assert_matches", 31 - + "bcrypt", 32 - + "chrono", 33 - + "diesel 1.4.6 (registry+https://github.com/rust-lang/crates.io-index)", 34 - + "diesel_migrations 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 35 - + "dotenv", 36 - + "lazy_static", 37 - + "structopt", 38 - + "structopt-derive", 39 - + "tempfile 2.2.0", 40 - +] 41 - + 42 - +[[package]] 43 - +name = "aho-corasick" 44 - +version = "0.5.3" 45 - +source = "registry+https://github.com/rust-lang/crates.io-index" 46 - +checksum = "ca972c2ea5f742bfce5687b9aef75506a764f61d37f8f649047846a9686ddb66" 47 - +dependencies = [ 48 - + "memchr 0.1.11", 49 - +] 50 - + 51 - +[[package]] 52 - +name = "aho-corasick" 53 - +version = "0.6.10" 54 - +source = "registry+https://github.com/rust-lang/crates.io-index" 55 - +checksum = "81ce3d38065e618af2d7b77e10c5ad9a069859b4be3c2250f674af3840d9c8a5" 56 - +dependencies = [ 57 - + "memchr 2.3.4", 58 - +] 59 - + 60 - +[[package]] 61 - +name = "all_about_inserts" 62 - +version = "0.1.0" 63 - +dependencies = [ 64 - + "diesel 1.4.6 (registry+https://github.com/rust-lang/crates.io-index)", 65 - + "serde", 66 - + "serde_derive", 67 - + "serde_json", 68 - +] 69 - + 70 - +[[package]] 71 - +name = "all_about_inserts_mysql" 72 - +version = "0.1.0" 73 - +dependencies = [ 74 - + "chrono", 75 - + "diesel 1.4.6 (registry+https://github.com/rust-lang/crates.io-index)", 76 - + "serde", 77 - + "serde_derive", 78 - + "serde_json", 79 - +] 80 - + 81 - +[[package]] 82 - +name = "all_about_inserts_sqlite" 83 - +version = "0.1.0" 84 - +dependencies = [ 85 - + "chrono", 86 - + "diesel 1.4.6 (registry+https://github.com/rust-lang/crates.io-index)", 87 - + "serde", 88 - + "serde_derive", 89 - + "serde_json", 90 - +] 91 - + 92 - +[[package]] 93 - +name = "all_about_updates" 94 - +version = "0.1.0" 95 - +dependencies = [ 96 - + "diesel 1.4.6 (registry+https://github.com/rust-lang/crates.io-index)", 97 - +] 98 - + 99 - +[[package]] 100 - +name = "ansi_term" 101 - +version = "0.11.0" 102 - +source = "registry+https://github.com/rust-lang/crates.io-index" 103 - +checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" 104 - +dependencies = [ 105 - + "winapi 0.3.9", 106 - +] 107 - + 108 - +[[package]] 109 - +name = "assert_matches" 110 - +version = "1.5.0" 111 - +source = "registry+https://github.com/rust-lang/crates.io-index" 112 - +checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9" 113 - + 114 - +[[package]] 115 - +name = "atty" 116 - +version = "0.2.14" 117 - +source = "registry+https://github.com/rust-lang/crates.io-index" 118 - +checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 119 - +dependencies = [ 120 - + "hermit-abi", 121 - + "libc", 122 - + "winapi 0.3.9", 123 - +] 124 - + 125 - +[[package]] 126 - +name = "autocfg" 127 - +version = "0.1.7" 128 - +source = "registry+https://github.com/rust-lang/crates.io-index" 129 - +checksum = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2" 130 - + 131 - +[[package]] 132 - +name = "autocfg" 133 - +version = "1.0.1" 134 - +source = "registry+https://github.com/rust-lang/crates.io-index" 135 - +checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a" 136 - + 137 - +[[package]] 138 - +name = "backtrace" 139 - +version = "0.3.56" 140 - +source = "registry+https://github.com/rust-lang/crates.io-index" 141 - +checksum = "9d117600f438b1707d4e4ae15d3595657288f8235a0eb593e80ecc98ab34e1bc" 142 - +dependencies = [ 143 - + "addr2line", 144 - + "cfg-if 1.0.0", 145 - + "libc", 146 - + "miniz_oxide", 147 - + "object", 148 - + "rustc-demangle", 149 - +] 150 - + 151 - +[[package]] 152 - +name = "barrel" 153 - +version = "0.6.5" 154 - +source = "registry+https://github.com/rust-lang/crates.io-index" 155 - +checksum = "9d67c978b1322c8031145b1f6c236fc371292f52c565bc96018b2971afcbffe1" 156 - +dependencies = [ 157 - + "diesel 1.4.6 (registry+https://github.com/rust-lang/crates.io-index)", 158 - + "tempfile 3.2.0", 159 - +] 160 - + 161 - +[[package]] 162 - +name = "base64" 163 - +version = "0.10.1" 164 - +source = "registry+https://github.com/rust-lang/crates.io-index" 165 - +checksum = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e" 166 - +dependencies = [ 167 - + "byteorder", 168 - +] 169 - + 170 - +[[package]] 171 - +name = "bcrypt" 172 - +version = "0.2.2" 173 - +source = "registry+https://github.com/rust-lang/crates.io-index" 174 - +checksum = "d27c1ac8b4a79e27fc37d00060f152ebc59c95a7cfc946943d177d6799c19184" 175 - +dependencies = [ 176 - + "base64", 177 - + "blowfish", 178 - + "byteorder", 179 - + "lazy_static", 180 - + "rand 0.6.5", 181 - +] 182 - + 183 - +[[package]] 184 - +name = "bigdecimal" 185 - +version = "0.1.2" 186 - +source = "registry+https://github.com/rust-lang/crates.io-index" 187 - +checksum = "1374191e2dd25f9ae02e3aa95041ed5d747fc77b3c102b49fe2dd9a8117a6244" 188 - +dependencies = [ 189 - + "num-bigint", 190 - + "num-integer", 191 - + "num-traits", 192 - +] 193 - + 194 - +[[package]] 195 - +name = "bitflags" 196 - +version = "1.2.1" 197 - +source = "registry+https://github.com/rust-lang/crates.io-index" 198 - +checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" 199 - + 200 - +[[package]] 201 - +name = "block-cipher-trait" 202 - +version = "0.6.2" 203 - +source = "registry+https://github.com/rust-lang/crates.io-index" 204 - +checksum = "1c924d49bd09e7c06003acda26cd9742e796e34282ec6c1189404dee0c1f4774" 205 - +dependencies = [ 206 - + "generic-array", 207 - +] 208 - + 209 - +[[package]] 210 - +name = "blowfish" 211 - +version = "0.4.0" 212 - +source = "registry+https://github.com/rust-lang/crates.io-index" 213 - +checksum = "6aeb80d00f2688459b8542068abd974cfb101e7a82182414a99b5026c0d85cc3" 214 - +dependencies = [ 215 - + "block-cipher-trait", 216 - + "byteorder", 217 - + "opaque-debug", 218 - +] 219 - + 220 - +[[package]] 221 - +name = "byteorder" 222 - +version = "1.4.3" 223 - +source = "registry+https://github.com/rust-lang/crates.io-index" 224 - +checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" 225 - + 226 - +[[package]] 227 - +name = "cc" 228 - +version = "1.0.67" 229 - +source = "registry+https://github.com/rust-lang/crates.io-index" 230 - +checksum = "e3c69b077ad434294d3ce9f1f6143a2a4b89a8a2d54ef813d85003a4fd1137fd" 231 - + 232 - +[[package]] 233 - +name = "cfg-if" 234 - +version = "0.1.10" 235 - +source = "registry+https://github.com/rust-lang/crates.io-index" 236 - +checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" 237 - + 238 - +[[package]] 239 - +name = "cfg-if" 240 - +version = "1.0.0" 241 - +source = "registry+https://github.com/rust-lang/crates.io-index" 242 - +checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 243 - + 244 - +[[package]] 245 - +name = "chrono" 246 - +version = "0.4.19" 247 - +source = "registry+https://github.com/rust-lang/crates.io-index" 248 - +checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73" 249 - +dependencies = [ 250 - + "libc", 251 - + "num-integer", 252 - + "num-traits", 253 - + "time", 254 - + "winapi 0.3.9", 255 - +] 256 - + 257 - +[[package]] 258 - +name = "clap" 259 - +version = "2.33.3" 260 - +source = "registry+https://github.com/rust-lang/crates.io-index" 261 - +checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002" 262 - +dependencies = [ 263 - + "ansi_term", 264 - + "atty", 265 - + "bitflags", 266 - + "strsim", 267 - + "textwrap", 268 - + "unicode-width", 269 - + "vec_map", 270 - +] 271 - + 272 - +[[package]] 273 - +name = "cloudabi" 274 - +version = "0.0.3" 275 - +source = "registry+https://github.com/rust-lang/crates.io-index" 276 - +checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" 277 - +dependencies = [ 278 - + "bitflags", 279 - +] 280 - + 281 - +[[package]] 282 - +name = "derive-error-chain" 283 - +version = "0.10.1" 284 - +source = "registry+https://github.com/rust-lang/crates.io-index" 285 - +checksum = "3c9ca9ade651388daad7c993f005d0d20c4f6fe78c1cdc93e95f161c6f5ede4a" 286 - +dependencies = [ 287 - + "quote 0.3.15", 288 - + "syn 0.11.11", 289 - +] 290 - + 291 - +[[package]] 292 - +name = "diesel" 293 - +version = "1.4.6" 294 - +dependencies = [ 295 - + "bigdecimal", 296 - + "bitflags", 297 - + "byteorder", 298 - + "cfg-if 0.1.10", 299 - + "chrono", 300 - + "diesel_derives 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)", 301 - + "dotenv", 302 - + "ipnetwork", 303 - + "libc", 304 - + "libsqlite3-sys", 305 - + "mysqlclient-sys", 306 - + "num-bigint", 307 - + "num-integer", 308 - + "num-traits", 309 - + "pq-sys", 310 - + "quickcheck", 311 - + "r2d2", 312 - + "serde_json", 313 - + "tempdir", 314 - + "time", 315 - + "url", 316 - + "uuid 0.6.5", 317 - + "uuid 0.8.2", 318 - +] 319 - + 320 - +[[package]] 321 - +name = "diesel" 322 - +version = "1.4.6" 323 - +source = "registry+https://github.com/rust-lang/crates.io-index" 324 - +checksum = "047bfc4d5c3bd2ef6ca6f981941046113524b9a9f9a7cbdfdd7ff40f58e6f542" 325 - +replace = "diesel 1.4.6" 326 - + 327 - +[[package]] 328 - +name = "diesel_cli" 329 - +version = "1.4.1" 330 - +dependencies = [ 331 - + "barrel", 332 - + "chrono", 333 - + "clap", 334 - + "diesel 1.4.6 (registry+https://github.com/rust-lang/crates.io-index)", 335 - + "difference", 336 - + "dotenv", 337 - + "libsqlite3-sys", 338 - + "migrations_internals 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)", 339 - + "regex 0.2.11", 340 - + "serde", 341 - + "tempdir", 342 - + "tempfile 3.2.0", 343 - + "toml", 344 - + "url", 345 - +] 346 - + 347 - +[[package]] 348 - +name = "diesel_demo_step_1_mysql" 349 - +version = "0.1.0" 350 - +dependencies = [ 351 - + "diesel 1.4.6 (registry+https://github.com/rust-lang/crates.io-index)", 352 - + "dotenv", 353 - +] 354 - + 355 - +[[package]] 356 - +name = "diesel_demo_step_1_pg" 357 - +version = "0.1.0" 358 - +dependencies = [ 359 - + "diesel 1.4.6 (registry+https://github.com/rust-lang/crates.io-index)", 360 - + "dotenv", 361 - +] 362 - + 363 - +[[package]] 364 - +name = "diesel_demo_step_1_sqlite" 365 - +version = "0.1.0" 366 - +dependencies = [ 367 - + "diesel 1.4.6 (registry+https://github.com/rust-lang/crates.io-index)", 368 - + "dotenv", 369 - +] 370 - + 371 - +[[package]] 372 - +name = "diesel_demo_step_2_mysql" 373 - +version = "0.1.0" 374 - +dependencies = [ 375 - + "diesel 1.4.6 (registry+https://github.com/rust-lang/crates.io-index)", 376 - + "dotenv", 377 - +] 378 - + 379 - +[[package]] 380 - +name = "diesel_demo_step_2_pg" 381 - +version = "0.1.0" 382 - +dependencies = [ 383 - + "diesel 1.4.6 (registry+https://github.com/rust-lang/crates.io-index)", 384 - + "dotenv", 385 - +] 386 - + 387 - +[[package]] 388 - +name = "diesel_demo_step_2_sqlite" 389 - +version = "0.1.0" 390 - +dependencies = [ 391 - + "diesel 1.4.6 (registry+https://github.com/rust-lang/crates.io-index)", 392 - + "dotenv", 393 - +] 394 - + 395 - +[[package]] 396 - +name = "diesel_demo_step_3_mysql" 397 - +version = "0.1.0" 398 - +dependencies = [ 399 - + "diesel 1.4.6 (registry+https://github.com/rust-lang/crates.io-index)", 400 - + "dotenv", 401 - +] 402 - + 403 - +[[package]] 404 - +name = "diesel_demo_step_3_pg" 405 - +version = "0.1.0" 406 - +dependencies = [ 407 - + "diesel 1.4.6 (registry+https://github.com/rust-lang/crates.io-index)", 408 - + "dotenv", 409 - +] 410 - + 411 - +[[package]] 412 - +name = "diesel_demo_step_3_sqlite" 413 - +version = "0.1.0" 414 - +dependencies = [ 415 - + "diesel 1.4.6 (registry+https://github.com/rust-lang/crates.io-index)", 416 - + "dotenv", 417 - +] 418 - + 419 - +[[package]] 420 - +name = "diesel_derives" 421 - +version = "1.4.1" 422 - +dependencies = [ 423 - + "cfg-if 0.1.10", 424 - + "diesel 1.4.6 (registry+https://github.com/rust-lang/crates.io-index)", 425 - + "dotenv", 426 - + "proc-macro2", 427 - + "quote 1.0.9", 428 - + "syn 1.0.67", 429 - +] 430 - + 431 - +[[package]] 432 - +name = "diesel_derives" 433 - +version = "1.4.1" 434 - +source = "registry+https://github.com/rust-lang/crates.io-index" 435 - +checksum = "45f5098f628d02a7a0f68ddba586fb61e80edec3bdc1be3b921f4ceec60858d3" 436 - +replace = "diesel_derives 1.4.1" 437 - + 438 - +[[package]] 439 - +name = "diesel_infer_schema" 440 - +version = "1.4.0" 441 - +source = "registry+https://github.com/rust-lang/crates.io-index" 442 - +checksum = "7bea70d0798a3d8489e1d5493bb2111a1ab2da434191b9e9605f167c01a20680" 443 - +dependencies = [ 444 - + "infer_schema_macros", 445 - +] 446 - + 447 - +[[package]] 448 - +name = "diesel_migrations" 449 - +version = "1.4.0" 450 - +dependencies = [ 451 - + "cfg-if 0.1.10", 452 - + "diesel 1.4.6 (registry+https://github.com/rust-lang/crates.io-index)", 453 - + "dotenv", 454 - + "migrations_internals 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)", 455 - + "migrations_macros 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)", 456 - +] 457 - + 458 - +[[package]] 459 - +name = "diesel_migrations" 460 - +version = "1.4.0" 461 - +source = "registry+https://github.com/rust-lang/crates.io-index" 462 - +checksum = "bf3cde8413353dc7f5d72fa8ce0b99a560a359d2c5ef1e5817ca731cd9008f4c" 463 - +replace = "diesel_migrations 1.4.0" 464 - + 465 - +[[package]] 466 - +name = "diesel_tests" 467 - +version = "0.1.0" 468 - +dependencies = [ 469 - + "assert_matches", 470 - + "bigdecimal", 471 - + "chrono", 472 - + "diesel 1.4.6", 473 - + "diesel_infer_schema", 474 - + "diesel_migrations 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 475 - + "dotenv", 476 - + "ipnetwork", 477 - + "quickcheck", 478 - + "serde_json", 479 - + "uuid 0.8.2", 480 - +] 481 - + 482 - +[[package]] 483 - +name = "difference" 484 - +version = "1.0.0" 485 - +source = "registry+https://github.com/rust-lang/crates.io-index" 486 - +checksum = "b3304d19798a8e067e48d8e69b2c37f0b5e9b4e462504ad9e27e9f3fce02bba8" 487 - + 488 - +[[package]] 489 - +name = "dotenv" 490 - +version = "0.10.1" 491 - +source = "registry+https://github.com/rust-lang/crates.io-index" 492 - +checksum = "d6f0e2bb24d163428d8031d3ebd2d2bd903ad933205a97d0f18c7c1aade380f3" 493 - +dependencies = [ 494 - + "derive-error-chain", 495 - + "error-chain", 496 - + "regex 0.2.11", 497 - +] 498 - + 499 - +[[package]] 500 - +name = "env_logger" 501 - +version = "0.3.5" 502 - +source = "registry+https://github.com/rust-lang/crates.io-index" 503 - +checksum = "15abd780e45b3ea4f76b4e9a26ff4843258dd8a3eed2775a0e7368c2e7936c2f" 504 - +dependencies = [ 505 - + "log 0.3.9", 506 - + "regex 0.1.80", 507 - +] 508 - + 509 - +[[package]] 510 - +name = "error-chain" 511 - +version = "0.10.0" 512 - +source = "registry+https://github.com/rust-lang/crates.io-index" 513 - +checksum = "d9435d864e017c3c6afeac1654189b06cdb491cf2ff73dbf0d73b0f292f42ff8" 514 - +dependencies = [ 515 - + "backtrace", 516 - +] 517 - + 518 - +[[package]] 519 - +name = "fuchsia-cprng" 520 - +version = "0.1.1" 521 - +source = "registry+https://github.com/rust-lang/crates.io-index" 522 - +checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" 523 - + 524 - +[[package]] 525 - +name = "generic-array" 526 - +version = "0.12.4" 527 - +source = "registry+https://github.com/rust-lang/crates.io-index" 528 - +checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd" 529 - +dependencies = [ 530 - + "typenum", 531 - +] 532 - + 533 - +[[package]] 534 - +name = "getrandom" 535 - +version = "0.2.2" 536 - +source = "registry+https://github.com/rust-lang/crates.io-index" 537 - +checksum = "c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8" 538 - +dependencies = [ 539 - + "cfg-if 1.0.0", 540 - + "libc", 541 - + "wasi", 542 - +] 543 - + 544 - +[[package]] 545 - +name = "gimli" 546 - +version = "0.23.0" 547 - +source = "registry+https://github.com/rust-lang/crates.io-index" 548 - +checksum = "f6503fe142514ca4799d4c26297c4248239fe8838d827db6bd6065c6ed29a6ce" 549 - + 550 - +[[package]] 551 - +name = "hermit-abi" 552 - +version = "0.1.18" 553 - +source = "registry+https://github.com/rust-lang/crates.io-index" 554 - +checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c" 555 - +dependencies = [ 556 - + "libc", 557 - +] 558 - + 559 - +[[package]] 560 - +name = "idna" 561 - +version = "0.1.5" 562 - +source = "registry+https://github.com/rust-lang/crates.io-index" 563 - +checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e" 564 - +dependencies = [ 565 - + "matches", 566 - + "unicode-bidi", 567 - + "unicode-normalization", 568 - +] 569 - + 570 - +[[package]] 571 - +name = "infer_schema_internals" 572 - +version = "1.4.0" 573 - +source = "registry+https://github.com/rust-lang/crates.io-index" 574 - +checksum = "90e390df38a4e5cb4337a76db5b736f239e08f3ab7e8e42a34548617f0113f64" 575 - +dependencies = [ 576 - + "diesel 1.4.6 (registry+https://github.com/rust-lang/crates.io-index)", 577 - +] 578 - + 579 - +[[package]] 580 - +name = "infer_schema_macros" 581 - +version = "1.4.0" 582 - +source = "registry+https://github.com/rust-lang/crates.io-index" 583 - +checksum = "07b667b471ef99645989ceea451be288b6e669eeb8951d3f0fbd310677588ac6" 584 - +dependencies = [ 585 - + "dotenv", 586 - + "infer_schema_internals", 587 - + "quote 0.3.15", 588 - + "syn 0.11.11", 589 - +] 590 - + 591 - +[[package]] 592 - +name = "instant" 593 - +version = "0.1.9" 594 - +source = "registry+https://github.com/rust-lang/crates.io-index" 595 - +checksum = "61124eeebbd69b8190558df225adf7e4caafce0d743919e5d6b19652314ec5ec" 596 - +dependencies = [ 597 - + "cfg-if 1.0.0", 598 - +] 599 - + 600 - +[[package]] 601 - +name = "ipnetwork" 602 - +version = "0.17.0" 603 - +source = "registry+https://github.com/rust-lang/crates.io-index" 604 - +checksum = "02c3eaab3ac0ede60ffa41add21970a7df7d91772c03383aac6c2c3d53cc716b" 605 - +dependencies = [ 606 - + "serde", 607 - +] 608 - + 609 - +[[package]] 610 - +name = "itoa" 611 - +version = "0.4.7" 612 - +source = "registry+https://github.com/rust-lang/crates.io-index" 613 - +checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736" 614 - + 615 - +[[package]] 616 - +name = "kernel32-sys" 617 - +version = "0.2.2" 618 - +source = "registry+https://github.com/rust-lang/crates.io-index" 619 - +checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" 620 - +dependencies = [ 621 - + "winapi 0.2.8", 622 - + "winapi-build", 623 - +] 624 - + 625 - +[[package]] 626 - +name = "lazy_static" 627 - +version = "1.4.0" 628 - +source = "registry+https://github.com/rust-lang/crates.io-index" 629 - +checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 630 - + 631 - +[[package]] 632 - +name = "libc" 633 - +version = "0.2.91" 634 - +source = "registry+https://github.com/rust-lang/crates.io-index" 635 - +checksum = "8916b1f6ca17130ec6568feccee27c156ad12037880833a3b842a823236502e7" 636 - + 637 - +[[package]] 638 - +name = "libsqlite3-sys" 639 - +version = "0.20.1" 640 - +source = "registry+https://github.com/rust-lang/crates.io-index" 641 - +checksum = "64d31059f22935e6c31830db5249ba2b7ecd54fd73a9909286f0a67aa55c2fbd" 642 - +dependencies = [ 643 - + "cc", 644 - + "pkg-config", 645 - + "vcpkg", 646 - +] 647 - + 648 - +[[package]] 649 - +name = "lock_api" 650 - +version = "0.4.2" 651 - +source = "registry+https://github.com/rust-lang/crates.io-index" 652 - +checksum = "dd96ffd135b2fd7b973ac026d28085defbe8983df057ced3eb4f2130b0831312" 653 - +dependencies = [ 654 - + "scopeguard", 655 - +] 656 - + 657 - +[[package]] 658 - +name = "log" 659 - +version = "0.3.9" 660 - +source = "registry+https://github.com/rust-lang/crates.io-index" 661 - +checksum = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b" 662 - +dependencies = [ 663 - + "log 0.4.14", 664 - +] 665 - + 666 - +[[package]] 667 - +name = "log" 668 - +version = "0.4.14" 669 - +source = "registry+https://github.com/rust-lang/crates.io-index" 670 - +checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710" 671 - +dependencies = [ 672 - + "cfg-if 1.0.0", 673 - +] 674 - + 675 - +[[package]] 676 - +name = "matches" 677 - +version = "0.1.8" 678 - +source = "registry+https://github.com/rust-lang/crates.io-index" 679 - +checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" 680 - + 681 - +[[package]] 682 - +name = "memchr" 683 - +version = "0.1.11" 684 - +source = "registry+https://github.com/rust-lang/crates.io-index" 685 - +checksum = "d8b629fb514376c675b98c1421e80b151d3817ac42d7c667717d282761418d20" 686 - +dependencies = [ 687 - + "libc", 688 - +] 689 - + 690 - +[[package]] 691 - +name = "memchr" 692 - +version = "2.3.4" 693 - +source = "registry+https://github.com/rust-lang/crates.io-index" 694 - +checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525" 695 - + 696 - +[[package]] 697 - +name = "migrations_internals" 698 - +version = "1.4.1" 699 - +dependencies = [ 700 - + "barrel", 701 - + "diesel 1.4.6 (registry+https://github.com/rust-lang/crates.io-index)", 702 - + "tempdir", 703 - +] 704 - + 705 - +[[package]] 706 - +name = "migrations_internals" 707 - +version = "1.4.1" 708 - +source = "registry+https://github.com/rust-lang/crates.io-index" 709 - +checksum = "2b4fc84e4af020b837029e017966f86a1c2d5e83e64b589963d5047525995860" 710 - +replace = "migrations_internals 1.4.1" 711 - + 712 - +[[package]] 713 - +name = "migrations_macros" 714 - +version = "1.4.2" 715 - +dependencies = [ 716 - + "migrations_internals 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)", 717 - + "proc-macro2", 718 - + "quote 1.0.9", 719 - + "syn 1.0.67", 720 - + "tempdir", 721 - +] 722 - + 723 - +[[package]] 724 - +name = "migrations_macros" 725 - +version = "1.4.2" 726 - +source = "registry+https://github.com/rust-lang/crates.io-index" 727 - +checksum = "9753f12909fd8d923f75ae5c3258cae1ed3c8ec052e1b38c93c21a6d157f789c" 728 - +replace = "migrations_macros 1.4.2" 729 - + 730 - +[[package]] 731 - +name = "miniz_oxide" 732 - +version = "0.4.4" 733 - +source = "registry+https://github.com/rust-lang/crates.io-index" 734 - +checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b" 735 - +dependencies = [ 736 - + "adler", 737 - + "autocfg 1.0.1", 738 - +] 739 - + 740 - +[[package]] 741 - +name = "mysqlclient-sys" 742 - +version = "0.2.4" 743 - +source = "registry+https://github.com/rust-lang/crates.io-index" 744 - +checksum = "7e9637d93448044078aaafea7419aed69d301b4a12bcc4aa0ae856eb169bef85" 745 - +dependencies = [ 746 - + "pkg-config", 747 - + "vcpkg", 748 - +] 749 - + 750 - +[[package]] 751 - +name = "num-bigint" 752 - +version = "0.2.6" 753 - +source = "registry+https://github.com/rust-lang/crates.io-index" 754 - +checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304" 755 - +dependencies = [ 756 - + "autocfg 1.0.1", 757 - + "num-integer", 758 - + "num-traits", 759 - +] 760 - + 761 - +[[package]] 762 - +name = "num-integer" 763 - +version = "0.1.44" 764 - +source = "registry+https://github.com/rust-lang/crates.io-index" 765 - +checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db" 766 - +dependencies = [ 767 - + "autocfg 1.0.1", 768 - + "num-traits", 769 - +] 770 - + 771 - +[[package]] 772 - +name = "num-traits" 773 - +version = "0.2.14" 774 - +source = "registry+https://github.com/rust-lang/crates.io-index" 775 - +checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290" 776 - +dependencies = [ 777 - + "autocfg 1.0.1", 778 - +] 779 - + 780 - +[[package]] 781 - +name = "object" 782 - +version = "0.23.0" 783 - +source = "registry+https://github.com/rust-lang/crates.io-index" 784 - +checksum = "a9a7ab5d64814df0fe4a4b5ead45ed6c5f181ee3ff04ba344313a6c80446c5d4" 785 - + 786 - +[[package]] 787 - +name = "opaque-debug" 788 - +version = "0.2.3" 789 - +source = "registry+https://github.com/rust-lang/crates.io-index" 790 - +checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c" 791 - + 792 - +[[package]] 793 - +name = "parking_lot" 794 - +version = "0.11.1" 795 - +source = "registry+https://github.com/rust-lang/crates.io-index" 796 - +checksum = "6d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb" 797 - +dependencies = [ 798 - + "instant", 799 - + "lock_api", 800 - + "parking_lot_core", 801 - +] 802 - + 803 - +[[package]] 804 - +name = "parking_lot_core" 805 - +version = "0.8.3" 806 - +source = "registry+https://github.com/rust-lang/crates.io-index" 807 - +checksum = "fa7a782938e745763fe6907fc6ba86946d72f49fe7e21de074e08128a99fb018" 808 - +dependencies = [ 809 - + "cfg-if 1.0.0", 810 - + "instant", 811 - + "libc", 812 - + "redox_syscall 0.2.5", 813 - + "smallvec", 814 - + "winapi 0.3.9", 815 - +] 816 - + 817 - +[[package]] 818 - +name = "percent-encoding" 819 - +version = "1.0.1" 820 - +source = "registry+https://github.com/rust-lang/crates.io-index" 821 - +checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831" 822 - + 823 - +[[package]] 824 - +name = "pkg-config" 825 - +version = "0.3.19" 826 - +source = "registry+https://github.com/rust-lang/crates.io-index" 827 - +checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c" 828 - + 829 - +[[package]] 830 - +name = "ppv-lite86" 831 - +version = "0.2.10" 832 - +source = "registry+https://github.com/rust-lang/crates.io-index" 833 - +checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857" 834 - + 835 - +[[package]] 836 - +name = "pq-sys" 837 - +version = "0.4.6" 838 - +source = "registry+https://github.com/rust-lang/crates.io-index" 839 - +checksum = "6ac25eee5a0582f45a67e837e350d784e7003bd29a5f460796772061ca49ffda" 840 - +dependencies = [ 841 - + "vcpkg", 842 - +] 843 - + 844 - +[[package]] 845 - +name = "proc-macro2" 846 - +version = "1.0.24" 847 - +source = "registry+https://github.com/rust-lang/crates.io-index" 848 - +checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71" 849 - +dependencies = [ 850 - + "unicode-xid 0.2.1", 851 - +] 852 - + 853 - +[[package]] 854 - +name = "quickcheck" 855 - +version = "0.4.1" 856 - +source = "registry+https://github.com/rust-lang/crates.io-index" 857 - +checksum = "02c2411d418cea2364325b18a205664f9ef8252e06b2e911db97c0b0d98b1406" 858 - +dependencies = [ 859 - + "env_logger", 860 - + "log 0.3.9", 861 - + "rand 0.3.23", 862 - +] 863 - + 864 - +[[package]] 865 - +name = "quote" 866 - +version = "0.3.15" 867 - +source = "registry+https://github.com/rust-lang/crates.io-index" 868 - +checksum = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a" 869 - + 870 - +[[package]] 871 - +name = "quote" 872 - +version = "1.0.9" 873 - +source = "registry+https://github.com/rust-lang/crates.io-index" 874 - +checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7" 875 - +dependencies = [ 876 - + "proc-macro2", 877 - +] 878 - + 879 - +[[package]] 880 - +name = "r2d2" 881 - +version = "0.8.9" 882 - +source = "registry+https://github.com/rust-lang/crates.io-index" 883 - +checksum = "545c5bc2b880973c9c10e4067418407a0ccaa3091781d1671d46eb35107cb26f" 884 - +dependencies = [ 885 - + "log 0.4.14", 886 - + "parking_lot", 887 - + "scheduled-thread-pool", 888 - +] 889 - + 890 - +[[package]] 891 - +name = "rand" 892 - +version = "0.3.23" 893 - +source = "registry+https://github.com/rust-lang/crates.io-index" 894 - +checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c" 895 - +dependencies = [ 896 - + "libc", 897 - + "rand 0.4.6", 898 - +] 899 - + 900 - +[[package]] 901 - +name = "rand" 902 - +version = "0.4.6" 903 - +source = "registry+https://github.com/rust-lang/crates.io-index" 904 - +checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293" 905 - +dependencies = [ 906 - + "fuchsia-cprng", 907 - + "libc", 908 - + "rand_core 0.3.1", 909 - + "rdrand", 910 - + "winapi 0.3.9", 911 - +] 912 - + 913 - +[[package]] 914 - +name = "rand" 915 - +version = "0.6.5" 916 - +source = "registry+https://github.com/rust-lang/crates.io-index" 917 - +checksum = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca" 918 - +dependencies = [ 919 - + "autocfg 0.1.7", 920 - + "libc", 921 - + "rand_chacha 0.1.1", 922 - + "rand_core 0.4.2", 923 - + "rand_hc 0.1.0", 924 - + "rand_isaac", 925 - + "rand_jitter", 926 - + "rand_os", 927 - + "rand_pcg", 928 - + "rand_xorshift", 929 - + "winapi 0.3.9", 930 - +] 931 - + 932 - +[[package]] 933 - +name = "rand" 934 - +version = "0.8.3" 935 - +source = "registry+https://github.com/rust-lang/crates.io-index" 936 - +checksum = "0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e" 937 - +dependencies = [ 938 - + "libc", 939 - + "rand_chacha 0.3.0", 940 - + "rand_core 0.6.2", 941 - + "rand_hc 0.3.0", 942 - +] 943 - + 944 - +[[package]] 945 - +name = "rand_chacha" 946 - +version = "0.1.1" 947 - +source = "registry+https://github.com/rust-lang/crates.io-index" 948 - +checksum = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef" 949 - +dependencies = [ 950 - + "autocfg 0.1.7", 951 - + "rand_core 0.3.1", 952 - +] 953 - + 954 - +[[package]] 955 - +name = "rand_chacha" 956 - +version = "0.3.0" 957 - +source = "registry+https://github.com/rust-lang/crates.io-index" 958 - +checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d" 959 - +dependencies = [ 960 - + "ppv-lite86", 961 - + "rand_core 0.6.2", 962 - +] 963 - + 964 - +[[package]] 965 - +name = "rand_core" 966 - +version = "0.3.1" 967 - +source = "registry+https://github.com/rust-lang/crates.io-index" 968 - +checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b" 969 - +dependencies = [ 970 - + "rand_core 0.4.2", 971 - +] 972 - + 973 - +[[package]] 974 - +name = "rand_core" 975 - +version = "0.4.2" 976 - +source = "registry+https://github.com/rust-lang/crates.io-index" 977 - +checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc" 978 - + 979 - +[[package]] 980 - +name = "rand_core" 981 - +version = "0.6.2" 982 - +source = "registry+https://github.com/rust-lang/crates.io-index" 983 - +checksum = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7" 984 - +dependencies = [ 985 - + "getrandom", 986 - +] 987 - + 988 - +[[package]] 989 - +name = "rand_hc" 990 - +version = "0.1.0" 991 - +source = "registry+https://github.com/rust-lang/crates.io-index" 992 - +checksum = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4" 993 - +dependencies = [ 994 - + "rand_core 0.3.1", 995 - +] 996 - + 997 - +[[package]] 998 - +name = "rand_hc" 999 - +version = "0.3.0" 1000 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1001 - +checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73" 1002 - +dependencies = [ 1003 - + "rand_core 0.6.2", 1004 - +] 1005 - + 1006 - +[[package]] 1007 - +name = "rand_isaac" 1008 - +version = "0.1.1" 1009 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1010 - +checksum = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08" 1011 - +dependencies = [ 1012 - + "rand_core 0.3.1", 1013 - +] 1014 - + 1015 - +[[package]] 1016 - +name = "rand_jitter" 1017 - +version = "0.1.4" 1018 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1019 - +checksum = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b" 1020 - +dependencies = [ 1021 - + "libc", 1022 - + "rand_core 0.4.2", 1023 - + "winapi 0.3.9", 1024 - +] 1025 - + 1026 - +[[package]] 1027 - +name = "rand_os" 1028 - +version = "0.1.3" 1029 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1030 - +checksum = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071" 1031 - +dependencies = [ 1032 - + "cloudabi", 1033 - + "fuchsia-cprng", 1034 - + "libc", 1035 - + "rand_core 0.4.2", 1036 - + "rdrand", 1037 - + "winapi 0.3.9", 1038 - +] 1039 - + 1040 - +[[package]] 1041 - +name = "rand_pcg" 1042 - +version = "0.1.2" 1043 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1044 - +checksum = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44" 1045 - +dependencies = [ 1046 - + "autocfg 0.1.7", 1047 - + "rand_core 0.4.2", 1048 - +] 1049 - + 1050 - +[[package]] 1051 - +name = "rand_xorshift" 1052 - +version = "0.1.1" 1053 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1054 - +checksum = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c" 1055 - +dependencies = [ 1056 - + "rand_core 0.3.1", 1057 - +] 1058 - + 1059 - +[[package]] 1060 - +name = "rdrand" 1061 - +version = "0.4.0" 1062 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1063 - +checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2" 1064 - +dependencies = [ 1065 - + "rand_core 0.3.1", 1066 - +] 1067 - + 1068 - +[[package]] 1069 - +name = "redox_syscall" 1070 - +version = "0.1.57" 1071 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1072 - +checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce" 1073 - + 1074 - +[[package]] 1075 - +name = "redox_syscall" 1076 - +version = "0.2.5" 1077 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1078 - +checksum = "94341e4e44e24f6b591b59e47a8a027df12e008d73fd5672dbea9cc22f4507d9" 1079 - +dependencies = [ 1080 - + "bitflags", 1081 - +] 1082 - + 1083 - +[[package]] 1084 - +name = "regex" 1085 - +version = "0.1.80" 1086 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1087 - +checksum = "4fd4ace6a8cf7860714a2c2280d6c1f7e6a413486c13298bbc86fd3da019402f" 1088 - +dependencies = [ 1089 - + "aho-corasick 0.5.3", 1090 - + "memchr 0.1.11", 1091 - + "regex-syntax 0.3.9", 1092 - + "thread_local 0.2.7", 1093 - + "utf8-ranges 0.1.3", 1094 - +] 1095 - + 1096 - +[[package]] 1097 - +name = "regex" 1098 - +version = "0.2.11" 1099 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1100 - +checksum = "9329abc99e39129fcceabd24cf5d85b4671ef7c29c50e972bc5afe32438ec384" 1101 - +dependencies = [ 1102 - + "aho-corasick 0.6.10", 1103 - + "memchr 2.3.4", 1104 - + "regex-syntax 0.5.6", 1105 - + "thread_local 0.3.6", 1106 - + "utf8-ranges 1.0.4", 1107 - +] 1108 - + 1109 - +[[package]] 1110 - +name = "regex-syntax" 1111 - +version = "0.3.9" 1112 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1113 - +checksum = "f9ec002c35e86791825ed294b50008eea9ddfc8def4420124fbc6b08db834957" 1114 - + 1115 - +[[package]] 1116 - +name = "regex-syntax" 1117 - +version = "0.5.6" 1118 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1119 - +checksum = "7d707a4fa2637f2dca2ef9fd02225ec7661fe01a53623c1e6515b6916511f7a7" 1120 - +dependencies = [ 1121 - + "ucd-util", 1122 - +] 1123 - + 1124 - +[[package]] 1125 - +name = "remove_dir_all" 1126 - +version = "0.5.3" 1127 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1128 - +checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7" 1129 - +dependencies = [ 1130 - + "winapi 0.3.9", 1131 - +] 1132 - + 1133 - +[[package]] 1134 - +name = "rustc-demangle" 1135 - +version = "0.1.18" 1136 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1137 - +checksum = "6e3bad0ee36814ca07d7968269dd4b7ec89ec2da10c4bb613928d3077083c232" 1138 - + 1139 - +[[package]] 1140 - +name = "ryu" 1141 - +version = "1.0.5" 1142 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1143 - +checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e" 1144 - + 1145 - +[[package]] 1146 - +name = "scheduled-thread-pool" 1147 - +version = "0.2.5" 1148 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1149 - +checksum = "dc6f74fd1204073fa02d5d5d68bec8021be4c38690b61264b2fdb48083d0e7d7" 1150 - +dependencies = [ 1151 - + "parking_lot", 1152 - +] 1153 - + 1154 - +[[package]] 1155 - +name = "scopeguard" 1156 - +version = "1.1.0" 1157 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1158 - +checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 1159 - + 1160 - +[[package]] 1161 - +name = "serde" 1162 - +version = "1.0.125" 1163 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1164 - +checksum = "558dc50e1a5a5fa7112ca2ce4effcb321b0300c0d4ccf0776a9f60cd89031171" 1165 - +dependencies = [ 1166 - + "serde_derive", 1167 - +] 1168 - + 1169 - +[[package]] 1170 - +name = "serde_derive" 1171 - +version = "1.0.125" 1172 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1173 - +checksum = "b093b7a2bb58203b5da3056c05b4ec1fed827dcfdb37347a8841695263b3d06d" 1174 - +dependencies = [ 1175 - + "proc-macro2", 1176 - + "quote 1.0.9", 1177 - + "syn 1.0.67", 1178 - +] 1179 - + 1180 - +[[package]] 1181 - +name = "serde_json" 1182 - +version = "1.0.64" 1183 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1184 - +checksum = "799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79" 1185 - +dependencies = [ 1186 - + "itoa", 1187 - + "ryu", 1188 - + "serde", 1189 - +] 1190 - + 1191 - +[[package]] 1192 - +name = "smallvec" 1193 - +version = "1.6.1" 1194 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1195 - +checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e" 1196 - + 1197 - +[[package]] 1198 - +name = "strsim" 1199 - +version = "0.8.0" 1200 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1201 - +checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" 1202 - + 1203 - +[[package]] 1204 - +name = "structopt" 1205 - +version = "0.1.7" 1206 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1207 - +checksum = "783cb22d520b177a3772e520d04a3c7970d51c3b647ba80739f99be01131b54f" 1208 - +dependencies = [ 1209 - + "clap", 1210 - +] 1211 - + 1212 - +[[package]] 1213 - +name = "structopt-derive" 1214 - +version = "0.1.6" 1215 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1216 - +checksum = "4da119c9a7a1eccb7c6de0c1eb3f7ed1c11138624d092b3687222aeed8f1375c" 1217 - +dependencies = [ 1218 - + "quote 0.3.15", 1219 - + "syn 0.11.11", 1220 - +] 1221 - + 1222 - +[[package]] 1223 - +name = "syn" 1224 - +version = "0.11.11" 1225 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1226 - +checksum = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad" 1227 - +dependencies = [ 1228 - + "quote 0.3.15", 1229 - + "synom", 1230 - + "unicode-xid 0.0.4", 1231 - +] 1232 - + 1233 - +[[package]] 1234 - +name = "syn" 1235 - +version = "1.0.67" 1236 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1237 - +checksum = "6498a9efc342871f91cc2d0d694c674368b4ceb40f62b65a7a08c3792935e702" 1238 - +dependencies = [ 1239 - + "proc-macro2", 1240 - + "quote 1.0.9", 1241 - + "unicode-xid 0.2.1", 1242 - +] 1243 - + 1244 - +[[package]] 1245 - +name = "synom" 1246 - +version = "0.11.3" 1247 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1248 - +checksum = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6" 1249 - +dependencies = [ 1250 - + "unicode-xid 0.0.4", 1251 - +] 1252 - + 1253 - +[[package]] 1254 - +name = "tempdir" 1255 - +version = "0.3.7" 1256 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1257 - +checksum = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8" 1258 - +dependencies = [ 1259 - + "rand 0.4.6", 1260 - + "remove_dir_all", 1261 - +] 1262 - + 1263 - +[[package]] 1264 - +name = "tempfile" 1265 - +version = "2.2.0" 1266 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1267 - +checksum = "11ce2fe9db64b842314052e2421ac61a73ce41b898dc8e3750398b219c5fc1e0" 1268 - +dependencies = [ 1269 - + "kernel32-sys", 1270 - + "libc", 1271 - + "rand 0.3.23", 1272 - + "redox_syscall 0.1.57", 1273 - + "winapi 0.2.8", 1274 - +] 1275 - + 1276 - +[[package]] 1277 - +name = "tempfile" 1278 - +version = "3.2.0" 1279 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1280 - +checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22" 1281 - +dependencies = [ 1282 - + "cfg-if 1.0.0", 1283 - + "libc", 1284 - + "rand 0.8.3", 1285 - + "redox_syscall 0.2.5", 1286 - + "remove_dir_all", 1287 - + "winapi 0.3.9", 1288 - +] 1289 - + 1290 - +[[package]] 1291 - +name = "textwrap" 1292 - +version = "0.11.0" 1293 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1294 - +checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" 1295 - +dependencies = [ 1296 - + "unicode-width", 1297 - +] 1298 - + 1299 - +[[package]] 1300 - +name = "thread-id" 1301 - +version = "2.0.0" 1302 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1303 - +checksum = "a9539db560102d1cef46b8b78ce737ff0bb64e7e18d35b2a5688f7d097d0ff03" 1304 - +dependencies = [ 1305 - + "kernel32-sys", 1306 - + "libc", 1307 - +] 1308 - + 1309 - +[[package]] 1310 - +name = "thread_local" 1311 - +version = "0.2.7" 1312 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1313 - +checksum = "8576dbbfcaef9641452d5cf0df9b0e7eeab7694956dd33bb61515fb8f18cfdd5" 1314 - +dependencies = [ 1315 - + "thread-id", 1316 - +] 1317 - + 1318 - +[[package]] 1319 - +name = "thread_local" 1320 - +version = "0.3.6" 1321 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1322 - +checksum = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b" 1323 - +dependencies = [ 1324 - + "lazy_static", 1325 - +] 1326 - + 1327 - +[[package]] 1328 - +name = "time" 1329 - +version = "0.1.43" 1330 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1331 - +checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438" 1332 - +dependencies = [ 1333 - + "libc", 1334 - + "winapi 0.3.9", 1335 - +] 1336 - + 1337 - +[[package]] 1338 - +name = "tinyvec" 1339 - +version = "1.1.1" 1340 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1341 - +checksum = "317cca572a0e89c3ce0ca1f1bdc9369547fe318a683418e42ac8f59d14701023" 1342 - +dependencies = [ 1343 - + "tinyvec_macros", 1344 - +] 1345 - + 1346 - +[[package]] 1347 - +name = "tinyvec_macros" 1348 - +version = "0.1.0" 1349 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1350 - +checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" 1351 - + 1352 - +[[package]] 1353 - +name = "toml" 1354 - +version = "0.4.10" 1355 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1356 - +checksum = "758664fc71a3a69038656bee8b6be6477d2a6c315a6b81f7081f591bffa4111f" 1357 - +dependencies = [ 1358 - + "serde", 1359 - +] 1360 - + 1361 - +[[package]] 1362 - +name = "typenum" 1363 - +version = "1.13.0" 1364 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1365 - +checksum = "879f6906492a7cd215bfa4cf595b600146ccfac0c79bcbd1f3000162af5e8b06" 1366 - + 1367 - +[[package]] 1368 - +name = "ucd-util" 1369 - +version = "0.1.8" 1370 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1371 - +checksum = "c85f514e095d348c279b1e5cd76795082cf15bd59b93207832abe0b1d8fed236" 1372 - + 1373 - +[[package]] 1374 - +name = "unicode-bidi" 1375 - +version = "0.3.4" 1376 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1377 - +checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5" 1378 - +dependencies = [ 1379 - + "matches", 1380 - +] 1381 - + 1382 - +[[package]] 1383 - +name = "unicode-normalization" 1384 - +version = "0.1.17" 1385 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1386 - +checksum = "07fbfce1c8a97d547e8b5334978438d9d6ec8c20e38f56d4a4374d181493eaef" 1387 - +dependencies = [ 1388 - + "tinyvec", 1389 - +] 1390 - + 1391 - +[[package]] 1392 - +name = "unicode-width" 1393 - +version = "0.1.8" 1394 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1395 - +checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3" 1396 - + 1397 - +[[package]] 1398 - +name = "unicode-xid" 1399 - +version = "0.0.4" 1400 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1401 - +checksum = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc" 1402 - + 1403 - +[[package]] 1404 - +name = "unicode-xid" 1405 - +version = "0.2.1" 1406 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1407 - +checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564" 1408 - + 1409 - +[[package]] 1410 - +name = "url" 1411 - +version = "1.7.2" 1412 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1413 - +checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a" 1414 - +dependencies = [ 1415 - + "idna", 1416 - + "matches", 1417 - + "percent-encoding", 1418 - +] 1419 - + 1420 - +[[package]] 1421 - +name = "utf8-ranges" 1422 - +version = "0.1.3" 1423 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1424 - +checksum = "a1ca13c08c41c9c3e04224ed9ff80461d97e121589ff27c753a16cb10830ae0f" 1425 - + 1426 - +[[package]] 1427 - +name = "utf8-ranges" 1428 - +version = "1.0.4" 1429 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1430 - +checksum = "b4ae116fef2b7fea257ed6440d3cfcff7f190865f170cdad00bb6465bf18ecba" 1431 - + 1432 - +[[package]] 1433 - +name = "uuid" 1434 - +version = "0.6.5" 1435 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1436 - +checksum = "e1436e58182935dcd9ce0add9ea0b558e8a87befe01c1a301e6020aeb0876363" 1437 - +dependencies = [ 1438 - + "cfg-if 0.1.10", 1439 - +] 1440 - + 1441 - +[[package]] 1442 - +name = "uuid" 1443 - +version = "0.8.2" 1444 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1445 - +checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7" 1446 - + 1447 - +[[package]] 1448 - +name = "vcpkg" 1449 - +version = "0.2.11" 1450 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1451 - +checksum = "b00bca6106a5e23f3eee943593759b7fcddb00554332e856d990c893966879fb" 1452 - + 1453 - +[[package]] 1454 - +name = "vec_map" 1455 - +version = "0.8.2" 1456 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1457 - +checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" 1458 - + 1459 - +[[package]] 1460 - +name = "wasi" 1461 - +version = "0.10.2+wasi-snapshot-preview1" 1462 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1463 - +checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6" 1464 - + 1465 - +[[package]] 1466 - +name = "winapi" 1467 - +version = "0.2.8" 1468 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1469 - +checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" 1470 - + 1471 - +[[package]] 1472 - +name = "winapi" 1473 - +version = "0.3.9" 1474 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1475 - +checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 1476 - +dependencies = [ 1477 - + "winapi-i686-pc-windows-gnu", 1478 - + "winapi-x86_64-pc-windows-gnu", 1479 - +] 1480 - + 1481 - +[[package]] 1482 - +name = "winapi-build" 1483 - +version = "0.1.1" 1484 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1485 - +checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" 1486 - + 1487 - +[[package]] 1488 - +name = "winapi-i686-pc-windows-gnu" 1489 - +version = "0.4.0" 1490 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1491 - +checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 1492 - + 1493 - +[[package]] 1494 - +name = "winapi-x86_64-pc-windows-gnu" 1495 - +version = "0.4.0" 1496 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1497 - +checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
+38 -38
pkgs/development/tools/diesel-cli/default.nix
··· 1 - { stdenv, lib, rustPlatform, fetchFromGitHub, openssl, pkg-config, Security 2 - , sqliteSupport ? true, sqlite 3 - , postgresqlSupport ? true, postgresql 4 - , mysqlSupport ? true, mariadb, zlib, libiconv 1 + { lib 2 + , sqliteSupport ? true 3 + , postgresqlSupport ? true 4 + , mysqlSupport ? true 5 + , rustPlatform 6 + , fetchCrate 7 + , installShellFiles 8 + , pkg-config 9 + , openssl 10 + , stdenv 11 + , Security 12 + , libiconv 13 + , sqlite 14 + , postgresql 15 + , mariadb 16 + , zlib 5 17 }: 6 18 7 19 assert lib.assertMsg (sqliteSupport == true || postgresqlSupport == true || mysqlSupport == true) ··· 18 30 pname = "diesel-cli"; 19 31 version = "1.4.1"; 20 32 21 - src = fetchFromGitHub { 22 - owner = "diesel-rs"; 23 - repo = "diesel"; 24 - # diesel and diesel_cli are independently versioned. diesel_cli 25 - # 1.4.1 first became available in diesel 1.4.5, but we can use 26 - # a newer diesel tag. 27 - rev = "v1.4.6"; 28 - sha256 = "0c8a2f250mllzpr20j7j0msbf2csjf9dj8g7j6cl04ifdg7gwb9z"; 33 + src = fetchCrate { 34 + inherit version; 35 + crateName = "diesel_cli"; 36 + sha256 = "sha256-mRdDc4fHMkwkszY+2l8z1RSNMEQnrWI5/Y0Y2W+guQE="; 29 37 }; 30 38 31 - patches = [ 32 - # Fixes: 33 - # Compiling diesel v1.4.6 (/build/source/diesel) 34 - # error: this `#[deprecated]` annotation has no effect 35 - # --> diesel/src/query_builder/insert_statement/mod.rs:205:1 36 - # | 37 - # 205 | / #[deprecated( 38 - # 206 | | since = "1.2.0", 39 - # 207 | | note = "Use `<&'a [U] as Insertable<T>>::Values` instead" 40 - # 208 | | )] 41 - # | |__^ help: remove the unnecessary deprecation attribute 42 - # | 43 - # = note: `#[deny(useless_deprecated)]` on by default 44 - ./fix-deprecated.patch 45 - ]; 46 - 47 39 cargoBuildFlags = [ "--no-default-features" "--features" "${lib.concatStringsSep "," features}" ]; 48 - cargoPatches = [ ./cargo-lock.patch ]; 49 - cargoSha256 = "060r90dvdi0s5v3kjagsrrdb4arzzbkin8v5563rdpv0sq1pi3bm"; 40 + cargoSha256 = "sha256-sQ762Ss31sA5qALHzwkvwbfRXo00cCtqzQyoz3/zf6I="; 50 41 51 - nativeBuildInputs = [ pkg-config ]; 42 + nativeBuildInputs = [ installShellFiles pkg-config ]; 52 43 53 44 buildInputs = [ openssl ] 54 45 ++ optional stdenv.isDarwin Security ··· 57 48 ++ optional postgresqlSupport postgresql 58 49 ++ optionals mysqlSupport [ mariadb zlib ]; 59 50 60 - buildAndTestSubdir = "diesel_cli"; 61 - 62 - checkPhase = optionalString sqliteSupport '' 63 - (cd diesel_cli && cargo check --features sqlite) 51 + checkPhase = '' 52 + runHook preCheck 53 + '' + optionalString sqliteSupport '' 54 + cargo check --features sqlite 55 + '' + optionalString postgresqlSupport '' 56 + cargo check --features postgres 57 + '' + optionalString mysqlSupport '' 58 + cargo check --features mysql 59 + '' + '' 60 + runHook postCheck 64 61 ''; 65 62 66 - doInstallCheck = true; 67 - installCheckPhase = '' 68 - $out/bin/diesel --version 63 + postInstall = '' 64 + installShellCompletion --cmd diesel \ 65 + --bash <($out/bin/diesel completions bash) \ 66 + --fish <($out/bin/diesel completions fish) \ 67 + --zsh <($out/bin/diesel completions zsh) 69 68 ''; 70 69 71 70 # Fix the build with mariadb, which otherwise shows "error adding symbols: ··· 77 76 homepage = "https://github.com/diesel-rs/diesel/tree/master/diesel_cli"; 78 77 license = with licenses; [ mit asl20 ]; 79 78 maintainers = with maintainers; [ ]; 79 + mainProgram = "diesel"; 80 80 }; 81 81 }
-10
pkgs/development/tools/diesel-cli/fix-deprecated.patch
··· 1 - diff --git a/diesel/src/query_builder/insert_statement/mod.rs b/diesel/src/query_builder/insert_statement/mod.rs 2 - index b6bb34df9d..7486eb7a59 100644 3 - --- a/diesel/src/query_builder/insert_statement/mod.rs 4 - +++ b/diesel/src/query_builder/insert_statement/mod.rs 5 - @@ -1,3 +1,5 @@ 6 - +#![allow(useless_deprecated)] 7 - + 8 - mod column_list; 9 - mod insert_from_select; 10 -
-19
pkgs/development/tools/diesel-cli/update-cargo-lock.sh
··· 1 - #!/bin/sh 2 - 3 - # This updates cargo-lock.patch for the diesel version listed in default.nix. 4 - 5 - set -eu -o verbose 6 - 7 - here=$PWD 8 - version=$(cat default.nix | grep '^ version = "' | cut -d '"' -f 2) 9 - checkout=$(mktemp -d) 10 - git clone -b "v$version" --depth=1 https://github.com/diesel-rs/diesel "$checkout" 11 - cd "$checkout" 12 - 13 - rm -f rust-toolchain 14 - cargo generate-lockfile 15 - git add -f Cargo.lock 16 - git diff HEAD -- Cargo.lock > "$here"/cargo-lock.patch 17 - 18 - cd "$here" 19 - rm -rf "$checkout"
-419
pkgs/development/tools/rust/cargo-binutils/Cargo.lock
··· 1 - # This file is automatically @generated by Cargo. 2 - # It is not intended for manual editing. 3 - [[package]] 4 - name = "addr2line" 5 - version = "0.14.1" 6 - source = "registry+https://github.com/rust-lang/crates.io-index" 7 - checksum = "a55f82cfe485775d02112886f4169bde0c5894d75e79ead7eafe7e40a25e45f7" 8 - dependencies = [ 9 - "gimli", 10 - ] 11 - 12 - [[package]] 13 - name = "adler" 14 - version = "0.2.3" 15 - source = "registry+https://github.com/rust-lang/crates.io-index" 16 - checksum = "ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e" 17 - 18 - [[package]] 19 - name = "aho-corasick" 20 - version = "0.7.15" 21 - source = "registry+https://github.com/rust-lang/crates.io-index" 22 - checksum = "7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5" 23 - dependencies = [ 24 - "memchr", 25 - ] 26 - 27 - [[package]] 28 - name = "ansi_term" 29 - version = "0.11.0" 30 - source = "registry+https://github.com/rust-lang/crates.io-index" 31 - checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" 32 - dependencies = [ 33 - "winapi", 34 - ] 35 - 36 - [[package]] 37 - name = "anyhow" 38 - version = "1.0.37" 39 - source = "registry+https://github.com/rust-lang/crates.io-index" 40 - checksum = "ee67c11feeac938fae061b232e38e0b6d94f97a9df10e6271319325ac4c56a86" 41 - 42 - [[package]] 43 - name = "atty" 44 - version = "0.2.14" 45 - source = "registry+https://github.com/rust-lang/crates.io-index" 46 - checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 47 - dependencies = [ 48 - "hermit-abi", 49 - "libc", 50 - "winapi", 51 - ] 52 - 53 - [[package]] 54 - name = "autocfg" 55 - version = "1.0.1" 56 - source = "registry+https://github.com/rust-lang/crates.io-index" 57 - checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a" 58 - 59 - [[package]] 60 - name = "backtrace" 61 - version = "0.3.55" 62 - source = "registry+https://github.com/rust-lang/crates.io-index" 63 - checksum = "ef5140344c85b01f9bbb4d4b7288a8aa4b3287ccef913a14bcc78a1063623598" 64 - dependencies = [ 65 - "addr2line", 66 - "cfg-if", 67 - "libc", 68 - "miniz_oxide", 69 - "object", 70 - "rustc-demangle", 71 - ] 72 - 73 - [[package]] 74 - name = "bitflags" 75 - version = "1.2.1" 76 - source = "registry+https://github.com/rust-lang/crates.io-index" 77 - checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" 78 - 79 - [[package]] 80 - name = "cargo-binutils" 81 - version = "0.3.3" 82 - dependencies = [ 83 - "anyhow", 84 - "cargo_metadata", 85 - "clap", 86 - "regex", 87 - "rustc-cfg", 88 - "rustc-demangle", 89 - "rustc_version", 90 - "serde", 91 - "toml", 92 - ] 93 - 94 - [[package]] 95 - name = "cargo_metadata" 96 - version = "0.11.4" 97 - source = "registry+https://github.com/rust-lang/crates.io-index" 98 - checksum = "a3a567c24b86754d629addc2db89e340ac9398d07b5875efcff837e3878e17ec" 99 - dependencies = [ 100 - "semver 0.10.0", 101 - "serde", 102 - "serde_json", 103 - ] 104 - 105 - [[package]] 106 - name = "cfg-if" 107 - version = "1.0.0" 108 - source = "registry+https://github.com/rust-lang/crates.io-index" 109 - checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 110 - 111 - [[package]] 112 - name = "clap" 113 - version = "2.33.3" 114 - source = "registry+https://github.com/rust-lang/crates.io-index" 115 - checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002" 116 - dependencies = [ 117 - "ansi_term", 118 - "atty", 119 - "bitflags", 120 - "strsim", 121 - "textwrap", 122 - "unicode-width", 123 - "vec_map", 124 - ] 125 - 126 - [[package]] 127 - name = "failure" 128 - version = "0.1.8" 129 - source = "registry+https://github.com/rust-lang/crates.io-index" 130 - checksum = "d32e9bd16cc02eae7db7ef620b392808b89f6a5e16bb3497d159c6b92a0f4f86" 131 - dependencies = [ 132 - "backtrace", 133 - "failure_derive", 134 - ] 135 - 136 - [[package]] 137 - name = "failure_derive" 138 - version = "0.1.8" 139 - source = "registry+https://github.com/rust-lang/crates.io-index" 140 - checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4" 141 - dependencies = [ 142 - "proc-macro2", 143 - "quote", 144 - "syn", 145 - "synstructure", 146 - ] 147 - 148 - [[package]] 149 - name = "gimli" 150 - version = "0.23.0" 151 - source = "registry+https://github.com/rust-lang/crates.io-index" 152 - checksum = "f6503fe142514ca4799d4c26297c4248239fe8838d827db6bd6065c6ed29a6ce" 153 - 154 - [[package]] 155 - name = "hermit-abi" 156 - version = "0.1.17" 157 - source = "registry+https://github.com/rust-lang/crates.io-index" 158 - checksum = "5aca5565f760fb5b220e499d72710ed156fdb74e631659e99377d9ebfbd13ae8" 159 - dependencies = [ 160 - "libc", 161 - ] 162 - 163 - [[package]] 164 - name = "itoa" 165 - version = "0.4.7" 166 - source = "registry+https://github.com/rust-lang/crates.io-index" 167 - checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736" 168 - 169 - [[package]] 170 - name = "lazy_static" 171 - version = "1.4.0" 172 - source = "registry+https://github.com/rust-lang/crates.io-index" 173 - checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 174 - 175 - [[package]] 176 - name = "libc" 177 - version = "0.2.81" 178 - source = "registry+https://github.com/rust-lang/crates.io-index" 179 - checksum = "1482821306169ec4d07f6aca392a4681f66c75c9918aa49641a2595db64053cb" 180 - 181 - [[package]] 182 - name = "memchr" 183 - version = "2.3.4" 184 - source = "registry+https://github.com/rust-lang/crates.io-index" 185 - checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525" 186 - 187 - [[package]] 188 - name = "miniz_oxide" 189 - version = "0.4.3" 190 - source = "registry+https://github.com/rust-lang/crates.io-index" 191 - checksum = "0f2d26ec3309788e423cfbf68ad1800f061638098d76a83681af979dc4eda19d" 192 - dependencies = [ 193 - "adler", 194 - "autocfg", 195 - ] 196 - 197 - [[package]] 198 - name = "object" 199 - version = "0.22.0" 200 - source = "registry+https://github.com/rust-lang/crates.io-index" 201 - checksum = "8d3b63360ec3cb337817c2dbd47ab4a0f170d285d8e5a2064600f3def1402397" 202 - 203 - [[package]] 204 - name = "proc-macro2" 205 - version = "1.0.24" 206 - source = "registry+https://github.com/rust-lang/crates.io-index" 207 - checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71" 208 - dependencies = [ 209 - "unicode-xid", 210 - ] 211 - 212 - [[package]] 213 - name = "quote" 214 - version = "1.0.8" 215 - source = "registry+https://github.com/rust-lang/crates.io-index" 216 - checksum = "991431c3519a3f36861882da93630ce66b52918dcf1b8e2fd66b397fc96f28df" 217 - dependencies = [ 218 - "proc-macro2", 219 - ] 220 - 221 - [[package]] 222 - name = "regex" 223 - version = "1.4.2" 224 - source = "registry+https://github.com/rust-lang/crates.io-index" 225 - checksum = "38cf2c13ed4745de91a5eb834e11c00bcc3709e773173b2ce4c56c9fbde04b9c" 226 - dependencies = [ 227 - "aho-corasick", 228 - "memchr", 229 - "regex-syntax", 230 - "thread_local", 231 - ] 232 - 233 - [[package]] 234 - name = "regex-syntax" 235 - version = "0.6.21" 236 - source = "registry+https://github.com/rust-lang/crates.io-index" 237 - checksum = "3b181ba2dcf07aaccad5448e8ead58db5b742cf85dfe035e2227f137a539a189" 238 - 239 - [[package]] 240 - name = "rustc-cfg" 241 - version = "0.4.0" 242 - source = "registry+https://github.com/rust-lang/crates.io-index" 243 - checksum = "8ad221fe7cd09334f8735dcc157b1178e343f43dfaefcd1b09d7fd4fc0921b6f" 244 - dependencies = [ 245 - "failure", 246 - ] 247 - 248 - [[package]] 249 - name = "rustc-demangle" 250 - version = "0.1.18" 251 - source = "registry+https://github.com/rust-lang/crates.io-index" 252 - checksum = "6e3bad0ee36814ca07d7968269dd4b7ec89ec2da10c4bb613928d3077083c232" 253 - 254 - [[package]] 255 - name = "rustc_version" 256 - version = "0.2.3" 257 - source = "registry+https://github.com/rust-lang/crates.io-index" 258 - checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" 259 - dependencies = [ 260 - "semver 0.9.0", 261 - ] 262 - 263 - [[package]] 264 - name = "ryu" 265 - version = "1.0.5" 266 - source = "registry+https://github.com/rust-lang/crates.io-index" 267 - checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e" 268 - 269 - [[package]] 270 - name = "semver" 271 - version = "0.9.0" 272 - source = "registry+https://github.com/rust-lang/crates.io-index" 273 - checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" 274 - dependencies = [ 275 - "semver-parser", 276 - ] 277 - 278 - [[package]] 279 - name = "semver" 280 - version = "0.10.0" 281 - source = "registry+https://github.com/rust-lang/crates.io-index" 282 - checksum = "394cec28fa623e00903caf7ba4fa6fb9a0e260280bb8cdbbba029611108a0190" 283 - dependencies = [ 284 - "semver-parser", 285 - "serde", 286 - ] 287 - 288 - [[package]] 289 - name = "semver-parser" 290 - version = "0.7.0" 291 - source = "registry+https://github.com/rust-lang/crates.io-index" 292 - checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" 293 - 294 - [[package]] 295 - name = "serde" 296 - version = "1.0.118" 297 - source = "registry+https://github.com/rust-lang/crates.io-index" 298 - checksum = "06c64263859d87aa2eb554587e2d23183398d617427327cf2b3d0ed8c69e4800" 299 - dependencies = [ 300 - "serde_derive", 301 - ] 302 - 303 - [[package]] 304 - name = "serde_derive" 305 - version = "1.0.118" 306 - source = "registry+https://github.com/rust-lang/crates.io-index" 307 - checksum = "c84d3526699cd55261af4b941e4e725444df67aa4f9e6a3564f18030d12672df" 308 - dependencies = [ 309 - "proc-macro2", 310 - "quote", 311 - "syn", 312 - ] 313 - 314 - [[package]] 315 - name = "serde_json" 316 - version = "1.0.61" 317 - source = "registry+https://github.com/rust-lang/crates.io-index" 318 - checksum = "4fceb2595057b6891a4ee808f70054bd2d12f0e97f1cbb78689b59f676df325a" 319 - dependencies = [ 320 - "itoa", 321 - "ryu", 322 - "serde", 323 - ] 324 - 325 - [[package]] 326 - name = "strsim" 327 - version = "0.8.0" 328 - source = "registry+https://github.com/rust-lang/crates.io-index" 329 - checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" 330 - 331 - [[package]] 332 - name = "syn" 333 - version = "1.0.57" 334 - source = "registry+https://github.com/rust-lang/crates.io-index" 335 - checksum = "4211ce9909eb971f111059df92c45640aad50a619cf55cd76476be803c4c68e6" 336 - dependencies = [ 337 - "proc-macro2", 338 - "quote", 339 - "unicode-xid", 340 - ] 341 - 342 - [[package]] 343 - name = "synstructure" 344 - version = "0.12.4" 345 - source = "registry+https://github.com/rust-lang/crates.io-index" 346 - checksum = "b834f2d66f734cb897113e34aaff2f1ab4719ca946f9a7358dba8f8064148701" 347 - dependencies = [ 348 - "proc-macro2", 349 - "quote", 350 - "syn", 351 - "unicode-xid", 352 - ] 353 - 354 - [[package]] 355 - name = "textwrap" 356 - version = "0.11.0" 357 - source = "registry+https://github.com/rust-lang/crates.io-index" 358 - checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" 359 - dependencies = [ 360 - "unicode-width", 361 - ] 362 - 363 - [[package]] 364 - name = "thread_local" 365 - version = "1.0.1" 366 - source = "registry+https://github.com/rust-lang/crates.io-index" 367 - checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14" 368 - dependencies = [ 369 - "lazy_static", 370 - ] 371 - 372 - [[package]] 373 - name = "toml" 374 - version = "0.5.8" 375 - source = "registry+https://github.com/rust-lang/crates.io-index" 376 - checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa" 377 - dependencies = [ 378 - "serde", 379 - ] 380 - 381 - [[package]] 382 - name = "unicode-width" 383 - version = "0.1.8" 384 - source = "registry+https://github.com/rust-lang/crates.io-index" 385 - checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3" 386 - 387 - [[package]] 388 - name = "unicode-xid" 389 - version = "0.2.1" 390 - source = "registry+https://github.com/rust-lang/crates.io-index" 391 - checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564" 392 - 393 - [[package]] 394 - name = "vec_map" 395 - version = "0.8.2" 396 - source = "registry+https://github.com/rust-lang/crates.io-index" 397 - checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" 398 - 399 - [[package]] 400 - name = "winapi" 401 - version = "0.3.9" 402 - source = "registry+https://github.com/rust-lang/crates.io-index" 403 - checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 404 - dependencies = [ 405 - "winapi-i686-pc-windows-gnu", 406 - "winapi-x86_64-pc-windows-gnu", 407 - ] 408 - 409 - [[package]] 410 - name = "winapi-i686-pc-windows-gnu" 411 - version = "0.4.0" 412 - source = "registry+https://github.com/rust-lang/crates.io-index" 413 - checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 414 - 415 - [[package]] 416 - name = "winapi-x86_64-pc-windows-gnu" 417 - version = "0.4.0" 418 - source = "registry+https://github.com/rust-lang/crates.io-index" 419 - checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
+8 -18
pkgs/development/tools/rust/cargo-binutils/default.nix
··· 1 - { lib, fetchFromGitHub, rustPlatform, runCommand }: 1 + { lib, rustPlatform, fetchCrate }: 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "cargo-binutils"; 5 5 version = "0.3.3"; 6 6 7 - # Upstream doesn't commit `Cargo.lock`, see https://github.com/rust-embedded/cargo-binutils/pull/99 8 - src = 9 - let 10 - repo = fetchFromGitHub { 11 - owner = "rust-embedded"; 12 - repo = pname; 13 - rev = "v${version}"; 14 - sha256 = "sha256-Dgn+f4aSsDSh+RC8yvt3ydkdtwib5jEVsnZkod5c7Vo="; 15 - }; 16 - in 17 - runCommand "source" { } '' 18 - cp -R ${repo} $out 19 - chmod -R +w $out 20 - cp ${./Cargo.lock} $out/Cargo.lock 21 - ''; 7 + src = fetchCrate { 8 + inherit pname version; 9 + sha256 = "sha256-1sJ+vi78lZsYEQBDyUzifdiU47R1Z6Y8ejNI9h5U+Ao="; 10 + }; 22 11 23 - cargoSha256 = "sha256-6du86HxkDQAeIXScXBKuv0j4YZiG4O6IwVIXZnJgTO8="; 12 + cargoSha256 = "sha256-kZhxKwSEI24LNJ9lPPjtX5etE0XeqaVN7h3HTzpoAY0="; 24 13 25 14 meta = with lib; { 26 - description = "Cargo subcommands to invoke the LLVM tools shipped with the Rust toolchain."; 15 + description = "Cargo subcommands to invoke the LLVM tools shipped with the Rust toolchain"; 27 16 longDescription = '' 28 17 In order for this to work, you either need to run `rustup component add llvm-tools-preview` or install the `llvm-tools-preview` component using your Nix library (e.g. nixpkgs-mozilla, or rust-overlay) 29 18 ''; 30 19 homepage = "https://github.com/rust-embedded/cargo-binutils"; 20 + changelog = "https://github.com/rust-embedded/cargo-binutils/blob/v${version}/CHANGELOG.md"; 31 21 license = with licenses; [ asl20 mit ]; 32 22 maintainers = with maintainers; [ stupremee ]; 33 23 };
-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"
-791
pkgs/tools/misc/bottom-rs/cargo-lock.patch
··· 1 - diff --git a/Cargo.lock b/Cargo.lock 2 - new file mode 100644 3 - index 0000000..edc9428 4 - --- /dev/null 5 - +++ b/Cargo.lock 6 - @@ -0,0 +1,785 @@ 7 - +# This file is automatically @generated by Cargo. 8 - +# It is not intended for manual editing. 9 - +[[package]] 10 - +name = "ansi_term" 11 - +version = "0.11.0" 12 - +source = "registry+https://github.com/rust-lang/crates.io-index" 13 - +checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" 14 - +dependencies = [ 15 - + "winapi", 16 - +] 17 - + 18 - +[[package]] 19 - +name = "anyhow" 20 - +version = "1.0.40" 21 - +source = "registry+https://github.com/rust-lang/crates.io-index" 22 - +checksum = "28b2cd92db5cbd74e8e5028f7e27dd7aa3090e89e4f2a197cc7c8dfb69c7063b" 23 - + 24 - +[[package]] 25 - +name = "atty" 26 - +version = "0.2.14" 27 - +source = "registry+https://github.com/rust-lang/crates.io-index" 28 - +checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 29 - +dependencies = [ 30 - + "hermit-abi", 31 - + "libc", 32 - + "winapi", 33 - +] 34 - + 35 - +[[package]] 36 - +name = "autocfg" 37 - +version = "1.0.1" 38 - +source = "registry+https://github.com/rust-lang/crates.io-index" 39 - +checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a" 40 - + 41 - +[[package]] 42 - +name = "bitflags" 43 - +version = "1.2.1" 44 - +source = "registry+https://github.com/rust-lang/crates.io-index" 45 - +checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" 46 - + 47 - +[[package]] 48 - +name = "bottom-bench" 49 - +version = "0.1.0" 50 - +dependencies = [ 51 - + "bottomify", 52 - + "criterion", 53 - +] 54 - + 55 - +[[package]] 56 - +name = "bottomify" 57 - +version = "1.2.0" 58 - +dependencies = [ 59 - + "anyhow", 60 - + "clap", 61 - + "phf", 62 - + "phf_codegen", 63 - +] 64 - + 65 - +[[package]] 66 - +name = "bstr" 67 - +version = "0.2.15" 68 - +source = "registry+https://github.com/rust-lang/crates.io-index" 69 - +checksum = "a40b47ad93e1a5404e6c18dec46b628214fee441c70f4ab5d6942142cc268a3d" 70 - +dependencies = [ 71 - + "lazy_static", 72 - + "memchr", 73 - + "regex-automata", 74 - + "serde", 75 - +] 76 - + 77 - +[[package]] 78 - +name = "bumpalo" 79 - +version = "3.6.1" 80 - +source = "registry+https://github.com/rust-lang/crates.io-index" 81 - +checksum = "63396b8a4b9de3f4fdfb320ab6080762242f66a8ef174c49d8e19b674db4cdbe" 82 - + 83 - +[[package]] 84 - +name = "byteorder" 85 - +version = "1.4.3" 86 - +source = "registry+https://github.com/rust-lang/crates.io-index" 87 - +checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" 88 - + 89 - +[[package]] 90 - +name = "cast" 91 - +version = "0.2.5" 92 - +source = "registry+https://github.com/rust-lang/crates.io-index" 93 - +checksum = "cc38c385bfd7e444464011bb24820f40dd1c76bcdfa1b78611cb7c2e5cafab75" 94 - +dependencies = [ 95 - + "rustc_version", 96 - +] 97 - + 98 - +[[package]] 99 - +name = "cfg-if" 100 - +version = "1.0.0" 101 - +source = "registry+https://github.com/rust-lang/crates.io-index" 102 - +checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 103 - + 104 - +[[package]] 105 - +name = "clap" 106 - +version = "2.33.3" 107 - +source = "registry+https://github.com/rust-lang/crates.io-index" 108 - +checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002" 109 - +dependencies = [ 110 - + "ansi_term", 111 - + "atty", 112 - + "bitflags", 113 - + "strsim", 114 - + "textwrap", 115 - + "unicode-width", 116 - + "vec_map", 117 - +] 118 - + 119 - +[[package]] 120 - +name = "criterion" 121 - +version = "0.3.4" 122 - +source = "registry+https://github.com/rust-lang/crates.io-index" 123 - +checksum = "ab327ed7354547cc2ef43cbe20ef68b988e70b4b593cbd66a2a61733123a3d23" 124 - +dependencies = [ 125 - + "atty", 126 - + "cast", 127 - + "clap", 128 - + "criterion-plot", 129 - + "csv", 130 - + "itertools 0.10.0", 131 - + "lazy_static", 132 - + "num-traits", 133 - + "oorandom", 134 - + "plotters", 135 - + "rayon", 136 - + "regex", 137 - + "serde", 138 - + "serde_cbor", 139 - + "serde_derive", 140 - + "serde_json", 141 - + "tinytemplate", 142 - + "walkdir", 143 - +] 144 - + 145 - +[[package]] 146 - +name = "criterion-plot" 147 - +version = "0.4.3" 148 - +source = "registry+https://github.com/rust-lang/crates.io-index" 149 - +checksum = "e022feadec601fba1649cfa83586381a4ad31c6bf3a9ab7d408118b05dd9889d" 150 - +dependencies = [ 151 - + "cast", 152 - + "itertools 0.9.0", 153 - +] 154 - + 155 - +[[package]] 156 - +name = "crossbeam-channel" 157 - +version = "0.5.1" 158 - +source = "registry+https://github.com/rust-lang/crates.io-index" 159 - +checksum = "06ed27e177f16d65f0f0c22a213e17c696ace5dd64b14258b52f9417ccb52db4" 160 - +dependencies = [ 161 - + "cfg-if", 162 - + "crossbeam-utils", 163 - +] 164 - + 165 - +[[package]] 166 - +name = "crossbeam-deque" 167 - +version = "0.8.0" 168 - +source = "registry+https://github.com/rust-lang/crates.io-index" 169 - +checksum = "94af6efb46fef72616855b036a624cf27ba656ffc9be1b9a3c931cfc7749a9a9" 170 - +dependencies = [ 171 - + "cfg-if", 172 - + "crossbeam-epoch", 173 - + "crossbeam-utils", 174 - +] 175 - + 176 - +[[package]] 177 - +name = "crossbeam-epoch" 178 - +version = "0.9.3" 179 - +source = "registry+https://github.com/rust-lang/crates.io-index" 180 - +checksum = "2584f639eb95fea8c798496315b297cf81b9b58b6d30ab066a75455333cf4b12" 181 - +dependencies = [ 182 - + "cfg-if", 183 - + "crossbeam-utils", 184 - + "lazy_static", 185 - + "memoffset", 186 - + "scopeguard", 187 - +] 188 - + 189 - +[[package]] 190 - +name = "crossbeam-utils" 191 - +version = "0.8.3" 192 - +source = "registry+https://github.com/rust-lang/crates.io-index" 193 - +checksum = "e7e9d99fa91428effe99c5c6d4634cdeba32b8cf784fc428a2a687f61a952c49" 194 - +dependencies = [ 195 - + "autocfg", 196 - + "cfg-if", 197 - + "lazy_static", 198 - +] 199 - + 200 - +[[package]] 201 - +name = "csv" 202 - +version = "1.1.6" 203 - +source = "registry+https://github.com/rust-lang/crates.io-index" 204 - +checksum = "22813a6dc45b335f9bade10bf7271dc477e81113e89eb251a0bc2a8a81c536e1" 205 - +dependencies = [ 206 - + "bstr", 207 - + "csv-core", 208 - + "itoa", 209 - + "ryu", 210 - + "serde", 211 - +] 212 - + 213 - +[[package]] 214 - +name = "csv-core" 215 - +version = "0.1.10" 216 - +source = "registry+https://github.com/rust-lang/crates.io-index" 217 - +checksum = "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90" 218 - +dependencies = [ 219 - + "memchr", 220 - +] 221 - + 222 - +[[package]] 223 - +name = "either" 224 - +version = "1.6.1" 225 - +source = "registry+https://github.com/rust-lang/crates.io-index" 226 - +checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457" 227 - + 228 - +[[package]] 229 - +name = "getrandom" 230 - +version = "0.1.16" 231 - +source = "registry+https://github.com/rust-lang/crates.io-index" 232 - +checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" 233 - +dependencies = [ 234 - + "cfg-if", 235 - + "libc", 236 - + "wasi", 237 - +] 238 - + 239 - +[[package]] 240 - +name = "half" 241 - +version = "1.7.1" 242 - +source = "registry+https://github.com/rust-lang/crates.io-index" 243 - +checksum = "62aca2aba2d62b4a7f5b33f3712cb1b0692779a56fb510499d5c0aa594daeaf3" 244 - + 245 - +[[package]] 246 - +name = "hermit-abi" 247 - +version = "0.1.18" 248 - +source = "registry+https://github.com/rust-lang/crates.io-index" 249 - +checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c" 250 - +dependencies = [ 251 - + "libc", 252 - +] 253 - + 254 - +[[package]] 255 - +name = "itertools" 256 - +version = "0.9.0" 257 - +source = "registry+https://github.com/rust-lang/crates.io-index" 258 - +checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b" 259 - +dependencies = [ 260 - + "either", 261 - +] 262 - + 263 - +[[package]] 264 - +name = "itertools" 265 - +version = "0.10.0" 266 - +source = "registry+https://github.com/rust-lang/crates.io-index" 267 - +checksum = "37d572918e350e82412fe766d24b15e6682fb2ed2bbe018280caa810397cb319" 268 - +dependencies = [ 269 - + "either", 270 - +] 271 - + 272 - +[[package]] 273 - +name = "itoa" 274 - +version = "0.4.7" 275 - +source = "registry+https://github.com/rust-lang/crates.io-index" 276 - +checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736" 277 - + 278 - +[[package]] 279 - +name = "js-sys" 280 - +version = "0.3.50" 281 - +source = "registry+https://github.com/rust-lang/crates.io-index" 282 - +checksum = "2d99f9e3e84b8f67f846ef5b4cbbc3b1c29f6c759fcbce6f01aa0e73d932a24c" 283 - +dependencies = [ 284 - + "wasm-bindgen", 285 - +] 286 - + 287 - +[[package]] 288 - +name = "lazy_static" 289 - +version = "1.4.0" 290 - +source = "registry+https://github.com/rust-lang/crates.io-index" 291 - +checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 292 - + 293 - +[[package]] 294 - +name = "libc" 295 - +version = "0.2.94" 296 - +source = "registry+https://github.com/rust-lang/crates.io-index" 297 - +checksum = "18794a8ad5b29321f790b55d93dfba91e125cb1a9edbd4f8e3150acc771c1a5e" 298 - + 299 - +[[package]] 300 - +name = "log" 301 - +version = "0.4.14" 302 - +source = "registry+https://github.com/rust-lang/crates.io-index" 303 - +checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710" 304 - +dependencies = [ 305 - + "cfg-if", 306 - +] 307 - + 308 - +[[package]] 309 - +name = "memchr" 310 - +version = "2.3.4" 311 - +source = "registry+https://github.com/rust-lang/crates.io-index" 312 - +checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525" 313 - + 314 - +[[package]] 315 - +name = "memoffset" 316 - +version = "0.6.3" 317 - +source = "registry+https://github.com/rust-lang/crates.io-index" 318 - +checksum = "f83fb6581e8ed1f85fd45c116db8405483899489e38406156c25eb743554361d" 319 - +dependencies = [ 320 - + "autocfg", 321 - +] 322 - + 323 - +[[package]] 324 - +name = "num-traits" 325 - +version = "0.2.14" 326 - +source = "registry+https://github.com/rust-lang/crates.io-index" 327 - +checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290" 328 - +dependencies = [ 329 - + "autocfg", 330 - +] 331 - + 332 - +[[package]] 333 - +name = "num_cpus" 334 - +version = "1.13.0" 335 - +source = "registry+https://github.com/rust-lang/crates.io-index" 336 - +checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3" 337 - +dependencies = [ 338 - + "hermit-abi", 339 - + "libc", 340 - +] 341 - + 342 - +[[package]] 343 - +name = "oorandom" 344 - +version = "11.1.3" 345 - +source = "registry+https://github.com/rust-lang/crates.io-index" 346 - +checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575" 347 - + 348 - +[[package]] 349 - +name = "phf" 350 - +version = "0.8.0" 351 - +source = "registry+https://github.com/rust-lang/crates.io-index" 352 - +checksum = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12" 353 - +dependencies = [ 354 - + "phf_shared", 355 - +] 356 - + 357 - +[[package]] 358 - +name = "phf_codegen" 359 - +version = "0.8.0" 360 - +source = "registry+https://github.com/rust-lang/crates.io-index" 361 - +checksum = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815" 362 - +dependencies = [ 363 - + "phf_generator", 364 - + "phf_shared", 365 - +] 366 - + 367 - +[[package]] 368 - +name = "phf_generator" 369 - +version = "0.8.0" 370 - +source = "registry+https://github.com/rust-lang/crates.io-index" 371 - +checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526" 372 - +dependencies = [ 373 - + "phf_shared", 374 - + "rand", 375 - +] 376 - + 377 - +[[package]] 378 - +name = "phf_shared" 379 - +version = "0.8.0" 380 - +source = "registry+https://github.com/rust-lang/crates.io-index" 381 - +checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7" 382 - +dependencies = [ 383 - + "siphasher", 384 - +] 385 - + 386 - +[[package]] 387 - +name = "plotters" 388 - +version = "0.3.0" 389 - +source = "registry+https://github.com/rust-lang/crates.io-index" 390 - +checksum = "45ca0ae5f169d0917a7c7f5a9c1a3d3d9598f18f529dd2b8373ed988efea307a" 391 - +dependencies = [ 392 - + "num-traits", 393 - + "plotters-backend", 394 - + "plotters-svg", 395 - + "wasm-bindgen", 396 - + "web-sys", 397 - +] 398 - + 399 - +[[package]] 400 - +name = "plotters-backend" 401 - +version = "0.3.0" 402 - +source = "registry+https://github.com/rust-lang/crates.io-index" 403 - +checksum = "b07fffcddc1cb3a1de753caa4e4df03b79922ba43cf882acc1bdd7e8df9f4590" 404 - + 405 - +[[package]] 406 - +name = "plotters-svg" 407 - +version = "0.3.0" 408 - +source = "registry+https://github.com/rust-lang/crates.io-index" 409 - +checksum = "b38a02e23bd9604b842a812063aec4ef702b57989c37b655254bb61c471ad211" 410 - +dependencies = [ 411 - + "plotters-backend", 412 - +] 413 - + 414 - +[[package]] 415 - +name = "ppv-lite86" 416 - +version = "0.2.10" 417 - +source = "registry+https://github.com/rust-lang/crates.io-index" 418 - +checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857" 419 - + 420 - +[[package]] 421 - +name = "proc-macro2" 422 - +version = "1.0.26" 423 - +source = "registry+https://github.com/rust-lang/crates.io-index" 424 - +checksum = "a152013215dca273577e18d2bf00fa862b89b24169fb78c4c95aeb07992c9cec" 425 - +dependencies = [ 426 - + "unicode-xid", 427 - +] 428 - + 429 - +[[package]] 430 - +name = "quote" 431 - +version = "1.0.9" 432 - +source = "registry+https://github.com/rust-lang/crates.io-index" 433 - +checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7" 434 - +dependencies = [ 435 - + "proc-macro2", 436 - +] 437 - + 438 - +[[package]] 439 - +name = "rand" 440 - +version = "0.7.3" 441 - +source = "registry+https://github.com/rust-lang/crates.io-index" 442 - +checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" 443 - +dependencies = [ 444 - + "getrandom", 445 - + "libc", 446 - + "rand_chacha", 447 - + "rand_core", 448 - + "rand_hc", 449 - + "rand_pcg", 450 - +] 451 - + 452 - +[[package]] 453 - +name = "rand_chacha" 454 - +version = "0.2.2" 455 - +source = "registry+https://github.com/rust-lang/crates.io-index" 456 - +checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" 457 - +dependencies = [ 458 - + "ppv-lite86", 459 - + "rand_core", 460 - +] 461 - + 462 - +[[package]] 463 - +name = "rand_core" 464 - +version = "0.5.1" 465 - +source = "registry+https://github.com/rust-lang/crates.io-index" 466 - +checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" 467 - +dependencies = [ 468 - + "getrandom", 469 - +] 470 - + 471 - +[[package]] 472 - +name = "rand_hc" 473 - +version = "0.2.0" 474 - +source = "registry+https://github.com/rust-lang/crates.io-index" 475 - +checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" 476 - +dependencies = [ 477 - + "rand_core", 478 - +] 479 - + 480 - +[[package]] 481 - +name = "rand_pcg" 482 - +version = "0.2.1" 483 - +source = "registry+https://github.com/rust-lang/crates.io-index" 484 - +checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429" 485 - +dependencies = [ 486 - + "rand_core", 487 - +] 488 - + 489 - +[[package]] 490 - +name = "rayon" 491 - +version = "1.5.0" 492 - +source = "registry+https://github.com/rust-lang/crates.io-index" 493 - +checksum = "8b0d8e0819fadc20c74ea8373106ead0600e3a67ef1fe8da56e39b9ae7275674" 494 - +dependencies = [ 495 - + "autocfg", 496 - + "crossbeam-deque", 497 - + "either", 498 - + "rayon-core", 499 - +] 500 - + 501 - +[[package]] 502 - +name = "rayon-core" 503 - +version = "1.9.0" 504 - +source = "registry+https://github.com/rust-lang/crates.io-index" 505 - +checksum = "9ab346ac5921dc62ffa9f89b7a773907511cdfa5490c572ae9be1be33e8afa4a" 506 - +dependencies = [ 507 - + "crossbeam-channel", 508 - + "crossbeam-deque", 509 - + "crossbeam-utils", 510 - + "lazy_static", 511 - + "num_cpus", 512 - +] 513 - + 514 - +[[package]] 515 - +name = "regex" 516 - +version = "1.4.6" 517 - +source = "registry+https://github.com/rust-lang/crates.io-index" 518 - +checksum = "2a26af418b574bd56588335b3a3659a65725d4e636eb1016c2f9e3b38c7cc759" 519 - +dependencies = [ 520 - + "regex-syntax", 521 - +] 522 - + 523 - +[[package]] 524 - +name = "regex-automata" 525 - +version = "0.1.9" 526 - +source = "registry+https://github.com/rust-lang/crates.io-index" 527 - +checksum = "ae1ded71d66a4a97f5e961fd0cb25a5f366a42a41570d16a763a69c092c26ae4" 528 - +dependencies = [ 529 - + "byteorder", 530 - +] 531 - + 532 - +[[package]] 533 - +name = "regex-syntax" 534 - +version = "0.6.23" 535 - +source = "registry+https://github.com/rust-lang/crates.io-index" 536 - +checksum = "24d5f089152e60f62d28b835fbff2cd2e8dc0baf1ac13343bef92ab7eed84548" 537 - + 538 - +[[package]] 539 - +name = "rustc_version" 540 - +version = "0.2.3" 541 - +source = "registry+https://github.com/rust-lang/crates.io-index" 542 - +checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" 543 - +dependencies = [ 544 - + "semver", 545 - +] 546 - + 547 - +[[package]] 548 - +name = "ryu" 549 - +version = "1.0.5" 550 - +source = "registry+https://github.com/rust-lang/crates.io-index" 551 - +checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e" 552 - + 553 - +[[package]] 554 - +name = "same-file" 555 - +version = "1.0.6" 556 - +source = "registry+https://github.com/rust-lang/crates.io-index" 557 - +checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 558 - +dependencies = [ 559 - + "winapi-util", 560 - +] 561 - + 562 - +[[package]] 563 - +name = "scopeguard" 564 - +version = "1.1.0" 565 - +source = "registry+https://github.com/rust-lang/crates.io-index" 566 - +checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 567 - + 568 - +[[package]] 569 - +name = "semver" 570 - +version = "0.9.0" 571 - +source = "registry+https://github.com/rust-lang/crates.io-index" 572 - +checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" 573 - +dependencies = [ 574 - + "semver-parser", 575 - +] 576 - + 577 - +[[package]] 578 - +name = "semver-parser" 579 - +version = "0.7.0" 580 - +source = "registry+https://github.com/rust-lang/crates.io-index" 581 - +checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" 582 - + 583 - +[[package]] 584 - +name = "serde" 585 - +version = "1.0.125" 586 - +source = "registry+https://github.com/rust-lang/crates.io-index" 587 - +checksum = "558dc50e1a5a5fa7112ca2ce4effcb321b0300c0d4ccf0776a9f60cd89031171" 588 - + 589 - +[[package]] 590 - +name = "serde_cbor" 591 - +version = "0.11.1" 592 - +source = "registry+https://github.com/rust-lang/crates.io-index" 593 - +checksum = "1e18acfa2f90e8b735b2836ab8d538de304cbb6729a7360729ea5a895d15a622" 594 - +dependencies = [ 595 - + "half", 596 - + "serde", 597 - +] 598 - + 599 - +[[package]] 600 - +name = "serde_derive" 601 - +version = "1.0.125" 602 - +source = "registry+https://github.com/rust-lang/crates.io-index" 603 - +checksum = "b093b7a2bb58203b5da3056c05b4ec1fed827dcfdb37347a8841695263b3d06d" 604 - +dependencies = [ 605 - + "proc-macro2", 606 - + "quote", 607 - + "syn", 608 - +] 609 - + 610 - +[[package]] 611 - +name = "serde_json" 612 - +version = "1.0.64" 613 - +source = "registry+https://github.com/rust-lang/crates.io-index" 614 - +checksum = "799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79" 615 - +dependencies = [ 616 - + "itoa", 617 - + "ryu", 618 - + "serde", 619 - +] 620 - + 621 - +[[package]] 622 - +name = "siphasher" 623 - +version = "0.3.5" 624 - +source = "registry+https://github.com/rust-lang/crates.io-index" 625 - +checksum = "cbce6d4507c7e4a3962091436e56e95290cb71fa302d0d270e32130b75fbff27" 626 - + 627 - +[[package]] 628 - +name = "strsim" 629 - +version = "0.8.0" 630 - +source = "registry+https://github.com/rust-lang/crates.io-index" 631 - +checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" 632 - + 633 - +[[package]] 634 - +name = "syn" 635 - +version = "1.0.70" 636 - +source = "registry+https://github.com/rust-lang/crates.io-index" 637 - +checksum = "b9505f307c872bab8eb46f77ae357c8eba1fdacead58ee5a850116b1d7f82883" 638 - +dependencies = [ 639 - + "proc-macro2", 640 - + "quote", 641 - + "unicode-xid", 642 - +] 643 - + 644 - +[[package]] 645 - +name = "textwrap" 646 - +version = "0.11.0" 647 - +source = "registry+https://github.com/rust-lang/crates.io-index" 648 - +checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" 649 - +dependencies = [ 650 - + "unicode-width", 651 - +] 652 - + 653 - +[[package]] 654 - +name = "tinytemplate" 655 - +version = "1.2.1" 656 - +source = "registry+https://github.com/rust-lang/crates.io-index" 657 - +checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc" 658 - +dependencies = [ 659 - + "serde", 660 - + "serde_json", 661 - +] 662 - + 663 - +[[package]] 664 - +name = "unicode-width" 665 - +version = "0.1.8" 666 - +source = "registry+https://github.com/rust-lang/crates.io-index" 667 - +checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3" 668 - + 669 - +[[package]] 670 - +name = "unicode-xid" 671 - +version = "0.2.1" 672 - +source = "registry+https://github.com/rust-lang/crates.io-index" 673 - +checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564" 674 - + 675 - +[[package]] 676 - +name = "vec_map" 677 - +version = "0.8.2" 678 - +source = "registry+https://github.com/rust-lang/crates.io-index" 679 - +checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" 680 - + 681 - +[[package]] 682 - +name = "walkdir" 683 - +version = "2.3.2" 684 - +source = "registry+https://github.com/rust-lang/crates.io-index" 685 - +checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56" 686 - +dependencies = [ 687 - + "same-file", 688 - + "winapi", 689 - + "winapi-util", 690 - +] 691 - + 692 - +[[package]] 693 - +name = "wasi" 694 - +version = "0.9.0+wasi-snapshot-preview1" 695 - +source = "registry+https://github.com/rust-lang/crates.io-index" 696 - +checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" 697 - + 698 - +[[package]] 699 - +name = "wasm-bindgen" 700 - +version = "0.2.73" 701 - +source = "registry+https://github.com/rust-lang/crates.io-index" 702 - +checksum = "83240549659d187488f91f33c0f8547cbfef0b2088bc470c116d1d260ef623d9" 703 - +dependencies = [ 704 - + "cfg-if", 705 - + "wasm-bindgen-macro", 706 - +] 707 - + 708 - +[[package]] 709 - +name = "wasm-bindgen-backend" 710 - +version = "0.2.73" 711 - +source = "registry+https://github.com/rust-lang/crates.io-index" 712 - +checksum = "ae70622411ca953215ca6d06d3ebeb1e915f0f6613e3b495122878d7ebec7dae" 713 - +dependencies = [ 714 - + "bumpalo", 715 - + "lazy_static", 716 - + "log", 717 - + "proc-macro2", 718 - + "quote", 719 - + "syn", 720 - + "wasm-bindgen-shared", 721 - +] 722 - + 723 - +[[package]] 724 - +name = "wasm-bindgen-macro" 725 - +version = "0.2.73" 726 - +source = "registry+https://github.com/rust-lang/crates.io-index" 727 - +checksum = "3e734d91443f177bfdb41969de821e15c516931c3c3db3d318fa1b68975d0f6f" 728 - +dependencies = [ 729 - + "quote", 730 - + "wasm-bindgen-macro-support", 731 - +] 732 - + 733 - +[[package]] 734 - +name = "wasm-bindgen-macro-support" 735 - +version = "0.2.73" 736 - +source = "registry+https://github.com/rust-lang/crates.io-index" 737 - +checksum = "d53739ff08c8a68b0fdbcd54c372b8ab800b1449ab3c9d706503bc7dd1621b2c" 738 - +dependencies = [ 739 - + "proc-macro2", 740 - + "quote", 741 - + "syn", 742 - + "wasm-bindgen-backend", 743 - + "wasm-bindgen-shared", 744 - +] 745 - + 746 - +[[package]] 747 - +name = "wasm-bindgen-shared" 748 - +version = "0.2.73" 749 - +source = "registry+https://github.com/rust-lang/crates.io-index" 750 - +checksum = "d9a543ae66aa233d14bb765ed9af4a33e81b8b58d1584cf1b47ff8cd0b9e4489" 751 - + 752 - +[[package]] 753 - +name = "web-sys" 754 - +version = "0.3.50" 755 - +source = "registry+https://github.com/rust-lang/crates.io-index" 756 - +checksum = "a905d57e488fec8861446d3393670fb50d27a262344013181c2cdf9fff5481be" 757 - +dependencies = [ 758 - + "js-sys", 759 - + "wasm-bindgen", 760 - +] 761 - + 762 - +[[package]] 763 - +name = "winapi" 764 - +version = "0.3.9" 765 - +source = "registry+https://github.com/rust-lang/crates.io-index" 766 - +checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 767 - +dependencies = [ 768 - + "winapi-i686-pc-windows-gnu", 769 - + "winapi-x86_64-pc-windows-gnu", 770 - +] 771 - + 772 - +[[package]] 773 - +name = "winapi-i686-pc-windows-gnu" 774 - +version = "0.4.0" 775 - +source = "registry+https://github.com/rust-lang/crates.io-index" 776 - +checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 777 - + 778 - +[[package]] 779 - +name = "winapi-util" 780 - +version = "0.1.5" 781 - +source = "registry+https://github.com/rust-lang/crates.io-index" 782 - +checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" 783 - +dependencies = [ 784 - + "winapi", 785 - +] 786 - + 787 - +[[package]] 788 - +name = "winapi-x86_64-pc-windows-gnu" 789 - +version = "0.4.0" 790 - +source = "registry+https://github.com/rust-lang/crates.io-index" 791 - +checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
+8 -9
pkgs/tools/misc/bottom-rs/default.nix
··· 1 - { lib, rustPlatform, fetchFromGitHub }: 1 + { lib, rustPlatform, fetchCrate }: 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "bottom-rs"; 5 - version = "unstable-2021-04-27"; 5 + version = "1.2.0"; 6 6 7 - src = fetchFromGitHub { 8 - owner = "bottom-software-foundation"; 9 - repo = pname; 10 - rev = "3451cdadd7c4e64fe8e7f43e986a18628a741dec"; 11 - sha256 = "0kr18q80021s1n9zzzff6w6yvbbjnk6zbbabi5b42b0rfv6fnfn2"; 7 + src = fetchCrate { 8 + inherit version; 9 + crateName = "bottomify"; 10 + sha256 = "sha256-R1zj+TFXoolonIFa1zJDd7CdrORfzAPlxJoJVYe9xdc="; 12 11 }; 13 12 14 - cargoPatches = [ ./cargo-lock.patch ]; 15 - cargoSha256 = "0nyzg6pg69bf9vvc3r5lnhmkb9s1508c1gqcra3y43zffdlwml1y"; 13 + cargoSha256 = "sha256-7xD65ookkK09XwCBH6fXqmWRYlmvpwAocojBg/dHzUI="; 16 14 17 15 meta = with lib; { 18 16 description = "Fantastic (maybe) CLI for translating between bottom and human-readable text"; 19 17 homepage = "https://github.com/bottom-software-foundation/bottom-rs"; 20 18 license = licenses.mit; 21 19 maintainers = with maintainers; [ winterqt ]; 20 + mainProgram = "bottomify"; 22 21 }; 23 22 }
-589
pkgs/tools/misc/eva/Cargo.lock.patch
··· 1 - diff --git a/Cargo.lock b/Cargo.lock 2 - new file mode 100644 3 - index 0000000..ac198e7 4 - --- /dev/null 5 - +++ b/Cargo.lock 6 - @@ -0,0 +1,583 @@ 7 - +# This file is automatically @generated by Cargo. 8 - +# It is not intended for manual editing. 9 - +[[package]] 10 - +name = "aho-corasick" 11 - +version = "0.7.6" 12 - +source = "registry+https://github.com/rust-lang/crates.io-index" 13 - +dependencies = [ 14 - + "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 15 - +] 16 - + 17 - +[[package]] 18 - +name = "ansi_term" 19 - +version = "0.11.0" 20 - +source = "registry+https://github.com/rust-lang/crates.io-index" 21 - +dependencies = [ 22 - + "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", 23 - +] 24 - + 25 - +[[package]] 26 - +name = "arrayref" 27 - +version = "0.3.5" 28 - +source = "registry+https://github.com/rust-lang/crates.io-index" 29 - + 30 - +[[package]] 31 - +name = "arrayvec" 32 - +version = "0.5.1" 33 - +source = "registry+https://github.com/rust-lang/crates.io-index" 34 - + 35 - +[[package]] 36 - +name = "atty" 37 - +version = "0.2.13" 38 - +source = "registry+https://github.com/rust-lang/crates.io-index" 39 - +dependencies = [ 40 - + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", 41 - + "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", 42 - +] 43 - + 44 - +[[package]] 45 - +name = "autocfg" 46 - +version = "0.1.7" 47 - +source = "registry+https://github.com/rust-lang/crates.io-index" 48 - + 49 - +[[package]] 50 - +name = "backtrace" 51 - +version = "0.3.40" 52 - +source = "registry+https://github.com/rust-lang/crates.io-index" 53 - +dependencies = [ 54 - + "backtrace-sys 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)", 55 - + "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", 56 - + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", 57 - + "rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", 58 - +] 59 - + 60 - +[[package]] 61 - +name = "backtrace-sys" 62 - +version = "0.1.32" 63 - +source = "registry+https://github.com/rust-lang/crates.io-index" 64 - +dependencies = [ 65 - + "cc 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)", 66 - + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", 67 - +] 68 - + 69 - +[[package]] 70 - +name = "base64" 71 - +version = "0.10.1" 72 - +source = "registry+https://github.com/rust-lang/crates.io-index" 73 - +dependencies = [ 74 - + "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", 75 - +] 76 - + 77 - +[[package]] 78 - +name = "bitflags" 79 - +version = "1.2.1" 80 - +source = "registry+https://github.com/rust-lang/crates.io-index" 81 - + 82 - +[[package]] 83 - +name = "blake2b_simd" 84 - +version = "0.5.9" 85 - +source = "registry+https://github.com/rust-lang/crates.io-index" 86 - +dependencies = [ 87 - + "arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", 88 - + "arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", 89 - + "constant_time_eq 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", 90 - +] 91 - + 92 - +[[package]] 93 - +name = "byteorder" 94 - +version = "1.3.2" 95 - +source = "registry+https://github.com/rust-lang/crates.io-index" 96 - + 97 - +[[package]] 98 - +name = "cc" 99 - +version = "1.0.48" 100 - +source = "registry+https://github.com/rust-lang/crates.io-index" 101 - + 102 - +[[package]] 103 - +name = "cfg-if" 104 - +version = "0.1.10" 105 - +source = "registry+https://github.com/rust-lang/crates.io-index" 106 - + 107 - +[[package]] 108 - +name = "clap" 109 - +version = "2.33.0" 110 - +source = "registry+https://github.com/rust-lang/crates.io-index" 111 - +dependencies = [ 112 - + "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", 113 - + "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", 114 - + "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 115 - + "strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", 116 - + "textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", 117 - + "unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", 118 - + "vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", 119 - +] 120 - + 121 - +[[package]] 122 - +name = "cloudabi" 123 - +version = "0.0.3" 124 - +source = "registry+https://github.com/rust-lang/crates.io-index" 125 - +dependencies = [ 126 - + "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 127 - +] 128 - + 129 - +[[package]] 130 - +name = "constant_time_eq" 131 - +version = "0.1.4" 132 - +source = "registry+https://github.com/rust-lang/crates.io-index" 133 - + 134 - +[[package]] 135 - +name = "crossbeam-utils" 136 - +version = "0.6.6" 137 - +source = "registry+https://github.com/rust-lang/crates.io-index" 138 - +dependencies = [ 139 - + "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", 140 - + "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 141 - +] 142 - + 143 - +[[package]] 144 - +name = "directories" 145 - +version = "2.0.2" 146 - +source = "registry+https://github.com/rust-lang/crates.io-index" 147 - +dependencies = [ 148 - + "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", 149 - + "dirs-sys 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", 150 - +] 151 - + 152 - +[[package]] 153 - +name = "dirs" 154 - +version = "1.0.5" 155 - +source = "registry+https://github.com/rust-lang/crates.io-index" 156 - +dependencies = [ 157 - + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", 158 - + "redox_users 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", 159 - + "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", 160 - +] 161 - + 162 - +[[package]] 163 - +name = "dirs-sys" 164 - +version = "0.3.4" 165 - +source = "registry+https://github.com/rust-lang/crates.io-index" 166 - +dependencies = [ 167 - + "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", 168 - + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", 169 - + "redox_users 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", 170 - + "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", 171 - +] 172 - + 173 - +[[package]] 174 - +name = "eva" 175 - +version = "0.2.7" 176 - +dependencies = [ 177 - + "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", 178 - + "directories 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", 179 - + "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 180 - + "num 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", 181 - + "radix_fmt 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", 182 - + "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", 183 - + "rustyline 4.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 184 - +] 185 - + 186 - +[[package]] 187 - +name = "failure" 188 - +version = "0.1.6" 189 - +source = "registry+https://github.com/rust-lang/crates.io-index" 190 - +dependencies = [ 191 - + "backtrace 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)", 192 - + "failure_derive 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", 193 - +] 194 - + 195 - +[[package]] 196 - +name = "failure_derive" 197 - +version = "0.1.6" 198 - +source = "registry+https://github.com/rust-lang/crates.io-index" 199 - +dependencies = [ 200 - + "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", 201 - + "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", 202 - + "syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)", 203 - + "synstructure 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)", 204 - +] 205 - + 206 - +[[package]] 207 - +name = "fuchsia-cprng" 208 - +version = "0.1.1" 209 - +source = "registry+https://github.com/rust-lang/crates.io-index" 210 - + 211 - +[[package]] 212 - +name = "lazy_static" 213 - +version = "1.4.0" 214 - +source = "registry+https://github.com/rust-lang/crates.io-index" 215 - + 216 - +[[package]] 217 - +name = "libc" 218 - +version = "0.2.66" 219 - +source = "registry+https://github.com/rust-lang/crates.io-index" 220 - + 221 - +[[package]] 222 - +name = "log" 223 - +version = "0.4.8" 224 - +source = "registry+https://github.com/rust-lang/crates.io-index" 225 - +dependencies = [ 226 - + "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", 227 - +] 228 - + 229 - +[[package]] 230 - +name = "memchr" 231 - +version = "2.2.1" 232 - +source = "registry+https://github.com/rust-lang/crates.io-index" 233 - + 234 - +[[package]] 235 - +name = "nix" 236 - +version = "0.13.1" 237 - +source = "registry+https://github.com/rust-lang/crates.io-index" 238 - +dependencies = [ 239 - + "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 240 - + "cc 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)", 241 - + "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", 242 - + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", 243 - + "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", 244 - +] 245 - + 246 - +[[package]] 247 - +name = "num" 248 - +version = "0.2.0" 249 - +source = "registry+https://github.com/rust-lang/crates.io-index" 250 - +dependencies = [ 251 - + "num-bigint 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", 252 - + "num-complex 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", 253 - + "num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)", 254 - + "num-iter 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)", 255 - + "num-rational 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", 256 - + "num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", 257 - +] 258 - + 259 - +[[package]] 260 - +name = "num-bigint" 261 - +version = "0.2.3" 262 - +source = "registry+https://github.com/rust-lang/crates.io-index" 263 - +dependencies = [ 264 - + "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", 265 - + "num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)", 266 - + "num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", 267 - +] 268 - + 269 - +[[package]] 270 - +name = "num-complex" 271 - +version = "0.2.3" 272 - +source = "registry+https://github.com/rust-lang/crates.io-index" 273 - +dependencies = [ 274 - + "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", 275 - + "num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", 276 - +] 277 - + 278 - +[[package]] 279 - +name = "num-integer" 280 - +version = "0.1.41" 281 - +source = "registry+https://github.com/rust-lang/crates.io-index" 282 - +dependencies = [ 283 - + "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", 284 - + "num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", 285 - +] 286 - + 287 - +[[package]] 288 - +name = "num-iter" 289 - +version = "0.1.39" 290 - +source = "registry+https://github.com/rust-lang/crates.io-index" 291 - +dependencies = [ 292 - + "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", 293 - + "num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)", 294 - + "num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", 295 - +] 296 - + 297 - +[[package]] 298 - +name = "num-rational" 299 - +version = "0.2.2" 300 - +source = "registry+https://github.com/rust-lang/crates.io-index" 301 - +dependencies = [ 302 - + "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", 303 - + "num-bigint 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", 304 - + "num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)", 305 - + "num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", 306 - +] 307 - + 308 - +[[package]] 309 - +name = "num-traits" 310 - +version = "0.2.10" 311 - +source = "registry+https://github.com/rust-lang/crates.io-index" 312 - +dependencies = [ 313 - + "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", 314 - +] 315 - + 316 - +[[package]] 317 - +name = "proc-macro2" 318 - +version = "1.0.6" 319 - +source = "registry+https://github.com/rust-lang/crates.io-index" 320 - +dependencies = [ 321 - + "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", 322 - +] 323 - + 324 - +[[package]] 325 - +name = "quote" 326 - +version = "1.0.2" 327 - +source = "registry+https://github.com/rust-lang/crates.io-index" 328 - +dependencies = [ 329 - + "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", 330 - +] 331 - + 332 - +[[package]] 333 - +name = "radix_fmt" 334 - +version = "1.0.0" 335 - +source = "registry+https://github.com/rust-lang/crates.io-index" 336 - + 337 - +[[package]] 338 - +name = "rand_core" 339 - +version = "0.3.1" 340 - +source = "registry+https://github.com/rust-lang/crates.io-index" 341 - +dependencies = [ 342 - + "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", 343 - +] 344 - + 345 - +[[package]] 346 - +name = "rand_core" 347 - +version = "0.4.2" 348 - +source = "registry+https://github.com/rust-lang/crates.io-index" 349 - + 350 - +[[package]] 351 - +name = "rand_os" 352 - +version = "0.1.3" 353 - +source = "registry+https://github.com/rust-lang/crates.io-index" 354 - +dependencies = [ 355 - + "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", 356 - + "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", 357 - + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", 358 - + "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", 359 - + "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 360 - + "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", 361 - +] 362 - + 363 - +[[package]] 364 - +name = "rdrand" 365 - +version = "0.4.0" 366 - +source = "registry+https://github.com/rust-lang/crates.io-index" 367 - +dependencies = [ 368 - + "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", 369 - +] 370 - + 371 - +[[package]] 372 - +name = "redox_syscall" 373 - +version = "0.1.56" 374 - +source = "registry+https://github.com/rust-lang/crates.io-index" 375 - + 376 - +[[package]] 377 - +name = "redox_users" 378 - +version = "0.3.1" 379 - +source = "registry+https://github.com/rust-lang/crates.io-index" 380 - +dependencies = [ 381 - + "failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", 382 - + "rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", 383 - + "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", 384 - + "rust-argon2 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", 385 - +] 386 - + 387 - +[[package]] 388 - +name = "regex" 389 - +version = "1.3.1" 390 - +source = "registry+https://github.com/rust-lang/crates.io-index" 391 - +dependencies = [ 392 - + "aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)", 393 - + "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 394 - + "regex-syntax 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", 395 - + "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", 396 - +] 397 - + 398 - +[[package]] 399 - +name = "regex-syntax" 400 - +version = "0.6.12" 401 - +source = "registry+https://github.com/rust-lang/crates.io-index" 402 - + 403 - +[[package]] 404 - +name = "rust-argon2" 405 - +version = "0.5.1" 406 - +source = "registry+https://github.com/rust-lang/crates.io-index" 407 - +dependencies = [ 408 - + "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", 409 - + "blake2b_simd 0.5.9 (registry+https://github.com/rust-lang/crates.io-index)", 410 - + "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", 411 - +] 412 - + 413 - +[[package]] 414 - +name = "rustc-demangle" 415 - +version = "0.1.16" 416 - +source = "registry+https://github.com/rust-lang/crates.io-index" 417 - + 418 - +[[package]] 419 - +name = "rustyline" 420 - +version = "4.1.0" 421 - +source = "registry+https://github.com/rust-lang/crates.io-index" 422 - +dependencies = [ 423 - + "dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", 424 - + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", 425 - + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 426 - + "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 427 - + "nix 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)", 428 - + "unicode-segmentation 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", 429 - + "unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", 430 - + "utf8parse 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", 431 - + "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", 432 - +] 433 - + 434 - +[[package]] 435 - +name = "strsim" 436 - +version = "0.8.0" 437 - +source = "registry+https://github.com/rust-lang/crates.io-index" 438 - + 439 - +[[package]] 440 - +name = "syn" 441 - +version = "1.0.11" 442 - +source = "registry+https://github.com/rust-lang/crates.io-index" 443 - +dependencies = [ 444 - + "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", 445 - + "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", 446 - + "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", 447 - +] 448 - + 449 - +[[package]] 450 - +name = "synstructure" 451 - +version = "0.12.3" 452 - +source = "registry+https://github.com/rust-lang/crates.io-index" 453 - +dependencies = [ 454 - + "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", 455 - + "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", 456 - + "syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)", 457 - + "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", 458 - +] 459 - + 460 - +[[package]] 461 - +name = "textwrap" 462 - +version = "0.11.0" 463 - +source = "registry+https://github.com/rust-lang/crates.io-index" 464 - +dependencies = [ 465 - + "unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", 466 - +] 467 - + 468 - +[[package]] 469 - +name = "thread_local" 470 - +version = "0.3.6" 471 - +source = "registry+https://github.com/rust-lang/crates.io-index" 472 - +dependencies = [ 473 - + "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 474 - +] 475 - + 476 - +[[package]] 477 - +name = "unicode-segmentation" 478 - +version = "1.6.0" 479 - +source = "registry+https://github.com/rust-lang/crates.io-index" 480 - + 481 - +[[package]] 482 - +name = "unicode-width" 483 - +version = "0.1.6" 484 - +source = "registry+https://github.com/rust-lang/crates.io-index" 485 - + 486 - +[[package]] 487 - +name = "unicode-xid" 488 - +version = "0.2.0" 489 - +source = "registry+https://github.com/rust-lang/crates.io-index" 490 - + 491 - +[[package]] 492 - +name = "utf8parse" 493 - +version = "0.1.1" 494 - +source = "registry+https://github.com/rust-lang/crates.io-index" 495 - + 496 - +[[package]] 497 - +name = "vec_map" 498 - +version = "0.8.1" 499 - +source = "registry+https://github.com/rust-lang/crates.io-index" 500 - + 501 - +[[package]] 502 - +name = "void" 503 - +version = "1.0.2" 504 - +source = "registry+https://github.com/rust-lang/crates.io-index" 505 - + 506 - +[[package]] 507 - +name = "winapi" 508 - +version = "0.3.8" 509 - +source = "registry+https://github.com/rust-lang/crates.io-index" 510 - +dependencies = [ 511 - + "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 512 - + "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 513 - +] 514 - + 515 - +[[package]] 516 - +name = "winapi-i686-pc-windows-gnu" 517 - +version = "0.4.0" 518 - +source = "registry+https://github.com/rust-lang/crates.io-index" 519 - + 520 - +[[package]] 521 - +name = "winapi-x86_64-pc-windows-gnu" 522 - +version = "0.4.0" 523 - +source = "registry+https://github.com/rust-lang/crates.io-index" 524 - + 525 - +[metadata] 526 - +"checksum aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "58fb5e95d83b38284460a5fda7d6470aa0b8844d283a0b614b8535e880800d2d" 527 - +"checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" 528 - +"checksum arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0d382e583f07208808f6b1249e60848879ba3543f57c32277bf52d69c2f0f0ee" 529 - +"checksum arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8" 530 - +"checksum atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "1803c647a3ec87095e7ae7acfca019e98de5ec9a7d01343f611cf3152ed71a90" 531 - +"checksum autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2" 532 - +"checksum backtrace 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)" = "924c76597f0d9ca25d762c25a4d369d51267536465dc5064bdf0eb073ed477ea" 533 - +"checksum backtrace-sys 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)" = "5d6575f128516de27e3ce99689419835fce9643a9b215a14d2b5b685be018491" 534 - +"checksum base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e" 535 - +"checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" 536 - +"checksum blake2b_simd 0.5.9 (registry+https://github.com/rust-lang/crates.io-index)" = "b83b7baab1e671718d78204225800d6b170e648188ac7dc992e9d6bddf87d0c0" 537 - +"checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5" 538 - +"checksum cc 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)" = "f52a465a666ca3d838ebbf08b241383421412fe7ebb463527bba275526d89f76" 539 - +"checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" 540 - +"checksum clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9" 541 - +"checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" 542 - +"checksum constant_time_eq 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "995a44c877f9212528ccc74b21a232f66ad69001e40ede5bcee2ac9ef2657120" 543 - +"checksum crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "04973fa96e96579258a5091af6003abde64af786b860f18622b82e026cca60e6" 544 - +"checksum directories 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "551a778172a450d7fc12e629ca3b0428d00f6afa9a43da1b630d54604e97371c" 545 - +"checksum dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "3fd78930633bd1c6e35c4b42b1df7b0cbc6bc191146e512bb3bedf243fcc3901" 546 - +"checksum dirs-sys 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "afa0b23de8fd801745c471deffa6e12d248f962c9fd4b4c33787b055599bde7b" 547 - +"checksum failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "f8273f13c977665c5db7eb2b99ae520952fe5ac831ae4cd09d80c4c7042b5ed9" 548 - +"checksum failure_derive 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0bc225b78e0391e4b8683440bf2e63c2deeeb2ce5189eab46e2b68c6d3725d08" 549 - +"checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" 550 - +"checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 551 - +"checksum libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)" = "d515b1f41455adea1313a4a2ac8a8a477634fbae63cc6100e3aebb207ce61558" 552 - +"checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7" 553 - +"checksum memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "88579771288728879b57485cc7d6b07d648c9f0141eb955f8ab7f9d45394468e" 554 - +"checksum nix 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4dbdc256eaac2e3bd236d93ad999d3479ef775c863dbda3068c4006a92eec51b" 555 - +"checksum num 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cf4825417e1e1406b3782a8ce92f4d53f26ec055e3622e1881ca8e9f5f9e08db" 556 - +"checksum num-bigint 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "f9c3f34cdd24f334cb265d9bf8bfa8a241920d026916785747a92f0e55541a1a" 557 - +"checksum num-complex 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "fcb0cf31fb3ff77e6d2a6ebd6800df7fdcd106f2ad89113c9130bcd07f93dffc" 558 - +"checksum num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)" = "b85e541ef8255f6cf42bbfe4ef361305c6c135d10919ecc26126c4e5ae94bc09" 559 - +"checksum num-iter 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = "76bd5272412d173d6bf9afdf98db8612bbabc9a7a830b7bfc9c188911716132e" 560 - +"checksum num-rational 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f2885278d5fe2adc2f75ced642d52d879bffaceb5a2e0b1d4309ffdfb239b454" 561 - +"checksum num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "d4c81ffc11c212fa327657cb19dd85eb7419e163b5b076bede2bdb5c974c07e4" 562 - +"checksum proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "9c9e470a8dc4aeae2dee2f335e8f533e2d4b347e1434e5671afc49b054592f27" 563 - +"checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe" 564 - +"checksum radix_fmt 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ce082a9940a7ace2ad4a8b7d0b1eac6aa378895f18be598230c5f2284ac05426" 565 - +"checksum rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b" 566 - +"checksum rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc" 567 - +"checksum rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071" 568 - +"checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2" 569 - +"checksum redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)" = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84" 570 - +"checksum redox_users 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4ecedbca3bf205f8d8f5c2b44d83cd0690e39ee84b951ed649e9f1841132b66d" 571 - +"checksum regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dc220bd33bdce8f093101afe22a037b8eb0e5af33592e6a9caafff0d4cb81cbd" 572 - +"checksum regex-syntax 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)" = "11a7e20d1cce64ef2fed88b66d347f88bd9babb82845b2b858f3edbf59a4f716" 573 - +"checksum rust-argon2 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4ca4eaef519b494d1f2848fc602d18816fed808a981aedf4f1f00ceb7c9d32cf" 574 - +"checksum rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783" 575 - +"checksum rustyline 4.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0f47ea1ceb347d2deae482d655dc8eef4bd82363d3329baffa3818bd76fea48b" 576 - +"checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" 577 - +"checksum syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)" = "dff0acdb207ae2fe6d5976617f887eb1e35a2ba52c13c7234c790960cdad9238" 578 - +"checksum synstructure 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)" = "67656ea1dc1b41b1451851562ea232ec2e5a80242139f7e679ceccfb5d61f545" 579 - +"checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" 580 - +"checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b" 581 - +"checksum unicode-segmentation 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0" 582 - +"checksum unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7007dbd421b92cc6e28410fe7362e2e0a2503394908f417b68ec8d1c364c4e20" 583 - +"checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c" 584 - +"checksum utf8parse 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8772a4ccbb4e89959023bc5b7cb8623a795caa7092d99f3aa9501b9484d4557d" 585 - +"checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a" 586 - +"checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" 587 - +"checksum winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6" 588 - +"checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 589 - +"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
+5 -9
pkgs/tools/misc/eva/default.nix
··· 1 - { lib, fetchFromGitHub, rustPlatform, fetchpatch }: 1 + { lib, rustPlatform, fetchCrate, fetchpatch }: 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "eva"; 5 5 version = "0.2.7"; 6 6 7 - cargoSha256 = "08wm34rd03m5kd2zar23yhvi66kalzdqkgd6cqa1nq0ra4agnan7"; 8 - 9 - src = fetchFromGitHub { 10 - owner = "NerdyPepper"; 11 - repo = pname; 12 - rev = "6ce0fc0212a34ffb647b24d9d903029ac4518165"; 13 - sha256 = "10242vnq2ph0g3p2hdacs4lmx3f474xm04nadplxbpv9xh4nbag3"; 7 + src = fetchCrate { 8 + inherit pname version; 9 + sha256 = "sha256-4rmFvu6G4h8Pl592NlldSCkqZBbnTcXrs98ljIJmTXo="; 14 10 }; 15 11 16 - cargoPatches = [ ./Cargo.lock.patch ]; 12 + cargoSha256 = "sha256-BG/W8lG/47kyA7assS6efEO+DRkpSFcZQhlSIozlonA="; 17 13 18 14 patches = [ 19 15 # to fix the test suite (can be removed as soon as #33 is merged).
-587
pkgs/tools/misc/freshfetch/Cargo.lock
··· 1 - # This file is automatically @generated by Cargo. 2 - # It is not intended for manual editing. 3 - version = 3 4 - 5 - [[package]] 6 - name = "aho-corasick" 7 - version = "0.7.15" 8 - source = "registry+https://github.com/rust-lang/crates.io-index" 9 - checksum = "7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5" 10 - dependencies = [ 11 - "memchr", 12 - ] 13 - 14 - [[package]] 15 - name = "ansi_term" 16 - version = "0.11.0" 17 - source = "registry+https://github.com/rust-lang/crates.io-index" 18 - checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" 19 - dependencies = [ 20 - "winapi", 21 - ] 22 - 23 - [[package]] 24 - name = "atty" 25 - version = "0.2.14" 26 - source = "registry+https://github.com/rust-lang/crates.io-index" 27 - checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 28 - dependencies = [ 29 - "hermit-abi", 30 - "libc", 31 - "winapi", 32 - ] 33 - 34 - [[package]] 35 - name = "autocfg" 36 - version = "1.0.1" 37 - source = "registry+https://github.com/rust-lang/crates.io-index" 38 - checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a" 39 - 40 - [[package]] 41 - name = "bitflags" 42 - version = "1.2.1" 43 - source = "registry+https://github.com/rust-lang/crates.io-index" 44 - checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" 45 - 46 - [[package]] 47 - name = "bstr" 48 - version = "0.2.15" 49 - source = "registry+https://github.com/rust-lang/crates.io-index" 50 - checksum = "a40b47ad93e1a5404e6c18dec46b628214fee441c70f4ab5d6942142cc268a3d" 51 - dependencies = [ 52 - "memchr", 53 - ] 54 - 55 - [[package]] 56 - name = "cc" 57 - version = "1.0.67" 58 - source = "registry+https://github.com/rust-lang/crates.io-index" 59 - checksum = "e3c69b077ad434294d3ce9f1f6143a2a4b89a8a2d54ef813d85003a4fd1137fd" 60 - 61 - [[package]] 62 - name = "cfg-if" 63 - version = "1.0.0" 64 - source = "registry+https://github.com/rust-lang/crates.io-index" 65 - checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 66 - 67 - [[package]] 68 - name = "chrono" 69 - version = "0.4.19" 70 - source = "registry+https://github.com/rust-lang/crates.io-index" 71 - checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73" 72 - dependencies = [ 73 - "libc", 74 - "num-integer", 75 - "num-traits", 76 - "time", 77 - "winapi", 78 - ] 79 - 80 - [[package]] 81 - name = "clap" 82 - version = "2.33.3" 83 - source = "registry+https://github.com/rust-lang/crates.io-index" 84 - checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002" 85 - dependencies = [ 86 - "ansi_term", 87 - "atty", 88 - "bitflags", 89 - "strsim", 90 - "textwrap", 91 - "unicode-width", 92 - "vec_map", 93 - ] 94 - 95 - [[package]] 96 - name = "clml_rs" 97 - version = "0.3.0" 98 - source = "git+https://github.com/K4rakara/clml-rs#eecf1378f4e85a9b3dc91e8a15d497a2fd75906f" 99 - dependencies = [ 100 - "lazy_static", 101 - "rand", 102 - "regex", 103 - ] 104 - 105 - [[package]] 106 - name = "cmd_lib" 107 - version = "0.8.5" 108 - source = "registry+https://github.com/rust-lang/crates.io-index" 109 - checksum = "42443b644d30f401746fb4483fba96b13076e1ef6cb5bca7d6a14d1d8f9f2bd9" 110 - dependencies = [ 111 - "cmd_lib_core", 112 - "cmd_lib_macros", 113 - ] 114 - 115 - [[package]] 116 - name = "cmd_lib_core" 117 - version = "0.1.0" 118 - source = "registry+https://github.com/rust-lang/crates.io-index" 119 - checksum = "c50c50a1536e882455aeaff22015146ea143b9106fc8e116669dd078ec7b7fc8" 120 - 121 - [[package]] 122 - name = "cmd_lib_macros" 123 - version = "0.1.0" 124 - source = "registry+https://github.com/rust-lang/crates.io-index" 125 - checksum = "2d202b0cfc28d8928ba89138c0a8248cf921b9870c6c9d60c9951092df5b62b2" 126 - dependencies = [ 127 - "cmd_lib_core", 128 - "proc-macro2", 129 - "quote", 130 - ] 131 - 132 - [[package]] 133 - name = "core-foundation-sys" 134 - version = "0.8.2" 135 - source = "registry+https://github.com/rust-lang/crates.io-index" 136 - checksum = "ea221b5284a47e40033bf9b66f35f984ec0ea2931eb03505246cd27a963f981b" 137 - 138 - [[package]] 139 - name = "crossbeam-channel" 140 - version = "0.5.1" 141 - source = "registry+https://github.com/rust-lang/crates.io-index" 142 - checksum = "06ed27e177f16d65f0f0c22a213e17c696ace5dd64b14258b52f9417ccb52db4" 143 - dependencies = [ 144 - "cfg-if", 145 - "crossbeam-utils", 146 - ] 147 - 148 - [[package]] 149 - name = "crossbeam-deque" 150 - version = "0.8.0" 151 - source = "registry+https://github.com/rust-lang/crates.io-index" 152 - checksum = "94af6efb46fef72616855b036a624cf27ba656ffc9be1b9a3c931cfc7749a9a9" 153 - dependencies = [ 154 - "cfg-if", 155 - "crossbeam-epoch", 156 - "crossbeam-utils", 157 - ] 158 - 159 - [[package]] 160 - name = "crossbeam-epoch" 161 - version = "0.9.3" 162 - source = "registry+https://github.com/rust-lang/crates.io-index" 163 - checksum = "2584f639eb95fea8c798496315b297cf81b9b58b6d30ab066a75455333cf4b12" 164 - dependencies = [ 165 - "cfg-if", 166 - "crossbeam-utils", 167 - "lazy_static", 168 - "memoffset", 169 - "scopeguard", 170 - ] 171 - 172 - [[package]] 173 - name = "crossbeam-utils" 174 - version = "0.8.3" 175 - source = "registry+https://github.com/rust-lang/crates.io-index" 176 - checksum = "e7e9d99fa91428effe99c5c6d4634cdeba32b8cf784fc428a2a687f61a952c49" 177 - dependencies = [ 178 - "autocfg", 179 - "cfg-if", 180 - "lazy_static", 181 - ] 182 - 183 - [[package]] 184 - name = "doc-comment" 185 - version = "0.3.3" 186 - source = "registry+https://github.com/rust-lang/crates.io-index" 187 - checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" 188 - 189 - [[package]] 190 - name = "either" 191 - version = "1.6.1" 192 - source = "registry+https://github.com/rust-lang/crates.io-index" 193 - checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457" 194 - 195 - [[package]] 196 - name = "freshfetch" 197 - version = "0.2.0" 198 - dependencies = [ 199 - "chrono", 200 - "clap", 201 - "clml_rs", 202 - "cmd_lib", 203 - "cmd_lib_core", 204 - "lazy_static", 205 - "mlua", 206 - "regex", 207 - "sysinfo", 208 - "term_size", 209 - "uname", 210 - "users", 211 - ] 212 - 213 - [[package]] 214 - name = "getrandom" 215 - version = "0.1.16" 216 - source = "registry+https://github.com/rust-lang/crates.io-index" 217 - checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" 218 - dependencies = [ 219 - "cfg-if", 220 - "libc", 221 - "wasi 0.9.0+wasi-snapshot-preview1", 222 - ] 223 - 224 - [[package]] 225 - name = "hermit-abi" 226 - version = "0.1.18" 227 - source = "registry+https://github.com/rust-lang/crates.io-index" 228 - checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c" 229 - dependencies = [ 230 - "libc", 231 - ] 232 - 233 - [[package]] 234 - name = "lazy_static" 235 - version = "1.4.0" 236 - source = "registry+https://github.com/rust-lang/crates.io-index" 237 - checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 238 - 239 - [[package]] 240 - name = "libc" 241 - version = "0.2.93" 242 - source = "registry+https://github.com/rust-lang/crates.io-index" 243 - checksum = "9385f66bf6105b241aa65a61cb923ef20efc665cb9f9bb50ac2f0c4b7f378d41" 244 - 245 - [[package]] 246 - name = "log" 247 - version = "0.4.14" 248 - source = "registry+https://github.com/rust-lang/crates.io-index" 249 - checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710" 250 - dependencies = [ 251 - "cfg-if", 252 - ] 253 - 254 - [[package]] 255 - name = "lua-src" 256 - version = "543.0.0" 257 - source = "registry+https://github.com/rust-lang/crates.io-index" 258 - checksum = "029180f994b9b36f47d905f92569b516acf7d073778e2e781c15ee375b1ca27d" 259 - dependencies = [ 260 - "cc", 261 - ] 262 - 263 - [[package]] 264 - name = "luajit-src" 265 - version = "210.1.3+restyfe08842" 266 - source = "registry+https://github.com/rust-lang/crates.io-index" 267 - checksum = "36d3de8377d8e0492b646527befb7eb826a9ecd2dc8c1f81ab0e654bc03a029b" 268 - dependencies = [ 269 - "cc", 270 - ] 271 - 272 - [[package]] 273 - name = "memchr" 274 - version = "2.3.4" 275 - source = "registry+https://github.com/rust-lang/crates.io-index" 276 - checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525" 277 - 278 - [[package]] 279 - name = "memoffset" 280 - version = "0.6.3" 281 - source = "registry+https://github.com/rust-lang/crates.io-index" 282 - checksum = "f83fb6581e8ed1f85fd45c116db8405483899489e38406156c25eb743554361d" 283 - dependencies = [ 284 - "autocfg", 285 - ] 286 - 287 - [[package]] 288 - name = "mlua" 289 - version = "0.5.3" 290 - source = "registry+https://github.com/rust-lang/crates.io-index" 291 - checksum = "6f2fc8e1085d53b72898c59ceee1980b5826b0c98ce99886b7518f0ead00e5cb" 292 - dependencies = [ 293 - "bstr", 294 - "cc", 295 - "lazy_static", 296 - "lua-src", 297 - "luajit-src", 298 - "num-traits", 299 - "pkg-config", 300 - ] 301 - 302 - [[package]] 303 - name = "ntapi" 304 - version = "0.3.6" 305 - source = "registry+https://github.com/rust-lang/crates.io-index" 306 - checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44" 307 - dependencies = [ 308 - "winapi", 309 - ] 310 - 311 - [[package]] 312 - name = "num-integer" 313 - version = "0.1.44" 314 - source = "registry+https://github.com/rust-lang/crates.io-index" 315 - checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db" 316 - dependencies = [ 317 - "autocfg", 318 - "num-traits", 319 - ] 320 - 321 - [[package]] 322 - name = "num-traits" 323 - version = "0.2.14" 324 - source = "registry+https://github.com/rust-lang/crates.io-index" 325 - checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290" 326 - dependencies = [ 327 - "autocfg", 328 - ] 329 - 330 - [[package]] 331 - name = "num_cpus" 332 - version = "1.13.0" 333 - source = "registry+https://github.com/rust-lang/crates.io-index" 334 - checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3" 335 - dependencies = [ 336 - "hermit-abi", 337 - "libc", 338 - ] 339 - 340 - [[package]] 341 - name = "once_cell" 342 - version = "1.7.2" 343 - source = "registry+https://github.com/rust-lang/crates.io-index" 344 - checksum = "af8b08b04175473088b46763e51ee54da5f9a164bc162f615b91bc179dbf15a3" 345 - 346 - [[package]] 347 - name = "pkg-config" 348 - version = "0.3.19" 349 - source = "registry+https://github.com/rust-lang/crates.io-index" 350 - checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c" 351 - 352 - [[package]] 353 - name = "ppv-lite86" 354 - version = "0.2.10" 355 - source = "registry+https://github.com/rust-lang/crates.io-index" 356 - checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857" 357 - 358 - [[package]] 359 - name = "proc-macro2" 360 - version = "1.0.26" 361 - source = "registry+https://github.com/rust-lang/crates.io-index" 362 - checksum = "a152013215dca273577e18d2bf00fa862b89b24169fb78c4c95aeb07992c9cec" 363 - dependencies = [ 364 - "unicode-xid", 365 - ] 366 - 367 - [[package]] 368 - name = "quote" 369 - version = "1.0.9" 370 - source = "registry+https://github.com/rust-lang/crates.io-index" 371 - checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7" 372 - dependencies = [ 373 - "proc-macro2", 374 - ] 375 - 376 - [[package]] 377 - name = "rand" 378 - version = "0.7.3" 379 - source = "registry+https://github.com/rust-lang/crates.io-index" 380 - checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" 381 - dependencies = [ 382 - "getrandom", 383 - "libc", 384 - "rand_chacha", 385 - "rand_core", 386 - "rand_hc", 387 - ] 388 - 389 - [[package]] 390 - name = "rand_chacha" 391 - version = "0.2.2" 392 - source = "registry+https://github.com/rust-lang/crates.io-index" 393 - checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" 394 - dependencies = [ 395 - "ppv-lite86", 396 - "rand_core", 397 - ] 398 - 399 - [[package]] 400 - name = "rand_core" 401 - version = "0.5.1" 402 - source = "registry+https://github.com/rust-lang/crates.io-index" 403 - checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" 404 - dependencies = [ 405 - "getrandom", 406 - ] 407 - 408 - [[package]] 409 - name = "rand_hc" 410 - version = "0.2.0" 411 - source = "registry+https://github.com/rust-lang/crates.io-index" 412 - checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" 413 - dependencies = [ 414 - "rand_core", 415 - ] 416 - 417 - [[package]] 418 - name = "rayon" 419 - version = "1.5.0" 420 - source = "registry+https://github.com/rust-lang/crates.io-index" 421 - checksum = "8b0d8e0819fadc20c74ea8373106ead0600e3a67ef1fe8da56e39b9ae7275674" 422 - dependencies = [ 423 - "autocfg", 424 - "crossbeam-deque", 425 - "either", 426 - "rayon-core", 427 - ] 428 - 429 - [[package]] 430 - name = "rayon-core" 431 - version = "1.9.0" 432 - source = "registry+https://github.com/rust-lang/crates.io-index" 433 - checksum = "9ab346ac5921dc62ffa9f89b7a773907511cdfa5490c572ae9be1be33e8afa4a" 434 - dependencies = [ 435 - "crossbeam-channel", 436 - "crossbeam-deque", 437 - "crossbeam-utils", 438 - "lazy_static", 439 - "num_cpus", 440 - ] 441 - 442 - [[package]] 443 - name = "regex" 444 - version = "1.4.5" 445 - source = "registry+https://github.com/rust-lang/crates.io-index" 446 - checksum = "957056ecddbeba1b26965114e191d2e8589ce74db242b6ea25fc4062427a5c19" 447 - dependencies = [ 448 - "aho-corasick", 449 - "memchr", 450 - "regex-syntax", 451 - ] 452 - 453 - [[package]] 454 - name = "regex-syntax" 455 - version = "0.6.23" 456 - source = "registry+https://github.com/rust-lang/crates.io-index" 457 - checksum = "24d5f089152e60f62d28b835fbff2cd2e8dc0baf1ac13343bef92ab7eed84548" 458 - 459 - [[package]] 460 - name = "scopeguard" 461 - version = "1.1.0" 462 - source = "registry+https://github.com/rust-lang/crates.io-index" 463 - checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 464 - 465 - [[package]] 466 - name = "strsim" 467 - version = "0.8.0" 468 - source = "registry+https://github.com/rust-lang/crates.io-index" 469 - checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" 470 - 471 - [[package]] 472 - name = "sysinfo" 473 - version = "0.15.9" 474 - source = "registry+https://github.com/rust-lang/crates.io-index" 475 - checksum = "de94457a09609f33fec5e7fceaf907488967c6c7c75d64da6a7ce6ffdb8b5abd" 476 - dependencies = [ 477 - "cc", 478 - "cfg-if", 479 - "core-foundation-sys", 480 - "doc-comment", 481 - "libc", 482 - "ntapi", 483 - "once_cell", 484 - "rayon", 485 - "winapi", 486 - ] 487 - 488 - [[package]] 489 - name = "term_size" 490 - version = "0.3.2" 491 - source = "registry+https://github.com/rust-lang/crates.io-index" 492 - checksum = "1e4129646ca0ed8f45d09b929036bafad5377103edd06e50bf574b353d2b08d9" 493 - dependencies = [ 494 - "libc", 495 - "winapi", 496 - ] 497 - 498 - [[package]] 499 - name = "textwrap" 500 - version = "0.11.0" 501 - source = "registry+https://github.com/rust-lang/crates.io-index" 502 - checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" 503 - dependencies = [ 504 - "unicode-width", 505 - ] 506 - 507 - [[package]] 508 - name = "time" 509 - version = "0.1.44" 510 - source = "registry+https://github.com/rust-lang/crates.io-index" 511 - checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255" 512 - dependencies = [ 513 - "libc", 514 - "wasi 0.10.0+wasi-snapshot-preview1", 515 - "winapi", 516 - ] 517 - 518 - [[package]] 519 - name = "uname" 520 - version = "0.1.1" 521 - source = "registry+https://github.com/rust-lang/crates.io-index" 522 - checksum = "b72f89f0ca32e4db1c04e2a72f5345d59796d4866a1ee0609084569f73683dc8" 523 - dependencies = [ 524 - "libc", 525 - ] 526 - 527 - [[package]] 528 - name = "unicode-width" 529 - version = "0.1.8" 530 - source = "registry+https://github.com/rust-lang/crates.io-index" 531 - checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3" 532 - 533 - [[package]] 534 - name = "unicode-xid" 535 - version = "0.2.1" 536 - source = "registry+https://github.com/rust-lang/crates.io-index" 537 - checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564" 538 - 539 - [[package]] 540 - name = "users" 541 - version = "0.10.0" 542 - source = "registry+https://github.com/rust-lang/crates.io-index" 543 - checksum = "aa4227e95324a443c9fcb06e03d4d85e91aabe9a5a02aa818688b6918b6af486" 544 - dependencies = [ 545 - "libc", 546 - "log", 547 - ] 548 - 549 - [[package]] 550 - name = "vec_map" 551 - version = "0.8.2" 552 - source = "registry+https://github.com/rust-lang/crates.io-index" 553 - checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" 554 - 555 - [[package]] 556 - name = "wasi" 557 - version = "0.9.0+wasi-snapshot-preview1" 558 - source = "registry+https://github.com/rust-lang/crates.io-index" 559 - checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" 560 - 561 - [[package]] 562 - name = "wasi" 563 - version = "0.10.0+wasi-snapshot-preview1" 564 - source = "registry+https://github.com/rust-lang/crates.io-index" 565 - checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" 566 - 567 - [[package]] 568 - name = "winapi" 569 - version = "0.3.9" 570 - source = "registry+https://github.com/rust-lang/crates.io-index" 571 - checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 572 - dependencies = [ 573 - "winapi-i686-pc-windows-gnu", 574 - "winapi-x86_64-pc-windows-gnu", 575 - ] 576 - 577 - [[package]] 578 - name = "winapi-i686-pc-windows-gnu" 579 - version = "0.4.0" 580 - source = "registry+https://github.com/rust-lang/crates.io-index" 581 - checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 582 - 583 - [[package]] 584 - name = "winapi-x86_64-pc-windows-gnu" 585 - version = "0.4.0" 586 - source = "registry+https://github.com/rust-lang/crates.io-index" 587 - checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
+3 -10
pkgs/tools/misc/freshfetch/default.nix
··· 1 1 { lib 2 + , rustPlatform 3 + , fetchFromGitHub 2 4 , stdenv 3 - , fetchFromGitHub 4 - , fetchurl 5 - , rustPlatform 6 5 , AppKit 7 6 , CoreFoundation 8 7 , DiskArbitration ··· 21 20 sha256 = "1l9zngr5l12g71j85iyph4jjri3crxc2pi9q0gczrrzvs03439mn"; 22 21 }; 23 22 24 - cargoLock = { 25 - # update Cargo.lock every new release of freshfetch 26 - lockFile = ./Cargo.lock; 27 - outputHashes = { 28 - "clml_rs-0.3.0" = "0hvd59zh7czk9jd1a2wwcm1acpcfbz32v9ka7ap6f74d638jcc19"; 29 - }; 30 - }; 23 + cargoSha256 = "sha256-ra29AwUleHVom6Pi5bL1IPqW7yyLYwRtKFvadMB/380="; 31 24 32 25 # freshfetch depends on rust nightly features 33 26 RUSTC_BOOTSTRAP = 1;
-660
pkgs/tools/security/dnspeep/Cargo.lock
··· 1 - # This file is automatically @generated by Cargo. 2 - # It is not intended for manual editing. 3 - [[package]] 4 - name = "aho-corasick" 5 - version = "0.7.15" 6 - source = "registry+https://github.com/rust-lang/crates.io-index" 7 - checksum = "7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5" 8 - dependencies = [ 9 - "memchr", 10 - ] 11 - 12 - [[package]] 13 - name = "autocfg" 14 - version = "1.0.1" 15 - source = "registry+https://github.com/rust-lang/crates.io-index" 16 - checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a" 17 - 18 - [[package]] 19 - name = "bitflags" 20 - version = "1.2.1" 21 - source = "registry+https://github.com/rust-lang/crates.io-index" 22 - checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" 23 - 24 - [[package]] 25 - name = "byteorder" 26 - version = "1.4.3" 27 - source = "registry+https://github.com/rust-lang/crates.io-index" 28 - checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" 29 - 30 - [[package]] 31 - name = "bytes" 32 - version = "0.5.6" 33 - source = "registry+https://github.com/rust-lang/crates.io-index" 34 - checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38" 35 - 36 - [[package]] 37 - name = "bytes" 38 - version = "1.0.1" 39 - source = "registry+https://github.com/rust-lang/crates.io-index" 40 - checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040" 41 - 42 - [[package]] 43 - name = "cfg-if" 44 - version = "0.1.10" 45 - source = "registry+https://github.com/rust-lang/crates.io-index" 46 - checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" 47 - 48 - [[package]] 49 - name = "cfg-if" 50 - version = "1.0.0" 51 - source = "registry+https://github.com/rust-lang/crates.io-index" 52 - checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 53 - 54 - [[package]] 55 - name = "chrono" 56 - version = "0.4.19" 57 - source = "registry+https://github.com/rust-lang/crates.io-index" 58 - checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73" 59 - dependencies = [ 60 - "libc", 61 - "num-integer", 62 - "num-traits", 63 - "time", 64 - "winapi 0.3.9", 65 - ] 66 - 67 - [[package]] 68 - name = "dns-message-parser" 69 - version = "0.5.0" 70 - source = "registry+https://github.com/rust-lang/crates.io-index" 71 - checksum = "8e859c9ca137be3407a445a34eda3395aeef5aae12cd47d46a7fffba54460072" 72 - dependencies = [ 73 - "bytes 1.0.1", 74 - "hex", 75 - "thiserror", 76 - ] 77 - 78 - [[package]] 79 - name = "dnspeep" 80 - version = "0.1.2" 81 - dependencies = [ 82 - "bytes 1.0.1", 83 - "chrono", 84 - "dns-message-parser", 85 - "etherparse", 86 - "eyre", 87 - "futures", 88 - "getopts", 89 - "hex", 90 - "libc", 91 - "pcap", 92 - "tokio", 93 - ] 94 - 95 - [[package]] 96 - name = "etherparse" 97 - version = "0.9.0" 98 - source = "registry+https://github.com/rust-lang/crates.io-index" 99 - checksum = "2fa20922281f9ee5ffcda45e80d56085829279f1270f79fbabc39809a4354807" 100 - dependencies = [ 101 - "byteorder", 102 - ] 103 - 104 - [[package]] 105 - name = "eyre" 106 - version = "0.6.5" 107 - source = "registry+https://github.com/rust-lang/crates.io-index" 108 - checksum = "221239d1d5ea86bf5d6f91c9d6bc3646ffe471b08ff9b0f91c44f115ac969d2b" 109 - dependencies = [ 110 - "indenter", 111 - "once_cell", 112 - ] 113 - 114 - [[package]] 115 - name = "fnv" 116 - version = "1.0.7" 117 - source = "registry+https://github.com/rust-lang/crates.io-index" 118 - checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 119 - 120 - [[package]] 121 - name = "fuchsia-zircon" 122 - version = "0.3.3" 123 - source = "registry+https://github.com/rust-lang/crates.io-index" 124 - checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" 125 - dependencies = [ 126 - "bitflags", 127 - "fuchsia-zircon-sys", 128 - ] 129 - 130 - [[package]] 131 - name = "fuchsia-zircon-sys" 132 - version = "0.3.3" 133 - source = "registry+https://github.com/rust-lang/crates.io-index" 134 - checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" 135 - 136 - [[package]] 137 - name = "futures" 138 - version = "0.3.13" 139 - source = "registry+https://github.com/rust-lang/crates.io-index" 140 - checksum = "7f55667319111d593ba876406af7c409c0ebb44dc4be6132a783ccf163ea14c1" 141 - dependencies = [ 142 - "futures-channel", 143 - "futures-core", 144 - "futures-executor", 145 - "futures-io", 146 - "futures-sink", 147 - "futures-task", 148 - "futures-util", 149 - ] 150 - 151 - [[package]] 152 - name = "futures-channel" 153 - version = "0.3.13" 154 - source = "registry+https://github.com/rust-lang/crates.io-index" 155 - checksum = "8c2dd2df839b57db9ab69c2c9d8f3e8c81984781937fe2807dc6dcf3b2ad2939" 156 - dependencies = [ 157 - "futures-core", 158 - "futures-sink", 159 - ] 160 - 161 - [[package]] 162 - name = "futures-core" 163 - version = "0.3.13" 164 - source = "registry+https://github.com/rust-lang/crates.io-index" 165 - checksum = "15496a72fabf0e62bdc3df11a59a3787429221dd0710ba8ef163d6f7a9112c94" 166 - 167 - [[package]] 168 - name = "futures-executor" 169 - version = "0.3.13" 170 - source = "registry+https://github.com/rust-lang/crates.io-index" 171 - checksum = "891a4b7b96d84d5940084b2a37632dd65deeae662c114ceaa2c879629c9c0ad1" 172 - dependencies = [ 173 - "futures-core", 174 - "futures-task", 175 - "futures-util", 176 - ] 177 - 178 - [[package]] 179 - name = "futures-io" 180 - version = "0.3.13" 181 - source = "registry+https://github.com/rust-lang/crates.io-index" 182 - checksum = "d71c2c65c57704c32f5241c1223167c2c3294fd34ac020c807ddbe6db287ba59" 183 - 184 - [[package]] 185 - name = "futures-macro" 186 - version = "0.3.13" 187 - source = "registry+https://github.com/rust-lang/crates.io-index" 188 - checksum = "ea405816a5139fb39af82c2beb921d52143f556038378d6db21183a5c37fbfb7" 189 - dependencies = [ 190 - "proc-macro-hack", 191 - "proc-macro2", 192 - "quote", 193 - "syn", 194 - ] 195 - 196 - [[package]] 197 - name = "futures-sink" 198 - version = "0.3.13" 199 - source = "registry+https://github.com/rust-lang/crates.io-index" 200 - checksum = "85754d98985841b7d4f5e8e6fbfa4a4ac847916893ec511a2917ccd8525b8bb3" 201 - 202 - [[package]] 203 - name = "futures-task" 204 - version = "0.3.13" 205 - source = "registry+https://github.com/rust-lang/crates.io-index" 206 - checksum = "fa189ef211c15ee602667a6fcfe1c1fd9e07d42250d2156382820fba33c9df80" 207 - 208 - [[package]] 209 - name = "futures-util" 210 - version = "0.3.13" 211 - source = "registry+https://github.com/rust-lang/crates.io-index" 212 - checksum = "1812c7ab8aedf8d6f2701a43e1243acdbcc2b36ab26e2ad421eb99ac963d96d1" 213 - dependencies = [ 214 - "futures-channel", 215 - "futures-core", 216 - "futures-io", 217 - "futures-macro", 218 - "futures-sink", 219 - "futures-task", 220 - "memchr", 221 - "pin-project-lite 0.2.6", 222 - "pin-utils", 223 - "proc-macro-hack", 224 - "proc-macro-nested", 225 - "slab", 226 - ] 227 - 228 - [[package]] 229 - name = "getopts" 230 - version = "0.2.21" 231 - source = "registry+https://github.com/rust-lang/crates.io-index" 232 - checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5" 233 - dependencies = [ 234 - "unicode-width", 235 - ] 236 - 237 - [[package]] 238 - name = "hermit-abi" 239 - version = "0.1.18" 240 - source = "registry+https://github.com/rust-lang/crates.io-index" 241 - checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c" 242 - dependencies = [ 243 - "libc", 244 - ] 245 - 246 - [[package]] 247 - name = "hex" 248 - version = "0.4.3" 249 - source = "registry+https://github.com/rust-lang/crates.io-index" 250 - checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 251 - 252 - [[package]] 253 - name = "indenter" 254 - version = "0.3.3" 255 - source = "registry+https://github.com/rust-lang/crates.io-index" 256 - checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683" 257 - 258 - [[package]] 259 - name = "iovec" 260 - version = "0.1.4" 261 - source = "registry+https://github.com/rust-lang/crates.io-index" 262 - checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e" 263 - dependencies = [ 264 - "libc", 265 - ] 266 - 267 - [[package]] 268 - name = "kernel32-sys" 269 - version = "0.2.2" 270 - source = "registry+https://github.com/rust-lang/crates.io-index" 271 - checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" 272 - dependencies = [ 273 - "winapi 0.2.8", 274 - "winapi-build", 275 - ] 276 - 277 - [[package]] 278 - name = "lazy_static" 279 - version = "1.4.0" 280 - source = "registry+https://github.com/rust-lang/crates.io-index" 281 - checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 282 - 283 - [[package]] 284 - name = "libc" 285 - version = "0.2.91" 286 - source = "registry+https://github.com/rust-lang/crates.io-index" 287 - checksum = "8916b1f6ca17130ec6568feccee27c156ad12037880833a3b842a823236502e7" 288 - 289 - [[package]] 290 - name = "libloading" 291 - version = "0.6.7" 292 - source = "registry+https://github.com/rust-lang/crates.io-index" 293 - checksum = "351a32417a12d5f7e82c368a66781e307834dae04c6ce0cd4456d52989229883" 294 - dependencies = [ 295 - "cfg-if 1.0.0", 296 - "winapi 0.3.9", 297 - ] 298 - 299 - [[package]] 300 - name = "log" 301 - version = "0.4.14" 302 - source = "registry+https://github.com/rust-lang/crates.io-index" 303 - checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710" 304 - dependencies = [ 305 - "cfg-if 1.0.0", 306 - ] 307 - 308 - [[package]] 309 - name = "memchr" 310 - version = "2.3.4" 311 - source = "registry+https://github.com/rust-lang/crates.io-index" 312 - checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525" 313 - 314 - [[package]] 315 - name = "mio" 316 - version = "0.6.23" 317 - source = "registry+https://github.com/rust-lang/crates.io-index" 318 - checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4" 319 - dependencies = [ 320 - "cfg-if 0.1.10", 321 - "fuchsia-zircon", 322 - "fuchsia-zircon-sys", 323 - "iovec", 324 - "kernel32-sys", 325 - "libc", 326 - "log", 327 - "miow 0.2.2", 328 - "net2", 329 - "slab", 330 - "winapi 0.2.8", 331 - ] 332 - 333 - [[package]] 334 - name = "mio-named-pipes" 335 - version = "0.1.7" 336 - source = "registry+https://github.com/rust-lang/crates.io-index" 337 - checksum = "0840c1c50fd55e521b247f949c241c9997709f23bd7f023b9762cd561e935656" 338 - dependencies = [ 339 - "log", 340 - "mio", 341 - "miow 0.3.7", 342 - "winapi 0.3.9", 343 - ] 344 - 345 - [[package]] 346 - name = "mio-uds" 347 - version = "0.6.8" 348 - source = "registry+https://github.com/rust-lang/crates.io-index" 349 - checksum = "afcb699eb26d4332647cc848492bbc15eafb26f08d0304550d5aa1f612e066f0" 350 - dependencies = [ 351 - "iovec", 352 - "libc", 353 - "mio", 354 - ] 355 - 356 - [[package]] 357 - name = "miow" 358 - version = "0.2.2" 359 - source = "registry+https://github.com/rust-lang/crates.io-index" 360 - checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d" 361 - dependencies = [ 362 - "kernel32-sys", 363 - "net2", 364 - "winapi 0.2.8", 365 - "ws2_32-sys", 366 - ] 367 - 368 - [[package]] 369 - name = "miow" 370 - version = "0.3.7" 371 - source = "registry+https://github.com/rust-lang/crates.io-index" 372 - checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21" 373 - dependencies = [ 374 - "winapi 0.3.9", 375 - ] 376 - 377 - [[package]] 378 - name = "net2" 379 - version = "0.2.37" 380 - source = "registry+https://github.com/rust-lang/crates.io-index" 381 - checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae" 382 - dependencies = [ 383 - "cfg-if 0.1.10", 384 - "libc", 385 - "winapi 0.3.9", 386 - ] 387 - 388 - [[package]] 389 - name = "num-integer" 390 - version = "0.1.44" 391 - source = "registry+https://github.com/rust-lang/crates.io-index" 392 - checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db" 393 - dependencies = [ 394 - "autocfg", 395 - "num-traits", 396 - ] 397 - 398 - [[package]] 399 - name = "num-traits" 400 - version = "0.2.14" 401 - source = "registry+https://github.com/rust-lang/crates.io-index" 402 - checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290" 403 - dependencies = [ 404 - "autocfg", 405 - ] 406 - 407 - [[package]] 408 - name = "num_cpus" 409 - version = "1.13.0" 410 - source = "registry+https://github.com/rust-lang/crates.io-index" 411 - checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3" 412 - dependencies = [ 413 - "hermit-abi", 414 - "libc", 415 - ] 416 - 417 - [[package]] 418 - name = "once_cell" 419 - version = "1.7.2" 420 - source = "registry+https://github.com/rust-lang/crates.io-index" 421 - checksum = "af8b08b04175473088b46763e51ee54da5f9a164bc162f615b91bc179dbf15a3" 422 - 423 - [[package]] 424 - name = "pcap" 425 - version = "0.8.1" 426 - source = "git+https://github.com/jvns/pcap#ae2aa7f501ae5bb7069155cf7c5c700b7482681d" 427 - dependencies = [ 428 - "futures", 429 - "libc", 430 - "libloading", 431 - "mio", 432 - "regex", 433 - "tokio", 434 - "widestring", 435 - ] 436 - 437 - [[package]] 438 - name = "pin-project-lite" 439 - version = "0.1.12" 440 - source = "registry+https://github.com/rust-lang/crates.io-index" 441 - checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777" 442 - 443 - [[package]] 444 - name = "pin-project-lite" 445 - version = "0.2.6" 446 - source = "registry+https://github.com/rust-lang/crates.io-index" 447 - checksum = "dc0e1f259c92177c30a4c9d177246edd0a3568b25756a977d0632cf8fa37e905" 448 - 449 - [[package]] 450 - name = "pin-utils" 451 - version = "0.1.0" 452 - source = "registry+https://github.com/rust-lang/crates.io-index" 453 - checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 454 - 455 - [[package]] 456 - name = "proc-macro-hack" 457 - version = "0.5.19" 458 - source = "registry+https://github.com/rust-lang/crates.io-index" 459 - checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5" 460 - 461 - [[package]] 462 - name = "proc-macro-nested" 463 - version = "0.1.7" 464 - source = "registry+https://github.com/rust-lang/crates.io-index" 465 - checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086" 466 - 467 - [[package]] 468 - name = "proc-macro2" 469 - version = "1.0.24" 470 - source = "registry+https://github.com/rust-lang/crates.io-index" 471 - checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71" 472 - dependencies = [ 473 - "unicode-xid", 474 - ] 475 - 476 - [[package]] 477 - name = "quote" 478 - version = "1.0.9" 479 - source = "registry+https://github.com/rust-lang/crates.io-index" 480 - checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7" 481 - dependencies = [ 482 - "proc-macro2", 483 - ] 484 - 485 - [[package]] 486 - name = "regex" 487 - version = "1.4.5" 488 - source = "registry+https://github.com/rust-lang/crates.io-index" 489 - checksum = "957056ecddbeba1b26965114e191d2e8589ce74db242b6ea25fc4062427a5c19" 490 - dependencies = [ 491 - "aho-corasick", 492 - "memchr", 493 - "regex-syntax", 494 - ] 495 - 496 - [[package]] 497 - name = "regex-syntax" 498 - version = "0.6.23" 499 - source = "registry+https://github.com/rust-lang/crates.io-index" 500 - checksum = "24d5f089152e60f62d28b835fbff2cd2e8dc0baf1ac13343bef92ab7eed84548" 501 - 502 - [[package]] 503 - name = "signal-hook-registry" 504 - version = "1.3.0" 505 - source = "registry+https://github.com/rust-lang/crates.io-index" 506 - checksum = "16f1d0fef1604ba8f7a073c7e701f213e056707210e9020af4528e0101ce11a6" 507 - dependencies = [ 508 - "libc", 509 - ] 510 - 511 - [[package]] 512 - name = "slab" 513 - version = "0.4.2" 514 - source = "registry+https://github.com/rust-lang/crates.io-index" 515 - checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" 516 - 517 - [[package]] 518 - name = "syn" 519 - version = "1.0.65" 520 - source = "registry+https://github.com/rust-lang/crates.io-index" 521 - checksum = "f3a1d708c221c5a612956ef9f75b37e454e88d1f7b899fbd3a18d4252012d663" 522 - dependencies = [ 523 - "proc-macro2", 524 - "quote", 525 - "unicode-xid", 526 - ] 527 - 528 - [[package]] 529 - name = "thiserror" 530 - version = "1.0.24" 531 - source = "registry+https://github.com/rust-lang/crates.io-index" 532 - checksum = "e0f4a65597094d4483ddaed134f409b2cb7c1beccf25201a9f73c719254fa98e" 533 - dependencies = [ 534 - "thiserror-impl", 535 - ] 536 - 537 - [[package]] 538 - name = "thiserror-impl" 539 - version = "1.0.24" 540 - source = "registry+https://github.com/rust-lang/crates.io-index" 541 - checksum = "7765189610d8241a44529806d6fd1f2e0a08734313a35d5b3a556f92b381f3c0" 542 - dependencies = [ 543 - "proc-macro2", 544 - "quote", 545 - "syn", 546 - ] 547 - 548 - [[package]] 549 - name = "time" 550 - version = "0.1.44" 551 - source = "registry+https://github.com/rust-lang/crates.io-index" 552 - checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255" 553 - dependencies = [ 554 - "libc", 555 - "wasi", 556 - "winapi 0.3.9", 557 - ] 558 - 559 - [[package]] 560 - name = "tokio" 561 - version = "0.2.25" 562 - source = "registry+https://github.com/rust-lang/crates.io-index" 563 - checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092" 564 - dependencies = [ 565 - "bytes 0.5.6", 566 - "fnv", 567 - "futures-core", 568 - "iovec", 569 - "lazy_static", 570 - "libc", 571 - "memchr", 572 - "mio", 573 - "mio-named-pipes", 574 - "mio-uds", 575 - "num_cpus", 576 - "pin-project-lite 0.1.12", 577 - "signal-hook-registry", 578 - "slab", 579 - "tokio-macros", 580 - "winapi 0.3.9", 581 - ] 582 - 583 - [[package]] 584 - name = "tokio-macros" 585 - version = "0.2.6" 586 - source = "registry+https://github.com/rust-lang/crates.io-index" 587 - checksum = "e44da00bfc73a25f814cd8d7e57a68a5c31b74b3152a0a1d1f590c97ed06265a" 588 - dependencies = [ 589 - "proc-macro2", 590 - "quote", 591 - "syn", 592 - ] 593 - 594 - [[package]] 595 - name = "unicode-width" 596 - version = "0.1.8" 597 - source = "registry+https://github.com/rust-lang/crates.io-index" 598 - checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3" 599 - 600 - [[package]] 601 - name = "unicode-xid" 602 - version = "0.2.1" 603 - source = "registry+https://github.com/rust-lang/crates.io-index" 604 - checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564" 605 - 606 - [[package]] 607 - name = "wasi" 608 - version = "0.10.0+wasi-snapshot-preview1" 609 - source = "registry+https://github.com/rust-lang/crates.io-index" 610 - checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" 611 - 612 - [[package]] 613 - name = "widestring" 614 - version = "0.2.2" 615 - source = "registry+https://github.com/rust-lang/crates.io-index" 616 - checksum = "7157704c2e12e3d2189c507b7482c52820a16dfa4465ba91add92f266667cadb" 617 - 618 - [[package]] 619 - name = "winapi" 620 - version = "0.2.8" 621 - source = "registry+https://github.com/rust-lang/crates.io-index" 622 - checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" 623 - 624 - [[package]] 625 - name = "winapi" 626 - version = "0.3.9" 627 - source = "registry+https://github.com/rust-lang/crates.io-index" 628 - checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 629 - dependencies = [ 630 - "winapi-i686-pc-windows-gnu", 631 - "winapi-x86_64-pc-windows-gnu", 632 - ] 633 - 634 - [[package]] 635 - name = "winapi-build" 636 - version = "0.1.1" 637 - source = "registry+https://github.com/rust-lang/crates.io-index" 638 - checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" 639 - 640 - [[package]] 641 - name = "winapi-i686-pc-windows-gnu" 642 - version = "0.4.0" 643 - source = "registry+https://github.com/rust-lang/crates.io-index" 644 - checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 645 - 646 - [[package]] 647 - name = "winapi-x86_64-pc-windows-gnu" 648 - version = "0.4.0" 649 - source = "registry+https://github.com/rust-lang/crates.io-index" 650 - checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 651 - 652 - [[package]] 653 - name = "ws2_32-sys" 654 - version = "0.2.1" 655 - source = "registry+https://github.com/rust-lang/crates.io-index" 656 - checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e" 657 - dependencies = [ 658 - "winapi 0.2.8", 659 - "winapi-build", 660 - ]
+2 -9
pkgs/tools/security/dnspeep/default.nix
··· 1 - { fetchFromGitHub, lib, libpcap, rustPlatform }: 1 + { lib, rustPlatform, fetchFromGitHub, libpcap }: 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "dnspeep"; ··· 11 11 sha256 = "0lz22vlgi1alsq676q4nlzfzwnsrvziyqdnmdbn00rwqsvlb81q6"; 12 12 }; 13 13 14 - # dnspeep has git dependencies therefore doesn't work with `cargoSha256` 15 - cargoLock = { 16 - # update Cargo.lock every update 17 - lockFile = ./Cargo.lock; 18 - outputHashes = { 19 - "pcap-0.8.1" = "1nnfyhlhcpbl4i6zmfa9rvnvr6ibg5khran1f5yhmr9yfhmhgakd"; 20 - }; 21 - }; 14 + cargoSha256 = "sha256-I1m+6M2tmmTZuXlZaecSslj6q2iCsMBq7k9vHiMd3WE="; 22 15 23 16 LIBPCAP_LIBDIR = lib.makeLibraryPath [ libpcap ]; 24 17 LIBPCAP_VER = libpcap.version;