telegram-bot 0.6.2

A library for creating Telegram bots
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "telegram-bot"
version = "0.6.2"
authors = ["Lukas Kalbertodt <lukas.kalbertodt@gmail.com>", "Fedor Gogolev <knsd@knsd.net>"]
description = "A library for creating Telegram bots"
documentation = "https://docs.rs/telegram-bot/"
readme = "../README.md"
keywords = ["telegram", "bot", "chat", "api"]
categories = ["api-bindings", "asynchronous"]
license = "MIT"
repository = "https://github.com/telegram-rs/telegram-bot"
[dependencies.antidote]
version = "1.0"

[dependencies.curl]
version = "0.4"
optional = true

[dependencies.error-chain]
version = "0.11.0"

[dependencies.futures]
version = "0.1"

[dependencies.hyper]
version = "0.12"
optional = true

[dependencies.hyper-tls]
version = "0.3"
optional = true

[dependencies.telegram-bot-raw]
version = "=0.6.2"

[dependencies.tokio-core]
version = "0.1"

[dependencies.tokio-curl]
version = "0.1"
optional = true

[features]
curl_connector = ["curl", "tokio-curl"]
default = ["hyper_connector"]
hyper_connector = ["hyper", "hyper-tls"]