vacro-parser 0.1.5

A declarative parsing library for Rust procedural macros, simplifying input handling.
Documentation
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

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

[dependencies.vacro-doc-i18n]
version = "0.1.0"

[dev-dependencies.syn]
features = ["full", "extra-traits", "full"]
version = "2.0"

[dev-dependencies.trybuild]
version = "1.0"

[features]
default = []
doc-all = ["vacro-doc-i18n/doc-all"]
doc-cn = ["vacro-doc-i18n/doc-cn"]
doc-en = ["vacro-doc-i18n/doc-en"]
extra-traits = ["syn/extra-traits"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::procedural-macro-helpers", "parsing"]
description = "A declarative parsing library for Rust procedural macros, simplifying input handling."
documentation = "https://docs.rs/vacro-parser"
edition = "2021"
keywords = ["macros", "parsing", "proc-macro", "syn"]
license = "MIT OR Apache-2.0"
name = "vacro-parser"
readme = "readme.md"
repository = "https://github.com/FeVeR-Store/vacro"
version = "0.1.5"

[package.metadata.docs.rs]
features = ["doc-all"]
rustdoc-args = ["--html-in-header", "doc-i18n.html"]

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

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