@@ -0,0 +1,1120 @@ |
| 1 | +# This file is automatically @generated by Cargo. |
| 2 | +# It is not intended for manual editing. |
| 3 | +version = 4 |
| 4 | + |
| 5 | +[[package]] |
| 6 | +name = "aho-corasick" |
| 7 | +version = "1.1.4" |
| 8 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 9 | +checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" |
| 10 | +dependencies = [ |
| 11 | + "memchr", |
| 12 | +] |
| 13 | + |
| 14 | +[[package]] |
| 15 | +name = "anstream" |
| 16 | +version = "0.6.21" |
| 17 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 18 | +checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a" |
| 19 | +dependencies = [ |
| 20 | + "anstyle", |
| 21 | + "anstyle-parse", |
| 22 | + "anstyle-query", |
| 23 | + "anstyle-wincon", |
| 24 | + "colorchoice", |
| 25 | + "is_terminal_polyfill", |
| 26 | + "utf8parse", |
| 27 | +] |
| 28 | + |
| 29 | +[[package]] |
| 30 | +name = "anstyle" |
| 31 | +version = "1.0.13" |
| 32 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 33 | +checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78" |
| 34 | + |
| 35 | +[[package]] |
| 36 | +name = "anstyle-parse" |
| 37 | +version = "0.2.7" |
| 38 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 39 | +checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2" |
| 40 | +dependencies = [ |
| 41 | + "utf8parse", |
| 42 | +] |
| 43 | + |
| 44 | +[[package]] |
| 45 | +name = "anstyle-query" |
| 46 | +version = "1.1.5" |
| 47 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 48 | +checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" |
| 49 | +dependencies = [ |
| 50 | + "windows-sys 0.61.2", |
| 51 | +] |
| 52 | + |
| 53 | +[[package]] |
| 54 | +name = "anstyle-wincon" |
| 55 | +version = "3.0.11" |
| 56 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 57 | +checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" |
| 58 | +dependencies = [ |
| 59 | + "anstyle", |
| 60 | + "once_cell_polyfill", |
| 61 | + "windows-sys 0.61.2", |
| 62 | +] |
| 63 | + |
| 64 | +[[package]] |
| 65 | +name = "anyhow" |
| 66 | +version = "1.0.101" |
| 67 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 68 | +checksum = "5f0e0fee31ef5ed1ba1316088939cea399010ed7731dba877ed44aeb407a75ea" |
| 69 | + |
| 70 | +[[package]] |
| 71 | +name = "bitflags" |
| 72 | +version = "2.11.0" |
| 73 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 74 | +checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af" |
| 75 | + |
| 76 | +[[package]] |
| 77 | +name = "cairo-rs" |
| 78 | +version = "0.20.12" |
| 79 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 80 | +checksum = "91e3bd0f4e25afa9cabc157908d14eeef9067d6448c49414d17b3fb55f0eadd0" |
| 81 | +dependencies = [ |
| 82 | + "bitflags", |
| 83 | + "cairo-sys-rs", |
| 84 | + "glib", |
| 85 | + "libc", |
| 86 | +] |
| 87 | + |
| 88 | +[[package]] |
| 89 | +name = "cairo-sys-rs" |
| 90 | +version = "0.20.10" |
| 91 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 92 | +checksum = "059cc746549898cbfd9a47754288e5a958756650ef4652bbb6c5f71a6bda4f8b" |
| 93 | +dependencies = [ |
| 94 | + "glib-sys", |
| 95 | + "libc", |
| 96 | + "system-deps", |
| 97 | +] |
| 98 | + |
| 99 | +[[package]] |
| 100 | +name = "cfg-expr" |
| 101 | +version = "0.20.6" |
| 102 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 103 | +checksum = "78cef5b5a1a6827c7322ae2a636368a573006b27cfa76c7ebd53e834daeaab6a" |
| 104 | +dependencies = [ |
| 105 | + "smallvec", |
| 106 | + "target-lexicon", |
| 107 | +] |
| 108 | + |
| 109 | +[[package]] |
| 110 | +name = "cfg-if" |
| 111 | +version = "1.0.4" |
| 112 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 113 | +checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" |
| 114 | + |
| 115 | +[[package]] |
| 116 | +name = "clap" |
| 117 | +version = "4.5.59" |
| 118 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 119 | +checksum = "c5caf74d17c3aec5495110c34cc3f78644bfa89af6c8993ed4de2790e49b6499" |
| 120 | +dependencies = [ |
| 121 | + "clap_builder", |
| 122 | + "clap_derive", |
| 123 | +] |
| 124 | + |
| 125 | +[[package]] |
| 126 | +name = "clap_builder" |
| 127 | +version = "4.5.59" |
| 128 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 129 | +checksum = "370daa45065b80218950227371916a1633217ae42b2715b2287b606dcd618e24" |
| 130 | +dependencies = [ |
| 131 | + "anstream", |
| 132 | + "anstyle", |
| 133 | + "clap_lex", |
| 134 | + "strsim", |
| 135 | +] |
| 136 | + |
| 137 | +[[package]] |
| 138 | +name = "clap_derive" |
| 139 | +version = "4.5.55" |
| 140 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 141 | +checksum = "a92793da1a46a5f2a02a6f4c46c6496b28c43638adea8306fcb0caa1634f24e5" |
| 142 | +dependencies = [ |
| 143 | + "heck", |
| 144 | + "proc-macro2", |
| 145 | + "quote", |
| 146 | + "syn", |
| 147 | +] |
| 148 | + |
| 149 | +[[package]] |
| 150 | +name = "clap_lex" |
| 151 | +version = "1.0.0" |
| 152 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 153 | +checksum = "3a822ea5bc7590f9d40f1ba12c0dc3c2760f3482c6984db1573ad11031420831" |
| 154 | + |
| 155 | +[[package]] |
| 156 | +name = "colorchoice" |
| 157 | +version = "1.0.4" |
| 158 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 159 | +checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" |
| 160 | + |
| 161 | +[[package]] |
| 162 | +name = "dirs" |
| 163 | +version = "6.0.0" |
| 164 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 165 | +checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e" |
| 166 | +dependencies = [ |
| 167 | + "dirs-sys", |
| 168 | +] |
| 169 | + |
| 170 | +[[package]] |
| 171 | +name = "dirs-sys" |
| 172 | +version = "0.5.0" |
| 173 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 174 | +checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab" |
| 175 | +dependencies = [ |
| 176 | + "libc", |
| 177 | + "option-ext", |
| 178 | + "redox_users", |
| 179 | + "windows-sys 0.61.2", |
| 180 | +] |
| 181 | + |
| 182 | +[[package]] |
| 183 | +name = "equivalent" |
| 184 | +version = "1.0.2" |
| 185 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 186 | +checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" |
| 187 | + |
| 188 | +[[package]] |
| 189 | +name = "errno" |
| 190 | +version = "0.3.14" |
| 191 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 192 | +checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" |
| 193 | +dependencies = [ |
| 194 | + "libc", |
| 195 | + "windows-sys 0.61.2", |
| 196 | +] |
| 197 | + |
| 198 | +[[package]] |
| 199 | +name = "futures-channel" |
| 200 | +version = "0.3.32" |
| 201 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 202 | +checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d" |
| 203 | +dependencies = [ |
| 204 | + "futures-core", |
| 205 | +] |
| 206 | + |
| 207 | +[[package]] |
| 208 | +name = "futures-core" |
| 209 | +version = "0.3.32" |
| 210 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 211 | +checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d" |
| 212 | + |
| 213 | +[[package]] |
| 214 | +name = "futures-executor" |
| 215 | +version = "0.3.32" |
| 216 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 217 | +checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d" |
| 218 | +dependencies = [ |
| 219 | + "futures-core", |
| 220 | + "futures-task", |
| 221 | + "futures-util", |
| 222 | +] |
| 223 | + |
| 224 | +[[package]] |
| 225 | +name = "futures-io" |
| 226 | +version = "0.3.32" |
| 227 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 228 | +checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718" |
| 229 | + |
| 230 | +[[package]] |
| 231 | +name = "futures-macro" |
| 232 | +version = "0.3.32" |
| 233 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 234 | +checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b" |
| 235 | +dependencies = [ |
| 236 | + "proc-macro2", |
| 237 | + "quote", |
| 238 | + "syn", |
| 239 | +] |
| 240 | + |
| 241 | +[[package]] |
| 242 | +name = "futures-task" |
| 243 | +version = "0.3.32" |
| 244 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 245 | +checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393" |
| 246 | + |
| 247 | +[[package]] |
| 248 | +name = "futures-util" |
| 249 | +version = "0.3.32" |
| 250 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 251 | +checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6" |
| 252 | +dependencies = [ |
| 253 | + "futures-core", |
| 254 | + "futures-macro", |
| 255 | + "futures-task", |
| 256 | + "pin-project-lite", |
| 257 | + "slab", |
| 258 | +] |
| 259 | + |
| 260 | +[[package]] |
| 261 | +name = "gardisplay" |
| 262 | +version = "0.1.0" |
| 263 | +dependencies = [ |
| 264 | + "anyhow", |
| 265 | + "clap", |
| 266 | + "dirs", |
| 267 | + "gardisplay-ipc", |
| 268 | + "gartk-core", |
| 269 | + "gartk-render", |
| 270 | + "gartk-x11", |
| 271 | + "serde", |
| 272 | + "serde_json", |
| 273 | + "thiserror", |
| 274 | + "toml 0.8.23", |
| 275 | + "tracing", |
| 276 | + "tracing-subscriber", |
| 277 | + "x11rb", |
| 278 | +] |
| 279 | + |
| 280 | +[[package]] |
| 281 | +name = "gardisplay-ipc" |
| 282 | +version = "0.1.0" |
| 283 | +dependencies = [ |
| 284 | + "serde", |
| 285 | +] |
| 286 | + |
| 287 | +[[package]] |
| 288 | +name = "gartk-core" |
| 289 | +version = "0.3.0" |
| 290 | +dependencies = [ |
| 291 | + "serde", |
| 292 | + "thiserror", |
| 293 | +] |
| 294 | + |
| 295 | +[[package]] |
| 296 | +name = "gartk-render" |
| 297 | +version = "0.3.0" |
| 298 | +dependencies = [ |
| 299 | + "cairo-rs", |
| 300 | + "gartk-core", |
| 301 | + "gartk-x11", |
| 302 | + "pango", |
| 303 | + "pangocairo", |
| 304 | + "thiserror", |
| 305 | + "tracing", |
| 306 | + "x11rb", |
| 307 | +] |
| 308 | + |
| 309 | +[[package]] |
| 310 | +name = "gartk-x11" |
| 311 | +version = "0.3.0" |
| 312 | +dependencies = [ |
| 313 | + "gartk-core", |
| 314 | + "thiserror", |
| 315 | + "tracing", |
| 316 | + "x11rb", |
| 317 | +] |
| 318 | + |
| 319 | +[[package]] |
| 320 | +name = "gethostname" |
| 321 | +version = "1.1.0" |
| 322 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 323 | +checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8" |
| 324 | +dependencies = [ |
| 325 | + "rustix", |
| 326 | + "windows-link", |
| 327 | +] |
| 328 | + |
| 329 | +[[package]] |
| 330 | +name = "getrandom" |
| 331 | +version = "0.2.17" |
| 332 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 333 | +checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" |
| 334 | +dependencies = [ |
| 335 | + "cfg-if", |
| 336 | + "libc", |
| 337 | + "wasi", |
| 338 | +] |
| 339 | + |
| 340 | +[[package]] |
| 341 | +name = "gio" |
| 342 | +version = "0.20.12" |
| 343 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 344 | +checksum = "8e27e276e7b6b8d50f6376ee7769a71133e80d093bdc363bd0af71664228b831" |
| 345 | +dependencies = [ |
| 346 | + "futures-channel", |
| 347 | + "futures-core", |
| 348 | + "futures-io", |
| 349 | + "futures-util", |
| 350 | + "gio-sys", |
| 351 | + "glib", |
| 352 | + "libc", |
| 353 | + "pin-project-lite", |
| 354 | + "smallvec", |
| 355 | +] |
| 356 | + |
| 357 | +[[package]] |
| 358 | +name = "gio-sys" |
| 359 | +version = "0.20.10" |
| 360 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 361 | +checksum = "521e93a7e56fc89e84aea9a52cfc9436816a4b363b030260b699950ff1336c83" |
| 362 | +dependencies = [ |
| 363 | + "glib-sys", |
| 364 | + "gobject-sys", |
| 365 | + "libc", |
| 366 | + "system-deps", |
| 367 | + "windows-sys 0.59.0", |
| 368 | +] |
| 369 | + |
| 370 | +[[package]] |
| 371 | +name = "glib" |
| 372 | +version = "0.20.12" |
| 373 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 374 | +checksum = "ffc4b6e352d4716d84d7dde562dd9aee2a7d48beb872dd9ece7f2d1515b2d683" |
| 375 | +dependencies = [ |
| 376 | + "bitflags", |
| 377 | + "futures-channel", |
| 378 | + "futures-core", |
| 379 | + "futures-executor", |
| 380 | + "futures-task", |
| 381 | + "futures-util", |
| 382 | + "gio-sys", |
| 383 | + "glib-macros", |
| 384 | + "glib-sys", |
| 385 | + "gobject-sys", |
| 386 | + "libc", |
| 387 | + "memchr", |
| 388 | + "smallvec", |
| 389 | +] |
| 390 | + |
| 391 | +[[package]] |
| 392 | +name = "glib-macros" |
| 393 | +version = "0.20.12" |
| 394 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 395 | +checksum = "e8084af62f09475a3f529b1629c10c429d7600ee1398ae12dd3bf175d74e7145" |
| 396 | +dependencies = [ |
| 397 | + "heck", |
| 398 | + "proc-macro-crate", |
| 399 | + "proc-macro2", |
| 400 | + "quote", |
| 401 | + "syn", |
| 402 | +] |
| 403 | + |
| 404 | +[[package]] |
| 405 | +name = "glib-sys" |
| 406 | +version = "0.20.10" |
| 407 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 408 | +checksum = "8ab79e1ed126803a8fb827e3de0e2ff95191912b8db65cee467edb56fc4cc215" |
| 409 | +dependencies = [ |
| 410 | + "libc", |
| 411 | + "system-deps", |
| 412 | +] |
| 413 | + |
| 414 | +[[package]] |
| 415 | +name = "gobject-sys" |
| 416 | +version = "0.20.10" |
| 417 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 418 | +checksum = "ec9aca94bb73989e3cfdbf8f2e0f1f6da04db4d291c431f444838925c4c63eda" |
| 419 | +dependencies = [ |
| 420 | + "glib-sys", |
| 421 | + "libc", |
| 422 | + "system-deps", |
| 423 | +] |
| 424 | + |
| 425 | +[[package]] |
| 426 | +name = "hashbrown" |
| 427 | +version = "0.16.1" |
| 428 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 429 | +checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" |
| 430 | + |
| 431 | +[[package]] |
| 432 | +name = "heck" |
| 433 | +version = "0.5.0" |
| 434 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 435 | +checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
| 436 | + |
| 437 | +[[package]] |
| 438 | +name = "indexmap" |
| 439 | +version = "2.13.0" |
| 440 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 441 | +checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017" |
| 442 | +dependencies = [ |
| 443 | + "equivalent", |
| 444 | + "hashbrown", |
| 445 | +] |
| 446 | + |
| 447 | +[[package]] |
| 448 | +name = "is_terminal_polyfill" |
| 449 | +version = "1.70.2" |
| 450 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 451 | +checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695" |
| 452 | + |
| 453 | +[[package]] |
| 454 | +name = "itoa" |
| 455 | +version = "1.0.17" |
| 456 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 457 | +checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2" |
| 458 | + |
| 459 | +[[package]] |
| 460 | +name = "lazy_static" |
| 461 | +version = "1.5.0" |
| 462 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 463 | +checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" |
| 464 | + |
| 465 | +[[package]] |
| 466 | +name = "libc" |
| 467 | +version = "0.2.182" |
| 468 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 469 | +checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112" |
| 470 | + |
| 471 | +[[package]] |
| 472 | +name = "libredox" |
| 473 | +version = "0.1.12" |
| 474 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 475 | +checksum = "3d0b95e02c851351f877147b7deea7b1afb1df71b63aa5f8270716e0c5720616" |
| 476 | +dependencies = [ |
| 477 | + "bitflags", |
| 478 | + "libc", |
| 479 | +] |
| 480 | + |
| 481 | +[[package]] |
| 482 | +name = "linux-raw-sys" |
| 483 | +version = "0.11.0" |
| 484 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 485 | +checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039" |
| 486 | + |
| 487 | +[[package]] |
| 488 | +name = "log" |
| 489 | +version = "0.4.29" |
| 490 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 491 | +checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" |
| 492 | + |
| 493 | +[[package]] |
| 494 | +name = "matchers" |
| 495 | +version = "0.2.0" |
| 496 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 497 | +checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9" |
| 498 | +dependencies = [ |
| 499 | + "regex-automata", |
| 500 | +] |
| 501 | + |
| 502 | +[[package]] |
| 503 | +name = "memchr" |
| 504 | +version = "2.8.0" |
| 505 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 506 | +checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" |
| 507 | + |
| 508 | +[[package]] |
| 509 | +name = "nu-ansi-term" |
| 510 | +version = "0.50.3" |
| 511 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 512 | +checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" |
| 513 | +dependencies = [ |
| 514 | + "windows-sys 0.61.2", |
| 515 | +] |
| 516 | + |
| 517 | +[[package]] |
| 518 | +name = "once_cell" |
| 519 | +version = "1.21.3" |
| 520 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 521 | +checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" |
| 522 | + |
| 523 | +[[package]] |
| 524 | +name = "once_cell_polyfill" |
| 525 | +version = "1.70.2" |
| 526 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 527 | +checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" |
| 528 | + |
| 529 | +[[package]] |
| 530 | +name = "option-ext" |
| 531 | +version = "0.2.0" |
| 532 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 533 | +checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" |
| 534 | + |
| 535 | +[[package]] |
| 536 | +name = "pango" |
| 537 | +version = "0.20.12" |
| 538 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 539 | +checksum = "6576b311f6df659397043a5fa8a021da8f72e34af180b44f7d57348de691ab5c" |
| 540 | +dependencies = [ |
| 541 | + "gio", |
| 542 | + "glib", |
| 543 | + "libc", |
| 544 | + "pango-sys", |
| 545 | +] |
| 546 | + |
| 547 | +[[package]] |
| 548 | +name = "pango-sys" |
| 549 | +version = "0.20.10" |
| 550 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 551 | +checksum = "186909673fc09be354555c302c0b3dcf753cd9fa08dcb8077fa663c80fb243fa" |
| 552 | +dependencies = [ |
| 553 | + "glib-sys", |
| 554 | + "gobject-sys", |
| 555 | + "libc", |
| 556 | + "system-deps", |
| 557 | +] |
| 558 | + |
| 559 | +[[package]] |
| 560 | +name = "pangocairo" |
| 561 | +version = "0.20.10" |
| 562 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 563 | +checksum = "58890dc451db9964ac2d8874f903a4370a4b3932aa5281ff0c8d9810937ad84f" |
| 564 | +dependencies = [ |
| 565 | + "cairo-rs", |
| 566 | + "glib", |
| 567 | + "libc", |
| 568 | + "pango", |
| 569 | + "pangocairo-sys", |
| 570 | +] |
| 571 | + |
| 572 | +[[package]] |
| 573 | +name = "pangocairo-sys" |
| 574 | +version = "0.20.10" |
| 575 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 576 | +checksum = "b9952903f88aa93e2927e7bca2d1ebae64fc26545a9280b4ce6bddeda26b5c42" |
| 577 | +dependencies = [ |
| 578 | + "cairo-sys-rs", |
| 579 | + "glib-sys", |
| 580 | + "libc", |
| 581 | + "pango-sys", |
| 582 | + "system-deps", |
| 583 | +] |
| 584 | + |
| 585 | +[[package]] |
| 586 | +name = "pin-project-lite" |
| 587 | +version = "0.2.16" |
| 588 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 589 | +checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" |
| 590 | + |
| 591 | +[[package]] |
| 592 | +name = "pkg-config" |
| 593 | +version = "0.3.32" |
| 594 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 595 | +checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" |
| 596 | + |
| 597 | +[[package]] |
| 598 | +name = "proc-macro-crate" |
| 599 | +version = "3.4.0" |
| 600 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 601 | +checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983" |
| 602 | +dependencies = [ |
| 603 | + "toml_edit 0.23.10+spec-1.0.0", |
| 604 | +] |
| 605 | + |
| 606 | +[[package]] |
| 607 | +name = "proc-macro2" |
| 608 | +version = "1.0.106" |
| 609 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 610 | +checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" |
| 611 | +dependencies = [ |
| 612 | + "unicode-ident", |
| 613 | +] |
| 614 | + |
| 615 | +[[package]] |
| 616 | +name = "quote" |
| 617 | +version = "1.0.44" |
| 618 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 619 | +checksum = "21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4" |
| 620 | +dependencies = [ |
| 621 | + "proc-macro2", |
| 622 | +] |
| 623 | + |
| 624 | +[[package]] |
| 625 | +name = "redox_users" |
| 626 | +version = "0.5.2" |
| 627 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 628 | +checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac" |
| 629 | +dependencies = [ |
| 630 | + "getrandom", |
| 631 | + "libredox", |
| 632 | + "thiserror", |
| 633 | +] |
| 634 | + |
| 635 | +[[package]] |
| 636 | +name = "regex-automata" |
| 637 | +version = "0.4.14" |
| 638 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 639 | +checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f" |
| 640 | +dependencies = [ |
| 641 | + "aho-corasick", |
| 642 | + "memchr", |
| 643 | + "regex-syntax", |
| 644 | +] |
| 645 | + |
| 646 | +[[package]] |
| 647 | +name = "regex-syntax" |
| 648 | +version = "0.8.9" |
| 649 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 650 | +checksum = "a96887878f22d7bad8a3b6dc5b7440e0ada9a245242924394987b21cf2210a4c" |
| 651 | + |
| 652 | +[[package]] |
| 653 | +name = "rustix" |
| 654 | +version = "1.1.3" |
| 655 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 656 | +checksum = "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34" |
| 657 | +dependencies = [ |
| 658 | + "bitflags", |
| 659 | + "errno", |
| 660 | + "libc", |
| 661 | + "linux-raw-sys", |
| 662 | + "windows-sys 0.61.2", |
| 663 | +] |
| 664 | + |
| 665 | +[[package]] |
| 666 | +name = "serde" |
| 667 | +version = "1.0.228" |
| 668 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 669 | +checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" |
| 670 | +dependencies = [ |
| 671 | + "serde_core", |
| 672 | + "serde_derive", |
| 673 | +] |
| 674 | + |
| 675 | +[[package]] |
| 676 | +name = "serde_core" |
| 677 | +version = "1.0.228" |
| 678 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 679 | +checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" |
| 680 | +dependencies = [ |
| 681 | + "serde_derive", |
| 682 | +] |
| 683 | + |
| 684 | +[[package]] |
| 685 | +name = "serde_derive" |
| 686 | +version = "1.0.228" |
| 687 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 688 | +checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" |
| 689 | +dependencies = [ |
| 690 | + "proc-macro2", |
| 691 | + "quote", |
| 692 | + "syn", |
| 693 | +] |
| 694 | + |
| 695 | +[[package]] |
| 696 | +name = "serde_json" |
| 697 | +version = "1.0.149" |
| 698 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 699 | +checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" |
| 700 | +dependencies = [ |
| 701 | + "itoa", |
| 702 | + "memchr", |
| 703 | + "serde", |
| 704 | + "serde_core", |
| 705 | + "zmij", |
| 706 | +] |
| 707 | + |
| 708 | +[[package]] |
| 709 | +name = "serde_spanned" |
| 710 | +version = "0.6.9" |
| 711 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 712 | +checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3" |
| 713 | +dependencies = [ |
| 714 | + "serde", |
| 715 | +] |
| 716 | + |
| 717 | +[[package]] |
| 718 | +name = "serde_spanned" |
| 719 | +version = "1.0.4" |
| 720 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 721 | +checksum = "f8bbf91e5a4d6315eee45e704372590b30e260ee83af6639d64557f51b067776" |
| 722 | +dependencies = [ |
| 723 | + "serde_core", |
| 724 | +] |
| 725 | + |
| 726 | +[[package]] |
| 727 | +name = "sharded-slab" |
| 728 | +version = "0.1.7" |
| 729 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 730 | +checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" |
| 731 | +dependencies = [ |
| 732 | + "lazy_static", |
| 733 | +] |
| 734 | + |
| 735 | +[[package]] |
| 736 | +name = "slab" |
| 737 | +version = "0.4.12" |
| 738 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 739 | +checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" |
| 740 | + |
| 741 | +[[package]] |
| 742 | +name = "smallvec" |
| 743 | +version = "1.15.1" |
| 744 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 745 | +checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" |
| 746 | + |
| 747 | +[[package]] |
| 748 | +name = "strsim" |
| 749 | +version = "0.11.1" |
| 750 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 751 | +checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" |
| 752 | + |
| 753 | +[[package]] |
| 754 | +name = "syn" |
| 755 | +version = "2.0.116" |
| 756 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 757 | +checksum = "3df424c70518695237746f84cede799c9c58fcb37450d7b23716568cc8bc69cb" |
| 758 | +dependencies = [ |
| 759 | + "proc-macro2", |
| 760 | + "quote", |
| 761 | + "unicode-ident", |
| 762 | +] |
| 763 | + |
| 764 | +[[package]] |
| 765 | +name = "system-deps" |
| 766 | +version = "7.0.7" |
| 767 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 768 | +checksum = "48c8f33736f986f16d69b6cb8b03f55ddcad5c41acc4ccc39dd88e84aa805e7f" |
| 769 | +dependencies = [ |
| 770 | + "cfg-expr", |
| 771 | + "heck", |
| 772 | + "pkg-config", |
| 773 | + "toml 0.9.12+spec-1.1.0", |
| 774 | + "version-compare", |
| 775 | +] |
| 776 | + |
| 777 | +[[package]] |
| 778 | +name = "target-lexicon" |
| 779 | +version = "0.13.3" |
| 780 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 781 | +checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c" |
| 782 | + |
| 783 | +[[package]] |
| 784 | +name = "thiserror" |
| 785 | +version = "2.0.18" |
| 786 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 787 | +checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" |
| 788 | +dependencies = [ |
| 789 | + "thiserror-impl", |
| 790 | +] |
| 791 | + |
| 792 | +[[package]] |
| 793 | +name = "thiserror-impl" |
| 794 | +version = "2.0.18" |
| 795 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 796 | +checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" |
| 797 | +dependencies = [ |
| 798 | + "proc-macro2", |
| 799 | + "quote", |
| 800 | + "syn", |
| 801 | +] |
| 802 | + |
| 803 | +[[package]] |
| 804 | +name = "thread_local" |
| 805 | +version = "1.1.9" |
| 806 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 807 | +checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" |
| 808 | +dependencies = [ |
| 809 | + "cfg-if", |
| 810 | +] |
| 811 | + |
| 812 | +[[package]] |
| 813 | +name = "toml" |
| 814 | +version = "0.8.23" |
| 815 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 816 | +checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362" |
| 817 | +dependencies = [ |
| 818 | + "serde", |
| 819 | + "serde_spanned 0.6.9", |
| 820 | + "toml_datetime 0.6.11", |
| 821 | + "toml_edit 0.22.27", |
| 822 | +] |
| 823 | + |
| 824 | +[[package]] |
| 825 | +name = "toml" |
| 826 | +version = "0.9.12+spec-1.1.0" |
| 827 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 828 | +checksum = "cf92845e79fc2e2def6a5d828f0801e29a2f8acc037becc5ab08595c7d5e9863" |
| 829 | +dependencies = [ |
| 830 | + "indexmap", |
| 831 | + "serde_core", |
| 832 | + "serde_spanned 1.0.4", |
| 833 | + "toml_datetime 0.7.5+spec-1.1.0", |
| 834 | + "toml_parser", |
| 835 | + "toml_writer", |
| 836 | + "winnow", |
| 837 | +] |
| 838 | + |
| 839 | +[[package]] |
| 840 | +name = "toml_datetime" |
| 841 | +version = "0.6.11" |
| 842 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 843 | +checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c" |
| 844 | +dependencies = [ |
| 845 | + "serde", |
| 846 | +] |
| 847 | + |
| 848 | +[[package]] |
| 849 | +name = "toml_datetime" |
| 850 | +version = "0.7.5+spec-1.1.0" |
| 851 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 852 | +checksum = "92e1cfed4a3038bc5a127e35a2d360f145e1f4b971b551a2ba5fd7aedf7e1347" |
| 853 | +dependencies = [ |
| 854 | + "serde_core", |
| 855 | +] |
| 856 | + |
| 857 | +[[package]] |
| 858 | +name = "toml_edit" |
| 859 | +version = "0.22.27" |
| 860 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 861 | +checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a" |
| 862 | +dependencies = [ |
| 863 | + "indexmap", |
| 864 | + "serde", |
| 865 | + "serde_spanned 0.6.9", |
| 866 | + "toml_datetime 0.6.11", |
| 867 | + "toml_write", |
| 868 | + "winnow", |
| 869 | +] |
| 870 | + |
| 871 | +[[package]] |
| 872 | +name = "toml_edit" |
| 873 | +version = "0.23.10+spec-1.0.0" |
| 874 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 875 | +checksum = "84c8b9f757e028cee9fa244aea147aab2a9ec09d5325a9b01e0a49730c2b5269" |
| 876 | +dependencies = [ |
| 877 | + "indexmap", |
| 878 | + "toml_datetime 0.7.5+spec-1.1.0", |
| 879 | + "toml_parser", |
| 880 | + "winnow", |
| 881 | +] |
| 882 | + |
| 883 | +[[package]] |
| 884 | +name = "toml_parser" |
| 885 | +version = "1.0.9+spec-1.1.0" |
| 886 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 887 | +checksum = "702d4415e08923e7e1ef96cd5727c0dfed80b4d2fa25db9647fe5eb6f7c5a4c4" |
| 888 | +dependencies = [ |
| 889 | + "winnow", |
| 890 | +] |
| 891 | + |
| 892 | +[[package]] |
| 893 | +name = "toml_write" |
| 894 | +version = "0.1.2" |
| 895 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 896 | +checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801" |
| 897 | + |
| 898 | +[[package]] |
| 899 | +name = "toml_writer" |
| 900 | +version = "1.0.6+spec-1.1.0" |
| 901 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 902 | +checksum = "ab16f14aed21ee8bfd8ec22513f7287cd4a91aa92e44edfe2c17ddd004e92607" |
| 903 | + |
| 904 | +[[package]] |
| 905 | +name = "tracing" |
| 906 | +version = "0.1.44" |
| 907 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 908 | +checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" |
| 909 | +dependencies = [ |
| 910 | + "pin-project-lite", |
| 911 | + "tracing-attributes", |
| 912 | + "tracing-core", |
| 913 | +] |
| 914 | + |
| 915 | +[[package]] |
| 916 | +name = "tracing-attributes" |
| 917 | +version = "0.1.31" |
| 918 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 919 | +checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" |
| 920 | +dependencies = [ |
| 921 | + "proc-macro2", |
| 922 | + "quote", |
| 923 | + "syn", |
| 924 | +] |
| 925 | + |
| 926 | +[[package]] |
| 927 | +name = "tracing-core" |
| 928 | +version = "0.1.36" |
| 929 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 930 | +checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" |
| 931 | +dependencies = [ |
| 932 | + "once_cell", |
| 933 | + "valuable", |
| 934 | +] |
| 935 | + |
| 936 | +[[package]] |
| 937 | +name = "tracing-log" |
| 938 | +version = "0.2.0" |
| 939 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 940 | +checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" |
| 941 | +dependencies = [ |
| 942 | + "log", |
| 943 | + "once_cell", |
| 944 | + "tracing-core", |
| 945 | +] |
| 946 | + |
| 947 | +[[package]] |
| 948 | +name = "tracing-subscriber" |
| 949 | +version = "0.3.22" |
| 950 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 951 | +checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e" |
| 952 | +dependencies = [ |
| 953 | + "matchers", |
| 954 | + "nu-ansi-term", |
| 955 | + "once_cell", |
| 956 | + "regex-automata", |
| 957 | + "sharded-slab", |
| 958 | + "smallvec", |
| 959 | + "thread_local", |
| 960 | + "tracing", |
| 961 | + "tracing-core", |
| 962 | + "tracing-log", |
| 963 | +] |
| 964 | + |
| 965 | +[[package]] |
| 966 | +name = "unicode-ident" |
| 967 | +version = "1.0.24" |
| 968 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 969 | +checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" |
| 970 | + |
| 971 | +[[package]] |
| 972 | +name = "utf8parse" |
| 973 | +version = "0.2.2" |
| 974 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 975 | +checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" |
| 976 | + |
| 977 | +[[package]] |
| 978 | +name = "valuable" |
| 979 | +version = "0.1.1" |
| 980 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 981 | +checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" |
| 982 | + |
| 983 | +[[package]] |
| 984 | +name = "version-compare" |
| 985 | +version = "0.2.1" |
| 986 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 987 | +checksum = "03c2856837ef78f57382f06b2b8563a2f512f7185d732608fd9176cb3b8edf0e" |
| 988 | + |
| 989 | +[[package]] |
| 990 | +name = "wasi" |
| 991 | +version = "0.11.1+wasi-snapshot-preview1" |
| 992 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 993 | +checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" |
| 994 | + |
| 995 | +[[package]] |
| 996 | +name = "windows-link" |
| 997 | +version = "0.2.1" |
| 998 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 999 | +checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" |
| 1000 | + |
| 1001 | +[[package]] |
| 1002 | +name = "windows-sys" |
| 1003 | +version = "0.59.0" |
| 1004 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1005 | +checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" |
| 1006 | +dependencies = [ |
| 1007 | + "windows-targets", |
| 1008 | +] |
| 1009 | + |
| 1010 | +[[package]] |
| 1011 | +name = "windows-sys" |
| 1012 | +version = "0.61.2" |
| 1013 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1014 | +checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" |
| 1015 | +dependencies = [ |
| 1016 | + "windows-link", |
| 1017 | +] |
| 1018 | + |
| 1019 | +[[package]] |
| 1020 | +name = "windows-targets" |
| 1021 | +version = "0.52.6" |
| 1022 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1023 | +checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" |
| 1024 | +dependencies = [ |
| 1025 | + "windows_aarch64_gnullvm", |
| 1026 | + "windows_aarch64_msvc", |
| 1027 | + "windows_i686_gnu", |
| 1028 | + "windows_i686_gnullvm", |
| 1029 | + "windows_i686_msvc", |
| 1030 | + "windows_x86_64_gnu", |
| 1031 | + "windows_x86_64_gnullvm", |
| 1032 | + "windows_x86_64_msvc", |
| 1033 | +] |
| 1034 | + |
| 1035 | +[[package]] |
| 1036 | +name = "windows_aarch64_gnullvm" |
| 1037 | +version = "0.52.6" |
| 1038 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1039 | +checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" |
| 1040 | + |
| 1041 | +[[package]] |
| 1042 | +name = "windows_aarch64_msvc" |
| 1043 | +version = "0.52.6" |
| 1044 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1045 | +checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" |
| 1046 | + |
| 1047 | +[[package]] |
| 1048 | +name = "windows_i686_gnu" |
| 1049 | +version = "0.52.6" |
| 1050 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1051 | +checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" |
| 1052 | + |
| 1053 | +[[package]] |
| 1054 | +name = "windows_i686_gnullvm" |
| 1055 | +version = "0.52.6" |
| 1056 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1057 | +checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" |
| 1058 | + |
| 1059 | +[[package]] |
| 1060 | +name = "windows_i686_msvc" |
| 1061 | +version = "0.52.6" |
| 1062 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1063 | +checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" |
| 1064 | + |
| 1065 | +[[package]] |
| 1066 | +name = "windows_x86_64_gnu" |
| 1067 | +version = "0.52.6" |
| 1068 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1069 | +checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" |
| 1070 | + |
| 1071 | +[[package]] |
| 1072 | +name = "windows_x86_64_gnullvm" |
| 1073 | +version = "0.52.6" |
| 1074 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1075 | +checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" |
| 1076 | + |
| 1077 | +[[package]] |
| 1078 | +name = "windows_x86_64_msvc" |
| 1079 | +version = "0.52.6" |
| 1080 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1081 | +checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" |
| 1082 | + |
| 1083 | +[[package]] |
| 1084 | +name = "winnow" |
| 1085 | +version = "0.7.14" |
| 1086 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1087 | +checksum = "5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829" |
| 1088 | +dependencies = [ |
| 1089 | + "memchr", |
| 1090 | +] |
| 1091 | + |
| 1092 | +[[package]] |
| 1093 | +name = "x11rb" |
| 1094 | +version = "0.13.2" |
| 1095 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1096 | +checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414" |
| 1097 | +dependencies = [ |
| 1098 | + "gethostname", |
| 1099 | + "rustix", |
| 1100 | + "x11rb-protocol", |
| 1101 | + "xcursor", |
| 1102 | +] |
| 1103 | + |
| 1104 | +[[package]] |
| 1105 | +name = "x11rb-protocol" |
| 1106 | +version = "0.13.2" |
| 1107 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1108 | +checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd" |
| 1109 | + |
| 1110 | +[[package]] |
| 1111 | +name = "xcursor" |
| 1112 | +version = "0.3.10" |
| 1113 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1114 | +checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b" |
| 1115 | + |
| 1116 | +[[package]] |
| 1117 | +name = "zmij" |
| 1118 | +version = "1.0.21" |
| 1119 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1120 | +checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa" |