Files
jcoffey-dev 3a272096c0
trivy / Check (pull_request) Waiting to run
Import upstream v0.16.23, stripped
Upstream commit: 9d1c75ab68435e4417337f768291e5f947686203
Enterprise-only files removed or emptied: 63
Enterprise-only snippets removed: 118 in 50 files
Dangling module declarations removed: 5
Edits turning enterprise off: 25
Third-party code: 14 files, 0 not in THIRD-PARTY.md
Verification: clean

One snippet more than v0.16.22, in crates/common/src/auth/authentication.rs
(3, was 2).
2026-09-22 16:31:25 -07:00

44 lines
1.2 KiB
TOML

[package]
name = "directory"
version = "0.16.23"
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