telegram_bots_api 0.0.1

Telegram bots api simple rust wrapper, and no more.
Documentation
[[example]]
name = "async-playground"
path = "examples/async/playground.rs"
required-features = ["async"]

[[example]]
name = "async-get-me"
path = "examples/async/get_me.rs"
required-features = ["async"]

[[example]]
name = "sync-playground"
path = "examples/sync/playground.rs"
required-features = ["sync"]

[[example]]
name = "sync-get-me"
path = "examples/sync/get_me.rs"
required-features = ["sync"]
[dependencies.async-trait]
version = "0.1.77"

[dependencies.cargo-minimal-versions]
optional = true
version = "0.1.25"

[dependencies.libgit2-sys]
optional = true
version = "^0.16.2"

[dependencies.mio]
version = "0.8.11"

[dependencies.mockito]
version = "1.2.0"

[dependencies.openssl]
optional = true
version = "0.10.55"

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

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

[dependencies.serde_json]
version = "1.0.111"

[dependencies.serde_qs]
version = "0.12.0"

[dependencies.serde_with_macros]
version = "3.6.0"

[dependencies.structopt]
version = "0.3.26"

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

[features]
all = ["async", "sync"]
async = []
default = []
nightly = []
sync = []

[package]
authors = ["Marat Khusnetdinov <khusnetdinov@gmail.com>"]
description = "Telegram bots api simple rust wrapper, and no more."
documentation = "https://docs.rs/telegram_bots_api"
edition = "2021"
keywords = ["telegram", "bots", "api"]
license = "MIT"
name = "telegram_bots_api"
readme = "README.md"
rust-version = "1.70.0"
version = "0.0.1"

[package.metadata]
talegram-version = "7.0"