# 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.74.1" name = "binsider" version = "0.2.1" authors = ["Orhun Parmaksız "] build = false include = [ "src/**/*", "Cargo.*", "LICENSE*", "README.md", "CHANGELOG.md", ] 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" [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 [lib] name = "binsider" path = "src/lib.rs" [[bin]] name = "binsider" path = "src/main.rs" [dependencies.ansi-to-tui] version = "6.0.0" [dependencies.better-panic] version = "0.3.0" [dependencies.bytesize] version = "1.3.0" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.20" features = [ "derive", "env", "wrap_help", "cargo", ] [dependencies.console] version = "0.15.8" [dependencies.elf] version = "0.7.1" [dependencies.heh] version = "0.6.1" [dependencies.itertools] version = "0.13.0" [dependencies.lddtree] version = "0.3.5" [dependencies.lurk-cli] version = "0.3.9" optional = true [dependencies.nix] version = "0.29.0" features = [ "ptrace", "signal", ] [dependencies.ratatui] version = "0.28.1" [dependencies.rust-strings] version = "0.6.0" [dependencies.sysinfo] version = "0.32.0" features = ["user"] default-features = false [dependencies.termbg] version = "0.5.1" [dependencies.textwrap] version = "0.16.1" [dependencies.thiserror] version = "1.0.64" [dependencies.tui-big-text] version = "0.6.0" [dependencies.tui-input] version = "0.10.1" [dependencies.tui-popup] version = "0.5.0" [dependencies.unicode-width] version = "0.2.0" [dependencies.webbrowser] version = "1.0.2" [dependencies.which] version = "6.0.3" [dev-dependencies.pretty_assertions] version = "1.4.1" [features] default = ["dynamic-analysis"] dynamic-analysis = ["lurk-cli"]