Files
stalwart/crates/groupware/Cargo.toml

32 lines
796 B
TOML

[package]
name = "groupware"
version = "0.16.18"
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.53", features = ["net", "macros"] }
rkyv = { version = "0.8.17", features = ["little_endian"] }
percent-encoding = "2.3.2"
compact_str = "0.10.0"
ahash = { version = "0.8" }
chrono = "0.4.45"
serde = { version = "1.0", features = ["derive"]}
serde_json = "1.0"
[features]
test_mode = []
enterprise = []
[dev-dependencies]
tokio = { version = "1.53", features = ["full"] }