]> git.proxmox.com Git - pve-rs.git/blame - Cargo.toml
update proxmox, apt, openid dependencies
[pve-rs.git] / Cargo.toml
CommitLineData
8de80f3d
FE
1[package]
2name = "pve-rs"
df3e065c 3version = "0.2.2"
8de80f3d
FE
4authors = ["Proxmox Support Team <support@proxmox.com>"]
5edition = "2018"
6license = "AGPL-3"
7description = "PVE parts which have been ported to Rust"
8homepage = "https://www.proxmox.com"
9exclude = [
10 "build",
11 "debian",
12 "PVE",
13]
14
15[lib]
16crate-type = [ "cdylib" ]
17
18[dependencies]
19anyhow = "1.0"
60bbd515 20proxmox = { version = "0.12.1", default-features = false }
1d9a4d12 21perlmod = { version = "0.5.2", features = [ "exporter" ] }
60bbd515
TL
22proxmox-apt = "0.6.0"
23proxmox-openid = "0.6.1"
37b2e7e6 24serde = "1.0"