luadec-rust 1.0.3

A Lua 5.1 bytecode 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"
name = "luadec-rust"
version = "1.0.3"
authors = ["ItsLucas <itslucas@itslucas.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Lua 5.1 bytecode decompiler written in Rust"
documentation = "https://docs.rs/luadec-rust/"
readme = "README.md"
keywords = [
    "lua",
    "decompiler",
    "bytecode",
    "reverse-engineering",
    "lua51",
]
categories = [
    "parsing",
    "development-tools",
    "games",
]
license = "MIT"
repository = "https://github.com/ItsLucas/luadecng-rs"

[package.metadata.docs.rs]
all-features = true
targets = ["x86_64-unknown-linux-gnu"]

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

[dependencies.encoding_rs]
version = "0.8"

[dependencies.luac-parser]
version = "0.5.2"