[package]
name = "pushinator"
version = "0.1.2"
edition = "2021"
description = "🔔 🦀 A Rust crate for sending push notifications to your devices"
homepage = "https://pushinator.com"
repository = "https://github.com/appricos/pushinator-rust"
readme = "README.md"
exclude = ["tests/*", ".github/*"]
authors = ["appricos"]
license = "MIT"
[dependencies]
reqwest = { version = "0.11", features = ["json", "blocking"] }
serde_json = "1.0"
[dev-dependencies]
mockito = "0.31"
tokio = { version = "1", features = ["full"] }