thrum 0.0.6

A terminal email client
# 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 = "thrum"
version = "0.0.6"
authors = ["whutchinson98"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A terminal email client"
homepage = "https://github.com/whutchinson98/thrum"
readme = "README.md"
keywords = [
    "email",
    "terminal",
    "tui",
    "mail",
    "client",
]
categories = [
    "command-line-utilities",
    "email",
]
license = "MIT"
repository = "https://github.com/whutchinson98/thrum"

[features]
tracing = [
    "dep:tracing",
    "dep:tracing-subscriber",
]

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

[dependencies.chrono]
version = "0.4"

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

[dependencies.crossterm]
version = "0.29"

[dependencies.dirs]
version = "6"

[dependencies.imap]
version = "2.4"

[dependencies.imap-proto]
version = "0.10"

[dependencies.lettre]
version = "0.11"
features = [
    "smtp-transport",
    "native-tls",
    "builder",
]
default-features = false

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

[dependencies.ratatui]
version = "0.30"

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

[dependencies.thiserror]
version = "2"

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1.44"
optional = true

[dependencies.tracing-subscriber]
version = "0.3"
optional = true

[dev-dependencies.mockall]
version = "0.13"