[[bin]]
name = "iroga"
path = "src/main.rs"
[dependencies.clap]
features = ["derive"]
version = "4.5.32"
[dependencies.nom]
version = "8.0.0"
[dependencies.thiserror]
version = "2.0.12"
[dependencies.walkdir]
version = "2.5.0"
[dev-dependencies.assert_cmd]
version = "2.0.16"
[dev-dependencies.assert_fs]
version = "1.1.2"
[dev-dependencies.hex-literal]
version = "1.0.0"
[dev-dependencies.predicates]
version = "3.1.3"
[lib]
name = "iroga"
path = "src/lib.rs"
[package]
authors = ["Tangtang Zhou <tangtang2995@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "Command line app to pack a single directory into an IRO archive (FF7 mod manager format)"
edition = "2024"
keywords = ["cli", "iro", "archive"]
license = "MIT"
name = "iroga"
readme = "README.md"
repository = "https://github.com/tangtang95/iroga"
version = "0.3.1"
[[test]]
name = "test"
path = "tests/test.rs"