luars_debugger 0.14.1

Built-in debugger for luars, loaded via require('emmy_core')
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 = "luars_debugger"
version = "0.14.1"
authors = ["CppCXY"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Built-in debugger for luars, loaded via require('emmy_core')"
readme = "README.md"
keywords = [
    "lua",
    "debugger",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/CppCXY/lua-rs"
resolver = "2"

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

[dependencies.luars]
version = "0.14.1"

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

[dependencies.serde_json]
version = "1.0"