ion-mail 0.2.4

Mail CLI in Rust supporting all mail functions & OAuth2 login
# 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"
name = "ion-mail"
version = "0.2.4"
authors = ["Paul8711 <contact@paul8711.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Mail CLI in Rust supporting all mail functions & OAuth2 login"
readme = "README.md"
license = "AGPL-3.0-only"
repository = "https://github.com/paul8711-code/ion-mail"

[package.metadata.wix]
upgrade-guid = "E939105E-8B38-4C78-80D6-65E9FB114071"
path-guid = "017A142D-3D40-45FD-8FF2-C54C1A05F96C"
license = false
eula = false

[[bin]]
name = "ion-mail"
path = "src/main.rs"

[dependencies.chrono]
version = "0.4.44"

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

[dependencies.dialoguer]
version = "0.12.0"

[dependencies.dirs]
version = "6.0.0"

[dependencies.email_address]
version = "0.2.9"

[dependencies.html2md]
version = "0.2.15"

[dependencies.imap]
version = "2.4.1"

[dependencies.keyring-core]
version = "1.0.0"

[dependencies.lettre]
version = "0.11.21"

[dependencies.mailparse]
version = "0.16.1"

[dependencies.markdown]
version = "1.0.0"

[dependencies.mime_guess]
version = "2.0.5"

[dependencies.minus]
version = "5.6.1"
features = ["dynamic_output"]

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

[dependencies.oauth2]
version = "5.0.0"
features = ["reqwest-blocking"]

[dependencies.reqwest]
version = "0.13.3"
features = ["blocking"]

[dependencies.serde]
version = "1.0.228"

[dependencies.serde_json]
version = "1.0.150"

[dependencies.shellexpand]
version = "3.1.2"

[dependencies.strip_markdown]
version = "0.2.0"

[dependencies.termimad]
version = "0.34.1"

[dependencies.toml]
version = "1.1.2"

[target.'cfg(target_os = "linux")'.dependencies.zbus-secret-service-keyring-store]
version = "1.0.0"
features = ["crypto-rust"]

[target.'cfg(target_os = "windows")'.dependencies.windows-native-keyring-store]
version = "1.0.0"

[profile.dist]
lto = "thin"
inherits = "release"