waylyrics: 0.3.5 -> 0.3.8

aleksana e533adc8 5fd8536a

+3 -4186
-4174
pkgs/applications/audio/waylyrics/Cargo.lock
··· 1 - # This file is automatically @generated by Cargo. 2 - # It is not intended for manual editing. 3 - version = 3 4 - 5 - [[package]] 6 - name = "addr2line" 7 - version = "0.21.0" 8 - source = "registry+https://github.com/rust-lang/crates.io-index" 9 - checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb" 10 - dependencies = [ 11 - "gimli", 12 - ] 13 - 14 - [[package]] 15 - name = "adler" 16 - version = "1.0.2" 17 - source = "registry+https://github.com/rust-lang/crates.io-index" 18 - checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 19 - 20 - [[package]] 21 - name = "aes" 22 - version = "0.8.4" 23 - source = "registry+https://github.com/rust-lang/crates.io-index" 24 - checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0" 25 - dependencies = [ 26 - "cfg-if", 27 - "cipher", 28 - "cpufeatures", 29 - ] 30 - 31 - [[package]] 32 - name = "ahash" 33 - version = "0.7.8" 34 - source = "registry+https://github.com/rust-lang/crates.io-index" 35 - checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9" 36 - dependencies = [ 37 - "getrandom", 38 - "once_cell", 39 - "version_check", 40 - ] 41 - 42 - [[package]] 43 - name = "ahash" 44 - version = "0.8.11" 45 - source = "registry+https://github.com/rust-lang/crates.io-index" 46 - checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" 47 - dependencies = [ 48 - "cfg-if", 49 - "getrandom", 50 - "once_cell", 51 - "version_check", 52 - "zerocopy", 53 - ] 54 - 55 - [[package]] 56 - name = "aho-corasick" 57 - version = "1.1.3" 58 - source = "registry+https://github.com/rust-lang/crates.io-index" 59 - checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" 60 - dependencies = [ 61 - "memchr", 62 - ] 63 - 64 - [[package]] 65 - name = "ansi_term" 66 - version = "0.12.1" 67 - source = "registry+https://github.com/rust-lang/crates.io-index" 68 - checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" 69 - dependencies = [ 70 - "winapi", 71 - ] 72 - 73 - [[package]] 74 - name = "anyhow" 75 - version = "1.0.82" 76 - source = "registry+https://github.com/rust-lang/crates.io-index" 77 - checksum = "f538837af36e6f6a9be0faa67f9a314f8119e4e4b5867c6ab40ed60360142519" 78 - 79 - [[package]] 80 - name = "arrayvec" 81 - version = "0.7.4" 82 - source = "registry+https://github.com/rust-lang/crates.io-index" 83 - checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711" 84 - 85 - [[package]] 86 - name = "assert_float_eq" 87 - version = "1.1.3" 88 - source = "registry+https://github.com/rust-lang/crates.io-index" 89 - checksum = "4cea652ffbedecf29e9cd41bb4c066881057a42c0c119040f022802b26853e77" 90 - 91 - [[package]] 92 - name = "async-channel" 93 - version = "2.2.1" 94 - source = "registry+https://github.com/rust-lang/crates.io-index" 95 - checksum = "136d4d23bcc79e27423727b36823d86233aad06dfea531837b038394d11e9928" 96 - dependencies = [ 97 - "concurrent-queue", 98 - "event-listener", 99 - "event-listener-strategy", 100 - "futures-core", 101 - "pin-project-lite", 102 - ] 103 - 104 - [[package]] 105 - name = "async-trait" 106 - version = "0.1.80" 107 - source = "registry+https://github.com/rust-lang/crates.io-index" 108 - checksum = "c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca" 109 - dependencies = [ 110 - "proc-macro2", 111 - "quote 1.0.36", 112 - "syn 2.0.58", 113 - ] 114 - 115 - [[package]] 116 - name = "atk" 117 - version = "0.18.0" 118 - source = "registry+https://github.com/rust-lang/crates.io-index" 119 - checksum = "b4af014b17dd80e8af9fa689b2d4a211ddba6eb583c1622f35d0cb543f6b17e4" 120 - dependencies = [ 121 - "atk-sys", 122 - "glib 0.18.5", 123 - "libc", 124 - ] 125 - 126 - [[package]] 127 - name = "atk-sys" 128 - version = "0.18.0" 129 - source = "registry+https://github.com/rust-lang/crates.io-index" 130 - checksum = "251e0b7d90e33e0ba930891a505a9a35ece37b2dd37a14f3ffc306c13b980009" 131 - dependencies = [ 132 - "glib-sys 0.18.1", 133 - "gobject-sys 0.18.0", 134 - "libc", 135 - "system-deps", 136 - ] 137 - 138 - [[package]] 139 - name = "atty" 140 - version = "0.2.14" 141 - source = "registry+https://github.com/rust-lang/crates.io-index" 142 - checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 143 - dependencies = [ 144 - "hermit-abi 0.1.19", 145 - "libc", 146 - "winapi", 147 - ] 148 - 149 - [[package]] 150 - name = "autocfg" 151 - version = "1.2.0" 152 - source = "registry+https://github.com/rust-lang/crates.io-index" 153 - checksum = "f1fdabc7756949593fe60f30ec81974b613357de856987752631dea1e3394c80" 154 - 155 - [[package]] 156 - name = "backtrace" 157 - version = "0.3.71" 158 - source = "registry+https://github.com/rust-lang/crates.io-index" 159 - checksum = "26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d" 160 - dependencies = [ 161 - "addr2line", 162 - "cc", 163 - "cfg-if", 164 - "libc", 165 - "miniz_oxide", 166 - "object", 167 - "rustc-demangle", 168 - ] 169 - 170 - [[package]] 171 - name = "base64" 172 - version = "0.22.0" 173 - source = "registry+https://github.com/rust-lang/crates.io-index" 174 - checksum = "9475866fec1451be56a3c2400fd081ff546538961565ccb5b7142cbd22bc7a51" 175 - 176 - [[package]] 177 - name = "base64ct" 178 - version = "1.6.0" 179 - source = "registry+https://github.com/rust-lang/crates.io-index" 180 - checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" 181 - 182 - [[package]] 183 - name = "bitflags" 184 - version = "1.3.2" 185 - source = "registry+https://github.com/rust-lang/crates.io-index" 186 - checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 187 - 188 - [[package]] 189 - name = "bitflags" 190 - version = "2.5.0" 191 - source = "registry+https://github.com/rust-lang/crates.io-index" 192 - checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1" 193 - dependencies = [ 194 - "serde", 195 - ] 196 - 197 - [[package]] 198 - name = "bitvec" 199 - version = "1.0.1" 200 - source = "registry+https://github.com/rust-lang/crates.io-index" 201 - checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c" 202 - dependencies = [ 203 - "funty", 204 - "radium", 205 - "tap", 206 - "wyz", 207 - ] 208 - 209 - [[package]] 210 - name = "block" 211 - version = "0.1.6" 212 - source = "registry+https://github.com/rust-lang/crates.io-index" 213 - checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a" 214 - 215 - [[package]] 216 - name = "block-padding" 217 - version = "0.3.3" 218 - source = "registry+https://github.com/rust-lang/crates.io-index" 219 - checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93" 220 - dependencies = [ 221 - "generic-array", 222 - ] 223 - 224 - [[package]] 225 - name = "borsh" 226 - version = "1.4.0" 227 - source = "registry+https://github.com/rust-lang/crates.io-index" 228 - checksum = "0901fc8eb0aca4c83be0106d6f2db17d86a08dfc2c25f0e84464bf381158add6" 229 - dependencies = [ 230 - "borsh-derive", 231 - "cfg_aliases", 232 - ] 233 - 234 - [[package]] 235 - name = "borsh-derive" 236 - version = "1.4.0" 237 - source = "registry+https://github.com/rust-lang/crates.io-index" 238 - checksum = "51670c3aa053938b0ee3bd67c3817e471e626151131b934038e83c5bf8de48f5" 239 - dependencies = [ 240 - "once_cell", 241 - "proc-macro-crate 3.1.0", 242 - "proc-macro2", 243 - "quote 1.0.36", 244 - "syn 2.0.58", 245 - "syn_derive", 246 - ] 247 - 248 - [[package]] 249 - name = "bumpalo" 250 - version = "3.16.0" 251 - source = "registry+https://github.com/rust-lang/crates.io-index" 252 - checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" 253 - 254 - [[package]] 255 - name = "bytecheck" 256 - version = "0.6.12" 257 - source = "registry+https://github.com/rust-lang/crates.io-index" 258 - checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2" 259 - dependencies = [ 260 - "bytecheck_derive", 261 - "ptr_meta", 262 - "simdutf8", 263 - ] 264 - 265 - [[package]] 266 - name = "bytecheck_derive" 267 - version = "0.6.12" 268 - source = "registry+https://github.com/rust-lang/crates.io-index" 269 - checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659" 270 - dependencies = [ 271 - "proc-macro2", 272 - "quote 1.0.36", 273 - "syn 1.0.109", 274 - ] 275 - 276 - [[package]] 277 - name = "byteorder" 278 - version = "1.5.0" 279 - source = "registry+https://github.com/rust-lang/crates.io-index" 280 - checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 281 - 282 - [[package]] 283 - name = "bytes" 284 - version = "1.6.0" 285 - source = "registry+https://github.com/rust-lang/crates.io-index" 286 - checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9" 287 - 288 - [[package]] 289 - name = "cairo-rs" 290 - version = "0.18.5" 291 - source = "registry+https://github.com/rust-lang/crates.io-index" 292 - checksum = "8ca26ef0159422fb77631dc9d17b102f253b876fe1586b03b803e63a309b4ee2" 293 - dependencies = [ 294 - "bitflags 2.5.0", 295 - "cairo-sys-rs 0.18.2", 296 - "glib 0.18.5", 297 - "libc", 298 - "once_cell", 299 - "thiserror", 300 - ] 301 - 302 - [[package]] 303 - name = "cairo-rs" 304 - version = "0.19.4" 305 - source = "registry+https://github.com/rust-lang/crates.io-index" 306 - checksum = "b2ac2a4d0e69036cf0062976f6efcba1aaee3e448594e6514bb2ddf87acce562" 307 - dependencies = [ 308 - "bitflags 2.5.0", 309 - "cairo-sys-rs 0.19.2", 310 - "glib 0.19.4", 311 - "libc", 312 - "thiserror", 313 - ] 314 - 315 - [[package]] 316 - name = "cairo-sys-rs" 317 - version = "0.18.2" 318 - source = "registry+https://github.com/rust-lang/crates.io-index" 319 - checksum = "685c9fa8e590b8b3d678873528d83411db17242a73fccaed827770ea0fedda51" 320 - dependencies = [ 321 - "glib-sys 0.18.1", 322 - "libc", 323 - "system-deps", 324 - ] 325 - 326 - [[package]] 327 - name = "cairo-sys-rs" 328 - version = "0.19.2" 329 - source = "registry+https://github.com/rust-lang/crates.io-index" 330 - checksum = "fd3bb3119664efbd78b5e6c93957447944f16bdbced84c17a9f41c7829b81e64" 331 - dependencies = [ 332 - "glib-sys 0.19.0", 333 - "libc", 334 - "system-deps", 335 - ] 336 - 337 - [[package]] 338 - name = "cbc" 339 - version = "0.1.2" 340 - source = "registry+https://github.com/rust-lang/crates.io-index" 341 - checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6" 342 - dependencies = [ 343 - "cipher", 344 - ] 345 - 346 - [[package]] 347 - name = "cc" 348 - version = "1.0.94" 349 - source = "registry+https://github.com/rust-lang/crates.io-index" 350 - checksum = "17f6e324229dc011159fcc089755d1e2e216a90d43a7dea6853ca740b84f35e7" 351 - 352 - [[package]] 353 - name = "cfg-expr" 354 - version = "0.15.8" 355 - source = "registry+https://github.com/rust-lang/crates.io-index" 356 - checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02" 357 - dependencies = [ 358 - "smallvec", 359 - "target-lexicon", 360 - ] 361 - 362 - [[package]] 363 - name = "cfg-if" 364 - version = "1.0.0" 365 - source = "registry+https://github.com/rust-lang/crates.io-index" 366 - checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 367 - 368 - [[package]] 369 - name = "cfg_aliases" 370 - version = "0.1.1" 371 - source = "registry+https://github.com/rust-lang/crates.io-index" 372 - checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" 373 - 374 - [[package]] 375 - name = "cipher" 376 - version = "0.4.4" 377 - source = "registry+https://github.com/rust-lang/crates.io-index" 378 - checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" 379 - dependencies = [ 380 - "crypto-common", 381 - "inout", 382 - ] 383 - 384 - [[package]] 385 - name = "clap" 386 - version = "2.34.0" 387 - source = "registry+https://github.com/rust-lang/crates.io-index" 388 - checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c" 389 - dependencies = [ 390 - "ansi_term", 391 - "atty", 392 - "bitflags 1.3.2", 393 - "strsim 0.8.0", 394 - "textwrap", 395 - "unicode-width", 396 - "vec_map", 397 - ] 398 - 399 - [[package]] 400 - name = "cocoa" 401 - version = "0.25.0" 402 - source = "registry+https://github.com/rust-lang/crates.io-index" 403 - checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c" 404 - dependencies = [ 405 - "bitflags 1.3.2", 406 - "block", 407 - "cocoa-foundation", 408 - "core-foundation", 409 - "core-graphics", 410 - "foreign-types 0.5.0", 411 - "libc", 412 - "objc", 413 - ] 414 - 415 - [[package]] 416 - name = "cocoa-foundation" 417 - version = "0.1.2" 418 - source = "registry+https://github.com/rust-lang/crates.io-index" 419 - checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7" 420 - dependencies = [ 421 - "bitflags 1.3.2", 422 - "block", 423 - "core-foundation", 424 - "core-graphics-types", 425 - "libc", 426 - "objc", 427 - ] 428 - 429 - [[package]] 430 - name = "concurrent-queue" 431 - version = "2.4.0" 432 - source = "registry+https://github.com/rust-lang/crates.io-index" 433 - checksum = "d16048cd947b08fa32c24458a22f5dc5e835264f689f4f5653210c69fd107363" 434 - dependencies = [ 435 - "crossbeam-utils", 436 - ] 437 - 438 - [[package]] 439 - name = "const-oid" 440 - version = "0.9.6" 441 - source = "registry+https://github.com/rust-lang/crates.io-index" 442 - checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" 443 - 444 - [[package]] 445 - name = "cookie" 446 - version = "0.17.0" 447 - source = "registry+https://github.com/rust-lang/crates.io-index" 448 - checksum = "7efb37c3e1ccb1ff97164ad95ac1606e8ccd35b3fa0a7d99a304c7f4a428cc24" 449 - dependencies = [ 450 - "percent-encoding", 451 - "time", 452 - "version_check", 453 - ] 454 - 455 - [[package]] 456 - name = "cookie" 457 - version = "0.18.1" 458 - source = "registry+https://github.com/rust-lang/crates.io-index" 459 - checksum = "4ddef33a339a91ea89fb53151bd0a4689cfce27055c291dfa69945475d22c747" 460 - dependencies = [ 461 - "time", 462 - "version_check", 463 - ] 464 - 465 - [[package]] 466 - name = "cookie_store" 467 - version = "0.20.0" 468 - source = "registry+https://github.com/rust-lang/crates.io-index" 469 - checksum = "387461abbc748185c3a6e1673d826918b450b87ff22639429c694619a83b6cf6" 470 - dependencies = [ 471 - "cookie 0.17.0", 472 - "idna 0.3.0", 473 - "log", 474 - "publicsuffix", 475 - "serde", 476 - "serde_derive", 477 - "serde_json", 478 - "time", 479 - "url", 480 - ] 481 - 482 - [[package]] 483 - name = "core-foundation" 484 - version = "0.9.4" 485 - source = "registry+https://github.com/rust-lang/crates.io-index" 486 - checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 487 - dependencies = [ 488 - "core-foundation-sys", 489 - "libc", 490 - ] 491 - 492 - [[package]] 493 - name = "core-foundation-sys" 494 - version = "0.8.6" 495 - source = "registry+https://github.com/rust-lang/crates.io-index" 496 - checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f" 497 - 498 - [[package]] 499 - name = "core-graphics" 500 - version = "0.23.2" 501 - source = "registry+https://github.com/rust-lang/crates.io-index" 502 - checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081" 503 - dependencies = [ 504 - "bitflags 1.3.2", 505 - "core-foundation", 506 - "core-graphics-types", 507 - "foreign-types 0.5.0", 508 - "libc", 509 - ] 510 - 511 - [[package]] 512 - name = "core-graphics-types" 513 - version = "0.1.3" 514 - source = "registry+https://github.com/rust-lang/crates.io-index" 515 - checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf" 516 - dependencies = [ 517 - "bitflags 1.3.2", 518 - "core-foundation", 519 - "libc", 520 - ] 521 - 522 - [[package]] 523 - name = "cpufeatures" 524 - version = "0.2.12" 525 - source = "registry+https://github.com/rust-lang/crates.io-index" 526 - checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504" 527 - dependencies = [ 528 - "libc", 529 - ] 530 - 531 - [[package]] 532 - name = "crc32fast" 533 - version = "1.4.0" 534 - source = "registry+https://github.com/rust-lang/crates.io-index" 535 - checksum = "b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa" 536 - dependencies = [ 537 - "cfg-if", 538 - ] 539 - 540 - [[package]] 541 - name = "crossbeam-channel" 542 - version = "0.5.12" 543 - source = "registry+https://github.com/rust-lang/crates.io-index" 544 - checksum = "ab3db02a9c5b5121e1e42fbdb1aeb65f5e02624cc58c43f2884c6ccac0b82f95" 545 - dependencies = [ 546 - "crossbeam-utils", 547 - ] 548 - 549 - [[package]] 550 - name = "crossbeam-utils" 551 - version = "0.8.19" 552 - source = "registry+https://github.com/rust-lang/crates.io-index" 553 - checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345" 554 - 555 - [[package]] 556 - name = "crypto-common" 557 - version = "0.1.6" 558 - source = "registry+https://github.com/rust-lang/crates.io-index" 559 - checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 560 - dependencies = [ 561 - "generic-array", 562 - "typenum", 563 - ] 564 - 565 - [[package]] 566 - name = "darling" 567 - version = "0.14.4" 568 - source = "registry+https://github.com/rust-lang/crates.io-index" 569 - checksum = "7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850" 570 - dependencies = [ 571 - "darling_core", 572 - "darling_macro", 573 - ] 574 - 575 - [[package]] 576 - name = "darling_core" 577 - version = "0.14.4" 578 - source = "registry+https://github.com/rust-lang/crates.io-index" 579 - checksum = "109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0" 580 - dependencies = [ 581 - "fnv", 582 - "ident_case", 583 - "proc-macro2", 584 - "quote 1.0.36", 585 - "strsim 0.10.0", 586 - "syn 1.0.109", 587 - ] 588 - 589 - [[package]] 590 - name = "darling_macro" 591 - version = "0.14.4" 592 - source = "registry+https://github.com/rust-lang/crates.io-index" 593 - checksum = "a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e" 594 - dependencies = [ 595 - "darling_core", 596 - "quote 1.0.36", 597 - "syn 1.0.109", 598 - ] 599 - 600 - [[package]] 601 - name = "dbus" 602 - version = "0.9.7" 603 - source = "registry+https://github.com/rust-lang/crates.io-index" 604 - checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b" 605 - dependencies = [ 606 - "libc", 607 - "libdbus-sys", 608 - "winapi", 609 - ] 610 - 611 - [[package]] 612 - name = "dbus-codegen" 613 - version = "0.9.1" 614 - source = "registry+https://github.com/rust-lang/crates.io-index" 615 - checksum = "a49da9fdfbe872d4841d56605dc42efa5e6ca3291299b87f44e1cde91a28617c" 616 - dependencies = [ 617 - "clap", 618 - "dbus", 619 - "xml-rs", 620 - ] 621 - 622 - [[package]] 623 - name = "dbus-tree" 624 - version = "0.9.2" 625 - source = "registry+https://github.com/rust-lang/crates.io-index" 626 - checksum = "f456e698ae8e54575e19ddb1f9b7bce2298568524f215496b248eb9498b4f508" 627 - dependencies = [ 628 - "dbus", 629 - ] 630 - 631 - [[package]] 632 - name = "der" 633 - version = "0.7.9" 634 - source = "registry+https://github.com/rust-lang/crates.io-index" 635 - checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0" 636 - dependencies = [ 637 - "const-oid", 638 - "pem-rfc7468", 639 - "zeroize", 640 - ] 641 - 642 - [[package]] 643 - name = "deranged" 644 - version = "0.3.11" 645 - source = "registry+https://github.com/rust-lang/crates.io-index" 646 - checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4" 647 - dependencies = [ 648 - "powerfmt", 649 - ] 650 - 651 - [[package]] 652 - name = "derive_is_enum_variant" 653 - version = "0.1.1" 654 - source = "registry+https://github.com/rust-lang/crates.io-index" 655 - checksum = "d0ac8859845146979953797f03cc5b282fb4396891807cdb3d04929a88418197" 656 - dependencies = [ 657 - "heck 0.3.3", 658 - "quote 0.3.15", 659 - "syn 0.11.11", 660 - ] 661 - 662 - [[package]] 663 - name = "digest" 664 - version = "0.10.7" 665 - source = "registry+https://github.com/rust-lang/crates.io-index" 666 - checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 667 - dependencies = [ 668 - "const-oid", 669 - "crypto-common", 670 - ] 671 - 672 - [[package]] 673 - name = "directories" 674 - version = "5.0.1" 675 - source = "registry+https://github.com/rust-lang/crates.io-index" 676 - checksum = "9a49173b84e034382284f27f1af4dcbbd231ffa358c0fe316541a7337f376a35" 677 - dependencies = [ 678 - "dirs-sys", 679 - ] 680 - 681 - [[package]] 682 - name = "dirs-next" 683 - version = "2.0.0" 684 - source = "registry+https://github.com/rust-lang/crates.io-index" 685 - checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1" 686 - dependencies = [ 687 - "cfg-if", 688 - "dirs-sys-next", 689 - ] 690 - 691 - [[package]] 692 - name = "dirs-sys" 693 - version = "0.4.1" 694 - source = "registry+https://github.com/rust-lang/crates.io-index" 695 - checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" 696 - dependencies = [ 697 - "libc", 698 - "option-ext", 699 - "redox_users", 700 - "windows-sys 0.48.0", 701 - ] 702 - 703 - [[package]] 704 - name = "dirs-sys-next" 705 - version = "0.1.2" 706 - source = "registry+https://github.com/rust-lang/crates.io-index" 707 - checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d" 708 - dependencies = [ 709 - "libc", 710 - "redox_users", 711 - "winapi", 712 - ] 713 - 714 - [[package]] 715 - name = "documented" 716 - version = "0.4.1" 717 - source = "registry+https://github.com/rust-lang/crates.io-index" 718 - checksum = "21cd1d2800b9a2b71d4311a38fcda9eebc9313bbd86730880147eba1e29599e0" 719 - dependencies = [ 720 - "documented-derive", 721 - "phf", 722 - "thiserror", 723 - ] 724 - 725 - [[package]] 726 - name = "documented-derive" 727 - version = "0.4.1" 728 - source = "registry+https://github.com/rust-lang/crates.io-index" 729 - checksum = "48583206f0a72d5fbfcb5dd8ab56ec878a6594fbcb1219d5b65b502b960c7cdb" 730 - dependencies = [ 731 - "quote 1.0.36", 732 - "syn 2.0.58", 733 - ] 734 - 735 - [[package]] 736 - name = "dpi" 737 - version = "0.1.1" 738 - source = "registry+https://github.com/rust-lang/crates.io-index" 739 - checksum = "f25c0e292a7ca6d6498557ff1df68f32c99850012b6ea401cf8daf771f22ff53" 740 - 741 - [[package]] 742 - name = "ecb" 743 - version = "0.1.2" 744 - source = "registry+https://github.com/rust-lang/crates.io-index" 745 - checksum = "1a8bfa975b1aec2145850fcaa1c6fe269a16578c44705a532ae3edc92b8881c7" 746 - dependencies = [ 747 - "cipher", 748 - ] 749 - 750 - [[package]] 751 - name = "embed-resource" 752 - version = "2.4.2" 753 - source = "registry+https://github.com/rust-lang/crates.io-index" 754 - checksum = "c6985554d0688b687c5cb73898a34fbe3ad6c24c58c238a4d91d5e840670ee9d" 755 - dependencies = [ 756 - "cc", 757 - "memchr", 758 - "rustc_version", 759 - "toml", 760 - "vswhom", 761 - "winreg", 762 - ] 763 - 764 - [[package]] 765 - name = "encoding_rs" 766 - version = "0.8.34" 767 - source = "registry+https://github.com/rust-lang/crates.io-index" 768 - checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59" 769 - dependencies = [ 770 - "cfg-if", 771 - ] 772 - 773 - [[package]] 774 - name = "enum-kinds" 775 - version = "0.5.1" 776 - source = "registry+https://github.com/rust-lang/crates.io-index" 777 - checksum = "4e40a16955681d469ab3da85aaa6b42ff656b3c67b52e1d8d3dd36afe97fd462" 778 - dependencies = [ 779 - "proc-macro2", 780 - "quote 1.0.36", 781 - "syn 1.0.109", 782 - ] 783 - 784 - [[package]] 785 - name = "equivalent" 786 - version = "1.0.1" 787 - source = "registry+https://github.com/rust-lang/crates.io-index" 788 - checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" 789 - 790 - [[package]] 791 - name = "errno" 792 - version = "0.3.8" 793 - source = "registry+https://github.com/rust-lang/crates.io-index" 794 - checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245" 795 - dependencies = [ 796 - "libc", 797 - "windows-sys 0.52.0", 798 - ] 799 - 800 - [[package]] 801 - name = "event-listener" 802 - version = "5.3.0" 803 - source = "registry+https://github.com/rust-lang/crates.io-index" 804 - checksum = "6d9944b8ca13534cdfb2800775f8dd4902ff3fc75a50101466decadfdf322a24" 805 - dependencies = [ 806 - "concurrent-queue", 807 - "parking", 808 - "pin-project-lite", 809 - ] 810 - 811 - [[package]] 812 - name = "event-listener-strategy" 813 - version = "0.5.1" 814 - source = "registry+https://github.com/rust-lang/crates.io-index" 815 - checksum = "332f51cb23d20b0de8458b86580878211da09bcd4503cb579c225b3d124cabb3" 816 - dependencies = [ 817 - "event-listener", 818 - "pin-project-lite", 819 - ] 820 - 821 - [[package]] 822 - name = "fastrand" 823 - version = "2.0.2" 824 - source = "registry+https://github.com/rust-lang/crates.io-index" 825 - checksum = "658bd65b1cf4c852a3cc96f18a8ce7b5640f6b703f905c7d74532294c2a63984" 826 - 827 - [[package]] 828 - name = "fdeflate" 829 - version = "0.3.4" 830 - source = "registry+https://github.com/rust-lang/crates.io-index" 831 - checksum = "4f9bfee30e4dedf0ab8b422f03af778d9612b63f502710fc500a334ebe2de645" 832 - dependencies = [ 833 - "simd-adler32", 834 - ] 835 - 836 - [[package]] 837 - name = "field-offset" 838 - version = "0.3.6" 839 - source = "registry+https://github.com/rust-lang/crates.io-index" 840 - checksum = "38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f" 841 - dependencies = [ 842 - "memoffset", 843 - "rustc_version", 844 - ] 845 - 846 - [[package]] 847 - name = "flate2" 848 - version = "1.0.28" 849 - source = "registry+https://github.com/rust-lang/crates.io-index" 850 - checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e" 851 - dependencies = [ 852 - "crc32fast", 853 - "miniz_oxide", 854 - ] 855 - 856 - [[package]] 857 - name = "fnv" 858 - version = "1.0.7" 859 - source = "registry+https://github.com/rust-lang/crates.io-index" 860 - checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 861 - 862 - [[package]] 863 - name = "foreign-types" 864 - version = "0.3.2" 865 - source = "registry+https://github.com/rust-lang/crates.io-index" 866 - checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 867 - dependencies = [ 868 - "foreign-types-shared 0.1.1", 869 - ] 870 - 871 - [[package]] 872 - name = "foreign-types" 873 - version = "0.5.0" 874 - source = "registry+https://github.com/rust-lang/crates.io-index" 875 - checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965" 876 - dependencies = [ 877 - "foreign-types-macros", 878 - "foreign-types-shared 0.3.1", 879 - ] 880 - 881 - [[package]] 882 - name = "foreign-types-macros" 883 - version = "0.2.3" 884 - source = "registry+https://github.com/rust-lang/crates.io-index" 885 - checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742" 886 - dependencies = [ 887 - "proc-macro2", 888 - "quote 1.0.36", 889 - "syn 2.0.58", 890 - ] 891 - 892 - [[package]] 893 - name = "foreign-types-shared" 894 - version = "0.1.1" 895 - source = "registry+https://github.com/rust-lang/crates.io-index" 896 - checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 897 - 898 - [[package]] 899 - name = "foreign-types-shared" 900 - version = "0.3.1" 901 - source = "registry+https://github.com/rust-lang/crates.io-index" 902 - checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b" 903 - 904 - [[package]] 905 - name = "form_urlencoded" 906 - version = "1.2.1" 907 - source = "registry+https://github.com/rust-lang/crates.io-index" 908 - checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" 909 - dependencies = [ 910 - "percent-encoding", 911 - ] 912 - 913 - [[package]] 914 - name = "from_variants" 915 - version = "1.0.2" 916 - source = "registry+https://github.com/rust-lang/crates.io-index" 917 - checksum = "4e859c8f2057687618905dbe99fc76e836e0a69738865ef90e46fc214a41bbf2" 918 - dependencies = [ 919 - "from_variants_impl", 920 - ] 921 - 922 - [[package]] 923 - name = "from_variants_impl" 924 - version = "1.0.2" 925 - source = "registry+https://github.com/rust-lang/crates.io-index" 926 - checksum = "55a5e644a80e6d96b2b4910fa7993301d7b7926c045b475b62202b20a36ce69e" 927 - dependencies = [ 928 - "darling", 929 - "proc-macro2", 930 - "quote 1.0.36", 931 - "syn 1.0.109", 932 - ] 933 - 934 - [[package]] 935 - name = "funty" 936 - version = "2.0.0" 937 - source = "registry+https://github.com/rust-lang/crates.io-index" 938 - checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" 939 - 940 - [[package]] 941 - name = "futures-channel" 942 - version = "0.3.30" 943 - source = "registry+https://github.com/rust-lang/crates.io-index" 944 - checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78" 945 - dependencies = [ 946 - "futures-core", 947 - ] 948 - 949 - [[package]] 950 - name = "futures-core" 951 - version = "0.3.30" 952 - source = "registry+https://github.com/rust-lang/crates.io-index" 953 - checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d" 954 - 955 - [[package]] 956 - name = "futures-executor" 957 - version = "0.3.30" 958 - source = "registry+https://github.com/rust-lang/crates.io-index" 959 - checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d" 960 - dependencies = [ 961 - "futures-core", 962 - "futures-task", 963 - "futures-util", 964 - ] 965 - 966 - [[package]] 967 - name = "futures-io" 968 - version = "0.3.30" 969 - source = "registry+https://github.com/rust-lang/crates.io-index" 970 - checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1" 971 - 972 - [[package]] 973 - name = "futures-macro" 974 - version = "0.3.30" 975 - source = "registry+https://github.com/rust-lang/crates.io-index" 976 - checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac" 977 - dependencies = [ 978 - "proc-macro2", 979 - "quote 1.0.36", 980 - "syn 2.0.58", 981 - ] 982 - 983 - [[package]] 984 - name = "futures-sink" 985 - version = "0.3.30" 986 - source = "registry+https://github.com/rust-lang/crates.io-index" 987 - checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5" 988 - 989 - [[package]] 990 - name = "futures-task" 991 - version = "0.3.30" 992 - source = "registry+https://github.com/rust-lang/crates.io-index" 993 - checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004" 994 - 995 - [[package]] 996 - name = "futures-util" 997 - version = "0.3.30" 998 - source = "registry+https://github.com/rust-lang/crates.io-index" 999 - checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48" 1000 - dependencies = [ 1001 - "futures-core", 1002 - "futures-macro", 1003 - "futures-task", 1004 - "pin-project-lite", 1005 - "pin-utils", 1006 - "slab", 1007 - ] 1008 - 1009 - [[package]] 1010 - name = "gdk" 1011 - version = "0.18.0" 1012 - source = "registry+https://github.com/rust-lang/crates.io-index" 1013 - checksum = "f5ba081bdef3b75ebcdbfc953699ed2d7417d6bd853347a42a37d76406a33646" 1014 - dependencies = [ 1015 - "cairo-rs 0.18.5", 1016 - "gdk-pixbuf 0.18.5", 1017 - "gdk-sys", 1018 - "gio 0.18.4", 1019 - "glib 0.18.5", 1020 - "libc", 1021 - "pango 0.18.3", 1022 - ] 1023 - 1024 - [[package]] 1025 - name = "gdk-pixbuf" 1026 - version = "0.18.5" 1027 - source = "registry+https://github.com/rust-lang/crates.io-index" 1028 - checksum = "50e1f5f1b0bfb830d6ccc8066d18db35c487b1b2b1e8589b5dfe9f07e8defaec" 1029 - dependencies = [ 1030 - "gdk-pixbuf-sys 0.18.0", 1031 - "gio 0.18.4", 1032 - "glib 0.18.5", 1033 - "libc", 1034 - "once_cell", 1035 - ] 1036 - 1037 - [[package]] 1038 - name = "gdk-pixbuf" 1039 - version = "0.19.2" 1040 - source = "registry+https://github.com/rust-lang/crates.io-index" 1041 - checksum = "f6a23f8a0b5090494fd04924662d463f8386cc678dd3915015a838c1a3679b92" 1042 - dependencies = [ 1043 - "gdk-pixbuf-sys 0.19.0", 1044 - "gio 0.19.4", 1045 - "glib 0.19.4", 1046 - "libc", 1047 - ] 1048 - 1049 - [[package]] 1050 - name = "gdk-pixbuf-sys" 1051 - version = "0.18.0" 1052 - source = "registry+https://github.com/rust-lang/crates.io-index" 1053 - checksum = "3f9839ea644ed9c97a34d129ad56d38a25e6756f99f3a88e15cd39c20629caf7" 1054 - dependencies = [ 1055 - "gio-sys 0.18.1", 1056 - "glib-sys 0.18.1", 1057 - "gobject-sys 0.18.0", 1058 - "libc", 1059 - "system-deps", 1060 - ] 1061 - 1062 - [[package]] 1063 - name = "gdk-pixbuf-sys" 1064 - version = "0.19.0" 1065 - source = "registry+https://github.com/rust-lang/crates.io-index" 1066 - checksum = "3dcbd04c1b2c4834cc008b4828bc917d062483b88d26effde6342e5622028f96" 1067 - dependencies = [ 1068 - "gio-sys 0.19.0", 1069 - "glib-sys 0.19.0", 1070 - "gobject-sys 0.19.0", 1071 - "libc", 1072 - "system-deps", 1073 - ] 1074 - 1075 - [[package]] 1076 - name = "gdk-sys" 1077 - version = "0.18.0" 1078 - source = "registry+https://github.com/rust-lang/crates.io-index" 1079 - checksum = "31ff856cb3386dae1703a920f803abafcc580e9b5f711ca62ed1620c25b51ff2" 1080 - dependencies = [ 1081 - "cairo-sys-rs 0.18.2", 1082 - "gdk-pixbuf-sys 0.18.0", 1083 - "gio-sys 0.18.1", 1084 - "glib-sys 0.18.1", 1085 - "gobject-sys 0.18.0", 1086 - "libc", 1087 - "pango-sys 0.18.0", 1088 - "pkg-config", 1089 - "system-deps", 1090 - ] 1091 - 1092 - [[package]] 1093 - name = "gdk4" 1094 - version = "0.8.1" 1095 - source = "registry+https://github.com/rust-lang/crates.io-index" 1096 - checksum = "9100b25604183f2fd97f55ef087fae96ab4934d7215118a35303e422688e6e4b" 1097 - dependencies = [ 1098 - "cairo-rs 0.19.4", 1099 - "gdk-pixbuf 0.19.2", 1100 - "gdk4-sys", 1101 - "gio 0.19.4", 1102 - "glib 0.19.4", 1103 - "libc", 1104 - "pango 0.19.3", 1105 - ] 1106 - 1107 - [[package]] 1108 - name = "gdk4-sys" 1109 - version = "0.8.1" 1110 - source = "registry+https://github.com/rust-lang/crates.io-index" 1111 - checksum = "d0b76874c40bb8d1c7d03a7231e23ac75fa577a456cd53af32ec17ec8f121626" 1112 - dependencies = [ 1113 - "cairo-sys-rs 0.19.2", 1114 - "gdk-pixbuf-sys 0.19.0", 1115 - "gio-sys 0.19.0", 1116 - "glib-sys 0.19.0", 1117 - "gobject-sys 0.19.0", 1118 - "libc", 1119 - "pango-sys 0.19.0", 1120 - "pkg-config", 1121 - "system-deps", 1122 - ] 1123 - 1124 - [[package]] 1125 - name = "gdk4-win32" 1126 - version = "0.8.1" 1127 - source = "registry+https://github.com/rust-lang/crates.io-index" 1128 - checksum = "ab6181b6e5c91ee292dca0032b00d48dee8e61358253742c9752537a88486b3f" 1129 - dependencies = [ 1130 - "gdk4", 1131 - "gdk4-win32-sys", 1132 - "gio 0.19.4", 1133 - "glib 0.19.4", 1134 - "libc", 1135 - ] 1136 - 1137 - [[package]] 1138 - name = "gdk4-win32-sys" 1139 - version = "0.8.1" 1140 - source = "registry+https://github.com/rust-lang/crates.io-index" 1141 - checksum = "efa8530d6619cf43f007f3efd993a356e1ca4e643c4d0bd2a99832a08af2e402" 1142 - dependencies = [ 1143 - "gdk4-sys", 1144 - "glib-sys 0.19.0", 1145 - "libc", 1146 - "system-deps", 1147 - ] 1148 - 1149 - [[package]] 1150 - name = "generic-array" 1151 - version = "0.14.7" 1152 - source = "registry+https://github.com/rust-lang/crates.io-index" 1153 - checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 1154 - dependencies = [ 1155 - "typenum", 1156 - "version_check", 1157 - ] 1158 - 1159 - [[package]] 1160 - name = "getrandom" 1161 - version = "0.2.14" 1162 - source = "registry+https://github.com/rust-lang/crates.io-index" 1163 - checksum = "94b22e06ecb0110981051723910cbf0b5f5e09a2062dd7663334ee79a9d1286c" 1164 - dependencies = [ 1165 - "cfg-if", 1166 - "libc", 1167 - "wasi", 1168 - ] 1169 - 1170 - [[package]] 1171 - name = "gettext-rs" 1172 - version = "0.7.0" 1173 - source = "registry+https://github.com/rust-lang/crates.io-index" 1174 - checksum = "e49ea8a8fad198aaa1f9655a2524b64b70eb06b2f3ff37da407566c93054f364" 1175 - dependencies = [ 1176 - "gettext-sys", 1177 - "locale_config", 1178 - ] 1179 - 1180 - [[package]] 1181 - name = "gettext-sys" 1182 - version = "0.21.3" 1183 - source = "registry+https://github.com/rust-lang/crates.io-index" 1184 - checksum = "c63ce2e00f56a206778276704bbe38564c8695249fdc8f354b4ef71c57c3839d" 1185 - dependencies = [ 1186 - "cc", 1187 - "temp-dir", 1188 - ] 1189 - 1190 - [[package]] 1191 - name = "gimli" 1192 - version = "0.28.1" 1193 - source = "registry+https://github.com/rust-lang/crates.io-index" 1194 - checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253" 1195 - 1196 - [[package]] 1197 - name = "gio" 1198 - version = "0.18.4" 1199 - source = "registry+https://github.com/rust-lang/crates.io-index" 1200 - checksum = "d4fc8f532f87b79cbc51a79748f16a6828fb784be93145a322fa14d06d354c73" 1201 - dependencies = [ 1202 - "futures-channel", 1203 - "futures-core", 1204 - "futures-io", 1205 - "futures-util", 1206 - "gio-sys 0.18.1", 1207 - "glib 0.18.5", 1208 - "libc", 1209 - "once_cell", 1210 - "pin-project-lite", 1211 - "smallvec", 1212 - "thiserror", 1213 - ] 1214 - 1215 - [[package]] 1216 - name = "gio" 1217 - version = "0.19.4" 1218 - source = "registry+https://github.com/rust-lang/crates.io-index" 1219 - checksum = "3f91a0518c2ec539f099d3f945ab2d6a83ec372a9ef40a21906343b191182845" 1220 - dependencies = [ 1221 - "futures-channel", 1222 - "futures-core", 1223 - "futures-io", 1224 - "futures-util", 1225 - "gio-sys 0.19.0", 1226 - "glib 0.19.4", 1227 - "libc", 1228 - "pin-project-lite", 1229 - "smallvec", 1230 - "thiserror", 1231 - ] 1232 - 1233 - [[package]] 1234 - name = "gio-sys" 1235 - version = "0.18.1" 1236 - source = "registry+https://github.com/rust-lang/crates.io-index" 1237 - checksum = "37566df850baf5e4cb0dfb78af2e4b9898d817ed9263d1090a2df958c64737d2" 1238 - dependencies = [ 1239 - "glib-sys 0.18.1", 1240 - "gobject-sys 0.18.0", 1241 - "libc", 1242 - "system-deps", 1243 - "winapi", 1244 - ] 1245 - 1246 - [[package]] 1247 - name = "gio-sys" 1248 - version = "0.19.0" 1249 - source = "registry+https://github.com/rust-lang/crates.io-index" 1250 - checksum = "bcf8e1d9219bb294636753d307b030c1e8a032062cba74f493c431a5c8b81ce4" 1251 - dependencies = [ 1252 - "glib-sys 0.19.0", 1253 - "gobject-sys 0.19.0", 1254 - "libc", 1255 - "system-deps", 1256 - "windows-sys 0.52.0", 1257 - ] 1258 - 1259 - [[package]] 1260 - name = "glib" 1261 - version = "0.18.5" 1262 - source = "registry+https://github.com/rust-lang/crates.io-index" 1263 - checksum = "233daaf6e83ae6a12a52055f568f9d7cf4671dabb78ff9560ab6da230ce00ee5" 1264 - dependencies = [ 1265 - "bitflags 2.5.0", 1266 - "futures-channel", 1267 - "futures-core", 1268 - "futures-executor", 1269 - "futures-task", 1270 - "futures-util", 1271 - "gio-sys 0.18.1", 1272 - "glib-macros 0.18.5", 1273 - "glib-sys 0.18.1", 1274 - "gobject-sys 0.18.0", 1275 - "libc", 1276 - "memchr", 1277 - "once_cell", 1278 - "smallvec", 1279 - "thiserror", 1280 - ] 1281 - 1282 - [[package]] 1283 - name = "glib" 1284 - version = "0.19.4" 1285 - source = "registry+https://github.com/rust-lang/crates.io-index" 1286 - checksum = "ae1407b2ce171e654720be10d57d4054d3ff2f10a13d5b37e6819b41439832f7" 1287 - dependencies = [ 1288 - "bitflags 2.5.0", 1289 - "futures-channel", 1290 - "futures-core", 1291 - "futures-executor", 1292 - "futures-task", 1293 - "futures-util", 1294 - "gio-sys 0.19.0", 1295 - "glib-macros 0.19.4", 1296 - "glib-sys 0.19.0", 1297 - "gobject-sys 0.19.0", 1298 - "libc", 1299 - "memchr", 1300 - "smallvec", 1301 - "thiserror", 1302 - ] 1303 - 1304 - [[package]] 1305 - name = "glib-macros" 1306 - version = "0.18.5" 1307 - source = "registry+https://github.com/rust-lang/crates.io-index" 1308 - checksum = "0bb0228f477c0900c880fd78c8759b95c7636dbd7842707f49e132378aa2acdc" 1309 - dependencies = [ 1310 - "heck 0.4.1", 1311 - "proc-macro-crate 2.0.0", 1312 - "proc-macro-error", 1313 - "proc-macro2", 1314 - "quote 1.0.36", 1315 - "syn 2.0.58", 1316 - ] 1317 - 1318 - [[package]] 1319 - name = "glib-macros" 1320 - version = "0.19.4" 1321 - source = "registry+https://github.com/rust-lang/crates.io-index" 1322 - checksum = "d8bba315e8ce8aa59631545358450f4962557e89b5f7db7442e7153b47037f71" 1323 - dependencies = [ 1324 - "heck 0.5.0", 1325 - "proc-macro-crate 3.1.0", 1326 - "proc-macro2", 1327 - "quote 1.0.36", 1328 - "syn 2.0.58", 1329 - ] 1330 - 1331 - [[package]] 1332 - name = "glib-sys" 1333 - version = "0.18.1" 1334 - source = "registry+https://github.com/rust-lang/crates.io-index" 1335 - checksum = "063ce2eb6a8d0ea93d2bf8ba1957e78dbab6be1c2220dd3daca57d5a9d869898" 1336 - dependencies = [ 1337 - "libc", 1338 - "system-deps", 1339 - ] 1340 - 1341 - [[package]] 1342 - name = "glib-sys" 1343 - version = "0.19.0" 1344 - source = "registry+https://github.com/rust-lang/crates.io-index" 1345 - checksum = "630f097773d7c7a0bb3258df4e8157b47dc98bbfa0e60ad9ab56174813feced4" 1346 - dependencies = [ 1347 - "libc", 1348 - "system-deps", 1349 - ] 1350 - 1351 - [[package]] 1352 - name = "gobject-sys" 1353 - version = "0.18.0" 1354 - source = "registry+https://github.com/rust-lang/crates.io-index" 1355 - checksum = "0850127b514d1c4a4654ead6dedadb18198999985908e6ffe4436f53c785ce44" 1356 - dependencies = [ 1357 - "glib-sys 0.18.1", 1358 - "libc", 1359 - "system-deps", 1360 - ] 1361 - 1362 - [[package]] 1363 - name = "gobject-sys" 1364 - version = "0.19.0" 1365 - source = "registry+https://github.com/rust-lang/crates.io-index" 1366 - checksum = "c85e2b1080b9418dd0c58b498da3a5c826030343e0ef07bde6a955d28de54979" 1367 - dependencies = [ 1368 - "glib-sys 0.19.0", 1369 - "libc", 1370 - "system-deps", 1371 - ] 1372 - 1373 - [[package]] 1374 - name = "graphene-rs" 1375 - version = "0.19.2" 1376 - source = "registry+https://github.com/rust-lang/crates.io-index" 1377 - checksum = "99e4d388e96c5f29e2b2f67045d229ddf826d0a8d6d282f94ed3b34452222c91" 1378 - dependencies = [ 1379 - "glib 0.19.4", 1380 - "graphene-sys", 1381 - "libc", 1382 - ] 1383 - 1384 - [[package]] 1385 - name = "graphene-sys" 1386 - version = "0.19.0" 1387 - source = "registry+https://github.com/rust-lang/crates.io-index" 1388 - checksum = "236ed66cc9b18d8adf233716f75de803d0bf6fc806f60d14d948974a12e240d0" 1389 - dependencies = [ 1390 - "glib-sys 0.19.0", 1391 - "libc", 1392 - "pkg-config", 1393 - "system-deps", 1394 - ] 1395 - 1396 - [[package]] 1397 - name = "gsk4" 1398 - version = "0.8.1" 1399 - source = "registry+https://github.com/rust-lang/crates.io-index" 1400 - checksum = "c65036fc8f99579e8cb37b12487969b707ab23ec8ab953682ff347cbd15d396e" 1401 - dependencies = [ 1402 - "cairo-rs 0.19.4", 1403 - "gdk4", 1404 - "glib 0.19.4", 1405 - "graphene-rs", 1406 - "gsk4-sys", 1407 - "libc", 1408 - "pango 0.19.3", 1409 - ] 1410 - 1411 - [[package]] 1412 - name = "gsk4-sys" 1413 - version = "0.8.1" 1414 - source = "registry+https://github.com/rust-lang/crates.io-index" 1415 - checksum = "bd24c814379f9c3199dc53e52253ee8d0f657eae389ab282c330505289d24738" 1416 - dependencies = [ 1417 - "cairo-sys-rs 0.19.2", 1418 - "gdk4-sys", 1419 - "glib-sys 0.19.0", 1420 - "gobject-sys 0.19.0", 1421 - "graphene-sys", 1422 - "libc", 1423 - "pango-sys 0.19.0", 1424 - "system-deps", 1425 - ] 1426 - 1427 - [[package]] 1428 - name = "gtk" 1429 - version = "0.18.1" 1430 - source = "registry+https://github.com/rust-lang/crates.io-index" 1431 - checksum = "93c4f5e0e20b60e10631a5f06da7fe3dda744b05ad0ea71fee2f47adf865890c" 1432 - dependencies = [ 1433 - "atk", 1434 - "cairo-rs 0.18.5", 1435 - "field-offset", 1436 - "futures-channel", 1437 - "gdk", 1438 - "gdk-pixbuf 0.18.5", 1439 - "gio 0.18.4", 1440 - "glib 0.18.5", 1441 - "gtk-sys", 1442 - "gtk3-macros", 1443 - "libc", 1444 - "pango 0.18.3", 1445 - "pkg-config", 1446 - ] 1447 - 1448 - [[package]] 1449 - name = "gtk-sys" 1450 - version = "0.18.0" 1451 - source = "registry+https://github.com/rust-lang/crates.io-index" 1452 - checksum = "771437bf1de2c1c0b496c11505bdf748e26066bbe942dfc8f614c9460f6d7722" 1453 - dependencies = [ 1454 - "atk-sys", 1455 - "cairo-sys-rs 0.18.2", 1456 - "gdk-pixbuf-sys 0.18.0", 1457 - "gdk-sys", 1458 - "gio-sys 0.18.1", 1459 - "glib-sys 0.18.1", 1460 - "gobject-sys 0.18.0", 1461 - "libc", 1462 - "pango-sys 0.18.0", 1463 - "system-deps", 1464 - ] 1465 - 1466 - [[package]] 1467 - name = "gtk3-macros" 1468 - version = "0.18.0" 1469 - source = "registry+https://github.com/rust-lang/crates.io-index" 1470 - checksum = "c6063efb63db582968fb7df72e1ae68aa6360dcfb0a75143f34fc7d616bad75e" 1471 - dependencies = [ 1472 - "proc-macro-crate 1.3.1", 1473 - "proc-macro-error", 1474 - "proc-macro2", 1475 - "quote 1.0.36", 1476 - "syn 2.0.58", 1477 - ] 1478 - 1479 - [[package]] 1480 - name = "gtk4" 1481 - version = "0.8.1" 1482 - source = "registry+https://github.com/rust-lang/crates.io-index" 1483 - checksum = "aa82753b8c26277e4af1446c70e35b19aad4fb794a7b143859e7eeb9a4025d83" 1484 - dependencies = [ 1485 - "cairo-rs 0.19.4", 1486 - "field-offset", 1487 - "futures-channel", 1488 - "gdk-pixbuf 0.19.2", 1489 - "gdk4", 1490 - "gio 0.19.4", 1491 - "glib 0.19.4", 1492 - "graphene-rs", 1493 - "gsk4", 1494 - "gtk4-macros", 1495 - "gtk4-sys", 1496 - "libc", 1497 - "pango 0.19.3", 1498 - ] 1499 - 1500 - [[package]] 1501 - name = "gtk4-macros" 1502 - version = "0.8.1" 1503 - source = "registry+https://github.com/rust-lang/crates.io-index" 1504 - checksum = "40300bf071d2fcd4c94eacc09e84ec6fe73129d2ceb635cf7e55b026b5443567" 1505 - dependencies = [ 1506 - "anyhow", 1507 - "proc-macro-crate 3.1.0", 1508 - "proc-macro-error", 1509 - "proc-macro2", 1510 - "quote 1.0.36", 1511 - "syn 1.0.109", 1512 - ] 1513 - 1514 - [[package]] 1515 - name = "gtk4-sys" 1516 - version = "0.8.1" 1517 - source = "registry+https://github.com/rust-lang/crates.io-index" 1518 - checksum = "0db1b104138f087ccdc81d2c332de5dd049b89de3d384437cc1093b17cd2da18" 1519 - dependencies = [ 1520 - "cairo-sys-rs 0.19.2", 1521 - "gdk-pixbuf-sys 0.19.0", 1522 - "gdk4-sys", 1523 - "gio-sys 0.19.0", 1524 - "glib-sys 0.19.0", 1525 - "gobject-sys 0.19.0", 1526 - "graphene-sys", 1527 - "gsk4-sys", 1528 - "libc", 1529 - "pango-sys 0.19.0", 1530 - "system-deps", 1531 - ] 1532 - 1533 - [[package]] 1534 - name = "h2" 1535 - version = "0.4.4" 1536 - source = "registry+https://github.com/rust-lang/crates.io-index" 1537 - checksum = "816ec7294445779408f36fe57bc5b7fc1cf59664059096c65f905c1c61f58069" 1538 - dependencies = [ 1539 - "bytes", 1540 - "fnv", 1541 - "futures-core", 1542 - "futures-sink", 1543 - "futures-util", 1544 - "http", 1545 - "indexmap", 1546 - "slab", 1547 - "tokio", 1548 - "tokio-util", 1549 - "tracing", 1550 - ] 1551 - 1552 - [[package]] 1553 - name = "hashbrown" 1554 - version = "0.12.3" 1555 - source = "registry+https://github.com/rust-lang/crates.io-index" 1556 - checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 1557 - dependencies = [ 1558 - "ahash 0.7.8", 1559 - ] 1560 - 1561 - [[package]] 1562 - name = "hashbrown" 1563 - version = "0.14.3" 1564 - source = "registry+https://github.com/rust-lang/crates.io-index" 1565 - checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604" 1566 - 1567 - [[package]] 1568 - name = "heck" 1569 - version = "0.3.3" 1570 - source = "registry+https://github.com/rust-lang/crates.io-index" 1571 - checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c" 1572 - dependencies = [ 1573 - "unicode-segmentation", 1574 - ] 1575 - 1576 - [[package]] 1577 - name = "heck" 1578 - version = "0.4.1" 1579 - source = "registry+https://github.com/rust-lang/crates.io-index" 1580 - checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 1581 - 1582 - [[package]] 1583 - name = "heck" 1584 - version = "0.5.0" 1585 - source = "registry+https://github.com/rust-lang/crates.io-index" 1586 - checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 1587 - 1588 - [[package]] 1589 - name = "hermit-abi" 1590 - version = "0.1.19" 1591 - source = "registry+https://github.com/rust-lang/crates.io-index" 1592 - checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" 1593 - dependencies = [ 1594 - "libc", 1595 - ] 1596 - 1597 - [[package]] 1598 - name = "hermit-abi" 1599 - version = "0.3.9" 1600 - source = "registry+https://github.com/rust-lang/crates.io-index" 1601 - checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" 1602 - 1603 - [[package]] 1604 - name = "hex" 1605 - version = "0.4.3" 1606 - source = "registry+https://github.com/rust-lang/crates.io-index" 1607 - checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 1608 - 1609 - [[package]] 1610 - name = "http" 1611 - version = "1.1.0" 1612 - source = "registry+https://github.com/rust-lang/crates.io-index" 1613 - checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258" 1614 - dependencies = [ 1615 - "bytes", 1616 - "fnv", 1617 - "itoa", 1618 - ] 1619 - 1620 - [[package]] 1621 - name = "http-body" 1622 - version = "1.0.0" 1623 - source = "registry+https://github.com/rust-lang/crates.io-index" 1624 - checksum = "1cac85db508abc24a2e48553ba12a996e87244a0395ce011e62b37158745d643" 1625 - dependencies = [ 1626 - "bytes", 1627 - "http", 1628 - ] 1629 - 1630 - [[package]] 1631 - name = "http-body-util" 1632 - version = "0.1.1" 1633 - source = "registry+https://github.com/rust-lang/crates.io-index" 1634 - checksum = "0475f8b2ac86659c21b64320d5d653f9efe42acd2a4e560073ec61a155a34f1d" 1635 - dependencies = [ 1636 - "bytes", 1637 - "futures-core", 1638 - "http", 1639 - "http-body", 1640 - "pin-project-lite", 1641 - ] 1642 - 1643 - [[package]] 1644 - name = "httparse" 1645 - version = "1.8.0" 1646 - source = "registry+https://github.com/rust-lang/crates.io-index" 1647 - checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" 1648 - 1649 - [[package]] 1650 - name = "hyper" 1651 - version = "1.2.0" 1652 - source = "registry+https://github.com/rust-lang/crates.io-index" 1653 - checksum = "186548d73ac615b32a73aafe38fb4f56c0d340e110e5a200bcadbaf2e199263a" 1654 - dependencies = [ 1655 - "bytes", 1656 - "futures-channel", 1657 - "futures-util", 1658 - "h2", 1659 - "http", 1660 - "http-body", 1661 - "httparse", 1662 - "itoa", 1663 - "pin-project-lite", 1664 - "smallvec", 1665 - "tokio", 1666 - "want", 1667 - ] 1668 - 1669 - [[package]] 1670 - name = "hyper-tls" 1671 - version = "0.6.0" 1672 - source = "registry+https://github.com/rust-lang/crates.io-index" 1673 - checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" 1674 - dependencies = [ 1675 - "bytes", 1676 - "http-body-util", 1677 - "hyper", 1678 - "hyper-util", 1679 - "native-tls", 1680 - "tokio", 1681 - "tokio-native-tls", 1682 - "tower-service", 1683 - ] 1684 - 1685 - [[package]] 1686 - name = "hyper-util" 1687 - version = "0.1.3" 1688 - source = "registry+https://github.com/rust-lang/crates.io-index" 1689 - checksum = "ca38ef113da30126bbff9cd1705f9273e15d45498615d138b0c20279ac7a76aa" 1690 - dependencies = [ 1691 - "bytes", 1692 - "futures-channel", 1693 - "futures-util", 1694 - "http", 1695 - "http-body", 1696 - "hyper", 1697 - "pin-project-lite", 1698 - "socket2", 1699 - "tokio", 1700 - "tower", 1701 - "tower-service", 1702 - "tracing", 1703 - ] 1704 - 1705 - [[package]] 1706 - name = "ident_case" 1707 - version = "1.0.1" 1708 - source = "registry+https://github.com/rust-lang/crates.io-index" 1709 - checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 1710 - 1711 - [[package]] 1712 - name = "idna" 1713 - version = "0.3.0" 1714 - source = "registry+https://github.com/rust-lang/crates.io-index" 1715 - checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6" 1716 - dependencies = [ 1717 - "unicode-bidi", 1718 - "unicode-normalization", 1719 - ] 1720 - 1721 - [[package]] 1722 - name = "idna" 1723 - version = "0.5.0" 1724 - source = "registry+https://github.com/rust-lang/crates.io-index" 1725 - checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" 1726 - dependencies = [ 1727 - "unicode-bidi", 1728 - "unicode-normalization", 1729 - ] 1730 - 1731 - [[package]] 1732 - name = "indexmap" 1733 - version = "2.2.6" 1734 - source = "registry+https://github.com/rust-lang/crates.io-index" 1735 - checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26" 1736 - dependencies = [ 1737 - "equivalent", 1738 - "hashbrown 0.14.3", 1739 - ] 1740 - 1741 - [[package]] 1742 - name = "inout" 1743 - version = "0.1.3" 1744 - source = "registry+https://github.com/rust-lang/crates.io-index" 1745 - checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5" 1746 - dependencies = [ 1747 - "block-padding", 1748 - "generic-array", 1749 - ] 1750 - 1751 - [[package]] 1752 - name = "ipnet" 1753 - version = "2.9.0" 1754 - source = "registry+https://github.com/rust-lang/crates.io-index" 1755 - checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3" 1756 - 1757 - [[package]] 1758 - name = "itoa" 1759 - version = "1.0.11" 1760 - source = "registry+https://github.com/rust-lang/crates.io-index" 1761 - checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" 1762 - 1763 - [[package]] 1764 - name = "js-sys" 1765 - version = "0.3.69" 1766 - source = "registry+https://github.com/rust-lang/crates.io-index" 1767 - checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d" 1768 - dependencies = [ 1769 - "wasm-bindgen", 1770 - ] 1771 - 1772 - [[package]] 1773 - name = "keyboard-types" 1774 - version = "0.7.0" 1775 - source = "registry+https://github.com/rust-lang/crates.io-index" 1776 - checksum = "b750dcadc39a09dbadd74e118f6dd6598df77fa01df0cfcdc52c28dece74528a" 1777 - dependencies = [ 1778 - "bitflags 2.5.0", 1779 - "serde", 1780 - "unicode-segmentation", 1781 - ] 1782 - 1783 - [[package]] 1784 - name = "ksni" 1785 - version = "0.2.1" 1786 - source = "git+https://github.com/waylyrics/ksni.git#af6fa6e6e29b7cb3779f98c1ca3aaeb8744ef4c4" 1787 - dependencies = [ 1788 - "dbus", 1789 - "dbus-codegen", 1790 - "dbus-tree", 1791 - "thiserror", 1792 - ] 1793 - 1794 - [[package]] 1795 - name = "lazy_static" 1796 - version = "1.4.0" 1797 - source = "registry+https://github.com/rust-lang/crates.io-index" 1798 - checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 1799 - dependencies = [ 1800 - "spin", 1801 - ] 1802 - 1803 - [[package]] 1804 - name = "libappindicator" 1805 - version = "0.9.0" 1806 - source = "registry+https://github.com/rust-lang/crates.io-index" 1807 - checksum = "03589b9607c868cc7ae54c0b2a22c8dc03dd41692d48f2d7df73615c6a95dc0a" 1808 - dependencies = [ 1809 - "glib 0.18.5", 1810 - "gtk", 1811 - "gtk-sys", 1812 - "libappindicator-sys", 1813 - "log", 1814 - ] 1815 - 1816 - [[package]] 1817 - name = "libappindicator-sys" 1818 - version = "0.9.0" 1819 - source = "registry+https://github.com/rust-lang/crates.io-index" 1820 - checksum = "6e9ec52138abedcc58dc17a7c6c0c00a2bdb4f3427c7f63fa97fd0d859155caf" 1821 - dependencies = [ 1822 - "gtk-sys", 1823 - "libloading", 1824 - "once_cell", 1825 - ] 1826 - 1827 - [[package]] 1828 - name = "libc" 1829 - version = "0.2.153" 1830 - source = "registry+https://github.com/rust-lang/crates.io-index" 1831 - checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd" 1832 - 1833 - [[package]] 1834 - name = "libdbus-sys" 1835 - version = "0.2.5" 1836 - source = "registry+https://github.com/rust-lang/crates.io-index" 1837 - checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72" 1838 - dependencies = [ 1839 - "cc", 1840 - "pkg-config", 1841 - ] 1842 - 1843 - [[package]] 1844 - name = "libloading" 1845 - version = "0.7.4" 1846 - source = "registry+https://github.com/rust-lang/crates.io-index" 1847 - checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f" 1848 - dependencies = [ 1849 - "cfg-if", 1850 - "winapi", 1851 - ] 1852 - 1853 - [[package]] 1854 - name = "libm" 1855 - version = "0.2.8" 1856 - source = "registry+https://github.com/rust-lang/crates.io-index" 1857 - checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" 1858 - 1859 - [[package]] 1860 - name = "libmimalloc-sys" 1861 - version = "0.1.35" 1862 - source = "registry+https://github.com/rust-lang/crates.io-index" 1863 - checksum = "3979b5c37ece694f1f5e51e7ecc871fdb0f517ed04ee45f88d15d6d553cb9664" 1864 - dependencies = [ 1865 - "cc", 1866 - "libc", 1867 - ] 1868 - 1869 - [[package]] 1870 - name = "libredox" 1871 - version = "0.1.3" 1872 - source = "registry+https://github.com/rust-lang/crates.io-index" 1873 - checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" 1874 - dependencies = [ 1875 - "bitflags 2.5.0", 1876 - "libc", 1877 - ] 1878 - 1879 - [[package]] 1880 - name = "libxdo" 1881 - version = "0.6.0" 1882 - source = "registry+https://github.com/rust-lang/crates.io-index" 1883 - checksum = "00333b8756a3d28e78def82067a377de7fa61b24909000aeaa2b446a948d14db" 1884 - dependencies = [ 1885 - "libxdo-sys", 1886 - ] 1887 - 1888 - [[package]] 1889 - name = "libxdo-sys" 1890 - version = "0.11.0" 1891 - source = "registry+https://github.com/rust-lang/crates.io-index" 1892 - checksum = "db23b9e7e2b7831bbd8aac0bbeeeb7b68cbebc162b227e7052e8e55829a09212" 1893 - dependencies = [ 1894 - "libc", 1895 - "x11", 1896 - ] 1897 - 1898 - [[package]] 1899 - name = "linux-raw-sys" 1900 - version = "0.4.13" 1901 - source = "registry+https://github.com/rust-lang/crates.io-index" 1902 - checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c" 1903 - 1904 - [[package]] 1905 - name = "locale_config" 1906 - version = "0.3.0" 1907 - source = "registry+https://github.com/rust-lang/crates.io-index" 1908 - checksum = "08d2c35b16f4483f6c26f0e4e9550717a2f6575bcd6f12a53ff0c490a94a6934" 1909 - dependencies = [ 1910 - "lazy_static", 1911 - "objc", 1912 - "objc-foundation", 1913 - "regex", 1914 - "winapi", 1915 - ] 1916 - 1917 - [[package]] 1918 - name = "lock_api" 1919 - version = "0.4.11" 1920 - source = "registry+https://github.com/rust-lang/crates.io-index" 1921 - checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45" 1922 - dependencies = [ 1923 - "autocfg", 1924 - "scopeguard", 1925 - ] 1926 - 1927 - [[package]] 1928 - name = "log" 1929 - version = "0.4.21" 1930 - source = "registry+https://github.com/rust-lang/crates.io-index" 1931 - checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" 1932 - 1933 - [[package]] 1934 - name = "lrc-nom" 1935 - version = "0.3.0" 1936 - source = "registry+https://github.com/rust-lang/crates.io-index" 1937 - checksum = "a0fb729227bcfd7c7cf247c37a932ac168b94759c052f046b9aad4ba5f584f70" 1938 - dependencies = [ 1939 - "nom", 1940 - "rust_decimal", 1941 - "rust_decimal_macros", 1942 - "thiserror", 1943 - ] 1944 - 1945 - [[package]] 1946 - name = "malloc_buf" 1947 - version = "0.0.6" 1948 - source = "registry+https://github.com/rust-lang/crates.io-index" 1949 - checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb" 1950 - dependencies = [ 1951 - "libc", 1952 - ] 1953 - 1954 - [[package]] 1955 - name = "matchers" 1956 - version = "0.1.0" 1957 - source = "registry+https://github.com/rust-lang/crates.io-index" 1958 - checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" 1959 - dependencies = [ 1960 - "regex-automata 0.1.10", 1961 - ] 1962 - 1963 - [[package]] 1964 - name = "md5" 1965 - version = "0.7.0" 1966 - source = "registry+https://github.com/rust-lang/crates.io-index" 1967 - checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771" 1968 - 1969 - [[package]] 1970 - name = "memchr" 1971 - version = "2.7.2" 1972 - source = "registry+https://github.com/rust-lang/crates.io-index" 1973 - checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d" 1974 - 1975 - [[package]] 1976 - name = "memoffset" 1977 - version = "0.9.1" 1978 - source = "registry+https://github.com/rust-lang/crates.io-index" 1979 - checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" 1980 - dependencies = [ 1981 - "autocfg", 1982 - ] 1983 - 1984 - [[package]] 1985 - name = "mimalloc" 1986 - version = "0.1.39" 1987 - source = "registry+https://github.com/rust-lang/crates.io-index" 1988 - checksum = "fa01922b5ea280a911e323e4d2fd24b7fe5cc4042e0d2cda3c40775cdc4bdc9c" 1989 - dependencies = [ 1990 - "libmimalloc-sys", 1991 - ] 1992 - 1993 - [[package]] 1994 - name = "mime" 1995 - version = "0.3.17" 1996 - source = "registry+https://github.com/rust-lang/crates.io-index" 1997 - checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 1998 - 1999 - [[package]] 2000 - name = "minimal-lexical" 2001 - version = "0.2.1" 2002 - source = "registry+https://github.com/rust-lang/crates.io-index" 2003 - checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 2004 - 2005 - [[package]] 2006 - name = "miniz_oxide" 2007 - version = "0.7.2" 2008 - source = "registry+https://github.com/rust-lang/crates.io-index" 2009 - checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7" 2010 - dependencies = [ 2011 - "adler", 2012 - "simd-adler32", 2013 - ] 2014 - 2015 - [[package]] 2016 - name = "mio" 2017 - version = "0.8.11" 2018 - source = "registry+https://github.com/rust-lang/crates.io-index" 2019 - checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c" 2020 - dependencies = [ 2021 - "libc", 2022 - "wasi", 2023 - "windows-sys 0.48.0", 2024 - ] 2025 - 2026 - [[package]] 2027 - name = "mpris" 2028 - version = "2.0.1" 2029 - source = "registry+https://github.com/rust-lang/crates.io-index" 2030 - checksum = "55cef955a7826b1e00e901a3652e7a895abd221fb4ab61547e7d0e4c235d7feb" 2031 - dependencies = [ 2032 - "dbus", 2033 - "derive_is_enum_variant", 2034 - "enum-kinds", 2035 - "from_variants", 2036 - "thiserror", 2037 - ] 2038 - 2039 - [[package]] 2040 - name = "muda" 2041 - version = "0.13.1" 2042 - source = "registry+https://github.com/rust-lang/crates.io-index" 2043 - checksum = "f428b4e9db3d17e2f809dfb1ff9ddfbbf16c71790d1656d10aee320877e1392f" 2044 - dependencies = [ 2045 - "cocoa", 2046 - "crossbeam-channel", 2047 - "dpi", 2048 - "gtk", 2049 - "keyboard-types", 2050 - "libxdo", 2051 - "objc", 2052 - "once_cell", 2053 - "png", 2054 - "thiserror", 2055 - "windows-sys 0.52.0", 2056 - ] 2057 - 2058 - [[package]] 2059 - name = "native-tls" 2060 - version = "0.2.11" 2061 - source = "registry+https://github.com/rust-lang/crates.io-index" 2062 - checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e" 2063 - dependencies = [ 2064 - "lazy_static", 2065 - "libc", 2066 - "log", 2067 - "openssl", 2068 - "openssl-probe", 2069 - "openssl-sys", 2070 - "schannel", 2071 - "security-framework", 2072 - "security-framework-sys", 2073 - "tempfile", 2074 - ] 2075 - 2076 - [[package]] 2077 - name = "ncmapi2" 2078 - version = "0.1.13" 2079 - source = "registry+https://github.com/rust-lang/crates.io-index" 2080 - checksum = "dcd3c218f2db46fc0b26ac6263d3005b96c82d5ebec0d349c3c902eef8bd660c" 2081 - dependencies = [ 2082 - "aes", 2083 - "base64", 2084 - "cbc", 2085 - "cookie 0.18.1", 2086 - "ecb", 2087 - "hex", 2088 - "md5", 2089 - "phf", 2090 - "rand", 2091 - "regex", 2092 - "reqwest", 2093 - "rsa", 2094 - "serde", 2095 - "serde_json", 2096 - "serde_repr", 2097 - "thiserror", 2098 - "tokio", 2099 - ] 2100 - 2101 - [[package]] 2102 - name = "nom" 2103 - version = "7.1.3" 2104 - source = "registry+https://github.com/rust-lang/crates.io-index" 2105 - checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 2106 - dependencies = [ 2107 - "memchr", 2108 - "minimal-lexical", 2109 - ] 2110 - 2111 - [[package]] 2112 - name = "nu-ansi-term" 2113 - version = "0.46.0" 2114 - source = "registry+https://github.com/rust-lang/crates.io-index" 2115 - checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" 2116 - dependencies = [ 2117 - "overload", 2118 - "winapi", 2119 - ] 2120 - 2121 - [[package]] 2122 - name = "num-bigint-dig" 2123 - version = "0.8.4" 2124 - source = "registry+https://github.com/rust-lang/crates.io-index" 2125 - checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151" 2126 - dependencies = [ 2127 - "byteorder", 2128 - "lazy_static", 2129 - "libm", 2130 - "num-integer", 2131 - "num-iter", 2132 - "num-traits", 2133 - "rand", 2134 - "smallvec", 2135 - "zeroize", 2136 - ] 2137 - 2138 - [[package]] 2139 - name = "num-conv" 2140 - version = "0.1.0" 2141 - source = "registry+https://github.com/rust-lang/crates.io-index" 2142 - checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" 2143 - 2144 - [[package]] 2145 - name = "num-integer" 2146 - version = "0.1.46" 2147 - source = "registry+https://github.com/rust-lang/crates.io-index" 2148 - checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" 2149 - dependencies = [ 2150 - "num-traits", 2151 - ] 2152 - 2153 - [[package]] 2154 - name = "num-iter" 2155 - version = "0.1.44" 2156 - source = "registry+https://github.com/rust-lang/crates.io-index" 2157 - checksum = "d869c01cc0c455284163fd0092f1f93835385ccab5a98a0dcc497b2f8bf055a9" 2158 - dependencies = [ 2159 - "autocfg", 2160 - "num-integer", 2161 - "num-traits", 2162 - ] 2163 - 2164 - [[package]] 2165 - name = "num-traits" 2166 - version = "0.2.18" 2167 - source = "registry+https://github.com/rust-lang/crates.io-index" 2168 - checksum = "da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a" 2169 - dependencies = [ 2170 - "autocfg", 2171 - "libm", 2172 - ] 2173 - 2174 - [[package]] 2175 - name = "num_cpus" 2176 - version = "1.16.0" 2177 - source = "registry+https://github.com/rust-lang/crates.io-index" 2178 - checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" 2179 - dependencies = [ 2180 - "hermit-abi 0.3.9", 2181 - "libc", 2182 - ] 2183 - 2184 - [[package]] 2185 - name = "objc" 2186 - version = "0.2.7" 2187 - source = "registry+https://github.com/rust-lang/crates.io-index" 2188 - checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1" 2189 - dependencies = [ 2190 - "malloc_buf", 2191 - ] 2192 - 2193 - [[package]] 2194 - name = "objc-foundation" 2195 - version = "0.1.1" 2196 - source = "registry+https://github.com/rust-lang/crates.io-index" 2197 - checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9" 2198 - dependencies = [ 2199 - "block", 2200 - "objc", 2201 - "objc_id", 2202 - ] 2203 - 2204 - [[package]] 2205 - name = "objc_id" 2206 - version = "0.1.1" 2207 - source = "registry+https://github.com/rust-lang/crates.io-index" 2208 - checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b" 2209 - dependencies = [ 2210 - "objc", 2211 - ] 2212 - 2213 - [[package]] 2214 - name = "object" 2215 - version = "0.32.2" 2216 - source = "registry+https://github.com/rust-lang/crates.io-index" 2217 - checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441" 2218 - dependencies = [ 2219 - "memchr", 2220 - ] 2221 - 2222 - [[package]] 2223 - name = "once_cell" 2224 - version = "1.19.0" 2225 - source = "registry+https://github.com/rust-lang/crates.io-index" 2226 - checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" 2227 - 2228 - [[package]] 2229 - name = "opencc-rust" 2230 - version = "1.1.18" 2231 - source = "registry+https://github.com/rust-lang/crates.io-index" 2232 - checksum = "93236c9c3fb3e36c0cf4467731aabf338fd4831d4fad072a47cb2d4757e47303" 2233 - dependencies = [ 2234 - "libc", 2235 - "pkg-config", 2236 - ] 2237 - 2238 - [[package]] 2239 - name = "openssl" 2240 - version = "0.10.64" 2241 - source = "registry+https://github.com/rust-lang/crates.io-index" 2242 - checksum = "95a0481286a310808298130d22dd1fef0fa571e05a8f44ec801801e84b216b1f" 2243 - dependencies = [ 2244 - "bitflags 2.5.0", 2245 - "cfg-if", 2246 - "foreign-types 0.3.2", 2247 - "libc", 2248 - "once_cell", 2249 - "openssl-macros", 2250 - "openssl-sys", 2251 - ] 2252 - 2253 - [[package]] 2254 - name = "openssl-macros" 2255 - version = "0.1.1" 2256 - source = "registry+https://github.com/rust-lang/crates.io-index" 2257 - checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" 2258 - dependencies = [ 2259 - "proc-macro2", 2260 - "quote 1.0.36", 2261 - "syn 2.0.58", 2262 - ] 2263 - 2264 - [[package]] 2265 - name = "openssl-probe" 2266 - version = "0.1.5" 2267 - source = "registry+https://github.com/rust-lang/crates.io-index" 2268 - checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" 2269 - 2270 - [[package]] 2271 - name = "openssl-sys" 2272 - version = "0.9.102" 2273 - source = "registry+https://github.com/rust-lang/crates.io-index" 2274 - checksum = "c597637d56fbc83893a35eb0dd04b2b8e7a50c91e64e9493e398b5df4fb45fa2" 2275 - dependencies = [ 2276 - "cc", 2277 - "libc", 2278 - "pkg-config", 2279 - "vcpkg", 2280 - ] 2281 - 2282 - [[package]] 2283 - name = "option-ext" 2284 - version = "0.2.0" 2285 - source = "registry+https://github.com/rust-lang/crates.io-index" 2286 - checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" 2287 - 2288 - [[package]] 2289 - name = "overload" 2290 - version = "0.1.1" 2291 - source = "registry+https://github.com/rust-lang/crates.io-index" 2292 - checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" 2293 - 2294 - [[package]] 2295 - name = "pango" 2296 - version = "0.18.3" 2297 - source = "registry+https://github.com/rust-lang/crates.io-index" 2298 - checksum = "7ca27ec1eb0457ab26f3036ea52229edbdb74dee1edd29063f5b9b010e7ebee4" 2299 - dependencies = [ 2300 - "gio 0.18.4", 2301 - "glib 0.18.5", 2302 - "libc", 2303 - "once_cell", 2304 - "pango-sys 0.18.0", 2305 - ] 2306 - 2307 - [[package]] 2308 - name = "pango" 2309 - version = "0.19.3" 2310 - source = "registry+https://github.com/rust-lang/crates.io-index" 2311 - checksum = "b1264d13deb823cc652f26cfe59afb1ec4b9db2a5bd27c41b738c879cc1bfaa1" 2312 - dependencies = [ 2313 - "gio 0.19.4", 2314 - "glib 0.19.4", 2315 - "libc", 2316 - "pango-sys 0.19.0", 2317 - ] 2318 - 2319 - [[package]] 2320 - name = "pango-sys" 2321 - version = "0.18.0" 2322 - source = "registry+https://github.com/rust-lang/crates.io-index" 2323 - checksum = "436737e391a843e5933d6d9aa102cb126d501e815b83601365a948a518555dc5" 2324 - dependencies = [ 2325 - "glib-sys 0.18.1", 2326 - "gobject-sys 0.18.0", 2327 - "libc", 2328 - "system-deps", 2329 - ] 2330 - 2331 - [[package]] 2332 - name = "pango-sys" 2333 - version = "0.19.0" 2334 - source = "registry+https://github.com/rust-lang/crates.io-index" 2335 - checksum = "f52ef6a881c19fbfe3b1484df5cad411acaaba29dbec843941c3110d19f340ea" 2336 - dependencies = [ 2337 - "glib-sys 0.19.0", 2338 - "gobject-sys 0.19.0", 2339 - "libc", 2340 - "system-deps", 2341 - ] 2342 - 2343 - [[package]] 2344 - name = "parking" 2345 - version = "2.2.0" 2346 - source = "registry+https://github.com/rust-lang/crates.io-index" 2347 - checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae" 2348 - 2349 - [[package]] 2350 - name = "parking_lot" 2351 - version = "0.12.1" 2352 - source = "registry+https://github.com/rust-lang/crates.io-index" 2353 - checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" 2354 - dependencies = [ 2355 - "lock_api", 2356 - "parking_lot_core", 2357 - ] 2358 - 2359 - [[package]] 2360 - name = "parking_lot_core" 2361 - version = "0.9.9" 2362 - source = "registry+https://github.com/rust-lang/crates.io-index" 2363 - checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e" 2364 - dependencies = [ 2365 - "cfg-if", 2366 - "libc", 2367 - "redox_syscall", 2368 - "smallvec", 2369 - "windows-targets 0.48.5", 2370 - ] 2371 - 2372 - [[package]] 2373 - name = "pem-rfc7468" 2374 - version = "0.7.0" 2375 - source = "registry+https://github.com/rust-lang/crates.io-index" 2376 - checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412" 2377 - dependencies = [ 2378 - "base64ct", 2379 - ] 2380 - 2381 - [[package]] 2382 - name = "percent-encoding" 2383 - version = "2.3.1" 2384 - source = "registry+https://github.com/rust-lang/crates.io-index" 2385 - checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" 2386 - 2387 - [[package]] 2388 - name = "phf" 2389 - version = "0.11.2" 2390 - source = "registry+https://github.com/rust-lang/crates.io-index" 2391 - checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc" 2392 - dependencies = [ 2393 - "phf_macros", 2394 - "phf_shared", 2395 - ] 2396 - 2397 - [[package]] 2398 - name = "phf_generator" 2399 - version = "0.11.2" 2400 - source = "registry+https://github.com/rust-lang/crates.io-index" 2401 - checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0" 2402 - dependencies = [ 2403 - "phf_shared", 2404 - "rand", 2405 - ] 2406 - 2407 - [[package]] 2408 - name = "phf_macros" 2409 - version = "0.11.2" 2410 - source = "registry+https://github.com/rust-lang/crates.io-index" 2411 - checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b" 2412 - dependencies = [ 2413 - "phf_generator", 2414 - "phf_shared", 2415 - "proc-macro2", 2416 - "quote 1.0.36", 2417 - "syn 2.0.58", 2418 - ] 2419 - 2420 - [[package]] 2421 - name = "phf_shared" 2422 - version = "0.11.2" 2423 - source = "registry+https://github.com/rust-lang/crates.io-index" 2424 - checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b" 2425 - dependencies = [ 2426 - "siphasher", 2427 - ] 2428 - 2429 - [[package]] 2430 - name = "pin-project" 2431 - version = "1.1.5" 2432 - source = "registry+https://github.com/rust-lang/crates.io-index" 2433 - checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3" 2434 - dependencies = [ 2435 - "pin-project-internal", 2436 - ] 2437 - 2438 - [[package]] 2439 - name = "pin-project-internal" 2440 - version = "1.1.5" 2441 - source = "registry+https://github.com/rust-lang/crates.io-index" 2442 - checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965" 2443 - dependencies = [ 2444 - "proc-macro2", 2445 - "quote 1.0.36", 2446 - "syn 2.0.58", 2447 - ] 2448 - 2449 - [[package]] 2450 - name = "pin-project-lite" 2451 - version = "0.2.14" 2452 - source = "registry+https://github.com/rust-lang/crates.io-index" 2453 - checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02" 2454 - 2455 - [[package]] 2456 - name = "pin-utils" 2457 - version = "0.1.0" 2458 - source = "registry+https://github.com/rust-lang/crates.io-index" 2459 - checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 2460 - 2461 - [[package]] 2462 - name = "pkcs1" 2463 - version = "0.7.5" 2464 - source = "registry+https://github.com/rust-lang/crates.io-index" 2465 - checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f" 2466 - dependencies = [ 2467 - "der", 2468 - "pkcs8", 2469 - "spki", 2470 - ] 2471 - 2472 - [[package]] 2473 - name = "pkcs8" 2474 - version = "0.10.2" 2475 - source = "registry+https://github.com/rust-lang/crates.io-index" 2476 - checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" 2477 - dependencies = [ 2478 - "der", 2479 - "spki", 2480 - ] 2481 - 2482 - [[package]] 2483 - name = "pkg-config" 2484 - version = "0.3.30" 2485 - source = "registry+https://github.com/rust-lang/crates.io-index" 2486 - checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" 2487 - 2488 - [[package]] 2489 - name = "png" 2490 - version = "0.17.13" 2491 - source = "registry+https://github.com/rust-lang/crates.io-index" 2492 - checksum = "06e4b0d3d1312775e782c86c91a111aa1f910cbb65e1337f9975b5f9a554b5e1" 2493 - dependencies = [ 2494 - "bitflags 1.3.2", 2495 - "crc32fast", 2496 - "fdeflate", 2497 - "flate2", 2498 - "miniz_oxide", 2499 - ] 2500 - 2501 - [[package]] 2502 - name = "powerfmt" 2503 - version = "0.2.0" 2504 - source = "registry+https://github.com/rust-lang/crates.io-index" 2505 - checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 2506 - 2507 - [[package]] 2508 - name = "ppv-lite86" 2509 - version = "0.2.17" 2510 - source = "registry+https://github.com/rust-lang/crates.io-index" 2511 - checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" 2512 - 2513 - [[package]] 2514 - name = "proc-macro-crate" 2515 - version = "1.3.1" 2516 - source = "registry+https://github.com/rust-lang/crates.io-index" 2517 - checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919" 2518 - dependencies = [ 2519 - "once_cell", 2520 - "toml_edit 0.19.15", 2521 - ] 2522 - 2523 - [[package]] 2524 - name = "proc-macro-crate" 2525 - version = "2.0.0" 2526 - source = "registry+https://github.com/rust-lang/crates.io-index" 2527 - checksum = "7e8366a6159044a37876a2b9817124296703c586a5c92e2c53751fa06d8d43e8" 2528 - dependencies = [ 2529 - "toml_edit 0.20.7", 2530 - ] 2531 - 2532 - [[package]] 2533 - name = "proc-macro-crate" 2534 - version = "3.1.0" 2535 - source = "registry+https://github.com/rust-lang/crates.io-index" 2536 - checksum = "6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284" 2537 - dependencies = [ 2538 - "toml_edit 0.21.1", 2539 - ] 2540 - 2541 - [[package]] 2542 - name = "proc-macro-error" 2543 - version = "1.0.4" 2544 - source = "registry+https://github.com/rust-lang/crates.io-index" 2545 - checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 2546 - dependencies = [ 2547 - "proc-macro-error-attr", 2548 - "proc-macro2", 2549 - "quote 1.0.36", 2550 - "syn 1.0.109", 2551 - "version_check", 2552 - ] 2553 - 2554 - [[package]] 2555 - name = "proc-macro-error-attr" 2556 - version = "1.0.4" 2557 - source = "registry+https://github.com/rust-lang/crates.io-index" 2558 - checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 2559 - dependencies = [ 2560 - "proc-macro2", 2561 - "quote 1.0.36", 2562 - "version_check", 2563 - ] 2564 - 2565 - [[package]] 2566 - name = "proc-macro2" 2567 - version = "1.0.79" 2568 - source = "registry+https://github.com/rust-lang/crates.io-index" 2569 - checksum = "e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e" 2570 - dependencies = [ 2571 - "unicode-ident", 2572 - ] 2573 - 2574 - [[package]] 2575 - name = "psl-types" 2576 - version = "2.0.11" 2577 - source = "registry+https://github.com/rust-lang/crates.io-index" 2578 - checksum = "33cb294fe86a74cbcf50d4445b37da762029549ebeea341421c7c70370f86cac" 2579 - 2580 - [[package]] 2581 - name = "ptr_meta" 2582 - version = "0.1.4" 2583 - source = "registry+https://github.com/rust-lang/crates.io-index" 2584 - checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1" 2585 - dependencies = [ 2586 - "ptr_meta_derive", 2587 - ] 2588 - 2589 - [[package]] 2590 - name = "ptr_meta_derive" 2591 - version = "0.1.4" 2592 - source = "registry+https://github.com/rust-lang/crates.io-index" 2593 - checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac" 2594 - dependencies = [ 2595 - "proc-macro2", 2596 - "quote 1.0.36", 2597 - "syn 1.0.109", 2598 - ] 2599 - 2600 - [[package]] 2601 - name = "publicsuffix" 2602 - version = "2.2.3" 2603 - source = "registry+https://github.com/rust-lang/crates.io-index" 2604 - checksum = "96a8c1bda5ae1af7f99a2962e49df150414a43d62404644d98dd5c3a93d07457" 2605 - dependencies = [ 2606 - "idna 0.3.0", 2607 - "psl-types", 2608 - ] 2609 - 2610 - [[package]] 2611 - name = "qqmusic-rs" 2612 - version = "0.1.0" 2613 - source = "registry+https://github.com/rust-lang/crates.io-index" 2614 - checksum = "c7698cb357cfa1a75f5a2071469345ede01a6c4ee83a2ff2a88f9e481893f341" 2615 - dependencies = [ 2616 - "serde", 2617 - "serde_json", 2618 - "url", 2619 - ] 2620 - 2621 - [[package]] 2622 - name = "quote" 2623 - version = "0.3.15" 2624 - source = "registry+https://github.com/rust-lang/crates.io-index" 2625 - checksum = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a" 2626 - 2627 - [[package]] 2628 - name = "quote" 2629 - version = "1.0.36" 2630 - source = "registry+https://github.com/rust-lang/crates.io-index" 2631 - checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7" 2632 - dependencies = [ 2633 - "proc-macro2", 2634 - ] 2635 - 2636 - [[package]] 2637 - name = "radium" 2638 - version = "0.7.0" 2639 - source = "registry+https://github.com/rust-lang/crates.io-index" 2640 - checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" 2641 - 2642 - [[package]] 2643 - name = "rand" 2644 - version = "0.8.5" 2645 - source = "registry+https://github.com/rust-lang/crates.io-index" 2646 - checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 2647 - dependencies = [ 2648 - "libc", 2649 - "rand_chacha", 2650 - "rand_core", 2651 - ] 2652 - 2653 - [[package]] 2654 - name = "rand_chacha" 2655 - version = "0.3.1" 2656 - source = "registry+https://github.com/rust-lang/crates.io-index" 2657 - checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 2658 - dependencies = [ 2659 - "ppv-lite86", 2660 - "rand_core", 2661 - ] 2662 - 2663 - [[package]] 2664 - name = "rand_core" 2665 - version = "0.6.4" 2666 - source = "registry+https://github.com/rust-lang/crates.io-index" 2667 - checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 2668 - dependencies = [ 2669 - "getrandom", 2670 - ] 2671 - 2672 - [[package]] 2673 - name = "redox_syscall" 2674 - version = "0.4.1" 2675 - source = "registry+https://github.com/rust-lang/crates.io-index" 2676 - checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" 2677 - dependencies = [ 2678 - "bitflags 1.3.2", 2679 - ] 2680 - 2681 - [[package]] 2682 - name = "redox_users" 2683 - version = "0.4.5" 2684 - source = "registry+https://github.com/rust-lang/crates.io-index" 2685 - checksum = "bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891" 2686 - dependencies = [ 2687 - "getrandom", 2688 - "libredox", 2689 - "thiserror", 2690 - ] 2691 - 2692 - [[package]] 2693 - name = "regex" 2694 - version = "1.10.4" 2695 - source = "registry+https://github.com/rust-lang/crates.io-index" 2696 - checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c" 2697 - dependencies = [ 2698 - "aho-corasick", 2699 - "memchr", 2700 - "regex-automata 0.4.6", 2701 - "regex-syntax 0.8.3", 2702 - ] 2703 - 2704 - [[package]] 2705 - name = "regex-automata" 2706 - version = "0.1.10" 2707 - source = "registry+https://github.com/rust-lang/crates.io-index" 2708 - checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" 2709 - dependencies = [ 2710 - "regex-syntax 0.6.29", 2711 - ] 2712 - 2713 - [[package]] 2714 - name = "regex-automata" 2715 - version = "0.4.6" 2716 - source = "registry+https://github.com/rust-lang/crates.io-index" 2717 - checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea" 2718 - dependencies = [ 2719 - "aho-corasick", 2720 - "memchr", 2721 - "regex-syntax 0.8.3", 2722 - ] 2723 - 2724 - [[package]] 2725 - name = "regex-syntax" 2726 - version = "0.6.29" 2727 - source = "registry+https://github.com/rust-lang/crates.io-index" 2728 - checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" 2729 - 2730 - [[package]] 2731 - name = "regex-syntax" 2732 - version = "0.8.3" 2733 - source = "registry+https://github.com/rust-lang/crates.io-index" 2734 - checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56" 2735 - 2736 - [[package]] 2737 - name = "rend" 2738 - version = "0.4.2" 2739 - source = "registry+https://github.com/rust-lang/crates.io-index" 2740 - checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c" 2741 - dependencies = [ 2742 - "bytecheck", 2743 - ] 2744 - 2745 - [[package]] 2746 - name = "reqwest" 2747 - version = "0.12.3" 2748 - source = "registry+https://github.com/rust-lang/crates.io-index" 2749 - checksum = "3e6cc1e89e689536eb5aeede61520e874df5a4707df811cd5da4aa5fbb2aae19" 2750 - dependencies = [ 2751 - "base64", 2752 - "bytes", 2753 - "cookie 0.17.0", 2754 - "cookie_store", 2755 - "encoding_rs", 2756 - "futures-core", 2757 - "futures-util", 2758 - "h2", 2759 - "http", 2760 - "http-body", 2761 - "http-body-util", 2762 - "hyper", 2763 - "hyper-tls", 2764 - "hyper-util", 2765 - "ipnet", 2766 - "js-sys", 2767 - "log", 2768 - "mime", 2769 - "native-tls", 2770 - "once_cell", 2771 - "percent-encoding", 2772 - "pin-project-lite", 2773 - "rustls-pemfile", 2774 - "serde", 2775 - "serde_json", 2776 - "serde_urlencoded", 2777 - "sync_wrapper", 2778 - "system-configuration", 2779 - "tokio", 2780 - "tokio-native-tls", 2781 - "tower-service", 2782 - "url", 2783 - "wasm-bindgen", 2784 - "wasm-bindgen-futures", 2785 - "web-sys", 2786 - "winreg", 2787 - ] 2788 - 2789 - [[package]] 2790 - name = "rkyv" 2791 - version = "0.7.44" 2792 - source = "registry+https://github.com/rust-lang/crates.io-index" 2793 - checksum = "5cba464629b3394fc4dbc6f940ff8f5b4ff5c7aef40f29166fd4ad12acbc99c0" 2794 - dependencies = [ 2795 - "bitvec", 2796 - "bytecheck", 2797 - "bytes", 2798 - "hashbrown 0.12.3", 2799 - "ptr_meta", 2800 - "rend", 2801 - "rkyv_derive", 2802 - "seahash", 2803 - "tinyvec", 2804 - "uuid", 2805 - ] 2806 - 2807 - [[package]] 2808 - name = "rkyv_derive" 2809 - version = "0.7.44" 2810 - source = "registry+https://github.com/rust-lang/crates.io-index" 2811 - checksum = "a7dddfff8de25e6f62b9d64e6e432bf1c6736c57d20323e15ee10435fbda7c65" 2812 - dependencies = [ 2813 - "proc-macro2", 2814 - "quote 1.0.36", 2815 - "syn 1.0.109", 2816 - ] 2817 - 2818 - [[package]] 2819 - name = "rsa" 2820 - version = "0.9.6" 2821 - source = "registry+https://github.com/rust-lang/crates.io-index" 2822 - checksum = "5d0e5124fcb30e76a7e79bfee683a2746db83784b86289f6251b54b7950a0dfc" 2823 - dependencies = [ 2824 - "const-oid", 2825 - "digest", 2826 - "num-bigint-dig", 2827 - "num-integer", 2828 - "num-traits", 2829 - "pkcs1", 2830 - "pkcs8", 2831 - "rand_core", 2832 - "signature", 2833 - "spki", 2834 - "subtle", 2835 - "zeroize", 2836 - ] 2837 - 2838 - [[package]] 2839 - name = "rust_decimal" 2840 - version = "1.35.0" 2841 - source = "registry+https://github.com/rust-lang/crates.io-index" 2842 - checksum = "1790d1c4c0ca81211399e0e0af16333276f375209e71a37b67698a373db5b47a" 2843 - dependencies = [ 2844 - "arrayvec", 2845 - "borsh", 2846 - "bytes", 2847 - "num-traits", 2848 - "rand", 2849 - "rkyv", 2850 - "serde", 2851 - "serde_json", 2852 - ] 2853 - 2854 - [[package]] 2855 - name = "rust_decimal_macros" 2856 - version = "1.34.2" 2857 - source = "registry+https://github.com/rust-lang/crates.io-index" 2858 - checksum = "e418701588729bef95e7a655f2b483ad64bb97c46e8e79fde83efd92aaab6d82" 2859 - dependencies = [ 2860 - "quote 1.0.36", 2861 - "rust_decimal", 2862 - ] 2863 - 2864 - [[package]] 2865 - name = "rustc-demangle" 2866 - version = "0.1.23" 2867 - source = "registry+https://github.com/rust-lang/crates.io-index" 2868 - checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" 2869 - 2870 - [[package]] 2871 - name = "rustc_version" 2872 - version = "0.4.0" 2873 - source = "registry+https://github.com/rust-lang/crates.io-index" 2874 - checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" 2875 - dependencies = [ 2876 - "semver", 2877 - ] 2878 - 2879 - [[package]] 2880 - name = "rustix" 2881 - version = "0.38.32" 2882 - source = "registry+https://github.com/rust-lang/crates.io-index" 2883 - checksum = "65e04861e65f21776e67888bfbea442b3642beaa0138fdb1dd7a84a52dffdb89" 2884 - dependencies = [ 2885 - "bitflags 2.5.0", 2886 - "errno", 2887 - "libc", 2888 - "linux-raw-sys", 2889 - "windows-sys 0.52.0", 2890 - ] 2891 - 2892 - [[package]] 2893 - name = "rustls-pemfile" 2894 - version = "2.1.2" 2895 - source = "registry+https://github.com/rust-lang/crates.io-index" 2896 - checksum = "29993a25686778eb88d4189742cd713c9bce943bc54251a33509dc63cbacf73d" 2897 - dependencies = [ 2898 - "base64", 2899 - "rustls-pki-types", 2900 - ] 2901 - 2902 - [[package]] 2903 - name = "rustls-pki-types" 2904 - version = "1.4.1" 2905 - source = "registry+https://github.com/rust-lang/crates.io-index" 2906 - checksum = "ecd36cc4259e3e4514335c4a138c6b43171a8d61d8f5c9348f9fc7529416f247" 2907 - 2908 - [[package]] 2909 - name = "rustversion" 2910 - version = "1.0.15" 2911 - source = "registry+https://github.com/rust-lang/crates.io-index" 2912 - checksum = "80af6f9131f277a45a3fba6ce8e2258037bb0477a67e610d3c1fe046ab31de47" 2913 - 2914 - [[package]] 2915 - name = "ryu" 2916 - version = "1.0.17" 2917 - source = "registry+https://github.com/rust-lang/crates.io-index" 2918 - checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1" 2919 - 2920 - [[package]] 2921 - name = "schannel" 2922 - version = "0.1.23" 2923 - source = "registry+https://github.com/rust-lang/crates.io-index" 2924 - checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534" 2925 - dependencies = [ 2926 - "windows-sys 0.52.0", 2927 - ] 2928 - 2929 - [[package]] 2930 - name = "scopeguard" 2931 - version = "1.2.0" 2932 - source = "registry+https://github.com/rust-lang/crates.io-index" 2933 - checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 2934 - 2935 - [[package]] 2936 - name = "seahash" 2937 - version = "4.1.0" 2938 - source = "registry+https://github.com/rust-lang/crates.io-index" 2939 - checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b" 2940 - 2941 - [[package]] 2942 - name = "security-framework" 2943 - version = "2.10.0" 2944 - source = "registry+https://github.com/rust-lang/crates.io-index" 2945 - checksum = "770452e37cad93e0a50d5abc3990d2bc351c36d0328f86cefec2f2fb206eaef6" 2946 - dependencies = [ 2947 - "bitflags 1.3.2", 2948 - "core-foundation", 2949 - "core-foundation-sys", 2950 - "libc", 2951 - "security-framework-sys", 2952 - ] 2953 - 2954 - [[package]] 2955 - name = "security-framework-sys" 2956 - version = "2.10.0" 2957 - source = "registry+https://github.com/rust-lang/crates.io-index" 2958 - checksum = "41f3cc463c0ef97e11c3461a9d3787412d30e8e7eb907c79180c4a57bf7c04ef" 2959 - dependencies = [ 2960 - "core-foundation-sys", 2961 - "libc", 2962 - ] 2963 - 2964 - [[package]] 2965 - name = "semver" 2966 - version = "1.0.22" 2967 - source = "registry+https://github.com/rust-lang/crates.io-index" 2968 - checksum = "92d43fe69e652f3df9bdc2b85b2854a0825b86e4fb76bc44d945137d053639ca" 2969 - 2970 - [[package]] 2971 - name = "serde" 2972 - version = "1.0.197" 2973 - source = "registry+https://github.com/rust-lang/crates.io-index" 2974 - checksum = "3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2" 2975 - dependencies = [ 2976 - "serde_derive", 2977 - ] 2978 - 2979 - [[package]] 2980 - name = "serde_derive" 2981 - version = "1.0.197" 2982 - source = "registry+https://github.com/rust-lang/crates.io-index" 2983 - checksum = "7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b" 2984 - dependencies = [ 2985 - "proc-macro2", 2986 - "quote 1.0.36", 2987 - "syn 2.0.58", 2988 - ] 2989 - 2990 - [[package]] 2991 - name = "serde_json" 2992 - version = "1.0.115" 2993 - source = "registry+https://github.com/rust-lang/crates.io-index" 2994 - checksum = "12dc5c46daa8e9fdf4f5e71b6cf9a53f2487da0e86e55808e2d35539666497dd" 2995 - dependencies = [ 2996 - "itoa", 2997 - "ryu", 2998 - "serde", 2999 - ] 3000 - 3001 - [[package]] 3002 - name = "serde_repr" 3003 - version = "0.1.19" 3004 - source = "registry+https://github.com/rust-lang/crates.io-index" 3005 - checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9" 3006 - dependencies = [ 3007 - "proc-macro2", 3008 - "quote 1.0.36", 3009 - "syn 2.0.58", 3010 - ] 3011 - 3012 - [[package]] 3013 - name = "serde_spanned" 3014 - version = "0.6.5" 3015 - source = "registry+https://github.com/rust-lang/crates.io-index" 3016 - checksum = "eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1" 3017 - dependencies = [ 3018 - "serde", 3019 - ] 3020 - 3021 - [[package]] 3022 - name = "serde_urlencoded" 3023 - version = "0.7.1" 3024 - source = "registry+https://github.com/rust-lang/crates.io-index" 3025 - checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 3026 - dependencies = [ 3027 - "form_urlencoded", 3028 - "itoa", 3029 - "ryu", 3030 - "serde", 3031 - ] 3032 - 3033 - [[package]] 3034 - name = "sharded-slab" 3035 - version = "0.1.7" 3036 - source = "registry+https://github.com/rust-lang/crates.io-index" 3037 - checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 3038 - dependencies = [ 3039 - "lazy_static", 3040 - ] 3041 - 3042 - [[package]] 3043 - name = "signal-hook-registry" 3044 - version = "1.4.1" 3045 - source = "registry+https://github.com/rust-lang/crates.io-index" 3046 - checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1" 3047 - dependencies = [ 3048 - "libc", 3049 - ] 3050 - 3051 - [[package]] 3052 - name = "signature" 3053 - version = "2.2.0" 3054 - source = "registry+https://github.com/rust-lang/crates.io-index" 3055 - checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" 3056 - dependencies = [ 3057 - "digest", 3058 - "rand_core", 3059 - ] 3060 - 3061 - [[package]] 3062 - name = "simd-adler32" 3063 - version = "0.3.7" 3064 - source = "registry+https://github.com/rust-lang/crates.io-index" 3065 - checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe" 3066 - 3067 - [[package]] 3068 - name = "simdutf8" 3069 - version = "0.1.4" 3070 - source = "registry+https://github.com/rust-lang/crates.io-index" 3071 - checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a" 3072 - 3073 - [[package]] 3074 - name = "siphasher" 3075 - version = "0.3.11" 3076 - source = "registry+https://github.com/rust-lang/crates.io-index" 3077 - checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" 3078 - 3079 - [[package]] 3080 - name = "slab" 3081 - version = "0.4.9" 3082 - source = "registry+https://github.com/rust-lang/crates.io-index" 3083 - checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" 3084 - dependencies = [ 3085 - "autocfg", 3086 - ] 3087 - 3088 - [[package]] 3089 - name = "smallvec" 3090 - version = "1.13.2" 3091 - source = "registry+https://github.com/rust-lang/crates.io-index" 3092 - checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" 3093 - 3094 - [[package]] 3095 - name = "socket2" 3096 - version = "0.5.6" 3097 - source = "registry+https://github.com/rust-lang/crates.io-index" 3098 - checksum = "05ffd9c0a93b7543e062e759284fcf5f5e3b098501104bfbdde4d404db792871" 3099 - dependencies = [ 3100 - "libc", 3101 - "windows-sys 0.52.0", 3102 - ] 3103 - 3104 - [[package]] 3105 - name = "sorensen" 3106 - version = "0.2.0" 3107 - source = "registry+https://github.com/rust-lang/crates.io-index" 3108 - checksum = "f480a5525538a706e6cb343127173f9b2fc402dea20cfdbbe6e91df018baedb8" 3109 - dependencies = [ 3110 - "assert_float_eq", 3111 - "hashbrown 0.12.3", 3112 - ] 3113 - 3114 - [[package]] 3115 - name = "spin" 3116 - version = "0.5.2" 3117 - source = "registry+https://github.com/rust-lang/crates.io-index" 3118 - checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" 3119 - 3120 - [[package]] 3121 - name = "spki" 3122 - version = "0.7.3" 3123 - source = "registry+https://github.com/rust-lang/crates.io-index" 3124 - checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" 3125 - dependencies = [ 3126 - "base64ct", 3127 - "der", 3128 - ] 3129 - 3130 - [[package]] 3131 - name = "strsim" 3132 - version = "0.8.0" 3133 - source = "registry+https://github.com/rust-lang/crates.io-index" 3134 - checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" 3135 - 3136 - [[package]] 3137 - name = "strsim" 3138 - version = "0.10.0" 3139 - source = "registry+https://github.com/rust-lang/crates.io-index" 3140 - checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" 3141 - 3142 - [[package]] 3143 - name = "strum" 3144 - version = "0.26.2" 3145 - source = "registry+https://github.com/rust-lang/crates.io-index" 3146 - checksum = "5d8cec3501a5194c432b2b7976db6b7d10ec95c253208b45f83f7136aa985e29" 3147 - dependencies = [ 3148 - "strum_macros", 3149 - ] 3150 - 3151 - [[package]] 3152 - name = "strum_macros" 3153 - version = "0.26.2" 3154 - source = "registry+https://github.com/rust-lang/crates.io-index" 3155 - checksum = "c6cf59daf282c0a494ba14fd21610a0325f9f90ec9d1231dea26bcb1d696c946" 3156 - dependencies = [ 3157 - "heck 0.4.1", 3158 - "proc-macro2", 3159 - "quote 1.0.36", 3160 - "rustversion", 3161 - "syn 2.0.58", 3162 - ] 3163 - 3164 - [[package]] 3165 - name = "subtle" 3166 - version = "2.5.0" 3167 - source = "registry+https://github.com/rust-lang/crates.io-index" 3168 - checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc" 3169 - 3170 - [[package]] 3171 - name = "syn" 3172 - version = "0.11.11" 3173 - source = "registry+https://github.com/rust-lang/crates.io-index" 3174 - checksum = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad" 3175 - dependencies = [ 3176 - "quote 0.3.15", 3177 - "synom", 3178 - "unicode-xid", 3179 - ] 3180 - 3181 - [[package]] 3182 - name = "syn" 3183 - version = "1.0.109" 3184 - source = "registry+https://github.com/rust-lang/crates.io-index" 3185 - checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 3186 - dependencies = [ 3187 - "proc-macro2", 3188 - "quote 1.0.36", 3189 - "unicode-ident", 3190 - ] 3191 - 3192 - [[package]] 3193 - name = "syn" 3194 - version = "2.0.58" 3195 - source = "registry+https://github.com/rust-lang/crates.io-index" 3196 - checksum = "44cfb93f38070beee36b3fef7d4f5a16f27751d94b187b666a5cc5e9b0d30687" 3197 - dependencies = [ 3198 - "proc-macro2", 3199 - "quote 1.0.36", 3200 - "unicode-ident", 3201 - ] 3202 - 3203 - [[package]] 3204 - name = "syn_derive" 3205 - version = "0.1.8" 3206 - source = "registry+https://github.com/rust-lang/crates.io-index" 3207 - checksum = "1329189c02ff984e9736652b1631330da25eaa6bc639089ed4915d25446cbe7b" 3208 - dependencies = [ 3209 - "proc-macro-error", 3210 - "proc-macro2", 3211 - "quote 1.0.36", 3212 - "syn 2.0.58", 3213 - ] 3214 - 3215 - [[package]] 3216 - name = "sync_wrapper" 3217 - version = "0.1.2" 3218 - source = "registry+https://github.com/rust-lang/crates.io-index" 3219 - checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" 3220 - 3221 - [[package]] 3222 - name = "synom" 3223 - version = "0.11.3" 3224 - source = "registry+https://github.com/rust-lang/crates.io-index" 3225 - checksum = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6" 3226 - dependencies = [ 3227 - "unicode-xid", 3228 - ] 3229 - 3230 - [[package]] 3231 - name = "system-configuration" 3232 - version = "0.5.1" 3233 - source = "registry+https://github.com/rust-lang/crates.io-index" 3234 - checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7" 3235 - dependencies = [ 3236 - "bitflags 1.3.2", 3237 - "core-foundation", 3238 - "system-configuration-sys", 3239 - ] 3240 - 3241 - [[package]] 3242 - name = "system-configuration-sys" 3243 - version = "0.5.0" 3244 - source = "registry+https://github.com/rust-lang/crates.io-index" 3245 - checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9" 3246 - dependencies = [ 3247 - "core-foundation-sys", 3248 - "libc", 3249 - ] 3250 - 3251 - [[package]] 3252 - name = "system-deps" 3253 - version = "6.2.2" 3254 - source = "registry+https://github.com/rust-lang/crates.io-index" 3255 - checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349" 3256 - dependencies = [ 3257 - "cfg-expr", 3258 - "heck 0.5.0", 3259 - "pkg-config", 3260 - "toml", 3261 - "version-compare", 3262 - ] 3263 - 3264 - [[package]] 3265 - name = "tap" 3266 - version = "1.0.1" 3267 - source = "registry+https://github.com/rust-lang/crates.io-index" 3268 - checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" 3269 - 3270 - [[package]] 3271 - name = "target-lexicon" 3272 - version = "0.12.14" 3273 - source = "registry+https://github.com/rust-lang/crates.io-index" 3274 - checksum = "e1fc403891a21bcfb7c37834ba66a547a8f402146eba7265b5a6d88059c9ff2f" 3275 - 3276 - [[package]] 3277 - name = "temp-dir" 3278 - version = "0.1.13" 3279 - source = "registry+https://github.com/rust-lang/crates.io-index" 3280 - checksum = "1f227968ec00f0e5322f9b8173c7a0cbcff6181a0a5b28e9892491c286277231" 3281 - 3282 - [[package]] 3283 - name = "tempfile" 3284 - version = "3.10.1" 3285 - source = "registry+https://github.com/rust-lang/crates.io-index" 3286 - checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1" 3287 - dependencies = [ 3288 - "cfg-if", 3289 - "fastrand", 3290 - "rustix", 3291 - "windows-sys 0.52.0", 3292 - ] 3293 - 3294 - [[package]] 3295 - name = "textwrap" 3296 - version = "0.11.0" 3297 - source = "registry+https://github.com/rust-lang/crates.io-index" 3298 - checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" 3299 - dependencies = [ 3300 - "unicode-width", 3301 - ] 3302 - 3303 - [[package]] 3304 - name = "thiserror" 3305 - version = "1.0.58" 3306 - source = "registry+https://github.com/rust-lang/crates.io-index" 3307 - checksum = "03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297" 3308 - dependencies = [ 3309 - "thiserror-impl", 3310 - ] 3311 - 3312 - [[package]] 3313 - name = "thiserror-impl" 3314 - version = "1.0.58" 3315 - source = "registry+https://github.com/rust-lang/crates.io-index" 3316 - checksum = "c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7" 3317 - dependencies = [ 3318 - "proc-macro2", 3319 - "quote 1.0.36", 3320 - "syn 2.0.58", 3321 - ] 3322 - 3323 - [[package]] 3324 - name = "thread_local" 3325 - version = "1.1.8" 3326 - source = "registry+https://github.com/rust-lang/crates.io-index" 3327 - checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" 3328 - dependencies = [ 3329 - "cfg-if", 3330 - "once_cell", 3331 - ] 3332 - 3333 - [[package]] 3334 - name = "time" 3335 - version = "0.3.36" 3336 - source = "registry+https://github.com/rust-lang/crates.io-index" 3337 - checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885" 3338 - dependencies = [ 3339 - "deranged", 3340 - "itoa", 3341 - "num-conv", 3342 - "powerfmt", 3343 - "serde", 3344 - "time-core", 3345 - "time-macros", 3346 - ] 3347 - 3348 - [[package]] 3349 - name = "time-core" 3350 - version = "0.1.2" 3351 - source = "registry+https://github.com/rust-lang/crates.io-index" 3352 - checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" 3353 - 3354 - [[package]] 3355 - name = "time-macros" 3356 - version = "0.2.18" 3357 - source = "registry+https://github.com/rust-lang/crates.io-index" 3358 - checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf" 3359 - dependencies = [ 3360 - "num-conv", 3361 - "time-core", 3362 - ] 3363 - 3364 - [[package]] 3365 - name = "tinyvec" 3366 - version = "1.6.0" 3367 - source = "registry+https://github.com/rust-lang/crates.io-index" 3368 - checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" 3369 - dependencies = [ 3370 - "tinyvec_macros", 3371 - ] 3372 - 3373 - [[package]] 3374 - name = "tinyvec_macros" 3375 - version = "0.1.1" 3376 - source = "registry+https://github.com/rust-lang/crates.io-index" 3377 - checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 3378 - 3379 - [[package]] 3380 - name = "tokio" 3381 - version = "1.37.0" 3382 - source = "registry+https://github.com/rust-lang/crates.io-index" 3383 - checksum = "1adbebffeca75fcfd058afa480fb6c0b81e165a0323f9c9d39c9697e37c46787" 3384 - dependencies = [ 3385 - "backtrace", 3386 - "bytes", 3387 - "libc", 3388 - "mio", 3389 - "num_cpus", 3390 - "parking_lot", 3391 - "pin-project-lite", 3392 - "signal-hook-registry", 3393 - "socket2", 3394 - "tokio-macros", 3395 - "windows-sys 0.48.0", 3396 - ] 3397 - 3398 - [[package]] 3399 - name = "tokio-macros" 3400 - version = "2.2.0" 3401 - source = "registry+https://github.com/rust-lang/crates.io-index" 3402 - checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b" 3403 - dependencies = [ 3404 - "proc-macro2", 3405 - "quote 1.0.36", 3406 - "syn 2.0.58", 3407 - ] 3408 - 3409 - [[package]] 3410 - name = "tokio-native-tls" 3411 - version = "0.3.1" 3412 - source = "registry+https://github.com/rust-lang/crates.io-index" 3413 - checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" 3414 - dependencies = [ 3415 - "native-tls", 3416 - "tokio", 3417 - ] 3418 - 3419 - [[package]] 3420 - name = "tokio-util" 3421 - version = "0.7.10" 3422 - source = "registry+https://github.com/rust-lang/crates.io-index" 3423 - checksum = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15" 3424 - dependencies = [ 3425 - "bytes", 3426 - "futures-core", 3427 - "futures-sink", 3428 - "pin-project-lite", 3429 - "tokio", 3430 - "tracing", 3431 - ] 3432 - 3433 - [[package]] 3434 - name = "toml" 3435 - version = "0.8.12" 3436 - source = "registry+https://github.com/rust-lang/crates.io-index" 3437 - checksum = "e9dd1545e8208b4a5af1aa9bbd0b4cf7e9ea08fabc5d0a5c67fcaafa17433aa3" 3438 - dependencies = [ 3439 - "serde", 3440 - "serde_spanned", 3441 - "toml_datetime", 3442 - "toml_edit 0.22.9", 3443 - ] 3444 - 3445 - [[package]] 3446 - name = "toml_datetime" 3447 - version = "0.6.5" 3448 - source = "registry+https://github.com/rust-lang/crates.io-index" 3449 - checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1" 3450 - dependencies = [ 3451 - "serde", 3452 - ] 3453 - 3454 - [[package]] 3455 - name = "toml_edit" 3456 - version = "0.19.15" 3457 - source = "registry+https://github.com/rust-lang/crates.io-index" 3458 - checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" 3459 - dependencies = [ 3460 - "indexmap", 3461 - "toml_datetime", 3462 - "winnow 0.5.40", 3463 - ] 3464 - 3465 - [[package]] 3466 - name = "toml_edit" 3467 - version = "0.20.7" 3468 - source = "registry+https://github.com/rust-lang/crates.io-index" 3469 - checksum = "70f427fce4d84c72b5b732388bf4a9f4531b53f74e2887e3ecb2481f68f66d81" 3470 - dependencies = [ 3471 - "indexmap", 3472 - "toml_datetime", 3473 - "winnow 0.5.40", 3474 - ] 3475 - 3476 - [[package]] 3477 - name = "toml_edit" 3478 - version = "0.21.1" 3479 - source = "registry+https://github.com/rust-lang/crates.io-index" 3480 - checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1" 3481 - dependencies = [ 3482 - "indexmap", 3483 - "toml_datetime", 3484 - "winnow 0.5.40", 3485 - ] 3486 - 3487 - [[package]] 3488 - name = "toml_edit" 3489 - version = "0.22.9" 3490 - source = "registry+https://github.com/rust-lang/crates.io-index" 3491 - checksum = "8e40bb779c5187258fd7aad0eb68cb8706a0a81fa712fbea808ab43c4b8374c4" 3492 - dependencies = [ 3493 - "indexmap", 3494 - "serde", 3495 - "serde_spanned", 3496 - "toml_datetime", 3497 - "winnow 0.6.6", 3498 - ] 3499 - 3500 - [[package]] 3501 - name = "tower" 3502 - version = "0.4.13" 3503 - source = "registry+https://github.com/rust-lang/crates.io-index" 3504 - checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c" 3505 - dependencies = [ 3506 - "futures-core", 3507 - "futures-util", 3508 - "pin-project", 3509 - "pin-project-lite", 3510 - "tokio", 3511 - "tower-layer", 3512 - "tower-service", 3513 - "tracing", 3514 - ] 3515 - 3516 - [[package]] 3517 - name = "tower-layer" 3518 - version = "0.3.2" 3519 - source = "registry+https://github.com/rust-lang/crates.io-index" 3520 - checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0" 3521 - 3522 - [[package]] 3523 - name = "tower-service" 3524 - version = "0.3.2" 3525 - source = "registry+https://github.com/rust-lang/crates.io-index" 3526 - checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" 3527 - 3528 - [[package]] 3529 - name = "tracing" 3530 - version = "0.1.40" 3531 - source = "registry+https://github.com/rust-lang/crates.io-index" 3532 - checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" 3533 - dependencies = [ 3534 - "log", 3535 - "pin-project-lite", 3536 - "tracing-attributes", 3537 - "tracing-core", 3538 - ] 3539 - 3540 - [[package]] 3541 - name = "tracing-attributes" 3542 - version = "0.1.27" 3543 - source = "registry+https://github.com/rust-lang/crates.io-index" 3544 - checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" 3545 - dependencies = [ 3546 - "proc-macro2", 3547 - "quote 1.0.36", 3548 - "syn 2.0.58", 3549 - ] 3550 - 3551 - [[package]] 3552 - name = "tracing-core" 3553 - version = "0.1.32" 3554 - source = "registry+https://github.com/rust-lang/crates.io-index" 3555 - checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" 3556 - dependencies = [ 3557 - "once_cell", 3558 - "valuable", 3559 - ] 3560 - 3561 - [[package]] 3562 - name = "tracing-journald" 3563 - version = "0.3.0" 3564 - source = "registry+https://github.com/rust-lang/crates.io-index" 3565 - checksum = "ba316a74e8fc3c3896a850dba2375928a9fa171b085ecddfc7c054d39970f3fd" 3566 - dependencies = [ 3567 - "libc", 3568 - "tracing-core", 3569 - "tracing-subscriber", 3570 - ] 3571 - 3572 - [[package]] 3573 - name = "tracing-log" 3574 - version = "0.2.0" 3575 - source = "registry+https://github.com/rust-lang/crates.io-index" 3576 - checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 3577 - dependencies = [ 3578 - "log", 3579 - "once_cell", 3580 - "tracing-core", 3581 - ] 3582 - 3583 - [[package]] 3584 - name = "tracing-subscriber" 3585 - version = "0.3.18" 3586 - source = "registry+https://github.com/rust-lang/crates.io-index" 3587 - checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" 3588 - dependencies = [ 3589 - "matchers", 3590 - "nu-ansi-term", 3591 - "once_cell", 3592 - "regex", 3593 - "sharded-slab", 3594 - "smallvec", 3595 - "thread_local", 3596 - "tracing", 3597 - "tracing-core", 3598 - "tracing-log", 3599 - ] 3600 - 3601 - [[package]] 3602 - name = "tray-icon" 3603 - version = "0.13.4" 3604 - source = "registry+https://github.com/rust-lang/crates.io-index" 3605 - checksum = "a97ec55956c54569e74209ae9d29a7a79193b252d17a6ac28bcffd4c11a384ad" 3606 - dependencies = [ 3607 - "cocoa", 3608 - "core-graphics", 3609 - "crossbeam-channel", 3610 - "dirs-next", 3611 - "libappindicator", 3612 - "muda", 3613 - "objc", 3614 - "once_cell", 3615 - "png", 3616 - "thiserror", 3617 - "windows-sys 0.52.0", 3618 - ] 3619 - 3620 - [[package]] 3621 - name = "try-lock" 3622 - version = "0.2.5" 3623 - source = "registry+https://github.com/rust-lang/crates.io-index" 3624 - checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 3625 - 3626 - [[package]] 3627 - name = "typenum" 3628 - version = "1.17.0" 3629 - source = "registry+https://github.com/rust-lang/crates.io-index" 3630 - checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" 3631 - 3632 - [[package]] 3633 - name = "unicode-bidi" 3634 - version = "0.3.15" 3635 - source = "registry+https://github.com/rust-lang/crates.io-index" 3636 - checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75" 3637 - 3638 - [[package]] 3639 - name = "unicode-ident" 3640 - version = "1.0.12" 3641 - source = "registry+https://github.com/rust-lang/crates.io-index" 3642 - checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" 3643 - 3644 - [[package]] 3645 - name = "unicode-normalization" 3646 - version = "0.1.23" 3647 - source = "registry+https://github.com/rust-lang/crates.io-index" 3648 - checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5" 3649 - dependencies = [ 3650 - "tinyvec", 3651 - ] 3652 - 3653 - [[package]] 3654 - name = "unicode-segmentation" 3655 - version = "1.11.0" 3656 - source = "registry+https://github.com/rust-lang/crates.io-index" 3657 - checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202" 3658 - 3659 - [[package]] 3660 - name = "unicode-width" 3661 - version = "0.1.11" 3662 - source = "registry+https://github.com/rust-lang/crates.io-index" 3663 - checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85" 3664 - 3665 - [[package]] 3666 - name = "unicode-xid" 3667 - version = "0.0.4" 3668 - source = "registry+https://github.com/rust-lang/crates.io-index" 3669 - checksum = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc" 3670 - 3671 - [[package]] 3672 - name = "url" 3673 - version = "2.5.0" 3674 - source = "registry+https://github.com/rust-lang/crates.io-index" 3675 - checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633" 3676 - dependencies = [ 3677 - "form_urlencoded", 3678 - "idna 0.5.0", 3679 - "percent-encoding", 3680 - ] 3681 - 3682 - [[package]] 3683 - name = "uuid" 3684 - version = "1.8.0" 3685 - source = "registry+https://github.com/rust-lang/crates.io-index" 3686 - checksum = "a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0" 3687 - 3688 - [[package]] 3689 - name = "valuable" 3690 - version = "0.1.0" 3691 - source = "registry+https://github.com/rust-lang/crates.io-index" 3692 - checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" 3693 - 3694 - [[package]] 3695 - name = "vcpkg" 3696 - version = "0.2.15" 3697 - source = "registry+https://github.com/rust-lang/crates.io-index" 3698 - checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 3699 - 3700 - [[package]] 3701 - name = "vec_map" 3702 - version = "0.8.2" 3703 - source = "registry+https://github.com/rust-lang/crates.io-index" 3704 - checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" 3705 - 3706 - [[package]] 3707 - name = "version-compare" 3708 - version = "0.2.0" 3709 - source = "registry+https://github.com/rust-lang/crates.io-index" 3710 - checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b" 3711 - 3712 - [[package]] 3713 - name = "version_check" 3714 - version = "0.9.4" 3715 - source = "registry+https://github.com/rust-lang/crates.io-index" 3716 - checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 3717 - 3718 - [[package]] 3719 - name = "vswhom" 3720 - version = "0.1.0" 3721 - source = "registry+https://github.com/rust-lang/crates.io-index" 3722 - checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b" 3723 - dependencies = [ 3724 - "libc", 3725 - "vswhom-sys", 3726 - ] 3727 - 3728 - [[package]] 3729 - name = "vswhom-sys" 3730 - version = "0.1.2" 3731 - source = "registry+https://github.com/rust-lang/crates.io-index" 3732 - checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18" 3733 - dependencies = [ 3734 - "cc", 3735 - "libc", 3736 - ] 3737 - 3738 - [[package]] 3739 - name = "want" 3740 - version = "0.3.1" 3741 - source = "registry+https://github.com/rust-lang/crates.io-index" 3742 - checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 3743 - dependencies = [ 3744 - "try-lock", 3745 - ] 3746 - 3747 - [[package]] 3748 - name = "wasi" 3749 - version = "0.11.0+wasi-snapshot-preview1" 3750 - source = "registry+https://github.com/rust-lang/crates.io-index" 3751 - checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 3752 - 3753 - [[package]] 3754 - name = "wasm-bindgen" 3755 - version = "0.2.92" 3756 - source = "registry+https://github.com/rust-lang/crates.io-index" 3757 - checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8" 3758 - dependencies = [ 3759 - "cfg-if", 3760 - "wasm-bindgen-macro", 3761 - ] 3762 - 3763 - [[package]] 3764 - name = "wasm-bindgen-backend" 3765 - version = "0.2.92" 3766 - source = "registry+https://github.com/rust-lang/crates.io-index" 3767 - checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da" 3768 - dependencies = [ 3769 - "bumpalo", 3770 - "log", 3771 - "once_cell", 3772 - "proc-macro2", 3773 - "quote 1.0.36", 3774 - "syn 2.0.58", 3775 - "wasm-bindgen-shared", 3776 - ] 3777 - 3778 - [[package]] 3779 - name = "wasm-bindgen-futures" 3780 - version = "0.4.42" 3781 - source = "registry+https://github.com/rust-lang/crates.io-index" 3782 - checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0" 3783 - dependencies = [ 3784 - "cfg-if", 3785 - "js-sys", 3786 - "wasm-bindgen", 3787 - "web-sys", 3788 - ] 3789 - 3790 - [[package]] 3791 - name = "wasm-bindgen-macro" 3792 - version = "0.2.92" 3793 - source = "registry+https://github.com/rust-lang/crates.io-index" 3794 - checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726" 3795 - dependencies = [ 3796 - "quote 1.0.36", 3797 - "wasm-bindgen-macro-support", 3798 - ] 3799 - 3800 - [[package]] 3801 - name = "wasm-bindgen-macro-support" 3802 - version = "0.2.92" 3803 - source = "registry+https://github.com/rust-lang/crates.io-index" 3804 - checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7" 3805 - dependencies = [ 3806 - "proc-macro2", 3807 - "quote 1.0.36", 3808 - "syn 2.0.58", 3809 - "wasm-bindgen-backend", 3810 - "wasm-bindgen-shared", 3811 - ] 3812 - 3813 - [[package]] 3814 - name = "wasm-bindgen-shared" 3815 - version = "0.2.92" 3816 - source = "registry+https://github.com/rust-lang/crates.io-index" 3817 - checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96" 3818 - 3819 - [[package]] 3820 - name = "waylyrics" 3821 - version = "0.3.5" 3822 - dependencies = [ 3823 - "ahash 0.8.11", 3824 - "anyhow", 3825 - "async-channel", 3826 - "async-trait", 3827 - "dbus", 3828 - "directories", 3829 - "documented", 3830 - "gdk4-win32", 3831 - "gettext-rs", 3832 - "glib-macros 0.19.4", 3833 - "gtk4", 3834 - "ksni", 3835 - "lrc-nom", 3836 - "md5", 3837 - "mimalloc", 3838 - "mpris", 3839 - "ncmapi2", 3840 - "once_cell", 3841 - "opencc-rust", 3842 - "qqmusic-rs", 3843 - "regex", 3844 - "reqwest", 3845 - "rust_decimal", 3846 - "rust_decimal_macros", 3847 - "serde", 3848 - "serde_json", 3849 - "sorensen", 3850 - "strum", 3851 - "thiserror", 3852 - "tokio", 3853 - "toml", 3854 - "toml_edit 0.22.9", 3855 - "tracing", 3856 - "tracing-journald", 3857 - "tracing-subscriber", 3858 - "tray-icon", 3859 - "url", 3860 - "windows", 3861 - "windows_exe_info", 3862 - ] 3863 - 3864 - [[package]] 3865 - name = "web-sys" 3866 - version = "0.3.69" 3867 - source = "registry+https://github.com/rust-lang/crates.io-index" 3868 - checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef" 3869 - dependencies = [ 3870 - "js-sys", 3871 - "wasm-bindgen", 3872 - ] 3873 - 3874 - [[package]] 3875 - name = "winapi" 3876 - version = "0.3.9" 3877 - source = "registry+https://github.com/rust-lang/crates.io-index" 3878 - checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 3879 - dependencies = [ 3880 - "winapi-i686-pc-windows-gnu", 3881 - "winapi-x86_64-pc-windows-gnu", 3882 - ] 3883 - 3884 - [[package]] 3885 - name = "winapi-i686-pc-windows-gnu" 3886 - version = "0.4.0" 3887 - source = "registry+https://github.com/rust-lang/crates.io-index" 3888 - checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 3889 - 3890 - [[package]] 3891 - name = "winapi-x86_64-pc-windows-gnu" 3892 - version = "0.4.0" 3893 - source = "registry+https://github.com/rust-lang/crates.io-index" 3894 - checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 3895 - 3896 - [[package]] 3897 - name = "windows" 3898 - version = "0.56.0" 3899 - source = "registry+https://github.com/rust-lang/crates.io-index" 3900 - checksum = "1de69df01bdf1ead2f4ac895dc77c9351aefff65b2f3db429a343f9cbf05e132" 3901 - dependencies = [ 3902 - "windows-core", 3903 - "windows-targets 0.52.5", 3904 - ] 3905 - 3906 - [[package]] 3907 - name = "windows-core" 3908 - version = "0.56.0" 3909 - source = "registry+https://github.com/rust-lang/crates.io-index" 3910 - checksum = "4698e52ed2d08f8658ab0c39512a7c00ee5fe2688c65f8c0a4f06750d729f2a6" 3911 - dependencies = [ 3912 - "windows-implement", 3913 - "windows-interface", 3914 - "windows-result", 3915 - "windows-targets 0.52.5", 3916 - ] 3917 - 3918 - [[package]] 3919 - name = "windows-implement" 3920 - version = "0.56.0" 3921 - source = "registry+https://github.com/rust-lang/crates.io-index" 3922 - checksum = "f6fc35f58ecd95a9b71c4f2329b911016e6bec66b3f2e6a4aad86bd2e99e2f9b" 3923 - dependencies = [ 3924 - "proc-macro2", 3925 - "quote 1.0.36", 3926 - "syn 2.0.58", 3927 - ] 3928 - 3929 - [[package]] 3930 - name = "windows-interface" 3931 - version = "0.56.0" 3932 - source = "registry+https://github.com/rust-lang/crates.io-index" 3933 - checksum = "08990546bf4edef8f431fa6326e032865f27138718c587dc21bc0265bbcb57cc" 3934 - dependencies = [ 3935 - "proc-macro2", 3936 - "quote 1.0.36", 3937 - "syn 2.0.58", 3938 - ] 3939 - 3940 - [[package]] 3941 - name = "windows-result" 3942 - version = "0.1.1" 3943 - source = "registry+https://github.com/rust-lang/crates.io-index" 3944 - checksum = "749f0da9cc72d82e600d8d2e44cadd0b9eedb9038f71a1c58556ac1c5791813b" 3945 - dependencies = [ 3946 - "windows-targets 0.52.5", 3947 - ] 3948 - 3949 - [[package]] 3950 - name = "windows-sys" 3951 - version = "0.48.0" 3952 - source = "registry+https://github.com/rust-lang/crates.io-index" 3953 - checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 3954 - dependencies = [ 3955 - "windows-targets 0.48.5", 3956 - ] 3957 - 3958 - [[package]] 3959 - name = "windows-sys" 3960 - version = "0.52.0" 3961 - source = "registry+https://github.com/rust-lang/crates.io-index" 3962 - checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 3963 - dependencies = [ 3964 - "windows-targets 0.52.5", 3965 - ] 3966 - 3967 - [[package]] 3968 - name = "windows-targets" 3969 - version = "0.48.5" 3970 - source = "registry+https://github.com/rust-lang/crates.io-index" 3971 - checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 3972 - dependencies = [ 3973 - "windows_aarch64_gnullvm 0.48.5", 3974 - "windows_aarch64_msvc 0.48.5", 3975 - "windows_i686_gnu 0.48.5", 3976 - "windows_i686_msvc 0.48.5", 3977 - "windows_x86_64_gnu 0.48.5", 3978 - "windows_x86_64_gnullvm 0.48.5", 3979 - "windows_x86_64_msvc 0.48.5", 3980 - ] 3981 - 3982 - [[package]] 3983 - name = "windows-targets" 3984 - version = "0.52.5" 3985 - source = "registry+https://github.com/rust-lang/crates.io-index" 3986 - checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb" 3987 - dependencies = [ 3988 - "windows_aarch64_gnullvm 0.52.5", 3989 - "windows_aarch64_msvc 0.52.5", 3990 - "windows_i686_gnu 0.52.5", 3991 - "windows_i686_gnullvm", 3992 - "windows_i686_msvc 0.52.5", 3993 - "windows_x86_64_gnu 0.52.5", 3994 - "windows_x86_64_gnullvm 0.52.5", 3995 - "windows_x86_64_msvc 0.52.5", 3996 - ] 3997 - 3998 - [[package]] 3999 - name = "windows_aarch64_gnullvm" 4000 - version = "0.48.5" 4001 - source = "registry+https://github.com/rust-lang/crates.io-index" 4002 - checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 4003 - 4004 - [[package]] 4005 - name = "windows_aarch64_gnullvm" 4006 - version = "0.52.5" 4007 - source = "registry+https://github.com/rust-lang/crates.io-index" 4008 - checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263" 4009 - 4010 - [[package]] 4011 - name = "windows_aarch64_msvc" 4012 - version = "0.48.5" 4013 - source = "registry+https://github.com/rust-lang/crates.io-index" 4014 - checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 4015 - 4016 - [[package]] 4017 - name = "windows_aarch64_msvc" 4018 - version = "0.52.5" 4019 - source = "registry+https://github.com/rust-lang/crates.io-index" 4020 - checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6" 4021 - 4022 - [[package]] 4023 - name = "windows_exe_info" 4024 - version = "0.4.2" 4025 - source = "registry+https://github.com/rust-lang/crates.io-index" 4026 - checksum = "f7e7bfd02caf5cd98a197cec15c852685c8c42605f91d7be3083541a0b40a7ff" 4027 - dependencies = [ 4028 - "embed-resource", 4029 - ] 4030 - 4031 - [[package]] 4032 - name = "windows_i686_gnu" 4033 - version = "0.48.5" 4034 - source = "registry+https://github.com/rust-lang/crates.io-index" 4035 - checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 4036 - 4037 - [[package]] 4038 - name = "windows_i686_gnu" 4039 - version = "0.52.5" 4040 - source = "registry+https://github.com/rust-lang/crates.io-index" 4041 - checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670" 4042 - 4043 - [[package]] 4044 - name = "windows_i686_gnullvm" 4045 - version = "0.52.5" 4046 - source = "registry+https://github.com/rust-lang/crates.io-index" 4047 - checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9" 4048 - 4049 - [[package]] 4050 - name = "windows_i686_msvc" 4051 - version = "0.48.5" 4052 - source = "registry+https://github.com/rust-lang/crates.io-index" 4053 - checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 4054 - 4055 - [[package]] 4056 - name = "windows_i686_msvc" 4057 - version = "0.52.5" 4058 - source = "registry+https://github.com/rust-lang/crates.io-index" 4059 - checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf" 4060 - 4061 - [[package]] 4062 - name = "windows_x86_64_gnu" 4063 - version = "0.48.5" 4064 - source = "registry+https://github.com/rust-lang/crates.io-index" 4065 - checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 4066 - 4067 - [[package]] 4068 - name = "windows_x86_64_gnu" 4069 - version = "0.52.5" 4070 - source = "registry+https://github.com/rust-lang/crates.io-index" 4071 - checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9" 4072 - 4073 - [[package]] 4074 - name = "windows_x86_64_gnullvm" 4075 - version = "0.48.5" 4076 - source = "registry+https://github.com/rust-lang/crates.io-index" 4077 - checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 4078 - 4079 - [[package]] 4080 - name = "windows_x86_64_gnullvm" 4081 - version = "0.52.5" 4082 - source = "registry+https://github.com/rust-lang/crates.io-index" 4083 - checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596" 4084 - 4085 - [[package]] 4086 - name = "windows_x86_64_msvc" 4087 - version = "0.48.5" 4088 - source = "registry+https://github.com/rust-lang/crates.io-index" 4089 - checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 4090 - 4091 - [[package]] 4092 - name = "windows_x86_64_msvc" 4093 - version = "0.52.5" 4094 - source = "registry+https://github.com/rust-lang/crates.io-index" 4095 - checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0" 4096 - 4097 - [[package]] 4098 - name = "winnow" 4099 - version = "0.5.40" 4100 - source = "registry+https://github.com/rust-lang/crates.io-index" 4101 - checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876" 4102 - dependencies = [ 4103 - "memchr", 4104 - ] 4105 - 4106 - [[package]] 4107 - name = "winnow" 4108 - version = "0.6.6" 4109 - source = "registry+https://github.com/rust-lang/crates.io-index" 4110 - checksum = "f0c976aaaa0e1f90dbb21e9587cdaf1d9679a1cde8875c0d6bd83ab96a208352" 4111 - dependencies = [ 4112 - "memchr", 4113 - ] 4114 - 4115 - [[package]] 4116 - name = "winreg" 4117 - version = "0.52.0" 4118 - source = "registry+https://github.com/rust-lang/crates.io-index" 4119 - checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5" 4120 - dependencies = [ 4121 - "cfg-if", 4122 - "windows-sys 0.48.0", 4123 - ] 4124 - 4125 - [[package]] 4126 - name = "wyz" 4127 - version = "0.5.1" 4128 - source = "registry+https://github.com/rust-lang/crates.io-index" 4129 - checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed" 4130 - dependencies = [ 4131 - "tap", 4132 - ] 4133 - 4134 - [[package]] 4135 - name = "x11" 4136 - version = "2.21.0" 4137 - source = "registry+https://github.com/rust-lang/crates.io-index" 4138 - checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e" 4139 - dependencies = [ 4140 - "libc", 4141 - "pkg-config", 4142 - ] 4143 - 4144 - [[package]] 4145 - name = "xml-rs" 4146 - version = "0.8.20" 4147 - source = "registry+https://github.com/rust-lang/crates.io-index" 4148 - checksum = "791978798f0597cfc70478424c2b4fdc2b7a8024aaff78497ef00f24ef674193" 4149 - 4150 - [[package]] 4151 - name = "zerocopy" 4152 - version = "0.7.32" 4153 - source = "registry+https://github.com/rust-lang/crates.io-index" 4154 - checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be" 4155 - dependencies = [ 4156 - "zerocopy-derive", 4157 - ] 4158 - 4159 - [[package]] 4160 - name = "zerocopy-derive" 4161 - version = "0.7.32" 4162 - source = "registry+https://github.com/rust-lang/crates.io-index" 4163 - checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6" 4164 - dependencies = [ 4165 - "proc-macro2", 4166 - "quote 1.0.36", 4167 - "syn 2.0.58", 4168 - ] 4169 - 4170 - [[package]] 4171 - name = "zeroize" 4172 - version = "1.7.0" 4173 - source = "registry+https://github.com/rust-lang/crates.io-index" 4174 - checksum = "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d"
+3 -12
pkgs/applications/audio/waylyrics/default.nix
··· 9 9 10 10 rustPlatform.buildRustPackage rec { 11 11 pname = "waylyrics"; 12 - version = "0.3.5"; 12 + version = "0.3.8"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "waylyrics"; 16 16 repo = "waylyrics"; 17 17 rev = "v${version}"; 18 - hash = "sha256-44O2+OLsBZhl0/0910RsdCe8cHt6UGhYF7CUfhsFQU8="; 18 + hash = "sha256-ZOz8LkMznSX/7nSu7IpZ8kVemo2AuRLOgrS3WWg+BXU="; 19 19 }; 20 20 21 - cargoLock = { 22 - lockFile = ./Cargo.lock; 23 - outputHashes = { 24 - "ksni-0.2.1" = "sha256-kjirYZVDP9e7/933L7gwSgVrNInSTbsRCAfnhUqmcLI="; 25 - }; 26 - }; 27 - 28 - postPatch = '' 29 - cp ${./Cargo.lock} Cargo.lock 30 - ''; 21 + cargoHash = "sha256-mURcz3i98qlsn/rzZjeJncyVX5xsuqWY2/PcNA6WAWQ="; 31 22 32 23 nativeBuildInputs = [ pkg-config wrapGAppsHook4 ]; 33 24 buildInputs = [ openssl dbus ];