cull-gmail 0.1.3

Cull emails from a gmail account using the gmail API
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 = "2024"
rust-version = "1.88"
name = "cull-gmail"
version = "0.1.3"
authors = ["Jeremiah Russell <jrussell@jerus.ie>"]
build = false
include = [
    "**/*.rs",
    "Cargo.toml",
    "README.md",
    "LICENSE-MIT",
    "LICENSE-APACHE",
    "CHANGELOG.md",
    "docs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cull emails from a gmail account using the gmail API"
readme = "README.md"
keywords = [
    "gmail",
    "gmail-api",
    "management",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/jerus-org/cull-gmail"

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

[[bin]]
name = "cull-gmail"
path = "src/cli/main.rs"

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

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

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

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

[dependencies.base64]
version = "0.22.1"

[dependencies.chrono]
version = "0.4.43"

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

[dependencies.clap-verbosity-flag]
version = "3.0.4"
features = ["tracing"]

[dependencies.config]
version = "0.15.19"
features = [
    "json",
    "toml",
]
default-features = false

[dependencies.dialoguer]
version = "0.12.0"

[dependencies.env_logger]
version = "0.11.9"

[dependencies.flate2]
version = "1.1.9"

[dependencies.google-gmail1]
version = "7.0.0"
features = [
    "yup-oauth2",
    "aws-lc-rs",
]
default-features = false

[dependencies.hyper-rustls]
version = "0.27.7"
features = ["http1"]

[dependencies.indicatif]
version = "0.18.3"

[dependencies.lazy-regex]
version = "3.6.0"

[dependencies.log]
version = "0.4.29"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.49.0"
features = [
    "macros",
    "rt-multi-thread",
    "process",
]

[dependencies.toml]
version = "1.0.0"

[dev-dependencies.assert_cmd]
version = "2.1.2"

[dev-dependencies.assert_fs]
version = "1.1.3"

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

[dev-dependencies.httpmock]
version = "0.8.3"

[dev-dependencies.predicates]
version = "3.1.4"

[dev-dependencies.temp-env]
version = "0.3.6"

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

[dev-dependencies.tokio-test]
version = "0.4.5"

[lints.clippy]
uninlined-format-args = "warn"
unnecessary_semicolon = "warn"

[lints.rust]
dead-code = "allow"