| |
| |
| version = 4 |
|
|
| [[package]] |
| name = "bitflags" |
| version = "2.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af" |
|
|
| [[package]] |
| name = "bstr" |
| version = "1.12.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "63044e1ae8e69f3b5a92c736ca6269b8d12fa7efe39bf34ddb06d102cf0e2cab" |
| dependencies = [ |
| "memchr", |
| "serde", |
| ] |
|
|
| [[package]] |
| name = "cfg-if" |
| version = "1.0.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" |
|
|
| [[package]] |
| name = "convert_case" |
| version = "0.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "affbf0190ed2caf063e3def54ff444b449371d55c58e513a95ab98eca50adb49" |
| dependencies = [ |
| "unicode-segmentation", |
| ] |
|
|
| [[package]] |
| name = "ctor" |
| version = "0.11.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "400a21f1014a968ec518c7ccdf9b4a4ed0cac8c56ccb6d604f8b91f00110501e" |
|
|
| [[package]] |
| name = "ctor" |
| version = "1.0.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "01334b89b69ff726750c5ce5073fc8bd860e99aa9a8fc5ca11b04730e3aee97a" |
|
|
| [[package]] |
| name = "equivalent" |
| version = "1.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" |
|
|
| [[package]] |
| name = "futures" |
| version = "0.3.32" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d" |
| dependencies = [ |
| "futures-channel", |
| "futures-core", |
| "futures-executor", |
| "futures-io", |
| "futures-sink", |
| "futures-task", |
| "futures-util", |
| ] |
|
|
| [[package]] |
| name = "futures-channel" |
| version = "0.3.32" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d" |
| dependencies = [ |
| "futures-core", |
| "futures-sink", |
| ] |
|
|
| [[package]] |
| name = "futures-core" |
| version = "0.3.32" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d" |
|
|
| [[package]] |
| name = "futures-executor" |
| version = "0.3.32" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d" |
| dependencies = [ |
| "futures-core", |
| "futures-task", |
| "futures-util", |
| ] |
|
|
| [[package]] |
| name = "futures-io" |
| version = "0.3.32" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718" |
|
|
| [[package]] |
| name = "futures-macro" |
| version = "0.3.32" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
|
|
| [[package]] |
| name = "futures-sink" |
| version = "0.3.32" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893" |
|
|
| [[package]] |
| name = "futures-task" |
| version = "0.3.32" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393" |
|
|
| [[package]] |
| name = "futures-util" |
| version = "0.3.32" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6" |
| dependencies = [ |
| "futures-channel", |
| "futures-core", |
| "futures-io", |
| "futures-macro", |
| "futures-sink", |
| "futures-task", |
| "memchr", |
| "pin-project-lite", |
| "slab", |
| ] |
|
|
| [[package]] |
| name = "hashbrown" |
| version = "0.16.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" |
|
|
| [[package]] |
| name = "hmac-sha256" |
| version = "1.1.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ec9d92d097f4749b64e8cc33d924d9f40a2d4eb91402b458014b781f5733d60f" |
|
|
| [[package]] |
| name = "indexmap" |
| version = "2.13.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017" |
| dependencies = [ |
| "equivalent", |
| "hashbrown", |
| "serde", |
| "serde_core", |
| ] |
|
|
| [[package]] |
| name = "itoa" |
| version = "1.0.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2" |
|
|
| [[package]] |
| name = "libloading" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "754ca22de805bb5744484a5b151a9e1a8e837d5dc232c2d7d8c2e3492edc8b60" |
| dependencies = [ |
| "cfg-if", |
| "windows-link", |
| ] |
|
|
| [[package]] |
| name = "memchr" |
| version = "2.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" |
|
|
| [[package]] |
| name = "napi" |
| version = "3.8.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8e55037284865448ecf329baa86a4d05401f647ebde99f5747b640d32c2c5226" |
| dependencies = [ |
| "bitflags", |
| "ctor 0.11.1", |
| "futures", |
| "napi-build", |
| "napi-sys", |
| "nohash-hasher", |
| "rustc-hash", |
| ] |
|
|
| [[package]] |
| name = "napi-build" |
| version = "2.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d376940fd5b723c6893cd1ee3f33abbfd86acb1cd1ec079f3ab04a2a3bc4d3b1" |
|
|
| [[package]] |
| name = "napi-derive" |
| version = "3.5.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "89b3f766e04667e6da0e181e2da4f85475d5a6513b7cf6a80bea184e224a5b42" |
| dependencies = [ |
| "convert_case", |
| "ctor 1.0.7", |
| "napi-derive-backend", |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
|
|
| [[package]] |
| name = "napi-derive-backend" |
| version = "5.0.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0d5af30503edf933ce7377cf6d4c877a62b0f1107ea05585f1b5e430e88d5baf" |
| dependencies = [ |
| "convert_case", |
| "proc-macro2", |
| "quote", |
| "semver", |
| "syn", |
| ] |
|
|
| [[package]] |
| name = "napi-sys" |
| version = "3.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1f5bcdf71abd3a50d00b49c1c2c75251cb3c913777d6139cd37dabc093a5e400" |
| dependencies = [ |
| "libloading", |
| ] |
|
|
| [[package]] |
| name = "nohash-hasher" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451" |
|
|
| [[package]] |
| name = "pin-project-lite" |
| version = "0.2.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd" |
|
|
| [[package]] |
| name = "proc-macro2" |
| version = "1.0.106" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" |
| dependencies = [ |
| "unicode-ident", |
| ] |
|
|
| [[package]] |
| name = "quote" |
| version = "1.0.45" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924" |
| dependencies = [ |
| "proc-macro2", |
| ] |
|
|
| [[package]] |
| name = "react_compiler" |
| version = "0.0.1-oidc.0" |
| dependencies = [ |
| "indexmap", |
| "react_compiler_ast", |
| "react_compiler_diagnostics", |
| "react_compiler_hir", |
| "react_compiler_inference", |
| "react_compiler_lowering", |
| "react_compiler_optimization", |
| "react_compiler_reactive_scopes", |
| "react_compiler_ssa", |
| "react_compiler_typeinference", |
| "react_compiler_validation", |
| "rustc-hash", |
| "serde", |
| "serde_json", |
| ] |
|
|
| [[package]] |
| name = "react_compiler_ast" |
| version = "0.0.1-oidc.0" |
| dependencies = [ |
| "indexmap", |
| "react_compiler_diagnostics", |
| "rustc-hash", |
| "serde", |
| "serde-transcode", |
| "serde_json", |
| "similar", |
| "walkdir", |
| ] |
|
|
| [[package]] |
| name = "react_compiler_diagnostics" |
| version = "0.0.1-oidc.0" |
| dependencies = [ |
| "rustc-hash", |
| "serde", |
| ] |
|
|
| [[package]] |
| name = "react_compiler_hir" |
| version = "0.0.1-oidc.0" |
| dependencies = [ |
| "indexmap", |
| "react_compiler_diagnostics", |
| "rustc-hash", |
| "serde", |
| "serde_json", |
| ] |
|
|
| [[package]] |
| name = "react_compiler_inference" |
| version = "0.0.1-oidc.0" |
| dependencies = [ |
| "indexmap", |
| "react_compiler_diagnostics", |
| "react_compiler_hir", |
| "react_compiler_lowering", |
| "react_compiler_optimization", |
| "react_compiler_ssa", |
| "react_compiler_utils", |
| "rustc-hash", |
| ] |
|
|
| [[package]] |
| name = "react_compiler_lowering" |
| version = "0.0.1-oidc.0" |
| dependencies = [ |
| "indexmap", |
| "react_compiler_ast", |
| "react_compiler_diagnostics", |
| "react_compiler_hir", |
| "rustc-hash", |
| "serde_json", |
| ] |
|
|
| [[package]] |
| name = "react_compiler_napi" |
| version = "0.1.0" |
| dependencies = [ |
| "napi", |
| "napi-build", |
| "napi-derive", |
| "react_compiler", |
| "react_compiler_ast", |
| "serde", |
| "serde_json", |
| ] |
|
|
| [[package]] |
| name = "react_compiler_optimization" |
| version = "0.0.1-oidc.0" |
| dependencies = [ |
| "indexmap", |
| "react_compiler_diagnostics", |
| "react_compiler_hir", |
| "react_compiler_lowering", |
| "react_compiler_ssa", |
| "rustc-hash", |
| ] |
|
|
| [[package]] |
| name = "react_compiler_reactive_scopes" |
| version = "0.0.1-oidc.0" |
| dependencies = [ |
| "hmac-sha256", |
| "indexmap", |
| "react_compiler_ast", |
| "react_compiler_diagnostics", |
| "react_compiler_hir", |
| "rustc-hash", |
| "serde_json", |
| ] |
|
|
| [[package]] |
| name = "react_compiler_ssa" |
| version = "0.0.1-oidc.0" |
| dependencies = [ |
| "indexmap", |
| "react_compiler_diagnostics", |
| "react_compiler_hir", |
| "rustc-hash", |
| ] |
|
|
| [[package]] |
| name = "react_compiler_typeinference" |
| version = "0.0.1-oidc.0" |
| dependencies = [ |
| "react_compiler_diagnostics", |
| "react_compiler_hir", |
| "react_compiler_ssa", |
| "rustc-hash", |
| ] |
|
|
| [[package]] |
| name = "react_compiler_utils" |
| version = "0.0.1-oidc.0" |
| dependencies = [ |
| "indexmap", |
| "rustc-hash", |
| ] |
|
|
| [[package]] |
| name = "react_compiler_validation" |
| version = "0.0.1-oidc.0" |
| dependencies = [ |
| "indexmap", |
| "react_compiler_diagnostics", |
| "react_compiler_hir", |
| "rustc-hash", |
| ] |
|
|
| [[package]] |
| name = "rustc-hash" |
| version = "2.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe" |
|
|
| [[package]] |
| name = "same-file" |
| version = "1.0.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" |
| dependencies = [ |
| "winapi-util", |
| ] |
|
|
| [[package]] |
| name = "semver" |
| version = "1.0.27" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2" |
|
|
| [[package]] |
| name = "serde" |
| version = "1.0.228" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" |
| dependencies = [ |
| "serde_core", |
| "serde_derive", |
| ] |
|
|
| [[package]] |
| name = "serde-transcode" |
| version = "1.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "590c0e25c2a5bb6e85bf5c1bce768ceb86b316e7a01bdf07d2cb4ec2271990e2" |
| dependencies = [ |
| "serde", |
| ] |
|
|
| [[package]] |
| name = "serde_core" |
| version = "1.0.228" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" |
| dependencies = [ |
| "serde_derive", |
| ] |
|
|
| [[package]] |
| name = "serde_derive" |
| version = "1.0.228" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
|
|
| [[package]] |
| name = "serde_json" |
| version = "1.0.149" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" |
| dependencies = [ |
| "itoa", |
| "memchr", |
| "serde", |
| "serde_core", |
| "zmij", |
| ] |
|
|
| [[package]] |
| name = "similar" |
| version = "3.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e6505efef05804732ed8a3f2d4f279429eb485bd69d5b0cc6b19cc02005cda16" |
| dependencies = [ |
| "bstr", |
| ] |
|
|
| [[package]] |
| name = "slab" |
| version = "0.4.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" |
|
|
| [[package]] |
| name = "syn" |
| version = "2.0.117" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "unicode-ident", |
| ] |
|
|
| [[package]] |
| name = "unicode-ident" |
| version = "1.0.24" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" |
|
|
| [[package]] |
| name = "unicode-segmentation" |
| version = "1.12.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" |
|
|
| [[package]] |
| name = "walkdir" |
| version = "2.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" |
| dependencies = [ |
| "same-file", |
| "winapi-util", |
| ] |
|
|
| [[package]] |
| name = "winapi-util" |
| version = "0.1.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" |
| dependencies = [ |
| "windows-sys", |
| ] |
|
|
| [[package]] |
| name = "windows-link" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" |
|
|
| [[package]] |
| name = "windows-sys" |
| version = "0.61.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" |
| dependencies = [ |
| "windows-link", |
| ] |
|
|
| [[package]] |
| name = "zmij" |
| version = "1.0.21" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa" |
|
|