[package] name = "crypto-market-stream-ws" description = "crypto-bank markets websocket streams" version = "0.1.0" license = "Apache-2.0" authors = ["Lukasz Kurowski "] [dependencies] log = "0.3.*" chrono = "0.3.*" 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-util = "0.1.*" websocket = "0.20.*"