unluac 1.1.1

Multi-dialect Lua decompiler written in Rust.
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"
rust-version = "1.94"
name = "unluac"
version = "1.1.1"
build = false
exclude = [
    ".vscode/**",
    "lua/**",
    "packages/**",
    "tests/**",
    "xtask/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Multi-dialect Lua decompiler written in Rust."
homepage = "https://github.com/x3zvawq/unluac-rs"
documentation = "https://docs.rs/unluac"
readme = "README.md"
keywords = [
    "lua",
    "luajit",
    "luau",
    "decompiler",
    "bytecode",
]
license = "MIT"
repository = "https://github.com/x3zvawq/unluac-rs"

[features]
decompile-debug = []
default = [
    "decompile-debug",
    "timing-report",
]
timing-report = []

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

[[example]]
name = "debug"
path = "examples/debug.rs"

[dependencies.encoding_rs]
version = "0.8.35"

[dependencies.owo-colors]
version = "4.2.2"

[dependencies.thiserror]
version = "2.0.12"

[dev-dependencies]

[lints.clippy]
manual_ok_or = "deny"
needless_borrow = "deny"
needless_collect = "deny"
redundant_clone = "deny"

[lints.rust]
unsafe_code = "forbid"