# 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 = "ckb-vm-debug-utils" version = "0.119.0" authors = ["Xuejie Xiao "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Utils for ckb-debugger" readme = "README.md" license = "MIT" [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.0.0" [dependencies.ckb-vm] version = "=0.24.12" [dependencies.env_logger] version = "0.4.3" [dependencies.gdbstub] version = "0.7" [dependencies.gdbstub_arch] version = "0.3" [dependencies.libc] version = "0.2.47" optional = true [dependencies.log] version = "0.4.0" [dependencies.nix] version = "0.26.2" optional = true [features] default = [] stdio = [ "libc", "nix", ]