[package] name = "hbvm" version = "0.1.0" edition = "2021" [profile.release] lto = true [features] default = ["alloc"] alloc = [] nightly = [] [dependencies] derive_more = "0.99" hbbytecode.path = "../hbbytecode" static_assertions = "1.0"