# 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-sdk-http" version = "0.7.1" authors = ["MultiversX "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "SDK for interacting with the MultiversX blockchain" homepage = "https://multiversx.com/" documentation = "https://docs.multiversx.com/" readme = "README.md" keywords = [ "multiversx", "blockchain", "sdk", "api", ] categories = [ "cryptography::cryptocurrencies", "api-bindings", ] license = "MIT" repository = "https://github.com/multiversx/mx-sdk-rs" [lib] name = "multiversx_sdk_http" path = "src/lib.rs" [[example]] name = "account" path = "examples/account.rs" [[example]] name = "account_storage" path = "examples/account_storage.rs" [[example]] name = "get_esdt_tokens" path = "examples/get_esdt_tokens.rs" [[example]] name = "get_hyper_block_by_hash" path = "examples/get_hyper_block_by_hash.rs" [[example]] name = "get_hyper_block_by_nonce" path = "examples/get_hyper_block_by_nonce.rs" [[example]] name = "get_hyper_block_latest" path = "examples/get_hyper_block_latest.rs" [[example]] name = "get_network_config" path = "examples/get_network_config.rs" [[example]] name = "get_network_economics" path = "examples/get_network_economics.rs" [[example]] name = "sign_tx" path = "examples/sign_tx.rs" [[example]] name = "sign_txs" path = "examples/sign_txs.rs" [[example]] name = "tx_cost" path = "examples/tx_cost.rs" [[example]] name = "tx_default_args" path = "examples/tx_default_args.rs" [[example]] name = "tx_info" path = "examples/tx_info.rs" [[example]] name = "vm_query" path = "examples/vm_query.rs" [[test]] name = "get_network_config_test" path = "tests/get_network_config_test.rs" [dependencies.anyhow] version = "1.0.44" [dependencies.hex] version = "0.4.3" [dependencies.itertools] version = "0.13.0" [dependencies.log] version = "0.4.17" [dependencies.multiversx-sdk] version = "=0.7.1" [dependencies.reqwest] version = "0.12" features = [ "blocking", "json", ] default-features = false [dependencies.tokio] version = "1.24" features = ["full"] [features] chain_simulator = [] default = ["default-tls"] default-tls = ["reqwest/default-tls"] static-tls = ["reqwest/rustls-tls"]