arkecosystem-client 1.0.0

A simple Rust API client for the ARK Blockchain.
Documentation
[package]
name = "arkecosystem-client"
version = "1.0.0"
authors = ["Joshua Noack <joshua@ark.io>, Juan A. Martín <juan@ark.io>"]
description = "A simple Rust API client for the ARK Blockchain."
license = "MIT"

[lib]
name = "arkecosystem_client"
path = "src/lib.rs"
doctest = false

[dependencies]
reqwest = "0.9.5"
serde = "1.0.82"
serde_derive = "1.0.82"
serde_json = "1.0.32"

[dev-dependencies]
mockito = "0.14.0"
assert_float_eq = "1.1.3"