[package] name = "elrond-wasm-node" version = "0.38.0" edition = "2021" authors = ["Andrei Marinica ", "Elrond Network "] license = "GPL-3.0-only" readme = "README.md" repository = "https://github.com/ElrondNetwork/elrond-wasm-rs" homepage = "https://elrond.com/" documentation = "https://docs.elrond.com/" description = "Elrond WebAssembly VM API wrapper" keywords = ["elrond", "wasm", "webassembly", "blockchain", "contract"] categories = ["no-std", "wasm", "cryptography::cryptocurrencies", "development-tools::ffi"] [features] vm-validate-token-identifier = [] vm-esdt-local-roles = [] ei-unmanaged-node = [] [dependencies.elrond-wasm] version = "=0.38.0" path = "../elrond-wasm"