vee_parse_macros 0.2.0

Helper library for `vee_parse`
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 = "2024"
name = "vee_parse_macros"
version = "0.2.0"
authors = ["Jo Null <me@j0.lol>"]
build = false
exclude = [
    "*.png",
    "*.glb",
    "*.dat",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Helper library for `vee_parse`"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/j0lol/vee"
resolver = "2"

[lib]
name = "vee_parse_macros"
path = "src/lib.rs"
proc-macro = true

[dependencies.quote]
version = "1"

[dependencies.syn]
version = "2"
features = ["full"]

[lints.rust]
missing_docs = "warn"