[package] name = "elrond-interact-snippets" 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 framework for building smart contract interaction snippets" keywords = ["elrond", "blockchain", "contract", "snippets"] categories = ["cryptography::cryptocurrencies"] [dependencies] tokio = { version = "1.12.0", features = ["full"] } elrond-sdk-erdrs = "0.2.0" hex = "0.4" base64 = "0.13.0" log = "0.4.17" env_logger = "0.8.4" [dependencies.elrond-wasm-debug] version = "=0.38.0" path = "../elrond-wasm-debug"