Files
Stalwart/crates/registry/Cargo.toml
2026-03-11 17:07:58 +01:00

18 lines
325 B
TOML

[package]
name = "registry"
version = "0.15.4"
edition = "2024"
[dependencies]
utils = { path = "../utils" }
trc = { path = "../trc" }
types = { path = "../types" }
serde = { version = "1.0", features = ["derive"]}
serde_json = "1.0"
hashify = "0.2.7"
ahash = { version = "0.8" }
[features]
test_mode = []
enterprise = []