loess 0.2.3

Small proc macro grammar and parser (generator) with great UX.
Documentation
[dependencies.proc-macro2]
version = "1.0.34"

[dependencies.quote]
default-features = false
optional = true
version = "1.0.40"

[dependencies.syn]
default-features = false
features = ["clone-impls", "full", "parsing", "printing"]
optional = true
version = "2.0.100"

[features]
opaque_rust_grammar = ["rust_grammar", "dep:syn", "dep:quote"]
rust_grammar = []

[lib]
name = "loess"
path = "src/lib.rs"

[package]
authors = ["Tamme Schichler <tamme@schichler.dev>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::procedural-macro-helpers"]
description = "Small proc macro grammar and parser (generator) with great UX."
edition = "2024"
keywords = ["proc-macro", "grammar", "parser", "generator", "dsl"]
license = "MIT OR Apache-2.0"
name = "loess"
publish = true
readme = "README.md"
repository = "https://github.com/Tamschi/Asteracea"
rust-version = "1.86"
version = "0.2.3"

[package.metadata.docs.rs]
all-features = true

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

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