[package] name = "dharitri-chain-vm-executor" version = "0.6.0" edition = "2021" authors = [ "Andrei Marinica ", "Ovidiu Stinga ", "Dharitri ", ] license = "GPL-3.0-only" readme = "README.md" repository = "https://github.com/Dharitr1/mx-vm-executor-rs" homepage = "https://Dharitri.com/" documentation = "https://docs.dharitri.com/" description = "Dharitri VM executor interface" keywords = ["dharitri", "blockchain", "VM"] categories = ["cryptography::cryptocurrencies"] [lib] [dependencies] enumset = "1.0" cfg-if = "1.0" lazy_static = "1.4" libc = { version = "^0.2", default-features = false } serde = { version = "1", optional = true, features = ["derive"] } thiserror = "1" typetag = { version = "0.1", optional = true } paste = "1.0" anyhow = "1.0" env_logger = "0.8.4" log = "0.4.14"