cxmr-ws-client-poloniex 0.0.1

Poloniex WebSocket feed client.
Documentation
[package]
name = "cxmr-ws-client-poloniex"
version = "0.0.1"
authors = ["Ɓukasz Kurowski <crackcomm@gmail.com>"]
edition = "2018"
license = "GPL-3.0"
description = "Poloniex WebSocket feed client."

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

[dependencies]
# JSON deserialization
serde_json = "^1.0.44"
lazy_static = "^1.4.0"

chrono = "^0.4.0"

cxmr-currency = "0.0.1"
cxmr-exchanges = "0.0.1"
cxmr-feeds = "0.0.1"

cxmr-ws-client = "0.0.1"

[dependencies.hashbrown]
# faster hash maps
version = "^0.1.0"

[dev-dependencies]
# asynchronous operation
futures = "^0.3.1"
tokio = { version = "^0.2.6", features = ["full"] }

futures-async-stream = "0.1"
# application env log conf
pretty_env_logger = "^0.3.0"