jsonrpc-core 7.0.1

Transport agnostic rust implementation of JSON-RPC 2.0 Specification.
Documentation
[package]
description = "Transport agnostic rust implementation of JSON-RPC 2.0 Specification."
homepage = "https://github.com/paritytech/jsonrpc"
repository = "https://github.com/paritytech/jsonrpc"
license = "MIT"
name = "jsonrpc-core"
version = "7.0.1"
authors = ["debris <marek.kotewicz@gmail.com>"]
keywords = ["jsonrpc", "json-rpc", "json", "rpc", "serde"]
documentation = "https://paritytech.github.io/jsonrpc/jsonrpc_core/index.html"

[dependencies]
log = "0.3"
futures = "0.1.6"
# always carefully check serde versions before an update
serde = "1.0"
serde_json = "1.0"
serde_derive = "1.0"