[dependencies.multiversx-sc]
version = "0.55.0"
[dependencies.multiversx-sc-modules]
version = "0.55.0"
[dev-dependencies.multiversx-sc-scenario]
version = "0.55.0"
[lib]
name = "multiversx_wegld_swap_sc"
path = "src/wegld.rs"
[package]
authors = ["Dorin Iancu <dorin.iancu@multiversx.com>", "MultiversX <contact@multiversx.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["no-std", "wasm", "cryptography::cryptocurrencies"]
description = "MultiversX Wrapped EGLD Smart Contract"
documentation = "https://docs.multiversx.com/"
edition = "2021"
homepage = "https://multiversx.com/"
keywords = ["multiversx", "wasm", "webassembly", "blockchain", "contract"]
license = "GPL-3.0-only"
name = "multiversx-wegld-swap-sc"
readme = "README.md"
repository = "https://github.com/multiversx/mx-sdk-rs"
version = "0.55.0"
[[test]]
name = "scenario_go_test"
path = "tests/scenario_go_test.rs"
[[test]]
name = "wegld_swap_scenario_rs_test"
path = "tests/wegld_swap_scenario_rs_test.rs"