jsonrpc-pubsub 7.1.1

Publish-Subscribe extension for jsonrpc.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[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"