cord-client 0.2.1

The client-side user interfaces for the Cord Platform that publish and subscribe messages to the Broker.
Documentation
[dependencies.clap]
version = "2.33"

[dependencies.cord-message]
version = "0.2"

[dependencies.env_logger]
version = "0.7"

[dependencies.error-chain]
version = "0.12"

[dependencies.futures]
version = "0.3"

[dependencies.futures-locks-pre]
version = "0.5.1-pre"

[dependencies.log]
version = "0.4"

[dependencies.retain_mut]
version = "0.1"

[dependencies.termcolor]
version = "1.1"

[dependencies.tokio]
features = ["io-std", "io-util", "macros", "rt-threaded", "sync", "tcp"]
version = "0.2"

[dependencies.tokio-util]
features = ["codec"]
version = "0.3"

[package]
authors = ["Cord Contributors"]
categories = ["network-programming", "data-structures"]
description = "The client-side user interfaces for the Cord Platform that publish and subscribe messages\nto the Broker.\n"
edition = "2018"
homepage = "https://cord-proj.org"
include = ["src/**/*"]
keywords = ["cord", "stream"]
license = "MPL-2.0"
name = "cord-client"
readme = "README.md"
repository = "https://github.com/cord-proj/cord-client"
version = "0.2.1"