@@ -0,0 +1,1744 @@ |
| 1 | +# This file is automatically @generated by Cargo. |
| 2 | +# It is not intended for manual editing. |
| 3 | +version = 4 |
| 4 | + |
| 5 | +[[package]] |
| 6 | +name = "aho-corasick" |
| 7 | +version = "1.1.4" |
| 8 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 9 | +checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" |
| 10 | +dependencies = [ |
| 11 | + "memchr", |
| 12 | +] |
| 13 | + |
| 14 | +[[package]] |
| 15 | +name = "anstream" |
| 16 | +version = "0.6.21" |
| 17 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 18 | +checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a" |
| 19 | +dependencies = [ |
| 20 | + "anstyle", |
| 21 | + "anstyle-parse", |
| 22 | + "anstyle-query", |
| 23 | + "anstyle-wincon", |
| 24 | + "colorchoice", |
| 25 | + "is_terminal_polyfill", |
| 26 | + "utf8parse", |
| 27 | +] |
| 28 | + |
| 29 | +[[package]] |
| 30 | +name = "anstyle" |
| 31 | +version = "1.0.13" |
| 32 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 33 | +checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78" |
| 34 | + |
| 35 | +[[package]] |
| 36 | +name = "anstyle-parse" |
| 37 | +version = "0.2.7" |
| 38 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 39 | +checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2" |
| 40 | +dependencies = [ |
| 41 | + "utf8parse", |
| 42 | +] |
| 43 | + |
| 44 | +[[package]] |
| 45 | +name = "anstyle-query" |
| 46 | +version = "1.1.5" |
| 47 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 48 | +checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" |
| 49 | +dependencies = [ |
| 50 | + "windows-sys 0.61.2", |
| 51 | +] |
| 52 | + |
| 53 | +[[package]] |
| 54 | +name = "anstyle-wincon" |
| 55 | +version = "3.0.11" |
| 56 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 57 | +checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" |
| 58 | +dependencies = [ |
| 59 | + "anstyle", |
| 60 | + "once_cell_polyfill", |
| 61 | + "windows-sys 0.61.2", |
| 62 | +] |
| 63 | + |
| 64 | +[[package]] |
| 65 | +name = "anyhow" |
| 66 | +version = "1.0.101" |
| 67 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 68 | +checksum = "5f0e0fee31ef5ed1ba1316088939cea399010ed7731dba877ed44aeb407a75ea" |
| 69 | + |
| 70 | +[[package]] |
| 71 | +name = "async-broadcast" |
| 72 | +version = "0.7.2" |
| 73 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 74 | +checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532" |
| 75 | +dependencies = [ |
| 76 | + "event-listener", |
| 77 | + "event-listener-strategy", |
| 78 | + "futures-core", |
| 79 | + "pin-project-lite", |
| 80 | +] |
| 81 | + |
| 82 | +[[package]] |
| 83 | +name = "async-channel" |
| 84 | +version = "2.5.0" |
| 85 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 86 | +checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2" |
| 87 | +dependencies = [ |
| 88 | + "concurrent-queue", |
| 89 | + "event-listener-strategy", |
| 90 | + "futures-core", |
| 91 | + "pin-project-lite", |
| 92 | +] |
| 93 | + |
| 94 | +[[package]] |
| 95 | +name = "async-executor" |
| 96 | +version = "1.13.3" |
| 97 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 98 | +checksum = "497c00e0fd83a72a79a39fcbd8e3e2f055d6f6c7e025f3b3d91f4f8e76527fb8" |
| 99 | +dependencies = [ |
| 100 | + "async-task", |
| 101 | + "concurrent-queue", |
| 102 | + "fastrand", |
| 103 | + "futures-lite", |
| 104 | + "pin-project-lite", |
| 105 | + "slab", |
| 106 | +] |
| 107 | + |
| 108 | +[[package]] |
| 109 | +name = "async-fs" |
| 110 | +version = "2.2.0" |
| 111 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 112 | +checksum = "8034a681df4aed8b8edbd7fbe472401ecf009251c8b40556b304567052e294c5" |
| 113 | +dependencies = [ |
| 114 | + "async-lock", |
| 115 | + "blocking", |
| 116 | + "futures-lite", |
| 117 | +] |
| 118 | + |
| 119 | +[[package]] |
| 120 | +name = "async-io" |
| 121 | +version = "2.6.0" |
| 122 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 123 | +checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc" |
| 124 | +dependencies = [ |
| 125 | + "autocfg", |
| 126 | + "cfg-if", |
| 127 | + "concurrent-queue", |
| 128 | + "futures-io", |
| 129 | + "futures-lite", |
| 130 | + "parking", |
| 131 | + "polling", |
| 132 | + "rustix", |
| 133 | + "slab", |
| 134 | + "windows-sys 0.61.2", |
| 135 | +] |
| 136 | + |
| 137 | +[[package]] |
| 138 | +name = "async-lock" |
| 139 | +version = "3.4.2" |
| 140 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 141 | +checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311" |
| 142 | +dependencies = [ |
| 143 | + "event-listener", |
| 144 | + "event-listener-strategy", |
| 145 | + "pin-project-lite", |
| 146 | +] |
| 147 | + |
| 148 | +[[package]] |
| 149 | +name = "async-process" |
| 150 | +version = "2.5.0" |
| 151 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 152 | +checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75" |
| 153 | +dependencies = [ |
| 154 | + "async-channel", |
| 155 | + "async-io", |
| 156 | + "async-lock", |
| 157 | + "async-signal", |
| 158 | + "async-task", |
| 159 | + "blocking", |
| 160 | + "cfg-if", |
| 161 | + "event-listener", |
| 162 | + "futures-lite", |
| 163 | + "rustix", |
| 164 | +] |
| 165 | + |
| 166 | +[[package]] |
| 167 | +name = "async-recursion" |
| 168 | +version = "1.1.1" |
| 169 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 170 | +checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11" |
| 171 | +dependencies = [ |
| 172 | + "proc-macro2", |
| 173 | + "quote", |
| 174 | + "syn", |
| 175 | +] |
| 176 | + |
| 177 | +[[package]] |
| 178 | +name = "async-signal" |
| 179 | +version = "0.2.13" |
| 180 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 181 | +checksum = "43c070bbf59cd3570b6b2dd54cd772527c7c3620fce8be898406dd3ed6adc64c" |
| 182 | +dependencies = [ |
| 183 | + "async-io", |
| 184 | + "async-lock", |
| 185 | + "atomic-waker", |
| 186 | + "cfg-if", |
| 187 | + "futures-core", |
| 188 | + "futures-io", |
| 189 | + "rustix", |
| 190 | + "signal-hook-registry", |
| 191 | + "slab", |
| 192 | + "windows-sys 0.61.2", |
| 193 | +] |
| 194 | + |
| 195 | +[[package]] |
| 196 | +name = "async-task" |
| 197 | +version = "4.7.1" |
| 198 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 199 | +checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" |
| 200 | + |
| 201 | +[[package]] |
| 202 | +name = "async-trait" |
| 203 | +version = "0.1.89" |
| 204 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 205 | +checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" |
| 206 | +dependencies = [ |
| 207 | + "proc-macro2", |
| 208 | + "quote", |
| 209 | + "syn", |
| 210 | +] |
| 211 | + |
| 212 | +[[package]] |
| 213 | +name = "atomic-waker" |
| 214 | +version = "1.1.2" |
| 215 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 216 | +checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" |
| 217 | + |
| 218 | +[[package]] |
| 219 | +name = "autocfg" |
| 220 | +version = "1.5.0" |
| 221 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 222 | +checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" |
| 223 | + |
| 224 | +[[package]] |
| 225 | +name = "bitflags" |
| 226 | +version = "2.11.0" |
| 227 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 228 | +checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af" |
| 229 | + |
| 230 | +[[package]] |
| 231 | +name = "block-buffer" |
| 232 | +version = "0.10.4" |
| 233 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 234 | +checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" |
| 235 | +dependencies = [ |
| 236 | + "generic-array", |
| 237 | +] |
| 238 | + |
| 239 | +[[package]] |
| 240 | +name = "blocking" |
| 241 | +version = "1.6.2" |
| 242 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 243 | +checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21" |
| 244 | +dependencies = [ |
| 245 | + "async-channel", |
| 246 | + "async-task", |
| 247 | + "futures-io", |
| 248 | + "futures-lite", |
| 249 | + "piper", |
| 250 | +] |
| 251 | + |
| 252 | +[[package]] |
| 253 | +name = "bytes" |
| 254 | +version = "1.11.1" |
| 255 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 256 | +checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" |
| 257 | + |
| 258 | +[[package]] |
| 259 | +name = "cfg-if" |
| 260 | +version = "1.0.4" |
| 261 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 262 | +checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" |
| 263 | + |
| 264 | +[[package]] |
| 265 | +name = "cfg_aliases" |
| 266 | +version = "0.2.1" |
| 267 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 268 | +checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" |
| 269 | + |
| 270 | +[[package]] |
| 271 | +name = "clap" |
| 272 | +version = "4.5.59" |
| 273 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 274 | +checksum = "c5caf74d17c3aec5495110c34cc3f78644bfa89af6c8993ed4de2790e49b6499" |
| 275 | +dependencies = [ |
| 276 | + "clap_builder", |
| 277 | + "clap_derive", |
| 278 | +] |
| 279 | + |
| 280 | +[[package]] |
| 281 | +name = "clap_builder" |
| 282 | +version = "4.5.59" |
| 283 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 284 | +checksum = "370daa45065b80218950227371916a1633217ae42b2715b2287b606dcd618e24" |
| 285 | +dependencies = [ |
| 286 | + "anstream", |
| 287 | + "anstyle", |
| 288 | + "clap_lex", |
| 289 | + "strsim", |
| 290 | +] |
| 291 | + |
| 292 | +[[package]] |
| 293 | +name = "clap_derive" |
| 294 | +version = "4.5.55" |
| 295 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 296 | +checksum = "a92793da1a46a5f2a02a6f4c46c6496b28c43638adea8306fcb0caa1634f24e5" |
| 297 | +dependencies = [ |
| 298 | + "heck", |
| 299 | + "proc-macro2", |
| 300 | + "quote", |
| 301 | + "syn", |
| 302 | +] |
| 303 | + |
| 304 | +[[package]] |
| 305 | +name = "clap_lex" |
| 306 | +version = "1.0.0" |
| 307 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 308 | +checksum = "3a822ea5bc7590f9d40f1ba12c0dc3c2760f3482c6984db1573ad11031420831" |
| 309 | + |
| 310 | +[[package]] |
| 311 | +name = "colorchoice" |
| 312 | +version = "1.0.4" |
| 313 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 314 | +checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" |
| 315 | + |
| 316 | +[[package]] |
| 317 | +name = "concurrent-queue" |
| 318 | +version = "2.5.0" |
| 319 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 320 | +checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" |
| 321 | +dependencies = [ |
| 322 | + "crossbeam-utils", |
| 323 | +] |
| 324 | + |
| 325 | +[[package]] |
| 326 | +name = "cpufeatures" |
| 327 | +version = "0.2.17" |
| 328 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 329 | +checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" |
| 330 | +dependencies = [ |
| 331 | + "libc", |
| 332 | +] |
| 333 | + |
| 334 | +[[package]] |
| 335 | +name = "crossbeam-utils" |
| 336 | +version = "0.8.21" |
| 337 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 338 | +checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" |
| 339 | + |
| 340 | +[[package]] |
| 341 | +name = "crypto-common" |
| 342 | +version = "0.1.7" |
| 343 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 344 | +checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a" |
| 345 | +dependencies = [ |
| 346 | + "generic-array", |
| 347 | + "typenum", |
| 348 | +] |
| 349 | + |
| 350 | +[[package]] |
| 351 | +name = "digest" |
| 352 | +version = "0.10.7" |
| 353 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 354 | +checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" |
| 355 | +dependencies = [ |
| 356 | + "block-buffer", |
| 357 | + "crypto-common", |
| 358 | +] |
| 359 | + |
| 360 | +[[package]] |
| 361 | +name = "dirs" |
| 362 | +version = "5.0.1" |
| 363 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 364 | +checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225" |
| 365 | +dependencies = [ |
| 366 | + "dirs-sys", |
| 367 | +] |
| 368 | + |
| 369 | +[[package]] |
| 370 | +name = "dirs-sys" |
| 371 | +version = "0.4.1" |
| 372 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 373 | +checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" |
| 374 | +dependencies = [ |
| 375 | + "libc", |
| 376 | + "option-ext", |
| 377 | + "redox_users", |
| 378 | + "windows-sys 0.48.0", |
| 379 | +] |
| 380 | + |
| 381 | +[[package]] |
| 382 | +name = "endi" |
| 383 | +version = "1.1.1" |
| 384 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 385 | +checksum = "66b7e2430c6dff6a955451e2cfc438f09cea1965a9d6f87f7e3b90decc014099" |
| 386 | + |
| 387 | +[[package]] |
| 388 | +name = "enumflags2" |
| 389 | +version = "0.7.12" |
| 390 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 391 | +checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef" |
| 392 | +dependencies = [ |
| 393 | + "enumflags2_derive", |
| 394 | + "serde", |
| 395 | +] |
| 396 | + |
| 397 | +[[package]] |
| 398 | +name = "enumflags2_derive" |
| 399 | +version = "0.7.12" |
| 400 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 401 | +checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827" |
| 402 | +dependencies = [ |
| 403 | + "proc-macro2", |
| 404 | + "quote", |
| 405 | + "syn", |
| 406 | +] |
| 407 | + |
| 408 | +[[package]] |
| 409 | +name = "equivalent" |
| 410 | +version = "1.0.2" |
| 411 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 412 | +checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" |
| 413 | + |
| 414 | +[[package]] |
| 415 | +name = "errno" |
| 416 | +version = "0.3.14" |
| 417 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 418 | +checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" |
| 419 | +dependencies = [ |
| 420 | + "libc", |
| 421 | + "windows-sys 0.61.2", |
| 422 | +] |
| 423 | + |
| 424 | +[[package]] |
| 425 | +name = "event-listener" |
| 426 | +version = "5.4.1" |
| 427 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 428 | +checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab" |
| 429 | +dependencies = [ |
| 430 | + "concurrent-queue", |
| 431 | + "parking", |
| 432 | + "pin-project-lite", |
| 433 | +] |
| 434 | + |
| 435 | +[[package]] |
| 436 | +name = "event-listener-strategy" |
| 437 | +version = "0.5.4" |
| 438 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 439 | +checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93" |
| 440 | +dependencies = [ |
| 441 | + "event-listener", |
| 442 | + "pin-project-lite", |
| 443 | +] |
| 444 | + |
| 445 | +[[package]] |
| 446 | +name = "fastrand" |
| 447 | +version = "2.3.0" |
| 448 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 449 | +checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" |
| 450 | + |
| 451 | +[[package]] |
| 452 | +name = "futures-core" |
| 453 | +version = "0.3.32" |
| 454 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 455 | +checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d" |
| 456 | + |
| 457 | +[[package]] |
| 458 | +name = "futures-io" |
| 459 | +version = "0.3.32" |
| 460 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 461 | +checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718" |
| 462 | + |
| 463 | +[[package]] |
| 464 | +name = "futures-lite" |
| 465 | +version = "2.6.1" |
| 466 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 467 | +checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad" |
| 468 | +dependencies = [ |
| 469 | + "fastrand", |
| 470 | + "futures-core", |
| 471 | + "futures-io", |
| 472 | + "parking", |
| 473 | + "pin-project-lite", |
| 474 | +] |
| 475 | + |
| 476 | +[[package]] |
| 477 | +name = "futures-sink" |
| 478 | +version = "0.3.31" |
| 479 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 480 | +checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" |
| 481 | + |
| 482 | +[[package]] |
| 483 | +name = "futures-task" |
| 484 | +version = "0.3.32" |
| 485 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 486 | +checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393" |
| 487 | + |
| 488 | +[[package]] |
| 489 | +name = "futures-util" |
| 490 | +version = "0.3.31" |
| 491 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 492 | +checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" |
| 493 | +dependencies = [ |
| 494 | + "futures-core", |
| 495 | + "futures-io", |
| 496 | + "futures-sink", |
| 497 | + "futures-task", |
| 498 | + "memchr", |
| 499 | + "pin-project-lite", |
| 500 | + "pin-utils", |
| 501 | + "slab", |
| 502 | +] |
| 503 | + |
| 504 | +[[package]] |
| 505 | +name = "garcard" |
| 506 | +version = "0.1.0" |
| 507 | +dependencies = [ |
| 508 | + "anyhow", |
| 509 | + "clap", |
| 510 | + "dirs", |
| 511 | + "garcard-ipc", |
| 512 | + "nix", |
| 513 | + "serde", |
| 514 | + "serde_json", |
| 515 | + "tokio", |
| 516 | + "toml", |
| 517 | + "tracing", |
| 518 | + "tracing-subscriber", |
| 519 | + "zbus", |
| 520 | +] |
| 521 | + |
| 522 | +[[package]] |
| 523 | +name = "garcard-ipc" |
| 524 | +version = "0.1.0" |
| 525 | +dependencies = [ |
| 526 | + "serde", |
| 527 | + "serde_json", |
| 528 | +] |
| 529 | + |
| 530 | +[[package]] |
| 531 | +name = "garcardctl" |
| 532 | +version = "0.1.0" |
| 533 | +dependencies = [ |
| 534 | + "anyhow", |
| 535 | + "clap", |
| 536 | + "garcard-ipc", |
| 537 | + "serde_json", |
| 538 | +] |
| 539 | + |
| 540 | +[[package]] |
| 541 | +name = "generic-array" |
| 542 | +version = "0.14.7" |
| 543 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 544 | +checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" |
| 545 | +dependencies = [ |
| 546 | + "typenum", |
| 547 | + "version_check", |
| 548 | +] |
| 549 | + |
| 550 | +[[package]] |
| 551 | +name = "getrandom" |
| 552 | +version = "0.2.17" |
| 553 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 554 | +checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" |
| 555 | +dependencies = [ |
| 556 | + "cfg-if", |
| 557 | + "libc", |
| 558 | + "wasi", |
| 559 | +] |
| 560 | + |
| 561 | +[[package]] |
| 562 | +name = "getrandom" |
| 563 | +version = "0.3.4" |
| 564 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 565 | +checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" |
| 566 | +dependencies = [ |
| 567 | + "cfg-if", |
| 568 | + "libc", |
| 569 | + "r-efi", |
| 570 | + "wasip2", |
| 571 | +] |
| 572 | + |
| 573 | +[[package]] |
| 574 | +name = "hashbrown" |
| 575 | +version = "0.16.1" |
| 576 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 577 | +checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" |
| 578 | + |
| 579 | +[[package]] |
| 580 | +name = "heck" |
| 581 | +version = "0.5.0" |
| 582 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 583 | +checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
| 584 | + |
| 585 | +[[package]] |
| 586 | +name = "hermit-abi" |
| 587 | +version = "0.5.2" |
| 588 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 589 | +checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" |
| 590 | + |
| 591 | +[[package]] |
| 592 | +name = "hex" |
| 593 | +version = "0.4.3" |
| 594 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 595 | +checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" |
| 596 | + |
| 597 | +[[package]] |
| 598 | +name = "indexmap" |
| 599 | +version = "2.13.0" |
| 600 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 601 | +checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017" |
| 602 | +dependencies = [ |
| 603 | + "equivalent", |
| 604 | + "hashbrown", |
| 605 | +] |
| 606 | + |
| 607 | +[[package]] |
| 608 | +name = "is_terminal_polyfill" |
| 609 | +version = "1.70.2" |
| 610 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 611 | +checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695" |
| 612 | + |
| 613 | +[[package]] |
| 614 | +name = "itoa" |
| 615 | +version = "1.0.17" |
| 616 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 617 | +checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2" |
| 618 | + |
| 619 | +[[package]] |
| 620 | +name = "lazy_static" |
| 621 | +version = "1.5.0" |
| 622 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 623 | +checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" |
| 624 | + |
| 625 | +[[package]] |
| 626 | +name = "libc" |
| 627 | +version = "0.2.182" |
| 628 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 629 | +checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112" |
| 630 | + |
| 631 | +[[package]] |
| 632 | +name = "libredox" |
| 633 | +version = "0.1.12" |
| 634 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 635 | +checksum = "3d0b95e02c851351f877147b7deea7b1afb1df71b63aa5f8270716e0c5720616" |
| 636 | +dependencies = [ |
| 637 | + "bitflags", |
| 638 | + "libc", |
| 639 | +] |
| 640 | + |
| 641 | +[[package]] |
| 642 | +name = "linux-raw-sys" |
| 643 | +version = "0.11.0" |
| 644 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 645 | +checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039" |
| 646 | + |
| 647 | +[[package]] |
| 648 | +name = "lock_api" |
| 649 | +version = "0.4.14" |
| 650 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 651 | +checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" |
| 652 | +dependencies = [ |
| 653 | + "scopeguard", |
| 654 | +] |
| 655 | + |
| 656 | +[[package]] |
| 657 | +name = "log" |
| 658 | +version = "0.4.29" |
| 659 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 660 | +checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" |
| 661 | + |
| 662 | +[[package]] |
| 663 | +name = "matchers" |
| 664 | +version = "0.2.0" |
| 665 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 666 | +checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9" |
| 667 | +dependencies = [ |
| 668 | + "regex-automata", |
| 669 | +] |
| 670 | + |
| 671 | +[[package]] |
| 672 | +name = "memchr" |
| 673 | +version = "2.8.0" |
| 674 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 675 | +checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" |
| 676 | + |
| 677 | +[[package]] |
| 678 | +name = "memoffset" |
| 679 | +version = "0.9.1" |
| 680 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 681 | +checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" |
| 682 | +dependencies = [ |
| 683 | + "autocfg", |
| 684 | +] |
| 685 | + |
| 686 | +[[package]] |
| 687 | +name = "mio" |
| 688 | +version = "1.1.1" |
| 689 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 690 | +checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc" |
| 691 | +dependencies = [ |
| 692 | + "libc", |
| 693 | + "wasi", |
| 694 | + "windows-sys 0.61.2", |
| 695 | +] |
| 696 | + |
| 697 | +[[package]] |
| 698 | +name = "nix" |
| 699 | +version = "0.29.0" |
| 700 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 701 | +checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" |
| 702 | +dependencies = [ |
| 703 | + "bitflags", |
| 704 | + "cfg-if", |
| 705 | + "cfg_aliases", |
| 706 | + "libc", |
| 707 | + "memoffset", |
| 708 | +] |
| 709 | + |
| 710 | +[[package]] |
| 711 | +name = "nu-ansi-term" |
| 712 | +version = "0.50.3" |
| 713 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 714 | +checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" |
| 715 | +dependencies = [ |
| 716 | + "windows-sys 0.61.2", |
| 717 | +] |
| 718 | + |
| 719 | +[[package]] |
| 720 | +name = "once_cell" |
| 721 | +version = "1.21.3" |
| 722 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 723 | +checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" |
| 724 | + |
| 725 | +[[package]] |
| 726 | +name = "once_cell_polyfill" |
| 727 | +version = "1.70.2" |
| 728 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 729 | +checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" |
| 730 | + |
| 731 | +[[package]] |
| 732 | +name = "option-ext" |
| 733 | +version = "0.2.0" |
| 734 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 735 | +checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" |
| 736 | + |
| 737 | +[[package]] |
| 738 | +name = "ordered-stream" |
| 739 | +version = "0.2.0" |
| 740 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 741 | +checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50" |
| 742 | +dependencies = [ |
| 743 | + "futures-core", |
| 744 | + "pin-project-lite", |
| 745 | +] |
| 746 | + |
| 747 | +[[package]] |
| 748 | +name = "parking" |
| 749 | +version = "2.2.1" |
| 750 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 751 | +checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" |
| 752 | + |
| 753 | +[[package]] |
| 754 | +name = "parking_lot" |
| 755 | +version = "0.12.5" |
| 756 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 757 | +checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" |
| 758 | +dependencies = [ |
| 759 | + "lock_api", |
| 760 | + "parking_lot_core", |
| 761 | +] |
| 762 | + |
| 763 | +[[package]] |
| 764 | +name = "parking_lot_core" |
| 765 | +version = "0.9.12" |
| 766 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 767 | +checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" |
| 768 | +dependencies = [ |
| 769 | + "cfg-if", |
| 770 | + "libc", |
| 771 | + "redox_syscall", |
| 772 | + "smallvec", |
| 773 | + "windows-link", |
| 774 | +] |
| 775 | + |
| 776 | +[[package]] |
| 777 | +name = "pin-project-lite" |
| 778 | +version = "0.2.16" |
| 779 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 780 | +checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" |
| 781 | + |
| 782 | +[[package]] |
| 783 | +name = "pin-utils" |
| 784 | +version = "0.1.0" |
| 785 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 786 | +checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" |
| 787 | + |
| 788 | +[[package]] |
| 789 | +name = "piper" |
| 790 | +version = "0.2.4" |
| 791 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 792 | +checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066" |
| 793 | +dependencies = [ |
| 794 | + "atomic-waker", |
| 795 | + "fastrand", |
| 796 | + "futures-io", |
| 797 | +] |
| 798 | + |
| 799 | +[[package]] |
| 800 | +name = "polling" |
| 801 | +version = "3.11.0" |
| 802 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 803 | +checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218" |
| 804 | +dependencies = [ |
| 805 | + "cfg-if", |
| 806 | + "concurrent-queue", |
| 807 | + "hermit-abi", |
| 808 | + "pin-project-lite", |
| 809 | + "rustix", |
| 810 | + "windows-sys 0.61.2", |
| 811 | +] |
| 812 | + |
| 813 | +[[package]] |
| 814 | +name = "ppv-lite86" |
| 815 | +version = "0.2.21" |
| 816 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 817 | +checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" |
| 818 | +dependencies = [ |
| 819 | + "zerocopy", |
| 820 | +] |
| 821 | + |
| 822 | +[[package]] |
| 823 | +name = "proc-macro-crate" |
| 824 | +version = "3.4.0" |
| 825 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 826 | +checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983" |
| 827 | +dependencies = [ |
| 828 | + "toml_edit 0.23.10+spec-1.0.0", |
| 829 | +] |
| 830 | + |
| 831 | +[[package]] |
| 832 | +name = "proc-macro2" |
| 833 | +version = "1.0.106" |
| 834 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 835 | +checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" |
| 836 | +dependencies = [ |
| 837 | + "unicode-ident", |
| 838 | +] |
| 839 | + |
| 840 | +[[package]] |
| 841 | +name = "quote" |
| 842 | +version = "1.0.44" |
| 843 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 844 | +checksum = "21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4" |
| 845 | +dependencies = [ |
| 846 | + "proc-macro2", |
| 847 | +] |
| 848 | + |
| 849 | +[[package]] |
| 850 | +name = "r-efi" |
| 851 | +version = "5.3.0" |
| 852 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 853 | +checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" |
| 854 | + |
| 855 | +[[package]] |
| 856 | +name = "rand" |
| 857 | +version = "0.8.5" |
| 858 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 859 | +checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" |
| 860 | +dependencies = [ |
| 861 | + "libc", |
| 862 | + "rand_chacha", |
| 863 | + "rand_core", |
| 864 | +] |
| 865 | + |
| 866 | +[[package]] |
| 867 | +name = "rand_chacha" |
| 868 | +version = "0.3.1" |
| 869 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 870 | +checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" |
| 871 | +dependencies = [ |
| 872 | + "ppv-lite86", |
| 873 | + "rand_core", |
| 874 | +] |
| 875 | + |
| 876 | +[[package]] |
| 877 | +name = "rand_core" |
| 878 | +version = "0.6.4" |
| 879 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 880 | +checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" |
| 881 | +dependencies = [ |
| 882 | + "getrandom 0.2.17", |
| 883 | +] |
| 884 | + |
| 885 | +[[package]] |
| 886 | +name = "redox_syscall" |
| 887 | +version = "0.5.18" |
| 888 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 889 | +checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" |
| 890 | +dependencies = [ |
| 891 | + "bitflags", |
| 892 | +] |
| 893 | + |
| 894 | +[[package]] |
| 895 | +name = "redox_users" |
| 896 | +version = "0.4.6" |
| 897 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 898 | +checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" |
| 899 | +dependencies = [ |
| 900 | + "getrandom 0.2.17", |
| 901 | + "libredox", |
| 902 | + "thiserror", |
| 903 | +] |
| 904 | + |
| 905 | +[[package]] |
| 906 | +name = "regex-automata" |
| 907 | +version = "0.4.14" |
| 908 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 909 | +checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f" |
| 910 | +dependencies = [ |
| 911 | + "aho-corasick", |
| 912 | + "memchr", |
| 913 | + "regex-syntax", |
| 914 | +] |
| 915 | + |
| 916 | +[[package]] |
| 917 | +name = "regex-syntax" |
| 918 | +version = "0.8.9" |
| 919 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 920 | +checksum = "a96887878f22d7bad8a3b6dc5b7440e0ada9a245242924394987b21cf2210a4c" |
| 921 | + |
| 922 | +[[package]] |
| 923 | +name = "rustix" |
| 924 | +version = "1.1.3" |
| 925 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 926 | +checksum = "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34" |
| 927 | +dependencies = [ |
| 928 | + "bitflags", |
| 929 | + "errno", |
| 930 | + "libc", |
| 931 | + "linux-raw-sys", |
| 932 | + "windows-sys 0.61.2", |
| 933 | +] |
| 934 | + |
| 935 | +[[package]] |
| 936 | +name = "scopeguard" |
| 937 | +version = "1.2.0" |
| 938 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 939 | +checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" |
| 940 | + |
| 941 | +[[package]] |
| 942 | +name = "serde" |
| 943 | +version = "1.0.228" |
| 944 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 945 | +checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" |
| 946 | +dependencies = [ |
| 947 | + "serde_core", |
| 948 | + "serde_derive", |
| 949 | +] |
| 950 | + |
| 951 | +[[package]] |
| 952 | +name = "serde_core" |
| 953 | +version = "1.0.228" |
| 954 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 955 | +checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" |
| 956 | +dependencies = [ |
| 957 | + "serde_derive", |
| 958 | +] |
| 959 | + |
| 960 | +[[package]] |
| 961 | +name = "serde_derive" |
| 962 | +version = "1.0.228" |
| 963 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 964 | +checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" |
| 965 | +dependencies = [ |
| 966 | + "proc-macro2", |
| 967 | + "quote", |
| 968 | + "syn", |
| 969 | +] |
| 970 | + |
| 971 | +[[package]] |
| 972 | +name = "serde_json" |
| 973 | +version = "1.0.149" |
| 974 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 975 | +checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" |
| 976 | +dependencies = [ |
| 977 | + "itoa", |
| 978 | + "memchr", |
| 979 | + "serde", |
| 980 | + "serde_core", |
| 981 | + "zmij", |
| 982 | +] |
| 983 | + |
| 984 | +[[package]] |
| 985 | +name = "serde_repr" |
| 986 | +version = "0.1.20" |
| 987 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 988 | +checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c" |
| 989 | +dependencies = [ |
| 990 | + "proc-macro2", |
| 991 | + "quote", |
| 992 | + "syn", |
| 993 | +] |
| 994 | + |
| 995 | +[[package]] |
| 996 | +name = "serde_spanned" |
| 997 | +version = "0.6.9" |
| 998 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 999 | +checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3" |
| 1000 | +dependencies = [ |
| 1001 | + "serde", |
| 1002 | +] |
| 1003 | + |
| 1004 | +[[package]] |
| 1005 | +name = "sha1" |
| 1006 | +version = "0.10.6" |
| 1007 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1008 | +checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" |
| 1009 | +dependencies = [ |
| 1010 | + "cfg-if", |
| 1011 | + "cpufeatures", |
| 1012 | + "digest", |
| 1013 | +] |
| 1014 | + |
| 1015 | +[[package]] |
| 1016 | +name = "sharded-slab" |
| 1017 | +version = "0.1.7" |
| 1018 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1019 | +checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" |
| 1020 | +dependencies = [ |
| 1021 | + "lazy_static", |
| 1022 | +] |
| 1023 | + |
| 1024 | +[[package]] |
| 1025 | +name = "signal-hook-registry" |
| 1026 | +version = "1.4.8" |
| 1027 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1028 | +checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b" |
| 1029 | +dependencies = [ |
| 1030 | + "errno", |
| 1031 | + "libc", |
| 1032 | +] |
| 1033 | + |
| 1034 | +[[package]] |
| 1035 | +name = "slab" |
| 1036 | +version = "0.4.12" |
| 1037 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1038 | +checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" |
| 1039 | + |
| 1040 | +[[package]] |
| 1041 | +name = "smallvec" |
| 1042 | +version = "1.15.1" |
| 1043 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1044 | +checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" |
| 1045 | + |
| 1046 | +[[package]] |
| 1047 | +name = "socket2" |
| 1048 | +version = "0.6.2" |
| 1049 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1050 | +checksum = "86f4aa3ad99f2088c990dfa82d367e19cb29268ed67c574d10d0a4bfe71f07e0" |
| 1051 | +dependencies = [ |
| 1052 | + "libc", |
| 1053 | + "windows-sys 0.60.2", |
| 1054 | +] |
| 1055 | + |
| 1056 | +[[package]] |
| 1057 | +name = "static_assertions" |
| 1058 | +version = "1.1.0" |
| 1059 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1060 | +checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" |
| 1061 | + |
| 1062 | +[[package]] |
| 1063 | +name = "strsim" |
| 1064 | +version = "0.11.1" |
| 1065 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1066 | +checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" |
| 1067 | + |
| 1068 | +[[package]] |
| 1069 | +name = "syn" |
| 1070 | +version = "2.0.116" |
| 1071 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1072 | +checksum = "3df424c70518695237746f84cede799c9c58fcb37450d7b23716568cc8bc69cb" |
| 1073 | +dependencies = [ |
| 1074 | + "proc-macro2", |
| 1075 | + "quote", |
| 1076 | + "unicode-ident", |
| 1077 | +] |
| 1078 | + |
| 1079 | +[[package]] |
| 1080 | +name = "tempfile" |
| 1081 | +version = "3.24.0" |
| 1082 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1083 | +checksum = "655da9c7eb6305c55742045d5a8d2037996d61d8de95806335c7c86ce0f82e9c" |
| 1084 | +dependencies = [ |
| 1085 | + "fastrand", |
| 1086 | + "getrandom 0.3.4", |
| 1087 | + "once_cell", |
| 1088 | + "rustix", |
| 1089 | + "windows-sys 0.61.2", |
| 1090 | +] |
| 1091 | + |
| 1092 | +[[package]] |
| 1093 | +name = "thiserror" |
| 1094 | +version = "1.0.69" |
| 1095 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1096 | +checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" |
| 1097 | +dependencies = [ |
| 1098 | + "thiserror-impl", |
| 1099 | +] |
| 1100 | + |
| 1101 | +[[package]] |
| 1102 | +name = "thiserror-impl" |
| 1103 | +version = "1.0.69" |
| 1104 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1105 | +checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" |
| 1106 | +dependencies = [ |
| 1107 | + "proc-macro2", |
| 1108 | + "quote", |
| 1109 | + "syn", |
| 1110 | +] |
| 1111 | + |
| 1112 | +[[package]] |
| 1113 | +name = "thread_local" |
| 1114 | +version = "1.1.9" |
| 1115 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1116 | +checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" |
| 1117 | +dependencies = [ |
| 1118 | + "cfg-if", |
| 1119 | +] |
| 1120 | + |
| 1121 | +[[package]] |
| 1122 | +name = "tokio" |
| 1123 | +version = "1.49.0" |
| 1124 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1125 | +checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86" |
| 1126 | +dependencies = [ |
| 1127 | + "bytes", |
| 1128 | + "libc", |
| 1129 | + "mio", |
| 1130 | + "parking_lot", |
| 1131 | + "pin-project-lite", |
| 1132 | + "signal-hook-registry", |
| 1133 | + "socket2", |
| 1134 | + "tokio-macros", |
| 1135 | + "windows-sys 0.61.2", |
| 1136 | +] |
| 1137 | + |
| 1138 | +[[package]] |
| 1139 | +name = "tokio-macros" |
| 1140 | +version = "2.6.0" |
| 1141 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1142 | +checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5" |
| 1143 | +dependencies = [ |
| 1144 | + "proc-macro2", |
| 1145 | + "quote", |
| 1146 | + "syn", |
| 1147 | +] |
| 1148 | + |
| 1149 | +[[package]] |
| 1150 | +name = "toml" |
| 1151 | +version = "0.8.23" |
| 1152 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1153 | +checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362" |
| 1154 | +dependencies = [ |
| 1155 | + "serde", |
| 1156 | + "serde_spanned", |
| 1157 | + "toml_datetime 0.6.11", |
| 1158 | + "toml_edit 0.22.27", |
| 1159 | +] |
| 1160 | + |
| 1161 | +[[package]] |
| 1162 | +name = "toml_datetime" |
| 1163 | +version = "0.6.11" |
| 1164 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1165 | +checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c" |
| 1166 | +dependencies = [ |
| 1167 | + "serde", |
| 1168 | +] |
| 1169 | + |
| 1170 | +[[package]] |
| 1171 | +name = "toml_datetime" |
| 1172 | +version = "0.7.5+spec-1.1.0" |
| 1173 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1174 | +checksum = "92e1cfed4a3038bc5a127e35a2d360f145e1f4b971b551a2ba5fd7aedf7e1347" |
| 1175 | +dependencies = [ |
| 1176 | + "serde_core", |
| 1177 | +] |
| 1178 | + |
| 1179 | +[[package]] |
| 1180 | +name = "toml_edit" |
| 1181 | +version = "0.22.27" |
| 1182 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1183 | +checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a" |
| 1184 | +dependencies = [ |
| 1185 | + "indexmap", |
| 1186 | + "serde", |
| 1187 | + "serde_spanned", |
| 1188 | + "toml_datetime 0.6.11", |
| 1189 | + "toml_write", |
| 1190 | + "winnow", |
| 1191 | +] |
| 1192 | + |
| 1193 | +[[package]] |
| 1194 | +name = "toml_edit" |
| 1195 | +version = "0.23.10+spec-1.0.0" |
| 1196 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1197 | +checksum = "84c8b9f757e028cee9fa244aea147aab2a9ec09d5325a9b01e0a49730c2b5269" |
| 1198 | +dependencies = [ |
| 1199 | + "indexmap", |
| 1200 | + "toml_datetime 0.7.5+spec-1.1.0", |
| 1201 | + "toml_parser", |
| 1202 | + "winnow", |
| 1203 | +] |
| 1204 | + |
| 1205 | +[[package]] |
| 1206 | +name = "toml_parser" |
| 1207 | +version = "1.0.9+spec-1.1.0" |
| 1208 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1209 | +checksum = "702d4415e08923e7e1ef96cd5727c0dfed80b4d2fa25db9647fe5eb6f7c5a4c4" |
| 1210 | +dependencies = [ |
| 1211 | + "winnow", |
| 1212 | +] |
| 1213 | + |
| 1214 | +[[package]] |
| 1215 | +name = "toml_write" |
| 1216 | +version = "0.1.2" |
| 1217 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1218 | +checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801" |
| 1219 | + |
| 1220 | +[[package]] |
| 1221 | +name = "tracing" |
| 1222 | +version = "0.1.44" |
| 1223 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1224 | +checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" |
| 1225 | +dependencies = [ |
| 1226 | + "pin-project-lite", |
| 1227 | + "tracing-attributes", |
| 1228 | + "tracing-core", |
| 1229 | +] |
| 1230 | + |
| 1231 | +[[package]] |
| 1232 | +name = "tracing-attributes" |
| 1233 | +version = "0.1.31" |
| 1234 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1235 | +checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" |
| 1236 | +dependencies = [ |
| 1237 | + "proc-macro2", |
| 1238 | + "quote", |
| 1239 | + "syn", |
| 1240 | +] |
| 1241 | + |
| 1242 | +[[package]] |
| 1243 | +name = "tracing-core" |
| 1244 | +version = "0.1.36" |
| 1245 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1246 | +checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" |
| 1247 | +dependencies = [ |
| 1248 | + "once_cell", |
| 1249 | + "valuable", |
| 1250 | +] |
| 1251 | + |
| 1252 | +[[package]] |
| 1253 | +name = "tracing-log" |
| 1254 | +version = "0.2.0" |
| 1255 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1256 | +checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" |
| 1257 | +dependencies = [ |
| 1258 | + "log", |
| 1259 | + "once_cell", |
| 1260 | + "tracing-core", |
| 1261 | +] |
| 1262 | + |
| 1263 | +[[package]] |
| 1264 | +name = "tracing-subscriber" |
| 1265 | +version = "0.3.22" |
| 1266 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1267 | +checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e" |
| 1268 | +dependencies = [ |
| 1269 | + "matchers", |
| 1270 | + "nu-ansi-term", |
| 1271 | + "once_cell", |
| 1272 | + "regex-automata", |
| 1273 | + "sharded-slab", |
| 1274 | + "smallvec", |
| 1275 | + "thread_local", |
| 1276 | + "tracing", |
| 1277 | + "tracing-core", |
| 1278 | + "tracing-log", |
| 1279 | +] |
| 1280 | + |
| 1281 | +[[package]] |
| 1282 | +name = "typenum" |
| 1283 | +version = "1.19.0" |
| 1284 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1285 | +checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb" |
| 1286 | + |
| 1287 | +[[package]] |
| 1288 | +name = "uds_windows" |
| 1289 | +version = "1.1.0" |
| 1290 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1291 | +checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9" |
| 1292 | +dependencies = [ |
| 1293 | + "memoffset", |
| 1294 | + "tempfile", |
| 1295 | + "winapi", |
| 1296 | +] |
| 1297 | + |
| 1298 | +[[package]] |
| 1299 | +name = "unicode-ident" |
| 1300 | +version = "1.0.24" |
| 1301 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1302 | +checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" |
| 1303 | + |
| 1304 | +[[package]] |
| 1305 | +name = "utf8parse" |
| 1306 | +version = "0.2.2" |
| 1307 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1308 | +checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" |
| 1309 | + |
| 1310 | +[[package]] |
| 1311 | +name = "valuable" |
| 1312 | +version = "0.1.1" |
| 1313 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1314 | +checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" |
| 1315 | + |
| 1316 | +[[package]] |
| 1317 | +name = "version_check" |
| 1318 | +version = "0.9.5" |
| 1319 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1320 | +checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" |
| 1321 | + |
| 1322 | +[[package]] |
| 1323 | +name = "wasi" |
| 1324 | +version = "0.11.1+wasi-snapshot-preview1" |
| 1325 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1326 | +checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" |
| 1327 | + |
| 1328 | +[[package]] |
| 1329 | +name = "wasip2" |
| 1330 | +version = "1.0.1+wasi-0.2.4" |
| 1331 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1332 | +checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7" |
| 1333 | +dependencies = [ |
| 1334 | + "wit-bindgen", |
| 1335 | +] |
| 1336 | + |
| 1337 | +[[package]] |
| 1338 | +name = "winapi" |
| 1339 | +version = "0.3.9" |
| 1340 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1341 | +checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
| 1342 | +dependencies = [ |
| 1343 | + "winapi-i686-pc-windows-gnu", |
| 1344 | + "winapi-x86_64-pc-windows-gnu", |
| 1345 | +] |
| 1346 | + |
| 1347 | +[[package]] |
| 1348 | +name = "winapi-i686-pc-windows-gnu" |
| 1349 | +version = "0.4.0" |
| 1350 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1351 | +checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
| 1352 | + |
| 1353 | +[[package]] |
| 1354 | +name = "winapi-x86_64-pc-windows-gnu" |
| 1355 | +version = "0.4.0" |
| 1356 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1357 | +checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
| 1358 | + |
| 1359 | +[[package]] |
| 1360 | +name = "windows-link" |
| 1361 | +version = "0.2.1" |
| 1362 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1363 | +checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" |
| 1364 | + |
| 1365 | +[[package]] |
| 1366 | +name = "windows-sys" |
| 1367 | +version = "0.48.0" |
| 1368 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1369 | +checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" |
| 1370 | +dependencies = [ |
| 1371 | + "windows-targets 0.48.5", |
| 1372 | +] |
| 1373 | + |
| 1374 | +[[package]] |
| 1375 | +name = "windows-sys" |
| 1376 | +version = "0.52.0" |
| 1377 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1378 | +checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" |
| 1379 | +dependencies = [ |
| 1380 | + "windows-targets 0.52.6", |
| 1381 | +] |
| 1382 | + |
| 1383 | +[[package]] |
| 1384 | +name = "windows-sys" |
| 1385 | +version = "0.59.0" |
| 1386 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1387 | +checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" |
| 1388 | +dependencies = [ |
| 1389 | + "windows-targets 0.52.6", |
| 1390 | +] |
| 1391 | + |
| 1392 | +[[package]] |
| 1393 | +name = "windows-sys" |
| 1394 | +version = "0.60.2" |
| 1395 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1396 | +checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" |
| 1397 | +dependencies = [ |
| 1398 | + "windows-targets 0.53.5", |
| 1399 | +] |
| 1400 | + |
| 1401 | +[[package]] |
| 1402 | +name = "windows-sys" |
| 1403 | +version = "0.61.2" |
| 1404 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1405 | +checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" |
| 1406 | +dependencies = [ |
| 1407 | + "windows-link", |
| 1408 | +] |
| 1409 | + |
| 1410 | +[[package]] |
| 1411 | +name = "windows-targets" |
| 1412 | +version = "0.48.5" |
| 1413 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1414 | +checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" |
| 1415 | +dependencies = [ |
| 1416 | + "windows_aarch64_gnullvm 0.48.5", |
| 1417 | + "windows_aarch64_msvc 0.48.5", |
| 1418 | + "windows_i686_gnu 0.48.5", |
| 1419 | + "windows_i686_msvc 0.48.5", |
| 1420 | + "windows_x86_64_gnu 0.48.5", |
| 1421 | + "windows_x86_64_gnullvm 0.48.5", |
| 1422 | + "windows_x86_64_msvc 0.48.5", |
| 1423 | +] |
| 1424 | + |
| 1425 | +[[package]] |
| 1426 | +name = "windows-targets" |
| 1427 | +version = "0.52.6" |
| 1428 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1429 | +checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" |
| 1430 | +dependencies = [ |
| 1431 | + "windows_aarch64_gnullvm 0.52.6", |
| 1432 | + "windows_aarch64_msvc 0.52.6", |
| 1433 | + "windows_i686_gnu 0.52.6", |
| 1434 | + "windows_i686_gnullvm 0.52.6", |
| 1435 | + "windows_i686_msvc 0.52.6", |
| 1436 | + "windows_x86_64_gnu 0.52.6", |
| 1437 | + "windows_x86_64_gnullvm 0.52.6", |
| 1438 | + "windows_x86_64_msvc 0.52.6", |
| 1439 | +] |
| 1440 | + |
| 1441 | +[[package]] |
| 1442 | +name = "windows-targets" |
| 1443 | +version = "0.53.5" |
| 1444 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1445 | +checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" |
| 1446 | +dependencies = [ |
| 1447 | + "windows-link", |
| 1448 | + "windows_aarch64_gnullvm 0.53.1", |
| 1449 | + "windows_aarch64_msvc 0.53.1", |
| 1450 | + "windows_i686_gnu 0.53.1", |
| 1451 | + "windows_i686_gnullvm 0.53.1", |
| 1452 | + "windows_i686_msvc 0.53.1", |
| 1453 | + "windows_x86_64_gnu 0.53.1", |
| 1454 | + "windows_x86_64_gnullvm 0.53.1", |
| 1455 | + "windows_x86_64_msvc 0.53.1", |
| 1456 | +] |
| 1457 | + |
| 1458 | +[[package]] |
| 1459 | +name = "windows_aarch64_gnullvm" |
| 1460 | +version = "0.48.5" |
| 1461 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1462 | +checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" |
| 1463 | + |
| 1464 | +[[package]] |
| 1465 | +name = "windows_aarch64_gnullvm" |
| 1466 | +version = "0.52.6" |
| 1467 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1468 | +checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" |
| 1469 | + |
| 1470 | +[[package]] |
| 1471 | +name = "windows_aarch64_gnullvm" |
| 1472 | +version = "0.53.1" |
| 1473 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1474 | +checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" |
| 1475 | + |
| 1476 | +[[package]] |
| 1477 | +name = "windows_aarch64_msvc" |
| 1478 | +version = "0.48.5" |
| 1479 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1480 | +checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" |
| 1481 | + |
| 1482 | +[[package]] |
| 1483 | +name = "windows_aarch64_msvc" |
| 1484 | +version = "0.52.6" |
| 1485 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1486 | +checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" |
| 1487 | + |
| 1488 | +[[package]] |
| 1489 | +name = "windows_aarch64_msvc" |
| 1490 | +version = "0.53.1" |
| 1491 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1492 | +checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" |
| 1493 | + |
| 1494 | +[[package]] |
| 1495 | +name = "windows_i686_gnu" |
| 1496 | +version = "0.48.5" |
| 1497 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1498 | +checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" |
| 1499 | + |
| 1500 | +[[package]] |
| 1501 | +name = "windows_i686_gnu" |
| 1502 | +version = "0.52.6" |
| 1503 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1504 | +checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" |
| 1505 | + |
| 1506 | +[[package]] |
| 1507 | +name = "windows_i686_gnu" |
| 1508 | +version = "0.53.1" |
| 1509 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1510 | +checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" |
| 1511 | + |
| 1512 | +[[package]] |
| 1513 | +name = "windows_i686_gnullvm" |
| 1514 | +version = "0.52.6" |
| 1515 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1516 | +checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" |
| 1517 | + |
| 1518 | +[[package]] |
| 1519 | +name = "windows_i686_gnullvm" |
| 1520 | +version = "0.53.1" |
| 1521 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1522 | +checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" |
| 1523 | + |
| 1524 | +[[package]] |
| 1525 | +name = "windows_i686_msvc" |
| 1526 | +version = "0.48.5" |
| 1527 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1528 | +checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" |
| 1529 | + |
| 1530 | +[[package]] |
| 1531 | +name = "windows_i686_msvc" |
| 1532 | +version = "0.52.6" |
| 1533 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1534 | +checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" |
| 1535 | + |
| 1536 | +[[package]] |
| 1537 | +name = "windows_i686_msvc" |
| 1538 | +version = "0.53.1" |
| 1539 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1540 | +checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" |
| 1541 | + |
| 1542 | +[[package]] |
| 1543 | +name = "windows_x86_64_gnu" |
| 1544 | +version = "0.48.5" |
| 1545 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1546 | +checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" |
| 1547 | + |
| 1548 | +[[package]] |
| 1549 | +name = "windows_x86_64_gnu" |
| 1550 | +version = "0.52.6" |
| 1551 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1552 | +checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" |
| 1553 | + |
| 1554 | +[[package]] |
| 1555 | +name = "windows_x86_64_gnu" |
| 1556 | +version = "0.53.1" |
| 1557 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1558 | +checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" |
| 1559 | + |
| 1560 | +[[package]] |
| 1561 | +name = "windows_x86_64_gnullvm" |
| 1562 | +version = "0.48.5" |
| 1563 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1564 | +checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" |
| 1565 | + |
| 1566 | +[[package]] |
| 1567 | +name = "windows_x86_64_gnullvm" |
| 1568 | +version = "0.52.6" |
| 1569 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1570 | +checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" |
| 1571 | + |
| 1572 | +[[package]] |
| 1573 | +name = "windows_x86_64_gnullvm" |
| 1574 | +version = "0.53.1" |
| 1575 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1576 | +checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" |
| 1577 | + |
| 1578 | +[[package]] |
| 1579 | +name = "windows_x86_64_msvc" |
| 1580 | +version = "0.48.5" |
| 1581 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1582 | +checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" |
| 1583 | + |
| 1584 | +[[package]] |
| 1585 | +name = "windows_x86_64_msvc" |
| 1586 | +version = "0.52.6" |
| 1587 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1588 | +checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" |
| 1589 | + |
| 1590 | +[[package]] |
| 1591 | +name = "windows_x86_64_msvc" |
| 1592 | +version = "0.53.1" |
| 1593 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1594 | +checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" |
| 1595 | + |
| 1596 | +[[package]] |
| 1597 | +name = "winnow" |
| 1598 | +version = "0.7.14" |
| 1599 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1600 | +checksum = "5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829" |
| 1601 | +dependencies = [ |
| 1602 | + "memchr", |
| 1603 | +] |
| 1604 | + |
| 1605 | +[[package]] |
| 1606 | +name = "wit-bindgen" |
| 1607 | +version = "0.46.0" |
| 1608 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1609 | +checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59" |
| 1610 | + |
| 1611 | +[[package]] |
| 1612 | +name = "xdg-home" |
| 1613 | +version = "1.3.0" |
| 1614 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1615 | +checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6" |
| 1616 | +dependencies = [ |
| 1617 | + "libc", |
| 1618 | + "windows-sys 0.59.0", |
| 1619 | +] |
| 1620 | + |
| 1621 | +[[package]] |
| 1622 | +name = "zbus" |
| 1623 | +version = "4.4.0" |
| 1624 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1625 | +checksum = "bb97012beadd29e654708a0fdb4c84bc046f537aecfde2c3ee0a9e4b4d48c725" |
| 1626 | +dependencies = [ |
| 1627 | + "async-broadcast", |
| 1628 | + "async-executor", |
| 1629 | + "async-fs", |
| 1630 | + "async-io", |
| 1631 | + "async-lock", |
| 1632 | + "async-process", |
| 1633 | + "async-recursion", |
| 1634 | + "async-task", |
| 1635 | + "async-trait", |
| 1636 | + "blocking", |
| 1637 | + "enumflags2", |
| 1638 | + "event-listener", |
| 1639 | + "futures-core", |
| 1640 | + "futures-sink", |
| 1641 | + "futures-util", |
| 1642 | + "hex", |
| 1643 | + "nix", |
| 1644 | + "ordered-stream", |
| 1645 | + "rand", |
| 1646 | + "serde", |
| 1647 | + "serde_repr", |
| 1648 | + "sha1", |
| 1649 | + "static_assertions", |
| 1650 | + "tracing", |
| 1651 | + "uds_windows", |
| 1652 | + "windows-sys 0.52.0", |
| 1653 | + "xdg-home", |
| 1654 | + "zbus_macros", |
| 1655 | + "zbus_names", |
| 1656 | + "zvariant", |
| 1657 | +] |
| 1658 | + |
| 1659 | +[[package]] |
| 1660 | +name = "zbus_macros" |
| 1661 | +version = "4.4.0" |
| 1662 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1663 | +checksum = "267db9407081e90bbfa46d841d3cbc60f59c0351838c4bc65199ecd79ab1983e" |
| 1664 | +dependencies = [ |
| 1665 | + "proc-macro-crate", |
| 1666 | + "proc-macro2", |
| 1667 | + "quote", |
| 1668 | + "syn", |
| 1669 | + "zvariant_utils", |
| 1670 | +] |
| 1671 | + |
| 1672 | +[[package]] |
| 1673 | +name = "zbus_names" |
| 1674 | +version = "3.0.0" |
| 1675 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1676 | +checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c" |
| 1677 | +dependencies = [ |
| 1678 | + "serde", |
| 1679 | + "static_assertions", |
| 1680 | + "zvariant", |
| 1681 | +] |
| 1682 | + |
| 1683 | +[[package]] |
| 1684 | +name = "zerocopy" |
| 1685 | +version = "0.8.39" |
| 1686 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1687 | +checksum = "db6d35d663eadb6c932438e763b262fe1a70987f9ae936e60158176d710cae4a" |
| 1688 | +dependencies = [ |
| 1689 | + "zerocopy-derive", |
| 1690 | +] |
| 1691 | + |
| 1692 | +[[package]] |
| 1693 | +name = "zerocopy-derive" |
| 1694 | +version = "0.8.39" |
| 1695 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1696 | +checksum = "4122cd3169e94605190e77839c9a40d40ed048d305bfdc146e7df40ab0f3e517" |
| 1697 | +dependencies = [ |
| 1698 | + "proc-macro2", |
| 1699 | + "quote", |
| 1700 | + "syn", |
| 1701 | +] |
| 1702 | + |
| 1703 | +[[package]] |
| 1704 | +name = "zmij" |
| 1705 | +version = "1.0.21" |
| 1706 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1707 | +checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa" |
| 1708 | + |
| 1709 | +[[package]] |
| 1710 | +name = "zvariant" |
| 1711 | +version = "4.2.0" |
| 1712 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1713 | +checksum = "2084290ab9a1c471c38fc524945837734fbf124487e105daec2bb57fd48c81fe" |
| 1714 | +dependencies = [ |
| 1715 | + "endi", |
| 1716 | + "enumflags2", |
| 1717 | + "serde", |
| 1718 | + "static_assertions", |
| 1719 | + "zvariant_derive", |
| 1720 | +] |
| 1721 | + |
| 1722 | +[[package]] |
| 1723 | +name = "zvariant_derive" |
| 1724 | +version = "4.2.0" |
| 1725 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1726 | +checksum = "73e2ba546bda683a90652bac4a279bc146adad1386f25379cf73200d2002c449" |
| 1727 | +dependencies = [ |
| 1728 | + "proc-macro-crate", |
| 1729 | + "proc-macro2", |
| 1730 | + "quote", |
| 1731 | + "syn", |
| 1732 | + "zvariant_utils", |
| 1733 | +] |
| 1734 | + |
| 1735 | +[[package]] |
| 1736 | +name = "zvariant_utils" |
| 1737 | +version = "2.1.0" |
| 1738 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1739 | +checksum = "c51bcff7cc3dbb5055396bcf774748c3dab426b4b8659046963523cee4808340" |
| 1740 | +dependencies = [ |
| 1741 | + "proc-macro2", |
| 1742 | + "quote", |
| 1743 | + "syn", |
| 1744 | +] |