mirror of
https://github.com/stalwartlabs/stalwart.git
synced 2026-03-17 14:34:03 +00:00
18 lines
420 B
TOML
18 lines
420 B
TOML
[package]
|
|
name = "imap_proto"
|
|
version = "0.15.5"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
types = { path = "../types" }
|
|
utils = { path = "../utils" }
|
|
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"] }
|