# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "multiversx-sc-snippets" version = "0.54.6" authors = ["MultiversX "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "MultiversX framework for building smart contract interaction snippets" homepage = "https://multiversx.com/" documentation = "https://docs.multiversx.com/" readme = "README.md" keywords = [ "multiversx", "blockchain", "contract", "snippets", ] categories = ["cryptography::cryptocurrencies"] license = "GPL-3.0-only" repository = "https://github.com/multiversx/mx-sdk-rs" [lib] name = "multiversx_sc_snippets" path = "src/lib.rs" [[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" [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.54.6" [dependencies.multiversx-sdk] version = "=0.7.1" [dependencies.multiversx-sdk-dapp] version = "=0.7.1" optional = true [dependencies.multiversx-sdk-http] version = "=0.7.1" optional = true default-features = false [dependencies.tokio] version = "1.24" features = ["full"] optional = true [dev-dependencies.serde_json] version = "1.0" [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"]