[package]
edition = "2021"
rust-version = "1.88"
name = "hexspell"
version = "1.0.0"
authors = ["Mestre <namestre3@protonmail.com>"]
build = false
exclude = ["tests/*"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Dependency-free Rust library for parsing and patching PE, ELF, and Mach-O executables with a 1:1 on-disk API"
homepage = "https://github.com/M3str3/HexSpell"
documentation = "https://docs.rs/hexspell"
readme = "README.md"
keywords = [
"binary",
"executable",
"parser",
"PE",
"ELF",
]
categories = [
"development-tools",
"parsing",
]
license = "MIT"
repository = "https://github.com/M3str3/HexSpell"
[lib]
name = "hexspell"
path = "src/lib.rs"
[dev-dependencies.toml]
version = "1.0"