-
Notifications
You must be signed in to change notification settings - Fork 3
/
Cargo.toml
34 lines (25 loc) · 1.17 KB
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[package]
name = "ldap-proxy"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
concread = "^0.5.3"
clap = { version = "4.5", features = ["derive", "env"] }
futures-util = { version = "^0.3.31", features = ["sink"] }
hashbrown = { version = "0.15", features = ["serde"] }
openssl = "^0.10.68"
serde = { version = "^1.0.217", features = ["derive"] }
tikv-jemallocator = "0.6"
tokio = { version = "^1.42.0", features = ["rt", "rt-multi-thread", "macros", "net", "signal", "io-util"] }
tokio-util = { version = "^0.7.13", features = ["codec"] }
tokio-openssl = "^0.6.5"
toml = "^0.8.19"
tracing = { version = "^0.1.41", features = ["max_level_trace", "release_max_level_debug"] }
tracing-forest = { version = "0.1.6", features = ["chrono", "smallvec", "tokio"] }
url = { version = "^2.5.2", features = ["serde"] }
ldap3_proto = { version = "0.5.2", features = ["serde"] }
uuid = { version = "1.11.0", features = ["serde"] }
[patch.crates-io]
# ldap3_proto = { path = "../ldap3/proto" }
# ldap3_proto = { git = "https://github.com/kanidm/ldap3.git", rev = "63b77d71ea5e210d8c016c3e60dffed7bd644116" }