[dependencies.phf]
version = "0.11"
[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
features = ["full", "extra-traits"]
version = "2.0"
[dependencies.thiserror]
version = "2.0"
[lib]
name = "vim_macros"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Kiril Karaatanasov <karaatanasov@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "network-programming"]
description = "Rust Binding MAcros for the VMware by Broadcom vCenter VI JSON API"
documentation = "https://docs.rs/vim_macros"
edition = "2021"
exclude = ["target/*", "**/*.rs.bk"]
homepage = "https://github.com/noclue/vim_rs"
keywords = ["vi-json", "vim", "vcenter", "vmware", "macros"]
license = "Apache-2.0"
name = "vim_macros"
readme = "README.md"
repository = "https://github.com/noclue/vim_rs"
version = "0.2.3"