| 1 | # This file is automatically @generated by Cargo. |
| 2 | # It is not intended for manual editing. |
| 3 | version = 4 |
| 4 | |
| 5 | [[package]] |
| 6 | name = "Inflector" |
| 7 | version = "0.11.4" |
| 8 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 9 | checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3" |
| 10 | dependencies = [ |
| 11 | "lazy_static", |
| 12 | "regex", |
| 13 | ] |
| 14 | |
| 15 | [[package]] |
| 16 | name = "adler2" |
| 17 | version = "2.0.1" |
| 18 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 19 | checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" |
| 20 | |
| 21 | [[package]] |
| 22 | name = "adobe-cmap-parser" |
| 23 | version = "0.4.1" |
| 24 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 25 | checksum = "ae8abfa9a4688de8fc9f42b3f013b6fffec18ed8a554f5f113577e0b9b3212a3" |
| 26 | dependencies = [ |
| 27 | "pom", |
| 28 | ] |
| 29 | |
| 30 | [[package]] |
| 31 | name = "aes" |
| 32 | version = "0.8.4" |
| 33 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 34 | checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0" |
| 35 | dependencies = [ |
| 36 | "cfg-if", |
| 37 | "cipher", |
| 38 | "cpufeatures 0.2.17", |
| 39 | ] |
| 40 | |
| 41 | [[package]] |
| 42 | name = "ahash" |
| 43 | version = "0.8.12" |
| 44 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 45 | checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75" |
| 46 | dependencies = [ |
| 47 | "cfg-if", |
| 48 | "getrandom 0.3.4", |
| 49 | "once_cell", |
| 50 | "serde", |
| 51 | "version_check", |
| 52 | "zerocopy", |
| 53 | ] |
| 54 | |
| 55 | [[package]] |
| 56 | name = "aho-corasick" |
| 57 | version = "1.1.4" |
| 58 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 59 | checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" |
| 60 | dependencies = [ |
| 61 | "memchr", |
| 62 | ] |
| 63 | |
| 64 | [[package]] |
| 65 | name = "allocative" |
| 66 | version = "0.3.4" |
| 67 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 68 | checksum = "8fac2ce611db8b8cee9b2aa886ca03c924e9da5e5295d0dbd0526e5d0b0710f7" |
| 69 | dependencies = [ |
| 70 | "allocative_derive", |
| 71 | "bumpalo", |
| 72 | "ctor", |
| 73 | "hashbrown 0.14.5", |
| 74 | "num-bigint", |
| 75 | ] |
| 76 | |
| 77 | [[package]] |
| 78 | name = "allocative_derive" |
| 79 | version = "0.3.3" |
| 80 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 81 | checksum = "fe233a377643e0fc1a56421d7c90acdec45c291b30345eb9f08e8d0ddce5a4ab" |
| 82 | dependencies = [ |
| 83 | "proc-macro2", |
| 84 | "quote", |
| 85 | "syn 2.0.114", |
| 86 | ] |
| 87 | |
| 88 | [[package]] |
| 89 | name = "allocator-api2" |
| 90 | version = "0.2.21" |
| 91 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 92 | checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" |
| 93 | |
| 94 | [[package]] |
| 95 | name = "android_system_properties" |
| 96 | version = "0.1.5" |
| 97 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 98 | checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" |
| 99 | dependencies = [ |
| 100 | "libc", |
| 101 | ] |
| 102 | |
| 103 | [[package]] |
| 104 | name = "annotate-snippets" |
| 105 | version = "0.9.2" |
| 106 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 107 | checksum = "ccaf7e9dfbb6ab22c82e473cd1a8a7bd313c19a5b7e40970f3d89ef5a5c9e81e" |
| 108 | dependencies = [ |
| 109 | "unicode-width 0.1.14", |
| 110 | ] |
| 111 | |
| 112 | [[package]] |
| 113 | name = "anstream" |
| 114 | version = "0.6.21" |
| 115 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 116 | checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a" |
| 117 | dependencies = [ |
| 118 | "anstyle", |
| 119 | "anstyle-parse", |
| 120 | "anstyle-query", |
| 121 | "anstyle-wincon", |
| 122 | "colorchoice", |
| 123 | "is_terminal_polyfill", |
| 124 | "utf8parse", |
| 125 | ] |
| 126 | |
| 127 | [[package]] |
| 128 | name = "anstyle" |
| 129 | version = "1.0.13" |
| 130 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 131 | checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78" |
| 132 | |
| 133 | [[package]] |
| 134 | name = "anstyle-parse" |
| 135 | version = "0.2.7" |
| 136 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 137 | checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2" |
| 138 | dependencies = [ |
| 139 | "utf8parse", |
| 140 | ] |
| 141 | |
| 142 | [[package]] |
| 143 | name = "anstyle-query" |
| 144 | version = "1.1.5" |
| 145 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 146 | checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" |
| 147 | dependencies = [ |
| 148 | "windows-sys 0.61.2", |
| 149 | ] |
| 150 | |
| 151 | [[package]] |
| 152 | name = "anstyle-wincon" |
| 153 | version = "3.0.11" |
| 154 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 155 | checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" |
| 156 | dependencies = [ |
| 157 | "anstyle", |
| 158 | "once_cell_polyfill", |
| 159 | "windows-sys 0.61.2", |
| 160 | ] |
| 161 | |
| 162 | [[package]] |
| 163 | name = "anyhow" |
| 164 | version = "1.0.100" |
| 165 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 166 | checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" |
| 167 | |
| 168 | [[package]] |
| 169 | name = "arboard" |
| 170 | version = "3.6.1" |
| 171 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 172 | checksum = "0348a1c054491f4bfe6ab86a7b6ab1e44e45d899005de92f58b3df180b36ddaf" |
| 173 | dependencies = [ |
| 174 | "clipboard-win", |
| 175 | "image", |
| 176 | "log", |
| 177 | "objc2", |
| 178 | "objc2-app-kit", |
| 179 | "objc2-core-foundation", |
| 180 | "objc2-core-graphics", |
| 181 | "objc2-foundation", |
| 182 | "parking_lot", |
| 183 | "percent-encoding", |
| 184 | "windows-sys 0.60.2", |
| 185 | "x11rb", |
| 186 | ] |
| 187 | |
| 188 | [[package]] |
| 189 | name = "ascii" |
| 190 | version = "1.1.0" |
| 191 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 192 | checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16" |
| 193 | |
| 194 | [[package]] |
| 195 | name = "ascii-canvas" |
| 196 | version = "3.0.0" |
| 197 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 198 | checksum = "8824ecca2e851cec16968d54a01dd372ef8f95b244fb84b84e70128be347c3c6" |
| 199 | dependencies = [ |
| 200 | "term", |
| 201 | ] |
| 202 | |
| 203 | [[package]] |
| 204 | name = "assert-json-diff" |
| 205 | version = "2.0.2" |
| 206 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 207 | checksum = "47e4f2b81832e72834d7518d8487a0396a28cc408186a2e8854c0f98011faf12" |
| 208 | dependencies = [ |
| 209 | "serde", |
| 210 | "serde_json", |
| 211 | ] |
| 212 | |
| 213 | [[package]] |
| 214 | name = "async-broadcast" |
| 215 | version = "0.7.2" |
| 216 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 217 | checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532" |
| 218 | dependencies = [ |
| 219 | "event-listener", |
| 220 | "event-listener-strategy", |
| 221 | "futures-core", |
| 222 | "pin-project-lite", |
| 223 | ] |
| 224 | |
| 225 | [[package]] |
| 226 | name = "async-channel" |
| 227 | version = "2.5.0" |
| 228 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 229 | checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2" |
| 230 | dependencies = [ |
| 231 | "concurrent-queue", |
| 232 | "event-listener-strategy", |
| 233 | "futures-core", |
| 234 | "pin-project-lite", |
| 235 | ] |
| 236 | |
| 237 | [[package]] |
| 238 | name = "async-io" |
| 239 | version = "2.6.0" |
| 240 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 241 | checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc" |
| 242 | dependencies = [ |
| 243 | "autocfg", |
| 244 | "cfg-if", |
| 245 | "concurrent-queue", |
| 246 | "futures-io", |
| 247 | "futures-lite", |
| 248 | "parking", |
| 249 | "polling", |
| 250 | "rustix 1.1.3", |
| 251 | "slab", |
| 252 | "windows-sys 0.61.2", |
| 253 | ] |
| 254 | |
| 255 | [[package]] |
| 256 | name = "async-lock" |
| 257 | version = "3.4.2" |
| 258 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 259 | checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311" |
| 260 | dependencies = [ |
| 261 | "event-listener", |
| 262 | "event-listener-strategy", |
| 263 | "pin-project-lite", |
| 264 | ] |
| 265 | |
| 266 | [[package]] |
| 267 | name = "async-process" |
| 268 | version = "2.5.0" |
| 269 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 270 | checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75" |
| 271 | dependencies = [ |
| 272 | "async-channel", |
| 273 | "async-io", |
| 274 | "async-lock", |
| 275 | "async-signal", |
| 276 | "async-task", |
| 277 | "blocking", |
| 278 | "cfg-if", |
| 279 | "event-listener", |
| 280 | "futures-lite", |
| 281 | "rustix 1.1.3", |
| 282 | ] |
| 283 | |
| 284 | [[package]] |
| 285 | name = "async-recursion" |
| 286 | version = "1.1.1" |
| 287 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 288 | checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11" |
| 289 | dependencies = [ |
| 290 | "proc-macro2", |
| 291 | "quote", |
| 292 | "syn 2.0.114", |
| 293 | ] |
| 294 | |
| 295 | [[package]] |
| 296 | name = "async-signal" |
| 297 | version = "0.2.14" |
| 298 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 299 | checksum = "52b5aaafa020cf5053a01f2a60e8ff5dccf550f0f77ec54a4e47285ac2bab485" |
| 300 | dependencies = [ |
| 301 | "async-io", |
| 302 | "async-lock", |
| 303 | "atomic-waker", |
| 304 | "cfg-if", |
| 305 | "futures-core", |
| 306 | "futures-io", |
| 307 | "rustix 1.1.3", |
| 308 | "signal-hook-registry", |
| 309 | "slab", |
| 310 | "windows-sys 0.61.2", |
| 311 | ] |
| 312 | |
| 313 | [[package]] |
| 314 | name = "async-stream" |
| 315 | version = "0.3.6" |
| 316 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 317 | checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476" |
| 318 | dependencies = [ |
| 319 | "async-stream-impl", |
| 320 | "futures-core", |
| 321 | "pin-project-lite", |
| 322 | ] |
| 323 | |
| 324 | [[package]] |
| 325 | name = "async-stream-impl" |
| 326 | version = "0.3.6" |
| 327 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 328 | checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d" |
| 329 | dependencies = [ |
| 330 | "proc-macro2", |
| 331 | "quote", |
| 332 | "syn 2.0.114", |
| 333 | ] |
| 334 | |
| 335 | [[package]] |
| 336 | name = "async-task" |
| 337 | version = "4.7.1" |
| 338 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 339 | checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" |
| 340 | |
| 341 | [[package]] |
| 342 | name = "async-trait" |
| 343 | version = "0.1.89" |
| 344 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 345 | checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" |
| 346 | dependencies = [ |
| 347 | "proc-macro2", |
| 348 | "quote", |
| 349 | "syn 2.0.114", |
| 350 | ] |
| 351 | |
| 352 | [[package]] |
| 353 | name = "atomic-waker" |
| 354 | version = "1.1.2" |
| 355 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 356 | checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" |
| 357 | |
| 358 | [[package]] |
| 359 | name = "autocfg" |
| 360 | version = "1.5.0" |
| 361 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 362 | checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" |
| 363 | |
| 364 | [[package]] |
| 365 | name = "aws-lc-rs" |
| 366 | version = "1.16.3" |
| 367 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 368 | checksum = "0ec6fb3fe69024a75fa7e1bfb48aa6cf59706a101658ea01bfd33b2b248a038f" |
| 369 | dependencies = [ |
| 370 | "aws-lc-sys", |
| 371 | "zeroize", |
| 372 | ] |
| 373 | |
| 374 | [[package]] |
| 375 | name = "aws-lc-sys" |
| 376 | version = "0.40.0" |
| 377 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 378 | checksum = "f50037ee5e1e41e7b8f9d161680a725bd1626cb6f8c7e901f91f942850852fe7" |
| 379 | dependencies = [ |
| 380 | "cc", |
| 381 | "cmake", |
| 382 | "dunce", |
| 383 | "fs_extra", |
| 384 | ] |
| 385 | |
| 386 | [[package]] |
| 387 | name = "axum" |
| 388 | version = "0.8.8" |
| 389 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 390 | checksum = "8b52af3cb4058c895d37317bb27508dccc8e5f2d39454016b297bf4a400597b8" |
| 391 | dependencies = [ |
| 392 | "axum-core", |
| 393 | "bytes", |
| 394 | "form_urlencoded", |
| 395 | "futures-util", |
| 396 | "http", |
| 397 | "http-body", |
| 398 | "http-body-util", |
| 399 | "hyper", |
| 400 | "hyper-util", |
| 401 | "itoa", |
| 402 | "matchit", |
| 403 | "memchr", |
| 404 | "mime", |
| 405 | "percent-encoding", |
| 406 | "pin-project-lite", |
| 407 | "serde_core", |
| 408 | "serde_json", |
| 409 | "serde_path_to_error", |
| 410 | "serde_urlencoded", |
| 411 | "sync_wrapper", |
| 412 | "tokio", |
| 413 | "tower", |
| 414 | "tower-layer", |
| 415 | "tower-service", |
| 416 | "tracing", |
| 417 | ] |
| 418 | |
| 419 | [[package]] |
| 420 | name = "axum-core" |
| 421 | version = "0.5.6" |
| 422 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 423 | checksum = "08c78f31d7b1291f7ee735c1c6780ccde7785daae9a9206026862dab7d8792d1" |
| 424 | dependencies = [ |
| 425 | "bytes", |
| 426 | "futures-core", |
| 427 | "http", |
| 428 | "http-body", |
| 429 | "http-body-util", |
| 430 | "mime", |
| 431 | "pin-project-lite", |
| 432 | "sync_wrapper", |
| 433 | "tower-layer", |
| 434 | "tower-service", |
| 435 | "tracing", |
| 436 | ] |
| 437 | |
| 438 | [[package]] |
| 439 | name = "base64" |
| 440 | version = "0.22.1" |
| 441 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 442 | checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" |
| 443 | |
| 444 | [[package]] |
| 445 | name = "beef" |
| 446 | version = "0.5.2" |
| 447 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 448 | checksum = "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1" |
| 449 | |
| 450 | [[package]] |
| 451 | name = "bit-set" |
| 452 | version = "0.5.3" |
| 453 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 454 | checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1" |
| 455 | dependencies = [ |
| 456 | "bit-vec 0.6.3", |
| 457 | ] |
| 458 | |
| 459 | [[package]] |
| 460 | name = "bit-set" |
| 461 | version = "0.8.0" |
| 462 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 463 | checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3" |
| 464 | dependencies = [ |
| 465 | "bit-vec 0.8.0", |
| 466 | ] |
| 467 | |
| 468 | [[package]] |
| 469 | name = "bit-vec" |
| 470 | version = "0.6.3" |
| 471 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 472 | checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb" |
| 473 | |
| 474 | [[package]] |
| 475 | name = "bit-vec" |
| 476 | version = "0.8.0" |
| 477 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 478 | checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7" |
| 479 | |
| 480 | [[package]] |
| 481 | name = "bitflags" |
| 482 | version = "1.3.2" |
| 483 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 484 | checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
| 485 | |
| 486 | [[package]] |
| 487 | name = "bitflags" |
| 488 | version = "2.10.0" |
| 489 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 490 | checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3" |
| 491 | |
| 492 | [[package]] |
| 493 | name = "block-buffer" |
| 494 | version = "0.10.4" |
| 495 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 496 | checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" |
| 497 | dependencies = [ |
| 498 | "generic-array", |
| 499 | ] |
| 500 | |
| 501 | [[package]] |
| 502 | name = "block-buffer" |
| 503 | version = "0.12.0" |
| 504 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 505 | checksum = "cdd35008169921d80bc60d3d0ab416eecb028c4cd653352907921d95084790be" |
| 506 | dependencies = [ |
| 507 | "hybrid-array", |
| 508 | ] |
| 509 | |
| 510 | [[package]] |
| 511 | name = "block-padding" |
| 512 | version = "0.3.3" |
| 513 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 514 | checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93" |
| 515 | dependencies = [ |
| 516 | "generic-array", |
| 517 | ] |
| 518 | |
| 519 | [[package]] |
| 520 | name = "blocking" |
| 521 | version = "1.6.2" |
| 522 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 523 | checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21" |
| 524 | dependencies = [ |
| 525 | "async-channel", |
| 526 | "async-task", |
| 527 | "futures-io", |
| 528 | "futures-lite", |
| 529 | "piper", |
| 530 | ] |
| 531 | |
| 532 | [[package]] |
| 533 | name = "borrow-or-share" |
| 534 | version = "0.2.4" |
| 535 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 536 | checksum = "dc0b364ead1874514c8c2855ab558056ebfeb775653e7ae45ff72f28f8f3166c" |
| 537 | |
| 538 | [[package]] |
| 539 | name = "bstr" |
| 540 | version = "1.12.1" |
| 541 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 542 | checksum = "63044e1ae8e69f3b5a92c736ca6269b8d12fa7efe39bf34ddb06d102cf0e2cab" |
| 543 | dependencies = [ |
| 544 | "memchr", |
| 545 | "serde", |
| 546 | ] |
| 547 | |
| 548 | [[package]] |
| 549 | name = "bumpalo" |
| 550 | version = "3.19.1" |
| 551 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 552 | checksum = "5dd9dc738b7a8311c7ade152424974d8115f2cdad61e8dab8dac9f2362298510" |
| 553 | |
| 554 | [[package]] |
| 555 | name = "bytecount" |
| 556 | version = "0.6.9" |
| 557 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 558 | checksum = "175812e0be2bccb6abe50bb8d566126198344f707e304f45c648fd8f2cc0365e" |
| 559 | |
| 560 | [[package]] |
| 561 | name = "bytemuck" |
| 562 | version = "1.24.0" |
| 563 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 564 | checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4" |
| 565 | |
| 566 | [[package]] |
| 567 | name = "byteorder" |
| 568 | version = "1.5.0" |
| 569 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 570 | checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" |
| 571 | |
| 572 | [[package]] |
| 573 | name = "byteorder-lite" |
| 574 | version = "0.1.0" |
| 575 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 576 | checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495" |
| 577 | |
| 578 | [[package]] |
| 579 | name = "bytes" |
| 580 | version = "1.11.1" |
| 581 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 582 | checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" |
| 583 | |
| 584 | [[package]] |
| 585 | name = "cassowary" |
| 586 | version = "0.3.0" |
| 587 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 588 | checksum = "df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53" |
| 589 | |
| 590 | [[package]] |
| 591 | name = "castaway" |
| 592 | version = "0.2.4" |
| 593 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 594 | checksum = "dec551ab6e7578819132c713a93c022a05d60159dc86e7a7050223577484c55a" |
| 595 | dependencies = [ |
| 596 | "rustversion", |
| 597 | ] |
| 598 | |
| 599 | [[package]] |
| 600 | name = "cbc" |
| 601 | version = "0.1.2" |
| 602 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 603 | checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6" |
| 604 | dependencies = [ |
| 605 | "cipher", |
| 606 | ] |
| 607 | |
| 608 | [[package]] |
| 609 | name = "cc" |
| 610 | version = "1.2.52" |
| 611 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 612 | checksum = "cd4932aefd12402b36c60956a4fe0035421f544799057659ff86f923657aada3" |
| 613 | dependencies = [ |
| 614 | "find-msvc-tools", |
| 615 | "jobserver", |
| 616 | "libc", |
| 617 | "shlex", |
| 618 | ] |
| 619 | |
| 620 | [[package]] |
| 621 | name = "cesu8" |
| 622 | version = "1.1.0" |
| 623 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 624 | checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" |
| 625 | |
| 626 | [[package]] |
| 627 | name = "cfg-if" |
| 628 | version = "1.0.4" |
| 629 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 630 | checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" |
| 631 | |
| 632 | [[package]] |
| 633 | name = "cfg_aliases" |
| 634 | version = "0.1.1" |
| 635 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 636 | checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" |
| 637 | |
| 638 | [[package]] |
| 639 | name = "cfg_aliases" |
| 640 | version = "0.2.1" |
| 641 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 642 | checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" |
| 643 | |
| 644 | [[package]] |
| 645 | name = "chrono" |
| 646 | version = "0.4.44" |
| 647 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 648 | checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0" |
| 649 | dependencies = [ |
| 650 | "iana-time-zone", |
| 651 | "js-sys", |
| 652 | "num-traits", |
| 653 | "serde", |
| 654 | "wasm-bindgen", |
| 655 | "windows-link 0.2.1", |
| 656 | ] |
| 657 | |
| 658 | [[package]] |
| 659 | name = "chunked_transfer" |
| 660 | version = "1.5.0" |
| 661 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 662 | checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901" |
| 663 | |
| 664 | [[package]] |
| 665 | name = "cipher" |
| 666 | version = "0.4.4" |
| 667 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 668 | checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" |
| 669 | dependencies = [ |
| 670 | "crypto-common 0.1.7", |
| 671 | "inout", |
| 672 | ] |
| 673 | |
| 674 | [[package]] |
| 675 | name = "clap" |
| 676 | version = "4.5.54" |
| 677 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 678 | checksum = "c6e6ff9dcd79cff5cd969a17a545d79e84ab086e444102a591e288a8aa3ce394" |
| 679 | dependencies = [ |
| 680 | "clap_builder", |
| 681 | "clap_derive", |
| 682 | ] |
| 683 | |
| 684 | [[package]] |
| 685 | name = "clap_builder" |
| 686 | version = "4.5.54" |
| 687 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 688 | checksum = "fa42cf4d2b7a41bc8f663a7cab4031ebafa1bf3875705bfaf8466dc60ab52c00" |
| 689 | dependencies = [ |
| 690 | "anstream", |
| 691 | "anstyle", |
| 692 | "clap_lex", |
| 693 | "strsim 0.11.1", |
| 694 | ] |
| 695 | |
| 696 | [[package]] |
| 697 | name = "clap_complete" |
| 698 | version = "4.5.65" |
| 699 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 700 | checksum = "430b4dc2b5e3861848de79627b2bedc9f3342c7da5173a14eaa5d0f8dc18ae5d" |
| 701 | dependencies = [ |
| 702 | "clap", |
| 703 | ] |
| 704 | |
| 705 | [[package]] |
| 706 | name = "clap_derive" |
| 707 | version = "4.5.49" |
| 708 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 709 | checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671" |
| 710 | dependencies = [ |
| 711 | "heck", |
| 712 | "proc-macro2", |
| 713 | "quote", |
| 714 | "syn 2.0.114", |
| 715 | ] |
| 716 | |
| 717 | [[package]] |
| 718 | name = "clap_lex" |
| 719 | version = "0.7.6" |
| 720 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 721 | checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d" |
| 722 | |
| 723 | [[package]] |
| 724 | name = "clipboard-win" |
| 725 | version = "5.4.1" |
| 726 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 727 | checksum = "bde03770d3df201d4fb868f2c9c59e66a3e4e2bd06692a0fe701e7103c7e84d4" |
| 728 | dependencies = [ |
| 729 | "error-code", |
| 730 | ] |
| 731 | |
| 732 | [[package]] |
| 733 | name = "cmake" |
| 734 | version = "0.1.57" |
| 735 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 736 | checksum = "75443c44cd6b379beb8c5b45d85d0773baf31cce901fe7bb252f4eff3008ef7d" |
| 737 | dependencies = [ |
| 738 | "cc", |
| 739 | ] |
| 740 | |
| 741 | [[package]] |
| 742 | name = "cmp_any" |
| 743 | version = "0.8.1" |
| 744 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 745 | checksum = "e9b18233253483ce2f65329a24072ec414db782531bdbb7d0bbc4bd2ce6b7e21" |
| 746 | |
| 747 | [[package]] |
| 748 | name = "colorchoice" |
| 749 | version = "1.0.4" |
| 750 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 751 | checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" |
| 752 | |
| 753 | [[package]] |
| 754 | name = "colored" |
| 755 | version = "3.0.0" |
| 756 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 757 | checksum = "fde0e0ec90c9dfb3b4b1a0891a7dcd0e2bffde2f7efed5fe7c9bb00e5bfb915e" |
| 758 | dependencies = [ |
| 759 | "windows-sys 0.59.0", |
| 760 | ] |
| 761 | |
| 762 | [[package]] |
| 763 | name = "combine" |
| 764 | version = "4.6.7" |
| 765 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 766 | checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" |
| 767 | dependencies = [ |
| 768 | "bytes", |
| 769 | "memchr", |
| 770 | ] |
| 771 | |
| 772 | [[package]] |
| 773 | name = "compact_str" |
| 774 | version = "0.8.1" |
| 775 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 776 | checksum = "3b79c4069c6cad78e2e0cdfcbd26275770669fb39fd308a752dc110e83b9af32" |
| 777 | dependencies = [ |
| 778 | "castaway", |
| 779 | "cfg-if", |
| 780 | "itoa", |
| 781 | "rustversion", |
| 782 | "ryu", |
| 783 | "static_assertions", |
| 784 | ] |
| 785 | |
| 786 | [[package]] |
| 787 | name = "compact_str" |
| 788 | version = "0.9.0" |
| 789 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 790 | checksum = "3fdb1325a1cece981e8a296ab8f0f9b63ae357bd0784a9faaf548cc7b480707a" |
| 791 | dependencies = [ |
| 792 | "castaway", |
| 793 | "cfg-if", |
| 794 | "itoa", |
| 795 | "rustversion", |
| 796 | "ryu", |
| 797 | "static_assertions", |
| 798 | ] |
| 799 | |
| 800 | [[package]] |
| 801 | name = "concurrent-queue" |
| 802 | version = "2.5.0" |
| 803 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 804 | checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" |
| 805 | dependencies = [ |
| 806 | "crossbeam-utils", |
| 807 | ] |
| 808 | |
| 809 | [[package]] |
| 810 | name = "convert_case" |
| 811 | version = "0.6.0" |
| 812 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 813 | checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca" |
| 814 | dependencies = [ |
| 815 | "unicode-segmentation", |
| 816 | ] |
| 817 | |
| 818 | [[package]] |
| 819 | name = "convert_case" |
| 820 | version = "0.10.0" |
| 821 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 822 | checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9" |
| 823 | dependencies = [ |
| 824 | "unicode-segmentation", |
| 825 | ] |
| 826 | |
| 827 | [[package]] |
| 828 | name = "core-foundation" |
| 829 | version = "0.9.4" |
| 830 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 831 | checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" |
| 832 | dependencies = [ |
| 833 | "core-foundation-sys", |
| 834 | "libc", |
| 835 | ] |
| 836 | |
| 837 | [[package]] |
| 838 | name = "core-foundation" |
| 839 | version = "0.10.1" |
| 840 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 841 | checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6" |
| 842 | dependencies = [ |
| 843 | "core-foundation-sys", |
| 844 | "libc", |
| 845 | ] |
| 846 | |
| 847 | [[package]] |
| 848 | name = "core-foundation-sys" |
| 849 | version = "0.8.7" |
| 850 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 851 | checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" |
| 852 | |
| 853 | [[package]] |
| 854 | name = "cpufeatures" |
| 855 | version = "0.2.17" |
| 856 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 857 | checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" |
| 858 | dependencies = [ |
| 859 | "libc", |
| 860 | ] |
| 861 | |
| 862 | [[package]] |
| 863 | name = "cpufeatures" |
| 864 | version = "0.3.0" |
| 865 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 866 | checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201" |
| 867 | dependencies = [ |
| 868 | "libc", |
| 869 | ] |
| 870 | |
| 871 | [[package]] |
| 872 | name = "crc32fast" |
| 873 | version = "1.5.0" |
| 874 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 875 | checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" |
| 876 | dependencies = [ |
| 877 | "cfg-if", |
| 878 | ] |
| 879 | |
| 880 | [[package]] |
| 881 | name = "crossbeam-deque" |
| 882 | version = "0.8.6" |
| 883 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 884 | checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51" |
| 885 | dependencies = [ |
| 886 | "crossbeam-epoch", |
| 887 | "crossbeam-utils", |
| 888 | ] |
| 889 | |
| 890 | [[package]] |
| 891 | name = "crossbeam-epoch" |
| 892 | version = "0.9.18" |
| 893 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 894 | checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" |
| 895 | dependencies = [ |
| 896 | "crossbeam-utils", |
| 897 | ] |
| 898 | |
| 899 | [[package]] |
| 900 | name = "crossbeam-utils" |
| 901 | version = "0.8.21" |
| 902 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 903 | checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" |
| 904 | |
| 905 | [[package]] |
| 906 | name = "crossterm" |
| 907 | version = "0.28.1" |
| 908 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 909 | checksum = "829d955a0bb380ef178a640b91779e3987da38c9aea133b20614cfed8cdea9c6" |
| 910 | dependencies = [ |
| 911 | "bitflags 2.10.0", |
| 912 | "crossterm_winapi", |
| 913 | "mio", |
| 914 | "parking_lot", |
| 915 | "rustix 0.38.44", |
| 916 | "signal-hook", |
| 917 | "signal-hook-mio", |
| 918 | "winapi", |
| 919 | ] |
| 920 | |
| 921 | [[package]] |
| 922 | name = "crossterm" |
| 923 | version = "0.29.0" |
| 924 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 925 | checksum = "d8b9f2e4c67f833b660cdb0a3523065869fb35570177239812ed4c905aeff87b" |
| 926 | dependencies = [ |
| 927 | "bitflags 2.10.0", |
| 928 | "crossterm_winapi", |
| 929 | "derive_more 2.1.1", |
| 930 | "document-features", |
| 931 | "mio", |
| 932 | "parking_lot", |
| 933 | "rustix 1.1.3", |
| 934 | "signal-hook", |
| 935 | "signal-hook-mio", |
| 936 | "winapi", |
| 937 | ] |
| 938 | |
| 939 | [[package]] |
| 940 | name = "crossterm_winapi" |
| 941 | version = "0.9.1" |
| 942 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 943 | checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b" |
| 944 | dependencies = [ |
| 945 | "winapi", |
| 946 | ] |
| 947 | |
| 948 | [[package]] |
| 949 | name = "crunchy" |
| 950 | version = "0.2.4" |
| 951 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 952 | checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" |
| 953 | |
| 954 | [[package]] |
| 955 | name = "crypto-common" |
| 956 | version = "0.1.7" |
| 957 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 958 | checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a" |
| 959 | dependencies = [ |
| 960 | "generic-array", |
| 961 | "typenum", |
| 962 | ] |
| 963 | |
| 964 | [[package]] |
| 965 | name = "crypto-common" |
| 966 | version = "0.2.1" |
| 967 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 968 | checksum = "77727bb15fa921304124b128af125e7e3b968275d1b108b379190264f4423710" |
| 969 | dependencies = [ |
| 970 | "hybrid-array", |
| 971 | ] |
| 972 | |
| 973 | [[package]] |
| 974 | name = "ctor" |
| 975 | version = "0.1.26" |
| 976 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 977 | checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096" |
| 978 | dependencies = [ |
| 979 | "quote", |
| 980 | "syn 1.0.109", |
| 981 | ] |
| 982 | |
| 983 | [[package]] |
| 984 | name = "darling" |
| 985 | version = "0.23.0" |
| 986 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 987 | checksum = "25ae13da2f202d56bd7f91c25fba009e7717a1e4a1cc98a76d844b65ae912e9d" |
| 988 | dependencies = [ |
| 989 | "darling_core", |
| 990 | "darling_macro", |
| 991 | ] |
| 992 | |
| 993 | [[package]] |
| 994 | name = "darling_core" |
| 995 | version = "0.23.0" |
| 996 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 997 | checksum = "9865a50f7c335f53564bb694ef660825eb8610e0a53d3e11bf1b0d3df31e03b0" |
| 998 | dependencies = [ |
| 999 | "ident_case", |
| 1000 | "proc-macro2", |
| 1001 | "quote", |
| 1002 | "strsim 0.11.1", |
| 1003 | "syn 2.0.114", |
| 1004 | ] |
| 1005 | |
| 1006 | [[package]] |
| 1007 | name = "darling_macro" |
| 1008 | version = "0.23.0" |
| 1009 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1010 | checksum = "ac3984ec7bd6cfa798e62b4a642426a5be0e68f9401cfc2a01e3fa9ea2fcdb8d" |
| 1011 | dependencies = [ |
| 1012 | "darling_core", |
| 1013 | "quote", |
| 1014 | "syn 2.0.114", |
| 1015 | ] |
| 1016 | |
| 1017 | [[package]] |
| 1018 | name = "data-encoding" |
| 1019 | version = "2.11.0" |
| 1020 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1021 | checksum = "a4ae5f15dda3c708c0ade84bfee31ccab44a3da4f88015ed22f63732abe300c8" |
| 1022 | |
| 1023 | [[package]] |
| 1024 | name = "dbus" |
| 1025 | version = "0.9.11" |
| 1026 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1027 | checksum = "b942602992bb7acfd1f51c49811c58a610ef9181b6e66f3e519d79b540a3bf73" |
| 1028 | dependencies = [ |
| 1029 | "libc", |
| 1030 | "libdbus-sys", |
| 1031 | "windows-sys 0.61.2", |
| 1032 | ] |
| 1033 | |
| 1034 | [[package]] |
| 1035 | name = "dbus-secret-service" |
| 1036 | version = "4.1.0" |
| 1037 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1038 | checksum = "708b509edf7889e53d7efb0ffadd994cc6c2345ccb62f55cfd6b0682165e4fa6" |
| 1039 | dependencies = [ |
| 1040 | "aes", |
| 1041 | "block-padding", |
| 1042 | "cbc", |
| 1043 | "dbus", |
| 1044 | "fastrand", |
| 1045 | "hkdf", |
| 1046 | "num", |
| 1047 | "once_cell", |
| 1048 | "sha2 0.10.9", |
| 1049 | "zeroize", |
| 1050 | ] |
| 1051 | |
| 1052 | [[package]] |
| 1053 | name = "deadpool" |
| 1054 | version = "0.12.3" |
| 1055 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1056 | checksum = "0be2b1d1d6ec8d846f05e137292d0b89133caf95ef33695424c09568bdd39b1b" |
| 1057 | dependencies = [ |
| 1058 | "deadpool-runtime", |
| 1059 | "lazy_static", |
| 1060 | "num_cpus", |
| 1061 | "tokio", |
| 1062 | ] |
| 1063 | |
| 1064 | [[package]] |
| 1065 | name = "deadpool-runtime" |
| 1066 | version = "0.1.4" |
| 1067 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1068 | checksum = "092966b41edc516079bdf31ec78a2e0588d1d0c08f78b91d8307215928642b2b" |
| 1069 | |
| 1070 | [[package]] |
| 1071 | name = "debugserver-types" |
| 1072 | version = "0.5.0" |
| 1073 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1074 | checksum = "2bf6834a70ed14e8e4e41882df27190bea150f1f6ecf461f1033f8739cd8af4a" |
| 1075 | dependencies = [ |
| 1076 | "schemafy", |
| 1077 | "serde", |
| 1078 | "serde_json", |
| 1079 | ] |
| 1080 | |
| 1081 | [[package]] |
| 1082 | name = "deepseek-agent" |
| 1083 | version = "0.8.15" |
| 1084 | dependencies = [ |
| 1085 | "deepseek-config", |
| 1086 | "serde", |
| 1087 | ] |
| 1088 | |
| 1089 | [[package]] |
| 1090 | name = "deepseek-app-server" |
| 1091 | version = "0.8.15" |
| 1092 | dependencies = [ |
| 1093 | "anyhow", |
| 1094 | "axum", |
| 1095 | "clap", |
| 1096 | "deepseek-agent", |
| 1097 | "deepseek-config", |
| 1098 | "deepseek-core", |
| 1099 | "deepseek-execpolicy", |
| 1100 | "deepseek-hooks", |
| 1101 | "deepseek-mcp", |
| 1102 | "deepseek-protocol", |
| 1103 | "deepseek-state", |
| 1104 | "deepseek-tools", |
| 1105 | "serde", |
| 1106 | "serde_json", |
| 1107 | "tokio", |
| 1108 | "tower-http", |
| 1109 | ] |
| 1110 | |
| 1111 | [[package]] |
| 1112 | name = "deepseek-config" |
| 1113 | version = "0.8.15" |
| 1114 | dependencies = [ |
| 1115 | "anyhow", |
| 1116 | "deepseek-secrets", |
| 1117 | "dirs", |
| 1118 | "serde", |
| 1119 | "toml 0.9.11+spec-1.1.0", |
| 1120 | "tracing", |
| 1121 | ] |
| 1122 | |
| 1123 | [[package]] |
| 1124 | name = "deepseek-core" |
| 1125 | version = "0.8.15" |
| 1126 | dependencies = [ |
| 1127 | "anyhow", |
| 1128 | "chrono", |
| 1129 | "deepseek-agent", |
| 1130 | "deepseek-config", |
| 1131 | "deepseek-execpolicy", |
| 1132 | "deepseek-hooks", |
| 1133 | "deepseek-mcp", |
| 1134 | "deepseek-protocol", |
| 1135 | "deepseek-state", |
| 1136 | "deepseek-tools", |
| 1137 | "serde_json", |
| 1138 | "uuid", |
| 1139 | ] |
| 1140 | |
| 1141 | [[package]] |
| 1142 | name = "deepseek-execpolicy" |
| 1143 | version = "0.8.15" |
| 1144 | dependencies = [ |
| 1145 | "anyhow", |
| 1146 | "deepseek-protocol", |
| 1147 | "serde", |
| 1148 | ] |
| 1149 | |
| 1150 | [[package]] |
| 1151 | name = "deepseek-hooks" |
| 1152 | version = "0.8.15" |
| 1153 | dependencies = [ |
| 1154 | "anyhow", |
| 1155 | "async-trait", |
| 1156 | "chrono", |
| 1157 | "deepseek-protocol", |
| 1158 | "reqwest", |
| 1159 | "serde", |
| 1160 | "serde_json", |
| 1161 | "tokio", |
| 1162 | ] |
| 1163 | |
| 1164 | [[package]] |
| 1165 | name = "deepseek-mcp" |
| 1166 | version = "0.8.15" |
| 1167 | dependencies = [ |
| 1168 | "anyhow", |
| 1169 | "serde", |
| 1170 | "serde_json", |
| 1171 | ] |
| 1172 | |
| 1173 | [[package]] |
| 1174 | name = "deepseek-protocol" |
| 1175 | version = "0.8.15" |
| 1176 | dependencies = [ |
| 1177 | "serde", |
| 1178 | "serde_json", |
| 1179 | ] |
| 1180 | |
| 1181 | [[package]] |
| 1182 | name = "deepseek-secrets" |
| 1183 | version = "0.8.15" |
| 1184 | dependencies = [ |
| 1185 | "dirs", |
| 1186 | "keyring", |
| 1187 | "serde", |
| 1188 | "serde_json", |
| 1189 | "tempfile", |
| 1190 | "thiserror 2.0.17", |
| 1191 | "tracing", |
| 1192 | ] |
| 1193 | |
| 1194 | [[package]] |
| 1195 | name = "deepseek-state" |
| 1196 | version = "0.8.15" |
| 1197 | dependencies = [ |
| 1198 | "anyhow", |
| 1199 | "chrono", |
| 1200 | "dirs", |
| 1201 | "rusqlite", |
| 1202 | "serde", |
| 1203 | "serde_json", |
| 1204 | ] |
| 1205 | |
| 1206 | [[package]] |
| 1207 | name = "deepseek-tools" |
| 1208 | version = "0.8.15" |
| 1209 | dependencies = [ |
| 1210 | "anyhow", |
| 1211 | "async-trait", |
| 1212 | "deepseek-protocol", |
| 1213 | "serde", |
| 1214 | "serde_json", |
| 1215 | "tokio", |
| 1216 | "uuid", |
| 1217 | ] |
| 1218 | |
| 1219 | [[package]] |
| 1220 | name = "deepseek-tui" |
| 1221 | version = "0.8.15" |
| 1222 | dependencies = [ |
| 1223 | "anyhow", |
| 1224 | "arboard", |
| 1225 | "async-stream", |
| 1226 | "async-trait", |
| 1227 | "axum", |
| 1228 | "base64", |
| 1229 | "chrono", |
| 1230 | "clap", |
| 1231 | "clap_complete", |
| 1232 | "colored", |
| 1233 | "crossterm 0.28.1", |
| 1234 | "deepseek-secrets", |
| 1235 | "deepseek-tools", |
| 1236 | "dirs", |
| 1237 | "dotenvy", |
| 1238 | "fd-lock", |
| 1239 | "flate2", |
| 1240 | "futures-util", |
| 1241 | "ignore", |
| 1242 | "image", |
| 1243 | "libc", |
| 1244 | "multimap", |
| 1245 | "pdf-extract", |
| 1246 | "portable-pty", |
| 1247 | "pretty_assertions", |
| 1248 | "ratatui 0.29.0", |
| 1249 | "regex", |
| 1250 | "reqwest", |
| 1251 | "rustyline 15.0.0", |
| 1252 | "schemars", |
| 1253 | "schemaui", |
| 1254 | "serde", |
| 1255 | "serde_json", |
| 1256 | "sha2 0.10.9", |
| 1257 | "shellexpand", |
| 1258 | "shlex", |
| 1259 | "similar", |
| 1260 | "starlark", |
| 1261 | "tar", |
| 1262 | "tempfile", |
| 1263 | "thiserror 2.0.17", |
| 1264 | "tiny_http", |
| 1265 | "tokio", |
| 1266 | "tokio-util", |
| 1267 | "toml 0.9.11+spec-1.1.0", |
| 1268 | "tower-http", |
| 1269 | "tracing", |
| 1270 | "unicode-segmentation", |
| 1271 | "unicode-width 0.2.0", |
| 1272 | "uuid", |
| 1273 | "wait-timeout", |
| 1274 | "windows", |
| 1275 | "wiremock", |
| 1276 | "zeroize", |
| 1277 | ] |
| 1278 | |
| 1279 | [[package]] |
| 1280 | name = "deepseek-tui-cli" |
| 1281 | version = "0.8.15" |
| 1282 | dependencies = [ |
| 1283 | "anyhow", |
| 1284 | "chrono", |
| 1285 | "clap", |
| 1286 | "clap_complete", |
| 1287 | "deepseek-agent", |
| 1288 | "deepseek-app-server", |
| 1289 | "deepseek-config", |
| 1290 | "deepseek-execpolicy", |
| 1291 | "deepseek-mcp", |
| 1292 | "deepseek-secrets", |
| 1293 | "deepseek-state", |
| 1294 | "dirs", |
| 1295 | "serde", |
| 1296 | "serde_json", |
| 1297 | "sha2 0.10.9", |
| 1298 | "tempfile", |
| 1299 | "tokio", |
| 1300 | "tracing", |
| 1301 | ] |
| 1302 | |
| 1303 | [[package]] |
| 1304 | name = "deepseek-tui-core" |
| 1305 | version = "0.8.15" |
| 1306 | |
| 1307 | [[package]] |
| 1308 | name = "deranged" |
| 1309 | version = "0.5.5" |
| 1310 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1311 | checksum = "ececcb659e7ba858fb4f10388c250a7252eb0a27373f1a72b8748afdd248e587" |
| 1312 | dependencies = [ |
| 1313 | "powerfmt", |
| 1314 | ] |
| 1315 | |
| 1316 | [[package]] |
| 1317 | name = "derivative" |
| 1318 | version = "2.2.0" |
| 1319 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1320 | checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b" |
| 1321 | dependencies = [ |
| 1322 | "proc-macro2", |
| 1323 | "quote", |
| 1324 | "syn 1.0.109", |
| 1325 | ] |
| 1326 | |
| 1327 | [[package]] |
| 1328 | name = "derive_more" |
| 1329 | version = "1.0.0" |
| 1330 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1331 | checksum = "4a9b99b9cbbe49445b21764dc0625032a89b145a2642e67603e1c936f5458d05" |
| 1332 | dependencies = [ |
| 1333 | "derive_more-impl 1.0.0", |
| 1334 | ] |
| 1335 | |
| 1336 | [[package]] |
| 1337 | name = "derive_more" |
| 1338 | version = "2.1.1" |
| 1339 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1340 | checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134" |
| 1341 | dependencies = [ |
| 1342 | "derive_more-impl 2.1.1", |
| 1343 | ] |
| 1344 | |
| 1345 | [[package]] |
| 1346 | name = "derive_more-impl" |
| 1347 | version = "1.0.0" |
| 1348 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1349 | checksum = "cb7330aeadfbe296029522e6c40f315320aba36fc43a5b3632f3795348f3bd22" |
| 1350 | dependencies = [ |
| 1351 | "convert_case 0.6.0", |
| 1352 | "proc-macro2", |
| 1353 | "quote", |
| 1354 | "syn 2.0.114", |
| 1355 | "unicode-xid", |
| 1356 | ] |
| 1357 | |
| 1358 | [[package]] |
| 1359 | name = "derive_more-impl" |
| 1360 | version = "2.1.1" |
| 1361 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1362 | checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb" |
| 1363 | dependencies = [ |
| 1364 | "convert_case 0.10.0", |
| 1365 | "proc-macro2", |
| 1366 | "quote", |
| 1367 | "rustc_version", |
| 1368 | "syn 2.0.114", |
| 1369 | ] |
| 1370 | |
| 1371 | [[package]] |
| 1372 | name = "diff" |
| 1373 | version = "0.1.13" |
| 1374 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1375 | checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8" |
| 1376 | |
| 1377 | [[package]] |
| 1378 | name = "digest" |
| 1379 | version = "0.10.7" |
| 1380 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1381 | checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" |
| 1382 | dependencies = [ |
| 1383 | "block-buffer 0.10.4", |
| 1384 | "crypto-common 0.1.7", |
| 1385 | "subtle", |
| 1386 | ] |
| 1387 | |
| 1388 | [[package]] |
| 1389 | name = "digest" |
| 1390 | version = "0.11.2" |
| 1391 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1392 | checksum = "4850db49bf08e663084f7fb5c87d202ef91a3907271aff24a94eb97ff039153c" |
| 1393 | dependencies = [ |
| 1394 | "block-buffer 0.12.0", |
| 1395 | "crypto-common 0.2.1", |
| 1396 | ] |
| 1397 | |
| 1398 | [[package]] |
| 1399 | name = "dirs" |
| 1400 | version = "6.0.0" |
| 1401 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1402 | checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e" |
| 1403 | dependencies = [ |
| 1404 | "dirs-sys", |
| 1405 | ] |
| 1406 | |
| 1407 | [[package]] |
| 1408 | name = "dirs-next" |
| 1409 | version = "2.0.0" |
| 1410 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1411 | checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1" |
| 1412 | dependencies = [ |
| 1413 | "cfg-if", |
| 1414 | "dirs-sys-next", |
| 1415 | ] |
| 1416 | |
| 1417 | [[package]] |
| 1418 | name = "dirs-sys" |
| 1419 | version = "0.5.0" |
| 1420 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1421 | checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab" |
| 1422 | dependencies = [ |
| 1423 | "libc", |
| 1424 | "option-ext", |
| 1425 | "redox_users 0.5.2", |
| 1426 | "windows-sys 0.61.2", |
| 1427 | ] |
| 1428 | |
| 1429 | [[package]] |
| 1430 | name = "dirs-sys-next" |
| 1431 | version = "0.1.2" |
| 1432 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1433 | checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d" |
| 1434 | dependencies = [ |
| 1435 | "libc", |
| 1436 | "redox_users 0.4.6", |
| 1437 | "winapi", |
| 1438 | ] |
| 1439 | |
| 1440 | [[package]] |
| 1441 | name = "dispatch2" |
| 1442 | version = "0.3.0" |
| 1443 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1444 | checksum = "89a09f22a6c6069a18470eb92d2298acf25463f14256d24778e1230d789a2aec" |
| 1445 | dependencies = [ |
| 1446 | "bitflags 2.10.0", |
| 1447 | "objc2", |
| 1448 | ] |
| 1449 | |
| 1450 | [[package]] |
| 1451 | name = "display_container" |
| 1452 | version = "0.9.0" |
| 1453 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1454 | checksum = "0a110a75c96bedec8e65823dea00a1d710288b7a369d95fd8a0f5127639466fa" |
| 1455 | dependencies = [ |
| 1456 | "either", |
| 1457 | "indenter", |
| 1458 | ] |
| 1459 | |
| 1460 | [[package]] |
| 1461 | name = "displaydoc" |
| 1462 | version = "0.2.5" |
| 1463 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1464 | checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" |
| 1465 | dependencies = [ |
| 1466 | "proc-macro2", |
| 1467 | "quote", |
| 1468 | "syn 2.0.114", |
| 1469 | ] |
| 1470 | |
| 1471 | [[package]] |
| 1472 | name = "document-features" |
| 1473 | version = "0.2.12" |
| 1474 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1475 | checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61" |
| 1476 | dependencies = [ |
| 1477 | "litrs", |
| 1478 | ] |
| 1479 | |
| 1480 | [[package]] |
| 1481 | name = "dotenvy" |
| 1482 | version = "0.15.7" |
| 1483 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1484 | checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b" |
| 1485 | |
| 1486 | [[package]] |
| 1487 | name = "downcast-rs" |
| 1488 | version = "1.2.1" |
| 1489 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1490 | checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2" |
| 1491 | |
| 1492 | [[package]] |
| 1493 | name = "dunce" |
| 1494 | version = "1.0.5" |
| 1495 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1496 | checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" |
| 1497 | |
| 1498 | [[package]] |
| 1499 | name = "dupe" |
| 1500 | version = "0.9.1" |
| 1501 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1502 | checksum = "6ed2bc011db9c93fbc2b6cdb341a53737a55bafb46dbb74cf6764fc33a2fbf9c" |
| 1503 | dependencies = [ |
| 1504 | "dupe_derive", |
| 1505 | ] |
| 1506 | |
| 1507 | [[package]] |
| 1508 | name = "dupe_derive" |
| 1509 | version = "0.9.1" |
| 1510 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1511 | checksum = "83e195b4945e88836d826124af44fdcb262ec01ef94d44f14f4fb5103f19892a" |
| 1512 | dependencies = [ |
| 1513 | "proc-macro2", |
| 1514 | "quote", |
| 1515 | "syn 2.0.114", |
| 1516 | ] |
| 1517 | |
| 1518 | [[package]] |
| 1519 | name = "dyn-clone" |
| 1520 | version = "1.0.20" |
| 1521 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1522 | checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555" |
| 1523 | |
| 1524 | [[package]] |
| 1525 | name = "either" |
| 1526 | version = "1.15.0" |
| 1527 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1528 | checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" |
| 1529 | |
| 1530 | [[package]] |
| 1531 | name = "email_address" |
| 1532 | version = "0.2.9" |
| 1533 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1534 | checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449" |
| 1535 | dependencies = [ |
| 1536 | "serde", |
| 1537 | ] |
| 1538 | |
| 1539 | [[package]] |
| 1540 | name = "ena" |
| 1541 | version = "0.14.3" |
| 1542 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1543 | checksum = "3d248bdd43ce613d87415282f69b9bb99d947d290b10962dd6c56233312c2ad5" |
| 1544 | dependencies = [ |
| 1545 | "log", |
| 1546 | ] |
| 1547 | |
| 1548 | [[package]] |
| 1549 | name = "encoding_rs" |
| 1550 | version = "0.8.35" |
| 1551 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1552 | checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" |
| 1553 | dependencies = [ |
| 1554 | "cfg-if", |
| 1555 | ] |
| 1556 | |
| 1557 | [[package]] |
| 1558 | name = "endi" |
| 1559 | version = "1.1.1" |
| 1560 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1561 | checksum = "66b7e2430c6dff6a955451e2cfc438f09cea1965a9d6f87f7e3b90decc014099" |
| 1562 | |
| 1563 | [[package]] |
| 1564 | name = "endian-type" |
| 1565 | version = "0.1.2" |
| 1566 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1567 | checksum = "c34f04666d835ff5d62e058c3995147c06f42fe86ff053337632bca83e42702d" |
| 1568 | |
| 1569 | [[package]] |
| 1570 | name = "enumflags2" |
| 1571 | version = "0.7.12" |
| 1572 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1573 | checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef" |
| 1574 | dependencies = [ |
| 1575 | "enumflags2_derive", |
| 1576 | "serde", |
| 1577 | ] |
| 1578 | |
| 1579 | [[package]] |
| 1580 | name = "enumflags2_derive" |
| 1581 | version = "0.7.12" |
| 1582 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1583 | checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827" |
| 1584 | dependencies = [ |
| 1585 | "proc-macro2", |
| 1586 | "quote", |
| 1587 | "syn 2.0.114", |
| 1588 | ] |
| 1589 | |
| 1590 | [[package]] |
| 1591 | name = "equivalent" |
| 1592 | version = "1.0.2" |
| 1593 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1594 | checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" |
| 1595 | |
| 1596 | [[package]] |
| 1597 | name = "erased-serde" |
| 1598 | version = "0.3.31" |
| 1599 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1600 | checksum = "6c138974f9d5e7fe373eb04df7cae98833802ae4b11c24ac7039a21d5af4b26c" |
| 1601 | dependencies = [ |
| 1602 | "serde", |
| 1603 | ] |
| 1604 | |
| 1605 | [[package]] |
| 1606 | name = "errno" |
| 1607 | version = "0.3.14" |
| 1608 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1609 | checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" |
| 1610 | dependencies = [ |
| 1611 | "libc", |
| 1612 | "windows-sys 0.61.2", |
| 1613 | ] |
| 1614 | |
| 1615 | [[package]] |
| 1616 | name = "error-code" |
| 1617 | version = "3.3.2" |
| 1618 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1619 | checksum = "dea2df4cf52843e0452895c455a1a2cfbb842a1e7329671acf418fdc53ed4c59" |
| 1620 | |
| 1621 | [[package]] |
| 1622 | name = "euclid" |
| 1623 | version = "0.20.14" |
| 1624 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1625 | checksum = "2bb7ef65b3777a325d1eeefefab5b6d4959da54747e33bd6258e789640f307ad" |
| 1626 | dependencies = [ |
| 1627 | "num-traits", |
| 1628 | ] |
| 1629 | |
| 1630 | [[package]] |
| 1631 | name = "event-listener" |
| 1632 | version = "5.4.1" |
| 1633 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1634 | checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab" |
| 1635 | dependencies = [ |
| 1636 | "concurrent-queue", |
| 1637 | "parking", |
| 1638 | "pin-project-lite", |
| 1639 | ] |
| 1640 | |
| 1641 | [[package]] |
| 1642 | name = "event-listener-strategy" |
| 1643 | version = "0.5.4" |
| 1644 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1645 | checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93" |
| 1646 | dependencies = [ |
| 1647 | "event-listener", |
| 1648 | "pin-project-lite", |
| 1649 | ] |
| 1650 | |
| 1651 | [[package]] |
| 1652 | name = "fallible-iterator" |
| 1653 | version = "0.3.0" |
| 1654 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1655 | checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649" |
| 1656 | |
| 1657 | [[package]] |
| 1658 | name = "fallible-streaming-iterator" |
| 1659 | version = "0.1.9" |
| 1660 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1661 | checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a" |
| 1662 | |
| 1663 | [[package]] |
| 1664 | name = "fancy-regex" |
| 1665 | version = "0.18.0" |
| 1666 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1667 | checksum = "e1e1dacd0d2082dfcf1351c4bdd566bbe89a2b263235a2b50058f1e130a47277" |
| 1668 | dependencies = [ |
| 1669 | "bit-set 0.8.0", |
| 1670 | "regex-automata", |
| 1671 | "regex-syntax 0.8.8", |
| 1672 | ] |
| 1673 | |
| 1674 | [[package]] |
| 1675 | name = "fastrand" |
| 1676 | version = "2.3.0" |
| 1677 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1678 | checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" |
| 1679 | |
| 1680 | [[package]] |
| 1681 | name = "fax" |
| 1682 | version = "0.2.6" |
| 1683 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1684 | checksum = "f05de7d48f37cd6730705cbca900770cab77a89f413d23e100ad7fad7795a0ab" |
| 1685 | dependencies = [ |
| 1686 | "fax_derive", |
| 1687 | ] |
| 1688 | |
| 1689 | [[package]] |
| 1690 | name = "fax_derive" |
| 1691 | version = "0.2.0" |
| 1692 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1693 | checksum = "a0aca10fb742cb43f9e7bb8467c91aa9bcb8e3ffbc6a6f7389bb93ffc920577d" |
| 1694 | dependencies = [ |
| 1695 | "proc-macro2", |
| 1696 | "quote", |
| 1697 | "syn 2.0.114", |
| 1698 | ] |
| 1699 | |
| 1700 | [[package]] |
| 1701 | name = "fd-lock" |
| 1702 | version = "4.0.4" |
| 1703 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1704 | checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78" |
| 1705 | dependencies = [ |
| 1706 | "cfg-if", |
| 1707 | "rustix 1.1.3", |
| 1708 | "windows-sys 0.59.0", |
| 1709 | ] |
| 1710 | |
| 1711 | [[package]] |
| 1712 | name = "fdeflate" |
| 1713 | version = "0.3.7" |
| 1714 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1715 | checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c" |
| 1716 | dependencies = [ |
| 1717 | "simd-adler32", |
| 1718 | ] |
| 1719 | |
| 1720 | [[package]] |
| 1721 | name = "filedescriptor" |
| 1722 | version = "0.8.3" |
| 1723 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1724 | checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d" |
| 1725 | dependencies = [ |
| 1726 | "libc", |
| 1727 | "thiserror 1.0.69", |
| 1728 | "winapi", |
| 1729 | ] |
| 1730 | |
| 1731 | [[package]] |
| 1732 | name = "filetime" |
| 1733 | version = "0.2.27" |
| 1734 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1735 | checksum = "f98844151eee8917efc50bd9e8318cb963ae8b297431495d3f758616ea5c57db" |
| 1736 | dependencies = [ |
| 1737 | "cfg-if", |
| 1738 | "libc", |
| 1739 | "libredox", |
| 1740 | ] |
| 1741 | |
| 1742 | [[package]] |
| 1743 | name = "find-msvc-tools" |
| 1744 | version = "0.1.7" |
| 1745 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1746 | checksum = "f449e6c6c08c865631d4890cfacf252b3d396c9bcc83adb6623cdb02a8336c41" |
| 1747 | |
| 1748 | [[package]] |
| 1749 | name = "fixedbitset" |
| 1750 | version = "0.4.2" |
| 1751 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1752 | checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" |
| 1753 | |
| 1754 | [[package]] |
| 1755 | name = "flate2" |
| 1756 | version = "1.1.5" |
| 1757 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1758 | checksum = "bfe33edd8e85a12a67454e37f8c75e730830d83e313556ab9ebf9ee7fbeb3bfb" |
| 1759 | dependencies = [ |
| 1760 | "crc32fast", |
| 1761 | "miniz_oxide", |
| 1762 | ] |
| 1763 | |
| 1764 | [[package]] |
| 1765 | name = "fluent-uri" |
| 1766 | version = "0.4.1" |
| 1767 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1768 | checksum = "bc74ac4d8359ae70623506d512209619e5cf8f347124910440dbc221714b328e" |
| 1769 | dependencies = [ |
| 1770 | "borrow-or-share", |
| 1771 | "ref-cast", |
| 1772 | "serde", |
| 1773 | ] |
| 1774 | |
| 1775 | [[package]] |
| 1776 | name = "fnv" |
| 1777 | version = "1.0.7" |
| 1778 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1779 | checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
| 1780 | |
| 1781 | [[package]] |
| 1782 | name = "foldhash" |
| 1783 | version = "0.1.5" |
| 1784 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1785 | checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" |
| 1786 | |
| 1787 | [[package]] |
| 1788 | name = "foldhash" |
| 1789 | version = "0.2.0" |
| 1790 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1791 | checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb" |
| 1792 | |
| 1793 | [[package]] |
| 1794 | name = "form_urlencoded" |
| 1795 | version = "1.2.2" |
| 1796 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1797 | checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" |
| 1798 | dependencies = [ |
| 1799 | "percent-encoding", |
| 1800 | ] |
| 1801 | |
| 1802 | [[package]] |
| 1803 | name = "fraction" |
| 1804 | version = "0.15.4" |
| 1805 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1806 | checksum = "e076045bb43dac435333ed5f04caf35c7463631d0dae2deb2638d94dd0a5b872" |
| 1807 | dependencies = [ |
| 1808 | "lazy_static", |
| 1809 | "num", |
| 1810 | ] |
| 1811 | |
| 1812 | [[package]] |
| 1813 | name = "fs_extra" |
| 1814 | version = "1.3.0" |
| 1815 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1816 | checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c" |
| 1817 | |
| 1818 | [[package]] |
| 1819 | name = "futures" |
| 1820 | version = "0.3.31" |
| 1821 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1822 | checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" |
| 1823 | dependencies = [ |
| 1824 | "futures-channel", |
| 1825 | "futures-core", |
| 1826 | "futures-executor", |
| 1827 | "futures-io", |
| 1828 | "futures-sink", |
| 1829 | "futures-task", |
| 1830 | "futures-util", |
| 1831 | ] |
| 1832 | |
| 1833 | [[package]] |
| 1834 | name = "futures-channel" |
| 1835 | version = "0.3.31" |
| 1836 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1837 | checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" |
| 1838 | dependencies = [ |
| 1839 | "futures-core", |
| 1840 | "futures-sink", |
| 1841 | ] |
| 1842 | |
| 1843 | [[package]] |
| 1844 | name = "futures-core" |
| 1845 | version = "0.3.31" |
| 1846 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1847 | checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" |
| 1848 | |
| 1849 | [[package]] |
| 1850 | name = "futures-executor" |
| 1851 | version = "0.3.31" |
| 1852 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1853 | checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" |
| 1854 | dependencies = [ |
| 1855 | "futures-core", |
| 1856 | "futures-task", |
| 1857 | "futures-util", |
| 1858 | ] |
| 1859 | |
| 1860 | [[package]] |
| 1861 | name = "futures-io" |
| 1862 | version = "0.3.31" |
| 1863 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1864 | checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" |
| 1865 | |
| 1866 | [[package]] |
| 1867 | name = "futures-lite" |
| 1868 | version = "2.6.1" |
| 1869 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1870 | checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad" |
| 1871 | dependencies = [ |
| 1872 | "fastrand", |
| 1873 | "futures-core", |
| 1874 | "futures-io", |
| 1875 | "parking", |
| 1876 | "pin-project-lite", |
| 1877 | ] |
| 1878 | |
| 1879 | [[package]] |
| 1880 | name = "futures-macro" |
| 1881 | version = "0.3.31" |
| 1882 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1883 | checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" |
| 1884 | dependencies = [ |
| 1885 | "proc-macro2", |
| 1886 | "quote", |
| 1887 | "syn 2.0.114", |
| 1888 | ] |
| 1889 | |
| 1890 | [[package]] |
| 1891 | name = "futures-sink" |
| 1892 | version = "0.3.31" |
| 1893 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1894 | checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" |
| 1895 | |
| 1896 | [[package]] |
| 1897 | name = "futures-task" |
| 1898 | version = "0.3.31" |
| 1899 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1900 | checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" |
| 1901 | |
| 1902 | [[package]] |
| 1903 | name = "futures-util" |
| 1904 | version = "0.3.31" |
| 1905 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1906 | checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" |
| 1907 | dependencies = [ |
| 1908 | "futures-channel", |
| 1909 | "futures-core", |
| 1910 | "futures-io", |
| 1911 | "futures-macro", |
| 1912 | "futures-sink", |
| 1913 | "futures-task", |
| 1914 | "memchr", |
| 1915 | "pin-project-lite", |
| 1916 | "pin-utils", |
| 1917 | "slab", |
| 1918 | ] |
| 1919 | |
| 1920 | [[package]] |
| 1921 | name = "fxhash" |
| 1922 | version = "0.2.1" |
| 1923 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1924 | checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c" |
| 1925 | dependencies = [ |
| 1926 | "byteorder", |
| 1927 | ] |
| 1928 | |
| 1929 | [[package]] |
| 1930 | name = "generic-array" |
| 1931 | version = "0.14.7" |
| 1932 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1933 | checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" |
| 1934 | dependencies = [ |
| 1935 | "typenum", |
| 1936 | "version_check", |
| 1937 | ] |
| 1938 | |
| 1939 | [[package]] |
| 1940 | name = "gethostname" |
| 1941 | version = "1.1.0" |
| 1942 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1943 | checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8" |
| 1944 | dependencies = [ |
| 1945 | "rustix 1.1.3", |
| 1946 | "windows-link 0.2.1", |
| 1947 | ] |
| 1948 | |
| 1949 | [[package]] |
| 1950 | name = "getrandom" |
| 1951 | version = "0.2.16" |
| 1952 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1953 | checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" |
| 1954 | dependencies = [ |
| 1955 | "cfg-if", |
| 1956 | "js-sys", |
| 1957 | "libc", |
| 1958 | "wasi", |
| 1959 | "wasm-bindgen", |
| 1960 | ] |
| 1961 | |
| 1962 | [[package]] |
| 1963 | name = "getrandom" |
| 1964 | version = "0.3.4" |
| 1965 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1966 | checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" |
| 1967 | dependencies = [ |
| 1968 | "cfg-if", |
| 1969 | "js-sys", |
| 1970 | "libc", |
| 1971 | "r-efi", |
| 1972 | "wasip2", |
| 1973 | "wasm-bindgen", |
| 1974 | ] |
| 1975 | |
| 1976 | [[package]] |
| 1977 | name = "globset" |
| 1978 | version = "0.4.18" |
| 1979 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1980 | checksum = "52dfc19153a48bde0cbd630453615c8151bce3a5adfac7a0aebfbf0a1e1f57e3" |
| 1981 | dependencies = [ |
| 1982 | "aho-corasick", |
| 1983 | "bstr", |
| 1984 | "log", |
| 1985 | "regex-automata", |
| 1986 | "regex-syntax 0.8.8", |
| 1987 | ] |
| 1988 | |
| 1989 | [[package]] |
| 1990 | name = "h2" |
| 1991 | version = "0.4.13" |
| 1992 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1993 | checksum = "2f44da3a8150a6703ed5d34e164b875fd14c2cdab9af1252a9a1020bde2bdc54" |
| 1994 | dependencies = [ |
| 1995 | "atomic-waker", |
| 1996 | "bytes", |
| 1997 | "fnv", |
| 1998 | "futures-core", |
| 1999 | "futures-sink", |
| 2000 | "http", |
| 2001 | "indexmap", |
| 2002 | "slab", |
| 2003 | "tokio", |
| 2004 | "tokio-util", |
| 2005 | "tracing", |
| 2006 | ] |
| 2007 | |
| 2008 | [[package]] |
| 2009 | name = "half" |
| 2010 | version = "2.7.1" |
| 2011 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2012 | checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b" |
| 2013 | dependencies = [ |
| 2014 | "cfg-if", |
| 2015 | "crunchy", |
| 2016 | "zerocopy", |
| 2017 | ] |
| 2018 | |
| 2019 | [[package]] |
| 2020 | name = "hashbrown" |
| 2021 | version = "0.14.5" |
| 2022 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2023 | checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" |
| 2024 | dependencies = [ |
| 2025 | "ahash", |
| 2026 | "allocator-api2", |
| 2027 | ] |
| 2028 | |
| 2029 | [[package]] |
| 2030 | name = "hashbrown" |
| 2031 | version = "0.15.5" |
| 2032 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2033 | checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" |
| 2034 | dependencies = [ |
| 2035 | "allocator-api2", |
| 2036 | "equivalent", |
| 2037 | "foldhash 0.1.5", |
| 2038 | ] |
| 2039 | |
| 2040 | [[package]] |
| 2041 | name = "hashbrown" |
| 2042 | version = "0.16.1" |
| 2043 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2044 | checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" |
| 2045 | dependencies = [ |
| 2046 | "allocator-api2", |
| 2047 | "equivalent", |
| 2048 | "foldhash 0.2.0", |
| 2049 | ] |
| 2050 | |
| 2051 | [[package]] |
| 2052 | name = "hashlink" |
| 2053 | version = "0.9.1" |
| 2054 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2055 | checksum = "6ba4ff7128dee98c7dc9794b6a411377e1404dba1c97deb8d1a55297bd25d8af" |
| 2056 | dependencies = [ |
| 2057 | "hashbrown 0.14.5", |
| 2058 | ] |
| 2059 | |
| 2060 | [[package]] |
| 2061 | name = "heck" |
| 2062 | version = "0.5.0" |
| 2063 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2064 | checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
| 2065 | |
| 2066 | [[package]] |
| 2067 | name = "hermit-abi" |
| 2068 | version = "0.5.2" |
| 2069 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2070 | checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" |
| 2071 | |
| 2072 | [[package]] |
| 2073 | name = "hex" |
| 2074 | version = "0.4.3" |
| 2075 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2076 | checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" |
| 2077 | |
| 2078 | [[package]] |
| 2079 | name = "hkdf" |
| 2080 | version = "0.12.4" |
| 2081 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2082 | checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7" |
| 2083 | dependencies = [ |
| 2084 | "hmac", |
| 2085 | ] |
| 2086 | |
| 2087 | [[package]] |
| 2088 | name = "hmac" |
| 2089 | version = "0.12.1" |
| 2090 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2091 | checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" |
| 2092 | dependencies = [ |
| 2093 | "digest 0.10.7", |
| 2094 | ] |
| 2095 | |
| 2096 | [[package]] |
| 2097 | name = "home" |
| 2098 | version = "0.5.12" |
| 2099 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2100 | checksum = "cc627f471c528ff0c4a49e1d5e60450c8f6461dd6d10ba9dcd3a61d3dff7728d" |
| 2101 | dependencies = [ |
| 2102 | "windows-sys 0.61.2", |
| 2103 | ] |
| 2104 | |
| 2105 | [[package]] |
| 2106 | name = "http" |
| 2107 | version = "1.4.0" |
| 2108 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2109 | checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a" |
| 2110 | dependencies = [ |
| 2111 | "bytes", |
| 2112 | "itoa", |
| 2113 | ] |
| 2114 | |
| 2115 | [[package]] |
| 2116 | name = "http-body" |
| 2117 | version = "1.0.1" |
| 2118 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2119 | checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" |
| 2120 | dependencies = [ |
| 2121 | "bytes", |
| 2122 | "http", |
| 2123 | ] |
| 2124 | |
| 2125 | [[package]] |
| 2126 | name = "http-body-util" |
| 2127 | version = "0.1.3" |
| 2128 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2129 | checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" |
| 2130 | dependencies = [ |
| 2131 | "bytes", |
| 2132 | "futures-core", |
| 2133 | "http", |
| 2134 | "http-body", |
| 2135 | "pin-project-lite", |
| 2136 | ] |
| 2137 | |
| 2138 | [[package]] |
| 2139 | name = "httparse" |
| 2140 | version = "1.10.1" |
| 2141 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2142 | checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" |
| 2143 | |
| 2144 | [[package]] |
| 2145 | name = "httpdate" |
| 2146 | version = "1.0.3" |
| 2147 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2148 | checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" |
| 2149 | |
| 2150 | [[package]] |
| 2151 | name = "hybrid-array" |
| 2152 | version = "0.4.11" |
| 2153 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2154 | checksum = "08d46837a0ed51fe95bd3b05de33cd64a1ee88fc797477ca48446872504507c5" |
| 2155 | dependencies = [ |
| 2156 | "typenum", |
| 2157 | ] |
| 2158 | |
| 2159 | [[package]] |
| 2160 | name = "hyper" |
| 2161 | version = "1.8.1" |
| 2162 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2163 | checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11" |
| 2164 | dependencies = [ |
| 2165 | "atomic-waker", |
| 2166 | "bytes", |
| 2167 | "futures-channel", |
| 2168 | "futures-core", |
| 2169 | "h2", |
| 2170 | "http", |
| 2171 | "http-body", |
| 2172 | "httparse", |
| 2173 | "httpdate", |
| 2174 | "itoa", |
| 2175 | "pin-project-lite", |
| 2176 | "pin-utils", |
| 2177 | "smallvec", |
| 2178 | "tokio", |
| 2179 | "want", |
| 2180 | ] |
| 2181 | |
| 2182 | [[package]] |
| 2183 | name = "hyper-rustls" |
| 2184 | version = "0.27.7" |
| 2185 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2186 | checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58" |
| 2187 | dependencies = [ |
| 2188 | "http", |
| 2189 | "hyper", |
| 2190 | "hyper-util", |
| 2191 | "rustls", |
| 2192 | "rustls-pki-types", |
| 2193 | "tokio", |
| 2194 | "tokio-rustls", |
| 2195 | "tower-service", |
| 2196 | ] |
| 2197 | |
| 2198 | [[package]] |
| 2199 | name = "hyper-util" |
| 2200 | version = "0.1.19" |
| 2201 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2202 | checksum = "727805d60e7938b76b826a6ef209eb70eaa1812794f9424d4a4e2d740662df5f" |
| 2203 | dependencies = [ |
| 2204 | "base64", |
| 2205 | "bytes", |
| 2206 | "futures-channel", |
| 2207 | "futures-core", |
| 2208 | "futures-util", |
| 2209 | "http", |
| 2210 | "http-body", |
| 2211 | "hyper", |
| 2212 | "ipnet", |
| 2213 | "libc", |
| 2214 | "percent-encoding", |
| 2215 | "pin-project-lite", |
| 2216 | "socket2", |
| 2217 | "tokio", |
| 2218 | "tower-service", |
| 2219 | "tracing", |
| 2220 | ] |
| 2221 | |
| 2222 | [[package]] |
| 2223 | name = "iana-time-zone" |
| 2224 | version = "0.1.64" |
| 2225 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2226 | checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb" |
| 2227 | dependencies = [ |
| 2228 | "android_system_properties", |
| 2229 | "core-foundation-sys", |
| 2230 | "iana-time-zone-haiku", |
| 2231 | "js-sys", |
| 2232 | "log", |
| 2233 | "wasm-bindgen", |
| 2234 | "windows-core 0.62.2", |
| 2235 | ] |
| 2236 | |
| 2237 | [[package]] |
| 2238 | name = "iana-time-zone-haiku" |
| 2239 | version = "0.1.2" |
| 2240 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2241 | checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" |
| 2242 | dependencies = [ |
| 2243 | "cc", |
| 2244 | ] |
| 2245 | |
| 2246 | [[package]] |
| 2247 | name = "icu_collections" |
| 2248 | version = "2.1.1" |
| 2249 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2250 | checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43" |
| 2251 | dependencies = [ |
| 2252 | "displaydoc", |
| 2253 | "potential_utf", |
| 2254 | "yoke", |
| 2255 | "zerofrom", |
| 2256 | "zerovec", |
| 2257 | ] |
| 2258 | |
| 2259 | [[package]] |
| 2260 | name = "icu_locale_core" |
| 2261 | version = "2.1.1" |
| 2262 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2263 | checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6" |
| 2264 | dependencies = [ |
| 2265 | "displaydoc", |
| 2266 | "litemap", |
| 2267 | "tinystr", |
| 2268 | "writeable", |
| 2269 | "zerovec", |
| 2270 | ] |
| 2271 | |
| 2272 | [[package]] |
| 2273 | name = "icu_normalizer" |
| 2274 | version = "2.1.1" |
| 2275 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2276 | checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599" |
| 2277 | dependencies = [ |
| 2278 | "icu_collections", |
| 2279 | "icu_normalizer_data", |
| 2280 | "icu_properties", |
| 2281 | "icu_provider", |
| 2282 | "smallvec", |
| 2283 | "zerovec", |
| 2284 | ] |
| 2285 | |
| 2286 | [[package]] |
| 2287 | name = "icu_normalizer_data" |
| 2288 | version = "2.1.1" |
| 2289 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2290 | checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a" |
| 2291 | |
| 2292 | [[package]] |
| 2293 | name = "icu_properties" |
| 2294 | version = "2.1.2" |
| 2295 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2296 | checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec" |
| 2297 | dependencies = [ |
| 2298 | "icu_collections", |
| 2299 | "icu_locale_core", |
| 2300 | "icu_properties_data", |
| 2301 | "icu_provider", |
| 2302 | "zerotrie", |
| 2303 | "zerovec", |
| 2304 | ] |
| 2305 | |
| 2306 | [[package]] |
| 2307 | name = "icu_properties_data" |
| 2308 | version = "2.1.2" |
| 2309 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2310 | checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af" |
| 2311 | |
| 2312 | [[package]] |
| 2313 | name = "icu_provider" |
| 2314 | version = "2.1.1" |
| 2315 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2316 | checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614" |
| 2317 | dependencies = [ |
| 2318 | "displaydoc", |
| 2319 | "icu_locale_core", |
| 2320 | "writeable", |
| 2321 | "yoke", |
| 2322 | "zerofrom", |
| 2323 | "zerotrie", |
| 2324 | "zerovec", |
| 2325 | ] |
| 2326 | |
| 2327 | [[package]] |
| 2328 | name = "ident_case" |
| 2329 | version = "1.0.1" |
| 2330 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2331 | checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" |
| 2332 | |
| 2333 | [[package]] |
| 2334 | name = "idna" |
| 2335 | version = "1.1.0" |
| 2336 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2337 | checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" |
| 2338 | dependencies = [ |
| 2339 | "idna_adapter", |
| 2340 | "smallvec", |
| 2341 | "utf8_iter", |
| 2342 | ] |
| 2343 | |
| 2344 | [[package]] |
| 2345 | name = "idna_adapter" |
| 2346 | version = "1.2.1" |
| 2347 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2348 | checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" |
| 2349 | dependencies = [ |
| 2350 | "icu_normalizer", |
| 2351 | "icu_properties", |
| 2352 | ] |
| 2353 | |
| 2354 | [[package]] |
| 2355 | name = "ignore" |
| 2356 | version = "0.4.25" |
| 2357 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2358 | checksum = "d3d782a365a015e0f5c04902246139249abf769125006fbe7649e2ee88169b4a" |
| 2359 | dependencies = [ |
| 2360 | "crossbeam-deque", |
| 2361 | "globset", |
| 2362 | "log", |
| 2363 | "memchr", |
| 2364 | "regex-automata", |
| 2365 | "same-file", |
| 2366 | "walkdir", |
| 2367 | "winapi-util", |
| 2368 | ] |
| 2369 | |
| 2370 | [[package]] |
| 2371 | name = "image" |
| 2372 | version = "0.25.9" |
| 2373 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2374 | checksum = "e6506c6c10786659413faa717ceebcb8f70731c0a60cbae39795fdf114519c1a" |
| 2375 | dependencies = [ |
| 2376 | "bytemuck", |
| 2377 | "byteorder-lite", |
| 2378 | "moxcms", |
| 2379 | "num-traits", |
| 2380 | "png", |
| 2381 | "tiff", |
| 2382 | ] |
| 2383 | |
| 2384 | [[package]] |
| 2385 | name = "include_dir" |
| 2386 | version = "0.7.4" |
| 2387 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2388 | checksum = "923d117408f1e49d914f1a379a309cffe4f18c05cf4e3d12e613a15fc81bd0dd" |
| 2389 | dependencies = [ |
| 2390 | "include_dir_macros", |
| 2391 | ] |
| 2392 | |
| 2393 | [[package]] |
| 2394 | name = "include_dir_macros" |
| 2395 | version = "0.7.4" |
| 2396 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2397 | checksum = "7cab85a7ed0bd5f0e76d93846e0147172bed2e2d3f859bcc33a8d9699cad1a75" |
| 2398 | dependencies = [ |
| 2399 | "proc-macro2", |
| 2400 | "quote", |
| 2401 | ] |
| 2402 | |
| 2403 | [[package]] |
| 2404 | name = "indenter" |
| 2405 | version = "0.3.4" |
| 2406 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2407 | checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5" |
| 2408 | |
| 2409 | [[package]] |
| 2410 | name = "indexmap" |
| 2411 | version = "2.13.0" |
| 2412 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2413 | checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017" |
| 2414 | dependencies = [ |
| 2415 | "equivalent", |
| 2416 | "hashbrown 0.16.1", |
| 2417 | "serde", |
| 2418 | "serde_core", |
| 2419 | ] |
| 2420 | |
| 2421 | [[package]] |
| 2422 | name = "indoc" |
| 2423 | version = "2.0.7" |
| 2424 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2425 | checksum = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706" |
| 2426 | dependencies = [ |
| 2427 | "rustversion", |
| 2428 | ] |
| 2429 | |
| 2430 | [[package]] |
| 2431 | name = "inout" |
| 2432 | version = "0.1.4" |
| 2433 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2434 | checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01" |
| 2435 | dependencies = [ |
| 2436 | "block-padding", |
| 2437 | "generic-array", |
| 2438 | ] |
| 2439 | |
| 2440 | [[package]] |
| 2441 | name = "instability" |
| 2442 | version = "0.3.11" |
| 2443 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2444 | checksum = "357b7205c6cd18dd2c86ed312d1e70add149aea98e7ef72b9fdf0270e555c11d" |
| 2445 | dependencies = [ |
| 2446 | "darling", |
| 2447 | "indoc", |
| 2448 | "proc-macro2", |
| 2449 | "quote", |
| 2450 | "syn 2.0.114", |
| 2451 | ] |
| 2452 | |
| 2453 | [[package]] |
| 2454 | name = "inventory" |
| 2455 | version = "0.3.21" |
| 2456 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2457 | checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e" |
| 2458 | dependencies = [ |
| 2459 | "rustversion", |
| 2460 | ] |
| 2461 | |
| 2462 | [[package]] |
| 2463 | name = "ioctl-rs" |
| 2464 | version = "0.1.6" |
| 2465 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2466 | checksum = "f7970510895cee30b3e9128319f2cefd4bde883a39f38baa279567ba3a7eb97d" |
| 2467 | dependencies = [ |
| 2468 | "libc", |
| 2469 | ] |
| 2470 | |
| 2471 | [[package]] |
| 2472 | name = "ipnet" |
| 2473 | version = "2.11.0" |
| 2474 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2475 | checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" |
| 2476 | |
| 2477 | [[package]] |
| 2478 | name = "iri-string" |
| 2479 | version = "0.7.10" |
| 2480 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2481 | checksum = "c91338f0783edbd6195decb37bae672fd3b165faffb89bf7b9e6942f8b1a731a" |
| 2482 | dependencies = [ |
| 2483 | "memchr", |
| 2484 | "serde", |
| 2485 | ] |
| 2486 | |
| 2487 | [[package]] |
| 2488 | name = "is-terminal" |
| 2489 | version = "0.4.17" |
| 2490 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2491 | checksum = "3640c1c38b8e4e43584d8df18be5fc6b0aa314ce6ebf51b53313d4306cca8e46" |
| 2492 | dependencies = [ |
| 2493 | "hermit-abi", |
| 2494 | "libc", |
| 2495 | "windows-sys 0.61.2", |
| 2496 | ] |
| 2497 | |
| 2498 | [[package]] |
| 2499 | name = "is_terminal_polyfill" |
| 2500 | version = "1.70.2" |
| 2501 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2502 | checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695" |
| 2503 | |
| 2504 | [[package]] |
| 2505 | name = "itertools" |
| 2506 | version = "0.10.5" |
| 2507 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2508 | checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" |
| 2509 | dependencies = [ |
| 2510 | "either", |
| 2511 | ] |
| 2512 | |
| 2513 | [[package]] |
| 2514 | name = "itertools" |
| 2515 | version = "0.13.0" |
| 2516 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2517 | checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" |
| 2518 | dependencies = [ |
| 2519 | "either", |
| 2520 | ] |
| 2521 | |
| 2522 | [[package]] |
| 2523 | name = "itertools" |
| 2524 | version = "0.14.0" |
| 2525 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2526 | checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285" |
| 2527 | dependencies = [ |
| 2528 | "either", |
| 2529 | ] |
| 2530 | |
| 2531 | [[package]] |
| 2532 | name = "itoa" |
| 2533 | version = "1.0.17" |
| 2534 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2535 | checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2" |
| 2536 | |
| 2537 | [[package]] |
| 2538 | name = "jni" |
| 2539 | version = "0.21.1" |
| 2540 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2541 | checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97" |
| 2542 | dependencies = [ |
| 2543 | "cesu8", |
| 2544 | "cfg-if", |
| 2545 | "combine", |
| 2546 | "jni-sys", |
| 2547 | "log", |
| 2548 | "thiserror 1.0.69", |
| 2549 | "walkdir", |
| 2550 | "windows-sys 0.45.0", |
| 2551 | ] |
| 2552 | |
| 2553 | [[package]] |
| 2554 | name = "jni-sys" |
| 2555 | version = "0.3.0" |
| 2556 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2557 | checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" |
| 2558 | |
| 2559 | [[package]] |
| 2560 | name = "jobserver" |
| 2561 | version = "0.1.34" |
| 2562 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2563 | checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33" |
| 2564 | dependencies = [ |
| 2565 | "getrandom 0.3.4", |
| 2566 | "libc", |
| 2567 | ] |
| 2568 | |
| 2569 | [[package]] |
| 2570 | name = "js-sys" |
| 2571 | version = "0.3.83" |
| 2572 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2573 | checksum = "464a3709c7f55f1f721e5389aa6ea4e3bc6aba669353300af094b29ffbdde1d8" |
| 2574 | dependencies = [ |
| 2575 | "once_cell", |
| 2576 | "wasm-bindgen", |
| 2577 | ] |
| 2578 | |
| 2579 | [[package]] |
| 2580 | name = "jsonschema" |
| 2581 | version = "0.46.4" |
| 2582 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2583 | checksum = "fc59d2432e047d6090ba1d83c782d0128bd6203857978218f5614dbd3287281f" |
| 2584 | dependencies = [ |
| 2585 | "ahash", |
| 2586 | "bytecount", |
| 2587 | "data-encoding", |
| 2588 | "email_address", |
| 2589 | "fancy-regex", |
| 2590 | "fraction", |
| 2591 | "getrandom 0.3.4", |
| 2592 | "idna", |
| 2593 | "itoa", |
| 2594 | "num-cmp", |
| 2595 | "num-traits", |
| 2596 | "percent-encoding", |
| 2597 | "referencing", |
| 2598 | "regex", |
| 2599 | "regex-syntax 0.8.8", |
| 2600 | "serde", |
| 2601 | "serde_json", |
| 2602 | "unicode-general-category", |
| 2603 | "uuid-simd", |
| 2604 | ] |
| 2605 | |
| 2606 | [[package]] |
| 2607 | name = "kasuari" |
| 2608 | version = "0.4.12" |
| 2609 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2610 | checksum = "bde5057d6143cc94e861d90f591b9303d6716c6b9602309150bd068853c10899" |
| 2611 | dependencies = [ |
| 2612 | "hashbrown 0.16.1", |
| 2613 | "portable-atomic", |
| 2614 | "thiserror 2.0.17", |
| 2615 | ] |
| 2616 | |
| 2617 | [[package]] |
| 2618 | name = "keyring" |
| 2619 | version = "3.6.3" |
| 2620 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2621 | checksum = "eebcc3aff044e5944a8fbaf69eb277d11986064cba30c468730e8b9909fb551c" |
| 2622 | dependencies = [ |
| 2623 | "byteorder", |
| 2624 | "dbus-secret-service", |
| 2625 | "linux-keyutils", |
| 2626 | "log", |
| 2627 | "secret-service", |
| 2628 | "security-framework 2.11.1", |
| 2629 | "security-framework 3.5.1", |
| 2630 | "windows-sys 0.60.2", |
| 2631 | "zeroize", |
| 2632 | ] |
| 2633 | |
| 2634 | [[package]] |
| 2635 | name = "lalrpop" |
| 2636 | version = "0.19.12" |
| 2637 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2638 | checksum = "0a1cbf952127589f2851ab2046af368fd20645491bb4b376f04b7f94d7a9837b" |
| 2639 | dependencies = [ |
| 2640 | "ascii-canvas", |
| 2641 | "bit-set 0.5.3", |
| 2642 | "diff", |
| 2643 | "ena", |
| 2644 | "is-terminal", |
| 2645 | "itertools 0.10.5", |
| 2646 | "lalrpop-util", |
| 2647 | "petgraph", |
| 2648 | "regex", |
| 2649 | "regex-syntax 0.6.29", |
| 2650 | "string_cache", |
| 2651 | "term", |
| 2652 | "tiny-keccak", |
| 2653 | "unicode-xid", |
| 2654 | ] |
| 2655 | |
| 2656 | [[package]] |
| 2657 | name = "lalrpop-util" |
| 2658 | version = "0.19.12" |
| 2659 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2660 | checksum = "d3c48237b9604c5a4702de6b824e02006c3214327564636aef27c1028a8fa0ed" |
| 2661 | dependencies = [ |
| 2662 | "regex", |
| 2663 | ] |
| 2664 | |
| 2665 | [[package]] |
| 2666 | name = "lazy_static" |
| 2667 | version = "1.5.0" |
| 2668 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2669 | checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" |
| 2670 | |
| 2671 | [[package]] |
| 2672 | name = "libc" |
| 2673 | version = "0.2.180" |
| 2674 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2675 | checksum = "bcc35a38544a891a5f7c865aca548a982ccb3b8650a5b06d0fd33a10283c56fc" |
| 2676 | |
| 2677 | [[package]] |
| 2678 | name = "libdbus-sys" |
| 2679 | version = "0.2.7" |
| 2680 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2681 | checksum = "328c4789d42200f1eeec05bd86c9c13c7f091d2ba9a6ea35acdf51f31bc0f043" |
| 2682 | dependencies = [ |
| 2683 | "pkg-config", |
| 2684 | ] |
| 2685 | |
| 2686 | [[package]] |
| 2687 | name = "libredox" |
| 2688 | version = "0.1.12" |
| 2689 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2690 | checksum = "3d0b95e02c851351f877147b7deea7b1afb1df71b63aa5f8270716e0c5720616" |
| 2691 | dependencies = [ |
| 2692 | "bitflags 2.10.0", |
| 2693 | "libc", |
| 2694 | "redox_syscall 0.7.4", |
| 2695 | ] |
| 2696 | |
| 2697 | [[package]] |
| 2698 | name = "libsqlite3-sys" |
| 2699 | version = "0.30.1" |
| 2700 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2701 | checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149" |
| 2702 | dependencies = [ |
| 2703 | "cc", |
| 2704 | "pkg-config", |
| 2705 | "vcpkg", |
| 2706 | ] |
| 2707 | |
| 2708 | [[package]] |
| 2709 | name = "line-clipping" |
| 2710 | version = "0.3.5" |
| 2711 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2712 | checksum = "5f4de44e98ddbf09375cbf4d17714d18f39195f4f4894e8524501726fd9a8a4a" |
| 2713 | dependencies = [ |
| 2714 | "bitflags 2.10.0", |
| 2715 | ] |
| 2716 | |
| 2717 | [[package]] |
| 2718 | name = "linux-keyutils" |
| 2719 | version = "0.2.5" |
| 2720 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2721 | checksum = "83270a18e9f90d0707c41e9f35efada77b64c0e6f3f1810e71c8368a864d5590" |
| 2722 | dependencies = [ |
| 2723 | "bitflags 2.10.0", |
| 2724 | "libc", |
| 2725 | ] |
| 2726 | |
| 2727 | [[package]] |
| 2728 | name = "linux-raw-sys" |
| 2729 | version = "0.4.15" |
| 2730 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2731 | checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" |
| 2732 | |
| 2733 | [[package]] |
| 2734 | name = "linux-raw-sys" |
| 2735 | version = "0.11.0" |
| 2736 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2737 | checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039" |
| 2738 | |
| 2739 | [[package]] |
| 2740 | name = "litemap" |
| 2741 | version = "0.8.1" |
| 2742 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2743 | checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77" |
| 2744 | |
| 2745 | [[package]] |
| 2746 | name = "litrs" |
| 2747 | version = "1.0.0" |
| 2748 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2749 | checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092" |
| 2750 | |
| 2751 | [[package]] |
| 2752 | name = "lock_api" |
| 2753 | version = "0.4.14" |
| 2754 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2755 | checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" |
| 2756 | dependencies = [ |
| 2757 | "scopeguard", |
| 2758 | ] |
| 2759 | |
| 2760 | [[package]] |
| 2761 | name = "log" |
| 2762 | version = "0.4.29" |
| 2763 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2764 | checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" |
| 2765 | |
| 2766 | [[package]] |
| 2767 | name = "logos" |
| 2768 | version = "0.12.1" |
| 2769 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2770 | checksum = "bf8b031682c67a8e3d5446840f9573eb7fe26efe7ec8d195c9ac4c0647c502f1" |
| 2771 | dependencies = [ |
| 2772 | "logos-derive", |
| 2773 | ] |
| 2774 | |
| 2775 | [[package]] |
| 2776 | name = "logos-derive" |
| 2777 | version = "0.12.1" |
| 2778 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2779 | checksum = "a1d849148dbaf9661a6151d1ca82b13bb4c4c128146a88d05253b38d4e2f496c" |
| 2780 | dependencies = [ |
| 2781 | "beef", |
| 2782 | "fnv", |
| 2783 | "proc-macro2", |
| 2784 | "quote", |
| 2785 | "regex-syntax 0.6.29", |
| 2786 | "syn 1.0.109", |
| 2787 | ] |
| 2788 | |
| 2789 | [[package]] |
| 2790 | name = "lopdf" |
| 2791 | version = "0.34.0" |
| 2792 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2793 | checksum = "c5c8ecfc6c72051981c0459f75ccc585e7ff67c70829560cda8e647882a9abff" |
| 2794 | dependencies = [ |
| 2795 | "encoding_rs", |
| 2796 | "flate2", |
| 2797 | "indexmap", |
| 2798 | "itoa", |
| 2799 | "log", |
| 2800 | "md-5", |
| 2801 | "nom", |
| 2802 | "rangemap", |
| 2803 | "time", |
| 2804 | "weezl", |
| 2805 | ] |
| 2806 | |
| 2807 | [[package]] |
| 2808 | name = "lru" |
| 2809 | version = "0.12.5" |
| 2810 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2811 | checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38" |
| 2812 | dependencies = [ |
| 2813 | "hashbrown 0.15.5", |
| 2814 | ] |
| 2815 | |
| 2816 | [[package]] |
| 2817 | name = "lru" |
| 2818 | version = "0.16.4" |
| 2819 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2820 | checksum = "7f66e8d5d03f609abc3a39e6f08e4164ebf1447a732906d39eb9b99b7919ef39" |
| 2821 | dependencies = [ |
| 2822 | "hashbrown 0.16.1", |
| 2823 | ] |
| 2824 | |
| 2825 | [[package]] |
| 2826 | name = "lru-slab" |
| 2827 | version = "0.1.2" |
| 2828 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2829 | checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154" |
| 2830 | |
| 2831 | [[package]] |
| 2832 | name = "lsp-types" |
| 2833 | version = "0.94.1" |
| 2834 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2835 | checksum = "c66bfd44a06ae10647fe3f8214762e9369fd4248df1350924b4ef9e770a85ea1" |
| 2836 | dependencies = [ |
| 2837 | "bitflags 1.3.2", |
| 2838 | "serde", |
| 2839 | "serde_json", |
| 2840 | "serde_repr", |
| 2841 | "url", |
| 2842 | ] |
| 2843 | |
| 2844 | [[package]] |
| 2845 | name = "maplit" |
| 2846 | version = "1.0.2" |
| 2847 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2848 | checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" |
| 2849 | |
| 2850 | [[package]] |
| 2851 | name = "matchit" |
| 2852 | version = "0.8.4" |
| 2853 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2854 | checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3" |
| 2855 | |
| 2856 | [[package]] |
| 2857 | name = "md-5" |
| 2858 | version = "0.10.6" |
| 2859 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2860 | checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf" |
| 2861 | dependencies = [ |
| 2862 | "cfg-if", |
| 2863 | "digest 0.10.7", |
| 2864 | ] |
| 2865 | |
| 2866 | [[package]] |
| 2867 | name = "memchr" |
| 2868 | version = "2.7.6" |
| 2869 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2870 | checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273" |
| 2871 | |
| 2872 | [[package]] |
| 2873 | name = "memoffset" |
| 2874 | version = "0.6.5" |
| 2875 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2876 | checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce" |
| 2877 | dependencies = [ |
| 2878 | "autocfg", |
| 2879 | ] |
| 2880 | |
| 2881 | [[package]] |
| 2882 | name = "memoffset" |
| 2883 | version = "0.9.1" |
| 2884 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2885 | checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" |
| 2886 | dependencies = [ |
| 2887 | "autocfg", |
| 2888 | ] |
| 2889 | |
| 2890 | [[package]] |
| 2891 | name = "micromap" |
| 2892 | version = "0.3.0" |
| 2893 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2894 | checksum = "c2a86d3146ed3995b5913c414f6664344b9617457320782e64f0bb44afd49d74" |
| 2895 | |
| 2896 | [[package]] |
| 2897 | name = "mime" |
| 2898 | version = "0.3.17" |
| 2899 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2900 | checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" |
| 2901 | |
| 2902 | [[package]] |
| 2903 | name = "mime_guess" |
| 2904 | version = "2.0.5" |
| 2905 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2906 | checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e" |
| 2907 | dependencies = [ |
| 2908 | "mime", |
| 2909 | "unicase", |
| 2910 | ] |
| 2911 | |
| 2912 | [[package]] |
| 2913 | name = "minimal-lexical" |
| 2914 | version = "0.2.1" |
| 2915 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2916 | checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" |
| 2917 | |
| 2918 | [[package]] |
| 2919 | name = "miniz_oxide" |
| 2920 | version = "0.8.9" |
| 2921 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2922 | checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" |
| 2923 | dependencies = [ |
| 2924 | "adler2", |
| 2925 | "simd-adler32", |
| 2926 | ] |
| 2927 | |
| 2928 | [[package]] |
| 2929 | name = "mio" |
| 2930 | version = "1.1.1" |
| 2931 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2932 | checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc" |
| 2933 | dependencies = [ |
| 2934 | "libc", |
| 2935 | "log", |
| 2936 | "wasi", |
| 2937 | "windows-sys 0.61.2", |
| 2938 | ] |
| 2939 | |
| 2940 | [[package]] |
| 2941 | name = "moxcms" |
| 2942 | version = "0.7.11" |
| 2943 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2944 | checksum = "ac9557c559cd6fc9867e122e20d2cbefc9ca29d80d027a8e39310920ed2f0a97" |
| 2945 | dependencies = [ |
| 2946 | "num-traits", |
| 2947 | "pxfm", |
| 2948 | ] |
| 2949 | |
| 2950 | [[package]] |
| 2951 | name = "multimap" |
| 2952 | version = "0.10.1" |
| 2953 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2954 | checksum = "1d87ecb2933e8aeadb3e3a02b828fed80a7528047e68b4f424523a0981a3a084" |
| 2955 | dependencies = [ |
| 2956 | "serde", |
| 2957 | ] |
| 2958 | |
| 2959 | [[package]] |
| 2960 | name = "new_debug_unreachable" |
| 2961 | version = "1.0.6" |
| 2962 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2963 | checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086" |
| 2964 | |
| 2965 | [[package]] |
| 2966 | name = "nibble_vec" |
| 2967 | version = "0.1.0" |
| 2968 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2969 | checksum = "77a5d83df9f36fe23f0c3648c6bbb8b0298bb5f1939c8f2704431371f4b84d43" |
| 2970 | dependencies = [ |
| 2971 | "smallvec", |
| 2972 | ] |
| 2973 | |
| 2974 | [[package]] |
| 2975 | name = "nix" |
| 2976 | version = "0.25.1" |
| 2977 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2978 | checksum = "f346ff70e7dbfd675fe90590b92d59ef2de15a8779ae305ebcbfd3f0caf59be4" |
| 2979 | dependencies = [ |
| 2980 | "autocfg", |
| 2981 | "bitflags 1.3.2", |
| 2982 | "cfg-if", |
| 2983 | "libc", |
| 2984 | "memoffset 0.6.5", |
| 2985 | "pin-utils", |
| 2986 | ] |
| 2987 | |
| 2988 | [[package]] |
| 2989 | name = "nix" |
| 2990 | version = "0.28.0" |
| 2991 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2992 | checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4" |
| 2993 | dependencies = [ |
| 2994 | "bitflags 2.10.0", |
| 2995 | "cfg-if", |
| 2996 | "cfg_aliases 0.1.1", |
| 2997 | "libc", |
| 2998 | ] |
| 2999 | |
| 3000 | [[package]] |
| 3001 | name = "nix" |
| 3002 | version = "0.29.0" |
| 3003 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3004 | checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" |
| 3005 | dependencies = [ |
| 3006 | "bitflags 2.10.0", |
| 3007 | "cfg-if", |
| 3008 | "cfg_aliases 0.2.1", |
| 3009 | "libc", |
| 3010 | "memoffset 0.9.1", |
| 3011 | ] |
| 3012 | |
| 3013 | [[package]] |
| 3014 | name = "nom" |
| 3015 | version = "7.1.3" |
| 3016 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3017 | checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" |
| 3018 | dependencies = [ |
| 3019 | "memchr", |
| 3020 | "minimal-lexical", |
| 3021 | ] |
| 3022 | |
| 3023 | [[package]] |
| 3024 | name = "num" |
| 3025 | version = "0.4.3" |
| 3026 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3027 | checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23" |
| 3028 | dependencies = [ |
| 3029 | "num-bigint", |
| 3030 | "num-complex", |
| 3031 | "num-integer", |
| 3032 | "num-iter", |
| 3033 | "num-rational", |
| 3034 | "num-traits", |
| 3035 | ] |
| 3036 | |
| 3037 | [[package]] |
| 3038 | name = "num-bigint" |
| 3039 | version = "0.4.6" |
| 3040 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3041 | checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" |
| 3042 | dependencies = [ |
| 3043 | "num-integer", |
| 3044 | "num-traits", |
| 3045 | ] |
| 3046 | |
| 3047 | [[package]] |
| 3048 | name = "num-cmp" |
| 3049 | version = "0.1.0" |
| 3050 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3051 | checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa" |
| 3052 | |
| 3053 | [[package]] |
| 3054 | name = "num-complex" |
| 3055 | version = "0.4.6" |
| 3056 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3057 | checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495" |
| 3058 | dependencies = [ |
| 3059 | "num-traits", |
| 3060 | ] |
| 3061 | |
| 3062 | [[package]] |
| 3063 | name = "num-conv" |
| 3064 | version = "0.2.0" |
| 3065 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3066 | checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050" |
| 3067 | |
| 3068 | [[package]] |
| 3069 | name = "num-integer" |
| 3070 | version = "0.1.46" |
| 3071 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3072 | checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" |
| 3073 | dependencies = [ |
| 3074 | "num-traits", |
| 3075 | ] |
| 3076 | |
| 3077 | [[package]] |
| 3078 | name = "num-iter" |
| 3079 | version = "0.1.45" |
| 3080 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3081 | checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf" |
| 3082 | dependencies = [ |
| 3083 | "autocfg", |
| 3084 | "num-integer", |
| 3085 | "num-traits", |
| 3086 | ] |
| 3087 | |
| 3088 | [[package]] |
| 3089 | name = "num-rational" |
| 3090 | version = "0.4.2" |
| 3091 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3092 | checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824" |
| 3093 | dependencies = [ |
| 3094 | "num-bigint", |
| 3095 | "num-integer", |
| 3096 | "num-traits", |
| 3097 | ] |
| 3098 | |
| 3099 | [[package]] |
| 3100 | name = "num-traits" |
| 3101 | version = "0.2.19" |
| 3102 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3103 | checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" |
| 3104 | dependencies = [ |
| 3105 | "autocfg", |
| 3106 | ] |
| 3107 | |
| 3108 | [[package]] |
| 3109 | name = "num_cpus" |
| 3110 | version = "1.17.0" |
| 3111 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3112 | checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b" |
| 3113 | dependencies = [ |
| 3114 | "hermit-abi", |
| 3115 | "libc", |
| 3116 | ] |
| 3117 | |
| 3118 | [[package]] |
| 3119 | name = "num_threads" |
| 3120 | version = "0.1.7" |
| 3121 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3122 | checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9" |
| 3123 | dependencies = [ |
| 3124 | "libc", |
| 3125 | ] |
| 3126 | |
| 3127 | [[package]] |
| 3128 | name = "objc2" |
| 3129 | version = "0.6.3" |
| 3130 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3131 | checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05" |
| 3132 | dependencies = [ |
| 3133 | "objc2-encode", |
| 3134 | ] |
| 3135 | |
| 3136 | [[package]] |
| 3137 | name = "objc2-app-kit" |
| 3138 | version = "0.3.2" |
| 3139 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3140 | checksum = "d49e936b501e5c5bf01fda3a9452ff86dc3ea98ad5f283e1455153142d97518c" |
| 3141 | dependencies = [ |
| 3142 | "bitflags 2.10.0", |
| 3143 | "objc2", |
| 3144 | "objc2-core-graphics", |
| 3145 | "objc2-foundation", |
| 3146 | ] |
| 3147 | |
| 3148 | [[package]] |
| 3149 | name = "objc2-core-foundation" |
| 3150 | version = "0.3.2" |
| 3151 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3152 | checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536" |
| 3153 | dependencies = [ |
| 3154 | "bitflags 2.10.0", |
| 3155 | "dispatch2", |
| 3156 | "objc2", |
| 3157 | ] |
| 3158 | |
| 3159 | [[package]] |
| 3160 | name = "objc2-core-graphics" |
| 3161 | version = "0.3.2" |
| 3162 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3163 | checksum = "e022c9d066895efa1345f8e33e584b9f958da2fd4cd116792e15e07e4720a807" |
| 3164 | dependencies = [ |
| 3165 | "bitflags 2.10.0", |
| 3166 | "dispatch2", |
| 3167 | "objc2", |
| 3168 | "objc2-core-foundation", |
| 3169 | "objc2-io-surface", |
| 3170 | ] |
| 3171 | |
| 3172 | [[package]] |
| 3173 | name = "objc2-encode" |
| 3174 | version = "4.1.0" |
| 3175 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3176 | checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33" |
| 3177 | |
| 3178 | [[package]] |
| 3179 | name = "objc2-foundation" |
| 3180 | version = "0.3.2" |
| 3181 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3182 | checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272" |
| 3183 | dependencies = [ |
| 3184 | "bitflags 2.10.0", |
| 3185 | "objc2", |
| 3186 | "objc2-core-foundation", |
| 3187 | ] |
| 3188 | |
| 3189 | [[package]] |
| 3190 | name = "objc2-io-surface" |
| 3191 | version = "0.3.2" |
| 3192 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3193 | checksum = "180788110936d59bab6bd83b6060ffdfffb3b922ba1396b312ae795e1de9d81d" |
| 3194 | dependencies = [ |
| 3195 | "bitflags 2.10.0", |
| 3196 | "objc2", |
| 3197 | "objc2-core-foundation", |
| 3198 | ] |
| 3199 | |
| 3200 | [[package]] |
| 3201 | name = "once_cell" |
| 3202 | version = "1.21.3" |
| 3203 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3204 | checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" |
| 3205 | |
| 3206 | [[package]] |
| 3207 | name = "once_cell_polyfill" |
| 3208 | version = "1.70.2" |
| 3209 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3210 | checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" |
| 3211 | |
| 3212 | [[package]] |
| 3213 | name = "openssl-probe" |
| 3214 | version = "0.2.1" |
| 3215 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3216 | checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe" |
| 3217 | |
| 3218 | [[package]] |
| 3219 | name = "option-ext" |
| 3220 | version = "0.2.0" |
| 3221 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3222 | checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" |
| 3223 | |
| 3224 | [[package]] |
| 3225 | name = "ordered-stream" |
| 3226 | version = "0.2.0" |
| 3227 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3228 | checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50" |
| 3229 | dependencies = [ |
| 3230 | "futures-core", |
| 3231 | "pin-project-lite", |
| 3232 | ] |
| 3233 | |
| 3234 | [[package]] |
| 3235 | name = "outref" |
| 3236 | version = "0.5.2" |
| 3237 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3238 | checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e" |
| 3239 | |
| 3240 | [[package]] |
| 3241 | name = "parking" |
| 3242 | version = "2.2.1" |
| 3243 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3244 | checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" |
| 3245 | |
| 3246 | [[package]] |
| 3247 | name = "parking_lot" |
| 3248 | version = "0.12.5" |
| 3249 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3250 | checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" |
| 3251 | dependencies = [ |
| 3252 | "lock_api", |
| 3253 | "parking_lot_core", |
| 3254 | ] |
| 3255 | |
| 3256 | [[package]] |
| 3257 | name = "parking_lot_core" |
| 3258 | version = "0.9.12" |
| 3259 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3260 | checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" |
| 3261 | dependencies = [ |
| 3262 | "cfg-if", |
| 3263 | "libc", |
| 3264 | "redox_syscall 0.5.18", |
| 3265 | "smallvec", |
| 3266 | "windows-link 0.2.1", |
| 3267 | ] |
| 3268 | |
| 3269 | [[package]] |
| 3270 | name = "paste" |
| 3271 | version = "1.0.15" |
| 3272 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3273 | checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" |
| 3274 | |
| 3275 | [[package]] |
| 3276 | name = "pdf-extract" |
| 3277 | version = "0.7.12" |
| 3278 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3279 | checksum = "cbb3a5387b94b9053c1e69d8abfd4dd6dae7afda65a5c5279bc1f42ab39df575" |
| 3280 | dependencies = [ |
| 3281 | "adobe-cmap-parser", |
| 3282 | "encoding_rs", |
| 3283 | "euclid", |
| 3284 | "lopdf", |
| 3285 | "postscript", |
| 3286 | "type1-encoding-parser", |
| 3287 | "unicode-normalization", |
| 3288 | ] |
| 3289 | |
| 3290 | [[package]] |
| 3291 | name = "percent-encoding" |
| 3292 | version = "2.3.2" |
| 3293 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3294 | checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" |
| 3295 | |
| 3296 | [[package]] |
| 3297 | name = "petgraph" |
| 3298 | version = "0.6.5" |
| 3299 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3300 | checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db" |
| 3301 | dependencies = [ |
| 3302 | "fixedbitset", |
| 3303 | "indexmap", |
| 3304 | ] |
| 3305 | |
| 3306 | [[package]] |
| 3307 | name = "phf_shared" |
| 3308 | version = "0.11.3" |
| 3309 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3310 | checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5" |
| 3311 | dependencies = [ |
| 3312 | "siphasher", |
| 3313 | ] |
| 3314 | |
| 3315 | [[package]] |
| 3316 | name = "pin-project-lite" |
| 3317 | version = "0.2.16" |
| 3318 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3319 | checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" |
| 3320 | |
| 3321 | [[package]] |
| 3322 | name = "pin-utils" |
| 3323 | version = "0.1.0" |
| 3324 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3325 | checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" |
| 3326 | |
| 3327 | [[package]] |
| 3328 | name = "piper" |
| 3329 | version = "0.2.5" |
| 3330 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3331 | checksum = "c835479a4443ded371d6c535cbfd8d31ad92c5d23ae9770a61bc155e4992a3c1" |
| 3332 | dependencies = [ |
| 3333 | "atomic-waker", |
| 3334 | "fastrand", |
| 3335 | "futures-io", |
| 3336 | ] |
| 3337 | |
| 3338 | [[package]] |
| 3339 | name = "pkg-config" |
| 3340 | version = "0.3.32" |
| 3341 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3342 | checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" |
| 3343 | |
| 3344 | [[package]] |
| 3345 | name = "png" |
| 3346 | version = "0.18.0" |
| 3347 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3348 | checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0" |
| 3349 | dependencies = [ |
| 3350 | "bitflags 2.10.0", |
| 3351 | "crc32fast", |
| 3352 | "fdeflate", |
| 3353 | "flate2", |
| 3354 | "miniz_oxide", |
| 3355 | ] |
| 3356 | |
| 3357 | [[package]] |
| 3358 | name = "polling" |
| 3359 | version = "3.11.0" |
| 3360 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3361 | checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218" |
| 3362 | dependencies = [ |
| 3363 | "cfg-if", |
| 3364 | "concurrent-queue", |
| 3365 | "hermit-abi", |
| 3366 | "pin-project-lite", |
| 3367 | "rustix 1.1.3", |
| 3368 | "windows-sys 0.61.2", |
| 3369 | ] |
| 3370 | |
| 3371 | [[package]] |
| 3372 | name = "pom" |
| 3373 | version = "1.1.0" |
| 3374 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3375 | checksum = "60f6ce597ecdcc9a098e7fddacb1065093a3d66446fa16c675e7e71d1b5c28e6" |
| 3376 | |
| 3377 | [[package]] |
| 3378 | name = "portable-atomic" |
| 3379 | version = "1.13.0" |
| 3380 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3381 | checksum = "f89776e4d69bb58bc6993e99ffa1d11f228b839984854c7daeb5d37f87cbe950" |
| 3382 | |
| 3383 | [[package]] |
| 3384 | name = "portable-pty" |
| 3385 | version = "0.8.1" |
| 3386 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3387 | checksum = "806ee80c2a03dbe1a9fb9534f8d19e4c0546b790cde8fd1fea9d6390644cb0be" |
| 3388 | dependencies = [ |
| 3389 | "anyhow", |
| 3390 | "bitflags 1.3.2", |
| 3391 | "downcast-rs", |
| 3392 | "filedescriptor", |
| 3393 | "lazy_static", |
| 3394 | "libc", |
| 3395 | "log", |
| 3396 | "nix 0.25.1", |
| 3397 | "serial", |
| 3398 | "shared_library", |
| 3399 | "shell-words", |
| 3400 | "winapi", |
| 3401 | "winreg", |
| 3402 | ] |
| 3403 | |
| 3404 | [[package]] |
| 3405 | name = "postscript" |
| 3406 | version = "0.14.1" |
| 3407 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3408 | checksum = "78451badbdaebaf17f053fd9152b3ffb33b516104eacb45e7864aaa9c712f306" |
| 3409 | |
| 3410 | [[package]] |
| 3411 | name = "potential_utf" |
| 3412 | version = "0.1.4" |
| 3413 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3414 | checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77" |
| 3415 | dependencies = [ |
| 3416 | "zerovec", |
| 3417 | ] |
| 3418 | |
| 3419 | [[package]] |
| 3420 | name = "powerfmt" |
| 3421 | version = "0.2.0" |
| 3422 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3423 | checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" |
| 3424 | |
| 3425 | [[package]] |
| 3426 | name = "ppv-lite86" |
| 3427 | version = "0.2.21" |
| 3428 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3429 | checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" |
| 3430 | dependencies = [ |
| 3431 | "zerocopy", |
| 3432 | ] |
| 3433 | |
| 3434 | [[package]] |
| 3435 | name = "precomputed-hash" |
| 3436 | version = "0.1.1" |
| 3437 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3438 | checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" |
| 3439 | |
| 3440 | [[package]] |
| 3441 | name = "pretty_assertions" |
| 3442 | version = "1.4.1" |
| 3443 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3444 | checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d" |
| 3445 | dependencies = [ |
| 3446 | "diff", |
| 3447 | "yansi", |
| 3448 | ] |
| 3449 | |
| 3450 | [[package]] |
| 3451 | name = "proc-macro-crate" |
| 3452 | version = "3.4.0" |
| 3453 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3454 | checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983" |
| 3455 | dependencies = [ |
| 3456 | "toml_edit", |
| 3457 | ] |
| 3458 | |
| 3459 | [[package]] |
| 3460 | name = "proc-macro2" |
| 3461 | version = "1.0.105" |
| 3462 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3463 | checksum = "535d180e0ecab6268a3e718bb9fd44db66bbbc256257165fc699dadf70d16fe7" |
| 3464 | dependencies = [ |
| 3465 | "unicode-ident", |
| 3466 | ] |
| 3467 | |
| 3468 | [[package]] |
| 3469 | name = "pxfm" |
| 3470 | version = "0.1.27" |
| 3471 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3472 | checksum = "7186d3822593aa4393561d186d1393b3923e9d6163d3fbfd6e825e3e6cf3e6a8" |
| 3473 | dependencies = [ |
| 3474 | "num-traits", |
| 3475 | ] |
| 3476 | |
| 3477 | [[package]] |
| 3478 | name = "quick-error" |
| 3479 | version = "2.0.1" |
| 3480 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3481 | checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3" |
| 3482 | |
| 3483 | [[package]] |
| 3484 | name = "quinn" |
| 3485 | version = "0.11.9" |
| 3486 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3487 | checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20" |
| 3488 | dependencies = [ |
| 3489 | "bytes", |
| 3490 | "cfg_aliases 0.2.1", |
| 3491 | "pin-project-lite", |
| 3492 | "quinn-proto", |
| 3493 | "quinn-udp", |
| 3494 | "rustc-hash", |
| 3495 | "rustls", |
| 3496 | "socket2", |
| 3497 | "thiserror 2.0.17", |
| 3498 | "tokio", |
| 3499 | "tracing", |
| 3500 | "web-time", |
| 3501 | ] |
| 3502 | |
| 3503 | [[package]] |
| 3504 | name = "quinn-proto" |
| 3505 | version = "0.11.13" |
| 3506 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3507 | checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31" |
| 3508 | dependencies = [ |
| 3509 | "aws-lc-rs", |
| 3510 | "bytes", |
| 3511 | "getrandom 0.3.4", |
| 3512 | "lru-slab", |
| 3513 | "rand 0.9.2", |
| 3514 | "ring", |
| 3515 | "rustc-hash", |
| 3516 | "rustls", |
| 3517 | "rustls-pki-types", |
| 3518 | "slab", |
| 3519 | "thiserror 2.0.17", |
| 3520 | "tinyvec", |
| 3521 | "tracing", |
| 3522 | "web-time", |
| 3523 | ] |
| 3524 | |
| 3525 | [[package]] |
| 3526 | name = "quinn-udp" |
| 3527 | version = "0.5.14" |
| 3528 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3529 | checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd" |
| 3530 | dependencies = [ |
| 3531 | "cfg_aliases 0.2.1", |
| 3532 | "libc", |
| 3533 | "once_cell", |
| 3534 | "socket2", |
| 3535 | "tracing", |
| 3536 | "windows-sys 0.60.2", |
| 3537 | ] |
| 3538 | |
| 3539 | [[package]] |
| 3540 | name = "quote" |
| 3541 | version = "1.0.43" |
| 3542 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3543 | checksum = "dc74d9a594b72ae6656596548f56f667211f8a97b3d4c3d467150794690dc40a" |
| 3544 | dependencies = [ |
| 3545 | "proc-macro2", |
| 3546 | ] |
| 3547 | |
| 3548 | [[package]] |
| 3549 | name = "r-efi" |
| 3550 | version = "5.3.0" |
| 3551 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3552 | checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" |
| 3553 | |
| 3554 | [[package]] |
| 3555 | name = "radix_trie" |
| 3556 | version = "0.2.1" |
| 3557 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3558 | checksum = "c069c179fcdc6a2fe24d8d18305cf085fdbd4f922c041943e203685d6a1c58fd" |
| 3559 | dependencies = [ |
| 3560 | "endian-type", |
| 3561 | "nibble_vec", |
| 3562 | ] |
| 3563 | |
| 3564 | [[package]] |
| 3565 | name = "rand" |
| 3566 | version = "0.8.6" |
| 3567 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3568 | checksum = "5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a" |
| 3569 | dependencies = [ |
| 3570 | "libc", |
| 3571 | "rand_chacha 0.3.1", |
| 3572 | "rand_core 0.6.4", |
| 3573 | ] |
| 3574 | |
| 3575 | [[package]] |
| 3576 | name = "rand" |
| 3577 | version = "0.9.2" |
| 3578 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3579 | checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" |
| 3580 | dependencies = [ |
| 3581 | "rand_chacha 0.9.0", |
| 3582 | "rand_core 0.9.5", |
| 3583 | ] |
| 3584 | |
| 3585 | [[package]] |
| 3586 | name = "rand_chacha" |
| 3587 | version = "0.3.1" |
| 3588 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3589 | checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" |
| 3590 | dependencies = [ |
| 3591 | "ppv-lite86", |
| 3592 | "rand_core 0.6.4", |
| 3593 | ] |
| 3594 | |
| 3595 | [[package]] |
| 3596 | name = "rand_chacha" |
| 3597 | version = "0.9.0" |
| 3598 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3599 | checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" |
| 3600 | dependencies = [ |
| 3601 | "ppv-lite86", |
| 3602 | "rand_core 0.9.5", |
| 3603 | ] |
| 3604 | |
| 3605 | [[package]] |
| 3606 | name = "rand_core" |
| 3607 | version = "0.6.4" |
| 3608 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3609 | checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" |
| 3610 | dependencies = [ |
| 3611 | "getrandom 0.2.16", |
| 3612 | ] |
| 3613 | |
| 3614 | [[package]] |
| 3615 | name = "rand_core" |
| 3616 | version = "0.9.5" |
| 3617 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3618 | checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c" |
| 3619 | dependencies = [ |
| 3620 | "getrandom 0.3.4", |
| 3621 | ] |
| 3622 | |
| 3623 | [[package]] |
| 3624 | name = "rangemap" |
| 3625 | version = "1.7.1" |
| 3626 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3627 | checksum = "973443cf09a9c8656b574a866ab68dfa19f0867d0340648c7d2f6a71b8a8ea68" |
| 3628 | |
| 3629 | [[package]] |
| 3630 | name = "ratatui" |
| 3631 | version = "0.29.0" |
| 3632 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3633 | checksum = "eabd94c2f37801c20583fc49dd5cd6b0ba68c716787c2dd6ed18571e1e63117b" |
| 3634 | dependencies = [ |
| 3635 | "bitflags 2.10.0", |
| 3636 | "cassowary", |
| 3637 | "compact_str 0.8.1", |
| 3638 | "crossterm 0.28.1", |
| 3639 | "indoc", |
| 3640 | "instability", |
| 3641 | "itertools 0.13.0", |
| 3642 | "lru 0.12.5", |
| 3643 | "paste", |
| 3644 | "strum 0.26.3", |
| 3645 | "unicode-segmentation", |
| 3646 | "unicode-truncate 1.1.0", |
| 3647 | "unicode-width 0.2.0", |
| 3648 | ] |
| 3649 | |
| 3650 | [[package]] |
| 3651 | name = "ratatui" |
| 3652 | version = "0.30.0" |
| 3653 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3654 | checksum = "d1ce67fb8ba4446454d1c8dbaeda0557ff5e94d39d5e5ed7f10a65eb4c8266bc" |
| 3655 | dependencies = [ |
| 3656 | "instability", |
| 3657 | "ratatui-core", |
| 3658 | "ratatui-crossterm", |
| 3659 | "ratatui-widgets", |
| 3660 | ] |
| 3661 | |
| 3662 | [[package]] |
| 3663 | name = "ratatui-core" |
| 3664 | version = "0.1.0" |
| 3665 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3666 | checksum = "5ef8dea09a92caaf73bff7adb70b76162e5937524058a7e5bff37869cbbec293" |
| 3667 | dependencies = [ |
| 3668 | "bitflags 2.10.0", |
| 3669 | "compact_str 0.9.0", |
| 3670 | "hashbrown 0.16.1", |
| 3671 | "indoc", |
| 3672 | "itertools 0.14.0", |
| 3673 | "kasuari", |
| 3674 | "lru 0.16.4", |
| 3675 | "strum 0.27.2", |
| 3676 | "thiserror 2.0.17", |
| 3677 | "unicode-segmentation", |
| 3678 | "unicode-truncate 2.0.1", |
| 3679 | "unicode-width 0.2.0", |
| 3680 | ] |
| 3681 | |
| 3682 | [[package]] |
| 3683 | name = "ratatui-crossterm" |
| 3684 | version = "0.1.0" |
| 3685 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3686 | checksum = "577c9b9f652b4c121fb25c6a391dd06406d3b092ba68827e6d2f09550edc54b3" |
| 3687 | dependencies = [ |
| 3688 | "cfg-if", |
| 3689 | "crossterm 0.29.0", |
| 3690 | "instability", |
| 3691 | "ratatui-core", |
| 3692 | ] |
| 3693 | |
| 3694 | [[package]] |
| 3695 | name = "ratatui-widgets" |
| 3696 | version = "0.3.0" |
| 3697 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3698 | checksum = "d7dbfa023cd4e604c2553483820c5fe8aa9d71a42eea5aa77c6e7f35756612db" |
| 3699 | dependencies = [ |
| 3700 | "bitflags 2.10.0", |
| 3701 | "hashbrown 0.16.1", |
| 3702 | "indoc", |
| 3703 | "instability", |
| 3704 | "itertools 0.14.0", |
| 3705 | "line-clipping", |
| 3706 | "ratatui-core", |
| 3707 | "strum 0.27.2", |
| 3708 | "time", |
| 3709 | "unicode-segmentation", |
| 3710 | "unicode-width 0.2.0", |
| 3711 | ] |
| 3712 | |
| 3713 | [[package]] |
| 3714 | name = "redox_syscall" |
| 3715 | version = "0.5.18" |
| 3716 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3717 | checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" |
| 3718 | dependencies = [ |
| 3719 | "bitflags 2.10.0", |
| 3720 | ] |
| 3721 | |
| 3722 | [[package]] |
| 3723 | name = "redox_syscall" |
| 3724 | version = "0.7.4" |
| 3725 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3726 | checksum = "f450ad9c3b1da563fb6948a8e0fb0fb9269711c9c73d9ea1de5058c79c8d643a" |
| 3727 | dependencies = [ |
| 3728 | "bitflags 2.10.0", |
| 3729 | ] |
| 3730 | |
| 3731 | [[package]] |
| 3732 | name = "redox_users" |
| 3733 | version = "0.4.6" |
| 3734 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3735 | checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" |
| 3736 | dependencies = [ |
| 3737 | "getrandom 0.2.16", |
| 3738 | "libredox", |
| 3739 | "thiserror 1.0.69", |
| 3740 | ] |
| 3741 | |
| 3742 | [[package]] |
| 3743 | name = "redox_users" |
| 3744 | version = "0.5.2" |
| 3745 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3746 | checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac" |
| 3747 | dependencies = [ |
| 3748 | "getrandom 0.2.16", |
| 3749 | "libredox", |
| 3750 | "thiserror 2.0.17", |
| 3751 | ] |
| 3752 | |
| 3753 | [[package]] |
| 3754 | name = "ref-cast" |
| 3755 | version = "1.0.25" |
| 3756 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3757 | checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d" |
| 3758 | dependencies = [ |
| 3759 | "ref-cast-impl", |
| 3760 | ] |
| 3761 | |
| 3762 | [[package]] |
| 3763 | name = "ref-cast-impl" |
| 3764 | version = "1.0.25" |
| 3765 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3766 | checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da" |
| 3767 | dependencies = [ |
| 3768 | "proc-macro2", |
| 3769 | "quote", |
| 3770 | "syn 2.0.114", |
| 3771 | ] |
| 3772 | |
| 3773 | [[package]] |
| 3774 | name = "referencing" |
| 3775 | version = "0.46.4" |
| 3776 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3777 | checksum = "cb674900ca31acd75c4aaf63f48e43e719631c0539ea5a9e64163d1296bcb730" |
| 3778 | dependencies = [ |
| 3779 | "ahash", |
| 3780 | "fluent-uri", |
| 3781 | "getrandom 0.3.4", |
| 3782 | "hashbrown 0.16.1", |
| 3783 | "itoa", |
| 3784 | "micromap", |
| 3785 | "parking_lot", |
| 3786 | "percent-encoding", |
| 3787 | "serde_json", |
| 3788 | ] |
| 3789 | |
| 3790 | [[package]] |
| 3791 | name = "regex" |
| 3792 | version = "1.12.2" |
| 3793 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3794 | checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4" |
| 3795 | dependencies = [ |
| 3796 | "aho-corasick", |
| 3797 | "memchr", |
| 3798 | "regex-automata", |
| 3799 | "regex-syntax 0.8.8", |
| 3800 | ] |
| 3801 | |
| 3802 | [[package]] |
| 3803 | name = "regex-automata" |
| 3804 | version = "0.4.14" |
| 3805 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3806 | checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f" |
| 3807 | dependencies = [ |
| 3808 | "aho-corasick", |
| 3809 | "memchr", |
| 3810 | "regex-syntax 0.8.8", |
| 3811 | ] |
| 3812 | |
| 3813 | [[package]] |
| 3814 | name = "regex-syntax" |
| 3815 | version = "0.6.29" |
| 3816 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3817 | checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" |
| 3818 | |
| 3819 | [[package]] |
| 3820 | name = "regex-syntax" |
| 3821 | version = "0.8.8" |
| 3822 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3823 | checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58" |
| 3824 | |
| 3825 | [[package]] |
| 3826 | name = "reqwest" |
| 3827 | version = "0.13.1" |
| 3828 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3829 | checksum = "04e9018c9d814e5f30cc16a0f03271aeab3571e609612d9fe78c1aa8d11c2f62" |
| 3830 | dependencies = [ |
| 3831 | "base64", |
| 3832 | "bytes", |
| 3833 | "futures-channel", |
| 3834 | "futures-core", |
| 3835 | "futures-util", |
| 3836 | "h2", |
| 3837 | "http", |
| 3838 | "http-body", |
| 3839 | "http-body-util", |
| 3840 | "hyper", |
| 3841 | "hyper-rustls", |
| 3842 | "hyper-util", |
| 3843 | "js-sys", |
| 3844 | "log", |
| 3845 | "mime_guess", |
| 3846 | "percent-encoding", |
| 3847 | "pin-project-lite", |
| 3848 | "quinn", |
| 3849 | "rustls", |
| 3850 | "rustls-pki-types", |
| 3851 | "rustls-platform-verifier", |
| 3852 | "serde", |
| 3853 | "serde_json", |
| 3854 | "sync_wrapper", |
| 3855 | "tokio", |
| 3856 | "tokio-rustls", |
| 3857 | "tokio-util", |
| 3858 | "tower", |
| 3859 | "tower-http", |
| 3860 | "tower-service", |
| 3861 | "url", |
| 3862 | "wasm-bindgen", |
| 3863 | "wasm-bindgen-futures", |
| 3864 | "wasm-streams", |
| 3865 | "web-sys", |
| 3866 | ] |
| 3867 | |
| 3868 | [[package]] |
| 3869 | name = "ring" |
| 3870 | version = "0.17.14" |
| 3871 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3872 | checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" |
| 3873 | dependencies = [ |
| 3874 | "cc", |
| 3875 | "cfg-if", |
| 3876 | "getrandom 0.2.16", |
| 3877 | "libc", |
| 3878 | "untrusted", |
| 3879 | "windows-sys 0.52.0", |
| 3880 | ] |
| 3881 | |
| 3882 | [[package]] |
| 3883 | name = "rusqlite" |
| 3884 | version = "0.32.1" |
| 3885 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3886 | checksum = "7753b721174eb8ff87a9a0e799e2d7bc3749323e773db92e0984debb00019d6e" |
| 3887 | dependencies = [ |
| 3888 | "bitflags 2.10.0", |
| 3889 | "fallible-iterator", |
| 3890 | "fallible-streaming-iterator", |
| 3891 | "hashlink", |
| 3892 | "libsqlite3-sys", |
| 3893 | "smallvec", |
| 3894 | ] |
| 3895 | |
| 3896 | [[package]] |
| 3897 | name = "rustc-hash" |
| 3898 | version = "2.1.1" |
| 3899 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3900 | checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" |
| 3901 | |
| 3902 | [[package]] |
| 3903 | name = "rustc_version" |
| 3904 | version = "0.4.1" |
| 3905 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3906 | checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" |
| 3907 | dependencies = [ |
| 3908 | "semver", |
| 3909 | ] |
| 3910 | |
| 3911 | [[package]] |
| 3912 | name = "rustix" |
| 3913 | version = "0.38.44" |
| 3914 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3915 | checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" |
| 3916 | dependencies = [ |
| 3917 | "bitflags 2.10.0", |
| 3918 | "errno", |
| 3919 | "libc", |
| 3920 | "linux-raw-sys 0.4.15", |
| 3921 | "windows-sys 0.59.0", |
| 3922 | ] |
| 3923 | |
| 3924 | [[package]] |
| 3925 | name = "rustix" |
| 3926 | version = "1.1.3" |
| 3927 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3928 | checksum = "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34" |
| 3929 | dependencies = [ |
| 3930 | "bitflags 2.10.0", |
| 3931 | "errno", |
| 3932 | "libc", |
| 3933 | "linux-raw-sys 0.11.0", |
| 3934 | "windows-sys 0.61.2", |
| 3935 | ] |
| 3936 | |
| 3937 | [[package]] |
| 3938 | name = "rustls" |
| 3939 | version = "0.23.36" |
| 3940 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3941 | checksum = "c665f33d38cea657d9614f766881e4d510e0eda4239891eea56b4cadcf01801b" |
| 3942 | dependencies = [ |
| 3943 | "aws-lc-rs", |
| 3944 | "once_cell", |
| 3945 | "rustls-pki-types", |
| 3946 | "rustls-webpki", |
| 3947 | "subtle", |
| 3948 | "zeroize", |
| 3949 | ] |
| 3950 | |
| 3951 | [[package]] |
| 3952 | name = "rustls-native-certs" |
| 3953 | version = "0.8.3" |
| 3954 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3955 | checksum = "612460d5f7bea540c490b2b6395d8e34a953e52b491accd6c86c8164c5932a63" |
| 3956 | dependencies = [ |
| 3957 | "openssl-probe", |
| 3958 | "rustls-pki-types", |
| 3959 | "schannel", |
| 3960 | "security-framework 3.5.1", |
| 3961 | ] |
| 3962 | |
| 3963 | [[package]] |
| 3964 | name = "rustls-pki-types" |
| 3965 | version = "1.13.2" |
| 3966 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3967 | checksum = "21e6f2ab2928ca4291b86736a8bd920a277a399bba1589409d72154ff87c1282" |
| 3968 | dependencies = [ |
| 3969 | "web-time", |
| 3970 | "zeroize", |
| 3971 | ] |
| 3972 | |
| 3973 | [[package]] |
| 3974 | name = "rustls-platform-verifier" |
| 3975 | version = "0.6.2" |
| 3976 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3977 | checksum = "1d99feebc72bae7ab76ba994bb5e121b8d83d910ca40b36e0921f53becc41784" |
| 3978 | dependencies = [ |
| 3979 | "core-foundation 0.10.1", |
| 3980 | "core-foundation-sys", |
| 3981 | "jni", |
| 3982 | "log", |
| 3983 | "once_cell", |
| 3984 | "rustls", |
| 3985 | "rustls-native-certs", |
| 3986 | "rustls-platform-verifier-android", |
| 3987 | "rustls-webpki", |
| 3988 | "security-framework 3.5.1", |
| 3989 | "security-framework-sys", |
| 3990 | "webpki-root-certs", |
| 3991 | "windows-sys 0.61.2", |
| 3992 | ] |
| 3993 | |
| 3994 | [[package]] |
| 3995 | name = "rustls-platform-verifier-android" |
| 3996 | version = "0.1.1" |
| 3997 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3998 | checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f" |
| 3999 | |
| 4000 | [[package]] |
| 4001 | name = "rustls-webpki" |
| 4002 | version = "0.103.8" |
| 4003 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4004 | checksum = "2ffdfa2f5286e2247234e03f680868ac2815974dc39e00ea15adc445d0aafe52" |
| 4005 | dependencies = [ |
| 4006 | "aws-lc-rs", |
| 4007 | "ring", |
| 4008 | "rustls-pki-types", |
| 4009 | "untrusted", |
| 4010 | ] |
| 4011 | |
| 4012 | [[package]] |
| 4013 | name = "rustversion" |
| 4014 | version = "1.0.22" |
| 4015 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4016 | checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" |
| 4017 | |
| 4018 | [[package]] |
| 4019 | name = "rustyline" |
| 4020 | version = "14.0.0" |
| 4021 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4022 | checksum = "7803e8936da37efd9b6d4478277f4b2b9bb5cdb37a113e8d63222e58da647e63" |
| 4023 | dependencies = [ |
| 4024 | "bitflags 2.10.0", |
| 4025 | "cfg-if", |
| 4026 | "clipboard-win", |
| 4027 | "fd-lock", |
| 4028 | "home", |
| 4029 | "libc", |
| 4030 | "log", |
| 4031 | "memchr", |
| 4032 | "nix 0.28.0", |
| 4033 | "radix_trie", |
| 4034 | "unicode-segmentation", |
| 4035 | "unicode-width 0.1.14", |
| 4036 | "utf8parse", |
| 4037 | "windows-sys 0.52.0", |
| 4038 | ] |
| 4039 | |
| 4040 | [[package]] |
| 4041 | name = "rustyline" |
| 4042 | version = "15.0.0" |
| 4043 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4044 | checksum = "2ee1e066dc922e513bda599c6ccb5f3bb2b0ea5870a579448f2622993f0a9a2f" |
| 4045 | dependencies = [ |
| 4046 | "bitflags 2.10.0", |
| 4047 | "cfg-if", |
| 4048 | "clipboard-win", |
| 4049 | "fd-lock", |
| 4050 | "home", |
| 4051 | "libc", |
| 4052 | "log", |
| 4053 | "memchr", |
| 4054 | "nix 0.29.0", |
| 4055 | "radix_trie", |
| 4056 | "unicode-segmentation", |
| 4057 | "unicode-width 0.2.0", |
| 4058 | "utf8parse", |
| 4059 | "windows-sys 0.59.0", |
| 4060 | ] |
| 4061 | |
| 4062 | [[package]] |
| 4063 | name = "ryu" |
| 4064 | version = "1.0.22" |
| 4065 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4066 | checksum = "a50f4cf475b65d88e057964e0e9bb1f0aa9bbb2036dc65c64596b42932536984" |
| 4067 | |
| 4068 | [[package]] |
| 4069 | name = "same-file" |
| 4070 | version = "1.0.6" |
| 4071 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4072 | checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" |
| 4073 | dependencies = [ |
| 4074 | "winapi-util", |
| 4075 | ] |
| 4076 | |
| 4077 | [[package]] |
| 4078 | name = "schannel" |
| 4079 | version = "0.1.28" |
| 4080 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4081 | checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1" |
| 4082 | dependencies = [ |
| 4083 | "windows-sys 0.61.2", |
| 4084 | ] |
| 4085 | |
| 4086 | [[package]] |
| 4087 | name = "schemafy" |
| 4088 | version = "0.5.2" |
| 4089 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4090 | checksum = "8aea5ba40287dae331f2c48b64dbc8138541f5e97ee8793caa7948c1f31d86d5" |
| 4091 | dependencies = [ |
| 4092 | "Inflector", |
| 4093 | "schemafy_core", |
| 4094 | "schemafy_lib", |
| 4095 | "serde", |
| 4096 | "serde_derive", |
| 4097 | "serde_json", |
| 4098 | "serde_repr", |
| 4099 | "syn 1.0.109", |
| 4100 | ] |
| 4101 | |
| 4102 | [[package]] |
| 4103 | name = "schemafy_core" |
| 4104 | version = "0.5.2" |
| 4105 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4106 | checksum = "41781ae092f4fd52c9287efb74456aea0d3b90032d2ecad272bd14dbbcb0511b" |
| 4107 | dependencies = [ |
| 4108 | "serde", |
| 4109 | "serde_json", |
| 4110 | ] |
| 4111 | |
| 4112 | [[package]] |
| 4113 | name = "schemafy_lib" |
| 4114 | version = "0.5.2" |
| 4115 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4116 | checksum = "e953db32579999ca98c451d80801b6f6a7ecba6127196c5387ec0774c528befa" |
| 4117 | dependencies = [ |
| 4118 | "Inflector", |
| 4119 | "proc-macro2", |
| 4120 | "quote", |
| 4121 | "schemafy_core", |
| 4122 | "serde", |
| 4123 | "serde_derive", |
| 4124 | "serde_json", |
| 4125 | "syn 1.0.109", |
| 4126 | ] |
| 4127 | |
| 4128 | [[package]] |
| 4129 | name = "schemars" |
| 4130 | version = "1.2.1" |
| 4131 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4132 | checksum = "a2b42f36aa1cd011945615b92222f6bf73c599a102a300334cd7f8dbeec726cc" |
| 4133 | dependencies = [ |
| 4134 | "dyn-clone", |
| 4135 | "ref-cast", |
| 4136 | "schemars_derive", |
| 4137 | "serde", |
| 4138 | "serde_json", |
| 4139 | ] |
| 4140 | |
| 4141 | [[package]] |
| 4142 | name = "schemars_derive" |
| 4143 | version = "1.2.1" |
| 4144 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4145 | checksum = "7d115b50f4aaeea07e79c1912f645c7513d81715d0420f8bc77a18c6260b307f" |
| 4146 | dependencies = [ |
| 4147 | "proc-macro2", |
| 4148 | "quote", |
| 4149 | "serde_derive_internals", |
| 4150 | "syn 2.0.114", |
| 4151 | ] |
| 4152 | |
| 4153 | [[package]] |
| 4154 | name = "schemaui" |
| 4155 | version = "0.12.0" |
| 4156 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4157 | checksum = "3337ab3373698fc2f2460beb48476e5be13a220e14ed542cf910cc2e10f36177" |
| 4158 | dependencies = [ |
| 4159 | "anyhow", |
| 4160 | "axum", |
| 4161 | "crossterm 0.29.0", |
| 4162 | "include_dir", |
| 4163 | "indexmap", |
| 4164 | "jsonschema", |
| 4165 | "percent-encoding", |
| 4166 | "ratatui 0.30.0", |
| 4167 | "regex", |
| 4168 | "serde", |
| 4169 | "serde_json", |
| 4170 | "sha2 0.11.0", |
| 4171 | "tokio", |
| 4172 | "toml 1.0.6+spec-1.1.0", |
| 4173 | "unicode-width 0.2.0", |
| 4174 | ] |
| 4175 | |
| 4176 | [[package]] |
| 4177 | name = "scopeguard" |
| 4178 | version = "1.2.0" |
| 4179 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4180 | checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" |
| 4181 | |
| 4182 | [[package]] |
| 4183 | name = "secret-service" |
| 4184 | version = "4.0.0" |
| 4185 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4186 | checksum = "e4d35ad99a181be0a60ffcbe85d680d98f87bdc4d7644ade319b87076b9dbfd4" |
| 4187 | dependencies = [ |
| 4188 | "aes", |
| 4189 | "cbc", |
| 4190 | "futures-util", |
| 4191 | "generic-array", |
| 4192 | "hkdf", |
| 4193 | "num", |
| 4194 | "once_cell", |
| 4195 | "rand 0.8.6", |
| 4196 | "serde", |
| 4197 | "sha2 0.10.9", |
| 4198 | "zbus", |
| 4199 | ] |
| 4200 | |
| 4201 | [[package]] |
| 4202 | name = "security-framework" |
| 4203 | version = "2.11.1" |
| 4204 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4205 | checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" |
| 4206 | dependencies = [ |
| 4207 | "bitflags 2.10.0", |
| 4208 | "core-foundation 0.9.4", |
| 4209 | "core-foundation-sys", |
| 4210 | "libc", |
| 4211 | "security-framework-sys", |
| 4212 | ] |
| 4213 | |
| 4214 | [[package]] |
| 4215 | name = "security-framework" |
| 4216 | version = "3.5.1" |
| 4217 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4218 | checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef" |
| 4219 | dependencies = [ |
| 4220 | "bitflags 2.10.0", |
| 4221 | "core-foundation 0.10.1", |
| 4222 | "core-foundation-sys", |
| 4223 | "libc", |
| 4224 | "security-framework-sys", |
| 4225 | ] |
| 4226 | |
| 4227 | [[package]] |
| 4228 | name = "security-framework-sys" |
| 4229 | version = "2.15.0" |
| 4230 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4231 | checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0" |
| 4232 | dependencies = [ |
| 4233 | "core-foundation-sys", |
| 4234 | "libc", |
| 4235 | ] |
| 4236 | |
| 4237 | [[package]] |
| 4238 | name = "semver" |
| 4239 | version = "1.0.28" |
| 4240 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4241 | checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd" |
| 4242 | |
| 4243 | [[package]] |
| 4244 | name = "serde" |
| 4245 | version = "1.0.228" |
| 4246 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4247 | checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" |
| 4248 | dependencies = [ |
| 4249 | "serde_core", |
| 4250 | "serde_derive", |
| 4251 | ] |
| 4252 | |
| 4253 | [[package]] |
| 4254 | name = "serde_core" |
| 4255 | version = "1.0.228" |
| 4256 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4257 | checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" |
| 4258 | dependencies = [ |
| 4259 | "serde_derive", |
| 4260 | ] |
| 4261 | |
| 4262 | [[package]] |
| 4263 | name = "serde_derive" |
| 4264 | version = "1.0.228" |
| 4265 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4266 | checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" |
| 4267 | dependencies = [ |
| 4268 | "proc-macro2", |
| 4269 | "quote", |
| 4270 | "syn 2.0.114", |
| 4271 | ] |
| 4272 | |
| 4273 | [[package]] |
| 4274 | name = "serde_derive_internals" |
| 4275 | version = "0.29.1" |
| 4276 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4277 | checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711" |
| 4278 | dependencies = [ |
| 4279 | "proc-macro2", |
| 4280 | "quote", |
| 4281 | "syn 2.0.114", |
| 4282 | ] |
| 4283 | |
| 4284 | [[package]] |
| 4285 | name = "serde_json" |
| 4286 | version = "1.0.149" |
| 4287 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4288 | checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" |
| 4289 | dependencies = [ |
| 4290 | "indexmap", |
| 4291 | "itoa", |
| 4292 | "memchr", |
| 4293 | "serde", |
| 4294 | "serde_core", |
| 4295 | "zmij", |
| 4296 | ] |
| 4297 | |
| 4298 | [[package]] |
| 4299 | name = "serde_path_to_error" |
| 4300 | version = "0.1.20" |
| 4301 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4302 | checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457" |
| 4303 | dependencies = [ |
| 4304 | "itoa", |
| 4305 | "serde", |
| 4306 | "serde_core", |
| 4307 | ] |
| 4308 | |
| 4309 | [[package]] |
| 4310 | name = "serde_repr" |
| 4311 | version = "0.1.20" |
| 4312 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4313 | checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c" |
| 4314 | dependencies = [ |
| 4315 | "proc-macro2", |
| 4316 | "quote", |
| 4317 | "syn 2.0.114", |
| 4318 | ] |
| 4319 | |
| 4320 | [[package]] |
| 4321 | name = "serde_spanned" |
| 4322 | version = "1.0.4" |
| 4323 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4324 | checksum = "f8bbf91e5a4d6315eee45e704372590b30e260ee83af6639d64557f51b067776" |
| 4325 | dependencies = [ |
| 4326 | "serde_core", |
| 4327 | ] |
| 4328 | |
| 4329 | [[package]] |
| 4330 | name = "serde_urlencoded" |
| 4331 | version = "0.7.1" |
| 4332 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4333 | checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" |
| 4334 | dependencies = [ |
| 4335 | "form_urlencoded", |
| 4336 | "itoa", |
| 4337 | "ryu", |
| 4338 | "serde", |
| 4339 | ] |
| 4340 | |
| 4341 | [[package]] |
| 4342 | name = "serial" |
| 4343 | version = "0.4.0" |
| 4344 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4345 | checksum = "a1237a96570fc377c13baa1b88c7589ab66edced652e43ffb17088f003db3e86" |
| 4346 | dependencies = [ |
| 4347 | "serial-core", |
| 4348 | "serial-unix", |
| 4349 | "serial-windows", |
| 4350 | ] |
| 4351 | |
| 4352 | [[package]] |
| 4353 | name = "serial-core" |
| 4354 | version = "0.4.0" |
| 4355 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4356 | checksum = "3f46209b345401737ae2125fe5b19a77acce90cd53e1658cda928e4fe9a64581" |
| 4357 | dependencies = [ |
| 4358 | "libc", |
| 4359 | ] |
| 4360 | |
| 4361 | [[package]] |
| 4362 | name = "serial-unix" |
| 4363 | version = "0.4.0" |
| 4364 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4365 | checksum = "f03fbca4c9d866e24a459cbca71283f545a37f8e3e002ad8c70593871453cab7" |
| 4366 | dependencies = [ |
| 4367 | "ioctl-rs", |
| 4368 | "libc", |
| 4369 | "serial-core", |
| 4370 | "termios", |
| 4371 | ] |
| 4372 | |
| 4373 | [[package]] |
| 4374 | name = "serial-windows" |
| 4375 | version = "0.4.0" |
| 4376 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4377 | checksum = "15c6d3b776267a75d31bbdfd5d36c0ca051251caafc285827052bc53bcdc8162" |
| 4378 | dependencies = [ |
| 4379 | "libc", |
| 4380 | "serial-core", |
| 4381 | ] |
| 4382 | |
| 4383 | [[package]] |
| 4384 | name = "sha1" |
| 4385 | version = "0.10.6" |
| 4386 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4387 | checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" |
| 4388 | dependencies = [ |
| 4389 | "cfg-if", |
| 4390 | "cpufeatures 0.2.17", |
| 4391 | "digest 0.10.7", |
| 4392 | ] |
| 4393 | |
| 4394 | [[package]] |
| 4395 | name = "sha2" |
| 4396 | version = "0.10.9" |
| 4397 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4398 | checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" |
| 4399 | dependencies = [ |
| 4400 | "cfg-if", |
| 4401 | "cpufeatures 0.2.17", |
| 4402 | "digest 0.10.7", |
| 4403 | ] |
| 4404 | |
| 4405 | [[package]] |
| 4406 | name = "sha2" |
| 4407 | version = "0.11.0" |
| 4408 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4409 | checksum = "446ba717509524cb3f22f17ecc096f10f4822d76ab5c0b9822c5f9c284e825f4" |
| 4410 | dependencies = [ |
| 4411 | "cfg-if", |
| 4412 | "cpufeatures 0.3.0", |
| 4413 | "digest 0.11.2", |
| 4414 | ] |
| 4415 | |
| 4416 | [[package]] |
| 4417 | name = "shared_library" |
| 4418 | version = "0.1.9" |
| 4419 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4420 | checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11" |
| 4421 | dependencies = [ |
| 4422 | "lazy_static", |
| 4423 | "libc", |
| 4424 | ] |
| 4425 | |
| 4426 | [[package]] |
| 4427 | name = "shell-words" |
| 4428 | version = "1.1.1" |
| 4429 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4430 | checksum = "dc6fe69c597f9c37bfeeeeeb33da3530379845f10be461a66d16d03eca2ded77" |
| 4431 | |
| 4432 | [[package]] |
| 4433 | name = "shellexpand" |
| 4434 | version = "3.1.1" |
| 4435 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4436 | checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb" |
| 4437 | dependencies = [ |
| 4438 | "dirs", |
| 4439 | ] |
| 4440 | |
| 4441 | [[package]] |
| 4442 | name = "shlex" |
| 4443 | version = "1.3.0" |
| 4444 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4445 | checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" |
| 4446 | |
| 4447 | [[package]] |
| 4448 | name = "signal-hook" |
| 4449 | version = "0.3.18" |
| 4450 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4451 | checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2" |
| 4452 | dependencies = [ |
| 4453 | "libc", |
| 4454 | "signal-hook-registry", |
| 4455 | ] |
| 4456 | |
| 4457 | [[package]] |
| 4458 | name = "signal-hook-mio" |
| 4459 | version = "0.2.5" |
| 4460 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4461 | checksum = "b75a19a7a740b25bc7944bdee6172368f988763b744e3d4dfe753f6b4ece40cc" |
| 4462 | dependencies = [ |
| 4463 | "libc", |
| 4464 | "mio", |
| 4465 | "signal-hook", |
| 4466 | ] |
| 4467 | |
| 4468 | [[package]] |
| 4469 | name = "signal-hook-registry" |
| 4470 | version = "1.4.8" |
| 4471 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4472 | checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b" |
| 4473 | dependencies = [ |
| 4474 | "errno", |
| 4475 | "libc", |
| 4476 | ] |
| 4477 | |
| 4478 | [[package]] |
| 4479 | name = "simd-adler32" |
| 4480 | version = "0.3.8" |
| 4481 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4482 | checksum = "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2" |
| 4483 | |
| 4484 | [[package]] |
| 4485 | name = "similar" |
| 4486 | version = "2.7.0" |
| 4487 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4488 | checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa" |
| 4489 | |
| 4490 | [[package]] |
| 4491 | name = "siphasher" |
| 4492 | version = "1.0.1" |
| 4493 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4494 | checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d" |
| 4495 | |
| 4496 | [[package]] |
| 4497 | name = "slab" |
| 4498 | version = "0.4.11" |
| 4499 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4500 | checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589" |
| 4501 | |
| 4502 | [[package]] |
| 4503 | name = "smallvec" |
| 4504 | version = "1.15.1" |
| 4505 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4506 | checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" |
| 4507 | |
| 4508 | [[package]] |
| 4509 | name = "socket2" |
| 4510 | version = "0.6.1" |
| 4511 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4512 | checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881" |
| 4513 | dependencies = [ |
| 4514 | "libc", |
| 4515 | "windows-sys 0.60.2", |
| 4516 | ] |
| 4517 | |
| 4518 | [[package]] |
| 4519 | name = "stable_deref_trait" |
| 4520 | version = "1.2.1" |
| 4521 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4522 | checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" |
| 4523 | |
| 4524 | [[package]] |
| 4525 | name = "starlark" |
| 4526 | version = "0.13.0" |
| 4527 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4528 | checksum = "0f53849859f05d9db705b221bd92eede93877fd426c1b4a3c3061403a5912a8f" |
| 4529 | dependencies = [ |
| 4530 | "allocative", |
| 4531 | "anyhow", |
| 4532 | "bumpalo", |
| 4533 | "cmp_any", |
| 4534 | "debugserver-types", |
| 4535 | "derivative", |
| 4536 | "derive_more 1.0.0", |
| 4537 | "display_container", |
| 4538 | "dupe", |
| 4539 | "either", |
| 4540 | "erased-serde", |
| 4541 | "hashbrown 0.14.5", |
| 4542 | "inventory", |
| 4543 | "itertools 0.13.0", |
| 4544 | "maplit", |
| 4545 | "memoffset 0.6.5", |
| 4546 | "num-bigint", |
| 4547 | "num-traits", |
| 4548 | "once_cell", |
| 4549 | "paste", |
| 4550 | "ref-cast", |
| 4551 | "regex", |
| 4552 | "rustyline 14.0.0", |
| 4553 | "serde", |
| 4554 | "serde_json", |
| 4555 | "starlark_derive", |
| 4556 | "starlark_map", |
| 4557 | "starlark_syntax", |
| 4558 | "static_assertions", |
| 4559 | "strsim 0.10.0", |
| 4560 | "textwrap", |
| 4561 | "thiserror 1.0.69", |
| 4562 | ] |
| 4563 | |
| 4564 | [[package]] |
| 4565 | name = "starlark_derive" |
| 4566 | version = "0.13.0" |
| 4567 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4568 | checksum = "fe58bc6c8b7980a1fe4c9f8f48200c3212db42ebfe21ae6a0336385ab53f082a" |
| 4569 | dependencies = [ |
| 4570 | "dupe", |
| 4571 | "proc-macro2", |
| 4572 | "quote", |
| 4573 | "syn 2.0.114", |
| 4574 | ] |
| 4575 | |
| 4576 | [[package]] |
| 4577 | name = "starlark_map" |
| 4578 | version = "0.13.0" |
| 4579 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4580 | checksum = "92659970f120df0cc1c0bb220b33587b7a9a90e80d4eecc5c5af5debb950173d" |
| 4581 | dependencies = [ |
| 4582 | "allocative", |
| 4583 | "dupe", |
| 4584 | "equivalent", |
| 4585 | "fxhash", |
| 4586 | "hashbrown 0.14.5", |
| 4587 | "serde", |
| 4588 | ] |
| 4589 | |
| 4590 | [[package]] |
| 4591 | name = "starlark_syntax" |
| 4592 | version = "0.13.0" |
| 4593 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4594 | checksum = "fe53b3690d776aafd7cb6b9fed62d94f83280e3b87d88e3719cc0024638461b3" |
| 4595 | dependencies = [ |
| 4596 | "allocative", |
| 4597 | "annotate-snippets", |
| 4598 | "anyhow", |
| 4599 | "derivative", |
| 4600 | "derive_more 1.0.0", |
| 4601 | "dupe", |
| 4602 | "lalrpop", |
| 4603 | "lalrpop-util", |
| 4604 | "logos", |
| 4605 | "lsp-types", |
| 4606 | "memchr", |
| 4607 | "num-bigint", |
| 4608 | "num-traits", |
| 4609 | "once_cell", |
| 4610 | "starlark_map", |
| 4611 | "thiserror 1.0.69", |
| 4612 | ] |
| 4613 | |
| 4614 | [[package]] |
| 4615 | name = "static_assertions" |
| 4616 | version = "1.1.0" |
| 4617 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4618 | checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" |
| 4619 | |
| 4620 | [[package]] |
| 4621 | name = "string_cache" |
| 4622 | version = "0.8.9" |
| 4623 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4624 | checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f" |
| 4625 | dependencies = [ |
| 4626 | "new_debug_unreachable", |
| 4627 | "parking_lot", |
| 4628 | "phf_shared", |
| 4629 | "precomputed-hash", |
| 4630 | ] |
| 4631 | |
| 4632 | [[package]] |
| 4633 | name = "strsim" |
| 4634 | version = "0.10.0" |
| 4635 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4636 | checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" |
| 4637 | |
| 4638 | [[package]] |
| 4639 | name = "strsim" |
| 4640 | version = "0.11.1" |
| 4641 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4642 | checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" |
| 4643 | |
| 4644 | [[package]] |
| 4645 | name = "strum" |
| 4646 | version = "0.26.3" |
| 4647 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4648 | checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06" |
| 4649 | dependencies = [ |
| 4650 | "strum_macros 0.26.4", |
| 4651 | ] |
| 4652 | |
| 4653 | [[package]] |
| 4654 | name = "strum" |
| 4655 | version = "0.27.2" |
| 4656 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4657 | checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf" |
| 4658 | dependencies = [ |
| 4659 | "strum_macros 0.27.2", |
| 4660 | ] |
| 4661 | |
| 4662 | [[package]] |
| 4663 | name = "strum_macros" |
| 4664 | version = "0.26.4" |
| 4665 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4666 | checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be" |
| 4667 | dependencies = [ |
| 4668 | "heck", |
| 4669 | "proc-macro2", |
| 4670 | "quote", |
| 4671 | "rustversion", |
| 4672 | "syn 2.0.114", |
| 4673 | ] |
| 4674 | |
| 4675 | [[package]] |
| 4676 | name = "strum_macros" |
| 4677 | version = "0.27.2" |
| 4678 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4679 | checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7" |
| 4680 | dependencies = [ |
| 4681 | "heck", |
| 4682 | "proc-macro2", |
| 4683 | "quote", |
| 4684 | "syn 2.0.114", |
| 4685 | ] |
| 4686 | |
| 4687 | [[package]] |
| 4688 | name = "subtle" |
| 4689 | version = "2.6.1" |
| 4690 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4691 | checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" |
| 4692 | |
| 4693 | [[package]] |
| 4694 | name = "syn" |
| 4695 | version = "1.0.109" |
| 4696 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4697 | checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" |
| 4698 | dependencies = [ |
| 4699 | "proc-macro2", |
| 4700 | "quote", |
| 4701 | "unicode-ident", |
| 4702 | ] |
| 4703 | |
| 4704 | [[package]] |
| 4705 | name = "syn" |
| 4706 | version = "2.0.114" |
| 4707 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4708 | checksum = "d4d107df263a3013ef9b1879b0df87d706ff80f65a86ea879bd9c31f9b307c2a" |
| 4709 | dependencies = [ |
| 4710 | "proc-macro2", |
| 4711 | "quote", |
| 4712 | "unicode-ident", |
| 4713 | ] |
| 4714 | |
| 4715 | [[package]] |
| 4716 | name = "sync_wrapper" |
| 4717 | version = "1.0.2" |
| 4718 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4719 | checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" |
| 4720 | dependencies = [ |
| 4721 | "futures-core", |
| 4722 | ] |
| 4723 | |
| 4724 | [[package]] |
| 4725 | name = "synstructure" |
| 4726 | version = "0.13.2" |
| 4727 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4728 | checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" |
| 4729 | dependencies = [ |
| 4730 | "proc-macro2", |
| 4731 | "quote", |
| 4732 | "syn 2.0.114", |
| 4733 | ] |
| 4734 | |
| 4735 | [[package]] |
| 4736 | name = "tar" |
| 4737 | version = "0.4.45" |
| 4738 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4739 | checksum = "22692a6476a21fa75fdfc11d452fda482af402c008cdbaf3476414e122040973" |
| 4740 | dependencies = [ |
| 4741 | "filetime", |
| 4742 | "libc", |
| 4743 | "xattr", |
| 4744 | ] |
| 4745 | |
| 4746 | [[package]] |
| 4747 | name = "tempfile" |
| 4748 | version = "3.24.0" |
| 4749 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4750 | checksum = "655da9c7eb6305c55742045d5a8d2037996d61d8de95806335c7c86ce0f82e9c" |
| 4751 | dependencies = [ |
| 4752 | "fastrand", |
| 4753 | "getrandom 0.3.4", |
| 4754 | "once_cell", |
| 4755 | "rustix 1.1.3", |
| 4756 | "windows-sys 0.61.2", |
| 4757 | ] |
| 4758 | |
| 4759 | [[package]] |
| 4760 | name = "term" |
| 4761 | version = "0.7.0" |
| 4762 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4763 | checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f" |
| 4764 | dependencies = [ |
| 4765 | "dirs-next", |
| 4766 | "rustversion", |
| 4767 | "winapi", |
| 4768 | ] |
| 4769 | |
| 4770 | [[package]] |
| 4771 | name = "termios" |
| 4772 | version = "0.2.2" |
| 4773 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4774 | checksum = "d5d9cf598a6d7ce700a4e6a9199da127e6819a61e64b68609683cc9a01b5683a" |
| 4775 | dependencies = [ |
| 4776 | "libc", |
| 4777 | ] |
| 4778 | |
| 4779 | [[package]] |
| 4780 | name = "textwrap" |
| 4781 | version = "0.11.0" |
| 4782 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4783 | checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" |
| 4784 | dependencies = [ |
| 4785 | "unicode-width 0.1.14", |
| 4786 | ] |
| 4787 | |
| 4788 | [[package]] |
| 4789 | name = "thiserror" |
| 4790 | version = "1.0.69" |
| 4791 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4792 | checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" |
| 4793 | dependencies = [ |
| 4794 | "thiserror-impl 1.0.69", |
| 4795 | ] |
| 4796 | |
| 4797 | [[package]] |
| 4798 | name = "thiserror" |
| 4799 | version = "2.0.17" |
| 4800 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4801 | checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8" |
| 4802 | dependencies = [ |
| 4803 | "thiserror-impl 2.0.17", |
| 4804 | ] |
| 4805 | |
| 4806 | [[package]] |
| 4807 | name = "thiserror-impl" |
| 4808 | version = "1.0.69" |
| 4809 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4810 | checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" |
| 4811 | dependencies = [ |
| 4812 | "proc-macro2", |
| 4813 | "quote", |
| 4814 | "syn 2.0.114", |
| 4815 | ] |
| 4816 | |
| 4817 | [[package]] |
| 4818 | name = "thiserror-impl" |
| 4819 | version = "2.0.17" |
| 4820 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4821 | checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913" |
| 4822 | dependencies = [ |
| 4823 | "proc-macro2", |
| 4824 | "quote", |
| 4825 | "syn 2.0.114", |
| 4826 | ] |
| 4827 | |
| 4828 | [[package]] |
| 4829 | name = "tiff" |
| 4830 | version = "0.10.3" |
| 4831 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4832 | checksum = "af9605de7fee8d9551863fd692cce7637f548dbd9db9180fcc07ccc6d26c336f" |
| 4833 | dependencies = [ |
| 4834 | "fax", |
| 4835 | "flate2", |
| 4836 | "half", |
| 4837 | "quick-error", |
| 4838 | "weezl", |
| 4839 | "zune-jpeg", |
| 4840 | ] |
| 4841 | |
| 4842 | [[package]] |
| 4843 | name = "time" |
| 4844 | version = "0.3.47" |
| 4845 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4846 | checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c" |
| 4847 | dependencies = [ |
| 4848 | "deranged", |
| 4849 | "itoa", |
| 4850 | "libc", |
| 4851 | "num-conv", |
| 4852 | "num_threads", |
| 4853 | "powerfmt", |
| 4854 | "serde_core", |
| 4855 | "time-core", |
| 4856 | "time-macros", |
| 4857 | ] |
| 4858 | |
| 4859 | [[package]] |
| 4860 | name = "time-core" |
| 4861 | version = "0.1.8" |
| 4862 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4863 | checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca" |
| 4864 | |
| 4865 | [[package]] |
| 4866 | name = "time-macros" |
| 4867 | version = "0.2.27" |
| 4868 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4869 | checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215" |
| 4870 | dependencies = [ |
| 4871 | "num-conv", |
| 4872 | "time-core", |
| 4873 | ] |
| 4874 | |
| 4875 | [[package]] |
| 4876 | name = "tiny-keccak" |
| 4877 | version = "2.0.2" |
| 4878 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4879 | checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237" |
| 4880 | dependencies = [ |
| 4881 | "crunchy", |
| 4882 | ] |
| 4883 | |
| 4884 | [[package]] |
| 4885 | name = "tiny_http" |
| 4886 | version = "0.12.0" |
| 4887 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4888 | checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82" |
| 4889 | dependencies = [ |
| 4890 | "ascii", |
| 4891 | "chunked_transfer", |
| 4892 | "httpdate", |
| 4893 | "log", |
| 4894 | ] |
| 4895 | |
| 4896 | [[package]] |
| 4897 | name = "tinystr" |
| 4898 | version = "0.8.2" |
| 4899 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4900 | checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869" |
| 4901 | dependencies = [ |
| 4902 | "displaydoc", |
| 4903 | "zerovec", |
| 4904 | ] |
| 4905 | |
| 4906 | [[package]] |
| 4907 | name = "tinyvec" |
| 4908 | version = "1.10.0" |
| 4909 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4910 | checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa" |
| 4911 | dependencies = [ |
| 4912 | "tinyvec_macros", |
| 4913 | ] |
| 4914 | |
| 4915 | [[package]] |
| 4916 | name = "tinyvec_macros" |
| 4917 | version = "0.1.1" |
| 4918 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4919 | checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" |
| 4920 | |
| 4921 | [[package]] |
| 4922 | name = "tokio" |
| 4923 | version = "1.49.0" |
| 4924 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4925 | checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86" |
| 4926 | dependencies = [ |
| 4927 | "bytes", |
| 4928 | "libc", |
| 4929 | "mio", |
| 4930 | "parking_lot", |
| 4931 | "pin-project-lite", |
| 4932 | "signal-hook-registry", |
| 4933 | "socket2", |
| 4934 | "tokio-macros", |
| 4935 | "windows-sys 0.61.2", |
| 4936 | ] |
| 4937 | |
| 4938 | [[package]] |
| 4939 | name = "tokio-macros" |
| 4940 | version = "2.6.0" |
| 4941 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4942 | checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5" |
| 4943 | dependencies = [ |
| 4944 | "proc-macro2", |
| 4945 | "quote", |
| 4946 | "syn 2.0.114", |
| 4947 | ] |
| 4948 | |
| 4949 | [[package]] |
| 4950 | name = "tokio-rustls" |
| 4951 | version = "0.26.4" |
| 4952 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4953 | checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61" |
| 4954 | dependencies = [ |
| 4955 | "rustls", |
| 4956 | "tokio", |
| 4957 | ] |
| 4958 | |
| 4959 | [[package]] |
| 4960 | name = "tokio-util" |
| 4961 | version = "0.7.18" |
| 4962 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4963 | checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098" |
| 4964 | dependencies = [ |
| 4965 | "bytes", |
| 4966 | "futures-core", |
| 4967 | "futures-sink", |
| 4968 | "pin-project-lite", |
| 4969 | "tokio", |
| 4970 | ] |
| 4971 | |
| 4972 | [[package]] |
| 4973 | name = "toml" |
| 4974 | version = "0.9.11+spec-1.1.0" |
| 4975 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4976 | checksum = "f3afc9a848309fe1aaffaed6e1546a7a14de1f935dc9d89d32afd9a44bab7c46" |
| 4977 | dependencies = [ |
| 4978 | "indexmap", |
| 4979 | "serde_core", |
| 4980 | "serde_spanned", |
| 4981 | "toml_datetime 0.7.5+spec-1.1.0", |
| 4982 | "toml_parser", |
| 4983 | "toml_writer", |
| 4984 | "winnow 0.7.14", |
| 4985 | ] |
| 4986 | |
| 4987 | [[package]] |
| 4988 | name = "toml" |
| 4989 | version = "1.0.6+spec-1.1.0" |
| 4990 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4991 | checksum = "399b1124a3c9e16766831c6bba21e50192572cdd98706ea114f9502509686ffc" |
| 4992 | dependencies = [ |
| 4993 | "indexmap", |
| 4994 | "serde_core", |
| 4995 | "serde_spanned", |
| 4996 | "toml_datetime 1.1.1+spec-1.1.0", |
| 4997 | "toml_parser", |
| 4998 | "toml_writer", |
| 4999 | "winnow 0.7.14", |
| 5000 | ] |
| 5001 | |
| 5002 | [[package]] |
| 5003 | name = "toml_datetime" |
| 5004 | version = "0.7.5+spec-1.1.0" |
| 5005 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5006 | checksum = "92e1cfed4a3038bc5a127e35a2d360f145e1f4b971b551a2ba5fd7aedf7e1347" |
| 5007 | dependencies = [ |
| 5008 | "serde_core", |
| 5009 | ] |
| 5010 | |
| 5011 | [[package]] |
| 5012 | name = "toml_datetime" |
| 5013 | version = "1.1.1+spec-1.1.0" |
| 5014 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5015 | checksum = "3165f65f62e28e0115a00b2ebdd37eb6f3b641855f9d636d3cd4103767159ad7" |
| 5016 | dependencies = [ |
| 5017 | "serde_core", |
| 5018 | ] |
| 5019 | |
| 5020 | [[package]] |
| 5021 | name = "toml_edit" |
| 5022 | version = "0.23.10+spec-1.0.0" |
| 5023 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5024 | checksum = "84c8b9f757e028cee9fa244aea147aab2a9ec09d5325a9b01e0a49730c2b5269" |
| 5025 | dependencies = [ |
| 5026 | "indexmap", |
| 5027 | "toml_datetime 0.7.5+spec-1.1.0", |
| 5028 | "toml_parser", |
| 5029 | "winnow 0.7.14", |
| 5030 | ] |
| 5031 | |
| 5032 | [[package]] |
| 5033 | name = "toml_parser" |
| 5034 | version = "1.1.2+spec-1.1.0" |
| 5035 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5036 | checksum = "a2abe9b86193656635d2411dc43050282ca48aa31c2451210f4202550afb7526" |
| 5037 | dependencies = [ |
| 5038 | "winnow 1.0.2", |
| 5039 | ] |
| 5040 | |
| 5041 | [[package]] |
| 5042 | name = "toml_writer" |
| 5043 | version = "1.0.6+spec-1.1.0" |
| 5044 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5045 | checksum = "ab16f14aed21ee8bfd8ec22513f7287cd4a91aa92e44edfe2c17ddd004e92607" |
| 5046 | |
| 5047 | [[package]] |
| 5048 | name = "tower" |
| 5049 | version = "0.5.2" |
| 5050 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5051 | checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9" |
| 5052 | dependencies = [ |
| 5053 | "futures-core", |
| 5054 | "futures-util", |
| 5055 | "pin-project-lite", |
| 5056 | "sync_wrapper", |
| 5057 | "tokio", |
| 5058 | "tower-layer", |
| 5059 | "tower-service", |
| 5060 | "tracing", |
| 5061 | ] |
| 5062 | |
| 5063 | [[package]] |
| 5064 | name = "tower-http" |
| 5065 | version = "0.6.8" |
| 5066 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5067 | checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8" |
| 5068 | dependencies = [ |
| 5069 | "bitflags 2.10.0", |
| 5070 | "bytes", |
| 5071 | "futures-util", |
| 5072 | "http", |
| 5073 | "http-body", |
| 5074 | "iri-string", |
| 5075 | "pin-project-lite", |
| 5076 | "tower", |
| 5077 | "tower-layer", |
| 5078 | "tower-service", |
| 5079 | ] |
| 5080 | |
| 5081 | [[package]] |
| 5082 | name = "tower-layer" |
| 5083 | version = "0.3.3" |
| 5084 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5085 | checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" |
| 5086 | |
| 5087 | [[package]] |
| 5088 | name = "tower-service" |
| 5089 | version = "0.3.3" |
| 5090 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5091 | checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" |
| 5092 | |
| 5093 | [[package]] |
| 5094 | name = "tracing" |
| 5095 | version = "0.1.44" |
| 5096 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5097 | checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" |
| 5098 | dependencies = [ |
| 5099 | "log", |
| 5100 | "pin-project-lite", |
| 5101 | "tracing-attributes", |
| 5102 | "tracing-core", |
| 5103 | ] |
| 5104 | |
| 5105 | [[package]] |
| 5106 | name = "tracing-attributes" |
| 5107 | version = "0.1.31" |
| 5108 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5109 | checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" |
| 5110 | dependencies = [ |
| 5111 | "proc-macro2", |
| 5112 | "quote", |
| 5113 | "syn 2.0.114", |
| 5114 | ] |
| 5115 | |
| 5116 | [[package]] |
| 5117 | name = "tracing-core" |
| 5118 | version = "0.1.36" |
| 5119 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5120 | checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" |
| 5121 | dependencies = [ |
| 5122 | "once_cell", |
| 5123 | ] |
| 5124 | |
| 5125 | [[package]] |
| 5126 | name = "try-lock" |
| 5127 | version = "0.2.5" |
| 5128 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5129 | checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" |
| 5130 | |
| 5131 | [[package]] |
| 5132 | name = "type1-encoding-parser" |
| 5133 | version = "0.1.0" |
| 5134 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5135 | checksum = "d3d6cc09e1a99c7e01f2afe4953789311a1c50baebbdac5b477ecf78e2e92a5b" |
| 5136 | dependencies = [ |
| 5137 | "pom", |
| 5138 | ] |
| 5139 | |
| 5140 | [[package]] |
| 5141 | name = "typenum" |
| 5142 | version = "1.20.0" |
| 5143 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5144 | checksum = "40ce102ab67701b8526c123c1bab5cbe42d7040ccfd0f64af1a385808d2f43de" |
| 5145 | |
| 5146 | [[package]] |
| 5147 | name = "uds_windows" |
| 5148 | version = "1.2.1" |
| 5149 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5150 | checksum = "f2f6fb2847f6742cd76af783a2a2c49e9375d0a111c7bef6f71cd9e738c72d6e" |
| 5151 | dependencies = [ |
| 5152 | "memoffset 0.9.1", |
| 5153 | "tempfile", |
| 5154 | "windows-sys 0.61.2", |
| 5155 | ] |
| 5156 | |
| 5157 | [[package]] |
| 5158 | name = "unicase" |
| 5159 | version = "2.9.0" |
| 5160 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5161 | checksum = "dbc4bc3a9f746d862c45cb89d705aa10f187bb96c76001afab07a0d35ce60142" |
| 5162 | |
| 5163 | [[package]] |
| 5164 | name = "unicode-general-category" |
| 5165 | version = "1.1.0" |
| 5166 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5167 | checksum = "0b993bddc193ae5bd0d623b49ec06ac3e9312875fdae725a975c51db1cc1677f" |
| 5168 | |
| 5169 | [[package]] |
| 5170 | name = "unicode-ident" |
| 5171 | version = "1.0.22" |
| 5172 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5173 | checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5" |
| 5174 | |
| 5175 | [[package]] |
| 5176 | name = "unicode-normalization" |
| 5177 | version = "0.1.25" |
| 5178 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5179 | checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8" |
| 5180 | dependencies = [ |
| 5181 | "tinyvec", |
| 5182 | ] |
| 5183 | |
| 5184 | [[package]] |
| 5185 | name = "unicode-segmentation" |
| 5186 | version = "1.12.0" |
| 5187 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5188 | checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" |
| 5189 | |
| 5190 | [[package]] |
| 5191 | name = "unicode-truncate" |
| 5192 | version = "1.1.0" |
| 5193 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5194 | checksum = "b3644627a5af5fa321c95b9b235a72fd24cd29c648c2c379431e6628655627bf" |
| 5195 | dependencies = [ |
| 5196 | "itertools 0.13.0", |
| 5197 | "unicode-segmentation", |
| 5198 | "unicode-width 0.1.14", |
| 5199 | ] |
| 5200 | |
| 5201 | [[package]] |
| 5202 | name = "unicode-truncate" |
| 5203 | version = "2.0.1" |
| 5204 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5205 | checksum = "16b380a1238663e5f8a691f9039c73e1cdae598a30e9855f541d29b08b53e9a5" |
| 5206 | dependencies = [ |
| 5207 | "itertools 0.14.0", |
| 5208 | "unicode-segmentation", |
| 5209 | "unicode-width 0.2.0", |
| 5210 | ] |
| 5211 | |
| 5212 | [[package]] |
| 5213 | name = "unicode-width" |
| 5214 | version = "0.1.14" |
| 5215 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5216 | checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" |
| 5217 | |
| 5218 | [[package]] |
| 5219 | name = "unicode-width" |
| 5220 | version = "0.2.0" |
| 5221 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5222 | checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd" |
| 5223 | |
| 5224 | [[package]] |
| 5225 | name = "unicode-xid" |
| 5226 | version = "0.2.6" |
| 5227 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5228 | checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" |
| 5229 | |
| 5230 | [[package]] |
| 5231 | name = "untrusted" |
| 5232 | version = "0.9.0" |
| 5233 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5234 | checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" |
| 5235 | |
| 5236 | [[package]] |
| 5237 | name = "url" |
| 5238 | version = "2.5.8" |
| 5239 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5240 | checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed" |
| 5241 | dependencies = [ |
| 5242 | "form_urlencoded", |
| 5243 | "idna", |
| 5244 | "percent-encoding", |
| 5245 | "serde", |
| 5246 | "serde_derive", |
| 5247 | ] |
| 5248 | |
| 5249 | [[package]] |
| 5250 | name = "utf8_iter" |
| 5251 | version = "1.0.4" |
| 5252 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5253 | checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" |
| 5254 | |
| 5255 | [[package]] |
| 5256 | name = "utf8parse" |
| 5257 | version = "0.2.2" |
| 5258 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5259 | checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" |
| 5260 | |
| 5261 | [[package]] |
| 5262 | name = "uuid" |
| 5263 | version = "1.19.0" |
| 5264 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5265 | checksum = "e2e054861b4bd027cd373e18e8d8d8e6548085000e41290d95ce0c373a654b4a" |
| 5266 | dependencies = [ |
| 5267 | "getrandom 0.3.4", |
| 5268 | "js-sys", |
| 5269 | "wasm-bindgen", |
| 5270 | ] |
| 5271 | |
| 5272 | [[package]] |
| 5273 | name = "uuid-simd" |
| 5274 | version = "0.8.0" |
| 5275 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5276 | checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8" |
| 5277 | dependencies = [ |
| 5278 | "outref", |
| 5279 | "vsimd", |
| 5280 | ] |
| 5281 | |
| 5282 | [[package]] |
| 5283 | name = "vcpkg" |
| 5284 | version = "0.2.15" |
| 5285 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5286 | checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" |
| 5287 | |
| 5288 | [[package]] |
| 5289 | name = "version_check" |
| 5290 | version = "0.9.5" |
| 5291 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5292 | checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" |
| 5293 | |
| 5294 | [[package]] |
| 5295 | name = "vsimd" |
| 5296 | version = "0.8.0" |
| 5297 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5298 | checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64" |
| 5299 | |
| 5300 | [[package]] |
| 5301 | name = "wait-timeout" |
| 5302 | version = "0.2.1" |
| 5303 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5304 | checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11" |
| 5305 | dependencies = [ |
| 5306 | "libc", |
| 5307 | ] |
| 5308 | |
| 5309 | [[package]] |
| 5310 | name = "walkdir" |
| 5311 | version = "2.5.0" |
| 5312 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5313 | checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" |
| 5314 | dependencies = [ |
| 5315 | "same-file", |
| 5316 | "winapi-util", |
| 5317 | ] |
| 5318 | |
| 5319 | [[package]] |
| 5320 | name = "want" |
| 5321 | version = "0.3.1" |
| 5322 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5323 | checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" |
| 5324 | dependencies = [ |
| 5325 | "try-lock", |
| 5326 | ] |
| 5327 | |
| 5328 | [[package]] |
| 5329 | name = "wasi" |
| 5330 | version = "0.11.1+wasi-snapshot-preview1" |
| 5331 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5332 | checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" |
| 5333 | |
| 5334 | [[package]] |
| 5335 | name = "wasip2" |
| 5336 | version = "1.0.1+wasi-0.2.4" |
| 5337 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5338 | checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7" |
| 5339 | dependencies = [ |
| 5340 | "wit-bindgen", |
| 5341 | ] |
| 5342 | |
| 5343 | [[package]] |
| 5344 | name = "wasm-bindgen" |
| 5345 | version = "0.2.106" |
| 5346 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5347 | checksum = "0d759f433fa64a2d763d1340820e46e111a7a5ab75f993d1852d70b03dbb80fd" |
| 5348 | dependencies = [ |
| 5349 | "cfg-if", |
| 5350 | "once_cell", |
| 5351 | "rustversion", |
| 5352 | "wasm-bindgen-macro", |
| 5353 | "wasm-bindgen-shared", |
| 5354 | ] |
| 5355 | |
| 5356 | [[package]] |
| 5357 | name = "wasm-bindgen-futures" |
| 5358 | version = "0.4.56" |
| 5359 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5360 | checksum = "836d9622d604feee9e5de25ac10e3ea5f2d65b41eac0d9ce72eb5deae707ce7c" |
| 5361 | dependencies = [ |
| 5362 | "cfg-if", |
| 5363 | "js-sys", |
| 5364 | "once_cell", |
| 5365 | "wasm-bindgen", |
| 5366 | "web-sys", |
| 5367 | ] |
| 5368 | |
| 5369 | [[package]] |
| 5370 | name = "wasm-bindgen-macro" |
| 5371 | version = "0.2.106" |
| 5372 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5373 | checksum = "48cb0d2638f8baedbc542ed444afc0644a29166f1595371af4fecf8ce1e7eeb3" |
| 5374 | dependencies = [ |
| 5375 | "quote", |
| 5376 | "wasm-bindgen-macro-support", |
| 5377 | ] |
| 5378 | |
| 5379 | [[package]] |
| 5380 | name = "wasm-bindgen-macro-support" |
| 5381 | version = "0.2.106" |
| 5382 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5383 | checksum = "cefb59d5cd5f92d9dcf80e4683949f15ca4b511f4ac0a6e14d4e1ac60c6ecd40" |
| 5384 | dependencies = [ |
| 5385 | "bumpalo", |
| 5386 | "proc-macro2", |
| 5387 | "quote", |
| 5388 | "syn 2.0.114", |
| 5389 | "wasm-bindgen-shared", |
| 5390 | ] |
| 5391 | |
| 5392 | [[package]] |
| 5393 | name = "wasm-bindgen-shared" |
| 5394 | version = "0.2.106" |
| 5395 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5396 | checksum = "cbc538057e648b67f72a982e708d485b2efa771e1ac05fec311f9f63e5800db4" |
| 5397 | dependencies = [ |
| 5398 | "unicode-ident", |
| 5399 | ] |
| 5400 | |
| 5401 | [[package]] |
| 5402 | name = "wasm-streams" |
| 5403 | version = "0.4.2" |
| 5404 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5405 | checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65" |
| 5406 | dependencies = [ |
| 5407 | "futures-util", |
| 5408 | "js-sys", |
| 5409 | "wasm-bindgen", |
| 5410 | "wasm-bindgen-futures", |
| 5411 | "web-sys", |
| 5412 | ] |
| 5413 | |
| 5414 | [[package]] |
| 5415 | name = "web-sys" |
| 5416 | version = "0.3.83" |
| 5417 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5418 | checksum = "9b32828d774c412041098d182a8b38b16ea816958e07cf40eec2bc080ae137ac" |
| 5419 | dependencies = [ |
| 5420 | "js-sys", |
| 5421 | "wasm-bindgen", |
| 5422 | ] |
| 5423 | |
| 5424 | [[package]] |
| 5425 | name = "web-time" |
| 5426 | version = "1.1.0" |
| 5427 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5428 | checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" |
| 5429 | dependencies = [ |
| 5430 | "js-sys", |
| 5431 | "wasm-bindgen", |
| 5432 | ] |
| 5433 | |
| 5434 | [[package]] |
| 5435 | name = "webpki-root-certs" |
| 5436 | version = "1.0.6" |
| 5437 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5438 | checksum = "804f18a4ac2676ffb4e8b5b5fa9ae38af06df08162314f96a68d2a363e21a8ca" |
| 5439 | dependencies = [ |
| 5440 | "rustls-pki-types", |
| 5441 | ] |
| 5442 | |
| 5443 | [[package]] |
| 5444 | name = "weezl" |
| 5445 | version = "0.1.12" |
| 5446 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5447 | checksum = "a28ac98ddc8b9274cb41bb4d9d4d5c425b6020c50c46f25559911905610b4a88" |
| 5448 | |
| 5449 | [[package]] |
| 5450 | name = "winapi" |
| 5451 | version = "0.3.9" |
| 5452 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5453 | checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
| 5454 | dependencies = [ |
| 5455 | "winapi-i686-pc-windows-gnu", |
| 5456 | "winapi-x86_64-pc-windows-gnu", |
| 5457 | ] |
| 5458 | |
| 5459 | [[package]] |
| 5460 | name = "winapi-i686-pc-windows-gnu" |
| 5461 | version = "0.4.0" |
| 5462 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5463 | checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
| 5464 | |
| 5465 | [[package]] |
| 5466 | name = "winapi-util" |
| 5467 | version = "0.1.11" |
| 5468 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5469 | checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" |
| 5470 | dependencies = [ |
| 5471 | "windows-sys 0.61.2", |
| 5472 | ] |
| 5473 | |
| 5474 | [[package]] |
| 5475 | name = "winapi-x86_64-pc-windows-gnu" |
| 5476 | version = "0.4.0" |
| 5477 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5478 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
| 5479 | |
| 5480 | [[package]] |
| 5481 | name = "windows" |
| 5482 | version = "0.60.0" |
| 5483 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5484 | checksum = "ddf874e74c7a99773e62b1c671427abf01a425e77c3d3fb9fb1e4883ea934529" |
| 5485 | dependencies = [ |
| 5486 | "windows-collections", |
| 5487 | "windows-core 0.60.1", |
| 5488 | "windows-future", |
| 5489 | "windows-link 0.1.3", |
| 5490 | "windows-numerics", |
| 5491 | ] |
| 5492 | |
| 5493 | [[package]] |
| 5494 | name = "windows-collections" |
| 5495 | version = "0.1.1" |
| 5496 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5497 | checksum = "5467f79cc1ba3f52ebb2ed41dbb459b8e7db636cc3429458d9a852e15bc24dec" |
| 5498 | dependencies = [ |
| 5499 | "windows-core 0.60.1", |
| 5500 | ] |
| 5501 | |
| 5502 | [[package]] |
| 5503 | name = "windows-core" |
| 5504 | version = "0.60.1" |
| 5505 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5506 | checksum = "ca21a92a9cae9bf4ccae5cf8368dce0837100ddf6e6d57936749e85f152f6247" |
| 5507 | dependencies = [ |
| 5508 | "windows-implement 0.59.0", |
| 5509 | "windows-interface", |
| 5510 | "windows-link 0.1.3", |
| 5511 | "windows-result 0.3.4", |
| 5512 | "windows-strings 0.3.1", |
| 5513 | ] |
| 5514 | |
| 5515 | [[package]] |
| 5516 | name = "windows-core" |
| 5517 | version = "0.62.2" |
| 5518 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5519 | checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" |
| 5520 | dependencies = [ |
| 5521 | "windows-implement 0.60.2", |
| 5522 | "windows-interface", |
| 5523 | "windows-link 0.2.1", |
| 5524 | "windows-result 0.4.1", |
| 5525 | "windows-strings 0.5.1", |
| 5526 | ] |
| 5527 | |
| 5528 | [[package]] |
| 5529 | name = "windows-future" |
| 5530 | version = "0.1.1" |
| 5531 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5532 | checksum = "a787db4595e7eb80239b74ce8babfb1363d8e343ab072f2ffe901400c03349f0" |
| 5533 | dependencies = [ |
| 5534 | "windows-core 0.60.1", |
| 5535 | "windows-link 0.1.3", |
| 5536 | ] |
| 5537 | |
| 5538 | [[package]] |
| 5539 | name = "windows-implement" |
| 5540 | version = "0.59.0" |
| 5541 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5542 | checksum = "83577b051e2f49a058c308f17f273b570a6a758386fc291b5f6a934dd84e48c1" |
| 5543 | dependencies = [ |
| 5544 | "proc-macro2", |
| 5545 | "quote", |
| 5546 | "syn 2.0.114", |
| 5547 | ] |
| 5548 | |
| 5549 | [[package]] |
| 5550 | name = "windows-implement" |
| 5551 | version = "0.60.2" |
| 5552 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5553 | checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" |
| 5554 | dependencies = [ |
| 5555 | "proc-macro2", |
| 5556 | "quote", |
| 5557 | "syn 2.0.114", |
| 5558 | ] |
| 5559 | |
| 5560 | [[package]] |
| 5561 | name = "windows-interface" |
| 5562 | version = "0.59.3" |
| 5563 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5564 | checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" |
| 5565 | dependencies = [ |
| 5566 | "proc-macro2", |
| 5567 | "quote", |
| 5568 | "syn 2.0.114", |
| 5569 | ] |
| 5570 | |
| 5571 | [[package]] |
| 5572 | name = "windows-link" |
| 5573 | version = "0.1.3" |
| 5574 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5575 | checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" |
| 5576 | |
| 5577 | [[package]] |
| 5578 | name = "windows-link" |
| 5579 | version = "0.2.1" |
| 5580 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5581 | checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" |
| 5582 | |
| 5583 | [[package]] |
| 5584 | name = "windows-numerics" |
| 5585 | version = "0.1.1" |
| 5586 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5587 | checksum = "005dea54e2f6499f2cee279b8f703b3cf3b5734a2d8d21867c8f44003182eeed" |
| 5588 | dependencies = [ |
| 5589 | "windows-core 0.60.1", |
| 5590 | "windows-link 0.1.3", |
| 5591 | ] |
| 5592 | |
| 5593 | [[package]] |
| 5594 | name = "windows-result" |
| 5595 | version = "0.3.4" |
| 5596 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5597 | checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6" |
| 5598 | dependencies = [ |
| 5599 | "windows-link 0.1.3", |
| 5600 | ] |
| 5601 | |
| 5602 | [[package]] |
| 5603 | name = "windows-result" |
| 5604 | version = "0.4.1" |
| 5605 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5606 | checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" |
| 5607 | dependencies = [ |
| 5608 | "windows-link 0.2.1", |
| 5609 | ] |
| 5610 | |
| 5611 | [[package]] |
| 5612 | name = "windows-strings" |
| 5613 | version = "0.3.1" |
| 5614 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5615 | checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319" |
| 5616 | dependencies = [ |
| 5617 | "windows-link 0.1.3", |
| 5618 | ] |
| 5619 | |
| 5620 | [[package]] |
| 5621 | name = "windows-strings" |
| 5622 | version = "0.5.1" |
| 5623 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5624 | checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" |
| 5625 | dependencies = [ |
| 5626 | "windows-link 0.2.1", |
| 5627 | ] |
| 5628 | |
| 5629 | [[package]] |
| 5630 | name = "windows-sys" |
| 5631 | version = "0.45.0" |
| 5632 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5633 | checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" |
| 5634 | dependencies = [ |
| 5635 | "windows-targets 0.42.2", |
| 5636 | ] |
| 5637 | |
| 5638 | [[package]] |
| 5639 | name = "windows-sys" |
| 5640 | version = "0.52.0" |
| 5641 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5642 | checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" |
| 5643 | dependencies = [ |
| 5644 | "windows-targets 0.52.6", |
| 5645 | ] |
| 5646 | |
| 5647 | [[package]] |
| 5648 | name = "windows-sys" |
| 5649 | version = "0.59.0" |
| 5650 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5651 | checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" |
| 5652 | dependencies = [ |
| 5653 | "windows-targets 0.52.6", |
| 5654 | ] |
| 5655 | |
| 5656 | [[package]] |
| 5657 | name = "windows-sys" |
| 5658 | version = "0.60.2" |
| 5659 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5660 | checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" |
| 5661 | dependencies = [ |
| 5662 | "windows-targets 0.53.5", |
| 5663 | ] |
| 5664 | |
| 5665 | [[package]] |
| 5666 | name = "windows-sys" |
| 5667 | version = "0.61.2" |
| 5668 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5669 | checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" |
| 5670 | dependencies = [ |
| 5671 | "windows-link 0.2.1", |
| 5672 | ] |
| 5673 | |
| 5674 | [[package]] |
| 5675 | name = "windows-targets" |
| 5676 | version = "0.42.2" |
| 5677 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5678 | checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" |
| 5679 | dependencies = [ |
| 5680 | "windows_aarch64_gnullvm 0.42.2", |
| 5681 | "windows_aarch64_msvc 0.42.2", |
| 5682 | "windows_i686_gnu 0.42.2", |
| 5683 | "windows_i686_msvc 0.42.2", |
| 5684 | "windows_x86_64_gnu 0.42.2", |
| 5685 | "windows_x86_64_gnullvm 0.42.2", |
| 5686 | "windows_x86_64_msvc 0.42.2", |
| 5687 | ] |
| 5688 | |
| 5689 | [[package]] |
| 5690 | name = "windows-targets" |
| 5691 | version = "0.52.6" |
| 5692 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5693 | checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" |
| 5694 | dependencies = [ |
| 5695 | "windows_aarch64_gnullvm 0.52.6", |
| 5696 | "windows_aarch64_msvc 0.52.6", |
| 5697 | "windows_i686_gnu 0.52.6", |
| 5698 | "windows_i686_gnullvm 0.52.6", |
| 5699 | "windows_i686_msvc 0.52.6", |
| 5700 | "windows_x86_64_gnu 0.52.6", |
| 5701 | "windows_x86_64_gnullvm 0.52.6", |
| 5702 | "windows_x86_64_msvc 0.52.6", |
| 5703 | ] |
| 5704 | |
| 5705 | [[package]] |
| 5706 | name = "windows-targets" |
| 5707 | version = "0.53.5" |
| 5708 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5709 | checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" |
| 5710 | dependencies = [ |
| 5711 | "windows-link 0.2.1", |
| 5712 | "windows_aarch64_gnullvm 0.53.1", |
| 5713 | "windows_aarch64_msvc 0.53.1", |
| 5714 | "windows_i686_gnu 0.53.1", |
| 5715 | "windows_i686_gnullvm 0.53.1", |
| 5716 | "windows_i686_msvc 0.53.1", |
| 5717 | "windows_x86_64_gnu 0.53.1", |
| 5718 | "windows_x86_64_gnullvm 0.53.1", |
| 5719 | "windows_x86_64_msvc 0.53.1", |
| 5720 | ] |
| 5721 | |
| 5722 | [[package]] |
| 5723 | name = "windows_aarch64_gnullvm" |
| 5724 | version = "0.42.2" |
| 5725 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5726 | checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" |
| 5727 | |
| 5728 | [[package]] |
| 5729 | name = "windows_aarch64_gnullvm" |
| 5730 | version = "0.52.6" |
| 5731 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5732 | checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" |
| 5733 | |
| 5734 | [[package]] |
| 5735 | name = "windows_aarch64_gnullvm" |
| 5736 | version = "0.53.1" |
| 5737 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5738 | checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" |
| 5739 | |
| 5740 | [[package]] |
| 5741 | name = "windows_aarch64_msvc" |
| 5742 | version = "0.42.2" |
| 5743 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5744 | checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" |
| 5745 | |
| 5746 | [[package]] |
| 5747 | name = "windows_aarch64_msvc" |
| 5748 | version = "0.52.6" |
| 5749 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5750 | checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" |
| 5751 | |
| 5752 | [[package]] |
| 5753 | name = "windows_aarch64_msvc" |
| 5754 | version = "0.53.1" |
| 5755 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5756 | checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" |
| 5757 | |
| 5758 | [[package]] |
| 5759 | name = "windows_i686_gnu" |
| 5760 | version = "0.42.2" |
| 5761 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5762 | checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" |
| 5763 | |
| 5764 | [[package]] |
| 5765 | name = "windows_i686_gnu" |
| 5766 | version = "0.52.6" |
| 5767 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5768 | checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" |
| 5769 | |
| 5770 | [[package]] |
| 5771 | name = "windows_i686_gnu" |
| 5772 | version = "0.53.1" |
| 5773 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5774 | checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" |
| 5775 | |
| 5776 | [[package]] |
| 5777 | name = "windows_i686_gnullvm" |
| 5778 | version = "0.52.6" |
| 5779 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5780 | checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" |
| 5781 | |
| 5782 | [[package]] |
| 5783 | name = "windows_i686_gnullvm" |
| 5784 | version = "0.53.1" |
| 5785 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5786 | checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" |
| 5787 | |
| 5788 | [[package]] |
| 5789 | name = "windows_i686_msvc" |
| 5790 | version = "0.42.2" |
| 5791 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5792 | checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" |
| 5793 | |
| 5794 | [[package]] |
| 5795 | name = "windows_i686_msvc" |
| 5796 | version = "0.52.6" |
| 5797 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5798 | checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" |
| 5799 | |
| 5800 | [[package]] |
| 5801 | name = "windows_i686_msvc" |
| 5802 | version = "0.53.1" |
| 5803 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5804 | checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" |
| 5805 | |
| 5806 | [[package]] |
| 5807 | name = "windows_x86_64_gnu" |
| 5808 | version = "0.42.2" |
| 5809 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5810 | checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" |
| 5811 | |
| 5812 | [[package]] |
| 5813 | name = "windows_x86_64_gnu" |
| 5814 | version = "0.52.6" |
| 5815 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5816 | checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" |
| 5817 | |
| 5818 | [[package]] |
| 5819 | name = "windows_x86_64_gnu" |
| 5820 | version = "0.53.1" |
| 5821 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5822 | checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" |
| 5823 | |
| 5824 | [[package]] |
| 5825 | name = "windows_x86_64_gnullvm" |
| 5826 | version = "0.42.2" |
| 5827 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5828 | checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" |
| 5829 | |
| 5830 | [[package]] |
| 5831 | name = "windows_x86_64_gnullvm" |
| 5832 | version = "0.52.6" |
| 5833 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5834 | checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" |
| 5835 | |
| 5836 | [[package]] |
| 5837 | name = "windows_x86_64_gnullvm" |
| 5838 | version = "0.53.1" |
| 5839 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5840 | checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" |
| 5841 | |
| 5842 | [[package]] |
| 5843 | name = "windows_x86_64_msvc" |
| 5844 | version = "0.42.2" |
| 5845 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5846 | checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" |
| 5847 | |
| 5848 | [[package]] |
| 5849 | name = "windows_x86_64_msvc" |
| 5850 | version = "0.52.6" |
| 5851 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5852 | checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" |
| 5853 | |
| 5854 | [[package]] |
| 5855 | name = "windows_x86_64_msvc" |
| 5856 | version = "0.53.1" |
| 5857 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5858 | checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" |
| 5859 | |
| 5860 | [[package]] |
| 5861 | name = "winnow" |
| 5862 | version = "0.7.14" |
| 5863 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5864 | checksum = "5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829" |
| 5865 | dependencies = [ |
| 5866 | "memchr", |
| 5867 | ] |
| 5868 | |
| 5869 | [[package]] |
| 5870 | name = "winnow" |
| 5871 | version = "1.0.2" |
| 5872 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5873 | checksum = "2ee1708bef14716a11bae175f579062d4554d95be2c6829f518df847b7b3fdd0" |
| 5874 | |
| 5875 | [[package]] |
| 5876 | name = "winreg" |
| 5877 | version = "0.10.1" |
| 5878 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5879 | checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d" |
| 5880 | dependencies = [ |
| 5881 | "winapi", |
| 5882 | ] |
| 5883 | |
| 5884 | [[package]] |
| 5885 | name = "wiremock" |
| 5886 | version = "0.6.5" |
| 5887 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5888 | checksum = "08db1edfb05d9b3c1542e521aea074442088292f00b5f28e435c714a98f85031" |
| 5889 | dependencies = [ |
| 5890 | "assert-json-diff", |
| 5891 | "base64", |
| 5892 | "deadpool", |
| 5893 | "futures", |
| 5894 | "http", |
| 5895 | "http-body-util", |
| 5896 | "hyper", |
| 5897 | "hyper-util", |
| 5898 | "log", |
| 5899 | "once_cell", |
| 5900 | "regex", |
| 5901 | "serde", |
| 5902 | "serde_json", |
| 5903 | "tokio", |
| 5904 | "url", |
| 5905 | ] |
| 5906 | |
| 5907 | [[package]] |
| 5908 | name = "wit-bindgen" |
| 5909 | version = "0.46.0" |
| 5910 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5911 | checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59" |
| 5912 | |
| 5913 | [[package]] |
| 5914 | name = "writeable" |
| 5915 | version = "0.6.2" |
| 5916 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5917 | checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9" |
| 5918 | |
| 5919 | [[package]] |
| 5920 | name = "x11rb" |
| 5921 | version = "0.13.2" |
| 5922 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5923 | checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414" |
| 5924 | dependencies = [ |
| 5925 | "gethostname", |
| 5926 | "rustix 1.1.3", |
| 5927 | "x11rb-protocol", |
| 5928 | ] |
| 5929 | |
| 5930 | [[package]] |
| 5931 | name = "x11rb-protocol" |
| 5932 | version = "0.13.2" |
| 5933 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5934 | checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd" |
| 5935 | |
| 5936 | [[package]] |
| 5937 | name = "xattr" |
| 5938 | version = "1.6.1" |
| 5939 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5940 | checksum = "32e45ad4206f6d2479085147f02bc2ef834ac85886624a23575ae137c8aa8156" |
| 5941 | dependencies = [ |
| 5942 | "libc", |
| 5943 | "rustix 1.1.3", |
| 5944 | ] |
| 5945 | |
| 5946 | [[package]] |
| 5947 | name = "xdg-home" |
| 5948 | version = "1.3.0" |
| 5949 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5950 | checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6" |
| 5951 | dependencies = [ |
| 5952 | "libc", |
| 5953 | "windows-sys 0.59.0", |
| 5954 | ] |
| 5955 | |
| 5956 | [[package]] |
| 5957 | name = "yansi" |
| 5958 | version = "1.0.1" |
| 5959 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5960 | checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049" |
| 5961 | |
| 5962 | [[package]] |
| 5963 | name = "yoke" |
| 5964 | version = "0.8.1" |
| 5965 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5966 | checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954" |
| 5967 | dependencies = [ |
| 5968 | "stable_deref_trait", |
| 5969 | "yoke-derive", |
| 5970 | "zerofrom", |
| 5971 | ] |
| 5972 | |
| 5973 | [[package]] |
| 5974 | name = "yoke-derive" |
| 5975 | version = "0.8.1" |
| 5976 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5977 | checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d" |
| 5978 | dependencies = [ |
| 5979 | "proc-macro2", |
| 5980 | "quote", |
| 5981 | "syn 2.0.114", |
| 5982 | "synstructure", |
| 5983 | ] |
| 5984 | |
| 5985 | [[package]] |
| 5986 | name = "zbus" |
| 5987 | version = "4.4.0" |
| 5988 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5989 | checksum = "bb97012beadd29e654708a0fdb4c84bc046f537aecfde2c3ee0a9e4b4d48c725" |
| 5990 | dependencies = [ |
| 5991 | "async-broadcast", |
| 5992 | "async-process", |
| 5993 | "async-recursion", |
| 5994 | "async-trait", |
| 5995 | "enumflags2", |
| 5996 | "event-listener", |
| 5997 | "futures-core", |
| 5998 | "futures-sink", |
| 5999 | "futures-util", |
| 6000 | "hex", |
| 6001 | "nix 0.29.0", |
| 6002 | "ordered-stream", |
| 6003 | "rand 0.8.6", |
| 6004 | "serde", |
| 6005 | "serde_repr", |
| 6006 | "sha1", |
| 6007 | "static_assertions", |
| 6008 | "tracing", |
| 6009 | "uds_windows", |
| 6010 | "windows-sys 0.52.0", |
| 6011 | "xdg-home", |
| 6012 | "zbus_macros", |
| 6013 | "zbus_names", |
| 6014 | "zvariant", |
| 6015 | ] |
| 6016 | |
| 6017 | [[package]] |
| 6018 | name = "zbus_macros" |
| 6019 | version = "4.4.0" |
| 6020 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6021 | checksum = "267db9407081e90bbfa46d841d3cbc60f59c0351838c4bc65199ecd79ab1983e" |
| 6022 | dependencies = [ |
| 6023 | "proc-macro-crate", |
| 6024 | "proc-macro2", |
| 6025 | "quote", |
| 6026 | "syn 2.0.114", |
| 6027 | "zvariant_utils", |
| 6028 | ] |
| 6029 | |
| 6030 | [[package]] |
| 6031 | name = "zbus_names" |
| 6032 | version = "3.0.0" |
| 6033 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6034 | checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c" |
| 6035 | dependencies = [ |
| 6036 | "serde", |
| 6037 | "static_assertions", |
| 6038 | "zvariant", |
| 6039 | ] |
| 6040 | |
| 6041 | [[package]] |
| 6042 | name = "zerocopy" |
| 6043 | version = "0.8.33" |
| 6044 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6045 | checksum = "668f5168d10b9ee831de31933dc111a459c97ec93225beb307aed970d1372dfd" |
| 6046 | dependencies = [ |
| 6047 | "zerocopy-derive", |
| 6048 | ] |
| 6049 | |
| 6050 | [[package]] |
| 6051 | name = "zerocopy-derive" |
| 6052 | version = "0.8.33" |
| 6053 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6054 | checksum = "2c7962b26b0a8685668b671ee4b54d007a67d4eaf05fda79ac0ecf41e32270f1" |
| 6055 | dependencies = [ |
| 6056 | "proc-macro2", |
| 6057 | "quote", |
| 6058 | "syn 2.0.114", |
| 6059 | ] |
| 6060 | |
| 6061 | [[package]] |
| 6062 | name = "zerofrom" |
| 6063 | version = "0.1.6" |
| 6064 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6065 | checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" |
| 6066 | dependencies = [ |
| 6067 | "zerofrom-derive", |
| 6068 | ] |
| 6069 | |
| 6070 | [[package]] |
| 6071 | name = "zerofrom-derive" |
| 6072 | version = "0.1.6" |
| 6073 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6074 | checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" |
| 6075 | dependencies = [ |
| 6076 | "proc-macro2", |
| 6077 | "quote", |
| 6078 | "syn 2.0.114", |
| 6079 | "synstructure", |
| 6080 | ] |
| 6081 | |
| 6082 | [[package]] |
| 6083 | name = "zeroize" |
| 6084 | version = "1.8.2" |
| 6085 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6086 | checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0" |
| 6087 | dependencies = [ |
| 6088 | "zeroize_derive", |
| 6089 | ] |
| 6090 | |
| 6091 | [[package]] |
| 6092 | name = "zeroize_derive" |
| 6093 | version = "1.4.3" |
| 6094 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6095 | checksum = "85a5b4158499876c763cb03bc4e49185d3cccbabb15b33c627f7884f43db852e" |
| 6096 | dependencies = [ |
| 6097 | "proc-macro2", |
| 6098 | "quote", |
| 6099 | "syn 2.0.114", |
| 6100 | ] |
| 6101 | |
| 6102 | [[package]] |
| 6103 | name = "zerotrie" |
| 6104 | version = "0.2.3" |
| 6105 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6106 | checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851" |
| 6107 | dependencies = [ |
| 6108 | "displaydoc", |
| 6109 | "yoke", |
| 6110 | "zerofrom", |
| 6111 | ] |
| 6112 | |
| 6113 | [[package]] |
| 6114 | name = "zerovec" |
| 6115 | version = "0.11.5" |
| 6116 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6117 | checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002" |
| 6118 | dependencies = [ |
| 6119 | "yoke", |
| 6120 | "zerofrom", |
| 6121 | "zerovec-derive", |
| 6122 | ] |
| 6123 | |
| 6124 | [[package]] |
| 6125 | name = "zerovec-derive" |
| 6126 | version = "0.11.2" |
| 6127 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6128 | checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3" |
| 6129 | dependencies = [ |
| 6130 | "proc-macro2", |
| 6131 | "quote", |
| 6132 | "syn 2.0.114", |
| 6133 | ] |
| 6134 | |
| 6135 | [[package]] |
| 6136 | name = "zmij" |
| 6137 | version = "1.0.12" |
| 6138 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6139 | checksum = "2fc5a66a20078bf1251bde995aa2fdcc4b800c70b5d92dd2c62abc5c60f679f8" |
| 6140 | |
| 6141 | [[package]] |
| 6142 | name = "zune-core" |
| 6143 | version = "0.4.12" |
| 6144 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6145 | checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a" |
| 6146 | |
| 6147 | [[package]] |
| 6148 | name = "zune-jpeg" |
| 6149 | version = "0.4.21" |
| 6150 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6151 | checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713" |
| 6152 | dependencies = [ |
| 6153 | "zune-core", |
| 6154 | ] |
| 6155 | |
| 6156 | [[package]] |
| 6157 | name = "zvariant" |
| 6158 | version = "4.2.0" |
| 6159 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6160 | checksum = "2084290ab9a1c471c38fc524945837734fbf124487e105daec2bb57fd48c81fe" |
| 6161 | dependencies = [ |
| 6162 | "endi", |
| 6163 | "enumflags2", |
| 6164 | "serde", |
| 6165 | "static_assertions", |
| 6166 | "zvariant_derive", |
| 6167 | ] |
| 6168 | |
| 6169 | [[package]] |
| 6170 | name = "zvariant_derive" |
| 6171 | version = "4.2.0" |
| 6172 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6173 | checksum = "73e2ba546bda683a90652bac4a279bc146adad1386f25379cf73200d2002c449" |
| 6174 | dependencies = [ |
| 6175 | "proc-macro-crate", |
| 6176 | "proc-macro2", |
| 6177 | "quote", |
| 6178 | "syn 2.0.114", |
| 6179 | "zvariant_utils", |
| 6180 | ] |
| 6181 | |
| 6182 | [[package]] |
| 6183 | name = "zvariant_utils" |
| 6184 | version = "2.1.0" |
| 6185 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6186 | checksum = "c51bcff7cc3dbb5055396bcf774748c3dab426b4b8659046963523cee4808340" |
| 6187 | dependencies = [ |
| 6188 | "proc-macro2", |
| 6189 | "quote", |
| 6190 | "syn 2.0.114", |
| 6191 | ] |
| 6192 |