postmark-client 0.2.0

Postmark API client using reqwest
Documentation
[dependencies.base64]
version = "0.13.0"

[dependencies.reqwest]
default-features = false
features = ["json"]
version = "0.11"

[dependencies.serde]
features = ["serde_derive"]
version = "1.0"

[dependencies.thiserror]
version = "1.0"
[dev-dependencies.serde_json]
version = "1.0"

[lib]

[package]
categories = ["api-bindings"]
description = "Postmark API client using reqwest"
documentation = "https://docs.rs/postmark-client"
edition = "2018"
keywords = ["postmark"]
license = "MIT"
name = "postmark-client"
readme = "README.md"
repository = "https://gitlab.com/phillipcouto/postmark-client/"
version = "0.2.0"