[package] name = "rust_multistackvm" version = "0.20.0" edition = "2021" description = "Stack-based virtual machine on top of rust_multistack crate" license-file = "LICENSE" repository = "https://github.com/vulogov/rust_multistackvm" categories = ["emulators"] keywords = ["vm", "stack", "top", "lambda", "execute"] [dependencies] convert_case = "0.6.0" easy-error = "1.0.0" jsonpath-rust = "0.7.3" leon = "3.0.1" nanoid = "0.4.0" num = "0.4.3" rust_dynamic = ">=0.33.*" rust_multistack = ">= 0.*.*" serde = "1.0.214" serde_json = "1.0.132"