mxr-provider-gmail 0.4.15

Gmail API adapter for mxr
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "mxr-provider-gmail"
version = "0.4.15"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Gmail API adapter for mxr"
homepage = "https://github.com/planetaryescape/mxr"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/planetaryescape/mxr"

[lib]
name = "mxr_provider_gmail"
path = "src/lib.rs"

[[test]]
name = "live_smoke"
path = "tests/live_smoke.rs"

[dependencies.anyhow]
version = "1"

[dependencies.async-trait]
version = "0.1"

[dependencies.base64]
version = "0.22"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.dirs]
version = "6"

[dependencies.futures]
version = "0.3"

[dependencies.mxr-compose]
version = "0.4.15"

[dependencies.mxr-core]
version = "0.4.15"

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

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2"

[dependencies.uuid]
version = "1"
features = [
    "v5",
    "v7",
    "serde",
]

[dependencies.yup-oauth2]
version = "11"

[dev-dependencies.insta]
version = "1"
features = ["yaml"]

[dev-dependencies.mail-parser]
version = "0.9"

[dev-dependencies.mxr-provider-fake]
version = "0.4.15"

[dev-dependencies.mxr-test-support]
version = "0.4.15"

[dev-dependencies.tokio]
version = "1"
features = [
    "full",
    "test-util",
]

[dev-dependencies.wiremock]
version = "0.6"