2021-11-26 16:55:15 +03:00
[ package ]
name = "pmg-rs"
2023-12-07 11:52:06 +03:00
version = "0.7.5"
2021-11-26 16:55:15 +03:00
description = "PMG parts which have been ported to rust"
2023-05-17 10:03:49 +03:00
homepage = "https://www.proxmox.com"
authors = [ "Proxmox Support Team <support@proxmox.com>" ]
edition = "2021"
license = "AGPL-3"
repository = "https://git.proxmox.com/?p=proxmox.git"
2023-04-28 13:37:50 +03:00
2024-07-01 14:45:50 +03:00
exclude = [ "build" , "debian" , "PMG" ]
2021-11-26 16:55:15 +03:00
[ lib ]
2024-07-01 14:45:50 +03:00
crate-type = [ "cdylib" ]
2021-11-26 16:55:15 +03:00
[ dependencies ]
2023-05-17 10:03:49 +03:00
anyhow = "1.0"
hex = "0.4"
http = "0.2.7"
libc = "0.2"
2024-07-03 13:41:33 +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-26 16:55:15 +03:00
2024-07-01 14:45:50 +03:00
perlmod = { version = "0.13.4" , features = [ "exporter" ] }
2021-11-26 16:55:15 +03:00
2024-06-10 13:46:37 +03:00
proxmox-acme = { version = "0.5" , features = [ "client" , "api-types" ] }
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-10-04 10:06:37 +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 = "0.4"
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"