airsl-cli 0.1.1

Command-line runner for airsl Lua scripts: run, test, check and doctor
# 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"
rust-version = "1.94"
name = "airsl-cli"
version = "0.1.1"
authors = ["rstlix0x0 <rstlix.dev@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line runner for airsl Lua scripts: run, test, check and doctor"
documentation = "https://docs.rs/airsl"
readme = "README.md"
keywords = [
    "lua",
    "scripting",
    "cli",
    "hooks",
]
categories = ["command-line-utilities"]
license = "Apache-2.0"
repository = "https://github.com/airsstack/airsl"

[[bin]]
name = "airsl"
path = "src/main.rs"
doc = false

[dependencies.airsl]
version = "0.1.2"

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

[dependencies.mlua]
version = "0.12"
features = [
    "lua54",
    "vendored",
    "serialize",
    "send",
]

[dependencies.walkdir]
version = "2.5"

[dev-dependencies.tempfile]
version = "3.23.0"

[lints.clippy]
dbg_macro = "deny"
expect_used = "warn"
missing_errors_doc = "warn"
missing_panics_doc = "warn"
panic = "deny"
todo = "warn"
unwrap_used = "deny"

[lints.clippy.nursery]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
missing_docs = "warn"
unreachable_pub = "warn"
unsafe_code = "forbid"
unused_must_use = "deny"