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