vim_rs 0.3.0

Rust Bindings for the VMware by Broadcom vCenter VI JSON API
Documentation
[build-dependencies.rustc_version]
version = "0.4"

[dependencies.base64]
version = "0.22"

[dependencies.bytes]
version = "1"

[dependencies.env_logger]
version = "0.11"

[dependencies.erased-serde]
version = "0.4"

[dependencies.indexmap]
version = "2.9"

[dependencies.log]
version = "0.4"

[dependencies.reqwest]
features = ["json"]
version = "0.12"

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

[dependencies.serde_json]
features = ["raw_value"]
version = "1.0"

[dependencies.strum]
version = "0.27"

[dependencies.strum_macros]
version = "0.27"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
features = ["rt-multi-thread", "macros", "sync"]
version = "1.44"

[dependencies.vim_macros]
version = "0.3"

[lib]
doctest = false
name = "vim_rs"
path = "src/lib.rs"

[package]
authors = ["Kiril Karaatanasov <karaatanasov@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["api-bindings", "network-programming"]
description = "Rust Bindings for the VMware by Broadcom vCenter VI JSON API"
documentation = "https://docs.rs/vim_rs"
edition = "2021"
exclude = ["target/*", "**/*.rs.bk"]
homepage = "https://github.com/noclue/vim_rs"
keywords = ["vi-json", "vim", "bindings", "vcenter", "vmware"]
license = "Apache-2.0"
name = "vim_rs"
readme = "README.md"
repository = "https://github.com/noclue/vim_rs"
version = "0.3.0"

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

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

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