]> git.proxmox.com Git - proxmox-perl-rs.git/blob - pve-rs/Cargo.toml
bump common to 0.3.1
[proxmox-perl-rs.git] / pve-rs / Cargo.toml
1 [package]
2 name = "pve-rs"
3 version = "0.8.5"
4 description = "PVE parts which have been ported to Rust"
5 homepage = "https://www.proxmox.com"
6 authors = ["Proxmox Support Team <support@proxmox.com>"]
7 edition = "2021"
8 license = "AGPL-3"
9 repository = "https://git.proxmox.com/?p=proxmox.git"
10
11 exclude = [
12 "debian",
13 ]
14
15 [lib]
16 crate-type = [ "cdylib" ]
17
18 [dependencies]
19 anyhow = "1.0"
20 base32 = "0.4"
21 base64 = "0.13"
22 env_logger = "0.9"
23 hex = "0.4"
24 http = "0.2.7"
25 libc = "0.2"
26 log = "0.4.17"
27 nix = "0.26"
28 openssl = "0.10.40"
29 serde = "1.0"
30 serde_bytes = "0.11"
31 serde_json = "1.0"
32 url = "2"
33
34 perlmod = { version = "0.13", features = [ "exporter" ] }
35
36 proxmox-apt = "0.10"
37 proxmox-http = { version = "0.9", features = ["client-sync", "client-trait"] }
38 proxmox-notify = "0.1"
39 proxmox-openid = "0.10"
40 proxmox-resource-scheduling = "0.3.0"
41 proxmox-subscription = "0.4"
42 proxmox-sys = "0.5"
43 proxmox-tfa = { version = "4.0.4", features = ["api"] }
44 proxmox-time = "1.1.3"