[dependencies]
[lib]
name = "cull_gmail"
path = "src/lib.rs"
[package]
authors = ["Jeremiah Russell <jrussell@jerus.ie>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = """
Tool to assist in culling 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.1"