jsonrpc-http-server-plus 7.1.0

Rust http server using JSONRPC 2.0.
Documentation
[package]
description = "Rust http server using JSONRPC 2.0."
homepage = "https://github.com/paritytech/jsonrpc"
repository = "https://github.com/paritytech/jsonrpc"
license = "MIT"
name = "jsonrpc-http-server-plus"
version = "7.1.0"
authors = ["debris <marek.kotewicz@gmail.com>"]
keywords = ["jsonrpc", "json-rpc", "json", "rpc", "server"]
documentation = "https://paritytech.github.io/jsonrpc/jsonrpc_http_server/index.html"

[lib]
name = "jsonrpc_http_server"

[dependencies]
log = "0.3"
net2 = "0.2"
jsonrpc-core = { version = "7.1", path = "../core" }
jsonrpc-server-utils = { version = "7.1", path = "../server-utils" }
hyper = "0.11"
unicase = "2.0"

[badges]
travis-ci = { repository = "paritytech/jsonrpc", branch = "master"}