openpack 0.2.0

Safe archive-reader for ZIP-derived formats (ZIP, CRX, JAR, APK, IPA) with BOM-safe checks.
Documentation
[package]
exclude = ["target/"]
name = "openpack"
version = "0.2.0"
edition = "2021"
rust-version = "1.85"
description = "Safe archive-reader for ZIP-derived formats (ZIP, CRX, JAR, APK, IPA) with BOM-safe checks."
readme = "README.md"
license = "MIT"
repository = "https://github.com/santhsecurity/openpack"
authors = ["Corum Collective LLC <engineering@corumcollective.com>"]
keywords = ["zip", "archive", "waf", "security", "manifest"]
categories = ["compression", "filesystem", "parser-implementations"]

[dependencies]
zip = "2"
memmap2 = "0.9"
serde = { version = "1", features = ["derive"] }
toml = "0.8"
thiserror = "2"
percent-encoding = "2"
crc32fast = "1"

[dev-dependencies]
tempfile = "3"

[features]
default = ["zip"]
zip = []
apk = []
crx = []
ipa = []