oak-lua 0.0.2

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 }
oak-pretty-print = { workspace = true }
oak-lsp = { workspace = true }
oak-mcp = { workspace = true }
oak-hover = { workspace = true }
oak-vfs = { workspace = true }
serde = { workspace = true }
futures = { workspace = true }
tokio = { workspace = true, optional = true }

[features]
default = ["mcp-stdio"]
mcp-stdio = ["oak-mcp/io-std", "dep:tokio"]


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