Files
jcoffey-dev 7dae9b29fd Import upstream v0.16.22, stripped
Upstream commit: 474dd0229cb20cf513036619781ed97bd8073c3f
Enterprise-only files removed or emptied: 63
Enterprise-only snippets removed: 117 in 50 files
Dangling module declarations removed: 5
Cargo edits turning enterprise off: 14
Verification: clean
Enterprise feature gates left for rebuilt features: 19 in 18 files

Produced by tools/fork/strip.py. The full report is in docs/fork/strip-reports/ on main.
2026-09-18 10:21:56 -07:00

44 lines
1.2 KiB
TOML

[package]
name = "directory"
version = "0.16.22"
edition = "2024"
[dependencies]
utils = { path = "../utils" }
store = { path = "../store" }
trc = { path = "../trc" }
registry = { path = "../registry" }
mail-parser = { version = "0.11" }
mail-builder = { version = "1.0" }
tokio = { version = "1.53", features = ["net"] }
ldap3 = { version = "0.12", default-features = false, features = ["tls-rustls-aws-lc-rs"] }
deadpool = { version = "0.13", features = ["managed", "rt_tokio_1"] }
ahash = { version = "0.8" }
pwhash = "1"
argon2 = "0.6.0"
pbkdf2 = { version = "0.13.0", features = ["phc"] }
scrypt = { version = "0.12.0", features = ["phc"] }
sha1 = "0.11"
sha2 = "0.11"
md5 = "0.8.1"
serde = { version = "1.0", features = ["derive"]}
totp-rs = { version = "6.0.0", features = ["otpauth"] }
reqwest = { version = "0.13", default-features = false, features = ["rustls", "http2"] }
serde_json = "1.0"
base64 = "0.23"
nohash-hasher = "0.2.0"
jsonwebtoken = { version = "11.0.0", features = ["aws_lc_rs"] }
[dev-dependencies]
tokio = { version = "1.53", features = ["full"] }
[features]
test_mode = []
enterprise = []
mysql = []
postgres = []
sqlite = []
[lints]
workspace = true