oletools_rs 0.1.0

Rust port of oletools — analysis tools for Microsoft Office files (VBA macros, DDE, OLE objects, RTF exploits)
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.87"
name = "oletools_rs"
version = "0.1.0"
build = false
exclude = ["tests/samples/*"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust port of oletools — analysis tools for Microsoft Office files (VBA macros, DDE, OLE objects, RTF exploits)"
readme = "README.md"
keywords = [
    "oletools",
    "office",
    "vba",
    "malware-analysis",
    "ole",
]
categories = [
    "parser-implementations",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/whoishina/oletools_rs"

[features]
crypto = ["dep:office-crypto"]
default = []

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

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

[dependencies.base64]
version = "0.22"

[dependencies.cfb]
version = "0.13"

[dependencies.encoding_rs]
version = "0.8"

[dependencies.hex]
version = "0.4"

[dependencies.log]
version = "0.4"

[dependencies.office-crypto]
version = "0.2"
optional = true

[dependencies.quick-xml]
version = "0.37"

[dependencies.regex]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.uuid]
version = "1"

[dependencies.zip]
version = "2"

[dev-dependencies.env_logger]
version = "0.11"