| 1 | # This file is automatically @generated by Cargo. |
| 2 | # It is not intended for manual editing. |
| 3 | version = 4 |
| 4 | |
| 5 | [[package]] |
| 6 | name = "bitflags" |
| 7 | version = "2.11.0" |
| 8 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 9 | checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af" |
| 10 | |
| 11 | [[package]] |
| 12 | name = "bstr" |
| 13 | version = "1.12.1" |
| 14 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 15 | checksum = "63044e1ae8e69f3b5a92c736ca6269b8d12fa7efe39bf34ddb06d102cf0e2cab" |
| 16 | dependencies = [ |
| 17 | "memchr", |
| 18 | "serde", |
| 19 | ] |
| 20 | |
| 21 | [[package]] |
| 22 | name = "cfg-if" |
| 23 | version = "1.0.4" |
| 24 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 25 | checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" |
| 26 | |
| 27 | [[package]] |
| 28 | name = "convert_case" |
| 29 | version = "0.11.0" |
| 30 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 31 | checksum = "affbf0190ed2caf063e3def54ff444b449371d55c58e513a95ab98eca50adb49" |
| 32 | dependencies = [ |
| 33 | "unicode-segmentation", |
| 34 | ] |
| 35 | |
| 36 | [[package]] |
| 37 | name = "ctor" |
| 38 | version = "0.11.1" |
| 39 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 40 | checksum = "400a21f1014a968ec518c7ccdf9b4a4ed0cac8c56ccb6d604f8b91f00110501e" |
| 41 | |
| 42 | [[package]] |
| 43 | name = "ctor" |
| 44 | version = "1.0.7" |
| 45 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 46 | checksum = "01334b89b69ff726750c5ce5073fc8bd860e99aa9a8fc5ca11b04730e3aee97a" |
| 47 | |
| 48 | [[package]] |
| 49 | name = "equivalent" |
| 50 | version = "1.0.2" |
| 51 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 52 | checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" |
| 53 | |
| 54 | [[package]] |
| 55 | name = "futures" |
| 56 | version = "0.3.32" |
| 57 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 58 | checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d" |
| 59 | dependencies = [ |
| 60 | "futures-channel", |
| 61 | "futures-core", |
| 62 | "futures-executor", |
| 63 | "futures-io", |
| 64 | "futures-sink", |
| 65 | "futures-task", |
| 66 | "futures-util", |
| 67 | ] |
| 68 | |
| 69 | [[package]] |
| 70 | name = "futures-channel" |
| 71 | version = "0.3.32" |
| 72 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 73 | checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d" |
| 74 | dependencies = [ |
| 75 | "futures-core", |
| 76 | "futures-sink", |
| 77 | ] |
| 78 | |
| 79 | [[package]] |
| 80 | name = "futures-core" |
| 81 | version = "0.3.32" |
| 82 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 83 | checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d" |
| 84 | |
| 85 | [[package]] |
| 86 | name = "futures-executor" |
| 87 | version = "0.3.32" |
| 88 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 89 | checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d" |
| 90 | dependencies = [ |
| 91 | "futures-core", |
| 92 | "futures-task", |
| 93 | "futures-util", |
| 94 | ] |
| 95 | |
| 96 | [[package]] |
| 97 | name = "futures-io" |
| 98 | version = "0.3.32" |
| 99 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 100 | checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718" |
| 101 | |
| 102 | [[package]] |
| 103 | name = "futures-macro" |
| 104 | version = "0.3.32" |
| 105 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 106 | checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b" |
| 107 | dependencies = [ |
| 108 | "proc-macro2", |
| 109 | "quote", |
| 110 | "syn", |
| 111 | ] |
| 112 | |
| 113 | [[package]] |
| 114 | name = "futures-sink" |
| 115 | version = "0.3.32" |
| 116 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 117 | checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893" |
| 118 | |
| 119 | [[package]] |
| 120 | name = "futures-task" |
| 121 | version = "0.3.32" |
| 122 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 123 | checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393" |
| 124 | |
| 125 | [[package]] |
| 126 | name = "futures-util" |
| 127 | version = "0.3.32" |
| 128 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 129 | checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6" |
| 130 | dependencies = [ |
| 131 | "futures-channel", |
| 132 | "futures-core", |
| 133 | "futures-io", |
| 134 | "futures-macro", |
| 135 | "futures-sink", |
| 136 | "futures-task", |
| 137 | "memchr", |
| 138 | "pin-project-lite", |
| 139 | "slab", |
| 140 | ] |
| 141 | |
| 142 | [[package]] |
| 143 | name = "hashbrown" |
| 144 | version = "0.16.1" |
| 145 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 146 | checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" |
| 147 | |
| 148 | [[package]] |
| 149 | name = "hmac-sha256" |
| 150 | version = "1.1.14" |
| 151 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 152 | checksum = "ec9d92d097f4749b64e8cc33d924d9f40a2d4eb91402b458014b781f5733d60f" |
| 153 | |
| 154 | [[package]] |
| 155 | name = "indexmap" |
| 156 | version = "2.13.0" |
| 157 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 158 | checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017" |
| 159 | dependencies = [ |
| 160 | "equivalent", |
| 161 | "hashbrown", |
| 162 | "serde", |
| 163 | "serde_core", |
| 164 | ] |
| 165 | |
| 166 | [[package]] |
| 167 | name = "itoa" |
| 168 | version = "1.0.17" |
| 169 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 170 | checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2" |
| 171 | |
| 172 | [[package]] |
| 173 | name = "libloading" |
| 174 | version = "0.9.0" |
| 175 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 176 | checksum = "754ca22de805bb5744484a5b151a9e1a8e837d5dc232c2d7d8c2e3492edc8b60" |
| 177 | dependencies = [ |
| 178 | "cfg-if", |
| 179 | "windows-link", |
| 180 | ] |
| 181 | |
| 182 | [[package]] |
| 183 | name = "memchr" |
| 184 | version = "2.8.0" |
| 185 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 186 | checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" |
| 187 | |
| 188 | [[package]] |
| 189 | name = "napi" |
| 190 | version = "3.8.6" |
| 191 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 192 | checksum = "8e55037284865448ecf329baa86a4d05401f647ebde99f5747b640d32c2c5226" |
| 193 | dependencies = [ |
| 194 | "bitflags", |
| 195 | "ctor 0.11.1", |
| 196 | "futures", |
| 197 | "napi-build", |
| 198 | "napi-sys", |
| 199 | "nohash-hasher", |
| 200 | "rustc-hash", |
| 201 | ] |
| 202 | |
| 203 | [[package]] |
| 204 | name = "napi-build" |
| 205 | version = "2.3.1" |
| 206 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 207 | checksum = "d376940fd5b723c6893cd1ee3f33abbfd86acb1cd1ec079f3ab04a2a3bc4d3b1" |
| 208 | |
| 209 | [[package]] |
| 210 | name = "napi-derive" |
| 211 | version = "3.5.6" |
| 212 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 213 | checksum = "89b3f766e04667e6da0e181e2da4f85475d5a6513b7cf6a80bea184e224a5b42" |
| 214 | dependencies = [ |
| 215 | "convert_case", |
| 216 | "ctor 1.0.7", |
| 217 | "napi-derive-backend", |
| 218 | "proc-macro2", |
| 219 | "quote", |
| 220 | "syn", |
| 221 | ] |
| 222 | |
| 223 | [[package]] |
| 224 | name = "napi-derive-backend" |
| 225 | version = "5.0.4" |
| 226 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 227 | checksum = "0d5af30503edf933ce7377cf6d4c877a62b0f1107ea05585f1b5e430e88d5baf" |
| 228 | dependencies = [ |
| 229 | "convert_case", |
| 230 | "proc-macro2", |
| 231 | "quote", |
| 232 | "semver", |
| 233 | "syn", |
| 234 | ] |
| 235 | |
| 236 | [[package]] |
| 237 | name = "napi-sys" |
| 238 | version = "3.2.2" |
| 239 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 240 | checksum = "1f5bcdf71abd3a50d00b49c1c2c75251cb3c913777d6139cd37dabc093a5e400" |
| 241 | dependencies = [ |
| 242 | "libloading", |
| 243 | ] |
| 244 | |
| 245 | [[package]] |
| 246 | name = "nohash-hasher" |
| 247 | version = "0.2.0" |
| 248 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 249 | checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451" |
| 250 | |
| 251 | [[package]] |
| 252 | name = "pin-project-lite" |
| 253 | version = "0.2.17" |
| 254 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 255 | checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd" |
| 256 | |
| 257 | [[package]] |
| 258 | name = "proc-macro2" |
| 259 | version = "1.0.106" |
| 260 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 261 | checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" |
| 262 | dependencies = [ |
| 263 | "unicode-ident", |
| 264 | ] |
| 265 | |
| 266 | [[package]] |
| 267 | name = "quote" |
| 268 | version = "1.0.45" |
| 269 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 270 | checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924" |
| 271 | dependencies = [ |
| 272 | "proc-macro2", |
| 273 | ] |
| 274 | |
| 275 | [[package]] |
| 276 | name = "react_compiler" |
| 277 | version = "0.1.0" |
| 278 | dependencies = [ |
| 279 | "indexmap", |
| 280 | "react_compiler_ast", |
| 281 | "react_compiler_diagnostics", |
| 282 | "react_compiler_hir", |
| 283 | "react_compiler_inference", |
| 284 | "react_compiler_lowering", |
| 285 | "react_compiler_optimization", |
| 286 | "react_compiler_reactive_scopes", |
| 287 | "react_compiler_ssa", |
| 288 | "react_compiler_typeinference", |
| 289 | "react_compiler_validation", |
| 290 | "rustc-hash", |
| 291 | "serde", |
| 292 | "serde_json", |
| 293 | ] |
| 294 | |
| 295 | [[package]] |
| 296 | name = "react_compiler_ast" |
| 297 | version = "0.1.0" |
| 298 | dependencies = [ |
| 299 | "indexmap", |
| 300 | "react_compiler_diagnostics", |
| 301 | "rustc-hash", |
| 302 | "serde", |
| 303 | "serde-transcode", |
| 304 | "serde_json", |
| 305 | "similar", |
| 306 | "walkdir", |
| 307 | ] |
| 308 | |
| 309 | [[package]] |
| 310 | name = "react_compiler_diagnostics" |
| 311 | version = "0.1.0" |
| 312 | dependencies = [ |
| 313 | "rustc-hash", |
| 314 | "serde", |
| 315 | ] |
| 316 | |
| 317 | [[package]] |
| 318 | name = "react_compiler_hir" |
| 319 | version = "0.1.0" |
| 320 | dependencies = [ |
| 321 | "indexmap", |
| 322 | "react_compiler_diagnostics", |
| 323 | "rustc-hash", |
| 324 | "serde", |
| 325 | "serde_json", |
| 326 | ] |
| 327 | |
| 328 | [[package]] |
| 329 | name = "react_compiler_inference" |
| 330 | version = "0.1.0" |
| 331 | dependencies = [ |
| 332 | "indexmap", |
| 333 | "react_compiler_diagnostics", |
| 334 | "react_compiler_hir", |
| 335 | "react_compiler_lowering", |
| 336 | "react_compiler_optimization", |
| 337 | "react_compiler_ssa", |
| 338 | "react_compiler_utils", |
| 339 | "rustc-hash", |
| 340 | ] |
| 341 | |
| 342 | [[package]] |
| 343 | name = "react_compiler_lowering" |
| 344 | version = "0.1.0" |
| 345 | dependencies = [ |
| 346 | "indexmap", |
| 347 | "react_compiler_ast", |
| 348 | "react_compiler_diagnostics", |
| 349 | "react_compiler_hir", |
| 350 | "rustc-hash", |
| 351 | "serde_json", |
| 352 | ] |
| 353 | |
| 354 | [[package]] |
| 355 | name = "react_compiler_napi" |
| 356 | version = "0.1.0" |
| 357 | dependencies = [ |
| 358 | "napi", |
| 359 | "napi-build", |
| 360 | "napi-derive", |
| 361 | "react_compiler", |
| 362 | "react_compiler_ast", |
| 363 | "serde", |
| 364 | "serde_json", |
| 365 | ] |
| 366 | |
| 367 | [[package]] |
| 368 | name = "react_compiler_optimization" |
| 369 | version = "0.1.0" |
| 370 | dependencies = [ |
| 371 | "indexmap", |
| 372 | "react_compiler_diagnostics", |
| 373 | "react_compiler_hir", |
| 374 | "react_compiler_lowering", |
| 375 | "react_compiler_ssa", |
| 376 | "rustc-hash", |
| 377 | ] |
| 378 | |
| 379 | [[package]] |
| 380 | name = "react_compiler_reactive_scopes" |
| 381 | version = "0.1.0" |
| 382 | dependencies = [ |
| 383 | "hmac-sha256", |
| 384 | "indexmap", |
| 385 | "react_compiler_ast", |
| 386 | "react_compiler_diagnostics", |
| 387 | "react_compiler_hir", |
| 388 | "rustc-hash", |
| 389 | "serde_json", |
| 390 | ] |
| 391 | |
| 392 | [[package]] |
| 393 | name = "react_compiler_ssa" |
| 394 | version = "0.1.0" |
| 395 | dependencies = [ |
| 396 | "indexmap", |
| 397 | "react_compiler_diagnostics", |
| 398 | "react_compiler_hir", |
| 399 | "rustc-hash", |
| 400 | ] |
| 401 | |
| 402 | [[package]] |
| 403 | name = "react_compiler_typeinference" |
| 404 | version = "0.1.0" |
| 405 | dependencies = [ |
| 406 | "react_compiler_diagnostics", |
| 407 | "react_compiler_hir", |
| 408 | "react_compiler_ssa", |
| 409 | "rustc-hash", |
| 410 | ] |
| 411 | |
| 412 | [[package]] |
| 413 | name = "react_compiler_utils" |
| 414 | version = "0.1.0" |
| 415 | dependencies = [ |
| 416 | "indexmap", |
| 417 | "rustc-hash", |
| 418 | ] |
| 419 | |
| 420 | [[package]] |
| 421 | name = "react_compiler_validation" |
| 422 | version = "0.1.0" |
| 423 | dependencies = [ |
| 424 | "indexmap", |
| 425 | "react_compiler_diagnostics", |
| 426 | "react_compiler_hir", |
| 427 | "rustc-hash", |
| 428 | ] |
| 429 | |
| 430 | [[package]] |
| 431 | name = "rustc-hash" |
| 432 | version = "2.1.2" |
| 433 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 434 | checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe" |
| 435 | |
| 436 | [[package]] |
| 437 | name = "same-file" |
| 438 | version = "1.0.6" |
| 439 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 440 | checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" |
| 441 | dependencies = [ |
| 442 | "winapi-util", |
| 443 | ] |
| 444 | |
| 445 | [[package]] |
| 446 | name = "semver" |
| 447 | version = "1.0.27" |
| 448 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 449 | checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2" |
| 450 | |
| 451 | [[package]] |
| 452 | name = "serde" |
| 453 | version = "1.0.228" |
| 454 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 455 | checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" |
| 456 | dependencies = [ |
| 457 | "serde_core", |
| 458 | "serde_derive", |
| 459 | ] |
| 460 | |
| 461 | [[package]] |
| 462 | name = "serde-transcode" |
| 463 | version = "1.1.1" |
| 464 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 465 | checksum = "590c0e25c2a5bb6e85bf5c1bce768ceb86b316e7a01bdf07d2cb4ec2271990e2" |
| 466 | dependencies = [ |
| 467 | "serde", |
| 468 | ] |
| 469 | |
| 470 | [[package]] |
| 471 | name = "serde_core" |
| 472 | version = "1.0.228" |
| 473 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 474 | checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" |
| 475 | dependencies = [ |
| 476 | "serde_derive", |
| 477 | ] |
| 478 | |
| 479 | [[package]] |
| 480 | name = "serde_derive" |
| 481 | version = "1.0.228" |
| 482 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 483 | checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" |
| 484 | dependencies = [ |
| 485 | "proc-macro2", |
| 486 | "quote", |
| 487 | "syn", |
| 488 | ] |
| 489 | |
| 490 | [[package]] |
| 491 | name = "serde_json" |
| 492 | version = "1.0.149" |
| 493 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 494 | checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" |
| 495 | dependencies = [ |
| 496 | "itoa", |
| 497 | "memchr", |
| 498 | "serde", |
| 499 | "serde_core", |
| 500 | "zmij", |
| 501 | ] |
| 502 | |
| 503 | [[package]] |
| 504 | name = "similar" |
| 505 | version = "3.1.1" |
| 506 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 507 | checksum = "e6505efef05804732ed8a3f2d4f279429eb485bd69d5b0cc6b19cc02005cda16" |
| 508 | dependencies = [ |
| 509 | "bstr", |
| 510 | ] |
| 511 | |
| 512 | [[package]] |
| 513 | name = "slab" |
| 514 | version = "0.4.12" |
| 515 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 516 | checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" |
| 517 | |
| 518 | [[package]] |
| 519 | name = "syn" |
| 520 | version = "2.0.117" |
| 521 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 522 | checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99" |
| 523 | dependencies = [ |
| 524 | "proc-macro2", |
| 525 | "quote", |
| 526 | "unicode-ident", |
| 527 | ] |
| 528 | |
| 529 | [[package]] |
| 530 | name = "unicode-ident" |
| 531 | version = "1.0.24" |
| 532 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 533 | checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" |
| 534 | |
| 535 | [[package]] |
| 536 | name = "unicode-segmentation" |
| 537 | version = "1.12.0" |
| 538 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 539 | checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" |
| 540 | |
| 541 | [[package]] |
| 542 | name = "walkdir" |
| 543 | version = "2.5.0" |
| 544 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 545 | checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" |
| 546 | dependencies = [ |
| 547 | "same-file", |
| 548 | "winapi-util", |
| 549 | ] |
| 550 | |
| 551 | [[package]] |
| 552 | name = "winapi-util" |
| 553 | version = "0.1.11" |
| 554 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 555 | checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" |
| 556 | dependencies = [ |
| 557 | "windows-sys", |
| 558 | ] |
| 559 | |
| 560 | [[package]] |
| 561 | name = "windows-link" |
| 562 | version = "0.2.1" |
| 563 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 564 | checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" |
| 565 | |
| 566 | [[package]] |
| 567 | name = "windows-sys" |
| 568 | version = "0.61.2" |
| 569 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 570 | checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" |
| 571 | dependencies = [ |
| 572 | "windows-link", |
| 573 | ] |
| 574 | |
| 575 | [[package]] |
| 576 | name = "zmij" |
| 577 | version = "1.0.21" |
| 578 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 579 | checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa" |