proxctl-bindings 0.1.0

Rust bindings for Proxmox API
Documentation
[dependencies.reqwest]
features = ["json"]
version = "0.12"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
features = ["full"]
version = "1.0"

[dev-dependencies.mockito]
version = "0.30"

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

[package]
authors = ["Strahinja Piperac <spiperac@denkei.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Rust bindings for Proxmox API"
edition = "2021"
keywords = ["proxmox", "api", "bindings"]
license-file = "LICENSE"
name = "proxctl-bindings"
readme = "README.md"
repository = "https://github.com/spiperac/proxctl-bindings"
version = "0.1.0"

[[test]]
name = "node_test"
path = "tests/node_test.rs"

[[test]]
name = "proxmox_api_test"
path = "tests/proxmox_api_test.rs"

[[test]]
name = "qemu_test"
path = "tests/qemu_test.rs"