mlua-probe-core 0.1.2

Core debug engine for mlua — breakpoints, stepping, variable inspection
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 = "2021"
rust-version = "1.77"
name = "mlua-probe-core"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core debug engine for mlua — breakpoints, stepping, variable inspection"
readme = "README.md"
keywords = [
    "lua",
    "debugger",
    "mlua",
    "mcp",
    "breakpoint",
]
categories = ["development-tools::debugging"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ynishi/mlua-probe"

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

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

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

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

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

[dependencies.mlua-lspec]
version = "0.1.0"

[dependencies.thiserror]
version = "2"