panorama/imap/Cargo.toml

21 lines
391 B
TOML
Raw Normal View History

2021-08-06 02:26:39 +00:00
[package]
name = "imap"
version = "0.1.0"
edition = "2018"
[features]
rfc2177-idle = []
[dependencies]
anyhow = "1.0.42"
bytes = "1.0.1"
derive_builder = "0.10.2"
futures = "0.3.16"
imap-proto = "0.14.3"
log = "0.4.14"
nom = "6.2.1"
tokio = { version = "1.9.0", features = ["full"] }
tokio-rustls = "0.22.0"
tokio-util = { version = "0.6.7", features = ["codec"] }
webpki-roots = "0.21.1"