| 1 | # This file is automatically @generated by Cargo. |
| 2 | # It is not intended for manual editing. |
| 3 | version = 4 |
| 4 | |
| 5 | [[package]] |
| 6 | name = "adler2" |
| 7 | version = "2.0.1" |
| 8 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 9 | checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" |
| 10 | |
| 11 | [[package]] |
| 12 | name = "aes" |
| 13 | version = "0.8.4" |
| 14 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 15 | checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0" |
| 16 | dependencies = [ |
| 17 | "cfg-if 1.0.4", |
| 18 | "cipher", |
| 19 | "cpufeatures 0.2.17", |
| 20 | ] |
| 21 | |
| 22 | [[package]] |
| 23 | name = "ahash" |
| 24 | version = "0.8.12" |
| 25 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 26 | checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75" |
| 27 | dependencies = [ |
| 28 | "cfg-if 1.0.4", |
| 29 | "getrandom 0.3.4", |
| 30 | "once_cell", |
| 31 | "serde", |
| 32 | "version_check", |
| 33 | "zerocopy", |
| 34 | ] |
| 35 | |
| 36 | [[package]] |
| 37 | name = "aho-corasick" |
| 38 | version = "1.1.4" |
| 39 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 40 | checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" |
| 41 | dependencies = [ |
| 42 | "memchr", |
| 43 | ] |
| 44 | |
| 45 | [[package]] |
| 46 | name = "allocator-api2" |
| 47 | version = "0.2.21" |
| 48 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 49 | checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" |
| 50 | |
| 51 | [[package]] |
| 52 | name = "android_system_properties" |
| 53 | version = "0.1.5" |
| 54 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 55 | checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" |
| 56 | dependencies = [ |
| 57 | "libc", |
| 58 | ] |
| 59 | |
| 60 | [[package]] |
| 61 | name = "annotate-snippets" |
| 62 | version = "0.12.16" |
| 63 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 64 | checksum = "f211a51805bc641f3ad5b7664c77d2547af685cc33b4cd8d31964027a46f13f1" |
| 65 | dependencies = [ |
| 66 | "anstyle", |
| 67 | "memchr", |
| 68 | "unicode-width", |
| 69 | ] |
| 70 | |
| 71 | [[package]] |
| 72 | name = "anstream" |
| 73 | version = "0.6.21" |
| 74 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 75 | checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a" |
| 76 | dependencies = [ |
| 77 | "anstyle", |
| 78 | "anstyle-parse", |
| 79 | "anstyle-query", |
| 80 | "anstyle-wincon", |
| 81 | "colorchoice", |
| 82 | "is_terminal_polyfill", |
| 83 | "utf8parse", |
| 84 | ] |
| 85 | |
| 86 | [[package]] |
| 87 | name = "anstyle" |
| 88 | version = "1.0.13" |
| 89 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 90 | checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78" |
| 91 | |
| 92 | [[package]] |
| 93 | name = "anstyle-parse" |
| 94 | version = "0.2.7" |
| 95 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 96 | checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2" |
| 97 | dependencies = [ |
| 98 | "utf8parse", |
| 99 | ] |
| 100 | |
| 101 | [[package]] |
| 102 | name = "anstyle-query" |
| 103 | version = "1.1.5" |
| 104 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 105 | checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" |
| 106 | dependencies = [ |
| 107 | "windows-sys 0.60.2", |
| 108 | ] |
| 109 | |
| 110 | [[package]] |
| 111 | name = "anstyle-wincon" |
| 112 | version = "3.0.11" |
| 113 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 114 | checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" |
| 115 | dependencies = [ |
| 116 | "anstyle", |
| 117 | "once_cell_polyfill", |
| 118 | "windows-sys 0.60.2", |
| 119 | ] |
| 120 | |
| 121 | [[package]] |
| 122 | name = "anyhow" |
| 123 | version = "1.0.103" |
| 124 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 125 | checksum = "2a4385e2e34eb35d6b3efe798b9eb88096925d87726c0798709bf56d9ed84af3" |
| 126 | |
| 127 | [[package]] |
| 128 | name = "arboard" |
| 129 | version = "3.6.1" |
| 130 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 131 | checksum = "0348a1c054491f4bfe6ab86a7b6ab1e44e45d899005de92f58b3df180b36ddaf" |
| 132 | dependencies = [ |
| 133 | "clipboard-win", |
| 134 | "image", |
| 135 | "log", |
| 136 | "objc2", |
| 137 | "objc2-app-kit", |
| 138 | "objc2-core-foundation", |
| 139 | "objc2-core-graphics", |
| 140 | "objc2-foundation", |
| 141 | "parking_lot", |
| 142 | "percent-encoding", |
| 143 | "windows-sys 0.60.2", |
| 144 | "x11rb", |
| 145 | ] |
| 146 | |
| 147 | [[package]] |
| 148 | name = "arc-swap" |
| 149 | version = "1.9.1" |
| 150 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 151 | checksum = "6a3a1fd6f75306b68087b831f025c712524bcb19aad54e557b1129cfa0a2b207" |
| 152 | dependencies = [ |
| 153 | "rustversion", |
| 154 | ] |
| 155 | |
| 156 | [[package]] |
| 157 | name = "arraydeque" |
| 158 | version = "0.5.1" |
| 159 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 160 | checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236" |
| 161 | |
| 162 | [[package]] |
| 163 | name = "ascii" |
| 164 | version = "1.1.0" |
| 165 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 166 | checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16" |
| 167 | |
| 168 | [[package]] |
| 169 | name = "assert-json-diff" |
| 170 | version = "2.0.2" |
| 171 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 172 | checksum = "47e4f2b81832e72834d7518d8487a0396a28cc408186a2e8854c0f98011faf12" |
| 173 | dependencies = [ |
| 174 | "serde", |
| 175 | "serde_json", |
| 176 | ] |
| 177 | |
| 178 | [[package]] |
| 179 | name = "async-broadcast" |
| 180 | version = "0.7.2" |
| 181 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 182 | checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532" |
| 183 | dependencies = [ |
| 184 | "event-listener", |
| 185 | "event-listener-strategy", |
| 186 | "futures-core", |
| 187 | "pin-project-lite", |
| 188 | ] |
| 189 | |
| 190 | [[package]] |
| 191 | name = "async-channel" |
| 192 | version = "2.5.0" |
| 193 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 194 | checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2" |
| 195 | dependencies = [ |
| 196 | "concurrent-queue", |
| 197 | "event-listener-strategy", |
| 198 | "futures-core", |
| 199 | "pin-project-lite", |
| 200 | ] |
| 201 | |
| 202 | [[package]] |
| 203 | name = "async-compression" |
| 204 | version = "0.4.42" |
| 205 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 206 | checksum = "e79b3f8a79cccc2898f31920fc69f304859b3bd567490f75ebf51ae1c792a9ac" |
| 207 | dependencies = [ |
| 208 | "compression-codecs", |
| 209 | "compression-core", |
| 210 | "pin-project-lite", |
| 211 | "tokio", |
| 212 | ] |
| 213 | |
| 214 | [[package]] |
| 215 | name = "async-io" |
| 216 | version = "2.6.0" |
| 217 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 218 | checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc" |
| 219 | dependencies = [ |
| 220 | "autocfg", |
| 221 | "cfg-if 1.0.4", |
| 222 | "concurrent-queue", |
| 223 | "futures-io", |
| 224 | "futures-lite", |
| 225 | "parking", |
| 226 | "polling", |
| 227 | "rustix", |
| 228 | "slab", |
| 229 | "windows-sys 0.61.2", |
| 230 | ] |
| 231 | |
| 232 | [[package]] |
| 233 | name = "async-lock" |
| 234 | version = "3.4.2" |
| 235 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 236 | checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311" |
| 237 | dependencies = [ |
| 238 | "event-listener", |
| 239 | "event-listener-strategy", |
| 240 | "pin-project-lite", |
| 241 | ] |
| 242 | |
| 243 | [[package]] |
| 244 | name = "async-process" |
| 245 | version = "2.5.0" |
| 246 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 247 | checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75" |
| 248 | dependencies = [ |
| 249 | "async-channel", |
| 250 | "async-io", |
| 251 | "async-lock", |
| 252 | "async-signal", |
| 253 | "async-task", |
| 254 | "blocking", |
| 255 | "cfg-if 1.0.4", |
| 256 | "event-listener", |
| 257 | "futures-lite", |
| 258 | "rustix", |
| 259 | ] |
| 260 | |
| 261 | [[package]] |
| 262 | name = "async-recursion" |
| 263 | version = "1.1.1" |
| 264 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 265 | checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11" |
| 266 | dependencies = [ |
| 267 | "proc-macro2", |
| 268 | "quote", |
| 269 | "syn 2.0.117", |
| 270 | ] |
| 271 | |
| 272 | [[package]] |
| 273 | name = "async-signal" |
| 274 | version = "0.2.14" |
| 275 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 276 | checksum = "52b5aaafa020cf5053a01f2a60e8ff5dccf550f0f77ec54a4e47285ac2bab485" |
| 277 | dependencies = [ |
| 278 | "async-io", |
| 279 | "async-lock", |
| 280 | "atomic-waker", |
| 281 | "cfg-if 1.0.4", |
| 282 | "futures-core", |
| 283 | "futures-io", |
| 284 | "rustix", |
| 285 | "signal-hook-registry", |
| 286 | "slab", |
| 287 | "windows-sys 0.61.2", |
| 288 | ] |
| 289 | |
| 290 | [[package]] |
| 291 | name = "async-stream" |
| 292 | version = "0.3.6" |
| 293 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 294 | checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476" |
| 295 | dependencies = [ |
| 296 | "async-stream-impl", |
| 297 | "futures-core", |
| 298 | "pin-project-lite", |
| 299 | ] |
| 300 | |
| 301 | [[package]] |
| 302 | name = "async-stream-impl" |
| 303 | version = "0.3.6" |
| 304 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 305 | checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d" |
| 306 | dependencies = [ |
| 307 | "proc-macro2", |
| 308 | "quote", |
| 309 | "syn 2.0.117", |
| 310 | ] |
| 311 | |
| 312 | [[package]] |
| 313 | name = "async-task" |
| 314 | version = "4.7.1" |
| 315 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 316 | checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" |
| 317 | |
| 318 | [[package]] |
| 319 | name = "async-trait" |
| 320 | version = "0.1.89" |
| 321 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 322 | checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" |
| 323 | dependencies = [ |
| 324 | "proc-macro2", |
| 325 | "quote", |
| 326 | "syn 2.0.117", |
| 327 | ] |
| 328 | |
| 329 | [[package]] |
| 330 | name = "atomic" |
| 331 | version = "0.6.1" |
| 332 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 333 | checksum = "a89cbf775b137e9b968e67227ef7f775587cde3fd31b0d8599dbd0f598a48340" |
| 334 | dependencies = [ |
| 335 | "bytemuck", |
| 336 | ] |
| 337 | |
| 338 | [[package]] |
| 339 | name = "atomic-waker" |
| 340 | version = "1.1.2" |
| 341 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 342 | checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" |
| 343 | |
| 344 | [[package]] |
| 345 | name = "autocfg" |
| 346 | version = "1.5.0" |
| 347 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 348 | checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" |
| 349 | |
| 350 | [[package]] |
| 351 | name = "axum" |
| 352 | version = "0.8.9" |
| 353 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 354 | checksum = "31b698c5f9a010f6573133b09e0de5408834d0c82f8d7475a89fc1867a71cd90" |
| 355 | dependencies = [ |
| 356 | "axum-core", |
| 357 | "bytes", |
| 358 | "form_urlencoded", |
| 359 | "futures-util", |
| 360 | "http", |
| 361 | "http-body", |
| 362 | "http-body-util", |
| 363 | "hyper", |
| 364 | "hyper-util", |
| 365 | "itoa", |
| 366 | "matchit", |
| 367 | "memchr", |
| 368 | "mime", |
| 369 | "percent-encoding", |
| 370 | "pin-project-lite", |
| 371 | "serde_core", |
| 372 | "serde_json", |
| 373 | "serde_path_to_error", |
| 374 | "serde_urlencoded", |
| 375 | "sync_wrapper", |
| 376 | "tokio", |
| 377 | "tower", |
| 378 | "tower-layer", |
| 379 | "tower-service", |
| 380 | "tracing", |
| 381 | ] |
| 382 | |
| 383 | [[package]] |
| 384 | name = "axum-core" |
| 385 | version = "0.5.6" |
| 386 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 387 | checksum = "08c78f31d7b1291f7ee735c1c6780ccde7785daae9a9206026862dab7d8792d1" |
| 388 | dependencies = [ |
| 389 | "bytes", |
| 390 | "futures-core", |
| 391 | "http", |
| 392 | "http-body", |
| 393 | "http-body-util", |
| 394 | "mime", |
| 395 | "pin-project-lite", |
| 396 | "sync_wrapper", |
| 397 | "tower-layer", |
| 398 | "tower-service", |
| 399 | "tracing", |
| 400 | ] |
| 401 | |
| 402 | [[package]] |
| 403 | name = "base62" |
| 404 | version = "2.2.4" |
| 405 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 406 | checksum = "cd637ac531c60eb7fbc4684dc061c2d7d90d73d758181aa02eeff0464b9eee4b" |
| 407 | |
| 408 | [[package]] |
| 409 | name = "base64" |
| 410 | version = "0.22.1" |
| 411 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 412 | checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" |
| 413 | |
| 414 | [[package]] |
| 415 | name = "base64" |
| 416 | version = "0.23.0" |
| 417 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 418 | checksum = "b25655df2c3cdd83c5e5b293b88acd880332b2ddadd7c30ac43144fdc0033da9" |
| 419 | |
| 420 | [[package]] |
| 421 | name = "bincode" |
| 422 | version = "1.3.3" |
| 423 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 424 | checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" |
| 425 | dependencies = [ |
| 426 | "serde", |
| 427 | ] |
| 428 | |
| 429 | [[package]] |
| 430 | name = "bindgen" |
| 431 | version = "0.72.1" |
| 432 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 433 | checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895" |
| 434 | dependencies = [ |
| 435 | "bitflags 2.12.1", |
| 436 | "cexpr", |
| 437 | "clang-sys", |
| 438 | "itertools 0.13.0", |
| 439 | "log", |
| 440 | "prettyplease", |
| 441 | "proc-macro2", |
| 442 | "quote", |
| 443 | "regex", |
| 444 | "rustc-hash", |
| 445 | "shlex 1.3.0", |
| 446 | "syn 2.0.117", |
| 447 | ] |
| 448 | |
| 449 | [[package]] |
| 450 | name = "bit-set" |
| 451 | version = "0.5.3" |
| 452 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 453 | checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1" |
| 454 | dependencies = [ |
| 455 | "bit-vec 0.6.3", |
| 456 | ] |
| 457 | |
| 458 | [[package]] |
| 459 | name = "bit-set" |
| 460 | version = "0.8.0" |
| 461 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 462 | checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3" |
| 463 | dependencies = [ |
| 464 | "bit-vec 0.8.0", |
| 465 | ] |
| 466 | |
| 467 | [[package]] |
| 468 | name = "bit-vec" |
| 469 | version = "0.6.3" |
| 470 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 471 | checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb" |
| 472 | |
| 473 | [[package]] |
| 474 | name = "bit-vec" |
| 475 | version = "0.8.0" |
| 476 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 477 | checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7" |
| 478 | |
| 479 | [[package]] |
| 480 | name = "bitflags" |
| 481 | version = "1.3.2" |
| 482 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 483 | checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
| 484 | |
| 485 | [[package]] |
| 486 | name = "bitflags" |
| 487 | version = "2.12.1" |
| 488 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 489 | checksum = "84d7ced0ae9557296835c32bf1b1e02b44c746701f898460fb000d7eaa84f00a" |
| 490 | |
| 491 | [[package]] |
| 492 | name = "block-buffer" |
| 493 | version = "0.10.4" |
| 494 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 495 | checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" |
| 496 | dependencies = [ |
| 497 | "generic-array", |
| 498 | ] |
| 499 | |
| 500 | [[package]] |
| 501 | name = "block-buffer" |
| 502 | version = "0.12.0" |
| 503 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 504 | checksum = "cdd35008169921d80bc60d3d0ab416eecb028c4cd653352907921d95084790be" |
| 505 | dependencies = [ |
| 506 | "hybrid-array", |
| 507 | ] |
| 508 | |
| 509 | [[package]] |
| 510 | name = "block-padding" |
| 511 | version = "0.3.3" |
| 512 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 513 | checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93" |
| 514 | dependencies = [ |
| 515 | "generic-array", |
| 516 | ] |
| 517 | |
| 518 | [[package]] |
| 519 | name = "blocking" |
| 520 | version = "1.6.2" |
| 521 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 522 | checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21" |
| 523 | dependencies = [ |
| 524 | "async-channel", |
| 525 | "async-task", |
| 526 | "futures-io", |
| 527 | "futures-lite", |
| 528 | "piper", |
| 529 | ] |
| 530 | |
| 531 | [[package]] |
| 532 | name = "borrow-or-share" |
| 533 | version = "0.2.4" |
| 534 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 535 | checksum = "dc0b364ead1874514c8c2855ab558056ebfeb775653e7ae45ff72f28f8f3166c" |
| 536 | |
| 537 | [[package]] |
| 538 | name = "bstr" |
| 539 | version = "1.12.1" |
| 540 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 541 | checksum = "63044e1ae8e69f3b5a92c736ca6269b8d12fa7efe39bf34ddb06d102cf0e2cab" |
| 542 | dependencies = [ |
| 543 | "memchr", |
| 544 | "serde", |
| 545 | ] |
| 546 | |
| 547 | [[package]] |
| 548 | name = "bumpalo" |
| 549 | version = "3.19.1" |
| 550 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 551 | checksum = "5dd9dc738b7a8311c7ade152424974d8115f2cdad61e8dab8dac9f2362298510" |
| 552 | |
| 553 | [[package]] |
| 554 | name = "bytecount" |
| 555 | version = "0.6.9" |
| 556 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 557 | checksum = "175812e0be2bccb6abe50bb8d566126198344f707e304f45c648fd8f2cc0365e" |
| 558 | |
| 559 | [[package]] |
| 560 | name = "bytemuck" |
| 561 | version = "1.25.2" |
| 562 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 563 | checksum = "95832e849adfb21180ccb6826a99da14e5d266ae5c2e668e1602cf234f153797" |
| 564 | dependencies = [ |
| 565 | "bytemuck_derive", |
| 566 | ] |
| 567 | |
| 568 | [[package]] |
| 569 | name = "bytemuck_derive" |
| 570 | version = "1.11.0" |
| 571 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 572 | checksum = "f65693059b6b9c588b9f62fed1cedbf0a8b805631457ea162d68f0de186f3de5" |
| 573 | dependencies = [ |
| 574 | "proc-macro2", |
| 575 | "quote", |
| 576 | "syn 2.0.117", |
| 577 | ] |
| 578 | |
| 579 | [[package]] |
| 580 | name = "byteorder" |
| 581 | version = "1.5.0" |
| 582 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 583 | checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" |
| 584 | |
| 585 | [[package]] |
| 586 | name = "byteorder-lite" |
| 587 | version = "0.1.0" |
| 588 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 589 | checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495" |
| 590 | |
| 591 | [[package]] |
| 592 | name = "bytes" |
| 593 | version = "1.11.1" |
| 594 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 595 | checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" |
| 596 | |
| 597 | [[package]] |
| 598 | name = "castaway" |
| 599 | version = "0.2.4" |
| 600 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 601 | checksum = "dec551ab6e7578819132c713a93c022a05d60159dc86e7a7050223577484c55a" |
| 602 | dependencies = [ |
| 603 | "rustversion", |
| 604 | ] |
| 605 | |
| 606 | [[package]] |
| 607 | name = "cbc" |
| 608 | version = "0.1.2" |
| 609 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 610 | checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6" |
| 611 | dependencies = [ |
| 612 | "cipher", |
| 613 | ] |
| 614 | |
| 615 | [[package]] |
| 616 | name = "cc" |
| 617 | version = "1.4.0" |
| 618 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 619 | checksum = "5add81bb678e6cb321aff7fa0dc7689ad82b112dbc032cea19f91d6b8e3582b9" |
| 620 | dependencies = [ |
| 621 | "find-msvc-tools", |
| 622 | "shlex 2.0.1", |
| 623 | ] |
| 624 | |
| 625 | [[package]] |
| 626 | name = "cesu8" |
| 627 | version = "1.1.0" |
| 628 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 629 | checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" |
| 630 | |
| 631 | [[package]] |
| 632 | name = "cexpr" |
| 633 | version = "0.6.0" |
| 634 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 635 | checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" |
| 636 | dependencies = [ |
| 637 | "nom 7.1.3", |
| 638 | ] |
| 639 | |
| 640 | [[package]] |
| 641 | name = "cfg-if" |
| 642 | version = "0.1.10" |
| 643 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 644 | checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" |
| 645 | |
| 646 | [[package]] |
| 647 | name = "cfg-if" |
| 648 | version = "1.0.4" |
| 649 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 650 | checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" |
| 651 | |
| 652 | [[package]] |
| 653 | name = "cfg_aliases" |
| 654 | version = "0.1.1" |
| 655 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 656 | checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" |
| 657 | |
| 658 | [[package]] |
| 659 | name = "cfg_aliases" |
| 660 | version = "0.2.1" |
| 661 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 662 | checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" |
| 663 | |
| 664 | [[package]] |
| 665 | name = "chrono" |
| 666 | version = "0.4.45" |
| 667 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 668 | checksum = "1aa79e62e7697b8e29b513a68abacf485adcd1fe8284a4316c5ae868e6633327" |
| 669 | dependencies = [ |
| 670 | "iana-time-zone", |
| 671 | "js-sys", |
| 672 | "num-traits", |
| 673 | "serde", |
| 674 | "wasm-bindgen", |
| 675 | "windows-link", |
| 676 | ] |
| 677 | |
| 678 | [[package]] |
| 679 | name = "chunked_transfer" |
| 680 | version = "1.5.0" |
| 681 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 682 | checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901" |
| 683 | |
| 684 | [[package]] |
| 685 | name = "cipher" |
| 686 | version = "0.4.4" |
| 687 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 688 | checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" |
| 689 | dependencies = [ |
| 690 | "crypto-common 0.1.7", |
| 691 | "inout", |
| 692 | ] |
| 693 | |
| 694 | [[package]] |
| 695 | name = "clang-sys" |
| 696 | version = "1.8.1" |
| 697 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 698 | checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4" |
| 699 | dependencies = [ |
| 700 | "glob", |
| 701 | "libc", |
| 702 | "libloading", |
| 703 | ] |
| 704 | |
| 705 | [[package]] |
| 706 | name = "clap" |
| 707 | version = "4.5.54" |
| 708 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 709 | checksum = "c6e6ff9dcd79cff5cd969a17a545d79e84ab086e444102a591e288a8aa3ce394" |
| 710 | dependencies = [ |
| 711 | "clap_builder", |
| 712 | "clap_derive", |
| 713 | ] |
| 714 | |
| 715 | [[package]] |
| 716 | name = "clap_builder" |
| 717 | version = "4.5.54" |
| 718 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 719 | checksum = "fa42cf4d2b7a41bc8f663a7cab4031ebafa1bf3875705bfaf8466dc60ab52c00" |
| 720 | dependencies = [ |
| 721 | "anstream", |
| 722 | "anstyle", |
| 723 | "clap_lex", |
| 724 | "strsim", |
| 725 | "terminal_size", |
| 726 | ] |
| 727 | |
| 728 | [[package]] |
| 729 | name = "clap_complete" |
| 730 | version = "4.6.8" |
| 731 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 732 | checksum = "b1f84a88507dbd05c695f2cb5e8558e747179134005e9893882dec964190ed89" |
| 733 | dependencies = [ |
| 734 | "clap", |
| 735 | ] |
| 736 | |
| 737 | [[package]] |
| 738 | name = "clap_derive" |
| 739 | version = "4.5.49" |
| 740 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 741 | checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671" |
| 742 | dependencies = [ |
| 743 | "heck", |
| 744 | "proc-macro2", |
| 745 | "quote", |
| 746 | "syn 2.0.117", |
| 747 | ] |
| 748 | |
| 749 | [[package]] |
| 750 | name = "clap_lex" |
| 751 | version = "0.7.6" |
| 752 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 753 | checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d" |
| 754 | |
| 755 | [[package]] |
| 756 | name = "clipboard-win" |
| 757 | version = "5.4.1" |
| 758 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 759 | checksum = "bde03770d3df201d4fb868f2c9c59e66a3e4e2bd06692a0fe701e7103c7e84d4" |
| 760 | dependencies = [ |
| 761 | "error-code", |
| 762 | ] |
| 763 | |
| 764 | [[package]] |
| 765 | name = "codewhale-agent" |
| 766 | version = "0.9.4" |
| 767 | dependencies = [ |
| 768 | "codewhale-config", |
| 769 | "serde", |
| 770 | ] |
| 771 | |
| 772 | [[package]] |
| 773 | name = "codewhale-app-server" |
| 774 | version = "0.9.4" |
| 775 | dependencies = [ |
| 776 | "anyhow", |
| 777 | "axum", |
| 778 | "codewhale-agent", |
| 779 | "codewhale-config", |
| 780 | "codewhale-core", |
| 781 | "codewhale-execpolicy", |
| 782 | "codewhale-hooks", |
| 783 | "codewhale-mcp", |
| 784 | "codewhale-protocol", |
| 785 | "codewhale-release", |
| 786 | "codewhale-state", |
| 787 | "codewhale-tools", |
| 788 | "reqwest 0.13.4", |
| 789 | "rustls", |
| 790 | "serde", |
| 791 | "serde_json", |
| 792 | "tempfile", |
| 793 | "tokio", |
| 794 | "tower", |
| 795 | "tower-http 0.7.0", |
| 796 | "tracing", |
| 797 | "uuid", |
| 798 | ] |
| 799 | |
| 800 | [[package]] |
| 801 | name = "codewhale-build-support" |
| 802 | version = "0.9.4" |
| 803 | |
| 804 | [[package]] |
| 805 | name = "codewhale-cli" |
| 806 | version = "0.9.4" |
| 807 | dependencies = [ |
| 808 | "anyhow", |
| 809 | "chrono", |
| 810 | "clap", |
| 811 | "clap_complete", |
| 812 | "codewhale-agent", |
| 813 | "codewhale-app-server", |
| 814 | "codewhale-build-support", |
| 815 | "codewhale-config", |
| 816 | "codewhale-execpolicy", |
| 817 | "codewhale-lane", |
| 818 | "codewhale-mcp", |
| 819 | "codewhale-paths", |
| 820 | "codewhale-release", |
| 821 | "codewhale-secrets", |
| 822 | "codewhale-state", |
| 823 | "codewhale-telemetry", |
| 824 | "codewhale-workflow", |
| 825 | "console", |
| 826 | "dirs", |
| 827 | "libc", |
| 828 | "mimalloc", |
| 829 | "reqwest 0.13.4", |
| 830 | "rustls", |
| 831 | "semver", |
| 832 | "serde", |
| 833 | "serde_json", |
| 834 | "sha2 0.11.0", |
| 835 | "tempfile", |
| 836 | "tokio", |
| 837 | "tracing", |
| 838 | "webbrowser", |
| 839 | "windows 0.62.2", |
| 840 | "zeroize", |
| 841 | ] |
| 842 | |
| 843 | [[package]] |
| 844 | name = "codewhale-config" |
| 845 | version = "0.9.4" |
| 846 | dependencies = [ |
| 847 | "anyhow", |
| 848 | "codewhale-execpolicy", |
| 849 | "codewhale-paths", |
| 850 | "codewhale-secrets", |
| 851 | "fd-lock", |
| 852 | "libc", |
| 853 | "serde", |
| 854 | "serde_json", |
| 855 | "sha2 0.11.0", |
| 856 | "tempfile", |
| 857 | "toml 1.1.2+spec-1.1.0", |
| 858 | "toml_edit 0.25.12+spec-1.1.0", |
| 859 | "tracing", |
| 860 | "windows-sys 0.61.2", |
| 861 | ] |
| 862 | |
| 863 | [[package]] |
| 864 | name = "codewhale-core" |
| 865 | version = "0.9.4" |
| 866 | dependencies = [ |
| 867 | "anyhow", |
| 868 | "async-trait", |
| 869 | "chrono", |
| 870 | "codewhale-agent", |
| 871 | "codewhale-config", |
| 872 | "codewhale-execpolicy", |
| 873 | "codewhale-hooks", |
| 874 | "codewhale-mcp", |
| 875 | "codewhale-protocol", |
| 876 | "codewhale-state", |
| 877 | "codewhale-tools", |
| 878 | "serde_json", |
| 879 | "tokio", |
| 880 | "tracing", |
| 881 | "uuid", |
| 882 | ] |
| 883 | |
| 884 | [[package]] |
| 885 | name = "codewhale-execpolicy" |
| 886 | version = "0.9.4" |
| 887 | dependencies = [ |
| 888 | "anyhow", |
| 889 | "codewhale-protocol", |
| 890 | "serde", |
| 891 | ] |
| 892 | |
| 893 | [[package]] |
| 894 | name = "codewhale-hooks" |
| 895 | version = "0.9.4" |
| 896 | dependencies = [ |
| 897 | "anyhow", |
| 898 | "async-trait", |
| 899 | "chrono", |
| 900 | "codewhale-protocol", |
| 901 | "codewhale-release", |
| 902 | "reqwest 0.13.4", |
| 903 | "serde", |
| 904 | "serde_json", |
| 905 | "tokio", |
| 906 | ] |
| 907 | |
| 908 | [[package]] |
| 909 | name = "codewhale-lane" |
| 910 | version = "0.9.4" |
| 911 | dependencies = [ |
| 912 | "anyhow", |
| 913 | "chrono", |
| 914 | "codewhale-config", |
| 915 | "fd-lock", |
| 916 | "serde", |
| 917 | "serde_json", |
| 918 | "tempfile", |
| 919 | "tracing", |
| 920 | "uuid", |
| 921 | ] |
| 922 | |
| 923 | [[package]] |
| 924 | name = "codewhale-mcp" |
| 925 | version = "0.9.4" |
| 926 | dependencies = [ |
| 927 | "anyhow", |
| 928 | "serde", |
| 929 | "serde_json", |
| 930 | "tracing", |
| 931 | ] |
| 932 | |
| 933 | [[package]] |
| 934 | name = "codewhale-paths" |
| 935 | version = "0.9.4" |
| 936 | dependencies = [ |
| 937 | "dirs", |
| 938 | ] |
| 939 | |
| 940 | [[package]] |
| 941 | name = "codewhale-protocol" |
| 942 | version = "0.9.4" |
| 943 | dependencies = [ |
| 944 | "chrono", |
| 945 | "serde", |
| 946 | "serde_json", |
| 947 | "uuid", |
| 948 | ] |
| 949 | |
| 950 | [[package]] |
| 951 | name = "codewhale-release" |
| 952 | version = "0.9.4" |
| 953 | dependencies = [ |
| 954 | "anyhow", |
| 955 | "reqwest 0.13.4", |
| 956 | "rustls", |
| 957 | "semver", |
| 958 | "serde", |
| 959 | "serde_json", |
| 960 | "tempfile", |
| 961 | "webpki-roots", |
| 962 | ] |
| 963 | |
| 964 | [[package]] |
| 965 | name = "codewhale-secrets" |
| 966 | version = "0.9.4" |
| 967 | dependencies = [ |
| 968 | "chrono", |
| 969 | "codewhale-paths", |
| 970 | "keyring", |
| 971 | "serde", |
| 972 | "serde_json", |
| 973 | "sha2 0.11.0", |
| 974 | "tempfile", |
| 975 | "thiserror 2.0.18", |
| 976 | "tracing", |
| 977 | ] |
| 978 | |
| 979 | [[package]] |
| 980 | name = "codewhale-state" |
| 981 | version = "0.9.4" |
| 982 | dependencies = [ |
| 983 | "anyhow", |
| 984 | "chrono", |
| 985 | "codewhale-paths", |
| 986 | "codewhale-protocol", |
| 987 | "fd-lock", |
| 988 | "rusqlite", |
| 989 | "serde", |
| 990 | "serde_json", |
| 991 | "tracing", |
| 992 | ] |
| 993 | |
| 994 | [[package]] |
| 995 | name = "codewhale-telemetry" |
| 996 | version = "0.9.4" |
| 997 | dependencies = [ |
| 998 | "anyhow", |
| 999 | "chrono", |
| 1000 | "codewhale-build-support", |
| 1001 | "codewhale-config", |
| 1002 | "codewhale-paths", |
| 1003 | "codewhale-release", |
| 1004 | "codewhale-workflow", |
| 1005 | "fd-lock", |
| 1006 | "reqwest 0.13.4", |
| 1007 | "serde", |
| 1008 | "serde_json", |
| 1009 | "tempfile", |
| 1010 | "tracing", |
| 1011 | "uuid", |
| 1012 | ] |
| 1013 | |
| 1014 | [[package]] |
| 1015 | name = "codewhale-tools" |
| 1016 | version = "0.9.4" |
| 1017 | dependencies = [ |
| 1018 | "anyhow", |
| 1019 | "async-trait", |
| 1020 | "codewhale-protocol", |
| 1021 | "serde", |
| 1022 | "serde_json", |
| 1023 | "thiserror 2.0.18", |
| 1024 | "tokio", |
| 1025 | "uuid", |
| 1026 | ] |
| 1027 | |
| 1028 | [[package]] |
| 1029 | name = "codewhale-tui" |
| 1030 | version = "0.9.4" |
| 1031 | dependencies = [ |
| 1032 | "ahash", |
| 1033 | "anyhow", |
| 1034 | "arboard", |
| 1035 | "async-stream", |
| 1036 | "async-trait", |
| 1037 | "axum", |
| 1038 | "base64 0.23.0", |
| 1039 | "chrono", |
| 1040 | "clap", |
| 1041 | "clap_complete", |
| 1042 | "codewhale-build-support", |
| 1043 | "codewhale-config", |
| 1044 | "codewhale-execpolicy", |
| 1045 | "codewhale-lane", |
| 1046 | "codewhale-paths", |
| 1047 | "codewhale-protocol", |
| 1048 | "codewhale-release", |
| 1049 | "codewhale-secrets", |
| 1050 | "codewhale-telemetry", |
| 1051 | "codewhale-tools", |
| 1052 | "codewhale-workflow", |
| 1053 | "codewhale-workflow-js", |
| 1054 | "colored", |
| 1055 | "crossterm", |
| 1056 | "cucumber", |
| 1057 | "dirs", |
| 1058 | "dotenvy", |
| 1059 | "encoding_rs", |
| 1060 | "fd-lock", |
| 1061 | "flate2", |
| 1062 | "futures-util", |
| 1063 | "globset", |
| 1064 | "htmd", |
| 1065 | "ignore", |
| 1066 | "image", |
| 1067 | "libc", |
| 1068 | "lru 0.18.1", |
| 1069 | "mimalloc", |
| 1070 | "oauth2", |
| 1071 | "objc2", |
| 1072 | "objc2-foundation", |
| 1073 | "parking_lot", |
| 1074 | "portable-pty", |
| 1075 | "pretty_assertions", |
| 1076 | "qrcode", |
| 1077 | "ratatui", |
| 1078 | "ratatui-core", |
| 1079 | "readability", |
| 1080 | "regex", |
| 1081 | "reqwest 0.13.4", |
| 1082 | "rio-vt", |
| 1083 | "rmcp", |
| 1084 | "rusqlite", |
| 1085 | "rust-i18n", |
| 1086 | "rustls", |
| 1087 | "schemars", |
| 1088 | "schemaui", |
| 1089 | "semver", |
| 1090 | "serde", |
| 1091 | "serde_json", |
| 1092 | "sha2 0.11.0", |
| 1093 | "shell-words", |
| 1094 | "shellexpand", |
| 1095 | "shlex 1.3.0", |
| 1096 | "similar", |
| 1097 | "syntect", |
| 1098 | "tar", |
| 1099 | "tempfile", |
| 1100 | "thiserror 2.0.18", |
| 1101 | "tiny_http", |
| 1102 | "tokio", |
| 1103 | "tokio-util", |
| 1104 | "toml 1.1.2+spec-1.1.0", |
| 1105 | "toml_edit 0.25.12+spec-1.1.0", |
| 1106 | "tower-http 0.7.0", |
| 1107 | "tracing", |
| 1108 | "tracing-subscriber", |
| 1109 | "unicode-normalization", |
| 1110 | "unicode-segmentation", |
| 1111 | "unicode-width", |
| 1112 | "urlencoding", |
| 1113 | "uuid", |
| 1114 | "wait-timeout", |
| 1115 | "webbrowser", |
| 1116 | "windows 0.62.2", |
| 1117 | "windows-sys 0.61.2", |
| 1118 | "wiremock", |
| 1119 | ] |
| 1120 | |
| 1121 | [[package]] |
| 1122 | name = "codewhale-workflow" |
| 1123 | version = "0.9.4" |
| 1124 | dependencies = [ |
| 1125 | "serde", |
| 1126 | "serde_json", |
| 1127 | "sha2 0.11.0", |
| 1128 | "tempfile", |
| 1129 | "thiserror 2.0.18", |
| 1130 | "toml 1.1.2+spec-1.1.0", |
| 1131 | ] |
| 1132 | |
| 1133 | [[package]] |
| 1134 | name = "codewhale-workflow-js" |
| 1135 | version = "0.9.4" |
| 1136 | dependencies = [ |
| 1137 | "async-trait", |
| 1138 | "jsonschema 0.48.5", |
| 1139 | "rquickjs", |
| 1140 | "serde", |
| 1141 | "serde_json", |
| 1142 | "thiserror 2.0.18", |
| 1143 | "tokio", |
| 1144 | ] |
| 1145 | |
| 1146 | [[package]] |
| 1147 | name = "colorchoice" |
| 1148 | version = "1.0.4" |
| 1149 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1150 | checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" |
| 1151 | |
| 1152 | [[package]] |
| 1153 | name = "colored" |
| 1154 | version = "3.1.1" |
| 1155 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1156 | checksum = "faf9468729b8cbcea668e36183cb69d317348c2e08e994829fb56ebfdfbaac34" |
| 1157 | dependencies = [ |
| 1158 | "windows-sys 0.52.0", |
| 1159 | ] |
| 1160 | |
| 1161 | [[package]] |
| 1162 | name = "combine" |
| 1163 | version = "4.6.7" |
| 1164 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1165 | checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" |
| 1166 | dependencies = [ |
| 1167 | "bytes", |
| 1168 | "memchr", |
| 1169 | ] |
| 1170 | |
| 1171 | [[package]] |
| 1172 | name = "compact_str" |
| 1173 | version = "0.9.0" |
| 1174 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1175 | checksum = "3fdb1325a1cece981e8a296ab8f0f9b63ae357bd0784a9faaf548cc7b480707a" |
| 1176 | dependencies = [ |
| 1177 | "castaway", |
| 1178 | "cfg-if 1.0.4", |
| 1179 | "itoa", |
| 1180 | "rustversion", |
| 1181 | "ryu", |
| 1182 | "static_assertions", |
| 1183 | ] |
| 1184 | |
| 1185 | [[package]] |
| 1186 | name = "compression-codecs" |
| 1187 | version = "0.4.38" |
| 1188 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1189 | checksum = "ce2548391e9c1929c21bf6aa2680af86fe4c1b33e6cea9ac1cfeec0bd11218cf" |
| 1190 | dependencies = [ |
| 1191 | "compression-core", |
| 1192 | "flate2", |
| 1193 | "memchr", |
| 1194 | ] |
| 1195 | |
| 1196 | [[package]] |
| 1197 | name = "compression-core" |
| 1198 | version = "0.4.32" |
| 1199 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1200 | checksum = "cc14f565cf027a105f7a44ccf9e5b424348421a1d8952a8fc9d499d313107789" |
| 1201 | |
| 1202 | [[package]] |
| 1203 | name = "concurrent-queue" |
| 1204 | version = "2.5.0" |
| 1205 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1206 | checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" |
| 1207 | dependencies = [ |
| 1208 | "crossbeam-utils", |
| 1209 | ] |
| 1210 | |
| 1211 | [[package]] |
| 1212 | name = "console" |
| 1213 | version = "0.16.3" |
| 1214 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1215 | checksum = "d64e8af5551369d19cf50138de61f1c42074ab970f74e99be916646777f8fc87" |
| 1216 | dependencies = [ |
| 1217 | "encode_unicode", |
| 1218 | "libc", |
| 1219 | "unicode-width", |
| 1220 | "windows-sys 0.61.2", |
| 1221 | ] |
| 1222 | |
| 1223 | [[package]] |
| 1224 | name = "const-oid" |
| 1225 | version = "0.10.2" |
| 1226 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1227 | checksum = "a6ef517f0926dd24a1582492c791b6a4818a4d94e789a334894aa15b0d12f55c" |
| 1228 | |
| 1229 | [[package]] |
| 1230 | name = "convert_case" |
| 1231 | version = "0.10.0" |
| 1232 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1233 | checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9" |
| 1234 | dependencies = [ |
| 1235 | "unicode-segmentation", |
| 1236 | ] |
| 1237 | |
| 1238 | [[package]] |
| 1239 | name = "convert_case" |
| 1240 | version = "0.11.0" |
| 1241 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1242 | checksum = "affbf0190ed2caf063e3def54ff444b449371d55c58e513a95ab98eca50adb49" |
| 1243 | dependencies = [ |
| 1244 | "unicode-segmentation", |
| 1245 | ] |
| 1246 | |
| 1247 | [[package]] |
| 1248 | name = "corcovado" |
| 1249 | version = "0.5.1" |
| 1250 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1251 | checksum = "d4485657270f8214253b07f52e3a3e06affdd17fa4e06d4fc5b4f0d115f1258d" |
| 1252 | dependencies = [ |
| 1253 | "cfg-if 0.1.10", |
| 1254 | "fuchsia-zircon", |
| 1255 | "fuchsia-zircon-sys", |
| 1256 | "iovec", |
| 1257 | "libc", |
| 1258 | "miow 0.5.0", |
| 1259 | "slab", |
| 1260 | "socket2", |
| 1261 | "tracing", |
| 1262 | "windows 0.42.0", |
| 1263 | "windows-sys 0.42.0", |
| 1264 | ] |
| 1265 | |
| 1266 | [[package]] |
| 1267 | name = "core-foundation" |
| 1268 | version = "0.9.4" |
| 1269 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1270 | checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" |
| 1271 | dependencies = [ |
| 1272 | "core-foundation-sys", |
| 1273 | "libc", |
| 1274 | ] |
| 1275 | |
| 1276 | [[package]] |
| 1277 | name = "core-foundation" |
| 1278 | version = "0.10.1" |
| 1279 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1280 | checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6" |
| 1281 | dependencies = [ |
| 1282 | "core-foundation-sys", |
| 1283 | "libc", |
| 1284 | ] |
| 1285 | |
| 1286 | [[package]] |
| 1287 | name = "core-foundation-sys" |
| 1288 | version = "0.8.7" |
| 1289 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1290 | checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" |
| 1291 | |
| 1292 | [[package]] |
| 1293 | name = "cpufeatures" |
| 1294 | version = "0.2.17" |
| 1295 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1296 | checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" |
| 1297 | dependencies = [ |
| 1298 | "libc", |
| 1299 | ] |
| 1300 | |
| 1301 | [[package]] |
| 1302 | name = "cpufeatures" |
| 1303 | version = "0.3.0" |
| 1304 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1305 | checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201" |
| 1306 | dependencies = [ |
| 1307 | "libc", |
| 1308 | ] |
| 1309 | |
| 1310 | [[package]] |
| 1311 | name = "crc32fast" |
| 1312 | version = "1.5.0" |
| 1313 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1314 | checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" |
| 1315 | dependencies = [ |
| 1316 | "cfg-if 1.0.4", |
| 1317 | ] |
| 1318 | |
| 1319 | [[package]] |
| 1320 | name = "crossbeam-deque" |
| 1321 | version = "0.8.6" |
| 1322 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1323 | checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51" |
| 1324 | dependencies = [ |
| 1325 | "crossbeam-epoch", |
| 1326 | "crossbeam-utils", |
| 1327 | ] |
| 1328 | |
| 1329 | [[package]] |
| 1330 | name = "crossbeam-epoch" |
| 1331 | version = "0.9.20" |
| 1332 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1333 | checksum = "2d6914041f254d6e9176c01941b21115dcfb7089e55135a35411081bd106ef3f" |
| 1334 | dependencies = [ |
| 1335 | "crossbeam-utils", |
| 1336 | ] |
| 1337 | |
| 1338 | [[package]] |
| 1339 | name = "crossbeam-utils" |
| 1340 | version = "0.8.21" |
| 1341 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1342 | checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" |
| 1343 | |
| 1344 | [[package]] |
| 1345 | name = "crossterm" |
| 1346 | version = "0.29.0" |
| 1347 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1348 | checksum = "d8b9f2e4c67f833b660cdb0a3523065869fb35570177239812ed4c905aeff87b" |
| 1349 | dependencies = [ |
| 1350 | "bitflags 2.12.1", |
| 1351 | "crossterm_winapi", |
| 1352 | "derive_more", |
| 1353 | "document-features", |
| 1354 | "mio", |
| 1355 | "parking_lot", |
| 1356 | "rustix", |
| 1357 | "signal-hook 0.3.18", |
| 1358 | "signal-hook-mio", |
| 1359 | "winapi", |
| 1360 | ] |
| 1361 | |
| 1362 | [[package]] |
| 1363 | name = "crossterm_winapi" |
| 1364 | version = "0.9.1" |
| 1365 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1366 | checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b" |
| 1367 | dependencies = [ |
| 1368 | "winapi", |
| 1369 | ] |
| 1370 | |
| 1371 | [[package]] |
| 1372 | name = "crunchy" |
| 1373 | version = "0.2.4" |
| 1374 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1375 | checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" |
| 1376 | |
| 1377 | [[package]] |
| 1378 | name = "crypto-common" |
| 1379 | version = "0.1.7" |
| 1380 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1381 | checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a" |
| 1382 | dependencies = [ |
| 1383 | "generic-array", |
| 1384 | "typenum", |
| 1385 | ] |
| 1386 | |
| 1387 | [[package]] |
| 1388 | name = "crypto-common" |
| 1389 | version = "0.2.1" |
| 1390 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1391 | checksum = "77727bb15fa921304124b128af125e7e3b968275d1b108b379190264f4423710" |
| 1392 | dependencies = [ |
| 1393 | "hybrid-array", |
| 1394 | ] |
| 1395 | |
| 1396 | [[package]] |
| 1397 | name = "csscolorparser" |
| 1398 | version = "0.6.2" |
| 1399 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1400 | checksum = "eb2a7d3066da2de787b7f032c736763eb7ae5d355f81a68bab2675a96008b0bf" |
| 1401 | dependencies = [ |
| 1402 | "lab", |
| 1403 | "phf 0.11.3", |
| 1404 | ] |
| 1405 | |
| 1406 | [[package]] |
| 1407 | name = "cucumber" |
| 1408 | version = "0.23.0" |
| 1409 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1410 | checksum = "96a87e18d925b19ebe0fd47ea45316abd216d81ec0879c2448c3f9a0e9da62be" |
| 1411 | dependencies = [ |
| 1412 | "anyhow", |
| 1413 | "clap", |
| 1414 | "console", |
| 1415 | "cucumber-codegen", |
| 1416 | "cucumber-expressions", |
| 1417 | "derive_more", |
| 1418 | "either", |
| 1419 | "futures", |
| 1420 | "gherkin", |
| 1421 | "globwalk 0.9.1", |
| 1422 | "humantime", |
| 1423 | "inventory", |
| 1424 | "itertools 0.14.0", |
| 1425 | "linked-hash-map", |
| 1426 | "pin-project", |
| 1427 | "ref-cast", |
| 1428 | "regex", |
| 1429 | "sealed", |
| 1430 | "smart-default", |
| 1431 | ] |
| 1432 | |
| 1433 | [[package]] |
| 1434 | name = "cucumber-codegen" |
| 1435 | version = "0.23.0" |
| 1436 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1437 | checksum = "ed2fc8a8bbb73af3230db699e8690c5c786655f75eb89e5f18d76055fa1a9a4d" |
| 1438 | dependencies = [ |
| 1439 | "cucumber-expressions", |
| 1440 | "inflections", |
| 1441 | "itertools 0.14.0", |
| 1442 | "proc-macro2", |
| 1443 | "quote", |
| 1444 | "regex", |
| 1445 | "syn 2.0.117", |
| 1446 | "synthez", |
| 1447 | ] |
| 1448 | |
| 1449 | [[package]] |
| 1450 | name = "cucumber-expressions" |
| 1451 | version = "0.5.0" |
| 1452 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1453 | checksum = "6401038de3af44fe74e6fccdb8a5b7db7ba418f480c8e9ad584c6f65c05a27a6" |
| 1454 | dependencies = [ |
| 1455 | "derive_more", |
| 1456 | "either", |
| 1457 | "nom 8.0.0", |
| 1458 | "nom_locate", |
| 1459 | "regex", |
| 1460 | "regex-syntax", |
| 1461 | ] |
| 1462 | |
| 1463 | [[package]] |
| 1464 | name = "cursor-icon" |
| 1465 | version = "1.2.0" |
| 1466 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1467 | checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f" |
| 1468 | |
| 1469 | [[package]] |
| 1470 | name = "darling" |
| 1471 | version = "0.23.0" |
| 1472 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1473 | checksum = "25ae13da2f202d56bd7f91c25fba009e7717a1e4a1cc98a76d844b65ae912e9d" |
| 1474 | dependencies = [ |
| 1475 | "darling_core", |
| 1476 | "darling_macro", |
| 1477 | ] |
| 1478 | |
| 1479 | [[package]] |
| 1480 | name = "darling_core" |
| 1481 | version = "0.23.0" |
| 1482 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1483 | checksum = "9865a50f7c335f53564bb694ef660825eb8610e0a53d3e11bf1b0d3df31e03b0" |
| 1484 | dependencies = [ |
| 1485 | "ident_case", |
| 1486 | "proc-macro2", |
| 1487 | "quote", |
| 1488 | "strsim", |
| 1489 | "syn 2.0.117", |
| 1490 | ] |
| 1491 | |
| 1492 | [[package]] |
| 1493 | name = "darling_macro" |
| 1494 | version = "0.23.0" |
| 1495 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1496 | checksum = "ac3984ec7bd6cfa798e62b4a642426a5be0e68f9401cfc2a01e3fa9ea2fcdb8d" |
| 1497 | dependencies = [ |
| 1498 | "darling_core", |
| 1499 | "quote", |
| 1500 | "syn 2.0.117", |
| 1501 | ] |
| 1502 | |
| 1503 | [[package]] |
| 1504 | name = "data-encoding" |
| 1505 | version = "2.11.0" |
| 1506 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1507 | checksum = "a4ae5f15dda3c708c0ade84bfee31ccab44a3da4f88015ed22f63732abe300c8" |
| 1508 | |
| 1509 | [[package]] |
| 1510 | name = "dbus" |
| 1511 | version = "0.9.11" |
| 1512 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1513 | checksum = "b942602992bb7acfd1f51c49811c58a610ef9181b6e66f3e519d79b540a3bf73" |
| 1514 | dependencies = [ |
| 1515 | "libc", |
| 1516 | "libdbus-sys", |
| 1517 | "windows-sys 0.61.2", |
| 1518 | ] |
| 1519 | |
| 1520 | [[package]] |
| 1521 | name = "dbus-secret-service" |
| 1522 | version = "4.1.0" |
| 1523 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1524 | checksum = "708b509edf7889e53d7efb0ffadd994cc6c2345ccb62f55cfd6b0682165e4fa6" |
| 1525 | dependencies = [ |
| 1526 | "aes", |
| 1527 | "block-padding", |
| 1528 | "cbc", |
| 1529 | "dbus", |
| 1530 | "fastrand", |
| 1531 | "hkdf", |
| 1532 | "num", |
| 1533 | "once_cell", |
| 1534 | "sha2 0.10.9", |
| 1535 | "zeroize", |
| 1536 | ] |
| 1537 | |
| 1538 | [[package]] |
| 1539 | name = "deadpool" |
| 1540 | version = "0.12.3" |
| 1541 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1542 | checksum = "0be2b1d1d6ec8d846f05e137292d0b89133caf95ef33695424c09568bdd39b1b" |
| 1543 | dependencies = [ |
| 1544 | "deadpool-runtime", |
| 1545 | "lazy_static", |
| 1546 | "num_cpus", |
| 1547 | "tokio", |
| 1548 | ] |
| 1549 | |
| 1550 | [[package]] |
| 1551 | name = "deadpool-runtime" |
| 1552 | version = "0.1.4" |
| 1553 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1554 | checksum = "092966b41edc516079bdf31ec78a2e0588d1d0c08f78b91d8307215928642b2b" |
| 1555 | |
| 1556 | [[package]] |
| 1557 | name = "deltae" |
| 1558 | version = "0.3.2" |
| 1559 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1560 | checksum = "5729f5117e208430e437df2f4843f5e5952997175992d1414f94c57d61e270b4" |
| 1561 | |
| 1562 | [[package]] |
| 1563 | name = "deranged" |
| 1564 | version = "0.5.5" |
| 1565 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1566 | checksum = "ececcb659e7ba858fb4f10388c250a7252eb0a27373f1a72b8748afdd248e587" |
| 1567 | dependencies = [ |
| 1568 | "powerfmt", |
| 1569 | ] |
| 1570 | |
| 1571 | [[package]] |
| 1572 | name = "derive_more" |
| 1573 | version = "2.1.1" |
| 1574 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1575 | checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134" |
| 1576 | dependencies = [ |
| 1577 | "derive_more-impl", |
| 1578 | ] |
| 1579 | |
| 1580 | [[package]] |
| 1581 | name = "derive_more-impl" |
| 1582 | version = "2.1.1" |
| 1583 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1584 | checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb" |
| 1585 | dependencies = [ |
| 1586 | "convert_case 0.10.0", |
| 1587 | "proc-macro2", |
| 1588 | "quote", |
| 1589 | "rustc_version", |
| 1590 | "syn 2.0.117", |
| 1591 | "unicode-xid", |
| 1592 | ] |
| 1593 | |
| 1594 | [[package]] |
| 1595 | name = "diff" |
| 1596 | version = "0.1.13" |
| 1597 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1598 | checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8" |
| 1599 | |
| 1600 | [[package]] |
| 1601 | name = "digest" |
| 1602 | version = "0.10.7" |
| 1603 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1604 | checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" |
| 1605 | dependencies = [ |
| 1606 | "block-buffer 0.10.4", |
| 1607 | "crypto-common 0.1.7", |
| 1608 | "subtle", |
| 1609 | ] |
| 1610 | |
| 1611 | [[package]] |
| 1612 | name = "digest" |
| 1613 | version = "0.11.2" |
| 1614 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1615 | checksum = "4850db49bf08e663084f7fb5c87d202ef91a3907271aff24a94eb97ff039153c" |
| 1616 | dependencies = [ |
| 1617 | "block-buffer 0.12.0", |
| 1618 | "const-oid", |
| 1619 | "crypto-common 0.2.1", |
| 1620 | ] |
| 1621 | |
| 1622 | [[package]] |
| 1623 | name = "dirs" |
| 1624 | version = "6.0.0" |
| 1625 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1626 | checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e" |
| 1627 | dependencies = [ |
| 1628 | "dirs-sys", |
| 1629 | ] |
| 1630 | |
| 1631 | [[package]] |
| 1632 | name = "dirs-sys" |
| 1633 | version = "0.5.0" |
| 1634 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1635 | checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab" |
| 1636 | dependencies = [ |
| 1637 | "libc", |
| 1638 | "option-ext", |
| 1639 | "redox_users", |
| 1640 | "windows-sys 0.59.0", |
| 1641 | ] |
| 1642 | |
| 1643 | [[package]] |
| 1644 | name = "dispatch2" |
| 1645 | version = "0.3.0" |
| 1646 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1647 | checksum = "89a09f22a6c6069a18470eb92d2298acf25463f14256d24778e1230d789a2aec" |
| 1648 | dependencies = [ |
| 1649 | "bitflags 2.12.1", |
| 1650 | "objc2", |
| 1651 | ] |
| 1652 | |
| 1653 | [[package]] |
| 1654 | name = "displaydoc" |
| 1655 | version = "0.2.5" |
| 1656 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1657 | checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" |
| 1658 | dependencies = [ |
| 1659 | "proc-macro2", |
| 1660 | "quote", |
| 1661 | "syn 2.0.117", |
| 1662 | ] |
| 1663 | |
| 1664 | [[package]] |
| 1665 | name = "document-features" |
| 1666 | version = "0.2.12" |
| 1667 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1668 | checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61" |
| 1669 | dependencies = [ |
| 1670 | "litrs", |
| 1671 | ] |
| 1672 | |
| 1673 | [[package]] |
| 1674 | name = "dotenvy" |
| 1675 | version = "0.15.7" |
| 1676 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1677 | checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b" |
| 1678 | |
| 1679 | [[package]] |
| 1680 | name = "downcast-rs" |
| 1681 | version = "1.2.1" |
| 1682 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1683 | checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2" |
| 1684 | |
| 1685 | [[package]] |
| 1686 | name = "dyn-clone" |
| 1687 | version = "1.0.20" |
| 1688 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1689 | checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555" |
| 1690 | |
| 1691 | [[package]] |
| 1692 | name = "either" |
| 1693 | version = "1.15.0" |
| 1694 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1695 | checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" |
| 1696 | |
| 1697 | [[package]] |
| 1698 | name = "email_address" |
| 1699 | version = "0.2.9" |
| 1700 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1701 | checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449" |
| 1702 | dependencies = [ |
| 1703 | "serde", |
| 1704 | ] |
| 1705 | |
| 1706 | [[package]] |
| 1707 | name = "encode_unicode" |
| 1708 | version = "1.0.0" |
| 1709 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1710 | checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0" |
| 1711 | |
| 1712 | [[package]] |
| 1713 | name = "encoding_rs" |
| 1714 | version = "0.8.35" |
| 1715 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1716 | checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" |
| 1717 | dependencies = [ |
| 1718 | "cfg-if 1.0.4", |
| 1719 | ] |
| 1720 | |
| 1721 | [[package]] |
| 1722 | name = "encoding_rs_io" |
| 1723 | version = "0.1.7" |
| 1724 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1725 | checksum = "1cc3c5651fb62ab8aa3103998dade57efdd028544bd300516baa31840c252a83" |
| 1726 | dependencies = [ |
| 1727 | "encoding_rs", |
| 1728 | ] |
| 1729 | |
| 1730 | [[package]] |
| 1731 | name = "endi" |
| 1732 | version = "1.1.1" |
| 1733 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1734 | checksum = "66b7e2430c6dff6a955451e2cfc438f09cea1965a9d6f87f7e3b90decc014099" |
| 1735 | |
| 1736 | [[package]] |
| 1737 | name = "enumflags2" |
| 1738 | version = "0.7.12" |
| 1739 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1740 | checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef" |
| 1741 | dependencies = [ |
| 1742 | "enumflags2_derive", |
| 1743 | "serde", |
| 1744 | ] |
| 1745 | |
| 1746 | [[package]] |
| 1747 | name = "enumflags2_derive" |
| 1748 | version = "0.7.12" |
| 1749 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1750 | checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827" |
| 1751 | dependencies = [ |
| 1752 | "proc-macro2", |
| 1753 | "quote", |
| 1754 | "syn 2.0.117", |
| 1755 | ] |
| 1756 | |
| 1757 | [[package]] |
| 1758 | name = "equivalent" |
| 1759 | version = "1.0.2" |
| 1760 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1761 | checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" |
| 1762 | |
| 1763 | [[package]] |
| 1764 | name = "errno" |
| 1765 | version = "0.3.14" |
| 1766 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1767 | checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" |
| 1768 | dependencies = [ |
| 1769 | "libc", |
| 1770 | "windows-sys 0.52.0", |
| 1771 | ] |
| 1772 | |
| 1773 | [[package]] |
| 1774 | name = "error-code" |
| 1775 | version = "3.3.2" |
| 1776 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1777 | checksum = "dea2df4cf52843e0452895c455a1a2cfbb842a1e7329671acf418fdc53ed4c59" |
| 1778 | |
| 1779 | [[package]] |
| 1780 | name = "euclid" |
| 1781 | version = "0.22.14" |
| 1782 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1783 | checksum = "f1a05365e3b1c6d1650318537c7460c6923f1abdd272ad6842baa2b509957a06" |
| 1784 | dependencies = [ |
| 1785 | "num-traits", |
| 1786 | ] |
| 1787 | |
| 1788 | [[package]] |
| 1789 | name = "event-listener" |
| 1790 | version = "5.4.2" |
| 1791 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1792 | checksum = "5a23add41df1562121a9393cb065eab5146a1242410f23a644851e90cfd669d2" |
| 1793 | dependencies = [ |
| 1794 | "parking", |
| 1795 | "pin-project-lite", |
| 1796 | ] |
| 1797 | |
| 1798 | [[package]] |
| 1799 | name = "event-listener-strategy" |
| 1800 | version = "0.5.4" |
| 1801 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1802 | checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93" |
| 1803 | dependencies = [ |
| 1804 | "event-listener", |
| 1805 | "pin-project-lite", |
| 1806 | ] |
| 1807 | |
| 1808 | [[package]] |
| 1809 | name = "fallible-iterator" |
| 1810 | version = "0.3.0" |
| 1811 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1812 | checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649" |
| 1813 | |
| 1814 | [[package]] |
| 1815 | name = "fallible-streaming-iterator" |
| 1816 | version = "0.1.9" |
| 1817 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1818 | checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a" |
| 1819 | |
| 1820 | [[package]] |
| 1821 | name = "fancy-regex" |
| 1822 | version = "0.11.0" |
| 1823 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1824 | checksum = "b95f7c0680e4142284cf8b22c14a476e87d61b004a3a0861872b32ef7ead40a2" |
| 1825 | dependencies = [ |
| 1826 | "bit-set 0.5.3", |
| 1827 | "regex", |
| 1828 | ] |
| 1829 | |
| 1830 | [[package]] |
| 1831 | name = "fancy-regex" |
| 1832 | version = "0.16.2" |
| 1833 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1834 | checksum = "998b056554fbe42e03ae0e152895cd1a7e1002aec800fdc6635d20270260c46f" |
| 1835 | dependencies = [ |
| 1836 | "bit-set 0.8.0", |
| 1837 | "regex-automata", |
| 1838 | "regex-syntax", |
| 1839 | ] |
| 1840 | |
| 1841 | [[package]] |
| 1842 | name = "fancy-regex" |
| 1843 | version = "0.18.0" |
| 1844 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1845 | checksum = "e1e1dacd0d2082dfcf1351c4bdd566bbe89a2b263235a2b50058f1e130a47277" |
| 1846 | dependencies = [ |
| 1847 | "bit-set 0.8.0", |
| 1848 | "regex-automata", |
| 1849 | "regex-syntax", |
| 1850 | ] |
| 1851 | |
| 1852 | [[package]] |
| 1853 | name = "fastrand" |
| 1854 | version = "2.3.0" |
| 1855 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1856 | checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" |
| 1857 | |
| 1858 | [[package]] |
| 1859 | name = "fax" |
| 1860 | version = "0.2.6" |
| 1861 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1862 | checksum = "f05de7d48f37cd6730705cbca900770cab77a89f413d23e100ad7fad7795a0ab" |
| 1863 | dependencies = [ |
| 1864 | "fax_derive", |
| 1865 | ] |
| 1866 | |
| 1867 | [[package]] |
| 1868 | name = "fax_derive" |
| 1869 | version = "0.2.0" |
| 1870 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1871 | checksum = "a0aca10fb742cb43f9e7bb8467c91aa9bcb8e3ffbc6a6f7389bb93ffc920577d" |
| 1872 | dependencies = [ |
| 1873 | "proc-macro2", |
| 1874 | "quote", |
| 1875 | "syn 2.0.117", |
| 1876 | ] |
| 1877 | |
| 1878 | [[package]] |
| 1879 | name = "fd-lock" |
| 1880 | version = "4.0.4" |
| 1881 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1882 | checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78" |
| 1883 | dependencies = [ |
| 1884 | "cfg-if 1.0.4", |
| 1885 | "rustix", |
| 1886 | "windows-sys 0.59.0", |
| 1887 | ] |
| 1888 | |
| 1889 | [[package]] |
| 1890 | name = "fdeflate" |
| 1891 | version = "0.3.7" |
| 1892 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1893 | checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c" |
| 1894 | dependencies = [ |
| 1895 | "simd-adler32", |
| 1896 | ] |
| 1897 | |
| 1898 | [[package]] |
| 1899 | name = "filedescriptor" |
| 1900 | version = "0.8.3" |
| 1901 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1902 | checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d" |
| 1903 | dependencies = [ |
| 1904 | "libc", |
| 1905 | "thiserror 1.0.69", |
| 1906 | "winapi", |
| 1907 | ] |
| 1908 | |
| 1909 | [[package]] |
| 1910 | name = "filetime" |
| 1911 | version = "0.2.27" |
| 1912 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1913 | checksum = "f98844151eee8917efc50bd9e8318cb963ae8b297431495d3f758616ea5c57db" |
| 1914 | dependencies = [ |
| 1915 | "cfg-if 1.0.4", |
| 1916 | "libc", |
| 1917 | "libredox", |
| 1918 | ] |
| 1919 | |
| 1920 | [[package]] |
| 1921 | name = "find-msvc-tools" |
| 1922 | version = "0.1.9" |
| 1923 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1924 | checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" |
| 1925 | |
| 1926 | [[package]] |
| 1927 | name = "finl_unicode" |
| 1928 | version = "1.4.0" |
| 1929 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1930 | checksum = "9844ddc3a6e533d62bba727eb6c28b5d360921d5175e9ff0f1e621a5c590a4d5" |
| 1931 | |
| 1932 | [[package]] |
| 1933 | name = "fixedbitset" |
| 1934 | version = "0.4.2" |
| 1935 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1936 | checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" |
| 1937 | |
| 1938 | [[package]] |
| 1939 | name = "flate2" |
| 1940 | version = "1.1.9" |
| 1941 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1942 | checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c" |
| 1943 | dependencies = [ |
| 1944 | "crc32fast", |
| 1945 | "miniz_oxide", |
| 1946 | ] |
| 1947 | |
| 1948 | [[package]] |
| 1949 | name = "fluent-uri" |
| 1950 | version = "0.4.1" |
| 1951 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1952 | checksum = "bc74ac4d8359ae70623506d512209619e5cf8f347124910440dbc221714b328e" |
| 1953 | dependencies = [ |
| 1954 | "borrow-or-share", |
| 1955 | "ref-cast", |
| 1956 | "serde", |
| 1957 | ] |
| 1958 | |
| 1959 | [[package]] |
| 1960 | name = "fnv" |
| 1961 | version = "1.0.7" |
| 1962 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1963 | checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
| 1964 | |
| 1965 | [[package]] |
| 1966 | name = "foldhash" |
| 1967 | version = "0.2.0" |
| 1968 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1969 | checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb" |
| 1970 | |
| 1971 | [[package]] |
| 1972 | name = "form_urlencoded" |
| 1973 | version = "1.2.2" |
| 1974 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1975 | checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" |
| 1976 | dependencies = [ |
| 1977 | "percent-encoding", |
| 1978 | ] |
| 1979 | |
| 1980 | [[package]] |
| 1981 | name = "fraction" |
| 1982 | version = "0.15.4" |
| 1983 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1984 | checksum = "e076045bb43dac435333ed5f04caf35c7463631d0dae2deb2638d94dd0a5b872" |
| 1985 | dependencies = [ |
| 1986 | "lazy_static", |
| 1987 | "num", |
| 1988 | ] |
| 1989 | |
| 1990 | [[package]] |
| 1991 | name = "fuchsia-zircon" |
| 1992 | version = "0.3.3" |
| 1993 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1994 | checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" |
| 1995 | dependencies = [ |
| 1996 | "bitflags 1.3.2", |
| 1997 | "fuchsia-zircon-sys", |
| 1998 | ] |
| 1999 | |
| 2000 | [[package]] |
| 2001 | name = "fuchsia-zircon-sys" |
| 2002 | version = "0.3.3" |
| 2003 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2004 | checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" |
| 2005 | |
| 2006 | [[package]] |
| 2007 | name = "futf" |
| 2008 | version = "0.1.5" |
| 2009 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2010 | checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843" |
| 2011 | dependencies = [ |
| 2012 | "mac", |
| 2013 | "new_debug_unreachable", |
| 2014 | ] |
| 2015 | |
| 2016 | [[package]] |
| 2017 | name = "futures" |
| 2018 | version = "0.3.32" |
| 2019 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2020 | checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d" |
| 2021 | dependencies = [ |
| 2022 | "futures-channel", |
| 2023 | "futures-core", |
| 2024 | "futures-executor", |
| 2025 | "futures-io", |
| 2026 | "futures-sink", |
| 2027 | "futures-task", |
| 2028 | "futures-util", |
| 2029 | ] |
| 2030 | |
| 2031 | [[package]] |
| 2032 | name = "futures-channel" |
| 2033 | version = "0.3.33" |
| 2034 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2035 | checksum = "262590f4fe6afeb0bc83be1daa64e52657fe185690a958af7f3ad0e92085c5ae" |
| 2036 | dependencies = [ |
| 2037 | "futures-core", |
| 2038 | "futures-sink", |
| 2039 | ] |
| 2040 | |
| 2041 | [[package]] |
| 2042 | name = "futures-core" |
| 2043 | version = "0.3.33" |
| 2044 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2045 | checksum = "2cd50c473c80f6d7c3670a752354b8e569b1a7cbfdc0419ec88e5edad85e0dc7" |
| 2046 | |
| 2047 | [[package]] |
| 2048 | name = "futures-executor" |
| 2049 | version = "0.3.32" |
| 2050 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2051 | checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d" |
| 2052 | dependencies = [ |
| 2053 | "futures-core", |
| 2054 | "futures-task", |
| 2055 | "futures-util", |
| 2056 | ] |
| 2057 | |
| 2058 | [[package]] |
| 2059 | name = "futures-io" |
| 2060 | version = "0.3.33" |
| 2061 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2062 | checksum = "4577ecaa3c4f96589d473f679a71b596316f6641bc350038b962a5daf0085d7a" |
| 2063 | |
| 2064 | [[package]] |
| 2065 | name = "futures-lite" |
| 2066 | version = "2.6.1" |
| 2067 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2068 | checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad" |
| 2069 | dependencies = [ |
| 2070 | "fastrand", |
| 2071 | "futures-core", |
| 2072 | "futures-io", |
| 2073 | "parking", |
| 2074 | "pin-project-lite", |
| 2075 | ] |
| 2076 | |
| 2077 | [[package]] |
| 2078 | name = "futures-macro" |
| 2079 | version = "0.3.33" |
| 2080 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2081 | checksum = "2d6d3cde68c518367be28956066ddfef33813991b77a55005a69dae04bf3b10b" |
| 2082 | dependencies = [ |
| 2083 | "proc-macro2", |
| 2084 | "quote", |
| 2085 | "syn 2.0.117", |
| 2086 | ] |
| 2087 | |
| 2088 | [[package]] |
| 2089 | name = "futures-sink" |
| 2090 | version = "0.3.33" |
| 2091 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2092 | checksum = "e34418ac499d6305c2fb5ad0ed2f6ac998c5f8ca209b4510f7f94242c647e307" |
| 2093 | |
| 2094 | [[package]] |
| 2095 | name = "futures-task" |
| 2096 | version = "0.3.33" |
| 2097 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2098 | checksum = "b231ed28831efb4a61a08580c4bc233ec56bc009f4cd8f52da2c3cb97df0c109" |
| 2099 | |
| 2100 | [[package]] |
| 2101 | name = "futures-util" |
| 2102 | version = "0.3.33" |
| 2103 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2104 | checksum = "a77a90a256fce34da66415271e30f94ee91c57b04b8a2c042d9cf3220179deaa" |
| 2105 | dependencies = [ |
| 2106 | "futures-channel", |
| 2107 | "futures-core", |
| 2108 | "futures-io", |
| 2109 | "futures-macro", |
| 2110 | "futures-sink", |
| 2111 | "futures-task", |
| 2112 | "memchr", |
| 2113 | "pin-project-lite", |
| 2114 | "slab", |
| 2115 | ] |
| 2116 | |
| 2117 | [[package]] |
| 2118 | name = "generic-array" |
| 2119 | version = "0.14.7" |
| 2120 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2121 | checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" |
| 2122 | dependencies = [ |
| 2123 | "typenum", |
| 2124 | "version_check", |
| 2125 | ] |
| 2126 | |
| 2127 | [[package]] |
| 2128 | name = "gethostname" |
| 2129 | version = "1.1.0" |
| 2130 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2131 | checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8" |
| 2132 | dependencies = [ |
| 2133 | "rustix", |
| 2134 | "windows-link", |
| 2135 | ] |
| 2136 | |
| 2137 | [[package]] |
| 2138 | name = "getrandom" |
| 2139 | version = "0.2.16" |
| 2140 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2141 | checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" |
| 2142 | dependencies = [ |
| 2143 | "cfg-if 1.0.4", |
| 2144 | "js-sys", |
| 2145 | "libc", |
| 2146 | "wasi", |
| 2147 | "wasm-bindgen", |
| 2148 | ] |
| 2149 | |
| 2150 | [[package]] |
| 2151 | name = "getrandom" |
| 2152 | version = "0.3.4" |
| 2153 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2154 | checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" |
| 2155 | dependencies = [ |
| 2156 | "cfg-if 1.0.4", |
| 2157 | "js-sys", |
| 2158 | "libc", |
| 2159 | "r-efi 5.3.0", |
| 2160 | "wasip2", |
| 2161 | "wasm-bindgen", |
| 2162 | ] |
| 2163 | |
| 2164 | [[package]] |
| 2165 | name = "getrandom" |
| 2166 | version = "0.4.3" |
| 2167 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2168 | checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099" |
| 2169 | dependencies = [ |
| 2170 | "cfg-if 1.0.4", |
| 2171 | "libc", |
| 2172 | "r-efi 6.0.0", |
| 2173 | ] |
| 2174 | |
| 2175 | [[package]] |
| 2176 | name = "gherkin" |
| 2177 | version = "0.16.0" |
| 2178 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2179 | checksum = "9e2c0d8c632f8a251ce9a8198079b1022adc586ff4e3d33e18debd40eb463b31" |
| 2180 | dependencies = [ |
| 2181 | "heck", |
| 2182 | "peg", |
| 2183 | "quote", |
| 2184 | "serde", |
| 2185 | "serde_json", |
| 2186 | "syn 2.0.117", |
| 2187 | "textwrap", |
| 2188 | "thiserror 2.0.18", |
| 2189 | "typed-builder", |
| 2190 | ] |
| 2191 | |
| 2192 | [[package]] |
| 2193 | name = "glob" |
| 2194 | version = "0.3.3" |
| 2195 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2196 | checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280" |
| 2197 | |
| 2198 | [[package]] |
| 2199 | name = "globset" |
| 2200 | version = "0.4.19" |
| 2201 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2202 | checksum = "e47d37d2ae4464254884b60ab7071be2b876a9c35b696bd018ddcc76847309cd" |
| 2203 | dependencies = [ |
| 2204 | "aho-corasick", |
| 2205 | "bstr", |
| 2206 | "log", |
| 2207 | "regex-automata", |
| 2208 | "regex-syntax", |
| 2209 | ] |
| 2210 | |
| 2211 | [[package]] |
| 2212 | name = "globwalk" |
| 2213 | version = "0.8.1" |
| 2214 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2215 | checksum = "93e3af942408868f6934a7b85134a3230832b9977cf66125df2f9edcfce4ddcc" |
| 2216 | dependencies = [ |
| 2217 | "bitflags 1.3.2", |
| 2218 | "ignore", |
| 2219 | "walkdir", |
| 2220 | ] |
| 2221 | |
| 2222 | [[package]] |
| 2223 | name = "globwalk" |
| 2224 | version = "0.9.1" |
| 2225 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2226 | checksum = "0bf760ebf69878d9fd8f110c89703d90ce35095324d1f1edcb595c63945ee757" |
| 2227 | dependencies = [ |
| 2228 | "bitflags 2.12.1", |
| 2229 | "ignore", |
| 2230 | "walkdir", |
| 2231 | ] |
| 2232 | |
| 2233 | [[package]] |
| 2234 | name = "granit-parser" |
| 2235 | version = "0.0.7" |
| 2236 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2237 | checksum = "d03f81ad4732830d85cfd417a9f62cde6dadda4354d37d078a6084a19560aa2d" |
| 2238 | dependencies = [ |
| 2239 | "arraydeque", |
| 2240 | "smallvec", |
| 2241 | ] |
| 2242 | |
| 2243 | [[package]] |
| 2244 | name = "h2" |
| 2245 | version = "0.4.13" |
| 2246 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2247 | checksum = "2f44da3a8150a6703ed5d34e164b875fd14c2cdab9af1252a9a1020bde2bdc54" |
| 2248 | dependencies = [ |
| 2249 | "atomic-waker", |
| 2250 | "bytes", |
| 2251 | "fnv", |
| 2252 | "futures-core", |
| 2253 | "futures-sink", |
| 2254 | "http", |
| 2255 | "indexmap", |
| 2256 | "slab", |
| 2257 | "tokio", |
| 2258 | "tokio-util", |
| 2259 | "tracing", |
| 2260 | ] |
| 2261 | |
| 2262 | [[package]] |
| 2263 | name = "half" |
| 2264 | version = "2.7.1" |
| 2265 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2266 | checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b" |
| 2267 | dependencies = [ |
| 2268 | "cfg-if 1.0.4", |
| 2269 | "crunchy", |
| 2270 | "zerocopy", |
| 2271 | ] |
| 2272 | |
| 2273 | [[package]] |
| 2274 | name = "hashbrown" |
| 2275 | version = "0.16.1" |
| 2276 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2277 | checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" |
| 2278 | dependencies = [ |
| 2279 | "allocator-api2", |
| 2280 | "equivalent", |
| 2281 | "foldhash", |
| 2282 | ] |
| 2283 | |
| 2284 | [[package]] |
| 2285 | name = "hashbrown" |
| 2286 | version = "0.17.1" |
| 2287 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2288 | checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a" |
| 2289 | dependencies = [ |
| 2290 | "allocator-api2", |
| 2291 | "equivalent", |
| 2292 | "foldhash", |
| 2293 | ] |
| 2294 | |
| 2295 | [[package]] |
| 2296 | name = "hashlink" |
| 2297 | version = "0.11.1" |
| 2298 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2299 | checksum = "824e001ac4f3012dd16a264bec811403a67ca9deb6c102fc5049b32c4574b35f" |
| 2300 | dependencies = [ |
| 2301 | "hashbrown 0.16.1", |
| 2302 | ] |
| 2303 | |
| 2304 | [[package]] |
| 2305 | name = "heck" |
| 2306 | version = "0.5.0" |
| 2307 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2308 | checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
| 2309 | |
| 2310 | [[package]] |
| 2311 | name = "hermit-abi" |
| 2312 | version = "0.5.2" |
| 2313 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2314 | checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" |
| 2315 | |
| 2316 | [[package]] |
| 2317 | name = "hex" |
| 2318 | version = "0.4.3" |
| 2319 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2320 | checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" |
| 2321 | |
| 2322 | [[package]] |
| 2323 | name = "hkdf" |
| 2324 | version = "0.12.4" |
| 2325 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2326 | checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7" |
| 2327 | dependencies = [ |
| 2328 | "hmac", |
| 2329 | ] |
| 2330 | |
| 2331 | [[package]] |
| 2332 | name = "hmac" |
| 2333 | version = "0.12.1" |
| 2334 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2335 | checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" |
| 2336 | dependencies = [ |
| 2337 | "digest 0.10.7", |
| 2338 | ] |
| 2339 | |
| 2340 | [[package]] |
| 2341 | name = "htmd" |
| 2342 | version = "0.5.4" |
| 2343 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2344 | checksum = "7eee9b00ee2e599b4f86507157e3db786e7a3319fc225f0e9584151dbea2291d" |
| 2345 | dependencies = [ |
| 2346 | "html5ever 0.38.0", |
| 2347 | "markup5ever_rcdom 0.38.0+unofficial", |
| 2348 | "phf 0.13.1", |
| 2349 | ] |
| 2350 | |
| 2351 | [[package]] |
| 2352 | name = "html5ever" |
| 2353 | version = "0.26.0" |
| 2354 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2355 | checksum = "bea68cab48b8459f17cf1c944c67ddc572d272d9f2b274140f223ecb1da4a3b7" |
| 2356 | dependencies = [ |
| 2357 | "log", |
| 2358 | "mac", |
| 2359 | "markup5ever 0.11.0", |
| 2360 | "proc-macro2", |
| 2361 | "quote", |
| 2362 | "syn 1.0.109", |
| 2363 | ] |
| 2364 | |
| 2365 | [[package]] |
| 2366 | name = "html5ever" |
| 2367 | version = "0.38.0" |
| 2368 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2369 | checksum = "1054432bae2f14e0061e33d23402fbaa67a921d319d56adc6bcf887ddad1cbc2" |
| 2370 | dependencies = [ |
| 2371 | "log", |
| 2372 | "markup5ever 0.38.0", |
| 2373 | ] |
| 2374 | |
| 2375 | [[package]] |
| 2376 | name = "http" |
| 2377 | version = "1.4.0" |
| 2378 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2379 | checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a" |
| 2380 | dependencies = [ |
| 2381 | "bytes", |
| 2382 | "itoa", |
| 2383 | ] |
| 2384 | |
| 2385 | [[package]] |
| 2386 | name = "http-body" |
| 2387 | version = "1.0.1" |
| 2388 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2389 | checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" |
| 2390 | dependencies = [ |
| 2391 | "bytes", |
| 2392 | "http", |
| 2393 | ] |
| 2394 | |
| 2395 | [[package]] |
| 2396 | name = "http-body-util" |
| 2397 | version = "0.1.3" |
| 2398 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2399 | checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" |
| 2400 | dependencies = [ |
| 2401 | "bytes", |
| 2402 | "futures-core", |
| 2403 | "http", |
| 2404 | "http-body", |
| 2405 | "pin-project-lite", |
| 2406 | ] |
| 2407 | |
| 2408 | [[package]] |
| 2409 | name = "httparse" |
| 2410 | version = "1.10.1" |
| 2411 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2412 | checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" |
| 2413 | |
| 2414 | [[package]] |
| 2415 | name = "httpdate" |
| 2416 | version = "1.0.3" |
| 2417 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2418 | checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" |
| 2419 | |
| 2420 | [[package]] |
| 2421 | name = "humantime" |
| 2422 | version = "2.3.0" |
| 2423 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2424 | checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424" |
| 2425 | |
| 2426 | [[package]] |
| 2427 | name = "hybrid-array" |
| 2428 | version = "0.4.11" |
| 2429 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2430 | checksum = "08d46837a0ed51fe95bd3b05de33cd64a1ee88fc797477ca48446872504507c5" |
| 2431 | dependencies = [ |
| 2432 | "typenum", |
| 2433 | ] |
| 2434 | |
| 2435 | [[package]] |
| 2436 | name = "hyper" |
| 2437 | version = "1.8.1" |
| 2438 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2439 | checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11" |
| 2440 | dependencies = [ |
| 2441 | "atomic-waker", |
| 2442 | "bytes", |
| 2443 | "futures-channel", |
| 2444 | "futures-core", |
| 2445 | "h2", |
| 2446 | "http", |
| 2447 | "http-body", |
| 2448 | "httparse", |
| 2449 | "httpdate", |
| 2450 | "itoa", |
| 2451 | "pin-project-lite", |
| 2452 | "pin-utils", |
| 2453 | "smallvec", |
| 2454 | "tokio", |
| 2455 | "want", |
| 2456 | ] |
| 2457 | |
| 2458 | [[package]] |
| 2459 | name = "hyper-rustls" |
| 2460 | version = "0.27.7" |
| 2461 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2462 | checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58" |
| 2463 | dependencies = [ |
| 2464 | "http", |
| 2465 | "hyper", |
| 2466 | "hyper-util", |
| 2467 | "rustls", |
| 2468 | "rustls-pki-types", |
| 2469 | "tokio", |
| 2470 | "tokio-rustls", |
| 2471 | "tower-service", |
| 2472 | "webpki-roots", |
| 2473 | ] |
| 2474 | |
| 2475 | [[package]] |
| 2476 | name = "hyper-util" |
| 2477 | version = "0.1.19" |
| 2478 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2479 | checksum = "727805d60e7938b76b826a6ef209eb70eaa1812794f9424d4a4e2d740662df5f" |
| 2480 | dependencies = [ |
| 2481 | "base64 0.22.1", |
| 2482 | "bytes", |
| 2483 | "futures-channel", |
| 2484 | "futures-core", |
| 2485 | "futures-util", |
| 2486 | "http", |
| 2487 | "http-body", |
| 2488 | "hyper", |
| 2489 | "ipnet", |
| 2490 | "libc", |
| 2491 | "percent-encoding", |
| 2492 | "pin-project-lite", |
| 2493 | "socket2", |
| 2494 | "tokio", |
| 2495 | "tower-service", |
| 2496 | "tracing", |
| 2497 | ] |
| 2498 | |
| 2499 | [[package]] |
| 2500 | name = "iana-time-zone" |
| 2501 | version = "0.1.64" |
| 2502 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2503 | checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb" |
| 2504 | dependencies = [ |
| 2505 | "android_system_properties", |
| 2506 | "core-foundation-sys", |
| 2507 | "iana-time-zone-haiku", |
| 2508 | "js-sys", |
| 2509 | "log", |
| 2510 | "wasm-bindgen", |
| 2511 | "windows-core", |
| 2512 | ] |
| 2513 | |
| 2514 | [[package]] |
| 2515 | name = "iana-time-zone-haiku" |
| 2516 | version = "0.1.2" |
| 2517 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2518 | checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" |
| 2519 | dependencies = [ |
| 2520 | "cc", |
| 2521 | ] |
| 2522 | |
| 2523 | [[package]] |
| 2524 | name = "icu_collections" |
| 2525 | version = "2.1.1" |
| 2526 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2527 | checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43" |
| 2528 | dependencies = [ |
| 2529 | "displaydoc", |
| 2530 | "potential_utf", |
| 2531 | "yoke", |
| 2532 | "zerofrom", |
| 2533 | "zerovec", |
| 2534 | ] |
| 2535 | |
| 2536 | [[package]] |
| 2537 | name = "icu_locale_core" |
| 2538 | version = "2.1.1" |
| 2539 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2540 | checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6" |
| 2541 | dependencies = [ |
| 2542 | "displaydoc", |
| 2543 | "litemap", |
| 2544 | "tinystr", |
| 2545 | "writeable", |
| 2546 | "zerovec", |
| 2547 | ] |
| 2548 | |
| 2549 | [[package]] |
| 2550 | name = "icu_normalizer" |
| 2551 | version = "2.1.1" |
| 2552 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2553 | checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599" |
| 2554 | dependencies = [ |
| 2555 | "icu_collections", |
| 2556 | "icu_normalizer_data", |
| 2557 | "icu_properties", |
| 2558 | "icu_provider", |
| 2559 | "smallvec", |
| 2560 | "zerovec", |
| 2561 | ] |
| 2562 | |
| 2563 | [[package]] |
| 2564 | name = "icu_normalizer_data" |
| 2565 | version = "2.1.1" |
| 2566 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2567 | checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a" |
| 2568 | |
| 2569 | [[package]] |
| 2570 | name = "icu_properties" |
| 2571 | version = "2.1.2" |
| 2572 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2573 | checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec" |
| 2574 | dependencies = [ |
| 2575 | "icu_collections", |
| 2576 | "icu_locale_core", |
| 2577 | "icu_properties_data", |
| 2578 | "icu_provider", |
| 2579 | "zerotrie", |
| 2580 | "zerovec", |
| 2581 | ] |
| 2582 | |
| 2583 | [[package]] |
| 2584 | name = "icu_properties_data" |
| 2585 | version = "2.1.2" |
| 2586 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2587 | checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af" |
| 2588 | |
| 2589 | [[package]] |
| 2590 | name = "icu_provider" |
| 2591 | version = "2.1.1" |
| 2592 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2593 | checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614" |
| 2594 | dependencies = [ |
| 2595 | "displaydoc", |
| 2596 | "icu_locale_core", |
| 2597 | "writeable", |
| 2598 | "yoke", |
| 2599 | "zerofrom", |
| 2600 | "zerotrie", |
| 2601 | "zerovec", |
| 2602 | ] |
| 2603 | |
| 2604 | [[package]] |
| 2605 | name = "ident_case" |
| 2606 | version = "1.0.1" |
| 2607 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2608 | checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" |
| 2609 | |
| 2610 | [[package]] |
| 2611 | name = "idna" |
| 2612 | version = "1.1.0" |
| 2613 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2614 | checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" |
| 2615 | dependencies = [ |
| 2616 | "idna_adapter", |
| 2617 | "smallvec", |
| 2618 | "utf8_iter", |
| 2619 | ] |
| 2620 | |
| 2621 | [[package]] |
| 2622 | name = "idna_adapter" |
| 2623 | version = "1.2.1" |
| 2624 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2625 | checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" |
| 2626 | dependencies = [ |
| 2627 | "icu_normalizer", |
| 2628 | "icu_properties", |
| 2629 | ] |
| 2630 | |
| 2631 | [[package]] |
| 2632 | name = "ignore" |
| 2633 | version = "0.4.31" |
| 2634 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2635 | checksum = "7f8a7b8211e695a1d0cd91cace480d4d0bd57667ab10277cc412c5f7f4884f83" |
| 2636 | dependencies = [ |
| 2637 | "crossbeam-deque", |
| 2638 | "globset", |
| 2639 | "log", |
| 2640 | "memchr", |
| 2641 | "regex-automata", |
| 2642 | "same-file", |
| 2643 | "walkdir", |
| 2644 | "winapi-util", |
| 2645 | ] |
| 2646 | |
| 2647 | [[package]] |
| 2648 | name = "image" |
| 2649 | version = "0.25.10" |
| 2650 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2651 | checksum = "85ab80394333c02fe689eaf900ab500fbd0c2213da414687ebf995a65d5a6104" |
| 2652 | dependencies = [ |
| 2653 | "bytemuck", |
| 2654 | "byteorder-lite", |
| 2655 | "moxcms", |
| 2656 | "num-traits", |
| 2657 | "png", |
| 2658 | "tiff", |
| 2659 | ] |
| 2660 | |
| 2661 | [[package]] |
| 2662 | name = "include_dir" |
| 2663 | version = "0.7.4" |
| 2664 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2665 | checksum = "923d117408f1e49d914f1a379a309cffe4f18c05cf4e3d12e613a15fc81bd0dd" |
| 2666 | dependencies = [ |
| 2667 | "include_dir_macros", |
| 2668 | ] |
| 2669 | |
| 2670 | [[package]] |
| 2671 | name = "include_dir_macros" |
| 2672 | version = "0.7.4" |
| 2673 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2674 | checksum = "7cab85a7ed0bd5f0e76d93846e0147172bed2e2d3f859bcc33a8d9699cad1a75" |
| 2675 | dependencies = [ |
| 2676 | "proc-macro2", |
| 2677 | "quote", |
| 2678 | ] |
| 2679 | |
| 2680 | [[package]] |
| 2681 | name = "indexmap" |
| 2682 | version = "2.13.0" |
| 2683 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2684 | checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017" |
| 2685 | dependencies = [ |
| 2686 | "equivalent", |
| 2687 | "hashbrown 0.16.1", |
| 2688 | "serde", |
| 2689 | "serde_core", |
| 2690 | ] |
| 2691 | |
| 2692 | [[package]] |
| 2693 | name = "indoc" |
| 2694 | version = "2.0.7" |
| 2695 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2696 | checksum = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706" |
| 2697 | dependencies = [ |
| 2698 | "rustversion", |
| 2699 | ] |
| 2700 | |
| 2701 | [[package]] |
| 2702 | name = "inflections" |
| 2703 | version = "1.1.1" |
| 2704 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2705 | checksum = "a257582fdcde896fd96463bf2d40eefea0580021c0712a0e2b028b60b47a837a" |
| 2706 | |
| 2707 | [[package]] |
| 2708 | name = "inout" |
| 2709 | version = "0.1.4" |
| 2710 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2711 | checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01" |
| 2712 | dependencies = [ |
| 2713 | "block-padding", |
| 2714 | "generic-array", |
| 2715 | ] |
| 2716 | |
| 2717 | [[package]] |
| 2718 | name = "instability" |
| 2719 | version = "0.3.11" |
| 2720 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2721 | checksum = "357b7205c6cd18dd2c86ed312d1e70add149aea98e7ef72b9fdf0270e555c11d" |
| 2722 | dependencies = [ |
| 2723 | "darling", |
| 2724 | "indoc", |
| 2725 | "proc-macro2", |
| 2726 | "quote", |
| 2727 | "syn 2.0.117", |
| 2728 | ] |
| 2729 | |
| 2730 | [[package]] |
| 2731 | name = "inventory" |
| 2732 | version = "0.3.24" |
| 2733 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2734 | checksum = "a4f0c30c76f2f4ccee3fe55a2435f691ca00c0e4bd87abe4f4a851b1d4dac39b" |
| 2735 | dependencies = [ |
| 2736 | "rustversion", |
| 2737 | ] |
| 2738 | |
| 2739 | [[package]] |
| 2740 | name = "iovec" |
| 2741 | version = "0.1.4" |
| 2742 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2743 | checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e" |
| 2744 | dependencies = [ |
| 2745 | "libc", |
| 2746 | ] |
| 2747 | |
| 2748 | [[package]] |
| 2749 | name = "ipnet" |
| 2750 | version = "2.11.0" |
| 2751 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2752 | checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" |
| 2753 | |
| 2754 | [[package]] |
| 2755 | name = "is_terminal_polyfill" |
| 2756 | version = "1.70.2" |
| 2757 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2758 | checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695" |
| 2759 | |
| 2760 | [[package]] |
| 2761 | name = "itertools" |
| 2762 | version = "0.11.0" |
| 2763 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2764 | checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57" |
| 2765 | dependencies = [ |
| 2766 | "either", |
| 2767 | ] |
| 2768 | |
| 2769 | [[package]] |
| 2770 | name = "itertools" |
| 2771 | version = "0.13.0" |
| 2772 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2773 | checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" |
| 2774 | dependencies = [ |
| 2775 | "either", |
| 2776 | ] |
| 2777 | |
| 2778 | [[package]] |
| 2779 | name = "itertools" |
| 2780 | version = "0.14.0" |
| 2781 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2782 | checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285" |
| 2783 | dependencies = [ |
| 2784 | "either", |
| 2785 | ] |
| 2786 | |
| 2787 | [[package]] |
| 2788 | name = "itoa" |
| 2789 | version = "1.0.17" |
| 2790 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2791 | checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2" |
| 2792 | |
| 2793 | [[package]] |
| 2794 | name = "jni" |
| 2795 | version = "0.21.1" |
| 2796 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2797 | checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97" |
| 2798 | dependencies = [ |
| 2799 | "cesu8", |
| 2800 | "cfg-if 1.0.4", |
| 2801 | "combine", |
| 2802 | "jni-sys 0.3.0", |
| 2803 | "log", |
| 2804 | "thiserror 1.0.69", |
| 2805 | "walkdir", |
| 2806 | "windows-sys 0.45.0", |
| 2807 | ] |
| 2808 | |
| 2809 | [[package]] |
| 2810 | name = "jni" |
| 2811 | version = "0.22.4" |
| 2812 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2813 | checksum = "5efd9a482cf3a427f00d6b35f14332adc7902ce91efb778580e180ff90fa3498" |
| 2814 | dependencies = [ |
| 2815 | "cfg-if 1.0.4", |
| 2816 | "combine", |
| 2817 | "jni-macros", |
| 2818 | "jni-sys 0.4.1", |
| 2819 | "log", |
| 2820 | "simd_cesu8", |
| 2821 | "thiserror 2.0.18", |
| 2822 | "walkdir", |
| 2823 | "windows-link", |
| 2824 | ] |
| 2825 | |
| 2826 | [[package]] |
| 2827 | name = "jni-macros" |
| 2828 | version = "0.22.4" |
| 2829 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2830 | checksum = "a00109accc170f0bdb141fed3e393c565b6f5e072365c3bd58f5b062591560a3" |
| 2831 | dependencies = [ |
| 2832 | "proc-macro2", |
| 2833 | "quote", |
| 2834 | "rustc_version", |
| 2835 | "simd_cesu8", |
| 2836 | "syn 2.0.117", |
| 2837 | ] |
| 2838 | |
| 2839 | [[package]] |
| 2840 | name = "jni-sys" |
| 2841 | version = "0.3.0" |
| 2842 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2843 | checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" |
| 2844 | |
| 2845 | [[package]] |
| 2846 | name = "jni-sys" |
| 2847 | version = "0.4.1" |
| 2848 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2849 | checksum = "c6377a88cb3910bee9b0fa88d4f42e1d2da8e79915598f65fb0c7ee14c878af2" |
| 2850 | dependencies = [ |
| 2851 | "jni-sys-macros", |
| 2852 | ] |
| 2853 | |
| 2854 | [[package]] |
| 2855 | name = "jni-sys-macros" |
| 2856 | version = "0.4.1" |
| 2857 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2858 | checksum = "38c0b942f458fe50cdac086d2f946512305e5631e720728f2a61aabcd47a6264" |
| 2859 | dependencies = [ |
| 2860 | "quote", |
| 2861 | "syn 2.0.117", |
| 2862 | ] |
| 2863 | |
| 2864 | [[package]] |
| 2865 | name = "js-sys" |
| 2866 | version = "0.3.100" |
| 2867 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2868 | checksum = "f2025f20d7a4fa7785846e7b63d10a76d3f1cee98ee5cb79ea59703f95e42162" |
| 2869 | dependencies = [ |
| 2870 | "cfg-if 1.0.4", |
| 2871 | "futures-util", |
| 2872 | "wasm-bindgen", |
| 2873 | ] |
| 2874 | |
| 2875 | [[package]] |
| 2876 | name = "jsonschema" |
| 2877 | version = "0.46.10" |
| 2878 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2879 | checksum = "f0a699d3e77675e6aa4bfffe3b907c8b5f7ed3241f9965bffb25475ad4b08d05" |
| 2880 | dependencies = [ |
| 2881 | "ahash", |
| 2882 | "bytecount", |
| 2883 | "data-encoding", |
| 2884 | "email_address", |
| 2885 | "fancy-regex 0.18.0", |
| 2886 | "fraction", |
| 2887 | "getrandom 0.3.4", |
| 2888 | "idna", |
| 2889 | "itoa", |
| 2890 | "jsonschema-regex 0.46.10", |
| 2891 | "num-cmp", |
| 2892 | "num-traits", |
| 2893 | "percent-encoding", |
| 2894 | "referencing 0.46.10", |
| 2895 | "regex", |
| 2896 | "serde", |
| 2897 | "serde_json", |
| 2898 | "unicode-general-category", |
| 2899 | "uuid-simd", |
| 2900 | ] |
| 2901 | |
| 2902 | [[package]] |
| 2903 | name = "jsonschema" |
| 2904 | version = "0.48.5" |
| 2905 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2906 | checksum = "f05a6cff806294a7699d48761d4ae2bdebab7fa2eef05e4a0b83320f0ff46901" |
| 2907 | dependencies = [ |
| 2908 | "ahash", |
| 2909 | "bytecount", |
| 2910 | "data-encoding", |
| 2911 | "email_address", |
| 2912 | "fancy-regex 0.18.0", |
| 2913 | "fraction", |
| 2914 | "getrandom 0.3.4", |
| 2915 | "idna", |
| 2916 | "itoa", |
| 2917 | "jsonschema-regex 0.48.5", |
| 2918 | "jsonschema-value", |
| 2919 | "num-cmp", |
| 2920 | "num-traits", |
| 2921 | "percent-encoding", |
| 2922 | "referencing 0.48.5", |
| 2923 | "regex", |
| 2924 | "serde", |
| 2925 | "serde_json", |
| 2926 | "strum 0.28.0", |
| 2927 | "unicode-general-category", |
| 2928 | "uuid-simd", |
| 2929 | ] |
| 2930 | |
| 2931 | [[package]] |
| 2932 | name = "jsonschema-regex" |
| 2933 | version = "0.46.10" |
| 2934 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2935 | checksum = "6dbd1086b01b9349fd4ef9a07433965af64c8ce8159abe633a189e4ff817bd13" |
| 2936 | dependencies = [ |
| 2937 | "regex-syntax", |
| 2938 | ] |
| 2939 | |
| 2940 | [[package]] |
| 2941 | name = "jsonschema-regex" |
| 2942 | version = "0.48.5" |
| 2943 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2944 | checksum = "84708dd3f6c5327478a96f37378adb27deed6a626cf84d19de780d9e8ae84b17" |
| 2945 | dependencies = [ |
| 2946 | "regex-syntax", |
| 2947 | ] |
| 2948 | |
| 2949 | [[package]] |
| 2950 | name = "jsonschema-value" |
| 2951 | version = "0.48.5" |
| 2952 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2953 | checksum = "fd8c04ab4ce60e42c4e302d3bd9d184652bb56f212495d2eea23573bcbf72556" |
| 2954 | dependencies = [ |
| 2955 | "ahash", |
| 2956 | "bytecount", |
| 2957 | "fraction", |
| 2958 | "num-cmp", |
| 2959 | "num-traits", |
| 2960 | "serde_json", |
| 2961 | ] |
| 2962 | |
| 2963 | [[package]] |
| 2964 | name = "kasuari" |
| 2965 | version = "0.4.12" |
| 2966 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2967 | checksum = "bde5057d6143cc94e861d90f591b9303d6716c6b9602309150bd068853c10899" |
| 2968 | dependencies = [ |
| 2969 | "hashbrown 0.16.1", |
| 2970 | "portable-atomic", |
| 2971 | "thiserror 2.0.18", |
| 2972 | ] |
| 2973 | |
| 2974 | [[package]] |
| 2975 | name = "keyring" |
| 2976 | version = "3.6.3" |
| 2977 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2978 | checksum = "eebcc3aff044e5944a8fbaf69eb277d11986064cba30c468730e8b9909fb551c" |
| 2979 | dependencies = [ |
| 2980 | "byteorder", |
| 2981 | "dbus-secret-service", |
| 2982 | "linux-keyutils", |
| 2983 | "log", |
| 2984 | "secret-service", |
| 2985 | "security-framework 2.11.1", |
| 2986 | "security-framework 3.5.1", |
| 2987 | "windows-sys 0.60.2", |
| 2988 | "zeroize", |
| 2989 | ] |
| 2990 | |
| 2991 | [[package]] |
| 2992 | name = "lab" |
| 2993 | version = "0.11.0" |
| 2994 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2995 | checksum = "bf36173d4167ed999940f804952e6b08197cae5ad5d572eb4db150ce8ad5d58f" |
| 2996 | |
| 2997 | [[package]] |
| 2998 | name = "lazy_static" |
| 2999 | version = "1.5.0" |
| 3000 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3001 | checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" |
| 3002 | |
| 3003 | [[package]] |
| 3004 | name = "libc" |
| 3005 | version = "0.2.189" |
| 3006 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3007 | checksum = "3eaf3ede3fee6db1a4c2ee091bf8a8b4dccdc6d17f656fb07896ee72867612f2" |
| 3008 | |
| 3009 | [[package]] |
| 3010 | name = "libdbus-sys" |
| 3011 | version = "0.2.7" |
| 3012 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3013 | checksum = "328c4789d42200f1eeec05bd86c9c13c7f091d2ba9a6ea35acdf51f31bc0f043" |
| 3014 | dependencies = [ |
| 3015 | "pkg-config", |
| 3016 | ] |
| 3017 | |
| 3018 | [[package]] |
| 3019 | name = "libloading" |
| 3020 | version = "0.8.9" |
| 3021 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3022 | checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55" |
| 3023 | dependencies = [ |
| 3024 | "cfg-if 1.0.4", |
| 3025 | "windows-link", |
| 3026 | ] |
| 3027 | |
| 3028 | [[package]] |
| 3029 | name = "libmimalloc-sys" |
| 3030 | version = "0.1.49" |
| 3031 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3032 | checksum = "6a45a52f43e1c16f667ccfe4dd8c85b7f7c204fd5e3bf46c5b0db9a5c3c0b8e9" |
| 3033 | dependencies = [ |
| 3034 | "cc", |
| 3035 | ] |
| 3036 | |
| 3037 | [[package]] |
| 3038 | name = "libredox" |
| 3039 | version = "0.1.12" |
| 3040 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3041 | checksum = "3d0b95e02c851351f877147b7deea7b1afb1df71b63aa5f8270716e0c5720616" |
| 3042 | dependencies = [ |
| 3043 | "bitflags 2.12.1", |
| 3044 | "libc", |
| 3045 | "redox_syscall 0.7.4", |
| 3046 | ] |
| 3047 | |
| 3048 | [[package]] |
| 3049 | name = "libsqlite3-sys" |
| 3050 | version = "0.37.0" |
| 3051 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3052 | checksum = "b1f111c8c41e7c61a49cd34e44c7619462967221a6443b0ec299e0ac30cfb9b1" |
| 3053 | dependencies = [ |
| 3054 | "cc", |
| 3055 | "pkg-config", |
| 3056 | "vcpkg", |
| 3057 | ] |
| 3058 | |
| 3059 | [[package]] |
| 3060 | name = "line-clipping" |
| 3061 | version = "0.3.5" |
| 3062 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3063 | checksum = "5f4de44e98ddbf09375cbf4d17714d18f39195f4f4894e8524501726fd9a8a4a" |
| 3064 | dependencies = [ |
| 3065 | "bitflags 2.12.1", |
| 3066 | ] |
| 3067 | |
| 3068 | [[package]] |
| 3069 | name = "linked-hash-map" |
| 3070 | version = "0.5.6" |
| 3071 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3072 | checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" |
| 3073 | |
| 3074 | [[package]] |
| 3075 | name = "linux-keyutils" |
| 3076 | version = "0.2.5" |
| 3077 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3078 | checksum = "83270a18e9f90d0707c41e9f35efada77b64c0e6f3f1810e71c8368a864d5590" |
| 3079 | dependencies = [ |
| 3080 | "bitflags 2.12.1", |
| 3081 | "libc", |
| 3082 | ] |
| 3083 | |
| 3084 | [[package]] |
| 3085 | name = "linux-raw-sys" |
| 3086 | version = "0.12.1" |
| 3087 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3088 | checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53" |
| 3089 | |
| 3090 | [[package]] |
| 3091 | name = "litemap" |
| 3092 | version = "0.8.1" |
| 3093 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3094 | checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77" |
| 3095 | |
| 3096 | [[package]] |
| 3097 | name = "litrs" |
| 3098 | version = "1.0.0" |
| 3099 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3100 | checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092" |
| 3101 | |
| 3102 | [[package]] |
| 3103 | name = "lock_api" |
| 3104 | version = "0.4.14" |
| 3105 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3106 | checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" |
| 3107 | dependencies = [ |
| 3108 | "scopeguard", |
| 3109 | ] |
| 3110 | |
| 3111 | [[package]] |
| 3112 | name = "log" |
| 3113 | version = "0.4.29" |
| 3114 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3115 | checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" |
| 3116 | |
| 3117 | [[package]] |
| 3118 | name = "lru" |
| 3119 | version = "0.16.4" |
| 3120 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3121 | checksum = "7f66e8d5d03f609abc3a39e6f08e4164ebf1447a732906d39eb9b99b7919ef39" |
| 3122 | dependencies = [ |
| 3123 | "hashbrown 0.16.1", |
| 3124 | ] |
| 3125 | |
| 3126 | [[package]] |
| 3127 | name = "lru" |
| 3128 | version = "0.18.1" |
| 3129 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3130 | checksum = "0b6180140927ee907000b0aa540091f6ea512ead4447c92b8fc35bc72788a5a6" |
| 3131 | dependencies = [ |
| 3132 | "hashbrown 0.17.1", |
| 3133 | ] |
| 3134 | |
| 3135 | [[package]] |
| 3136 | name = "lru-slab" |
| 3137 | version = "0.1.2" |
| 3138 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3139 | checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154" |
| 3140 | |
| 3141 | [[package]] |
| 3142 | name = "mac" |
| 3143 | version = "0.1.1" |
| 3144 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3145 | checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4" |
| 3146 | |
| 3147 | [[package]] |
| 3148 | name = "mac_address" |
| 3149 | version = "1.1.8" |
| 3150 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3151 | checksum = "c0aeb26bf5e836cc1c341c8106051b573f1766dfa05aa87f0b98be5e51b02303" |
| 3152 | dependencies = [ |
| 3153 | "nix 0.29.0", |
| 3154 | "winapi", |
| 3155 | ] |
| 3156 | |
| 3157 | [[package]] |
| 3158 | name = "markup5ever" |
| 3159 | version = "0.11.0" |
| 3160 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3161 | checksum = "7a2629bb1404f3d34c2e921f21fd34ba00b206124c81f65c50b43b6aaefeb016" |
| 3162 | dependencies = [ |
| 3163 | "log", |
| 3164 | "phf 0.10.1", |
| 3165 | "phf_codegen 0.10.0", |
| 3166 | "string_cache 0.8.9", |
| 3167 | "string_cache_codegen 0.5.4", |
| 3168 | "tendril 0.4.3", |
| 3169 | ] |
| 3170 | |
| 3171 | [[package]] |
| 3172 | name = "markup5ever" |
| 3173 | version = "0.38.0" |
| 3174 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3175 | checksum = "8983d30f2915feeaaab2d6babdd6bc7e9ed1a00b66b5e6d74df19aa9c0e91862" |
| 3176 | dependencies = [ |
| 3177 | "log", |
| 3178 | "tendril 0.5.1", |
| 3179 | "web_atoms", |
| 3180 | ] |
| 3181 | |
| 3182 | [[package]] |
| 3183 | name = "markup5ever_rcdom" |
| 3184 | version = "0.2.0" |
| 3185 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3186 | checksum = "b9521dd6750f8e80ee6c53d65e2e4656d7de37064f3a7a5d2d11d05df93839c2" |
| 3187 | dependencies = [ |
| 3188 | "html5ever 0.26.0", |
| 3189 | "markup5ever 0.11.0", |
| 3190 | "tendril 0.4.3", |
| 3191 | "xml5ever 0.17.0", |
| 3192 | ] |
| 3193 | |
| 3194 | [[package]] |
| 3195 | name = "markup5ever_rcdom" |
| 3196 | version = "0.38.0+unofficial" |
| 3197 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3198 | checksum = "333171ccdf66e915257740d44e38ea5b1b19ce7b45d33cc35cb6f118fbd981ff" |
| 3199 | dependencies = [ |
| 3200 | "html5ever 0.38.0", |
| 3201 | "markup5ever 0.38.0", |
| 3202 | "tendril 0.5.1", |
| 3203 | "xml5ever 0.38.0", |
| 3204 | ] |
| 3205 | |
| 3206 | [[package]] |
| 3207 | name = "matchers" |
| 3208 | version = "0.2.0" |
| 3209 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3210 | checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9" |
| 3211 | dependencies = [ |
| 3212 | "regex-automata", |
| 3213 | ] |
| 3214 | |
| 3215 | [[package]] |
| 3216 | name = "matchit" |
| 3217 | version = "0.8.4" |
| 3218 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3219 | checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3" |
| 3220 | |
| 3221 | [[package]] |
| 3222 | name = "memchr" |
| 3223 | version = "2.8.1" |
| 3224 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3225 | checksum = "6b947ae49db0d222b1dbc6b113ce7248a3fc3a6ca21b696717bfc000ba4484d8" |
| 3226 | |
| 3227 | [[package]] |
| 3228 | name = "memmem" |
| 3229 | version = "0.1.1" |
| 3230 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3231 | checksum = "a64a92489e2744ce060c349162be1c5f33c6969234104dbd99ddb5feb08b8c15" |
| 3232 | |
| 3233 | [[package]] |
| 3234 | name = "memoffset" |
| 3235 | version = "0.9.1" |
| 3236 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3237 | checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" |
| 3238 | dependencies = [ |
| 3239 | "autocfg", |
| 3240 | ] |
| 3241 | |
| 3242 | [[package]] |
| 3243 | name = "micromap" |
| 3244 | version = "0.3.0" |
| 3245 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3246 | checksum = "c2a86d3146ed3995b5913c414f6664344b9617457320782e64f0bb44afd49d74" |
| 3247 | |
| 3248 | [[package]] |
| 3249 | name = "mimalloc" |
| 3250 | version = "0.1.52" |
| 3251 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3252 | checksum = "2d4139bb28d14ad1facf21d5eb8825051b326e172d216b39f6d31df53cc97862" |
| 3253 | dependencies = [ |
| 3254 | "libmimalloc-sys", |
| 3255 | ] |
| 3256 | |
| 3257 | [[package]] |
| 3258 | name = "mime" |
| 3259 | version = "0.3.17" |
| 3260 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3261 | checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" |
| 3262 | |
| 3263 | [[package]] |
| 3264 | name = "minimal-lexical" |
| 3265 | version = "0.2.1" |
| 3266 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3267 | checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" |
| 3268 | |
| 3269 | [[package]] |
| 3270 | name = "miniz_oxide" |
| 3271 | version = "0.8.9" |
| 3272 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3273 | checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" |
| 3274 | dependencies = [ |
| 3275 | "adler2", |
| 3276 | "simd-adler32", |
| 3277 | ] |
| 3278 | |
| 3279 | [[package]] |
| 3280 | name = "mio" |
| 3281 | version = "1.2.1" |
| 3282 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3283 | checksum = "02bd0af71c67b473010cbbc60715ee815645a4dc942899111f494b4b737d6fda" |
| 3284 | dependencies = [ |
| 3285 | "libc", |
| 3286 | "log", |
| 3287 | "wasi", |
| 3288 | "windows-sys 0.61.2", |
| 3289 | ] |
| 3290 | |
| 3291 | [[package]] |
| 3292 | name = "miow" |
| 3293 | version = "0.5.0" |
| 3294 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3295 | checksum = "52ffbca2f655e33c08be35d87278e5b18b89550a37dbd598c20db92f6a471123" |
| 3296 | dependencies = [ |
| 3297 | "windows-sys 0.42.0", |
| 3298 | ] |
| 3299 | |
| 3300 | [[package]] |
| 3301 | name = "miow" |
| 3302 | version = "0.6.1" |
| 3303 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3304 | checksum = "536bfad37a309d62069485248eeaba1e8d9853aaf951caaeaed0585a95346f08" |
| 3305 | dependencies = [ |
| 3306 | "windows-sys 0.60.2", |
| 3307 | ] |
| 3308 | |
| 3309 | [[package]] |
| 3310 | name = "moxcms" |
| 3311 | version = "0.8.1" |
| 3312 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3313 | checksum = "bb85c154ba489f01b25c0d36ae69a87e4a1c73a72631fc6c0eb6dde34a73e44b" |
| 3314 | dependencies = [ |
| 3315 | "num-traits", |
| 3316 | "pxfm", |
| 3317 | ] |
| 3318 | |
| 3319 | [[package]] |
| 3320 | name = "ndk-context" |
| 3321 | version = "0.1.1" |
| 3322 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3323 | checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b" |
| 3324 | |
| 3325 | [[package]] |
| 3326 | name = "new_debug_unreachable" |
| 3327 | version = "1.0.6" |
| 3328 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3329 | checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086" |
| 3330 | |
| 3331 | [[package]] |
| 3332 | name = "nix" |
| 3333 | version = "0.28.0" |
| 3334 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3335 | checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4" |
| 3336 | dependencies = [ |
| 3337 | "bitflags 2.12.1", |
| 3338 | "cfg-if 1.0.4", |
| 3339 | "cfg_aliases 0.1.1", |
| 3340 | "libc", |
| 3341 | ] |
| 3342 | |
| 3343 | [[package]] |
| 3344 | name = "nix" |
| 3345 | version = "0.29.0" |
| 3346 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3347 | checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" |
| 3348 | dependencies = [ |
| 3349 | "bitflags 2.12.1", |
| 3350 | "cfg-if 1.0.4", |
| 3351 | "cfg_aliases 0.2.1", |
| 3352 | "libc", |
| 3353 | "memoffset", |
| 3354 | ] |
| 3355 | |
| 3356 | [[package]] |
| 3357 | name = "nohash-hasher" |
| 3358 | version = "0.2.0" |
| 3359 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3360 | checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451" |
| 3361 | |
| 3362 | [[package]] |
| 3363 | name = "nom" |
| 3364 | version = "7.1.3" |
| 3365 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3366 | checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" |
| 3367 | dependencies = [ |
| 3368 | "memchr", |
| 3369 | "minimal-lexical", |
| 3370 | ] |
| 3371 | |
| 3372 | [[package]] |
| 3373 | name = "nom" |
| 3374 | version = "8.0.0" |
| 3375 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3376 | checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405" |
| 3377 | dependencies = [ |
| 3378 | "memchr", |
| 3379 | ] |
| 3380 | |
| 3381 | [[package]] |
| 3382 | name = "nom_locate" |
| 3383 | version = "5.0.0" |
| 3384 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3385 | checksum = "0b577e2d69827c4740cba2b52efaad1c4cc7c73042860b199710b3575c68438d" |
| 3386 | dependencies = [ |
| 3387 | "bytecount", |
| 3388 | "memchr", |
| 3389 | "nom 8.0.0", |
| 3390 | ] |
| 3391 | |
| 3392 | [[package]] |
| 3393 | name = "normpath" |
| 3394 | version = "1.5.1" |
| 3395 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3396 | checksum = "b9985ef7269fa99f3b12437bb698381da2428743ab90f20393f399fa14cab21a" |
| 3397 | dependencies = [ |
| 3398 | "windows-sys 0.61.2", |
| 3399 | ] |
| 3400 | |
| 3401 | [[package]] |
| 3402 | name = "nu-ansi-term" |
| 3403 | version = "0.50.3" |
| 3404 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3405 | checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" |
| 3406 | dependencies = [ |
| 3407 | "windows-sys 0.59.0", |
| 3408 | ] |
| 3409 | |
| 3410 | [[package]] |
| 3411 | name = "num" |
| 3412 | version = "0.4.3" |
| 3413 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3414 | checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23" |
| 3415 | dependencies = [ |
| 3416 | "num-bigint", |
| 3417 | "num-complex", |
| 3418 | "num-integer", |
| 3419 | "num-iter", |
| 3420 | "num-rational", |
| 3421 | "num-traits", |
| 3422 | ] |
| 3423 | |
| 3424 | [[package]] |
| 3425 | name = "num-bigint" |
| 3426 | version = "0.4.6" |
| 3427 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3428 | checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" |
| 3429 | dependencies = [ |
| 3430 | "num-integer", |
| 3431 | "num-traits", |
| 3432 | ] |
| 3433 | |
| 3434 | [[package]] |
| 3435 | name = "num-cmp" |
| 3436 | version = "0.1.0" |
| 3437 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3438 | checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa" |
| 3439 | |
| 3440 | [[package]] |
| 3441 | name = "num-complex" |
| 3442 | version = "0.4.6" |
| 3443 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3444 | checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495" |
| 3445 | dependencies = [ |
| 3446 | "num-traits", |
| 3447 | ] |
| 3448 | |
| 3449 | [[package]] |
| 3450 | name = "num-conv" |
| 3451 | version = "0.2.0" |
| 3452 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3453 | checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050" |
| 3454 | |
| 3455 | [[package]] |
| 3456 | name = "num-derive" |
| 3457 | version = "0.4.2" |
| 3458 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3459 | checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202" |
| 3460 | dependencies = [ |
| 3461 | "proc-macro2", |
| 3462 | "quote", |
| 3463 | "syn 2.0.117", |
| 3464 | ] |
| 3465 | |
| 3466 | [[package]] |
| 3467 | name = "num-integer" |
| 3468 | version = "0.1.46" |
| 3469 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3470 | checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" |
| 3471 | dependencies = [ |
| 3472 | "num-traits", |
| 3473 | ] |
| 3474 | |
| 3475 | [[package]] |
| 3476 | name = "num-iter" |
| 3477 | version = "0.1.45" |
| 3478 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3479 | checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf" |
| 3480 | dependencies = [ |
| 3481 | "autocfg", |
| 3482 | "num-integer", |
| 3483 | "num-traits", |
| 3484 | ] |
| 3485 | |
| 3486 | [[package]] |
| 3487 | name = "num-rational" |
| 3488 | version = "0.4.2" |
| 3489 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3490 | checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824" |
| 3491 | dependencies = [ |
| 3492 | "num-bigint", |
| 3493 | "num-integer", |
| 3494 | "num-traits", |
| 3495 | ] |
| 3496 | |
| 3497 | [[package]] |
| 3498 | name = "num-traits" |
| 3499 | version = "0.2.19" |
| 3500 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3501 | checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" |
| 3502 | dependencies = [ |
| 3503 | "autocfg", |
| 3504 | ] |
| 3505 | |
| 3506 | [[package]] |
| 3507 | name = "num_cpus" |
| 3508 | version = "1.17.0" |
| 3509 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3510 | checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b" |
| 3511 | dependencies = [ |
| 3512 | "hermit-abi", |
| 3513 | "libc", |
| 3514 | ] |
| 3515 | |
| 3516 | [[package]] |
| 3517 | name = "num_threads" |
| 3518 | version = "0.1.7" |
| 3519 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3520 | checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9" |
| 3521 | dependencies = [ |
| 3522 | "libc", |
| 3523 | ] |
| 3524 | |
| 3525 | [[package]] |
| 3526 | name = "oauth2" |
| 3527 | version = "5.0.0" |
| 3528 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3529 | checksum = "51e219e79014df21a225b1860a479e2dcd7cbd9130f4defd4bd0e191ea31d67d" |
| 3530 | dependencies = [ |
| 3531 | "base64 0.22.1", |
| 3532 | "chrono", |
| 3533 | "getrandom 0.2.16", |
| 3534 | "http", |
| 3535 | "rand 0.8.6", |
| 3536 | "reqwest 0.12.28", |
| 3537 | "serde", |
| 3538 | "serde_json", |
| 3539 | "serde_path_to_error", |
| 3540 | "sha2 0.10.9", |
| 3541 | "thiserror 1.0.69", |
| 3542 | "url", |
| 3543 | ] |
| 3544 | |
| 3545 | [[package]] |
| 3546 | name = "objc2" |
| 3547 | version = "0.6.4" |
| 3548 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3549 | checksum = "3a12a8ed07aefc768292f076dc3ac8c48f3781c8f2d5851dd3d98950e8c5a89f" |
| 3550 | dependencies = [ |
| 3551 | "objc2-encode", |
| 3552 | ] |
| 3553 | |
| 3554 | [[package]] |
| 3555 | name = "objc2-app-kit" |
| 3556 | version = "0.3.2" |
| 3557 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3558 | checksum = "d49e936b501e5c5bf01fda3a9452ff86dc3ea98ad5f283e1455153142d97518c" |
| 3559 | dependencies = [ |
| 3560 | "bitflags 2.12.1", |
| 3561 | "objc2", |
| 3562 | "objc2-core-graphics", |
| 3563 | "objc2-foundation", |
| 3564 | ] |
| 3565 | |
| 3566 | [[package]] |
| 3567 | name = "objc2-core-foundation" |
| 3568 | version = "0.3.2" |
| 3569 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3570 | checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536" |
| 3571 | dependencies = [ |
| 3572 | "bitflags 2.12.1", |
| 3573 | "dispatch2", |
| 3574 | "objc2", |
| 3575 | ] |
| 3576 | |
| 3577 | [[package]] |
| 3578 | name = "objc2-core-graphics" |
| 3579 | version = "0.3.2" |
| 3580 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3581 | checksum = "e022c9d066895efa1345f8e33e584b9f958da2fd4cd116792e15e07e4720a807" |
| 3582 | dependencies = [ |
| 3583 | "bitflags 2.12.1", |
| 3584 | "dispatch2", |
| 3585 | "objc2", |
| 3586 | "objc2-core-foundation", |
| 3587 | "objc2-io-surface", |
| 3588 | ] |
| 3589 | |
| 3590 | [[package]] |
| 3591 | name = "objc2-encode" |
| 3592 | version = "4.1.0" |
| 3593 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3594 | checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33" |
| 3595 | |
| 3596 | [[package]] |
| 3597 | name = "objc2-foundation" |
| 3598 | version = "0.3.2" |
| 3599 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3600 | checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272" |
| 3601 | dependencies = [ |
| 3602 | "bitflags 2.12.1", |
| 3603 | "objc2", |
| 3604 | "objc2-core-foundation", |
| 3605 | ] |
| 3606 | |
| 3607 | [[package]] |
| 3608 | name = "objc2-io-surface" |
| 3609 | version = "0.3.2" |
| 3610 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3611 | checksum = "180788110936d59bab6bd83b6060ffdfffb3b922ba1396b312ae795e1de9d81d" |
| 3612 | dependencies = [ |
| 3613 | "bitflags 2.12.1", |
| 3614 | "objc2", |
| 3615 | "objc2-core-foundation", |
| 3616 | ] |
| 3617 | |
| 3618 | [[package]] |
| 3619 | name = "once_cell" |
| 3620 | version = "1.21.3" |
| 3621 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3622 | checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" |
| 3623 | |
| 3624 | [[package]] |
| 3625 | name = "once_cell_polyfill" |
| 3626 | version = "1.70.2" |
| 3627 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3628 | checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" |
| 3629 | |
| 3630 | [[package]] |
| 3631 | name = "openssl-probe" |
| 3632 | version = "0.2.1" |
| 3633 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3634 | checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe" |
| 3635 | |
| 3636 | [[package]] |
| 3637 | name = "option-ext" |
| 3638 | version = "0.2.0" |
| 3639 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3640 | checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" |
| 3641 | |
| 3642 | [[package]] |
| 3643 | name = "ordered-float" |
| 3644 | version = "4.6.0" |
| 3645 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3646 | checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951" |
| 3647 | dependencies = [ |
| 3648 | "num-traits", |
| 3649 | ] |
| 3650 | |
| 3651 | [[package]] |
| 3652 | name = "ordered-stream" |
| 3653 | version = "0.2.0" |
| 3654 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3655 | checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50" |
| 3656 | dependencies = [ |
| 3657 | "futures-core", |
| 3658 | "pin-project-lite", |
| 3659 | ] |
| 3660 | |
| 3661 | [[package]] |
| 3662 | name = "outref" |
| 3663 | version = "0.5.2" |
| 3664 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3665 | checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e" |
| 3666 | |
| 3667 | [[package]] |
| 3668 | name = "parking" |
| 3669 | version = "2.2.1" |
| 3670 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3671 | checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" |
| 3672 | |
| 3673 | [[package]] |
| 3674 | name = "parking_lot" |
| 3675 | version = "0.12.5" |
| 3676 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3677 | checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" |
| 3678 | dependencies = [ |
| 3679 | "lock_api", |
| 3680 | "parking_lot_core", |
| 3681 | ] |
| 3682 | |
| 3683 | [[package]] |
| 3684 | name = "parking_lot_core" |
| 3685 | version = "0.9.12" |
| 3686 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3687 | checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" |
| 3688 | dependencies = [ |
| 3689 | "cfg-if 1.0.4", |
| 3690 | "libc", |
| 3691 | "redox_syscall 0.5.18", |
| 3692 | "smallvec", |
| 3693 | "windows-link", |
| 3694 | ] |
| 3695 | |
| 3696 | [[package]] |
| 3697 | name = "peg" |
| 3698 | version = "0.6.3" |
| 3699 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3700 | checksum = "9f76678828272f177ac33b7e2ac2e3e73cc6c1cd1e3e387928aa69562fa51367" |
| 3701 | dependencies = [ |
| 3702 | "peg-macros", |
| 3703 | "peg-runtime", |
| 3704 | ] |
| 3705 | |
| 3706 | [[package]] |
| 3707 | name = "peg-macros" |
| 3708 | version = "0.6.3" |
| 3709 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3710 | checksum = "636d60acf97633e48d266d7415a9355d4389cea327a193f87df395d88cd2b14d" |
| 3711 | dependencies = [ |
| 3712 | "peg-runtime", |
| 3713 | "proc-macro2", |
| 3714 | "quote", |
| 3715 | ] |
| 3716 | |
| 3717 | [[package]] |
| 3718 | name = "peg-runtime" |
| 3719 | version = "0.6.3" |
| 3720 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3721 | checksum = "9555b1514d2d99d78150d3c799d4c357a3e2c2a8062cd108e93a06d9057629c5" |
| 3722 | |
| 3723 | [[package]] |
| 3724 | name = "percent-encoding" |
| 3725 | version = "2.3.2" |
| 3726 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3727 | checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" |
| 3728 | |
| 3729 | [[package]] |
| 3730 | name = "pest" |
| 3731 | version = "2.8.6" |
| 3732 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3733 | checksum = "e0848c601009d37dfa3430c4666e147e49cdcf1b92ecd3e63657d8a5f19da662" |
| 3734 | dependencies = [ |
| 3735 | "memchr", |
| 3736 | "ucd-trie", |
| 3737 | ] |
| 3738 | |
| 3739 | [[package]] |
| 3740 | name = "pest_derive" |
| 3741 | version = "2.8.6" |
| 3742 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3743 | checksum = "11f486f1ea21e6c10ed15d5a7c77165d0ee443402f0780849d1768e7d9d6fe77" |
| 3744 | dependencies = [ |
| 3745 | "pest", |
| 3746 | "pest_generator", |
| 3747 | ] |
| 3748 | |
| 3749 | [[package]] |
| 3750 | name = "pest_generator" |
| 3751 | version = "2.8.6" |
| 3752 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3753 | checksum = "8040c4647b13b210a963c1ed407c1ff4fdfa01c31d6d2a098218702e6664f94f" |
| 3754 | dependencies = [ |
| 3755 | "pest", |
| 3756 | "pest_meta", |
| 3757 | "proc-macro2", |
| 3758 | "quote", |
| 3759 | "syn 2.0.117", |
| 3760 | ] |
| 3761 | |
| 3762 | [[package]] |
| 3763 | name = "pest_meta" |
| 3764 | version = "2.8.6" |
| 3765 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3766 | checksum = "89815c69d36021a140146f26659a81d6c2afa33d216d736dd4be5381a7362220" |
| 3767 | dependencies = [ |
| 3768 | "pest", |
| 3769 | "sha2 0.10.9", |
| 3770 | ] |
| 3771 | |
| 3772 | [[package]] |
| 3773 | name = "phf" |
| 3774 | version = "0.10.1" |
| 3775 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3776 | checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259" |
| 3777 | dependencies = [ |
| 3778 | "phf_shared 0.10.0", |
| 3779 | ] |
| 3780 | |
| 3781 | [[package]] |
| 3782 | name = "phf" |
| 3783 | version = "0.11.3" |
| 3784 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3785 | checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078" |
| 3786 | dependencies = [ |
| 3787 | "phf_macros 0.11.3", |
| 3788 | "phf_shared 0.11.3", |
| 3789 | ] |
| 3790 | |
| 3791 | [[package]] |
| 3792 | name = "phf" |
| 3793 | version = "0.13.1" |
| 3794 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3795 | checksum = "c1562dc717473dbaa4c1f85a36410e03c047b2e7df7f45ee938fbef64ae7fadf" |
| 3796 | dependencies = [ |
| 3797 | "phf_macros 0.13.1", |
| 3798 | "phf_shared 0.13.1", |
| 3799 | "serde", |
| 3800 | ] |
| 3801 | |
| 3802 | [[package]] |
| 3803 | name = "phf_codegen" |
| 3804 | version = "0.10.0" |
| 3805 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3806 | checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd" |
| 3807 | dependencies = [ |
| 3808 | "phf_generator 0.10.0", |
| 3809 | "phf_shared 0.10.0", |
| 3810 | ] |
| 3811 | |
| 3812 | [[package]] |
| 3813 | name = "phf_codegen" |
| 3814 | version = "0.11.3" |
| 3815 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3816 | checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a" |
| 3817 | dependencies = [ |
| 3818 | "phf_generator 0.11.3", |
| 3819 | "phf_shared 0.11.3", |
| 3820 | ] |
| 3821 | |
| 3822 | [[package]] |
| 3823 | name = "phf_codegen" |
| 3824 | version = "0.13.1" |
| 3825 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3826 | checksum = "49aa7f9d80421bca176ca8dbfebe668cc7a2684708594ec9f3c0db0805d5d6e1" |
| 3827 | dependencies = [ |
| 3828 | "phf_generator 0.13.1", |
| 3829 | "phf_shared 0.13.1", |
| 3830 | ] |
| 3831 | |
| 3832 | [[package]] |
| 3833 | name = "phf_generator" |
| 3834 | version = "0.10.0" |
| 3835 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3836 | checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6" |
| 3837 | dependencies = [ |
| 3838 | "phf_shared 0.10.0", |
| 3839 | "rand 0.8.6", |
| 3840 | ] |
| 3841 | |
| 3842 | [[package]] |
| 3843 | name = "phf_generator" |
| 3844 | version = "0.11.3" |
| 3845 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3846 | checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d" |
| 3847 | dependencies = [ |
| 3848 | "phf_shared 0.11.3", |
| 3849 | "rand 0.8.6", |
| 3850 | ] |
| 3851 | |
| 3852 | [[package]] |
| 3853 | name = "phf_generator" |
| 3854 | version = "0.13.1" |
| 3855 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3856 | checksum = "135ace3a761e564ec88c03a77317a7c6b80bb7f7135ef2544dbe054243b89737" |
| 3857 | dependencies = [ |
| 3858 | "fastrand", |
| 3859 | "phf_shared 0.13.1", |
| 3860 | ] |
| 3861 | |
| 3862 | [[package]] |
| 3863 | name = "phf_macros" |
| 3864 | version = "0.11.3" |
| 3865 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3866 | checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216" |
| 3867 | dependencies = [ |
| 3868 | "phf_generator 0.11.3", |
| 3869 | "phf_shared 0.11.3", |
| 3870 | "proc-macro2", |
| 3871 | "quote", |
| 3872 | "syn 2.0.117", |
| 3873 | ] |
| 3874 | |
| 3875 | [[package]] |
| 3876 | name = "phf_macros" |
| 3877 | version = "0.13.1" |
| 3878 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3879 | checksum = "812f032b54b1e759ccd5f8b6677695d5268c588701effba24601f6932f8269ef" |
| 3880 | dependencies = [ |
| 3881 | "phf_generator 0.13.1", |
| 3882 | "phf_shared 0.13.1", |
| 3883 | "proc-macro2", |
| 3884 | "quote", |
| 3885 | "syn 2.0.117", |
| 3886 | ] |
| 3887 | |
| 3888 | [[package]] |
| 3889 | name = "phf_shared" |
| 3890 | version = "0.10.0" |
| 3891 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3892 | checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096" |
| 3893 | dependencies = [ |
| 3894 | "siphasher 0.3.11", |
| 3895 | ] |
| 3896 | |
| 3897 | [[package]] |
| 3898 | name = "phf_shared" |
| 3899 | version = "0.11.3" |
| 3900 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3901 | checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5" |
| 3902 | dependencies = [ |
| 3903 | "siphasher 1.0.1", |
| 3904 | ] |
| 3905 | |
| 3906 | [[package]] |
| 3907 | name = "phf_shared" |
| 3908 | version = "0.13.1" |
| 3909 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3910 | checksum = "e57fef6bc5981e38c2ce2d63bfa546861309f875b8a75f092d1d54ae2d64f266" |
| 3911 | dependencies = [ |
| 3912 | "siphasher 1.0.1", |
| 3913 | ] |
| 3914 | |
| 3915 | [[package]] |
| 3916 | name = "pin-project" |
| 3917 | version = "1.1.13" |
| 3918 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3919 | checksum = "2466b2336ed02bcdca6b294417127b90ec92038d1d5c4fbeac971a922e0e0924" |
| 3920 | dependencies = [ |
| 3921 | "pin-project-internal", |
| 3922 | ] |
| 3923 | |
| 3924 | [[package]] |
| 3925 | name = "pin-project-internal" |
| 3926 | version = "1.1.13" |
| 3927 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3928 | checksum = "c96395f0a926bc13b1c17622aaddda1ecb55d49c8f1bf9777e4d877800a43f8b" |
| 3929 | dependencies = [ |
| 3930 | "proc-macro2", |
| 3931 | "quote", |
| 3932 | "syn 2.0.117", |
| 3933 | ] |
| 3934 | |
| 3935 | [[package]] |
| 3936 | name = "pin-project-lite" |
| 3937 | version = "0.2.16" |
| 3938 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3939 | checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" |
| 3940 | |
| 3941 | [[package]] |
| 3942 | name = "pin-utils" |
| 3943 | version = "0.1.0" |
| 3944 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3945 | checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" |
| 3946 | |
| 3947 | [[package]] |
| 3948 | name = "piper" |
| 3949 | version = "0.2.5" |
| 3950 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3951 | checksum = "c835479a4443ded371d6c535cbfd8d31ad92c5d23ae9770a61bc155e4992a3c1" |
| 3952 | dependencies = [ |
| 3953 | "atomic-waker", |
| 3954 | "fastrand", |
| 3955 | "futures-io", |
| 3956 | ] |
| 3957 | |
| 3958 | [[package]] |
| 3959 | name = "pkg-config" |
| 3960 | version = "0.3.32" |
| 3961 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3962 | checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" |
| 3963 | |
| 3964 | [[package]] |
| 3965 | name = "plist" |
| 3966 | version = "1.10.0" |
| 3967 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3968 | checksum = "7da1d65da6dd5d1e44199ac0f58712d241c0f439f80adea8924d832384087f85" |
| 3969 | dependencies = [ |
| 3970 | "base64 0.22.1", |
| 3971 | "indexmap", |
| 3972 | "quick-xml", |
| 3973 | "serde", |
| 3974 | "time", |
| 3975 | ] |
| 3976 | |
| 3977 | [[package]] |
| 3978 | name = "png" |
| 3979 | version = "0.18.0" |
| 3980 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3981 | checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0" |
| 3982 | dependencies = [ |
| 3983 | "bitflags 2.12.1", |
| 3984 | "crc32fast", |
| 3985 | "fdeflate", |
| 3986 | "flate2", |
| 3987 | "miniz_oxide", |
| 3988 | ] |
| 3989 | |
| 3990 | [[package]] |
| 3991 | name = "polling" |
| 3992 | version = "3.11.0" |
| 3993 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3994 | checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218" |
| 3995 | dependencies = [ |
| 3996 | "cfg-if 1.0.4", |
| 3997 | "concurrent-queue", |
| 3998 | "hermit-abi", |
| 3999 | "pin-project-lite", |
| 4000 | "rustix", |
| 4001 | "windows-sys 0.61.2", |
| 4002 | ] |
| 4003 | |
| 4004 | [[package]] |
| 4005 | name = "portable-atomic" |
| 4006 | version = "1.13.0" |
| 4007 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4008 | checksum = "f89776e4d69bb58bc6993e99ffa1d11f228b839984854c7daeb5d37f87cbe950" |
| 4009 | |
| 4010 | [[package]] |
| 4011 | name = "portable-pty" |
| 4012 | version = "0.9.0" |
| 4013 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4014 | checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e" |
| 4015 | dependencies = [ |
| 4016 | "anyhow", |
| 4017 | "bitflags 1.3.2", |
| 4018 | "downcast-rs", |
| 4019 | "filedescriptor", |
| 4020 | "lazy_static", |
| 4021 | "libc", |
| 4022 | "log", |
| 4023 | "nix 0.28.0", |
| 4024 | "serial2", |
| 4025 | "shared_library", |
| 4026 | "shell-words", |
| 4027 | "winapi", |
| 4028 | "winreg", |
| 4029 | ] |
| 4030 | |
| 4031 | [[package]] |
| 4032 | name = "potential_utf" |
| 4033 | version = "0.1.4" |
| 4034 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4035 | checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77" |
| 4036 | dependencies = [ |
| 4037 | "zerovec", |
| 4038 | ] |
| 4039 | |
| 4040 | [[package]] |
| 4041 | name = "powerfmt" |
| 4042 | version = "0.2.0" |
| 4043 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4044 | checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" |
| 4045 | |
| 4046 | [[package]] |
| 4047 | name = "ppv-lite86" |
| 4048 | version = "0.2.21" |
| 4049 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4050 | checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" |
| 4051 | dependencies = [ |
| 4052 | "zerocopy", |
| 4053 | ] |
| 4054 | |
| 4055 | [[package]] |
| 4056 | name = "precomputed-hash" |
| 4057 | version = "0.1.1" |
| 4058 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4059 | checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" |
| 4060 | |
| 4061 | [[package]] |
| 4062 | name = "pretty_assertions" |
| 4063 | version = "1.4.1" |
| 4064 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4065 | checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d" |
| 4066 | dependencies = [ |
| 4067 | "diff", |
| 4068 | "yansi", |
| 4069 | ] |
| 4070 | |
| 4071 | [[package]] |
| 4072 | name = "prettyplease" |
| 4073 | version = "0.2.37" |
| 4074 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4075 | checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" |
| 4076 | dependencies = [ |
| 4077 | "proc-macro2", |
| 4078 | "syn 2.0.117", |
| 4079 | ] |
| 4080 | |
| 4081 | [[package]] |
| 4082 | name = "proc-macro-crate" |
| 4083 | version = "3.4.0" |
| 4084 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4085 | checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983" |
| 4086 | dependencies = [ |
| 4087 | "toml_edit 0.23.10+spec-1.0.0", |
| 4088 | ] |
| 4089 | |
| 4090 | [[package]] |
| 4091 | name = "proc-macro2" |
| 4092 | version = "1.0.106" |
| 4093 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4094 | checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" |
| 4095 | dependencies = [ |
| 4096 | "unicode-ident", |
| 4097 | ] |
| 4098 | |
| 4099 | [[package]] |
| 4100 | name = "pxfm" |
| 4101 | version = "0.1.27" |
| 4102 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4103 | checksum = "7186d3822593aa4393561d186d1393b3923e9d6163d3fbfd6e825e3e6cf3e6a8" |
| 4104 | dependencies = [ |
| 4105 | "num-traits", |
| 4106 | ] |
| 4107 | |
| 4108 | [[package]] |
| 4109 | name = "qrcode" |
| 4110 | version = "0.14.1" |
| 4111 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4112 | checksum = "d68782463e408eb1e668cf6152704bd856c78c5b6417adaee3203d8f4c1fc9ec" |
| 4113 | |
| 4114 | [[package]] |
| 4115 | name = "quick-error" |
| 4116 | version = "2.0.1" |
| 4117 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4118 | checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3" |
| 4119 | |
| 4120 | [[package]] |
| 4121 | name = "quick-xml" |
| 4122 | version = "0.41.0" |
| 4123 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4124 | checksum = "e660451e55124f798a69a5af3f49ccfbefbd41910eefd25caf2393e1f3473ec1" |
| 4125 | dependencies = [ |
| 4126 | "memchr", |
| 4127 | ] |
| 4128 | |
| 4129 | [[package]] |
| 4130 | name = "quinn" |
| 4131 | version = "0.11.11" |
| 4132 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4133 | checksum = "0c1a41e437b6bbd489372cd4971de128e85c855f56c57f283d20ff016cf7c0a8" |
| 4134 | dependencies = [ |
| 4135 | "bytes", |
| 4136 | "cfg_aliases 0.2.1", |
| 4137 | "pin-project-lite", |
| 4138 | "quinn-proto", |
| 4139 | "quinn-udp", |
| 4140 | "rustc-hash", |
| 4141 | "rustls", |
| 4142 | "socket2", |
| 4143 | "thiserror 2.0.18", |
| 4144 | "tokio", |
| 4145 | "tracing", |
| 4146 | "web-time", |
| 4147 | ] |
| 4148 | |
| 4149 | [[package]] |
| 4150 | name = "quinn-proto" |
| 4151 | version = "0.11.15" |
| 4152 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4153 | checksum = "4fcb935c5bec503c2f0e306bdd3e58bb9029dcb14fa8d9ac76e3a5256ac0763e" |
| 4154 | dependencies = [ |
| 4155 | "bytes", |
| 4156 | "getrandom 0.3.4", |
| 4157 | "lru-slab", |
| 4158 | "rand 0.9.4", |
| 4159 | "ring", |
| 4160 | "rustc-hash", |
| 4161 | "rustls", |
| 4162 | "rustls-pki-types", |
| 4163 | "slab", |
| 4164 | "thiserror 2.0.18", |
| 4165 | "tinyvec", |
| 4166 | "tracing", |
| 4167 | "web-time", |
| 4168 | ] |
| 4169 | |
| 4170 | [[package]] |
| 4171 | name = "quinn-udp" |
| 4172 | version = "0.5.14" |
| 4173 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4174 | checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd" |
| 4175 | dependencies = [ |
| 4176 | "cfg_aliases 0.2.1", |
| 4177 | "libc", |
| 4178 | "once_cell", |
| 4179 | "socket2", |
| 4180 | "tracing", |
| 4181 | "windows-sys 0.60.2", |
| 4182 | ] |
| 4183 | |
| 4184 | [[package]] |
| 4185 | name = "quote" |
| 4186 | version = "1.0.45" |
| 4187 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4188 | checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924" |
| 4189 | dependencies = [ |
| 4190 | "proc-macro2", |
| 4191 | ] |
| 4192 | |
| 4193 | [[package]] |
| 4194 | name = "r-efi" |
| 4195 | version = "5.3.0" |
| 4196 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4197 | checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" |
| 4198 | |
| 4199 | [[package]] |
| 4200 | name = "r-efi" |
| 4201 | version = "6.0.0" |
| 4202 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4203 | checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf" |
| 4204 | |
| 4205 | [[package]] |
| 4206 | name = "rand" |
| 4207 | version = "0.8.6" |
| 4208 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4209 | checksum = "5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a" |
| 4210 | dependencies = [ |
| 4211 | "libc", |
| 4212 | "rand_chacha 0.3.1", |
| 4213 | "rand_core 0.6.4", |
| 4214 | ] |
| 4215 | |
| 4216 | [[package]] |
| 4217 | name = "rand" |
| 4218 | version = "0.9.4" |
| 4219 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4220 | checksum = "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea" |
| 4221 | dependencies = [ |
| 4222 | "rand_chacha 0.9.0", |
| 4223 | "rand_core 0.9.5", |
| 4224 | ] |
| 4225 | |
| 4226 | [[package]] |
| 4227 | name = "rand_chacha" |
| 4228 | version = "0.3.1" |
| 4229 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4230 | checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" |
| 4231 | dependencies = [ |
| 4232 | "ppv-lite86", |
| 4233 | "rand_core 0.6.4", |
| 4234 | ] |
| 4235 | |
| 4236 | [[package]] |
| 4237 | name = "rand_chacha" |
| 4238 | version = "0.9.0" |
| 4239 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4240 | checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" |
| 4241 | dependencies = [ |
| 4242 | "ppv-lite86", |
| 4243 | "rand_core 0.9.5", |
| 4244 | ] |
| 4245 | |
| 4246 | [[package]] |
| 4247 | name = "rand_core" |
| 4248 | version = "0.6.4" |
| 4249 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4250 | checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" |
| 4251 | dependencies = [ |
| 4252 | "getrandom 0.2.16", |
| 4253 | ] |
| 4254 | |
| 4255 | [[package]] |
| 4256 | name = "rand_core" |
| 4257 | version = "0.9.5" |
| 4258 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4259 | checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c" |
| 4260 | dependencies = [ |
| 4261 | "getrandom 0.3.4", |
| 4262 | ] |
| 4263 | |
| 4264 | [[package]] |
| 4265 | name = "ratatui" |
| 4266 | version = "0.30.0" |
| 4267 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4268 | checksum = "d1ce67fb8ba4446454d1c8dbaeda0557ff5e94d39d5e5ed7f10a65eb4c8266bc" |
| 4269 | dependencies = [ |
| 4270 | "instability", |
| 4271 | "ratatui-core", |
| 4272 | "ratatui-crossterm", |
| 4273 | "ratatui-macros", |
| 4274 | "ratatui-termwiz", |
| 4275 | "ratatui-widgets", |
| 4276 | ] |
| 4277 | |
| 4278 | [[package]] |
| 4279 | name = "ratatui-core" |
| 4280 | version = "0.1.0" |
| 4281 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4282 | checksum = "5ef8dea09a92caaf73bff7adb70b76162e5937524058a7e5bff37869cbbec293" |
| 4283 | dependencies = [ |
| 4284 | "bitflags 2.12.1", |
| 4285 | "compact_str", |
| 4286 | "hashbrown 0.16.1", |
| 4287 | "indoc", |
| 4288 | "itertools 0.14.0", |
| 4289 | "kasuari", |
| 4290 | "lru 0.16.4", |
| 4291 | "strum 0.27.2", |
| 4292 | "thiserror 2.0.18", |
| 4293 | "unicode-segmentation", |
| 4294 | "unicode-truncate", |
| 4295 | "unicode-width", |
| 4296 | ] |
| 4297 | |
| 4298 | [[package]] |
| 4299 | name = "ratatui-crossterm" |
| 4300 | version = "0.1.0" |
| 4301 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4302 | checksum = "577c9b9f652b4c121fb25c6a391dd06406d3b092ba68827e6d2f09550edc54b3" |
| 4303 | dependencies = [ |
| 4304 | "cfg-if 1.0.4", |
| 4305 | "crossterm", |
| 4306 | "instability", |
| 4307 | "ratatui-core", |
| 4308 | ] |
| 4309 | |
| 4310 | [[package]] |
| 4311 | name = "ratatui-macros" |
| 4312 | version = "0.7.0" |
| 4313 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4314 | checksum = "a7f1342a13e83e4bb9d0b793d0ea762be633f9582048c892ae9041ef39c936f4" |
| 4315 | dependencies = [ |
| 4316 | "ratatui-core", |
| 4317 | "ratatui-widgets", |
| 4318 | ] |
| 4319 | |
| 4320 | [[package]] |
| 4321 | name = "ratatui-termwiz" |
| 4322 | version = "0.1.0" |
| 4323 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4324 | checksum = "0f76fe0bd0ed4295f0321b1676732e2454024c15a35d01904ddb315afd3d545c" |
| 4325 | dependencies = [ |
| 4326 | "ratatui-core", |
| 4327 | "termwiz", |
| 4328 | ] |
| 4329 | |
| 4330 | [[package]] |
| 4331 | name = "ratatui-widgets" |
| 4332 | version = "0.3.0" |
| 4333 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4334 | checksum = "d7dbfa023cd4e604c2553483820c5fe8aa9d71a42eea5aa77c6e7f35756612db" |
| 4335 | dependencies = [ |
| 4336 | "bitflags 2.12.1", |
| 4337 | "hashbrown 0.16.1", |
| 4338 | "indoc", |
| 4339 | "instability", |
| 4340 | "itertools 0.14.0", |
| 4341 | "line-clipping", |
| 4342 | "ratatui-core", |
| 4343 | "strum 0.27.2", |
| 4344 | "time", |
| 4345 | "unicode-segmentation", |
| 4346 | "unicode-width", |
| 4347 | ] |
| 4348 | |
| 4349 | [[package]] |
| 4350 | name = "readability" |
| 4351 | version = "0.3.0" |
| 4352 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4353 | checksum = "e56596e20a6d3cf715182d9b6829220621e6e985cec04d00410cee29821b4220" |
| 4354 | dependencies = [ |
| 4355 | "html5ever 0.26.0", |
| 4356 | "lazy_static", |
| 4357 | "markup5ever_rcdom 0.2.0", |
| 4358 | "regex", |
| 4359 | "url", |
| 4360 | ] |
| 4361 | |
| 4362 | [[package]] |
| 4363 | name = "redox_syscall" |
| 4364 | version = "0.5.18" |
| 4365 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4366 | checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" |
| 4367 | dependencies = [ |
| 4368 | "bitflags 2.12.1", |
| 4369 | ] |
| 4370 | |
| 4371 | [[package]] |
| 4372 | name = "redox_syscall" |
| 4373 | version = "0.7.4" |
| 4374 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4375 | checksum = "f450ad9c3b1da563fb6948a8e0fb0fb9269711c9c73d9ea1de5058c79c8d643a" |
| 4376 | dependencies = [ |
| 4377 | "bitflags 2.12.1", |
| 4378 | ] |
| 4379 | |
| 4380 | [[package]] |
| 4381 | name = "redox_users" |
| 4382 | version = "0.5.2" |
| 4383 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4384 | checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac" |
| 4385 | dependencies = [ |
| 4386 | "getrandom 0.2.16", |
| 4387 | "libredox", |
| 4388 | "thiserror 2.0.18", |
| 4389 | ] |
| 4390 | |
| 4391 | [[package]] |
| 4392 | name = "ref-cast" |
| 4393 | version = "1.0.25" |
| 4394 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4395 | checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d" |
| 4396 | dependencies = [ |
| 4397 | "ref-cast-impl", |
| 4398 | ] |
| 4399 | |
| 4400 | [[package]] |
| 4401 | name = "ref-cast-impl" |
| 4402 | version = "1.0.25" |
| 4403 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4404 | checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da" |
| 4405 | dependencies = [ |
| 4406 | "proc-macro2", |
| 4407 | "quote", |
| 4408 | "syn 2.0.117", |
| 4409 | ] |
| 4410 | |
| 4411 | [[package]] |
| 4412 | name = "referencing" |
| 4413 | version = "0.46.10" |
| 4414 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4415 | checksum = "0fbf332a2f81899f6836f22c03da73dae8a664c32e3016b84692c23cddadc95d" |
| 4416 | dependencies = [ |
| 4417 | "ahash", |
| 4418 | "fluent-uri", |
| 4419 | "getrandom 0.3.4", |
| 4420 | "hashbrown 0.16.1", |
| 4421 | "itoa", |
| 4422 | "micromap", |
| 4423 | "parking_lot", |
| 4424 | "percent-encoding", |
| 4425 | "serde_json", |
| 4426 | ] |
| 4427 | |
| 4428 | [[package]] |
| 4429 | name = "referencing" |
| 4430 | version = "0.48.5" |
| 4431 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4432 | checksum = "980e77f5cfffc592c0e7dfb6d20770a0b96a6ab94d403de7454ed9799505e4ba" |
| 4433 | dependencies = [ |
| 4434 | "ahash", |
| 4435 | "fluent-uri", |
| 4436 | "getrandom 0.3.4", |
| 4437 | "hashbrown 0.17.1", |
| 4438 | "itoa", |
| 4439 | "micromap", |
| 4440 | "parking_lot", |
| 4441 | "percent-encoding", |
| 4442 | "serde_json", |
| 4443 | ] |
| 4444 | |
| 4445 | [[package]] |
| 4446 | name = "regex" |
| 4447 | version = "1.13.0" |
| 4448 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4449 | checksum = "2a0e75113e14dc5acb068cd0786884f214f1312650a3d36d269f5c4f3cdee8a2" |
| 4450 | dependencies = [ |
| 4451 | "aho-corasick", |
| 4452 | "memchr", |
| 4453 | "regex-automata", |
| 4454 | "regex-syntax", |
| 4455 | ] |
| 4456 | |
| 4457 | [[package]] |
| 4458 | name = "regex-automata" |
| 4459 | version = "0.4.14" |
| 4460 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4461 | checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f" |
| 4462 | dependencies = [ |
| 4463 | "aho-corasick", |
| 4464 | "memchr", |
| 4465 | "regex-syntax", |
| 4466 | ] |
| 4467 | |
| 4468 | [[package]] |
| 4469 | name = "regex-syntax" |
| 4470 | version = "0.8.11" |
| 4471 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4472 | checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4" |
| 4473 | |
| 4474 | [[package]] |
| 4475 | name = "relative-path" |
| 4476 | version = "2.0.1" |
| 4477 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4478 | checksum = "bca40a312222d8ba74837cb474edef44b37f561da5f773981007a10bbaa992b0" |
| 4479 | dependencies = [ |
| 4480 | "serde", |
| 4481 | ] |
| 4482 | |
| 4483 | [[package]] |
| 4484 | name = "reqwest" |
| 4485 | version = "0.12.28" |
| 4486 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4487 | checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147" |
| 4488 | dependencies = [ |
| 4489 | "base64 0.22.1", |
| 4490 | "bytes", |
| 4491 | "futures-core", |
| 4492 | "http", |
| 4493 | "http-body", |
| 4494 | "http-body-util", |
| 4495 | "hyper", |
| 4496 | "hyper-rustls", |
| 4497 | "hyper-util", |
| 4498 | "js-sys", |
| 4499 | "log", |
| 4500 | "percent-encoding", |
| 4501 | "pin-project-lite", |
| 4502 | "quinn", |
| 4503 | "rustls", |
| 4504 | "rustls-pki-types", |
| 4505 | "serde", |
| 4506 | "serde_json", |
| 4507 | "serde_urlencoded", |
| 4508 | "sync_wrapper", |
| 4509 | "tokio", |
| 4510 | "tokio-rustls", |
| 4511 | "tower", |
| 4512 | "tower-http 0.6.11", |
| 4513 | "tower-service", |
| 4514 | "url", |
| 4515 | "wasm-bindgen", |
| 4516 | "wasm-bindgen-futures", |
| 4517 | "web-sys", |
| 4518 | "webpki-roots", |
| 4519 | ] |
| 4520 | |
| 4521 | [[package]] |
| 4522 | name = "reqwest" |
| 4523 | version = "0.13.4" |
| 4524 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4525 | checksum = "219c5811de6525e5416c7d5d53bb656d3afdbc6c5af816e0802bcfa42dbdc1c3" |
| 4526 | dependencies = [ |
| 4527 | "base64 0.22.1", |
| 4528 | "bytes", |
| 4529 | "futures-channel", |
| 4530 | "futures-core", |
| 4531 | "futures-util", |
| 4532 | "h2", |
| 4533 | "http", |
| 4534 | "http-body", |
| 4535 | "http-body-util", |
| 4536 | "hyper", |
| 4537 | "hyper-rustls", |
| 4538 | "hyper-util", |
| 4539 | "js-sys", |
| 4540 | "log", |
| 4541 | "percent-encoding", |
| 4542 | "pin-project-lite", |
| 4543 | "rustls", |
| 4544 | "rustls-pki-types", |
| 4545 | "rustls-platform-verifier", |
| 4546 | "serde", |
| 4547 | "serde_json", |
| 4548 | "serde_urlencoded", |
| 4549 | "sync_wrapper", |
| 4550 | "tokio", |
| 4551 | "tokio-rustls", |
| 4552 | "tokio-util", |
| 4553 | "tower", |
| 4554 | "tower-http 0.6.11", |
| 4555 | "tower-service", |
| 4556 | "url", |
| 4557 | "wasm-bindgen", |
| 4558 | "wasm-bindgen-futures", |
| 4559 | "wasm-streams", |
| 4560 | "web-sys", |
| 4561 | ] |
| 4562 | |
| 4563 | [[package]] |
| 4564 | name = "ring" |
| 4565 | version = "0.17.14" |
| 4566 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4567 | checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" |
| 4568 | dependencies = [ |
| 4569 | "cc", |
| 4570 | "cfg-if 1.0.4", |
| 4571 | "getrandom 0.2.16", |
| 4572 | "libc", |
| 4573 | "untrusted", |
| 4574 | "windows-sys 0.52.0", |
| 4575 | ] |
| 4576 | |
| 4577 | [[package]] |
| 4578 | name = "rio-grapheme-width" |
| 4579 | version = "0.5.1" |
| 4580 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4581 | checksum = "50dba44bbb5eb9f53186c804ab1a46a97ed9f0475d434767ef8c9b3ea8d24ec2" |
| 4582 | dependencies = [ |
| 4583 | "phf 0.13.1", |
| 4584 | "ucd-trie", |
| 4585 | ] |
| 4586 | |
| 4587 | [[package]] |
| 4588 | name = "rio-graphics" |
| 4589 | version = "0.5.1" |
| 4590 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4591 | checksum = "757d408f94ad2d8cd465a005908c86c62dbab55a1b8ba21444db7c46a3b37af4" |
| 4592 | dependencies = [ |
| 4593 | "rustc-hash", |
| 4594 | "tracing", |
| 4595 | ] |
| 4596 | |
| 4597 | [[package]] |
| 4598 | name = "rio-vt" |
| 4599 | version = "0.5.1" |
| 4600 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4601 | checksum = "62b52c06372ac0150f6e6bcdc57113256b5e8e8cef223ca1bf6c2c3a10c50449" |
| 4602 | dependencies = [ |
| 4603 | "base64 0.22.1", |
| 4604 | "bitflags 2.12.1", |
| 4605 | "bytemuck", |
| 4606 | "corcovado", |
| 4607 | "cursor-icon", |
| 4608 | "flate2", |
| 4609 | "lazy_static", |
| 4610 | "libc", |
| 4611 | "memchr", |
| 4612 | "parking_lot", |
| 4613 | "regex", |
| 4614 | "regex-automata", |
| 4615 | "rio-grapheme-width", |
| 4616 | "rio-graphics", |
| 4617 | "rustc-hash", |
| 4618 | "serde", |
| 4619 | "simdutf", |
| 4620 | "smallvec", |
| 4621 | "teletypewriter", |
| 4622 | "tracing", |
| 4623 | "unicode-width-16", |
| 4624 | "url", |
| 4625 | "windows-sys 0.60.2", |
| 4626 | ] |
| 4627 | |
| 4628 | [[package]] |
| 4629 | name = "rmcp" |
| 4630 | version = "2.2.0" |
| 4631 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4632 | checksum = "14db48ee17a9ba61810ab1a9c1beb7d06d8136ae39ac25a1137f10d357af01af" |
| 4633 | dependencies = [ |
| 4634 | "async-trait", |
| 4635 | "chrono", |
| 4636 | "futures", |
| 4637 | "oauth2", |
| 4638 | "pin-project-lite", |
| 4639 | "reqwest 0.13.4", |
| 4640 | "serde", |
| 4641 | "serde_json", |
| 4642 | "thiserror 2.0.18", |
| 4643 | "tokio", |
| 4644 | "tokio-stream", |
| 4645 | "tokio-util", |
| 4646 | "tracing", |
| 4647 | "url", |
| 4648 | ] |
| 4649 | |
| 4650 | [[package]] |
| 4651 | name = "rquickjs" |
| 4652 | version = "0.12.1" |
| 4653 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4654 | checksum = "7ce6b626d30ecbedaaf8097a04982bc3b081f958f5bdf9b8796be4ac00ee48bb" |
| 4655 | dependencies = [ |
| 4656 | "rquickjs-core", |
| 4657 | "rquickjs-macro", |
| 4658 | ] |
| 4659 | |
| 4660 | [[package]] |
| 4661 | name = "rquickjs-core" |
| 4662 | version = "0.12.1" |
| 4663 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4664 | checksum = "d9334dd11023d5ae6c751f64496510a576208802ed1d022ef94afa7639c2c55e" |
| 4665 | dependencies = [ |
| 4666 | "async-lock", |
| 4667 | "hashbrown 0.17.1", |
| 4668 | "relative-path", |
| 4669 | "rquickjs-sys", |
| 4670 | ] |
| 4671 | |
| 4672 | [[package]] |
| 4673 | name = "rquickjs-macro" |
| 4674 | version = "0.12.1" |
| 4675 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4676 | checksum = "7204086521740ca03f33036579801871aa5b714a0e7f68b4c2e98d68b0380bfb" |
| 4677 | dependencies = [ |
| 4678 | "convert_case 0.11.0", |
| 4679 | "fnv", |
| 4680 | "ident_case", |
| 4681 | "indexmap", |
| 4682 | "proc-macro-crate", |
| 4683 | "proc-macro2", |
| 4684 | "quote", |
| 4685 | "rquickjs-core", |
| 4686 | "syn 2.0.117", |
| 4687 | ] |
| 4688 | |
| 4689 | [[package]] |
| 4690 | name = "rquickjs-sys" |
| 4691 | version = "0.12.1" |
| 4692 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4693 | checksum = "eef73520804cf5aa4876097ac5733058d628c769eba9678e0f4dba5a4ef79703" |
| 4694 | dependencies = [ |
| 4695 | "bindgen", |
| 4696 | "cc", |
| 4697 | ] |
| 4698 | |
| 4699 | [[package]] |
| 4700 | name = "rsqlite-vfs" |
| 4701 | version = "0.1.1" |
| 4702 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4703 | checksum = "c51c9ae4df8a7fba42103df5c621fa3c37eccf3a3c650879e90fc48b11cc192c" |
| 4704 | dependencies = [ |
| 4705 | "hashbrown 0.16.1", |
| 4706 | "thiserror 2.0.18", |
| 4707 | ] |
| 4708 | |
| 4709 | [[package]] |
| 4710 | name = "rusqlite" |
| 4711 | version = "0.39.0" |
| 4712 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4713 | checksum = "a0d2b0146dd9661bf67bb107c0bb2a55064d556eeb3fc314151b957f313bcd4e" |
| 4714 | dependencies = [ |
| 4715 | "bitflags 2.12.1", |
| 4716 | "fallible-iterator", |
| 4717 | "fallible-streaming-iterator", |
| 4718 | "hashlink", |
| 4719 | "libsqlite3-sys", |
| 4720 | "smallvec", |
| 4721 | "sqlite-wasm-rs", |
| 4722 | ] |
| 4723 | |
| 4724 | [[package]] |
| 4725 | name = "rust-i18n" |
| 4726 | version = "4.2.1" |
| 4727 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4728 | checksum = "f10cee36dd3b1f7929ea12b759de9eea9eff83bfccbc71f387ef4d41a57c64a4" |
| 4729 | dependencies = [ |
| 4730 | "globwalk 0.8.1", |
| 4731 | "regex", |
| 4732 | "rust-i18n-macro", |
| 4733 | "rust-i18n-support", |
| 4734 | "smallvec", |
| 4735 | ] |
| 4736 | |
| 4737 | [[package]] |
| 4738 | name = "rust-i18n-macro" |
| 4739 | version = "4.2.1" |
| 4740 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4741 | checksum = "f0bb1ed4e04fe26c2a2652cad1c6595efaf7196f4445c0d6e13c67154347fb7e" |
| 4742 | dependencies = [ |
| 4743 | "glob", |
| 4744 | "proc-macro2", |
| 4745 | "quote", |
| 4746 | "rust-i18n-support", |
| 4747 | "serde", |
| 4748 | "serde_json", |
| 4749 | "syn 2.0.117", |
| 4750 | ] |
| 4751 | |
| 4752 | [[package]] |
| 4753 | name = "rust-i18n-support" |
| 4754 | version = "4.2.1" |
| 4755 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4756 | checksum = "ba1c083408a2733180ae0acf2897612f8ceec7b0c0dcd065a0a87103bfb3b1d9" |
| 4757 | dependencies = [ |
| 4758 | "arc-swap", |
| 4759 | "base62", |
| 4760 | "globwalk 0.8.1", |
| 4761 | "itertools 0.11.0", |
| 4762 | "normpath", |
| 4763 | "serde", |
| 4764 | "serde-saphyr", |
| 4765 | "serde_json", |
| 4766 | "siphasher 1.0.1", |
| 4767 | "toml 0.8.23", |
| 4768 | "triomphe", |
| 4769 | ] |
| 4770 | |
| 4771 | [[package]] |
| 4772 | name = "rustc-hash" |
| 4773 | version = "2.1.2" |
| 4774 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4775 | checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe" |
| 4776 | |
| 4777 | [[package]] |
| 4778 | name = "rustc_version" |
| 4779 | version = "0.4.1" |
| 4780 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4781 | checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" |
| 4782 | dependencies = [ |
| 4783 | "semver", |
| 4784 | ] |
| 4785 | |
| 4786 | [[package]] |
| 4787 | name = "rustix" |
| 4788 | version = "1.1.4" |
| 4789 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4790 | checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190" |
| 4791 | dependencies = [ |
| 4792 | "bitflags 2.12.1", |
| 4793 | "errno", |
| 4794 | "libc", |
| 4795 | "linux-raw-sys", |
| 4796 | "windows-sys 0.52.0", |
| 4797 | ] |
| 4798 | |
| 4799 | [[package]] |
| 4800 | name = "rustls" |
| 4801 | version = "0.23.41" |
| 4802 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4803 | checksum = "6b92b125634d9b795e7beca796cc790df15a7fb38323bf3196fda83292d06b1f" |
| 4804 | dependencies = [ |
| 4805 | "once_cell", |
| 4806 | "ring", |
| 4807 | "rustls-pki-types", |
| 4808 | "rustls-webpki", |
| 4809 | "subtle", |
| 4810 | "zeroize", |
| 4811 | ] |
| 4812 | |
| 4813 | [[package]] |
| 4814 | name = "rustls-native-certs" |
| 4815 | version = "0.8.3" |
| 4816 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4817 | checksum = "612460d5f7bea540c490b2b6395d8e34a953e52b491accd6c86c8164c5932a63" |
| 4818 | dependencies = [ |
| 4819 | "openssl-probe", |
| 4820 | "rustls-pki-types", |
| 4821 | "schannel", |
| 4822 | "security-framework 3.5.1", |
| 4823 | ] |
| 4824 | |
| 4825 | [[package]] |
| 4826 | name = "rustls-pki-types" |
| 4827 | version = "1.13.2" |
| 4828 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4829 | checksum = "21e6f2ab2928ca4291b86736a8bd920a277a399bba1589409d72154ff87c1282" |
| 4830 | dependencies = [ |
| 4831 | "web-time", |
| 4832 | "zeroize", |
| 4833 | ] |
| 4834 | |
| 4835 | [[package]] |
| 4836 | name = "rustls-platform-verifier" |
| 4837 | version = "0.6.2" |
| 4838 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4839 | checksum = "1d99feebc72bae7ab76ba994bb5e121b8d83d910ca40b36e0921f53becc41784" |
| 4840 | dependencies = [ |
| 4841 | "core-foundation 0.10.1", |
| 4842 | "core-foundation-sys", |
| 4843 | "jni 0.21.1", |
| 4844 | "log", |
| 4845 | "once_cell", |
| 4846 | "rustls", |
| 4847 | "rustls-native-certs", |
| 4848 | "rustls-platform-verifier-android", |
| 4849 | "rustls-webpki", |
| 4850 | "security-framework 3.5.1", |
| 4851 | "security-framework-sys", |
| 4852 | "webpki-root-certs", |
| 4853 | "windows-sys 0.52.0", |
| 4854 | ] |
| 4855 | |
| 4856 | [[package]] |
| 4857 | name = "rustls-platform-verifier-android" |
| 4858 | version = "0.1.1" |
| 4859 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4860 | checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f" |
| 4861 | |
| 4862 | [[package]] |
| 4863 | name = "rustls-webpki" |
| 4864 | version = "0.103.13" |
| 4865 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4866 | checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e" |
| 4867 | dependencies = [ |
| 4868 | "ring", |
| 4869 | "rustls-pki-types", |
| 4870 | "untrusted", |
| 4871 | ] |
| 4872 | |
| 4873 | [[package]] |
| 4874 | name = "rustversion" |
| 4875 | version = "1.0.22" |
| 4876 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4877 | checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" |
| 4878 | |
| 4879 | [[package]] |
| 4880 | name = "ryu" |
| 4881 | version = "1.0.22" |
| 4882 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4883 | checksum = "a50f4cf475b65d88e057964e0e9bb1f0aa9bbb2036dc65c64596b42932536984" |
| 4884 | |
| 4885 | [[package]] |
| 4886 | name = "same-file" |
| 4887 | version = "1.0.6" |
| 4888 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4889 | checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" |
| 4890 | dependencies = [ |
| 4891 | "winapi-util", |
| 4892 | ] |
| 4893 | |
| 4894 | [[package]] |
| 4895 | name = "schannel" |
| 4896 | version = "0.1.28" |
| 4897 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4898 | checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1" |
| 4899 | dependencies = [ |
| 4900 | "windows-sys 0.61.2", |
| 4901 | ] |
| 4902 | |
| 4903 | [[package]] |
| 4904 | name = "schemars" |
| 4905 | version = "1.2.1" |
| 4906 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4907 | checksum = "a2b42f36aa1cd011945615b92222f6bf73c599a102a300334cd7f8dbeec726cc" |
| 4908 | dependencies = [ |
| 4909 | "dyn-clone", |
| 4910 | "ref-cast", |
| 4911 | "schemars_derive", |
| 4912 | "serde", |
| 4913 | "serde_json", |
| 4914 | ] |
| 4915 | |
| 4916 | [[package]] |
| 4917 | name = "schemars_derive" |
| 4918 | version = "1.2.1" |
| 4919 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4920 | checksum = "7d115b50f4aaeea07e79c1912f645c7513d81715d0420f8bc77a18c6260b307f" |
| 4921 | dependencies = [ |
| 4922 | "proc-macro2", |
| 4923 | "quote", |
| 4924 | "serde_derive_internals", |
| 4925 | "syn 2.0.117", |
| 4926 | ] |
| 4927 | |
| 4928 | [[package]] |
| 4929 | name = "schemaui" |
| 4930 | version = "0.12.0" |
| 4931 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4932 | checksum = "3337ab3373698fc2f2460beb48476e5be13a220e14ed542cf910cc2e10f36177" |
| 4933 | dependencies = [ |
| 4934 | "anyhow", |
| 4935 | "axum", |
| 4936 | "crossterm", |
| 4937 | "include_dir", |
| 4938 | "indexmap", |
| 4939 | "jsonschema 0.46.10", |
| 4940 | "percent-encoding", |
| 4941 | "ratatui", |
| 4942 | "regex", |
| 4943 | "serde", |
| 4944 | "serde_json", |
| 4945 | "sha2 0.11.0", |
| 4946 | "tokio", |
| 4947 | "toml 1.1.2+spec-1.1.0", |
| 4948 | "unicode-width", |
| 4949 | ] |
| 4950 | |
| 4951 | [[package]] |
| 4952 | name = "scopeguard" |
| 4953 | version = "1.2.0" |
| 4954 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4955 | checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" |
| 4956 | |
| 4957 | [[package]] |
| 4958 | name = "sealed" |
| 4959 | version = "0.6.0" |
| 4960 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4961 | checksum = "22f968c5ea23d555e670b449c1c5e7b2fc399fdaec1d304a17cd48e288abc107" |
| 4962 | dependencies = [ |
| 4963 | "proc-macro2", |
| 4964 | "quote", |
| 4965 | "syn 2.0.117", |
| 4966 | ] |
| 4967 | |
| 4968 | [[package]] |
| 4969 | name = "secret-service" |
| 4970 | version = "4.0.0" |
| 4971 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4972 | checksum = "e4d35ad99a181be0a60ffcbe85d680d98f87bdc4d7644ade319b87076b9dbfd4" |
| 4973 | dependencies = [ |
| 4974 | "aes", |
| 4975 | "cbc", |
| 4976 | "futures-util", |
| 4977 | "generic-array", |
| 4978 | "hkdf", |
| 4979 | "num", |
| 4980 | "once_cell", |
| 4981 | "rand 0.8.6", |
| 4982 | "serde", |
| 4983 | "sha2 0.10.9", |
| 4984 | "zbus", |
| 4985 | ] |
| 4986 | |
| 4987 | [[package]] |
| 4988 | name = "security-framework" |
| 4989 | version = "2.11.1" |
| 4990 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4991 | checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" |
| 4992 | dependencies = [ |
| 4993 | "bitflags 2.12.1", |
| 4994 | "core-foundation 0.9.4", |
| 4995 | "core-foundation-sys", |
| 4996 | "libc", |
| 4997 | "security-framework-sys", |
| 4998 | ] |
| 4999 | |
| 5000 | [[package]] |
| 5001 | name = "security-framework" |
| 5002 | version = "3.5.1" |
| 5003 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5004 | checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef" |
| 5005 | dependencies = [ |
| 5006 | "bitflags 2.12.1", |
| 5007 | "core-foundation 0.10.1", |
| 5008 | "core-foundation-sys", |
| 5009 | "libc", |
| 5010 | "security-framework-sys", |
| 5011 | ] |
| 5012 | |
| 5013 | [[package]] |
| 5014 | name = "security-framework-sys" |
| 5015 | version = "2.15.0" |
| 5016 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5017 | checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0" |
| 5018 | dependencies = [ |
| 5019 | "core-foundation-sys", |
| 5020 | "libc", |
| 5021 | ] |
| 5022 | |
| 5023 | [[package]] |
| 5024 | name = "semver" |
| 5025 | version = "1.0.28" |
| 5026 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5027 | checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd" |
| 5028 | |
| 5029 | [[package]] |
| 5030 | name = "serde" |
| 5031 | version = "1.0.228" |
| 5032 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5033 | checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" |
| 5034 | dependencies = [ |
| 5035 | "serde_core", |
| 5036 | "serde_derive", |
| 5037 | ] |
| 5038 | |
| 5039 | [[package]] |
| 5040 | name = "serde-saphyr" |
| 5041 | version = "0.0.29" |
| 5042 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5043 | checksum = "7bd22781911de0ca6debda95f073c8f18bec65d1a94f1fa9573f3102e514cea4" |
| 5044 | dependencies = [ |
| 5045 | "ahash", |
| 5046 | "annotate-snippets", |
| 5047 | "base64 0.22.1", |
| 5048 | "encoding_rs_io", |
| 5049 | "getrandom 0.3.4", |
| 5050 | "granit-parser", |
| 5051 | "nohash-hasher", |
| 5052 | "num-traits", |
| 5053 | "serde_core", |
| 5054 | "smallvec", |
| 5055 | "zmij", |
| 5056 | ] |
| 5057 | |
| 5058 | [[package]] |
| 5059 | name = "serde_core" |
| 5060 | version = "1.0.228" |
| 5061 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5062 | checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" |
| 5063 | dependencies = [ |
| 5064 | "serde_derive", |
| 5065 | ] |
| 5066 | |
| 5067 | [[package]] |
| 5068 | name = "serde_derive" |
| 5069 | version = "1.0.228" |
| 5070 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5071 | checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" |
| 5072 | dependencies = [ |
| 5073 | "proc-macro2", |
| 5074 | "quote", |
| 5075 | "syn 2.0.117", |
| 5076 | ] |
| 5077 | |
| 5078 | [[package]] |
| 5079 | name = "serde_derive_internals" |
| 5080 | version = "0.29.1" |
| 5081 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5082 | checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711" |
| 5083 | dependencies = [ |
| 5084 | "proc-macro2", |
| 5085 | "quote", |
| 5086 | "syn 2.0.117", |
| 5087 | ] |
| 5088 | |
| 5089 | [[package]] |
| 5090 | name = "serde_json" |
| 5091 | version = "1.0.149" |
| 5092 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5093 | checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" |
| 5094 | dependencies = [ |
| 5095 | "indexmap", |
| 5096 | "itoa", |
| 5097 | "memchr", |
| 5098 | "serde", |
| 5099 | "serde_core", |
| 5100 | "zmij", |
| 5101 | ] |
| 5102 | |
| 5103 | [[package]] |
| 5104 | name = "serde_path_to_error" |
| 5105 | version = "0.1.20" |
| 5106 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5107 | checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457" |
| 5108 | dependencies = [ |
| 5109 | "itoa", |
| 5110 | "serde", |
| 5111 | "serde_core", |
| 5112 | ] |
| 5113 | |
| 5114 | [[package]] |
| 5115 | name = "serde_repr" |
| 5116 | version = "0.1.20" |
| 5117 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5118 | checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c" |
| 5119 | dependencies = [ |
| 5120 | "proc-macro2", |
| 5121 | "quote", |
| 5122 | "syn 2.0.117", |
| 5123 | ] |
| 5124 | |
| 5125 | [[package]] |
| 5126 | name = "serde_spanned" |
| 5127 | version = "0.6.9" |
| 5128 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5129 | checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3" |
| 5130 | dependencies = [ |
| 5131 | "serde", |
| 5132 | ] |
| 5133 | |
| 5134 | [[package]] |
| 5135 | name = "serde_spanned" |
| 5136 | version = "1.1.1" |
| 5137 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5138 | checksum = "6662b5879511e06e8999a8a235d848113e942c9124f211511b16466ee2995f26" |
| 5139 | dependencies = [ |
| 5140 | "serde_core", |
| 5141 | ] |
| 5142 | |
| 5143 | [[package]] |
| 5144 | name = "serde_urlencoded" |
| 5145 | version = "0.7.1" |
| 5146 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5147 | checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" |
| 5148 | dependencies = [ |
| 5149 | "form_urlencoded", |
| 5150 | "itoa", |
| 5151 | "ryu", |
| 5152 | "serde", |
| 5153 | ] |
| 5154 | |
| 5155 | [[package]] |
| 5156 | name = "serial2" |
| 5157 | version = "0.2.37" |
| 5158 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5159 | checksum = "9eb6ea5562eeaed6936b8b54e086aa0f88b9e5b1bef45beb038e2519fa1185b1" |
| 5160 | dependencies = [ |
| 5161 | "cfg-if 1.0.4", |
| 5162 | "libc", |
| 5163 | "windows-sys 0.61.2", |
| 5164 | ] |
| 5165 | |
| 5166 | [[package]] |
| 5167 | name = "sha1" |
| 5168 | version = "0.10.6" |
| 5169 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5170 | checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" |
| 5171 | dependencies = [ |
| 5172 | "cfg-if 1.0.4", |
| 5173 | "cpufeatures 0.2.17", |
| 5174 | "digest 0.10.7", |
| 5175 | ] |
| 5176 | |
| 5177 | [[package]] |
| 5178 | name = "sha2" |
| 5179 | version = "0.10.9" |
| 5180 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5181 | checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" |
| 5182 | dependencies = [ |
| 5183 | "cfg-if 1.0.4", |
| 5184 | "cpufeatures 0.2.17", |
| 5185 | "digest 0.10.7", |
| 5186 | ] |
| 5187 | |
| 5188 | [[package]] |
| 5189 | name = "sha2" |
| 5190 | version = "0.11.0" |
| 5191 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5192 | checksum = "446ba717509524cb3f22f17ecc096f10f4822d76ab5c0b9822c5f9c284e825f4" |
| 5193 | dependencies = [ |
| 5194 | "cfg-if 1.0.4", |
| 5195 | "cpufeatures 0.3.0", |
| 5196 | "digest 0.11.2", |
| 5197 | ] |
| 5198 | |
| 5199 | [[package]] |
| 5200 | name = "sharded-slab" |
| 5201 | version = "0.1.7" |
| 5202 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5203 | checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" |
| 5204 | dependencies = [ |
| 5205 | "lazy_static", |
| 5206 | ] |
| 5207 | |
| 5208 | [[package]] |
| 5209 | name = "shared_library" |
| 5210 | version = "0.1.9" |
| 5211 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5212 | checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11" |
| 5213 | dependencies = [ |
| 5214 | "lazy_static", |
| 5215 | "libc", |
| 5216 | ] |
| 5217 | |
| 5218 | [[package]] |
| 5219 | name = "shell-words" |
| 5220 | version = "1.1.1" |
| 5221 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5222 | checksum = "dc6fe69c597f9c37bfeeeeeb33da3530379845f10be461a66d16d03eca2ded77" |
| 5223 | |
| 5224 | [[package]] |
| 5225 | name = "shellexpand" |
| 5226 | version = "3.1.2" |
| 5227 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5228 | checksum = "32824fab5e16e6c4d86dc1ba84489390419a39f97699852b66480bb87d297ed8" |
| 5229 | dependencies = [ |
| 5230 | "dirs", |
| 5231 | ] |
| 5232 | |
| 5233 | [[package]] |
| 5234 | name = "shlex" |
| 5235 | version = "1.3.0" |
| 5236 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5237 | checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" |
| 5238 | |
| 5239 | [[package]] |
| 5240 | name = "shlex" |
| 5241 | version = "2.0.1" |
| 5242 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5243 | checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba" |
| 5244 | |
| 5245 | [[package]] |
| 5246 | name = "signal-hook" |
| 5247 | version = "0.3.18" |
| 5248 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5249 | checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2" |
| 5250 | dependencies = [ |
| 5251 | "libc", |
| 5252 | "signal-hook-registry", |
| 5253 | ] |
| 5254 | |
| 5255 | [[package]] |
| 5256 | name = "signal-hook" |
| 5257 | version = "0.4.4" |
| 5258 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5259 | checksum = "b2a0c28ca5908dbdbcd52e6fdaa00358ab88637f8ab33e1f188dd510eb44b53d" |
| 5260 | dependencies = [ |
| 5261 | "libc", |
| 5262 | "signal-hook-registry", |
| 5263 | ] |
| 5264 | |
| 5265 | [[package]] |
| 5266 | name = "signal-hook-mio" |
| 5267 | version = "0.2.5" |
| 5268 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5269 | checksum = "b75a19a7a740b25bc7944bdee6172368f988763b744e3d4dfe753f6b4ece40cc" |
| 5270 | dependencies = [ |
| 5271 | "libc", |
| 5272 | "mio", |
| 5273 | "signal-hook 0.3.18", |
| 5274 | ] |
| 5275 | |
| 5276 | [[package]] |
| 5277 | name = "signal-hook-registry" |
| 5278 | version = "1.4.8" |
| 5279 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5280 | checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b" |
| 5281 | dependencies = [ |
| 5282 | "errno", |
| 5283 | "libc", |
| 5284 | ] |
| 5285 | |
| 5286 | [[package]] |
| 5287 | name = "simd-adler32" |
| 5288 | version = "0.3.8" |
| 5289 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5290 | checksum = "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2" |
| 5291 | |
| 5292 | [[package]] |
| 5293 | name = "simd_cesu8" |
| 5294 | version = "1.1.1" |
| 5295 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5296 | checksum = "94f90157bb87cddf702797c5dadfa0be7d266cdf49e22da2fcaa32eff75b2c33" |
| 5297 | dependencies = [ |
| 5298 | "rustc_version", |
| 5299 | "simdutf8", |
| 5300 | ] |
| 5301 | |
| 5302 | [[package]] |
| 5303 | name = "simdutf" |
| 5304 | version = "0.7.0" |
| 5305 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5306 | checksum = "5f542752c7335a9174e7bb81112c3ca1415a7a6b6ec2c3e840aca347a30f9141" |
| 5307 | dependencies = [ |
| 5308 | "bitflags 2.12.1", |
| 5309 | "cc", |
| 5310 | ] |
| 5311 | |
| 5312 | [[package]] |
| 5313 | name = "simdutf8" |
| 5314 | version = "0.1.5" |
| 5315 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5316 | checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e" |
| 5317 | |
| 5318 | [[package]] |
| 5319 | name = "similar" |
| 5320 | version = "3.1.1" |
| 5321 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5322 | checksum = "e6505efef05804732ed8a3f2d4f279429eb485bd69d5b0cc6b19cc02005cda16" |
| 5323 | dependencies = [ |
| 5324 | "bstr", |
| 5325 | ] |
| 5326 | |
| 5327 | [[package]] |
| 5328 | name = "siphasher" |
| 5329 | version = "0.3.11" |
| 5330 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5331 | checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" |
| 5332 | |
| 5333 | [[package]] |
| 5334 | name = "siphasher" |
| 5335 | version = "1.0.1" |
| 5336 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5337 | checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d" |
| 5338 | |
| 5339 | [[package]] |
| 5340 | name = "slab" |
| 5341 | version = "0.4.12" |
| 5342 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5343 | checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" |
| 5344 | |
| 5345 | [[package]] |
| 5346 | name = "smallvec" |
| 5347 | version = "1.15.1" |
| 5348 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5349 | checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" |
| 5350 | |
| 5351 | [[package]] |
| 5352 | name = "smart-default" |
| 5353 | version = "0.7.1" |
| 5354 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5355 | checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1" |
| 5356 | dependencies = [ |
| 5357 | "proc-macro2", |
| 5358 | "quote", |
| 5359 | "syn 2.0.117", |
| 5360 | ] |
| 5361 | |
| 5362 | [[package]] |
| 5363 | name = "smawk" |
| 5364 | version = "0.3.2" |
| 5365 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5366 | checksum = "b7c388c1b5e93756d0c740965c41e8822f866621d41acbdf6336a6a168f8840c" |
| 5367 | |
| 5368 | [[package]] |
| 5369 | name = "socket2" |
| 5370 | version = "0.6.5" |
| 5371 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5372 | checksum = "c3d1e2c7f27f8d4cb10542a02c49005dbd6e93095799d6f3be745fae9f8fedd4" |
| 5373 | dependencies = [ |
| 5374 | "libc", |
| 5375 | "windows-sys 0.60.2", |
| 5376 | ] |
| 5377 | |
| 5378 | [[package]] |
| 5379 | name = "sqlite-wasm-rs" |
| 5380 | version = "0.5.5" |
| 5381 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5382 | checksum = "dc3efc0da82635d7e1ced0053bbbfa8c7ab9645d0bf36ceb4f7127bb85315d75" |
| 5383 | dependencies = [ |
| 5384 | "cc", |
| 5385 | "js-sys", |
| 5386 | "rsqlite-vfs", |
| 5387 | "wasm-bindgen", |
| 5388 | ] |
| 5389 | |
| 5390 | [[package]] |
| 5391 | name = "stable_deref_trait" |
| 5392 | version = "1.2.1" |
| 5393 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5394 | checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" |
| 5395 | |
| 5396 | [[package]] |
| 5397 | name = "static_assertions" |
| 5398 | version = "1.1.0" |
| 5399 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5400 | checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" |
| 5401 | |
| 5402 | [[package]] |
| 5403 | name = "string_cache" |
| 5404 | version = "0.8.9" |
| 5405 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5406 | checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f" |
| 5407 | dependencies = [ |
| 5408 | "new_debug_unreachable", |
| 5409 | "parking_lot", |
| 5410 | "phf_shared 0.11.3", |
| 5411 | "precomputed-hash", |
| 5412 | "serde", |
| 5413 | ] |
| 5414 | |
| 5415 | [[package]] |
| 5416 | name = "string_cache" |
| 5417 | version = "0.9.0" |
| 5418 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5419 | checksum = "a18596f8c785a729f2819c0f6a7eae6ebeebdfffbfe4214ae6b087f690e31901" |
| 5420 | dependencies = [ |
| 5421 | "new_debug_unreachable", |
| 5422 | "parking_lot", |
| 5423 | "phf_shared 0.13.1", |
| 5424 | "precomputed-hash", |
| 5425 | "serde", |
| 5426 | ] |
| 5427 | |
| 5428 | [[package]] |
| 5429 | name = "string_cache_codegen" |
| 5430 | version = "0.5.4" |
| 5431 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5432 | checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0" |
| 5433 | dependencies = [ |
| 5434 | "phf_generator 0.11.3", |
| 5435 | "phf_shared 0.11.3", |
| 5436 | "proc-macro2", |
| 5437 | "quote", |
| 5438 | ] |
| 5439 | |
| 5440 | [[package]] |
| 5441 | name = "string_cache_codegen" |
| 5442 | version = "0.6.1" |
| 5443 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5444 | checksum = "585635e46db231059f76c5849798146164652513eb9e8ab2685939dd90f29b69" |
| 5445 | dependencies = [ |
| 5446 | "phf_generator 0.13.1", |
| 5447 | "phf_shared 0.13.1", |
| 5448 | "proc-macro2", |
| 5449 | "quote", |
| 5450 | ] |
| 5451 | |
| 5452 | [[package]] |
| 5453 | name = "strsim" |
| 5454 | version = "0.11.1" |
| 5455 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5456 | checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" |
| 5457 | |
| 5458 | [[package]] |
| 5459 | name = "strum" |
| 5460 | version = "0.27.2" |
| 5461 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5462 | checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf" |
| 5463 | dependencies = [ |
| 5464 | "strum_macros 0.27.2", |
| 5465 | ] |
| 5466 | |
| 5467 | [[package]] |
| 5468 | name = "strum" |
| 5469 | version = "0.28.0" |
| 5470 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5471 | checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd" |
| 5472 | dependencies = [ |
| 5473 | "strum_macros 0.28.0", |
| 5474 | ] |
| 5475 | |
| 5476 | [[package]] |
| 5477 | name = "strum_macros" |
| 5478 | version = "0.27.2" |
| 5479 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5480 | checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7" |
| 5481 | dependencies = [ |
| 5482 | "heck", |
| 5483 | "proc-macro2", |
| 5484 | "quote", |
| 5485 | "syn 2.0.117", |
| 5486 | ] |
| 5487 | |
| 5488 | [[package]] |
| 5489 | name = "strum_macros" |
| 5490 | version = "0.28.0" |
| 5491 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5492 | checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664" |
| 5493 | dependencies = [ |
| 5494 | "heck", |
| 5495 | "proc-macro2", |
| 5496 | "quote", |
| 5497 | "syn 2.0.117", |
| 5498 | ] |
| 5499 | |
| 5500 | [[package]] |
| 5501 | name = "subtle" |
| 5502 | version = "2.6.1" |
| 5503 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5504 | checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" |
| 5505 | |
| 5506 | [[package]] |
| 5507 | name = "syn" |
| 5508 | version = "1.0.109" |
| 5509 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5510 | checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" |
| 5511 | dependencies = [ |
| 5512 | "proc-macro2", |
| 5513 | "quote", |
| 5514 | "unicode-ident", |
| 5515 | ] |
| 5516 | |
| 5517 | [[package]] |
| 5518 | name = "syn" |
| 5519 | version = "2.0.117" |
| 5520 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5521 | checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99" |
| 5522 | dependencies = [ |
| 5523 | "proc-macro2", |
| 5524 | "quote", |
| 5525 | "unicode-ident", |
| 5526 | ] |
| 5527 | |
| 5528 | [[package]] |
| 5529 | name = "sync_wrapper" |
| 5530 | version = "1.0.2" |
| 5531 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5532 | checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" |
| 5533 | dependencies = [ |
| 5534 | "futures-core", |
| 5535 | ] |
| 5536 | |
| 5537 | [[package]] |
| 5538 | name = "synstructure" |
| 5539 | version = "0.13.2" |
| 5540 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5541 | checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" |
| 5542 | dependencies = [ |
| 5543 | "proc-macro2", |
| 5544 | "quote", |
| 5545 | "syn 2.0.117", |
| 5546 | ] |
| 5547 | |
| 5548 | [[package]] |
| 5549 | name = "syntect" |
| 5550 | version = "5.3.0" |
| 5551 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5552 | checksum = "656b45c05d95a5704399aeef6bd0ddec7b2b3531b7c9e900abbf7c4d2190c925" |
| 5553 | dependencies = [ |
| 5554 | "bincode", |
| 5555 | "fancy-regex 0.16.2", |
| 5556 | "flate2", |
| 5557 | "fnv", |
| 5558 | "once_cell", |
| 5559 | "plist", |
| 5560 | "regex-syntax", |
| 5561 | "serde", |
| 5562 | "serde_derive", |
| 5563 | "serde_json", |
| 5564 | "thiserror 2.0.18", |
| 5565 | "walkdir", |
| 5566 | "yaml-rust", |
| 5567 | ] |
| 5568 | |
| 5569 | [[package]] |
| 5570 | name = "synthez" |
| 5571 | version = "0.4.0" |
| 5572 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5573 | checksum = "6d8a928f38f1bc873f28e0d2ba8298ad65374a6ac2241dabd297271531a736cd" |
| 5574 | dependencies = [ |
| 5575 | "syn 2.0.117", |
| 5576 | "synthez-codegen", |
| 5577 | "synthez-core", |
| 5578 | ] |
| 5579 | |
| 5580 | [[package]] |
| 5581 | name = "synthez-codegen" |
| 5582 | version = "0.4.0" |
| 5583 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5584 | checksum = "8fb83b8df4238e11746984dfb3819b155cd270de0e25847f45abad56b3671047" |
| 5585 | dependencies = [ |
| 5586 | "syn 2.0.117", |
| 5587 | "synthez-core", |
| 5588 | ] |
| 5589 | |
| 5590 | [[package]] |
| 5591 | name = "synthez-core" |
| 5592 | version = "0.4.0" |
| 5593 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5594 | checksum = "906fba967105d822e7c7ed60477b5e76116724d33de68a585681fb253fc30d5c" |
| 5595 | dependencies = [ |
| 5596 | "proc-macro2", |
| 5597 | "quote", |
| 5598 | "sealed", |
| 5599 | "syn 2.0.117", |
| 5600 | ] |
| 5601 | |
| 5602 | [[package]] |
| 5603 | name = "tar" |
| 5604 | version = "0.4.46" |
| 5605 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5606 | checksum = "3f6221d9a6003c78398e3b239969f352578258df48c8eb051caadae0015bc840" |
| 5607 | dependencies = [ |
| 5608 | "filetime", |
| 5609 | "libc", |
| 5610 | "xattr", |
| 5611 | ] |
| 5612 | |
| 5613 | [[package]] |
| 5614 | name = "teletypewriter" |
| 5615 | version = "0.5.1" |
| 5616 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5617 | checksum = "90ae4da081d603b942e2ed62d063e7a5cf083427caf26c7627c17a1b6a0b22b6" |
| 5618 | dependencies = [ |
| 5619 | "corcovado", |
| 5620 | "dirs", |
| 5621 | "iovec", |
| 5622 | "libc", |
| 5623 | "miow 0.6.1", |
| 5624 | "parking_lot", |
| 5625 | "signal-hook 0.4.4", |
| 5626 | "tracing", |
| 5627 | "windows-sys 0.59.0", |
| 5628 | ] |
| 5629 | |
| 5630 | [[package]] |
| 5631 | name = "tempfile" |
| 5632 | version = "3.27.0" |
| 5633 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5634 | checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" |
| 5635 | dependencies = [ |
| 5636 | "fastrand", |
| 5637 | "getrandom 0.4.3", |
| 5638 | "once_cell", |
| 5639 | "rustix", |
| 5640 | "windows-sys 0.52.0", |
| 5641 | ] |
| 5642 | |
| 5643 | [[package]] |
| 5644 | name = "tendril" |
| 5645 | version = "0.4.3" |
| 5646 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5647 | checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0" |
| 5648 | dependencies = [ |
| 5649 | "futf", |
| 5650 | "mac", |
| 5651 | "utf-8", |
| 5652 | ] |
| 5653 | |
| 5654 | [[package]] |
| 5655 | name = "tendril" |
| 5656 | version = "0.5.1" |
| 5657 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5658 | checksum = "5fed54709c5b3a53d09bb1c113ea4f5ceafd1e772ddcb0030a82e1d56c087b08" |
| 5659 | dependencies = [ |
| 5660 | "new_debug_unreachable", |
| 5661 | ] |
| 5662 | |
| 5663 | [[package]] |
| 5664 | name = "terminal_size" |
| 5665 | version = "0.4.4" |
| 5666 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5667 | checksum = "230a1b821ccbd75b185820a1f1ff7b14d21da1e442e22c0863ea5f08771a8874" |
| 5668 | dependencies = [ |
| 5669 | "rustix", |
| 5670 | "windows-sys 0.59.0", |
| 5671 | ] |
| 5672 | |
| 5673 | [[package]] |
| 5674 | name = "terminfo" |
| 5675 | version = "0.9.0" |
| 5676 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5677 | checksum = "d4ea810f0692f9f51b382fff5893887bb4580f5fa246fde546e0b13e7fcee662" |
| 5678 | dependencies = [ |
| 5679 | "fnv", |
| 5680 | "nom 7.1.3", |
| 5681 | "phf 0.11.3", |
| 5682 | "phf_codegen 0.11.3", |
| 5683 | ] |
| 5684 | |
| 5685 | [[package]] |
| 5686 | name = "termios" |
| 5687 | version = "0.3.3" |
| 5688 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5689 | checksum = "411c5bf740737c7918b8b1fe232dca4dc9f8e754b8ad5e20966814001ed0ac6b" |
| 5690 | dependencies = [ |
| 5691 | "libc", |
| 5692 | ] |
| 5693 | |
| 5694 | [[package]] |
| 5695 | name = "termwiz" |
| 5696 | version = "0.23.3" |
| 5697 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5698 | checksum = "4676b37242ccbd1aabf56edb093a4827dc49086c0ffd764a5705899e0f35f8f7" |
| 5699 | dependencies = [ |
| 5700 | "anyhow", |
| 5701 | "base64 0.22.1", |
| 5702 | "bitflags 2.12.1", |
| 5703 | "fancy-regex 0.11.0", |
| 5704 | "filedescriptor", |
| 5705 | "finl_unicode", |
| 5706 | "fixedbitset", |
| 5707 | "hex", |
| 5708 | "lazy_static", |
| 5709 | "libc", |
| 5710 | "log", |
| 5711 | "memmem", |
| 5712 | "nix 0.29.0", |
| 5713 | "num-derive", |
| 5714 | "num-traits", |
| 5715 | "ordered-float", |
| 5716 | "pest", |
| 5717 | "pest_derive", |
| 5718 | "phf 0.11.3", |
| 5719 | "sha2 0.10.9", |
| 5720 | "signal-hook 0.3.18", |
| 5721 | "siphasher 1.0.1", |
| 5722 | "terminfo", |
| 5723 | "termios", |
| 5724 | "thiserror 1.0.69", |
| 5725 | "ucd-trie", |
| 5726 | "unicode-segmentation", |
| 5727 | "vtparse", |
| 5728 | "wezterm-bidi", |
| 5729 | "wezterm-blob-leases", |
| 5730 | "wezterm-color-types", |
| 5731 | "wezterm-dynamic", |
| 5732 | "wezterm-input-types", |
| 5733 | "winapi", |
| 5734 | ] |
| 5735 | |
| 5736 | [[package]] |
| 5737 | name = "textwrap" |
| 5738 | version = "0.16.2" |
| 5739 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5740 | checksum = "c13547615a44dc9c452a8a534638acdf07120d4b6847c8178705da06306a3057" |
| 5741 | dependencies = [ |
| 5742 | "smawk", |
| 5743 | "unicode-linebreak", |
| 5744 | "unicode-width", |
| 5745 | ] |
| 5746 | |
| 5747 | [[package]] |
| 5748 | name = "thiserror" |
| 5749 | version = "1.0.69" |
| 5750 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5751 | checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" |
| 5752 | dependencies = [ |
| 5753 | "thiserror-impl 1.0.69", |
| 5754 | ] |
| 5755 | |
| 5756 | [[package]] |
| 5757 | name = "thiserror" |
| 5758 | version = "2.0.18" |
| 5759 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5760 | checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" |
| 5761 | dependencies = [ |
| 5762 | "thiserror-impl 2.0.18", |
| 5763 | ] |
| 5764 | |
| 5765 | [[package]] |
| 5766 | name = "thiserror-impl" |
| 5767 | version = "1.0.69" |
| 5768 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5769 | checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" |
| 5770 | dependencies = [ |
| 5771 | "proc-macro2", |
| 5772 | "quote", |
| 5773 | "syn 2.0.117", |
| 5774 | ] |
| 5775 | |
| 5776 | [[package]] |
| 5777 | name = "thiserror-impl" |
| 5778 | version = "2.0.18" |
| 5779 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5780 | checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" |
| 5781 | dependencies = [ |
| 5782 | "proc-macro2", |
| 5783 | "quote", |
| 5784 | "syn 2.0.117", |
| 5785 | ] |
| 5786 | |
| 5787 | [[package]] |
| 5788 | name = "thread_local" |
| 5789 | version = "1.1.9" |
| 5790 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5791 | checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" |
| 5792 | dependencies = [ |
| 5793 | "cfg-if 1.0.4", |
| 5794 | ] |
| 5795 | |
| 5796 | [[package]] |
| 5797 | name = "tiff" |
| 5798 | version = "0.11.3" |
| 5799 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5800 | checksum = "b63feaf3343d35b6ca4d50483f94843803b0f51634937cc2ec519fc32232bc52" |
| 5801 | dependencies = [ |
| 5802 | "fax", |
| 5803 | "flate2", |
| 5804 | "half", |
| 5805 | "quick-error", |
| 5806 | "weezl", |
| 5807 | "zune-jpeg", |
| 5808 | ] |
| 5809 | |
| 5810 | [[package]] |
| 5811 | name = "time" |
| 5812 | version = "0.3.47" |
| 5813 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5814 | checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c" |
| 5815 | dependencies = [ |
| 5816 | "deranged", |
| 5817 | "itoa", |
| 5818 | "libc", |
| 5819 | "num-conv", |
| 5820 | "num_threads", |
| 5821 | "powerfmt", |
| 5822 | "serde_core", |
| 5823 | "time-core", |
| 5824 | "time-macros", |
| 5825 | ] |
| 5826 | |
| 5827 | [[package]] |
| 5828 | name = "time-core" |
| 5829 | version = "0.1.8" |
| 5830 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5831 | checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca" |
| 5832 | |
| 5833 | [[package]] |
| 5834 | name = "time-macros" |
| 5835 | version = "0.2.27" |
| 5836 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5837 | checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215" |
| 5838 | dependencies = [ |
| 5839 | "num-conv", |
| 5840 | "time-core", |
| 5841 | ] |
| 5842 | |
| 5843 | [[package]] |
| 5844 | name = "tiny_http" |
| 5845 | version = "0.12.0" |
| 5846 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5847 | checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82" |
| 5848 | dependencies = [ |
| 5849 | "ascii", |
| 5850 | "chunked_transfer", |
| 5851 | "httpdate", |
| 5852 | "log", |
| 5853 | ] |
| 5854 | |
| 5855 | [[package]] |
| 5856 | name = "tinystr" |
| 5857 | version = "0.8.2" |
| 5858 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5859 | checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869" |
| 5860 | dependencies = [ |
| 5861 | "displaydoc", |
| 5862 | "zerovec", |
| 5863 | ] |
| 5864 | |
| 5865 | [[package]] |
| 5866 | name = "tinyvec" |
| 5867 | version = "1.10.0" |
| 5868 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5869 | checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa" |
| 5870 | dependencies = [ |
| 5871 | "tinyvec_macros", |
| 5872 | ] |
| 5873 | |
| 5874 | [[package]] |
| 5875 | name = "tinyvec_macros" |
| 5876 | version = "0.1.1" |
| 5877 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5878 | checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" |
| 5879 | |
| 5880 | [[package]] |
| 5881 | name = "tokio" |
| 5882 | version = "1.52.3" |
| 5883 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5884 | checksum = "8fc7f01b389ac15039e4dc9531aa973a135d7a4135281b12d7c1bc79fd57fffe" |
| 5885 | dependencies = [ |
| 5886 | "bytes", |
| 5887 | "libc", |
| 5888 | "mio", |
| 5889 | "pin-project-lite", |
| 5890 | "signal-hook-registry", |
| 5891 | "socket2", |
| 5892 | "tokio-macros", |
| 5893 | "windows-sys 0.61.2", |
| 5894 | ] |
| 5895 | |
| 5896 | [[package]] |
| 5897 | name = "tokio-macros" |
| 5898 | version = "2.7.0" |
| 5899 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5900 | checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496" |
| 5901 | dependencies = [ |
| 5902 | "proc-macro2", |
| 5903 | "quote", |
| 5904 | "syn 2.0.117", |
| 5905 | ] |
| 5906 | |
| 5907 | [[package]] |
| 5908 | name = "tokio-rustls" |
| 5909 | version = "0.26.4" |
| 5910 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5911 | checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61" |
| 5912 | dependencies = [ |
| 5913 | "rustls", |
| 5914 | "tokio", |
| 5915 | ] |
| 5916 | |
| 5917 | [[package]] |
| 5918 | name = "tokio-stream" |
| 5919 | version = "0.1.18" |
| 5920 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5921 | checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70" |
| 5922 | dependencies = [ |
| 5923 | "futures-core", |
| 5924 | "pin-project-lite", |
| 5925 | "tokio", |
| 5926 | ] |
| 5927 | |
| 5928 | [[package]] |
| 5929 | name = "tokio-util" |
| 5930 | version = "0.7.18" |
| 5931 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5932 | checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098" |
| 5933 | dependencies = [ |
| 5934 | "bytes", |
| 5935 | "futures-core", |
| 5936 | "futures-sink", |
| 5937 | "pin-project-lite", |
| 5938 | "tokio", |
| 5939 | ] |
| 5940 | |
| 5941 | [[package]] |
| 5942 | name = "toml" |
| 5943 | version = "0.8.23" |
| 5944 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5945 | checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362" |
| 5946 | dependencies = [ |
| 5947 | "serde", |
| 5948 | "serde_spanned 0.6.9", |
| 5949 | "toml_datetime 0.6.11", |
| 5950 | "toml_edit 0.22.27", |
| 5951 | ] |
| 5952 | |
| 5953 | [[package]] |
| 5954 | name = "toml" |
| 5955 | version = "1.1.2+spec-1.1.0" |
| 5956 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5957 | checksum = "81f3d15e84cbcd896376e6730314d59fb5a87f31e4b038454184435cd57defee" |
| 5958 | dependencies = [ |
| 5959 | "indexmap", |
| 5960 | "serde_core", |
| 5961 | "serde_spanned 1.1.1", |
| 5962 | "toml_datetime 1.1.1+spec-1.1.0", |
| 5963 | "toml_parser", |
| 5964 | "toml_writer", |
| 5965 | "winnow 1.0.2", |
| 5966 | ] |
| 5967 | |
| 5968 | [[package]] |
| 5969 | name = "toml_datetime" |
| 5970 | version = "0.6.11" |
| 5971 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5972 | checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c" |
| 5973 | dependencies = [ |
| 5974 | "serde", |
| 5975 | ] |
| 5976 | |
| 5977 | [[package]] |
| 5978 | name = "toml_datetime" |
| 5979 | version = "0.7.5+spec-1.1.0" |
| 5980 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5981 | checksum = "92e1cfed4a3038bc5a127e35a2d360f145e1f4b971b551a2ba5fd7aedf7e1347" |
| 5982 | dependencies = [ |
| 5983 | "serde_core", |
| 5984 | ] |
| 5985 | |
| 5986 | [[package]] |
| 5987 | name = "toml_datetime" |
| 5988 | version = "1.1.1+spec-1.1.0" |
| 5989 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5990 | checksum = "3165f65f62e28e0115a00b2ebdd37eb6f3b641855f9d636d3cd4103767159ad7" |
| 5991 | dependencies = [ |
| 5992 | "serde_core", |
| 5993 | ] |
| 5994 | |
| 5995 | [[package]] |
| 5996 | name = "toml_edit" |
| 5997 | version = "0.22.27" |
| 5998 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5999 | checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a" |
| 6000 | dependencies = [ |
| 6001 | "indexmap", |
| 6002 | "serde", |
| 6003 | "serde_spanned 0.6.9", |
| 6004 | "toml_datetime 0.6.11", |
| 6005 | "toml_write", |
| 6006 | "winnow 0.7.14", |
| 6007 | ] |
| 6008 | |
| 6009 | [[package]] |
| 6010 | name = "toml_edit" |
| 6011 | version = "0.23.10+spec-1.0.0" |
| 6012 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6013 | checksum = "84c8b9f757e028cee9fa244aea147aab2a9ec09d5325a9b01e0a49730c2b5269" |
| 6014 | dependencies = [ |
| 6015 | "indexmap", |
| 6016 | "toml_datetime 0.7.5+spec-1.1.0", |
| 6017 | "toml_parser", |
| 6018 | "winnow 0.7.14", |
| 6019 | ] |
| 6020 | |
| 6021 | [[package]] |
| 6022 | name = "toml_edit" |
| 6023 | version = "0.25.12+spec-1.1.0" |
| 6024 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6025 | checksum = "d2153edc6955a6c354fad8f5efd38b6a8769bdccf9fe50f8e1329f81b0baa5d7" |
| 6026 | dependencies = [ |
| 6027 | "indexmap", |
| 6028 | "toml_datetime 1.1.1+spec-1.1.0", |
| 6029 | "toml_parser", |
| 6030 | "toml_writer", |
| 6031 | "winnow 1.0.2", |
| 6032 | ] |
| 6033 | |
| 6034 | [[package]] |
| 6035 | name = "toml_parser" |
| 6036 | version = "1.1.2+spec-1.1.0" |
| 6037 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6038 | checksum = "a2abe9b86193656635d2411dc43050282ca48aa31c2451210f4202550afb7526" |
| 6039 | dependencies = [ |
| 6040 | "winnow 1.0.2", |
| 6041 | ] |
| 6042 | |
| 6043 | [[package]] |
| 6044 | name = "toml_write" |
| 6045 | version = "0.1.2" |
| 6046 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6047 | checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801" |
| 6048 | |
| 6049 | [[package]] |
| 6050 | name = "toml_writer" |
| 6051 | version = "1.1.1+spec-1.1.0" |
| 6052 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6053 | checksum = "756daf9b1013ebe47a8776667b466417e2d4c5679d441c26230efd9ef78692db" |
| 6054 | |
| 6055 | [[package]] |
| 6056 | name = "tower" |
| 6057 | version = "0.5.3" |
| 6058 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6059 | checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4" |
| 6060 | dependencies = [ |
| 6061 | "futures-core", |
| 6062 | "futures-util", |
| 6063 | "pin-project-lite", |
| 6064 | "sync_wrapper", |
| 6065 | "tokio", |
| 6066 | "tower-layer", |
| 6067 | "tower-service", |
| 6068 | "tracing", |
| 6069 | ] |
| 6070 | |
| 6071 | [[package]] |
| 6072 | name = "tower-http" |
| 6073 | version = "0.6.11" |
| 6074 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6075 | checksum = "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840" |
| 6076 | dependencies = [ |
| 6077 | "async-compression", |
| 6078 | "bitflags 2.12.1", |
| 6079 | "bytes", |
| 6080 | "futures-core", |
| 6081 | "futures-util", |
| 6082 | "http", |
| 6083 | "http-body", |
| 6084 | "http-body-util", |
| 6085 | "pin-project-lite", |
| 6086 | "tokio", |
| 6087 | "tokio-util", |
| 6088 | "tower", |
| 6089 | "tower-layer", |
| 6090 | "tower-service", |
| 6091 | "url", |
| 6092 | ] |
| 6093 | |
| 6094 | [[package]] |
| 6095 | name = "tower-http" |
| 6096 | version = "0.7.0" |
| 6097 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6098 | checksum = "b11f75e912b0c2be01b63d8cf8057b8c3f97cf34abb3d431a3a4c8675498e233" |
| 6099 | dependencies = [ |
| 6100 | "bitflags 2.12.1", |
| 6101 | "bytes", |
| 6102 | "http", |
| 6103 | "percent-encoding", |
| 6104 | "pin-project-lite", |
| 6105 | "tower-layer", |
| 6106 | "tower-service", |
| 6107 | ] |
| 6108 | |
| 6109 | [[package]] |
| 6110 | name = "tower-layer" |
| 6111 | version = "0.3.3" |
| 6112 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6113 | checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" |
| 6114 | |
| 6115 | [[package]] |
| 6116 | name = "tower-service" |
| 6117 | version = "0.3.3" |
| 6118 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6119 | checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" |
| 6120 | |
| 6121 | [[package]] |
| 6122 | name = "tracing" |
| 6123 | version = "0.1.44" |
| 6124 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6125 | checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" |
| 6126 | dependencies = [ |
| 6127 | "log", |
| 6128 | "pin-project-lite", |
| 6129 | "tracing-attributes", |
| 6130 | "tracing-core", |
| 6131 | ] |
| 6132 | |
| 6133 | [[package]] |
| 6134 | name = "tracing-attributes" |
| 6135 | version = "0.1.31" |
| 6136 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6137 | checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" |
| 6138 | dependencies = [ |
| 6139 | "proc-macro2", |
| 6140 | "quote", |
| 6141 | "syn 2.0.117", |
| 6142 | ] |
| 6143 | |
| 6144 | [[package]] |
| 6145 | name = "tracing-core" |
| 6146 | version = "0.1.36" |
| 6147 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6148 | checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" |
| 6149 | dependencies = [ |
| 6150 | "once_cell", |
| 6151 | "valuable", |
| 6152 | ] |
| 6153 | |
| 6154 | [[package]] |
| 6155 | name = "tracing-log" |
| 6156 | version = "0.2.0" |
| 6157 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6158 | checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" |
| 6159 | dependencies = [ |
| 6160 | "log", |
| 6161 | "once_cell", |
| 6162 | "tracing-core", |
| 6163 | ] |
| 6164 | |
| 6165 | [[package]] |
| 6166 | name = "tracing-subscriber" |
| 6167 | version = "0.3.23" |
| 6168 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6169 | checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319" |
| 6170 | dependencies = [ |
| 6171 | "matchers", |
| 6172 | "nu-ansi-term", |
| 6173 | "once_cell", |
| 6174 | "regex-automata", |
| 6175 | "sharded-slab", |
| 6176 | "smallvec", |
| 6177 | "thread_local", |
| 6178 | "tracing", |
| 6179 | "tracing-core", |
| 6180 | "tracing-log", |
| 6181 | ] |
| 6182 | |
| 6183 | [[package]] |
| 6184 | name = "triomphe" |
| 6185 | version = "0.1.15" |
| 6186 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6187 | checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39" |
| 6188 | dependencies = [ |
| 6189 | "arc-swap", |
| 6190 | "serde", |
| 6191 | "stable_deref_trait", |
| 6192 | ] |
| 6193 | |
| 6194 | [[package]] |
| 6195 | name = "try-lock" |
| 6196 | version = "0.2.5" |
| 6197 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6198 | checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" |
| 6199 | |
| 6200 | [[package]] |
| 6201 | name = "typed-builder" |
| 6202 | version = "0.23.2" |
| 6203 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6204 | checksum = "31aa81521b70f94402501d848ccc0ecaa8f93c8eb6999eb9747e72287757ffda" |
| 6205 | dependencies = [ |
| 6206 | "typed-builder-macro", |
| 6207 | ] |
| 6208 | |
| 6209 | [[package]] |
| 6210 | name = "typed-builder-macro" |
| 6211 | version = "0.23.2" |
| 6212 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6213 | checksum = "076a02dc54dd46795c2e9c8282ed40bcfb1e22747e955de9389a1de28190fb26" |
| 6214 | dependencies = [ |
| 6215 | "proc-macro2", |
| 6216 | "quote", |
| 6217 | "syn 2.0.117", |
| 6218 | ] |
| 6219 | |
| 6220 | [[package]] |
| 6221 | name = "typenum" |
| 6222 | version = "1.20.0" |
| 6223 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6224 | checksum = "40ce102ab67701b8526c123c1bab5cbe42d7040ccfd0f64af1a385808d2f43de" |
| 6225 | |
| 6226 | [[package]] |
| 6227 | name = "ucd-trie" |
| 6228 | version = "0.1.7" |
| 6229 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6230 | checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971" |
| 6231 | |
| 6232 | [[package]] |
| 6233 | name = "uds_windows" |
| 6234 | version = "1.2.1" |
| 6235 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6236 | checksum = "f2f6fb2847f6742cd76af783a2a2c49e9375d0a111c7bef6f71cd9e738c72d6e" |
| 6237 | dependencies = [ |
| 6238 | "memoffset", |
| 6239 | "tempfile", |
| 6240 | "windows-sys 0.60.2", |
| 6241 | ] |
| 6242 | |
| 6243 | [[package]] |
| 6244 | name = "unicode-general-category" |
| 6245 | version = "1.1.0" |
| 6246 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6247 | checksum = "0b993bddc193ae5bd0d623b49ec06ac3e9312875fdae725a975c51db1cc1677f" |
| 6248 | |
| 6249 | [[package]] |
| 6250 | name = "unicode-ident" |
| 6251 | version = "1.0.22" |
| 6252 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6253 | checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5" |
| 6254 | |
| 6255 | [[package]] |
| 6256 | name = "unicode-linebreak" |
| 6257 | version = "0.1.5" |
| 6258 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6259 | checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f" |
| 6260 | |
| 6261 | [[package]] |
| 6262 | name = "unicode-normalization" |
| 6263 | version = "0.1.25" |
| 6264 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6265 | checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8" |
| 6266 | dependencies = [ |
| 6267 | "tinyvec", |
| 6268 | ] |
| 6269 | |
| 6270 | [[package]] |
| 6271 | name = "unicode-segmentation" |
| 6272 | version = "1.13.3" |
| 6273 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6274 | checksum = "c6f5d3c3b1bf09027a88a6bc961fc00497d651009560b5463668dc81b0fa87a8" |
| 6275 | |
| 6276 | [[package]] |
| 6277 | name = "unicode-truncate" |
| 6278 | version = "2.0.1" |
| 6279 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6280 | checksum = "16b380a1238663e5f8a691f9039c73e1cdae598a30e9855f541d29b08b53e9a5" |
| 6281 | dependencies = [ |
| 6282 | "itertools 0.14.0", |
| 6283 | "unicode-segmentation", |
| 6284 | "unicode-width", |
| 6285 | ] |
| 6286 | |
| 6287 | [[package]] |
| 6288 | name = "unicode-width" |
| 6289 | version = "0.2.2" |
| 6290 | |
| 6291 | [[package]] |
| 6292 | name = "unicode-width-16" |
| 6293 | version = "0.1.0" |
| 6294 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6295 | checksum = "9eba15036aa0f5bf8ed6cd12a624ddb61fd50b0779b1c05d89b663bcaed7b5c2" |
| 6296 | |
| 6297 | [[package]] |
| 6298 | name = "unicode-xid" |
| 6299 | version = "0.2.6" |
| 6300 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6301 | checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" |
| 6302 | |
| 6303 | [[package]] |
| 6304 | name = "untrusted" |
| 6305 | version = "0.9.0" |
| 6306 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6307 | checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" |
| 6308 | |
| 6309 | [[package]] |
| 6310 | name = "url" |
| 6311 | version = "2.5.8" |
| 6312 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6313 | checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed" |
| 6314 | dependencies = [ |
| 6315 | "form_urlencoded", |
| 6316 | "idna", |
| 6317 | "percent-encoding", |
| 6318 | "serde", |
| 6319 | "serde_derive", |
| 6320 | ] |
| 6321 | |
| 6322 | [[package]] |
| 6323 | name = "urlencoding" |
| 6324 | version = "2.1.3" |
| 6325 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6326 | checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" |
| 6327 | |
| 6328 | [[package]] |
| 6329 | name = "utf-8" |
| 6330 | version = "0.7.6" |
| 6331 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6332 | checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" |
| 6333 | |
| 6334 | [[package]] |
| 6335 | name = "utf8_iter" |
| 6336 | version = "1.0.4" |
| 6337 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6338 | checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" |
| 6339 | |
| 6340 | [[package]] |
| 6341 | name = "utf8parse" |
| 6342 | version = "0.2.2" |
| 6343 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6344 | checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" |
| 6345 | |
| 6346 | [[package]] |
| 6347 | name = "uuid" |
| 6348 | version = "1.19.0" |
| 6349 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6350 | checksum = "e2e054861b4bd027cd373e18e8d8d8e6548085000e41290d95ce0c373a654b4a" |
| 6351 | dependencies = [ |
| 6352 | "atomic", |
| 6353 | "getrandom 0.3.4", |
| 6354 | "js-sys", |
| 6355 | "wasm-bindgen", |
| 6356 | ] |
| 6357 | |
| 6358 | [[package]] |
| 6359 | name = "uuid-simd" |
| 6360 | version = "0.8.0" |
| 6361 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6362 | checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8" |
| 6363 | dependencies = [ |
| 6364 | "outref", |
| 6365 | "vsimd", |
| 6366 | ] |
| 6367 | |
| 6368 | [[package]] |
| 6369 | name = "valuable" |
| 6370 | version = "0.1.1" |
| 6371 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6372 | checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" |
| 6373 | |
| 6374 | [[package]] |
| 6375 | name = "vcpkg" |
| 6376 | version = "0.2.15" |
| 6377 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6378 | checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" |
| 6379 | |
| 6380 | [[package]] |
| 6381 | name = "version_check" |
| 6382 | version = "0.9.5" |
| 6383 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6384 | checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" |
| 6385 | |
| 6386 | [[package]] |
| 6387 | name = "vsimd" |
| 6388 | version = "0.8.0" |
| 6389 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6390 | checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64" |
| 6391 | |
| 6392 | [[package]] |
| 6393 | name = "vtparse" |
| 6394 | version = "0.6.2" |
| 6395 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6396 | checksum = "6d9b2acfb050df409c972a37d3b8e08cdea3bddb0c09db9d53137e504cfabed0" |
| 6397 | dependencies = [ |
| 6398 | "utf8parse", |
| 6399 | ] |
| 6400 | |
| 6401 | [[package]] |
| 6402 | name = "wait-timeout" |
| 6403 | version = "0.2.1" |
| 6404 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6405 | checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11" |
| 6406 | dependencies = [ |
| 6407 | "libc", |
| 6408 | ] |
| 6409 | |
| 6410 | [[package]] |
| 6411 | name = "walkdir" |
| 6412 | version = "2.5.0" |
| 6413 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6414 | checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" |
| 6415 | dependencies = [ |
| 6416 | "same-file", |
| 6417 | "winapi-util", |
| 6418 | ] |
| 6419 | |
| 6420 | [[package]] |
| 6421 | name = "want" |
| 6422 | version = "0.3.1" |
| 6423 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6424 | checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" |
| 6425 | dependencies = [ |
| 6426 | "try-lock", |
| 6427 | ] |
| 6428 | |
| 6429 | [[package]] |
| 6430 | name = "wasi" |
| 6431 | version = "0.11.1+wasi-snapshot-preview1" |
| 6432 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6433 | checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" |
| 6434 | |
| 6435 | [[package]] |
| 6436 | name = "wasip2" |
| 6437 | version = "1.0.1+wasi-0.2.4" |
| 6438 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6439 | checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7" |
| 6440 | dependencies = [ |
| 6441 | "wit-bindgen", |
| 6442 | ] |
| 6443 | |
| 6444 | [[package]] |
| 6445 | name = "wasm-bindgen" |
| 6446 | version = "0.2.123" |
| 6447 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6448 | checksum = "a254a4b10c19a76f09a27640e7ffbf9bc30bf67e16a3bf28aaefa4920fe81563" |
| 6449 | dependencies = [ |
| 6450 | "cfg-if 1.0.4", |
| 6451 | "once_cell", |
| 6452 | "rustversion", |
| 6453 | "wasm-bindgen-macro", |
| 6454 | "wasm-bindgen-shared", |
| 6455 | ] |
| 6456 | |
| 6457 | [[package]] |
| 6458 | name = "wasm-bindgen-futures" |
| 6459 | version = "0.4.73" |
| 6460 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6461 | checksum = "54568702fabf5d4849ce2b90fadfa64168a097eaf4b351ce9df8b687a0086aaf" |
| 6462 | dependencies = [ |
| 6463 | "js-sys", |
| 6464 | "wasm-bindgen", |
| 6465 | ] |
| 6466 | |
| 6467 | [[package]] |
| 6468 | name = "wasm-bindgen-macro" |
| 6469 | version = "0.2.123" |
| 6470 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6471 | checksum = "24a40fc75b0ec6f3746ceb10d36f53a93dcd68a93b11b6445983945d79eba0dc" |
| 6472 | dependencies = [ |
| 6473 | "quote", |
| 6474 | "wasm-bindgen-macro-support", |
| 6475 | ] |
| 6476 | |
| 6477 | [[package]] |
| 6478 | name = "wasm-bindgen-macro-support" |
| 6479 | version = "0.2.123" |
| 6480 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6481 | checksum = "908f34bd9b9ce3d4caf07b72dfab63d61504d156856c6bd3cd87fa350cf3985b" |
| 6482 | dependencies = [ |
| 6483 | "bumpalo", |
| 6484 | "proc-macro2", |
| 6485 | "quote", |
| 6486 | "syn 2.0.117", |
| 6487 | "wasm-bindgen-shared", |
| 6488 | ] |
| 6489 | |
| 6490 | [[package]] |
| 6491 | name = "wasm-bindgen-shared" |
| 6492 | version = "0.2.123" |
| 6493 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6494 | checksum = "7acbf7616c27b194bbb550bf77ed0c2c3e5b7fd1260a93082b95fb7f47959b92" |
| 6495 | dependencies = [ |
| 6496 | "unicode-ident", |
| 6497 | ] |
| 6498 | |
| 6499 | [[package]] |
| 6500 | name = "wasm-streams" |
| 6501 | version = "0.5.0" |
| 6502 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6503 | checksum = "9d1ec4f6517c9e11ae630e200b2b65d193279042e28edd4a2cda233e46670bbb" |
| 6504 | dependencies = [ |
| 6505 | "futures-util", |
| 6506 | "js-sys", |
| 6507 | "wasm-bindgen", |
| 6508 | "wasm-bindgen-futures", |
| 6509 | "web-sys", |
| 6510 | ] |
| 6511 | |
| 6512 | [[package]] |
| 6513 | name = "web-sys" |
| 6514 | version = "0.3.100" |
| 6515 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6516 | checksum = "6e0871acf327f283dc6da28a1696cdc64fb355ba9f935d052021fa77f35cce69" |
| 6517 | dependencies = [ |
| 6518 | "js-sys", |
| 6519 | "wasm-bindgen", |
| 6520 | ] |
| 6521 | |
| 6522 | [[package]] |
| 6523 | name = "web-time" |
| 6524 | version = "1.1.0" |
| 6525 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6526 | checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" |
| 6527 | dependencies = [ |
| 6528 | "js-sys", |
| 6529 | "wasm-bindgen", |
| 6530 | ] |
| 6531 | |
| 6532 | [[package]] |
| 6533 | name = "web_atoms" |
| 6534 | version = "0.2.5" |
| 6535 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6536 | checksum = "075474b12bcb3d2e3d4546580e9de478eeeead668a1761e2a8860c836b7ef297" |
| 6537 | dependencies = [ |
| 6538 | "phf 0.13.1", |
| 6539 | "phf_codegen 0.13.1", |
| 6540 | "string_cache 0.9.0", |
| 6541 | "string_cache_codegen 0.6.1", |
| 6542 | ] |
| 6543 | |
| 6544 | [[package]] |
| 6545 | name = "webbrowser" |
| 6546 | version = "1.2.1" |
| 6547 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6548 | checksum = "0fc95580916af1e68ff6a7be07446fc5db73ebf71cf092de939bbf5f7e189f72" |
| 6549 | dependencies = [ |
| 6550 | "core-foundation 0.10.1", |
| 6551 | "jni 0.22.4", |
| 6552 | "log", |
| 6553 | "ndk-context", |
| 6554 | "objc2", |
| 6555 | "objc2-foundation", |
| 6556 | "url", |
| 6557 | "web-sys", |
| 6558 | ] |
| 6559 | |
| 6560 | [[package]] |
| 6561 | name = "webpki-root-certs" |
| 6562 | version = "1.0.6" |
| 6563 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6564 | checksum = "804f18a4ac2676ffb4e8b5b5fa9ae38af06df08162314f96a68d2a363e21a8ca" |
| 6565 | dependencies = [ |
| 6566 | "rustls-pki-types", |
| 6567 | ] |
| 6568 | |
| 6569 | [[package]] |
| 6570 | name = "webpki-roots" |
| 6571 | version = "1.0.8" |
| 6572 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6573 | checksum = "bf85cb06032201fa7c6f829d7db5a7e5aa45bcc0655327713065f6f0576731bf" |
| 6574 | dependencies = [ |
| 6575 | "rustls-pki-types", |
| 6576 | ] |
| 6577 | |
| 6578 | [[package]] |
| 6579 | name = "weezl" |
| 6580 | version = "0.1.12" |
| 6581 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6582 | checksum = "a28ac98ddc8b9274cb41bb4d9d4d5c425b6020c50c46f25559911905610b4a88" |
| 6583 | |
| 6584 | [[package]] |
| 6585 | name = "wezterm-bidi" |
| 6586 | version = "0.2.3" |
| 6587 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6588 | checksum = "0c0a6e355560527dd2d1cf7890652f4f09bb3433b6aadade4c9b5ed76de5f3ec" |
| 6589 | dependencies = [ |
| 6590 | "log", |
| 6591 | "wezterm-dynamic", |
| 6592 | ] |
| 6593 | |
| 6594 | [[package]] |
| 6595 | name = "wezterm-blob-leases" |
| 6596 | version = "0.1.1" |
| 6597 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6598 | checksum = "692daff6d93d94e29e4114544ef6d5c942a7ed998b37abdc19b17136ea428eb7" |
| 6599 | dependencies = [ |
| 6600 | "getrandom 0.3.4", |
| 6601 | "mac_address", |
| 6602 | "sha2 0.10.9", |
| 6603 | "thiserror 1.0.69", |
| 6604 | "uuid", |
| 6605 | ] |
| 6606 | |
| 6607 | [[package]] |
| 6608 | name = "wezterm-color-types" |
| 6609 | version = "0.3.0" |
| 6610 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6611 | checksum = "7de81ef35c9010270d63772bebef2f2d6d1f2d20a983d27505ac850b8c4b4296" |
| 6612 | dependencies = [ |
| 6613 | "csscolorparser", |
| 6614 | "deltae", |
| 6615 | "lazy_static", |
| 6616 | "wezterm-dynamic", |
| 6617 | ] |
| 6618 | |
| 6619 | [[package]] |
| 6620 | name = "wezterm-dynamic" |
| 6621 | version = "0.2.1" |
| 6622 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6623 | checksum = "5f2ab60e120fd6eaa68d9567f3226e876684639d22a4219b313ff69ec0ccd5ac" |
| 6624 | dependencies = [ |
| 6625 | "log", |
| 6626 | "ordered-float", |
| 6627 | "strsim", |
| 6628 | "thiserror 1.0.69", |
| 6629 | "wezterm-dynamic-derive", |
| 6630 | ] |
| 6631 | |
| 6632 | [[package]] |
| 6633 | name = "wezterm-dynamic-derive" |
| 6634 | version = "0.1.1" |
| 6635 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6636 | checksum = "46c0cf2d539c645b448eaffec9ec494b8b19bd5077d9e58cb1ae7efece8d575b" |
| 6637 | dependencies = [ |
| 6638 | "proc-macro2", |
| 6639 | "quote", |
| 6640 | "syn 1.0.109", |
| 6641 | ] |
| 6642 | |
| 6643 | [[package]] |
| 6644 | name = "wezterm-input-types" |
| 6645 | version = "0.1.0" |
| 6646 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6647 | checksum = "7012add459f951456ec9d6c7e6fc340b1ce15d6fc9629f8c42853412c029e57e" |
| 6648 | dependencies = [ |
| 6649 | "bitflags 1.3.2", |
| 6650 | "euclid", |
| 6651 | "lazy_static", |
| 6652 | "serde", |
| 6653 | "wezterm-dynamic", |
| 6654 | ] |
| 6655 | |
| 6656 | [[package]] |
| 6657 | name = "winapi" |
| 6658 | version = "0.3.9" |
| 6659 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6660 | checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
| 6661 | dependencies = [ |
| 6662 | "winapi-i686-pc-windows-gnu", |
| 6663 | "winapi-x86_64-pc-windows-gnu", |
| 6664 | ] |
| 6665 | |
| 6666 | [[package]] |
| 6667 | name = "winapi-i686-pc-windows-gnu" |
| 6668 | version = "0.4.0" |
| 6669 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6670 | checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
| 6671 | |
| 6672 | [[package]] |
| 6673 | name = "winapi-util" |
| 6674 | version = "0.1.11" |
| 6675 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6676 | checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" |
| 6677 | dependencies = [ |
| 6678 | "windows-sys 0.52.0", |
| 6679 | ] |
| 6680 | |
| 6681 | [[package]] |
| 6682 | name = "winapi-x86_64-pc-windows-gnu" |
| 6683 | version = "0.4.0" |
| 6684 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6685 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
| 6686 | |
| 6687 | [[package]] |
| 6688 | name = "windows" |
| 6689 | version = "0.42.0" |
| 6690 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6691 | checksum = "0286ba339aa753e70765d521bb0242cc48e1194562bfa2a2ad7ac8a6de28f5d5" |
| 6692 | dependencies = [ |
| 6693 | "windows_aarch64_gnullvm 0.42.2", |
| 6694 | "windows_aarch64_msvc 0.42.2", |
| 6695 | "windows_i686_gnu 0.42.2", |
| 6696 | "windows_i686_msvc 0.42.2", |
| 6697 | "windows_x86_64_gnu 0.42.2", |
| 6698 | "windows_x86_64_gnullvm 0.42.2", |
| 6699 | "windows_x86_64_msvc 0.42.2", |
| 6700 | ] |
| 6701 | |
| 6702 | [[package]] |
| 6703 | name = "windows" |
| 6704 | version = "0.62.2" |
| 6705 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6706 | checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580" |
| 6707 | dependencies = [ |
| 6708 | "windows-collections", |
| 6709 | "windows-core", |
| 6710 | "windows-future", |
| 6711 | "windows-numerics", |
| 6712 | ] |
| 6713 | |
| 6714 | [[package]] |
| 6715 | name = "windows-collections" |
| 6716 | version = "0.3.2" |
| 6717 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6718 | checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610" |
| 6719 | dependencies = [ |
| 6720 | "windows-core", |
| 6721 | ] |
| 6722 | |
| 6723 | [[package]] |
| 6724 | name = "windows-core" |
| 6725 | version = "0.62.2" |
| 6726 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6727 | checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" |
| 6728 | dependencies = [ |
| 6729 | "windows-implement", |
| 6730 | "windows-interface", |
| 6731 | "windows-link", |
| 6732 | "windows-result", |
| 6733 | "windows-strings", |
| 6734 | ] |
| 6735 | |
| 6736 | [[package]] |
| 6737 | name = "windows-future" |
| 6738 | version = "0.3.2" |
| 6739 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6740 | checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb" |
| 6741 | dependencies = [ |
| 6742 | "windows-core", |
| 6743 | "windows-link", |
| 6744 | "windows-threading", |
| 6745 | ] |
| 6746 | |
| 6747 | [[package]] |
| 6748 | name = "windows-implement" |
| 6749 | version = "0.60.2" |
| 6750 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6751 | checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" |
| 6752 | dependencies = [ |
| 6753 | "proc-macro2", |
| 6754 | "quote", |
| 6755 | "syn 2.0.117", |
| 6756 | ] |
| 6757 | |
| 6758 | [[package]] |
| 6759 | name = "windows-interface" |
| 6760 | version = "0.59.3" |
| 6761 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6762 | checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" |
| 6763 | dependencies = [ |
| 6764 | "proc-macro2", |
| 6765 | "quote", |
| 6766 | "syn 2.0.117", |
| 6767 | ] |
| 6768 | |
| 6769 | [[package]] |
| 6770 | name = "windows-link" |
| 6771 | version = "0.2.1" |
| 6772 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6773 | checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" |
| 6774 | |
| 6775 | [[package]] |
| 6776 | name = "windows-numerics" |
| 6777 | version = "0.3.1" |
| 6778 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6779 | checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26" |
| 6780 | dependencies = [ |
| 6781 | "windows-core", |
| 6782 | "windows-link", |
| 6783 | ] |
| 6784 | |
| 6785 | [[package]] |
| 6786 | name = "windows-result" |
| 6787 | version = "0.4.1" |
| 6788 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6789 | checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" |
| 6790 | dependencies = [ |
| 6791 | "windows-link", |
| 6792 | ] |
| 6793 | |
| 6794 | [[package]] |
| 6795 | name = "windows-strings" |
| 6796 | version = "0.5.1" |
| 6797 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6798 | checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" |
| 6799 | dependencies = [ |
| 6800 | "windows-link", |
| 6801 | ] |
| 6802 | |
| 6803 | [[package]] |
| 6804 | name = "windows-sys" |
| 6805 | version = "0.42.0" |
| 6806 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6807 | checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" |
| 6808 | dependencies = [ |
| 6809 | "windows_aarch64_gnullvm 0.42.2", |
| 6810 | "windows_aarch64_msvc 0.42.2", |
| 6811 | "windows_i686_gnu 0.42.2", |
| 6812 | "windows_i686_msvc 0.42.2", |
| 6813 | "windows_x86_64_gnu 0.42.2", |
| 6814 | "windows_x86_64_gnullvm 0.42.2", |
| 6815 | "windows_x86_64_msvc 0.42.2", |
| 6816 | ] |
| 6817 | |
| 6818 | [[package]] |
| 6819 | name = "windows-sys" |
| 6820 | version = "0.45.0" |
| 6821 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6822 | checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" |
| 6823 | dependencies = [ |
| 6824 | "windows-targets 0.42.2", |
| 6825 | ] |
| 6826 | |
| 6827 | [[package]] |
| 6828 | name = "windows-sys" |
| 6829 | version = "0.52.0" |
| 6830 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6831 | checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" |
| 6832 | dependencies = [ |
| 6833 | "windows-targets 0.52.6", |
| 6834 | ] |
| 6835 | |
| 6836 | [[package]] |
| 6837 | name = "windows-sys" |
| 6838 | version = "0.59.0" |
| 6839 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6840 | checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" |
| 6841 | dependencies = [ |
| 6842 | "windows-targets 0.52.6", |
| 6843 | ] |
| 6844 | |
| 6845 | [[package]] |
| 6846 | name = "windows-sys" |
| 6847 | version = "0.60.2" |
| 6848 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6849 | checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" |
| 6850 | dependencies = [ |
| 6851 | "windows-targets 0.53.5", |
| 6852 | ] |
| 6853 | |
| 6854 | [[package]] |
| 6855 | name = "windows-sys" |
| 6856 | version = "0.61.2" |
| 6857 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6858 | checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" |
| 6859 | dependencies = [ |
| 6860 | "windows-link", |
| 6861 | ] |
| 6862 | |
| 6863 | [[package]] |
| 6864 | name = "windows-targets" |
| 6865 | version = "0.42.2" |
| 6866 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6867 | checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" |
| 6868 | dependencies = [ |
| 6869 | "windows_aarch64_gnullvm 0.42.2", |
| 6870 | "windows_aarch64_msvc 0.42.2", |
| 6871 | "windows_i686_gnu 0.42.2", |
| 6872 | "windows_i686_msvc 0.42.2", |
| 6873 | "windows_x86_64_gnu 0.42.2", |
| 6874 | "windows_x86_64_gnullvm 0.42.2", |
| 6875 | "windows_x86_64_msvc 0.42.2", |
| 6876 | ] |
| 6877 | |
| 6878 | [[package]] |
| 6879 | name = "windows-targets" |
| 6880 | version = "0.52.6" |
| 6881 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6882 | checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" |
| 6883 | dependencies = [ |
| 6884 | "windows_aarch64_gnullvm 0.52.6", |
| 6885 | "windows_aarch64_msvc 0.52.6", |
| 6886 | "windows_i686_gnu 0.52.6", |
| 6887 | "windows_i686_gnullvm 0.52.6", |
| 6888 | "windows_i686_msvc 0.52.6", |
| 6889 | "windows_x86_64_gnu 0.52.6", |
| 6890 | "windows_x86_64_gnullvm 0.52.6", |
| 6891 | "windows_x86_64_msvc 0.52.6", |
| 6892 | ] |
| 6893 | |
| 6894 | [[package]] |
| 6895 | name = "windows-targets" |
| 6896 | version = "0.53.5" |
| 6897 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6898 | checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" |
| 6899 | dependencies = [ |
| 6900 | "windows-link", |
| 6901 | "windows_aarch64_gnullvm 0.53.1", |
| 6902 | "windows_aarch64_msvc 0.53.1", |
| 6903 | "windows_i686_gnu 0.53.1", |
| 6904 | "windows_i686_gnullvm 0.53.1", |
| 6905 | "windows_i686_msvc 0.53.1", |
| 6906 | "windows_x86_64_gnu 0.53.1", |
| 6907 | "windows_x86_64_gnullvm 0.53.1", |
| 6908 | "windows_x86_64_msvc 0.53.1", |
| 6909 | ] |
| 6910 | |
| 6911 | [[package]] |
| 6912 | name = "windows-threading" |
| 6913 | version = "0.2.1" |
| 6914 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6915 | checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37" |
| 6916 | dependencies = [ |
| 6917 | "windows-link", |
| 6918 | ] |
| 6919 | |
| 6920 | [[package]] |
| 6921 | name = "windows_aarch64_gnullvm" |
| 6922 | version = "0.42.2" |
| 6923 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6924 | checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" |
| 6925 | |
| 6926 | [[package]] |
| 6927 | name = "windows_aarch64_gnullvm" |
| 6928 | version = "0.52.6" |
| 6929 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6930 | checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" |
| 6931 | |
| 6932 | [[package]] |
| 6933 | name = "windows_aarch64_gnullvm" |
| 6934 | version = "0.53.1" |
| 6935 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6936 | checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" |
| 6937 | |
| 6938 | [[package]] |
| 6939 | name = "windows_aarch64_msvc" |
| 6940 | version = "0.42.2" |
| 6941 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6942 | checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" |
| 6943 | |
| 6944 | [[package]] |
| 6945 | name = "windows_aarch64_msvc" |
| 6946 | version = "0.52.6" |
| 6947 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6948 | checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" |
| 6949 | |
| 6950 | [[package]] |
| 6951 | name = "windows_aarch64_msvc" |
| 6952 | version = "0.53.1" |
| 6953 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6954 | checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" |
| 6955 | |
| 6956 | [[package]] |
| 6957 | name = "windows_i686_gnu" |
| 6958 | version = "0.42.2" |
| 6959 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6960 | checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" |
| 6961 | |
| 6962 | [[package]] |
| 6963 | name = "windows_i686_gnu" |
| 6964 | version = "0.52.6" |
| 6965 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6966 | checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" |
| 6967 | |
| 6968 | [[package]] |
| 6969 | name = "windows_i686_gnu" |
| 6970 | version = "0.53.1" |
| 6971 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6972 | checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" |
| 6973 | |
| 6974 | [[package]] |
| 6975 | name = "windows_i686_gnullvm" |
| 6976 | version = "0.52.6" |
| 6977 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6978 | checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" |
| 6979 | |
| 6980 | [[package]] |
| 6981 | name = "windows_i686_gnullvm" |
| 6982 | version = "0.53.1" |
| 6983 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6984 | checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" |
| 6985 | |
| 6986 | [[package]] |
| 6987 | name = "windows_i686_msvc" |
| 6988 | version = "0.42.2" |
| 6989 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6990 | checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" |
| 6991 | |
| 6992 | [[package]] |
| 6993 | name = "windows_i686_msvc" |
| 6994 | version = "0.52.6" |
| 6995 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6996 | checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" |
| 6997 | |
| 6998 | [[package]] |
| 6999 | name = "windows_i686_msvc" |
| 7000 | version = "0.53.1" |
| 7001 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7002 | checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" |
| 7003 | |
| 7004 | [[package]] |
| 7005 | name = "windows_x86_64_gnu" |
| 7006 | version = "0.42.2" |
| 7007 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7008 | checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" |
| 7009 | |
| 7010 | [[package]] |
| 7011 | name = "windows_x86_64_gnu" |
| 7012 | version = "0.52.6" |
| 7013 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7014 | checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" |
| 7015 | |
| 7016 | [[package]] |
| 7017 | name = "windows_x86_64_gnu" |
| 7018 | version = "0.53.1" |
| 7019 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7020 | checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" |
| 7021 | |
| 7022 | [[package]] |
| 7023 | name = "windows_x86_64_gnullvm" |
| 7024 | version = "0.42.2" |
| 7025 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7026 | checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" |
| 7027 | |
| 7028 | [[package]] |
| 7029 | name = "windows_x86_64_gnullvm" |
| 7030 | version = "0.52.6" |
| 7031 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7032 | checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" |
| 7033 | |
| 7034 | [[package]] |
| 7035 | name = "windows_x86_64_gnullvm" |
| 7036 | version = "0.53.1" |
| 7037 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7038 | checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" |
| 7039 | |
| 7040 | [[package]] |
| 7041 | name = "windows_x86_64_msvc" |
| 7042 | version = "0.42.2" |
| 7043 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7044 | checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" |
| 7045 | |
| 7046 | [[package]] |
| 7047 | name = "windows_x86_64_msvc" |
| 7048 | version = "0.52.6" |
| 7049 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7050 | checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" |
| 7051 | |
| 7052 | [[package]] |
| 7053 | name = "windows_x86_64_msvc" |
| 7054 | version = "0.53.1" |
| 7055 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7056 | checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" |
| 7057 | |
| 7058 | [[package]] |
| 7059 | name = "winnow" |
| 7060 | version = "0.7.14" |
| 7061 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7062 | checksum = "5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829" |
| 7063 | dependencies = [ |
| 7064 | "memchr", |
| 7065 | ] |
| 7066 | |
| 7067 | [[package]] |
| 7068 | name = "winnow" |
| 7069 | version = "1.0.2" |
| 7070 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7071 | checksum = "2ee1708bef14716a11bae175f579062d4554d95be2c6829f518df847b7b3fdd0" |
| 7072 | dependencies = [ |
| 7073 | "memchr", |
| 7074 | ] |
| 7075 | |
| 7076 | [[package]] |
| 7077 | name = "winreg" |
| 7078 | version = "0.10.1" |
| 7079 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7080 | checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d" |
| 7081 | dependencies = [ |
| 7082 | "winapi", |
| 7083 | ] |
| 7084 | |
| 7085 | [[package]] |
| 7086 | name = "wiremock" |
| 7087 | version = "0.6.5" |
| 7088 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7089 | checksum = "08db1edfb05d9b3c1542e521aea074442088292f00b5f28e435c714a98f85031" |
| 7090 | dependencies = [ |
| 7091 | "assert-json-diff", |
| 7092 | "base64 0.22.1", |
| 7093 | "deadpool", |
| 7094 | "futures", |
| 7095 | "http", |
| 7096 | "http-body-util", |
| 7097 | "hyper", |
| 7098 | "hyper-util", |
| 7099 | "log", |
| 7100 | "once_cell", |
| 7101 | "regex", |
| 7102 | "serde", |
| 7103 | "serde_json", |
| 7104 | "tokio", |
| 7105 | "url", |
| 7106 | ] |
| 7107 | |
| 7108 | [[package]] |
| 7109 | name = "wit-bindgen" |
| 7110 | version = "0.46.0" |
| 7111 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7112 | checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59" |
| 7113 | |
| 7114 | [[package]] |
| 7115 | name = "writeable" |
| 7116 | version = "0.6.2" |
| 7117 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7118 | checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9" |
| 7119 | |
| 7120 | [[package]] |
| 7121 | name = "x11rb" |
| 7122 | version = "0.13.2" |
| 7123 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7124 | checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414" |
| 7125 | dependencies = [ |
| 7126 | "gethostname", |
| 7127 | "rustix", |
| 7128 | "x11rb-protocol", |
| 7129 | ] |
| 7130 | |
| 7131 | [[package]] |
| 7132 | name = "x11rb-protocol" |
| 7133 | version = "0.13.2" |
| 7134 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7135 | checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd" |
| 7136 | |
| 7137 | [[package]] |
| 7138 | name = "xattr" |
| 7139 | version = "1.6.1" |
| 7140 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7141 | checksum = "32e45ad4206f6d2479085147f02bc2ef834ac85886624a23575ae137c8aa8156" |
| 7142 | dependencies = [ |
| 7143 | "libc", |
| 7144 | "rustix", |
| 7145 | ] |
| 7146 | |
| 7147 | [[package]] |
| 7148 | name = "xdg-home" |
| 7149 | version = "1.3.0" |
| 7150 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7151 | checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6" |
| 7152 | dependencies = [ |
| 7153 | "libc", |
| 7154 | "windows-sys 0.59.0", |
| 7155 | ] |
| 7156 | |
| 7157 | [[package]] |
| 7158 | name = "xml5ever" |
| 7159 | version = "0.17.0" |
| 7160 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7161 | checksum = "4034e1d05af98b51ad7214527730626f019682d797ba38b51689212118d8e650" |
| 7162 | dependencies = [ |
| 7163 | "log", |
| 7164 | "mac", |
| 7165 | "markup5ever 0.11.0", |
| 7166 | ] |
| 7167 | |
| 7168 | [[package]] |
| 7169 | name = "xml5ever" |
| 7170 | version = "0.38.0" |
| 7171 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7172 | checksum = "d3dc9559429edf0cd3f327cc0afd9d6b36fa8cec6d93107b7fbe64f806b5f2d9" |
| 7173 | dependencies = [ |
| 7174 | "log", |
| 7175 | "markup5ever 0.38.0", |
| 7176 | ] |
| 7177 | |
| 7178 | [[package]] |
| 7179 | name = "yaml-rust" |
| 7180 | version = "0.4.5" |
| 7181 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7182 | checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85" |
| 7183 | dependencies = [ |
| 7184 | "linked-hash-map", |
| 7185 | ] |
| 7186 | |
| 7187 | [[package]] |
| 7188 | name = "yansi" |
| 7189 | version = "1.0.1" |
| 7190 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7191 | checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049" |
| 7192 | |
| 7193 | [[package]] |
| 7194 | name = "yoke" |
| 7195 | version = "0.8.1" |
| 7196 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7197 | checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954" |
| 7198 | dependencies = [ |
| 7199 | "stable_deref_trait", |
| 7200 | "yoke-derive", |
| 7201 | "zerofrom", |
| 7202 | ] |
| 7203 | |
| 7204 | [[package]] |
| 7205 | name = "yoke-derive" |
| 7206 | version = "0.8.1" |
| 7207 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7208 | checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d" |
| 7209 | dependencies = [ |
| 7210 | "proc-macro2", |
| 7211 | "quote", |
| 7212 | "syn 2.0.117", |
| 7213 | "synstructure", |
| 7214 | ] |
| 7215 | |
| 7216 | [[package]] |
| 7217 | name = "zbus" |
| 7218 | version = "4.4.0" |
| 7219 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7220 | checksum = "bb97012beadd29e654708a0fdb4c84bc046f537aecfde2c3ee0a9e4b4d48c725" |
| 7221 | dependencies = [ |
| 7222 | "async-broadcast", |
| 7223 | "async-process", |
| 7224 | "async-recursion", |
| 7225 | "async-trait", |
| 7226 | "enumflags2", |
| 7227 | "event-listener", |
| 7228 | "futures-core", |
| 7229 | "futures-sink", |
| 7230 | "futures-util", |
| 7231 | "hex", |
| 7232 | "nix 0.29.0", |
| 7233 | "ordered-stream", |
| 7234 | "rand 0.8.6", |
| 7235 | "serde", |
| 7236 | "serde_repr", |
| 7237 | "sha1", |
| 7238 | "static_assertions", |
| 7239 | "tracing", |
| 7240 | "uds_windows", |
| 7241 | "windows-sys 0.52.0", |
| 7242 | "xdg-home", |
| 7243 | "zbus_macros", |
| 7244 | "zbus_names", |
| 7245 | "zvariant", |
| 7246 | ] |
| 7247 | |
| 7248 | [[package]] |
| 7249 | name = "zbus_macros" |
| 7250 | version = "4.4.0" |
| 7251 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7252 | checksum = "267db9407081e90bbfa46d841d3cbc60f59c0351838c4bc65199ecd79ab1983e" |
| 7253 | dependencies = [ |
| 7254 | "proc-macro-crate", |
| 7255 | "proc-macro2", |
| 7256 | "quote", |
| 7257 | "syn 2.0.117", |
| 7258 | "zvariant_utils", |
| 7259 | ] |
| 7260 | |
| 7261 | [[package]] |
| 7262 | name = "zbus_names" |
| 7263 | version = "3.0.0" |
| 7264 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7265 | checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c" |
| 7266 | dependencies = [ |
| 7267 | "serde", |
| 7268 | "static_assertions", |
| 7269 | "zvariant", |
| 7270 | ] |
| 7271 | |
| 7272 | [[package]] |
| 7273 | name = "zerocopy" |
| 7274 | version = "0.8.33" |
| 7275 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7276 | checksum = "668f5168d10b9ee831de31933dc111a459c97ec93225beb307aed970d1372dfd" |
| 7277 | dependencies = [ |
| 7278 | "zerocopy-derive", |
| 7279 | ] |
| 7280 | |
| 7281 | [[package]] |
| 7282 | name = "zerocopy-derive" |
| 7283 | version = "0.8.33" |
| 7284 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7285 | checksum = "2c7962b26b0a8685668b671ee4b54d007a67d4eaf05fda79ac0ecf41e32270f1" |
| 7286 | dependencies = [ |
| 7287 | "proc-macro2", |
| 7288 | "quote", |
| 7289 | "syn 2.0.117", |
| 7290 | ] |
| 7291 | |
| 7292 | [[package]] |
| 7293 | name = "zerofrom" |
| 7294 | version = "0.1.6" |
| 7295 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7296 | checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" |
| 7297 | dependencies = [ |
| 7298 | "zerofrom-derive", |
| 7299 | ] |
| 7300 | |
| 7301 | [[package]] |
| 7302 | name = "zerofrom-derive" |
| 7303 | version = "0.1.6" |
| 7304 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7305 | checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" |
| 7306 | dependencies = [ |
| 7307 | "proc-macro2", |
| 7308 | "quote", |
| 7309 | "syn 2.0.117", |
| 7310 | "synstructure", |
| 7311 | ] |
| 7312 | |
| 7313 | [[package]] |
| 7314 | name = "zeroize" |
| 7315 | version = "1.8.2" |
| 7316 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7317 | checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0" |
| 7318 | dependencies = [ |
| 7319 | "zeroize_derive", |
| 7320 | ] |
| 7321 | |
| 7322 | [[package]] |
| 7323 | name = "zeroize_derive" |
| 7324 | version = "1.4.3" |
| 7325 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7326 | checksum = "85a5b4158499876c763cb03bc4e49185d3cccbabb15b33c627f7884f43db852e" |
| 7327 | dependencies = [ |
| 7328 | "proc-macro2", |
| 7329 | "quote", |
| 7330 | "syn 2.0.117", |
| 7331 | ] |
| 7332 | |
| 7333 | [[package]] |
| 7334 | name = "zerotrie" |
| 7335 | version = "0.2.3" |
| 7336 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7337 | checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851" |
| 7338 | dependencies = [ |
| 7339 | "displaydoc", |
| 7340 | "yoke", |
| 7341 | "zerofrom", |
| 7342 | ] |
| 7343 | |
| 7344 | [[package]] |
| 7345 | name = "zerovec" |
| 7346 | version = "0.11.5" |
| 7347 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7348 | checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002" |
| 7349 | dependencies = [ |
| 7350 | "yoke", |
| 7351 | "zerofrom", |
| 7352 | "zerovec-derive", |
| 7353 | ] |
| 7354 | |
| 7355 | [[package]] |
| 7356 | name = "zerovec-derive" |
| 7357 | version = "0.11.2" |
| 7358 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7359 | checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3" |
| 7360 | dependencies = [ |
| 7361 | "proc-macro2", |
| 7362 | "quote", |
| 7363 | "syn 2.0.117", |
| 7364 | ] |
| 7365 | |
| 7366 | [[package]] |
| 7367 | name = "zmij" |
| 7368 | version = "1.0.12" |
| 7369 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7370 | checksum = "2fc5a66a20078bf1251bde995aa2fdcc4b800c70b5d92dd2c62abc5c60f679f8" |
| 7371 | |
| 7372 | [[package]] |
| 7373 | name = "zune-core" |
| 7374 | version = "0.5.1" |
| 7375 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7376 | checksum = "cb8a0807f7c01457d0379ba880ba6322660448ddebc890ce29bb64da71fb40f9" |
| 7377 | |
| 7378 | [[package]] |
| 7379 | name = "zune-jpeg" |
| 7380 | version = "0.5.15" |
| 7381 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7382 | checksum = "27bc9d5b815bc103f142aa054f561d9187d191692ec7c2d1e2b4737f8dbd7296" |
| 7383 | dependencies = [ |
| 7384 | "zune-core", |
| 7385 | ] |
| 7386 | |
| 7387 | [[package]] |
| 7388 | name = "zvariant" |
| 7389 | version = "4.2.0" |
| 7390 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7391 | checksum = "2084290ab9a1c471c38fc524945837734fbf124487e105daec2bb57fd48c81fe" |
| 7392 | dependencies = [ |
| 7393 | "endi", |
| 7394 | "enumflags2", |
| 7395 | "serde", |
| 7396 | "static_assertions", |
| 7397 | "zvariant_derive", |
| 7398 | ] |
| 7399 | |
| 7400 | [[package]] |
| 7401 | name = "zvariant_derive" |
| 7402 | version = "4.2.0" |
| 7403 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7404 | checksum = "73e2ba546bda683a90652bac4a279bc146adad1386f25379cf73200d2002c449" |
| 7405 | dependencies = [ |
| 7406 | "proc-macro-crate", |
| 7407 | "proc-macro2", |
| 7408 | "quote", |
| 7409 | "syn 2.0.117", |
| 7410 | "zvariant_utils", |
| 7411 | ] |
| 7412 | |
| 7413 | [[package]] |
| 7414 | name = "zvariant_utils" |
| 7415 | version = "2.1.0" |
| 7416 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7417 | checksum = "c51bcff7cc3dbb5055396bcf774748c3dab426b4b8659046963523cee4808340" |
| 7418 | dependencies = [ |
| 7419 | "proc-macro2", |
| 7420 | "quote", |
| 7421 | "syn 2.0.117", |
| 7422 | ] |
| 7423 |