upextract 0.3.0

UnityPackage Asset extract tool
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "upextract"
version = "0.3.0"
edition = "2021"
authors = ["extrawurst <mail@rusticorn.com>"]
description = "UnityPackage Asset extract tool"
homepage = "https://github.com/rustunit/upextract"
repository = "https://github.com/rustunit/upextract"
readme = "README.md"
license = "MIT"
categories = ["command-line-utilities"]
keywords = ["cli", "terminal", "ui"]

[dependencies]
anyhow = "1.0.95"
clap = { version = "4.5.23", features = ["derive"] }
dirs = "5.0.1"
tempfile = "3.14"