ckb-vm-debug-utils 1.1.1

Utils for ckb-debugger
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 = "ckb-vm-debug-utils"
version = "1.1.1"
authors = ["Xuejie Xiao <xxuejie@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Utils for ckb-debugger"
readme = "README.md"
license = "MIT"
resolver = "2"

[features]
default = []
stdio = [
    "libc",
    "nix",
]

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

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

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

[dependencies.byteorder]
version = "1"

[dependencies.bytes]
version = "1"

[dependencies.ckb-vm]
version = "=0.24.14"
features = ["pprof"]
default-features = false

[dependencies.env_logger]
version = "0.11"

[dependencies.gdbstub]
version = "0.7"

[dependencies.gdbstub_arch]
version = "0.3"

[dependencies.libc]
version = "0.2"
optional = true

[dependencies.log]
version = "0.4.0"

[dependencies.nix]
version = "0.30"
features = [
    "fs",
    "signal",
]
optional = true