da7d89e229
Revert this commit when proxmox-apt will be ready.
46 lines
1.0 KiB
TOML
46 lines
1.0 KiB
TOML
[package]
|
|
name = "pve-rs"
|
|
version = "0.8.9"
|
|
description = "PVE parts which have been ported to Rust"
|
|
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"
|
|
|
|
exclude = [
|
|
"debian",
|
|
]
|
|
|
|
[lib]
|
|
crate-type = [ "cdylib" ]
|
|
|
|
[dependencies]
|
|
anyhow = "1.0"
|
|
base32 = "0.4"
|
|
base64 = "0.13"
|
|
env_logger = "0.10"
|
|
hex = "0.4"
|
|
http = "0.2.7"
|
|
libc = "0.2"
|
|
log = "0.4.17"
|
|
nix = "0.26"
|
|
openssl = "0.10.40"
|
|
serde = "1.0"
|
|
serde_bytes = "0.11"
|
|
serde_json = "1.0"
|
|
url = "2"
|
|
|
|
perlmod = { version = "0.13", features = [ "exporter" ] }
|
|
|
|
#proxmox-apt = "0.10.6"
|
|
proxmox-http = { version = "0.9", features = ["client-sync", "client-trait"] }
|
|
proxmox-http-error = "0.1.0"
|
|
proxmox-notify = { version = "0.4", features = ["pve-context"] }
|
|
proxmox-openid = "0.10"
|
|
proxmox-resource-scheduling = "0.3.0"
|
|
proxmox-subscription = "0.4"
|
|
proxmox-sys = "0.5"
|
|
proxmox-tfa = { version = "4.0.4", features = ["api"] }
|
|
proxmox-time = "1.1.3"
|