mob_push 0.2.1

notify pusher using Mob Push
Documentation
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[package]
name = "mob_push"
description = "notify pusher using Mob Push"
version = "0.2.1"
edition = "2021"
authors = ["FrozenString<frozenstringstable@gmail.com>"]
documentation = "https://docs.rs/mob_push"
repository = "https://github.com/Enraged-Dun-Cookie-Development-Team/mob-push"
license-file = "LICENSE"
keywords = ["MobPush", "Notify"]
readme = "./readme.md"

[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "docsrs"]

[dependencies]
serde = { version = "1", features = ["derive"] }
tokio = { version = "1", features = ["sync", "time", "test-util", "macros"] }
once_cell = "1.13.0"
toml = "0.7.2"
md5 = "0.7"
serde_json = "1"
typed-builder = "0.14.0"
async-trait = "0.1"
url = { version = "2.3.1", features = ["serde"] }
tracing = "0.1.37"

[dev-dependencies]
futures-util = "0.3.21"
reqwest = "0.11"