telegram-bot2 0.3.7

telegram-bot2 is a framework to write bot for Telegram
Documentation
[dependencies.async-trait]
version = "0.1.57"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.log]
version = "0.4.17"

[dependencies.regex]
version = "1.6.0"

[dependencies.reqwest]
features = ["json", "multipart", "stream"]
version = "0.11.11"

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

[dependencies.serde_json]
version = "1.0.85"

[dependencies.telegram-bot2-macros]
version = "0.1.3"

[dependencies.tokio]
features = ["full"]
version = "1.21.1"

[features]
commands = []
daemons = []
full = ["commands", "daemons"]

[package]
authors = ["Ludovic Mermod <ludovic.mermod@epfl.ch>"]
categories = ["api-bindings"]
description = "telegram-bot2 is a framework to write bot for Telegram"
edition = "2021"
keywords = ["telegram", "bot"]
license-file = "LICENSE"
name = "telegram-bot2"
readme = "README.md"
repository = "https://www.gitlab.com/Thechi2000/telegram-bot2"
version = "0.3.7"