gmailer 0.1.0

Gmail email sending library
Documentation
[package]
name = "gmailer"
version = "0.1.0"
edition = "2021"
authors = [
  "wandalen <wandalen.me@gmail.com>"
,
]
license = "MIT"
readme = "readme.md"
documentation = "https://docs.rs/gmailer"
repository = "https://github.com/Wandalen/wTools/tree/master/module/core/gmailer"
homepage = "https://github.com/Wandalen/wTools/tree/master/module/core/gmailer"
description = """
Gmail email sending library
"""
categories = [ "email" ]
keywords = [ "gmail", "email", "google", "send" ]

[package.metadata.docs.rs]
features = [ "full" ]
all-features = false

[features]
default = [ "enabled" ]
full = [ "enabled" ]
enabled = []

[dependencies]

[dev-dependencies]