Files
Stalwart/crates/imap-proto/Cargo.toml
2025-11-05 17:45:07 +01:00

17 lines
390 B
TOML

[package]
name = "imap_proto"
version = "0.14.1"
edition = "2024"
[dependencies]
types = { path = "../types" }
mail-parser = { version = "0.11", features = ["full_encoding", "rkyv"] }
ahash = { version = "0.8" }
chrono = { version = "0.4"}
trc = { path = "../trc" }
hashify = { version = "0.2" }
compact_str = "0.9.0"
[dev-dependencies]
tokio = { version = "1.47", features = ["full"] }