heretek 0.9.0

GDB TUI Dashboard for the understanding of vast knowledge
# 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 = "2024"
name = "heretek"
version = "0.9.0"
build = false
exclude = [
    "book/",
    "images/",
    ".github/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "GDB TUI Dashboard for the understanding of vast knowledge"
readme = "README.md"
keywords = [
    "gdb",
    "tui",
    "debugging",
    "embedded",
    "gdbserver",
]
categories = ["development-tools"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/wcampbell0x2a/heretek"

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

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

[dependencies.anyhow]
version = "1.0.104"

[dependencies.arborium]
version = "2.18.1"
features = [
    "lang-c",
    "lang-cpp",
    "lang-rust",
]

[dependencies.chrono]
version = "0.4.45"

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

[dependencies.clap-cargo]
version = "0.18.0"

[dependencies.deku]
version = "0.20.3"
features = [
    "alloc",
    "std",
]
default-features = false

[dependencies.env_logger]
version = "0.11.11"

[dependencies.evalexpr]
version = "13.1.0"

[dependencies.hex]
version = "0.4.3"

[dependencies.log]
version = "0.4.33"

[dependencies.nix]
version = "0.31"
features = ["term"]

[dependencies.once_cell]
version = "1.21.4"

[dependencies.ratatui]
version = "0.30.2"

[dependencies.regex]
version = "1.13.1"

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

[dev-dependencies.insta]
version = "1.48.0"

[dev-dependencies.libc]
version = "0.2.189"

[dev-dependencies.rstest]
version = "0.26"

[dev-dependencies.test-assets-ureq]
version = "0.6.2"

[profile.dist]
lto = true
codegen-units = 1
inherits = "release"
strip = true

[profile.release]
strip = true