mlua-probe-mcp 0.1.1

MCP server (stdio) for mlua-probe — Lua debugger for environments without DAP support
# 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-mcp"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "MCP server (stdio) for mlua-probe — Lua debugger for environments without DAP support"
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"

[[bin]]
name = "mlua-probe-mcp"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

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

[dependencies.mlua-probe-core]
version = "0.1.1"

[dependencies.rmcp]
version = "0.16"
features = [
    "server",
    "transport-io",
]

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

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "env-filter",
    "fmt",
]