mirror of
https://github.com/soywod/himalaya.git
synced 2024-11-22 02:50:19 +00:00
24 lines
631 B
TOML
24 lines
631 B
TOML
[package]
|
|
name = "himalaya"
|
|
description = "📫 Minimalist CLI email client"
|
|
version = "0.2.6"
|
|
authors = ["soywod <clement.douin@posteo.net>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
clap = {version = "2.33.3", default-features = false, features = ["suggestions"]}
|
|
env_logger = "0.8.3"
|
|
error-chain = "0.12.4"
|
|
imap = "2.4.0"
|
|
lettre = "0.10.0-beta.3"
|
|
log = "0.4.14"
|
|
mailparse = "0.13.1"
|
|
native-tls = "0.2"
|
|
rfc2047-decoder = "0.1.2"
|
|
serde = { version = "1.0.118", features = ["derive"] }
|
|
serde_json = "1.0.61"
|
|
terminal_size = "0.1.15"
|
|
toml = "0.5.8"
|
|
tree_magic = "0.2.3"
|
|
unicode-width = "0.1.7"
|
|
uuid = { version = "0.8", features = ["v4"] }
|