tbot 0.3.0

Make cool Telegram bots with Rust easily.
Documentation
example = []
[dependencies.hyper]
default-features = false
version = "0.13"

[dependencies.hyper-proxy]
optional = true
version = "0.6"

[dependencies.hyper-tls]
version = "0.4"

[dependencies.native-tls]
version = "0.2"

[dependencies.serde]
features = ["derive"]
version = "1.0.34"

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
features = ["time", "rt-core", "tcp"]
version = "0.2"

[dependencies.tokio-tls]
version = "0.3"
[dev-dependencies.meval]
version = "0.2"

[features]
proxy = ["hyper-proxy"]

[package]
authors = ["SnejUgal <snejugal@icloud.com>", "AlexStrNik (t.me/AlexStrNik)"]
categories = ["api-bindings", "asynchronous"]
description = "Make cool Telegram bots with Rust easily."
edition = "2018"
keywords = ["telegram"]
license = "MIT"
name = "tbot"
readme = "./readme.md"
repository = "https://gitlab.com/SnejUgal/tbot"
version = "0.3.0"