| 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 = "as-raw-xcb-connection" |
| 72 | version = "1.0.1" |
| 73 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 74 | checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b" |
| 75 | |
| 76 | [[package]] |
| 77 | name = "autocfg" |
| 78 | version = "1.5.0" |
| 79 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 80 | checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" |
| 81 | |
| 82 | [[package]] |
| 83 | name = "bitflags" |
| 84 | version = "2.10.0" |
| 85 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 86 | checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3" |
| 87 | |
| 88 | [[package]] |
| 89 | name = "bstr" |
| 90 | version = "1.12.1" |
| 91 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 92 | checksum = "63044e1ae8e69f3b5a92c736ca6269b8d12fa7efe39bf34ddb06d102cf0e2cab" |
| 93 | dependencies = [ |
| 94 | "memchr", |
| 95 | "serde", |
| 96 | ] |
| 97 | |
| 98 | [[package]] |
| 99 | name = "bytes" |
| 100 | version = "1.11.1" |
| 101 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 102 | checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" |
| 103 | |
| 104 | [[package]] |
| 105 | name = "cairo-rs" |
| 106 | version = "0.20.12" |
| 107 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 108 | checksum = "91e3bd0f4e25afa9cabc157908d14eeef9067d6448c49414d17b3fb55f0eadd0" |
| 109 | dependencies = [ |
| 110 | "bitflags", |
| 111 | "cairo-sys-rs", |
| 112 | "glib", |
| 113 | "libc", |
| 114 | ] |
| 115 | |
| 116 | [[package]] |
| 117 | name = "cairo-sys-rs" |
| 118 | version = "0.20.10" |
| 119 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 120 | checksum = "059cc746549898cbfd9a47754288e5a958756650ef4652bbb6c5f71a6bda4f8b" |
| 121 | dependencies = [ |
| 122 | "glib-sys", |
| 123 | "libc", |
| 124 | "system-deps", |
| 125 | ] |
| 126 | |
| 127 | [[package]] |
| 128 | name = "cc" |
| 129 | version = "1.2.55" |
| 130 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 131 | checksum = "47b26a0954ae34af09b50f0de26458fa95369a0d478d8236d3f93082b219bd29" |
| 132 | dependencies = [ |
| 133 | "find-msvc-tools", |
| 134 | "shlex", |
| 135 | ] |
| 136 | |
| 137 | [[package]] |
| 138 | name = "cfg-expr" |
| 139 | version = "0.20.6" |
| 140 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 141 | checksum = "78cef5b5a1a6827c7322ae2a636368a573006b27cfa76c7ebd53e834daeaab6a" |
| 142 | dependencies = [ |
| 143 | "smallvec", |
| 144 | "target-lexicon", |
| 145 | ] |
| 146 | |
| 147 | [[package]] |
| 148 | name = "cfg-if" |
| 149 | version = "1.0.4" |
| 150 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 151 | checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" |
| 152 | |
| 153 | [[package]] |
| 154 | name = "clap" |
| 155 | version = "4.5.58" |
| 156 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 157 | checksum = "63be97961acde393029492ce0be7a1af7e323e6bae9511ebfac33751be5e6806" |
| 158 | dependencies = [ |
| 159 | "clap_builder", |
| 160 | "clap_derive", |
| 161 | ] |
| 162 | |
| 163 | [[package]] |
| 164 | name = "clap_builder" |
| 165 | version = "4.5.58" |
| 166 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 167 | checksum = "7f13174bda5dfd69d7e947827e5af4b0f2f94a4a3ee92912fba07a66150f21e2" |
| 168 | dependencies = [ |
| 169 | "anstream", |
| 170 | "anstyle", |
| 171 | "clap_lex", |
| 172 | "strsim", |
| 173 | ] |
| 174 | |
| 175 | [[package]] |
| 176 | name = "clap_derive" |
| 177 | version = "4.5.55" |
| 178 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 179 | checksum = "a92793da1a46a5f2a02a6f4c46c6496b28c43638adea8306fcb0caa1634f24e5" |
| 180 | dependencies = [ |
| 181 | "heck", |
| 182 | "proc-macro2", |
| 183 | "quote", |
| 184 | "syn", |
| 185 | ] |
| 186 | |
| 187 | [[package]] |
| 188 | name = "clap_lex" |
| 189 | version = "1.0.0" |
| 190 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 191 | checksum = "3a822ea5bc7590f9d40f1ba12c0dc3c2760f3482c6984db1573ad11031420831" |
| 192 | |
| 193 | [[package]] |
| 194 | name = "colorchoice" |
| 195 | version = "1.0.4" |
| 196 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 197 | checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" |
| 198 | |
| 199 | [[package]] |
| 200 | name = "dirs" |
| 201 | version = "6.0.0" |
| 202 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 203 | checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e" |
| 204 | dependencies = [ |
| 205 | "dirs-sys", |
| 206 | ] |
| 207 | |
| 208 | [[package]] |
| 209 | name = "dirs-sys" |
| 210 | version = "0.5.0" |
| 211 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 212 | checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab" |
| 213 | dependencies = [ |
| 214 | "libc", |
| 215 | "option-ext", |
| 216 | "redox_users", |
| 217 | "windows-sys 0.61.2", |
| 218 | ] |
| 219 | |
| 220 | [[package]] |
| 221 | name = "either" |
| 222 | version = "1.15.0" |
| 223 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 224 | checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" |
| 225 | |
| 226 | [[package]] |
| 227 | name = "env_home" |
| 228 | version = "0.1.0" |
| 229 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 230 | checksum = "c7f84e12ccf0a7ddc17a6c41c93326024c42920d7ee630d04950e6926645c0fe" |
| 231 | |
| 232 | [[package]] |
| 233 | name = "equivalent" |
| 234 | version = "1.0.2" |
| 235 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 236 | checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" |
| 237 | |
| 238 | [[package]] |
| 239 | name = "erased-serde" |
| 240 | version = "0.4.9" |
| 241 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 242 | checksum = "89e8918065695684b2b0702da20382d5ae6065cf3327bc2d6436bd49a71ce9f3" |
| 243 | dependencies = [ |
| 244 | "serde", |
| 245 | "serde_core", |
| 246 | "typeid", |
| 247 | ] |
| 248 | |
| 249 | [[package]] |
| 250 | name = "errno" |
| 251 | version = "0.3.14" |
| 252 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 253 | checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" |
| 254 | dependencies = [ |
| 255 | "libc", |
| 256 | "windows-sys 0.61.2", |
| 257 | ] |
| 258 | |
| 259 | [[package]] |
| 260 | name = "find-msvc-tools" |
| 261 | version = "0.1.9" |
| 262 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 263 | checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" |
| 264 | |
| 265 | [[package]] |
| 266 | name = "futures-channel" |
| 267 | version = "0.3.31" |
| 268 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 269 | checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" |
| 270 | dependencies = [ |
| 271 | "futures-core", |
| 272 | ] |
| 273 | |
| 274 | [[package]] |
| 275 | name = "futures-core" |
| 276 | version = "0.3.31" |
| 277 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 278 | checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" |
| 279 | |
| 280 | [[package]] |
| 281 | name = "futures-executor" |
| 282 | version = "0.3.31" |
| 283 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 284 | checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" |
| 285 | dependencies = [ |
| 286 | "futures-core", |
| 287 | "futures-task", |
| 288 | "futures-util", |
| 289 | ] |
| 290 | |
| 291 | [[package]] |
| 292 | name = "futures-io" |
| 293 | version = "0.3.31" |
| 294 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 295 | checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" |
| 296 | |
| 297 | [[package]] |
| 298 | name = "futures-macro" |
| 299 | version = "0.3.31" |
| 300 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 301 | checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" |
| 302 | dependencies = [ |
| 303 | "proc-macro2", |
| 304 | "quote", |
| 305 | "syn", |
| 306 | ] |
| 307 | |
| 308 | [[package]] |
| 309 | name = "futures-task" |
| 310 | version = "0.3.31" |
| 311 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 312 | checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" |
| 313 | |
| 314 | [[package]] |
| 315 | name = "futures-util" |
| 316 | version = "0.3.31" |
| 317 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 318 | checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" |
| 319 | dependencies = [ |
| 320 | "futures-core", |
| 321 | "futures-macro", |
| 322 | "futures-task", |
| 323 | "pin-project-lite", |
| 324 | "pin-utils", |
| 325 | "slab", |
| 326 | ] |
| 327 | |
| 328 | [[package]] |
| 329 | name = "garcalc" |
| 330 | version = "0.1.0" |
| 331 | dependencies = [ |
| 332 | "anyhow", |
| 333 | "cairo-rs", |
| 334 | "clap", |
| 335 | "dirs", |
| 336 | "garcalc-cas", |
| 337 | "garcalc-graph", |
| 338 | "garcalc-ipc", |
| 339 | "garcalc-math", |
| 340 | "gartk-core", |
| 341 | "gartk-render", |
| 342 | "gartk-x11", |
| 343 | "mlua", |
| 344 | "serde", |
| 345 | "serde_json", |
| 346 | "thiserror", |
| 347 | "tokio", |
| 348 | "toml 0.8.23", |
| 349 | "tracing", |
| 350 | "tracing-subscriber", |
| 351 | "x11rb", |
| 352 | ] |
| 353 | |
| 354 | [[package]] |
| 355 | name = "garcalc-cas" |
| 356 | version = "0.1.0" |
| 357 | dependencies = [ |
| 358 | "serde", |
| 359 | "thiserror", |
| 360 | ] |
| 361 | |
| 362 | [[package]] |
| 363 | name = "garcalc-doc" |
| 364 | version = "0.1.0" |
| 365 | dependencies = [ |
| 366 | "garcalc-cas", |
| 367 | "garcalc-geometry", |
| 368 | "garcalc-graph", |
| 369 | "serde", |
| 370 | "serde_json", |
| 371 | "thiserror", |
| 372 | ] |
| 373 | |
| 374 | [[package]] |
| 375 | name = "garcalc-geometry" |
| 376 | version = "0.1.0" |
| 377 | dependencies = [ |
| 378 | "serde", |
| 379 | "thiserror", |
| 380 | ] |
| 381 | |
| 382 | [[package]] |
| 383 | name = "garcalc-graph" |
| 384 | version = "0.1.0" |
| 385 | dependencies = [ |
| 386 | "cairo-rs", |
| 387 | "garcalc-cas", |
| 388 | "serde", |
| 389 | "thiserror", |
| 390 | ] |
| 391 | |
| 392 | [[package]] |
| 393 | name = "garcalc-ipc" |
| 394 | version = "0.1.0" |
| 395 | dependencies = [ |
| 396 | "dirs", |
| 397 | "serde", |
| 398 | "serde_json", |
| 399 | "thiserror", |
| 400 | ] |
| 401 | |
| 402 | [[package]] |
| 403 | name = "garcalc-math" |
| 404 | version = "0.1.0" |
| 405 | dependencies = [ |
| 406 | "anyhow", |
| 407 | "cairo-rs", |
| 408 | "garcalc-cas", |
| 409 | "gartk-core", |
| 410 | "serde", |
| 411 | "thiserror", |
| 412 | ] |
| 413 | |
| 414 | [[package]] |
| 415 | name = "garcalcctl" |
| 416 | version = "0.1.0" |
| 417 | dependencies = [ |
| 418 | "anyhow", |
| 419 | "clap", |
| 420 | "garcalc-ipc", |
| 421 | "serde_json", |
| 422 | "tokio", |
| 423 | ] |
| 424 | |
| 425 | [[package]] |
| 426 | name = "garcas" |
| 427 | version = "0.1.0" |
| 428 | dependencies = [ |
| 429 | "anyhow", |
| 430 | "clap", |
| 431 | "garcalc-cas", |
| 432 | "tracing", |
| 433 | "tracing-subscriber", |
| 434 | ] |
| 435 | |
| 436 | [[package]] |
| 437 | name = "gartk-core" |
| 438 | version = "0.3.0" |
| 439 | dependencies = [ |
| 440 | "serde", |
| 441 | "thiserror", |
| 442 | ] |
| 443 | |
| 444 | [[package]] |
| 445 | name = "gartk-render" |
| 446 | version = "0.3.0" |
| 447 | dependencies = [ |
| 448 | "cairo-rs", |
| 449 | "gartk-core", |
| 450 | "gartk-x11", |
| 451 | "pango", |
| 452 | "pangocairo", |
| 453 | "thiserror", |
| 454 | "tracing", |
| 455 | "x11rb", |
| 456 | ] |
| 457 | |
| 458 | [[package]] |
| 459 | name = "gartk-x11" |
| 460 | version = "0.3.0" |
| 461 | dependencies = [ |
| 462 | "gartk-core", |
| 463 | "thiserror", |
| 464 | "tracing", |
| 465 | "x11rb", |
| 466 | ] |
| 467 | |
| 468 | [[package]] |
| 469 | name = "gethostname" |
| 470 | version = "1.1.0" |
| 471 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 472 | checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8" |
| 473 | dependencies = [ |
| 474 | "rustix", |
| 475 | "windows-link", |
| 476 | ] |
| 477 | |
| 478 | [[package]] |
| 479 | name = "getrandom" |
| 480 | version = "0.2.17" |
| 481 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 482 | checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" |
| 483 | dependencies = [ |
| 484 | "cfg-if", |
| 485 | "libc", |
| 486 | "wasi", |
| 487 | ] |
| 488 | |
| 489 | [[package]] |
| 490 | name = "gio" |
| 491 | version = "0.20.12" |
| 492 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 493 | checksum = "8e27e276e7b6b8d50f6376ee7769a71133e80d093bdc363bd0af71664228b831" |
| 494 | dependencies = [ |
| 495 | "futures-channel", |
| 496 | "futures-core", |
| 497 | "futures-io", |
| 498 | "futures-util", |
| 499 | "gio-sys", |
| 500 | "glib", |
| 501 | "libc", |
| 502 | "pin-project-lite", |
| 503 | "smallvec", |
| 504 | ] |
| 505 | |
| 506 | [[package]] |
| 507 | name = "gio-sys" |
| 508 | version = "0.20.10" |
| 509 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 510 | checksum = "521e93a7e56fc89e84aea9a52cfc9436816a4b363b030260b699950ff1336c83" |
| 511 | dependencies = [ |
| 512 | "glib-sys", |
| 513 | "gobject-sys", |
| 514 | "libc", |
| 515 | "system-deps", |
| 516 | "windows-sys 0.59.0", |
| 517 | ] |
| 518 | |
| 519 | [[package]] |
| 520 | name = "glib" |
| 521 | version = "0.20.12" |
| 522 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 523 | checksum = "ffc4b6e352d4716d84d7dde562dd9aee2a7d48beb872dd9ece7f2d1515b2d683" |
| 524 | dependencies = [ |
| 525 | "bitflags", |
| 526 | "futures-channel", |
| 527 | "futures-core", |
| 528 | "futures-executor", |
| 529 | "futures-task", |
| 530 | "futures-util", |
| 531 | "gio-sys", |
| 532 | "glib-macros", |
| 533 | "glib-sys", |
| 534 | "gobject-sys", |
| 535 | "libc", |
| 536 | "memchr", |
| 537 | "smallvec", |
| 538 | ] |
| 539 | |
| 540 | [[package]] |
| 541 | name = "glib-macros" |
| 542 | version = "0.20.12" |
| 543 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 544 | checksum = "e8084af62f09475a3f529b1629c10c429d7600ee1398ae12dd3bf175d74e7145" |
| 545 | dependencies = [ |
| 546 | "heck", |
| 547 | "proc-macro-crate", |
| 548 | "proc-macro2", |
| 549 | "quote", |
| 550 | "syn", |
| 551 | ] |
| 552 | |
| 553 | [[package]] |
| 554 | name = "glib-sys" |
| 555 | version = "0.20.10" |
| 556 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 557 | checksum = "8ab79e1ed126803a8fb827e3de0e2ff95191912b8db65cee467edb56fc4cc215" |
| 558 | dependencies = [ |
| 559 | "libc", |
| 560 | "system-deps", |
| 561 | ] |
| 562 | |
| 563 | [[package]] |
| 564 | name = "gobject-sys" |
| 565 | version = "0.20.10" |
| 566 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 567 | checksum = "ec9aca94bb73989e3cfdbf8f2e0f1f6da04db4d291c431f444838925c4c63eda" |
| 568 | dependencies = [ |
| 569 | "glib-sys", |
| 570 | "libc", |
| 571 | "system-deps", |
| 572 | ] |
| 573 | |
| 574 | [[package]] |
| 575 | name = "hashbrown" |
| 576 | version = "0.16.1" |
| 577 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 578 | checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" |
| 579 | |
| 580 | [[package]] |
| 581 | name = "heck" |
| 582 | version = "0.5.0" |
| 583 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 584 | checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
| 585 | |
| 586 | [[package]] |
| 587 | name = "indexmap" |
| 588 | version = "2.13.0" |
| 589 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 590 | checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017" |
| 591 | dependencies = [ |
| 592 | "equivalent", |
| 593 | "hashbrown", |
| 594 | ] |
| 595 | |
| 596 | [[package]] |
| 597 | name = "is_terminal_polyfill" |
| 598 | version = "1.70.2" |
| 599 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 600 | checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695" |
| 601 | |
| 602 | [[package]] |
| 603 | name = "itoa" |
| 604 | version = "1.0.17" |
| 605 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 606 | checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2" |
| 607 | |
| 608 | [[package]] |
| 609 | name = "lazy_static" |
| 610 | version = "1.5.0" |
| 611 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 612 | checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" |
| 613 | |
| 614 | [[package]] |
| 615 | name = "libc" |
| 616 | version = "0.2.181" |
| 617 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 618 | checksum = "459427e2af2b9c839b132acb702a1c654d95e10f8c326bfc2ad11310e458b1c5" |
| 619 | |
| 620 | [[package]] |
| 621 | name = "libredox" |
| 622 | version = "0.1.12" |
| 623 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 624 | checksum = "3d0b95e02c851351f877147b7deea7b1afb1df71b63aa5f8270716e0c5720616" |
| 625 | dependencies = [ |
| 626 | "bitflags", |
| 627 | "libc", |
| 628 | ] |
| 629 | |
| 630 | [[package]] |
| 631 | name = "linux-raw-sys" |
| 632 | version = "0.11.0" |
| 633 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 634 | checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039" |
| 635 | |
| 636 | [[package]] |
| 637 | name = "lock_api" |
| 638 | version = "0.4.14" |
| 639 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 640 | checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" |
| 641 | dependencies = [ |
| 642 | "scopeguard", |
| 643 | ] |
| 644 | |
| 645 | [[package]] |
| 646 | name = "log" |
| 647 | version = "0.4.29" |
| 648 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 649 | checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" |
| 650 | |
| 651 | [[package]] |
| 652 | name = "lua-src" |
| 653 | version = "547.0.0" |
| 654 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 655 | checksum = "1edaf29e3517b49b8b746701e5648ccb5785cde1c119062cbabbc5d5cd115e42" |
| 656 | dependencies = [ |
| 657 | "cc", |
| 658 | ] |
| 659 | |
| 660 | [[package]] |
| 661 | name = "luajit-src" |
| 662 | version = "210.5.12+a4f56a4" |
| 663 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 664 | checksum = "b3a8e7962a5368d5f264d045a5a255e90f9aa3fc1941ae15a8d2940d42cac671" |
| 665 | dependencies = [ |
| 666 | "cc", |
| 667 | "which", |
| 668 | ] |
| 669 | |
| 670 | [[package]] |
| 671 | name = "matchers" |
| 672 | version = "0.2.0" |
| 673 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 674 | checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9" |
| 675 | dependencies = [ |
| 676 | "regex-automata", |
| 677 | ] |
| 678 | |
| 679 | [[package]] |
| 680 | name = "memchr" |
| 681 | version = "2.8.0" |
| 682 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 683 | checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" |
| 684 | |
| 685 | [[package]] |
| 686 | name = "mio" |
| 687 | version = "1.1.1" |
| 688 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 689 | checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc" |
| 690 | dependencies = [ |
| 691 | "libc", |
| 692 | "wasi", |
| 693 | "windows-sys 0.61.2", |
| 694 | ] |
| 695 | |
| 696 | [[package]] |
| 697 | name = "mlua" |
| 698 | version = "0.10.5" |
| 699 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 700 | checksum = "c1f5f8fbebc7db5f671671134b9321c4b9aa9adeafccfd9a8c020ae45c6a35d0" |
| 701 | dependencies = [ |
| 702 | "bstr", |
| 703 | "either", |
| 704 | "erased-serde", |
| 705 | "mlua-sys", |
| 706 | "num-traits", |
| 707 | "parking_lot", |
| 708 | "rustc-hash", |
| 709 | "rustversion", |
| 710 | "serde", |
| 711 | "serde-value", |
| 712 | ] |
| 713 | |
| 714 | [[package]] |
| 715 | name = "mlua-sys" |
| 716 | version = "0.6.8" |
| 717 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 718 | checksum = "380c1f7e2099cafcf40e51d3a9f20a346977587aa4d012eae1f043149a728a93" |
| 719 | dependencies = [ |
| 720 | "cc", |
| 721 | "cfg-if", |
| 722 | "lua-src", |
| 723 | "luajit-src", |
| 724 | "pkg-config", |
| 725 | ] |
| 726 | |
| 727 | [[package]] |
| 728 | name = "nu-ansi-term" |
| 729 | version = "0.50.3" |
| 730 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 731 | checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" |
| 732 | dependencies = [ |
| 733 | "windows-sys 0.61.2", |
| 734 | ] |
| 735 | |
| 736 | [[package]] |
| 737 | name = "num-traits" |
| 738 | version = "0.2.19" |
| 739 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 740 | checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" |
| 741 | dependencies = [ |
| 742 | "autocfg", |
| 743 | ] |
| 744 | |
| 745 | [[package]] |
| 746 | name = "once_cell" |
| 747 | version = "1.21.3" |
| 748 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 749 | checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" |
| 750 | |
| 751 | [[package]] |
| 752 | name = "once_cell_polyfill" |
| 753 | version = "1.70.2" |
| 754 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 755 | checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" |
| 756 | |
| 757 | [[package]] |
| 758 | name = "option-ext" |
| 759 | version = "0.2.0" |
| 760 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 761 | checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" |
| 762 | |
| 763 | [[package]] |
| 764 | name = "ordered-float" |
| 765 | version = "2.10.1" |
| 766 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 767 | checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c" |
| 768 | dependencies = [ |
| 769 | "num-traits", |
| 770 | ] |
| 771 | |
| 772 | [[package]] |
| 773 | name = "pango" |
| 774 | version = "0.20.12" |
| 775 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 776 | checksum = "6576b311f6df659397043a5fa8a021da8f72e34af180b44f7d57348de691ab5c" |
| 777 | dependencies = [ |
| 778 | "gio", |
| 779 | "glib", |
| 780 | "libc", |
| 781 | "pango-sys", |
| 782 | ] |
| 783 | |
| 784 | [[package]] |
| 785 | name = "pango-sys" |
| 786 | version = "0.20.10" |
| 787 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 788 | checksum = "186909673fc09be354555c302c0b3dcf753cd9fa08dcb8077fa663c80fb243fa" |
| 789 | dependencies = [ |
| 790 | "glib-sys", |
| 791 | "gobject-sys", |
| 792 | "libc", |
| 793 | "system-deps", |
| 794 | ] |
| 795 | |
| 796 | [[package]] |
| 797 | name = "pangocairo" |
| 798 | version = "0.20.10" |
| 799 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 800 | checksum = "58890dc451db9964ac2d8874f903a4370a4b3932aa5281ff0c8d9810937ad84f" |
| 801 | dependencies = [ |
| 802 | "cairo-rs", |
| 803 | "glib", |
| 804 | "libc", |
| 805 | "pango", |
| 806 | "pangocairo-sys", |
| 807 | ] |
| 808 | |
| 809 | [[package]] |
| 810 | name = "pangocairo-sys" |
| 811 | version = "0.20.10" |
| 812 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 813 | checksum = "b9952903f88aa93e2927e7bca2d1ebae64fc26545a9280b4ce6bddeda26b5c42" |
| 814 | dependencies = [ |
| 815 | "cairo-sys-rs", |
| 816 | "glib-sys", |
| 817 | "libc", |
| 818 | "pango-sys", |
| 819 | "system-deps", |
| 820 | ] |
| 821 | |
| 822 | [[package]] |
| 823 | name = "parking_lot" |
| 824 | version = "0.12.5" |
| 825 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 826 | checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" |
| 827 | dependencies = [ |
| 828 | "lock_api", |
| 829 | "parking_lot_core", |
| 830 | ] |
| 831 | |
| 832 | [[package]] |
| 833 | name = "parking_lot_core" |
| 834 | version = "0.9.12" |
| 835 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 836 | checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" |
| 837 | dependencies = [ |
| 838 | "cfg-if", |
| 839 | "libc", |
| 840 | "redox_syscall", |
| 841 | "smallvec", |
| 842 | "windows-link", |
| 843 | ] |
| 844 | |
| 845 | [[package]] |
| 846 | name = "pin-project-lite" |
| 847 | version = "0.2.16" |
| 848 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 849 | checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" |
| 850 | |
| 851 | [[package]] |
| 852 | name = "pin-utils" |
| 853 | version = "0.1.0" |
| 854 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 855 | checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" |
| 856 | |
| 857 | [[package]] |
| 858 | name = "pkg-config" |
| 859 | version = "0.3.32" |
| 860 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 861 | checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" |
| 862 | |
| 863 | [[package]] |
| 864 | name = "proc-macro-crate" |
| 865 | version = "3.4.0" |
| 866 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 867 | checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983" |
| 868 | dependencies = [ |
| 869 | "toml_edit 0.23.10+spec-1.0.0", |
| 870 | ] |
| 871 | |
| 872 | [[package]] |
| 873 | name = "proc-macro2" |
| 874 | version = "1.0.106" |
| 875 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 876 | checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" |
| 877 | dependencies = [ |
| 878 | "unicode-ident", |
| 879 | ] |
| 880 | |
| 881 | [[package]] |
| 882 | name = "quote" |
| 883 | version = "1.0.44" |
| 884 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 885 | checksum = "21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4" |
| 886 | dependencies = [ |
| 887 | "proc-macro2", |
| 888 | ] |
| 889 | |
| 890 | [[package]] |
| 891 | name = "redox_syscall" |
| 892 | version = "0.5.18" |
| 893 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 894 | checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" |
| 895 | dependencies = [ |
| 896 | "bitflags", |
| 897 | ] |
| 898 | |
| 899 | [[package]] |
| 900 | name = "redox_users" |
| 901 | version = "0.5.2" |
| 902 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 903 | checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac" |
| 904 | dependencies = [ |
| 905 | "getrandom", |
| 906 | "libredox", |
| 907 | "thiserror", |
| 908 | ] |
| 909 | |
| 910 | [[package]] |
| 911 | name = "regex-automata" |
| 912 | version = "0.4.14" |
| 913 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 914 | checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f" |
| 915 | dependencies = [ |
| 916 | "aho-corasick", |
| 917 | "memchr", |
| 918 | "regex-syntax", |
| 919 | ] |
| 920 | |
| 921 | [[package]] |
| 922 | name = "regex-syntax" |
| 923 | version = "0.8.9" |
| 924 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 925 | checksum = "a96887878f22d7bad8a3b6dc5b7440e0ada9a245242924394987b21cf2210a4c" |
| 926 | |
| 927 | [[package]] |
| 928 | name = "rustc-hash" |
| 929 | version = "2.1.1" |
| 930 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 931 | checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" |
| 932 | |
| 933 | [[package]] |
| 934 | name = "rustix" |
| 935 | version = "1.1.3" |
| 936 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 937 | checksum = "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34" |
| 938 | dependencies = [ |
| 939 | "bitflags", |
| 940 | "errno", |
| 941 | "libc", |
| 942 | "linux-raw-sys", |
| 943 | "windows-sys 0.61.2", |
| 944 | ] |
| 945 | |
| 946 | [[package]] |
| 947 | name = "rustversion" |
| 948 | version = "1.0.22" |
| 949 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 950 | checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" |
| 951 | |
| 952 | [[package]] |
| 953 | name = "scopeguard" |
| 954 | version = "1.2.0" |
| 955 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 956 | checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" |
| 957 | |
| 958 | [[package]] |
| 959 | name = "serde" |
| 960 | version = "1.0.228" |
| 961 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 962 | checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" |
| 963 | dependencies = [ |
| 964 | "serde_core", |
| 965 | "serde_derive", |
| 966 | ] |
| 967 | |
| 968 | [[package]] |
| 969 | name = "serde-value" |
| 970 | version = "0.7.0" |
| 971 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 972 | checksum = "f3a1a3341211875ef120e117ea7fd5228530ae7e7036a779fdc9117be6b3282c" |
| 973 | dependencies = [ |
| 974 | "ordered-float", |
| 975 | "serde", |
| 976 | ] |
| 977 | |
| 978 | [[package]] |
| 979 | name = "serde_core" |
| 980 | version = "1.0.228" |
| 981 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 982 | checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" |
| 983 | dependencies = [ |
| 984 | "serde_derive", |
| 985 | ] |
| 986 | |
| 987 | [[package]] |
| 988 | name = "serde_derive" |
| 989 | version = "1.0.228" |
| 990 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 991 | checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" |
| 992 | dependencies = [ |
| 993 | "proc-macro2", |
| 994 | "quote", |
| 995 | "syn", |
| 996 | ] |
| 997 | |
| 998 | [[package]] |
| 999 | name = "serde_json" |
| 1000 | version = "1.0.149" |
| 1001 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1002 | checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" |
| 1003 | dependencies = [ |
| 1004 | "itoa", |
| 1005 | "memchr", |
| 1006 | "serde", |
| 1007 | "serde_core", |
| 1008 | "zmij", |
| 1009 | ] |
| 1010 | |
| 1011 | [[package]] |
| 1012 | name = "serde_spanned" |
| 1013 | version = "0.6.9" |
| 1014 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1015 | checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3" |
| 1016 | dependencies = [ |
| 1017 | "serde", |
| 1018 | ] |
| 1019 | |
| 1020 | [[package]] |
| 1021 | name = "serde_spanned" |
| 1022 | version = "1.0.4" |
| 1023 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1024 | checksum = "f8bbf91e5a4d6315eee45e704372590b30e260ee83af6639d64557f51b067776" |
| 1025 | dependencies = [ |
| 1026 | "serde_core", |
| 1027 | ] |
| 1028 | |
| 1029 | [[package]] |
| 1030 | name = "sharded-slab" |
| 1031 | version = "0.1.7" |
| 1032 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1033 | checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" |
| 1034 | dependencies = [ |
| 1035 | "lazy_static", |
| 1036 | ] |
| 1037 | |
| 1038 | [[package]] |
| 1039 | name = "shlex" |
| 1040 | version = "1.3.0" |
| 1041 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1042 | checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" |
| 1043 | |
| 1044 | [[package]] |
| 1045 | name = "signal-hook-registry" |
| 1046 | version = "1.4.8" |
| 1047 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1048 | checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b" |
| 1049 | dependencies = [ |
| 1050 | "errno", |
| 1051 | "libc", |
| 1052 | ] |
| 1053 | |
| 1054 | [[package]] |
| 1055 | name = "slab" |
| 1056 | version = "0.4.12" |
| 1057 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1058 | checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" |
| 1059 | |
| 1060 | [[package]] |
| 1061 | name = "smallvec" |
| 1062 | version = "1.15.1" |
| 1063 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1064 | checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" |
| 1065 | |
| 1066 | [[package]] |
| 1067 | name = "socket2" |
| 1068 | version = "0.6.2" |
| 1069 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1070 | checksum = "86f4aa3ad99f2088c990dfa82d367e19cb29268ed67c574d10d0a4bfe71f07e0" |
| 1071 | dependencies = [ |
| 1072 | "libc", |
| 1073 | "windows-sys 0.60.2", |
| 1074 | ] |
| 1075 | |
| 1076 | [[package]] |
| 1077 | name = "strsim" |
| 1078 | version = "0.11.1" |
| 1079 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1080 | checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" |
| 1081 | |
| 1082 | [[package]] |
| 1083 | name = "syn" |
| 1084 | version = "2.0.115" |
| 1085 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1086 | checksum = "6e614ed320ac28113fa64972c4262d5dbc89deacdfd00c34a3e4cea073243c12" |
| 1087 | dependencies = [ |
| 1088 | "proc-macro2", |
| 1089 | "quote", |
| 1090 | "unicode-ident", |
| 1091 | ] |
| 1092 | |
| 1093 | [[package]] |
| 1094 | name = "system-deps" |
| 1095 | version = "7.0.7" |
| 1096 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1097 | checksum = "48c8f33736f986f16d69b6cb8b03f55ddcad5c41acc4ccc39dd88e84aa805e7f" |
| 1098 | dependencies = [ |
| 1099 | "cfg-expr", |
| 1100 | "heck", |
| 1101 | "pkg-config", |
| 1102 | "toml 0.9.12+spec-1.1.0", |
| 1103 | "version-compare", |
| 1104 | ] |
| 1105 | |
| 1106 | [[package]] |
| 1107 | name = "target-lexicon" |
| 1108 | version = "0.13.3" |
| 1109 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1110 | checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c" |
| 1111 | |
| 1112 | [[package]] |
| 1113 | name = "thiserror" |
| 1114 | version = "2.0.18" |
| 1115 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1116 | checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" |
| 1117 | dependencies = [ |
| 1118 | "thiserror-impl", |
| 1119 | ] |
| 1120 | |
| 1121 | [[package]] |
| 1122 | name = "thiserror-impl" |
| 1123 | version = "2.0.18" |
| 1124 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1125 | checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" |
| 1126 | dependencies = [ |
| 1127 | "proc-macro2", |
| 1128 | "quote", |
| 1129 | "syn", |
| 1130 | ] |
| 1131 | |
| 1132 | [[package]] |
| 1133 | name = "thread_local" |
| 1134 | version = "1.1.9" |
| 1135 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1136 | checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" |
| 1137 | dependencies = [ |
| 1138 | "cfg-if", |
| 1139 | ] |
| 1140 | |
| 1141 | [[package]] |
| 1142 | name = "tokio" |
| 1143 | version = "1.49.0" |
| 1144 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1145 | checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86" |
| 1146 | dependencies = [ |
| 1147 | "bytes", |
| 1148 | "libc", |
| 1149 | "mio", |
| 1150 | "pin-project-lite", |
| 1151 | "signal-hook-registry", |
| 1152 | "socket2", |
| 1153 | "tokio-macros", |
| 1154 | "windows-sys 0.61.2", |
| 1155 | ] |
| 1156 | |
| 1157 | [[package]] |
| 1158 | name = "tokio-macros" |
| 1159 | version = "2.6.0" |
| 1160 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1161 | checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5" |
| 1162 | dependencies = [ |
| 1163 | "proc-macro2", |
| 1164 | "quote", |
| 1165 | "syn", |
| 1166 | ] |
| 1167 | |
| 1168 | [[package]] |
| 1169 | name = "toml" |
| 1170 | version = "0.8.23" |
| 1171 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1172 | checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362" |
| 1173 | dependencies = [ |
| 1174 | "serde", |
| 1175 | "serde_spanned 0.6.9", |
| 1176 | "toml_datetime 0.6.11", |
| 1177 | "toml_edit 0.22.27", |
| 1178 | ] |
| 1179 | |
| 1180 | [[package]] |
| 1181 | name = "toml" |
| 1182 | version = "0.9.12+spec-1.1.0" |
| 1183 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1184 | checksum = "cf92845e79fc2e2def6a5d828f0801e29a2f8acc037becc5ab08595c7d5e9863" |
| 1185 | dependencies = [ |
| 1186 | "indexmap", |
| 1187 | "serde_core", |
| 1188 | "serde_spanned 1.0.4", |
| 1189 | "toml_datetime 0.7.5+spec-1.1.0", |
| 1190 | "toml_parser", |
| 1191 | "toml_writer", |
| 1192 | "winnow", |
| 1193 | ] |
| 1194 | |
| 1195 | [[package]] |
| 1196 | name = "toml_datetime" |
| 1197 | version = "0.6.11" |
| 1198 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1199 | checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c" |
| 1200 | dependencies = [ |
| 1201 | "serde", |
| 1202 | ] |
| 1203 | |
| 1204 | [[package]] |
| 1205 | name = "toml_datetime" |
| 1206 | version = "0.7.5+spec-1.1.0" |
| 1207 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1208 | checksum = "92e1cfed4a3038bc5a127e35a2d360f145e1f4b971b551a2ba5fd7aedf7e1347" |
| 1209 | dependencies = [ |
| 1210 | "serde_core", |
| 1211 | ] |
| 1212 | |
| 1213 | [[package]] |
| 1214 | name = "toml_edit" |
| 1215 | version = "0.22.27" |
| 1216 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1217 | checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a" |
| 1218 | dependencies = [ |
| 1219 | "indexmap", |
| 1220 | "serde", |
| 1221 | "serde_spanned 0.6.9", |
| 1222 | "toml_datetime 0.6.11", |
| 1223 | "toml_write", |
| 1224 | "winnow", |
| 1225 | ] |
| 1226 | |
| 1227 | [[package]] |
| 1228 | name = "toml_edit" |
| 1229 | version = "0.23.10+spec-1.0.0" |
| 1230 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1231 | checksum = "84c8b9f757e028cee9fa244aea147aab2a9ec09d5325a9b01e0a49730c2b5269" |
| 1232 | dependencies = [ |
| 1233 | "indexmap", |
| 1234 | "toml_datetime 0.7.5+spec-1.1.0", |
| 1235 | "toml_parser", |
| 1236 | "winnow", |
| 1237 | ] |
| 1238 | |
| 1239 | [[package]] |
| 1240 | name = "toml_parser" |
| 1241 | version = "1.0.7+spec-1.1.0" |
| 1242 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1243 | checksum = "247eaa3197818b831697600aadf81514e577e0cba5eab10f7e064e78ae154df1" |
| 1244 | dependencies = [ |
| 1245 | "winnow", |
| 1246 | ] |
| 1247 | |
| 1248 | [[package]] |
| 1249 | name = "toml_write" |
| 1250 | version = "0.1.2" |
| 1251 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1252 | checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801" |
| 1253 | |
| 1254 | [[package]] |
| 1255 | name = "toml_writer" |
| 1256 | version = "1.0.6+spec-1.1.0" |
| 1257 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1258 | checksum = "ab16f14aed21ee8bfd8ec22513f7287cd4a91aa92e44edfe2c17ddd004e92607" |
| 1259 | |
| 1260 | [[package]] |
| 1261 | name = "tracing" |
| 1262 | version = "0.1.44" |
| 1263 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1264 | checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" |
| 1265 | dependencies = [ |
| 1266 | "pin-project-lite", |
| 1267 | "tracing-attributes", |
| 1268 | "tracing-core", |
| 1269 | ] |
| 1270 | |
| 1271 | [[package]] |
| 1272 | name = "tracing-attributes" |
| 1273 | version = "0.1.31" |
| 1274 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1275 | checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" |
| 1276 | dependencies = [ |
| 1277 | "proc-macro2", |
| 1278 | "quote", |
| 1279 | "syn", |
| 1280 | ] |
| 1281 | |
| 1282 | [[package]] |
| 1283 | name = "tracing-core" |
| 1284 | version = "0.1.36" |
| 1285 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1286 | checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" |
| 1287 | dependencies = [ |
| 1288 | "once_cell", |
| 1289 | "valuable", |
| 1290 | ] |
| 1291 | |
| 1292 | [[package]] |
| 1293 | name = "tracing-log" |
| 1294 | version = "0.2.0" |
| 1295 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1296 | checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" |
| 1297 | dependencies = [ |
| 1298 | "log", |
| 1299 | "once_cell", |
| 1300 | "tracing-core", |
| 1301 | ] |
| 1302 | |
| 1303 | [[package]] |
| 1304 | name = "tracing-subscriber" |
| 1305 | version = "0.3.22" |
| 1306 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1307 | checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e" |
| 1308 | dependencies = [ |
| 1309 | "matchers", |
| 1310 | "nu-ansi-term", |
| 1311 | "once_cell", |
| 1312 | "regex-automata", |
| 1313 | "sharded-slab", |
| 1314 | "smallvec", |
| 1315 | "thread_local", |
| 1316 | "tracing", |
| 1317 | "tracing-core", |
| 1318 | "tracing-log", |
| 1319 | ] |
| 1320 | |
| 1321 | [[package]] |
| 1322 | name = "typeid" |
| 1323 | version = "1.0.3" |
| 1324 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1325 | checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c" |
| 1326 | |
| 1327 | [[package]] |
| 1328 | name = "unicode-ident" |
| 1329 | version = "1.0.23" |
| 1330 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1331 | checksum = "537dd038a89878be9b64dd4bd1b260315c1bb94f4d784956b81e27a088d9a09e" |
| 1332 | |
| 1333 | [[package]] |
| 1334 | name = "utf8parse" |
| 1335 | version = "0.2.2" |
| 1336 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1337 | checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" |
| 1338 | |
| 1339 | [[package]] |
| 1340 | name = "valuable" |
| 1341 | version = "0.1.1" |
| 1342 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1343 | checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" |
| 1344 | |
| 1345 | [[package]] |
| 1346 | name = "version-compare" |
| 1347 | version = "0.2.1" |
| 1348 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1349 | checksum = "03c2856837ef78f57382f06b2b8563a2f512f7185d732608fd9176cb3b8edf0e" |
| 1350 | |
| 1351 | [[package]] |
| 1352 | name = "wasi" |
| 1353 | version = "0.11.1+wasi-snapshot-preview1" |
| 1354 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1355 | checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" |
| 1356 | |
| 1357 | [[package]] |
| 1358 | name = "which" |
| 1359 | version = "7.0.3" |
| 1360 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1361 | checksum = "24d643ce3fd3e5b54854602a080f34fb10ab75e0b813ee32d00ca2b44fa74762" |
| 1362 | dependencies = [ |
| 1363 | "either", |
| 1364 | "env_home", |
| 1365 | "rustix", |
| 1366 | "winsafe", |
| 1367 | ] |
| 1368 | |
| 1369 | [[package]] |
| 1370 | name = "windows-link" |
| 1371 | version = "0.2.1" |
| 1372 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1373 | checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" |
| 1374 | |
| 1375 | [[package]] |
| 1376 | name = "windows-sys" |
| 1377 | version = "0.59.0" |
| 1378 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1379 | checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" |
| 1380 | dependencies = [ |
| 1381 | "windows-targets 0.52.6", |
| 1382 | ] |
| 1383 | |
| 1384 | [[package]] |
| 1385 | name = "windows-sys" |
| 1386 | version = "0.60.2" |
| 1387 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1388 | checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" |
| 1389 | dependencies = [ |
| 1390 | "windows-targets 0.53.5", |
| 1391 | ] |
| 1392 | |
| 1393 | [[package]] |
| 1394 | name = "windows-sys" |
| 1395 | version = "0.61.2" |
| 1396 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1397 | checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" |
| 1398 | dependencies = [ |
| 1399 | "windows-link", |
| 1400 | ] |
| 1401 | |
| 1402 | [[package]] |
| 1403 | name = "windows-targets" |
| 1404 | version = "0.52.6" |
| 1405 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1406 | checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" |
| 1407 | dependencies = [ |
| 1408 | "windows_aarch64_gnullvm 0.52.6", |
| 1409 | "windows_aarch64_msvc 0.52.6", |
| 1410 | "windows_i686_gnu 0.52.6", |
| 1411 | "windows_i686_gnullvm 0.52.6", |
| 1412 | "windows_i686_msvc 0.52.6", |
| 1413 | "windows_x86_64_gnu 0.52.6", |
| 1414 | "windows_x86_64_gnullvm 0.52.6", |
| 1415 | "windows_x86_64_msvc 0.52.6", |
| 1416 | ] |
| 1417 | |
| 1418 | [[package]] |
| 1419 | name = "windows-targets" |
| 1420 | version = "0.53.5" |
| 1421 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1422 | checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" |
| 1423 | dependencies = [ |
| 1424 | "windows-link", |
| 1425 | "windows_aarch64_gnullvm 0.53.1", |
| 1426 | "windows_aarch64_msvc 0.53.1", |
| 1427 | "windows_i686_gnu 0.53.1", |
| 1428 | "windows_i686_gnullvm 0.53.1", |
| 1429 | "windows_i686_msvc 0.53.1", |
| 1430 | "windows_x86_64_gnu 0.53.1", |
| 1431 | "windows_x86_64_gnullvm 0.53.1", |
| 1432 | "windows_x86_64_msvc 0.53.1", |
| 1433 | ] |
| 1434 | |
| 1435 | [[package]] |
| 1436 | name = "windows_aarch64_gnullvm" |
| 1437 | version = "0.52.6" |
| 1438 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1439 | checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" |
| 1440 | |
| 1441 | [[package]] |
| 1442 | name = "windows_aarch64_gnullvm" |
| 1443 | version = "0.53.1" |
| 1444 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1445 | checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" |
| 1446 | |
| 1447 | [[package]] |
| 1448 | name = "windows_aarch64_msvc" |
| 1449 | version = "0.52.6" |
| 1450 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1451 | checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" |
| 1452 | |
| 1453 | [[package]] |
| 1454 | name = "windows_aarch64_msvc" |
| 1455 | version = "0.53.1" |
| 1456 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1457 | checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" |
| 1458 | |
| 1459 | [[package]] |
| 1460 | name = "windows_i686_gnu" |
| 1461 | version = "0.52.6" |
| 1462 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1463 | checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" |
| 1464 | |
| 1465 | [[package]] |
| 1466 | name = "windows_i686_gnu" |
| 1467 | version = "0.53.1" |
| 1468 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1469 | checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" |
| 1470 | |
| 1471 | [[package]] |
| 1472 | name = "windows_i686_gnullvm" |
| 1473 | version = "0.52.6" |
| 1474 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1475 | checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" |
| 1476 | |
| 1477 | [[package]] |
| 1478 | name = "windows_i686_gnullvm" |
| 1479 | version = "0.53.1" |
| 1480 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1481 | checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" |
| 1482 | |
| 1483 | [[package]] |
| 1484 | name = "windows_i686_msvc" |
| 1485 | version = "0.52.6" |
| 1486 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1487 | checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" |
| 1488 | |
| 1489 | [[package]] |
| 1490 | name = "windows_i686_msvc" |
| 1491 | version = "0.53.1" |
| 1492 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1493 | checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" |
| 1494 | |
| 1495 | [[package]] |
| 1496 | name = "windows_x86_64_gnu" |
| 1497 | version = "0.52.6" |
| 1498 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1499 | checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" |
| 1500 | |
| 1501 | [[package]] |
| 1502 | name = "windows_x86_64_gnu" |
| 1503 | version = "0.53.1" |
| 1504 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1505 | checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" |
| 1506 | |
| 1507 | [[package]] |
| 1508 | name = "windows_x86_64_gnullvm" |
| 1509 | version = "0.52.6" |
| 1510 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1511 | checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" |
| 1512 | |
| 1513 | [[package]] |
| 1514 | name = "windows_x86_64_gnullvm" |
| 1515 | version = "0.53.1" |
| 1516 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1517 | checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" |
| 1518 | |
| 1519 | [[package]] |
| 1520 | name = "windows_x86_64_msvc" |
| 1521 | version = "0.52.6" |
| 1522 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1523 | checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" |
| 1524 | |
| 1525 | [[package]] |
| 1526 | name = "windows_x86_64_msvc" |
| 1527 | version = "0.53.1" |
| 1528 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1529 | checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" |
| 1530 | |
| 1531 | [[package]] |
| 1532 | name = "winnow" |
| 1533 | version = "0.7.14" |
| 1534 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1535 | checksum = "5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829" |
| 1536 | dependencies = [ |
| 1537 | "memchr", |
| 1538 | ] |
| 1539 | |
| 1540 | [[package]] |
| 1541 | name = "winsafe" |
| 1542 | version = "0.0.19" |
| 1543 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1544 | checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904" |
| 1545 | |
| 1546 | [[package]] |
| 1547 | name = "x11rb" |
| 1548 | version = "0.13.2" |
| 1549 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1550 | checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414" |
| 1551 | dependencies = [ |
| 1552 | "as-raw-xcb-connection", |
| 1553 | "gethostname", |
| 1554 | "libc", |
| 1555 | "rustix", |
| 1556 | "x11rb-protocol", |
| 1557 | "xcursor", |
| 1558 | ] |
| 1559 | |
| 1560 | [[package]] |
| 1561 | name = "x11rb-protocol" |
| 1562 | version = "0.13.2" |
| 1563 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1564 | checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd" |
| 1565 | |
| 1566 | [[package]] |
| 1567 | name = "xcursor" |
| 1568 | version = "0.3.10" |
| 1569 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1570 | checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b" |
| 1571 | |
| 1572 | [[package]] |
| 1573 | name = "zmij" |
| 1574 | version = "1.0.21" |
| 1575 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1576 | checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa" |