innospect 0.1.1

Parse and inspect Inno Setup installer binaries
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 = "innospect"
version = "0.1.1"
authors = ["Johann Kempter <admin@binflip.rs>"]
build = false
exclude = [
    "tests/samples/",
    "reference/",
    "research/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parse and inspect Inno Setup installer binaries"
readme = "README.md"
keywords = [
    "inno-setup",
    "installer",
    "parser",
    "reverse-engineering",
    "binary-analysis",
]
categories = ["parser-implementations"]
license = "Apache-2.0"
repository = "https://github.com/BinFlip/inno-rs"

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

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

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

[dependencies.bitflags]
version = "2.11.1"

[dependencies.bzip2]
version = "0.6.1"

[dependencies.chacha20]
version = "0.10.0"
features = ["xchacha"]

[dependencies.flate2]
version = "1.1.9"

[dependencies.goblin]
version = "0.10.5"

[dependencies.hmac]
version = "0.13.0"

[dependencies.lzma-rs]
version = "0.3.0"

[dependencies.md-5]
version = "0.11.0"

[dependencies.pascalscript]
version = "0.1.1"

[dependencies.pbkdf2]
version = "0.13.0"
default-features = false

[dependencies.sha1]
version = "0.11.0"

[dependencies.sha2]
version = "0.11.0"

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