lua_language_server_lad_backend 0.18.0

LADfile processor for the BMS scripting framework
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 = "lua_language_server_lad_backend"
version = "0.18.0"
authors = ["Maksymilian Mozolewski <makspl17@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "LADfile processor for the BMS scripting framework"
homepage = "https://github.com/makspll/bevy_mod_scripting"
readme = "readme.md"
keywords = [
    "bevy",
    "gamedev",
    "scripting",
    "lua",
]
categories = ["game-development"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/makspll/bevy_mod_scripting"
resolver = "2"

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

[[bin]]
name = "lad-lls"
path = "src/main.rs"

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

[dependencies.anyhow]
version = "1"

[dependencies.bevy_mod_scripting_bindings_domain]
version = "0.18.0"
default-features = false

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.env_logger]
version = "0.11"

[dependencies.include_dir]
version = "0.7"

[dependencies.indexmap]
version = "2"

[dependencies.ladfile]
version = "0.18.0"

[dependencies.log]
version = "0.4"

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

[dependencies.strum]
version = "0.25"
features = ["derive"]

[dependencies.tera]
version = "1.20"

[dev-dependencies.assert_cmd]
version = "2.0"

[dev-dependencies.pretty_assertions]
version = "1.4.1"

[lints.clippy]
expect_used = "deny"
panic = "deny"
todo = "deny"
unwrap_used = "deny"

[lints.rust]
missing_docs = "deny"