]> git.proxmox.com Git - proxmox.git/blame - proxmox-ldap/Cargo.toml
bump proxmox-schema to 3.0.1-1
[proxmox.git] / proxmox-ldap / Cargo.toml
CommitLineData
0e2f88cc
LW
1[package]
2name = "proxmox-ldap"
e9499bbc 3version = "0.2.1"
0e2f88cc
LW
4authors.workspace = true
5edition.workspace = true
6license.workspace = true
7repository.workspace = true
8exclude.workspace = true
9description = "Proxmox library for LDAP authentication/synchronization"
10
11[dependencies]
6fd77c9a 12anyhow.workspace = true
4ff5c595 13ldap3 = { workspace = true, default-features = false, features = ["tls"] }
6fd77c9a
LW
14serde = { workspace = true, features = ["derive"] }
15native-tls.workspace = true
16
582e994c
LW
17[dev_dependencies]
18proxmox-async.workspace = true