oak-lua 0.0.0

High-performance incremental Lua parser for the oak ecosystem with flexible configuration, supporting lightweight scripting and embedded development.
Documentation
[package]

name = "oak-lua"

description = "High-performance incremental Lua parser for the oak ecosystem with flexible configuration, supporting lightweight scripting and embedded development."

categories = ["parsing"]

keywords = ["parser", "lua", "scripting", "language"]

documentation = "https://docs.rs/oak-lua"

readme = "readme.md"

version.workspace = true

authors.workspace = true

homepage.workspace = true

repository.workspace = true

license.workspace = true

edition.workspace = true



[dependencies]

oak-core = { workspace = true }

oak-highlight = { workspace = true, optional = true }

oak-pretty-print = { workspace = true, optional = true }

serde = { workspace = true }



[dev-dependencies]

oak-core = { workspace = true, features = ["testing"] }





[features]

default = []





[package.metadata.docs.rs]

all-features = true