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