novax-request 0.2.6

The `novax-request` crate serves as an abstraction layer for request clients, enabling mocking or actual interactions with blockchain gateway APIs. Its primary utility is within other Nova crates like `novax-token`, providing a standardized interface for handling requests, thereby promoting ease of testing and consistency across different blockchain interaction scenarios.
[dependencies.async-trait]
version = "0.1.73"

[dependencies.http]
version = "1.1.0"

[dependencies.reqwest]
default-features = false
features = ["rustls-tls"]
version = "=0.12.9"

[dependencies.serde]
version = "1.0.188"

[dependencies.tokio]
version = "1.29.1"

[lib]
name = "novax_request"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "The `novax-request` crate serves as an abstraction layer for request clients, enabling mocking or actual interactions with blockchain gateway APIs. Its primary utility is within other Nova crates like `novax-token`, providing a standardized interface for handling requests, thereby promoting ease of testing and consistency across different blockchain interaction scenarios."
edition = "2021"
license = "GPL-3.0-only"
name = "novax-request"
readme = false
repository = "https://github.com/gfusee/novax"
version = "0.2.6"