httplz: 1.9.2 -> 1.12.1

figsoda 342267b0 b995290d

+36 -1290
-1275
pkgs/tools/networking/httplz/cargo-lock.patch
··· 1 - diff --git a/Cargo.lock b/Cargo.lock 2 - new file mode 100644 3 - index 0000000..722bfbd 4 - --- /dev/null 5 - +++ b/Cargo.lock 6 - @@ -0,0 +1,1269 @@ 7 - +# This file is automatically @generated by Cargo. 8 - +# It is not intended for manual editing. 9 - +[[package]] 10 - +name = "adler32" 11 - +version = "1.0.4" 12 - +source = "registry+https://github.com/rust-lang/crates.io-index" 13 - +checksum = "5d2e7343e7fc9de883d1b0341e0b13970f764c14101234857d2ddafa1cb1cac2" 14 - + 15 - +[[package]] 16 - +name = "aho-corasick" 17 - +version = "0.7.10" 18 - +source = "registry+https://github.com/rust-lang/crates.io-index" 19 - +checksum = "8716408b8bc624ed7f65d223ddb9ac2d044c0547b6fa4b0d554f3a9540496ada" 20 - +dependencies = [ 21 - + "memchr", 22 - +] 23 - + 24 - +[[package]] 25 - +name = "ansi_term" 26 - +version = "0.11.0" 27 - +source = "registry+https://github.com/rust-lang/crates.io-index" 28 - +checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" 29 - +dependencies = [ 30 - + "winapi", 31 - +] 32 - + 33 - +[[package]] 34 - +name = "antidote" 35 - +version = "1.0.0" 36 - +source = "registry+https://github.com/rust-lang/crates.io-index" 37 - +checksum = "34fde25430d87a9388dadbe6e34d7f72a462c8b43ac8d309b42b0a8505d7e2a5" 38 - + 39 - +[[package]] 40 - +name = "atty" 41 - +version = "0.2.14" 42 - +source = "registry+https://github.com/rust-lang/crates.io-index" 43 - +checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 44 - +dependencies = [ 45 - + "hermit-abi", 46 - + "libc", 47 - + "winapi", 48 - +] 49 - + 50 - +[[package]] 51 - +name = "autocfg" 52 - +version = "0.1.7" 53 - +source = "registry+https://github.com/rust-lang/crates.io-index" 54 - +checksum = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2" 55 - + 56 - +[[package]] 57 - +name = "autocfg" 58 - +version = "1.0.0" 59 - +source = "registry+https://github.com/rust-lang/crates.io-index" 60 - +checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d" 61 - + 62 - +[[package]] 63 - +name = "base64" 64 - +version = "0.9.3" 65 - +source = "registry+https://github.com/rust-lang/crates.io-index" 66 - +checksum = "489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643" 67 - +dependencies = [ 68 - + "byteorder", 69 - + "safemem", 70 - +] 71 - + 72 - +[[package]] 73 - +name = "base64" 74 - +version = "0.10.1" 75 - +source = "registry+https://github.com/rust-lang/crates.io-index" 76 - +checksum = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e" 77 - +dependencies = [ 78 - + "byteorder", 79 - +] 80 - + 81 - +[[package]] 82 - +name = "bitflags" 83 - +version = "1.2.1" 84 - +source = "registry+https://github.com/rust-lang/crates.io-index" 85 - +checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" 86 - + 87 - +[[package]] 88 - +name = "bitstring" 89 - +version = "0.1.1" 90 - +source = "registry+https://github.com/rust-lang/crates.io-index" 91 - +checksum = "3e54f7b7a46d7b183eb41e2d82965261fa8a1597c68b50aced268ee1fc70272d" 92 - + 93 - +[[package]] 94 - +name = "brotli-sys" 95 - +version = "0.3.2" 96 - +source = "registry+https://github.com/rust-lang/crates.io-index" 97 - +checksum = "4445dea95f4c2b41cde57cc9fee236ae4dbae88d8fcbdb4750fc1bb5d86aaecd" 98 - +dependencies = [ 99 - + "cc", 100 - + "libc", 101 - +] 102 - + 103 - +[[package]] 104 - +name = "brotli2" 105 - +version = "0.3.2" 106 - +source = "registry+https://github.com/rust-lang/crates.io-index" 107 - +checksum = "0cb036c3eade309815c15ddbacec5b22c4d1f3983a774ab2eac2e3e9ea85568e" 108 - +dependencies = [ 109 - + "brotli-sys", 110 - + "libc", 111 - +] 112 - + 113 - +[[package]] 114 - +name = "byteorder" 115 - +version = "1.3.4" 116 - +source = "registry+https://github.com/rust-lang/crates.io-index" 117 - +checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de" 118 - + 119 - +[[package]] 120 - +name = "bzip2" 121 - +version = "0.3.3" 122 - +source = "registry+https://github.com/rust-lang/crates.io-index" 123 - +checksum = "42b7c3cbf0fa9c1b82308d57191728ca0256cb821220f4e2fd410a72ade26e3b" 124 - +dependencies = [ 125 - + "bzip2-sys", 126 - + "libc", 127 - +] 128 - + 129 - +[[package]] 130 - +name = "bzip2-sys" 131 - +version = "0.1.8+1.0.8" 132 - +source = "registry+https://github.com/rust-lang/crates.io-index" 133 - +checksum = "05305b41c5034ff0e93937ac64133d109b5a2660114ec45e9760bc6816d83038" 134 - +dependencies = [ 135 - + "cc", 136 - + "libc", 137 - +] 138 - + 139 - +[[package]] 140 - +name = "cc" 141 - +version = "1.0.52" 142 - +source = "registry+https://github.com/rust-lang/crates.io-index" 143 - +checksum = "c3d87b23d6a92cd03af510a5ade527033f6aa6fa92161e2d5863a907d4c5e31d" 144 - + 145 - +[[package]] 146 - +name = "cfg-if" 147 - +version = "0.1.10" 148 - +source = "registry+https://github.com/rust-lang/crates.io-index" 149 - +checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" 150 - + 151 - +[[package]] 152 - +name = "cidr" 153 - +version = "0.1.0" 154 - +source = "registry+https://github.com/rust-lang/crates.io-index" 155 - +checksum = "2da1cf0f275bb8dc1867a7f40cdb3b746951db73a183048e6e37fa89ed81bd01" 156 - +dependencies = [ 157 - + "bitstring", 158 - +] 159 - + 160 - +[[package]] 161 - +name = "clap" 162 - +version = "2.33.0" 163 - +source = "registry+https://github.com/rust-lang/crates.io-index" 164 - +checksum = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9" 165 - +dependencies = [ 166 - + "ansi_term", 167 - + "atty", 168 - + "bitflags", 169 - + "strsim", 170 - + "textwrap", 171 - + "unicode-width", 172 - + "vec_map", 173 - +] 174 - + 175 - +[[package]] 176 - +name = "cloudabi" 177 - +version = "0.0.3" 178 - +source = "registry+https://github.com/rust-lang/crates.io-index" 179 - +checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" 180 - +dependencies = [ 181 - + "bitflags", 182 - +] 183 - + 184 - +[[package]] 185 - +name = "core-foundation" 186 - +version = "0.7.0" 187 - +source = "registry+https://github.com/rust-lang/crates.io-index" 188 - +checksum = "57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171" 189 - +dependencies = [ 190 - + "core-foundation-sys", 191 - + "libc", 192 - +] 193 - + 194 - +[[package]] 195 - +name = "core-foundation-sys" 196 - +version = "0.7.0" 197 - +source = "registry+https://github.com/rust-lang/crates.io-index" 198 - +checksum = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac" 199 - + 200 - +[[package]] 201 - +name = "crc32fast" 202 - +version = "1.2.0" 203 - +source = "registry+https://github.com/rust-lang/crates.io-index" 204 - +checksum = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1" 205 - +dependencies = [ 206 - + "cfg-if", 207 - +] 208 - + 209 - +[[package]] 210 - +name = "ctrlc" 211 - +version = "3.1.4" 212 - +source = "registry+https://github.com/rust-lang/crates.io-index" 213 - +checksum = "7a4ba686dff9fa4c1c9636ce1010b0cf98ceb421361b0bb3d6faeec43bd217a7" 214 - +dependencies = [ 215 - + "nix", 216 - + "winapi", 217 - +] 218 - + 219 - +[[package]] 220 - +name = "dtoa" 221 - +version = "0.4.5" 222 - +source = "registry+https://github.com/rust-lang/crates.io-index" 223 - +checksum = "4358a9e11b9a09cf52383b451b49a169e8d797b68aa02301ff586d70d9661ea3" 224 - + 225 - +[[package]] 226 - +name = "either" 227 - +version = "1.5.3" 228 - +source = "registry+https://github.com/rust-lang/crates.io-index" 229 - +checksum = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3" 230 - + 231 - +[[package]] 232 - +name = "embed-resource" 233 - +version = "1.3.3" 234 - +source = "registry+https://github.com/rust-lang/crates.io-index" 235 - +checksum = "1f6b0b4403da80c2fd32333937dd468292c001d778c587ae759b75432772715d" 236 - +dependencies = [ 237 - + "vswhom", 238 - + "winreg", 239 - +] 240 - + 241 - +[[package]] 242 - +name = "flate2" 243 - +version = "1.0.14" 244 - +source = "registry+https://github.com/rust-lang/crates.io-index" 245 - +checksum = "2cfff41391129e0a856d6d822600b8d71179d46879e310417eb9c762eb178b42" 246 - +dependencies = [ 247 - + "cfg-if", 248 - + "crc32fast", 249 - + "libc", 250 - + "miniz_oxide", 251 - +] 252 - + 253 - +[[package]] 254 - +name = "foreign-types" 255 - +version = "0.3.2" 256 - +source = "registry+https://github.com/rust-lang/crates.io-index" 257 - +checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 258 - +dependencies = [ 259 - + "foreign-types-shared", 260 - +] 261 - + 262 - +[[package]] 263 - +name = "foreign-types-shared" 264 - +version = "0.1.1" 265 - +source = "registry+https://github.com/rust-lang/crates.io-index" 266 - +checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 267 - + 268 - +[[package]] 269 - +name = "fuchsia-cprng" 270 - +version = "0.1.1" 271 - +source = "registry+https://github.com/rust-lang/crates.io-index" 272 - +checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" 273 - + 274 - +[[package]] 275 - +name = "gcc" 276 - +version = "0.3.55" 277 - +source = "registry+https://github.com/rust-lang/crates.io-index" 278 - +checksum = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2" 279 - + 280 - +[[package]] 281 - +name = "getrandom" 282 - +version = "0.1.14" 283 - +source = "registry+https://github.com/rust-lang/crates.io-index" 284 - +checksum = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb" 285 - +dependencies = [ 286 - + "cfg-if", 287 - + "libc", 288 - + "wasi", 289 - +] 290 - + 291 - +[[package]] 292 - +name = "hermit-abi" 293 - +version = "0.1.11" 294 - +source = "registry+https://github.com/rust-lang/crates.io-index" 295 - +checksum = "8a0d737e0f947a1864e93d33fdef4af8445a00d1ed8dc0c8ddb73139ea6abf15" 296 - +dependencies = [ 297 - + "libc", 298 - +] 299 - + 300 - +[[package]] 301 - +name = "httparse" 302 - +version = "1.3.4" 303 - +source = "registry+https://github.com/rust-lang/crates.io-index" 304 - +checksum = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9" 305 - + 306 - +[[package]] 307 - +name = "https" 308 - +version = "1.9.2" 309 - +dependencies = [ 310 - + "base64 0.10.1", 311 - + "brotli2", 312 - + "bzip2", 313 - + "cc", 314 - + "cidr", 315 - + "clap", 316 - + "ctrlc", 317 - + "embed-resource", 318 - + "flate2", 319 - + "hyper-native-tls", 320 - + "iron", 321 - + "itertools", 322 - + "lazy_static", 323 - + "lazysort", 324 - + "libc", 325 - + "md6", 326 - + "mime_guess", 327 - + "os-str-generic", 328 - + "percent-encoding 2.1.0", 329 - + "rand 0.7.3", 330 - + "regex", 331 - + "rfsapi", 332 - + "serde", 333 - + "serde_json", 334 - + "tabwriter", 335 - + "time", 336 - + "trivial_colours", 337 - + "unicase 2.6.0", 338 - + "walkdir", 339 - + "winapi", 340 - + "xml-rs", 341 - +] 342 - + 343 - +[[package]] 344 - +name = "hyper" 345 - +version = "0.10.16" 346 - +source = "registry+https://github.com/rust-lang/crates.io-index" 347 - +checksum = "0a0652d9a2609a968c14be1a9ea00bf4b1d64e2e1f53a1b51b6fff3a6e829273" 348 - +dependencies = [ 349 - + "base64 0.9.3", 350 - + "httparse", 351 - + "language-tags", 352 - + "log 0.3.9", 353 - + "mime", 354 - + "num_cpus", 355 - + "time", 356 - + "traitobject", 357 - + "typeable", 358 - + "unicase 1.4.2", 359 - + "url", 360 - +] 361 - + 362 - +[[package]] 363 - +name = "hyper-native-tls" 364 - +version = "0.3.0" 365 - +source = "registry+https://github.com/rust-lang/crates.io-index" 366 - +checksum = "6d375598f442742b0e66208ee12501391f1c7ac0bafb90b4fe53018f81f06068" 367 - +dependencies = [ 368 - + "antidote", 369 - + "hyper", 370 - + "native-tls", 371 - +] 372 - + 373 - +[[package]] 374 - +name = "idna" 375 - +version = "0.1.5" 376 - +source = "registry+https://github.com/rust-lang/crates.io-index" 377 - +checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e" 378 - +dependencies = [ 379 - + "matches", 380 - + "unicode-bidi", 381 - + "unicode-normalization", 382 - +] 383 - + 384 - +[[package]] 385 - +name = "iron" 386 - +version = "0.6.1" 387 - +source = "registry+https://github.com/rust-lang/crates.io-index" 388 - +checksum = "c6d308ca2d884650a8bf9ed2ff4cb13fbb2207b71f64cda11dc9b892067295e8" 389 - +dependencies = [ 390 - + "hyper", 391 - + "hyper-native-tls", 392 - + "log 0.3.9", 393 - + "mime_guess", 394 - + "modifier", 395 - + "num_cpus", 396 - + "plugin", 397 - + "typemap", 398 - + "url", 399 - +] 400 - + 401 - +[[package]] 402 - +name = "itertools" 403 - +version = "0.8.2" 404 - +source = "registry+https://github.com/rust-lang/crates.io-index" 405 - +checksum = "f56a2d0bc861f9165be4eb3442afd3c236d8a98afd426f65d92324ae1091a484" 406 - +dependencies = [ 407 - + "either", 408 - +] 409 - + 410 - +[[package]] 411 - +name = "itoa" 412 - +version = "0.3.4" 413 - +source = "registry+https://github.com/rust-lang/crates.io-index" 414 - +checksum = "8324a32baf01e2ae060e9de58ed0bc2320c9a2833491ee36cd3b4c414de4db8c" 415 - + 416 - +[[package]] 417 - +name = "language-tags" 418 - +version = "0.2.2" 419 - +source = "registry+https://github.com/rust-lang/crates.io-index" 420 - +checksum = "a91d884b6667cd606bb5a69aa0c99ba811a115fc68915e7056ec08a46e93199a" 421 - + 422 - +[[package]] 423 - +name = "lazy_static" 424 - +version = "1.4.0" 425 - +source = "registry+https://github.com/rust-lang/crates.io-index" 426 - +checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 427 - + 428 - +[[package]] 429 - +name = "lazysort" 430 - +version = "0.2.1" 431 - +source = "registry+https://github.com/rust-lang/crates.io-index" 432 - +checksum = "d0e22ff43b231e0e2f87d74984e53ebc73b90ae13397e041214fb07efc64168f" 433 - + 434 - +[[package]] 435 - +name = "libc" 436 - +version = "0.2.69" 437 - +source = "registry+https://github.com/rust-lang/crates.io-index" 438 - +checksum = "99e85c08494b21a9054e7fe1374a732aeadaff3980b6990b94bfd3a70f690005" 439 - + 440 - +[[package]] 441 - +name = "log" 442 - +version = "0.3.9" 443 - +source = "registry+https://github.com/rust-lang/crates.io-index" 444 - +checksum = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b" 445 - +dependencies = [ 446 - + "log 0.4.8", 447 - +] 448 - + 449 - +[[package]] 450 - +name = "log" 451 - +version = "0.4.8" 452 - +source = "registry+https://github.com/rust-lang/crates.io-index" 453 - +checksum = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7" 454 - +dependencies = [ 455 - + "cfg-if", 456 - +] 457 - + 458 - +[[package]] 459 - +name = "matches" 460 - +version = "0.1.8" 461 - +source = "registry+https://github.com/rust-lang/crates.io-index" 462 - +checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" 463 - + 464 - +[[package]] 465 - +name = "md6" 466 - +version = "2.0.1" 467 - +source = "registry+https://github.com/rust-lang/crates.io-index" 468 - +checksum = "21baf112ff708069b0d0544843236583c9c18675cc1af78ba4ace0f60f63fb31" 469 - +dependencies = [ 470 - + "gcc", 471 - + "libc", 472 - +] 473 - + 474 - +[[package]] 475 - +name = "memchr" 476 - +version = "2.3.3" 477 - +source = "registry+https://github.com/rust-lang/crates.io-index" 478 - +checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400" 479 - + 480 - +[[package]] 481 - +name = "mime" 482 - +version = "0.2.6" 483 - +source = "registry+https://github.com/rust-lang/crates.io-index" 484 - +checksum = "ba626b8a6de5da682e1caa06bdb42a335aee5a84db8e5046a3e8ab17ba0a3ae0" 485 - +dependencies = [ 486 - + "log 0.3.9", 487 - +] 488 - + 489 - +[[package]] 490 - +name = "mime_guess" 491 - +version = "1.8.8" 492 - +source = "registry+https://github.com/rust-lang/crates.io-index" 493 - +checksum = "216929a5ee4dd316b1702eedf5e74548c123d370f47841ceaac38ca154690ca3" 494 - +dependencies = [ 495 - + "mime", 496 - + "phf", 497 - + "phf_codegen", 498 - + "unicase 1.4.2", 499 - +] 500 - + 501 - +[[package]] 502 - +name = "miniz_oxide" 503 - +version = "0.3.6" 504 - +source = "registry+https://github.com/rust-lang/crates.io-index" 505 - +checksum = "aa679ff6578b1cddee93d7e82e263b94a575e0bfced07284eb0c037c1d2416a5" 506 - +dependencies = [ 507 - + "adler32", 508 - +] 509 - + 510 - +[[package]] 511 - +name = "modifier" 512 - +version = "0.1.0" 513 - +source = "registry+https://github.com/rust-lang/crates.io-index" 514 - +checksum = "41f5c9112cb662acd3b204077e0de5bc66305fa8df65c8019d5adb10e9ab6e58" 515 - + 516 - +[[package]] 517 - +name = "native-tls" 518 - +version = "0.2.4" 519 - +source = "registry+https://github.com/rust-lang/crates.io-index" 520 - +checksum = "2b0d88c06fe90d5ee94048ba40409ef1d9315d86f6f38c2efdaad4fb50c58b2d" 521 - +dependencies = [ 522 - + "lazy_static", 523 - + "libc", 524 - + "log 0.4.8", 525 - + "openssl", 526 - + "openssl-probe", 527 - + "openssl-sys", 528 - + "schannel", 529 - + "security-framework", 530 - + "security-framework-sys", 531 - + "tempfile", 532 - +] 533 - + 534 - +[[package]] 535 - +name = "nix" 536 - +version = "0.17.0" 537 - +source = "registry+https://github.com/rust-lang/crates.io-index" 538 - +checksum = "50e4785f2c3b7589a0d0c1dd60285e1188adac4006e8abd6dd578e1567027363" 539 - +dependencies = [ 540 - + "bitflags", 541 - + "cc", 542 - + "cfg-if", 543 - + "libc", 544 - + "void", 545 - +] 546 - + 547 - +[[package]] 548 - +name = "num-traits" 549 - +version = "0.1.43" 550 - +source = "registry+https://github.com/rust-lang/crates.io-index" 551 - +checksum = "92e5113e9fd4cc14ded8e499429f396a20f98c772a47cc8622a736e1ec843c31" 552 - +dependencies = [ 553 - + "num-traits 0.2.11", 554 - +] 555 - + 556 - +[[package]] 557 - +name = "num-traits" 558 - +version = "0.2.11" 559 - +source = "registry+https://github.com/rust-lang/crates.io-index" 560 - +checksum = "c62be47e61d1842b9170f0fdeec8eba98e60e90e5446449a0545e5152acd7096" 561 - +dependencies = [ 562 - + "autocfg 1.0.0", 563 - +] 564 - + 565 - +[[package]] 566 - +name = "num_cpus" 567 - +version = "1.13.0" 568 - +source = "registry+https://github.com/rust-lang/crates.io-index" 569 - +checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3" 570 - +dependencies = [ 571 - + "hermit-abi", 572 - + "libc", 573 - +] 574 - + 575 - +[[package]] 576 - +name = "openssl" 577 - +version = "0.10.29" 578 - +source = "registry+https://github.com/rust-lang/crates.io-index" 579 - +checksum = "cee6d85f4cb4c4f59a6a85d5b68a233d280c82e29e822913b9c8b129fbf20bdd" 580 - +dependencies = [ 581 - + "bitflags", 582 - + "cfg-if", 583 - + "foreign-types", 584 - + "lazy_static", 585 - + "libc", 586 - + "openssl-sys", 587 - +] 588 - + 589 - +[[package]] 590 - +name = "openssl-probe" 591 - +version = "0.1.2" 592 - +source = "registry+https://github.com/rust-lang/crates.io-index" 593 - +checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de" 594 - + 595 - +[[package]] 596 - +name = "openssl-sys" 597 - +version = "0.9.55" 598 - +source = "registry+https://github.com/rust-lang/crates.io-index" 599 - +checksum = "7717097d810a0f2e2323f9e5d11e71608355e24828410b55b9d4f18aa5f9a5d8" 600 - +dependencies = [ 601 - + "autocfg 1.0.0", 602 - + "cc", 603 - + "libc", 604 - + "pkg-config", 605 - + "vcpkg", 606 - +] 607 - + 608 - +[[package]] 609 - +name = "os-str-generic" 610 - +version = "0.2.0" 611 - +source = "registry+https://github.com/rust-lang/crates.io-index" 612 - +checksum = "78f3d620827b89763f54b7f1da3029bd4e0ca7eb1ae61a5c4d3b0bc0dca5157e" 613 - + 614 - +[[package]] 615 - +name = "percent-encoding" 616 - +version = "1.0.1" 617 - +source = "registry+https://github.com/rust-lang/crates.io-index" 618 - +checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831" 619 - + 620 - +[[package]] 621 - +name = "percent-encoding" 622 - +version = "2.1.0" 623 - +source = "registry+https://github.com/rust-lang/crates.io-index" 624 - +checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" 625 - + 626 - +[[package]] 627 - +name = "phf" 628 - +version = "0.7.24" 629 - +source = "registry+https://github.com/rust-lang/crates.io-index" 630 - +checksum = "b3da44b85f8e8dfaec21adae67f95d93244b2ecf6ad2a692320598dcc8e6dd18" 631 - +dependencies = [ 632 - + "phf_shared", 633 - +] 634 - + 635 - +[[package]] 636 - +name = "phf_codegen" 637 - +version = "0.7.24" 638 - +source = "registry+https://github.com/rust-lang/crates.io-index" 639 - +checksum = "b03e85129e324ad4166b06b2c7491ae27fe3ec353af72e72cd1654c7225d517e" 640 - +dependencies = [ 641 - + "phf_generator", 642 - + "phf_shared", 643 - +] 644 - + 645 - +[[package]] 646 - +name = "phf_generator" 647 - +version = "0.7.24" 648 - +source = "registry+https://github.com/rust-lang/crates.io-index" 649 - +checksum = "09364cc93c159b8b06b1f4dd8a4398984503483891b0c26b867cf431fb132662" 650 - +dependencies = [ 651 - + "phf_shared", 652 - + "rand 0.6.5", 653 - +] 654 - + 655 - +[[package]] 656 - +name = "phf_shared" 657 - +version = "0.7.24" 658 - +source = "registry+https://github.com/rust-lang/crates.io-index" 659 - +checksum = "234f71a15de2288bcb7e3b6515828d22af7ec8598ee6d24c3b526fa0a80b67a0" 660 - +dependencies = [ 661 - + "siphasher", 662 - + "unicase 1.4.2", 663 - +] 664 - + 665 - +[[package]] 666 - +name = "pkg-config" 667 - +version = "0.3.17" 668 - +source = "registry+https://github.com/rust-lang/crates.io-index" 669 - +checksum = "05da548ad6865900e60eaba7f589cc0783590a92e940c26953ff81ddbab2d677" 670 - + 671 - +[[package]] 672 - +name = "plugin" 673 - +version = "0.2.6" 674 - +source = "registry+https://github.com/rust-lang/crates.io-index" 675 - +checksum = "1a6a0dc3910bc8db877ffed8e457763b317cf880df4ae19109b9f77d277cf6e0" 676 - +dependencies = [ 677 - + "typemap", 678 - +] 679 - + 680 - +[[package]] 681 - +name = "ppv-lite86" 682 - +version = "0.2.6" 683 - +source = "registry+https://github.com/rust-lang/crates.io-index" 684 - +checksum = "74490b50b9fbe561ac330df47c08f3f33073d2d00c150f719147d7c54522fa1b" 685 - + 686 - +[[package]] 687 - +name = "quote" 688 - +version = "0.3.15" 689 - +source = "registry+https://github.com/rust-lang/crates.io-index" 690 - +checksum = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a" 691 - + 692 - +[[package]] 693 - +name = "rand" 694 - +version = "0.6.5" 695 - +source = "registry+https://github.com/rust-lang/crates.io-index" 696 - +checksum = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca" 697 - +dependencies = [ 698 - + "autocfg 0.1.7", 699 - + "libc", 700 - + "rand_chacha 0.1.1", 701 - + "rand_core 0.4.2", 702 - + "rand_hc 0.1.0", 703 - + "rand_isaac", 704 - + "rand_jitter", 705 - + "rand_os", 706 - + "rand_pcg", 707 - + "rand_xorshift", 708 - + "winapi", 709 - +] 710 - + 711 - +[[package]] 712 - +name = "rand" 713 - +version = "0.7.3" 714 - +source = "registry+https://github.com/rust-lang/crates.io-index" 715 - +checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" 716 - +dependencies = [ 717 - + "getrandom", 718 - + "libc", 719 - + "rand_chacha 0.2.2", 720 - + "rand_core 0.5.1", 721 - + "rand_hc 0.2.0", 722 - +] 723 - + 724 - +[[package]] 725 - +name = "rand_chacha" 726 - +version = "0.1.1" 727 - +source = "registry+https://github.com/rust-lang/crates.io-index" 728 - +checksum = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef" 729 - +dependencies = [ 730 - + "autocfg 0.1.7", 731 - + "rand_core 0.3.1", 732 - +] 733 - + 734 - +[[package]] 735 - +name = "rand_chacha" 736 - +version = "0.2.2" 737 - +source = "registry+https://github.com/rust-lang/crates.io-index" 738 - +checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" 739 - +dependencies = [ 740 - + "ppv-lite86", 741 - + "rand_core 0.5.1", 742 - +] 743 - + 744 - +[[package]] 745 - +name = "rand_core" 746 - +version = "0.3.1" 747 - +source = "registry+https://github.com/rust-lang/crates.io-index" 748 - +checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b" 749 - +dependencies = [ 750 - + "rand_core 0.4.2", 751 - +] 752 - + 753 - +[[package]] 754 - +name = "rand_core" 755 - +version = "0.4.2" 756 - +source = "registry+https://github.com/rust-lang/crates.io-index" 757 - +checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc" 758 - + 759 - +[[package]] 760 - +name = "rand_core" 761 - +version = "0.5.1" 762 - +source = "registry+https://github.com/rust-lang/crates.io-index" 763 - +checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" 764 - +dependencies = [ 765 - + "getrandom", 766 - +] 767 - + 768 - +[[package]] 769 - +name = "rand_hc" 770 - +version = "0.1.0" 771 - +source = "registry+https://github.com/rust-lang/crates.io-index" 772 - +checksum = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4" 773 - +dependencies = [ 774 - + "rand_core 0.3.1", 775 - +] 776 - + 777 - +[[package]] 778 - +name = "rand_hc" 779 - +version = "0.2.0" 780 - +source = "registry+https://github.com/rust-lang/crates.io-index" 781 - +checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" 782 - +dependencies = [ 783 - + "rand_core 0.5.1", 784 - +] 785 - + 786 - +[[package]] 787 - +name = "rand_isaac" 788 - +version = "0.1.1" 789 - +source = "registry+https://github.com/rust-lang/crates.io-index" 790 - +checksum = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08" 791 - +dependencies = [ 792 - + "rand_core 0.3.1", 793 - +] 794 - + 795 - +[[package]] 796 - +name = "rand_jitter" 797 - +version = "0.1.4" 798 - +source = "registry+https://github.com/rust-lang/crates.io-index" 799 - +checksum = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b" 800 - +dependencies = [ 801 - + "libc", 802 - + "rand_core 0.4.2", 803 - + "winapi", 804 - +] 805 - + 806 - +[[package]] 807 - +name = "rand_os" 808 - +version = "0.1.3" 809 - +source = "registry+https://github.com/rust-lang/crates.io-index" 810 - +checksum = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071" 811 - +dependencies = [ 812 - + "cloudabi", 813 - + "fuchsia-cprng", 814 - + "libc", 815 - + "rand_core 0.4.2", 816 - + "rdrand", 817 - + "winapi", 818 - +] 819 - + 820 - +[[package]] 821 - +name = "rand_pcg" 822 - +version = "0.1.2" 823 - +source = "registry+https://github.com/rust-lang/crates.io-index" 824 - +checksum = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44" 825 - +dependencies = [ 826 - + "autocfg 0.1.7", 827 - + "rand_core 0.4.2", 828 - +] 829 - + 830 - +[[package]] 831 - +name = "rand_xorshift" 832 - +version = "0.1.1" 833 - +source = "registry+https://github.com/rust-lang/crates.io-index" 834 - +checksum = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c" 835 - +dependencies = [ 836 - + "rand_core 0.3.1", 837 - +] 838 - + 839 - +[[package]] 840 - +name = "rdrand" 841 - +version = "0.4.0" 842 - +source = "registry+https://github.com/rust-lang/crates.io-index" 843 - +checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2" 844 - +dependencies = [ 845 - + "rand_core 0.3.1", 846 - +] 847 - + 848 - +[[package]] 849 - +name = "redox_syscall" 850 - +version = "0.1.56" 851 - +source = "registry+https://github.com/rust-lang/crates.io-index" 852 - +checksum = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84" 853 - + 854 - +[[package]] 855 - +name = "regex" 856 - +version = "1.3.7" 857 - +source = "registry+https://github.com/rust-lang/crates.io-index" 858 - +checksum = "a6020f034922e3194c711b82a627453881bc4682166cabb07134a10c26ba7692" 859 - +dependencies = [ 860 - + "aho-corasick", 861 - + "memchr", 862 - + "regex-syntax", 863 - + "thread_local", 864 - +] 865 - + 866 - +[[package]] 867 - +name = "regex-syntax" 868 - +version = "0.6.17" 869 - +source = "registry+https://github.com/rust-lang/crates.io-index" 870 - +checksum = "7fe5bd57d1d7414c6b5ed48563a2c855d995ff777729dcd91c369ec7fea395ae" 871 - + 872 - +[[package]] 873 - +name = "remove_dir_all" 874 - +version = "0.5.2" 875 - +source = "registry+https://github.com/rust-lang/crates.io-index" 876 - +checksum = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e" 877 - +dependencies = [ 878 - + "winapi", 879 - +] 880 - + 881 - +[[package]] 882 - +name = "rfsapi" 883 - +version = "0.1.0" 884 - +source = "registry+https://github.com/rust-lang/crates.io-index" 885 - +checksum = "1b6fbc119d00459f80252adb96e554766d75de071ed5d3c49f46a000d137cd49" 886 - +dependencies = [ 887 - + "hyper", 888 - + "mime", 889 - + "serde", 890 - + "serde_derive", 891 - + "time", 892 - +] 893 - + 894 - +[[package]] 895 - +name = "safemem" 896 - +version = "0.3.3" 897 - +source = "registry+https://github.com/rust-lang/crates.io-index" 898 - +checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072" 899 - + 900 - +[[package]] 901 - +name = "same-file" 902 - +version = "1.0.6" 903 - +source = "registry+https://github.com/rust-lang/crates.io-index" 904 - +checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 905 - +dependencies = [ 906 - + "winapi-util", 907 - +] 908 - + 909 - +[[package]] 910 - +name = "schannel" 911 - +version = "0.1.18" 912 - +source = "registry+https://github.com/rust-lang/crates.io-index" 913 - +checksum = "039c25b130bd8c1321ee2d7de7fde2659fa9c2744e4bb29711cfc852ea53cd19" 914 - +dependencies = [ 915 - + "lazy_static", 916 - + "winapi", 917 - +] 918 - + 919 - +[[package]] 920 - +name = "security-framework" 921 - +version = "0.4.3" 922 - +source = "registry+https://github.com/rust-lang/crates.io-index" 923 - +checksum = "3f331b9025654145cd425b9ded0caf8f5ae0df80d418b326e2dc1c3dc5eb0620" 924 - +dependencies = [ 925 - + "bitflags", 926 - + "core-foundation", 927 - + "core-foundation-sys", 928 - + "libc", 929 - + "security-framework-sys", 930 - +] 931 - + 932 - +[[package]] 933 - +name = "security-framework-sys" 934 - +version = "0.4.3" 935 - +source = "registry+https://github.com/rust-lang/crates.io-index" 936 - +checksum = "17bf11d99252f512695eb468de5516e5cf75455521e69dfe343f3b74e4748405" 937 - +dependencies = [ 938 - + "core-foundation-sys", 939 - + "libc", 940 - +] 941 - + 942 - +[[package]] 943 - +name = "serde" 944 - +version = "0.9.15" 945 - +source = "registry+https://github.com/rust-lang/crates.io-index" 946 - +checksum = "34b623917345a631dc9608d5194cc206b3fe6c3554cd1c75b937e55e285254af" 947 - + 948 - +[[package]] 949 - +name = "serde_codegen_internals" 950 - +version = "0.14.2" 951 - +source = "registry+https://github.com/rust-lang/crates.io-index" 952 - +checksum = "bc888bd283bd2420b16ad0d860e35ad8acb21941180a83a189bb2046f9d00400" 953 - +dependencies = [ 954 - + "syn", 955 - +] 956 - + 957 - +[[package]] 958 - +name = "serde_derive" 959 - +version = "0.9.15" 960 - +source = "registry+https://github.com/rust-lang/crates.io-index" 961 - +checksum = "978fd866f4d4872084a81ccc35e275158351d3b9fe620074e7d7504b816b74ba" 962 - +dependencies = [ 963 - + "quote", 964 - + "serde_codegen_internals", 965 - + "syn", 966 - +] 967 - + 968 - +[[package]] 969 - +name = "serde_json" 970 - +version = "0.9.10" 971 - +source = "registry+https://github.com/rust-lang/crates.io-index" 972 - +checksum = "ad8bcf487be7d2e15d3d543f04312de991d631cfe1b43ea0ade69e6a8a5b16a1" 973 - +dependencies = [ 974 - + "dtoa", 975 - + "itoa", 976 - + "num-traits 0.1.43", 977 - + "serde", 978 - +] 979 - + 980 - +[[package]] 981 - +name = "siphasher" 982 - +version = "0.2.3" 983 - +source = "registry+https://github.com/rust-lang/crates.io-index" 984 - +checksum = "0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac" 985 - + 986 - +[[package]] 987 - +name = "smallvec" 988 - +version = "1.4.0" 989 - +source = "registry+https://github.com/rust-lang/crates.io-index" 990 - +checksum = "c7cb5678e1615754284ec264d9bb5b4c27d2018577fd90ac0ceb578591ed5ee4" 991 - + 992 - +[[package]] 993 - +name = "strsim" 994 - +version = "0.8.0" 995 - +source = "registry+https://github.com/rust-lang/crates.io-index" 996 - +checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" 997 - + 998 - +[[package]] 999 - +name = "syn" 1000 - +version = "0.11.11" 1001 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1002 - +checksum = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad" 1003 - +dependencies = [ 1004 - + "quote", 1005 - + "synom", 1006 - + "unicode-xid", 1007 - +] 1008 - + 1009 - +[[package]] 1010 - +name = "synom" 1011 - +version = "0.11.3" 1012 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1013 - +checksum = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6" 1014 - +dependencies = [ 1015 - + "unicode-xid", 1016 - +] 1017 - + 1018 - +[[package]] 1019 - +name = "tabwriter" 1020 - +version = "1.2.1" 1021 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1022 - +checksum = "36205cfc997faadcc4b0b87aaef3fbedafe20d38d4959a7ca6ff803564051111" 1023 - +dependencies = [ 1024 - + "unicode-width", 1025 - +] 1026 - + 1027 - +[[package]] 1028 - +name = "tempfile" 1029 - +version = "3.1.0" 1030 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1031 - +checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9" 1032 - +dependencies = [ 1033 - + "cfg-if", 1034 - + "libc", 1035 - + "rand 0.7.3", 1036 - + "redox_syscall", 1037 - + "remove_dir_all", 1038 - + "winapi", 1039 - +] 1040 - + 1041 - +[[package]] 1042 - +name = "textwrap" 1043 - +version = "0.11.0" 1044 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1045 - +checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" 1046 - +dependencies = [ 1047 - + "unicode-width", 1048 - +] 1049 - + 1050 - +[[package]] 1051 - +name = "thread_local" 1052 - +version = "1.0.1" 1053 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1054 - +checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14" 1055 - +dependencies = [ 1056 - + "lazy_static", 1057 - +] 1058 - + 1059 - +[[package]] 1060 - +name = "time" 1061 - +version = "0.1.43" 1062 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1063 - +checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438" 1064 - +dependencies = [ 1065 - + "libc", 1066 - + "winapi", 1067 - +] 1068 - + 1069 - +[[package]] 1070 - +name = "traitobject" 1071 - +version = "0.1.0" 1072 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1073 - +checksum = "efd1f82c56340fdf16f2a953d7bda4f8fdffba13d93b00844c25572110b26079" 1074 - + 1075 - +[[package]] 1076 - +name = "trivial_colours" 1077 - +version = "0.3.0" 1078 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1079 - +checksum = "7153365ea16c5a0ce2eebc4da1b33339a6b21d90c49f670e82130639656bb458" 1080 - + 1081 - +[[package]] 1082 - +name = "typeable" 1083 - +version = "0.1.2" 1084 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1085 - +checksum = "1410f6f91f21d1612654e7cc69193b0334f909dcf2c790c4826254fbb86f8887" 1086 - + 1087 - +[[package]] 1088 - +name = "typemap" 1089 - +version = "0.3.3" 1090 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1091 - +checksum = "653be63c80a3296da5551e1bfd2cca35227e13cdd08c6668903ae2f4f77aa1f6" 1092 - +dependencies = [ 1093 - + "unsafe-any", 1094 - +] 1095 - + 1096 - +[[package]] 1097 - +name = "unicase" 1098 - +version = "1.4.2" 1099 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1100 - +checksum = "7f4765f83163b74f957c797ad9253caf97f103fb064d3999aea9568d09fc8a33" 1101 - +dependencies = [ 1102 - + "version_check 0.1.5", 1103 - +] 1104 - + 1105 - +[[package]] 1106 - +name = "unicase" 1107 - +version = "2.6.0" 1108 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1109 - +checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6" 1110 - +dependencies = [ 1111 - + "version_check 0.9.1", 1112 - +] 1113 - + 1114 - +[[package]] 1115 - +name = "unicode-bidi" 1116 - +version = "0.3.4" 1117 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1118 - +checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5" 1119 - +dependencies = [ 1120 - + "matches", 1121 - +] 1122 - + 1123 - +[[package]] 1124 - +name = "unicode-normalization" 1125 - +version = "0.1.12" 1126 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1127 - +checksum = "5479532badd04e128284890390c1e876ef7a993d0570b3597ae43dfa1d59afa4" 1128 - +dependencies = [ 1129 - + "smallvec", 1130 - +] 1131 - + 1132 - +[[package]] 1133 - +name = "unicode-width" 1134 - +version = "0.1.7" 1135 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1136 - +checksum = "caaa9d531767d1ff2150b9332433f32a24622147e5ebb1f26409d5da67afd479" 1137 - + 1138 - +[[package]] 1139 - +name = "unicode-xid" 1140 - +version = "0.0.4" 1141 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1142 - +checksum = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc" 1143 - + 1144 - +[[package]] 1145 - +name = "unsafe-any" 1146 - +version = "0.4.2" 1147 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1148 - +checksum = "f30360d7979f5e9c6e6cea48af192ea8fab4afb3cf72597154b8f08935bc9c7f" 1149 - +dependencies = [ 1150 - + "traitobject", 1151 - +] 1152 - + 1153 - +[[package]] 1154 - +name = "url" 1155 - +version = "1.7.2" 1156 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1157 - +checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a" 1158 - +dependencies = [ 1159 - + "idna", 1160 - + "matches", 1161 - + "percent-encoding 1.0.1", 1162 - +] 1163 - + 1164 - +[[package]] 1165 - +name = "vcpkg" 1166 - +version = "0.2.8" 1167 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1168 - +checksum = "3fc439f2794e98976c88a2a2dafce96b930fe8010b0a256b3c2199a773933168" 1169 - + 1170 - +[[package]] 1171 - +name = "vec_map" 1172 - +version = "0.8.1" 1173 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1174 - +checksum = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a" 1175 - + 1176 - +[[package]] 1177 - +name = "version_check" 1178 - +version = "0.1.5" 1179 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1180 - +checksum = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd" 1181 - + 1182 - +[[package]] 1183 - +name = "version_check" 1184 - +version = "0.9.1" 1185 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1186 - +checksum = "078775d0255232fb988e6fccf26ddc9d1ac274299aaedcedce21c6f72cc533ce" 1187 - + 1188 - +[[package]] 1189 - +name = "void" 1190 - +version = "1.0.2" 1191 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1192 - +checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" 1193 - + 1194 - +[[package]] 1195 - +name = "vswhom" 1196 - +version = "0.1.0" 1197 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1198 - +checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b" 1199 - +dependencies = [ 1200 - + "libc", 1201 - + "vswhom-sys", 1202 - +] 1203 - + 1204 - +[[package]] 1205 - +name = "vswhom-sys" 1206 - +version = "0.1.0" 1207 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1208 - +checksum = "fc2f5402d3d0e79a069714f7b48e3ecc60be7775a2c049cb839457457a239532" 1209 - +dependencies = [ 1210 - + "cc", 1211 - + "libc", 1212 - +] 1213 - + 1214 - +[[package]] 1215 - +name = "walkdir" 1216 - +version = "2.3.1" 1217 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1218 - +checksum = "777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d" 1219 - +dependencies = [ 1220 - + "same-file", 1221 - + "winapi", 1222 - + "winapi-util", 1223 - +] 1224 - + 1225 - +[[package]] 1226 - +name = "wasi" 1227 - +version = "0.9.0+wasi-snapshot-preview1" 1228 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1229 - +checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" 1230 - + 1231 - +[[package]] 1232 - +name = "winapi" 1233 - +version = "0.3.8" 1234 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1235 - +checksum = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6" 1236 - +dependencies = [ 1237 - + "winapi-i686-pc-windows-gnu", 1238 - + "winapi-x86_64-pc-windows-gnu", 1239 - +] 1240 - + 1241 - +[[package]] 1242 - +name = "winapi-i686-pc-windows-gnu" 1243 - +version = "0.4.0" 1244 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1245 - +checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 1246 - + 1247 - +[[package]] 1248 - +name = "winapi-util" 1249 - +version = "0.1.5" 1250 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1251 - +checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" 1252 - +dependencies = [ 1253 - + "winapi", 1254 - +] 1255 - + 1256 - +[[package]] 1257 - +name = "winapi-x86_64-pc-windows-gnu" 1258 - +version = "0.4.0" 1259 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1260 - +checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 1261 - + 1262 - +[[package]] 1263 - +name = "winreg" 1264 - +version = "0.6.2" 1265 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1266 - +checksum = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9" 1267 - +dependencies = [ 1268 - + "winapi", 1269 - +] 1270 - + 1271 - +[[package]] 1272 - +name = "xml-rs" 1273 - +version = "0.8.2" 1274 - +source = "registry+https://github.com/rust-lang/crates.io-index" 1275 - +checksum = "2bb76e5c421bbbeb8924c60c030331b345555024d56261dae8f3e786ed817c23"
+33 -14
pkgs/tools/networking/httplz/default.nix
··· 1 - { stdenv, lib, fetchFromGitHub, makeWrapper, rustPlatform 2 - , openssl, pkg-config, darwin, libiconv }: 1 + { lib 2 + , rustPlatform 3 + , fetchCrate 4 + , installShellFiles 5 + , makeWrapper 6 + , pkg-config 7 + , ronn 8 + , openssl 9 + , stdenv 10 + , libiconv 11 + , Security 12 + }: 3 13 4 14 rustPlatform.buildRustPackage rec { 5 15 pname = "httplz"; 6 - version = "1.9.2"; 16 + version = "1.12.1"; 7 17 8 - src = fetchFromGitHub { 9 - owner = "thecoshman"; 10 - repo = "http"; 11 - rev = "v${version}"; 12 - sha256 = "154alxxclz78r29m656c8yahnzq0vd64s4sp19h0ca92dfw4s46y"; 18 + src = fetchCrate { 19 + inherit version; 20 + pname = "https"; 21 + sha256 = "sha256-vMhQHWzsZlqMVkEQHCZTB8T4ETTaf8iAS9QhgYdfcx0="; 13 22 }; 14 23 15 - nativeBuildInputs = [ makeWrapper pkg-config ]; 24 + cargoSha256 = "sha256-9gnKVZ3HQs3kNj4i1cgC+Jl3dhjx7QRaHSih1HOB3nI="; 25 + 26 + nativeBuildInputs = [ 27 + installShellFiles 28 + makeWrapper 29 + pkg-config 30 + ronn 31 + ]; 32 + 16 33 buildInputs = [ openssl ] ++ lib.optionals stdenv.isDarwin [ 17 - libiconv darwin.apple_sdk.frameworks.Security 34 + libiconv 35 + Security 18 36 ]; 19 37 20 - cargoBuildFlags = [ "--bin httplz" ]; 21 - cargoPatches = [ ./cargo-lock.patch ]; 22 - cargoSha256 = "0r33vg9431jv32r03ryxb3rc4mp6h1kc00d3h1knssfvkwsh31yn"; 38 + cargoBuildFlags = [ "--bin" "httplz" ]; 23 39 24 40 postInstall = '' 41 + sed -E 's/http(`| |\(|$)/httplz\1/g' http.md > httplz.1.ronn 42 + RUBYOPT=-Eutf-8:utf-8 ronn --organization "http developers" -r httplz.1.ronn 43 + installManPage httplz.1 25 44 wrapProgram $out/bin/httplz \ 26 45 --prefix PATH : "${openssl}/bin" 27 46 ''; ··· 30 49 description = "A basic http server for hosting a folder fast and simply"; 31 50 homepage = "https://github.com/thecoshman/http"; 32 51 license = licenses.mit; 33 - maintainers = with maintainers; [ ]; 52 + maintainers = with maintainers; [ figsoda ]; 34 53 }; 35 54 }
+3 -1
pkgs/top-level/all-packages.nix
··· 6109 6109 6110 6110 httping = callPackage ../tools/networking/httping {}; 6111 6111 6112 - httplz = callPackage ../tools/networking/httplz { }; 6112 + httplz = callPackage ../tools/networking/httplz { 6113 + inherit (darwin.apple_sdk.frameworks) Security; 6114 + }; 6113 6115 6114 6116 httpfs2 = callPackage ../tools/filesystems/httpfs { }; 6115 6117