[package] name = "cxmr-broker-remote" version = "0.0.1" authors = ["Ɓukasz Kurowski "] edition = "2018" license = "GPL-3.0" description = "Remote broker utilities." # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] # basic logs log = "^0.4.0" # asynchronous operations futures = "^0.3.1" hashbrown = "^0.1" cxmr-api = "0.0.1" cxmr-api-clients = "0.0.1" cxmr-broker = "0.0.1" cxmr-currency = "0.0.1" cxmr-exchanges = "0.0.1" cxmr-http-client = "0.0.1"