miden-debug-dap 0.6.1

In-repo Debug Adapter Protocol support for miden-debug
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"
rust-version = "1.92"
name = "miden-debug-dap"
version = "0.6.1"
authors = ["Miden contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "In-repo Debug Adapter Protocol support for miden-debug"
homepage = "https://github.com/0xMiden/miden-debug"
documentation = "https://github.com/0xMiden/miden-debug"
readme = false
keywords = [
    "miden",
    "debugger",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/0xMiden/miden-debug"
resolver = "2"

[features]
client = []
integration_testing = [
    "fake",
    "rand",
]

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

[dependencies.fake]
version = "2.*"
features = ["derive"]
optional = true

[dependencies.rand]
version = "0.*"
optional = true

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

[dependencies.serde_json]
version = "1.*"

[dependencies.thiserror]
version = "1.*"