glua_parser_desc 0.1.5

A parser for markup within Lua comments
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "glua_parser_desc"
version = "0.1.5"
authors = [
    "Pollux12",
    "CppCXY",
    "taminomara",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A parser for markup within Lua comments"
readme = "README.md"
keywords = [
    "gmod",
    "glua",
    "parser",
    "lua",
]
categories = [
    "development-tools",
    "parsing",
]
license = "MIT"
repository = "https://github.com/Pollux12/gmod-glua-ls"
resolver = "2"

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

[dependencies.glua_parser]
version = "0.1.5"

[dependencies.rowan]
version = "0.16.1"

[dependencies.unicode-general-category]
version = "1.0.0"

[dev-dependencies.googletest]
version = "0.14.2"

[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"