tg_botapi 0.9.0-alpha.3

Telegram Bot Api library
Documentation
[dependencies.futures]
version = "0.3"

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

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
features = ["macros", "rt-multi-thread", "time"]
version = "1"

[package]
authors = ["Hasan <hasantiny@gmail.com>"]
description = "Telegram Bot Api library"
edition = "2021"
keywords = ["async", "telegram", "bot", "api"]
license = "MIT"
name = "tg_botapi"
readme = "README.md"
repository = "https://github.com/JuanPotato/rust-tg-botapi"
resolver = "2"
version = "0.9.0-alpha.3"