[dependencies.derive-getters]
version = "0.2.0"
[dependencies.derive-new]
version = "0.5"
[dependencies.log]
version = "0.4.0"
[dependencies.prowl]
version = "0.2.5"
[dependencies.thiserror]
version = "1.0.33"
[dependencies.tokio]
features = ["full"]
version = "1.20.1"
[lib]
path = "src/lib.rs"
[package]
authors = ["Myles Empty Best"]
description = "Send prowl notifications with retries. See https://www.prowlapp.com"
edition = "2021"
homepage = "https://github.com/TheEmpty/prowl-queue"
keywords = ["prowl", "notifications"]
license = "MIT"
name = "prowl-queue"
readme = "README.md"
repository = "https://github.com/TheEmpty/prowl-queue"
version = "0.1.2"