2021-11-09 10:56:38 +03:00
[ package ]
name = "pve-rs"
2024-01-10 16:20:00 +03:00
version = "0.8.8"
2021-11-09 10:56:38 +03:00
description = "PVE parts which have been ported to Rust"
homepage = "https://www.proxmox.com"
2023-05-17 10:03:49 +03:00
authors = [ "Proxmox Support Team <support@proxmox.com>" ]
edition = "2021"
license = "AGPL-3"
repository = "https://git.proxmox.com/?p=proxmox.git"
2021-11-09 10:56:38 +03:00
exclude = [
"debian" ,
]
[ lib ]
crate-type = [ "cdylib" ]
[ dependencies ]
2023-05-17 10:03:49 +03:00
anyhow = "1.0"
base32 = "0.4"
base64 = "0.13"
2023-10-03 10:59:58 +03:00
env_logger = "0.10"
2023-05-17 10:03:49 +03:00
hex = "0.4"
http = "0.2.7"
libc = "0.2"
2023-07-20 17:31:59 +03:00
log = "0.4.17"
2023-05-17 10:03:49 +03:00
nix = "0.26"
openssl = "0.10.40"
serde = "1.0"
serde_bytes = "0.11"
serde_json = "1.0"
url = "2"
2021-11-09 10:56:38 +03:00
2023-05-17 10:03:49 +03:00
perlmod = { version = "0.13" , features = [ "exporter" ] }
2021-11-09 10:56:38 +03:00
2023-09-05 17:32:45 +03:00
proxmox-apt = "0.10.6"
2023-05-24 17:05:33 +03:00
proxmox-http = { version = "0.9" , features = [ "client-sync" , "client-trait" ] }
2023-07-26 17:18:24 +03:00
proxmox-http-error = "0.1.0"
2024-01-10 16:11:09 +03:00
proxmox-notify = { version = "0.3.1" , features = [ "pve-context" ] }
2023-05-24 17:05:33 +03:00
proxmox-openid = "0.10"
2023-05-17 10:03:49 +03:00
proxmox-resource-scheduling = "0.3.0"
2023-05-24 17:05:33 +03:00
proxmox-subscription = "0.4"
proxmox-sys = "0.5"
2023-07-05 11:59:52 +03:00
proxmox-tfa = { version = "4.0.4" , features = [ "api" ] }
2023-05-17 10:03:49 +03:00
proxmox-time = "1.1.3"