| 1 | # This file is automatically @generated by Cargo. |
| 2 | # It is not intended for manual editing. |
| 3 | version = 4 |
| 4 | |
| 5 | [[package]] |
| 6 | name = "adler2" |
| 7 | version = "2.0.1" |
| 8 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 9 | checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" |
| 10 | |
| 11 | [[package]] |
| 12 | name = "aho-corasick" |
| 13 | version = "1.1.4" |
| 14 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 15 | checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" |
| 16 | dependencies = [ |
| 17 | "memchr", |
| 18 | ] |
| 19 | |
| 20 | [[package]] |
| 21 | name = "anstream" |
| 22 | version = "0.6.21" |
| 23 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 24 | checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a" |
| 25 | dependencies = [ |
| 26 | "anstyle", |
| 27 | "anstyle-parse", |
| 28 | "anstyle-query", |
| 29 | "anstyle-wincon", |
| 30 | "colorchoice", |
| 31 | "is_terminal_polyfill", |
| 32 | "utf8parse", |
| 33 | ] |
| 34 | |
| 35 | [[package]] |
| 36 | name = "anstyle" |
| 37 | version = "1.0.13" |
| 38 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 39 | checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78" |
| 40 | |
| 41 | [[package]] |
| 42 | name = "anstyle-parse" |
| 43 | version = "0.2.7" |
| 44 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 45 | checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2" |
| 46 | dependencies = [ |
| 47 | "utf8parse", |
| 48 | ] |
| 49 | |
| 50 | [[package]] |
| 51 | name = "anstyle-query" |
| 52 | version = "1.1.5" |
| 53 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 54 | checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" |
| 55 | dependencies = [ |
| 56 | "windows-sys 0.61.2", |
| 57 | ] |
| 58 | |
| 59 | [[package]] |
| 60 | name = "anstyle-wincon" |
| 61 | version = "3.0.11" |
| 62 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 63 | checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" |
| 64 | dependencies = [ |
| 65 | "anstyle", |
| 66 | "once_cell_polyfill", |
| 67 | "windows-sys 0.61.2", |
| 68 | ] |
| 69 | |
| 70 | [[package]] |
| 71 | name = "anyhow" |
| 72 | version = "1.0.100" |
| 73 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 74 | checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" |
| 75 | |
| 76 | [[package]] |
| 77 | name = "as-raw-xcb-connection" |
| 78 | version = "1.0.1" |
| 79 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 80 | checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b" |
| 81 | |
| 82 | [[package]] |
| 83 | name = "async-broadcast" |
| 84 | version = "0.7.2" |
| 85 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 86 | checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532" |
| 87 | dependencies = [ |
| 88 | "event-listener", |
| 89 | "event-listener-strategy", |
| 90 | "futures-core", |
| 91 | "pin-project-lite", |
| 92 | ] |
| 93 | |
| 94 | [[package]] |
| 95 | name = "async-channel" |
| 96 | version = "2.5.0" |
| 97 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 98 | checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2" |
| 99 | dependencies = [ |
| 100 | "concurrent-queue", |
| 101 | "event-listener-strategy", |
| 102 | "futures-core", |
| 103 | "pin-project-lite", |
| 104 | ] |
| 105 | |
| 106 | [[package]] |
| 107 | name = "async-executor" |
| 108 | version = "1.13.3" |
| 109 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 110 | checksum = "497c00e0fd83a72a79a39fcbd8e3e2f055d6f6c7e025f3b3d91f4f8e76527fb8" |
| 111 | dependencies = [ |
| 112 | "async-task", |
| 113 | "concurrent-queue", |
| 114 | "fastrand", |
| 115 | "futures-lite", |
| 116 | "pin-project-lite", |
| 117 | "slab", |
| 118 | ] |
| 119 | |
| 120 | [[package]] |
| 121 | name = "async-fs" |
| 122 | version = "2.2.0" |
| 123 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 124 | checksum = "8034a681df4aed8b8edbd7fbe472401ecf009251c8b40556b304567052e294c5" |
| 125 | dependencies = [ |
| 126 | "async-lock", |
| 127 | "blocking", |
| 128 | "futures-lite", |
| 129 | ] |
| 130 | |
| 131 | [[package]] |
| 132 | name = "async-io" |
| 133 | version = "2.6.0" |
| 134 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 135 | checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc" |
| 136 | dependencies = [ |
| 137 | "autocfg", |
| 138 | "cfg-if", |
| 139 | "concurrent-queue", |
| 140 | "futures-io", |
| 141 | "futures-lite", |
| 142 | "parking", |
| 143 | "polling", |
| 144 | "rustix", |
| 145 | "slab", |
| 146 | "windows-sys 0.61.2", |
| 147 | ] |
| 148 | |
| 149 | [[package]] |
| 150 | name = "async-lock" |
| 151 | version = "3.4.2" |
| 152 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 153 | checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311" |
| 154 | dependencies = [ |
| 155 | "event-listener", |
| 156 | "event-listener-strategy", |
| 157 | "pin-project-lite", |
| 158 | ] |
| 159 | |
| 160 | [[package]] |
| 161 | name = "async-process" |
| 162 | version = "2.5.0" |
| 163 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 164 | checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75" |
| 165 | dependencies = [ |
| 166 | "async-channel", |
| 167 | "async-io", |
| 168 | "async-lock", |
| 169 | "async-signal", |
| 170 | "async-task", |
| 171 | "blocking", |
| 172 | "cfg-if", |
| 173 | "event-listener", |
| 174 | "futures-lite", |
| 175 | "rustix", |
| 176 | ] |
| 177 | |
| 178 | [[package]] |
| 179 | name = "async-recursion" |
| 180 | version = "1.1.1" |
| 181 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 182 | checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11" |
| 183 | dependencies = [ |
| 184 | "proc-macro2", |
| 185 | "quote", |
| 186 | "syn 2.0.114", |
| 187 | ] |
| 188 | |
| 189 | [[package]] |
| 190 | name = "async-signal" |
| 191 | version = "0.2.13" |
| 192 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 193 | checksum = "43c070bbf59cd3570b6b2dd54cd772527c7c3620fce8be898406dd3ed6adc64c" |
| 194 | dependencies = [ |
| 195 | "async-io", |
| 196 | "async-lock", |
| 197 | "atomic-waker", |
| 198 | "cfg-if", |
| 199 | "futures-core", |
| 200 | "futures-io", |
| 201 | "rustix", |
| 202 | "signal-hook-registry", |
| 203 | "slab", |
| 204 | "windows-sys 0.61.2", |
| 205 | ] |
| 206 | |
| 207 | [[package]] |
| 208 | name = "async-task" |
| 209 | version = "4.7.1" |
| 210 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 211 | checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" |
| 212 | |
| 213 | [[package]] |
| 214 | name = "async-trait" |
| 215 | version = "0.1.89" |
| 216 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 217 | checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" |
| 218 | dependencies = [ |
| 219 | "proc-macro2", |
| 220 | "quote", |
| 221 | "syn 2.0.114", |
| 222 | ] |
| 223 | |
| 224 | [[package]] |
| 225 | name = "atomic-waker" |
| 226 | version = "1.1.2" |
| 227 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 228 | checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" |
| 229 | |
| 230 | [[package]] |
| 231 | name = "autocfg" |
| 232 | version = "1.5.0" |
| 233 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 234 | checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" |
| 235 | |
| 236 | [[package]] |
| 237 | name = "bindgen" |
| 238 | version = "0.69.5" |
| 239 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 240 | checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088" |
| 241 | dependencies = [ |
| 242 | "bitflags 2.10.0", |
| 243 | "cexpr", |
| 244 | "clang-sys", |
| 245 | "itertools", |
| 246 | "lazy_static", |
| 247 | "lazycell", |
| 248 | "proc-macro2", |
| 249 | "quote", |
| 250 | "regex", |
| 251 | "rustc-hash", |
| 252 | "shlex", |
| 253 | "syn 2.0.114", |
| 254 | ] |
| 255 | |
| 256 | [[package]] |
| 257 | name = "bit_field" |
| 258 | version = "0.10.3" |
| 259 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 260 | checksum = "1e4b40c7323adcfc0a41c4b88143ed58346ff65a288fc144329c5c45e05d70c6" |
| 261 | |
| 262 | [[package]] |
| 263 | name = "bitflags" |
| 264 | version = "1.3.2" |
| 265 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 266 | checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
| 267 | |
| 268 | [[package]] |
| 269 | name = "bitflags" |
| 270 | version = "2.10.0" |
| 271 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 272 | checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3" |
| 273 | |
| 274 | [[package]] |
| 275 | name = "block-buffer" |
| 276 | version = "0.10.4" |
| 277 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 278 | checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" |
| 279 | dependencies = [ |
| 280 | "generic-array", |
| 281 | ] |
| 282 | |
| 283 | [[package]] |
| 284 | name = "blocking" |
| 285 | version = "1.6.2" |
| 286 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 287 | checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21" |
| 288 | dependencies = [ |
| 289 | "async-channel", |
| 290 | "async-task", |
| 291 | "futures-io", |
| 292 | "futures-lite", |
| 293 | "piper", |
| 294 | ] |
| 295 | |
| 296 | [[package]] |
| 297 | name = "bytemuck" |
| 298 | version = "1.24.0" |
| 299 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 300 | checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4" |
| 301 | |
| 302 | [[package]] |
| 303 | name = "byteorder" |
| 304 | version = "1.5.0" |
| 305 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 306 | checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" |
| 307 | |
| 308 | [[package]] |
| 309 | name = "bytes" |
| 310 | version = "1.11.0" |
| 311 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 312 | checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3" |
| 313 | |
| 314 | [[package]] |
| 315 | name = "cairo-rs" |
| 316 | version = "0.18.5" |
| 317 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 318 | checksum = "8ca26ef0159422fb77631dc9d17b102f253b876fe1586b03b803e63a309b4ee2" |
| 319 | dependencies = [ |
| 320 | "bitflags 2.10.0", |
| 321 | "cairo-sys-rs", |
| 322 | "glib", |
| 323 | "libc", |
| 324 | "once_cell", |
| 325 | "thiserror 1.0.69", |
| 326 | ] |
| 327 | |
| 328 | [[package]] |
| 329 | name = "cairo-sys-rs" |
| 330 | version = "0.18.2" |
| 331 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 332 | checksum = "685c9fa8e590b8b3d678873528d83411db17242a73fccaed827770ea0fedda51" |
| 333 | dependencies = [ |
| 334 | "glib-sys", |
| 335 | "libc", |
| 336 | "system-deps", |
| 337 | ] |
| 338 | |
| 339 | [[package]] |
| 340 | name = "cexpr" |
| 341 | version = "0.6.0" |
| 342 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 343 | checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" |
| 344 | dependencies = [ |
| 345 | "nom", |
| 346 | ] |
| 347 | |
| 348 | [[package]] |
| 349 | name = "cfg-expr" |
| 350 | version = "0.15.8" |
| 351 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 352 | checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02" |
| 353 | dependencies = [ |
| 354 | "smallvec", |
| 355 | "target-lexicon", |
| 356 | ] |
| 357 | |
| 358 | [[package]] |
| 359 | name = "cfg-if" |
| 360 | version = "1.0.4" |
| 361 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 362 | checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" |
| 363 | |
| 364 | [[package]] |
| 365 | name = "cfg_aliases" |
| 366 | version = "0.2.1" |
| 367 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 368 | checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" |
| 369 | |
| 370 | [[package]] |
| 371 | name = "clang-sys" |
| 372 | version = "1.8.1" |
| 373 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 374 | checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4" |
| 375 | dependencies = [ |
| 376 | "glob", |
| 377 | "libc", |
| 378 | ] |
| 379 | |
| 380 | [[package]] |
| 381 | name = "clap" |
| 382 | version = "4.5.54" |
| 383 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 384 | checksum = "c6e6ff9dcd79cff5cd969a17a545d79e84ab086e444102a591e288a8aa3ce394" |
| 385 | dependencies = [ |
| 386 | "clap_builder", |
| 387 | "clap_derive", |
| 388 | ] |
| 389 | |
| 390 | [[package]] |
| 391 | name = "clap_builder" |
| 392 | version = "4.5.54" |
| 393 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 394 | checksum = "fa42cf4d2b7a41bc8f663a7cab4031ebafa1bf3875705bfaf8466dc60ab52c00" |
| 395 | dependencies = [ |
| 396 | "anstream", |
| 397 | "anstyle", |
| 398 | "clap_lex", |
| 399 | "strsim", |
| 400 | ] |
| 401 | |
| 402 | [[package]] |
| 403 | name = "clap_derive" |
| 404 | version = "4.5.49" |
| 405 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 406 | checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671" |
| 407 | dependencies = [ |
| 408 | "heck 0.5.0", |
| 409 | "proc-macro2", |
| 410 | "quote", |
| 411 | "syn 2.0.114", |
| 412 | ] |
| 413 | |
| 414 | [[package]] |
| 415 | name = "clap_lex" |
| 416 | version = "0.7.7" |
| 417 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 418 | checksum = "c3e64b0cc0439b12df2fa678eae89a1c56a529fd067a9115f7827f1fffd22b32" |
| 419 | |
| 420 | [[package]] |
| 421 | name = "color_quant" |
| 422 | version = "1.1.0" |
| 423 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 424 | checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" |
| 425 | |
| 426 | [[package]] |
| 427 | name = "colorchoice" |
| 428 | version = "1.0.4" |
| 429 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 430 | checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" |
| 431 | |
| 432 | [[package]] |
| 433 | name = "concurrent-queue" |
| 434 | version = "2.5.0" |
| 435 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 436 | checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" |
| 437 | dependencies = [ |
| 438 | "crossbeam-utils", |
| 439 | ] |
| 440 | |
| 441 | [[package]] |
| 442 | name = "cpufeatures" |
| 443 | version = "0.2.17" |
| 444 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 445 | checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" |
| 446 | dependencies = [ |
| 447 | "libc", |
| 448 | ] |
| 449 | |
| 450 | [[package]] |
| 451 | name = "crc32fast" |
| 452 | version = "1.5.0" |
| 453 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 454 | checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" |
| 455 | dependencies = [ |
| 456 | "cfg-if", |
| 457 | ] |
| 458 | |
| 459 | [[package]] |
| 460 | name = "crossbeam-deque" |
| 461 | version = "0.8.6" |
| 462 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 463 | checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51" |
| 464 | dependencies = [ |
| 465 | "crossbeam-epoch", |
| 466 | "crossbeam-utils", |
| 467 | ] |
| 468 | |
| 469 | [[package]] |
| 470 | name = "crossbeam-epoch" |
| 471 | version = "0.9.18" |
| 472 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 473 | checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" |
| 474 | dependencies = [ |
| 475 | "crossbeam-utils", |
| 476 | ] |
| 477 | |
| 478 | [[package]] |
| 479 | name = "crossbeam-utils" |
| 480 | version = "0.8.21" |
| 481 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 482 | checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" |
| 483 | |
| 484 | [[package]] |
| 485 | name = "crunchy" |
| 486 | version = "0.2.4" |
| 487 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 488 | checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" |
| 489 | |
| 490 | [[package]] |
| 491 | name = "crypto-common" |
| 492 | version = "0.1.7" |
| 493 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 494 | checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a" |
| 495 | dependencies = [ |
| 496 | "generic-array", |
| 497 | "typenum", |
| 498 | ] |
| 499 | |
| 500 | [[package]] |
| 501 | name = "digest" |
| 502 | version = "0.10.7" |
| 503 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 504 | checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" |
| 505 | dependencies = [ |
| 506 | "block-buffer", |
| 507 | "crypto-common", |
| 508 | ] |
| 509 | |
| 510 | [[package]] |
| 511 | name = "dirs" |
| 512 | version = "6.0.0" |
| 513 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 514 | checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e" |
| 515 | dependencies = [ |
| 516 | "dirs-sys", |
| 517 | ] |
| 518 | |
| 519 | [[package]] |
| 520 | name = "dirs-sys" |
| 521 | version = "0.5.0" |
| 522 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 523 | checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab" |
| 524 | dependencies = [ |
| 525 | "libc", |
| 526 | "option-ext", |
| 527 | "redox_users", |
| 528 | "windows-sys 0.61.2", |
| 529 | ] |
| 530 | |
| 531 | [[package]] |
| 532 | name = "either" |
| 533 | version = "1.15.0" |
| 534 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 535 | checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" |
| 536 | |
| 537 | [[package]] |
| 538 | name = "endi" |
| 539 | version = "1.1.1" |
| 540 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 541 | checksum = "66b7e2430c6dff6a955451e2cfc438f09cea1965a9d6f87f7e3b90decc014099" |
| 542 | |
| 543 | [[package]] |
| 544 | name = "enumflags2" |
| 545 | version = "0.7.12" |
| 546 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 547 | checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef" |
| 548 | dependencies = [ |
| 549 | "enumflags2_derive", |
| 550 | "serde", |
| 551 | ] |
| 552 | |
| 553 | [[package]] |
| 554 | name = "enumflags2_derive" |
| 555 | version = "0.7.12" |
| 556 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 557 | checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827" |
| 558 | dependencies = [ |
| 559 | "proc-macro2", |
| 560 | "quote", |
| 561 | "syn 2.0.114", |
| 562 | ] |
| 563 | |
| 564 | [[package]] |
| 565 | name = "equivalent" |
| 566 | version = "1.0.2" |
| 567 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 568 | checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" |
| 569 | |
| 570 | [[package]] |
| 571 | name = "errno" |
| 572 | version = "0.3.14" |
| 573 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 574 | checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" |
| 575 | dependencies = [ |
| 576 | "libc", |
| 577 | "windows-sys 0.61.2", |
| 578 | ] |
| 579 | |
| 580 | [[package]] |
| 581 | name = "event-listener" |
| 582 | version = "5.4.1" |
| 583 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 584 | checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab" |
| 585 | dependencies = [ |
| 586 | "concurrent-queue", |
| 587 | "parking", |
| 588 | "pin-project-lite", |
| 589 | ] |
| 590 | |
| 591 | [[package]] |
| 592 | name = "event-listener-strategy" |
| 593 | version = "0.5.4" |
| 594 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 595 | checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93" |
| 596 | dependencies = [ |
| 597 | "event-listener", |
| 598 | "pin-project-lite", |
| 599 | ] |
| 600 | |
| 601 | [[package]] |
| 602 | name = "exr" |
| 603 | version = "1.74.0" |
| 604 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 605 | checksum = "4300e043a56aa2cb633c01af81ca8f699a321879a7854d3896a0ba89056363be" |
| 606 | dependencies = [ |
| 607 | "bit_field", |
| 608 | "half", |
| 609 | "lebe", |
| 610 | "miniz_oxide", |
| 611 | "rayon-core", |
| 612 | "smallvec", |
| 613 | "zune-inflate", |
| 614 | ] |
| 615 | |
| 616 | [[package]] |
| 617 | name = "fastrand" |
| 618 | version = "2.3.0" |
| 619 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 620 | checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" |
| 621 | |
| 622 | [[package]] |
| 623 | name = "fdeflate" |
| 624 | version = "0.3.7" |
| 625 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 626 | checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c" |
| 627 | dependencies = [ |
| 628 | "simd-adler32", |
| 629 | ] |
| 630 | |
| 631 | [[package]] |
| 632 | name = "flate2" |
| 633 | version = "1.1.8" |
| 634 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 635 | checksum = "b375d6465b98090a5f25b1c7703f3859783755aa9a80433b36e0379a3ec2f369" |
| 636 | dependencies = [ |
| 637 | "crc32fast", |
| 638 | "miniz_oxide", |
| 639 | ] |
| 640 | |
| 641 | [[package]] |
| 642 | name = "futures-channel" |
| 643 | version = "0.3.31" |
| 644 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 645 | checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" |
| 646 | dependencies = [ |
| 647 | "futures-core", |
| 648 | ] |
| 649 | |
| 650 | [[package]] |
| 651 | name = "futures-core" |
| 652 | version = "0.3.31" |
| 653 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 654 | checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" |
| 655 | |
| 656 | [[package]] |
| 657 | name = "futures-executor" |
| 658 | version = "0.3.31" |
| 659 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 660 | checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" |
| 661 | dependencies = [ |
| 662 | "futures-core", |
| 663 | "futures-task", |
| 664 | "futures-util", |
| 665 | ] |
| 666 | |
| 667 | [[package]] |
| 668 | name = "futures-io" |
| 669 | version = "0.3.31" |
| 670 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 671 | checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" |
| 672 | |
| 673 | [[package]] |
| 674 | name = "futures-lite" |
| 675 | version = "2.6.1" |
| 676 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 677 | checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad" |
| 678 | dependencies = [ |
| 679 | "fastrand", |
| 680 | "futures-core", |
| 681 | "futures-io", |
| 682 | "parking", |
| 683 | "pin-project-lite", |
| 684 | ] |
| 685 | |
| 686 | [[package]] |
| 687 | name = "futures-macro" |
| 688 | version = "0.3.31" |
| 689 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 690 | checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" |
| 691 | dependencies = [ |
| 692 | "proc-macro2", |
| 693 | "quote", |
| 694 | "syn 2.0.114", |
| 695 | ] |
| 696 | |
| 697 | [[package]] |
| 698 | name = "futures-sink" |
| 699 | version = "0.3.31" |
| 700 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 701 | checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" |
| 702 | |
| 703 | [[package]] |
| 704 | name = "futures-task" |
| 705 | version = "0.3.31" |
| 706 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 707 | checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" |
| 708 | |
| 709 | [[package]] |
| 710 | name = "futures-util" |
| 711 | version = "0.3.31" |
| 712 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 713 | checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" |
| 714 | dependencies = [ |
| 715 | "futures-core", |
| 716 | "futures-io", |
| 717 | "futures-macro", |
| 718 | "futures-sink", |
| 719 | "futures-task", |
| 720 | "memchr", |
| 721 | "pin-project-lite", |
| 722 | "pin-utils", |
| 723 | "slab", |
| 724 | ] |
| 725 | |
| 726 | [[package]] |
| 727 | name = "gardm-greeter" |
| 728 | version = "0.3.0" |
| 729 | dependencies = [ |
| 730 | "anyhow", |
| 731 | "cairo-rs", |
| 732 | "gardm-ipc", |
| 733 | "image", |
| 734 | "libc", |
| 735 | "nix 0.27.1", |
| 736 | "pango", |
| 737 | "pangocairo", |
| 738 | "rpassword", |
| 739 | "serde", |
| 740 | "serde_json", |
| 741 | "shellexpand", |
| 742 | "thiserror 1.0.69", |
| 743 | "tokio", |
| 744 | "toml", |
| 745 | "tracing", |
| 746 | "tracing-subscriber", |
| 747 | "x11rb", |
| 748 | ] |
| 749 | |
| 750 | [[package]] |
| 751 | name = "gardm-ipc" |
| 752 | version = "0.3.0" |
| 753 | dependencies = [ |
| 754 | "serde", |
| 755 | "serde_json", |
| 756 | "thiserror 1.0.69", |
| 757 | "tokio", |
| 758 | ] |
| 759 | |
| 760 | [[package]] |
| 761 | name = "gardmd" |
| 762 | version = "0.3.0" |
| 763 | dependencies = [ |
| 764 | "anyhow", |
| 765 | "clap", |
| 766 | "gardm-ipc", |
| 767 | "libc", |
| 768 | "nix 0.27.1", |
| 769 | "pam", |
| 770 | "sd-notify", |
| 771 | "serde", |
| 772 | "serde_json", |
| 773 | "thiserror 1.0.69", |
| 774 | "tokio", |
| 775 | "toml", |
| 776 | "tracing", |
| 777 | "tracing-subscriber", |
| 778 | "x11rb", |
| 779 | "zbus", |
| 780 | ] |
| 781 | |
| 782 | [[package]] |
| 783 | name = "generic-array" |
| 784 | version = "0.14.7" |
| 785 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 786 | checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" |
| 787 | dependencies = [ |
| 788 | "typenum", |
| 789 | "version_check", |
| 790 | ] |
| 791 | |
| 792 | [[package]] |
| 793 | name = "gethostname" |
| 794 | version = "1.1.0" |
| 795 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 796 | checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8" |
| 797 | dependencies = [ |
| 798 | "rustix", |
| 799 | "windows-link", |
| 800 | ] |
| 801 | |
| 802 | [[package]] |
| 803 | name = "getrandom" |
| 804 | version = "0.2.17" |
| 805 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 806 | checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" |
| 807 | dependencies = [ |
| 808 | "cfg-if", |
| 809 | "libc", |
| 810 | "wasi", |
| 811 | ] |
| 812 | |
| 813 | [[package]] |
| 814 | name = "getrandom" |
| 815 | version = "0.3.4" |
| 816 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 817 | checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" |
| 818 | dependencies = [ |
| 819 | "cfg-if", |
| 820 | "libc", |
| 821 | "r-efi", |
| 822 | "wasip2", |
| 823 | ] |
| 824 | |
| 825 | [[package]] |
| 826 | name = "gif" |
| 827 | version = "0.13.3" |
| 828 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 829 | checksum = "4ae047235e33e2829703574b54fdec96bfbad892062d97fed2f76022287de61b" |
| 830 | dependencies = [ |
| 831 | "color_quant", |
| 832 | "weezl", |
| 833 | ] |
| 834 | |
| 835 | [[package]] |
| 836 | name = "gio" |
| 837 | version = "0.18.4" |
| 838 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 839 | checksum = "d4fc8f532f87b79cbc51a79748f16a6828fb784be93145a322fa14d06d354c73" |
| 840 | dependencies = [ |
| 841 | "futures-channel", |
| 842 | "futures-core", |
| 843 | "futures-io", |
| 844 | "futures-util", |
| 845 | "gio-sys", |
| 846 | "glib", |
| 847 | "libc", |
| 848 | "once_cell", |
| 849 | "pin-project-lite", |
| 850 | "smallvec", |
| 851 | "thiserror 1.0.69", |
| 852 | ] |
| 853 | |
| 854 | [[package]] |
| 855 | name = "gio-sys" |
| 856 | version = "0.18.1" |
| 857 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 858 | checksum = "37566df850baf5e4cb0dfb78af2e4b9898d817ed9263d1090a2df958c64737d2" |
| 859 | dependencies = [ |
| 860 | "glib-sys", |
| 861 | "gobject-sys", |
| 862 | "libc", |
| 863 | "system-deps", |
| 864 | "winapi", |
| 865 | ] |
| 866 | |
| 867 | [[package]] |
| 868 | name = "glib" |
| 869 | version = "0.18.5" |
| 870 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 871 | checksum = "233daaf6e83ae6a12a52055f568f9d7cf4671dabb78ff9560ab6da230ce00ee5" |
| 872 | dependencies = [ |
| 873 | "bitflags 2.10.0", |
| 874 | "futures-channel", |
| 875 | "futures-core", |
| 876 | "futures-executor", |
| 877 | "futures-task", |
| 878 | "futures-util", |
| 879 | "gio-sys", |
| 880 | "glib-macros", |
| 881 | "glib-sys", |
| 882 | "gobject-sys", |
| 883 | "libc", |
| 884 | "memchr", |
| 885 | "once_cell", |
| 886 | "smallvec", |
| 887 | "thiserror 1.0.69", |
| 888 | ] |
| 889 | |
| 890 | [[package]] |
| 891 | name = "glib-macros" |
| 892 | version = "0.18.5" |
| 893 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 894 | checksum = "0bb0228f477c0900c880fd78c8759b95c7636dbd7842707f49e132378aa2acdc" |
| 895 | dependencies = [ |
| 896 | "heck 0.4.1", |
| 897 | "proc-macro-crate 2.0.2", |
| 898 | "proc-macro-error", |
| 899 | "proc-macro2", |
| 900 | "quote", |
| 901 | "syn 2.0.114", |
| 902 | ] |
| 903 | |
| 904 | [[package]] |
| 905 | name = "glib-sys" |
| 906 | version = "0.18.1" |
| 907 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 908 | checksum = "063ce2eb6a8d0ea93d2bf8ba1957e78dbab6be1c2220dd3daca57d5a9d869898" |
| 909 | dependencies = [ |
| 910 | "libc", |
| 911 | "system-deps", |
| 912 | ] |
| 913 | |
| 914 | [[package]] |
| 915 | name = "glob" |
| 916 | version = "0.3.3" |
| 917 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 918 | checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280" |
| 919 | |
| 920 | [[package]] |
| 921 | name = "gobject-sys" |
| 922 | version = "0.18.0" |
| 923 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 924 | checksum = "0850127b514d1c4a4654ead6dedadb18198999985908e6ffe4436f53c785ce44" |
| 925 | dependencies = [ |
| 926 | "glib-sys", |
| 927 | "libc", |
| 928 | "system-deps", |
| 929 | ] |
| 930 | |
| 931 | [[package]] |
| 932 | name = "half" |
| 933 | version = "2.7.1" |
| 934 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 935 | checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b" |
| 936 | dependencies = [ |
| 937 | "cfg-if", |
| 938 | "crunchy", |
| 939 | "zerocopy", |
| 940 | ] |
| 941 | |
| 942 | [[package]] |
| 943 | name = "hashbrown" |
| 944 | version = "0.16.1" |
| 945 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 946 | checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" |
| 947 | |
| 948 | [[package]] |
| 949 | name = "heck" |
| 950 | version = "0.4.1" |
| 951 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 952 | checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" |
| 953 | |
| 954 | [[package]] |
| 955 | name = "heck" |
| 956 | version = "0.5.0" |
| 957 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 958 | checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
| 959 | |
| 960 | [[package]] |
| 961 | name = "hermit-abi" |
| 962 | version = "0.5.2" |
| 963 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 964 | checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" |
| 965 | |
| 966 | [[package]] |
| 967 | name = "hex" |
| 968 | version = "0.4.3" |
| 969 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 970 | checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" |
| 971 | |
| 972 | [[package]] |
| 973 | name = "image" |
| 974 | version = "0.24.9" |
| 975 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 976 | checksum = "5690139d2f55868e080017335e4b94cb7414274c74f1669c84fb5feba2c9f69d" |
| 977 | dependencies = [ |
| 978 | "bytemuck", |
| 979 | "byteorder", |
| 980 | "color_quant", |
| 981 | "exr", |
| 982 | "gif", |
| 983 | "jpeg-decoder", |
| 984 | "num-traits", |
| 985 | "png", |
| 986 | "qoi", |
| 987 | "tiff", |
| 988 | ] |
| 989 | |
| 990 | [[package]] |
| 991 | name = "indexmap" |
| 992 | version = "2.13.0" |
| 993 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 994 | checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017" |
| 995 | dependencies = [ |
| 996 | "equivalent", |
| 997 | "hashbrown", |
| 998 | ] |
| 999 | |
| 1000 | [[package]] |
| 1001 | name = "is_terminal_polyfill" |
| 1002 | version = "1.70.2" |
| 1003 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1004 | checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695" |
| 1005 | |
| 1006 | [[package]] |
| 1007 | name = "itertools" |
| 1008 | version = "0.12.1" |
| 1009 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1010 | checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" |
| 1011 | dependencies = [ |
| 1012 | "either", |
| 1013 | ] |
| 1014 | |
| 1015 | [[package]] |
| 1016 | name = "itoa" |
| 1017 | version = "1.0.17" |
| 1018 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1019 | checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2" |
| 1020 | |
| 1021 | [[package]] |
| 1022 | name = "jpeg-decoder" |
| 1023 | version = "0.3.2" |
| 1024 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1025 | checksum = "00810f1d8b74be64b13dbf3db89ac67740615d6c891f0e7b6179326533011a07" |
| 1026 | dependencies = [ |
| 1027 | "rayon", |
| 1028 | ] |
| 1029 | |
| 1030 | [[package]] |
| 1031 | name = "lazy_static" |
| 1032 | version = "1.5.0" |
| 1033 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1034 | checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" |
| 1035 | |
| 1036 | [[package]] |
| 1037 | name = "lazycell" |
| 1038 | version = "1.3.0" |
| 1039 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1040 | checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" |
| 1041 | |
| 1042 | [[package]] |
| 1043 | name = "lebe" |
| 1044 | version = "0.5.3" |
| 1045 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1046 | checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8" |
| 1047 | |
| 1048 | [[package]] |
| 1049 | name = "libc" |
| 1050 | version = "0.2.180" |
| 1051 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1052 | checksum = "bcc35a38544a891a5f7c865aca548a982ccb3b8650a5b06d0fd33a10283c56fc" |
| 1053 | |
| 1054 | [[package]] |
| 1055 | name = "libredox" |
| 1056 | version = "0.1.12" |
| 1057 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1058 | checksum = "3d0b95e02c851351f877147b7deea7b1afb1df71b63aa5f8270716e0c5720616" |
| 1059 | dependencies = [ |
| 1060 | "bitflags 2.10.0", |
| 1061 | "libc", |
| 1062 | ] |
| 1063 | |
| 1064 | [[package]] |
| 1065 | name = "linux-raw-sys" |
| 1066 | version = "0.11.0" |
| 1067 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1068 | checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039" |
| 1069 | |
| 1070 | [[package]] |
| 1071 | name = "lock_api" |
| 1072 | version = "0.4.14" |
| 1073 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1074 | checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" |
| 1075 | dependencies = [ |
| 1076 | "scopeguard", |
| 1077 | ] |
| 1078 | |
| 1079 | [[package]] |
| 1080 | name = "log" |
| 1081 | version = "0.4.29" |
| 1082 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1083 | checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" |
| 1084 | |
| 1085 | [[package]] |
| 1086 | name = "matchers" |
| 1087 | version = "0.2.0" |
| 1088 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1089 | checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9" |
| 1090 | dependencies = [ |
| 1091 | "regex-automata", |
| 1092 | ] |
| 1093 | |
| 1094 | [[package]] |
| 1095 | name = "memchr" |
| 1096 | version = "2.7.6" |
| 1097 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1098 | checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273" |
| 1099 | |
| 1100 | [[package]] |
| 1101 | name = "memoffset" |
| 1102 | version = "0.9.1" |
| 1103 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1104 | checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" |
| 1105 | dependencies = [ |
| 1106 | "autocfg", |
| 1107 | ] |
| 1108 | |
| 1109 | [[package]] |
| 1110 | name = "minimal-lexical" |
| 1111 | version = "0.2.1" |
| 1112 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1113 | checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" |
| 1114 | |
| 1115 | [[package]] |
| 1116 | name = "miniz_oxide" |
| 1117 | version = "0.8.9" |
| 1118 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1119 | checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" |
| 1120 | dependencies = [ |
| 1121 | "adler2", |
| 1122 | "simd-adler32", |
| 1123 | ] |
| 1124 | |
| 1125 | [[package]] |
| 1126 | name = "mio" |
| 1127 | version = "1.1.1" |
| 1128 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1129 | checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc" |
| 1130 | dependencies = [ |
| 1131 | "libc", |
| 1132 | "wasi", |
| 1133 | "windows-sys 0.61.2", |
| 1134 | ] |
| 1135 | |
| 1136 | [[package]] |
| 1137 | name = "nix" |
| 1138 | version = "0.27.1" |
| 1139 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1140 | checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053" |
| 1141 | dependencies = [ |
| 1142 | "bitflags 2.10.0", |
| 1143 | "cfg-if", |
| 1144 | "libc", |
| 1145 | ] |
| 1146 | |
| 1147 | [[package]] |
| 1148 | name = "nix" |
| 1149 | version = "0.29.0" |
| 1150 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1151 | checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" |
| 1152 | dependencies = [ |
| 1153 | "bitflags 2.10.0", |
| 1154 | "cfg-if", |
| 1155 | "cfg_aliases", |
| 1156 | "libc", |
| 1157 | "memoffset", |
| 1158 | ] |
| 1159 | |
| 1160 | [[package]] |
| 1161 | name = "nom" |
| 1162 | version = "7.1.3" |
| 1163 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1164 | checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" |
| 1165 | dependencies = [ |
| 1166 | "memchr", |
| 1167 | "minimal-lexical", |
| 1168 | ] |
| 1169 | |
| 1170 | [[package]] |
| 1171 | name = "nu-ansi-term" |
| 1172 | version = "0.50.3" |
| 1173 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1174 | checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" |
| 1175 | dependencies = [ |
| 1176 | "windows-sys 0.61.2", |
| 1177 | ] |
| 1178 | |
| 1179 | [[package]] |
| 1180 | name = "num-traits" |
| 1181 | version = "0.2.19" |
| 1182 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1183 | checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" |
| 1184 | dependencies = [ |
| 1185 | "autocfg", |
| 1186 | ] |
| 1187 | |
| 1188 | [[package]] |
| 1189 | name = "once_cell" |
| 1190 | version = "1.21.3" |
| 1191 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1192 | checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" |
| 1193 | |
| 1194 | [[package]] |
| 1195 | name = "once_cell_polyfill" |
| 1196 | version = "1.70.2" |
| 1197 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1198 | checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" |
| 1199 | |
| 1200 | [[package]] |
| 1201 | name = "option-ext" |
| 1202 | version = "0.2.0" |
| 1203 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1204 | checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" |
| 1205 | |
| 1206 | [[package]] |
| 1207 | name = "ordered-stream" |
| 1208 | version = "0.2.0" |
| 1209 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1210 | checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50" |
| 1211 | dependencies = [ |
| 1212 | "futures-core", |
| 1213 | "pin-project-lite", |
| 1214 | ] |
| 1215 | |
| 1216 | [[package]] |
| 1217 | name = "pam" |
| 1218 | version = "0.8.0" |
| 1219 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1220 | checksum = "8ab553c52103edb295d8f7d6a3b593dc22a30b1fb99643c777a8f36915e285ba" |
| 1221 | dependencies = [ |
| 1222 | "libc", |
| 1223 | "memchr", |
| 1224 | "pam-macros", |
| 1225 | "pam-sys", |
| 1226 | "users", |
| 1227 | ] |
| 1228 | |
| 1229 | [[package]] |
| 1230 | name = "pam-macros" |
| 1231 | version = "0.0.3" |
| 1232 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1233 | checksum = "c94f3b9b97df3c6d4e51a14916639b24e02c7d15d1dba686ce9b1118277cb811" |
| 1234 | dependencies = [ |
| 1235 | "proc-macro2", |
| 1236 | "quote", |
| 1237 | "syn 1.0.109", |
| 1238 | ] |
| 1239 | |
| 1240 | [[package]] |
| 1241 | name = "pam-sys" |
| 1242 | version = "1.0.0-alpha5" |
| 1243 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1244 | checksum = "ce9484729b3e52c0bacdc5191cb6a6a5f31ef4c09c5e4ab1209d3340ad9e997b" |
| 1245 | dependencies = [ |
| 1246 | "bindgen", |
| 1247 | "libc", |
| 1248 | ] |
| 1249 | |
| 1250 | [[package]] |
| 1251 | name = "pango" |
| 1252 | version = "0.18.3" |
| 1253 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1254 | checksum = "7ca27ec1eb0457ab26f3036ea52229edbdb74dee1edd29063f5b9b010e7ebee4" |
| 1255 | dependencies = [ |
| 1256 | "gio", |
| 1257 | "glib", |
| 1258 | "libc", |
| 1259 | "once_cell", |
| 1260 | "pango-sys", |
| 1261 | ] |
| 1262 | |
| 1263 | [[package]] |
| 1264 | name = "pango-sys" |
| 1265 | version = "0.18.0" |
| 1266 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1267 | checksum = "436737e391a843e5933d6d9aa102cb126d501e815b83601365a948a518555dc5" |
| 1268 | dependencies = [ |
| 1269 | "glib-sys", |
| 1270 | "gobject-sys", |
| 1271 | "libc", |
| 1272 | "system-deps", |
| 1273 | ] |
| 1274 | |
| 1275 | [[package]] |
| 1276 | name = "pangocairo" |
| 1277 | version = "0.18.0" |
| 1278 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1279 | checksum = "57036589a9cfcacf83f9e606d15813fc6bf03f0e9e69aa2b5e3bb85af86b38a5" |
| 1280 | dependencies = [ |
| 1281 | "cairo-rs", |
| 1282 | "glib", |
| 1283 | "libc", |
| 1284 | "pango", |
| 1285 | "pangocairo-sys", |
| 1286 | ] |
| 1287 | |
| 1288 | [[package]] |
| 1289 | name = "pangocairo-sys" |
| 1290 | version = "0.18.0" |
| 1291 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1292 | checksum = "fc3c8ff676a37e7a72ec1d5fc029f91c407278083d2752784ff9f5188c108833" |
| 1293 | dependencies = [ |
| 1294 | "cairo-sys-rs", |
| 1295 | "glib-sys", |
| 1296 | "libc", |
| 1297 | "pango-sys", |
| 1298 | "system-deps", |
| 1299 | ] |
| 1300 | |
| 1301 | [[package]] |
| 1302 | name = "parking" |
| 1303 | version = "2.2.1" |
| 1304 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1305 | checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" |
| 1306 | |
| 1307 | [[package]] |
| 1308 | name = "parking_lot" |
| 1309 | version = "0.12.5" |
| 1310 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1311 | checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" |
| 1312 | dependencies = [ |
| 1313 | "lock_api", |
| 1314 | "parking_lot_core", |
| 1315 | ] |
| 1316 | |
| 1317 | [[package]] |
| 1318 | name = "parking_lot_core" |
| 1319 | version = "0.9.12" |
| 1320 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1321 | checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" |
| 1322 | dependencies = [ |
| 1323 | "cfg-if", |
| 1324 | "libc", |
| 1325 | "redox_syscall", |
| 1326 | "smallvec", |
| 1327 | "windows-link", |
| 1328 | ] |
| 1329 | |
| 1330 | [[package]] |
| 1331 | name = "pin-project-lite" |
| 1332 | version = "0.2.16" |
| 1333 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1334 | checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" |
| 1335 | |
| 1336 | [[package]] |
| 1337 | name = "pin-utils" |
| 1338 | version = "0.1.0" |
| 1339 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1340 | checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" |
| 1341 | |
| 1342 | [[package]] |
| 1343 | name = "piper" |
| 1344 | version = "0.2.4" |
| 1345 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1346 | checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066" |
| 1347 | dependencies = [ |
| 1348 | "atomic-waker", |
| 1349 | "fastrand", |
| 1350 | "futures-io", |
| 1351 | ] |
| 1352 | |
| 1353 | [[package]] |
| 1354 | name = "pkg-config" |
| 1355 | version = "0.3.32" |
| 1356 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1357 | checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" |
| 1358 | |
| 1359 | [[package]] |
| 1360 | name = "png" |
| 1361 | version = "0.17.16" |
| 1362 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1363 | checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526" |
| 1364 | dependencies = [ |
| 1365 | "bitflags 1.3.2", |
| 1366 | "crc32fast", |
| 1367 | "fdeflate", |
| 1368 | "flate2", |
| 1369 | "miniz_oxide", |
| 1370 | ] |
| 1371 | |
| 1372 | [[package]] |
| 1373 | name = "polling" |
| 1374 | version = "3.11.0" |
| 1375 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1376 | checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218" |
| 1377 | dependencies = [ |
| 1378 | "cfg-if", |
| 1379 | "concurrent-queue", |
| 1380 | "hermit-abi", |
| 1381 | "pin-project-lite", |
| 1382 | "rustix", |
| 1383 | "windows-sys 0.61.2", |
| 1384 | ] |
| 1385 | |
| 1386 | [[package]] |
| 1387 | name = "ppv-lite86" |
| 1388 | version = "0.2.21" |
| 1389 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1390 | checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" |
| 1391 | dependencies = [ |
| 1392 | "zerocopy", |
| 1393 | ] |
| 1394 | |
| 1395 | [[package]] |
| 1396 | name = "proc-macro-crate" |
| 1397 | version = "2.0.2" |
| 1398 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1399 | checksum = "b00f26d3400549137f92511a46ac1cd8ce37cb5598a96d382381458b992a5d24" |
| 1400 | dependencies = [ |
| 1401 | "toml_datetime 0.6.3", |
| 1402 | "toml_edit 0.20.2", |
| 1403 | ] |
| 1404 | |
| 1405 | [[package]] |
| 1406 | name = "proc-macro-crate" |
| 1407 | version = "3.4.0" |
| 1408 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1409 | checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983" |
| 1410 | dependencies = [ |
| 1411 | "toml_edit 0.23.10+spec-1.0.0", |
| 1412 | ] |
| 1413 | |
| 1414 | [[package]] |
| 1415 | name = "proc-macro-error" |
| 1416 | version = "1.0.4" |
| 1417 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1418 | checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" |
| 1419 | dependencies = [ |
| 1420 | "proc-macro-error-attr", |
| 1421 | "proc-macro2", |
| 1422 | "quote", |
| 1423 | "syn 1.0.109", |
| 1424 | "version_check", |
| 1425 | ] |
| 1426 | |
| 1427 | [[package]] |
| 1428 | name = "proc-macro-error-attr" |
| 1429 | version = "1.0.4" |
| 1430 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1431 | checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" |
| 1432 | dependencies = [ |
| 1433 | "proc-macro2", |
| 1434 | "quote", |
| 1435 | "version_check", |
| 1436 | ] |
| 1437 | |
| 1438 | [[package]] |
| 1439 | name = "proc-macro2" |
| 1440 | version = "1.0.105" |
| 1441 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1442 | checksum = "535d180e0ecab6268a3e718bb9fd44db66bbbc256257165fc699dadf70d16fe7" |
| 1443 | dependencies = [ |
| 1444 | "unicode-ident", |
| 1445 | ] |
| 1446 | |
| 1447 | [[package]] |
| 1448 | name = "qoi" |
| 1449 | version = "0.4.1" |
| 1450 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1451 | checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001" |
| 1452 | dependencies = [ |
| 1453 | "bytemuck", |
| 1454 | ] |
| 1455 | |
| 1456 | [[package]] |
| 1457 | name = "quote" |
| 1458 | version = "1.0.43" |
| 1459 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1460 | checksum = "dc74d9a594b72ae6656596548f56f667211f8a97b3d4c3d467150794690dc40a" |
| 1461 | dependencies = [ |
| 1462 | "proc-macro2", |
| 1463 | ] |
| 1464 | |
| 1465 | [[package]] |
| 1466 | name = "r-efi" |
| 1467 | version = "5.3.0" |
| 1468 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1469 | checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" |
| 1470 | |
| 1471 | [[package]] |
| 1472 | name = "rand" |
| 1473 | version = "0.8.5" |
| 1474 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1475 | checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" |
| 1476 | dependencies = [ |
| 1477 | "libc", |
| 1478 | "rand_chacha", |
| 1479 | "rand_core", |
| 1480 | ] |
| 1481 | |
| 1482 | [[package]] |
| 1483 | name = "rand_chacha" |
| 1484 | version = "0.3.1" |
| 1485 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1486 | checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" |
| 1487 | dependencies = [ |
| 1488 | "ppv-lite86", |
| 1489 | "rand_core", |
| 1490 | ] |
| 1491 | |
| 1492 | [[package]] |
| 1493 | name = "rand_core" |
| 1494 | version = "0.6.4" |
| 1495 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1496 | checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" |
| 1497 | dependencies = [ |
| 1498 | "getrandom 0.2.17", |
| 1499 | ] |
| 1500 | |
| 1501 | [[package]] |
| 1502 | name = "rayon" |
| 1503 | version = "1.11.0" |
| 1504 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1505 | checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f" |
| 1506 | dependencies = [ |
| 1507 | "either", |
| 1508 | "rayon-core", |
| 1509 | ] |
| 1510 | |
| 1511 | [[package]] |
| 1512 | name = "rayon-core" |
| 1513 | version = "1.13.0" |
| 1514 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1515 | checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91" |
| 1516 | dependencies = [ |
| 1517 | "crossbeam-deque", |
| 1518 | "crossbeam-utils", |
| 1519 | ] |
| 1520 | |
| 1521 | [[package]] |
| 1522 | name = "redox_syscall" |
| 1523 | version = "0.5.18" |
| 1524 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1525 | checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" |
| 1526 | dependencies = [ |
| 1527 | "bitflags 2.10.0", |
| 1528 | ] |
| 1529 | |
| 1530 | [[package]] |
| 1531 | name = "redox_users" |
| 1532 | version = "0.5.2" |
| 1533 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1534 | checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac" |
| 1535 | dependencies = [ |
| 1536 | "getrandom 0.2.17", |
| 1537 | "libredox", |
| 1538 | "thiserror 2.0.17", |
| 1539 | ] |
| 1540 | |
| 1541 | [[package]] |
| 1542 | name = "regex" |
| 1543 | version = "1.12.2" |
| 1544 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1545 | checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4" |
| 1546 | dependencies = [ |
| 1547 | "aho-corasick", |
| 1548 | "memchr", |
| 1549 | "regex-automata", |
| 1550 | "regex-syntax", |
| 1551 | ] |
| 1552 | |
| 1553 | [[package]] |
| 1554 | name = "regex-automata" |
| 1555 | version = "0.4.13" |
| 1556 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1557 | checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c" |
| 1558 | dependencies = [ |
| 1559 | "aho-corasick", |
| 1560 | "memchr", |
| 1561 | "regex-syntax", |
| 1562 | ] |
| 1563 | |
| 1564 | [[package]] |
| 1565 | name = "regex-syntax" |
| 1566 | version = "0.8.8" |
| 1567 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1568 | checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58" |
| 1569 | |
| 1570 | [[package]] |
| 1571 | name = "rpassword" |
| 1572 | version = "7.4.0" |
| 1573 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1574 | checksum = "66d4c8b64f049c6721ec8ccec37ddfc3d641c4a7fca57e8f2a89de509c73df39" |
| 1575 | dependencies = [ |
| 1576 | "libc", |
| 1577 | "rtoolbox", |
| 1578 | "windows-sys 0.59.0", |
| 1579 | ] |
| 1580 | |
| 1581 | [[package]] |
| 1582 | name = "rtoolbox" |
| 1583 | version = "0.0.3" |
| 1584 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1585 | checksum = "a7cc970b249fbe527d6e02e0a227762c9108b2f49d81094fe357ffc6d14d7f6f" |
| 1586 | dependencies = [ |
| 1587 | "libc", |
| 1588 | "windows-sys 0.52.0", |
| 1589 | ] |
| 1590 | |
| 1591 | [[package]] |
| 1592 | name = "rustc-hash" |
| 1593 | version = "1.1.0" |
| 1594 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1595 | checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" |
| 1596 | |
| 1597 | [[package]] |
| 1598 | name = "rustix" |
| 1599 | version = "1.1.3" |
| 1600 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1601 | checksum = "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34" |
| 1602 | dependencies = [ |
| 1603 | "bitflags 2.10.0", |
| 1604 | "errno", |
| 1605 | "libc", |
| 1606 | "linux-raw-sys", |
| 1607 | "windows-sys 0.61.2", |
| 1608 | ] |
| 1609 | |
| 1610 | [[package]] |
| 1611 | name = "scopeguard" |
| 1612 | version = "1.2.0" |
| 1613 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1614 | checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" |
| 1615 | |
| 1616 | [[package]] |
| 1617 | name = "sd-notify" |
| 1618 | version = "0.4.5" |
| 1619 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1620 | checksum = "b943eadf71d8b69e661330cb0e2656e31040acf21ee7708e2c238a0ec6af2bf4" |
| 1621 | dependencies = [ |
| 1622 | "libc", |
| 1623 | ] |
| 1624 | |
| 1625 | [[package]] |
| 1626 | name = "serde" |
| 1627 | version = "1.0.228" |
| 1628 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1629 | checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" |
| 1630 | dependencies = [ |
| 1631 | "serde_core", |
| 1632 | "serde_derive", |
| 1633 | ] |
| 1634 | |
| 1635 | [[package]] |
| 1636 | name = "serde_core" |
| 1637 | version = "1.0.228" |
| 1638 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1639 | checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" |
| 1640 | dependencies = [ |
| 1641 | "serde_derive", |
| 1642 | ] |
| 1643 | |
| 1644 | [[package]] |
| 1645 | name = "serde_derive" |
| 1646 | version = "1.0.228" |
| 1647 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1648 | checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" |
| 1649 | dependencies = [ |
| 1650 | "proc-macro2", |
| 1651 | "quote", |
| 1652 | "syn 2.0.114", |
| 1653 | ] |
| 1654 | |
| 1655 | [[package]] |
| 1656 | name = "serde_json" |
| 1657 | version = "1.0.149" |
| 1658 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1659 | checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" |
| 1660 | dependencies = [ |
| 1661 | "itoa", |
| 1662 | "memchr", |
| 1663 | "serde", |
| 1664 | "serde_core", |
| 1665 | "zmij", |
| 1666 | ] |
| 1667 | |
| 1668 | [[package]] |
| 1669 | name = "serde_repr" |
| 1670 | version = "0.1.20" |
| 1671 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1672 | checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c" |
| 1673 | dependencies = [ |
| 1674 | "proc-macro2", |
| 1675 | "quote", |
| 1676 | "syn 2.0.114", |
| 1677 | ] |
| 1678 | |
| 1679 | [[package]] |
| 1680 | name = "serde_spanned" |
| 1681 | version = "0.6.9" |
| 1682 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1683 | checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3" |
| 1684 | dependencies = [ |
| 1685 | "serde", |
| 1686 | ] |
| 1687 | |
| 1688 | [[package]] |
| 1689 | name = "sha1" |
| 1690 | version = "0.10.6" |
| 1691 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1692 | checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" |
| 1693 | dependencies = [ |
| 1694 | "cfg-if", |
| 1695 | "cpufeatures", |
| 1696 | "digest", |
| 1697 | ] |
| 1698 | |
| 1699 | [[package]] |
| 1700 | name = "sharded-slab" |
| 1701 | version = "0.1.7" |
| 1702 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1703 | checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" |
| 1704 | dependencies = [ |
| 1705 | "lazy_static", |
| 1706 | ] |
| 1707 | |
| 1708 | [[package]] |
| 1709 | name = "shellexpand" |
| 1710 | version = "3.1.1" |
| 1711 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1712 | checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb" |
| 1713 | dependencies = [ |
| 1714 | "dirs", |
| 1715 | ] |
| 1716 | |
| 1717 | [[package]] |
| 1718 | name = "shlex" |
| 1719 | version = "1.3.0" |
| 1720 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1721 | checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" |
| 1722 | |
| 1723 | [[package]] |
| 1724 | name = "signal-hook-registry" |
| 1725 | version = "1.4.8" |
| 1726 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1727 | checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b" |
| 1728 | dependencies = [ |
| 1729 | "errno", |
| 1730 | "libc", |
| 1731 | ] |
| 1732 | |
| 1733 | [[package]] |
| 1734 | name = "simd-adler32" |
| 1735 | version = "0.3.8" |
| 1736 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1737 | checksum = "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2" |
| 1738 | |
| 1739 | [[package]] |
| 1740 | name = "slab" |
| 1741 | version = "0.4.11" |
| 1742 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1743 | checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589" |
| 1744 | |
| 1745 | [[package]] |
| 1746 | name = "smallvec" |
| 1747 | version = "1.15.1" |
| 1748 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1749 | checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" |
| 1750 | |
| 1751 | [[package]] |
| 1752 | name = "socket2" |
| 1753 | version = "0.6.1" |
| 1754 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1755 | checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881" |
| 1756 | dependencies = [ |
| 1757 | "libc", |
| 1758 | "windows-sys 0.60.2", |
| 1759 | ] |
| 1760 | |
| 1761 | [[package]] |
| 1762 | name = "static_assertions" |
| 1763 | version = "1.1.0" |
| 1764 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1765 | checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" |
| 1766 | |
| 1767 | [[package]] |
| 1768 | name = "strsim" |
| 1769 | version = "0.11.1" |
| 1770 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1771 | checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" |
| 1772 | |
| 1773 | [[package]] |
| 1774 | name = "syn" |
| 1775 | version = "1.0.109" |
| 1776 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1777 | checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" |
| 1778 | dependencies = [ |
| 1779 | "proc-macro2", |
| 1780 | "quote", |
| 1781 | "unicode-ident", |
| 1782 | ] |
| 1783 | |
| 1784 | [[package]] |
| 1785 | name = "syn" |
| 1786 | version = "2.0.114" |
| 1787 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1788 | checksum = "d4d107df263a3013ef9b1879b0df87d706ff80f65a86ea879bd9c31f9b307c2a" |
| 1789 | dependencies = [ |
| 1790 | "proc-macro2", |
| 1791 | "quote", |
| 1792 | "unicode-ident", |
| 1793 | ] |
| 1794 | |
| 1795 | [[package]] |
| 1796 | name = "system-deps" |
| 1797 | version = "6.2.2" |
| 1798 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1799 | checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349" |
| 1800 | dependencies = [ |
| 1801 | "cfg-expr", |
| 1802 | "heck 0.5.0", |
| 1803 | "pkg-config", |
| 1804 | "toml", |
| 1805 | "version-compare", |
| 1806 | ] |
| 1807 | |
| 1808 | [[package]] |
| 1809 | name = "target-lexicon" |
| 1810 | version = "0.12.16" |
| 1811 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1812 | checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" |
| 1813 | |
| 1814 | [[package]] |
| 1815 | name = "tempfile" |
| 1816 | version = "3.24.0" |
| 1817 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1818 | checksum = "655da9c7eb6305c55742045d5a8d2037996d61d8de95806335c7c86ce0f82e9c" |
| 1819 | dependencies = [ |
| 1820 | "fastrand", |
| 1821 | "getrandom 0.3.4", |
| 1822 | "once_cell", |
| 1823 | "rustix", |
| 1824 | "windows-sys 0.61.2", |
| 1825 | ] |
| 1826 | |
| 1827 | [[package]] |
| 1828 | name = "thiserror" |
| 1829 | version = "1.0.69" |
| 1830 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1831 | checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" |
| 1832 | dependencies = [ |
| 1833 | "thiserror-impl 1.0.69", |
| 1834 | ] |
| 1835 | |
| 1836 | [[package]] |
| 1837 | name = "thiserror" |
| 1838 | version = "2.0.17" |
| 1839 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1840 | checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8" |
| 1841 | dependencies = [ |
| 1842 | "thiserror-impl 2.0.17", |
| 1843 | ] |
| 1844 | |
| 1845 | [[package]] |
| 1846 | name = "thiserror-impl" |
| 1847 | version = "1.0.69" |
| 1848 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1849 | checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" |
| 1850 | dependencies = [ |
| 1851 | "proc-macro2", |
| 1852 | "quote", |
| 1853 | "syn 2.0.114", |
| 1854 | ] |
| 1855 | |
| 1856 | [[package]] |
| 1857 | name = "thiserror-impl" |
| 1858 | version = "2.0.17" |
| 1859 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1860 | checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913" |
| 1861 | dependencies = [ |
| 1862 | "proc-macro2", |
| 1863 | "quote", |
| 1864 | "syn 2.0.114", |
| 1865 | ] |
| 1866 | |
| 1867 | [[package]] |
| 1868 | name = "thread_local" |
| 1869 | version = "1.1.9" |
| 1870 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1871 | checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" |
| 1872 | dependencies = [ |
| 1873 | "cfg-if", |
| 1874 | ] |
| 1875 | |
| 1876 | [[package]] |
| 1877 | name = "tiff" |
| 1878 | version = "0.9.1" |
| 1879 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1880 | checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e" |
| 1881 | dependencies = [ |
| 1882 | "flate2", |
| 1883 | "jpeg-decoder", |
| 1884 | "weezl", |
| 1885 | ] |
| 1886 | |
| 1887 | [[package]] |
| 1888 | name = "tokio" |
| 1889 | version = "1.49.0" |
| 1890 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1891 | checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86" |
| 1892 | dependencies = [ |
| 1893 | "bytes", |
| 1894 | "libc", |
| 1895 | "mio", |
| 1896 | "parking_lot", |
| 1897 | "pin-project-lite", |
| 1898 | "signal-hook-registry", |
| 1899 | "socket2", |
| 1900 | "tokio-macros", |
| 1901 | "windows-sys 0.61.2", |
| 1902 | ] |
| 1903 | |
| 1904 | [[package]] |
| 1905 | name = "tokio-macros" |
| 1906 | version = "2.6.0" |
| 1907 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1908 | checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5" |
| 1909 | dependencies = [ |
| 1910 | "proc-macro2", |
| 1911 | "quote", |
| 1912 | "syn 2.0.114", |
| 1913 | ] |
| 1914 | |
| 1915 | [[package]] |
| 1916 | name = "toml" |
| 1917 | version = "0.8.2" |
| 1918 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1919 | checksum = "185d8ab0dfbb35cf1399a6344d8484209c088f75f8f68230da55d48d95d43e3d" |
| 1920 | dependencies = [ |
| 1921 | "serde", |
| 1922 | "serde_spanned", |
| 1923 | "toml_datetime 0.6.3", |
| 1924 | "toml_edit 0.20.2", |
| 1925 | ] |
| 1926 | |
| 1927 | [[package]] |
| 1928 | name = "toml_datetime" |
| 1929 | version = "0.6.3" |
| 1930 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1931 | checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b" |
| 1932 | dependencies = [ |
| 1933 | "serde", |
| 1934 | ] |
| 1935 | |
| 1936 | [[package]] |
| 1937 | name = "toml_datetime" |
| 1938 | version = "0.7.5+spec-1.1.0" |
| 1939 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1940 | checksum = "92e1cfed4a3038bc5a127e35a2d360f145e1f4b971b551a2ba5fd7aedf7e1347" |
| 1941 | dependencies = [ |
| 1942 | "serde_core", |
| 1943 | ] |
| 1944 | |
| 1945 | [[package]] |
| 1946 | name = "toml_edit" |
| 1947 | version = "0.20.2" |
| 1948 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1949 | checksum = "396e4d48bbb2b7554c944bde63101b5ae446cff6ec4a24227428f15eb72ef338" |
| 1950 | dependencies = [ |
| 1951 | "indexmap", |
| 1952 | "serde", |
| 1953 | "serde_spanned", |
| 1954 | "toml_datetime 0.6.3", |
| 1955 | "winnow 0.5.40", |
| 1956 | ] |
| 1957 | |
| 1958 | [[package]] |
| 1959 | name = "toml_edit" |
| 1960 | version = "0.23.10+spec-1.0.0" |
| 1961 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1962 | checksum = "84c8b9f757e028cee9fa244aea147aab2a9ec09d5325a9b01e0a49730c2b5269" |
| 1963 | dependencies = [ |
| 1964 | "indexmap", |
| 1965 | "toml_datetime 0.7.5+spec-1.1.0", |
| 1966 | "toml_parser", |
| 1967 | "winnow 0.7.14", |
| 1968 | ] |
| 1969 | |
| 1970 | [[package]] |
| 1971 | name = "toml_parser" |
| 1972 | version = "1.0.6+spec-1.1.0" |
| 1973 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1974 | checksum = "a3198b4b0a8e11f09dd03e133c0280504d0801269e9afa46362ffde1cbeebf44" |
| 1975 | dependencies = [ |
| 1976 | "winnow 0.7.14", |
| 1977 | ] |
| 1978 | |
| 1979 | [[package]] |
| 1980 | name = "tracing" |
| 1981 | version = "0.1.44" |
| 1982 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1983 | checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" |
| 1984 | dependencies = [ |
| 1985 | "pin-project-lite", |
| 1986 | "tracing-attributes", |
| 1987 | "tracing-core", |
| 1988 | ] |
| 1989 | |
| 1990 | [[package]] |
| 1991 | name = "tracing-attributes" |
| 1992 | version = "0.1.31" |
| 1993 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1994 | checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" |
| 1995 | dependencies = [ |
| 1996 | "proc-macro2", |
| 1997 | "quote", |
| 1998 | "syn 2.0.114", |
| 1999 | ] |
| 2000 | |
| 2001 | [[package]] |
| 2002 | name = "tracing-core" |
| 2003 | version = "0.1.36" |
| 2004 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2005 | checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" |
| 2006 | dependencies = [ |
| 2007 | "once_cell", |
| 2008 | "valuable", |
| 2009 | ] |
| 2010 | |
| 2011 | [[package]] |
| 2012 | name = "tracing-log" |
| 2013 | version = "0.2.0" |
| 2014 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2015 | checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" |
| 2016 | dependencies = [ |
| 2017 | "log", |
| 2018 | "once_cell", |
| 2019 | "tracing-core", |
| 2020 | ] |
| 2021 | |
| 2022 | [[package]] |
| 2023 | name = "tracing-subscriber" |
| 2024 | version = "0.3.22" |
| 2025 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2026 | checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e" |
| 2027 | dependencies = [ |
| 2028 | "matchers", |
| 2029 | "nu-ansi-term", |
| 2030 | "once_cell", |
| 2031 | "regex-automata", |
| 2032 | "sharded-slab", |
| 2033 | "smallvec", |
| 2034 | "thread_local", |
| 2035 | "tracing", |
| 2036 | "tracing-core", |
| 2037 | "tracing-log", |
| 2038 | ] |
| 2039 | |
| 2040 | [[package]] |
| 2041 | name = "typenum" |
| 2042 | version = "1.19.0" |
| 2043 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2044 | checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb" |
| 2045 | |
| 2046 | [[package]] |
| 2047 | name = "uds_windows" |
| 2048 | version = "1.1.0" |
| 2049 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2050 | checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9" |
| 2051 | dependencies = [ |
| 2052 | "memoffset", |
| 2053 | "tempfile", |
| 2054 | "winapi", |
| 2055 | ] |
| 2056 | |
| 2057 | [[package]] |
| 2058 | name = "unicode-ident" |
| 2059 | version = "1.0.22" |
| 2060 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2061 | checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5" |
| 2062 | |
| 2063 | [[package]] |
| 2064 | name = "users" |
| 2065 | version = "0.10.0" |
| 2066 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2067 | checksum = "aa4227e95324a443c9fcb06e03d4d85e91aabe9a5a02aa818688b6918b6af486" |
| 2068 | dependencies = [ |
| 2069 | "libc", |
| 2070 | "log", |
| 2071 | ] |
| 2072 | |
| 2073 | [[package]] |
| 2074 | name = "utf8parse" |
| 2075 | version = "0.2.2" |
| 2076 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2077 | checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" |
| 2078 | |
| 2079 | [[package]] |
| 2080 | name = "valuable" |
| 2081 | version = "0.1.1" |
| 2082 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2083 | checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" |
| 2084 | |
| 2085 | [[package]] |
| 2086 | name = "version-compare" |
| 2087 | version = "0.2.1" |
| 2088 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2089 | checksum = "03c2856837ef78f57382f06b2b8563a2f512f7185d732608fd9176cb3b8edf0e" |
| 2090 | |
| 2091 | [[package]] |
| 2092 | name = "version_check" |
| 2093 | version = "0.9.5" |
| 2094 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2095 | checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" |
| 2096 | |
| 2097 | [[package]] |
| 2098 | name = "wasi" |
| 2099 | version = "0.11.1+wasi-snapshot-preview1" |
| 2100 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2101 | checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" |
| 2102 | |
| 2103 | [[package]] |
| 2104 | name = "wasip2" |
| 2105 | version = "1.0.1+wasi-0.2.4" |
| 2106 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2107 | checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7" |
| 2108 | dependencies = [ |
| 2109 | "wit-bindgen", |
| 2110 | ] |
| 2111 | |
| 2112 | [[package]] |
| 2113 | name = "weezl" |
| 2114 | version = "0.1.12" |
| 2115 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2116 | checksum = "a28ac98ddc8b9274cb41bb4d9d4d5c425b6020c50c46f25559911905610b4a88" |
| 2117 | |
| 2118 | [[package]] |
| 2119 | name = "winapi" |
| 2120 | version = "0.3.9" |
| 2121 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2122 | checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
| 2123 | dependencies = [ |
| 2124 | "winapi-i686-pc-windows-gnu", |
| 2125 | "winapi-x86_64-pc-windows-gnu", |
| 2126 | ] |
| 2127 | |
| 2128 | [[package]] |
| 2129 | name = "winapi-i686-pc-windows-gnu" |
| 2130 | version = "0.4.0" |
| 2131 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2132 | checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
| 2133 | |
| 2134 | [[package]] |
| 2135 | name = "winapi-x86_64-pc-windows-gnu" |
| 2136 | version = "0.4.0" |
| 2137 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2138 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
| 2139 | |
| 2140 | [[package]] |
| 2141 | name = "windows-link" |
| 2142 | version = "0.2.1" |
| 2143 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2144 | checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" |
| 2145 | |
| 2146 | [[package]] |
| 2147 | name = "windows-sys" |
| 2148 | version = "0.52.0" |
| 2149 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2150 | checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" |
| 2151 | dependencies = [ |
| 2152 | "windows-targets 0.52.6", |
| 2153 | ] |
| 2154 | |
| 2155 | [[package]] |
| 2156 | name = "windows-sys" |
| 2157 | version = "0.59.0" |
| 2158 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2159 | checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" |
| 2160 | dependencies = [ |
| 2161 | "windows-targets 0.52.6", |
| 2162 | ] |
| 2163 | |
| 2164 | [[package]] |
| 2165 | name = "windows-sys" |
| 2166 | version = "0.60.2" |
| 2167 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2168 | checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" |
| 2169 | dependencies = [ |
| 2170 | "windows-targets 0.53.5", |
| 2171 | ] |
| 2172 | |
| 2173 | [[package]] |
| 2174 | name = "windows-sys" |
| 2175 | version = "0.61.2" |
| 2176 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2177 | checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" |
| 2178 | dependencies = [ |
| 2179 | "windows-link", |
| 2180 | ] |
| 2181 | |
| 2182 | [[package]] |
| 2183 | name = "windows-targets" |
| 2184 | version = "0.52.6" |
| 2185 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2186 | checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" |
| 2187 | dependencies = [ |
| 2188 | "windows_aarch64_gnullvm 0.52.6", |
| 2189 | "windows_aarch64_msvc 0.52.6", |
| 2190 | "windows_i686_gnu 0.52.6", |
| 2191 | "windows_i686_gnullvm 0.52.6", |
| 2192 | "windows_i686_msvc 0.52.6", |
| 2193 | "windows_x86_64_gnu 0.52.6", |
| 2194 | "windows_x86_64_gnullvm 0.52.6", |
| 2195 | "windows_x86_64_msvc 0.52.6", |
| 2196 | ] |
| 2197 | |
| 2198 | [[package]] |
| 2199 | name = "windows-targets" |
| 2200 | version = "0.53.5" |
| 2201 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2202 | checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" |
| 2203 | dependencies = [ |
| 2204 | "windows-link", |
| 2205 | "windows_aarch64_gnullvm 0.53.1", |
| 2206 | "windows_aarch64_msvc 0.53.1", |
| 2207 | "windows_i686_gnu 0.53.1", |
| 2208 | "windows_i686_gnullvm 0.53.1", |
| 2209 | "windows_i686_msvc 0.53.1", |
| 2210 | "windows_x86_64_gnu 0.53.1", |
| 2211 | "windows_x86_64_gnullvm 0.53.1", |
| 2212 | "windows_x86_64_msvc 0.53.1", |
| 2213 | ] |
| 2214 | |
| 2215 | [[package]] |
| 2216 | name = "windows_aarch64_gnullvm" |
| 2217 | version = "0.52.6" |
| 2218 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2219 | checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" |
| 2220 | |
| 2221 | [[package]] |
| 2222 | name = "windows_aarch64_gnullvm" |
| 2223 | version = "0.53.1" |
| 2224 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2225 | checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" |
| 2226 | |
| 2227 | [[package]] |
| 2228 | name = "windows_aarch64_msvc" |
| 2229 | version = "0.52.6" |
| 2230 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2231 | checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" |
| 2232 | |
| 2233 | [[package]] |
| 2234 | name = "windows_aarch64_msvc" |
| 2235 | version = "0.53.1" |
| 2236 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2237 | checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" |
| 2238 | |
| 2239 | [[package]] |
| 2240 | name = "windows_i686_gnu" |
| 2241 | version = "0.52.6" |
| 2242 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2243 | checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" |
| 2244 | |
| 2245 | [[package]] |
| 2246 | name = "windows_i686_gnu" |
| 2247 | version = "0.53.1" |
| 2248 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2249 | checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" |
| 2250 | |
| 2251 | [[package]] |
| 2252 | name = "windows_i686_gnullvm" |
| 2253 | version = "0.52.6" |
| 2254 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2255 | checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" |
| 2256 | |
| 2257 | [[package]] |
| 2258 | name = "windows_i686_gnullvm" |
| 2259 | version = "0.53.1" |
| 2260 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2261 | checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" |
| 2262 | |
| 2263 | [[package]] |
| 2264 | name = "windows_i686_msvc" |
| 2265 | version = "0.52.6" |
| 2266 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2267 | checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" |
| 2268 | |
| 2269 | [[package]] |
| 2270 | name = "windows_i686_msvc" |
| 2271 | version = "0.53.1" |
| 2272 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2273 | checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" |
| 2274 | |
| 2275 | [[package]] |
| 2276 | name = "windows_x86_64_gnu" |
| 2277 | version = "0.52.6" |
| 2278 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2279 | checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" |
| 2280 | |
| 2281 | [[package]] |
| 2282 | name = "windows_x86_64_gnu" |
| 2283 | version = "0.53.1" |
| 2284 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2285 | checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" |
| 2286 | |
| 2287 | [[package]] |
| 2288 | name = "windows_x86_64_gnullvm" |
| 2289 | version = "0.52.6" |
| 2290 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2291 | checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" |
| 2292 | |
| 2293 | [[package]] |
| 2294 | name = "windows_x86_64_gnullvm" |
| 2295 | version = "0.53.1" |
| 2296 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2297 | checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" |
| 2298 | |
| 2299 | [[package]] |
| 2300 | name = "windows_x86_64_msvc" |
| 2301 | version = "0.52.6" |
| 2302 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2303 | checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" |
| 2304 | |
| 2305 | [[package]] |
| 2306 | name = "windows_x86_64_msvc" |
| 2307 | version = "0.53.1" |
| 2308 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2309 | checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" |
| 2310 | |
| 2311 | [[package]] |
| 2312 | name = "winnow" |
| 2313 | version = "0.5.40" |
| 2314 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2315 | checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876" |
| 2316 | dependencies = [ |
| 2317 | "memchr", |
| 2318 | ] |
| 2319 | |
| 2320 | [[package]] |
| 2321 | name = "winnow" |
| 2322 | version = "0.7.14" |
| 2323 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2324 | checksum = "5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829" |
| 2325 | dependencies = [ |
| 2326 | "memchr", |
| 2327 | ] |
| 2328 | |
| 2329 | [[package]] |
| 2330 | name = "wit-bindgen" |
| 2331 | version = "0.46.0" |
| 2332 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2333 | checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59" |
| 2334 | |
| 2335 | [[package]] |
| 2336 | name = "x11rb" |
| 2337 | version = "0.13.2" |
| 2338 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2339 | checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414" |
| 2340 | dependencies = [ |
| 2341 | "as-raw-xcb-connection", |
| 2342 | "gethostname", |
| 2343 | "libc", |
| 2344 | "rustix", |
| 2345 | "x11rb-protocol", |
| 2346 | ] |
| 2347 | |
| 2348 | [[package]] |
| 2349 | name = "x11rb-protocol" |
| 2350 | version = "0.13.2" |
| 2351 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2352 | checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd" |
| 2353 | |
| 2354 | [[package]] |
| 2355 | name = "xdg-home" |
| 2356 | version = "1.3.0" |
| 2357 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2358 | checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6" |
| 2359 | dependencies = [ |
| 2360 | "libc", |
| 2361 | "windows-sys 0.59.0", |
| 2362 | ] |
| 2363 | |
| 2364 | [[package]] |
| 2365 | name = "zbus" |
| 2366 | version = "4.4.0" |
| 2367 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2368 | checksum = "bb97012beadd29e654708a0fdb4c84bc046f537aecfde2c3ee0a9e4b4d48c725" |
| 2369 | dependencies = [ |
| 2370 | "async-broadcast", |
| 2371 | "async-executor", |
| 2372 | "async-fs", |
| 2373 | "async-io", |
| 2374 | "async-lock", |
| 2375 | "async-process", |
| 2376 | "async-recursion", |
| 2377 | "async-task", |
| 2378 | "async-trait", |
| 2379 | "blocking", |
| 2380 | "enumflags2", |
| 2381 | "event-listener", |
| 2382 | "futures-core", |
| 2383 | "futures-sink", |
| 2384 | "futures-util", |
| 2385 | "hex", |
| 2386 | "nix 0.29.0", |
| 2387 | "ordered-stream", |
| 2388 | "rand", |
| 2389 | "serde", |
| 2390 | "serde_repr", |
| 2391 | "sha1", |
| 2392 | "static_assertions", |
| 2393 | "tracing", |
| 2394 | "uds_windows", |
| 2395 | "windows-sys 0.52.0", |
| 2396 | "xdg-home", |
| 2397 | "zbus_macros", |
| 2398 | "zbus_names", |
| 2399 | "zvariant", |
| 2400 | ] |
| 2401 | |
| 2402 | [[package]] |
| 2403 | name = "zbus_macros" |
| 2404 | version = "4.4.0" |
| 2405 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2406 | checksum = "267db9407081e90bbfa46d841d3cbc60f59c0351838c4bc65199ecd79ab1983e" |
| 2407 | dependencies = [ |
| 2408 | "proc-macro-crate 3.4.0", |
| 2409 | "proc-macro2", |
| 2410 | "quote", |
| 2411 | "syn 2.0.114", |
| 2412 | "zvariant_utils", |
| 2413 | ] |
| 2414 | |
| 2415 | [[package]] |
| 2416 | name = "zbus_names" |
| 2417 | version = "3.0.0" |
| 2418 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2419 | checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c" |
| 2420 | dependencies = [ |
| 2421 | "serde", |
| 2422 | "static_assertions", |
| 2423 | "zvariant", |
| 2424 | ] |
| 2425 | |
| 2426 | [[package]] |
| 2427 | name = "zerocopy" |
| 2428 | version = "0.8.33" |
| 2429 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2430 | checksum = "668f5168d10b9ee831de31933dc111a459c97ec93225beb307aed970d1372dfd" |
| 2431 | dependencies = [ |
| 2432 | "zerocopy-derive", |
| 2433 | ] |
| 2434 | |
| 2435 | [[package]] |
| 2436 | name = "zerocopy-derive" |
| 2437 | version = "0.8.33" |
| 2438 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2439 | checksum = "2c7962b26b0a8685668b671ee4b54d007a67d4eaf05fda79ac0ecf41e32270f1" |
| 2440 | dependencies = [ |
| 2441 | "proc-macro2", |
| 2442 | "quote", |
| 2443 | "syn 2.0.114", |
| 2444 | ] |
| 2445 | |
| 2446 | [[package]] |
| 2447 | name = "zmij" |
| 2448 | version = "1.0.14" |
| 2449 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2450 | checksum = "bd8f3f50b848df28f887acb68e41201b5aea6bc8a8dacc00fb40635ff9a72fea" |
| 2451 | |
| 2452 | [[package]] |
| 2453 | name = "zune-inflate" |
| 2454 | version = "0.2.54" |
| 2455 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2456 | checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02" |
| 2457 | dependencies = [ |
| 2458 | "simd-adler32", |
| 2459 | ] |
| 2460 | |
| 2461 | [[package]] |
| 2462 | name = "zvariant" |
| 2463 | version = "4.2.0" |
| 2464 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2465 | checksum = "2084290ab9a1c471c38fc524945837734fbf124487e105daec2bb57fd48c81fe" |
| 2466 | dependencies = [ |
| 2467 | "endi", |
| 2468 | "enumflags2", |
| 2469 | "serde", |
| 2470 | "static_assertions", |
| 2471 | "zvariant_derive", |
| 2472 | ] |
| 2473 | |
| 2474 | [[package]] |
| 2475 | name = "zvariant_derive" |
| 2476 | version = "4.2.0" |
| 2477 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2478 | checksum = "73e2ba546bda683a90652bac4a279bc146adad1386f25379cf73200d2002c449" |
| 2479 | dependencies = [ |
| 2480 | "proc-macro-crate 3.4.0", |
| 2481 | "proc-macro2", |
| 2482 | "quote", |
| 2483 | "syn 2.0.114", |
| 2484 | "zvariant_utils", |
| 2485 | ] |
| 2486 | |
| 2487 | [[package]] |
| 2488 | name = "zvariant_utils" |
| 2489 | version = "2.1.0" |
| 2490 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2491 | checksum = "c51bcff7cc3dbb5055396bcf774748c3dab426b4b8659046963523cee4808340" |
| 2492 | dependencies = [ |
| 2493 | "proc-macro2", |
| 2494 | "quote", |
| 2495 | "syn 2.0.114", |
| 2496 | ] |