b67ff27d9e
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
37 lines
731 B
TOML
37 lines
731 B
TOML
[package]
|
|
name = "pmg-rs"
|
|
version = "0.5.0"
|
|
authors = [
|
|
"Proxmox Support Team <support@proxmox.com>",
|
|
"Wolfgang Bumiller <w.bumiller@proxmox.com>",
|
|
"Fabian Ebner <f.ebner@proxmox.com>",
|
|
]
|
|
edition = "2018"
|
|
license = "AGPL-3"
|
|
description = "PMG parts which have been ported to rust"
|
|
exclude = [
|
|
"build",
|
|
"debian",
|
|
"PMG",
|
|
]
|
|
|
|
[lib]
|
|
crate-type = [ "cdylib" ]
|
|
|
|
[dependencies]
|
|
anyhow = "1.0"
|
|
hex = "0.4"
|
|
libc = "0.2"
|
|
nix = "0.24"
|
|
serde = "1.0"
|
|
serde_bytes = "0.11.3"
|
|
serde_json = "1.0"
|
|
url = "2"
|
|
|
|
perlmod = { version = "0.13", features = [ "exporter" ] }
|
|
|
|
proxmox-acme-rs = { version = "0.4", features = ["client"] }
|
|
proxmox-apt = "0.8.0"
|
|
proxmox-tfa = { version = "2", features = ["api"] }
|
|
proxmox-time = "1.1.3"
|