govuk_notify 0.1.4

Use this (unofficial) client to send emails using the [GOV.UK Notify](https://www.notifications.service.gov.uk) API.
Documentation
[dependencies.chrono]
version = "0.4.23"

[dependencies.jsonwebtoken]
version = "8.1.1"

[dependencies.reqwest]
features = ["json"]
version = "0.11.12"

[dependencies.serde]
version = "1.0.147"

[dependencies.serde_json]
version = "1.0.89"

[dev-dependencies.dotenvy]
version = "0.15.6"

[dev-dependencies.tokio]
features = ["full"]
version = "1.22.0"

[package]
authors = ["baarkerlounger <db@slothlife.xyz>"]
description = """
Use this (unofficial) client to send emails using the [GOV.UK Notify](https://www.notifications.service.gov.uk) API.
"""
edition = "2021"
license = "MIT"
name = "govuk_notify"
readme = "README.md"
repository = "https://github.com/baarkerlounger/govuk_notify_rs"
version = "0.1.4"