# 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 = "moxi" version = "0.1.0" authors = ["Shivix"] exclude = [ ".gitignore", "LICENSE", ] description = "A modular and extensible debugger" homepage = "https://github.com/Shivix/moxi" keywords = [ "debug", "debugger", "cli", "tool", "utility", ] categories = [ "command-line-interface", "command-line-utilities", "development-tools", ] license = "GPL-3.0-only" repository = "https://github.com/Shivix/moxi" [[bin]] name = "moxi_init" path = "src/init.rs" [[bin]] name = "moxid" path = "src/daemon.rs" [[bin]] name = "moxi_start" path = "src/start.rs" [[bin]] name = "moxi_breakpoint" path = "src/breakpoint.rs" [[bin]] name = "moxi_step" path = "src/step.rs" [dependencies.addr2line] version = "0.20.0" [dependencies.anyhow] version = "1.0.71" [dependencies.clap] version = "4.3.1" [dependencies.goblin] version = "0.6.1" [dependencies.memmap2] version = "0.5.10" [dependencies.nix] version = "0.26.2"