Files
Stalwart/crates/imap-proto/Cargo.toml
mdecimus 337f4b3a48 v0.11.5
2025-02-01 10:12:18 +01:00

18 lines
432 B
TOML

[package]
name = "imap_proto"
version = "0.11.5"
edition = "2021"
resolver = "2"
[dependencies]
jmap_proto = { path = "../jmap-proto" }
store = { path = "../store" }
mail-parser = { version = "0.10", features = ["full_encoding", "serde_support"] }
ahash = { version = "0.8" }
chrono = { version = "0.4"}
trc = { path = "../trc" }
hashify = { version = "0.2" }
[dev-dependencies]
tokio = { version = "1.23", features = ["full"] }