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