binsider 0.3.2

Analyze ELF binaries like a boss
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"
rust-version = "1.88.0"
name = "binsider"
version = "0.3.2"
authors = ["Orhun Parmaksız <orhunparmaksiz@gmail.com>"]
build = false
include = [
    "src/**/*",
    "Cargo.*",
    "LICENSE*",
    "README.md",
    "CHANGELOG.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Analyze ELF binaries like a boss"
homepage = "https://binsider.dev"
readme = "README.md"
keywords = [
    "analyze",
    "binary",
    "tui",
    "elf",
]
categories = ["command-line-utilities"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/orhun/binsider"

[features]
default = ["dynamic-analysis"]
dynamic-analysis = ["lurk-cli"]

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

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

[dependencies.ansi-to-tui]
version = "8.0.1"

[dependencies.better-panic]
version = "0.3.0"

[dependencies.bytesize]
version = "2.3.0"

[dependencies.chrono]
version = "0.4.43"

[dependencies.clap]
version = "4.5.56"
features = [
    "derive",
    "env",
    "wrap_help",
    "cargo",
]

[dependencies.console]
version = "0.16.2"

[dependencies.elf]
version = "0.8.0"

[dependencies.heh]
version = "0.6.3"

[dependencies.itertools]
version = "0.14.0"

[dependencies.lddtree]
version = "0.4.0"

[dependencies.lurk-cli]
version = "0.3.12"
optional = true

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

[dependencies.ratatui]
version = "0.30.0"

[dependencies.rust-strings]
version = "0.6.0"

[dependencies.serde]
version = "1.0.228"

[dependencies.serde_derive]
version = "1.0.228"

[dependencies.sysinfo]
version = "0.38.0"
features = ["user"]
default-features = false

[dependencies.termbg]
version = "0.6.2"

[dependencies.textwrap]
version = "0.16.2"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tui-big-text]
version = "0.8.1"

[dependencies.tui-input]
version = "0.15.0"

[dependencies.tui-popup]
version = "0.7.2"

[dependencies.unicode-width]
version = "0.2.2"

[dependencies.webbrowser]
version = "1.0.6"

[dependencies.which]
version = "8.0.0"

[dev-dependencies.pretty_assertions]
version = "1.4.1"

[profile.bench]
opt-level = 3
debug = 0

[profile.dev]
opt-level = 0
debug = 2
panic = "abort"

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
debug = 0
panic = "unwind"
strip = true

[profile.test]
opt-level = 0
debug = 2