glua_check 0.1.5

Command-line diagnostics runner for Garry's Mod Lua (GLua).
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_check"
version = "0.1.5"
authors = [
    "Pollux12",
    "CppCXY",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line diagnostics runner for Garry's Mod Lua (GLua)."
readme = "README.md"
keywords = [
    "gmod",
    "glua",
    "lua",
    "cli",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/Pollux12/gmod-glua-ls"
resolver = "2"

[features]
cli = [
    "dep:clap",
    "dep:mimalloc",
]
default = ["cli"]

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

[[bin]]
name = "glua_check"
path = "src/bin/glua_check.rs"
required-features = ["cli"]

[dependencies.ansi_term]
version = "0.12.1"

[dependencies.clap]
version = "4.5.51"
features = [
    "derive",
    "wrap_help",
]
optional = true

[dependencies.fern]
version = "0.7.1"

[dependencies.glua_code_analysis]
version = "0.1.5"

[dependencies.glua_parser]
version = "0.1.5"

[dependencies.log]
version = "0.4.28"

[dependencies.lsp_types]
version = "0.1.0"
package = "emmy_lsp_types"

[dependencies.mimalloc]
version = "0.1.48"
features = ["v3"]
optional = true

[dependencies.rowan]
version = "0.16.1"

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

[dependencies.serde_json]
version = "1.0.145"

[dependencies.tokio]
version = "1.48"
features = ["full"]

[dependencies.tokio-util]
version = "0.7.16"

[dependencies.walkdir]
version = "2.5.0"