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