rustygram 0.1.4

RustyGram is a minimal and blazing fast telegram notification framework for Rust
Documentation
[dependencies.dotenv]
version = "0.15.0"

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

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tempfile]
version = "3.10.1"

[dependencies.tokio]
features = ["macros"]
version = "1.34.0"

[package]
authors = ["Yong Kang Chia <https://github.com/extremelySunnyYK>"]
categories = ["api-bindings", "asynchronous"]
description = "RustyGram is a minimal and blazing fast telegram notification framework for Rust"
edition = "2021"
keywords = ["telegram", "bot", "api", "notification", "trading"]
license = "MIT"
name = "rustygram"
readme = "README.md"
repository = "https://github.com/ExtremelySunnyYK/rustygram"
version = "0.1.4"