[package] name = "imap_proto" version = "0.1.0" edition = "2021" resolver = "2" [dependencies] mail-parser = { git = "https://github.com/stalwartlabs/mail-parser", features = ["full_encoding", "serde_support", "ludicrous_mode"] } ahash = { version = "0.8" } chrono = { version = "0.4"}