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