mail-server/crates/jmap-proto/Cargo.toml
mdecimus afef1552b8
Some checks failed
trivy / Check (push) Has been cancelled
v0.10.6
2024-11-07 16:32:54 +01:00

19 lines
536 B
TOML

[package]
name = "jmap_proto"
version = "0.10.6"
edition = "2021"
resolver = "2"
[dependencies]
store = { path = "../store" }
utils = { path = "../utils" }
trc = { path = "../trc" }
mail-parser = { version = "0.9", features = ["full_encoding", "serde_support", "ludicrous_mode"] }
fast-float = "0.2.0"
serde = { version = "1.0", features = ["derive"]}
ahash = { version = "0.8.2", features = ["serde"] }
serde_json = { version = "1.0", features = ["raw_value"] }
[dev-dependencies]
tokio = { version = "1.23", features = ["full"] }