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