slashmail 0.3.0

CLI for searching, managing, and bulk-operating on emails via IMAP
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"
rust-version = "1.83"
name = "slashmail"
version = "0.3.0"
authors = ["Michael Wassmer <mikewassmer@protonmail.com>"]
build = false
exclude = [
    ".github/",
    "CLAUDE.md",
    "audit.md",
    "deny.toml",
    "flake.nix",
    "flake.lock",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for searching, managing, and bulk-operating on emails via IMAP"
homepage = "https://github.com/mwmdev/slashmail"
readme = "README.md"
keywords = [
    "email",
    "imap",
    "cli",
    "search",
    "delete",
]
categories = [
    "command-line-utilities",
    "email",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/mwmdev/slashmail"

[features]
integration-tests = []
vendored-openssl = ["openssl"]

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

[[bin]]
name = "slashmail"
path = "src/main.rs"

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

[dependencies.anyhow]
version = "1"

[dependencies.clap]
version = "4"
features = [
    "derive",
    "env",
]

[dependencies.clap_complete]
version = "4"

[dependencies.clap_mangen]
version = "0.2"

[dependencies.comfy-table]
version = "=7.1.3"

[dependencies.dirs]
version = "6"

[dependencies.imap]
version = "2.4"

[dependencies.indicatif]
version = "0.17"

[dependencies.inquire]
version = "0.9"

[dependencies.mailparse]
version = "0.15"

[dependencies.native-tls]
version = "0.2"

[dependencies.openssl]
version = "0.10"
features = ["vendored"]
optional = true

[dependencies.regex]
version = "1"

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

[dependencies.toml]
version = "0.8"

[dependencies.zeroize]
version = "1"

[dev-dependencies.lettre]
version = "0.11"

[profile.release]
lto = true
codegen-units = 1
strip = true