forked from Proxmox/proxmox
bd944b06f9
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
19 lines
496 B
TOML
19 lines
496 B
TOML
[package]
|
|
name = "proxmox-ldap"
|
|
version = "0.2.2"
|
|
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
|