emmylua_parser 0.21.0

A parser for EmmyLua and luals
Documentation
[dependencies.rowan]
version = "0.16.1"

[dependencies.rust-i18n]
version = "3"

[dependencies.serde]
features = ["derive"]
version = "1.0.228"

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

[lints.clippy]
approx_constant = "allow"
bool_assert_comparison = "allow"
box_collection = "allow"
clone_on_copy = "allow"
cognitive_complexity = "allow"
collapsible_if = "allow"
collapsible_match = "allow"
enum_variant_names = "allow"
let_and_return = "allow"
let_unit_value = "allow"
manual_let_else = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_inception = "allow"
needless_borrow = "allow"
new_without_default = "allow"
single_component_path_imports = "allow"
too_many_arguments = "allow"
type_complexity = "allow"
undocumented_unsafe_blocks = "allow"
wrong_self_convention = "allow"

[package]
authors = ["CppCXY"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "parsing"]
description = "A parser for EmmyLua and luals"
edition = "2024"
keywords = ["emmylua", "luals", "parser", "lua"]
license = "MIT"
name = "emmylua_parser"
readme = "README.md"
repository = "https://github.com/CppCXY/emmylua-analyzer-rust"
resolver = "2"
version = "0.21.0"

[package.metadata.i18n]
available-locales = ["en", "zh_CN", "zh_HK"]
default-locale = "en"