@@ -0,0 +1,1601 @@ |
| 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.100" |
| 67 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 68 | +checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" |
| 69 | + |
| 70 | +[[package]] |
| 71 | +name = "aws-lc-rs" |
| 72 | +version = "1.15.2" |
| 73 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 74 | +checksum = "6a88aab2464f1f25453baa7a07c84c5b7684e274054ba06817f382357f77a288" |
| 75 | +dependencies = [ |
| 76 | + "aws-lc-sys", |
| 77 | + "zeroize", |
| 78 | +] |
| 79 | + |
| 80 | +[[package]] |
| 81 | +name = "aws-lc-sys" |
| 82 | +version = "0.35.0" |
| 83 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 84 | +checksum = "b45afffdee1e7c9126814751f88dddc747f41d91da16c9551a0f1e8a11e788a1" |
| 85 | +dependencies = [ |
| 86 | + "cc", |
| 87 | + "cmake", |
| 88 | + "dunce", |
| 89 | + "fs_extra", |
| 90 | +] |
| 91 | + |
| 92 | +[[package]] |
| 93 | +name = "base64" |
| 94 | +version = "0.22.1" |
| 95 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 96 | +checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" |
| 97 | + |
| 98 | +[[package]] |
| 99 | +name = "bitflags" |
| 100 | +version = "2.10.0" |
| 101 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 102 | +checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3" |
| 103 | + |
| 104 | +[[package]] |
| 105 | +name = "bytemuck" |
| 106 | +version = "1.24.0" |
| 107 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 108 | +checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4" |
| 109 | +dependencies = [ |
| 110 | + "bytemuck_derive", |
| 111 | +] |
| 112 | + |
| 113 | +[[package]] |
| 114 | +name = "bytemuck_derive" |
| 115 | +version = "1.10.2" |
| 116 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 117 | +checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff" |
| 118 | +dependencies = [ |
| 119 | + "proc-macro2", |
| 120 | + "quote", |
| 121 | + "syn", |
| 122 | +] |
| 123 | + |
| 124 | +[[package]] |
| 125 | +name = "bytes" |
| 126 | +version = "1.11.0" |
| 127 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 128 | +checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3" |
| 129 | + |
| 130 | +[[package]] |
| 131 | +name = "calloop" |
| 132 | +version = "0.13.0" |
| 133 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 134 | +checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec" |
| 135 | +dependencies = [ |
| 136 | + "bitflags", |
| 137 | + "log", |
| 138 | + "polling", |
| 139 | + "rustix 0.38.44", |
| 140 | + "slab", |
| 141 | + "thiserror", |
| 142 | +] |
| 143 | + |
| 144 | +[[package]] |
| 145 | +name = "calloop-wayland-source" |
| 146 | +version = "0.3.0" |
| 147 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 148 | +checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20" |
| 149 | +dependencies = [ |
| 150 | + "calloop", |
| 151 | + "rustix 0.38.44", |
| 152 | + "wayland-backend", |
| 153 | + "wayland-client", |
| 154 | +] |
| 155 | + |
| 156 | +[[package]] |
| 157 | +name = "cc" |
| 158 | +version = "1.2.51" |
| 159 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 160 | +checksum = "7a0aeaff4ff1a90589618835a598e545176939b97874f7abc7851caa0618f203" |
| 161 | +dependencies = [ |
| 162 | + "find-msvc-tools", |
| 163 | + "jobserver", |
| 164 | + "libc", |
| 165 | + "shlex", |
| 166 | +] |
| 167 | + |
| 168 | +[[package]] |
| 169 | +name = "cfg-if" |
| 170 | +version = "1.0.4" |
| 171 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 172 | +checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" |
| 173 | + |
| 174 | +[[package]] |
| 175 | +name = "clap" |
| 176 | +version = "4.5.54" |
| 177 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 178 | +checksum = "c6e6ff9dcd79cff5cd969a17a545d79e84ab086e444102a591e288a8aa3ce394" |
| 179 | +dependencies = [ |
| 180 | + "clap_builder", |
| 181 | + "clap_derive", |
| 182 | +] |
| 183 | + |
| 184 | +[[package]] |
| 185 | +name = "clap_builder" |
| 186 | +version = "4.5.54" |
| 187 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 188 | +checksum = "fa42cf4d2b7a41bc8f663a7cab4031ebafa1bf3875705bfaf8466dc60ab52c00" |
| 189 | +dependencies = [ |
| 190 | + "anstream", |
| 191 | + "anstyle", |
| 192 | + "clap_lex", |
| 193 | + "strsim", |
| 194 | +] |
| 195 | + |
| 196 | +[[package]] |
| 197 | +name = "clap_derive" |
| 198 | +version = "4.5.49" |
| 199 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 200 | +checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671" |
| 201 | +dependencies = [ |
| 202 | + "heck", |
| 203 | + "proc-macro2", |
| 204 | + "quote", |
| 205 | + "syn", |
| 206 | +] |
| 207 | + |
| 208 | +[[package]] |
| 209 | +name = "clap_lex" |
| 210 | +version = "0.7.6" |
| 211 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 212 | +checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d" |
| 213 | + |
| 214 | +[[package]] |
| 215 | +name = "cmake" |
| 216 | +version = "0.1.57" |
| 217 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 218 | +checksum = "75443c44cd6b379beb8c5b45d85d0773baf31cce901fe7bb252f4eff3008ef7d" |
| 219 | +dependencies = [ |
| 220 | + "cc", |
| 221 | +] |
| 222 | + |
| 223 | +[[package]] |
| 224 | +name = "colorchoice" |
| 225 | +version = "1.0.4" |
| 226 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 227 | +checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" |
| 228 | + |
| 229 | +[[package]] |
| 230 | +name = "concurrent-queue" |
| 231 | +version = "2.5.0" |
| 232 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 233 | +checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" |
| 234 | +dependencies = [ |
| 235 | + "crossbeam-utils", |
| 236 | +] |
| 237 | + |
| 238 | +[[package]] |
| 239 | +name = "crossbeam-utils" |
| 240 | +version = "0.8.21" |
| 241 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 242 | +checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" |
| 243 | + |
| 244 | +[[package]] |
| 245 | +name = "cursor-icon" |
| 246 | +version = "1.2.0" |
| 247 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 248 | +checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f" |
| 249 | + |
| 250 | +[[package]] |
| 251 | +name = "deranged" |
| 252 | +version = "0.5.5" |
| 253 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 254 | +checksum = "ececcb659e7ba858fb4f10388c250a7252eb0a27373f1a72b8748afdd248e587" |
| 255 | +dependencies = [ |
| 256 | + "powerfmt", |
| 257 | +] |
| 258 | + |
| 259 | +[[package]] |
| 260 | +name = "dirs" |
| 261 | +version = "5.0.1" |
| 262 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 263 | +checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225" |
| 264 | +dependencies = [ |
| 265 | + "dirs-sys", |
| 266 | +] |
| 267 | + |
| 268 | +[[package]] |
| 269 | +name = "dirs-sys" |
| 270 | +version = "0.4.1" |
| 271 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 272 | +checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" |
| 273 | +dependencies = [ |
| 274 | + "libc", |
| 275 | + "option-ext", |
| 276 | + "redox_users", |
| 277 | + "windows-sys 0.48.0", |
| 278 | +] |
| 279 | + |
| 280 | +[[package]] |
| 281 | +name = "downcast-rs" |
| 282 | +version = "1.2.1" |
| 283 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 284 | +checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2" |
| 285 | + |
| 286 | +[[package]] |
| 287 | +name = "dunce" |
| 288 | +version = "1.0.5" |
| 289 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 290 | +checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" |
| 291 | + |
| 292 | +[[package]] |
| 293 | +name = "equivalent" |
| 294 | +version = "1.0.2" |
| 295 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 296 | +checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" |
| 297 | + |
| 298 | +[[package]] |
| 299 | +name = "errno" |
| 300 | +version = "0.3.14" |
| 301 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 302 | +checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" |
| 303 | +dependencies = [ |
| 304 | + "libc", |
| 305 | + "windows-sys 0.61.2", |
| 306 | +] |
| 307 | + |
| 308 | +[[package]] |
| 309 | +name = "find-msvc-tools" |
| 310 | +version = "0.1.6" |
| 311 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 312 | +checksum = "645cbb3a84e60b7531617d5ae4e57f7e27308f6445f5abf653209ea76dec8dff" |
| 313 | + |
| 314 | +[[package]] |
| 315 | +name = "fs_extra" |
| 316 | +version = "1.3.0" |
| 317 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 318 | +checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c" |
| 319 | + |
| 320 | +[[package]] |
| 321 | +name = "getrandom" |
| 322 | +version = "0.2.16" |
| 323 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 324 | +checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" |
| 325 | +dependencies = [ |
| 326 | + "cfg-if", |
| 327 | + "libc", |
| 328 | + "wasi", |
| 329 | +] |
| 330 | + |
| 331 | +[[package]] |
| 332 | +name = "getrandom" |
| 333 | +version = "0.3.4" |
| 334 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 335 | +checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" |
| 336 | +dependencies = [ |
| 337 | + "cfg-if", |
| 338 | + "libc", |
| 339 | + "r-efi", |
| 340 | + "wasip2", |
| 341 | +] |
| 342 | + |
| 343 | +[[package]] |
| 344 | +name = "hashbrown" |
| 345 | +version = "0.16.1" |
| 346 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 347 | +checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" |
| 348 | + |
| 349 | +[[package]] |
| 350 | +name = "heck" |
| 351 | +version = "0.5.0" |
| 352 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 353 | +checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
| 354 | + |
| 355 | +[[package]] |
| 356 | +name = "hermit-abi" |
| 357 | +version = "0.5.2" |
| 358 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 359 | +checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" |
| 360 | + |
| 361 | +[[package]] |
| 362 | +name = "hostname" |
| 363 | +version = "0.4.2" |
| 364 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 365 | +checksum = "617aaa3557aef3810a6369d0a99fac8a080891b68bd9f9812a1eeda0c0730cbd" |
| 366 | +dependencies = [ |
| 367 | + "cfg-if", |
| 368 | + "libc", |
| 369 | + "windows-link", |
| 370 | +] |
| 371 | + |
| 372 | +[[package]] |
| 373 | +name = "hyprkvm-cli" |
| 374 | +version = "0.1.0" |
| 375 | +dependencies = [ |
| 376 | + "anyhow", |
| 377 | + "clap", |
| 378 | + "hyprkvm-common", |
| 379 | + "serde", |
| 380 | + "serde_json", |
| 381 | + "tokio", |
| 382 | +] |
| 383 | + |
| 384 | +[[package]] |
| 385 | +name = "hyprkvm-common" |
| 386 | +version = "0.1.0" |
| 387 | +dependencies = [ |
| 388 | + "serde", |
| 389 | + "serde_json", |
| 390 | + "thiserror", |
| 391 | +] |
| 392 | + |
| 393 | +[[package]] |
| 394 | +name = "hyprkvm-daemon" |
| 395 | +version = "0.1.0" |
| 396 | +dependencies = [ |
| 397 | + "anyhow", |
| 398 | + "bytes", |
| 399 | + "clap", |
| 400 | + "dirs", |
| 401 | + "hostname", |
| 402 | + "hyprkvm-common", |
| 403 | + "rcgen", |
| 404 | + "rustix 0.38.44", |
| 405 | + "rustls", |
| 406 | + "rustls-pemfile", |
| 407 | + "serde", |
| 408 | + "serde_json", |
| 409 | + "smithay-client-toolkit", |
| 410 | + "thiserror", |
| 411 | + "tokio", |
| 412 | + "tokio-rustls", |
| 413 | + "toml", |
| 414 | + "tracing", |
| 415 | + "tracing-subscriber", |
| 416 | + "wayland-client", |
| 417 | + "wayland-protocols 0.31.2", |
| 418 | + "wayland-protocols-misc", |
| 419 | + "wayland-protocols-wlr", |
| 420 | +] |
| 421 | + |
| 422 | +[[package]] |
| 423 | +name = "indexmap" |
| 424 | +version = "2.12.1" |
| 425 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 426 | +checksum = "0ad4bb2b565bca0645f4d68c5c9af97fba094e9791da685bf83cb5f3ce74acf2" |
| 427 | +dependencies = [ |
| 428 | + "equivalent", |
| 429 | + "hashbrown", |
| 430 | +] |
| 431 | + |
| 432 | +[[package]] |
| 433 | +name = "is_terminal_polyfill" |
| 434 | +version = "1.70.2" |
| 435 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 436 | +checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695" |
| 437 | + |
| 438 | +[[package]] |
| 439 | +name = "itoa" |
| 440 | +version = "1.0.17" |
| 441 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 442 | +checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2" |
| 443 | + |
| 444 | +[[package]] |
| 445 | +name = "jobserver" |
| 446 | +version = "0.1.34" |
| 447 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 448 | +checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33" |
| 449 | +dependencies = [ |
| 450 | + "getrandom 0.3.4", |
| 451 | + "libc", |
| 452 | +] |
| 453 | + |
| 454 | +[[package]] |
| 455 | +name = "lazy_static" |
| 456 | +version = "1.5.0" |
| 457 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 458 | +checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" |
| 459 | + |
| 460 | +[[package]] |
| 461 | +name = "libc" |
| 462 | +version = "0.2.179" |
| 463 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 464 | +checksum = "c5a2d376baa530d1238d133232d15e239abad80d05838b4b59354e5268af431f" |
| 465 | + |
| 466 | +[[package]] |
| 467 | +name = "libredox" |
| 468 | +version = "0.1.12" |
| 469 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 470 | +checksum = "3d0b95e02c851351f877147b7deea7b1afb1df71b63aa5f8270716e0c5720616" |
| 471 | +dependencies = [ |
| 472 | + "bitflags", |
| 473 | + "libc", |
| 474 | +] |
| 475 | + |
| 476 | +[[package]] |
| 477 | +name = "linux-raw-sys" |
| 478 | +version = "0.4.15" |
| 479 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 480 | +checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" |
| 481 | + |
| 482 | +[[package]] |
| 483 | +name = "linux-raw-sys" |
| 484 | +version = "0.11.0" |
| 485 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 486 | +checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039" |
| 487 | + |
| 488 | +[[package]] |
| 489 | +name = "lock_api" |
| 490 | +version = "0.4.14" |
| 491 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 492 | +checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" |
| 493 | +dependencies = [ |
| 494 | + "scopeguard", |
| 495 | +] |
| 496 | + |
| 497 | +[[package]] |
| 498 | +name = "log" |
| 499 | +version = "0.4.29" |
| 500 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 501 | +checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" |
| 502 | + |
| 503 | +[[package]] |
| 504 | +name = "matchers" |
| 505 | +version = "0.2.0" |
| 506 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 507 | +checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9" |
| 508 | +dependencies = [ |
| 509 | + "regex-automata", |
| 510 | +] |
| 511 | + |
| 512 | +[[package]] |
| 513 | +name = "memchr" |
| 514 | +version = "2.7.6" |
| 515 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 516 | +checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273" |
| 517 | + |
| 518 | +[[package]] |
| 519 | +name = "memmap2" |
| 520 | +version = "0.8.0" |
| 521 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 522 | +checksum = "43a5a03cefb0d953ec0be133036f14e109412fa594edc2f77227249db66cc3ed" |
| 523 | +dependencies = [ |
| 524 | + "libc", |
| 525 | +] |
| 526 | + |
| 527 | +[[package]] |
| 528 | +name = "memmap2" |
| 529 | +version = "0.9.9" |
| 530 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 531 | +checksum = "744133e4a0e0a658e1374cf3bf8e415c4052a15a111acd372764c55b4177d490" |
| 532 | +dependencies = [ |
| 533 | + "libc", |
| 534 | +] |
| 535 | + |
| 536 | +[[package]] |
| 537 | +name = "mio" |
| 538 | +version = "1.1.1" |
| 539 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 540 | +checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc" |
| 541 | +dependencies = [ |
| 542 | + "libc", |
| 543 | + "wasi", |
| 544 | + "windows-sys 0.61.2", |
| 545 | +] |
| 546 | + |
| 547 | +[[package]] |
| 548 | +name = "nu-ansi-term" |
| 549 | +version = "0.50.3" |
| 550 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 551 | +checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" |
| 552 | +dependencies = [ |
| 553 | + "windows-sys 0.61.2", |
| 554 | +] |
| 555 | + |
| 556 | +[[package]] |
| 557 | +name = "num-conv" |
| 558 | +version = "0.1.0" |
| 559 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 560 | +checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" |
| 561 | + |
| 562 | +[[package]] |
| 563 | +name = "once_cell" |
| 564 | +version = "1.21.3" |
| 565 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 566 | +checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" |
| 567 | + |
| 568 | +[[package]] |
| 569 | +name = "once_cell_polyfill" |
| 570 | +version = "1.70.2" |
| 571 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 572 | +checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" |
| 573 | + |
| 574 | +[[package]] |
| 575 | +name = "option-ext" |
| 576 | +version = "0.2.0" |
| 577 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 578 | +checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" |
| 579 | + |
| 580 | +[[package]] |
| 581 | +name = "parking_lot" |
| 582 | +version = "0.12.5" |
| 583 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 584 | +checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" |
| 585 | +dependencies = [ |
| 586 | + "lock_api", |
| 587 | + "parking_lot_core", |
| 588 | +] |
| 589 | + |
| 590 | +[[package]] |
| 591 | +name = "parking_lot_core" |
| 592 | +version = "0.9.12" |
| 593 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 594 | +checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" |
| 595 | +dependencies = [ |
| 596 | + "cfg-if", |
| 597 | + "libc", |
| 598 | + "redox_syscall", |
| 599 | + "smallvec", |
| 600 | + "windows-link", |
| 601 | +] |
| 602 | + |
| 603 | +[[package]] |
| 604 | +name = "pem" |
| 605 | +version = "3.0.6" |
| 606 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 607 | +checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be" |
| 608 | +dependencies = [ |
| 609 | + "base64", |
| 610 | + "serde_core", |
| 611 | +] |
| 612 | + |
| 613 | +[[package]] |
| 614 | +name = "pin-project-lite" |
| 615 | +version = "0.2.16" |
| 616 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 617 | +checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" |
| 618 | + |
| 619 | +[[package]] |
| 620 | +name = "pkg-config" |
| 621 | +version = "0.3.32" |
| 622 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 623 | +checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" |
| 624 | + |
| 625 | +[[package]] |
| 626 | +name = "polling" |
| 627 | +version = "3.11.0" |
| 628 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 629 | +checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218" |
| 630 | +dependencies = [ |
| 631 | + "cfg-if", |
| 632 | + "concurrent-queue", |
| 633 | + "hermit-abi", |
| 634 | + "pin-project-lite", |
| 635 | + "rustix 1.1.3", |
| 636 | + "windows-sys 0.61.2", |
| 637 | +] |
| 638 | + |
| 639 | +[[package]] |
| 640 | +name = "powerfmt" |
| 641 | +version = "0.2.0" |
| 642 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 643 | +checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" |
| 644 | + |
| 645 | +[[package]] |
| 646 | +name = "proc-macro2" |
| 647 | +version = "1.0.104" |
| 648 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 649 | +checksum = "9695f8df41bb4f3d222c95a67532365f569318332d03d5f3f67f37b20e6ebdf0" |
| 650 | +dependencies = [ |
| 651 | + "unicode-ident", |
| 652 | +] |
| 653 | + |
| 654 | +[[package]] |
| 655 | +name = "quick-xml" |
| 656 | +version = "0.38.4" |
| 657 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 658 | +checksum = "b66c2058c55a409d601666cffe35f04333cf1013010882cec174a7467cd4e21c" |
| 659 | +dependencies = [ |
| 660 | + "memchr", |
| 661 | +] |
| 662 | + |
| 663 | +[[package]] |
| 664 | +name = "quote" |
| 665 | +version = "1.0.42" |
| 666 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 667 | +checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f" |
| 668 | +dependencies = [ |
| 669 | + "proc-macro2", |
| 670 | +] |
| 671 | + |
| 672 | +[[package]] |
| 673 | +name = "r-efi" |
| 674 | +version = "5.3.0" |
| 675 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 676 | +checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" |
| 677 | + |
| 678 | +[[package]] |
| 679 | +name = "rcgen" |
| 680 | +version = "0.13.2" |
| 681 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 682 | +checksum = "75e669e5202259b5314d1ea5397316ad400819437857b90861765f24c4cf80a2" |
| 683 | +dependencies = [ |
| 684 | + "pem", |
| 685 | + "ring", |
| 686 | + "rustls-pki-types", |
| 687 | + "time", |
| 688 | + "yasna", |
| 689 | +] |
| 690 | + |
| 691 | +[[package]] |
| 692 | +name = "redox_syscall" |
| 693 | +version = "0.5.18" |
| 694 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 695 | +checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" |
| 696 | +dependencies = [ |
| 697 | + "bitflags", |
| 698 | +] |
| 699 | + |
| 700 | +[[package]] |
| 701 | +name = "redox_users" |
| 702 | +version = "0.4.6" |
| 703 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 704 | +checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" |
| 705 | +dependencies = [ |
| 706 | + "getrandom 0.2.16", |
| 707 | + "libredox", |
| 708 | + "thiserror", |
| 709 | +] |
| 710 | + |
| 711 | +[[package]] |
| 712 | +name = "regex-automata" |
| 713 | +version = "0.4.13" |
| 714 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 715 | +checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c" |
| 716 | +dependencies = [ |
| 717 | + "aho-corasick", |
| 718 | + "memchr", |
| 719 | + "regex-syntax", |
| 720 | +] |
| 721 | + |
| 722 | +[[package]] |
| 723 | +name = "regex-syntax" |
| 724 | +version = "0.8.8" |
| 725 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 726 | +checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58" |
| 727 | + |
| 728 | +[[package]] |
| 729 | +name = "ring" |
| 730 | +version = "0.17.14" |
| 731 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 732 | +checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" |
| 733 | +dependencies = [ |
| 734 | + "cc", |
| 735 | + "cfg-if", |
| 736 | + "getrandom 0.2.16", |
| 737 | + "libc", |
| 738 | + "untrusted", |
| 739 | + "windows-sys 0.52.0", |
| 740 | +] |
| 741 | + |
| 742 | +[[package]] |
| 743 | +name = "rustix" |
| 744 | +version = "0.38.44" |
| 745 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 746 | +checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" |
| 747 | +dependencies = [ |
| 748 | + "bitflags", |
| 749 | + "errno", |
| 750 | + "libc", |
| 751 | + "linux-raw-sys 0.4.15", |
| 752 | + "windows-sys 0.52.0", |
| 753 | +] |
| 754 | + |
| 755 | +[[package]] |
| 756 | +name = "rustix" |
| 757 | +version = "1.1.3" |
| 758 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 759 | +checksum = "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34" |
| 760 | +dependencies = [ |
| 761 | + "bitflags", |
| 762 | + "errno", |
| 763 | + "libc", |
| 764 | + "linux-raw-sys 0.11.0", |
| 765 | + "windows-sys 0.61.2", |
| 766 | +] |
| 767 | + |
| 768 | +[[package]] |
| 769 | +name = "rustls" |
| 770 | +version = "0.23.35" |
| 771 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 772 | +checksum = "533f54bc6a7d4f647e46ad909549eda97bf5afc1585190ef692b4286b198bd8f" |
| 773 | +dependencies = [ |
| 774 | + "aws-lc-rs", |
| 775 | + "log", |
| 776 | + "once_cell", |
| 777 | + "rustls-pki-types", |
| 778 | + "rustls-webpki", |
| 779 | + "subtle", |
| 780 | + "zeroize", |
| 781 | +] |
| 782 | + |
| 783 | +[[package]] |
| 784 | +name = "rustls-pemfile" |
| 785 | +version = "2.2.0" |
| 786 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 787 | +checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50" |
| 788 | +dependencies = [ |
| 789 | + "rustls-pki-types", |
| 790 | +] |
| 791 | + |
| 792 | +[[package]] |
| 793 | +name = "rustls-pki-types" |
| 794 | +version = "1.13.2" |
| 795 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 796 | +checksum = "21e6f2ab2928ca4291b86736a8bd920a277a399bba1589409d72154ff87c1282" |
| 797 | +dependencies = [ |
| 798 | + "zeroize", |
| 799 | +] |
| 800 | + |
| 801 | +[[package]] |
| 802 | +name = "rustls-webpki" |
| 803 | +version = "0.103.8" |
| 804 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 805 | +checksum = "2ffdfa2f5286e2247234e03f680868ac2815974dc39e00ea15adc445d0aafe52" |
| 806 | +dependencies = [ |
| 807 | + "aws-lc-rs", |
| 808 | + "ring", |
| 809 | + "rustls-pki-types", |
| 810 | + "untrusted", |
| 811 | +] |
| 812 | + |
| 813 | +[[package]] |
| 814 | +name = "scopeguard" |
| 815 | +version = "1.2.0" |
| 816 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 817 | +checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" |
| 818 | + |
| 819 | +[[package]] |
| 820 | +name = "serde" |
| 821 | +version = "1.0.228" |
| 822 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 823 | +checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" |
| 824 | +dependencies = [ |
| 825 | + "serde_core", |
| 826 | + "serde_derive", |
| 827 | +] |
| 828 | + |
| 829 | +[[package]] |
| 830 | +name = "serde_core" |
| 831 | +version = "1.0.228" |
| 832 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 833 | +checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" |
| 834 | +dependencies = [ |
| 835 | + "serde_derive", |
| 836 | +] |
| 837 | + |
| 838 | +[[package]] |
| 839 | +name = "serde_derive" |
| 840 | +version = "1.0.228" |
| 841 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 842 | +checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" |
| 843 | +dependencies = [ |
| 844 | + "proc-macro2", |
| 845 | + "quote", |
| 846 | + "syn", |
| 847 | +] |
| 848 | + |
| 849 | +[[package]] |
| 850 | +name = "serde_json" |
| 851 | +version = "1.0.148" |
| 852 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 853 | +checksum = "3084b546a1dd6289475996f182a22aba973866ea8e8b02c51d9f46b1336a22da" |
| 854 | +dependencies = [ |
| 855 | + "itoa", |
| 856 | + "memchr", |
| 857 | + "serde", |
| 858 | + "serde_core", |
| 859 | + "zmij", |
| 860 | +] |
| 861 | + |
| 862 | +[[package]] |
| 863 | +name = "serde_spanned" |
| 864 | +version = "0.6.9" |
| 865 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 866 | +checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3" |
| 867 | +dependencies = [ |
| 868 | + "serde", |
| 869 | +] |
| 870 | + |
| 871 | +[[package]] |
| 872 | +name = "sharded-slab" |
| 873 | +version = "0.1.7" |
| 874 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 875 | +checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" |
| 876 | +dependencies = [ |
| 877 | + "lazy_static", |
| 878 | +] |
| 879 | + |
| 880 | +[[package]] |
| 881 | +name = "shlex" |
| 882 | +version = "1.3.0" |
| 883 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 884 | +checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" |
| 885 | + |
| 886 | +[[package]] |
| 887 | +name = "signal-hook-registry" |
| 888 | +version = "1.4.8" |
| 889 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 890 | +checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b" |
| 891 | +dependencies = [ |
| 892 | + "errno", |
| 893 | + "libc", |
| 894 | +] |
| 895 | + |
| 896 | +[[package]] |
| 897 | +name = "slab" |
| 898 | +version = "0.4.11" |
| 899 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 900 | +checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589" |
| 901 | + |
| 902 | +[[package]] |
| 903 | +name = "smallvec" |
| 904 | +version = "1.15.1" |
| 905 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 906 | +checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" |
| 907 | + |
| 908 | +[[package]] |
| 909 | +name = "smithay-client-toolkit" |
| 910 | +version = "0.19.2" |
| 911 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 912 | +checksum = "3457dea1f0eb631b4034d61d4d8c32074caa6cd1ab2d59f2327bd8461e2c0016" |
| 913 | +dependencies = [ |
| 914 | + "bitflags", |
| 915 | + "bytemuck", |
| 916 | + "calloop", |
| 917 | + "calloop-wayland-source", |
| 918 | + "cursor-icon", |
| 919 | + "libc", |
| 920 | + "log", |
| 921 | + "memmap2 0.9.9", |
| 922 | + "pkg-config", |
| 923 | + "rustix 0.38.44", |
| 924 | + "thiserror", |
| 925 | + "wayland-backend", |
| 926 | + "wayland-client", |
| 927 | + "wayland-csd-frame", |
| 928 | + "wayland-cursor", |
| 929 | + "wayland-protocols 0.32.10", |
| 930 | + "wayland-protocols-wlr", |
| 931 | + "wayland-scanner", |
| 932 | + "xkbcommon", |
| 933 | + "xkeysym", |
| 934 | +] |
| 935 | + |
| 936 | +[[package]] |
| 937 | +name = "socket2" |
| 938 | +version = "0.6.1" |
| 939 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 940 | +checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881" |
| 941 | +dependencies = [ |
| 942 | + "libc", |
| 943 | + "windows-sys 0.60.2", |
| 944 | +] |
| 945 | + |
| 946 | +[[package]] |
| 947 | +name = "strsim" |
| 948 | +version = "0.11.1" |
| 949 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 950 | +checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" |
| 951 | + |
| 952 | +[[package]] |
| 953 | +name = "subtle" |
| 954 | +version = "2.6.1" |
| 955 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 956 | +checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" |
| 957 | + |
| 958 | +[[package]] |
| 959 | +name = "syn" |
| 960 | +version = "2.0.113" |
| 961 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 962 | +checksum = "678faa00651c9eb72dd2020cbdf275d92eccb2400d568e419efdd64838145cb4" |
| 963 | +dependencies = [ |
| 964 | + "proc-macro2", |
| 965 | + "quote", |
| 966 | + "unicode-ident", |
| 967 | +] |
| 968 | + |
| 969 | +[[package]] |
| 970 | +name = "thiserror" |
| 971 | +version = "1.0.69" |
| 972 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 973 | +checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" |
| 974 | +dependencies = [ |
| 975 | + "thiserror-impl", |
| 976 | +] |
| 977 | + |
| 978 | +[[package]] |
| 979 | +name = "thiserror-impl" |
| 980 | +version = "1.0.69" |
| 981 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 982 | +checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" |
| 983 | +dependencies = [ |
| 984 | + "proc-macro2", |
| 985 | + "quote", |
| 986 | + "syn", |
| 987 | +] |
| 988 | + |
| 989 | +[[package]] |
| 990 | +name = "thread_local" |
| 991 | +version = "1.1.9" |
| 992 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 993 | +checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" |
| 994 | +dependencies = [ |
| 995 | + "cfg-if", |
| 996 | +] |
| 997 | + |
| 998 | +[[package]] |
| 999 | +name = "time" |
| 1000 | +version = "0.3.44" |
| 1001 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1002 | +checksum = "91e7d9e3bb61134e77bde20dd4825b97c010155709965fedf0f49bb138e52a9d" |
| 1003 | +dependencies = [ |
| 1004 | + "deranged", |
| 1005 | + "num-conv", |
| 1006 | + "powerfmt", |
| 1007 | + "serde", |
| 1008 | + "time-core", |
| 1009 | +] |
| 1010 | + |
| 1011 | +[[package]] |
| 1012 | +name = "time-core" |
| 1013 | +version = "0.1.6" |
| 1014 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1015 | +checksum = "40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b" |
| 1016 | + |
| 1017 | +[[package]] |
| 1018 | +name = "tokio" |
| 1019 | +version = "1.49.0" |
| 1020 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1021 | +checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86" |
| 1022 | +dependencies = [ |
| 1023 | + "bytes", |
| 1024 | + "libc", |
| 1025 | + "mio", |
| 1026 | + "parking_lot", |
| 1027 | + "pin-project-lite", |
| 1028 | + "signal-hook-registry", |
| 1029 | + "socket2", |
| 1030 | + "tokio-macros", |
| 1031 | + "windows-sys 0.61.2", |
| 1032 | +] |
| 1033 | + |
| 1034 | +[[package]] |
| 1035 | +name = "tokio-macros" |
| 1036 | +version = "2.6.0" |
| 1037 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1038 | +checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5" |
| 1039 | +dependencies = [ |
| 1040 | + "proc-macro2", |
| 1041 | + "quote", |
| 1042 | + "syn", |
| 1043 | +] |
| 1044 | + |
| 1045 | +[[package]] |
| 1046 | +name = "tokio-rustls" |
| 1047 | +version = "0.26.4" |
| 1048 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1049 | +checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61" |
| 1050 | +dependencies = [ |
| 1051 | + "rustls", |
| 1052 | + "tokio", |
| 1053 | +] |
| 1054 | + |
| 1055 | +[[package]] |
| 1056 | +name = "toml" |
| 1057 | +version = "0.8.23" |
| 1058 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1059 | +checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362" |
| 1060 | +dependencies = [ |
| 1061 | + "serde", |
| 1062 | + "serde_spanned", |
| 1063 | + "toml_datetime", |
| 1064 | + "toml_edit", |
| 1065 | +] |
| 1066 | + |
| 1067 | +[[package]] |
| 1068 | +name = "toml_datetime" |
| 1069 | +version = "0.6.11" |
| 1070 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1071 | +checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c" |
| 1072 | +dependencies = [ |
| 1073 | + "serde", |
| 1074 | +] |
| 1075 | + |
| 1076 | +[[package]] |
| 1077 | +name = "toml_edit" |
| 1078 | +version = "0.22.27" |
| 1079 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1080 | +checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a" |
| 1081 | +dependencies = [ |
| 1082 | + "indexmap", |
| 1083 | + "serde", |
| 1084 | + "serde_spanned", |
| 1085 | + "toml_datetime", |
| 1086 | + "toml_write", |
| 1087 | + "winnow", |
| 1088 | +] |
| 1089 | + |
| 1090 | +[[package]] |
| 1091 | +name = "toml_write" |
| 1092 | +version = "0.1.2" |
| 1093 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1094 | +checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801" |
| 1095 | + |
| 1096 | +[[package]] |
| 1097 | +name = "tracing" |
| 1098 | +version = "0.1.44" |
| 1099 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1100 | +checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" |
| 1101 | +dependencies = [ |
| 1102 | + "pin-project-lite", |
| 1103 | + "tracing-attributes", |
| 1104 | + "tracing-core", |
| 1105 | +] |
| 1106 | + |
| 1107 | +[[package]] |
| 1108 | +name = "tracing-attributes" |
| 1109 | +version = "0.1.31" |
| 1110 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1111 | +checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" |
| 1112 | +dependencies = [ |
| 1113 | + "proc-macro2", |
| 1114 | + "quote", |
| 1115 | + "syn", |
| 1116 | +] |
| 1117 | + |
| 1118 | +[[package]] |
| 1119 | +name = "tracing-core" |
| 1120 | +version = "0.1.36" |
| 1121 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1122 | +checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" |
| 1123 | +dependencies = [ |
| 1124 | + "once_cell", |
| 1125 | + "valuable", |
| 1126 | +] |
| 1127 | + |
| 1128 | +[[package]] |
| 1129 | +name = "tracing-log" |
| 1130 | +version = "0.2.0" |
| 1131 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1132 | +checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" |
| 1133 | +dependencies = [ |
| 1134 | + "log", |
| 1135 | + "once_cell", |
| 1136 | + "tracing-core", |
| 1137 | +] |
| 1138 | + |
| 1139 | +[[package]] |
| 1140 | +name = "tracing-subscriber" |
| 1141 | +version = "0.3.22" |
| 1142 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1143 | +checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e" |
| 1144 | +dependencies = [ |
| 1145 | + "matchers", |
| 1146 | + "nu-ansi-term", |
| 1147 | + "once_cell", |
| 1148 | + "regex-automata", |
| 1149 | + "sharded-slab", |
| 1150 | + "smallvec", |
| 1151 | + "thread_local", |
| 1152 | + "tracing", |
| 1153 | + "tracing-core", |
| 1154 | + "tracing-log", |
| 1155 | +] |
| 1156 | + |
| 1157 | +[[package]] |
| 1158 | +name = "unicode-ident" |
| 1159 | +version = "1.0.22" |
| 1160 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1161 | +checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5" |
| 1162 | + |
| 1163 | +[[package]] |
| 1164 | +name = "untrusted" |
| 1165 | +version = "0.9.0" |
| 1166 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1167 | +checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" |
| 1168 | + |
| 1169 | +[[package]] |
| 1170 | +name = "utf8parse" |
| 1171 | +version = "0.2.2" |
| 1172 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1173 | +checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" |
| 1174 | + |
| 1175 | +[[package]] |
| 1176 | +name = "valuable" |
| 1177 | +version = "0.1.1" |
| 1178 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1179 | +checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" |
| 1180 | + |
| 1181 | +[[package]] |
| 1182 | +name = "wasi" |
| 1183 | +version = "0.11.1+wasi-snapshot-preview1" |
| 1184 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1185 | +checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" |
| 1186 | + |
| 1187 | +[[package]] |
| 1188 | +name = "wasip2" |
| 1189 | +version = "1.0.1+wasi-0.2.4" |
| 1190 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1191 | +checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7" |
| 1192 | +dependencies = [ |
| 1193 | + "wit-bindgen", |
| 1194 | +] |
| 1195 | + |
| 1196 | +[[package]] |
| 1197 | +name = "wayland-backend" |
| 1198 | +version = "0.3.12" |
| 1199 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1200 | +checksum = "fee64194ccd96bf648f42a65a7e589547096dfa702f7cadef84347b66ad164f9" |
| 1201 | +dependencies = [ |
| 1202 | + "cc", |
| 1203 | + "downcast-rs", |
| 1204 | + "rustix 1.1.3", |
| 1205 | + "smallvec", |
| 1206 | + "wayland-sys", |
| 1207 | +] |
| 1208 | + |
| 1209 | +[[package]] |
| 1210 | +name = "wayland-client" |
| 1211 | +version = "0.31.12" |
| 1212 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1213 | +checksum = "b8e6faa537fbb6c186cb9f1d41f2f811a4120d1b57ec61f50da451a0c5122bec" |
| 1214 | +dependencies = [ |
| 1215 | + "bitflags", |
| 1216 | + "rustix 1.1.3", |
| 1217 | + "wayland-backend", |
| 1218 | + "wayland-scanner", |
| 1219 | +] |
| 1220 | + |
| 1221 | +[[package]] |
| 1222 | +name = "wayland-csd-frame" |
| 1223 | +version = "0.3.0" |
| 1224 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1225 | +checksum = "625c5029dbd43d25e6aa9615e88b829a5cad13b2819c4ae129fdbb7c31ab4c7e" |
| 1226 | +dependencies = [ |
| 1227 | + "bitflags", |
| 1228 | + "cursor-icon", |
| 1229 | + "wayland-backend", |
| 1230 | +] |
| 1231 | + |
| 1232 | +[[package]] |
| 1233 | +name = "wayland-cursor" |
| 1234 | +version = "0.31.12" |
| 1235 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1236 | +checksum = "5864c4b5b6064b06b1e8b74ead4a98a6c45a285fe7a0e784d24735f011fdb078" |
| 1237 | +dependencies = [ |
| 1238 | + "rustix 1.1.3", |
| 1239 | + "wayland-client", |
| 1240 | + "xcursor", |
| 1241 | +] |
| 1242 | + |
| 1243 | +[[package]] |
| 1244 | +name = "wayland-protocols" |
| 1245 | +version = "0.31.2" |
| 1246 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1247 | +checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4" |
| 1248 | +dependencies = [ |
| 1249 | + "bitflags", |
| 1250 | + "wayland-backend", |
| 1251 | + "wayland-client", |
| 1252 | + "wayland-scanner", |
| 1253 | +] |
| 1254 | + |
| 1255 | +[[package]] |
| 1256 | +name = "wayland-protocols" |
| 1257 | +version = "0.32.10" |
| 1258 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1259 | +checksum = "baeda9ffbcfc8cd6ddaade385eaf2393bd2115a69523c735f12242353c3df4f3" |
| 1260 | +dependencies = [ |
| 1261 | + "bitflags", |
| 1262 | + "wayland-backend", |
| 1263 | + "wayland-client", |
| 1264 | + "wayland-scanner", |
| 1265 | +] |
| 1266 | + |
| 1267 | +[[package]] |
| 1268 | +name = "wayland-protocols-misc" |
| 1269 | +version = "0.3.10" |
| 1270 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1271 | +checksum = "791c58fdeec5406aa37169dd815327d1e47f334219b523444bc26d70ceb4c34e" |
| 1272 | +dependencies = [ |
| 1273 | + "bitflags", |
| 1274 | + "wayland-backend", |
| 1275 | + "wayland-client", |
| 1276 | + "wayland-protocols 0.32.10", |
| 1277 | + "wayland-scanner", |
| 1278 | +] |
| 1279 | + |
| 1280 | +[[package]] |
| 1281 | +name = "wayland-protocols-wlr" |
| 1282 | +version = "0.3.10" |
| 1283 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1284 | +checksum = "e9597cdf02cf0c34cd5823786dce6b5ae8598f05c2daf5621b6e178d4f7345f3" |
| 1285 | +dependencies = [ |
| 1286 | + "bitflags", |
| 1287 | + "wayland-backend", |
| 1288 | + "wayland-client", |
| 1289 | + "wayland-protocols 0.32.10", |
| 1290 | + "wayland-scanner", |
| 1291 | +] |
| 1292 | + |
| 1293 | +[[package]] |
| 1294 | +name = "wayland-scanner" |
| 1295 | +version = "0.31.8" |
| 1296 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1297 | +checksum = "5423e94b6a63e68e439803a3e153a9252d5ead12fd853334e2ad33997e3889e3" |
| 1298 | +dependencies = [ |
| 1299 | + "proc-macro2", |
| 1300 | + "quick-xml", |
| 1301 | + "quote", |
| 1302 | +] |
| 1303 | + |
| 1304 | +[[package]] |
| 1305 | +name = "wayland-sys" |
| 1306 | +version = "0.31.8" |
| 1307 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1308 | +checksum = "1e6dbfc3ac5ef974c92a2235805cc0114033018ae1290a72e474aa8b28cbbdfd" |
| 1309 | +dependencies = [ |
| 1310 | + "pkg-config", |
| 1311 | +] |
| 1312 | + |
| 1313 | +[[package]] |
| 1314 | +name = "windows-link" |
| 1315 | +version = "0.2.1" |
| 1316 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1317 | +checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" |
| 1318 | + |
| 1319 | +[[package]] |
| 1320 | +name = "windows-sys" |
| 1321 | +version = "0.48.0" |
| 1322 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1323 | +checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" |
| 1324 | +dependencies = [ |
| 1325 | + "windows-targets 0.48.5", |
| 1326 | +] |
| 1327 | + |
| 1328 | +[[package]] |
| 1329 | +name = "windows-sys" |
| 1330 | +version = "0.52.0" |
| 1331 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1332 | +checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" |
| 1333 | +dependencies = [ |
| 1334 | + "windows-targets 0.52.6", |
| 1335 | +] |
| 1336 | + |
| 1337 | +[[package]] |
| 1338 | +name = "windows-sys" |
| 1339 | +version = "0.60.2" |
| 1340 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1341 | +checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" |
| 1342 | +dependencies = [ |
| 1343 | + "windows-targets 0.53.5", |
| 1344 | +] |
| 1345 | + |
| 1346 | +[[package]] |
| 1347 | +name = "windows-sys" |
| 1348 | +version = "0.61.2" |
| 1349 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1350 | +checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" |
| 1351 | +dependencies = [ |
| 1352 | + "windows-link", |
| 1353 | +] |
| 1354 | + |
| 1355 | +[[package]] |
| 1356 | +name = "windows-targets" |
| 1357 | +version = "0.48.5" |
| 1358 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1359 | +checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" |
| 1360 | +dependencies = [ |
| 1361 | + "windows_aarch64_gnullvm 0.48.5", |
| 1362 | + "windows_aarch64_msvc 0.48.5", |
| 1363 | + "windows_i686_gnu 0.48.5", |
| 1364 | + "windows_i686_msvc 0.48.5", |
| 1365 | + "windows_x86_64_gnu 0.48.5", |
| 1366 | + "windows_x86_64_gnullvm 0.48.5", |
| 1367 | + "windows_x86_64_msvc 0.48.5", |
| 1368 | +] |
| 1369 | + |
| 1370 | +[[package]] |
| 1371 | +name = "windows-targets" |
| 1372 | +version = "0.52.6" |
| 1373 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1374 | +checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" |
| 1375 | +dependencies = [ |
| 1376 | + "windows_aarch64_gnullvm 0.52.6", |
| 1377 | + "windows_aarch64_msvc 0.52.6", |
| 1378 | + "windows_i686_gnu 0.52.6", |
| 1379 | + "windows_i686_gnullvm 0.52.6", |
| 1380 | + "windows_i686_msvc 0.52.6", |
| 1381 | + "windows_x86_64_gnu 0.52.6", |
| 1382 | + "windows_x86_64_gnullvm 0.52.6", |
| 1383 | + "windows_x86_64_msvc 0.52.6", |
| 1384 | +] |
| 1385 | + |
| 1386 | +[[package]] |
| 1387 | +name = "windows-targets" |
| 1388 | +version = "0.53.5" |
| 1389 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1390 | +checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" |
| 1391 | +dependencies = [ |
| 1392 | + "windows-link", |
| 1393 | + "windows_aarch64_gnullvm 0.53.1", |
| 1394 | + "windows_aarch64_msvc 0.53.1", |
| 1395 | + "windows_i686_gnu 0.53.1", |
| 1396 | + "windows_i686_gnullvm 0.53.1", |
| 1397 | + "windows_i686_msvc 0.53.1", |
| 1398 | + "windows_x86_64_gnu 0.53.1", |
| 1399 | + "windows_x86_64_gnullvm 0.53.1", |
| 1400 | + "windows_x86_64_msvc 0.53.1", |
| 1401 | +] |
| 1402 | + |
| 1403 | +[[package]] |
| 1404 | +name = "windows_aarch64_gnullvm" |
| 1405 | +version = "0.48.5" |
| 1406 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1407 | +checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" |
| 1408 | + |
| 1409 | +[[package]] |
| 1410 | +name = "windows_aarch64_gnullvm" |
| 1411 | +version = "0.52.6" |
| 1412 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1413 | +checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" |
| 1414 | + |
| 1415 | +[[package]] |
| 1416 | +name = "windows_aarch64_gnullvm" |
| 1417 | +version = "0.53.1" |
| 1418 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1419 | +checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" |
| 1420 | + |
| 1421 | +[[package]] |
| 1422 | +name = "windows_aarch64_msvc" |
| 1423 | +version = "0.48.5" |
| 1424 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1425 | +checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" |
| 1426 | + |
| 1427 | +[[package]] |
| 1428 | +name = "windows_aarch64_msvc" |
| 1429 | +version = "0.52.6" |
| 1430 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1431 | +checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" |
| 1432 | + |
| 1433 | +[[package]] |
| 1434 | +name = "windows_aarch64_msvc" |
| 1435 | +version = "0.53.1" |
| 1436 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1437 | +checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" |
| 1438 | + |
| 1439 | +[[package]] |
| 1440 | +name = "windows_i686_gnu" |
| 1441 | +version = "0.48.5" |
| 1442 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1443 | +checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" |
| 1444 | + |
| 1445 | +[[package]] |
| 1446 | +name = "windows_i686_gnu" |
| 1447 | +version = "0.52.6" |
| 1448 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1449 | +checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" |
| 1450 | + |
| 1451 | +[[package]] |
| 1452 | +name = "windows_i686_gnu" |
| 1453 | +version = "0.53.1" |
| 1454 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1455 | +checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" |
| 1456 | + |
| 1457 | +[[package]] |
| 1458 | +name = "windows_i686_gnullvm" |
| 1459 | +version = "0.52.6" |
| 1460 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1461 | +checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" |
| 1462 | + |
| 1463 | +[[package]] |
| 1464 | +name = "windows_i686_gnullvm" |
| 1465 | +version = "0.53.1" |
| 1466 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1467 | +checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" |
| 1468 | + |
| 1469 | +[[package]] |
| 1470 | +name = "windows_i686_msvc" |
| 1471 | +version = "0.48.5" |
| 1472 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1473 | +checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" |
| 1474 | + |
| 1475 | +[[package]] |
| 1476 | +name = "windows_i686_msvc" |
| 1477 | +version = "0.52.6" |
| 1478 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1479 | +checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" |
| 1480 | + |
| 1481 | +[[package]] |
| 1482 | +name = "windows_i686_msvc" |
| 1483 | +version = "0.53.1" |
| 1484 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1485 | +checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" |
| 1486 | + |
| 1487 | +[[package]] |
| 1488 | +name = "windows_x86_64_gnu" |
| 1489 | +version = "0.48.5" |
| 1490 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1491 | +checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" |
| 1492 | + |
| 1493 | +[[package]] |
| 1494 | +name = "windows_x86_64_gnu" |
| 1495 | +version = "0.52.6" |
| 1496 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1497 | +checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" |
| 1498 | + |
| 1499 | +[[package]] |
| 1500 | +name = "windows_x86_64_gnu" |
| 1501 | +version = "0.53.1" |
| 1502 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1503 | +checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" |
| 1504 | + |
| 1505 | +[[package]] |
| 1506 | +name = "windows_x86_64_gnullvm" |
| 1507 | +version = "0.48.5" |
| 1508 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1509 | +checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" |
| 1510 | + |
| 1511 | +[[package]] |
| 1512 | +name = "windows_x86_64_gnullvm" |
| 1513 | +version = "0.52.6" |
| 1514 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1515 | +checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" |
| 1516 | + |
| 1517 | +[[package]] |
| 1518 | +name = "windows_x86_64_gnullvm" |
| 1519 | +version = "0.53.1" |
| 1520 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1521 | +checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" |
| 1522 | + |
| 1523 | +[[package]] |
| 1524 | +name = "windows_x86_64_msvc" |
| 1525 | +version = "0.48.5" |
| 1526 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1527 | +checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" |
| 1528 | + |
| 1529 | +[[package]] |
| 1530 | +name = "windows_x86_64_msvc" |
| 1531 | +version = "0.52.6" |
| 1532 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1533 | +checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" |
| 1534 | + |
| 1535 | +[[package]] |
| 1536 | +name = "windows_x86_64_msvc" |
| 1537 | +version = "0.53.1" |
| 1538 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1539 | +checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" |
| 1540 | + |
| 1541 | +[[package]] |
| 1542 | +name = "winnow" |
| 1543 | +version = "0.7.14" |
| 1544 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1545 | +checksum = "5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829" |
| 1546 | +dependencies = [ |
| 1547 | + "memchr", |
| 1548 | +] |
| 1549 | + |
| 1550 | +[[package]] |
| 1551 | +name = "wit-bindgen" |
| 1552 | +version = "0.46.0" |
| 1553 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1554 | +checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59" |
| 1555 | + |
| 1556 | +[[package]] |
| 1557 | +name = "xcursor" |
| 1558 | +version = "0.3.10" |
| 1559 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1560 | +checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b" |
| 1561 | + |
| 1562 | +[[package]] |
| 1563 | +name = "xkbcommon" |
| 1564 | +version = "0.7.0" |
| 1565 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1566 | +checksum = "13867d259930edc7091a6c41b4ce6eee464328c6ff9659b7e4c668ca20d4c91e" |
| 1567 | +dependencies = [ |
| 1568 | + "libc", |
| 1569 | + "memmap2 0.8.0", |
| 1570 | + "xkeysym", |
| 1571 | +] |
| 1572 | + |
| 1573 | +[[package]] |
| 1574 | +name = "xkeysym" |
| 1575 | +version = "0.2.1" |
| 1576 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1577 | +checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56" |
| 1578 | +dependencies = [ |
| 1579 | + "bytemuck", |
| 1580 | +] |
| 1581 | + |
| 1582 | +[[package]] |
| 1583 | +name = "yasna" |
| 1584 | +version = "0.5.2" |
| 1585 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1586 | +checksum = "e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd" |
| 1587 | +dependencies = [ |
| 1588 | + "time", |
| 1589 | +] |
| 1590 | + |
| 1591 | +[[package]] |
| 1592 | +name = "zeroize" |
| 1593 | +version = "1.8.2" |
| 1594 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1595 | +checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0" |
| 1596 | + |
| 1597 | +[[package]] |
| 1598 | +name = "zmij" |
| 1599 | +version = "1.0.9" |
| 1600 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1601 | +checksum = "4ee2a72b10d087f75fb2e1c2c7343e308fe6970527c22a41caf8372e165ff5c1" |