rnicro 0.3.0

A Linux x86_64 debugger and exploit development toolkit written in Rust
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 = "rnicro"
version = "0.3.0"
authors = ["uky"]
build = false
include = [
    "/src/**/*.rs",
    "/Cargo.toml",
    "/LICENSE",
    "/README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Linux x86_64 debugger and exploit development toolkit written in Rust"
homepage = "https://github.com/uky007/rnicro"
documentation = "https://docs.rs/rnicro"
readme = "README.md"
keywords = [
    "debugger",
    "exploit",
    "security",
    "ptrace",
    "reverse-engineering",
]
categories = [
    "development-tools::debugging",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/uky007/rnicro"

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

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

[dependencies.addr2line]
version = "0.24"

[dependencies.anyhow]
version = "1"

[dependencies.base64]
version = "0.22"

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

[dependencies.colored]
version = "2"

[dependencies.cpp_demangle]
version = "0.4"

[dependencies.dap]
version = "0.4.1-alpha1"

[dependencies.gimli]
version = "0.31"

[dependencies.goblin]
version = "0.9"

[dependencies.iced-x86]
version = "1.21"
features = [
    "std",
    "decoder",
    "intel",
    "gas",
]

[dependencies.libc]
version = "0.2"

[dependencies.memmap2]
version = "0.9"

[dependencies.nix]
version = "0.29"
features = [
    "ptrace",
    "signal",
    "process",
]

[dependencies.object]
version = "0.36"
features = ["read"]

[dependencies.rustc-demangle]
version = "0.1"

[dependencies.rustyline]
version = "14"

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.unicorn-engine]
version = "2.1"

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