clientapi-pbs 2026.5.24

Generated from apidoc.js. NOT an official Proxmox specification. See https://pbs.proxmox.com/docs/api-viewer/ for the upstream documentation.
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 = "2021"
name = "clientapi-pbs"
version = "2026.5.24"
authors = ["OpenAPI Generator team and contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generated from apidoc.js. NOT an official Proxmox specification. See https://pbs.proxmox.com/docs/api-viewer/ for the upstream documentation."
readme = "README.md"
license = "AGPL-3.0"

[features]
default = ["native-tls"]
extras = [
    "dep:tokio",
    "dep:tokio-tungstenite",
    "dep:futures-util",
    "dep:thiserror",
    "dep:urlencoding",
    "dep:async-trait",
    "dep:native-tls",
]
native-tls = ["reqwest/native-tls"]
rustls = ["reqwest/rustls"]

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

[[example]]
name = "list_nodes"
path = "examples/list_nodes.rs"

[dependencies.async-trait]
version = "^0.1"
optional = true

[dependencies.futures-util]
version = "^0.3"
optional = true

[dependencies.native-tls]
version = "^0.2"
optional = true

[dependencies.reqwest]
version = "^0.13"
features = [
    "json",
    "multipart",
    "query",
    "form",
]
default-features = false

[dependencies.serde]
version = "^1.0"
features = ["derive"]

[dependencies.serde_json]
version = "^1.0"

[dependencies.serde_repr]
version = "^0.1"

[dependencies.serde_with]
version = "^3.8"
features = [
    "base64",
    "std",
    "macros",
]
default-features = false

[dependencies.thiserror]
version = "^1.0"
optional = true

[dependencies.tokio]
version = "^1.36"
features = [
    "rt-multi-thread",
    "macros",
    "net",
    "time",
]
optional = true

[dependencies.tokio-tungstenite]
version = "^0.24"
features = ["native-tls"]
optional = true

[dependencies.url]
version = "^2.5"

[dependencies.urlencoding]
version = "^2.1"
optional = true