mail-server/crates/imap-proto/Cargo.toml
2023-06-13 19:52:13 +00:00

10 lines
288 B
TOML

[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"}