mirror of
https://github.com/xavo95/repak.git
synced 2025-01-18 19:04:07 +00:00
18 lines
476 B
TOML
18 lines
476 B
TOML
[package]
|
|
name = "unpak"
|
|
authors = ["spuds"]
|
|
repository = "https://github.com/bananaturtlesandwich/unpak"
|
|
description = "a no-nonsense unreal pak parsing crate"
|
|
license = "MIT OR Apache-2.0"
|
|
keywords = ["modding", "parsing", "compression"]
|
|
categories = ["filesystem", "parser-implementations"]
|
|
version = "0.2.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
byteorder = "1.4"
|
|
strum = { version = "0.24", features = ["derive"] }
|
|
aes = "0.8"
|
|
flate2 = "1.0"
|
|
thiserror = "1.0"
|
|
sha1 = "0.10.5"
|