2020-12-23 23:55:57 +00:00
|
|
|
[package]
|
|
|
|
name = "himalaya"
|
2021-04-27 12:54:53 +00:00
|
|
|
description = "📫 CLI email client"
|
2021-06-03 14:15:46 +00:00
|
|
|
version = "0.4.0"
|
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-05-31 12:19:55 +00:00
|
|
|
atty = "0.2.14"
|
2021-04-24 20:53:30 +00:00
|
|
|
chrono = "0.4.19"
|
2021-04-27 22:47:24 +00:00
|
|
|
clap = {version = "2.33.3", default-features = false, features = ["suggestions", "color"]}
|
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"
|
2021-05-09 19:40:37 +00:00
|
|
|
imap = "3.0.0-alpha.3"
|
2021-05-14 16:49:31 +00:00
|
|
|
lettre = "0.10.0-rc.1"
|
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"
|
2021-04-27 12:54:53 +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-04-27 12:54:53 +00:00
|
|
|
uuid = {version = "0.8", features = ["v4"]}
|