source_viewer 0.1.1

A CLI tool to inspect and analyze binary sources using DWARF debugging information.
Documentation
[[bin]]
name = "SourceViewer"
path = "src/main.rs"

[dependencies.addr2line]
version = "0.24.2"

[dependencies.capstone]
version = "0.12.0"

[dependencies.clap]
version = "4.5.21"

[dependencies.colored]
version = "2.1.0"

[dependencies.crossterm]
version = "0.28.1"

[dependencies.gimli]
features = ["read"]
version = "0.31.1"

[dependencies.object]
version = "0.36.5"

[dependencies.tui]
version = "0.19.0"

[dependencies.typed-arena]
version = "2.0.2"

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

[package]
authors = ["Your Name <youremail@example.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "A CLI tool to inspect and analyze binary sources using DWARF debugging information."
edition = "2021"
keywords = ["CLI", "debug", "DWARF", "binary", "analysis"]
license = "Apache-2.0"
name = "source_viewer"
readme = "README.md"
repository = "https://github.com/nevakrien/source_viewer"
version = "0.1.1"