rpc-json-client 0.1.0

A generic rpc client that handles JSON
Documentation
[package]
name = "rpc-json-client"
version = "0.1.0"
authors = ["Urkel Engineering <engineering@urkellabs.com>"]
edition = "2018"
license = "MIT"
description = "A generic rpc client that handles JSON"

[dependencies]

# Unknown External
futures = "0.3.5"
async-std = "1.6.0"
serde = "1"
serde_derive = "1"
serde_json = "1"
surf = "2.0.0-alpha.5"
log = "0.4"
http-types = "2.0.0"
http-client = "4.0.0"
isahc = { version = "0.9", default-features = false, features = ["http2"]  }
base64 = "0.13"