[package] name = "telegram-bot-fork" version = "0.7.8" authors = ["Lukas Kalbertodt ", "Fedor Gogolev ", "Emulator000 "] description = "A library for creating Telegram bots" documentation = "https://docs.rs/telegram-bot-fork/" repository = "https://github.com/Emulator000/telegram-bot" readme = "../README.md" keywords = ["telegram", "bot", "chat", "api"] categories = ["api-bindings", "asynchronous"] license = "MIT" [dependencies] antidote = "^1.0" tokio = "^0.1" tokio-timer = "^0.2" error-chain = "^0.11" futures = "^0.1" http = "^0.1" telegram-bot-fork-raw = { version = "=0.7.8", path = "../raw" } hyper = { version = "^0.12", optional = true } hyper-tls = { version = "^0.3", optional = true } [features] default = ["hyper_connector"] hyper_connector = ["hyper", "hyper-tls"]