elrond-wasm-node 0.29.3

Elrond WebAssembly VM API wrapper
Documentation
[package]
name = "elrond-wasm-node"
version = "0.29.3"
edition = "2018"

authors = ["Andrei Marinica <andrei.marinica@elrond.com>", "Elrond Network <contact@elrond.com>"]
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]
unmanaged-ei = []
vm-validate-token-identifier = []
vm-esdt-local-roles = []

[dependencies.elrond-wasm]
version = "=0.29.3"
path = "../elrond-wasm"