autoit-rs 0.1.1

Extract and inspect compiled AutoIt2Exe and A3X payloads
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 = "2024"
rust-version = "1.88"
name = "autoit-rs"
version = "0.1.1"
build = false
exclude = ["tests/samples/"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Extract and inspect compiled AutoIt2Exe and A3X payloads"
readme = "README.md"
keywords = [
    "autoit",
    "a3x",
    "parser",
    "reverse-engineering",
    "binary-analysis",
]
categories = ["parser-implementations"]
license = "Apache-2.0"
repository = "https://github.com/ATRAPSLLC/autoit-rs"

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

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

[[test]]
name = "generated_corpus"
path = "tests/generated_corpus.rs"

[dependencies]

[dev-dependencies]

[lints.clippy]
arithmetic_side_effects = "deny"
expect_used = "deny"
indexing_slicing = "deny"
panic = "deny"
unwrap_used = "deny"

[lints.rust]
missing_docs = "deny"
unsafe_code = "deny"