telegram_bot_api_rs 0.1.0

Telegram Bot Api Rust Library
Documentation
[dependencies.anyhow]
version = "1.0.86"

[dependencies.async-trait]
version = "0.1.81"

[dependencies.mime_guess]
version = "2.0.5"

[dependencies.rand]
version = "0.8.5"

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

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

[dependencies.serde_json]
version = "1.0.125"

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

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

[dependencies.tracing]
version = "0.1.40"

[dependencies.tracing-subscriber]
version = "0.3.18"

[dependencies.urlencoding]
version = "2.1.3"

[[example]]
name = "print_update"
path = "examples/print_update.rs"

[[example]]
name = "send_message"
path = "examples/send_message.rs"

[lib]
name = "telegram_bot_api_rs"
path = "src/lib.rs"

[package]
authors = ["canxin121 <q1969730106@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["science::robotics", "api-bindings"]
description = "Telegram Bot Api Rust Library"
edition = "2021"
homepage = "https://github.com/canxin121/telegram_bot_api_rs"
keywords = ["bot", "chatbot", "telegram"]
license = "MIT OR Apache-2.0"
name = "telegram_bot_api_rs"
readme = "Readme.md"
repository = "https://github.com/canxin121/telegram_bot_api_rs"
version = "0.1.0"