| 1 |
# This file is automatically @generated by Cargo. |
| 2 |
# It is not intended for manual editing. |
| 3 |
version = 4 |
| 4 |
|
| 5 |
[[package]] |
| 6 |
name = "allocator-api2" |
| 7 |
version = "0.2.21" |
| 8 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 9 |
checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" |
| 10 |
|
| 11 |
[[package]] |
| 12 |
name = "anstream" |
| 13 |
version = "1.0.0" |
| 14 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 15 |
checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d" |
| 16 |
dependencies = [ |
| 17 |
"anstyle", |
| 18 |
"anstyle-parse", |
| 19 |
"anstyle-query", |
| 20 |
"anstyle-wincon", |
| 21 |
"colorchoice", |
| 22 |
"is_terminal_polyfill", |
| 23 |
"utf8parse", |
| 24 |
] |
| 25 |
|
| 26 |
[[package]] |
| 27 |
name = "anstyle" |
| 28 |
version = "1.0.14" |
| 29 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 30 |
checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000" |
| 31 |
|
| 32 |
[[package]] |
| 33 |
name = "anstyle-parse" |
| 34 |
version = "1.0.0" |
| 35 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 36 |
checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e" |
| 37 |
dependencies = [ |
| 38 |
"utf8parse", |
| 39 |
] |
| 40 |
|
| 41 |
[[package]] |
| 42 |
name = "anstyle-query" |
| 43 |
version = "1.1.5" |
| 44 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 45 |
checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" |
| 46 |
dependencies = [ |
| 47 |
"windows-sys 0.61.2", |
| 48 |
] |
| 49 |
|
| 50 |
[[package]] |
| 51 |
name = "anstyle-wincon" |
| 52 |
version = "3.0.11" |
| 53 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 54 |
checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" |
| 55 |
dependencies = [ |
| 56 |
"anstyle", |
| 57 |
"once_cell_polyfill", |
| 58 |
"windows-sys 0.61.2", |
| 59 |
] |
| 60 |
|
| 61 |
[[package]] |
| 62 |
name = "anyhow" |
| 63 |
version = "1.0.102" |
| 64 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 65 |
checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" |
| 66 |
|
| 67 |
[[package]] |
| 68 |
name = "bitflags" |
| 69 |
version = "2.11.1" |
| 70 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 71 |
checksum = "c4512299f36f043ab09a583e57bceb5a5aab7a73db1805848e8fef3c9e8c78b3" |
| 72 |
|
| 73 |
[[package]] |
| 74 |
name = "cassowary" |
| 75 |
version = "0.3.0" |
| 76 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 77 |
checksum = "df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53" |
| 78 |
|
| 79 |
[[package]] |
| 80 |
name = "castaway" |
| 81 |
version = "0.2.4" |
| 82 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 83 |
checksum = "dec551ab6e7578819132c713a93c022a05d60159dc86e7a7050223577484c55a" |
| 84 |
dependencies = [ |
| 85 |
"rustversion", |
| 86 |
] |
| 87 |
|
| 88 |
[[package]] |
| 89 |
name = "cfg-if" |
| 90 |
version = "1.0.4" |
| 91 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 92 |
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" |
| 93 |
|
| 94 |
[[package]] |
| 95 |
name = "clap" |
| 96 |
version = "4.6.1" |
| 97 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 98 |
checksum = "1ddb117e43bbf7dacf0a4190fef4d345b9bad68dfc649cb349e7d17d28428e51" |
| 99 |
dependencies = [ |
| 100 |
"clap_builder", |
| 101 |
"clap_derive", |
| 102 |
] |
| 103 |
|
| 104 |
[[package]] |
| 105 |
name = "clap_builder" |
| 106 |
version = "4.6.0" |
| 107 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 108 |
checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f" |
| 109 |
dependencies = [ |
| 110 |
"anstream", |
| 111 |
"anstyle", |
| 112 |
"clap_lex", |
| 113 |
"strsim", |
| 114 |
] |
| 115 |
|
| 116 |
[[package]] |
| 117 |
name = "clap_derive" |
| 118 |
version = "4.6.1" |
| 119 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 120 |
checksum = "f2ce8604710f6733aa641a2b3731eaa1e8b3d9973d5e3565da11800813f997a9" |
| 121 |
dependencies = [ |
| 122 |
"heck", |
| 123 |
"proc-macro2", |
| 124 |
"quote", |
| 125 |
"syn", |
| 126 |
] |
| 127 |
|
| 128 |
[[package]] |
| 129 |
name = "clap_lex" |
| 130 |
version = "1.1.0" |
| 131 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 132 |
checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9" |
| 133 |
|
| 134 |
[[package]] |
| 135 |
name = "colorchoice" |
| 136 |
version = "1.0.5" |
| 137 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 138 |
checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570" |
| 139 |
|
| 140 |
[[package]] |
| 141 |
name = "compact_str" |
| 142 |
version = "0.8.1" |
| 143 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 144 |
checksum = "3b79c4069c6cad78e2e0cdfcbd26275770669fb39fd308a752dc110e83b9af32" |
| 145 |
dependencies = [ |
| 146 |
"castaway", |
| 147 |
"cfg-if", |
| 148 |
"itoa", |
| 149 |
"rustversion", |
| 150 |
"ryu", |
| 151 |
"static_assertions", |
| 152 |
] |
| 153 |
|
| 154 |
[[package]] |
| 155 |
name = "crossterm" |
| 156 |
version = "0.28.1" |
| 157 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 158 |
checksum = "829d955a0bb380ef178a640b91779e3987da38c9aea133b20614cfed8cdea9c6" |
| 159 |
dependencies = [ |
| 160 |
"bitflags", |
| 161 |
"crossterm_winapi", |
| 162 |
"mio", |
| 163 |
"parking_lot", |
| 164 |
"rustix", |
| 165 |
"signal-hook", |
| 166 |
"signal-hook-mio", |
| 167 |
"winapi", |
| 168 |
] |
| 169 |
|
| 170 |
[[package]] |
| 171 |
name = "crossterm_winapi" |
| 172 |
version = "0.9.1" |
| 173 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 174 |
checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b" |
| 175 |
dependencies = [ |
| 176 |
"winapi", |
| 177 |
] |
| 178 |
|
| 179 |
[[package]] |
| 180 |
name = "darling" |
| 181 |
version = "0.20.11" |
| 182 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 183 |
checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee" |
| 184 |
dependencies = [ |
| 185 |
"darling_core", |
| 186 |
"darling_macro", |
| 187 |
] |
| 188 |
|
| 189 |
[[package]] |
| 190 |
name = "darling_core" |
| 191 |
version = "0.20.11" |
| 192 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 193 |
checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e" |
| 194 |
dependencies = [ |
| 195 |
"fnv", |
| 196 |
"ident_case", |
| 197 |
"proc-macro2", |
| 198 |
"quote", |
| 199 |
"strsim", |
| 200 |
"syn", |
| 201 |
] |
| 202 |
|
| 203 |
[[package]] |
| 204 |
name = "darling_macro" |
| 205 |
version = "0.20.11" |
| 206 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 207 |
checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead" |
| 208 |
dependencies = [ |
| 209 |
"darling_core", |
| 210 |
"quote", |
| 211 |
"syn", |
| 212 |
] |
| 213 |
|
| 214 |
[[package]] |
| 215 |
name = "either" |
| 216 |
version = "1.15.0" |
| 217 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 218 |
checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" |
| 219 |
|
| 220 |
[[package]] |
| 221 |
name = "equivalent" |
| 222 |
version = "1.0.2" |
| 223 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 224 |
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" |
| 225 |
|
| 226 |
[[package]] |
| 227 |
name = "errno" |
| 228 |
version = "0.3.14" |
| 229 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 230 |
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" |
| 231 |
dependencies = [ |
| 232 |
"libc", |
| 233 |
"windows-sys 0.61.2", |
| 234 |
] |
| 235 |
|
| 236 |
[[package]] |
| 237 |
name = "fnv" |
| 238 |
version = "1.0.7" |
| 239 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 240 |
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
| 241 |
|
| 242 |
[[package]] |
| 243 |
name = "foldhash" |
| 244 |
version = "0.1.5" |
| 245 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 246 |
checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" |
| 247 |
|
| 248 |
[[package]] |
| 249 |
name = "hashbrown" |
| 250 |
version = "0.15.5" |
| 251 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 252 |
checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" |
| 253 |
dependencies = [ |
| 254 |
"allocator-api2", |
| 255 |
"equivalent", |
| 256 |
"foldhash", |
| 257 |
] |
| 258 |
|
| 259 |
[[package]] |
| 260 |
name = "hashbrown" |
| 261 |
version = "0.17.1" |
| 262 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 263 |
checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a" |
| 264 |
|
| 265 |
[[package]] |
| 266 |
name = "heck" |
| 267 |
version = "0.5.0" |
| 268 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 269 |
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
| 270 |
|
| 271 |
[[package]] |
| 272 |
name = "ident_case" |
| 273 |
version = "1.0.1" |
| 274 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 275 |
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" |
| 276 |
|
| 277 |
[[package]] |
| 278 |
name = "indexmap" |
| 279 |
version = "2.14.0" |
| 280 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 281 |
checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9" |
| 282 |
dependencies = [ |
| 283 |
"equivalent", |
| 284 |
"hashbrown 0.17.1", |
| 285 |
] |
| 286 |
|
| 287 |
[[package]] |
| 288 |
name = "indoc" |
| 289 |
version = "2.0.7" |
| 290 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 291 |
checksum = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706" |
| 292 |
dependencies = [ |
| 293 |
"rustversion", |
| 294 |
] |
| 295 |
|
| 296 |
[[package]] |
| 297 |
name = "instability" |
| 298 |
version = "0.3.10" |
| 299 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 300 |
checksum = "6778b0196eefee7df739db78758e5cf9b37412268bfa5650bfeed028aed20d9c" |
| 301 |
dependencies = [ |
| 302 |
"darling", |
| 303 |
"indoc", |
| 304 |
"proc-macro2", |
| 305 |
"quote", |
| 306 |
"syn", |
| 307 |
] |
| 308 |
|
| 309 |
[[package]] |
| 310 |
name = "is_terminal_polyfill" |
| 311 |
version = "1.70.2" |
| 312 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 313 |
checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695" |
| 314 |
|
| 315 |
[[package]] |
| 316 |
name = "itertools" |
| 317 |
version = "0.13.0" |
| 318 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 319 |
checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" |
| 320 |
dependencies = [ |
| 321 |
"either", |
| 322 |
] |
| 323 |
|
| 324 |
[[package]] |
| 325 |
name = "itoa" |
| 326 |
version = "1.0.18" |
| 327 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 328 |
checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" |
| 329 |
|
| 330 |
[[package]] |
| 331 |
name = "libc" |
| 332 |
version = "0.2.186" |
| 333 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 334 |
checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66" |
| 335 |
|
| 336 |
[[package]] |
| 337 |
name = "linux-raw-sys" |
| 338 |
version = "0.4.15" |
| 339 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 340 |
checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" |
| 341 |
|
| 342 |
[[package]] |
| 343 |
name = "lock_api" |
| 344 |
version = "0.4.14" |
| 345 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 346 |
checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" |
| 347 |
dependencies = [ |
| 348 |
"scopeguard", |
| 349 |
] |
| 350 |
|
| 351 |
[[package]] |
| 352 |
name = "log" |
| 353 |
version = "0.4.29" |
| 354 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 355 |
checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" |
| 356 |
|
| 357 |
[[package]] |
| 358 |
name = "lru" |
| 359 |
version = "0.12.5" |
| 360 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 361 |
checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38" |
| 362 |
dependencies = [ |
| 363 |
"hashbrown 0.15.5", |
| 364 |
] |
| 365 |
|
| 366 |
[[package]] |
| 367 |
name = "memchr" |
| 368 |
version = "2.8.0" |
| 369 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 370 |
checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" |
| 371 |
|
| 372 |
[[package]] |
| 373 |
name = "mio" |
| 374 |
version = "1.2.0" |
| 375 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 376 |
checksum = "50b7e5b27aa02a74bac8c3f23f448f8d87ff11f92d3aac1a6ed369ee08cc56c1" |
| 377 |
dependencies = [ |
| 378 |
"libc", |
| 379 |
"log", |
| 380 |
"wasi", |
| 381 |
"windows-sys 0.61.2", |
| 382 |
] |
| 383 |
|
| 384 |
[[package]] |
| 385 |
name = "once_cell_polyfill" |
| 386 |
version = "1.70.2" |
| 387 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 388 |
checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" |
| 389 |
|
| 390 |
[[package]] |
| 391 |
name = "parking_lot" |
| 392 |
version = "0.12.5" |
| 393 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 394 |
checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" |
| 395 |
dependencies = [ |
| 396 |
"lock_api", |
| 397 |
"parking_lot_core", |
| 398 |
] |
| 399 |
|
| 400 |
[[package]] |
| 401 |
name = "parking_lot_core" |
| 402 |
version = "0.9.12" |
| 403 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 404 |
checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" |
| 405 |
dependencies = [ |
| 406 |
"cfg-if", |
| 407 |
"libc", |
| 408 |
"redox_syscall", |
| 409 |
"smallvec", |
| 410 |
"windows-link", |
| 411 |
] |
| 412 |
|
| 413 |
[[package]] |
| 414 |
name = "paste" |
| 415 |
version = "1.0.15" |
| 416 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 417 |
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" |
| 418 |
|
| 419 |
[[package]] |
| 420 |
name = "proc-macro2" |
| 421 |
version = "1.0.106" |
| 422 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 423 |
checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" |
| 424 |
dependencies = [ |
| 425 |
"unicode-ident", |
| 426 |
] |
| 427 |
|
| 428 |
[[package]] |
| 429 |
name = "quote" |
| 430 |
version = "1.0.45" |
| 431 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 432 |
checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924" |
| 433 |
dependencies = [ |
| 434 |
"proc-macro2", |
| 435 |
] |
| 436 |
|
| 437 |
[[package]] |
| 438 |
name = "ratatui" |
| 439 |
version = "0.29.0" |
| 440 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 441 |
checksum = "eabd94c2f37801c20583fc49dd5cd6b0ba68c716787c2dd6ed18571e1e63117b" |
| 442 |
dependencies = [ |
| 443 |
"bitflags", |
| 444 |
"cassowary", |
| 445 |
"compact_str", |
| 446 |
"crossterm", |
| 447 |
"indoc", |
| 448 |
"instability", |
| 449 |
"itertools", |
| 450 |
"lru", |
| 451 |
"paste", |
| 452 |
"strum", |
| 453 |
"unicode-segmentation", |
| 454 |
"unicode-truncate", |
| 455 |
"unicode-width 0.2.0", |
| 456 |
] |
| 457 |
|
| 458 |
[[package]] |
| 459 |
name = "redox_syscall" |
| 460 |
version = "0.5.18" |
| 461 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 462 |
checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" |
| 463 |
dependencies = [ |
| 464 |
"bitflags", |
| 465 |
] |
| 466 |
|
| 467 |
[[package]] |
| 468 |
name = "rustix" |
| 469 |
version = "0.38.44" |
| 470 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 471 |
checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" |
| 472 |
dependencies = [ |
| 473 |
"bitflags", |
| 474 |
"errno", |
| 475 |
"libc", |
| 476 |
"linux-raw-sys", |
| 477 |
"windows-sys 0.59.0", |
| 478 |
] |
| 479 |
|
| 480 |
[[package]] |
| 481 |
name = "rustversion" |
| 482 |
version = "1.0.22" |
| 483 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 484 |
checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" |
| 485 |
|
| 486 |
[[package]] |
| 487 |
name = "ryu" |
| 488 |
version = "1.0.23" |
| 489 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 490 |
checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f" |
| 491 |
|
| 492 |
[[package]] |
| 493 |
name = "scopeguard" |
| 494 |
version = "1.2.0" |
| 495 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 496 |
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" |
| 497 |
|
| 498 |
[[package]] |
| 499 |
name = "serde" |
| 500 |
version = "1.0.228" |
| 501 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 502 |
checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" |
| 503 |
dependencies = [ |
| 504 |
"serde_core", |
| 505 |
"serde_derive", |
| 506 |
] |
| 507 |
|
| 508 |
[[package]] |
| 509 |
name = "serde_core" |
| 510 |
version = "1.0.228" |
| 511 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 512 |
checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" |
| 513 |
dependencies = [ |
| 514 |
"serde_derive", |
| 515 |
] |
| 516 |
|
| 517 |
[[package]] |
| 518 |
name = "serde_derive" |
| 519 |
version = "1.0.228" |
| 520 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 521 |
checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" |
| 522 |
dependencies = [ |
| 523 |
"proc-macro2", |
| 524 |
"quote", |
| 525 |
"syn", |
| 526 |
] |
| 527 |
|
| 528 |
[[package]] |
| 529 |
name = "serde_json" |
| 530 |
version = "1.0.149" |
| 531 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 532 |
checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" |
| 533 |
dependencies = [ |
| 534 |
"itoa", |
| 535 |
"memchr", |
| 536 |
"serde", |
| 537 |
"serde_core", |
| 538 |
"zmij", |
| 539 |
] |
| 540 |
|
| 541 |
[[package]] |
| 542 |
name = "serde_spanned" |
| 543 |
version = "0.6.9" |
| 544 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 545 |
checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3" |
| 546 |
dependencies = [ |
| 547 |
"serde", |
| 548 |
] |
| 549 |
|
| 550 |
[[package]] |
| 551 |
name = "signal-hook" |
| 552 |
version = "0.3.18" |
| 553 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 554 |
checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2" |
| 555 |
dependencies = [ |
| 556 |
"libc", |
| 557 |
"signal-hook-registry", |
| 558 |
] |
| 559 |
|
| 560 |
[[package]] |
| 561 |
name = "signal-hook-mio" |
| 562 |
version = "0.2.5" |
| 563 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 564 |
checksum = "b75a19a7a740b25bc7944bdee6172368f988763b744e3d4dfe753f6b4ece40cc" |
| 565 |
dependencies = [ |
| 566 |
"libc", |
| 567 |
"mio", |
| 568 |
"signal-hook", |
| 569 |
] |
| 570 |
|
| 571 |
[[package]] |
| 572 |
name = "signal-hook-registry" |
| 573 |
version = "1.4.8" |
| 574 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 575 |
checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b" |
| 576 |
dependencies = [ |
| 577 |
"errno", |
| 578 |
"libc", |
| 579 |
] |
| 580 |
|
| 581 |
[[package]] |
| 582 |
name = "smallvec" |
| 583 |
version = "1.15.1" |
| 584 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 585 |
checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" |
| 586 |
|
| 587 |
[[package]] |
| 588 |
name = "static_assertions" |
| 589 |
version = "1.1.0" |
| 590 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 591 |
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" |
| 592 |
|
| 593 |
[[package]] |
| 594 |
name = "strsim" |
| 595 |
version = "0.11.1" |
| 596 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 597 |
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" |
| 598 |
|
| 599 |
[[package]] |
| 600 |
name = "strum" |
| 601 |
version = "0.26.3" |
| 602 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 603 |
checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06" |
| 604 |
dependencies = [ |
| 605 |
"strum_macros", |
| 606 |
] |
| 607 |
|
| 608 |
[[package]] |
| 609 |
name = "strum_macros" |
| 610 |
version = "0.26.4" |
| 611 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 612 |
checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be" |
| 613 |
dependencies = [ |
| 614 |
"heck", |
| 615 |
"proc-macro2", |
| 616 |
"quote", |
| 617 |
"rustversion", |
| 618 |
"syn", |
| 619 |
] |
| 620 |
|
| 621 |
[[package]] |
| 622 |
name = "syn" |
| 623 |
version = "2.0.117" |
| 624 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 625 |
checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99" |
| 626 |
dependencies = [ |
| 627 |
"proc-macro2", |
| 628 |
"quote", |
| 629 |
"unicode-ident", |
| 630 |
] |
| 631 |
|
| 632 |
[[package]] |
| 633 |
name = "sysop" |
| 634 |
version = "0.1.0" |
| 635 |
dependencies = [ |
| 636 |
"anyhow", |
| 637 |
"clap", |
| 638 |
"crossterm", |
| 639 |
"ratatui", |
| 640 |
"serde", |
| 641 |
"serde_json", |
| 642 |
"sysop-tui", |
| 643 |
"toml", |
| 644 |
] |
| 645 |
|
| 646 |
[[package]] |
| 647 |
name = "sysop-tui" |
| 648 |
version = "0.1.0" |
| 649 |
dependencies = [ |
| 650 |
"crossterm", |
| 651 |
"ratatui", |
| 652 |
] |
| 653 |
|
| 654 |
[[package]] |
| 655 |
name = "toml" |
| 656 |
version = "0.8.23" |
| 657 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 658 |
checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362" |
| 659 |
dependencies = [ |
| 660 |
"serde", |
| 661 |
"serde_spanned", |
| 662 |
"toml_datetime", |
| 663 |
"toml_edit", |
| 664 |
] |
| 665 |
|
| 666 |
[[package]] |
| 667 |
name = "toml_datetime" |
| 668 |
version = "0.6.11" |
| 669 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 670 |
checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c" |
| 671 |
dependencies = [ |
| 672 |
"serde", |
| 673 |
] |
| 674 |
|
| 675 |
[[package]] |
| 676 |
name = "toml_edit" |
| 677 |
version = "0.22.27" |
| 678 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 679 |
checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a" |
| 680 |
dependencies = [ |
| 681 |
"indexmap", |
| 682 |
"serde", |
| 683 |
"serde_spanned", |
| 684 |
"toml_datetime", |
| 685 |
"toml_write", |
| 686 |
"winnow", |
| 687 |
] |
| 688 |
|
| 689 |
[[package]] |
| 690 |
name = "toml_write" |
| 691 |
version = "0.1.2" |
| 692 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 693 |
checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801" |
| 694 |
|
| 695 |
[[package]] |
| 696 |
name = "unicode-ident" |
| 697 |
version = "1.0.24" |
| 698 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 699 |
checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" |
| 700 |
|
| 701 |
[[package]] |
| 702 |
name = "unicode-segmentation" |
| 703 |
version = "1.13.2" |
| 704 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 705 |
checksum = "9629274872b2bfaf8d66f5f15725007f635594914870f65218920345aa11aa8c" |
| 706 |
|
| 707 |
[[package]] |
| 708 |
name = "unicode-truncate" |
| 709 |
version = "1.1.0" |
| 710 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 711 |
checksum = "b3644627a5af5fa321c95b9b235a72fd24cd29c648c2c379431e6628655627bf" |
| 712 |
dependencies = [ |
| 713 |
"itertools", |
| 714 |
"unicode-segmentation", |
| 715 |
"unicode-width 0.1.14", |
| 716 |
] |
| 717 |
|
| 718 |
[[package]] |
| 719 |
name = "unicode-width" |
| 720 |
version = "0.1.14" |
| 721 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 722 |
checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" |
| 723 |
|
| 724 |
[[package]] |
| 725 |
name = "unicode-width" |
| 726 |
version = "0.2.0" |
| 727 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 728 |
checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd" |
| 729 |
|
| 730 |
[[package]] |
| 731 |
name = "utf8parse" |
| 732 |
version = "0.2.2" |
| 733 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 734 |
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" |
| 735 |
|
| 736 |
[[package]] |
| 737 |
name = "wasi" |
| 738 |
version = "0.11.1+wasi-snapshot-preview1" |
| 739 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 740 |
checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" |
| 741 |
|
| 742 |
[[package]] |
| 743 |
name = "winapi" |
| 744 |
version = "0.3.9" |
| 745 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 746 |
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
| 747 |
dependencies = [ |
| 748 |
"winapi-i686-pc-windows-gnu", |
| 749 |
"winapi-x86_64-pc-windows-gnu", |
| 750 |
] |
| 751 |
|
| 752 |
[[package]] |
| 753 |
name = "winapi-i686-pc-windows-gnu" |
| 754 |
version = "0.4.0" |
| 755 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 756 |
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
| 757 |
|
| 758 |
[[package]] |
| 759 |
name = "winapi-x86_64-pc-windows-gnu" |
| 760 |
version = "0.4.0" |
| 761 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 762 |
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
| 763 |
|
| 764 |
[[package]] |
| 765 |
name = "windows-link" |
| 766 |
version = "0.2.1" |
| 767 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 768 |
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" |
| 769 |
|
| 770 |
[[package]] |
| 771 |
name = "windows-sys" |
| 772 |
version = "0.59.0" |
| 773 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 774 |
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" |
| 775 |
dependencies = [ |
| 776 |
"windows-targets", |
| 777 |
] |
| 778 |
|
| 779 |
[[package]] |
| 780 |
name = "windows-sys" |
| 781 |
version = "0.61.2" |
| 782 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 783 |
checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" |
| 784 |
dependencies = [ |
| 785 |
"windows-link", |
| 786 |
] |
| 787 |
|
| 788 |
[[package]] |
| 789 |
name = "windows-targets" |
| 790 |
version = "0.52.6" |
| 791 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 792 |
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" |
| 793 |
dependencies = [ |
| 794 |
"windows_aarch64_gnullvm", |
| 795 |
"windows_aarch64_msvc", |
| 796 |
"windows_i686_gnu", |
| 797 |
"windows_i686_gnullvm", |
| 798 |
"windows_i686_msvc", |
| 799 |
"windows_x86_64_gnu", |
| 800 |
"windows_x86_64_gnullvm", |
| 801 |
"windows_x86_64_msvc", |
| 802 |
] |
| 803 |
|
| 804 |
[[package]] |
| 805 |
name = "windows_aarch64_gnullvm" |
| 806 |
version = "0.52.6" |
| 807 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 808 |
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" |
| 809 |
|
| 810 |
[[package]] |
| 811 |
name = "windows_aarch64_msvc" |
| 812 |
version = "0.52.6" |
| 813 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 814 |
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" |
| 815 |
|
| 816 |
[[package]] |
| 817 |
name = "windows_i686_gnu" |
| 818 |
version = "0.52.6" |
| 819 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 820 |
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" |
| 821 |
|
| 822 |
[[package]] |
| 823 |
name = "windows_i686_gnullvm" |
| 824 |
version = "0.52.6" |
| 825 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 826 |
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" |
| 827 |
|
| 828 |
[[package]] |
| 829 |
name = "windows_i686_msvc" |
| 830 |
version = "0.52.6" |
| 831 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 832 |
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" |
| 833 |
|
| 834 |
[[package]] |
| 835 |
name = "windows_x86_64_gnu" |
| 836 |
version = "0.52.6" |
| 837 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 838 |
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" |
| 839 |
|
| 840 |
[[package]] |
| 841 |
name = "windows_x86_64_gnullvm" |
| 842 |
version = "0.52.6" |
| 843 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 844 |
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" |
| 845 |
|
| 846 |
[[package]] |
| 847 |
name = "windows_x86_64_msvc" |
| 848 |
version = "0.52.6" |
| 849 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 850 |
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" |
| 851 |
|
| 852 |
[[package]] |
| 853 |
name = "winnow" |
| 854 |
version = "0.7.15" |
| 855 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 856 |
checksum = "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945" |
| 857 |
dependencies = [ |
| 858 |
"memchr", |
| 859 |
] |
| 860 |
|
| 861 |
[[package]] |
| 862 |
name = "zmij" |
| 863 |
version = "1.0.21" |
| 864 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 865 |
checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa" |
| 866 |
|