jsonrpc-core 9.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 = ["debris <marek.kotewicz@gmail.com>"]
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://paritytech.github.io/jsonrpc/jsonrpc_core/index.html"
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 = "9.0.0"