helium-api 2.0.1

An async library for the Helium blockchain REST API
Documentation
[dependencies.async-trait]
version = "0"

[dependencies.base64]
version = "0"

[dependencies.futures]
version = "0"

[dependencies.reqwest]
default-features = false
features = ["gzip", "json", "rustls-tls"]
version = "0"

[dependencies.rust_decimal]
features = ["serde-float"]
version = "1"

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "1"
[dev-dependencies.tokio]
features = ["full"]
version = "1"

[package]
authors = ["Marc Nijdam <marc@helium.com>"]
description = "An async library for the Helium blockchain REST API"
edition = "2018"
license = "Apache-2.0"
name = "helium-api"
readme = "README.md"
repository = "https://github.com/helium/helium-api-rs"
version = "2.0.1"