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