[dependencies.anyhow]
version = "1.0.44"
[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.55.0"
[dependencies.multiversx-sdk]
version = "=0.8.0"
[dependencies.multiversx-sdk-dapp]
optional = true
version = "=0.8.0"
[dependencies.multiversx-sdk-http]
default-features = false
optional = true
version = "=0.8.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.tokio]
features = ["full"]
optional = true
version = "1.24"
[features]
dapp = ["multiversx-sdk-dapp"]
default = ["http", "default-tls"]
default-tls = ["multiversx-sdk-http/default-tls"]
http = ["multiversx-sdk-http", "tokio"]
static-tls = ["multiversx-sdk-http/static-tls"]
[lib]
name = "multiversx_sc_snippets"
path = "src/lib.rs"
[package]
authors = ["MultiversX <contact@multiversx.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = 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.55.0"
[[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_logs"
path = "tests/test_tx_logs.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"