[package] name = "react_compiler_optimization" version = "0.1.0" edition = "2024" [dependencies] react_compiler_diagnostics = { path = "../react_compiler_diagnostics" } react_compiler_hir = { path = "../react_compiler_hir" } react_compiler_lowering = { path = "../react_compiler_lowering" } react_compiler_ssa = { path = "../react_compiler_ssa" } indexmap = "2" rustc-hash = "2"