tbot 0.2.0

Make cool Telegram bots with Rust easily.
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 = "tbot"
version = "0.2.0"
authors = ["SnejUgal <snejugal@icloud.com>", "AlexStrNik (t.me/AlexStrNik)"]
description = "Make cool Telegram bots with Rust easily."
readme = "./readme.md"
keywords = ["telegram"]
categories = ["api-bindings", "asynchronous"]
license = "MIT"
repository = "https://gitlab.com/SnejUgal/tbot"
[dependencies.futures]
version = "0.1.23"

[dependencies.hyper]
version = "0.12"

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

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

[dependencies.num_cpus]
version = "1.2"

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

[dependencies.serde_json]
version = "1"

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

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