pve-api 0.1.0

A rust API library for Proxmox Virtual Environment
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "pve-api"
version = "0.1.0"
edition = "2024"
license = "MIT"
authors = ["Luke Harding <luke@lukeh990.io>"]
documentation = "https://docs.rs/pve-api"
readme = "README.md"
homepage = "https://github.com/lukeh990/pve-api"
repository = "https://github.com/lukeh990/pve-api"
description = "A rust API library for Proxmox Virtual Environment"

[dependencies]
serde = { features = ["derive"], version = "1.0.228" }
serde_json = { version = "1.0.149" }
reqwest = { version = "0.13.2", features = ["form", "query", "json"] }
thiserror = "2.0.18"
url = "2.5.8"