proxmox-proxmox-perl-rs/pve-rs/Cargo.toml
Wolfgang Bumiller 4e819e1dd0 pve-rs: drop unused openssl dep
we don't directly use it

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2022-02-02 09:57:35 +01:00

35 lines
635 B
TOML

[package]
name = "pve-rs"
version = "0.5.0"
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"
serde = "1.0"
serde_bytes = "0.11"
serde_json = "1.0"
url = "2"
perlmod = { version = "0.11", features = [ "exporter" ] }
proxmox-apt = "0.8"
proxmox-openid = "0.9"
proxmox-tfa = { version = "2", features = ["api"] }
proxmox-time = "1.1.3"