telegram-cli 0.1.1

A simple and powerful CLI tool to interact with the Telegram Bot API.
[[bin]]
name = "telegram-cli"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.82"

[dependencies.clap]
features = ["derive"]
version = "4.5.4"

[dependencies.dirs]
version = "6.0.0"

[dependencies.glob]
version = "0.3.3"

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

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

[dependencies.serde_json]
version = "1.0.116"

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

[package]
authors = ["1ffycat <1ffycatx@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "api-bindings"]
description = "A simple and powerful CLI tool to interact with the Telegram Bot API."
edition = "2024"
keywords = ["telegram", "cli", "bot", "api", "tool"]
license = "MPL-2.0"
name = "telegram-cli"
readme = "README.md"
repository = "https://github.com/1ffycat/telegram-cli"
version = "0.1.1"