2020-12-23 23:55:57 +00:00
|
|
|
[package]
|
|
|
|
name = "himalaya"
|
2021-01-02 23:49:51 +00:00
|
|
|
description = "📫 Minimalist CLI email client"
|
2021-04-16 22:09:06 +00:00
|
|
|
version = "0.2.6"
|
2020-12-25 21:39:16 +00:00
|
|
|
authors = ["soywod <clement.douin@posteo.net>"]
|
2020-12-23 23:55:57 +00:00
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[dependencies]
|
2021-04-08 12:29:04 +00:00
|
|
|
clap = {version = "2.33.3", default-features = false, features = ["suggestions"]}
|
2021-04-08 22:15:16 +00:00
|
|
|
env_logger = "0.8.3"
|
2021-03-12 21:59:08 +00:00
|
|
|
error-chain = "0.12.4"
|
2020-12-25 21:39:16 +00:00
|
|
|
imap = "2.4.0"
|
2021-04-03 20:30:57 +00:00
|
|
|
lettre = "0.10.0-beta.3"
|
2021-04-08 22:15:16 +00:00
|
|
|
log = "0.4.14"
|
2021-01-03 16:28:42 +00:00
|
|
|
mailparse = "0.13.1"
|
2020-12-25 21:39:16 +00:00
|
|
|
native-tls = "0.2"
|
2021-01-18 10:57:53 +00:00
|
|
|
rfc2047-decoder = "0.1.2"
|
2020-12-25 21:39:16 +00:00
|
|
|
serde = { version = "1.0.118", features = ["derive"] }
|
2021-01-17 09:03:19 +00:00
|
|
|
serde_json = "1.0.61"
|
2021-01-16 18:38:03 +00:00
|
|
|
terminal_size = "0.1.15"
|
2020-12-23 23:55:57 +00:00
|
|
|
toml = "0.5.8"
|
2021-04-03 20:30:57 +00:00
|
|
|
tree_magic = "0.2.3"
|
2021-04-08 10:59:44 +00:00
|
|
|
unicode-width = "0.1.7"
|
2021-03-10 15:46:47 +00:00
|
|
|
uuid = { version = "0.8", features = ["v4"] }
|