yutu 0.1.1

Modern Lua linter
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 = "yutu"
version = "0.1.1"
build = "build.rs"
exclude = [
    "tests/testsuite.rs",
    "tests/testsuite",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Modern Lua linter"
readme = "README.md"
keywords = [
    "linter",
    "lua",
]
categories = [
    "development-tools",
    "parser-implementations",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/0x2a-42/yutu"

[lib]
name = "yutu"
crate-type = ["lib"]
path = "src/lib.rs"

[[bin]]
name = "yutu"
path = "src/bin/yutu.rs"

[[test]]
name = "diagnostics"
path = "tests/diagnostics.rs"

[dependencies.annotate-snippets]
version = "0.12"

[dependencies.anstream]
version = "1.0"

[dependencies.clap]
version = "4.5"

[dependencies.hexf-parse]
version = "=0.2.1"

[dependencies.indoc]
version = "2.0"

[dependencies.logos]
version = "0.16"

[dependencies.rayon]
version = "1.11"

[dependencies.rustc-hash]
version = "2.1"

[dependencies.smallvec]
version = "1.15"

[dependencies.toml]
version = "1.0"

[dependencies.unicode-width]
version = "0.2"

[dev-dependencies.annotate-snippets]
version = "0.12"
features = ["testing-colors"]

[dev-dependencies.snapbox]
version = "1.1.0"
features = [
    "diff",
    "term-svg",
    "cmd",
    "examples",
]

[build-dependencies.lelwel]
version = "0.10"