vim_macros 0.4.2

Rust Binding MAcros for the VMware by Broadcom vCenter VI JSON API
Documentation
# 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 = "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"