elrond-wasm-module-features 0.6.1

Elrond WebAssembly smart contract module for adding feature flags
Documentation
[package]
name = "elrond-wasm-module-features"
version = "0.6.1"
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 smart contract module for adding feature flags"
keywords = ["elrond", "wasm", "webassembly", "blockchain", "contract"]
categories = ["no-std", "wasm", "cryptography::cryptocurrencies"]

[dependencies]
elrond-wasm = { version = "0.6.1", path = "../../elrond-wasm" }
elrond-wasm-derive = { version = "0.6.1", path = "../../elrond-wasm-derive" }
elrond-wasm-node = { version = "0.6.1", path = "../../elrond-wasm-node"}

[dev-dependencies]
elrond-wasm-debug = { version = "0.6.1", path = "../../elrond-wasm-debug" }