proxmox/proxmox-ldap/Cargo.toml
Wolfgang Bumiller e9499bbcf2 bump proxmox-ldap to 0.2.1-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2023-08-08 14:09:19 +02:00

19 lines
496 B
TOML

[package]
name = "proxmox-ldap"
version = "0.2.1"
authors.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
exclude.workspace = true
description = "Proxmox library for LDAP authentication/synchronization"
[dependencies]
anyhow.workspace = true
ldap3 = { workspace = true, default-features = false, features = ["tls"] }
serde = { workspace = true, features = ["derive"] }
native-tls.workspace = true
[dev_dependencies]
proxmox-async.workspace = true