lol

Merge pull request #247333 from figsoda/felix

felix-fm: 2.6.0 -> 2.7.0

authored by

Mario Rodas and committed by
GitHub
ece9ec8d fe0f28c0

+3 -1345
-1337
pkgs/applications/file-managers/felix-fm/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 = "adler" 7 - version = "1.0.2" 8 - source = "registry+https://github.com/rust-lang/crates.io-index" 9 - checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 10 - 11 - [[package]] 12 - name = "aes" 13 - version = "0.8.3" 14 - source = "registry+https://github.com/rust-lang/crates.io-index" 15 - checksum = "ac1f845298e95f983ff1944b728ae08b8cebab80d684f0a832ed0fc74dfa27e2" 16 - dependencies = [ 17 - "cfg-if", 18 - "cipher", 19 - "cpufeatures", 20 - ] 21 - 22 - [[package]] 23 - name = "android-tzdata" 24 - version = "0.1.1" 25 - source = "registry+https://github.com/rust-lang/crates.io-index" 26 - checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" 27 - 28 - [[package]] 29 - name = "android_system_properties" 30 - version = "0.1.5" 31 - source = "registry+https://github.com/rust-lang/crates.io-index" 32 - checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 33 - dependencies = [ 34 - "libc", 35 - ] 36 - 37 - [[package]] 38 - name = "autocfg" 39 - version = "1.1.0" 40 - source = "registry+https://github.com/rust-lang/crates.io-index" 41 - checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 42 - 43 - [[package]] 44 - name = "base64" 45 - version = "0.21.2" 46 - source = "registry+https://github.com/rust-lang/crates.io-index" 47 - checksum = "604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d" 48 - 49 - [[package]] 50 - name = "base64ct" 51 - version = "1.6.0" 52 - source = "registry+https://github.com/rust-lang/crates.io-index" 53 - checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" 54 - 55 - [[package]] 56 - name = "bincode" 57 - version = "1.3.3" 58 - source = "registry+https://github.com/rust-lang/crates.io-index" 59 - checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" 60 - dependencies = [ 61 - "serde", 62 - ] 63 - 64 - [[package]] 65 - name = "bitflags" 66 - version = "1.3.2" 67 - source = "registry+https://github.com/rust-lang/crates.io-index" 68 - checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 69 - 70 - [[package]] 71 - name = "block-buffer" 72 - version = "0.10.4" 73 - source = "registry+https://github.com/rust-lang/crates.io-index" 74 - checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 75 - dependencies = [ 76 - "generic-array", 77 - ] 78 - 79 - [[package]] 80 - name = "build_const" 81 - version = "0.2.2" 82 - source = "registry+https://github.com/rust-lang/crates.io-index" 83 - checksum = "b4ae4235e6dac0694637c763029ecea1a2ec9e4e06ec2729bd21ba4d9c863eb7" 84 - 85 - [[package]] 86 - name = "bumpalo" 87 - version = "3.13.0" 88 - source = "registry+https://github.com/rust-lang/crates.io-index" 89 - checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1" 90 - 91 - [[package]] 92 - name = "byteorder" 93 - version = "1.4.3" 94 - source = "registry+https://github.com/rust-lang/crates.io-index" 95 - checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" 96 - 97 - [[package]] 98 - name = "bzip2" 99 - version = "0.4.4" 100 - source = "registry+https://github.com/rust-lang/crates.io-index" 101 - checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8" 102 - dependencies = [ 103 - "bzip2-sys", 104 - "libc", 105 - ] 106 - 107 - [[package]] 108 - name = "bzip2-sys" 109 - version = "0.1.11+1.0.8" 110 - source = "registry+https://github.com/rust-lang/crates.io-index" 111 - checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc" 112 - dependencies = [ 113 - "cc", 114 - "libc", 115 - "pkg-config", 116 - ] 117 - 118 - [[package]] 119 - name = "cc" 120 - version = "1.0.79" 121 - source = "registry+https://github.com/rust-lang/crates.io-index" 122 - checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" 123 - dependencies = [ 124 - "jobserver", 125 - ] 126 - 127 - [[package]] 128 - name = "cfg-if" 129 - version = "1.0.0" 130 - source = "registry+https://github.com/rust-lang/crates.io-index" 131 - checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 132 - 133 - [[package]] 134 - name = "chrono" 135 - version = "0.4.26" 136 - source = "registry+https://github.com/rust-lang/crates.io-index" 137 - checksum = "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5" 138 - dependencies = [ 139 - "android-tzdata", 140 - "iana-time-zone", 141 - "num-traits", 142 - "winapi", 143 - ] 144 - 145 - [[package]] 146 - name = "cipher" 147 - version = "0.4.4" 148 - source = "registry+https://github.com/rust-lang/crates.io-index" 149 - checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" 150 - dependencies = [ 151 - "crypto-common", 152 - "inout", 153 - ] 154 - 155 - [[package]] 156 - name = "constant_time_eq" 157 - version = "0.1.5" 158 - source = "registry+https://github.com/rust-lang/crates.io-index" 159 - checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc" 160 - 161 - [[package]] 162 - name = "content_inspector" 163 - version = "0.2.4" 164 - source = "registry+https://github.com/rust-lang/crates.io-index" 165 - checksum = "b7bda66e858c683005a53a9a60c69a4aca7eeaa45d124526e389f7aec8e62f38" 166 - dependencies = [ 167 - "memchr", 168 - ] 169 - 170 - [[package]] 171 - name = "core-foundation-sys" 172 - version = "0.8.4" 173 - source = "registry+https://github.com/rust-lang/crates.io-index" 174 - checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa" 175 - 176 - [[package]] 177 - name = "cpufeatures" 178 - version = "0.2.8" 179 - source = "registry+https://github.com/rust-lang/crates.io-index" 180 - checksum = "03e69e28e9f7f77debdedbaafa2866e1de9ba56df55a8bd7cfc724c25a09987c" 181 - dependencies = [ 182 - "libc", 183 - ] 184 - 185 - [[package]] 186 - name = "crc" 187 - version = "1.8.1" 188 - source = "registry+https://github.com/rust-lang/crates.io-index" 189 - checksum = "d663548de7f5cca343f1e0a48d14dcfb0e9eb4e079ec58883b7251539fa10aeb" 190 - dependencies = [ 191 - "build_const", 192 - ] 193 - 194 - [[package]] 195 - name = "crc32fast" 196 - version = "1.3.2" 197 - source = "registry+https://github.com/rust-lang/crates.io-index" 198 - checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" 199 - dependencies = [ 200 - "cfg-if", 201 - ] 202 - 203 - [[package]] 204 - name = "crossbeam-channel" 205 - version = "0.5.8" 206 - source = "registry+https://github.com/rust-lang/crates.io-index" 207 - checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200" 208 - dependencies = [ 209 - "cfg-if", 210 - "crossbeam-utils", 211 - ] 212 - 213 - [[package]] 214 - name = "crossbeam-deque" 215 - version = "0.8.3" 216 - source = "registry+https://github.com/rust-lang/crates.io-index" 217 - checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef" 218 - dependencies = [ 219 - "cfg-if", 220 - "crossbeam-epoch", 221 - "crossbeam-utils", 222 - ] 223 - 224 - [[package]] 225 - name = "crossbeam-epoch" 226 - version = "0.9.15" 227 - source = "registry+https://github.com/rust-lang/crates.io-index" 228 - checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7" 229 - dependencies = [ 230 - "autocfg", 231 - "cfg-if", 232 - "crossbeam-utils", 233 - "memoffset 0.9.0", 234 - "scopeguard", 235 - ] 236 - 237 - [[package]] 238 - name = "crossbeam-utils" 239 - version = "0.8.16" 240 - source = "registry+https://github.com/rust-lang/crates.io-index" 241 - checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294" 242 - dependencies = [ 243 - "cfg-if", 244 - ] 245 - 246 - [[package]] 247 - name = "crossterm" 248 - version = "0.25.0" 249 - source = "registry+https://github.com/rust-lang/crates.io-index" 250 - checksum = "e64e6c0fbe2c17357405f7c758c1ef960fce08bdfb2c03d88d2a18d7e09c4b67" 251 - dependencies = [ 252 - "bitflags", 253 - "crossterm_winapi", 254 - "libc", 255 - "mio", 256 - "parking_lot", 257 - "signal-hook", 258 - "signal-hook-mio", 259 - "winapi", 260 - ] 261 - 262 - [[package]] 263 - name = "crossterm_winapi" 264 - version = "0.9.1" 265 - source = "registry+https://github.com/rust-lang/crates.io-index" 266 - checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b" 267 - dependencies = [ 268 - "winapi", 269 - ] 270 - 271 - [[package]] 272 - name = "crypto-common" 273 - version = "0.1.6" 274 - source = "registry+https://github.com/rust-lang/crates.io-index" 275 - checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 276 - dependencies = [ 277 - "generic-array", 278 - "typenum", 279 - ] 280 - 281 - [[package]] 282 - name = "devtimer" 283 - version = "4.0.1" 284 - source = "registry+https://github.com/rust-lang/crates.io-index" 285 - checksum = "907339959a92f6b98846570500c0a567c9aecbb3871cef00561eb5d20d47b7c1" 286 - 287 - [[package]] 288 - name = "digest" 289 - version = "0.10.7" 290 - source = "registry+https://github.com/rust-lang/crates.io-index" 291 - checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 292 - dependencies = [ 293 - "block-buffer", 294 - "crypto-common", 295 - "subtle", 296 - ] 297 - 298 - [[package]] 299 - name = "dirs" 300 - version = "4.0.0" 301 - source = "registry+https://github.com/rust-lang/crates.io-index" 302 - checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059" 303 - dependencies = [ 304 - "dirs-sys", 305 - ] 306 - 307 - [[package]] 308 - name = "dirs-sys" 309 - version = "0.3.7" 310 - source = "registry+https://github.com/rust-lang/crates.io-index" 311 - checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6" 312 - dependencies = [ 313 - "libc", 314 - "redox_users", 315 - "winapi", 316 - ] 317 - 318 - [[package]] 319 - name = "either" 320 - version = "1.8.1" 321 - source = "registry+https://github.com/rust-lang/crates.io-index" 322 - checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91" 323 - 324 - [[package]] 325 - name = "felix" 326 - version = "2.6.0" 327 - dependencies = [ 328 - "chrono", 329 - "content_inspector", 330 - "crossterm", 331 - "devtimer", 332 - "dirs", 333 - "flate2", 334 - "log", 335 - "lzma-rs", 336 - "natord", 337 - "nix", 338 - "rayon", 339 - "serde", 340 - "serde_yaml", 341 - "simplelog", 342 - "syntect", 343 - "tar", 344 - "unicode-width", 345 - "walkdir", 346 - "zip", 347 - "zstd", 348 - ] 349 - 350 - [[package]] 351 - name = "filetime" 352 - version = "0.2.21" 353 - source = "registry+https://github.com/rust-lang/crates.io-index" 354 - checksum = "5cbc844cecaee9d4443931972e1289c8ff485cb4cc2767cb03ca139ed6885153" 355 - dependencies = [ 356 - "cfg-if", 357 - "libc", 358 - "redox_syscall 0.2.16", 359 - "windows-sys", 360 - ] 361 - 362 - [[package]] 363 - name = "flate2" 364 - version = "1.0.26" 365 - source = "registry+https://github.com/rust-lang/crates.io-index" 366 - checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743" 367 - dependencies = [ 368 - "crc32fast", 369 - "miniz_oxide", 370 - ] 371 - 372 - [[package]] 373 - name = "fnv" 374 - version = "1.0.7" 375 - source = "registry+https://github.com/rust-lang/crates.io-index" 376 - checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 377 - 378 - [[package]] 379 - name = "generic-array" 380 - version = "0.14.7" 381 - source = "registry+https://github.com/rust-lang/crates.io-index" 382 - checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 383 - dependencies = [ 384 - "typenum", 385 - "version_check", 386 - ] 387 - 388 - [[package]] 389 - name = "getrandom" 390 - version = "0.2.10" 391 - source = "registry+https://github.com/rust-lang/crates.io-index" 392 - checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427" 393 - dependencies = [ 394 - "cfg-if", 395 - "libc", 396 - "wasi", 397 - ] 398 - 399 - [[package]] 400 - name = "hashbrown" 401 - version = "0.12.3" 402 - source = "registry+https://github.com/rust-lang/crates.io-index" 403 - checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 404 - 405 - [[package]] 406 - name = "hermit-abi" 407 - version = "0.2.6" 408 - source = "registry+https://github.com/rust-lang/crates.io-index" 409 - checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7" 410 - dependencies = [ 411 - "libc", 412 - ] 413 - 414 - [[package]] 415 - name = "hmac" 416 - version = "0.12.1" 417 - source = "registry+https://github.com/rust-lang/crates.io-index" 418 - checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" 419 - dependencies = [ 420 - "digest", 421 - ] 422 - 423 - [[package]] 424 - name = "iana-time-zone" 425 - version = "0.1.57" 426 - source = "registry+https://github.com/rust-lang/crates.io-index" 427 - checksum = "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613" 428 - dependencies = [ 429 - "android_system_properties", 430 - "core-foundation-sys", 431 - "iana-time-zone-haiku", 432 - "js-sys", 433 - "wasm-bindgen", 434 - "windows", 435 - ] 436 - 437 - [[package]] 438 - name = "iana-time-zone-haiku" 439 - version = "0.1.2" 440 - source = "registry+https://github.com/rust-lang/crates.io-index" 441 - checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 442 - dependencies = [ 443 - "cc", 444 - ] 445 - 446 - [[package]] 447 - name = "indexmap" 448 - version = "1.9.3" 449 - source = "registry+https://github.com/rust-lang/crates.io-index" 450 - checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" 451 - dependencies = [ 452 - "autocfg", 453 - "hashbrown", 454 - ] 455 - 456 - [[package]] 457 - name = "inout" 458 - version = "0.1.3" 459 - source = "registry+https://github.com/rust-lang/crates.io-index" 460 - checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5" 461 - dependencies = [ 462 - "generic-array", 463 - ] 464 - 465 - [[package]] 466 - name = "itoa" 467 - version = "1.0.6" 468 - source = "registry+https://github.com/rust-lang/crates.io-index" 469 - checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6" 470 - 471 - [[package]] 472 - name = "jobserver" 473 - version = "0.1.26" 474 - source = "registry+https://github.com/rust-lang/crates.io-index" 475 - checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2" 476 - dependencies = [ 477 - "libc", 478 - ] 479 - 480 - [[package]] 481 - name = "js-sys" 482 - version = "0.3.64" 483 - source = "registry+https://github.com/rust-lang/crates.io-index" 484 - checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a" 485 - dependencies = [ 486 - "wasm-bindgen", 487 - ] 488 - 489 - [[package]] 490 - name = "libc" 491 - version = "0.2.146" 492 - source = "registry+https://github.com/rust-lang/crates.io-index" 493 - checksum = "f92be4933c13fd498862a9e02a3055f8a8d9c039ce33db97306fd5a6caa7f29b" 494 - 495 - [[package]] 496 - name = "line-wrap" 497 - version = "0.1.1" 498 - source = "registry+https://github.com/rust-lang/crates.io-index" 499 - checksum = "f30344350a2a51da54c1d53be93fade8a237e545dbcc4bdbe635413f2117cab9" 500 - dependencies = [ 501 - "safemem", 502 - ] 503 - 504 - [[package]] 505 - name = "linked-hash-map" 506 - version = "0.5.6" 507 - source = "registry+https://github.com/rust-lang/crates.io-index" 508 - checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" 509 - 510 - [[package]] 511 - name = "lock_api" 512 - version = "0.4.10" 513 - source = "registry+https://github.com/rust-lang/crates.io-index" 514 - checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16" 515 - dependencies = [ 516 - "autocfg", 517 - "scopeguard", 518 - ] 519 - 520 - [[package]] 521 - name = "log" 522 - version = "0.4.19" 523 - source = "registry+https://github.com/rust-lang/crates.io-index" 524 - checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4" 525 - 526 - [[package]] 527 - name = "lzma-rs" 528 - version = "0.2.0" 529 - source = "registry+https://github.com/rust-lang/crates.io-index" 530 - checksum = "aba8ecb0450dfabce4ad72085eed0a75dffe8f21f7ada05638564ea9db2d7fb1" 531 - dependencies = [ 532 - "byteorder", 533 - "crc", 534 - ] 535 - 536 - [[package]] 537 - name = "memchr" 538 - version = "2.5.0" 539 - source = "registry+https://github.com/rust-lang/crates.io-index" 540 - checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" 541 - 542 - [[package]] 543 - name = "memoffset" 544 - version = "0.6.5" 545 - source = "registry+https://github.com/rust-lang/crates.io-index" 546 - checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce" 547 - dependencies = [ 548 - "autocfg", 549 - ] 550 - 551 - [[package]] 552 - name = "memoffset" 553 - version = "0.9.0" 554 - source = "registry+https://github.com/rust-lang/crates.io-index" 555 - checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c" 556 - dependencies = [ 557 - "autocfg", 558 - ] 559 - 560 - [[package]] 561 - name = "miniz_oxide" 562 - version = "0.7.1" 563 - source = "registry+https://github.com/rust-lang/crates.io-index" 564 - checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7" 565 - dependencies = [ 566 - "adler", 567 - ] 568 - 569 - [[package]] 570 - name = "mio" 571 - version = "0.8.8" 572 - source = "registry+https://github.com/rust-lang/crates.io-index" 573 - checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2" 574 - dependencies = [ 575 - "libc", 576 - "log", 577 - "wasi", 578 - "windows-sys", 579 - ] 580 - 581 - [[package]] 582 - name = "natord" 583 - version = "1.0.9" 584 - source = "registry+https://github.com/rust-lang/crates.io-index" 585 - checksum = "308d96db8debc727c3fd9744aac51751243420e46edf401010908da7f8d5e57c" 586 - 587 - [[package]] 588 - name = "nix" 589 - version = "0.25.1" 590 - source = "registry+https://github.com/rust-lang/crates.io-index" 591 - checksum = "f346ff70e7dbfd675fe90590b92d59ef2de15a8779ae305ebcbfd3f0caf59be4" 592 - dependencies = [ 593 - "autocfg", 594 - "bitflags", 595 - "cfg-if", 596 - "libc", 597 - "memoffset 0.6.5", 598 - "pin-utils", 599 - ] 600 - 601 - [[package]] 602 - name = "num-traits" 603 - version = "0.2.15" 604 - source = "registry+https://github.com/rust-lang/crates.io-index" 605 - checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" 606 - dependencies = [ 607 - "autocfg", 608 - ] 609 - 610 - [[package]] 611 - name = "num_cpus" 612 - version = "1.15.0" 613 - source = "registry+https://github.com/rust-lang/crates.io-index" 614 - checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b" 615 - dependencies = [ 616 - "hermit-abi", 617 - "libc", 618 - ] 619 - 620 - [[package]] 621 - name = "num_threads" 622 - version = "0.1.6" 623 - source = "registry+https://github.com/rust-lang/crates.io-index" 624 - checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44" 625 - dependencies = [ 626 - "libc", 627 - ] 628 - 629 - [[package]] 630 - name = "once_cell" 631 - version = "1.18.0" 632 - source = "registry+https://github.com/rust-lang/crates.io-index" 633 - checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" 634 - 635 - [[package]] 636 - name = "onig" 637 - version = "6.4.0" 638 - source = "registry+https://github.com/rust-lang/crates.io-index" 639 - checksum = "8c4b31c8722ad9171c6d77d3557db078cab2bd50afcc9d09c8b315c59df8ca4f" 640 - dependencies = [ 641 - "bitflags", 642 - "libc", 643 - "once_cell", 644 - "onig_sys", 645 - ] 646 - 647 - [[package]] 648 - name = "onig_sys" 649 - version = "69.8.1" 650 - source = "registry+https://github.com/rust-lang/crates.io-index" 651 - checksum = "7b829e3d7e9cc74c7e315ee8edb185bf4190da5acde74afd7fc59c35b1f086e7" 652 - dependencies = [ 653 - "cc", 654 - "pkg-config", 655 - ] 656 - 657 - [[package]] 658 - name = "parking_lot" 659 - version = "0.12.1" 660 - source = "registry+https://github.com/rust-lang/crates.io-index" 661 - checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" 662 - dependencies = [ 663 - "lock_api", 664 - "parking_lot_core", 665 - ] 666 - 667 - [[package]] 668 - name = "parking_lot_core" 669 - version = "0.9.8" 670 - source = "registry+https://github.com/rust-lang/crates.io-index" 671 - checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447" 672 - dependencies = [ 673 - "cfg-if", 674 - "libc", 675 - "redox_syscall 0.3.5", 676 - "smallvec", 677 - "windows-targets", 678 - ] 679 - 680 - [[package]] 681 - name = "password-hash" 682 - version = "0.4.2" 683 - source = "registry+https://github.com/rust-lang/crates.io-index" 684 - checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700" 685 - dependencies = [ 686 - "base64ct", 687 - "rand_core", 688 - "subtle", 689 - ] 690 - 691 - [[package]] 692 - name = "pbkdf2" 693 - version = "0.11.0" 694 - source = "registry+https://github.com/rust-lang/crates.io-index" 695 - checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917" 696 - dependencies = [ 697 - "digest", 698 - "hmac", 699 - "password-hash", 700 - "sha2", 701 - ] 702 - 703 - [[package]] 704 - name = "pin-utils" 705 - version = "0.1.0" 706 - source = "registry+https://github.com/rust-lang/crates.io-index" 707 - checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 708 - 709 - [[package]] 710 - name = "pkg-config" 711 - version = "0.3.27" 712 - source = "registry+https://github.com/rust-lang/crates.io-index" 713 - checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964" 714 - 715 - [[package]] 716 - name = "plist" 717 - version = "1.4.3" 718 - source = "registry+https://github.com/rust-lang/crates.io-index" 719 - checksum = "9bd9647b268a3d3e14ff09c23201133a62589c658db02bb7388c7246aafe0590" 720 - dependencies = [ 721 - "base64", 722 - "indexmap", 723 - "line-wrap", 724 - "quick-xml", 725 - "serde", 726 - "time", 727 - ] 728 - 729 - [[package]] 730 - name = "proc-macro2" 731 - version = "1.0.60" 732 - source = "registry+https://github.com/rust-lang/crates.io-index" 733 - checksum = "dec2b086b7a862cf4de201096214fa870344cf922b2b30c167badb3af3195406" 734 - dependencies = [ 735 - "unicode-ident", 736 - ] 737 - 738 - [[package]] 739 - name = "quick-xml" 740 - version = "0.28.2" 741 - source = "registry+https://github.com/rust-lang/crates.io-index" 742 - checksum = "0ce5e73202a820a31f8a0ee32ada5e21029c81fd9e3ebf668a40832e4219d9d1" 743 - dependencies = [ 744 - "memchr", 745 - ] 746 - 747 - [[package]] 748 - name = "quote" 749 - version = "1.0.28" 750 - source = "registry+https://github.com/rust-lang/crates.io-index" 751 - checksum = "1b9ab9c7eadfd8df19006f1cf1a4aed13540ed5cbc047010ece5826e10825488" 752 - dependencies = [ 753 - "proc-macro2", 754 - ] 755 - 756 - [[package]] 757 - name = "rand_core" 758 - version = "0.6.4" 759 - source = "registry+https://github.com/rust-lang/crates.io-index" 760 - checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 761 - 762 - [[package]] 763 - name = "rayon" 764 - version = "1.7.0" 765 - source = "registry+https://github.com/rust-lang/crates.io-index" 766 - checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b" 767 - dependencies = [ 768 - "either", 769 - "rayon-core", 770 - ] 771 - 772 - [[package]] 773 - name = "rayon-core" 774 - version = "1.11.0" 775 - source = "registry+https://github.com/rust-lang/crates.io-index" 776 - checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d" 777 - dependencies = [ 778 - "crossbeam-channel", 779 - "crossbeam-deque", 780 - "crossbeam-utils", 781 - "num_cpus", 782 - ] 783 - 784 - [[package]] 785 - name = "redox_syscall" 786 - version = "0.2.16" 787 - source = "registry+https://github.com/rust-lang/crates.io-index" 788 - checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" 789 - dependencies = [ 790 - "bitflags", 791 - ] 792 - 793 - [[package]] 794 - name = "redox_syscall" 795 - version = "0.3.5" 796 - source = "registry+https://github.com/rust-lang/crates.io-index" 797 - checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" 798 - dependencies = [ 799 - "bitflags", 800 - ] 801 - 802 - [[package]] 803 - name = "redox_users" 804 - version = "0.4.3" 805 - source = "registry+https://github.com/rust-lang/crates.io-index" 806 - checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b" 807 - dependencies = [ 808 - "getrandom", 809 - "redox_syscall 0.2.16", 810 - "thiserror", 811 - ] 812 - 813 - [[package]] 814 - name = "regex-syntax" 815 - version = "0.7.2" 816 - source = "registry+https://github.com/rust-lang/crates.io-index" 817 - checksum = "436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78" 818 - 819 - [[package]] 820 - name = "ryu" 821 - version = "1.0.13" 822 - source = "registry+https://github.com/rust-lang/crates.io-index" 823 - checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041" 824 - 825 - [[package]] 826 - name = "safemem" 827 - version = "0.3.3" 828 - source = "registry+https://github.com/rust-lang/crates.io-index" 829 - checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072" 830 - 831 - [[package]] 832 - name = "same-file" 833 - version = "1.0.6" 834 - source = "registry+https://github.com/rust-lang/crates.io-index" 835 - checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 836 - dependencies = [ 837 - "winapi-util", 838 - ] 839 - 840 - [[package]] 841 - name = "scopeguard" 842 - version = "1.1.0" 843 - source = "registry+https://github.com/rust-lang/crates.io-index" 844 - checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 845 - 846 - [[package]] 847 - name = "serde" 848 - version = "1.0.164" 849 - source = "registry+https://github.com/rust-lang/crates.io-index" 850 - checksum = "9e8c8cf938e98f769bc164923b06dce91cea1751522f46f8466461af04c9027d" 851 - dependencies = [ 852 - "serde_derive", 853 - ] 854 - 855 - [[package]] 856 - name = "serde_derive" 857 - version = "1.0.164" 858 - source = "registry+https://github.com/rust-lang/crates.io-index" 859 - checksum = "d9735b638ccc51c28bf6914d90a2e9725b377144fc612c49a611fddd1b631d68" 860 - dependencies = [ 861 - "proc-macro2", 862 - "quote", 863 - "syn", 864 - ] 865 - 866 - [[package]] 867 - name = "serde_json" 868 - version = "1.0.97" 869 - source = "registry+https://github.com/rust-lang/crates.io-index" 870 - checksum = "bdf3bf93142acad5821c99197022e170842cdbc1c30482b98750c688c640842a" 871 - dependencies = [ 872 - "itoa", 873 - "ryu", 874 - "serde", 875 - ] 876 - 877 - [[package]] 878 - name = "serde_yaml" 879 - version = "0.9.21" 880 - source = "registry+https://github.com/rust-lang/crates.io-index" 881 - checksum = "d9d684e3ec7de3bf5466b32bd75303ac16f0736426e5a4e0d6e489559ce1249c" 882 - dependencies = [ 883 - "indexmap", 884 - "itoa", 885 - "ryu", 886 - "serde", 887 - "unsafe-libyaml", 888 - ] 889 - 890 - [[package]] 891 - name = "sha1" 892 - version = "0.10.5" 893 - source = "registry+https://github.com/rust-lang/crates.io-index" 894 - checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3" 895 - dependencies = [ 896 - "cfg-if", 897 - "cpufeatures", 898 - "digest", 899 - ] 900 - 901 - [[package]] 902 - name = "sha2" 903 - version = "0.10.7" 904 - source = "registry+https://github.com/rust-lang/crates.io-index" 905 - checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8" 906 - dependencies = [ 907 - "cfg-if", 908 - "cpufeatures", 909 - "digest", 910 - ] 911 - 912 - [[package]] 913 - name = "signal-hook" 914 - version = "0.3.15" 915 - source = "registry+https://github.com/rust-lang/crates.io-index" 916 - checksum = "732768f1176d21d09e076c23a93123d40bba92d50c4058da34d45c8de8e682b9" 917 - dependencies = [ 918 - "libc", 919 - "signal-hook-registry", 920 - ] 921 - 922 - [[package]] 923 - name = "signal-hook-mio" 924 - version = "0.2.3" 925 - source = "registry+https://github.com/rust-lang/crates.io-index" 926 - checksum = "29ad2e15f37ec9a6cc544097b78a1ec90001e9f71b81338ca39f430adaca99af" 927 - dependencies = [ 928 - "libc", 929 - "mio", 930 - "signal-hook", 931 - ] 932 - 933 - [[package]] 934 - name = "signal-hook-registry" 935 - version = "1.4.1" 936 - source = "registry+https://github.com/rust-lang/crates.io-index" 937 - checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1" 938 - dependencies = [ 939 - "libc", 940 - ] 941 - 942 - [[package]] 943 - name = "simplelog" 944 - version = "0.12.1" 945 - source = "registry+https://github.com/rust-lang/crates.io-index" 946 - checksum = "acee08041c5de3d5048c8b3f6f13fafb3026b24ba43c6a695a0c76179b844369" 947 - dependencies = [ 948 - "log", 949 - "termcolor", 950 - "time", 951 - ] 952 - 953 - [[package]] 954 - name = "smallvec" 955 - version = "1.10.0" 956 - source = "registry+https://github.com/rust-lang/crates.io-index" 957 - checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" 958 - 959 - [[package]] 960 - name = "subtle" 961 - version = "2.5.0" 962 - source = "registry+https://github.com/rust-lang/crates.io-index" 963 - checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc" 964 - 965 - [[package]] 966 - name = "syn" 967 - version = "2.0.18" 968 - source = "registry+https://github.com/rust-lang/crates.io-index" 969 - checksum = "32d41677bcbe24c20c52e7c70b0d8db04134c5d1066bf98662e2871ad200ea3e" 970 - dependencies = [ 971 - "proc-macro2", 972 - "quote", 973 - "unicode-ident", 974 - ] 975 - 976 - [[package]] 977 - name = "syntect" 978 - version = "5.0.0" 979 - source = "git+https://github.com/kyoheiu/syntect#f0ece85c5a2dc4436442558babd9fc159dca372b" 980 - dependencies = [ 981 - "bincode", 982 - "bitflags", 983 - "flate2", 984 - "fnv", 985 - "once_cell", 986 - "onig", 987 - "plist", 988 - "regex-syntax", 989 - "serde", 990 - "serde_json", 991 - "thiserror", 992 - "walkdir", 993 - "yaml-rust", 994 - ] 995 - 996 - [[package]] 997 - name = "tar" 998 - version = "0.4.38" 999 - source = "registry+https://github.com/rust-lang/crates.io-index" 1000 - checksum = "4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6" 1001 - dependencies = [ 1002 - "filetime", 1003 - "libc", 1004 - "xattr", 1005 - ] 1006 - 1007 - [[package]] 1008 - name = "termcolor" 1009 - version = "1.1.3" 1010 - source = "registry+https://github.com/rust-lang/crates.io-index" 1011 - checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755" 1012 - dependencies = [ 1013 - "winapi-util", 1014 - ] 1015 - 1016 - [[package]] 1017 - name = "thiserror" 1018 - version = "1.0.40" 1019 - source = "registry+https://github.com/rust-lang/crates.io-index" 1020 - checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac" 1021 - dependencies = [ 1022 - "thiserror-impl", 1023 - ] 1024 - 1025 - [[package]] 1026 - name = "thiserror-impl" 1027 - version = "1.0.40" 1028 - source = "registry+https://github.com/rust-lang/crates.io-index" 1029 - checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f" 1030 - dependencies = [ 1031 - "proc-macro2", 1032 - "quote", 1033 - "syn", 1034 - ] 1035 - 1036 - [[package]] 1037 - name = "time" 1038 - version = "0.3.22" 1039 - source = "registry+https://github.com/rust-lang/crates.io-index" 1040 - checksum = "ea9e1b3cf1243ae005d9e74085d4d542f3125458f3a81af210d901dcd7411efd" 1041 - dependencies = [ 1042 - "itoa", 1043 - "libc", 1044 - "num_threads", 1045 - "serde", 1046 - "time-core", 1047 - "time-macros", 1048 - ] 1049 - 1050 - [[package]] 1051 - name = "time-core" 1052 - version = "0.1.1" 1053 - source = "registry+https://github.com/rust-lang/crates.io-index" 1054 - checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb" 1055 - 1056 - [[package]] 1057 - name = "time-macros" 1058 - version = "0.2.9" 1059 - source = "registry+https://github.com/rust-lang/crates.io-index" 1060 - checksum = "372950940a5f07bf38dbe211d7283c9e6d7327df53794992d293e534c733d09b" 1061 - dependencies = [ 1062 - "time-core", 1063 - ] 1064 - 1065 - [[package]] 1066 - name = "typenum" 1067 - version = "1.16.0" 1068 - source = "registry+https://github.com/rust-lang/crates.io-index" 1069 - checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba" 1070 - 1071 - [[package]] 1072 - name = "unicode-ident" 1073 - version = "1.0.9" 1074 - source = "registry+https://github.com/rust-lang/crates.io-index" 1075 - checksum = "b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0" 1076 - 1077 - [[package]] 1078 - name = "unicode-width" 1079 - version = "0.1.10" 1080 - source = "registry+https://github.com/rust-lang/crates.io-index" 1081 - checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" 1082 - 1083 - [[package]] 1084 - name = "unsafe-libyaml" 1085 - version = "0.2.8" 1086 - source = "registry+https://github.com/rust-lang/crates.io-index" 1087 - checksum = "1865806a559042e51ab5414598446a5871b561d21b6764f2eabb0dd481d880a6" 1088 - 1089 - [[package]] 1090 - name = "version_check" 1091 - version = "0.9.4" 1092 - source = "registry+https://github.com/rust-lang/crates.io-index" 1093 - checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 1094 - 1095 - [[package]] 1096 - name = "walkdir" 1097 - version = "2.3.3" 1098 - source = "registry+https://github.com/rust-lang/crates.io-index" 1099 - checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698" 1100 - dependencies = [ 1101 - "same-file", 1102 - "winapi-util", 1103 - ] 1104 - 1105 - [[package]] 1106 - name = "wasi" 1107 - version = "0.11.0+wasi-snapshot-preview1" 1108 - source = "registry+https://github.com/rust-lang/crates.io-index" 1109 - checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 1110 - 1111 - [[package]] 1112 - name = "wasm-bindgen" 1113 - version = "0.2.87" 1114 - source = "registry+https://github.com/rust-lang/crates.io-index" 1115 - checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342" 1116 - dependencies = [ 1117 - "cfg-if", 1118 - "wasm-bindgen-macro", 1119 - ] 1120 - 1121 - [[package]] 1122 - name = "wasm-bindgen-backend" 1123 - version = "0.2.87" 1124 - source = "registry+https://github.com/rust-lang/crates.io-index" 1125 - checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd" 1126 - dependencies = [ 1127 - "bumpalo", 1128 - "log", 1129 - "once_cell", 1130 - "proc-macro2", 1131 - "quote", 1132 - "syn", 1133 - "wasm-bindgen-shared", 1134 - ] 1135 - 1136 - [[package]] 1137 - name = "wasm-bindgen-macro" 1138 - version = "0.2.87" 1139 - source = "registry+https://github.com/rust-lang/crates.io-index" 1140 - checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d" 1141 - dependencies = [ 1142 - "quote", 1143 - "wasm-bindgen-macro-support", 1144 - ] 1145 - 1146 - [[package]] 1147 - name = "wasm-bindgen-macro-support" 1148 - version = "0.2.87" 1149 - source = "registry+https://github.com/rust-lang/crates.io-index" 1150 - checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b" 1151 - dependencies = [ 1152 - "proc-macro2", 1153 - "quote", 1154 - "syn", 1155 - "wasm-bindgen-backend", 1156 - "wasm-bindgen-shared", 1157 - ] 1158 - 1159 - [[package]] 1160 - name = "wasm-bindgen-shared" 1161 - version = "0.2.87" 1162 - source = "registry+https://github.com/rust-lang/crates.io-index" 1163 - checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1" 1164 - 1165 - [[package]] 1166 - name = "winapi" 1167 - version = "0.3.9" 1168 - source = "registry+https://github.com/rust-lang/crates.io-index" 1169 - checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 1170 - dependencies = [ 1171 - "winapi-i686-pc-windows-gnu", 1172 - "winapi-x86_64-pc-windows-gnu", 1173 - ] 1174 - 1175 - [[package]] 1176 - name = "winapi-i686-pc-windows-gnu" 1177 - version = "0.4.0" 1178 - source = "registry+https://github.com/rust-lang/crates.io-index" 1179 - checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 1180 - 1181 - [[package]] 1182 - name = "winapi-util" 1183 - version = "0.1.5" 1184 - source = "registry+https://github.com/rust-lang/crates.io-index" 1185 - checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" 1186 - dependencies = [ 1187 - "winapi", 1188 - ] 1189 - 1190 - [[package]] 1191 - name = "winapi-x86_64-pc-windows-gnu" 1192 - version = "0.4.0" 1193 - source = "registry+https://github.com/rust-lang/crates.io-index" 1194 - checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 1195 - 1196 - [[package]] 1197 - name = "windows" 1198 - version = "0.48.0" 1199 - source = "registry+https://github.com/rust-lang/crates.io-index" 1200 - checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f" 1201 - dependencies = [ 1202 - "windows-targets", 1203 - ] 1204 - 1205 - [[package]] 1206 - name = "windows-sys" 1207 - version = "0.48.0" 1208 - source = "registry+https://github.com/rust-lang/crates.io-index" 1209 - checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 1210 - dependencies = [ 1211 - "windows-targets", 1212 - ] 1213 - 1214 - [[package]] 1215 - name = "windows-targets" 1216 - version = "0.48.0" 1217 - source = "registry+https://github.com/rust-lang/crates.io-index" 1218 - checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5" 1219 - dependencies = [ 1220 - "windows_aarch64_gnullvm", 1221 - "windows_aarch64_msvc", 1222 - "windows_i686_gnu", 1223 - "windows_i686_msvc", 1224 - "windows_x86_64_gnu", 1225 - "windows_x86_64_gnullvm", 1226 - "windows_x86_64_msvc", 1227 - ] 1228 - 1229 - [[package]] 1230 - name = "windows_aarch64_gnullvm" 1231 - version = "0.48.0" 1232 - source = "registry+https://github.com/rust-lang/crates.io-index" 1233 - checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc" 1234 - 1235 - [[package]] 1236 - name = "windows_aarch64_msvc" 1237 - version = "0.48.0" 1238 - source = "registry+https://github.com/rust-lang/crates.io-index" 1239 - checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3" 1240 - 1241 - [[package]] 1242 - name = "windows_i686_gnu" 1243 - version = "0.48.0" 1244 - source = "registry+https://github.com/rust-lang/crates.io-index" 1245 - checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241" 1246 - 1247 - [[package]] 1248 - name = "windows_i686_msvc" 1249 - version = "0.48.0" 1250 - source = "registry+https://github.com/rust-lang/crates.io-index" 1251 - checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00" 1252 - 1253 - [[package]] 1254 - name = "windows_x86_64_gnu" 1255 - version = "0.48.0" 1256 - source = "registry+https://github.com/rust-lang/crates.io-index" 1257 - checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" 1258 - 1259 - [[package]] 1260 - name = "windows_x86_64_gnullvm" 1261 - version = "0.48.0" 1262 - source = "registry+https://github.com/rust-lang/crates.io-index" 1263 - checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" 1264 - 1265 - [[package]] 1266 - name = "windows_x86_64_msvc" 1267 - version = "0.48.0" 1268 - source = "registry+https://github.com/rust-lang/crates.io-index" 1269 - checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" 1270 - 1271 - [[package]] 1272 - name = "xattr" 1273 - version = "0.2.3" 1274 - source = "registry+https://github.com/rust-lang/crates.io-index" 1275 - checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc" 1276 - dependencies = [ 1277 - "libc", 1278 - ] 1279 - 1280 - [[package]] 1281 - name = "yaml-rust" 1282 - version = "0.4.5" 1283 - source = "registry+https://github.com/rust-lang/crates.io-index" 1284 - checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85" 1285 - dependencies = [ 1286 - "linked-hash-map", 1287 - ] 1288 - 1289 - [[package]] 1290 - name = "zip" 1291 - version = "0.6.6" 1292 - source = "registry+https://github.com/rust-lang/crates.io-index" 1293 - checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261" 1294 - dependencies = [ 1295 - "aes", 1296 - "byteorder", 1297 - "bzip2", 1298 - "constant_time_eq", 1299 - "crc32fast", 1300 - "crossbeam-utils", 1301 - "flate2", 1302 - "hmac", 1303 - "pbkdf2", 1304 - "sha1", 1305 - "time", 1306 - "zstd", 1307 - ] 1308 - 1309 - [[package]] 1310 - name = "zstd" 1311 - version = "0.11.2+zstd.1.5.2" 1312 - source = "registry+https://github.com/rust-lang/crates.io-index" 1313 - checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4" 1314 - dependencies = [ 1315 - "zstd-safe", 1316 - ] 1317 - 1318 - [[package]] 1319 - name = "zstd-safe" 1320 - version = "5.0.2+zstd.1.5.2" 1321 - source = "registry+https://github.com/rust-lang/crates.io-index" 1322 - checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db" 1323 - dependencies = [ 1324 - "libc", 1325 - "zstd-sys", 1326 - ] 1327 - 1328 - [[package]] 1329 - name = "zstd-sys" 1330 - version = "2.0.8+zstd.1.5.5" 1331 - source = "registry+https://github.com/rust-lang/crates.io-index" 1332 - checksum = "5556e6ee25d32df2586c098bbfa278803692a20d0ab9565e049480d52707ec8c" 1333 - dependencies = [ 1334 - "cc", 1335 - "libc", 1336 - "pkg-config", 1337 - ]
+3 -8
pkgs/applications/file-managers/felix-fm/default.nix
··· 9 9 10 10 rustPlatform.buildRustPackage rec { 11 11 pname = "felix"; 12 - version = "2.6.0"; 12 + version = "2.7.0"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "kyoheiu"; 16 16 repo = pname; 17 17 rev = "v${version}"; 18 - sha256 = "sha256-e/NJmlXo6x/NUWU/JlVDItQK4c2XDC4unNNE+BUI5OE="; 18 + sha256 = "sha256-3oXF9BG3BjGOeXqJHo3+fpcqcTOKrLED7Y3VQ06tnNA="; 19 19 }; 20 20 21 - cargoLock = { 22 - lockFile = ./Cargo.lock; 23 - outputHashes = { 24 - "syntect-5.0.0" = "sha256-RMdO5+oHLpNlAynvNIbCI0ia4KzaOO9IYwpiX6ZTwno="; 25 - }; 26 - }; 21 + cargoHash = "sha256-2XMVappHbf1ZPtQO8zy8Z0n9wshDM4d30qkmG8OBoUY="; 27 22 28 23 nativeBuildInputs = [ pkg-config ]; 29 24