az-gmail-code 2026.5.10

Authorized Gmail API client for reading verification codes from owned mailboxes
Documentation
[package]
name = "az-gmail-code"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
authors.workspace = true
description = "Authorized Gmail API client for reading verification codes from owned mailboxes"

[dependencies]
az-oauth2.workspace = true
base64.workspace = true
regex.workspace = true
reqwest.workspace = true
serde.workspace = true
serde_json.workspace = true
thiserror.workspace = true
urlencoding.workspace = true

[lints]
workspace = true