stak-vm 0.5.16

VM for Stak Scheme
Documentation
[package]
name = "stak-vm"
description = "VM for Stak Scheme"
version = "0.5.16"
edition.workspace = true
keywords.workspace = true
license-file.workspace = true
readme.workspace = true
repository.workspace = true

[features]
float = ["dep:nonbox"]
gc_always = []
profile = []
trace_instruction = []
trace_heap = []

[dependencies]
cfg-exif = "0.3.0"
nonbox = { version = "0.3.0", optional = true }
stak-code = { version = "0.2", path = "../code" }

[dev-dependencies]
insta = "1.40.0"
stak-code = { path = "../code", features = ["alloc"] }
stak-device = { path = "../device" }
stak-file = { path = "../file" }
stak-macro = { path = "../macro" }
stak-primitive = { path = "../primitive" }
stak-process-context = { path = "../process_context" }

[lints]
workspace = true