# 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 = "proxmox-api" version = "0.1.1" authors = ["Johannes Cornelis Draaijer "] description = "Rust bindings for the Proxmox VE HTTP API" documentation = "https://docs.rs/proxmox-api/" readme = "README.md" keywords = [ "proxmox", "proxmoxve", ] categories = [ "virtualization", "api-bindings", ] license = "MIT OR Apache-2.0" repository = "https://github.com/datdenkikniet/proxmox-api" [package.metadata.proxmox] debian-distro = "bookworm" pve-version = "8.0.1" [[bin]] name = "proxmox-api" path = "./src/cli/main.rs" required-features = ["cli"] [dependencies.clap] version = "4.5.3" features = [ "derive", "env", ] optional = true [dependencies.log] version = "0.4.21" optional = true [dependencies.parking_lot] version = "0.12.1" optional = true [dependencies.pretty_env_logger] version = "0.5.0" optional = true [dependencies.reqwest] version = "0.12.1" features = [ "blocking", "json", ] optional = true [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.114" [dependencies.serde_urlencoded] version = "0.7.1" optional = true [features] access = [] cli = [ "dep:clap", "dep:pretty_env_logger", "reqwest-client", ] cluster = [] default = [ "access", "cluster", "nodes", "pools", "storage", "version", ] nodes = [] pools = [] reqwest-client = [ "dep:reqwest", "dep:log", "dep:parking_lot", "dep:serde_urlencoded", ] storage = [] version = []