[package] name = "fix-abstract-vm" version = "0.1.0" edition = "2024" [dependencies] gc-arena = { workspace = true } hashbrown = { workspace = true } num_enum = { workspace = true } smallvec = { workspace = true } string-interner = { workspace = true } likely_stable = { workspace = true } sptr = "0.3" fix-builtins = { path = "../fix-builtins" } fix-codegen = { path = "../fix-codegen" } fix-common = { path = "../fix-common" } fix-error = { path = "../fix-error" }