proxmox-perl-rs/pve-rs/Cargo.toml
Wolfgang Bumiller aa12b05775 bump perlmod to 0.10
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2021-12-14 13:58:34 +01:00

35 lines
629 B
TOML

[package]
name = "pve-rs"
version = "0.4.4"
authors = ["Proxmox Support Team <support@proxmox.com>"]
edition = "2018"
license = "AGPL-3"
description = "PVE parts which have been ported to Rust"
homepage = "https://www.proxmox.com"
exclude = [
"debian",
]
[lib]
crate-type = [ "cdylib" ]
[dependencies]
anyhow = "1.0"
base32 = "0.4"
base64 = "0.13"
hex = "0.4"
libc = "0.2"
nix = "0.19"
openssl = "0.10"
serde = "1.0"
serde_bytes = "0.11"
serde_json = "1.0"
url = "2"
perlmod = { version = "0.10", features = [ "exporter" ] }
proxmox-apt = "0.8"
proxmox-openid = "0.9"
proxmox-tfa = { version = "2", features = ["api"] }