[package] name = "crypto-market-stream-poloniex" description = "crypto-bank poloniex market stream" version = "0.1.0" license = "Apache-2.0" authors = ["Lukasz Kurowski "] [dependencies] log = "0.3.*" chrono = "0.3.*" error-chain = "0.11.*" serde_json = "1.*.*" futures = "0.1.*" tokio-core = "0.1.*" crypto-currency = "0.0.*" crypto-market = "0.0.*" crypto-market-event = "0.0.*" crypto-market-stream = "0.0.*" crypto-market-stream-ws = "0.0.*" crypto-util = "0.1.*" websocket = "0.20.*" [dev-dependencies] tokio-core = "0.1.*" multiqueue = "0.3.*" env_logger = "0.4.*"