dexe 0.1.1

An agentic x86_64 ELF/PE binary decompiler to functional C99
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 = "dexe"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An agentic x86_64 ELF/PE binary decompiler to functional C99"
readme = "README.md"
keywords = [
    "decompiler",
    "disassembler",
    "x86_64",
    "reverse-engineering",
]
categories = ["development-tools::debugging"]
license = "Apache-2.0"
repository = "https://github.com/turtle170/dEXE"

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

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

[[example]]
name = "extremely_hard"
path = "examples/extremely_hard.rs"

[[example]]
name = "test_advanced"
path = "examples/test_advanced.rs"

[[example]]
name = "test_bin"
path = "examples/test_bin.rs"

[dependencies.capstone]
version = "0.12"

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

[dependencies.env_logger]
version = "0.11"

[dependencies.log]
version = "0.4"

[dependencies.object]
version = "0.36"
features = ["read"]