[package] name = "multiversx-sdk-http" version = "0.7.1" edition = "2021" authors = [ "MultiversX ", ] license = "MIT" readme = "README.md" repository = "https://github.com/multiversx/mx-sdk-rs" homepage = "https://multiversx.com/" documentation = "https://docs.multiversx.com/" description = "SDK for interacting with the MultiversX blockchain" categories = ["cryptography::cryptocurrencies", "api-bindings"] keywords = ["multiversx", "blockchain", "sdk", "api"] [features] default = ["default-tls"] default-tls = ["reqwest/default-tls"] static-tls = ["reqwest/rustls-tls"] chain_simulator = [] [dependencies] tokio = { version = "1.24", features = ["full"] } reqwest = { version = "0.12", features = ["blocking", "json"], default-features = false } anyhow = "1.0.44" hex = "0.4.3" itertools = "0.13.0" log = "0.4.17" [dependencies.multiversx-sdk] version = "=0.7.1" path = "../core"