[package] name = "imap_proto" version = "0.16.22" edition = "2024" [dependencies] types = { path = "../types" } utils = { path = "../utils" } mail-parser = { version = "0.11", features = ["full_encoding", "rkyv"] } ahash = { version = "0.8" } base64 = "0.23" chrono = { version = "0.4"} trc = { path = "../trc" } hashify = { version = "0.2" } compact_str = "0.10.0" [dev-dependencies] [lints] workspace = true