[package]
name = "jsonrpc-core"
version = "8.0.1"
authors = ["debris <marek.kotewicz@gmail.com>"]
description = "Transport agnostic rust implementation of JSON-RPC 2.0 Specification."
homepage = "https://github.com/paritytech/jsonrpc"
documentation = "https://paritytech.github.io/jsonrpc/jsonrpc_core/index.html"
keywords = ["jsonrpc", "json-rpc", "json", "rpc", "serde"]
categories = ["asynchronous", "network-programming", "web-programming::http-client", "web-programming::http-server", "web-programming::websocket"]
license = "MIT"
repository = "https://github.com/paritytech/jsonrpc"
[dependencies.futures]
version = "0.1.6"
[dependencies.log]
version = "0.3"
[dependencies.serde]
version = "1.0"
[dependencies.serde_derive]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[badges.travis-ci]
branch = "master"
repository = "paritytech/jsonrpc"