[package]
name = "api_gmail"
version = "0.1.0"
edition = "2021"
authors = [
"wandalen <wandalen.me@gmail.com>"
,
]
license = "MIT"
readme = "readme.md"
documentation = "https://docs.rs/api_gmail"
repository = "https://github.com/Wandalen/wTools/tree/master/module/core/api_gmail"
homepage = "https://github.com/Wandalen/wTools/tree/master/module/core/api_gmail"
description = """
API client for Gmail
"""
categories = [ "api-bindings" ]
keywords = [ "gmail", "google", "email", "api" ]
[package.metadata.docs.rs]
features = [ "full" ]
all-features = false
[features]
default = [ "enabled" ]
full = [ "enabled" ]
enabled = []
[dependencies]
[dev-dependencies]