Files
Stalwart/crates/groupware/Cargo.toml
Maurus Decimus bdba3f20e1 v0.16.5
2026-05-11 17:14:26 +02:00

32 lines
794 B
TOML

[package]
name = "groupware"
version = "0.16.5"
edition = "2024"
[dependencies]
utils = { path = "../utils" }
store = { path = "../store" }
common = { path = "../common" }
types = { path = "../types" }
trc = { path = "../trc" }
nlp = { path = "../nlp" }
directory = { path = "../directory" }
registry = { path = "../registry" }
calcard = { version = "0.3", features = ["rkyv"] }
hashify = "0.2"
tokio = { version = "1.47", features = ["net", "macros"] }
rkyv = { version = "0.8.10", features = ["little_endian"] }
percent-encoding = "2.3.1"
compact_str = "0.9.0"
ahash = { version = "0.8" }
chrono = "0.4.40"
serde = { version = "1.0", features = ["derive"]}
serde_json = "1.0"
[features]
test_mode = []
enterprise = []
[dev-dependencies]
tokio = { version = "1.47", features = ["full"] }