| 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 = "autocfg" |
| 93 | version = "1.5.0" |
| 94 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 95 | checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" |
| 96 | |
| 97 | [[package]] |
| 98 | name = "bindgen" |
| 99 | version = "0.69.5" |
| 100 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 101 | checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088" |
| 102 | dependencies = [ |
| 103 | "bitflags 2.10.0", |
| 104 | "cexpr", |
| 105 | "clang-sys", |
| 106 | "itertools", |
| 107 | "lazy_static", |
| 108 | "lazycell", |
| 109 | "proc-macro2", |
| 110 | "quote", |
| 111 | "regex", |
| 112 | "rustc-hash", |
| 113 | "shlex", |
| 114 | "syn 2.0.114", |
| 115 | ] |
| 116 | |
| 117 | [[package]] |
| 118 | name = "bit_field" |
| 119 | version = "0.10.3" |
| 120 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 121 | checksum = "1e4b40c7323adcfc0a41c4b88143ed58346ff65a288fc144329c5c45e05d70c6" |
| 122 | |
| 123 | [[package]] |
| 124 | name = "bitflags" |
| 125 | version = "1.3.2" |
| 126 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 127 | checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
| 128 | |
| 129 | [[package]] |
| 130 | name = "bitflags" |
| 131 | version = "2.10.0" |
| 132 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 133 | checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3" |
| 134 | |
| 135 | [[package]] |
| 136 | name = "block2" |
| 137 | version = "0.6.2" |
| 138 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 139 | checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5" |
| 140 | dependencies = [ |
| 141 | "objc2", |
| 142 | ] |
| 143 | |
| 144 | [[package]] |
| 145 | name = "bumpalo" |
| 146 | version = "3.19.1" |
| 147 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 148 | checksum = "5dd9dc738b7a8311c7ade152424974d8115f2cdad61e8dab8dac9f2362298510" |
| 149 | |
| 150 | [[package]] |
| 151 | name = "bytemuck" |
| 152 | version = "1.24.0" |
| 153 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 154 | checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4" |
| 155 | |
| 156 | [[package]] |
| 157 | name = "byteorder" |
| 158 | version = "1.5.0" |
| 159 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 160 | checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" |
| 161 | |
| 162 | [[package]] |
| 163 | name = "bytes" |
| 164 | version = "1.11.0" |
| 165 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 166 | checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3" |
| 167 | |
| 168 | [[package]] |
| 169 | name = "cairo-rs" |
| 170 | version = "0.18.5" |
| 171 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 172 | checksum = "8ca26ef0159422fb77631dc9d17b102f253b876fe1586b03b803e63a309b4ee2" |
| 173 | dependencies = [ |
| 174 | "bitflags 2.10.0", |
| 175 | "cairo-sys-rs", |
| 176 | "glib", |
| 177 | "libc", |
| 178 | "once_cell", |
| 179 | "thiserror", |
| 180 | ] |
| 181 | |
| 182 | [[package]] |
| 183 | name = "cairo-sys-rs" |
| 184 | version = "0.18.2" |
| 185 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 186 | checksum = "685c9fa8e590b8b3d678873528d83411db17242a73fccaed827770ea0fedda51" |
| 187 | dependencies = [ |
| 188 | "glib-sys", |
| 189 | "libc", |
| 190 | "system-deps", |
| 191 | ] |
| 192 | |
| 193 | [[package]] |
| 194 | name = "cc" |
| 195 | version = "1.2.53" |
| 196 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 197 | checksum = "755d2fce177175ffca841e9a06afdb2c4ab0f593d53b4dee48147dfaade85932" |
| 198 | dependencies = [ |
| 199 | "find-msvc-tools", |
| 200 | "shlex", |
| 201 | ] |
| 202 | |
| 203 | [[package]] |
| 204 | name = "cexpr" |
| 205 | version = "0.6.0" |
| 206 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 207 | checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" |
| 208 | dependencies = [ |
| 209 | "nom", |
| 210 | ] |
| 211 | |
| 212 | [[package]] |
| 213 | name = "cfg-expr" |
| 214 | version = "0.15.8" |
| 215 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 216 | checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02" |
| 217 | dependencies = [ |
| 218 | "smallvec", |
| 219 | "target-lexicon", |
| 220 | ] |
| 221 | |
| 222 | [[package]] |
| 223 | name = "cfg-if" |
| 224 | version = "1.0.4" |
| 225 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 226 | checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" |
| 227 | |
| 228 | [[package]] |
| 229 | name = "cfg_aliases" |
| 230 | version = "0.2.1" |
| 231 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 232 | checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" |
| 233 | |
| 234 | [[package]] |
| 235 | name = "chrono" |
| 236 | version = "0.4.43" |
| 237 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 238 | checksum = "fac4744fb15ae8337dc853fee7fb3f4e48c0fbaa23d0afe49c447b4fab126118" |
| 239 | dependencies = [ |
| 240 | "iana-time-zone", |
| 241 | "js-sys", |
| 242 | "num-traits", |
| 243 | "wasm-bindgen", |
| 244 | "windows-link", |
| 245 | ] |
| 246 | |
| 247 | [[package]] |
| 248 | name = "clang-sys" |
| 249 | version = "1.8.1" |
| 250 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 251 | checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4" |
| 252 | dependencies = [ |
| 253 | "glob", |
| 254 | "libc", |
| 255 | ] |
| 256 | |
| 257 | [[package]] |
| 258 | name = "clap" |
| 259 | version = "4.5.54" |
| 260 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 261 | checksum = "c6e6ff9dcd79cff5cd969a17a545d79e84ab086e444102a591e288a8aa3ce394" |
| 262 | dependencies = [ |
| 263 | "clap_builder", |
| 264 | "clap_derive", |
| 265 | ] |
| 266 | |
| 267 | [[package]] |
| 268 | name = "clap_builder" |
| 269 | version = "4.5.54" |
| 270 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 271 | checksum = "fa42cf4d2b7a41bc8f663a7cab4031ebafa1bf3875705bfaf8466dc60ab52c00" |
| 272 | dependencies = [ |
| 273 | "anstream", |
| 274 | "anstyle", |
| 275 | "clap_lex", |
| 276 | "strsim", |
| 277 | ] |
| 278 | |
| 279 | [[package]] |
| 280 | name = "clap_derive" |
| 281 | version = "4.5.49" |
| 282 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 283 | checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671" |
| 284 | dependencies = [ |
| 285 | "heck 0.5.0", |
| 286 | "proc-macro2", |
| 287 | "quote", |
| 288 | "syn 2.0.114", |
| 289 | ] |
| 290 | |
| 291 | [[package]] |
| 292 | name = "clap_lex" |
| 293 | version = "0.7.7" |
| 294 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 295 | checksum = "c3e64b0cc0439b12df2fa678eae89a1c56a529fd067a9115f7827f1fffd22b32" |
| 296 | |
| 297 | [[package]] |
| 298 | name = "color_quant" |
| 299 | version = "1.1.0" |
| 300 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 301 | checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" |
| 302 | |
| 303 | [[package]] |
| 304 | name = "colorchoice" |
| 305 | version = "1.0.4" |
| 306 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 307 | checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" |
| 308 | |
| 309 | [[package]] |
| 310 | name = "core-foundation-sys" |
| 311 | version = "0.8.7" |
| 312 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 313 | checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" |
| 314 | |
| 315 | [[package]] |
| 316 | name = "crc32fast" |
| 317 | version = "1.5.0" |
| 318 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 319 | checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" |
| 320 | dependencies = [ |
| 321 | "cfg-if", |
| 322 | ] |
| 323 | |
| 324 | [[package]] |
| 325 | name = "crossbeam-deque" |
| 326 | version = "0.8.6" |
| 327 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 328 | checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51" |
| 329 | dependencies = [ |
| 330 | "crossbeam-epoch", |
| 331 | "crossbeam-utils", |
| 332 | ] |
| 333 | |
| 334 | [[package]] |
| 335 | name = "crossbeam-epoch" |
| 336 | version = "0.9.18" |
| 337 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 338 | checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" |
| 339 | dependencies = [ |
| 340 | "crossbeam-utils", |
| 341 | ] |
| 342 | |
| 343 | [[package]] |
| 344 | name = "crossbeam-utils" |
| 345 | version = "0.8.21" |
| 346 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 347 | checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" |
| 348 | |
| 349 | [[package]] |
| 350 | name = "crunchy" |
| 351 | version = "0.2.4" |
| 352 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 353 | checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" |
| 354 | |
| 355 | [[package]] |
| 356 | name = "ctrlc" |
| 357 | version = "3.5.1" |
| 358 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 359 | checksum = "73736a89c4aff73035ba2ed2e565061954da00d4970fc9ac25dcc85a2a20d790" |
| 360 | dependencies = [ |
| 361 | "dispatch2", |
| 362 | "nix 0.30.1", |
| 363 | "windows-sys 0.61.2", |
| 364 | ] |
| 365 | |
| 366 | [[package]] |
| 367 | name = "dirs" |
| 368 | version = "5.0.1" |
| 369 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 370 | checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225" |
| 371 | dependencies = [ |
| 372 | "dirs-sys", |
| 373 | ] |
| 374 | |
| 375 | [[package]] |
| 376 | name = "dirs-sys" |
| 377 | version = "0.4.1" |
| 378 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 379 | checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" |
| 380 | dependencies = [ |
| 381 | "libc", |
| 382 | "option-ext", |
| 383 | "redox_users", |
| 384 | "windows-sys 0.48.0", |
| 385 | ] |
| 386 | |
| 387 | [[package]] |
| 388 | name = "dispatch2" |
| 389 | version = "0.3.0" |
| 390 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 391 | checksum = "89a09f22a6c6069a18470eb92d2298acf25463f14256d24778e1230d789a2aec" |
| 392 | dependencies = [ |
| 393 | "bitflags 2.10.0", |
| 394 | "block2", |
| 395 | "libc", |
| 396 | "objc2", |
| 397 | ] |
| 398 | |
| 399 | [[package]] |
| 400 | name = "either" |
| 401 | version = "1.15.0" |
| 402 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 403 | checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" |
| 404 | |
| 405 | [[package]] |
| 406 | name = "equivalent" |
| 407 | version = "1.0.2" |
| 408 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 409 | checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" |
| 410 | |
| 411 | [[package]] |
| 412 | name = "errno" |
| 413 | version = "0.3.14" |
| 414 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 415 | checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" |
| 416 | dependencies = [ |
| 417 | "libc", |
| 418 | "windows-sys 0.61.2", |
| 419 | ] |
| 420 | |
| 421 | [[package]] |
| 422 | name = "exr" |
| 423 | version = "1.74.0" |
| 424 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 425 | checksum = "4300e043a56aa2cb633c01af81ca8f699a321879a7854d3896a0ba89056363be" |
| 426 | dependencies = [ |
| 427 | "bit_field", |
| 428 | "half", |
| 429 | "lebe", |
| 430 | "miniz_oxide", |
| 431 | "rayon-core", |
| 432 | "smallvec", |
| 433 | "zune-inflate", |
| 434 | ] |
| 435 | |
| 436 | [[package]] |
| 437 | name = "fdeflate" |
| 438 | version = "0.3.7" |
| 439 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 440 | checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c" |
| 441 | dependencies = [ |
| 442 | "simd-adler32", |
| 443 | ] |
| 444 | |
| 445 | [[package]] |
| 446 | name = "find-msvc-tools" |
| 447 | version = "0.1.8" |
| 448 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 449 | checksum = "8591b0bcc8a98a64310a2fae1bb3e9b8564dd10e381e6e28010fde8e8e8568db" |
| 450 | |
| 451 | [[package]] |
| 452 | name = "flate2" |
| 453 | version = "1.1.8" |
| 454 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 455 | checksum = "b375d6465b98090a5f25b1c7703f3859783755aa9a80433b36e0379a3ec2f369" |
| 456 | dependencies = [ |
| 457 | "crc32fast", |
| 458 | "miniz_oxide", |
| 459 | ] |
| 460 | |
| 461 | [[package]] |
| 462 | name = "futures-channel" |
| 463 | version = "0.3.31" |
| 464 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 465 | checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" |
| 466 | dependencies = [ |
| 467 | "futures-core", |
| 468 | ] |
| 469 | |
| 470 | [[package]] |
| 471 | name = "futures-core" |
| 472 | version = "0.3.31" |
| 473 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 474 | checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" |
| 475 | |
| 476 | [[package]] |
| 477 | name = "futures-executor" |
| 478 | version = "0.3.31" |
| 479 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 480 | checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" |
| 481 | dependencies = [ |
| 482 | "futures-core", |
| 483 | "futures-task", |
| 484 | "futures-util", |
| 485 | ] |
| 486 | |
| 487 | [[package]] |
| 488 | name = "futures-io" |
| 489 | version = "0.3.31" |
| 490 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 491 | checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" |
| 492 | |
| 493 | [[package]] |
| 494 | name = "futures-macro" |
| 495 | version = "0.3.31" |
| 496 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 497 | checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" |
| 498 | dependencies = [ |
| 499 | "proc-macro2", |
| 500 | "quote", |
| 501 | "syn 2.0.114", |
| 502 | ] |
| 503 | |
| 504 | [[package]] |
| 505 | name = "futures-task" |
| 506 | version = "0.3.31" |
| 507 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 508 | checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" |
| 509 | |
| 510 | [[package]] |
| 511 | name = "futures-util" |
| 512 | version = "0.3.31" |
| 513 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 514 | checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" |
| 515 | dependencies = [ |
| 516 | "futures-core", |
| 517 | "futures-macro", |
| 518 | "futures-task", |
| 519 | "pin-project-lite", |
| 520 | "pin-utils", |
| 521 | "slab", |
| 522 | ] |
| 523 | |
| 524 | [[package]] |
| 525 | name = "garlock" |
| 526 | version = "0.2.0" |
| 527 | dependencies = [ |
| 528 | "anyhow", |
| 529 | "cairo-rs", |
| 530 | "chrono", |
| 531 | "clap", |
| 532 | "ctrlc", |
| 533 | "dirs", |
| 534 | "image", |
| 535 | "nix 0.27.1", |
| 536 | "pam", |
| 537 | "pango", |
| 538 | "pangocairo", |
| 539 | "serde", |
| 540 | "serde_json", |
| 541 | "thiserror", |
| 542 | "tokio", |
| 543 | "toml", |
| 544 | "tracing", |
| 545 | "tracing-subscriber", |
| 546 | "users 0.11.0", |
| 547 | "x11rb", |
| 548 | "xkbcommon", |
| 549 | "zeroize", |
| 550 | ] |
| 551 | |
| 552 | [[package]] |
| 553 | name = "gethostname" |
| 554 | version = "1.1.0" |
| 555 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 556 | checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8" |
| 557 | dependencies = [ |
| 558 | "rustix", |
| 559 | "windows-link", |
| 560 | ] |
| 561 | |
| 562 | [[package]] |
| 563 | name = "getrandom" |
| 564 | version = "0.2.17" |
| 565 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 566 | checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" |
| 567 | dependencies = [ |
| 568 | "cfg-if", |
| 569 | "libc", |
| 570 | "wasi", |
| 571 | ] |
| 572 | |
| 573 | [[package]] |
| 574 | name = "gif" |
| 575 | version = "0.13.3" |
| 576 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 577 | checksum = "4ae047235e33e2829703574b54fdec96bfbad892062d97fed2f76022287de61b" |
| 578 | dependencies = [ |
| 579 | "color_quant", |
| 580 | "weezl", |
| 581 | ] |
| 582 | |
| 583 | [[package]] |
| 584 | name = "gio" |
| 585 | version = "0.18.4" |
| 586 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 587 | checksum = "d4fc8f532f87b79cbc51a79748f16a6828fb784be93145a322fa14d06d354c73" |
| 588 | dependencies = [ |
| 589 | "futures-channel", |
| 590 | "futures-core", |
| 591 | "futures-io", |
| 592 | "futures-util", |
| 593 | "gio-sys", |
| 594 | "glib", |
| 595 | "libc", |
| 596 | "once_cell", |
| 597 | "pin-project-lite", |
| 598 | "smallvec", |
| 599 | "thiserror", |
| 600 | ] |
| 601 | |
| 602 | [[package]] |
| 603 | name = "gio-sys" |
| 604 | version = "0.18.1" |
| 605 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 606 | checksum = "37566df850baf5e4cb0dfb78af2e4b9898d817ed9263d1090a2df958c64737d2" |
| 607 | dependencies = [ |
| 608 | "glib-sys", |
| 609 | "gobject-sys", |
| 610 | "libc", |
| 611 | "system-deps", |
| 612 | "winapi", |
| 613 | ] |
| 614 | |
| 615 | [[package]] |
| 616 | name = "glib" |
| 617 | version = "0.18.5" |
| 618 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 619 | checksum = "233daaf6e83ae6a12a52055f568f9d7cf4671dabb78ff9560ab6da230ce00ee5" |
| 620 | dependencies = [ |
| 621 | "bitflags 2.10.0", |
| 622 | "futures-channel", |
| 623 | "futures-core", |
| 624 | "futures-executor", |
| 625 | "futures-task", |
| 626 | "futures-util", |
| 627 | "gio-sys", |
| 628 | "glib-macros", |
| 629 | "glib-sys", |
| 630 | "gobject-sys", |
| 631 | "libc", |
| 632 | "memchr", |
| 633 | "once_cell", |
| 634 | "smallvec", |
| 635 | "thiserror", |
| 636 | ] |
| 637 | |
| 638 | [[package]] |
| 639 | name = "glib-macros" |
| 640 | version = "0.18.5" |
| 641 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 642 | checksum = "0bb0228f477c0900c880fd78c8759b95c7636dbd7842707f49e132378aa2acdc" |
| 643 | dependencies = [ |
| 644 | "heck 0.4.1", |
| 645 | "proc-macro-crate", |
| 646 | "proc-macro-error", |
| 647 | "proc-macro2", |
| 648 | "quote", |
| 649 | "syn 2.0.114", |
| 650 | ] |
| 651 | |
| 652 | [[package]] |
| 653 | name = "glib-sys" |
| 654 | version = "0.18.1" |
| 655 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 656 | checksum = "063ce2eb6a8d0ea93d2bf8ba1957e78dbab6be1c2220dd3daca57d5a9d869898" |
| 657 | dependencies = [ |
| 658 | "libc", |
| 659 | "system-deps", |
| 660 | ] |
| 661 | |
| 662 | [[package]] |
| 663 | name = "glob" |
| 664 | version = "0.3.3" |
| 665 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 666 | checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280" |
| 667 | |
| 668 | [[package]] |
| 669 | name = "gobject-sys" |
| 670 | version = "0.18.0" |
| 671 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 672 | checksum = "0850127b514d1c4a4654ead6dedadb18198999985908e6ffe4436f53c785ce44" |
| 673 | dependencies = [ |
| 674 | "glib-sys", |
| 675 | "libc", |
| 676 | "system-deps", |
| 677 | ] |
| 678 | |
| 679 | [[package]] |
| 680 | name = "half" |
| 681 | version = "2.7.1" |
| 682 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 683 | checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b" |
| 684 | dependencies = [ |
| 685 | "cfg-if", |
| 686 | "crunchy", |
| 687 | "zerocopy", |
| 688 | ] |
| 689 | |
| 690 | [[package]] |
| 691 | name = "hashbrown" |
| 692 | version = "0.16.1" |
| 693 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 694 | checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" |
| 695 | |
| 696 | [[package]] |
| 697 | name = "heck" |
| 698 | version = "0.4.1" |
| 699 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 700 | checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" |
| 701 | |
| 702 | [[package]] |
| 703 | name = "heck" |
| 704 | version = "0.5.0" |
| 705 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 706 | checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
| 707 | |
| 708 | [[package]] |
| 709 | name = "iana-time-zone" |
| 710 | version = "0.1.64" |
| 711 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 712 | checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb" |
| 713 | dependencies = [ |
| 714 | "android_system_properties", |
| 715 | "core-foundation-sys", |
| 716 | "iana-time-zone-haiku", |
| 717 | "js-sys", |
| 718 | "log", |
| 719 | "wasm-bindgen", |
| 720 | "windows-core", |
| 721 | ] |
| 722 | |
| 723 | [[package]] |
| 724 | name = "iana-time-zone-haiku" |
| 725 | version = "0.1.2" |
| 726 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 727 | checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" |
| 728 | dependencies = [ |
| 729 | "cc", |
| 730 | ] |
| 731 | |
| 732 | [[package]] |
| 733 | name = "image" |
| 734 | version = "0.24.9" |
| 735 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 736 | checksum = "5690139d2f55868e080017335e4b94cb7414274c74f1669c84fb5feba2c9f69d" |
| 737 | dependencies = [ |
| 738 | "bytemuck", |
| 739 | "byteorder", |
| 740 | "color_quant", |
| 741 | "exr", |
| 742 | "gif", |
| 743 | "jpeg-decoder", |
| 744 | "num-traits", |
| 745 | "png", |
| 746 | "qoi", |
| 747 | "tiff", |
| 748 | ] |
| 749 | |
| 750 | [[package]] |
| 751 | name = "indexmap" |
| 752 | version = "2.13.0" |
| 753 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 754 | checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017" |
| 755 | dependencies = [ |
| 756 | "equivalent", |
| 757 | "hashbrown", |
| 758 | ] |
| 759 | |
| 760 | [[package]] |
| 761 | name = "is_terminal_polyfill" |
| 762 | version = "1.70.2" |
| 763 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 764 | checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695" |
| 765 | |
| 766 | [[package]] |
| 767 | name = "itertools" |
| 768 | version = "0.12.1" |
| 769 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 770 | checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" |
| 771 | dependencies = [ |
| 772 | "either", |
| 773 | ] |
| 774 | |
| 775 | [[package]] |
| 776 | name = "itoa" |
| 777 | version = "1.0.17" |
| 778 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 779 | checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2" |
| 780 | |
| 781 | [[package]] |
| 782 | name = "jpeg-decoder" |
| 783 | version = "0.3.2" |
| 784 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 785 | checksum = "00810f1d8b74be64b13dbf3db89ac67740615d6c891f0e7b6179326533011a07" |
| 786 | dependencies = [ |
| 787 | "rayon", |
| 788 | ] |
| 789 | |
| 790 | [[package]] |
| 791 | name = "js-sys" |
| 792 | version = "0.3.85" |
| 793 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 794 | checksum = "8c942ebf8e95485ca0d52d97da7c5a2c387d0e7f0ba4c35e93bfcaee045955b3" |
| 795 | dependencies = [ |
| 796 | "once_cell", |
| 797 | "wasm-bindgen", |
| 798 | ] |
| 799 | |
| 800 | [[package]] |
| 801 | name = "lazy_static" |
| 802 | version = "1.5.0" |
| 803 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 804 | checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" |
| 805 | |
| 806 | [[package]] |
| 807 | name = "lazycell" |
| 808 | version = "1.3.0" |
| 809 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 810 | checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" |
| 811 | |
| 812 | [[package]] |
| 813 | name = "lebe" |
| 814 | version = "0.5.3" |
| 815 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 816 | checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8" |
| 817 | |
| 818 | [[package]] |
| 819 | name = "libc" |
| 820 | version = "0.2.180" |
| 821 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 822 | checksum = "bcc35a38544a891a5f7c865aca548a982ccb3b8650a5b06d0fd33a10283c56fc" |
| 823 | |
| 824 | [[package]] |
| 825 | name = "libredox" |
| 826 | version = "0.1.12" |
| 827 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 828 | checksum = "3d0b95e02c851351f877147b7deea7b1afb1df71b63aa5f8270716e0c5720616" |
| 829 | dependencies = [ |
| 830 | "bitflags 2.10.0", |
| 831 | "libc", |
| 832 | ] |
| 833 | |
| 834 | [[package]] |
| 835 | name = "linux-raw-sys" |
| 836 | version = "0.11.0" |
| 837 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 838 | checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039" |
| 839 | |
| 840 | [[package]] |
| 841 | name = "lock_api" |
| 842 | version = "0.4.14" |
| 843 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 844 | checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" |
| 845 | dependencies = [ |
| 846 | "scopeguard", |
| 847 | ] |
| 848 | |
| 849 | [[package]] |
| 850 | name = "log" |
| 851 | version = "0.4.29" |
| 852 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 853 | checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" |
| 854 | |
| 855 | [[package]] |
| 856 | name = "matchers" |
| 857 | version = "0.2.0" |
| 858 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 859 | checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9" |
| 860 | dependencies = [ |
| 861 | "regex-automata", |
| 862 | ] |
| 863 | |
| 864 | [[package]] |
| 865 | name = "memchr" |
| 866 | version = "2.7.6" |
| 867 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 868 | checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273" |
| 869 | |
| 870 | [[package]] |
| 871 | name = "memmap2" |
| 872 | version = "0.9.9" |
| 873 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 874 | checksum = "744133e4a0e0a658e1374cf3bf8e415c4052a15a111acd372764c55b4177d490" |
| 875 | dependencies = [ |
| 876 | "libc", |
| 877 | ] |
| 878 | |
| 879 | [[package]] |
| 880 | name = "minimal-lexical" |
| 881 | version = "0.2.1" |
| 882 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 883 | checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" |
| 884 | |
| 885 | [[package]] |
| 886 | name = "miniz_oxide" |
| 887 | version = "0.8.9" |
| 888 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 889 | checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" |
| 890 | dependencies = [ |
| 891 | "adler2", |
| 892 | "simd-adler32", |
| 893 | ] |
| 894 | |
| 895 | [[package]] |
| 896 | name = "mio" |
| 897 | version = "1.1.1" |
| 898 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 899 | checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc" |
| 900 | dependencies = [ |
| 901 | "libc", |
| 902 | "wasi", |
| 903 | "windows-sys 0.61.2", |
| 904 | ] |
| 905 | |
| 906 | [[package]] |
| 907 | name = "nix" |
| 908 | version = "0.27.1" |
| 909 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 910 | checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053" |
| 911 | dependencies = [ |
| 912 | "bitflags 2.10.0", |
| 913 | "cfg-if", |
| 914 | "libc", |
| 915 | ] |
| 916 | |
| 917 | [[package]] |
| 918 | name = "nix" |
| 919 | version = "0.30.1" |
| 920 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 921 | checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6" |
| 922 | dependencies = [ |
| 923 | "bitflags 2.10.0", |
| 924 | "cfg-if", |
| 925 | "cfg_aliases", |
| 926 | "libc", |
| 927 | ] |
| 928 | |
| 929 | [[package]] |
| 930 | name = "nom" |
| 931 | version = "7.1.3" |
| 932 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 933 | checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" |
| 934 | dependencies = [ |
| 935 | "memchr", |
| 936 | "minimal-lexical", |
| 937 | ] |
| 938 | |
| 939 | [[package]] |
| 940 | name = "nu-ansi-term" |
| 941 | version = "0.50.3" |
| 942 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 943 | checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" |
| 944 | dependencies = [ |
| 945 | "windows-sys 0.61.2", |
| 946 | ] |
| 947 | |
| 948 | [[package]] |
| 949 | name = "num-traits" |
| 950 | version = "0.2.19" |
| 951 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 952 | checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" |
| 953 | dependencies = [ |
| 954 | "autocfg", |
| 955 | ] |
| 956 | |
| 957 | [[package]] |
| 958 | name = "objc2" |
| 959 | version = "0.6.3" |
| 960 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 961 | checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05" |
| 962 | dependencies = [ |
| 963 | "objc2-encode", |
| 964 | ] |
| 965 | |
| 966 | [[package]] |
| 967 | name = "objc2-encode" |
| 968 | version = "4.1.0" |
| 969 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 970 | checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33" |
| 971 | |
| 972 | [[package]] |
| 973 | name = "once_cell" |
| 974 | version = "1.21.3" |
| 975 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 976 | checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" |
| 977 | |
| 978 | [[package]] |
| 979 | name = "once_cell_polyfill" |
| 980 | version = "1.70.2" |
| 981 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 982 | checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" |
| 983 | |
| 984 | [[package]] |
| 985 | name = "option-ext" |
| 986 | version = "0.2.0" |
| 987 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 988 | checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" |
| 989 | |
| 990 | [[package]] |
| 991 | name = "pam" |
| 992 | version = "0.8.0" |
| 993 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 994 | checksum = "8ab553c52103edb295d8f7d6a3b593dc22a30b1fb99643c777a8f36915e285ba" |
| 995 | dependencies = [ |
| 996 | "libc", |
| 997 | "memchr", |
| 998 | "pam-macros", |
| 999 | "pam-sys", |
| 1000 | "users 0.10.0", |
| 1001 | ] |
| 1002 | |
| 1003 | [[package]] |
| 1004 | name = "pam-macros" |
| 1005 | version = "0.0.3" |
| 1006 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1007 | checksum = "c94f3b9b97df3c6d4e51a14916639b24e02c7d15d1dba686ce9b1118277cb811" |
| 1008 | dependencies = [ |
| 1009 | "proc-macro2", |
| 1010 | "quote", |
| 1011 | "syn 1.0.109", |
| 1012 | ] |
| 1013 | |
| 1014 | [[package]] |
| 1015 | name = "pam-sys" |
| 1016 | version = "1.0.0-alpha5" |
| 1017 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1018 | checksum = "ce9484729b3e52c0bacdc5191cb6a6a5f31ef4c09c5e4ab1209d3340ad9e997b" |
| 1019 | dependencies = [ |
| 1020 | "bindgen", |
| 1021 | "libc", |
| 1022 | ] |
| 1023 | |
| 1024 | [[package]] |
| 1025 | name = "pango" |
| 1026 | version = "0.18.3" |
| 1027 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1028 | checksum = "7ca27ec1eb0457ab26f3036ea52229edbdb74dee1edd29063f5b9b010e7ebee4" |
| 1029 | dependencies = [ |
| 1030 | "gio", |
| 1031 | "glib", |
| 1032 | "libc", |
| 1033 | "once_cell", |
| 1034 | "pango-sys", |
| 1035 | ] |
| 1036 | |
| 1037 | [[package]] |
| 1038 | name = "pango-sys" |
| 1039 | version = "0.18.0" |
| 1040 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1041 | checksum = "436737e391a843e5933d6d9aa102cb126d501e815b83601365a948a518555dc5" |
| 1042 | dependencies = [ |
| 1043 | "glib-sys", |
| 1044 | "gobject-sys", |
| 1045 | "libc", |
| 1046 | "system-deps", |
| 1047 | ] |
| 1048 | |
| 1049 | [[package]] |
| 1050 | name = "pangocairo" |
| 1051 | version = "0.18.0" |
| 1052 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1053 | checksum = "57036589a9cfcacf83f9e606d15813fc6bf03f0e9e69aa2b5e3bb85af86b38a5" |
| 1054 | dependencies = [ |
| 1055 | "cairo-rs", |
| 1056 | "glib", |
| 1057 | "libc", |
| 1058 | "pango", |
| 1059 | "pangocairo-sys", |
| 1060 | ] |
| 1061 | |
| 1062 | [[package]] |
| 1063 | name = "pangocairo-sys" |
| 1064 | version = "0.18.0" |
| 1065 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1066 | checksum = "fc3c8ff676a37e7a72ec1d5fc029f91c407278083d2752784ff9f5188c108833" |
| 1067 | dependencies = [ |
| 1068 | "cairo-sys-rs", |
| 1069 | "glib-sys", |
| 1070 | "libc", |
| 1071 | "pango-sys", |
| 1072 | "system-deps", |
| 1073 | ] |
| 1074 | |
| 1075 | [[package]] |
| 1076 | name = "parking_lot" |
| 1077 | version = "0.12.5" |
| 1078 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1079 | checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" |
| 1080 | dependencies = [ |
| 1081 | "lock_api", |
| 1082 | "parking_lot_core", |
| 1083 | ] |
| 1084 | |
| 1085 | [[package]] |
| 1086 | name = "parking_lot_core" |
| 1087 | version = "0.9.12" |
| 1088 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1089 | checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" |
| 1090 | dependencies = [ |
| 1091 | "cfg-if", |
| 1092 | "libc", |
| 1093 | "redox_syscall", |
| 1094 | "smallvec", |
| 1095 | "windows-link", |
| 1096 | ] |
| 1097 | |
| 1098 | [[package]] |
| 1099 | name = "pin-project-lite" |
| 1100 | version = "0.2.16" |
| 1101 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1102 | checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" |
| 1103 | |
| 1104 | [[package]] |
| 1105 | name = "pin-utils" |
| 1106 | version = "0.1.0" |
| 1107 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1108 | checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" |
| 1109 | |
| 1110 | [[package]] |
| 1111 | name = "pkg-config" |
| 1112 | version = "0.3.32" |
| 1113 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1114 | checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" |
| 1115 | |
| 1116 | [[package]] |
| 1117 | name = "png" |
| 1118 | version = "0.17.16" |
| 1119 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1120 | checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526" |
| 1121 | dependencies = [ |
| 1122 | "bitflags 1.3.2", |
| 1123 | "crc32fast", |
| 1124 | "fdeflate", |
| 1125 | "flate2", |
| 1126 | "miniz_oxide", |
| 1127 | ] |
| 1128 | |
| 1129 | [[package]] |
| 1130 | name = "proc-macro-crate" |
| 1131 | version = "2.0.2" |
| 1132 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1133 | checksum = "b00f26d3400549137f92511a46ac1cd8ce37cb5598a96d382381458b992a5d24" |
| 1134 | dependencies = [ |
| 1135 | "toml_datetime", |
| 1136 | "toml_edit", |
| 1137 | ] |
| 1138 | |
| 1139 | [[package]] |
| 1140 | name = "proc-macro-error" |
| 1141 | version = "1.0.4" |
| 1142 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1143 | checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" |
| 1144 | dependencies = [ |
| 1145 | "proc-macro-error-attr", |
| 1146 | "proc-macro2", |
| 1147 | "quote", |
| 1148 | "syn 1.0.109", |
| 1149 | "version_check", |
| 1150 | ] |
| 1151 | |
| 1152 | [[package]] |
| 1153 | name = "proc-macro-error-attr" |
| 1154 | version = "1.0.4" |
| 1155 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1156 | checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" |
| 1157 | dependencies = [ |
| 1158 | "proc-macro2", |
| 1159 | "quote", |
| 1160 | "version_check", |
| 1161 | ] |
| 1162 | |
| 1163 | [[package]] |
| 1164 | name = "proc-macro2" |
| 1165 | version = "1.0.105" |
| 1166 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1167 | checksum = "535d180e0ecab6268a3e718bb9fd44db66bbbc256257165fc699dadf70d16fe7" |
| 1168 | dependencies = [ |
| 1169 | "unicode-ident", |
| 1170 | ] |
| 1171 | |
| 1172 | [[package]] |
| 1173 | name = "qoi" |
| 1174 | version = "0.4.1" |
| 1175 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1176 | checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001" |
| 1177 | dependencies = [ |
| 1178 | "bytemuck", |
| 1179 | ] |
| 1180 | |
| 1181 | [[package]] |
| 1182 | name = "quote" |
| 1183 | version = "1.0.43" |
| 1184 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1185 | checksum = "dc74d9a594b72ae6656596548f56f667211f8a97b3d4c3d467150794690dc40a" |
| 1186 | dependencies = [ |
| 1187 | "proc-macro2", |
| 1188 | ] |
| 1189 | |
| 1190 | [[package]] |
| 1191 | name = "rayon" |
| 1192 | version = "1.11.0" |
| 1193 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1194 | checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f" |
| 1195 | dependencies = [ |
| 1196 | "either", |
| 1197 | "rayon-core", |
| 1198 | ] |
| 1199 | |
| 1200 | [[package]] |
| 1201 | name = "rayon-core" |
| 1202 | version = "1.13.0" |
| 1203 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1204 | checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91" |
| 1205 | dependencies = [ |
| 1206 | "crossbeam-deque", |
| 1207 | "crossbeam-utils", |
| 1208 | ] |
| 1209 | |
| 1210 | [[package]] |
| 1211 | name = "redox_syscall" |
| 1212 | version = "0.5.18" |
| 1213 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1214 | checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" |
| 1215 | dependencies = [ |
| 1216 | "bitflags 2.10.0", |
| 1217 | ] |
| 1218 | |
| 1219 | [[package]] |
| 1220 | name = "redox_users" |
| 1221 | version = "0.4.6" |
| 1222 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1223 | checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" |
| 1224 | dependencies = [ |
| 1225 | "getrandom", |
| 1226 | "libredox", |
| 1227 | "thiserror", |
| 1228 | ] |
| 1229 | |
| 1230 | [[package]] |
| 1231 | name = "regex" |
| 1232 | version = "1.12.2" |
| 1233 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1234 | checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4" |
| 1235 | dependencies = [ |
| 1236 | "aho-corasick", |
| 1237 | "memchr", |
| 1238 | "regex-automata", |
| 1239 | "regex-syntax", |
| 1240 | ] |
| 1241 | |
| 1242 | [[package]] |
| 1243 | name = "regex-automata" |
| 1244 | version = "0.4.13" |
| 1245 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1246 | checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c" |
| 1247 | dependencies = [ |
| 1248 | "aho-corasick", |
| 1249 | "memchr", |
| 1250 | "regex-syntax", |
| 1251 | ] |
| 1252 | |
| 1253 | [[package]] |
| 1254 | name = "regex-syntax" |
| 1255 | version = "0.8.8" |
| 1256 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1257 | checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58" |
| 1258 | |
| 1259 | [[package]] |
| 1260 | name = "rustc-hash" |
| 1261 | version = "1.1.0" |
| 1262 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1263 | checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" |
| 1264 | |
| 1265 | [[package]] |
| 1266 | name = "rustix" |
| 1267 | version = "1.1.3" |
| 1268 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1269 | checksum = "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34" |
| 1270 | dependencies = [ |
| 1271 | "bitflags 2.10.0", |
| 1272 | "errno", |
| 1273 | "libc", |
| 1274 | "linux-raw-sys", |
| 1275 | "windows-sys 0.61.2", |
| 1276 | ] |
| 1277 | |
| 1278 | [[package]] |
| 1279 | name = "rustversion" |
| 1280 | version = "1.0.22" |
| 1281 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1282 | checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" |
| 1283 | |
| 1284 | [[package]] |
| 1285 | name = "scopeguard" |
| 1286 | version = "1.2.0" |
| 1287 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1288 | checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" |
| 1289 | |
| 1290 | [[package]] |
| 1291 | name = "serde" |
| 1292 | version = "1.0.228" |
| 1293 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1294 | checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" |
| 1295 | dependencies = [ |
| 1296 | "serde_core", |
| 1297 | "serde_derive", |
| 1298 | ] |
| 1299 | |
| 1300 | [[package]] |
| 1301 | name = "serde_core" |
| 1302 | version = "1.0.228" |
| 1303 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1304 | checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" |
| 1305 | dependencies = [ |
| 1306 | "serde_derive", |
| 1307 | ] |
| 1308 | |
| 1309 | [[package]] |
| 1310 | name = "serde_derive" |
| 1311 | version = "1.0.228" |
| 1312 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1313 | checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" |
| 1314 | dependencies = [ |
| 1315 | "proc-macro2", |
| 1316 | "quote", |
| 1317 | "syn 2.0.114", |
| 1318 | ] |
| 1319 | |
| 1320 | [[package]] |
| 1321 | name = "serde_json" |
| 1322 | version = "1.0.149" |
| 1323 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1324 | checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" |
| 1325 | dependencies = [ |
| 1326 | "itoa", |
| 1327 | "memchr", |
| 1328 | "serde", |
| 1329 | "serde_core", |
| 1330 | "zmij", |
| 1331 | ] |
| 1332 | |
| 1333 | [[package]] |
| 1334 | name = "serde_spanned" |
| 1335 | version = "0.6.9" |
| 1336 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1337 | checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3" |
| 1338 | dependencies = [ |
| 1339 | "serde", |
| 1340 | ] |
| 1341 | |
| 1342 | [[package]] |
| 1343 | name = "sharded-slab" |
| 1344 | version = "0.1.7" |
| 1345 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1346 | checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" |
| 1347 | dependencies = [ |
| 1348 | "lazy_static", |
| 1349 | ] |
| 1350 | |
| 1351 | [[package]] |
| 1352 | name = "shlex" |
| 1353 | version = "1.3.0" |
| 1354 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1355 | checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" |
| 1356 | |
| 1357 | [[package]] |
| 1358 | name = "signal-hook-registry" |
| 1359 | version = "1.4.8" |
| 1360 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1361 | checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b" |
| 1362 | dependencies = [ |
| 1363 | "errno", |
| 1364 | "libc", |
| 1365 | ] |
| 1366 | |
| 1367 | [[package]] |
| 1368 | name = "simd-adler32" |
| 1369 | version = "0.3.8" |
| 1370 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1371 | checksum = "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2" |
| 1372 | |
| 1373 | [[package]] |
| 1374 | name = "slab" |
| 1375 | version = "0.4.11" |
| 1376 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1377 | checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589" |
| 1378 | |
| 1379 | [[package]] |
| 1380 | name = "smallvec" |
| 1381 | version = "1.15.1" |
| 1382 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1383 | checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" |
| 1384 | |
| 1385 | [[package]] |
| 1386 | name = "socket2" |
| 1387 | version = "0.6.1" |
| 1388 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1389 | checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881" |
| 1390 | dependencies = [ |
| 1391 | "libc", |
| 1392 | "windows-sys 0.60.2", |
| 1393 | ] |
| 1394 | |
| 1395 | [[package]] |
| 1396 | name = "strsim" |
| 1397 | version = "0.11.1" |
| 1398 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1399 | checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" |
| 1400 | |
| 1401 | [[package]] |
| 1402 | name = "syn" |
| 1403 | version = "1.0.109" |
| 1404 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1405 | checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" |
| 1406 | dependencies = [ |
| 1407 | "proc-macro2", |
| 1408 | "quote", |
| 1409 | "unicode-ident", |
| 1410 | ] |
| 1411 | |
| 1412 | [[package]] |
| 1413 | name = "syn" |
| 1414 | version = "2.0.114" |
| 1415 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1416 | checksum = "d4d107df263a3013ef9b1879b0df87d706ff80f65a86ea879bd9c31f9b307c2a" |
| 1417 | dependencies = [ |
| 1418 | "proc-macro2", |
| 1419 | "quote", |
| 1420 | "unicode-ident", |
| 1421 | ] |
| 1422 | |
| 1423 | [[package]] |
| 1424 | name = "system-deps" |
| 1425 | version = "6.2.2" |
| 1426 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1427 | checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349" |
| 1428 | dependencies = [ |
| 1429 | "cfg-expr", |
| 1430 | "heck 0.5.0", |
| 1431 | "pkg-config", |
| 1432 | "toml", |
| 1433 | "version-compare", |
| 1434 | ] |
| 1435 | |
| 1436 | [[package]] |
| 1437 | name = "target-lexicon" |
| 1438 | version = "0.12.16" |
| 1439 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1440 | checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" |
| 1441 | |
| 1442 | [[package]] |
| 1443 | name = "thiserror" |
| 1444 | version = "1.0.69" |
| 1445 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1446 | checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" |
| 1447 | dependencies = [ |
| 1448 | "thiserror-impl", |
| 1449 | ] |
| 1450 | |
| 1451 | [[package]] |
| 1452 | name = "thiserror-impl" |
| 1453 | version = "1.0.69" |
| 1454 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1455 | checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" |
| 1456 | dependencies = [ |
| 1457 | "proc-macro2", |
| 1458 | "quote", |
| 1459 | "syn 2.0.114", |
| 1460 | ] |
| 1461 | |
| 1462 | [[package]] |
| 1463 | name = "thread_local" |
| 1464 | version = "1.1.9" |
| 1465 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1466 | checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" |
| 1467 | dependencies = [ |
| 1468 | "cfg-if", |
| 1469 | ] |
| 1470 | |
| 1471 | [[package]] |
| 1472 | name = "tiff" |
| 1473 | version = "0.9.1" |
| 1474 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1475 | checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e" |
| 1476 | dependencies = [ |
| 1477 | "flate2", |
| 1478 | "jpeg-decoder", |
| 1479 | "weezl", |
| 1480 | ] |
| 1481 | |
| 1482 | [[package]] |
| 1483 | name = "tokio" |
| 1484 | version = "1.49.0" |
| 1485 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1486 | checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86" |
| 1487 | dependencies = [ |
| 1488 | "bytes", |
| 1489 | "libc", |
| 1490 | "mio", |
| 1491 | "parking_lot", |
| 1492 | "pin-project-lite", |
| 1493 | "signal-hook-registry", |
| 1494 | "socket2", |
| 1495 | "tokio-macros", |
| 1496 | "windows-sys 0.61.2", |
| 1497 | ] |
| 1498 | |
| 1499 | [[package]] |
| 1500 | name = "tokio-macros" |
| 1501 | version = "2.6.0" |
| 1502 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1503 | checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5" |
| 1504 | dependencies = [ |
| 1505 | "proc-macro2", |
| 1506 | "quote", |
| 1507 | "syn 2.0.114", |
| 1508 | ] |
| 1509 | |
| 1510 | [[package]] |
| 1511 | name = "toml" |
| 1512 | version = "0.8.2" |
| 1513 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1514 | checksum = "185d8ab0dfbb35cf1399a6344d8484209c088f75f8f68230da55d48d95d43e3d" |
| 1515 | dependencies = [ |
| 1516 | "serde", |
| 1517 | "serde_spanned", |
| 1518 | "toml_datetime", |
| 1519 | "toml_edit", |
| 1520 | ] |
| 1521 | |
| 1522 | [[package]] |
| 1523 | name = "toml_datetime" |
| 1524 | version = "0.6.3" |
| 1525 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1526 | checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b" |
| 1527 | dependencies = [ |
| 1528 | "serde", |
| 1529 | ] |
| 1530 | |
| 1531 | [[package]] |
| 1532 | name = "toml_edit" |
| 1533 | version = "0.20.2" |
| 1534 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1535 | checksum = "396e4d48bbb2b7554c944bde63101b5ae446cff6ec4a24227428f15eb72ef338" |
| 1536 | dependencies = [ |
| 1537 | "indexmap", |
| 1538 | "serde", |
| 1539 | "serde_spanned", |
| 1540 | "toml_datetime", |
| 1541 | "winnow", |
| 1542 | ] |
| 1543 | |
| 1544 | [[package]] |
| 1545 | name = "tracing" |
| 1546 | version = "0.1.44" |
| 1547 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1548 | checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" |
| 1549 | dependencies = [ |
| 1550 | "pin-project-lite", |
| 1551 | "tracing-attributes", |
| 1552 | "tracing-core", |
| 1553 | ] |
| 1554 | |
| 1555 | [[package]] |
| 1556 | name = "tracing-attributes" |
| 1557 | version = "0.1.31" |
| 1558 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1559 | checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" |
| 1560 | dependencies = [ |
| 1561 | "proc-macro2", |
| 1562 | "quote", |
| 1563 | "syn 2.0.114", |
| 1564 | ] |
| 1565 | |
| 1566 | [[package]] |
| 1567 | name = "tracing-core" |
| 1568 | version = "0.1.36" |
| 1569 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1570 | checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" |
| 1571 | dependencies = [ |
| 1572 | "once_cell", |
| 1573 | "valuable", |
| 1574 | ] |
| 1575 | |
| 1576 | [[package]] |
| 1577 | name = "tracing-log" |
| 1578 | version = "0.2.0" |
| 1579 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1580 | checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" |
| 1581 | dependencies = [ |
| 1582 | "log", |
| 1583 | "once_cell", |
| 1584 | "tracing-core", |
| 1585 | ] |
| 1586 | |
| 1587 | [[package]] |
| 1588 | name = "tracing-subscriber" |
| 1589 | version = "0.3.22" |
| 1590 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1591 | checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e" |
| 1592 | dependencies = [ |
| 1593 | "matchers", |
| 1594 | "nu-ansi-term", |
| 1595 | "once_cell", |
| 1596 | "regex-automata", |
| 1597 | "sharded-slab", |
| 1598 | "smallvec", |
| 1599 | "thread_local", |
| 1600 | "tracing", |
| 1601 | "tracing-core", |
| 1602 | "tracing-log", |
| 1603 | ] |
| 1604 | |
| 1605 | [[package]] |
| 1606 | name = "unicode-ident" |
| 1607 | version = "1.0.22" |
| 1608 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1609 | checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5" |
| 1610 | |
| 1611 | [[package]] |
| 1612 | name = "users" |
| 1613 | version = "0.10.0" |
| 1614 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1615 | checksum = "aa4227e95324a443c9fcb06e03d4d85e91aabe9a5a02aa818688b6918b6af486" |
| 1616 | dependencies = [ |
| 1617 | "libc", |
| 1618 | "log", |
| 1619 | ] |
| 1620 | |
| 1621 | [[package]] |
| 1622 | name = "users" |
| 1623 | version = "0.11.0" |
| 1624 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1625 | checksum = "24cc0f6d6f267b73e5a2cadf007ba8f9bc39c6a6f9666f8cf25ea809a153b032" |
| 1626 | dependencies = [ |
| 1627 | "libc", |
| 1628 | "log", |
| 1629 | ] |
| 1630 | |
| 1631 | [[package]] |
| 1632 | name = "utf8parse" |
| 1633 | version = "0.2.2" |
| 1634 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1635 | checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" |
| 1636 | |
| 1637 | [[package]] |
| 1638 | name = "valuable" |
| 1639 | version = "0.1.1" |
| 1640 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1641 | checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" |
| 1642 | |
| 1643 | [[package]] |
| 1644 | name = "version-compare" |
| 1645 | version = "0.2.1" |
| 1646 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1647 | checksum = "03c2856837ef78f57382f06b2b8563a2f512f7185d732608fd9176cb3b8edf0e" |
| 1648 | |
| 1649 | [[package]] |
| 1650 | name = "version_check" |
| 1651 | version = "0.9.5" |
| 1652 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1653 | checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" |
| 1654 | |
| 1655 | [[package]] |
| 1656 | name = "wasi" |
| 1657 | version = "0.11.1+wasi-snapshot-preview1" |
| 1658 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1659 | checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" |
| 1660 | |
| 1661 | [[package]] |
| 1662 | name = "wasm-bindgen" |
| 1663 | version = "0.2.108" |
| 1664 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1665 | checksum = "64024a30ec1e37399cf85a7ffefebdb72205ca1c972291c51512360d90bd8566" |
| 1666 | dependencies = [ |
| 1667 | "cfg-if", |
| 1668 | "once_cell", |
| 1669 | "rustversion", |
| 1670 | "wasm-bindgen-macro", |
| 1671 | "wasm-bindgen-shared", |
| 1672 | ] |
| 1673 | |
| 1674 | [[package]] |
| 1675 | name = "wasm-bindgen-macro" |
| 1676 | version = "0.2.108" |
| 1677 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1678 | checksum = "008b239d9c740232e71bd39e8ef6429d27097518b6b30bdf9086833bd5b6d608" |
| 1679 | dependencies = [ |
| 1680 | "quote", |
| 1681 | "wasm-bindgen-macro-support", |
| 1682 | ] |
| 1683 | |
| 1684 | [[package]] |
| 1685 | name = "wasm-bindgen-macro-support" |
| 1686 | version = "0.2.108" |
| 1687 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1688 | checksum = "5256bae2d58f54820e6490f9839c49780dff84c65aeab9e772f15d5f0e913a55" |
| 1689 | dependencies = [ |
| 1690 | "bumpalo", |
| 1691 | "proc-macro2", |
| 1692 | "quote", |
| 1693 | "syn 2.0.114", |
| 1694 | "wasm-bindgen-shared", |
| 1695 | ] |
| 1696 | |
| 1697 | [[package]] |
| 1698 | name = "wasm-bindgen-shared" |
| 1699 | version = "0.2.108" |
| 1700 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1701 | checksum = "1f01b580c9ac74c8d8f0c0e4afb04eeef2acf145458e52c03845ee9cd23e3d12" |
| 1702 | dependencies = [ |
| 1703 | "unicode-ident", |
| 1704 | ] |
| 1705 | |
| 1706 | [[package]] |
| 1707 | name = "weezl" |
| 1708 | version = "0.1.12" |
| 1709 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1710 | checksum = "a28ac98ddc8b9274cb41bb4d9d4d5c425b6020c50c46f25559911905610b4a88" |
| 1711 | |
| 1712 | [[package]] |
| 1713 | name = "winapi" |
| 1714 | version = "0.3.9" |
| 1715 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1716 | checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
| 1717 | dependencies = [ |
| 1718 | "winapi-i686-pc-windows-gnu", |
| 1719 | "winapi-x86_64-pc-windows-gnu", |
| 1720 | ] |
| 1721 | |
| 1722 | [[package]] |
| 1723 | name = "winapi-i686-pc-windows-gnu" |
| 1724 | version = "0.4.0" |
| 1725 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1726 | checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
| 1727 | |
| 1728 | [[package]] |
| 1729 | name = "winapi-x86_64-pc-windows-gnu" |
| 1730 | version = "0.4.0" |
| 1731 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1732 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
| 1733 | |
| 1734 | [[package]] |
| 1735 | name = "windows-core" |
| 1736 | version = "0.62.2" |
| 1737 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1738 | checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" |
| 1739 | dependencies = [ |
| 1740 | "windows-implement", |
| 1741 | "windows-interface", |
| 1742 | "windows-link", |
| 1743 | "windows-result", |
| 1744 | "windows-strings", |
| 1745 | ] |
| 1746 | |
| 1747 | [[package]] |
| 1748 | name = "windows-implement" |
| 1749 | version = "0.60.2" |
| 1750 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1751 | checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" |
| 1752 | dependencies = [ |
| 1753 | "proc-macro2", |
| 1754 | "quote", |
| 1755 | "syn 2.0.114", |
| 1756 | ] |
| 1757 | |
| 1758 | [[package]] |
| 1759 | name = "windows-interface" |
| 1760 | version = "0.59.3" |
| 1761 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1762 | checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" |
| 1763 | dependencies = [ |
| 1764 | "proc-macro2", |
| 1765 | "quote", |
| 1766 | "syn 2.0.114", |
| 1767 | ] |
| 1768 | |
| 1769 | [[package]] |
| 1770 | name = "windows-link" |
| 1771 | version = "0.2.1" |
| 1772 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1773 | checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" |
| 1774 | |
| 1775 | [[package]] |
| 1776 | name = "windows-result" |
| 1777 | version = "0.4.1" |
| 1778 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1779 | checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" |
| 1780 | dependencies = [ |
| 1781 | "windows-link", |
| 1782 | ] |
| 1783 | |
| 1784 | [[package]] |
| 1785 | name = "windows-strings" |
| 1786 | version = "0.5.1" |
| 1787 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1788 | checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" |
| 1789 | dependencies = [ |
| 1790 | "windows-link", |
| 1791 | ] |
| 1792 | |
| 1793 | [[package]] |
| 1794 | name = "windows-sys" |
| 1795 | version = "0.48.0" |
| 1796 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1797 | checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" |
| 1798 | dependencies = [ |
| 1799 | "windows-targets 0.48.5", |
| 1800 | ] |
| 1801 | |
| 1802 | [[package]] |
| 1803 | name = "windows-sys" |
| 1804 | version = "0.60.2" |
| 1805 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1806 | checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" |
| 1807 | dependencies = [ |
| 1808 | "windows-targets 0.53.5", |
| 1809 | ] |
| 1810 | |
| 1811 | [[package]] |
| 1812 | name = "windows-sys" |
| 1813 | version = "0.61.2" |
| 1814 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1815 | checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" |
| 1816 | dependencies = [ |
| 1817 | "windows-link", |
| 1818 | ] |
| 1819 | |
| 1820 | [[package]] |
| 1821 | name = "windows-targets" |
| 1822 | version = "0.48.5" |
| 1823 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1824 | checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" |
| 1825 | dependencies = [ |
| 1826 | "windows_aarch64_gnullvm 0.48.5", |
| 1827 | "windows_aarch64_msvc 0.48.5", |
| 1828 | "windows_i686_gnu 0.48.5", |
| 1829 | "windows_i686_msvc 0.48.5", |
| 1830 | "windows_x86_64_gnu 0.48.5", |
| 1831 | "windows_x86_64_gnullvm 0.48.5", |
| 1832 | "windows_x86_64_msvc 0.48.5", |
| 1833 | ] |
| 1834 | |
| 1835 | [[package]] |
| 1836 | name = "windows-targets" |
| 1837 | version = "0.53.5" |
| 1838 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1839 | checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" |
| 1840 | dependencies = [ |
| 1841 | "windows-link", |
| 1842 | "windows_aarch64_gnullvm 0.53.1", |
| 1843 | "windows_aarch64_msvc 0.53.1", |
| 1844 | "windows_i686_gnu 0.53.1", |
| 1845 | "windows_i686_gnullvm", |
| 1846 | "windows_i686_msvc 0.53.1", |
| 1847 | "windows_x86_64_gnu 0.53.1", |
| 1848 | "windows_x86_64_gnullvm 0.53.1", |
| 1849 | "windows_x86_64_msvc 0.53.1", |
| 1850 | ] |
| 1851 | |
| 1852 | [[package]] |
| 1853 | name = "windows_aarch64_gnullvm" |
| 1854 | version = "0.48.5" |
| 1855 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1856 | checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" |
| 1857 | |
| 1858 | [[package]] |
| 1859 | name = "windows_aarch64_gnullvm" |
| 1860 | version = "0.53.1" |
| 1861 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1862 | checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" |
| 1863 | |
| 1864 | [[package]] |
| 1865 | name = "windows_aarch64_msvc" |
| 1866 | version = "0.48.5" |
| 1867 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1868 | checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" |
| 1869 | |
| 1870 | [[package]] |
| 1871 | name = "windows_aarch64_msvc" |
| 1872 | version = "0.53.1" |
| 1873 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1874 | checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" |
| 1875 | |
| 1876 | [[package]] |
| 1877 | name = "windows_i686_gnu" |
| 1878 | version = "0.48.5" |
| 1879 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1880 | checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" |
| 1881 | |
| 1882 | [[package]] |
| 1883 | name = "windows_i686_gnu" |
| 1884 | version = "0.53.1" |
| 1885 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1886 | checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" |
| 1887 | |
| 1888 | [[package]] |
| 1889 | name = "windows_i686_gnullvm" |
| 1890 | version = "0.53.1" |
| 1891 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1892 | checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" |
| 1893 | |
| 1894 | [[package]] |
| 1895 | name = "windows_i686_msvc" |
| 1896 | version = "0.48.5" |
| 1897 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1898 | checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" |
| 1899 | |
| 1900 | [[package]] |
| 1901 | name = "windows_i686_msvc" |
| 1902 | version = "0.53.1" |
| 1903 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1904 | checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" |
| 1905 | |
| 1906 | [[package]] |
| 1907 | name = "windows_x86_64_gnu" |
| 1908 | version = "0.48.5" |
| 1909 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1910 | checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" |
| 1911 | |
| 1912 | [[package]] |
| 1913 | name = "windows_x86_64_gnu" |
| 1914 | version = "0.53.1" |
| 1915 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1916 | checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" |
| 1917 | |
| 1918 | [[package]] |
| 1919 | name = "windows_x86_64_gnullvm" |
| 1920 | version = "0.48.5" |
| 1921 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1922 | checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" |
| 1923 | |
| 1924 | [[package]] |
| 1925 | name = "windows_x86_64_gnullvm" |
| 1926 | version = "0.53.1" |
| 1927 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1928 | checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" |
| 1929 | |
| 1930 | [[package]] |
| 1931 | name = "windows_x86_64_msvc" |
| 1932 | version = "0.48.5" |
| 1933 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1934 | checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" |
| 1935 | |
| 1936 | [[package]] |
| 1937 | name = "windows_x86_64_msvc" |
| 1938 | version = "0.53.1" |
| 1939 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1940 | checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" |
| 1941 | |
| 1942 | [[package]] |
| 1943 | name = "winnow" |
| 1944 | version = "0.5.40" |
| 1945 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1946 | checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876" |
| 1947 | dependencies = [ |
| 1948 | "memchr", |
| 1949 | ] |
| 1950 | |
| 1951 | [[package]] |
| 1952 | name = "x11rb" |
| 1953 | version = "0.13.2" |
| 1954 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1955 | checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414" |
| 1956 | dependencies = [ |
| 1957 | "as-raw-xcb-connection", |
| 1958 | "gethostname", |
| 1959 | "libc", |
| 1960 | "rustix", |
| 1961 | "x11rb-protocol", |
| 1962 | ] |
| 1963 | |
| 1964 | [[package]] |
| 1965 | name = "x11rb-protocol" |
| 1966 | version = "0.13.2" |
| 1967 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1968 | checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd" |
| 1969 | |
| 1970 | [[package]] |
| 1971 | name = "xkbcommon" |
| 1972 | version = "0.8.0" |
| 1973 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1974 | checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9" |
| 1975 | dependencies = [ |
| 1976 | "libc", |
| 1977 | "memmap2", |
| 1978 | "xkeysym", |
| 1979 | ] |
| 1980 | |
| 1981 | [[package]] |
| 1982 | name = "xkeysym" |
| 1983 | version = "0.2.1" |
| 1984 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1985 | checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56" |
| 1986 | |
| 1987 | [[package]] |
| 1988 | name = "zerocopy" |
| 1989 | version = "0.8.33" |
| 1990 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1991 | checksum = "668f5168d10b9ee831de31933dc111a459c97ec93225beb307aed970d1372dfd" |
| 1992 | dependencies = [ |
| 1993 | "zerocopy-derive", |
| 1994 | ] |
| 1995 | |
| 1996 | [[package]] |
| 1997 | name = "zerocopy-derive" |
| 1998 | version = "0.8.33" |
| 1999 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2000 | checksum = "2c7962b26b0a8685668b671ee4b54d007a67d4eaf05fda79ac0ecf41e32270f1" |
| 2001 | dependencies = [ |
| 2002 | "proc-macro2", |
| 2003 | "quote", |
| 2004 | "syn 2.0.114", |
| 2005 | ] |
| 2006 | |
| 2007 | [[package]] |
| 2008 | name = "zeroize" |
| 2009 | version = "1.8.2" |
| 2010 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2011 | checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0" |
| 2012 | dependencies = [ |
| 2013 | "zeroize_derive", |
| 2014 | ] |
| 2015 | |
| 2016 | [[package]] |
| 2017 | name = "zeroize_derive" |
| 2018 | version = "1.4.3" |
| 2019 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2020 | checksum = "85a5b4158499876c763cb03bc4e49185d3cccbabb15b33c627f7884f43db852e" |
| 2021 | dependencies = [ |
| 2022 | "proc-macro2", |
| 2023 | "quote", |
| 2024 | "syn 2.0.114", |
| 2025 | ] |
| 2026 | |
| 2027 | [[package]] |
| 2028 | name = "zmij" |
| 2029 | version = "1.0.14" |
| 2030 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2031 | checksum = "bd8f3f50b848df28f887acb68e41201b5aea6bc8a8dacc00fb40635ff9a72fea" |
| 2032 | |
| 2033 | [[package]] |
| 2034 | name = "zune-inflate" |
| 2035 | version = "0.2.54" |
| 2036 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2037 | checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02" |
| 2038 | dependencies = [ |
| 2039 | "simd-adler32", |
| 2040 | ] |