| 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", |
| 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", |
| 62 | ] |
| 63 | |
| 64 | [[package]] |
| 65 | name = "as-raw-xcb-connection" |
| 66 | version = "1.0.1" |
| 67 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 68 | checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b" |
| 69 | |
| 70 | [[package]] |
| 71 | name = "autocfg" |
| 72 | version = "1.5.0" |
| 73 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 74 | checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" |
| 75 | |
| 76 | [[package]] |
| 77 | name = "bitflags" |
| 78 | version = "2.10.0" |
| 79 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 80 | checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3" |
| 81 | |
| 82 | [[package]] |
| 83 | name = "bstr" |
| 84 | version = "1.12.1" |
| 85 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 86 | checksum = "63044e1ae8e69f3b5a92c736ca6269b8d12fa7efe39bf34ddb06d102cf0e2cab" |
| 87 | dependencies = [ |
| 88 | "memchr", |
| 89 | "serde", |
| 90 | ] |
| 91 | |
| 92 | [[package]] |
| 93 | name = "cc" |
| 94 | version = "1.2.52" |
| 95 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 96 | checksum = "cd4932aefd12402b36c60956a4fe0035421f544799057659ff86f923657aada3" |
| 97 | dependencies = [ |
| 98 | "find-msvc-tools", |
| 99 | "shlex", |
| 100 | ] |
| 101 | |
| 102 | [[package]] |
| 103 | name = "cfg-if" |
| 104 | version = "1.0.4" |
| 105 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 106 | checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" |
| 107 | |
| 108 | [[package]] |
| 109 | name = "clap" |
| 110 | version = "4.5.54" |
| 111 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 112 | checksum = "c6e6ff9dcd79cff5cd969a17a545d79e84ab086e444102a591e288a8aa3ce394" |
| 113 | dependencies = [ |
| 114 | "clap_builder", |
| 115 | "clap_derive", |
| 116 | ] |
| 117 | |
| 118 | [[package]] |
| 119 | name = "clap_builder" |
| 120 | version = "4.5.54" |
| 121 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 122 | checksum = "fa42cf4d2b7a41bc8f663a7cab4031ebafa1bf3875705bfaf8466dc60ab52c00" |
| 123 | dependencies = [ |
| 124 | "anstream", |
| 125 | "anstyle", |
| 126 | "clap_lex", |
| 127 | "strsim", |
| 128 | ] |
| 129 | |
| 130 | [[package]] |
| 131 | name = "clap_derive" |
| 132 | version = "4.5.49" |
| 133 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 134 | checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671" |
| 135 | dependencies = [ |
| 136 | "heck", |
| 137 | "proc-macro2", |
| 138 | "quote", |
| 139 | "syn", |
| 140 | ] |
| 141 | |
| 142 | [[package]] |
| 143 | name = "clap_lex" |
| 144 | version = "0.7.6" |
| 145 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 146 | checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d" |
| 147 | |
| 148 | [[package]] |
| 149 | name = "colorchoice" |
| 150 | version = "1.0.4" |
| 151 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 152 | checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" |
| 153 | |
| 154 | [[package]] |
| 155 | name = "dirs" |
| 156 | version = "6.0.0" |
| 157 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 158 | checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e" |
| 159 | dependencies = [ |
| 160 | "dirs-sys", |
| 161 | ] |
| 162 | |
| 163 | [[package]] |
| 164 | name = "dirs-sys" |
| 165 | version = "0.5.0" |
| 166 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 167 | checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab" |
| 168 | dependencies = [ |
| 169 | "libc", |
| 170 | "option-ext", |
| 171 | "redox_users", |
| 172 | "windows-sys", |
| 173 | ] |
| 174 | |
| 175 | [[package]] |
| 176 | name = "either" |
| 177 | version = "1.15.0" |
| 178 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 179 | checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" |
| 180 | |
| 181 | [[package]] |
| 182 | name = "env_home" |
| 183 | version = "0.1.0" |
| 184 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 185 | checksum = "c7f84e12ccf0a7ddc17a6c41c93326024c42920d7ee630d04950e6926645c0fe" |
| 186 | |
| 187 | [[package]] |
| 188 | name = "errno" |
| 189 | version = "0.3.14" |
| 190 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 191 | checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" |
| 192 | dependencies = [ |
| 193 | "libc", |
| 194 | "windows-sys", |
| 195 | ] |
| 196 | |
| 197 | [[package]] |
| 198 | name = "find-msvc-tools" |
| 199 | version = "0.1.7" |
| 200 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 201 | checksum = "f449e6c6c08c865631d4890cfacf252b3d396c9bcc83adb6623cdb02a8336c41" |
| 202 | |
| 203 | [[package]] |
| 204 | name = "gar" |
| 205 | version = "0.3.0" |
| 206 | dependencies = [ |
| 207 | "dirs", |
| 208 | "libc", |
| 209 | "mlua", |
| 210 | "serde", |
| 211 | "serde_json", |
| 212 | "thiserror", |
| 213 | "tracing", |
| 214 | "tracing-subscriber", |
| 215 | "x11rb", |
| 216 | ] |
| 217 | |
| 218 | [[package]] |
| 219 | name = "garctl" |
| 220 | version = "0.3.0" |
| 221 | dependencies = [ |
| 222 | "clap", |
| 223 | "serde", |
| 224 | "serde_json", |
| 225 | ] |
| 226 | |
| 227 | [[package]] |
| 228 | name = "gethostname" |
| 229 | version = "1.1.0" |
| 230 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 231 | checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8" |
| 232 | dependencies = [ |
| 233 | "rustix", |
| 234 | "windows-link", |
| 235 | ] |
| 236 | |
| 237 | [[package]] |
| 238 | name = "getrandom" |
| 239 | version = "0.2.16" |
| 240 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 241 | checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" |
| 242 | dependencies = [ |
| 243 | "cfg-if", |
| 244 | "libc", |
| 245 | "wasi", |
| 246 | ] |
| 247 | |
| 248 | [[package]] |
| 249 | name = "heck" |
| 250 | version = "0.5.0" |
| 251 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 252 | checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
| 253 | |
| 254 | [[package]] |
| 255 | name = "is_terminal_polyfill" |
| 256 | version = "1.70.2" |
| 257 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 258 | checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695" |
| 259 | |
| 260 | [[package]] |
| 261 | name = "itoa" |
| 262 | version = "1.0.17" |
| 263 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 264 | checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2" |
| 265 | |
| 266 | [[package]] |
| 267 | name = "lazy_static" |
| 268 | version = "1.5.0" |
| 269 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 270 | checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" |
| 271 | |
| 272 | [[package]] |
| 273 | name = "libc" |
| 274 | version = "0.2.180" |
| 275 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 276 | checksum = "bcc35a38544a891a5f7c865aca548a982ccb3b8650a5b06d0fd33a10283c56fc" |
| 277 | |
| 278 | [[package]] |
| 279 | name = "libredox" |
| 280 | version = "0.1.12" |
| 281 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 282 | checksum = "3d0b95e02c851351f877147b7deea7b1afb1df71b63aa5f8270716e0c5720616" |
| 283 | dependencies = [ |
| 284 | "bitflags", |
| 285 | "libc", |
| 286 | ] |
| 287 | |
| 288 | [[package]] |
| 289 | name = "linux-raw-sys" |
| 290 | version = "0.11.0" |
| 291 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 292 | checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039" |
| 293 | |
| 294 | [[package]] |
| 295 | name = "lock_api" |
| 296 | version = "0.4.14" |
| 297 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 298 | checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" |
| 299 | dependencies = [ |
| 300 | "scopeguard", |
| 301 | ] |
| 302 | |
| 303 | [[package]] |
| 304 | name = "log" |
| 305 | version = "0.4.29" |
| 306 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 307 | checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" |
| 308 | |
| 309 | [[package]] |
| 310 | name = "lua-src" |
| 311 | version = "547.0.0" |
| 312 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 313 | checksum = "1edaf29e3517b49b8b746701e5648ccb5785cde1c119062cbabbc5d5cd115e42" |
| 314 | dependencies = [ |
| 315 | "cc", |
| 316 | ] |
| 317 | |
| 318 | [[package]] |
| 319 | name = "luajit-src" |
| 320 | version = "210.5.12+a4f56a4" |
| 321 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 322 | checksum = "b3a8e7962a5368d5f264d045a5a255e90f9aa3fc1941ae15a8d2940d42cac671" |
| 323 | dependencies = [ |
| 324 | "cc", |
| 325 | "which", |
| 326 | ] |
| 327 | |
| 328 | [[package]] |
| 329 | name = "matchers" |
| 330 | version = "0.2.0" |
| 331 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 332 | checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9" |
| 333 | dependencies = [ |
| 334 | "regex-automata", |
| 335 | ] |
| 336 | |
| 337 | [[package]] |
| 338 | name = "memchr" |
| 339 | version = "2.7.6" |
| 340 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 341 | checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273" |
| 342 | |
| 343 | [[package]] |
| 344 | name = "mlua" |
| 345 | version = "0.10.5" |
| 346 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 347 | checksum = "c1f5f8fbebc7db5f671671134b9321c4b9aa9adeafccfd9a8c020ae45c6a35d0" |
| 348 | dependencies = [ |
| 349 | "bstr", |
| 350 | "either", |
| 351 | "mlua-sys", |
| 352 | "num-traits", |
| 353 | "parking_lot", |
| 354 | "rustc-hash", |
| 355 | "rustversion", |
| 356 | ] |
| 357 | |
| 358 | [[package]] |
| 359 | name = "mlua-sys" |
| 360 | version = "0.6.8" |
| 361 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 362 | checksum = "380c1f7e2099cafcf40e51d3a9f20a346977587aa4d012eae1f043149a728a93" |
| 363 | dependencies = [ |
| 364 | "cc", |
| 365 | "cfg-if", |
| 366 | "lua-src", |
| 367 | "luajit-src", |
| 368 | "pkg-config", |
| 369 | ] |
| 370 | |
| 371 | [[package]] |
| 372 | name = "nu-ansi-term" |
| 373 | version = "0.50.3" |
| 374 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 375 | checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" |
| 376 | dependencies = [ |
| 377 | "windows-sys", |
| 378 | ] |
| 379 | |
| 380 | [[package]] |
| 381 | name = "num-traits" |
| 382 | version = "0.2.19" |
| 383 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 384 | checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" |
| 385 | dependencies = [ |
| 386 | "autocfg", |
| 387 | ] |
| 388 | |
| 389 | [[package]] |
| 390 | name = "once_cell" |
| 391 | version = "1.21.3" |
| 392 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 393 | checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" |
| 394 | |
| 395 | [[package]] |
| 396 | name = "once_cell_polyfill" |
| 397 | version = "1.70.2" |
| 398 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 399 | checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" |
| 400 | |
| 401 | [[package]] |
| 402 | name = "option-ext" |
| 403 | version = "0.2.0" |
| 404 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 405 | checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" |
| 406 | |
| 407 | [[package]] |
| 408 | name = "parking_lot" |
| 409 | version = "0.12.5" |
| 410 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 411 | checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" |
| 412 | dependencies = [ |
| 413 | "lock_api", |
| 414 | "parking_lot_core", |
| 415 | ] |
| 416 | |
| 417 | [[package]] |
| 418 | name = "parking_lot_core" |
| 419 | version = "0.9.12" |
| 420 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 421 | checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" |
| 422 | dependencies = [ |
| 423 | "cfg-if", |
| 424 | "libc", |
| 425 | "redox_syscall", |
| 426 | "smallvec", |
| 427 | "windows-link", |
| 428 | ] |
| 429 | |
| 430 | [[package]] |
| 431 | name = "pin-project-lite" |
| 432 | version = "0.2.16" |
| 433 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 434 | checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" |
| 435 | |
| 436 | [[package]] |
| 437 | name = "pkg-config" |
| 438 | version = "0.3.32" |
| 439 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 440 | checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" |
| 441 | |
| 442 | [[package]] |
| 443 | name = "proc-macro2" |
| 444 | version = "1.0.105" |
| 445 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 446 | checksum = "535d180e0ecab6268a3e718bb9fd44db66bbbc256257165fc699dadf70d16fe7" |
| 447 | dependencies = [ |
| 448 | "unicode-ident", |
| 449 | ] |
| 450 | |
| 451 | [[package]] |
| 452 | name = "quote" |
| 453 | version = "1.0.43" |
| 454 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 455 | checksum = "dc74d9a594b72ae6656596548f56f667211f8a97b3d4c3d467150794690dc40a" |
| 456 | dependencies = [ |
| 457 | "proc-macro2", |
| 458 | ] |
| 459 | |
| 460 | [[package]] |
| 461 | name = "redox_syscall" |
| 462 | version = "0.5.18" |
| 463 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 464 | checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" |
| 465 | dependencies = [ |
| 466 | "bitflags", |
| 467 | ] |
| 468 | |
| 469 | [[package]] |
| 470 | name = "redox_users" |
| 471 | version = "0.5.2" |
| 472 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 473 | checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac" |
| 474 | dependencies = [ |
| 475 | "getrandom", |
| 476 | "libredox", |
| 477 | "thiserror", |
| 478 | ] |
| 479 | |
| 480 | [[package]] |
| 481 | name = "regex-automata" |
| 482 | version = "0.4.13" |
| 483 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 484 | checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c" |
| 485 | dependencies = [ |
| 486 | "aho-corasick", |
| 487 | "memchr", |
| 488 | "regex-syntax", |
| 489 | ] |
| 490 | |
| 491 | [[package]] |
| 492 | name = "regex-syntax" |
| 493 | version = "0.8.8" |
| 494 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 495 | checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58" |
| 496 | |
| 497 | [[package]] |
| 498 | name = "rustc-hash" |
| 499 | version = "2.1.1" |
| 500 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 501 | checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" |
| 502 | |
| 503 | [[package]] |
| 504 | name = "rustix" |
| 505 | version = "1.1.3" |
| 506 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 507 | checksum = "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34" |
| 508 | dependencies = [ |
| 509 | "bitflags", |
| 510 | "errno", |
| 511 | "libc", |
| 512 | "linux-raw-sys", |
| 513 | "windows-sys", |
| 514 | ] |
| 515 | |
| 516 | [[package]] |
| 517 | name = "rustversion" |
| 518 | version = "1.0.22" |
| 519 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 520 | checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" |
| 521 | |
| 522 | [[package]] |
| 523 | name = "scopeguard" |
| 524 | version = "1.2.0" |
| 525 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 526 | checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" |
| 527 | |
| 528 | [[package]] |
| 529 | name = "serde" |
| 530 | version = "1.0.228" |
| 531 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 532 | checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" |
| 533 | dependencies = [ |
| 534 | "serde_core", |
| 535 | "serde_derive", |
| 536 | ] |
| 537 | |
| 538 | [[package]] |
| 539 | name = "serde_core" |
| 540 | version = "1.0.228" |
| 541 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 542 | checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" |
| 543 | dependencies = [ |
| 544 | "serde_derive", |
| 545 | ] |
| 546 | |
| 547 | [[package]] |
| 548 | name = "serde_derive" |
| 549 | version = "1.0.228" |
| 550 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 551 | checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" |
| 552 | dependencies = [ |
| 553 | "proc-macro2", |
| 554 | "quote", |
| 555 | "syn", |
| 556 | ] |
| 557 | |
| 558 | [[package]] |
| 559 | name = "serde_json" |
| 560 | version = "1.0.149" |
| 561 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 562 | checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" |
| 563 | dependencies = [ |
| 564 | "itoa", |
| 565 | "memchr", |
| 566 | "serde", |
| 567 | "serde_core", |
| 568 | "zmij", |
| 569 | ] |
| 570 | |
| 571 | [[package]] |
| 572 | name = "sharded-slab" |
| 573 | version = "0.1.7" |
| 574 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 575 | checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" |
| 576 | dependencies = [ |
| 577 | "lazy_static", |
| 578 | ] |
| 579 | |
| 580 | [[package]] |
| 581 | name = "shlex" |
| 582 | version = "1.3.0" |
| 583 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 584 | checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" |
| 585 | |
| 586 | [[package]] |
| 587 | name = "smallvec" |
| 588 | version = "1.15.1" |
| 589 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 590 | checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" |
| 591 | |
| 592 | [[package]] |
| 593 | name = "strsim" |
| 594 | version = "0.11.1" |
| 595 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 596 | checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" |
| 597 | |
| 598 | [[package]] |
| 599 | name = "syn" |
| 600 | version = "2.0.114" |
| 601 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 602 | checksum = "d4d107df263a3013ef9b1879b0df87d706ff80f65a86ea879bd9c31f9b307c2a" |
| 603 | dependencies = [ |
| 604 | "proc-macro2", |
| 605 | "quote", |
| 606 | "unicode-ident", |
| 607 | ] |
| 608 | |
| 609 | [[package]] |
| 610 | name = "thiserror" |
| 611 | version = "2.0.17" |
| 612 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 613 | checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8" |
| 614 | dependencies = [ |
| 615 | "thiserror-impl", |
| 616 | ] |
| 617 | |
| 618 | [[package]] |
| 619 | name = "thiserror-impl" |
| 620 | version = "2.0.17" |
| 621 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 622 | checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913" |
| 623 | dependencies = [ |
| 624 | "proc-macro2", |
| 625 | "quote", |
| 626 | "syn", |
| 627 | ] |
| 628 | |
| 629 | [[package]] |
| 630 | name = "thread_local" |
| 631 | version = "1.1.9" |
| 632 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 633 | checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" |
| 634 | dependencies = [ |
| 635 | "cfg-if", |
| 636 | ] |
| 637 | |
| 638 | [[package]] |
| 639 | name = "tracing" |
| 640 | version = "0.1.44" |
| 641 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 642 | checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" |
| 643 | dependencies = [ |
| 644 | "pin-project-lite", |
| 645 | "tracing-attributes", |
| 646 | "tracing-core", |
| 647 | ] |
| 648 | |
| 649 | [[package]] |
| 650 | name = "tracing-attributes" |
| 651 | version = "0.1.31" |
| 652 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 653 | checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" |
| 654 | dependencies = [ |
| 655 | "proc-macro2", |
| 656 | "quote", |
| 657 | "syn", |
| 658 | ] |
| 659 | |
| 660 | [[package]] |
| 661 | name = "tracing-core" |
| 662 | version = "0.1.36" |
| 663 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 664 | checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" |
| 665 | dependencies = [ |
| 666 | "once_cell", |
| 667 | "valuable", |
| 668 | ] |
| 669 | |
| 670 | [[package]] |
| 671 | name = "tracing-log" |
| 672 | version = "0.2.0" |
| 673 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 674 | checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" |
| 675 | dependencies = [ |
| 676 | "log", |
| 677 | "once_cell", |
| 678 | "tracing-core", |
| 679 | ] |
| 680 | |
| 681 | [[package]] |
| 682 | name = "tracing-subscriber" |
| 683 | version = "0.3.22" |
| 684 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 685 | checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e" |
| 686 | dependencies = [ |
| 687 | "matchers", |
| 688 | "nu-ansi-term", |
| 689 | "once_cell", |
| 690 | "regex-automata", |
| 691 | "sharded-slab", |
| 692 | "smallvec", |
| 693 | "thread_local", |
| 694 | "tracing", |
| 695 | "tracing-core", |
| 696 | "tracing-log", |
| 697 | ] |
| 698 | |
| 699 | [[package]] |
| 700 | name = "unicode-ident" |
| 701 | version = "1.0.22" |
| 702 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 703 | checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5" |
| 704 | |
| 705 | [[package]] |
| 706 | name = "utf8parse" |
| 707 | version = "0.2.2" |
| 708 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 709 | checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" |
| 710 | |
| 711 | [[package]] |
| 712 | name = "valuable" |
| 713 | version = "0.1.1" |
| 714 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 715 | checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" |
| 716 | |
| 717 | [[package]] |
| 718 | name = "wasi" |
| 719 | version = "0.11.1+wasi-snapshot-preview1" |
| 720 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 721 | checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" |
| 722 | |
| 723 | [[package]] |
| 724 | name = "which" |
| 725 | version = "7.0.3" |
| 726 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 727 | checksum = "24d643ce3fd3e5b54854602a080f34fb10ab75e0b813ee32d00ca2b44fa74762" |
| 728 | dependencies = [ |
| 729 | "either", |
| 730 | "env_home", |
| 731 | "rustix", |
| 732 | "winsafe", |
| 733 | ] |
| 734 | |
| 735 | [[package]] |
| 736 | name = "windows-link" |
| 737 | version = "0.2.1" |
| 738 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 739 | checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" |
| 740 | |
| 741 | [[package]] |
| 742 | name = "windows-sys" |
| 743 | version = "0.61.2" |
| 744 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 745 | checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" |
| 746 | dependencies = [ |
| 747 | "windows-link", |
| 748 | ] |
| 749 | |
| 750 | [[package]] |
| 751 | name = "winsafe" |
| 752 | version = "0.0.19" |
| 753 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 754 | checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904" |
| 755 | |
| 756 | [[package]] |
| 757 | name = "x11rb" |
| 758 | version = "0.13.2" |
| 759 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 760 | checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414" |
| 761 | dependencies = [ |
| 762 | "as-raw-xcb-connection", |
| 763 | "gethostname", |
| 764 | "libc", |
| 765 | "rustix", |
| 766 | "x11rb-protocol", |
| 767 | ] |
| 768 | |
| 769 | [[package]] |
| 770 | name = "x11rb-protocol" |
| 771 | version = "0.13.2" |
| 772 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 773 | checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd" |
| 774 | |
| 775 | [[package]] |
| 776 | name = "zmij" |
| 777 | version = "1.0.12" |
| 778 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 779 | checksum = "2fc5a66a20078bf1251bde995aa2fdcc4b800c70b5d92dd2c62abc5c60f679f8" |