Merge pull request #234547 from figsoda/done

authored by

figsoda and committed by
GitHub
67de316b 3cde2ea5

+3120
+3051
pkgs/applications/misc/done/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 = "aho-corasick" 13 + version = "0.7.20" 14 + source = "registry+https://github.com/rust-lang/crates.io-index" 15 + checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac" 16 + dependencies = [ 17 + "memchr", 18 + ] 19 + 20 + [[package]] 21 + name = "android_system_properties" 22 + version = "0.1.5" 23 + source = "registry+https://github.com/rust-lang/crates.io-index" 24 + checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 25 + dependencies = [ 26 + "libc", 27 + ] 28 + 29 + [[package]] 30 + name = "anyhow" 31 + version = "1.0.70" 32 + source = "registry+https://github.com/rust-lang/crates.io-index" 33 + checksum = "7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4" 34 + 35 + [[package]] 36 + name = "arc-swap" 37 + version = "1.6.0" 38 + source = "registry+https://github.com/rust-lang/crates.io-index" 39 + checksum = "bddcadddf5e9015d310179a59bb28c4d4b9920ad0f11e8e14dbadf654890c9a6" 40 + 41 + [[package]] 42 + name = "async-trait" 43 + version = "0.1.67" 44 + source = "registry+https://github.com/rust-lang/crates.io-index" 45 + checksum = "86ea188f25f0255d8f92797797c97ebf5631fa88178beb1a46fdf5622c9a00e4" 46 + dependencies = [ 47 + "proc-macro2", 48 + "quote", 49 + "syn 2.0.5", 50 + ] 51 + 52 + [[package]] 53 + name = "autocfg" 54 + version = "1.1.0" 55 + source = "registry+https://github.com/rust-lang/crates.io-index" 56 + checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 57 + 58 + [[package]] 59 + name = "base64" 60 + version = "0.21.0" 61 + source = "registry+https://github.com/rust-lang/crates.io-index" 62 + checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a" 63 + 64 + [[package]] 65 + name = "bitflags" 66 + version = "1.3.2" 67 + source = "registry+https://github.com/rust-lang/crates.io-index" 68 + checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 69 + 70 + [[package]] 71 + name = "block" 72 + version = "0.1.6" 73 + source = "registry+https://github.com/rust-lang/crates.io-index" 74 + checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a" 75 + 76 + [[package]] 77 + name = "block-buffer" 78 + version = "0.10.4" 79 + source = "registry+https://github.com/rust-lang/crates.io-index" 80 + checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 81 + dependencies = [ 82 + "generic-array", 83 + ] 84 + 85 + [[package]] 86 + name = "bumpalo" 87 + version = "3.12.0" 88 + source = "registry+https://github.com/rust-lang/crates.io-index" 89 + checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535" 90 + 91 + [[package]] 92 + name = "byteorder" 93 + version = "1.4.3" 94 + source = "registry+https://github.com/rust-lang/crates.io-index" 95 + checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" 96 + 97 + [[package]] 98 + name = "bytes" 99 + version = "1.4.0" 100 + source = "registry+https://github.com/rust-lang/crates.io-index" 101 + checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be" 102 + 103 + [[package]] 104 + name = "cairo-rs" 105 + version = "0.17.0" 106 + source = "registry+https://github.com/rust-lang/crates.io-index" 107 + checksum = "a8af54f5d48af1226928adc1f57edd22f5df1349e7da1fc96ae15cf43db0e871" 108 + dependencies = [ 109 + "bitflags", 110 + "cairo-sys-rs", 111 + "glib 0.17.5", 112 + "libc", 113 + "once_cell", 114 + "thiserror", 115 + ] 116 + 117 + [[package]] 118 + name = "cairo-sys-rs" 119 + version = "0.17.0" 120 + source = "registry+https://github.com/rust-lang/crates.io-index" 121 + checksum = "f55382a01d30e5e53f185eee269124f5e21ab526595b872751278dfbb463594e" 122 + dependencies = [ 123 + "glib-sys 0.17.4", 124 + "libc", 125 + "system-deps", 126 + ] 127 + 128 + [[package]] 129 + name = "cc" 130 + version = "1.0.79" 131 + source = "registry+https://github.com/rust-lang/crates.io-index" 132 + checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" 133 + 134 + [[package]] 135 + name = "cfg-expr" 136 + version = "0.11.0" 137 + source = "registry+https://github.com/rust-lang/crates.io-index" 138 + checksum = "b0357a6402b295ca3a86bc148e84df46c02e41f41fef186bda662557ef6328aa" 139 + dependencies = [ 140 + "smallvec", 141 + ] 142 + 143 + [[package]] 144 + name = "cfg-if" 145 + version = "1.0.0" 146 + source = "registry+https://github.com/rust-lang/crates.io-index" 147 + checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 148 + 149 + [[package]] 150 + name = "chrono" 151 + version = "0.4.24" 152 + source = "registry+https://github.com/rust-lang/crates.io-index" 153 + checksum = "4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b" 154 + dependencies = [ 155 + "iana-time-zone", 156 + "js-sys", 157 + "num-integer", 158 + "num-traits", 159 + "serde", 160 + "time", 161 + "wasm-bindgen", 162 + "winapi", 163 + ] 164 + 165 + [[package]] 166 + name = "codespan-reporting" 167 + version = "0.11.1" 168 + source = "registry+https://github.com/rust-lang/crates.io-index" 169 + checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" 170 + dependencies = [ 171 + "termcolor", 172 + "unicode-width", 173 + ] 174 + 175 + [[package]] 176 + name = "core-foundation" 177 + version = "0.9.3" 178 + source = "registry+https://github.com/rust-lang/crates.io-index" 179 + checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146" 180 + dependencies = [ 181 + "core-foundation-sys", 182 + "libc", 183 + ] 184 + 185 + [[package]] 186 + name = "core-foundation-sys" 187 + version = "0.8.3" 188 + source = "registry+https://github.com/rust-lang/crates.io-index" 189 + checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc" 190 + 191 + [[package]] 192 + name = "cpufeatures" 193 + version = "0.2.5" 194 + source = "registry+https://github.com/rust-lang/crates.io-index" 195 + checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320" 196 + dependencies = [ 197 + "libc", 198 + ] 199 + 200 + [[package]] 201 + name = "crc32fast" 202 + version = "1.3.2" 203 + source = "registry+https://github.com/rust-lang/crates.io-index" 204 + checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" 205 + dependencies = [ 206 + "cfg-if", 207 + ] 208 + 209 + [[package]] 210 + name = "crossbeam-channel" 211 + version = "0.5.7" 212 + source = "registry+https://github.com/rust-lang/crates.io-index" 213 + checksum = "cf2b3e8478797446514c91ef04bafcb59faba183e621ad488df88983cc14128c" 214 + dependencies = [ 215 + "cfg-if", 216 + "crossbeam-utils", 217 + ] 218 + 219 + [[package]] 220 + name = "crossbeam-deque" 221 + version = "0.8.3" 222 + source = "registry+https://github.com/rust-lang/crates.io-index" 223 + checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef" 224 + dependencies = [ 225 + "cfg-if", 226 + "crossbeam-epoch", 227 + "crossbeam-utils", 228 + ] 229 + 230 + [[package]] 231 + name = "crossbeam-epoch" 232 + version = "0.9.14" 233 + source = "registry+https://github.com/rust-lang/crates.io-index" 234 + checksum = "46bd5f3f85273295a9d14aedfb86f6aadbff6d8f5295c4a9edb08e819dcf5695" 235 + dependencies = [ 236 + "autocfg", 237 + "cfg-if", 238 + "crossbeam-utils", 239 + "memoffset", 240 + "scopeguard", 241 + ] 242 + 243 + [[package]] 244 + name = "crossbeam-utils" 245 + version = "0.8.15" 246 + source = "registry+https://github.com/rust-lang/crates.io-index" 247 + checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b" 248 + dependencies = [ 249 + "cfg-if", 250 + ] 251 + 252 + [[package]] 253 + name = "crypto-common" 254 + version = "0.1.6" 255 + source = "registry+https://github.com/rust-lang/crates.io-index" 256 + checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 257 + dependencies = [ 258 + "generic-array", 259 + "typenum", 260 + ] 261 + 262 + [[package]] 263 + name = "cxx" 264 + version = "1.0.93" 265 + source = "registry+https://github.com/rust-lang/crates.io-index" 266 + checksum = "a9c00419335c41018365ddf7e4d5f1c12ee3659ddcf3e01974650ba1de73d038" 267 + dependencies = [ 268 + "cc", 269 + "cxxbridge-flags", 270 + "cxxbridge-macro", 271 + "link-cplusplus", 272 + ] 273 + 274 + [[package]] 275 + name = "cxx-build" 276 + version = "1.0.93" 277 + source = "registry+https://github.com/rust-lang/crates.io-index" 278 + checksum = "fb8307ad413a98fff033c8545ecf133e3257747b3bae935e7602aab8aa92d4ca" 279 + dependencies = [ 280 + "cc", 281 + "codespan-reporting", 282 + "once_cell", 283 + "proc-macro2", 284 + "quote", 285 + "scratch", 286 + "syn 2.0.5", 287 + ] 288 + 289 + [[package]] 290 + name = "cxxbridge-flags" 291 + version = "1.0.93" 292 + source = "registry+https://github.com/rust-lang/crates.io-index" 293 + checksum = "edc52e2eb08915cb12596d29d55f0b5384f00d697a646dbd269b6ecb0fbd9d31" 294 + 295 + [[package]] 296 + name = "cxxbridge-macro" 297 + version = "1.0.93" 298 + source = "registry+https://github.com/rust-lang/crates.io-index" 299 + checksum = "631569015d0d8d54e6c241733f944042623ab6df7bc3be7466874b05fcdb1c5f" 300 + dependencies = [ 301 + "proc-macro2", 302 + "quote", 303 + "syn 2.0.5", 304 + ] 305 + 306 + [[package]] 307 + name = "dashmap" 308 + version = "5.4.0" 309 + source = "registry+https://github.com/rust-lang/crates.io-index" 310 + checksum = "907076dfda823b0b36d2a1bb5f90c96660a5bbcd7729e10727f07858f22c4edc" 311 + dependencies = [ 312 + "cfg-if", 313 + "hashbrown", 314 + "lock_api", 315 + "once_cell", 316 + "parking_lot_core", 317 + ] 318 + 319 + [[package]] 320 + name = "derive-new" 321 + version = "0.5.9" 322 + source = "registry+https://github.com/rust-lang/crates.io-index" 323 + checksum = "3418329ca0ad70234b9735dc4ceed10af4df60eff9c8e7b06cb5e520d92c3535" 324 + dependencies = [ 325 + "proc-macro2", 326 + "quote", 327 + "syn 1.0.109", 328 + ] 329 + 330 + [[package]] 331 + name = "diesel" 332 + version = "2.0.4" 333 + source = "registry+https://github.com/rust-lang/crates.io-index" 334 + checksum = "72eb77396836a4505da85bae0712fa324b74acfe1876d7c2f7e694ef3d0ee373" 335 + dependencies = [ 336 + "chrono", 337 + "diesel_derives", 338 + "libsqlite3-sys", 339 + ] 340 + 341 + [[package]] 342 + name = "diesel_derives" 343 + version = "2.0.2" 344 + source = "registry+https://github.com/rust-lang/crates.io-index" 345 + checksum = "0ad74fdcf086be3d4fdd142f67937678fe60ed431c3b2f08599e7687269410c4" 346 + dependencies = [ 347 + "proc-macro-error", 348 + "proc-macro2", 349 + "quote", 350 + "syn 1.0.109", 351 + ] 352 + 353 + [[package]] 354 + name = "diesel_migrations" 355 + version = "2.0.0" 356 + source = "registry+https://github.com/rust-lang/crates.io-index" 357 + checksum = "e9ae22beef5e9d6fab9225ddb073c1c6c1a7a6ded5019d5da11d1e5c5adc34e2" 358 + dependencies = [ 359 + "diesel", 360 + "migrations_internals", 361 + "migrations_macros", 362 + ] 363 + 364 + [[package]] 365 + name = "digest" 366 + version = "0.10.6" 367 + source = "registry+https://github.com/rust-lang/crates.io-index" 368 + checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f" 369 + dependencies = [ 370 + "block-buffer", 371 + "crypto-common", 372 + ] 373 + 374 + [[package]] 375 + name = "directories" 376 + version = "4.0.1" 377 + source = "git+https://github.com/edfloreshz/directories-rs#6a6d83d853a35ee3273034215c4defaf61286fe5" 378 + dependencies = [ 379 + "anyhow", 380 + "dirs-sys", 381 + ] 382 + 383 + [[package]] 384 + name = "dirs" 385 + version = "4.0.0" 386 + source = "registry+https://github.com/rust-lang/crates.io-index" 387 + checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059" 388 + dependencies = [ 389 + "dirs-sys", 390 + ] 391 + 392 + [[package]] 393 + name = "dirs-sys" 394 + version = "0.3.7" 395 + source = "registry+https://github.com/rust-lang/crates.io-index" 396 + checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6" 397 + dependencies = [ 398 + "libc", 399 + "redox_users", 400 + "winapi", 401 + ] 402 + 403 + [[package]] 404 + name = "displaydoc" 405 + version = "0.2.3" 406 + source = "registry+https://github.com/rust-lang/crates.io-index" 407 + checksum = "3bf95dc3f046b9da4f2d51833c0d3547d8564ef6910f5c1ed130306a75b92886" 408 + dependencies = [ 409 + "proc-macro2", 410 + "quote", 411 + "syn 1.0.109", 412 + ] 413 + 414 + [[package]] 415 + name = "done" 416 + version = "0.1.7" 417 + dependencies = [ 418 + "anyhow", 419 + "chrono", 420 + "derive-new", 421 + "directories", 422 + "done_local_storage", 423 + "gettext-rs", 424 + "glib 0.16.7", 425 + "glib-build-tools", 426 + "i18n-embed", 427 + "i18n-embed-fl", 428 + "libset", 429 + "once_cell", 430 + "relm4", 431 + "relm4-icons", 432 + "reqwest", 433 + "rust-embed", 434 + "serde", 435 + "serde_json", 436 + "strum", 437 + "strum_macros", 438 + "sysinfo", 439 + "tokio", 440 + "tracing", 441 + "tracing-subscriber", 442 + ] 443 + 444 + [[package]] 445 + name = "done_local_storage" 446 + version = "0.1.0" 447 + dependencies = [ 448 + "anyhow", 449 + "chrono", 450 + "diesel", 451 + "diesel_migrations", 452 + "libset", 453 + "serde", 454 + "serde_json", 455 + "tokio", 456 + "tokio-stream", 457 + "tracing", 458 + "tracing-subscriber", 459 + "uuid", 460 + ] 461 + 462 + [[package]] 463 + name = "dyn-clone" 464 + version = "1.0.11" 465 + source = "registry+https://github.com/rust-lang/crates.io-index" 466 + checksum = "68b0cf012f1230e43cd00ebb729c6bb58707ecfa8ad08b52ef3a4ccd2697fc30" 467 + 468 + [[package]] 469 + name = "either" 470 + version = "1.8.1" 471 + source = "registry+https://github.com/rust-lang/crates.io-index" 472 + checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91" 473 + 474 + [[package]] 475 + name = "encoding_rs" 476 + version = "0.8.32" 477 + source = "registry+https://github.com/rust-lang/crates.io-index" 478 + checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394" 479 + dependencies = [ 480 + "cfg-if", 481 + ] 482 + 483 + [[package]] 484 + name = "erased-serde" 485 + version = "0.3.25" 486 + source = "registry+https://github.com/rust-lang/crates.io-index" 487 + checksum = "4f2b0c2380453a92ea8b6c8e5f64ecaafccddde8ceab55ff7a8ac1029f894569" 488 + dependencies = [ 489 + "serde", 490 + ] 491 + 492 + [[package]] 493 + name = "errno" 494 + version = "0.2.8" 495 + source = "registry+https://github.com/rust-lang/crates.io-index" 496 + checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1" 497 + dependencies = [ 498 + "errno-dragonfly", 499 + "libc", 500 + "winapi", 501 + ] 502 + 503 + [[package]] 504 + name = "errno-dragonfly" 505 + version = "0.1.2" 506 + source = "registry+https://github.com/rust-lang/crates.io-index" 507 + checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" 508 + dependencies = [ 509 + "cc", 510 + "libc", 511 + ] 512 + 513 + [[package]] 514 + name = "fastrand" 515 + version = "1.9.0" 516 + source = "registry+https://github.com/rust-lang/crates.io-index" 517 + checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" 518 + dependencies = [ 519 + "instant", 520 + ] 521 + 522 + [[package]] 523 + name = "field-offset" 524 + version = "0.3.5" 525 + source = "registry+https://github.com/rust-lang/crates.io-index" 526 + checksum = "a3cf3a800ff6e860c863ca6d4b16fd999db8b752819c1606884047b73e468535" 527 + dependencies = [ 528 + "memoffset", 529 + "rustc_version", 530 + ] 531 + 532 + [[package]] 533 + name = "find-crate" 534 + version = "0.6.3" 535 + source = "registry+https://github.com/rust-lang/crates.io-index" 536 + checksum = "59a98bbaacea1c0eb6a0876280051b892eb73594fd90cf3b20e9c817029c57d2" 537 + dependencies = [ 538 + "toml", 539 + ] 540 + 541 + [[package]] 542 + name = "flate2" 543 + version = "1.0.25" 544 + source = "registry+https://github.com/rust-lang/crates.io-index" 545 + checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841" 546 + dependencies = [ 547 + "crc32fast", 548 + "miniz_oxide", 549 + ] 550 + 551 + [[package]] 552 + name = "fluent" 553 + version = "0.16.0" 554 + source = "registry+https://github.com/rust-lang/crates.io-index" 555 + checksum = "61f69378194459db76abd2ce3952b790db103ceb003008d3d50d97c41ff847a7" 556 + dependencies = [ 557 + "fluent-bundle", 558 + "unic-langid", 559 + ] 560 + 561 + [[package]] 562 + name = "fluent-bundle" 563 + version = "0.15.2" 564 + source = "registry+https://github.com/rust-lang/crates.io-index" 565 + checksum = "e242c601dec9711505f6d5bbff5bedd4b61b2469f2e8bb8e57ee7c9747a87ffd" 566 + dependencies = [ 567 + "fluent-langneg", 568 + "fluent-syntax", 569 + "intl-memoizer", 570 + "intl_pluralrules", 571 + "rustc-hash", 572 + "self_cell", 573 + "smallvec", 574 + "unic-langid", 575 + ] 576 + 577 + [[package]] 578 + name = "fluent-langneg" 579 + version = "0.13.0" 580 + source = "registry+https://github.com/rust-lang/crates.io-index" 581 + checksum = "2c4ad0989667548f06ccd0e306ed56b61bd4d35458d54df5ec7587c0e8ed5e94" 582 + dependencies = [ 583 + "unic-langid", 584 + ] 585 + 586 + [[package]] 587 + name = "fluent-syntax" 588 + version = "0.11.0" 589 + source = "registry+https://github.com/rust-lang/crates.io-index" 590 + checksum = "c0abed97648395c902868fee9026de96483933faa54ea3b40d652f7dfe61ca78" 591 + dependencies = [ 592 + "thiserror", 593 + ] 594 + 595 + [[package]] 596 + name = "flume" 597 + version = "0.10.14" 598 + source = "registry+https://github.com/rust-lang/crates.io-index" 599 + checksum = "1657b4441c3403d9f7b3409e47575237dac27b1b5726df654a6ecbf92f0f7577" 600 + dependencies = [ 601 + "futures-core", 602 + "futures-sink", 603 + "nanorand", 604 + "pin-project", 605 + "spin", 606 + ] 607 + 608 + [[package]] 609 + name = "fnv" 610 + version = "1.0.7" 611 + source = "registry+https://github.com/rust-lang/crates.io-index" 612 + checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 613 + 614 + [[package]] 615 + name = "foreign-types" 616 + version = "0.3.2" 617 + source = "registry+https://github.com/rust-lang/crates.io-index" 618 + checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 619 + dependencies = [ 620 + "foreign-types-shared", 621 + ] 622 + 623 + [[package]] 624 + name = "foreign-types-shared" 625 + version = "0.1.1" 626 + source = "registry+https://github.com/rust-lang/crates.io-index" 627 + checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 628 + 629 + [[package]] 630 + name = "form_urlencoded" 631 + version = "1.1.0" 632 + source = "registry+https://github.com/rust-lang/crates.io-index" 633 + checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8" 634 + dependencies = [ 635 + "percent-encoding", 636 + ] 637 + 638 + [[package]] 639 + name = "fragile" 640 + version = "2.0.0" 641 + source = "registry+https://github.com/rust-lang/crates.io-index" 642 + checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" 643 + 644 + [[package]] 645 + name = "futures" 646 + version = "0.3.27" 647 + source = "registry+https://github.com/rust-lang/crates.io-index" 648 + checksum = "531ac96c6ff5fd7c62263c5e3c67a603af4fcaee2e1a0ae5565ba3a11e69e549" 649 + dependencies = [ 650 + "futures-channel", 651 + "futures-core", 652 + "futures-executor", 653 + "futures-io", 654 + "futures-sink", 655 + "futures-task", 656 + "futures-util", 657 + ] 658 + 659 + [[package]] 660 + name = "futures-channel" 661 + version = "0.3.27" 662 + source = "registry+https://github.com/rust-lang/crates.io-index" 663 + checksum = "164713a5a0dcc3e7b4b1ed7d3b433cabc18025386f9339346e8daf15963cf7ac" 664 + dependencies = [ 665 + "futures-core", 666 + "futures-sink", 667 + ] 668 + 669 + [[package]] 670 + name = "futures-core" 671 + version = "0.3.27" 672 + source = "registry+https://github.com/rust-lang/crates.io-index" 673 + checksum = "86d7a0c1aa76363dac491de0ee99faf6941128376f1cf96f07db7603b7de69dd" 674 + 675 + [[package]] 676 + name = "futures-executor" 677 + version = "0.3.27" 678 + source = "registry+https://github.com/rust-lang/crates.io-index" 679 + checksum = "1997dd9df74cdac935c76252744c1ed5794fac083242ea4fe77ef3ed60ba0f83" 680 + dependencies = [ 681 + "futures-core", 682 + "futures-task", 683 + "futures-util", 684 + ] 685 + 686 + [[package]] 687 + name = "futures-io" 688 + version = "0.3.27" 689 + source = "registry+https://github.com/rust-lang/crates.io-index" 690 + checksum = "89d422fa3cbe3b40dca574ab087abb5bc98258ea57eea3fd6f1fa7162c778b91" 691 + 692 + [[package]] 693 + name = "futures-macro" 694 + version = "0.3.27" 695 + source = "registry+https://github.com/rust-lang/crates.io-index" 696 + checksum = "3eb14ed937631bd8b8b8977f2c198443447a8355b6e3ca599f38c975e5a963b6" 697 + dependencies = [ 698 + "proc-macro2", 699 + "quote", 700 + "syn 1.0.109", 701 + ] 702 + 703 + [[package]] 704 + name = "futures-sink" 705 + version = "0.3.27" 706 + source = "registry+https://github.com/rust-lang/crates.io-index" 707 + checksum = "ec93083a4aecafb2a80a885c9de1f0ccae9dbd32c2bb54b0c3a65690e0b8d2f2" 708 + 709 + [[package]] 710 + name = "futures-task" 711 + version = "0.3.27" 712 + source = "registry+https://github.com/rust-lang/crates.io-index" 713 + checksum = "fd65540d33b37b16542a0438c12e6aeead10d4ac5d05bd3f805b8f35ab592879" 714 + 715 + [[package]] 716 + name = "futures-util" 717 + version = "0.3.27" 718 + source = "registry+https://github.com/rust-lang/crates.io-index" 719 + checksum = "3ef6b17e481503ec85211fed8f39d1970f128935ca1f814cd32ac4a6842e84ab" 720 + dependencies = [ 721 + "futures-channel", 722 + "futures-core", 723 + "futures-io", 724 + "futures-macro", 725 + "futures-sink", 726 + "futures-task", 727 + "memchr", 728 + "pin-project-lite", 729 + "pin-utils", 730 + "slab", 731 + ] 732 + 733 + [[package]] 734 + name = "gdk-pixbuf" 735 + version = "0.17.0" 736 + source = "registry+https://github.com/rust-lang/crates.io-index" 737 + checksum = "b023fbe0c6b407bd3d9805d107d9800da3829dc5a676653210f1d5f16d7f59bf" 738 + dependencies = [ 739 + "bitflags", 740 + "gdk-pixbuf-sys", 741 + "gio", 742 + "glib 0.17.5", 743 + "libc", 744 + "once_cell", 745 + ] 746 + 747 + [[package]] 748 + name = "gdk-pixbuf-sys" 749 + version = "0.17.0" 750 + source = "registry+https://github.com/rust-lang/crates.io-index" 751 + checksum = "7b41bd2b44ed49d99277d3925652a163038bd5ed943ec9809338ffb2f4391e3b" 752 + dependencies = [ 753 + "gio-sys 0.17.4", 754 + "glib-sys 0.17.4", 755 + "gobject-sys 0.17.4", 756 + "libc", 757 + "system-deps", 758 + ] 759 + 760 + [[package]] 761 + name = "gdk4" 762 + version = "0.6.3" 763 + source = "registry+https://github.com/rust-lang/crates.io-index" 764 + checksum = "c3abf96408a26e3eddf881a7f893a1e111767137136e347745e8ea6ed12731ff" 765 + dependencies = [ 766 + "bitflags", 767 + "cairo-rs", 768 + "gdk-pixbuf", 769 + "gdk4-sys", 770 + "gio", 771 + "glib 0.17.5", 772 + "libc", 773 + "pango", 774 + ] 775 + 776 + [[package]] 777 + name = "gdk4-sys" 778 + version = "0.6.3" 779 + source = "registry+https://github.com/rust-lang/crates.io-index" 780 + checksum = "1bc92aa1608c089c49393d014c38ac0390d01e4841e1fedaa75dbcef77aaed64" 781 + dependencies = [ 782 + "cairo-sys-rs", 783 + "gdk-pixbuf-sys", 784 + "gio-sys 0.17.4", 785 + "glib-sys 0.17.4", 786 + "gobject-sys 0.17.4", 787 + "libc", 788 + "pango-sys", 789 + "pkg-config", 790 + "system-deps", 791 + ] 792 + 793 + [[package]] 794 + name = "generic-array" 795 + version = "0.14.6" 796 + source = "registry+https://github.com/rust-lang/crates.io-index" 797 + checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9" 798 + dependencies = [ 799 + "typenum", 800 + "version_check", 801 + ] 802 + 803 + [[package]] 804 + name = "getrandom" 805 + version = "0.2.8" 806 + source = "registry+https://github.com/rust-lang/crates.io-index" 807 + checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31" 808 + dependencies = [ 809 + "cfg-if", 810 + "js-sys", 811 + "libc", 812 + "wasi 0.11.0+wasi-snapshot-preview1", 813 + "wasm-bindgen", 814 + ] 815 + 816 + [[package]] 817 + name = "gettext-rs" 818 + version = "0.7.0" 819 + source = "registry+https://github.com/rust-lang/crates.io-index" 820 + checksum = "e49ea8a8fad198aaa1f9655a2524b64b70eb06b2f3ff37da407566c93054f364" 821 + dependencies = [ 822 + "gettext-sys", 823 + "locale_config", 824 + ] 825 + 826 + [[package]] 827 + name = "gettext-sys" 828 + version = "0.21.3" 829 + source = "registry+https://github.com/rust-lang/crates.io-index" 830 + checksum = "c63ce2e00f56a206778276704bbe38564c8695249fdc8f354b4ef71c57c3839d" 831 + dependencies = [ 832 + "cc", 833 + "temp-dir", 834 + ] 835 + 836 + [[package]] 837 + name = "gio" 838 + version = "0.17.4" 839 + source = "registry+https://github.com/rust-lang/crates.io-index" 840 + checksum = "2261a3b4e922ec676d1c27ac466218c38cf5dcb49a759129e54bb5046e442125" 841 + dependencies = [ 842 + "bitflags", 843 + "futures-channel", 844 + "futures-core", 845 + "futures-io", 846 + "futures-util", 847 + "gio-sys 0.17.4", 848 + "glib 0.17.5", 849 + "libc", 850 + "once_cell", 851 + "pin-project-lite", 852 + "smallvec", 853 + "thiserror", 854 + ] 855 + 856 + [[package]] 857 + name = "gio-sys" 858 + version = "0.16.3" 859 + source = "registry+https://github.com/rust-lang/crates.io-index" 860 + checksum = "e9b693b8e39d042a95547fc258a7b07349b1f0b48f4b2fa3108ba3c51c0b5229" 861 + dependencies = [ 862 + "glib-sys 0.16.3", 863 + "gobject-sys 0.16.3", 864 + "libc", 865 + "system-deps", 866 + "winapi", 867 + ] 868 + 869 + [[package]] 870 + name = "gio-sys" 871 + version = "0.17.4" 872 + source = "registry+https://github.com/rust-lang/crates.io-index" 873 + checksum = "6b1d43b0d7968b48455244ecafe41192871257f5740aa6b095eb19db78e362a5" 874 + dependencies = [ 875 + "glib-sys 0.17.4", 876 + "gobject-sys 0.17.4", 877 + "libc", 878 + "system-deps", 879 + "winapi", 880 + ] 881 + 882 + [[package]] 883 + name = "glib" 884 + version = "0.16.7" 885 + source = "registry+https://github.com/rust-lang/crates.io-index" 886 + checksum = "ddd4df61a866ed7259d6189b8bcb1464989a77f1d85d25d002279bbe9dd38b2f" 887 + dependencies = [ 888 + "bitflags", 889 + "futures-channel", 890 + "futures-core", 891 + "futures-executor", 892 + "futures-task", 893 + "futures-util", 894 + "gio-sys 0.16.3", 895 + "glib-macros 0.16.3", 896 + "glib-sys 0.16.3", 897 + "gobject-sys 0.16.3", 898 + "libc", 899 + "once_cell", 900 + "smallvec", 901 + "thiserror", 902 + ] 903 + 904 + [[package]] 905 + name = "glib" 906 + version = "0.17.5" 907 + source = "registry+https://github.com/rust-lang/crates.io-index" 908 + checksum = "cfb53061756195d76969292c2d2e329e01259276524a9bae6c9b73af62854773" 909 + dependencies = [ 910 + "bitflags", 911 + "futures-channel", 912 + "futures-core", 913 + "futures-executor", 914 + "futures-task", 915 + "futures-util", 916 + "gio-sys 0.17.4", 917 + "glib-macros 0.17.5", 918 + "glib-sys 0.17.4", 919 + "gobject-sys 0.17.4", 920 + "libc", 921 + "memchr", 922 + "once_cell", 923 + "smallvec", 924 + "thiserror", 925 + ] 926 + 927 + [[package]] 928 + name = "glib-build-tools" 929 + version = "0.16.3" 930 + source = "registry+https://github.com/rust-lang/crates.io-index" 931 + checksum = "251935cb159350458a627642b0852a7fb8e027e3c5916dc2cebcd70f025de3fc" 932 + 933 + [[package]] 934 + name = "glib-macros" 935 + version = "0.16.3" 936 + source = "registry+https://github.com/rust-lang/crates.io-index" 937 + checksum = "e084807350b01348b6d9dbabb724d1a0bb987f47a2c85de200e98e12e30733bf" 938 + dependencies = [ 939 + "anyhow", 940 + "heck", 941 + "proc-macro-crate", 942 + "proc-macro-error", 943 + "proc-macro2", 944 + "quote", 945 + "syn 1.0.109", 946 + ] 947 + 948 + [[package]] 949 + name = "glib-macros" 950 + version = "0.17.5" 951 + source = "registry+https://github.com/rust-lang/crates.io-index" 952 + checksum = "454924cafe58d9174dc32972261fe271d6cd3c10f5e9ff505522a28dcf601a40" 953 + dependencies = [ 954 + "anyhow", 955 + "heck", 956 + "proc-macro-crate", 957 + "proc-macro-error", 958 + "proc-macro2", 959 + "quote", 960 + "syn 1.0.109", 961 + ] 962 + 963 + [[package]] 964 + name = "glib-sys" 965 + version = "0.16.3" 966 + source = "registry+https://github.com/rust-lang/crates.io-index" 967 + checksum = "c61a4f46316d06bfa33a7ac22df6f0524c8be58e3db2d9ca99ccb1f357b62a65" 968 + dependencies = [ 969 + "libc", 970 + "system-deps", 971 + ] 972 + 973 + [[package]] 974 + name = "glib-sys" 975 + version = "0.17.4" 976 + source = "registry+https://github.com/rust-lang/crates.io-index" 977 + checksum = "49f00ad0a1bf548e61adfff15d83430941d9e1bb620e334f779edd1c745680a5" 978 + dependencies = [ 979 + "libc", 980 + "system-deps", 981 + ] 982 + 983 + [[package]] 984 + name = "gobject-sys" 985 + version = "0.16.3" 986 + source = "registry+https://github.com/rust-lang/crates.io-index" 987 + checksum = "3520bb9c07ae2a12c7f2fbb24d4efc11231c8146a86956413fb1a79bb760a0f1" 988 + dependencies = [ 989 + "glib-sys 0.16.3", 990 + "libc", 991 + "system-deps", 992 + ] 993 + 994 + [[package]] 995 + name = "gobject-sys" 996 + version = "0.17.4" 997 + source = "registry+https://github.com/rust-lang/crates.io-index" 998 + checksum = "15e75b0000a64632b2d8ca3cf856af9308e3a970844f6e9659bd197f026793d0" 999 + dependencies = [ 1000 + "glib-sys 0.17.4", 1001 + "libc", 1002 + "system-deps", 1003 + ] 1004 + 1005 + [[package]] 1006 + name = "graphene-rs" 1007 + version = "0.17.1" 1008 + source = "registry+https://github.com/rust-lang/crates.io-index" 1009 + checksum = "21cf11565bb0e4dfc2f99d4775b6c329f0d40a2cff9c0066214d31a0e1b46256" 1010 + dependencies = [ 1011 + "glib 0.17.5", 1012 + "graphene-sys", 1013 + "libc", 1014 + ] 1015 + 1016 + [[package]] 1017 + name = "graphene-sys" 1018 + version = "0.17.0" 1019 + source = "registry+https://github.com/rust-lang/crates.io-index" 1020 + checksum = "cf80a4849a8d9565410a8fec6fc3678e9c617f4ac7be182ca55ab75016e07af9" 1021 + dependencies = [ 1022 + "glib-sys 0.17.4", 1023 + "libc", 1024 + "pkg-config", 1025 + "system-deps", 1026 + ] 1027 + 1028 + [[package]] 1029 + name = "gsk4" 1030 + version = "0.6.3" 1031 + source = "registry+https://github.com/rust-lang/crates.io-index" 1032 + checksum = "6f01ef44fa7cac15e2da9978529383e6bee03e570ba5bf7036b4c10a15cc3a3c" 1033 + dependencies = [ 1034 + "bitflags", 1035 + "cairo-rs", 1036 + "gdk4", 1037 + "glib 0.17.5", 1038 + "graphene-rs", 1039 + "gsk4-sys", 1040 + "libc", 1041 + "pango", 1042 + ] 1043 + 1044 + [[package]] 1045 + name = "gsk4-sys" 1046 + version = "0.6.3" 1047 + source = "registry+https://github.com/rust-lang/crates.io-index" 1048 + checksum = "c07a84fb4dcf1323d29435aa85e2f5f58bef564342bef06775ec7bd0da1f01b0" 1049 + dependencies = [ 1050 + "cairo-sys-rs", 1051 + "gdk4-sys", 1052 + "glib-sys 0.17.4", 1053 + "gobject-sys 0.17.4", 1054 + "graphene-sys", 1055 + "libc", 1056 + "pango-sys", 1057 + "system-deps", 1058 + ] 1059 + 1060 + [[package]] 1061 + name = "gtk4" 1062 + version = "0.6.4" 1063 + source = "registry+https://github.com/rust-lang/crates.io-index" 1064 + checksum = "1e30e124b5a605f6f5513db13958bfcd51d746607b20bc7bb718b33e303274ed" 1065 + dependencies = [ 1066 + "bitflags", 1067 + "cairo-rs", 1068 + "field-offset", 1069 + "futures-channel", 1070 + "gdk-pixbuf", 1071 + "gdk4", 1072 + "gio", 1073 + "glib 0.17.5", 1074 + "graphene-rs", 1075 + "gsk4", 1076 + "gtk4-macros", 1077 + "gtk4-sys", 1078 + "libc", 1079 + "once_cell", 1080 + "pango", 1081 + ] 1082 + 1083 + [[package]] 1084 + name = "gtk4-macros" 1085 + version = "0.6.3" 1086 + source = "registry+https://github.com/rust-lang/crates.io-index" 1087 + checksum = "30e21acdeb9a02b8cba83e65afbb8aa45f977785e50f1113407024c6b6256988" 1088 + dependencies = [ 1089 + "anyhow", 1090 + "proc-macro-crate", 1091 + "proc-macro-error", 1092 + "proc-macro2", 1093 + "quote", 1094 + "syn 1.0.109", 1095 + ] 1096 + 1097 + [[package]] 1098 + name = "gtk4-sys" 1099 + version = "0.6.3" 1100 + source = "registry+https://github.com/rust-lang/crates.io-index" 1101 + checksum = "5f8283f707b07e019e76c7f2934bdd4180c277e08aa93f4c0d8dd07b7a34e22f" 1102 + dependencies = [ 1103 + "cairo-sys-rs", 1104 + "gdk-pixbuf-sys", 1105 + "gdk4-sys", 1106 + "gio-sys 0.17.4", 1107 + "glib-sys 0.17.4", 1108 + "gobject-sys 0.17.4", 1109 + "graphene-sys", 1110 + "gsk4-sys", 1111 + "libc", 1112 + "pango-sys", 1113 + "system-deps", 1114 + ] 1115 + 1116 + [[package]] 1117 + name = "gvdb" 1118 + version = "0.4.0" 1119 + source = "registry+https://github.com/rust-lang/crates.io-index" 1120 + checksum = "d6fc5915836ff1779eb9455810dad729811334b1026d4316eaf89c3a415e32ea" 1121 + dependencies = [ 1122 + "byteorder", 1123 + "flate2", 1124 + "lazy_static", 1125 + "memmap2", 1126 + "quick-xml", 1127 + "safe-transmute", 1128 + "serde", 1129 + "serde_json", 1130 + "walkdir", 1131 + "zvariant", 1132 + ] 1133 + 1134 + [[package]] 1135 + name = "h2" 1136 + version = "0.3.16" 1137 + source = "registry+https://github.com/rust-lang/crates.io-index" 1138 + checksum = "5be7b54589b581f624f566bf5d8eb2bab1db736c51528720b6bd36b96b55924d" 1139 + dependencies = [ 1140 + "bytes", 1141 + "fnv", 1142 + "futures-core", 1143 + "futures-sink", 1144 + "futures-util", 1145 + "http", 1146 + "indexmap", 1147 + "slab", 1148 + "tokio", 1149 + "tokio-util", 1150 + "tracing", 1151 + ] 1152 + 1153 + [[package]] 1154 + name = "hashbrown" 1155 + version = "0.12.3" 1156 + source = "registry+https://github.com/rust-lang/crates.io-index" 1157 + checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 1158 + 1159 + [[package]] 1160 + name = "heck" 1161 + version = "0.4.1" 1162 + source = "registry+https://github.com/rust-lang/crates.io-index" 1163 + checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 1164 + 1165 + [[package]] 1166 + name = "hermit-abi" 1167 + version = "0.2.6" 1168 + source = "registry+https://github.com/rust-lang/crates.io-index" 1169 + checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7" 1170 + dependencies = [ 1171 + "libc", 1172 + ] 1173 + 1174 + [[package]] 1175 + name = "hermit-abi" 1176 + version = "0.3.1" 1177 + source = "registry+https://github.com/rust-lang/crates.io-index" 1178 + checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" 1179 + 1180 + [[package]] 1181 + name = "http" 1182 + version = "0.2.9" 1183 + source = "registry+https://github.com/rust-lang/crates.io-index" 1184 + checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482" 1185 + dependencies = [ 1186 + "bytes", 1187 + "fnv", 1188 + "itoa", 1189 + ] 1190 + 1191 + [[package]] 1192 + name = "http-body" 1193 + version = "0.4.5" 1194 + source = "registry+https://github.com/rust-lang/crates.io-index" 1195 + checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1" 1196 + dependencies = [ 1197 + "bytes", 1198 + "http", 1199 + "pin-project-lite", 1200 + ] 1201 + 1202 + [[package]] 1203 + name = "httparse" 1204 + version = "1.8.0" 1205 + source = "registry+https://github.com/rust-lang/crates.io-index" 1206 + checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" 1207 + 1208 + [[package]] 1209 + name = "httpdate" 1210 + version = "1.0.2" 1211 + source = "registry+https://github.com/rust-lang/crates.io-index" 1212 + checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421" 1213 + 1214 + [[package]] 1215 + name = "hyper" 1216 + version = "0.14.25" 1217 + source = "registry+https://github.com/rust-lang/crates.io-index" 1218 + checksum = "cc5e554ff619822309ffd57d8734d77cd5ce6238bc956f037ea06c58238c9899" 1219 + dependencies = [ 1220 + "bytes", 1221 + "futures-channel", 1222 + "futures-core", 1223 + "futures-util", 1224 + "h2", 1225 + "http", 1226 + "http-body", 1227 + "httparse", 1228 + "httpdate", 1229 + "itoa", 1230 + "pin-project-lite", 1231 + "socket2", 1232 + "tokio", 1233 + "tower-service", 1234 + "tracing", 1235 + "want", 1236 + ] 1237 + 1238 + [[package]] 1239 + name = "hyper-tls" 1240 + version = "0.5.0" 1241 + source = "registry+https://github.com/rust-lang/crates.io-index" 1242 + checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905" 1243 + dependencies = [ 1244 + "bytes", 1245 + "hyper", 1246 + "native-tls", 1247 + "tokio", 1248 + "tokio-native-tls", 1249 + ] 1250 + 1251 + [[package]] 1252 + name = "i18n-config" 1253 + version = "0.4.3" 1254 + source = "registry+https://github.com/rust-lang/crates.io-index" 1255 + checksum = "3d9f93ceee6543011739bc81699b5e0cf1f23f3a80364649b6d80de8636bc8df" 1256 + dependencies = [ 1257 + "log", 1258 + "serde", 1259 + "serde_derive", 1260 + "thiserror", 1261 + "toml", 1262 + "unic-langid", 1263 + ] 1264 + 1265 + [[package]] 1266 + name = "i18n-embed" 1267 + version = "0.13.8" 1268 + source = "registry+https://github.com/rust-lang/crates.io-index" 1269 + checksum = "2653dd1a8be0726315603f1c180b29f90e5b2a58f8b943d949d5170d9ad81101" 1270 + dependencies = [ 1271 + "arc-swap", 1272 + "fluent", 1273 + "fluent-langneg", 1274 + "fluent-syntax", 1275 + "i18n-embed-impl", 1276 + "intl-memoizer", 1277 + "lazy_static", 1278 + "locale_config", 1279 + "log", 1280 + "parking_lot", 1281 + "rust-embed", 1282 + "thiserror", 1283 + "unic-langid", 1284 + "walkdir", 1285 + ] 1286 + 1287 + [[package]] 1288 + name = "i18n-embed-fl" 1289 + version = "0.6.6" 1290 + source = "registry+https://github.com/rust-lang/crates.io-index" 1291 + checksum = "4b5809e2295beeb55013705c3b947cbbe83b8cadf3c73a1e6dca06381927212a" 1292 + dependencies = [ 1293 + "dashmap", 1294 + "find-crate", 1295 + "fluent", 1296 + "fluent-syntax", 1297 + "i18n-config", 1298 + "i18n-embed", 1299 + "lazy_static", 1300 + "proc-macro-error", 1301 + "proc-macro2", 1302 + "quote", 1303 + "strsim", 1304 + "syn 1.0.109", 1305 + "unic-langid", 1306 + ] 1307 + 1308 + [[package]] 1309 + name = "i18n-embed-impl" 1310 + version = "0.8.0" 1311 + source = "registry+https://github.com/rust-lang/crates.io-index" 1312 + checksum = "0db2330e035808eb064afb67e6743ddce353763af3e0f2bdfc2476e00ce76136" 1313 + dependencies = [ 1314 + "find-crate", 1315 + "i18n-config", 1316 + "proc-macro2", 1317 + "quote", 1318 + "syn 1.0.109", 1319 + ] 1320 + 1321 + [[package]] 1322 + name = "iana-time-zone" 1323 + version = "0.1.54" 1324 + source = "registry+https://github.com/rust-lang/crates.io-index" 1325 + checksum = "0c17cc76786e99f8d2f055c11159e7f0091c42474dcc3189fbab96072e873e6d" 1326 + dependencies = [ 1327 + "android_system_properties", 1328 + "core-foundation-sys", 1329 + "iana-time-zone-haiku", 1330 + "js-sys", 1331 + "wasm-bindgen", 1332 + "windows", 1333 + ] 1334 + 1335 + [[package]] 1336 + name = "iana-time-zone-haiku" 1337 + version = "0.1.1" 1338 + source = "registry+https://github.com/rust-lang/crates.io-index" 1339 + checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca" 1340 + dependencies = [ 1341 + "cxx", 1342 + "cxx-build", 1343 + ] 1344 + 1345 + [[package]] 1346 + name = "idna" 1347 + version = "0.3.0" 1348 + source = "registry+https://github.com/rust-lang/crates.io-index" 1349 + checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6" 1350 + dependencies = [ 1351 + "unicode-bidi", 1352 + "unicode-normalization", 1353 + ] 1354 + 1355 + [[package]] 1356 + name = "indexmap" 1357 + version = "1.9.2" 1358 + source = "registry+https://github.com/rust-lang/crates.io-index" 1359 + checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399" 1360 + dependencies = [ 1361 + "autocfg", 1362 + "hashbrown", 1363 + ] 1364 + 1365 + [[package]] 1366 + name = "instant" 1367 + version = "0.1.12" 1368 + source = "registry+https://github.com/rust-lang/crates.io-index" 1369 + checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 1370 + dependencies = [ 1371 + "cfg-if", 1372 + ] 1373 + 1374 + [[package]] 1375 + name = "intl-memoizer" 1376 + version = "0.5.1" 1377 + source = "registry+https://github.com/rust-lang/crates.io-index" 1378 + checksum = "c310433e4a310918d6ed9243542a6b83ec1183df95dff8f23f87bb88a264a66f" 1379 + dependencies = [ 1380 + "type-map", 1381 + "unic-langid", 1382 + ] 1383 + 1384 + [[package]] 1385 + name = "intl_pluralrules" 1386 + version = "7.0.2" 1387 + source = "registry+https://github.com/rust-lang/crates.io-index" 1388 + checksum = "078ea7b7c29a2b4df841a7f6ac8775ff6074020c6776d48491ce2268e068f972" 1389 + dependencies = [ 1390 + "unic-langid", 1391 + ] 1392 + 1393 + [[package]] 1394 + name = "io-lifetimes" 1395 + version = "1.0.9" 1396 + source = "registry+https://github.com/rust-lang/crates.io-index" 1397 + checksum = "09270fd4fa1111bc614ed2246c7ef56239a3063d5be0d1ec3b589c505d400aeb" 1398 + dependencies = [ 1399 + "hermit-abi 0.3.1", 1400 + "libc", 1401 + "windows-sys 0.45.0", 1402 + ] 1403 + 1404 + [[package]] 1405 + name = "ipnet" 1406 + version = "2.7.1" 1407 + source = "registry+https://github.com/rust-lang/crates.io-index" 1408 + checksum = "30e22bd8629359895450b59ea7a776c850561b96a3b1d31321c1949d9e6c9146" 1409 + 1410 + [[package]] 1411 + name = "itoa" 1412 + version = "1.0.6" 1413 + source = "registry+https://github.com/rust-lang/crates.io-index" 1414 + checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6" 1415 + 1416 + [[package]] 1417 + name = "js-sys" 1418 + version = "0.3.61" 1419 + source = "registry+https://github.com/rust-lang/crates.io-index" 1420 + checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730" 1421 + dependencies = [ 1422 + "wasm-bindgen", 1423 + ] 1424 + 1425 + [[package]] 1426 + name = "lazy_static" 1427 + version = "1.4.0" 1428 + source = "registry+https://github.com/rust-lang/crates.io-index" 1429 + checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 1430 + 1431 + [[package]] 1432 + name = "libadwaita" 1433 + version = "0.3.1" 1434 + source = "registry+https://github.com/rust-lang/crates.io-index" 1435 + checksum = "b1c4efd2020a4fcedbad2c4a97de97bf6045e5dc49d61d5a5d0cfd753db60700" 1436 + dependencies = [ 1437 + "bitflags", 1438 + "futures-channel", 1439 + "gdk-pixbuf", 1440 + "gdk4", 1441 + "gio", 1442 + "glib 0.17.5", 1443 + "gtk4", 1444 + "libadwaita-sys", 1445 + "libc", 1446 + "once_cell", 1447 + "pango", 1448 + ] 1449 + 1450 + [[package]] 1451 + name = "libadwaita-sys" 1452 + version = "0.3.0" 1453 + source = "registry+https://github.com/rust-lang/crates.io-index" 1454 + checksum = "0727b85b4fe2b1bed5ac90df6343de15cbf8118bfb96d7c3cc1512681a4b34ac" 1455 + dependencies = [ 1456 + "gdk4-sys", 1457 + "gio-sys 0.17.4", 1458 + "glib-sys 0.17.4", 1459 + "gobject-sys 0.17.4", 1460 + "gtk4-sys", 1461 + "libc", 1462 + "pango-sys", 1463 + "system-deps", 1464 + ] 1465 + 1466 + [[package]] 1467 + name = "libc" 1468 + version = "0.2.140" 1469 + source = "registry+https://github.com/rust-lang/crates.io-index" 1470 + checksum = "99227334921fae1a979cf0bfdfcc6b3e5ce376ef57e16fb6fb3ea2ed6095f80c" 1471 + 1472 + [[package]] 1473 + name = "libset" 1474 + version = "0.1.2" 1475 + source = "git+https://github.com/edfloreshz/libset?branch=beta#f44cd2142b23996ed8390b73251a87cabd35caae" 1476 + dependencies = [ 1477 + "anyhow", 1478 + "directories", 1479 + "dirs", 1480 + "dyn-clone", 1481 + "erased-serde", 1482 + "serde", 1483 + "serde_json", 1484 + "toml", 1485 + "walkdir", 1486 + ] 1487 + 1488 + [[package]] 1489 + name = "libsqlite3-sys" 1490 + version = "0.26.0" 1491 + source = "registry+https://github.com/rust-lang/crates.io-index" 1492 + checksum = "afc22eff61b133b115c6e8c74e818c628d6d5e7a502afea6f64dee076dd94326" 1493 + dependencies = [ 1494 + "pkg-config", 1495 + "vcpkg", 1496 + ] 1497 + 1498 + [[package]] 1499 + name = "link-cplusplus" 1500 + version = "1.0.8" 1501 + source = "registry+https://github.com/rust-lang/crates.io-index" 1502 + checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5" 1503 + dependencies = [ 1504 + "cc", 1505 + ] 1506 + 1507 + [[package]] 1508 + name = "linux-raw-sys" 1509 + version = "0.1.4" 1510 + source = "registry+https://github.com/rust-lang/crates.io-index" 1511 + checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4" 1512 + 1513 + [[package]] 1514 + name = "locale_config" 1515 + version = "0.3.0" 1516 + source = "registry+https://github.com/rust-lang/crates.io-index" 1517 + checksum = "08d2c35b16f4483f6c26f0e4e9550717a2f6575bcd6f12a53ff0c490a94a6934" 1518 + dependencies = [ 1519 + "lazy_static", 1520 + "objc", 1521 + "objc-foundation", 1522 + "regex", 1523 + "winapi", 1524 + ] 1525 + 1526 + [[package]] 1527 + name = "lock_api" 1528 + version = "0.4.9" 1529 + source = "registry+https://github.com/rust-lang/crates.io-index" 1530 + checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df" 1531 + dependencies = [ 1532 + "autocfg", 1533 + "scopeguard", 1534 + ] 1535 + 1536 + [[package]] 1537 + name = "log" 1538 + version = "0.4.17" 1539 + source = "registry+https://github.com/rust-lang/crates.io-index" 1540 + checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" 1541 + dependencies = [ 1542 + "cfg-if", 1543 + ] 1544 + 1545 + [[package]] 1546 + name = "malloc_buf" 1547 + version = "0.0.6" 1548 + source = "registry+https://github.com/rust-lang/crates.io-index" 1549 + checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb" 1550 + dependencies = [ 1551 + "libc", 1552 + ] 1553 + 1554 + [[package]] 1555 + name = "memchr" 1556 + version = "2.5.0" 1557 + source = "registry+https://github.com/rust-lang/crates.io-index" 1558 + checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" 1559 + 1560 + [[package]] 1561 + name = "memmap2" 1562 + version = "0.5.10" 1563 + source = "registry+https://github.com/rust-lang/crates.io-index" 1564 + checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327" 1565 + dependencies = [ 1566 + "libc", 1567 + ] 1568 + 1569 + [[package]] 1570 + name = "memoffset" 1571 + version = "0.8.0" 1572 + source = "registry+https://github.com/rust-lang/crates.io-index" 1573 + checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1" 1574 + dependencies = [ 1575 + "autocfg", 1576 + ] 1577 + 1578 + [[package]] 1579 + name = "migrations_internals" 1580 + version = "2.0.0" 1581 + source = "registry+https://github.com/rust-lang/crates.io-index" 1582 + checksum = "c493c09323068c01e54c685f7da41a9ccf9219735c3766fbfd6099806ea08fbc" 1583 + dependencies = [ 1584 + "serde", 1585 + "toml", 1586 + ] 1587 + 1588 + [[package]] 1589 + name = "migrations_macros" 1590 + version = "2.0.0" 1591 + source = "registry+https://github.com/rust-lang/crates.io-index" 1592 + checksum = "8a8ff27a350511de30cdabb77147501c36ef02e0451d957abea2f30caffb2b58" 1593 + dependencies = [ 1594 + "migrations_internals", 1595 + "proc-macro2", 1596 + "quote", 1597 + ] 1598 + 1599 + [[package]] 1600 + name = "mime" 1601 + version = "0.3.17" 1602 + source = "registry+https://github.com/rust-lang/crates.io-index" 1603 + checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 1604 + 1605 + [[package]] 1606 + name = "miniz_oxide" 1607 + version = "0.6.2" 1608 + source = "registry+https://github.com/rust-lang/crates.io-index" 1609 + checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa" 1610 + dependencies = [ 1611 + "adler", 1612 + ] 1613 + 1614 + [[package]] 1615 + name = "mio" 1616 + version = "0.8.6" 1617 + source = "registry+https://github.com/rust-lang/crates.io-index" 1618 + checksum = "5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9" 1619 + dependencies = [ 1620 + "libc", 1621 + "log", 1622 + "wasi 0.11.0+wasi-snapshot-preview1", 1623 + "windows-sys 0.45.0", 1624 + ] 1625 + 1626 + [[package]] 1627 + name = "nanorand" 1628 + version = "0.7.0" 1629 + source = "registry+https://github.com/rust-lang/crates.io-index" 1630 + checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3" 1631 + dependencies = [ 1632 + "getrandom", 1633 + ] 1634 + 1635 + [[package]] 1636 + name = "native-tls" 1637 + version = "0.2.11" 1638 + source = "registry+https://github.com/rust-lang/crates.io-index" 1639 + checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e" 1640 + dependencies = [ 1641 + "lazy_static", 1642 + "libc", 1643 + "log", 1644 + "openssl", 1645 + "openssl-probe", 1646 + "openssl-sys", 1647 + "schannel", 1648 + "security-framework", 1649 + "security-framework-sys", 1650 + "tempfile", 1651 + ] 1652 + 1653 + [[package]] 1654 + name = "ntapi" 1655 + version = "0.4.0" 1656 + source = "registry+https://github.com/rust-lang/crates.io-index" 1657 + checksum = "bc51db7b362b205941f71232e56c625156eb9a929f8cf74a428fd5bc094a4afc" 1658 + dependencies = [ 1659 + "winapi", 1660 + ] 1661 + 1662 + [[package]] 1663 + name = "nu-ansi-term" 1664 + version = "0.46.0" 1665 + source = "registry+https://github.com/rust-lang/crates.io-index" 1666 + checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" 1667 + dependencies = [ 1668 + "overload", 1669 + "winapi", 1670 + ] 1671 + 1672 + [[package]] 1673 + name = "num-integer" 1674 + version = "0.1.45" 1675 + source = "registry+https://github.com/rust-lang/crates.io-index" 1676 + checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" 1677 + dependencies = [ 1678 + "autocfg", 1679 + "num-traits", 1680 + ] 1681 + 1682 + [[package]] 1683 + name = "num-traits" 1684 + version = "0.2.15" 1685 + source = "registry+https://github.com/rust-lang/crates.io-index" 1686 + checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" 1687 + dependencies = [ 1688 + "autocfg", 1689 + ] 1690 + 1691 + [[package]] 1692 + name = "num_cpus" 1693 + version = "1.15.0" 1694 + source = "registry+https://github.com/rust-lang/crates.io-index" 1695 + checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b" 1696 + dependencies = [ 1697 + "hermit-abi 0.2.6", 1698 + "libc", 1699 + ] 1700 + 1701 + [[package]] 1702 + name = "objc" 1703 + version = "0.2.7" 1704 + source = "registry+https://github.com/rust-lang/crates.io-index" 1705 + checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1" 1706 + dependencies = [ 1707 + "malloc_buf", 1708 + ] 1709 + 1710 + [[package]] 1711 + name = "objc-foundation" 1712 + version = "0.1.1" 1713 + source = "registry+https://github.com/rust-lang/crates.io-index" 1714 + checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9" 1715 + dependencies = [ 1716 + "block", 1717 + "objc", 1718 + "objc_id", 1719 + ] 1720 + 1721 + [[package]] 1722 + name = "objc_id" 1723 + version = "0.1.1" 1724 + source = "registry+https://github.com/rust-lang/crates.io-index" 1725 + checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b" 1726 + dependencies = [ 1727 + "objc", 1728 + ] 1729 + 1730 + [[package]] 1731 + name = "once_cell" 1732 + version = "1.17.1" 1733 + source = "registry+https://github.com/rust-lang/crates.io-index" 1734 + checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" 1735 + 1736 + [[package]] 1737 + name = "openssl" 1738 + version = "0.10.47" 1739 + source = "registry+https://github.com/rust-lang/crates.io-index" 1740 + checksum = "d8b277f87dacc05a6b709965d1cbafac4649d6ce9f3ce9ceb88508b5666dfec9" 1741 + dependencies = [ 1742 + "bitflags", 1743 + "cfg-if", 1744 + "foreign-types", 1745 + "libc", 1746 + "once_cell", 1747 + "openssl-macros", 1748 + "openssl-sys", 1749 + ] 1750 + 1751 + [[package]] 1752 + name = "openssl-macros" 1753 + version = "0.1.0" 1754 + source = "registry+https://github.com/rust-lang/crates.io-index" 1755 + checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c" 1756 + dependencies = [ 1757 + "proc-macro2", 1758 + "quote", 1759 + "syn 1.0.109", 1760 + ] 1761 + 1762 + [[package]] 1763 + name = "openssl-probe" 1764 + version = "0.1.5" 1765 + source = "registry+https://github.com/rust-lang/crates.io-index" 1766 + checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" 1767 + 1768 + [[package]] 1769 + name = "openssl-sys" 1770 + version = "0.9.82" 1771 + source = "registry+https://github.com/rust-lang/crates.io-index" 1772 + checksum = "a95792af3c4e0153c3914df2261bedd30a98476f94dc892b67dfe1d89d433a04" 1773 + dependencies = [ 1774 + "autocfg", 1775 + "cc", 1776 + "libc", 1777 + "pkg-config", 1778 + "vcpkg", 1779 + ] 1780 + 1781 + [[package]] 1782 + name = "overload" 1783 + version = "0.1.1" 1784 + source = "registry+https://github.com/rust-lang/crates.io-index" 1785 + checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" 1786 + 1787 + [[package]] 1788 + name = "pango" 1789 + version = "0.17.4" 1790 + source = "registry+https://github.com/rust-lang/crates.io-index" 1791 + checksum = "52c280b82a881e4208afb3359a8e7fde27a1b272280981f1f34610bed5770d37" 1792 + dependencies = [ 1793 + "bitflags", 1794 + "gio", 1795 + "glib 0.17.5", 1796 + "libc", 1797 + "once_cell", 1798 + "pango-sys", 1799 + ] 1800 + 1801 + [[package]] 1802 + name = "pango-sys" 1803 + version = "0.17.0" 1804 + source = "registry+https://github.com/rust-lang/crates.io-index" 1805 + checksum = "4293d0f0b5525eb5c24734d30b0ed02cd02aa734f216883f376b54de49625de8" 1806 + dependencies = [ 1807 + "glib-sys 0.17.4", 1808 + "gobject-sys 0.17.4", 1809 + "libc", 1810 + "system-deps", 1811 + ] 1812 + 1813 + [[package]] 1814 + name = "parking_lot" 1815 + version = "0.12.1" 1816 + source = "registry+https://github.com/rust-lang/crates.io-index" 1817 + checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" 1818 + dependencies = [ 1819 + "lock_api", 1820 + "parking_lot_core", 1821 + ] 1822 + 1823 + [[package]] 1824 + name = "parking_lot_core" 1825 + version = "0.9.7" 1826 + source = "registry+https://github.com/rust-lang/crates.io-index" 1827 + checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521" 1828 + dependencies = [ 1829 + "cfg-if", 1830 + "libc", 1831 + "redox_syscall", 1832 + "smallvec", 1833 + "windows-sys 0.45.0", 1834 + ] 1835 + 1836 + [[package]] 1837 + name = "percent-encoding" 1838 + version = "2.2.0" 1839 + source = "registry+https://github.com/rust-lang/crates.io-index" 1840 + checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e" 1841 + 1842 + [[package]] 1843 + name = "pin-project" 1844 + version = "1.0.12" 1845 + source = "registry+https://github.com/rust-lang/crates.io-index" 1846 + checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc" 1847 + dependencies = [ 1848 + "pin-project-internal", 1849 + ] 1850 + 1851 + [[package]] 1852 + name = "pin-project-internal" 1853 + version = "1.0.12" 1854 + source = "registry+https://github.com/rust-lang/crates.io-index" 1855 + checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55" 1856 + dependencies = [ 1857 + "proc-macro2", 1858 + "quote", 1859 + "syn 1.0.109", 1860 + ] 1861 + 1862 + [[package]] 1863 + name = "pin-project-lite" 1864 + version = "0.2.9" 1865 + source = "registry+https://github.com/rust-lang/crates.io-index" 1866 + checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116" 1867 + 1868 + [[package]] 1869 + name = "pin-utils" 1870 + version = "0.1.0" 1871 + source = "registry+https://github.com/rust-lang/crates.io-index" 1872 + checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 1873 + 1874 + [[package]] 1875 + name = "pkg-config" 1876 + version = "0.3.26" 1877 + source = "registry+https://github.com/rust-lang/crates.io-index" 1878 + checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160" 1879 + 1880 + [[package]] 1881 + name = "proc-macro-crate" 1882 + version = "1.3.1" 1883 + source = "registry+https://github.com/rust-lang/crates.io-index" 1884 + checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919" 1885 + dependencies = [ 1886 + "once_cell", 1887 + "toml_edit", 1888 + ] 1889 + 1890 + [[package]] 1891 + name = "proc-macro-error" 1892 + version = "1.0.4" 1893 + source = "registry+https://github.com/rust-lang/crates.io-index" 1894 + checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 1895 + dependencies = [ 1896 + "proc-macro-error-attr", 1897 + "proc-macro2", 1898 + "quote", 1899 + "syn 1.0.109", 1900 + "version_check", 1901 + ] 1902 + 1903 + [[package]] 1904 + name = "proc-macro-error-attr" 1905 + version = "1.0.4" 1906 + source = "registry+https://github.com/rust-lang/crates.io-index" 1907 + checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 1908 + dependencies = [ 1909 + "proc-macro2", 1910 + "quote", 1911 + "version_check", 1912 + ] 1913 + 1914 + [[package]] 1915 + name = "proc-macro2" 1916 + version = "1.0.53" 1917 + source = "registry+https://github.com/rust-lang/crates.io-index" 1918 + checksum = "ba466839c78239c09faf015484e5cc04860f88242cff4d03eb038f04b4699b73" 1919 + dependencies = [ 1920 + "unicode-ident", 1921 + ] 1922 + 1923 + [[package]] 1924 + name = "quick-xml" 1925 + version = "0.27.1" 1926 + source = "registry+https://github.com/rust-lang/crates.io-index" 1927 + checksum = "ffc053f057dd768a56f62cd7e434c42c831d296968997e9ac1f76ea7c2d14c41" 1928 + dependencies = [ 1929 + "memchr", 1930 + "serde", 1931 + ] 1932 + 1933 + [[package]] 1934 + name = "quote" 1935 + version = "1.0.26" 1936 + source = "registry+https://github.com/rust-lang/crates.io-index" 1937 + checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc" 1938 + dependencies = [ 1939 + "proc-macro2", 1940 + ] 1941 + 1942 + [[package]] 1943 + name = "rayon" 1944 + version = "1.7.0" 1945 + source = "registry+https://github.com/rust-lang/crates.io-index" 1946 + checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b" 1947 + dependencies = [ 1948 + "either", 1949 + "rayon-core", 1950 + ] 1951 + 1952 + [[package]] 1953 + name = "rayon-core" 1954 + version = "1.11.0" 1955 + source = "registry+https://github.com/rust-lang/crates.io-index" 1956 + checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d" 1957 + dependencies = [ 1958 + "crossbeam-channel", 1959 + "crossbeam-deque", 1960 + "crossbeam-utils", 1961 + "num_cpus", 1962 + ] 1963 + 1964 + [[package]] 1965 + name = "redox_syscall" 1966 + version = "0.2.16" 1967 + source = "registry+https://github.com/rust-lang/crates.io-index" 1968 + checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" 1969 + dependencies = [ 1970 + "bitflags", 1971 + ] 1972 + 1973 + [[package]] 1974 + name = "redox_users" 1975 + version = "0.4.3" 1976 + source = "registry+https://github.com/rust-lang/crates.io-index" 1977 + checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b" 1978 + dependencies = [ 1979 + "getrandom", 1980 + "redox_syscall", 1981 + "thiserror", 1982 + ] 1983 + 1984 + [[package]] 1985 + name = "regex" 1986 + version = "1.7.2" 1987 + source = "registry+https://github.com/rust-lang/crates.io-index" 1988 + checksum = "cce168fea28d3e05f158bda4576cf0c844d5045bc2cc3620fa0292ed5bb5814c" 1989 + dependencies = [ 1990 + "aho-corasick", 1991 + "memchr", 1992 + "regex-syntax", 1993 + ] 1994 + 1995 + [[package]] 1996 + name = "regex-syntax" 1997 + version = "0.6.29" 1998 + source = "registry+https://github.com/rust-lang/crates.io-index" 1999 + checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" 2000 + 2001 + [[package]] 2002 + name = "relm4" 2003 + version = "0.6.0-beta.1" 2004 + source = "registry+https://github.com/rust-lang/crates.io-index" 2005 + checksum = "f169f698ce2e487eed2306898fcf262224a287d0e81480db4190e74cfec412cf" 2006 + dependencies = [ 2007 + "async-trait", 2008 + "flume", 2009 + "fragile", 2010 + "futures", 2011 + "gtk4", 2012 + "libadwaita", 2013 + "once_cell", 2014 + "relm4-macros", 2015 + "tokio", 2016 + "tracing", 2017 + ] 2018 + 2019 + [[package]] 2020 + name = "relm4-icons" 2021 + version = "0.6.0-beta.3" 2022 + source = "registry+https://github.com/rust-lang/crates.io-index" 2023 + checksum = "7f935f60b913b1e9de3e847f949945fb7c8d1555936d68c89d82b787a1c75df0" 2024 + dependencies = [ 2025 + "gtk4", 2026 + "gvdb", 2027 + ] 2028 + 2029 + [[package]] 2030 + name = "relm4-macros" 2031 + version = "0.6.0-beta.1" 2032 + source = "registry+https://github.com/rust-lang/crates.io-index" 2033 + checksum = "7fa06febb3685960e7c1c44e21e44a3829325940b31d1e91391a43c32020c201" 2034 + dependencies = [ 2035 + "proc-macro2", 2036 + "quote", 2037 + "syn 1.0.109", 2038 + ] 2039 + 2040 + [[package]] 2041 + name = "reqwest" 2042 + version = "0.11.15" 2043 + source = "registry+https://github.com/rust-lang/crates.io-index" 2044 + checksum = "0ba30cc2c0cd02af1222ed216ba659cdb2f879dfe3181852fe7c50b1d0005949" 2045 + dependencies = [ 2046 + "base64", 2047 + "bytes", 2048 + "encoding_rs", 2049 + "futures-core", 2050 + "futures-util", 2051 + "h2", 2052 + "http", 2053 + "http-body", 2054 + "hyper", 2055 + "hyper-tls", 2056 + "ipnet", 2057 + "js-sys", 2058 + "log", 2059 + "mime", 2060 + "native-tls", 2061 + "once_cell", 2062 + "percent-encoding", 2063 + "pin-project-lite", 2064 + "serde", 2065 + "serde_json", 2066 + "serde_urlencoded", 2067 + "tokio", 2068 + "tokio-native-tls", 2069 + "tower-service", 2070 + "url", 2071 + "wasm-bindgen", 2072 + "wasm-bindgen-futures", 2073 + "web-sys", 2074 + "winreg", 2075 + ] 2076 + 2077 + [[package]] 2078 + name = "rust-embed" 2079 + version = "6.6.0" 2080 + source = "registry+https://github.com/rust-lang/crates.io-index" 2081 + checksum = "cb133b9a38b5543fad3807fb2028ea47c5f2b566f4f5e28a11902f1a358348b6" 2082 + dependencies = [ 2083 + "rust-embed-impl", 2084 + "rust-embed-utils", 2085 + "walkdir", 2086 + ] 2087 + 2088 + [[package]] 2089 + name = "rust-embed-impl" 2090 + version = "6.5.0" 2091 + source = "registry+https://github.com/rust-lang/crates.io-index" 2092 + checksum = "4d4e0f0ced47ded9a68374ac145edd65a6c1fa13a96447b873660b2a568a0fd7" 2093 + dependencies = [ 2094 + "proc-macro2", 2095 + "quote", 2096 + "rust-embed-utils", 2097 + "syn 1.0.109", 2098 + "walkdir", 2099 + ] 2100 + 2101 + [[package]] 2102 + name = "rust-embed-utils" 2103 + version = "7.5.0" 2104 + source = "registry+https://github.com/rust-lang/crates.io-index" 2105 + checksum = "512b0ab6853f7e14e3c8754acb43d6f748bb9ced66aa5915a6553ac8213f7731" 2106 + dependencies = [ 2107 + "sha2", 2108 + "walkdir", 2109 + ] 2110 + 2111 + [[package]] 2112 + name = "rustc-hash" 2113 + version = "1.1.0" 2114 + source = "registry+https://github.com/rust-lang/crates.io-index" 2115 + checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 2116 + 2117 + [[package]] 2118 + name = "rustc_version" 2119 + version = "0.4.0" 2120 + source = "registry+https://github.com/rust-lang/crates.io-index" 2121 + checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" 2122 + dependencies = [ 2123 + "semver", 2124 + ] 2125 + 2126 + [[package]] 2127 + name = "rustix" 2128 + version = "0.36.11" 2129 + source = "registry+https://github.com/rust-lang/crates.io-index" 2130 + checksum = "db4165c9963ab29e422d6c26fbc1d37f15bace6b2810221f9d925023480fcf0e" 2131 + dependencies = [ 2132 + "bitflags", 2133 + "errno", 2134 + "io-lifetimes", 2135 + "libc", 2136 + "linux-raw-sys", 2137 + "windows-sys 0.45.0", 2138 + ] 2139 + 2140 + [[package]] 2141 + name = "rustversion" 2142 + version = "1.0.12" 2143 + source = "registry+https://github.com/rust-lang/crates.io-index" 2144 + checksum = "4f3208ce4d8448b3f3e7d168a73f5e0c43a61e32930de3bceeccedb388b6bf06" 2145 + 2146 + [[package]] 2147 + name = "ryu" 2148 + version = "1.0.13" 2149 + source = "registry+https://github.com/rust-lang/crates.io-index" 2150 + checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041" 2151 + 2152 + [[package]] 2153 + name = "safe-transmute" 2154 + version = "0.11.2" 2155 + source = "registry+https://github.com/rust-lang/crates.io-index" 2156 + checksum = "98a01dab6acf992653be49205bdd549f32f17cb2803e8eacf1560bf97259aae8" 2157 + 2158 + [[package]] 2159 + name = "same-file" 2160 + version = "1.0.6" 2161 + source = "registry+https://github.com/rust-lang/crates.io-index" 2162 + checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 2163 + dependencies = [ 2164 + "winapi-util", 2165 + ] 2166 + 2167 + [[package]] 2168 + name = "schannel" 2169 + version = "0.1.21" 2170 + source = "registry+https://github.com/rust-lang/crates.io-index" 2171 + checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3" 2172 + dependencies = [ 2173 + "windows-sys 0.42.0", 2174 + ] 2175 + 2176 + [[package]] 2177 + name = "scopeguard" 2178 + version = "1.1.0" 2179 + source = "registry+https://github.com/rust-lang/crates.io-index" 2180 + checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 2181 + 2182 + [[package]] 2183 + name = "scratch" 2184 + version = "1.0.5" 2185 + source = "registry+https://github.com/rust-lang/crates.io-index" 2186 + checksum = "1792db035ce95be60c3f8853017b3999209281c24e2ba5bc8e59bf97a0c590c1" 2187 + 2188 + [[package]] 2189 + name = "security-framework" 2190 + version = "2.8.2" 2191 + source = "registry+https://github.com/rust-lang/crates.io-index" 2192 + checksum = "a332be01508d814fed64bf28f798a146d73792121129962fdf335bb3c49a4254" 2193 + dependencies = [ 2194 + "bitflags", 2195 + "core-foundation", 2196 + "core-foundation-sys", 2197 + "libc", 2198 + "security-framework-sys", 2199 + ] 2200 + 2201 + [[package]] 2202 + name = "security-framework-sys" 2203 + version = "2.8.0" 2204 + source = "registry+https://github.com/rust-lang/crates.io-index" 2205 + checksum = "31c9bb296072e961fcbd8853511dd39c2d8be2deb1e17c6860b1d30732b323b4" 2206 + dependencies = [ 2207 + "core-foundation-sys", 2208 + "libc", 2209 + ] 2210 + 2211 + [[package]] 2212 + name = "self_cell" 2213 + version = "0.10.2" 2214 + source = "registry+https://github.com/rust-lang/crates.io-index" 2215 + checksum = "1ef965a420fe14fdac7dd018862966a4c14094f900e1650bbc71ddd7d580c8af" 2216 + 2217 + [[package]] 2218 + name = "semver" 2219 + version = "1.0.17" 2220 + source = "registry+https://github.com/rust-lang/crates.io-index" 2221 + checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed" 2222 + 2223 + [[package]] 2224 + name = "serde" 2225 + version = "1.0.158" 2226 + source = "registry+https://github.com/rust-lang/crates.io-index" 2227 + checksum = "771d4d9c4163ee138805e12c710dd365e4f44be8be0503cb1bb9eb989425d9c9" 2228 + dependencies = [ 2229 + "serde_derive", 2230 + ] 2231 + 2232 + [[package]] 2233 + name = "serde_derive" 2234 + version = "1.0.158" 2235 + source = "registry+https://github.com/rust-lang/crates.io-index" 2236 + checksum = "e801c1712f48475582b7696ac71e0ca34ebb30e09338425384269d9717c62cad" 2237 + dependencies = [ 2238 + "proc-macro2", 2239 + "quote", 2240 + "syn 2.0.5", 2241 + ] 2242 + 2243 + [[package]] 2244 + name = "serde_json" 2245 + version = "1.0.94" 2246 + source = "registry+https://github.com/rust-lang/crates.io-index" 2247 + checksum = "1c533a59c9d8a93a09c6ab31f0fd5e5f4dd1b8fc9434804029839884765d04ea" 2248 + dependencies = [ 2249 + "itoa", 2250 + "ryu", 2251 + "serde", 2252 + ] 2253 + 2254 + [[package]] 2255 + name = "serde_urlencoded" 2256 + version = "0.7.1" 2257 + source = "registry+https://github.com/rust-lang/crates.io-index" 2258 + checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 2259 + dependencies = [ 2260 + "form_urlencoded", 2261 + "itoa", 2262 + "ryu", 2263 + "serde", 2264 + ] 2265 + 2266 + [[package]] 2267 + name = "sha2" 2268 + version = "0.10.6" 2269 + source = "registry+https://github.com/rust-lang/crates.io-index" 2270 + checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0" 2271 + dependencies = [ 2272 + "cfg-if", 2273 + "cpufeatures", 2274 + "digest", 2275 + ] 2276 + 2277 + [[package]] 2278 + name = "sharded-slab" 2279 + version = "0.1.4" 2280 + source = "registry+https://github.com/rust-lang/crates.io-index" 2281 + checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31" 2282 + dependencies = [ 2283 + "lazy_static", 2284 + ] 2285 + 2286 + [[package]] 2287 + name = "signal-hook-registry" 2288 + version = "1.4.1" 2289 + source = "registry+https://github.com/rust-lang/crates.io-index" 2290 + checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1" 2291 + dependencies = [ 2292 + "libc", 2293 + ] 2294 + 2295 + [[package]] 2296 + name = "slab" 2297 + version = "0.4.8" 2298 + source = "registry+https://github.com/rust-lang/crates.io-index" 2299 + checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d" 2300 + dependencies = [ 2301 + "autocfg", 2302 + ] 2303 + 2304 + [[package]] 2305 + name = "smallvec" 2306 + version = "1.10.0" 2307 + source = "registry+https://github.com/rust-lang/crates.io-index" 2308 + checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" 2309 + 2310 + [[package]] 2311 + name = "socket2" 2312 + version = "0.4.9" 2313 + source = "registry+https://github.com/rust-lang/crates.io-index" 2314 + checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662" 2315 + dependencies = [ 2316 + "libc", 2317 + "winapi", 2318 + ] 2319 + 2320 + [[package]] 2321 + name = "spin" 2322 + version = "0.9.6" 2323 + source = "registry+https://github.com/rust-lang/crates.io-index" 2324 + checksum = "b5d6e0250b93c8427a177b849d144a96d5acc57006149479403d7861ab721e34" 2325 + dependencies = [ 2326 + "lock_api", 2327 + ] 2328 + 2329 + [[package]] 2330 + name = "static_assertions" 2331 + version = "1.1.0" 2332 + source = "registry+https://github.com/rust-lang/crates.io-index" 2333 + checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 2334 + 2335 + [[package]] 2336 + name = "strsim" 2337 + version = "0.10.0" 2338 + source = "registry+https://github.com/rust-lang/crates.io-index" 2339 + checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" 2340 + 2341 + [[package]] 2342 + name = "strum" 2343 + version = "0.24.1" 2344 + source = "registry+https://github.com/rust-lang/crates.io-index" 2345 + checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f" 2346 + 2347 + [[package]] 2348 + name = "strum_macros" 2349 + version = "0.24.3" 2350 + source = "registry+https://github.com/rust-lang/crates.io-index" 2351 + checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59" 2352 + dependencies = [ 2353 + "heck", 2354 + "proc-macro2", 2355 + "quote", 2356 + "rustversion", 2357 + "syn 1.0.109", 2358 + ] 2359 + 2360 + [[package]] 2361 + name = "syn" 2362 + version = "1.0.109" 2363 + source = "registry+https://github.com/rust-lang/crates.io-index" 2364 + checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 2365 + dependencies = [ 2366 + "proc-macro2", 2367 + "quote", 2368 + "unicode-ident", 2369 + ] 2370 + 2371 + [[package]] 2372 + name = "syn" 2373 + version = "2.0.5" 2374 + source = "registry+https://github.com/rust-lang/crates.io-index" 2375 + checksum = "89c2d1c76a26822187a1fbb5964e3fff108bc208f02e820ab9dac1234f6b388a" 2376 + dependencies = [ 2377 + "proc-macro2", 2378 + "quote", 2379 + "unicode-ident", 2380 + ] 2381 + 2382 + [[package]] 2383 + name = "sysinfo" 2384 + version = "0.27.8" 2385 + source = "registry+https://github.com/rust-lang/crates.io-index" 2386 + checksum = "a902e9050fca0a5d6877550b769abd2bd1ce8c04634b941dbe2809735e1a1e33" 2387 + dependencies = [ 2388 + "cfg-if", 2389 + "core-foundation-sys", 2390 + "libc", 2391 + "ntapi", 2392 + "once_cell", 2393 + "rayon", 2394 + "winapi", 2395 + ] 2396 + 2397 + [[package]] 2398 + name = "system-deps" 2399 + version = "6.0.3" 2400 + source = "registry+https://github.com/rust-lang/crates.io-index" 2401 + checksum = "2955b1fe31e1fa2fbd1976b71cc69a606d7d4da16f6de3333d0c92d51419aeff" 2402 + dependencies = [ 2403 + "cfg-expr", 2404 + "heck", 2405 + "pkg-config", 2406 + "toml", 2407 + "version-compare", 2408 + ] 2409 + 2410 + [[package]] 2411 + name = "temp-dir" 2412 + version = "0.1.11" 2413 + source = "registry+https://github.com/rust-lang/crates.io-index" 2414 + checksum = "af547b166dd1ea4b472165569fc456cfb6818116f854690b0ff205e636523dab" 2415 + 2416 + [[package]] 2417 + name = "tempfile" 2418 + version = "3.4.0" 2419 + source = "registry+https://github.com/rust-lang/crates.io-index" 2420 + checksum = "af18f7ae1acd354b992402e9ec5864359d693cd8a79dcbef59f76891701c1e95" 2421 + dependencies = [ 2422 + "cfg-if", 2423 + "fastrand", 2424 + "redox_syscall", 2425 + "rustix", 2426 + "windows-sys 0.42.0", 2427 + ] 2428 + 2429 + [[package]] 2430 + name = "termcolor" 2431 + version = "1.2.0" 2432 + source = "registry+https://github.com/rust-lang/crates.io-index" 2433 + checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6" 2434 + dependencies = [ 2435 + "winapi-util", 2436 + ] 2437 + 2438 + [[package]] 2439 + name = "thiserror" 2440 + version = "1.0.40" 2441 + source = "registry+https://github.com/rust-lang/crates.io-index" 2442 + checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac" 2443 + dependencies = [ 2444 + "thiserror-impl", 2445 + ] 2446 + 2447 + [[package]] 2448 + name = "thiserror-impl" 2449 + version = "1.0.40" 2450 + source = "registry+https://github.com/rust-lang/crates.io-index" 2451 + checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f" 2452 + dependencies = [ 2453 + "proc-macro2", 2454 + "quote", 2455 + "syn 2.0.5", 2456 + ] 2457 + 2458 + [[package]] 2459 + name = "thread_local" 2460 + version = "1.1.7" 2461 + source = "registry+https://github.com/rust-lang/crates.io-index" 2462 + checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152" 2463 + dependencies = [ 2464 + "cfg-if", 2465 + "once_cell", 2466 + ] 2467 + 2468 + [[package]] 2469 + name = "time" 2470 + version = "0.1.45" 2471 + source = "registry+https://github.com/rust-lang/crates.io-index" 2472 + checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a" 2473 + dependencies = [ 2474 + "libc", 2475 + "wasi 0.10.0+wasi-snapshot-preview1", 2476 + "winapi", 2477 + ] 2478 + 2479 + [[package]] 2480 + name = "tinystr" 2481 + version = "0.7.1" 2482 + source = "registry+https://github.com/rust-lang/crates.io-index" 2483 + checksum = "7ac3f5b6856e931e15e07b478e98c8045239829a65f9156d4fa7e7788197a5ef" 2484 + dependencies = [ 2485 + "displaydoc", 2486 + ] 2487 + 2488 + [[package]] 2489 + name = "tinyvec" 2490 + version = "1.6.0" 2491 + source = "registry+https://github.com/rust-lang/crates.io-index" 2492 + checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" 2493 + dependencies = [ 2494 + "tinyvec_macros", 2495 + ] 2496 + 2497 + [[package]] 2498 + name = "tinyvec_macros" 2499 + version = "0.1.1" 2500 + source = "registry+https://github.com/rust-lang/crates.io-index" 2501 + checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 2502 + 2503 + [[package]] 2504 + name = "tokio" 2505 + version = "1.26.0" 2506 + source = "registry+https://github.com/rust-lang/crates.io-index" 2507 + checksum = "03201d01c3c27a29c8a5cee5b55a93ddae1ccf6f08f65365c2c918f8c1b76f64" 2508 + dependencies = [ 2509 + "autocfg", 2510 + "bytes", 2511 + "libc", 2512 + "memchr", 2513 + "mio", 2514 + "num_cpus", 2515 + "pin-project-lite", 2516 + "signal-hook-registry", 2517 + "socket2", 2518 + "tokio-macros", 2519 + "windows-sys 0.45.0", 2520 + ] 2521 + 2522 + [[package]] 2523 + name = "tokio-macros" 2524 + version = "1.8.2" 2525 + source = "registry+https://github.com/rust-lang/crates.io-index" 2526 + checksum = "d266c00fde287f55d3f1c3e96c500c362a2b8c695076ec180f27918820bc6df8" 2527 + dependencies = [ 2528 + "proc-macro2", 2529 + "quote", 2530 + "syn 1.0.109", 2531 + ] 2532 + 2533 + [[package]] 2534 + name = "tokio-native-tls" 2535 + version = "0.3.1" 2536 + source = "registry+https://github.com/rust-lang/crates.io-index" 2537 + checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" 2538 + dependencies = [ 2539 + "native-tls", 2540 + "tokio", 2541 + ] 2542 + 2543 + [[package]] 2544 + name = "tokio-stream" 2545 + version = "0.1.12" 2546 + source = "registry+https://github.com/rust-lang/crates.io-index" 2547 + checksum = "8fb52b74f05dbf495a8fba459fdc331812b96aa086d9eb78101fa0d4569c3313" 2548 + dependencies = [ 2549 + "futures-core", 2550 + "pin-project-lite", 2551 + "tokio", 2552 + ] 2553 + 2554 + [[package]] 2555 + name = "tokio-util" 2556 + version = "0.7.7" 2557 + source = "registry+https://github.com/rust-lang/crates.io-index" 2558 + checksum = "5427d89453009325de0d8f342c9490009f76e999cb7672d77e46267448f7e6b2" 2559 + dependencies = [ 2560 + "bytes", 2561 + "futures-core", 2562 + "futures-sink", 2563 + "pin-project-lite", 2564 + "tokio", 2565 + "tracing", 2566 + ] 2567 + 2568 + [[package]] 2569 + name = "toml" 2570 + version = "0.5.11" 2571 + source = "registry+https://github.com/rust-lang/crates.io-index" 2572 + checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" 2573 + dependencies = [ 2574 + "serde", 2575 + ] 2576 + 2577 + [[package]] 2578 + name = "toml_datetime" 2579 + version = "0.6.1" 2580 + source = "registry+https://github.com/rust-lang/crates.io-index" 2581 + checksum = "3ab8ed2edee10b50132aed5f331333428b011c99402b5a534154ed15746f9622" 2582 + 2583 + [[package]] 2584 + name = "toml_edit" 2585 + version = "0.19.7" 2586 + source = "registry+https://github.com/rust-lang/crates.io-index" 2587 + checksum = "dc18466501acd8ac6a3f615dd29a3438f8ca6bb3b19537138b3106e575621274" 2588 + dependencies = [ 2589 + "indexmap", 2590 + "toml_datetime", 2591 + "winnow", 2592 + ] 2593 + 2594 + [[package]] 2595 + name = "tower-service" 2596 + version = "0.3.2" 2597 + source = "registry+https://github.com/rust-lang/crates.io-index" 2598 + checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" 2599 + 2600 + [[package]] 2601 + name = "tracing" 2602 + version = "0.1.37" 2603 + source = "registry+https://github.com/rust-lang/crates.io-index" 2604 + checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8" 2605 + dependencies = [ 2606 + "cfg-if", 2607 + "pin-project-lite", 2608 + "tracing-attributes", 2609 + "tracing-core", 2610 + ] 2611 + 2612 + [[package]] 2613 + name = "tracing-attributes" 2614 + version = "0.1.23" 2615 + source = "registry+https://github.com/rust-lang/crates.io-index" 2616 + checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a" 2617 + dependencies = [ 2618 + "proc-macro2", 2619 + "quote", 2620 + "syn 1.0.109", 2621 + ] 2622 + 2623 + [[package]] 2624 + name = "tracing-core" 2625 + version = "0.1.30" 2626 + source = "registry+https://github.com/rust-lang/crates.io-index" 2627 + checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a" 2628 + dependencies = [ 2629 + "once_cell", 2630 + "valuable", 2631 + ] 2632 + 2633 + [[package]] 2634 + name = "tracing-log" 2635 + version = "0.1.3" 2636 + source = "registry+https://github.com/rust-lang/crates.io-index" 2637 + checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922" 2638 + dependencies = [ 2639 + "lazy_static", 2640 + "log", 2641 + "tracing-core", 2642 + ] 2643 + 2644 + [[package]] 2645 + name = "tracing-subscriber" 2646 + version = "0.3.16" 2647 + source = "registry+https://github.com/rust-lang/crates.io-index" 2648 + checksum = "a6176eae26dd70d0c919749377897b54a9276bd7061339665dd68777926b5a70" 2649 + dependencies = [ 2650 + "nu-ansi-term", 2651 + "sharded-slab", 2652 + "smallvec", 2653 + "thread_local", 2654 + "tracing-core", 2655 + "tracing-log", 2656 + ] 2657 + 2658 + [[package]] 2659 + name = "try-lock" 2660 + version = "0.2.4" 2661 + source = "registry+https://github.com/rust-lang/crates.io-index" 2662 + checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" 2663 + 2664 + [[package]] 2665 + name = "type-map" 2666 + version = "0.4.0" 2667 + source = "registry+https://github.com/rust-lang/crates.io-index" 2668 + checksum = "b6d3364c5e96cb2ad1603037ab253ddd34d7fb72a58bdddf4b7350760fc69a46" 2669 + dependencies = [ 2670 + "rustc-hash", 2671 + ] 2672 + 2673 + [[package]] 2674 + name = "typenum" 2675 + version = "1.16.0" 2676 + source = "registry+https://github.com/rust-lang/crates.io-index" 2677 + checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba" 2678 + 2679 + [[package]] 2680 + name = "unic-langid" 2681 + version = "0.9.1" 2682 + source = "registry+https://github.com/rust-lang/crates.io-index" 2683 + checksum = "398f9ad7239db44fd0f80fe068d12ff22d78354080332a5077dc6f52f14dcf2f" 2684 + dependencies = [ 2685 + "unic-langid-impl", 2686 + ] 2687 + 2688 + [[package]] 2689 + name = "unic-langid-impl" 2690 + version = "0.9.1" 2691 + source = "registry+https://github.com/rust-lang/crates.io-index" 2692 + checksum = "e35bfd2f2b8796545b55d7d3fd3e89a0613f68a0d1c8bc28cb7ff96b411a35ff" 2693 + dependencies = [ 2694 + "serde", 2695 + "tinystr", 2696 + ] 2697 + 2698 + [[package]] 2699 + name = "unicode-bidi" 2700 + version = "0.3.13" 2701 + source = "registry+https://github.com/rust-lang/crates.io-index" 2702 + checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460" 2703 + 2704 + [[package]] 2705 + name = "unicode-ident" 2706 + version = "1.0.8" 2707 + source = "registry+https://github.com/rust-lang/crates.io-index" 2708 + checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4" 2709 + 2710 + [[package]] 2711 + name = "unicode-normalization" 2712 + version = "0.1.22" 2713 + source = "registry+https://github.com/rust-lang/crates.io-index" 2714 + checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" 2715 + dependencies = [ 2716 + "tinyvec", 2717 + ] 2718 + 2719 + [[package]] 2720 + name = "unicode-width" 2721 + version = "0.1.10" 2722 + source = "registry+https://github.com/rust-lang/crates.io-index" 2723 + checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" 2724 + 2725 + [[package]] 2726 + name = "url" 2727 + version = "2.3.1" 2728 + source = "registry+https://github.com/rust-lang/crates.io-index" 2729 + checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643" 2730 + dependencies = [ 2731 + "form_urlencoded", 2732 + "idna", 2733 + "percent-encoding", 2734 + ] 2735 + 2736 + [[package]] 2737 + name = "uuid" 2738 + version = "1.3.0" 2739 + source = "registry+https://github.com/rust-lang/crates.io-index" 2740 + checksum = "1674845326ee10d37ca60470760d4288a6f80f304007d92e5c53bab78c9cfd79" 2741 + dependencies = [ 2742 + "getrandom", 2743 + ] 2744 + 2745 + [[package]] 2746 + name = "valuable" 2747 + version = "0.1.0" 2748 + source = "registry+https://github.com/rust-lang/crates.io-index" 2749 + checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" 2750 + 2751 + [[package]] 2752 + name = "vcpkg" 2753 + version = "0.2.15" 2754 + source = "registry+https://github.com/rust-lang/crates.io-index" 2755 + checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 2756 + 2757 + [[package]] 2758 + name = "version-compare" 2759 + version = "0.1.1" 2760 + source = "registry+https://github.com/rust-lang/crates.io-index" 2761 + checksum = "579a42fc0b8e0c63b76519a339be31bed574929511fa53c1a3acae26eb258f29" 2762 + 2763 + [[package]] 2764 + name = "version_check" 2765 + version = "0.9.4" 2766 + source = "registry+https://github.com/rust-lang/crates.io-index" 2767 + checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 2768 + 2769 + [[package]] 2770 + name = "walkdir" 2771 + version = "2.3.3" 2772 + source = "registry+https://github.com/rust-lang/crates.io-index" 2773 + checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698" 2774 + dependencies = [ 2775 + "same-file", 2776 + "winapi-util", 2777 + ] 2778 + 2779 + [[package]] 2780 + name = "want" 2781 + version = "0.3.0" 2782 + source = "registry+https://github.com/rust-lang/crates.io-index" 2783 + checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0" 2784 + dependencies = [ 2785 + "log", 2786 + "try-lock", 2787 + ] 2788 + 2789 + [[package]] 2790 + name = "wasi" 2791 + version = "0.10.0+wasi-snapshot-preview1" 2792 + source = "registry+https://github.com/rust-lang/crates.io-index" 2793 + checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" 2794 + 2795 + [[package]] 2796 + name = "wasi" 2797 + version = "0.11.0+wasi-snapshot-preview1" 2798 + source = "registry+https://github.com/rust-lang/crates.io-index" 2799 + checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 2800 + 2801 + [[package]] 2802 + name = "wasm-bindgen" 2803 + version = "0.2.84" 2804 + source = "registry+https://github.com/rust-lang/crates.io-index" 2805 + checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b" 2806 + dependencies = [ 2807 + "cfg-if", 2808 + "wasm-bindgen-macro", 2809 + ] 2810 + 2811 + [[package]] 2812 + name = "wasm-bindgen-backend" 2813 + version = "0.2.84" 2814 + source = "registry+https://github.com/rust-lang/crates.io-index" 2815 + checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9" 2816 + dependencies = [ 2817 + "bumpalo", 2818 + "log", 2819 + "once_cell", 2820 + "proc-macro2", 2821 + "quote", 2822 + "syn 1.0.109", 2823 + "wasm-bindgen-shared", 2824 + ] 2825 + 2826 + [[package]] 2827 + name = "wasm-bindgen-futures" 2828 + version = "0.4.34" 2829 + source = "registry+https://github.com/rust-lang/crates.io-index" 2830 + checksum = "f219e0d211ba40266969f6dbdd90636da12f75bee4fc9d6c23d1260dadb51454" 2831 + dependencies = [ 2832 + "cfg-if", 2833 + "js-sys", 2834 + "wasm-bindgen", 2835 + "web-sys", 2836 + ] 2837 + 2838 + [[package]] 2839 + name = "wasm-bindgen-macro" 2840 + version = "0.2.84" 2841 + source = "registry+https://github.com/rust-lang/crates.io-index" 2842 + checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5" 2843 + dependencies = [ 2844 + "quote", 2845 + "wasm-bindgen-macro-support", 2846 + ] 2847 + 2848 + [[package]] 2849 + name = "wasm-bindgen-macro-support" 2850 + version = "0.2.84" 2851 + source = "registry+https://github.com/rust-lang/crates.io-index" 2852 + checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6" 2853 + dependencies = [ 2854 + "proc-macro2", 2855 + "quote", 2856 + "syn 1.0.109", 2857 + "wasm-bindgen-backend", 2858 + "wasm-bindgen-shared", 2859 + ] 2860 + 2861 + [[package]] 2862 + name = "wasm-bindgen-shared" 2863 + version = "0.2.84" 2864 + source = "registry+https://github.com/rust-lang/crates.io-index" 2865 + checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d" 2866 + 2867 + [[package]] 2868 + name = "web-sys" 2869 + version = "0.3.61" 2870 + source = "registry+https://github.com/rust-lang/crates.io-index" 2871 + checksum = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97" 2872 + dependencies = [ 2873 + "js-sys", 2874 + "wasm-bindgen", 2875 + ] 2876 + 2877 + [[package]] 2878 + name = "winapi" 2879 + version = "0.3.9" 2880 + source = "registry+https://github.com/rust-lang/crates.io-index" 2881 + checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 2882 + dependencies = [ 2883 + "winapi-i686-pc-windows-gnu", 2884 + "winapi-x86_64-pc-windows-gnu", 2885 + ] 2886 + 2887 + [[package]] 2888 + name = "winapi-i686-pc-windows-gnu" 2889 + version = "0.4.0" 2890 + source = "registry+https://github.com/rust-lang/crates.io-index" 2891 + checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 2892 + 2893 + [[package]] 2894 + name = "winapi-util" 2895 + version = "0.1.5" 2896 + source = "registry+https://github.com/rust-lang/crates.io-index" 2897 + checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" 2898 + dependencies = [ 2899 + "winapi", 2900 + ] 2901 + 2902 + [[package]] 2903 + name = "winapi-x86_64-pc-windows-gnu" 2904 + version = "0.4.0" 2905 + source = "registry+https://github.com/rust-lang/crates.io-index" 2906 + checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 2907 + 2908 + [[package]] 2909 + name = "windows" 2910 + version = "0.46.0" 2911 + source = "registry+https://github.com/rust-lang/crates.io-index" 2912 + checksum = "cdacb41e6a96a052c6cb63a144f24900236121c6f63f4f8219fef5977ecb0c25" 2913 + dependencies = [ 2914 + "windows-targets", 2915 + ] 2916 + 2917 + [[package]] 2918 + name = "windows-sys" 2919 + version = "0.42.0" 2920 + source = "registry+https://github.com/rust-lang/crates.io-index" 2921 + checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" 2922 + dependencies = [ 2923 + "windows_aarch64_gnullvm", 2924 + "windows_aarch64_msvc", 2925 + "windows_i686_gnu", 2926 + "windows_i686_msvc", 2927 + "windows_x86_64_gnu", 2928 + "windows_x86_64_gnullvm", 2929 + "windows_x86_64_msvc", 2930 + ] 2931 + 2932 + [[package]] 2933 + name = "windows-sys" 2934 + version = "0.45.0" 2935 + source = "registry+https://github.com/rust-lang/crates.io-index" 2936 + checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 2937 + dependencies = [ 2938 + "windows-targets", 2939 + ] 2940 + 2941 + [[package]] 2942 + name = "windows-targets" 2943 + version = "0.42.2" 2944 + source = "registry+https://github.com/rust-lang/crates.io-index" 2945 + checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 2946 + dependencies = [ 2947 + "windows_aarch64_gnullvm", 2948 + "windows_aarch64_msvc", 2949 + "windows_i686_gnu", 2950 + "windows_i686_msvc", 2951 + "windows_x86_64_gnu", 2952 + "windows_x86_64_gnullvm", 2953 + "windows_x86_64_msvc", 2954 + ] 2955 + 2956 + [[package]] 2957 + name = "windows_aarch64_gnullvm" 2958 + version = "0.42.2" 2959 + source = "registry+https://github.com/rust-lang/crates.io-index" 2960 + checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 2961 + 2962 + [[package]] 2963 + name = "windows_aarch64_msvc" 2964 + version = "0.42.2" 2965 + source = "registry+https://github.com/rust-lang/crates.io-index" 2966 + checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 2967 + 2968 + [[package]] 2969 + name = "windows_i686_gnu" 2970 + version = "0.42.2" 2971 + source = "registry+https://github.com/rust-lang/crates.io-index" 2972 + checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 2973 + 2974 + [[package]] 2975 + name = "windows_i686_msvc" 2976 + version = "0.42.2" 2977 + source = "registry+https://github.com/rust-lang/crates.io-index" 2978 + checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 2979 + 2980 + [[package]] 2981 + name = "windows_x86_64_gnu" 2982 + version = "0.42.2" 2983 + source = "registry+https://github.com/rust-lang/crates.io-index" 2984 + checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 2985 + 2986 + [[package]] 2987 + name = "windows_x86_64_gnullvm" 2988 + version = "0.42.2" 2989 + source = "registry+https://github.com/rust-lang/crates.io-index" 2990 + checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 2991 + 2992 + [[package]] 2993 + name = "windows_x86_64_msvc" 2994 + version = "0.42.2" 2995 + source = "registry+https://github.com/rust-lang/crates.io-index" 2996 + checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 2997 + 2998 + [[package]] 2999 + name = "winnow" 3000 + version = "0.3.6" 3001 + source = "registry+https://github.com/rust-lang/crates.io-index" 3002 + checksum = "23d020b441f92996c80d94ae9166e8501e59c7bb56121189dc9eab3bd8216966" 3003 + dependencies = [ 3004 + "memchr", 3005 + ] 3006 + 3007 + [[package]] 3008 + name = "winreg" 3009 + version = "0.10.1" 3010 + source = "registry+https://github.com/rust-lang/crates.io-index" 3011 + checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d" 3012 + dependencies = [ 3013 + "winapi", 3014 + ] 3015 + 3016 + [[package]] 3017 + name = "zvariant" 3018 + version = "3.12.0" 3019 + source = "registry+https://github.com/rust-lang/crates.io-index" 3020 + checksum = "46fe4914a985446d6fd287019b5fceccce38303d71407d9e6e711d44954a05d8" 3021 + dependencies = [ 3022 + "byteorder", 3023 + "libc", 3024 + "serde", 3025 + "static_assertions", 3026 + "zvariant_derive", 3027 + ] 3028 + 3029 + [[package]] 3030 + name = "zvariant_derive" 3031 + version = "3.12.0" 3032 + source = "registry+https://github.com/rust-lang/crates.io-index" 3033 + checksum = "34c20260af4b28b3275d6676c7e2a6be0d4332e8e0aba4616d34007fd84e462a" 3034 + dependencies = [ 3035 + "proc-macro-crate", 3036 + "proc-macro2", 3037 + "quote", 3038 + "syn 1.0.109", 3039 + "zvariant_utils", 3040 + ] 3041 + 3042 + [[package]] 3043 + name = "zvariant_utils" 3044 + version = "1.0.0" 3045 + source = "registry+https://github.com/rust-lang/crates.io-index" 3046 + checksum = "53b22993dbc4d128a17a3b6c92f1c63872dd67198537ee728d8b5d7c40640a8b" 3047 + dependencies = [ 3048 + "proc-macro2", 3049 + "quote", 3050 + "syn 1.0.109", 3051 + ]
+67
pkgs/applications/misc/done/default.nix
··· 1 + { lib 2 + , stdenv 3 + , fetchFromGitHub 4 + , cargo 5 + , glib 6 + , meson 7 + , ninja 8 + , pkg-config 9 + , rustPlatform 10 + , rustc 11 + , wrapGAppsHook4 12 + , gdk-pixbuf 13 + , gtk4 14 + , libadwaita 15 + , openssl 16 + , sqlite 17 + , darwin 18 + }: 19 + 20 + stdenv.mkDerivation rec { 21 + pname = "done"; 22 + version = "0.1.7"; 23 + 24 + src = fetchFromGitHub { 25 + owner = "done-devs"; 26 + repo = "done"; 27 + rev = "v${version}"; 28 + hash = "sha256-MLCb96jr3YWODZ6xh4fcyFnL5RjFDcEjHKnDD8Gysy8="; 29 + }; 30 + 31 + cargoDeps = rustPlatform.importCargoLock { 32 + lockFile = ./Cargo.lock; 33 + outputHashes = { 34 + "directories-4.0.1" = "sha256-4M8WstNq5I7UduIUZI9q1R9oazp7MDBRBRBHZv6iGWI="; 35 + "libset-0.1.2" = "sha256-+eA6pqafIYomXdlvwSzT/b/T4Je5HgPPmGL2M11VpMU="; 36 + }; 37 + }; 38 + 39 + nativeBuildInputs = [ 40 + cargo 41 + glib 42 + meson 43 + ninja 44 + pkg-config 45 + rustPlatform.cargoSetupHook 46 + rustc 47 + wrapGAppsHook4 48 + ]; 49 + 50 + buildInputs = [ 51 + gdk-pixbuf 52 + gtk4 53 + libadwaita 54 + openssl 55 + sqlite 56 + ] ++ lib.optionals stdenv.isDarwin [ 57 + darwin.apple_sdk.frameworks.Foundation 58 + ]; 59 + 60 + meta = with lib; { 61 + description = "The ultimate task management solution for seamless organization and efficiency"; 62 + homepage = "https://done.edfloreshz.dev/"; 63 + changelog = "https://github.com/done-devs/done/blob/${src.rev}/CHANGES.md"; 64 + license = licenses.mpl20; 65 + maintainers = with maintainers; [ figsoda ]; 66 + }; 67 + }
+2
pkgs/top-level/all-packages.nix
··· 741 741 742 742 docui = callPackage ../tools/misc/docui { }; 743 743 744 + done = callPackage ../applications/misc/done { }; 745 + 744 746 dotfiles = callPackage ../applications/misc/dotfiles { }; 745 747 746 748 # Dotnet