telegram_bots_api 0.710.0

Telegram bots api simple rust wrapper, and no more.
Documentation
[dependencies.async-trait]
optional = true
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.66"

[dependencies.reqwest]
features = ["json", "blocking", "multipart", "stream"]
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"]
optional = true
version = "1"

[dependencies.tokio-util]
features = ["codec"]
version = "0.7.3"

[[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"]

[features]
all = ["async", "sync"]
async = ["dep:async-trait", "dep:tokio"]
default = ["async"]
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"
homepage = "https://github.com/khusnetdinov/telegram_bots_api"
keywords = ["telegram", "bots", "api"]
license = "MIT"
name = "telegram_bots_api"
readme = "README.md"
repository = "https://github.com/khusnetdinov/telegram_bots_api"
rust-version = "1.74.0"
version = "0.710.0"

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