[package] name = "cxmr-telegram" version = "0.0.1" authors = ["Ɓukasz Kurowski "] edition = "2018" license = "GPL-3.0" description = "Telegram chat bot module." # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] # errors failure = "^0.1.5" # basic logs log = "^0.4.0" # ser&deserialization serde = "^1.0.0" # derive macro for serde serde_derive = "^1.0.0" # asynchronous operations futures-async-stream = "0.1" tokio = { version = "^0.2.6", features = ["full"] } # Telegram chat bot client. telegram-bot-async = "^0.8.2" err-convert-macro = "^0.0.1" cxmr-broker = "0.0.1" cxmr-balances = "0.0.1" cxmr-exchanges = "0.0.1"