mirror of
https://github.com/stalwartlabs/mail-server.git
synced 2025-09-18 09:54:28 +08:00
18 lines
445 B
TOML
18 lines
445 B
TOML
[package]
|
|
name = "imap_proto"
|
|
version = "0.12.0"
|
|
edition = "2024"
|
|
resolver = "2"
|
|
|
|
[dependencies]
|
|
jmap_proto = { path = "../jmap-proto" }
|
|
store = { path = "../store" }
|
|
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.45", features = ["full"] }
|