[package]
edition = "2021"
name = "telegram_bot_oxidebot"
version = "0.1.3"
authors = ["canxin121 <q1969730106@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Telegram Bot for oxidebot framework"
homepage = "https://github.com/canxin121/telegram_bot_oxidebot"
readme = "Readme.md"
keywords = [
"bot",
"chatbot",
"oxidebot",
]
categories = [
"science::robotics",
"api-bindings",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/canxin121/telegram_bot_oxidebot"
[lib]
name = "telegram_bot_oxidebot"
path = "src/lib.rs"
[dependencies.anyhow]
version = "1.0.104"
[dependencies.async-trait]
version = "0.1.91"
[dependencies.base64]
version = "0.23.0"
[dependencies.chrono]
version = "0.4.45"
features = ["clock"]
[dependencies.hyper]
version = "1.11.0"
[dependencies.mime_guess]
version = "2.0.5"
[dependencies.oxidebot]
version = "0.1.7"
[dependencies.reqwest]
version = "0.13.4"
features = [
"json",
"multipart",
"rustls",
"stream",
]
default-features = false
[dependencies.serde]
version = "1.0.229"
features = ["derive"]
[dependencies.serde_json]
version = "1.0.151"
[dependencies.tokio]
version = "1.53.1"
features = [
"fs",
"io-util",
"macros",
"net",
"rt",
"sync",
"time",
]
[dependencies.tracing]
version = "0.1.44"