[dependencies.base64]
version = "0.22"
[dependencies.env_logger]
version = "0.11"
[dependencies.futures]
version = "0.3"
[dependencies.hex]
version = "0.4"
[dependencies.log]
version = "0.4.17"
[dependencies.multiversx-chain-scenario-format]
version = "0.23.0"
[dependencies.multiversx-sc-scenario]
version = "=0.53.2"
[dependencies.multiversx-sdk]
version = "=0.6.1"
[dependencies.tokio]
features = ["full"]
version = "1.24"
[dev-dependencies.serde_json]
version = "1.0"
[lib]
name = "multiversx_sc_snippets"
path = "src/lib.rs"
[package]
authors = ["MultiversX <contact@multiversx.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["cryptography::cryptocurrencies"]
description = "MultiversX framework for building smart contract interaction snippets"
documentation = "https://docs.multiversx.com/"
edition = "2021"
homepage = "https://multiversx.com/"
keywords = ["multiversx", "blockchain", "contract", "snippets"]
license = "GPL-3.0-only"
name = "multiversx-sc-snippets"
readme = "README.md"
repository = "https://github.com/multiversx/mx-sdk-rs"
version = "0.53.2"
[[test]]
name = "test_tx_deployed_address"
path = "tests/test_tx_deployed_address.rs"
[[test]]
name = "test_tx_issued_token_identifier"
path = "tests/test_tx_issued_token_identifier.rs"
[[test]]
name = "test_tx_multi_contract_sc_result"
path = "tests/test_tx_multi_contract_sc_result.rs"
[[test]]
name = "test_tx_multiple_sc_results"
path = "tests/test_tx_multiple_sc_results.rs"
[[test]]
name = "test_tx_sc_result"
path = "tests/test_tx_sc_result.rs"