termbook: don't vendor Cargo.lock, shirnk lockfile patch

TomaSajt 4e5996d5 3ed788d7

+35 -2908
-2900
pkgs/by-name/te/termbook/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 = "addr2line" 7 - version = "0.19.0" 8 - source = "registry+https://github.com/rust-lang/crates.io-index" 9 - checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97" 10 - dependencies = [ 11 - "gimli", 12 - ] 13 - 14 - [[package]] 15 - name = "adler" 16 - version = "1.0.2" 17 - source = "registry+https://github.com/rust-lang/crates.io-index" 18 - checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 19 - 20 - [[package]] 21 - name = "adler32" 22 - version = "1.2.0" 23 - source = "registry+https://github.com/rust-lang/crates.io-index" 24 - checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234" 25 - 26 - [[package]] 27 - name = "aho-corasick" 28 - version = "0.7.20" 29 - source = "registry+https://github.com/rust-lang/crates.io-index" 30 - checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac" 31 - dependencies = [ 32 - "memchr", 33 - ] 34 - 35 - [[package]] 36 - name = "aho-corasick" 37 - version = "1.0.1" 38 - source = "registry+https://github.com/rust-lang/crates.io-index" 39 - checksum = "67fc08ce920c31afb70f013dcce1bfc3a3195de6a228474e45e1f145b36f8d04" 40 - dependencies = [ 41 - "memchr", 42 - ] 43 - 44 - [[package]] 45 - name = "ammonia" 46 - version = "3.3.0" 47 - source = "registry+https://github.com/rust-lang/crates.io-index" 48 - checksum = "64e6d1c7838db705c9b756557ee27c384ce695a1c51a6fe528784cb1c6840170" 49 - dependencies = [ 50 - "html5ever", 51 - "maplit", 52 - "once_cell", 53 - "tendril", 54 - "url 2.3.1", 55 - ] 56 - 57 - [[package]] 58 - name = "android_system_properties" 59 - version = "0.1.5" 60 - source = "registry+https://github.com/rust-lang/crates.io-index" 61 - checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 62 - dependencies = [ 63 - "libc", 64 - ] 65 - 66 - [[package]] 67 - name = "ansi_term" 68 - version = "0.12.1" 69 - source = "registry+https://github.com/rust-lang/crates.io-index" 70 - checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" 71 - dependencies = [ 72 - "winapi 0.3.9", 73 - ] 74 - 75 - [[package]] 76 - name = "atty" 77 - version = "0.2.14" 78 - source = "registry+https://github.com/rust-lang/crates.io-index" 79 - checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 80 - dependencies = [ 81 - "hermit-abi 0.1.19", 82 - "libc", 83 - "winapi 0.3.9", 84 - ] 85 - 86 - [[package]] 87 - name = "autocfg" 88 - version = "0.1.8" 89 - source = "registry+https://github.com/rust-lang/crates.io-index" 90 - checksum = "0dde43e75fd43e8a1bf86103336bc699aa8d17ad1be60c76c0bdfd4828e19b78" 91 - dependencies = [ 92 - "autocfg 1.1.0", 93 - ] 94 - 95 - [[package]] 96 - name = "autocfg" 97 - version = "1.1.0" 98 - source = "registry+https://github.com/rust-lang/crates.io-index" 99 - checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 100 - 101 - [[package]] 102 - name = "backtrace" 103 - version = "0.3.67" 104 - source = "registry+https://github.com/rust-lang/crates.io-index" 105 - checksum = "233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca" 106 - dependencies = [ 107 - "addr2line", 108 - "cc", 109 - "cfg-if 1.0.0", 110 - "libc", 111 - "miniz_oxide 0.6.2", 112 - "object", 113 - "rustc-demangle", 114 - ] 115 - 116 - [[package]] 117 - name = "base64" 118 - version = "0.9.3" 119 - source = "registry+https://github.com/rust-lang/crates.io-index" 120 - checksum = "489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643" 121 - dependencies = [ 122 - "byteorder", 123 - "safemem", 124 - ] 125 - 126 - [[package]] 127 - name = "base64" 128 - version = "0.10.1" 129 - source = "registry+https://github.com/rust-lang/crates.io-index" 130 - checksum = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e" 131 - dependencies = [ 132 - "byteorder", 133 - ] 134 - 135 - [[package]] 136 - name = "base64" 137 - version = "0.11.0" 138 - source = "registry+https://github.com/rust-lang/crates.io-index" 139 - checksum = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7" 140 - 141 - [[package]] 142 - name = "bincode" 143 - version = "1.3.3" 144 - source = "registry+https://github.com/rust-lang/crates.io-index" 145 - checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" 146 - dependencies = [ 147 - "serde", 148 - ] 149 - 150 - [[package]] 151 - name = "bitflags" 152 - version = "1.3.2" 153 - source = "registry+https://github.com/rust-lang/crates.io-index" 154 - checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 155 - 156 - [[package]] 157 - name = "block-buffer" 158 - version = "0.7.3" 159 - source = "registry+https://github.com/rust-lang/crates.io-index" 160 - checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b" 161 - dependencies = [ 162 - "block-padding", 163 - "byte-tools", 164 - "byteorder", 165 - "generic-array 0.12.4", 166 - ] 167 - 168 - [[package]] 169 - name = "block-buffer" 170 - version = "0.10.4" 171 - source = "registry+https://github.com/rust-lang/crates.io-index" 172 - checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 173 - dependencies = [ 174 - "generic-array 0.14.7", 175 - ] 176 - 177 - [[package]] 178 - name = "block-padding" 179 - version = "0.1.5" 180 - source = "registry+https://github.com/rust-lang/crates.io-index" 181 - checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5" 182 - dependencies = [ 183 - "byte-tools", 184 - ] 185 - 186 - [[package]] 187 - name = "bstr" 188 - version = "1.4.0" 189 - source = "registry+https://github.com/rust-lang/crates.io-index" 190 - checksum = "c3d4260bcc2e8fc9df1eac4919a720effeb63a3f0952f5bf4944adfa18897f09" 191 - dependencies = [ 192 - "memchr", 193 - "serde", 194 - ] 195 - 196 - [[package]] 197 - name = "bumpalo" 198 - version = "3.12.2" 199 - source = "registry+https://github.com/rust-lang/crates.io-index" 200 - checksum = "3c6ed94e98ecff0c12dd1b04c15ec0d7d9458ca8fe806cea6f12954efe74c63b" 201 - 202 - [[package]] 203 - name = "byte-tools" 204 - version = "0.3.1" 205 - source = "registry+https://github.com/rust-lang/crates.io-index" 206 - checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7" 207 - 208 - [[package]] 209 - name = "byteorder" 210 - version = "1.4.3" 211 - source = "registry+https://github.com/rust-lang/crates.io-index" 212 - checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" 213 - 214 - [[package]] 215 - name = "bytes" 216 - version = "0.4.12" 217 - source = "registry+https://github.com/rust-lang/crates.io-index" 218 - checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c" 219 - dependencies = [ 220 - "byteorder", 221 - "iovec", 222 - ] 223 - 224 - [[package]] 225 - name = "cc" 226 - version = "1.0.79" 227 - source = "registry+https://github.com/rust-lang/crates.io-index" 228 - checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" 229 - 230 - [[package]] 231 - name = "cfg-if" 232 - version = "0.1.10" 233 - source = "registry+https://github.com/rust-lang/crates.io-index" 234 - checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" 235 - 236 - [[package]] 237 - name = "cfg-if" 238 - version = "1.0.0" 239 - source = "registry+https://github.com/rust-lang/crates.io-index" 240 - checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 241 - 242 - [[package]] 243 - name = "chrono" 244 - version = "0.4.24" 245 - source = "registry+https://github.com/rust-lang/crates.io-index" 246 - checksum = "4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b" 247 - dependencies = [ 248 - "iana-time-zone", 249 - "js-sys", 250 - "num-integer", 251 - "num-traits", 252 - "time", 253 - "wasm-bindgen", 254 - "winapi 0.3.9", 255 - ] 256 - 257 - [[package]] 258 - name = "clap" 259 - version = "2.34.0" 260 - source = "registry+https://github.com/rust-lang/crates.io-index" 261 - checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c" 262 - dependencies = [ 263 - "ansi_term", 264 - "atty", 265 - "bitflags", 266 - "strsim", 267 - "term_size", 268 - "textwrap", 269 - "unicode-width", 270 - "vec_map", 271 - ] 272 - 273 - [[package]] 274 - name = "cloudabi" 275 - version = "0.0.3" 276 - source = "registry+https://github.com/rust-lang/crates.io-index" 277 - checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" 278 - dependencies = [ 279 - "bitflags", 280 - ] 281 - 282 - [[package]] 283 - name = "color_quant" 284 - version = "1.1.0" 285 - source = "registry+https://github.com/rust-lang/crates.io-index" 286 - checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" 287 - 288 - [[package]] 289 - name = "core-foundation-sys" 290 - version = "0.8.4" 291 - source = "registry+https://github.com/rust-lang/crates.io-index" 292 - checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa" 293 - 294 - [[package]] 295 - name = "cpufeatures" 296 - version = "0.2.7" 297 - source = "registry+https://github.com/rust-lang/crates.io-index" 298 - checksum = "3e4c1eaa2012c47becbbad2ab175484c2a84d1185b566fb2cc5b8707343dfe58" 299 - dependencies = [ 300 - "libc", 301 - ] 302 - 303 - [[package]] 304 - name = "crc32fast" 305 - version = "1.3.2" 306 - source = "registry+https://github.com/rust-lang/crates.io-index" 307 - checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" 308 - dependencies = [ 309 - "cfg-if 1.0.0", 310 - ] 311 - 312 - [[package]] 313 - name = "crossbeam-channel" 314 - version = "0.5.8" 315 - source = "registry+https://github.com/rust-lang/crates.io-index" 316 - checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200" 317 - dependencies = [ 318 - "cfg-if 1.0.0", 319 - "crossbeam-utils", 320 - ] 321 - 322 - [[package]] 323 - name = "crossbeam-deque" 324 - version = "0.8.3" 325 - source = "registry+https://github.com/rust-lang/crates.io-index" 326 - checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef" 327 - dependencies = [ 328 - "cfg-if 1.0.0", 329 - "crossbeam-epoch", 330 - "crossbeam-utils", 331 - ] 332 - 333 - [[package]] 334 - name = "crossbeam-epoch" 335 - version = "0.9.14" 336 - source = "registry+https://github.com/rust-lang/crates.io-index" 337 - checksum = "46bd5f3f85273295a9d14aedfb86f6aadbff6d8f5295c4a9edb08e819dcf5695" 338 - dependencies = [ 339 - "autocfg 1.1.0", 340 - "cfg-if 1.0.0", 341 - "crossbeam-utils", 342 - "memoffset", 343 - "scopeguard", 344 - ] 345 - 346 - [[package]] 347 - name = "crossbeam-utils" 348 - version = "0.8.15" 349 - source = "registry+https://github.com/rust-lang/crates.io-index" 350 - checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b" 351 - dependencies = [ 352 - "cfg-if 1.0.0", 353 - ] 354 - 355 - [[package]] 356 - name = "crypto-common" 357 - version = "0.1.6" 358 - source = "registry+https://github.com/rust-lang/crates.io-index" 359 - checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 360 - dependencies = [ 361 - "generic-array 0.14.7", 362 - "typenum", 363 - ] 364 - 365 - [[package]] 366 - name = "darling" 367 - version = "0.8.6" 368 - source = "registry+https://github.com/rust-lang/crates.io-index" 369 - checksum = "9158d690bc62a3a57c3e45b85e4d50de2008b39345592c64efd79345c7e24be0" 370 - dependencies = [ 371 - "darling_core", 372 - "darling_macro", 373 - ] 374 - 375 - [[package]] 376 - name = "darling_core" 377 - version = "0.8.6" 378 - source = "registry+https://github.com/rust-lang/crates.io-index" 379 - checksum = "d2a368589465391e127e10c9e3a08efc8df66fd49b87dc8524c764bbe7f2ef82" 380 - dependencies = [ 381 - "fnv", 382 - "ident_case", 383 - "proc-macro2 0.4.30", 384 - "quote 0.6.13", 385 - "syn 0.15.44", 386 - ] 387 - 388 - [[package]] 389 - name = "darling_macro" 390 - version = "0.8.6" 391 - source = "registry+https://github.com/rust-lang/crates.io-index" 392 - checksum = "244e8987bd4e174385240cde20a3657f607fb0797563c28255c353b5819a07b1" 393 - dependencies = [ 394 - "darling_core", 395 - "quote 0.6.13", 396 - "syn 0.15.44", 397 - ] 398 - 399 - [[package]] 400 - name = "deflate" 401 - version = "0.7.20" 402 - source = "registry+https://github.com/rust-lang/crates.io-index" 403 - checksum = "707b6a7b384888a70c8d2e8650b3e60170dfc6a67bb4aa67b6dfca57af4bedb4" 404 - dependencies = [ 405 - "adler32", 406 - "byteorder", 407 - ] 408 - 409 - [[package]] 410 - name = "digest" 411 - version = "0.8.1" 412 - source = "registry+https://github.com/rust-lang/crates.io-index" 413 - checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5" 414 - dependencies = [ 415 - "generic-array 0.12.4", 416 - ] 417 - 418 - [[package]] 419 - name = "digest" 420 - version = "0.10.6" 421 - source = "registry+https://github.com/rust-lang/crates.io-index" 422 - checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f" 423 - dependencies = [ 424 - "block-buffer 0.10.4", 425 - "crypto-common", 426 - ] 427 - 428 - [[package]] 429 - name = "either" 430 - version = "1.8.1" 431 - source = "registry+https://github.com/rust-lang/crates.io-index" 432 - checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91" 433 - 434 - [[package]] 435 - name = "elasticlunr-rs" 436 - version = "2.3.14" 437 - source = "registry+https://github.com/rust-lang/crates.io-index" 438 - checksum = "60eee99ae400fb1c4521ea3bd678994cb66572754d240449368e8ecd40281569" 439 - dependencies = [ 440 - "lazy_static", 441 - "regex", 442 - "serde", 443 - "serde_derive", 444 - "serde_json", 445 - "strum", 446 - "strum_macros", 447 - ] 448 - 449 - [[package]] 450 - name = "env_logger" 451 - version = "0.6.2" 452 - source = "registry+https://github.com/rust-lang/crates.io-index" 453 - checksum = "aafcde04e90a5226a6443b7aabdb016ba2f8307c847d524724bd9b346dd1a2d3" 454 - dependencies = [ 455 - "atty", 456 - "humantime", 457 - "log 0.4.17", 458 - "regex", 459 - "termcolor", 460 - ] 461 - 462 - [[package]] 463 - name = "env_logger" 464 - version = "0.7.1" 465 - source = "registry+https://github.com/rust-lang/crates.io-index" 466 - checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36" 467 - dependencies = [ 468 - "atty", 469 - "humantime", 470 - "log 0.4.17", 471 - "regex", 472 - "termcolor", 473 - ] 474 - 475 - [[package]] 476 - name = "errno" 477 - version = "0.3.1" 478 - source = "registry+https://github.com/rust-lang/crates.io-index" 479 - checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a" 480 - dependencies = [ 481 - "errno-dragonfly", 482 - "libc", 483 - "windows-sys 0.48.0", 484 - ] 485 - 486 - [[package]] 487 - name = "errno-dragonfly" 488 - version = "0.1.2" 489 - source = "registry+https://github.com/rust-lang/crates.io-index" 490 - checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" 491 - dependencies = [ 492 - "cc", 493 - "libc", 494 - ] 495 - 496 - [[package]] 497 - name = "error-chain" 498 - version = "0.12.4" 499 - source = "registry+https://github.com/rust-lang/crates.io-index" 500 - checksum = "2d2f06b9cac1506ece98fe3231e3cc9c4410ec3d5b1f24ae1c8946f0742cdefc" 501 - dependencies = [ 502 - "backtrace", 503 - "version_check 0.9.4", 504 - ] 505 - 506 - [[package]] 507 - name = "failure" 508 - version = "0.1.8" 509 - source = "registry+https://github.com/rust-lang/crates.io-index" 510 - checksum = "d32e9bd16cc02eae7db7ef620b392808b89f6a5e16bb3497d159c6b92a0f4f86" 511 - dependencies = [ 512 - "backtrace", 513 - "failure_derive", 514 - ] 515 - 516 - [[package]] 517 - name = "failure_derive" 518 - version = "0.1.8" 519 - source = "registry+https://github.com/rust-lang/crates.io-index" 520 - checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4" 521 - dependencies = [ 522 - "proc-macro2 1.0.56", 523 - "quote 1.0.27", 524 - "syn 1.0.109", 525 - "synstructure", 526 - ] 527 - 528 - [[package]] 529 - name = "fake-simd" 530 - version = "0.1.2" 531 - source = "registry+https://github.com/rust-lang/crates.io-index" 532 - checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed" 533 - 534 - [[package]] 535 - name = "fastrand" 536 - version = "1.9.0" 537 - source = "registry+https://github.com/rust-lang/crates.io-index" 538 - checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" 539 - dependencies = [ 540 - "instant", 541 - ] 542 - 543 - [[package]] 544 - name = "filetime" 545 - version = "0.2.21" 546 - source = "registry+https://github.com/rust-lang/crates.io-index" 547 - checksum = "5cbc844cecaee9d4443931972e1289c8ff485cb4cc2767cb03ca139ed6885153" 548 - dependencies = [ 549 - "cfg-if 1.0.0", 550 - "libc", 551 - "redox_syscall 0.2.16", 552 - "windows-sys 0.48.0", 553 - ] 554 - 555 - [[package]] 556 - name = "flate2" 557 - version = "1.0.26" 558 - source = "registry+https://github.com/rust-lang/crates.io-index" 559 - checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743" 560 - dependencies = [ 561 - "crc32fast", 562 - "miniz_oxide 0.7.1", 563 - ] 564 - 565 - [[package]] 566 - name = "fnv" 567 - version = "1.0.7" 568 - source = "registry+https://github.com/rust-lang/crates.io-index" 569 - checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 570 - 571 - [[package]] 572 - name = "form_urlencoded" 573 - version = "1.1.0" 574 - source = "registry+https://github.com/rust-lang/crates.io-index" 575 - checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8" 576 - dependencies = [ 577 - "percent-encoding 2.2.0", 578 - ] 579 - 580 - [[package]] 581 - name = "fsevent" 582 - version = "0.4.0" 583 - source = "registry+https://github.com/rust-lang/crates.io-index" 584 - checksum = "5ab7d1bd1bd33cc98b0889831b72da23c0aa4df9cec7e0702f46ecea04b35db6" 585 - dependencies = [ 586 - "bitflags", 587 - "fsevent-sys", 588 - ] 589 - 590 - [[package]] 591 - name = "fsevent-sys" 592 - version = "2.0.1" 593 - source = "registry+https://github.com/rust-lang/crates.io-index" 594 - checksum = "f41b048a94555da0f42f1d632e2e19510084fb8e303b0daa2816e733fb3644a0" 595 - dependencies = [ 596 - "libc", 597 - ] 598 - 599 - [[package]] 600 - name = "fuchsia-cprng" 601 - version = "0.1.1" 602 - source = "registry+https://github.com/rust-lang/crates.io-index" 603 - checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" 604 - 605 - [[package]] 606 - name = "fuchsia-zircon" 607 - version = "0.3.3" 608 - source = "registry+https://github.com/rust-lang/crates.io-index" 609 - checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" 610 - dependencies = [ 611 - "bitflags", 612 - "fuchsia-zircon-sys", 613 - ] 614 - 615 - [[package]] 616 - name = "fuchsia-zircon-sys" 617 - version = "0.3.3" 618 - source = "registry+https://github.com/rust-lang/crates.io-index" 619 - checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" 620 - 621 - [[package]] 622 - name = "futf" 623 - version = "0.1.5" 624 - source = "registry+https://github.com/rust-lang/crates.io-index" 625 - checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843" 626 - dependencies = [ 627 - "mac", 628 - "new_debug_unreachable", 629 - ] 630 - 631 - [[package]] 632 - name = "generic-array" 633 - version = "0.12.4" 634 - source = "registry+https://github.com/rust-lang/crates.io-index" 635 - checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd" 636 - dependencies = [ 637 - "typenum", 638 - ] 639 - 640 - [[package]] 641 - name = "generic-array" 642 - version = "0.14.7" 643 - source = "registry+https://github.com/rust-lang/crates.io-index" 644 - checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 645 - dependencies = [ 646 - "typenum", 647 - "version_check 0.9.4", 648 - ] 649 - 650 - [[package]] 651 - name = "gethostname" 652 - version = "0.2.3" 653 - source = "registry+https://github.com/rust-lang/crates.io-index" 654 - checksum = "c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e" 655 - dependencies = [ 656 - "libc", 657 - "winapi 0.3.9", 658 - ] 659 - 660 - [[package]] 661 - name = "getopts" 662 - version = "0.2.21" 663 - source = "registry+https://github.com/rust-lang/crates.io-index" 664 - checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5" 665 - dependencies = [ 666 - "unicode-width", 667 - ] 668 - 669 - [[package]] 670 - name = "getrandom" 671 - version = "0.1.16" 672 - source = "registry+https://github.com/rust-lang/crates.io-index" 673 - checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" 674 - dependencies = [ 675 - "cfg-if 1.0.0", 676 - "libc", 677 - "wasi 0.9.0+wasi-snapshot-preview1", 678 - ] 679 - 680 - [[package]] 681 - name = "getrandom" 682 - version = "0.2.9" 683 - source = "registry+https://github.com/rust-lang/crates.io-index" 684 - checksum = "c85e1d9ab2eadba7e5040d4e09cbd6d072b76a557ad64e797c2cb9d4da21d7e4" 685 - dependencies = [ 686 - "cfg-if 1.0.0", 687 - "libc", 688 - "wasi 0.11.0+wasi-snapshot-preview1", 689 - ] 690 - 691 - [[package]] 692 - name = "gif" 693 - version = "0.10.3" 694 - source = "registry+https://github.com/rust-lang/crates.io-index" 695 - checksum = "471d90201b3b223f3451cd4ad53e34295f16a1df17b1edf3736d47761c3981af" 696 - dependencies = [ 697 - "color_quant", 698 - "lzw", 699 - ] 700 - 701 - [[package]] 702 - name = "gimli" 703 - version = "0.27.2" 704 - source = "registry+https://github.com/rust-lang/crates.io-index" 705 - checksum = "ad0a93d233ebf96623465aad4046a8d3aa4da22d4f4beba5388838c8a434bbb4" 706 - 707 - [[package]] 708 - name = "gitignore" 709 - version = "1.0.8" 710 - source = "registry+https://github.com/rust-lang/crates.io-index" 711 - checksum = "7d051488d9a601181a9b90c9ad8ae7e8251d642ddd2463008f2f5019d255bd89" 712 - dependencies = [ 713 - "glob", 714 - ] 715 - 716 - [[package]] 717 - name = "glob" 718 - version = "0.3.1" 719 - source = "registry+https://github.com/rust-lang/crates.io-index" 720 - checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" 721 - 722 - [[package]] 723 - name = "globset" 724 - version = "0.4.10" 725 - source = "registry+https://github.com/rust-lang/crates.io-index" 726 - checksum = "029d74589adefde59de1a0c4f4732695c32805624aec7b68d91503d4dba79afc" 727 - dependencies = [ 728 - "aho-corasick 0.7.20", 729 - "bstr", 730 - "fnv", 731 - "log 0.4.17", 732 - "regex", 733 - ] 734 - 735 - [[package]] 736 - name = "handlebars" 737 - version = "3.0.1" 738 - source = "registry+https://github.com/rust-lang/crates.io-index" 739 - checksum = "ba758d094d31274eb49d15da6f326b96bf3185239a6359bf684f3d5321148900" 740 - dependencies = [ 741 - "log 0.4.17", 742 - "pest", 743 - "pest_derive", 744 - "quick-error", 745 - "serde", 746 - "serde_json", 747 - ] 748 - 749 - [[package]] 750 - name = "heck" 751 - version = "0.3.3" 752 - source = "registry+https://github.com/rust-lang/crates.io-index" 753 - checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c" 754 - dependencies = [ 755 - "unicode-segmentation", 756 - ] 757 - 758 - [[package]] 759 - name = "hermit-abi" 760 - version = "0.1.19" 761 - source = "registry+https://github.com/rust-lang/crates.io-index" 762 - checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" 763 - dependencies = [ 764 - "libc", 765 - ] 766 - 767 - [[package]] 768 - name = "hermit-abi" 769 - version = "0.2.6" 770 - source = "registry+https://github.com/rust-lang/crates.io-index" 771 - checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7" 772 - dependencies = [ 773 - "libc", 774 - ] 775 - 776 - [[package]] 777 - name = "hermit-abi" 778 - version = "0.3.1" 779 - source = "registry+https://github.com/rust-lang/crates.io-index" 780 - checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" 781 - 782 - [[package]] 783 - name = "html5ever" 784 - version = "0.26.0" 785 - source = "registry+https://github.com/rust-lang/crates.io-index" 786 - checksum = "bea68cab48b8459f17cf1c944c67ddc572d272d9f2b274140f223ecb1da4a3b7" 787 - dependencies = [ 788 - "log 0.4.17", 789 - "mac", 790 - "markup5ever", 791 - "proc-macro2 1.0.56", 792 - "quote 1.0.27", 793 - "syn 1.0.109", 794 - ] 795 - 796 - [[package]] 797 - name = "httparse" 798 - version = "1.8.0" 799 - source = "registry+https://github.com/rust-lang/crates.io-index" 800 - checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" 801 - 802 - [[package]] 803 - name = "humantime" 804 - version = "1.3.0" 805 - source = "registry+https://github.com/rust-lang/crates.io-index" 806 - checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f" 807 - dependencies = [ 808 - "quick-error", 809 - ] 810 - 811 - [[package]] 812 - name = "hyper" 813 - version = "0.10.16" 814 - source = "registry+https://github.com/rust-lang/crates.io-index" 815 - checksum = "0a0652d9a2609a968c14be1a9ea00bf4b1d64e2e1f53a1b51b6fff3a6e829273" 816 - dependencies = [ 817 - "base64 0.9.3", 818 - "httparse", 819 - "language-tags", 820 - "log 0.3.9", 821 - "mime 0.2.6", 822 - "num_cpus", 823 - "time", 824 - "traitobject", 825 - "typeable", 826 - "unicase 1.4.2", 827 - "url 1.7.2", 828 - ] 829 - 830 - [[package]] 831 - name = "iana-time-zone" 832 - version = "0.1.56" 833 - source = "registry+https://github.com/rust-lang/crates.io-index" 834 - checksum = "0722cd7114b7de04316e7ea5456a0bbb20e4adb46fd27a3697adb812cff0f37c" 835 - dependencies = [ 836 - "android_system_properties", 837 - "core-foundation-sys", 838 - "iana-time-zone-haiku", 839 - "js-sys", 840 - "wasm-bindgen", 841 - "windows", 842 - ] 843 - 844 - [[package]] 845 - name = "iana-time-zone-haiku" 846 - version = "0.1.2" 847 - source = "registry+https://github.com/rust-lang/crates.io-index" 848 - checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 849 - dependencies = [ 850 - "cc", 851 - ] 852 - 853 - [[package]] 854 - name = "ident_case" 855 - version = "1.0.1" 856 - source = "registry+https://github.com/rust-lang/crates.io-index" 857 - checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 858 - 859 - [[package]] 860 - name = "idna" 861 - version = "0.1.5" 862 - source = "registry+https://github.com/rust-lang/crates.io-index" 863 - checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e" 864 - dependencies = [ 865 - "matches", 866 - "unicode-bidi", 867 - "unicode-normalization", 868 - ] 869 - 870 - [[package]] 871 - name = "idna" 872 - version = "0.3.0" 873 - source = "registry+https://github.com/rust-lang/crates.io-index" 874 - checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6" 875 - dependencies = [ 876 - "unicode-bidi", 877 - "unicode-normalization", 878 - ] 879 - 880 - [[package]] 881 - name = "image" 882 - version = "0.22.5" 883 - source = "registry+https://github.com/rust-lang/crates.io-index" 884 - checksum = "08ed2ada878397b045454ac7cfb011d73132c59f31a955d230bd1f1c2e68eb4a" 885 - dependencies = [ 886 - "byteorder", 887 - "gif", 888 - "jpeg-decoder", 889 - "num-iter", 890 - "num-rational", 891 - "num-traits", 892 - "png", 893 - "scoped_threadpool", 894 - "tiff", 895 - ] 896 - 897 - [[package]] 898 - name = "inflate" 899 - version = "0.4.5" 900 - source = "registry+https://github.com/rust-lang/crates.io-index" 901 - checksum = "1cdb29978cc5797bd8dcc8e5bf7de604891df2a8dc576973d71a281e916db2ff" 902 - dependencies = [ 903 - "adler32", 904 - ] 905 - 906 - [[package]] 907 - name = "inotify" 908 - version = "0.7.1" 909 - source = "registry+https://github.com/rust-lang/crates.io-index" 910 - checksum = "4816c66d2c8ae673df83366c18341538f234a26d65a9ecea5c348b453ac1d02f" 911 - dependencies = [ 912 - "bitflags", 913 - "inotify-sys", 914 - "libc", 915 - ] 916 - 917 - [[package]] 918 - name = "inotify-sys" 919 - version = "0.1.5" 920 - source = "registry+https://github.com/rust-lang/crates.io-index" 921 - checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb" 922 - dependencies = [ 923 - "libc", 924 - ] 925 - 926 - [[package]] 927 - name = "instant" 928 - version = "0.1.12" 929 - source = "registry+https://github.com/rust-lang/crates.io-index" 930 - checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 931 - dependencies = [ 932 - "cfg-if 1.0.0", 933 - ] 934 - 935 - [[package]] 936 - name = "io-lifetimes" 937 - version = "1.0.10" 938 - source = "registry+https://github.com/rust-lang/crates.io-index" 939 - checksum = "9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220" 940 - dependencies = [ 941 - "hermit-abi 0.3.1", 942 - "libc", 943 - "windows-sys 0.48.0", 944 - ] 945 - 946 - [[package]] 947 - name = "iovec" 948 - version = "0.1.4" 949 - source = "registry+https://github.com/rust-lang/crates.io-index" 950 - checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e" 951 - dependencies = [ 952 - "libc", 953 - ] 954 - 955 - [[package]] 956 - name = "iron" 957 - version = "0.6.1" 958 - source = "registry+https://github.com/rust-lang/crates.io-index" 959 - checksum = "c6d308ca2d884650a8bf9ed2ff4cb13fbb2207b71f64cda11dc9b892067295e8" 960 - dependencies = [ 961 - "hyper", 962 - "log 0.3.9", 963 - "mime_guess", 964 - "modifier", 965 - "num_cpus", 966 - "plugin", 967 - "typemap", 968 - "url 1.7.2", 969 - ] 970 - 971 - [[package]] 972 - name = "is-match" 973 - version = "0.1.0" 974 - source = "registry+https://github.com/rust-lang/crates.io-index" 975 - checksum = "7e5b386aef33a1c677be65237cb9d32c3f3ef56bd035949710c4bb13083eb053" 976 - 977 - [[package]] 978 - name = "itertools" 979 - version = "0.8.2" 980 - source = "registry+https://github.com/rust-lang/crates.io-index" 981 - checksum = "f56a2d0bc861f9165be4eb3442afd3c236d8a98afd426f65d92324ae1091a484" 982 - dependencies = [ 983 - "either", 984 - ] 985 - 986 - [[package]] 987 - name = "itoa" 988 - version = "1.0.6" 989 - source = "registry+https://github.com/rust-lang/crates.io-index" 990 - checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6" 991 - 992 - [[package]] 993 - name = "jpeg-decoder" 994 - version = "0.1.22" 995 - source = "registry+https://github.com/rust-lang/crates.io-index" 996 - checksum = "229d53d58899083193af11e15917b5640cd40b29ff475a1fe4ef725deb02d0f2" 997 - dependencies = [ 998 - "rayon", 999 - ] 1000 - 1001 - [[package]] 1002 - name = "js-sys" 1003 - version = "0.3.62" 1004 - source = "registry+https://github.com/rust-lang/crates.io-index" 1005 - checksum = "68c16e1bfd491478ab155fd8b4896b86f9ede344949b641e61501e07c2b8b4d5" 1006 - dependencies = [ 1007 - "wasm-bindgen", 1008 - ] 1009 - 1010 - [[package]] 1011 - name = "kernel32-sys" 1012 - version = "0.2.2" 1013 - source = "registry+https://github.com/rust-lang/crates.io-index" 1014 - checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" 1015 - dependencies = [ 1016 - "winapi 0.2.8", 1017 - "winapi-build", 1018 - ] 1019 - 1020 - [[package]] 1021 - name = "language-tags" 1022 - version = "0.2.2" 1023 - source = "registry+https://github.com/rust-lang/crates.io-index" 1024 - checksum = "a91d884b6667cd606bb5a69aa0c99ba811a115fc68915e7056ec08a46e93199a" 1025 - 1026 - [[package]] 1027 - name = "lazy_static" 1028 - version = "1.4.0" 1029 - source = "registry+https://github.com/rust-lang/crates.io-index" 1030 - checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 1031 - 1032 - [[package]] 1033 - name = "lazycell" 1034 - version = "1.3.0" 1035 - source = "registry+https://github.com/rust-lang/crates.io-index" 1036 - checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" 1037 - 1038 - [[package]] 1039 - name = "libc" 1040 - version = "0.2.144" 1041 - source = "registry+https://github.com/rust-lang/crates.io-index" 1042 - checksum = "2b00cc1c228a6782d0f076e7b232802e0c5689d41bb5df366f2a6b6621cfdfe1" 1043 - 1044 - [[package]] 1045 - name = "line-wrap" 1046 - version = "0.1.1" 1047 - source = "registry+https://github.com/rust-lang/crates.io-index" 1048 - checksum = "f30344350a2a51da54c1d53be93fade8a237e545dbcc4bdbe635413f2117cab9" 1049 - dependencies = [ 1050 - "safemem", 1051 - ] 1052 - 1053 - [[package]] 1054 - name = "linked-hash-map" 1055 - version = "0.5.6" 1056 - source = "registry+https://github.com/rust-lang/crates.io-index" 1057 - checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" 1058 - 1059 - [[package]] 1060 - name = "linux-raw-sys" 1061 - version = "0.3.7" 1062 - source = "registry+https://github.com/rust-lang/crates.io-index" 1063 - checksum = "ece97ea872ece730aed82664c424eb4c8291e1ff2480247ccf7409044bc6479f" 1064 - 1065 - [[package]] 1066 - name = "lock_api" 1067 - version = "0.4.9" 1068 - source = "registry+https://github.com/rust-lang/crates.io-index" 1069 - checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df" 1070 - dependencies = [ 1071 - "autocfg 1.1.0", 1072 - "scopeguard", 1073 - ] 1074 - 1075 - [[package]] 1076 - name = "log" 1077 - version = "0.3.9" 1078 - source = "registry+https://github.com/rust-lang/crates.io-index" 1079 - checksum = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b" 1080 - dependencies = [ 1081 - "log 0.4.17", 1082 - ] 1083 - 1084 - [[package]] 1085 - name = "log" 1086 - version = "0.4.17" 1087 - source = "registry+https://github.com/rust-lang/crates.io-index" 1088 - checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" 1089 - dependencies = [ 1090 - "cfg-if 1.0.0", 1091 - ] 1092 - 1093 - [[package]] 1094 - name = "lzw" 1095 - version = "0.10.0" 1096 - source = "registry+https://github.com/rust-lang/crates.io-index" 1097 - checksum = "7d947cbb889ed21c2a84be6ffbaebf5b4e0f4340638cba0444907e38b56be084" 1098 - 1099 - [[package]] 1100 - name = "mac" 1101 - version = "0.1.1" 1102 - source = "registry+https://github.com/rust-lang/crates.io-index" 1103 - checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4" 1104 - 1105 - [[package]] 1106 - name = "maplit" 1107 - version = "1.0.2" 1108 - source = "registry+https://github.com/rust-lang/crates.io-index" 1109 - checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" 1110 - 1111 - [[package]] 1112 - name = "markup5ever" 1113 - version = "0.11.0" 1114 - source = "registry+https://github.com/rust-lang/crates.io-index" 1115 - checksum = "7a2629bb1404f3d34c2e921f21fd34ba00b206124c81f65c50b43b6aaefeb016" 1116 - dependencies = [ 1117 - "log 0.4.17", 1118 - "phf 0.10.1", 1119 - "phf_codegen 0.10.0", 1120 - "string_cache", 1121 - "string_cache_codegen", 1122 - "tendril", 1123 - ] 1124 - 1125 - [[package]] 1126 - name = "matches" 1127 - version = "0.1.10" 1128 - source = "registry+https://github.com/rust-lang/crates.io-index" 1129 - checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5" 1130 - 1131 - [[package]] 1132 - name = "mdbook" 1133 - version = "0.3.7" 1134 - source = "registry+https://github.com/rust-lang/crates.io-index" 1135 - checksum = "e7ec525f7ebccc2dd935c263717250cd37f9a4b264a77c5dbc950ea2734d8159" 1136 - dependencies = [ 1137 - "ammonia", 1138 - "chrono", 1139 - "clap", 1140 - "elasticlunr-rs", 1141 - "env_logger 0.6.2", 1142 - "error-chain", 1143 - "gitignore", 1144 - "handlebars", 1145 - "iron", 1146 - "itertools", 1147 - "lazy_static", 1148 - "log 0.4.17", 1149 - "memchr", 1150 - "notify", 1151 - "open", 1152 - "pulldown-cmark 0.6.1", 1153 - "regex", 1154 - "serde", 1155 - "serde_derive", 1156 - "serde_json", 1157 - "shlex", 1158 - "staticfile", 1159 - "tempfile", 1160 - "toml", 1161 - "toml-query", 1162 - "ws", 1163 - ] 1164 - 1165 - [[package]] 1166 - name = "mdcat" 1167 - version = "0.15.0" 1168 - source = "registry+https://github.com/rust-lang/crates.io-index" 1169 - checksum = "a95a756c025b1c1a2e84a869fd690ee239ca4af65a8209191d04736e19ba9f08" 1170 - dependencies = [ 1171 - "ansi_term", 1172 - "base64 0.11.0", 1173 - "clap", 1174 - "failure", 1175 - "gethostname", 1176 - "image", 1177 - "mime 0.3.17", 1178 - "pulldown-cmark 0.6.1", 1179 - "syntect", 1180 - "term_size", 1181 - "url 2.3.1", 1182 - ] 1183 - 1184 - [[package]] 1185 - name = "memchr" 1186 - version = "2.5.0" 1187 - source = "registry+https://github.com/rust-lang/crates.io-index" 1188 - checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" 1189 - 1190 - [[package]] 1191 - name = "memoffset" 1192 - version = "0.8.0" 1193 - source = "registry+https://github.com/rust-lang/crates.io-index" 1194 - checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1" 1195 - dependencies = [ 1196 - "autocfg 1.1.0", 1197 - ] 1198 - 1199 - [[package]] 1200 - name = "mime" 1201 - version = "0.2.6" 1202 - source = "registry+https://github.com/rust-lang/crates.io-index" 1203 - checksum = "ba626b8a6de5da682e1caa06bdb42a335aee5a84db8e5046a3e8ab17ba0a3ae0" 1204 - dependencies = [ 1205 - "log 0.3.9", 1206 - ] 1207 - 1208 - [[package]] 1209 - name = "mime" 1210 - version = "0.3.17" 1211 - source = "registry+https://github.com/rust-lang/crates.io-index" 1212 - checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 1213 - 1214 - [[package]] 1215 - name = "mime_guess" 1216 - version = "1.8.8" 1217 - source = "registry+https://github.com/rust-lang/crates.io-index" 1218 - checksum = "216929a5ee4dd316b1702eedf5e74548c123d370f47841ceaac38ca154690ca3" 1219 - dependencies = [ 1220 - "mime 0.2.6", 1221 - "phf 0.7.24", 1222 - "phf_codegen 0.7.24", 1223 - "unicase 1.4.2", 1224 - ] 1225 - 1226 - [[package]] 1227 - name = "miniz_oxide" 1228 - version = "0.6.2" 1229 - source = "registry+https://github.com/rust-lang/crates.io-index" 1230 - checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa" 1231 - dependencies = [ 1232 - "adler", 1233 - ] 1234 - 1235 - [[package]] 1236 - name = "miniz_oxide" 1237 - version = "0.7.1" 1238 - source = "registry+https://github.com/rust-lang/crates.io-index" 1239 - checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7" 1240 - dependencies = [ 1241 - "adler", 1242 - ] 1243 - 1244 - [[package]] 1245 - name = "mio" 1246 - version = "0.6.23" 1247 - source = "registry+https://github.com/rust-lang/crates.io-index" 1248 - checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4" 1249 - dependencies = [ 1250 - "cfg-if 0.1.10", 1251 - "fuchsia-zircon", 1252 - "fuchsia-zircon-sys", 1253 - "iovec", 1254 - "kernel32-sys", 1255 - "libc", 1256 - "log 0.4.17", 1257 - "miow", 1258 - "net2", 1259 - "slab", 1260 - "winapi 0.2.8", 1261 - ] 1262 - 1263 - [[package]] 1264 - name = "mio-extras" 1265 - version = "2.0.6" 1266 - source = "registry+https://github.com/rust-lang/crates.io-index" 1267 - checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19" 1268 - dependencies = [ 1269 - "lazycell", 1270 - "log 0.4.17", 1271 - "mio", 1272 - "slab", 1273 - ] 1274 - 1275 - [[package]] 1276 - name = "miow" 1277 - version = "0.2.2" 1278 - source = "registry+https://github.com/rust-lang/crates.io-index" 1279 - checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d" 1280 - dependencies = [ 1281 - "kernel32-sys", 1282 - "net2", 1283 - "winapi 0.2.8", 1284 - "ws2_32-sys", 1285 - ] 1286 - 1287 - [[package]] 1288 - name = "modifier" 1289 - version = "0.1.0" 1290 - source = "registry+https://github.com/rust-lang/crates.io-index" 1291 - checksum = "41f5c9112cb662acd3b204077e0de5bc66305fa8df65c8019d5adb10e9ab6e58" 1292 - 1293 - [[package]] 1294 - name = "mount" 1295 - version = "0.4.0" 1296 - source = "registry+https://github.com/rust-lang/crates.io-index" 1297 - checksum = "e25c06012941aaf8c75f2eaf7ec5c48cf69f9fc489ab3eb3589edc107e386f0b" 1298 - dependencies = [ 1299 - "iron", 1300 - "sequence_trie", 1301 - ] 1302 - 1303 - [[package]] 1304 - name = "net2" 1305 - version = "0.2.38" 1306 - source = "registry+https://github.com/rust-lang/crates.io-index" 1307 - checksum = "74d0df99cfcd2530b2e694f6e17e7f37b8e26bb23983ac530c0c97408837c631" 1308 - dependencies = [ 1309 - "cfg-if 0.1.10", 1310 - "libc", 1311 - "winapi 0.3.9", 1312 - ] 1313 - 1314 - [[package]] 1315 - name = "new_debug_unreachable" 1316 - version = "1.0.4" 1317 - source = "registry+https://github.com/rust-lang/crates.io-index" 1318 - checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54" 1319 - 1320 - [[package]] 1321 - name = "notify" 1322 - version = "4.0.17" 1323 - source = "registry+https://github.com/rust-lang/crates.io-index" 1324 - checksum = "ae03c8c853dba7bfd23e571ff0cff7bc9dceb40a4cd684cd1681824183f45257" 1325 - dependencies = [ 1326 - "bitflags", 1327 - "filetime", 1328 - "fsevent", 1329 - "fsevent-sys", 1330 - "inotify", 1331 - "libc", 1332 - "mio", 1333 - "mio-extras", 1334 - "walkdir", 1335 - "winapi 0.3.9", 1336 - ] 1337 - 1338 - [[package]] 1339 - name = "num-derive" 1340 - version = "0.2.5" 1341 - source = "registry+https://github.com/rust-lang/crates.io-index" 1342 - checksum = "eafd0b45c5537c3ba526f79d3e75120036502bebacbb3f3220914067ce39dbf2" 1343 - dependencies = [ 1344 - "proc-macro2 0.4.30", 1345 - "quote 0.6.13", 1346 - "syn 0.15.44", 1347 - ] 1348 - 1349 - [[package]] 1350 - name = "num-integer" 1351 - version = "0.1.45" 1352 - source = "registry+https://github.com/rust-lang/crates.io-index" 1353 - checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" 1354 - dependencies = [ 1355 - "autocfg 1.1.0", 1356 - "num-traits", 1357 - ] 1358 - 1359 - [[package]] 1360 - name = "num-iter" 1361 - version = "0.1.43" 1362 - source = "registry+https://github.com/rust-lang/crates.io-index" 1363 - checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252" 1364 - dependencies = [ 1365 - "autocfg 1.1.0", 1366 - "num-integer", 1367 - "num-traits", 1368 - ] 1369 - 1370 - [[package]] 1371 - name = "num-rational" 1372 - version = "0.2.4" 1373 - source = "registry+https://github.com/rust-lang/crates.io-index" 1374 - checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef" 1375 - dependencies = [ 1376 - "autocfg 1.1.0", 1377 - "num-integer", 1378 - "num-traits", 1379 - ] 1380 - 1381 - [[package]] 1382 - name = "num-traits" 1383 - version = "0.2.15" 1384 - source = "registry+https://github.com/rust-lang/crates.io-index" 1385 - checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" 1386 - dependencies = [ 1387 - "autocfg 1.1.0", 1388 - ] 1389 - 1390 - [[package]] 1391 - name = "num_cpus" 1392 - version = "1.15.0" 1393 - source = "registry+https://github.com/rust-lang/crates.io-index" 1394 - checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b" 1395 - dependencies = [ 1396 - "hermit-abi 0.2.6", 1397 - "libc", 1398 - ] 1399 - 1400 - [[package]] 1401 - name = "object" 1402 - version = "0.30.3" 1403 - source = "registry+https://github.com/rust-lang/crates.io-index" 1404 - checksum = "ea86265d3d3dcb6a27fc51bd29a4bf387fae9d2986b823079d4986af253eb439" 1405 - dependencies = [ 1406 - "memchr", 1407 - ] 1408 - 1409 - [[package]] 1410 - name = "once_cell" 1411 - version = "1.17.1" 1412 - source = "registry+https://github.com/rust-lang/crates.io-index" 1413 - checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" 1414 - 1415 - [[package]] 1416 - name = "onig" 1417 - version = "4.3.3" 1418 - source = "registry+https://github.com/rust-lang/crates.io-index" 1419 - checksum = "8518fcb2b1b8c2f45f0ad499df4fda6087fc3475ca69a185c173b8315d2fb383" 1420 - dependencies = [ 1421 - "bitflags", 1422 - "lazy_static", 1423 - "libc", 1424 - "onig_sys", 1425 - ] 1426 - 1427 - [[package]] 1428 - name = "onig_sys" 1429 - version = "69.1.0" 1430 - source = "registry+https://github.com/rust-lang/crates.io-index" 1431 - checksum = "388410bf5fa341f10e58e6db3975f4bea1ac30247dd79d37a9e5ced3cb4cc3b0" 1432 - dependencies = [ 1433 - "cc", 1434 - "pkg-config", 1435 - ] 1436 - 1437 - [[package]] 1438 - name = "opaque-debug" 1439 - version = "0.2.3" 1440 - source = "registry+https://github.com/rust-lang/crates.io-index" 1441 - checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c" 1442 - 1443 - [[package]] 1444 - name = "open" 1445 - version = "1.7.1" 1446 - source = "registry+https://github.com/rust-lang/crates.io-index" 1447 - checksum = "dcea7a30d6b81a2423cc59c43554880feff7b57d12916f231a79f8d6d9470201" 1448 - dependencies = [ 1449 - "pathdiff", 1450 - "winapi 0.3.9", 1451 - ] 1452 - 1453 - [[package]] 1454 - name = "parking_lot" 1455 - version = "0.12.1" 1456 - source = "registry+https://github.com/rust-lang/crates.io-index" 1457 - checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" 1458 - dependencies = [ 1459 - "lock_api", 1460 - "parking_lot_core", 1461 - ] 1462 - 1463 - [[package]] 1464 - name = "parking_lot_core" 1465 - version = "0.9.7" 1466 - source = "registry+https://github.com/rust-lang/crates.io-index" 1467 - checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521" 1468 - dependencies = [ 1469 - "cfg-if 1.0.0", 1470 - "libc", 1471 - "redox_syscall 0.2.16", 1472 - "smallvec", 1473 - "windows-sys 0.45.0", 1474 - ] 1475 - 1476 - [[package]] 1477 - name = "pathdiff" 1478 - version = "0.2.1" 1479 - source = "registry+https://github.com/rust-lang/crates.io-index" 1480 - checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd" 1481 - 1482 - [[package]] 1483 - name = "percent-encoding" 1484 - version = "1.0.1" 1485 - source = "registry+https://github.com/rust-lang/crates.io-index" 1486 - checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831" 1487 - 1488 - [[package]] 1489 - name = "percent-encoding" 1490 - version = "2.2.0" 1491 - source = "registry+https://github.com/rust-lang/crates.io-index" 1492 - checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e" 1493 - 1494 - [[package]] 1495 - name = "pest" 1496 - version = "2.6.0" 1497 - source = "registry+https://github.com/rust-lang/crates.io-index" 1498 - checksum = "e68e84bfb01f0507134eac1e9b410a12ba379d064eab48c50ba4ce329a527b70" 1499 - dependencies = [ 1500 - "thiserror", 1501 - "ucd-trie", 1502 - ] 1503 - 1504 - [[package]] 1505 - name = "pest_derive" 1506 - version = "2.6.0" 1507 - source = "registry+https://github.com/rust-lang/crates.io-index" 1508 - checksum = "6b79d4c71c865a25a4322296122e3924d30bc8ee0834c8bfc8b95f7f054afbfb" 1509 - dependencies = [ 1510 - "pest", 1511 - "pest_generator", 1512 - ] 1513 - 1514 - [[package]] 1515 - name = "pest_generator" 1516 - version = "2.6.0" 1517 - source = "registry+https://github.com/rust-lang/crates.io-index" 1518 - checksum = "6c435bf1076437b851ebc8edc3a18442796b30f1728ffea6262d59bbe28b077e" 1519 - dependencies = [ 1520 - "pest", 1521 - "pest_meta", 1522 - "proc-macro2 1.0.56", 1523 - "quote 1.0.27", 1524 - "syn 2.0.16", 1525 - ] 1526 - 1527 - [[package]] 1528 - name = "pest_meta" 1529 - version = "2.6.0" 1530 - source = "registry+https://github.com/rust-lang/crates.io-index" 1531 - checksum = "745a452f8eb71e39ffd8ee32b3c5f51d03845f99786fa9b68db6ff509c505411" 1532 - dependencies = [ 1533 - "once_cell", 1534 - "pest", 1535 - "sha2", 1536 - ] 1537 - 1538 - [[package]] 1539 - name = "phf" 1540 - version = "0.7.24" 1541 - source = "registry+https://github.com/rust-lang/crates.io-index" 1542 - checksum = "b3da44b85f8e8dfaec21adae67f95d93244b2ecf6ad2a692320598dcc8e6dd18" 1543 - dependencies = [ 1544 - "phf_shared 0.7.24", 1545 - ] 1546 - 1547 - [[package]] 1548 - name = "phf" 1549 - version = "0.10.1" 1550 - source = "registry+https://github.com/rust-lang/crates.io-index" 1551 - checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259" 1552 - dependencies = [ 1553 - "phf_shared 0.10.0", 1554 - ] 1555 - 1556 - [[package]] 1557 - name = "phf_codegen" 1558 - version = "0.7.24" 1559 - source = "registry+https://github.com/rust-lang/crates.io-index" 1560 - checksum = "b03e85129e324ad4166b06b2c7491ae27fe3ec353af72e72cd1654c7225d517e" 1561 - dependencies = [ 1562 - "phf_generator 0.7.24", 1563 - "phf_shared 0.7.24", 1564 - ] 1565 - 1566 - [[package]] 1567 - name = "phf_codegen" 1568 - version = "0.10.0" 1569 - source = "registry+https://github.com/rust-lang/crates.io-index" 1570 - checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd" 1571 - dependencies = [ 1572 - "phf_generator 0.10.0", 1573 - "phf_shared 0.10.0", 1574 - ] 1575 - 1576 - [[package]] 1577 - name = "phf_generator" 1578 - version = "0.7.24" 1579 - source = "registry+https://github.com/rust-lang/crates.io-index" 1580 - checksum = "09364cc93c159b8b06b1f4dd8a4398984503483891b0c26b867cf431fb132662" 1581 - dependencies = [ 1582 - "phf_shared 0.7.24", 1583 - "rand 0.6.5", 1584 - ] 1585 - 1586 - [[package]] 1587 - name = "phf_generator" 1588 - version = "0.10.0" 1589 - source = "registry+https://github.com/rust-lang/crates.io-index" 1590 - checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6" 1591 - dependencies = [ 1592 - "phf_shared 0.10.0", 1593 - "rand 0.8.5", 1594 - ] 1595 - 1596 - [[package]] 1597 - name = "phf_shared" 1598 - version = "0.7.24" 1599 - source = "registry+https://github.com/rust-lang/crates.io-index" 1600 - checksum = "234f71a15de2288bcb7e3b6515828d22af7ec8598ee6d24c3b526fa0a80b67a0" 1601 - dependencies = [ 1602 - "siphasher 0.2.3", 1603 - "unicase 1.4.2", 1604 - ] 1605 - 1606 - [[package]] 1607 - name = "phf_shared" 1608 - version = "0.10.0" 1609 - source = "registry+https://github.com/rust-lang/crates.io-index" 1610 - checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096" 1611 - dependencies = [ 1612 - "siphasher 0.3.10", 1613 - ] 1614 - 1615 - [[package]] 1616 - name = "pkg-config" 1617 - version = "0.3.27" 1618 - source = "registry+https://github.com/rust-lang/crates.io-index" 1619 - checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964" 1620 - 1621 - [[package]] 1622 - name = "plist" 1623 - version = "0.4.2" 1624 - source = "registry+https://github.com/rust-lang/crates.io-index" 1625 - checksum = "5f2a9f075f6394100e7c105ed1af73fb1859d6fd14e49d4290d578120beb167f" 1626 - dependencies = [ 1627 - "base64 0.10.1", 1628 - "byteorder", 1629 - "humantime", 1630 - "line-wrap", 1631 - "serde", 1632 - "xml-rs", 1633 - ] 1634 - 1635 - [[package]] 1636 - name = "plugin" 1637 - version = "0.2.6" 1638 - source = "registry+https://github.com/rust-lang/crates.io-index" 1639 - checksum = "1a6a0dc3910bc8db877ffed8e457763b317cf880df4ae19109b9f77d277cf6e0" 1640 - dependencies = [ 1641 - "typemap", 1642 - ] 1643 - 1644 - [[package]] 1645 - name = "png" 1646 - version = "0.15.3" 1647 - source = "registry+https://github.com/rust-lang/crates.io-index" 1648 - checksum = "ef859a23054bbfee7811284275ae522f0434a3c8e7f4b74bd4a35ae7e1c4a283" 1649 - dependencies = [ 1650 - "bitflags", 1651 - "crc32fast", 1652 - "deflate", 1653 - "inflate", 1654 - ] 1655 - 1656 - [[package]] 1657 - name = "ppv-lite86" 1658 - version = "0.2.17" 1659 - source = "registry+https://github.com/rust-lang/crates.io-index" 1660 - checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" 1661 - 1662 - [[package]] 1663 - name = "precomputed-hash" 1664 - version = "0.1.1" 1665 - source = "registry+https://github.com/rust-lang/crates.io-index" 1666 - checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" 1667 - 1668 - [[package]] 1669 - name = "proc-macro2" 1670 - version = "0.4.30" 1671 - source = "registry+https://github.com/rust-lang/crates.io-index" 1672 - checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" 1673 - dependencies = [ 1674 - "unicode-xid 0.1.0", 1675 - ] 1676 - 1677 - [[package]] 1678 - name = "proc-macro2" 1679 - version = "1.0.56" 1680 - source = "registry+https://github.com/rust-lang/crates.io-index" 1681 - checksum = "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435" 1682 - dependencies = [ 1683 - "unicode-ident", 1684 - ] 1685 - 1686 - [[package]] 1687 - name = "pulldown-cmark" 1688 - version = "0.6.1" 1689 - source = "registry+https://github.com/rust-lang/crates.io-index" 1690 - checksum = "1c205cc82214f3594e2d50686730314f817c67ffa80fe800cf0db78c3c2b9d9e" 1691 - dependencies = [ 1692 - "bitflags", 1693 - "getopts", 1694 - "memchr", 1695 - "unicase 2.6.0", 1696 - ] 1697 - 1698 - [[package]] 1699 - name = "pulldown-cmark" 1700 - version = "0.7.2" 1701 - source = "registry+https://github.com/rust-lang/crates.io-index" 1702 - checksum = "ca36dea94d187597e104a5c8e4b07576a8a45aa5db48a65e12940d3eb7461f55" 1703 - dependencies = [ 1704 - "bitflags", 1705 - "memchr", 1706 - "unicase 2.6.0", 1707 - ] 1708 - 1709 - [[package]] 1710 - name = "pulldown-cmark-to-cmark" 1711 - version = "2.0.1" 1712 - source = "registry+https://github.com/rust-lang/crates.io-index" 1713 - checksum = "bf89659b1da0800e093162bc6f9305d896393af721cc88ffdb86a4b20760fe89" 1714 - dependencies = [ 1715 - "pulldown-cmark 0.6.1", 1716 - ] 1717 - 1718 - [[package]] 1719 - name = "pulldown-cmark-to-cmark" 1720 - version = "4.0.2" 1721 - source = "registry+https://github.com/rust-lang/crates.io-index" 1722 - checksum = "cffb594e453d29e238ac190362a4a291daec00396717a8d1670863121ac56958" 1723 - dependencies = [ 1724 - "pulldown-cmark 0.7.2", 1725 - ] 1726 - 1727 - [[package]] 1728 - name = "quick-error" 1729 - version = "1.2.3" 1730 - source = "registry+https://github.com/rust-lang/crates.io-index" 1731 - checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" 1732 - 1733 - [[package]] 1734 - name = "quote" 1735 - version = "0.6.13" 1736 - source = "registry+https://github.com/rust-lang/crates.io-index" 1737 - checksum = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1" 1738 - dependencies = [ 1739 - "proc-macro2 0.4.30", 1740 - ] 1741 - 1742 - [[package]] 1743 - name = "quote" 1744 - version = "1.0.27" 1745 - source = "registry+https://github.com/rust-lang/crates.io-index" 1746 - checksum = "8f4f29d145265ec1c483c7c654450edde0bfe043d3938d6972630663356d9500" 1747 - dependencies = [ 1748 - "proc-macro2 1.0.56", 1749 - ] 1750 - 1751 - [[package]] 1752 - name = "rand" 1753 - version = "0.6.5" 1754 - source = "registry+https://github.com/rust-lang/crates.io-index" 1755 - checksum = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca" 1756 - dependencies = [ 1757 - "autocfg 0.1.8", 1758 - "libc", 1759 - "rand_chacha 0.1.1", 1760 - "rand_core 0.4.2", 1761 - "rand_hc 0.1.0", 1762 - "rand_isaac", 1763 - "rand_jitter", 1764 - "rand_os", 1765 - "rand_pcg", 1766 - "rand_xorshift", 1767 - "winapi 0.3.9", 1768 - ] 1769 - 1770 - [[package]] 1771 - name = "rand" 1772 - version = "0.7.3" 1773 - source = "registry+https://github.com/rust-lang/crates.io-index" 1774 - checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" 1775 - dependencies = [ 1776 - "getrandom 0.1.16", 1777 - "libc", 1778 - "rand_chacha 0.2.2", 1779 - "rand_core 0.5.1", 1780 - "rand_hc 0.2.0", 1781 - ] 1782 - 1783 - [[package]] 1784 - name = "rand" 1785 - version = "0.8.5" 1786 - source = "registry+https://github.com/rust-lang/crates.io-index" 1787 - checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 1788 - dependencies = [ 1789 - "libc", 1790 - "rand_chacha 0.3.1", 1791 - "rand_core 0.6.4", 1792 - ] 1793 - 1794 - [[package]] 1795 - name = "rand_chacha" 1796 - version = "0.1.1" 1797 - source = "registry+https://github.com/rust-lang/crates.io-index" 1798 - checksum = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef" 1799 - dependencies = [ 1800 - "autocfg 0.1.8", 1801 - "rand_core 0.3.1", 1802 - ] 1803 - 1804 - [[package]] 1805 - name = "rand_chacha" 1806 - version = "0.2.2" 1807 - source = "registry+https://github.com/rust-lang/crates.io-index" 1808 - checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" 1809 - dependencies = [ 1810 - "ppv-lite86", 1811 - "rand_core 0.5.1", 1812 - ] 1813 - 1814 - [[package]] 1815 - name = "rand_chacha" 1816 - version = "0.3.1" 1817 - source = "registry+https://github.com/rust-lang/crates.io-index" 1818 - checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 1819 - dependencies = [ 1820 - "ppv-lite86", 1821 - "rand_core 0.6.4", 1822 - ] 1823 - 1824 - [[package]] 1825 - name = "rand_core" 1826 - version = "0.3.1" 1827 - source = "registry+https://github.com/rust-lang/crates.io-index" 1828 - checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b" 1829 - dependencies = [ 1830 - "rand_core 0.4.2", 1831 - ] 1832 - 1833 - [[package]] 1834 - name = "rand_core" 1835 - version = "0.4.2" 1836 - source = "registry+https://github.com/rust-lang/crates.io-index" 1837 - checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc" 1838 - 1839 - [[package]] 1840 - name = "rand_core" 1841 - version = "0.5.1" 1842 - source = "registry+https://github.com/rust-lang/crates.io-index" 1843 - checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" 1844 - dependencies = [ 1845 - "getrandom 0.1.16", 1846 - ] 1847 - 1848 - [[package]] 1849 - name = "rand_core" 1850 - version = "0.6.4" 1851 - source = "registry+https://github.com/rust-lang/crates.io-index" 1852 - checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 1853 - dependencies = [ 1854 - "getrandom 0.2.9", 1855 - ] 1856 - 1857 - [[package]] 1858 - name = "rand_hc" 1859 - version = "0.1.0" 1860 - source = "registry+https://github.com/rust-lang/crates.io-index" 1861 - checksum = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4" 1862 - dependencies = [ 1863 - "rand_core 0.3.1", 1864 - ] 1865 - 1866 - [[package]] 1867 - name = "rand_hc" 1868 - version = "0.2.0" 1869 - source = "registry+https://github.com/rust-lang/crates.io-index" 1870 - checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" 1871 - dependencies = [ 1872 - "rand_core 0.5.1", 1873 - ] 1874 - 1875 - [[package]] 1876 - name = "rand_isaac" 1877 - version = "0.1.1" 1878 - source = "registry+https://github.com/rust-lang/crates.io-index" 1879 - checksum = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08" 1880 - dependencies = [ 1881 - "rand_core 0.3.1", 1882 - ] 1883 - 1884 - [[package]] 1885 - name = "rand_jitter" 1886 - version = "0.1.4" 1887 - source = "registry+https://github.com/rust-lang/crates.io-index" 1888 - checksum = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b" 1889 - dependencies = [ 1890 - "libc", 1891 - "rand_core 0.4.2", 1892 - "winapi 0.3.9", 1893 - ] 1894 - 1895 - [[package]] 1896 - name = "rand_os" 1897 - version = "0.1.3" 1898 - source = "registry+https://github.com/rust-lang/crates.io-index" 1899 - checksum = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071" 1900 - dependencies = [ 1901 - "cloudabi", 1902 - "fuchsia-cprng", 1903 - "libc", 1904 - "rand_core 0.4.2", 1905 - "rdrand", 1906 - "winapi 0.3.9", 1907 - ] 1908 - 1909 - [[package]] 1910 - name = "rand_pcg" 1911 - version = "0.1.2" 1912 - source = "registry+https://github.com/rust-lang/crates.io-index" 1913 - checksum = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44" 1914 - dependencies = [ 1915 - "autocfg 0.1.8", 1916 - "rand_core 0.4.2", 1917 - ] 1918 - 1919 - [[package]] 1920 - name = "rand_xorshift" 1921 - version = "0.1.1" 1922 - source = "registry+https://github.com/rust-lang/crates.io-index" 1923 - checksum = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c" 1924 - dependencies = [ 1925 - "rand_core 0.3.1", 1926 - ] 1927 - 1928 - [[package]] 1929 - name = "rayon" 1930 - version = "1.7.0" 1931 - source = "registry+https://github.com/rust-lang/crates.io-index" 1932 - checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b" 1933 - dependencies = [ 1934 - "either", 1935 - "rayon-core", 1936 - ] 1937 - 1938 - [[package]] 1939 - name = "rayon-core" 1940 - version = "1.11.0" 1941 - source = "registry+https://github.com/rust-lang/crates.io-index" 1942 - checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d" 1943 - dependencies = [ 1944 - "crossbeam-channel", 1945 - "crossbeam-deque", 1946 - "crossbeam-utils", 1947 - "num_cpus", 1948 - ] 1949 - 1950 - [[package]] 1951 - name = "rdrand" 1952 - version = "0.4.0" 1953 - source = "registry+https://github.com/rust-lang/crates.io-index" 1954 - checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2" 1955 - dependencies = [ 1956 - "rand_core 0.3.1", 1957 - ] 1958 - 1959 - [[package]] 1960 - name = "redox_syscall" 1961 - version = "0.2.16" 1962 - source = "registry+https://github.com/rust-lang/crates.io-index" 1963 - checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" 1964 - dependencies = [ 1965 - "bitflags", 1966 - ] 1967 - 1968 - [[package]] 1969 - name = "redox_syscall" 1970 - version = "0.3.5" 1971 - source = "registry+https://github.com/rust-lang/crates.io-index" 1972 - checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" 1973 - dependencies = [ 1974 - "bitflags", 1975 - ] 1976 - 1977 - [[package]] 1978 - name = "regex" 1979 - version = "1.8.1" 1980 - source = "registry+https://github.com/rust-lang/crates.io-index" 1981 - checksum = "af83e617f331cc6ae2da5443c602dfa5af81e517212d9d611a5b3ba1777b5370" 1982 - dependencies = [ 1983 - "aho-corasick 1.0.1", 1984 - "memchr", 1985 - "regex-syntax 0.7.1", 1986 - ] 1987 - 1988 - [[package]] 1989 - name = "regex-syntax" 1990 - version = "0.6.29" 1991 - source = "registry+https://github.com/rust-lang/crates.io-index" 1992 - checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" 1993 - 1994 - [[package]] 1995 - name = "regex-syntax" 1996 - version = "0.7.1" 1997 - source = "registry+https://github.com/rust-lang/crates.io-index" 1998 - checksum = "a5996294f19bd3aae0453a862ad728f60e6600695733dd5df01da90c54363a3c" 1999 - 2000 - [[package]] 2001 - name = "rustc-demangle" 2002 - version = "0.1.23" 2003 - source = "registry+https://github.com/rust-lang/crates.io-index" 2004 - checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" 2005 - 2006 - [[package]] 2007 - name = "rustix" 2008 - version = "0.37.19" 2009 - source = "registry+https://github.com/rust-lang/crates.io-index" 2010 - checksum = "acf8729d8542766f1b2cf77eb034d52f40d375bb8b615d0b147089946e16613d" 2011 - dependencies = [ 2012 - "bitflags", 2013 - "errno", 2014 - "io-lifetimes", 2015 - "libc", 2016 - "linux-raw-sys", 2017 - "windows-sys 0.48.0", 2018 - ] 2019 - 2020 - [[package]] 2021 - name = "ryu" 2022 - version = "1.0.13" 2023 - source = "registry+https://github.com/rust-lang/crates.io-index" 2024 - checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041" 2025 - 2026 - [[package]] 2027 - name = "safemem" 2028 - version = "0.3.3" 2029 - source = "registry+https://github.com/rust-lang/crates.io-index" 2030 - checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072" 2031 - 2032 - [[package]] 2033 - name = "same-file" 2034 - version = "1.0.6" 2035 - source = "registry+https://github.com/rust-lang/crates.io-index" 2036 - checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 2037 - dependencies = [ 2038 - "winapi-util", 2039 - ] 2040 - 2041 - [[package]] 2042 - name = "scoped_threadpool" 2043 - version = "0.1.9" 2044 - source = "registry+https://github.com/rust-lang/crates.io-index" 2045 - checksum = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8" 2046 - 2047 - [[package]] 2048 - name = "scopeguard" 2049 - version = "1.1.0" 2050 - source = "registry+https://github.com/rust-lang/crates.io-index" 2051 - checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 2052 - 2053 - [[package]] 2054 - name = "sequence_trie" 2055 - version = "0.3.6" 2056 - source = "registry+https://github.com/rust-lang/crates.io-index" 2057 - checksum = "1ee22067b7ccd072eeb64454b9c6e1b33b61cd0d49e895fd48676a184580e0c3" 2058 - 2059 - [[package]] 2060 - name = "serde" 2061 - version = "1.0.163" 2062 - source = "registry+https://github.com/rust-lang/crates.io-index" 2063 - checksum = "2113ab51b87a539ae008b5c6c02dc020ffa39afd2d83cffcb3f4eb2722cebec2" 2064 - 2065 - [[package]] 2066 - name = "serde_derive" 2067 - version = "1.0.163" 2068 - source = "registry+https://github.com/rust-lang/crates.io-index" 2069 - checksum = "8c805777e3930c8883389c602315a24224bcc738b63905ef87cd1420353ea93e" 2070 - dependencies = [ 2071 - "proc-macro2 1.0.56", 2072 - "quote 1.0.27", 2073 - "syn 2.0.16", 2074 - ] 2075 - 2076 - [[package]] 2077 - name = "serde_json" 2078 - version = "1.0.96" 2079 - source = "registry+https://github.com/rust-lang/crates.io-index" 2080 - checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1" 2081 - dependencies = [ 2082 - "itoa", 2083 - "ryu", 2084 - "serde", 2085 - ] 2086 - 2087 - [[package]] 2088 - name = "sha-1" 2089 - version = "0.8.2" 2090 - source = "registry+https://github.com/rust-lang/crates.io-index" 2091 - checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df" 2092 - dependencies = [ 2093 - "block-buffer 0.7.3", 2094 - "digest 0.8.1", 2095 - "fake-simd", 2096 - "opaque-debug", 2097 - ] 2098 - 2099 - [[package]] 2100 - name = "sha2" 2101 - version = "0.10.6" 2102 - source = "registry+https://github.com/rust-lang/crates.io-index" 2103 - checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0" 2104 - dependencies = [ 2105 - "cfg-if 1.0.0", 2106 - "cpufeatures", 2107 - "digest 0.10.6", 2108 - ] 2109 - 2110 - [[package]] 2111 - name = "shlex" 2112 - version = "0.1.1" 2113 - source = "registry+https://github.com/rust-lang/crates.io-index" 2114 - checksum = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2" 2115 - 2116 - [[package]] 2117 - name = "siphasher" 2118 - version = "0.2.3" 2119 - source = "registry+https://github.com/rust-lang/crates.io-index" 2120 - checksum = "0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac" 2121 - 2122 - [[package]] 2123 - name = "siphasher" 2124 - version = "0.3.10" 2125 - source = "registry+https://github.com/rust-lang/crates.io-index" 2126 - checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de" 2127 - 2128 - [[package]] 2129 - name = "slab" 2130 - version = "0.4.8" 2131 - source = "registry+https://github.com/rust-lang/crates.io-index" 2132 - checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d" 2133 - dependencies = [ 2134 - "autocfg 1.1.0", 2135 - ] 2136 - 2137 - [[package]] 2138 - name = "smallvec" 2139 - version = "1.10.0" 2140 - source = "registry+https://github.com/rust-lang/crates.io-index" 2141 - checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" 2142 - 2143 - [[package]] 2144 - name = "staticfile" 2145 - version = "0.5.0" 2146 - source = "registry+https://github.com/rust-lang/crates.io-index" 2147 - checksum = "babd3fa68bb7e3994ce181c5f21ff3ff5fffef7b18b8a10163b45e4dafc6fb86" 2148 - dependencies = [ 2149 - "iron", 2150 - "mount", 2151 - "time", 2152 - "url 1.7.2", 2153 - ] 2154 - 2155 - [[package]] 2156 - name = "string_cache" 2157 - version = "0.8.7" 2158 - source = "registry+https://github.com/rust-lang/crates.io-index" 2159 - checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b" 2160 - dependencies = [ 2161 - "new_debug_unreachable", 2162 - "once_cell", 2163 - "parking_lot", 2164 - "phf_shared 0.10.0", 2165 - "precomputed-hash", 2166 - "serde", 2167 - ] 2168 - 2169 - [[package]] 2170 - name = "string_cache_codegen" 2171 - version = "0.5.2" 2172 - source = "registry+https://github.com/rust-lang/crates.io-index" 2173 - checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988" 2174 - dependencies = [ 2175 - "phf_generator 0.10.0", 2176 - "phf_shared 0.10.0", 2177 - "proc-macro2 1.0.56", 2178 - "quote 1.0.27", 2179 - ] 2180 - 2181 - [[package]] 2182 - name = "strsim" 2183 - version = "0.8.0" 2184 - source = "registry+https://github.com/rust-lang/crates.io-index" 2185 - checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" 2186 - 2187 - [[package]] 2188 - name = "strum" 2189 - version = "0.21.0" 2190 - source = "registry+https://github.com/rust-lang/crates.io-index" 2191 - checksum = "aaf86bbcfd1fa9670b7a129f64fc0c9fcbbfe4f1bc4210e9e98fe71ffc12cde2" 2192 - 2193 - [[package]] 2194 - name = "strum_macros" 2195 - version = "0.21.1" 2196 - source = "registry+https://github.com/rust-lang/crates.io-index" 2197 - checksum = "d06aaeeee809dbc59eb4556183dd927df67db1540de5be8d3ec0b6636358a5ec" 2198 - dependencies = [ 2199 - "heck", 2200 - "proc-macro2 1.0.56", 2201 - "quote 1.0.27", 2202 - "syn 1.0.109", 2203 - ] 2204 - 2205 - [[package]] 2206 - name = "syn" 2207 - version = "0.15.44" 2208 - source = "registry+https://github.com/rust-lang/crates.io-index" 2209 - checksum = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5" 2210 - dependencies = [ 2211 - "proc-macro2 0.4.30", 2212 - "quote 0.6.13", 2213 - "unicode-xid 0.1.0", 2214 - ] 2215 - 2216 - [[package]] 2217 - name = "syn" 2218 - version = "1.0.109" 2219 - source = "registry+https://github.com/rust-lang/crates.io-index" 2220 - checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 2221 - dependencies = [ 2222 - "proc-macro2 1.0.56", 2223 - "quote 1.0.27", 2224 - "unicode-ident", 2225 - ] 2226 - 2227 - [[package]] 2228 - name = "syn" 2229 - version = "2.0.16" 2230 - source = "registry+https://github.com/rust-lang/crates.io-index" 2231 - checksum = "a6f671d4b5ffdb8eadec19c0ae67fe2639df8684bd7bc4b83d986b8db549cf01" 2232 - dependencies = [ 2233 - "proc-macro2 1.0.56", 2234 - "quote 1.0.27", 2235 - "unicode-ident", 2236 - ] 2237 - 2238 - [[package]] 2239 - name = "synstructure" 2240 - version = "0.12.6" 2241 - source = "registry+https://github.com/rust-lang/crates.io-index" 2242 - checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f" 2243 - dependencies = [ 2244 - "proc-macro2 1.0.56", 2245 - "quote 1.0.27", 2246 - "syn 1.0.109", 2247 - "unicode-xid 0.2.4", 2248 - ] 2249 - 2250 - [[package]] 2251 - name = "syntect" 2252 - version = "3.1.0" 2253 - source = "registry+https://github.com/rust-lang/crates.io-index" 2254 - checksum = "72fed41b91655133c9819f68d0b9a194dcbf36aa46e80033b6e9ae169f58b211" 2255 - dependencies = [ 2256 - "bincode", 2257 - "bitflags", 2258 - "flate2", 2259 - "fnv", 2260 - "lazy_static", 2261 - "lazycell", 2262 - "onig", 2263 - "plist", 2264 - "regex-syntax 0.6.29", 2265 - "serde", 2266 - "serde_derive", 2267 - "serde_json", 2268 - "walkdir", 2269 - "yaml-rust", 2270 - ] 2271 - 2272 - [[package]] 2273 - name = "tempfile" 2274 - version = "3.5.0" 2275 - source = "registry+https://github.com/rust-lang/crates.io-index" 2276 - checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998" 2277 - dependencies = [ 2278 - "cfg-if 1.0.0", 2279 - "fastrand", 2280 - "redox_syscall 0.3.5", 2281 - "rustix", 2282 - "windows-sys 0.45.0", 2283 - ] 2284 - 2285 - [[package]] 2286 - name = "tendril" 2287 - version = "0.4.3" 2288 - source = "registry+https://github.com/rust-lang/crates.io-index" 2289 - checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0" 2290 - dependencies = [ 2291 - "futf", 2292 - "mac", 2293 - "utf-8", 2294 - ] 2295 - 2296 - [[package]] 2297 - name = "term_size" 2298 - version = "0.3.2" 2299 - source = "registry+https://github.com/rust-lang/crates.io-index" 2300 - checksum = "1e4129646ca0ed8f45d09b929036bafad5377103edd06e50bf574b353d2b08d9" 2301 - dependencies = [ 2302 - "libc", 2303 - "winapi 0.3.9", 2304 - ] 2305 - 2306 - [[package]] 2307 - name = "termbook" 2308 - version = "1.4.2" 2309 - dependencies = [ 2310 - "atty", 2311 - "globset", 2312 - "mdbook", 2313 - "mdcat", 2314 - "pulldown-cmark 0.6.1", 2315 - "pulldown-cmark-to-cmark 2.0.1", 2316 - "syntect", 2317 - ] 2318 - 2319 - [[package]] 2320 - name = "termbook-cli" 2321 - version = "1.4.6" 2322 - dependencies = [ 2323 - "clap", 2324 - "env_logger 0.7.1", 2325 - "lazy_static", 2326 - "pulldown-cmark-to-cmark 4.0.2", 2327 - "termbook", 2328 - ] 2329 - 2330 - [[package]] 2331 - name = "termcolor" 2332 - version = "1.2.0" 2333 - source = "registry+https://github.com/rust-lang/crates.io-index" 2334 - checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6" 2335 - dependencies = [ 2336 - "winapi-util", 2337 - ] 2338 - 2339 - [[package]] 2340 - name = "textwrap" 2341 - version = "0.11.0" 2342 - source = "registry+https://github.com/rust-lang/crates.io-index" 2343 - checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" 2344 - dependencies = [ 2345 - "term_size", 2346 - "unicode-width", 2347 - ] 2348 - 2349 - [[package]] 2350 - name = "thiserror" 2351 - version = "1.0.40" 2352 - source = "registry+https://github.com/rust-lang/crates.io-index" 2353 - checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac" 2354 - dependencies = [ 2355 - "thiserror-impl", 2356 - ] 2357 - 2358 - [[package]] 2359 - name = "thiserror-impl" 2360 - version = "1.0.40" 2361 - source = "registry+https://github.com/rust-lang/crates.io-index" 2362 - checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f" 2363 - dependencies = [ 2364 - "proc-macro2 1.0.56", 2365 - "quote 1.0.27", 2366 - "syn 2.0.16", 2367 - ] 2368 - 2369 - [[package]] 2370 - name = "tiff" 2371 - version = "0.3.1" 2372 - source = "registry+https://github.com/rust-lang/crates.io-index" 2373 - checksum = "d7b7c2cfc4742bd8a32f2e614339dd8ce30dbcf676bb262bd63a2327bc5df57d" 2374 - dependencies = [ 2375 - "byteorder", 2376 - "lzw", 2377 - "num-derive", 2378 - "num-traits", 2379 - ] 2380 - 2381 - [[package]] 2382 - name = "time" 2383 - version = "0.1.45" 2384 - source = "registry+https://github.com/rust-lang/crates.io-index" 2385 - checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a" 2386 - dependencies = [ 2387 - "libc", 2388 - "wasi 0.10.0+wasi-snapshot-preview1", 2389 - "winapi 0.3.9", 2390 - ] 2391 - 2392 - [[package]] 2393 - name = "tinyvec" 2394 - version = "1.6.0" 2395 - source = "registry+https://github.com/rust-lang/crates.io-index" 2396 - checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" 2397 - dependencies = [ 2398 - "tinyvec_macros", 2399 - ] 2400 - 2401 - [[package]] 2402 - name = "tinyvec_macros" 2403 - version = "0.1.1" 2404 - source = "registry+https://github.com/rust-lang/crates.io-index" 2405 - checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 2406 - 2407 - [[package]] 2408 - name = "toml" 2409 - version = "0.5.11" 2410 - source = "registry+https://github.com/rust-lang/crates.io-index" 2411 - checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" 2412 - dependencies = [ 2413 - "serde", 2414 - ] 2415 - 2416 - [[package]] 2417 - name = "toml-query" 2418 - version = "0.9.2" 2419 - source = "registry+https://github.com/rust-lang/crates.io-index" 2420 - checksum = "654d5afba116c445bb5fb6812e7c3177d90d143427af73f12956f33e18a1cedb" 2421 - dependencies = [ 2422 - "failure", 2423 - "failure_derive", 2424 - "is-match", 2425 - "lazy_static", 2426 - "regex", 2427 - "toml", 2428 - "toml-query_derive", 2429 - ] 2430 - 2431 - [[package]] 2432 - name = "toml-query_derive" 2433 - version = "0.9.2" 2434 - source = "registry+https://github.com/rust-lang/crates.io-index" 2435 - checksum = "528baacc7fbc5e12b3fc32f483bea1b1cf531afa71cfaae54838d7095a6add9b" 2436 - dependencies = [ 2437 - "darling", 2438 - "quote 0.6.13", 2439 - "syn 0.15.44", 2440 - ] 2441 - 2442 - [[package]] 2443 - name = "traitobject" 2444 - version = "0.1.0" 2445 - source = "registry+https://github.com/rust-lang/crates.io-index" 2446 - checksum = "efd1f82c56340fdf16f2a953d7bda4f8fdffba13d93b00844c25572110b26079" 2447 - 2448 - [[package]] 2449 - name = "typeable" 2450 - version = "0.1.2" 2451 - source = "registry+https://github.com/rust-lang/crates.io-index" 2452 - checksum = "1410f6f91f21d1612654e7cc69193b0334f909dcf2c790c4826254fbb86f8887" 2453 - 2454 - [[package]] 2455 - name = "typemap" 2456 - version = "0.3.3" 2457 - source = "registry+https://github.com/rust-lang/crates.io-index" 2458 - checksum = "653be63c80a3296da5551e1bfd2cca35227e13cdd08c6668903ae2f4f77aa1f6" 2459 - dependencies = [ 2460 - "unsafe-any", 2461 - ] 2462 - 2463 - [[package]] 2464 - name = "typenum" 2465 - version = "1.16.0" 2466 - source = "registry+https://github.com/rust-lang/crates.io-index" 2467 - checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba" 2468 - 2469 - [[package]] 2470 - name = "ucd-trie" 2471 - version = "0.1.5" 2472 - source = "registry+https://github.com/rust-lang/crates.io-index" 2473 - checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81" 2474 - 2475 - [[package]] 2476 - name = "unicase" 2477 - version = "1.4.2" 2478 - source = "registry+https://github.com/rust-lang/crates.io-index" 2479 - checksum = "7f4765f83163b74f957c797ad9253caf97f103fb064d3999aea9568d09fc8a33" 2480 - dependencies = [ 2481 - "version_check 0.1.5", 2482 - ] 2483 - 2484 - [[package]] 2485 - name = "unicase" 2486 - version = "2.6.0" 2487 - source = "registry+https://github.com/rust-lang/crates.io-index" 2488 - checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6" 2489 - dependencies = [ 2490 - "version_check 0.9.4", 2491 - ] 2492 - 2493 - [[package]] 2494 - name = "unicode-bidi" 2495 - version = "0.3.13" 2496 - source = "registry+https://github.com/rust-lang/crates.io-index" 2497 - checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460" 2498 - 2499 - [[package]] 2500 - name = "unicode-ident" 2501 - version = "1.0.8" 2502 - source = "registry+https://github.com/rust-lang/crates.io-index" 2503 - checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4" 2504 - 2505 - [[package]] 2506 - name = "unicode-normalization" 2507 - version = "0.1.22" 2508 - source = "registry+https://github.com/rust-lang/crates.io-index" 2509 - checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" 2510 - dependencies = [ 2511 - "tinyvec", 2512 - ] 2513 - 2514 - [[package]] 2515 - name = "unicode-segmentation" 2516 - version = "1.10.1" 2517 - source = "registry+https://github.com/rust-lang/crates.io-index" 2518 - checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36" 2519 - 2520 - [[package]] 2521 - name = "unicode-width" 2522 - version = "0.1.10" 2523 - source = "registry+https://github.com/rust-lang/crates.io-index" 2524 - checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" 2525 - 2526 - [[package]] 2527 - name = "unicode-xid" 2528 - version = "0.1.0" 2529 - source = "registry+https://github.com/rust-lang/crates.io-index" 2530 - checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" 2531 - 2532 - [[package]] 2533 - name = "unicode-xid" 2534 - version = "0.2.4" 2535 - source = "registry+https://github.com/rust-lang/crates.io-index" 2536 - checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" 2537 - 2538 - [[package]] 2539 - name = "unsafe-any" 2540 - version = "0.4.2" 2541 - source = "registry+https://github.com/rust-lang/crates.io-index" 2542 - checksum = "f30360d7979f5e9c6e6cea48af192ea8fab4afb3cf72597154b8f08935bc9c7f" 2543 - dependencies = [ 2544 - "traitobject", 2545 - ] 2546 - 2547 - [[package]] 2548 - name = "url" 2549 - version = "1.7.2" 2550 - source = "registry+https://github.com/rust-lang/crates.io-index" 2551 - checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a" 2552 - dependencies = [ 2553 - "idna 0.1.5", 2554 - "matches", 2555 - "percent-encoding 1.0.1", 2556 - ] 2557 - 2558 - [[package]] 2559 - name = "url" 2560 - version = "2.3.1" 2561 - source = "registry+https://github.com/rust-lang/crates.io-index" 2562 - checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643" 2563 - dependencies = [ 2564 - "form_urlencoded", 2565 - "idna 0.3.0", 2566 - "percent-encoding 2.2.0", 2567 - ] 2568 - 2569 - [[package]] 2570 - name = "utf-8" 2571 - version = "0.7.6" 2572 - source = "registry+https://github.com/rust-lang/crates.io-index" 2573 - checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" 2574 - 2575 - [[package]] 2576 - name = "vec_map" 2577 - version = "0.8.2" 2578 - source = "registry+https://github.com/rust-lang/crates.io-index" 2579 - checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" 2580 - 2581 - [[package]] 2582 - name = "version_check" 2583 - version = "0.1.5" 2584 - source = "registry+https://github.com/rust-lang/crates.io-index" 2585 - checksum = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd" 2586 - 2587 - [[package]] 2588 - name = "version_check" 2589 - version = "0.9.4" 2590 - source = "registry+https://github.com/rust-lang/crates.io-index" 2591 - checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 2592 - 2593 - [[package]] 2594 - name = "walkdir" 2595 - version = "2.3.3" 2596 - source = "registry+https://github.com/rust-lang/crates.io-index" 2597 - checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698" 2598 - dependencies = [ 2599 - "same-file", 2600 - "winapi-util", 2601 - ] 2602 - 2603 - [[package]] 2604 - name = "wasi" 2605 - version = "0.9.0+wasi-snapshot-preview1" 2606 - source = "registry+https://github.com/rust-lang/crates.io-index" 2607 - checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" 2608 - 2609 - [[package]] 2610 - name = "wasi" 2611 - version = "0.10.0+wasi-snapshot-preview1" 2612 - source = "registry+https://github.com/rust-lang/crates.io-index" 2613 - checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" 2614 - 2615 - [[package]] 2616 - name = "wasi" 2617 - version = "0.11.0+wasi-snapshot-preview1" 2618 - source = "registry+https://github.com/rust-lang/crates.io-index" 2619 - checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 2620 - 2621 - [[package]] 2622 - name = "wasm-bindgen" 2623 - version = "0.2.85" 2624 - source = "registry+https://github.com/rust-lang/crates.io-index" 2625 - checksum = "5b6cb788c4e39112fbe1822277ef6fb3c55cd86b95cb3d3c4c1c9597e4ac74b4" 2626 - dependencies = [ 2627 - "cfg-if 1.0.0", 2628 - "wasm-bindgen-macro", 2629 - ] 2630 - 2631 - [[package]] 2632 - name = "wasm-bindgen-backend" 2633 - version = "0.2.85" 2634 - source = "registry+https://github.com/rust-lang/crates.io-index" 2635 - checksum = "35e522ed4105a9d626d885b35d62501b30d9666283a5c8be12c14a8bdafe7822" 2636 - dependencies = [ 2637 - "bumpalo", 2638 - "log 0.4.17", 2639 - "once_cell", 2640 - "proc-macro2 1.0.56", 2641 - "quote 1.0.27", 2642 - "syn 2.0.16", 2643 - "wasm-bindgen-shared", 2644 - ] 2645 - 2646 - [[package]] 2647 - name = "wasm-bindgen-macro" 2648 - version = "0.2.85" 2649 - source = "registry+https://github.com/rust-lang/crates.io-index" 2650 - checksum = "358a79a0cb89d21db8120cbfb91392335913e4890665b1a7981d9e956903b434" 2651 - dependencies = [ 2652 - "quote 1.0.27", 2653 - "wasm-bindgen-macro-support", 2654 - ] 2655 - 2656 - [[package]] 2657 - name = "wasm-bindgen-macro-support" 2658 - version = "0.2.85" 2659 - source = "registry+https://github.com/rust-lang/crates.io-index" 2660 - checksum = "4783ce29f09b9d93134d41297aded3a712b7b979e9c6f28c32cb88c973a94869" 2661 - dependencies = [ 2662 - "proc-macro2 1.0.56", 2663 - "quote 1.0.27", 2664 - "syn 2.0.16", 2665 - "wasm-bindgen-backend", 2666 - "wasm-bindgen-shared", 2667 - ] 2668 - 2669 - [[package]] 2670 - name = "wasm-bindgen-shared" 2671 - version = "0.2.85" 2672 - source = "registry+https://github.com/rust-lang/crates.io-index" 2673 - checksum = "a901d592cafaa4d711bc324edfaff879ac700b19c3dfd60058d2b445be2691eb" 2674 - 2675 - [[package]] 2676 - name = "winapi" 2677 - version = "0.2.8" 2678 - source = "registry+https://github.com/rust-lang/crates.io-index" 2679 - checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" 2680 - 2681 - [[package]] 2682 - name = "winapi" 2683 - version = "0.3.9" 2684 - source = "registry+https://github.com/rust-lang/crates.io-index" 2685 - checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 2686 - dependencies = [ 2687 - "winapi-i686-pc-windows-gnu", 2688 - "winapi-x86_64-pc-windows-gnu", 2689 - ] 2690 - 2691 - [[package]] 2692 - name = "winapi-build" 2693 - version = "0.1.1" 2694 - source = "registry+https://github.com/rust-lang/crates.io-index" 2695 - checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" 2696 - 2697 - [[package]] 2698 - name = "winapi-i686-pc-windows-gnu" 2699 - version = "0.4.0" 2700 - source = "registry+https://github.com/rust-lang/crates.io-index" 2701 - checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 2702 - 2703 - [[package]] 2704 - name = "winapi-util" 2705 - version = "0.1.5" 2706 - source = "registry+https://github.com/rust-lang/crates.io-index" 2707 - checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" 2708 - dependencies = [ 2709 - "winapi 0.3.9", 2710 - ] 2711 - 2712 - [[package]] 2713 - name = "winapi-x86_64-pc-windows-gnu" 2714 - version = "0.4.0" 2715 - source = "registry+https://github.com/rust-lang/crates.io-index" 2716 - checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 2717 - 2718 - [[package]] 2719 - name = "windows" 2720 - version = "0.48.0" 2721 - source = "registry+https://github.com/rust-lang/crates.io-index" 2722 - checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f" 2723 - dependencies = [ 2724 - "windows-targets 0.48.0", 2725 - ] 2726 - 2727 - [[package]] 2728 - name = "windows-sys" 2729 - version = "0.45.0" 2730 - source = "registry+https://github.com/rust-lang/crates.io-index" 2731 - checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 2732 - dependencies = [ 2733 - "windows-targets 0.42.2", 2734 - ] 2735 - 2736 - [[package]] 2737 - name = "windows-sys" 2738 - version = "0.48.0" 2739 - source = "registry+https://github.com/rust-lang/crates.io-index" 2740 - checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 2741 - dependencies = [ 2742 - "windows-targets 0.48.0", 2743 - ] 2744 - 2745 - [[package]] 2746 - name = "windows-targets" 2747 - version = "0.42.2" 2748 - source = "registry+https://github.com/rust-lang/crates.io-index" 2749 - checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 2750 - dependencies = [ 2751 - "windows_aarch64_gnullvm 0.42.2", 2752 - "windows_aarch64_msvc 0.42.2", 2753 - "windows_i686_gnu 0.42.2", 2754 - "windows_i686_msvc 0.42.2", 2755 - "windows_x86_64_gnu 0.42.2", 2756 - "windows_x86_64_gnullvm 0.42.2", 2757 - "windows_x86_64_msvc 0.42.2", 2758 - ] 2759 - 2760 - [[package]] 2761 - name = "windows-targets" 2762 - version = "0.48.0" 2763 - source = "registry+https://github.com/rust-lang/crates.io-index" 2764 - checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5" 2765 - dependencies = [ 2766 - "windows_aarch64_gnullvm 0.48.0", 2767 - "windows_aarch64_msvc 0.48.0", 2768 - "windows_i686_gnu 0.48.0", 2769 - "windows_i686_msvc 0.48.0", 2770 - "windows_x86_64_gnu 0.48.0", 2771 - "windows_x86_64_gnullvm 0.48.0", 2772 - "windows_x86_64_msvc 0.48.0", 2773 - ] 2774 - 2775 - [[package]] 2776 - name = "windows_aarch64_gnullvm" 2777 - version = "0.42.2" 2778 - source = "registry+https://github.com/rust-lang/crates.io-index" 2779 - checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 2780 - 2781 - [[package]] 2782 - name = "windows_aarch64_gnullvm" 2783 - version = "0.48.0" 2784 - source = "registry+https://github.com/rust-lang/crates.io-index" 2785 - checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc" 2786 - 2787 - [[package]] 2788 - name = "windows_aarch64_msvc" 2789 - version = "0.42.2" 2790 - source = "registry+https://github.com/rust-lang/crates.io-index" 2791 - checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 2792 - 2793 - [[package]] 2794 - name = "windows_aarch64_msvc" 2795 - version = "0.48.0" 2796 - source = "registry+https://github.com/rust-lang/crates.io-index" 2797 - checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3" 2798 - 2799 - [[package]] 2800 - name = "windows_i686_gnu" 2801 - version = "0.42.2" 2802 - source = "registry+https://github.com/rust-lang/crates.io-index" 2803 - checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 2804 - 2805 - [[package]] 2806 - name = "windows_i686_gnu" 2807 - version = "0.48.0" 2808 - source = "registry+https://github.com/rust-lang/crates.io-index" 2809 - checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241" 2810 - 2811 - [[package]] 2812 - name = "windows_i686_msvc" 2813 - version = "0.42.2" 2814 - source = "registry+https://github.com/rust-lang/crates.io-index" 2815 - checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 2816 - 2817 - [[package]] 2818 - name = "windows_i686_msvc" 2819 - version = "0.48.0" 2820 - source = "registry+https://github.com/rust-lang/crates.io-index" 2821 - checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00" 2822 - 2823 - [[package]] 2824 - name = "windows_x86_64_gnu" 2825 - version = "0.42.2" 2826 - source = "registry+https://github.com/rust-lang/crates.io-index" 2827 - checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 2828 - 2829 - [[package]] 2830 - name = "windows_x86_64_gnu" 2831 - version = "0.48.0" 2832 - source = "registry+https://github.com/rust-lang/crates.io-index" 2833 - checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" 2834 - 2835 - [[package]] 2836 - name = "windows_x86_64_gnullvm" 2837 - version = "0.42.2" 2838 - source = "registry+https://github.com/rust-lang/crates.io-index" 2839 - checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 2840 - 2841 - [[package]] 2842 - name = "windows_x86_64_gnullvm" 2843 - version = "0.48.0" 2844 - source = "registry+https://github.com/rust-lang/crates.io-index" 2845 - checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" 2846 - 2847 - [[package]] 2848 - name = "windows_x86_64_msvc" 2849 - version = "0.42.2" 2850 - source = "registry+https://github.com/rust-lang/crates.io-index" 2851 - checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 2852 - 2853 - [[package]] 2854 - name = "windows_x86_64_msvc" 2855 - version = "0.48.0" 2856 - source = "registry+https://github.com/rust-lang/crates.io-index" 2857 - checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" 2858 - 2859 - [[package]] 2860 - name = "ws" 2861 - version = "0.9.2" 2862 - source = "registry+https://github.com/rust-lang/crates.io-index" 2863 - checksum = "25fe90c75f236a0a00247d5900226aea4f2d7b05ccc34da9e7a8880ff59b5848" 2864 - dependencies = [ 2865 - "byteorder", 2866 - "bytes", 2867 - "httparse", 2868 - "log 0.4.17", 2869 - "mio", 2870 - "mio-extras", 2871 - "rand 0.7.3", 2872 - "sha-1", 2873 - "slab", 2874 - "url 2.3.1", 2875 - ] 2876 - 2877 - [[package]] 2878 - name = "ws2_32-sys" 2879 - version = "0.2.1" 2880 - source = "registry+https://github.com/rust-lang/crates.io-index" 2881 - checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e" 2882 - dependencies = [ 2883 - "winapi 0.2.8", 2884 - "winapi-build", 2885 - ] 2886 - 2887 - [[package]] 2888 - name = "xml-rs" 2889 - version = "0.8.10" 2890 - source = "registry+https://github.com/rust-lang/crates.io-index" 2891 - checksum = "dc95a04ea24f543cd9be5aab44f963fa35589c99e18415c38fb2b17e133bf8d2" 2892 - 2893 - [[package]] 2894 - name = "yaml-rust" 2895 - version = "0.4.5" 2896 - source = "registry+https://github.com/rust-lang/crates.io-index" 2897 - checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85" 2898 - dependencies = [ 2899 - "linked-hash-map", 2900 - ]
···
+28
pkgs/by-name/te/termbook/bump-tendril.patch
···
··· 1 + diff --git a/Cargo.lock b/Cargo.lock 2 + index 73e86d7..68d37b7 100644 3 + --- a/Cargo.lock 4 + +++ b/Cargo.lock 5 + @@ -507,9 +509,9 @@ checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" 6 + 7 + [[package]] 8 + name = "futf" 9 + -version = "0.1.4" 10 + +version = "0.1.5" 11 + source = "registry+https://github.com/rust-lang/crates.io-index" 12 + -checksum = "7c9c1ce3fa9336301af935ab852c437817d14cd33690446569392e65170aac3b" 13 + +checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843" 14 + dependencies = [ 15 + "mac", 16 + "new_debug_unreachable", 17 + @@ -1964,9 +1966,9 @@ dependencies = [ 18 + 19 + [[package]] 20 + name = "tendril" 21 + -version = "0.4.1" 22 + +version = "0.4.3" 23 + source = "registry+https://github.com/rust-lang/crates.io-index" 24 + -checksum = "707feda9f2582d5d680d733e38755547a3e8fb471e7ba11452ecfd9ce93a5d3b" 25 + +checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0" 26 + dependencies = [ 27 + "futf", 28 + "mac",
+7 -8
pkgs/by-name/te/termbook/package.nix
··· 19 sha256 = "Bo3DI0cMXIfP7ZVr8MAW/Tmv+4mEJBIQyLvRfVBDG8c="; 20 }; 21 22 - cargoLock = { 23 - lockFile = ./Cargo.lock; 24 - }; 25 26 nativeBuildInputs = [ 27 installShellFiles ··· 35 env = { 36 RUSTONIG_SYSTEM_LIBONIG = true; 37 }; 38 - 39 - # update dependencies to fix build failure caused by unaligned packed structs 40 - postPatch = '' 41 - ln -sf ${./Cargo.lock} Cargo.lock 42 - ''; 43 44 postInstall = lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) '' 45 installShellCompletion --cmd termbook \
··· 19 sha256 = "Bo3DI0cMXIfP7ZVr8MAW/Tmv+4mEJBIQyLvRfVBDG8c="; 20 }; 21 22 + cargoPatches = [ 23 + # update dependencies to fix build failure caused by unaligned packed structs 24 + # generated by running `cargo update tendril` 25 + ./bump-tendril.patch 26 + ]; 27 + 28 + cargoHash = "sha256-CVZpOaRXCSuU739Ef8ObLQBvry7C9iRWWnM+4ATufQA="; 29 30 nativeBuildInputs = [ 31 installShellFiles ··· 39 env = { 40 RUSTONIG_SYSTEM_LIBONIG = true; 41 }; 42 43 postInstall = lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) '' 44 installShellCompletion --cmd termbook \