@@ -0,0 +1,2845 @@ |
| 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.101" |
| 73 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 74 | +checksum = "5f0e0fee31ef5ed1ba1316088939cea399010ed7731dba877ed44aeb407a75ea" |
| 75 | + |
| 76 | +[[package]] |
| 77 | +name = "arrayref" |
| 78 | +version = "0.3.9" |
| 79 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 80 | +checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb" |
| 81 | + |
| 82 | +[[package]] |
| 83 | +name = "arrayvec" |
| 84 | +version = "0.7.6" |
| 85 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 86 | +checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" |
| 87 | + |
| 88 | +[[package]] |
| 89 | +name = "as-raw-xcb-connection" |
| 90 | +version = "1.0.1" |
| 91 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 92 | +checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b" |
| 93 | + |
| 94 | +[[package]] |
| 95 | +name = "async-broadcast" |
| 96 | +version = "0.7.2" |
| 97 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 98 | +checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532" |
| 99 | +dependencies = [ |
| 100 | + "event-listener", |
| 101 | + "event-listener-strategy", |
| 102 | + "futures-core", |
| 103 | + "pin-project-lite", |
| 104 | +] |
| 105 | + |
| 106 | +[[package]] |
| 107 | +name = "async-channel" |
| 108 | +version = "2.5.0" |
| 109 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 110 | +checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2" |
| 111 | +dependencies = [ |
| 112 | + "concurrent-queue", |
| 113 | + "event-listener-strategy", |
| 114 | + "futures-core", |
| 115 | + "pin-project-lite", |
| 116 | +] |
| 117 | + |
| 118 | +[[package]] |
| 119 | +name = "async-executor" |
| 120 | +version = "1.13.3" |
| 121 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 122 | +checksum = "497c00e0fd83a72a79a39fcbd8e3e2f055d6f6c7e025f3b3d91f4f8e76527fb8" |
| 123 | +dependencies = [ |
| 124 | + "async-task", |
| 125 | + "concurrent-queue", |
| 126 | + "fastrand", |
| 127 | + "futures-lite", |
| 128 | + "pin-project-lite", |
| 129 | + "slab", |
| 130 | +] |
| 131 | + |
| 132 | +[[package]] |
| 133 | +name = "async-fs" |
| 134 | +version = "2.2.0" |
| 135 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 136 | +checksum = "8034a681df4aed8b8edbd7fbe472401ecf009251c8b40556b304567052e294c5" |
| 137 | +dependencies = [ |
| 138 | + "async-lock", |
| 139 | + "blocking", |
| 140 | + "futures-lite", |
| 141 | +] |
| 142 | + |
| 143 | +[[package]] |
| 144 | +name = "async-io" |
| 145 | +version = "2.6.0" |
| 146 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 147 | +checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc" |
| 148 | +dependencies = [ |
| 149 | + "autocfg", |
| 150 | + "cfg-if", |
| 151 | + "concurrent-queue", |
| 152 | + "futures-io", |
| 153 | + "futures-lite", |
| 154 | + "parking", |
| 155 | + "polling", |
| 156 | + "rustix", |
| 157 | + "slab", |
| 158 | + "windows-sys 0.61.2", |
| 159 | +] |
| 160 | + |
| 161 | +[[package]] |
| 162 | +name = "async-lock" |
| 163 | +version = "3.4.2" |
| 164 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 165 | +checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311" |
| 166 | +dependencies = [ |
| 167 | + "event-listener", |
| 168 | + "event-listener-strategy", |
| 169 | + "pin-project-lite", |
| 170 | +] |
| 171 | + |
| 172 | +[[package]] |
| 173 | +name = "async-process" |
| 174 | +version = "2.5.0" |
| 175 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 176 | +checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75" |
| 177 | +dependencies = [ |
| 178 | + "async-channel", |
| 179 | + "async-io", |
| 180 | + "async-lock", |
| 181 | + "async-signal", |
| 182 | + "async-task", |
| 183 | + "blocking", |
| 184 | + "cfg-if", |
| 185 | + "event-listener", |
| 186 | + "futures-lite", |
| 187 | + "rustix", |
| 188 | +] |
| 189 | + |
| 190 | +[[package]] |
| 191 | +name = "async-recursion" |
| 192 | +version = "1.1.1" |
| 193 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 194 | +checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11" |
| 195 | +dependencies = [ |
| 196 | + "proc-macro2", |
| 197 | + "quote", |
| 198 | + "syn", |
| 199 | +] |
| 200 | + |
| 201 | +[[package]] |
| 202 | +name = "async-signal" |
| 203 | +version = "0.2.13" |
| 204 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 205 | +checksum = "43c070bbf59cd3570b6b2dd54cd772527c7c3620fce8be898406dd3ed6adc64c" |
| 206 | +dependencies = [ |
| 207 | + "async-io", |
| 208 | + "async-lock", |
| 209 | + "atomic-waker", |
| 210 | + "cfg-if", |
| 211 | + "futures-core", |
| 212 | + "futures-io", |
| 213 | + "rustix", |
| 214 | + "signal-hook-registry", |
| 215 | + "slab", |
| 216 | + "windows-sys 0.61.2", |
| 217 | +] |
| 218 | + |
| 219 | +[[package]] |
| 220 | +name = "async-task" |
| 221 | +version = "4.7.1" |
| 222 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 223 | +checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" |
| 224 | + |
| 225 | +[[package]] |
| 226 | +name = "async-trait" |
| 227 | +version = "0.1.89" |
| 228 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 229 | +checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" |
| 230 | +dependencies = [ |
| 231 | + "proc-macro2", |
| 232 | + "quote", |
| 233 | + "syn", |
| 234 | +] |
| 235 | + |
| 236 | +[[package]] |
| 237 | +name = "atomic-waker" |
| 238 | +version = "1.1.2" |
| 239 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 240 | +checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" |
| 241 | + |
| 242 | +[[package]] |
| 243 | +name = "autocfg" |
| 244 | +version = "1.5.0" |
| 245 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 246 | +checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" |
| 247 | + |
| 248 | +[[package]] |
| 249 | +name = "base64" |
| 250 | +version = "0.22.1" |
| 251 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 252 | +checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" |
| 253 | + |
| 254 | +[[package]] |
| 255 | +name = "bitflags" |
| 256 | +version = "1.3.2" |
| 257 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 258 | +checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
| 259 | + |
| 260 | +[[package]] |
| 261 | +name = "bitflags" |
| 262 | +version = "2.10.0" |
| 263 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 264 | +checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3" |
| 265 | + |
| 266 | +[[package]] |
| 267 | +name = "block-buffer" |
| 268 | +version = "0.10.4" |
| 269 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 270 | +checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" |
| 271 | +dependencies = [ |
| 272 | + "generic-array", |
| 273 | +] |
| 274 | + |
| 275 | +[[package]] |
| 276 | +name = "blocking" |
| 277 | +version = "1.6.2" |
| 278 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 279 | +checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21" |
| 280 | +dependencies = [ |
| 281 | + "async-channel", |
| 282 | + "async-task", |
| 283 | + "futures-io", |
| 284 | + "futures-lite", |
| 285 | + "piper", |
| 286 | +] |
| 287 | + |
| 288 | +[[package]] |
| 289 | +name = "bstr" |
| 290 | +version = "1.12.1" |
| 291 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 292 | +checksum = "63044e1ae8e69f3b5a92c736ca6269b8d12fa7efe39bf34ddb06d102cf0e2cab" |
| 293 | +dependencies = [ |
| 294 | + "memchr", |
| 295 | + "serde", |
| 296 | +] |
| 297 | + |
| 298 | +[[package]] |
| 299 | +name = "bytemuck" |
| 300 | +version = "1.25.0" |
| 301 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 302 | +checksum = "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec" |
| 303 | + |
| 304 | +[[package]] |
| 305 | +name = "byteorder-lite" |
| 306 | +version = "0.1.0" |
| 307 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 308 | +checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495" |
| 309 | + |
| 310 | +[[package]] |
| 311 | +name = "bytes" |
| 312 | +version = "1.11.1" |
| 313 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 314 | +checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" |
| 315 | + |
| 316 | +[[package]] |
| 317 | +name = "cairo-rs" |
| 318 | +version = "0.20.12" |
| 319 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 320 | +checksum = "91e3bd0f4e25afa9cabc157908d14eeef9067d6448c49414d17b3fb55f0eadd0" |
| 321 | +dependencies = [ |
| 322 | + "bitflags 2.10.0", |
| 323 | + "cairo-sys-rs", |
| 324 | + "glib", |
| 325 | + "libc", |
| 326 | +] |
| 327 | + |
| 328 | +[[package]] |
| 329 | +name = "cairo-sys-rs" |
| 330 | +version = "0.20.10" |
| 331 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 332 | +checksum = "059cc746549898cbfd9a47754288e5a958756650ef4652bbb6c5f71a6bda4f8b" |
| 333 | +dependencies = [ |
| 334 | + "glib-sys", |
| 335 | + "libc", |
| 336 | + "system-deps", |
| 337 | +] |
| 338 | + |
| 339 | +[[package]] |
| 340 | +name = "cc" |
| 341 | +version = "1.2.55" |
| 342 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 343 | +checksum = "47b26a0954ae34af09b50f0de26458fa95369a0d478d8236d3f93082b219bd29" |
| 344 | +dependencies = [ |
| 345 | + "find-msvc-tools", |
| 346 | + "shlex", |
| 347 | +] |
| 348 | + |
| 349 | +[[package]] |
| 350 | +name = "cfg-expr" |
| 351 | +version = "0.20.6" |
| 352 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 353 | +checksum = "78cef5b5a1a6827c7322ae2a636368a573006b27cfa76c7ebd53e834daeaab6a" |
| 354 | +dependencies = [ |
| 355 | + "smallvec", |
| 356 | + "target-lexicon", |
| 357 | +] |
| 358 | + |
| 359 | +[[package]] |
| 360 | +name = "cfg-if" |
| 361 | +version = "1.0.4" |
| 362 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 363 | +checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" |
| 364 | + |
| 365 | +[[package]] |
| 366 | +name = "cfg_aliases" |
| 367 | +version = "0.2.1" |
| 368 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 369 | +checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" |
| 370 | + |
| 371 | +[[package]] |
| 372 | +name = "clap" |
| 373 | +version = "4.5.57" |
| 374 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 375 | +checksum = "6899ea499e3fb9305a65d5ebf6e3d2248c5fab291f300ad0a704fbe142eae31a" |
| 376 | +dependencies = [ |
| 377 | + "clap_builder", |
| 378 | + "clap_derive", |
| 379 | +] |
| 380 | + |
| 381 | +[[package]] |
| 382 | +name = "clap_builder" |
| 383 | +version = "4.5.57" |
| 384 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 385 | +checksum = "7b12c8b680195a62a8364d16b8447b01b6c2c8f9aaf68bee653be34d4245e238" |
| 386 | +dependencies = [ |
| 387 | + "anstream", |
| 388 | + "anstyle", |
| 389 | + "clap_lex", |
| 390 | + "strsim", |
| 391 | +] |
| 392 | + |
| 393 | +[[package]] |
| 394 | +name = "clap_derive" |
| 395 | +version = "4.5.55" |
| 396 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 397 | +checksum = "a92793da1a46a5f2a02a6f4c46c6496b28c43638adea8306fcb0caa1634f24e5" |
| 398 | +dependencies = [ |
| 399 | + "heck", |
| 400 | + "proc-macro2", |
| 401 | + "quote", |
| 402 | + "syn", |
| 403 | +] |
| 404 | + |
| 405 | +[[package]] |
| 406 | +name = "clap_lex" |
| 407 | +version = "0.7.7" |
| 408 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 409 | +checksum = "c3e64b0cc0439b12df2fa678eae89a1c56a529fd067a9115f7827f1fffd22b32" |
| 410 | + |
| 411 | +[[package]] |
| 412 | +name = "color_quant" |
| 413 | +version = "1.1.0" |
| 414 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 415 | +checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" |
| 416 | + |
| 417 | +[[package]] |
| 418 | +name = "colorchoice" |
| 419 | +version = "1.0.4" |
| 420 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 421 | +checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" |
| 422 | + |
| 423 | +[[package]] |
| 424 | +name = "concurrent-queue" |
| 425 | +version = "2.5.0" |
| 426 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 427 | +checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" |
| 428 | +dependencies = [ |
| 429 | + "crossbeam-utils", |
| 430 | +] |
| 431 | + |
| 432 | +[[package]] |
| 433 | +name = "core_maths" |
| 434 | +version = "0.1.1" |
| 435 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 436 | +checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30" |
| 437 | +dependencies = [ |
| 438 | + "libm", |
| 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-utils" |
| 461 | +version = "0.8.21" |
| 462 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 463 | +checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" |
| 464 | + |
| 465 | +[[package]] |
| 466 | +name = "crypto-common" |
| 467 | +version = "0.1.7" |
| 468 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 469 | +checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a" |
| 470 | +dependencies = [ |
| 471 | + "generic-array", |
| 472 | + "typenum", |
| 473 | +] |
| 474 | + |
| 475 | +[[package]] |
| 476 | +name = "data-url" |
| 477 | +version = "0.3.2" |
| 478 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 479 | +checksum = "be1e0bca6c3637f992fc1cc7cbc52a78c1ef6db076dbf1059c4323d6a2048376" |
| 480 | + |
| 481 | +[[package]] |
| 482 | +name = "digest" |
| 483 | +version = "0.10.7" |
| 484 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 485 | +checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" |
| 486 | +dependencies = [ |
| 487 | + "block-buffer", |
| 488 | + "crypto-common", |
| 489 | +] |
| 490 | + |
| 491 | +[[package]] |
| 492 | +name = "dirs" |
| 493 | +version = "5.0.1" |
| 494 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 495 | +checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225" |
| 496 | +dependencies = [ |
| 497 | + "dirs-sys 0.4.1", |
| 498 | +] |
| 499 | + |
| 500 | +[[package]] |
| 501 | +name = "dirs" |
| 502 | +version = "6.0.0" |
| 503 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 504 | +checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e" |
| 505 | +dependencies = [ |
| 506 | + "dirs-sys 0.5.0", |
| 507 | +] |
| 508 | + |
| 509 | +[[package]] |
| 510 | +name = "dirs-sys" |
| 511 | +version = "0.4.1" |
| 512 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 513 | +checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" |
| 514 | +dependencies = [ |
| 515 | + "libc", |
| 516 | + "option-ext", |
| 517 | + "redox_users 0.4.6", |
| 518 | + "windows-sys 0.48.0", |
| 519 | +] |
| 520 | + |
| 521 | +[[package]] |
| 522 | +name = "dirs-sys" |
| 523 | +version = "0.5.0" |
| 524 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 525 | +checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab" |
| 526 | +dependencies = [ |
| 527 | + "libc", |
| 528 | + "option-ext", |
| 529 | + "redox_users 0.5.2", |
| 530 | + "windows-sys 0.61.2", |
| 531 | +] |
| 532 | + |
| 533 | +[[package]] |
| 534 | +name = "either" |
| 535 | +version = "1.15.0" |
| 536 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 537 | +checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" |
| 538 | + |
| 539 | +[[package]] |
| 540 | +name = "endi" |
| 541 | +version = "1.1.1" |
| 542 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 543 | +checksum = "66b7e2430c6dff6a955451e2cfc438f09cea1965a9d6f87f7e3b90decc014099" |
| 544 | + |
| 545 | +[[package]] |
| 546 | +name = "enumflags2" |
| 547 | +version = "0.7.12" |
| 548 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 549 | +checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef" |
| 550 | +dependencies = [ |
| 551 | + "enumflags2_derive", |
| 552 | + "serde", |
| 553 | +] |
| 554 | + |
| 555 | +[[package]] |
| 556 | +name = "enumflags2_derive" |
| 557 | +version = "0.7.12" |
| 558 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 559 | +checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827" |
| 560 | +dependencies = [ |
| 561 | + "proc-macro2", |
| 562 | + "quote", |
| 563 | + "syn", |
| 564 | +] |
| 565 | + |
| 566 | +[[package]] |
| 567 | +name = "env_home" |
| 568 | +version = "0.1.0" |
| 569 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 570 | +checksum = "c7f84e12ccf0a7ddc17a6c41c93326024c42920d7ee630d04950e6926645c0fe" |
| 571 | + |
| 572 | +[[package]] |
| 573 | +name = "equivalent" |
| 574 | +version = "1.0.2" |
| 575 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 576 | +checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" |
| 577 | + |
| 578 | +[[package]] |
| 579 | +name = "erased-serde" |
| 580 | +version = "0.4.9" |
| 581 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 582 | +checksum = "89e8918065695684b2b0702da20382d5ae6065cf3327bc2d6436bd49a71ce9f3" |
| 583 | +dependencies = [ |
| 584 | + "serde", |
| 585 | + "serde_core", |
| 586 | + "typeid", |
| 587 | +] |
| 588 | + |
| 589 | +[[package]] |
| 590 | +name = "errno" |
| 591 | +version = "0.3.14" |
| 592 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 593 | +checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" |
| 594 | +dependencies = [ |
| 595 | + "libc", |
| 596 | + "windows-sys 0.61.2", |
| 597 | +] |
| 598 | + |
| 599 | +[[package]] |
| 600 | +name = "euclid" |
| 601 | +version = "0.22.13" |
| 602 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 603 | +checksum = "df61bf483e837f88d5c2291dcf55c67be7e676b3a51acc48db3a7b163b91ed63" |
| 604 | +dependencies = [ |
| 605 | + "num-traits", |
| 606 | +] |
| 607 | + |
| 608 | +[[package]] |
| 609 | +name = "event-listener" |
| 610 | +version = "5.4.1" |
| 611 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 612 | +checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab" |
| 613 | +dependencies = [ |
| 614 | + "concurrent-queue", |
| 615 | + "parking", |
| 616 | + "pin-project-lite", |
| 617 | +] |
| 618 | + |
| 619 | +[[package]] |
| 620 | +name = "event-listener-strategy" |
| 621 | +version = "0.5.4" |
| 622 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 623 | +checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93" |
| 624 | +dependencies = [ |
| 625 | + "event-listener", |
| 626 | + "pin-project-lite", |
| 627 | +] |
| 628 | + |
| 629 | +[[package]] |
| 630 | +name = "fastrand" |
| 631 | +version = "2.3.0" |
| 632 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 633 | +checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" |
| 634 | + |
| 635 | +[[package]] |
| 636 | +name = "fdeflate" |
| 637 | +version = "0.3.7" |
| 638 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 639 | +checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c" |
| 640 | +dependencies = [ |
| 641 | + "simd-adler32", |
| 642 | +] |
| 643 | + |
| 644 | +[[package]] |
| 645 | +name = "find-msvc-tools" |
| 646 | +version = "0.1.9" |
| 647 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 648 | +checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" |
| 649 | + |
| 650 | +[[package]] |
| 651 | +name = "flate2" |
| 652 | +version = "1.1.9" |
| 653 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 654 | +checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c" |
| 655 | +dependencies = [ |
| 656 | + "crc32fast", |
| 657 | + "miniz_oxide", |
| 658 | +] |
| 659 | + |
| 660 | +[[package]] |
| 661 | +name = "float-cmp" |
| 662 | +version = "0.9.0" |
| 663 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 664 | +checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4" |
| 665 | + |
| 666 | +[[package]] |
| 667 | +name = "fontconfig-parser" |
| 668 | +version = "0.5.8" |
| 669 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 670 | +checksum = "bbc773e24e02d4ddd8395fd30dc147524273a83e54e0f312d986ea30de5f5646" |
| 671 | +dependencies = [ |
| 672 | + "roxmltree", |
| 673 | +] |
| 674 | + |
| 675 | +[[package]] |
| 676 | +name = "fontdb" |
| 677 | +version = "0.22.0" |
| 678 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 679 | +checksum = "a3a6f9af55fb97ad673fb7a69533eb2f967648a06fa21f8c9bb2cd6d33975716" |
| 680 | +dependencies = [ |
| 681 | + "fontconfig-parser", |
| 682 | + "log", |
| 683 | + "memmap2", |
| 684 | + "slotmap", |
| 685 | + "tinyvec", |
| 686 | + "ttf-parser", |
| 687 | +] |
| 688 | + |
| 689 | +[[package]] |
| 690 | +name = "futures-channel" |
| 691 | +version = "0.3.31" |
| 692 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 693 | +checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" |
| 694 | +dependencies = [ |
| 695 | + "futures-core", |
| 696 | +] |
| 697 | + |
| 698 | +[[package]] |
| 699 | +name = "futures-core" |
| 700 | +version = "0.3.31" |
| 701 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 702 | +checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" |
| 703 | + |
| 704 | +[[package]] |
| 705 | +name = "futures-executor" |
| 706 | +version = "0.3.31" |
| 707 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 708 | +checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" |
| 709 | +dependencies = [ |
| 710 | + "futures-core", |
| 711 | + "futures-task", |
| 712 | + "futures-util", |
| 713 | +] |
| 714 | + |
| 715 | +[[package]] |
| 716 | +name = "futures-io" |
| 717 | +version = "0.3.31" |
| 718 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 719 | +checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" |
| 720 | + |
| 721 | +[[package]] |
| 722 | +name = "futures-lite" |
| 723 | +version = "2.6.1" |
| 724 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 725 | +checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad" |
| 726 | +dependencies = [ |
| 727 | + "fastrand", |
| 728 | + "futures-core", |
| 729 | + "futures-io", |
| 730 | + "parking", |
| 731 | + "pin-project-lite", |
| 732 | +] |
| 733 | + |
| 734 | +[[package]] |
| 735 | +name = "futures-macro" |
| 736 | +version = "0.3.31" |
| 737 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 738 | +checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" |
| 739 | +dependencies = [ |
| 740 | + "proc-macro2", |
| 741 | + "quote", |
| 742 | + "syn", |
| 743 | +] |
| 744 | + |
| 745 | +[[package]] |
| 746 | +name = "futures-sink" |
| 747 | +version = "0.3.31" |
| 748 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 749 | +checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" |
| 750 | + |
| 751 | +[[package]] |
| 752 | +name = "futures-task" |
| 753 | +version = "0.3.31" |
| 754 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 755 | +checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" |
| 756 | + |
| 757 | +[[package]] |
| 758 | +name = "futures-util" |
| 759 | +version = "0.3.31" |
| 760 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 761 | +checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" |
| 762 | +dependencies = [ |
| 763 | + "futures-core", |
| 764 | + "futures-io", |
| 765 | + "futures-macro", |
| 766 | + "futures-sink", |
| 767 | + "futures-task", |
| 768 | + "memchr", |
| 769 | + "pin-project-lite", |
| 770 | + "pin-utils", |
| 771 | + "slab", |
| 772 | +] |
| 773 | + |
| 774 | +[[package]] |
| 775 | +name = "garnotify" |
| 776 | +version = "0.1.0" |
| 777 | +dependencies = [ |
| 778 | + "anyhow", |
| 779 | + "cairo-rs", |
| 780 | + "clap", |
| 781 | + "dirs 5.0.1", |
| 782 | + "gartk-core", |
| 783 | + "gartk-render", |
| 784 | + "gartk-x11", |
| 785 | + "image", |
| 786 | + "mlua", |
| 787 | + "pango", |
| 788 | + "pangocairo", |
| 789 | + "regex", |
| 790 | + "resvg", |
| 791 | + "serde", |
| 792 | + "serde_json", |
| 793 | + "shellexpand", |
| 794 | + "thiserror 1.0.69", |
| 795 | + "tiny-skia", |
| 796 | + "tokio", |
| 797 | + "toml 0.8.23", |
| 798 | + "tracing", |
| 799 | + "tracing-subscriber", |
| 800 | + "x11rb", |
| 801 | + "zbus", |
| 802 | +] |
| 803 | + |
| 804 | +[[package]] |
| 805 | +name = "garnotifyctl" |
| 806 | +version = "0.1.0" |
| 807 | +dependencies = [ |
| 808 | + "anyhow", |
| 809 | + "clap", |
| 810 | + "dirs 5.0.1", |
| 811 | + "serde", |
| 812 | + "serde_json", |
| 813 | + "tracing", |
| 814 | + "tracing-subscriber", |
| 815 | +] |
| 816 | + |
| 817 | +[[package]] |
| 818 | +name = "gartk-core" |
| 819 | +version = "0.1.0" |
| 820 | +dependencies = [ |
| 821 | + "serde", |
| 822 | + "thiserror 2.0.18", |
| 823 | +] |
| 824 | + |
| 825 | +[[package]] |
| 826 | +name = "gartk-render" |
| 827 | +version = "0.1.0" |
| 828 | +dependencies = [ |
| 829 | + "cairo-rs", |
| 830 | + "gartk-core", |
| 831 | + "gartk-x11", |
| 832 | + "pango", |
| 833 | + "pangocairo", |
| 834 | + "thiserror 2.0.18", |
| 835 | + "tracing", |
| 836 | + "x11rb", |
| 837 | +] |
| 838 | + |
| 839 | +[[package]] |
| 840 | +name = "gartk-x11" |
| 841 | +version = "0.1.0" |
| 842 | +dependencies = [ |
| 843 | + "gartk-core", |
| 844 | + "thiserror 2.0.18", |
| 845 | + "tracing", |
| 846 | + "x11rb", |
| 847 | +] |
| 848 | + |
| 849 | +[[package]] |
| 850 | +name = "generic-array" |
| 851 | +version = "0.14.7" |
| 852 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 853 | +checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" |
| 854 | +dependencies = [ |
| 855 | + "typenum", |
| 856 | + "version_check", |
| 857 | +] |
| 858 | + |
| 859 | +[[package]] |
| 860 | +name = "gethostname" |
| 861 | +version = "1.1.0" |
| 862 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 863 | +checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8" |
| 864 | +dependencies = [ |
| 865 | + "rustix", |
| 866 | + "windows-link", |
| 867 | +] |
| 868 | + |
| 869 | +[[package]] |
| 870 | +name = "getrandom" |
| 871 | +version = "0.2.17" |
| 872 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 873 | +checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" |
| 874 | +dependencies = [ |
| 875 | + "cfg-if", |
| 876 | + "libc", |
| 877 | + "wasi", |
| 878 | +] |
| 879 | + |
| 880 | +[[package]] |
| 881 | +name = "getrandom" |
| 882 | +version = "0.3.4" |
| 883 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 884 | +checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" |
| 885 | +dependencies = [ |
| 886 | + "cfg-if", |
| 887 | + "libc", |
| 888 | + "r-efi", |
| 889 | + "wasip2", |
| 890 | +] |
| 891 | + |
| 892 | +[[package]] |
| 893 | +name = "gif" |
| 894 | +version = "0.13.3" |
| 895 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 896 | +checksum = "4ae047235e33e2829703574b54fdec96bfbad892062d97fed2f76022287de61b" |
| 897 | +dependencies = [ |
| 898 | + "color_quant", |
| 899 | + "weezl", |
| 900 | +] |
| 901 | + |
| 902 | +[[package]] |
| 903 | +name = "gio" |
| 904 | +version = "0.20.12" |
| 905 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 906 | +checksum = "8e27e276e7b6b8d50f6376ee7769a71133e80d093bdc363bd0af71664228b831" |
| 907 | +dependencies = [ |
| 908 | + "futures-channel", |
| 909 | + "futures-core", |
| 910 | + "futures-io", |
| 911 | + "futures-util", |
| 912 | + "gio-sys", |
| 913 | + "glib", |
| 914 | + "libc", |
| 915 | + "pin-project-lite", |
| 916 | + "smallvec", |
| 917 | +] |
| 918 | + |
| 919 | +[[package]] |
| 920 | +name = "gio-sys" |
| 921 | +version = "0.20.10" |
| 922 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 923 | +checksum = "521e93a7e56fc89e84aea9a52cfc9436816a4b363b030260b699950ff1336c83" |
| 924 | +dependencies = [ |
| 925 | + "glib-sys", |
| 926 | + "gobject-sys", |
| 927 | + "libc", |
| 928 | + "system-deps", |
| 929 | + "windows-sys 0.59.0", |
| 930 | +] |
| 931 | + |
| 932 | +[[package]] |
| 933 | +name = "glib" |
| 934 | +version = "0.20.12" |
| 935 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 936 | +checksum = "ffc4b6e352d4716d84d7dde562dd9aee2a7d48beb872dd9ece7f2d1515b2d683" |
| 937 | +dependencies = [ |
| 938 | + "bitflags 2.10.0", |
| 939 | + "futures-channel", |
| 940 | + "futures-core", |
| 941 | + "futures-executor", |
| 942 | + "futures-task", |
| 943 | + "futures-util", |
| 944 | + "gio-sys", |
| 945 | + "glib-macros", |
| 946 | + "glib-sys", |
| 947 | + "gobject-sys", |
| 948 | + "libc", |
| 949 | + "memchr", |
| 950 | + "smallvec", |
| 951 | +] |
| 952 | + |
| 953 | +[[package]] |
| 954 | +name = "glib-macros" |
| 955 | +version = "0.20.12" |
| 956 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 957 | +checksum = "e8084af62f09475a3f529b1629c10c429d7600ee1398ae12dd3bf175d74e7145" |
| 958 | +dependencies = [ |
| 959 | + "heck", |
| 960 | + "proc-macro-crate", |
| 961 | + "proc-macro2", |
| 962 | + "quote", |
| 963 | + "syn", |
| 964 | +] |
| 965 | + |
| 966 | +[[package]] |
| 967 | +name = "glib-sys" |
| 968 | +version = "0.20.10" |
| 969 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 970 | +checksum = "8ab79e1ed126803a8fb827e3de0e2ff95191912b8db65cee467edb56fc4cc215" |
| 971 | +dependencies = [ |
| 972 | + "libc", |
| 973 | + "system-deps", |
| 974 | +] |
| 975 | + |
| 976 | +[[package]] |
| 977 | +name = "gobject-sys" |
| 978 | +version = "0.20.10" |
| 979 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 980 | +checksum = "ec9aca94bb73989e3cfdbf8f2e0f1f6da04db4d291c431f444838925c4c63eda" |
| 981 | +dependencies = [ |
| 982 | + "glib-sys", |
| 983 | + "libc", |
| 984 | + "system-deps", |
| 985 | +] |
| 986 | + |
| 987 | +[[package]] |
| 988 | +name = "hashbrown" |
| 989 | +version = "0.16.1" |
| 990 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 991 | +checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" |
| 992 | + |
| 993 | +[[package]] |
| 994 | +name = "heck" |
| 995 | +version = "0.5.0" |
| 996 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 997 | +checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
| 998 | + |
| 999 | +[[package]] |
| 1000 | +name = "hermit-abi" |
| 1001 | +version = "0.5.2" |
| 1002 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1003 | +checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" |
| 1004 | + |
| 1005 | +[[package]] |
| 1006 | +name = "hex" |
| 1007 | +version = "0.4.3" |
| 1008 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1009 | +checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" |
| 1010 | + |
| 1011 | +[[package]] |
| 1012 | +name = "image" |
| 1013 | +version = "0.25.9" |
| 1014 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1015 | +checksum = "e6506c6c10786659413faa717ceebcb8f70731c0a60cbae39795fdf114519c1a" |
| 1016 | +dependencies = [ |
| 1017 | + "bytemuck", |
| 1018 | + "byteorder-lite", |
| 1019 | + "moxcms", |
| 1020 | + "num-traits", |
| 1021 | + "png 0.18.0", |
| 1022 | + "zune-core 0.5.1", |
| 1023 | + "zune-jpeg 0.5.12", |
| 1024 | +] |
| 1025 | + |
| 1026 | +[[package]] |
| 1027 | +name = "image-webp" |
| 1028 | +version = "0.1.3" |
| 1029 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1030 | +checksum = "f79afb8cbee2ef20f59ccd477a218c12a93943d075b492015ecb1bb81f8ee904" |
| 1031 | +dependencies = [ |
| 1032 | + "byteorder-lite", |
| 1033 | + "quick-error", |
| 1034 | +] |
| 1035 | + |
| 1036 | +[[package]] |
| 1037 | +name = "imagesize" |
| 1038 | +version = "0.13.0" |
| 1039 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1040 | +checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285" |
| 1041 | + |
| 1042 | +[[package]] |
| 1043 | +name = "indexmap" |
| 1044 | +version = "2.13.0" |
| 1045 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1046 | +checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017" |
| 1047 | +dependencies = [ |
| 1048 | + "equivalent", |
| 1049 | + "hashbrown", |
| 1050 | +] |
| 1051 | + |
| 1052 | +[[package]] |
| 1053 | +name = "is_terminal_polyfill" |
| 1054 | +version = "1.70.2" |
| 1055 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1056 | +checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695" |
| 1057 | + |
| 1058 | +[[package]] |
| 1059 | +name = "itoa" |
| 1060 | +version = "1.0.17" |
| 1061 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1062 | +checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2" |
| 1063 | + |
| 1064 | +[[package]] |
| 1065 | +name = "kurbo" |
| 1066 | +version = "0.11.3" |
| 1067 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1068 | +checksum = "c62026ae44756f8a599ba21140f350303d4f08dcdcc71b5ad9c9bb8128c13c62" |
| 1069 | +dependencies = [ |
| 1070 | + "arrayvec", |
| 1071 | + "euclid", |
| 1072 | + "smallvec", |
| 1073 | +] |
| 1074 | + |
| 1075 | +[[package]] |
| 1076 | +name = "lazy_static" |
| 1077 | +version = "1.5.0" |
| 1078 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1079 | +checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" |
| 1080 | + |
| 1081 | +[[package]] |
| 1082 | +name = "libc" |
| 1083 | +version = "0.2.180" |
| 1084 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1085 | +checksum = "bcc35a38544a891a5f7c865aca548a982ccb3b8650a5b06d0fd33a10283c56fc" |
| 1086 | + |
| 1087 | +[[package]] |
| 1088 | +name = "libm" |
| 1089 | +version = "0.2.16" |
| 1090 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1091 | +checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981" |
| 1092 | + |
| 1093 | +[[package]] |
| 1094 | +name = "libredox" |
| 1095 | +version = "0.1.12" |
| 1096 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1097 | +checksum = "3d0b95e02c851351f877147b7deea7b1afb1df71b63aa5f8270716e0c5720616" |
| 1098 | +dependencies = [ |
| 1099 | + "bitflags 2.10.0", |
| 1100 | + "libc", |
| 1101 | +] |
| 1102 | + |
| 1103 | +[[package]] |
| 1104 | +name = "linux-raw-sys" |
| 1105 | +version = "0.11.0" |
| 1106 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1107 | +checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039" |
| 1108 | + |
| 1109 | +[[package]] |
| 1110 | +name = "lock_api" |
| 1111 | +version = "0.4.14" |
| 1112 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1113 | +checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" |
| 1114 | +dependencies = [ |
| 1115 | + "scopeguard", |
| 1116 | +] |
| 1117 | + |
| 1118 | +[[package]] |
| 1119 | +name = "log" |
| 1120 | +version = "0.4.29" |
| 1121 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1122 | +checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" |
| 1123 | + |
| 1124 | +[[package]] |
| 1125 | +name = "lua-src" |
| 1126 | +version = "547.0.0" |
| 1127 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1128 | +checksum = "1edaf29e3517b49b8b746701e5648ccb5785cde1c119062cbabbc5d5cd115e42" |
| 1129 | +dependencies = [ |
| 1130 | + "cc", |
| 1131 | +] |
| 1132 | + |
| 1133 | +[[package]] |
| 1134 | +name = "luajit-src" |
| 1135 | +version = "210.5.12+a4f56a4" |
| 1136 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1137 | +checksum = "b3a8e7962a5368d5f264d045a5a255e90f9aa3fc1941ae15a8d2940d42cac671" |
| 1138 | +dependencies = [ |
| 1139 | + "cc", |
| 1140 | + "which", |
| 1141 | +] |
| 1142 | + |
| 1143 | +[[package]] |
| 1144 | +name = "matchers" |
| 1145 | +version = "0.2.0" |
| 1146 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1147 | +checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9" |
| 1148 | +dependencies = [ |
| 1149 | + "regex-automata", |
| 1150 | +] |
| 1151 | + |
| 1152 | +[[package]] |
| 1153 | +name = "memchr" |
| 1154 | +version = "2.8.0" |
| 1155 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1156 | +checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" |
| 1157 | + |
| 1158 | +[[package]] |
| 1159 | +name = "memmap2" |
| 1160 | +version = "0.9.9" |
| 1161 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1162 | +checksum = "744133e4a0e0a658e1374cf3bf8e415c4052a15a111acd372764c55b4177d490" |
| 1163 | +dependencies = [ |
| 1164 | + "libc", |
| 1165 | +] |
| 1166 | + |
| 1167 | +[[package]] |
| 1168 | +name = "memoffset" |
| 1169 | +version = "0.9.1" |
| 1170 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1171 | +checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" |
| 1172 | +dependencies = [ |
| 1173 | + "autocfg", |
| 1174 | +] |
| 1175 | + |
| 1176 | +[[package]] |
| 1177 | +name = "miniz_oxide" |
| 1178 | +version = "0.8.9" |
| 1179 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1180 | +checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" |
| 1181 | +dependencies = [ |
| 1182 | + "adler2", |
| 1183 | + "simd-adler32", |
| 1184 | +] |
| 1185 | + |
| 1186 | +[[package]] |
| 1187 | +name = "mio" |
| 1188 | +version = "1.1.1" |
| 1189 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1190 | +checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc" |
| 1191 | +dependencies = [ |
| 1192 | + "libc", |
| 1193 | + "wasi", |
| 1194 | + "windows-sys 0.61.2", |
| 1195 | +] |
| 1196 | + |
| 1197 | +[[package]] |
| 1198 | +name = "mlua" |
| 1199 | +version = "0.10.5" |
| 1200 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1201 | +checksum = "c1f5f8fbebc7db5f671671134b9321c4b9aa9adeafccfd9a8c020ae45c6a35d0" |
| 1202 | +dependencies = [ |
| 1203 | + "bstr", |
| 1204 | + "either", |
| 1205 | + "erased-serde", |
| 1206 | + "mlua-sys", |
| 1207 | + "num-traits", |
| 1208 | + "parking_lot", |
| 1209 | + "rustc-hash", |
| 1210 | + "rustversion", |
| 1211 | + "serde", |
| 1212 | + "serde-value", |
| 1213 | +] |
| 1214 | + |
| 1215 | +[[package]] |
| 1216 | +name = "mlua-sys" |
| 1217 | +version = "0.6.8" |
| 1218 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1219 | +checksum = "380c1f7e2099cafcf40e51d3a9f20a346977587aa4d012eae1f043149a728a93" |
| 1220 | +dependencies = [ |
| 1221 | + "cc", |
| 1222 | + "cfg-if", |
| 1223 | + "lua-src", |
| 1224 | + "luajit-src", |
| 1225 | + "pkg-config", |
| 1226 | +] |
| 1227 | + |
| 1228 | +[[package]] |
| 1229 | +name = "moxcms" |
| 1230 | +version = "0.7.11" |
| 1231 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1232 | +checksum = "ac9557c559cd6fc9867e122e20d2cbefc9ca29d80d027a8e39310920ed2f0a97" |
| 1233 | +dependencies = [ |
| 1234 | + "num-traits", |
| 1235 | + "pxfm", |
| 1236 | +] |
| 1237 | + |
| 1238 | +[[package]] |
| 1239 | +name = "nix" |
| 1240 | +version = "0.29.0" |
| 1241 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1242 | +checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" |
| 1243 | +dependencies = [ |
| 1244 | + "bitflags 2.10.0", |
| 1245 | + "cfg-if", |
| 1246 | + "cfg_aliases", |
| 1247 | + "libc", |
| 1248 | + "memoffset", |
| 1249 | +] |
| 1250 | + |
| 1251 | +[[package]] |
| 1252 | +name = "nu-ansi-term" |
| 1253 | +version = "0.50.3" |
| 1254 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1255 | +checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" |
| 1256 | +dependencies = [ |
| 1257 | + "windows-sys 0.61.2", |
| 1258 | +] |
| 1259 | + |
| 1260 | +[[package]] |
| 1261 | +name = "num-traits" |
| 1262 | +version = "0.2.19" |
| 1263 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1264 | +checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" |
| 1265 | +dependencies = [ |
| 1266 | + "autocfg", |
| 1267 | +] |
| 1268 | + |
| 1269 | +[[package]] |
| 1270 | +name = "once_cell" |
| 1271 | +version = "1.21.3" |
| 1272 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1273 | +checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" |
| 1274 | + |
| 1275 | +[[package]] |
| 1276 | +name = "once_cell_polyfill" |
| 1277 | +version = "1.70.2" |
| 1278 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1279 | +checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" |
| 1280 | + |
| 1281 | +[[package]] |
| 1282 | +name = "option-ext" |
| 1283 | +version = "0.2.0" |
| 1284 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1285 | +checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" |
| 1286 | + |
| 1287 | +[[package]] |
| 1288 | +name = "ordered-float" |
| 1289 | +version = "2.10.1" |
| 1290 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1291 | +checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c" |
| 1292 | +dependencies = [ |
| 1293 | + "num-traits", |
| 1294 | +] |
| 1295 | + |
| 1296 | +[[package]] |
| 1297 | +name = "ordered-stream" |
| 1298 | +version = "0.2.0" |
| 1299 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1300 | +checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50" |
| 1301 | +dependencies = [ |
| 1302 | + "futures-core", |
| 1303 | + "pin-project-lite", |
| 1304 | +] |
| 1305 | + |
| 1306 | +[[package]] |
| 1307 | +name = "pango" |
| 1308 | +version = "0.20.12" |
| 1309 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1310 | +checksum = "6576b311f6df659397043a5fa8a021da8f72e34af180b44f7d57348de691ab5c" |
| 1311 | +dependencies = [ |
| 1312 | + "gio", |
| 1313 | + "glib", |
| 1314 | + "libc", |
| 1315 | + "pango-sys", |
| 1316 | +] |
| 1317 | + |
| 1318 | +[[package]] |
| 1319 | +name = "pango-sys" |
| 1320 | +version = "0.20.10" |
| 1321 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1322 | +checksum = "186909673fc09be354555c302c0b3dcf753cd9fa08dcb8077fa663c80fb243fa" |
| 1323 | +dependencies = [ |
| 1324 | + "glib-sys", |
| 1325 | + "gobject-sys", |
| 1326 | + "libc", |
| 1327 | + "system-deps", |
| 1328 | +] |
| 1329 | + |
| 1330 | +[[package]] |
| 1331 | +name = "pangocairo" |
| 1332 | +version = "0.20.10" |
| 1333 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1334 | +checksum = "58890dc451db9964ac2d8874f903a4370a4b3932aa5281ff0c8d9810937ad84f" |
| 1335 | +dependencies = [ |
| 1336 | + "cairo-rs", |
| 1337 | + "glib", |
| 1338 | + "libc", |
| 1339 | + "pango", |
| 1340 | + "pangocairo-sys", |
| 1341 | +] |
| 1342 | + |
| 1343 | +[[package]] |
| 1344 | +name = "pangocairo-sys" |
| 1345 | +version = "0.20.10" |
| 1346 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1347 | +checksum = "b9952903f88aa93e2927e7bca2d1ebae64fc26545a9280b4ce6bddeda26b5c42" |
| 1348 | +dependencies = [ |
| 1349 | + "cairo-sys-rs", |
| 1350 | + "glib-sys", |
| 1351 | + "libc", |
| 1352 | + "pango-sys", |
| 1353 | + "system-deps", |
| 1354 | +] |
| 1355 | + |
| 1356 | +[[package]] |
| 1357 | +name = "parking" |
| 1358 | +version = "2.2.1" |
| 1359 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1360 | +checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" |
| 1361 | + |
| 1362 | +[[package]] |
| 1363 | +name = "parking_lot" |
| 1364 | +version = "0.12.5" |
| 1365 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1366 | +checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" |
| 1367 | +dependencies = [ |
| 1368 | + "lock_api", |
| 1369 | + "parking_lot_core", |
| 1370 | +] |
| 1371 | + |
| 1372 | +[[package]] |
| 1373 | +name = "parking_lot_core" |
| 1374 | +version = "0.9.12" |
| 1375 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1376 | +checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" |
| 1377 | +dependencies = [ |
| 1378 | + "cfg-if", |
| 1379 | + "libc", |
| 1380 | + "redox_syscall", |
| 1381 | + "smallvec", |
| 1382 | + "windows-link", |
| 1383 | +] |
| 1384 | + |
| 1385 | +[[package]] |
| 1386 | +name = "pico-args" |
| 1387 | +version = "0.5.0" |
| 1388 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1389 | +checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315" |
| 1390 | + |
| 1391 | +[[package]] |
| 1392 | +name = "pin-project-lite" |
| 1393 | +version = "0.2.16" |
| 1394 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1395 | +checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" |
| 1396 | + |
| 1397 | +[[package]] |
| 1398 | +name = "pin-utils" |
| 1399 | +version = "0.1.0" |
| 1400 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1401 | +checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" |
| 1402 | + |
| 1403 | +[[package]] |
| 1404 | +name = "piper" |
| 1405 | +version = "0.2.4" |
| 1406 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1407 | +checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066" |
| 1408 | +dependencies = [ |
| 1409 | + "atomic-waker", |
| 1410 | + "fastrand", |
| 1411 | + "futures-io", |
| 1412 | +] |
| 1413 | + |
| 1414 | +[[package]] |
| 1415 | +name = "pkg-config" |
| 1416 | +version = "0.3.32" |
| 1417 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1418 | +checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" |
| 1419 | + |
| 1420 | +[[package]] |
| 1421 | +name = "png" |
| 1422 | +version = "0.17.16" |
| 1423 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1424 | +checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526" |
| 1425 | +dependencies = [ |
| 1426 | + "bitflags 1.3.2", |
| 1427 | + "crc32fast", |
| 1428 | + "fdeflate", |
| 1429 | + "flate2", |
| 1430 | + "miniz_oxide", |
| 1431 | +] |
| 1432 | + |
| 1433 | +[[package]] |
| 1434 | +name = "png" |
| 1435 | +version = "0.18.0" |
| 1436 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1437 | +checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0" |
| 1438 | +dependencies = [ |
| 1439 | + "bitflags 2.10.0", |
| 1440 | + "crc32fast", |
| 1441 | + "fdeflate", |
| 1442 | + "flate2", |
| 1443 | + "miniz_oxide", |
| 1444 | +] |
| 1445 | + |
| 1446 | +[[package]] |
| 1447 | +name = "polling" |
| 1448 | +version = "3.11.0" |
| 1449 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1450 | +checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218" |
| 1451 | +dependencies = [ |
| 1452 | + "cfg-if", |
| 1453 | + "concurrent-queue", |
| 1454 | + "hermit-abi", |
| 1455 | + "pin-project-lite", |
| 1456 | + "rustix", |
| 1457 | + "windows-sys 0.61.2", |
| 1458 | +] |
| 1459 | + |
| 1460 | +[[package]] |
| 1461 | +name = "ppv-lite86" |
| 1462 | +version = "0.2.21" |
| 1463 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1464 | +checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" |
| 1465 | +dependencies = [ |
| 1466 | + "zerocopy", |
| 1467 | +] |
| 1468 | + |
| 1469 | +[[package]] |
| 1470 | +name = "proc-macro-crate" |
| 1471 | +version = "3.4.0" |
| 1472 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1473 | +checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983" |
| 1474 | +dependencies = [ |
| 1475 | + "toml_edit 0.23.10+spec-1.0.0", |
| 1476 | +] |
| 1477 | + |
| 1478 | +[[package]] |
| 1479 | +name = "proc-macro2" |
| 1480 | +version = "1.0.106" |
| 1481 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1482 | +checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" |
| 1483 | +dependencies = [ |
| 1484 | + "unicode-ident", |
| 1485 | +] |
| 1486 | + |
| 1487 | +[[package]] |
| 1488 | +name = "pxfm" |
| 1489 | +version = "0.1.27" |
| 1490 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1491 | +checksum = "7186d3822593aa4393561d186d1393b3923e9d6163d3fbfd6e825e3e6cf3e6a8" |
| 1492 | +dependencies = [ |
| 1493 | + "num-traits", |
| 1494 | +] |
| 1495 | + |
| 1496 | +[[package]] |
| 1497 | +name = "quick-error" |
| 1498 | +version = "2.0.1" |
| 1499 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1500 | +checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3" |
| 1501 | + |
| 1502 | +[[package]] |
| 1503 | +name = "quote" |
| 1504 | +version = "1.0.44" |
| 1505 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1506 | +checksum = "21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4" |
| 1507 | +dependencies = [ |
| 1508 | + "proc-macro2", |
| 1509 | +] |
| 1510 | + |
| 1511 | +[[package]] |
| 1512 | +name = "r-efi" |
| 1513 | +version = "5.3.0" |
| 1514 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1515 | +checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" |
| 1516 | + |
| 1517 | +[[package]] |
| 1518 | +name = "rand" |
| 1519 | +version = "0.8.5" |
| 1520 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1521 | +checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" |
| 1522 | +dependencies = [ |
| 1523 | + "libc", |
| 1524 | + "rand_chacha", |
| 1525 | + "rand_core", |
| 1526 | +] |
| 1527 | + |
| 1528 | +[[package]] |
| 1529 | +name = "rand_chacha" |
| 1530 | +version = "0.3.1" |
| 1531 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1532 | +checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" |
| 1533 | +dependencies = [ |
| 1534 | + "ppv-lite86", |
| 1535 | + "rand_core", |
| 1536 | +] |
| 1537 | + |
| 1538 | +[[package]] |
| 1539 | +name = "rand_core" |
| 1540 | +version = "0.6.4" |
| 1541 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1542 | +checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" |
| 1543 | +dependencies = [ |
| 1544 | + "getrandom 0.2.17", |
| 1545 | +] |
| 1546 | + |
| 1547 | +[[package]] |
| 1548 | +name = "redox_syscall" |
| 1549 | +version = "0.5.18" |
| 1550 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1551 | +checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" |
| 1552 | +dependencies = [ |
| 1553 | + "bitflags 2.10.0", |
| 1554 | +] |
| 1555 | + |
| 1556 | +[[package]] |
| 1557 | +name = "redox_users" |
| 1558 | +version = "0.4.6" |
| 1559 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1560 | +checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" |
| 1561 | +dependencies = [ |
| 1562 | + "getrandom 0.2.17", |
| 1563 | + "libredox", |
| 1564 | + "thiserror 1.0.69", |
| 1565 | +] |
| 1566 | + |
| 1567 | +[[package]] |
| 1568 | +name = "redox_users" |
| 1569 | +version = "0.5.2" |
| 1570 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1571 | +checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac" |
| 1572 | +dependencies = [ |
| 1573 | + "getrandom 0.2.17", |
| 1574 | + "libredox", |
| 1575 | + "thiserror 2.0.18", |
| 1576 | +] |
| 1577 | + |
| 1578 | +[[package]] |
| 1579 | +name = "regex" |
| 1580 | +version = "1.12.3" |
| 1581 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1582 | +checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276" |
| 1583 | +dependencies = [ |
| 1584 | + "aho-corasick", |
| 1585 | + "memchr", |
| 1586 | + "regex-automata", |
| 1587 | + "regex-syntax", |
| 1588 | +] |
| 1589 | + |
| 1590 | +[[package]] |
| 1591 | +name = "regex-automata" |
| 1592 | +version = "0.4.14" |
| 1593 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1594 | +checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f" |
| 1595 | +dependencies = [ |
| 1596 | + "aho-corasick", |
| 1597 | + "memchr", |
| 1598 | + "regex-syntax", |
| 1599 | +] |
| 1600 | + |
| 1601 | +[[package]] |
| 1602 | +name = "regex-syntax" |
| 1603 | +version = "0.8.9" |
| 1604 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1605 | +checksum = "a96887878f22d7bad8a3b6dc5b7440e0ada9a245242924394987b21cf2210a4c" |
| 1606 | + |
| 1607 | +[[package]] |
| 1608 | +name = "resvg" |
| 1609 | +version = "0.44.0" |
| 1610 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1611 | +checksum = "4a325d5e8d1cebddd070b13f44cec8071594ab67d1012797c121f27a669b7958" |
| 1612 | +dependencies = [ |
| 1613 | + "gif", |
| 1614 | + "image-webp", |
| 1615 | + "log", |
| 1616 | + "pico-args", |
| 1617 | + "rgb", |
| 1618 | + "svgtypes", |
| 1619 | + "tiny-skia", |
| 1620 | + "usvg", |
| 1621 | + "zune-jpeg 0.4.21", |
| 1622 | +] |
| 1623 | + |
| 1624 | +[[package]] |
| 1625 | +name = "rgb" |
| 1626 | +version = "0.8.52" |
| 1627 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1628 | +checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce" |
| 1629 | +dependencies = [ |
| 1630 | + "bytemuck", |
| 1631 | +] |
| 1632 | + |
| 1633 | +[[package]] |
| 1634 | +name = "roxmltree" |
| 1635 | +version = "0.20.0" |
| 1636 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1637 | +checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97" |
| 1638 | + |
| 1639 | +[[package]] |
| 1640 | +name = "rustc-hash" |
| 1641 | +version = "2.1.1" |
| 1642 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1643 | +checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" |
| 1644 | + |
| 1645 | +[[package]] |
| 1646 | +name = "rustix" |
| 1647 | +version = "1.1.3" |
| 1648 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1649 | +checksum = "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34" |
| 1650 | +dependencies = [ |
| 1651 | + "bitflags 2.10.0", |
| 1652 | + "errno", |
| 1653 | + "libc", |
| 1654 | + "linux-raw-sys", |
| 1655 | + "windows-sys 0.61.2", |
| 1656 | +] |
| 1657 | + |
| 1658 | +[[package]] |
| 1659 | +name = "rustversion" |
| 1660 | +version = "1.0.22" |
| 1661 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1662 | +checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" |
| 1663 | + |
| 1664 | +[[package]] |
| 1665 | +name = "rustybuzz" |
| 1666 | +version = "0.18.0" |
| 1667 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1668 | +checksum = "c85d1ccd519e61834798eb52c4e886e8c2d7d698dd3d6ce0b1b47eb8557f1181" |
| 1669 | +dependencies = [ |
| 1670 | + "bitflags 2.10.0", |
| 1671 | + "bytemuck", |
| 1672 | + "core_maths", |
| 1673 | + "log", |
| 1674 | + "smallvec", |
| 1675 | + "ttf-parser", |
| 1676 | + "unicode-bidi-mirroring", |
| 1677 | + "unicode-ccc", |
| 1678 | + "unicode-properties", |
| 1679 | + "unicode-script", |
| 1680 | +] |
| 1681 | + |
| 1682 | +[[package]] |
| 1683 | +name = "scopeguard" |
| 1684 | +version = "1.2.0" |
| 1685 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1686 | +checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" |
| 1687 | + |
| 1688 | +[[package]] |
| 1689 | +name = "serde" |
| 1690 | +version = "1.0.228" |
| 1691 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1692 | +checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" |
| 1693 | +dependencies = [ |
| 1694 | + "serde_core", |
| 1695 | + "serde_derive", |
| 1696 | +] |
| 1697 | + |
| 1698 | +[[package]] |
| 1699 | +name = "serde-value" |
| 1700 | +version = "0.7.0" |
| 1701 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1702 | +checksum = "f3a1a3341211875ef120e117ea7fd5228530ae7e7036a779fdc9117be6b3282c" |
| 1703 | +dependencies = [ |
| 1704 | + "ordered-float", |
| 1705 | + "serde", |
| 1706 | +] |
| 1707 | + |
| 1708 | +[[package]] |
| 1709 | +name = "serde_core" |
| 1710 | +version = "1.0.228" |
| 1711 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1712 | +checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" |
| 1713 | +dependencies = [ |
| 1714 | + "serde_derive", |
| 1715 | +] |
| 1716 | + |
| 1717 | +[[package]] |
| 1718 | +name = "serde_derive" |
| 1719 | +version = "1.0.228" |
| 1720 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1721 | +checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" |
| 1722 | +dependencies = [ |
| 1723 | + "proc-macro2", |
| 1724 | + "quote", |
| 1725 | + "syn", |
| 1726 | +] |
| 1727 | + |
| 1728 | +[[package]] |
| 1729 | +name = "serde_json" |
| 1730 | +version = "1.0.149" |
| 1731 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1732 | +checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" |
| 1733 | +dependencies = [ |
| 1734 | + "itoa", |
| 1735 | + "memchr", |
| 1736 | + "serde", |
| 1737 | + "serde_core", |
| 1738 | + "zmij", |
| 1739 | +] |
| 1740 | + |
| 1741 | +[[package]] |
| 1742 | +name = "serde_repr" |
| 1743 | +version = "0.1.20" |
| 1744 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1745 | +checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c" |
| 1746 | +dependencies = [ |
| 1747 | + "proc-macro2", |
| 1748 | + "quote", |
| 1749 | + "syn", |
| 1750 | +] |
| 1751 | + |
| 1752 | +[[package]] |
| 1753 | +name = "serde_spanned" |
| 1754 | +version = "0.6.9" |
| 1755 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1756 | +checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3" |
| 1757 | +dependencies = [ |
| 1758 | + "serde", |
| 1759 | +] |
| 1760 | + |
| 1761 | +[[package]] |
| 1762 | +name = "serde_spanned" |
| 1763 | +version = "1.0.4" |
| 1764 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1765 | +checksum = "f8bbf91e5a4d6315eee45e704372590b30e260ee83af6639d64557f51b067776" |
| 1766 | +dependencies = [ |
| 1767 | + "serde_core", |
| 1768 | +] |
| 1769 | + |
| 1770 | +[[package]] |
| 1771 | +name = "sha1" |
| 1772 | +version = "0.10.6" |
| 1773 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1774 | +checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" |
| 1775 | +dependencies = [ |
| 1776 | + "cfg-if", |
| 1777 | + "cpufeatures", |
| 1778 | + "digest", |
| 1779 | +] |
| 1780 | + |
| 1781 | +[[package]] |
| 1782 | +name = "sharded-slab" |
| 1783 | +version = "0.1.7" |
| 1784 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1785 | +checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" |
| 1786 | +dependencies = [ |
| 1787 | + "lazy_static", |
| 1788 | +] |
| 1789 | + |
| 1790 | +[[package]] |
| 1791 | +name = "shellexpand" |
| 1792 | +version = "3.1.1" |
| 1793 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1794 | +checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb" |
| 1795 | +dependencies = [ |
| 1796 | + "dirs 6.0.0", |
| 1797 | +] |
| 1798 | + |
| 1799 | +[[package]] |
| 1800 | +name = "shlex" |
| 1801 | +version = "1.3.0" |
| 1802 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1803 | +checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" |
| 1804 | + |
| 1805 | +[[package]] |
| 1806 | +name = "signal-hook-registry" |
| 1807 | +version = "1.4.8" |
| 1808 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1809 | +checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b" |
| 1810 | +dependencies = [ |
| 1811 | + "errno", |
| 1812 | + "libc", |
| 1813 | +] |
| 1814 | + |
| 1815 | +[[package]] |
| 1816 | +name = "simd-adler32" |
| 1817 | +version = "0.3.8" |
| 1818 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1819 | +checksum = "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2" |
| 1820 | + |
| 1821 | +[[package]] |
| 1822 | +name = "simplecss" |
| 1823 | +version = "0.2.2" |
| 1824 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1825 | +checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c" |
| 1826 | +dependencies = [ |
| 1827 | + "log", |
| 1828 | +] |
| 1829 | + |
| 1830 | +[[package]] |
| 1831 | +name = "siphasher" |
| 1832 | +version = "1.0.2" |
| 1833 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1834 | +checksum = "b2aa850e253778c88a04c3d7323b043aeda9d3e30d5971937c1855769763678e" |
| 1835 | + |
| 1836 | +[[package]] |
| 1837 | +name = "slab" |
| 1838 | +version = "0.4.12" |
| 1839 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1840 | +checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" |
| 1841 | + |
| 1842 | +[[package]] |
| 1843 | +name = "slotmap" |
| 1844 | +version = "1.1.1" |
| 1845 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1846 | +checksum = "bdd58c3c93c3d278ca835519292445cb4b0d4dc59ccfdf7ceadaab3f8aeb4038" |
| 1847 | +dependencies = [ |
| 1848 | + "version_check", |
| 1849 | +] |
| 1850 | + |
| 1851 | +[[package]] |
| 1852 | +name = "smallvec" |
| 1853 | +version = "1.15.1" |
| 1854 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1855 | +checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" |
| 1856 | + |
| 1857 | +[[package]] |
| 1858 | +name = "socket2" |
| 1859 | +version = "0.6.2" |
| 1860 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1861 | +checksum = "86f4aa3ad99f2088c990dfa82d367e19cb29268ed67c574d10d0a4bfe71f07e0" |
| 1862 | +dependencies = [ |
| 1863 | + "libc", |
| 1864 | + "windows-sys 0.60.2", |
| 1865 | +] |
| 1866 | + |
| 1867 | +[[package]] |
| 1868 | +name = "static_assertions" |
| 1869 | +version = "1.1.0" |
| 1870 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1871 | +checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" |
| 1872 | + |
| 1873 | +[[package]] |
| 1874 | +name = "strict-num" |
| 1875 | +version = "0.1.1" |
| 1876 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1877 | +checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731" |
| 1878 | +dependencies = [ |
| 1879 | + "float-cmp", |
| 1880 | +] |
| 1881 | + |
| 1882 | +[[package]] |
| 1883 | +name = "strsim" |
| 1884 | +version = "0.11.1" |
| 1885 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1886 | +checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" |
| 1887 | + |
| 1888 | +[[package]] |
| 1889 | +name = "svgtypes" |
| 1890 | +version = "0.15.3" |
| 1891 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1892 | +checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc" |
| 1893 | +dependencies = [ |
| 1894 | + "kurbo", |
| 1895 | + "siphasher", |
| 1896 | +] |
| 1897 | + |
| 1898 | +[[package]] |
| 1899 | +name = "syn" |
| 1900 | +version = "2.0.114" |
| 1901 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1902 | +checksum = "d4d107df263a3013ef9b1879b0df87d706ff80f65a86ea879bd9c31f9b307c2a" |
| 1903 | +dependencies = [ |
| 1904 | + "proc-macro2", |
| 1905 | + "quote", |
| 1906 | + "unicode-ident", |
| 1907 | +] |
| 1908 | + |
| 1909 | +[[package]] |
| 1910 | +name = "system-deps" |
| 1911 | +version = "7.0.7" |
| 1912 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1913 | +checksum = "48c8f33736f986f16d69b6cb8b03f55ddcad5c41acc4ccc39dd88e84aa805e7f" |
| 1914 | +dependencies = [ |
| 1915 | + "cfg-expr", |
| 1916 | + "heck", |
| 1917 | + "pkg-config", |
| 1918 | + "toml 0.9.11+spec-1.1.0", |
| 1919 | + "version-compare", |
| 1920 | +] |
| 1921 | + |
| 1922 | +[[package]] |
| 1923 | +name = "target-lexicon" |
| 1924 | +version = "0.13.3" |
| 1925 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1926 | +checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c" |
| 1927 | + |
| 1928 | +[[package]] |
| 1929 | +name = "tempfile" |
| 1930 | +version = "3.24.0" |
| 1931 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1932 | +checksum = "655da9c7eb6305c55742045d5a8d2037996d61d8de95806335c7c86ce0f82e9c" |
| 1933 | +dependencies = [ |
| 1934 | + "fastrand", |
| 1935 | + "getrandom 0.3.4", |
| 1936 | + "once_cell", |
| 1937 | + "rustix", |
| 1938 | + "windows-sys 0.61.2", |
| 1939 | +] |
| 1940 | + |
| 1941 | +[[package]] |
| 1942 | +name = "thiserror" |
| 1943 | +version = "1.0.69" |
| 1944 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1945 | +checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" |
| 1946 | +dependencies = [ |
| 1947 | + "thiserror-impl 1.0.69", |
| 1948 | +] |
| 1949 | + |
| 1950 | +[[package]] |
| 1951 | +name = "thiserror" |
| 1952 | +version = "2.0.18" |
| 1953 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1954 | +checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" |
| 1955 | +dependencies = [ |
| 1956 | + "thiserror-impl 2.0.18", |
| 1957 | +] |
| 1958 | + |
| 1959 | +[[package]] |
| 1960 | +name = "thiserror-impl" |
| 1961 | +version = "1.0.69" |
| 1962 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1963 | +checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" |
| 1964 | +dependencies = [ |
| 1965 | + "proc-macro2", |
| 1966 | + "quote", |
| 1967 | + "syn", |
| 1968 | +] |
| 1969 | + |
| 1970 | +[[package]] |
| 1971 | +name = "thiserror-impl" |
| 1972 | +version = "2.0.18" |
| 1973 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1974 | +checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" |
| 1975 | +dependencies = [ |
| 1976 | + "proc-macro2", |
| 1977 | + "quote", |
| 1978 | + "syn", |
| 1979 | +] |
| 1980 | + |
| 1981 | +[[package]] |
| 1982 | +name = "thread_local" |
| 1983 | +version = "1.1.9" |
| 1984 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1985 | +checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" |
| 1986 | +dependencies = [ |
| 1987 | + "cfg-if", |
| 1988 | +] |
| 1989 | + |
| 1990 | +[[package]] |
| 1991 | +name = "tiny-skia" |
| 1992 | +version = "0.11.4" |
| 1993 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1994 | +checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab" |
| 1995 | +dependencies = [ |
| 1996 | + "arrayref", |
| 1997 | + "arrayvec", |
| 1998 | + "bytemuck", |
| 1999 | + "cfg-if", |
| 2000 | + "log", |
| 2001 | + "png 0.17.16", |
| 2002 | + "tiny-skia-path", |
| 2003 | +] |
| 2004 | + |
| 2005 | +[[package]] |
| 2006 | +name = "tiny-skia-path" |
| 2007 | +version = "0.11.4" |
| 2008 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2009 | +checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93" |
| 2010 | +dependencies = [ |
| 2011 | + "arrayref", |
| 2012 | + "bytemuck", |
| 2013 | + "strict-num", |
| 2014 | +] |
| 2015 | + |
| 2016 | +[[package]] |
| 2017 | +name = "tinyvec" |
| 2018 | +version = "1.10.0" |
| 2019 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2020 | +checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa" |
| 2021 | +dependencies = [ |
| 2022 | + "tinyvec_macros", |
| 2023 | +] |
| 2024 | + |
| 2025 | +[[package]] |
| 2026 | +name = "tinyvec_macros" |
| 2027 | +version = "0.1.1" |
| 2028 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2029 | +checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" |
| 2030 | + |
| 2031 | +[[package]] |
| 2032 | +name = "tokio" |
| 2033 | +version = "1.49.0" |
| 2034 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2035 | +checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86" |
| 2036 | +dependencies = [ |
| 2037 | + "bytes", |
| 2038 | + "libc", |
| 2039 | + "mio", |
| 2040 | + "parking_lot", |
| 2041 | + "pin-project-lite", |
| 2042 | + "signal-hook-registry", |
| 2043 | + "socket2", |
| 2044 | + "tokio-macros", |
| 2045 | + "windows-sys 0.61.2", |
| 2046 | +] |
| 2047 | + |
| 2048 | +[[package]] |
| 2049 | +name = "tokio-macros" |
| 2050 | +version = "2.6.0" |
| 2051 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2052 | +checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5" |
| 2053 | +dependencies = [ |
| 2054 | + "proc-macro2", |
| 2055 | + "quote", |
| 2056 | + "syn", |
| 2057 | +] |
| 2058 | + |
| 2059 | +[[package]] |
| 2060 | +name = "toml" |
| 2061 | +version = "0.8.23" |
| 2062 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2063 | +checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362" |
| 2064 | +dependencies = [ |
| 2065 | + "serde", |
| 2066 | + "serde_spanned 0.6.9", |
| 2067 | + "toml_datetime 0.6.11", |
| 2068 | + "toml_edit 0.22.27", |
| 2069 | +] |
| 2070 | + |
| 2071 | +[[package]] |
| 2072 | +name = "toml" |
| 2073 | +version = "0.9.11+spec-1.1.0" |
| 2074 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2075 | +checksum = "f3afc9a848309fe1aaffaed6e1546a7a14de1f935dc9d89d32afd9a44bab7c46" |
| 2076 | +dependencies = [ |
| 2077 | + "indexmap", |
| 2078 | + "serde_core", |
| 2079 | + "serde_spanned 1.0.4", |
| 2080 | + "toml_datetime 0.7.5+spec-1.1.0", |
| 2081 | + "toml_parser", |
| 2082 | + "toml_writer", |
| 2083 | + "winnow", |
| 2084 | +] |
| 2085 | + |
| 2086 | +[[package]] |
| 2087 | +name = "toml_datetime" |
| 2088 | +version = "0.6.11" |
| 2089 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2090 | +checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c" |
| 2091 | +dependencies = [ |
| 2092 | + "serde", |
| 2093 | +] |
| 2094 | + |
| 2095 | +[[package]] |
| 2096 | +name = "toml_datetime" |
| 2097 | +version = "0.7.5+spec-1.1.0" |
| 2098 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2099 | +checksum = "92e1cfed4a3038bc5a127e35a2d360f145e1f4b971b551a2ba5fd7aedf7e1347" |
| 2100 | +dependencies = [ |
| 2101 | + "serde_core", |
| 2102 | +] |
| 2103 | + |
| 2104 | +[[package]] |
| 2105 | +name = "toml_edit" |
| 2106 | +version = "0.22.27" |
| 2107 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2108 | +checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a" |
| 2109 | +dependencies = [ |
| 2110 | + "indexmap", |
| 2111 | + "serde", |
| 2112 | + "serde_spanned 0.6.9", |
| 2113 | + "toml_datetime 0.6.11", |
| 2114 | + "toml_write", |
| 2115 | + "winnow", |
| 2116 | +] |
| 2117 | + |
| 2118 | +[[package]] |
| 2119 | +name = "toml_edit" |
| 2120 | +version = "0.23.10+spec-1.0.0" |
| 2121 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2122 | +checksum = "84c8b9f757e028cee9fa244aea147aab2a9ec09d5325a9b01e0a49730c2b5269" |
| 2123 | +dependencies = [ |
| 2124 | + "indexmap", |
| 2125 | + "toml_datetime 0.7.5+spec-1.1.0", |
| 2126 | + "toml_parser", |
| 2127 | + "winnow", |
| 2128 | +] |
| 2129 | + |
| 2130 | +[[package]] |
| 2131 | +name = "toml_parser" |
| 2132 | +version = "1.0.6+spec-1.1.0" |
| 2133 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2134 | +checksum = "a3198b4b0a8e11f09dd03e133c0280504d0801269e9afa46362ffde1cbeebf44" |
| 2135 | +dependencies = [ |
| 2136 | + "winnow", |
| 2137 | +] |
| 2138 | + |
| 2139 | +[[package]] |
| 2140 | +name = "toml_write" |
| 2141 | +version = "0.1.2" |
| 2142 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2143 | +checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801" |
| 2144 | + |
| 2145 | +[[package]] |
| 2146 | +name = "toml_writer" |
| 2147 | +version = "1.0.6+spec-1.1.0" |
| 2148 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2149 | +checksum = "ab16f14aed21ee8bfd8ec22513f7287cd4a91aa92e44edfe2c17ddd004e92607" |
| 2150 | + |
| 2151 | +[[package]] |
| 2152 | +name = "tracing" |
| 2153 | +version = "0.1.44" |
| 2154 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2155 | +checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" |
| 2156 | +dependencies = [ |
| 2157 | + "pin-project-lite", |
| 2158 | + "tracing-attributes", |
| 2159 | + "tracing-core", |
| 2160 | +] |
| 2161 | + |
| 2162 | +[[package]] |
| 2163 | +name = "tracing-attributes" |
| 2164 | +version = "0.1.31" |
| 2165 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2166 | +checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" |
| 2167 | +dependencies = [ |
| 2168 | + "proc-macro2", |
| 2169 | + "quote", |
| 2170 | + "syn", |
| 2171 | +] |
| 2172 | + |
| 2173 | +[[package]] |
| 2174 | +name = "tracing-core" |
| 2175 | +version = "0.1.36" |
| 2176 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2177 | +checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" |
| 2178 | +dependencies = [ |
| 2179 | + "once_cell", |
| 2180 | + "valuable", |
| 2181 | +] |
| 2182 | + |
| 2183 | +[[package]] |
| 2184 | +name = "tracing-log" |
| 2185 | +version = "0.2.0" |
| 2186 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2187 | +checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" |
| 2188 | +dependencies = [ |
| 2189 | + "log", |
| 2190 | + "once_cell", |
| 2191 | + "tracing-core", |
| 2192 | +] |
| 2193 | + |
| 2194 | +[[package]] |
| 2195 | +name = "tracing-subscriber" |
| 2196 | +version = "0.3.22" |
| 2197 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2198 | +checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e" |
| 2199 | +dependencies = [ |
| 2200 | + "matchers", |
| 2201 | + "nu-ansi-term", |
| 2202 | + "once_cell", |
| 2203 | + "regex-automata", |
| 2204 | + "sharded-slab", |
| 2205 | + "smallvec", |
| 2206 | + "thread_local", |
| 2207 | + "tracing", |
| 2208 | + "tracing-core", |
| 2209 | + "tracing-log", |
| 2210 | +] |
| 2211 | + |
| 2212 | +[[package]] |
| 2213 | +name = "ttf-parser" |
| 2214 | +version = "0.24.1" |
| 2215 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2216 | +checksum = "5be21190ff5d38e8b4a2d3b6a3ae57f612cc39c96e83cedeaf7abc338a8bac4a" |
| 2217 | +dependencies = [ |
| 2218 | + "core_maths", |
| 2219 | +] |
| 2220 | + |
| 2221 | +[[package]] |
| 2222 | +name = "typeid" |
| 2223 | +version = "1.0.3" |
| 2224 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2225 | +checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c" |
| 2226 | + |
| 2227 | +[[package]] |
| 2228 | +name = "typenum" |
| 2229 | +version = "1.19.0" |
| 2230 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2231 | +checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb" |
| 2232 | + |
| 2233 | +[[package]] |
| 2234 | +name = "uds_windows" |
| 2235 | +version = "1.1.0" |
| 2236 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2237 | +checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9" |
| 2238 | +dependencies = [ |
| 2239 | + "memoffset", |
| 2240 | + "tempfile", |
| 2241 | + "winapi", |
| 2242 | +] |
| 2243 | + |
| 2244 | +[[package]] |
| 2245 | +name = "unicode-bidi" |
| 2246 | +version = "0.3.18" |
| 2247 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2248 | +checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5" |
| 2249 | + |
| 2250 | +[[package]] |
| 2251 | +name = "unicode-bidi-mirroring" |
| 2252 | +version = "0.3.0" |
| 2253 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2254 | +checksum = "64af057ad7466495ca113126be61838d8af947f41d93a949980b2389a118082f" |
| 2255 | + |
| 2256 | +[[package]] |
| 2257 | +name = "unicode-ccc" |
| 2258 | +version = "0.3.0" |
| 2259 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2260 | +checksum = "260bc6647b3893a9a90668360803a15f96b85a5257b1c3a0c3daf6ae2496de42" |
| 2261 | + |
| 2262 | +[[package]] |
| 2263 | +name = "unicode-ident" |
| 2264 | +version = "1.0.23" |
| 2265 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2266 | +checksum = "537dd038a89878be9b64dd4bd1b260315c1bb94f4d784956b81e27a088d9a09e" |
| 2267 | + |
| 2268 | +[[package]] |
| 2269 | +name = "unicode-properties" |
| 2270 | +version = "0.1.4" |
| 2271 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2272 | +checksum = "7df058c713841ad818f1dc5d3fd88063241cc61f49f5fbea4b951e8cf5a8d71d" |
| 2273 | + |
| 2274 | +[[package]] |
| 2275 | +name = "unicode-script" |
| 2276 | +version = "0.5.8" |
| 2277 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2278 | +checksum = "383ad40bb927465ec0ce7720e033cb4ca06912855fc35db31b5755d0de75b1ee" |
| 2279 | + |
| 2280 | +[[package]] |
| 2281 | +name = "unicode-vo" |
| 2282 | +version = "0.1.0" |
| 2283 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2284 | +checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94" |
| 2285 | + |
| 2286 | +[[package]] |
| 2287 | +name = "usvg" |
| 2288 | +version = "0.44.0" |
| 2289 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2290 | +checksum = "7447e703d7223b067607655e625e0dbca80822880248937da65966194c4864e6" |
| 2291 | +dependencies = [ |
| 2292 | + "base64", |
| 2293 | + "data-url", |
| 2294 | + "flate2", |
| 2295 | + "fontdb", |
| 2296 | + "imagesize", |
| 2297 | + "kurbo", |
| 2298 | + "log", |
| 2299 | + "pico-args", |
| 2300 | + "roxmltree", |
| 2301 | + "rustybuzz", |
| 2302 | + "simplecss", |
| 2303 | + "siphasher", |
| 2304 | + "strict-num", |
| 2305 | + "svgtypes", |
| 2306 | + "tiny-skia-path", |
| 2307 | + "unicode-bidi", |
| 2308 | + "unicode-script", |
| 2309 | + "unicode-vo", |
| 2310 | + "xmlwriter", |
| 2311 | +] |
| 2312 | + |
| 2313 | +[[package]] |
| 2314 | +name = "utf8parse" |
| 2315 | +version = "0.2.2" |
| 2316 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2317 | +checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" |
| 2318 | + |
| 2319 | +[[package]] |
| 2320 | +name = "valuable" |
| 2321 | +version = "0.1.1" |
| 2322 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2323 | +checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" |
| 2324 | + |
| 2325 | +[[package]] |
| 2326 | +name = "version-compare" |
| 2327 | +version = "0.2.1" |
| 2328 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2329 | +checksum = "03c2856837ef78f57382f06b2b8563a2f512f7185d732608fd9176cb3b8edf0e" |
| 2330 | + |
| 2331 | +[[package]] |
| 2332 | +name = "version_check" |
| 2333 | +version = "0.9.5" |
| 2334 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2335 | +checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" |
| 2336 | + |
| 2337 | +[[package]] |
| 2338 | +name = "wasi" |
| 2339 | +version = "0.11.1+wasi-snapshot-preview1" |
| 2340 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2341 | +checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" |
| 2342 | + |
| 2343 | +[[package]] |
| 2344 | +name = "wasip2" |
| 2345 | +version = "1.0.2+wasi-0.2.9" |
| 2346 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2347 | +checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5" |
| 2348 | +dependencies = [ |
| 2349 | + "wit-bindgen", |
| 2350 | +] |
| 2351 | + |
| 2352 | +[[package]] |
| 2353 | +name = "weezl" |
| 2354 | +version = "0.1.12" |
| 2355 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2356 | +checksum = "a28ac98ddc8b9274cb41bb4d9d4d5c425b6020c50c46f25559911905610b4a88" |
| 2357 | + |
| 2358 | +[[package]] |
| 2359 | +name = "which" |
| 2360 | +version = "7.0.3" |
| 2361 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2362 | +checksum = "24d643ce3fd3e5b54854602a080f34fb10ab75e0b813ee32d00ca2b44fa74762" |
| 2363 | +dependencies = [ |
| 2364 | + "either", |
| 2365 | + "env_home", |
| 2366 | + "rustix", |
| 2367 | + "winsafe", |
| 2368 | +] |
| 2369 | + |
| 2370 | +[[package]] |
| 2371 | +name = "winapi" |
| 2372 | +version = "0.3.9" |
| 2373 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2374 | +checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
| 2375 | +dependencies = [ |
| 2376 | + "winapi-i686-pc-windows-gnu", |
| 2377 | + "winapi-x86_64-pc-windows-gnu", |
| 2378 | +] |
| 2379 | + |
| 2380 | +[[package]] |
| 2381 | +name = "winapi-i686-pc-windows-gnu" |
| 2382 | +version = "0.4.0" |
| 2383 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2384 | +checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
| 2385 | + |
| 2386 | +[[package]] |
| 2387 | +name = "winapi-x86_64-pc-windows-gnu" |
| 2388 | +version = "0.4.0" |
| 2389 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2390 | +checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
| 2391 | + |
| 2392 | +[[package]] |
| 2393 | +name = "windows-link" |
| 2394 | +version = "0.2.1" |
| 2395 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2396 | +checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" |
| 2397 | + |
| 2398 | +[[package]] |
| 2399 | +name = "windows-sys" |
| 2400 | +version = "0.48.0" |
| 2401 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2402 | +checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" |
| 2403 | +dependencies = [ |
| 2404 | + "windows-targets 0.48.5", |
| 2405 | +] |
| 2406 | + |
| 2407 | +[[package]] |
| 2408 | +name = "windows-sys" |
| 2409 | +version = "0.52.0" |
| 2410 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2411 | +checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" |
| 2412 | +dependencies = [ |
| 2413 | + "windows-targets 0.52.6", |
| 2414 | +] |
| 2415 | + |
| 2416 | +[[package]] |
| 2417 | +name = "windows-sys" |
| 2418 | +version = "0.59.0" |
| 2419 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2420 | +checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" |
| 2421 | +dependencies = [ |
| 2422 | + "windows-targets 0.52.6", |
| 2423 | +] |
| 2424 | + |
| 2425 | +[[package]] |
| 2426 | +name = "windows-sys" |
| 2427 | +version = "0.60.2" |
| 2428 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2429 | +checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" |
| 2430 | +dependencies = [ |
| 2431 | + "windows-targets 0.53.5", |
| 2432 | +] |
| 2433 | + |
| 2434 | +[[package]] |
| 2435 | +name = "windows-sys" |
| 2436 | +version = "0.61.2" |
| 2437 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2438 | +checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" |
| 2439 | +dependencies = [ |
| 2440 | + "windows-link", |
| 2441 | +] |
| 2442 | + |
| 2443 | +[[package]] |
| 2444 | +name = "windows-targets" |
| 2445 | +version = "0.48.5" |
| 2446 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2447 | +checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" |
| 2448 | +dependencies = [ |
| 2449 | + "windows_aarch64_gnullvm 0.48.5", |
| 2450 | + "windows_aarch64_msvc 0.48.5", |
| 2451 | + "windows_i686_gnu 0.48.5", |
| 2452 | + "windows_i686_msvc 0.48.5", |
| 2453 | + "windows_x86_64_gnu 0.48.5", |
| 2454 | + "windows_x86_64_gnullvm 0.48.5", |
| 2455 | + "windows_x86_64_msvc 0.48.5", |
| 2456 | +] |
| 2457 | + |
| 2458 | +[[package]] |
| 2459 | +name = "windows-targets" |
| 2460 | +version = "0.52.6" |
| 2461 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2462 | +checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" |
| 2463 | +dependencies = [ |
| 2464 | + "windows_aarch64_gnullvm 0.52.6", |
| 2465 | + "windows_aarch64_msvc 0.52.6", |
| 2466 | + "windows_i686_gnu 0.52.6", |
| 2467 | + "windows_i686_gnullvm 0.52.6", |
| 2468 | + "windows_i686_msvc 0.52.6", |
| 2469 | + "windows_x86_64_gnu 0.52.6", |
| 2470 | + "windows_x86_64_gnullvm 0.52.6", |
| 2471 | + "windows_x86_64_msvc 0.52.6", |
| 2472 | +] |
| 2473 | + |
| 2474 | +[[package]] |
| 2475 | +name = "windows-targets" |
| 2476 | +version = "0.53.5" |
| 2477 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2478 | +checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" |
| 2479 | +dependencies = [ |
| 2480 | + "windows-link", |
| 2481 | + "windows_aarch64_gnullvm 0.53.1", |
| 2482 | + "windows_aarch64_msvc 0.53.1", |
| 2483 | + "windows_i686_gnu 0.53.1", |
| 2484 | + "windows_i686_gnullvm 0.53.1", |
| 2485 | + "windows_i686_msvc 0.53.1", |
| 2486 | + "windows_x86_64_gnu 0.53.1", |
| 2487 | + "windows_x86_64_gnullvm 0.53.1", |
| 2488 | + "windows_x86_64_msvc 0.53.1", |
| 2489 | +] |
| 2490 | + |
| 2491 | +[[package]] |
| 2492 | +name = "windows_aarch64_gnullvm" |
| 2493 | +version = "0.48.5" |
| 2494 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2495 | +checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" |
| 2496 | + |
| 2497 | +[[package]] |
| 2498 | +name = "windows_aarch64_gnullvm" |
| 2499 | +version = "0.52.6" |
| 2500 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2501 | +checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" |
| 2502 | + |
| 2503 | +[[package]] |
| 2504 | +name = "windows_aarch64_gnullvm" |
| 2505 | +version = "0.53.1" |
| 2506 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2507 | +checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" |
| 2508 | + |
| 2509 | +[[package]] |
| 2510 | +name = "windows_aarch64_msvc" |
| 2511 | +version = "0.48.5" |
| 2512 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2513 | +checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" |
| 2514 | + |
| 2515 | +[[package]] |
| 2516 | +name = "windows_aarch64_msvc" |
| 2517 | +version = "0.52.6" |
| 2518 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2519 | +checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" |
| 2520 | + |
| 2521 | +[[package]] |
| 2522 | +name = "windows_aarch64_msvc" |
| 2523 | +version = "0.53.1" |
| 2524 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2525 | +checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" |
| 2526 | + |
| 2527 | +[[package]] |
| 2528 | +name = "windows_i686_gnu" |
| 2529 | +version = "0.48.5" |
| 2530 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2531 | +checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" |
| 2532 | + |
| 2533 | +[[package]] |
| 2534 | +name = "windows_i686_gnu" |
| 2535 | +version = "0.52.6" |
| 2536 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2537 | +checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" |
| 2538 | + |
| 2539 | +[[package]] |
| 2540 | +name = "windows_i686_gnu" |
| 2541 | +version = "0.53.1" |
| 2542 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2543 | +checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" |
| 2544 | + |
| 2545 | +[[package]] |
| 2546 | +name = "windows_i686_gnullvm" |
| 2547 | +version = "0.52.6" |
| 2548 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2549 | +checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" |
| 2550 | + |
| 2551 | +[[package]] |
| 2552 | +name = "windows_i686_gnullvm" |
| 2553 | +version = "0.53.1" |
| 2554 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2555 | +checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" |
| 2556 | + |
| 2557 | +[[package]] |
| 2558 | +name = "windows_i686_msvc" |
| 2559 | +version = "0.48.5" |
| 2560 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2561 | +checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" |
| 2562 | + |
| 2563 | +[[package]] |
| 2564 | +name = "windows_i686_msvc" |
| 2565 | +version = "0.52.6" |
| 2566 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2567 | +checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" |
| 2568 | + |
| 2569 | +[[package]] |
| 2570 | +name = "windows_i686_msvc" |
| 2571 | +version = "0.53.1" |
| 2572 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2573 | +checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" |
| 2574 | + |
| 2575 | +[[package]] |
| 2576 | +name = "windows_x86_64_gnu" |
| 2577 | +version = "0.48.5" |
| 2578 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2579 | +checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" |
| 2580 | + |
| 2581 | +[[package]] |
| 2582 | +name = "windows_x86_64_gnu" |
| 2583 | +version = "0.52.6" |
| 2584 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2585 | +checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" |
| 2586 | + |
| 2587 | +[[package]] |
| 2588 | +name = "windows_x86_64_gnu" |
| 2589 | +version = "0.53.1" |
| 2590 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2591 | +checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" |
| 2592 | + |
| 2593 | +[[package]] |
| 2594 | +name = "windows_x86_64_gnullvm" |
| 2595 | +version = "0.48.5" |
| 2596 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2597 | +checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" |
| 2598 | + |
| 2599 | +[[package]] |
| 2600 | +name = "windows_x86_64_gnullvm" |
| 2601 | +version = "0.52.6" |
| 2602 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2603 | +checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" |
| 2604 | + |
| 2605 | +[[package]] |
| 2606 | +name = "windows_x86_64_gnullvm" |
| 2607 | +version = "0.53.1" |
| 2608 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2609 | +checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" |
| 2610 | + |
| 2611 | +[[package]] |
| 2612 | +name = "windows_x86_64_msvc" |
| 2613 | +version = "0.48.5" |
| 2614 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2615 | +checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" |
| 2616 | + |
| 2617 | +[[package]] |
| 2618 | +name = "windows_x86_64_msvc" |
| 2619 | +version = "0.52.6" |
| 2620 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2621 | +checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" |
| 2622 | + |
| 2623 | +[[package]] |
| 2624 | +name = "windows_x86_64_msvc" |
| 2625 | +version = "0.53.1" |
| 2626 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2627 | +checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" |
| 2628 | + |
| 2629 | +[[package]] |
| 2630 | +name = "winnow" |
| 2631 | +version = "0.7.14" |
| 2632 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2633 | +checksum = "5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829" |
| 2634 | +dependencies = [ |
| 2635 | + "memchr", |
| 2636 | +] |
| 2637 | + |
| 2638 | +[[package]] |
| 2639 | +name = "winsafe" |
| 2640 | +version = "0.0.19" |
| 2641 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2642 | +checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904" |
| 2643 | + |
| 2644 | +[[package]] |
| 2645 | +name = "wit-bindgen" |
| 2646 | +version = "0.51.0" |
| 2647 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2648 | +checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" |
| 2649 | + |
| 2650 | +[[package]] |
| 2651 | +name = "x11rb" |
| 2652 | +version = "0.13.2" |
| 2653 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2654 | +checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414" |
| 2655 | +dependencies = [ |
| 2656 | + "as-raw-xcb-connection", |
| 2657 | + "gethostname", |
| 2658 | + "libc", |
| 2659 | + "rustix", |
| 2660 | + "x11rb-protocol", |
| 2661 | + "xcursor", |
| 2662 | +] |
| 2663 | + |
| 2664 | +[[package]] |
| 2665 | +name = "x11rb-protocol" |
| 2666 | +version = "0.13.2" |
| 2667 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2668 | +checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd" |
| 2669 | + |
| 2670 | +[[package]] |
| 2671 | +name = "xcursor" |
| 2672 | +version = "0.3.10" |
| 2673 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2674 | +checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b" |
| 2675 | + |
| 2676 | +[[package]] |
| 2677 | +name = "xdg-home" |
| 2678 | +version = "1.3.0" |
| 2679 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2680 | +checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6" |
| 2681 | +dependencies = [ |
| 2682 | + "libc", |
| 2683 | + "windows-sys 0.59.0", |
| 2684 | +] |
| 2685 | + |
| 2686 | +[[package]] |
| 2687 | +name = "xmlwriter" |
| 2688 | +version = "0.1.0" |
| 2689 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2690 | +checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9" |
| 2691 | + |
| 2692 | +[[package]] |
| 2693 | +name = "zbus" |
| 2694 | +version = "4.4.0" |
| 2695 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2696 | +checksum = "bb97012beadd29e654708a0fdb4c84bc046f537aecfde2c3ee0a9e4b4d48c725" |
| 2697 | +dependencies = [ |
| 2698 | + "async-broadcast", |
| 2699 | + "async-executor", |
| 2700 | + "async-fs", |
| 2701 | + "async-io", |
| 2702 | + "async-lock", |
| 2703 | + "async-process", |
| 2704 | + "async-recursion", |
| 2705 | + "async-task", |
| 2706 | + "async-trait", |
| 2707 | + "blocking", |
| 2708 | + "enumflags2", |
| 2709 | + "event-listener", |
| 2710 | + "futures-core", |
| 2711 | + "futures-sink", |
| 2712 | + "futures-util", |
| 2713 | + "hex", |
| 2714 | + "nix", |
| 2715 | + "ordered-stream", |
| 2716 | + "rand", |
| 2717 | + "serde", |
| 2718 | + "serde_repr", |
| 2719 | + "sha1", |
| 2720 | + "static_assertions", |
| 2721 | + "tracing", |
| 2722 | + "uds_windows", |
| 2723 | + "windows-sys 0.52.0", |
| 2724 | + "xdg-home", |
| 2725 | + "zbus_macros", |
| 2726 | + "zbus_names", |
| 2727 | + "zvariant", |
| 2728 | +] |
| 2729 | + |
| 2730 | +[[package]] |
| 2731 | +name = "zbus_macros" |
| 2732 | +version = "4.4.0" |
| 2733 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2734 | +checksum = "267db9407081e90bbfa46d841d3cbc60f59c0351838c4bc65199ecd79ab1983e" |
| 2735 | +dependencies = [ |
| 2736 | + "proc-macro-crate", |
| 2737 | + "proc-macro2", |
| 2738 | + "quote", |
| 2739 | + "syn", |
| 2740 | + "zvariant_utils", |
| 2741 | +] |
| 2742 | + |
| 2743 | +[[package]] |
| 2744 | +name = "zbus_names" |
| 2745 | +version = "3.0.0" |
| 2746 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2747 | +checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c" |
| 2748 | +dependencies = [ |
| 2749 | + "serde", |
| 2750 | + "static_assertions", |
| 2751 | + "zvariant", |
| 2752 | +] |
| 2753 | + |
| 2754 | +[[package]] |
| 2755 | +name = "zerocopy" |
| 2756 | +version = "0.8.39" |
| 2757 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2758 | +checksum = "db6d35d663eadb6c932438e763b262fe1a70987f9ae936e60158176d710cae4a" |
| 2759 | +dependencies = [ |
| 2760 | + "zerocopy-derive", |
| 2761 | +] |
| 2762 | + |
| 2763 | +[[package]] |
| 2764 | +name = "zerocopy-derive" |
| 2765 | +version = "0.8.39" |
| 2766 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2767 | +checksum = "4122cd3169e94605190e77839c9a40d40ed048d305bfdc146e7df40ab0f3e517" |
| 2768 | +dependencies = [ |
| 2769 | + "proc-macro2", |
| 2770 | + "quote", |
| 2771 | + "syn", |
| 2772 | +] |
| 2773 | + |
| 2774 | +[[package]] |
| 2775 | +name = "zmij" |
| 2776 | +version = "1.0.20" |
| 2777 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2778 | +checksum = "4de98dfa5d5b7fef4ee834d0073d560c9ca7b6c46a71d058c48db7960f8cfaf7" |
| 2779 | + |
| 2780 | +[[package]] |
| 2781 | +name = "zune-core" |
| 2782 | +version = "0.4.12" |
| 2783 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2784 | +checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a" |
| 2785 | + |
| 2786 | +[[package]] |
| 2787 | +name = "zune-core" |
| 2788 | +version = "0.5.1" |
| 2789 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2790 | +checksum = "cb8a0807f7c01457d0379ba880ba6322660448ddebc890ce29bb64da71fb40f9" |
| 2791 | + |
| 2792 | +[[package]] |
| 2793 | +name = "zune-jpeg" |
| 2794 | +version = "0.4.21" |
| 2795 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2796 | +checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713" |
| 2797 | +dependencies = [ |
| 2798 | + "zune-core 0.4.12", |
| 2799 | +] |
| 2800 | + |
| 2801 | +[[package]] |
| 2802 | +name = "zune-jpeg" |
| 2803 | +version = "0.5.12" |
| 2804 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2805 | +checksum = "410e9ecef634c709e3831c2cfdb8d9c32164fae1c67496d5b68fff728eec37fe" |
| 2806 | +dependencies = [ |
| 2807 | + "zune-core 0.5.1", |
| 2808 | +] |
| 2809 | + |
| 2810 | +[[package]] |
| 2811 | +name = "zvariant" |
| 2812 | +version = "4.2.0" |
| 2813 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2814 | +checksum = "2084290ab9a1c471c38fc524945837734fbf124487e105daec2bb57fd48c81fe" |
| 2815 | +dependencies = [ |
| 2816 | + "endi", |
| 2817 | + "enumflags2", |
| 2818 | + "serde", |
| 2819 | + "static_assertions", |
| 2820 | + "zvariant_derive", |
| 2821 | +] |
| 2822 | + |
| 2823 | +[[package]] |
| 2824 | +name = "zvariant_derive" |
| 2825 | +version = "4.2.0" |
| 2826 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2827 | +checksum = "73e2ba546bda683a90652bac4a279bc146adad1386f25379cf73200d2002c449" |
| 2828 | +dependencies = [ |
| 2829 | + "proc-macro-crate", |
| 2830 | + "proc-macro2", |
| 2831 | + "quote", |
| 2832 | + "syn", |
| 2833 | + "zvariant_utils", |
| 2834 | +] |
| 2835 | + |
| 2836 | +[[package]] |
| 2837 | +name = "zvariant_utils" |
| 2838 | +version = "2.1.0" |
| 2839 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2840 | +checksum = "c51bcff7cc3dbb5055396bcf774748c3dab426b4b8659046963523cee4808340" |
| 2841 | +dependencies = [ |
| 2842 | + "proc-macro2", |
| 2843 | + "quote", |
| 2844 | + "syn", |
| 2845 | +] |