youtube-tui: 0.7.1 -> 0.8.0

Jeremy daa1757d fdebb755

+1573 -4
+1563
pkgs/applications/video/youtube-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 = "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 = "android-tzdata" 13 + version = "0.1.1" 14 + source = "registry+https://github.com/rust-lang/crates.io-index" 15 + checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" 16 + 17 + [[package]] 18 + name = "android_system_properties" 19 + version = "0.1.5" 20 + source = "registry+https://github.com/rust-lang/crates.io-index" 21 + checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 22 + dependencies = [ 23 + "libc", 24 + ] 25 + 26 + [[package]] 27 + name = "ansi_colours" 28 + version = "1.2.1" 29 + source = "registry+https://github.com/rust-lang/crates.io-index" 30 + checksum = "7db9d9767fde724f83933a716ee182539788f293828244e9d999695ce0f7ba1e" 31 + dependencies = [ 32 + "rgb", 33 + ] 34 + 35 + [[package]] 36 + name = "autocfg" 37 + version = "1.1.0" 38 + source = "registry+https://github.com/rust-lang/crates.io-index" 39 + checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 40 + 41 + [[package]] 42 + name = "base64" 43 + version = "0.13.1" 44 + source = "registry+https://github.com/rust-lang/crates.io-index" 45 + checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" 46 + 47 + [[package]] 48 + name = "bit_field" 49 + version = "0.10.2" 50 + source = "registry+https://github.com/rust-lang/crates.io-index" 51 + checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61" 52 + 53 + [[package]] 54 + name = "bitflags" 55 + version = "1.3.2" 56 + source = "registry+https://github.com/rust-lang/crates.io-index" 57 + checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 58 + 59 + [[package]] 60 + name = "block" 61 + version = "0.1.6" 62 + source = "registry+https://github.com/rust-lang/crates.io-index" 63 + checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a" 64 + 65 + [[package]] 66 + name = "bumpalo" 67 + version = "3.13.0" 68 + source = "registry+https://github.com/rust-lang/crates.io-index" 69 + checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1" 70 + 71 + [[package]] 72 + name = "bytemuck" 73 + version = "1.13.1" 74 + source = "registry+https://github.com/rust-lang/crates.io-index" 75 + checksum = "17febce684fd15d89027105661fec94afb475cb995fbc59d2865198446ba2eea" 76 + 77 + [[package]] 78 + name = "byteorder" 79 + version = "1.4.3" 80 + source = "registry+https://github.com/rust-lang/crates.io-index" 81 + checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" 82 + 83 + [[package]] 84 + name = "cassowary" 85 + version = "0.3.0" 86 + source = "registry+https://github.com/rust-lang/crates.io-index" 87 + checksum = "df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53" 88 + 89 + [[package]] 90 + name = "cc" 91 + version = "1.0.79" 92 + source = "registry+https://github.com/rust-lang/crates.io-index" 93 + checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" 94 + 95 + [[package]] 96 + name = "cfg-if" 97 + version = "1.0.0" 98 + source = "registry+https://github.com/rust-lang/crates.io-index" 99 + checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 100 + 101 + [[package]] 102 + name = "chrono" 103 + version = "0.4.26" 104 + source = "registry+https://github.com/rust-lang/crates.io-index" 105 + checksum = "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5" 106 + dependencies = [ 107 + "android-tzdata", 108 + "iana-time-zone", 109 + "num-traits", 110 + "winapi", 111 + ] 112 + 113 + [[package]] 114 + name = "clipboard" 115 + version = "0.5.0" 116 + source = "registry+https://github.com/rust-lang/crates.io-index" 117 + checksum = "25a904646c0340239dcf7c51677b33928bf24fdf424b79a57909c0109075b2e7" 118 + dependencies = [ 119 + "clipboard-win", 120 + "objc", 121 + "objc-foundation", 122 + "objc_id", 123 + "x11-clipboard", 124 + ] 125 + 126 + [[package]] 127 + name = "clipboard-win" 128 + version = "2.2.0" 129 + source = "registry+https://github.com/rust-lang/crates.io-index" 130 + checksum = "e3a093d6fed558e5fe24c3dfc85a68bb68f1c824f440d3ba5aca189e2998786b" 131 + dependencies = [ 132 + "winapi", 133 + ] 134 + 135 + [[package]] 136 + name = "color_quant" 137 + version = "1.1.0" 138 + source = "registry+https://github.com/rust-lang/crates.io-index" 139 + checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" 140 + 141 + [[package]] 142 + name = "console" 143 + version = "0.15.7" 144 + source = "registry+https://github.com/rust-lang/crates.io-index" 145 + checksum = "c926e00cc70edefdc64d3a5ff31cc65bb97a3460097762bd23afb4d8145fccf8" 146 + dependencies = [ 147 + "encode_unicode", 148 + "lazy_static", 149 + "libc", 150 + "windows-sys 0.45.0", 151 + ] 152 + 153 + [[package]] 154 + name = "core-foundation" 155 + version = "0.9.3" 156 + source = "registry+https://github.com/rust-lang/crates.io-index" 157 + checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146" 158 + dependencies = [ 159 + "core-foundation-sys", 160 + "libc", 161 + ] 162 + 163 + [[package]] 164 + name = "core-foundation-sys" 165 + version = "0.8.4" 166 + source = "registry+https://github.com/rust-lang/crates.io-index" 167 + checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa" 168 + 169 + [[package]] 170 + name = "crc32fast" 171 + version = "1.3.2" 172 + source = "registry+https://github.com/rust-lang/crates.io-index" 173 + checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" 174 + dependencies = [ 175 + "cfg-if", 176 + ] 177 + 178 + [[package]] 179 + name = "crossbeam-channel" 180 + version = "0.5.8" 181 + source = "registry+https://github.com/rust-lang/crates.io-index" 182 + checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200" 183 + dependencies = [ 184 + "cfg-if", 185 + "crossbeam-utils", 186 + ] 187 + 188 + [[package]] 189 + name = "crossbeam-deque" 190 + version = "0.8.3" 191 + source = "registry+https://github.com/rust-lang/crates.io-index" 192 + checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef" 193 + dependencies = [ 194 + "cfg-if", 195 + "crossbeam-epoch", 196 + "crossbeam-utils", 197 + ] 198 + 199 + [[package]] 200 + name = "crossbeam-epoch" 201 + version = "0.9.15" 202 + source = "registry+https://github.com/rust-lang/crates.io-index" 203 + checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7" 204 + dependencies = [ 205 + "autocfg", 206 + "cfg-if", 207 + "crossbeam-utils", 208 + "memoffset", 209 + "scopeguard", 210 + ] 211 + 212 + [[package]] 213 + name = "crossbeam-utils" 214 + version = "0.8.16" 215 + source = "registry+https://github.com/rust-lang/crates.io-index" 216 + checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294" 217 + dependencies = [ 218 + "cfg-if", 219 + ] 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 + "libc", 230 + "mio", 231 + "parking_lot", 232 + "signal-hook", 233 + "signal-hook-mio", 234 + "winapi", 235 + ] 236 + 237 + [[package]] 238 + name = "crossterm" 239 + version = "0.26.1" 240 + source = "registry+https://github.com/rust-lang/crates.io-index" 241 + checksum = "a84cda67535339806297f1b331d6dd6320470d2a0fe65381e79ee9e156dd3d13" 242 + dependencies = [ 243 + "bitflags", 244 + "crossterm_winapi", 245 + "libc", 246 + "mio", 247 + "parking_lot", 248 + "serde", 249 + "signal-hook", 250 + "signal-hook-mio", 251 + "winapi", 252 + ] 253 + 254 + [[package]] 255 + name = "crossterm_winapi" 256 + version = "0.9.1" 257 + source = "registry+https://github.com/rust-lang/crates.io-index" 258 + checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b" 259 + dependencies = [ 260 + "winapi", 261 + ] 262 + 263 + [[package]] 264 + name = "crunchy" 265 + version = "0.2.2" 266 + source = "registry+https://github.com/rust-lang/crates.io-index" 267 + checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" 268 + 269 + [[package]] 270 + name = "dyn-clone" 271 + version = "1.0.11" 272 + source = "registry+https://github.com/rust-lang/crates.io-index" 273 + checksum = "68b0cf012f1230e43cd00ebb729c6bb58707ecfa8ad08b52ef3a4ccd2697fc30" 274 + 275 + [[package]] 276 + name = "either" 277 + version = "1.8.1" 278 + source = "registry+https://github.com/rust-lang/crates.io-index" 279 + checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91" 280 + 281 + [[package]] 282 + name = "encode_unicode" 283 + version = "0.3.6" 284 + source = "registry+https://github.com/rust-lang/crates.io-index" 285 + checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" 286 + 287 + [[package]] 288 + name = "equivalent" 289 + version = "1.0.0" 290 + source = "registry+https://github.com/rust-lang/crates.io-index" 291 + checksum = "88bffebc5d80432c9b140ee17875ff173a8ab62faad5b257da912bd2f6c1c0a1" 292 + 293 + [[package]] 294 + name = "errno" 295 + version = "0.3.1" 296 + source = "registry+https://github.com/rust-lang/crates.io-index" 297 + checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a" 298 + dependencies = [ 299 + "errno-dragonfly", 300 + "libc", 301 + "windows-sys 0.48.0", 302 + ] 303 + 304 + [[package]] 305 + name = "errno-dragonfly" 306 + version = "0.1.2" 307 + source = "registry+https://github.com/rust-lang/crates.io-index" 308 + checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" 309 + dependencies = [ 310 + "cc", 311 + "libc", 312 + ] 313 + 314 + [[package]] 315 + name = "exr" 316 + version = "1.7.0" 317 + source = "registry+https://github.com/rust-lang/crates.io-index" 318 + checksum = "d1e481eb11a482815d3e9d618db8c42a93207134662873809335a92327440c18" 319 + dependencies = [ 320 + "bit_field", 321 + "flume", 322 + "half", 323 + "lebe", 324 + "miniz_oxide", 325 + "rayon-core", 326 + "smallvec", 327 + "zune-inflate", 328 + ] 329 + 330 + [[package]] 331 + name = "fastrand" 332 + version = "1.9.0" 333 + source = "registry+https://github.com/rust-lang/crates.io-index" 334 + checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" 335 + dependencies = [ 336 + "instant", 337 + ] 338 + 339 + [[package]] 340 + name = "fdeflate" 341 + version = "0.3.0" 342 + source = "registry+https://github.com/rust-lang/crates.io-index" 343 + checksum = "d329bdeac514ee06249dabc27877490f17f5d371ec693360768b838e19f3ae10" 344 + dependencies = [ 345 + "simd-adler32", 346 + ] 347 + 348 + [[package]] 349 + name = "flate2" 350 + version = "1.0.26" 351 + source = "registry+https://github.com/rust-lang/crates.io-index" 352 + checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743" 353 + dependencies = [ 354 + "crc32fast", 355 + "miniz_oxide", 356 + ] 357 + 358 + [[package]] 359 + name = "flume" 360 + version = "0.10.14" 361 + source = "registry+https://github.com/rust-lang/crates.io-index" 362 + checksum = "1657b4441c3403d9f7b3409e47575237dac27b1b5726df654a6ecbf92f0f7577" 363 + dependencies = [ 364 + "futures-core", 365 + "futures-sink", 366 + "nanorand", 367 + "pin-project", 368 + "spin", 369 + ] 370 + 371 + [[package]] 372 + name = "foreign-types" 373 + version = "0.3.2" 374 + source = "registry+https://github.com/rust-lang/crates.io-index" 375 + checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 376 + dependencies = [ 377 + "foreign-types-shared", 378 + ] 379 + 380 + [[package]] 381 + name = "foreign-types-shared" 382 + version = "0.1.1" 383 + source = "registry+https://github.com/rust-lang/crates.io-index" 384 + checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 385 + 386 + [[package]] 387 + name = "futures-core" 388 + version = "0.3.28" 389 + source = "registry+https://github.com/rust-lang/crates.io-index" 390 + checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c" 391 + 392 + [[package]] 393 + name = "futures-sink" 394 + version = "0.3.28" 395 + source = "registry+https://github.com/rust-lang/crates.io-index" 396 + checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e" 397 + 398 + [[package]] 399 + name = "getrandom" 400 + version = "0.2.10" 401 + source = "registry+https://github.com/rust-lang/crates.io-index" 402 + checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427" 403 + dependencies = [ 404 + "cfg-if", 405 + "js-sys", 406 + "libc", 407 + "wasi", 408 + "wasm-bindgen", 409 + ] 410 + 411 + [[package]] 412 + name = "gif" 413 + version = "0.12.0" 414 + source = "registry+https://github.com/rust-lang/crates.io-index" 415 + checksum = "80792593675e051cf94a4b111980da2ba60d4a83e43e0048c5693baab3977045" 416 + dependencies = [ 417 + "color_quant", 418 + "weezl", 419 + ] 420 + 421 + [[package]] 422 + name = "half" 423 + version = "2.2.1" 424 + source = "registry+https://github.com/rust-lang/crates.io-index" 425 + checksum = "02b4af3693f1b705df946e9fe5631932443781d0aabb423b62fcd4d73f6d2fd0" 426 + dependencies = [ 427 + "crunchy", 428 + ] 429 + 430 + [[package]] 431 + name = "hashbrown" 432 + version = "0.14.0" 433 + source = "registry+https://github.com/rust-lang/crates.io-index" 434 + checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a" 435 + 436 + [[package]] 437 + name = "hermit-abi" 438 + version = "0.3.2" 439 + source = "registry+https://github.com/rust-lang/crates.io-index" 440 + checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b" 441 + 442 + [[package]] 443 + name = "home" 444 + version = "0.5.5" 445 + source = "registry+https://github.com/rust-lang/crates.io-index" 446 + checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb" 447 + dependencies = [ 448 + "windows-sys 0.48.0", 449 + ] 450 + 451 + [[package]] 452 + name = "http_req" 453 + version = "0.9.2" 454 + source = "registry+https://github.com/rust-lang/crates.io-index" 455 + checksum = "9f680177f2ebe4aabd573d07b322d15a5e0fbc97cd739fd627b08043c89041f8" 456 + dependencies = [ 457 + "native-tls", 458 + "unicase", 459 + ] 460 + 461 + [[package]] 462 + name = "iana-time-zone" 463 + version = "0.1.57" 464 + source = "registry+https://github.com/rust-lang/crates.io-index" 465 + checksum = "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613" 466 + dependencies = [ 467 + "android_system_properties", 468 + "core-foundation-sys", 469 + "iana-time-zone-haiku", 470 + "js-sys", 471 + "wasm-bindgen", 472 + "windows", 473 + ] 474 + 475 + [[package]] 476 + name = "iana-time-zone-haiku" 477 + version = "0.1.2" 478 + source = "registry+https://github.com/rust-lang/crates.io-index" 479 + checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 480 + dependencies = [ 481 + "cc", 482 + ] 483 + 484 + [[package]] 485 + name = "image" 486 + version = "0.24.6" 487 + source = "registry+https://github.com/rust-lang/crates.io-index" 488 + checksum = "527909aa81e20ac3a44803521443a765550f09b5130c2c2fa1ea59c2f8f50a3a" 489 + dependencies = [ 490 + "bytemuck", 491 + "byteorder", 492 + "color_quant", 493 + "exr", 494 + "gif", 495 + "jpeg-decoder", 496 + "num-rational", 497 + "num-traits", 498 + "png", 499 + "qoi", 500 + "tiff", 501 + ] 502 + 503 + [[package]] 504 + name = "indexmap" 505 + version = "2.0.0" 506 + source = "registry+https://github.com/rust-lang/crates.io-index" 507 + checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d" 508 + dependencies = [ 509 + "equivalent", 510 + "hashbrown", 511 + ] 512 + 513 + [[package]] 514 + name = "instant" 515 + version = "0.1.12" 516 + source = "registry+https://github.com/rust-lang/crates.io-index" 517 + checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 518 + dependencies = [ 519 + "cfg-if", 520 + ] 521 + 522 + [[package]] 523 + name = "invidious" 524 + version = "0.5.0" 525 + source = "registry+https://github.com/rust-lang/crates.io-index" 526 + checksum = "dcf06ca3149bc691b638f1eed94bc5ea5d7eae85ddc01c23249f0af0bd16d62e" 527 + dependencies = [ 528 + "http_req", 529 + "serde", 530 + "serde_json", 531 + ] 532 + 533 + [[package]] 534 + name = "io-lifetimes" 535 + version = "1.0.11" 536 + source = "registry+https://github.com/rust-lang/crates.io-index" 537 + checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2" 538 + dependencies = [ 539 + "hermit-abi", 540 + "libc", 541 + "windows-sys 0.48.0", 542 + ] 543 + 544 + [[package]] 545 + name = "itoa" 546 + version = "1.0.8" 547 + source = "registry+https://github.com/rust-lang/crates.io-index" 548 + checksum = "62b02a5381cc465bd3041d84623d0fa3b66738b52b8e2fc3bab8ad63ab032f4a" 549 + 550 + [[package]] 551 + name = "jpeg-decoder" 552 + version = "0.3.0" 553 + source = "registry+https://github.com/rust-lang/crates.io-index" 554 + checksum = "bc0000e42512c92e31c2252315bda326620a4e034105e900c98ec492fa077b3e" 555 + dependencies = [ 556 + "rayon", 557 + ] 558 + 559 + [[package]] 560 + name = "js-sys" 561 + version = "0.3.64" 562 + source = "registry+https://github.com/rust-lang/crates.io-index" 563 + checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a" 564 + dependencies = [ 565 + "wasm-bindgen", 566 + ] 567 + 568 + [[package]] 569 + name = "lazy_static" 570 + version = "1.4.0" 571 + source = "registry+https://github.com/rust-lang/crates.io-index" 572 + checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 573 + 574 + [[package]] 575 + name = "lebe" 576 + version = "0.5.2" 577 + source = "registry+https://github.com/rust-lang/crates.io-index" 578 + checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8" 579 + 580 + [[package]] 581 + name = "libc" 582 + version = "0.2.147" 583 + source = "registry+https://github.com/rust-lang/crates.io-index" 584 + checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3" 585 + 586 + [[package]] 587 + name = "libmpv" 588 + version = "2.0.1" 589 + source = "git+https://github.com/sudipghimire533/libmpv-rs#18aa79a6b73e309360d3dcaeb434e862f9483350" 590 + dependencies = [ 591 + "libmpv-sys", 592 + ] 593 + 594 + [[package]] 595 + name = "libmpv-sys" 596 + version = "3.1.0" 597 + source = "git+https://github.com/sudipghimire533/libmpv-rs#18aa79a6b73e309360d3dcaeb434e862f9483350" 598 + 599 + [[package]] 600 + name = "linux-raw-sys" 601 + version = "0.3.8" 602 + source = "registry+https://github.com/rust-lang/crates.io-index" 603 + checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519" 604 + 605 + [[package]] 606 + name = "lock_api" 607 + version = "0.4.10" 608 + source = "registry+https://github.com/rust-lang/crates.io-index" 609 + checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16" 610 + dependencies = [ 611 + "autocfg", 612 + "scopeguard", 613 + ] 614 + 615 + [[package]] 616 + name = "log" 617 + version = "0.4.19" 618 + source = "registry+https://github.com/rust-lang/crates.io-index" 619 + checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4" 620 + 621 + [[package]] 622 + name = "make-cmd" 623 + version = "0.1.0" 624 + source = "registry+https://github.com/rust-lang/crates.io-index" 625 + checksum = "a8ca8afbe8af1785e09636acb5a41e08a765f5f0340568716c18a8700ba3c0d3" 626 + 627 + [[package]] 628 + name = "malloc_buf" 629 + version = "0.0.6" 630 + source = "registry+https://github.com/rust-lang/crates.io-index" 631 + checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb" 632 + dependencies = [ 633 + "libc", 634 + ] 635 + 636 + [[package]] 637 + name = "memoffset" 638 + version = "0.9.0" 639 + source = "registry+https://github.com/rust-lang/crates.io-index" 640 + checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c" 641 + dependencies = [ 642 + "autocfg", 643 + ] 644 + 645 + [[package]] 646 + name = "miniz_oxide" 647 + version = "0.7.1" 648 + source = "registry+https://github.com/rust-lang/crates.io-index" 649 + checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7" 650 + dependencies = [ 651 + "adler", 652 + "simd-adler32", 653 + ] 654 + 655 + [[package]] 656 + name = "mio" 657 + version = "0.8.8" 658 + source = "registry+https://github.com/rust-lang/crates.io-index" 659 + checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2" 660 + dependencies = [ 661 + "libc", 662 + "log", 663 + "wasi", 664 + "windows-sys 0.48.0", 665 + ] 666 + 667 + [[package]] 668 + name = "nanorand" 669 + version = "0.7.0" 670 + source = "registry+https://github.com/rust-lang/crates.io-index" 671 + checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3" 672 + dependencies = [ 673 + "getrandom", 674 + ] 675 + 676 + [[package]] 677 + name = "native-tls" 678 + version = "0.2.11" 679 + source = "registry+https://github.com/rust-lang/crates.io-index" 680 + checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e" 681 + dependencies = [ 682 + "lazy_static", 683 + "libc", 684 + "log", 685 + "openssl", 686 + "openssl-probe", 687 + "openssl-sys", 688 + "schannel", 689 + "security-framework", 690 + "security-framework-sys", 691 + "tempfile", 692 + ] 693 + 694 + [[package]] 695 + name = "num-integer" 696 + version = "0.1.45" 697 + source = "registry+https://github.com/rust-lang/crates.io-index" 698 + checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" 699 + dependencies = [ 700 + "autocfg", 701 + "num-traits", 702 + ] 703 + 704 + [[package]] 705 + name = "num-rational" 706 + version = "0.4.1" 707 + source = "registry+https://github.com/rust-lang/crates.io-index" 708 + checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0" 709 + dependencies = [ 710 + "autocfg", 711 + "num-integer", 712 + "num-traits", 713 + ] 714 + 715 + [[package]] 716 + name = "num-traits" 717 + version = "0.2.15" 718 + source = "registry+https://github.com/rust-lang/crates.io-index" 719 + checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" 720 + dependencies = [ 721 + "autocfg", 722 + ] 723 + 724 + [[package]] 725 + name = "num_cpus" 726 + version = "1.16.0" 727 + source = "registry+https://github.com/rust-lang/crates.io-index" 728 + checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" 729 + dependencies = [ 730 + "hermit-abi", 731 + "libc", 732 + ] 733 + 734 + [[package]] 735 + name = "objc" 736 + version = "0.2.7" 737 + source = "registry+https://github.com/rust-lang/crates.io-index" 738 + checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1" 739 + dependencies = [ 740 + "malloc_buf", 741 + ] 742 + 743 + [[package]] 744 + name = "objc-foundation" 745 + version = "0.1.1" 746 + source = "registry+https://github.com/rust-lang/crates.io-index" 747 + checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9" 748 + dependencies = [ 749 + "block", 750 + "objc", 751 + "objc_id", 752 + ] 753 + 754 + [[package]] 755 + name = "objc_id" 756 + version = "0.1.1" 757 + source = "registry+https://github.com/rust-lang/crates.io-index" 758 + checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b" 759 + dependencies = [ 760 + "objc", 761 + ] 762 + 763 + [[package]] 764 + name = "once_cell" 765 + version = "1.18.0" 766 + source = "registry+https://github.com/rust-lang/crates.io-index" 767 + checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" 768 + 769 + [[package]] 770 + name = "openssl" 771 + version = "0.10.55" 772 + source = "registry+https://github.com/rust-lang/crates.io-index" 773 + checksum = "345df152bc43501c5eb9e4654ff05f794effb78d4efe3d53abc158baddc0703d" 774 + dependencies = [ 775 + "bitflags", 776 + "cfg-if", 777 + "foreign-types", 778 + "libc", 779 + "once_cell", 780 + "openssl-macros", 781 + "openssl-sys", 782 + ] 783 + 784 + [[package]] 785 + name = "openssl-macros" 786 + version = "0.1.1" 787 + source = "registry+https://github.com/rust-lang/crates.io-index" 788 + checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" 789 + dependencies = [ 790 + "proc-macro2", 791 + "quote", 792 + "syn", 793 + ] 794 + 795 + [[package]] 796 + name = "openssl-probe" 797 + version = "0.1.5" 798 + source = "registry+https://github.com/rust-lang/crates.io-index" 799 + checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" 800 + 801 + [[package]] 802 + name = "openssl-sys" 803 + version = "0.9.90" 804 + source = "registry+https://github.com/rust-lang/crates.io-index" 805 + checksum = "374533b0e45f3a7ced10fcaeccca020e66656bc03dac384f852e4e5a7a8104a6" 806 + dependencies = [ 807 + "cc", 808 + "libc", 809 + "pkg-config", 810 + "vcpkg", 811 + ] 812 + 813 + [[package]] 814 + name = "parking_lot" 815 + version = "0.12.1" 816 + source = "registry+https://github.com/rust-lang/crates.io-index" 817 + checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" 818 + dependencies = [ 819 + "lock_api", 820 + "parking_lot_core", 821 + ] 822 + 823 + [[package]] 824 + name = "parking_lot_core" 825 + version = "0.9.8" 826 + source = "registry+https://github.com/rust-lang/crates.io-index" 827 + checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447" 828 + dependencies = [ 829 + "cfg-if", 830 + "libc", 831 + "redox_syscall", 832 + "smallvec", 833 + "windows-targets 0.48.1", 834 + ] 835 + 836 + [[package]] 837 + name = "pin-project" 838 + version = "1.1.2" 839 + source = "registry+https://github.com/rust-lang/crates.io-index" 840 + checksum = "030ad2bc4db10a8944cb0d837f158bdfec4d4a4873ab701a95046770d11f8842" 841 + dependencies = [ 842 + "pin-project-internal", 843 + ] 844 + 845 + [[package]] 846 + name = "pin-project-internal" 847 + version = "1.1.2" 848 + source = "registry+https://github.com/rust-lang/crates.io-index" 849 + checksum = "ec2e072ecce94ec471b13398d5402c188e76ac03cf74dd1a975161b23a3f6d9c" 850 + dependencies = [ 851 + "proc-macro2", 852 + "quote", 853 + "syn", 854 + ] 855 + 856 + [[package]] 857 + name = "pkg-config" 858 + version = "0.3.27" 859 + source = "registry+https://github.com/rust-lang/crates.io-index" 860 + checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964" 861 + 862 + [[package]] 863 + name = "png" 864 + version = "0.17.9" 865 + source = "registry+https://github.com/rust-lang/crates.io-index" 866 + checksum = "59871cc5b6cce7eaccca5a802b4173377a1c2ba90654246789a8fa2334426d11" 867 + dependencies = [ 868 + "bitflags", 869 + "crc32fast", 870 + "fdeflate", 871 + "flate2", 872 + "miniz_oxide", 873 + ] 874 + 875 + [[package]] 876 + name = "proc-macro2" 877 + version = "1.0.63" 878 + source = "registry+https://github.com/rust-lang/crates.io-index" 879 + checksum = "7b368fba921b0dce7e60f5e04ec15e565b3303972b42bcfde1d0713b881959eb" 880 + dependencies = [ 881 + "unicode-ident", 882 + ] 883 + 884 + [[package]] 885 + name = "qoi" 886 + version = "0.4.1" 887 + source = "registry+https://github.com/rust-lang/crates.io-index" 888 + checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001" 889 + dependencies = [ 890 + "bytemuck", 891 + ] 892 + 893 + [[package]] 894 + name = "quote" 895 + version = "1.0.29" 896 + source = "registry+https://github.com/rust-lang/crates.io-index" 897 + checksum = "573015e8ab27661678357f27dc26460738fd2b6c86e46f386fde94cb5d913105" 898 + dependencies = [ 899 + "proc-macro2", 900 + ] 901 + 902 + [[package]] 903 + name = "ratatui" 904 + version = "0.21.0" 905 + source = "registry+https://github.com/rust-lang/crates.io-index" 906 + checksum = "ce841e0486e7c2412c3740168ede33adeba8e154a15107b879d8162d77c7174e" 907 + dependencies = [ 908 + "bitflags", 909 + "cassowary", 910 + "crossterm 0.26.1", 911 + "serde", 912 + "unicode-segmentation", 913 + "unicode-width", 914 + ] 915 + 916 + [[package]] 917 + name = "rayon" 918 + version = "1.7.0" 919 + source = "registry+https://github.com/rust-lang/crates.io-index" 920 + checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b" 921 + dependencies = [ 922 + "either", 923 + "rayon-core", 924 + ] 925 + 926 + [[package]] 927 + name = "rayon-core" 928 + version = "1.11.0" 929 + source = "registry+https://github.com/rust-lang/crates.io-index" 930 + checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d" 931 + dependencies = [ 932 + "crossbeam-channel", 933 + "crossbeam-deque", 934 + "crossbeam-utils", 935 + "num_cpus", 936 + ] 937 + 938 + [[package]] 939 + name = "redox_syscall" 940 + version = "0.3.5" 941 + source = "registry+https://github.com/rust-lang/crates.io-index" 942 + checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" 943 + dependencies = [ 944 + "bitflags", 945 + ] 946 + 947 + [[package]] 948 + name = "rgb" 949 + version = "0.8.36" 950 + source = "registry+https://github.com/rust-lang/crates.io-index" 951 + checksum = "20ec2d3e3fc7a92ced357df9cebd5a10b6fb2aa1ee797bf7e9ce2f17dffc8f59" 952 + dependencies = [ 953 + "bytemuck", 954 + ] 955 + 956 + [[package]] 957 + name = "rustix" 958 + version = "0.37.23" 959 + source = "registry+https://github.com/rust-lang/crates.io-index" 960 + checksum = "4d69718bf81c6127a49dc64e44a742e8bb9213c0ff8869a22c308f84c1d4ab06" 961 + dependencies = [ 962 + "bitflags", 963 + "errno", 964 + "io-lifetimes", 965 + "libc", 966 + "linux-raw-sys", 967 + "windows-sys 0.48.0", 968 + ] 969 + 970 + [[package]] 971 + name = "ryu" 972 + version = "1.0.14" 973 + source = "registry+https://github.com/rust-lang/crates.io-index" 974 + checksum = "fe232bdf6be8c8de797b22184ee71118d63780ea42ac85b61d1baa6d3b782ae9" 975 + 976 + [[package]] 977 + name = "schannel" 978 + version = "0.1.22" 979 + source = "registry+https://github.com/rust-lang/crates.io-index" 980 + checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88" 981 + dependencies = [ 982 + "windows-sys 0.48.0", 983 + ] 984 + 985 + [[package]] 986 + name = "scopeguard" 987 + version = "1.1.0" 988 + source = "registry+https://github.com/rust-lang/crates.io-index" 989 + checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 990 + 991 + [[package]] 992 + name = "security-framework" 993 + version = "2.9.1" 994 + source = "registry+https://github.com/rust-lang/crates.io-index" 995 + checksum = "1fc758eb7bffce5b308734e9b0c1468893cae9ff70ebf13e7090be8dcbcc83a8" 996 + dependencies = [ 997 + "bitflags", 998 + "core-foundation", 999 + "core-foundation-sys", 1000 + "libc", 1001 + "security-framework-sys", 1002 + ] 1003 + 1004 + [[package]] 1005 + name = "security-framework-sys" 1006 + version = "2.9.0" 1007 + source = "registry+https://github.com/rust-lang/crates.io-index" 1008 + checksum = "f51d0c0d83bec45f16480d0ce0058397a69e48fcdc52d1dc8855fb68acbd31a7" 1009 + dependencies = [ 1010 + "core-foundation-sys", 1011 + "libc", 1012 + ] 1013 + 1014 + [[package]] 1015 + name = "serde" 1016 + version = "1.0.167" 1017 + source = "registry+https://github.com/rust-lang/crates.io-index" 1018 + checksum = "7daf513456463b42aa1d94cff7e0c24d682b429f020b9afa4f5ba5c40a22b237" 1019 + dependencies = [ 1020 + "serde_derive", 1021 + ] 1022 + 1023 + [[package]] 1024 + name = "serde_derive" 1025 + version = "1.0.167" 1026 + source = "registry+https://github.com/rust-lang/crates.io-index" 1027 + checksum = "b69b106b68bc8054f0e974e70d19984040f8a5cf9215ca82626ea4853f82c4b9" 1028 + dependencies = [ 1029 + "proc-macro2", 1030 + "quote", 1031 + "syn", 1032 + ] 1033 + 1034 + [[package]] 1035 + name = "serde_json" 1036 + version = "1.0.100" 1037 + source = "registry+https://github.com/rust-lang/crates.io-index" 1038 + checksum = "0f1e14e89be7aa4c4b78bdbdc9eb5bf8517829a600ae8eaa39a6e1d960b5185c" 1039 + dependencies = [ 1040 + "itoa", 1041 + "ryu", 1042 + "serde", 1043 + ] 1044 + 1045 + [[package]] 1046 + name = "serde_yaml" 1047 + version = "0.9.22" 1048 + source = "registry+https://github.com/rust-lang/crates.io-index" 1049 + checksum = "452e67b9c20c37fa79df53201dc03839651086ed9bbe92b3ca585ca9fdaa7d85" 1050 + dependencies = [ 1051 + "indexmap", 1052 + "itoa", 1053 + "ryu", 1054 + "serde", 1055 + "unsafe-libyaml", 1056 + ] 1057 + 1058 + [[package]] 1059 + name = "signal-hook" 1060 + version = "0.3.15" 1061 + source = "registry+https://github.com/rust-lang/crates.io-index" 1062 + checksum = "732768f1176d21d09e076c23a93123d40bba92d50c4058da34d45c8de8e682b9" 1063 + dependencies = [ 1064 + "libc", 1065 + "signal-hook-registry", 1066 + ] 1067 + 1068 + [[package]] 1069 + name = "signal-hook-mio" 1070 + version = "0.2.3" 1071 + source = "registry+https://github.com/rust-lang/crates.io-index" 1072 + checksum = "29ad2e15f37ec9a6cc544097b78a1ec90001e9f71b81338ca39f430adaca99af" 1073 + dependencies = [ 1074 + "libc", 1075 + "mio", 1076 + "signal-hook", 1077 + ] 1078 + 1079 + [[package]] 1080 + name = "signal-hook-registry" 1081 + version = "1.4.1" 1082 + source = "registry+https://github.com/rust-lang/crates.io-index" 1083 + checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1" 1084 + dependencies = [ 1085 + "libc", 1086 + ] 1087 + 1088 + [[package]] 1089 + name = "simd-adler32" 1090 + version = "0.3.5" 1091 + source = "registry+https://github.com/rust-lang/crates.io-index" 1092 + checksum = "238abfbb77c1915110ad968465608b68e869e0772622c9656714e73e5a1a522f" 1093 + 1094 + [[package]] 1095 + name = "sixel-rs" 1096 + version = "0.3.3" 1097 + source = "registry+https://github.com/rust-lang/crates.io-index" 1098 + checksum = "cfa95c014543113a192d906e5971d0c8d1e8b4cc1e61026539687a7016644ce5" 1099 + dependencies = [ 1100 + "sixel-sys", 1101 + ] 1102 + 1103 + [[package]] 1104 + name = "sixel-sys" 1105 + version = "0.3.1" 1106 + source = "registry+https://github.com/rust-lang/crates.io-index" 1107 + checksum = "fb46e0cd5569bf910390844174a5a99d52dd40681fff92228d221d9f8bf87dea" 1108 + dependencies = [ 1109 + "make-cmd", 1110 + ] 1111 + 1112 + [[package]] 1113 + name = "smallvec" 1114 + version = "1.11.0" 1115 + source = "registry+https://github.com/rust-lang/crates.io-index" 1116 + checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9" 1117 + 1118 + [[package]] 1119 + name = "spin" 1120 + version = "0.9.8" 1121 + source = "registry+https://github.com/rust-lang/crates.io-index" 1122 + checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 1123 + dependencies = [ 1124 + "lock_api", 1125 + ] 1126 + 1127 + [[package]] 1128 + name = "syn" 1129 + version = "2.0.23" 1130 + source = "registry+https://github.com/rust-lang/crates.io-index" 1131 + checksum = "59fb7d6d8281a51045d62b8eb3a7d1ce347b76f312af50cd3dc0af39c87c1737" 1132 + dependencies = [ 1133 + "proc-macro2", 1134 + "quote", 1135 + "unicode-ident", 1136 + ] 1137 + 1138 + [[package]] 1139 + name = "tempfile" 1140 + version = "3.6.0" 1141 + source = "registry+https://github.com/rust-lang/crates.io-index" 1142 + checksum = "31c0432476357e58790aaa47a8efb0c5138f137343f3b5f23bd36a27e3b0a6d6" 1143 + dependencies = [ 1144 + "autocfg", 1145 + "cfg-if", 1146 + "fastrand", 1147 + "redox_syscall", 1148 + "rustix", 1149 + "windows-sys 0.48.0", 1150 + ] 1151 + 1152 + [[package]] 1153 + name = "termcolor" 1154 + version = "1.2.0" 1155 + source = "registry+https://github.com/rust-lang/crates.io-index" 1156 + checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6" 1157 + dependencies = [ 1158 + "winapi-util", 1159 + ] 1160 + 1161 + [[package]] 1162 + name = "tiff" 1163 + version = "0.8.1" 1164 + source = "registry+https://github.com/rust-lang/crates.io-index" 1165 + checksum = "7449334f9ff2baf290d55d73983a7d6fa15e01198faef72af07e2a8db851e471" 1166 + dependencies = [ 1167 + "flate2", 1168 + "jpeg-decoder", 1169 + "weezl", 1170 + ] 1171 + 1172 + [[package]] 1173 + name = "traitobject" 1174 + version = "0.1.0" 1175 + source = "registry+https://github.com/rust-lang/crates.io-index" 1176 + checksum = "efd1f82c56340fdf16f2a953d7bda4f8fdffba13d93b00844c25572110b26079" 1177 + 1178 + [[package]] 1179 + name = "tui-additions" 1180 + version = "0.2.1" 1181 + source = "registry+https://github.com/rust-lang/crates.io-index" 1182 + checksum = "1de5841ec45de71c46252a832bb1e3e69abf2ee2492eb309ea077c8d78e798e7" 1183 + dependencies = [ 1184 + "crossterm 0.26.1", 1185 + "dyn-clone", 1186 + "ratatui", 1187 + "typemap", 1188 + "unicode-segmentation", 1189 + ] 1190 + 1191 + [[package]] 1192 + name = "typemap" 1193 + version = "0.3.3" 1194 + source = "registry+https://github.com/rust-lang/crates.io-index" 1195 + checksum = "653be63c80a3296da5551e1bfd2cca35227e13cdd08c6668903ae2f4f77aa1f6" 1196 + dependencies = [ 1197 + "unsafe-any", 1198 + ] 1199 + 1200 + [[package]] 1201 + name = "unicase" 1202 + version = "2.6.0" 1203 + source = "registry+https://github.com/rust-lang/crates.io-index" 1204 + checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6" 1205 + dependencies = [ 1206 + "version_check", 1207 + ] 1208 + 1209 + [[package]] 1210 + name = "unicode-ident" 1211 + version = "1.0.10" 1212 + source = "registry+https://github.com/rust-lang/crates.io-index" 1213 + checksum = "22049a19f4a68748a168c0fc439f9516686aa045927ff767eca0a85101fb6e73" 1214 + 1215 + [[package]] 1216 + name = "unicode-segmentation" 1217 + version = "1.10.1" 1218 + source = "registry+https://github.com/rust-lang/crates.io-index" 1219 + checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36" 1220 + 1221 + [[package]] 1222 + name = "unicode-width" 1223 + version = "0.1.10" 1224 + source = "registry+https://github.com/rust-lang/crates.io-index" 1225 + checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" 1226 + 1227 + [[package]] 1228 + name = "unsafe-any" 1229 + version = "0.4.2" 1230 + source = "registry+https://github.com/rust-lang/crates.io-index" 1231 + checksum = "f30360d7979f5e9c6e6cea48af192ea8fab4afb3cf72597154b8f08935bc9c7f" 1232 + dependencies = [ 1233 + "traitobject", 1234 + ] 1235 + 1236 + [[package]] 1237 + name = "unsafe-libyaml" 1238 + version = "0.2.8" 1239 + source = "registry+https://github.com/rust-lang/crates.io-index" 1240 + checksum = "1865806a559042e51ab5414598446a5871b561d21b6764f2eabb0dd481d880a6" 1241 + 1242 + [[package]] 1243 + name = "urlencoding" 1244 + version = "2.1.2" 1245 + source = "registry+https://github.com/rust-lang/crates.io-index" 1246 + checksum = "e8db7427f936968176eaa7cdf81b7f98b980b18495ec28f1b5791ac3bfe3eea9" 1247 + 1248 + [[package]] 1249 + name = "vcpkg" 1250 + version = "0.2.15" 1251 + source = "registry+https://github.com/rust-lang/crates.io-index" 1252 + checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 1253 + 1254 + [[package]] 1255 + name = "version_check" 1256 + version = "0.9.4" 1257 + source = "registry+https://github.com/rust-lang/crates.io-index" 1258 + checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 1259 + 1260 + [[package]] 1261 + name = "viuer" 1262 + version = "0.6.2" 1263 + source = "registry+https://github.com/rust-lang/crates.io-index" 1264 + checksum = "b511f7e9ae27b5750f12ca50c353a1179bd4cc964a47294eb0d2cdad40cb41c0" 1265 + dependencies = [ 1266 + "ansi_colours", 1267 + "base64", 1268 + "console", 1269 + "crossterm 0.25.0", 1270 + "image", 1271 + "lazy_static", 1272 + "sixel-rs", 1273 + "tempfile", 1274 + "termcolor", 1275 + ] 1276 + 1277 + [[package]] 1278 + name = "wasi" 1279 + version = "0.11.0+wasi-snapshot-preview1" 1280 + source = "registry+https://github.com/rust-lang/crates.io-index" 1281 + checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 1282 + 1283 + [[package]] 1284 + name = "wasm-bindgen" 1285 + version = "0.2.87" 1286 + source = "registry+https://github.com/rust-lang/crates.io-index" 1287 + checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342" 1288 + dependencies = [ 1289 + "cfg-if", 1290 + "wasm-bindgen-macro", 1291 + ] 1292 + 1293 + [[package]] 1294 + name = "wasm-bindgen-backend" 1295 + version = "0.2.87" 1296 + source = "registry+https://github.com/rust-lang/crates.io-index" 1297 + checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd" 1298 + dependencies = [ 1299 + "bumpalo", 1300 + "log", 1301 + "once_cell", 1302 + "proc-macro2", 1303 + "quote", 1304 + "syn", 1305 + "wasm-bindgen-shared", 1306 + ] 1307 + 1308 + [[package]] 1309 + name = "wasm-bindgen-macro" 1310 + version = "0.2.87" 1311 + source = "registry+https://github.com/rust-lang/crates.io-index" 1312 + checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d" 1313 + dependencies = [ 1314 + "quote", 1315 + "wasm-bindgen-macro-support", 1316 + ] 1317 + 1318 + [[package]] 1319 + name = "wasm-bindgen-macro-support" 1320 + version = "0.2.87" 1321 + source = "registry+https://github.com/rust-lang/crates.io-index" 1322 + checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b" 1323 + dependencies = [ 1324 + "proc-macro2", 1325 + "quote", 1326 + "syn", 1327 + "wasm-bindgen-backend", 1328 + "wasm-bindgen-shared", 1329 + ] 1330 + 1331 + [[package]] 1332 + name = "wasm-bindgen-shared" 1333 + version = "0.2.87" 1334 + source = "registry+https://github.com/rust-lang/crates.io-index" 1335 + checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1" 1336 + 1337 + [[package]] 1338 + name = "weezl" 1339 + version = "0.1.7" 1340 + source = "registry+https://github.com/rust-lang/crates.io-index" 1341 + checksum = "9193164d4de03a926d909d3bc7c30543cecb35400c02114792c2cae20d5e2dbb" 1342 + 1343 + [[package]] 1344 + name = "winapi" 1345 + version = "0.3.9" 1346 + source = "registry+https://github.com/rust-lang/crates.io-index" 1347 + checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 1348 + dependencies = [ 1349 + "winapi-i686-pc-windows-gnu", 1350 + "winapi-x86_64-pc-windows-gnu", 1351 + ] 1352 + 1353 + [[package]] 1354 + name = "winapi-i686-pc-windows-gnu" 1355 + version = "0.4.0" 1356 + source = "registry+https://github.com/rust-lang/crates.io-index" 1357 + checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 1358 + 1359 + [[package]] 1360 + name = "winapi-util" 1361 + version = "0.1.5" 1362 + source = "registry+https://github.com/rust-lang/crates.io-index" 1363 + checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" 1364 + dependencies = [ 1365 + "winapi", 1366 + ] 1367 + 1368 + [[package]] 1369 + name = "winapi-x86_64-pc-windows-gnu" 1370 + version = "0.4.0" 1371 + source = "registry+https://github.com/rust-lang/crates.io-index" 1372 + checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 1373 + 1374 + [[package]] 1375 + name = "windows" 1376 + version = "0.48.0" 1377 + source = "registry+https://github.com/rust-lang/crates.io-index" 1378 + checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f" 1379 + dependencies = [ 1380 + "windows-targets 0.48.1", 1381 + ] 1382 + 1383 + [[package]] 1384 + name = "windows-sys" 1385 + version = "0.45.0" 1386 + source = "registry+https://github.com/rust-lang/crates.io-index" 1387 + checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 1388 + dependencies = [ 1389 + "windows-targets 0.42.2", 1390 + ] 1391 + 1392 + [[package]] 1393 + name = "windows-sys" 1394 + version = "0.48.0" 1395 + source = "registry+https://github.com/rust-lang/crates.io-index" 1396 + checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 1397 + dependencies = [ 1398 + "windows-targets 0.48.1", 1399 + ] 1400 + 1401 + [[package]] 1402 + name = "windows-targets" 1403 + version = "0.42.2" 1404 + source = "registry+https://github.com/rust-lang/crates.io-index" 1405 + checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 1406 + dependencies = [ 1407 + "windows_aarch64_gnullvm 0.42.2", 1408 + "windows_aarch64_msvc 0.42.2", 1409 + "windows_i686_gnu 0.42.2", 1410 + "windows_i686_msvc 0.42.2", 1411 + "windows_x86_64_gnu 0.42.2", 1412 + "windows_x86_64_gnullvm 0.42.2", 1413 + "windows_x86_64_msvc 0.42.2", 1414 + ] 1415 + 1416 + [[package]] 1417 + name = "windows-targets" 1418 + version = "0.48.1" 1419 + source = "registry+https://github.com/rust-lang/crates.io-index" 1420 + checksum = "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f" 1421 + dependencies = [ 1422 + "windows_aarch64_gnullvm 0.48.0", 1423 + "windows_aarch64_msvc 0.48.0", 1424 + "windows_i686_gnu 0.48.0", 1425 + "windows_i686_msvc 0.48.0", 1426 + "windows_x86_64_gnu 0.48.0", 1427 + "windows_x86_64_gnullvm 0.48.0", 1428 + "windows_x86_64_msvc 0.48.0", 1429 + ] 1430 + 1431 + [[package]] 1432 + name = "windows_aarch64_gnullvm" 1433 + version = "0.42.2" 1434 + source = "registry+https://github.com/rust-lang/crates.io-index" 1435 + checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 1436 + 1437 + [[package]] 1438 + name = "windows_aarch64_gnullvm" 1439 + version = "0.48.0" 1440 + source = "registry+https://github.com/rust-lang/crates.io-index" 1441 + checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc" 1442 + 1443 + [[package]] 1444 + name = "windows_aarch64_msvc" 1445 + version = "0.42.2" 1446 + source = "registry+https://github.com/rust-lang/crates.io-index" 1447 + checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 1448 + 1449 + [[package]] 1450 + name = "windows_aarch64_msvc" 1451 + version = "0.48.0" 1452 + source = "registry+https://github.com/rust-lang/crates.io-index" 1453 + checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3" 1454 + 1455 + [[package]] 1456 + name = "windows_i686_gnu" 1457 + version = "0.42.2" 1458 + source = "registry+https://github.com/rust-lang/crates.io-index" 1459 + checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 1460 + 1461 + [[package]] 1462 + name = "windows_i686_gnu" 1463 + version = "0.48.0" 1464 + source = "registry+https://github.com/rust-lang/crates.io-index" 1465 + checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241" 1466 + 1467 + [[package]] 1468 + name = "windows_i686_msvc" 1469 + version = "0.42.2" 1470 + source = "registry+https://github.com/rust-lang/crates.io-index" 1471 + checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 1472 + 1473 + [[package]] 1474 + name = "windows_i686_msvc" 1475 + version = "0.48.0" 1476 + source = "registry+https://github.com/rust-lang/crates.io-index" 1477 + checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00" 1478 + 1479 + [[package]] 1480 + name = "windows_x86_64_gnu" 1481 + version = "0.42.2" 1482 + source = "registry+https://github.com/rust-lang/crates.io-index" 1483 + checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 1484 + 1485 + [[package]] 1486 + name = "windows_x86_64_gnu" 1487 + version = "0.48.0" 1488 + source = "registry+https://github.com/rust-lang/crates.io-index" 1489 + checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" 1490 + 1491 + [[package]] 1492 + name = "windows_x86_64_gnullvm" 1493 + version = "0.42.2" 1494 + source = "registry+https://github.com/rust-lang/crates.io-index" 1495 + checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 1496 + 1497 + [[package]] 1498 + name = "windows_x86_64_gnullvm" 1499 + version = "0.48.0" 1500 + source = "registry+https://github.com/rust-lang/crates.io-index" 1501 + checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" 1502 + 1503 + [[package]] 1504 + name = "windows_x86_64_msvc" 1505 + version = "0.42.2" 1506 + source = "registry+https://github.com/rust-lang/crates.io-index" 1507 + checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 1508 + 1509 + [[package]] 1510 + name = "windows_x86_64_msvc" 1511 + version = "0.48.0" 1512 + source = "registry+https://github.com/rust-lang/crates.io-index" 1513 + checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" 1514 + 1515 + [[package]] 1516 + name = "x11-clipboard" 1517 + version = "0.3.3" 1518 + source = "registry+https://github.com/rust-lang/crates.io-index" 1519 + checksum = "89bd49c06c9eb5d98e6ba6536cf64ac9f7ee3a009b2f53996d405b3944f6bcea" 1520 + dependencies = [ 1521 + "xcb", 1522 + ] 1523 + 1524 + [[package]] 1525 + name = "xcb" 1526 + version = "0.8.2" 1527 + source = "registry+https://github.com/rust-lang/crates.io-index" 1528 + checksum = "5e917a3f24142e9ff8be2414e36c649d47d6cc2ba81f16201cdef96e533e02de" 1529 + dependencies = [ 1530 + "libc", 1531 + "log", 1532 + ] 1533 + 1534 + [[package]] 1535 + name = "youtube-tui" 1536 + version = "0.8.0" 1537 + dependencies = [ 1538 + "chrono", 1539 + "clipboard", 1540 + "crossterm 0.26.1", 1541 + "dyn-clone", 1542 + "home", 1543 + "invidious", 1544 + "libmpv", 1545 + "ratatui", 1546 + "serde", 1547 + "serde_json", 1548 + "serde_yaml", 1549 + "tui-additions", 1550 + "typemap", 1551 + "unicode-segmentation", 1552 + "urlencoding", 1553 + "viuer", 1554 + ] 1555 + 1556 + [[package]] 1557 + name = "zune-inflate" 1558 + version = "0.2.54" 1559 + source = "registry+https://github.com/rust-lang/crates.io-index" 1560 + checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02" 1561 + dependencies = [ 1562 + "simd-adler32", 1563 + ]
+10 -4
pkgs/applications/video/youtube-tui/default.nix
··· 7 , stdenv 8 , python3 9 , libsixel 10 , CoreFoundation 11 , Security 12 , AppKit 13 - , 14 }: 15 16 rustPlatform.buildRustPackage rec { 17 pname = "youtube-tui"; 18 - version = "0.7.4"; 19 20 src = fetchFromGitHub { 21 owner = "Siriusmart"; 22 repo = pname; 23 rev = "v${version}"; 24 - hash = "sha256-UN70V+RGYlYJxCQGPH8cnQDSqpihGuwzETYEhbG6Ggo="; 25 }; 26 27 - cargoHash = "sha256-kAhxsSFIJAoKlmN7hVUoTSSHQ2G23f21rEvxcIRQ+kw="; 28 29 nativeBuildInputs = [ 30 pkg-config ··· 35 openssl 36 xorg.libxcb 37 libsixel 38 ] ++ lib.optionals stdenv.isDarwin [ 39 CoreFoundation 40 Security
··· 7 , stdenv 8 , python3 9 , libsixel 10 + , mpv 11 , CoreFoundation 12 , Security 13 , AppKit 14 }: 15 16 rustPlatform.buildRustPackage rec { 17 pname = "youtube-tui"; 18 + version = "0.8.0"; 19 20 src = fetchFromGitHub { 21 owner = "Siriusmart"; 22 repo = pname; 23 rev = "v${version}"; 24 + hash = "sha256-FOiK3yQcQuwdCEjBtRPW4iBd+8uNsvZ6l5tclHVzL+M="; 25 }; 26 27 + cargoLock = { 28 + lockFile = ./Cargo.lock; 29 + outputHashes = { 30 + "libmpv-2.0.1" = "sha256-efbXk0oXkzlIqgbP4wKm7sWlVZBT2vzDSN3iwsw2vL0="; 31 + }; 32 + }; 33 34 nativeBuildInputs = [ 35 pkg-config ··· 40 openssl 41 xorg.libxcb 42 libsixel 43 + mpv 44 ] ++ lib.optionals stdenv.isDarwin [ 45 CoreFoundation 46 Security