[[bin]]
name = "cull-gmail"
path = "src/main.rs"
[dependencies.clap]
features = ["derive"]
version = "4.5.48"
[dependencies.clap-verbosity-flag]
features = ["tracing"]
version = "3.0.4"
[dependencies.env_logger]
version = "0.11.8"
[dependencies.google-gmail1]
version = "6.0.0"
[dependencies.log]
version = "0.4.28"
[dependencies.serde]
features = ["derive"]
version = "1.0.228"
[dependencies.serde_json]
version = "1.0.145"
[dependencies.thiserror]
version = "2.0.17"
[dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1.47.1"
[lib]
name = "cull_gmail"
path = "src/lib.rs"
[lints.clippy]
uninlined-format-args = "warn"
unnecessary_semicolon = "warn"
[lints.rust]
dead-code = "allow"
[package]
authors = ["Jeremiah Russell <jrussell@jerus.ie>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "Cull emails from a gmail account using the gmail API"
edition = "2024"
include = ["**/*.rs", "Cargo.toml", "README.md", "LICENSE-MIT", "LICENSE-APACHE", "CHANGELOG.md", "docs"]
keywords = ["gmail", "gmail-api", "management"]
license = "MIT"
name = "cull-gmail"
readme = "README.md"
repository = "https://github.com/jerus-org/cull-gmail"
rust-version = "1.87"
version = "0.0.2"