mail-server/crates/jmap-proto/Cargo.toml
2023-04-14 07:04:36 +00:00

13 lines
459 B
TOML

[package]
name = "jmap_proto"
version = "0.1.0"
edition = "2021"
[dependencies]
store = { path = "../store" }
utils = { path = "../utils" }
mail-parser = { git = "https://github.com/stalwartlabs/mail-parser", features = ["full_encoding", "serde_support", "ludicrous_mode"] }
fast-float = "0.2.0"
serde = { version = "1.0", features = ["derive"]}
ahash = { version = "0.8.0", features = ["serde"] }
serde_json = { version = "1.0", features = ["raw_value"] }