[package] name = "leaf_interpreter" version = "0.1.0" edition = "2024" [dependencies] fxhash = "0.2.1" leaf_allocators = { path = "../allocators" } leaf_assembly = { path = "../assembly" } leaf_compiler = { path = "../compiler" } leaf_parser = { path = "../parser" } scc = "3.3.7" smallvec = "1.15.1"