taskwarrior-tui: 0.23.7 -> 0.28.1

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>

authored by

Matthias Beyer and committed by
Jörg Thalheim
b28fb7ac c13c8158

+4 -1641
-1632
pkgs/applications/misc/taskwarrior-tui/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.17.0" 8 - source = "registry+https://github.com/rust-lang/crates.io-index" 9 - checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b" 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 = "aho-corasick" 22 - version = "0.7.18" 23 - source = "registry+https://github.com/rust-lang/crates.io-index" 24 - checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f" 25 - dependencies = [ 26 - "memchr", 27 - ] 28 - 29 - [[package]] 30 - name = "android_system_properties" 31 - version = "0.1.4" 32 - source = "registry+https://github.com/rust-lang/crates.io-index" 33 - checksum = "d7ed72e1635e121ca3e79420540282af22da58be50de153d36f81ddc6b83aa9e" 34 - dependencies = [ 35 - "libc", 36 - ] 37 - 38 - [[package]] 39 - name = "anyhow" 40 - version = "1.0.62" 41 - source = "registry+https://github.com/rust-lang/crates.io-index" 42 - checksum = "1485d4d2cc45e7b201ee3767015c96faa5904387c9d87c6efdd0fb511f12d305" 43 - 44 - [[package]] 45 - name = "arc-swap" 46 - version = "1.5.1" 47 - source = "registry+https://github.com/rust-lang/crates.io-index" 48 - checksum = "983cd8b9d4b02a6dc6ffa557262eb5858a27a0038ffffe21a0f133eaa819a164" 49 - 50 - [[package]] 51 - name = "atty" 52 - version = "0.2.14" 53 - source = "registry+https://github.com/rust-lang/crates.io-index" 54 - checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 55 - dependencies = [ 56 - "hermit-abi", 57 - "libc", 58 - "winapi", 59 - ] 60 - 61 - [[package]] 62 - name = "autocfg" 63 - version = "1.1.0" 64 - source = "registry+https://github.com/rust-lang/crates.io-index" 65 - checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 66 - 67 - [[package]] 68 - name = "backtrace" 69 - version = "0.3.66" 70 - source = "registry+https://github.com/rust-lang/crates.io-index" 71 - checksum = "cab84319d616cfb654d03394f38ab7e6f0919e181b1b57e1fd15e7fb4077d9a7" 72 - dependencies = [ 73 - "addr2line", 74 - "cc", 75 - "cfg-if", 76 - "libc", 77 - "miniz_oxide", 78 - "object", 79 - "rustc-demangle", 80 - ] 81 - 82 - [[package]] 83 - name = "better-panic" 84 - version = "0.3.0" 85 - source = "registry+https://github.com/rust-lang/crates.io-index" 86 - checksum = "6fa9e1d11a268684cbd90ed36370d7577afb6c62d912ddff5c15fc34343e5036" 87 - dependencies = [ 88 - "backtrace", 89 - "console", 90 - ] 91 - 92 - [[package]] 93 - name = "bitflags" 94 - version = "1.3.2" 95 - source = "registry+https://github.com/rust-lang/crates.io-index" 96 - checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 97 - 98 - [[package]] 99 - name = "bumpalo" 100 - version = "3.11.0" 101 - source = "registry+https://github.com/rust-lang/crates.io-index" 102 - checksum = "c1ad822118d20d2c234f427000d5acc36eabe1e29a348c89b63dd60b13f28e5d" 103 - 104 - [[package]] 105 - name = "bytes" 106 - version = "1.2.1" 107 - source = "registry+https://github.com/rust-lang/crates.io-index" 108 - checksum = "ec8a7b6a70fde80372154c65702f00a0f56f3e1c36abbc6c440484be248856db" 109 - 110 - [[package]] 111 - name = "cassowary" 112 - version = "0.3.0" 113 - source = "registry+https://github.com/rust-lang/crates.io-index" 114 - checksum = "df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53" 115 - 116 - [[package]] 117 - name = "cc" 118 - version = "1.0.73" 119 - source = "registry+https://github.com/rust-lang/crates.io-index" 120 - checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11" 121 - 122 - [[package]] 123 - name = "cfg-if" 124 - version = "1.0.0" 125 - source = "registry+https://github.com/rust-lang/crates.io-index" 126 - checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 127 - 128 - [[package]] 129 - name = "chrono" 130 - version = "0.4.22" 131 - source = "registry+https://github.com/rust-lang/crates.io-index" 132 - checksum = "bfd4d1b31faaa3a89d7934dbded3111da0d2ef28e3ebccdb4f0179f5929d1ef1" 133 - dependencies = [ 134 - "iana-time-zone", 135 - "js-sys", 136 - "num-integer", 137 - "num-traits", 138 - "time", 139 - "wasm-bindgen", 140 - "winapi", 141 - ] 142 - 143 - [[package]] 144 - name = "clap" 145 - version = "3.2.17" 146 - source = "registry+https://github.com/rust-lang/crates.io-index" 147 - checksum = "29e724a68d9319343bb3328c9cc2dfde263f4b3142ee1059a9980580171c954b" 148 - dependencies = [ 149 - "atty", 150 - "bitflags", 151 - "clap_derive", 152 - "clap_lex", 153 - "indexmap", 154 - "once_cell", 155 - "strsim 0.10.0", 156 - "termcolor", 157 - "textwrap", 158 - ] 159 - 160 - [[package]] 161 - name = "clap_complete" 162 - version = "3.2.4" 163 - source = "registry+https://github.com/rust-lang/crates.io-index" 164 - checksum = "e4179da71abd56c26b54dd0c248cc081c1f43b0a1a7e8448e28e57a29baa993d" 165 - dependencies = [ 166 - "clap", 167 - ] 168 - 169 - [[package]] 170 - name = "clap_derive" 171 - version = "3.2.17" 172 - source = "registry+https://github.com/rust-lang/crates.io-index" 173 - checksum = "13547f7012c01ab4a0e8f8967730ada8f9fdf419e8b6c792788f39cf4e46eefa" 174 - dependencies = [ 175 - "heck", 176 - "proc-macro-error", 177 - "proc-macro2", 178 - "quote", 179 - "syn", 180 - ] 181 - 182 - [[package]] 183 - name = "clap_lex" 184 - version = "0.2.4" 185 - source = "registry+https://github.com/rust-lang/crates.io-index" 186 - checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5" 187 - dependencies = [ 188 - "os_str_bytes", 189 - ] 190 - 191 - [[package]] 192 - name = "clipboard-win" 193 - version = "4.4.2" 194 - source = "registry+https://github.com/rust-lang/crates.io-index" 195 - checksum = "c4ab1b92798304eedc095b53942963240037c0516452cb11aeba709d420b2219" 196 - dependencies = [ 197 - "error-code", 198 - "str-buf", 199 - "winapi", 200 - ] 201 - 202 - [[package]] 203 - name = "console" 204 - version = "0.15.1" 205 - source = "registry+https://github.com/rust-lang/crates.io-index" 206 - checksum = "89eab4d20ce20cea182308bca13088fecea9c05f6776cf287205d41a0ed3c847" 207 - dependencies = [ 208 - "encode_unicode", 209 - "libc", 210 - "once_cell", 211 - "terminal_size", 212 - "winapi", 213 - ] 214 - 215 - [[package]] 216 - name = "core-foundation-sys" 217 - version = "0.8.3" 218 - source = "registry+https://github.com/rust-lang/crates.io-index" 219 - checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc" 220 - 221 - [[package]] 222 - name = "crossterm" 223 - version = "0.25.0" 224 - source = "registry+https://github.com/rust-lang/crates.io-index" 225 - checksum = "e64e6c0fbe2c17357405f7c758c1ef960fce08bdfb2c03d88d2a18d7e09c4b67" 226 - dependencies = [ 227 - "bitflags", 228 - "crossterm_winapi", 229 - "futures-core", 230 - "libc", 231 - "mio", 232 - "parking_lot", 233 - "signal-hook", 234 - "signal-hook-mio", 235 - "winapi", 236 - ] 237 - 238 - [[package]] 239 - name = "crossterm_winapi" 240 - version = "0.9.0" 241 - source = "registry+https://github.com/rust-lang/crates.io-index" 242 - checksum = "2ae1b35a484aa10e07fe0638d02301c5ad24de82d310ccbd2f3693da5f09bf1c" 243 - dependencies = [ 244 - "winapi", 245 - ] 246 - 247 - [[package]] 248 - name = "darling" 249 - version = "0.10.2" 250 - source = "registry+https://github.com/rust-lang/crates.io-index" 251 - checksum = "0d706e75d87e35569db781a9b5e2416cff1236a47ed380831f959382ccd5f858" 252 - dependencies = [ 253 - "darling_core", 254 - "darling_macro", 255 - ] 256 - 257 - [[package]] 258 - name = "darling_core" 259 - version = "0.10.2" 260 - source = "registry+https://github.com/rust-lang/crates.io-index" 261 - checksum = "f0c960ae2da4de88a91b2d920c2a7233b400bc33cb28453a2987822d8392519b" 262 - dependencies = [ 263 - "fnv", 264 - "ident_case", 265 - "proc-macro2", 266 - "quote", 267 - "strsim 0.9.3", 268 - "syn", 269 - ] 270 - 271 - [[package]] 272 - name = "darling_macro" 273 - version = "0.10.2" 274 - source = "registry+https://github.com/rust-lang/crates.io-index" 275 - checksum = "d9b5a2f4ac4969822c62224815d069952656cadc7084fdca9751e6d959189b72" 276 - dependencies = [ 277 - "darling_core", 278 - "quote", 279 - "syn", 280 - ] 281 - 282 - [[package]] 283 - name = "derivative" 284 - version = "2.2.0" 285 - source = "registry+https://github.com/rust-lang/crates.io-index" 286 - checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b" 287 - dependencies = [ 288 - "proc-macro2", 289 - "quote", 290 - "syn", 291 - ] 292 - 293 - [[package]] 294 - name = "derive_builder" 295 - version = "0.9.0" 296 - source = "registry+https://github.com/rust-lang/crates.io-index" 297 - checksum = "a2658621297f2cf68762a6f7dc0bb7e1ff2cfd6583daef8ee0fed6f7ec468ec0" 298 - dependencies = [ 299 - "darling", 300 - "derive_builder_core", 301 - "proc-macro2", 302 - "quote", 303 - "syn", 304 - ] 305 - 306 - [[package]] 307 - name = "derive_builder_core" 308 - version = "0.9.0" 309 - source = "registry+https://github.com/rust-lang/crates.io-index" 310 - checksum = "2791ea3e372c8495c0bc2033991d76b512cd799d07491fbd6890124db9458bef" 311 - dependencies = [ 312 - "darling", 313 - "proc-macro2", 314 - "quote", 315 - "syn", 316 - ] 317 - 318 - [[package]] 319 - name = "dirs" 320 - version = "4.0.0" 321 - source = "registry+https://github.com/rust-lang/crates.io-index" 322 - checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059" 323 - dependencies = [ 324 - "dirs-sys", 325 - ] 326 - 327 - [[package]] 328 - name = "dirs-next" 329 - version = "2.0.0" 330 - source = "registry+https://github.com/rust-lang/crates.io-index" 331 - checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1" 332 - dependencies = [ 333 - "cfg-if", 334 - "dirs-sys-next", 335 - ] 336 - 337 - [[package]] 338 - name = "dirs-sys" 339 - version = "0.3.7" 340 - source = "registry+https://github.com/rust-lang/crates.io-index" 341 - checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6" 342 - dependencies = [ 343 - "libc", 344 - "redox_users", 345 - "winapi", 346 - ] 347 - 348 - [[package]] 349 - name = "dirs-sys-next" 350 - version = "0.1.2" 351 - source = "registry+https://github.com/rust-lang/crates.io-index" 352 - checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d" 353 - dependencies = [ 354 - "libc", 355 - "redox_users", 356 - "winapi", 357 - ] 358 - 359 - [[package]] 360 - name = "either" 361 - version = "1.8.0" 362 - source = "registry+https://github.com/rust-lang/crates.io-index" 363 - checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797" 364 - 365 - [[package]] 366 - name = "encode_unicode" 367 - version = "0.3.6" 368 - source = "registry+https://github.com/rust-lang/crates.io-index" 369 - checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" 370 - 371 - [[package]] 372 - name = "endian-type" 373 - version = "0.1.2" 374 - source = "registry+https://github.com/rust-lang/crates.io-index" 375 - checksum = "c34f04666d835ff5d62e058c3995147c06f42fe86ff053337632bca83e42702d" 376 - 377 - [[package]] 378 - name = "errno" 379 - version = "0.2.8" 380 - source = "registry+https://github.com/rust-lang/crates.io-index" 381 - checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1" 382 - dependencies = [ 383 - "errno-dragonfly", 384 - "libc", 385 - "winapi", 386 - ] 387 - 388 - [[package]] 389 - name = "errno-dragonfly" 390 - version = "0.1.2" 391 - source = "registry+https://github.com/rust-lang/crates.io-index" 392 - checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" 393 - dependencies = [ 394 - "cc", 395 - "libc", 396 - ] 397 - 398 - [[package]] 399 - name = "error-code" 400 - version = "2.3.1" 401 - source = "registry+https://github.com/rust-lang/crates.io-index" 402 - checksum = "64f18991e7bf11e7ffee451b5318b5c1a73c52d0d0ada6e5a3017c8c1ced6a21" 403 - dependencies = [ 404 - "libc", 405 - "str-buf", 406 - ] 407 - 408 - [[package]] 409 - name = "failure" 410 - version = "0.1.8" 411 - source = "registry+https://github.com/rust-lang/crates.io-index" 412 - checksum = "d32e9bd16cc02eae7db7ef620b392808b89f6a5e16bb3497d159c6b92a0f4f86" 413 - dependencies = [ 414 - "backtrace", 415 - "failure_derive", 416 - ] 417 - 418 - [[package]] 419 - name = "failure_derive" 420 - version = "0.1.8" 421 - source = "registry+https://github.com/rust-lang/crates.io-index" 422 - checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4" 423 - dependencies = [ 424 - "proc-macro2", 425 - "quote", 426 - "syn", 427 - "synstructure", 428 - ] 429 - 430 - [[package]] 431 - name = "fd-lock" 432 - version = "3.0.6" 433 - source = "registry+https://github.com/rust-lang/crates.io-index" 434 - checksum = "e11dcc7e4d79a8c89b9ab4c6f5c30b1fc4a83c420792da3542fd31179ed5f517" 435 - dependencies = [ 436 - "cfg-if", 437 - "rustix", 438 - "windows-sys", 439 - ] 440 - 441 - [[package]] 442 - name = "fnv" 443 - version = "1.0.7" 444 - source = "registry+https://github.com/rust-lang/crates.io-index" 445 - checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 446 - 447 - [[package]] 448 - name = "futures" 449 - version = "0.3.23" 450 - source = "registry+https://github.com/rust-lang/crates.io-index" 451 - checksum = "ab30e97ab6aacfe635fad58f22c2bb06c8b685f7421eb1e064a729e2a5f481fa" 452 - dependencies = [ 453 - "futures-channel", 454 - "futures-core", 455 - "futures-executor", 456 - "futures-io", 457 - "futures-sink", 458 - "futures-task", 459 - "futures-util", 460 - ] 461 - 462 - [[package]] 463 - name = "futures-channel" 464 - version = "0.3.23" 465 - source = "registry+https://github.com/rust-lang/crates.io-index" 466 - checksum = "2bfc52cbddcfd745bf1740338492bb0bd83d76c67b445f91c5fb29fae29ecaa1" 467 - dependencies = [ 468 - "futures-core", 469 - "futures-sink", 470 - ] 471 - 472 - [[package]] 473 - name = "futures-core" 474 - version = "0.3.23" 475 - source = "registry+https://github.com/rust-lang/crates.io-index" 476 - checksum = "d2acedae88d38235936c3922476b10fced7b2b68136f5e3c03c2d5be348a1115" 477 - 478 - [[package]] 479 - name = "futures-executor" 480 - version = "0.3.23" 481 - source = "registry+https://github.com/rust-lang/crates.io-index" 482 - checksum = "1d11aa21b5b587a64682c0094c2bdd4df0076c5324961a40cc3abd7f37930528" 483 - dependencies = [ 484 - "futures-core", 485 - "futures-task", 486 - "futures-util", 487 - ] 488 - 489 - [[package]] 490 - name = "futures-io" 491 - version = "0.3.23" 492 - source = "registry+https://github.com/rust-lang/crates.io-index" 493 - checksum = "93a66fc6d035a26a3ae255a6d2bca35eda63ae4c5512bef54449113f7a1228e5" 494 - 495 - [[package]] 496 - name = "futures-macro" 497 - version = "0.3.23" 498 - source = "registry+https://github.com/rust-lang/crates.io-index" 499 - checksum = "0db9cce532b0eae2ccf2766ab246f114b56b9cf6d445e00c2549fbc100ca045d" 500 - dependencies = [ 501 - "proc-macro2", 502 - "quote", 503 - "syn", 504 - ] 505 - 506 - [[package]] 507 - name = "futures-sink" 508 - version = "0.3.23" 509 - source = "registry+https://github.com/rust-lang/crates.io-index" 510 - checksum = "ca0bae1fe9752cf7fd9b0064c674ae63f97b37bc714d745cbde0afb7ec4e6765" 511 - 512 - [[package]] 513 - name = "futures-task" 514 - version = "0.3.23" 515 - source = "registry+https://github.com/rust-lang/crates.io-index" 516 - checksum = "842fc63b931f4056a24d59de13fb1272134ce261816e063e634ad0c15cdc5306" 517 - 518 - [[package]] 519 - name = "futures-util" 520 - version = "0.3.23" 521 - source = "registry+https://github.com/rust-lang/crates.io-index" 522 - checksum = "f0828a5471e340229c11c77ca80017937ce3c58cb788a17e5f1c2d5c485a9577" 523 - dependencies = [ 524 - "futures-channel", 525 - "futures-core", 526 - "futures-io", 527 - "futures-macro", 528 - "futures-sink", 529 - "futures-task", 530 - "memchr", 531 - "pin-project-lite", 532 - "pin-utils", 533 - "slab", 534 - ] 535 - 536 - [[package]] 537 - name = "getrandom" 538 - version = "0.2.7" 539 - source = "registry+https://github.com/rust-lang/crates.io-index" 540 - checksum = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6" 541 - dependencies = [ 542 - "cfg-if", 543 - "libc", 544 - "wasi 0.11.0+wasi-snapshot-preview1", 545 - ] 546 - 547 - [[package]] 548 - name = "gimli" 549 - version = "0.26.2" 550 - source = "registry+https://github.com/rust-lang/crates.io-index" 551 - checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d" 552 - 553 - [[package]] 554 - name = "hashbrown" 555 - version = "0.12.3" 556 - source = "registry+https://github.com/rust-lang/crates.io-index" 557 - checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 558 - 559 - [[package]] 560 - name = "heck" 561 - version = "0.4.0" 562 - source = "registry+https://github.com/rust-lang/crates.io-index" 563 - checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9" 564 - 565 - [[package]] 566 - name = "hermit-abi" 567 - version = "0.1.19" 568 - source = "registry+https://github.com/rust-lang/crates.io-index" 569 - checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" 570 - dependencies = [ 571 - "libc", 572 - ] 573 - 574 - [[package]] 575 - name = "humantime" 576 - version = "2.1.0" 577 - source = "registry+https://github.com/rust-lang/crates.io-index" 578 - checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" 579 - 580 - [[package]] 581 - name = "iana-time-zone" 582 - version = "0.1.46" 583 - source = "registry+https://github.com/rust-lang/crates.io-index" 584 - checksum = "ad2bfd338099682614d3ee3fe0cd72e0b6a41ca6a87f6a74a3bd593c91650501" 585 - dependencies = [ 586 - "android_system_properties", 587 - "core-foundation-sys", 588 - "js-sys", 589 - "wasm-bindgen", 590 - "winapi", 591 - ] 592 - 593 - [[package]] 594 - name = "ident_case" 595 - version = "1.0.1" 596 - source = "registry+https://github.com/rust-lang/crates.io-index" 597 - checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 598 - 599 - [[package]] 600 - name = "indexmap" 601 - version = "1.9.1" 602 - source = "registry+https://github.com/rust-lang/crates.io-index" 603 - checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e" 604 - dependencies = [ 605 - "autocfg", 606 - "hashbrown", 607 - ] 608 - 609 - [[package]] 610 - name = "io-lifetimes" 611 - version = "0.7.3" 612 - source = "registry+https://github.com/rust-lang/crates.io-index" 613 - checksum = "1ea37f355c05dde75b84bba2d767906ad522e97cd9e2eef2be7a4ab7fb442c06" 614 - 615 - [[package]] 616 - name = "itertools" 617 - version = "0.10.3" 618 - source = "registry+https://github.com/rust-lang/crates.io-index" 619 - checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3" 620 - dependencies = [ 621 - "either", 622 - ] 623 - 624 - [[package]] 625 - name = "itoa" 626 - version = "1.0.3" 627 - source = "registry+https://github.com/rust-lang/crates.io-index" 628 - checksum = "6c8af84674fe1f223a982c933a0ee1086ac4d4052aa0fb8060c12c6ad838e754" 629 - 630 - [[package]] 631 - name = "js-sys" 632 - version = "0.3.59" 633 - source = "registry+https://github.com/rust-lang/crates.io-index" 634 - checksum = "258451ab10b34f8af53416d1fdab72c22e805f0c92a1136d59470ec0b11138b2" 635 - dependencies = [ 636 - "wasm-bindgen", 637 - ] 638 - 639 - [[package]] 640 - name = "lazy_static" 641 - version = "1.4.0" 642 - source = "registry+https://github.com/rust-lang/crates.io-index" 643 - checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 644 - 645 - [[package]] 646 - name = "libc" 647 - version = "0.2.132" 648 - source = "registry+https://github.com/rust-lang/crates.io-index" 649 - checksum = "8371e4e5341c3a96db127eb2465ac681ced4c433e01dd0e938adbef26ba93ba5" 650 - 651 - [[package]] 652 - name = "linked-hash-map" 653 - version = "0.5.6" 654 - source = "registry+https://github.com/rust-lang/crates.io-index" 655 - checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" 656 - 657 - [[package]] 658 - name = "linux-raw-sys" 659 - version = "0.0.46" 660 - source = "registry+https://github.com/rust-lang/crates.io-index" 661 - checksum = "d4d2456c373231a208ad294c33dc5bff30051eafd954cd4caae83a712b12854d" 662 - 663 - [[package]] 664 - name = "lock_api" 665 - version = "0.4.7" 666 - source = "registry+https://github.com/rust-lang/crates.io-index" 667 - checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53" 668 - dependencies = [ 669 - "autocfg", 670 - "scopeguard", 671 - ] 672 - 673 - [[package]] 674 - name = "log" 675 - version = "0.4.17" 676 - source = "registry+https://github.com/rust-lang/crates.io-index" 677 - checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" 678 - dependencies = [ 679 - "cfg-if", 680 - "serde", 681 - ] 682 - 683 - [[package]] 684 - name = "log-mdc" 685 - version = "0.1.0" 686 - source = "registry+https://github.com/rust-lang/crates.io-index" 687 - checksum = "a94d21414c1f4a51209ad204c1776a3d0765002c76c6abcb602a6f09f1e881c7" 688 - 689 - [[package]] 690 - name = "log4rs" 691 - version = "1.1.1" 692 - source = "registry+https://github.com/rust-lang/crates.io-index" 693 - checksum = "893eaf59f4bef8e2e94302adf56385db445a0306b9823582b0b8d5a06d8822f3" 694 - dependencies = [ 695 - "anyhow", 696 - "arc-swap", 697 - "chrono", 698 - "derivative", 699 - "fnv", 700 - "humantime", 701 - "libc", 702 - "log", 703 - "log-mdc", 704 - "parking_lot", 705 - "serde", 706 - "serde-value", 707 - "serde_json", 708 - "serde_yaml", 709 - "thiserror", 710 - "thread-id", 711 - "typemap", 712 - "winapi", 713 - ] 714 - 715 - [[package]] 716 - name = "memchr" 717 - version = "2.5.0" 718 - source = "registry+https://github.com/rust-lang/crates.io-index" 719 - checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" 720 - 721 - [[package]] 722 - name = "minimal-lexical" 723 - version = "0.2.1" 724 - source = "registry+https://github.com/rust-lang/crates.io-index" 725 - checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 726 - 727 - [[package]] 728 - name = "miniz_oxide" 729 - version = "0.5.3" 730 - source = "registry+https://github.com/rust-lang/crates.io-index" 731 - checksum = "6f5c75688da582b8ffc1f1799e9db273f32133c49e048f614d22ec3256773ccc" 732 - dependencies = [ 733 - "adler", 734 - ] 735 - 736 - [[package]] 737 - name = "mio" 738 - version = "0.8.4" 739 - source = "registry+https://github.com/rust-lang/crates.io-index" 740 - checksum = "57ee1c23c7c63b0c9250c339ffdc69255f110b298b901b9f6c82547b7b87caaf" 741 - dependencies = [ 742 - "libc", 743 - "log", 744 - "wasi 0.11.0+wasi-snapshot-preview1", 745 - "windows-sys", 746 - ] 747 - 748 - [[package]] 749 - name = "nibble_vec" 750 - version = "0.1.0" 751 - source = "registry+https://github.com/rust-lang/crates.io-index" 752 - checksum = "77a5d83df9f36fe23f0c3648c6bbb8b0298bb5f1939c8f2704431371f4b84d43" 753 - dependencies = [ 754 - "smallvec", 755 - ] 756 - 757 - [[package]] 758 - name = "nix" 759 - version = "0.24.2" 760 - source = "registry+https://github.com/rust-lang/crates.io-index" 761 - checksum = "195cdbc1741b8134346d515b3a56a1c94b0912758009cfd53f99ea0f57b065fc" 762 - dependencies = [ 763 - "bitflags", 764 - "cfg-if", 765 - "libc", 766 - ] 767 - 768 - [[package]] 769 - name = "nom" 770 - version = "7.1.1" 771 - source = "registry+https://github.com/rust-lang/crates.io-index" 772 - checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36" 773 - dependencies = [ 774 - "memchr", 775 - "minimal-lexical", 776 - ] 777 - 778 - [[package]] 779 - name = "num-integer" 780 - version = "0.1.45" 781 - source = "registry+https://github.com/rust-lang/crates.io-index" 782 - checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" 783 - dependencies = [ 784 - "autocfg", 785 - "num-traits", 786 - ] 787 - 788 - [[package]] 789 - name = "num-traits" 790 - version = "0.2.15" 791 - source = "registry+https://github.com/rust-lang/crates.io-index" 792 - checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" 793 - dependencies = [ 794 - "autocfg", 795 - ] 796 - 797 - [[package]] 798 - name = "num_cpus" 799 - version = "1.13.1" 800 - source = "registry+https://github.com/rust-lang/crates.io-index" 801 - checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1" 802 - dependencies = [ 803 - "hermit-abi", 804 - "libc", 805 - ] 806 - 807 - [[package]] 808 - name = "object" 809 - version = "0.29.0" 810 - source = "registry+https://github.com/rust-lang/crates.io-index" 811 - checksum = "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53" 812 - dependencies = [ 813 - "memchr", 814 - ] 815 - 816 - [[package]] 817 - name = "once_cell" 818 - version = "1.13.1" 819 - source = "registry+https://github.com/rust-lang/crates.io-index" 820 - checksum = "074864da206b4973b84eb91683020dbefd6a8c3f0f38e054d93954e891935e4e" 821 - 822 - [[package]] 823 - name = "ordered-float" 824 - version = "2.10.0" 825 - source = "registry+https://github.com/rust-lang/crates.io-index" 826 - checksum = "7940cf2ca942593318d07fcf2596cdca60a85c9e7fab408a5e21a4f9dcd40d87" 827 - dependencies = [ 828 - "num-traits", 829 - ] 830 - 831 - [[package]] 832 - name = "os_str_bytes" 833 - version = "6.3.0" 834 - source = "registry+https://github.com/rust-lang/crates.io-index" 835 - checksum = "9ff7415e9ae3fff1225851df9e0d9e4e5479f947619774677a63572e55e80eff" 836 - 837 - [[package]] 838 - name = "parking_lot" 839 - version = "0.12.1" 840 - source = "registry+https://github.com/rust-lang/crates.io-index" 841 - checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" 842 - dependencies = [ 843 - "lock_api", 844 - "parking_lot_core", 845 - ] 846 - 847 - [[package]] 848 - name = "parking_lot_core" 849 - version = "0.9.3" 850 - source = "registry+https://github.com/rust-lang/crates.io-index" 851 - checksum = "09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929" 852 - dependencies = [ 853 - "cfg-if", 854 - "libc", 855 - "redox_syscall", 856 - "smallvec", 857 - "windows-sys", 858 - ] 859 - 860 - [[package]] 861 - name = "path-clean" 862 - version = "0.1.0" 863 - source = "registry+https://github.com/rust-lang/crates.io-index" 864 - checksum = "ecba01bf2678719532c5e3059e0b5f0811273d94b397088b82e3bd0a78c78fdd" 865 - 866 - [[package]] 867 - name = "pin-project-lite" 868 - version = "0.2.9" 869 - source = "registry+https://github.com/rust-lang/crates.io-index" 870 - checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116" 871 - 872 - [[package]] 873 - name = "pin-utils" 874 - version = "0.1.0" 875 - source = "registry+https://github.com/rust-lang/crates.io-index" 876 - checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 877 - 878 - [[package]] 879 - name = "ppv-lite86" 880 - version = "0.2.16" 881 - source = "registry+https://github.com/rust-lang/crates.io-index" 882 - checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872" 883 - 884 - [[package]] 885 - name = "proc-macro-error" 886 - version = "1.0.4" 887 - source = "registry+https://github.com/rust-lang/crates.io-index" 888 - checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 889 - dependencies = [ 890 - "proc-macro-error-attr", 891 - "proc-macro2", 892 - "quote", 893 - "syn", 894 - "version_check", 895 - ] 896 - 897 - [[package]] 898 - name = "proc-macro-error-attr" 899 - version = "1.0.4" 900 - source = "registry+https://github.com/rust-lang/crates.io-index" 901 - checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 902 - dependencies = [ 903 - "proc-macro2", 904 - "quote", 905 - "version_check", 906 - ] 907 - 908 - [[package]] 909 - name = "proc-macro2" 910 - version = "1.0.43" 911 - source = "registry+https://github.com/rust-lang/crates.io-index" 912 - checksum = "0a2ca2c61bc9f3d74d2886294ab7b9853abd9c1ad903a3ac7815c58989bb7bab" 913 - dependencies = [ 914 - "unicode-ident", 915 - ] 916 - 917 - [[package]] 918 - name = "quote" 919 - version = "1.0.21" 920 - source = "registry+https://github.com/rust-lang/crates.io-index" 921 - checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179" 922 - dependencies = [ 923 - "proc-macro2", 924 - ] 925 - 926 - [[package]] 927 - name = "radix_trie" 928 - version = "0.2.1" 929 - source = "registry+https://github.com/rust-lang/crates.io-index" 930 - checksum = "c069c179fcdc6a2fe24d8d18305cf085fdbd4f922c041943e203685d6a1c58fd" 931 - dependencies = [ 932 - "endian-type", 933 - "nibble_vec", 934 - ] 935 - 936 - [[package]] 937 - name = "rand" 938 - version = "0.8.5" 939 - source = "registry+https://github.com/rust-lang/crates.io-index" 940 - checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 941 - dependencies = [ 942 - "libc", 943 - "rand_chacha", 944 - "rand_core", 945 - ] 946 - 947 - [[package]] 948 - name = "rand_chacha" 949 - version = "0.3.1" 950 - source = "registry+https://github.com/rust-lang/crates.io-index" 951 - checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 952 - dependencies = [ 953 - "ppv-lite86", 954 - "rand_core", 955 - ] 956 - 957 - [[package]] 958 - name = "rand_core" 959 - version = "0.6.3" 960 - source = "registry+https://github.com/rust-lang/crates.io-index" 961 - checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7" 962 - dependencies = [ 963 - "getrandom", 964 - ] 965 - 966 - [[package]] 967 - name = "redox_syscall" 968 - version = "0.2.16" 969 - source = "registry+https://github.com/rust-lang/crates.io-index" 970 - checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" 971 - dependencies = [ 972 - "bitflags", 973 - ] 974 - 975 - [[package]] 976 - name = "redox_users" 977 - version = "0.4.3" 978 - source = "registry+https://github.com/rust-lang/crates.io-index" 979 - checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b" 980 - dependencies = [ 981 - "getrandom", 982 - "redox_syscall", 983 - "thiserror", 984 - ] 985 - 986 - [[package]] 987 - name = "regex" 988 - version = "1.6.0" 989 - source = "registry+https://github.com/rust-lang/crates.io-index" 990 - checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b" 991 - dependencies = [ 992 - "aho-corasick", 993 - "memchr", 994 - "regex-syntax", 995 - ] 996 - 997 - [[package]] 998 - name = "regex-syntax" 999 - version = "0.6.27" 1000 - source = "registry+https://github.com/rust-lang/crates.io-index" 1001 - checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244" 1002 - 1003 - [[package]] 1004 - name = "rustc-demangle" 1005 - version = "0.1.21" 1006 - source = "registry+https://github.com/rust-lang/crates.io-index" 1007 - checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342" 1008 - 1009 - [[package]] 1010 - name = "rustix" 1011 - version = "0.35.9" 1012 - source = "registry+https://github.com/rust-lang/crates.io-index" 1013 - checksum = "72c825b8aa8010eb9ee99b75f05e10180b9278d161583034d7574c9d617aeada" 1014 - dependencies = [ 1015 - "bitflags", 1016 - "errno", 1017 - "io-lifetimes", 1018 - "libc", 1019 - "linux-raw-sys", 1020 - "windows-sys", 1021 - ] 1022 - 1023 - [[package]] 1024 - name = "rustyline" 1025 - version = "10.0.0" 1026 - source = "registry+https://github.com/rust-lang/crates.io-index" 1027 - checksum = "1d1cd5ae51d3f7bf65d7969d579d502168ef578f289452bd8ccc91de28fda20e" 1028 - dependencies = [ 1029 - "bitflags", 1030 - "cfg-if", 1031 - "clipboard-win", 1032 - "dirs-next", 1033 - "fd-lock", 1034 - "libc", 1035 - "log", 1036 - "memchr", 1037 - "nix", 1038 - "radix_trie", 1039 - "scopeguard", 1040 - "unicode-segmentation", 1041 - "unicode-width", 1042 - "utf8parse", 1043 - "winapi", 1044 - ] 1045 - 1046 - [[package]] 1047 - name = "ryu" 1048 - version = "1.0.11" 1049 - source = "registry+https://github.com/rust-lang/crates.io-index" 1050 - checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09" 1051 - 1052 - [[package]] 1053 - name = "scopeguard" 1054 - version = "1.1.0" 1055 - source = "registry+https://github.com/rust-lang/crates.io-index" 1056 - checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 1057 - 1058 - [[package]] 1059 - name = "serde" 1060 - version = "1.0.144" 1061 - source = "registry+https://github.com/rust-lang/crates.io-index" 1062 - checksum = "0f747710de3dcd43b88c9168773254e809d8ddbdf9653b84e2554ab219f17860" 1063 - dependencies = [ 1064 - "serde_derive", 1065 - ] 1066 - 1067 - [[package]] 1068 - name = "serde-value" 1069 - version = "0.7.0" 1070 - source = "registry+https://github.com/rust-lang/crates.io-index" 1071 - checksum = "f3a1a3341211875ef120e117ea7fd5228530ae7e7036a779fdc9117be6b3282c" 1072 - dependencies = [ 1073 - "ordered-float", 1074 - "serde", 1075 - ] 1076 - 1077 - [[package]] 1078 - name = "serde_derive" 1079 - version = "1.0.144" 1080 - source = "registry+https://github.com/rust-lang/crates.io-index" 1081 - checksum = "94ed3a816fb1d101812f83e789f888322c34e291f894f19590dc310963e87a00" 1082 - dependencies = [ 1083 - "proc-macro2", 1084 - "quote", 1085 - "syn", 1086 - ] 1087 - 1088 - [[package]] 1089 - name = "serde_json" 1090 - version = "1.0.85" 1091 - source = "registry+https://github.com/rust-lang/crates.io-index" 1092 - checksum = "e55a28e3aaef9d5ce0506d0a14dbba8054ddc7e499ef522dd8b26859ec9d4a44" 1093 - dependencies = [ 1094 - "itoa", 1095 - "ryu", 1096 - "serde", 1097 - ] 1098 - 1099 - [[package]] 1100 - name = "serde_yaml" 1101 - version = "0.8.26" 1102 - source = "registry+https://github.com/rust-lang/crates.io-index" 1103 - checksum = "578a7433b776b56a35785ed5ce9a7e777ac0598aac5a6dd1b4b18a307c7fc71b" 1104 - dependencies = [ 1105 - "indexmap", 1106 - "ryu", 1107 - "serde", 1108 - "yaml-rust", 1109 - ] 1110 - 1111 - [[package]] 1112 - name = "shellexpand" 1113 - version = "2.1.2" 1114 - source = "registry+https://github.com/rust-lang/crates.io-index" 1115 - checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4" 1116 - dependencies = [ 1117 - "dirs", 1118 - ] 1119 - 1120 - [[package]] 1121 - name = "shlex" 1122 - version = "1.1.0" 1123 - source = "registry+https://github.com/rust-lang/crates.io-index" 1124 - checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3" 1125 - 1126 - [[package]] 1127 - name = "signal-hook" 1128 - version = "0.3.14" 1129 - source = "registry+https://github.com/rust-lang/crates.io-index" 1130 - checksum = "a253b5e89e2698464fc26b545c9edceb338e18a89effeeecfea192c3025be29d" 1131 - dependencies = [ 1132 - "libc", 1133 - "signal-hook-registry", 1134 - ] 1135 - 1136 - [[package]] 1137 - name = "signal-hook-mio" 1138 - version = "0.2.3" 1139 - source = "registry+https://github.com/rust-lang/crates.io-index" 1140 - checksum = "29ad2e15f37ec9a6cc544097b78a1ec90001e9f71b81338ca39f430adaca99af" 1141 - dependencies = [ 1142 - "libc", 1143 - "mio", 1144 - "signal-hook", 1145 - ] 1146 - 1147 - [[package]] 1148 - name = "signal-hook-registry" 1149 - version = "1.4.0" 1150 - source = "registry+https://github.com/rust-lang/crates.io-index" 1151 - checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0" 1152 - dependencies = [ 1153 - "libc", 1154 - ] 1155 - 1156 - [[package]] 1157 - name = "slab" 1158 - version = "0.4.7" 1159 - source = "registry+https://github.com/rust-lang/crates.io-index" 1160 - checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef" 1161 - dependencies = [ 1162 - "autocfg", 1163 - ] 1164 - 1165 - [[package]] 1166 - name = "smallvec" 1167 - version = "1.9.0" 1168 - source = "registry+https://github.com/rust-lang/crates.io-index" 1169 - checksum = "2fd0db749597d91ff862fd1d55ea87f7855a744a8425a64695b6fca237d1dad1" 1170 - 1171 - [[package]] 1172 - name = "socket2" 1173 - version = "0.4.4" 1174 - source = "registry+https://github.com/rust-lang/crates.io-index" 1175 - checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0" 1176 - dependencies = [ 1177 - "libc", 1178 - "winapi", 1179 - ] 1180 - 1181 - [[package]] 1182 - name = "str-buf" 1183 - version = "1.0.6" 1184 - source = "registry+https://github.com/rust-lang/crates.io-index" 1185 - checksum = "9e08d8363704e6c71fc928674353e6b7c23dcea9d82d7012c8faf2a3a025f8d0" 1186 - 1187 - [[package]] 1188 - name = "strsim" 1189 - version = "0.9.3" 1190 - source = "registry+https://github.com/rust-lang/crates.io-index" 1191 - checksum = "6446ced80d6c486436db5c078dde11a9f73d42b57fb273121e160b84f63d894c" 1192 - 1193 - [[package]] 1194 - name = "strsim" 1195 - version = "0.10.0" 1196 - source = "registry+https://github.com/rust-lang/crates.io-index" 1197 - checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" 1198 - 1199 - [[package]] 1200 - name = "syn" 1201 - version = "1.0.99" 1202 - source = "registry+https://github.com/rust-lang/crates.io-index" 1203 - checksum = "58dbef6ec655055e20b86b15a8cc6d439cca19b667537ac6a1369572d151ab13" 1204 - dependencies = [ 1205 - "proc-macro2", 1206 - "quote", 1207 - "unicode-ident", 1208 - ] 1209 - 1210 - [[package]] 1211 - name = "synstructure" 1212 - version = "0.12.6" 1213 - source = "registry+https://github.com/rust-lang/crates.io-index" 1214 - checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f" 1215 - dependencies = [ 1216 - "proc-macro2", 1217 - "quote", 1218 - "syn", 1219 - "unicode-xid", 1220 - ] 1221 - 1222 - [[package]] 1223 - name = "task-hookrs" 1224 - version = "0.7.0" 1225 - source = "git+https://github.com/kdheepak/task-hookrs#6f04ee63c0d58bb0fe9bd6563457df52b5b5f84d" 1226 - dependencies = [ 1227 - "chrono", 1228 - "derive_builder", 1229 - "failure", 1230 - "log", 1231 - "serde", 1232 - "serde_derive", 1233 - "serde_json", 1234 - "uuid", 1235 - ] 1236 - 1237 - [[package]] 1238 - name = "taskwarrior-tui" 1239 - version = "0.23.7" 1240 - dependencies = [ 1241 - "anyhow", 1242 - "better-panic", 1243 - "cassowary", 1244 - "chrono", 1245 - "clap", 1246 - "clap_complete", 1247 - "crossterm", 1248 - "dirs", 1249 - "futures", 1250 - "itertools", 1251 - "lazy_static", 1252 - "log", 1253 - "log4rs", 1254 - "path-clean", 1255 - "rand", 1256 - "regex", 1257 - "rustyline", 1258 - "serde", 1259 - "serde_json", 1260 - "shellexpand", 1261 - "shlex", 1262 - "task-hookrs", 1263 - "tokio", 1264 - "tokio-stream", 1265 - "tui", 1266 - "unicode-segmentation", 1267 - "unicode-truncate", 1268 - "unicode-width", 1269 - "uuid", 1270 - "versions", 1271 - ] 1272 - 1273 - [[package]] 1274 - name = "termcolor" 1275 - version = "1.1.3" 1276 - source = "registry+https://github.com/rust-lang/crates.io-index" 1277 - checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755" 1278 - dependencies = [ 1279 - "winapi-util", 1280 - ] 1281 - 1282 - [[package]] 1283 - name = "terminal_size" 1284 - version = "0.1.17" 1285 - source = "registry+https://github.com/rust-lang/crates.io-index" 1286 - checksum = "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df" 1287 - dependencies = [ 1288 - "libc", 1289 - "winapi", 1290 - ] 1291 - 1292 - [[package]] 1293 - name = "textwrap" 1294 - version = "0.15.0" 1295 - source = "registry+https://github.com/rust-lang/crates.io-index" 1296 - checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb" 1297 - 1298 - [[package]] 1299 - name = "thiserror" 1300 - version = "1.0.32" 1301 - source = "registry+https://github.com/rust-lang/crates.io-index" 1302 - checksum = "f5f6586b7f764adc0231f4c79be7b920e766bb2f3e51b3661cdb263828f19994" 1303 - dependencies = [ 1304 - "thiserror-impl", 1305 - ] 1306 - 1307 - [[package]] 1308 - name = "thiserror-impl" 1309 - version = "1.0.32" 1310 - source = "registry+https://github.com/rust-lang/crates.io-index" 1311 - checksum = "12bafc5b54507e0149cdf1b145a5d80ab80a90bcd9275df43d4fff68460f6c21" 1312 - dependencies = [ 1313 - "proc-macro2", 1314 - "quote", 1315 - "syn", 1316 - ] 1317 - 1318 - [[package]] 1319 - name = "thread-id" 1320 - version = "4.0.0" 1321 - source = "registry+https://github.com/rust-lang/crates.io-index" 1322 - checksum = "5fdfe0627923f7411a43ec9ec9c39c3a9b4151be313e0922042581fb6c9b717f" 1323 - dependencies = [ 1324 - "libc", 1325 - "redox_syscall", 1326 - "winapi", 1327 - ] 1328 - 1329 - [[package]] 1330 - name = "time" 1331 - version = "0.1.44" 1332 - source = "registry+https://github.com/rust-lang/crates.io-index" 1333 - checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255" 1334 - dependencies = [ 1335 - "libc", 1336 - "wasi 0.10.0+wasi-snapshot-preview1", 1337 - "winapi", 1338 - ] 1339 - 1340 - [[package]] 1341 - name = "tokio" 1342 - version = "1.20.1" 1343 - source = "registry+https://github.com/rust-lang/crates.io-index" 1344 - checksum = "7a8325f63a7d4774dd041e363b2409ed1c5cbbd0f867795e661df066b2b0a581" 1345 - dependencies = [ 1346 - "autocfg", 1347 - "bytes", 1348 - "libc", 1349 - "memchr", 1350 - "mio", 1351 - "num_cpus", 1352 - "once_cell", 1353 - "parking_lot", 1354 - "pin-project-lite", 1355 - "signal-hook-registry", 1356 - "socket2", 1357 - "tokio-macros", 1358 - "winapi", 1359 - ] 1360 - 1361 - [[package]] 1362 - name = "tokio-macros" 1363 - version = "1.8.0" 1364 - source = "registry+https://github.com/rust-lang/crates.io-index" 1365 - checksum = "9724f9a975fb987ef7a3cd9be0350edcbe130698af5b8f7a631e23d42d052484" 1366 - dependencies = [ 1367 - "proc-macro2", 1368 - "quote", 1369 - "syn", 1370 - ] 1371 - 1372 - [[package]] 1373 - name = "tokio-stream" 1374 - version = "0.1.9" 1375 - source = "registry+https://github.com/rust-lang/crates.io-index" 1376 - checksum = "df54d54117d6fdc4e4fea40fe1e4e566b3505700e148a6827e59b34b0d2600d9" 1377 - dependencies = [ 1378 - "futures-core", 1379 - "pin-project-lite", 1380 - "tokio", 1381 - ] 1382 - 1383 - [[package]] 1384 - name = "traitobject" 1385 - version = "0.1.0" 1386 - source = "registry+https://github.com/rust-lang/crates.io-index" 1387 - checksum = "efd1f82c56340fdf16f2a953d7bda4f8fdffba13d93b00844c25572110b26079" 1388 - 1389 - [[package]] 1390 - name = "tui" 1391 - version = "0.19.0" 1392 - source = "registry+https://github.com/rust-lang/crates.io-index" 1393 - checksum = "ccdd26cbd674007e649a272da4475fb666d3aa0ad0531da7136db6fab0e5bad1" 1394 - dependencies = [ 1395 - "bitflags", 1396 - "cassowary", 1397 - "crossterm", 1398 - "unicode-segmentation", 1399 - "unicode-width", 1400 - ] 1401 - 1402 - [[package]] 1403 - name = "typemap" 1404 - version = "0.3.3" 1405 - source = "registry+https://github.com/rust-lang/crates.io-index" 1406 - checksum = "653be63c80a3296da5551e1bfd2cca35227e13cdd08c6668903ae2f4f77aa1f6" 1407 - dependencies = [ 1408 - "unsafe-any", 1409 - ] 1410 - 1411 - [[package]] 1412 - name = "unicode-ident" 1413 - version = "1.0.3" 1414 - source = "registry+https://github.com/rust-lang/crates.io-index" 1415 - checksum = "c4f5b37a154999a8f3f98cc23a628d850e154479cd94decf3414696e12e31aaf" 1416 - 1417 - [[package]] 1418 - name = "unicode-segmentation" 1419 - version = "1.9.0" 1420 - source = "registry+https://github.com/rust-lang/crates.io-index" 1421 - checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99" 1422 - 1423 - [[package]] 1424 - name = "unicode-truncate" 1425 - version = "0.2.0" 1426 - source = "registry+https://github.com/rust-lang/crates.io-index" 1427 - checksum = "a04be5ca5f7a4a7270ffea82bc41c59b87c611ed04f20e77c338e8d3c2348e42" 1428 - dependencies = [ 1429 - "unicode-width", 1430 - ] 1431 - 1432 - [[package]] 1433 - name = "unicode-width" 1434 - version = "0.1.9" 1435 - source = "registry+https://github.com/rust-lang/crates.io-index" 1436 - checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973" 1437 - 1438 - [[package]] 1439 - name = "unicode-xid" 1440 - version = "0.2.3" 1441 - source = "registry+https://github.com/rust-lang/crates.io-index" 1442 - checksum = "957e51f3646910546462e67d5f7599b9e4fb8acdd304b087a6494730f9eebf04" 1443 - 1444 - [[package]] 1445 - name = "unsafe-any" 1446 - version = "0.4.2" 1447 - source = "registry+https://github.com/rust-lang/crates.io-index" 1448 - checksum = "f30360d7979f5e9c6e6cea48af192ea8fab4afb3cf72597154b8f08935bc9c7f" 1449 - dependencies = [ 1450 - "traitobject", 1451 - ] 1452 - 1453 - [[package]] 1454 - name = "utf8parse" 1455 - version = "0.2.0" 1456 - source = "registry+https://github.com/rust-lang/crates.io-index" 1457 - checksum = "936e4b492acfd135421d8dca4b1aa80a7bfc26e702ef3af710e0752684df5372" 1458 - 1459 - [[package]] 1460 - name = "uuid" 1461 - version = "0.8.2" 1462 - source = "registry+https://github.com/rust-lang/crates.io-index" 1463 - checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7" 1464 - dependencies = [ 1465 - "getrandom", 1466 - "serde", 1467 - ] 1468 - 1469 - [[package]] 1470 - name = "version_check" 1471 - version = "0.9.4" 1472 - source = "registry+https://github.com/rust-lang/crates.io-index" 1473 - checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 1474 - 1475 - [[package]] 1476 - name = "versions" 1477 - version = "4.1.0" 1478 - source = "registry+https://github.com/rust-lang/crates.io-index" 1479 - checksum = "ee97e1d97bd593fb513912a07691b742361b3dd64ad56f2c694ea2dbfe0665d3" 1480 - dependencies = [ 1481 - "itertools", 1482 - "nom", 1483 - ] 1484 - 1485 - [[package]] 1486 - name = "wasi" 1487 - version = "0.10.0+wasi-snapshot-preview1" 1488 - source = "registry+https://github.com/rust-lang/crates.io-index" 1489 - checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" 1490 - 1491 - [[package]] 1492 - name = "wasi" 1493 - version = "0.11.0+wasi-snapshot-preview1" 1494 - source = "registry+https://github.com/rust-lang/crates.io-index" 1495 - checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 1496 - 1497 - [[package]] 1498 - name = "wasm-bindgen" 1499 - version = "0.2.82" 1500 - source = "registry+https://github.com/rust-lang/crates.io-index" 1501 - checksum = "fc7652e3f6c4706c8d9cd54832c4a4ccb9b5336e2c3bd154d5cccfbf1c1f5f7d" 1502 - dependencies = [ 1503 - "cfg-if", 1504 - "wasm-bindgen-macro", 1505 - ] 1506 - 1507 - [[package]] 1508 - name = "wasm-bindgen-backend" 1509 - version = "0.2.82" 1510 - source = "registry+https://github.com/rust-lang/crates.io-index" 1511 - checksum = "662cd44805586bd52971b9586b1df85cdbbd9112e4ef4d8f41559c334dc6ac3f" 1512 - dependencies = [ 1513 - "bumpalo", 1514 - "log", 1515 - "once_cell", 1516 - "proc-macro2", 1517 - "quote", 1518 - "syn", 1519 - "wasm-bindgen-shared", 1520 - ] 1521 - 1522 - [[package]] 1523 - name = "wasm-bindgen-macro" 1524 - version = "0.2.82" 1525 - source = "registry+https://github.com/rust-lang/crates.io-index" 1526 - checksum = "b260f13d3012071dfb1512849c033b1925038373aea48ced3012c09df952c602" 1527 - dependencies = [ 1528 - "quote", 1529 - "wasm-bindgen-macro-support", 1530 - ] 1531 - 1532 - [[package]] 1533 - name = "wasm-bindgen-macro-support" 1534 - version = "0.2.82" 1535 - source = "registry+https://github.com/rust-lang/crates.io-index" 1536 - checksum = "5be8e654bdd9b79216c2929ab90721aa82faf65c48cdf08bdc4e7f51357b80da" 1537 - dependencies = [ 1538 - "proc-macro2", 1539 - "quote", 1540 - "syn", 1541 - "wasm-bindgen-backend", 1542 - "wasm-bindgen-shared", 1543 - ] 1544 - 1545 - [[package]] 1546 - name = "wasm-bindgen-shared" 1547 - version = "0.2.82" 1548 - source = "registry+https://github.com/rust-lang/crates.io-index" 1549 - checksum = "6598dd0bd3c7d51095ff6531a5b23e02acdc81804e30d8f07afb77b7215a140a" 1550 - 1551 - [[package]] 1552 - name = "winapi" 1553 - version = "0.3.9" 1554 - source = "registry+https://github.com/rust-lang/crates.io-index" 1555 - checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 1556 - dependencies = [ 1557 - "winapi-i686-pc-windows-gnu", 1558 - "winapi-x86_64-pc-windows-gnu", 1559 - ] 1560 - 1561 - [[package]] 1562 - name = "winapi-i686-pc-windows-gnu" 1563 - version = "0.4.0" 1564 - source = "registry+https://github.com/rust-lang/crates.io-index" 1565 - checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 1566 - 1567 - [[package]] 1568 - name = "winapi-util" 1569 - version = "0.1.5" 1570 - source = "registry+https://github.com/rust-lang/crates.io-index" 1571 - checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" 1572 - dependencies = [ 1573 - "winapi", 1574 - ] 1575 - 1576 - [[package]] 1577 - name = "winapi-x86_64-pc-windows-gnu" 1578 - version = "0.4.0" 1579 - source = "registry+https://github.com/rust-lang/crates.io-index" 1580 - checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 1581 - 1582 - [[package]] 1583 - name = "windows-sys" 1584 - version = "0.36.1" 1585 - source = "registry+https://github.com/rust-lang/crates.io-index" 1586 - checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2" 1587 - dependencies = [ 1588 - "windows_aarch64_msvc", 1589 - "windows_i686_gnu", 1590 - "windows_i686_msvc", 1591 - "windows_x86_64_gnu", 1592 - "windows_x86_64_msvc", 1593 - ] 1594 - 1595 - [[package]] 1596 - name = "windows_aarch64_msvc" 1597 - version = "0.36.1" 1598 - source = "registry+https://github.com/rust-lang/crates.io-index" 1599 - checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47" 1600 - 1601 - [[package]] 1602 - name = "windows_i686_gnu" 1603 - version = "0.36.1" 1604 - source = "registry+https://github.com/rust-lang/crates.io-index" 1605 - checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6" 1606 - 1607 - [[package]] 1608 - name = "windows_i686_msvc" 1609 - version = "0.36.1" 1610 - source = "registry+https://github.com/rust-lang/crates.io-index" 1611 - checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024" 1612 - 1613 - [[package]] 1614 - name = "windows_x86_64_gnu" 1615 - version = "0.36.1" 1616 - source = "registry+https://github.com/rust-lang/crates.io-index" 1617 - checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1" 1618 - 1619 - [[package]] 1620 - name = "windows_x86_64_msvc" 1621 - version = "0.36.1" 1622 - source = "registry+https://github.com/rust-lang/crates.io-index" 1623 - checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680" 1624 - 1625 - [[package]] 1626 - name = "yaml-rust" 1627 - version = "0.4.5" 1628 - source = "registry+https://github.com/rust-lang/crates.io-index" 1629 - checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85" 1630 - dependencies = [ 1631 - "linked-hash-map", 1632 - ]
+4 -9
pkgs/applications/misc/taskwarrior-tui/default.nix
··· 6 6 7 7 rustPlatform.buildRustPackage rec { 8 8 pname = "taskwarrior-tui"; 9 - version = "0.23.7"; 9 + version = "0.25.1"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "kdheepak"; 13 13 repo = "taskwarrior-tui"; 14 14 rev = "v${version}"; 15 - sha256 = "sha256-D7+C02VlE42wWQSOkeTJVDS4rWnGB06RTZ7tzdpYmZw="; 15 + sha256 = "sha256-m/VExBibScZt8zlxbTSQtZdbcc1EBZ+k0DXu+pXFUnA="; 16 16 }; 17 17 18 + cargoHash = "sha256-DFf4leS8/891YzZCkkd/rU+cUm94nOnXYDZgJK+NoCY="; 19 + 18 20 nativeBuildInputs = [ installShellFiles ]; 19 21 20 22 # Because there's a test that requires terminal access 21 23 doCheck = false; 22 - 23 - cargoLock = { 24 - lockFile = ./Cargo.lock; 25 - outputHashes = { 26 - "task-hookrs-0.7.0" = "sha256-EGnhUgYxygU3JrYXQPE9SheuXWS91qEwR+w3whaYuYw="; 27 - }; 28 - }; 29 24 30 25 postInstall = '' 31 26 installManPage docs/taskwarrior-tui.1