jsonrpc-core 14.0.0

Transport agnostic rust implementation of JSON-RPC 2.0 Specification.
Documentation
[badges.travis-ci]
branch = "master"
repository = "paritytech/jsonrpc"
[dependencies.futures]
version = "~0.1.6"

[dependencies.log]
version = "0.4"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[package]
authors = ["Parity Technologies <admin@parity.io>"]
categories = ["asynchronous", "network-programming", "web-programming::http-client", "web-programming::http-server", "web-programming::websocket"]
description = "Transport agnostic rust implementation of JSON-RPC 2.0 Specification."
documentation = "https://docs.rs/jsonrpc-core/"
edition = "2018"
homepage = "https://github.com/paritytech/jsonrpc"
keywords = ["jsonrpc", "json-rpc", "json", "rpc", "serde"]
license = "MIT"
name = "jsonrpc-core"
repository = "https://github.com/paritytech/jsonrpc"
version = "14.0.0"