hexspell 1.0.0

Dependency-free Rust library for parsing and patching PE, ELF, and Mach-O executables with a 1:1 on-disk API
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"
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"