| 1 | # This file is automatically @generated by Cargo. |
| 2 | # It is not intended for manual editing. |
| 3 | version = 4 |
| 4 | |
| 5 | [[package]] |
| 6 | name = "aho-corasick" |
| 7 | version = "1.1.4" |
| 8 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 9 | checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" |
| 10 | dependencies = [ |
| 11 | "memchr", |
| 12 | ] |
| 13 | |
| 14 | [[package]] |
| 15 | name = "allocator-api2" |
| 16 | version = "0.2.21" |
| 17 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 18 | checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" |
| 19 | |
| 20 | [[package]] |
| 21 | name = "anyhow" |
| 22 | version = "1.0.102" |
| 23 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 24 | checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" |
| 25 | |
| 26 | [[package]] |
| 27 | name = "async-broadcast" |
| 28 | version = "0.7.2" |
| 29 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 30 | checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532" |
| 31 | dependencies = [ |
| 32 | "event-listener", |
| 33 | "event-listener-strategy", |
| 34 | "futures-core", |
| 35 | "pin-project-lite", |
| 36 | ] |
| 37 | |
| 38 | [[package]] |
| 39 | name = "async-channel" |
| 40 | version = "2.5.0" |
| 41 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 42 | checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2" |
| 43 | dependencies = [ |
| 44 | "concurrent-queue", |
| 45 | "event-listener-strategy", |
| 46 | "futures-core", |
| 47 | "pin-project-lite", |
| 48 | ] |
| 49 | |
| 50 | [[package]] |
| 51 | name = "async-executor" |
| 52 | version = "1.14.0" |
| 53 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 54 | checksum = "c96bf972d85afc50bf5ab8fe2d54d1586b4e0b46c97c50a0c9e71e2f7bcd812a" |
| 55 | dependencies = [ |
| 56 | "async-task", |
| 57 | "concurrent-queue", |
| 58 | "fastrand", |
| 59 | "futures-lite", |
| 60 | "pin-project-lite", |
| 61 | "slab", |
| 62 | ] |
| 63 | |
| 64 | [[package]] |
| 65 | name = "async-io" |
| 66 | version = "2.6.0" |
| 67 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 68 | checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc" |
| 69 | dependencies = [ |
| 70 | "autocfg", |
| 71 | "cfg-if", |
| 72 | "concurrent-queue", |
| 73 | "futures-io", |
| 74 | "futures-lite", |
| 75 | "parking", |
| 76 | "polling", |
| 77 | "rustix", |
| 78 | "slab", |
| 79 | "windows-sys 0.61.2", |
| 80 | ] |
| 81 | |
| 82 | [[package]] |
| 83 | name = "async-lock" |
| 84 | version = "3.4.2" |
| 85 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 86 | checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311" |
| 87 | dependencies = [ |
| 88 | "event-listener", |
| 89 | "event-listener-strategy", |
| 90 | "pin-project-lite", |
| 91 | ] |
| 92 | |
| 93 | [[package]] |
| 94 | name = "async-process" |
| 95 | version = "2.5.0" |
| 96 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 97 | checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75" |
| 98 | dependencies = [ |
| 99 | "async-channel", |
| 100 | "async-io", |
| 101 | "async-lock", |
| 102 | "async-signal", |
| 103 | "async-task", |
| 104 | "blocking", |
| 105 | "cfg-if", |
| 106 | "event-listener", |
| 107 | "futures-lite", |
| 108 | "rustix", |
| 109 | ] |
| 110 | |
| 111 | [[package]] |
| 112 | name = "async-recursion" |
| 113 | version = "1.1.1" |
| 114 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 115 | checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11" |
| 116 | dependencies = [ |
| 117 | "proc-macro2", |
| 118 | "quote", |
| 119 | "syn 2.0.117", |
| 120 | ] |
| 121 | |
| 122 | [[package]] |
| 123 | name = "async-signal" |
| 124 | version = "0.2.14" |
| 125 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 126 | checksum = "52b5aaafa020cf5053a01f2a60e8ff5dccf550f0f77ec54a4e47285ac2bab485" |
| 127 | dependencies = [ |
| 128 | "async-io", |
| 129 | "async-lock", |
| 130 | "atomic-waker", |
| 131 | "cfg-if", |
| 132 | "futures-core", |
| 133 | "futures-io", |
| 134 | "rustix", |
| 135 | "signal-hook-registry", |
| 136 | "slab", |
| 137 | "windows-sys 0.61.2", |
| 138 | ] |
| 139 | |
| 140 | [[package]] |
| 141 | name = "async-task" |
| 142 | version = "4.7.1" |
| 143 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 144 | checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" |
| 145 | |
| 146 | [[package]] |
| 147 | name = "async-trait" |
| 148 | version = "0.1.89" |
| 149 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 150 | checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" |
| 151 | dependencies = [ |
| 152 | "proc-macro2", |
| 153 | "quote", |
| 154 | "syn 2.0.117", |
| 155 | ] |
| 156 | |
| 157 | [[package]] |
| 158 | name = "atomic" |
| 159 | version = "0.6.1" |
| 160 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 161 | checksum = "a89cbf775b137e9b968e67227ef7f775587cde3fd31b0d8599dbd0f598a48340" |
| 162 | dependencies = [ |
| 163 | "bytemuck", |
| 164 | ] |
| 165 | |
| 166 | [[package]] |
| 167 | name = "atomic-waker" |
| 168 | version = "1.1.2" |
| 169 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 170 | checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" |
| 171 | |
| 172 | [[package]] |
| 173 | name = "autocfg" |
| 174 | version = "1.5.0" |
| 175 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 176 | checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" |
| 177 | |
| 178 | [[package]] |
| 179 | name = "base64" |
| 180 | version = "0.22.1" |
| 181 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 182 | checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" |
| 183 | |
| 184 | [[package]] |
| 185 | name = "bit-set" |
| 186 | version = "0.5.3" |
| 187 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 188 | checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1" |
| 189 | dependencies = [ |
| 190 | "bit-vec", |
| 191 | ] |
| 192 | |
| 193 | [[package]] |
| 194 | name = "bit-vec" |
| 195 | version = "0.6.3" |
| 196 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 197 | checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb" |
| 198 | |
| 199 | [[package]] |
| 200 | name = "bitflags" |
| 201 | version = "1.3.2" |
| 202 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 203 | checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
| 204 | |
| 205 | [[package]] |
| 206 | name = "bitflags" |
| 207 | version = "2.11.1" |
| 208 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 209 | checksum = "c4512299f36f043ab09a583e57bceb5a5aab7a73db1805848e8fef3c9e8c78b3" |
| 210 | |
| 211 | [[package]] |
| 212 | name = "block-buffer" |
| 213 | version = "0.10.4" |
| 214 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 215 | checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" |
| 216 | dependencies = [ |
| 217 | "generic-array", |
| 218 | ] |
| 219 | |
| 220 | [[package]] |
| 221 | name = "block2" |
| 222 | version = "0.6.2" |
| 223 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 224 | checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5" |
| 225 | dependencies = [ |
| 226 | "objc2", |
| 227 | ] |
| 228 | |
| 229 | [[package]] |
| 230 | name = "blocking" |
| 231 | version = "1.6.2" |
| 232 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 233 | checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21" |
| 234 | dependencies = [ |
| 235 | "async-channel", |
| 236 | "async-task", |
| 237 | "futures-io", |
| 238 | "futures-lite", |
| 239 | "piper", |
| 240 | ] |
| 241 | |
| 242 | [[package]] |
| 243 | name = "bumpalo" |
| 244 | version = "3.20.2" |
| 245 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 246 | checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb" |
| 247 | |
| 248 | [[package]] |
| 249 | name = "bytemuck" |
| 250 | version = "1.25.0" |
| 251 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 252 | checksum = "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec" |
| 253 | |
| 254 | [[package]] |
| 255 | name = "bytes" |
| 256 | version = "1.11.1" |
| 257 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 258 | checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" |
| 259 | |
| 260 | [[package]] |
| 261 | name = "castaway" |
| 262 | version = "0.2.4" |
| 263 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 264 | checksum = "dec551ab6e7578819132c713a93c022a05d60159dc86e7a7050223577484c55a" |
| 265 | dependencies = [ |
| 266 | "rustversion", |
| 267 | ] |
| 268 | |
| 269 | [[package]] |
| 270 | name = "cc" |
| 271 | version = "1.2.60" |
| 272 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 273 | checksum = "43c5703da9466b66a946814e1adf53ea2c90f10063b86290cc9eb67ce3478a20" |
| 274 | dependencies = [ |
| 275 | "find-msvc-tools", |
| 276 | "shlex", |
| 277 | ] |
| 278 | |
| 279 | [[package]] |
| 280 | name = "cfg-if" |
| 281 | version = "1.0.4" |
| 282 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 283 | checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" |
| 284 | |
| 285 | [[package]] |
| 286 | name = "cfg_aliases" |
| 287 | version = "0.2.1" |
| 288 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 289 | checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" |
| 290 | |
| 291 | [[package]] |
| 292 | name = "compact_str" |
| 293 | version = "0.9.0" |
| 294 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 295 | checksum = "3fdb1325a1cece981e8a296ab8f0f9b63ae357bd0784a9faaf548cc7b480707a" |
| 296 | dependencies = [ |
| 297 | "castaway", |
| 298 | "cfg-if", |
| 299 | "itoa", |
| 300 | "rustversion", |
| 301 | "ryu", |
| 302 | "static_assertions", |
| 303 | ] |
| 304 | |
| 305 | [[package]] |
| 306 | name = "concurrent-queue" |
| 307 | version = "2.5.0" |
| 308 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 309 | checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" |
| 310 | dependencies = [ |
| 311 | "crossbeam-utils", |
| 312 | ] |
| 313 | |
| 314 | [[package]] |
| 315 | name = "convert_case" |
| 316 | version = "0.10.0" |
| 317 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 318 | checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9" |
| 319 | dependencies = [ |
| 320 | "unicode-segmentation", |
| 321 | ] |
| 322 | |
| 323 | [[package]] |
| 324 | name = "cpufeatures" |
| 325 | version = "0.2.17" |
| 326 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 327 | checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" |
| 328 | dependencies = [ |
| 329 | "libc", |
| 330 | ] |
| 331 | |
| 332 | [[package]] |
| 333 | name = "crossbeam-utils" |
| 334 | version = "0.8.21" |
| 335 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 336 | checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" |
| 337 | |
| 338 | [[package]] |
| 339 | name = "crossterm" |
| 340 | version = "0.29.0" |
| 341 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 342 | checksum = "d8b9f2e4c67f833b660cdb0a3523065869fb35570177239812ed4c905aeff87b" |
| 343 | dependencies = [ |
| 344 | "bitflags 2.11.1", |
| 345 | "crossterm_winapi", |
| 346 | "derive_more", |
| 347 | "document-features", |
| 348 | "mio", |
| 349 | "parking_lot", |
| 350 | "rustix", |
| 351 | "signal-hook", |
| 352 | "signal-hook-mio", |
| 353 | "winapi", |
| 354 | ] |
| 355 | |
| 356 | [[package]] |
| 357 | name = "crossterm_winapi" |
| 358 | version = "0.9.1" |
| 359 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 360 | checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b" |
| 361 | dependencies = [ |
| 362 | "winapi", |
| 363 | ] |
| 364 | |
| 365 | [[package]] |
| 366 | name = "crypto-common" |
| 367 | version = "0.1.7" |
| 368 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 369 | checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a" |
| 370 | dependencies = [ |
| 371 | "generic-array", |
| 372 | "typenum", |
| 373 | ] |
| 374 | |
| 375 | [[package]] |
| 376 | name = "csscolorparser" |
| 377 | version = "0.6.2" |
| 378 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 379 | checksum = "eb2a7d3066da2de787b7f032c736763eb7ae5d355f81a68bab2675a96008b0bf" |
| 380 | dependencies = [ |
| 381 | "lab", |
| 382 | "phf", |
| 383 | ] |
| 384 | |
| 385 | [[package]] |
| 386 | name = "darling" |
| 387 | version = "0.23.0" |
| 388 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 389 | checksum = "25ae13da2f202d56bd7f91c25fba009e7717a1e4a1cc98a76d844b65ae912e9d" |
| 390 | dependencies = [ |
| 391 | "darling_core", |
| 392 | "darling_macro", |
| 393 | ] |
| 394 | |
| 395 | [[package]] |
| 396 | name = "darling_core" |
| 397 | version = "0.23.0" |
| 398 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 399 | checksum = "9865a50f7c335f53564bb694ef660825eb8610e0a53d3e11bf1b0d3df31e03b0" |
| 400 | dependencies = [ |
| 401 | "ident_case", |
| 402 | "proc-macro2", |
| 403 | "quote", |
| 404 | "strsim", |
| 405 | "syn 2.0.117", |
| 406 | ] |
| 407 | |
| 408 | [[package]] |
| 409 | name = "darling_macro" |
| 410 | version = "0.23.0" |
| 411 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 412 | checksum = "ac3984ec7bd6cfa798e62b4a642426a5be0e68f9401cfc2a01e3fa9ea2fcdb8d" |
| 413 | dependencies = [ |
| 414 | "darling_core", |
| 415 | "quote", |
| 416 | "syn 2.0.117", |
| 417 | ] |
| 418 | |
| 419 | [[package]] |
| 420 | name = "deltae" |
| 421 | version = "0.3.2" |
| 422 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 423 | checksum = "5729f5117e208430e437df2f4843f5e5952997175992d1414f94c57d61e270b4" |
| 424 | |
| 425 | [[package]] |
| 426 | name = "deranged" |
| 427 | version = "0.5.8" |
| 428 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 429 | checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c" |
| 430 | dependencies = [ |
| 431 | "powerfmt", |
| 432 | ] |
| 433 | |
| 434 | [[package]] |
| 435 | name = "derive_more" |
| 436 | version = "2.1.1" |
| 437 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 438 | checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134" |
| 439 | dependencies = [ |
| 440 | "derive_more-impl", |
| 441 | ] |
| 442 | |
| 443 | [[package]] |
| 444 | name = "derive_more-impl" |
| 445 | version = "2.1.1" |
| 446 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 447 | checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb" |
| 448 | dependencies = [ |
| 449 | "convert_case", |
| 450 | "proc-macro2", |
| 451 | "quote", |
| 452 | "rustc_version", |
| 453 | "syn 2.0.117", |
| 454 | ] |
| 455 | |
| 456 | [[package]] |
| 457 | name = "digest" |
| 458 | version = "0.10.7" |
| 459 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 460 | checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" |
| 461 | dependencies = [ |
| 462 | "block-buffer", |
| 463 | "crypto-common", |
| 464 | ] |
| 465 | |
| 466 | [[package]] |
| 467 | name = "directories" |
| 468 | version = "6.0.0" |
| 469 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 470 | checksum = "16f5094c54661b38d03bd7e50df373292118db60b585c08a411c6d840017fe7d" |
| 471 | dependencies = [ |
| 472 | "dirs-sys", |
| 473 | ] |
| 474 | |
| 475 | [[package]] |
| 476 | name = "dirs-sys" |
| 477 | version = "0.5.0" |
| 478 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 479 | checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab" |
| 480 | dependencies = [ |
| 481 | "libc", |
| 482 | "option-ext", |
| 483 | "redox_users", |
| 484 | "windows-sys 0.61.2", |
| 485 | ] |
| 486 | |
| 487 | [[package]] |
| 488 | name = "dispatch2" |
| 489 | version = "0.3.1" |
| 490 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 491 | checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38" |
| 492 | dependencies = [ |
| 493 | "bitflags 2.11.1", |
| 494 | "objc2", |
| 495 | ] |
| 496 | |
| 497 | [[package]] |
| 498 | name = "displaydoc" |
| 499 | version = "0.2.5" |
| 500 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 501 | checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" |
| 502 | dependencies = [ |
| 503 | "proc-macro2", |
| 504 | "quote", |
| 505 | "syn 2.0.117", |
| 506 | ] |
| 507 | |
| 508 | [[package]] |
| 509 | name = "document-features" |
| 510 | version = "0.2.12" |
| 511 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 512 | checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61" |
| 513 | dependencies = [ |
| 514 | "litrs", |
| 515 | ] |
| 516 | |
| 517 | [[package]] |
| 518 | name = "either" |
| 519 | version = "1.15.0" |
| 520 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 521 | checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" |
| 522 | |
| 523 | [[package]] |
| 524 | name = "endi" |
| 525 | version = "1.1.1" |
| 526 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 527 | checksum = "66b7e2430c6dff6a955451e2cfc438f09cea1965a9d6f87f7e3b90decc014099" |
| 528 | |
| 529 | [[package]] |
| 530 | name = "enumflags2" |
| 531 | version = "0.7.12" |
| 532 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 533 | checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef" |
| 534 | dependencies = [ |
| 535 | "enumflags2_derive", |
| 536 | "serde", |
| 537 | ] |
| 538 | |
| 539 | [[package]] |
| 540 | name = "enumflags2_derive" |
| 541 | version = "0.7.12" |
| 542 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 543 | checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827" |
| 544 | dependencies = [ |
| 545 | "proc-macro2", |
| 546 | "quote", |
| 547 | "syn 2.0.117", |
| 548 | ] |
| 549 | |
| 550 | [[package]] |
| 551 | name = "equivalent" |
| 552 | version = "1.0.2" |
| 553 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 554 | checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" |
| 555 | |
| 556 | [[package]] |
| 557 | name = "errno" |
| 558 | version = "0.3.14" |
| 559 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 560 | checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" |
| 561 | dependencies = [ |
| 562 | "libc", |
| 563 | "windows-sys 0.61.2", |
| 564 | ] |
| 565 | |
| 566 | [[package]] |
| 567 | name = "euclid" |
| 568 | version = "0.22.14" |
| 569 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 570 | checksum = "f1a05365e3b1c6d1650318537c7460c6923f1abdd272ad6842baa2b509957a06" |
| 571 | dependencies = [ |
| 572 | "num-traits", |
| 573 | ] |
| 574 | |
| 575 | [[package]] |
| 576 | name = "event-listener" |
| 577 | version = "5.4.1" |
| 578 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 579 | checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab" |
| 580 | dependencies = [ |
| 581 | "concurrent-queue", |
| 582 | "parking", |
| 583 | "pin-project-lite", |
| 584 | ] |
| 585 | |
| 586 | [[package]] |
| 587 | name = "event-listener-strategy" |
| 588 | version = "0.5.4" |
| 589 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 590 | checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93" |
| 591 | dependencies = [ |
| 592 | "event-listener", |
| 593 | "pin-project-lite", |
| 594 | ] |
| 595 | |
| 596 | [[package]] |
| 597 | name = "fancy-regex" |
| 598 | version = "0.11.0" |
| 599 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 600 | checksum = "b95f7c0680e4142284cf8b22c14a476e87d61b004a3a0861872b32ef7ead40a2" |
| 601 | dependencies = [ |
| 602 | "bit-set", |
| 603 | "regex", |
| 604 | ] |
| 605 | |
| 606 | [[package]] |
| 607 | name = "fastrand" |
| 608 | version = "2.4.1" |
| 609 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 610 | checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6" |
| 611 | |
| 612 | [[package]] |
| 613 | name = "filedescriptor" |
| 614 | version = "0.8.3" |
| 615 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 616 | checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d" |
| 617 | dependencies = [ |
| 618 | "libc", |
| 619 | "thiserror 1.0.69", |
| 620 | "winapi", |
| 621 | ] |
| 622 | |
| 623 | [[package]] |
| 624 | name = "find-msvc-tools" |
| 625 | version = "0.1.9" |
| 626 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 627 | checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" |
| 628 | |
| 629 | [[package]] |
| 630 | name = "finl_unicode" |
| 631 | version = "1.4.0" |
| 632 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 633 | checksum = "9844ddc3a6e533d62bba727eb6c28b5d360921d5175e9ff0f1e621a5c590a4d5" |
| 634 | |
| 635 | [[package]] |
| 636 | name = "fixedbitset" |
| 637 | version = "0.4.2" |
| 638 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 639 | checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" |
| 640 | |
| 641 | [[package]] |
| 642 | name = "fnv" |
| 643 | version = "1.0.7" |
| 644 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 645 | checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
| 646 | |
| 647 | [[package]] |
| 648 | name = "foldhash" |
| 649 | version = "0.1.5" |
| 650 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 651 | checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" |
| 652 | |
| 653 | [[package]] |
| 654 | name = "foldhash" |
| 655 | version = "0.2.0" |
| 656 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 657 | checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb" |
| 658 | |
| 659 | [[package]] |
| 660 | name = "form_urlencoded" |
| 661 | version = "1.2.2" |
| 662 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 663 | checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" |
| 664 | dependencies = [ |
| 665 | "percent-encoding", |
| 666 | ] |
| 667 | |
| 668 | [[package]] |
| 669 | name = "fs2" |
| 670 | version = "0.4.3" |
| 671 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 672 | checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213" |
| 673 | dependencies = [ |
| 674 | "libc", |
| 675 | "winapi", |
| 676 | ] |
| 677 | |
| 678 | [[package]] |
| 679 | name = "futures-channel" |
| 680 | version = "0.3.32" |
| 681 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 682 | checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d" |
| 683 | dependencies = [ |
| 684 | "futures-core", |
| 685 | "futures-sink", |
| 686 | ] |
| 687 | |
| 688 | [[package]] |
| 689 | name = "futures-core" |
| 690 | version = "0.3.32" |
| 691 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 692 | checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d" |
| 693 | |
| 694 | [[package]] |
| 695 | name = "futures-io" |
| 696 | version = "0.3.32" |
| 697 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 698 | checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718" |
| 699 | |
| 700 | [[package]] |
| 701 | name = "futures-lite" |
| 702 | version = "2.6.1" |
| 703 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 704 | checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad" |
| 705 | dependencies = [ |
| 706 | "fastrand", |
| 707 | "futures-core", |
| 708 | "futures-io", |
| 709 | "parking", |
| 710 | "pin-project-lite", |
| 711 | ] |
| 712 | |
| 713 | [[package]] |
| 714 | name = "futures-sink" |
| 715 | version = "0.3.32" |
| 716 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 717 | checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893" |
| 718 | |
| 719 | [[package]] |
| 720 | name = "futures-task" |
| 721 | version = "0.3.32" |
| 722 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 723 | checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393" |
| 724 | |
| 725 | [[package]] |
| 726 | name = "futures-util" |
| 727 | version = "0.3.32" |
| 728 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 729 | checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6" |
| 730 | dependencies = [ |
| 731 | "futures-core", |
| 732 | "futures-io", |
| 733 | "futures-sink", |
| 734 | "futures-task", |
| 735 | "memchr", |
| 736 | "pin-project-lite", |
| 737 | "slab", |
| 738 | ] |
| 739 | |
| 740 | [[package]] |
| 741 | name = "generic-array" |
| 742 | version = "0.14.7" |
| 743 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 744 | checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" |
| 745 | dependencies = [ |
| 746 | "typenum", |
| 747 | "version_check", |
| 748 | ] |
| 749 | |
| 750 | [[package]] |
| 751 | name = "getrandom" |
| 752 | version = "0.2.17" |
| 753 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 754 | checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" |
| 755 | dependencies = [ |
| 756 | "cfg-if", |
| 757 | "js-sys", |
| 758 | "libc", |
| 759 | "wasi", |
| 760 | "wasm-bindgen", |
| 761 | ] |
| 762 | |
| 763 | [[package]] |
| 764 | name = "getrandom" |
| 765 | version = "0.3.4" |
| 766 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 767 | checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" |
| 768 | dependencies = [ |
| 769 | "cfg-if", |
| 770 | "js-sys", |
| 771 | "libc", |
| 772 | "r-efi 5.3.0", |
| 773 | "wasip2", |
| 774 | "wasm-bindgen", |
| 775 | ] |
| 776 | |
| 777 | [[package]] |
| 778 | name = "getrandom" |
| 779 | version = "0.4.2" |
| 780 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 781 | checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555" |
| 782 | dependencies = [ |
| 783 | "cfg-if", |
| 784 | "libc", |
| 785 | "r-efi 6.0.0", |
| 786 | "wasip2", |
| 787 | "wasip3", |
| 788 | ] |
| 789 | |
| 790 | [[package]] |
| 791 | name = "hashbrown" |
| 792 | version = "0.15.5" |
| 793 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 794 | checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" |
| 795 | dependencies = [ |
| 796 | "foldhash 0.1.5", |
| 797 | ] |
| 798 | |
| 799 | [[package]] |
| 800 | name = "hashbrown" |
| 801 | version = "0.16.1" |
| 802 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 803 | checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" |
| 804 | dependencies = [ |
| 805 | "allocator-api2", |
| 806 | "equivalent", |
| 807 | "foldhash 0.2.0", |
| 808 | ] |
| 809 | |
| 810 | [[package]] |
| 811 | name = "hashbrown" |
| 812 | version = "0.17.0" |
| 813 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 814 | checksum = "4f467dd6dccf739c208452f8014c75c18bb8301b050ad1cfb27153803edb0f51" |
| 815 | |
| 816 | [[package]] |
| 817 | name = "heck" |
| 818 | version = "0.5.0" |
| 819 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 820 | checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
| 821 | |
| 822 | [[package]] |
| 823 | name = "hermit-abi" |
| 824 | version = "0.5.2" |
| 825 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 826 | checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" |
| 827 | |
| 828 | [[package]] |
| 829 | name = "hex" |
| 830 | version = "0.4.3" |
| 831 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 832 | checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" |
| 833 | |
| 834 | [[package]] |
| 835 | name = "http" |
| 836 | version = "1.4.0" |
| 837 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 838 | checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a" |
| 839 | dependencies = [ |
| 840 | "bytes", |
| 841 | "itoa", |
| 842 | ] |
| 843 | |
| 844 | [[package]] |
| 845 | name = "http-body" |
| 846 | version = "1.0.1" |
| 847 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 848 | checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" |
| 849 | dependencies = [ |
| 850 | "bytes", |
| 851 | "http", |
| 852 | ] |
| 853 | |
| 854 | [[package]] |
| 855 | name = "http-body-util" |
| 856 | version = "0.1.3" |
| 857 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 858 | checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" |
| 859 | dependencies = [ |
| 860 | "bytes", |
| 861 | "futures-core", |
| 862 | "http", |
| 863 | "http-body", |
| 864 | "pin-project-lite", |
| 865 | ] |
| 866 | |
| 867 | [[package]] |
| 868 | name = "httparse" |
| 869 | version = "1.10.1" |
| 870 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 871 | checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" |
| 872 | |
| 873 | [[package]] |
| 874 | name = "hyper" |
| 875 | version = "1.9.0" |
| 876 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 877 | checksum = "6299f016b246a94207e63da54dbe807655bf9e00044f73ded42c3ac5305fbcca" |
| 878 | dependencies = [ |
| 879 | "atomic-waker", |
| 880 | "bytes", |
| 881 | "futures-channel", |
| 882 | "futures-core", |
| 883 | "http", |
| 884 | "http-body", |
| 885 | "httparse", |
| 886 | "itoa", |
| 887 | "pin-project-lite", |
| 888 | "smallvec", |
| 889 | "tokio", |
| 890 | "want", |
| 891 | ] |
| 892 | |
| 893 | [[package]] |
| 894 | name = "hyper-rustls" |
| 895 | version = "0.27.9" |
| 896 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 897 | checksum = "33ca68d021ef39cf6463ab54c1d0f5daf03377b70561305bb89a8f83aab66e0f" |
| 898 | dependencies = [ |
| 899 | "http", |
| 900 | "hyper", |
| 901 | "hyper-util", |
| 902 | "rustls", |
| 903 | "tokio", |
| 904 | "tokio-rustls", |
| 905 | "tower-service", |
| 906 | "webpki-roots", |
| 907 | ] |
| 908 | |
| 909 | [[package]] |
| 910 | name = "hyper-util" |
| 911 | version = "0.1.20" |
| 912 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 913 | checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0" |
| 914 | dependencies = [ |
| 915 | "base64", |
| 916 | "bytes", |
| 917 | "futures-channel", |
| 918 | "futures-util", |
| 919 | "http", |
| 920 | "http-body", |
| 921 | "hyper", |
| 922 | "ipnet", |
| 923 | "libc", |
| 924 | "percent-encoding", |
| 925 | "pin-project-lite", |
| 926 | "socket2", |
| 927 | "tokio", |
| 928 | "tower-service", |
| 929 | "tracing", |
| 930 | ] |
| 931 | |
| 932 | [[package]] |
| 933 | name = "icu_collections" |
| 934 | version = "2.2.0" |
| 935 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 936 | checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c" |
| 937 | dependencies = [ |
| 938 | "displaydoc", |
| 939 | "potential_utf", |
| 940 | "utf8_iter", |
| 941 | "yoke", |
| 942 | "zerofrom", |
| 943 | "zerovec", |
| 944 | ] |
| 945 | |
| 946 | [[package]] |
| 947 | name = "icu_locale_core" |
| 948 | version = "2.2.0" |
| 949 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 950 | checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29" |
| 951 | dependencies = [ |
| 952 | "displaydoc", |
| 953 | "litemap", |
| 954 | "tinystr", |
| 955 | "writeable", |
| 956 | "zerovec", |
| 957 | ] |
| 958 | |
| 959 | [[package]] |
| 960 | name = "icu_normalizer" |
| 961 | version = "2.2.0" |
| 962 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 963 | checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4" |
| 964 | dependencies = [ |
| 965 | "icu_collections", |
| 966 | "icu_normalizer_data", |
| 967 | "icu_properties", |
| 968 | "icu_provider", |
| 969 | "smallvec", |
| 970 | "zerovec", |
| 971 | ] |
| 972 | |
| 973 | [[package]] |
| 974 | name = "icu_normalizer_data" |
| 975 | version = "2.2.0" |
| 976 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 977 | checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38" |
| 978 | |
| 979 | [[package]] |
| 980 | name = "icu_properties" |
| 981 | version = "2.2.0" |
| 982 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 983 | checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de" |
| 984 | dependencies = [ |
| 985 | "icu_collections", |
| 986 | "icu_locale_core", |
| 987 | "icu_properties_data", |
| 988 | "icu_provider", |
| 989 | "zerotrie", |
| 990 | "zerovec", |
| 991 | ] |
| 992 | |
| 993 | [[package]] |
| 994 | name = "icu_properties_data" |
| 995 | version = "2.2.0" |
| 996 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 997 | checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14" |
| 998 | |
| 999 | [[package]] |
| 1000 | name = "icu_provider" |
| 1001 | version = "2.2.0" |
| 1002 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1003 | checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421" |
| 1004 | dependencies = [ |
| 1005 | "displaydoc", |
| 1006 | "icu_locale_core", |
| 1007 | "writeable", |
| 1008 | "yoke", |
| 1009 | "zerofrom", |
| 1010 | "zerotrie", |
| 1011 | "zerovec", |
| 1012 | ] |
| 1013 | |
| 1014 | [[package]] |
| 1015 | name = "id-arena" |
| 1016 | version = "2.3.0" |
| 1017 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1018 | checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954" |
| 1019 | |
| 1020 | [[package]] |
| 1021 | name = "ident_case" |
| 1022 | version = "1.0.1" |
| 1023 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1024 | checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" |
| 1025 | |
| 1026 | [[package]] |
| 1027 | name = "idna" |
| 1028 | version = "1.1.0" |
| 1029 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1030 | checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" |
| 1031 | dependencies = [ |
| 1032 | "idna_adapter", |
| 1033 | "smallvec", |
| 1034 | "utf8_iter", |
| 1035 | ] |
| 1036 | |
| 1037 | [[package]] |
| 1038 | name = "idna_adapter" |
| 1039 | version = "1.2.1" |
| 1040 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1041 | checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" |
| 1042 | dependencies = [ |
| 1043 | "icu_normalizer", |
| 1044 | "icu_properties", |
| 1045 | ] |
| 1046 | |
| 1047 | [[package]] |
| 1048 | name = "indexmap" |
| 1049 | version = "2.14.0" |
| 1050 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1051 | checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9" |
| 1052 | dependencies = [ |
| 1053 | "equivalent", |
| 1054 | "hashbrown 0.17.0", |
| 1055 | "serde", |
| 1056 | "serde_core", |
| 1057 | ] |
| 1058 | |
| 1059 | [[package]] |
| 1060 | name = "indoc" |
| 1061 | version = "2.0.7" |
| 1062 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1063 | checksum = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706" |
| 1064 | dependencies = [ |
| 1065 | "rustversion", |
| 1066 | ] |
| 1067 | |
| 1068 | [[package]] |
| 1069 | name = "instability" |
| 1070 | version = "0.3.12" |
| 1071 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1072 | checksum = "5eb2d60ef19920a3a9193c3e371f726ec1dafc045dac788d0fb3704272458971" |
| 1073 | dependencies = [ |
| 1074 | "darling", |
| 1075 | "indoc", |
| 1076 | "proc-macro2", |
| 1077 | "quote", |
| 1078 | "syn 2.0.117", |
| 1079 | ] |
| 1080 | |
| 1081 | [[package]] |
| 1082 | name = "ipnet" |
| 1083 | version = "2.12.0" |
| 1084 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1085 | checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2" |
| 1086 | |
| 1087 | [[package]] |
| 1088 | name = "iri-string" |
| 1089 | version = "0.7.12" |
| 1090 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1091 | checksum = "25e659a4bb38e810ebc252e53b5814ff908a8c58c2a9ce2fae1bbec24cbf4e20" |
| 1092 | dependencies = [ |
| 1093 | "memchr", |
| 1094 | "serde", |
| 1095 | ] |
| 1096 | |
| 1097 | [[package]] |
| 1098 | name = "itertools" |
| 1099 | version = "0.14.0" |
| 1100 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1101 | checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285" |
| 1102 | dependencies = [ |
| 1103 | "either", |
| 1104 | ] |
| 1105 | |
| 1106 | [[package]] |
| 1107 | name = "itoa" |
| 1108 | version = "1.0.18" |
| 1109 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1110 | checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" |
| 1111 | |
| 1112 | [[package]] |
| 1113 | name = "js-sys" |
| 1114 | version = "0.3.95" |
| 1115 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1116 | checksum = "2964e92d1d9dc3364cae4d718d93f227e3abb088e747d92e0395bfdedf1c12ca" |
| 1117 | dependencies = [ |
| 1118 | "cfg-if", |
| 1119 | "futures-util", |
| 1120 | "once_cell", |
| 1121 | "wasm-bindgen", |
| 1122 | ] |
| 1123 | |
| 1124 | [[package]] |
| 1125 | name = "kasuari" |
| 1126 | version = "0.4.12" |
| 1127 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1128 | checksum = "bde5057d6143cc94e861d90f591b9303d6716c6b9602309150bd068853c10899" |
| 1129 | dependencies = [ |
| 1130 | "hashbrown 0.16.1", |
| 1131 | "portable-atomic", |
| 1132 | "thiserror 2.0.18", |
| 1133 | ] |
| 1134 | |
| 1135 | [[package]] |
| 1136 | name = "keyring" |
| 1137 | version = "3.6.3" |
| 1138 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1139 | checksum = "eebcc3aff044e5944a8fbaf69eb277d11986064cba30c468730e8b9909fb551c" |
| 1140 | dependencies = [ |
| 1141 | "log", |
| 1142 | "zeroize", |
| 1143 | ] |
| 1144 | |
| 1145 | [[package]] |
| 1146 | name = "lab" |
| 1147 | version = "0.11.0" |
| 1148 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1149 | checksum = "bf36173d4167ed999940f804952e6b08197cae5ad5d572eb4db150ce8ad5d58f" |
| 1150 | |
| 1151 | [[package]] |
| 1152 | name = "lazy_static" |
| 1153 | version = "1.5.0" |
| 1154 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1155 | checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" |
| 1156 | |
| 1157 | [[package]] |
| 1158 | name = "leb128fmt" |
| 1159 | version = "0.1.0" |
| 1160 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1161 | checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2" |
| 1162 | |
| 1163 | [[package]] |
| 1164 | name = "libc" |
| 1165 | version = "0.2.185" |
| 1166 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1167 | checksum = "52ff2c0fe9bc6cb6b14a0592c2ff4fa9ceb83eea9db979b0487cd054946a2b8f" |
| 1168 | |
| 1169 | [[package]] |
| 1170 | name = "libredox" |
| 1171 | version = "0.1.16" |
| 1172 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1173 | checksum = "e02f3bb43d335493c96bf3fd3a321600bf6bd07ed34bc64118e9293bdffea46c" |
| 1174 | dependencies = [ |
| 1175 | "libc", |
| 1176 | ] |
| 1177 | |
| 1178 | [[package]] |
| 1179 | name = "line-clipping" |
| 1180 | version = "0.3.7" |
| 1181 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1182 | checksum = "3f50e8f47623268b5407192d26876c4d7f89d686ca130fdc53bced4814cd29f8" |
| 1183 | dependencies = [ |
| 1184 | "bitflags 2.11.1", |
| 1185 | ] |
| 1186 | |
| 1187 | [[package]] |
| 1188 | name = "linux-raw-sys" |
| 1189 | version = "0.12.1" |
| 1190 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1191 | checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53" |
| 1192 | |
| 1193 | [[package]] |
| 1194 | name = "litemap" |
| 1195 | version = "0.8.2" |
| 1196 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1197 | checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0" |
| 1198 | |
| 1199 | [[package]] |
| 1200 | name = "litrs" |
| 1201 | version = "1.0.0" |
| 1202 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1203 | checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092" |
| 1204 | |
| 1205 | [[package]] |
| 1206 | name = "lock_api" |
| 1207 | version = "0.4.14" |
| 1208 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1209 | checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" |
| 1210 | dependencies = [ |
| 1211 | "scopeguard", |
| 1212 | ] |
| 1213 | |
| 1214 | [[package]] |
| 1215 | name = "log" |
| 1216 | version = "0.4.29" |
| 1217 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1218 | checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" |
| 1219 | |
| 1220 | [[package]] |
| 1221 | name = "lru" |
| 1222 | version = "0.16.4" |
| 1223 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1224 | checksum = "7f66e8d5d03f609abc3a39e6f08e4164ebf1447a732906d39eb9b99b7919ef39" |
| 1225 | dependencies = [ |
| 1226 | "hashbrown 0.16.1", |
| 1227 | ] |
| 1228 | |
| 1229 | [[package]] |
| 1230 | name = "lru-slab" |
| 1231 | version = "0.1.2" |
| 1232 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1233 | checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154" |
| 1234 | |
| 1235 | [[package]] |
| 1236 | name = "mac-notification-sys" |
| 1237 | version = "0.6.12" |
| 1238 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1239 | checksum = "29a16783dd1a47849b8c8133c9cd3eb2112cfbc6901670af3dba47c8bbfb07d3" |
| 1240 | dependencies = [ |
| 1241 | "cc", |
| 1242 | "objc2", |
| 1243 | "objc2-foundation", |
| 1244 | "time", |
| 1245 | ] |
| 1246 | |
| 1247 | [[package]] |
| 1248 | name = "mac_address" |
| 1249 | version = "1.1.8" |
| 1250 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1251 | checksum = "c0aeb26bf5e836cc1c341c8106051b573f1766dfa05aa87f0b98be5e51b02303" |
| 1252 | dependencies = [ |
| 1253 | "nix", |
| 1254 | "winapi", |
| 1255 | ] |
| 1256 | |
| 1257 | [[package]] |
| 1258 | name = "memchr" |
| 1259 | version = "2.8.0" |
| 1260 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1261 | checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" |
| 1262 | |
| 1263 | [[package]] |
| 1264 | name = "memmem" |
| 1265 | version = "0.1.1" |
| 1266 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1267 | checksum = "a64a92489e2744ce060c349162be1c5f33c6969234104dbd99ddb5feb08b8c15" |
| 1268 | |
| 1269 | [[package]] |
| 1270 | name = "memoffset" |
| 1271 | version = "0.9.1" |
| 1272 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1273 | checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" |
| 1274 | dependencies = [ |
| 1275 | "autocfg", |
| 1276 | ] |
| 1277 | |
| 1278 | [[package]] |
| 1279 | name = "minimal-lexical" |
| 1280 | version = "0.2.1" |
| 1281 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1282 | checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" |
| 1283 | |
| 1284 | [[package]] |
| 1285 | name = "mio" |
| 1286 | version = "1.2.0" |
| 1287 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1288 | checksum = "50b7e5b27aa02a74bac8c3f23f448f8d87ff11f92d3aac1a6ed369ee08cc56c1" |
| 1289 | dependencies = [ |
| 1290 | "libc", |
| 1291 | "log", |
| 1292 | "wasi", |
| 1293 | "windows-sys 0.61.2", |
| 1294 | ] |
| 1295 | |
| 1296 | [[package]] |
| 1297 | name = "nix" |
| 1298 | version = "0.29.0" |
| 1299 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1300 | checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" |
| 1301 | dependencies = [ |
| 1302 | "bitflags 2.11.1", |
| 1303 | "cfg-if", |
| 1304 | "cfg_aliases", |
| 1305 | "libc", |
| 1306 | "memoffset", |
| 1307 | ] |
| 1308 | |
| 1309 | [[package]] |
| 1310 | name = "nom" |
| 1311 | version = "7.1.3" |
| 1312 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1313 | checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" |
| 1314 | dependencies = [ |
| 1315 | "memchr", |
| 1316 | "minimal-lexical", |
| 1317 | ] |
| 1318 | |
| 1319 | [[package]] |
| 1320 | name = "notify-rust" |
| 1321 | version = "4.16.0" |
| 1322 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1323 | checksum = "5e551a9f0db223eaf3eb156906f99f46897fd951ee66dd1cb0be14db4d36d2fa" |
| 1324 | dependencies = [ |
| 1325 | "futures-lite", |
| 1326 | "log", |
| 1327 | "mac-notification-sys", |
| 1328 | "serde", |
| 1329 | "tauri-winrt-notification", |
| 1330 | "zbus", |
| 1331 | ] |
| 1332 | |
| 1333 | [[package]] |
| 1334 | name = "num-conv" |
| 1335 | version = "0.2.1" |
| 1336 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1337 | checksum = "c6673768db2d862beb9b39a78fdcb1a69439615d5794a1be50caa9bc92c81967" |
| 1338 | |
| 1339 | [[package]] |
| 1340 | name = "num-derive" |
| 1341 | version = "0.4.2" |
| 1342 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1343 | checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202" |
| 1344 | dependencies = [ |
| 1345 | "proc-macro2", |
| 1346 | "quote", |
| 1347 | "syn 2.0.117", |
| 1348 | ] |
| 1349 | |
| 1350 | [[package]] |
| 1351 | name = "num-traits" |
| 1352 | version = "0.2.19" |
| 1353 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1354 | checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" |
| 1355 | dependencies = [ |
| 1356 | "autocfg", |
| 1357 | ] |
| 1358 | |
| 1359 | [[package]] |
| 1360 | name = "num_threads" |
| 1361 | version = "0.1.7" |
| 1362 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1363 | checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9" |
| 1364 | dependencies = [ |
| 1365 | "libc", |
| 1366 | ] |
| 1367 | |
| 1368 | [[package]] |
| 1369 | name = "objc2" |
| 1370 | version = "0.6.4" |
| 1371 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1372 | checksum = "3a12a8ed07aefc768292f076dc3ac8c48f3781c8f2d5851dd3d98950e8c5a89f" |
| 1373 | dependencies = [ |
| 1374 | "objc2-encode", |
| 1375 | ] |
| 1376 | |
| 1377 | [[package]] |
| 1378 | name = "objc2-core-foundation" |
| 1379 | version = "0.3.2" |
| 1380 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1381 | checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536" |
| 1382 | dependencies = [ |
| 1383 | "bitflags 2.11.1", |
| 1384 | "dispatch2", |
| 1385 | "objc2", |
| 1386 | ] |
| 1387 | |
| 1388 | [[package]] |
| 1389 | name = "objc2-encode" |
| 1390 | version = "4.1.0" |
| 1391 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1392 | checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33" |
| 1393 | |
| 1394 | [[package]] |
| 1395 | name = "objc2-foundation" |
| 1396 | version = "0.3.2" |
| 1397 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1398 | checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272" |
| 1399 | dependencies = [ |
| 1400 | "bitflags 2.11.1", |
| 1401 | "block2", |
| 1402 | "libc", |
| 1403 | "objc2", |
| 1404 | "objc2-core-foundation", |
| 1405 | ] |
| 1406 | |
| 1407 | [[package]] |
| 1408 | name = "once_cell" |
| 1409 | version = "1.21.4" |
| 1410 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1411 | checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" |
| 1412 | |
| 1413 | [[package]] |
| 1414 | name = "option-ext" |
| 1415 | version = "0.2.0" |
| 1416 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1417 | checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" |
| 1418 | |
| 1419 | [[package]] |
| 1420 | name = "ordered-float" |
| 1421 | version = "4.6.0" |
| 1422 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1423 | checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951" |
| 1424 | dependencies = [ |
| 1425 | "num-traits", |
| 1426 | ] |
| 1427 | |
| 1428 | [[package]] |
| 1429 | name = "ordered-stream" |
| 1430 | version = "0.2.0" |
| 1431 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1432 | checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50" |
| 1433 | dependencies = [ |
| 1434 | "futures-core", |
| 1435 | "pin-project-lite", |
| 1436 | ] |
| 1437 | |
| 1438 | [[package]] |
| 1439 | name = "parking" |
| 1440 | version = "2.2.1" |
| 1441 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1442 | checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" |
| 1443 | |
| 1444 | [[package]] |
| 1445 | name = "parking_lot" |
| 1446 | version = "0.12.5" |
| 1447 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1448 | checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" |
| 1449 | dependencies = [ |
| 1450 | "lock_api", |
| 1451 | "parking_lot_core", |
| 1452 | ] |
| 1453 | |
| 1454 | [[package]] |
| 1455 | name = "parking_lot_core" |
| 1456 | version = "0.9.12" |
| 1457 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1458 | checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" |
| 1459 | dependencies = [ |
| 1460 | "cfg-if", |
| 1461 | "libc", |
| 1462 | "redox_syscall", |
| 1463 | "smallvec", |
| 1464 | "windows-link 0.2.1", |
| 1465 | ] |
| 1466 | |
| 1467 | [[package]] |
| 1468 | name = "percent-encoding" |
| 1469 | version = "2.3.2" |
| 1470 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1471 | checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" |
| 1472 | |
| 1473 | [[package]] |
| 1474 | name = "pest" |
| 1475 | version = "2.8.6" |
| 1476 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1477 | checksum = "e0848c601009d37dfa3430c4666e147e49cdcf1b92ecd3e63657d8a5f19da662" |
| 1478 | dependencies = [ |
| 1479 | "memchr", |
| 1480 | "ucd-trie", |
| 1481 | ] |
| 1482 | |
| 1483 | [[package]] |
| 1484 | name = "pest_derive" |
| 1485 | version = "2.8.6" |
| 1486 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1487 | checksum = "11f486f1ea21e6c10ed15d5a7c77165d0ee443402f0780849d1768e7d9d6fe77" |
| 1488 | dependencies = [ |
| 1489 | "pest", |
| 1490 | "pest_generator", |
| 1491 | ] |
| 1492 | |
| 1493 | [[package]] |
| 1494 | name = "pest_generator" |
| 1495 | version = "2.8.6" |
| 1496 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1497 | checksum = "8040c4647b13b210a963c1ed407c1ff4fdfa01c31d6d2a098218702e6664f94f" |
| 1498 | dependencies = [ |
| 1499 | "pest", |
| 1500 | "pest_meta", |
| 1501 | "proc-macro2", |
| 1502 | "quote", |
| 1503 | "syn 2.0.117", |
| 1504 | ] |
| 1505 | |
| 1506 | [[package]] |
| 1507 | name = "pest_meta" |
| 1508 | version = "2.8.6" |
| 1509 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1510 | checksum = "89815c69d36021a140146f26659a81d6c2afa33d216d736dd4be5381a7362220" |
| 1511 | dependencies = [ |
| 1512 | "pest", |
| 1513 | "sha2", |
| 1514 | ] |
| 1515 | |
| 1516 | [[package]] |
| 1517 | name = "phf" |
| 1518 | version = "0.11.3" |
| 1519 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1520 | checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078" |
| 1521 | dependencies = [ |
| 1522 | "phf_macros", |
| 1523 | "phf_shared", |
| 1524 | ] |
| 1525 | |
| 1526 | [[package]] |
| 1527 | name = "phf_codegen" |
| 1528 | version = "0.11.3" |
| 1529 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1530 | checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a" |
| 1531 | dependencies = [ |
| 1532 | "phf_generator", |
| 1533 | "phf_shared", |
| 1534 | ] |
| 1535 | |
| 1536 | [[package]] |
| 1537 | name = "phf_generator" |
| 1538 | version = "0.11.3" |
| 1539 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1540 | checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d" |
| 1541 | dependencies = [ |
| 1542 | "phf_shared", |
| 1543 | "rand 0.8.6", |
| 1544 | ] |
| 1545 | |
| 1546 | [[package]] |
| 1547 | name = "phf_macros" |
| 1548 | version = "0.11.3" |
| 1549 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1550 | checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216" |
| 1551 | dependencies = [ |
| 1552 | "phf_generator", |
| 1553 | "phf_shared", |
| 1554 | "proc-macro2", |
| 1555 | "quote", |
| 1556 | "syn 2.0.117", |
| 1557 | ] |
| 1558 | |
| 1559 | [[package]] |
| 1560 | name = "phf_shared" |
| 1561 | version = "0.11.3" |
| 1562 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1563 | checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5" |
| 1564 | dependencies = [ |
| 1565 | "siphasher", |
| 1566 | ] |
| 1567 | |
| 1568 | [[package]] |
| 1569 | name = "pin-project-lite" |
| 1570 | version = "0.2.17" |
| 1571 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1572 | checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd" |
| 1573 | |
| 1574 | [[package]] |
| 1575 | name = "piper" |
| 1576 | version = "0.2.5" |
| 1577 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1578 | checksum = "c835479a4443ded371d6c535cbfd8d31ad92c5d23ae9770a61bc155e4992a3c1" |
| 1579 | dependencies = [ |
| 1580 | "atomic-waker", |
| 1581 | "fastrand", |
| 1582 | "futures-io", |
| 1583 | ] |
| 1584 | |
| 1585 | [[package]] |
| 1586 | name = "polling" |
| 1587 | version = "3.11.0" |
| 1588 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1589 | checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218" |
| 1590 | dependencies = [ |
| 1591 | "cfg-if", |
| 1592 | "concurrent-queue", |
| 1593 | "hermit-abi", |
| 1594 | "pin-project-lite", |
| 1595 | "rustix", |
| 1596 | "windows-sys 0.61.2", |
| 1597 | ] |
| 1598 | |
| 1599 | [[package]] |
| 1600 | name = "portable-atomic" |
| 1601 | version = "1.13.1" |
| 1602 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1603 | checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49" |
| 1604 | |
| 1605 | [[package]] |
| 1606 | name = "potential_utf" |
| 1607 | version = "0.1.5" |
| 1608 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1609 | checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564" |
| 1610 | dependencies = [ |
| 1611 | "zerovec", |
| 1612 | ] |
| 1613 | |
| 1614 | [[package]] |
| 1615 | name = "powerfmt" |
| 1616 | version = "0.2.0" |
| 1617 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1618 | checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" |
| 1619 | |
| 1620 | [[package]] |
| 1621 | name = "ppv-lite86" |
| 1622 | version = "0.2.21" |
| 1623 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1624 | checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" |
| 1625 | dependencies = [ |
| 1626 | "zerocopy", |
| 1627 | ] |
| 1628 | |
| 1629 | [[package]] |
| 1630 | name = "prettyplease" |
| 1631 | version = "0.2.37" |
| 1632 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1633 | checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" |
| 1634 | dependencies = [ |
| 1635 | "proc-macro2", |
| 1636 | "syn 2.0.117", |
| 1637 | ] |
| 1638 | |
| 1639 | [[package]] |
| 1640 | name = "proc-macro-crate" |
| 1641 | version = "3.5.0" |
| 1642 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1643 | checksum = "e67ba7e9b2b56446f1d419b1d807906278ffa1a658a8a5d8a39dcb1f5a78614f" |
| 1644 | dependencies = [ |
| 1645 | "toml_edit", |
| 1646 | ] |
| 1647 | |
| 1648 | [[package]] |
| 1649 | name = "proc-macro2" |
| 1650 | version = "1.0.106" |
| 1651 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1652 | checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" |
| 1653 | dependencies = [ |
| 1654 | "unicode-ident", |
| 1655 | ] |
| 1656 | |
| 1657 | [[package]] |
| 1658 | name = "quick-xml" |
| 1659 | version = "0.37.5" |
| 1660 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1661 | checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb" |
| 1662 | dependencies = [ |
| 1663 | "memchr", |
| 1664 | ] |
| 1665 | |
| 1666 | [[package]] |
| 1667 | name = "quinn" |
| 1668 | version = "0.11.9" |
| 1669 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1670 | checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20" |
| 1671 | dependencies = [ |
| 1672 | "bytes", |
| 1673 | "cfg_aliases", |
| 1674 | "pin-project-lite", |
| 1675 | "quinn-proto", |
| 1676 | "quinn-udp", |
| 1677 | "rustc-hash", |
| 1678 | "rustls", |
| 1679 | "socket2", |
| 1680 | "thiserror 2.0.18", |
| 1681 | "tokio", |
| 1682 | "tracing", |
| 1683 | "web-time", |
| 1684 | ] |
| 1685 | |
| 1686 | [[package]] |
| 1687 | name = "quinn-proto" |
| 1688 | version = "0.11.14" |
| 1689 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1690 | checksum = "434b42fec591c96ef50e21e886936e66d3cc3f737104fdb9b737c40ffb94c098" |
| 1691 | dependencies = [ |
| 1692 | "bytes", |
| 1693 | "getrandom 0.3.4", |
| 1694 | "lru-slab", |
| 1695 | "rand 0.9.4", |
| 1696 | "ring", |
| 1697 | "rustc-hash", |
| 1698 | "rustls", |
| 1699 | "rustls-pki-types", |
| 1700 | "slab", |
| 1701 | "thiserror 2.0.18", |
| 1702 | "tinyvec", |
| 1703 | "tracing", |
| 1704 | "web-time", |
| 1705 | ] |
| 1706 | |
| 1707 | [[package]] |
| 1708 | name = "quinn-udp" |
| 1709 | version = "0.5.14" |
| 1710 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1711 | checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd" |
| 1712 | dependencies = [ |
| 1713 | "cfg_aliases", |
| 1714 | "libc", |
| 1715 | "once_cell", |
| 1716 | "socket2", |
| 1717 | "tracing", |
| 1718 | "windows-sys 0.60.2", |
| 1719 | ] |
| 1720 | |
| 1721 | [[package]] |
| 1722 | name = "quote" |
| 1723 | version = "1.0.45" |
| 1724 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1725 | checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924" |
| 1726 | dependencies = [ |
| 1727 | "proc-macro2", |
| 1728 | ] |
| 1729 | |
| 1730 | [[package]] |
| 1731 | name = "r-efi" |
| 1732 | version = "5.3.0" |
| 1733 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1734 | checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" |
| 1735 | |
| 1736 | [[package]] |
| 1737 | name = "r-efi" |
| 1738 | version = "6.0.0" |
| 1739 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1740 | checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf" |
| 1741 | |
| 1742 | [[package]] |
| 1743 | name = "rand" |
| 1744 | version = "0.8.6" |
| 1745 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1746 | checksum = "5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a" |
| 1747 | dependencies = [ |
| 1748 | "rand_core 0.6.4", |
| 1749 | ] |
| 1750 | |
| 1751 | [[package]] |
| 1752 | name = "rand" |
| 1753 | version = "0.9.4" |
| 1754 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1755 | checksum = "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea" |
| 1756 | dependencies = [ |
| 1757 | "rand_chacha", |
| 1758 | "rand_core 0.9.5", |
| 1759 | ] |
| 1760 | |
| 1761 | [[package]] |
| 1762 | name = "rand_chacha" |
| 1763 | version = "0.9.0" |
| 1764 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1765 | checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" |
| 1766 | dependencies = [ |
| 1767 | "ppv-lite86", |
| 1768 | "rand_core 0.9.5", |
| 1769 | ] |
| 1770 | |
| 1771 | [[package]] |
| 1772 | name = "rand_core" |
| 1773 | version = "0.6.4" |
| 1774 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1775 | checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" |
| 1776 | |
| 1777 | [[package]] |
| 1778 | name = "rand_core" |
| 1779 | version = "0.9.5" |
| 1780 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1781 | checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c" |
| 1782 | dependencies = [ |
| 1783 | "getrandom 0.3.4", |
| 1784 | ] |
| 1785 | |
| 1786 | [[package]] |
| 1787 | name = "ratatui" |
| 1788 | version = "0.30.0" |
| 1789 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1790 | checksum = "d1ce67fb8ba4446454d1c8dbaeda0557ff5e94d39d5e5ed7f10a65eb4c8266bc" |
| 1791 | dependencies = [ |
| 1792 | "instability", |
| 1793 | "ratatui-core", |
| 1794 | "ratatui-crossterm", |
| 1795 | "ratatui-macros", |
| 1796 | "ratatui-termwiz", |
| 1797 | "ratatui-widgets", |
| 1798 | ] |
| 1799 | |
| 1800 | [[package]] |
| 1801 | name = "ratatui-core" |
| 1802 | version = "0.1.0" |
| 1803 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1804 | checksum = "5ef8dea09a92caaf73bff7adb70b76162e5937524058a7e5bff37869cbbec293" |
| 1805 | dependencies = [ |
| 1806 | "bitflags 2.11.1", |
| 1807 | "compact_str", |
| 1808 | "hashbrown 0.16.1", |
| 1809 | "indoc", |
| 1810 | "itertools", |
| 1811 | "kasuari", |
| 1812 | "lru", |
| 1813 | "strum", |
| 1814 | "thiserror 2.0.18", |
| 1815 | "unicode-segmentation", |
| 1816 | "unicode-truncate", |
| 1817 | "unicode-width", |
| 1818 | ] |
| 1819 | |
| 1820 | [[package]] |
| 1821 | name = "ratatui-crossterm" |
| 1822 | version = "0.1.0" |
| 1823 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1824 | checksum = "577c9b9f652b4c121fb25c6a391dd06406d3b092ba68827e6d2f09550edc54b3" |
| 1825 | dependencies = [ |
| 1826 | "cfg-if", |
| 1827 | "crossterm", |
| 1828 | "instability", |
| 1829 | "ratatui-core", |
| 1830 | ] |
| 1831 | |
| 1832 | [[package]] |
| 1833 | name = "ratatui-macros" |
| 1834 | version = "0.7.0" |
| 1835 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1836 | checksum = "a7f1342a13e83e4bb9d0b793d0ea762be633f9582048c892ae9041ef39c936f4" |
| 1837 | dependencies = [ |
| 1838 | "ratatui-core", |
| 1839 | "ratatui-widgets", |
| 1840 | ] |
| 1841 | |
| 1842 | [[package]] |
| 1843 | name = "ratatui-termwiz" |
| 1844 | version = "0.1.0" |
| 1845 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1846 | checksum = "0f76fe0bd0ed4295f0321b1676732e2454024c15a35d01904ddb315afd3d545c" |
| 1847 | dependencies = [ |
| 1848 | "ratatui-core", |
| 1849 | "termwiz", |
| 1850 | ] |
| 1851 | |
| 1852 | [[package]] |
| 1853 | name = "ratatui-widgets" |
| 1854 | version = "0.3.0" |
| 1855 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1856 | checksum = "d7dbfa023cd4e604c2553483820c5fe8aa9d71a42eea5aa77c6e7f35756612db" |
| 1857 | dependencies = [ |
| 1858 | "bitflags 2.11.1", |
| 1859 | "hashbrown 0.16.1", |
| 1860 | "indoc", |
| 1861 | "instability", |
| 1862 | "itertools", |
| 1863 | "line-clipping", |
| 1864 | "ratatui-core", |
| 1865 | "strum", |
| 1866 | "time", |
| 1867 | "unicode-segmentation", |
| 1868 | "unicode-width", |
| 1869 | ] |
| 1870 | |
| 1871 | [[package]] |
| 1872 | name = "rcal" |
| 1873 | version = "0.1.0" |
| 1874 | dependencies = [ |
| 1875 | "crossterm", |
| 1876 | "directories", |
| 1877 | "fs2", |
| 1878 | "keyring", |
| 1879 | "notify-rust", |
| 1880 | "ratatui", |
| 1881 | "reqwest", |
| 1882 | "serde", |
| 1883 | "serde_json", |
| 1884 | "sha2", |
| 1885 | "time", |
| 1886 | "toml", |
| 1887 | ] |
| 1888 | |
| 1889 | [[package]] |
| 1890 | name = "redox_syscall" |
| 1891 | version = "0.5.18" |
| 1892 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1893 | checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" |
| 1894 | dependencies = [ |
| 1895 | "bitflags 2.11.1", |
| 1896 | ] |
| 1897 | |
| 1898 | [[package]] |
| 1899 | name = "redox_users" |
| 1900 | version = "0.5.2" |
| 1901 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1902 | checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac" |
| 1903 | dependencies = [ |
| 1904 | "getrandom 0.2.17", |
| 1905 | "libredox", |
| 1906 | "thiserror 2.0.18", |
| 1907 | ] |
| 1908 | |
| 1909 | [[package]] |
| 1910 | name = "regex" |
| 1911 | version = "1.12.3" |
| 1912 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1913 | checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276" |
| 1914 | dependencies = [ |
| 1915 | "aho-corasick", |
| 1916 | "memchr", |
| 1917 | "regex-automata", |
| 1918 | "regex-syntax", |
| 1919 | ] |
| 1920 | |
| 1921 | [[package]] |
| 1922 | name = "regex-automata" |
| 1923 | version = "0.4.14" |
| 1924 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1925 | checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f" |
| 1926 | dependencies = [ |
| 1927 | "aho-corasick", |
| 1928 | "memchr", |
| 1929 | "regex-syntax", |
| 1930 | ] |
| 1931 | |
| 1932 | [[package]] |
| 1933 | name = "regex-syntax" |
| 1934 | version = "0.8.10" |
| 1935 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1936 | checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a" |
| 1937 | |
| 1938 | [[package]] |
| 1939 | name = "reqwest" |
| 1940 | version = "0.12.28" |
| 1941 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1942 | checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147" |
| 1943 | dependencies = [ |
| 1944 | "base64", |
| 1945 | "bytes", |
| 1946 | "futures-channel", |
| 1947 | "futures-core", |
| 1948 | "futures-util", |
| 1949 | "http", |
| 1950 | "http-body", |
| 1951 | "http-body-util", |
| 1952 | "hyper", |
| 1953 | "hyper-rustls", |
| 1954 | "hyper-util", |
| 1955 | "js-sys", |
| 1956 | "log", |
| 1957 | "percent-encoding", |
| 1958 | "pin-project-lite", |
| 1959 | "quinn", |
| 1960 | "rustls", |
| 1961 | "rustls-pki-types", |
| 1962 | "serde", |
| 1963 | "serde_json", |
| 1964 | "serde_urlencoded", |
| 1965 | "sync_wrapper", |
| 1966 | "tokio", |
| 1967 | "tokio-rustls", |
| 1968 | "tower", |
| 1969 | "tower-http", |
| 1970 | "tower-service", |
| 1971 | "url", |
| 1972 | "wasm-bindgen", |
| 1973 | "wasm-bindgen-futures", |
| 1974 | "web-sys", |
| 1975 | "webpki-roots", |
| 1976 | ] |
| 1977 | |
| 1978 | [[package]] |
| 1979 | name = "ring" |
| 1980 | version = "0.17.14" |
| 1981 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1982 | checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" |
| 1983 | dependencies = [ |
| 1984 | "cc", |
| 1985 | "cfg-if", |
| 1986 | "getrandom 0.2.17", |
| 1987 | "libc", |
| 1988 | "untrusted", |
| 1989 | "windows-sys 0.52.0", |
| 1990 | ] |
| 1991 | |
| 1992 | [[package]] |
| 1993 | name = "rustc-hash" |
| 1994 | version = "2.1.2" |
| 1995 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1996 | checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe" |
| 1997 | |
| 1998 | [[package]] |
| 1999 | name = "rustc_version" |
| 2000 | version = "0.4.1" |
| 2001 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2002 | checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" |
| 2003 | dependencies = [ |
| 2004 | "semver", |
| 2005 | ] |
| 2006 | |
| 2007 | [[package]] |
| 2008 | name = "rustix" |
| 2009 | version = "1.1.4" |
| 2010 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2011 | checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190" |
| 2012 | dependencies = [ |
| 2013 | "bitflags 2.11.1", |
| 2014 | "errno", |
| 2015 | "libc", |
| 2016 | "linux-raw-sys", |
| 2017 | "windows-sys 0.61.2", |
| 2018 | ] |
| 2019 | |
| 2020 | [[package]] |
| 2021 | name = "rustls" |
| 2022 | version = "0.23.39" |
| 2023 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2024 | checksum = "7c2c118cb077cca2822033836dfb1b975355dfb784b5e8da48f7b6c5db74e60e" |
| 2025 | dependencies = [ |
| 2026 | "once_cell", |
| 2027 | "ring", |
| 2028 | "rustls-pki-types", |
| 2029 | "rustls-webpki", |
| 2030 | "subtle", |
| 2031 | "zeroize", |
| 2032 | ] |
| 2033 | |
| 2034 | [[package]] |
| 2035 | name = "rustls-pki-types" |
| 2036 | version = "1.14.0" |
| 2037 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2038 | checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd" |
| 2039 | dependencies = [ |
| 2040 | "web-time", |
| 2041 | "zeroize", |
| 2042 | ] |
| 2043 | |
| 2044 | [[package]] |
| 2045 | name = "rustls-webpki" |
| 2046 | version = "0.103.13" |
| 2047 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2048 | checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e" |
| 2049 | dependencies = [ |
| 2050 | "ring", |
| 2051 | "rustls-pki-types", |
| 2052 | "untrusted", |
| 2053 | ] |
| 2054 | |
| 2055 | [[package]] |
| 2056 | name = "rustversion" |
| 2057 | version = "1.0.22" |
| 2058 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2059 | checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" |
| 2060 | |
| 2061 | [[package]] |
| 2062 | name = "ryu" |
| 2063 | version = "1.0.23" |
| 2064 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2065 | checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f" |
| 2066 | |
| 2067 | [[package]] |
| 2068 | name = "scopeguard" |
| 2069 | version = "1.2.0" |
| 2070 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2071 | checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" |
| 2072 | |
| 2073 | [[package]] |
| 2074 | name = "semver" |
| 2075 | version = "1.0.28" |
| 2076 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2077 | checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd" |
| 2078 | |
| 2079 | [[package]] |
| 2080 | name = "serde" |
| 2081 | version = "1.0.228" |
| 2082 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2083 | checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" |
| 2084 | dependencies = [ |
| 2085 | "serde_core", |
| 2086 | "serde_derive", |
| 2087 | ] |
| 2088 | |
| 2089 | [[package]] |
| 2090 | name = "serde_core" |
| 2091 | version = "1.0.228" |
| 2092 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2093 | checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" |
| 2094 | dependencies = [ |
| 2095 | "serde_derive", |
| 2096 | ] |
| 2097 | |
| 2098 | [[package]] |
| 2099 | name = "serde_derive" |
| 2100 | version = "1.0.228" |
| 2101 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2102 | checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" |
| 2103 | dependencies = [ |
| 2104 | "proc-macro2", |
| 2105 | "quote", |
| 2106 | "syn 2.0.117", |
| 2107 | ] |
| 2108 | |
| 2109 | [[package]] |
| 2110 | name = "serde_json" |
| 2111 | version = "1.0.149" |
| 2112 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2113 | checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" |
| 2114 | dependencies = [ |
| 2115 | "itoa", |
| 2116 | "memchr", |
| 2117 | "serde", |
| 2118 | "serde_core", |
| 2119 | "zmij", |
| 2120 | ] |
| 2121 | |
| 2122 | [[package]] |
| 2123 | name = "serde_repr" |
| 2124 | version = "0.1.20" |
| 2125 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2126 | checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c" |
| 2127 | dependencies = [ |
| 2128 | "proc-macro2", |
| 2129 | "quote", |
| 2130 | "syn 2.0.117", |
| 2131 | ] |
| 2132 | |
| 2133 | [[package]] |
| 2134 | name = "serde_spanned" |
| 2135 | version = "1.1.1" |
| 2136 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2137 | checksum = "6662b5879511e06e8999a8a235d848113e942c9124f211511b16466ee2995f26" |
| 2138 | dependencies = [ |
| 2139 | "serde_core", |
| 2140 | ] |
| 2141 | |
| 2142 | [[package]] |
| 2143 | name = "serde_urlencoded" |
| 2144 | version = "0.7.1" |
| 2145 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2146 | checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" |
| 2147 | dependencies = [ |
| 2148 | "form_urlencoded", |
| 2149 | "itoa", |
| 2150 | "ryu", |
| 2151 | "serde", |
| 2152 | ] |
| 2153 | |
| 2154 | [[package]] |
| 2155 | name = "sha2" |
| 2156 | version = "0.10.9" |
| 2157 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2158 | checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" |
| 2159 | dependencies = [ |
| 2160 | "cfg-if", |
| 2161 | "cpufeatures", |
| 2162 | "digest", |
| 2163 | ] |
| 2164 | |
| 2165 | [[package]] |
| 2166 | name = "shlex" |
| 2167 | version = "1.3.0" |
| 2168 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2169 | checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" |
| 2170 | |
| 2171 | [[package]] |
| 2172 | name = "signal-hook" |
| 2173 | version = "0.3.18" |
| 2174 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2175 | checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2" |
| 2176 | dependencies = [ |
| 2177 | "libc", |
| 2178 | "signal-hook-registry", |
| 2179 | ] |
| 2180 | |
| 2181 | [[package]] |
| 2182 | name = "signal-hook-mio" |
| 2183 | version = "0.2.5" |
| 2184 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2185 | checksum = "b75a19a7a740b25bc7944bdee6172368f988763b744e3d4dfe753f6b4ece40cc" |
| 2186 | dependencies = [ |
| 2187 | "libc", |
| 2188 | "mio", |
| 2189 | "signal-hook", |
| 2190 | ] |
| 2191 | |
| 2192 | [[package]] |
| 2193 | name = "signal-hook-registry" |
| 2194 | version = "1.4.8" |
| 2195 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2196 | checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b" |
| 2197 | dependencies = [ |
| 2198 | "errno", |
| 2199 | "libc", |
| 2200 | ] |
| 2201 | |
| 2202 | [[package]] |
| 2203 | name = "siphasher" |
| 2204 | version = "1.0.2" |
| 2205 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2206 | checksum = "b2aa850e253778c88a04c3d7323b043aeda9d3e30d5971937c1855769763678e" |
| 2207 | |
| 2208 | [[package]] |
| 2209 | name = "slab" |
| 2210 | version = "0.4.12" |
| 2211 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2212 | checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" |
| 2213 | |
| 2214 | [[package]] |
| 2215 | name = "smallvec" |
| 2216 | version = "1.15.1" |
| 2217 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2218 | checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" |
| 2219 | |
| 2220 | [[package]] |
| 2221 | name = "socket2" |
| 2222 | version = "0.6.3" |
| 2223 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2224 | checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e" |
| 2225 | dependencies = [ |
| 2226 | "libc", |
| 2227 | "windows-sys 0.61.2", |
| 2228 | ] |
| 2229 | |
| 2230 | [[package]] |
| 2231 | name = "stable_deref_trait" |
| 2232 | version = "1.2.1" |
| 2233 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2234 | checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" |
| 2235 | |
| 2236 | [[package]] |
| 2237 | name = "static_assertions" |
| 2238 | version = "1.1.0" |
| 2239 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2240 | checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" |
| 2241 | |
| 2242 | [[package]] |
| 2243 | name = "strsim" |
| 2244 | version = "0.11.1" |
| 2245 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2246 | checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" |
| 2247 | |
| 2248 | [[package]] |
| 2249 | name = "strum" |
| 2250 | version = "0.27.2" |
| 2251 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2252 | checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf" |
| 2253 | dependencies = [ |
| 2254 | "strum_macros", |
| 2255 | ] |
| 2256 | |
| 2257 | [[package]] |
| 2258 | name = "strum_macros" |
| 2259 | version = "0.27.2" |
| 2260 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2261 | checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7" |
| 2262 | dependencies = [ |
| 2263 | "heck", |
| 2264 | "proc-macro2", |
| 2265 | "quote", |
| 2266 | "syn 2.0.117", |
| 2267 | ] |
| 2268 | |
| 2269 | [[package]] |
| 2270 | name = "subtle" |
| 2271 | version = "2.6.1" |
| 2272 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2273 | checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" |
| 2274 | |
| 2275 | [[package]] |
| 2276 | name = "syn" |
| 2277 | version = "1.0.109" |
| 2278 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2279 | checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" |
| 2280 | dependencies = [ |
| 2281 | "proc-macro2", |
| 2282 | "quote", |
| 2283 | "unicode-ident", |
| 2284 | ] |
| 2285 | |
| 2286 | [[package]] |
| 2287 | name = "syn" |
| 2288 | version = "2.0.117" |
| 2289 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2290 | checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99" |
| 2291 | dependencies = [ |
| 2292 | "proc-macro2", |
| 2293 | "quote", |
| 2294 | "unicode-ident", |
| 2295 | ] |
| 2296 | |
| 2297 | [[package]] |
| 2298 | name = "sync_wrapper" |
| 2299 | version = "1.0.2" |
| 2300 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2301 | checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" |
| 2302 | dependencies = [ |
| 2303 | "futures-core", |
| 2304 | ] |
| 2305 | |
| 2306 | [[package]] |
| 2307 | name = "synstructure" |
| 2308 | version = "0.13.2" |
| 2309 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2310 | checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" |
| 2311 | dependencies = [ |
| 2312 | "proc-macro2", |
| 2313 | "quote", |
| 2314 | "syn 2.0.117", |
| 2315 | ] |
| 2316 | |
| 2317 | [[package]] |
| 2318 | name = "tauri-winrt-notification" |
| 2319 | version = "0.7.2" |
| 2320 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2321 | checksum = "0b1e66e07de489fe43a46678dd0b8df65e0c973909df1b60ba33874e297ba9b9" |
| 2322 | dependencies = [ |
| 2323 | "quick-xml", |
| 2324 | "thiserror 2.0.18", |
| 2325 | "windows", |
| 2326 | "windows-version", |
| 2327 | ] |
| 2328 | |
| 2329 | [[package]] |
| 2330 | name = "tempfile" |
| 2331 | version = "3.27.0" |
| 2332 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2333 | checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" |
| 2334 | dependencies = [ |
| 2335 | "fastrand", |
| 2336 | "getrandom 0.4.2", |
| 2337 | "once_cell", |
| 2338 | "rustix", |
| 2339 | "windows-sys 0.61.2", |
| 2340 | ] |
| 2341 | |
| 2342 | [[package]] |
| 2343 | name = "terminfo" |
| 2344 | version = "0.9.0" |
| 2345 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2346 | checksum = "d4ea810f0692f9f51b382fff5893887bb4580f5fa246fde546e0b13e7fcee662" |
| 2347 | dependencies = [ |
| 2348 | "fnv", |
| 2349 | "nom", |
| 2350 | "phf", |
| 2351 | "phf_codegen", |
| 2352 | ] |
| 2353 | |
| 2354 | [[package]] |
| 2355 | name = "termios" |
| 2356 | version = "0.3.3" |
| 2357 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2358 | checksum = "411c5bf740737c7918b8b1fe232dca4dc9f8e754b8ad5e20966814001ed0ac6b" |
| 2359 | dependencies = [ |
| 2360 | "libc", |
| 2361 | ] |
| 2362 | |
| 2363 | [[package]] |
| 2364 | name = "termwiz" |
| 2365 | version = "0.23.3" |
| 2366 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2367 | checksum = "4676b37242ccbd1aabf56edb093a4827dc49086c0ffd764a5705899e0f35f8f7" |
| 2368 | dependencies = [ |
| 2369 | "anyhow", |
| 2370 | "base64", |
| 2371 | "bitflags 2.11.1", |
| 2372 | "fancy-regex", |
| 2373 | "filedescriptor", |
| 2374 | "finl_unicode", |
| 2375 | "fixedbitset", |
| 2376 | "hex", |
| 2377 | "lazy_static", |
| 2378 | "libc", |
| 2379 | "log", |
| 2380 | "memmem", |
| 2381 | "nix", |
| 2382 | "num-derive", |
| 2383 | "num-traits", |
| 2384 | "ordered-float", |
| 2385 | "pest", |
| 2386 | "pest_derive", |
| 2387 | "phf", |
| 2388 | "sha2", |
| 2389 | "signal-hook", |
| 2390 | "siphasher", |
| 2391 | "terminfo", |
| 2392 | "termios", |
| 2393 | "thiserror 1.0.69", |
| 2394 | "ucd-trie", |
| 2395 | "unicode-segmentation", |
| 2396 | "vtparse", |
| 2397 | "wezterm-bidi", |
| 2398 | "wezterm-blob-leases", |
| 2399 | "wezterm-color-types", |
| 2400 | "wezterm-dynamic", |
| 2401 | "wezterm-input-types", |
| 2402 | "winapi", |
| 2403 | ] |
| 2404 | |
| 2405 | [[package]] |
| 2406 | name = "thiserror" |
| 2407 | version = "1.0.69" |
| 2408 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2409 | checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" |
| 2410 | dependencies = [ |
| 2411 | "thiserror-impl 1.0.69", |
| 2412 | ] |
| 2413 | |
| 2414 | [[package]] |
| 2415 | name = "thiserror" |
| 2416 | version = "2.0.18" |
| 2417 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2418 | checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" |
| 2419 | dependencies = [ |
| 2420 | "thiserror-impl 2.0.18", |
| 2421 | ] |
| 2422 | |
| 2423 | [[package]] |
| 2424 | name = "thiserror-impl" |
| 2425 | version = "1.0.69" |
| 2426 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2427 | checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" |
| 2428 | dependencies = [ |
| 2429 | "proc-macro2", |
| 2430 | "quote", |
| 2431 | "syn 2.0.117", |
| 2432 | ] |
| 2433 | |
| 2434 | [[package]] |
| 2435 | name = "thiserror-impl" |
| 2436 | version = "2.0.18" |
| 2437 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2438 | checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" |
| 2439 | dependencies = [ |
| 2440 | "proc-macro2", |
| 2441 | "quote", |
| 2442 | "syn 2.0.117", |
| 2443 | ] |
| 2444 | |
| 2445 | [[package]] |
| 2446 | name = "time" |
| 2447 | version = "0.3.47" |
| 2448 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2449 | checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c" |
| 2450 | dependencies = [ |
| 2451 | "deranged", |
| 2452 | "libc", |
| 2453 | "num-conv", |
| 2454 | "num_threads", |
| 2455 | "powerfmt", |
| 2456 | "serde_core", |
| 2457 | "time-core", |
| 2458 | "time-macros", |
| 2459 | ] |
| 2460 | |
| 2461 | [[package]] |
| 2462 | name = "time-core" |
| 2463 | version = "0.1.8" |
| 2464 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2465 | checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca" |
| 2466 | |
| 2467 | [[package]] |
| 2468 | name = "time-macros" |
| 2469 | version = "0.2.27" |
| 2470 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2471 | checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215" |
| 2472 | dependencies = [ |
| 2473 | "num-conv", |
| 2474 | "time-core", |
| 2475 | ] |
| 2476 | |
| 2477 | [[package]] |
| 2478 | name = "tinystr" |
| 2479 | version = "0.8.3" |
| 2480 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2481 | checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d" |
| 2482 | dependencies = [ |
| 2483 | "displaydoc", |
| 2484 | "zerovec", |
| 2485 | ] |
| 2486 | |
| 2487 | [[package]] |
| 2488 | name = "tinyvec" |
| 2489 | version = "1.11.0" |
| 2490 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2491 | checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3" |
| 2492 | dependencies = [ |
| 2493 | "tinyvec_macros", |
| 2494 | ] |
| 2495 | |
| 2496 | [[package]] |
| 2497 | name = "tinyvec_macros" |
| 2498 | version = "0.1.1" |
| 2499 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2500 | checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" |
| 2501 | |
| 2502 | [[package]] |
| 2503 | name = "tokio" |
| 2504 | version = "1.52.1" |
| 2505 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2506 | checksum = "b67dee974fe86fd92cc45b7a95fdd2f99a36a6d7b0d431a231178d3d670bbcc6" |
| 2507 | dependencies = [ |
| 2508 | "bytes", |
| 2509 | "libc", |
| 2510 | "mio", |
| 2511 | "pin-project-lite", |
| 2512 | "socket2", |
| 2513 | "windows-sys 0.61.2", |
| 2514 | ] |
| 2515 | |
| 2516 | [[package]] |
| 2517 | name = "tokio-rustls" |
| 2518 | version = "0.26.4" |
| 2519 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2520 | checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61" |
| 2521 | dependencies = [ |
| 2522 | "rustls", |
| 2523 | "tokio", |
| 2524 | ] |
| 2525 | |
| 2526 | [[package]] |
| 2527 | name = "toml" |
| 2528 | version = "0.9.12+spec-1.1.0" |
| 2529 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2530 | checksum = "cf92845e79fc2e2def6a5d828f0801e29a2f8acc037becc5ab08595c7d5e9863" |
| 2531 | dependencies = [ |
| 2532 | "indexmap", |
| 2533 | "serde_core", |
| 2534 | "serde_spanned", |
| 2535 | "toml_datetime 0.7.5+spec-1.1.0", |
| 2536 | "toml_parser", |
| 2537 | "toml_writer", |
| 2538 | "winnow 0.7.15", |
| 2539 | ] |
| 2540 | |
| 2541 | [[package]] |
| 2542 | name = "toml_datetime" |
| 2543 | version = "0.7.5+spec-1.1.0" |
| 2544 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2545 | checksum = "92e1cfed4a3038bc5a127e35a2d360f145e1f4b971b551a2ba5fd7aedf7e1347" |
| 2546 | dependencies = [ |
| 2547 | "serde_core", |
| 2548 | ] |
| 2549 | |
| 2550 | [[package]] |
| 2551 | name = "toml_datetime" |
| 2552 | version = "1.1.1+spec-1.1.0" |
| 2553 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2554 | checksum = "3165f65f62e28e0115a00b2ebdd37eb6f3b641855f9d636d3cd4103767159ad7" |
| 2555 | dependencies = [ |
| 2556 | "serde_core", |
| 2557 | ] |
| 2558 | |
| 2559 | [[package]] |
| 2560 | name = "toml_edit" |
| 2561 | version = "0.25.11+spec-1.1.0" |
| 2562 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2563 | checksum = "0b59c4d22ed448339746c59b905d24568fcbb3ab65a500494f7b8c3e97739f2b" |
| 2564 | dependencies = [ |
| 2565 | "indexmap", |
| 2566 | "toml_datetime 1.1.1+spec-1.1.0", |
| 2567 | "toml_parser", |
| 2568 | "winnow 1.0.2", |
| 2569 | ] |
| 2570 | |
| 2571 | [[package]] |
| 2572 | name = "toml_parser" |
| 2573 | version = "1.1.2+spec-1.1.0" |
| 2574 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2575 | checksum = "a2abe9b86193656635d2411dc43050282ca48aa31c2451210f4202550afb7526" |
| 2576 | dependencies = [ |
| 2577 | "winnow 1.0.2", |
| 2578 | ] |
| 2579 | |
| 2580 | [[package]] |
| 2581 | name = "toml_writer" |
| 2582 | version = "1.1.1+spec-1.1.0" |
| 2583 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2584 | checksum = "756daf9b1013ebe47a8776667b466417e2d4c5679d441c26230efd9ef78692db" |
| 2585 | |
| 2586 | [[package]] |
| 2587 | name = "tower" |
| 2588 | version = "0.5.3" |
| 2589 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2590 | checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4" |
| 2591 | dependencies = [ |
| 2592 | "futures-core", |
| 2593 | "futures-util", |
| 2594 | "pin-project-lite", |
| 2595 | "sync_wrapper", |
| 2596 | "tokio", |
| 2597 | "tower-layer", |
| 2598 | "tower-service", |
| 2599 | ] |
| 2600 | |
| 2601 | [[package]] |
| 2602 | name = "tower-http" |
| 2603 | version = "0.6.8" |
| 2604 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2605 | checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8" |
| 2606 | dependencies = [ |
| 2607 | "bitflags 2.11.1", |
| 2608 | "bytes", |
| 2609 | "futures-util", |
| 2610 | "http", |
| 2611 | "http-body", |
| 2612 | "iri-string", |
| 2613 | "pin-project-lite", |
| 2614 | "tower", |
| 2615 | "tower-layer", |
| 2616 | "tower-service", |
| 2617 | ] |
| 2618 | |
| 2619 | [[package]] |
| 2620 | name = "tower-layer" |
| 2621 | version = "0.3.3" |
| 2622 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2623 | checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" |
| 2624 | |
| 2625 | [[package]] |
| 2626 | name = "tower-service" |
| 2627 | version = "0.3.3" |
| 2628 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2629 | checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" |
| 2630 | |
| 2631 | [[package]] |
| 2632 | name = "tracing" |
| 2633 | version = "0.1.44" |
| 2634 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2635 | checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" |
| 2636 | dependencies = [ |
| 2637 | "pin-project-lite", |
| 2638 | "tracing-attributes", |
| 2639 | "tracing-core", |
| 2640 | ] |
| 2641 | |
| 2642 | [[package]] |
| 2643 | name = "tracing-attributes" |
| 2644 | version = "0.1.31" |
| 2645 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2646 | checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" |
| 2647 | dependencies = [ |
| 2648 | "proc-macro2", |
| 2649 | "quote", |
| 2650 | "syn 2.0.117", |
| 2651 | ] |
| 2652 | |
| 2653 | [[package]] |
| 2654 | name = "tracing-core" |
| 2655 | version = "0.1.36" |
| 2656 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2657 | checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" |
| 2658 | dependencies = [ |
| 2659 | "once_cell", |
| 2660 | ] |
| 2661 | |
| 2662 | [[package]] |
| 2663 | name = "try-lock" |
| 2664 | version = "0.2.5" |
| 2665 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2666 | checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" |
| 2667 | |
| 2668 | [[package]] |
| 2669 | name = "typenum" |
| 2670 | version = "1.20.0" |
| 2671 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2672 | checksum = "40ce102ab67701b8526c123c1bab5cbe42d7040ccfd0f64af1a385808d2f43de" |
| 2673 | |
| 2674 | [[package]] |
| 2675 | name = "ucd-trie" |
| 2676 | version = "0.1.7" |
| 2677 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2678 | checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971" |
| 2679 | |
| 2680 | [[package]] |
| 2681 | name = "uds_windows" |
| 2682 | version = "1.2.1" |
| 2683 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2684 | checksum = "f2f6fb2847f6742cd76af783a2a2c49e9375d0a111c7bef6f71cd9e738c72d6e" |
| 2685 | dependencies = [ |
| 2686 | "memoffset", |
| 2687 | "tempfile", |
| 2688 | "windows-sys 0.61.2", |
| 2689 | ] |
| 2690 | |
| 2691 | [[package]] |
| 2692 | name = "unicode-ident" |
| 2693 | version = "1.0.24" |
| 2694 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2695 | checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" |
| 2696 | |
| 2697 | [[package]] |
| 2698 | name = "unicode-segmentation" |
| 2699 | version = "1.13.2" |
| 2700 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2701 | checksum = "9629274872b2bfaf8d66f5f15725007f635594914870f65218920345aa11aa8c" |
| 2702 | |
| 2703 | [[package]] |
| 2704 | name = "unicode-truncate" |
| 2705 | version = "2.0.1" |
| 2706 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2707 | checksum = "16b380a1238663e5f8a691f9039c73e1cdae598a30e9855f541d29b08b53e9a5" |
| 2708 | dependencies = [ |
| 2709 | "itertools", |
| 2710 | "unicode-segmentation", |
| 2711 | "unicode-width", |
| 2712 | ] |
| 2713 | |
| 2714 | [[package]] |
| 2715 | name = "unicode-width" |
| 2716 | version = "0.2.2" |
| 2717 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2718 | checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254" |
| 2719 | |
| 2720 | [[package]] |
| 2721 | name = "unicode-xid" |
| 2722 | version = "0.2.6" |
| 2723 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2724 | checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" |
| 2725 | |
| 2726 | [[package]] |
| 2727 | name = "untrusted" |
| 2728 | version = "0.9.0" |
| 2729 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2730 | checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" |
| 2731 | |
| 2732 | [[package]] |
| 2733 | name = "url" |
| 2734 | version = "2.5.8" |
| 2735 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2736 | checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed" |
| 2737 | dependencies = [ |
| 2738 | "form_urlencoded", |
| 2739 | "idna", |
| 2740 | "percent-encoding", |
| 2741 | "serde", |
| 2742 | ] |
| 2743 | |
| 2744 | [[package]] |
| 2745 | name = "utf8_iter" |
| 2746 | version = "1.0.4" |
| 2747 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2748 | checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" |
| 2749 | |
| 2750 | [[package]] |
| 2751 | name = "utf8parse" |
| 2752 | version = "0.2.2" |
| 2753 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2754 | checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" |
| 2755 | |
| 2756 | [[package]] |
| 2757 | name = "uuid" |
| 2758 | version = "1.23.1" |
| 2759 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2760 | checksum = "ddd74a9687298c6858e9b88ec8935ec45d22e8fd5e6394fa1bd4e99a87789c76" |
| 2761 | dependencies = [ |
| 2762 | "atomic", |
| 2763 | "getrandom 0.4.2", |
| 2764 | "js-sys", |
| 2765 | "serde_core", |
| 2766 | "wasm-bindgen", |
| 2767 | ] |
| 2768 | |
| 2769 | [[package]] |
| 2770 | name = "version_check" |
| 2771 | version = "0.9.5" |
| 2772 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2773 | checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" |
| 2774 | |
| 2775 | [[package]] |
| 2776 | name = "vtparse" |
| 2777 | version = "0.6.2" |
| 2778 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2779 | checksum = "6d9b2acfb050df409c972a37d3b8e08cdea3bddb0c09db9d53137e504cfabed0" |
| 2780 | dependencies = [ |
| 2781 | "utf8parse", |
| 2782 | ] |
| 2783 | |
| 2784 | [[package]] |
| 2785 | name = "want" |
| 2786 | version = "0.3.1" |
| 2787 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2788 | checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" |
| 2789 | dependencies = [ |
| 2790 | "try-lock", |
| 2791 | ] |
| 2792 | |
| 2793 | [[package]] |
| 2794 | name = "wasi" |
| 2795 | version = "0.11.1+wasi-snapshot-preview1" |
| 2796 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2797 | checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" |
| 2798 | |
| 2799 | [[package]] |
| 2800 | name = "wasip2" |
| 2801 | version = "1.0.3+wasi-0.2.9" |
| 2802 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2803 | checksum = "20064672db26d7cdc89c7798c48a0fdfac8213434a1186e5ef29fd560ae223d6" |
| 2804 | dependencies = [ |
| 2805 | "wit-bindgen 0.57.1", |
| 2806 | ] |
| 2807 | |
| 2808 | [[package]] |
| 2809 | name = "wasip3" |
| 2810 | version = "0.4.0+wasi-0.3.0-rc-2026-01-06" |
| 2811 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2812 | checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5" |
| 2813 | dependencies = [ |
| 2814 | "wit-bindgen 0.51.0", |
| 2815 | ] |
| 2816 | |
| 2817 | [[package]] |
| 2818 | name = "wasm-bindgen" |
| 2819 | version = "0.2.118" |
| 2820 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2821 | checksum = "0bf938a0bacb0469e83c1e148908bd7d5a6010354cf4fb73279b7447422e3a89" |
| 2822 | dependencies = [ |
| 2823 | "cfg-if", |
| 2824 | "once_cell", |
| 2825 | "rustversion", |
| 2826 | "wasm-bindgen-macro", |
| 2827 | "wasm-bindgen-shared", |
| 2828 | ] |
| 2829 | |
| 2830 | [[package]] |
| 2831 | name = "wasm-bindgen-futures" |
| 2832 | version = "0.4.68" |
| 2833 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2834 | checksum = "f371d383f2fb139252e0bfac3b81b265689bf45b6874af544ffa4c975ac1ebf8" |
| 2835 | dependencies = [ |
| 2836 | "js-sys", |
| 2837 | "wasm-bindgen", |
| 2838 | ] |
| 2839 | |
| 2840 | [[package]] |
| 2841 | name = "wasm-bindgen-macro" |
| 2842 | version = "0.2.118" |
| 2843 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2844 | checksum = "eeff24f84126c0ec2db7a449f0c2ec963c6a49efe0698c4242929da037ca28ed" |
| 2845 | dependencies = [ |
| 2846 | "quote", |
| 2847 | "wasm-bindgen-macro-support", |
| 2848 | ] |
| 2849 | |
| 2850 | [[package]] |
| 2851 | name = "wasm-bindgen-macro-support" |
| 2852 | version = "0.2.118" |
| 2853 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2854 | checksum = "9d08065faf983b2b80a79fd87d8254c409281cf7de75fc4b773019824196c904" |
| 2855 | dependencies = [ |
| 2856 | "bumpalo", |
| 2857 | "proc-macro2", |
| 2858 | "quote", |
| 2859 | "syn 2.0.117", |
| 2860 | "wasm-bindgen-shared", |
| 2861 | ] |
| 2862 | |
| 2863 | [[package]] |
| 2864 | name = "wasm-bindgen-shared" |
| 2865 | version = "0.2.118" |
| 2866 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2867 | checksum = "5fd04d9e306f1907bd13c6361b5c6bfc7b3b3c095ed3f8a9246390f8dbdee129" |
| 2868 | dependencies = [ |
| 2869 | "unicode-ident", |
| 2870 | ] |
| 2871 | |
| 2872 | [[package]] |
| 2873 | name = "wasm-encoder" |
| 2874 | version = "0.244.0" |
| 2875 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2876 | checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319" |
| 2877 | dependencies = [ |
| 2878 | "leb128fmt", |
| 2879 | "wasmparser", |
| 2880 | ] |
| 2881 | |
| 2882 | [[package]] |
| 2883 | name = "wasm-metadata" |
| 2884 | version = "0.244.0" |
| 2885 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2886 | checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909" |
| 2887 | dependencies = [ |
| 2888 | "anyhow", |
| 2889 | "indexmap", |
| 2890 | "wasm-encoder", |
| 2891 | "wasmparser", |
| 2892 | ] |
| 2893 | |
| 2894 | [[package]] |
| 2895 | name = "wasmparser" |
| 2896 | version = "0.244.0" |
| 2897 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2898 | checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe" |
| 2899 | dependencies = [ |
| 2900 | "bitflags 2.11.1", |
| 2901 | "hashbrown 0.15.5", |
| 2902 | "indexmap", |
| 2903 | "semver", |
| 2904 | ] |
| 2905 | |
| 2906 | [[package]] |
| 2907 | name = "web-sys" |
| 2908 | version = "0.3.95" |
| 2909 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2910 | checksum = "4f2dfbb17949fa2088e5d39408c48368947b86f7834484e87b73de55bc14d97d" |
| 2911 | dependencies = [ |
| 2912 | "js-sys", |
| 2913 | "wasm-bindgen", |
| 2914 | ] |
| 2915 | |
| 2916 | [[package]] |
| 2917 | name = "web-time" |
| 2918 | version = "1.1.0" |
| 2919 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2920 | checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" |
| 2921 | dependencies = [ |
| 2922 | "js-sys", |
| 2923 | "wasm-bindgen", |
| 2924 | ] |
| 2925 | |
| 2926 | [[package]] |
| 2927 | name = "webpki-roots" |
| 2928 | version = "1.0.7" |
| 2929 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2930 | checksum = "52f5ee44c96cf55f1b349600768e3ece3a8f26010c05265ab73f945bb1a2eb9d" |
| 2931 | dependencies = [ |
| 2932 | "rustls-pki-types", |
| 2933 | ] |
| 2934 | |
| 2935 | [[package]] |
| 2936 | name = "wezterm-bidi" |
| 2937 | version = "0.2.3" |
| 2938 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2939 | checksum = "0c0a6e355560527dd2d1cf7890652f4f09bb3433b6aadade4c9b5ed76de5f3ec" |
| 2940 | dependencies = [ |
| 2941 | "log", |
| 2942 | "wezterm-dynamic", |
| 2943 | ] |
| 2944 | |
| 2945 | [[package]] |
| 2946 | name = "wezterm-blob-leases" |
| 2947 | version = "0.1.1" |
| 2948 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2949 | checksum = "692daff6d93d94e29e4114544ef6d5c942a7ed998b37abdc19b17136ea428eb7" |
| 2950 | dependencies = [ |
| 2951 | "getrandom 0.3.4", |
| 2952 | "mac_address", |
| 2953 | "sha2", |
| 2954 | "thiserror 1.0.69", |
| 2955 | "uuid", |
| 2956 | ] |
| 2957 | |
| 2958 | [[package]] |
| 2959 | name = "wezterm-color-types" |
| 2960 | version = "0.3.0" |
| 2961 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2962 | checksum = "7de81ef35c9010270d63772bebef2f2d6d1f2d20a983d27505ac850b8c4b4296" |
| 2963 | dependencies = [ |
| 2964 | "csscolorparser", |
| 2965 | "deltae", |
| 2966 | "lazy_static", |
| 2967 | "wezterm-dynamic", |
| 2968 | ] |
| 2969 | |
| 2970 | [[package]] |
| 2971 | name = "wezterm-dynamic" |
| 2972 | version = "0.2.1" |
| 2973 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2974 | checksum = "5f2ab60e120fd6eaa68d9567f3226e876684639d22a4219b313ff69ec0ccd5ac" |
| 2975 | dependencies = [ |
| 2976 | "log", |
| 2977 | "ordered-float", |
| 2978 | "strsim", |
| 2979 | "thiserror 1.0.69", |
| 2980 | "wezterm-dynamic-derive", |
| 2981 | ] |
| 2982 | |
| 2983 | [[package]] |
| 2984 | name = "wezterm-dynamic-derive" |
| 2985 | version = "0.1.1" |
| 2986 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2987 | checksum = "46c0cf2d539c645b448eaffec9ec494b8b19bd5077d9e58cb1ae7efece8d575b" |
| 2988 | dependencies = [ |
| 2989 | "proc-macro2", |
| 2990 | "quote", |
| 2991 | "syn 1.0.109", |
| 2992 | ] |
| 2993 | |
| 2994 | [[package]] |
| 2995 | name = "wezterm-input-types" |
| 2996 | version = "0.1.0" |
| 2997 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2998 | checksum = "7012add459f951456ec9d6c7e6fc340b1ce15d6fc9629f8c42853412c029e57e" |
| 2999 | dependencies = [ |
| 3000 | "bitflags 1.3.2", |
| 3001 | "euclid", |
| 3002 | "lazy_static", |
| 3003 | "serde", |
| 3004 | "wezterm-dynamic", |
| 3005 | ] |
| 3006 | |
| 3007 | [[package]] |
| 3008 | name = "winapi" |
| 3009 | version = "0.3.9" |
| 3010 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3011 | checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
| 3012 | dependencies = [ |
| 3013 | "winapi-i686-pc-windows-gnu", |
| 3014 | "winapi-x86_64-pc-windows-gnu", |
| 3015 | ] |
| 3016 | |
| 3017 | [[package]] |
| 3018 | name = "winapi-i686-pc-windows-gnu" |
| 3019 | version = "0.4.0" |
| 3020 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3021 | checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
| 3022 | |
| 3023 | [[package]] |
| 3024 | name = "winapi-x86_64-pc-windows-gnu" |
| 3025 | version = "0.4.0" |
| 3026 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3027 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
| 3028 | |
| 3029 | [[package]] |
| 3030 | name = "windows" |
| 3031 | version = "0.61.3" |
| 3032 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3033 | checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893" |
| 3034 | dependencies = [ |
| 3035 | "windows-collections", |
| 3036 | "windows-core", |
| 3037 | "windows-future", |
| 3038 | "windows-link 0.1.3", |
| 3039 | "windows-numerics", |
| 3040 | ] |
| 3041 | |
| 3042 | [[package]] |
| 3043 | name = "windows-collections" |
| 3044 | version = "0.2.0" |
| 3045 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3046 | checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8" |
| 3047 | dependencies = [ |
| 3048 | "windows-core", |
| 3049 | ] |
| 3050 | |
| 3051 | [[package]] |
| 3052 | name = "windows-core" |
| 3053 | version = "0.61.2" |
| 3054 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3055 | checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3" |
| 3056 | dependencies = [ |
| 3057 | "windows-implement", |
| 3058 | "windows-interface", |
| 3059 | "windows-link 0.1.3", |
| 3060 | "windows-result", |
| 3061 | "windows-strings", |
| 3062 | ] |
| 3063 | |
| 3064 | [[package]] |
| 3065 | name = "windows-future" |
| 3066 | version = "0.2.1" |
| 3067 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3068 | checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e" |
| 3069 | dependencies = [ |
| 3070 | "windows-core", |
| 3071 | "windows-link 0.1.3", |
| 3072 | "windows-threading", |
| 3073 | ] |
| 3074 | |
| 3075 | [[package]] |
| 3076 | name = "windows-implement" |
| 3077 | version = "0.60.2" |
| 3078 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3079 | checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" |
| 3080 | dependencies = [ |
| 3081 | "proc-macro2", |
| 3082 | "quote", |
| 3083 | "syn 2.0.117", |
| 3084 | ] |
| 3085 | |
| 3086 | [[package]] |
| 3087 | name = "windows-interface" |
| 3088 | version = "0.59.3" |
| 3089 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3090 | checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" |
| 3091 | dependencies = [ |
| 3092 | "proc-macro2", |
| 3093 | "quote", |
| 3094 | "syn 2.0.117", |
| 3095 | ] |
| 3096 | |
| 3097 | [[package]] |
| 3098 | name = "windows-link" |
| 3099 | version = "0.1.3" |
| 3100 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3101 | checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" |
| 3102 | |
| 3103 | [[package]] |
| 3104 | name = "windows-link" |
| 3105 | version = "0.2.1" |
| 3106 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3107 | checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" |
| 3108 | |
| 3109 | [[package]] |
| 3110 | name = "windows-numerics" |
| 3111 | version = "0.2.0" |
| 3112 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3113 | checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1" |
| 3114 | dependencies = [ |
| 3115 | "windows-core", |
| 3116 | "windows-link 0.1.3", |
| 3117 | ] |
| 3118 | |
| 3119 | [[package]] |
| 3120 | name = "windows-result" |
| 3121 | version = "0.3.4" |
| 3122 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3123 | checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6" |
| 3124 | dependencies = [ |
| 3125 | "windows-link 0.1.3", |
| 3126 | ] |
| 3127 | |
| 3128 | [[package]] |
| 3129 | name = "windows-strings" |
| 3130 | version = "0.4.2" |
| 3131 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3132 | checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57" |
| 3133 | dependencies = [ |
| 3134 | "windows-link 0.1.3", |
| 3135 | ] |
| 3136 | |
| 3137 | [[package]] |
| 3138 | name = "windows-sys" |
| 3139 | version = "0.52.0" |
| 3140 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3141 | checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" |
| 3142 | dependencies = [ |
| 3143 | "windows-targets 0.52.6", |
| 3144 | ] |
| 3145 | |
| 3146 | [[package]] |
| 3147 | name = "windows-sys" |
| 3148 | version = "0.60.2" |
| 3149 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3150 | checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" |
| 3151 | dependencies = [ |
| 3152 | "windows-targets 0.53.5", |
| 3153 | ] |
| 3154 | |
| 3155 | [[package]] |
| 3156 | name = "windows-sys" |
| 3157 | version = "0.61.2" |
| 3158 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3159 | checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" |
| 3160 | dependencies = [ |
| 3161 | "windows-link 0.2.1", |
| 3162 | ] |
| 3163 | |
| 3164 | [[package]] |
| 3165 | name = "windows-targets" |
| 3166 | version = "0.52.6" |
| 3167 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3168 | checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" |
| 3169 | dependencies = [ |
| 3170 | "windows_aarch64_gnullvm 0.52.6", |
| 3171 | "windows_aarch64_msvc 0.52.6", |
| 3172 | "windows_i686_gnu 0.52.6", |
| 3173 | "windows_i686_gnullvm 0.52.6", |
| 3174 | "windows_i686_msvc 0.52.6", |
| 3175 | "windows_x86_64_gnu 0.52.6", |
| 3176 | "windows_x86_64_gnullvm 0.52.6", |
| 3177 | "windows_x86_64_msvc 0.52.6", |
| 3178 | ] |
| 3179 | |
| 3180 | [[package]] |
| 3181 | name = "windows-targets" |
| 3182 | version = "0.53.5" |
| 3183 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3184 | checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" |
| 3185 | dependencies = [ |
| 3186 | "windows-link 0.2.1", |
| 3187 | "windows_aarch64_gnullvm 0.53.1", |
| 3188 | "windows_aarch64_msvc 0.53.1", |
| 3189 | "windows_i686_gnu 0.53.1", |
| 3190 | "windows_i686_gnullvm 0.53.1", |
| 3191 | "windows_i686_msvc 0.53.1", |
| 3192 | "windows_x86_64_gnu 0.53.1", |
| 3193 | "windows_x86_64_gnullvm 0.53.1", |
| 3194 | "windows_x86_64_msvc 0.53.1", |
| 3195 | ] |
| 3196 | |
| 3197 | [[package]] |
| 3198 | name = "windows-threading" |
| 3199 | version = "0.1.0" |
| 3200 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3201 | checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6" |
| 3202 | dependencies = [ |
| 3203 | "windows-link 0.1.3", |
| 3204 | ] |
| 3205 | |
| 3206 | [[package]] |
| 3207 | name = "windows-version" |
| 3208 | version = "0.1.7" |
| 3209 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3210 | checksum = "e4060a1da109b9d0326b7262c8e12c84df67cc0dbc9e33cf49e01ccc2eb63631" |
| 3211 | dependencies = [ |
| 3212 | "windows-link 0.2.1", |
| 3213 | ] |
| 3214 | |
| 3215 | [[package]] |
| 3216 | name = "windows_aarch64_gnullvm" |
| 3217 | version = "0.52.6" |
| 3218 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3219 | checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" |
| 3220 | |
| 3221 | [[package]] |
| 3222 | name = "windows_aarch64_gnullvm" |
| 3223 | version = "0.53.1" |
| 3224 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3225 | checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" |
| 3226 | |
| 3227 | [[package]] |
| 3228 | name = "windows_aarch64_msvc" |
| 3229 | version = "0.52.6" |
| 3230 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3231 | checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" |
| 3232 | |
| 3233 | [[package]] |
| 3234 | name = "windows_aarch64_msvc" |
| 3235 | version = "0.53.1" |
| 3236 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3237 | checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" |
| 3238 | |
| 3239 | [[package]] |
| 3240 | name = "windows_i686_gnu" |
| 3241 | version = "0.52.6" |
| 3242 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3243 | checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" |
| 3244 | |
| 3245 | [[package]] |
| 3246 | name = "windows_i686_gnu" |
| 3247 | version = "0.53.1" |
| 3248 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3249 | checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" |
| 3250 | |
| 3251 | [[package]] |
| 3252 | name = "windows_i686_gnullvm" |
| 3253 | version = "0.52.6" |
| 3254 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3255 | checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" |
| 3256 | |
| 3257 | [[package]] |
| 3258 | name = "windows_i686_gnullvm" |
| 3259 | version = "0.53.1" |
| 3260 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3261 | checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" |
| 3262 | |
| 3263 | [[package]] |
| 3264 | name = "windows_i686_msvc" |
| 3265 | version = "0.52.6" |
| 3266 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3267 | checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" |
| 3268 | |
| 3269 | [[package]] |
| 3270 | name = "windows_i686_msvc" |
| 3271 | version = "0.53.1" |
| 3272 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3273 | checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" |
| 3274 | |
| 3275 | [[package]] |
| 3276 | name = "windows_x86_64_gnu" |
| 3277 | version = "0.52.6" |
| 3278 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3279 | checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" |
| 3280 | |
| 3281 | [[package]] |
| 3282 | name = "windows_x86_64_gnu" |
| 3283 | version = "0.53.1" |
| 3284 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3285 | checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" |
| 3286 | |
| 3287 | [[package]] |
| 3288 | name = "windows_x86_64_gnullvm" |
| 3289 | version = "0.52.6" |
| 3290 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3291 | checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" |
| 3292 | |
| 3293 | [[package]] |
| 3294 | name = "windows_x86_64_gnullvm" |
| 3295 | version = "0.53.1" |
| 3296 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3297 | checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" |
| 3298 | |
| 3299 | [[package]] |
| 3300 | name = "windows_x86_64_msvc" |
| 3301 | version = "0.52.6" |
| 3302 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3303 | checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" |
| 3304 | |
| 3305 | [[package]] |
| 3306 | name = "windows_x86_64_msvc" |
| 3307 | version = "0.53.1" |
| 3308 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3309 | checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" |
| 3310 | |
| 3311 | [[package]] |
| 3312 | name = "winnow" |
| 3313 | version = "0.7.15" |
| 3314 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3315 | checksum = "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945" |
| 3316 | dependencies = [ |
| 3317 | "memchr", |
| 3318 | ] |
| 3319 | |
| 3320 | [[package]] |
| 3321 | name = "winnow" |
| 3322 | version = "1.0.2" |
| 3323 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3324 | checksum = "2ee1708bef14716a11bae175f579062d4554d95be2c6829f518df847b7b3fdd0" |
| 3325 | dependencies = [ |
| 3326 | "memchr", |
| 3327 | ] |
| 3328 | |
| 3329 | [[package]] |
| 3330 | name = "wit-bindgen" |
| 3331 | version = "0.51.0" |
| 3332 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3333 | checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" |
| 3334 | dependencies = [ |
| 3335 | "wit-bindgen-rust-macro", |
| 3336 | ] |
| 3337 | |
| 3338 | [[package]] |
| 3339 | name = "wit-bindgen" |
| 3340 | version = "0.57.1" |
| 3341 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3342 | checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e" |
| 3343 | |
| 3344 | [[package]] |
| 3345 | name = "wit-bindgen-core" |
| 3346 | version = "0.51.0" |
| 3347 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3348 | checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc" |
| 3349 | dependencies = [ |
| 3350 | "anyhow", |
| 3351 | "heck", |
| 3352 | "wit-parser", |
| 3353 | ] |
| 3354 | |
| 3355 | [[package]] |
| 3356 | name = "wit-bindgen-rust" |
| 3357 | version = "0.51.0" |
| 3358 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3359 | checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21" |
| 3360 | dependencies = [ |
| 3361 | "anyhow", |
| 3362 | "heck", |
| 3363 | "indexmap", |
| 3364 | "prettyplease", |
| 3365 | "syn 2.0.117", |
| 3366 | "wasm-metadata", |
| 3367 | "wit-bindgen-core", |
| 3368 | "wit-component", |
| 3369 | ] |
| 3370 | |
| 3371 | [[package]] |
| 3372 | name = "wit-bindgen-rust-macro" |
| 3373 | version = "0.51.0" |
| 3374 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3375 | checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a" |
| 3376 | dependencies = [ |
| 3377 | "anyhow", |
| 3378 | "prettyplease", |
| 3379 | "proc-macro2", |
| 3380 | "quote", |
| 3381 | "syn 2.0.117", |
| 3382 | "wit-bindgen-core", |
| 3383 | "wit-bindgen-rust", |
| 3384 | ] |
| 3385 | |
| 3386 | [[package]] |
| 3387 | name = "wit-component" |
| 3388 | version = "0.244.0" |
| 3389 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3390 | checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2" |
| 3391 | dependencies = [ |
| 3392 | "anyhow", |
| 3393 | "bitflags 2.11.1", |
| 3394 | "indexmap", |
| 3395 | "log", |
| 3396 | "serde", |
| 3397 | "serde_derive", |
| 3398 | "serde_json", |
| 3399 | "wasm-encoder", |
| 3400 | "wasm-metadata", |
| 3401 | "wasmparser", |
| 3402 | "wit-parser", |
| 3403 | ] |
| 3404 | |
| 3405 | [[package]] |
| 3406 | name = "wit-parser" |
| 3407 | version = "0.244.0" |
| 3408 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3409 | checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736" |
| 3410 | dependencies = [ |
| 3411 | "anyhow", |
| 3412 | "id-arena", |
| 3413 | "indexmap", |
| 3414 | "log", |
| 3415 | "semver", |
| 3416 | "serde", |
| 3417 | "serde_derive", |
| 3418 | "serde_json", |
| 3419 | "unicode-xid", |
| 3420 | "wasmparser", |
| 3421 | ] |
| 3422 | |
| 3423 | [[package]] |
| 3424 | name = "writeable" |
| 3425 | version = "0.6.3" |
| 3426 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3427 | checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4" |
| 3428 | |
| 3429 | [[package]] |
| 3430 | name = "yoke" |
| 3431 | version = "0.8.2" |
| 3432 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3433 | checksum = "abe8c5fda708d9ca3df187cae8bfb9ceda00dd96231bed36e445a1a48e66f9ca" |
| 3434 | dependencies = [ |
| 3435 | "stable_deref_trait", |
| 3436 | "yoke-derive", |
| 3437 | "zerofrom", |
| 3438 | ] |
| 3439 | |
| 3440 | [[package]] |
| 3441 | name = "yoke-derive" |
| 3442 | version = "0.8.2" |
| 3443 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3444 | checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e" |
| 3445 | dependencies = [ |
| 3446 | "proc-macro2", |
| 3447 | "quote", |
| 3448 | "syn 2.0.117", |
| 3449 | "synstructure", |
| 3450 | ] |
| 3451 | |
| 3452 | [[package]] |
| 3453 | name = "zbus" |
| 3454 | version = "5.14.0" |
| 3455 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3456 | checksum = "ca82f95dbd3943a40a53cfded6c2d0a2ca26192011846a1810c4256ef92c60bc" |
| 3457 | dependencies = [ |
| 3458 | "async-broadcast", |
| 3459 | "async-executor", |
| 3460 | "async-io", |
| 3461 | "async-lock", |
| 3462 | "async-process", |
| 3463 | "async-recursion", |
| 3464 | "async-task", |
| 3465 | "async-trait", |
| 3466 | "blocking", |
| 3467 | "enumflags2", |
| 3468 | "event-listener", |
| 3469 | "futures-core", |
| 3470 | "futures-lite", |
| 3471 | "hex", |
| 3472 | "libc", |
| 3473 | "ordered-stream", |
| 3474 | "rustix", |
| 3475 | "serde", |
| 3476 | "serde_repr", |
| 3477 | "tracing", |
| 3478 | "uds_windows", |
| 3479 | "uuid", |
| 3480 | "windows-sys 0.61.2", |
| 3481 | "winnow 0.7.15", |
| 3482 | "zbus_macros", |
| 3483 | "zbus_names", |
| 3484 | "zvariant", |
| 3485 | ] |
| 3486 | |
| 3487 | [[package]] |
| 3488 | name = "zbus_macros" |
| 3489 | version = "5.14.0" |
| 3490 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3491 | checksum = "897e79616e84aac4b2c46e9132a4f63b93105d54fe8c0e8f6bffc21fa8d49222" |
| 3492 | dependencies = [ |
| 3493 | "proc-macro-crate", |
| 3494 | "proc-macro2", |
| 3495 | "quote", |
| 3496 | "syn 2.0.117", |
| 3497 | "zbus_names", |
| 3498 | "zvariant", |
| 3499 | "zvariant_utils", |
| 3500 | ] |
| 3501 | |
| 3502 | [[package]] |
| 3503 | name = "zbus_names" |
| 3504 | version = "4.3.1" |
| 3505 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3506 | checksum = "ffd8af6d5b78619bab301ff3c560a5bd22426150253db278f164d6cf3b72c50f" |
| 3507 | dependencies = [ |
| 3508 | "serde", |
| 3509 | "winnow 0.7.15", |
| 3510 | "zvariant", |
| 3511 | ] |
| 3512 | |
| 3513 | [[package]] |
| 3514 | name = "zerocopy" |
| 3515 | version = "0.8.48" |
| 3516 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3517 | checksum = "eed437bf9d6692032087e337407a86f04cd8d6a16a37199ed57949d415bd68e9" |
| 3518 | dependencies = [ |
| 3519 | "zerocopy-derive", |
| 3520 | ] |
| 3521 | |
| 3522 | [[package]] |
| 3523 | name = "zerocopy-derive" |
| 3524 | version = "0.8.48" |
| 3525 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3526 | checksum = "70e3cd084b1788766f53af483dd21f93881ff30d7320490ec3ef7526d203bad4" |
| 3527 | dependencies = [ |
| 3528 | "proc-macro2", |
| 3529 | "quote", |
| 3530 | "syn 2.0.117", |
| 3531 | ] |
| 3532 | |
| 3533 | [[package]] |
| 3534 | name = "zerofrom" |
| 3535 | version = "0.1.7" |
| 3536 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3537 | checksum = "69faa1f2a1ea75661980b013019ed6687ed0e83d069bc1114e2cc74c6c04c4df" |
| 3538 | dependencies = [ |
| 3539 | "zerofrom-derive", |
| 3540 | ] |
| 3541 | |
| 3542 | [[package]] |
| 3543 | name = "zerofrom-derive" |
| 3544 | version = "0.1.7" |
| 3545 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3546 | checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1" |
| 3547 | dependencies = [ |
| 3548 | "proc-macro2", |
| 3549 | "quote", |
| 3550 | "syn 2.0.117", |
| 3551 | "synstructure", |
| 3552 | ] |
| 3553 | |
| 3554 | [[package]] |
| 3555 | name = "zeroize" |
| 3556 | version = "1.8.2" |
| 3557 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3558 | checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0" |
| 3559 | |
| 3560 | [[package]] |
| 3561 | name = "zerotrie" |
| 3562 | version = "0.2.4" |
| 3563 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3564 | checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf" |
| 3565 | dependencies = [ |
| 3566 | "displaydoc", |
| 3567 | "yoke", |
| 3568 | "zerofrom", |
| 3569 | ] |
| 3570 | |
| 3571 | [[package]] |
| 3572 | name = "zerovec" |
| 3573 | version = "0.11.6" |
| 3574 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3575 | checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239" |
| 3576 | dependencies = [ |
| 3577 | "yoke", |
| 3578 | "zerofrom", |
| 3579 | "zerovec-derive", |
| 3580 | ] |
| 3581 | |
| 3582 | [[package]] |
| 3583 | name = "zerovec-derive" |
| 3584 | version = "0.11.3" |
| 3585 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3586 | checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555" |
| 3587 | dependencies = [ |
| 3588 | "proc-macro2", |
| 3589 | "quote", |
| 3590 | "syn 2.0.117", |
| 3591 | ] |
| 3592 | |
| 3593 | [[package]] |
| 3594 | name = "zmij" |
| 3595 | version = "1.0.21" |
| 3596 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3597 | checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa" |
| 3598 | |
| 3599 | [[package]] |
| 3600 | name = "zvariant" |
| 3601 | version = "5.10.0" |
| 3602 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3603 | checksum = "5708299b21903bbe348e94729f22c49c55d04720a004aa350f1f9c122fd2540b" |
| 3604 | dependencies = [ |
| 3605 | "endi", |
| 3606 | "enumflags2", |
| 3607 | "serde", |
| 3608 | "winnow 0.7.15", |
| 3609 | "zvariant_derive", |
| 3610 | "zvariant_utils", |
| 3611 | ] |
| 3612 | |
| 3613 | [[package]] |
| 3614 | name = "zvariant_derive" |
| 3615 | version = "5.10.0" |
| 3616 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3617 | checksum = "5b59b012ebe9c46656f9cc08d8da8b4c726510aef12559da3e5f1bf72780752c" |
| 3618 | dependencies = [ |
| 3619 | "proc-macro-crate", |
| 3620 | "proc-macro2", |
| 3621 | "quote", |
| 3622 | "syn 2.0.117", |
| 3623 | "zvariant_utils", |
| 3624 | ] |
| 3625 | |
| 3626 | [[package]] |
| 3627 | name = "zvariant_utils" |
| 3628 | version = "3.3.0" |
| 3629 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3630 | checksum = "f75c23a64ef8f40f13a6989991e643554d9bef1d682a281160cf0c1bc389c5e9" |
| 3631 | dependencies = [ |
| 3632 | "proc-macro2", |
| 3633 | "quote", |
| 3634 | "serde", |
| 3635 | "syn 2.0.117", |
| 3636 | "winnow 0.7.15", |
| 3637 | ] |