hex-patch 1.12.6

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
# 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"
name = "hex-patch"
version = "1.12.6"
authors = ["Ettore Ricci"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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."""
homepage = "https://etto48.github.io/HexPatch/"
readme = "docs/README.md"
keywords = [
    "reverse-engineering",
    "tui",
    "hex-editor",
    "binary-patching",
]
categories = [
    "command-line-utilities",
    "development-tools",
    "security",
]
license = "MIT"
repository = "https://github.com/Etto48/HexPatch"

[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"

[features]
default = ["hexpatch-keystone/build_keystone_cmake"]
use_system_keystone = ["hexpatch-keystone/use_system_keystone"]

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

[[bin]]
name = "hex-patch"
path = "src/main.rs"

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

[dependencies.capstone]
version = "0.14.0"

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

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

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

[dependencies.dirs]
version = "6.0.0"

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

[dependencies.macro_rules_attribute]
version = "0.2.2"

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

[dependencies.object]
version = "0.39.1"

[dependencies.pdb]
version = "0.8.0"

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

[dependencies.regex]
version = "1.12.3"

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

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

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

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

[dependencies.serde_json]
version = "1.0.149"

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

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

[dependencies.tempfile]
version = "3.27.0"

[dependencies.termbg]
version = "0.6.2"

[dependencies.tokio]
version = "1.52.1"

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

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