mirror of
https://github.com/stalwartlabs/mail-server.git
synced 2024-11-15 22:05:55 +08:00
13 lines
459 B
TOML
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"] }
|