[package] name = "cxmr-ws-client" version = "0.0.1" authors = ["Ɓukasz Kurowski "] edition = "2018" license = "GPL-3.0" description = "Exchanges WebSocket feed client." # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] # errors failure = "^0.1.5" # asynchronous operation futures = "^0.3.1" tokio = { version = "^0.2.6", features = ["full"] } # WebSocket implementation websocket-lite = "^0.3.2" url = "^2.1.0" # time utils chrono = "^0.4.0" # basic logs log = "^0.4.0" cxmr-api-clients-errors = "0.0.1" cxmr-currency = "0.0.1" cxmr-exchanges = "0.0.1" cxmr-feeds = "0.0.1" err-convert-macro = "^0.0.1" [dependencies.hashbrown] # faster hash maps version = "^0.1.0" features = ["serde"]