pve-api 0.1.0

A rust API library for Proxmox Virtual Environment
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "pve-api"
version = "0.1.0"
authors = ["Luke Harding <luke@lukeh990.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A rust API library for Proxmox Virtual Environment"
homepage = "https://github.com/lukeh990/pve-api"
documentation = "https://docs.rs/pve-api"
readme = "README.md"
license = "MIT"
repository = "https://github.com/lukeh990/pve-api"

[lib]
name = "pve_api"
path = "src/lib.rs"

[dependencies.reqwest]
version = "0.13.2"
features = [
    "form",
    "query",
    "json",
]

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.149"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.url]
version = "2.5.8"