multiversx-sdk-http 0.8.0

SDK for interacting with the MultiversX blockchain
Documentation
[package]
name = "multiversx-sdk-http"
version = "0.8.0"
edition = "2021"

authors = [
    "MultiversX <contact@multiversx.com>",
]
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.14.0"
log = "0.4.17"

[dependencies.multiversx-sdk]
version = "=0.8.0"
path = "../core"