incode 0.30.26038

InCode - MCP server for LLDB debugging automation
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"
name = "incode"
version = "0.30.26038"
authors = ["Bahram Shamshiri <jowharshamshiri@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "InCode - MCP server for LLDB debugging automation"
homepage = "https://github.com/jowharshamshiri/incode"
documentation = "https://docs.rs/incode"
readme = "README.md"
keywords = [
    "lldb",
    "debugging",
    "mcp",
    "automation",
    "ai",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/jowharshamshiri/incode"

[features]
default = []
mock = []

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

[[bin]]
name = "incode"
path = "src/main.rs"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.async-trait]
version = "0.1"

[dependencies.clap]
version = "4.0"
features = ["derive"]

[dependencies.futures]
version = "0.3"

[dependencies.libc]
version = "0.2"

[dependencies.lldb-sys]
version = "0.0.31"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1.0"
features = ["full"]

[dependencies.tokio-util]
version = "0.7"
features = ["codec"]

[dependencies.tracing]
version = "0.1"

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

[dependencies.uuid]
version = "1.0"
features = [
    "v4",
    "serde",
]

[dev-dependencies.tempfile]
version = "3.0"

[dev-dependencies.tokio-test]
version = "0.4"

[build-dependencies.cc]
version = "1.0"

[target.'cfg(target_os = "macos")'.dependencies]

[profile.dev]
opt-level = 0
debug = 2
split-debuginfo = "unpacked"

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
panic = "abort"