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