mail-server/crates/jmap-proto/Cargo.toml
2023-06-09 18:28:01 +00:00

18 lines
560 B
TOML

[package]
name = "jmap_proto"
version = "0.1.0"
edition = "2021"
resolver = "2"
[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"] }
tracing = "0.1"
[dev-dependencies]
tokio = { version = "1.23", features = ["full"] }