2021-11-09 08:56:38 +01:00
[ package ]
name = "pve-rs"
2024-08-09 13:46:22 +02:00
version = "0.8.10"
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
2024-07-01 13:45:50 +02:00
exclude = [ "debian" ]
2021-11-09 08:56:38 +01:00
[ lib ]
2024-07-01 13:45:50 +02:00
crate-type = [ "cdylib" ]
2021-11-09 08:56:38 +01:00
[ dependencies ]
2023-05-17 09:03:49 +02:00
anyhow = "1.0"
base32 = "0.4"
base64 = "0.13"
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"
2024-07-17 12:44:46 +02:00
tracing = "0.1.37"
2023-05-17 09:03:49 +02:00
url = "2"
2021-11-09 08:56:38 +01:00
2024-07-01 13:45:50 +02:00
perlmod = { version = "0.13" , features = [ "exporter" ] }
2021-11-09 08:56:38 +01:00
2024-07-02 14:15:04 +02:00
proxmox-apt = { version = "0.11" , features = [ "cache" ] }
2024-07-01 13:45:50 +02:00
proxmox-apt-api-types = "1.0"
proxmox-config-digest = "0.1"
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"
2024-07-25 12:56:06 +02:00
proxmox-log = "0.2"
2024-06-03 14:14:59 +02:00
proxmox-notify = { version = "0.4" , 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"
2024-08-06 14:59:57 +02:00
proxmox-shared-cache = "0.1.0"
2023-05-24 16:05:33 +02:00
proxmox-subscription = "0.4"
2024-07-17 12:44:46 +02:00
proxmox-sys = "0.6"
2024-07-04 10:48:48 +02:00
proxmox-tfa = { version = "5" , features = [ "api" ] }
2024-06-20 14:11:11 +02:00
proxmox-time = "2"