emmylua_parser 0.17.0

A parser for EmmyLua and luals
Documentation
[package]

name = "emmylua_parser"

version = "0.17.0"

edition = "2024"

authors = ["CppCXY"]

description = "A parser for EmmyLua and luals"

license = "MIT"

repository = "https://github.com/CppCXY/emmylua-analyzer-rust"

readme = "README.md"

keywords = ["emmylua", "luals", "parser", "lua"]

categories = ["development-tools", "parsing"]



# Inherit workspace lints configuration

[lints]

workspace = true



[dependencies]

rowan.workspace = true

rust-i18n.workspace = true

serde.workspace = true



[package.metadata.i18n]

available-locales = ["en", "zh_CN", "zh_HK"]

default-locale = "en"