telebot 0.0.8

A wrapper around the telegram bot api, powered by futures
Documentation
[package]
name = "telebot"
version = "0.0.8"

authors = ["bytesnake <bytesnake@mailbox.org>"]
license = "MIT"
description = "A wrapper around the telegram bot api, powered by futures"

repository = "https://github.com/bytesnake/telebot"
readme = "README.md"
documentation = "https://docs.rs/telebot"

keywords = ["telebot", "telegram", "bot", "chat"]

[dependencies]
serde = "0.8"
serde_json = "0.8.4"
serde_derive = "0.8"
curl = "0.4.1"      
futures = "0.1.7"     
tokio-core = "0.1.2"
tokio-curl = "0.1.6"
telebot-derive = "0.0.5"