hex-patch 1.12.2

HexPatch is a binary patcher and editor with terminal user interface (TUI), it's capable of disassembling instructions and assembling patches. It supports a variety of architectures and file formats. Also, it can edit remote files via SSH.
Documentation
[[bin]]
name = "hex-patch"
path = "src/main.rs"

[dependencies.bitflags]
features = ["std"]
version = "2.9.1"

[dependencies.capstone]
version = "0.13.0"

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

[dependencies.const-str]
version = "0.6.2"

[dependencies.crossterm]
features = ["serde"]
version = "0.29.0"

[dependencies.dirs]
version = "6.0.0"

[dependencies.hexpatch-keystone]
features = ["build_keystone_cmake"]
version = "0.9.4"

[dependencies.macro_rules_attribute]
version = "0.2.2"

[dependencies.mlua]
features = ["lua54", "vendored", "serialize"]
version = "0.10.5"

[dependencies.object]
version = "0.37.1"

[dependencies.pdb]
version = "0.8.0"

[dependencies.ratatui]
features = ["serde"]
version = "0.29.0"

[dependencies.regex]
version = "1.11.1"

[dependencies.russh]
default-features = false
features = ["ring"]
version = "0.53.0"

[dependencies.russh-sftp]
version = "2.1.1"

[dependencies.rust-i18n]
version = "3.1.5"

[dependencies.serde]
features = ["derive"]
version = "1.0.219"

[dependencies.serde_json]
version = "1.0.140"

[dependencies.symbolic-demangle]
version = "12.15.5"

[dependencies.sys-locale]
version = "0.3.2"

[dependencies.tempfile]
version = "3.20.0"

[dependencies.termbg]
version = "0.6.2"

[dependencies.tokio]
version = "1.46.0"

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

[package]
authors = ["Ettore Ricci"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["command-line-utilities", "development-tools", "security"]
description = """
HexPatch is a binary patcher and editor with terminal user interface (TUI),
it's capable of disassembling instructions and assembling patches.
It supports a variety of architectures and file formats.
Also, it can edit remote files via SSH."""
edition = "2021"
homepage = "https://etto48.github.io/HexPatch/"
keywords = ["reverse-engineering", "tui", "hex-editor", "binary-patching"]
license = "MIT"
name = "hex-patch"
readme = "docs/README.md"
repository = "https://github.com/Etto48/HexPatch"
version = "1.12.2"

[package.metadata.i18n]
available-locales = ["en", "it-IT", "fr-FR", "es-ES", "de-DE", "ja-JP", "zh-CN", "zh-TW", "zh-HK", "tr-TR"]
default-locale = "en"

[target."cfg(windows)".build-dependencies.winres]
version = "0.1.12"

[target."cfg(windows)".dependencies.winapi]
version = "0.3.9"