jsonrpc_v2_awc 0.1.0

JSON RPC client based on awc (actix web client)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "jsonrpc_v2_awc"
version = "0.1.0"
authors = ["jhaboic <josiphaboic@gmail.com>"]
edition = "2018"
description = "JSON RPC client based on awc (actix web client)"
repository = "https://github.com/BitFields/jsonrpc_v2_awc"
keywords = ["json", "rpc", "client", "jsonrpc"]
license = "Apache-2.0"
readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
awc = "2.0.3"
serde = { version = "1.0.130", features = ["derive"] }