[package]
name = "jsonrpc-pubsub"
version = "7.1.1"
authors = ["tomusdrw <tomasz@parity.io>"]
description = "Publish-Subscribe extension for jsonrpc."
homepage = "https://github.com/paritytech/jsonrpc"
documentation = "https://paritytech.github.io/jsonrpc/jsonrpc_pubsub/index.html"
keywords = ["jsonrpc", "json-rpc", "json", "rpc", "macros"]
license = "MIT"
repository = "https://github.com/paritytech/jsonrpc"
[dependencies.jsonrpc-core]
version = "7.1"
[dependencies.parking_lot]
version = "0.4"
[dependencies.log]
version = "0.3"
[dev-dependencies.jsonrpc-tcp-server]
version = "7.1"
[badges.travis-ci]
branch = "master"
repository = "paritytech/jsonrpc"