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