[package] name = "elrond-wasm-module-features" version = "0.25.0" edition = "2018" 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 smart contract module for adding feature flags" keywords = ["elrond", "wasm", "webassembly", "blockchain", "contract"] categories = ["no-std", "wasm", "cryptography::cryptocurrencies"] [dependencies.elrond-wasm] version = "0.25.0" path = "../../../elrond-wasm" [dependencies.elrond-wasm-modules] version = "0.25.0" path = "../../../elrond-wasm-modules" [dev-dependencies.elrond-wasm-debug] version = "0.25.0" path = "../../../elrond-wasm-debug"