| 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 = "android_system_properties" |
| 22 | version = "0.1.5" |
| 23 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 24 | checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" |
| 25 | dependencies = [ |
| 26 | "libc", |
| 27 | ] |
| 28 | |
| 29 | [[package]] |
| 30 | name = "anstream" |
| 31 | version = "0.6.21" |
| 32 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 33 | checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a" |
| 34 | dependencies = [ |
| 35 | "anstyle", |
| 36 | "anstyle-parse", |
| 37 | "anstyle-query", |
| 38 | "anstyle-wincon", |
| 39 | "colorchoice", |
| 40 | "is_terminal_polyfill", |
| 41 | "utf8parse", |
| 42 | ] |
| 43 | |
| 44 | [[package]] |
| 45 | name = "anstyle" |
| 46 | version = "1.0.13" |
| 47 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 48 | checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78" |
| 49 | |
| 50 | [[package]] |
| 51 | name = "anstyle-parse" |
| 52 | version = "0.2.7" |
| 53 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 54 | checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2" |
| 55 | dependencies = [ |
| 56 | "utf8parse", |
| 57 | ] |
| 58 | |
| 59 | [[package]] |
| 60 | name = "anstyle-query" |
| 61 | version = "1.1.5" |
| 62 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 63 | checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" |
| 64 | dependencies = [ |
| 65 | "windows-sys 0.61.2", |
| 66 | ] |
| 67 | |
| 68 | [[package]] |
| 69 | name = "anstyle-wincon" |
| 70 | version = "3.0.11" |
| 71 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 72 | checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" |
| 73 | dependencies = [ |
| 74 | "anstyle", |
| 75 | "once_cell_polyfill", |
| 76 | "windows-sys 0.61.2", |
| 77 | ] |
| 78 | |
| 79 | [[package]] |
| 80 | name = "anyhow" |
| 81 | version = "1.0.100" |
| 82 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 83 | checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" |
| 84 | |
| 85 | [[package]] |
| 86 | name = "as-raw-xcb-connection" |
| 87 | version = "1.0.1" |
| 88 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 89 | checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b" |
| 90 | |
| 91 | [[package]] |
| 92 | name = "async-broadcast" |
| 93 | version = "0.7.2" |
| 94 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 95 | checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532" |
| 96 | dependencies = [ |
| 97 | "event-listener", |
| 98 | "event-listener-strategy", |
| 99 | "futures-core", |
| 100 | "pin-project-lite", |
| 101 | ] |
| 102 | |
| 103 | [[package]] |
| 104 | name = "async-recursion" |
| 105 | version = "1.1.1" |
| 106 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 107 | checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11" |
| 108 | dependencies = [ |
| 109 | "proc-macro2", |
| 110 | "quote", |
| 111 | "syn", |
| 112 | ] |
| 113 | |
| 114 | [[package]] |
| 115 | name = "async-trait" |
| 116 | version = "0.1.89" |
| 117 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 118 | checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" |
| 119 | dependencies = [ |
| 120 | "proc-macro2", |
| 121 | "quote", |
| 122 | "syn", |
| 123 | ] |
| 124 | |
| 125 | [[package]] |
| 126 | name = "autocfg" |
| 127 | version = "1.5.0" |
| 128 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 129 | checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" |
| 130 | |
| 131 | [[package]] |
| 132 | name = "bitflags" |
| 133 | version = "2.10.0" |
| 134 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 135 | checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3" |
| 136 | |
| 137 | [[package]] |
| 138 | name = "bumpalo" |
| 139 | version = "3.19.1" |
| 140 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 141 | checksum = "5dd9dc738b7a8311c7ade152424974d8115f2cdad61e8dab8dac9f2362298510" |
| 142 | |
| 143 | [[package]] |
| 144 | name = "bytemuck" |
| 145 | version = "1.24.0" |
| 146 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 147 | checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4" |
| 148 | |
| 149 | [[package]] |
| 150 | name = "byteorder-lite" |
| 151 | version = "0.1.0" |
| 152 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 153 | checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495" |
| 154 | |
| 155 | [[package]] |
| 156 | name = "bytes" |
| 157 | version = "1.11.0" |
| 158 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 159 | checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3" |
| 160 | |
| 161 | [[package]] |
| 162 | name = "cairo-rs" |
| 163 | version = "0.20.12" |
| 164 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 165 | checksum = "91e3bd0f4e25afa9cabc157908d14eeef9067d6448c49414d17b3fb55f0eadd0" |
| 166 | dependencies = [ |
| 167 | "bitflags", |
| 168 | "cairo-sys-rs 0.20.10", |
| 169 | "glib 0.20.12", |
| 170 | "libc", |
| 171 | ] |
| 172 | |
| 173 | [[package]] |
| 174 | name = "cairo-rs" |
| 175 | version = "0.21.5" |
| 176 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 177 | checksum = "b01fe135c0bd16afe262b6dea349bd5ea30e6de50708cec639aae7c5c14cc7e4" |
| 178 | dependencies = [ |
| 179 | "bitflags", |
| 180 | "cairo-sys-rs 0.21.5", |
| 181 | "glib 0.21.5", |
| 182 | "libc", |
| 183 | ] |
| 184 | |
| 185 | [[package]] |
| 186 | name = "cairo-sys-rs" |
| 187 | version = "0.20.10" |
| 188 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 189 | checksum = "059cc746549898cbfd9a47754288e5a958756650ef4652bbb6c5f71a6bda4f8b" |
| 190 | dependencies = [ |
| 191 | "glib-sys 0.20.10", |
| 192 | "libc", |
| 193 | "system-deps", |
| 194 | ] |
| 195 | |
| 196 | [[package]] |
| 197 | name = "cairo-sys-rs" |
| 198 | version = "0.21.5" |
| 199 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 200 | checksum = "06c28280c6b12055b5e39e4554271ae4e6630b27c0da9148c4cf6485fc6d245c" |
| 201 | dependencies = [ |
| 202 | "glib-sys 0.21.5", |
| 203 | "libc", |
| 204 | "system-deps", |
| 205 | ] |
| 206 | |
| 207 | [[package]] |
| 208 | name = "cc" |
| 209 | version = "1.2.53" |
| 210 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 211 | checksum = "755d2fce177175ffca841e9a06afdb2c4ab0f593d53b4dee48147dfaade85932" |
| 212 | dependencies = [ |
| 213 | "find-msvc-tools", |
| 214 | "shlex", |
| 215 | ] |
| 216 | |
| 217 | [[package]] |
| 218 | name = "cfg-expr" |
| 219 | version = "0.20.5" |
| 220 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 221 | checksum = "21be0e1ce6cdb2ee7fff840f922fb04ead349e5cfb1e750b769132d44ce04720" |
| 222 | dependencies = [ |
| 223 | "smallvec", |
| 224 | "target-lexicon", |
| 225 | ] |
| 226 | |
| 227 | [[package]] |
| 228 | name = "cfg-if" |
| 229 | version = "1.0.4" |
| 230 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 231 | checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" |
| 232 | |
| 233 | [[package]] |
| 234 | name = "chrono" |
| 235 | version = "0.4.43" |
| 236 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 237 | checksum = "fac4744fb15ae8337dc853fee7fb3f4e48c0fbaa23d0afe49c447b4fab126118" |
| 238 | dependencies = [ |
| 239 | "iana-time-zone", |
| 240 | "js-sys", |
| 241 | "num-traits", |
| 242 | "wasm-bindgen", |
| 243 | "windows-link", |
| 244 | ] |
| 245 | |
| 246 | [[package]] |
| 247 | name = "clap" |
| 248 | version = "4.5.54" |
| 249 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 250 | checksum = "c6e6ff9dcd79cff5cd969a17a545d79e84ab086e444102a591e288a8aa3ce394" |
| 251 | dependencies = [ |
| 252 | "clap_builder", |
| 253 | "clap_derive", |
| 254 | ] |
| 255 | |
| 256 | [[package]] |
| 257 | name = "clap_builder" |
| 258 | version = "4.5.54" |
| 259 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 260 | checksum = "fa42cf4d2b7a41bc8f663a7cab4031ebafa1bf3875705bfaf8466dc60ab52c00" |
| 261 | dependencies = [ |
| 262 | "anstream", |
| 263 | "anstyle", |
| 264 | "clap_lex", |
| 265 | "strsim", |
| 266 | ] |
| 267 | |
| 268 | [[package]] |
| 269 | name = "clap_derive" |
| 270 | version = "4.5.49" |
| 271 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 272 | checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671" |
| 273 | dependencies = [ |
| 274 | "heck", |
| 275 | "proc-macro2", |
| 276 | "quote", |
| 277 | "syn", |
| 278 | ] |
| 279 | |
| 280 | [[package]] |
| 281 | name = "clap_lex" |
| 282 | version = "0.7.7" |
| 283 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 284 | checksum = "c3e64b0cc0439b12df2fa678eae89a1c56a529fd067a9115f7827f1fffd22b32" |
| 285 | |
| 286 | [[package]] |
| 287 | name = "color_quant" |
| 288 | version = "1.1.0" |
| 289 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 290 | checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" |
| 291 | |
| 292 | [[package]] |
| 293 | name = "colorchoice" |
| 294 | version = "1.0.4" |
| 295 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 296 | checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" |
| 297 | |
| 298 | [[package]] |
| 299 | name = "concurrent-queue" |
| 300 | version = "2.5.0" |
| 301 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 302 | checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" |
| 303 | dependencies = [ |
| 304 | "crossbeam-utils", |
| 305 | ] |
| 306 | |
| 307 | [[package]] |
| 308 | name = "core-foundation-sys" |
| 309 | version = "0.8.7" |
| 310 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 311 | checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" |
| 312 | |
| 313 | [[package]] |
| 314 | name = "crc32fast" |
| 315 | version = "1.5.0" |
| 316 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 317 | checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" |
| 318 | dependencies = [ |
| 319 | "cfg-if", |
| 320 | ] |
| 321 | |
| 322 | [[package]] |
| 323 | name = "crossbeam-utils" |
| 324 | version = "0.8.21" |
| 325 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 326 | checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" |
| 327 | |
| 328 | [[package]] |
| 329 | name = "dirs" |
| 330 | version = "6.0.0" |
| 331 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 332 | checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e" |
| 333 | dependencies = [ |
| 334 | "dirs-sys", |
| 335 | ] |
| 336 | |
| 337 | [[package]] |
| 338 | name = "dirs-sys" |
| 339 | version = "0.5.0" |
| 340 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 341 | checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab" |
| 342 | dependencies = [ |
| 343 | "libc", |
| 344 | "option-ext", |
| 345 | "redox_users", |
| 346 | "windows-sys 0.61.2", |
| 347 | ] |
| 348 | |
| 349 | [[package]] |
| 350 | name = "endi" |
| 351 | version = "1.1.1" |
| 352 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 353 | checksum = "66b7e2430c6dff6a955451e2cfc438f09cea1965a9d6f87f7e3b90decc014099" |
| 354 | |
| 355 | [[package]] |
| 356 | name = "enumflags2" |
| 357 | version = "0.7.12" |
| 358 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 359 | checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef" |
| 360 | dependencies = [ |
| 361 | "enumflags2_derive", |
| 362 | "serde", |
| 363 | ] |
| 364 | |
| 365 | [[package]] |
| 366 | name = "enumflags2_derive" |
| 367 | version = "0.7.12" |
| 368 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 369 | checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827" |
| 370 | dependencies = [ |
| 371 | "proc-macro2", |
| 372 | "quote", |
| 373 | "syn", |
| 374 | ] |
| 375 | |
| 376 | [[package]] |
| 377 | name = "equivalent" |
| 378 | version = "1.0.2" |
| 379 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 380 | checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" |
| 381 | |
| 382 | [[package]] |
| 383 | name = "errno" |
| 384 | version = "0.3.14" |
| 385 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 386 | checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" |
| 387 | dependencies = [ |
| 388 | "libc", |
| 389 | "windows-sys 0.61.2", |
| 390 | ] |
| 391 | |
| 392 | [[package]] |
| 393 | name = "event-listener" |
| 394 | version = "5.4.1" |
| 395 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 396 | checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab" |
| 397 | dependencies = [ |
| 398 | "concurrent-queue", |
| 399 | "parking", |
| 400 | "pin-project-lite", |
| 401 | ] |
| 402 | |
| 403 | [[package]] |
| 404 | name = "event-listener-strategy" |
| 405 | version = "0.5.4" |
| 406 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 407 | checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93" |
| 408 | dependencies = [ |
| 409 | "event-listener", |
| 410 | "pin-project-lite", |
| 411 | ] |
| 412 | |
| 413 | [[package]] |
| 414 | name = "fastrand" |
| 415 | version = "2.3.0" |
| 416 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 417 | checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" |
| 418 | |
| 419 | [[package]] |
| 420 | name = "fdeflate" |
| 421 | version = "0.3.7" |
| 422 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 423 | checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c" |
| 424 | dependencies = [ |
| 425 | "simd-adler32", |
| 426 | ] |
| 427 | |
| 428 | [[package]] |
| 429 | name = "find-msvc-tools" |
| 430 | version = "0.1.8" |
| 431 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 432 | checksum = "8591b0bcc8a98a64310a2fae1bb3e9b8564dd10e381e6e28010fde8e8e8568db" |
| 433 | |
| 434 | [[package]] |
| 435 | name = "flate2" |
| 436 | version = "1.1.8" |
| 437 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 438 | checksum = "b375d6465b98090a5f25b1c7703f3859783755aa9a80433b36e0379a3ec2f369" |
| 439 | dependencies = [ |
| 440 | "crc32fast", |
| 441 | "miniz_oxide", |
| 442 | ] |
| 443 | |
| 444 | [[package]] |
| 445 | name = "freedesktop_entry_parser" |
| 446 | version = "1.3.0" |
| 447 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 448 | checksum = "db9c27b72f19a99a895f8ca89e2d26e4ef31013376e56fdafef697627306c3e4" |
| 449 | dependencies = [ |
| 450 | "nom", |
| 451 | "thiserror 1.0.69", |
| 452 | ] |
| 453 | |
| 454 | [[package]] |
| 455 | name = "futures-channel" |
| 456 | version = "0.3.31" |
| 457 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 458 | checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" |
| 459 | dependencies = [ |
| 460 | "futures-core", |
| 461 | ] |
| 462 | |
| 463 | [[package]] |
| 464 | name = "futures-core" |
| 465 | version = "0.3.31" |
| 466 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 467 | checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" |
| 468 | |
| 469 | [[package]] |
| 470 | name = "futures-executor" |
| 471 | version = "0.3.31" |
| 472 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 473 | checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" |
| 474 | dependencies = [ |
| 475 | "futures-core", |
| 476 | "futures-task", |
| 477 | "futures-util", |
| 478 | ] |
| 479 | |
| 480 | [[package]] |
| 481 | name = "futures-io" |
| 482 | version = "0.3.31" |
| 483 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 484 | checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" |
| 485 | |
| 486 | [[package]] |
| 487 | name = "futures-lite" |
| 488 | version = "2.6.1" |
| 489 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 490 | checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad" |
| 491 | dependencies = [ |
| 492 | "fastrand", |
| 493 | "futures-core", |
| 494 | "futures-io", |
| 495 | "parking", |
| 496 | "pin-project-lite", |
| 497 | ] |
| 498 | |
| 499 | [[package]] |
| 500 | name = "futures-macro" |
| 501 | version = "0.3.31" |
| 502 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 503 | checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" |
| 504 | dependencies = [ |
| 505 | "proc-macro2", |
| 506 | "quote", |
| 507 | "syn", |
| 508 | ] |
| 509 | |
| 510 | [[package]] |
| 511 | name = "futures-task" |
| 512 | version = "0.3.31" |
| 513 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 514 | checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" |
| 515 | |
| 516 | [[package]] |
| 517 | name = "futures-util" |
| 518 | version = "0.3.31" |
| 519 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 520 | checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" |
| 521 | dependencies = [ |
| 522 | "futures-core", |
| 523 | "futures-macro", |
| 524 | "futures-task", |
| 525 | "pin-project-lite", |
| 526 | "pin-utils", |
| 527 | "slab", |
| 528 | ] |
| 529 | |
| 530 | [[package]] |
| 531 | name = "garfield" |
| 532 | version = "0.1.0" |
| 533 | dependencies = [ |
| 534 | "anyhow", |
| 535 | "cairo-rs 0.21.5", |
| 536 | "chrono", |
| 537 | "clap", |
| 538 | "dirs", |
| 539 | "freedesktop_entry_parser", |
| 540 | "garfield-ipc", |
| 541 | "gartk-core", |
| 542 | "gartk-render", |
| 543 | "gartk-x11", |
| 544 | "image", |
| 545 | "libc", |
| 546 | "nucleo-matcher", |
| 547 | "poppler-rs", |
| 548 | "quick-xml", |
| 549 | "serde", |
| 550 | "serde_json", |
| 551 | "thiserror 2.0.18", |
| 552 | "tracing", |
| 553 | "tracing-subscriber", |
| 554 | "walkdir", |
| 555 | "x11rb", |
| 556 | ] |
| 557 | |
| 558 | [[package]] |
| 559 | name = "garfield-ipc" |
| 560 | version = "0.1.0" |
| 561 | dependencies = [ |
| 562 | "serde", |
| 563 | "serde_json", |
| 564 | "thiserror 2.0.18", |
| 565 | ] |
| 566 | |
| 567 | [[package]] |
| 568 | name = "garfield-portal" |
| 569 | version = "0.1.0" |
| 570 | dependencies = [ |
| 571 | "anyhow", |
| 572 | "clap", |
| 573 | "tokio", |
| 574 | "tracing", |
| 575 | "tracing-subscriber", |
| 576 | "zbus", |
| 577 | ] |
| 578 | |
| 579 | [[package]] |
| 580 | name = "garfieldctl" |
| 581 | version = "0.1.0" |
| 582 | dependencies = [ |
| 583 | "anyhow", |
| 584 | "clap", |
| 585 | "garfield-ipc", |
| 586 | "serde", |
| 587 | "serde_json", |
| 588 | ] |
| 589 | |
| 590 | [[package]] |
| 591 | name = "gartk-core" |
| 592 | version = "0.3.0" |
| 593 | dependencies = [ |
| 594 | "serde", |
| 595 | "thiserror 2.0.18", |
| 596 | ] |
| 597 | |
| 598 | [[package]] |
| 599 | name = "gartk-render" |
| 600 | version = "0.3.0" |
| 601 | dependencies = [ |
| 602 | "cairo-rs 0.20.12", |
| 603 | "gartk-core", |
| 604 | "gartk-x11", |
| 605 | "pango", |
| 606 | "pangocairo", |
| 607 | "thiserror 2.0.18", |
| 608 | "tracing", |
| 609 | "x11rb", |
| 610 | ] |
| 611 | |
| 612 | [[package]] |
| 613 | name = "gartk-x11" |
| 614 | version = "0.3.0" |
| 615 | dependencies = [ |
| 616 | "gartk-core", |
| 617 | "thiserror 2.0.18", |
| 618 | "tracing", |
| 619 | "x11rb", |
| 620 | ] |
| 621 | |
| 622 | [[package]] |
| 623 | name = "gethostname" |
| 624 | version = "1.1.0" |
| 625 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 626 | checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8" |
| 627 | dependencies = [ |
| 628 | "rustix", |
| 629 | "windows-link", |
| 630 | ] |
| 631 | |
| 632 | [[package]] |
| 633 | name = "getrandom" |
| 634 | version = "0.2.17" |
| 635 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 636 | checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" |
| 637 | dependencies = [ |
| 638 | "cfg-if", |
| 639 | "libc", |
| 640 | "wasi", |
| 641 | ] |
| 642 | |
| 643 | [[package]] |
| 644 | name = "getrandom" |
| 645 | version = "0.3.4" |
| 646 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 647 | checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" |
| 648 | dependencies = [ |
| 649 | "cfg-if", |
| 650 | "libc", |
| 651 | "r-efi", |
| 652 | "wasip2", |
| 653 | ] |
| 654 | |
| 655 | [[package]] |
| 656 | name = "gif" |
| 657 | version = "0.14.1" |
| 658 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 659 | checksum = "f5df2ba84018d80c213569363bdcd0c64e6933c67fe4c1d60ecf822971a3c35e" |
| 660 | dependencies = [ |
| 661 | "color_quant", |
| 662 | "weezl", |
| 663 | ] |
| 664 | |
| 665 | [[package]] |
| 666 | name = "gio" |
| 667 | version = "0.20.12" |
| 668 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 669 | checksum = "8e27e276e7b6b8d50f6376ee7769a71133e80d093bdc363bd0af71664228b831" |
| 670 | dependencies = [ |
| 671 | "futures-channel", |
| 672 | "futures-core", |
| 673 | "futures-io", |
| 674 | "futures-util", |
| 675 | "gio-sys 0.20.10", |
| 676 | "glib 0.20.12", |
| 677 | "libc", |
| 678 | "pin-project-lite", |
| 679 | "smallvec", |
| 680 | ] |
| 681 | |
| 682 | [[package]] |
| 683 | name = "gio" |
| 684 | version = "0.21.5" |
| 685 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 686 | checksum = "c5ff48bf600c68b476e61dc6b7c762f2f4eb91deef66583ba8bb815c30b5811a" |
| 687 | dependencies = [ |
| 688 | "futures-channel", |
| 689 | "futures-core", |
| 690 | "futures-io", |
| 691 | "futures-util", |
| 692 | "gio-sys 0.21.5", |
| 693 | "glib 0.21.5", |
| 694 | "libc", |
| 695 | "pin-project-lite", |
| 696 | "smallvec", |
| 697 | ] |
| 698 | |
| 699 | [[package]] |
| 700 | name = "gio-sys" |
| 701 | version = "0.20.10" |
| 702 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 703 | checksum = "521e93a7e56fc89e84aea9a52cfc9436816a4b363b030260b699950ff1336c83" |
| 704 | dependencies = [ |
| 705 | "glib-sys 0.20.10", |
| 706 | "gobject-sys 0.20.10", |
| 707 | "libc", |
| 708 | "system-deps", |
| 709 | "windows-sys 0.59.0", |
| 710 | ] |
| 711 | |
| 712 | [[package]] |
| 713 | name = "gio-sys" |
| 714 | version = "0.21.5" |
| 715 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 716 | checksum = "0071fe88dba8e40086c8ff9bbb62622999f49628344b1d1bf490a48a29d80f22" |
| 717 | dependencies = [ |
| 718 | "glib-sys 0.21.5", |
| 719 | "gobject-sys 0.21.5", |
| 720 | "libc", |
| 721 | "system-deps", |
| 722 | "windows-sys 0.61.2", |
| 723 | ] |
| 724 | |
| 725 | [[package]] |
| 726 | name = "glib" |
| 727 | version = "0.20.12" |
| 728 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 729 | checksum = "ffc4b6e352d4716d84d7dde562dd9aee2a7d48beb872dd9ece7f2d1515b2d683" |
| 730 | dependencies = [ |
| 731 | "bitflags", |
| 732 | "futures-channel", |
| 733 | "futures-core", |
| 734 | "futures-executor", |
| 735 | "futures-task", |
| 736 | "futures-util", |
| 737 | "gio-sys 0.20.10", |
| 738 | "glib-macros 0.20.12", |
| 739 | "glib-sys 0.20.10", |
| 740 | "gobject-sys 0.20.10", |
| 741 | "libc", |
| 742 | "memchr", |
| 743 | "smallvec", |
| 744 | ] |
| 745 | |
| 746 | [[package]] |
| 747 | name = "glib" |
| 748 | version = "0.21.5" |
| 749 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 750 | checksum = "16de123c2e6c90ce3b573b7330de19be649080ec612033d397d72da265f1bd8b" |
| 751 | dependencies = [ |
| 752 | "bitflags", |
| 753 | "futures-channel", |
| 754 | "futures-core", |
| 755 | "futures-executor", |
| 756 | "futures-task", |
| 757 | "futures-util", |
| 758 | "gio-sys 0.21.5", |
| 759 | "glib-macros 0.21.5", |
| 760 | "glib-sys 0.21.5", |
| 761 | "gobject-sys 0.21.5", |
| 762 | "libc", |
| 763 | "memchr", |
| 764 | "smallvec", |
| 765 | ] |
| 766 | |
| 767 | [[package]] |
| 768 | name = "glib-macros" |
| 769 | version = "0.20.12" |
| 770 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 771 | checksum = "e8084af62f09475a3f529b1629c10c429d7600ee1398ae12dd3bf175d74e7145" |
| 772 | dependencies = [ |
| 773 | "heck", |
| 774 | "proc-macro-crate", |
| 775 | "proc-macro2", |
| 776 | "quote", |
| 777 | "syn", |
| 778 | ] |
| 779 | |
| 780 | [[package]] |
| 781 | name = "glib-macros" |
| 782 | version = "0.21.5" |
| 783 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 784 | checksum = "cf59b675301228a696fe01c3073974643365080a76cc3ed5bc2cbc466ad87f17" |
| 785 | dependencies = [ |
| 786 | "heck", |
| 787 | "proc-macro-crate", |
| 788 | "proc-macro2", |
| 789 | "quote", |
| 790 | "syn", |
| 791 | ] |
| 792 | |
| 793 | [[package]] |
| 794 | name = "glib-sys" |
| 795 | version = "0.20.10" |
| 796 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 797 | checksum = "8ab79e1ed126803a8fb827e3de0e2ff95191912b8db65cee467edb56fc4cc215" |
| 798 | dependencies = [ |
| 799 | "libc", |
| 800 | "system-deps", |
| 801 | ] |
| 802 | |
| 803 | [[package]] |
| 804 | name = "glib-sys" |
| 805 | version = "0.21.5" |
| 806 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 807 | checksum = "2d95e1a3a19ae464a7286e14af9a90683c64d70c02532d88d87ce95056af3e6c" |
| 808 | dependencies = [ |
| 809 | "libc", |
| 810 | "system-deps", |
| 811 | ] |
| 812 | |
| 813 | [[package]] |
| 814 | name = "gobject-sys" |
| 815 | version = "0.20.10" |
| 816 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 817 | checksum = "ec9aca94bb73989e3cfdbf8f2e0f1f6da04db4d291c431f444838925c4c63eda" |
| 818 | dependencies = [ |
| 819 | "glib-sys 0.20.10", |
| 820 | "libc", |
| 821 | "system-deps", |
| 822 | ] |
| 823 | |
| 824 | [[package]] |
| 825 | name = "gobject-sys" |
| 826 | version = "0.21.5" |
| 827 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 828 | checksum = "2dca35da0d19a18f4575f3cb99fe1c9e029a2941af5662f326f738a21edaf294" |
| 829 | dependencies = [ |
| 830 | "glib-sys 0.21.5", |
| 831 | "libc", |
| 832 | "system-deps", |
| 833 | ] |
| 834 | |
| 835 | [[package]] |
| 836 | name = "hashbrown" |
| 837 | version = "0.16.1" |
| 838 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 839 | checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" |
| 840 | |
| 841 | [[package]] |
| 842 | name = "heck" |
| 843 | version = "0.5.0" |
| 844 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 845 | checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
| 846 | |
| 847 | [[package]] |
| 848 | name = "hex" |
| 849 | version = "0.4.3" |
| 850 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 851 | checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" |
| 852 | |
| 853 | [[package]] |
| 854 | name = "iana-time-zone" |
| 855 | version = "0.1.64" |
| 856 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 857 | checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb" |
| 858 | dependencies = [ |
| 859 | "android_system_properties", |
| 860 | "core-foundation-sys", |
| 861 | "iana-time-zone-haiku", |
| 862 | "js-sys", |
| 863 | "log", |
| 864 | "wasm-bindgen", |
| 865 | "windows-core", |
| 866 | ] |
| 867 | |
| 868 | [[package]] |
| 869 | name = "iana-time-zone-haiku" |
| 870 | version = "0.1.2" |
| 871 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 872 | checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" |
| 873 | dependencies = [ |
| 874 | "cc", |
| 875 | ] |
| 876 | |
| 877 | [[package]] |
| 878 | name = "image" |
| 879 | version = "0.25.9" |
| 880 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 881 | checksum = "e6506c6c10786659413faa717ceebcb8f70731c0a60cbae39795fdf114519c1a" |
| 882 | dependencies = [ |
| 883 | "bytemuck", |
| 884 | "byteorder-lite", |
| 885 | "color_quant", |
| 886 | "gif", |
| 887 | "image-webp", |
| 888 | "moxcms", |
| 889 | "num-traits", |
| 890 | "png", |
| 891 | "zune-core", |
| 892 | "zune-jpeg", |
| 893 | ] |
| 894 | |
| 895 | [[package]] |
| 896 | name = "image-webp" |
| 897 | version = "0.2.4" |
| 898 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 899 | checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3" |
| 900 | dependencies = [ |
| 901 | "byteorder-lite", |
| 902 | "quick-error", |
| 903 | ] |
| 904 | |
| 905 | [[package]] |
| 906 | name = "indexmap" |
| 907 | version = "2.13.0" |
| 908 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 909 | checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017" |
| 910 | dependencies = [ |
| 911 | "equivalent", |
| 912 | "hashbrown", |
| 913 | ] |
| 914 | |
| 915 | [[package]] |
| 916 | name = "is_terminal_polyfill" |
| 917 | version = "1.70.2" |
| 918 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 919 | checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695" |
| 920 | |
| 921 | [[package]] |
| 922 | name = "itoa" |
| 923 | version = "1.0.17" |
| 924 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 925 | checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2" |
| 926 | |
| 927 | [[package]] |
| 928 | name = "js-sys" |
| 929 | version = "0.3.85" |
| 930 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 931 | checksum = "8c942ebf8e95485ca0d52d97da7c5a2c387d0e7f0ba4c35e93bfcaee045955b3" |
| 932 | dependencies = [ |
| 933 | "once_cell", |
| 934 | "wasm-bindgen", |
| 935 | ] |
| 936 | |
| 937 | [[package]] |
| 938 | name = "lazy_static" |
| 939 | version = "1.5.0" |
| 940 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 941 | checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" |
| 942 | |
| 943 | [[package]] |
| 944 | name = "libc" |
| 945 | version = "0.2.180" |
| 946 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 947 | checksum = "bcc35a38544a891a5f7c865aca548a982ccb3b8650a5b06d0fd33a10283c56fc" |
| 948 | |
| 949 | [[package]] |
| 950 | name = "libredox" |
| 951 | version = "0.1.12" |
| 952 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 953 | checksum = "3d0b95e02c851351f877147b7deea7b1afb1df71b63aa5f8270716e0c5720616" |
| 954 | dependencies = [ |
| 955 | "bitflags", |
| 956 | "libc", |
| 957 | ] |
| 958 | |
| 959 | [[package]] |
| 960 | name = "linux-raw-sys" |
| 961 | version = "0.11.0" |
| 962 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 963 | checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039" |
| 964 | |
| 965 | [[package]] |
| 966 | name = "log" |
| 967 | version = "0.4.29" |
| 968 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 969 | checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" |
| 970 | |
| 971 | [[package]] |
| 972 | name = "matchers" |
| 973 | version = "0.2.0" |
| 974 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 975 | checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9" |
| 976 | dependencies = [ |
| 977 | "regex-automata", |
| 978 | ] |
| 979 | |
| 980 | [[package]] |
| 981 | name = "memchr" |
| 982 | version = "2.7.6" |
| 983 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 984 | checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273" |
| 985 | |
| 986 | [[package]] |
| 987 | name = "memoffset" |
| 988 | version = "0.9.1" |
| 989 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 990 | checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" |
| 991 | dependencies = [ |
| 992 | "autocfg", |
| 993 | ] |
| 994 | |
| 995 | [[package]] |
| 996 | name = "minimal-lexical" |
| 997 | version = "0.2.1" |
| 998 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 999 | checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" |
| 1000 | |
| 1001 | [[package]] |
| 1002 | name = "miniz_oxide" |
| 1003 | version = "0.8.9" |
| 1004 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1005 | checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" |
| 1006 | dependencies = [ |
| 1007 | "adler2", |
| 1008 | "simd-adler32", |
| 1009 | ] |
| 1010 | |
| 1011 | [[package]] |
| 1012 | name = "mio" |
| 1013 | version = "1.1.1" |
| 1014 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1015 | checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc" |
| 1016 | dependencies = [ |
| 1017 | "libc", |
| 1018 | "wasi", |
| 1019 | "windows-sys 0.61.2", |
| 1020 | ] |
| 1021 | |
| 1022 | [[package]] |
| 1023 | name = "moxcms" |
| 1024 | version = "0.7.11" |
| 1025 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1026 | checksum = "ac9557c559cd6fc9867e122e20d2cbefc9ca29d80d027a8e39310920ed2f0a97" |
| 1027 | dependencies = [ |
| 1028 | "num-traits", |
| 1029 | "pxfm", |
| 1030 | ] |
| 1031 | |
| 1032 | [[package]] |
| 1033 | name = "nom" |
| 1034 | version = "7.1.3" |
| 1035 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1036 | checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" |
| 1037 | dependencies = [ |
| 1038 | "memchr", |
| 1039 | "minimal-lexical", |
| 1040 | ] |
| 1041 | |
| 1042 | [[package]] |
| 1043 | name = "nu-ansi-term" |
| 1044 | version = "0.50.3" |
| 1045 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1046 | checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" |
| 1047 | dependencies = [ |
| 1048 | "windows-sys 0.61.2", |
| 1049 | ] |
| 1050 | |
| 1051 | [[package]] |
| 1052 | name = "nucleo-matcher" |
| 1053 | version = "0.3.1" |
| 1054 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1055 | checksum = "bf33f538733d1a5a3494b836ba913207f14d9d4a1d3cd67030c5061bdd2cac85" |
| 1056 | dependencies = [ |
| 1057 | "memchr", |
| 1058 | "unicode-segmentation", |
| 1059 | ] |
| 1060 | |
| 1061 | [[package]] |
| 1062 | name = "num-traits" |
| 1063 | version = "0.2.19" |
| 1064 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1065 | checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" |
| 1066 | dependencies = [ |
| 1067 | "autocfg", |
| 1068 | ] |
| 1069 | |
| 1070 | [[package]] |
| 1071 | name = "once_cell" |
| 1072 | version = "1.21.3" |
| 1073 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1074 | checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" |
| 1075 | |
| 1076 | [[package]] |
| 1077 | name = "once_cell_polyfill" |
| 1078 | version = "1.70.2" |
| 1079 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1080 | checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" |
| 1081 | |
| 1082 | [[package]] |
| 1083 | name = "option-ext" |
| 1084 | version = "0.2.0" |
| 1085 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1086 | checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" |
| 1087 | |
| 1088 | [[package]] |
| 1089 | name = "ordered-stream" |
| 1090 | version = "0.2.0" |
| 1091 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1092 | checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50" |
| 1093 | dependencies = [ |
| 1094 | "futures-core", |
| 1095 | "pin-project-lite", |
| 1096 | ] |
| 1097 | |
| 1098 | [[package]] |
| 1099 | name = "pango" |
| 1100 | version = "0.20.12" |
| 1101 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1102 | checksum = "6576b311f6df659397043a5fa8a021da8f72e34af180b44f7d57348de691ab5c" |
| 1103 | dependencies = [ |
| 1104 | "gio 0.20.12", |
| 1105 | "glib 0.20.12", |
| 1106 | "libc", |
| 1107 | "pango-sys", |
| 1108 | ] |
| 1109 | |
| 1110 | [[package]] |
| 1111 | name = "pango-sys" |
| 1112 | version = "0.20.10" |
| 1113 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1114 | checksum = "186909673fc09be354555c302c0b3dcf753cd9fa08dcb8077fa663c80fb243fa" |
| 1115 | dependencies = [ |
| 1116 | "glib-sys 0.20.10", |
| 1117 | "gobject-sys 0.20.10", |
| 1118 | "libc", |
| 1119 | "system-deps", |
| 1120 | ] |
| 1121 | |
| 1122 | [[package]] |
| 1123 | name = "pangocairo" |
| 1124 | version = "0.20.10" |
| 1125 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1126 | checksum = "58890dc451db9964ac2d8874f903a4370a4b3932aa5281ff0c8d9810937ad84f" |
| 1127 | dependencies = [ |
| 1128 | "cairo-rs 0.20.12", |
| 1129 | "glib 0.20.12", |
| 1130 | "libc", |
| 1131 | "pango", |
| 1132 | "pangocairo-sys", |
| 1133 | ] |
| 1134 | |
| 1135 | [[package]] |
| 1136 | name = "pangocairo-sys" |
| 1137 | version = "0.20.10" |
| 1138 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1139 | checksum = "b9952903f88aa93e2927e7bca2d1ebae64fc26545a9280b4ce6bddeda26b5c42" |
| 1140 | dependencies = [ |
| 1141 | "cairo-sys-rs 0.20.10", |
| 1142 | "glib-sys 0.20.10", |
| 1143 | "libc", |
| 1144 | "pango-sys", |
| 1145 | "system-deps", |
| 1146 | ] |
| 1147 | |
| 1148 | [[package]] |
| 1149 | name = "parking" |
| 1150 | version = "2.2.1" |
| 1151 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1152 | checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" |
| 1153 | |
| 1154 | [[package]] |
| 1155 | name = "pin-project-lite" |
| 1156 | version = "0.2.16" |
| 1157 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1158 | checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" |
| 1159 | |
| 1160 | [[package]] |
| 1161 | name = "pin-utils" |
| 1162 | version = "0.1.0" |
| 1163 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1164 | checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" |
| 1165 | |
| 1166 | [[package]] |
| 1167 | name = "pkg-config" |
| 1168 | version = "0.3.32" |
| 1169 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1170 | checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" |
| 1171 | |
| 1172 | [[package]] |
| 1173 | name = "png" |
| 1174 | version = "0.18.0" |
| 1175 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1176 | checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0" |
| 1177 | dependencies = [ |
| 1178 | "bitflags", |
| 1179 | "crc32fast", |
| 1180 | "fdeflate", |
| 1181 | "flate2", |
| 1182 | "miniz_oxide", |
| 1183 | ] |
| 1184 | |
| 1185 | [[package]] |
| 1186 | name = "poppler-rs" |
| 1187 | version = "0.25.0" |
| 1188 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1189 | checksum = "f654ec8b83bca9adb0ea7e62194a1e5767a094d282d77630ff0ddb2edbc30139" |
| 1190 | dependencies = [ |
| 1191 | "cairo-rs 0.21.5", |
| 1192 | "gio 0.21.5", |
| 1193 | "glib 0.21.5", |
| 1194 | "libc", |
| 1195 | "poppler-sys-rs", |
| 1196 | ] |
| 1197 | |
| 1198 | [[package]] |
| 1199 | name = "poppler-sys-rs" |
| 1200 | version = "0.25.0" |
| 1201 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1202 | checksum = "7f59d8616943cf71be2a33d866dee973eaaa3e507eb21eb102c6424f773ea6ad" |
| 1203 | dependencies = [ |
| 1204 | "cairo-sys-rs 0.21.5", |
| 1205 | "gio-sys 0.21.5", |
| 1206 | "glib-sys 0.21.5", |
| 1207 | "gobject-sys 0.21.5", |
| 1208 | "libc", |
| 1209 | "system-deps", |
| 1210 | ] |
| 1211 | |
| 1212 | [[package]] |
| 1213 | name = "proc-macro-crate" |
| 1214 | version = "3.4.0" |
| 1215 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1216 | checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983" |
| 1217 | dependencies = [ |
| 1218 | "toml_edit", |
| 1219 | ] |
| 1220 | |
| 1221 | [[package]] |
| 1222 | name = "proc-macro2" |
| 1223 | version = "1.0.106" |
| 1224 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1225 | checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" |
| 1226 | dependencies = [ |
| 1227 | "unicode-ident", |
| 1228 | ] |
| 1229 | |
| 1230 | [[package]] |
| 1231 | name = "pxfm" |
| 1232 | version = "0.1.27" |
| 1233 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1234 | checksum = "7186d3822593aa4393561d186d1393b3923e9d6163d3fbfd6e825e3e6cf3e6a8" |
| 1235 | dependencies = [ |
| 1236 | "num-traits", |
| 1237 | ] |
| 1238 | |
| 1239 | [[package]] |
| 1240 | name = "quick-error" |
| 1241 | version = "2.0.1" |
| 1242 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1243 | checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3" |
| 1244 | |
| 1245 | [[package]] |
| 1246 | name = "quick-xml" |
| 1247 | version = "0.37.5" |
| 1248 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1249 | checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb" |
| 1250 | dependencies = [ |
| 1251 | "memchr", |
| 1252 | ] |
| 1253 | |
| 1254 | [[package]] |
| 1255 | name = "quote" |
| 1256 | version = "1.0.43" |
| 1257 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1258 | checksum = "dc74d9a594b72ae6656596548f56f667211f8a97b3d4c3d467150794690dc40a" |
| 1259 | dependencies = [ |
| 1260 | "proc-macro2", |
| 1261 | ] |
| 1262 | |
| 1263 | [[package]] |
| 1264 | name = "r-efi" |
| 1265 | version = "5.3.0" |
| 1266 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1267 | checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" |
| 1268 | |
| 1269 | [[package]] |
| 1270 | name = "redox_users" |
| 1271 | version = "0.5.2" |
| 1272 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1273 | checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac" |
| 1274 | dependencies = [ |
| 1275 | "getrandom 0.2.17", |
| 1276 | "libredox", |
| 1277 | "thiserror 2.0.18", |
| 1278 | ] |
| 1279 | |
| 1280 | [[package]] |
| 1281 | name = "regex-automata" |
| 1282 | version = "0.4.13" |
| 1283 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1284 | checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c" |
| 1285 | dependencies = [ |
| 1286 | "aho-corasick", |
| 1287 | "memchr", |
| 1288 | "regex-syntax", |
| 1289 | ] |
| 1290 | |
| 1291 | [[package]] |
| 1292 | name = "regex-syntax" |
| 1293 | version = "0.8.8" |
| 1294 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1295 | checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58" |
| 1296 | |
| 1297 | [[package]] |
| 1298 | name = "rustix" |
| 1299 | version = "1.1.3" |
| 1300 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1301 | checksum = "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34" |
| 1302 | dependencies = [ |
| 1303 | "bitflags", |
| 1304 | "errno", |
| 1305 | "libc", |
| 1306 | "linux-raw-sys", |
| 1307 | "windows-sys 0.61.2", |
| 1308 | ] |
| 1309 | |
| 1310 | [[package]] |
| 1311 | name = "rustversion" |
| 1312 | version = "1.0.22" |
| 1313 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1314 | checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" |
| 1315 | |
| 1316 | [[package]] |
| 1317 | name = "same-file" |
| 1318 | version = "1.0.6" |
| 1319 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1320 | checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" |
| 1321 | dependencies = [ |
| 1322 | "winapi-util", |
| 1323 | ] |
| 1324 | |
| 1325 | [[package]] |
| 1326 | name = "serde" |
| 1327 | version = "1.0.228" |
| 1328 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1329 | checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" |
| 1330 | dependencies = [ |
| 1331 | "serde_core", |
| 1332 | "serde_derive", |
| 1333 | ] |
| 1334 | |
| 1335 | [[package]] |
| 1336 | name = "serde_core" |
| 1337 | version = "1.0.228" |
| 1338 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1339 | checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" |
| 1340 | dependencies = [ |
| 1341 | "serde_derive", |
| 1342 | ] |
| 1343 | |
| 1344 | [[package]] |
| 1345 | name = "serde_derive" |
| 1346 | version = "1.0.228" |
| 1347 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1348 | checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" |
| 1349 | dependencies = [ |
| 1350 | "proc-macro2", |
| 1351 | "quote", |
| 1352 | "syn", |
| 1353 | ] |
| 1354 | |
| 1355 | [[package]] |
| 1356 | name = "serde_json" |
| 1357 | version = "1.0.149" |
| 1358 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1359 | checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" |
| 1360 | dependencies = [ |
| 1361 | "itoa", |
| 1362 | "memchr", |
| 1363 | "serde", |
| 1364 | "serde_core", |
| 1365 | "zmij", |
| 1366 | ] |
| 1367 | |
| 1368 | [[package]] |
| 1369 | name = "serde_repr" |
| 1370 | version = "0.1.20" |
| 1371 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1372 | checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c" |
| 1373 | dependencies = [ |
| 1374 | "proc-macro2", |
| 1375 | "quote", |
| 1376 | "syn", |
| 1377 | ] |
| 1378 | |
| 1379 | [[package]] |
| 1380 | name = "serde_spanned" |
| 1381 | version = "1.0.4" |
| 1382 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1383 | checksum = "f8bbf91e5a4d6315eee45e704372590b30e260ee83af6639d64557f51b067776" |
| 1384 | dependencies = [ |
| 1385 | "serde_core", |
| 1386 | ] |
| 1387 | |
| 1388 | [[package]] |
| 1389 | name = "sharded-slab" |
| 1390 | version = "0.1.7" |
| 1391 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1392 | checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" |
| 1393 | dependencies = [ |
| 1394 | "lazy_static", |
| 1395 | ] |
| 1396 | |
| 1397 | [[package]] |
| 1398 | name = "shlex" |
| 1399 | version = "1.3.0" |
| 1400 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1401 | checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" |
| 1402 | |
| 1403 | [[package]] |
| 1404 | name = "signal-hook-registry" |
| 1405 | version = "1.4.8" |
| 1406 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1407 | checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b" |
| 1408 | dependencies = [ |
| 1409 | "errno", |
| 1410 | "libc", |
| 1411 | ] |
| 1412 | |
| 1413 | [[package]] |
| 1414 | name = "simd-adler32" |
| 1415 | version = "0.3.8" |
| 1416 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1417 | checksum = "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2" |
| 1418 | |
| 1419 | [[package]] |
| 1420 | name = "slab" |
| 1421 | version = "0.4.11" |
| 1422 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1423 | checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589" |
| 1424 | |
| 1425 | [[package]] |
| 1426 | name = "smallvec" |
| 1427 | version = "1.15.1" |
| 1428 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1429 | checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" |
| 1430 | |
| 1431 | [[package]] |
| 1432 | name = "socket2" |
| 1433 | version = "0.6.2" |
| 1434 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1435 | checksum = "86f4aa3ad99f2088c990dfa82d367e19cb29268ed67c574d10d0a4bfe71f07e0" |
| 1436 | dependencies = [ |
| 1437 | "libc", |
| 1438 | "windows-sys 0.60.2", |
| 1439 | ] |
| 1440 | |
| 1441 | [[package]] |
| 1442 | name = "strsim" |
| 1443 | version = "0.11.1" |
| 1444 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1445 | checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" |
| 1446 | |
| 1447 | [[package]] |
| 1448 | name = "syn" |
| 1449 | version = "2.0.114" |
| 1450 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1451 | checksum = "d4d107df263a3013ef9b1879b0df87d706ff80f65a86ea879bd9c31f9b307c2a" |
| 1452 | dependencies = [ |
| 1453 | "proc-macro2", |
| 1454 | "quote", |
| 1455 | "unicode-ident", |
| 1456 | ] |
| 1457 | |
| 1458 | [[package]] |
| 1459 | name = "system-deps" |
| 1460 | version = "7.0.7" |
| 1461 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1462 | checksum = "48c8f33736f986f16d69b6cb8b03f55ddcad5c41acc4ccc39dd88e84aa805e7f" |
| 1463 | dependencies = [ |
| 1464 | "cfg-expr", |
| 1465 | "heck", |
| 1466 | "pkg-config", |
| 1467 | "toml", |
| 1468 | "version-compare", |
| 1469 | ] |
| 1470 | |
| 1471 | [[package]] |
| 1472 | name = "target-lexicon" |
| 1473 | version = "0.13.3" |
| 1474 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1475 | checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c" |
| 1476 | |
| 1477 | [[package]] |
| 1478 | name = "tempfile" |
| 1479 | version = "3.24.0" |
| 1480 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1481 | checksum = "655da9c7eb6305c55742045d5a8d2037996d61d8de95806335c7c86ce0f82e9c" |
| 1482 | dependencies = [ |
| 1483 | "fastrand", |
| 1484 | "getrandom 0.3.4", |
| 1485 | "once_cell", |
| 1486 | "rustix", |
| 1487 | "windows-sys 0.61.2", |
| 1488 | ] |
| 1489 | |
| 1490 | [[package]] |
| 1491 | name = "thiserror" |
| 1492 | version = "1.0.69" |
| 1493 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1494 | checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" |
| 1495 | dependencies = [ |
| 1496 | "thiserror-impl 1.0.69", |
| 1497 | ] |
| 1498 | |
| 1499 | [[package]] |
| 1500 | name = "thiserror" |
| 1501 | version = "2.0.18" |
| 1502 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1503 | checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" |
| 1504 | dependencies = [ |
| 1505 | "thiserror-impl 2.0.18", |
| 1506 | ] |
| 1507 | |
| 1508 | [[package]] |
| 1509 | name = "thiserror-impl" |
| 1510 | version = "1.0.69" |
| 1511 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1512 | checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" |
| 1513 | dependencies = [ |
| 1514 | "proc-macro2", |
| 1515 | "quote", |
| 1516 | "syn", |
| 1517 | ] |
| 1518 | |
| 1519 | [[package]] |
| 1520 | name = "thiserror-impl" |
| 1521 | version = "2.0.18" |
| 1522 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1523 | checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" |
| 1524 | dependencies = [ |
| 1525 | "proc-macro2", |
| 1526 | "quote", |
| 1527 | "syn", |
| 1528 | ] |
| 1529 | |
| 1530 | [[package]] |
| 1531 | name = "thread_local" |
| 1532 | version = "1.1.9" |
| 1533 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1534 | checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" |
| 1535 | dependencies = [ |
| 1536 | "cfg-if", |
| 1537 | ] |
| 1538 | |
| 1539 | [[package]] |
| 1540 | name = "tokio" |
| 1541 | version = "1.49.0" |
| 1542 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1543 | checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86" |
| 1544 | dependencies = [ |
| 1545 | "bytes", |
| 1546 | "libc", |
| 1547 | "mio", |
| 1548 | "pin-project-lite", |
| 1549 | "signal-hook-registry", |
| 1550 | "socket2", |
| 1551 | "tokio-macros", |
| 1552 | "tracing", |
| 1553 | "windows-sys 0.61.2", |
| 1554 | ] |
| 1555 | |
| 1556 | [[package]] |
| 1557 | name = "tokio-macros" |
| 1558 | version = "2.6.0" |
| 1559 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1560 | checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5" |
| 1561 | dependencies = [ |
| 1562 | "proc-macro2", |
| 1563 | "quote", |
| 1564 | "syn", |
| 1565 | ] |
| 1566 | |
| 1567 | [[package]] |
| 1568 | name = "toml" |
| 1569 | version = "0.9.11+spec-1.1.0" |
| 1570 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1571 | checksum = "f3afc9a848309fe1aaffaed6e1546a7a14de1f935dc9d89d32afd9a44bab7c46" |
| 1572 | dependencies = [ |
| 1573 | "indexmap", |
| 1574 | "serde_core", |
| 1575 | "serde_spanned", |
| 1576 | "toml_datetime", |
| 1577 | "toml_parser", |
| 1578 | "toml_writer", |
| 1579 | "winnow", |
| 1580 | ] |
| 1581 | |
| 1582 | [[package]] |
| 1583 | name = "toml_datetime" |
| 1584 | version = "0.7.5+spec-1.1.0" |
| 1585 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1586 | checksum = "92e1cfed4a3038bc5a127e35a2d360f145e1f4b971b551a2ba5fd7aedf7e1347" |
| 1587 | dependencies = [ |
| 1588 | "serde_core", |
| 1589 | ] |
| 1590 | |
| 1591 | [[package]] |
| 1592 | name = "toml_edit" |
| 1593 | version = "0.23.10+spec-1.0.0" |
| 1594 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1595 | checksum = "84c8b9f757e028cee9fa244aea147aab2a9ec09d5325a9b01e0a49730c2b5269" |
| 1596 | dependencies = [ |
| 1597 | "indexmap", |
| 1598 | "toml_datetime", |
| 1599 | "toml_parser", |
| 1600 | "winnow", |
| 1601 | ] |
| 1602 | |
| 1603 | [[package]] |
| 1604 | name = "toml_parser" |
| 1605 | version = "1.0.6+spec-1.1.0" |
| 1606 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1607 | checksum = "a3198b4b0a8e11f09dd03e133c0280504d0801269e9afa46362ffde1cbeebf44" |
| 1608 | dependencies = [ |
| 1609 | "winnow", |
| 1610 | ] |
| 1611 | |
| 1612 | [[package]] |
| 1613 | name = "toml_writer" |
| 1614 | version = "1.0.6+spec-1.1.0" |
| 1615 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1616 | checksum = "ab16f14aed21ee8bfd8ec22513f7287cd4a91aa92e44edfe2c17ddd004e92607" |
| 1617 | |
| 1618 | [[package]] |
| 1619 | name = "tracing" |
| 1620 | version = "0.1.44" |
| 1621 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1622 | checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" |
| 1623 | dependencies = [ |
| 1624 | "pin-project-lite", |
| 1625 | "tracing-attributes", |
| 1626 | "tracing-core", |
| 1627 | ] |
| 1628 | |
| 1629 | [[package]] |
| 1630 | name = "tracing-attributes" |
| 1631 | version = "0.1.31" |
| 1632 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1633 | checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" |
| 1634 | dependencies = [ |
| 1635 | "proc-macro2", |
| 1636 | "quote", |
| 1637 | "syn", |
| 1638 | ] |
| 1639 | |
| 1640 | [[package]] |
| 1641 | name = "tracing-core" |
| 1642 | version = "0.1.36" |
| 1643 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1644 | checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" |
| 1645 | dependencies = [ |
| 1646 | "once_cell", |
| 1647 | "valuable", |
| 1648 | ] |
| 1649 | |
| 1650 | [[package]] |
| 1651 | name = "tracing-log" |
| 1652 | version = "0.2.0" |
| 1653 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1654 | checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" |
| 1655 | dependencies = [ |
| 1656 | "log", |
| 1657 | "once_cell", |
| 1658 | "tracing-core", |
| 1659 | ] |
| 1660 | |
| 1661 | [[package]] |
| 1662 | name = "tracing-subscriber" |
| 1663 | version = "0.3.22" |
| 1664 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1665 | checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e" |
| 1666 | dependencies = [ |
| 1667 | "matchers", |
| 1668 | "nu-ansi-term", |
| 1669 | "once_cell", |
| 1670 | "regex-automata", |
| 1671 | "sharded-slab", |
| 1672 | "smallvec", |
| 1673 | "thread_local", |
| 1674 | "tracing", |
| 1675 | "tracing-core", |
| 1676 | "tracing-log", |
| 1677 | ] |
| 1678 | |
| 1679 | [[package]] |
| 1680 | name = "uds_windows" |
| 1681 | version = "1.1.0" |
| 1682 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1683 | checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9" |
| 1684 | dependencies = [ |
| 1685 | "memoffset", |
| 1686 | "tempfile", |
| 1687 | "winapi", |
| 1688 | ] |
| 1689 | |
| 1690 | [[package]] |
| 1691 | name = "unicode-ident" |
| 1692 | version = "1.0.22" |
| 1693 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1694 | checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5" |
| 1695 | |
| 1696 | [[package]] |
| 1697 | name = "unicode-segmentation" |
| 1698 | version = "1.12.0" |
| 1699 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1700 | checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" |
| 1701 | |
| 1702 | [[package]] |
| 1703 | name = "utf8parse" |
| 1704 | version = "0.2.2" |
| 1705 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1706 | checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" |
| 1707 | |
| 1708 | [[package]] |
| 1709 | name = "uuid" |
| 1710 | version = "1.20.0" |
| 1711 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1712 | checksum = "ee48d38b119b0cd71fe4141b30f5ba9c7c5d9f4e7a3a8b4a674e4b6ef789976f" |
| 1713 | dependencies = [ |
| 1714 | "js-sys", |
| 1715 | "serde_core", |
| 1716 | "wasm-bindgen", |
| 1717 | ] |
| 1718 | |
| 1719 | [[package]] |
| 1720 | name = "valuable" |
| 1721 | version = "0.1.1" |
| 1722 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1723 | checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" |
| 1724 | |
| 1725 | [[package]] |
| 1726 | name = "version-compare" |
| 1727 | version = "0.2.1" |
| 1728 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1729 | checksum = "03c2856837ef78f57382f06b2b8563a2f512f7185d732608fd9176cb3b8edf0e" |
| 1730 | |
| 1731 | [[package]] |
| 1732 | name = "walkdir" |
| 1733 | version = "2.5.0" |
| 1734 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1735 | checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" |
| 1736 | dependencies = [ |
| 1737 | "same-file", |
| 1738 | "winapi-util", |
| 1739 | ] |
| 1740 | |
| 1741 | [[package]] |
| 1742 | name = "wasi" |
| 1743 | version = "0.11.1+wasi-snapshot-preview1" |
| 1744 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1745 | checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" |
| 1746 | |
| 1747 | [[package]] |
| 1748 | name = "wasip2" |
| 1749 | version = "1.0.2+wasi-0.2.9" |
| 1750 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1751 | checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5" |
| 1752 | dependencies = [ |
| 1753 | "wit-bindgen", |
| 1754 | ] |
| 1755 | |
| 1756 | [[package]] |
| 1757 | name = "wasm-bindgen" |
| 1758 | version = "0.2.108" |
| 1759 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1760 | checksum = "64024a30ec1e37399cf85a7ffefebdb72205ca1c972291c51512360d90bd8566" |
| 1761 | dependencies = [ |
| 1762 | "cfg-if", |
| 1763 | "once_cell", |
| 1764 | "rustversion", |
| 1765 | "wasm-bindgen-macro", |
| 1766 | "wasm-bindgen-shared", |
| 1767 | ] |
| 1768 | |
| 1769 | [[package]] |
| 1770 | name = "wasm-bindgen-macro" |
| 1771 | version = "0.2.108" |
| 1772 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1773 | checksum = "008b239d9c740232e71bd39e8ef6429d27097518b6b30bdf9086833bd5b6d608" |
| 1774 | dependencies = [ |
| 1775 | "quote", |
| 1776 | "wasm-bindgen-macro-support", |
| 1777 | ] |
| 1778 | |
| 1779 | [[package]] |
| 1780 | name = "wasm-bindgen-macro-support" |
| 1781 | version = "0.2.108" |
| 1782 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1783 | checksum = "5256bae2d58f54820e6490f9839c49780dff84c65aeab9e772f15d5f0e913a55" |
| 1784 | dependencies = [ |
| 1785 | "bumpalo", |
| 1786 | "proc-macro2", |
| 1787 | "quote", |
| 1788 | "syn", |
| 1789 | "wasm-bindgen-shared", |
| 1790 | ] |
| 1791 | |
| 1792 | [[package]] |
| 1793 | name = "wasm-bindgen-shared" |
| 1794 | version = "0.2.108" |
| 1795 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1796 | checksum = "1f01b580c9ac74c8d8f0c0e4afb04eeef2acf145458e52c03845ee9cd23e3d12" |
| 1797 | dependencies = [ |
| 1798 | "unicode-ident", |
| 1799 | ] |
| 1800 | |
| 1801 | [[package]] |
| 1802 | name = "weezl" |
| 1803 | version = "0.1.12" |
| 1804 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1805 | checksum = "a28ac98ddc8b9274cb41bb4d9d4d5c425b6020c50c46f25559911905610b4a88" |
| 1806 | |
| 1807 | [[package]] |
| 1808 | name = "winapi" |
| 1809 | version = "0.3.9" |
| 1810 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1811 | checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
| 1812 | dependencies = [ |
| 1813 | "winapi-i686-pc-windows-gnu", |
| 1814 | "winapi-x86_64-pc-windows-gnu", |
| 1815 | ] |
| 1816 | |
| 1817 | [[package]] |
| 1818 | name = "winapi-i686-pc-windows-gnu" |
| 1819 | version = "0.4.0" |
| 1820 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1821 | checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
| 1822 | |
| 1823 | [[package]] |
| 1824 | name = "winapi-util" |
| 1825 | version = "0.1.11" |
| 1826 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1827 | checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" |
| 1828 | dependencies = [ |
| 1829 | "windows-sys 0.61.2", |
| 1830 | ] |
| 1831 | |
| 1832 | [[package]] |
| 1833 | name = "winapi-x86_64-pc-windows-gnu" |
| 1834 | version = "0.4.0" |
| 1835 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1836 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
| 1837 | |
| 1838 | [[package]] |
| 1839 | name = "windows-core" |
| 1840 | version = "0.62.2" |
| 1841 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1842 | checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" |
| 1843 | dependencies = [ |
| 1844 | "windows-implement", |
| 1845 | "windows-interface", |
| 1846 | "windows-link", |
| 1847 | "windows-result", |
| 1848 | "windows-strings", |
| 1849 | ] |
| 1850 | |
| 1851 | [[package]] |
| 1852 | name = "windows-implement" |
| 1853 | version = "0.60.2" |
| 1854 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1855 | checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" |
| 1856 | dependencies = [ |
| 1857 | "proc-macro2", |
| 1858 | "quote", |
| 1859 | "syn", |
| 1860 | ] |
| 1861 | |
| 1862 | [[package]] |
| 1863 | name = "windows-interface" |
| 1864 | version = "0.59.3" |
| 1865 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1866 | checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" |
| 1867 | dependencies = [ |
| 1868 | "proc-macro2", |
| 1869 | "quote", |
| 1870 | "syn", |
| 1871 | ] |
| 1872 | |
| 1873 | [[package]] |
| 1874 | name = "windows-link" |
| 1875 | version = "0.2.1" |
| 1876 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1877 | checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" |
| 1878 | |
| 1879 | [[package]] |
| 1880 | name = "windows-result" |
| 1881 | version = "0.4.1" |
| 1882 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1883 | checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" |
| 1884 | dependencies = [ |
| 1885 | "windows-link", |
| 1886 | ] |
| 1887 | |
| 1888 | [[package]] |
| 1889 | name = "windows-strings" |
| 1890 | version = "0.5.1" |
| 1891 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1892 | checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" |
| 1893 | dependencies = [ |
| 1894 | "windows-link", |
| 1895 | ] |
| 1896 | |
| 1897 | [[package]] |
| 1898 | name = "windows-sys" |
| 1899 | version = "0.59.0" |
| 1900 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1901 | checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" |
| 1902 | dependencies = [ |
| 1903 | "windows-targets 0.52.6", |
| 1904 | ] |
| 1905 | |
| 1906 | [[package]] |
| 1907 | name = "windows-sys" |
| 1908 | version = "0.60.2" |
| 1909 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1910 | checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" |
| 1911 | dependencies = [ |
| 1912 | "windows-targets 0.53.5", |
| 1913 | ] |
| 1914 | |
| 1915 | [[package]] |
| 1916 | name = "windows-sys" |
| 1917 | version = "0.61.2" |
| 1918 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1919 | checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" |
| 1920 | dependencies = [ |
| 1921 | "windows-link", |
| 1922 | ] |
| 1923 | |
| 1924 | [[package]] |
| 1925 | name = "windows-targets" |
| 1926 | version = "0.52.6" |
| 1927 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1928 | checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" |
| 1929 | dependencies = [ |
| 1930 | "windows_aarch64_gnullvm 0.52.6", |
| 1931 | "windows_aarch64_msvc 0.52.6", |
| 1932 | "windows_i686_gnu 0.52.6", |
| 1933 | "windows_i686_gnullvm 0.52.6", |
| 1934 | "windows_i686_msvc 0.52.6", |
| 1935 | "windows_x86_64_gnu 0.52.6", |
| 1936 | "windows_x86_64_gnullvm 0.52.6", |
| 1937 | "windows_x86_64_msvc 0.52.6", |
| 1938 | ] |
| 1939 | |
| 1940 | [[package]] |
| 1941 | name = "windows-targets" |
| 1942 | version = "0.53.5" |
| 1943 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1944 | checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" |
| 1945 | dependencies = [ |
| 1946 | "windows-link", |
| 1947 | "windows_aarch64_gnullvm 0.53.1", |
| 1948 | "windows_aarch64_msvc 0.53.1", |
| 1949 | "windows_i686_gnu 0.53.1", |
| 1950 | "windows_i686_gnullvm 0.53.1", |
| 1951 | "windows_i686_msvc 0.53.1", |
| 1952 | "windows_x86_64_gnu 0.53.1", |
| 1953 | "windows_x86_64_gnullvm 0.53.1", |
| 1954 | "windows_x86_64_msvc 0.53.1", |
| 1955 | ] |
| 1956 | |
| 1957 | [[package]] |
| 1958 | name = "windows_aarch64_gnullvm" |
| 1959 | version = "0.52.6" |
| 1960 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1961 | checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" |
| 1962 | |
| 1963 | [[package]] |
| 1964 | name = "windows_aarch64_gnullvm" |
| 1965 | version = "0.53.1" |
| 1966 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1967 | checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" |
| 1968 | |
| 1969 | [[package]] |
| 1970 | name = "windows_aarch64_msvc" |
| 1971 | version = "0.52.6" |
| 1972 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1973 | checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" |
| 1974 | |
| 1975 | [[package]] |
| 1976 | name = "windows_aarch64_msvc" |
| 1977 | version = "0.53.1" |
| 1978 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1979 | checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" |
| 1980 | |
| 1981 | [[package]] |
| 1982 | name = "windows_i686_gnu" |
| 1983 | version = "0.52.6" |
| 1984 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1985 | checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" |
| 1986 | |
| 1987 | [[package]] |
| 1988 | name = "windows_i686_gnu" |
| 1989 | version = "0.53.1" |
| 1990 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1991 | checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" |
| 1992 | |
| 1993 | [[package]] |
| 1994 | name = "windows_i686_gnullvm" |
| 1995 | version = "0.52.6" |
| 1996 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1997 | checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" |
| 1998 | |
| 1999 | [[package]] |
| 2000 | name = "windows_i686_gnullvm" |
| 2001 | version = "0.53.1" |
| 2002 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2003 | checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" |
| 2004 | |
| 2005 | [[package]] |
| 2006 | name = "windows_i686_msvc" |
| 2007 | version = "0.52.6" |
| 2008 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2009 | checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" |
| 2010 | |
| 2011 | [[package]] |
| 2012 | name = "windows_i686_msvc" |
| 2013 | version = "0.53.1" |
| 2014 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2015 | checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" |
| 2016 | |
| 2017 | [[package]] |
| 2018 | name = "windows_x86_64_gnu" |
| 2019 | version = "0.52.6" |
| 2020 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2021 | checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" |
| 2022 | |
| 2023 | [[package]] |
| 2024 | name = "windows_x86_64_gnu" |
| 2025 | version = "0.53.1" |
| 2026 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2027 | checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" |
| 2028 | |
| 2029 | [[package]] |
| 2030 | name = "windows_x86_64_gnullvm" |
| 2031 | version = "0.52.6" |
| 2032 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2033 | checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" |
| 2034 | |
| 2035 | [[package]] |
| 2036 | name = "windows_x86_64_gnullvm" |
| 2037 | version = "0.53.1" |
| 2038 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2039 | checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" |
| 2040 | |
| 2041 | [[package]] |
| 2042 | name = "windows_x86_64_msvc" |
| 2043 | version = "0.52.6" |
| 2044 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2045 | checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" |
| 2046 | |
| 2047 | [[package]] |
| 2048 | name = "windows_x86_64_msvc" |
| 2049 | version = "0.53.1" |
| 2050 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2051 | checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" |
| 2052 | |
| 2053 | [[package]] |
| 2054 | name = "winnow" |
| 2055 | version = "0.7.14" |
| 2056 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2057 | checksum = "5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829" |
| 2058 | dependencies = [ |
| 2059 | "memchr", |
| 2060 | ] |
| 2061 | |
| 2062 | [[package]] |
| 2063 | name = "wit-bindgen" |
| 2064 | version = "0.51.0" |
| 2065 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2066 | checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" |
| 2067 | |
| 2068 | [[package]] |
| 2069 | name = "x11rb" |
| 2070 | version = "0.13.2" |
| 2071 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2072 | checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414" |
| 2073 | dependencies = [ |
| 2074 | "as-raw-xcb-connection", |
| 2075 | "gethostname", |
| 2076 | "libc", |
| 2077 | "rustix", |
| 2078 | "x11rb-protocol", |
| 2079 | "xcursor", |
| 2080 | ] |
| 2081 | |
| 2082 | [[package]] |
| 2083 | name = "x11rb-protocol" |
| 2084 | version = "0.13.2" |
| 2085 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2086 | checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd" |
| 2087 | |
| 2088 | [[package]] |
| 2089 | name = "xcursor" |
| 2090 | version = "0.3.10" |
| 2091 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2092 | checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b" |
| 2093 | |
| 2094 | [[package]] |
| 2095 | name = "zbus" |
| 2096 | version = "5.13.2" |
| 2097 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2098 | checksum = "1bfeff997a0aaa3eb20c4652baf788d2dfa6d2839a0ead0b3ff69ce2f9c4bdd1" |
| 2099 | dependencies = [ |
| 2100 | "async-broadcast", |
| 2101 | "async-recursion", |
| 2102 | "async-trait", |
| 2103 | "enumflags2", |
| 2104 | "event-listener", |
| 2105 | "futures-core", |
| 2106 | "futures-lite", |
| 2107 | "hex", |
| 2108 | "libc", |
| 2109 | "ordered-stream", |
| 2110 | "rustix", |
| 2111 | "serde", |
| 2112 | "serde_repr", |
| 2113 | "tokio", |
| 2114 | "tracing", |
| 2115 | "uds_windows", |
| 2116 | "uuid", |
| 2117 | "windows-sys 0.61.2", |
| 2118 | "winnow", |
| 2119 | "zbus_macros", |
| 2120 | "zbus_names", |
| 2121 | "zvariant", |
| 2122 | ] |
| 2123 | |
| 2124 | [[package]] |
| 2125 | name = "zbus_macros" |
| 2126 | version = "5.13.2" |
| 2127 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2128 | checksum = "0bbd5a90dbe8feee5b13def448427ae314ccd26a49cac47905cafefb9ff846f1" |
| 2129 | dependencies = [ |
| 2130 | "proc-macro-crate", |
| 2131 | "proc-macro2", |
| 2132 | "quote", |
| 2133 | "syn", |
| 2134 | "zbus_names", |
| 2135 | "zvariant", |
| 2136 | "zvariant_utils", |
| 2137 | ] |
| 2138 | |
| 2139 | [[package]] |
| 2140 | name = "zbus_names" |
| 2141 | version = "4.3.1" |
| 2142 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2143 | checksum = "ffd8af6d5b78619bab301ff3c560a5bd22426150253db278f164d6cf3b72c50f" |
| 2144 | dependencies = [ |
| 2145 | "serde", |
| 2146 | "winnow", |
| 2147 | "zvariant", |
| 2148 | ] |
| 2149 | |
| 2150 | [[package]] |
| 2151 | name = "zmij" |
| 2152 | version = "1.0.16" |
| 2153 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2154 | checksum = "dfcd145825aace48cff44a8844de64bf75feec3080e0aa5cdbde72961ae51a65" |
| 2155 | |
| 2156 | [[package]] |
| 2157 | name = "zune-core" |
| 2158 | version = "0.5.1" |
| 2159 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2160 | checksum = "cb8a0807f7c01457d0379ba880ba6322660448ddebc890ce29bb64da71fb40f9" |
| 2161 | |
| 2162 | [[package]] |
| 2163 | name = "zune-jpeg" |
| 2164 | version = "0.5.11" |
| 2165 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2166 | checksum = "2959ca473aae96a14ecedf501d20b3608d2825ba280d5adb57d651721885b0c2" |
| 2167 | dependencies = [ |
| 2168 | "zune-core", |
| 2169 | ] |
| 2170 | |
| 2171 | [[package]] |
| 2172 | name = "zvariant" |
| 2173 | version = "5.9.2" |
| 2174 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2175 | checksum = "68b64ef4f40c7951337ddc7023dd03528a57a3ce3408ee9da5e948bd29b232c4" |
| 2176 | dependencies = [ |
| 2177 | "endi", |
| 2178 | "enumflags2", |
| 2179 | "serde", |
| 2180 | "winnow", |
| 2181 | "zvariant_derive", |
| 2182 | "zvariant_utils", |
| 2183 | ] |
| 2184 | |
| 2185 | [[package]] |
| 2186 | name = "zvariant_derive" |
| 2187 | version = "5.9.2" |
| 2188 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2189 | checksum = "484d5d975eb7afb52cc6b929c13d3719a20ad650fea4120e6310de3fc55e415c" |
| 2190 | dependencies = [ |
| 2191 | "proc-macro-crate", |
| 2192 | "proc-macro2", |
| 2193 | "quote", |
| 2194 | "syn", |
| 2195 | "zvariant_utils", |
| 2196 | ] |
| 2197 | |
| 2198 | [[package]] |
| 2199 | name = "zvariant_utils" |
| 2200 | version = "3.3.0" |
| 2201 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2202 | checksum = "f75c23a64ef8f40f13a6989991e643554d9bef1d682a281160cf0c1bc389c5e9" |
| 2203 | dependencies = [ |
| 2204 | "proc-macro2", |
| 2205 | "quote", |
| 2206 | "serde", |
| 2207 | "syn", |
| 2208 | "winnow", |
| 2209 | ] |