jsonrpc-ws-server 14.0.6

WebSockets server for JSON-RPC
Documentation
[package]
authors = ["Parity Technologies <admin@parity.io>"]
description = "WebSockets server for JSON-RPC"
documentation = "https://docs.rs/jsonrpc-ws-server/"
edition = "2018"
homepage = "https://github.com/paritytech/jsonrpc"
license = "MIT"
name = "jsonrpc-ws-server"
repository = "https://github.com/paritytech/jsonrpc"
version = "14.0.6"

[dependencies]
jsonrpc-core = { version = "14.0", path = "../core" }
jsonrpc-server-utils = { version = "14.0", path = "../server-utils" }
log = "0.4"
parking_lot = "0.10.0"
slab = "0.4"
ws = "0.9"

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