mcp-gmailcal 0.10.0

A MCP server for google mail, calendar, and contacts.
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 = "mcp-gmailcal"
version = "0.10.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A MCP server for google mail, calendar, and contacts."
readme = "README.md"
license = "MIT"

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

[[bin]]
name = "mcp-gmailcal"
path = "src/main.rs"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[[bench]]
name = "benchmarks"
path = "benches/benchmarks.rs"
harness = false

[dependencies.aes-gcm]
version = "0.10.3"

[dependencies.axum]
version = "0.7"

[dependencies.base64]
version = "0.13"

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

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.dirs]
version = "6.0.0"

[dependencies.dotenv]
version = "0.15.0"

[dependencies.env_logger]
version = "0.10"

[dependencies.http]
version = "0.2"

[dependencies.lazy_static]
version = "1.4"

[dependencies.log]
version = "0.4"

[dependencies.mcp-attr]
version = "0.0.5"

[dependencies.rand]
version = "0.8"

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

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

[dependencies.serde_json]
version = "1.0"

[dependencies.simplelog]
version = "0.12"

[dependencies.thiserror]
version = "1.0"

[dependencies.time]
version = "0.3"
features = [
    "macros",
    "formatting",
]

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

[dependencies.url]
version = "2.5"

[dependencies.urlencoding]
version = "2.1.3"

[dependencies.uuid]
version = "1.7"
features = ["v4"]

[dependencies.webbrowser]
version = "0.8"

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

[dev-dependencies.futures]
version = "0.3"

[dev-dependencies.mockall]
version = "0.11.4"

[dev-dependencies.mockito]
version = "1.2.0"

[dev-dependencies.proptest]
version = "1.4.0"

[dev-dependencies.tempfile]
version = "3.19.1"

[dev-dependencies.tokio]
version = "1.44.1"
features = ["full"]