[package] name = "stk" version = "0.2.1" authors = ["John-John Tedro "] license = "MIT/Apache-2.0" edition = "2018" readme = "README.md" repository = "https://github.com/udoprog/stk" homepage = "https://github.com/udoprog/stk" documentation = "https://docs.rs/stk" keywords = ["language", "scripting"] categories = [] description = """ The simple stack-based virtual machine. """ # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] env_logger = "0.7.1" log = "0.4.11" twox-hash = "1.5.0" anyhow = "1.0.32" thiserror = "1.0.20" slab = "0.4.2" hashbrown = "0.8.1" serde = "1.0.114" [dev-dependencies] tokio = {version = "0.2.22", features = ["full"]}