cxmr-pubsub 0.0.1

Basic ZeroMQ pub-sub library.
Documentation
[package]
name = "cxmr-pubsub"
version = "0.0.1"
authors = ["Ɓukasz Kurowski <crackcomm@gmail.com>"]
edition = "2018"
license = "GPL-3.0"
description = "Basic ZeroMQ pub-sub library."

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
# errors
failure = "^0.1.5"

# ZeroMQ messaging library
zmq = "^0.9"

# Cross thread communication
crossbeam = "^0.7.3"

cxmr-exchanges = "0.0.1"
cxmr-feeds = "0.0.1"
cxmr-tectonic = "0.0.1"
err-convert-macro = "^0.0.1"

[features]
default = ["vendored-zmq"]
vendored-zmq = ["zmq/vendored"]